Skip to content

Commit

Permalink
Merge pull request #47 from RickDBCN/feature/dutch-translations
Browse files Browse the repository at this point in the history
feature: Add dutch translations
  • Loading branch information
RickDBCN authored Apr 17, 2024
2 parents 40deb8e + 319da58 commit 3ed1969
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ composer test
## Credits

- [Rick de Boer](https://github.com/RickDBCN)
- [Ramnzys](https://github.com/ramnzys/filament-email-log)
- [Marco Germani](https://github.com/marcogermani87)
- [All Contributors](../../contributors)

Expand Down
27 changes: 27 additions & 0 deletions resources/lang/nl/filament-email.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?php

return [
'created_at' => 'Aangemaakt op',
'sent_at' => 'Verstuurd op',
'html' => 'HTML',
'text' => 'Text',
'raw' => 'Ruwe',
'debug_info' => 'Foutopsporingsinformatie',
'cc' => 'CC',
'to' => 'Aan',
'from' => 'Van',
'header' => 'Headers',
'resend_email_heading' => 'Verstuur e-mail opnieuw',
'resend_email_description' => 'Weet je zeker dat je de mail opnieuw wilt versturen?',
'resend_email_success' => 'De e-mail is succesvol verzonden',
'resend_email_error' => 'Er is iets misgegaan met het versturen van de e-mail',
'email_log' => 'E-mail Log',
'subject' => 'Onderwerp',
'from_filter' => 'Van',
'to_filter' => 'Aan',
'navigation_label' => 'E-mail Log',
'navigation_group' => 'Admin',
'bcc' => 'BCC',
'insert_multiple_email_placelholder' => 'Type een of meerdere e-mailadressen in',
'update_and_resend_email_heading' => 'Bijwerken en e-mail opnieuw versturen',
];

0 comments on commit 3ed1969

Please sign in to comment.