diff --git a/projects/1.20/assets/jei/jei/lang/en_us.json b/projects/1.20/assets/jei/jei/lang/en_us.json index dd130665828e..ef338bcb362d 100644 --- a/projects/1.20/assets/jei/jei/lang/en_us.json +++ b/projects/1.20/assets/jei/jei/lang/en_us.json @@ -30,6 +30,9 @@ "jei.tooltip.bookmarks.tooltips.usage": "[Press \"%s\" to show details]", "jei.tooltip.bookmarks.tooltips.transfer.usage": "[Press \"%s\" to craft one]", "jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[Press \"%s\" to craft many]", + "jei.tooltip.lookupHistory.enable": "Show JEI Lookup History", + "jei.tooltip.lookupHistory.disable": "Hide JEI Lookup History", + "jei.tooltip.lookupHistory.usage": "Shows a list of the ingredients recently used for looking up recipes.", "jei.tooltip.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled).", "jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled).", "jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled).", diff --git a/projects/1.20/assets/jei/jei/lang/zh_cn.json b/projects/1.20/assets/jei/jei/lang/zh_cn.json index decdfd5241fe..b3bcee8d03e9 100644 --- a/projects/1.20/assets/jei/jei/lang/zh_cn.json +++ b/projects/1.20/assets/jei/jei/lang/zh_cn.json @@ -30,6 +30,9 @@ "jei.tooltip.bookmarks.tooltips.usage": "[按“%s”以显示细节]", "jei.tooltip.bookmarks.tooltips.transfer.usage": "[按“%s”以合成一次]", "jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[按“%s”合成全部]", + "jei.tooltip.lookupHistory.enable": "显示JEI查询历史", + "jei.tooltip.lookupHistory.disable": "隐藏JEI查询历史", + "jei.tooltip.lookupHistory.usage": "显示最近用于查询配方的原料列表。", "jei.tooltip.recipe.sort.bookmarks.first.enabled": "优先显示书签配方 (已启用)", "jei.tooltip.recipe.sort.bookmarks.first.disabled": "优先显示书签配方 (已禁用)", "jei.tooltip.recipe.sort.craftable.first.enabled": "优先显示可合成的配方 (已启用)", diff --git a/projects/1.21/assets/jei/jei/lang/en_us.json b/projects/1.21/assets/jei/jei/lang/en_us.json index 1ad40aca389d..ee14c878e8fc 100644 --- a/projects/1.21/assets/jei/jei/lang/en_us.json +++ b/projects/1.21/assets/jei/jei/lang/en_us.json @@ -20,7 +20,8 @@ "jei.tooltip.not.enough.space": "The area on the right-hand side of this screen is too small for the JEI ingredient list overlay to display.", "jei.tooltip.ingredient.list.disabled": "JEI overlays are hidden.", "jei.tooltip.ingredient.list.disabled.how.to.fix": "Press \"%s\" to show them again.", - "jei.tooltip.bookmarks": "JEI Bookmarks", + "jei.tooltip.bookmarks.enable": "Show JEI Bookmarks", + "jei.tooltip.bookmarks.disable": "Hide JEI Bookmarks", "jei.tooltip.bookmarks.usage.nokey": "Add a key binding for JEI bookmarks in your Controls settings.", "jei.tooltip.bookmarks.usage.key": "Hover over an ingredient and press \"%s\" to bookmark it.", "jei.tooltip.bookmarks.not.enough.space": "The area on the left-hand side of this screen is too small for the JEI bookmark list overlay to display.", @@ -30,6 +31,10 @@ "jei.tooltip.bookmarks.tooltips.usage": "[Press \"%s\" to show details]", "jei.tooltip.bookmarks.tooltips.transfer.usage": "[Press \"%s\" to craft one]", "jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[Press \"%s\" to craft many]", + "jei.tooltip.lookupHistory.enable": "Show JEI Lookup History", + "jei.tooltip.lookupHistory.disable": "Hide JEI Lookup History", + "jei.tooltip.lookupHistory.usage": "Shows a list of the ingredients recently used for looking up recipes.", + "jei.tooltip.recipe.tooltips.craft.ingredients": "Ingredients summary:", "jei.tooltip.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled).", "jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled).", "jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled).", @@ -159,6 +164,8 @@ "jei.config.client.tooltips.tagContentTooltipEnabled.description": "Show tag content in tooltips when browsing recipe ingredients.", "jei.config.client.tooltips.hideSingleTagContentTooltipEnabled": "Hide Single-Ingredient Tag Contents", "jei.config.client.tooltips.hideSingleTagContentTooltipEnabled.description": "Hide tag content in tooltips when there is only one ingredient in the tag.", + "jei.config.client.tooltips.enableRecipesGuiIngredientsSummary": "Recipe Ingredient Summary", + "jei.config.client.tooltips.enableRecipesGuiIngredientsSummary.description": "Show a summary of ingredients needed for a recipe, on its output ingredient's tooltip.", "jei.config.client.lookups": "Lookups", "jei.config.client.lookups.description": "Config options related to looking up uses and recipes for ingredients in JEI.", @@ -167,6 +174,17 @@ "jei.config.client.lookups.lookupBlockTagsEnabled": "Lookup ItemBlock Tags", "jei.config.client.lookups.lookupBlockTagsEnabled.description": "When searching for item tags, also include tags for the default blocks contained in the items.", + "jei.config.client.lookupHistory": "Lookup History", + "jei.config.client.lookupHistory.description": "Config options for showing a history of ingredient lookups in JEI", + "jei.config.client.lookupHistory.enabled": "Enabled", + "jei.config.client.lookupHistory.enabled.description": "Display or hide the lookup history overlay.", + "jei.config.client.lookupHistory.maxRows": "Max Rows", + "jei.config.client.lookupHistory.maxRows.description": "Max number of rows to display in the lookup history overlay.", + "jei.config.client.lookupHistory.maxIngredients": "Max Ingredients", + "jei.config.client.lookupHistory.maxIngredients.description": "Max number of lookup history ingredients to save.", + "jei.config.client.lookupHistory.displaySide": "Display Side", + "jei.config.client.lookupHistory.displaySide.description": "Side of the screen to display the lookup history overlay.", + "jei.config.client.input": "Input", "jei.config.client.input.description": "Config options related to Inputs in JEI.", "jei.config.client.input.dragDelayInMilliseconds": "Drag Delay", @@ -297,6 +315,7 @@ "gui.jei.category.brewing.steps": "Steps: %s", "gui.jei.category.compostable": "Composting", "gui.jei.category.compostable.chance": "Chance: %s%%", + "gui.jei.category.grindstone.experience": "%s to %s XP", "gui.jei.category.itemInformation": "Information", "gui.jei.category.tagInformation": "%s Tags", "gui.jei.category.tagInformation.block": "Block Tags", diff --git a/projects/1.21/assets/jei/jei/lang/zh_cn.json b/projects/1.21/assets/jei/jei/lang/zh_cn.json index 131d4df95a0d..ca178e2111a1 100644 --- a/projects/1.21/assets/jei/jei/lang/zh_cn.json +++ b/projects/1.21/assets/jei/jei/lang/zh_cn.json @@ -20,7 +20,8 @@ "jei.tooltip.not.enough.space": "屏幕右侧区域空间不足,无法显示JEI原料列表叠加层。", "jei.tooltip.ingredient.list.disabled": "JEI叠加层已隐藏。", "jei.tooltip.ingredient.list.disabled.how.to.fix": "按“%s”以重新显示。", - "jei.tooltip.bookmarks": "JEI书签", + "jei.tooltip.bookmarks.enable": "显示JEI书签", + "jei.tooltip.bookmarks.disable": "隐藏JEI书签", "jei.tooltip.bookmarks.usage.nokey": "在按键控制设置中为JEI书签添加按键绑定。", "jei.tooltip.bookmarks.usage.key": "将鼠标悬停在一个原料上,按“%s”将其添加为书签。", "jei.tooltip.bookmarks.not.enough.space": "屏幕左侧区域空间不足,无法显示书签列表叠加层。", @@ -30,6 +31,10 @@ "jei.tooltip.bookmarks.tooltips.usage": "[按“%s”以显示细节]", "jei.tooltip.bookmarks.tooltips.transfer.usage": "[按“%s”以合成一次]", "jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[按“%s”以合成全部]", + "jei.tooltip.lookupHistory.enable": "显示JEI查询历史", + "jei.tooltip.lookupHistory.disable": "隐藏JEI查询历史", + "jei.tooltip.lookupHistory.usage": "显示最近用于查询配方的原料列表。", + "jei.tooltip.recipe.tooltips.craft.ingredients": "原料总览:", "jei.tooltip.recipe.sort.bookmarks.first.enabled": "优先显示书签配方 (已启用)", "jei.tooltip.recipe.sort.bookmarks.first.disabled": "优先显示书签配方 (已禁用)", "jei.tooltip.recipe.sort.craftable.first.enabled": "优先显示可合成的配方 (已启用)", @@ -159,6 +164,8 @@ "jei.config.client.tooltips.tagContentTooltipEnabled.description": "浏览配方原料时,在提示框中显示标签内容。", "jei.config.client.tooltips.hideSingleTagContentTooltipEnabled": "隐藏单一原料的标签内容", "jei.config.client.tooltips.hideSingleTagContentTooltipEnabled.description": "当标签仅对应存在一种原料时,在提示框中隐藏标签内容。", + "jei.config.client.tooltips.enableRecipesGuiIngredientsSummary": "配方原料总览", + "jei.config.client.tooltips.enableRecipesGuiIngredientsSummary.description": "在产物原料的提示框中显示配方所需的原料总览。", "jei.config.client.lookups": "查找", "jei.config.client.lookups.description": "JEI中与查找原料用途和配方相关的配置选项。", @@ -167,6 +174,17 @@ "jei.config.client.lookups.lookupBlockTagsEnabled": "查找物品方块标签", "jei.config.client.lookups.lookupBlockTagsEnabled.description": "在搜索物品标签时,同时包括物品所含的默认方块标签。", + "jei.config.client.lookupHistory": "查询历史", + "jei.config.client.lookupHistory.description": "JEI中用于显示原料查询历史的配置选项", + "jei.config.client.lookupHistory.enabled": "已启用", + "jei.config.client.lookupHistory.enabled.description": "显示或隐藏查询历史叠加层。", + "jei.config.client.lookupHistory.maxRows": "最大行数", + "jei.config.client.lookupHistory.maxRows.description": "查询历史叠加层显示的最大行数。", + "jei.config.client.lookupHistory.maxIngredients": "最大原料", + "jei.config.client.lookupHistory.maxIngredients.description": "查询历史原料保存的最大数量。", + "jei.config.client.lookupHistory.displaySide": "显示位置", + "jei.config.client.lookupHistory.displaySide.description": "查询历史叠加层在屏幕上显示的位置。", + "jei.config.client.input": "输入", "jei.config.client.input.description": "JEI中与输入相关的配置选项。", "jei.config.client.input.dragDelayInMilliseconds": "拖拽延迟", @@ -297,6 +315,7 @@ "gui.jei.category.brewing.steps": "步数:%s", "gui.jei.category.compostable": "堆肥", "gui.jei.category.compostable.chance": "概率:%s%%", + "gui.jei.category.grindstone.experience": "%s至%s点经验", "gui.jei.category.itemInformation": "信息", "gui.jei.category.tagInformation": "%s标签", "gui.jei.category.tagInformation.block": "方块标签",