diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-03-23 00:35:47 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-03-23 00:35:47 +0800 |
| commit | 302b6b9e54d606c40514ba2c007dd39a449f0781 (patch) | |
| tree | 1b92c5a89395dbe20a7ac52940b344ec886778f6 | |
| parent | c8e79d5737c08e630e511f91193525ef1d9c0351 (diff) | |
| download | RoughlyEnoughItems-302b6b9e54d606c40514ba2c007dd39a449f0781.tar.gz RoughlyEnoughItems-302b6b9e54d606c40514ba2c007dd39a449f0781.tar.bz2 RoughlyEnoughItems-302b6b9e54d606c40514ba2c007dd39a449f0781.zip | |
New translations en_us.json (zh_tw)
| -rw-r--r-- | src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json index 53c99d716..e1a67ca2e 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -67,7 +67,9 @@ "text.rei.view_all_categories": "顯示所有類別", "text.rei.go_back_first_page": "返回第 1 頁", "text.rei.choose_page": "選擇頁數", + "text.rei.gamemode_button.tooltip.dropdown": "切換遊戲模式:選單", "text.rei.gamemode_button.tooltip.entry": "切換至 %s", + "text.rei.weather_button.tooltip.dropdown": "切換天氣:選單", "text.rei.weather_button.tooltip.entry": "切換至 %s", "text.rei.reload_config": "重載插件", "text.rei.config.is.reloading": "正在重新載入插件!", @@ -94,6 +96,11 @@ "text.rei.recipe_id": "\n%s配方識別碼: %s", "text.rei.recipe_screen_type.selection": "配方畫面類型選擇", "text.rei.recipe_screen_type.selection.sub": "你隨時可以在設定頁面中再次改變這個選項。", + "text.rei.jei_compat": "JEI 相容模式", + "text.rei.jei_compat.false": "JEI 相容模式:禁用", + "text.rei.jei_compat.true": "JEI 相容模式:啟用", + "text.rei.jei_compat.sub": "您想要啟用 JEI 相容模式 %s§7嗎?\n§7JEI 相容模式將允許從這些模組加載 JEI 插件:\n%s\n\n§7然而,REI 的 JEI 相容模式並不完善,很可能出現很多問題。\n§c風險自負!", + "text.rei.jei_compat.sub.stability": "§c§l(不穩定)", "text.rei.view_recipes_for": "顯示《%s》的全部配方", "text.rei.subsets": "分類集合", "text.rei.tiny_potato": "迷你馬鈴薯", @@ -138,6 +145,7 @@ "config.roughlyenoughitems.recipeScreenType.config": "配方畫面類型: %s", "config.roughlyenoughitems.recipeScreenType.unset": "未設定", "config.roughlyenoughitems.recipeScreenType.original": "預設 ", + "config.roughlyenoughitems.recipeScreenType.composite": "複合", "config.roughlyenoughitems.layout": "版面", "config.roughlyenoughitems.tooltips": "提示訊息", "config.roughlyenoughitems.accessibility": "輔助", @@ -184,7 +192,7 @@ "config.roughlyenoughitems.layout.searchFieldLocation": "搜尋欄位置:", "config.roughlyenoughitems.layout.searchFieldLocation.bottom_side": "左下 / 右下", "config.roughlyenoughitems.layout.searchFieldLocation.top_side": "左上 / 右上", - "config.roughlyenoughitems.layout.searchFieldLocation.center": "中間", + "config.roughlyenoughitems.layout.searchFieldLocation.center": "置中", "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent": "捲動條自動淡出:", "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.true": "保持顯示", "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.false": "自動淡出", |
