From a467bc4a656ae3785b5d26691da1d10dfef137b9 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 23 Jun 2020 23:45:48 +0800 Subject: New translations en_us.json (zh_tw) --- .../assets/roughlyenoughitems/lang/zh_tw.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 141f4fbd2..42b3fb84c 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -16,11 +16,11 @@ "category.rei.fuel.time_short": "%d 刻", "category.rei.fuel.time_short.items": "%s 物件", "category.rei.cooking.xp": "%f XP", - "category.rei.cooking.time&xp": "%s 經驗每 %s 秒", + "category.rei.cooking.time&xp": "在 %2$s 秒內獲得 %1$s 經驗", "category.rei.smoking": "煙熏", "category.rei.blasting": "熔煉", "category.rei.campfire": "營火", - "category.rei.campfire.time": "%d 秒", + "category.rei.campfire.time": "%s 秒", "category.rei.stone_cutting": "切石", "category.rei.brewing": "釀造", "category.rei.brewing.input": "輸入藥水", @@ -28,6 +28,7 @@ "category.rei.brewing.result": "輸出藥水", "category.rei.composting": "堆肥", "category.rei.stripping": "剝奪", + "category.rei.smithing": "Smithing", "category.rei.beacon_base": "烽火台基地", "category.rei.information": "資訊", "text.rei.composting.chance": "§e%d%% 機會", @@ -42,14 +43,14 @@ "ordering.rei.name": "名稱", "ordering.rei.item_groups": "物品分類", "text.auto_craft.move_items": "移動物品", - "text.auto_craft.move_items.yog": "生成 NullPointerException!", - "error.rei.transfer.too_small": "無法移動物品至 %dx%d 的方格.", - "error.rei.not.on.server": "REI 不在伺服器上.", - "error.rei.not.enough.materials": "不夠材料.", - "error.rei.internal.error": "內部錯誤: %s", + "text.auto_craft.move_items.yog": "生成 NullPointerException!", + "error.rei.transfer.too_small": "無法移動物品至 %dx%d 的方格。", + "error.rei.not.on.server": "REI 不在伺服器上。", + "error.rei.not.enough.materials": "材料不足。", + "error.rei.internal.error": "內部錯誤: %s", "error.rei.recipe.not.unlocked": "配方未解鎖", - "error.rei.no.handlers.applicable": "沒有處理程序.", - "error.rei.multi.errors": "多個錯誤:", + "error.rei.no.handlers.applicable": "沒有處理程序。", + "error.rei.multi.errors": "多個錯誤:", "rei.rei.no.slot.in.inv": "您的物品欄已滿.", "text.rei.showing_craftable": "顯示可合成的物品", "text.rei.showing_all": "顯示所有物品", -- cgit