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.2 kB
JavaScript
/*!
* surveyjs - Survey JavaScript library v2.3.8
* 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/czech", ["survey-core"], factory);
else if(typeof exports === 'object')
exports["i18n/czech"] = 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/czech.ts ***!
\***********************************/
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ czechSurveyStrings: () => (/* binding */ czechSurveyStrings)
/* 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 czechSurveyStrings = {
// "Previous"
pagePrevText: "Předchozí",
// "Next"
pageNextText: "Další",
// "Complete"
completeText: "Dokončit",
// "Preview"
previewText: "Náhled",
// "Edit"
editText: "Upravit",
// "Start"
startSurveyText: "Začít",
// [Auto-translated] "Please leave a comment"
commentText: "Zanechte prosím komentář",
// "Other (describe)"
otherItemText: "Jiná odpověď (napište)",
// "None"
noneItemText: "Žádný",
// [Auto-translated] "Refuse to answer"
refuseItemText: "Odmítnout odpovědět",
// [Auto-translated] "Don't know"
dontKnowItemText: "Nevím",
// "Select All"
selectAllItemText: "Vybrat vše",
// [Auto-translated] "Deselect all"
deselectAllItemText: "Zrušit výběr všech",
// "Page {0} of {1}"
progressText: "Strana {0} z {1}",
// [Auto-translated] "{0} of {1}"
indexText: "{0} z {1}",
// "{0} of {1}"
panelDynamicProgressText: "Záznam {0} z {1}",
// [Auto-translated] "Panel {panelIndex}"
panelDynamicTabTextFormat: "Panel {panelIndex}",
// "Answered {0}/{1} questions"
questionsProgressText: "Zodpovězené otázky: {0} / {1}",
// "The survey doesn't contain any visible elements."
emptySurvey: "Průzkum neobsahuje žádné otázky.",
// "Thank you for completing the survey"
completingSurvey: "Děkujeme za vyplnění průzkumu!",
// "You have already completed this survey."
completingSurveyBefore: "Naše záznamy ukazují, že jste tento průzkum již dokončil/a.",
// "Loading Survey..."
loadingSurvey: "Probíhá načítání průzkumu...",
// "Select..."
placeholder: "Vyberte...",
// [Auto-translated] "Select..."
ratingOptionsCaption: "Vybrat...",
// [Auto-translated] "Select..."
buttongroupOptionsCaption: "Vybrat...",
// "value"
value: "hodnota",
// "Response required."
requiredError: "Odpovězte prosím na otázku.",
// "Response required: answer at least one question."
requiredErrorInPanel: "Odpovězte prosím alespoň jednu otázku.",
// "Response required: answer questions in all rows."
requiredInAllRowsError: "Odpovězte prosím na všechny otázky.",
// [Auto-translated] "Each row must have a unique value."
eachRowUniqueError: "Každý řádek musí mít jedinečnou hodnotu.",
// "The value should be numeric."
numericError: "V tomto poli lze zadat pouze čísla.",
// [Auto-translated] "The value should not be less than {0}"
minError: "Hodnota by neměla být menší než {0}",
// [Auto-translated] "Please enter a value that matches the step size of {0}."
stepError: "Zadejte hodnotu, která odpovídá velikosti kroku {0}.",
// [Auto-translated] "The value should not be greater than {0}"
maxError: "Hodnota by neměla být větší než {0}",
// [Auto-translated] "Numbers are not allowed."
textNoDigitsAllow: "Čísla nejsou povolena.",
// "Please enter at least {0} character(s)."
textMinLength: "Zadejte prosím alespoň {0} znaků.",
// "Please enter no more than {0} character(s)."
textMaxLength: "Zadejte prosím méně než {0} znaků.",
// "Please enter at least {0} and no more than {1} characters."
textMinMaxLength: "Zadejte prosím více než {0} a méně než {1} znaků.",
// "Please fill in at least {0} row(s)."
minRowCountError: "Vyplňte prosím alespoň {0} řádků.",
// "Please select at least {0} option(s)."
minSelectError: "Vyberte prosím alespoň {0} varianty.",
// "Please select no more than {0} option(s)."
maxSelectError: "Nevybírejte prosím více než {0} variant.",
// "The '{0}' should be at least {1} and at most {2}"
numericMinMax: "Odpověď '{0}' by mělo být větší nebo rovno {1} a menší nebo rovno {2}",
// "The '{0}' should be at least {1}"
numericMin: "Odpověď '{0}' by mělo být větší nebo rovno {1}",
// "The '{0}' should be at most {1}"
numericMax: "Odpověď '{0}' by mělo být menší nebo rovno {1}",
// "Please enter a valid e-mail address."
invalidEmail: "Zadejte prosím platnou e-mailovou adresu.",
// "The expression: {0} should return 'true'."
invalidExpression: "Výraz: {0} by měl vrátit hodnotu „true“.",
// "The request returned error '{0}'. {1}"
urlRequestError: "Požadavek vrátil chybu '{0}'. {1}",
// "The request returned empty data or the 'path' property is incorrect"
urlGetChoicesError: "Požadavek nevrátil data nebo je neplatná vlastnost 'path'",
// "The file size should not exceed {0}."
exceedMaxSize: "Velikost souboru by neměla být větší než {0}.",
// [Auto-translated] "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event."
noUploadFilesHandler: "Soubory nelze nahrát. Přidejte obslužnou rutinu pro událost 'onUploadFiles'.",
// "Response required: enter another value."
otherRequiredError: "Zadejte prosím jinou hodnotu.",
// "Your file is uploading. Please wait several seconds and try again."
uploadingFile: "Váš soubor se nahrává. Zkuste to prosím za několik sekund.",
// "Loading..."
loadingFile: "Načítání...",
// "Choose file(s)..."
chooseFile: "Vyberte soubory...",
// "No file selected"
noFileChosen: "Není zvolený žádný soubor",
// [Auto-translated] "Drag and drop a file here or click the button below to select a file to upload."
filePlaceholder: "Sem přetáhněte soubor nebo klikněte na tlačítko níže a vyberte soubor, který chcete nahrát.",
// "Are you sure you want to delete this record?"
confirmDelete: "Chcete záznam smazat?",
// "This value should be unique."
keyDuplicationError: "Tato hodnota by měla být unikátní.",
// "Add Column"
addColumn: "Přidat sloupec",
// "Add Row"
addRow: "Přidat řádek",
// "Remove"
removeRow: "Odstranit",
// [Auto-translated] "There are no rows."
noRowsText: "Neexistují žádné řádky.",
// [Auto-translated] "Row {rowIndex}"
rowIndexTemplateTitle: "Řádek {rowIndex}",
// "{rowTitle}"
rowNameTemplateTitle: "{rowTitle}",
// "Add new"
addPanel: "Přidat nový",
// "Remove"
removePanel: "Odstranit",
// [Auto-translated] "Show Details"
showDetails: "Zobrazit podrobnosti",
// [Auto-translated] "Hide Details"
hideDetails: "Skrýt podrobnosti",
// "item"
choices_Item: "položka",
// [Auto-translated] "Choice option"
choices_Choice: "Možnost volby",
// "Column"
matrix_column: "Sloupec",
// "Row"
matrix_row: "Řádek",
// [Auto-translated] "text"
multipletext_itemname: "Text",
// "The results are being saved on the server..."
savingData: "Výsledky se ukládají na server...",
// "An error occurred and we could not save the results."
savingDataError: "Došlo k chybě a výsledky jsme nemohli uložit.",
// "The results were saved successfully!"
savingDataSuccess: "Výsledky byly úspěšně uloženy!",
// [Auto-translated] "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact the survey owner."
savingExceedSize: "Vaše odpověď přesahuje 64 kB. Zmenšete prosím velikost svých souborů a zkuste to znovu nebo kontaktujte vlastníka průzkumu.",
// "Try again"
saveAgainButton: "Zkuste to znovu",
// "min"
timerMin: "min",
// "sec"
timerSec: "sek",
// "You have spent {0} on this page and {1} in total."
timerSpentAll: "Na této stránce jste strávil/a celkem {0} z {1}.",
// "You have spent {0} on this page."
timerSpentPage: "Na této stránce jste strávil/a {0}.",
// "You have spent {0} in total."
timerSpentSurvey: "Celkem jste strávil/a {0}.",
// "You have spent {0} of {1} on this page and {2} of {3} in total."
timerLimitAll: "Na této stránce jste strávil/a {0} z {1} a celkem {2} z {3}.",
// "You have spent {0} of {1} on this page."
timerLimitPage: "Na této stránce jste strávil/a {0} z {1}.",
// "You have spent {0} of {1} in total."
timerLimitSurvey: "Celkově jste strávil/a {0} z {1}.",
// "Clear"
clearCaption: "Vymazat",
// [Auto-translated] "Select"
selectCaption: "Vybrat",
// [Auto-translated] "Sign here"
signaturePlaceHolder: "Podepište se zde",
// [Auto-translated] "No signature"
signaturePlaceHolderReadOnly: "Bez podpisu",
// "Select File"
chooseFileCaption: "Vyberte soubor",
// [Auto-translated] "Take Photo"
takePhotoCaption: "Pořídit fotografii",
// [Auto-translated] "Click the button below to take a photo using the camera."
photoPlaceholder: "Kliknutím na tlačítko níže pořídíte fotografii pomocí fotoaparátu.",
// [Auto-translated] "Drag and drop or select a file to upload or take a photo using the camera."
fileOrPhotoPlaceholder: "Přetáhněte nebo vyberte soubor, který chcete nahrát nebo pořiďte fotografii pomocí fotoaparátu.",
// [Auto-translated] "Replace file"
replaceFileCaption: "Nahradit soubor",
// "Remove this file"
removeFileCaption: "Odeberte tento soubor",
// "Yes"
booleanCheckedLabel: "Ano",
// "No"
booleanUncheckedLabel: "Ne",
// "Are you sure that you want to remove this file: {0}?"
confirmRemoveFile: "Opravdu chcete odebrat tento soubor: {0}?",
// "Are you sure that you want to remove all files?"
confirmRemoveAllFiles: "Opravdu chcete odstranit všechny soubory?",
// "Question Title"
questionTitlePatternText: "Název otázky",
// [Auto-translated] "Cancel"
modalCancelButtonText: "Zrušit",
// [Auto-translated] "Apply"
modalApplyButtonText: "Použít",
// [Auto-translated] "Type to search..."
filterStringPlaceholder: "Zadejte hledaný text...",
// [Auto-translated] "No data to display"
emptyMessage: "Žádná data k zobrazení",
// [Auto-translated] "Loading..."
loadingPage: "Nakládka...",
// [Auto-translated] "Loading..."
loadingData: "Nakládka...",
// [Auto-translated] "No entries yet.\nClick the button below to add a new entry."
noEntriesText: "Zatím žádné záznamy.\nKliknutím na tlačítko níže přidáte novou položku.",
// [Auto-translated] "No entries"
noEntriesReadonlyText: "Žádné vstupy",
// [Auto-translated] "New Panel"
tabTitlePlaceholder: "Nový panel",
// [Auto-translated] "More"
more: "Více",
// [Auto-translated] "OK"
tagboxDoneButtonCaption: "OK",
// [Auto-translated] "All choices are selected for ranking"
selectToRankEmptyRankedAreaText: "Všechny možnosti jsou vybrány pro pořadí",
// [Auto-translated] "Drag choices here to rank them"
selectToRankEmptyUnrankedAreaText: "Přetažením voleb sem je seřadíte",
// [Auto-translated] "OK"
ok: "OK",
// [Auto-translated] "Cancel"
cancel: "Zrušit",
// "Create \"{0}\" item..."
createCustomItem: "Vytvořte položku \"{0}\"...",
// [Auto-translated] "Table of contents"
toc: "Obsah",
// [Auto-translated] "Progress bar"
progressbar: "Indikátor průběhu"
};
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.setupLocale)({ localeCode: "cs", strings: czechSurveyStrings, nativeName: "čeština", englishName: "Czech" });
})();
/******/ return __webpack_exports__;
/******/ })()
;
});
//# sourceMappingURL=czech.js.map