Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Wagena committed Nov 26, 2024
2 parents 5efcdab + b8eed97 commit d0c0b22
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/lang/de/filament-deepl-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
'translate' => 'Translate',
'modal_title' => 'Translate with DeepL',
'source' => 'Source Language',
'target' => 'Target Language',
'active_locale' => 'Current language',
'original_field' => 'Original field: :field',
'translated_field' => 'Translated field: :field',
'success_title' => 'Success!',
'success_message' => 'Content has been translated successfully.',
'error_title' => 'Error!',
Expand All @@ -13,5 +17,8 @@
'modal' => [
'heading' => 'Overwrite all translations',
],
'notifications' => [
'title' => 'Content sent to DeepL and will be processed in the background.',
],
],
];
4 changes: 4 additions & 0 deletions resources/lang/en/filament-deepl-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'translate' => 'Translate',
'modal_title' => 'Translate with DeepL',
'source' => 'Source Language',
'target' => 'Target Language',
'active_locale' => 'Current language',
'original_field' => 'Original field: :field',
'translated_field' => 'Translated field: :field',
Expand All @@ -16,5 +17,8 @@
'modal' => [
'heading' => 'Overwrite all translations',
],
'notifications' => [
'title' => 'Content sent to DeepL and will be processed in the background.',
],
],
];
4 changes: 4 additions & 0 deletions resources/lang/nl/filament-deepl-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'translate' => 'Vertalen',
'modal_title' => 'Vertalen met DeepL',
'source' => 'Originele taal',
'target' => 'Doel taal',
'active_locale' => 'Huidige taal',
'original_field' => 'Originele veld: :field',
'translated_field' => 'Vertaalde veld: :field',
Expand All @@ -16,5 +17,8 @@
'modal' => [
'heading' => 'Overschrijf alle vertalingen',
],
'notifications' => [
'title' => 'Content is verzonden naar DeepL en worden in de achtergrond verwerkt.',
],
],
];

0 comments on commit d0c0b22

Please sign in to comment.