Files
orion/app/modules/messaging/locales/de.json
Samir Boulahtit ce822af883
Some checks failed
CI / ruff (push) Successful in 9s
CI / pytest (push) Failing after 47m32s
CI / validate (push) Successful in 23s
CI / dependency-scanning (push) Successful in 29s
CI / docs (push) Has been skipped
CI / deploy (push) Has been skipped
feat: production launch — email audit, team invites, security headers, router fixes
- Fix loyalty & monitoring router bugs (_get_router → named routers)
- Implement team invitation email with send_template + seed templates (en/fr/de)
- Add SecurityHeadersMiddleware (nosniff, HSTS, referrer-policy, permissions-policy)
- Build email audit admin page: service, schemas, API, page route, menu, i18n, HTML, JS
- Clean stale TODO in platform-menu-config.js
- Add 67 tests (unit + integration) covering all new functionality

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 18:24:30 +01:00

118 lines
5.0 KiB
JSON

{
"notifications": {
"title": "Benachrichtigungen",
"mark_read": "Als gelesen markieren",
"mark_all_read": "Alle als gelesen markieren",
"no_notifications": "Keine Benachrichtigungen",
"new_order": "Neue Bestellung",
"order_updated": "Bestellung aktualisiert",
"low_stock": "Warnung bei geringem Bestand",
"import_complete": "Import abgeschlossen",
"import_failed": "Import fehlgeschlagen"
},
"messages": {
"failed_to_load_template": "Failed to load template",
"template_saved_successfully": "Template saved successfully",
"reverted_to_platform_default": "Reverted to platform default",
"failed_to_load_preview": "Failed to load preview",
"failed_to_send_test_email": "Failed to send test email",
"failed_to_load_conversations": "Failed to load conversations",
"failed_to_load_conversation": "Failed to load conversation",
"conversation_closed": "Conversation closed",
"failed_to_close_conversation": "Failed to close conversation",
"conversation_reopened": "Conversation reopened",
"failed_to_reopen_conversation": "Failed to reopen conversation",
"conversation_created": "Conversation created",
"notification_marked_as_read": "Notification marked as read",
"all_notifications_marked_as_read": "All notifications marked as read",
"notification_deleted": "Notification deleted",
"notification_settings_saved": "Notification settings saved",
"failed_to_load_templates": "Failed to load templates",
"failed_to_load_recipients": "Failed to load recipients",
"failed_to_load_notifications": "Failed to load notifications",
"failed_to_mark_notification_as_read": "Failed to mark notification as read",
"failed_to_mark_all_as_read": "Failed to mark all as read",
"failed_to_delete_notification": "Failed to delete notification",
"failed_to_load_alerts": "Failed to load alerts",
"alert_resolved_successfully": "Alert resolved successfully",
"failed_to_resolve_alert": "Failed to resolve alert"
},
"features": {
"messaging_basic": {
"name": "Basis-Nachrichten",
"description": "Grundlegende Nachrichtenfunktionalität"
},
"email_templates": {
"name": "E-Mail-Vorlagen",
"description": "Anpassbare E-Mail-Vorlagen"
},
"bulk_messaging": {
"name": "Massennachrichten",
"description": "Massennachrichten an Kunden senden"
}
},
"menu": {
"platform_admin": "Plattform-Administration",
"platform_monitoring": "Plattform-Überwachung",
"platform_settings": "Plattform-Einstellungen",
"customers": "Kunden",
"account_settings": "Kontoeinstellungen",
"messages": "Nachrichten",
"notifications": "Benachrichtigungen",
"email_templates": "E-Mail-Vorlagen",
"email_logs": "E-Mail-Protokolle"
},
"email_logs": {
"title": "E-Mail-Protokolle",
"subtitle": "Alle über die Plattform gesendeten E-Mails prüfen",
"recipient": "Empfänger",
"subject": "Betreff",
"template": "Vorlage",
"status": "Status",
"store": "Shop",
"date": "Datum",
"sent_at": "Gesendet am",
"provider": "Anbieter",
"from": "Von",
"to": "An",
"reply_to": "Antwort an",
"related_entity": "Verknüpfte Entität",
"error_message": "Fehlermeldung",
"actions": "Aktionen",
"view_detail": "Details anzeigen",
"email_detail": "E-Mail-Detail",
"html_preview": "HTML-Vorschau",
"text_preview": "Text-Vorschau",
"metadata": "Metadaten",
"content": "Inhalt",
"filter_by_recipient": "Nach Empfänger-E-Mail suchen...",
"filter_by_status": "Alle Status",
"filter_by_template": "Alle Vorlagen",
"filter_by_store": "Alle Shops",
"date_from": "Von Datum",
"date_to": "Bis Datum",
"apply_filters": "Anwenden",
"reset_filters": "Zurücksetzen",
"total_sent": "Gesamt gesendet",
"total_failed": "Fehlgeschlagen",
"total_pending": "Ausstehend",
"total_delivered": "Zugestellt",
"no_logs": "Keine E-Mail-Protokolle gefunden",
"status_sent": "Gesendet",
"status_failed": "Fehlgeschlagen",
"status_pending": "Ausstehend",
"status_delivered": "Zugestellt",
"status_bounced": "Abgewiesen",
"status_opened": "Geöffnet",
"status_clicked": "Angeklickt"
},
"permissions": {
"view_messages": "Nachrichten anzeigen",
"view_messages_desc": "Nachrichten und Konversationen anzeigen",
"send_messages": "Nachrichten senden",
"send_messages_desc": "Nachrichten an Kunden senden",
"manage_templates": "Vorlagen verwalten",
"manage_templates_desc": "Nachrichtenvorlagen erstellen und bearbeiten"
}
}