2021-07-03 21:48:27 +00:00
|
|
|
{
|
|
|
|
"dataSurveyApp": {
|
|
|
|
"categoria": {
|
|
|
|
"home": {
|
2021-07-06 01:31:17 +00:00
|
|
|
"title": "Categorías",
|
2021-07-03 21:48:27 +00:00
|
|
|
"refreshListLabel": "Refrescar lista",
|
2021-07-06 01:31:17 +00:00
|
|
|
"createLabel": "Crear nueva Categoría",
|
2021-07-11 04:35:30 +00:00
|
|
|
"createOrEditLabel": "Datos de Categoría",
|
2021-07-06 01:31:17 +00:00
|
|
|
"notFound": "Ninguna Categoría encontrada"
|
2021-07-03 21:48:27 +00:00
|
|
|
},
|
2021-07-06 01:31:17 +00:00
|
|
|
"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 }}",
|
2021-07-03 21:48:27 +00:00
|
|
|
"delete": {
|
2021-07-06 01:31:17 +00:00
|
|
|
"question": "¿Seguro que quiere eliminar Categoría {{ id }}?"
|
2021-07-03 21:48:27 +00:00
|
|
|
},
|
|
|
|
"detail": {
|
2021-07-06 01:31:17 +00:00
|
|
|
"title": "Categoría"
|
2021-07-03 21:48:27 +00:00
|
|
|
},
|
|
|
|
"id": "ID",
|
|
|
|
"nombre": "Nombre",
|
|
|
|
"estado": "Estado",
|
|
|
|
"encuesta": "Encuesta",
|
2021-07-12 01:51:04 +00:00
|
|
|
"plantilla": "Plantilla",
|
|
|
|
"errors": {
|
|
|
|
"duplicateName": "Ya existe una categoría con ese nombre."
|
|
|
|
}
|
2021-07-03 21:48:27 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|