Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add German translations #70

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions resources/lang/de/filament-email.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
'created_at' => 'Erstellt am',
'sent_at' => 'Versendet am',
'html' => 'HTML',
'text' => 'Text',
'raw' => 'Raw',
'debug_info' => 'Debug-Info',
'cc' => 'Cc',
'to' => 'An',
'from' => 'Von',
'header' => 'Header',
'resend_email_heading' => 'E-Mail erneut senden',
'resend_email_description' => 'Sind Sie sicher, dass Sie diese E-Mail erneut senden möchten?',
'resend_email_success' => 'Die E-Mail wurde erfolgreich gesendet',
'resend_email_error' => 'E-Mail konnte nicht gesendet werden, interner Fehler',
'email_log' => 'E-Mail-Protokoll',
'subject' => 'Betreff',
'from_filter' => 'Von',
'to_filter' => 'An',
'navigation_label' => 'E-Mail-Protokoll',
'navigation_group' => 'Admin',
'bcc' => 'Bcc',
'insert_multiple_email_placelholder' => 'Geben Sie eine oder mehrere E-Mails ein',
'update_and_resend_email_heading' => 'E-Mail aktualisieren und erneut senden',
'attachments' => 'Anhänge',
'download' => 'Herunterladen',
'download_attachment_error' => 'Anhang konnte nicht heruntergeladen werden!',
'add_attachments' => 'Anhänge hinzufügen',
'attachments_number' => ':count Anhang|:count Anhänge',
];