Update Russian translations across multiple resource packs for improved localization, including GUI elements, item names, and configuration settings; add install-service.sh to .gitignore for better resource management.

This commit is contained in:
Leonid Pershin
2026-05-08 11:37:00 +03:00
parent fc65b08826
commit a30ccbc9b7
14 changed files with 362 additions and 164 deletions
@@ -1,6 +1,6 @@
{
"defaultoptions.configuration.defaultDifficulty": "Default Difficulty",
"defaultoptions.configuration.defaultDifficulty.tooltip": "The default difficulty selected for newly created worlds.",
"defaultoptions.configuration.lockDifficulty": "Lock Difficulty",
"defaultoptions.configuration.lockDifficulty.tooltip": "Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?"
"defaultoptions.configuration.defaultDifficulty": "Сложность по умолчанию",
"defaultoptions.configuration.defaultDifficulty.tooltip": "Сложность по умолчанию для новых миров.",
"defaultoptions.configuration.lockDifficulty": "Заблокировать сложность",
"defaultoptions.configuration.lockDifficulty.tooltip": "Если включено, сложность новых миров будет навсегда зафиксирована на выбранном значении. Игроки не смогут снять блокировку без сторонних инструментов."
}