commit
e5aa3f5fc3
|
@ -157,3 +157,5 @@ Desktop.ini
|
||||||
######################
|
######################
|
||||||
/coverage/
|
/coverage/
|
||||||
/.nyc_output/
|
/.nyc_output/
|
||||||
|
|
||||||
|
.mvn/wrapper/maven-wrapper.jar
|
|
@ -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",
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"dataSurveyApp": {
|
"dataSurveyApp": {
|
||||||
"EstadoCategoria": {
|
"EstadoCategoria": {
|
||||||
"null": "",
|
"null": "",
|
||||||
"ACTIVE": "ACTIVE",
|
"ACTIVE": "ACTIVA",
|
||||||
"INACTIVE": "INACTIVE"
|
"INACTIVE": "INACTIVA"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue