survey-creator-core
Version:
A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.
962 lines (957 loc) • 229 kB
JavaScript
/*!
* SurveyJS Creator v2.5.4
* (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
* Github: https://github.com/surveyjs/survey-creator
* License: https://surveyjs.io/licensing
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("survey-creator-core"));
else if(typeof define === 'function' && define.amd)
define("i18n/catalan", ["survey-creator-core"], factory);
else if(typeof exports === 'object')
exports["i18n/catalan"] = factory(require("survey-creator-core"));
else
root["SurveyCreatorLocales"] = factory(root["SurveyCreatorCore"]);
})(this, (__WEBPACK_EXTERNAL_MODULE_survey_creator_core__) => {
return /******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "survey-creator-core":
/*!********************************************************************************************************************************************!*\
!*** external {"root":"SurveyCreatorCore","commonjs2":"survey-creator-core","commonjs":"survey-creator-core","amd":"survey-creator-core"} ***!
\********************************************************************************************************************************************/
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
(() => {
/*!*************************************!*\
!*** ./src/localization/catalan.ts ***!
\*************************************/
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ catalanTranslation: () => (/* binding */ catalanTranslation)
/* harmony export */ });
/* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-creator-core */ "survey-creator-core");
/* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(survey_creator_core__WEBPACK_IMPORTED_MODULE_0__);
var catalanTranslation = {
// survey templates
survey: {
// "Edit"
edit: "Editar",
// "Watch and learn how to create surveys"
externalHelpLink: "Mira y aprende a crear enquestes",
// "https://www.youtube.com/channel/UCH2ru9okIcooNZfpIbyq4qQ?view_as=subscriber"
externalHelpLinkUrl: "https://www.youtube.com/channel/UCH2ru9okIcooNZfpIbyq4qQ?view_as=subscriber",
// "Please drop a question here from the Toolbox."
dropQuestion: "Arrossega un tipus de pregunta per començar a dissenyar la teva enquesta!",
// "Create a rule to customize the flow of the survey."
addLogicItem: "Crea una regla per personalitzar el flux de l'enquesta",
// "Copy"
copy: "Copiar",
// "Duplicate"
duplicate: "Duplicar",
// "Add to toolbox"
addToToolbox: "Afegir a la caixa d'eines",
// "Delete Panell"
deletePanel: "Eliminar panell",
// "Delete Question"
deleteQuestion: "Eliminar pregunta",
// "Convert to"
convertTo: "Convertir a",
// "Drag element"
drag: "Elemento de arrastre"
},
// Creator tabs
tabs: {
// "Preview"
preview: "Vista prèvia",
// "Themes"
theme: "Temas",
// "Translations"
translation: "Traducció",
// "Designer"
designer: "Dissenyador de la enquesta",
// "JSON Editor"
json: "Editor de JSON",
// "Logic"
logic: "Lògica de la enquesta"
},
// Question types
qt: {
// "Default"
default: "Defecte",
// "Checkboxes"
checkbox: "Caselles",
// "Long Text"
comment: "Text llarg",
// "Image Picker"
imagepicker: "Selector de imatges",
// "Ranking"
ranking: "Ranking",
// "Image"
image: "Imatge",
// "Dropdown"
dropdown: "Desplegable",
// [Auto-translated] "Multi-Select Dropdown"
tagbox: "Menú desplegable de selección múltiple",
// "File Upload"
file: "Fitxer",
// "HTML"
html: "Html",
// "Single-Select Matrix"
matrix: "Matriu (selecció única)",
// "Multi-Select Matrix"
matrixdropdown: "Matriu (opció múltiple)",
// "Dynamic Matrix"
matrixdynamic: "Matriu (files dinàmiques)",
// "Multiple Textboxes"
multipletext: "Múltiples textos",
// "Panel"
panel: "Panell",
// "Dynamic Panell"
paneldynamic: "Panell (panells dinámicos)",
// "Radio Button Group"
radiogroup: "Grup de botons d'opció",
// "Rating Scale"
rating: "Escala de valoració",
// [Auto-translated] "Slider"
slider: "Slider",
// "Single-Line Input"
text: "Entrada de línia única",
// "Yes/No (Boolean)"
boolean: "Sí/No (Booleà)",
// "Expression (read-only)"
expression: "Expressió (només lectura)",
// "Signature"
signaturepad: "Signatura",
// [Auto-translated] "Button Group"
buttongroup: "Grup de botons"
},
toolboxCategories: {
// "General"
general: "general",
// "Choice Questions"
choice: "Preguntes de selecció",
// "Text Input Questions"
text: "Preguntes d'entrada de text",
// "Containers"
containers: "Contenidors",
// "Matrix Questions"
matrix: "Preguntes matriu",
// "Misc"
misc: "Misc"
},
// Strings in SurveyJS Creator
ed: {
// "Default ({0})"
defaultLocale: "Per defecte ({0})",
// "Survey"
survey: "Enquesta",
// "Settings"
settings: "Configuració de la enquesta",
// "Open settings"
settingsTooltip: "Configuració de enquesta abierta",
// "Survey Settings"
surveySettings: "Opcions enquesta",
// "Survey settings"
surveySettingsTooltip: "Configuració de la enquesta",
// [Auto-translated] "Theme Settings"
themeSettings: "Configuració del tema",
// [Auto-translated] "Theme settings"
themeSettingsTooltip: "Configuració del tema",
// [Auto-translated] "Creator Settings"
creatorSettingTitle: "Configuració del creador",
// "Show Panell"
showPanel: "Mostrar panell",
// "Hide Panell"
hidePanel: "Ocultar panell",
// "Select previous"
prevSelected: "Seleccionar anterior",
// "Select next"
nextSelected: "Seleccionar següent",
// [Auto-translated] "Focus previous"
prevFocus: "Enfoque anterior",
// [Auto-translated] "Focus next"
nextFocus: "Enfoque següent",
// "Survey"
surveyTypeName: "Enquesta",
// "Page"
pageTypeName: "Pàgina",
// "Panell"
panelTypeName: "Panell",
// "Question"
questionTypeName: "Pregunta",
// "Column"
columnTypeName: "Columna",
// "Add New Page"
addNewPage: "Afegir nova pàgina",
// "Scroll to the Right"
moveRight: "Desplácese a la derecha",
// "Scroll to the Left"
moveLeft: "Desplácese a la izquierda",
// "Delete Page"
deletePage: "Eliminar pàgina",
// "Edit Page"
editPage: "Editar pàgina",
// "Edit"
edit: "Editar",
// "page"
newPageName: "Pàgina",
// "question"
newQuestionName: "Pregunta",
// "panell"
newPanelName: "Panell",
// "text"
newTextItemName: "Text",
// [Auto-translated] "Default"
defaultV2Theme: "Per defecte",
// [Auto-translated] "Modern"
modernTheme: "Modern",
// [Auto-translated] "Default (legacy)"
defaultTheme: "Incumplimiento (heretat)",
// "Preview Survey Again"
testSurveyAgain: "Enquesta de prueba de nou",
// "Survey width: "
testSurveyWidth: "Ancho de la enquesta:",
// "You had to navigate to"
navigateToMsg: "Tuviste que navegar a:",
// "Save Survey"
saveSurvey: "Desar la enquesta",
// "Save Survey"
saveSurveyTooltip: "Desar la enquesta",
// [Auto-translated] "Save Theme"
saveTheme: "Desar tema",
// [Auto-translated] "Save Theme"
saveThemeTooltip: "Desar tema",
// "Hide errors"
jsonHideErrors: "Ocultar errors",
// "Show errors"
jsonShowErrors: "Mostrar errors",
// "Undo"
undo: "Deshacer",
// "Redo"
redo: "Rehacer",
// "Undo last change"
undoTooltip: "Deshacer el último cambio",
// "Redo the change"
redoTooltip: "Rehacer el cambio",
// [Auto-translated] "Expand"
expandTooltip: "Expandir",
// [Auto-translated] "Collapse"
collapseTooltip: "Colapso",
// "Expand All"
expandAllTooltip: "Expandir todo",
// "Collapse All"
collapseAllTooltip: "Contraer todo",
// [Auto-translated] "Zoom In"
zoomInTooltip: "Acercar",
// [Auto-translated] "Zoom to 100%"
zoom100Tooltip: "Zoom al 100%",
// [Auto-translated] "Zoom Out"
zoomOutTooltip: "Alejar",
// [Auto-translated] "Lock expand/collapse state for questions"
lockQuestionsTooltip: "Bloquear el estado de expansión/contracción de las preguntes",
// "Show more"
showMoreChoices: "Mostrar más",
// "Show less"
showLessChoices: "Mostrar menos",
// "Copy"
copy: "Copiar",
// "Cut"
cut: "Cortar",
// "Paste"
paste: "Pegar",
// "Copy selection to clipboard"
copyTooltip: "Copia selección al portapapeles",
// "Cut selection to clipboard"
cutTooltip: "Corta la selección al portapapeles",
// "Paste from clipboard"
pasteTooltip: "Pega de portapapeles",
// "Options"
options: "Opcions",
// "Generate Valid JSON"
generateValidJSON: "Generar un JSON válido",
// "Generate Readable JSON"
generateReadableJSON: "Generar JSON legible",
// "Toolbox"
toolbox: "Caja de herramientas",
// "Properties"
"property-grid": "Propiedades",
// [Auto-translated] "Search"
toolboxSearch: "Buscar",
// [Auto-translated] "Type to search..."
toolboxFilteredTextPlaceholder: "Escriba para buscar...",
// [Auto-translated] "No results found"
toolboxNoResultsFound: "No se han encontrado resultados",
// [Auto-translated] "No properties to display"
propertyGridEmptySurveyText: "No hay propiedades que mostrar",
// "Type to search..."
propertyGridFilteredTextPlaceholder: "Escribe para buscar...",
// [Auto-translated] "No results found"
propertyGridNoResultsFound: "No se han encontrado resultados",
// [Auto-translated] "Start configuring your form"
propertyGridPlaceholderTitle: "Empieza a configurar tu formulario",
// [Auto-translated] "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface."
propertyGridPlaceholderDescription: "Haga clic en cualquier icono de categoría para explorar la configuració de la enquesta. Los ajustes adicionales estarán disponibles una vez que agregue un elemento de topografía a la superficie de diseño.",
// "Please correct JSON."
correctJSON: "Por favor, corrija JSON",
// "Survey Results "
surveyResults: "Resultado de la enquesta:",
// "As Table"
surveyResultsTable: "Como Tabla",
// "As JSON"
surveyResultsJson: "Como JSON",
// "Question Title"
resultsTitle: "Títol de la pregunta",
// "Question Name"
resultsName: "Nom de la pregunta",
// "Answer Value"
resultsValue: "Valor de respuesta",
// "Display Value"
resultsDisplayValue: "Valor de visualización",
// "Modified"
modified: "Modificada",
// "Saving"
saving: "Guardando",
// "Saved"
saved: "Guardado",
// "Error"
propertyEditorError: "error:",
// "Error! Editor content is not saved."
saveError: "¡Error!El contenido del editor no se ha guardado",
// "Language Settings"
translationPropertyGridTitle: "Opcions de lenguaje",
// [Auto-translated] "Theme Settings"
themePropertyGridTitle: "Configuració del tema",
// [Auto-translated] "Add Language"
addLanguageTooltip: "Agregar idioma",
// "Languages"
translationLanguages: "Lenguajes",
// [Auto-translated] "Are you certain you wish to delete all strings for this language?"
translationDeleteLanguage: "¿Está seguro de que desea eliminar todas las cadenas de este idioma?",
// "Select language to translate"
translationAddLanguage: "Seleccione el idioma para traducir",
// "All Strings"
translationShowAllStrings: "Mostrar todos los textos",
// "Used Strings Only"
translationShowUsedStringsOnly: "Sólo textos utilizados",
// "All Pages"
translationShowAllPages: "Mostrar todas las pàgines",
// "No strings to translate. Please change the filter."
translationNoStrings: "Sin cuerdas para traducir. Por favor, cambie el filtro",
// "Export to CSV"
translationExportToSCVButton: "Exportar a CSV",
// "Import from CSV"
translationImportFromSCVButton: "Importación de CSV",
// [Auto-translated] "Auto-translate All"
translateUsigAI: "Traducir automáticamente todo",
// [Auto-translated] "Translate from: "
translateUsigAIFrom: "Traducir de: ",
// [Auto-translated] "Untranslated strings"
translationDialogTitle: "Cadenas sin traducir",
// "Merge {0} with default locale"
translationMergeLocaleWithDefault: "Merge {0} con lugar per defecte",
// "Translation..."
translationPlaceHolder: "Traducció...",
// [Auto-translated] "Source: "
translationSource: "Fuente: ",
// [Auto-translated] "Target: "
translationTarget: "Blanco: ",
// [Auto-translated] "YouTube links are not supported."
translationYouTubeNotSupported: "Los enlaces de YouTube no son compatibles.",
// [Auto-translated] "Export"
themeExportButton: "Exportar",
// [Auto-translated] "Import"
themeImportButton: "Importación",
// [Auto-translated] "Export"
surveyJsonExportButton: "Exportar",
// [Auto-translated] "Import"
surveyJsonImportButton: "Importación",
// [Auto-translated] "Copy to clipboard"
surveyJsonCopyButton: "Copiar en el portapapeles",
// [Auto-translated] "Reset theme settings to default"
themeResetButton: "Restablecer la configuració per defecte del tema",
// [Auto-translated] "Do you really want to reset the theme? All your customizations will be lost."
themeResetConfirmation: "¿Realmente quieres resetear el tema? Todas tus personalizaciones se perderán.",
// [Auto-translated] "Yes, reset the theme"
themeResetConfirmationOk: "Sí, restablece el tema",
// "Bold"
bold: "Negrita",
// "Italic"
italic: "Itálica",
// "Underline"
underline: "Subrayar",
// "Add Question"
addNewQuestion: "Afegir pregunta",
// "Select page..."
selectPage: "Seleccionar pàgina ...",
// [Auto-translated] "Choices are copied from"
carryForwardChoicesCopied: "Las opcions se copian de",
// [Auto-translated] "Choices are loaded from a web service."
choicesLoadedFromWebText: "Las opcions se cargan desde un servicio web.",
// [Auto-translated] "Go to settings"
choicesLoadedFromWebLinkText: "Ir a la configuració",
// [Auto-translated] "Preview of loaded choice options"
choicesLoadedFromWebPreviewTitle: "Vista prèvia de las opcions de elección cargadas",
// "HTML content will be here."
htmlPlaceHolder: "Contenido HTML irá aquí.",
// "Drop a question from the toolbox here."
panelPlaceHolder: "Arrastra aquí una pregunta desde la caja de herramientas.",
// "The survey is empty. Drag an element from the toolbox or click the button below."
surveyPlaceHolder: "La enquesta está vacía. Arrastra una pregunta desde la caja de herramientas o haz click en el botón de abajo.",
// [Auto-translated] "The page is empty. Drag an element from the toolbox or click the button below."
pagePlaceHolder: "La pàgina está vacía. Arrastre un elemento desde la caja de herramientas o haga clic en el botón de abajo.",
// [Auto-translated] "Drag and drop an image here or click the button below and choose an image to upload"
imagePlaceHolder: "Arrastre y suelte una imagen aquí o haga clic en el botón de abajo y elija una imatge para cargar",
// "Click the \"Add Question\" button below to start creating your form."
surveyPlaceHolderMobile: "Haga clic en el botón \"Agregar pregunta\" a continuación para comenzar a crear su formulario.",
// [Auto-translated] "Your form is empty"
surveyPlaceholderTitle: "Tu formulario está vacío",
// [Auto-translated] "Your form is empty"
surveyPlaceholderTitleMobile: "Tu formulario está vacío",
// [Auto-translated] "Drag an element from the toolbox or click the button below."
surveyPlaceholderDescription: "Arrastre un elemento desde la caja de herramientas o haga clic en el botón de abajo.",
// [Auto-translated] "Drag an element from the toolbox or click the button below."
surveyPlaceholderDescriptionMobile: "Arrastre un elemento desde la caja de herramientas o haga clic en el botón de abajo.",
// [Auto-translated] "No preview"
previewPlaceholderTitle: "Sin vista prèvia",
// [Auto-translated] "No preview"
previewPlaceholderTitleMobile: "Sin vista prèvia",
// [Auto-translated] "The survey doesn't contain any visible elements."
previewPlaceholderDescription: "La enquesta no contiene ningún elemento visible.",
// [Auto-translated] "The survey doesn't contain any visible elements."
previewPlaceholderDescriptionMobile: "La enquesta no contiene ningún elemento visible.",
// [Auto-translated] "No strings to translate"
translationsPlaceholderTitle: "Sin ataduras para traducir",
// [Auto-translated] "No strings to translate"
translationsPlaceholderTitleMobile: "Sin ataduras para traducir",
// [Auto-translated] "Add elements to your form or change the strings filter in the toolbar."
translationsPlaceholderDescription: "Agregue elementos a su formulario o cambie el filtro de cadenas en la barra de herramientas.",
// [Auto-translated] "Add elements to your form or change the strings filter in the toolbar."
translationsPlaceholderDescriptionMobile: "Agregue elementos a su formulario o cambie el filtro de cadenas en la barra de herramientas.",
// "Click the \"Add Question\" button below to add a new element to the page."
pagePlaceHolderMobile: "Haga clic en el botón \"Agregar pregunta\" a continuación para agregar un nou elemento a la pàgina.",
// "Click the \"Add Question\" button below to add a new element to the panell."
panelPlaceHolderMobile: "Haga clic en el botón \"Agregar pregunta\" a continuación para agregar un nou elemento al panell.",
// [Auto-translated] "Click the button below and choose an image to upload"
imagePlaceHolderMobile: "Haga clic en el botón de abajo y elija una imatge para cargar",
// [Auto-translated] "Choose Image"
imageChooseImage: "Elegir imatge",
// "Add {0}"
addNewTypeQuestion: "Afegir {0}", // {0} is localizable question type
// [Auto-translated] "[LOGO]"
chooseLogoPlaceholder: "[LOGOTIPO]",
// [Auto-translated] "Item "
choices_Item: "Artículo ",
// [Auto-translated] "Select a file"
selectFile: "Seleccionar un fitxer",
// [Auto-translated] "Remove the file"
removeFile: "Eliminar el fitxer",
lg: {
// "Add New Rule"
addNewItem: "Afegir nova regla",
// "Create a rule to customize the flow of the survey."
empty_tab: "Crea una regla para personalizar el flujo de la enquesta.",
// [Auto-translated] "No logical rules"
logicPlaceholderTitle: "Sin regles lógicas",
// [Auto-translated] "No logical rules"
logicPlaceholderTitleMobile: "Sin regles lógicas",
// [Auto-translated] "Create a rule to customize the flow of the survey."
logicPlaceholderDescription: "Cree una regla para personalizar el flujo de la enquesta.",
// [Auto-translated] "Create a rule to customize the flow of the survey."
logicPlaceholderDescriptionMobile: "Cree una regla para personalizar el flujo de la enquesta.",
// "Show/hide page"
page_visibilityName: "Visibilidad de la pagina",
// "Enable/disable page"
page_enableName: "Habilitar (deshabilitar) pàgina",
// [Auto-translated] "Make page required"
page_requireName: "Hacer que la pàgina sea obligatòria",
// "Show/hide panell"
panel_visibilityName: "Visibilidad del panell",
// "Enable/disable panell"
panel_enableName: "Panell habilitar / deshabilitar",
// [Auto-translated] "Make panell required"
panel_requireName: "Hacer que el panell sea obligatori",
// "Show/hide question"
question_visibilityName: "Pregunta visibilidad",
// "Enable/disable question"
question_enableName: "Pregunta habilitar / deshabilitar",
// "Make question required"
question_requireName: "Pregunta opcional requerida",
// [Auto-translated] "Reset question value"
question_resetValueName: "Restablecer valor de pregunta",
// [Auto-translated] "Set question value"
question_setValueName: "Establecer el valor de la pregunta",
// "Show/hide column"
column_visibilityName: "Mostrar (ocultar) columna",
// "Enable/disable column"
column_enableName: "Habilitar (deshabilitar) columna",
// "Make column required"
column_requireName: "Hacer columna requerida",
// [Auto-translated] "Reset column value"
column_resetValueName: "Restablecer valor de columna",
// [Auto-translated] "Set column value"
column_setValueName: "Establecer el valor de la columna",
// "Complete survey"
trigger_completeName: "Enquesta completa",
// "Set answer"
trigger_setvalueName: "Establecer valor de la pregunta",
// "Copy answer"
trigger_copyvalueName: "Copiar valor de la pregunta",
// "Skip to question"
trigger_skipName: "Saltar a la pregunta",
// "Run expression"
trigger_runExpressionName: "Ejecutar la expressió personalitzada",
// "Set \"Thank You\" page markup"
completedHtmlOnConditionName: "Text personalitzat 'Pàgina de agradecimiento'",
// "Make the page visible when the logical expression evaluates to true. Otherwise, keep the page invisible."
page_visibilityDescription: "Haga que la pàgina sea visible cuando la expressió lògica vuelva verdadera. De lo contrario, manténgalo invisible",
// "Make the page visible when the logical expression evaluates to true. Otherwise, keep the panell invisible."
panel_visibilityDescription: "Haga que el panell sea visible cuando la expressió lògica vuelva verdadera. De lo contrario, manténgalo invisible",
// "Make the panell and all elements inside it enabled when the logical expression evaluates to true. Otherwise, keep them disabled."
panel_enableDescription: "Haga el panell, y todos los elementos dentro de él, habiliten cuando la expressió lògica devuelve verdadero. De lo contrario, manténgalos deshabilitados",
// "Make the question visible when the logical expression evaluates to true. Otherwise, keep the question invisible."
question_visibilityDescription: "Haz que la pregunta sea visible cuando la expressió lògica se devuelve 'verdadero'. De lo contrario, se mantiene invisible",
// "Make the question enabled when the logical expression evaluates to true. Otherwise, keep the question disabled."
question_enableDescription: "Haz que la pregunta se habilite cuando la expressió lògica devuelve 'verdadero'. De lo contrario, se mantiene deshabilitat",
// "Question becomes required when the logical expression evaluates to true."
question_requireDescription: "La pregunta se requiere cuando la expressió lògica devuelve 'verdadero'",
// "When the logical expression evaluates to true, the survey ends, and the respondent sees the \"Thank you\" page."
trigger_completeDescription: "Cuando la expressió lògica devuelve 'verdadero', la enquesta se completa y el usuario final ve la 'pàgina de agradecimiento'",
// "When question values used in the logical expression are changed, and the expression evaluates to true, the specified value is assigned to the selected question."
trigger_setvalueDescription: "Cuando se cambian los valors de las preguntes, que se usan en la expresión lógica, se cambian y la expressió lògica devuelve 'verdadero', entonces el valor se establece en la pregunta seleccionada",
// "When question values used in the logical expression are changed, and the expression evaluates to true, the value of the selected question is copied to another question."
trigger_copyvalueDescription: "Cuando se cambian los valors de las preguntes, que se usan en la expresión lógica, se cambian y la expressió lògica devuelve 'verdadero', entonces el valor de una pregunta seleccionada se copia a otra pregunta seleccionada",
// "When the logical expression evaluates to true, the survey focuses/jumps to the selected question."
trigger_skipDescription: "Cuando la expressió lògica devuelve 'verdadero', la enquesta salta a la pregunta seleccionada",
// "When the logical expression evaluates to true, the survey evaluates another expression. Optionally, the result of the latter expression can be assigned as a value to the selected question"
trigger_runExpressionDescription: "Cuando la expresión lògica devuelve 'verdadero', entonces se realiza la expresión personalitzada. Es posible que opcionalmente establezca este resultado de expressió en la pregunta seleccionada",
// "If the logical expression evaluates to true, the \"Thank You\" page displays the specified content."
completedHtmlOnConditionDescription: "Si la expressió lògica devuelve 'verdadero', entonces el texto per defecte para la 'pàgina de agradecimiento' se cambia por el text dado",
// "When expression: '{0}' returns true"
itemExpressionText: "Cuando la expressió: '{0}' devuelve VERDADERO:", // {0} - the expression
// "New rule"
itemEmptyExpressionText: "Nova regla",
// "make page {0} visible"
page_visibilityText: "Hacer la pàgina {0} Visible", // {0} page name
// "make panell {0} visible"
panel_visibilityText: "Hacer panell {0} visible", // {0} panel name
// "make panell {0} enable"
panel_enableText: "Hacer panell {0} habilitar", // {0} panel name
// "make question {0} visible"
question_visibilityText: "Hacer Pregunta {0} Visible", // {0} question name
// "make question {0} enable"
question_enableText: "Hacer Pregunta {0} Habilitar", // {0} question name
// "make question {0} required"
question_requireText: "Hacer la pregunta {0} requerida", // {0} question name
// [Auto-translated] "reset value for question: {0}"
question_resetValueText: "Restablecer valor para la pregunta: {0}", // {0} question name.
// [Auto-translated] "assign value: {1} to question: {0}"
question_setValueText: "Asignar valor: {1} a la pregunta: {0}", // {0} question name and {1} setValueExpression
// "make column {0} of question {1} visible"
column_visibilityText: "hacer la columna {0} de la pregunta {1} visible", // {0} column name, {1} question name
// "make column {0} of question {1} enable"
column_enableText: "hacer la columna {0} de la pregunta {1} activa", // {0} column name, {1} question name
// "make column {0} of question {1} required"
column_requireText: "hacer la columna {0} de la pregunta {1} requerida", // {0} column name, {1} question name
// [Auto-translated] "reset cell value for column: {0}"
column_resetValueText: "Restablecer el valor de celda de la columna: {0}", // {0} column name
// [Auto-translated] "assign cell value: {1} to column: {0}"
column_setValueText: "Asignar valor de celda: {1} a columna: {0}", // {0} column name and {1} setValueExpression
// [Auto-translated] "An expression whose result will be assigned to the target question."
setValueExpressionPlaceholder: "Una expressió cuyo resultado se asignará a la pregunta de destino.",
// "survey becomes completed"
trigger_completeText: "La enquesta se completa",
// "set into question: {0} value {1}"
trigger_setvalueText: "En cuestión: {0} valor {1}", // {0} question name, {1} setValue
// [Auto-translated] "clear question value: {0}"
trigger_setvalueEmptyText: "Valor de pregunta claro: {0}", // {0} question name
// "copy into question: {0} value from question {1}"
trigger_copyvalueText: "Copiar en cuestión: {0} valor de la pregunta {1}", // {0} and {1} question names
// "survey skip to the question {0}"
trigger_skipText: "Enquesta salta a la pregunta {0}", // {0} question name
// "run expression: '{0}'"
trigger_runExpressionText1: "Expressió de ejecución: '{0}'", // {0} the expression
// " and set its result into question: {0}"
trigger_runExpressionText2: "y establecer su resultado en cuestión: {0}", // {0} question name
// "show custom text for the \"Thank You\" page."
completedHtmlOnConditionText: "Mostrar text personalitzat para la 'gracias pàgina'",
// "All Questions"
showAllQuestions: "Todas las preguntes",
// "All Action Types"
showAllActionTypes: "Todos los tipos de acció",
// "Condition(s)"
conditions: "Condició(es)",
// "Action(s)"
actions: "Comportamiento",
// "Define condition(s)"
expressionEditorTitle: "Definir la(s) condició(es)",
// "Define action(s)"
actionsEditorTitle: "Definir la(s) acció(es)",
// "Delete Action"
deleteAction: "Eliminar acció",
// "Add Action"
addNewAction: "Afegir nova acció",
// "Select action..."
selectedActionCaption: "Seleccione una acció para agregar ...",
// "The logic expression is empty or invalid. Please correct it."
expressionInvalid: "La expressió lògica está vacía o inválida. Por favor corríjalo",
// "Please add at least one action."
noActionError: "Por favor, agregue al menos una acció",
// "Please fix issues in your action(s)."
actionInvalid: "Por favor, solucione problemas en su(s) acció(es)",
// [Auto-translated] "Logical rules are incomplete"
uncompletedRule_title: "Las regles lógicas están incompletas",
// [Auto-translated] "You have not completed some of the logical rules. If you leave the tab now, the changes will be lost. Do you still want to leave the tab without completing the changes?"
uncompletedRule_text: "No ha completado algunas de las regles lógicas. Si deja la pestaña ahora, los cambios se perderán. ¿Aún desea salir de la pestaña sin completar los cambios?",
// [Auto-translated] "Yes"
uncompletedRule_apply: "Sí",
// [Auto-translated] "No, I want to complete the rules"
uncompletedRule_cancel: "No, quiero completar las regles"
}
},
// Property Editors
pe: {
panel: {
// [Auto-translated] "Panell name"
name: "Nom del panell",
// [Auto-translated] "Panell title"
title: "Títol de la viñeta",
// [Auto-translated] "Panell description"
description: "Descripció del panell",
// [Auto-translated] "Make the panell visible if"
visibleIf: "Haga que el panell sea visible si",
// [Auto-translated] "Make the panell required if"
requiredIf: "Haga que el panell sea obligatori si",
// [Auto-translated] "Question order within the panell"
questionOrder: "Orden de las preguntes dentro del panell",
// [Auto-translated] "Move the panell to page"
page: "Mover el panell a la pàgina",
// [Auto-translated] "Display the panell on a new line"
startWithNewLine: "Mostrar el panell en una nova línea",
// [Auto-translated] "Panell collapse state"
state: "Estado de contracción del panell",
// [Auto-translated] "Inline panell width"
width: "Ancho del panell en línea",
// [Auto-translated] "Minimum panell width"
minWidth: "Anchura mínima del panell",
// [Auto-translated] "Maximum panell width"
maxWidth: "Anchura máxima del panell",
// [Auto-translated] "Number this panell"
showNumber: "Numerar este panell"
},
panellayoutcolumn: {
// [Auto-translated] "Effective width, %"
effectiveWidth: "Anchura efectiva, %",
// [Auto-translated] "Question title width, px"
questionTitleWidth: "Ancho del títol de la pregunta, px"
},
paneldynamic: {
// [Auto-translated] "Panell name"
name: "Nom del panell",
// [Auto-translated] "Panell title"
title: "Títol de la viñeta",
// [Auto-translated] "Panell description"
description: "Descripció del panell",
// [Auto-translated] "Entry display mode"
displayMode: "Modo de visualización de entrada",
// [Auto-translated] "Make the panell visible if"
visibleIf: "Haga que el panell sea visible si",
// [Auto-translated] "Make the panell required if"
requiredIf: "Haga que el panell sea obligatori si",
// [Auto-translated] "Move the panell to page"
page: "Mover el panell a la pàgina",
// [Auto-translated] "Display the panell on a new line"
startWithNewLine: "Mostrar el panell en una nova línea",
// [Auto-translated] "Panell collapse state"
state: "Estado de contracción del panell",
// [Auto-translated] "Inline panell width"
width: "Ancho del panell en línea",
// [Auto-translated] "Minimum panell width"
minWidth: "Anchura mínima del panell",
// [Auto-translated] "Maximum panell width"
maxWidth: "Anchura máxima del panell",
// [Auto-translated] "Confirm entry removal"
confirmDelete: "Confirmar la eliminación de la entrada",
// [Auto-translated] "Entry description pattern"
templateDescription: "Patrón de descripció de la entrada",
// [Auto-translated] "Entry title pattern"
templateTitle: "Patrón de títol de entrada",
// [Auto-translated] "Empty panell text"
noEntriesText: "Text de panell vacío",
// [Auto-translated] "Tab title pattern"
templateTabTitle: "Patrón de títol de tabulación",
// [Auto-translated] "Tab title placeholder"
tabTitlePlaceholder: "Marcador de posición del títol de la pestaña",
// [Auto-translated] "Make an individual entry visible if"
templateVisibleIf: "Haga visible una entrada individual si",
// [Auto-translated] "Number the panell"
showNumber: "Numerar el panell",
// [Auto-translated] "Panell title alignment"
titleLocation: "Alineación del títol del panell",
// [Auto-translated] "Panell description alignment"
descriptionLocation: "Alineación de la descripció del panell",
// [Auto-translated] "Question title alignment"
templateQuestionTitleLocation: "Alineación del títol de la pregunta",
// [Auto-translated] "Question title width"
templateQuestionTitleWidth: "Ancho del títol de la pregunta",
// [Auto-translated] "Error message alignment"
templateErrorLocation: "Alineación de mensajes de error",
// [Auto-translated] "New entry location"
newPanelPosition: "Nova ubicación de entrada",
// [Auto-translated] "Prevent duplicate responses in the following question"
keyName: "Evitar respuestas duplicadas en la següent pregunta"
},
question: {
// [Auto-translated] "Question name"
name: "Nom de la pregunta",
// [Auto-translated] "Question title"
title: "Títol de la pregunta",
// [Auto-translated] "Question description"
description: "Descripció de la pregunta",
// [Auto-translated] "Show the title and description"
showTitle: "Mostrar el títol y la descripció",
// [Auto-translated] "Make the question visible if"
visibleIf: "Haz que la pregunta sea visible si",
// [Auto-translated] "Make the question required if"
requiredIf: "Haga que la pregunta sea obligatòria si:",
// [Auto-translated] "Move the question to page"
page: "Mover la pregunta a la pàgina",
// [Auto-translated] "Question box collapse state"
state: "Estado de contracción del cuadro de pregunta",
// [Auto-translated] "Number this question"
showNumber: "Numerar esta pregunta",
// [Auto-translated] "Question title alignment"
titleLocation: "Alineación del títol de la pregunta",
// [Auto-translated] "Question description alignment"
descriptionLocation: "Alineación de la descripció de la pregunta",
// [Auto-translated] "Error message alignment"
errorLocation: "Alineación de mensajes de error",
// [Auto-translated] "Increase the inner indent"
indent: "Aumentar la sangría interior",
// [Auto-translated] "Inline question width"
width: "Ancho de la pregunta en línea",
// [Auto-translated] "Minimum question width"
minWidth: "Ancho mínimo de la pregunta",
// [Auto-translated] "Maximum question width"
maxWidth: "Ancho máximo de la pregunta",
// [Auto-translated] "Update input field value"
textUpdateMode: "Actualizar el valor del campo de entrada"
},
signaturepad: {
// [Auto-translated] "Signature area width"
signatureWidth: "Ancho del área de firma",
// [Auto-translated] "Signature area height"
signatureHeight: "Altura del área de firma",
// [Auto-translated] "Auto-scale the signature area"
signatureAutoScaleEnabled: "Escalado automàtic del área de firma",
// [Auto-translated] "Show a placeholder within signature area"
showPlaceholder: "Mostrar un marcador de posición dentro del área de firma",
// [Auto-translated] "Placeholder text"
placeholder: "Text de marcador de posición",
// [Auto-translated] "Placeholder text in read-only or preview mode"
placeholderReadOnly: "Text de marcador de posición en modo de solo lectura o vista prèvia",
// [Auto-translated] "Show the Clear button within signature area"
allowClear: "Mostrar el botón Borrar dentro del área de firma",
// [Auto-translated] "Minimum stroke width"
penMinWidth: "Anchura mínima del trazo",
// [Auto-translated] "Maximum stroke width"
penMaxWidth: "Anchura máxima del trazo",
// [Auto-translated] "Stroke color"
penColor: "Color del trazo"
},
comment: {
// [Auto-translated] "Input field height (in lines)"
rows: "Altura del campo de entrada (en líneas)"
},
// "Question numbering"
showQuestionNumbers: "Mostrar números de pregunta",
// "Question indexing type"
questionStartIndex: "Índice de inicio de la pregunta (1, 2 o 'A', 'A')",
expression: {
// [Auto-translated] "Expression name"
name: "Nom de la expressió",
// [Auto-translated] "Expression title"
title: "Títol de la expressió",
// [Auto-translated] "Expression description"
description: "Descripció de la expressió",
// [Auto-translated] "Expression"
expression: "Expressió"
},
trigger: {
// [Auto-translated] "Expression"
expression: "Expressió"
},
calculatedvalue: {
// [Auto-translated] "Expression"
expression: "Expressió"
},
// survey templates
survey: {
// [Auto-translated] "Survey title"
title: "Títol de la enquesta",
// [Auto-translated] "Survey description"
description: "Descripció de la enquesta",
// [Auto-translated] "Make the survey read-only"
readOnly: "Hacer que la enquesta sea de solo lectura"
},
page: {
// [Auto-translated] "Page name"
name: "Nom de la pàgina",
// [Auto-translated] "Page title"
title: "Títol de la pàgina",
// [Auto-translated] "Page description"
description: "Descripció de la pàgina",
// [Auto-translated] "Make the page visible if"
visibleIf: "Hacer que la pàgina sea visible si",
// [Auto-translated] "Make the page required if"
requiredIf: "Haga que la pàgina sea obligatòria si",
// [Auto-translated] "Time limit to complete the page"
timeLimit: "Límite de tiempo para completar la pàgina",
// [Auto-translated] "Question order on the page"
questionOrder: "Orden de las preguntes en la pàgina"
},
matrixdropdowncolumn: {
// [Auto-translated] "Column name"
name: "Nom de la columna",
// [Auto-translated] "Column title"
title: "Títol de la columna",
// [Auto-translated] "Prevent duplicate responses"
isUnique: "Evitar respuestas duplicadas",
// [Auto-translated] "Column width"
width: "Anchura de columna",
// [Auto-translated] "Minimum column width"
minWidth: "Anchura mínima de columna",
// [Auto-translated] "Input field height (in lines)"
rows: "Altura del campo de entrada (en líneas)",
// [Auto-translated] "Make the column visible if"
visibleIf: "Haga que la columna sea visible si",
// [Auto-translated] "Make the column required if"
requiredIf: "Haga que la columna sea obligatòria si",
// [Auto-translated] "Each option in a separate column"
showInMultipleColumns: "Cada opción en una columna separada"
},
matrixcolumn: {
// [Auto-translated] "Clear others in the same row"
isExclusive: "Borrar otros en la misma fila"
},
multipletextitem: {
// [Auto-translated] "Name"
name: "Nom",
// [Auto-translated] "Title"
title: "Títol"
},
masksettings: {
// [Auto-translated] "Save masked value in survey results"
saveMaskedValue: "Desar el valor enmascarado en los resultados de la enquesta"
},
patternmask: {
// [Auto-translated] "Value pattern"
pattern: "Patrón de valors"
},
datetimemask: {
// [Auto-translated] "Minimum value"
min: "Valor mínimo",
// [Auto-translated] "Maximum value"
max: "Valor máximo"
},
numericmask: {
// [Auto-translated] "Allow negative values"
allowNegativeValues: "Permitir valors negativos",
// [Auto-translated] "Thousands separator"
thousandsSeparator: "Separador de millares",
// [Auto-translated] "Decimal separator"
decimalSeparator: "Separador decimal",
// [Auto-translated] "Value precision"
precision: "Precisión de valor",
// [Auto-translated] "Minimum value"
min: "Valor mínimo",
// [Auto-translated] "Maximum value"
max: "Valor máximo"
},
currencymask: {
// [Auto-translated] "Currency prefix"
prefix: "Prefijo de moneda",
// [Auto-translated] "Currency suffix"
suffix: "Sufijo de moneda"
},
// [Auto-translated] "Clear others when selected"
isExclusive: "Borrar otros cuando se selecciona",
// [Auto-translated] "Display both text and value"
showValue: "Mostrar text y valor",
// [Auto-translated] "Require user to enter a comment"
isCommentRequired: "Requerir al usuario que introduzca un comentario",
// "Display area height"
imageHeight: "Altura de imatge",
// "Dis