You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit fixes monitor information, which now is properly working and named, and also has proper status words.
95 lines
2.3 KiB
JSON
95 lines
2.3 KiB
JSON
{
|
|
"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": "COPY",
|
|
"clear": "CLEAR ALL LOGS"
|
|
},
|
|
"header": "Error History",
|
|
"placeholder": "No error log recorded here!"
|
|
}
|
|
},
|
|
"page": {
|
|
"home": {
|
|
"header": "Startseite",
|
|
"status": {
|
|
"unknown": "Unbekannt",
|
|
"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: "
|
|
},
|
|
"actions": {
|
|
"header": "Aktion",
|
|
"monitorButton": {
|
|
"start": "Start",
|
|
"stop": "Stopp",
|
|
"pause": "Pause"
|
|
},
|
|
"monitor": "Monitor",
|
|
"status": {
|
|
"tracing": "Tracing",
|
|
"stopping": "Stopping",
|
|
"stopped": "Stopped",
|
|
"exiting": "Exiting",
|
|
"unknown": "Unknown"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|