fix: corrections in the Spanish locale (#7234)

* Corrections in the Spanish locale. In Spanish, the only uppercase letter in a sentece is the first letter and not in every word. Some othe minor changes.

* Corrections in the Spanish locale. In Spanish, the only uppercase letter in a sentece is the first letter and not in every word. Some othe minor changes.
This commit is contained in:
Ramsés Moreno 2017-08-16 20:36:52 -05:00 committed by Benjy Cui
parent ea92bbf371
commit 20ea524ef1

View File

@ -10,35 +10,35 @@ export default {
TimePicker, TimePicker,
Calendar, Calendar,
Table: { Table: {
filterTitle: 'Filtrar Menu', filterTitle: 'Filtrar menú',
filterConfirm: 'OK', filterConfirm: 'Aceptar',
filterReset: 'Resetear', filterReset: 'Reiniciar',
emptyText: 'No Hay Datos', emptyText: 'No hay datos',
selectAll: 'Seleccionar Todo', selectAll: 'Seleccionar todo',
selectInvert: 'Invertir Selección', selectInvert: 'Invertir selección',
}, },
Modal: { Modal: {
okText: 'OK', okText: 'Aceptar',
cancelText: 'Cancelar', cancelText: 'Cancelar',
justOkText: 'OK', justOkText: 'Aceptar',
}, },
Popconfirm: { Popconfirm: {
okText: 'OK', okText: 'Aceptar',
cancelText: 'Cancelar', cancelText: 'Cancelar',
}, },
Transfer: { Transfer: {
notFoundContent: 'No Encontrado', notFoundContent: 'No encontrado',
searchPlaceholder: 'Buscar aquí', searchPlaceholder: 'Buscar aquí',
itemUnit: 'item', itemUnit: 'elemento',
itemsUnit: 'items', itemsUnit: 'elementos',
}, },
Select: { Select: {
notFoundContent: 'No Encontrado', notFoundContent: 'No encontrado',
}, },
Upload: { Upload: {
uploading: 'Subiendo...', uploading: 'Subiendo...',
removeFile: 'Eliminar archivo', removeFile: 'Eliminar archivo',
uploadError: 'Error de subida', uploadError: 'Error al subir el archivo',
previewFile: 'Vista previa', previewFile: 'Vista previa',
}, },
}; };