aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-07-09 18:25:13 +0800
committershedaniel <daniel@shedaniel.me>2020-07-09 18:25:13 +0800
commita7e35e706696cd3978d255a8c565a73fab263245 (patch)
tree7458e02a00e676c45ec398f98a8e14e83680b16a
parentddbedf6a7dc89176ab7797e5aaa10d6ea563f9a9 (diff)
parent315252399013839f8391b3693b7865a257dd12bc (diff)
downloadRoughlyEnoughItems-a7e35e706696cd3978d255a8c565a73fab263245.tar.gz
RoughlyEnoughItems-a7e35e706696cd3978d255a8c565a73fab263245.tar.bz2
RoughlyEnoughItems-a7e35e706696cd3978d255a8c565a73fab263245.zip
Merge remote-tracking branch 'remotes/shedaniel/l10n_4.x' into 4.x
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/de_de.json21
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/en_ud.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/et_ee.json19
-rwxr-xr-xsrc/main/resources/assets/roughlyenoughitems/lang/fr_fr.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/lol_us.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/nn_no.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/pt_br.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json17
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json21
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json25
-rw-r--r--src/main/resources/assets/roughlyenoughitems/lang/zh_tw.json17
14 files changed, 247 insertions, 9 deletions
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json
index 86d251b53..596532632 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cCheating Enabled",
"text.rei.cheating_limited_enabled": "§bCheating Enabled (Using Commands)",
"text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabled §7(No Permission)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Нужни са операторски разрешения за да се cheatват предмети",
"text.rei.search.field.suggestion": "Търсене...",
"category.rei.crafting": "Изработване",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Страница %d",
"text.rei.config": "Конфигурация",
"text.rei.config_tooltip": "Отвори екран за конфигуриране\n§7Shift-кликни за да превключиш мамене",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "Даден е [{item_name}§f] x{item_count} на {player_name}.",
"text.rei.failed_cheat_items": "§cНеуспешно даване на предмети.",
"ordering.rei.ascending": "Възходящ",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:",
"config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Not Set",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "английски",
"language.roughlyenoughitems.japanese": "японски",
"language.roughlyenoughitems.chinese_simplified": "опростен китайски",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
index 1d3cfcf49..ef3f3294d 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/de_de.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cSchummeln Aktiviert",
"text.rei.cheating_limited_enabled": "§bSchummeln Aktiviert (durch Befehl)",
"text.rei.cheating_enabled_no_perms": "§7Schummeln §cAktiviert §7(Keine Berechtigung)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Operator-Berechtigungen sind erforderlich, um Gegenstände herbei zu schummeln",
"text.rei.search.field.suggestion": "Suche...",
"category.rei.crafting": "Herstellen",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Seite %d",
"text.rei.config": "Einstellung",
"text.rei.config_tooltip": "Öffne das Konfig-Menü\n§7Shift-Klick um den Schummelmodus ein-/auszuschalten",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "[{item_name}] x{item_count} {player_name} gegeben.",
"text.rei.failed_cheat_items": "§cItems geben fehlgeschlagen.",
"ordering.rei.ascending": "Aufsteigend",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Rezept-Identifizierer kopieren:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favoriten-Eintrag:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Art des Rezept-Bildschirms:",
"config.roughlyenoughitems.recipeScreenType.config": "Art des Rezept-Bildschirms: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Nicht Gesetzt",
@@ -167,8 +173,8 @@
"config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.true": "Niemals",
"config.roughlyenoughitems.accessibility.villagerScreenPermanentScrollBar.boolean.false": "Wenn Inaktiv",
"config.roughlyenoughitems.disableRecipeBook": "Vanilla Rezeptbuch:",
- "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNo",
- "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aYes",
+ "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNein",
+ "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aJa",
"config.roughlyenoughitems.fixTabCloseContainer": "Korrigier den Vanilla Tab Container (wenn das Rezeptbuch deaktiviert ist):",
"config.roughlyenoughitems.lighterButtonHover": "Helles Button-Hovern:",
"config.roughlyenoughitems.layout.enableCraftableOnlyButton": "Filter für Herstellbare Gegenstände:",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Bildlauf",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Mehrere Seiten",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "Englisch",
"language.roughlyenoughitems.japanese": "Japanisch",
"language.roughlyenoughitems.chinese_simplified": "Chinesisch (Vereinfacht)",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json
index 456acf850..36d77fa83 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cpǝןqɐuƎ buıʇɐǝɥϽ",
"text.rei.cheating_limited_enabled": "§b(spuɐɯɯoϽ buıs∩) pǝןqɐuƎ buıʇɐǝɥϽ",
"text.rei.cheating_enabled_no_perms": "§7(uoıssıɯɹǝԀ oN) §cpǝןqɐuƎ §7buıʇɐǝɥϽ",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "sɯǝʇı ʇɐǝɥɔ oʇ pǝɹınbǝɹ ǝɹɐ suoıssıɯɹǝd ɹoʇɐɹǝdO",
"text.rei.search.field.suggestion": "˙˙˙ɥɔɹɐǝS",
"category.rei.crafting": "buıʇɟɐɹϽ",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "p% ǝbɐԀ",
"text.rei.config": "bıɟuoϽ",
"text.rei.config_tooltip": "uǝǝɹɔS bıɟuoϽ uǝdO\n§7ǝpoɯ ʇɐǝɥɔ ǝןbboʇ oʇ ʞɔıןϽ-ʇɟıɥS",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "§7˙{player_name} oʇ {item_count}x [{item_name}§7] ǝʌɐƃ",
"text.rei.failed_cheat_items": "§c˙sɯǝʇı ǝʌıb oʇ pǝןıɐℲ",
"ordering.rei.ascending": "buıpuǝɔs∀",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": ":ǝdʎ┴ uǝǝɹɔS ǝdᴉɔǝɹ",
"config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "ʇǝS ʇoN",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "pǝlloɹɔS",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "pǝʇɐuᴉƃɐԀ",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "English",
"language.roughlyenoughitems.japanese": "Japanese",
"language.roughlyenoughitems.chinese_simplified": "Chinese Simplified",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json
index 935d2fc51..e8249d236 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cSohitegemine lubatud",
"text.rei.cheating_limited_enabled": "§bSohitegemine lubatud (käskudega)",
"text.rei.cheating_enabled_no_perms": "§7Sohitegemine §clubatud §7(puudub luba)",
+ "text.rei.cheating_limited_creative_enabled": "§bSohitegemine lubatud (kasutades loomingurežiimi)",
"text.rei.no_permission_cheat": "Esemete sohiga saamiseks on vajalikud operaatoriõigused",
"text.rei.search.field.suggestion": "Otsi...",
"category.rei.crafting": "Meisterdamine",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Leht %d",
"text.rei.config": "Seadistus",
"text.rei.config_tooltip": "Ava seadistuskuva\n§7Shift-klõps sohitegemise lülitamiseks",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "{item_count} [{item_name}§f] antud mängijale {player_name}.",
"text.rei.failed_cheat_items": "§cEsemete andmine ebaõnnestus.",
"ordering.rei.ascending": "kasvav",
@@ -74,7 +77,7 @@
"text.rei.short_gamemode.adventure": "S",
"text.rei.short_gamemode.spectator": "V",
"text.rei.weather.clear": "Selge",
- "text.rei.weather.rain": "Rihm",
+ "text.rei.weather.rain": "Vihm",
"text.rei.weather.thunder": "Müristamine",
"text.rei.previous_category": "Eelmine kategooria",
"text.rei.next_category": "Järgmine kategooria",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Kopeeri retsepti ID:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Ekspordi retsept:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Lisa lemmikutesse:",
+ "config.roughlyenoughitems.cheatingStyle": "Sohitegemise viis:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Haara",
+ "config.roughlyenoughitems.cheatingStyle.give": "Anna",
"config.roughlyenoughitems.recipeScreenType": "Retseptikuva tüüp:",
"config.roughlyenoughitems.recipeScreenType.config": "Retseptikuva tüüp: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Määramata",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Keritav",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Lehekülgedega",
"config.roughlyenoughitems.filteringScreen": "Kohandatud filtreerimine",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "inglise",
"language.roughlyenoughitems.japanese": "jaapani",
"language.roughlyenoughitems.chinese_simplified": "lihtsustatud hiina",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
index 7c577c9fe..02dcfd03a 100755
--- a/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cTriche activée",
"text.rei.cheating_limited_enabled": "§bTriche activée (commandes activées)",
"text.rei.cheating_enabled_no_perms": "§7Triche §cactivée §7(aucune permission)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Les permissions d'opérateur sont requises pour obtenir des objets",
"text.rei.search.field.suggestion": "Rechercher...",
"category.rei.crafting": "Fabrication",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Page %d",
"text.rei.config": "Configuration",
"text.rei.config_tooltip": "Ouvrir le menu de configuration \n§7Maj. + Clic pour activer le mode triche",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "Don de {item_count} [{item_name}§f] à {player_name}",
"text.rei.failed_cheat_items": "§cImpossible de donner les objets.",
"ordering.rei.ascending": "Croissant",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copier l'identifiant de la recette :",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Entrée favorite :",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Type d'affichage des recettes :",
"config.roughlyenoughitems.recipeScreenType.config": "Type d'affichage des recettes : %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Non défini",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Défilement",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Pagination",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "Anglais",
"language.roughlyenoughitems.japanese": "Japonais",
"language.roughlyenoughitems.chinese_simplified": "Chinois simplifié",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json
index f6485413f..daf20262f 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cチートモードを使う",
"text.rei.cheating_limited_enabled": "§bチートモードを使う (コマンドを使用)",
"text.rei.cheating_enabled_no_perms": "§7チートモードを§c使う §7(権限がない)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "チートモードでアイテムを取得する場合は、オペレーターの権限が必要です",
"text.rei.search.field.suggestion": "検索...",
"category.rei.crafting": "クラフト",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "%dページ",
"text.rei.config": "設定",
"text.rei.config_tooltip": "設定画面を開く\n§7チートモードをShift+左ボタンで切り替え",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "{player_name}に[{item_name}§f]を{item_count} 個与えました",
"text.rei.failed_cheat_items": "§cアイテムを提供できませんでした。",
"ordering.rei.ascending": "昇順",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "レシピ画面のタイプ:",
"config.roughlyenoughitems.recipeScreenType.config": "レシピ画面タイプ: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "設定されていません",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "スクロール",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "ページ",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "英語",
"language.roughlyenoughitems.japanese": "日本語",
"language.roughlyenoughitems.chinese_simplified": "簡体中国語",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json
index f0a0fe548..90d7a89b4 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cCheating Enabwed",
"text.rei.cheating_limited_enabled": "§bCheating Enabwed (Using Commands)",
"text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabwed §7(No Pewmission)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Opewatow pewmissions awe wequiwed to cheat items",
"text.rei.search.field.suggestion": "Seawch...",
"category.rei.crafting": "Cwafting",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Page %d",
"text.rei.config": "Config",
"text.rei.config_tooltip": "Open Config Scween\n§7Shift-Cwick to toggwe cheat mode",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "Gave [{item_name}§f] x{item_count} to {pwayew_name}.",
"text.rei.failed_cheat_items": "§cFaiwed to give items.",
"ordering.rei.ascending": "Ascending",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Copy Recipe Identifier:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favorite Entry:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Wecipe Scween Type:",
"config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Not Set",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scwolled",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginwated",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "English",
"language.roughlyenoughitems.japanese": "Japanees",
"language.roughlyenoughitems.chinese_simplified": "Chinees Simplifid",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json
index d5a165348..83b200735 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cCheating Enabled",
"text.rei.cheating_limited_enabled": "§bCheating Enabled (Using Commands)",
"text.rei.cheating_enabled_no_perms": "§7Cheating §cEnabled §7(No Permission)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Operator permissions are required to cheat items",
"text.rei.search.field.suggestion": "Search...",
"category.rei.crafting": "Crafting",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Page %d",
"text.rei.config": "Config",
"text.rei.config_tooltip": "Open Config Screen\n§7Shift-Click to toggle cheat mode",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "Gave [{item_name}§f] x{item_count} to {player_name}.",
"text.rei.failed_cheat_items": "§cFailed to give items.",
"ordering.rei.ascending": "Ascending",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Kopier oppskriftsidentifikator:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Eksporter oppskrift:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Favoritt Entry:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Recipe Screen Type:",
"config.roughlyenoughitems.recipeScreenType.config": "Recipe Screen Type: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Not Set",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Scrolled",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Paginated",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "English",
"language.roughlyenoughitems.japanese": "Japanese",
"language.roughlyenoughitems.chinese_simplified": "Chinese Simplified",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json
index bd6c9af90..086aa5874 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cTryb Oszukiwania włączony",
"text.rei.cheating_limited_enabled": "§bTryb Oszukiwania włączony (Z użyciem komend)",
"text.rei.cheating_enabled_no_perms": "§7Tryb Oszukiwania §cwłączony §7(Brak uprawnień)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Do pobierania przedmiotów potrzebne są uprawnienia operacyjne",
"text.rei.search.field.suggestion": "Szukaj...",
"category.rei.crafting": "Wytwarzanie",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Strona %d",
"text.rei.config": "Konfiguracja",
"text.rei.config_tooltip": "Otwórz Panel Konfiguracyjny\n§7Kliknij z Shiftem by przełączyć Tryb Oszukiwania",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "Daj [{item_name}§f] x{item_count} graczowi {player_name}.",
"text.rei.failed_cheat_items": "§cBłąd podczas dawania przedmiotów.",
"ordering.rei.ascending": "Rosnący",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Skopiuj Id receptury:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Export Recipe:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Dodaj przedmiot do Ulubionych:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Sposób wyświetlania receptur:",
"config.roughlyenoughitems.recipeScreenType.config": "Sposób wyświetlania receptur: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Nie ustawiono",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Pasek przewijania",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Ponumerowane strony",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "English",
"language.roughlyenoughitems.japanese": "Japanese",
"language.roughlyenoughitems.chinese_simplified": "Chinese Simplified",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json
index 1a52f45c0..32622b190 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json
@@ -5,6 +5,7 @@
"text.rei.cheating_enabled": "§cTrapaças ativada",
"text.rei.cheating_limited_enabled": "§bTrapaças ativada (usando comandos)",
"text.rei.cheating_enabled_no_perms": "§7Trapaças §cativada §7(sem permissão)",
+ "text.rei.cheating_limited_creative_enabled": "§aCheating Enabled (Using Creative)",
"text.rei.no_permission_cheat": "Permissões de operador são necessárias para obter itens",
"text.rei.search.field.suggestion": "Procurar...",
"category.rei.crafting": "Fabricação",
@@ -35,6 +36,8 @@
"text.rei.composting.page": "Página %d",
"text.rei.config": "Configuração",
"text.rei.config_tooltip": "Abrir menu de configuração\n§7Shift-Clique para alternar modo trapaça",
+ "text.rei.config.optifine.title": "Failed to open REI config screen",
+ "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.",
"text.rei.cheat_items": "Entregado [{item_name}§f] x{item_count} para {player_name}.",
"text.rei.failed_cheat_items": "§cFalha ao obter itens.",
"ordering.rei.ascending": "Crescente",
@@ -118,6 +121,9 @@
"config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Tecla Copiar ID da receita:",
"config.roughlyenoughitems.keyBindings.exportImageKeybind": "Exportar Receita:",
"config.roughlyenoughitems.keyBindings.favoriteKeybind": "Atalho Favoritos:",
+ "config.roughlyenoughitems.cheatingStyle": "Cheating Style:",
+ "config.roughlyenoughitems.cheatingStyle.grab": "Grab",
+ "config.roughlyenoughitems.cheatingStyle.give": "Give",
"config.roughlyenoughitems.recipeScreenType": "Estilo de tela de receita:",
"config.roughlyenoughitems.recipeScreenType.config": "Estilo de tela de receita: %s",
"config.roughlyenoughitems.recipeScreenType.unset": "Não definido",
@@ -196,6 +202,17 @@
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.true": "Formato de Rolagem",
"config.roughlyenoughitems.scrollingEntryListWidget.boolean.false": "Formato de Páginas",
"config.roughlyenoughitems.filteringScreen": "Customized Filtering",
+ "config.roughlyenoughitems.filteringRulesScreen": "Customized Filtering Rules",
+ "config.roughlyenoughitems.filteringRulesScreen.new": "Create Filtering Rule",
+ "config.roughlyenoughitems.filteringRulesScreen.delete": "Delete",
+ "rule.roughlyenoughitems.filtering.manual": "Manual Filtering",
+ "rule.roughlyenoughitems.filtering.manual.subtitle": "Manually select what to hide and show.",
+ "rule.roughlyenoughitems.filtering.search": "Search Filtering",
+ "rule.roughlyenoughitems.filtering.search.subtitle": "Filter using search filters.",
+ "rule.roughlyenoughitems.filtering.search.filter": "Search Filter:",
+ "rule.roughlyenoughitems.filtering.search.show": "Show / Hide:",
+ "rule.roughlyenoughitems.filtering.search.show.true": "Show",
+ "rule.roughlyenoughitems.filtering.search.show.false": "Hide",
"language.roughlyenoughitems.english": "Inglês",
"language.roughlyenoughitems.japanese": "Japonês",
"language.roughlyenoughitems.chinese_simplified": "Chinês Simplificado",
diff --git a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json
index 430b7d1ab..1203ff2c5 100644
--- a/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json
+++ b/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json
@@ -5,6 +5,7 @@