feat(Calendar): add locale messages

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent a0308bddaf
commit 779dcf4e54
6 changed files with 38 additions and 1 deletions
+7
View File
@@ -11,6 +11,13 @@ export default {
nameEmpty: 'Por favor rellena el nombre',
confirmDelete: 'Estás seguro de eliminarlo?',
telInvalid: 'Teléfono inválido',
vanCalendar: {
end: 'Fin',
start: 'Comienzo',
title: 'Calendario',
weekdays: ['Dom', 'Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sáb'],
monthTitle: (year: number, month: number) => `${year}/${month}`
},
vanContactCard: {
addText: 'Añadir información de contacto'
},