UNPKG

survey-creator-core

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

1,004 lines (999 loc) 220 kB
/*! * SurveyJS Creator v2.3.1 * (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/ * Github: https://github.com/surveyjs/survey-creator * License: https://surveyjs.io/Licenses#SurveyCreator */ (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/finnish", ["survey-creator-core"], factory); else if(typeof exports === 'object') exports["i18n/finnish"] = 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/finnish.ts ***! \*************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ fiStrings: () => (/* binding */ fiStrings) /* 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 fiStrings = { // survey templates survey: { // "Edit" edit: "Muokkaa", // "Watch and learn how to create surveys" externalHelpLink: "Katso ja opi luomaan kyselyjä", // "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: "Pudota kysymys Työkalupakista tähän.", // "Create a rule to customize the flow of the survey." addLogicItem: "Luo sääntö mukauttamaan kyselyn kulkua.", // "Copy" copy: "Kopioi", // "Duplicate" duplicate: "Monista", // "Add to toolbox" addToToolbox: "Lisää Työkalupakkiin", // "Delete Panel" deletePanel: "Poista Paneeli", // "Delete Question" deleteQuestion: "Poista Kysymys", // "Convert to" convertTo: "Konvertoi", // "Drag element" drag: "Vedä elementtiä" }, // Creator tabs tabs: { // "Preview" preview: "Testaa kysely", // "Themes" theme: "Teemat", // "Translations" translation: "Käännökset", // "Designer" designer: "Kyselyn suunnittelija", // [Auto-translated] "JSON Editor" json: "JSON-editori", // "Logic" logic: "Kyselyn säännöstö" }, // Question types qt: { // "Default" default: "Oletusarvo", // "Checkboxes" checkbox: "Valintaruutu", // "Long Text" comment: "Kommentti", // "Image Picker" imagepicker: "Kuvanvalitsin", // "Ranking" ranking: "Sijoitus", // "Image" image: "Kuva", // "Dropdown" dropdown: "Pudotusvalikko", // [Auto-translated] "Multi-Select Dropdown" tagbox: "Avattava monivalintavalikko", // "File Upload" file: "Tiedosto", // "HTML" html: "Html", // "Single-Select Matrix" matrix: "Matriisi (yksi valinta)", // "Multi-Select Matrix" matrixdropdown: "Matriisi (monivalinta)", // "Dynamic Matrix" matrixdynamic: "Matriisi (dynaamiset rivit)", // "Multiple Textboxes" multipletext: "Useita tekstejä", // "Panel" panel: "Paneeli", // "Dynamic Panel" paneldynamic: "Paneeli (dynaamiset paneelit)", // "Radio Button Group" radiogroup: "Radiopainikeryhmä", // "Rating Scale" rating: "Luokitus", // [Auto-translated] "Slider" slider: "Liukusäädin", // "Single-Line Input" text: "Teksti", // "Yes/No (Boolean)" boolean: "Totuusarvomuuttuja", // "Expression (read-only)" expression: "Lauseke(vain luku)", // "Signature" signaturepad: "Allekirjoitusalusta", // [Auto-translated] "Button Group" buttongroup: "Painike-ryhmä" }, toolboxCategories: { // "General" general: "Yleinen", // "Choice Questions" choice: "Valintaa koskevat kysymykset", // "Text Input Questions" text: "Tekstinsyöttökysymykset", // "Containers" containers: "Säiliöt", // "Matrix Questions" matrix: "Matriisin kysymykset", // "Misc" misc: "Muut" }, // Strings in SurveyJS Creator ed: { // "Default ({0})" defaultLocale: "Vakio ({0})", // "Survey" survey: "Kysely", // "Settings" settings: "Kyselyn asetukset", // "Open settings" settingsTooltip: "Avaa kyselyn asetukset", // [Auto-translated] "Survey Settings" surveySettings: "Kyselyn asetukset", // [Auto-translated] "Survey settings" surveySettingsTooltip: "Kyselyn asetukset", // [Auto-translated] "Theme Settings" themeSettings: "Teeman asetukset", // [Auto-translated] "Theme settings" themeSettingsTooltip: "Teeman asetukset", // [Auto-translated] "Creator Settings" creatorSettingTitle: "Luontiasetukset", // "Show Panel" showPanel: "Näytä Paneeli", // "Hide Panel" hidePanel: "Piilota Paneeli", // [Auto-translated] "Select previous" prevSelected: "Valitse edellinen", // [Auto-translated] "Select next" nextSelected: "Valitse seuraava", // [Auto-translated] "Focus previous" prevFocus: "Keskity edelliseen", // [Auto-translated] "Focus next" nextFocus: "Keskity seuraavaksi", // "Survey" surveyTypeName: "Kysely", // [Auto-translated] "Page" pageTypeName: "Sivu", // [Auto-translated] "Panel" panelTypeName: "Paneeli", // [Auto-translated] "Question" questionTypeName: "Kysymys", // [Auto-translated] "Column" columnTypeName: "Sarake", // "Add New Page" addNewPage: "Lisää uusi sivu", // "Scroll to the Right" moveRight: "Selaa oikealle", // "Scroll to the Left" moveLeft: "Selaa vasemmalle", // "Delete Page" deletePage: "Poista sivu", // "Edit Page" editPage: "Muokkaa sivua", // "Edit" edit: "Muokkaa", // "page" newPageName: "sivu", // "question" newQuestionName: "kysymys", // "panel" newPanelName: "paneeli", // "text" newTextItemName: "teksti", // "Default" defaultV2Theme: "Oletus", // [Auto-translated] "Modern" modernTheme: "Moderni", // [Auto-translated] "Default (legacy)" defaultTheme: "Oletus (vanha)", // "Preview Survey Again" testSurveyAgain: "Testaa kysely uudestaan", // "Survey width: " testSurveyWidth: "Kyselyn laajuus: ", // "You had to navigate to" navigateToMsg: "Sinun piti navigoida:", // "Save Survey" saveSurvey: "Tallenna kysely", // "Save Survey" saveSurveyTooltip: "Tallenna kysely", // [Auto-translated] "Save Theme" saveTheme: "Tallenna teema", // [Auto-translated] "Save Theme" saveThemeTooltip: "Tallenna teema", // [Auto-translated] "Hide errors" jsonHideErrors: "Piilota virheet", // [Auto-translated] "Show errors" jsonShowErrors: "Näytä virheet", // "Undo" undo: "Kumoa", // "Redo" redo: "Tee uudelleen", // "Undo last change" undoTooltip: "Kumoa viimeinen muutos", // "Redo the change" redoTooltip: "Tee muutos uudelleen", // [Auto-translated] "Expand" expandTooltip: "Laajenna", // [Auto-translated] "Collapse" collapseTooltip: "Tiivistä", // "Expand All" expandAllTooltip: "Laajenna kaikki", // "Collapse All" collapseAllTooltip: "Kutista kaikki", // [Auto-translated] "Zoom In" zoomInTooltip: "Lähennä", // [Auto-translated] "Zoom to 100%" zoom100Tooltip: "100% kokoon", // [Auto-translated] "Zoom Out" zoomOutTooltip: "Loitonna", // [Auto-translated] "Lock expand/collapse state for questions" lockQuestionsTooltip: "Lukitse laajenna/kutista tila kysymyksiä varten", // [Auto-translated] "Show more" showMoreChoices: "Näytä lisää", // [Auto-translated] "Show less" showLessChoices: "Näytä vähemmän", // "Copy" copy: "Kopioi", // "Cut" cut: "Leikkaa", // "Paste" paste: "Liitä", // "Copy selection to clipboard" copyTooltip: "Kopioi valinta leikepöydälle", // "Cut selection to clipboard" cutTooltip: "Leikkaa valinta leikepöydälle", // "Paste from clipboard" pasteTooltip: "Liitä leikepöydältä", // "Options" options: "Vaihtoehdot", // "Generate Valid JSON" generateValidJSON: "Luo kelvollinen JSON", // "Generate Readable JSON" generateReadableJSON: "Luo luettava JSON", // "Toolbox" toolbox: "Työkalupakki", // "Properties" "property-grid": "Ominaisuudet", // [Auto-translated] "Search" toolboxSearch: "Etsiä", // [Auto-translated] "Type to search..." toolboxFilteredTextPlaceholder: "Kirjoita etsiäksesi...", // [Auto-translated] "No results found" toolboxNoResultsFound: "Tuloksia ei löytynyt", // [Auto-translated] "Type to search..." propertyGridFilteredTextPlaceholder: "Kirjoita etsiäksesi...", // [Auto-translated] "No results found" propertyGridNoResultsFound: "Tuloksia ei löytynyt", // [Auto-translated] "Start configuring your form" propertyGridPlaceholderTitle: "Aloita lomakkeen määrittäminen", // [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: "Napsauta mitä tahansa luokkakuvaketta tutustuaksesi kyselyn asetuksiin. Lisäasetukset ovat käytettävissä, kun lisäät mittauselementin suunnittelupintaan.", // "Please correct JSON." correctJSON: "Korjaa JSON.", // "Survey Results " surveyResults: "Kyselyn tulos:", // "As Table" surveyResultsTable: "Taulukossa", // "As JSON" surveyResultsJson: "JSON:ssa", // "Question Title" resultsTitle: "Kysymyksen otsikko", // "Question Name" resultsName: "Kysymyksen nimi", // "Answer Value" resultsValue: "Vastauksen arvo", // "Display Value" resultsDisplayValue: "Näytä arvo", // "Modified" modified: "Muokattu", // "Saving" saving: "Tallentaa", // "Saved" saved: "Tallennettu", // "Error" propertyEditorError: "Virhe:", // "Error! Editor content is not saved." saveError: "Virhe! Editorin sisältöä ei ole tallennettu.", // [Auto-translated] "Language Settings" translationPropertyGridTitle: "Kieliasetukset", // [Auto-translated] "Theme Settings" themePropertyGridTitle: "Teeman asetukset", // [Auto-translated] "Add Language" addLanguageTooltip: "Lisää kieli", // [Auto-translated] "Languages" translationLanguages: "Kielet", // [Auto-translated] "Are you certain you wish to delete all strings for this language?" translationDeleteLanguage: "Oletko varma, että haluat poistaa kaikki merkkijonot tältä kieleltä?", // "Select language to translate" translationAddLanguage: "Valitse käännettävä kieli", // "All Strings" translationShowAllStrings: "Näytä kaikki merkkijonot", // [Auto-translated] "Used Strings Only" translationShowUsedStringsOnly: "Vain käytetyt merkkijonot", // "All Pages" translationShowAllPages: "Näytä kaikki sivut", // "No strings to translate. Please change the filter." translationNoStrings: "Ei merkkijonoja käännettäväksi. Vaihda suodatin.", // "Export to CSV" translationExportToSCVButton: "Vie (CSV)", // "Import from CSV" translationImportFromSCVButton: "Tuo (CSV)", // [Auto-translated] "Auto-translate All" translateUsigAI: "Käännä kaikki automaattisesti", // [Auto-translated] "Translate from: " translateUsigAIFrom: "Käännös: ", // [Auto-translated] "Untranslated strings" translationDialogTitle: "Kääntämättömät merkkijonot", // "Merge {0} with default locale" translationMergeLocaleWithDefault: "Yhdistä {0} oletuskielellä", // [Auto-translated] "Translation..." translationPlaceHolder: "Käännös...", // [Auto-translated] "Source: " translationSource: "Lähde: ", // [Auto-translated] "Target: " translationTarget: "Kohde: ", // [Auto-translated] "YouTube links are not supported." translationYouTubeNotSupported: "YouTube-linkkejä ei tueta.", // [Auto-translated] "Export" themeExportButton: "Vie", // [Auto-translated] "Import" themeImportButton: "Tuo", // [Auto-translated] "Export" surveyJsonExportButton: "Vie", // [Auto-translated] "Import" surveyJsonImportButton: "Tuo", // [Auto-translated] "Copy to clipboard" surveyJsonCopyButton: "Kopioi leikepöydälle", // [Auto-translated] "Reset theme settings to default" themeResetButton: "Palauta teema-asetukset oletusasetuksiin", // [Auto-translated] "Do you really want to reset the theme? All your customizations will be lost." themeResetConfirmation: "Haluatko todella nollata teeman? Kaikki mukautuksesi menetetään.", // [Auto-translated] "Yes, reset the theme" themeResetConfirmationOk: "Kyllä, nollaa teema", // "Bold" bold: "Lihavoitu", // "Italic" italic: "Kursiivi", // "Underline" underline: "Alleviivaa", // "Add Question" addNewQuestion: "Lisää kysymys", // "Select page..." selectPage: "Valitse sivu...", // [Auto-translated] "Choices are copied from" carryForwardChoicesCopied: "Valinnat kopioidaan kohteesta", // [Auto-translated] "Choices are loaded from a web service." choicesLoadedFromWebText: "Valinnat ladataan verkkopalvelusta.", // [Auto-translated] "Go to settings" choicesLoadedFromWebLinkText: "Siirry asetuksiin", // [Auto-translated] "Preview of loaded choice options" choicesLoadedFromWebPreviewTitle: "Ladattujen valintavaihtoehtojen esikatselu", // [Auto-translated] "HTML content will be here." htmlPlaceHolder: "HTML-sisältö on täällä.", // [Auto-translated] "Drop a question from the toolbox here." panelPlaceHolder: "Pudota kysymys työkalupakista tähän.", // [Auto-translated] "The survey is empty. Drag an element from the toolbox or click the button below." surveyPlaceHolder: "Kysely on tyhjä. Vedä elementti työkalupakista tai napsauta alla olevaa painiketta.", // [Auto-translated] "The page is empty. Drag an element from the toolbox or click the button below." pagePlaceHolder: "Sivu on tyhjä. Vedä elementti työkalupakista tai napsauta alla olevaa painiketta.", // [Auto-translated] "Drag and drop an image here or click the button below and choose an image to upload" imagePlaceHolder: "Vedä ja pudota kuva tähän tai napsauta alla olevaa painiketta ja valitse ladattava kuva", // "Click the \"Add Question\" button below to start creating your form." surveyPlaceHolderMobile: "Napsauta alla olevaa Lisää kysymys -painiketta aloittaaksesi lomakkeen luomisen.", // [Auto-translated] "Your form is empty" surveyPlaceholderTitle: "Lomake on tyhjä", // [Auto-translated] "Your form is empty" surveyPlaceholderTitleMobile: "Lomake on tyhjä", // [Auto-translated] "Drag an element from the toolbox or click the button below." surveyPlaceholderDescription: "Vedä elementti työkalupakista tai napsauta alla olevaa painiketta.", // [Auto-translated] "Drag an element from the toolbox or click the button below." surveyPlaceholderDescriptionMobile: "Vedä elementti työkalupakista tai napsauta alla olevaa painiketta.", // [Auto-translated] "No preview" previewPlaceholderTitle: "Ei esikatselua", // [Auto-translated] "No preview" previewPlaceholderTitleMobile: "Ei esikatselua", // [Auto-translated] "The survey doesn't contain any visible elements." previewPlaceholderDescription: "Kysely ei sisällä näkyviä elementtejä.", // [Auto-translated] "The survey doesn't contain any visible elements." previewPlaceholderDescriptionMobile: "Kysely ei sisällä näkyviä elementtejä.", // [Auto-translated] "No strings to translate" translationsPlaceholderTitle: "Ei käännettäviä merkkijonoja", // [Auto-translated] "No strings to translate" translationsPlaceholderTitleMobile: "Ei käännettäviä merkkijonoja", // [Auto-translated] "Add elements to your form or change the strings filter in the toolbar." translationsPlaceholderDescription: "Lisää elementtejä lomakkeeseen tai muuta työkalurivin merkkijonosuodatinta.", // [Auto-translated] "Add elements to your form or change the strings filter in the toolbar." translationsPlaceholderDescriptionMobile: "Lisää elementtejä lomakkeeseen tai muuta työkalurivin merkkijonosuodatinta.", // "Click the \"Add Question\" button below to add a new element to the page." pagePlaceHolderMobile: "Napsauta alla olevaa Lisää kysymys -painiketta lisätäksesi sivulle uuden elementin.", // "Click the \"Add Question\" button below to add a new element to the panel." panelPlaceHolderMobile: "Napsauta alla olevaa Lisää kysymys -painiketta lisätäksesi uuden elementin paneeliin.", // [Auto-translated] "Click the button below and choose an image to upload" imagePlaceHolderMobile: "Klikkaa alla olevaa painiketta ja valitse ladattava kuva", // [Auto-translated] "Choose Image" imageChooseImage: "Valitse kuva", // [Auto-translated] "Add {0}" addNewTypeQuestion: "Lisää {0}", // {0} is localizable question type // [Auto-translated] "[LOGO]" chooseLogoPlaceholder: "[LOGO]", // [Auto-translated] "Item " choices_Item: "Kohta ", // [Auto-translated] "Select a file" selectFile: "Valitse tiedosto", // [Auto-translated] "Remove the file" removeFile: "Poista tiedosto", lg: { // [Auto-translated] "Add New Rule" addNewItem: "Lisää uusi sääntö", // [Auto-translated] "Create a rule to customize the flow of the survey." empty_tab: "Luo sääntö kyselyn kulun mukauttamista varten.", // [Auto-translated] "No logical rules" logicPlaceholderTitle: "Ei loogisia sääntöjä", // [Auto-translated] "No logical rules" logicPlaceholderTitleMobile: "Ei loogisia sääntöjä", // [Auto-translated] "Create a rule to customize the flow of the survey." logicPlaceholderDescription: "Luo sääntö kyselyn kulun mukauttamista varten.", // [Auto-translated] "Create a rule to customize the flow of the survey." logicPlaceholderDescriptionMobile: "Luo sääntö kyselyn kulun mukauttamista varten.", // "Show/hide page" page_visibilityName: "Sivun näkyvyys", // [Auto-translated] "Enable/disable page" page_enableName: "Ota sivu käyttöön/poista se käytöstä", // [Auto-translated] "Make page required" page_requireName: "Tee sivusta pakollinen", // "Show/hide panel" panel_visibilityName: "Paneelin näkyvyys", // "Enable/disable panel" panel_enableName: "Paneeli käytössä/Ei käytössä", // [Auto-translated] "Make panel required" panel_requireName: "Tee paneelista pakollinen", // "Show/hide question" question_visibilityName: "Kysymyksen näkyvyys", // "Enable/disable question" question_enableName: "Kysymys käytössä/Ei käytössä", // "Make question required" question_requireName: "Kysymys valinnainen vaaditaan", // [Auto-translated] "Reset question value" question_resetValueName: "Palauta kysymyksen arvo", // [Auto-translated] "Set question value" question_setValueName: "Aseta kysymyksen arvo", // [Auto-translated] "Show/hide column" column_visibilityName: "Sarakkeen näyttäminen/piilottaminen", // [Auto-translated] "Enable/disable column" column_enableName: "Ota sarake käyttöön/poista se käytöstä", // [Auto-translated] "Make column required" column_requireName: "Tee sarakkeesta pakollinen", // [Auto-translated] "Reset column value" column_resetValueName: "Palauta sarakkeen arvo", // [Auto-translated] "Set column value" column_setValueName: "Sarakkeen arvon määrittäminen", // "Complete survey" trigger_completeName: "Valmis kysely", // "Set answer" trigger_setvalueName: "Aseta kysymyksen arvo", // "Copy answer" trigger_copyvalueName: "Kopioi kysymyksen arvo", // "Skip to question" trigger_skipName: "Ohita kysymys", // "Run expression" trigger_runExpressionName: "Suorita mukautettu lauseke", // "Set \"Thank You\" page markup" completedHtmlOnConditionName: "Mukautettu Kiitos -sivuteksti", // "Make the page visible when the logical expression evaluates to true. Otherwise, keep the page invisible." page_visibilityDescription: "Tee sivusta näkyvä, kun looginen lauseke palauttaa arvon tosi. Muuten pidä se näkymättömänä.", // "Make the page visible when the logical expression evaluates to true. Otherwise, keep the panel invisible." panel_visibilityDescription: "Tee paneelista näkyvä, kun looginen lauseke palauttaa arvon tosi. Muuten pidä se näkymättömänä.", // "Make the panel and all elements inside it enabled when the logical expression evaluates to true. Otherwise, keep them disabled." panel_enableDescription: "Ota paneeli ja kaikki sen sisällä olevat elementit käyttöön, kun looginen lauseke palauttaa arvon tosi. Muuten pidä ne poissa käytöstä.", // "Make the question visible when the logical expression evaluates to true. Otherwise, keep the question invisible." question_visibilityDescription: "Tee kysymyksestä näkyvä, kun looginen lauseke palauttaa arvon tosi. Muuten pidä se näkymättömänä.", // "Make the question enabled when the logical expression evaluates to true. Otherwise, keep the question disabled." question_enableDescription: "Ota kysymys käyttöön, kun looginen lauseke palauttaa arvon tosi. Muussa tapauksessa pidä se poissa käytöstä.", // "Question becomes required when the logical expression evaluates to true." question_requireDescription: "Kysymys tulee pakolliseksi, kun looginen lauseke palauttaa arvon tosi.", // "When the logical expression evaluates to true, the survey ends, and the respondent sees the \"Thank you\" page." trigger_completeDescription: "Kun looginen lauseke palauttaa arvon tosi, kysely valmistuu ja loppukäyttäjä näkee Kiitos -sivun.", // "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: "Kun loogisessa lausekkeessa käytettyjä kysymysarvoja muutetaan ja looginen lauseke palauttaa arvon tosi, arvo asetetaan valitulle kysymykselle.", // "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: "Kun loogisessa lausekkeessa käytettyjä kysymysarvoja muutetaan ja looginen lauseke palauttaa arvon tosi, yhden valitun kysymyksen arvo kopioidaan toiseen valittuun kysymykseen.", // "When the logical expression evaluates to true, the survey focuses/jumps to the selected question." trigger_skipDescription: "Kun looginen lauseke palauttaa arvon tosi, kysely siirtyy valittuun kysymykseen / kohdista valittu kysymys.", // "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: "Kun looginen lauseke palauttaa arvon tosi, mukautettu lauseke suoritetaan. Voit valinnaisesti asettaa tämän lausekkeen tuloksen valittuun kysymykseen.", // "If the logical expression evaluates to true, the \"Thank You\" page displays the specified content." completedHtmlOnConditionDescription: "Jos looginen lauseke palauttaa arvon tosi, 'Kiitos-sivun' oletusteksti muutetaan annetuksi tekstiksi.", // "When expression: '{0}' returns true" itemExpressionText: "Kun lauseke: '{0}' palauttaa arvon tosi:", // {0} - the expression // [Auto-translated] "New rule" itemEmptyExpressionText: "Uusi sääntö", // "make page {0} visible" page_visibilityText: "Tee sivu {0} näkyväksi", // {0} page name // "make panel {0} visible" panel_visibilityText: "Tee paneelista {0} näkyvä", // {0} panel name // "make panel {0} enable" panel_enableText: "Ota paneeli {0} käyttöön", // {0} panel name // "make question {0} visible" question_visibilityText: "Tee kysymys {0} näkyväksi", // {0} question name // "make question {0} enable" question_enableText: "Ota kysymys {0} käyttöön", // {0} question name // "make question {0} required" question_requireText: "Tee kysymyksestä {0} pakollinen", // {0} question name // [Auto-translated] "reset value for question: {0}" question_resetValueText: "Nollaa kysymyksen arvo: {0}", // {0} question name. // [Auto-translated] "assign value: {1} to question: {0}" question_setValueText: "Määritä arvo: {1} kysymykseen: {0}", // {0} question name and {1} setValueExpression // [Auto-translated] "make column {0} of question {1} visible" column_visibilityText: "Tee kysymyksen {1} sarakkeesta {0} näkyvä", // {0} column name, {1} question name // [Auto-translated] "make column {0} of question {1} enable" column_enableText: "Ota kysymyksen sarake {0} {1} käyttöön", // {0} column name, {1} question name // [Auto-translated] "make column {0} of question {1} required" column_requireText: "Tee kysymyksen sarake {0} {1} pakollinen", // {0} column name, {1} question name // [Auto-translated] "reset cell value for column: {0}" column_resetValueText: "Palauta sarakkeen soluarvo: {0}", // {0} column name // [Auto-translated] "assign cell value: {1} to column: {0}" column_setValueText: "Määritä solun arvo: {1} sarakkeeseen: {0}", // {0} column name and {1} setValueExpression // [Auto-translated] "An expression whose result will be assigned to the target question." setValueExpressionPlaceholder: "Lauseke, jonka tulos määritetään kohdekysymykseen.", // "survey becomes completed" trigger_completeText: "Kyselystä tulee täytetty", // "set into question: {0} value {1}" trigger_setvalueText: "Laita arvo {1} kysymykseen {0}", // {0} question name, {1} setValue // [Auto-translated] "clear question value: {0}" trigger_setvalueEmptyText: "Selkeän kysymyksen arvo: {0}", // {0} question name // "copy into question: {0} value from question {1}" trigger_copyvalueText: "Kopioi kysymykseen: {0} arvo kysymyksestä {1}", // {0} and {1} question names // "survey skip to the question {0}" trigger_skipText: "Siirry kyselyn kysymykseen {0}", // {0} question name // "run expression: '{0}'" trigger_runExpressionText1: "Suorita lauseke: '{0}'", // {0} the expression // " and set its result into question: {0}" trigger_runExpressionText2: " ja aseta sen tulos kysymykseen: {0}", // {0} question name // "show custom text for the \"Thank You\" page." completedHtmlOnConditionText: "Näytä mukautettu teksti Kiitos -sivulle.", // [Auto-translated] "All Questions" showAllQuestions: "Kaikki kysymykset", // [Auto-translated] "All Action Types" showAllActionTypes: "Kaikki toimintotyypit", // "Condition(s)" conditions: "Ehdot", // "Action(s)" actions: "Toiminnot", // "Define condition(s)" expressionEditorTitle: "Määritä olosuhteet", // "Define action(s)" actionsEditorTitle: "Määritä toiminnot", // "Delete Action" deleteAction: "Poista toiminto", // "Add Action" addNewAction: "Lisää uusi toiminto", // "Select action..." selectedActionCaption: "Valitse lisättävä toiminto ...", // "The logic expression is empty or invalid. Please correct it." expressionInvalid: "Looginen lauseke on tyhjä tai virheellinen. Korjaa se.", // "Please add at least one action." noActionError: "Lisää ainakin yksi toiminto.", // "Please fix issues in your action(s)." actionInvalid: "Korjaa ongelmat toiminnoissa.", // [Auto-translated] "Logical rules are incomplete" uncompletedRule_title: "Loogiset säännöt ovat epätäydellisiä", // [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: "Et ole suorittanut joitakin loogisia sääntöjä. Jos poistut välilehdestä nyt, muutokset menetetään. Haluatko silti poistua välilehdeltä suorittamatta muutoksia?", // [Auto-translated] "Yes" uncompletedRule_apply: "Kyllä", // [Auto-translated] "No, I want to complete the rules" uncompletedRule_cancel: "Ei, haluan täyttää säännöt" } }, // Property Editors pe: { panel: { // [Auto-translated] "Panel name" name: "Paneelin nimi", // [Auto-translated] "Panel title" title: "Paneelin otsikko", // [Auto-translated] "Panel description" description: "Paneelin kuvaus", // [Auto-translated] "Make the panel visible if" visibleIf: "Tee paneeli näkyväksi, jos", // [Auto-translated] "Make the panel required if" requiredIf: "Tee paneeli pakolliseksi, jos", // [Auto-translated] "Question order within the panel" questionOrder: "Kysymysjärjestys paneelissa", // [Auto-translated] "Move the panel to page" page: "Siirrä paneeli sivulle", // [Auto-translated] "Display the panel on a new line" startWithNewLine: "Näytä paneeli uudella rivillä", // [Auto-translated] "Panel collapse state" state: "Paneelin kutistustila", // [Auto-translated] "Inline panel width" width: "Sidotun paneelin leveys", // [Auto-translated] "Minimum panel width" minWidth: "Paneelin vähimmäisleveys", // [Auto-translated] "Maximum panel width" maxWidth: "Paneelin enimmäisleveys", // [Auto-translated] "Number this panel" showNumber: "Numeroi tämä paneeli" }, panellayoutcolumn: { // [Auto-translated] "Effective width, %" effectiveWidth: "Tehollinen leveys, %", // [Auto-translated] "Question title width, px" questionTitleWidth: "Kysymyksen otsikon leveys, px" }, paneldynamic: { // [Auto-translated] "Panel name" name: "Paneelin nimi", // [Auto-translated] "Panel title" title: "Paneelin otsikko", // [Auto-translated] "Panel description" description: "Paneelin kuvaus", // [Auto-translated] "Entry display mode" displayMode: "Sisääntulon näyttötila", // [Auto-translated] "Make the panel visible if" visibleIf: "Tee paneeli näkyväksi, jos", // [Auto-translated] "Make the panel required if" requiredIf: "Tee paneeli pakolliseksi, jos", // [Auto-translated] "Move the panel to page" page: "Paneelin siirtäminen sivulle", // [Auto-translated] "Display the panel on a new line" startWithNewLine: "Näytä paneeli uudella rivillä", // [Auto-translated] "Panel collapse state" state: "Paneelin tiivistystila", // [Auto-translated] "Inline panel width" width: "Tekstiin sidotun paneelin leveys", // [Auto-translated] "Minimum panel width" minWidth: "Paneelin vähimmäisleveys", // [Auto-translated] "Maximum panel width" maxWidth: "Paneelin enimmäisleveys", // [Auto-translated] "Confirm entry removal" confirmDelete: "Vahvista merkinnän poisto", // [Auto-translated] "Entry description pattern" templateDescription: "Merkinnän kuvausmalli", // [Auto-translated] "Entry title pattern" templateTitle: "Merkinnän otsikon malli", // [Auto-translated] "Empty panel text" noEntriesText: "Tyhjä paneeliteksti", // [Auto-translated] "Tab title pattern" templateTabTitle: "Välilehden otsikkomalli", // [Auto-translated] "Tab title placeholder" tabTitlePlaceholder: "Välilehden otsikon paikkamerkki", // [Auto-translated] "Make an individual entry visible if" templateVisibleIf: "Tee yksittäinen merkintä näkyväksi, jos", // [Auto-translated] "Number the panel" showNumber: "Paneelin numerointi", // [Auto-translated] "Panel title alignment" titleLocation: "Paneelin otsikon tasaus", // [Auto-translated] "Panel description alignment" descriptionLocation: "Paneelin kuvauksen tasaus", // [Auto-translated] "Question title alignment" templateQuestionTitleLocation: "Kysymyksen otsikon tasaus", // [Auto-translated] "Question title width" templateQuestionTitleWidth: "Kysymyksen otsikon leveys", // [Auto-translated] "Error message alignment" templateErrorLocation: "Virhesanoman tasaus", // [Auto-translated] "New entry location" newPanelPosition: "Uusi sisääntulopaikka", // [Auto-translated] "Show the progress bar" showRangeInProgress: "Näytä edistymispalkki", // [Auto-translated] "Prevent duplicate responses in the following question" keyName: "Estä päällekkäiset vastaukset seuraavassa kysymyksessä" }, question: { // [Auto-translated] "Question name" name: "Kysymyksen nimi", // [Auto-translated] "Question title" title: "Kysymyksen otsikko", // [Auto-translated] "Question description" description: "Kysymyksen kuvaus", // [Auto-translated] "Show the title and description" showTitle: "Näytä otsikko ja kuvaus", // [Auto-translated] "Make the question visible if" visibleIf: "Tee kysymys näkyväksi, jos", // [Auto-translated] "Make the question required if" requiredIf: "Tee kysymys pakolliseksi, jos", // [Auto-translated] "Move the question to page" page: "Siirrä kysymys sivulle", // [Auto-translated] "Question box collapse state" state: "Kysymysruudun tiivistystila", // [Auto-translated] "Number this question" showNumber: "Numeroi tämä kysymys", // [Auto-translated] "Question title alignment" titleLocation: "Kysymyksen otsikon tasaus", // [Auto-translated] "Question description alignment" descriptionLocation: "Kysymyksen kuvauksen tasaus", // [Auto-translated] "Error message alignment" errorLocation: "Virhesanoman tasaus", // [Auto-translated] "Increase the inner indent" indent: "Suurenna sisemmän sisennyksen", // [Auto-translated] "Inline question width" width: "Tekstiin sitoutuvan kysymyksen leveys", // [Auto-translated] "Minimum question width" minWidth: "Kysymyksen vähimmäisleveys", // [Auto-translated] "Maximum question width" maxWidth: "Kysymyksen enimmäisleveys", // [Auto-translated] "Update input field value" textUpdateMode: "Päivitä syöttökentän arvo" }, signaturepad: { // [Auto-translated] "Signature area width" signatureWidth: "Allekirjoitusalueen leveys", // [Auto-translated] "Signature area height" signatureHeight: "Allekirjoitusalueen korkeus", // [Auto-translated] "Auto-scale the signature area" signatureAutoScaleEnabled: "Allekirjoitusalueen automaattinen skaalaus", // [Auto-translated] "Show a placeholder within signature area" showPlaceholder: "Paikkamerkin näyttäminen allekirjoitusalueella", // [Auto-translated] "Placeholder text" placeholder: "Paikkamerkkiteksti", // [Auto-translated] "Placeholder text in read-only or preview mode" placeholderReadOnly: "Paikkamerkkiteksti vain luku -tilassa tai esikatselutilassa", // [Auto-translated] "Show the Clear button within signature area" allowClear: "Tyhjennä-painikkeen näyttäminen allekirjoitusalueella", // [Auto-translated] "Minimum stroke width" penMinWidth: "Viivan vähimmäisleveys", // [Auto-translated] "Maximum stroke width" penMaxWidth: "Viivan enimmäisleveys", // [Auto-translated] "Stroke color" penColor: "Kynän väri" }, comment: { // [Auto-translated] "Input field height (in lines)" rows: "Syöttökentän korkeus (viivoina)" }, // "Question numbering" showQuestionNumbers: "Näytä kysymysnumerot", // "Question indexing type" questionStartIndex: "Kysymyksen aloitus indeksi (1, 2 or 'A', 'a')", expression: { // [Auto-translated] "Expression name" name: "Lausekkeen nimi", // [Auto-translated] "Expression title" title: "Lausekkeen otsikko", // [Auto-translated] "Expression description" description: "Lausekkeen kuvaus", // [Auto-translated] "Expression" expression: "Lauseke" }, trigger: { // [Auto-translated] "Expression" expression: "Lauseke" }, calculatedvalue: { // [Auto-translated] "Expression" expression: "Lauseke" }, // survey templates survey: { // [Auto-translated] "Survey title" title: "Kyselyn otsikko", // [Auto-translated] "Survey description" description: "Kyselyn kuvaus", // [Auto-translated] "Make the survey read-only" readOnly: "Kyselyn tekeminen vain luku -muotoiseksi" }, page: { // [Auto-translated] "Page name" name: "Sivun nimi", // [Auto-translated] "Page title" title: "Sivun otsikko", // [Auto-translated] "Page description" description: "Sivun kuvaus", // [Auto-translated] "Make the page visible if" visibleIf: "Tee sivusta näkyvä, jos", // [Auto-translated] "Make the page required if" requiredIf: "Tee sivusta pakollinen, jos", // [Auto-translated] "Time limit to complete the page" timeLimit: "Sivun valmistumisen aikaraja", // [Auto-translated] "Question order on the page" questionOrder: "Kysymysjärjestys sivulla" }, matrixdropdowncolumn: { // [Auto-translated] "Column name" name: "Sarakkeen nimi", // [Auto-translated] "Column title" title: "Sarakkeen otsikko", // [Auto-translated] "Prevent duplicate responses" isUnique: "Päällekkäisten vastausten estäminen", // [Auto-translated] "Column width" width: "Sarakeleveys", // [Auto-translated] "Minimum column width" minWidth: "Sarakkeen vähimmäisleveys", // [Auto-translated] "Input field height (in lines)" rows: "Syöttökentän korkeus (viivoina)", // [Auto-translated] "Make the column visible if" visibleIf: "Tee sarakkeesta näkyvä, jos", // [Auto-translated] "Make the column required if" requiredIf: "Tee sarakkeesta pakollinen, jos", // [Auto-translated] "Each option in a separate column" showInMultipleColumns: "Jokainen vaihtoehto erillisessä sarakkeessa" }, multipletextitem: { // [Auto-translated] "Name" name: "Nimi", // [Auto-translated] "Title" title: "Otsikko" }, masksettings: { // [Auto-translated] "Save masked value in survey results" saveMaskedValue: "Peitetyn arvon tallentaminen kyselyn tuloksiin" }, patternmask: { // [Auto-translated] "Value pattern" pattern: "Arvon kuvio" }, datetimemask: { // [Auto-translated] "Minimum value" min: "Pienin arvo", // [Auto-translated] "Maximum value" max: "Suurin arvo" }, numericmask: { // [Auto-translated] "Allow negative values" allowNegativeValues: "Salli negatiiviset arvot", // [Auto-translated] "Thousands separator" thousandsSeparator: "Tuhansien erotin", // [Auto-translated] "Decimal separator" decimalSeparator: "Desimaalierotin", // [Auto-translated] "Value precision" precision: "Arvon tarkkuus", // [Auto-translated] "Minimum value" min: "Pienin arvo", // [Auto-translated] "Maximum value" max: "Suurin arvo" }, currencymask: { // [Auto-translated] "Currency prefix" prefix: "Valuutan etuliite", // [Auto-translated] "Currency suffix" suffix: "Valuutan jälkiliite" }, // [Auto-translated] "Clear others when selected" isExclusive: "Poista muut, kun se on valittuna", // [Auto-translated] "Require user to enter a comment" isCommentRequired: "Vaadi käyttäjää kirjoittamaan kommentti", // "Display area height" imageHeight: "Kuvan korkeus", // "Display area width" imageWidth: "Kuvan leveys", // "Join identifier" valueName: "Arvon nimi", // [Auto-translated] "Default display value for dynamic texts" defaultDisplayValue: "Dynaamisten tekstien oletusnäyttöarvo", // [Auto-translated] "Label alignment" rateDescriptionLocation: "Otsikon tasaus", // [Auto-translated] "Input field width (in characters)" size: "Syöttökentän leveys (merkkeinä)", // [Auto-translated] "Cell error message alignment" cellErrorLocation: "Solun virhesanoman tasaus", // [Auto-translated] "Enabled" enabled: "Käytössä", // "Disabled" disabled: "Pois käytöstä", // [Auto-translated] "Inherit" inherit: "Peri", // "Apply" apply: "Käytä", // "OK" ok: "OK", // "Save" save: "Tallenna", // [Auto-translated] "Clear" clear: "Tyhjennä", // "Save" saveTooltip: "Tallenna", // "Cancel" cancel: "Peruuta", // [Auto-translated] "Set" set: "Aseta", // "Reset" reset: "Nollaa", // [Auto-translated] "Change" change: "Muuttaa", // "Refresh" refresh: "Päivitä", // [Auto-translated] "Close" close: "Sulje", // "Delete" delete: "Poista", // "Add" add: "Lisää", // "Add New" addNew: "Lisää uusi", // "Click to add an item..." addItem: "Klikkaa lisätäksesi uusi kohde...", // [Auto-translated] "Click to