UNPKG

3.25 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/de', ['module', 'exports'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module, exports);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod, mod.exports);
11 global.ELEMENT.lang = global.ELEMENT.lang || {};
12 global.ELEMENT.lang.de = mod.exports;
13 }
14})(this, function (module, exports) {
15 'use strict';
16
17 exports.__esModule = true;
18 exports.default = {
19 el: {
20 colorpicker: {
21 confirm: 'OK',
22 clear: 'Leeren'
23 },
24 datepicker: {
25 now: 'Jetzt',
26 today: 'Heute',
27 cancel: 'Abbrechen',
28 clear: 'Leeren',
29 confirm: 'OK',
30 selectDate: 'Datum wählen',
31 selectTime: 'Uhrzeit wählen',
32 startDate: 'Startdatum',
33 startTime: 'Startzeit',
34 endDate: 'Enddatum',
35 endTime: 'Endzeit',
36 prevYear: 'Letztes Jahr',
37 nextYear: 'Nächtes Jahr',
38 prevMonth: 'Letzter Monat',
39 nextMonth: 'Nächster Monat',
40 day: 'Tag',
41 week: 'Woche',
42 month: 'Monat',
43 year: '',
44 month1: 'Januar',
45 month2: 'Februar',
46 month3: 'März',
47 month4: 'April',
48 month5: 'Mai',
49 month6: 'Juni',
50 month7: 'Juli',
51 month8: 'August',
52 month9: 'September',
53 month10: 'Oktober',
54 month11: 'November',
55 month12: 'Dezember',
56 weeks: {
57 sun: 'So',
58 mon: 'Mo',
59 tue: 'Di',
60 wed: 'Mi',
61 thu: 'Do',
62 fri: 'Fr',
63 sat: 'Sa'
64 },
65 months: {
66 jan: 'Jan',
67 feb: 'Feb',
68 mar: 'Mär',
69 apr: 'Apr',
70 may: 'Mai',
71 jun: 'Jun',
72 jul: 'Jul',
73 aug: 'Aug',
74 sep: 'Sep',
75 oct: 'Okt',
76 nov: 'Nov',
77 dec: 'Dez'
78 }
79 },
80 select: {
81 loading: 'Lädt.',
82 noMatch: 'Nichts gefunden.',
83 noData: 'Keine Daten',
84 placeholder: 'Daten wählen'
85 },
86 cascader: {
87 noMatch: 'Nichts gefunden.',
88 loading: 'Lädt.',
89 placeholder: 'Daten wählen'
90 },
91 pagination: {
92 goto: 'Gehe zu',
93 pagesize: ' pro Seite',
94 total: 'Gesamt {total}',
95 pageClassifier: ''
96 },
97 messagebox: {
98 confirm: 'OK',
99 cancel: 'Abbrechen',
100 error: 'Fehler'
101 },
102 upload: {
103 deleteTip: 'Klicke löschen zum entfernen',
104 delete: 'Löschen',
105 preview: 'Vorschau',
106 continue: 'Fortsetzen'
107 },
108 table: {
109 emptyText: 'Keine Daten',
110 confirmFilter: 'Anwenden',
111 resetFilter: 'Zurücksetzen',
112 clearFilter: 'Alles ',
113 sumText: 'Summe'
114 },
115 tree: {
116 emptyText: 'Keine Einträge'
117 },
118 transfer: {
119 noMatch: 'Nichts gefunden.',
120 noData: 'Keine Einträge',
121 titles: ['Liste 1', 'Liste 2'],
122 filterPlaceholder: 'Einträge filtern',
123 noCheckedFormat: '{total} Einträge',
124 hasCheckedFormat: '{checked}/{total} ausgewählt'
125 }
126 }
127 };
128 module.exports = exports['default'];
129});
\No newline at end of file