Improve German locale (#1566)

German native speaker here,
did my best to improve the locale.
Could not see the actual usage of some items like select.noMatch so I hope it still matches the use case.
This commit is contained in:
Jan Wirth 2016-12-06 06:15:32 +01:00 committed by cinwell.li
parent 6e618b4c6d
commit 8a33e96eb0

View File

@ -1,18 +1,21 @@
export default {
el: {
datepicker: {
now: 'jetzt',
today: 'heute',
cancel: 'abbrechen',
clear: 'leeren',
now: 'Jetzt',
today: 'Heute',
cancel: 'Abbrechen',
clear: 'Leeren',
confirm: 'OK',
selectDate: 'Datum wählen',
selectTime: 'Zeit wählen',
selectTime: 'Uhrzeit wählen',
startDate: 'Startdatum',
startTime: 'Startzeit',
endDate: 'Enddatum',
endTime: 'Endzeit',
year: '',
day: 'Tag',
week: 'Woche',
month: 'Monat',
year: 'Jahr',
month1: 'Januar',
month2: 'Februar',
month3: 'März',
@ -24,8 +27,7 @@ export default {
month9: 'September',
month10: 'Oktober',
month11: 'November',
month12: 'Dezmeber',
// week: 'Woche',
month12: 'Dezember',
weeks: {
sun: 'So',
mon: 'Mo',
@ -51,35 +53,35 @@ export default {
}
},
select: {
loading: 'es lädt',
noMatch: 'nicht gefunden',
noData: 'keine Datei',
placeholder: 'wählen'
loading: 'Lädt.',
noMatch: 'Nichts gefunden.',
noData: 'Keine Datei',
placeholder: 'Datei wählen'
},
pagination: {
goto: 'zu',
pagesize: '/Seite',
total: 'gesamt {total}',
goto: 'Gehe zu',
pagesize: 'pro Seite',
total: 'Gesamt {total}',
pageClassifier: ''
},
messagebox: {
confirm: 'OK',
cancel: 'abbrechen',
cancel: 'Abbrechen',
error: 'Fehler'
},
upload: {
delete: 'löschen',
preview: 'vorschauen',
continue: 'weiter hochzuladen'
delete: 'Löschen',
preview: 'Vorschau',
continue: 'Fortsetzen'
},
table: {
emptyText: 'keine Daten',
confirmFilter: 'filtern',
resetFilter: 'rücksetzen',
clearFilter: 'alles'
emptyText: 'Keine Daten',
confirmFilter: 'Anwenden',
resetFilter: 'Zurücksetzen',
clearFilter: 'Alles '
},
tree: {
emptyText: 'keine Daten'
emptyText: 'Keine Daten'
}
}
};