UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

32 lines (28 loc) 768 B
import EN_US_LANG from './en-US'; export default { ...EN_US_LANG, 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', reply: 'Reply', clear: 'Clear', calendar: { end: 'Slutt', start: 'Start', title: 'Kalendar', startEnd: 'Start/Slutt', weekdays: ['Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør'], monthTitle: (year, month) => `${year}/${month}`, rangePrompt: maxRange => `Maks. ${maxRange} dager`, }, };