Browse Source

Update de.js

changed "Datei" (file) to "Daten" (data) and "Einträge" (entries)
completed translation
Yannick Milhahn 8 years ago
parent
commit
531a847893
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/locale/lang/de.js

+ 10 - 10
src/locale/lang/de.js

@@ -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'
     }
   }
 };