Add DELETE /api/me/account: permanently erases the signed-in account and all its personal data — OAuth tokens, subscriptions, tags, video states, playlists, notifications all cascade on the users row (FK ON DELETE CASCADE); quota-audit events are kept but anonymised (SET NULL); the email's invite/whitelist row is removed too. Guards: the shared demo account can't be deleted, and the last remaining admin can't delete itself. Frontend: a Danger zone in Settings -> Account (non-demo) with a danger-confirm; on success the session clears and the app lands on the welcome page. EN/HU/DE. Verified via curl: self-delete + session clear + demo 403.
101 lines
5 KiB
JSON
101 lines
5 KiB
JSON
{
|
|
"title": "Settings",
|
|
"tabs": {
|
|
"appearance": "Appearance",
|
|
"notifications": "Notifications",
|
|
"account": "Account"
|
|
},
|
|
"save": {
|
|
"unsaved": "Unsaved changes",
|
|
"saving": "Saving…",
|
|
"saved": "Settings saved",
|
|
"failed": "Couldn't save",
|
|
"save": "Save",
|
|
"discard": "Discard"
|
|
},
|
|
"unsaved": {
|
|
"title": "Unsaved changes",
|
|
"message": "You have unsaved settings. Discard them and leave?",
|
|
"discard": "Discard changes"
|
|
},
|
|
"appearance": {
|
|
"colorScheme": "Color scheme",
|
|
"display": "Display",
|
|
"darkMode": "Dark mode",
|
|
"listView": "List view",
|
|
"listViewHint": "Show the feed as a compact list instead of a grid of cards.",
|
|
"performanceMode": "Performance mode",
|
|
"performanceModeHint": "Turns off the translucent glass blur and soft shadows for snappier rendering on slower machines.",
|
|
"showHints": "Show hints",
|
|
"showHintsHint": "These little hover explanations. Turn them off once you know your way around.",
|
|
"textSize": "Text size"
|
|
},
|
|
"notifications": {
|
|
"title": "Notifications",
|
|
"sound": "Sound on alerts",
|
|
"soundHint": "Play a short tone when a notification needs your attention (e.g. errors, prompts).",
|
|
"autoDismiss": "Auto-dismiss toasts",
|
|
"autoDismissHint": "When off, pop-up toasts stay until you close them. When on, they fade after the set time.",
|
|
"dismissAfter": "Dismiss after",
|
|
"sendTest": "Send a test notification",
|
|
"testTitle": "Test notification",
|
|
"testMessage": "This is what a notification looks like."
|
|
},
|
|
"account": {
|
|
"title": "Account",
|
|
"youtubeAccess": "YouTube access",
|
|
"youtubeAccessIntro": "Sign-in only shares your name and email. YouTube access is granted separately, below — each is optional and revocable anytime in your Google Account.",
|
|
"readTitle": "Read subscriptions (your feed)",
|
|
"readGrantedHint": "Granted. Siftlode reads the channels you follow to build your feed. It never changes your YouTube account with this.",
|
|
"readEnableHint": "Read-only access to your subscriptions — required to build your feed. Siftlode can't modify anything with it.",
|
|
"writeTitle": "Unsubscribe (write)",
|
|
"writeGrantedHint": "Granted. You can unsubscribe from channels on YouTube from inside Siftlode. It only writes when you ask it to.",
|
|
"writeEnableHint": "Lets Siftlode unsubscribe from channels on YouTube for you. Optional — skip it to stay read-only.",
|
|
"granted": "Granted",
|
|
"enable": "Enable",
|
|
"enableHint": "Redirects to Google to grant the permission. Google shows an 'unverified app' notice — that's expected; click Advanced → Go to Siftlode.",
|
|
"walkMeThrough": "Walk me through setup",
|
|
"dangerZone": "Danger zone",
|
|
"deleteHint": "Permanently delete your account and all your data — subscriptions, tags, watch history, playlists and settings. This can't be undone.",
|
|
"deleteAccount": "Delete my account",
|
|
"deleteTitle": "Delete your account?",
|
|
"deleteConfirm": "This permanently erases your account and all your data (subscriptions, tags, watch/saved/hidden state, playlists, settings). It can't be undone.",
|
|
"deleteConfirmButton": "Delete everything",
|
|
"demoNotice": "This is the shared demo account. It has no YouTube connection — you can browse the whole shared library, filter and sort it, build playlists and try things out, but nothing touches a real YouTube account."
|
|
},
|
|
"demo": {
|
|
"title": "Demo access",
|
|
"intro": "Emails here can enter the shared demo account straight from the login page — no Google sign-in. They just type the address into the field and are let in after a moment.",
|
|
"addPlaceholder": "Whitelist an email for demo…",
|
|
"add": "Add",
|
|
"added": "Added to the demo whitelist",
|
|
"addFailed": "Couldn't add that email",
|
|
"removeFailed": "Couldn't remove that email",
|
|
"remove": "Remove",
|
|
"removeHint": "Remove this email from the demo whitelist.",
|
|
"addedBy": "added by {{who}}",
|
|
"reset": "Reset demo state",
|
|
"resetHint": "Wipe the demo account's playlists, hidden/watched/saved videos and settings, then re-seed a few sample playlists.",
|
|
"resetTitle": "Reset demo state?",
|
|
"resetConfirm": "This clears everything the demo account has accumulated — playlists, hidden/watched/saved videos and settings — and re-seeds a few sample playlists. It can't be undone.",
|
|
"resetDone": "Demo reset — {{count}} sample playlist(s) seeded",
|
|
"resetFailed": "Couldn't reset the demo account"
|
|
},
|
|
"invites": {
|
|
"title": "Access requests",
|
|
"noPending": "No pending requests.",
|
|
"addPlaceholder": "Add an email directly…",
|
|
"add": "Add",
|
|
"decided": "{{count}} decided",
|
|
"approved": "Approved — they can sign in now",
|
|
"approveFailed": "Approve failed",
|
|
"denyFailed": "Deny failed",
|
|
"addedToWhitelist": "Added to the whitelist",
|
|
"addFailed": "Couldn't add that email",
|
|
"requested": "requested {{time}}",
|
|
"approveHint": "Approve — whitelist this email and email them they're in.",
|
|
"approve": "Approve",
|
|
"denyHint": "Deny this request.",
|
|
"deny": "Deny"
|
|
}
|
|
}
|