1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- "use strict";
- exports.__esModule = true;
- exports.default = void 0;
- var _default = {
- name: 'Name',
- tel: 'Telefon',
- save: 'Speichern',
- confirm: 'Bestätigen',
- cancel: 'Abbrechen',
- delete: 'Löschen',
- complete: 'Complete',
- loading: 'Laden...',
- telEmpty: 'Bitte füllen Sie das Telefon aus',
- nameEmpty: 'Bitte geben Sie den Name an',
- nameInvalid: 'Ungültiger Name',
- confirmDelete: 'Sind Sie sicher, dass Sie löschen möchten?',
- telInvalid: 'Ungültige Telefonnummer',
- vanCalendar: {
- end: 'Ende',
- start: 'Start',
- title: 'Kalender',
- startEnd: 'Start/Ende',
- weekdays: ['So', 'Mo', 'Di', 'Mo', 'Do', 'Fr', 'Sa'],
- monthTitle: function monthTitle(year, month) {
- return year + "/" + month;
- },
- rangePrompt: function rangePrompt(maxRange) {
- return "W\xE4hle nicht mehr als " + maxRange + " Tage";
- }
- },
- vanCascader: {
- select: 'Wählen'
- },
- vanContactCard: {
- addText: 'Kontaktinformationen hinzufügen'
- },
- vanContactList: {
- addText: 'Neuen Kontakt hinzufügen'
- },
- vanPagination: {
- prev: 'Vorherige',
- next: 'Nächste'
- },
- vanPullRefresh: {
- pulling: 'Zum Aktualisieren herunterziehen...',
- loosing: 'Loslassen zum Aktualisieren...'
- },
- vanSubmitBar: {
- label: 'Total:'
- },
- vanCoupon: {
- unlimited: 'Unbegrenzt',
- discount: function discount(_discount) {
- return _discount * 10 + "% Rabatt";
- },
- condition: function condition(_condition) {
- return "Mindestens " + _condition;
- }
- },
- vanCouponCell: {
- title: 'Coupon',
- tips: 'Keine Coupons',
- count: function count(_count) {
- return "Sie haben " + _count + " Coupons";
- }
- },
- vanCouponList: {
- empty: 'Keine Coupons',
- exchange: 'Austauschen',
- close: 'Schließen',
- enable: 'Verfügbar',
- disabled: 'Nicht verfügbar',
- placeholder: 'Couponcode'
- },
- vanAddressEdit: {
- area: 'Standort',
- postal: 'PLZ',
- areaEmpty: 'Bitte geben Sie Ihren Standort an',
- addressEmpty: 'Adresse darf nicht leer sein',
- postalEmpty: 'Falsche Postleitzahl',
- defaultAddress: 'Als Standardadresse festgelegen',
- telPlaceholder: 'Telefon',
- namePlaceholder: 'Name',
- areaPlaceholder: 'Ort'
- },
- vanAddressEditDetail: {
- label: 'Adresse',
- placeholder: 'Adresse'
- },
- vanAddressList: {
- add: 'Neue Adresse hinzufügen'
- }
- };
- exports.default = _default;
|