Skip to content

Commit

Permalink
Merge pull request #329 from martinmildner/3.x
Browse files Browse the repository at this point in the history
Added missing de translation
  • Loading branch information
awcodes authored Oct 25, 2023
2 parents 82ea7bb + 5c306f5 commit 69eb6cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/de/forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@
'curations' => [
'button_label' => 'Variante erstellen',
],
'multi_upload' => [
'action_label' => 'Mehrere hochladen',
'modal_heading' => 'Mehrere Dateien hochladen',
'modal_file_label' => 'Dateien',
],
];
2 changes: 2 additions & 0 deletions resources/lang/de/views.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'edit' => 'Bearbeiten',
'download' => 'Herunterladen',
'remove' => 'Entfernen',
'clear' => 'Alle entfernen',
],
'panel' => [
'button' => 'Datei hinzufügen',
Expand All @@ -46,6 +47,7 @@
'curation' => [
'heading' => 'Curating',
'adjustments' => 'Anpassungen',
'cancel' => 'Abbrechen',
'custom' => 'Benutzerdefiniert',
'key' => 'Key',
'key_helper' => 'Dies ist die Referenz, die zum Abruf der Curation verwendet wird.',
Expand Down

0 comments on commit 69eb6cc

Please sign in to comment.