mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +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,
|
||||
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',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user