Files
Terrarum/assets/locales/en/blocks.json
2017-04-27 01:57:45 +09:00

100 lines
3.9 KiB
JSON

{
"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"
}