chore: Translate iOS notifications into german

This commit is contained in:
Christian Kußowski 2025-08-31 10:11:43 +02:00
commit 07a2c9a256
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 37 additions and 2 deletions

View file

@ -4,6 +4,24 @@
"%lld unread messages" : {
"comment" : "Default notification title",
"localizations" : {
"de" : {
"variations" : {
"plural" : {
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ungelesene Nachricht"
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld ungelesene nachrichten"
}
}
}
}
},
"en" : {
"variations" : {
"plural" : {
@ -25,7 +43,15 @@
}
},
"New message - open app to read" : {
"comment" : "Default notification body"
"comment" : "Default notification body",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Neue Nachricht - App öffnen zum lesen"
}
}
}
}
},
"version" : "1.0"