fix: mail UI German labels, multi-folder sync, account management, resizable panel fix

This commit is contained in:
Agent Zero
2026-07-15 14:36:45 +02:00
parent 0409a08002
commit e0975f4044
8 changed files with 690 additions and 151 deletions
+154
View File
@@ -380,5 +380,159 @@
"paymentTermsDays": "Payment terms (days)",
"saved": "System settings saved.",
"saveFailed": "Failed to save settings."
},
"mail": {
"title": "Email",
"settings": "Email Settings",
"accounts": "Mail Accounts",
"addAccount": "Add Account",
"deleteAccount": "Delete",
"confirmDeleteAccount": "Are you sure you want to delete this mail account? All associated emails and folders will be removed.",
"accountCreated": "Account created successfully.",
"accountDeleted": "Account deleted successfully.",
"noAccounts": "No mail accounts configured.",
"noAccountsDesc": "Add a mail account to send and receive emails.",
"configureAccount": "Configure Account",
"personal": "Personal",
"shared": "Shared",
"email": "Email Address",
"displayName": "Display Name",
"password": "Password",
"imapHost": "IMAP Server",
"imapPort": "IMAP Port",
"smtpHost": "SMTP Server",
"smtpPort": "SMTP Port",
"serverInfo": "Server Info",
"testConnection": "Test Connection",
"connectionSuccess": "Connection successful.",
"syncNow": "Sync Now",
"syncSuccess": "{{count}} emails synced.",
"selectAccount": "Select Account",
"selectAccountFirst": "Please select an account first.",
"folders": "Folders",
"noFolders": "No folders available",
"noFoldersDesc": "No folders have been configured yet.",
"noMails": "No emails",
"noMailsDesc": "There are no emails in this folder.",
"noSubject": "No Subject",
"selectMail": "Select Email",
"selectMailToRead": "No email selected",
"selectMailToReadDesc": "Select an email from the list to read it.",
"from": "From",
"to": "To",
"cc": "CC",
"bcc": "BCC",
"date": "Date",
"subject": "Subject",
"subjectPlaceholder": "Enter subject...",
"body": "Body",
"attachments": "Attachments",
"download": "Download",
"compose": "Compose",
"send": "Send",
"sent": "Email sent.",
"reply": "Reply",
"forward": "Forward",
"forwarding": "Forwarding",
"flag": "Flag",
"unflag": "Unflag",
"flagged": "Flagged",
"toggleFlag": "Toggle Flag",
"unread": "Unread",
"createEvent": "Create Event",
"eventCreated": "Event created from email.",
"searchPlaceholder": "Search emails...",
"showCcBcc": "Show CC/BCC",
"htmlUnsafe": "HTML content was sanitized for security.",
"bold": "Bold",
"italic": "Italic",
"insertLink": "Insert Link",
"linkUrl": "URL",
"insertTemplate": "Insert Template",
"template": "Template",
"selectTemplate": "Select Template",
"noTemplates": "No templates available",
"noTemplatesDesc": "No email templates have been created yet.",
"signature": "Signature",
"signatures": "Signatures",
"signatureName": "Signature Name",
"signatureBody": "Signature Body",
"newSignature": "New Signature",
"noSignature": "No Signature",
"noSignatures": "No signatures available",
"noSignaturesDesc": "Create a signature for your emails.",
"defaultSignature": "Default Signature",
"signatureCreated": "Signature created.",
"signatureUpdated": "Signature updated.",
"signatureDeleted": "Signature deleted.",
"confirmDeleteSignature": "Are you sure you want to delete this signature?",
"deleteSignature": "Delete Signature",
"rules": "Rules",
"newRule": "New Rule",
"ruleName": "Rule Name",
"rulePriority": "Priority",
"ruleConditions": "Conditions",
"ruleActions": "Actions",
"addCondition": "Add Condition",
"addAction": "Add Action",
"ruleCondFromContains": "From contains",
"ruleCondToContains": "To contains",
"ruleCondSubjectContains": "Subject contains",
"ruleCondBodyContains": "Body contains",
"ruleCondHasAttachment": "Has attachment",
"ruleCondValue": "Value",
"ruleActionMoveToFolder": "Move to folder",
"ruleActionMarkAsRead": "Mark as read",
"ruleActionMarkAsFlagged": "Mark as flagged",
"ruleActionForwardTo": "Forward to",
"ruleActionDelete": "Delete",
"ruleActionValue": "Value",
"ruleCreated": "Rule created.",
"ruleDeleted": "Rule deleted.",
"confirmDeleteRule": "Are you sure you want to delete this rule?",
"deleteRule": "Delete Rule",
"noRules": "No rules available",
"noRulesDesc": "Create rules for automatic email processing.",
"labels": "Labels",
"newLabel": "New Label",
"labelName": "Label Name",
"labelColor": "Color",
"labelCreated": "Label created.",
"labelDeleted": "Label deleted.",
"confirmDeleteLabel": "Are you sure you want to delete this label?",
"deleteLabel": "Delete Label",
"noLabels": "No labels available",
"noLabelsDesc": "Create labels to organize your emails.",
"vacationResponder": "Vacation Responder",
"enableVacation": "Enable vacation responder",
"vacationSubject": "Subject",
"vacationSubjectPlaceholder": "Enter vacation subject...",
"vacationBody": "Message",
"vacationBodyPlaceholder": "Your vacation message...",
"vacationStart": "Start Date",
"vacationEnd": "End Date",
"vacationSaved": "Vacation responder saved.",
"pgpKeys": "PGP Keys",
"pgpImportKey": "Import PGP Key",
"importKey": "Import Key",
"privateKey": "Private Key",
"privateKeyLabel": "Private PGP Key",
"publicKey": "Public Key",
"passphrase": "Passphrase",
"pgpKeyImported": "PGP key imported successfully.",
"contactPgpKeys": "Contact PGP Keys",
"contactPgpStored": "PGP key stored for contact.",
"storeContactKey": "Store Public Key",
"contactId": "Contact ID",
"noPgpKeys": "No PGP keys available",
"noPgpKeysDesc": "Import a PGP key for encryption.",
"noContactKeys": "No contact keys available",
"noContactKeysDesc": "Store public keys for your contacts.",
"tabAccounts": "Accounts",
"tabSignatures": "Signatures",
"tabRules": "Rules",
"tabLabels": "Labels",
"tabVacation": "Vacation",
"tabPgp": "PGP Encryption"
}
}