UNPKG

survey-core

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

359 lines (352 loc) 16 kB
/*! * surveyjs - Survey JavaScript library v2.3.7 * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/ * License: MIT (http://www.opensource.org/licenses/mit-license.php) */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("survey-core")); else if(typeof define === 'function' && define.amd) define("i18n/estonian", ["survey-core"], factory); else if(typeof exports === 'object') exports["i18n/estonian"] = factory(require("survey-core")); else root["SurveyLocales"] = factory(root["Survey"]); })(this, (__WEBPACK_EXTERNAL_MODULE_survey_core__) => { return /******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ "survey-core": /*!*********************************************************************************************************!*\ !*** external {"root":"Survey","commonjs2":"survey-core","commonjs":"survey-core","amd":"survey-core"} ***! \*********************************************************************************************************/ /***/ ((module) => { module.exports = __WEBPACK_EXTERNAL_MODULE_survey_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/estonian.ts ***! \**************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ estonianSurveyStrings: () => (/* binding */ estonianSurveyStrings) /* harmony export */ }); /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-core */ "survey-core"); /* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_0__); var estonianSurveyStrings = { // "Previous" pagePrevText: "Tagasi", // "Next" pageNextText: "Edasi", // "Complete" completeText: "Lõpeta", // "Preview" previewText: "Eelvaade", // "Edit" editText: "Muuda", // "Start" startSurveyText: "Alusta", // [Auto-translated] "Please leave a comment" commentText: "Palun jäta kommentaar", // "Other (describe)" otherItemText: "Muu (täpsusta)", // "None" noneItemText: "Mitte midagi", // [Auto-translated] "Refuse to answer" refuseItemText: "Keeldu vastamast", // [Auto-translated] "Don't know" dontKnowItemText: "Ei tea", // "Select All" selectAllItemText: "Vali kõik", // [Auto-translated] "Deselect all" deselectAllItemText: "Kõigi valiku tühistamine", // "Page {0} of {1}" progressText: "Lehekülg {0}/{1}", // [Auto-translated] "{0} of {1}" indexText: "{0} {1}", // "{0} of {1}" panelDynamicProgressText: "Kirje {0}/{1}", // [Auto-translated] "Panel {panelIndex}" panelDynamicTabTextFormat: "Paneel {panelIndex}", // "Answered {0}/{1} questions" questionsProgressText: "Vastatud {0} küsimust {1}-st", // "The survey doesn't contain any visible elements." emptySurvey: "Selles uuringus ei ole ühtki nähtavat lehekülge või küsimust.", // "Thank you for completing the survey" completingSurvey: "Aitäh, et vastasid ankeedile!", // "You have already completed this survey." completingSurveyBefore: "Meie andmetel oled sa sellele ankeedile juba vastanud.", // "Loading Survey..." loadingSurvey: "Laen ankeeti...", // "Select..." placeholder: "Vali...", // [Auto-translated] "Select..." ratingOptionsCaption: "Valima...", // [Auto-translated] "Select..." buttongroupOptionsCaption: "Valima...", // "value" value: "väärtus", // "Response required." requiredError: "Palun vasta küsimusele.", // "Response required: answer at least one question." requiredErrorInPanel: "Palun vasta vähemalt ühele küsimusele.", // "Response required: answer questions in all rows." requiredInAllRowsError: "Palun anna vastus igal real.", // [Auto-translated] "Each row must have a unique value." eachRowUniqueError: "Igal real peab olema kordumatu väärtus.", // "The value should be numeric." numericError: "See peaks olema numbriline väärtus.", // [Auto-translated] "The value should not be less than {0}" minError: "Väärtus ei tohiks olla väiksem kui {0}", // [Auto-translated] "Please enter a value that matches the step size of {0}." stepError: "Sisestage väärtus, mis vastab {0} sammu suurusele.", // [Auto-translated] "The value should not be greater than {0}" maxError: "Väärtus ei tohiks olla suurem kui {0}", // [Auto-translated] "Numbers are not allowed." textNoDigitsAllow: "Numbrid ei ole lubatud.", // "Please enter at least {0} character(s)." textMinLength: "Palun sisesta vähemalt {0} tähemärki.", // "Please enter no more than {0} character(s)." textMaxLength: "Palun ära sisesta rohkem kui {0} tähemärki.", // "Please enter at least {0} and no more than {1} characters." textMinMaxLength: "Sisesta palun {0} - {1} tähemärki.", // "Please fill in at least {0} row(s)." minRowCountError: "Sisesta plaun vähemalt {0} rida.", // "Please select at least {0} option(s)." minSelectError: "Palun vali vähemalt {0} varianti.", // "Please select no more than {0} option(s)." maxSelectError: "Palun vali kõige rohkem {0} varianti.", // "The '{0}' should be at least {1} and at most {2}" numericMinMax: "'{0}' peaks olema võrdne või suurem kui {1} ja võrdne või väiksem kui {2}", // "The '{0}' should be at least {1}" numericMin: "'{0}' peaks olema võrdne või suurem kui {1}", // "The '{0}' should be at most {1}" numericMax: "'{0}' peaks olema võrnde või väiksem kui {1}", // "Please enter a valid e-mail address." invalidEmail: "Sisesta palun korrektne e-posti aadress.", // "The expression: {0} should return 'true'." invalidExpression: "Avaldis: {0} peaks tagastama tõese.", // "The request returned error '{0}'. {1}" urlRequestError: "Taotlus tagastas vea „{0}”. {1}", // "The request returned empty data or the 'path' property is incorrect" urlGetChoicesError: "Taotlus tagastas tühjad andmed või atribuut 'path' on vale", // "The file size should not exceed {0}." exceedMaxSize: "Faili suurus ei tohi ületada {0}.", // "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." noUploadFilesHandler: "Faile ei saa üles laadida. Palun lisage sündmuse \"onUploadFiles\" jaoks käitleja.", // "Response required: enter another value." otherRequiredError: "Sisesta palun muu vastus.", // "Your file is uploading. Please wait several seconds and try again." uploadingFile: "Sinu fail laeb üles. Palun oota mõned sekundid ning proovi seejärel uuesti.", // "Loading..." loadingFile: "Laen...", // "Choose file(s)..." chooseFile: "Vali fail(id)...", // "No file selected" noFileChosen: "Faili pole valitud", // [Auto-translated] "Drag and drop a file here or click the button below to select a file to upload." filePlaceholder: "Pukseerige fail siia või klõpsake alloleval nupul, et valida üleslaaditav fail.", // "Are you sure you want to delete this record?" confirmDelete: "Kas tahad kirje kustutada?", // "This value should be unique." keyDuplicationError: "See väärtus peab olema unikaalne.", // "Add Column" addColumn: "Lisa veerg", // "Add Row" addRow: "Lisa rida", // "Remove" removeRow: "Eemalda", // [Auto-translated] "There are no rows." noRowsText: "Ridu pole.", // [Auto-translated] "Row {rowIndex}" rowIndexTemplateTitle: "Rida {rowIndex}", // "{rowTitle}" rowNameTemplateTitle: "{rowTitle}", // "Add new" addPanel: "Lisa uus", // "Remove" removePanel: "Eemalda", // [Auto-translated] "Show Details" showDetails: "Näita detaile", // [Auto-translated] "Hide Details" hideDetails: "Peida üksikasjad", // "item" choices_Item: "üksus", // [Auto-translated] "Choice option" choices_Choice: "Valiku valik", // "Column" matrix_column: "Veerg", // "Row" matrix_row: "Rida", // [Auto-translated] "text" multipletext_itemname: "Tekst", // "The results are being saved on the server..." savingData: "Salvestan andmed serveris...", // "An error occurred and we could not save the results." savingDataError: "Tekkis viga ning me ei saanud vastuseid salvestada.", // "The results were saved successfully!" savingDataSuccess: "Vastuste salvestamine õnnestus!", // [Auto-translated] "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact the survey owner." savingExceedSize: "Teie vastus ületab 64 KB. Vähendage oma faili(de) mahtu ja proovige uuesti või võtke ühendust uuringu omanikuga.", // "Try again" saveAgainButton: "Proovi uuesti", // "min" timerMin: "min", // "sec" timerSec: "sek", // "You have spent {0} on this page and {1} in total." timerSpentAll: "Oled veetnud {0} sellel lehel ning kokku {1}.", // "You have spent {0} on this page." timerSpentPage: "Oled veetnud {0} sellel lehel.", // "You have spent {0} in total." timerSpentSurvey: "Oled veetnud {0} kokku.", // "You have spent {0} of {1} on this page and {2} of {3} in total." timerLimitAll: "Oled kulutanud {0} võimalikust {1} sellel lehel ning {2} võimalikust {3} kokku.", // "You have spent {0} of {1} on this page." timerLimitPage: "Oled kulutanud {0} võimalikust {1} sellel lehel.", // "You have spent {0} of {1} in total." timerLimitSurvey: "Oled kulutanud {0} võimalikust {1} koguajast.", // "Clear" clearCaption: "Puhasta", // [Auto-translated] "Select" selectCaption: "Valima", // [Auto-translated] "Sign here" signaturePlaceHolder: "Allkirjasta siin", // [Auto-translated] "No signature" signaturePlaceHolderReadOnly: "Allkiri puudub", // "Select File" chooseFileCaption: "Vali fail", // [Auto-translated] "Take Photo" takePhotoCaption: "Pildistamine", // [Auto-translated] "Click the button below to take a photo using the camera." photoPlaceholder: "Kaamera abil pildistamiseks klõpsake allolevat nuppu.", // [Auto-translated] "Drag and drop or select a file to upload or take a photo using the camera." fileOrPhotoPlaceholder: "Pukseerige või valige üleslaaditav fail või pildistage seda kaamera abil.", // [Auto-translated] "Replace file" replaceFileCaption: "Asenda fail", // "Remove this file" removeFileCaption: "Eemalda see fail", // "Yes" booleanCheckedLabel: "Jah", // "No" booleanUncheckedLabel: "Ei", // "Are you sure that you want to remove this file: {0}?" confirmRemoveFile: "Oled sa kindel, et soovid selle faili eemaldada: {0}?", // "Are you sure that you want to remove all files?" confirmRemoveAllFiles: "Oled sa kindel, et soovid eemaldada kõik failid?", // "Question Title" questionTitlePatternText: "Küsimuse pealkiri", // [Auto-translated] "Cancel" modalCancelButtonText: "Tühistama", // [Auto-translated] "Apply" modalApplyButtonText: "Kohaldata", // [Auto-translated] "Type to search..." filterStringPlaceholder: "Tippige otsimiseks...", // [Auto-translated] "No data to display" emptyMessage: "Kuvatavaid andmeid pole", // [Auto-translated] "Loading..." loadingPage: "Laadimise...", // [Auto-translated] "Loading..." loadingData: "Laadimise...", // [Auto-translated] "No entries yet.\nClick the button below to add a new entry." noEntriesText: "Sissekandeid veel pole.\nUue kirje lisamiseks klõpsake alloleval nupul.", // [Auto-translated] "No entries" noEntriesReadonlyText: "Sissekandeid pole", // [Auto-translated] "New Panel" tabTitlePlaceholder: "Uus paneel", // [Auto-translated] "More" more: "Rohkem", // [Auto-translated] "OK" tagboxDoneButtonCaption: "OK", // [Auto-translated] "All choices are selected for ranking" selectToRankEmptyRankedAreaText: "Kõik valikud valitakse järjestamiseks", // [Auto-translated] "Drag choices here to rank them" selectToRankEmptyUnrankedAreaText: "Lohistage valikud siia, et neid järjestada", // [Auto-translated] "OK" ok: "OK", // [Auto-translated] "Cancel" cancel: "Tühistama", // "Create \"{0}\" item..." createCustomItem: "Looge üksus \"{0}\"...", // [Auto-translated] "Table of contents" toc: "Sisukord", // [Auto-translated] "Progress bar" progressbar: "Edenemisriba" }; (0,survey_core__WEBPACK_IMPORTED_MODULE_0__.setupLocale)({ localeCode: "et", strings: estonianSurveyStrings, nativeName: "eesti keel", englishName: "Estonian" }); })(); /******/ return __webpack_exports__; /******/ })() ; }); //# sourceMappingURL=estonian.js.map