added locales

This commit is contained in:
DIvan2000 2025-09-19 18:01:53 +04:00
parent 41d9e535f8
commit a26b7cbef8
3 changed files with 31 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@
!resourcepacks/*
!config/*
!presets/*
!install_locales/*

View File

@ -0,0 +1,15 @@
{
"INFO": "About the installer:\n This script adds the modpack to the \"Installations\" menu of the launcher.\n\nAbout the modpack:\n The modpack is designed for Minecraft version 1.21.1 and requires Fabric version 0.17.2 to be installed.\n It includes most popular client mods such as Sodium, PlasmoVoice, EmoteCraft, and Axiom, as well as a number of cosmetic modifications.\n The modpack also includes the DistantHorizons mod and compatible shaders.\n Warning! Enabling shaders may significantly reduce performance (FPS). Shaders can be toggled on and off with the '[k][L]' key.\n It is recommended to configure the DistantHorizons mod according to your PC's capabilities. Its performance impact is usually considered low to medium.",
"SELECT_RAM": "Specify the amount of RAM to allocate for running Minecraft with this modpack. For example, 4G or 4096M to allocate 4 gigabytes of memory. It is not recommended to use all available RAM on your PC.",
"INVALID_RAM": "Invalid format. Enter an integer followed by the suffix G (gigabytes) or M (megabytes).",
"VALID_RAM": "RAM amount entered correctly.",
"SELECT_PRESET": "Select a settings preset.",
"PRESET_INSTALLED": "Settings preset installed successfully.",
"DONE": "Modpack installed successfully. Restart the launcher to apply changes."
}

View File

@ -0,0 +1,15 @@
{
"INFO": "Об установщике:\n Данный скрипт добавляет сборку в меню \"Установки\" лаунчера.\n\nО сборке:\n Сборка предназначена для версии Minecraft 1.21.1 и требует установленного Fabric версии 0.17.2.\n Она включает большинство популярных клиентских модов, таких как Sodium, PlasmoVoice, EmoteCraft и Axiom, а также ряд косметических модификаций.\n В сборке также присутствует мод DistantHorizons и совместимые с ним шейдеры.\n Внимание! Включение шейдеров может значительно снизить производительность (FPS). Включение и отключение шейдеров осуществляется клавишей '[k][Л]'.\n Рекомендуется настроить мод DistantHorizons с учётом возможностей вашего ПК. Обычно его влияние на производительность оценивается как низкое или среднее.",
"SELECT_RAM": "Укажите объём оперативной памяти, который необходимо выделить для запуска Minecraft с данной сборкой. Например, 4G или 4096M для выделения 4 гигабайт памяти. Не рекомендуется использовать весь объём доступной оперативной памяти на вашем ПК.",
"INVALID_RAM": "Некорректный формат. Введите целое число с суффиксом G (гигабайт) или M (мегабайт).",
"VALID_RAM": "Объём оперативной памяти введён корректно.",
"SELECT_PRESET": "Выберите пресет настроек.",
"PRESET_INSTALLED": "Пресет настроек успешно установлен.",
"DONE": "Сборка успешно установлена. Перезапустите лаунчер для применения изменений."
}