mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 04:39:09 +08:00
Update de.js
changed "Datei" (file) to "Daten" (data) and "Einträge" (entries) completed translation
This commit is contained in:
parent
a3f144e4de
commit
531a847893
@ -59,13 +59,13 @@ export default {
|
||||
select: {
|
||||
loading: 'Lädt.',
|
||||
noMatch: 'Nichts gefunden.',
|
||||
noData: 'Keine Datei',
|
||||
placeholder: 'Datei wählen'
|
||||
noData: 'Keine Daten',
|
||||
placeholder: 'Daten wählen'
|
||||
},
|
||||
cascader: {
|
||||
noMatch: 'Nichts gefunden.',
|
||||
loading: 'Lädt.',
|
||||
placeholder: 'Datei wählen'
|
||||
placeholder: 'Daten wählen'
|
||||
},
|
||||
pagination: {
|
||||
goto: 'Gehe zu',
|
||||
@ -88,18 +88,18 @@ export default {
|
||||
confirmFilter: 'Anwenden',
|
||||
resetFilter: 'Zurücksetzen',
|
||||
clearFilter: 'Alles ',
|
||||
sumText: 'Sum' // to be translated
|
||||
sumText: 'Summe'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Keine Daten'
|
||||
emptyText: 'Keine Einträge'
|
||||
},
|
||||
transfer: {
|
||||
noMatch: 'Nichts gefunden.',
|
||||
noData: 'Keine Datei',
|
||||
titles: ['List 1', 'List 2'], // to be translated
|
||||
filterPlaceholder: 'Enter keyword', // to be translated
|
||||
noCheckedFormat: '{total} items', // to be translated
|
||||
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
||||
noData: 'Keine Einträge',
|
||||
titles: ['Liste 1', 'Liste 2'],
|
||||
filterPlaceholder: 'Einträge filtern',
|
||||
noCheckedFormat: '{total} Einträge',
|
||||
hasCheckedFormat: '{checked}/{total} ausgewählt'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user