feat(i18n): Settings sync-section keys + shared Close button (Batch E)

This commit is contained in:
iamdoubz
2026-07-12 12:32:53 -05:00
parent 802e30e9c6
commit 698fb26b0a
+44
View File
@@ -127,6 +127,50 @@
"settings.calendar.events_count": "{shown} of {total} events",
"settings.calendar.untitled": "(untitled)",
"settings.close": "Close",
"settings.close_title": "Close (Esc)",
"settings.sync.stub": "Preview mode — the sync backend isn't implemented yet (Phase 9). Changes are kept in the UI only.",
"settings.sync.title": "Sync & upload",
"settings.sync.enable_label": "Enable uploading meeting artifacts to configured targets",
"settings.sync.enable_hint": "Off by default. Nothing is uploaded unless this is on and a target is enabled. Self-hosted targets keep data on your own server; third-party clouds are clearly labeled.",
"settings.sync.targets_title": "Targets",
"settings.sync.no_targets": "No targets yet. Add one below.",
"settings.sync.third_party": "third-party",
"settings.sync.your_server": "your server",
"settings.sync.edit": "Edit",
"settings.sync.remove": "Remove",
"settings.sync.edit_target": "Edit target",
"settings.sync.add_target": "Add a target",
"settings.sync.webdav_hint": "WebDAV covers Nextcloud, ownCloud, Cloudreve, Seafile, and Synology. (Seafile: enable SeafDAV server-side.)",
"settings.sync.name": "Name",
"settings.sync.name_placeholder": "Home Nextcloud",
"settings.sync.provider": "Provider",
"settings.sync.server_url": "Server URL",
"settings.sync.server_url_note_1": "Just your server URL — WhispAssist adds",
"settings.sync.server_url_note_2": "automatically.",
"settings.sync.remote_folder": "Remote folder",
"settings.sync.username": "Username",
"settings.sync.app_password": "App password",
"settings.sync.pw_keep": "leave blank to keep current password",
"settings.sync.pw_store": "stored in OS credential store",
"settings.sync.upload_legend": "Upload",
"settings.sync.artifact_transcript": "transcript",
"settings.sync.artifact_notes": "notes",
"settings.sync.artifact_summary": "summary",
"settings.sync.artifact_recording": "recording (.wav, if retained)",
"settings.sync.allow_plaintext": "Allow plaintext http for a LAN address (not recommended)",
"settings.sync.encrypt_before": "Encrypt before upload (destination stores only ciphertext)",
"settings.sync.requires_vault": "— requires an unlocked vault",
"settings.sync.test_connection": "Test connection",
"settings.sync.save_changes": "Save changes",
"settings.sync.add_target_btn": "Add target",
"settings.sync.cancel": "Cancel",
"settings.sync.third_party_banner": "{kind} is a third-party cloud — uploading sends your data off your device to {kind}.",
"settings.sync.link_account": "Link {kind} account…",
"settings.sync.oauth_hint": "Opens an OAuth sign-in (loopback redirect); the token is stored in your OS credential store.",
"settings.sync.footnote": "Credentials are never written to settings or the database — only the OS credential store. TLS is required for non-LAN targets.",
"app.tagline": "local · private",
"app.note_template": "Note template",
"app.no_template": "No template",