survey-core
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
262 lines (255 loc) • 13.3 kB
JavaScript
/*!
* surveyjs - Survey JavaScript library v2.0.5
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("survey-core"));
else if(typeof define === 'function' && define.amd)
define("i18n/malay", ["survey-core"], factory);
else if(typeof exports === 'object')
exports["i18n/malay"] = factory(require("survey-core"));
else
root["SurveyLocales"] = factory(root["Survey"]);
})(this, (__WEBPACK_EXTERNAL_MODULE_survey_core__) => {
return /******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ "survey-core":
/*!*********************************************************************************************************!*\
!*** external {"root":"Survey","commonjs2":"survey-core","commonjs":"survey-core","amd":"survey-core"} ***!
\*********************************************************************************************************/
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE_survey_core__;
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
(() => {
/*!***********************************!*\
!*** ./src/localization/malay.ts ***!
\***********************************/
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ malaySurveyStrings: () => (/* binding */ malaySurveyStrings)
/* harmony export */ });
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-core */ "survey-core");
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_0__);
var malaySurveyStrings = {
pagePrevText: "Sebelumnya",
pageNextText: "Seterusnya",
completeText: "Selesai",
previewText: "Pratonton",
editText: "Edit",
startSurveyText: "Mula",
otherItemText: "Lain (terangkan)",
noneItemText: "Tiada",
refuseItemText: "Enggan menjawab",
dontKnowItemText: "Tak tahu",
selectAllItemText: "Pilih Semua",
deselectAllItemText: "Nyahpilih semua",
progressText: "Halaman {0} daripada {1}",
indexText: "{0} {1}",
panelDynamicProgressText: "Rekod {0} daripada {1}",
panelDynamicTabTextFormat: "Panel {panelIndex}",
questionsProgressText: "{0}/{1} soalan telah dijawab",
emptySurvey: "Tiada halaman atau soalan boleh dilihat dalam tinjauan.",
completingSurvey: "Terima kasih kerana melengkapkan tinjauan!",
completingSurveyBefore: "Rekod kami menunjukkan yang anda telah melengkapkan tinjauan ini.",
loadingSurvey: "Memuatkan Tinjauan...",
placeholder: "Pilih...",
ratingOptionsCaption: "Pilih...",
value: "nilai",
requiredError: "Respons diperlukan.",
requiredErrorInPanel: "Respons diperlukan: jawab sekurang-kurangnya satu soalan.",
requiredInAllRowsError: "Respons diperlukan: jawab soalan dalam semua baris.",
eachRowUniqueError: "Setiap baris mesti mempunyai nilai yang unik.",
numericError: "Nilai mestilah numerik.",
minError: "Nilai tidak boleh kurang daripada {0}",
maxError: "Nilai tidak boleh lebih besar daripada {0}",
textNoDigitsAllow: "Nombor tidak dibenarkan.",
textMinLength: "Sila masukkan sekurang-kurangnya {0} aksara.",
textMaxLength: "Sila masukkan tidak lebih daripada {0} aksara.",
textMinMaxLength: "Sila masukkan sekurang-kurangnya {0} dan tidak lebih daripada {1} aksara.",
minRowCountError: "Sila isikan sekurang-kurangnya {0} baris.",
minSelectError: "Sila pilih sekurang-kurangnya {0} varian.",
maxSelectError: "Sila pilih tidak lebih daripada {0} varian.",
numericMinMax: "'{0}' mestilah sekurang-kurangnya {1} dan paling banyak {2}",
numericMin: "'{0}' mestilah sekurang-kurangnya {1}",
numericMax: "'{0}' mestilah paling banyak {1}",
invalidEmail: "Sila masukkan alamat e-mel yang sah.",
invalidExpression: "Ekspresi: {0} hendaklah mengembalikan nilai 'benar'.",
urlRequestError: "Permintaan mengembalikan ralat '{0}'. {1}",
urlGetChoicesError: "Permintaan mengembalikan data kosong atau ciri 'laluan' salah",
exceedMaxSize: "Saiz fail hendaklah tidak melebihi {0}.",
noUploadFilesHandler: "Fail tidak boleh dimuat naik. Sila tambah pengendali untuk acara 'onUploadFiles'.",
otherRequiredError: "Respons diperlukan: masukkan nilai lain.",
uploadingFile: "Fail anda sedang dimuat naik. Sila tunggu beberapa saat dan cuba lagi.",
loadingFile: "Memuat...",
chooseFile: "Pilih fail...",
noFileChosen: "Tiada fail dipilih",
filePlaceholder: "Letakkan fail di sini atau klik butang di bawah untuk memuatkan fail.",
confirmDelete: "Adakah anda ingin memadamkan rekod?",
keyDuplicationError: "Nilai ini hendaklah unik.",
addColumn: "Tambahkan lajur",
addRow: "Tambahkan baris",
removeRow: "Alih keluar",
noRowsText: "Tiada baris.",
addPanel: "Tambah baharu",
removePanel: "Alih keluar",
showDetails: "Tunjukkan Butiran",
hideDetails: "Sembunyikan Butiran",
choices_Item: "item",
choices_Choice: "Pilihan pilihan",
matrix_column: "Lajur",
matrix_row: "Baris",
multipletext_itemname: "teks",
savingData: "Keputusan sedang disimpan pada pelayan...",
savingDataError: "Ralat berlaku dan kami tidak dapat menyimpan keputusan.",
savingDataSuccess: "Keputusan berjaya disimpan!",
savingExceedSize: "Jawapan anda melebihi 64KB. Sila kurangkan saiz fail anda dan cuba lagi atau hubungi pemilik tinjauan.",
saveAgainButton: "Cuba lagi",
timerMin: "min",
timerSec: "saat",
timerSpentAll: "Anda telah meluangkan {0} pada halaman ini dan {1} secara keseluruhan.",
timerSpentPage: "Anda telah meluangkan {0} pada halaman ini.",
timerSpentSurvey: "Anda telah meluangkan {0} secara keseluruhan.",
timerLimitAll: "Anda telah meluangkan {0} daripada {1} pada halaman ini dan {2} daripada {3} secara keseluruhan.",
timerLimitPage: "Anda telah meluangkan {0} daripada {1} pada halaman ini.",
timerLimitSurvey: "Anda telah meluangkan {0} daripada {1} secara keseluruhan.",
clearCaption: "Kosongkan",
signaturePlaceHolder: "Tandatangan di sini",
signaturePlaceHolderReadOnly: "Tiada tandatangan",
chooseFileCaption: "Pilih fail",
takePhotoCaption: "Ambil gambar",
photoPlaceholder: "Klik butang di bawah untuk mengambil gambar menggunakan kamera.",
fileOrPhotoPlaceholder: "Seret dan lepas atau pilih fail untuk memuat naik atau mengambil foto menggunakan kamera.",
replaceFileCaption: "Gantikan fail",
removeFileCaption: "Alih keluar fail ini",
booleanCheckedLabel: "Ya",
booleanUncheckedLabel: "Tidak",
confirmRemoveFile: "Anda pasti ingin mengalih keluar fail ini: {0}?",
confirmRemoveAllFiles: "Anda pasti ingin mengalih keluar semua fail?",
questionTitlePatternText: "Tajuk Soalan",
modalCancelButtonText: "Batal",
modalApplyButtonText: "Guna",
filterStringPlaceholder: "Taip untuk membuat carian...",
emptyMessage: "Tiada data untuk dipaparkan",
loadingPage: "Memuatkan...",
loadingData: "Memuatkan...",
noEntriesText: "Belum ada entri.\nKlik butang di bawah untuk menambahkan entri.",
noEntriesReadonlyText: "Tiada penyertaan.",
tabTitlePlaceholder: "Panel Baru",
more: "Lebih banyak",
tagboxDoneButtonCaption: "OK",
selectToRankEmptyRankedAreaText: "Semua pilihan disenaraikan",
selectToRankEmptyUnrankedAreaText: "Seret dan lepaskan pilihan di sini untuk meletakkannya",
ok: "OK",
cancel: "Batal"
};
(0,survey_core__WEBPACK_IMPORTED_MODULE_0__.setupLocale)({ localeCode: "ms", strings: malaySurveyStrings, nativeName: "melayu", englishName: "Malay" });
// The following strings have been translated by a machine translation service
// Remove those strings that you have corrected manually
// indexText: "{0} of {1}" => "{0} {1}"
// panelDynamicTabTextFormat: "Panel {panelIndex}" => "Panel {panelIndex}"
// ratingOptionsCaption: "Select..." => "Pilih..."
// emptyMessage: "No data to display" => "Tiada data untuk dipaparkan"
// noEntriesReadonlyText: "There are no entries." => "Tiada penyertaan."
// more: "More" => "Lebih banyak"
// tagboxDoneButtonCaption: "OK" => "OK"
// selectToRankEmptyRankedAreaText: "All choices are ranked" => "Semua pilihan disenaraikan"
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Seret dan lepaskan pilihan di sini untuk meletakkannya"
// takePhotoCaption: "Take Photo" => "Ambil gambar"
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik butang di bawah untuk mengambil gambar menggunakan kamera."
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Seret dan lepas atau pilih fail untuk memuat naik atau mengambil foto menggunakan kamera."
// replaceFileCaption: "Replace file" => "Gantikan fail"
// eachRowUniqueError: "Each row must have a unique value." => "Setiap baris mesti mempunyai nilai yang unik."
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Fail tidak boleh dimuat naik. Sila tambah pengendali untuk acara 'onUploadFiles'."
// showDetails: "Show Details" => "Tunjukkan Butiran"
// hideDetails: "Hide Details" => "Sembunyikan Butiran"
// ok: "OK" => "OK"
// cancel: "Cancel" => "Batal"
// refuseItemText: "Refuse to answer" => "Enggan menjawab"
// dontKnowItemText: "Don't know" => "Tak tahu"
// savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "Jawapan anda melebihi 64KB. Sila kurangkan saiz fail anda dan cuba lagi atau hubungi pemilik tinjauan."
// signaturePlaceHolderReadOnly: "No signature" => "Tiada tandatangan"
// tabTitlePlaceholder: "New Panel" => "Panel Baru"
// deselectAllItemText: "Deselect all" => "Nyahpilih semua"
// textNoDigitsAllow: "Numbers are not allowed." => "Nombor tidak dibenarkan."
// choices_Choice: "Choice option" => "Pilihan pilihan"
// loadingPage: "Loading..." => "Memuatkan..."
// loadingData: "Loading..." => "Memuatkan..."
})();
/******/ return __webpack_exports__;
/******/ })()
;
});
//# sourceMappingURL=malay.js.map