Files
ReZygisk/webroot/lang/ru_RU.json
ThePedroo a3f68a5c06 update: translations; add: new translations; remove: incomplete translations
This commit updates and adds new translations based on contributions on Crowdin. If you are the contributor of any of the added ones, or participated in the updates of any, please, submit a PR adding your proper credit as the "README.md" suggests. Also removes translations that are incomplete at the moment of this commit. The credits for those will not be removed.
2025-05-03 01:08:46 -03:00

94 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"langName": "Русский (Россия)",
"global": {
"unknown": "Неизвестно"
},
"smallPage": {
"language": {
"header": "Выберите ваш новый язык"
},
"theme": {
"header": "Выберите свою новую тему",
"dark": "Темная",
"light": "Светлая",
"system": "На основе системной темы"
},
"errorh": {
"buttons": {
"copy": "Копировать",
"clear": "Очистить все логи"
},
"header": "Журнал ошибок",
"placeholder": "Журнал ошибок здесь не ведется!"
}
},
"page": {
"home": {
"header": "Главная",
"status": {
"notWorking": "Не работает",
"ok": "Работает",
"partially": "Частично работает"
},
"info": {
"version": "Версия",
"root": "Root реализация",
"zygote": {
"injected": "Инъецировано",
"notInjected": "Не инъецировано",
"unknown": "Неизвестно"
}
}
},
"modules": {
"header": "Модули",
"notAvaliable": "Здесь нет модулей, использующих Zygisk.",
"arch": "Архитектура: "
},
"settings": {
"header": "Настройки",
"font": {
"header": "Включить системный шрифт",
"description": "Эта опция включит системный шрифт в текущем WebUI. \nПРИМЕЧАНИЕ: Может быть несовместимо с FlipFont"
},
"theme": {
"header": "Системная тема",
"description": "Выберите вашу системную тему для текущего WebUI"
},
"language": {
"header": "Сменить язык",
"description": "Измените на ваш новый язык"
},
"logs": {
"header": "История ошибок",
"description": "Просмотреть весь журнал ваших ошибок"
},
"credits": {
"module": "Разработчик модуля",
"original": "Разработчик оригинального модуля",
"web": "Разработчик WebUI"
},
"license": {
"module": "Лицензия модуля",
"web": "Лицензия WebUI"
}
},
"actions": {
"header": "Действия",
"monitorButton": {
"pause": "Пауза",
"stop": "Стоп",
"start": "Начать"
},
"monitor": "Обзор",
"status": {
"tracing": "Состояние",
"stopping": "Остановка",
"stopped": "Остановлено",
"exiting": "Выход",
"unknown": "Неизвестно"
}
}
}
}