diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-04-30 13:53:19 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-04-30 13:53:19 +0800 |
| commit | b56aa1f9fdd5a984e049a929c93d85ef6e206c66 (patch) | |
| tree | 5a539e4fa7aa4874006c9aa2ed7f07e649540628 /src | |
| parent | 42f982643f82cf549e122f6f1c4d52e6f1f88073 (diff) | |
| download | RoughlyEnoughItems-b56aa1f9fdd5a984e049a929c93d85ef6e206c66.tar.gz RoughlyEnoughItems-b56aa1f9fdd5a984e049a929c93d85ef6e206c66.tar.bz2 RoughlyEnoughItems-b56aa1f9fdd5a984e049a929c93d85ef6e206c66.zip | |
New translations en_us.json (zh_tw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index f240ae5c0..61899cbeb 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -60,10 +60,10 @@ "text.rei.view_all_categories": "顯示所有類別", "text.rei.go_back_first_page": "回到第 1 頁", "text.rei.choose_page": "選擇頁數", - "text.rei.gamemode_button.tooltip.all": "Switch Game Mode", - "text.rei.gamemode_button.tooltip.entry": "Switch to %s", - "text.rei.weather_button.tooltip.all": "Switch Weather", - "text.rei.weather_button.tooltip.entry": "Switch to %s", + "text.rei.gamemode_button.tooltip.all": "切換遊戲模式", + "text.rei.gamemode_button.tooltip.entry": "切換至 %s", + "text.rei.weather_button.tooltip.all": "切換天氣", + "text.rei.weather_button.tooltip.entry": "切換至 %s", "text.rei.reload_config": "重載插件", "text.rei.config.is.reloading": "插件正在重新加載!", "text.rei.enabled": "是", @@ -85,7 +85,7 @@ "text.rei.favorites_tooltip": " \n§7按 %s 將其添加到我的最愛。", "text.rei.remove_favorites_tooltip": " \n§7按 %s 可以將其從我的最愛中移除。", "text.rei.working_station": "工作台", - "text.rei.release_export": "放開 %s 以匯出此食譜", + "text.rei.release_export": "釋放 %s 以匯出此食譜", "text.rei.recipe_id": "\n%s合成識別碼: %s", "text.rei.recipe_screen_type.selection": "配方介面選擇", "text.rei.recipe_screen_type.selection.sub": "你可以在設置中改變配方介面.", @@ -95,6 +95,8 @@ "tooltip.rei.fluid_amount": "§7%d 單位", "msg.rei.copied_recipe_id": "已復製配方ID", "msg.rei.recipe_id_details": "配方ID:%s", + "msg.rei.exported_recipe": "已匯出食譜。", + "msg.rei.exported_recipe.desc": "請查看\"rei_exports\"資料夾。", "subsets.rei.roughlyenoughitems.all_entries": "所有項目", "subsets.rei.roughlyenoughitems.item_groups": "分類", "_comment": "設置提示", @@ -115,6 +117,7 @@ "config.roughlyenoughitems.previousPageKeybind": "上一頁:", "config.roughlyenoughitems.focusSearchFieldKeybind": "選擇搜索框:", "config.roughlyenoughitems.copyRecipeIdentifierKeybind": "複製配方ID:", + "config.roughlyenoughitems.exportImageKeybind": "匯出食譜:", "config.roughlyenoughitems.favoriteKeybind": "添加到我的最愛:", "config.roughlyenoughitems.favoritesEnabled": "啟用我的最愛:", "config.roughlyenoughitems.clickableRecipeArrows": "可點擊的食譜箭頭:", @@ -141,7 +144,7 @@ "config.roughlyenoughitems.recipeBorder.lighter": "較淺", "config.roughlyenoughitems.recipeBorder.default": "預設 ", "config.roughlyenoughitems.recipeBorder.none": "無", - "config.roughlyenoughitems.maxRecipePerPage": "每頁可以顯示最多合成:", + "config.roughlyenoughitems.maxRecipesPerPage": "每頁可以顯示最多合成:", "config.roughlyenoughitems.mirrorItemPanel": "項目列表位置:", "config.roughlyenoughitems.mirrorItemPanel.boolean.true": "左邊", "config.roughlyenoughitems.mirrorItemPanel.boolean.false": "右邊", |
