datasurvey/src/main/webapp/i18n/es/estadoPlantilla.json

12 lines
185 B
JSON
Raw Normal View History

2021-07-03 21:48:27 +00:00
{
"dataSurveyApp": {
"EstadoPlantilla": {
"null": "",
"DRAFT": "DRAFT",
"ACTIVE": "ACTIVE",
"DELETED": "DELETED",
"DISABLED": "DISABLED"
}
}
}