You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit updates and adds new translations based on contributions on Crowdin. If you are the contributor of any of the added ones, or participated in the updates of any, please, submit a PR adding your proper credit as the "README.md" suggests. Also removes translations that are incomplete at the moment of this commit. The credits for those will not be removed.
94 lines
2.3 KiB
JSON
94 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": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|