This commit is contained in:
Domipoke
2026-06-25 19:58:23 +02:00
parent 372c622025
commit 955801c666
147 changed files with 18829 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"window": {
"title": "Authentifizierung erforderlich"
},
"prompt": {
"password": "Passwort"
},
"action": {
"cancel": "Abbrechen",
"authenticate": "Authentifizieren"
},
"error": {
"failed": {
"title": "Authentifizierung fehlgeschlagen",
"message": "Das eingegebene Passwort war falsch."
}
}
}