Skip to content

Commit

Permalink
Merge pull request #70 from hofmannsven/main
Browse files Browse the repository at this point in the history
Add German translations
  • Loading branch information
marcogermani87 authored Jul 4, 2024
2 parents 8da12c3 + 104be47 commit 984c045
Showing 1 changed file with 32 additions and 0 deletions.
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',
];

0 comments on commit 984c045

Please sign in to comment.