-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
553 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,4 @@ tmp | |
*.iml | ||
out | ||
gen | ||
/nbproject/private/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"mwForm":{"form":{"name":"Nombre del formulario","name.placeholder":"Título del formulario","description":"Descripción"},"buttons":{"addPage":"Agregar página","moveDown":"Bajar","moveUp":"Subir","removePage":"Remover página","remove":"Eliminar","addElement":"Agregar elemento","questionReady":"Listo","next":"Siguiente","back":"Atras","submit":"Enviar","begin":"Comenzar","fold":"Colapsar","unfold":"Expander","edit":"Editar","clone":"Duplicar","view":"Ver"},"page":{"tab":{"heading":"Página {{page}} de {{allPages}}"},"elements":{"empty":"Página vacia"},"pageWithNameCheckbox":"nombrar","name":"Nombre de página"},"pageFlow":{"afterPage":"Despues de página {{page}}:","afterQuestionAnswer":"Ir a página basado en respuesta","goToPage":"Ir a página {{page.number}}","goToNextPage":"Continuar a la siguiente página","submitForm":"Enviar formulario"},"elements":{"question":"Pregunta","image":"Imagen","paragraph":"Párrafo"},"question":{"types":{"text":{"name":"Texto corto"},"textarea":{"name":"Texto largo"},"radio":{"name":"Radio"},"checkbox":{"name":"Checkboxes"},"grid":{"name":"Grid"},"priority":{"name":"Prioridad"},"division":{"name":"Division"},"number":{"name":"Número"},"date":{"name":"Fecha"},"datetime":{"name":"Fecha y hora"},"time":{"name":"Hora"},"email":{"name":"Email"},"range":{"name":"Rango"},"url":{"name":"URL"}},"text":"Texto de pregunta","type":"Tipo de pregunta","required":"Requerida","preview":{"text":"Texto corto respuesta","textarea":"Texto largo respuesta","otherAnswer":"Otra"},"division":{"quantity":"Cantidad","unit":"Etiqueta de unidad","assignedSumLabel":"Asignado","fromRequiredLabel":"de lo requerido:"},"priority":{"sorted":"Ordenados","available":"Disponibles","clickToAddItem":"Click para agregar ítem"},"grid":{"rowLabel":"Fila {{row}}","clickToAddRow":"Click para agregar fila","columnLabel":"Columna {{col}}","clickToAddColumn":"Click para agregar columna"},"range":{"from":"Rango desde","to":"hasta"},"number":{"min":"Min","max":"Max"},"orLabel":"o ","otherLabel":"Otra: ","userAnswer":"Respuesta del usuario","buttons":{"addOption":"Click para agregar opción","addOther":"Agregar 'Otra'"}},"image":{"selectImageButton":"Seleccionar imagen"},"paragraph":{"placeholder":"Digite texto de párrafo"},"confirmationPage":{"title":"Página de confirmación","customMessage":"Mensaje de confirmación personalizada","defaultMessage":"Tus respuestas han sido guardadas","errorMessage":"Error! Tus respuestas no han sido guardadas","pendingMessage":"Tus respuestas estan siendo guardadas."}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
{ | ||
"mwForm": { | ||
"form": { | ||
"name": "Nombre del formulario", | ||
"name.placeholder": "Título del formulario", | ||
"description": "Descripción" | ||
}, | ||
"buttons": { | ||
"addPage": "Agregar página", | ||
"moveDown": "Bajar", | ||
"moveUp": "Subir", | ||
"removePage": "Remover página", | ||
"remove": "Eliminar", | ||
"addElement": "Agregar elemento", | ||
"questionReady": "Listo", | ||
"next": "Siguiente", | ||
"back": "Atras", | ||
"submit": "Enviar", | ||
"begin": "Comenzar", | ||
"fold": "Colapsar", | ||
"unfold": "Expander", | ||
"edit": "Editar", | ||
"clone": "Duplicar", | ||
"view": "Ver" | ||
}, | ||
"page": { | ||
"tab": { | ||
"heading": "Página {{page}} de {{allPages}}" | ||
}, | ||
"elements": { | ||
"empty": "Página vacia" | ||
}, | ||
"pageWithNameCheckbox": "nombrar", | ||
"name": "Nombre de página" | ||
}, | ||
"pageFlow": { | ||
"afterPage": "Despues de página {{page}}:", | ||
"afterQuestionAnswer": "Ir a página basado en respuesta", | ||
"goToPage": "Ir a página {{page.number}}", | ||
"goToNextPage": "Continuar a la siguiente página", | ||
"submitForm": "Enviar formulario" | ||
}, | ||
"elements": { | ||
"question": "Pregunta", | ||
"image": "Imagen", | ||
"paragraph": "Párrafo" | ||
}, | ||
"question": { | ||
"types": { | ||
"text": { | ||
"name": "Texto corto" | ||
}, | ||
"textarea": { | ||
"name": "Texto largo" | ||
}, | ||
"radio": { | ||
"name": "Radio" | ||
}, | ||
"checkbox": { | ||
"name": "Checkboxes" | ||
}, | ||
"grid": { | ||
"name": "Grid" | ||
}, | ||
"priority": { | ||
"name": "Prioridad" | ||
}, | ||
"division": { | ||
"name": "Division" | ||
}, | ||
"number": { | ||
"name": "Número" | ||
}, | ||
"date": { | ||
"name": "Fecha" | ||
}, | ||
"datetime": { | ||
"name": "Fecha y hora" | ||
}, | ||
"time": { | ||
"name": "Hora" | ||
}, | ||
"email": { | ||
"name": "Email" | ||
}, | ||
"range": { | ||
"name": "Rango" | ||
}, | ||
"url": { | ||
"name": "URL" | ||
} | ||
}, | ||
"text": "Texto de pregunta", | ||
"type": "Tipo de pregunta", | ||
"required": "Requerida", | ||
"preview": { | ||
"text": "Texto corto respuesta", | ||
"textarea": "Texto largo respuesta", | ||
"otherAnswer": "Otra" | ||
}, | ||
"division": { | ||
"quantity": "Cantidad", | ||
"unit": "Etiqueta de unidad", | ||
"assignedSumLabel": "Asignado", | ||
"fromRequiredLabel": "de lo requerido:" | ||
}, | ||
"priority": { | ||
"sorted": "Ordenados", | ||
"available": "Disponibles", | ||
"clickToAddItem": "Click para agregar ítem" | ||
}, | ||
"grid": { | ||
"rowLabel": "Fila {{row}}", | ||
"clickToAddRow": "Click para agregar fila", | ||
"columnLabel": "Columna {{col}}", | ||
"clickToAddColumn": "Click para agregar columna" | ||
}, | ||
"range": { | ||
"from": "Rango desde", | ||
"to": "hasta" | ||
}, | ||
"number": { | ||
"min": "Min", | ||
"max": "Max" | ||
}, | ||
"orLabel": "o ", | ||
"otherLabel": "Otra: ", | ||
"userAnswer": "Respuesta del usuario", | ||
"buttons": { | ||
"addOption": "Click para agregar opción", | ||
"addOther": "Agregar 'Otra'" | ||
} | ||
}, | ||
"image": { | ||
"selectImageButton": "Seleccionar imagen" | ||
}, | ||
"paragraph": { | ||
"placeholder": "Digite texto de párrafo" | ||
}, | ||
"confirmationPage": { | ||
"title": "Página de confirmación", | ||
"customMessage": "Mensaje de confirmación personalizada", | ||
"defaultMessage": "Tus respuestas han sido guardadas", | ||
"errorMessage": "Error! Tus respuestas no han sido guardadas", | ||
"pendingMessage": "Tus respuestas estan siendo guardadas." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
file.reference.NetBeansProjects-nova-survey=. | ||
files.encoding=UTF-8 | ||
site.root.folder=${file.reference.NetBeansProjects-nova-survey} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://www.netbeans.org/ns/project/1"> | ||
<type>org.netbeans.modules.web.clientproject</type> | ||
<configuration> | ||
<data xmlns="http://www.netbeans.org/ns/clientside-project/1"> | ||
<name>nova-survey</name> | ||
</data> | ||
</configuration> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
angular.module('mwFormBuilder', ['ngSanitize', 'ui.sortable', 'pascalprecht.translate']) | ||
.constant('MW_QUESTION_TYPES', ['text', 'textarea', 'radio', 'checkbox', 'grid', 'priority', 'division', 'number', 'date', 'time', 'email', 'range', 'url']) | ||
.value('mwFormBuilderOptions', {}); | ||
angular.module('mwFormBuilder', ['ngSanitize', 'ui.bootstrap','ng-sortable', 'pascalprecht.translate']) | ||
.constant('MW_QUESTION_TYPES', ['text', 'textarea', 'radio', 'checkbox', 'grid', 'priority', 'division', 'number', 'date', 'time', 'email', 'range', 'url']) | ||
.value('mwFormBuilderOptions', {}); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.