mirror of https://github.com/ElemeFE/element
parent
6ff168fd57
commit
310eda65b5
|
@ -2,56 +2,56 @@ export default {
|
||||||
el: {
|
el: {
|
||||||
colorpicker: {
|
colorpicker: {
|
||||||
confirm: 'Confirmar',
|
confirm: 'Confirmar',
|
||||||
clear: 'Limpiar'
|
clear: 'Despejar'
|
||||||
},
|
},
|
||||||
datepicker: {
|
datepicker: {
|
||||||
now: 'Ahora',
|
now: 'Ahora',
|
||||||
today: 'Hoy',
|
today: 'Hoy',
|
||||||
cancel: 'Cancelar',
|
cancel: 'Cancelar',
|
||||||
clear: 'Limpiar',
|
clear: 'Despejar',
|
||||||
confirm: 'Confirmar',
|
confirm: 'Confirmar',
|
||||||
selectDate: 'Seleccionar fecha',
|
selectDate: 'Seleccionar fecha',
|
||||||
selectTime: 'Seleccionar hora',
|
selectTime: 'Seleccionar hora',
|
||||||
startDate: 'Fecha de Inicio',
|
startDate: 'Fecha Incial',
|
||||||
startTime: 'Hora de Inicio',
|
startTime: 'Hora Inicial',
|
||||||
endDate: 'Fecha Final',
|
endDate: 'Fecha Final',
|
||||||
endTime: 'Hora Final',
|
endTime: 'Hora Final',
|
||||||
year: 'Año',
|
year: 'Año',
|
||||||
month1: 'Enero',
|
month1: 'enero',
|
||||||
month2: 'Febrero',
|
month2: 'febrero',
|
||||||
month3: 'Marzo',
|
month3: 'marzo',
|
||||||
month4: 'Abril',
|
month4: 'abril',
|
||||||
month5: 'Mayo',
|
month5: 'mayo',
|
||||||
month6: 'Junio',
|
month6: 'junio',
|
||||||
month7: 'Julio',
|
month7: 'julio',
|
||||||
month8: 'Agosto',
|
month8: 'agosto',
|
||||||
month9: 'Septiembre',
|
month9: 'septiembre',
|
||||||
month10: 'Octubre',
|
month10: 'octubre',
|
||||||
month11: 'Noviembre',
|
month11: 'noviembre',
|
||||||
month12: 'Diciembre',
|
month12: 'diciembre',
|
||||||
// week: 'semana',
|
// week: 'semana',
|
||||||
weeks: {
|
weeks: {
|
||||||
sun: 'Dom',
|
sun: 'dom',
|
||||||
mon: 'Lun',
|
mon: 'lun',
|
||||||
tue: 'Mar',
|
tue: 'mar',
|
||||||
wed: 'Mié',
|
wed: 'mié',
|
||||||
thu: 'Jue',
|
thu: 'jue',
|
||||||
fri: 'Vie',
|
fri: 'vie',
|
||||||
sat: 'Sáb'
|
sat: 'sáb'
|
||||||
},
|
},
|
||||||
months: {
|
months: {
|
||||||
jan: 'Ene',
|
jan: 'ene',
|
||||||
feb: 'Feb',
|
feb: 'feb',
|
||||||
mar: 'Mar',
|
mar: 'mar',
|
||||||
apr: 'Abr',
|
apr: 'abr',
|
||||||
may: 'May',
|
may: 'may',
|
||||||
jun: 'Jun',
|
jun: 'jun',
|
||||||
jul: 'Jul',
|
jul: 'jul',
|
||||||
aug: 'Ago',
|
aug: 'ago',
|
||||||
sep: 'Sep',
|
sep: 'sep',
|
||||||
oct: 'Oct',
|
oct: 'oct',
|
||||||
nov: 'Nov',
|
nov: 'nov',
|
||||||
dec: 'Dic'
|
dec: 'dic'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
|
@ -67,7 +67,7 @@ export default {
|
||||||
},
|
},
|
||||||
pagination: {
|
pagination: {
|
||||||
goto: 'Ir a',
|
goto: 'Ir a',
|
||||||
pagesize: '/pagina',
|
pagesize: '/página',
|
||||||
total: 'Total {total}',
|
total: 'Total {total}',
|
||||||
pageClassifier: ''
|
pageClassifier: ''
|
||||||
},
|
},
|
||||||
|
@ -84,9 +84,9 @@ export default {
|
||||||
table: {
|
table: {
|
||||||
emptyText: 'Sin Datos',
|
emptyText: 'Sin Datos',
|
||||||
confirmFilter: 'Confirmar',
|
confirmFilter: 'Confirmar',
|
||||||
resetFilter: 'Limpiar',
|
resetFilter: 'Reiniciar',
|
||||||
clearFilter: 'Todo',
|
clearFilter: 'Despejar',
|
||||||
sumText: 'Sum' // to be translated
|
sumText: 'Suma'
|
||||||
},
|
},
|
||||||
tree: {
|
tree: {
|
||||||
emptyText: 'Sin Datos'
|
emptyText: 'Sin Datos'
|
||||||
|
@ -94,10 +94,10 @@ export default {
|
||||||
transfer: {
|
transfer: {
|
||||||
noMatch: 'No hay datos que coincidan',
|
noMatch: 'No hay datos que coincidan',
|
||||||
noData: 'Sin datos',
|
noData: 'Sin datos',
|
||||||
titles: ['List 1', 'List 2'], // to be translated
|
titles: ['Lista 1', 'Lista 2'],
|
||||||
filterPlaceholder: 'Enter keyword', // to be translated
|
filterPlaceholder: 'Ingresar palabra clave',
|
||||||
noCheckedFormat: '{total} items', // to be translated
|
noCheckedFormat: '{total} artículos',
|
||||||
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
hasCheckedFormat: '{checked}/{total} revisados'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue