This commit is contained in:
otsmr 2026-07-20 20:56:22 +02:00
parent bcfb2b02c5
commit 34c835db2d
2 changed files with 24 additions and 2 deletions

13
de.arb
View file

@ -900,5 +900,16 @@
"settingsStorageNoContents": "Keine Speicherinhalte gefunden.",
"settingsStorageCloudOnly": "Nur Cloud",
"settingsStorageLocalAndCloud": "Lokal & Cloud",
"settingsStorageLocalOnly": "Nur lokal"
"settingsStorageLocalOnly": "Nur lokal",
"settingsStorageDisableBackupTitle": "Backup deaktivieren?",
"settingsStorageDisableBackupBody": "Dadurch werden alle gesicherten Erinnerungen aus der Cloud gelöscht. Es gibt {count, plural, =1 {*1 Bild*, das} other {*{count} Bilder*, die}} nur in der Cloud und nicht lokal gespeichert sind. Diese gehen *dauerhaft verloren*. Fortfahren?",
"@settingsStorageDisableBackupBody": {
"placeholders": {
"count": {}
}
},
"settingsStorageDisableBackupBtn": "Deaktivieren",
"settingsStorageDisableBackupAction": "Cloud-Backup deaktivieren",
"settingsStorageSyncNow": "Jetzt synchronisieren",
"settingsStorageSyncUpToDate": "Alle Memories sind auf dem neuesten Stand."
}

13
en.arb
View file

@ -911,5 +911,16 @@
"settingsStorageNoContents": "No storage contents found.",
"settingsStorageCloudOnly": "Cloud only",
"settingsStorageLocalAndCloud": "Local and cloud",
"settingsStorageLocalOnly": "Local only"
"settingsStorageLocalOnly": "Local only",
"settingsStorageDisableBackupTitle": "Disable Backup?",
"settingsStorageDisableBackupBody": "This will delete all backed up memories from the cloud. There {count, plural, =1 {is *1 image*} other {are *{count} images*}} only stored in the cloud that will be *permanently lost*. Are you sure you want to proceed?",
"@settingsStorageDisableBackupBody": {
"placeholders": {
"count": {}
}
},
"settingsStorageDisableBackupBtn": "Disable",
"settingsStorageDisableBackupAction": "Disable Cloud Backup",
"settingsStorageSyncNow": "Sync now",
"settingsStorageSyncUpToDate": "All memories are up to date."
}