2026-06-19 14:16:48 +02:00
|
|
|
{
|
2026-06-19 19:52:12 +02:00
|
|
|
"tabs": {
|
|
|
|
|
"roles": "Users & roles",
|
|
|
|
|
"access": "Access requests",
|
|
|
|
|
"demo": "Demo"
|
|
|
|
|
},
|
2026-06-19 14:16:48 +02:00
|
|
|
"roles": {
|
|
|
|
|
"title": "Users & roles",
|
|
|
|
|
"intro": "Everyone who can sign in. Promote a user to admin, or back to a regular user.",
|
|
|
|
|
"empty": "No users yet.",
|
|
|
|
|
"you": "you",
|
|
|
|
|
"admin": "Admin",
|
|
|
|
|
"demo": "Demo",
|
2026-06-19 19:52:12 +02:00
|
|
|
"suspended": "Suspended",
|
2026-06-19 14:16:48 +02:00
|
|
|
"pending": "Pending approval",
|
|
|
|
|
"unverified": "Unverified email",
|
|
|
|
|
"demoLocked": "The demo account's role can't be changed.",
|
|
|
|
|
"selfLocked": "You can't change your own role.",
|
|
|
|
|
"makeAdmin": "Make admin",
|
|
|
|
|
"makeUser": "Make user",
|
2026-06-19 19:52:12 +02:00
|
|
|
"updated": "Role updated for {{email}}",
|
2026-06-19 14:16:48 +02:00
|
|
|
"promoteTitle": "Make admin?",
|
|
|
|
|
"demoteTitle": "Remove admin?",
|
|
|
|
|
"promoteConfirm": "Give {{email}} full admin access (settings, scheduler, user management)?",
|
|
|
|
|
"demoteConfirm": "Remove admin access from {{email}}? They'll become a regular user."
|
2026-06-19 19:52:12 +02:00
|
|
|
},
|
|
|
|
|
"suspend": {
|
|
|
|
|
"action": "Suspend",
|
|
|
|
|
"undoAction": "Unsuspend",
|
|
|
|
|
"title": "Suspend account?",
|
|
|
|
|
"undoTitle": "Unsuspend account?",
|
|
|
|
|
"confirm": "Suspend {{email}}? They won't be able to sign in (by password or Google) until you unsuspend them, and any active session ends.",
|
|
|
|
|
"undoConfirm": "Unsuspend {{email}}? They'll be able to sign in again.",
|
|
|
|
|
"done": "{{email}} suspended",
|
|
|
|
|
"undone": "{{email}} unsuspended",
|
|
|
|
|
"demoLocked": "The demo account can't be suspended.",
|
|
|
|
|
"selfLocked": "You can't suspend your own account."
|
|
|
|
|
},
|
|
|
|
|
"delete": {
|
|
|
|
|
"action": "Delete",
|
|
|
|
|
"locked": "This account can't be deleted here.",
|
|
|
|
|
"title": "Delete account?",
|
|
|
|
|
"confirm": "Permanently delete {{email}} and all their data — subscriptions, tags, watch history, playlists and settings? This can't be undone.",
|
|
|
|
|
"done": "{{email}} deleted"
|
2026-06-19 14:16:48 +02:00
|
|
|
}
|
|
|
|
|
}
|