Improve strings

This commit is contained in:
Jean-Patrick Guerrero 2020-12-10 19:12:50 +01:00
parent 37a01cc836
commit 443831c179
3 changed files with 6 additions and 3 deletions

View File

@ -1417,7 +1417,8 @@ local function get_export_fs(fs, data, panel, is_recipe, is_usage, max_stacks_rc
fmt("scrollbar",
data.xoffset + 8.1, data.yoffset, 3, 0.35, sprintf("scrbar_%s", name), stack_fs),
fmt("button", data.xoffset + 8.1, data.yoffset + 0.4, 3, 0.7, sprintf("craft_%s", name),
sprintf("%s", sprintf(ES"Craft %u stack(s)", stack_fs))))
sprintf("%s", sprintf(stack_fs > 1 and ES"Craft %u stacks" or ES"Craft %u stack",
stack_fs))))
end
local function get_rcp_extra(fs, data, panel, is_recipe, is_usage)

View File

@ -62,6 +62,7 @@ Unmark this item=Enlever des favoris.
Cannot mark this item. Limit of bookmarks reached.=Impossible de mettre cet item en favori. Limite des favoris atteinte.
Only drop if using one of these tools: @1=Tombe seulement si détruit avec un de ces outils : @1
Only drop if using this tool: @1=Tombe seulement si détruit avec cet outil : @1
Craft @1 stack(s)=Fabriquer @1 objet(s)
Craft @1 stack=Fabriquer @1 objet
Craft @1 stacks=Fabriquer @1 objets
@1 added in your inventory=@1 mis dans votre inventaire
@1 crafted=@1 fabriqué(s)

View File

@ -62,6 +62,7 @@ Unmark this item=
Cannot mark this item. Limit of bookmarks reached.=
Only drop if using one of these tools: @1=
Only drop if using this tool: @1=
Craft @1 stack(s)=
Craft @1 stack=
Craft @1 stacks=
@1 added in your inventory=
@1 crafted=