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": "Zahlungsziel (Tage)",
"saved": "Systemeinstellungen gespeichert.",
"saveFailed": "Speichern fehlgeschlagen."
},
"mail": {
"title": "E-Mail",
"settings": "E-Mail-Einstellungen",
"accounts": "Mail-Accounts",
"addAccount": "Account hinzufügen",
"deleteAccount": "Löschen",
"confirmDeleteAccount": "Möchten Sie diesen Mail-Account wirklich löschen? Alle zugehörigen E-Mails und Ordner werden entfernt.",
"accountCreated": "Account erfolgreich erstellt.",
"accountDeleted": "Account erfolgreich gelöscht.",
"noAccounts": "Keine Mail-Accounts konfiguriert.",
"noAccountsDesc": "Fügen Sie einen Mail-Account hinzu, um E-Mails zu empfangen und zu senden.",
"configureAccount": "Account konfigurieren",
"personal": "Persönlich",
"shared": "Geteilt",
"email": "E-Mail-Adresse",
"displayName": "Anzeigename",
"password": "Passwort",
"imapHost": "IMAP-Server",
"imapPort": "IMAP-Port",
"smtpHost": "SMTP-Server",
"smtpPort": "SMTP-Port",
"serverInfo": "Server-Info",
"testConnection": "Verbindung testen",
"connectionSuccess": "Verbindung erfolgreich.",
"syncNow": "Jetzt synchronisieren",
"syncSuccess": "{{count}} E-Mails synchronisiert.",
"selectAccount": "Account auswählen",
"selectAccountFirst": "Bitte wählen Sie zuerst einen Account aus.",
"folders": "Ordner",
"noFolders": "Keine Ordner vorhanden",
"noFoldersDesc": "Es sind noch keine Ordner konfiguriert.",
"noMails": "Keine E-Mails",
"noMailsDesc": "In diesem Ordner sind keine E-Mails vorhanden.",
"noSubject": "Kein Betreff",
"selectMail": "E-Mail auswählen",
"selectMailToRead": "Keine E-Mail ausgewählt",
"selectMailToReadDesc": "Wählen Sie eine E-Mail aus der Liste, um sie zu lesen.",
"from": "Von",
"to": "An",
"cc": "CC",
"bcc": "BCC",
"date": "Datum",
"subject": "Betreff",
"subjectPlaceholder": "Betrereff eingeben...",
"body": "Text",
"attachments": "Anhänge",
"download": "Herunterladen",
"compose": "Verfassen",
"send": "Senden",
"sent": "E-Mail gesendet.",
"reply": "Antworten",
"forward": "Weiterleiten",
"forwarding": "Weiterleitung",
"flag": "Markieren",
"unflag": "Markierung entfernen",
"flagged": "Markiert",
"toggleFlag": "Flagge umschalten",
"unread": "Ungelesen",
"createEvent": "Termin erstellen",
"eventCreated": "Termin aus E-Mail erstellt.",
"searchPlaceholder": "E-Mails durchsuchen...",
"showCcBcc": "CC/BCC anzeigen",
"htmlUnsafe": "HTML-Inhalt wurde aus Sicherheitsgründen bereinigt.",
"bold": "Fett",
"italic": "Kursiv",
"insertLink": "Link einfügen",
"linkUrl": "URL",
"insertTemplate": "Vorlage einfügen",
"template": "Vorlage",
"selectTemplate": "Vorlage auswählen",
"noTemplates": "Keine Vorlagen vorhanden",
"noTemplatesDesc": "Es sind noch keine E-Mail-Vorlagen erstellt.",
"signature": "Signatur",
"signatures": "Signaturen",
"signatureName": "Name der Signatur",
"signatureBody": "Signaturtext",
"newSignature": "Neue Signatur",
"noSignature": "Keine Signatur",
"noSignatures": "Keine Signaturen vorhanden",
"noSignaturesDesc": "Erstellen Sie eine Signatur für Ihre E-Mails.",
"defaultSignature": "Standard-Signatur",
"signatureCreated": "Signatur erstellt.",
"signatureUpdated": "Signatur aktualisiert.",
"signatureDeleted": "Signatur gelöscht.",
"confirmDeleteSignature": "Möchten Sie diese Signatur wirklich löschen?",
"deleteSignature": "Signatur löschen",
"rules": "Regeln",
"newRule": "Neue Regel",
"ruleName": "Regelname",
"rulePriority": "Priorität",
"ruleConditions": "Bedingungen",
"ruleActions": "Aktionen",
"addCondition": "Bedingung hinzufügen",
"addAction": "Aktion hinzufügen",
"ruleCondFromContains": "Von enthält",
"ruleCondToContains": "An enthält",
"ruleCondSubjectContains": "Betreff enthält",
"ruleCondBodyContains": "Text enthält",
"ruleCondHasAttachment": "Hat Anhang",
"ruleCondValue": "Wert",
"ruleActionMoveToFolder": "In Ordner verschieben",
"ruleActionMarkAsRead": "Als gelesen markieren",
"ruleActionMarkAsFlagged": "Als markiert markieren",
"ruleActionForwardTo": "Weiterleiten an",
"ruleActionDelete": "Löschen",
"ruleActionValue": "Wert",
"ruleCreated": "Regel erstellt.",
"ruleDeleted": "Regel gelöscht.",
"confirmDeleteRule": "Möchten Sie diese Regel wirklich löschen?",
"deleteRule": "Regel löschen",
"noRules": "Keine Regeln vorhanden",
"noRulesDesc": "Erstellen Sie Regeln für die automatische E-Mail-Verarbeitung.",
"labels": "Labels",
"newLabel": "Neues Label",
"labelName": "Label-Name",
"labelColor": "Farbe",
"labelCreated": "Label erstellt.",
"labelDeleted": "Label gelöscht.",
"confirmDeleteLabel": "Möchten Sie dieses Label wirklich löschen?",
"deleteLabel": "Label löschen",
"noLabels": "Keine Labels vorhanden",
"noLabelsDesc": "Erstellen Sie Labels zur Organisation Ihrer E-Mails.",
"vacationResponder": "Abwesenheitsnotiz",
"enableVacation": "Abwesenheitsnotiz aktivieren",
"vacationSubject": "Betreff",
"vacationSubjectPlaceholder": "Abwesenheitsbetreff eingeben...",
"vacationBody": "Nachricht",
"vacationBodyPlaceholder": "Ihre Abwesenheitsnachricht...",
"vacationStart": "Startdatum",
"vacationEnd": "Enddatum",
"vacationSaved": "Abwesenheitsnotiz gespeichert.",
"pgpKeys": "PGP-Schlüssel",
"pgpImportKey": "PGP-Schlüssel importieren",
"importKey": "Schlüssel importieren",
"privateKey": "Privater Schlüssel",
"privateKeyLabel": "Privater PGP-Schlüssel",
"publicKey": "Öffentlicher Schlüssel",
"passphrase": "Passphrase",
"pgpKeyImported": "PGP-Schlüssel erfolgreich importiert.",
"contactPgpKeys": "PGP-Schlüssel der Kontakte",
"contactPgpStored": "PGP-Schlüssel für Kontakt gespeichert.",
"storeContactKey": "Öffentlichen Schlüssel speichern",
"contactId": "Kontakt-ID",
"noPgpKeys": "Keine PGP-Schlüssel vorhanden",
"noPgpKeysDesc": "Importieren Sie einen PGP-Schlüssel für die Verschlüsselung.",
"noContactKeys": "Keine Kontakt-Schlüssel vorhanden",
"noContactKeysDesc": "Speichern Sie öffentliche Schlüssel Ihrer Kontakte.",
"tabAccounts": "Accounts",
"tabSignatures": "Signaturen",
"tabRules": "Regeln",
"tabLabels": "Labels",
"tabVacation": "Abwesenheit",
"tabPgp": "PGP-Verschlüsselung"
}
}
+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"
}
}