mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
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:
parent
ea92bbf371
commit
20ea524ef1
@ -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',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user