de-DE-formal.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. "use strict";
  2. exports.__esModule = true;
  3. exports.default = void 0;
  4. var _default = {
  5. name: 'Name',
  6. tel: 'Telefon',
  7. save: 'Speichern',
  8. confirm: 'Bestätigen',
  9. cancel: 'Abbrechen',
  10. delete: 'Löschen',
  11. complete: 'Complete',
  12. loading: 'Laden...',
  13. telEmpty: 'Bitte füllen Sie das Telefon aus',
  14. nameEmpty: 'Bitte geben Sie den Name an',
  15. nameInvalid: 'Ungültiger Name',
  16. confirmDelete: 'Sind Sie sicher, dass Sie löschen möchten?',
  17. telInvalid: 'Ungültige Telefonnummer',
  18. vanCalendar: {
  19. end: 'Ende',
  20. start: 'Start',
  21. title: 'Kalender',
  22. startEnd: 'Start/Ende',
  23. weekdays: ['So', 'Mo', 'Di', 'Mo', 'Do', 'Fr', 'Sa'],
  24. monthTitle: function monthTitle(year, month) {
  25. return year + "/" + month;
  26. },
  27. rangePrompt: function rangePrompt(maxRange) {
  28. return "W\xE4hle nicht mehr als " + maxRange + " Tage";
  29. }
  30. },
  31. vanCascader: {
  32. select: 'Wählen'
  33. },
  34. vanContactCard: {
  35. addText: 'Kontaktinformationen hinzufügen'
  36. },
  37. vanContactList: {
  38. addText: 'Neuen Kontakt hinzufügen'
  39. },
  40. vanPagination: {
  41. prev: 'Vorherige',
  42. next: 'Nächste'
  43. },
  44. vanPullRefresh: {
  45. pulling: 'Zum Aktualisieren herunterziehen...',
  46. loosing: 'Loslassen zum Aktualisieren...'
  47. },
  48. vanSubmitBar: {
  49. label: 'Total:'
  50. },
  51. vanCoupon: {
  52. unlimited: 'Unbegrenzt',
  53. discount: function discount(_discount) {
  54. return _discount * 10 + "% Rabatt";
  55. },
  56. condition: function condition(_condition) {
  57. return "Mindestens " + _condition;
  58. }
  59. },
  60. vanCouponCell: {
  61. title: 'Coupon',
  62. tips: 'Keine Coupons',
  63. count: function count(_count) {
  64. return "Sie haben " + _count + " Coupons";
  65. }
  66. },
  67. vanCouponList: {
  68. empty: 'Keine Coupons',
  69. exchange: 'Austauschen',
  70. close: 'Schließen',
  71. enable: 'Verfügbar',
  72. disabled: 'Nicht verfügbar',
  73. placeholder: 'Couponcode'
  74. },
  75. vanAddressEdit: {
  76. area: 'Standort',
  77. postal: 'PLZ',
  78. areaEmpty: 'Bitte geben Sie Ihren Standort an',
  79. addressEmpty: 'Adresse darf nicht leer sein',
  80. postalEmpty: 'Falsche Postleitzahl',
  81. defaultAddress: 'Als Standardadresse festgelegen',
  82. telPlaceholder: 'Telefon',
  83. namePlaceholder: 'Name',
  84. areaPlaceholder: 'Ort'
  85. },
  86. vanAddressEditDetail: {
  87. label: 'Adresse',
  88. placeholder: 'Adresse'
  89. },
  90. vanAddressList: {
  91. add: 'Neue Adresse hinzufügen'
  92. }
  93. };
  94. exports.default = _default;