de.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
  2. //#region ../../packages/locale/lang/de.ts
  3. var de_default = {
  4. name: "de",
  5. el: {
  6. breadcrumb: { label: "Brotkrümel" },
  7. colorpicker: {
  8. confirm: "OK",
  9. clear: "Leeren",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value",
  13. alphaDescription: "alpha {alpha}, current color is {color}",
  14. hueLabel: "pick hue value",
  15. hueDescription: "hue {hue}, current color is {color}",
  16. svLabel: "pick saturation and brightness value",
  17. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  18. predefineDescription: "select {value} as the color"
  19. },
  20. datepicker: {
  21. now: "Jetzt",
  22. today: "Heute",
  23. cancel: "Abbrechen",
  24. clear: "Leeren",
  25. confirm: "OK",
  26. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  27. monthTablePrompt: "Use the arrow keys and enter to select the month",
  28. yearTablePrompt: "Use the arrow keys and enter to select the year",
  29. selectedDate: "Selected date",
  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. year: "",
  41. month1: "Januar",
  42. month2: "Februar",
  43. month3: "März",
  44. month4: "April",
  45. month5: "Mai",
  46. month6: "Juni",
  47. month7: "Juli",
  48. month8: "August",
  49. month9: "September",
  50. month10: "Oktober",
  51. month11: "November",
  52. month12: "Dezember",
  53. weeks: {
  54. sun: "So",
  55. mon: "Mo",
  56. tue: "Di",
  57. wed: "Mi",
  58. thu: "Do",
  59. fri: "Fr",
  60. sat: "Sa"
  61. },
  62. weeksFull: {
  63. sun: "Sunday",
  64. mon: "Monday",
  65. tue: "Tuesday",
  66. wed: "Wednesday",
  67. thu: "Thursday",
  68. fri: "Friday",
  69. sat: "Saturday"
  70. },
  71. months: {
  72. jan: "Jan",
  73. feb: "Feb",
  74. mar: "Mär",
  75. apr: "Apr",
  76. may: "Mai",
  77. jun: "Jun",
  78. jul: "Jul",
  79. aug: "Aug",
  80. sep: "Sep",
  81. oct: "Okt",
  82. nov: "Nov",
  83. dec: "Dez"
  84. },
  85. day: "Tag",
  86. month: "Monat"
  87. },
  88. inputNumber: {
  89. decrease: "decrease number",
  90. increase: "increase number"
  91. },
  92. select: {
  93. loading: "Lädt.",
  94. noMatch: "Nichts gefunden.",
  95. noData: "Keine Daten",
  96. placeholder: "Daten wählen"
  97. },
  98. mention: { loading: "Lädt." },
  99. dropdown: { toggleDropdown: "Toggle Dropdown" },
  100. cascader: {
  101. noMatch: "Nichts gefunden.",
  102. loading: "Lädt.",
  103. placeholder: "Daten wählen",
  104. noData: "Keine Daten"
  105. },
  106. pagination: {
  107. goto: "Gehe zu",
  108. pagesize: " pro Seite",
  109. total: "Gesamt {total}",
  110. pageClassifier: "",
  111. page: "Seite",
  112. prev: "Zur vorherigen Seite gehen",
  113. next: "Zur nächsten Seite gehen",
  114. currentPage: "Seite {pager}",
  115. prevPages: "Vorherige {pager} Seiten",
  116. nextPages: "Nächste {pager} Seiten",
  117. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  118. },
  119. dialog: { close: "Close this dialog" },
  120. drawer: { close: "Close this dialog" },
  121. messagebox: {
  122. title: "Message",
  123. confirm: "OK",
  124. cancel: "Abbrechen",
  125. error: "Fehler",
  126. close: "Close this dialog"
  127. },
  128. upload: {
  129. deleteTip: "Klicke löschen zum entfernen",
  130. delete: "Löschen",
  131. preview: "Vorschau",
  132. continue: "Fortsetzen"
  133. },
  134. slider: {
  135. defaultLabel: "slider between {min} and {max}",
  136. defaultRangeStartLabel: "pick start value",
  137. defaultRangeEndLabel: "pick end value"
  138. },
  139. table: {
  140. emptyText: "Keine Daten",
  141. confirmFilter: "Anwenden",
  142. resetFilter: "Zurücksetzen",
  143. clearFilter: "Alles ",
  144. sumText: "Summe",
  145. selectAllLabel: "Select all rows",
  146. selectRowLabel: "Select this row",
  147. expandRowLabel: "Expand this row",
  148. collapseRowLabel: "Collapse this row",
  149. sortLabel: "Sort by {column}",
  150. filterLabel: "Filter by {column}"
  151. },
  152. tag: { close: "Close this tag" },
  153. tour: {
  154. next: "Weiter",
  155. previous: "Zurück",
  156. finish: "Fertig",
  157. close: "Close this dialog"
  158. },
  159. tree: { emptyText: "Keine Einträge" },
  160. transfer: {
  161. noMatch: "Nichts gefunden.",
  162. noData: "Keine Einträge",
  163. titles: ["Liste 1", "Liste 2"],
  164. filterPlaceholder: "Einträge filtern",
  165. noCheckedFormat: "{total} Einträge",
  166. hasCheckedFormat: "{checked}/{total} ausgewählt"
  167. },
  168. image: { error: "FEHLGESCHLAGEN" },
  169. pageHeader: { title: "Zurück" },
  170. popconfirm: {
  171. confirmButtonText: "Ja",
  172. cancelButtonText: "Nein"
  173. },
  174. carousel: {
  175. leftArrow: "Karussell-Pfeil links",
  176. rightArrow: "Karussell-Pfeil rechts",
  177. indicator: "Karussell zu Index {index} wechseln"
  178. }
  179. }
  180. };
  181. //#endregion
  182. exports.default = de_default;
  183. //# sourceMappingURL=de.js.map