diff --git a/public/modules/forms/admin/config/i18n/english.js b/public/modules/forms/admin/config/i18n/english.js index 0f929720..fa778cd2 100644 --- a/public/modules/forms/admin/config/i18n/english.js +++ b/public/modules/forms/admin/config/i18n/english.js @@ -21,6 +21,10 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid CREATE_A_NEW_FORM: 'Create a new form', CREATE_FORM: 'Create form', CREATED_ON: 'Created on', + MY_FORMS: 'My forms', + NAME: 'Name', + LANGUAGE: 'Language', + FORM_PAUSED: 'Form paused', //Edit Field Modal EDIT_FIELD: 'Edit this Field', @@ -46,6 +50,11 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid VIEW: 'View', LIVE: 'Live', PREVIEW: 'Preview', + COPY: 'Copy', + COPY_AND_PASTE: 'Copy and Paste this to add your TellForm to your website', + CHANGE_WIDTH_AND_HEIGHT: 'Change the width and height values to suit you best', + POWERED_BY: 'Powered by', + TELLFORM_URL: 'Your TellForm is permanently at this URL', //Edit Form View DISABLED: 'Disabled', @@ -76,6 +85,21 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid ADD_OPTION: 'Add Option', NUM_OF_STEPS: 'Number of Steps', CLICK_FIELDS_FOOTER: 'Click on fields to add them here', + SHAPE: 'Shape', + IF_THIS_FIELD: 'If this field', + IS_EQUAL_TO: 'is equal to', + IS_NOT_EQUAL_TO: 'is not equal to', + IS_GREATER_THAN: 'is greater than', + IS_GREATER_OR_EQUAL_THAN: 'is greater or equal than', + IS_SMALLER_THAN: 'is_smaller_than', + IS_SMALLER_OR_EQUAL_THAN: 'is smaller or equal than', + CONTAINS: 'contains', + DOES_NOT_CONTAINS: 'does not contain', + ENDS_WITH: 'ends with', + DOES_NOT_END_WITH: 'does not end with', + STARTS_WITH: 'starts with', + DOES_NOT_START_WITH: 'does not start with', + THEN_JUMP_TO: 'then jump to', //Edit Submissions View TOTAL_VIEWS: 'total unique visits', diff --git a/public/modules/forms/admin/config/i18n/spanish.js b/public/modules/forms/admin/config/i18n/spanish.js index a3bd2462..06dbd9ea 100644 --- a/public/modules/forms/admin/config/i18n/spanish.js +++ b/public/modules/forms/admin/config/i18n/spanish.js @@ -8,7 +8,7 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid ADVANCED_SETTINGS: 'Configuraciones avanzadas', FORM_NAME: 'Nombre del formulario', FORM_STATUS: 'Estado del formulario', - PUBLIC: 'Publico', + PUBLIC: 'Público', PRIVATE: 'Privado', GA_TRACKING_CODE: 'Código de Google Analytics', DISPLAY_FOOTER: '¿Mostrar pie de página?', @@ -18,9 +18,13 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid DISPLAY_END_PAGE: '¿Mostrar paǵina de fin?', //List Forms View - CREATE_A_NEW_FORM: 'Crear un formulario nuevo', + CREATE_A_NEW_FORM: 'Crear formulario', CREATE_FORM: 'Crear formulario', CREATED_ON: 'Creado en', + MY_FORMS: 'Mis formularios', + NAME: 'Nombre', + LANGUAGE: 'Idioma', + FORM_PAUSED: 'Formulario pausado', //Edit Field Modal EDIT_FIELD: 'Editar este campo', @@ -33,11 +37,11 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid SAVE_START_PAGE: 'Grabar', //Admin Form View - ARE_YOU_SURE: '¿Estas absolutamente seguro?', - READ_WARNING: '¡Algo malo ocurrira si no lees esto!', - DELETE_WARNING1: 'Esta acción no tiene vuelta atrás. Esto borrara permanentemente el "', + ARE_YOU_SURE: '¿Estás absolutamente seguro?', + READ_WARNING: '¡Algo malo ocurrirá si no lees esto!', + DELETE_WARNING1: 'Esta acción no tiene vuelta atrás. Esto borrará permanentemente el "', DELETE_WARNING2: '" formulario y todos los datos asociados.', - DELETE_CONFIRM: 'Por favor escribi el bonbre del formulario para confirmar.', + DELETE_CONFIRM: 'Por favor escribí el nombre del formulario para confirmar.', I_UNDERSTAND: 'Entiendo las consecuencias y quiero borrarlo.', DELETE_FORM_SM: 'Borrar', DELETE_FORM_MD: 'Borrar formulario', @@ -46,6 +50,11 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid VIEW: 'Vista', LIVE: 'Online', PREVIEW: 'Vista previa', + COPY: 'Copiar', + COPY_AND_PASTE: 'Copiar y pegar esto para agregar su TellForm a su sitio web', + CHANGE_WIDTH_AND_HEIGHT: 'Cambie los valores de ancho y altura para adaptar el formulario a sus necesidades', + POWERED_BY: 'Con la tecnlogía de', + TELLFORM_URL: 'Tu TellForm está en esta URL permanente', //Edit Form View DISABLED: 'Deshabilitado', @@ -59,37 +68,52 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid EDIT_END_PAGE: 'Editar página de finalización', WELCOME_SCREEN: 'Comienzo', END_SCREEN: 'Fin', - INTRO_TITLE: 'Titulo', - INTRO_PARAGRAPH: 'Paragrafo', + INTRO_TITLE: 'Título', + INTRO_PARAGRAPH: 'Parágrafo', INTRO_BTN: 'Botón de comienzo', - TITLE: 'Titulo', + TITLE: 'Título', PARAGRAPH: 'Paragrafo', BTN_TEXT: 'Botón para volver atrás', - BUTTONS: 'Butones', + BUTTONS: 'Botones', BUTTON_TEXT: 'Texto', BUTTON_LINK: 'Link', ADD_BUTTON: 'Agregar Botón', PREVIEW_FIELD: 'Vista previa Pregunta', - QUESTION_TITLE: 'Titulo', + QUESTION_TITLE: 'Título', QUESTION_DESCRIPTION: 'Descripción', OPTIONS: 'Opciones', ADD_OPTION: 'Agregar Opciones', NUM_OF_STEPS: 'Cantidad de pasos', CLICK_FIELDS_FOOTER: 'Click en los campos para agregar', + SHAPE: 'Forma', + IF_THIS_FIELD: 'Si este campo', + IS_EQUAL_TO: 'es igual a', + IS_NOT_EQUAL_TO: 'no es igual a', + IS_GREATER_THAN: 'es mayor que', + IS_GREATER_OR_EQUAL_THAN: 'es mayor o igual que', + IS_SMALLER_THAN: 'es menor que', + IS_SMALLER_OR_EQUAL_THAN: 'is menor o igual que', + CONTAINS: 'contiene', + DOES_NOT_CONTAINS: 'no contiene', + ENDS_WITH: 'termina con', + DOES_NOT_END_WITH: 'no termina con', + STARTS_WITH: 'comienza con', + DOES_NOT_START_WITH: 'no comienza con', + THEN_JUMP_TO: 'luego salta a', //Edit Submissions View TOTAL_VIEWS: 'Total de visitas únicas', RESPONSES: 'respuestas', COMPLETION_RATE: 'Taza de terminación', - AVERAGE_TIME_TO_COMPLETE: 'Promedio de tiempo de rellanado', + AVERAGE_TIME_TO_COMPLETE: 'Promedio de tiempo de rellenado', DESKTOP_AND_LAPTOP: 'Computadora', TABLETS: 'Tablets', - PHONES: 'Moviles', + PHONES: 'Móviles', OTHER: 'Otros', UNIQUE_VISITS: 'Visitas únicas', - FIELD_TITLE: 'Titulo de campo', + FIELD_TITLE: 'Título de campo', FIELD_VIEWS: 'Vistas de campo', FIELD_DROPOFF: 'Finalización de campo', FIELD_RESPONSES: 'Respuestas de campo', @@ -117,7 +141,7 @@ angular.module('forms').config(['$translateProvider', function ($translateProvid CREATE_TAB: 'Crear', DESIGN_TAB: 'Diseño', CONFIGURE_TAB: 'Configuración', - ANALYZE_TAB: 'Analisis' + ANALYZE_TAB: 'Análisis' }); }]); diff --git a/public/modules/forms/admin/views/admin-form.client.view.html b/public/modules/forms/admin/views/admin-form.client.view.html index 5227bbae..184cd32f 100644 --- a/public/modules/forms/admin/views/admin-form.client.view.html +++ b/public/modules/forms/admin/views/admin-form.client.view.html @@ -3,7 +3,7 @@
- +