Merge pull request #10 from Quantum-P3/feature/US-14

Feature/US-14
This commit is contained in:
Eduardo Quiros 2021-07-08 21:17:25 +00:00 committed by GitHub
commit e5aa3f5fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 11 deletions

2
.gitignore vendored
View File

@ -157,3 +157,5 @@ Desktop.ini
######################
/coverage/
/.nyc_output/
.mvn/wrapper/maven-wrapper.jar

0
mvnw vendored Normal file → Executable file
View File

0
npmw Normal file → Executable file
View File

View File

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

View File

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