From 17b6a43f7c8d935991564d39b943e089c1670dc0 Mon Sep 17 00:00:00 2001 From: Abbage230 <153836307+Abbage230@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:44:30 +0900 Subject: [PATCH] Update ja_jp.json for 1.20.1 (#3761) --- .../src/main/resources/assets/jei/lang/ja_jp.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Common/src/main/resources/assets/jei/lang/ja_jp.json b/Common/src/main/resources/assets/jei/lang/ja_jp.json index 470f8b0bb..728090a9f 100644 --- a/Common/src/main/resources/assets/jei/lang/ja_jp.json +++ b/Common/src/main/resources/assets/jei/lang/ja_jp.json @@ -2,13 +2,15 @@ "_comment": "Tooltips", "jei.tooltip.config": "JEIの設定", "jei.tooltip.show.recipes": "レシピを表示", - "jei.tooltip.show.all.recipes": "すべてのレシピを表示", + "jei.tooltip.show.all.recipes.hotkey": "%sですべてのレシピを表示", "jei.tooltip.delete.item": "クリックで削除", "jei.tooltip.liquid.amount.with.capacity": "%s/%s mB", "jei.tooltip.liquid.amount": "%s mB", + "jei.tooltip.liquid.flowing": "%s流", "jei.tooltip.transfer": "アイテムを配置", "jei.tooltip.recipe.tag": "以下のすべてで:%s", "jei.tooltip.item.colors": "色:%s", + "jei.tooltip.item.search.aliases": "検索エイリアス:", "jei.tooltip.shapeless.recipe": "不定形レシピ", "jei.tooltip.cheat.mode.button.enabled": "チートモードが有効", "jei.tooltip.cheat.mode.how.to.disable.hotkey": "「%s」を押して切り替え", @@ -125,7 +127,7 @@ "config.jei.search.tagSearchMode": "$タグ", "config.jei.search.tagSearchMode.comment": "タグでの検索モード (接頭辞:$)", "config.jei.search.creativeTabSearchMode": "%%クリエイティブタブ", - "config.jei.search.creativeTabSearchMode.comment": "クリエイティブ名での検索モード(接頭辞:%)", + "config.jei.search.creativeTabSearchMode.comment": "クリエイティブタブ名での検索モード(接頭辞:%)", "config.jei.search.colorSearchMode": "^色", "config.jei.search.colorSearchMode.comment": "色での検索モード(接頭辞:^)", "config.jei.search.resourceIdSearchMode": "&リソースID", @@ -174,9 +176,6 @@ "gui.jei.category.compostable": "堆肥化", "gui.jei.category.compostable.chance": "確率:%s%%", "gui.jei.category.itemInformation": "説明", - "gui.jei.category.registry.block": "ブロック", - "gui.jei.category.registry.item": "アイテム", - "gui.jei.category.registry.fluid": "流体", "gui.jei.category.tagInformation": "%sタグ", "_comment": "Messages", @@ -200,5 +199,7 @@ "description.jei.wooden.door.3": "Wooden Doors can be opened/closed via redstone circuits.", "description.jei.debug.formatting.1": "Testing %s formatting replacements.", "description.jei.debug.formatting.2": "Testing %s %s formatting replacements.", - "description.jei.debug.formatting.3": "%s nested" + "description.jei.debug.formatting.3": "%s nested", + "jei.alias.panda.spawn.egg": "endangered", + "jei.alias.villager.spawn.egg": "HMMM" }