UNPKG

survey-creator-core

Version:

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

955 lines (950 loc) 221 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/indonesian", ["survey-creator-core"], factory); else if(typeof exports === 'object') exports["i18n/indonesian"] = 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/indonesian.ts ***! \****************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ indonesianStrings: () => (/* binding */ indonesianStrings) /* 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 indonesianStrings = { // survey templates survey: { // "Edit" edit: "Ubah", // "Watch and learn how to create surveys" externalHelpLink: "Tonton dan pelajari cara membuat survei", // "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: "Silahkan letakkan pertanyaan di sini dari Kotak Perkakas di sebelah kiri.", // [Auto-translated] "Create a rule to customize the flow of the survey." addLogicItem: "Buat aturan untuk menyesuaikan alur survei.", // "Copy" copy: "Salin", // [Auto-translated] "Duplicate" duplicate: "Duplikat", // "Add to toolbox" addToToolbox: "Tambahkan ke Kotak Perkakas", // "Delete Panel" deletePanel: "Hapus Panel", // "Delete Question" deleteQuestion: "Hapus Pertanyaan", // "Convert to" convertTo: "Mengubah ke", // "Drag element" drag: "Tarik elemen" }, // Creator tabs tabs: { // "Preview" preview: "Coba Survei", // "Themes" theme: "Tema", // "Translations" translation: "Terjemahan", // "Designer" designer: "Rancangan Survei", // "JSON Editor" json: "Pengubah JSON", // [Auto-translated] "Logic" logic: "Logika" }, // Question types qt: { // "Default" default: "Default", // "Checkboxes" checkbox: "Kotak Centang", // "Long Text" comment: "Komentar", // "Image Picker" imagepicker: "Gambar", // [Auto-translated] "Ranking" ranking: "Peringkat", // [Auto-translated] "Image" image: "Citra", // "Dropdown" dropdown: "Kotak Kombo", // [Auto-translated] "Multi-Select Dropdown" tagbox: "Dropdown Multi-Pilih", // "File Upload" file: "Berkas", // "HTML" html: "Html", // "Single-Select Matrix" matrix: "Matriks (pilihan tunggal)", // "Multi-Select Matrix" matrixdropdown: "Matriks (pilihan ganda)", // "Dynamic Matrix" matrixdynamic: "Matriks (baris dinamis)", // "Multiple Textboxes" multipletext: "Teks Ganda", // "Panel" panel: "Panel", // "Dynamic Panel" paneldynamic: "Panel (panel dinamis)", // "Radio Button Group" radiogroup: "Pilihan Ganda", // "Rating Scale" rating: "Peringkat", // [Auto-translated] "Slider" slider: "Slider", // "Single-Line Input" text: "Input Tunggal", // "Yes/No (Boolean)" boolean: "Yes/No (Boolean)", // "Expression (read-only)" expression: "Ekspresi (dibaca saja)", // [Auto-translated] "Signature" signaturepad: "Tanda tangan", // [Auto-translated] "Button Group" buttongroup: "Grup Tombol" }, toolboxCategories: { // "General" general: "Umum", // "Choice Questions" choice: "Pertanyaan Pilihan", // "Text Input Questions" text: "Pertanyaan Input Teks", // "Containers" containers: "Wadah", // "Matrix Questions" matrix: "Pertanyaan Matriks", // "Misc" misc: "Misc" }, // Strings in SurveyJS Creator ed: { // "Default ({0})" defaultLocale: "Default ({0})", // "Survey" survey: "Survei", // "Settings" settings: "Pengaturan Survei", // [Auto-translated] "Open settings" settingsTooltip: "Buka pengaturan", // [Auto-translated] "Survey Settings" surveySettings: "Pengaturan Survei", // [Auto-translated] "Survey settings" surveySettingsTooltip: "Setelan survei", // [Auto-translated] "Theme Settings" themeSettings: "Pengaturan Tema", // [Auto-translated] "Theme settings" themeSettingsTooltip: "Pengaturan tema", // [Auto-translated] "Creator Settings" creatorSettingTitle: "Pengaturan Kreator", // [Auto-translated] "Show Panel" showPanel: "Tampilkan Panel", // [Auto-translated] "Hide Panel" hidePanel: "Sembunyikan Panel", // [Auto-translated] "Select previous" prevSelected: "Pilih sebelumnya", // [Auto-translated] "Select next" nextSelected: "Pilih selanjutnya", // [Auto-translated] "Focus previous" prevFocus: "Fokus sebelumnya", // [Auto-translated] "Focus next" nextFocus: "Fokus berikutnya", // [Auto-translated] "Survey" surveyTypeName: "Survei", // [Auto-translated] "Page" pageTypeName: "Halaman", // [Auto-translated] "Panel" panelTypeName: "Panel", // [Auto-translated] "Question" questionTypeName: "Pertanyaan", // [Auto-translated] "Column" columnTypeName: "Kolom", // "Add New Page" addNewPage: "Tambah Halaman Baru", // "Scroll to the Right" moveRight: "Geser ke Kanan", // "Scroll to the Left" moveLeft: "Geser ke Kiri", // "Delete Page" deletePage: "Hapus Halaman", // "Edit Page" editPage: "Ubah Halaman", // "Edit" edit: "Ubah", // "page" newPageName: "halaman", // "question" newQuestionName: "pertanyaan", // "panel" newPanelName: "panel", // [Auto-translated] "text" newTextItemName: "Teks", // [Auto-translated] "Default" defaultV2Theme: "Default", // [Auto-translated] "Modern" modernTheme: "Modern", // [Auto-translated] "Default (legacy)" defaultTheme: "Default (warisan)", // "Preview Survey Again" testSurveyAgain: "Coba Survei Lagi", // "Survey width: " testSurveyWidth: "Lebar survei: ", // [Auto-translated] "You had to navigate to" navigateToMsg: "Anda harus menavigasi ke", // "Save Survey" saveSurvey: "Simpan Survei", // [Auto-translated] "Save Survey" saveSurveyTooltip: "Simpan Survei", // [Auto-translated] "Save Theme" saveTheme: "Simpan Tema", // [Auto-translated] "Save Theme" saveThemeTooltip: "Simpan Tema", // [Auto-translated] "Hide errors" jsonHideErrors: "Menyembunyikan kesalahan", // [Auto-translated] "Show errors" jsonShowErrors: "Tampilkan kesalahan", // "Undo" undo: "Urungkan", // "Redo" redo: "Ulangi", // [Auto-translated] "Undo last change" undoTooltip: "Mengurungkan perubahan terakhir", // [Auto-translated] "Redo the change" redoTooltip: "Mengulangi perubahan", // [Auto-translated] "Expand" expandTooltip: "Memperluas", // [Auto-translated] "Collapse" collapseTooltip: "Roboh", // "Expand All" expandAllTooltip: "Perluas Semua", // "Collapse All" collapseAllTooltip: "Ciutkan Semua", // [Auto-translated] "Zoom In" zoomInTooltip: "Perbesar", // [Auto-translated] "Zoom to 100%" zoom100Tooltip: "Perbesar hingga 100%", // [Auto-translated] "Zoom Out" zoomOutTooltip: "Perkecil", // [Auto-translated] "Lock expand/collapse state for questions" lockQuestionsTooltip: "Kunci status perluasan/ciutkan untuk pertanyaan", // [Auto-translated] "Show more" showMoreChoices: "Tampilkan lebih banyak", // [Auto-translated] "Show less" showLessChoices: "Tampilkan lebih sedikit", // [Auto-translated] "Copy" copy: "Menyalin", // [Auto-translated] "Cut" cut: "Memotong", // [Auto-translated] "Paste" paste: "Pasta", // [Auto-translated] "Copy selection to clipboard" copyTooltip: "Salin pilihan ke clipboard", // [Auto-translated] "Cut selection to clipboard" cutTooltip: "Memotong pilihan ke clipboard", // [Auto-translated] "Paste from clipboard" pasteTooltip: "Tempel dari papan klip", // "Options" options: "Pilihan", // "Generate Valid JSON" generateValidJSON: "Hasilkan JSON yang Valid", // "Generate Readable JSON" generateReadableJSON: "Hasilkan JSON yang dapat dibaca", // "Toolbox" toolbox: "Kotak Perkakas", // [Auto-translated] "Properties" "property-grid": "Properti", // [Auto-translated] "Search" toolboxSearch: "Mencari", // [Auto-translated] "Type to search..." toolboxFilteredTextPlaceholder: "Ketik untuk mencari...", // [Auto-translated] "No results found" toolboxNoResultsFound: "Tidak ada hasil yang ditemukan", // [Auto-translated] "Type to search..." propertyGridFilteredTextPlaceholder: "Ketik untuk mencari...", // [Auto-translated] "No results found" propertyGridNoResultsFound: "Tidak ada hasil yang ditemukan", // [Auto-translated] "Start configuring your form" propertyGridPlaceholderTitle: "Mulai mengonfigurasi formulir Anda", // [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: "Klik ikon kategori apa pun untuk menjelajahi pengaturan survei. Pengaturan tambahan akan tersedia setelah Anda menambahkan elemen survei ke permukaan desain.", // "Please correct JSON." correctJSON: "Please correct JSON.", // "Survey Results " surveyResults: "Hasil survei: ", // "As Table" surveyResultsTable: "Sebagai tabel", // "As JSON" surveyResultsJson: "Sebagai JSON", // "Question Title" resultsTitle: "Judul Pertanyaan", // "Question Name" resultsName: "Nama Pertanyaan", // "Answer Value" resultsValue: "Nilai Jawaban", // "Display Value" resultsDisplayValue: "Tampilkan Nilai", // "Modified" modified: "Dimodifikasi", // "Saving" saving: "Menyimpan", // "Saved" saved: "Tersimpan", // [Auto-translated] "Error" propertyEditorError: "Kesalahan", // "Error! Editor content is not saved." saveError: "Error! Konten editor tidak berhasil disimpan.", // [Auto-translated] "Language Settings" translationPropertyGridTitle: "Pengaturan Bahasa", // [Auto-translated] "Theme Settings" themePropertyGridTitle: "Pengaturan Tema", // [Auto-translated] "Add Language" addLanguageTooltip: "Tambahkan Bahasa", // [Auto-translated] "Languages" translationLanguages: "Bahasa", // [Auto-translated] "Are you certain you wish to delete all strings for this language?" translationDeleteLanguage: "Apakah Anda yakin ingin menghapus semua string untuk bahasa ini?", // "Select language to translate" translationAddLanguage: "Pilih bahasa untuk terjemahan", // "All Strings" translationShowAllStrings: "Tampilkan seluruh string", // [Auto-translated] "Used Strings Only" translationShowUsedStringsOnly: "Hanya String yang Digunakan", // "All Pages" translationShowAllPages: "Tampilkan seluruh halaman", // "No strings to translate. Please change the filter." translationNoStrings: "Tidak ada string diterjemahkan. Silahkan ganti penyaring.", // "Export to CSV" translationExportToSCVButton: "Eksport ke CSV", // "Import from CSV" translationImportFromSCVButton: "Import dari CSV", // [Auto-translated] "Auto-translate All" translateUsigAI: "Terjemahkan otomatis Semua", // [Auto-translated] "Translate from: " translateUsigAIFrom: "Terjemahkan dari: ", // [Auto-translated] "Untranslated strings" translationDialogTitle: "String yang tidak diterjemahkan", // "Merge {0} with default locale" translationMergeLocaleWithDefault: "Gabungkan {0} dengan default locale", // [Auto-translated] "Translation..." translationPlaceHolder: "Terjemahan...", // [Auto-translated] "Source: " translationSource: "Sumber: ", // [Auto-translated] "Target: " translationTarget: "Target: ", // [Auto-translated] "YouTube links are not supported." translationYouTubeNotSupported: "Tautan YouTube tidak didukung.", // [Auto-translated] "Export" themeExportButton: "Ekspor", // [Auto-translated] "Import" themeImportButton: "Mengimpor", // [Auto-translated] "Export" surveyJsonExportButton: "Ekspor", // [Auto-translated] "Import" surveyJsonImportButton: "Mengimpor", // [Auto-translated] "Copy to clipboard" surveyJsonCopyButton: "Salin ke papan klip", // [Auto-translated] "Reset theme settings to default" themeResetButton: "Setel ulang pengaturan tema ke default", // [Auto-translated] "Do you really want to reset the theme? All your customizations will be lost." themeResetConfirmation: "Apakah Anda benar-benar ingin mengatur ulang tema? Semua penyesuaian Anda akan hilang.", // [Auto-translated] "Yes, reset the theme" themeResetConfirmationOk: "Ya, atur ulang tema", // "Bold" bold: "Tebal", // "Italic" italic: "Miring", // "Underline" underline: "Garis Bawah", // "Add Question" addNewQuestion: "Tambah pertanyaan", // [Auto-translated] "Select page..." selectPage: "Pilih halaman...", // [Auto-translated] "Choices are copied from" carryForwardChoicesCopied: "Pilihan disalin dari", // [Auto-translated] "Choices are loaded from a web service." choicesLoadedFromWebText: "Pilihan dimuat dari layanan web.", // [Auto-translated] "Go to settings" choicesLoadedFromWebLinkText: "Buka pengaturan", // [Auto-translated] "Preview of loaded choice options" choicesLoadedFromWebPreviewTitle: "Pratinjau opsi pilihan yang dimuat", // [Auto-translated] "HTML content will be here." htmlPlaceHolder: "Konten HTML akan ada di sini.", // [Auto-translated] "Drop a question from the toolbox here." panelPlaceHolder: "Jatuhkan pertanyaan dari kotak alat di sini.", // [Auto-translated] "The survey is empty. Drag an element from the toolbox or click the button below." surveyPlaceHolder: "Survei kosong. Seret elemen dari kotak alat atau klik tombol di bawah.", // [Auto-translated] "The page is empty. Drag an element from the toolbox or click the button below." pagePlaceHolder: "Halaman kosong. Seret elemen dari kotak alat atau klik tombol di bawah.", // [Auto-translated] "Drag and drop an image here or click the button below and choose an image to upload" imagePlaceHolder: "Seret dan lepas gambar di sini atau klik tombol di bawah ini dan pilih gambar untuk diunggah", // "Click the \"Add Question\" button below to start creating your form." surveyPlaceHolderMobile: "Klik tombol \"Tambahkan Pertanyaan\" di bawah ini untuk mulai membuat formulir Anda.", // [Auto-translated] "Your form is empty" surveyPlaceholderTitle: "Formulir Anda kosong", // [Auto-translated] "Your form is empty" surveyPlaceholderTitleMobile: "Formulir Anda kosong", // [Auto-translated] "Drag an element from the toolbox or click the button below." surveyPlaceholderDescription: "Seret elemen dari kotak alat atau klik tombol di bawah ini.", // [Auto-translated] "Drag an element from the toolbox or click the button below." surveyPlaceholderDescriptionMobile: "Seret elemen dari kotak alat atau klik tombol di bawah ini.", // [Auto-translated] "No preview" previewPlaceholderTitle: "Tidak ada pratinjau", // [Auto-translated] "No preview" previewPlaceholderTitleMobile: "Tidak ada pratinjau", // [Auto-translated] "The survey doesn't contain any visible elements." previewPlaceholderDescription: "Survei tidak berisi elemen yang terlihat.", // [Auto-translated] "The survey doesn't contain any visible elements." previewPlaceholderDescriptionMobile: "Survei tidak berisi elemen yang terlihat.", // [Auto-translated] "No strings to translate" translationsPlaceholderTitle: "Tidak ada ikatan untuk diterjemahkan", // [Auto-translated] "No strings to translate" translationsPlaceholderTitleMobile: "Tidak ada ikatan untuk diterjemahkan", // [Auto-translated] "Add elements to your form or change the strings filter in the toolbar." translationsPlaceholderDescription: "Tambahkan elemen ke formulir Anda atau ubah filter string di toolbar.", // [Auto-translated] "Add elements to your form or change the strings filter in the toolbar." translationsPlaceholderDescriptionMobile: "Tambahkan elemen ke formulir Anda atau ubah filter string di toolbar.", // "Click the \"Add Question\" button below to add a new element to the page." pagePlaceHolderMobile: "Klik tombol \"Tambahkan Pertanyaan\" di bawah ini untuk menambahkan elemen baru ke halaman.", // "Click the \"Add Question\" button below to add a new element to the panel." panelPlaceHolderMobile: "Klik tombol \"Tambahkan Pertanyaan\" di bawah ini untuk menambahkan elemen baru ke panel.", // [Auto-translated] "Click the button below and choose an image to upload" imagePlaceHolderMobile: "Klik tombol di bawah ini dan pilih gambar untuk diunggah", // [Auto-translated] "Choose Image" imageChooseImage: "Pilih Gambar", // [Auto-translated] "Add {0}" addNewTypeQuestion: "Tambahkan {0}", // {0} is localizable question type // [Auto-translated] "[LOGO]" chooseLogoPlaceholder: "[LOGO]", // [Auto-translated] "Item " choices_Item: "Benda ", // [Auto-translated] "Select a file" selectFile: "Pilih file", // [Auto-translated] "Remove the file" removeFile: "Menghapus file", lg: { // [Auto-translated] "Add New Rule" addNewItem: "Tambahkan Aturan Baru", // [Auto-translated] "Create a rule to customize the flow of the survey." empty_tab: "Buat aturan untuk menyesuaikan alur survei.", // [Auto-translated] "No logical rules" logicPlaceholderTitle: "Tidak ada aturan logis", // [Auto-translated] "No logical rules" logicPlaceholderTitleMobile: "Tidak ada aturan logis", // [Auto-translated] "Create a rule to customize the flow of the survey." logicPlaceholderDescription: "Buat aturan untuk menyesuaikan alur survei.", // [Auto-translated] "Create a rule to customize the flow of the survey." logicPlaceholderDescriptionMobile: "Buat aturan untuk menyesuaikan alur survei.", // [Auto-translated] "Show/hide page" page_visibilityName: "Menampilkan/menyembunyikan halaman", // [Auto-translated] "Enable/disable page" page_enableName: "Mengaktifkan/menonaktifkan halaman", // [Auto-translated] "Make page required" page_requireName: "Buat halaman diperlukan", // [Auto-translated] "Show/hide panel" panel_visibilityName: "Tampilkan/sembunyikan panel", // [Auto-translated] "Enable/disable panel" panel_enableName: "Aktifkan/nonaktifkan panel", // [Auto-translated] "Make panel required" panel_requireName: "Membuat panel diperlukan", // [Auto-translated] "Show/hide question" question_visibilityName: "Tampilkan/sembunyikan pertanyaan", // [Auto-translated] "Enable/disable question" question_enableName: "Mengaktifkan/menonaktifkan pertanyaan", // [Auto-translated] "Make question required" question_requireName: "Buat pertanyaan diperlukan", // [Auto-translated] "Reset question value" question_resetValueName: "Mereset nilai pertanyaan", // [Auto-translated] "Set question value" question_setValueName: "Tetapkan nilai pertanyaan", // [Auto-translated] "Show/hide column" column_visibilityName: "Tampilkan/sembunyikan kolom", // [Auto-translated] "Enable/disable column" column_enableName: "Aktifkan/nonaktifkan kolom", // [Auto-translated] "Make column required" column_requireName: "Buat kolom diperlukan", // [Auto-translated] "Reset column value" column_resetValueName: "Mereset nilai kolom", // [Auto-translated] "Set column value" column_setValueName: "Mengatur nilai kolom", // [Auto-translated] "Complete survey" trigger_completeName: "Survei lengkap", // [Auto-translated] "Set answer" trigger_setvalueName: "Tetapkan jawaban", // [Auto-translated] "Copy answer" trigger_copyvalueName: "Salin jawaban", // [Auto-translated] "Skip to question" trigger_skipName: "Lanjut ke pertanyaan", // [Auto-translated] "Run expression" trigger_runExpressionName: "Menjalankan ekspresi", // "Set \"Thank You\" page markup" completedHtmlOnConditionName: "Mengatur markup halaman \"Survei Selesai\"", // [Auto-translated] "Make the page visible when the logical expression evaluates to true. Otherwise, keep the page invisible." page_visibilityDescription: "Jadikan halaman terlihat saat ekspresi logis dievaluasi menjadi true. Jika tidak, jaga agar halaman tidak terlihat.", // [Auto-translated] "Make the page visible when the logical expression evaluates to true. Otherwise, keep the panel invisible." panel_visibilityDescription: "Jadikan halaman terlihat saat ekspresi logis dievaluasi menjadi true. Jika tidak, jaga agar panel tidak terlihat.", // [Auto-translated] "Make the panel and all elements inside it enabled when the logical expression evaluates to true. Otherwise, keep them disabled." panel_enableDescription: "Buat panel dan semua elemen di dalamnya diaktifkan saat ekspresi logis dievaluasi menjadi true. Jika tidak, biarkan mereka tetap nonaktif.", // [Auto-translated] "Make the question visible when the logical expression evaluates to true. Otherwise, keep the question invisible." question_visibilityDescription: "Buat pertanyaan terlihat saat ekspresi logis dievaluasi menjadi true. Jika tidak, jaga agar pertanyaan tidak terlihat.", // [Auto-translated] "Make the question enabled when the logical expression evaluates to true. Otherwise, keep the question disabled." question_enableDescription: "Aktifkan pertanyaan saat ekspresi logis dievaluasi menjadi true. Jika tidak, biarkan pertanyaan tetap dinonaktifkan.", // [Auto-translated] "Question becomes required when the logical expression evaluates to true." question_requireDescription: "Pertanyaan menjadi diperlukan ketika ekspresi logis dievaluasi menjadi true.", // [Auto-translated] "When the logical expression evaluates to true, the survey ends, and the respondent sees the \"Thank you\" page." trigger_completeDescription: "Saat ekspresi logis dievaluasi menjadi true, survei berakhir, dan responden melihat halaman \"Terima kasih\".", // [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: "Ketika nilai pertanyaan yang digunakan dalam ekspresi logis diubah, dan ekspresi dievaluasi menjadi true, nilai yang ditentukan ditetapkan ke pertanyaan yang dipilih.", // [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: "Ketika nilai pertanyaan yang digunakan dalam ekspresi logis diubah, dan ekspresi dievaluasi menjadi true, nilai pertanyaan yang dipilih disalin ke pertanyaan lain.", // [Auto-translated] "When the logical expression evaluates to true, the survey focuses/jumps to the selected question." trigger_skipDescription: "Ketika ekspresi logis dievaluasi menjadi true, survei memfokuskan/melompat ke pertanyaan yang dipilih.", // [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: "Ketika ekspresi logis dievaluasi menjadi true, survei mengevaluasi ekspresi lain. Secara opsional, hasil dari ekspresi terakhir dapat ditetapkan sebagai nilai untuk pertanyaan yang dipilih", // [Auto-translated] "If the logical expression evaluates to true, the \"Thank You\" page displays the specified content." completedHtmlOnConditionDescription: "Jika ekspresi logis dievaluasi menjadi true, halaman \"Terima kasih\" menampilkan konten yang ditentukan.", // [Auto-translated] "When expression: '{0}' returns true" itemExpressionText: "Ketika ekspresi: '{0}' mengembalikan true", // {0} - the expression // [Auto-translated] "New rule" itemEmptyExpressionText: "Aturan baru", // [Auto-translated] "make page {0} visible" page_visibilityText: "Membuat halaman {0} terlihat", // {0} page name // [Auto-translated] "make panel {0} visible" panel_visibilityText: "Membuat panel {0} terlihat", // {0} panel name // [Auto-translated] "make panel {0} enable" panel_enableText: "Membuat panel {0} mengaktifkan", // {0} panel name // [Auto-translated] "make question {0} visible" question_visibilityText: "Buat pertanyaan {0} terlihat", // {0} question name // [Auto-translated] "make question {0} enable" question_enableText: "Buat pertanyaan {0} aktifkan", // {0} question name // [Auto-translated] "make question {0} required" question_requireText: "Buat pertanyaan {0} diperlukan", // {0} question name // [Auto-translated] "reset value for question: {0}" question_resetValueText: "reset nilai untuk pertanyaan: {0}", // {0} question name. // [Auto-translated] "assign value: {1} to question: {0}" question_setValueText: "Tetapkan nilai: {1} pertanyaan: {0}", // {0} question name and {1} setValueExpression // [Auto-translated] "make column {0} of question {1} visible" column_visibilityText: "Membuat kolom {0} pertanyaan {1} terlihat", // {0} column name, {1} question name // [Auto-translated] "make column {0} of question {1} enable" column_enableText: "Buat kolom {0} pertanyaan {1} aktifkan", // {0} column name, {1} question name // [Auto-translated] "make column {0} of question {1} required" column_requireText: "membuat kolom {0} pertanyaan {1} diperlukan", // {0} column name, {1} question name // [Auto-translated] "reset cell value for column: {0}" column_resetValueText: "Setel ulang nilai sel untuk kolom: {0}", // {0} column name // [Auto-translated] "assign cell value: {1} to column: {0}" column_setValueText: "Menetapkan nilai sel: {1} ke kolom: {0}", // {0} column name and {1} setValueExpression // [Auto-translated] "An expression whose result will be assigned to the target question." setValueExpressionPlaceholder: "Ekspresi yang hasilnya akan ditetapkan ke pertanyaan target.", // [Auto-translated] "survey becomes completed" trigger_completeText: "Survei menjadi selesai", // [Auto-translated] "set into question: {0} value {1}" trigger_setvalueText: "Pertanyaan: {0} nilai {1}", // {0} question name, {1} setValue // [Auto-translated] "clear question value: {0}" trigger_setvalueEmptyText: "Nilai Pertanyaan yang Jelas: {0}", // {0} question name // [Auto-translated] "copy into question: {0} value from question {1}" trigger_copyvalueText: "Salin ke pertanyaan: {0} nilai dari pertanyaan {1}", // {0} and {1} question names // [Auto-translated] "survey skip to the question {0}" trigger_skipText: "Survei Lewati ke pertanyaan {0}", // {0} question name // [Auto-translated] "run expression: '{0}'" trigger_runExpressionText1: "menjalankan ekspresi: '{0}'", // {0} the expression // [Auto-translated] " and set its result into question: {0}" trigger_runExpressionText2: " dan mempertanyakan hasilnya: {0}", // {0} question name // "show custom text for the \"Thank You\" page." completedHtmlOnConditionText: "tampilkan teks kustom untuk \"Halaman terima kasih\".", // [Auto-translated] "All Questions" showAllQuestions: "Semua Pertanyaan", // [Auto-translated] "All Action Types" showAllActionTypes: "Semua Jenis Tindakan", // [Auto-translated] "Condition(s)" conditions: "Ketentuan", // [Auto-translated] "Action(s)" actions: "Tindakan", // [Auto-translated] "Define condition(s)" expressionEditorTitle: "Tentukan kondisi", // [Auto-translated] "Define action(s)" actionsEditorTitle: "Menentukan tindakan", // [Auto-translated] "Delete Action" deleteAction: "Hapus Tindakan", // [Auto-translated] "Add Action" addNewAction: "Tambahkan Tindakan", // [Auto-translated] "Select action..." selectedActionCaption: "Pilih tindakan...", // [Auto-translated] "The logic expression is empty or invalid. Please correct it." expressionInvalid: "Ekspresi logika kosong atau tidak valid. Mohon koreksinya.", // [Auto-translated] "Please add at least one action." noActionError: "Silakan tambahkan setidaknya satu tindakan.", // [Auto-translated] "Please fix issues in your action(s)." actionInvalid: "Harap perbaiki masalah dalam tindakan Anda.", // [Auto-translated] "Logical rules are incomplete" uncompletedRule_title: "Aturan logis tidak lengkap", // [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: "Anda belum menyelesaikan beberapa aturan logis. Jika Anda meninggalkan tab sekarang, perubahan akan hilang. Apakah Anda masih ingin meninggalkan tab tanpa menyelesaikan perubahan?", // [Auto-translated] "Yes" uncompletedRule_apply: "Ya", // [Auto-translated] "No, I want to complete the rules" uncompletedRule_cancel: "Tidak, saya ingin menyelesaikan aturan" } }, // Property Editors pe: { panel: { // [Auto-translated] "Panel name" name: "Nama panel", // [Auto-translated] "Panel title" title: "Judul panel", // [Auto-translated] "Panel description" description: "Deskripsi panel", // [Auto-translated] "Make the panel visible if" visibleIf: "Buat panel terlihat jika", // [Auto-translated] "Make the panel required if" requiredIf: "Buat panel diperlukan jika", // [Auto-translated] "Question order within the panel" questionOrder: "Urutan pertanyaan dalam panel", // [Auto-translated] "Move the panel to page" page: "Memindahkan panel ke halaman", // [Auto-translated] "Display the panel on a new line" startWithNewLine: "Menampilkan panel pada baris baru", // [Auto-translated] "Panel collapse state" state: "Status penciwunan panel", // [Auto-translated] "Inline panel width" width: "Lebar panel sebaris", // [Auto-translated] "Minimum panel width" minWidth: "Lebar panel minimum", // [Auto-translated] "Maximum panel width" maxWidth: "Lebar panel maksimum", // [Auto-translated] "Number this panel" showNumber: "Beri nomor panel ini" }, panellayoutcolumn: { // [Auto-translated] "Effective width, %" effectiveWidth: "Lebar efektif, %", // [Auto-translated] "Question title width, px" questionTitleWidth: "Lebar judul pertanyaan, px" }, paneldynamic: { // [Auto-translated] "Panel name" name: "Nama panel", // [Auto-translated] "Panel title" title: "Judul panel", // [Auto-translated] "Panel description" description: "Deskripsi panel", // [Auto-translated] "Entry display mode" displayMode: "Mode tampilan entri", // [Auto-translated] "Make the panel visible if" visibleIf: "Buat panel terlihat jika", // [Auto-translated] "Make the panel required if" requiredIf: "Buat panel diperlukan jika", // [Auto-translated] "Move the panel to page" page: "Memindahkan panel ke halaman", // [Auto-translated] "Display the panel on a new line" startWithNewLine: "Menampilkan panel pada baris baru", // [Auto-translated] "Panel collapse state" state: "Status keruntuhan panel", // [Auto-translated] "Inline panel width" width: "Lebar panel sejajar", // [Auto-translated] "Minimum panel width" minWidth: "Lebar panel minimum", // [Auto-translated] "Maximum panel width" maxWidth: "Lebar panel maksimum", // [Auto-translated] "Confirm entry removal" confirmDelete: "Konfirmasi penghapusan entri", // [Auto-translated] "Entry description pattern" templateDescription: "Pola deskripsi entri", // [Auto-translated] "Entry title pattern" templateTitle: "Pola judul entri", // [Auto-translated] "Empty panel text" noEntriesText: "Teks panel kosong", // [Auto-translated] "Tab title pattern" templateTabTitle: "Pola judul tab", // [Auto-translated] "Tab title placeholder" tabTitlePlaceholder: "Tempat penampung judul tab", // [Auto-translated] "Make an individual entry visible if" templateVisibleIf: "Membuat entri individual terlihat jika", // [Auto-translated] "Number the panel" showNumber: "Nomor panel", // [Auto-translated] "Panel title alignment" titleLocation: "Perataan judul panel", // [Auto-translated] "Panel description alignment" descriptionLocation: "Perataan deskripsi panel", // [Auto-translated] "Question title alignment" templateQuestionTitleLocation: "Perataan judul pertanyaan", // [Auto-translated] "Question title width" templateQuestionTitleWidth: "Lebar judul pertanyaan", // [Auto-translated] "Error message alignment" templateErrorLocation: "Perataan pesan kesalahan", // [Auto-translated] "New entry location" newPanelPosition: "Lokasi entri baru", // [Auto-translated] "Show the progress bar" showRangeInProgress: "Tampilkan bilah kemajuan", // [Auto-translated] "Prevent duplicate responses in the following question" keyName: "Cegah respons duplikat dalam pertanyaan berikut" }, question: { // [Auto-translated] "Question name" name: "Nama pertanyaan", // [Auto-translated] "Question title" title: "Judul pertanyaan", // [Auto-translated] "Question description" description: "Deskripsi pertanyaan", // [Auto-translated] "Show the title and description" showTitle: "Tampilkan judul dan deskripsi", // [Auto-translated] "Make the question visible if" visibleIf: "Buat pertanyaan terlihat jika", // [Auto-translated] "Make the question required if" requiredIf: "Buat pertanyaan diperlukan jika", // [Auto-translated] "Move the question to page" page: "Memindahkan pertanyaan ke halaman", // [Auto-translated] "Question box collapse state" state: "Status ciutkan kotak pertanyaan", // [Auto-translated] "Number this question" showNumber: "Nomor pertanyaan ini", // [Auto-translated] "Question title alignment" titleLocation: "Perataan judul pertanyaan", // [Auto-translated] "Question description alignment" descriptionLocation: "Perataan deskripsi pertanyaan", // [Auto-translated] "Error message alignment" errorLocation: "Perataan pesan kesalahan", // [Auto-translated] "Increase the inner indent" indent: "Tingkatkan lekukan bagian dalam", // [Auto-translated] "Inline question width" width: "Lebar pertanyaan sebaris", // [Auto-translated] "Minimum question width" minWidth: "Lebar pertanyaan minimum", // [Auto-translated] "Maximum question width" maxWidth: "Lebar pertanyaan maksimum", // [Auto-translated] "Update input field value" textUpdateMode: "Perbarui nilai bidang input" }, signaturepad: { // [Auto-translated] "Signature area width" signatureWidth: "Lebar area tanda tangan", // [Auto-translated] "Signature area height" signatureHeight: "Tinggi area tanda tangan", // [Auto-translated] "Auto-scale the signature area" signatureAutoScaleEnabled: "Menskalakan area tanda tangan secara otomatis", // [Auto-translated] "Show a placeholder within signature area" showPlaceholder: "Tampilkan placeholder dalam area tanda tangan", // [Auto-translated] "Placeholder text" placeholder: "Teks tempat penampung", // [Auto-translated] "Placeholder text in read-only or preview mode" placeholderReadOnly: "Teks tempat penampung dalam mode baca-saja atau pratinjau", // [Auto-translated] "Show the Clear button within signature area" allowClear: "Tampilkan tombol Hapus dalam area tanda tangan", // [Auto-translated] "Minimum stroke width" penMinWidth: "Lebar goresan minimum", // [Auto-translated] "Maximum stroke width" penMaxWidth: "Lebar goresan maksimum", // [Auto-translated] "Stroke color" penColor: "Warna goresan" }, comment: { // [Auto-translated] "Input field height (in lines)" rows: "Tinggi bidang input (dalam baris)" }, // "Question numbering" showQuestionNumbers: "Tampilkan nomor pertanyaan", // "Question indexing type" questionStartIndex: "Indeks mulai pertanyaan (1, 2 atau 'A', 'a')", expression: { // [Auto-translated] "Expression name" name: "Nama ekspresi", // [Auto-translated] "Expression title" title: "Judul ekspresi", // [Auto-translated] "Expression description" description: "Deskripsi ekspresi", // [Auto-translated] "Expression" expression: "Ekspresi" }, trigger: { // [Auto-translated] "Expression" expression: "Ekspresi" }, calculatedvalue: { // [Auto-translated] "Expression" expression: "Ekspresi" }, // survey templates survey: { // [Auto-translated] "Survey title" title: "Judul survei", // [Auto-translated] "Survey description" description: "Deskripsi survei", // [Auto-translated] "Make the survey read-only" readOnly: "Jadikan survei baca-saja" }, page: { // [Auto-translated] "Page name" name: "Nama halaman", // [Auto-translated] "Page title" title: "Judul halaman", // [Auto-translated] "Page description" description: "Deskripsi halaman", // [Auto-translated] "Make the page visible if" visibleIf: "Membuat halaman terlihat jika", // [Auto-translated] "Make the page required if" requiredIf: "Buat halaman diperlukan jika", // [Auto-translated] "Time limit to complete the page" timeLimit: "Batas waktu untuk menyelesaikan halaman", // [Auto-translated] "Question order on the page" questionOrder: "Urutan pertanyaan di halaman" }, matrixdropdowncolumn: { // [Auto-translated] "Column name" name: "Nama kolom", // [Auto-translated] "Column title" title: "Judul kolom", // [Auto-translated] "Prevent duplicate responses" isUnique: "Mencegah respons duplikat", // [Auto-translated] "Column width" width: "Lebar kolom", // [Auto-translated] "Minimum column width" minWidth: "Lebar kolom minimum", // [Auto-translated] "Input field height (in lines)" rows: "Tinggi bidang input (dalam baris)", // [Auto-translated] "Make the column visible if" visibleIf: "Membuat kolom terlihat jika", // [Auto-translated] "Make the column required if" requiredIf: "Buat kolom diperlukan jika", // [Auto-translated] "Each option in a separate column" showInMultipleColumns: "Setiap opsi dalam kolom terpisah" }, multipletextitem: { // [Auto-translated] "Name" name: "Nama", // [Auto-translated] "Title" title: "Titel" }, masksettings: { // [Auto-translated] "Save masked value in survey results" saveMaskedValue: "Simpan nilai terselubung dalam hasil survei" }, patternmask: { // [Auto-translated] "Value pattern" pattern: "Pola nilai" }, datetimemask: { // [Auto-translated] "Minimum value" min: "Nilai minimum", // [Auto-translated] "Maximum value" max: "Nilai maksimum" }, numericmask: { // [Auto-translated] "Allow negative values" allowNegativeValues: "Izinkan nilai negatif", // [Auto-translated] "Thousands separator" thousandsSeparator: "Pemisah ribuan", // [Auto-translated] "Decimal separator" decimalSeparator: "Pemisah desimal", // [Auto-translated] "Value precision" precision: "Presisi nilai", // [Auto-translated] "Minimum value" min: "Nilai minimum", // [Auto-translated] "Maximum value" max: "Nilai maksimum" }, currencymask: { // [Auto-translated] "Currency prefix" prefix: "Awalan mata uang", // [Auto-translated] "Currency suffix" suffix: "Akhiran mata uang" }, // [Auto-translated] "Clear others when selected" isExclusive: "Hapus yang lain saat dipilih", // [Auto-translated] "Require user to enter a comment" isCommentRequired: "Mengharuskan pengguna untuk memasukkan komentar", // "Display area height" imageHeight: "Tingg