From ece8baaf1dd7047d0d41cd6f540977f5b863dea9 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Tue, 23 Mar 2021 00:08:12 +0800 Subject: New translations en_us.json (ja_jp) --- src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index ee05f361a..58d025581 100644 --- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -111,8 +111,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": "ユーザー補助", @@ -140,9 +139,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