From eda36c622d70a972263aeed243dfb7d7cd715807 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 1 Jul 2020 14:25:54 +0800 Subject: New translations en_us.json (zh_tw) --- src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index bea630523..9d7f3bdf5 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -5,6 +5,7 @@ "text.rei.cheating_enabled": "§c作弊已啟用", "text.rei.cheating_limited_enabled": "§c作弊已啟用 (使用命令)", "text.rei.cheating_enabled_no_perms": "§7作弊已§c啟用§7 (無權限)", + "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)", "text.rei.no_permission_cheat": "作弊需要管理員權限", "text.rei.search.field.suggestion": "搜尋…", "category.rei.crafting": "合成", @@ -118,6 +119,9 @@ "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "複製配方ID:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "匯出食譜:", "config.roughlyenoughitems.keyBindings.favoriteKeybind": "添加到我的最愛:", + "config.roughlyenoughitems.cheatingStyle": "Cheating Style:", + "config.roughlyenoughitems.cheatingStyle.grab": "Grab", + "config.roughlyenoughitems.cheatingStyle.give": "Give", "config.roughlyenoughitems.recipeScreenType": "配方介面類型:", "config.roughlyenoughitems.recipeScreenType.config": "配方介面類型:%s", "config.roughlyenoughitems.recipeScreenType.unset": "尚未設定", -- cgit