You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

"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";
}
},
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;