Commit 531a8478 authored by Yannick Milhahn's avatar Yannick Milhahn Committed by 杨奕

Update de.js

changed "Datei" (file) to "Daten" (data) and "Einträge" (entries)
completed translation
parent a3f144e4
...@@ -59,13 +59,13 @@ export default { ...@@ -59,13 +59,13 @@ export default {
select: { select: {
loading: 'Lädt.', loading: 'Lädt.',
noMatch: 'Nichts gefunden.', noMatch: 'Nichts gefunden.',
noData: 'Keine Datei', noData: 'Keine Daten',
placeholder: 'Datei wählen' placeholder: 'Daten wählen'
}, },
cascader: { cascader: {
noMatch: 'Nichts gefunden.', noMatch: 'Nichts gefunden.',
loading: 'Lädt.', loading: 'Lädt.',
placeholder: 'Datei wählen' placeholder: 'Daten wählen'
}, },
pagination: { pagination: {
goto: 'Gehe zu', goto: 'Gehe zu',
...@@ -88,18 +88,18 @@ export default { ...@@ -88,18 +88,18 @@ export default {
confirmFilter: 'Anwenden', confirmFilter: 'Anwenden',
resetFilter: 'Zurücksetzen', resetFilter: 'Zurücksetzen',
clearFilter: 'Alles ', clearFilter: 'Alles ',
sumText: 'Sum' // to be translated sumText: 'Summe'
}, },
tree: { tree: {
emptyText: 'Keine Daten' emptyText: 'Keine Einträge'
}, },
transfer: { transfer: {
noMatch: 'Nichts gefunden.', noMatch: 'Nichts gefunden.',
noData: 'Keine Datei', noData: 'Keine Einträge',
titles: ['List 1', 'List 2'], // to be translated titles: ['Liste 1', 'Liste 2'],
filterPlaceholder: 'Enter keyword', // to be translated filterPlaceholder: 'Einträge filtern',
noCheckedFormat: '{total} items', // to be translated noCheckedFormat: '{total} Einträge',
hasCheckedFormat: '{checked}/{total} checked' // to be translated hasCheckedFormat: '{checked}/{total} ausgewählt'
} }
} }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment