UNPKG

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.

272 lines (265 loc) 15.9 kB
/*! * 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/japanese", ["survey-core"], factory); else if(typeof exports === 'object') exports["i18n/japanese"] = 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/japanese.ts ***! \**************************************/ __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ japaneseSurveyStrings: () => (/* binding */ japaneseSurveyStrings) /* 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 japaneseSurveyStrings = { pagePrevText: "前へ", pageNextText: "次へ", completeText: "完了", previewText: "プレビュー", editText: "編集", startSurveyText: "スタート", otherItemText: "その他(説明)", noneItemText: "なし", refuseItemText: "回答を拒否する", dontKnowItemText: "わからない", selectAllItemText: "すべて選択", deselectAllItemText: "すべて選択解除", progressText: "ページ{0}/{1}", indexText: "{1}の{0}", panelDynamicProgressText: "{1}の{0}を記録する", panelDynamicTabTextFormat: "Panel {panelIndex}", questionsProgressText: "{0}/{1}問回答済", emptySurvey: "アンケートに表示可能な要素がありません。", completingSurvey: "アンケートにご協力いただき、ありがとうございます。", completingSurveyBefore: "このアンケートはすでに回答済みです。", loadingSurvey: "アンケートを読み込んでいます...", placeholder: "選択", ratingOptionsCaption: "選択。。。", value: "値", requiredError: "回答が必要です", requiredErrorInPanel: "回答が必要です:少なくとも1つの質問に答えてください。", requiredInAllRowsError: "回答が必要です:すべての行の質問に答えてください。", eachRowUniqueError: "各行に一意の値を入力してください。", numericError: "数字でご記入下さい", minError: "値は {0} 以上である必要があります", maxError: "値は {0} 以下である必要があります", textNoDigitsAllow: "数字は使用できません。", textMinLength: "少なくとも {0} 文字を入力してください。", textMaxLength: "{0} 文字以内で入力してください。", textMinMaxLength: "{0} 文字以上 {1} 文字以内で入力してください。", minRowCountError: "少なくとも {0} 行を入力してください。", minSelectError: "少なくとも {0} 個のオプションを選択してください。", maxSelectError: "{0} 個以下の選択肢を選択してください。", numericMinMax: "'{0}' は {1} 以上 {2} 以下である必要があります", numericMin: "'{0}' は {1} 以上である必要があります", numericMax: "'{0}' は {1} 以下である必要があります", invalidEmail: "有効なメールアドレスを入力してください。", invalidExpression: "式: {0} は 'true' を返す必要があります。", urlRequestError: "リクエストはエラー '{0}' を返しました。{1}", urlGetChoicesError: "リクエストが空のデータを返したか、'path' プロパティが正しくありません。", exceedMaxSize: "ファイルのサイズは{0}を超えてはいけません", noUploadFilesHandler: "ファイルはアップロードできません。「onUploadFiles」イベントのハンドラーを追加してください。", otherRequiredError: "回答が必要です:他の値を入力してください。", uploadingFile: "ファイルをアップロード中です。しばらくしてから再度お試し下さい", loadingFile: "読み込み中", chooseFile: "ファイルを選択", noFileChosen: "選択されたファイルはありません", filePlaceholder: "ここにファイルをドラッグ&ドロップするか、下のボタンをクリックしてアップロードするファイルを選択してください。", confirmDelete: "レコードを削除しますか?", keyDuplicationError: "この値は一意でなければなりません。", addColumn: "列の追加", addRow: "追加行", removeRow: "削除", noRowsText: "行がありません。", addPanel: "新規追加", removePanel: "削除", showDetails: "詳細を表示", hideDetails: "詳細を非表示", choices_Item: "項目", choices_Choice: "選択オプション", matrix_column: "列", matrix_row: "行", multipletext_itemname: "テキスト", savingData: "結果を保存中...。", savingDataError: "エラーが発生し、結果を保存できませんでした。", savingDataSuccess: "結果が正常に保存されました", savingExceedSize: "回答は 64 KB を超えています。ファイルのサイズを小さくしてもう一度お試しいただくか、アンケートの作成者にお問い合わせください。", saveAgainButton: "もう一度試してみてください。", timerMin: "僅少", timerSec: "セック", timerSpentAll: "あなたはこのページに{0}を費やし、合計で{1}を費やしました。", timerSpentPage: "あなたはこのページに{0}を費やしました。", timerSpentSurvey: "合計で{0}を使ったことになります。", timerLimitAll: "このページに{1}のうち{0}を費やし、{3}のうち{2}を合計で費やしました。", timerLimitPage: "このページで{1}の{0}を使ったことがあります。", timerLimitSurvey: "合計で{1}の{0}を使ったことがあります。", clearCaption: "空白", signaturePlaceHolder: "ここに署名", signaturePlaceHolderReadOnly: "署名なし", chooseFileCaption: "ファイルを選択", takePhotoCaption: "写真を撮る", photoPlaceholder: "下のボタンをクリックしてカメラで写真を撮影してください。", fileOrPhotoPlaceholder: "ファイルをドラッグ&ドロップまたは選択してアップロードするか、カメラで写真を撮影してください。", replaceFileCaption: "ファイルを置換", removeFileCaption: "このファイルを削除", booleanCheckedLabel: "はい", booleanUncheckedLabel: "いいえ", confirmRemoveFile: "このファイルを削除してもよろしいですか?{0}?", confirmRemoveAllFiles: "すべてのファイルを削除してもよろしいですか?", questionTitlePatternText: "質問のタイトル", modalCancelButtonText: "キャンセル", modalApplyButtonText: "申し込む", filterStringPlaceholder: "検索するタイプ...", emptyMessage: "表示するデータがありません", loadingPage: "積載。。。", loadingData: "積載。。。", noEntriesText: "エントリはまだありません。\n下のボタンをクリックして、新しいエントリを追加します。", noEntriesReadonlyText: "エントリはありません。", tabTitlePlaceholder: "新しいパネル", more: "続きを見る", tagboxDoneButtonCaption: "わかりました", selectToRankEmptyRankedAreaText: "すべての選択肢がランク付けされます", selectToRankEmptyUnrankedAreaText: "ここに選択肢をドラッグアンドドロップしてランク付けします", ok: "わかりました", cancel: "キャンセル" }; (0,survey_core__WEBPACK_IMPORTED_MODULE_0__.setupLocale)({ localeCode: "ja", strings: japaneseSurveyStrings, nativeName: "日本語", englishName: "Japanese" }); // The following strings have been translated by a machine translation service // Remove those strings that you have corrected manually // indexText: "{0} of {1}" => "{1}の{0}" // panelDynamicTabTextFormat: "Panel {panelIndex}" => "Panel {panelIndex}" // ratingOptionsCaption: "Select..." => "選ぶ。。。" // minError: "The value should not be less than {0}" => "値は {0} 値より小さくすることはできません" // maxError: "The value should not be greater than {0}" => "値は {0} を超えてはなりません。" // filePlaceholder: "Drag and drop a file here or click the button below and choose a file to upload." => "ここにファイルをドラッグ&ドロップするか、下のボタンをクリックしてアップロードするファイルを選択してください。" // noRowsText: "There are no rows." => "行はありません。" // multipletext_itemname: "text" => "テキスト" // signaturePlaceHolder: "Sign here" => "ここに署名" // modalCancelButtonText: "Cancel" => "キャンセル" // modalApplyButtonText: "Apply" => "申し込む" // filterStringPlaceholder: "Type to search..." => "検索するタイプ..." // emptyMessage: "No data to display" => "表示するデータがありません" // noEntriesText: "There are no entries yet.\nClick the button below to add a new entry." => "エントリはまだありません。\n下のボタンをクリックして、新しいエントリを追加します。" // noEntriesReadonlyText: "There are no entries." => "エントリはありません。" // more: "More" => "もっとその" // tagboxDoneButtonCaption: "OK" => "わかりました" // selectToRankEmptyRankedAreaText: "All choices are ranked" => "すべての選択肢がランク付けされます" // selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "ここに選択肢をドラッグアンドドロップしてランク付けします" // takePhotoCaption: "Take Photo" => "写真を撮る" // photoPlaceholder: "Click the button below to take a photo using the camera." => "下のボタンをクリックして、カメラを使用して写真を撮ります。" // fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "アップロードするファイルをドラッグアンドドロップまたは選択するか、カメラを使用して写真を撮ります。" // replaceFileCaption: "Replace file" => "ファイルの置換" // eachRowUniqueError: "Each row must have a unique value." => "各行には一意の値が必要です。" // noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ファイルはアップロードできません。「onUploadFiles」イベントのハンドラーを追加してください。" // showDetails: "Show Details" => "詳細を表示" // hideDetails: "Hide Details" => "詳細を隠す" // ok: "OK" => "わかりました" // cancel: "Cancel" => "キャンセル" // refuseItemText: "Refuse to answer" => "回答を拒否する" // dontKnowItemText: "Don't know" => "わかりません" // savingExceedSize: "Your response exceeds 64KB. Please reduce the size of your file(s) and try again or contact a survey owner." => "回答は 64 KB を超えています。ファイルのサイズを小さくしてもう一度お試しいただくか、アンケートの所有者にお問い合わせください。" // signaturePlaceHolderReadOnly: "No signature" => "署名なし" // tabTitlePlaceholder: "New Panel" => "新規パネル" // deselectAllItemText: "Deselect all" => "すべて選択解除" // textNoDigitsAllow: "Numbers are not allowed." => "数字は使用できません。" // choices_Choice: "Choice option" => "選択オプション" // loadingPage: "Loading..." => "積載。。。" // loadingData: "Loading..." => "積載。。。" })(); /******/ return __webpack_exports__; /******/ })() ; }); //# sourceMappingURL=japanese.js.map