#10 Ocultar saldos: BalancePrivacyManager (balancesHidden + requireBiometricToReveal), modifier .hiddenBalance() (blur + máscara de bullets, ancho estable), botón ojo en Dashboard, revelar con Face ID vía AppLockService, sección Privacidad en Settings. Aplicado a total portfolio, forecast, sources, goals, monthly summary. #11 Siri/App Intents: NetWorthIntent ('¿cuál es mi patrimonio?' → 'Tu patrimonio es X'), StreakIntent, 5 AppShortcuts con frases. Widget interactivo iOS 17: botón Refresh (Button(intent:) → reloadAllTimelines, in-process) en medium/large, gated #available(iOS 17). Reader read-only del AppGroup. Dialogs Siri refactorizados a String(localized:). Localización: strings de #10 y de Siri en los 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:
@@ -628,3 +628,20 @@
|
||||
"Weekly" = "Settimanale";
|
||||
"Monthly" = "Mensile";
|
||||
"Last auto backup" = "Ultimo backup automatico";
|
||||
|
||||
/* 1.6.0 hide balances */
|
||||
"Hide balances" = "Nascondi saldi";
|
||||
"Show balances" = "Mostra saldi";
|
||||
"Balance hidden" = "Saldo nascosto";
|
||||
"Reveal your balances" = "Mostra i tuoi saldi";
|
||||
"Privacy" = "Privacy";
|
||||
"Hide Balances" = "Nascondi saldi";
|
||||
"Require Face ID to Reveal" = "Richiedi Face ID per mostrare";
|
||||
"Hide all monetary amounts behind a blur. Great for using the app in public or taking screenshots. Optionally require Face ID to reveal them." = "Nasconde tutti gli importi dietro una sfocatura. Ideale per usare l'app in pubblico o fare screenshot. Facoltativamente richiedi Face ID per mostrarli.";
|
||||
|
||||
/* 1.6.0 Siri intents */
|
||||
"intent_networth_empty" = "Non hai ancora registrato alcun valore di portafoglio.";
|
||||
"intent_networth_dialog" = "Il tuo patrimonio è %@.";
|
||||
"intent_streak" = "Sei a una serie di %d mesi.";
|
||||
"intent_streak_with_date" = "Sei a una serie di %d mesi. Il tuo ultimo check-in è stato il %@.";
|
||||
"intent_streak_none" = "Non hai ancora una serie attiva. Registra un valore per iniziarne una.";
|
||||
|
||||
Reference in New Issue
Block a user