Skip to content

Commit

Permalink
fix(module:i18n): update and add translations for de_DE (#4239)
Browse files Browse the repository at this point in the history
* i18n update de_DE.ts
  • Loading branch information
gamsterx authored and Wendell committed Sep 29, 2019
1 parent 691ba0c commit f819fad
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions components/i18n/languages/de_DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ 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'
selectAll: 'Alle auswählen',
selectInvert: 'Auswahl Invertieren',
sortTitle: 'Sortieren'
},
Modal: {
okText: 'OK',
Expand All @@ -34,6 +38,7 @@ export default {
cancelText: 'Abbrechen'
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Suchen',
itemUnit: 'Eintrag',
itemsUnit: 'Einträge'
Expand All @@ -46,5 +51,17 @@ export default {
},
Empty: {
description: 'Keine Daten'
},
Icon: {
icon: 'Symbol'
},
Text: {
edit: 'Bearbeiten',
copy: 'Kopieren',
copied: 'Kopieren erfolgreich',
expand: 'Aufklappen'
},
PageHeader: {
back: 'Zurück'
}
};

0 comments on commit f819fad

Please sign in to comment.