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/ /coverage/
/.nyc_output/ /.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": { "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"
} }
} }
} }