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

90 lines
2.1 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: 'Navn',
tel: 'Telefon',
save: 'Lagre',
confirm: 'Bekreft',
cancel: 'Avbryt',
delete: 'Slett',
complete: 'Fullfør',
loading: 'Laster...',
telEmpty: 'Vennligst fyll inn telefonnummer',
nameEmpty: 'Vennligst fyll inn navn',
nameInvalid: 'Ugyldig navn',
confirmDelete: 'Er du sikker på at du vil slette?',
telInvalid: 'Ugyldig telefonnummer',
vanCalendar: {
end: 'Slutt',
start: 'Start',
title: 'Kalendar',
startEnd: 'Start/Slutt',
weekdays: ['Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'],
monthTitle: function monthTitle(year, month) {
return year + "/" + month;
},
rangePrompt: function rangePrompt(maxRange) {
return "Maks. " + maxRange + " dager";
}
},
vanCascader: {
select: 'Plukke ut'
},
vanContactCard: {
addText: 'Legg til kontakt info'
},
vanContactList: {
addText: 'Legg til ny kontakt'
},
vanPagination: {
prev: 'Forrige',
next: 'Neste'
},
vanPullRefresh: {
pulling: 'Dra for oppdatering...',
loosing: 'Mist for oppdatering...'
},
vanSubmitBar: {
label: 'Totalt'
},
vanCoupon: {
unlimited: 'Uendelig',
discount: function discount(_discount) {
return _discount * 10 + "% avslag";
},
condition: function condition(_condition) {
return "Minst " + _condition;
}
},
vanCouponCell: {
title: 'Kupong',
tips: 'Ingen kuponger',
count: function count(_count) {
return "Du har " + _count + " kuponger";
}
},
vanCouponList: {
empty: 'Ingen kuponger',
exchange: 'Bytte',
close: 'Lukk',
enable: 'Tilgjengelig',
disabled: 'Utilgjengelig',
placeholder: 'Kupong kode'
},
vanAddressEdit: {
area: 'Område',
postal: 'Postkode',
areaEmpty: 'Vennligst fyll inn område',
addressEmpty: 'Addresse kan ikke være tomt',
postalEmpty: 'Feil postkode',
defaultAddress: 'Sett som standard adresse',
telPlaceholder: 'Telefon',
namePlaceholder: 'Navn',
areaPlaceholder: 'Område'
},
vanAddressEditDetail: {
label: 'Adresse',
placeholder: 'Adresse'
},
vanAddressList: {
add: 'Legg til ny adresse'
}
};