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.2 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: '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";
}
},
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'
}
};
exports.default = _default;