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