Update es.js

Slight adjustments and added missing translations
pull/6820/head
Luis Fernando Rocha 2017-08-31 23:34:54 -05:00 committed by 杨奕
parent 6ff168fd57
commit 310eda65b5
1 changed files with 43 additions and 43 deletions

View File

@ -2,56 +2,56 @@ export default {
el: {
colorpicker: {
confirm: 'Confirmar',
clear: 'Limpiar'
clear: 'Despejar'
},
datepicker: {
now: 'Ahora',
today: 'Hoy',
cancel: 'Cancelar',
clear: 'Limpiar',
clear: 'Despejar',
confirm: 'Confirmar',
selectDate: 'Seleccionar fecha',
selectTime: 'Seleccionar hora',
startDate: 'Fecha de Inicio',
startTime: 'Hora de Inicio',
startDate: 'Fecha Incial',
startTime: 'Hora Inicial',
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',
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'
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'
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: {
@ -67,7 +67,7 @@ export default {
},
pagination: {
goto: 'Ir a',
pagesize: '/pagina',
pagesize: '/página',
total: 'Total {total}',
pageClassifier: ''
},
@ -84,9 +84,9 @@ export default {
table: {
emptyText: 'Sin Datos',
confirmFilter: 'Confirmar',
resetFilter: 'Limpiar',
clearFilter: 'Todo',
sumText: 'Sum' // to be translated
resetFilter: 'Reiniciar',
clearFilter: 'Despejar',
sumText: 'Suma'
},
tree: {
emptyText: 'Sin Datos'
@ -94,10 +94,10 @@ export default {
transfer: {
noMatch: 'No hay datos que coincidan',
noData: 'Sin datos',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
titles: ['Lista 1', 'Lista 2'],
filterPlaceholder: 'Ingresar palabra clave',
noCheckedFormat: '{total} artículos',
hasCheckedFormat: '{checked}/{total} revisados'
}
}
};