Files
ReZygisk/webroot/lang/ru_RU.json
ThePedroo 32579a2ebc fix: translations by reverting some to English
This commit reverts the translations done by Google Translator to English, waiting for natives to translate them.
2024-11-12 00:09:08 -03:00

74 lines
2.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": "Русский (Россия)",
"cmdErrors": {
"ptrace64": "Ошибка выполнения zygisk-ptrace64",
"ptrace32": "Ошибка выполнения zygisk-ptrace32",
"ls": "Ошибка перечисления файлов в zygisk папке модуля",
"cat": "Ошибка чтения module.prop модуля",
"find": "Ошибка обнаружения zygisk модулей"
},
"global": {
"unknown": "Неизвестно"
},
"modal": {
"logs": {
"header": "Error History",
"placeholder": "No error log recorded here!"
},
"language": {
"header": "Выберите Ваш новый язык"
}
},
"page": {
"home": {
"header": "Home",
"status": {
"unknown": "Unknown",
"notWorking": "Not Working",
"ok": "Working",
"partially": "Partially Working"
},
"info": {
"version": "Версия",
"root": "Реализация ROOT",
"zygote": {
"injected": "Инъецирован",
"notInjected": "Не инъецирован",
"unknown": "Неизвестно"
}
}
},
"modules": {
"header": "Модули",
"arch": "Архи-ра: "
},
"action": {
"header": "Действие",
"daemonButton": {
"start": "Старт",
"stop": "Пауза",
"exit": "Стоп"
}
},
"settings": {
"header": "Настройки",
"font": {
"header": "Enable system font",
"description": "This option will enable system font in current WebUI. NOTE: May not be compatible with FlipFont"
},
"theme": {
"header": "Enable light theme",
"description": "This option will enable light theme for WebUI"
},
"language": {
"header": "Change language",
"description": "Change to your new language"
},
"logs": {
"header": "Error History",
"description": "View all of your error log"
}
}
}
}