Skip to content

Commit 199f399

Browse files
authored
Follow-up work to revamp the U.S. English translation and clean up other lang files (#3799)
1 parent c3bc7ba commit 199f399

File tree

22 files changed

+53
-53
lines changed

22 files changed

+53
-53
lines changed

Common/src/main/java/mezz/jei/common/config/ClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public ClientConfig(IConfigSchemaBuilder schema) {
7676
giveMode = cheatMode.addEnum(
7777
"GiveMode",
7878
GiveMode.defaultGiveMode,
79-
"Choose if JEI should give ingredients directly to the inventory (INVENTORY) or pick them up with the mouse (MOUSE_PICKUP)."
79+
"Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse."
8080
);
8181
cheatToHotbarUsingHotkeysEnabled = cheatMode.addBoolean(
8282
"CheatToHotbarUsingHotkeysEnabled",

Common/src/main/java/mezz/jei/common/config/IngredientFilterConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public IngredientFilterConfig(IConfigSchemaBuilder builder) {
4444
resourceLocationSearchMode = search.addEnum(
4545
"ResourceLocationSearchMode",
4646
SearchMode.DISABLED,
47-
"Search mode for resource IDs (prefix: &)."
47+
"Search mode for resource locations (prefix: &)."
4848
);
4949
creativeTabSearchMode = search.addEnum(
5050
"CreativeTabSearchMode",

Common/src/main/resources/assets/jei/lang/bg_bg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"config.jei.search.creativeTabSearchMode.comment": "Режим на търсене на имена на креативни раздели (prefix: %).",
111111
"config.jei.search.colorSearchMode": "^Color",
112112
"config.jei.search.colorSearchMode.comment": "Режим на търсене на цветове (prefix: ^).",
113-
"config.jei.search.resourceIdSearchMode": "&ResourceId",
113+
"config.jei.search.resourceIdSearchMode": "&ResourceLocation",
114114
"config.jei.search.resourceIdSearchMode.comment": "Режим на търсене на идентификационни номера на ресурсите (prefix: &).",
115115
"config.jei.search.searchAdvancedTooltips": "Търсете разширени инструменти",
116116
"config.jei.advanced": "Напреднал",
@@ -130,7 +130,7 @@
130130
"config.jei.advanced.maxRecipeGuiHeight": "Максимална рецепта GUI височина",
131131
"config.jei.advanced.maxRecipeGuiHeight.comment": "Максималната височина на GUI за рецепта.",
132132
"config.jei.advanced.giveMode": "Дайте режим",
133-
"config.jei.advanced.giveMode.comment": "Изберете дали JEI трябва да даде на съставките директно на инвентара (inventory) или да ги вземете с мишката (mouse_pickup).",
133+
"config.jei.advanced.giveMode.comment": "Изберете дали JEI трябва да даде на съставките директно на инвентара или да ги вземете с мишката.",
134134

135135
"_comment": "Hide Ingredients Mode",
136136
"gui.jei.editMode.description": "Jei скрий режим на съставки:",

Common/src/main/resources/assets/jei/lang/de_de.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
"config.jei.search.creativeTabSearchMode.comment": "Suchmodus für die Kategorien im Kreativmodus-Inventar (Präfix: %)",
109109
"config.jei.search.colorSearchMode": "^Farbe",
110110
"config.jei.search.colorSearchMode.comment": "Suchmodus für die Item-Farben (Präfix: ^)",
111-
"config.jei.search.resourceIdSearchMode": "&ResourceId",
112-
"config.jei.search.resourceIdSearchMode.comment": "Suchmodus für die \"Resource-Id\" (prefix: &)",
111+
"config.jei.search.resourceIdSearchMode": "&ResourceLocation",
112+
"config.jei.search.resourceIdSearchMode.comment": "Suchmodus für die \"ResourceLocation\" (prefix: &)",
113113
"config.jei.search.searchAdvancedTooltips": "Durchsuche erweiterte Tooltips",
114114
"config.jei.advanced": "Erweitert",
115115
"config.jei.advanced.comment": "Erweiterte Konfigurationsoptionen, die ändern, wie JEI funktioniert.",

Common/src/main/resources/assets/jei/lang/en_us.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"_comment": "Tooltips",
33
"jei.tooltip.config": "JEI Config",
4-
"jei.tooltip.show.recipes": "Show recipes",
5-
"jei.tooltip.show.all.recipes.hotkey": "Press \"%s\" to show all recipes",
6-
"jei.tooltip.delete.item": "Click to delete",
4+
"jei.tooltip.show.recipes": "Show Recipes",
5+
"jei.tooltip.show.all.recipes.hotkey": "Press \"%s\" to show all recipes.",
6+
"jei.tooltip.delete.item": "Click to delete.",
77
"jei.tooltip.liquid.amount.with.capacity": "%s / %s mB",
88
"jei.tooltip.liquid.amount": "%s mB",
99
"jei.tooltip.liquid.flowing": "%s (Flowing)",
10-
"jei.tooltip.transfer": "Move items",
10+
"jei.tooltip.transfer": "Move Items",
1111
"jei.tooltip.recipe.tag": "Accepts Tag: %s",
1212
"jei.tooltip.item.colors": "Colors: %s",
1313
"jei.tooltip.item.search.aliases": "Search Aliases:",
1414
"jei.tooltip.shapeless.recipe": "Shapeless Recipe",
15-
"jei.tooltip.cheat.mode.button.enabled": "Cheat mode enabled",
16-
"jei.tooltip.cheat.mode.how.to.disable.hotkey": "Press \"%s\" to toggle it",
17-
"jei.tooltip.cheat.mode.how.to.disable.hover.config.button.hotkey": "Press \"%s\" here to toggle it",
15+
"jei.tooltip.cheat.mode.button.enabled": "Cheat mode enabled.",
16+
"jei.tooltip.cheat.mode.how.to.disable.hotkey": "Press \"%s\" to toggle it.",
17+
"jei.tooltip.cheat.mode.how.to.disable.hover.config.button.hotkey": "Press \"%s\" here to toggle it.",
1818
"jei.tooltip.recipe.by": "Recipe By: %s",
1919
"jei.tooltip.recipe.id": "Recipe ID: %s",
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.",
22-
"jei.tooltip.ingredient.list.disabled.how.to.fix": "Press \"%s\" to show them again",
22+
"jei.tooltip.ingredient.list.disabled.how.to.fix": "Press \"%s\" to show them again.",
2323
"jei.tooltip.bookmarks": "JEI Bookmarks",
2424
"jei.tooltip.bookmarks.usage.nokey": "Add a key binding for JEI bookmarks in your Controls settings.",
2525
"jei.tooltip.bookmarks.usage.key": "Hover over an ingredient and press \"%s\" to bookmark it.",
2626
"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.",
2727
"jei.tooltip.bookmarks.recipe": "%s Recipe Bookmark",
28-
"jei.tooltip.bookmarks.recipe.add": "Bookmark this recipe",
29-
"jei.tooltip.bookmarks.recipe.remove": "Remove the bookmark for this recipe",
28+
"jei.tooltip.bookmarks.recipe.add": "Bookmark this recipe.",
29+
"jei.tooltip.bookmarks.recipe.remove": "Remove the bookmark for this recipe.",
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.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled)",
34-
"jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled)",
35-
"jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled)",
36-
"jei.tooltip.recipe.sort.craftable.first.disabled": "Show craftable recipes first (disabled)",
33+
"jei.tooltip.recipe.sort.bookmarks.first.enabled": "Show bookmarked recipes first (enabled).",
34+
"jei.tooltip.recipe.sort.bookmarks.first.disabled": "Show bookmarked recipes first (disabled).",
35+
"jei.tooltip.recipe.sort.craftable.first.enabled": "Show craftable recipes first (enabled).",
36+
"jei.tooltip.recipe.sort.craftable.first.disabled": "Show craftable recipes first (disabled).",
3737

3838
"_comment": "Error Tooltips",
39-
"jei.tooltip.error.recipe.transfer.missing": "Missing items",
39+
"jei.tooltip.error.recipe.transfer.missing": "Missing Items",
4040
"jei.tooltip.error.recipe.transfer.inventory.full": "Inventory is too full.",
4141
"jei.tooltip.error.recipe.transfer.no.server": "The server must have JEI installed.",
4242
"jei.tooltip.error.recipe.transfer.too.large.player.inventory": "Recipe is too large to craft in the 2x2 player crafting grid.",
@@ -128,8 +128,8 @@
128128
"config.jei.search.creativeTabSearchMode.comment": "Search mode for creative mode tab names (prefix: %).",
129129
"config.jei.search.colorSearchMode": "^Color",
130130
"config.jei.search.colorSearchMode.comment": "Search mode for colors (prefix: ^).",
131-
"config.jei.search.resourceIdSearchMode": "&ResourceId",
132-
"config.jei.search.resourceIdSearchMode.comment": "Search mode for resource IDs (prefix: &).",
131+
"config.jei.search.resourceIdSearchMode": "&ResourceLocation",
132+
"config.jei.search.resourceIdSearchMode.comment": "Search mode for resource locations (prefix: &).",
133133
"config.jei.search.searchAdvancedTooltips": "Search in Advanced Tooltips",
134134
"config.jei.advanced": "Advanced",
135135
"config.jei.advanced.comment": "Advanced config options to change the way JEI functions.",
@@ -148,14 +148,14 @@
148148
"config.jei.advanced.maxRecipeGuiHeight": "Max Recipe GUI Height",
149149
"config.jei.advanced.maxRecipeGuiHeight.comment": "The maximum height of the recipe GUI.",
150150
"config.jei.advanced.giveMode": "Give Mode",
151-
"config.jei.advanced.giveMode.comment": "Choose if JEI should give ingredients directly to the inventory (inventory) or pick them up with the mouse (mouse_pickup).",
151+
"config.jei.advanced.giveMode.comment": "Choose if JEI should give ingredients directly to the inventory or pick them up with the mouse.",
152152
"config.jei.advanced.addBookmarksToFront": "Prepend New Bookmarks",
153153
"config.jei.advanced.addBookmarksToFront.comment": "Add new bookmarks to the front of the bookmark list instead of the end.",
154154

155155
"_comment": "Hide Ingredients Mode",
156156
"gui.jei.editMode.description": "JEI Hide Ingredients Mode:",
157-
"gui.jei.editMode.description.hide": "Press \"%s\" to hide",
158-
"gui.jei.editMode.description.hide.wild": "Press \"%s\" to hide by wildcard",
157+
"gui.jei.editMode.description.hide": "Press \"%s\" to hide.",
158+
"gui.jei.editMode.description.hide.wild": "Press \"%s\" to hide by wildcard.",
159159

160160
"_comment": "Recipe Categories",
161161
"gui.jei.category.craftingTable": "Crafting",

Common/src/main/resources/assets/jei/lang/es_es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"config.jei.advanced.maxRecipeGuiHeight": "Altura máxima del GUI de recetas",
128128
"config.jei.advanced.maxRecipeGuiHeight.comment": "La altura máxima del GUI de la receta.",
129129
"config.jei.advanced.giveMode": "Modo de obtener",
130-
"config.jei.advanced.giveMode.comment": "Elija si JEI debe dar elementos directamente al inventario (inventory) o recogerlos con el mouse (mouse_pickup).",
130+
"config.jei.advanced.giveMode.comment": "Elija si JEI debe dar elementos directamente al inventario o recogerlos con el mouse.",
131131

132132
"_comment": "Hide Ingredients Mode",
133133
"gui.jei.editMode.description": "JEI Modo de ocultar ingredientes:",

Common/src/main/resources/assets/jei/lang/id_id.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"config.jei.search.creativeTabSearchMode.comment": "Pencarian Nama Tab Kreatif (awalan: %)",
7979
"config.jei.search.colorSearchMode": "^Color",
8080
"config.jei.search.colorSearchMode.comment": "Pencarian Warna (awalan: ^)",
81-
"config.jei.search.resourceIdSearchMode": "&ResourceId",
81+
"config.jei.search.resourceIdSearchMode": "&ResourceLocation",
8282
"config.jei.search.resourceIdSearchMode.comment": "Pencarian ID Sumber Daya (awalan: &)",
8383
"config.jei.search.searchAdvancedTooltips": "Cari tooltips lanjutan",
8484
"config.jei.advanced": "Lanjutan",
@@ -98,7 +98,7 @@
9898
"config.jei.advanced.maxRecipeGuiHeight": "Tinggi Maksimum GUI Resep",
9999
"config.jei.advanced.maxRecipeGuiHeight.comment": "Ketinggian maksimum GUI resep.",
100100
"config.jei.advanced.giveMode": "Mode Pemberian",
101-
"config.jei.advanced.giveMode.comment": "Pilih apakah JEI harus memberikan benda langsung ke persediaan (inventory) atau mengambilnya dengan mouse (mouse_pickup).",
101+
"config.jei.advanced.giveMode.comment": "Pilih apakah JEI harus memberikan benda langsung ke persediaan atau mengambilnya dengan mouse.",
102102

103103
"_comment": "Hide Ingredients Mode",
104104
"gui.jei.editMode.description": "Mode Sembunyikan Benda JEI:",

Common/src/main/resources/assets/jei/lang/it_it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"config.jei.search.creativeTabSearchMode.comment": "Modalità di ricerca per i nomi della schermata creativa (prefisso: %)",
112112
"config.jei.search.colorSearchMode": "^Color",
113113
"config.jei.search.colorSearchMode.comment": "Modalità di ricerca per colori (prefisso: ^)",
114-
"config.jei.search.resourceIdSearchMode": "&ResourceId",
114+
"config.jei.search.resourceIdSearchMode": "&ResourceLocation",
115115
"config.jei.search.resourceIdSearchMode.comment": "Modalità di ricerca per ID delle risorse (prefisso: &)",
116116
"config.jei.search.searchAdvancedTooltips": "Ricerca suggerimenti avanzati",
117117
"config.jei.advanced": "Avanzate",
@@ -131,7 +131,7 @@
131131
"config.jei.advanced.maxRecipeGuiHeight": "Altezza massima della GUI ricette",
132132
"config.jei.advanced.maxRecipeGuiHeight.comment": "L'altezza massima della GUI delle ricette.",
133133
"config.jei.advanced.giveMode": "Modalità dare",
134-
"config.jei.advanced.giveMode.comment": "Scegli se la JEI dovrebbe dare gli ingredienti direttamente nell'inventario(inventario) o prenderli con il mouse (mouse_pickup).",
134+
"config.jei.advanced.giveMode.comment": "Scegli se la JEI dovrebbe dare gli ingredienti direttamente nell'inventario o prenderli con il mouse.",
135135

136136
"_comment": "Hide Ingredients Mode",
137137
"gui.jei.editMode.description": "Modalità nascondi ingredienti nella JEI:",

Common/src/main/resources/assets/jei/lang/kk_kz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"config.jei.advanced.maxRecipeGuiHeight": "Макс. рецепт интерфейсінің биіктігі",
133133
"config.jei.advanced.maxRecipeGuiHeight.comment": "Рецепт ингрефейсінің максималды биіктігі.",
134134
"config.jei.advanced.giveMode": "Беру режимі",
135-
"config.jei.advanced.giveMode.comment": "JEI ингредиенттерді тікелей мұқаммалға немесе курсорға салатынына жауап береді",
135+
"config.jei.advanced.giveMode.comment": "JEI ингредиенттерді тікелей мұқаммалға немесе курсорға салатынына жауап береді.",
136136

137137
"_comment": "Hide Ingredients Mode",
138138
"gui.jei.editMode.description": "JEI ингредиент жасыру режимі:",

Common/src/main/resources/assets/jei/lang/ko_kr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"config.jei.search.creativeTabSearchMode.comment": "크리에이티브 탭 이름을 검색하는 모드 (접두사: %)",
126126
"config.jei.search.colorSearchMode": "^Color",
127127
"config.jei.search.colorSearchMode.comment": "색깔을 검색하는 모드 (접두사: ^)",
128-
"config.jei.search.resourceIdSearchMode": "&ResourceId",
128+
"config.jei.search.resourceIdSearchMode": "&ResourceLocation",
129129
"config.jei.search.resourceIdSearchMode.comment": "리소스 ID를 검색하는 모드 (접두사: &)",
130130
"config.jei.search.searchAdvancedTooltips": "고급 툴팁 검색",
131131
"config.jei.advanced": "고급",
@@ -145,7 +145,7 @@
145145
"config.jei.advanced.maxRecipeGuiHeight": "최대 제작법 GUI 높이",
146146
"config.jei.advanced.maxRecipeGuiHeight.comment": "제작법 GUI의 최대 높이입니다.",
147147
"config.jei.advanced.giveMode": "제공 모드",
148-
"config.jei.advanced.giveMode.comment": "JEI가 인벤토리(inventory)에 직접 아이템을 제공할지 또는 마우스(mouse_pickup)로 아이템을 픽업할지를 선택합니다.",
148+
"config.jei.advanced.giveMode.comment": "JEI가 인벤토리에 직접 아이템을 제공할지 또는 마우스로 아이템을 픽업할지를 선택합니다.",
149149
"config.jei.advanced.addBookmarksToFront": "새 북마크 추가",
150150
"config.jei.advanced.addBookmarksToFront.comment": "true이면 북마크 목록 앞쪽에 새 북마크를 추가합니다. false이면 북마크 목록 끝에 새 북마크를 추가합니다.",
151151

0 commit comments

Comments
 (0)