diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-08-27 05:26:06 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-08-27 05:26:31 +0800 |
| commit | 113fe8f692f4f9bb113d28f6a1b3375bd8f0eec8 (patch) | |
| tree | da371c2c28ec95167aea4ebc91a6ff4a9f5f59b3 /runtime/src/main/resources | |
| parent | a4776b33fd86731249cf9b02c2ea6fff1bce9350 (diff) | |
| download | RoughlyEnoughItems-113fe8f692f4f9bb113d28f6a1b3375bd8f0eec8.tar.gz RoughlyEnoughItems-113fe8f692f4f9bb113d28f6a1b3375bd8f0eec8.tar.bz2 RoughlyEnoughItems-113fe8f692f4f9bb113d28f6a1b3375bd8f0eec8.zip | |
Add hints for if REI does not initialize properly
Diffstat (limited to 'runtime/src/main/resources')
25 files changed, 152 insertions, 67 deletions
diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json index 2f25b91f8..4a0406433 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/bg_bg.json @@ -22,7 +22,6 @@ "text.rei.composting.page": "Страница %d", "text.rei.config": "Конфигурация", "text.rei.config_tooltip": "Отвори екран за конфигуриране\n§7Shift-кликни за да превключиш мамене", - "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": "Възходящ", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json index 30a151120..9915f980e 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Nastavit modifikátory v konfiguračním okně)", "text.rei.cheating": "Podvádění", "text.rei.cheating_disabled": "§7Podvádění zakázáno", "text.rei.cheating_enabled": "§cPodvádění povoleno", @@ -41,8 +40,6 @@ "text.rei.composting.page": "Strana %d", "text.rei.config": "Konfigurace", "text.rei.config_tooltip": "Otevřít konfigurační okno\n§7Shift-Klik pro přepnutí podvádění", - "text.rei.config.optifine.title": "Nepodařilo se otevřít konfigurační okno REI", - "text.rei.config.optifine.description": "Konfigurační okno je nekompatibilní s vaší instancí OptiFine / OptiFabric.", "text.rei.cheat_items": "Hráči {player_name} dán předmět ({item_count}x) [{item_name}§f]", "text.rei.failed_cheat_items": "§cNepodařilo se dát předměty.", "text.rei.too_long_nbt": "§cNBT předmětu je příliš dlouhé, než aby mohl být použito ve hře pro více hráčů.", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/da_dk.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/da_dk.json index fa547d3b5..646d00c23 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/da_dk.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/da_dk.json @@ -29,8 +29,6 @@ "text.rei.composting.page": "Side %d", "text.rei.config": "Konfig", "text.rei.config_tooltip": "Åbn konfigskærm\n§7Skift-Klik for at slå snydetilstand til/fra", - "text.rei.config.optifine.title": "Kunne ikke åbne REI-konfigskærm", - "text.rei.config.optifine.description": "Konfigurationsskærmen er inkompatibel med din forekomst af OptiFine / OptiFabric.", "text.rei.cheat_items": "Gav [{item_name}§f] x{item_count} til {player_name}.", "text.rei.failed_cheat_items": "§cKunne ikke give genstande.", "ordering.rei.ascending": "Stigende", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json index 74ea75b60..f19427e89 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/de_de.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Setze Modifizierungen im Einstellungsbildschirm)", "text.rei.cheating": "Cheating", "text.rei.cheating_disabled": "§7Cheating deaktiviert", "text.rei.cheating_enabled": "§cCheating Aktiviert", @@ -39,8 +38,6 @@ "text.rei.composting.page": "Seite %d", "text.rei.config": "Einstellung", "text.rei.config_tooltip": "Öffne das Konfig-Menü\n§7Shift-Klick um den Cheatenmodus ein-/auszuschalten", - "text.rei.config.optifine.title": "Fehler beim Öffnen der REI-Einstellungen", - "text.rei.config.optifine.description": "Der Konfigurationsbildschirm ist mit OptiFine / OptiFabric nicht kompatibel.", "text.rei.cheat_items": "[{item_name}] x{item_count} {player_name} gegeben.", "text.rei.failed_cheat_items": "§cItems geben fehlgeschlagen.", "ordering.rei.ascending": "Aufsteigend", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json index a08fde2a2..6c7403e2b 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_gb.json @@ -1,4 +1,5 @@ { + "text.rei.inventory.highlighting.enabled.tooltip": "This makes slots that does not match\nthe search filter grey.\nDouble click the search bar to toggle this mode.", "category.rei.blasting": "Blasting", "text.rei.favorites": "Favourites", "text.rei.favorites_tooltip": " \n§7Press %s to add this to favourites.", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json index c6b1dbde2..8d99c7f0f 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_ud.json @@ -1,5 +1,4 @@ { - "key.rei.category": "(uǝǝɹɔS ƃᴉɟuoƆ ʇɐ sɹǝᴉɟᴉpoW ʇǝS) sɯǝʇI ɥƃnouƎ ʎlɥƃnoɹ", "text.rei.cheating": "ƃuᴉʇɐǝɥƆ", "text.rei.cheating_disabled": "§7pǝןqɐsıᗡ buıʇɐǝɥϽ", "text.rei.cheating_enabled": "§cpǝןqɐuƎ buıʇɐǝɥϽ", @@ -31,7 +30,6 @@ "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.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∀", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 87a1392a3..bd3b05295 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Set Modifiers at Config Screen)", "text.rei.cheating": "Cheating", "text.rei.cheating_disabled": "§7Cheating Disabled", "text.rei.cheating_enabled": "§cCheating Enabled", @@ -10,6 +9,10 @@ "text.rei.search.field.suggestion": "Search...", "text.rei.feedback": "Any feedback you want to give to the REI developer? %s to submit your feedback!", "text.rei.feedback.link": "Click me to visit the Google Form", + "text.rei.not.fully.initialized": "REI not yet fully initialized!", + "text.rei.not.fully.initialized.tooltip": "Missing stages: %s\nIf this does not go away,\ntry looking for support with the logs!", + "text.rei.inventory.highlighting.enabled": "Inventory Highlighting On", + "text.rei.inventory.highlighting.enabled.tooltip": "This makes slots that does not match\nthe search filter gray.\nDouble click the search bar to toggle this mode.", "category.rei.crafting": "Crafting", "category.rei.smelting": "Smelting", "category.rei.smelting.fuel": "Fuel", @@ -41,8 +44,6 @@ "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 your instance of 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.", "text.rei.too_long_nbt": "§cItem NBT is too long to be applied in multiplayer.", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/eo_uy.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/eo_uy.json index b6b2017ca..10b3ee02e 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/eo_uy.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/eo_uy.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Determini Modifajn ĉe Agorda Ekrano)", "text.rei.cheating": "Trompado", "text.rei.cheating_disabled": "§7Trompado Malŝaltita", "text.rei.cheating_enabled": "§cTrompado Ŝaltita", @@ -39,8 +38,6 @@ "text.rei.composting.page": "Paĝo %d", "text.rei.config": "Agordo", "text.rei.config_tooltip": "Malfermi Agordan Ekranon\n§7Majuskle klaku por baskuli trompreĝimon", - "text.rei.config.optifine.title": "Malsukcesis malfermi agordan ekranon de REI", - "text.rei.config.optifine.description": "La agorda ekrano malkongruas kun via apero de OptiFine / OptiFabric.", "text.rei.cheat_items": "Donis [{item_name}§f] x{item_count} al {player_name}.", "text.rei.failed_cheat_items": "§cMalsukcesis doni aferojn.", "ordering.rei.ascending": "Kreskanta", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/es_es.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/es_es.json index c439e0c48..8380fb534 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/es_es.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/es_es.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Ajustar Modificadores en la Pantalla de Configuración)", "text.rei.cheating": "Trampas", "text.rei.cheating_disabled": "§Trampas desactivadas", "text.rei.cheating_enabled": "§cTrampas activadas", @@ -39,8 +38,6 @@ "text.rei.composting.page": "Página %d", "text.rei.config": "Configuración", "text.rei.config_tooltip": "Abrir pantalla de configuración\n§7Shift + Click para cambiar el modo trucos", - "text.rei.config.optifine.title": "Error al abrir la pantalla de configuración de REI", - "text.rei.config.optifine.description": "La pantalla de configuración no es compatible con tu instancia de OptiFine / OptiFabric.", "text.rei.cheat_items": "Dar [{item_name}§f] x{item_count} a {player_name}.", "text.rei.failed_cheat_items": "§cError al dar objetos.", "ordering.rei.ascending": "Ascendente", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json index 4aa12a395..cc2aae861 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/et_ee.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (määra muuteklahve seadistuskuvas)", "text.rei.cheating": "Sohitegemine", "text.rei.cheating_disabled": "§7Sohitegemine keelatud", "text.rei.cheating_enabled": "§cSohitegemine lubatud", @@ -39,8 +38,6 @@ "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": "REI seadistuskuva avamine ebaõnnestus", - "text.rei.config.optifine.description": "Seadistuskuva ei ühildu sinu OptiFine'i/OptiFabricu versiooniga.", "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", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json index cc6cb780a..241f3b87d 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (paramètres dans le menu de config.)", "text.rei.cheating": "Triche", "text.rei.cheating_disabled": "§7Triche désactivée", "text.rei.cheating_enabled": "§cTriche activée", @@ -41,8 +40,6 @@ "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": "Échec de l'ouverture de l'écran de configuration de REI", - "text.rei.config.optifine.description": "L'écran de configuration est incompatible avec votre instance d'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.", "text.rei.too_long_nbt": "§cL'objet NBT est trop long pour être affiché en multijoueur", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/he_il.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/he_il.json index f9ccd76f8..8c46e1cbb 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/he_il.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/he_il.json @@ -1,5 +1,4 @@ { - "key.rei.category": "בערך מספיק פריטים (הגדר משתנים במסך התצורה)", "text.rei.cheating": "רמאות", "text.rei.cheating_disabled": "רמאות כבויה", "text.rei.cheating_enabled": "רמאות דלוקה", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/it_it.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/it_it.json index beed255dc..9602d80bf 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/it_it.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/it_it.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Imposta Modificatori alla Schermata di Configurazione)", "text.rei.cheating": "Cheating", "text.rei.cheating_disabled": "§7Cheating Disabilitato", "text.rei.cheating_enabled": "§cCheating Abilitato", @@ -39,8 +38,6 @@ "text.rei.composting.page": "Pagina %d", "text.rei.config": "Configurazione", "text.rei.config_tooltip": "Apri schermata di configurazione\n§7Clicca Shift per attivare la modalità cheat", - "text.rei.config.optifine.title": "Impossibile aprire la schermata di configurazione di REI", - "text.rei.config.optifine.description": "La schermata di configurazione è incompatibile con la tua istanza di OptiFine / OptiFabric.", "text.rei.cheat_items": "Ho dato [{item_name}§f] x{item_count} a {player_name}.", "text.rei.failed_cheat_items": "§cImpossibile dare gli oggetti.", "ordering.rei.ascending": "Crescente", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json index e2b295b9a..8bb8853c6 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/ja_jp.json @@ -36,8 +36,6 @@ "text.rei.composting.page": "%dページ", "text.rei.config": "設定", "text.rei.config_tooltip": "設定画面を開く\n§7チートモードを 左シフトキー + 左クリック で切り替え", - "text.rei.config.optifine.title": "REI設定画面を開けませんでした", - "text.rei.config.optifine.description": "この設定画面は OptiFine / OptiFabric と互換性がありません。", "text.rei.cheat_items": "{player_name}に[{item_name}§f]を{item_count} 個与えました", "text.rei.failed_cheat_items": "§cアイテムを与えることができませんでした。", "ordering.rei.ascending": "昇順", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json index a00cab2b6..5a4efee55 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json @@ -1,5 +1,4 @@ { - "key.rei.category": "roughle INoo itemz (set modifeirz et conFIG scren)", "text.rei.cheating": "cheetin", "text.rei.cheating_disabled": "§7cheetin diSabld", "text.rei.cheating_enabled": "§ccheetIN INABld", @@ -36,8 +35,6 @@ "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": "oh sadface faild to OPIN REi config scrin", - "text.rei.config.optifine.description": "teh configurashun sCRIN r encompatibl wif 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", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json index b17e9b927..afb1df61d 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/nn_no.json @@ -1,5 +1,4 @@ { - "text.rei.config.optifine.description": "The configuration screen is incompatible with OptiFine / OptiFabric.", "config.roughlyenoughitems.appearance": "Utseende", "config.roughlyenoughitems.cheating": "Cheating: ", "config.roughlyenoughitems.favoritesEnabled": "Favoritter aktivert:", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json index 36054a811..22122772c 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pl_pl.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Ustaw Modyfikatory w Panelu Konfiguracyjnym)", "text.rei.cheating": "Tryb Oszukiwania", "text.rei.cheating_disabled": "§7Tryb Oszukiwania wyłączony", "text.rei.cheating_enabled": "§cTryb Oszukiwania włączony", @@ -39,8 +38,6 @@ "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": "Nie udało się otworzyć ekranu konfiguracji REI", - "text.rei.config.optifine.description": "Ekran konfiguracji jest niekompatybilny z 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", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json index 769607c97..071c0efbb 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (menu de definições)", "text.rei.cheating": "Trapaças", "text.rei.cheating_disabled": "§7Trapaças desativadas", "text.rei.cheating_enabled": "§cTrapaças ativadas", @@ -40,8 +39,6 @@ "text.rei.composting.page": "Página %d", "text.rei.config": "Definições", "text.rei.config_tooltip": "Abrir menu de definições\n§7Shift+clique para alternar o modo trapaça", - "text.rei.config.optifine.title": "Falha ao abrir a tela de definições do REI", - "text.rei.config.optifine.description": "O menu de definições é incompatível com a sua versão do OptiFine/OptiFabric.", "text.rei.cheat_items": "{player_name} recebeu {item_count} unidade(s) de [{item_name}§f].", "text.rei.failed_cheat_items": "§cFalha ao obter itens.", "ordering.rei.ascending": "Crescente", @@ -96,6 +93,7 @@ "text.rei.recipe_screen_type.selection": "Selecionar estilo da tela de receita", "text.rei.recipe_screen_type.selection.sub": "Você sempre pode editar essa opção através do menu de definições.", "text.rei.jei_compat.sub": "Deseja ativar a compatibilidade com o JEI %s§7?\nIsso permitirá o carregamento de plugins JEI das seguintes fontes:\n%s\n\n§7Porém a compatibilidade REI JEI não está perfeita e pode causar problemas\n§cUSE A SEU PRÓPRIO RISCO!", + "text.rei.jei_compat.sub.stability": "§c§l(ALFA)", "text.rei.view_recipes_for": "Ver receitas para %s", "text.rei.subsets": "Subconjuntos", "text.rei.tiny_potato": "Batatinhas", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json index ac1f7571c..95f15cc57 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_pt.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Defina modificadores no Ecrã de Configuração)", "text.rei.cheating": "Trapaça", "text.rei.cheating_disabled": "§7Trapaças desativada", "text.rei.cheating_enabled": "§cTrapaças ativada", @@ -34,7 +33,6 @@ "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.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", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json index 99f027da4..11f5c929c 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Вполне достаточно предметов", "text.rei.cheating": "Читы", "text.rei.cheating_disabled": "§7Читы выключены", "text.rei.cheating_enabled": "§cЧиты включены", @@ -39,8 +38,6 @@ "text.rei.composting.page": "%d страница", "text.rei.config": "Конфигурация", "text.rei.config_tooltip": "Открыть окно конфигурации\n§7Shift+ЛКМ переключения читов", - "text.rei.config.optifine.title": "Не удалось открыть экран конфигурации REI", - "text.rei.config.optifine.description": "Экран конфигурации несовместим с Вашей версией OptiFine / OptiFabric.", "text.rei.cheat_items": "Выдано x{item_count} [{item_name}] игроку {player_name}", "text.rei.failed_cheat_items": "§cНе удалось выдать предметы.", "ordering.rei.ascending": "По возрастанию", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/tr_tr.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/tr_tr.json index 7c0e6b67b..da4c89f53 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/tr_tr.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/tr_tr.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items (Ayar Ekranında Değiştiriciyi Ayarla)", "text.rei.cheating": "Hile", "text.rei.cheating_disabled": "§7Hileler Kapatıldı", "text.rei.cheating_enabled": "§cHileler Açıldı", @@ -39,8 +38,6 @@ "text.rei.composting.page": "%d. Sayfa", "text.rei.config": "Ayar", "text.rei.config_tooltip": "Ayar Ekranını Aç\n§7Shift ile tıklayarak hile modunu kapat/aç", - "text.rei.config.optifine.title": "REI yapılandırma ekranı açılamadı", - "text.rei.config.optifine.description": "Yapılandırma ekranı kullandığın OptiFine/OptiFabric ile uyumsuz.", "text.rei.cheat_items": "{player_name} oyuncusuna {item_count} tane [{item_name}§f] verildi.", "text.rei.failed_cheat_items": "§cEşyalar verilemedi.", "ordering.rei.ascending": "Artan", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json index c616c8b30..010f014f5 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/uk_ua.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Цілком достатньо предметів", "text.rei.cheating": "Чітерство", "text.rei.cheating_disabled": "§7Чітерство вимкнено", "text.rei.cheating_enabled": "§cЧітерство увімкно", @@ -39,8 +38,6 @@ "text.rei.composting.page": "Сторінка %d", "text.rei.config": "Конфігурація", "text.rei.config_tooltip": "Відкрити вікно конфігурації\n§7Shift+ЛФМ перемикання режиму читерства", - "text.rei.config.optifine.title": "Не вдалося відкрити екран конфігурації REI", - "text.rei.config.optifine.description": "Екран конфігурації несумісний з Вашою версією OptiFine / OptiFabric.", "text.rei.cheat_items": "Видано x{item_count} [{item_name}] гравцеві {player_name}", "text.rei.failed_cheat_items": "§cНе вдалося надати предмети.", "ordering.rei.ascending": "За зростанням", diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json index 6fa01d7f5..0256f54c9 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/zh_cn.json @@ -1,5 +1,4 @@ { - "key.rei.category": "Roughly Enough Items(在“配置”屏幕上设置快捷键)", "text.rei.cheating": "作弊模式", "text.rei.cheating_disabled": "§7已禁用作弊", "text.rei.cheating_enabled": "§c已启用作弊", @@ -10,6 +9,10 @@ "text.rei.search.field.suggestion": "搜索...", "text.rei.feedback": "想给REI的开发者提交什么建议吗?%s以反馈!", "text.rei.feedback.link": "点击此处填写Google问卷", + "text.rei.not.fully.initialized": "REI 尚未完全初始化!", + "text.rei.not.fully.initialized.tooltip": "初始化未完成!缺失加载阶段:%s\n若该提示长时间存在,\n请用日志文件寻求帮助!", + "text.rei.inventory.highlighting.enabled": "物品栏高亮已开启", + "text.rei.inventory.highlighting.enabled.tooltip": "不符合搜索关键字的物品栏将呈现灰色背景。\n双击搜索栏以开关此模式。", "category.rei.crafting": "合成", "category.rei.smelting": "烧炼", "category.rei.smelting.fuel": "燃料", @@ -26,13 +29,13 @@ "category.rei.campfire.time": "%s 秒", "category.rei.stone_cutting": "切石", "category.rei.brewing": "酿造", - "category.rei.brewing.input": "源药水", + "category.rei.brewing.input": "输入药水", "category.rei.brewing.reactant": "原料", "category.rei.brewing.result": "输出药水", "category.rei.composting": "堆肥", "category.rei.stripping": "去皮", "category.rei.smithing": "锻造", - "ca |
