Files
ReZygisk/webroot/lang/ru_RU.json
RainyXeon 26b60fce11 add: small page internal API and system based theme
yandev code style on webroot/js/smallPage/theme.js, need to be cleaned
2024-11-12 00:09:23 -03:00

93 lines
2.3 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": "Неизвестно"
},
"modal": {
"logs": {
"header": "Error History",
"placeholder": "No error log recorded here!"
}
},
"smallPage": {
"language": {
"header": "Выберите Ваш новый язык"
},
"theme": {
"header": "Choose your new theme",
"dark": "Dark",
"light": "Light",
"system": "System Based"
}
},
"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": "Пауза",
"pause": "Pause"
},
"monitor": {
"32": "Monitor (32 bit)",
"64": "Monitor (64 bit)"
},
"status": {
"unknown": "Unknown",
"notWorking": "Not Working",
"ok": "Working"
}
},
"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": "System theme",
"description": "Choose your system theme for current WebUI"
},
"language": {
"header": "Change language",
"description": "Change to your new language"
},
"logs": {
"header": "Error History",
"description": "View all of your error log"
},
"credits": {
"module": "Module Developer",
"original": "Original Module Developer",
"web": "WebUI Developer"
},
"license": {
"module": "Module License",
"web": "WebUI License"
}
}
}
}