de-DE.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. var __defProp = Object.defineProperty;
  2. var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
  3. var __getOwnPropNames = Object.getOwnPropertyNames;
  4. var __hasOwnProp = Object.prototype.hasOwnProperty;
  5. var __export = (target, all) => {
  6. for (var name in all)
  7. __defProp(target, name, { get: all[name], enumerable: true });
  8. };
  9. var __copyProps = (to, from, except, desc) => {
  10. if (from && typeof from === "object" || typeof from === "function") {
  11. for (let key of __getOwnPropNames(from))
  12. if (!__hasOwnProp.call(to, key) && key !== except)
  13. __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
  14. }
  15. return to;
  16. };
  17. var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
  18. var stdin_exports = {};
  19. __export(stdin_exports, {
  20. default: () => stdin_default
  21. });
  22. module.exports = __toCommonJS(stdin_exports);
  23. var stdin_default = {
  24. name: "Name",
  25. tel: "Telefon",
  26. save: "Speichern",
  27. confirm: "Best\xE4tigen",
  28. cancel: "Abbrechen",
  29. delete: "L\xF6schen",
  30. loading: "Laden...",
  31. noCoupon: "Keine Coupons",
  32. nameEmpty: "Bitte den Name angeben",
  33. addContact: "Neuen Kontakt hinzuf\xFCgen",
  34. telInvalid: "Ung\xFCltige Telefonnummer",
  35. vanCalendar: {
  36. end: "Ende",
  37. start: "Start",
  38. title: "Kalender",
  39. weekdays: ["So", "Mo", "Di", "Mo", "Do", "Fr", "Sa"],
  40. monthTitle: (year, month) => `${year}/${month}`,
  41. rangePrompt: (maxRange) => `W\xE4hle nicht mehr als ${maxRange} Tage`
  42. },
  43. vanCascader: {
  44. select: "W\xE4hlen"
  45. },
  46. vanPagination: {
  47. prev: "Vorherige",
  48. next: "N\xE4chste"
  49. },
  50. vanPullRefresh: {
  51. pulling: "Zum Aktualisieren herunterziehen...",
  52. loosing: "Loslassen zum Aktualisieren..."
  53. },
  54. vanSubmitBar: {
  55. label: "Total:"
  56. },
  57. vanCoupon: {
  58. unlimited: "Unbegrenzt",
  59. discount: (discount) => `${discount * 10}% Rabatt`,
  60. condition: (condition) => `Mindestens ${condition}`
  61. },
  62. vanCouponCell: {
  63. title: "Coupon",
  64. count: (count) => `Du hast ${count} Coupons`
  65. },
  66. vanCouponList: {
  67. exchange: "Austauschen",
  68. close: "Schlie\xDFen",
  69. enable: "Verf\xFCgbar",
  70. disabled: "Nicht verf\xFCgbar",
  71. placeholder: "Couponcode"
  72. },
  73. vanAddressEdit: {
  74. area: "Standort",
  75. postal: "PLZ",
  76. areaEmpty: "Bitte deinen Ort angeben",
  77. addressEmpty: "Adresse darf nicht leer sein",
  78. postalEmpty: "Falsche Postleitzahl",
  79. addressDetail: "Adresse",
  80. defaultAddress: "Als Standardadresse festgelegen"
  81. },
  82. vanAddressList: {
  83. add: "Neue Adresse hinzuf\xFCgen"
  84. }
  85. };