mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 12:04:06 +09:00
control helpers for smelter
This commit is contained in:
@@ -14,11 +14,12 @@
|
||||
"MENU_LABEL_USE_CODE": "Use Code",
|
||||
"MENU_MODE_BUILDINGMAKER": "POI Editor",
|
||||
"MENU_MONITOR_CALI_TITLE": "Check Monitor",
|
||||
"MENU_OPTIONS_SHOW_ORES_TOOLTIP_WHEN_MINING": "Show Ores Tooltip When Mining",
|
||||
"MENU_OPTIONS_MAX_CRAFTING": "Max Number of Items For Crafting",
|
||||
"MENU_OPTIONS_SHOW_ORES_TOOLTIP_WHEN_MINING": "Show Ore Tooltip When Mining",
|
||||
"MENU_OPTIONS_MAX_CRAFTING": "Max Number of Items for Crafting",
|
||||
"MENU_UPDATE_UPDATE_AVAILABLE": "Update Available!",
|
||||
"GAME_ACTION_GRAPPLE": "Grapple",
|
||||
"GAME_ACTION_QUICKSEL": "Quick Select",
|
||||
"GAME_ACTION_SELECT_SLOT": "Select Slot",
|
||||
"GAME_ACTION_TELEPORT": "Teleport",
|
||||
"GAME_CRAFTABLE_ITEMS": "Craftable Items",
|
||||
"GAME_CRAFTING": "Crafting",
|
||||
@@ -27,7 +28,5 @@
|
||||
"GAME_INVENTORY_INGREDIENTS": "Ingredients",
|
||||
"GAME_INVENTORY_POTIONS": "Potions",
|
||||
"GAME_INVENTORY_REGISTER": "Register",
|
||||
"GAME_INVENTORY_WALLS": "Walls",
|
||||
|
||||
"GAME_INVENTORY_DROP": "Toss" /* overwrites Polyglot; please don't include this line for translation */
|
||||
"GAME_INVENTORY_WALLS": "Walls"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"GAME_ACTION_PUT_ALL": "Put All",
|
||||
"GAME_ACTION_PUT_ONE": "Put One",
|
||||
"GAME_ACTION_TAKE_ALL": "Take All",
|
||||
"GAME_ACTION_TAKE_ONE": "Take One",
|
||||
|
||||
"GAME_ACTION_PUT_ALL_CONT": "Put All",
|
||||
"GAME_ACTION_PUT_ONE_CONT": "One",
|
||||
"GAME_ACTION_TAKE_ALL_CONT": "Take All",
|
||||
"GAME_ACTION_TAKE_ONE_CONT": "One"
|
||||
}
|
||||
3
assets/mods/basegame/locales/en/polyglot_overwrites.json
Normal file
3
assets/mods/basegame/locales/en/polyglot_overwrites.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"GAME_INVENTORY_DROP": "Toss" /* overwrites Polyglot; please don't include this line for translation */
|
||||
}
|
||||
Reference in New Issue
Block a user