survey-creator-core
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
1,101 lines (1,096 loc) • 202 kB
JavaScript
/*!
* 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/slovenian", ["survey-creator-core"], factory);
else if(typeof exports === 'object')
exports["i18n/slovenian"] = 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/slovenian.ts ***!
\***************************************/
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ slStrings: () => (/* binding */ slStrings)
/* 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 slStrings = {
// survey templates
survey: {
// "Edit"
edit: "Uredi",
// "Watch and learn how to create surveys"
externalHelpLink: "Glej in se nauči, kako ustvariti ankete.",
// "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: "Prosim, postavite vprašanje tukaj iz Orodjarne.",
// "Create a rule to customize the flow of the survey."
addLogicItem: "Ustvarite pravilo za prilagoditev toka ankete.",
// "Copy"
copy: "Kopiraj",
// "Duplicate"
duplicate: "Dvojnik",
// "Add to toolbox"
addToToolbox: "Dodaj v orodje",
// "Delete Panel"
deletePanel: "Izbriši ploščo",
// "Delete Question"
deleteQuestion: "Izbriši vprašanje",
// "Convert to"
convertTo: "Pretvori v",
// "Drag element"
drag: "Povlecite element"
},
// Creator tabs
tabs: {
// "Preview"
preview: "Predogled",
// "Themes"
theme: "Teme",
// "Translations"
translation: "Prevodi",
// "Designer"
designer: "Oblikovalec",
// "JSON Editor"
json: "Urejevalnik JSON",
// "Logic"
logic: "Logika"
},
// Question types
qt: {
// "Default"
default: "Privzeto",
// "Checkboxes"
checkbox: "Potrditvena polja",
// "Long Text"
comment: "Dolgo besedilo",
// "Image Picker"
imagepicker: "Izbirnik slik",
// "Ranking"
ranking: "Uvrstitev",
// "Image"
image: "Slika",
// "Dropdown"
dropdown: "Spustni meni",
// "Multi-Select Dropdown"
tagbox: "Spustni meni za več izbir",
// "File Upload"
file: "Nalaganje datoteke",
// "HTML"
html: "HTML",
// "Single-Select Matrix"
matrix: "Matrika z eno izbiro",
// "Multi-Select Matrix"
matrixdropdown: "Multi-Select Matrix",
// "Dynamic Matrix"
matrixdynamic: "Dinamična matrica",
// "Multiple Textboxes"
multipletext: "Več besedilnih polj",
// "Panel"
panel: "Panel",
// "Dynamic Panel"
paneldynamic: "Dinamična plošča",
// "Radio Button Group"
radiogroup: "Skupina radijskih gumbov",
// "Rating Scale"
rating: "Ocenjevalna lestvica",
// [Auto-translated] "Slider"
slider: "Drsnik",
// "Single-Line Input"
text: "Enovrstični vnos",
// "Yes/No (Boolean)"
boolean: "Da/Ne (logično)",
// "Expression (read-only)"
expression: "Izraz (samo za branje)",
// "Signature"
signaturepad: "Podpis",
// "Button Group"
buttongroup: "Skupina gumbov"
},
toolboxCategories: {
// "General"
general: "Splošno",
// "Choice Questions"
choice: "Izbirna vprašanja",
// "Text Input Questions"
text: "Vprašanja za vnos besedila",
// "Containers"
containers: "Zabojniki",
// "Matrix Questions"
matrix: "Matrična vprašanja",
// "Misc"
misc: "Misc"
},
// Strings in SurveyJS Creator
ed: {
// "Default ({0})"
defaultLocale: "Privzeto ({0})",
// "Survey"
survey: "Anketa",
// "Settings"
settings: "Nastavitve",
// "Open settings"
settingsTooltip: "Odprite nastavitve",
// "Survey Settings"
surveySettings: "Nastavitve ankete",
// "Survey settings"
surveySettingsTooltip: "Nastavitve ankete",
// "Theme Settings"
themeSettings: "Nastavitve teme",
// "Theme settings"
themeSettingsTooltip: "Nastavitve teme",
// "Creator Settings"
creatorSettingTitle: "Nastavitve ustvarjalca",
// "Show Panel"
showPanel: "Pokaži ploščo",
// "Hide Panel"
hidePanel: "Skrij ploščo",
// "Select previous"
prevSelected: "Izberite prejšnji",
// "Select next"
nextSelected: "Izberite Naprej",
// "Focus previous"
prevFocus: "Osredotoči se na prejšnje",
// "Focus next"
nextFocus: "Osredotočite se na naslednjega",
// "Survey"
surveyTypeName: "Anketa",
// "Page"
pageTypeName: "Stran",
// "Panel"
panelTypeName: "Panel",
// "Question"
questionTypeName: "vprašanje",
// "Column"
columnTypeName: "Stolpec",
// "Add New Page"
addNewPage: "Dodaj novo stran",
// "Scroll to the Right"
moveRight: "Pomaknite se v desno",
// "Scroll to the Left"
moveLeft: "Pomaknite se v levo",
// "Delete Page"
deletePage: "Izbriši stran",
// "Edit Page"
editPage: "Uredi stran",
// "Edit"
edit: "Uredi",
// "page"
newPageName: "stran",
// "question"
newQuestionName: "vprašanje",
// "panel"
newPanelName: "panel",
// "text"
newTextItemName: "tekst",
// "Default"
defaultV2Theme: "Privzeto",
// "Modern"
modernTheme: "Moderno",
// "Default (legacy)"
defaultTheme: "Privzeto (podedovano)",
// "Preview Survey Again"
testSurveyAgain: "Spet predogled ankete",
// "Survey width: "
testSurveyWidth: "Širina ankete: ",
// "You had to navigate to"
navigateToMsg: "Morali ste navigirati do",
// "Save Survey"
saveSurvey: "Shrani anketo",
// "Save Survey"
saveSurveyTooltip: "Shrani anketo",
// "Save Theme"
saveTheme: "Shrani temo",
// "Save Theme"
saveThemeTooltip: "Shrani temo",
// "Hide errors"
jsonHideErrors: "Skrij napake",
// "Show errors"
jsonShowErrors: "Pokaži napake",
// "Undo"
undo: "Razveljavi",
// "Redo"
redo: "Ponovi",
// "Undo last change"
undoTooltip: "Razveljavi zadnjo spremembo",
// "Redo the change"
redoTooltip: "Ponovite spremembo",
// "Expand"
expandTooltip: "Razširi",
// "Collapse"
collapseTooltip: "Strni",
// "Expand All"
expandAllTooltip: "Razširi vse",
// "Collapse All"
collapseAllTooltip: "Collapse All",
// "Zoom In"
zoomInTooltip: "Povečaj",
// "Zoom to 100%"
zoom100Tooltip: "100%",
// "Zoom Out"
zoomOutTooltip: "Pomanjšaj",
// "Lock expand/collapse state for questions"
lockQuestionsTooltip: "Zakleni stanje razširitve/strnitve za vprašanja",
// "Show more"
showMoreChoices: "Pokaži več",
// "Show less"
showLessChoices: "Pokaži manj",
// "Copy"
copy: "Kopiraj",
// "Cut"
cut: "Izreži",
// "Paste"
paste: "Prilepi",
// "Copy selection to clipboard"
copyTooltip: "Kopiraj izbiro v odložišče",
// "Cut selection to clipboard"
cutTooltip: "Izreži izbiro v odložišče",
// "Paste from clipboard"
pasteTooltip: "Prilepi iz odložišča",
// "Options"
options: "Možnosti",
// "Generate Valid JSON"
generateValidJSON: "Ustvari veljaven JSON",
// "Generate Readable JSON"
generateReadableJSON: "Ustvari berljiv JSON",
// "Toolbox"
toolbox: "Orodjarna",
// "Properties"
"property-grid": "Lastnosti",
// [Auto-translated] "Search"
toolboxSearch: "Iskanje",
// "Type to search..."
toolboxFilteredTextPlaceholder: "Vnesite za iskanje...",
// "No results found"
toolboxNoResultsFound: "Ni najdenih rezultatov",
// "Type to search..."
propertyGridFilteredTextPlaceholder: "Vnesite za iskanje...",
// "No results found"
propertyGridNoResultsFound: "Ni najdenih rezultatov",
// "Start configuring your form"
propertyGridPlaceholderTitle: "Začnite s konfiguracijo obrazca",
// "Click any category icon to explore survey settings. Additional settings will become available once you add a survey element to the design surface."
propertyGridPlaceholderDescription: "Kliknite katero koli ikono kategorije za raziskovanje nastavitev ankete. Dodatne nastavitve bodo na voljo, ko dodate element ankete na oblikovno površino.",
// "Please correct JSON."
correctJSON: "Prosimo, popravite JSON.",
// "Survey Results "
surveyResults: "Rezultati ankete",
// "As Table"
surveyResultsTable: "Kot tabela",
// "As JSON"
surveyResultsJson: "Kot JSON",
// "Question Title"
resultsTitle: "Naslov vprašanja",
// "Question Name"
resultsName: "Ime vprašanja",
// "Answer Value"
resultsValue: "Vrednost odgovora",
// "Display Value"
resultsDisplayValue: "Prikazana vrednost",
// "Modified"
modified: "Spremenjeno",
// "Saving"
saving: "Shranjevanje",
// "Saved"
saved: "Shranjeno",
// "Error"
propertyEditorError: "Napaka",
// "Error! Editor content is not saved."
saveError: "Napaka! Vsebina urejevalnika ni shranjena.",
// "Language Settings"
translationPropertyGridTitle: "Jezikovne nastavitve",
// "Theme Settings"
themePropertyGridTitle: "Nastavitve teme",
// [Auto-translated] "Add Language"
addLanguageTooltip: "Dodajanje jezika",
// "Languages"
translationLanguages: "Jeziki",
// "Are you certain you wish to delete all strings for this language?"
translationDeleteLanguage: "Ste prepričani, da želite izbrisati vse nize za ta jezik?",
// "Select language to translate"
translationAddLanguage: "Izberite jezik za prevod",
// "All Strings"
translationShowAllStrings: "Vsi nizi",
// "Used Strings Only"
translationShowUsedStringsOnly: "Samo uporabljeni nizi",
// "All Pages"
translationShowAllPages: "Vse strani",
// "No strings to translate. Please change the filter."
translationNoStrings: "Ni nizov za prevod. Spremenite filter.",
// "Export to CSV"
translationExportToSCVButton: "Izvozi v CSV",
// "Import from CSV"
translationImportFromSCVButton: "Uvozi iz CSV",
// "Auto-translate All"
translateUsigAI: "Samodejno prevedi vse",
// "Translate from: "
translateUsigAIFrom: "Prevedi iz: ",
// "Untranslated strings"
translationDialogTitle: "Neprevedeni nizi",
// "Merge {0} with default locale"
translationMergeLocaleWithDefault: "Združi {0} s privzetim jezikom",
// "Translation..."
translationPlaceHolder: "Prevod...",
// "Source: "
translationSource: "Vir: ",
// "Target: "
translationTarget: "Cilj: ",
// "YouTube links are not supported."
translationYouTubeNotSupported: "Povezave do YouTuba niso podprte.",
// "Export"
themeExportButton: "Izvoz",
// "Import"
themeImportButton: "Uvoz",
// "Export"
surveyJsonExportButton: "Izvoz",
// "Import"
surveyJsonImportButton: "Uvoz",
// "Copy to clipboard"
surveyJsonCopyButton: "Kopiraj v odložišče",
// "Reset theme settings to default"
themeResetButton: "Ponastavi nastavitve teme na privzete",
// "Do you really want to reset the theme? All your customizations will be lost."
themeResetConfirmation: "Ali res želite ponastaviti temo? Vse vaše prilagoditve bodo izgubljene.",
// "Yes, reset the theme"
themeResetConfirmationOk: "Da, ponastavi temo",
// "Bold"
bold: "Krepko",
// "Italic"
italic: "Ležeče",
// "Underline"
underline: "Podčrtano",
// "Add Question"
addNewQuestion: "Dodaj vprašanje",
// "Select page..."
selectPage: "Izberite stran...",
// "Choices are copied from"
carryForwardChoicesCopied: "Možnosti so kopirane iz",
// "Choices are loaded from a web service."
choicesLoadedFromWebText: "Možnosti so naložene iz spletne storitve.",
// "Go to settings"
choicesLoadedFromWebLinkText: "Pojdi na nastavitve",
// "Preview of loaded choice options"
choicesLoadedFromWebPreviewTitle: "Predogled naloženih možnosti izbire",
// "HTML content will be here."
htmlPlaceHolder: "Tukaj bo HTML vsebina.",
// "Drop a question from the toolbox here."
panelPlaceHolder: "Sem povlecite vprašanje iz orodjarne.",
// "The survey is empty. Drag an element from the toolbox or click the button below."
surveyPlaceHolder: "Anketa je prazna. Povlecite element iz orodjarne ali kliknite spodnji gumb.",
// "The page is empty. Drag an element from the toolbox or click the button below."
pagePlaceHolder: "Stran je prazna. Povlecite element iz orodjarne ali kliknite spodnji gumb.",
// "Drag and drop an image here or click the button below and choose an image to upload"
imagePlaceHolder: "Povlecite in spustite sliko sem ali kliknite spodnji gumb in izberite sliko za nalaganje.",
// "Click the \"Add Question\" button below to start creating your form."
surveyPlaceHolderMobile: "Kliknite gumb \"Dodaj vprašanje\" spodaj, da začnete ustvarjati svoj obrazec.",
// "Your form is empty"
surveyPlaceholderTitle: "Vaš obrazec je prazen",
// "Your form is empty"
surveyPlaceholderTitleMobile: "Vaš obrazec je prazen",
// "Drag an element from the toolbox or click the button below."
surveyPlaceholderDescription: "Povlecite element iz orodjarne ali kliknite spodnji gumb.",
// "Drag an element from the toolbox or click the button below."
surveyPlaceholderDescriptionMobile: "Povlecite element iz orodjarne ali kliknite spodnji gumb.",
// "No preview"
previewPlaceholderTitle: "Ni predogleda",
// "No preview"
previewPlaceholderTitleMobile: "Ni predogleda",
// "The survey doesn't contain any visible elements."
previewPlaceholderDescription: "Anketa ne vsebuje nobenih vidnih elementov.",
// "The survey doesn't contain any visible elements."
previewPlaceholderDescriptionMobile: "Anketa ne vsebuje nobenih vidnih elementov.",
// "No strings to translate"
translationsPlaceholderTitle: "Ni nizov za prevod",
// "No strings to translate"
translationsPlaceholderTitleMobile: "Ni nizov za prevod",
// "Add elements to your form or change the strings filter in the toolbar."
translationsPlaceholderDescription: "Dodajte elemente v svoj obrazec ali spremenite filter nizov v orodni vrstici.",
// "Add elements to your form or change the strings filter in the toolbar."
translationsPlaceholderDescriptionMobile: "Dodajte elemente v svoj obrazec ali spremenite filter nizov v orodni vrstici.",
// "Click the \"Add Question\" button below to add a new element to the page."
pagePlaceHolderMobile: "Kliknite gumb \"Dodaj vprašanje\" spodaj, da dodate nov element na stran.",
// "Click the \"Add Question\" button below to add a new element to the panel."
panelPlaceHolderMobile: "Kliknite gumb \"Dodaj vprašanje\" spodaj, da dodate nov element v ploščo.",
// "Click the button below and choose an image to upload"
imagePlaceHolderMobile: "Kliknite spodnji gumb in izberite sliko za nalaganje",
// "Choose Image"
imageChooseImage: "Izberite sliko",
// "Add {0}"
addNewTypeQuestion: "Dodaj {0}", // {0} is localizable question type
// "[LOGO]"
chooseLogoPlaceholder: "[LOGOTIP]",
// "Item "
choices_Item: "Element ",
// "Select a file"
selectFile: "Izberite datoteko",
// "Remove the file"
removeFile: "Odstrani datoteko",
lg: {
// "Add New Rule"
addNewItem: "Dodaj novo pravilo",
// "Create a rule to customize the flow of the survey."
empty_tab: "Ustvarite pravilo za prilagoditev poteka ankete.",
// "No logical rules"
logicPlaceholderTitle: "Ni logičnih pravil",
// "No logical rules"
logicPlaceholderTitleMobile: "Ni logičnih pravil",
// "Create a rule to customize the flow of the survey."
logicPlaceholderDescription: "Ustvarite pravilo za prilagoditev poteka ankete.",
// "Create a rule to customize the flow of the survey."
logicPlaceholderDescriptionMobile: "Ustvarite pravilo za prilagoditev poteka ankete.",
// "Show/hide page"
page_visibilityName: "Prikaži/skrij stran",
// "Enable/disable page"
page_enableName: "Omogoči/onemogoči stran",
// "Make page required"
page_requireName: "Nastavi stran kot obvezno",
// "Show/hide panel"
panel_visibilityName: "Prikaži/skrij ploščo",
// "Enable/disable panel"
panel_enableName: "Omogoči/onemogoči ploščo",
// "Make panel required"
panel_requireName: "Nastavi ploščo kot obvezno",
// "Show/hide question"
question_visibilityName: "Prikaži/skrij vprašanje",
// "Enable/disable question"
question_enableName: "Omogoči/onemogoči vprašanje",
// "Make question required"
question_requireName: "Nastavi vprašanje kot obvezno",
// "Reset question value"
question_resetValueName: "Ponastavi vrednost vprašanja",
// "Set question value"
question_setValueName: "Nastavi vrednost vprašanja",
// "Show/hide column"
column_visibilityName: "Prikaži/skrij stolpec",
// "Enable/disable column"
column_enableName: "Omogoči/onemogoči stolpec",
// "Make column required"
column_requireName: "Nastavi stolpec kot obvezen",
// "Reset column value"
column_resetValueName: "Ponastavi vrednost stolpca",
// "Set column value"
column_setValueName: "Nastavi vrednost stolpca",
// "Complete survey"
trigger_completeName: "Zaključi anketo",
// "Set answer"
trigger_setvalueName: "Nastavi odgovor",
// "Copy answer"
trigger_copyvalueName: "Kopiraj odgovor",
// "Skip to question"
trigger_skipName: "Preskoči na vprašanje",
// "Run expression"
trigger_runExpressionName: "Izvedi izraz",
// "Set \"Thank You\" page markup"
completedHtmlOnConditionName: "Nastavi vsebino strani \"Hvala\"",
// "Make the page visible when the logical expression evaluates to true. Otherwise, keep the page invisible."
page_visibilityDescription: "Stran postane vidna, ko logični izraz vrne true. V nasprotnem primeru ostane skrita.",
// "Make the page visible when the logical expression evaluates to true. Otherwise, keep the panel invisible."
panel_visibilityDescription: "Plošča postane vidna, ko logični izraz vrne true. V nasprotnem primeru ostane skrita.",
// "Make the panel and all elements inside it enabled when the logical expression evaluates to true. Otherwise, keep them disabled."
panel_enableDescription: "Plošča in vsi elementi v njej postanejo omogočeni, ko logični izraz vrne true. V nasprotnem primeru ostanejo onemogočeni.",
// "Make the question visible when the logical expression evaluates to true. Otherwise, keep the question invisible."
question_visibilityDescription: "Vprašanje postane vidno, ko logični izraz vrne true. V nasprotnem primeru ostane skrito.",
// "Make the question enabled when the logical expression evaluates to true. Otherwise, keep the question disabled."
question_enableDescription: "Vprašanje postane omogočeno, ko logični izraz vrne true. V nasprotnem primeru ostane onemogočeno.",
// "Question becomes required when the logical expression evaluates to true."
question_requireDescription: "Vprašanje postane obvezno, ko logični izraz vrne true.",
// "When the logical expression evaluates to true, the survey ends, and the respondent sees the \"Thank you\" page."
trigger_completeDescription: "Ko logični izraz vrne true, se anketa zaključi in uporabnik vidi stran \"Hvala\".",
// "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: "Ko se spremenijo vrednosti vprašanj v logičnem izrazu in izraz vrne true, se določena vrednost dodeli izbranemu vprašanju.",
// "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: "Ko se spremenijo vrednosti vprašanj v logičnem izrazu in izraz vrne true, se vrednost izbranega vprašanja kopira v drugo vprašanje.",
// "When the logical expression evaluates to true, the survey focuses/jumps to the selected question."
trigger_skipDescription: "Ko logični izraz vrne true, anketa skoči na izbrano vprašanje.",
// "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: "Ko logični izraz vrne true, anketa izvede drug izraz. Po želji se rezultat lahko dodeli izbranemu vprašanju.",
// "If the logical expression evaluates to true, the \"Thank You\" page displays the specified content."
completedHtmlOnConditionDescription: "Če logični izraz vrne true, stran \"Hvala\" prikaže določeno vsebino.",
// "When expression: '{0}' returns true"
itemExpressionText: "Ko izraz: '{0}' vrne true", // {0} - the expression
// "New rule"
itemEmptyExpressionText: "Novo pravilo",
// "make page {0} visible"
page_visibilityText: "naredi stran {0} vidno", // {0} page name
// "make panel {0} visible"
panel_visibilityText: "naredi ploščo {0} vidno", // {0} panel name
// "make panel {0} enable"
panel_enableText: "omogoči ploščo {0}", // {0} panel name
// "make question {0} visible"
question_visibilityText: "naredi vprašanje {0} vidno", // {0} question name
// "make question {0} enable"
question_enableText: "omogoči vprašanje {0}", // {0} question name
// "make question {0} required"
question_requireText: "naredi vprašanje {0} obvezno", // {0} question name
// "reset value for question: {0}"
question_resetValueText: "ponastavi vrednost vprašanja: {0}", // {0} question name.
// "assign value: {1} to question: {0}"
question_setValueText: "dodeli vrednost: {1} vprašanju: {0}", // {0} question name and {1} setValueExpression
// "make column {0} of question {1} visible"
column_visibilityText: "naredi stolpec {0} vprašanja {1} viden", // {0} column name, {1} question name
// "make column {0} of question {1} enable"
column_enableText: "omogoči stolpec {0} vprašanja {1}", // {0} column name, {1} question name
// "make column {0} of question {1} required"
column_requireText: "naredi stolpec {0} vprašanja {1} obvezen", // {0} column name, {1} question name
// "reset cell value for column: {0}"
column_resetValueText: "ponastavi vrednost celice v stolpcu: {0}", // {0} column name
// "assign cell value: {1} to column: {0}"
column_setValueText: "dodeli vrednost celice: {1} stolpcu: {0}", // {0} column name and {1} setValueExpression
// "An expression whose result will be assigned to the target question."
setValueExpressionPlaceholder: "Izraz, katerega rezultat bo dodeljen ciljnemu vprašanju.",
// "survey becomes completed"
trigger_completeText: "anketa je zaključena",
// "set into question: {0} value {1}"
trigger_setvalueText: "nastavi v vprašanje: {0} vrednost {1}", // {0} question name, {1} setValue
// "clear question value: {0}"
trigger_setvalueEmptyText: "počisti vrednost vprašanja: {0}", // {0} question name
// "copy into question: {0} value from question {1}"
trigger_copyvalueText: "kopiraj v vprašanje: {0} vrednost iz vprašanja {1}", // {0} and {1} question names
// "survey skip to the question {0}"
trigger_skipText: "anketa preskoči na vprašanje {0}", // {0} question name
// "run expression: '{0}'"
trigger_runExpressionText1: "izvedi izraz: '{0}'", // {0} the expression
// " and set its result into question: {0}"
trigger_runExpressionText2: " in nastavi njegov rezultat v vprašanje: {0}", // {0} question name
// "show custom text for the \"Thank You\" page."
completedHtmlOnConditionText: "prikaži prilagojeno besedilo za stran \"Hvala\".",
// "All Questions"
showAllQuestions: "Vsa vprašanja",
// "All Action Types"
showAllActionTypes: "Vse vrste dejanj",
// "Condition(s)"
conditions: "Pogoj(i)",
// "Action(s)"
actions: "Dejanje(a)",
// "Define condition(s)"
expressionEditorTitle: "Določite pogoj(e)",
// "Define action(s)"
actionsEditorTitle: "Določite dejanje(a)",
// "Delete Action"
deleteAction: "Izbriši dejanje",
// "Add Action"
addNewAction: "Dodaj dejanje",
// "Select action..."
selectedActionCaption: "Izberite dejanje...",
// "The logic expression is empty or invalid. Please correct it."
expressionInvalid: "Logični izraz je prazen ali neveljaven. Prosimo, popravite ga.",
// "Please add at least one action."
noActionError: "Prosimo, dodajte vsaj eno dejanje.",
// "Please fix issues in your action(s)."
actionInvalid: "Prosimo, popravite težave v dejanjih.",
// "Logical rules are incomplete"
uncompletedRule_title: "Logična pravila niso dokončana",
// "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: "Nekatera logična pravila niso dokončana. Če zdaj zapustite zavihek, bodo spremembe izgubljene. Ali želite zapustiti zavihek brez dokončanja sprememb?",
// "Yes"
uncompletedRule_apply: "Da",
// "No, I want to complete the rules"
uncompletedRule_cancel: "Ne, želim dokončati pravila"
}
},
// Property Editors
pe: {
panel: {
// "Panel name"
name: "Ime plošče",
// "Panel title"
title: "Naslov plošče",
// "Panel description"
description: "Opis plošče",
// "Make the panel visible if"
visibleIf: "Naredi ploščo vidno, če",
// "Make the panel required if"
requiredIf: "Naredi ploščo obvezno, če",
// "Question order within the panel"
questionOrder: "Vrstni red vprašanj znotraj plošče",
// "Move the panel to page"
page: "Premakni ploščo na stran",
// "Display the panel on a new line"
startWithNewLine: "Prikaži ploščo v novi vrstici",
// "Panel collapse state"
state: "Stanje strnjevanja plošče",
// "Inline panel width"
width: "Širina plošče v vrstici",
// "Minimum panel width"
minWidth: "Minimalna širina plošče",
// "Maximum panel width"
maxWidth: "Maksimalna širina plošče",
// "Number this panel"
showNumber: "Oštevilči to ploščo"
},
panellayoutcolumn: {
// "Effective width, %"
effectiveWidth: "Dejanska širina, %",
// "Question title width, px"
questionTitleWidth: "Širina naslova vprašanja, px"
},
paneldynamic: {
// "Panel name"
name: "Ime plošče",
// "Panel title"
title: "Naslov plošče",
// "Panel description"
description: "Opis plošče",
// [Auto-translated] "Entry display mode"
displayMode: "Način prikaza vnosa",
// "Make the panel visible if"
visibleIf: "Naredi ploščo vidno, če",
// "Make the panel required if"
requiredIf: "Naredi ploščo obvezno, če",
// "Move the panel to page"
page: "Premakni ploščo na stran",
// "Display the panel on a new line"
startWithNewLine: "Prikaži ploščo v novi vrstici",
// "Panel collapse state"
state: "Stanje strnjevanja plošče",
// "Inline panel width"
width: "Širina plošče v vrstici",
// "Minimum panel width"
minWidth: "Minimalna širina plošče",
// "Maximum panel width"
maxWidth: "Maksimalna širina plošče",
// [Auto-translated] "Confirm entry removal"
confirmDelete: "Potrdi odstranitev vnosa",
// "Entry description pattern"
templateDescription: "Vzorec opisa plošče",
// "Entry title pattern"
templateTitle: "Vzorec naslova plošče",
// "Empty panel text"
noEntriesText: "Prazno besedilo plošče",
// "Tab title pattern"
templateTabTitle: "Vzorec naslova zavihka",
// "Tab title placeholder"
tabTitlePlaceholder: "Zamenjava za naslov zavihka",
// "Make an individual entry visible if"
templateVisibleIf: "Naredi posamezno ploščo vidno, če",
// "Number the panel"
showNumber: "Oštevilči ploščo",
// "Panel title alignment"
titleLocation: "Poravnava naslova plošče",
// "Panel description alignment"
descriptionLocation: "Poravnava opisa plošče",
// "Question title alignment"
templateQuestionTitleLocation: "Poravnava naslova vprašanja",
// [Auto-translated] "Question title width"
templateQuestionTitleWidth: "Širina naslova vprašanja",
// "Error message alignment"
templateErrorLocation: "Poravnava sporočila o napaki",
// "New entry location"
newPanelPosition: "Nova lokacija plošče",
// "Show the progress bar"
showRangeInProgress: "Prikaži vrstico napredka",
// "Prevent duplicate responses in the following question"
keyName: "Prepreči podvojene odgovore v naslednjem vprašanju"
},
question: {
// "Question name"
name: "Ime vprašanja",
// "Question title"
title: "Naslov vprašanja",
// "Question description"
description: "Opis vprašanja",
// [Auto-translated] "Show the title and description"
showTitle: "Pokažite naslov in opis",
// "Make the question visible if"
visibleIf: "Naredi vprašanje vidno, če",
// "Make the question required if"
requiredIf: "Naredi vprašanje obvezno, če",
// "Move the question to page"
page: "Premakni vprašanje na stran",
// "Question box collapse state"
state: "Stanje strnjevanja vprašalnika",
// "Number this question"
showNumber: "Oštevilči vprašanje",
// "Question title alignment"
titleLocation: "Poravnava naslova vprašanja",
// "Question description alignment"
descriptionLocation: "Poravnava opisa vprašanja",
// "Error message alignment"
errorLocation: "Poravnava sporočila o napaki",
// "Increase the inner indent"
indent: "Povečaj notranji zamik",
// "Inline question width"
width: "Širina vprašanja v vrstici",
// "Minimum question width"
minWidth: "Minimalna širina vprašanja",
// "Maximum question width"
maxWidth: "Maksimalna širina vprašanja",
// "Update input field value"
textUpdateMode: "Posodobi vrednost vnosnega polja"
},
signaturepad: {
// "Signature area width"
signatureWidth: "Širina območja za podpis",
// "Signature area height"
signatureHeight: "Višina območja za podpis",
// "Auto-scale the signature area"
signatureAutoScaleEnabled: "Samodejno prilagodi velikost območja za podpis",
// "Show a placeholder within signature area"
showPlaceholder: "Prikaži besedilo vnaprej določenega mesta v območju za podpis",
// "Placeholder text"
placeholder: "Besedilo vnaprej določenega mesta",
// "Placeholder text in read-only or preview mode"
placeholderReadOnly: "Besedilo vnaprej določenega mesta v načinu samo za branje ali v predoglednem načinu",
// "Show the Clear button within signature area"
allowClear: "Prikaži gumb za izbris v območju za podpis",
// "Minimum stroke width"
penMinWidth: "Minimalna širina črte",
// "Maximum stroke width"
penMaxWidth: "Maksimalna širina črte",
// "Stroke color"
penColor: "Barva črte"
},
comment: {
// "Input field height (in lines)"
rows: "Višina vnosnega polja (v vrsticah)"
},
// "Question numbering"
showQuestionNumbers: "Oštevilčevanje vprašanj",
// "Question indexing type"
questionStartIndex: "Vrsta indeksiranja vprašanj",
expression: {
// "Expression name"
name: "Ime izraza",
// "Expression title"
title: "Naslov izraza",
// "Expression description"
description: "Opis izraza",
// "Expression"
expression: "Izraz"
},
trigger: {
// "Expression"
expression: "Izraz"
},
calculatedvalue: {
// "Expression"
expression: "Izraz"
},
// survey templates
survey: {
// "Survey title"
title: "Naslov ankete",
// "Survey description"
description: "Opis ankete",
// "Make the survey read-only"
readOnly: "Naredi anketo samo za branje"
},
page: {
// [Auto-translated] "Page name"
name: "Ime strani",
// "Page title"
title: "Naslov strani",
// [Auto-translated] "Page description"
description: "Opis strani",
// "Make the page visible if"
visibleIf: "Naredi stran vidno, če",
// "Make the page required if"
requiredIf: "Naredi stran obvezno, če",
// "Time limit to complete the page"
timeLimit: "Časovni omejitev za dokončanje strani",
// "Question order on the page"
questionOrder: "Vrstni red vprašanj na strani"
},
matrixdropdowncolumn: {
// "Column name"
name: "Ime stolpca",
// "Column title"
title: "Naslov stolpca",
// "Prevent duplicate responses"
isUnique: "Prepreči podvojene odgovore",
// "Column width"
width: "Širina stolpca",
// "Minimum column width"
minWidth: "Minimalna širina stolpca",
// "Input field height (in lines)"
rows: "Višina vnosnega polja (v vrsticah)",
// "Make the column visible if"
visibleIf: "Naredi stolpec viden, če",
// "Make the column required if"
requiredIf: "Naredi stolpec obvezen, če",
// "Each option in a separate column"
showInMultipleColumns: "Vsaka možnost v ločenem stolpcu"
},
multipletextitem: {
// "Name"
name: "Ime",
// "Title"
title: "Naslov"
},
masksettings: {
// "Save masked value in survey results"
saveMaskedValue: "Shrani zakrito vrednost v rezultatih ankete"
},
patternmask: {
// "Value pattern"
pattern: "Vzorec vrednosti"
},
datetimemask: {
// "Minimum value"
min: "Minimalna vrednost",
// "Maximum value"
max: "Maksimalna vrednost"
},
numericmask: {
// "Allow negative values"
allowNegativeValues: "Dovoli negativne vrednosti",
// "Thousands separator"
thousandsSeparator: "Ločevalec tisočic",
// "Decimal separator"
decimalSeparator: "Ločevalec decimalk",
// "Value precision"
precision: "Natančnost vrednosti",
// "Minimum value"
min: "Minimalna vrednost",
// "Maximum value"
max: "Maksimalna vrednost"
},
currencymask: {
// "Currency prefix"
prefix: "Predpona valute",
// "Currency suffix"
suffix: "Zaimek valute"
},
// [Auto-translated] "Clear others when selected"
isExclusive: "Brisanje drugih, ko so izbrane",
// [Auto-translated] "Require user to enter a comment"
isCommentRequired: "Zahteva, da uporabnik vnese komentar",
// "Display area height"
imageHeight: "Višina območja za prikaz",
// "Display area width"
imageWidth: "Širina območja za prikaz",
// "Join identifier"
valueName: "Povezovalni identifikator",
// [Auto-translated] "Default display value for dynamic texts"
defaultDisplayValue: "Privzeta prikazana vrednost za dinamična besedila",
// "Label alignment"
rateDescriptionLocation: "Poravnava oznake",
// "Input field width (in characters)"
size: "Širina vnosa (v znakih)",
// "Cell error message alignment"
cellErrorLocation: "Poravnava sporočila o napaki celice",
// "Enabled"
enabled: "Omogočeno",
// "Disabled"
disabled: "Onemogočeno",
// "Inherit"
inherit: "Dedovanje",
// "Apply"
apply: "Uporabi",
// "OK"
ok: "V redu",
// "Save"
save: "Shrani",
// "Clear"
clear: "Počisti",
// "Save"
saveTooltip: "Shrani",
// "Cancel"
cancel: "Prekliči",
// "Set"
set: "Nastavi",
// "Reset"
reset: "Ponastavi",
// "Change"
change: "Spremeni",
// "Refresh"
refresh: "Osveži",
// "Close"
close: "Zapri",
// "Delete"
delete: "Izbriši",
// "Add"
add: "Dodaj",
// "Add New"
addNew: "Dodaj novo",
// "Click to add an item..."
addItem: "Kliknite za dodajanje elementa...",
// "Click to remove the item..."
removeItem: "Kliknite za odstranitev elementa...",
// "Drag the item"
dragItem: "Povlecite element",
// "Other"
addOther: "Drugo",
// "Select All"
addSelectAll: "Izberi vse",
// "None"
addNone: "Noben",
// "Remove All"
removeAll: "Odstrani vse",
// "Edit"
edit: "Uredi",
// "Return without saving"
back: "Vrni se brez shranjevanja",
// "Return without saving"
backTooltip: "Vrni se brez shranjevanja",
// "Save and return"
saveAndBack: "Shrani in vrni se",
// "Save and return"
saveAndBackTooltip: "Shrani in vrni se",
// "Done"
doneEditing: "Končano",
// "Edit Choices"
editChoices: "Uredi možnosti",
// "Show Choices"
showChoices: "Pokaži možnosti",
// "Move"
move: "Premakni",
// "<empty>"
empty: "<prazno>",
// "Value is empty"
emptyValue: "Vrednost je prazna",
// "Manual Entry"
fastEntry: "Ročni vnos",
// "Value '{0}' is not unique"
fastEntryNonUniqueError: "Vrednost '{0}' ni edinstvena",
// "Please limit the number of items from {0} to {1}"
fastEntryChoicesCountError: "Prosimo, omejite število možnosti od {0} do {1}",
// "Please enter at least {0} items"
fastEntryChoicesMinCountError: "Vnesite vsaj {0} možnosti",
// "Enter the list of choice options and their IDs in the following format:\n\nid|option\n\nA choice option ID is not visible to respondents and can be used in conditional rules."
fastEntryPlaceholder: "Vnesite seznam možnosti in njihovih ID-jev v naslednjem formatu:\n\nid|možnost\n\nID možnosti ni viden anketirancem in se lahko uporablja v pogojnih pravilih.",
// "Form Entry"
formEntry: "Vnos obrazca",
// "Test the service"
testService: "Preizkusite storitev",
// "Please select the element"
itemSelectorEmpty: "Prosimo, izberite element",
// "Please select the action"
conditionActionEmpty: "Prosimo, izberite dejanje",
// "Select a question..."
conditionSelectQuestion: "Izberite vprašanje...",
// "Select a page..."
conditionSelectPage: "Izberite stran...",
// "Select a panel..."
conditionSelectPanel: "Izberite panel...",
// "Please enter/select the value"
conditionValueQuestionTitle: "Vnesite/izberite vrednost",
// "Press ctrl+space to get expression completion hint"
aceEditorHelp: "Pritisnite ctrl+space za hint za dokončanje izraza",
// "Current row"
aceEditorRowTitle: "Trenutna vrstica",
// "Current panel"
aceEditorPanelTitle: "Trenutni panel",
// "For more details please check the documentation"
showMore: "Za več podrobnosti preverite dokumentacijo",
// "Available questions"
assistantTitle: "Na voljo vprašanja",
// "There is should be at least one column or row"
cellsEmptyRowsColumns: "Morate imeti vsaj eno stolpec ali vrstico",
// "Review before submit"
showPreviewBeforeComplete: "Pregled pred oddajo",
// "Enabled by a condition"
overridingPropertyPrefix: "Omogočeno s pogojem",
// "Reset"
resetToDefaultCaption: "Ponastavi",
// "Please enter a value"
propertyIsEmpty: "Vnesite vrednost",
// "Please enter a unique value"
propertyIsNoUnique: "Vnesite edinstveno vrednost",
// "Please enter a unique name"
propertyNameIsNotUnique: "Vnesite edinstveno ime",
// "Do not use reserved words: \"item\", \"choice\", \"panel\", \"row\"."
propertyNameIsIncorrect: "Ne uporabljajte rezerviranih besed: \"item\", \"choice\", \"panel\", \"row\".",
// "You don't have any items yet"
listIsEmpty: "Še nimate nobenih elementov",
// "You don't have any choices yet"
"listIsEmpty@choices": "Še nimate nobenih možnosti",
// "You don't have any columns yet"
"listIsEmpty@columns": "Še nimate nobenih stolpcev",
// "You don't have layout columns yet"
"listIsEmpty@gridLayoutColumns": "Še nimate nobenih postavitev stolpcev",
// "You don't have any rows yet"
"listIsEmpty@rows": "Še nimate nobenih vrstic",
// "You don't have any validation rules yet"
"listIsEm