1.6.0 #9: auto-backup programado a iCloud Drive/Archivos
El BackupService (export JSON v3 lossless a local + iCloud ubiquity, retención, restore, premium-gated) ya existía de 1.1.0 pero solo era manual. Añadido lo automático: - BackupService.runScheduledBackupIfNeeded() (config vía UserDefaults, gate por backupsEnabled+premium, respeta frecuencia). - Disparo en foreground (scenePhase .active) en background queue. - Frecuencia Off/Diario/Semanal/Mensual + fecha del último backup en Settings (SettingsViewModel.autoBackupFrequencyDays + updateAutoBackupFrequency). - Strings en 7 idiomas. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01L2p3gUZRNWW388rWFRjiU7
This commit is contained in:
@@ -620,3 +620,11 @@
|
||||
"gaps_autofill_cta" = "%d Monate automatisch füllen";
|
||||
"Add manually" = "Manuell hinzufügen";
|
||||
"Auto-fill estimates the missing months between two snapshots (marked as estimated). Or add the real values yourself." = "Das automatische Füllen schätzt die fehlenden Monate zwischen zwei Snapshots (als geschätzt markiert). Oder trage die echten Werte selbst ein.";
|
||||
|
||||
/* 1.6.0 auto-backup */
|
||||
"Auto Backup" = "Automatisches Backup";
|
||||
"Off" = "Aus";
|
||||
"Daily" = "Täglich";
|
||||
"Weekly" = "Wöchentlich";
|
||||
"Monthly" = "Monatlich";
|
||||
"Last auto backup" = "Letztes Auto-Backup";
|
||||
|
||||
Reference in New Issue
Block a user