From 5f2afde7ab146644209dad3c8a8a7d98baada365 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sun, 3 Nov 2024 12:40:18 +0800 Subject: [PATCH 01/98] New translations messages.json (Russian) [ci skip] --- .../resources/assets/neoforge/lang/ru_ru.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index 30467a05b0..ba8d761cda 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -162,19 +162,19 @@ "neoforge.configuration.uitext.client": "Настройки клиента", "neoforge.configuration.uitext.server": "Server Options", "neoforge.configuration.uitext.startup": "Startup Options", - "neoforge.configuration.uitext.restart.game.title": "Minecraft needs to be restarted", + "neoforge.configuration.uitext.restart.game.title": "Требуется перезапуск Minecraft", "neoforge.configuration.uitext.restart.game.text": "One or more of the configuration option that were changed will only take effect when the game is started.", "neoforge.configuration.uitext.restart.server.title": "World needs to be reloaded", "neoforge.configuration.uitext.restart.server.text": "One or more of the configuration option that were changed will only take effect when the world is reloaded.", - "neoforge.configuration.uitext.restart.return": "Ignore", + "neoforge.configuration.uitext.restart.return": "Игнорировать", "neoforge.configuration.uitext.restart.return.tooltip": "Your changes will have no effect until you restart!", - "neoforge.configuration.title": "NeoForge Configuration", - "neoforge.configuration.section.neoforge.client.toml": "Client settings", - "neoforge.configuration.section.neoforge.client.toml.title": "Client settings", - "neoforge.configuration.section.neoforge.common.toml": "Common settings", - "neoforge.configuration.section.neoforge.common.toml.title": "Common settings", - "neoforge.configuration.section.neoforge.server.toml": "Server settings", - "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", + "neoforge.configuration.title": "Настройка NeoForge", + "neoforge.configuration.section.neoforge.client.toml": "Настройки клиента", + "neoforge.configuration.section.neoforge.client.toml.title": "Настройки клиента", + "neoforge.configuration.section.neoforge.common.toml": "Общие настройки", + "neoforge.configuration.section.neoforge.common.toml.title": "Общие настройки", + "neoforge.configuration.section.neoforge.server.toml": "Настройки сервера", + "neoforge.configuration.section.neoforge.server.toml.title": "Настройки сервера", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", @@ -247,8 +247,8 @@ "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", - "neoforge.value.boolean.enabled": "Enabled", - "neoforge.value.boolean.disabled": "Disabled", + "neoforge.value.boolean.enabled": "Вкл.", + "neoforge.value.boolean.disabled": "Выкл.", "neoforge.value.boolean.enable": "Enables", "neoforge.value.boolean.disable": "Disables", "neoforge.value.boolean.invalid": "Invalid", From 44605396ec52a41443de8739850f87a27eaf60e8 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 4 Nov 2024 00:40:23 +0800 Subject: [PATCH 02/98] New translations messages.json (Russian) [ci skip] --- .../resources/assets/neoforge/lang/ru_ru.json | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index ba8d761cda..fff79c1f2c 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -8,19 +8,19 @@ "fml.menu.mods.config": "Настройки", "fml.menu.mods.openmodsfolder": "Папка с модами", "fml.menu.modoptions": "Настройки мода", - "fml.menu.mods.info.version": "Версия: %1$s", - "fml.menu.mods.info.idstate": "Идентификатор мода: %1$s; Состояние: {1,lower}", - "fml.menu.mods.info.credits": "Способствовали разработке: {0}", - "fml.menu.mods.info.authors": "Авторы: %1$s", - "fml.menu.mods.info.displayurl": "Главная страница: %1$s", - "fml.menu.mods.info.license": "Лицензия: %1$s", + "fml.menu.mods.info.version": "Версия: %1$s;", + "fml.menu.mods.info.idstate": "Идентификатор мода: %1$s; Состояние: {1,lower};", + "fml.menu.mods.info.credits": "Способствовали разработке: {0};", + "fml.menu.mods.info.authors": "Авторы: %1$s;", + "fml.menu.mods.info.displayurl": "Главная страница: %1$s;", + "fml.menu.mods.info.license": "Лицензия: %1$s.", "fml.menu.mods.info.securejardisabled": "Функции безопасности модов отключены, обновите JDK", "fml.menu.mods.info.signature": "Подпись: %1$s", "fml.menu.mods.info.signature.unsigned": "НЕПОДПИСАН", "fml.menu.mods.info.trust": "Доверять: %1$s", "fml.menu.mods.info.trust.noauthority": "Нет", - "fml.menu.mods.info.nochildmods": "Дочерних модов не имеет", - "fml.menu.mods.info.childmods": "Дочерние моды: %1$s", + "fml.menu.mods.info.nochildmods": "Не имеет дочерних модов;", + "fml.menu.mods.info.childmods": "Дочерние моды: %1$s;", "fml.menu.mods.info.updateavailable": "Вышло обновление: %1$s", "fml.menu.mods.info.changelogheader": "Список изменений:", "fml.menu.multiplayer.compatible": "Совместимый модифицированный сервер на Forge\nпредставлено {0,choice,1#1 mod|1<%1$s модов}", @@ -36,7 +36,7 @@ "fml.menu.multiplayer.modsincompatible": "Список модов сервера несовместим", "fml.menu.multiplayer.networkincompatible": "Список сетевых сообщений сервера несовместим", "fml.menu.multiplayer.missingdatapackregistries": "Missing required datapack registries: %1$s", - "fml.menu.branding": "%s (%s модов)", + "fml.menu.branding": "%s (%s мод.)", "fml.menu.notification.title": "Уведомление при запуске игры", "fml.menu.accessdenied.title": "Отказано в доступе к серверу", "fml.menu.accessdenied.message": "Fancy Mod Loader could not connect to this server\nThe server %1$s has forbidden modded access", @@ -96,10 +96,10 @@ "commands.neoforge.tags.copy_tag_names": "Нажмите, чтобы скопировать все имена тегов в буфер обмена", "commands.neoforge.tags.element_count": "Элементы: %s", "commands.neoforge.tags.copy_element_names": "Нажмите, чтобы скопировать все названия элементов в буфер обмена", - "commands.neoforge.tags.tag_key": "%s / %s", + "commands.neoforge.tags.tag_key": "%s/%s", "commands.neoforge.tags.containing_tag_count": "Содержит теги: %s", - "commands.neoforge.tags.element": "%s : %s", - "commands.neoforge.tags.page_info": "%s <стр %s / %s>", + "commands.neoforge.tags.element": "%s: %s", + "commands.neoforge.tags.page_info": "%s <стр. %s/%s>", "commands.neoforge.chunkgen.progress_bar_title": "Генерация чанков...", "commands.neoforge.chunkgen.progress_bar_progress": "Generating %1$s chunks - ", "commands.neoforge.chunkgen.progress_bar_errors": "(%1$s ошибок!)", @@ -123,10 +123,10 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Компонент %s со значением %s был удалён", "commands.neoforge.data_components.list.tooltip.modified": "Компонент %s был изменен с %s на %s", "commands.neoforge.data_components.list.tooltip.added": "Компонент %s был добавлен со значением %s", - "commands.config.getwithtype": "Конфиг для %s типа %s обнаружен в %s", + "commands.config.getwithtype": "Настройки для %s типа %s обнаружены в %s", "commands.config.noconfig": "Конфиг для %s типа %s не найден", - "neoforge.update.beta.1": "%sВНИМАНИЕ: %sNeoForge Бета", - "neoforge.update.beta.2": "Возможны серьезные проблемы, проверьте их, прежде чем сообщать.", + "neoforge.update.beta.1": "%sВНИМАНИЕ: %sэто бета-версия NeoForge", + "neoforge.update.beta.2": "Недоработки ожидаемы. Перед тем, как сообщить о проблеме, проверьте, не сообщали ли о ней.", "neoforge.update.newversion": "Доступна новая версия NeoForge: %s", "neoforge.menu.updatescreen.title": "Обновление мода", "neoforge.configuration.uitext.title": "%s Конфигурация", @@ -140,7 +140,7 @@ "neoforge.configuration.uitext.title.startup": "%s Конфигурация запуска", "neoforge.configuration.uitext.notonline": "Настройки здесь определяются сервером и не могут быть изменены в режиме онлайн.", "neoforge.configuration.uitext.notlan": "Настройки в этом разделе нельзя редактировать, пока игра открыта для LAN. Пожалуйста, вернитесь в главное меню и загрузите мир заново.", - "neoforge.configuration.uitext.notloaded": "Настройки здесь доступны только во время загрузки мира.", + "neoforge.configuration.uitext.notloaded": "Эти настройки становятся доступны только после генерации мира.", "neoforge.configuration.uitext.unsupportedelement": "Это значение нельзя редактировать в пользовательском интерфейсе. Пожалуйста, свяжитесь с автором мода для создания своего пользовательского интерфейса.", "neoforge.configuration.uitext.longstring": "Это значение слишком длинное, чтобы его можно было редактировать в пользовательском интерфейсе. Пожалуйста, отредактируйте его в файле конфигурации.", "neoforge.configuration.uitext.section": "%s...", @@ -157,10 +157,10 @@ "neoforge.configuration.uitext.listelementdown": "⏷", "neoforge.configuration.uitext.listelementremove": "❌", "neoforge.configuration.uitext.rangetooltip": "Диапазон: %s", - "neoforge.configuration.uitext.filenametooltip": "Файл: \"%s\"", + "neoforge.configuration.uitext.filenametooltip": "Файл: «%s»", "neoforge.configuration.uitext.common": "Общие настройки", "neoforge.configuration.uitext.client": "Настройки клиента", - "neoforge.configuration.uitext.server": "Server Options", + "neoforge.configuration.uitext.server": "Настройки сервера", "neoforge.configuration.uitext.startup": "Startup Options", "neoforge.configuration.uitext.restart.game.title": "Требуется перезапуск Minecraft", "neoforge.configuration.uitext.restart.game.text": "One or more of the configuration option that were changed will only take effect when the game is started.", @@ -168,7 +168,7 @@ "neoforge.configuration.uitext.restart.server.text": "One or more of the configuration option that were changed will only take effect when the world is reloaded.", "neoforge.configuration.uitext.restart.return": "Игнорировать", "neoforge.configuration.uitext.restart.return.tooltip": "Your changes will have no effect until you restart!", - "neoforge.configuration.title": "Настройка NeoForge", + "neoforge.configuration.title": "Настройки NeoForge", "neoforge.configuration.section.neoforge.client.toml": "Настройки клиента", "neoforge.configuration.section.neoforge.client.toml.title": "Настройки клиента", "neoforge.configuration.section.neoforge.common.toml": "Общие настройки", @@ -199,10 +199,10 @@ "neoforge.configgui.showLoadWarnings.tooltip": "Если эта функция включена, NeoForge покажет все предупреждения, возникшие во время загрузки.", "neoforge.configgui.useCombinedDepthStencilAttachment": "Use combined DEPTH_STENCIL Attachment", "neoforge.configgui.useCombinedDepthStencilAttachment.tooltip": "Set to true to use a combined DEPTH_STENCIL attachment instead of two separate ones.", - "neoforge.controlsgui.shift": "SHIFT + %s", - "neoforge.controlsgui.control": "CTRL + %s", + "neoforge.controlsgui.shift": "Shift + %s", + "neoforge.controlsgui.control": "Ctrl + %s", "neoforge.controlsgui.control.mac": "CMD + %s", - "neoforge.controlsgui.alt": "ALT + %s", + "neoforge.controlsgui.alt": "Alt + %s", "neoforge.container.enchant.limitedEnchantability": "Ограниченная чаруемость", "neoforge.swim_speed": "Скорость плавания", "neoforge.name_tag_distance": "Дальность отрисовки имён", From 35a12b5e3335f9bd7e5fa16e4655718943e0a404 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 4 Nov 2024 01:39:46 +0800 Subject: [PATCH 03/98] New translations messages.json (Russian) [ci skip] --- .../resources/assets/neoforge/lang/ru_ru.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index fff79c1f2c..9d4c23f40d 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -14,19 +14,19 @@ "fml.menu.mods.info.authors": "Авторы: %1$s;", "fml.menu.mods.info.displayurl": "Главная страница: %1$s;", "fml.menu.mods.info.license": "Лицензия: %1$s.", - "fml.menu.mods.info.securejardisabled": "Функции безопасности модов отключены, обновите JDK", + "fml.menu.mods.info.securejardisabled": "Функции безопасности модов отключены. Обновите JDK.", "fml.menu.mods.info.signature": "Подпись: %1$s", "fml.menu.mods.info.signature.unsigned": "НЕПОДПИСАН", - "fml.menu.mods.info.trust": "Доверять: %1$s", - "fml.menu.mods.info.trust.noauthority": "Нет", + "fml.menu.mods.info.trust": "Доверие: %1$s", + "fml.menu.mods.info.trust.noauthority": "Отсутствует", "fml.menu.mods.info.nochildmods": "Не имеет дочерних модов;", "fml.menu.mods.info.childmods": "Дочерние моды: %1$s;", "fml.menu.mods.info.updateavailable": "Вышло обновление: %1$s", "fml.menu.mods.info.changelogheader": "Список изменений:", - "fml.menu.multiplayer.compatible": "Совместимый модифицированный сервер на Forge\nпредставлено {0,choice,1#1 mod|1<%1$s модов}", + "fml.menu.multiplayer.compatible": "Совместимый модифицированный сервер на Forge\n{0,choice,1#установлен 1 мод|1<установлено %1$s модов}", "fml.menu.multiplayer.incompatible": "Несовместимый сервер на Forge", "fml.menu.multiplayer.incompatible.extra": "Несовместимый модифицированный сервер на Forge\n%1$s", - "fml.menu.multiplayer.truncated": "Возможны неточности данных из-за ограничений размера протокола.", + "fml.menu.multiplayer.truncated": "Данные могут быть неточны из-за ограничения размера протокола.", "fml.menu.multiplayer.vanilla": "Ванильный сервер", "fml.menu.multiplayer.vanilla.incompatible": "Несовместимый ванильный сервер", "fml.menu.multiplayer.unknown": "Неизвестный сервер %1$s", @@ -62,7 +62,7 @@ "fml.resources.modresources": "Ресурсы %1$s файлов модов", "fml.resources.moddata": "Данные %1$s файлов модов", "loadwarning.neoforge.prbuild": "Эта версия NeoForge была создана участником сообщества и поэтому §c§lНЕ ПОДДЕРЖИВАЕТСЯ§r", - "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", + "commands.neoforge.arguments.enum.invalid": "Enum constant должна быть одной из %1$s, но найдено %2$s", "commands.neoforge.dimensions.list": "Зарегистрированные измерения по типу:", "commands.neoforge.dump.success": "Новый файл с содержимым реестра %s создан в %s", "commands.neoforge.dump.failure": "Не удалось создать новый файл с содержимым реестра %s в %s", @@ -101,16 +101,16 @@ "commands.neoforge.tags.element": "%s: %s", "commands.neoforge.tags.page_info": "%s <стр. %s/%s>", "commands.neoforge.chunkgen.progress_bar_title": "Генерация чанков...", - "commands.neoforge.chunkgen.progress_bar_progress": "Generating %1$s chunks - ", + "commands.neoforge.chunkgen.progress_bar_progress": "Генерация %1$s чанков — ", "commands.neoforge.chunkgen.progress_bar_errors": "(%1$s ошибок!)", "commands.neoforge.chunkgen.already_running": "Генерация уже запущена. Пожалуйста, сначала выполните команду '/neoforge generate stop', а затем можете начать новую генерацию.", "commands.neoforge.chunkgen.started": "Generating %1$s chunks, in an area of %2$sx%3$s chunks (%4$sx%5$s blocks).", "commands.neoforge.chunkgen.success": "Генерация завершена!", - "commands.neoforge.chunkgen.error": "Generation experienced %1$s errors! Check the log for more information.", + "commands.neoforge.chunkgen.error": "Во время генерации произошло %1$s ошибок! Проверьте журнал за подробностями.", "commands.neoforge.chunkgen.stopped": "Генерация остановлена! Сгенерировано %1$s из %2$s чанков. (%3$s%%)", "commands.neoforge.chunkgen.status": "Состояние генерации! Сгенерировано %1$s из %2$s чанков. (%3$s%%)", "commands.neoforge.chunkgen.not_running": "Предварительная генерация не запущена. Выполните команду `/neoforge generate help`, чтобы увидеть команды для запуска генерации.", - "commands.neoforge.chunkgen.help_line": "§2/neoforge generate start [шкалапрогресса] §r§f- создаёт квадрат, центрированный на указанной точке, с длиной сторон, равной chunkRadius * 2.\n§2/neoforge generate stop §r§f- останавливает текущую генерацию и отображает завершённый прогресс.\n§2/neoforge generate status §r- отображает прогресс текущей генерации.\n§2/neoforge generate help §r- отображает данное сообщение.\nСовет: Если вы запускаете команды из консоли сервера, вы можете выполнять генерацию в разных измерениях с помощью /execute in neoforge generate…", + "commands.neoforge.chunkgen.help_line": "§2/neoforge generate start <радиусчанка> [шкалапрогресса] §r§f- создаёт квадрат, центрированный на указанной точке, с длиной сторон, равной радиусчанка * 2.\n§2/neoforge generate stop §r§f- останавливает текущую генерацию и отображает завершённый прогресс.\n§2/neoforge generate status §r- отображает прогресс текущей генерации.\n§2/neoforge generate help §r- отображает данное сообщение.\nСовет: если вы запускаете команды из консоли сервера, вы можете выполнять генерацию в разных измерениях с помощью /execute in <измерение> neoforge generate...", "commands.neoforge.timespeed.query": "Время в %s проходит со скоростью %sx (%s минут в день).", "commands.neoforge.timespeed.query.default": "Время в %s проходит нормально (20 минут в день).", "commands.neoforge.timespeed.set": "Установить поток времени в %s на %sx (%s минут в день).", @@ -124,7 +124,7 @@ "commands.neoforge.data_components.list.tooltip.modified": "Компонент %s был изменен с %s на %s", "commands.neoforge.data_components.list.tooltip.added": "Компонент %s был добавлен со значением %s", "commands.config.getwithtype": "Настройки для %s типа %s обнаружены в %s", - "commands.config.noconfig": "Конфиг для %s типа %s не найден", + "commands.config.noconfig": "Настройки для %s типа %s не найдены", "neoforge.update.beta.1": "%sВНИМАНИЕ: %sэто бета-версия NeoForge", "neoforge.update.beta.2": "Недоработки ожидаемы. Перед тем, как сообщить о проблеме, проверьте, не сообщали ли о ней.", "neoforge.update.newversion": "Доступна новая версия NeoForge: %s", From f4dbf64e6e4e0215fcf2e327dda8ef7bdb0f4090 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 4 Nov 2024 04:10:11 +0800 Subject: [PATCH 04/98] New translations messages.json (Russian) [ci skip] --- src/main/resources/assets/neoforge/lang/ru_ru.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index 9d4c23f40d..b9fd95c190 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -30,8 +30,8 @@ "fml.menu.multiplayer.vanilla": "Ванильный сервер", "fml.menu.multiplayer.vanilla.incompatible": "Несовместимый ванильный сервер", "fml.menu.multiplayer.unknown": "Неизвестный сервер %1$s", - "fml.menu.multiplayer.serveroutdated": "Сетевая версия сервера NeoForge устарела", - "fml.menu.multiplayer.clientoutdated": "Сетевая версия клиента NeoForge устарела", + "fml.menu.multiplayer.serveroutdated": "Версия сети сервера NeoForge устарела", + "fml.menu.multiplayer.clientoutdated": "Версия сети клиента NeoForge устарела", "fml.menu.multiplayer.extraservermods": "На сервере установлены дополнительные моды, которые могут потребоваться на клиенте", "fml.menu.multiplayer.modsincompatible": "Список модов сервера несовместим", "fml.menu.multiplayer.networkincompatible": "Список сетевых сообщений сервера несовместим", @@ -47,7 +47,7 @@ "fml.button.open.crashreport": "Открыть отчёт об ошибке", "fml.button.open.mods.folder": "Папка с модами", "fml.button.continue.launch": "Перейти в главное меню", - "fml.modmismatchscreen.missingmods.client": "Ваш клиент не содержит следующих модов, установите их, чтобы присоединиться к серверу:", + "fml.modmismatchscreen.missingmods.client": "Вашему клиенту не хватает следующих модов. Установите их, чтобы подключиться к серверу:", "fml.modmismatchscreen.missingmods.server": "На сервере отсутствуют следующие моды, удалите их из вашего клиента, чтобы присоединиться к серверу:", "fml.modmismatchscreen.mismatchedmods": "Версии следующих модов не совпадают, установите те же версии, что и на сервере:", "fml.modmismatchscreen.table.channelname": "Название канала", From bdb0cd72942ab2c165ff0850779d5b0d922736c8 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 4 Nov 2024 05:10:03 +0800 Subject: [PATCH 05/98] New translations messages.json (Russian) [ci skip] --- .../resources/assets/neoforge/lang/ru_ru.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index b9fd95c190..ff94f9e4bd 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -12,7 +12,7 @@ "fml.menu.mods.info.idstate": "Идентификатор мода: %1$s; Состояние: {1,lower};", "fml.menu.mods.info.credits": "Способствовали разработке: {0};", "fml.menu.mods.info.authors": "Авторы: %1$s;", - "fml.menu.mods.info.displayurl": "Главная страница: %1$s;", + "fml.menu.mods.info.displayurl": "Страница: %1$s;", "fml.menu.mods.info.license": "Лицензия: %1$s.", "fml.menu.mods.info.securejardisabled": "Функции безопасности модов отключены. Обновите JDK.", "fml.menu.mods.info.signature": "Подпись: %1$s", @@ -35,7 +35,7 @@ "fml.menu.multiplayer.extraservermods": "На сервере установлены дополнительные моды, которые могут потребоваться на клиенте", "fml.menu.multiplayer.modsincompatible": "Список модов сервера несовместим", "fml.menu.multiplayer.networkincompatible": "Список сетевых сообщений сервера несовместим", - "fml.menu.multiplayer.missingdatapackregistries": "Missing required datapack registries: %1$s", + "fml.menu.multiplayer.missingdatapackregistries": "Отсутствуют необходимые регистры наборов данных: %1$s", "fml.menu.branding": "%s (%s мод.)", "fml.menu.notification.title": "Уведомление при запуске игры", "fml.menu.accessdenied.title": "Отказано в доступе к серверу", @@ -47,35 +47,35 @@ "fml.button.open.crashreport": "Открыть отчёт об ошибке", "fml.button.open.mods.folder": "Папка с модами", "fml.button.continue.launch": "Перейти в главное меню", - "fml.modmismatchscreen.missingmods.client": "Вашему клиенту не хватает следующих модов. Установите их, чтобы подключиться к серверу:", - "fml.modmismatchscreen.missingmods.server": "На сервере отсутствуют следующие моды, удалите их из вашего клиента, чтобы присоединиться к серверу:", - "fml.modmismatchscreen.mismatchedmods": "Версии следующих модов не совпадают, установите те же версии, что и на сервере:", + "fml.modmismatchscreen.missingmods.client": "На вашем клиенте нет этих модов. Установите их, чтобы присоединиться к серверу:", + "fml.modmismatchscreen.missingmods.server": "На сервере нет этих модов. Удалите их из клиента, чтобы присоединиться к серверу:", + "fml.modmismatchscreen.mismatchedmods": "Версии этих модов не совпадают. Установите такие же версии, как на сервере, чтобы присоединиться:", "fml.modmismatchscreen.table.channelname": "Название канала", "fml.modmismatchscreen.table.youneed": "Вам нужно", "fml.modmismatchscreen.table.youhave": "У вас", "fml.modmismatchscreen.table.serverhas": "На сервере", "fml.modmismatchscreen.additional": "[%1$s additional, see latest.log for the full list]", - "fml.modmismatchscreen.homepage": "Нажмите, чтобы перейти на главную страницу этого мода", + "fml.modmismatchscreen.homepage": "Нажмите, чтобы перейти на страницу мода", "fml.modmismatchscreen.table.reason": "Причина", "fml.modmismatchscreen.table.visit.mod_page": "Откройте страницу мода, который регистрирует канал: %s", "fml.modmismatchscreen.simplifiedview": "Упрощённый вид", "fml.resources.modresources": "Ресурсы %1$s файлов модов", "fml.resources.moddata": "Данные %1$s файлов модов", - "loadwarning.neoforge.prbuild": "Эта версия NeoForge была создана участником сообщества и поэтому §c§lНЕ ПОДДЕРЖИВАЕТСЯ§r", - "commands.neoforge.arguments.enum.invalid": "Enum constant должна быть одной из %1$s, но найдено %2$s", - "commands.neoforge.dimensions.list": "Зарегистрированные измерения по типу:", - "commands.neoforge.dump.success": "Новый файл с содержимым реестра %s создан в %s", - "commands.neoforge.dump.failure": "Не удалось создать новый файл с содержимым реестра %s в %s", - "commands.neoforge.dump.error.unknown_registry": "Неизвестный реестр '%s'", - "commands.neoforge.entity.list.invalid": "Неверный фильтр, не соответствует ни одной сущности. Используйте /neoforge entity list для корректного списка", + "loadwarning.neoforge.prbuild": "Эта сборка NeoForge была создана участником сообщества и, следовательно, §c§lНЕ ИМЕЕТ ОФИЦИАЛЬНОЙ ПОДДЕРЖКИ§r", + "commands.neoforge.arguments.enum.invalid": "Константа перечисления должна быть одной из %1$s. Найдено: %2$s.", + "commands.neoforge.dimensions.list": "Текущие зарегистрированные измерения по типу:", + "commands.neoforge.dump.success": "Новый файл с содержимым регистра %s создан по пути %s", + "commands.neoforge.dump.failure": "Не удалось создать новый файл с содержимым регистра %s по пути %s", + "commands.neoforge.dump.error.unknown_registry": "Неизвестный регистр «%s»", + "commands.neoforge.entity.list.invalid": "Неправильный фильтр, не соответствует ни единой сущности. Введите «/neoforge entity list», чтобы получить верный список.", "commands.neoforge.entity.list.invalidworld": "Could not load world for dimension %1$s. Please select a valid dimension.", "commands.neoforge.entity.list.none": "Сущности не найдены.", - "commands.neoforge.entity.list.single.header": "Сущность: %1$s; Всего: %2$s", - "commands.neoforge.entity.list.multiple.header": "Всего: %1$s", + "commands.neoforge.entity.list.single.header": "Сущность: %1$s, всего: %2$s.", + "commands.neoforge.entity.list.multiple.header": "Всего: %1$s.", "commands.neoforge.setdim.invalid.entity": "The entity selected (%1$s) is not valid.", "commands.neoforge.setdim.invalid.dim": "The dimension ID specified (%1$s) is not valid.", "commands.neoforge.setdim.invalid.nochange": "The entity selected (%1$s) is already in the dimension specified (%2$s).", - "commands.neoforge.setdim.deprecated": "Эта команда устарела и помечена для удаления начиная с 1.17, вместо нее используйте %s.", + "commands.neoforge.setdim.deprecated": "Эта команда устарела и будет удалена в 1.17. Используйте %s вместо неё.", "commands.neoforge.tps.overall": "Overall: %s TPS (%s ms/tick)", "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", From 6c6877e240a508c7daa4278c141a51f464c9d5f9 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Tue, 5 Nov 2024 03:43:43 +0800 Subject: [PATCH 06/98] New translations messages.json (Russian) [ci skip] --- src/main/resources/assets/neoforge/lang/ru_ru.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index ff94f9e4bd..78116fbe06 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -129,15 +129,15 @@ "neoforge.update.beta.2": "Недоработки ожидаемы. Перед тем, как сообщить о проблеме, проверьте, не сообщали ли о ней.", "neoforge.update.newversion": "Доступна новая версия NeoForge: %s", "neoforge.menu.updatescreen.title": "Обновление мода", - "neoforge.configuration.uitext.title": "%s Конфигурация", + "neoforge.configuration.uitext.title": "Настройки %s", "neoforge.configuration.uitext.type.client": "Настройки клиента", "neoforge.configuration.uitext.type.server": "Настройки сервера", "neoforge.configuration.uitext.type.common": "Общие настройки", "neoforge.configuration.uitext.type.startup": "Настройки запуска", - "neoforge.configuration.uitext.title.client": "%s Конфигурация клиента", - "neoforge.configuration.uitext.title.server": "%s Конфигурация сервера", - "neoforge.configuration.uitext.title.common": "%s Общая конфигурация", - "neoforge.configuration.uitext.title.startup": "%s Конфигурация запуска", + "neoforge.configuration.uitext.title.client": "Клиентские настройки %s", + "neoforge.configuration.uitext.title.server": "Серверные настройки %s", + "neoforge.configuration.uitext.title.common": "Общие настройки %s", + "neoforge.configuration.uitext.title.startup": "Настройки запуска %s", "neoforge.configuration.uitext.notonline": "Настройки здесь определяются сервером и не могут быть изменены в режиме онлайн.", "neoforge.configuration.uitext.notlan": "Настройки в этом разделе нельзя редактировать, пока игра открыта для LAN. Пожалуйста, вернитесь в главное меню и загрузите мир заново.", "neoforge.configuration.uitext.notloaded": "Эти настройки становятся доступны только после генерации мира.", From f9e21016aa6a8151124f981ba486f95f05b66823 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Tue, 5 Nov 2024 04:39:43 +0800 Subject: [PATCH 07/98] New translations messages.json (Russian) [ci skip] --- .../resources/assets/neoforge/lang/ru_ru.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index 78116fbe06..5ef1ec44a2 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -8,19 +8,19 @@ "fml.menu.mods.config": "Настройки", "fml.menu.mods.openmodsfolder": "Папка с модами", "fml.menu.modoptions": "Настройки мода", - "fml.menu.mods.info.version": "Версия: %1$s;", - "fml.menu.mods.info.idstate": "Идентификатор мода: %1$s; Состояние: {1,lower};", - "fml.menu.mods.info.credits": "Способствовали разработке: {0};", - "fml.menu.mods.info.authors": "Авторы: %1$s;", - "fml.menu.mods.info.displayurl": "Страница: %1$s;", - "fml.menu.mods.info.license": "Лицензия: %1$s.", + "fml.menu.mods.info.version": "Версия: %1$s", + "fml.menu.mods.info.idstate": "Идентификатор мода: %1$s\nСостояние: {1,lower}", + "fml.menu.mods.info.credits": "Способствовали разработке: {0}", + "fml.menu.mods.info.authors": "Авторы: %1$s", + "fml.menu.mods.info.displayurl": "Страница: %1$s", + "fml.menu.mods.info.license": "Лицензия: %1$s", "fml.menu.mods.info.securejardisabled": "Функции безопасности модов отключены. Обновите JDK.", "fml.menu.mods.info.signature": "Подпись: %1$s", "fml.menu.mods.info.signature.unsigned": "НЕПОДПИСАН", "fml.menu.mods.info.trust": "Доверие: %1$s", "fml.menu.mods.info.trust.noauthority": "Отсутствует", - "fml.menu.mods.info.nochildmods": "Не имеет дочерних модов;", - "fml.menu.mods.info.childmods": "Дочерние моды: %1$s;", + "fml.menu.mods.info.nochildmods": "Не имеет дочерних модов", + "fml.menu.mods.info.childmods": "Дочерние моды: %1$s", "fml.menu.mods.info.updateavailable": "Вышло обновление: %1$s", "fml.menu.mods.info.changelogheader": "Список изменений:", "fml.menu.multiplayer.compatible": "Совместимый модифицированный сервер на Forge\n{0,choice,1#установлен 1 мод|1<установлено %1$s модов}", @@ -88,9 +88,9 @@ "commands.neoforge.tracking.be.reset": "Данные с таймингами блочных сущностей очищены!", "commands.neoforge.tracking.timing_entry": "%1$s - %2$s [%3$s, %4$s, %5$s]: %6$s", "commands.neoforge.tracking.no_data": "Данные ещё не записаны.", - "commands.neoforge.tags.error.unknown_registry": "Неизвестный реестр '%s'", - "commands.neoforge.tags.error.unknown_tag": "Неизвестный тег '%s' в реестре '%s'", - "commands.neoforge.tags.error.unknown_element": "Неизвестный элемент '%s' в реестре '%s'", + "commands.neoforge.tags.error.unknown_registry": "Неизвестный регистр «%s»", + "commands.neoforge.tags.error.unknown_tag": "Неизвестный тег «%s» в регистре «%s»", + "commands.neoforge.tags.error.unknown_element": "Неизвестный элемент «%s» в регистре «%s»", "commands.neoforge.tags.registry_key": "%s", "commands.neoforge.tags.tag_count": "Теги: %s", "commands.neoforge.tags.copy_tag_names": "Нажмите, чтобы скопировать все имена тегов в буфер обмена", @@ -101,7 +101,7 @@ "commands.neoforge.tags.element": "%s: %s", "commands.neoforge.tags.page_info": "%s <стр. %s/%s>", "commands.neoforge.chunkgen.progress_bar_title": "Генерация чанков...", - "commands.neoforge.chunkgen.progress_bar_progress": "Генерация %1$s чанков — ", + "commands.neoforge.chunkgen.progress_bar_progress": "Генерация %1$s чанков: ", "commands.neoforge.chunkgen.progress_bar_errors": "(%1$s ошибок!)", "commands.neoforge.chunkgen.already_running": "Генерация уже запущена. Пожалуйста, сначала выполните команду '/neoforge generate stop', а затем можете начать новую генерацию.", "commands.neoforge.chunkgen.started": "Generating %1$s chunks, in an area of %2$sx%3$s chunks (%4$sx%5$s blocks).", From 489da6ac04461aec551f685d09f06d27e29353f9 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:02 +0800 Subject: [PATCH 08/98] New translations messages.json (Japanese) [ci skip] --- src/main/resources/assets/neoforge/lang/ja_jp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/ja_jp.json b/src/main/resources/assets/neoforge/lang/ja_jp.json index 0d3bd7a2bb..a734362e7c 100644 --- a/src/main/resources/assets/neoforge/lang/ja_jp.json +++ b/src/main/resources/assets/neoforge/lang/ja_jp.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "%s(種類:%s)の設定が%sで見つかりました", "commands.config.noconfig": "%s(種類:%s)の設定が見つかりません", "neoforge.update.beta.1": "%s警告:%sNeoForge ベータ版", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "クライアントに存在する必須の登録データマップがサーバーにないため、サーバーに接続できませんでした:%s", "neoforge.network.data_maps.missing_their": "クライアントに存在しない必須のレジストリデータマップがサーバーにあるため、サーバーに接続できませんでした:%s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "クライアントとサーバーの拡張可能な列挙に追加された値のセットが一致しません。 サーバーと同じバージョンの mod と NeoForge を使用していることを確認してください。詳細はログを参照してください", "neoforge.attribute.debug.base": "[エンティティ: %s | アイテム: %s]", "neoforge.value.flat": "%s", From 18ec9a31da5fbcaf8854cf1be3b830604420af0b Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:03 +0800 Subject: [PATCH 09/98] New translations messages.json (Chinese Simplified) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/zh_cn.json b/src/main/resources/assets/neoforge/lang/zh_cn.json index d54ee5b872..49d5f8be33 100644 --- a/src/main/resources/assets/neoforge/lang/zh_cn.json +++ b/src/main/resources/assets/neoforge/lang/zh_cn.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "组件 %s 的值 %s 已被删除", "commands.neoforge.data_components.list.tooltip.modified": "组件 %s 已从 %s 修改为 %s", "commands.neoforge.data_components.list.tooltip.added": "组件 %s 添加了值 %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "%s 类型 %s 的配置在 %s 发现", "commands.config.noconfig": "未发现 %s(类型为 %s)的配置", "neoforge.update.beta.1": "%s警告:%s NeoForge 为测试版", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "无法连接至服务器,因为客户端缺少必要的注册表数据映射:%s", "neoforge.network.data_maps.missing_their": "无法连接至服务器,因为客户端上不存在必要的注册表数据映射:%s", "neoforge.network.extensible_enums.no_vanilla_server": "该客户端不支持原版服务器,因为它在服务器端网络中使用了不同连接方式。", - "neoforge.network.extensible_enums.enum_set_mismatch": "客户端和服务器上的模组不匹配。请确保您使用的 NeoForge 版本与服务器上的版本相同。", "neoforge.network.extensible_enums.enum_entry_mismatch": "客户端和服务器上所需要的模组不匹配。请确保您使用的模组和 NeoForge 版本与服务器上的版本相同。请查看日志以获取更多详细信息。", "neoforge.attribute.debug.base": "[实体:%s | 物品:%s]", "neoforge.value.flat": "%s", From b0b05c8077f09ee9338f251f0de4e0d0354aa865 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:04 +0800 Subject: [PATCH 10/98] New translations messages.json (Russian) [ci skip] --- src/main/resources/assets/neoforge/lang/ru_ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index 5ef1ec44a2..3983378071 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Компонент %s со значением %s был удалён", "commands.neoforge.data_components.list.tooltip.modified": "Компонент %s был изменен с %s на %s", "commands.neoforge.data_components.list.tooltip.added": "Компонент %s был добавлен со значением %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Настройки для %s типа %s обнаружены в %s", "commands.config.noconfig": "Настройки для %s типа %s не найдены", "neoforge.update.beta.1": "%sВНИМАНИЕ: %sэто бета-версия NeoForge", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Не удается подключиться к серверу, так как там отсутствуют обязательные данные реестра, имеющиеся на клиенте: %s", "neoforge.network.data_maps.missing_their": "Не удается подключиться к серверу, так как присутствуют обязательные данные реестра, отсутствующие на клиенте: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 7f0192c9a0c89c9aafbfc17b0bc5ada9b94c0692 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:05 +0800 Subject: [PATCH 11/98] New translations messages.json (Romanian) [ci skip] --- src/main/resources/assets/neoforge/lang/ro_ro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/ro_ro.json b/src/main/resources/assets/neoforge/lang/ro_ro.json index d6c7e822fc..ec086f4ba0 100644 --- a/src/main/resources/assets/neoforge/lang/ro_ro.json +++ b/src/main/resources/assets/neoforge/lang/ro_ro.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 57b217d37ffd246f2390fb12beb95aa8152254ac Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:06 +0800 Subject: [PATCH 12/98] New translations messages.json (French) [ci skip] --- src/main/resources/assets/neoforge/lang/fr_fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/fr_fr.json b/src/main/resources/assets/neoforge/lang/fr_fr.json index 0f3e17ab53..cf75ef3fa9 100644 --- a/src/main/resources/assets/neoforge/lang/fr_fr.json +++ b/src/main/resources/assets/neoforge/lang/fr_fr.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Configuration pour %s de type %s trouvée dans %s", "commands.config.noconfig": "La configuration pour %s du type %s est introuvable", "neoforge.update.beta.1": "%sATTENTION: %sNeoForge Bêta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Impossible de se connecter au serveur car il manque sur le client des mappages de données de registre : %s", "neoforge.network.data_maps.missing_their": "Impossible de se connecter au serveur car il a des mappages de données de registre obligatoires qui ne sont pas présents sur le client : %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From c53488ff1b14ad59d0955b206006c72343eec974 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:07 +0800 Subject: [PATCH 13/98] New translations messages.json (Spanish) [ci skip] --- src/main/resources/assets/neoforge/lang/es_es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/es_es.json b/src/main/resources/assets/neoforge/lang/es_es.json index 44d34780d7..9479fbeb50 100644 --- a/src/main/resources/assets/neoforge/lang/es_es.json +++ b/src/main/resources/assets/neoforge/lang/es_es.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Configuración para %s de tipo %s encontrada en %s", "commands.config.noconfig": "Configuración para %s de tipo %s no encontrada", "neoforge.update.beta.1": "%sADVERTENCIA: %sVersión Beta de NeoForge", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "No se puede conectar al servidor ya que al servidor le faltan mapas de datos de registro obligatorios que están presentes en el cliente: %s", "neoforge.network.data_maps.missing_their": "No es posible conectarse al servidor ya que el servidor tiene mapas de datos de registro obligatorios que no están presentes en el cliente: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From f652dfa82a810f09b4111e1c0a47d166028240af Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:08 +0800 Subject: [PATCH 14/98] New translations messages.json (Czech) [ci skip] --- src/main/resources/assets/neoforge/lang/cs_cz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/cs_cz.json b/src/main/resources/assets/neoforge/lang/cs_cz.json index 737439aebc..9fed8544bf 100644 --- a/src/main/resources/assets/neoforge/lang/cs_cz.json +++ b/src/main/resources/assets/neoforge/lang/cs_cz.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Komponenta %s s hodnotou %s byla smazána", "commands.neoforge.data_components.list.tooltip.modified": "Komponenta %s byla změněna z %s na %s", "commands.neoforge.data_components.list.tooltip.added": "Komponenta %s byla přidána s hodnotou %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Konfigurace pro %s typu %s nalezena na %s", "commands.config.noconfig": "Konfigurace pro %s typu %s nenalezena", "neoforge.update.beta.1": "%sPOZOR: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Je nemožné se připoijit k serveru, jelikož chybí povinné registry map dat, které jsou přítomné na klientu: %s", "neoforge.network.data_maps.missing_their": "Je nemožné se připoijit k serveru, jelikož obsahuje povinné registry map dat, které nejsou přítomné na klientu: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Tento klient nepodporuje vanilla servery, jelikož má mnoho rozšířených enumů v serverovaném připojení", - "neoforge.network.extensible_enums.enum_set_mismatch": "Sada rozšířených enumů na klientovi a na serveru se nerovná. Ujistěte se, že užíváte stejnou NeoForge verzi jako server", "neoforge.network.extensible_enums.enum_entry_mismatch": "Sada hodnot přidaných k rozšířeným enumů na klientu a na serveru se nerovnají. Ujistěte se, že užíváte stejný mód a NeoForge verzi jako server. Pro více informací se podívejte do logu", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 8bf823a1a9d2e48856192326130b5cdce2728fa9 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:09 +0800 Subject: [PATCH 15/98] New translations messages.json (Danish) [ci skip] --- src/main/resources/assets/neoforge/lang/da_dk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/da_dk.json b/src/main/resources/assets/neoforge/lang/da_dk.json index 24e5b59c05..8e9c35752b 100644 --- a/src/main/resources/assets/neoforge/lang/da_dk.json +++ b/src/main/resources/assets/neoforge/lang/da_dk.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sADVARSEL: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 72a60367c69203eece68190c359c7fcdaaf54cd9 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:10 +0800 Subject: [PATCH 16/98] New translations messages.json (German) [ci skip] --- src/main/resources/assets/neoforge/lang/de_de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/de_de.json b/src/main/resources/assets/neoforge/lang/de_de.json index b1bdcb1ed5..e7ed4bb3ca 100644 --- a/src/main/resources/assets/neoforge/lang/de_de.json +++ b/src/main/resources/assets/neoforge/lang/de_de.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Komponente %s mit Wert %s wurde gelöscht", "commands.neoforge.data_components.list.tooltip.modified": "Komponente %s wurde von %s auf %s geändert", "commands.neoforge.data_components.list.tooltip.added": "Komponente %s wurde mit dem Wert %s hinzugefügt", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Konfiguration für %s vom Typ %s gefunden bei %s", "commands.config.noconfig": "Konfiguration für %s vom Typ %s nicht gefunden", "neoforge.update.beta.1": "%sWARNUNG: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Kann keine Verbindung zum Server herstellen, da auf dem Server obligatorische Registrierungsdatenkarten fehlen, die auf dem Client vorhanden sind: %s", "neoforge.network.data_maps.missing_their": "Kann keine Verbindung zum Server herstellen, da obligatorische Registrierungsdatenkarten auf dem Server vorhanden sind, die auf dem Client fehlen: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Dieser Client unterstützt Vanilla-Server nicht, da er erweiterte Enums in dem an den Server gerichteten Netzwerk verwendet", - "neoforge.network.extensible_enums.enum_set_mismatch": "Die Menge der erweiterten Enums auf dem Client und dem Server stimmen nicht überein. Stelle sicher, dass du die gleiche NeoForge-Version wie der Server verwendest", "neoforge.network.extensible_enums.enum_entry_mismatch": "Die Werte, die zu erweiterten Enums auf dem Client und dem Server hinzugefügt wurden, stimmen nicht überein. Stelle sicher, dass du die gleichen Mod- und NeoForge-Versionen wie der Server verwendest. Weitere Details findest du im Log", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 824b9379dfcf25fef6089ecf3777e2b736884b2b Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:11 +0800 Subject: [PATCH 17/98] New translations messages.json (Hungarian) [ci skip] --- src/main/resources/assets/neoforge/lang/hu_hu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/hu_hu.json b/src/main/resources/assets/neoforge/lang/hu_hu.json index 8e2f3f066b..40110b4111 100644 --- a/src/main/resources/assets/neoforge/lang/hu_hu.json +++ b/src/main/resources/assets/neoforge/lang/hu_hu.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 8601a6642426ae36d8f167997ef4a8b672da8f43 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:12 +0800 Subject: [PATCH 18/98] New translations messages.json (Italian) [ci skip] --- src/main/resources/assets/neoforge/lang/it_it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/it_it.json b/src/main/resources/assets/neoforge/lang/it_it.json index d2bb100e95..e7293028d7 100644 --- a/src/main/resources/assets/neoforge/lang/it_it.json +++ b/src/main/resources/assets/neoforge/lang/it_it.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Configurazione per %s di tipo %s trovata in %s", "commands.config.noconfig": "Configurazione per %s di tipo %s non trovata", "neoforge.update.beta.1": "%sATTENZIONE: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Impossibile connettersi al server in quanto manca un registro della mappa dati obbligatorio presente nel client: %s", "neoforge.network.data_maps.missing_their": "Impossibile connettersi al server in quanto presenta un registro della mappa dati obbligatorio assente nel client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 8ad59524582bc86cb5cad92b79d05a3ce9000b91 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:13 +0800 Subject: [PATCH 19/98] New translations messages.json (Korean) [ci skip] --- src/main/resources/assets/neoforge/lang/ko_kr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/ko_kr.json b/src/main/resources/assets/neoforge/lang/ko_kr.json index dce0d9ee2d..ff48d228f1 100644 --- a/src/main/resources/assets/neoforge/lang/ko_kr.json +++ b/src/main/resources/assets/neoforge/lang/ko_kr.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "모드 %s의 설정 %s이(가) %s에서 발견됨", "commands.config.noconfig": "모드 %s의 설정 %s을(를) 찾을 수 없음", "neoforge.update.beta.1": "%s경고: %s 네오 포지 베타 버전입니다", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "클라이언트에 필요한 데이터 맵들이 서버에 없어 접속할 수 없습니다: %s", "neoforge.network.data_maps.missing_their": "서버 접속에 필요한 데이터 맵들이 클라이언트에 없어 접속할 수 없습니다: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From cfe67b0af3ea76b3d6ce1ff3ed14458534031319 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:14 +0800 Subject: [PATCH 20/98] New translations messages.json (Dutch) [ci skip] --- src/main/resources/assets/neoforge/lang/nl_nl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/nl_nl.json b/src/main/resources/assets/neoforge/lang/nl_nl.json index fbbb6ff0c2..e67ed289e8 100644 --- a/src/main/resources/assets/neoforge/lang/nl_nl.json +++ b/src/main/resources/assets/neoforge/lang/nl_nl.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Configuratie voor %s van type %s gevonden bij %s", "commands.config.noconfig": "Configuratie voor %s van type %s niet gevonden", "neoforge.update.beta.1": "%sWAARSCHUWING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Kan geen verbinding maken met de server omdat het verplichte registry data maps mist die aanwezig zijn op de client: %s", "neoforge.network.data_maps.missing_their": "Kan geen verbinding maken met de server omdat het verplichte registry data maps bevat die niet aanwezig zijn op de client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From dd0aee2ba9f7b43deee633cf5919b7404a97b342 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:15 +0800 Subject: [PATCH 21/98] New translations messages.json (Polish) [ci skip] --- src/main/resources/assets/neoforge/lang/pl_pl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/pl_pl.json b/src/main/resources/assets/neoforge/lang/pl_pl.json index 79b0616df1..75ea63c98c 100644 --- a/src/main/resources/assets/neoforge/lang/pl_pl.json +++ b/src/main/resources/assets/neoforge/lang/pl_pl.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Komponent %s o wartości %s został usunięty", "commands.neoforge.data_components.list.tooltip.modified": "Komponent %s został zmodyfikowany z %s na %s", "commands.neoforge.data_components.list.tooltip.added": "Komponent %s został dodany z wartością %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Opcje dla %s typu %s znaleziona w %s", "commands.config.noconfig": "Opcje dla %s typu %s nie została znaleziona", "neoforge.update.beta.1": "%sUWAGA: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Nie można połączyć się z serwerem, ponieważ brakuje obowiązkowych map danych rejestru znajdujących się w kliencie: %s", "neoforge.network.data_maps.missing_their": "Nie można połączyć się z serwerem, ponieważ brakuje obowiązkowych map danych rejestru znajdujących się w kliencie: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Ten klient nie obsługuje serwerów vanilla ponieważ posiada rozszerzone enums używane w sieciach związanych z serwerem", - "neoforge.network.extensible_enums.enum_set_mismatch": "Zestaw rozszerzalnych enumerów na kliencie i serwerze nie pasuje. Upewnij się, że używasz tej samej wersji NeoForge co serwer", "neoforge.network.extensible_enums.enum_entry_mismatch": "Zestaw wartości dodanych do rozszerzalnych enumów w kliencie i serwerze nie pasuje. Upewnij się, że używasz tych samych wersji modyfikacji i NeoForge co serwer. Więcej informacji znajdziesz w logu", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From abfb4780f7acd4ca677714380bce79f9a218143d Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:16 +0800 Subject: [PATCH 22/98] New translations messages.json (Portuguese) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/pt_pt.json b/src/main/resources/assets/neoforge/lang/pt_pt.json index 0507d99d2a..df9503aaf7 100644 --- a/src/main/resources/assets/neoforge/lang/pt_pt.json +++ b/src/main/resources/assets/neoforge/lang/pt_pt.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From b52982079748c8c884857cdcdfd578f097358005 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:17 +0800 Subject: [PATCH 23/98] New translations messages.json (Slovak) [ci skip] --- src/main/resources/assets/neoforge/lang/sk_sk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index a6972ea2d5..07090d351c 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -7,7 +7,7 @@ "fml.menu.mods.z_to_a": "Z-A", "fml.menu.mods.config": "Nastavenia", "fml.menu.mods.openmodsfolder": "Otvoriť priečinok pre módy", - "fml.menu.modoptions": "Nastavenia módu... ", + "fml.menu.modoptions": "Nastavenia módu...", "fml.menu.mods.info.version": "Verzia: %1$s", "fml.menu.mods.info.idstate": "ID Módu: %1$s Status: {1,lower}", "fml.menu.mods.info.credits": "Kredity: %1$s", @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Konfigurácia pre %s typu %s nájdená v %s", "commands.config.noconfig": "Konfigurácia pre %s typu %s nenájdená", "neoforge.update.beta.1": "%sVAROVANIE: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Nemožno pripojiť sa na server, nakoľko chýbajú povinné registratúrne dátové mapy prítomné na klientovi: %s", "neoforge.network.data_maps.missing_their": "Nemožno pripojiť sa na server, nakoľko obsahuje povinné registratúrne dátové mapy neprítomné na klientovi: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 9afc25990ac3e8e25e27f5845442b5a53b510537 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:19 +0800 Subject: [PATCH 24/98] New translations messages.json (Turkish) [ci skip] --- src/main/resources/assets/neoforge/lang/tr_tr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/tr_tr.json b/src/main/resources/assets/neoforge/lang/tr_tr.json index cc0f520cc4..5b3819498b 100644 --- a/src/main/resources/assets/neoforge/lang/tr_tr.json +++ b/src/main/resources/assets/neoforge/lang/tr_tr.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From bf885a95d42d295e7e994518815f0216f568bec1 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:19 +0800 Subject: [PATCH 25/98] New translations messages.json (Ukrainian) [ci skip] --- src/main/resources/assets/neoforge/lang/uk_ua.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/uk_ua.json b/src/main/resources/assets/neoforge/lang/uk_ua.json index 8c834f72ee..453f4039ac 100644 --- a/src/main/resources/assets/neoforge/lang/uk_ua.json +++ b/src/main/resources/assets/neoforge/lang/uk_ua.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Компонент %s зі значенням %s було видалено", "commands.neoforge.data_components.list.tooltip.modified": "Компонент %s був змінений з %s в %s", "commands.neoforge.data_components.list.tooltip.added": "Компонент %s був доданий зі значенням %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Конфіг для %s типу %s знайдена в %s", "commands.config.noconfig": "Конфіг для %s типу %s не знайдено", "neoforge.update.beta.1": "%sПОПЕРЕДЖЕННЯ: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Не вдається приєднатися до сервера, оскільки на клієнті відсутні обов'язкові мапи даних реєстру: %s", "neoforge.network.data_maps.missing_their": "Не вдається приєднатися до сервера, оскільки присутні обов'язкові мапи даних реєстру, що відсутні на клієнті: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Цей клієнт не підтримує ванільні сервери, тому що він має розширені значення enum, що використовуються у роботі з серверами", - "neoforge.network.extensible_enums.enum_set_mismatch": "Набір значень розширюваних enum, на клієнті й сервері не збігаються. Переконайтеся, що ви використовуєте однакові версії NeoForge", "neoforge.network.extensible_enums.enum_entry_mismatch": "Набір значень, що додаються до розширюваних enum, на клієнті й сервері не збігаються. Переконайтеся, що ви використовуєте однакові версії моду і NeoForge. Дивіться журнал для додаткової інформації", "neoforge.attribute.debug.base": "[Істота: %s | Предмет: %s]", "neoforge.value.flat": "%s", From f7eb3665d9933eaa28a4ae377c0bf107ba922a84 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:20 +0800 Subject: [PATCH 26/98] New translations messages.json (Chinese Traditional) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_tw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/zh_tw.json b/src/main/resources/assets/neoforge/lang/zh_tw.json index ffd0271eb9..975fa6c42b 100644 --- a/src/main/resources/assets/neoforge/lang/zh_tw.json +++ b/src/main/resources/assets/neoforge/lang/zh_tw.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "元件 %s 已移除(原值:%s)", "commands.neoforge.data_components.list.tooltip.modified": "元件 %s 的值已從 %s 修改為 %s", "commands.neoforge.data_components.list.tooltip.added": "元件 %s 已新增,其值為 %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "%s 類型 %s 的配置在 %s 發現", "commands.config.noconfig": "%s 類型 %s 的配置未發現", "neoforge.update.beta.1": "%s警告:%s NeoForge 測試版", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "無法連接服務器,因為缺少用戶端上存在的強制註冊表數據映射: %s", "neoforge.network.data_maps.missing_their": "無法連接服務器,因為服務器上有用戶端不存在的強制註冊表數據映射: %s", "neoforge.network.extensible_enums.no_vanilla_server": "這個客戶端不支持原版服務器,因爲它在服務器綁定網絡中使用了擴展的枚舉", - "neoforge.network.extensible_enums.enum_set_mismatch": "用戶端和伺服器上的可擴充列舉值集合不相符。請確保您使用的 NeoForge 版本與伺服器相同。", "neoforge.network.extensible_enums.enum_entry_mismatch": "用戶端和伺服器上新增至可擴充列舉值的值集合不相符。請確保您使用的模組和 NeoForge 版本與伺服器相同。查看記錄檔以取得詳細資訊", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 51c0eacf7223f718469dfb56fb2dde7641727277 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:21 +0800 Subject: [PATCH 27/98] New translations messages.json (Vietnamese) [ci skip] --- src/main/resources/assets/neoforge/lang/vi_vn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/vi_vn.json b/src/main/resources/assets/neoforge/lang/vi_vn.json index 0507d99d2a..df9503aaf7 100644 --- a/src/main/resources/assets/neoforge/lang/vi_vn.json +++ b/src/main/resources/assets/neoforge/lang/vi_vn.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From eeb34720a83a97aa63ee3dba82beee93308746b5 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:22 +0800 Subject: [PATCH 28/98] New translations messages.json (Portuguese, Brazilian) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_br.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/pt_br.json b/src/main/resources/assets/neoforge/lang/pt_br.json index e7f9fc47a4..32780ed38b 100644 --- a/src/main/resources/assets/neoforge/lang/pt_br.json +++ b/src/main/resources/assets/neoforge/lang/pt_br.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Impossível conectar com o servidor que falta registros de data maps obrigatórios presentes no client: %s", "neoforge.network.data_maps.missing_their": "Impossível conectar com o servidor que tem registros de data maps não presentes no client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From c2dc3a70a7c3df63990ab43f16c96dfdee2db69e Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:23 +0800 Subject: [PATCH 29/98] New translations messages.json (Estonian) [ci skip] --- src/main/resources/assets/neoforge/lang/et_ee.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/et_ee.json b/src/main/resources/assets/neoforge/lang/et_ee.json index f598372b8a..981827e13a 100644 --- a/src/main/resources/assets/neoforge/lang/et_ee.json +++ b/src/main/resources/assets/neoforge/lang/et_ee.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Seadistus %s jaoks tüübiga %s leiti asukohast %s", "commands.config.noconfig": "Seadistust %s jaoks tüübiga %s ei leitud", "neoforge.update.beta.1": "%sHOIATUS: %sNeoForge beeta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 3bc5fd5c3c46dd41e11ffda7b3546f35ecf546c2 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:24 +0800 Subject: [PATCH 30/98] New translations messages.json (Malay) [ci skip] --- src/main/resources/assets/neoforge/lang/ms_my.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/ms_my.json b/src/main/resources/assets/neoforge/lang/ms_my.json index 4cd941ba93..f4d2355d40 100644 --- a/src/main/resources/assets/neoforge/lang/ms_my.json +++ b/src/main/resources/assets/neoforge/lang/ms_my.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Komponen %s dengan nilai %s telah dipadamkan", "commands.neoforge.data_components.list.tooltip.modified": "Komponen %s telah diubah suai daripada %s kepada %s", "commands.neoforge.data_components.list.tooltip.added": "Komponen %s telah ditambah dengan nilai %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Klien ini tidak menyokong pelayan vanila kerana ia mempunyai enum lanjutan yang digunakan dalam rangkaian terikat pelayan", - "neoforge.network.extensible_enums.enum_set_mismatch": "Set enum yang boleh diperluaskan pada klien dan pelayan tidak sepadan. Pastikan anda menggunakan versi NeoForge yang sama seperti pelayan", "neoforge.network.extensible_enums.enum_entry_mismatch": "Set nilai yang ditambahkan pada enum yang boleh diperluaskan pada klien dan pelayan tidak sepadan. Pastikan anda menggunakan mod dan versi NeoForge yang sama seperti pelayan. Lihat log untuk butiran lanjut", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 0794762149fc75e01884e41e56a40cd01fba41bb Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:25 +0800 Subject: [PATCH 31/98] New translations messages.json (English, United Kingdom) [ci skip] --- src/main/resources/assets/neoforge/lang/en_gb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/en_gb.json b/src/main/resources/assets/neoforge/lang/en_gb.json index 5b4cb3ca8c..0d54239651 100644 --- a/src/main/resources/assets/neoforge/lang/en_gb.json +++ b/src/main/resources/assets/neoforge/lang/en_gb.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From d8b96c20416af7d041bab793237e21f08448e1b1 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:26 +0800 Subject: [PATCH 32/98] New translations messages.json (Esperanto) [ci skip] --- src/main/resources/assets/neoforge/lang/eo_uy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/eo_uy.json b/src/main/resources/assets/neoforge/lang/eo_uy.json index c496f43d10..03137acf5e 100644 --- a/src/main/resources/assets/neoforge/lang/eo_uy.json +++ b/src/main/resources/assets/neoforge/lang/eo_uy.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From cb8df330b5629afd72e97214ab601f159fc1cecb Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 9 Nov 2024 20:33:27 +0800 Subject: [PATCH 33/98] New translations messages.json (Tatar) [ci skip] --- src/main/resources/assets/neoforge/lang/tt_ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/tt_ru.json b/src/main/resources/assets/neoforge/lang/tt_ru.json index d531fc0209..838983060d 100644 --- a/src/main/resources/assets/neoforge/lang/tt_ru.json +++ b/src/main/resources/assets/neoforge/lang/tt_ru.json @@ -123,6 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Config for %s of type %s found at %s", "commands.config.noconfig": "Config for %s of type %s not found", "neoforge.update.beta.1": "%sWARNING: %sNeoForge Beta", @@ -242,7 +243,6 @@ "neoforge.network.data_maps.missing_our": "Cannot connect to server as it is missing mandatory registry data maps present on the client: %s", "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_set_mismatch": "The set of extensible enums on the client and server do not match. Make sure you are using the same NeoForge version as the server", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 75c942aab781a352081777c499d2bb91e5ec4b4e Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sun, 10 Nov 2024 18:05:56 +0800 Subject: [PATCH 34/98] New translations messages.json (Ukrainian) [ci skip] --- src/main/resources/assets/neoforge/lang/uk_ua.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/uk_ua.json b/src/main/resources/assets/neoforge/lang/uk_ua.json index 453f4039ac..e2f01fa06f 100644 --- a/src/main/resources/assets/neoforge/lang/uk_ua.json +++ b/src/main/resources/assets/neoforge/lang/uk_ua.json @@ -123,7 +123,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Компонент %s зі значенням %s було видалено", "commands.neoforge.data_components.list.tooltip.modified": "Компонент %s був змінений з %s в %s", "commands.neoforge.data_components.list.tooltip.added": "Компонент %s був доданий зі значенням %s", - "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Пошук рецептів неможливий у командах клієнта", "commands.config.getwithtype": "Конфіг для %s типу %s знайдена в %s", "commands.config.noconfig": "Конфіг для %s типу %s не знайдено", "neoforge.update.beta.1": "%sПОПЕРЕДЖЕННЯ: %sNeoForge Beta", From 477de7dd5515d9a0b7629f5bc346b6d9e9edd2f8 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sun, 10 Nov 2024 23:00:34 +0800 Subject: [PATCH 35/98] New translations messages.json (Slovak) [ci skip] --- src/main/resources/assets/neoforge/lang/sk_sk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index 07090d351c..d97f4e9f89 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -76,7 +76,7 @@ "commands.neoforge.setdim.invalid.dim": "Dimenzia s vybraným ID (%1$s) nie je validná.", "commands.neoforge.setdim.invalid.nochange": "Vybraná entita (%1$s) už existuje v špecifikovanej dimenzii (%2$s).", "commands.neoforge.setdim.deprecated": "Tento príkaz je zastaralý a bude vymazaný v 1.17, použite %s namiesto neho.", - "commands.neoforge.tps.overall": "Overall: %s TPS (%s ms/tick)", + "commands.neoforge.tps.overall": "Celkovo: %s TPS (%s ms/tick)", "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", "commands.neoforge.tps.dimension.tooltip": "%s (Dimension Type: %s)", From edcfa70866581ece7e21c798ca47ffd600de0d43 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 11 Nov 2024 00:00:30 +0800 Subject: [PATCH 36/98] New translations messages.json (Slovak) [ci skip] --- src/main/resources/assets/neoforge/lang/sk_sk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index d97f4e9f89..c5c0fcc1aa 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -79,7 +79,7 @@ "commands.neoforge.tps.overall": "Celkovo: %s TPS (%s ms/tick)", "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", - "commands.neoforge.tps.dimension.tooltip": "%s (Dimension Type: %s)", + "commands.neoforge.tps.dimension.tooltip": "%s (Typ rozmeru: %s)", "commands.neoforge.mods.list": "List módov: %1$s", "commands.neoforge.tracking.entity.enabled": "Sledovanie entít povolené na %d sekúnd.", "commands.neoforge.tracking.entity.reset": "Údaje o časovaní entít boli vymazané!", From effe77c43d0643c9d1f427da22ff3ff4aeda2062 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 11 Nov 2024 02:00:40 +0800 Subject: [PATCH 37/98] New translations messages.json (Slovak) [ci skip] --- src/main/resources/assets/neoforge/lang/sk_sk.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index c5c0fcc1aa..61df430e28 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -115,13 +115,13 @@ "commands.neoforge.timespeed.query.default": "Čas v %s plynie normálne (20 minút na deň).", "commands.neoforge.timespeed.set": "Nastaviť plynutie času v %s na %sx (%s minúty za deň).", "commands.neoforge.timespeed.set.default": "Nastaviť plynutie času v %s na predvolené (20 minút za deň).", - "commands.neoforge.data_components.list.error.held_stack_empty": "You are not holding any item", - "commands.neoforge.data_components.list.title": "Data components on %s:", + "commands.neoforge.data_components.list.error.held_stack_empty": "Nedržíte žiadny predmet", + "commands.neoforge.data_components.list.title": "Dátové komponenty v %s:", "commands.neoforge.data_components.list.entry": "\n - %s", "commands.neoforge.data_components.list.entry.key_value": "%s: %s", - "commands.neoforge.data_components.list.tooltip.default": "Component %s holds its default value", - "commands.neoforge.data_components.list.tooltip.deleted": "Component %s with value %s was deleted", - "commands.neoforge.data_components.list.tooltip.modified": "Component %s was modified from %s to %s", + "commands.neoforge.data_components.list.tooltip.default": "Komponent %s má jeho základnú hodnotu", + "commands.neoforge.data_components.list.tooltip.deleted": "Komponent %s s hodnotou %s bol vymazaný", + "commands.neoforge.data_components.list.tooltip.modified": "Komponent %s bol upravený z %s na %s", "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", "commands.config.getwithtype": "Konfigurácia pre %s typu %s nájdená v %s", From fb7390f473d1c4e9f6fb53e9ae8524144fb8b547 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 11 Nov 2024 03:05:06 +0800 Subject: [PATCH 38/98] New translations messages.json (Slovak) [ci skip] --- .../resources/assets/neoforge/lang/sk_sk.json | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index 61df430e28..022311fa62 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -77,7 +77,7 @@ "commands.neoforge.setdim.invalid.nochange": "Vybraná entita (%1$s) už existuje v špecifikovanej dimenzii (%2$s).", "commands.neoforge.setdim.deprecated": "Tento príkaz je zastaralý a bude vymazaný v 1.17, použite %s namiesto neho.", "commands.neoforge.tps.overall": "Celkovo: %s TPS (%s ms/tick)", - "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", + "commands.neoforge.tps.tooltip": "Priemerné TPS: vyššia hodnota je lepšia. Cieľové TPS: %s", "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", "commands.neoforge.tps.dimension.tooltip": "%s (Typ rozmeru: %s)", "commands.neoforge.mods.list": "List módov: %1$s", @@ -122,8 +122,8 @@ "commands.neoforge.data_components.list.tooltip.default": "Komponent %s má jeho základnú hodnotu", "commands.neoforge.data_components.list.tooltip.deleted": "Komponent %s s hodnotou %s bol vymazaný", "commands.neoforge.data_components.list.tooltip.modified": "Komponent %s bol upravený z %s na %s", - "commands.neoforge.data_components.list.tooltip.added": "Component %s was added with value %s", - "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", + "commands.neoforge.data_components.list.tooltip.added": "Komponent %s bol pridaný s hodnotou %s", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "V príkazoch klienta nie je možné vyhľadávať recepty", "commands.config.getwithtype": "Konfigurácia pre %s typu %s nájdená v %s", "commands.config.noconfig": "Konfigurácia pre %s typu %s nenájdená", "neoforge.update.beta.1": "%sVAROVANIE: %sNeoForge Beta", @@ -139,11 +139,11 @@ "neoforge.configuration.uitext.title.server": "%s Konfigurácia Serveru", "neoforge.configuration.uitext.title.common": "%s Bežná Konfigurácia", "neoforge.configuration.uitext.title.startup": "%s Konfigurácia Spustenia", - "neoforge.configuration.uitext.notonline": "Nastavenie tu sú určené serverom a nemôžu byť zmenené pokým je online.", + "neoforge.configuration.uitext.notonline": "Nastavenia tu sú určené serverom a nemôžu byť zmenené pokým je online.", "neoforge.configuration.uitext.notlan": "Nastavenia tu nemôžu byť upravené pokým je vaša hra otvorená do LAN. Prosím vráťte sa do hlavného menu a načítajte svet znova.", - "neoforge.configuration.uitext.notloaded": "Nastavenia tu sú k dispozícii len keď je svet načítaný.", + "neoforge.configuration.uitext.notloaded": "Tieto nastavenia sú k dispozícii len keď je svet načítaný.", "neoforge.configuration.uitext.unsupportedelement": "Táto hodnota nemôže byť upravená v UI. Prosím kontaktujte autora módu o poskytnutý vlastného UI preň.", - "neoforge.configuration.uitext.longstring": "Táto hodnota je pridlhá nato aby mohla byť upravená v UI. Prosím upravte ju v konfiguračnom súbore.", + "neoforge.configuration.uitext.longstring": "Táto hodnota je pridlhá nato, aby mohla byť upravená v UI. Prosím upravte ju v konfiguračnom súbore.", "neoforge.configuration.uitext.section": "%s...", "neoforge.configuration.uitext.sectiontext": "Upraviť", "neoforge.configuration.uitext.breadcrumb.order": "%1$s %2$s %3$s", @@ -157,8 +157,8 @@ "neoforge.configuration.uitext.listelementup": "⏶", "neoforge.configuration.uitext.listelementdown": "⏷", "neoforge.configuration.uitext.listelementremove": "❌", - "neoforge.configuration.uitext.rangetooltip": "Range: %s", - "neoforge.configuration.uitext.filenametooltip": "File: \"%s\"", + "neoforge.configuration.uitext.rangetooltip": "Rozsah: %s", + "neoforge.configuration.uitext.filenametooltip": "Súbor: \"%s\"", "neoforge.configuration.uitext.common": "Bežné Nastavenia", "neoforge.configuration.uitext.client": "Nastavenia Klienta", "neoforge.configuration.uitext.server": "Nastavenia Serveru", @@ -168,7 +168,7 @@ "neoforge.configuration.uitext.restart.server.title": "Svet treba znova načítať", "neoforge.configuration.uitext.restart.server.text": "Jedno alebo viac z konfiguračných nastavení ktoré boli zmenené budú mať efekt až keď bude hra znova načítaná.", "neoforge.configuration.uitext.restart.return": "Ignorovať", - "neoforge.configuration.uitext.restart.return.tooltip": "Vaše zmeny nebudú mať žiadny efekt pokým nereštartujete!", + "neoforge.configuration.uitext.restart.return.tooltip": "Vaše zmeny nebudú mať žiadny efekt pokým nereštartujete hru!", "neoforge.configuration.title": "NeoForge Konfigurácia", "neoforge.configuration.section.neoforge.client.toml": "Nastavenia klienta", "neoforge.configuration.section.neoforge.client.toml.title": "Nastavenia klienta", @@ -191,10 +191,10 @@ "neoforge.configgui.permissionHandler": "Manipulátor Povolení", "neoforge.configgui.permissionHandler.tooltip": "Manipulátor povolení používaný serverom. Predvolená hodnota do neoforge:default_handler ak nie je žiadny manipulátor s takým menom registrovaný.", "neoforge.configgui.removeErroringBlockEntities": "Odstrániť blokové entity spôsobujúce error", - "neoforge.configgui.removeErroringBlockEntities.tooltip": "Set this to true to remove any BlockEntity that throws an error in its update method instead of closing the server and reporting a crash log.", + "neoforge.configgui.removeErroringBlockEntities.tooltip": "Nastavte toto na hodnotu TRUE na odstránenie akejkoľvek Blokovej Entity, ktorá vyhodí chybu pri jej aktualizačnej metóde namiesto uzavretia serveru a nahlásenia zápisu spadnutia.", "neoforge.configgui.removeErroringBlockEntities.tooltip.warning": "BUDŤE VAROVANÝ, TOTO BY MOHLO VŠETKO ROZBIŤ.\nPOUŽÍVAJTE OPATRNE.\nNIE SME ZODPOVEDNÝ ZA ŠKODY.", "neoforge.configgui.removeErroringEntities": "Odstrániť entity spôsobujúce error", - "neoforge.configgui.removeErroringEntities.tooltip": "Set this to true to remove any Entity that throws an error in its update method instead of closing the server and reporting a crash log.", + "neoforge.configgui.removeErroringEntities.tooltip": "Nastavte toto na hodnotu TRUE na odstránenie akejkoľvek Entity, ktorá vyhodí chybu v jej aktualizačnej metóde namiesto uzavretia serveru a nahlásenia zápisu spadnutia.", "neoforge.configgui.removeErroringEntities.tooltip.warning": "BUDŤE VAROVANÝ, TOTO BY MOHLO VŠETKO ROZBIŤ.\nPOUŽÍVAJTE OPATRNE.\nNIE SME ZODPOVEDNÝ ZA ŠKODY.", "neoforge.configgui.showLoadWarnings": "Zobraziť Varovania Načítavania", "neoforge.configgui.showLoadWarnings.tooltip": "Keď je toto povolené, NeoForge zobrazí všetky varovania, ktoré nastali počas načítavania.", @@ -242,16 +242,16 @@ "neoforge.network.data_maps.failed": "Zlyhalo spracovanie synchronizácie mapy údajov databázy Registry pre databázy Registry %s: %s", "neoforge.network.data_maps.missing_our": "Nemožno pripojiť sa na server, nakoľko chýbajú povinné registratúrne dátové mapy prítomné na klientovi: %s", "neoforge.network.data_maps.missing_their": "Nemožno pripojiť sa na server, nakoľko obsahuje povinné registratúrne dátové mapy neprítomné na klientovi: %s", - "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", - "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", - "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", + "neoforge.network.extensible_enums.no_vanilla_server": "Tento klient nepodporuje vanilla servery keďže má rozšírené enumy použité v sieťovaní serveru", + "neoforge.network.extensible_enums.enum_entry_mismatch": "Dané hodnoty pridané do rozširujúcich enumov na strane klienta a serveru sa nezhodujú. Prosím overte si použitie rovnakého módu a NeoForge verzie ako na serveri. Zobrazte si zápis pre viac informácií", + "neoforge.attribute.debug.base": "[Entita: %s | Predmet: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", - "neoforge.value.boolean.enabled": "Enabled", - "neoforge.value.boolean.disabled": "Disabled", - "neoforge.value.boolean.enable": "Enables", - "neoforge.value.boolean.disable": "Disables", - "neoforge.value.boolean.invalid": "Invalid", + "neoforge.value.boolean.enabled": "Povolené", + "neoforge.value.boolean.disabled": "Zakázané", + "neoforge.value.boolean.enable": "Povolí", + "neoforge.value.boolean.disable": "Zakáže", + "neoforge.value.boolean.invalid": "Nesprávna", "neoforge.modifier.plus": "+%s %s", "neoforge.modifier.take": "%s %s", "neoforge.modifier.bool": "%s %s" From cc6aa117e73de768eb9f5b60b28a0c3af74c026a Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 11 Nov 2024 06:00:12 +0800 Subject: [PATCH 39/98] New translations messages.json (Russian) [ci skip] --- .../resources/assets/neoforge/lang/ru_ru.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index 3983378071..e83755ba6a 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -76,10 +76,10 @@ "commands.neoforge.setdim.invalid.dim": "The dimension ID specified (%1$s) is not valid.", "commands.neoforge.setdim.invalid.nochange": "The entity selected (%1$s) is already in the dimension specified (%2$s).", "commands.neoforge.setdim.deprecated": "Эта команда устарела и будет удалена в 1.17. Используйте %s вместо неё.", - "commands.neoforge.tps.overall": "Overall: %s TPS (%s ms/tick)", - "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", - "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", - "commands.neoforge.tps.dimension.tooltip": "%s (Тип измерения: %s)", + "commands.neoforge.tps.overall": "В общей сложности: %s тактов/сек (%s мс/такт)", + "commands.neoforge.tps.tooltip": "Среднее количество тактов/сек (чем выше, тем лучше). Целевое количество: %s.", + "commands.neoforge.tps.dimension": "%s: %s тактов/сек (%s мс/такт)", + "commands.neoforge.tps.dimension.tooltip": "%s (тип измерения: %s)", "commands.neoforge.mods.list": "Список модов: %1$s", "commands.neoforge.tracking.entity.enabled": "Отслеживание сущностей включено на %d секунд.", "commands.neoforge.tracking.entity.reset": "Данные с таймингами сущностей очищены!", @@ -107,8 +107,8 @@ "commands.neoforge.chunkgen.started": "Generating %1$s chunks, in an area of %2$sx%3$s chunks (%4$sx%5$s blocks).", "commands.neoforge.chunkgen.success": "Генерация завершена!", "commands.neoforge.chunkgen.error": "Во время генерации произошло %1$s ошибок! Проверьте журнал за подробностями.", - "commands.neoforge.chunkgen.stopped": "Генерация остановлена! Сгенерировано %1$s из %2$s чанков. (%3$s%%)", - "commands.neoforge.chunkgen.status": "Состояние генерации! Сгенерировано %1$s из %2$s чанков. (%3$s%%)", + "commands.neoforge.chunkgen.stopped": "Генерация остановлена! Сгенерировано %1$s из %2$s чанков (%3$s%%).", + "commands.neoforge.chunkgen.status": "Состояние генерации: сгенерировано %1$s из %2$s чанков (%3$s%%).", "commands.neoforge.chunkgen.not_running": "Предварительная генерация не запущена. Выполните команду `/neoforge generate help`, чтобы увидеть команды для запуска генерации.", "commands.neoforge.chunkgen.help_line": "§2/neoforge generate start <радиусчанка> [шкалапрогресса] §r§f- создаёт квадрат, центрированный на указанной точке, с длиной сторон, равной радиусчанка * 2.\n§2/neoforge generate stop §r§f- останавливает текущую генерацию и отображает завершённый прогресс.\n§2/neoforge generate status §r- отображает прогресс текущей генерации.\n§2/neoforge generate help §r- отображает данное сообщение.\nСовет: если вы запускаете команды из консоли сервера, вы можете выполнять генерацию в разных измерениях с помощью /execute in <измерение> neoforge generate...", "commands.neoforge.timespeed.query": "Время в %s проходит со скоростью %sx (%s минут в день).", @@ -117,7 +117,7 @@ "commands.neoforge.timespeed.set.default": "Установить поток времени в %s по умолчанию (20 минут в день).", "commands.neoforge.data_components.list.error.held_stack_empty": "Вы не держите никакого предмета", "commands.neoforge.data_components.list.title": "Компоненты данных на %s:", - "commands.neoforge.data_components.list.entry": "\n - %s", + "commands.neoforge.data_components.list.entry": "\n — %s", "commands.neoforge.data_components.list.entry.key_value": "%s: %s", "commands.neoforge.data_components.list.tooltip.default": "Компонент %s имеет значение по умолчанию", "commands.neoforge.data_components.list.tooltip.deleted": "Компонент %s со значением %s был удалён", @@ -162,12 +162,12 @@ "neoforge.configuration.uitext.common": "Общие настройки", "neoforge.configuration.uitext.client": "Настройки клиента", "neoforge.configuration.uitext.server": "Настройки сервера", - "neoforge.configuration.uitext.startup": "Startup Options", + "neoforge.configuration.uitext.startup": "Настройки запуска", "neoforge.configuration.uitext.restart.game.title": "Требуется перезапуск Minecraft", "neoforge.configuration.uitext.restart.game.text": "One or more of the configuration option that were changed will only take effect when the game is started.", "neoforge.configuration.uitext.restart.server.title": "World needs to be reloaded", "neoforge.configuration.uitext.restart.server.text": "One or more of the configuration option that were changed will only take effect when the world is reloaded.", - "neoforge.configuration.uitext.restart.return": "Игнорировать", + "neoforge.configuration.uitext.restart.return": "Потом перезапущу", "neoforge.configuration.uitext.restart.return.tooltip": "Your changes will have no effect until you restart!", "neoforge.configuration.title": "Настройки NeoForge", "neoforge.configuration.section.neoforge.client.toml": "Настройки клиента", From 1858a7288493315844477f7bc261f95999cc3cb9 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:29 +0800 Subject: [PATCH 40/98] New translations messages.json (Japanese) [ci skip] --- src/main/resources/assets/neoforge/lang/ja_jp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ja_jp.json b/src/main/resources/assets/neoforge/lang/ja_jp.json index a734362e7c..5e8275bd41 100644 --- a/src/main/resources/assets/neoforge/lang/ja_jp.json +++ b/src/main/resources/assets/neoforge/lang/ja_jp.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "%1$s個のModファイルのリソース", "fml.resources.moddata": "%1$s個のModファイルのデータ", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "このNeoForgeのビルドはコミュニティメンバーによって作成されたものであり、§c§lサポートされていません§r", "commands.neoforge.arguments.enum.invalid": "%2$sが見つかりましたが、列挙定数は%1$sのいずれかである必要があります", "commands.neoforge.dimensions.list": "現在登録されているディメンション(種類別):", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "クライアントに存在しない必須のレジストリデータマップがサーバーにあるため、サーバーに接続できませんでした:%s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "クライアントとサーバーの拡張可能な列挙に追加された値のセットが一致しません。 サーバーと同じバージョンの mod と NeoForge を使用していることを確認してください。詳細はログを参照してください", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[エンティティ: %s | アイテム: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From ded912c07ee6118dbf42eec230025441cefca43f Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:30 +0800 Subject: [PATCH 41/98] New translations messages.json (Chinese Simplified) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_cn.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/zh_cn.json b/src/main/resources/assets/neoforge/lang/zh_cn.json index 49d5f8be33..cc0e74957e 100644 --- a/src/main/resources/assets/neoforge/lang/zh_cn.json +++ b/src/main/resources/assets/neoforge/lang/zh_cn.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "简化视图", "fml.resources.modresources": "%1$s 模组文件的资源", "fml.resources.moddata": "%1$s 模组文件数据", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "这个 NeoForge 构建由社区成员创建,是 §c§l不受支持§r 的", "commands.neoforge.arguments.enum.invalid": "枚举常量必须是 %1$s 之一,但发现了 %2$s", "commands.neoforge.dimensions.list": "当前已注册的维度,按维度类型展示:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "无法连接至服务器,因为客户端上不存在必要的注册表数据映射:%s", "neoforge.network.extensible_enums.no_vanilla_server": "该客户端不支持原版服务器,因为它在服务器端网络中使用了不同连接方式。", "neoforge.network.extensible_enums.enum_entry_mismatch": "客户端和服务器上所需要的模组不匹配。请确保您使用的模组和 NeoForge 版本与服务器上的版本相同。请查看日志以获取更多详细信息。", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[实体:%s | 物品:%s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 59a4239d8666ee32077bb00879069f509435cf97 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:31 +0800 Subject: [PATCH 42/98] New translations messages.json (Russian) [ci skip] --- src/main/resources/assets/neoforge/lang/ru_ru.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index e83755ba6a..f72ba5f0a3 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Упрощённый вид", "fml.resources.modresources": "Ресурсы %1$s файлов модов", "fml.resources.moddata": "Данные %1$s файлов модов", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Эта сборка NeoForge была создана участником сообщества и, следовательно, §c§lНЕ ИМЕЕТ ОФИЦИАЛЬНОЙ ПОДДЕРЖКИ§r", "commands.neoforge.arguments.enum.invalid": "Константа перечисления должна быть одной из %1$s. Найдено: %2$s.", "commands.neoforge.dimensions.list": "Текущие зарегистрированные измерения по типу:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Не удается подключиться к серверу, так как присутствуют обязательные данные реестра, отсутствующие на клиенте: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From c3c5380df972bba655202e9f2bcdd43b1bf39f07 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:32 +0800 Subject: [PATCH 43/98] New translations messages.json (Romanian) [ci skip] --- src/main/resources/assets/neoforge/lang/ro_ro.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ro_ro.json b/src/main/resources/assets/neoforge/lang/ro_ro.json index ec086f4ba0..3402646f99 100644 --- a/src/main/resources/assets/neoforge/lang/ro_ro.json +++ b/src/main/resources/assets/neoforge/lang/ro_ro.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From df999f31945220667b3710016025611bcbc34325 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:33 +0800 Subject: [PATCH 44/98] New translations messages.json (French) [ci skip] --- src/main/resources/assets/neoforge/lang/fr_fr.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/fr_fr.json b/src/main/resources/assets/neoforge/lang/fr_fr.json index cf75ef3fa9..30c84e3006 100644 --- a/src/main/resources/assets/neoforge/lang/fr_fr.json +++ b/src/main/resources/assets/neoforge/lang/fr_fr.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Ce build de NeoForge a été créé par un membre de la communauté et est donc §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Dimensions actuellement enregistrées par type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Impossible de se connecter au serveur car il a des mappages de données de registre obligatoires qui ne sont pas présents sur le client : %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 99e61ba4a785c5db25c47e000660be2ad1c2c340 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:34 +0800 Subject: [PATCH 45/98] New translations messages.json (Spanish) [ci skip] --- src/main/resources/assets/neoforge/lang/es_es.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/es_es.json b/src/main/resources/assets/neoforge/lang/es_es.json index 9479fbeb50..a684512c04 100644 --- a/src/main/resources/assets/neoforge/lang/es_es.json +++ b/src/main/resources/assets/neoforge/lang/es_es.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Vista simplificada", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Esta versión de NeoForge ha sido creada por un miembro de la comunidad y por lo tanto no es §c§lSOPORTADA§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Dimensiones actualmente registradas por tipo:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "No es posible conectarse al servidor ya que el servidor tiene mapas de datos de registro obligatorios que no están presentes en el cliente: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 6b3ee4fa87ff405c06ede2d6e2bc7b50553f5b8d Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:35 +0800 Subject: [PATCH 46/98] New translations messages.json (Czech) [ci skip] --- src/main/resources/assets/neoforge/lang/cs_cz.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/cs_cz.json b/src/main/resources/assets/neoforge/lang/cs_cz.json index 9fed8544bf..486bf44dcd 100644 --- a/src/main/resources/assets/neoforge/lang/cs_cz.json +++ b/src/main/resources/assets/neoforge/lang/cs_cz.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Zjednodušený pohled", "fml.resources.modresources": "Zdroje pro %1$s módové soubory", "fml.resources.moddata": "Data pro %1$s soubory módu", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Tento NeoForge build byl vytvořen komunitním členem a proto je §c§lBEZ PODPORY§r", "commands.neoforge.arguments.enum.invalid": "Enum konstanta musí být jedna z %1$s, nalezeno %2$s", "commands.neoforge.dimensions.list": "Aktuálně registrované dimenze typu:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Je nemožné se připoijit k serveru, jelikož obsahuje povinné registry map dat, které nejsou přítomné na klientu: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Tento klient nepodporuje vanilla servery, jelikož má mnoho rozšířených enumů v serverovaném připojení", "neoforge.network.extensible_enums.enum_entry_mismatch": "Sada hodnot přidaných k rozšířeným enumů na klientu a na serveru se nerovnají. Ujistěte se, že užíváte stejný mód a NeoForge verzi jako server. Pro více informací se podívejte do logu", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 9de8bafb96b0593530282c6c0fe66e6d795ee13e Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:36 +0800 Subject: [PATCH 47/98] New translations messages.json (Danish) [ci skip] --- src/main/resources/assets/neoforge/lang/da_dk.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/da_dk.json b/src/main/resources/assets/neoforge/lang/da_dk.json index 8e9c35752b..90516290c5 100644 --- a/src/main/resources/assets/neoforge/lang/da_dk.json +++ b/src/main/resources/assets/neoforge/lang/da_dk.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 575d445fdb98dbd1756ceade994b13970687f297 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:38 +0800 Subject: [PATCH 48/98] New translations messages.json (German) [ci skip] --- src/main/resources/assets/neoforge/lang/de_de.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/de_de.json b/src/main/resources/assets/neoforge/lang/de_de.json index e7ed4bb3ca..c3e26f6a7f 100644 --- a/src/main/resources/assets/neoforge/lang/de_de.json +++ b/src/main/resources/assets/neoforge/lang/de_de.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Vereinfachte Ansicht", "fml.resources.modresources": "Ressourcen für %1$s Mod-Dateien", "fml.resources.moddata": "Daten für %1$s Mod-Dateien", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Diese Version von NeoForge wurde von einem Communitymitglied erstellt und wird daher §c§lNICHT UNTERSTÜTZT§r", "commands.neoforge.arguments.enum.invalid": "Enum-Konstante muss einer der Werte aus %1$s sein, %2$s gefunden", "commands.neoforge.dimensions.list": "Aktuell registrierte Dimensionen nach Typ:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Kann keine Verbindung zum Server herstellen, da obligatorische Registrierungsdatenkarten auf dem Server vorhanden sind, die auf dem Client fehlen: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Dieser Client unterstützt Vanilla-Server nicht, da er erweiterte Enums in dem an den Server gerichteten Netzwerk verwendet", "neoforge.network.extensible_enums.enum_entry_mismatch": "Die Werte, die zu erweiterten Enums auf dem Client und dem Server hinzugefügt wurden, stimmen nicht überein. Stelle sicher, dass du die gleichen Mod- und NeoForge-Versionen wie der Server verwendest. Weitere Details findest du im Log", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From a8a1c49c182991f6efc37be89c7dee79760cd7d3 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:39 +0800 Subject: [PATCH 49/98] New translations messages.json (Hungarian) [ci skip] --- src/main/resources/assets/neoforge/lang/hu_hu.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/hu_hu.json b/src/main/resources/assets/neoforge/lang/hu_hu.json index 40110b4111..7922bb6929 100644 --- a/src/main/resources/assets/neoforge/lang/hu_hu.json +++ b/src/main/resources/assets/neoforge/lang/hu_hu.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From d60d313fe3171beade1c8b44c6a01cbc00880229 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:40 +0800 Subject: [PATCH 50/98] New translations messages.json (Italian) [ci skip] --- src/main/resources/assets/neoforge/lang/it_it.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/it_it.json b/src/main/resources/assets/neoforge/lang/it_it.json index e7293028d7..5ed72c8df9 100644 --- a/src/main/resources/assets/neoforge/lang/it_it.json +++ b/src/main/resources/assets/neoforge/lang/it_it.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Questa build di NeoForge è stata creata da un membro della community ed è quindi §c§lNON SUPPORTATA§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Dimensioni attualmente registrate per tipo:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Impossibile connettersi al server in quanto presenta un registro della mappa dati obbligatorio assente nel client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 0cd5ad6a782a71abadfa82e015556e0420f45058 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:41 +0800 Subject: [PATCH 51/98] New translations messages.json (Korean) [ci skip] --- src/main/resources/assets/neoforge/lang/ko_kr.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ko_kr.json b/src/main/resources/assets/neoforge/lang/ko_kr.json index ff48d228f1..4fd104266b 100644 --- a/src/main/resources/assets/neoforge/lang/ko_kr.json +++ b/src/main/resources/assets/neoforge/lang/ko_kr.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "간략하게 보기", "fml.resources.modresources": "모드 파일 %1$s개의 리소스", "fml.resources.moddata": "모드 파일 %1$s개의 데이터", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "이 네오 포지 빌드는 커뮤니티 멤버가 만든 것이며 §c§l공식 지원되지 않습니다§r", "commands.neoforge.arguments.enum.invalid": "잘못된 값입니다. [%1$s] 중 하나가 필요한데, '%2$s'가 입력되었습니다.", "commands.neoforge.dimensions.list": "현재 등록된 차원들:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "서버 접속에 필요한 데이터 맵들이 클라이언트에 없어 접속할 수 없습니다: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From ac93aabfab4f3be77e9b1335467cc50c80cefd5c Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:42 +0800 Subject: [PATCH 52/98] New translations messages.json (Dutch) [ci skip] --- src/main/resources/assets/neoforge/lang/nl_nl.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/nl_nl.json b/src/main/resources/assets/neoforge/lang/nl_nl.json index e67ed289e8..8ed45e032c 100644 --- a/src/main/resources/assets/neoforge/lang/nl_nl.json +++ b/src/main/resources/assets/neoforge/lang/nl_nl.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Deze build van NeoForge was gemaakt door een lid van de gemeenschap en wordt daarom §c§lNIET ONDERSTEUND§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Momenteel geregistreerde dimensies op type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Kan geen verbinding maken met de server omdat het verplichte registry data maps bevat die niet aanwezig zijn op de client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 41bfb3476e9aae4ec5f910b7a40cd24c56ce6777 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:43 +0800 Subject: [PATCH 53/98] New translations messages.json (Polish) [ci skip] --- src/main/resources/assets/neoforge/lang/pl_pl.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/pl_pl.json b/src/main/resources/assets/neoforge/lang/pl_pl.json index 75ea63c98c..2b19de0869 100644 --- a/src/main/resources/assets/neoforge/lang/pl_pl.json +++ b/src/main/resources/assets/neoforge/lang/pl_pl.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Widok uproszczony", "fml.resources.modresources": "Zasoby dla plików modyfikacji %1$s", "fml.resources.moddata": "Dane dla %1$s plików modyfikacji", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Ta kompilacja NeoForge została stworzona przez członka społeczności i jest §c§lNIEWSPIERANA§r", "commands.neoforge.arguments.enum.invalid": "Stała Enum musi być jednym z %1$s, znaleziono %2$s", "commands.neoforge.dimensions.list": "Aktualnie zarejestrowane wymiary według typu:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Nie można połączyć się z serwerem, ponieważ brakuje obowiązkowych map danych rejestru znajdujących się w kliencie: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Ten klient nie obsługuje serwerów vanilla ponieważ posiada rozszerzone enums używane w sieciach związanych z serwerem", "neoforge.network.extensible_enums.enum_entry_mismatch": "Zestaw wartości dodanych do rozszerzalnych enumów w kliencie i serwerze nie pasuje. Upewnij się, że używasz tych samych wersji modyfikacji i NeoForge co serwer. Więcej informacji znajdziesz w logu", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 46c018f2ab843e14c3ade06957aa3e49177f02f7 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:44 +0800 Subject: [PATCH 54/98] New translations messages.json (Portuguese) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_pt.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/pt_pt.json b/src/main/resources/assets/neoforge/lang/pt_pt.json index df9503aaf7..6296375bcf 100644 --- a/src/main/resources/assets/neoforge/lang/pt_pt.json +++ b/src/main/resources/assets/neoforge/lang/pt_pt.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From bcc0092ae9b63aae150c500455c8d8904eb6d453 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:45 +0800 Subject: [PATCH 55/98] New translations messages.json (Slovak) [ci skip] --- src/main/resources/assets/neoforge/lang/sk_sk.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index 022311fa62..99db19c4fd 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Zjednodušené zobrazenie", "fml.resources.modresources": "Zdroje pre %1$s súbory módov", "fml.resources.moddata": "Dáta pre %1$s súborov módov", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Táto verzia NeoForgu bola vytvorená členom komunity, a preto je §c§lNEPODPOROVANÁ§r", "commands.neoforge.arguments.enum.invalid": "Konštanta Enum musí byť jedna z %1$s, nájdené %2$s", "commands.neoforge.dimensions.list": "Aktuálne registrované dimenzie podľa typu:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Nemožno pripojiť sa na server, nakoľko obsahuje povinné registratúrne dátové mapy neprítomné na klientovi: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Tento klient nepodporuje vanilla servery keďže má rozšírené enumy použité v sieťovaní serveru", "neoforge.network.extensible_enums.enum_entry_mismatch": "Dané hodnoty pridané do rozširujúcich enumov na strane klienta a serveru sa nezhodujú. Prosím overte si použitie rovnakého módu a NeoForge verzie ako na serveri. Zobrazte si zápis pre viac informácií", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entita: %s | Predmet: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From b442b69e28f34a366be5d06ce5c25626722d4526 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:46 +0800 Subject: [PATCH 56/98] New translations messages.json (Turkish) [ci skip] --- src/main/resources/assets/neoforge/lang/tr_tr.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/tr_tr.json b/src/main/resources/assets/neoforge/lang/tr_tr.json index 5b3819498b..0c7fa48a05 100644 --- a/src/main/resources/assets/neoforge/lang/tr_tr.json +++ b/src/main/resources/assets/neoforge/lang/tr_tr.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 23522dfd06acb033dbb3293a75342849380c8caa Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:48 +0800 Subject: [PATCH 57/98] New translations messages.json (Ukrainian) [ci skip] --- src/main/resources/assets/neoforge/lang/uk_ua.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/uk_ua.json b/src/main/resources/assets/neoforge/lang/uk_ua.json index e2f01fa06f..059960ae2c 100644 --- a/src/main/resources/assets/neoforge/lang/uk_ua.json +++ b/src/main/resources/assets/neoforge/lang/uk_ua.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Спрощений вигляд", "fml.resources.modresources": "Ресурси для %1$s файлів модів", "fml.resources.moddata": "Дані для %1$s файлів модів", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Ця збірка NeoForge була створена членом спільноти й тому §c§lНЕ ПІДТРИМУЄТЬСЯ§r", "commands.neoforge.arguments.enum.invalid": "Константа Enum має бути однією з %1$s, знайдено %2$s", "commands.neoforge.dimensions.list": "Наразі зареєстровані виміри за типом:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Не вдається приєднатися до сервера, оскільки присутні обов'язкові мапи даних реєстру, що відсутні на клієнті: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Цей клієнт не підтримує ванільні сервери, тому що він має розширені значення enum, що використовуються у роботі з серверами", "neoforge.network.extensible_enums.enum_entry_mismatch": "Набір значень, що додаються до розширюваних enum, на клієнті й сервері не збігаються. Переконайтеся, що ви використовуєте однакові версії моду і NeoForge. Дивіться журнал для додаткової інформації", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Істота: %s | Предмет: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 5a65519754ec84d674947b270230ca0bdcc4dec6 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:49 +0800 Subject: [PATCH 58/98] New translations messages.json (Chinese Traditional) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_tw.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/zh_tw.json b/src/main/resources/assets/neoforge/lang/zh_tw.json index 975fa6c42b..3a6ef6c456 100644 --- a/src/main/resources/assets/neoforge/lang/zh_tw.json +++ b/src/main/resources/assets/neoforge/lang/zh_tw.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "簡化檢視", "fml.resources.modresources": "用於 %1$s 模組檔案的資源", "fml.resources.moddata": "%1$s 模組檔案資料", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "這個 NeoForge 由社群成員建立,是 §c§l不受支援§r 的", "commands.neoforge.arguments.enum.invalid": "枚舉常數必須是 %1$s 之一,找到 %2$s", "commands.neoforge.dimensions.list": "目前依照類型註冊的維度:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "無法連接服務器,因為服務器上有用戶端不存在的強制註冊表數據映射: %s", "neoforge.network.extensible_enums.no_vanilla_server": "這個客戶端不支持原版服務器,因爲它在服務器綁定網絡中使用了擴展的枚舉", "neoforge.network.extensible_enums.enum_entry_mismatch": "用戶端和伺服器上新增至可擴充列舉值的值集合不相符。請確保您使用的模組和 NeoForge 版本與伺服器相同。查看記錄檔以取得詳細資訊", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From e9570fc783098ea17ec873f37ba5237954664e12 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:50 +0800 Subject: [PATCH 59/98] New translations messages.json (Vietnamese) [ci skip] --- src/main/resources/assets/neoforge/lang/vi_vn.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/vi_vn.json b/src/main/resources/assets/neoforge/lang/vi_vn.json index df9503aaf7..6296375bcf 100644 --- a/src/main/resources/assets/neoforge/lang/vi_vn.json +++ b/src/main/resources/assets/neoforge/lang/vi_vn.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 7f511b89026daa3e3c14fffe1e8d35cdc4dbef46 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:51 +0800 Subject: [PATCH 60/98] New translations messages.json (Portuguese, Brazilian) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_br.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/pt_br.json b/src/main/resources/assets/neoforge/lang/pt_br.json index 32780ed38b..aa1819009f 100644 --- a/src/main/resources/assets/neoforge/lang/pt_br.json +++ b/src/main/resources/assets/neoforge/lang/pt_br.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Tela simplificada", "fml.resources.modresources": "Recursos para %1$s arquivos de mods", "fml.resources.moddata": "Dado para %1$s arquivos de mods", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Esse build do NeoForge foi criado por um membro da comunidade, logo, §c§lNÃO É SUPORTADA§r", "commands.neoforge.arguments.enum.invalid": "Constante enum deve ser um dos %1$s, encontrado %2$s", "commands.neoforge.dimensions.list": "Dimensões atualmente registradas por tipo:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Impossível conectar com o servidor que tem registros de data maps não presentes no client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 463976964c5ce8bd6965659f271c25e4e8687f5d Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:53 +0800 Subject: [PATCH 61/98] New translations messages.json (Estonian) [ci skip] --- src/main/resources/assets/neoforge/lang/et_ee.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/et_ee.json b/src/main/resources/assets/neoforge/lang/et_ee.json index 981827e13a..5a97110ed1 100644 --- a/src/main/resources/assets/neoforge/lang/et_ee.json +++ b/src/main/resources/assets/neoforge/lang/et_ee.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "See NeoForge versioon loodi kogukonnaliikme poolt ning on seega §c§lMITTETOETATUD§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Hetkel registreeritud dimensioonid tüübi alusel:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 9a9150300fc258c9392bfa18ff1b27ce33bfba71 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:54 +0800 Subject: [PATCH 62/98] New translations messages.json (Malay) [ci skip] --- src/main/resources/assets/neoforge/lang/ms_my.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ms_my.json b/src/main/resources/assets/neoforge/lang/ms_my.json index f4d2355d40..1e471d5cc2 100644 --- a/src/main/resources/assets/neoforge/lang/ms_my.json +++ b/src/main/resources/assets/neoforge/lang/ms_my.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Klien ini tidak menyokong pelayan vanila kerana ia mempunyai enum lanjutan yang digunakan dalam rangkaian terikat pelayan", "neoforge.network.extensible_enums.enum_entry_mismatch": "Set nilai yang ditambahkan pada enum yang boleh diperluaskan pada klien dan pelayan tidak sepadan. Pastikan anda menggunakan mod dan versi NeoForge yang sama seperti pelayan. Lihat log untuk butiran lanjut", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 7a60e46566e9ffa38d8ca94a97f0418baf3f99aa Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:55 +0800 Subject: [PATCH 63/98] New translations messages.json (English, United Kingdom) [ci skip] --- src/main/resources/assets/neoforge/lang/en_gb.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/en_gb.json b/src/main/resources/assets/neoforge/lang/en_gb.json index 0d54239651..a36542de51 100644 --- a/src/main/resources/assets/neoforge/lang/en_gb.json +++ b/src/main/resources/assets/neoforge/lang/en_gb.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 7a514bf18ec0a9af3c9b19adbb2f87e28a8a498c Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:56 +0800 Subject: [PATCH 64/98] New translations messages.json (Esperanto) [ci skip] --- src/main/resources/assets/neoforge/lang/eo_uy.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/eo_uy.json b/src/main/resources/assets/neoforge/lang/eo_uy.json index 03137acf5e..1cdab46ad1 100644 --- a/src/main/resources/assets/neoforge/lang/eo_uy.json +++ b/src/main/resources/assets/neoforge/lang/eo_uy.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 1e1ec08472efd40dfc14bab4bd534495fe45f486 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 07:11:57 +0800 Subject: [PATCH 65/98] New translations messages.json (Tatar) [ci skip] --- src/main/resources/assets/neoforge/lang/tt_ru.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/tt_ru.json b/src/main/resources/assets/neoforge/lang/tt_ru.json index 838983060d..4889d2db08 100644 --- a/src/main/resources/assets/neoforge/lang/tt_ru.json +++ b/src/main/resources/assets/neoforge/lang/tt_ru.json @@ -61,6 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Simplified view", "fml.resources.modresources": "Resources for %1$s mod files", "fml.resources.moddata": "Data for %1$s mod files", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", + "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "This build of NeoForge was created by a community member and is thus §c§lUNSUPPORTED§r", "commands.neoforge.arguments.enum.invalid": "Enum constant must be one of %1$s, found %2$s", "commands.neoforge.dimensions.list": "Currently registered dimensions by type:", @@ -244,6 +246,8 @@ "neoforge.network.data_maps.missing_their": "Cannot connect to server as it has mandatory registry data maps not present on the client: %s", "neoforge.network.extensible_enums.no_vanilla_server": "This client does not support vanilla servers as it has extended enums used in serverbound networking", "neoforge.network.extensible_enums.enum_entry_mismatch": "The set of values added to extensible enums on the client and server do not match. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 138da302ee2ac4e4dc88db4ade5433ef37e386ab Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 21:51:12 +0800 Subject: [PATCH 66/98] New translations messages.json (German) [ci skip] --- src/main/resources/assets/neoforge/lang/de_de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/de_de.json b/src/main/resources/assets/neoforge/lang/de_de.json index c3e26f6a7f..851de7b1bc 100644 --- a/src/main/resources/assets/neoforge/lang/de_de.json +++ b/src/main/resources/assets/neoforge/lang/de_de.json @@ -247,7 +247,7 @@ "neoforge.network.extensible_enums.no_vanilla_server": "Dieser Client unterstützt Vanilla-Server nicht, da er erweiterte Enums in dem an den Server gerichteten Netzwerk verwendet", "neoforge.network.extensible_enums.enum_entry_mismatch": "Die Werte, die zu erweiterten Enums auf dem Client und dem Server hinzugefügt wurden, stimmen nicht überein. Stelle sicher, dass du die gleichen Mod- und NeoForge-Versionen wie der Server verwendest. Weitere Details findest du im Log", "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", - "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", + "neoforge.network.feature_flags.no_vanilla_server": "Dieser Client unterstützt keine Vanilla-Server, da er benutzerdefinierte FeatureFlags verwendet", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 3a59bbc87f3a97a29f1301a4650108216592e2f1 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Sat, 16 Nov 2024 22:49:05 +0800 Subject: [PATCH 67/98] New translations messages.json (German) [ci skip] --- src/main/resources/assets/neoforge/lang/de_de.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/de_de.json b/src/main/resources/assets/neoforge/lang/de_de.json index 851de7b1bc..e0745f4745 100644 --- a/src/main/resources/assets/neoforge/lang/de_de.json +++ b/src/main/resources/assets/neoforge/lang/de_de.json @@ -61,8 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Vereinfachte Ansicht", "fml.resources.modresources": "Ressourcen für %1$s Mod-Dateien", "fml.resources.moddata": "Daten für %1$s Mod-Dateien", - "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", - "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", + "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag-Datei {0}, bereitgestellt von Mod {100,modinfo,id}, existiert nicht", + "fml.modloadingissue.feature_flags.loading_error": "Fehler beim Laden der FeatureFlag-Daten unter {0} in Mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Diese Version von NeoForge wurde von einem Communitymitglied erstellt und wird daher §c§lNICHT UNTERSTÜTZT§r", "commands.neoforge.arguments.enum.invalid": "Enum-Konstante muss einer der Werte aus %1$s sein, %2$s gefunden", "commands.neoforge.dimensions.list": "Aktuell registrierte Dimensionen nach Typ:", @@ -125,7 +125,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "Komponente %s mit Wert %s wurde gelöscht", "commands.neoforge.data_components.list.tooltip.modified": "Komponente %s wurde von %s auf %s geändert", "commands.neoforge.data_components.list.tooltip.added": "Komponente %s wurde mit dem Wert %s hinzugefügt", - "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Das Abrufen von Rezepten ist nicht verfügbar unter Client-Commands", "commands.config.getwithtype": "Konfiguration für %s vom Typ %s gefunden bei %s", "commands.config.noconfig": "Konfiguration für %s vom Typ %s nicht gefunden", "neoforge.update.beta.1": "%sWARNUNG: %sNeoForge Beta", @@ -246,7 +246,7 @@ "neoforge.network.data_maps.missing_their": "Kann keine Verbindung zum Server herstellen, da obligatorische Registrierungsdatenkarten auf dem Server vorhanden sind, die auf dem Client fehlen: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Dieser Client unterstützt Vanilla-Server nicht, da er erweiterte Enums in dem an den Server gerichteten Netzwerk verwendet", "neoforge.network.extensible_enums.enum_entry_mismatch": "Die Werte, die zu erweiterten Enums auf dem Client und dem Server hinzugefügt wurden, stimmen nicht überein. Stelle sicher, dass du die gleichen Mod- und NeoForge-Versionen wie der Server verwendest. Weitere Details findest du im Log", - "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", + "neoforge.network.feature_flags.entry_mismatch": "Der Server und der Client verwenden unterschiedliche Sets an benutzerdefinierten FeatureFlags. Stelle sicher, dass du dieselbe Mod- sowie NeoForge-Version wie der Server verwendest. Sieh im Protokoll nach, um weitere Informationen zu erhalten", "neoforge.network.feature_flags.no_vanilla_server": "Dieser Client unterstützt keine Vanilla-Server, da er benutzerdefinierte FeatureFlags verwendet", "neoforge.attribute.debug.base": "[Entity: %s | Item: %s]", "neoforge.value.flat": "%s", From 70684d37a45f5d32fea6f49a5e7f02897f5b2d67 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 20 Nov 2024 05:12:28 +0800 Subject: [PATCH 68/98] New translations messages.json (Portuguese, Brazilian) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_br.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/pt_br.json b/src/main/resources/assets/neoforge/lang/pt_br.json index aa1819009f..5fa583a89d 100644 --- a/src/main/resources/assets/neoforge/lang/pt_br.json +++ b/src/main/resources/assets/neoforge/lang/pt_br.json @@ -81,7 +81,7 @@ "commands.neoforge.tps.overall": "Overall: %s TPS (%s ms/tick)", "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", - "commands.neoforge.tps.dimension.tooltip": "%s (Dimension Type: %s)", + "commands.neoforge.tps.dimension.tooltip": "%s (Tipo de Dimensão: %s)", "commands.neoforge.mods.list": "Mod List: %1$s", "commands.neoforge.tracking.entity.enabled": "Entity tracking enabled for %d seconds.", "commands.neoforge.tracking.entity.reset": "Entity timings data has been cleared!", From 804ee0dc128bb8eeb154fb4733b9ba2102acddbb Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 20 Nov 2024 17:55:46 +0800 Subject: [PATCH 69/98] New translations messages.json (Ukrainian) [ci skip] --- src/main/resources/assets/neoforge/lang/uk_ua.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/uk_ua.json b/src/main/resources/assets/neoforge/lang/uk_ua.json index 059960ae2c..5d1f3d5009 100644 --- a/src/main/resources/assets/neoforge/lang/uk_ua.json +++ b/src/main/resources/assets/neoforge/lang/uk_ua.json @@ -61,8 +61,8 @@ "fml.modmismatchscreen.simplifiedview": "Спрощений вигляд", "fml.resources.modresources": "Ресурси для %1$s файлів модів", "fml.resources.moddata": "Дані для %1$s файлів модів", - "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", - "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", + "fml.modloadingissue.feature_flags.file_not_found": "Файл FeatureFlag {0}, наданий модом {100,modinfo,id}, не існує", + "fml.modloadingissue.feature_flags.loading_error": "Не вдалося завантажити данні FeatureFlag в {0} в моді {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Ця збірка NeoForge була створена членом спільноти й тому §c§lНЕ ПІДТРИМУЄТЬСЯ§r", "commands.neoforge.arguments.enum.invalid": "Константа Enum має бути однією з %1$s, знайдено %2$s", "commands.neoforge.dimensions.list": "Наразі зареєстровані виміри за типом:", @@ -246,8 +246,8 @@ "neoforge.network.data_maps.missing_their": "Не вдається приєднатися до сервера, оскільки присутні обов'язкові мапи даних реєстру, що відсутні на клієнті: %s", "neoforge.network.extensible_enums.no_vanilla_server": "Цей клієнт не підтримує ванільні сервери, тому що він має розширені значення enum, що використовуються у роботі з серверами", "neoforge.network.extensible_enums.enum_entry_mismatch": "Набір значень, що додаються до розширюваних enum, на клієнті й сервері не збігаються. Переконайтеся, що ви використовуєте однакові версії моду і NeoForge. Дивіться журнал для додаткової інформації", - "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", - "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", + "neoforge.network.feature_flags.entry_mismatch": "Сервер і клієнт мають різні набори користувацьких FeatureFlags. Переконайтеся, що ви використовуєте однакові версії моду і NeoForge. Дивіться журнал для отримання додаткової інформації", + "neoforge.network.feature_flags.no_vanilla_server": "Цей клієнт не підтримує ванільні сервери, тому що він має користувацькі FeatureFlags", "neoforge.attribute.debug.base": "[Істота: %s | Предмет: %s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From c4be8a4266aa2cd531339c39f324f4a2eba9e671 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:17 +0800 Subject: [PATCH 70/98] New translations messages.json (Japanese) [ci skip] --- src/main/resources/assets/neoforge/lang/ja_jp.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ja_jp.json b/src/main/resources/assets/neoforge/lang/ja_jp.json index 5e8275bd41..1cf2c54cba 100644 --- a/src/main/resources/assets/neoforge/lang/ja_jp.json +++ b/src/main/resources/assets/neoforge/lang/ja_jp.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "NeoForgeのブロックレンダリングパイプラインを有効にします。この機能は、カスタムモデルの光の修正を行います。", "neoforge.configgui.fullBoundingBoxLadders": "はしごの動作条件の変更", From e3a434eabbc81c7f58d1ab993dafe63f4c340185 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:18 +0800 Subject: [PATCH 71/98] New translations messages.json (Chinese Simplified) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_cn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/zh_cn.json b/src/main/resources/assets/neoforge/lang/zh_cn.json index cc0e74957e..b6e8b411ce 100644 --- a/src/main/resources/assets/neoforge/lang/zh_cn.json +++ b/src/main/resources/assets/neoforge/lang/zh_cn.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "服务端设置", "neoforge.configgui.advertiseDedicatedServerToLan": "向局域网开放服务器", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "将此设置为true以启用向本地局域网客户端开放服务器,以便它自动显示在多人游戏屏幕中。", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge 光照管线", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "启用 NeoForge 方块渲染管线 - 修复自定义模型的光照问题。", "neoforge.configgui.fullBoundingBoxLadders": "梯子使用完整实体碰撞箱", From 257efd4eb7a7b039cb44162944c5905ef3452811 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:19 +0800 Subject: [PATCH 72/98] New translations messages.json (Russian) [ci skip] --- src/main/resources/assets/neoforge/lang/ru_ru.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ru_ru.json b/src/main/resources/assets/neoforge/lang/ru_ru.json index f72ba5f0a3..8c23a0a347 100644 --- a/src/main/resources/assets/neoforge/lang/ru_ru.json +++ b/src/main/resources/assets/neoforge/lang/ru_ru.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Настройки сервера", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Активирует конвейер NeoForge для рендеринга блоков - исправляет освещение кастомных моделей.", "neoforge.configgui.fullBoundingBoxLadders": "Полная область коллизии для лестниц", From c85f450467c729fc85607cbff1445a93cc12ecb4 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:20 +0800 Subject: [PATCH 73/98] New translations messages.json (Romanian) [ci skip] --- src/main/resources/assets/neoforge/lang/ro_ro.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ro_ro.json b/src/main/resources/assets/neoforge/lang/ro_ro.json index 3402646f99..57fe2c5176 100644 --- a/src/main/resources/assets/neoforge/lang/ro_ro.json +++ b/src/main/resources/assets/neoforge/lang/ro_ro.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From b94ab285fd63f9a76e332d45320e437ffe4c9907 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:21 +0800 Subject: [PATCH 74/98] New translations messages.json (French) [ci skip] --- src/main/resources/assets/neoforge/lang/fr_fr.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/fr_fr.json b/src/main/resources/assets/neoforge/lang/fr_fr.json index 30c84e3006..5272f653b0 100644 --- a/src/main/resources/assets/neoforge/lang/fr_fr.json +++ b/src/main/resources/assets/neoforge/lang/fr_fr.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Active la pipeline de rendu des blocs de NeoForge - corrige l'éclairage des modèles personnalisés.", "neoforge.configgui.fullBoundingBoxLadders": "Pleine Boîte de Collisions des Barrières", From b5371340da5915536b5b87be2c5d838c3eb14f9e Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:23 +0800 Subject: [PATCH 75/98] New translations messages.json (Spanish) [ci skip] --- src/main/resources/assets/neoforge/lang/es_es.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/es_es.json b/src/main/resources/assets/neoforge/lang/es_es.json index a684512c04..37b3c66477 100644 --- a/src/main/resources/assets/neoforge/lang/es_es.json +++ b/src/main/resources/assets/neoforge/lang/es_es.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Habilitar el pipeline de renderizado de bloques de NeoForge: corrige la iluminación de modelos personalizados.", "neoforge.configgui.fullBoundingBoxLadders": "Escaleras de caja de colisión completa", From 70fdc61a084fa1aec6a41ad784ffcaabd20cbbe9 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:24 +0800 Subject: [PATCH 76/98] New translations messages.json (Czech) [ci skip] --- src/main/resources/assets/neoforge/lang/cs_cz.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/cs_cz.json b/src/main/resources/assets/neoforge/lang/cs_cz.json index 486bf44dcd..d1dc862fc0 100644 --- a/src/main/resources/assets/neoforge/lang/cs_cz.json +++ b/src/main/resources/assets/neoforge/lang/cs_cz.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Nastavení Serveru", "neoforge.configgui.advertiseDedicatedServerToLan": "Oznámit dedikovaný server na LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Zapněte toto nastavení aby dedikovaný server oznamoval lokálním LAN klientům, aby se zobrazoval v Multiplayer obrazovce.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Povolit NeoForge pipelinu renderování blocků - opraví osvětlení různých modelů.", "neoforge.configgui.fullBoundingBoxLadders": "Plně Ohraničující Box u Žebříků", From 35f239dce82b2a9adf49e52be500d54ca71e100c Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:25 +0800 Subject: [PATCH 77/98] New translations messages.json (Danish) [ci skip] --- src/main/resources/assets/neoforge/lang/da_dk.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/da_dk.json b/src/main/resources/assets/neoforge/lang/da_dk.json index 90516290c5..da55fac0e4 100644 --- a/src/main/resources/assets/neoforge/lang/da_dk.json +++ b/src/main/resources/assets/neoforge/lang/da_dk.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 48f739b68d90f8fbdb1409cf2674a4cddc0277f1 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:26 +0800 Subject: [PATCH 78/98] New translations messages.json (German) [ci skip] --- src/main/resources/assets/neoforge/lang/de_de.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/de_de.json b/src/main/resources/assets/neoforge/lang/de_de.json index e0745f4745..b9904a1b32 100644 --- a/src/main/resources/assets/neoforge/lang/de_de.json +++ b/src/main/resources/assets/neoforge/lang/de_de.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server-Einstellungen", "neoforge.configgui.advertiseDedicatedServerToLan": "Dedizierten Server im LAN anzeigen", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Aktiviere diese Option, um den dedizierten Server zu lokalen LAN-Clients zu senden, sodass er automatisch in deren Mehrspieler-Bildschirmen angezeigt wird.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Licht-Pipeline aktivieren", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Aktiviert die NeoForge Block-Darstellungs-Pipeline - korrigiert die Beleuchtung von benutzerdefinierten Modellen.", "neoforge.configgui.fullBoundingBoxLadders": "Leitern im gesamten Kollisionsbereich", From dc6cfc8409da7cdb02bb40204b1483b5ab37066f Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:27 +0800 Subject: [PATCH 79/98] New translations messages.json (Hungarian) [ci skip] --- src/main/resources/assets/neoforge/lang/hu_hu.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/hu_hu.json b/src/main/resources/assets/neoforge/lang/hu_hu.json index 7922bb6929..de706dc739 100644 --- a/src/main/resources/assets/neoforge/lang/hu_hu.json +++ b/src/main/resources/assets/neoforge/lang/hu_hu.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 7f7c3e3c6ec10c93357611f494fdf5fc7d962d47 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:28 +0800 Subject: [PATCH 80/98] New translations messages.json (Italian) [ci skip] --- src/main/resources/assets/neoforge/lang/it_it.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/it_it.json b/src/main/resources/assets/neoforge/lang/it_it.json index 5ed72c8df9..ebd12f05db 100644 --- a/src/main/resources/assets/neoforge/lang/it_it.json +++ b/src/main/resources/assets/neoforge/lang/it_it.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Abilita la pipeline di rendering dei blocchi NeoForge - risolve l'illuminazione dei modelli personalizzati.", "neoforge.configgui.fullBoundingBoxLadders": "Scale Tutta la Bounding Box", From 75e09f7c9a2b781bc7cbe24f27c2c8095d13ba0f Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:29 +0800 Subject: [PATCH 81/98] New translations messages.json (Korean) [ci skip] --- src/main/resources/assets/neoforge/lang/ko_kr.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ko_kr.json b/src/main/resources/assets/neoforge/lang/ko_kr.json index 4fd104266b..89f0084024 100644 --- a/src/main/resources/assets/neoforge/lang/ko_kr.json +++ b/src/main/resources/assets/neoforge/lang/ko_kr.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "네오 포지의 블록 렌더링 파이프라인을 사용해 모델의 조명 문제를 해결합니다.", "neoforge.configgui.fullBoundingBoxLadders": "사다리 히트박스 전체 검사", From f905e34c1725e17a689d60e30410d126d3116bbb Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:31 +0800 Subject: [PATCH 82/98] New translations messages.json (Dutch) [ci skip] --- src/main/resources/assets/neoforge/lang/nl_nl.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/nl_nl.json b/src/main/resources/assets/neoforge/lang/nl_nl.json index 8ed45e032c..673aba57ae 100644 --- a/src/main/resources/assets/neoforge/lang/nl_nl.json +++ b/src/main/resources/assets/neoforge/lang/nl_nl.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Schakel de NeoForge blok rendering pijplijn in - fixt verlichting bij aangepaste modellen.", "neoforge.configgui.fullBoundingBoxLadders": "Volledig Omgrensde Doos Ladders", From ddcb2e6f58ee47301a781181aff6c07059b41c24 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:32 +0800 Subject: [PATCH 83/98] New translations messages.json (Polish) [ci skip] --- src/main/resources/assets/neoforge/lang/pl_pl.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/pl_pl.json b/src/main/resources/assets/neoforge/lang/pl_pl.json index 2b19de0869..a7cd51e403 100644 --- a/src/main/resources/assets/neoforge/lang/pl_pl.json +++ b/src/main/resources/assets/neoforge/lang/pl_pl.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Ustawienia Serwera", "neoforge.configgui.advertiseDedicatedServerToLan": "Reklamuj dedykowany serwer do sieci LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Ustaw to na true, aby włączyć reklamę serwera dedykowanego do lokalnych klientów sieci LAN, tak aby pojawiał się automatycznie na ekranie wieloosobowym.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "Lekki Rurociąg NeoForge", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Włącz proces renderowania bloków NeoForge - poprawia oświetlenie modeli niestandardowych.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 960175f966e5a94fb9ded7c788b73fb79885c5c3 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:33 +0800 Subject: [PATCH 84/98] New translations messages.json (Portuguese) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_pt.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/pt_pt.json b/src/main/resources/assets/neoforge/lang/pt_pt.json index 6296375bcf..c35936cbf2 100644 --- a/src/main/resources/assets/neoforge/lang/pt_pt.json +++ b/src/main/resources/assets/neoforge/lang/pt_pt.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 8e280c7151d1c938147d21c6d72bc0e1903958e8 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:34 +0800 Subject: [PATCH 85/98] New translations messages.json (Slovak) [ci skip] --- src/main/resources/assets/neoforge/lang/sk_sk.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/sk_sk.json b/src/main/resources/assets/neoforge/lang/sk_sk.json index 99db19c4fd..cadd40a53a 100644 --- a/src/main/resources/assets/neoforge/lang/sk_sk.json +++ b/src/main/resources/assets/neoforge/lang/sk_sk.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Nastavenia serveru", "neoforge.configgui.advertiseDedicatedServerToLan": "Inzerujte vyhradený server do siete LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Nastavte toto na true, aby ste povolili reklamu dedikovaného servera lokálnym klientom LAN, aby sa automaticky zobrazoval na obrazovke pre viacerých hráčov.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Povoliť kanál vykresľovania blokov NeoForge – opravuje osvetlenie vlastných modelov.", "neoforge.configgui.fullBoundingBoxLadders": "Úplné vymedzovanie boxov rebríkov", From b1cb6f8ce8e9c7249af027183c59212c2e5b9c6a Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:35 +0800 Subject: [PATCH 86/98] New translations messages.json (Turkish) [ci skip] --- src/main/resources/assets/neoforge/lang/tr_tr.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/tr_tr.json b/src/main/resources/assets/neoforge/lang/tr_tr.json index 0c7fa48a05..eb47799670 100644 --- a/src/main/resources/assets/neoforge/lang/tr_tr.json +++ b/src/main/resources/assets/neoforge/lang/tr_tr.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 2fba23a9f7a25361c23581c4256f68514bbabb87 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:36 +0800 Subject: [PATCH 87/98] New translations messages.json (Ukrainian) [ci skip] --- src/main/resources/assets/neoforge/lang/uk_ua.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/uk_ua.json b/src/main/resources/assets/neoforge/lang/uk_ua.json index 5d1f3d5009..2de707dba4 100644 --- a/src/main/resources/assets/neoforge/lang/uk_ua.json +++ b/src/main/resources/assets/neoforge/lang/uk_ua.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Серверні налаштування", "neoforge.configgui.advertiseDedicatedServerToLan": "Показати виділений сервер для локальної мережі", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Встановіть значення \"true\", для показування виділених серверів місцевим клієнтам локальної мережі, щоб це автоматично з'являлося на екрані багатокористувацького режиму.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "Конвеєр світла NeoForge", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Активує конвеєр NeoForge для рендерингу блоків — виправляє освітлення користувацьких моделей.", "neoforge.configgui.fullBoundingBoxLadders": "Повні області колізії з драбиною", From def3b8766b79f09910ea9501b31dc14f841980a8 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:37 +0800 Subject: [PATCH 88/98] New translations messages.json (Chinese Traditional) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_tw.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/zh_tw.json b/src/main/resources/assets/neoforge/lang/zh_tw.json index 3a6ef6c456..bbb7098d70 100644 --- a/src/main/resources/assets/neoforge/lang/zh_tw.json +++ b/src/main/resources/assets/neoforge/lang/zh_tw.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "伺服器端設定", "neoforge.configgui.advertiseDedicatedServerToLan": "將專用伺服器公開至區域網路", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "開啟該選項後,即可讓專用伺服器公開至區域網路,使其自動顯示在多人遊戲畫面中。", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge 光照繪製管線", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "啟用 NeoForge 方塊繪製管線 - 修正自訂模型的光照問題。", "neoforge.configgui.fullBoundingBoxLadders": "全邊界框梯子", From d0a92ded21336811a7ffb9734fff84eafa54cd0a Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:38 +0800 Subject: [PATCH 89/98] New translations messages.json (Vietnamese) [ci skip] --- src/main/resources/assets/neoforge/lang/vi_vn.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/vi_vn.json b/src/main/resources/assets/neoforge/lang/vi_vn.json index 6296375bcf..c35936cbf2 100644 --- a/src/main/resources/assets/neoforge/lang/vi_vn.json +++ b/src/main/resources/assets/neoforge/lang/vi_vn.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 6af19fd661c4e1c02fb58019a9a019f0a05a09f5 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:39 +0800 Subject: [PATCH 90/98] New translations messages.json (Portuguese, Brazilian) [ci skip] --- src/main/resources/assets/neoforge/lang/pt_br.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/pt_br.json b/src/main/resources/assets/neoforge/lang/pt_br.json index 5fa583a89d..d942ad49c0 100644 --- a/src/main/resources/assets/neoforge/lang/pt_br.json +++ b/src/main/resources/assets/neoforge/lang/pt_br.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From be402632946ba1cd404933cdea9d12e88f9106e3 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:40 +0800 Subject: [PATCH 91/98] New translations messages.json (Estonian) [ci skip] --- src/main/resources/assets/neoforge/lang/et_ee.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/et_ee.json b/src/main/resources/assets/neoforge/lang/et_ee.json index 5a97110ed1..668cc73265 100644 --- a/src/main/resources/assets/neoforge/lang/et_ee.json +++ b/src/main/resources/assets/neoforge/lang/et_ee.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Luba Forge'i plokirenderduse ootejärjekord - parandab kohandatud mudelite valgustust.", "neoforge.configgui.fullBoundingBoxLadders": "Täieliku piirdekastiga redelid", From 58763ce556e4e905e946a547239b57ce0af50533 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:41 +0800 Subject: [PATCH 92/98] New translations messages.json (Malay) [ci skip] --- src/main/resources/assets/neoforge/lang/ms_my.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/ms_my.json b/src/main/resources/assets/neoforge/lang/ms_my.json index 1e471d5cc2..f3182c3a7b 100644 --- a/src/main/resources/assets/neoforge/lang/ms_my.json +++ b/src/main/resources/assets/neoforge/lang/ms_my.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Tetapan pelayan", "neoforge.configgui.advertiseDedicatedServerToLan": "Iklankan Pelayan Khusus Kepada LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Tetapkan ini kepada true untuk membolehkan pengiklanan pelayan khusus kepada klien LAN tempatan supaya ia muncul dalam skrin Multipemain secara automatik.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "Talian Paip Cahaya NeoForge", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 9ce028d89e19328ed01c07aeab2fbc9f0df4a4eb Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:42 +0800 Subject: [PATCH 93/98] New translations messages.json (English, United Kingdom) [ci skip] --- src/main/resources/assets/neoforge/lang/en_gb.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/en_gb.json b/src/main/resources/assets/neoforge/lang/en_gb.json index a36542de51..1b9d161c68 100644 --- a/src/main/resources/assets/neoforge/lang/en_gb.json +++ b/src/main/resources/assets/neoforge/lang/en_gb.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 9843cf17630102cf8b67ea1dba9aff23b5b759c3 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:44 +0800 Subject: [PATCH 94/98] New translations messages.json (Esperanto) [ci skip] --- src/main/resources/assets/neoforge/lang/eo_uy.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/eo_uy.json b/src/main/resources/assets/neoforge/lang/eo_uy.json index 1cdab46ad1..8a18fd0498 100644 --- a/src/main/resources/assets/neoforge/lang/eo_uy.json +++ b/src/main/resources/assets/neoforge/lang/eo_uy.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 01ad1db88613488fe6a749043950653c46e00630 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 18:30:45 +0800 Subject: [PATCH 95/98] New translations messages.json (Tatar) [ci skip] --- src/main/resources/assets/neoforge/lang/tt_ru.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/assets/neoforge/lang/tt_ru.json b/src/main/resources/assets/neoforge/lang/tt_ru.json index 4889d2db08..dab11b21b7 100644 --- a/src/main/resources/assets/neoforge/lang/tt_ru.json +++ b/src/main/resources/assets/neoforge/lang/tt_ru.json @@ -180,6 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "Server settings", "neoforge.configgui.advertiseDedicatedServerToLan": "Advertise Dedicated Server To LAN", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "Set this to true to enable advertising the dedicated server to local LAN clients so that it shows up in the Multiplayer screen automatically.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge Light Pipeline", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "Enable the NeoForge block rendering pipeline - fixes the lighting of custom models.", "neoforge.configgui.fullBoundingBoxLadders": "Full Bounding Box Ladders", From 44f154d712b270d247186339acc446482bf5fa62 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Wed, 27 Nov 2024 23:55:57 +0800 Subject: [PATCH 96/98] New translations messages.json (Chinese Simplified) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_cn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/neoforge/lang/zh_cn.json b/src/main/resources/assets/neoforge/lang/zh_cn.json index b6e8b411ce..70144b08d2 100644 --- a/src/main/resources/assets/neoforge/lang/zh_cn.json +++ b/src/main/resources/assets/neoforge/lang/zh_cn.json @@ -125,7 +125,7 @@ "commands.neoforge.data_components.list.tooltip.deleted": "组件 %s 的值 %s 已被删除", "commands.neoforge.data_components.list.tooltip.modified": "组件 %s 已从 %s 修改为 %s", "commands.neoforge.data_components.list.tooltip.added": "组件 %s 添加了值 %s", - "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "Recipe lookup is not possible in client commands", + "commands.neoforge.vanilla.resource_key.no_recipes_on_client": "配方无法通过客户端命令查找", "commands.config.getwithtype": "%s 类型 %s 的配置在 %s 发现", "commands.config.noconfig": "未发现 %s(类型为 %s)的配置", "neoforge.update.beta.1": "%s警告:%s NeoForge 为测试版", From 43ea0437c43e9c9098a2f35f77c1051e7719598d Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Thu, 28 Nov 2024 00:53:03 +0800 Subject: [PATCH 97/98] New translations messages.json (Chinese Simplified) [ci skip] --- src/main/resources/assets/neoforge/lang/zh_cn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/zh_cn.json b/src/main/resources/assets/neoforge/lang/zh_cn.json index 70144b08d2..7dcafed244 100644 --- a/src/main/resources/assets/neoforge/lang/zh_cn.json +++ b/src/main/resources/assets/neoforge/lang/zh_cn.json @@ -180,8 +180,8 @@ "neoforge.configuration.section.neoforge.server.toml.title": "服务端设置", "neoforge.configgui.advertiseDedicatedServerToLan": "向局域网开放服务器", "neoforge.configgui.advertiseDedicatedServerToLan.tooltip": "将此设置为true以启用向本地局域网客户端开放服务器,以便它自动显示在多人游戏屏幕中。", - "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "Additional Attribute Advanced Tooltips", - "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "Set this to true to enable additional information about attributes on an item when advanced tooltips is on.", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo": "附加属性高级提示框", + "neoforge.configgui.attributeAdvancedTooltipDebugInfo.tooltip": "启用此项后,在“高级提示框”开启时,物品会显示关于属性的附加信息。", "neoforge.configgui.forgeLightPipelineEnabled": "NeoForge 光照管线", "neoforge.configgui.forgeLightPipelineEnabled.tooltip": "启用 NeoForge 方块渲染管线 - 修复自定义模型的光照问题。", "neoforge.configgui.fullBoundingBoxLadders": "梯子使用完整实体碰撞箱", @@ -248,8 +248,8 @@ "neoforge.network.data_maps.missing_their": "无法连接至服务器,因为客户端上不存在必要的注册表数据映射:%s", "neoforge.network.extensible_enums.no_vanilla_server": "该客户端不支持原版服务器,因为它在服务器端网络中使用了不同连接方式。", "neoforge.network.extensible_enums.enum_entry_mismatch": "客户端和服务器上所需要的模组不匹配。请确保您使用的模组和 NeoForge 版本与服务器上的版本相同。请查看日志以获取更多详细信息。", - "neoforge.network.feature_flags.entry_mismatch": "The server and client have different sets of custom FeatureFlags. Make sure you are using the same mod and NeoForge versions as the server. See the log for more details", - "neoforge.network.feature_flags.no_vanilla_server": "This client does not support vanilla servers as it has custom FeatureFlags", + "neoforge.network.feature_flags.entry_mismatch": "客户端和服务端的自定义功能开关(Feature Flag)不一致。请确保你使用的模组及NeoForge版本与服务端上的相同。查看日志以获取更多详细信息。", + "neoforge.network.feature_flags.no_vanilla_server": "此客户端有自定义功能开关(Feature Flag),因此不支持原版服务端。", "neoforge.attribute.debug.base": "[实体:%s | 物品:%s]", "neoforge.value.flat": "%s", "neoforge.value.percent": "%s%%", From 06e963244545ad91522c699c026e7bafc2600e13 Mon Sep 17 00:00:00 2001 From: NeoForged Localizations Date: Mon, 2 Dec 2024 21:38:39 +0800 Subject: [PATCH 98/98] New translations messages.json (Dutch) [ci skip] --- .../resources/assets/neoforge/lang/nl_nl.json | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/main/resources/assets/neoforge/lang/nl_nl.json b/src/main/resources/assets/neoforge/lang/nl_nl.json index 673aba57ae..c7a434cd8d 100644 --- a/src/main/resources/assets/neoforge/lang/nl_nl.json +++ b/src/main/resources/assets/neoforge/lang/nl_nl.json @@ -10,32 +10,32 @@ "fml.menu.modoptions": "Mod Opties...", "fml.menu.mods.info.version": "Versie: %1$s", "fml.menu.mods.info.idstate": "ModID: %1$s Status: {1,lower}", - "fml.menu.mods.info.credits": "Credits: %1$s", - "fml.menu.mods.info.authors": "Authors: %1$s", - "fml.menu.mods.info.displayurl": "Homepage: %1$s", - "fml.menu.mods.info.license": "License: %1$s", + "fml.menu.mods.info.credits": "Vermeldingen: %1$s", + "fml.menu.mods.info.authors": "Auteurs: %1$s", + "fml.menu.mods.info.displayurl": "Startpagina: %1$s", + "fml.menu.mods.info.license": "Licentie: %1$s", "fml.menu.mods.info.securejardisabled": "Beveiligde mod functies uitgeschakeld, update JDK", - "fml.menu.mods.info.signature": "Signature: %1$s", + "fml.menu.mods.info.signature": "Handtekening: %1$s", "fml.menu.mods.info.signature.unsigned": "ONGETEKEND", - "fml.menu.mods.info.trust": "Trust: %1$s", + "fml.menu.mods.info.trust": "Vertrouw: %1$s", "fml.menu.mods.info.trust.noauthority": "Geen", "fml.menu.mods.info.nochildmods": "Geen onderliggende mods gevonden", - "fml.menu.mods.info.childmods": "Child mods: %1$s", - "fml.menu.mods.info.updateavailable": "Update available: %1$s", + "fml.menu.mods.info.childmods": "Onderliggende mods: %1$s", + "fml.menu.mods.info.updateavailable": "Update beschikbaar: %1$s", "fml.menu.mods.info.changelogheader": "Wijzigingen:", - "fml.menu.multiplayer.compatible": "Compatible FML modded server\n{0,choice,1#1 mod|1<%1$s mods} present", + "fml.menu.multiplayer.compatible": "Geschikte FML gemodificeerde server {0,choice,1#1 mod|1<%1$s mods} aanwezig", "fml.menu.multiplayer.incompatible": "Ongeschikte FML-gemodificeerde server", - "fml.menu.multiplayer.incompatible.extra": "Incompatible FML modded server\n%1$s", + "fml.menu.multiplayer.incompatible.extra": "Ongeschikte FML-gemodificeerde server %1$s", "fml.menu.multiplayer.truncated": "Gegevens kunnen onnauwkeurig zijn door protocol groottelimieten.", "fml.menu.multiplayer.vanilla": "Vanilla server", "fml.menu.multiplayer.vanilla.incompatible": "Ongeschikte Vanilla server", - "fml.menu.multiplayer.unknown": "Unknown server %1$s", + "fml.menu.multiplayer.unknown": "Onbekende server %1$s", "fml.menu.multiplayer.serveroutdated": "NeoForge servernetwerk versie is verouderd", "fml.menu.multiplayer.clientoutdated": "NeoForge client netwerk versie is verouderd", "fml.menu.multiplayer.extraservermods": "Server heeft extra mods die mogelijk nodig zijn bij de client", "fml.menu.multiplayer.modsincompatible": "Servermodlijst is niet geschikt", "fml.menu.multiplayer.networkincompatible": "Servernetwerk berichtenlijst is niet geschikt", - "fml.menu.multiplayer.missingdatapackregistries": "Missing required datapack registries: %1$s", + "fml.menu.multiplayer.missingdatapackregistries": "Ontbrekende vereiste gegevenspakketten registraties: %1$s", "fml.menu.branding": "%s (%s mods)", "fml.menu.notification.title": "Opstart Notificatie", "fml.menu.accessdenied.title": "Toegang tot server is geweigerd", @@ -43,8 +43,8 @@ "fml.menu.backupfailed.title": "Backup mislukt", "fml.menu.backupfailed.message": "There was an error saving the archive %1$s\nPlease fix the problem and try again", "fml.button.open.file": "Open %1$s", - "fml.button.open.log": "Open log file", - "fml.button.open.crashreport": "Open crash report", + "fml.button.open.log": "Logboekbestand openen", + "fml.button.open.crashreport": "Crashrapport openen", "fml.button.open.mods.folder": "Open Modsmap", "fml.button.continue.launch": "Doorgaan naar het hoofdmenu", "fml.modmismatchscreen.missingmods.client": "Jouw client mist de volgende mods, installeer deze mods om deel te nemen aan deze server:", @@ -54,13 +54,13 @@ "fml.modmismatchscreen.table.youneed": "Je hebt nodig", "fml.modmismatchscreen.table.youhave": "Je hebt", "fml.modmismatchscreen.table.serverhas": "Server heeft", - "fml.modmismatchscreen.additional": "[%1$s additional, see latest.log for the full list]", + "fml.modmismatchscreen.additional": "[%1$s extra, zie latest.log voor de volledige lijst]", "fml.modmismatchscreen.homepage": "Klik om naar de startpagina van deze mod te gaan", "fml.modmismatchscreen.table.reason": "Reden", "fml.modmismatchscreen.table.visit.mod_page": "Open de modpagina van de mod die dit kanaal registreert: %s", - "fml.modmismatchscreen.simplifiedview": "Simplified view", - "fml.resources.modresources": "Resources for %1$s mod files", - "fml.resources.moddata": "Data for %1$s mod files", + "fml.modmismatchscreen.simplifiedview": "Vereenvoudigde weergave", + "fml.resources.modresources": "Bronnen voor %1$s mod bestanden", + "fml.resources.moddata": "Gegevens voor %1$s mod bestanden", "fml.modloadingissue.feature_flags.file_not_found": "FeatureFlag file {0}, provided by mod {100,modinfo,id}, does not exist", "fml.modloadingissue.feature_flags.loading_error": "Failed to load FeatureFlag data at {0} in mod {100,modinfo,id}: {102,exc,msg}", "loadwarning.neoforge.prbuild": "Deze build van NeoForge was gemaakt door een lid van de gemeenschap en wordt daarom §c§lNIET ONDERSTEUND§r", @@ -72,17 +72,17 @@ "commands.neoforge.entity.list.invalid": "Ongeldig filter, komt niet overeen met enige entiteiten. Gebruik /neoforge entity list voor een juiste lijst", "commands.neoforge.entity.list.invalidworld": "Could not load world for dimension %1$s. Please select a valid dimension.", "commands.neoforge.entity.list.none": "Geen entiteiten gevonden.", - "commands.neoforge.entity.list.single.header": "Entity: %1$s Total: %2$s", - "commands.neoforge.entity.list.multiple.header": "Total: %1$s", - "commands.neoforge.setdim.invalid.entity": "The entity selected (%1$s) is not valid.", - "commands.neoforge.setdim.invalid.dim": "The dimension ID specified (%1$s) is not valid.", + "commands.neoforge.entity.list.single.header": "Entiteit: %1$s Totaal: %2$s", + "commands.neoforge.entity.list.multiple.header": "Totaal: %1$s", + "commands.neoforge.setdim.invalid.entity": "Geselecteerde entiteit (%1$s) is niet geldig.", + "commands.neoforge.setdim.invalid.dim": "Het gespecificeerde dimensie-ID (%1$s) is niet geldig.", "commands.neoforge.setdim.invalid.nochange": "The entity selected (%1$s) is already in the dimension specified (%2$s).", "commands.neoforge.setdim.deprecated": "Dit commando is afgeschreven voor verwijderd in 1.17, gebruik in plaats daarvan %s.", "commands.neoforge.tps.overall": "Overall: %s TPS (%s ms/tick)", "commands.neoforge.tps.tooltip": "Mean TPS; higher is better. Target TPS: %s", "commands.neoforge.tps.dimension": "%s: %s TPS (%s ms/tick)", "commands.neoforge.tps.dimension.tooltip": "%s (Dimension Type: %s)", - "commands.neoforge.mods.list": "Mod List: %1$s", + "commands.neoforge.mods.list": "Modlijst: %1$s", "commands.neoforge.tracking.entity.enabled": "Het volgen van Entiteiten is ingeschakeld voor %d seconden.", "commands.neoforge.tracking.entity.reset": "Entiteit timing data is gewist!", "commands.neoforge.tracking.invalid": "Ongeldige volggegevens.", @@ -103,8 +103,8 @@ "commands.neoforge.tags.element": "%s : %s", "commands.neoforge.tags.page_info": "%s ", "commands.neoforge.chunkgen.progress_bar_title": "Chunks genereren...", - "commands.neoforge.chunkgen.progress_bar_progress": "Generating %1$s chunks - ", - "commands.neoforge.chunkgen.progress_bar_errors": "(%1$s errors!)", + "commands.neoforge.chunkgen.progress_bar_progress": "%1$s Chunks aan het genereren - ", + "commands.neoforge.chunkgen.progress_bar_errors": "(%1$s fouten!)", "commands.neoforge.chunkgen.already_running": "Genereren is al actief. Voer eerst '/neoforge generate stop' uit en daarna kunt u het genereren opnieuw starten.", "commands.neoforge.chunkgen.started": "Generating %1$s chunks, in an area of %2$sx%3$s chunks (%4$sx%5$s blocks).", "commands.neoforge.chunkgen.success": "Genereren voltooid!", @@ -222,7 +222,7 @@ "neoforge.selectWorld.backupWarning.experimental.additional": "Deze boodschap zal niet nog een keer zichtbaar zijn voor deze wereld.", "neoforge.chatType.system": "%1$s", "pack.neoforge.description": "NeoForge data/resourcepakket", - "pack.neoforge.source.child": "child", + "pack.neoforge.source.child": "subdocument", "neoforge.network.negotiation.failure.mod": "Channel of mod \"%1$s\" failed to connect: %2$s", "neoforge.network.negotiation.failure.missing.client.server": "Dit kanaal ontbreekt aan de serverzijde, maar is voor de cliënt vereist!", "neoforge.network.negotiation.failure.missing.server.client": "Dit kanaal ontbreekt aan de cliëntzijde, maar is voor de server vereist!",