UNPKG

tu-view-plus

Version:
138 lines (137 loc) 3.1 kB
const e = { name: "de", tu: { colorpicker: { confirm: "OK", clear: "Leeren" }, datepicker: { now: "Jetzt", today: "Heute", cancel: "Abbrechen", clear: "Leeren", confirm: "OK", selectDate: "Datum wählen", selectTime: "Uhrzeit wählen", startDate: "Startdatum", startTime: "Startzeit", endDate: "Enddatum", endTime: "Endzeit", prevYear: "Letztes Jahr", nextYear: "Nächtes Jahr", prevMonth: "Letzter Monat", nextMonth: "Nächster Monat", day: "Tag", week: "Woche", month: "Monat", year: "", month1: "Januar", month2: "Februar", month3: "März", month4: "April", month5: "Mai", month6: "Juni", month7: "Juli", month8: "August", month9: "September", month10: "Oktober", month11: "November", month12: "Dezember", weeks: { sun: "So", mon: "Mo", tue: "Di", wed: "Mi", thu: "Do", fri: "Fr", sat: "Sa" }, months: { jan: "Jan", feb: "Feb", mar: "Mär", apr: "Apr", may: "Mai", jun: "Jun", jul: "Jul", aug: "Aug", sep: "Sep", oct: "Okt", nov: "Nov", dec: "Dez" } }, select: { loading: "Lädt.", noMatch: "Nichts gefunden.", noData: "Keine Daten", placeholder: "Daten wählen" }, cascader: { noMatch: "Nichts gefunden.", loading: "Lädt.", placeholder: "Daten wählen", noData: "Keine Daten" }, pagination: { goto: "Gehe zu", pagesize: " pro Seite", total: "Gesamt {total}", pageClassifier: "", page: "Page", // to be translated prev: "Go to previous page", // to be translated next: "Go to next page", // to be translated currentPage: "page {pager}", // to be translated prevPages: "Previous {pager} pages", // to be translated nextPages: "Next {pager} pages" // to be translated }, messagebox: { confirm: "OK", cancel: "Abbrechen", error: "Fehler" }, upload: { deleteTip: "Klicke löschen zum entfernen", delete: "Löschen", preview: "Vorschau", continue: "Fortsetzen" }, table: { emptyText: "Keine Daten", confirmFilter: "Anwenden", resetFilter: "Zurücksetzen", clearFilter: "Alles ", sumText: "Summe" }, tree: { emptyText: "Keine Einträge" }, transfer: { noMatch: "Nichts gefunden.", noData: "Keine Einträge", titles: ["Liste 1", "Liste 2"], filterPlaceholder: "Einträge filtern", noCheckedFormat: "{total} Einträge", hasCheckedFormat: "{checked}/{total} ausgewählt" }, image: { error: "FEHLGESCHLAGEN" }, pageHeader: { title: "Zurück" }, popconfirm: { confirmButtonText: "Ja", cancelButtonText: "Nein" } } }; export { e as default };