fix text
This commit is contained in:
parent
1da4b1c1bf
commit
189bf8f4db
2 changed files with 16 additions and 0 deletions
8
de.arb
8
de.arb
|
|
@ -236,6 +236,14 @@
|
|||
"deleteOkBtnForMe": "Für mich löschen",
|
||||
"deleteImageTitle": "Bist du dir sicher?",
|
||||
"deleteImageBody": "Das Bild wird unwiderruflich gelöscht.",
|
||||
"deleteMemoriesBody": "{count, plural, =1 {Das Bild wird unwiderruflich gelöscht.} other {Die {count} Bilder werden unwiderruflich gelöscht.}}",
|
||||
"@deleteMemoriesBody": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "num"
|
||||
}
|
||||
}
|
||||
},
|
||||
"backupPending": "Ausstehend",
|
||||
"backupFailed": "Fehlgeschlagen",
|
||||
"backupSuccess": "Erfolgreich",
|
||||
|
|
|
|||
8
en.arb
8
en.arb
|
|
@ -251,6 +251,14 @@
|
|||
"deleteOkBtnForMe": "Delete for me",
|
||||
"deleteImageTitle": "Are you sure?",
|
||||
"deleteImageBody": "The image will be irrevocably deleted.",
|
||||
"deleteMemoriesBody": "{count, plural, =1 {The image will be irrevocably deleted.} other {The {count} images will be irrevocably deleted.}}",
|
||||
"@deleteMemoriesBody": {
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "num"
|
||||
}
|
||||
}
|
||||
},
|
||||
"settingsBackup": "Backup",
|
||||
"backupPending": "Pending",
|
||||
"backupFailed": "Failed",
|
||||
|
|
|
|||
Loading…
Reference in a new issue