Merge pull request #17002 from morellan/fix-es-locale

Add missing spanish translations
This commit is contained in:
偏右 2019-06-07 18:05:26 +08:00 committed by GitHub
commit 77d1563a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,16 @@ export default {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: 'Seleccione',
},
Table: {
filterTitle: 'Filtrar menú',
filterConfirm: 'Aceptar',
filterReset: 'Reiniciar',
selectAll: 'Seleccionar todo',
selectInvert: 'Invertir selección',
sortTitle: 'Ordenar',
},
Modal: {
okText: 'Aceptar',
@ -39,4 +43,16 @@ export default {
Empty: {
description: 'No hay datos',
},
Icon: {
icon: 'ícono',
},
Text: {
edit: 'editar',
copy: 'copiar',
copied: 'copiado',
expand: 'expandir',
},
PageHeader: {
back: 'volver',
},
};