Collect more missing strings for translation
This commit is contained in:
parent
115e0bfaf4
commit
8f14d41706
8
api.lua
8
api.lua
@ -158,7 +158,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
unified_inventory.register_craft_type("normal", {
|
unified_inventory.register_craft_type("normal", {
|
||||||
description = "Crafting",
|
description = S("Crafting"),
|
||||||
icon = "ui_craftgrid_icon.png",
|
icon = "ui_craftgrid_icon.png",
|
||||||
width = 3,
|
width = 3,
|
||||||
height = 3,
|
height = 3,
|
||||||
@ -174,7 +174,7 @@ unified_inventory.register_craft_type("normal", {
|
|||||||
|
|
||||||
|
|
||||||
unified_inventory.register_craft_type("shapeless", {
|
unified_inventory.register_craft_type("shapeless", {
|
||||||
description = "Mixing",
|
description = S("Mixing"),
|
||||||
icon = "ui_craftgrid_icon.png",
|
icon = "ui_craftgrid_icon.png",
|
||||||
width = 3,
|
width = 3,
|
||||||
height = 3,
|
height = 3,
|
||||||
@ -189,7 +189,7 @@ unified_inventory.register_craft_type("shapeless", {
|
|||||||
|
|
||||||
|
|
||||||
unified_inventory.register_craft_type("cooking", {
|
unified_inventory.register_craft_type("cooking", {
|
||||||
description = "Cooking",
|
description = S("Cooking"),
|
||||||
icon = "default_furnace_front.png",
|
icon = "default_furnace_front.png",
|
||||||
width = 1,
|
width = 1,
|
||||||
height = 1,
|
height = 1,
|
||||||
@ -197,7 +197,7 @@ unified_inventory.register_craft_type("cooking", {
|
|||||||
|
|
||||||
|
|
||||||
unified_inventory.register_craft_type("digging", {
|
unified_inventory.register_craft_type("digging", {
|
||||||
description = "Digging",
|
description = S("Digging"),
|
||||||
icon = "default_tool_steelpick.png",
|
icon = "default_tool_steelpick.png",
|
||||||
width = 1,
|
width = 1,
|
||||||
height = 1,
|
height = 1,
|
||||||
|
@ -34,6 +34,9 @@ Time of day set to 9pm =
|
|||||||
This button has been disabled outside of creative mode to prevent accidental inventory trashing.\nUse the trash slot instead. =
|
This button has been disabled outside of creative mode to prevent accidental inventory trashing.\nUse the trash slot instead. =
|
||||||
Inventory Cleared! =
|
Inventory Cleared! =
|
||||||
Crafting =
|
Crafting =
|
||||||
|
Digging =
|
||||||
|
Cooking =
|
||||||
|
Mixing =
|
||||||
Trash: =
|
Trash: =
|
||||||
Refill: =
|
Refill: =
|
||||||
Crafting Guide =
|
Crafting Guide =
|
||||||
@ -59,6 +62,8 @@ Set time to night =
|
|||||||
Set home position =
|
Set home position =
|
||||||
Go home =
|
Go home =
|
||||||
Clear inventory =
|
Clear inventory =
|
||||||
|
Give me: =
|
||||||
|
To craft grid: =
|
||||||
|
|
||||||
### waypoints.lua ###
|
### waypoints.lua ###
|
||||||
White =
|
White =
|
||||||
|
Loading…
Reference in New Issue
Block a user