Skip to content

Commit 330e9ff

Browse files
authored
Just Enough Items 翻译更新 (#5703)
* 呜呼,查询历史来了 * update
1 parent 68d5dd7 commit 330e9ff

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

projects/1.20/assets/jei/jei/lang/en_us.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"jei.tooltip.bookmarks.tooltips.usage": "[Press \"%s\" to show details]",
3131
"jei.tooltip.bookmarks.tooltips.transfer.usage": "[Press \"%s\" to craft one]",
3232
"jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[Press \"%s\" to craft many]",
33+
"jei.tooltip.lookupHistory.enable": "Show JEI Lookup History",
34+
"jei.tooltip.lookupHistory.disable": "Hide JEI Lookup History",
35+
"jei.tooltip.lookupHistory.usage": "Shows a list of the ingredients recently used for looking up recipes.",
3336
"jei.tooltip.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled).",
3437
"jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled).",
3538
"jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled).",

projects/1.20/assets/jei/jei/lang/zh_cn.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"jei.tooltip.bookmarks.tooltips.usage": "[按“%s”以显示细节]",
3131
"jei.tooltip.bookmarks.tooltips.transfer.usage": "[按“%s”以合成一次]",
3232
"jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[按“%s”合成全部]",
33+
"jei.tooltip.lookupHistory.enable": "显示JEI查询历史",
34+
"jei.tooltip.lookupHistory.disable": "隐藏JEI查询历史",
35+
"jei.tooltip.lookupHistory.usage": "显示最近用于查询配方的原料列表。",
3336
"jei.tooltip.recipe.sort.bookmarks.first.enabled": "优先显示书签配方 (已启用)",
3437
"jei.tooltip.recipe.sort.bookmarks.first.disabled": "优先显示书签配方 (已禁用)",
3538
"jei.tooltip.recipe.sort.craftable.first.enabled": "优先显示可合成的配方 (已启用)",

projects/1.21/assets/jei/jei/lang/en_us.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"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.",
2121
"jei.tooltip.ingredient.list.disabled": "JEI overlays are hidden.",
2222
"jei.tooltip.ingredient.list.disabled.how.to.fix": "Press \"%s\" to show them again.",
23-
"jei.tooltip.bookmarks": "JEI Bookmarks",
23+
"jei.tooltip.bookmarks.enable": "Show JEI Bookmarks",
24+
"jei.tooltip.bookmarks.disable": "Hide JEI Bookmarks",
2425
"jei.tooltip.bookmarks.usage.nokey": "Add a key binding for JEI bookmarks in your Controls settings.",
2526
"jei.tooltip.bookmarks.usage.key": "Hover over an ingredient and press \"%s\" to bookmark it.",
2627
"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 @@
3031
"jei.tooltip.bookmarks.tooltips.usage": "[Press \"%s\" to show details]",
3132
"jei.tooltip.bookmarks.tooltips.transfer.usage": "[Press \"%s\" to craft one]",
3233
"jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[Press \"%s\" to craft many]",
34+
"jei.tooltip.lookupHistory.enable": "Show JEI Lookup History",
35+
"jei.tooltip.lookupHistory.disable": "Hide JEI Lookup History",
36+
"jei.tooltip.lookupHistory.usage": "Shows a list of the ingredients recently used for looking up recipes.",
37+
"jei.tooltip.recipe.tooltips.craft.ingredients": "Ingredients summary:",
3338
"jei.tooltip.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled).",
3439
"jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled).",
3540
"jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled).",
@@ -159,6 +164,8 @@
159164
"jei.config.client.tooltips.tagContentTooltipEnabled.description": "Show tag content in tooltips when browsing recipe ingredients.",
160165
"jei.config.client.tooltips.hideSingleTagContentTooltipEnabled": "Hide Single-Ingredient Tag Contents",
161166
"jei.config.client.tooltips.hideSingleTagContentTooltipEnabled.description": "Hide tag content in tooltips when there is only one ingredient in the tag.",
167+
"jei.config.client.tooltips.enableRecipesGuiIngredientsSummary": "Recipe Ingredient Summary",
168+
"jei.config.client.tooltips.enableRecipesGuiIngredientsSummary.description": "Show a summary of ingredients needed for a recipe, on its output ingredient's tooltip.",
162169

163170
"jei.config.client.lookups": "Lookups",
164171
"jei.config.client.lookups.description": "Config options related to looking up uses and recipes for ingredients in JEI.",
@@ -167,6 +174,17 @@
167174
"jei.config.client.lookups.lookupBlockTagsEnabled": "Lookup ItemBlock Tags",
168175
"jei.config.client.lookups.lookupBlockTagsEnabled.description": "When searching for item tags, also include tags for the default blocks contained in the items.",
169176

177+
"jei.config.client.lookupHistory": "Lookup History",
178+
"jei.config.client.lookupHistory.description": "Config options for showing a history of ingredient lookups in JEI",
179+
"jei.config.client.lookupHistory.enabled": "Enabled",
180+
"jei.config.client.lookupHistory.enabled.description": "Display or hide the lookup history overlay.",
181+
"jei.config.client.lookupHistory.maxRows": "Max Rows",
182+
"jei.config.client.lookupHistory.maxRows.description": "Max number of rows to display in the lookup history overlay.",
183+
"jei.config.client.lookupHistory.maxIngredients": "Max Ingredients",
184+
"jei.config.client.lookupHistory.maxIngredients.description": "Max number of lookup history ingredients to save.",
185+
"jei.config.client.lookupHistory.displaySide": "Display Side",
186+
"jei.config.client.lookupHistory.displaySide.description": "Side of the screen to display the lookup history overlay.",
187+
170188
"jei.config.client.input": "Input",
171189
"jei.config.client.input.description": "Config options related to Inputs in JEI.",
172190
"jei.config.client.input.dragDelayInMilliseconds": "Drag Delay",
@@ -297,6 +315,7 @@
297315
"gui.jei.category.brewing.steps": "Steps: %s",
298316
"gui.jei.category.compostable": "Composting",
299317
"gui.jei.category.compostable.chance": "Chance: %s%%",
318+
"gui.jei.category.grindstone.experience": "%s to %s XP",
300319
"gui.jei.category.itemInformation": "Information",
301320
"gui.jei.category.tagInformation": "%s Tags",
302321
"gui.jei.category.tagInformation.block": "Block Tags",

projects/1.21/assets/jei/jei/lang/zh_cn.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"jei.tooltip.not.enough.space": "屏幕右侧区域空间不足,无法显示JEI原料列表叠加层。",
2121
"jei.tooltip.ingredient.list.disabled": "JEI叠加层已隐藏。",
2222
"jei.tooltip.ingredient.list.disabled.how.to.fix": "按“%s”以重新显示。",
23-
"jei.tooltip.bookmarks": "JEI书签",
23+
"jei.tooltip.bookmarks.enable": "显示JEI书签",
24+
"jei.tooltip.bookmarks.disable": "隐藏JEI书签",
2425
"jei.tooltip.bookmarks.usage.nokey": "在按键控制设置中为JEI书签添加按键绑定。",
2526
"jei.tooltip.bookmarks.usage.key": "将鼠标悬停在一个原料上,按“%s”将其添加为书签。",
2627
"jei.tooltip.bookmarks.not.enough.space": "屏幕左侧区域空间不足,无法显示书签列表叠加层。",
@@ -30,6 +31,10 @@
3031
"jei.tooltip.bookmarks.tooltips.usage": "[按“%s”以显示细节]",
3132
"jei.tooltip.bookmarks.tooltips.transfer.usage": "[按“%s”以合成一次]",
3233
"jei.tooltip.bookmarks.tooltips.transfer.max.usage": "[按“%s”以合成全部]",
34+
"jei.tooltip.lookupHistory.enable": "显示JEI查询历史",
35+
"jei.tooltip.lookupHistory.disable": "隐藏JEI查询历史",
36+
"jei.tooltip.lookupHistory.usage": "显示最近用于查询配方的原料列表。",
37+
"jei.tooltip.recipe.tooltips.craft.ingredients": "原料总览:",
3338
"jei.tooltip.recipe.sort.bookmarks.first.enabled": "优先显示书签配方 (已启用)",
3439
"jei.tooltip.recipe.sort.bookmarks.first.disabled": "优先显示书签配方 (已禁用)",
3540
"jei.tooltip.recipe.sort.craftable.first.enabled": "优先显示可合成的配方 (已启用)",
@@ -159,6 +164,8 @@
159164
"jei.config.client.tooltips.tagContentTooltipEnabled.description": "浏览配方原料时,在提示框中显示标签内容。",
160165
"jei.config.client.tooltips.hideSingleTagContentTooltipEnabled": "隐藏单一原料的标签内容",
161166
"jei.config.client.tooltips.hideSingleTagContentTooltipEnabled.description": "当标签仅对应存在一种原料时,在提示框中隐藏标签内容。",
167+
"jei.config.client.tooltips.enableRecipesGuiIngredientsSummary": "配方原料总览",
168+
"jei.config.client.tooltips.enableRecipesGuiIngredientsSummary.description": "在产物原料的提示框中显示配方所需的原料总览。",
162169

163170
"jei.config.client.lookups": "查找",
164171
"jei.config.client.lookups.description": "JEI中与查找原料用途和配方相关的配置选项。",
@@ -167,6 +174,17 @@
167174
"jei.config.client.lookups.lookupBlockTagsEnabled": "查找物品方块标签",
168175
"jei.config.client.lookups.lookupBlockTagsEnabled.description": "在搜索物品标签时,同时包括物品所含的默认方块标签。",
169176

177+
"jei.config.client.lookupHistory": "查询历史",
178+
"jei.config.client.lookupHistory.description": "JEI中用于显示原料查询历史的配置选项",
179+
"jei.config.client.lookupHistory.enabled": "已启用",
180+
"jei.config.client.lookupHistory.enabled.description": "显示或隐藏查询历史叠加层。",
181+
"jei.config.client.lookupHistory.maxRows": "最大行数",
182+
"jei.config.client.lookupHistory.maxRows.description": "查询历史叠加层显示的最大行数。",
183+
"jei.config.client.lookupHistory.maxIngredients": "最大原料",
184+
"jei.config.client.lookupHistory.maxIngredients.description": "查询历史原料保存的最大数量。",
185+
"jei.config.client.lookupHistory.displaySide": "显示位置",
186+
"jei.config.client.lookupHistory.displaySide.description": "查询历史叠加层在屏幕上显示的位置。",
187+
170188
"jei.config.client.input": "输入",
171189
"jei.config.client.input.description": "JEI中与输入相关的配置选项。",
172190
"jei.config.client.input.dragDelayInMilliseconds": "拖拽延迟",
@@ -297,6 +315,7 @@
297315
"gui.jei.category.brewing.steps": "步数:%s",
298316
"gui.jei.category.compostable": "堆肥",
299317
"gui.jei.category.compostable.chance": "概率:%s%%",
318+
"gui.jei.category.grindstone.experience": "%s至%s点经验",
300319
"gui.jei.category.itemInformation": "信息",
301320
"gui.jei.category.tagInformation": "%s标签",
302321
"gui.jei.category.tagInformation.block": "方块标签",

0 commit comments

Comments
 (0)