strings
This commit is contained in:
parent
bcfb2b02c5
commit
34c835db2d
2 changed files with 24 additions and 2 deletions
13
de.arb
13
de.arb
|
|
@ -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
13
en.arb
|
|
@ -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."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue