From 2b3fdbde1f9723ddeda130d8d4e6026a7727d821 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Mon, 10 Jan 2022 22:37:28 +0900 Subject: [PATCH] item name translations --- assets/mods/basegame/locales/en/items.json | 17 ++++++++++++++++- assets/mods/basegame/locales/koKR/items.json | 10 +++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/assets/mods/basegame/locales/en/items.json b/assets/mods/basegame/locales/en/items.json index 3d8f55801..4c5671a23 100644 --- a/assets/mods/basegame/locales/en/items.json +++ b/assets/mods/basegame/locales/en/items.json @@ -1,3 +1,18 @@ { - "ITEM_STORAGE_CHEST": "Storage Chest" + "ACTORBLOCK_ALLOW_MOVE_DOWN": "Urist Arôlcustith", + "ACTORBLOCK_FULL_COLLISION": "Urist Berdanrifot", + "ACTORBLOCK_NO_COLLISION": "Urist Zafal", + "ACTORBLOCK_NO_PASS_RIGHT": "Urist McPassLeft", + "ACTORBLOCK_NO_PASS_LEFT": "Urist McPassRight", + "ACTORBLOCK_TILING_PLACEHOLDER": "Urist Berdanurdim", + + "BLOCK_STONE_DEEP": "Deepstone", + "BLOCK_SCAFFOLDING_NORMAL": "Scaffolding", + "BLOCK_STONE_MARBLE": "Marble", + + "ITEM_STORAGE_CHEST": "Storage Chest", + "ITEM_WIRE": "Wire", + "ITEM_WIRE_CUTTER": "Wire Cutter", + "ITEM_LOGIC_SIGNAL_EMITTER": "Logic Signal Emitter", + "ITEM_TIKI_TORCH": "Tiki Torch" } \ No newline at end of file diff --git a/assets/mods/basegame/locales/koKR/items.json b/assets/mods/basegame/locales/koKR/items.json index 5a69f98fb..d022b7aa4 100644 --- a/assets/mods/basegame/locales/koKR/items.json +++ b/assets/mods/basegame/locales/koKR/items.json @@ -1,3 +1,11 @@ { - "ITEM_STORAGE_CHEST": "보관상자" + "BLOCK_STONE_DEEP": "심층석", + "BLOCK_SCAFFOLDING_NORMAL": "발판", + "BLOCK_STONE_MARBLE": "대리석", + + "ITEM_STORAGE_CHEST": "보관상자", + "ITEM_WIRE": "전선", + "ITEM_WIRE_CUTTER": "전선 절단기", + "ITEM_LOGIC_SIGNAL_EMITTER": "신호발생기", + "ITEM_TIKI_TORCH": "티키 토치" } \ No newline at end of file