UNPKG

survey-creator-core

Version:

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

1,070 lines (1,065 loc) 231 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/hebrew", ["survey-creator-core"], factory); else if(typeof exports === 'object') exports["i18n/hebrew"] = 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/hebrew.ts ***! \************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ hebrewStrings: () => (/* binding */ hebrewStrings) /* 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 hebrewStrings = { // survey templates survey: { // "Edit" edit: "עריכה", // "Watch and learn how to create surveys" externalHelpLink: "צפו ולמדו כיצד ליצור סקרים", // "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: "אנא הזינו שאלה מארגז הכלים כאן.", // "Create a rule to customize the flow of the survey." addLogicItem: "צרו כלל להתאמה אישית של זרימת הסקר.", // "Copy" copy: "העתק", // "Duplicate" duplicate: "שכפול", // "Add to toolbox" addToToolbox: "הוסיפו לכלי הכלים", // "Delete Panel" deletePanel: "מחיקת לוח", // "Delete Question" deleteQuestion: "מחיקת שאלה", // "Convert to" convertTo: "המרה ל", // "Drag element" drag: "גרירת אלמנט" }, // Creator tabs tabs: { // "Preview" preview: "תצוגה מקדימה", // "Themes" theme: "ערכות נושא", // "Translations" translation: "תרגום", // "Designer" designer: "מעצב", // "JSON Editor" json: "עורך JSON", // "Logic" logic: "לוגיקה" }, // Question types qt: { // "Default" default: "ברירת מחדל", // "Checkboxes" checkbox: "תיבות סימון", // "Long Text" comment: "טקסט ארוך", // "Image Picker" imagepicker: "בורר תמונות", // "Ranking" ranking: "דירוג", // "Image" image: "תמונה", // "Dropdown" dropdown: "תפריט נפתח", // "Multi-Select Dropdown" tagbox: "תפריט נפתח מרובה בחירה", // "File Upload" file: "העלאת קובץ", // "HTML" html: "HTML", // "Single-Select Matrix" matrix: "מטריצת בחירה יחידה", // "Multi-Select Matrix" matrixdropdown: "מטריצת בחירה מרובה", // "Dynamic Matrix" matrixdynamic: "מטריצה דינמית", // "Multiple Textboxes" multipletext: "תיבות טקסט מרובות", // "Panel" panel: "לוח", // "Dynamic Panel" paneldynamic: "לוח דינמי", // "Radio Button Group" radiogroup: "קבוצת כפתורי רדיו", // "Rating Scale" rating: "סולם דירוג", // [Auto-translated] "Slider" slider: "המחוון", // "Single-Line Input" text: "קלט בשורה אחת", // "Yes/No (Boolean)" boolean: "כן/לא (בוליאני)", // "Expression (read-only)" expression: "ביטוי (קריאה בלבד)", // "Signature" signaturepad: "חתימה", // "Button Group" buttongroup: "קבוצת כפתורים" }, toolboxCategories: { // "General" general: "כללי", // "Choice Questions" choice: "שאלות עם בחירה", // "Text Input Questions" text: "שאלות טקסטואליות", // "Containers" containers: "מכילים", // "Matrix Questions" matrix: "שאלות מטריצה", // "Misc" misc: "שונות" }, // Strings in SurveyJS Creator ed: { // "Default ({0})" defaultLocale: "ברירת מחדל ({0})", // "Survey" survey: "סקר", // "Settings" settings: "הגדרות", // "Open settings" settingsTooltip: "פתח הגדרות", // "Survey Settings" surveySettings: "הגדרות הסקר", // "Survey settings" surveySettingsTooltip: "הגדרות סקר", // "Theme Settings" themeSettings: "הגדרות ערכת העיצוב", // "Theme settings" themeSettingsTooltip: "הגדרות ערכת נושא", // [Auto-translated] "Creator Settings" creatorSettingTitle: "הגדרות יוצר", // "Show Panel" showPanel: "הצג לוח", // "Hide Panel" hidePanel: "הסתר לוח", // "Select previous" prevSelected: "בחר קודם", // "Select next" nextSelected: "בחר בבא בתור", // [Auto-translated] "Focus previous" prevFocus: "פוקוס קודם", // [Auto-translated] "Focus next" nextFocus: "התמקד הבא", // "Survey" surveyTypeName: "סקר", // "Page" pageTypeName: "דף", // "Panel" panelTypeName: "לוח", // "Question" questionTypeName: "שאלה", // "Column" columnTypeName: "עמודה", // "Add New Page" addNewPage: "הוסף דף חדש", // "Scroll to the Right" moveRight: "גלול ימינה", // "Scroll to the Left" moveLeft: "גלול שמאלה", // "Delete Page" deletePage: "מחק דף", // "Edit Page" editPage: "ערוך דף", // "Edit" edit: "ערוך", // "page" newPageName: "דף", // "question" newQuestionName: "שאלה", // "panel" newPanelName: "לוח", // "text" newTextItemName: "טקסט", // "Default" defaultV2Theme: "ברירת מחדל", // "Modern" modernTheme: "מודרני", // "Default (legacy)" defaultTheme: "ברירת מחדל (ירושה)", // "Preview Survey Again" testSurveyAgain: "תצוגה מקדימה שוב", // "Survey width: " testSurveyWidth: "רוחב הסקר: ", // "You had to navigate to" navigateToMsg: "הייתם צריכים לנווט אל", // "Save Survey" saveSurvey: "שמור סקר", // "Save Survey" saveSurveyTooltip: "שמור סקר", // [Auto-translated] "Save Theme" saveTheme: "שמור ערכת נושא", // [Auto-translated] "Save Theme" saveThemeTooltip: "שמור ערכת נושא", // "Hide errors" jsonHideErrors: "הסתר שגיאות", // "Show errors" jsonShowErrors: "הצג שגיאות", // "Undo" undo: "בטל", // "Redo" redo: "בצע מחדש", // "Undo last change" undoTooltip: "בטל שינוי אחרון", // "Redo the change" redoTooltip: "בצע מחדש את השינוי", // [Auto-translated] "Expand" expandTooltip: "להרחיב", // [Auto-translated] "Collapse" collapseTooltip: "התמוטטות", // "Expand All" expandAllTooltip: "הרחב הכל", // "Collapse All" collapseAllTooltip: "כווץ הכל", // [Auto-translated] "Zoom In" zoomInTooltip: "התקרבות", // [Auto-translated] "Zoom to 100%" zoom100Tooltip: "שינוי גודל תצוגה ל- 100%", // [Auto-translated] "Zoom Out" zoomOutTooltip: "הקטנת התצוגה", // [Auto-translated] "Lock expand/collapse state for questions" lockQuestionsTooltip: "נעילת מצב הרחבה/כיווץ עבור שאלות", // "Show more" showMoreChoices: "הצג עוד", // "Show less" showLessChoices: "הצג פחות", // "Copy" copy: "העתק", // "Cut" cut: "גזור", // "Paste" paste: "הדבק", // "Copy selection to clipboard" copyTooltip: "העתק את הבחירה ללוח הגזירים", // "Cut selection to clipboard" cutTooltip: "גזור את הבחירה ללוח הגזירים", // "Paste from clipboard" pasteTooltip: "הדבק מלוח הגזירים", // "Options" options: "אפשרויות", // "Generate Valid JSON" generateValidJSON: "צור JSON תקין", // "Generate Readable JSON" generateReadableJSON: "צור JSON קריא", // "Toolbox" toolbox: "ארגז הכלים", // "Properties" "property-grid": "מאפיינים", // [Auto-translated] "Search" toolboxSearch: "חיפוש", // [Auto-translated] "Type to search..." toolboxFilteredTextPlaceholder: "הקלד כדי לחפש...", // [Auto-translated] "No results found" toolboxNoResultsFound: "לא נמצאו תוצאות", // "Type to search..." propertyGridFilteredTextPlaceholder: "הקלד כדי לחפש...", // [Auto-translated] "No results found" propertyGridNoResultsFound: "לא נמצאו תוצאות", // [Auto-translated] "Start configuring your form" propertyGridPlaceholderTitle: "התחל לקבוע את תצורת הטופס שלך", // [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: "לחץ על סמל קטגוריה כלשהו כדי לחקור את הגדרות הסקר. הגדרות נוספות יהיו זמינות לאחר הוספת רכיב סקר למשטח העיצוב.", // "Please correct JSON." correctJSON: "אנא תקנו את ה-JSON.", // "Survey Results " surveyResults: "תוצאות הסקר", // "As Table" surveyResultsTable: "כטבלה", // "As JSON" surveyResultsJson: "כ-JSON", // "Question Title" resultsTitle: "כותרת השאלה", // "Question Name" resultsName: "שם השאלה", // "Answer Value" resultsValue: "ערך התשובה", // "Display Value" resultsDisplayValue: "ערך תצוגה", // "Modified" modified: "שונה", // "Saving" saving: "שומר", // "Saved" saved: "נשמר", // "Error" propertyEditorError: "שגיאה", // "Error! Editor content is not saved." saveError: "שגיאה! התוכן של העורך לא נשמר.", // "Language Settings" translationPropertyGridTitle: "הגדרות שפה", // "Theme Settings" themePropertyGridTitle: "הגדרות ערכת העיצוב", // [Auto-translated] "Add Language" addLanguageTooltip: "הוסף שפה", // "Languages" translationLanguages: "שפות", // "Are you certain you wish to delete all strings for this language?" translationDeleteLanguage: "האם אתה בטוח שברצונך למחוק את כל המחרוזות לשפה זו?", // "Select language to translate" translationAddLanguage: "בחר שפה לתרגום", // "All Strings" translationShowAllStrings: "כל המחרוזות", // "Used Strings Only" translationShowUsedStringsOnly: "רק מחרוזות בשימוש", // "All Pages" translationShowAllPages: "כל הדפים", // "No strings to translate. Please change the filter." translationNoStrings: "אין מחרוזות לתרגום. אנא שנה את הסינון.", // "Export to CSV" translationExportToSCVButton: "ייצא ל-CSV", // "Import from CSV" translationImportFromSCVButton: "ייבא מ-CSV", // [Auto-translated] "Auto-translate All" translateUsigAI: "תרגום אוטומטי של הכל", // [Auto-translated] "Translate from: " translateUsigAIFrom: "תרגם מ: ", // [Auto-translated] "Untranslated strings" translationDialogTitle: "מחרוזות לא מתורגמות", // "Merge {0} with default locale" translationMergeLocaleWithDefault: "מזג {0} עם הגדרות ברירת המחדל", // "Translation..." translationPlaceHolder: "תרגום...", // [Auto-translated] "Source: " translationSource: "מקור: ", // [Auto-translated] "Target: " translationTarget: "יעד: ", // [Auto-translated] "YouTube links are not supported." translationYouTubeNotSupported: "קישורי YouTube אינם נתמכים.", // "Export" themeExportButton: "ייצא", // "Import" themeImportButton: "ייבא", // [Auto-translated] "Export" surveyJsonExportButton: "ייצא", // [Auto-translated] "Import" surveyJsonImportButton: "ייבוא", // [Auto-translated] "Copy to clipboard" surveyJsonCopyButton: "העתק ללוח", // "Reset theme settings to default" themeResetButton: "אפס הגדרות ערכת העיצוב לברירת המחדל", // [Auto-translated] "Do you really want to reset the theme? All your customizations will be lost." themeResetConfirmation: "האם אתה באמת רוצה לאפס את ערכת הנושא? כל ההתאמות האישיות שלך יאבדו.", // [Auto-translated] "Yes, reset the theme" themeResetConfirmationOk: "כן, אפס את ערכת הנושא", // "Bold" bold: "מודגש", // "Italic" italic: "נטוי", // "Underline" underline: "קו תחתון", // "Add Question" addNewQuestion: "הוסף שאלה", // "Select page..." selectPage: "בחר דף...", // "Choices are copied from" carryForwardChoicesCopied: "הטענות הועתקו מ", // [Auto-translated] "Choices are loaded from a web service." choicesLoadedFromWebText: "האפשרויות נטענות משירות אינטרנט.", // [Auto-translated] "Go to settings" choicesLoadedFromWebLinkText: "עבור אל הגדרות", // [Auto-translated] "Preview of loaded choice options" choicesLoadedFromWebPreviewTitle: "תצוגה מקדימה של אפשרויות בחירה שנטענו", // "HTML content will be here." htmlPlaceHolder: "התוכן של HTML יופיע כאן.", // "Drop a question from the toolbox here." panelPlaceHolder: "גרר שאלה מתיק כלי הכלים לכאן.", // "The survey is empty. Drag an element from the toolbox or click the button below." surveyPlaceHolder: "הסקר ריק. גרור אלמנט מארגז הכלים או לחץ על הכפתור למטה.", // [Auto-translated] "The page is empty. Drag an element from the toolbox or click the button below." pagePlaceHolder: "הדף ריק. גרור רכיב מארגז הכלים או לחץ על הלחצן למטה.", // "Drag and drop an image here or click the button below and choose an image to upload" imagePlaceHolder: "גרור ושחרר תמונה לכאן או לחץ על הכפתור למטה ובחר תמונה להעלאה", // "Click the \"Add Question\" button below to start creating your form." surveyPlaceHolderMobile: "לחץ על הלחצן \"הוסף שאלה\" למטה כדי להתחיל ליצור את הטופס שלך.", // [Auto-translated] "Your form is empty" surveyPlaceholderTitle: "הטופס שלך ריק", // [Auto-translated] "Your form is empty" surveyPlaceholderTitleMobile: "הטופס שלך ריק", // [Auto-translated] "Drag an element from the toolbox or click the button below." surveyPlaceholderDescription: "גרור רכיב מארגז הכלים או לחץ על הלחצן למטה.", // [Auto-translated] "Drag an element from the toolbox or click the button below." surveyPlaceholderDescriptionMobile: "גרור רכיב מארגז הכלים או לחץ על הלחצן למטה.", // [Auto-translated] "No preview" previewPlaceholderTitle: "ללא תצוגה מקדימה", // [Auto-translated] "No preview" previewPlaceholderTitleMobile: "ללא תצוגה מקדימה", // [Auto-translated] "The survey doesn't contain any visible elements." previewPlaceholderDescription: "הסקר אינו מכיל רכיבים גלויים.", // [Auto-translated] "The survey doesn't contain any visible elements." previewPlaceholderDescriptionMobile: "הסקר אינו מכיל רכיבים גלויים.", // [Auto-translated] "No strings to translate" translationsPlaceholderTitle: "אין מחרוזות לתרגם", // [Auto-translated] "No strings to translate" translationsPlaceholderTitleMobile: "אין מחרוזות לתרגם", // [Auto-translated] "Add elements to your form or change the strings filter in the toolbar." translationsPlaceholderDescription: "הוסף רכיבים לטופס או שנה את מסנן המחרוזות בסרגל הכלים.", // [Auto-translated] "Add elements to your form or change the strings filter in the toolbar." translationsPlaceholderDescriptionMobile: "הוסף רכיבים לטופס או שנה את מסנן המחרוזות בסרגל הכלים.", // "Click the \"Add Question\" button below to add a new element to the page." pagePlaceHolderMobile: "לחץ על כפתור \"הוסף שאלה\" למטה כדי להוסיף אלמנט חדש לדף.", // "Click the \"Add Question\" button below to add a new element to the panel." panelPlaceHolderMobile: "לחץ על הלחצן \"הוסף שאלה\" למטה כדי להוסיף אלמנט חדש לחלונית.", // [Auto-translated] "Click the button below and choose an image to upload" imagePlaceHolderMobile: "לחץ על הלחצן למטה ובחר תמונה להעלאה", // "Choose Image" imageChooseImage: "בחר תמונה", // "Add {0}" addNewTypeQuestion: "הוסף {0}", // {0} is localizable question type // "[LOGO]" chooseLogoPlaceholder: "[לוגו]", // "Item " choices_Item: "פריט ", // [Auto-translated] "Select a file" selectFile: "בחר קובץ", // [Auto-translated] "Remove the file" removeFile: "הסרת הקובץ", lg: { // [Auto-translated] "Add New Rule" addNewItem: "הוספת כלל חדש", // [Auto-translated] "Create a rule to customize the flow of the survey." empty_tab: "צור כלל כדי להתאים אישית את זרימת הסקר.", // [Auto-translated] "No logical rules" logicPlaceholderTitle: "אין כללים לוגיים", // [Auto-translated] "No logical rules" logicPlaceholderTitleMobile: "אין כללים לוגיים", // [Auto-translated] "Create a rule to customize the flow of the survey." logicPlaceholderDescription: "צור כלל כדי להתאים אישית את זרימת הסקר.", // [Auto-translated] "Create a rule to customize the flow of the survey." logicPlaceholderDescriptionMobile: "צור כלל כדי להתאים אישית את זרימת הסקר.", // [Auto-translated] "Show/hide page" page_visibilityName: "הצגה/הסתרה של עמוד", // [Auto-translated] "Enable/disable page" page_enableName: "הפעלה/השבתה של דף", // [Auto-translated] "Make page required" page_requireName: "הפיכת הדף לנדרש", // [Auto-translated] "Show/hide panel" panel_visibilityName: "הצגה/הסתרה של החלונית", // [Auto-translated] "Enable/disable panel" panel_enableName: "הפעלה/השבתה של החלונית", // [Auto-translated] "Make panel required" panel_requireName: "הפיכת החלונית לחובה", // [Auto-translated] "Show/hide question" question_visibilityName: "הצג/הסתר שאלה", // [Auto-translated] "Enable/disable question" question_enableName: "הפעל/השבת את השאלה", // [Auto-translated] "Make question required" question_requireName: "הפוך את השאלה לנדרשת", // [Auto-translated] "Reset question value" question_resetValueName: "איפוס ערך שאלה", // [Auto-translated] "Set question value" question_setValueName: "הגדרת ערך שאלה", // [Auto-translated] "Show/hide column" column_visibilityName: "הצגה/הסתרה של עמודה", // [Auto-translated] "Enable/disable column" column_enableName: "הפעלה/השבתה של העמודה", // [Auto-translated] "Make column required" column_requireName: "הפיכת עמודה לנדרשת", // [Auto-translated] "Reset column value" column_resetValueName: "איפוס ערך עמודה", // [Auto-translated] "Set column value" column_setValueName: "הגדרת ערך עמודה", // [Auto-translated] "Complete survey" trigger_completeName: "הסקר המלא", // [Auto-translated] "Set answer" trigger_setvalueName: "הגדר תשובה", // [Auto-translated] "Copy answer" trigger_copyvalueName: "העתק תשובה", // [Auto-translated] "Skip to question" trigger_skipName: "דלג לשאלה", // [Auto-translated] "Run expression" trigger_runExpressionName: "הפעל ביטוי", // "Set \"Thank You\" page markup" completedHtmlOnConditionName: "הגדרת סימון דף \"סקר הושלם\"", // [Auto-translated] "Make the page visible when the logical expression evaluates to true. Otherwise, keep the page invisible." page_visibilityDescription: "הפוך את העמוד לגלוי כאשר הביטוי הלוגי מוערך כ- true. אחרת, השאר את הדף בלתי נראה.", // [Auto-translated] "Make the page visible when the logical expression evaluates to true. Otherwise, keep the panel invisible." panel_visibilityDescription: "הפוך את העמוד לגלוי כאשר הביטוי הלוגי מוערך כ- true. אחרת, השאר את החלונית בלתי נראית.", // [Auto-translated] "Make the panel and all elements inside it enabled when the logical expression evaluates to true. Otherwise, keep them disabled." panel_enableDescription: "הפוך את החלונית וכל הרכיבים שבתוכה לזמינים כאשר הביטוי הלוגי מוערך כ- true. אחרת, השאר אותם מושבתים.", // [Auto-translated] "Make the question visible when the logical expression evaluates to true. Otherwise, keep the question invisible." question_visibilityDescription: "הפוך את השאלה לגלויה כאשר הביטוי הלוגי מוערך כנכון. אחרת, שמור את השאלה בלתי נראית.", // [Auto-translated] "Make the question enabled when the logical expression evaluates to true. Otherwise, keep the question disabled." question_enableDescription: "הפוך את השאלה לזמינה כאשר הביטוי הלוגי מוערך כ- true. אחרת, השאר את השאלה מושבתת.", // [Auto-translated] "Question becomes required when the logical expression evaluates to true." question_requireDescription: "השאלה הופכת לנדרשת כאשר הביטוי הלוגי מוערך כנכון.", // [Auto-translated] "When the logical expression evaluates to true, the survey ends, and the respondent sees the \"Thank you\" page." trigger_completeDescription: "כאשר הביטוי הלוגי מוערך כ- true, הסקר מסתיים והמשיב רואה את הדף \"תודה\".", // [Auto-translated] "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: "כאשר ערכי השאלה המשמשים בביטוי הלוגי משתנים, והביטוי מוערך כ- true, הערך שצוין מוקצה לשאלה שנבחרה.", // [Auto-translated] "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: "כאשר ערכי השאלה המשמשים בביטוי הלוגי משתנים, והביטוי מוערך כ- true, הערך של השאלה שנבחרה מועתק לשאלה אחרת.", // [Auto-translated] "When the logical expression evaluates to true, the survey focuses/jumps to the selected question." trigger_skipDescription: "כאשר הביטוי הלוגי מוערך כ- true, הסקר מתמקד/קופץ לשאלה שנבחרה.", // [Auto-translated] "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: "כאשר הביטוי הלוגי מוערך כ- true, הסקר מעריך ביטוי אחר. לחלופין, ניתן להקצות את התוצאה של הביטוי האחרון כערך לשאלה שנבחרה", // [Auto-translated] "If the logical expression evaluates to true, the \"Thank You\" page displays the specified content." completedHtmlOnConditionDescription: "אם הביטוי הלוגי מוערך כ- true, הדף \"תודה\" מציג את התוכן שצוין.", // [Auto-translated] "When expression: '{0}' returns true" itemExpressionText: "כאשר expression: '{0}' מחזיר ערך True", // {0} - the expression // [Auto-translated] "New rule" itemEmptyExpressionText: "כלל חדש", // [Auto-translated] "make page {0} visible" page_visibilityText: "הפיכת {0} הדף לגלויות", // {0} page name // [Auto-translated] "make panel {0} visible" panel_visibilityText: "הפיכת {0} החלונית לגלויה", // {0} panel name // [Auto-translated] "make panel {0} enable" panel_enableText: "הפיכת {0} החלונית לזמינה", // {0} panel name // [Auto-translated] "make question {0} visible" question_visibilityText: "הפוך את {0} השאלה לגלויה", // {0} question name // [Auto-translated] "make question {0} enable" question_enableText: "הפוך שאלה {0} לזמינה", // {0} question name // [Auto-translated] "make question {0} required" question_requireText: "יש צורך בשאלה {0}", // {0} question name // [Auto-translated] "reset value for question: {0}" question_resetValueText: "אפס ערך עבור שאלה: {0}", // {0} question name. // [Auto-translated] "assign value: {1} to question: {0}" question_setValueText: "הקצאת ערך: {1} לשאלה: {0}", // {0} question name and {1} setValueExpression // [Auto-translated] "make column {0} of question {1} visible" column_visibilityText: "הפוך את {0} העמודות של {1} השאלה לגלויות", // {0} column name, {1} question name // [Auto-translated] "make column {0} of question {1} enable" column_enableText: "הפיכת עמודה {0} של שאלה לזמינה {1}", // {0} column name, {1} question name // [Auto-translated] "make column {0} of question {1} required" column_requireText: "הפוך את {0} העמודות של השאלה {1} לנדרש", // {0} column name, {1} question name // [Auto-translated] "reset cell value for column: {0}" column_resetValueText: "איפוס ערך תא עבור עמודה: {0}", // {0} column name // [Auto-translated] "assign cell value: {1} to column: {0}" column_setValueText: "הקצאת ערך תא: {1} לעמודה: {0}", // {0} column name and {1} setValueExpression // [Auto-translated] "An expression whose result will be assigned to the target question." setValueExpressionPlaceholder: "ביטוי שתוצאתו תוקצה לשאלת היעד.", // [Auto-translated] "survey becomes completed" trigger_completeText: "הסקר הושלם", // [Auto-translated] "set into question: {0} value {1}" trigger_setvalueText: "העמידו בסימן שאלה: ערך {0} {1}", // {0} question name, {1} setValue // [Auto-translated] "clear question value: {0}" trigger_setvalueEmptyText: "ערך שאלה ברור: {0}", // {0} question name // [Auto-translated] "copy into question: {0} value from question {1}" trigger_copyvalueText: "העתק לשאלה: ערך {0} משאלה {1}", // {0} and {1} question names // [Auto-translated] "survey skip to the question {0}" trigger_skipText: "סקר דלג לשאלה {0}", // {0} question name // [Auto-translated] "run expression: '{0}'" trigger_runExpressionText1: "ביטוי הפעלה: '{0}'", // {0} the expression // [Auto-translated] " and set its result into question: {0}" trigger_runExpressionText2: " ולהעמיד את תוצאתו בסימן שאלה: {0}", // {0} question name // [Auto-translated] "show custom text for the \"Thank You\" page." completedHtmlOnConditionText: "הצג טקסט מותאם אישית עבור הדף \"תודה\".", // [Auto-translated] "All Questions" showAllQuestions: "כל השאלות", // [Auto-translated] "All Action Types" showAllActionTypes: "כל סוגי הפעולות", // [Auto-translated] "Condition(s)" conditions: "תנאים(ים)", // [Auto-translated] "Action(s)" actions: "פעולה(ות)", // [Auto-translated] "Define condition(s)" expressionEditorTitle: "הגדרת תנאים", // [Auto-translated] "Define action(s)" actionsEditorTitle: "הגדרת פעולות", // [Auto-translated] "Delete Action" deleteAction: "מחיקת פעולה", // [Auto-translated] "Add Action" addNewAction: "הוסף פעולה", // [Auto-translated] "Select action..." selectedActionCaption: "בחר פעולה...", // [Auto-translated] "The logic expression is empty or invalid. Please correct it." expressionInvalid: "ביטוי הלוגיקה ריק או לא חוקי. אנא תקן זאת.", // [Auto-translated] "Please add at least one action." noActionError: "אנא הוסף פעולה אחת לפחות.", // [Auto-translated] "Please fix issues in your action(s)." actionInvalid: "אנא תקן בעיות בפעולות שלך.", // [Auto-translated] "Logical rules are incomplete" uncompletedRule_title: "כללים לוגיים אינם שלמים", // [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: "לא השלמת חלק מהכללים הלוגיים. אם תעזוב את הכרטיסיה כעת, השינויים יאבדו. האם אתה עדיין רוצה לעזוב את הכרטיסייה מבלי להשלים את השינויים?", // [Auto-translated] "Yes" uncompletedRule_apply: "כן", // [Auto-translated] "No, I want to complete the rules" uncompletedRule_cancel: "לא, אני רוצה להשלים את הכללים" } }, // Property Editors pe: { panel: { // [Auto-translated] "Panel name" name: "שם החלונית", // [Auto-translated] "Panel title" title: "כותרת הפאנל", // [Auto-translated] "Panel description" description: "תיאור הלוח", // [Auto-translated] "Make the panel visible if" visibleIf: "הפוך את החלונית לגלויה אם", // [Auto-translated] "Make the panel required if" requiredIf: "הפוך את החלונית לנדרשת אם", // [Auto-translated] "Question order within the panel" questionOrder: "סדר השאלות בתוך הפאנל", // [Auto-translated] "Move the panel to page" page: "הזזת החלונית לעמוד", // [Auto-translated] "Display the panel on a new line" startWithNewLine: "הצגת החלונית בשורה חדשה", // [Auto-translated] "Panel collapse state" state: "מצב כיווץ לוח", // [Auto-translated] "Inline panel width" width: "רוחב החלונית בתוך שורה", // [Auto-translated] "Minimum panel width" minWidth: "רוחב לוח מינימלי", // [Auto-translated] "Maximum panel width" maxWidth: "רוחב לוח מרבי", // [Auto-translated] "Number this panel" showNumber: "מספר חלונית זו" }, panellayoutcolumn: { // [Auto-translated] "Effective width, %" effectiveWidth: "רוחב אפקטיבי, %", // [Auto-translated] "Question title width, px" questionTitleWidth: "רוחב כותרת השאלה, פיקסלים" }, paneldynamic: { // [Auto-translated] "Panel name" name: "שם החלונית", // [Auto-translated] "Panel title" title: "כותרת הפאנל", // [Auto-translated] "Panel description" description: "תיאור הלוח", // [Auto-translated] "Entry display mode" displayMode: "מצב תצוגת כניסה", // [Auto-translated] "Make the panel visible if" visibleIf: "הפוך את החלונית לגלויה אם", // [Auto-translated] "Make the panel required if" requiredIf: "הפוך את החלונית לנדרשת אם", // [Auto-translated] "Move the panel to page" page: "העברת החלונית לעמוד", // [Auto-translated] "Display the panel on a new line" startWithNewLine: "הצגת החלונית בשורה חדשה", // [Auto-translated] "Panel collapse state" state: "מצב כיווץ לוח", // [Auto-translated] "Inline panel width" width: "רוחב החלונית בתוך שורה", // [Auto-translated] "Minimum panel width" minWidth: "רוחב לוח מינימלי", // [Auto-translated] "Maximum panel width" maxWidth: "רוחב לוח מרבי", // [Auto-translated] "Confirm entry removal" confirmDelete: "אישור הסרת הכניסה", // [Auto-translated] "Entry description pattern" templateDescription: "תבנית תיאור הערך", // [Auto-translated] "Entry title pattern" templateTitle: "תבנית כות��ת ערך", // [Auto-translated] "Empty panel text" noEntriesText: "טקסט ריק בחלונית", // [Auto-translated] "Tab title pattern" templateTabTitle: "תבנית כותרת טאב", // [Auto-translated] "Tab title placeholder" tabTitlePlaceholder: "מציין מיקום של כותרת טאב", // [Auto-translated] "Make an individual entry visible if" templateVisibleIf: "הפיכת ער�� בודד לגלוי אם", // [Auto-translated] "Number the panel" showNumber: "מספור החלונית", // [Auto-translated] "Panel title alignment" titleLocation: "יישור כותרת חלונית", // [Auto-translated] "Panel description alignment" descriptionLocation: "יישור תיאור החלונית", // [Auto-translated] "Question title alignment" templateQuestionTitleLocation: "יישור כותרת שאלה", // [Auto-translated] "Question title width" templateQuestionTitleWidth: "רוחב כותרת השאלה", // [Auto-translated] "Error message alignment" templateErrorLocation: "יישור הודעת שגיאה", // [Auto-translated] "New entry location" newPanelPosition: "מיקום כניסה חדש", // [Auto-translated] "Show the progress bar" showRangeInProgress: "הצגת מד ההתקדמות", // [Auto-translated] "Prevent duplicate responses in the following question" keyName: "מניעת תגובות כפולות בשאלה הבאה" }, question: { // [Auto-translated] "Question name" name: "שם שאלה", // [Auto-translated] "Question title" title: "כותרת השאלה", // [Auto-translated] "Question description" description: "תיאור השאלה", // [Auto-translated] "Show the title and description" showTitle: "הצגת הכותרת והתיאור", // [Auto-translated] "Make the question visible if" visibleIf: "הפוך את השאלה לגלויה אם", // [Auto-translated] "Make the question required if" requiredIf: "הפוך את השאלה לנדרשת אם", // [Auto-translated] "Move the question to page" page: "העברת השאלה לדף", // [Auto-translated] "Question box collapse state" state: "מצב כיווץ תיבת שאלה", // [Auto-translated] "Number this question" showNumber: "מספר שאלה זו", // [Auto-translated] "Question title alignment" titleLocation: "יישור כותרת שאלה", // [Auto-translated] "Question description alignment" descriptionLocation: "יישור תיאור השאלה", // [Auto-translated] "Error message alignment" errorLocation: "יישור הודעת שגיאה", // [Auto-translated] "Increase the inner indent" indent: "הגדלת הכניסה הפנימית", // [Auto-translated] "Inline question width" width: "רוחב שאלה מוטבעת", // [Auto-translated] "Minimum question width" minWidth: "רוחב שאלה מינימלי", // [Auto-translated] "Maximum question width" maxWidth: "רוחב שאלה מרבי", // [Auto-translated] "Update input field value" textUpdateMode: "עדכון ערך שדה קלט" }, signaturepad: { // [Auto-translated] "Signature area width" signatureWidth: "רוחב אזור חתימה", // [Auto-translated] "Signature area height" signatureHeight: "גובה אזור חתימה", // [Auto-translated] "Auto-scale the signature area" signatureAutoScaleEnabled: "שינוי גודל אוטומטי של אזור החתימה", // [Auto-translated] "Show a placeholder within signature area" showPlaceholder: "הצגת מציין מיקום בתוך אזור החתימה", // [Auto-translated] "Placeholder text" placeholder: "טקסט מציין מיקום", // [Auto-translated] "Placeholder text in read-only or preview mode" placeholderReadOnly: "טקסט מציין מיקום במצב קריאה בלבד או תצוגה מקדימה", // [Auto-translated] "Show the Clear button within signature area" allowClear: "הצגת לחצן 'נקה' בתוך אזור החתימה", // [Auto-translated] "Minimum stroke width" penMinWidth: "רוחב קו מינימלי", // [Auto-translated] "Maximum stroke width" penMaxWidth: "רוחב קו מרבי", // [Auto-translated] "Stroke color" penColor: "צבע קו" }, comment: { // [Auto-translated] "Input field height (in lines)" rows: "גובה שדה קלט (בקווים)" }, // "Question numbering" showQuestionNumbers: "מספור שאלות", // "Question indexing type" questionStartIndex: "אינדקס התחלה (מספר או אות)", expression: { // [Auto-translated] "Expression name" name: "שם ביטוי", // [Auto-translated] "Expression title" title: "כותרת ביטוי", // [Auto-translated] "Expression description" description: "תיאור ביטוי", // [Auto-translated] "Expression" expression: "ביטוי" }, trigger: { // [Auto-translated] "Expression" expression: "ביטוי" }, calculatedvalue: { // [Auto-translated] "Expression" expression: "ביטוי" }, // survey templates survey: { // [Auto-translated] "Survey title" title: "כותרת הסקר", // [Auto-translated] "Survey description" description: "תיאור הסקר", // [Auto-translated] "Make the survey read-only" readOnly: "הפוך את הסקר לקריאה בלבד" }, page: { // [Auto-translated] "Page name" name: "שם הדף", // [Auto-translated] "Page title" title: "כותרת הדף", // [Auto-translated] "Page description" description: "תיאור הדף", // [Auto-translated] "Make the page visible if" visibleIf: "הפוך את הדף לגלוי אם", // [Auto-translated] "Make the page required if" requiredIf: "הפוך את הדף לנדרש אם", // [Auto-translated] "Time limit to complete the page" timeLimit: "מגבלת זמן להשלמת הדף", // [Auto-translated] "Question order on the page" questionOrder: "סדר השאלות בדף" }, matrixdropdowncolumn: { // [Auto-translated] "Column name" name: "שם עמודה", // [Auto-translated] "Column title" title: "כותרת עמודה", // [Auto-translated] "Prevent duplicate responses" isUnique: "מניעת תגובות כפולות", // [Auto-translated] "Column width" width: "רוחב עמודה", // [Auto-translated] "Minimum column width" minWidth: "רוחב עמודה מינימלי", // [Auto-translated] "Input field height (in lines)" rows: "גובה שדה קלט (בקווים)", // [Auto-translated] "Make the column visible if" visibleIf: "הפיכת העמודה לגלויה אם", // [Auto-translated] "Make the column required if" requiredIf: "הפוך את העמודה לנדרשת אם", // [Auto-translated] "Each option in a separate column" showInMultipleColumns: "כל אפשרות בעמודה נפרדת" }, multipletextitem: { // [Auto-translated] "Name" name: "שם", // [Auto-translated] "Title" title: "כותר" }, masksettings: { // [Auto-translated] "Save masked value in survey results" saveMaskedValue: "שמירת ערך מוסווה בתוצאות הסקר" }, patternmask: { // [Auto-translated] "Value pattern" pattern: "תבנית ערך" }, datetimemask: { // [Auto-translated] "Minimum value" min: "ערך מינימלי", // [Auto-translated] "Maximum value" max: "ערך מרבי" }, numericmask: { // [Auto-translated] "Allow negative values" allowNegativeValues: "התרת ערכים שליליים", // [Auto-translated] "Thousands separator" thousandsSeparator: "מפריד אלפים", // [Auto-translated] "Decimal separator" decimalSeparator: "מפריד עשרוני", // [Auto-translated] "Value precision" precision: "דיוק ערך", // [Auto-translated] "Minimum value" min: "ערך מינימלי", // [Auto-translated] "Maximum value" max: "ערך מרבי" }, currencymask: { // [Auto-translated] "Currency prefix" prefix: "קידומת מטבע", // [Auto-translated] "Currency suffix" suffix: "סיומת מטבע" }, // [Auto-translated] "Clear others when selected" isExclusive: "נקה אחרים כאשר בוחרים באפשרות זו", // [Auto-translated] "Require user to enter a comment" isCommentRequired: "דרישת המשתמש להזין הערה", // "Display area height" imageHeight: "גובה התמונה", // "Display area width" imageWidth: "רוחב התמונה", // "Join identifier" valueName: "אחסן תשובות בשדה JSON הבא", // [Auto-translated] "Default display value for dynamic texts" defaultDisplayValue: "ערך תצוגה המוגדר כברירת מחדל לטקסטים דינמיים", // [Auto-translated] "Label alignment" rateDescriptionLocation: "יישור תוויות", // [Auto-translated] "Input field width (in characters)" size: "רוחב שדה קלט (בתווים)", // [Auto-translated] "Cell error message alignment" cellErrorLocation: "יישור הודעת שגיאה של תא", // [Auto-translated] "Enabled" enabled: "מופעלת", // [Auto-translated] "Disabled" disabled: "נכים", // [Auto-translated] "Inherit" inherit: "לרשת", // "Apply" apply: "החל", // "OK" ok: "אוקי", // "Save" save: "שמור", // "Clear" clear: "נקה", // "Save" saveTooltip: "שמור", // "Cancel" cancel: "בטל", // "Set" set: "הגדר", // "Reset" reset: "איפוס", // "Change" change: "שנה", // "Refresh" refresh: "רענן", // "Close" close: "סגור", // "Delete" delete: "מחק", // "Add" add: "הוסף", // "Add New" addNew: "הוסף חדש", // "Click to add an item..." addItem: "לחץ להוספת פריט...", // "Click to remove the item..." removeItem: "לחץ להסרת הפריט...", // "Drag the item" dragItem: "גרור את הפריט", // "Other" addOther: "אחר", // "Select All" addSelectAll: "בחר הכל", // "None" addNone: "אף אחד", // "Remove All" removeAll: "הסר הכל", // "Edit" edit: "ערוך", // "Return without saving" back: "חזור ללא שמירה", // "Return without saving" backTooltip: "חזור ללא שמירה", // "Save and return" saveAndBack: "שמור וחזור", // "Save and return" saveAndBackTooltip: "שמור וחזור", // "Done" doneEditing: "סיום", // "Edit Choices" editChoices: "ערוך ברירות בחירה", // "Show Choices" showChoices: "הצג ברירות בחירה", // "Move" move: "הזז", // "<empty>" empty: "<ריק>", // "Value is empty" emptyValue: "הערך ריק", // "Manual Entry" fastEntry: "הזנה ידנית", // "Value '{0}' is not unique" fastEntryNonUniqueError: "הערך '{0}' אינו ייחודי", // "Please limit the number of items from {0} to {1}" fastEntryChoicesCountError: "אנא הגבל את מספר הפריטים מ-{0} ל-{1}", // [Auto-translated] "Please enter at least {0} items" fastEntryChoicesMinCountError: "אנא הכנס לפחות {0} פריטים", // "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: "תוכל להזין נתונים בפורמט הבא:\nערך1|טקסט1\nערך2|טקסט2", // "Form Entry" formEntry: "הזנת טופס", // "Test the service" testService: "בדוק את השירות", // "Please select the element" itemSelectorEmpty: "בחר את האלמנט", // "Please select the action" conditionActionEmpty: "בחר את הפעולה", // "Select a question..." conditionSelectQuestion: "בחר שאלה...", // "Select a page..." conditionSelectPage: "בחר עמוד...", // "Select a panel..." conditionSelectPanel: "בחר פאנל...", // "Please enter/select the value" conditionValueQuestionTitle: "אנא הכנס/בחר את הערך", // "Press ctrl+space to get expression completion hint" aceEditorHelp: "לחץ על ctrl+space כדי לקבל הצעות להשלמה של הביטוי", // "Current row" aceEditorRowTitle: "שורה נוכחית", // "Current panel" aceEditorPanelTitle: "פאנל נוכחי", /