UNPKG

press-ui

Version:

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

30 lines (29 loc) 790 B
export default { name: 'Nome', tel: 'Telefone', save: 'Save', confirm: 'Salvar', cancel: 'Cancelar', delete: 'Excluir', complete: 'Completo', loading: 'Carregando...', telEmpty: 'Por favor preencha o tel', nameEmpty: 'Por favor, preencha o nome', nameInvalid: 'Nome malformado', confirmDelete: 'Tem certeza de que deseja excluir?', telInvalid: 'Número de telefone incorreto', reply: 'Recuperação', clear: 'Clear', calendar: { end: 'Fim', start: 'Começar', title: 'Calendário', startEnd: 'Começar/Fim', weekdays: ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'], monthTitle: (year, month) => `${year}/${month}`, rangePrompt: maxRange => `Escolha no máximo ${maxRange} dias`, }, dialog: { title: 'Incitar', }, };