feat(i18n): Settings privacy-section keys (Batch E)

This commit is contained in:
iamdoubz
2026-07-12 12:38:52 -05:00
parent d2f35c64b1
commit 0ecd6db12e
+38
View File
@@ -248,6 +248,44 @@
"settings.mcp.log_meeting": "meeting {id}",
"settings.mcp.refresh": "Refresh",
"settings.privacy.title": "Privacy",
"settings.privacy.intro": "What WhispAssist is actually allowed to send off this device right now. With everything off (the default), nothing leaves the device at all.",
"settings.privacy.llm_endpoint": "LLM endpoint",
"settings.privacy.off": "off",
"settings.privacy.local_only": "local-only",
"settings.privacy.leaves_device": "leaves this device",
"settings.privacy.sync_label": "Sync",
"settings.privacy.enabled": "enabled",
"settings.privacy.mcp_label": "MCP server",
"settings.privacy.mcp_on": "on · {scope}",
"settings.privacy.mcp_loopback_note": "Inbound on loopback only — it adds nothing to the egress list above. A connected agent may still forward what it reads to its own model provider; see the MCP server tab.",
"settings.privacy.egress_title": "Egress allowlist",
"settings.privacy.no_egress": "No hosts are allowlisted — WA makes no content egress.",
"settings.privacy.sync_targets_title": "Sync targets",
"settings.privacy.third_party": "third-party",
"settings.privacy.your_server": "your server",
"settings.privacy.tls": "TLS",
"settings.privacy.no_tls": "no TLS",
"settings.privacy.refresh": "Refresh",
"settings.privacy.unavailable": "Privacy self-check unavailable.",
"settings.privacy.vault_title": "Encryption vault",
"settings.privacy.vault_intro": "Encrypt notes, transcripts, and summaries at rest with a password. (Audio files are not encrypted yet.)",
"settings.privacy.vault_password": "Vault password",
"settings.privacy.enable_vault": "Enable vault",
"settings.privacy.vault_pw_hint": "Use at least 8 characters. If you forget it, encrypted content can't be recovered.",
"settings.privacy.vault_locked_1": "Vault is ",
"settings.privacy.locked_word": "locked",
"settings.privacy.vault_locked_2": ". Unlock to read encrypted meetings.",
"settings.privacy.password": "Password",
"settings.privacy.unlock": "Unlock",
"settings.privacy.vault_unlocked_1": "Vault is ",
"settings.privacy.unlocked_word": "unlocked",
"settings.privacy.vault_unlocked_2": ". New notes, transcripts, and summaries are encrypted at rest.",
"settings.privacy.lock_now": "Lock now",
"settings.privacy.change_password": "Change password",
"settings.privacy.current_password": "Current password",
"settings.privacy.new_password": "New password",
"app.tagline": "local · private",
"app.note_template": "Note template",
"app.no_template": "No template",