Updating es_ES locale docs (#27079)

This commit is contained in:
Gerson Garrido 2020-10-10 13:56:12 -05:00 committed by GitHub
parent de447ea758
commit 02fc6b1646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,17 @@ const localeValues: Locale = {
filterTitle: 'Filtrar menú',
filterConfirm: 'Aceptar',
filterReset: 'Reiniciar',
filterEmptyText: 'Sin filtros',
emptyText: 'Sin datos',
selectAll: 'Seleccionar todo',
selectInvert: 'Invertir selección',
selectionAll: 'Seleccionar todos los datos',
sortTitle: 'Ordenar',
expand: 'Expandir fila',
collapse: 'Colapsar fila',
triggerDesc: 'Click para ordenar en orden descendente',
triggerAsc: 'Click para ordenar en orden ascendente',
cancelSort: 'Click para cancelar ordenamiento',
},
Modal: {
okText: 'Aceptar',
@ -34,9 +42,16 @@ const localeValues: Locale = {
cancelText: 'Cancelar',
},
Transfer: {
titles: ['', ''],
searchPlaceholder: 'Buscar aquí',
itemUnit: 'elemento',
itemsUnit: 'elementos',
remove: 'Eliminar',
selectCurrent: 'Seleccionar página actual',
removeCurrent: 'Remover página actual',
selectAll: 'Seleccionar todos los datos',
removeAll: 'Eliminar todos los datos',
selectInvert: 'Invertir página actual',
},
Upload: {
uploading: 'Subiendo...',
@ -52,15 +67,16 @@ const localeValues: Locale = {
icon: 'ícono',
},
Text: {
edit: 'editar',
copy: 'copiar',
copied: 'copiado',
expand: 'expandir',
edit: 'Editar',
copy: 'Copiar',
copied: 'Copiado',
expand: 'Expandir',
},
PageHeader: {
back: 'volver',
back: 'Volver',
},
Form: {
optional: '(opcional)',
defaultValidateMessages: {
default: 'Error de validación del campo ${label}',
required: 'Por favor ingresar ${label}',