arreglar traducción en sección de categorías

This commit is contained in:
Eduardo Quiros 2021-07-05 19:31:17 -06:00
parent 6d4e76a193
commit ba4d7cb83e
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
2 changed files with 11 additions and 11 deletions

View File

@ -2,20 +2,20 @@
"dataSurveyApp": { "dataSurveyApp": {
"categoria": { "categoria": {
"home": { "home": {
"title": "Categorias", "title": "Categorías",
"refreshListLabel": "Refrescar lista", "refreshListLabel": "Refrescar lista",
"createLabel": "Crear nuevo Categoria", "createLabel": "Crear nueva Categoría",
"createOrEditLabel": "Crear o editar Categoria", "createOrEditLabel": "Crear o editar Categoría",
"notFound": "Ningún Categorias encontrado" "notFound": "Ninguna Categoría encontrada"
}, },
"created": "Un nuevo Categoria ha sido creado con el identificador {{ param }}", "created": "Una nueva Categoría ha sido creada con el identificador {{ param }}",
"updated": "Un Categoria ha sido actualizado con el identificador {{ param }}", "updated": "Una Categoría ha sido actualizado con el identificador {{ param }}",
"deleted": "Un Categoria ha sido eliminado con el identificador {{ param }}", "deleted": "Una Categoría ha sido eliminado con el identificador {{ param }}",
"delete": { "delete": {
"question": "¿Seguro que quiere eliminar Categoria {{ id }}?" "question": "¿Seguro que quiere eliminar Categoría {{ id }}?"
}, },
"detail": { "detail": {
"title": "Categoria" "title": "Categoría"
}, },
"id": "ID", "id": "ID",
"nombre": "Nombre", "nombre": "Nombre",

View File

@ -2,8 +2,8 @@
"dataSurveyApp": { "dataSurveyApp": {
"EstadoCategoria": { "EstadoCategoria": {
"null": "", "null": "",
"ACTIVE": "ACTIVE", "ACTIVE": "ACTIVA",
"INACTIVE": "INACTIVE" "INACTIVE": "INACTIVA"
} }
} }
} }