2025-06-26 14:55:08 +08:00

90 lines
2.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
name: 'Name',
tel: 'Telefon',
save: 'Speichern',
confirm: 'Bestätigen',
cancel: 'Abbrechen',
delete: 'Löschen',
complete: 'Complete',
loading: 'Laden...',
telEmpty: 'Bitte das Telefon ausfüllen',
nameEmpty: 'Bitte den Name angeben',
nameInvalid: 'Ungültiger Name',
confirmDelete: 'Bist du sicher, dass du löschen möchtest?',
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 "Du hast " + _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 deinen Ort angeben',
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'
}
};