survey-creator-core 1.9.111 → 1.9.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +1717 -0
  4. package/i18n/arabic.js.map +1 -0
  5. package/i18n/arabic.min.js +7 -0
  6. package/i18n/bulgarian.js +1354 -0
  7. package/i18n/bulgarian.js.map +1 -0
  8. package/i18n/bulgarian.min.js +7 -0
  9. package/i18n/croatian.js +1801 -0
  10. package/i18n/croatian.js.map +1 -0
  11. package/i18n/croatian.min.js +7 -0
  12. package/i18n/czech.js +1356 -0
  13. package/i18n/czech.js.map +1 -0
  14. package/i18n/czech.min.js +7 -0
  15. package/i18n/danish.js +1992 -0
  16. package/i18n/danish.js.map +1 -0
  17. package/i18n/danish.min.js +7 -0
  18. package/i18n/dutch.js +1787 -0
  19. package/i18n/dutch.js.map +1 -0
  20. package/i18n/dutch.min.js +7 -0
  21. package/i18n/english.js +1247 -0
  22. package/i18n/english.js.map +1 -0
  23. package/i18n/english.min.js +7 -0
  24. package/i18n/finnish.js +1807 -0
  25. package/i18n/finnish.js.map +1 -0
  26. package/i18n/finnish.min.js +7 -0
  27. package/i18n/french.js +1864 -0
  28. package/i18n/french.js.map +1 -0
  29. package/i18n/french.min.js +7 -0
  30. package/i18n/german.js +1527 -0
  31. package/i18n/german.js.map +1 -0
  32. package/i18n/german.min.js +7 -0
  33. package/i18n/hungarian.js +1961 -0
  34. package/i18n/hungarian.js.map +1 -0
  35. package/i18n/hungarian.min.js +7 -0
  36. package/i18n/index.js +45735 -0
  37. package/i18n/index.js.map +1 -0
  38. package/i18n/index.min.js +7 -0
  39. package/i18n/indonesian.js +1961 -0
  40. package/i18n/indonesian.js.map +1 -0
  41. package/i18n/indonesian.min.js +7 -0
  42. package/i18n/italian.js +1549 -0
  43. package/i18n/italian.js.map +1 -0
  44. package/i18n/italian.min.js +7 -0
  45. package/i18n/japanese.js +1806 -0
  46. package/i18n/japanese.js.map +1 -0
  47. package/i18n/japanese.min.js +7 -0
  48. package/i18n/korean.js +2011 -0
  49. package/i18n/korean.js.map +1 -0
  50. package/i18n/korean.min.js +7 -0
  51. package/i18n/malay.js +1760 -0
  52. package/i18n/malay.js.map +1 -0
  53. package/i18n/malay.min.js +7 -0
  54. package/i18n/mongolian.js +1448 -0
  55. package/i18n/mongolian.js.map +1 -0
  56. package/i18n/mongolian.min.js +7 -0
  57. package/i18n/norwegian.js +1811 -0
  58. package/i18n/norwegian.js.map +1 -0
  59. package/i18n/norwegian.min.js +7 -0
  60. package/i18n/persian.js +1746 -0
  61. package/i18n/persian.js.map +1 -0
  62. package/i18n/persian.min.js +7 -0
  63. package/i18n/polish.js +2079 -0
  64. package/i18n/polish.js.map +1 -0
  65. package/i18n/polish.min.js +7 -0
  66. package/i18n/portuguese.js +1457 -0
  67. package/i18n/portuguese.js.map +1 -0
  68. package/i18n/portuguese.min.js +7 -0
  69. package/i18n/russian.js +1868 -0
  70. package/i18n/russian.js.map +1 -0
  71. package/i18n/russian.min.js +7 -0
  72. package/i18n/simplified-chinese.js +1948 -0
  73. package/i18n/simplified-chinese.js.map +1 -0
  74. package/i18n/simplified-chinese.min.js +7 -0
  75. package/i18n/slovak.js +1760 -0
  76. package/i18n/slovak.js.map +1 -0
  77. package/i18n/slovak.min.js +7 -0
  78. package/i18n/spanish.js +1573 -0
  79. package/i18n/spanish.js.map +1 -0
  80. package/i18n/spanish.min.js +7 -0
  81. package/i18n/swedish.js +1985 -0
  82. package/i18n/swedish.js.map +1 -0
  83. package/i18n/swedish.min.js +7 -0
  84. package/i18n/tajik.js +1037 -0
  85. package/i18n/tajik.js.map +1 -0
  86. package/i18n/tajik.min.js +7 -0
  87. package/i18n/traditional-chinese.js +2084 -0
  88. package/i18n/traditional-chinese.js.map +1 -0
  89. package/i18n/traditional-chinese.min.js +7 -0
  90. package/i18n/turkish.js +1802 -0
  91. package/i18n/turkish.js.map +1 -0
  92. package/i18n/turkish.min.js +7 -0
  93. package/package.json +2 -2
  94. package/survey-creator-core.css +14 -10
  95. package/survey-creator-core.fontless.css +13 -9
  96. package/survey-creator-core.fontless.css.map +1 -1
  97. package/survey-creator-core.fontless.min.css +4 -4
  98. package/survey-creator-core.i18n.js +2171 -99
  99. package/survey-creator-core.i18n.js.map +1 -1
  100. package/survey-creator-core.i18n.min.js +2 -2
  101. package/survey-creator-core.js +1456 -990
  102. package/survey-creator-core.js.map +1 -1
  103. package/survey-creator-core.min.css +5 -5
  104. package/survey-creator-core.min.js +45 -45
  105. package/typings/components/tabs/designer-plugin.d.ts +1 -0
  106. package/typings/components/tabs/json-editor-plugin.d.ts +12 -2
  107. package/typings/components/tabs/logic-actions-model.d.ts +9 -1
  108. package/typings/components/tabs/test-plugin.d.ts +2 -0
  109. package/typings/components/tabs/test.d.ts +2 -0
  110. package/typings/components/tabs/theme-builder.d.ts +29 -2
  111. package/typings/components/tabs/theme-custom-questions/element-settings.d.ts +4 -4
  112. package/typings/components/tabs/theme-custom-questions/font-settings.d.ts +4 -4
  113. package/typings/components/tabs/theme-plugin.d.ts +13 -3
  114. package/typings/components/tabs/themes.d.ts +1 -0
  115. package/typings/creator-base.d.ts +299 -244
  116. package/typings/creator-options.d.ts +0 -6
  117. package/typings/creator-settings.d.ts +5 -0
  118. package/typings/custom-questions/question-file.d.ts +8 -0
  119. package/typings/editorLocalization.d.ts +24 -9
  120. package/typings/localization/english.d.ts +23 -9
  121. package/typings/plugins/undo-redo/undo-redo-controller.d.ts +0 -10
  122. package/typings/plugins/undo-redo/undo-redo-manager.d.ts +3 -0
  123. package/typings/property-grid/index.d.ts +1 -5
  124. package/typings/property-grid/matrices.d.ts +4 -3
  125. package/typings/property-grid-theme/property-grid.d.ts +1 -0
  126. package/typings/questionconverter.d.ts +4 -3
  127. package/typings/survey-helper.d.ts +6 -6
  128. package/typings/utils/utils.d.ts +1 -0
@@ -0,0 +1,2084 @@
1
+ /*!
2
+ * SurveyJS Creator v1.9.113
3
+ * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
+ * Github: https://github.com/surveyjs/survey-creator
5
+ * License: https://surveyjs.io/Licenses#SurveyCreator
6
+ */
7
+ (function webpackUniversalModuleDefinition(root, factory) {
8
+ if(typeof exports === 'object' && typeof module === 'object')
9
+ module.exports = factory(require("survey-creator-core"));
10
+ else if(typeof define === 'function' && define.amd)
11
+ define("SurveyCreatorLocales", ["survey-creator-core"], factory);
12
+ else if(typeof exports === 'object')
13
+ exports["SurveyCreatorLocales"] = factory(require("survey-creator-core"));
14
+ else
15
+ root["SurveyCreatorLocales"] = factory(root["SurveyCreatorCore"]);
16
+ })(this, function(__WEBPACK_EXTERNAL_MODULE_survey_creator_core__) {
17
+ return /******/ (function(modules) { // webpackBootstrap
18
+ /******/ // The module cache
19
+ /******/ var installedModules = {};
20
+ /******/
21
+ /******/ // The require function
22
+ /******/ function __webpack_require__(moduleId) {
23
+ /******/
24
+ /******/ // Check if module is in cache
25
+ /******/ if(installedModules[moduleId]) {
26
+ /******/ return installedModules[moduleId].exports;
27
+ /******/ }
28
+ /******/ // Create a new module (and put it into the cache)
29
+ /******/ var module = installedModules[moduleId] = {
30
+ /******/ i: moduleId,
31
+ /******/ l: false,
32
+ /******/ exports: {}
33
+ /******/ };
34
+ /******/
35
+ /******/ // Execute the module function
36
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
37
+ /******/
38
+ /******/ // Flag the module as loaded
39
+ /******/ module.l = true;
40
+ /******/
41
+ /******/ // Return the exports of the module
42
+ /******/ return module.exports;
43
+ /******/ }
44
+ /******/
45
+ /******/
46
+ /******/ // expose the modules object (__webpack_modules__)
47
+ /******/ __webpack_require__.m = modules;
48
+ /******/
49
+ /******/ // expose the module cache
50
+ /******/ __webpack_require__.c = installedModules;
51
+ /******/
52
+ /******/ // define getter function for harmony exports
53
+ /******/ __webpack_require__.d = function(exports, name, getter) {
54
+ /******/ if(!__webpack_require__.o(exports, name)) {
55
+ /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
56
+ /******/ }
57
+ /******/ };
58
+ /******/
59
+ /******/ // define __esModule on exports
60
+ /******/ __webpack_require__.r = function(exports) {
61
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
62
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
63
+ /******/ }
64
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
65
+ /******/ };
66
+ /******/
67
+ /******/ // create a fake namespace object
68
+ /******/ // mode & 1: value is a module id, require it
69
+ /******/ // mode & 2: merge all properties of value into the ns
70
+ /******/ // mode & 4: return value when already ns object
71
+ /******/ // mode & 8|1: behave like require
72
+ /******/ __webpack_require__.t = function(value, mode) {
73
+ /******/ if(mode & 1) value = __webpack_require__(value);
74
+ /******/ if(mode & 8) return value;
75
+ /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
76
+ /******/ var ns = Object.create(null);
77
+ /******/ __webpack_require__.r(ns);
78
+ /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
79
+ /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
80
+ /******/ return ns;
81
+ /******/ };
82
+ /******/
83
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
84
+ /******/ __webpack_require__.n = function(module) {
85
+ /******/ var getter = module && module.__esModule ?
86
+ /******/ function getDefault() { return module['default']; } :
87
+ /******/ function getModuleExports() { return module; };
88
+ /******/ __webpack_require__.d(getter, 'a', getter);
89
+ /******/ return getter;
90
+ /******/ };
91
+ /******/
92
+ /******/ // Object.prototype.hasOwnProperty.call
93
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
94
+ /******/
95
+ /******/ // __webpack_public_path__
96
+ /******/ __webpack_require__.p = "";
97
+ /******/
98
+ /******/
99
+ /******/ // Load entry module and return exports
100
+ /******/ return __webpack_require__(__webpack_require__.s = "./src/localization/traditional-chinese.ts");
101
+ /******/ })
102
+ /************************************************************************/
103
+ /******/ ({
104
+
105
+ /***/ "./src/localization/traditional-chinese.ts":
106
+ /*!*************************************************!*\
107
+ !*** ./src/localization/traditional-chinese.ts ***!
108
+ \*************************************************/
109
+ /*! no exports provided */
110
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
111
+
112
+ "use strict";
113
+ __webpack_require__.r(__webpack_exports__);
114
+ /* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! survey-creator-core */ "survey-creator-core");
115
+ /* harmony import */ var survey_creator_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(survey_creator_core__WEBPACK_IMPORTED_MODULE_0__);
116
+
117
+ var traditionalChineseTranslation = {
118
+ // survey templates
119
+ survey: {
120
+ edit: "編輯",
121
+ externalHelpLink: "觀看並瞭解如何創建調查",
122
+ externalHelpLinkUrl: "https://www.youtube.com/channel/UCH2ru9okIcooNZfpIbyq4qQ?view_as=subscriber",
123
+ dropQuestion: "請將問題放置於此",
124
+ addLogicItem: "創建規則以自定義調查流。",
125
+ copy: "複製",
126
+ duplicate: "重複",
127
+ addToToolbox: "添加到工具箱",
128
+ deletePanel: "刪除面板",
129
+ deleteQuestion: "刪除題目",
130
+ convertTo: "轉變為",
131
+ drag: "拖動元素",
132
+ },
133
+ // Question types
134
+ qt: {
135
+ default: "違約",
136
+ checkbox: "多項選擇",
137
+ comment: "多行文本框",
138
+ imagepicker: "圖像選取器",
139
+ ranking: "排名",
140
+ image: "圖像",
141
+ dropdown: "下拉框",
142
+ tagbox: "多選下拉清單",
143
+ file: "文件上傳",
144
+ html: "Html 代碼",
145
+ matrix: "矩陣 (單選題)",
146
+ matrixdropdown: "矩陣 (下拉框)",
147
+ matrixdynamic: "矩陣 (動態問題)",
148
+ multipletext: "文本框組",
149
+ panel: "面板",
150
+ paneldynamic: "面板(動態)",
151
+ radiogroup: "單項選擇",
152
+ rating: "評分",
153
+ text: "文本框",
154
+ boolean: "布林選項",
155
+ expression: "表達式",
156
+ signaturepad: "簽名",
157
+ buttongroup: "按鈕組"
158
+ },
159
+ // Strings in SurveyJS Creator
160
+ ed: {
161
+ defaultLocale: "預設值 ({0})",
162
+ survey: "調查問卷",
163
+ settings: "設置",
164
+ settingsTooltip: "打開設置",
165
+ surveySettings: "調查設置",
166
+ surveySettingsTooltip: "打開調查設置",
167
+ themeSettings: "主題設置",
168
+ themeSettingsTooltip: "打開主題設置",
169
+ showPanel: "顯示面板",
170
+ hidePanel: "“隱藏”面板",
171
+ prevSelected: "選擇上一個",
172
+ nextSelected: "選擇下一步",
173
+ surveyTypeName: "調查",
174
+ pageTypeName: "頁",
175
+ panelTypeName: "面板",
176
+ questionTypeName: "問題",
177
+ columnTypeName: "列",
178
+ addNewPage: "添加新頁面",
179
+ moveRight: "向右滾動",
180
+ moveLeft: "向左滾動",
181
+ deletePage: "刪除頁面",
182
+ editPage: "編輯頁面",
183
+ edit: "編輯",
184
+ newPageName: "頁面",
185
+ newQuestionName: "問題",
186
+ newPanelName: "面板",
187
+ newTextItemName: "發簡訊",
188
+ testSurvey: "測試問卷",
189
+ themeSurvey: "主題",
190
+ defaultV2Theme: "違約",
191
+ modernTheme: "摩登",
192
+ defaultTheme: "預設(舊版)",
193
+ testSurveyAgain: "再次測試問卷",
194
+ testSurveyWidth: "問卷寬度: ",
195
+ navigateToMsg: "你必須導航到",
196
+ logic: "邏輯",
197
+ embedSurvey: "將問卷嵌入網頁",
198
+ translation: "譯本",
199
+ saveSurvey: "保存問卷",
200
+ saveSurveyTooltip: "保存調查",
201
+ designer: "問卷設計器",
202
+ jsonEditor: "JSON 編輯器",
203
+ jsonHideErrors: "隱藏錯誤",
204
+ jsonShowErrors: "顯示錯誤",
205
+ undo: "還原",
206
+ redo: "重做",
207
+ undoTooltip: "恢復上次更改",
208
+ redoTooltip: "重做更改",
209
+ showMoreChoices: "顯示更多",
210
+ showLessChoices: "顯示更少",
211
+ copy: "複製",
212
+ cut: "切",
213
+ paste: "糊",
214
+ copyTooltip: "將選取內容複製到剪貼簿",
215
+ cutTooltip: "將所選取內容剪下剪貼簿",
216
+ pasteTooltip: "從剪貼簿粘貼",
217
+ options: "選項",
218
+ generateValidJSON: "生成 JSON",
219
+ generateReadableJSON: "生成易讀的 JSON",
220
+ toolbox: "工具箱",
221
+ "property-grid": "性能",
222
+ propertyGridFilteredTextPlaceholder: "鍵入以搜尋...",
223
+ toolboxGeneralCategory: "常規",
224
+ toolboxChoiceCategory: "選擇題",
225
+ toolboxTextCategory: "文本輸入問題",
226
+ toolboxContainersCategory: "器皿",
227
+ toolboxMatrixCategory: "矩陣問題",
228
+ toolboxMiscCategory: "雜項",
229
+ correctJSON: "修正 JSON",
230
+ surveyResults: "問卷結果: ",
231
+ surveyResultsTable: "如表",
232
+ surveyResultsJson: "作為 JSON",
233
+ resultsTitle: "問題標題",
234
+ resultsName: "問題名稱",
235
+ resultsValue: "答案值",
236
+ resultsDisplayValue: "顯示值",
237
+ modified: "已修改",
238
+ saving: "保存中...",
239
+ saved: "已保存",
240
+ propertyEditorError: "錯誤",
241
+ saveError: "錯誤!不保存編輯器內容。",
242
+ translationPropertyGridTitle: "語言設置",
243
+ themePropertyGridTitle: "主題設置",
244
+ translationLanguages: "語言",
245
+ translationDeleteLanguage: "您確定要刪除此語言的所有字串嗎?",
246
+ translationAddLanguage: "選擇要翻譯的語言",
247
+ translationShowAllStrings: "所有字串",
248
+ translationShowUsedStringsOnly: "僅使用的字串",
249
+ translationShowAllPages: "所有頁面",
250
+ translationNoStrings: "沒有要翻譯的字串。請更換過濾器。",
251
+ translationExportToSCVButton: "匯出為CSV",
252
+ translationImportFromSCVButton: "從 CSV 導入",
253
+ translateUsigAI: "自動翻譯全部",
254
+ translationDialogTitle: "未翻譯的字串",
255
+ translationMergeLocaleWithDefault: "將{0}與預設區域設置合併",
256
+ translationPlaceHolder: "譯本。。。",
257
+ themeExportButton: "出口",
258
+ themeImportButton: "進口",
259
+ themeResetButton: "將主題設置重置為預設值",
260
+ bold: "大膽",
261
+ italic: "斜體的",
262
+ underline: "下劃線",
263
+ addNewQuestion: "添加問題",
264
+ selectPage: "選擇頁面...",
265
+ carryForwardChoicesCopied: "選擇是從",
266
+ htmlPlaceHolder: "HTML內容將在這裡。",
267
+ panelPlaceHolder: "在此處從工具箱中刪除問題。",
268
+ surveyPlaceHolder: "調查為空。從工具箱中拖動元素或按下下面的按鈕。",
269
+ imagePlaceHolder: "將圖像拖放到此處或按下下面的按鈕並選擇要上傳的圖像",
270
+ imageChooseImage: "選擇圖像",
271
+ addNewTypeQuestion: "新增{0}",
272
+ chooseLogoPlaceholder: "[徽標]",
273
+ auto: "自動",
274
+ choices_Item: "專案",
275
+ lg: {
276
+ addNewItem: "添加新規則",
277
+ empty_tab: "創建規則以自定義調查流。",
278
+ page_visibilityName: "顯示(隱藏)頁面",
279
+ page_enableName: "啟用(禁用)頁面",
280
+ panel_visibilityName: "“顯示(隱藏)”面板",
281
+ panel_enableName: "啟用(禁用)面板",
282
+ question_visibilityName: "顯示(隱藏)問題",
283
+ question_enableName: "啟用(禁用)問題",
284
+ question_requireName: "提出必填題",
285
+ question_resetValueName: "重置問題值",
286
+ question_setValueName: "設置問題值",
287
+ column_visibilityName: "顯示(隱藏)列",
288
+ column_enableName: "啟用(禁用)列",
289
+ column_requireName: "使列成為必填項",
290
+ column_resetValueName: "重置列值",
291
+ column_setValueName: "設置列值",
292
+ trigger_completeName: "完成調查",
293
+ trigger_setvalueName: "設置答案",
294
+ trigger_copyvalueName: "複製答案",
295
+ trigger_skipName: "跳至問題",
296
+ trigger_runExpressionName: "運行表達式",
297
+ completedHtmlOnConditionName: "設置「調查完成」頁面標記",
298
+ page_visibilityDescription: "使頁面在邏輯表示式返回 true 時可見。否則保持不可見。",
299
+ panel_visibilityDescription: "使面板在邏輯表達式返回 true 時可見。否則保持不可見。",
300
+ panel_enableDescription: "使面板及其中的所有元素在邏輯表達式返回 true 時啟用。否則,請禁用它們。",
301
+ question_visibilityDescription: "使問題在邏輯表達式返回 true 時可見。否則保持不可見。",
302
+ question_enableDescription: "使問題在邏輯表達式返回 true 時啟用。否則將其禁用。",
303
+ question_requireDescription: "當邏輯表達式返回 true 時,問題變為必需。",
304
+ trigger_completeDescription: "當邏輯表達式返回 true 時,調查將完成,最終使用者將看到“謝謝頁面”。",
305
+ trigger_setvalueDescription: "當邏輯表達式中使用的問題值發生更改並且邏輯表達式返回 true 時,該值將設置為所選問題。",
306
+ trigger_copyvalueDescription: "當邏輯表達式中使用的問題值發生更改並且邏輯表達式返回 true 時,一個選定問題的值將複製到另一個選定問題。",
307
+ trigger_skipDescription: "當邏輯表達式返回 true 時,調查將跳到/聚焦所選問題。",
308
+ trigger_runExpressionDescription: "當邏輯表達式返回 true 時,將執行自定義表示式。您可以選擇將此表示式結果設置為選取問題",
309
+ completedHtmlOnConditionDescription: "如果邏輯表達式返回 true,則「感謝頁面」的預設文本將更改為給定的文本。",
310
+ itemExpressionText: "當表達式:「{0}」返回 true",
311
+ itemEmptyExpressionText: "新規則",
312
+ page_visibilityText: "使頁面{0}可見",
313
+ panel_visibilityText: "使面板{0}可見",
314
+ panel_enableText: "使面板{0}啟用",
315
+ question_visibilityText: "使問題{0}可見",
316
+ question_enableText: "使問題{0}啟用",
317
+ question_requireText: "將問題{0}為必填項",
318
+ question_resetValueText: "重置問題的值:{0}",
319
+ question_setValueText: "分配值:{1}問題:{0}",
320
+ column_visibilityText: "使問題{1}的列{0}可見",
321
+ column_enableText: "使問題{1}列{0}啟用",
322
+ column_requireText: "{0}將問題{1}列為必填項",
323
+ column_resetValueText: "重置列的儲存格值:{0}",
324
+ column_setValueText: "將儲存格值:{1}分配給列:{0}",
325
+ setValueExpressionPlaceholder: "其結果將分配給目標問題的表達式。",
326
+ trigger_completeText: "調查完成",
327
+ trigger_setvalueText: "受到質疑:{0}價值{1}",
328
+ trigger_setvalueEmptyText: "明確問題值:{0}",
329
+ trigger_copyvalueText: "複製到問題:{0}問題 {1} 的值",
330
+ trigger_skipText: "調查 跳至問題{0}",
331
+ trigger_runExpressionText1: "運行表達式:“{0}”",
332
+ trigger_runExpressionText2: "並質疑其結果:{0}",
333
+ completedHtmlOnConditionText: "顯示「感謝頁面」的自定義文字。",
334
+ showAllQuestions: "所有問題",
335
+ showAllActionTypes: "所有操作類型",
336
+ conditions: "條件",
337
+ actions: "操作 (s)",
338
+ expressionEditorTitle: "定義條件",
339
+ actionsEditorTitle: "定義操作",
340
+ deleteAction: "刪除操作",
341
+ addNewAction: "添加操作",
342
+ selectedActionCaption: "選擇操作...",
343
+ expressionInvalid: "邏輯表達式為空或無效。請更正。",
344
+ noActionError: "請至少添加一個操作。",
345
+ actionInvalid: "請解決操作中的問題。",
346
+ uncompletedRule_title: "邏輯規則不完整",
347
+ uncompletedRule_text: "您尚未完成某些邏輯規則。如果現在離開該選項卡,更改將丟失。是否仍要離開選項卡而不完成更改?",
348
+ uncompletedRule_apply: "是的",
349
+ uncompletedRule_cancel: "不,我想完成規則",
350
+ // expressionSetup: "",
351
+ // actionsSetup: ""
352
+ }
353
+ },
354
+ // Property Editors
355
+ pe: {
356
+ apply: "應用",
357
+ ok: "確定",
358
+ save: "救",
359
+ clear: "清楚",
360
+ saveTooltip: "救",
361
+ cancel: "取消",
362
+ set: "設置",
363
+ reset: "重置",
364
+ change: "改變",
365
+ refresh: "刷新",
366
+ close: "關閉",
367
+ delete: "刪除",
368
+ add: "加",
369
+ addNew: "新建",
370
+ addItem: "點選以新增專案...",
371
+ removeItem: "按下以刪除該專案...",
372
+ dragItem: "拖動專案",
373
+ addOther: "其他",
374
+ addSelectAll: "全選",
375
+ addNone: "沒有",
376
+ removeAll: "全部刪除",
377
+ edit: "編輯器",
378
+ back: "退貨而不保存",
379
+ backTooltip: "退貨而不保存",
380
+ saveAndBack: "保存並返回",
381
+ saveAndBackTooltip: "保存並返回",
382
+ doneEditing: "做",
383
+ editChoices: "編輯選項",
384
+ showChoices: "顯示選項",
385
+ move: "移動",
386
+ empty: "<空>",
387
+ emptyValue: "值為空",
388
+ fastEntry: "快速輸入",
389
+ fastEntryNonUniqueError: "值“{0}”不是唯一的",
390
+ fastEntryChoicesCountError: "請將項目數量限制在{0}到{1}",
391
+ fastEntryChoicesMinCountError: "請輸入至少{0}專案",
392
+ fastEntryPlaceholder: "您可以按以下格式設定資料:\n值 1|文本\n值2",
393
+ formEntry: "表單輸入",
394
+ testService: "測試服務",
395
+ itemSelectorEmpty: "請選擇元素",
396
+ conditionActionEmpty: "請選擇操作",
397
+ conditionSelectQuestion: "選擇問題...",
398
+ conditionSelectPage: "選擇頁面...",
399
+ conditionSelectPanel: "選擇面板...",
400
+ conditionValueQuestionTitle: "請輸入/選擇值",
401
+ expressionHelp: "請輸入一項條件判斷。當條件判斷為真時問題/頁面將可見。例如: {question1} = 'value1' or ({question2} = 3 and {question3} < 5)",
402
+ aceEditorHelp: "按 ctrl+空格鍵獲取表達式完成提示",
403
+ aceEditorRowTitle: "當前行",
404
+ aceEditorPanelTitle: "當前面板",
405
+ showMore: "更多細節...",
406
+ assistantTitle: "可用問題",
407
+ cellsEmptyRowsColumns: "至少應該有一列或一行",
408
+ showPreviewBeforeComplete: "在提交調查之前預覽答案",
409
+ overridingPropertyPrefix: "設置者",
410
+ resetToDefaultCaption: "重置",
411
+ propertyIsEmpty: "請為該屬性設定一個值",
412
+ propertyIsNoUnique: "請輸入唯一值",
413
+ propertyNameIsNotUnique: "請輸入唯一名稱",
414
+ propertyNameIsIncorrect: "不要使用保留字:「專案」、「選項」、「面板」、“行”。",
415
+ listIsEmpty: "尚未添加任何專案",
416
+ "listIsEmpty@choices": "尚未添加任何選項",
417
+ "addNew@choices": "添加選項",
418
+ expressionIsEmpty: "表達式為空",
419
+ value: "值",
420
+ text: "顯示文本",
421
+ rowid: "行標識",
422
+ imageLink: "圖片或視頻網址",
423
+ columnEdit: "編輯列: {0}",
424
+ itemEdit: "編輯選項: {0}",
425
+ url: "URL",
426
+ path: "Path",
427
+ valueName: "Value name",
428
+ choicesbyurl: {
429
+ valueName: "從以下 JSON 欄位中獲取值"
430
+ },
431
+ titleName: "Title name",
432
+ imageLinkName: "從以下 JSON 欄位獲取影像網址",
433
+ allowEmptyResponse: "允許空回應",
434
+ titlePlaceholder: "標題",
435
+ surveyTitlePlaceholder: "調查標題",
436
+ pageTitlePlaceholder: "頁數 {num}",
437
+ descriptionPlaceholder: "描述",
438
+ surveyDescriptionPlaceholder: "描述",
439
+ pageDescriptionPlaceholder: "描述",
440
+ showOtherItem: "可添加其他答案?",
441
+ otherText: "其他答案文本",
442
+ showNoneItem: "允許“無”選項",
443
+ noneText: "無選項文字",
444
+ showSelectAllItem: "允許「全選」選項",
445
+ selectAllText: "全選選項文本",
446
+ choicesMin: "自動生成項的最小值",
447
+ choicesMax: "自動生成項的最大值",
448
+ choicesStep: "自動生成項的步驟",
449
+ name: "題目名",
450
+ title: "題目文本",
451
+ cellType: "單元格類型",
452
+ colCount: "列數",
453
+ choicesOrder: "設置選項順序",
454
+ visible: "是否可見?",
455
+ isRequired: "是否為必填項?",
456
+ markRequired: "標記為必填",
457
+ removeRequiredMark: "刪除所需的標記",
458
+ isAllRowRequired: "要求所有行都回答",
459
+ requiredErrorText: "“必需”錯誤消息",
460
+ startWithNewLine: "問題是否新起一行?",
461
+ rows: "文本框行數",
462
+ cols: "列",
463
+ placeholder: "占位文本",
464
+ showPreview: "是否顯示圖像預覽?",
465
+ storeDataAsText: "以 JSON 文本方式存儲文件",
466
+ maxSize: "文件最大尺寸 (Bytes)",
467
+ imageHeight: "圖片高度",
468
+ imageWidth: "圖片寬度",
469
+ rowCount: "默認行數",
470
+ columnLayout: "列佈局",
471
+ addRowLocation: "“添加行”按鈕位置",
472
+ addRowText: "添加條目按鈕文本",
473
+ removeRowText: "刪除條目按鈕文本",
474
+ rateMin: "最低速率值",
475
+ rateMax: "最大速率值",
476
+ rateStep: "速率步長",
477
+ minRateDescription: "最小值提示",
478
+ maxRateDescription: "最大值提示",
479
+ inputType: "文本框類型",
480
+ optionsCaption: "下拉框提示語",
481
+ defaultValue: "默認答案",
482
+ cellsDefaultRow: "預設文字",
483
+ surveyEditorTitle: "編輯調查設置",
484
+ qEditorTitle: "編輯問題: {0}",
485
+ maxLength: "最大長度(字元)",
486
+ buildExpression: "建",
487
+ editExpression: "編輯",
488
+ and: "和",
489
+ or: "或",
490
+ remove: "刪除",
491
+ addCondition: "添加條件",
492
+ emptyLogicPopupMessage: "選擇一個問題以開始配置條件。",
493
+ if: "如果",
494
+ then: "然後",
495
+ setToName: "目標問題",
496
+ fromName: "要從中複製答案的問題",
497
+ gotoName: "要跳到的問題",
498
+ ruleIsNotSet: "規則不正確",
499
+ includeIntoResult: "包含在調查結果中",
500
+ showTitle: "顯示/隱藏 標題",
501
+ expandCollapseTitle: "展開/摺疊標題",
502
+ locale: "默認語言",
503
+ simulator: "選擇設備類型",
504
+ landscapeOrientation: "切換到橫向",
505
+ portraitOrientation: "切換到縱向",
506
+ mode: "模式 (編輯/只讀)",
507
+ clearInvisibleValues: "清除隱藏值",
508
+ cookieName: "Cookie name (to disable run survey two times locally)",
509
+ sendResultOnPageNext: "Send survey results on page next",
510
+ storeOthersAsComment: "Store 'others' value in separate field",
511
+ showPageTitles: "顯示頁面標題",
512
+ showPageNumbers: "顯示頁數",
513
+ pagePrevText: "前一頁按鈕文本",
514
+ pageNextText: "後一頁按鈕文本",
515
+ completeText: "完成按鈕文本",
516
+ previewText: "「預覽答案」按鈕文本",
517
+ editText: "編輯應答按鈕文本",
518
+ startSurveyText: "開始按鈕文本",
519
+ showNavigationButtons: "顯示導航按鈕 (默認導航)",
520
+ showPrevButton: "顯示前一頁按鈕 (用戶可返回至前一頁面)",
521
+ firstPageIsStarted: "調查的第一頁面為起始頁.",
522
+ showCompletedPage: "結尾展示完成後的頁面 (completedHtml)",
523
+ goNextPageAutomatic: "回答本頁所有問題後,自動跳轉到下一頁",
524
+ showProgressBar: "顯示進度條",
525
+ questionTitleLocation: "問題的標題位置",
526
+ requiredText: "The question required symbol(s)",
527
+ questionStartIndex: "問題起始標誌 (1, 2 or 'A', 'a')",
528
+ showQuestionNumbers: "顯示問題編號",
529
+ questionTitleTemplate: "問題標題模板, 默認為: '{no}. {require} {title}'",
530
+ questionErrorLocation: "問題錯誤定位",
531
+ focusFirstQuestionAutomatic: "改變頁面時聚焦在第一個問題",
532
+ questionsOrder: "Elements order on the page",
533
+ maxTimeToFinish: "完成調查的最長時間",
534
+ maxTimeToFinishPage: "完成調查中頁面的最長時間",
535
+ image: {
536
+ imageHeight: "圖片高度(以 CSS 接受的值為單位)",
537
+ imageWidth: "影像寬度(以 CSS 接受的值為單位)"
538
+ },
539
+ // survey templates
540
+ survey: {
541
+ title: "標題"
542
+ },
543
+ page: {
544
+ title: "標題",
545
+ maxTimeToFinish: "完成頁面的時間限制(秒為單位 )"
546
+ },
547
+ question: {
548
+ page: "父頁面"
549
+ },
550
+ showTimerPanel: "顯示計時器面板",
551
+ showTimerPanelMode: "顯示計時器面板模式",
552
+ renderMode: "渲染模式",
553
+ allowAddPanel: "允許添加面板",
554
+ allowRemovePanel: "允許刪除面板",
555
+ noEntriesText: "空條目文本",
556
+ panelAddText: "添加面板文本",
557
+ panelRemoveText: "刪除面板文本",
558
+ isSinglePage: "在一個頁面上展示所有元素",
559
+ html: "網頁標記",
560
+ expression: "表達",
561
+ setValue: "答",
562
+ dataFormat: "圖像格式",
563
+ allowAddRows: "允許添加行",
564
+ allowRemoveRows: "允許刪除行",
565
+ allowRowsDragAndDrop: "允許行拖放",
566
+ responsiveImageSizeHelp: "如果指定確切的圖像寬度或高度,則不適用。",
567
+ minImageWidth: "最小圖像寬度",
568
+ maxImageWidth: "最大圖像寬度",
569
+ minImageHeight: "最小圖像高度",
570
+ maxImageHeight: "最大圖像高度",
571
+ minValue: "最小值",
572
+ maxValue: "最大值",
573
+ minLength: "最小長度(以字元為單位)",
574
+ allowDigits: "允許數位",
575
+ minCount: "最小計數",
576
+ maxCount: "最大計數",
577
+ regex: "正則表達式",
578
+ surveyvalidator: {
579
+ text: "錯誤資訊",
580
+ expression: "驗證表達式"
581
+ },
582
+ totalText: "總計行文本",
583
+ totalType: "總類型",
584
+ totalExpression: "總表達",
585
+ totalDisplayStyle: "總值顯示樣式",
586
+ totalCurrency: "貨幣",
587
+ totalFormat: "帶格式的字串",
588
+ logo: "徽標(URL 或base64 編碼的字串)",
589
+ questionsOnPageMode: "調查結構",
590
+ maxTextLength: "最大答案長度(以字元為單位)",
591
+ maxOthersLength: "最大註解長度(以字元為單位)",
592
+ autoGrowComment: "如有必要,自動展開評論區域",
593
+ allowResizeComment: "允許用戶調整文字區域的大小",
594
+ textUpdateMode: "更新文字問題值",
595
+ focusOnFirstError: "將焦點放在第一個無效答案上",
596
+ checkErrorsMode: "運行驗證",
597
+ navigateToUrl: "導航到網址",
598
+ navigateToUrlOnCondition: "動態網址",
599
+ completedBeforeHtml: "用於顯示使用者是否已填寫此調查的標記",
600
+ completedHtml: "調查完成頁面標記",
601
+ completedHtmlOnCondition: "動態調查完成頁面標記",
602
+ loadingHtml: "載入調查模型時要顯示的標記",
603
+ commentText: "註釋區文本",
604
+ autocomplete: "自動完成類型",
605
+ labelTrue: "“真實”標籤",
606
+ labelFalse: "“虛假”標籤",
607
+ allowClear: "顯示“清除”按鈕",
608
+ displayStyle: "值顯示樣式",
609
+ format: "帶格式的字串",
610
+ maximumFractionDigits: "最大小數位數",
611
+ minimumFractionDigits: "最小小數位數",
612
+ useGrouping: "顯示分組分隔符",
613
+ allowMultiple: "允許多個檔",
614
+ allowImagesPreview: "預覽圖像",
615
+ acceptedTypes: "接受的文件類型",
616
+ waitForUpload: "等待上傳完成",
617
+ needConfirmRemoveFile: "確認文件刪除",
618
+ detailPanelMode: "詳細資訊面板位置",
619
+ minRowCount: "最小行數",
620
+ maxRowCount: "最大行數",
621
+ confirmDelete: "確認刪除行",
622
+ confirmDeleteText: "確認消息",
623
+ paneldynamic: {
624
+ confirmDelete: "確認面板刪除"
625
+ },
626
+ panelCount: "初始面板計數",
627
+ minPanelCount: "最小面板數",
628
+ maxPanelCount: "最大面板數",
629
+ panelsState: "內面板展開狀態",
630
+ templateDescription: "描述範本",
631
+ templateTitle: "標題範本",
632
+ panelPrevText: "“上一個面板”按鈕工具提示",
633
+ panelNextText: "“下一個面板”按鈕工具提示",
634
+ showRangeInProgress: "顯示進度條",
635
+ templateTitleLocation: "問題標題位置",
636
+ panelRemoveButtonLocation: "“刪除面板”按鈕位置",
637
+ hideIfRowsEmpty: "如果沒有行,則隱藏問題",
638
+ hideColumnsIfEmpty: "如果沒有行,則隱藏列",
639
+ rateValues: "自定義費率值",
640
+ rateCount: "速率計數",
641
+ autoGenerate: "如何指定速率值?",
642
+ hideIfChoicesEmpty: "如果問題不包含任何選項,則隱藏問題",
643
+ hideNumber: "隱藏問題編號",
644
+ minWidth: "最小寬度(以 CSS 接受的值為單位)",
645
+ maxWidth: "最大寬度(以 CSS 接受的值為單位)",
646
+ width: "寬度(以 CSS 接受的值為單位)",
647
+ showHeader: "顯示列標題",
648
+ horizontalScroll: "顯示水平滾動條",
649
+ columnMinWidth: "最小列寬(以 CSS 接受的值為單位)",
650
+ rowTitleWidth: "行標題寬度(以 CSS 接受的值為單位)",
651
+ valueTrue: "“真”值",
652
+ valueFalse: "“假”值",
653
+ minErrorText: "“值低於最小值”錯誤消息",
654
+ maxErrorText: "“值超過最大值”錯誤消息",
655
+ otherErrorText: "“空評論”錯誤消息",
656
+ keyDuplicationError: "“非唯一鍵值”錯誤消息",
657
+ minSelectedChoices: "最少選擇的選項",
658
+ maxSelectedChoices: "最大選定選項數",
659
+ showClearButton: "顯示“清除”按鈕",
660
+ showNumber: "顯示面板編號",
661
+ logoWidth: "徽標寬度(以 CSS 接受的值為單位)",
662
+ logoHeight: "徽標高度(以 CSS 接受的值為單位)",
663
+ readOnly: "唯讀",
664
+ enableIf: "可編輯,如果",
665
+ emptyRowsText: "“無行”消息",
666
+ size: "輸入欄位大小(以字元為單位 )",
667
+ separateSpecialChoices: "單獨的特殊選項(無、其他、全選)",
668
+ choicesFromQuestion: "複製以下問題的選項",
669
+ choicesFromQuestionMode: "要複製哪些選項?",
670
+ showCommentArea: "顯示評論區域",
671
+ commentPlaceholder: "註釋區佔位元",
672
+ displayRateDescriptionsAsExtremeItems: "將速率描述顯示為極值",
673
+ rowsOrder: "行順序",
674
+ columnsLayout: "列佈局",
675
+ columnColCount: "嵌套列計數",
676
+ state: "面板展開狀態",
677
+ correctAnswer: "正確答案",
678
+ defaultPanelValue: "預設值",
679
+ cells: "單元格文本",
680
+ keyName: "鍵列",
681
+ itemvalue: {
682
+ text: "可選文字"
683
+ },
684
+ logoPosition: "徽標位置",
685
+ addLogo: "新增徽標...",
686
+ changeLogo: "變更徽標...",
687
+ logoPositions: {
688
+ none: "刪除徽標",
689
+ left: "左",
690
+ right: "右",
691
+ top: "在頂部",
692
+ bottom: "在底部"
693
+ },
694
+ tabs: {
695
+ general: "通用項",
696
+ fileOptions: "選項",
697
+ html: "HTML 編輯器",
698
+ columns: "設置列",
699
+ rows: "設置行",
700
+ choices: "設置選項",
701
+ items: "專案",
702
+ visibleIf: "設置可見條件",
703
+ enableIf: "Enable If",
704
+ requiredIf: "如果",
705
+ rateValues: "設置評分值",
706
+ choicesByUrl: "通過 URL 導入選項",
707
+ matrixChoices: "默認選項",
708
+ multipleTextItems: "文本輸入",
709
+ numbering: "編號",
710
+ validators: "校驗規則",
711
+ navigation: "導航",
712
+ question: "問題",
713
+ pages: "頁面",
714
+ timer: "問卷計時器",
715
+ calculatedValues: "計算值",
716
+ triggers: "觸發器",
717
+ templateTitle: "標題範本",
718
+ totals: "總數",
719
+ logic: "邏輯",
720
+ layout: "佈局",
721
+ data: "數據",
722
+ validation: "驗證",
723
+ cells: "單元格文本",
724
+ showOnCompleted: "調查完成",
725
+ logo: "調查標題中的徽標",
726
+ slider: "滑塊",
727
+ expression: "表達",
728
+ others: "別人"
729
+ },
730
+ editProperty: "編輯屬性: '{0}'",
731
+ items: "[ 項目數量: {0} ]",
732
+ choicesVisibleIf: "在以下情況下,選項可見",
733
+ choicesEnableIf: "在以下情況下,可以選擇選項",
734
+ columnsEnableIf: "在以下情況下,列可見",
735
+ rowsEnableIf: "在以下情況下,行可見",
736
+ indent: "添加縮進",
737
+ panel: {
738
+ indent: "添加外部縮進"
739
+ },
740
+ innerIndent: "添加內部縮進",
741
+ defaultValueFromLastRow: "從最後一行獲取預設值",
742
+ defaultValueFromLastPanel: "從最後一個面板中獲取預設值",
743
+ enterNewValue: "請設定值",
744
+ noquestions: "問卷中還沒有創建任何問題",
745
+ createtrigger: "請創建觸發器",
746
+ titleKeyboardAdornerTip: "按回車鍵編輯",
747
+ keyboardAdornerTip: "按回車鍵編輯專案,按刪除按鈕刪除專案,按Alt加向上箭頭或向下箭頭移動專案",
748
+ triggerOn: "當 ",
749
+ triggerMakePagesVisible: "使頁面可見:",
750
+ triggerMakeQuestionsVisible: "使問題可見:",
751
+ triggerCompleteText: "如果滿足條件,則完成問卷",
752
+ triggerNotSet: "觸發器尚未設置",
753
+ triggerRunIf: "滿足下列條件時執行",
754
+ triggerSetToName: "修改下列問題值: ",
755
+ triggerFromName: "從以下位置複製值:",
756
+ triggerRunExpression: "運行此表達式",
757
+ triggerSetValue: "修改為: ",
758
+ triggerGotoName: "轉到問題",
759
+ triggerIsVariable: "在問卷提交結果中不要包含該變量",
760
+ triggerRunExpressionEmpty: "請輸入有效的表達式",
761
+ emptyExpressionPlaceHolder: "在這裡鍵入表示式...",
762
+ noFile: "未選擇任何檔",
763
+ clearIfInvisible: "如果問題被隱藏,則清除該值",
764
+ valuePropertyName: "值屬性名稱",
765
+ searchEnabled: "啟用搜索",
766
+ hideSelectedItems: "隱藏選取選取專案",
767
+ closeOnSelect: "選擇後關閉下拉清單",
768
+ signatureWidth: "簽名寬度",
769
+ signatureHeight: "標誌性高度",
770
+ verticalAlign: "垂直對齊",
771
+ alternateRows: "交替行",
772
+ columnsVisibleIf: "在以下情況下,列可見",
773
+ rowsVisibleIf: "在以下情況下,行可見",
774
+ otherPlaceholder: "註釋區佔位元",
775
+ rateType: "費率類型"
776
+ },
777
+ // Property values
778
+ pv: {
779
+ "true": "真",
780
+ "false": "假",
781
+ file: "本地檔",
782
+ camera: "照相機",
783
+ "file-camera": "本地檔或相機",
784
+ inherit: "繼承",
785
+ show: "可見",
786
+ hide: "隱藏",
787
+ default: "繼承",
788
+ initial: "初",
789
+ random: "隨機",
790
+ collapsed: "倒塌",
791
+ expanded: "擴大",
792
+ none: "沒有",
793
+ asc: "上升",
794
+ desc: "降",
795
+ indeterminate: "定",
796
+ decimal: "十進位",
797
+ currency: "貨幣",
798
+ percent: "百分之",
799
+ firstExpanded: "第一個面板展開",
800
+ off: "隱藏問題編號",
801
+ onpanel: "在每個面板上開始",
802
+ onPanel: "在每個面板上開始",
803
+ onSurvey: "在整個調查過程中繼續",
804
+ list: "清單",
805
+ progressTop: "面板導航器 + 頂部的進度條",
806
+ progressBottom: "面板導航器 + 底部的進度條",
807
+ progressTopBottom: "面板導航器 + 頂部和底部的進度條",
808
+ tab: "製表元",
809
+ horizontal: "水準",
810
+ vertical: "垂直",
811
+ top: "返回頁首",
812
+ bottom: "底",
813
+ topBottom: "頂部和底部",
814
+ both: "雙",
815
+ left: "左",
816
+ right: "右",
817
+ color: "顏色",
818
+ date: "日期",
819
+ datetime: "日期時間",
820
+ "datetime-local": "日期時間-本地",
821
+ email: "電子郵件",
822
+ month: "月",
823
+ number: "數",
824
+ password: "密碼",
825
+ range: "範圍",
826
+ tel: "電話",
827
+ text: "發簡訊",
828
+ time: "時間",
829
+ url: "網址",
830
+ week: "周",
831
+ hidden: "隱藏",
832
+ on: "從上一頁繼續",
833
+ onPage: "從每個頁面開始",
834
+ edit: "編輯",
835
+ display: "唯讀",
836
+ onComplete: "調查完成時",
837
+ onHidden: "當問題變得隱藏時",
838
+ onHiddenContainer: "當問題或其面板/頁面被隱藏時",
839
+ clearInvisibleValues: {
840
+ none: "從不"
841
+ },
842
+ inputType: {
843
+ color: "顏色",
844
+ date: "日期",
845
+ "datetime-local": "日期和時間",
846
+ email: "電子郵件",
847
+ month: "月",
848
+ number: "數",
849
+ password: "密碼",
850
+ range: "範圍",
851
+ tel: "電話號碼",
852
+ text: "發簡訊",
853
+ time: "時間",
854
+ url: "網址",
855
+ week: "周"
856
+ },
857
+ all: "都",
858
+ page: "頁",
859
+ survey: "調查",
860
+ onNextPage: "切換到下一頁時",
861
+ onValueChanged: "更改答案後",
862
+ onValueChanging: "更改答案之前",
863
+ standard: "原始結構",
864
+ singlePage: "所有問題都在一個頁面上",
865
+ questionPerPage: "單個頁面上的每個問題",
866
+ noPreview: "無預覽",
867
+ showAllQuestions: "顯示所有問題",
868
+ showAnsweredQuestions: "僅顯示已回答的問題",
869
+ pages: "已完成的頁面",
870
+ questions: "已回答的問題",
871
+ requiredQuestions: "回答必填問題",
872
+ correctQuestions: "有效答案",
873
+ buttons: "已完成的頁面(按鈕 UI)",
874
+ underInput: "在輸入下",
875
+ underTitle: "在標題下",
876
+ onBlur: "模糊時",
877
+ onTyping: "打字時",
878
+ underRow: "在行下",
879
+ underRowSingle: "在該行下,只有一個面板可見",
880
+ showNavigationButtons: {
881
+ none: "隱藏"
882
+ },
883
+ showProgressBar: {
884
+ off: "隱藏"
885
+ },
886
+ showTimerPanel: {
887
+ none: "隱藏"
888
+ },
889
+ showTimerPanelMode: {
890
+ all: "雙"
891
+ },
892
+ detailPanelMode: {
893
+ none: "隱藏"
894
+ },
895
+ addRowLocation: {
896
+ default: "取決於矩陣佈局"
897
+ },
898
+ panelsState: {
899
+ default: "使用者無法展開或摺疊面板",
900
+ collapsed: "所有面板均已摺疊",
901
+ expanded: "所有面板均已展開"
902
+ },
903
+ widthMode: {
904
+ auto: "自動",
905
+ static: "靜態的",
906
+ responsive: "回應"
907
+ },
908
+ imageFit: {
909
+ none: "沒有",
910
+ contain: "包含",
911
+ cover: "蓋",
912
+ fill: "填補"
913
+ },
914
+ contentMode: {
915
+ auto: "自動",
916
+ image: "圖像",
917
+ video: "視頻",
918
+ youtube: "優酷"
919
+ },
920
+ displayMode: {
921
+ auto: "自動",
922
+ buttons: "按鈕",
923
+ dropdown: "下拉清單"
924
+ },
925
+ rateColorMode: {
926
+ default: "違約"
927
+ },
928
+ autoGenerate: {
929
+ "true": "生成",
930
+ "false": "手動輸入"
931
+ },
932
+ rateType: {
933
+ labels: "標籤",
934
+ stars: "星星",
935
+ smileys: "笑臉"
936
+ }
937
+ },
938
+ // Operators
939
+ op: {
940
+ empty: "為空",
941
+ notempty: "不為空",
942
+ equal: "等於",
943
+ notequal: "不等於",
944
+ contains: "包含",
945
+ notcontains: "不包含",
946
+ anyof: "任何",
947
+ allof: "全部",
948
+ greater: "大於",
949
+ less: "小於",
950
+ greaterorequal: "大於等於",
951
+ lessorequal: "小於等於",
952
+ and: "和",
953
+ or: "或"
954
+ },
955
+ // Embed window
956
+ ew: {
957
+ angular: "使用 Angular 時",
958
+ jquery: "使用 JQuery 時",
959
+ knockout: "使用 Knockout 時",
960
+ react: "使用 React 時",
961
+ vue: "使用 Vue 時",
962
+ bootstrap: "使用 Bootstrap 時",
963
+ modern: "現代主題",
964
+ default: "默認主題",
965
+ orange: "橙色主題",
966
+ darkblue: "深藍色主題",
967
+ darkrose: "“暗玫瑰”主題",
968
+ stone: "“石頭”主題",
969
+ winter: "“冬季”主題",
970
+ winterstone: "“冬日之石”主題",
971
+ showOnPage: "嵌入頁面顯示",
972
+ showInWindow: "使用單獨的問卷視窗",
973
+ loadFromServer: "從服務器加載問卷 JSON 數據",
974
+ titleScript: "腳本和樣式",
975
+ titleHtml: "HTML",
976
+ titleJavaScript: "JavaScript"
977
+ },
978
+ // Preview (Survey)
979
+ ts: {
980
+ selectPage: "選擇要測試的頁面",
981
+ showInvisibleElements: "顯示不可見元素",
982
+ hideInvisibleElements: "隱藏不可見元素"
983
+ },
984
+ validators: {
985
+ answercountvalidator: "數量檢查",
986
+ emailvalidator: "Email",
987
+ expressionvalidator: "表達",
988
+ numericvalidator: "數字",
989
+ regexvalidator: "正則表達式",
990
+ textvalidator: "文本"
991
+ },
992
+ triggers: {
993
+ completetrigger: "完成問卷",
994
+ setvaluetrigger: "設置問題值",
995
+ copyvaluetrigger: "複製答案",
996
+ skiptrigger: "跳至問題",
997
+ runexpressiontrigger: "運行表達式",
998
+ visibletrigger: "修改可見性"
999
+ },
1000
+ pehelp: {
1001
+ cookieName: "Cookie 可防止使用者兩次填寫同一調查問卷。",
1002
+ size: "調整輸入欄位的可見區域的大小。請使用<b>「驗證→最大長度</b>」設置來限制輸入長度。",
1003
+ format: "使用 {0} 作為實際值的佔位元。",
1004
+ totalText: "僅當至少一列具有 Total 類型或 Total 運算式時才可見。",
1005
+ acceptedTypes: "有關詳細資訊,請參閱 [accept](https://www.w3schools.com/tags/att_input_accept.asp) 屬性說明。",
1006
+ columnColCount: "僅適用於單選組和複選框單元類型。",
1007
+ autocomplete: "有關詳細資訊,請參閱 [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) 屬性說明。",
1008
+ valueName: "如果未設置此屬性,則答案將存儲在 Name 屬性指定的欄位中。",
1009
+ choicesbyurl: {
1010
+ valueName: " "
1011
+ },
1012
+ keyName: "如果指定的列包含相同的值,則調查將引發「非唯一鍵值」錯誤。"
1013
+ },
1014
+ // Properties
1015
+ p: {
1016
+ title: {
1017
+ name: "標題",
1018
+ title: "如果與名字相同,請設置為空值"
1019
+ },
1020
+ multiSelect: "允許多項選擇",
1021
+ showLabel: "顯示圖像標題",
1022
+ value: "價值",
1023
+ tabAlign: "製表元對齊方式",
1024
+ description: "說明",
1025
+ logoFit: "徽標合身",
1026
+ pages: "頁面",
1027
+ questions: "問題",
1028
+ triggers: "觸發器",
1029
+ calculatedValues: "計算值",
1030
+ surveyId: "調查編號",
1031
+ surveyPostId: "調查帖子編號",
1032
+ surveyShowDataSaving: "調查顯示數據保存",
1033
+ questionDescriptionLocation: "問題描述位置",
1034
+ progressBarType: "進度條類型",
1035
+ showTOC: "顯示目錄",
1036
+ tocLocation: "目錄位置",
1037
+ questionTitlePattern: "問題標題模式",
1038
+ widthMode: "寬度模式",
1039
+ showBrandInfo: "顯示品牌資訊",
1040
+ useDisplayValuesInDynamicTexts: "在動態文字中使用顯示值",
1041
+ visibleIf: "可見,如果",
1042
+ titleLocation: "標題位置",
1043
+ descriptionLocation: "描述位置",
1044
+ defaultValueExpression: "預設值表達式",
1045
+ requiredIf: "在以下情況下是必需的",
1046
+ resetValueIf: "如果出現以下情況,則重置值",
1047
+ setValueIf: "設置值,如果",
1048
+ validators: "驗證者",
1049
+ bindings: "綁定",
1050
+ renderAs: "渲染為",
1051
+ attachOriginalItems: "附加原始專案",
1052
+ choices: "選項",
1053
+ choicesByUrl: "Url選項",
1054
+ currency: "貨幣",
1055
+ cellHint: "單元格提示",
1056
+ isUnique: "是獨一無二的",
1057
+ showInMultipleColumns: "在多列中顯示",
1058
+ totalMaximumFractionDigits: "最大小數位數總數",
1059
+ totalMinimumFractionDigits: "最小小數位數總數",
1060
+ columns: "列",
1061
+ detailElements: "細節元素",
1062
+ allowAdaptiveActions: "允許自適應操作",
1063
+ defaultRowValue: "預設行值",
1064
+ detailPanelShowOnAdding: "添加時顯示的詳細資訊面板",
1065
+ choicesLazyLoadEnabled: "選項延遲載入已啟用",
1066
+ choicesLazyLoadPageSize: "選擇延遲載入頁面大小",
1067
+ inputFieldComponent: "輸入欄位元件",
1068
+ itemComponent: "項目元件",
1069
+ min: "最小值",
1070
+ max: "麥克斯",
1071
+ minValueExpression: "最小值表達式",
1072
+ maxValueExpression: "最大值表達式",
1073
+ step: "步",
1074
+ dataList: "數據清單",
1075
+ itemSize: "專案大小",
1076
+ elements: "元素",
1077
+ content: "內容",
1078
+ navigationButtonsVisibility: "導航按鈕可見性",
1079
+ navigationTitle: "導航標題",
1080
+ navigationDescription: "導航說明",
1081
+ longTap: "長按",
1082
+ autoGrow: "自動增長",
1083
+ allowResize: "允許調整大小",
1084
+ acceptCarriageReturn: "接受回車",
1085
+ displayMode: "顯示模式",
1086
+ rateType: "費率類型",
1087
+ label: "標籤",
1088
+ contentMode: "內容模式",
1089
+ imageFit: "圖像貼合",
1090
+ altText: "可選文字",
1091
+ height: "高度",
1092
+ penColor: "筆顏色",
1093
+ backgroundColor: "背景色",
1094
+ templateElements: "範本元素",
1095
+ operator: "算子",
1096
+ isVariable: "是可變的",
1097
+ runExpression: "運行表達式",
1098
+ showCaption: "顯示標題",
1099
+ iconName: "圖示名稱",
1100
+ iconSize: "圖示大小",
1101
+ precision: "精度",
1102
+ matrixDragHandleArea: "矩陣拖動手柄區域",
1103
+ backgroundImage: "背景圖片",
1104
+ backgroundImageFit: "背景圖像適合",
1105
+ backgroundImageAttachment: "背景圖像附件",
1106
+ backgroundOpacity: "背景不透明度",
1107
+ selectToRankEnabled: "選擇啟用排名",
1108
+ selectToRankAreasLayout: "選擇以對區域佈局進行排名",
1109
+ allowCameraAccess: "允許攝像頭訪問",
1110
+ scaleColorMode: "縮放顏色模式",
1111
+ rateColorMode: "評價顏色模式",
1112
+ templateTabTitle: "範本選項卡標題",
1113
+ templateVisibleIf: "範本可見,如果",
1114
+ copyDisplayValue: "複製顯示值"
1115
+ },
1116
+ theme: {
1117
+ "--background": "背景色",
1118
+ "--background-dim-light": "背景昏暗的光線顏色",
1119
+ "--primary-foreground": "原色前景色",
1120
+ "--foreground": "前景色",
1121
+ "--base-unit": "基本單元",
1122
+ groupGeneral: "常規",
1123
+ groupAdvanced: "高深",
1124
+ groupHeader: "頁眉",
1125
+ themeName: "主題",
1126
+ themeMode: "問題外觀",
1127
+ themeModePanels: "違約",
1128
+ themeModeLightweight: "不帶面板",
1129
+ themePaletteLight: "光",
1130
+ themePaletteDark: "黑暗",
1131
+ primaryColor: "強調文字顏色",
1132
+ primaryDefaultColor: "違約",
1133
+ primaryDarkColor: "懸停",
1134
+ primaryLightColor: "選擇",
1135
+ coverTitleForecolor: "標題前彩",
1136
+ coverOverlapEnabled: "重疊",
1137
+ backgroundDimColor: "背景色",
1138
+ backgroundImage: "背景圖片",
1139
+ backgroundImageFitAuto: "自動",
1140
+ backgroundImageFitCover: "蓋",
1141
+ backgroundImageFitContain: "包含",
1142
+ backgroundImageFitFill: "伸展",
1143
+ backgroundImageFitTile: "瓦",
1144
+ backgroundOpacity: "不透明度",
1145
+ backgroundImageAttachmentFixed: "固定",
1146
+ backgroundImageAttachmentScroll: "滾動",
1147
+ panelBackgroundTransparency: "面板背景不透明度",
1148
+ questionBackgroundTransparency: "問題背景不透明度",
1149
+ questionPanel: "面板背景和角半徑",
1150
+ questionTitle: "問題標題字體",
1151
+ questionDescription: "問題描述字體",
1152
+ editorPanel: "輸入元素",
1153
+ editorFont: "輸入元素字體",
1154
+ backcolor: "默認背景",
1155
+ hovercolor: "懸停背景",
1156
+ borderDecoration: "邊框裝飾",
1157
+ accentBackground: "強調文字背景",
1158
+ accentForeground: "強調文字前景",
1159
+ primaryForecolor: "默認顏色",
1160
+ primaryForecolorLight: "禁用顏色",
1161
+ linesColors: "次要線條顏色",
1162
+ borderDefault: "暗",
1163
+ borderLight: "打火機",
1164
+ fontFamily: "字體系列",
1165
+ fontSize: "字體大小",
1166
+ color: "顏色",
1167
+ placeholderColor: "佔位元顏色",
1168
+ size: "大小",
1169
+ fontWeightRegular: "定期",
1170
+ fontWeightHeavy: "重",
1171
+ fontWeightSemiBold: "半粗體",
1172
+ fontWeightBold: "大膽",
1173
+ scale: "規模",
1174
+ cornerRadius: "拐角半徑",
1175
+ surveyTitle: "調查標題字體",
1176
+ pageTitle: "頁面標題字體",
1177
+ pageDescription: "頁面描述字體",
1178
+ boxShadowX: "X",
1179
+ boxShadowY: "Y",
1180
+ boxShadowAddRule: "添加陰影效果",
1181
+ opacity: "不透明度",
1182
+ boxShadowBlur: "模糊",
1183
+ boxShadowSpread: "傳播",
1184
+ boxShadowDrop: "落",
1185
+ boxShadowInner: "內",
1186
+ questionShadow: "陰影效果",
1187
+ editorShadow: "輸入元素陰影效果",
1188
+ headerView: "視圖",
1189
+ headerViewBasic: "基本",
1190
+ headerViewAdvanced: "高深",
1191
+ coverInheritWidthFrom: "內容區域寬度",
1192
+ coverInheritWidthFromSurvey: "與調查相同",
1193
+ coverInheritWidthFromPage: "適合頁面",
1194
+ coverTextAreaWidth: "文本寬度",
1195
+ coverBackgroundColorSwitch: "背景色",
1196
+ coverBackgroundColorNone: "沒有",
1197
+ coverBackgroundColorAccentColor: "強調文字顏色",
1198
+ coverBackgroundColorCustom: "習慣",
1199
+ horizontalAlignmentLeft: "左",
1200
+ horizontalAlignmentCenter: "中心",
1201
+ horizontalAlignmentRight: "右",
1202
+ verticalAlignmentTop: "返回頁首",
1203
+ verticalAlignmentMiddle: "中間",
1204
+ verticalAlignmentBottom: "底",
1205
+ logoPosition: "徽標位置",
1206
+ coverTitlePosition: "標題位置",
1207
+ coverDescriptionPosition: "描述位置",
1208
+ names: {
1209
+ default: "違約",
1210
+ sharp: "鋒利",
1211
+ borderless: "無國界",
1212
+ flat: "平",
1213
+ plain: "平原",
1214
+ doubleborder: "雙邊框",
1215
+ layered: "分層的",
1216
+ solid: "固體",
1217
+ threedimensional: "。.3D",
1218
+ contrast: "反差"
1219
+ },
1220
+ colors: {
1221
+ teal: "水鴨",
1222
+ blue: "藍",
1223
+ purple: "紫色",
1224
+ orchid: "蘭花",
1225
+ tulip: "鬱金香",
1226
+ brown: "棕色",
1227
+ green: "綠"
1228
+ }
1229
+ }
1230
+ };
1231
+ survey_creator_core__WEBPACK_IMPORTED_MODULE_0__["editorLocalization"].locales["zh-tw"] = traditionalChineseTranslation;
1232
+ // The following strings have been translated by a machine translation service
1233
+ // Remove those strings that you have corrected manually
1234
+ // survey.externalHelpLink: "Watch and learn how to create surveys" => "觀看並瞭解如何創建調查"
1235
+ // survey.externalHelpLinkUrl: "https://www.youtube.com/channel/UCH2ru9okIcooNZfpIbyq4qQ?view_as=subscriber" => "https://www.youtube.com/channel/UCH2ru9okIcooNZfpIbyq4qQ?view_as=subscriber"
1236
+ // survey.addLogicItem: "Create a rule to customize the flow of the survey." => "創建規則以自定義調查流。"
1237
+ // survey.duplicate: "Duplicate" => "重複"
1238
+ // survey.drag: "Drag element" => "拖動元素"
1239
+ // qt.default: "Default" => "違約"
1240
+ // qt.imagepicker: "Image Picker" => "圖像選取器"
1241
+ // qt.ranking: "Ranking" => "排名"
1242
+ // qt.image: "Image" => "圖像"
1243
+ // qt.tagbox: "Multi-Select Dropdown" => "多選下拉清單"
1244
+ // qt.signaturepad: "Signature" => "簽名"
1245
+ // qt.buttongroup: "Button Group" => "按鈕組"
1246
+ // ed.defaultLocale: "Default ({0})" => "預設值 ({0})"
1247
+ // ed.settings: "Settings" => "設置"
1248
+ // ed.settingsTooltip: "Open settings" => "打開設置"
1249
+ // ed.surveySettings: "Survey Settings" => "調查設置"
1250
+ // ed.surveySettingsTooltip: "Open survey settings" => "打開調查設置"
1251
+ // ed.showPanel: "Show Panel" => "顯示面板"
1252
+ // ed.hidePanel: "Hide Panel" => "“隱藏”面板"
1253
+ // ed.prevSelected: "Select previous" => "選擇上一個"
1254
+ // ed.nextSelected: "Select next" => "選擇下一步"
1255
+ // ed.surveyTypeName: "Survey" => "調查"
1256
+ // ed.pageTypeName: "Page" => "頁"
1257
+ // ed.panelTypeName: "Panel" => "面板"
1258
+ // ed.questionTypeName: "Question" => "問題"
1259
+ // ed.columnTypeName: "Column" => "列"
1260
+ // ed.moveRight: "Scroll to the Right" => "向右滾動"
1261
+ // ed.moveLeft: "Scroll to the Left" => "向左滾動"
1262
+ // ed.edit: "Edit" => "編輯"
1263
+ // ed.newTextItemName: "text" => "發簡訊"
1264
+ // ed.themeSurvey: "Themes" => "主題"
1265
+ // ed.defaultV2Theme: "Default" => "違約"
1266
+ // ed.modernTheme: "Modern" => "摩登"
1267
+ // ed.defaultTheme: "Default (legacy)" => "預設(舊版)"
1268
+ // ed.navigateToMsg: "You had to navigate to" => "你必須導航到"
1269
+ // ed.logic: "Logic" => "邏輯"
1270
+ // ed.translation: "Translation" => "譯本"
1271
+ // ed.saveSurveyTooltip: "Save Survey" => "保存調查"
1272
+ // ed.jsonHideErrors: "Hide errors" => "隱藏錯誤"
1273
+ // ed.jsonShowErrors: "Show errors" => "顯示錯誤"
1274
+ // ed.undoTooltip: "Undo last change" => "恢復上次更改"
1275
+ // ed.redoTooltip: "Redo the change" => "重做更改"
1276
+ // ed.showMoreChoices: "Show more" => "顯示更多"
1277
+ // ed.showLessChoices: "Show less" => "顯示更少"
1278
+ // ed.copy: "Copy" => "複製"
1279
+ // ed.cut: "Cut" => "切"
1280
+ // ed.paste: "Paste" => "糊"
1281
+ // ed.copyTooltip: "Copy selection to clipboard" => "將選取內容複製到剪貼簿"
1282
+ // ed.cutTooltip: "Cut selection to clipboard" => "將所選取內容剪下剪貼簿"
1283
+ // ed.pasteTooltip: "Paste from clipboard" => "從剪貼簿粘貼"
1284
+ // ed.property-grid: "Properties" => "性能"
1285
+ // ed.propertyGridFilteredTextPlaceholder: "Type to search..." => "鍵入以搜尋..."
1286
+ // ed.toolboxGeneralCategory: "General" => "常規"
1287
+ // ed.toolboxChoiceCategory: "Choice Questions" => "選擇題"
1288
+ // ed.toolboxTextCategory: "Text Input Questions" => "文本輸入問題"
1289
+ // ed.toolboxContainersCategory: "Containers" => "器皿"
1290
+ // ed.toolboxMatrixCategory: "Matrix Questions" => "矩陣問題"
1291
+ // ed.toolboxMiscCategory: "Misc" => "雜項"
1292
+ // ed.surveyResultsTable: "As Table" => "如表"
1293
+ // ed.surveyResultsJson: "As JSON" => "作為 JSON"
1294
+ // ed.resultsTitle: "Question Title" => "問題標題"
1295
+ // ed.resultsName: "Question Name" => "問題名稱"
1296
+ // ed.resultsValue: "Answer Value" => "答案值"
1297
+ // ed.resultsDisplayValue: "Display Value" => "顯示值"
1298
+ // ed.propertyEditorError: "Error" => "錯誤"
1299
+ // ed.saveError: "Error! Editor content is not saved." => "錯誤!不保存編輯器內容。"
1300
+ // ed.translationPropertyGridTitle: "Language Settings" => "語言設置"
1301
+ // ed.themePropertyGridTitle: "Theme Settings" => "主題設置"
1302
+ // ed.translationLanguages: "Languages" => "語言"
1303
+ // ed.translationAddLanguage: "Select language to translate" => "選擇要翻譯的語言"
1304
+ // ed.translationShowAllStrings: "All Strings" => "所有字串"
1305
+ // ed.translationShowUsedStringsOnly: "Used Strings Only" => "僅使用的字串"
1306
+ // ed.translationShowAllPages: "All Pages" => "所有頁面"
1307
+ // ed.translationNoStrings: "No strings to translate. Please, change the filter." => "沒有要翻譯的字串。請更換過濾器。"
1308
+ // ed.translationExportToSCVButton: "Export to CSV" => "匯出為CSV"
1309
+ // ed.translationImportFromSCVButton: "Import from CSV" => "從 CSV 導入"
1310
+ // ed.translationMergeLocaleWithDefault: "Merge {0} with default locale" => "將{0}與預設區域設置合併"
1311
+ // ed.translationPlaceHolder: "Translation..." => "譯本。。。"
1312
+ // ed.themeExportButton: "Export" => "出口"
1313
+ // ed.themeImportButton: "Import" => "進口"
1314
+ // ed.bold: "Bold" => "大膽"
1315
+ // ed.italic: "Italic" => "斜體的"
1316
+ // ed.underline: "Underline" => "下劃線"
1317
+ // ed.addNewQuestion: "Add Question" => "添加問題"
1318
+ // ed.selectPage: "Select page..." => "選擇頁面..."
1319
+ // ed.carryForwardChoicesCopied: "Choices are copied from" => "選擇是從"
1320
+ // ed.htmlPlaceHolder: "HTML content will be here." => "HTML內容將在這裡。"
1321
+ // ed.panelPlaceHolder: "Drop a question from the toolbox here." => "在此處從工具箱中刪除問題。"
1322
+ // ed.surveyPlaceHolder: "The survey is empty. Drag an element from the toolbox or click the button below." => "調查為空。從工具箱中拖動元素或按下下面的按鈕。"
1323
+ // ed.imagePlaceHolder: "Drag and drop an image here or click the button below and choose an image to upload" => "將圖像拖放到此處或按下下面的按鈕並選擇要上傳的圖像"
1324
+ // ed.imageChooseImage: "Choose Image" => "選擇圖像"
1325
+ // ed.addNewTypeQuestion: "Add {0}" => "新增{0}"
1326
+ // ed.chooseLogoPlaceholder: "[LOGO]" => "[徽標]"
1327
+ // ed.auto: "auto" => "自動"
1328
+ // ed.choices_Item: "Item " => "專案"
1329
+ // lg.addNewItem: "Add New Rule" => "添加新規則"
1330
+ // lg.empty_tab: "Create a rule to customize the flow of the survey." => "創建規則以自定義調查流。"
1331
+ // lg.page_visibilityName: "Show (hide) page" => "顯示(隱藏)頁面"
1332
+ // lg.page_enableName: "Enable (disable) page" => "啟用(禁用)頁面"
1333
+ // lg.panel_visibilityName: "Show (hide) panel" => "“顯示(隱藏)”面板"
1334
+ // lg.panel_enableName: "Enable (disable) panel" => "啟用(禁用)面板"
1335
+ // lg.question_visibilityName: "Show (hide) question" => "顯示(隱藏)問題"
1336
+ // lg.question_enableName: "Enable (disable) question" => "啟用(禁用)問題"
1337
+ // lg.question_requireName: "Make question required" => "提出必填題"
1338
+ // lg.column_visibilityName: "Show (hide) column" => "顯示(隱藏)列"
1339
+ // lg.column_enableName: "Enable (disable) column" => "啟用(禁用)列"
1340
+ // lg.column_requireName: "Make column required" => "使列成為必填項"
1341
+ // lg.trigger_completeName: "Complete survey" => "完成調查"
1342
+ // lg.trigger_setvalueName: "Set answer" => "設置答案"
1343
+ // lg.trigger_copyvalueName: "Copy answer" => "複製答案"
1344
+ // lg.trigger_skipName: "Skip to question" => "跳至問題"
1345
+ // lg.trigger_runExpressionName: "Run expression" => "運行表達式"
1346
+ // lg.completedHtmlOnConditionName: "Set \"Survey Complete\" page markup" => "設置「調查完成」頁面標記"
1347
+ // lg.page_visibilityDescription: "Make the page visible when the logic expression returns true. Otherwise keep it invisible." => "使頁面在邏輯表示式返回 true 時可見。否則保持不可見。"
1348
+ // lg.panel_visibilityDescription: "Make the panel visible when the logic expression returns true. Otherwise keep it invisible." => "使面板在邏輯表達式返回 true 時可見。否則保持不可見。"
1349
+ // lg.panel_enableDescription: "Make the panel, and all elements inside it, enable when the logic expression returns true. Otherwise keep them disabled." => "使面板及其中的所有元素在邏輯表達式返回 true 時啟用。否則,請禁用它們。"
1350
+ // lg.question_visibilityDescription: "Make the question visible when the logic expression returns true. Otherwise keep it invisible." => "使問題在邏輯表達式返回 true 時可見。否則保持不可見。"
1351
+ // lg.question_enableDescription: "Make the question enable when the logic expression returns true. Otherwise keep it disabled." => "使問題在邏輯表達式返回 true 時啟用。否則將其禁用。"
1352
+ // lg.question_requireDescription: "Question becomes required when the logic expression returns true." => "當邏輯表達式返回 true 時,問題變為必需。"
1353
+ // lg.trigger_completeDescription: "When the logic expression returns true then the survey becomes completed and an end-user see the 'Thank you page'." => "當邏輯表達式返回 true 時,調查將完成,最終使用者將看到“謝謝頁面”。"
1354
+ // lg.trigger_setvalueDescription: "When question values, that are used in the logic expression, are changed and the logic expression returns true, then the value is set to the selected question." => "當邏輯表達式中使用的問題值發生更改並且邏輯表達式返回 true 時,該值將設置為所選問題。"
1355
+ // lg.trigger_copyvalueDescription: "When question values, that are used in the logic expression, are changed and the logic expression returns true, then the value of one selected question is copied to another selected question." => "當邏輯表達式中使用的問題值發生更改並且邏輯表達式返回 true 時,一個選定問題的值將複製到另一個選定問題。"
1356
+ // lg.trigger_skipDescription: "When the logic expression returns true then the survey skip to / focus the selected question." => "當邏輯表達式返回 true 時,調查將跳到/聚焦所選問題。"
1357
+ // lg.trigger_runExpressionDescription: "When the logic expression returns true, then the custom expression is performed. You may optionally set this expression result into the selected question" => "當邏輯表達式返回 true 時,將執行自定義表示式。您可以選擇將此表示式結果設置為選取問題"
1358
+ // lg.completedHtmlOnConditionDescription: "If the logic expression returns true, then the default text for the 'Thank you page' is changed to the given one." => "如果邏輯表達式返回 true,則「感謝頁面」的預設文本將更改為給定的文本。"
1359
+ // lg.itemExpressionText: "When expression: '{0}' returns true" => "當表達式:「{0}」返回 true"
1360
+ // lg.itemEmptyExpressionText: "New rule" => "新規則"
1361
+ // lg.page_visibilityText: "make page {0} visible" => "使頁面{0}可見"
1362
+ // lg.panel_visibilityText: "make panel {0} visible" => "使面板{0}可見"
1363
+ // lg.panel_enableText: "make panel {0} enable" => "使面板{0}啟用"
1364
+ // lg.question_visibilityText: "make question {0} visible" => "使問題{0}可見"
1365
+ // lg.question_enableText: "make question {0} enable" => "使問題{0}啟用"
1366
+ // lg.question_requireText: "make question {0} required" => "將問題{0}為必填項"
1367
+ // lg.column_visibilityText: "make column {0} of question {1} visible" => "使問題{1}的列{0}可見"
1368
+ // lg.column_enableText: "make column {0} of question {1} enable" => "使問題{1}列{0}啟用"
1369
+ // lg.column_requireText: "make column {0} of question {1} required" => "{0}將問題{1}列為必填項"
1370
+ // lg.trigger_completeText: "survey becomes completed" => "調查完成"
1371
+ // lg.trigger_setvalueText: "set into question: {0} value {1}" => "受到質疑:{0}價值{1}"
1372
+ // lg.trigger_setvalueEmptyText: "clear question value: {0}" => "明確問題值:{0}"
1373
+ // lg.trigger_copyvalueText: "copy into question: {0} value from question {1}" => "複製到問題:{0}問題 {1} 的值"
1374
+ // lg.trigger_skipText: "survey skip to the question {0}" => "調查 跳至問題{0}"
1375
+ // lg.trigger_runExpressionText1: "run expression: '{0}'" => "運行表達式:“{0}”"
1376
+ // lg.trigger_runExpressionText2: " and set its result into question: {0}" => "並質疑其結果:{0}"
1377
+ // lg.completedHtmlOnConditionText: "show custom text for the 'Thank you page'." => "顯示「感謝頁面」的自定義文字。"
1378
+ // lg.showAllQuestions: "All Questions" => "所有問題"
1379
+ // lg.showAllActionTypes: "All Action Types" => "所有操作類型"
1380
+ // lg.conditions: "Condition(s)" => "條件"
1381
+ // lg.actions: "Action(s)" => "操作 (s)"
1382
+ // lg.expressionEditorTitle: "Define condition(s)" => "定義條件"
1383
+ // lg.actionsEditorTitle: "Define action(s)" => "定義操作"
1384
+ // lg.deleteAction: "Delete Action" => "刪除操作"
1385
+ // lg.addNewAction: "Add Action" => "添加操作"
1386
+ // lg.selectedActionCaption: "Select action..." => "選擇操作..."
1387
+ // lg.expressionInvalid: "The logic expression is empty or invalid. Please correct it." => "邏輯表達式為空或無效。請更正。"
1388
+ // lg.noActionError: "Please, add at least one action." => "請至少添加一個操作。"
1389
+ // lg.actionInvalid: "Please, fix problems in your action(s)." => "請解決操作中的問題。"
1390
+ // lg.uncompletedRule_title: "Logical rules are incomplete" => "邏輯規則不完整"
1391
+ // lg.uncompletedRule_text: "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?" => "您尚未完成某些邏輯規則。如果現在離開該選項卡,更改將丟失。是否仍要離開選項卡而不完成更改?"
1392
+ // lg.uncompletedRule_apply: "Yes" => "是的"
1393
+ // lg.uncompletedRule_cancel: "No, I want to complete the rules" => "不,我想完成規則"
1394
+ // lg.expressionSetup: "" => ""
1395
+ // lg.actionsSetup: "" => ""
1396
+ // pe.save: "Save" => "救"
1397
+ // pe.clear: "Clear" => "清楚"
1398
+ // pe.saveTooltip: "Save" => "救"
1399
+ // pe.set: "Set" => "設置"
1400
+ // pe.change: "Change" => "改變"
1401
+ // pe.refresh: "Refresh" => "刷新"
1402
+ // pe.add: "Add" => "加"
1403
+ // pe.addItem: "Click to add an item..." => "點選以新增專案..."
1404
+ // pe.removeItem: "Click to remove the item..." => "按下以刪除該專案..."
1405
+ // pe.dragItem: "Drag the item" => "拖動專案"
1406
+ // pe.addOther: "Other" => "其他"
1407
+ // pe.addSelectAll: "Select All" => "全選"
1408
+ // pe.addNone: "None" => "沒有"
1409
+ // pe.back: "Return without saving" => "退貨而不保存"
1410
+ // pe.backTooltip: "Return without saving" => "退貨而不保存"
1411
+ // pe.saveAndBack: "Save and return" => "保存並返回"
1412
+ // pe.saveAndBackTooltip: "Save and return" => "保存並返回"
1413
+ // pe.doneEditing: "Done" => "做"
1414
+ // pe.editChoices: "Edit Choices" => "編輯選項"
1415
+ // pe.showChoices: "Show Choices" => "顯示選項"
1416
+ // pe.move: "Move" => "移動"
1417
+ // pe.emptyValue: "Value is empty" => "值為空"
1418
+ // pe.fastEntryNonUniqueError: "Value '{0}' is not unique" => "值“{0}”不是唯一的"
1419
+ // pe.fastEntryChoicesCountError: "Please limit the number of items from {0} to {1}" => "請將項目數量限制在{0}到{1}"
1420
+ // pe.fastEntryPlaceholder: "You can set data in the following format:\nvalue1|text\nvalue2" => "您可以按以下格式設定資料:\n值 1|文本\n值2"
1421
+ // pe.itemSelectorEmpty: "Please select the element" => "請選擇元素"
1422
+ // pe.conditionActionEmpty: "Please select the action" => "請選擇操作"
1423
+ // pe.conditionSelectQuestion: "Select question..." => "選擇問題..."
1424
+ // pe.conditionSelectPage: "Select page..." => "選擇頁面..."
1425
+ // pe.conditionSelectPanel: "Select panel..." => "選擇面板..."
1426
+ // pe.conditionValueQuestionTitle: "Please enter/select the value" => "請輸入/選擇值"
1427
+ // pe.aceEditorHelp: "Press ctrl+space to get expression completion hint" => "按 ctrl+空格鍵獲取表達式完成提示"
1428
+ // pe.aceEditorRowTitle: "Current row" => "當前行"
1429
+ // pe.aceEditorPanelTitle: "Current panel" => "當前面板"
1430
+ // pe.assistantTitle: "Available questions" => "可用問題"
1431
+ // pe.cellsEmptyRowsColumns: "There is should be at least one column or row" => "至少應該有一列或一行"
1432
+ // pe.showPreviewBeforeComplete: "Preview answers before submitting the survey" => "在提交調查之前預覽答案"
1433
+ // pe.overridingPropertyPrefix: "Set by " => "設置者"
1434
+ // pe.propertyIsNoUnique: "Please enter a unique value" => "請輸入唯一值"
1435
+ // pe.propertyNameIsNotUnique: "Please enter a unique name" => "請輸入唯一名稱"
1436
+ // pe.propertyNameIsIncorrect: "Do not use reserved words: \"item\", \"choice\", \"panel\", \"row\"." => "不要使用保留字:「專案」、「選項」、「面板」、“行”。"
1437
+ // pe.listIsEmpty: "No items have been added yet" => "尚未添加任何專案"
1438
+ // pe.listIsEmpty@choices: "No choices have been added yet" => "尚未添加任何選項"
1439
+ // pe.addNew@choices: "Add a choice" => "添加選項"
1440
+ // pe.expressionIsEmpty: "Expression is empty" => "表達式為空"
1441
+ // pe.rowid: "Row ID" => "行標識"
1442
+ // pe.imageLink: "Image or video URL" => "圖片或視頻網址"
1443
+ // choicesbyurl.valueName: "Get values from the following JSON field" => "從以下 JSON 欄位中獲取值"
1444
+ // pe.imageLinkName: "Get image URLs from the following JSON field" => "從以下 JSON 欄位獲取影像網址"
1445
+ // pe.allowEmptyResponse: "Allow empty response" => "允許空回應"
1446
+ // pe.titlePlaceholder: "Title" => "標題"
1447
+ // pe.surveyTitlePlaceholder: "Survey Title" => "調查標題"
1448
+ // pe.pageTitlePlaceholder: "Page {num}" => "頁數 {num}"
1449
+ // pe.descriptionPlaceholder: "Description" => "描述"
1450
+ // pe.surveyDescriptionPlaceholder: "Description" => "描述"
1451
+ // pe.pageDescriptionPlaceholder: "Description" => "描述"
1452
+ // pe.showNoneItem: "Allow the None option" => "允許“無”選項"
1453
+ // pe.noneText: "None option text" => "無選項文字"
1454
+ // pe.showSelectAllItem: "Allow the Select All option" => "允許「全選」選項"
1455
+ // pe.selectAllText: "Select All option text" => "全選選項文本"
1456
+ // pe.choicesMin: "Minimum value for auto-generated items" => "自動生成項的最小值"
1457
+ // pe.choicesMax: "Maximum value for auto-generated items" => "自動生成項的最大值"
1458
+ // pe.choicesStep: "Step for auto-generated items" => "自動生成項的步驟"
1459
+ // pe.isAllRowRequired: "Require answer for all rows" => "要求所有行都回答"
1460
+ // pe.requiredErrorText: "\"Required\" error message" => "“必需”錯誤消息"
1461
+ // pe.cols: "Columns" => "列"
1462
+ // pe.columnLayout: "Columns layout" => "列佈局"
1463
+ // pe.addRowLocation: "Add Row button location" => "“添加行”按鈕位置"
1464
+ // pe.rateMin: "Minimum rate value" => "最低速率值"
1465
+ // pe.rateMax: "Maximum rate value" => "最大速率值"
1466
+ // pe.rateStep: "Rate step" => "速率步長"
1467
+ // pe.defaultValue: "Default Answer" => "默認答案"
1468
+ // pe.cellsDefaultRow: "Default texts" => "預設文字"
1469
+ // pe.surveyEditorTitle: "Edit survey settings" => "編輯調查設置"
1470
+ // pe.maxLength: "Maximum length (in characters)" => "最大長度(字元)"
1471
+ // pe.buildExpression: "Build" => "建"
1472
+ // pe.editExpression: "Edit" => "編輯"
1473
+ // pe.and: "and" => "和"
1474
+ // pe.or: "or" => "或"
1475
+ // pe.remove: "Remove" => "刪除"
1476
+ // pe.addCondition: "Add Condition" => "添加條件"
1477
+ // pe.emptyLogicPopupMessage: "Select a question to start configuring conditions." => "選擇一個問題以開始配置條件。"
1478
+ // pe.if: "If" => "如果"
1479
+ // pe.then: "then" => "然後"
1480
+ // pe.setToName: "Target question" => "目標問題"
1481
+ // pe.fromName: "Question to copy answer from" => "要從中複製答案的問題"
1482
+ // pe.gotoName: "Question to skip to" => "要跳到的問題"
1483
+ // pe.ruleIsNotSet: "Rule is incorrect" => "規則不正確"
1484
+ // pe.includeIntoResult: "Include into survey results" => "包含在調查結果中"
1485
+ // pe.expandCollapseTitle: "Expand/collapse title" => "展開/摺疊標題"
1486
+ // pe.simulator: "Select device type" => "選擇設備類型"
1487
+ // pe.landscapeOrientation: "Switch to landscape orientation" => "切換到橫向"
1488
+ // pe.portraitOrientation: "Switch to portrait orientation" => "切換到縱向"
1489
+ // pe.previewText: "Preview Answers button text" => "「預覽答案」按鈕文本"
1490
+ // pe.editText: "Edit Answer button text" => "編輯應答按鈕文本"
1491
+ // image.imageHeight: "Image height (in CSS-accepted values)" => "圖片高度(以 CSS 接受的值為單位)"
1492
+ // image.imageWidth: "Image width (in CSS-accepted values)" => "影像寬度(以 CSS 接受的值為單位)"
1493
+ // page.maxTimeToFinish: "Time limit to finish the page (in seconds)" => "完成頁面的時間限制(秒為單位 )"
1494
+ // question.page: "Parent page" => "父頁面"
1495
+ // pe.noEntriesText: "Empty entries text" => "空條目文本"
1496
+ // pe.html: "HTML markup" => "網頁標記"
1497
+ // pe.expression: "Expression" => "表達"
1498
+ // pe.setValue: "Answer" => "答"
1499
+ // pe.dataFormat: "Image format" => "圖像格式"
1500
+ // pe.allowAddRows: "Allow adding rows" => "允許添加行"
1501
+ // pe.allowRemoveRows: "Allow removing rows" => "允許刪除行"
1502
+ // pe.allowRowsDragAndDrop: "Allow row drag and drop" => "允許行拖放"
1503
+ // pe.responsiveImageSizeHelp: "Does not apply if you specify the exact image width or height." => "如果指定確切的圖像寬度或高度,則不適用。"
1504
+ // pe.minImageWidth: "Minimum image width" => "最小圖像寬度"
1505
+ // pe.maxImageWidth: "Maximum image width" => "最大圖像寬度"
1506
+ // pe.minImageHeight: "Minimum image height" => "最小圖像高度"
1507
+ // pe.maxImageHeight: "Maximum image height" => "最大圖像高度"
1508
+ // pe.minValue: "Minimum value" => "最小值"
1509
+ // pe.maxValue: "Maximum value" => "最大值"
1510
+ // pe.minLength: "Minimum length (in characters)" => "最小長度(以字元為單位)"
1511
+ // pe.allowDigits: "Allow digits" => "允許數位"
1512
+ // pe.minCount: "Minimum count" => "最小計數"
1513
+ // pe.maxCount: "Maximum count" => "最大計數"
1514
+ // pe.regex: "Regular expression" => "正則表達式"
1515
+ // surveyvalidator.text: "Error message" => "錯誤資訊"
1516
+ // surveyvalidator.expression: "Validation expression" => "驗證表達式"
1517
+ // pe.totalText: "Total row text" => "總計行文本"
1518
+ // pe.totalType: "Total type" => "總類型"
1519
+ // pe.totalExpression: "Total expression" => "總表達"
1520
+ // pe.totalDisplayStyle: "Total value display style" => "總值顯示樣式"
1521
+ // pe.totalCurrency: "Currency" => "貨幣"
1522
+ // pe.totalFormat: "Formatted string" => "帶格式的字串"
1523
+ // pe.logo: "Logo (URL or base64-encoded string)" => "徽標(URL 或base64 編碼的字串)"
1524
+ // pe.questionsOnPageMode: "Survey structure" => "調查結構"
1525
+ // pe.maxTextLength: "Maximum answer length (in characters)" => "最大答案長度(以字元為單位)"
1526
+ // pe.maxOthersLength: "Maximum comment length (in characters)" => "最大註解長度(以字元為單位)"
1527
+ // pe.autoGrowComment: "Auto-expand comment area if necessary" => "如有必要,自動展開評論區域"
1528
+ // pe.allowResizeComment: "Allow users to resize text areas" => "允許用戶調整文字區域的大小"
1529
+ // pe.textUpdateMode: "Update text question value" => "更新文字問題值"
1530
+ // pe.focusOnFirstError: "Set focus on the first invalid answer" => "將焦點放在第一個無效答案上"
1531
+ // pe.checkErrorsMode: "Run validation" => "運行驗證"
1532
+ // pe.navigateToUrl: "Navigate to URL" => "導航到網址"
1533
+ // pe.navigateToUrlOnCondition: "Dynamic URL" => "動態網址"
1534
+ // pe.completedBeforeHtml: "Markup to show if the user already filled out this survey" => "用於顯示使用者是否已填寫此調查的標記"
1535
+ // pe.completedHtml: "Survey Complete page markup" => "調查完成頁面標記"
1536
+ // pe.completedHtmlOnCondition: "Dynamic Survey Complete page markup" => "動態調查完成頁面標記"
1537
+ // pe.loadingHtml: "Markup to show while survey model is loading" => "載入調查模型時要顯示的標記"
1538
+ // pe.commentText: "Comment area text" => "註釋區文本"
1539
+ // pe.autocomplete: "Autocomplete type" => "自動完成類型"
1540
+ // pe.labelTrue: "\"True\" label" => "“真實”標籤"
1541
+ // pe.labelFalse: "\"False\" label" => "“虛假”標籤"
1542
+ // pe.allowClear: "Show the Clear button" => "顯示“清除”按鈕"
1543
+ // pe.displayStyle: "Value display style" => "值顯示樣式"
1544
+ // pe.format: "Formatted string" => "帶格式的字串"
1545
+ // pe.maximumFractionDigits: "Maximum fractional digits" => "最大小數位數"
1546
+ // pe.minimumFractionDigits: "Minimum fractional digits" => "最小小數位數"
1547
+ // pe.useGrouping: "Display grouping separators" => "顯示分組分隔符"
1548
+ // pe.allowMultiple: "Allow multiple files" => "允許多個檔"
1549
+ // pe.allowImagesPreview: "Preview images" => "預覽圖像"
1550
+ // pe.acceptedTypes: "Accepted file types" => "接受的文件類型"
1551
+ // pe.waitForUpload: "Wait for the upload to complete" => "等待上傳完成"
1552
+ // pe.needConfirmRemoveFile: "Confirm file deletion" => "確認文件刪除"
1553
+ // pe.detailPanelMode: "Detail panel location" => "詳細資訊面板位置"
1554
+ // pe.minRowCount: "Minimum row count" => "最小行數"
1555
+ // pe.maxRowCount: "Maximum row count" => "最大行數"
1556
+ // pe.confirmDelete: "Confirm row deletion" => "確認刪除行"
1557
+ // pe.confirmDeleteText: "Confirmation message" => "確認消息"
1558
+ // paneldynamic.confirmDelete: "Confirm panel deletion" => "確認面板刪除"
1559
+ // pe.panelCount: "Initial panel count" => "初始面板計數"
1560
+ // pe.minPanelCount: "Minimum panel count" => "最小面板數"
1561
+ // pe.maxPanelCount: "Maximum panel count" => "最大面板數"
1562
+ // pe.panelsState: "Inner panel expand state" => "內面板展開狀態"
1563
+ // pe.templateDescription: "Description template" => "描述範本"
1564
+ // pe.templateTitle: "Title template" => "標題範本"
1565
+ // pe.panelPrevText: "Previous Panel button tooltip" => "“上一個面板”按鈕工具提示"
1566
+ // pe.panelNextText: "Next Panel button tooltip" => "“下一個面板”按鈕工具提示"
1567
+ // pe.showRangeInProgress: "Show progress bar" => "顯示進度條"
1568
+ // pe.templateTitleLocation: "Question title location" => "問題標題位置"
1569
+ // pe.panelRemoveButtonLocation: "Remove Panel button location" => "“刪除面板”按鈕位置"
1570
+ // pe.hideIfRowsEmpty: "Hide the question if there are no rows" => "如果沒有行,則隱藏問題"
1571
+ // pe.hideColumnsIfEmpty: "Hide columns if there are no rows" => "如果沒有行,則隱藏列"
1572
+ // pe.rateValues: "Custom rate values" => "自定義費率值"
1573
+ // pe.rateCount: "Rate count" => "速率計數"
1574
+ // pe.autoGenerate: "How to specify rate values?" => "如何指定速率值?"
1575
+ // pe.hideIfChoicesEmpty: "Hide the question if it contains no choices" => "如果問題不包含任何選項,則隱藏問題"
1576
+ // pe.hideNumber: "Hide question number" => "隱藏問題編號"
1577
+ // pe.minWidth: "Minimum width (in CSS-accepted values)" => "最小寬度(以 CSS 接受的值為單位)"
1578
+ // pe.maxWidth: "Maximum width (in CSS-accepted values)" => "最大寬度(以 CSS 接受的值為單位)"
1579
+ // pe.width: "Width (in CSS-accepted values)" => "寬度(以 CSS 接受的值為單位)"
1580
+ // pe.showHeader: "Show column headers" => "顯示列標題"
1581
+ // pe.horizontalScroll: "Show horizontal scrollbar" => "顯示水平滾動條"
1582
+ // pe.columnMinWidth: "Minimum column width (in CSS-accepted values)" => "最小列寬(以 CSS 接受的值為單位)"
1583
+ // pe.rowTitleWidth: "Row header width (in CSS-accepted values)" => "行標題寬度(以 CSS 接受的值為單位)"
1584
+ // pe.valueTrue: "\"True\" value" => "“真”值"
1585
+ // pe.valueFalse: "\"False\" value" => "“假”值"
1586
+ // pe.minErrorText: "\"Value is below minimum\" error message" => "“值低於最小值”錯誤消息"
1587
+ // pe.maxErrorText: "\"Value exceeds maximum\" error message" => "“值超過最大值”錯誤消息"
1588
+ // pe.otherErrorText: "\"Empty comment\" error message" => "“空評論”錯誤消息"
1589
+ // pe.keyDuplicationError: "\"Non-unique key value\" error message" => "“非唯一鍵值”錯誤消息"
1590
+ // pe.minSelectedChoices: "Minimum selected choices" => "最少選擇的選項"
1591
+ // pe.maxSelectedChoices: "Maximum selected choices" => "最大選定選項數"
1592
+ // pe.showClearButton: "Show the Clear button" => "顯示“清除”按鈕"
1593
+ // pe.showNumber: "Show panel number" => "顯示面板編號"
1594
+ // pe.logoWidth: "Logo width (in CSS-accepted values)" => "徽標寬度(以 CSS 接受的值為單位)"
1595
+ // pe.logoHeight: "Logo height (in CSS-accepted values)" => "徽標高度(以 CSS 接受的值為單位)"
1596
+ // pe.readOnly: "Read-only" => "唯讀"
1597
+ // pe.enableIf: "Editable if" => "可編輯,如果"
1598
+ // pe.emptyRowsText: "\"No rows\" message" => "“無行”消息"
1599
+ // pe.size: "Input field size (in characters)" => "輸入欄位大小(以字元為單位 )"
1600
+ // pe.separateSpecialChoices: "Separate special choices (None, Other, Select All)" => "單獨的特殊選項(無、其他、全選)"
1601
+ // pe.choicesFromQuestion: "Copy choices from the following question" => "複製以下問題的選項"
1602
+ // pe.choicesFromQuestionMode: "Which choices to copy?" => "要複製哪些選項?"
1603
+ // pe.showCommentArea: "Show the comment area" => "顯示評論區域"
1604
+ // pe.commentPlaceholder: "Comment area placeholder" => "註釋區佔位元"
1605
+ // pe.displayRateDescriptionsAsExtremeItems: "Display rate descriptions as extreme values" => "將速率描述顯示為極值"
1606
+ // pe.rowsOrder: "Row order" => "行順序"
1607
+ // pe.columnsLayout: "Column layout" => "列佈局"
1608
+ // pe.columnColCount: "Nested column count" => "嵌套列計數"
1609
+ // pe.state: "Panel expand state" => "面板展開狀態"
1610
+ // pe.correctAnswer: "Correct Answer" => "正確答案"
1611
+ // pe.defaultPanelValue: "Default Values" => "預設值"
1612
+ // pe.cells: "Cell Texts" => "單元格文本"
1613
+ // pe.keyName: "Key column" => "鍵列"
1614
+ // itemvalue.text: "Alt text" => "可選文字"
1615
+ // pe.logoPosition: "Logo position" => "徽標位置"
1616
+ // pe.addLogo: "Add logo..." => "新增徽標..."
1617
+ // pe.changeLogo: "Change logo..." => "變更徽標..."
1618
+ // logoPositions.none: "Remove logo" => "刪除徽標"
1619
+ // logoPositions.left: "Left" => "左"
1620
+ // logoPositions.right: "Right" => "右"
1621
+ // logoPositions.top: "On the top" => "在頂部"
1622
+ // logoPositions.bottom: "In the bottom" => "在底部"
1623
+ // tabs.items: "Items" => "專案"
1624
+ // tabs.requiredIf: "Required If" => "如果"
1625
+ // tabs.numbering: "Numbering" => "編號"
1626
+ // tabs.pages: "Pages" => "頁面"
1627
+ // tabs.calculatedValues: "Calculated Values" => "計算值"
1628
+ // tabs.triggers: "Triggers" => "觸發器"
1629
+ // tabs.templateTitle: "Title template" => "標題範本"
1630
+ // tabs.totals: "Totals" => "總數"
1631
+ // tabs.logic: "Logic" => "邏輯"
1632
+ // tabs.layout: "Layout" => "佈局"
1633
+ // tabs.data: "Data" => "數據"
1634
+ // tabs.validation: "Validation" => "驗證"
1635
+ // tabs.cells: "Cell Texts" => "單元格文本"
1636
+ // tabs.showOnCompleted: "Survey Complete" => "調查完成"
1637
+ // tabs.logo: "Logo in Survey Title" => "調查標題中的徽標"
1638
+ // tabs.slider: "Slider" => "滑塊"
1639
+ // tabs.expression: "Expression" => "表達"
1640
+ // tabs.others: "Others" => "別人"
1641
+ // pe.choicesVisibleIf: "Choices are visible if" => "在以下情況下,選項可見"
1642
+ // pe.choicesEnableIf: "Choices are selectable if" => "在以下情況下,可以選擇選項"
1643
+ // pe.columnsEnableIf: "Columns are visible if" => "在以下情況下,列可見"
1644
+ // pe.rowsEnableIf: "Rows are visible if" => "在以下情況下,行可見"
1645
+ // pe.indent: "Add indents" => "添加縮進"
1646
+ // panel.indent: "Add outer indents" => "添加外部縮進"
1647
+ // pe.innerIndent: "Add inner indents" => "添加內部縮進"
1648
+ // pe.defaultValueFromLastRow: "Take default values from the last row" => "從最後一行獲取預設值"
1649
+ // pe.defaultValueFromLastPanel: "Take default values from the last panel" => "從最後一個面板中獲取預設值"
1650
+ // pe.titleKeyboardAdornerTip: "Press enter button to edit" => "按回車鍵編輯"
1651
+ // pe.keyboardAdornerTip: "Press enter button to edit item, press delete button to delete item, press alt plus arrow up or arrow down to move item" => "按回車鍵編輯專案,按刪除按鈕刪除專案,按Alt加向上箭頭或向下箭頭移動專案"
1652
+ // pe.triggerFromName: "Copy value from: " => "從以下位置複製值:"
1653
+ // pe.triggerRunExpression: "Run this Expression" => "運行此表達式"
1654
+ // pe.triggerGotoName: "Go to the question" => "轉到問題"
1655
+ // pe.triggerRunExpressionEmpty: "Please enter a valid expression" => "請輸入有效的表達式"
1656
+ // pe.emptyExpressionPlaceHolder: "Type expression here..." => "在這裡鍵入表示式..."
1657
+ // pe.noFile: "No file choosen" => "未選擇任何檔"
1658
+ // pe.clearIfInvisible: "Clear the value if the question becomes hidden" => "如果問題被隱藏,則清除該值"
1659
+ // pe.valuePropertyName: "Value property name" => "值屬性名稱"
1660
+ // pe.searchEnabled: "Enable search" => "啟用搜索"
1661
+ // pe.hideSelectedItems: "Hide selected items" => "隱藏選取選取專案"
1662
+ // pe.closeOnSelect: "Close the dropdown after selection" => "選擇後關閉下拉清單"
1663
+ // pe.signatureWidth: "Signature width" => "簽名寬度"
1664
+ // pe.signatureHeight: "Signature height" => "標誌性高度"
1665
+ // pe.verticalAlign: "Vertical alignment" => "垂直對齊"
1666
+ // pe.alternateRows: "Alternate rows" => "交替行"
1667
+ // pe.columnsVisibleIf: "Columns are visible if" => "在以下情況下,列可見"
1668
+ // pe.rowsVisibleIf: "Rows are visible if" => "在以下情況下,行可見"
1669
+ // pe.otherPlaceholder: "Comment area placeholder" => "註釋區佔位元"
1670
+ // pe.rateType: "Rate type" => "費率類型"
1671
+ // pv.true: "true" => "真"
1672
+ // pv.false: "false" => "假"
1673
+ // pv.inherit: "Inherit" => "繼承"
1674
+ // pv.show: "Visible" => "可見"
1675
+ // pv.hide: "Hidden" => "隱藏"
1676
+ // pv.default: "Inherit" => "繼承"
1677
+ // pv.initial: "Initial" => "初"
1678
+ // pv.random: "Random" => "隨機"
1679
+ // pv.collapsed: "Collapsed" => "倒塌"
1680
+ // pv.expanded: "Expanded" => "擴大"
1681
+ // pv.none: "None" => "沒有"
1682
+ // pv.asc: "Ascending" => "上升"
1683
+ // pv.desc: "Descending" => "降"
1684
+ // pv.indeterminate: "Indeterminate" => "定"
1685
+ // pv.decimal: "decimal" => "十進位"
1686
+ // pv.currency: "currency" => "貨幣"
1687
+ // pv.percent: "percent" => "百分之"
1688
+ // pv.firstExpanded: "First panel is expanded" => "第一個面板展開"
1689
+ // pv.off: "Hide question numbers" => "隱藏問題編號"
1690
+ // pv.onpanel: "Start on each panel" => "在每個面板上開始"
1691
+ // pv.onPanel: "Start on each panel" => "在每個面板上開始"
1692
+ // pv.onSurvey: "Continue throughout the survey" => "在整個調查過程中繼續"
1693
+ // pv.list: "List" => "清單"
1694
+ // pv.progressTop: "Panel navigator + Progress bar at the top" => "面板導航器 + 頂部的進度條"
1695
+ // pv.progressBottom: "Panel navigator + Progress bar at the bottom" => "面板導航器 + 底部的進度條"
1696
+ // pv.progressTopBottom: "Panel navigator + Progress bar at the top and bottom" => "面板導航器 + 頂部和底部的進度條"
1697
+ // pv.tab: "Tabs" => "製表元"
1698
+ // pv.horizontal: "Horizontal" => "水準"
1699
+ // pv.vertical: "Vertical" => "垂直"
1700
+ // pv.top: "Top" => "返回頁首"
1701
+ // pv.bottom: "Bottom" => "底"
1702
+ // pv.topBottom: "Top and bottom" => "頂部和底部"
1703
+ // pv.both: "Both" => "雙"
1704
+ // pv.left: "Left" => "左"
1705
+ // pv.right: "Right" => "右"
1706
+ // pv.color: "color" => "顏色"
1707
+ // pv.date: "date" => "日期"
1708
+ // pv.datetime: "datetime" => "日期時間"
1709
+ // pv.datetime-local: "datetime-local" => "日期時間-本地"
1710
+ // pv.email: "email" => "電子郵件"
1711
+ // pv.month: "month" => "月"
1712
+ // pv.number: "number" => "數"
1713
+ // pv.password: "password" => "密碼"
1714
+ // pv.range: "range" => "範圍"
1715
+ // pv.tel: "tel" => "電話"
1716
+ // pv.text: "text" => "發簡訊"
1717
+ // pv.time: "time" => "時間"
1718
+ // pv.url: "url" => "網址"
1719
+ // pv.week: "week" => "周"
1720
+ // pv.hidden: "Hidden" => "隱藏"
1721
+ // pv.on: "Continue from the previous page" => "從上一頁繼續"
1722
+ // pv.onPage: "Start on each page" => "從每個頁面開始"
1723
+ // pv.edit: "Editable" => "編輯"
1724
+ // pv.display: "Read-only" => "唯讀"
1725
+ // pv.onComplete: "When the survey is completed" => "調查完成時"
1726
+ // pv.onHidden: "When the question becomes hidden" => "當問題變得隱藏時"
1727
+ // pv.onHiddenContainer: "When the question or its panel/page becomes hidden" => "當問題或其面板/頁面被隱藏時"
1728
+ // clearInvisibleValues.none: "Never" => "從不"
1729
+ // inputType.color: "Color" => "顏色"
1730
+ // inputType.date: "Date" => "日期"
1731
+ // inputType.datetime-local: "Date and Time" => "日期和時間"
1732
+ // inputType.email: "Email" => "電子郵件"
1733
+ // inputType.month: "Month" => "月"
1734
+ // inputType.number: "Number" => "數"
1735
+ // inputType.password: "Password" => "密碼"
1736
+ // inputType.range: "Range" => "範圍"
1737
+ // inputType.tel: "Phone Number" => "電話號碼"
1738
+ // inputType.text: "Text" => "發簡訊"
1739
+ // inputType.time: "Time" => "時間"
1740
+ // inputType.url: "URL" => "網址"
1741
+ // inputType.week: "Week" => "周"
1742
+ // pv.all: "All" => "都"
1743
+ // pv.page: "Page" => "頁"
1744
+ // pv.survey: "Survey" => "調查"
1745
+ // pv.onNextPage: "When switching to the next page" => "切換到下一頁時"
1746
+ // pv.onValueChanged: "After an answer is changed" => "更改答案後"
1747
+ // pv.onValueChanging: "Before an answer is changed" => "更改答案之前"
1748
+ // pv.standard: "Original structure" => "原始結構"
1749
+ // pv.singlePage: "All questions on a single page" => "所有問題都在一個頁面上"
1750
+ // pv.questionPerPage: "Each question on an individual page" => "單個頁面上的每個問題"
1751
+ // pv.noPreview: "No preview" => "無預覽"
1752
+ // pv.showAllQuestions: "Show all questions" => "顯示所有問題"
1753
+ // pv.showAnsweredQuestions: "Show answered questions only" => "僅顯示已回答的問題"
1754
+ // pv.pages: "Completed pages" => "已完成的頁面"
1755
+ // pv.questions: "Answered questions" => "已回答的問題"
1756
+ // pv.requiredQuestions: "Answered required questions" => "回答必填問題"
1757
+ // pv.correctQuestions: "Valid answers" => "有效答案"
1758
+ // pv.buttons: "Completed pages (button UI)" => "已完成的頁面(按鈕 UI)"
1759
+ // pv.underInput: "Under the input" => "在輸入下"
1760
+ // pv.underTitle: "Under the title" => "在標題下"
1761
+ // pv.onBlur: "On blur" => "模糊時"
1762
+ // pv.onTyping: "While typing" => "打字時"
1763
+ // pv.underRow: "Under the row" => "在行下"
1764
+ // pv.underRowSingle: "Under the row, only one panel is visible" => "在該行下,只有一個面板可見"
1765
+ // showNavigationButtons.none: "Hidden" => "隱藏"
1766
+ // showProgressBar.off: "Hidden" => "隱藏"
1767
+ // showTimerPanel.none: "Hidden" => "隱藏"
1768
+ // showTimerPanelMode.all: "Both" => "雙"
1769
+ // detailPanelMode.none: "Hidden" => "隱藏"
1770
+ // addRowLocation.default: "Depends on matrix layout" => "取決於矩陣佈局"
1771
+ // panelsState.default: "Users cannot expand or collapse panels" => "使用者無法展開或摺疊面板"
1772
+ // panelsState.collapsed: "All panels are collapsed" => "所有面板均已摺疊"
1773
+ // panelsState.expanded: "All panels are expanded" => "所有面板均已展開"
1774
+ // widthMode.auto: "Auto" => "自動"
1775
+ // widthMode.static: "Static" => "靜態的"
1776
+ // widthMode.responsive: "Responsive" => "回應"
1777
+ // imageFit.none: "None" => "沒有"
1778
+ // imageFit.contain: "Contain" => "包含"
1779
+ // imageFit.cover: "Cover" => "蓋"
1780
+ // imageFit.fill: "Fill" => "填補"
1781
+ // contentMode.auto: "Auto" => "自動"
1782
+ // contentMode.image: "Image" => "圖像"
1783
+ // contentMode.video: "Video" => "視頻"
1784
+ // contentMode.youtube: "YouTube" => "優酷"
1785
+ // displayMode.auto: "Auto" => "自動"
1786
+ // displayMode.buttons: "Buttons" => "按鈕"
1787
+ // displayMode.dropdown: "Dropdown" => "下拉清單"
1788
+ // rateColorMode.default: "Default" => "違約"
1789
+ // autoGenerate.true: "Generate" => "生成"
1790
+ // autoGenerate.false: "Enter manually" => "手動輸入"
1791
+ // rateType.labels: "Labels" => "標籤"
1792
+ // rateType.stars: "Stars" => "星星"
1793
+ // rateType.smileys: "Smileys" => "笑臉"
1794
+ // op.anyof: "Any of" => "任何"
1795
+ // op.allof: "All of" => "全部"
1796
+ // op.and: "and" => "和"
1797
+ // op.or: "or" => "或"
1798
+ // ew.modern: "Modern theme" => "現代主題"
1799
+ // ew.default: "Default theme" => "默認主題"
1800
+ // ew.orange: "Orange theme" => "橙色主題"
1801
+ // ew.darkblue: "Darkblue theme" => "深藍色主題"
1802
+ // ew.darkrose: "Darkrose theme" => "“暗玫瑰”主題"
1803
+ // ew.stone: "Stone theme" => "“石頭”主題"
1804
+ // ew.winter: "Winter theme" => "“冬季”主題"
1805
+ // ew.winterstone: "Winter-Stone theme" => "“冬日之石”主題"
1806
+ // ts.selectPage: "Select the page to test it" => "選擇要測試的頁面"
1807
+ // ts.showInvisibleElements: "Show invisible elements" => "顯示不可見元素"
1808
+ // ts.hideInvisibleElements: "Hide invisible elements" => "隱藏不可見元素"
1809
+ // validators.expressionvalidator: "Expression" => "表達"
1810
+ // triggers.copyvaluetrigger: "Copy answer" => "複製答案"
1811
+ // triggers.skiptrigger: "Skip to question" => "跳至問題"
1812
+ // triggers.runexpressiontrigger: "Run expression" => "運行表達式"
1813
+ // pehelp.cookieName: "Cookies prevent users from filling out the same survey twice." => "Cookie 可防止使用者兩次填寫同一調查問卷。"
1814
+ // pehelp.size: "Resizes the visible area of the input field. Please use the <b>Validation → Maximum length</b> setting to limit the input length." => "調整輸入欄位的可見區域的大小。請使用<b>「驗證→最大長度</b>」設置來限制輸入長度。"
1815
+ // pehelp.format: "Use {0} as a placeholder for the actual value." => "使用 {0} 作為實際值的佔位元。"
1816
+ // pehelp.totalText: "Visible only when at least one column has Total type or Total expression." => "僅當至少一列具有 Total 類型或 Total 運算式時才可見。"
1817
+ // pehelp.acceptedTypes: "Refer to the [accept](https://www.w3schools.com/tags/att_input_accept.asp) attribute description for more information." => "有關詳細資訊,請參閱 [accept](https://www.w3schools.com/tags/att_input_accept.asp) 屬性說明。"
1818
+ // pehelp.columnColCount: "Applicable only to Radiogroup and Checkbox cell types." => "僅適用於單選組和複選框單元類型。"
1819
+ // pehelp.autocomplete: "Refer to the [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) attribute description for more information." => "有關詳細資訊,請參閱 [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) 屬性說明。"
1820
+ // pehelp.valueName: "If you do not set this property, the answer will be stored in a field specified by the Name property." => "如果未設置此屬性,則答案將存儲在 Name 屬性指定的欄位中。"
1821
+ // choicesbyurl.valueName: " " => " "
1822
+ // pehelp.keyName: "If the specified column contains identical values, the survey throws the \"Non-unique key value\" error." => "如果指定的列包含相同的值,則調查將引發「非唯一鍵值」錯誤。"
1823
+ // p.multiSelect: "Allow multiple selection" => "允許多項選擇"
1824
+ // p.showLabel: "Show image captions" => "顯示圖像標題"
1825
+ // p.value: "Value" => "價值"
1826
+ // p.tabAlign: "Tab alignment" => "製表元對齊方式"
1827
+ // p.logoFit: "Logo fit" => "徽標合身"
1828
+ // p.pages: "Pages" => "頁面"
1829
+ // p.questions: "Questions" => "問題"
1830
+ // p.triggers: "Triggers" => "觸發器"
1831
+ // p.calculatedValues: "Calculated values" => "計算值"
1832
+ // p.surveyId: "Survey id" => "調查編號"
1833
+ // p.surveyPostId: "Survey post id" => "調查帖子編號"
1834
+ // p.surveyShowDataSaving: "Survey show data saving" => "調查顯示數據保存"
1835
+ // p.questionDescriptionLocation: "Question description location" => "問題描述位置"
1836
+ // p.progressBarType: "Progress bar type" => "進度條類型"
1837
+ // p.showTOC: "Show TOC" => "顯示目錄"
1838
+ // p.tocLocation: "Toc location" => "目錄位置"
1839
+ // p.questionTitlePattern: "Question title pattern" => "問題標題模式"
1840
+ // p.widthMode: "Width mode" => "寬度模式"
1841
+ // p.showBrandInfo: "Show brand info" => "顯示品牌資訊"
1842
+ // p.useDisplayValuesInDynamicTexts: "Use display values in dynamic texts" => "在動態文字中使用顯示值"
1843
+ // p.visibleIf: "Visible if" => "可見,如果"
1844
+ // p.titleLocation: "Title location" => "標題位置"
1845
+ // p.descriptionLocation: "Description location" => "描述位置"
1846
+ // p.defaultValueExpression: "Default value expression" => "預設值表達式"
1847
+ // p.requiredIf: "Required if" => "在以下情況下是必需的"
1848
+ // p.validators: "Validators" => "驗證者"
1849
+ // p.bindings: "Bindings" => "綁定"
1850
+ // p.renderAs: "Render as" => "渲染為"
1851
+ // p.attachOriginalItems: "Attach original items" => "附加原始專案"
1852
+ // p.currency: "Currency" => "貨幣"
1853
+ // p.cellHint: "Cell hint" => "單元格提示"
1854
+ // p.isUnique: "Is unique" => "是獨一無二的"
1855
+ // p.showInMultipleColumns: "Show in multiple columns" => "在多列中顯示"
1856
+ // p.totalMaximumFractionDigits: "Total maximum fraction digits" => "最大小數位數總數"
1857
+ // p.totalMinimumFractionDigits: "Total minimum fraction digits" => "最小小數位數總數"
1858
+ // p.columns: "Columns" => "列"
1859
+ // p.detailElements: "Detail elements" => "細節元素"
1860
+ // p.allowAdaptiveActions: "Allow adaptive actions" => "允許自適應操作"
1861
+ // p.defaultRowValue: "Default row value" => "預設行值"
1862
+ // p.detailPanelShowOnAdding: "Detail panel show on adding" => "添加時顯示的詳細資訊面板"
1863
+ // p.choicesLazyLoadEnabled: "Choices lazy load enabled" => "選項延遲載入已啟用"
1864
+ // p.choicesLazyLoadPageSize: "Choices lazy load page size" => "選擇延遲載入頁面大小"
1865
+ // p.inputFieldComponent: "Input field component" => "輸入欄位元件"
1866
+ // p.itemComponent: "Item component" => "項目元件"
1867
+ // p.min: "Min" => "最小值"
1868
+ // p.max: "Max" => "麥克斯"
1869
+ // p.minValueExpression: "Min value expression" => "最小值表達式"
1870
+ // p.maxValueExpression: "Max value expression" => "最大值表達式"
1871
+ // p.step: "Step" => "步"
1872
+ // p.dataList: "Data list" => "數據清單"
1873
+ // p.itemSize: "Item size" => "專案大小"
1874
+ // p.elements: "Elements" => "元素"
1875
+ // p.content: "Content" => "內容"
1876
+ // p.navigationButtonsVisibility: "Navigation buttons visibility" => "導航按鈕可見性"
1877
+ // p.navigationTitle: "Navigation title" => "導航標題"
1878
+ // p.navigationDescription: "Navigation description" => "導航說明"
1879
+ // p.longTap: "Long tap" => "長按"
1880
+ // p.autoGrow: "Auto grow" => "自動增長"
1881
+ // p.allowResize: "Allow resizing" => "允許調整大小"
1882
+ // p.acceptCarriageReturn: "Accept carriage return" => "接受回車"
1883
+ // p.displayMode: "Display mode" => "顯示模式"
1884
+ // p.rateType: "Rate type" => "費率類型"
1885
+ // p.label: "Label" => "標籤"
1886
+ // p.contentMode: "Content mode" => "內容模式"
1887
+ // p.imageFit: "Image fit" => "圖像貼合"
1888
+ // p.altText: "Alt text" => "可選文字"
1889
+ // p.height: "Height" => "高度"
1890
+ // p.penColor: "Pen color" => "筆顏色"
1891
+ // p.backgroundColor: "Background color" => "背景色"
1892
+ // p.templateElements: "Template elements" => "範本元素"
1893
+ // p.operator: "Operator" => "算子"
1894
+ // p.isVariable: "Is variable" => "是可變的"
1895
+ // p.runExpression: "Run expression" => "運行表達式"
1896
+ // p.showCaption: "Show caption" => "顯示標題"
1897
+ // p.iconName: "Icon name" => "圖示名稱"
1898
+ // p.iconSize: "Icon size" => "圖示大小"
1899
+ // p.precision: "Precision" => "精度"
1900
+ // p.matrixDragHandleArea: "Matrix drag handle area" => "矩陣拖動手柄區域"
1901
+ // p.backgroundImage: "Background image" => "背景圖片"
1902
+ // p.backgroundImageFit: "Background image fit" => "背景圖像適合"
1903
+ // p.backgroundImageAttachment: "Background image attachment" => "背景圖像附件"
1904
+ // p.backgroundOpacity: "Background opacity" => "背景不透明度"
1905
+ // p.selectToRankEnabled: "Select to rank enabled" => "選擇啟用排名"
1906
+ // p.selectToRankAreasLayout: "Select to rank areas layout" => "選擇以對區域佈局進行排名"
1907
+ // p.allowCameraAccess: "Allow camera access" => "允許攝像頭訪問"
1908
+ // p.scaleColorMode: "Scale color mode" => "縮放顏色模式"
1909
+ // p.rateColorMode: "Rate color mode" => "評價顏色模式"
1910
+ // p.templateTabTitle: "Template tab title" => "範本選項卡標題"
1911
+ // p.templateVisibleIf: "Template visible if" => "範本可見,如果"
1912
+ // p.copyDisplayValue: "Copy display value" => "複製顯示值"
1913
+ // theme.--background: "Background color" => "背景色"
1914
+ // theme.--background-dim-light: "Background dim light color" => "背景昏暗的光線顏色"
1915
+ // theme.--primary-foreground: "Primary foreground color" => "原色前景色"
1916
+ // theme.--foreground: "Foreground color" => "前景色"
1917
+ // theme.--base-unit: "Base unit" => "基本單元"
1918
+ // theme.groupGeneral: "General" => "常規"
1919
+ // theme.groupAdvanced: "Advanced" => "高深"
1920
+ // theme.themeName: "Theme" => "主題"
1921
+ // theme.themeMode: "Question appearance" => "問題外觀"
1922
+ // theme.themeModePanels: "Default" => "違約"
1923
+ // theme.themeModeLightweight: "Without Panels" => "不帶面板"
1924
+ // theme.themePaletteLight: "Light" => "光"
1925
+ // theme.themePaletteDark: "Dark" => "黑暗"
1926
+ // theme.primaryColor: "Accent color" => "強調文字顏色"
1927
+ // theme.primaryDefaultColor: "Default" => "違約"
1928
+ // theme.primaryDarkColor: "Hover" => "懸停"
1929
+ // theme.primaryLightColor: "Selected" => "選擇"
1930
+ // theme.backgroundDimColor: "Background color" => "背景色"
1931
+ // theme.backgroundImage: "Background image" => "背景圖片"
1932
+ // theme.backgroundImageFitAuto: "Auto" => "自動"
1933
+ // theme.backgroundImageFitCover: "Cover" => "蓋"
1934
+ // theme.backgroundImageFitContain: "Contain" => "包含"
1935
+ // theme.backgroundOpacity: "Opacity" => "不透明度"
1936
+ // theme.backgroundImageAttachmentFixed: "Fixed" => "固定"
1937
+ // theme.backgroundImageAttachmentScroll: "Scroll" => "滾動"
1938
+ // theme.panelBackgroundTransparency: "Panel background opacity" => "面板背景不透明度"
1939
+ // theme.questionBackgroundTransparency: "Question background opacity" => "問題背景不透明度"
1940
+ // theme.questionPanel: "Panel background and corner radius" => "面板背景和角半徑"
1941
+ // theme.questionTitle: "Question title font" => "問題標題字體"
1942
+ // theme.questionDescription: "Question description font" => "問題描述字體"
1943
+ // theme.editorPanel: "Input element" => "輸入元素"
1944
+ // theme.editorFont: "Input element font" => "輸入元素字體"
1945
+ // theme.backcolor: "Default background" => "默認背景"
1946
+ // theme.hovercolor: "Hover background" => "懸停背景"
1947
+ // theme.borderDecoration: "Border decoration" => "邊框裝飾"
1948
+ // theme.accentBackground: "Accent background" => "強調文字背景"
1949
+ // theme.accentForeground: "Accent foreground" => "強調文字前景"
1950
+ // theme.primaryForecolor: "Default color" => "默認顏色"
1951
+ // theme.primaryForecolorLight: "Disabled color" => "禁用顏色"
1952
+ // theme.linesColors: "Minor line colors" => "次要線條顏色"
1953
+ // theme.borderDefault: "Darker" => "暗"
1954
+ // theme.borderLight: "Lighter" => "打火機"
1955
+ // theme.fontFamily: "Font family" => "字體系列"
1956
+ // theme.fontSize: "Font size" => "字體大小"
1957
+ // theme.color: "Color" => "顏色"
1958
+ // theme.size: "Size" => "大小"
1959
+ // theme.fontWeightRegular: "Regular" => "定期"
1960
+ // theme.fontWeightHeavy: "Heavy" => "重"
1961
+ // theme.fontWeightSemiBold: "Semi-bold" => "半粗體"
1962
+ // theme.fontWeightBold: "Bold" => "大膽"
1963
+ // theme.scale: "Scale" => "規模"
1964
+ // theme.cornerRadius: "Corner radius" => "拐角半徑"
1965
+ // theme.surveyTitle: "Survey title font" => "調查標題字體"
1966
+ // theme.pageTitle: "Page title font" => "頁面標題字體"
1967
+ // theme.pageDescription: "Page description font" => "頁面描述字體"
1968
+ // theme.boxShadowX: "X" => "X"
1969
+ // theme.boxShadowY: "Y" => "Y"
1970
+ // theme.boxShadowAddRule: "Add Shadow Effect" => "添加陰影效果"
1971
+ // theme.opacity: "Opacity" => "不透明度"
1972
+ // theme.boxShadowBlur: "Blur" => "模糊"
1973
+ // theme.boxShadowSpread: "Spread" => "傳播"
1974
+ // theme.boxShadowDrop: "Drop" => "落"
1975
+ // theme.boxShadowInner: "Inner" => "內"
1976
+ // theme.questionShadow: "Shadow effects" => "陰影效果"
1977
+ // theme.editorShadow: "Input element shadow effects" => "輸入元素陰影效果"
1978
+ // names.default: "Default" => "違約"
1979
+ // names.contrast: "Contrast" => "反差"
1980
+ // names.plain: "Plain" => "平原"
1981
+ // names.simple: "Simple" => "簡單"
1982
+ // names.blank: "Blank" => "空白"
1983
+ // names.double: "Double" => "雙"
1984
+ // names.bulk: "Bulk" => "散裝"
1985
+ // names.pseudo-3d: "Pseudo 3D" => "偽 3D"
1986
+ // names.playful: "Playful" => "好玩"
1987
+ // names.ultra: "Ultra" => "超"
1988
+ // colors.teal: "Teal" => "水鴨"
1989
+ // colors.blue: "Blue" => "藍"
1990
+ // colors.purple: "Purple" => "紫色"
1991
+ // colors.orchid: "Orchid" => "蘭花"
1992
+ // colors.tulip: "Tulip" => "鬱金香"
1993
+ // colors.brown: "Brown" => "棕色"
1994
+ // colors.green: "Green" => "綠"
1995
+ // lg.expressionSetup: "" => ""
1996
+ // lg.actionsSetup: "" => ""
1997
+ // names.sharp: "Sharp" => "鋒利"
1998
+ // names.borderless: "Borderless" => "無國界"
1999
+ // names.flat: "Flat" => "平"
2000
+ // names.doubleborder: "Double Border" => "雙邊框"
2001
+ // names.layered: "Layered" => "分層的"
2002
+ // names.solid: "Solid" => "固體"
2003
+ // names.threedimensional: "3D" => "。.3D"
2004
+ // ed.translationDeleteLanguage: "Are you certain you wish to delete all strings for this language?" => "您確定要刪除此語言的所有字串嗎?"
2005
+ // ed.themeResetButton: "Reset theme settings to default" => "將主題設置重置為預設值"
2006
+ // lg.expressionSetup: "" => ""
2007
+ // lg.actionsSetup: "" => ""
2008
+ // theme.placeholderColor: "Placeholder color" => "佔位元顏色"
2009
+ // ed.themeSettings: "Theme Settings" => "主題設置"
2010
+ // ed.themeSettingsTooltip: "Open theme settings" => "打開主題設置"
2011
+ // lg.expressionSetup: "" => ""
2012
+ // lg.actionsSetup: "" => ""
2013
+ // pe.resetToDefaultCaption: "Reset" => "重置"
2014
+ // pv.file: "Local files" => "本地檔"
2015
+ // pv.camera: "Camera" => "照相機"
2016
+ // pv.file-camera: "Local files or camera" => "本地檔或相機"
2017
+ // ed.translateUsigAI: "Auto-translate All" => "自動翻譯全部"
2018
+ // ed.translationDialogTitle: "Untranslated strings" => "未翻譯的字串"
2019
+ // pe.fastEntryChoicesMinCountError: "Please enter at least {0} items" => "請輸入至少{0}專案"
2020
+ // lg.question_resetValueName: "Reset question value" => "重置問題值"
2021
+ // lg.column_resetValue: "Reset column value" => "重置列值"
2022
+ // lg.expressionSetup: "" => ""
2023
+ // lg.actionsSetup: "" => ""
2024
+ // pe.markRequired: "Mark as required" => "標記為必填"
2025
+ // pe.removeRequiredMark: "Remove the required mark" => "刪除所需的標記"
2026
+ // p.resetValueIf: "Reset value if" => "如果出現以下情況,則重置值"
2027
+ // lg.question_setValueName: "Set question value" => "設置問題值"
2028
+ // lg.column_resetValueName: "Reset column value" => "重置列值"
2029
+ // lg.column_setValueName: "Set column value" => "設置列值"
2030
+ // lg.setValueExpressionPlaceholder: " An expression whose result will be assigned to the target question." => "其結果將分配給目標問題的表達式。"
2031
+ // lg.expressionSetup: "" => ""
2032
+ // lg.actionsSetup: "" => ""
2033
+ // survey.title: "Title" => "標題"
2034
+ // page.title: "Title" => "標題"
2035
+ // p.setValueIf: "Set value if" => "設置值,如果"
2036
+ // theme.groupHeader: "Header" => "頁眉"
2037
+ // theme.coverTitleForecolor: "Title forecolor" => "標題前彩"
2038
+ // theme.coverOverlapEnabled: "Overlap" => "重疊"
2039
+ // theme.backgroundImageFitFill: "Stretch" => "伸展"
2040
+ // theme.backgroundImageFitTile: "Tile" => "瓦"
2041
+ // theme.headerView: "View" => "視圖"
2042
+ // theme.headerViewBasic: "Basic" => "基本"
2043
+ // theme.headerViewAdvanced: "Advanced" => "高深"
2044
+ // theme.coverInheritWidthFrom: "Content area width" => "內容區域寬度"
2045
+ // theme.coverInheritWidthFromSurvey: "Same as survey" => "與調查相同"
2046
+ // theme.coverInheritWidthFromPage: "Fit to page" => "適合頁面"
2047
+ // theme.coverTextAreaWidth: "Text width" => "文本寬度"
2048
+ // theme.coverBackgroundColorSwitch: "Background color" => "背景色"
2049
+ // theme.coverBackgroundColorNone: "None" => "沒有"
2050
+ // theme.coverBackgroundColorAccentColor: "Accent color" => "強調文字顏色"
2051
+ // theme.coverBackgroundColorCustom: "Custom" => "習慣"
2052
+ // theme.horizontalAlignmentLeft: "Left" => "左"
2053
+ // theme.horizontalAlignmentCenter: "Center" => "中心"
2054
+ // theme.horizontalAlignmentRight: "Right" => "右"
2055
+ // theme.verticalAlignmentTop: "Top" => "返回頁首"
2056
+ // theme.verticalAlignmentMiddle: "Middle" => "中間"
2057
+ // theme.verticalAlignmentBottom: "Bottom" => "底"
2058
+ // theme.logoPosition: "Logo Position" => "徽標位置"
2059
+ // theme.coverTitlePosition: "Title Position" => "標題位置"
2060
+ // theme.coverDescriptionPosition: "Description Position" => "描述位置"
2061
+ // lg.question_resetValueText: "reset value for question: {0}" => "重置問題的值:{0}"
2062
+ // lg.question_setValueText: "assign value: {1} to question: {0}" => "分配值:{1}問題:{0}"
2063
+ // lg.column_resetValueText: "reset cell value for column: {0}" => "重置列的儲存格值:{0}"
2064
+ // lg.column_setValueText: "assign cell value: {1} to column: {0}" => "將儲存格值:{1}分配給列:{0}"
2065
+ // lg.expressionSetup: "" => ""
2066
+ // lg.actionsSetup: "" => ""
2067
+
2068
+
2069
+ /***/ }),
2070
+
2071
+ /***/ "survey-creator-core":
2072
+ /*!********************************************************************************************************************************************!*\
2073
+ !*** external {"root":"SurveyCreatorCore","commonjs2":"survey-creator-core","commonjs":"survey-creator-core","amd":"survey-creator-core"} ***!
2074
+ \********************************************************************************************************************************************/
2075
+ /*! no static exports found */
2076
+ /***/ (function(module, exports) {
2077
+
2078
+ module.exports = __WEBPACK_EXTERNAL_MODULE_survey_creator_core__;
2079
+
2080
+ /***/ })
2081
+
2082
+ /******/ });
2083
+ });
2084
+ //# sourceMappingURL=traditional-chinese.js.map