You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: ReZygisk WebUI (#73)
This commit adds the ReZygisk WebUI to ReZygisk. Signed-off-by: Emulond Argent <108662981+Emulond@users.noreply.github.com> Signed-off-by: WinCS <94188592+Meltartica@users.noreply.github.com> Signed-off-by: Pedro.js <pedroolimpioguerra@gmail.com> Signed-off-by: unexpected unresolved <minh15052008@gmail.com> Signed-off-by: SheepChef <50871867+SheepChef@users.noreply.github.com> Signed-off-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com> Signed-off-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com> Signed-off-by: Igor <sorocean.igor@gmail.com> Signed-off-by: unexpected unresolved <xeondev@xeondex.onmicrosoft.com> Signed-off-by: Kirill Kuznetsov <kdevlab@yandex.ru> Signed-off-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com> Signed-off-by: Kitty <73357005+Kittyskj@users.noreply.github.com> Signed-off-by: GhostFRR <ghost.game.fr@gmail.com> Signed-off-by: Alice w/🌧️ <rainyxeon@gmail.com> Signed-off-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com> Signed-off-by: thasave14 <93542339+thasave14@users.noreply.github.com> Co-authored-by: ThePedroo <pedroolimpioguerra@gmail.com> Co-authored-by: ExtremeXT <75576145+ExtremeXT@users.noreply.github.com> Co-authored-by: Emulond Argent <108662981+Emulond@users.noreply.github.com> Co-authored-by: RainyXeon <xeondev@xeondex.onmicrosoft.com> Co-authored-by: Fyphen <fyphensub@gmail.com> Co-authored-by: WinCS <94188592+Meltartica@users.noreply.github.com> Co-authored-by: CaptainThrowback <captainthrowback@hotmail.com> Co-authored-by: Kirill Kuznetsov <kdevlab@yandex.ru> Co-authored-by: SheepChef <50871867+SheepChef@users.noreply.github.com> Co-authored-by: AJleKcAHgP68 <78802768+AJleKcAHgP68@users.noreply.github.com> Co-authored-by: Blazzycrafter <39300111+Blazzycrafter@users.noreply.github.com> Co-authored-by: Igor <sorocean.igor@gmail.com> Co-authored-by: Berlian Panca <53902591+bpanca05@users.noreply.github.com> Co-authored-by: Willow Hayley Lovelace <65596971+dyingwillow@users.noreply.github.com> Co-authored-by: witch <witch@dyingwillow.dev> Co-authored-by: Lucky Kiddos <95188840+GuitarHeroStyles@users.noreply.github.com> Co-authored-by: Kitty <73357005+Kittyskj@users.noreply.github.com> Co-authored-by: GhostFRR <ghost.game.fr@gmail.com> Co-authored-by: ZGX089ッ <159061718+ZG089@users.noreply.github.com> Co-authored-by: thasave14 <93542339+thasave14@users.noreply.github.com> Co-authored-by: Flopster101 <nahuelgomez329@gmail.com> Co-authored-by: Lxchoooo <155797099+Lxchoooo@users.noreply.github.com>
This commit is contained in:
93
webroot/lang/ar_EG.json
Normal file
93
webroot/lang/ar_EG.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"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": "مدير الروت",
|
||||
"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": "اختر الثيم المناسب"
|
||||
},
|
||||
"language": {
|
||||
"header": "تغيير اللغة",
|
||||
"description": "غير إلى لغة أخرى"
|
||||
},
|
||||
"logs": {
|
||||
"header": "سجل الأخطاء",
|
||||
"description": "إعرض كل سجلات الأخطاء"
|
||||
},
|
||||
"credits": {
|
||||
"module": "مطور الإضافة",
|
||||
"original": "المطورون الأصليون",
|
||||
"web": "مطور واجهة الويب"
|
||||
},
|
||||
"license": {
|
||||
"module": "ترخيص الإضافة",
|
||||
"web": "ترخيص واجهة الويب"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/de_DE.json
Normal file
93
webroot/lang/de_DE.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Deutsch",
|
||||
"global": {
|
||||
"unknown": "Unbekannt"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Neue Sprache wählen"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Neues Theme wählen",
|
||||
"dark": "Dunkel",
|
||||
"light": "Hell",
|
||||
"system": "System Basiert"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "Kopieren",
|
||||
"clear": "ALLE LOGS LÖSCHEN"
|
||||
},
|
||||
"header": "Fehler Verlauf",
|
||||
"placeholder": "Es wurde kein Fehlerprotokoll aufgezeichnet!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Startseite",
|
||||
"status": {
|
||||
"notWorking": "Funktioniert nicht",
|
||||
"ok": "Funktioniert",
|
||||
"partially": "Funktioniert zum Teil"
|
||||
},
|
||||
"info": {
|
||||
"version": "Version",
|
||||
"root": "Root Implementierung",
|
||||
"zygote": {
|
||||
"injected": "Injiziert",
|
||||
"notInjected": "Nicht Injiziert",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Module",
|
||||
"notAvaliable": "Kein Modul nutzt Zygisk.",
|
||||
"arch": "Architektur: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Einstellungen",
|
||||
"font": {
|
||||
"header": "Systemschriftart aktivieren",
|
||||
"description": "Diese Option aktiviert die Systemschriftart in der aktuellen WebUI. HINWEIS: Möglicherweise nicht kompatibel mit FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "System Theme",
|
||||
"description": "Wählen Sie Ihr System-Theme für die aktuelle WebUI"
|
||||
},
|
||||
"language": {
|
||||
"header": "Sprache auswählen",
|
||||
"description": "Wechsel zu deiner neuen Sprache"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Fehler Verlauf",
|
||||
"description": "Zeige den Fehler Verlauf"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Modul Entwickler",
|
||||
"original": "Original Modul Entwickler",
|
||||
"web": "WebUI Entwickler"
|
||||
},
|
||||
"license": {
|
||||
"module": "Modul Lizenz",
|
||||
"web": "WebUI Lizenz"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Aktionen",
|
||||
"monitorButton": {
|
||||
"pause": "Pause",
|
||||
"stop": "Stopp",
|
||||
"start": "Start"
|
||||
},
|
||||
"monitor": "Überwachen",
|
||||
"status": {
|
||||
"tracing": "Nachverfolgung",
|
||||
"stopping": "Beenden",
|
||||
"stopped": "Beendet",
|
||||
"exiting": "Wird Beendet",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/en_US.json
Normal file
93
webroot/lang/en_US.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "English (United States)",
|
||||
"global": {
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Choose your new language"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Choose your new theme",
|
||||
"dark": "Dark",
|
||||
"light": "Light",
|
||||
"system": "System Based"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPY",
|
||||
"clear": "CLEAR ALL LOGS"
|
||||
},
|
||||
"header": "Error History",
|
||||
"placeholder": "No error log recorded here!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Home",
|
||||
"status": {
|
||||
"notWorking": "Not Working",
|
||||
"ok": "Working",
|
||||
"partially": "Partially Working"
|
||||
},
|
||||
"info": {
|
||||
"version": "Version",
|
||||
"root": "Root Implementation",
|
||||
"zygote": {
|
||||
"injected": "Injected",
|
||||
"notInjected": "Not Injected",
|
||||
"unknown": "Unknown"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modules",
|
||||
"notAvaliable": "No modules using Zygisk here.",
|
||||
"arch": "Architecture: "
|
||||
},
|
||||
"actions": {
|
||||
"header": "Action",
|
||||
"monitorButton": {
|
||||
"start": "Start",
|
||||
"stop": "Stop",
|
||||
"pause": "Pause"
|
||||
},
|
||||
"monitor": "Monitor",
|
||||
"status": {
|
||||
"tracing": "Tracing",
|
||||
"stopping": "Stopping",
|
||||
"stopped": "Stopped",
|
||||
"exiting": "Exiting",
|
||||
"unknown": "Unknown"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"header": "Settings",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/es_AR.json
Normal file
93
webroot/lang/es_AR.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Español",
|
||||
"global": {
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Selecciona tu nuevo idioma"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Elige tu nuevo tema",
|
||||
"dark": "Oscuro",
|
||||
"light": "Claro",
|
||||
"system": "Basado en el sistema"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPIAR",
|
||||
"clear": "BORRAR TODOS LOS REGISTROS"
|
||||
},
|
||||
"header": "Historial de errores",
|
||||
"placeholder": "¡No se registró ningún error aquí!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Inicio",
|
||||
"status": {
|
||||
"notWorking": "No funciona",
|
||||
"ok": "Funcionando",
|
||||
"partially": "Funciona parcialmente"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versión",
|
||||
"root": "Implementación de root",
|
||||
"zygote": {
|
||||
"injected": "Inyectado",
|
||||
"notInjected": "No inyectado",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Módulos",
|
||||
"notAvaliable": "No hay módulos que usen Zygisk aquí.",
|
||||
"arch": "Arquitectura: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Ajustes",
|
||||
"font": {
|
||||
"header": "Activar fuente del sistema",
|
||||
"description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema del sistema",
|
||||
"description": "Elija el tema del sistema para el WebUI actual"
|
||||
},
|
||||
"language": {
|
||||
"header": "Cambiar idioma",
|
||||
"description": "Selecciona tu nuevo idioma"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Historial de errores",
|
||||
"description": "Ver todos tus registros de errores"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Desarrollador del módulo",
|
||||
"original": "Desarrollador original del módulo",
|
||||
"web": "Desarrollador de la WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Licencia del módulo",
|
||||
"web": "Licencia de la WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Acciones",
|
||||
"monitorButton": {
|
||||
"pause": "Pausar",
|
||||
"stop": "Detener",
|
||||
"start": "Iniciar"
|
||||
},
|
||||
"monitor": "Monitor",
|
||||
"status": {
|
||||
"tracing": "Trazando",
|
||||
"stopping": "Deteniendo",
|
||||
"stopped": "Detenido",
|
||||
"exiting": "Saliendo",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/es_ES.json
Normal file
93
webroot/lang/es_ES.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Español",
|
||||
"global": {
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Selecciona tu nuevo idioma"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Elige tu nuevo tema",
|
||||
"dark": "Oscuro",
|
||||
"light": "Claro",
|
||||
"system": "Basado en el sistema"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPIAR",
|
||||
"clear": "BORRAR TODOS LOS REGISTROS"
|
||||
},
|
||||
"header": "Historial de errores",
|
||||
"placeholder": "¡No se registró ningún error aquí!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Inicio",
|
||||
"status": {
|
||||
"notWorking": "No funciona",
|
||||
"ok": "Funcionando",
|
||||
"partially": "Funciona parcialmente"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versión",
|
||||
"root": "Implementación de root",
|
||||
"zygote": {
|
||||
"injected": "Inyectado",
|
||||
"notInjected": "No inyectado",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Módulos",
|
||||
"notAvaliable": "No hay módulos que usen Zygisk aquí.",
|
||||
"arch": "Arquitectura: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Ajustes",
|
||||
"font": {
|
||||
"header": "Activar fuente del sistema",
|
||||
"description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema del sistema",
|
||||
"description": "Elija el tema del sistema para el WebUI actual"
|
||||
},
|
||||
"language": {
|
||||
"header": "Cambiar idioma",
|
||||
"description": "Selecciona tu nuevo idioma"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Historial de errores",
|
||||
"description": "Ver todos tus registros de errores"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Desarrollador del módulo",
|
||||
"original": "Desarrollador original del módulo",
|
||||
"web": "Desarrollador de la WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Licencia del módulo",
|
||||
"web": "Licencia de la WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Acciones",
|
||||
"monitorButton": {
|
||||
"pause": "Pausar",
|
||||
"stop": "Detener",
|
||||
"start": "Iniciar"
|
||||
},
|
||||
"monitor": "Monitor",
|
||||
"status": {
|
||||
"tracing": "Trazando",
|
||||
"stopping": "Deteniendo",
|
||||
"stopped": "Detenido",
|
||||
"exiting": "Saliendo",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/es_MX.json
Normal file
93
webroot/lang/es_MX.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Español (México)",
|
||||
"global": {
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Elige tu nuevo tema"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Elige tu nuevo tema",
|
||||
"dark": "Oscuro",
|
||||
"light": "Claro",
|
||||
"system": "Basado en el sistema"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPIAR",
|
||||
"clear": "BORRAR TODOS LOS REGISTROS"
|
||||
},
|
||||
"header": "Historial de errores",
|
||||
"placeholder": "¡No se registró ningún error aquí!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Inicio",
|
||||
"status": {
|
||||
"notWorking": "No funcionando",
|
||||
"ok": "Funcionando",
|
||||
"partially": "Funcionando parcialmente"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versión",
|
||||
"root": "Implementación de root",
|
||||
"zygote": {
|
||||
"injected": "Inyectado",
|
||||
"notInjected": "No inyectado",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Módulos",
|
||||
"notAvaliable": "No hay módulos que usen Zygisk aquí.",
|
||||
"arch": "Arquitectura: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Ajustes",
|
||||
"font": {
|
||||
"header": "Activar fuente del sistema",
|
||||
"description": "Esta opción habilitará la fuente del sistema en el WebUI actual. NOTA: Puede no ser compatible con FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema del sistema",
|
||||
"description": "Elige el tema del sistema para el WebUI actual"
|
||||
},
|
||||
"language": {
|
||||
"header": "Cambiar idioma",
|
||||
"description": "Cambia a tu nuevo idioma."
|
||||
},
|
||||
"logs": {
|
||||
"header": "Historial de errores",
|
||||
"description": "Ver todos tus registros de errores"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Desarrollador del módulo",
|
||||
"original": "Desarrollador original del módulo",
|
||||
"web": "Desarrollador de la WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Licencia del módulo",
|
||||
"web": "Licencia de la WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Acciones",
|
||||
"monitorButton": {
|
||||
"pause": "Pausar",
|
||||
"stop": "Detener",
|
||||
"start": "Iniciar"
|
||||
},
|
||||
"monitor": "Monitor",
|
||||
"status": {
|
||||
"tracing": "Trazando",
|
||||
"stopping": "Deteniendo",
|
||||
"stopped": "Detenido",
|
||||
"exiting": "Saliendo",
|
||||
"unknown": "Desconocido"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/fr_FR.json
Normal file
93
webroot/lang/fr_FR.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Français (France)",
|
||||
"global": {
|
||||
"unknown": "Inconnu"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Choisissez votre nouvelle langue"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Choisissez votre nouveau thème",
|
||||
"dark": "Sombre",
|
||||
"light": "Clair",
|
||||
"system": "Basé sur le système"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPIER",
|
||||
"clear": "EFFACER TOUS LES JOURNEAUX"
|
||||
},
|
||||
"header": "Historique d'erreurs",
|
||||
"placeholder": "Pas de journal d'erreur enregistré ici !"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Page d'accueil",
|
||||
"status": {
|
||||
"notWorking": "Inactif",
|
||||
"ok": "Actif",
|
||||
"partially": "Fonctionnement partiel"
|
||||
},
|
||||
"info": {
|
||||
"version": "Version",
|
||||
"root": "Implémentation root",
|
||||
"zygote": {
|
||||
"injected": "Injecté",
|
||||
"notInjected": "Non injecté",
|
||||
"unknown": "Inconnu"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modules",
|
||||
"notAvaliable": "Aucuns modules n'utilisent Zygisk actuellement.",
|
||||
"arch": " Architecture: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Paramètres",
|
||||
"font": {
|
||||
"header": "Activer la police du système",
|
||||
"description": "Cette option activera la police de caractère du système d'interface WebUI. NOTE: N'est peut-être pas compatible avec FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Thème système",
|
||||
"description": "Choisissez votre thème système pour le WebUI"
|
||||
},
|
||||
"language": {
|
||||
"header": "Changez de langue",
|
||||
"description": "Changez vers votre nouvelle langue"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Historique d'erreur",
|
||||
"description": "Voir le détail du journal d'erreur"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Module développeur",
|
||||
"original": "Module Original du Développeur",
|
||||
"web": "WebUI Développeur"
|
||||
},
|
||||
"license": {
|
||||
"module": "Module de licence",
|
||||
"web": "Licence WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Actions",
|
||||
"monitorButton": {
|
||||
"pause": "Mettre en Pause",
|
||||
"stop": "Arrêter",
|
||||
"start": "Démarrer"
|
||||
},
|
||||
"monitor": "Surveillance",
|
||||
"status": {
|
||||
"tracing": "Tracer",
|
||||
"stopping": "Stopper immédiatement",
|
||||
"stopped": "Arrêté",
|
||||
"exiting": "Sortir d'ici",
|
||||
"unknown": "Inconnu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/id_ID.json
Normal file
93
webroot/lang/id_ID.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Bahasa Indonesia (Indonesia)",
|
||||
"global": {
|
||||
"unknown": "Tidak diketahui"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Pilih bahasa baru Anda"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Pilih tema baru Anda",
|
||||
"dark": "Gelap",
|
||||
"light": "Terang",
|
||||
"system": "Bawaan Sistem"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "SALIN",
|
||||
"clear": "BERSIHKAN SEMUA LOG"
|
||||
},
|
||||
"header": "Log Error",
|
||||
"placeholder": "Tidak ada log error tercatat disini!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Beranda",
|
||||
"status": {
|
||||
"notWorking": "Tidak Bekerja",
|
||||
"ok": "Bekerja",
|
||||
"partially": "Bekerja Sebagian"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versi",
|
||||
"root": "Implementasi Root",
|
||||
"zygote": {
|
||||
"injected": "Terinjeksi",
|
||||
"notInjected": "Tidak Terinjeksi",
|
||||
"unknown": "Tidak diketahui"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modul",
|
||||
"notAvaliable": "Tidak ada modul yang menggunakan Zygisk disini.",
|
||||
"arch": "Arsitektur: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Pengaturan",
|
||||
"font": {
|
||||
"header": "Gunakan Font Sistem",
|
||||
"description": "Opsi ini akan mengaktifkan font sistem pada WebUI saat ini. (Mungkin tidak kompatibel dengan FlipFont)"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema Sistem",
|
||||
"description": "Pilih tema untuk tampilan WebUI Anda saat ini"
|
||||
},
|
||||
"language": {
|
||||
"header": "Ubah Bahasa",
|
||||
"description": "Ubah ke bahasa baru Anda"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Log Error",
|
||||
"description": "Lihat semua log Error Anda"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Developer Modul",
|
||||
"original": "Developer Modul Asli",
|
||||
"web": "Developer WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Lisensi Modul",
|
||||
"web": "Lisensi WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Tindakan",
|
||||
"monitorButton": {
|
||||
"pause": "Jeda",
|
||||
"stop": "Berhenti",
|
||||
"start": "Mulai"
|
||||
},
|
||||
"monitor": "Monitor",
|
||||
"status": {
|
||||
"tracing": "Melacak",
|
||||
"stopping": "Menghentikan",
|
||||
"stopped": "Terhenti",
|
||||
"exiting": "Terkeluar",
|
||||
"unknown": "Tidak diketahui"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/it_IT.json
Normal file
93
webroot/lang/it_IT.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Italiano (Italia)",
|
||||
"global": {
|
||||
"unknown": "Sconosciuto"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Scegli la tua nuova lingua"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Scegli il tuo nuovo tema",
|
||||
"dark": "Scuro",
|
||||
"light": "Chiaro",
|
||||
"system": "Sistema"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPIA",
|
||||
"clear": "CANCELLA TUTTI I LOGS"
|
||||
},
|
||||
"header": "Storico degli Errori",
|
||||
"placeholder": "Nessun errore è stato registrato qui!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Home",
|
||||
"status": {
|
||||
"notWorking": "Non funzionante",
|
||||
"ok": "Funzionante",
|
||||
"partially": "Funzionante Parzialmente"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versione",
|
||||
"root": "Implementazione root",
|
||||
"zygote": {
|
||||
"injected": "Iniettato",
|
||||
"notInjected": "Non Iniettato",
|
||||
"unknown": "Sconosciuto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Moduli",
|
||||
"notAvaliable": "Nessun modulo che utilizza Zygisk qui.",
|
||||
"arch": "Architettura: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Impostazioni",
|
||||
"font": {
|
||||
"header": "Abilita font di sistema",
|
||||
"description": "Questa opzione abiliterà il font di sistema nella WebUI. NOTA: Potrebbe non funzionare bene con FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema di sistema",
|
||||
"description": "Scegli il tuo tema di sistema per la WebUI"
|
||||
},
|
||||
"language": {
|
||||
"header": "Cambia lingua",
|
||||
"description": "Cambia alla tua nuova lingua"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Storico degli errori",
|
||||
"description": "Visualizza tutto il log dell'errore"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Programmatore del Modulo",
|
||||
"original": "Programmatore del Modulo Originale",
|
||||
"web": "Programmatore della WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Licenza del modulo",
|
||||
"web": "Licenza della WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Azioni",
|
||||
"monitorButton": {
|
||||
"pause": "Pausa",
|
||||
"stop": "Ferma",
|
||||
"start": "Avvia"
|
||||
},
|
||||
"monitor": "Controlla",
|
||||
"status": {
|
||||
"tracing": "Tracing",
|
||||
"stopping": "Fermando",
|
||||
"stopped": "Fermato",
|
||||
"exiting": "Uscendo",
|
||||
"unknown": "Sconosciuto"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/ms_MS.json
Normal file
93
webroot/lang/ms_MS.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Malay (Malaysia)",
|
||||
"global": {
|
||||
"unknown": "Tidak diketahui"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Pilih bahasa anda"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Pilih tema anda",
|
||||
"dark": "Gelap",
|
||||
"light": "Cerah",
|
||||
"system": "Berasaskan Sistem"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "Salin",
|
||||
"clear": "KOSONGKAN SEMUA LOG"
|
||||
},
|
||||
"header": "Sejarah Ralat",
|
||||
"placeholder": "Tiada log ralat direkodkan di sini!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Home",
|
||||
"status": {
|
||||
"notWorking": "Tidak Berfungsi",
|
||||
"ok": "Berfungsi",
|
||||
"partially": "Separa Berfungsi"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versi",
|
||||
"root": "Pelaksanaan Root",
|
||||
"zygote": {
|
||||
"injected": "Disuntik",
|
||||
"notInjected": "Tidak Disuntik",
|
||||
"unknown": "Tidak diketahui"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modul",
|
||||
"notAvaliable": "Tiada modul menggunakan Zygisk di sini.",
|
||||
"arch": "Arkitektur: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Tetapan",
|
||||
"font": {
|
||||
"header": "Hidupkan fon sistem",
|
||||
"description": "Pilihan ini akan menghidupkan fon sistem dalam WebUI semasa. NOTA: Mungkin tidak serasi dengan FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema sistem",
|
||||
"description": "Pilih tema sistem anda untuk WebUI semasa"
|
||||
},
|
||||
"language": {
|
||||
"header": "Tukar bahasa",
|
||||
"description": "Tukar kepada bahasa baharu anda"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Sejarah Ralat",
|
||||
"description": "Lihat semua log ralat anda"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Pembangun Modul",
|
||||
"original": "Pembangun Modul Asal",
|
||||
"web": "Pembangun WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Lesen Modul",
|
||||
"web": "Lesen WebUI"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Tindakan",
|
||||
"monitorButton": {
|
||||
"pause": "Berhenti sebentar",
|
||||
"stop": "Berhenti",
|
||||
"start": "Mula"
|
||||
},
|
||||
"monitor": "Pantau",
|
||||
"status": {
|
||||
"tracing": "Menjejak",
|
||||
"stopping": "Berhenti",
|
||||
"stopped": "Telah Berhenti",
|
||||
"exiting": "Keluar",
|
||||
"unknown": "Tidak diketahui"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/nl_NL.json
Normal file
93
webroot/lang/nl_NL.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Nederlands",
|
||||
"global": {
|
||||
"unknown": "Onbekend"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Kies uw nieuwe taal"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Kies uw nieuwe thema",
|
||||
"dark": "Donker",
|
||||
"light": "Licht",
|
||||
"system": "Systeem Gebaseerd"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "KOPIËREN",
|
||||
"clear": "VERWIJDER ALLE LOGS"
|
||||
},
|
||||
"header": "Foutmelding Geschiedenis",
|
||||
"placeholder": "Er is hier geen foutlogboek geregistreerd!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Thuis",
|
||||
"status": {
|
||||
"notWorking": "Werkt Niet",
|
||||
"ok": "Werkt",
|
||||
"partially": "Werkt Gedeeltelijk"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versie",
|
||||
"root": "Root Implementatie",
|
||||
"zygote": {
|
||||
"injected": "Geïnjecteerd",
|
||||
"notInjected": "Niet Geïnjecteerd",
|
||||
"unknown": "Onbekend"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modules",
|
||||
"notAvaliable": "Geen modules die Zygisk gebruiken.",
|
||||
"arch": "Architectuur: "
|
||||
},
|
||||
"settings": {
|
||||
"header": "Instellingen",
|
||||
"font": {
|
||||
"header": "Systeem lettertype inschakelen",
|
||||
"description": "Deze optie zal het systeemlettertype inschakelen in huidige WebUI. Opmerking: Kan niet compatibel zijn met FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Systeem thema",
|
||||
"description": "Kies uw systeemthema voor huidige WebUI"
|
||||
},
|
||||
"language": {
|
||||
"header": "Taal wijzigen",
|
||||
"description": "Verander naar nieuwe taal"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Foutmelding Geschiedenis",
|
||||
"description": "Al uw foutenlogboek weergeven"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Module Ontwikkelaar",
|
||||
"original": "Originele Module Ontwikkelaar",
|
||||
"web": "WebUI Ontwikkelaar"
|
||||
},
|
||||
"license": {
|
||||
"module": "Module Licentie",
|
||||
"web": "WebUI Licentie"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"header": "Acties",
|
||||
"monitorButton": {
|
||||
"pause": "Pauzeren",
|
||||
"stop": "Stoppen",
|
||||
"start": "Starten"
|
||||
},
|
||||
"monitor": "Bewaken",
|
||||
"status": {
|
||||
"tracing": "Traceren",
|
||||
"stopping": "Bezig met Stoppen",
|
||||
"stopped": "Gestopt",
|
||||
"exiting": "Wordt Beëindigd",
|
||||
"unknown": "Onbekend"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/pt_BR.json
Normal file
93
webroot/lang/pt_BR.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Português (Brasil)",
|
||||
"global": {
|
||||
"unknown": "Desconhecido"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Escolha o seu novo idioma"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Escolha o seu novo tema",
|
||||
"dark": "Escuro",
|
||||
"light": "Claro",
|
||||
"system": "Baseado no do sistema"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "COPIAR",
|
||||
"clear": "LIMPAR TODOS OS REGISTROS"
|
||||
},
|
||||
"header": "Histórico de Erros",
|
||||
"placeholder": "Nenhum registro de erros aqui!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Início",
|
||||
"status": {
|
||||
"notWorking": "Não funcionando",
|
||||
"ok": "Funcionando",
|
||||
"partially": "Funcionando parcialmente"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versão",
|
||||
"root": "Implementação de Root",
|
||||
"zygote": {
|
||||
"injected": "Injetado",
|
||||
"notInjected": "Não Injetado",
|
||||
"unknown": "Desconhecido"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Módulos",
|
||||
"notAvaliable": "Nenhum módulo está usando Zygisk aqui.",
|
||||
"arch": "Arquitetura: "
|
||||
},
|
||||
"actions": {
|
||||
"header": "Ações",
|
||||
"monitorButton": {
|
||||
"start": "Iniciar",
|
||||
"stop": "Parar",
|
||||
"pause": "Pausar"
|
||||
},
|
||||
"monitor": "Monitor",
|
||||
"status": {
|
||||
"tracing": "Rastreando",
|
||||
"stopping": "Parando",
|
||||
"stopped": "Parado",
|
||||
"exiting": "Desligando",
|
||||
"unknown": "Desconhecido"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"header": "Configurações",
|
||||
"font": {
|
||||
"header": "Usar a fonte do sistema",
|
||||
"description": "Esta opção irá usar a fonte do sistema no WebUI atual. Observação: Talvez não seja compatível com o FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Tema do sistema",
|
||||
"description": "Escolha o tema do seu sistema para o WebUI atual"
|
||||
},
|
||||
"language": {
|
||||
"header": "Alterar a língua",
|
||||
"description": "Mude para sua nova língua"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Histórico de Erros",
|
||||
"description": "Ver o histórico de erros inteiro"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Desenvolvedora do módulo",
|
||||
"original": "Desenvolvedores do módulo original",
|
||||
"web": "Desenvolvedor do WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Licença do Módulo",
|
||||
"web": "Licença do WebUI"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/ru_RU.json
Normal file
93
webroot/lang/ru_RU.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"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. ПРИМЕЧАНИЕ: Может быть несовместимо с 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": "Неизвестно"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/tr_TR.json
Normal file
93
webroot/lang/tr_TR.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Türkçe (Türkiye)",
|
||||
"global": {
|
||||
"unknown": "Bilinmiyor"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Yeni dilinizi seçin"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Yeni temanızı seçin",
|
||||
"dark": "Koyu",
|
||||
"light": "Açık",
|
||||
"system": "Sistem Tabanlı"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "KOPYALA",
|
||||
"clear": "BÜTÜN KAYITLARI SİL"
|
||||
},
|
||||
"header": "Hata Geçmişi",
|
||||
"placeholder": "Burada kaydedilmiş hata yok!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Anasayfa",
|
||||
"status": {
|
||||
"notWorking": "Aktif Değil",
|
||||
"ok": "Aktif",
|
||||
"partially": "Yarı-Aktif"
|
||||
},
|
||||
"info": {
|
||||
"version": "Versiyon",
|
||||
"root": "Root İmplementasyonu",
|
||||
"zygote": {
|
||||
"injected": "Enjekte",
|
||||
"notInjected": "Enjekte Değil",
|
||||
"unknown": "Bilinmiyor"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Modüller",
|
||||
"notAvaliable": "Burada Zygisk kullanan modül yok.",
|
||||
"arch": "Mimari: "
|
||||
},
|
||||
"actions": {
|
||||
"header": "Hareketler",
|
||||
"monitorButton": {
|
||||
"start": "Başlat",
|
||||
"stop": "Bitir",
|
||||
"pause": "Durdur"
|
||||
},
|
||||
"monitor": "Monitör",
|
||||
"status": {
|
||||
"tracing": "İzleniyor",
|
||||
"stopping": "Durduluyor",
|
||||
"stopped": "Durdu",
|
||||
"exiting": "Çıkılıyor",
|
||||
"unknown": "Bilinmiyor"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"header": "Ayarlar",
|
||||
"font": {
|
||||
"header": "Sistem yazı tipini aktifleştir",
|
||||
"description": "Bu seçenek anlık WebUI (Web Arayüzü) için sistem yazıt tipini aktifleştirir. NOT: FlipFont ile uyumlu olmayabilir!"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Sistem Teması",
|
||||
"description": "Anlık WebUI için sistem temanı seç"
|
||||
},
|
||||
"language": {
|
||||
"header": "Dil değiştir",
|
||||
"description": "Yeni dilini seç"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Hata Geçmişi",
|
||||
"description": "Bütün hata kayıtlarını görüntüle"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Modül Geliştiricisi",
|
||||
"original": "Orijinal Modül Geliştiricisi",
|
||||
"web": "WebUI Geliştiricisi"
|
||||
},
|
||||
"license": {
|
||||
"module": "Modül Lisansı",
|
||||
"web": "WebUI Lisansı"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/uk_UA.json
Normal file
93
webroot/lang/uk_UA.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/vi_VN.json
Normal file
93
webroot/lang/vi_VN.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"langName": "Tiếng Việt",
|
||||
"global": {
|
||||
"unknown": "Không xác định"
|
||||
},
|
||||
"smallPage": {
|
||||
"language": {
|
||||
"header": "Chọn ngôn ngữ mới của bạn"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Chọn giao diện mới của bạn",
|
||||
"dark": "Tối",
|
||||
"light": "Sáng",
|
||||
"system": "Theo hệ thống"
|
||||
},
|
||||
"errorh": {
|
||||
"buttons": {
|
||||
"copy": "SAO CHÉP",
|
||||
"clear": "XOÁ TOÀN BỘ LOGS"
|
||||
},
|
||||
"header": "Lịch Sử Lỗi",
|
||||
"placeholder": "Không có lỗi nào được ghi ở đây!"
|
||||
}
|
||||
},
|
||||
"page": {
|
||||
"home": {
|
||||
"header": "Trang Chủ",
|
||||
"status": {
|
||||
"notWorking": "Không hoạt động",
|
||||
"ok": "Đang hoạt động",
|
||||
"partially": "Đang hoạt động một phần"
|
||||
},
|
||||
"info": {
|
||||
"version": "Phiên bản",
|
||||
"root": "Hệ thống root",
|
||||
"zygote": {
|
||||
"injected": "Đã can thiệp",
|
||||
"notInjected": "Chưa can thiệp",
|
||||
"unknown": "Không xác định"
|
||||
}
|
||||
}
|
||||
},
|
||||
"modules": {
|
||||
"header": "Mô Đun",
|
||||
"notAvaliable": "Không có mô-đun nào sử dụng Zygisk ở đây!",
|
||||
"arch": "Cấu trúc: "
|
||||
},
|
||||
"actions": {
|
||||
"header": "Trình điều khiển",
|
||||
"monitorButton": {
|
||||
"start": "Chạy",
|
||||
"stop": "Dừng",
|
||||
"pause": "Tạm Dừng"
|
||||
},
|
||||
"monitor": "Trình theo dõi",
|
||||
"status": {
|
||||
"tracing": "Đang chạy",
|
||||
"stopping": "Đang Dừng",
|
||||
"stopped": "Đã Dừng",
|
||||
"exiting": "Đã Thoát",
|
||||
"unknown": "Không Xác Định"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"header": "Cài đặt",
|
||||
"font": {
|
||||
"header": "Sử dụng phông chữ hệ thống",
|
||||
"description": "Tuỳ chọn này sẽ cho phép người dùng sử dụng phông chữ của hệ thống. LƯU Ý: Có thể sẽ không tương thích với FlipFont"
|
||||
},
|
||||
"theme": {
|
||||
"header": "Giao diện hệ thống",
|
||||
"description": "Chọn giao diện cho WebUI hiện tại của bạn"
|
||||
},
|
||||
"language": {
|
||||
"header": "Thay đổi ngôn ngữ",
|
||||
"description": "Thay đổi sang ngôn ngữ mới"
|
||||
},
|
||||
"logs": {
|
||||
"header": "Lịch sử lỗi",
|
||||
"description": "Xem tất cả các lỗi"
|
||||
},
|
||||
"credits": {
|
||||
"module": "Nhà phát triển mô-đun",
|
||||
"original": "Nhà phát triển mô-đun gốc",
|
||||
"web": "Nhà phát triển WebUI"
|
||||
},
|
||||
"license": {
|
||||
"module": "Giấy phép bản quyền mô-đun",
|
||||
"web": "Giấy phép bản quyền WebUI"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
93
webroot/lang/zh_CN.json
Normal file
93
webroot/lang/zh_CN.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"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": "此选项会在Web界面启用系统字体。可能与FlipFont不兼容。"
|
||||
},
|
||||
"theme": {
|
||||
"header": "主题",
|
||||
"description": "选择Web界面的主题风格"
|
||||
},
|
||||
"language": {
|
||||
"header": "语言",
|
||||
"description": "切换不同的语言"
|
||||
},
|
||||
"logs": {
|
||||
"header": "错误日志",
|
||||
"description": "浏览所有错误日志"
|
||||
},
|
||||
"credits": {
|
||||
"module": "模块开发者",
|
||||
"original": "源模块开发者",
|
||||
"web": "Web界面开发者"
|
||||
},
|
||||
"license": {
|
||||
"module": "模块开源许可",
|
||||
"web": "Web界面开源许可"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user