Skip to content

Commit

Permalink
Update german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
iChebbi committed Mar 16, 2020
1 parent 9df7b38 commit 59958f7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions components/locale/de_DE.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,19 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Bitte auswählen',
},
Table: {
filterTitle: 'Filter-Menü',
filterConfirm: 'OK',
filterReset: 'Zurücksetzen',
selectAll: 'Selektiere Alle',
selectInvert: 'Selektion Invertieren',
selectionAll: 'Wählen Sie alle Daten aus',
sortTitle: 'Sortieren',
expand: 'Zeile erweitern',
collapse: 'Zeile reduzieren',
},
Modal: {
okText: 'OK',
Expand All @@ -40,4 +47,13 @@ export default {
Empty: {
description: 'Keine Daten',
},
Text: {
edit: 'Bearbeiten',
copy: 'Kopieren',
copied: 'Kopiert',
expand: 'Erweitern',
},
PageHeader: {
back: 'Zurück',
},
};

0 comments on commit 59958f7

Please sign in to comment.