diff --git a/modules/system/lang/de/client.php b/modules/system/lang/de/client.php index 85f8ff66f..271d8fe72 100644 --- a/modules/system/lang/de/client.php +++ b/modules/system/lang/de/client.php @@ -51,7 +51,42 @@ return [ 'cancel_button_text' => 'Abbrechen', ], + 'datepicker' => [ + 'previousMonth' => 'Vorheriger Monat', + 'nextMonth' => 'Nächsten Monat', + 'months' => ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'], + 'weekdays' => ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'], + 'weekdaysShort' => ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'] + ], + + 'filter' => [ + 'group' => [ + 'all' => 'all' + ], + 'dates' => [ + 'all' => 'all', + 'filter_button_text' => 'Filter', + 'reset_button_text' => 'Reset', + 'date_placeholder' => 'Date', + 'after_placeholder' => 'After', + 'before_placeholder' => 'Before' + ] + ], + + 'eventlog' => [ + 'show_stacktrace' => 'Show the stacktrace', + 'hide_stacktrace' => 'Hide the stacktrace', + 'tabs' => [ + 'formatted' => 'Formatted', + 'raw' => 'Raw', + ], + 'editor' => [ + 'title' => 'Source code editor', + 'description' => 'Your operating system should be configured to listen to one of these URL schemes.', + 'openWith' => 'Open with', + 'remember_choice' => 'Remember selected option for this session', + 'open' => 'Open', + 'cancel' => 'Cancel' + ] + ] ]; - - -