mirror of https://github.com/ElemeFE/element
parent
27affb22c0
commit
c29f63ac8b
|
@ -0,0 +1,85 @@
|
||||||
|
export default {
|
||||||
|
el: {
|
||||||
|
datepicker: {
|
||||||
|
now: 'Ahora',
|
||||||
|
today: 'Hoy',
|
||||||
|
cancel: 'Cancelar',
|
||||||
|
clear: 'Limpiar',
|
||||||
|
confirm: 'Confirmar',
|
||||||
|
selectDate: 'Seleccionar fecha',
|
||||||
|
selectTime: 'Seleccionar hora',
|
||||||
|
startDate: 'Fecha de Inicio',
|
||||||
|
startTime: 'Hora de Inicio',
|
||||||
|
endDate: 'Fecha Final',
|
||||||
|
endTime: 'Hora Final',
|
||||||
|
year: 'Año',
|
||||||
|
month1: 'Enero',
|
||||||
|
month2: 'Febrero',
|
||||||
|
month3: 'Marzo',
|
||||||
|
month4: 'Abril',
|
||||||
|
month5: 'Mayo',
|
||||||
|
month6: 'Junio',
|
||||||
|
month7: 'Julio',
|
||||||
|
month8: 'Agosto',
|
||||||
|
month9: 'Septiembre',
|
||||||
|
month10: 'Octubre',
|
||||||
|
month11: 'Noviembre',
|
||||||
|
month12: 'Diciembre',
|
||||||
|
// week: 'semana',
|
||||||
|
weeks: {
|
||||||
|
sun: 'Dom',
|
||||||
|
mon: 'Lun',
|
||||||
|
tue: 'Mar',
|
||||||
|
wed: 'Mié',
|
||||||
|
thu: 'Jue',
|
||||||
|
fri: 'Vie',
|
||||||
|
sat: 'Sáb'
|
||||||
|
},
|
||||||
|
months: {
|
||||||
|
jan: 'Ene',
|
||||||
|
feb: 'Feb',
|
||||||
|
mar: 'Mar',
|
||||||
|
apr: 'Abr',
|
||||||
|
may: 'May',
|
||||||
|
jun: 'Jun',
|
||||||
|
jul: 'Jul',
|
||||||
|
aug: 'Ago',
|
||||||
|
sep: 'Sep',
|
||||||
|
oct: 'Oct',
|
||||||
|
nov: 'Nov',
|
||||||
|
dec: 'Dic'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
select: {
|
||||||
|
loading: 'Cargando',
|
||||||
|
noMatch: 'No hay datos que coincidan',
|
||||||
|
noData: 'Sin datos',
|
||||||
|
placeholder: 'Seleccionar'
|
||||||
|
},
|
||||||
|
pagination: {
|
||||||
|
goto: 'Ir a',
|
||||||
|
pagesize: '/pagina',
|
||||||
|
total: 'Total {total}',
|
||||||
|
pageClassifier: ''
|
||||||
|
},
|
||||||
|
messagebox: {
|
||||||
|
confirm: 'Aceptar',
|
||||||
|
cancel: 'Cancelar',
|
||||||
|
error: 'Entrada inválida'
|
||||||
|
},
|
||||||
|
upload: {
|
||||||
|
delete: 'Eliminar',
|
||||||
|
preview: 'Vista Previa',
|
||||||
|
continue: 'Continuar'
|
||||||
|
},
|
||||||
|
table: {
|
||||||
|
emptyText: 'Sin Datos',
|
||||||
|
confirmFilter: 'Confirmar',
|
||||||
|
resetFilter: 'Limpiar',
|
||||||
|
clearFilter: 'Todo'
|
||||||
|
},
|
||||||
|
tree: {
|
||||||
|
emptyText: 'Sin Datos'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
Loading…
Reference in New Issue