From 037d69645d93f92b32df9d03a92fc004a7f8866a Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 23 Mar 2021 00:08:00 +0800 Subject: New translations en_us.json (zh_tw) --- src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 24bc0b388..53c99d716 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json @@ -137,8 +137,7 @@ "config.roughlyenoughitems.recipeScreenType": "配方畫面類型:", "config.roughlyenoughitems.recipeScreenType.config": "配方畫面類型: %s", "config.roughlyenoughitems.recipeScreenType.unset": "未設定", - "config.roughlyenoughitems.recipeScreenType.original": "原始", - "config.roughlyenoughitems.recipeScreenType.villager": "類似村民交易介面", + "config.roughlyenoughitems.recipeScreenType.original": "預設 ", "config.roughlyenoughitems.layout": "版面", "config.roughlyenoughitems.tooltips": "提示訊息", "config.roughlyenoughitems.accessibility": "輔助", @@ -186,9 +185,9 @@ "config.roughlyenoughitems.layout.searchFieldLocation.bottom_side": "左下 / 右下", "config.roughlyenoughitems.layout.searchFieldLocation.top_side": "左上 / 右上", "config.roughlyenoughitems.layout.searchFieldLocation.center": "中間", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar": "捲動條自動淡出:", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.true": "保持顯示", - "config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.false": "自動淡出", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent": "捲動條自動淡出:", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.true": "保持顯示", + "config.roughlyenoughitems.accessibility.compositeScrollBarPermanent.boolean.false": "自動淡出", "config.roughlyenoughitems.disableRecipeBook": "原版配方手冊:", "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§c否", "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§a是", -- cgit