Aktueller Stand

This commit is contained in:
2026-01-23 01:33:35 +01:00
parent 082dc5e110
commit 2766dd12c5
10109 changed files with 1578841 additions and 77685 deletions

View File

@@ -27,6 +27,14 @@
"register": "Register",
"createAccount": "Create account",
"noAccount": "No account yet?",
"confirm": "Confirm",
"confirmTitle": "Please confirm",
"cancel": "Cancel",
"yes": "Yes",
"no": "No",
"provider": "Provider",
"authMode": "Auth mode",
"oauth": "OAuth",
"passwordResetTitle": "Password change required",
"passwordResetHint": "Your admin password was reset. Please set a new password to continue.",
"newPassword": "New password",
@@ -57,6 +65,8 @@
"adminGoogleClientId": "Client ID",
"adminGoogleClientSecret": "Client secret",
"adminGoogleRedirectUri": "Redirect URL",
"adminCleanupScanLimit": "Max emails per cleanup",
"adminCleanupScanLimitHint": "0 = unlimited. Useful for testing.",
"adminSaveSettings": "Save settings",
"adminSaving": "Saving...",
"adminSettingsSaved": "Saved",
@@ -64,6 +74,10 @@
"adminShowSecret": "Show secret",
"adminHideSecret": "Hide secret",
"adminSettingsSource": "Sources - Client ID: {{id}}, Secret: {{secret}}, Redirect: {{redirect}}",
"selectAll": "Select all",
"adminCancelSelected": "Cancel selected",
"adminDeleteSelected": "Delete selected",
"adminDeleteJobsConfirm": "Delete {{count}} selected jobs and all events?",
"adminRetry": "Retry",
"adminCancelJob": "Cancel",
"adminMailboxStatus": "Mailbox status",
@@ -72,7 +86,13 @@
"oauthConnect": "Check/connect OAuth",
"gmailConnect": "Connect Gmail OAuth",
"mailboxAdd": "Add mailbox",
"mailboxEditTitle": "Edit mailbox",
"mailboxSave": "Save",
"mailboxUpdate": "Update",
"mailboxEdit": "Edit",
"mailboxDelete": "Delete",
"mailboxCancelEdit": "Cancel",
"mailboxEmpty": "No mailboxes yet. Add one to start cleaning.",
"cleanupStart": "Start cleanup",
"cleanupDryRun": "Dry run (no changes)",
"cleanupUnsubscribe": "Unsubscribe enabled",
@@ -82,6 +102,9 @@
"cleanupOauthRequired": "Connect Gmail OAuth before starting cleanup.",
"cleanupDryRunHint": "Dry run simulates routing and unsubscribe actions. No changes or emails are sent.",
"rulesTitle": "Rules",
"rulesAdd": "Add rule",
"rulesAddTitle": "Create rule",
"rulesEditTitle": "Edit rule",
"rulesName": "Rule name",
"rulesEnabled": "Rule enabled",
"rulesConditions": "Conditions",
@@ -90,8 +113,25 @@
"rulesAddAction": "+ Add action",
"rulesSave": "Save rule",
"rulesOverview": "Rules overview",
"rulesEmpty": "No rules yet.",
"jobsTitle": "Jobs",
"jobsEmpty": "No jobs yet.",
"jobsProgress": "Progress",
"jobsEta": "ETA",
"jobDetailsTitle": "Job details",
"jobNoEvents": "No events yet.",
"jobEvents": "Job events",
"phaseListing": "Listing",
"phaseProcessing": "Processing",
"phaseUnsubscribe": "Unsubscribe",
"phaseListingPending": "Preparing message list.",
"phaseProcessingPending": "Waiting for processing.",
"phaseUnsubscribePending": "Waiting for unsubscribe.",
"phaseUnsubscribeDisabled": "Unsubscribe disabled for this job.",
"phaseUnsubscribeSummary": "Unsubscribed {{ok}} · Failed {{failed}} · Dry run {{dryRun}} ({{total}} total).",
"phaseStatusActive": "Active",
"phaseStatusDone": "Done",
"phaseStatusPending": "Pending",
"noJobSelected": "No job selected.",
"tenantName": "Tenant name",
"password": "Password",
@@ -111,11 +151,20 @@
"providerHintGmail": "Gmail uses OAuth. You can leave the password empty and connect via the OAuth button.",
"providerHintGmx": "GMX uses IMAP. Enter your app password or IMAP password for this mailbox.",
"providerHintWebde": "web.de uses IMAP. Enter your app password or IMAP password for this mailbox.",
"mailboxPasswordHintEdit": "Leave empty to keep the current app password.",
"providerHelp": "Help for mailbox setup",
"providerHelpTitle": "Mailbox setup help",
"providerHelpGmail": "Create a Google OAuth Client and connect via the OAuth button. The password field is not required when OAuth is used.",
"providerHelpGmx": "Enable IMAP in your GMX settings and create an app password. Use that password here.",
"providerHelpWebde": "Enable IMAP in your web.de account settings and create an app password. Use that password here.",
"wizardStepProvider": "Provider",
"wizardStepDetails": "Details",
"wizardStepReview": "Review",
"wizardChooseProvider": "Choose a provider",
"wizardNext": "Next",
"wizardBack": "Back",
"wizardCreate": "Create mailbox",
"wizardConnectNow": "Connect Gmail OAuth now",
"close": "Close",
"providerGmail": "Gmail",
"providerGmx": "GMX",
@@ -197,6 +246,8 @@
"toastLoginSuccess": "Logged in successfully.",
"toastRegisterSuccess": "Account created successfully.",
"toastMailboxAdded": "Mailbox added.",
"toastMailboxUpdated": "Mailbox updated.",
"toastMailboxDeleted": "Mailbox deleted.",
"toastRuleSaved": "Rule saved.",
"toastRuleDeleted": "Rule deleted.",
"toastCleanupStarted": "Cleanup job started.",
@@ -215,6 +266,9 @@
"toastPasswordReset": "Password reset.",
"toastJobCanceled": "Job canceled.",
"toastJobRetry": "Job retried.",
"toastJobDeleted": "Job deleted.",
"toastSettingsSaved": "Settings saved.",
"toastSettingsFailed": "Settings save failed."
"toastSettingsFailed": "Settings save failed.",
"confirmMailboxDelete": "Delete mailbox {{email}}? This will remove all related data.",
"adminDeleteJobConfirm": "Delete this job and all its events?"
}