Merge pull request #2201 from mplodowski/german-datepicker

German datepicker translation
This commit is contained in:
Samuel Georges 2016-07-12 19:06:14 +10:00 committed by GitHub
commit 0970a755b8
1 changed files with 38 additions and 3 deletions

View File

@ -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'
]
]
];