fix strings

This commit is contained in:
otsmr 2026-07-29 14:44:01 +02:00
parent 34c835db2d
commit c5f554b36d
2 changed files with 20 additions and 2 deletions

11
de.arb
View file

@ -911,5 +911,14 @@
"settingsStorageDisableBackupBtn": "Deaktivieren", "settingsStorageDisableBackupBtn": "Deaktivieren",
"settingsStorageDisableBackupAction": "Cloud-Backup deaktivieren", "settingsStorageDisableBackupAction": "Cloud-Backup deaktivieren",
"settingsStorageSyncNow": "Jetzt synchronisieren", "settingsStorageSyncNow": "Jetzt synchronisieren",
"settingsStorageSyncUpToDate": "Alle Memories sind auf dem neuesten Stand." "settingsStorageSyncUpToDate": "Alle Memories sind auf dem neuesten Stand.",
"restoreLostFlames": "Stelle deine {count} verlorenen Flammen wieder her",
"@restoreLostFlames": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"settingsShowRestoreFlameTitle": "Hinweis zur Flammen-Wiederherstellung anzeigen"
} }

11
en.arb
View file

@ -922,5 +922,14 @@
"settingsStorageDisableBackupBtn": "Disable", "settingsStorageDisableBackupBtn": "Disable",
"settingsStorageDisableBackupAction": "Disable Cloud Backup", "settingsStorageDisableBackupAction": "Disable Cloud Backup",
"settingsStorageSyncNow": "Sync now", "settingsStorageSyncNow": "Sync now",
"settingsStorageSyncUpToDate": "All memories are up to date." "settingsStorageSyncUpToDate": "All memories are up to date.",
"restoreLostFlames": "Restore your {count} lost flames",
"@restoreLostFlames": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"settingsShowRestoreFlameTitle": "Show flame restore warning"
} }