Projektstart

This commit is contained in:
2026-01-22 16:04:42 +01:00
parent 57e5f652f8
commit 5174b88af9
2716 changed files with 4225555 additions and 128 deletions

View File

@@ -26,5 +26,100 @@
"login": "Login",
"register": "Register",
"createAccount": "Create account",
"noAccount": "No account yet?"
"noAccount": "No account yet?",
"adminTenants": "Tenants",
"adminUsers": "Users",
"adminAccounts": "Accounts",
"adminJobs": "Jobs",
"adminExport": "Export",
"adminDisable": "Disable",
"adminEnable": "Enable",
"adminDelete": "Delete",
"adminMakeUser": "Make USER",
"adminMakeAdmin": "Make ADMIN",
"adminImpersonate": "Impersonate",
"adminResetPassword": "Reset password",
"adminResetTitle": "Reset password",
"adminResetPlaceholder": "New password (min 10 characters)",
"adminCancel": "Cancel",
"adminConfirmReset": "Reset",
"adminRetry": "Retry",
"adminCancelJob": "Cancel",
"adminMailboxStatus": "Mailbox status",
"oauthConnected": "OAuth connected",
"oauthMissing": "OAuth missing",
"oauthConnect": "Check/connect OAuth",
"gmailConnect": "Connect Gmail OAuth",
"mailboxAdd": "Add mailbox",
"mailboxSave": "Save",
"cleanupStart": "Start cleanup",
"cleanupDryRun": "Dry run (no changes)",
"cleanupUnsubscribe": "Unsubscribe enabled",
"cleanupRouting": "Routing enabled",
"rulesTitle": "Rules",
"rulesName": "Rule name",
"rulesEnabled": "Rule enabled",
"rulesConditions": "Conditions",
"rulesActions": "Actions",
"rulesAddCondition": "+ Add condition",
"rulesAddAction": "+ Add action",
"rulesSave": "Save rule",
"rulesOverview": "Rules overview",
"jobsTitle": "Jobs",
"jobEvents": "Job events",
"noJobSelected": "No job selected.",
"tenantName": "Tenant name",
"password": "Password",
"selectMailbox": "Select mailbox",
"value": "Value",
"targetPlaceholder": "Target (e.g. Newsletter)",
"delete": "Delete",
"details": "Details",
"email": "Email",
"appPassword": "App password / OAuth token",
"adminDeleteConfirm": "Delete tenant {{name}}?"
,
"countUsers": "{{count}} users",
"countAccounts": "{{count}} accounts",
"countJobs": "{{count}} jobs",
"placeholderEmail": "email@example.com",
"providerGmail": "Gmail",
"providerGmx": "GMX",
"providerWebde": "web.de",
"selectProvider": "Select provider",
"statusRunning": "Running",
"statusQueued": "Queued",
"statusSucceeded": "Succeeded",
"statusFailed": "Failed",
"statusCanceled": "Canceled",
"oauthStatusLabel": "OAuth status"
,
"adminExportJson": "Export JSON",
"adminExportCsv": "Export CSV",
"adminExporting": "Exporting...",
"adminExportDone": "Export ready",
"adminLastConnected": "Last connected",
"adminExpiresAt": "Expires",
"oauthStatusUnknown": "Unknown",
"adminTenantExport": "Tenant export",
"adminExportHint": "Export tenant data for GDPR requests. Choose format and scope.",
"adminExportScope": "Scope",
"adminExportAll": "All data",
"adminExportUsers": "Users only",
"adminExportAccounts": "Accounts only",
"adminExportJobs": "Jobs only",
"adminExportRules": "Rules only",
"adminExportStart": "Start export",
"badgeConnected": "Connected",
"badgeMissing": "Missing",
"statusLabel": "Status",
"ruleConditionHeader": "Header",
"ruleConditionSubject": "Subject",
"ruleConditionFrom": "From",
"ruleConditionListUnsub": "List-Unsubscribe",
"ruleConditionListId": "List-Id",
"ruleActionMove": "Move",
"ruleActionDelete": "Delete",
"ruleActionArchive": "Archive",
"ruleActionLabel": "Label"
}