Files
ReZygisk/webroot/lang/uk_UA.json
ThePedroo d8c0310053 improve: use module name, not module id; add: show Android/Kernel version in WebUI
This commit improves the WebUI module listing by listing the module name rather than the module id, and also adds 2 fields in the WebUI, so that it shows the Android version and Kernel release string.
2025-04-23 02:27:10 -03:00

94 lines
2.9 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": "Архітектура: "
},
"actions": {
"header": "Дії",
"monitorButton": {
"start": "Почати",
"stop": "Зупинити",
"pause": "Пауза"
},
"monitor": "Моніторинг",
"status": {
"tracing": "Відстежується",
"stopping": "Зупиняється",
"stopped": "Зупинено",
"exiting": "Виходить",
"unknown": "Невідомий"
}
},
"settings": {
"header": "Налаштування",
"font": {
"header": "Увімкнути системний шрифт",
"description": "Ця опція увімкне системний шрифт у поточному WebUI. Примітка: Може бути несумісною з FlipFont"
},
"theme": {
"header": "Системна тема",
"description": "Виберіть системну тему для поточного WebUI"
},
"language": {
"header": "Змінити мову",
"description": "Змінити на вашу нову мову"
},
"logs": {
"header": "Журнал помилок",
"description": "Переглянути весь журнал помилок"
},
"credits": {
"module": "Розробники модуля",
"original": "Оригінальний розробник модуля",
"web": "Розробник WebUI"
},
"license": {
"module": "Ліцензія модуля",
"web": "Ліцензія WebUI"
}
}
}
}