mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
modularised lang
This commit is contained in:
100
assets/modules/basegame/locales/en/blocks.json
Normal file
100
assets/modules/basegame/locales/en/blocks.json
Normal file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"BLOCK_STONE": "Stone",
|
||||
"BLOCK_STONE_PLURAL": "Stones",
|
||||
"BLOCK_DIRT": "Dirt",
|
||||
"BLOCK_DIRT_PLURAL": "Dirts",
|
||||
"BLOCK_GRASS": "Grass",
|
||||
"BLOCK_GRAS_PLURALS": "Grasses",
|
||||
"BLOCK_PLANK_NORMAL": "Wooden planks",
|
||||
"BLOCK_PLANK_NORMAL_PLURAL": "Wooden planks",
|
||||
"BLOCK_PLANK_EBONY": "Ebony planks",
|
||||
"BLOCK_PLANK_EBONY_PLURAL": "Ebony planks",
|
||||
"BLOCK_PLANK_BIRCH": "Birch planks",
|
||||
"BLOCK_PLANK_BIRCH_PLURAL": "Birch planks",
|
||||
"BLOCK_PLANK_BLOODROSE": "Rosewood planks",
|
||||
"BLOCK_PLANK_BLOODROSE_PLURAL": "Rosewood planks",
|
||||
"BLOCK_TRUNK_NORMAL": "Oak log",
|
||||
"BLOCK_TRUNK_NORMAL_PLURAL": "Oak logs",
|
||||
"BLOCK_TRUNK_EBONY": "Ebony log",
|
||||
"BLOCK_TRUNK_EBONY_PLURAL": "Ebony logs",
|
||||
"BLOCK_TRUNK_BIRCH": "Birch log",
|
||||
"BLOCK_TRUNK_BIRCH_PLURAL": "Birch logs",
|
||||
"BLOCK_TRUNK_BLOODROSE": "Rosewood log",
|
||||
"BLOCK_TRUNK_BLOODROSE_PLURAL": "Rosewood logs",
|
||||
"BLOCK_STONE_QUARRIED": "Quarried stone",
|
||||
"BLOCK_STONE_QUARRIED_PLURAL": "Quarried stones",
|
||||
"BLOCK_SAND": "Sand",
|
||||
"BLOCK_SAND_PLURAL": "Sands",
|
||||
"BLOCK_SAND_WHITE": "White sand",
|
||||
"BLOCK_SAND_WHITE_PLURAL": "White sands",
|
||||
"BLOCK_SAND_RED": "Red sand",
|
||||
"BLOCK_SAND_RED_PLURAL": "Red sands",
|
||||
"BLOCK_SAND_DESERT": "Sand",
|
||||
"BLOCK_SAND_DESERT_PLURAL": "Sands",
|
||||
"BLOCK_SAND_BLACK": "Black sand",
|
||||
"BLOCK_SAND_BLACK_PLURAL": "Black sands",
|
||||
"BLOCK_SAND_GREEN": "Green sand",
|
||||
"BLOCK_SAND_GREEN_PLURAL": "Green sands",
|
||||
"BLOCK_GRAVEL": "Gravel",
|
||||
"BLOCK_GRAVEL_PLURAL": "Gravels",
|
||||
"BLOCK_ORE_MALACHITE": "Malachite",
|
||||
"BLOCK_ORE_MALACHITES": "Malachites",
|
||||
"BLOCK_ORE_HEMATITE": "Hematite",
|
||||
"BLOCK_ORE_HEMATITE_PLURAL": "Hematites",
|
||||
"BLOCK_ORE_NATURAL_GOLD": "Natural gold",
|
||||
"BLOCK_ORE_NATERAL_GOLD_PLURAL": "Natural golds",
|
||||
"BLOCK_ORE_NATURAL_SILVER": "Natural silver",
|
||||
"BLOCK_ORE_NATURAL_SILVER_PLURAL": "Natural silvers",
|
||||
"BLOCK_ORE_RUTILE": "Rutile",
|
||||
"BLOCK_ORE_RUTILE_PLURAL": "Rutiles",
|
||||
"BLOCK_ORE_AURICHALCUMITE": "Aurichalcumite",
|
||||
"BLOCK_ORE_AURICHALCUMITE_PLURAL": "Aurichalcumites",
|
||||
"BLOCK_GEM_RUBY": "Raw ruby",
|
||||
"BLOCK_GEM_RUBY_PLURAL": "Raw rubies",
|
||||
"BLOCK_GEM_EMERALD": "Raw emerald",
|
||||
"BLOCK_GEM_EMERALD_PLURAL": "Raw emeralds",
|
||||
"BLOCK_GEM_SAPPHIRE": "Raw sapphire",
|
||||
"BLOCK_GEM_SAPPHIRE_PLURAL": "Raw sapphires",
|
||||
"BLOCK_GEM_TOPAZ": "Raw topaz",
|
||||
"BLOCK_GEM_TOPAZ_PLURAL": "Raw topazes",
|
||||
"BLOCK_GEM_DIAMOND": "Raw diamond",
|
||||
"BLOCK_GEM_DIAMOND_PLURAL": "Raw diamonds",
|
||||
"BLOCK_GEM_AMETHYST": "Raw amethyst",
|
||||
"BLOCK_GEM_AMETHYST_PLURAL": "Raw amethysts",
|
||||
"BLOCK_SNOW": "Snow",
|
||||
"BLOCK_SNOW_PLURAL": "Snows",
|
||||
"BLOCK_ICE_FRAGILE": "Thin ice",
|
||||
"BLOCK_ICE_FRAGILE_PLURAL": "Thin ices",
|
||||
"BLOCK_ICE_NATURAL": "Ice",
|
||||
"BLOCK_ICE_NATURAL_PLURAL": "Ices",
|
||||
"BLOCK_ICE_CLEAR_MAGICAL": "Clear ice",
|
||||
"BLOCK_ICE_CLEAR_MAGICAL_PLURAL": "Clear ices",
|
||||
"BLOCK_PLATFORM_STONE": "Stone platform",
|
||||
"BLOCK_PLATFORM_STONE_PLURAL": "Stone platforms",
|
||||
"BLOCK_PLATFORM_WOODEN": "Wooden platform",
|
||||
"BLOCK_PLATFORM_WOODEN_PLURAL": "Wooden platforms",
|
||||
"BLOCK_PLATFORM_EBONY": "Ebony platform",
|
||||
"BLOCK_PLATFORM_EBONY_PLURAL": "Ebony platforms",
|
||||
"BLOCK_PLATFORM_BIRCH": "Birch platform",
|
||||
"BLOCK_PLATFORM_BIRCH_PLURAL": "Birch platforms",
|
||||
"BLOCK_PLATFORM_BLOODROSE": "Rosewood platform",
|
||||
"BLOCK_PLATFORM_BLOODROSE_PLURAL": "Rosewood platforms",
|
||||
"BLOCK_TORCH": "Torch",
|
||||
"BLOCK_TORCH_PLURAL": "Torches",
|
||||
"BLOCK_SANDSTONE": "Sandstone",
|
||||
"BLOCK_SANDSTONE_PLURAL": "Sandstones",
|
||||
"BLOCK_SANDSTONE_WHITE": "White sandstone",
|
||||
"BLOCK_SANDSTONE_WHITE_PLURAL": "White sandstones",
|
||||
"BLOCK_SANDSTONE_RED": "Red sandstone",
|
||||
"BLOCK_SANDSTONE_RED_PLURAL": "Red sandstones",
|
||||
"BLOCK_SANDSTONE_DESERT": "Sandstone",
|
||||
"BLOCK_SANDSTONE_DESERT_PLURAL": "Sandstones",
|
||||
"BLOCK_SANDSTONE_BLACK": "Black sandstone",
|
||||
"BLOCK_SANDSTONE_BLACK_PLURAL": "Black sandstones",
|
||||
"BLOCK_SANDSTONE_GREEN": "Green sandstone",
|
||||
"BLOCK_SANDSTONE_GREEN_PLURAL": "Green sandstones",
|
||||
"BLOCK_WATER": "Water",
|
||||
"BLOCK_WATER_PLURAL": "Waters",
|
||||
"BLOCK_LAVA": "Lava",
|
||||
"BLOCK_LAVA_PLURAL": "Lavas"
|
||||
}
|
||||
5
assets/modules/basegame/locales/en/devmsg.json
Normal file
5
assets/modules/basegame/locales/en/devmsg.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"DEV_MESSAGE_CONSOLE_CODEX": "Type “codex” for available commands.",
|
||||
"DEV_MESSAGE_CONSOLE_AVAILABLE_COMMANDS": "Available commends:",
|
||||
"DEV_MESSAGE_CONSOLE_COMMAND_UNKNOWN": "“%1$s”: Unknown command"
|
||||
}
|
||||
19
assets/modules/basegame/locales/en/game.json
Normal file
19
assets/modules/basegame/locales/en/game.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"MENU_LABEL_NEW_WORLD": "New World",
|
||||
|
||||
"COPYRIGHT_ALL_RIGHTS_RESERVED": "All rights reserved",
|
||||
"COPYRIGHT_GNU_GPL_3": "Distributed under GNU GPL 3",
|
||||
"APP_ADJUST_YOUR_MONITOR": "Best gameplay experience can be achieved with properly adjusted monitor. If you have not, please do it before you play.",
|
||||
|
||||
"APP_WARNING_HEALTH_AND_SAFETY": "WARNING-HEALTH AND SAFETY",
|
||||
"MENU_LABEL_PRESS_START_SYMBOL": "Press >",
|
||||
|
||||
"GAME_INVENTORY_INGREDIENTS" : "Ingredients",
|
||||
"GAME_INVENTORY_POTIONS" : "Potions",
|
||||
"GAME_INVENTORY_BLOCKS" : "Blocks",
|
||||
"GAME_INVENTORY_WALLS" : "Walls",
|
||||
"CONTEXT_ITEM_TOOL_PLURAL" : "Tools",
|
||||
"GAME_INVENTORY_FAVORITES" : "Favorites",
|
||||
|
||||
"GAME_INVENTORY_REGISTER" : "Register"
|
||||
}
|
||||
10
assets/modules/basegame/locales/en/help.json
Normal file
10
assets/modules/basegame/locales/en/help.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"HELP_OTF_MAIN_1": "Type “help slow” for the ways to make the game run faster.",
|
||||
"HELP_OTF_MAIN_2": "Press PageUp/PageDown to scroll the messages.",
|
||||
"HELP_OTF_MAIN_3": "Utility keys:",
|
||||
"HELP_OTF_MAIN_4": "• F3: (debug) basic information",
|
||||
"HELP_OTF_MAIN_5": "• F7: (debug) toggle light blending",
|
||||
"HELP_OTF_MAIN_6": "• F8: toggle smooth lighting effect",
|
||||
|
||||
"HELP_OTF_SLOW_1": ""
|
||||
}
|
||||
3
assets/modules/basegame/locales/en/tips.json
Normal file
3
assets/modules/basegame/locales/en/tips.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"GAME_TIPS_1": "When you “swing” a weapon, if you're standing above your foes, you'll hit them harder, but beware—same thing happens to your foes!"
|
||||
}
|
||||
Reference in New Issue
Block a user