diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-28 10:05:31 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-28 10:05:31 +0800 |
| commit | 6ff07fe77b6d15157f262a766798e683e55c2c57 (patch) | |
| tree | 5e9099bf245611d73e4646379ae79ebb45585fb1 /runtime/src/main/resources | |
| parent | e35aa217aa3bbba5653201186add39de871fae07 (diff) | |
| download | RoughlyEnoughItems-6ff07fe77b6d15157f262a766798e683e55c2c57.tar.gz RoughlyEnoughItems-6ff07fe77b6d15157f262a766798e683e55c2c57.tar.bz2 RoughlyEnoughItems-6ff07fe77b6d15157f262a766798e683e55c2c57.zip | |
Add search caching hint
Diffstat (limited to 'runtime/src/main/resources')
8 files changed, 231 insertions, 114 deletions
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 1ec0f9219..9109c032a 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/cs_cz.json @@ -13,6 +13,11 @@ "text.rei.not.fully.initialized.tooltip": "Chybějící fáze: %s\nPokud toto nezmizí,\nzkuste hledat podporu s logy!", "text.rei.inventory.highlighting.enabled": "Zvýraznění inventáře zapnuto", "text.rei.inventory.highlighting.enabled.tooltip": "Tenhle režim dělá sloty neodpovídající\nfiltru hledání šedé.\nDvojitým kliknutím na vyhledávací lištu přepnete.", + "text.rei.config.menu.dark_theme": "Tmavý motiv", + "text.rei.config.menu.craftable_filter": "Filtrovat vyrobitelné", + "text.rei.config.menu.display": "Nastavení Zobrazení...", + "text.rei.config.menu.display.remove_recipe_book": "Odstranit knihu receptů", + "text.rei.config.menu.config": "Více Možností...", "category.rei.crafting": "Vyrábění", "category.rei.smelting": "Vypékání", "category.rei.smelting.fuel": "Palivo", @@ -39,6 +44,8 @@ "category.rei.beacon_payment": "Aktivace majáku", "category.rei.tilling": "Zorání půdy", "category.rei.pathing": "Vytvoření pěšiny", + "category.rei.waxing": "Voskovaní", + "category.rei.oxidizing": "Oxidujúci", "category.rei.information": "Informace", "text.rei.composting.chance": "§e%d%% šance", "text.rei.composting.page": "Strana %d", 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 e687b3565..92cfd0256 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -13,6 +13,8 @@ "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.", + "text.rei.caching.search": "REI caching search results...", + "text.rei.caching.search.step": "Step %d/%d (%s%%):", "text.rei.config.menu.dark_theme": "Dark Theme", "text.rei.config.menu.craftable_filter": "Craftable Filter", "text.rei.config.menu.display": "Display Settings...", @@ -102,6 +104,7 @@ "text.rei.time_button.name.evening": "Evening", "text.rei.time_button.name.night": "Night", "text.rei.reload_config": "Reload Plugins", + "text.rei.reload_search": "Reload Search", "text.rei.config.is.reloading": "Plugins are reloading!", "text.rei.enabled": "Yes", "text.rei.disabled": "No", 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 e5f988b67..c406fe398 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/fr_fr.json @@ -5,7 +5,7 @@ "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": "§aTriche activée (en mode Créatif)", - "text.rei.no_permission_cheat": "Les permissions d'opérateur sont requises pour obtenir des objets", + "text.rei.no_permission_cheat": "Les permissions d'opérateur sont requises pour se donner des objets", "text.rei.search.field.suggestion": "Rechercher...", "text.rei.feedback": "Avez-vous des retours à faire au developeur de REI ? %s pour envoyer vos retours!", "text.rei.feedback.link": "Cliquez ici pour visiter le formulaire Google", @@ -14,9 +14,11 @@ "text.rei.inventory.highlighting.enabled": "Surbrillance de l'inventaire activé", "text.rei.inventory.highlighting.enabled.tooltip": "Cela rend les emplacements non correspondant grisés.\nDouble-cliquez sur la barre de recherche pour activer ce mode.", "text.rei.config.menu.dark_theme": "Thème sombre", + "text.rei.config.menu.display": "Paramètres d'Affichages...", "text.rei.config.menu.display.remove_recipe_book": "Enlever le livre des recettes", "text.rei.config.menu.display.left_side_panel": "Panneau gauche", "text.rei.config.menu.display.scrolling_side_panel": "Défilement du panneau latéral", + "text.rei.config.menu.config": "Plus d'Options...", "category.rei.crafting": "Fabrication", "category.rei.smelting": "Cuisson", "category.rei.smelting.fuel": "Combustible", @@ -58,6 +60,7 @@ "ordering.rei.name": "Nom", "ordering.rei.item_groups": "Thème", "text.auto_craft.move_items": "Transférer les objets", + "text.auto_craft.move_items.tooltip": "Ctrl-Clique pour Déplacer des Items", "text.auto_craft.move_items.yog": "NullPointerException générée !", "error.rei.transfer.too_small": "Impossible de déplacer les objets vers une grille de %dx%d.", "error.rei.not.on.server": "REI n'est pas installé sur le serveur.", @@ -82,6 +85,10 @@ "text.rei.gamemode_button.tooltip.entry": "Basculer vers %s", "text.rei.weather_button.tooltip.dropdown": "Changer la météo : liste déroulante", "text.rei.weather_button.tooltip.entry": "Basculer vers %s", + "text.rei.time_button.name.morn": "Matin", + "text.rei.time_button.name.noon": "Midi", + "text.rei.time_button.name.evening": "Soir", + "text.rei.time_button.name.night": "Nuit", "text.rei.reload_config": "Recharger les plugins", "text.rei.config.is.reloading": "Les plugins sont en cours de rechargement !", "text.rei.enabled": "Oui", @@ -116,8 +123,12 @@ "text.rei.subsets": "Sous-ensembles", "text.rei.tiny_potato": "P'tites patates", "text.rei.add_favorite_widget": "Ajouter...", + "text.rei.dispose_here": "Placer ici", + "text.rei.crash.title": "REI a planté !", + "text.rei.crash.crash_report": "Ouvrir le Rapport de Crash", "favorite.section.gamemode": "Mode de jeu", "favorite.section.weather": "Météo", + "favorite.section.time": "Temps", "tooltip.rei.fluid_amount": "§7%d unités", "tooltip.rei.fluid_amount.forge": "§7%d mB", "tooltip.rei.drag_to_add_favorites": "§7Faites glisser vers le haut pour l'ajouter à vos favoris !", @@ -134,6 +145,7 @@ "config.roughlyenoughitems.functionality": "Fonctionnalité", "config.roughlyenoughitems.advanced": "Avancé", "config.roughlyenoughitems.cheating": "Triche :", + "config.roughlyenoughitems.cheating.when_creative": "En Mode Créatif", "config.roughlyenoughitems.favoritesEnabled": "Favoris activés :", "config.roughlyenoughitems.keyBindings": "Raccourcis clavier", "config.roughlyenoughitems.keyBindings.recipeKeybind": "Afficher la recette :", @@ -173,6 +185,9 @@ "config.roughlyenoughitems.layout.configButtonLocation.upper": "Plus haut", "config.roughlyenoughitems.layout.configButtonLocation.lower": "Bas", "config.roughlyenoughitems.layout.mergeDisplayUnderOne": "Fusionner les Affichages avec des Contenus Equivalents:", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode.always_invisible": "Toujours Invisible", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode.auto_hide": "Cacher Automatiquement", + "config.roughlyenoughitems.layout.favoriteAddWidgetMode.always_visible": "Toujours Visible", "config.roughlyenoughitems.filteredEntries.selectAll": "Tout sélectionner", "config.roughlyenoughitems.filteredEntries.selectNone": "Tout désélectionner", "config.roughlyenoughitems.filteredEntries.hide": "Masquer", @@ -253,6 +268,10 @@ "config.roughlyenoughitems.syntaxHighlightingMode.plain_underscored": "Simple (souligné)", "config.roughlyenoughitems.syntaxHighlightingMode.colorful": "Coloré", "config.roughlyenoughitems.syntaxHighlightingMode.colorful_underscored": "Coloré (souligné)", + "config.roughlyenoughitems.isFocusModeZoomed": "Entrée en Mode Focus :", + "config.roughlyenoughitems.isFocusModeZoomed.boolean.true": "Zoomé", + "config.roughlyenoughitems.isFocusModeZoomed.boolean.false": "Surligné", + "config.roughlyenoughitems.filtering.shouldFilterDisplays": "Le Filtre Devrait Afficher :", "config.roughlyenoughitems.filteringScreen": "Filtrage personnalisé", "config.roughlyenoughitems.filteringRulesScreen": "Règles de filtrage personnalisées", "config.roughlyenoughitems.filteringRulesScreen.new": "Créer une règle de filtrage", 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 5a4efee55..0188c3867 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/lol_us.json @@ -93,6 +93,7 @@ "text.rei.tiny_potato": "oh hi tiny poTATOz k?", "favorite.section.weather": "Weethr", "tooltip.rei.fluid_amount": "§7%d Unit", + "tooltip.rei.drag_to_add_favorites": "Drag dis up 2 add dis 2 ur favoritez!", "msg.rei.copied_recipe_id": "Copied Wecipe Identifiew", "msg.rei.recipe_id_details": "Wecipe ID: %s", "msg.rei.exported_recipe": "exportd recipe", @@ -106,6 +107,7 @@ "config.roughlyenoughitems.functionality": "funcTIONalitie", "config.roughlyenoughitems.advanced": "oH hi ADvancd plz?", "config.roughlyenoughitems.cheating": "Cheating:", + "config.roughlyenoughitems.cheating.when_creative": "Durin creativ mode", "config.roughlyenoughitems.favoritesEnabled": "favoritez inableD:", "config.roughlyenoughitems.keyBindings": "keybindingz", "config.roughlyenoughitems.keyBindings.recipeKeybind": "show recipe:", 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 8507cc64b..47089c7cd 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/pt_br.json @@ -7,9 +7,9 @@ "text.rei.cheating_limited_creative_enabled": "§aAtivar trapaças (modo Criativo)", "text.rei.no_permission_cheat": "Você precisa ser um operador para obter itens", "text.rei.search.field.suggestion": "Buscar...", - "text.rei.feedback": "Deseja enviar um feedback ao desenvolvedor do REI? %s para enviá-lo!", - "text.rei.feedback.link": "Clique aqui para acessar o formulário de feedback", - "text.rei.not.fully.initialized": "REI ainda não inicializado completamente!", + "text.rei.feedback": "Deseja enviar feedback ao desenvolvedor do REI? %s para enviá-lo!", + "text.rei.feedback.link": "Acesse o formulário de feedback", + "text.rei.not.fully.initialized": "O REI ainda não está completamente inicializado!", "text.rei.not.fully.initialized.tooltip": "Etapas restantes: %s\nSe isso continuar,\nverifique os registros!\n", "text.rei.inventory.highlighting.enabled": "Destaque de inventário ativado", "text.rei.inventory.highlighting.enabled.tooltip": "Os espaços não encontrados na busca\nficarão da cor cinza.\nClique duas vezes na barra de busca para ativar o modo.", @@ -17,6 +17,11 @@ "text.rei.config.menu.craftable_filter": "Fabricáveis", "text.rei.config.menu.display": "Exibição...", "text.rei.config.menu.display.remove_recipe_book": "Ocultar livro de receitas", + "text.rei.config.menu.display.left_side_mob_effects": "Efeitos de criaturas (esquerdo)", + "text.rei.config.menu.display.left_side_panel": "Painel do lado esquerdo", + "text.rei.config.menu.display.scrolling_side_panel": "Painel de rolagem lateral", + "text.rei.config.menu.display.side_search_field": "Campo de busca lateral", + "text.rei.config.menu.display.syntax_highlighting": "Destaque de sintaxe", "text.rei.config.menu.config": "Outras...", "category.rei.crafting": "Fabricáveis", "category.rei.smelting": "Fundíveis", @@ -52,23 +57,26 @@ "text.rei.composting.chance": "§e%d%% de chances", "text.rei.composting.page": "Pág. %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_tooltip": "Abrir menu de definições\n§7Shift + clique para alternar o modo trapaça", "text.rei.cheat_items": "{player_name} recebeu {item_count} unidade(s) de [{item_name}§f].", "text.rei.failed_cheat_items": "§cFalha ao obter itens.", "text.rei.too_long_nbt": "§cO NBT do item é longo demais para ser aplicado ao modo multijogador.", + "text.rei.tag_match": "Tag aceita: #%s", "text.rei.performance": "Análise de desempenho", "ordering.rei.ascending": "Crescente", "ordering.rei.descending": "Descrescente", "ordering.rei.registry": "Registro", "ordering.rei.name": "Nome", - "ordering.rei.item_groups": "Conjuntos de itens", + "ordering.rei.item_groups": "Grupos de itens", "text.auto_craft.move_items": "Mover itens", + "text.auto_craft.move_items.tooltip": "Ctrl + clique para mover itens", "text.auto_craft.move_items.yog": "Gerar NullPointerException!", "error.rei.transfer.too_small": "Não é possível mover os itens para uma grade %dx%d.", "error.rei.not.on.server": "O REI não está disponível no servidor.", - "error.rei.not.enough.materials": "Materiais insuficientes.", + "error.rei.not.enough.materials": "Matéria-prima insuficiente.", "error.rei.internal.error": "Erro interno: %s", "error.rei.recipe.not.unlocked": "Receita inacessível no livro de receitas.", + "error.rei.not.supported.move.items": "Não é possível mover itens com essa receita e contêiner.", "error.rei.no.handlers.applicable": "Processo indisponível.", "error.rei.multi.errors": "Vários erros:", "rei.rei.no.slot.in.inv": "Espaço insuficiente no inventário.", @@ -78,13 +86,13 @@ "text.rei.credits": "Créditos", "text.rei.left_arrow": "<", "text.rei.right_arrow": ">", - "text.rei.view_all_categories": "Ver todas as categorias", + "text.rei.view_all_categories": "Ver todas", "text.rei.go_back_first_page": "Voltar ao começo", "text.rei.choose_page": "Escolher página", "text.rei.shift_click_to": "Clique + Shift para %s", - "text.rei.gamemode_button.tooltip.dropdown": "Alterar modo de jogo: Dropdown", + "text.rei.gamemode_button.tooltip.dropdown": "Alterar modo de jogo: Lista", "text.rei.gamemode_button.tooltip.entry": "Mudar para %s", - "text.rei.weather_button.tooltip.dropdown": "Alterar tempo: Dropdown", + "text.rei.weather_button.tooltip.dropdown": "Alterar tempo: Lista", "text.rei.weather_button.tooltip.entry": "Mudar para %s", "text.rei.reload_config": "Recarregar plug-ins", "text.rei.config.is.reloading": "Recarregando plug-ins!", @@ -130,12 +138,12 @@ "msg.rei.recipe_id_details": "ID: %s", "msg.rei.exported_recipe": "Receita exportada", "msg.rei.exported_recipe.desc": "Verifique a pasta \"rei_exports\".", - "subsets.rei.roughlyenoughitems.all_entries": "Todas as entradas", + "subsets.rei.roughlyenoughitems.all_entries": "Todas", "subsets.rei.roughlyenoughitems.item_groups": "Guias do Criativo", "_comment": "Descrições de definições", "config.roughlyenoughitems.title": "Definições do Roughly Enough Items", "config.roughlyenoughitems.basics": "Básico", - "config.roughlyenoughitems.appearance": "Aparência", + "config.roughlyenoughitems.appearance": "Estilo", "config.roughlyenoughitems.functionality": "Funções", "config.roughlyenoughitems.advanced": "Avançado", "config.roughlyenoughitems.cheating": "Trapaças:", @@ -153,7 +161,7 @@ "config.roughlyenoughitems.keyBindings.previousScreenKeybind": "Tela anterior:", "config.roughlyenoughitems.cheatingStyle": "Estilo de trapaça:", "config.roughlyenoughitems.cheatingStyle.grab": "Pegar", - "config.roughlyenoughitems.cheatingStyle.give": "Give", + "config.roughlyenoughitems.cheatingStyle.give": "Dar", "config.roughlyenoughitems.motion": "Definições de animações", "config.roughlyenoughitems.motion.configScreenAnimation": "Animação da tela de def.:", "config.roughlyenoughitems.motion.creditsScreenAnimation": "Animação da tela de créditos:", @@ -193,19 +201,19 @@ "config.roughlyenoughitems.recipeBorder": "Canto da receita:", "config.roughlyenoughitems.recipeBorder.lighter": "Claro", "config.roughlyenoughitems.recipeBorder.default": "Padrão", - "config.roughlyenoughitems.recipeBorder.none": "Nenhum", + "config.roughlyenoughitems.recipeBorder.none": "Não", "config.roughlyenoughitems.layout.maxRecipesPerPage": "Máximo de receitas por página:", "config.roughlyenoughitems.layout.maxRecipesPageHeight": "Altura máxima da página de receitas:", - "config.roughlyenoughitems.accessibility.displayPanelLocation": "Posição do painel de entradas", + "config.roughlyenoughitems.accessibility.displayPanelLocation": "Posição do painel de entradas:", "config.roughlyenoughitems.accessibility.displayPanelLocation.left": "Esquerdo", "config.roughlyenoughitems.accessibility.displayPanelLocation.right": "Direito", "config.roughlyenoughitems.search.tooltipSearch": "Busca por descrição (#):", "config.roughlyenoughitems.search.tagSearch": "Busca por tag ($):", "config.roughlyenoughitems.search.identifierSearch": "Busca por ID (*):", - "config.roughlyenoughitems.search.modSearch": "Busca de mod (@):", - "config.roughlyenoughitems.search_mode.always": "Sempre ativado", + "config.roughlyenoughitems.search.modSearch": "Busca por mod (@):", + "config.roughlyenoughitems.search_mode.always": "Sempre ativo", "config.roughlyenoughitems.search_mode.prefix": "Ao usar prefixo", - "config.roughlyenoughitems.search_mode.never": "Sempre desativado", + "config.roughlyenoughitems.search_mode.never": "Sempre inativo", "config.roughlyenoughitems.layout.debugRenderTimeRequired": "Depuração do painel de entradas:", "config.roughlyenoughitems.search.debugSearchTimeRequired": "Modo de busca por depuração:", "config.roughlyenoughitems.accessibility.resizeDynamically": "Escala dinâmica:", @@ -219,14 +227,15 @@ "config.roughlyenoughitems.disableRecipeBook": "Livro de receitas padrão:", "config.roughlyenoughitems.disableRecipeBook.boolean.true": "§cNão", "config.roughlyenoughitems.disableRecipeBook.boolean.false": "§aSim", + "config.roughlyenoughitems.leftSideMobEffects": "Posição de efeitos de criaturas:", "config.roughlyenoughitems.leftSideMobEffects.boolean.true": "Esquerda", "config.roughlyenoughitems.leftSideMobEffects.boolean.false": "Direita (padrão)", - "config.roughlyenoughitems.fixTabCloseContainer": "Corrigir o contêiner de guias padrão (livro de receitas desativado):", + "config.roughlyenoughitems.fixTabCloseContainer": "Corrigir contêiner de guias padrão (livro de receitas desativado):", "config.roughlyenoughitems.lighterButtonHover": "Cursor mínimo do botão:", "config.roughlyenoughitems.layout.enableCraftableOnlyButton": "Filtro (fabricáveis):", "config.roughlyenoughitems.layout.showUtilsButtons": "Botões utilitários:", "config.roughlyenoughitems.commands.gamemodeCommand": "Comando do modo de jogo:", - "config.roughlyenoughitems.commands.giveCommand": "Comando Give:", + "config.roughlyenoughitems.commands.giveCommand": "Comando give:", "config.roughlyenoughitems.miscellaneous.loadDefaultPlugin": "Carregar plug-in padrão:", "config.roughlyenoughitems.miscellaneous.loadDefaultPlugin.boolean.false": "§cNão (perigoso)", "config.roughlyenoughitems.miscellaneous.registerRecipesInAnotherThread": "Thread de recarga:", 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 8b66eaf8c..043fe98f6 100644 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/ru_ru.json @@ -2,63 +2,67 @@ "text.rei.cheating": "Читы", "text.rei.cheating_disabled": "§7Читы выключены", "text.rei.cheating_enabled": "§cЧиты включены", - "text.rei.cheating_limited_enabled": "§bЧиты включены (С исползованием комманд)", + "text.rei.cheating_limited_enabled": "§bЧиты включены (Используя команды)", "text.rei.cheating_enabled_no_perms": "§7Читы §cвключены §7(Без прав)", "text.rei.cheating_limited_creative_enabled": "§aЧиты включены (Включён Творческий режим)", "text.rei.no_permission_cheat": "Для читерства требуются права оператора", "text.rei.search.field.suggestion": "Поиск...", - "text.rei.feedback": "Хотите оставить отзыв разработчику REI? %s что-бы оставить его здесь!", - "text.rei.feedback.link": "Нажмите сюда, чтобы посмотреть Google Form", + "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.not.fully.initialized.tooltip": "Пропущены этапы: %s\nЕсли это не исчезло,\nпопробуйте поискать проблему в журналах!", + "text.rei.inventory.highlighting.enabled": "Подсветка инвентаря включена", "text.rei.inventory.highlighting.enabled.tooltip": "Это делает слоты, которые не соответствуют\nфильтру поиска серыми.\nДважды нажмите на строке поиска, чтобы переключить этот режим.", "text.rei.config.menu.dark_theme": "Тёмная тема", - "text.rei.config.menu.craftable_filter": "Фильтр по доступным предметам", - "text.rei.config.menu.display": "Настройки Отображения...", - "text.rei.config.menu.display.remove_recipe_book": "Удалить книгу рецептов", + "text.rei.config.menu.craftable_filter": "Фильтр по возможности создания", + "text.rei.config.menu.display": "Настройки отображения...", + "text.rei.config.menu.display.remove_recipe_book": "Убрать книгу рецептов", "text.rei.config.menu.display.left_side_mob_effects": "Эффекты мобов слева", - "text.rei.config.menu.display.left_side_panel": "Левая боковая панель", - "text.rei.config.menu.display.scrolling_side_panel": "Прокрутка Боковой Панели", - "text.rei.config.menu.display.side_search_field": "Боковое Поле Поиска", - "text.rei.config.menu.display.syntax_highlighting": "Подсветка Синтаксиса", + "text.rei.config.menu.display.left_side_panel": "Боковая панель слева", + "text.rei.config.menu.display.scrolling_side_panel": "Прокрутка боковой панели", + "text.rei.config.menu.display.caching_entry_rendering": "Быстрая прорисовка предметов", + "text.rei.config.menu.display.side_search_field": "Поле поиска сбоку", + "text.rei.config.menu.display.syntax_highlighting": "Подсветка синтаксиса", "text.rei.config.menu.config": "Дополнительные настройки...", "category.rei.crafting": "Создание", "category.rei.smelting": "Плавление", "category.rei.smelting.fuel": "Топливо", "category.rei.fuel": "Топливо", "category.rei.fuel.time": "Время горения: %d тактов", - "category.rei.fuel.time.items": "Время горения: %s предмет(ов)", + "category.rei.fuel.time.items": "Время горения: %s пред.", "category.rei.fuel.time_short": "%d тактов", - "category.rei.fuel.time_short.items": "%s предмет(ов)", + "category.rei.fuel.time_short.items": "%s пред.", "category.rei.cooking.xp": "%f опыта", "category.rei.cooking.time&xp": "%s опыта за %s сек", "category.rei.smoking": "Копчение", "category.rei.blasting": "Выплавка", - "category.rei.campfire": "Прожарка", + "category.rei.campfire": "Жарка на костре", "category.rei.campfire.time": "%s секунд", - "category.rei.stone_cutting": "Камнерезка", + "category.rei.stone_cutting": "Резка", "category.rei.brewing": "Зельеварение", "category.rei.brewing.input": "Оригинальное зелье", "category.rei.brewing.reactant": "Ингредиент", - "category.rei.brewing.result": "Итоговое зелье", + "category.rei.brewing.result": "Получаемое зелье", "category.rei.composting": "Компостирование", - "category.rei.stripping": "Обработка", + "category.rei.stripping": "Обтёсывание", "category.rei.smithing": "Ковка", "category.rei.beacon_base": "Основа для маяка", - "category.rei.beacon_payment": "Оплата Маяка", - "category.rei.tilling": "Тайлинг", - "category.rei.pathing": "Патчинг", + "category.rei.beacon_payment": "Оплата маяка", + "category.rei.tilling": "Вспашка", + "category.rei.pathing": "Создание троп", "category.rei.waxing": "Вощение", + "category.rei.wax_scraping": "Соскаб. воска", "category.rei.oxidizing": "Окисление", + "category.rei.oxidation_scraping": "Соскаб. окисла", "category.rei.information": "Информация", "text.rei.composting.chance": "§e%d%% шанс", "text.rei.composting.page": "%d страница", - "text.rei.config": "Конфигурация", - "text.rei.config_tooltip": "Открыть окно конфигурации\n§7Shift+ЛКМ переключения читов", + "text.rei.config": "Настройки", + "text.rei.config_tooltip": "Открыть окно конфигурации\n§7Shift+ЛКМ для переключения читов", "text.rei.cheat_items": "Выдано x{item_count} [{item_name}] игроку {player_name}", "text.rei.failed_cheat_items": "§cНе удалось выдать предметы.", - "text.rei.too_long_nbt": "§cNBT предмета слишком длинный для использования в мультиплеере", + "text.rei.too_long_nbt": "§cNBT предмета слишком длинный для использования в сетевой игре.", + "text.rei.tag_match": "Принимает тег: #%s", "text.rei.performance": "Анализ производительности", "ordering.rei.ascending": "По возрастанию", "ordering.rei.descending": "По убыванию", @@ -66,16 +70,16 @@ "ordering.rei.name": "Имя", "ordering.rei.item_groups": "Группы", "text.auto_craft.move_items": "Переместить предметы", - "text.auto_craft.move_items.tooltip": "Ctrl-Клик для переноса Предметов", + "text.auto_craft.move_items.tooltip": "Ctrl+ЛКМ для помещения предметов", "text.auto_craft.move_items.yog": "Генерировать NullPointerException!!", - "error.rei.transfer.too_small": "Создание в сетке %dx%d невозможно!", + "error.rei.transfer.too_small": "Невозможно поместить предметы в сетку %dx%d.", "error.rei.not.on.server": "REI отсутствует на сервере.", "error.rei.not.enough.materials": "Недостаточно материалов.", "error.rei.internal.error": "Внутренняя ошибка: %s", "error.rei.recipe.not.unlocked": "Рецепт не разблокирован в книге рецептов.", - "error.rei.not.supported.move.items": "Перемещение Предметов не поддерживается этим рецептом и этим контейнером.", + "error.rei.not.supported.move.items": "Помещение предметов не поддерживается этим рецептом и этим контейнером.", "error.rei.no.handlers.applicable": "Отсутствует рабочее место.", - "error.rei.multi.errors": "Множественные ошибки:", + "error.rei.multi.errors": "Множество ошибок:", "rei.rei.no.slot.in.inv": "В инвентаре недостаточно места для этого предмета", "text.rei.showing_craftable": "Показать создаваемое", "text.rei.showing_all": "Показать всё", @@ -85,12 +89,18 @@ "text.rei.right_arrow": ">", "text.rei.view_all_categories": "Показать все категории", "text.rei.go_back_first_page": "Вернуться в начало", - "text.rei.choose_page": "Выбрать страницу", - "text.rei.shift_click_to": "Shift-клик для %s", + "text.rei.choose_page": "выбрать страницу", + "text.rei.shift_click_to": "Shift+ЛКМ для %s", "text.rei.gamemode_button.tooltip.dropdown": "Переключить режим игры: Список", "text.rei.gamemode_button.tooltip.entry": "Сменить на %s", "text.rei.weather_button.tooltip.dropdown": "Переключить погоду: Список", - "text.rei.weather_button.tooltip.entry": "Сменить на %s", + "text.rei.weather_button.tooltip.entry": "Сменить: %s", + "text.rei.time_button.tooltip.dropdown": "Переключить время: Список", + "text.rei.time_button.tooltip.entry": "Сменить: %s", + "text.rei.time_button.name.morn": "Утро", + "text.rei.time_button.name.noon": "Полдень", + "text.rei.time_button.name.evening": "Вечер", + "text.rei.time_button.name.night": "Ночь", "text.rei.reload_config": "Перезагрузить плагины", "text.rei.config.is.reloading": "Плагины перезагружаются!", "text.rei.enabled": "Да", @@ -99,9 +109,9 @@ "text.rei.short_gamemode.creative": "Т", "text.rei.short_gamemode.adventure": "П", "text.rei.short_gamemode.spectator": "Н", - "text.rei.weather.clear": "Солнечную погоду", - "text.rei.weather.rain": "Дождливую погоду", - "text.rei.weather.thunder": "Грозу", + "text.rei.weather.clear": "Ясная погода", + "text.rei.weather.rain": "Дождь", + "text.rei.weather.thunder": "Гроза", "text.rei.previous_category": "Предыдущая категория", "text.rei.next_category": "Следующая категория", "text.rei.previous_page": "Предыдущая страница", @@ -109,41 +119,46 @@ "text.rei.back": "Назад", "text.rei.select": "Выбрать", "text.rei.favorites": "Избранное", - "text.rei.favorites_tooltip": " §7Нажмите %s чтобы добавить в избранное.", - "text.rei.remove_favorites_tooltip": " §7Нажмите %s чтобы убрать это из избранного.", + "text.rei.favorites_tooltip": " \n§7Нажмите %s чтобы добавить в избранное.", + "text.rei.remove_favorites_tooltip": " \n§7Нажмите %s чтобы убрать из избранного.", "text.rei.working_station": "Рабочее место", "text.rei.release_export": "Отпустите %s для экспорта", "text.rei.recipe_id": "\n%sID рецепта: %s", - "text.rei.recipe_screen_type.selection": "Выбор типа экрана рецепта", + "text.rei.recipe_screen_type.selection": "Выбор типа экрана рецептов", "text.rei.recipe_screen_type.selection.sub": "Вы всегда можете изменить эту настройку через окно конфигурации.", "text.rei.jei_compat": "Совместимость с JEI", "text.rei.jei_compat.false": "Совместимость с JEI: Отключено", "text.rei.jei_compat.true": "Совместимость с JEI: Включено", - "text.rei.jei_compat.sub": "Вы хотите включить совместимость с JEI %s§7?\n§7Это позволит загружать JEI плагины из следующих источников:\n%s\n\n§7Тем не менее, совместимость REI и JEI не идеально, и возможно будут ошибки.\n§cИСПОЛЬЗУЙТЕ НА СВОЙ РИСК И СТРАХ!", + "text.rei.jei_compat.sub": "Вы точно хотите включить совместимость с JEI %s§7?\n§7Это позволит загружать плагины JEI из следующих источников:\n%s\n\n§7Тем не менее, совместимость REI и JEI не идеальна, и могут быть ошибки.\n§cИСПОЛЬЗУЙТЕ НА СВОЙ СТРАХ И РИСК!", "text.rei.jei_compat.sub.stability": "§c§l(АЛЬФА)", "text.rei.view_recipes_for": "Посмотреть рецепты для %s", "text.rei.subsets": "Поднаборы", "text.rei.tiny_potato": "Мини картошка", "text.rei.add_favorite_widget": "Добавить...", - "text.rei.dispose_here": "Выкидывайте сюда", - "favorite.section.gamemode": "Игровой Режим", + "text.rei.dispose_here": "Убирать сюда", + "text.rei.crash.title": "Сбой REI!", + "text.rei.crash.description": "§cПроизошёл сбой Roughly Enough Item при \"%s\".\n\n§fПодробности о сбое показаны ниже. Пожалуйста, определите, какой мод вызвал ошибку и сообщите о ней автору мода вместе с журналом сбоя, приведённом ниже.\n\nЕсли вы считаете, что эта ошибка вызвана багом в Roughly Enough Item, пожалуйста, сообщите о ней на наш отслеживатель ошибок.\n\n§6Спасибо за помощь!", + "text.rei.crash.crash_report": "Открыть отчет об ошибке", + "favorite.section.gamemode": "Игровой режим", "favorite.section.weather": "Погода", - "tooltip.rei.fluid_amount": "§7%d Единицы измерения", + "favorite.section.time": "Время", + "tooltip.rei.fluid_amount": "§7%d ЕИ", "tooltip.rei.fluid_amount.forge": "§7%d мБ", - "tooltip.rei.drag_to_add_favorites": "§7Перетащите, что-бы добавить в любимое!", + "tooltip.rei.drag_to_add_favorites": "§7Перетащите, чтобы добавить в избранное!", "msg.rei.copied_recipe_id": "Идентификатор рецепта скопирован", "msg.rei.recipe_id_details": "ID рецепта: %s", - "msg.rei.exported_recipe": "Экспорт рецепта", + "msg.rei.exported_recipe": "Рецепт экспортирован", "msg.rei.exported_recipe.desc": "Проверьте папку 'rei_exports'.", - "subsets.rei.roughlyenoughitems.all_entries": "Все записи", + "subsets.rei.roughlyenoughitems.all_entries": "Все предметы", "subsets.rei.roughlyenoughitems.item_groups": "Вкладки творческого режима", - "_comment": "Конфигурация подсказок", + "_comment": "Подсказки конфигурации", "config.roughlyenoughitems.title": "Конфигурация Roughly Enough Items", - "config.roughlyenoughitems.basics": "Основы", - "config.roughlyenoughitems.appearance": "Оформление", + "config.roughlyenoughitems.basics": "Основные настройки", + "config.roughlyenoughitems.appearance": "Внешний вид", "config.roughlyenoughitems.functionality": "Функционал", - "config.roughlyenoughitems.advanced": "Продвинутый", + "config.roughlyenoughitems.advanced": "Расширенные настройки", "config.roughlyenoughitems.cheating": "Читерство:", + "config.roughlyenoughitems.cheating.when_creative": "В творческом реж.", "config.roughlyenoughitems.favoritesEnabled": "Избранное включено:", "config.roughlyenoughitems.keyBindings": "Привязки клавиш", "config.roughlyenoughitems.keyBindings.recipeKeybind": "Показать рецепт:", @@ -154,16 +169,16 @@ "config.roughlyenoughitems.keyBindings.focusSearchFieldKeybind": "Фокус на поле поиска:", "config.roughlyenoughitems.keyBindings.copyRecipeIdentifierKeybind": "Скопировать идентификатор рецепта:", "config.roughlyenoughitems.keyBindings.exportImageKeybind": "Экспорт рецепта:", - "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Закладка:", + "config.roughlyenoughitems.keyBindings.favoriteKeybind": "Предмет в избранном:", "config.roughlyenoughitems.keyBindings.previousScreenKeybind": "Предыдущее окно:", "config.roughlyenoughitems.cheatingStyle": "Вид читерства", "config.roughlyenoughitems.cheatingStyle.grab": "Взять", "config.roughlyenoughitems.cheatingStyle.give": "Выдать", - "config.roughlyenoughitems.motion": "Настройки Анимаций / Движений", + "config.roughlyenoughitems.motion": "Настройки анимаций/движений", "config.roughlyenoughitems.motion.configScreenAnimation": "Экран конфигурации анимирован:", "config.roughlyenoughitems.motion.creditsScreenAnimation": "Экран титров анимирован:", - "config.roughlyenoughitems.motion.favoritesAnimation": "Любимые анимации:", - "config.roughlyenoughitems.recipeScreenType": "Тип окна рецепта:", + "config.roughlyenoughitems.motion.favoritesAnimation": "Избранное анимированно:", + "config.roughlyenoughitems.recipeScreenType": "Вид окна рецепта:", "config.ro |
