survey-creator-core 1.9.130 → 1.9.131
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.
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js +1 -1
- package/i18n/english.js +631 -289
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +2 -2
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +31 -3
- package/survey-creator-core.fontless.css +30 -2
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +6 -6
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +831 -370
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +7 -7
- package/survey-creator-core.min.js +5 -5
- package/typings/components/page-navigator/page-navigator.d.ts +1 -0
- package/typings/editorLocalization.d.ts +418 -92
- package/typings/localization/english.d.ts +416 -92
- package/typings/question-editor/properties.d.ts +1 -0
package/survey-creator-core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.131
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -130,7 +130,7 @@ License: MIT
|
|
|
130
130
|
/***/ (function(module, exports, __webpack_require__) {
|
|
131
131
|
|
|
132
132
|
/*!
|
|
133
|
-
* surveyjs - Survey JavaScript library v1.9.
|
|
133
|
+
* surveyjs - Survey JavaScript library v1.9.131
|
|
134
134
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
135
135
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
136
136
|
*/
|
|
@@ -6030,6 +6030,13 @@ var PageNavigatorViewModel = /** @class */ (function (_super) {
|
|
|
6030
6030
|
item.data = page;
|
|
6031
6031
|
return this.createActionBarCore(item);
|
|
6032
6032
|
};
|
|
6033
|
+
Object.defineProperty(PageNavigatorViewModel.prototype, "isByPageMode", {
|
|
6034
|
+
get: function () {
|
|
6035
|
+
return this.pagesController.creator["pageEditMode"] === "bypage";
|
|
6036
|
+
},
|
|
6037
|
+
enumerable: false,
|
|
6038
|
+
configurable: true
|
|
6039
|
+
});
|
|
6033
6040
|
PageNavigatorViewModel.prototype.scrollToPage = function (page) {
|
|
6034
6041
|
var _this = this;
|
|
6035
6042
|
if (this.pageEditMode === "bypage") {
|
|
@@ -6137,6 +6144,9 @@ var PageNavigatorViewModel = /** @class */ (function (_super) {
|
|
|
6137
6144
|
};
|
|
6138
6145
|
PageNavigatorViewModel.prototype.updateVisibleItems = function (allAvailableHeight) {
|
|
6139
6146
|
this.updateVisibility();
|
|
6147
|
+
if (this.isByPageMode) {
|
|
6148
|
+
return;
|
|
6149
|
+
}
|
|
6140
6150
|
var itemsAvailableHeight = allAvailableHeight - PageNavigatorViewModel.PAGE_NAVIGATION_MENU_ITEM_HEIGHT;
|
|
6141
6151
|
this.visibleItemsCount = Math.floor(itemsAvailableHeight / PageNavigatorViewModel.PAGE_NAVIGATION_ITEM_HEIGHT);
|
|
6142
6152
|
var currantPageIndex = this.pagesController.pages.indexOf(this.currentPage);
|
|
@@ -6148,7 +6158,11 @@ var PageNavigatorViewModel = /** @class */ (function (_super) {
|
|
|
6148
6158
|
};
|
|
6149
6159
|
PageNavigatorViewModel.prototype._updateVisibility = function () {
|
|
6150
6160
|
this.hasScrolling = !this._scrollableContainer || (this._scrollableContainer.scrollHeight > this._scrollableContainer.clientHeight);
|
|
6151
|
-
this.visible = this.items.length > 1 && (this.hasScrolling || this.
|
|
6161
|
+
this.visible = this.items.length > 1 && (this.hasScrolling || this.isByPageMode);
|
|
6162
|
+
if (this.isByPageMode) {
|
|
6163
|
+
this.visibleItemsStartIndex = 0;
|
|
6164
|
+
this.visibleItemsCount = this.items.length;
|
|
6165
|
+
}
|
|
6152
6166
|
};
|
|
6153
6167
|
PageNavigatorViewModel.prototype.updateVisibility = function () {
|
|
6154
6168
|
var _this = this;
|
|
@@ -8833,7 +8847,7 @@ var StringEditorViewModelBase = /** @class */ (function (_super) {
|
|
|
8833
8847
|
this.connector.onTextChanging.fire(this, options);
|
|
8834
8848
|
if (options.cancel)
|
|
8835
8849
|
return;
|
|
8836
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_1__["sanitizeEditableContent"])(event.target);
|
|
8850
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_1__["sanitizeEditableContent"])(event.target, !this.locString.allowLineBreaks);
|
|
8837
8851
|
if (this.maxLength >= 0 && event.target.innerText.length > this.maxLength) {
|
|
8838
8852
|
event.target.innerText = event.target.innerText.substring(0, this.maxLength);
|
|
8839
8853
|
}
|
|
@@ -8869,7 +8883,16 @@ var StringEditorViewModelBase = /** @class */ (function (_super) {
|
|
|
8869
8883
|
this.creator.onHtmlToMarkdown.fire(this.creator, options);
|
|
8870
8884
|
mdText = options.text;
|
|
8871
8885
|
}
|
|
8872
|
-
var clearedText
|
|
8886
|
+
var clearedText;
|
|
8887
|
+
if (mdText) {
|
|
8888
|
+
clearedText = mdText;
|
|
8889
|
+
}
|
|
8890
|
+
else {
|
|
8891
|
+
var txt = this.locString.hasHtml ? event.target.innerHTML : event.target.innerText;
|
|
8892
|
+
if (!this.locString.allowLineBreaks)
|
|
8893
|
+
txt = Object(_utils_utils__WEBPACK_IMPORTED_MODULE_3__["clearNewLines"])(txt);
|
|
8894
|
+
clearedText = txt;
|
|
8895
|
+
}
|
|
8873
8896
|
var owner = this.locString.owner;
|
|
8874
8897
|
var changingOptions = {
|
|
8875
8898
|
obj: owner,
|
|
@@ -8948,7 +8971,7 @@ var StringEditorViewModelBase = /** @class */ (function (_super) {
|
|
|
8948
8971
|
}
|
|
8949
8972
|
};
|
|
8950
8973
|
StringEditorViewModelBase.prototype.onKeyDown = function (event) {
|
|
8951
|
-
if (event.keyCode === 13 &&
|
|
8974
|
+
if (event.keyCode === 13 && !event.shiftKey) {
|
|
8952
8975
|
this.blurEditor();
|
|
8953
8976
|
if (!event.ctrlKey && !event.metaKey) {
|
|
8954
8977
|
this.connector.onEditComplete.fire(this, {});
|
|
@@ -9060,6 +9083,7 @@ var StringEditorViewModelBase = /** @class */ (function (_super) {
|
|
|
9060
9083
|
.append("svc-string-editor--hidden", text == "" && this.placeholder == "")
|
|
9061
9084
|
.append("svc-string-editor--readonly", !this.contentEditable)
|
|
9062
9085
|
.append("svc-string-editor--error", !!this.errorText)
|
|
9086
|
+
.append("svc-string-editor--multiline", !!this.locString.allowLineBreaks)
|
|
9063
9087
|
.toString();
|
|
9064
9088
|
};
|
|
9065
9089
|
Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([
|
|
@@ -9565,6 +9589,7 @@ var TabDesignerViewModel = /** @class */ (function (_super) {
|
|
|
9565
9589
|
if (this.showPlaceholder) {
|
|
9566
9590
|
rootCss += " svc-tab-designer--with-place-holder";
|
|
9567
9591
|
}
|
|
9592
|
+
rootCss += " svc-tab-designer--" + this.creator.pageEditMode + "-mode";
|
|
9568
9593
|
return rootCss;
|
|
9569
9594
|
};
|
|
9570
9595
|
Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__decorate"])([
|
|
@@ -17403,7 +17428,7 @@ var ThemeTabPlugin = /** @class */ (function () {
|
|
|
17403
17428
|
if (confirm) {
|
|
17404
17429
|
_this.model.resetTheme();
|
|
17405
17430
|
}
|
|
17406
|
-
}, Object(_editorLocalization__WEBPACK_IMPORTED_MODULE_2__["getLocString"])("ed.themeResetConfirmationOk"));
|
|
17431
|
+
}, Object(_editorLocalization__WEBPACK_IMPORTED_MODULE_2__["getLocString"])("ed.themeResetConfirmationOk"), _editorLocalization__WEBPACK_IMPORTED_MODULE_2__["editorLocalization"].currentLocale);
|
|
17407
17432
|
}
|
|
17408
17433
|
});
|
|
17409
17434
|
items.push(this.resetTheme);
|
|
@@ -24992,6 +25017,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24992
25017
|
var EditorLocalization = /** @class */ (function () {
|
|
24993
25018
|
function EditorLocalization() {
|
|
24994
25019
|
this.camelCaseBreaking = true;
|
|
25020
|
+
this.defaultLocale = "en";
|
|
24995
25021
|
this.currentLocale = "";
|
|
24996
25022
|
this.locales = {};
|
|
24997
25023
|
this.peByClass = {};
|
|
@@ -25006,7 +25032,7 @@ var EditorLocalization = /** @class */ (function () {
|
|
|
25006
25032
|
if (!locale)
|
|
25007
25033
|
locale = this.currentLocale;
|
|
25008
25034
|
var loc = this.getLocale(locale);
|
|
25009
|
-
var defaultLocale = this.
|
|
25035
|
+
var defaultLocale = this.getDefaultStrings();
|
|
25010
25036
|
var locs = [];
|
|
25011
25037
|
if (!!loc)
|
|
25012
25038
|
locs.push(loc);
|
|
@@ -25225,10 +25251,10 @@ var EditorLocalization = /** @class */ (function () {
|
|
|
25225
25251
|
EditorLocalization.prototype.getLocale = function (locale) {
|
|
25226
25252
|
if (!locale)
|
|
25227
25253
|
locale = this.currentLocale;
|
|
25228
|
-
var
|
|
25229
|
-
if (!
|
|
25230
|
-
|
|
25231
|
-
return
|
|
25254
|
+
var strs = locale ? this.locales[locale] : this.getDefaultStrings();
|
|
25255
|
+
if (!strs)
|
|
25256
|
+
strs = this.getDefaultStrings();
|
|
25257
|
+
return strs;
|
|
25232
25258
|
};
|
|
25233
25259
|
EditorLocalization.prototype.getValueInternal = function (value, prefix, locale) {
|
|
25234
25260
|
if (locale === void 0) { locale = null; }
|
|
@@ -25250,6 +25276,15 @@ var EditorLocalization = /** @class */ (function () {
|
|
|
25250
25276
|
}
|
|
25251
25277
|
return res;
|
|
25252
25278
|
};
|
|
25279
|
+
EditorLocalization.prototype.getDefaultStrings = function () {
|
|
25280
|
+
var loc = this.defaultLocale;
|
|
25281
|
+
if (!!loc && loc !== "en") {
|
|
25282
|
+
var strs = this.getLocale(loc);
|
|
25283
|
+
if (!!strs)
|
|
25284
|
+
return strs;
|
|
25285
|
+
}
|
|
25286
|
+
return defaultStrings;
|
|
25287
|
+
};
|
|
25253
25288
|
EditorLocalization.prototype.stringsDiff = function (str1, str2) {
|
|
25254
25289
|
if (typeof str1 === "function" || typeof str2 === "function")
|
|
25255
25290
|
return false;
|
|
@@ -25862,7 +25897,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
25862
25897
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! survey-core */ "survey-core");
|
|
25863
25898
|
/* harmony import */ var survey_core__WEBPACK_IMPORTED_MODULE_74___default = /*#__PURE__*/__webpack_require__.n(survey_core__WEBPACK_IMPORTED_MODULE_74__);
|
|
25864
25899
|
var Version;
|
|
25865
|
-
Version = "" + "1.9.
|
|
25900
|
+
Version = "" + "1.9.131";
|
|
25866
25901
|
//should be loaded before other styles for easier override
|
|
25867
25902
|
__webpack_require__(/*! ../utils/context-button.scss */ "./src/utils/context-button.scss");
|
|
25868
25903
|
|
|
@@ -25955,7 +25990,7 @@ __webpack_require__(/*! ../utils/design.scss */ "./src/utils/design.scss");
|
|
|
25955
25990
|
__webpack_require__(/*! ../utils/layout.scss */ "./src/utils/layout.scss");
|
|
25956
25991
|
|
|
25957
25992
|
survey_core__WEBPACK_IMPORTED_MODULE_74__["settings"].supportCreatorV2 = true;
|
|
25958
|
-
Object(survey_core__WEBPACK_IMPORTED_MODULE_74__["checkLibraryVersion"])("" + "1.9.
|
|
25993
|
+
Object(survey_core__WEBPACK_IMPORTED_MODULE_74__["checkLibraryVersion"])("" + "1.9.131", "survey-creator-core");
|
|
25959
25994
|
|
|
25960
25995
|
|
|
25961
25996
|
/***/ }),
|
|
@@ -28175,7 +28210,7 @@ var enStrings = {
|
|
|
28175
28210
|
navigateToMsg: "You had to navigate to",
|
|
28176
28211
|
logic: "Logic",
|
|
28177
28212
|
embedSurvey: "Embed Survey",
|
|
28178
|
-
translation: "
|
|
28213
|
+
translation: "Translations",
|
|
28179
28214
|
saveSurvey: "Save Survey",
|
|
28180
28215
|
saveSurveyTooltip: "Save Survey",
|
|
28181
28216
|
saveTheme: "Save Theme",
|
|
@@ -28288,7 +28323,7 @@ var enStrings = {
|
|
|
28288
28323
|
trigger_copyvalueName: "Copy answer",
|
|
28289
28324
|
trigger_skipName: "Skip to question",
|
|
28290
28325
|
trigger_runExpressionName: "Run expression",
|
|
28291
|
-
completedHtmlOnConditionName: "Set \"
|
|
28326
|
+
completedHtmlOnConditionName: "Set \"Thank You\" page markup",
|
|
28292
28327
|
page_visibilityDescription: "Make the page visible when the logic expression returns true. Otherwise keep it invisible.",
|
|
28293
28328
|
panel_visibilityDescription: "Make the panel visible when the logic expression returns true. Otherwise keep it invisible.",
|
|
28294
28329
|
panel_enableDescription: "Make the panel, and all elements inside it, enable when the logic expression returns true. Otherwise keep them disabled.",
|
|
@@ -28345,6 +28380,137 @@ var enStrings = {
|
|
|
28345
28380
|
},
|
|
28346
28381
|
// Property Editors
|
|
28347
28382
|
pe: {
|
|
28383
|
+
panel: {
|
|
28384
|
+
name: "Panel name",
|
|
28385
|
+
title: "Panel title",
|
|
28386
|
+
description: "Panel description",
|
|
28387
|
+
// visible: "Make panel visible",
|
|
28388
|
+
// readOnly: "Make panel read-only",
|
|
28389
|
+
// isRequired: "Make panel required",
|
|
28390
|
+
visibleIf: "Make the panel visible if",
|
|
28391
|
+
requiredIf: "Make the panel required if",
|
|
28392
|
+
questionsOrder: "Question order within the panel",
|
|
28393
|
+
page: "Move the panel to page",
|
|
28394
|
+
startWithNewLine: "Display the panel on a new line",
|
|
28395
|
+
state: "Panel collapse state",
|
|
28396
|
+
width: "Inline panel width",
|
|
28397
|
+
minWidth: "Minimum panel width",
|
|
28398
|
+
maxWidth: "Maximum panel width",
|
|
28399
|
+
showNumber: "Number panels"
|
|
28400
|
+
},
|
|
28401
|
+
paneldynamic: {
|
|
28402
|
+
name: "Panel name",
|
|
28403
|
+
title: "Panel title",
|
|
28404
|
+
description: "Panel description",
|
|
28405
|
+
// visible: "Make panel visible",
|
|
28406
|
+
// readOnly: "Make panel read-only",
|
|
28407
|
+
// isRequired: "Make panel required",
|
|
28408
|
+
visibleIf: "Make the panel visible if",
|
|
28409
|
+
requiredIf: "Make the panel required if",
|
|
28410
|
+
// questionsOrder: "Question order within the panel",
|
|
28411
|
+
page: "Move the panel to page",
|
|
28412
|
+
startWithNewLine: "Display the panel on a new line",
|
|
28413
|
+
state: "Panel collapse state",
|
|
28414
|
+
width: "Inline panel width",
|
|
28415
|
+
minWidth: "Minimum panel width",
|
|
28416
|
+
maxWidth: "Maximum panel width",
|
|
28417
|
+
// showNumber: "Number panels",
|
|
28418
|
+
confirmDelete: "Confirm panel deletion",
|
|
28419
|
+
templateDescription: "Panel description pattern",
|
|
28420
|
+
templateTitle: "Panel title pattern",
|
|
28421
|
+
noEntriesText: "Empty panel text",
|
|
28422
|
+
templateTabTitle: "Tab title pattern",
|
|
28423
|
+
templateVisibleIf: "Make an individual panel visible if",
|
|
28424
|
+
hideNumber: "Hide the panel number",
|
|
28425
|
+
titleLocation: "Panel title alignment",
|
|
28426
|
+
descriptionLocation: "Panel description alignment",
|
|
28427
|
+
templateTitleLocation: "Question title alignment",
|
|
28428
|
+
templateErrorLocation: "Error message alignment",
|
|
28429
|
+
newPanelPosition: "New panel location",
|
|
28430
|
+
keyName: "Prevent duplicate responses in the following question",
|
|
28431
|
+
},
|
|
28432
|
+
question: {
|
|
28433
|
+
name: "Question name",
|
|
28434
|
+
title: "Question title",
|
|
28435
|
+
description: "Question description",
|
|
28436
|
+
// visible: "Make question visible",
|
|
28437
|
+
// readOnly: "Make question read-only",
|
|
28438
|
+
// isRequired: "Make question required",
|
|
28439
|
+
visibleIf: "Make the question visible if",
|
|
28440
|
+
requiredIf: "Make the question required if",
|
|
28441
|
+
page: "Move the question to page",
|
|
28442
|
+
state: "Question box collapse state",
|
|
28443
|
+
hideNumber: "Hide the question number",
|
|
28444
|
+
titleLocation: "Question title alignment",
|
|
28445
|
+
descriptionLocation: "Question description alignment",
|
|
28446
|
+
errorLocation: "Error message alignment",
|
|
28447
|
+
indent: "Increase the inner indent",
|
|
28448
|
+
width: "Inline question width",
|
|
28449
|
+
minWidth: "Minimum question width",
|
|
28450
|
+
maxWidth: "Maximum question width",
|
|
28451
|
+
textUpdateMode: "Update input field value"
|
|
28452
|
+
},
|
|
28453
|
+
signaturepad: {
|
|
28454
|
+
signatureWidth: "Signature area width",
|
|
28455
|
+
signatureHeight: "Signature area height",
|
|
28456
|
+
signatureAutoScaleEnabled: "Auto-scale the signature area",
|
|
28457
|
+
showPlaceholder: "Show a placeholder within signature area",
|
|
28458
|
+
placeholder: "Placeholder text",
|
|
28459
|
+
allowClear: "Show the Clear button within signature area",
|
|
28460
|
+
penMinWidth: "Minimum stroke width",
|
|
28461
|
+
penMaxWidth: "Maximum stroke width",
|
|
28462
|
+
penColor: "Stroke color"
|
|
28463
|
+
},
|
|
28464
|
+
comment: {
|
|
28465
|
+
rows: "Input field height (in lines)"
|
|
28466
|
+
},
|
|
28467
|
+
showQuestionNumbers: "Question numbering",
|
|
28468
|
+
questionStartIndex: "Question indexing type",
|
|
28469
|
+
expression: {
|
|
28470
|
+
name: "Expression name",
|
|
28471
|
+
title: "Expression title",
|
|
28472
|
+
description: "Expression description",
|
|
28473
|
+
expression: "Expression",
|
|
28474
|
+
},
|
|
28475
|
+
trigger: {
|
|
28476
|
+
expression: "Expression",
|
|
28477
|
+
},
|
|
28478
|
+
calculatedvalue: {
|
|
28479
|
+
expression: "Expression",
|
|
28480
|
+
},
|
|
28481
|
+
survey: {
|
|
28482
|
+
title: "Survey title",
|
|
28483
|
+
description: "Survey description"
|
|
28484
|
+
},
|
|
28485
|
+
page: {
|
|
28486
|
+
name: "Page name",
|
|
28487
|
+
title: "Page title",
|
|
28488
|
+
description: "Page description",
|
|
28489
|
+
// visible: "Make page visible",
|
|
28490
|
+
// readOnly: "Make page read-only",
|
|
28491
|
+
// isRequired: "Make page required",
|
|
28492
|
+
visibleIf: "Make the page visible if",
|
|
28493
|
+
requiredIf: "Make the page required if",
|
|
28494
|
+
maxTimeToFinish: "Time limit to complete the page",
|
|
28495
|
+
questionsOrder: "Question order on the page"
|
|
28496
|
+
},
|
|
28497
|
+
matrixdropdowncolumn: {
|
|
28498
|
+
name: "Column name",
|
|
28499
|
+
title: "Column title",
|
|
28500
|
+
isUnique: "Prevent duplicate responses",
|
|
28501
|
+
width: "Column width",
|
|
28502
|
+
minWidth: "Minimum column width",
|
|
28503
|
+
rows: "Input field height (in lines)",
|
|
28504
|
+
visibleIf: "Make the column visible if",
|
|
28505
|
+
requiredIf: "Make the column required if",
|
|
28506
|
+
showInMultipleColumns: "Each option in a separate column"
|
|
28507
|
+
},
|
|
28508
|
+
imageHeight: "Display area height",
|
|
28509
|
+
imageWidth: "Display area width",
|
|
28510
|
+
valueName: "Join identifier",
|
|
28511
|
+
rateDescriptionLocation: "Label alignment",
|
|
28512
|
+
size: "Input field width (in characters)",
|
|
28513
|
+
cellErrorLocation: "Cell error message alignment",
|
|
28348
28514
|
apply: "Apply",
|
|
28349
28515
|
ok: "OK",
|
|
28350
28516
|
save: "Save",
|
|
@@ -28381,104 +28547,113 @@ var enStrings = {
|
|
|
28381
28547
|
fastEntryNonUniqueError: "Value '{0}' is not unique",
|
|
28382
28548
|
fastEntryChoicesCountError: "Please limit the number of items from {0} to {1}",
|
|
28383
28549
|
fastEntryChoicesMinCountError: "Please enter at least {0} items",
|
|
28384
|
-
fastEntryPlaceholder: "
|
|
28550
|
+
fastEntryPlaceholder: "Enter the list of choice options and their IDs in the following format:\n\nid|option\n\nA choice option ID is not visible to respondents and can be used in conditional rules.",
|
|
28385
28551
|
formEntry: "Form Entry",
|
|
28386
28552
|
testService: "Test the service",
|
|
28387
28553
|
itemSelectorEmpty: "Please select the element",
|
|
28388
28554
|
conditionActionEmpty: "Please select the action",
|
|
28389
|
-
conditionSelectQuestion: "Select question...",
|
|
28390
|
-
conditionSelectPage: "Select page...",
|
|
28391
|
-
conditionSelectPanel: "Select panel...",
|
|
28555
|
+
conditionSelectQuestion: "Select a question...",
|
|
28556
|
+
conditionSelectPage: "Select a page...",
|
|
28557
|
+
conditionSelectPanel: "Select a panel...",
|
|
28392
28558
|
conditionValueQuestionTitle: "Please enter/select the value",
|
|
28393
|
-
expressionHelp: "Use curly brackets to access answers: `{question1} + {question2}`. Expressions also support functions: `iif()`, `today()`, `age()`, `min()`, `max()`, `count()`, `avg()`, and others",
|
|
28394
28559
|
aceEditorHelp: "Press ctrl+space to get expression completion hint",
|
|
28395
28560
|
aceEditorRowTitle: "Current row",
|
|
28396
28561
|
aceEditorPanelTitle: "Current panel",
|
|
28397
28562
|
showMore: "For more details please check the documentation",
|
|
28398
28563
|
assistantTitle: "Available questions",
|
|
28399
28564
|
cellsEmptyRowsColumns: "There is should be at least one column or row",
|
|
28400
|
-
showPreviewBeforeComplete: "
|
|
28401
|
-
overridingPropertyPrefix: "
|
|
28565
|
+
showPreviewBeforeComplete: "Review before submit",
|
|
28566
|
+
overridingPropertyPrefix: "Enabled by a condition",
|
|
28402
28567
|
resetToDefaultCaption: "Reset",
|
|
28403
28568
|
propertyIsEmpty: "Please enter a value",
|
|
28404
28569
|
propertyIsNoUnique: "Please enter a unique value",
|
|
28405
28570
|
propertyNameIsNotUnique: "Please enter a unique name",
|
|
28406
28571
|
propertyNameIsIncorrect: "Do not use reserved words: \"item\", \"choice\", \"panel\", \"row\".",
|
|
28407
|
-
listIsEmpty: "
|
|
28408
|
-
"listIsEmpty@choices": "
|
|
28409
|
-
"
|
|
28572
|
+
listIsEmpty: "You don't have any items yet",
|
|
28573
|
+
"listIsEmpty@choices": "You don't have any choices yet",
|
|
28574
|
+
"listIsEmpty@columns": "You don't have any columns yet",
|
|
28575
|
+
"listIsEmpty@rows": "You don't have any rows yet",
|
|
28576
|
+
"listIsEmpty@validators": "You don't have any validation rules yet",
|
|
28577
|
+
"listIsEmpty@calculatedValues": "You don't have any custom variables yet",
|
|
28578
|
+
"listIsEmpty@triggers": "You don't have any triggers yet",
|
|
28579
|
+
"listIsEmpty@navigateToUrlOnCondition": "You don't have any links yet",
|
|
28580
|
+
"addNew@choices": "Add new choice",
|
|
28581
|
+
"addNew@columns": "Add new column",
|
|
28582
|
+
"addNew@rows": "Add new row",
|
|
28583
|
+
"addNew@validators": "Add new rule",
|
|
28584
|
+
"addNew@calculatedValues": "Add new variable",
|
|
28585
|
+
"addNew@triggers": "Add new trigger",
|
|
28586
|
+
"addNew@navigateToUrlOnCondition": "Add new URL",
|
|
28410
28587
|
expressionIsEmpty: "Expression is empty",
|
|
28411
28588
|
value: "Value",
|
|
28412
28589
|
text: "Text",
|
|
28413
28590
|
rowid: "Row ID",
|
|
28414
|
-
imageLink: "Image or video URL",
|
|
28591
|
+
imageLink: "Image or video file URL",
|
|
28415
28592
|
columnEdit: "Edit column: {0}",
|
|
28416
28593
|
itemEdit: "Edit item: {0}",
|
|
28417
|
-
url: "
|
|
28418
|
-
path: "Path to data
|
|
28419
|
-
valueName: "Store answers in the following JSON field",
|
|
28594
|
+
url: "URL",
|
|
28595
|
+
path: "Path to data",
|
|
28420
28596
|
choicesbyurl: {
|
|
28421
|
-
|
|
28597
|
+
url: "Web service's URL",
|
|
28598
|
+
valueName: "Get value to store from the following property"
|
|
28422
28599
|
},
|
|
28423
|
-
titleName: "Get display
|
|
28424
|
-
imageLinkName: "Get
|
|
28425
|
-
allowEmptyResponse: "
|
|
28600
|
+
titleName: "Get value to display from the following property",
|
|
28601
|
+
imageLinkName: "Get file URLs from the following property",
|
|
28602
|
+
allowEmptyResponse: "Accept empty response",
|
|
28426
28603
|
titlePlaceholder: "Title",
|
|
28427
28604
|
surveyTitlePlaceholder: "Survey Title",
|
|
28428
28605
|
pageTitlePlaceholder: "Page {num}",
|
|
28429
28606
|
descriptionPlaceholder: "Description",
|
|
28430
28607
|
surveyDescriptionPlaceholder: "Description",
|
|
28431
28608
|
pageDescriptionPlaceholder: "Description",
|
|
28432
|
-
showOtherItem: "
|
|
28433
|
-
otherText: "Other option
|
|
28434
|
-
showNoneItem: "
|
|
28435
|
-
showRefuseItem: "
|
|
28436
|
-
showDontKnowItem: "
|
|
28437
|
-
noneText: "None option
|
|
28438
|
-
showSelectAllItem: "
|
|
28439
|
-
selectAllText: "Select All option
|
|
28609
|
+
showOtherItem: "Enable the \"Other\" option",
|
|
28610
|
+
otherText: "Rename the \"Other\" option",
|
|
28611
|
+
showNoneItem: "Enable the \"None\" option",
|
|
28612
|
+
showRefuseItem: "Enable the \"Refuse to Answer\" option",
|
|
28613
|
+
showDontKnowItem: "Enable the \"Don't Know\" option",
|
|
28614
|
+
noneText: "Rename the \"None\" option",
|
|
28615
|
+
showSelectAllItem: "Enable the \"Select All\" option",
|
|
28616
|
+
selectAllText: "Rename the \"Select All\" option",
|
|
28440
28617
|
choicesMin: "Minimum value for auto-generated items",
|
|
28441
28618
|
choicesMax: "Maximum value for auto-generated items",
|
|
28442
|
-
choicesStep: "Step for auto-generated items",
|
|
28619
|
+
choicesStep: "Step value for auto-generated items",
|
|
28443
28620
|
name: "Name",
|
|
28444
28621
|
title: "Title",
|
|
28445
|
-
cellType: "Cell type",
|
|
28622
|
+
cellType: "Cell input type",
|
|
28446
28623
|
colCount: "Column count",
|
|
28447
|
-
choicesOrder: "
|
|
28624
|
+
choicesOrder: "Choice order",
|
|
28448
28625
|
visible: "Visible",
|
|
28449
28626
|
isRequired: "Required",
|
|
28450
28627
|
markRequired: "Mark as required",
|
|
28451
28628
|
removeRequiredMark: "Remove the required mark",
|
|
28452
|
-
isAllRowRequired: "Require answer
|
|
28629
|
+
isAllRowRequired: "Require an answer in each row",
|
|
28453
28630
|
eachRowUnique: "Prevent duplicate responses in rows",
|
|
28454
|
-
requiredErrorText: "
|
|
28631
|
+
requiredErrorText: "Error message for required questions",
|
|
28455
28632
|
startWithNewLine: "Display the question on a new line",
|
|
28456
28633
|
rows: "Rows",
|
|
28457
28634
|
cols: "Columns",
|
|
28458
|
-
placeholder: "
|
|
28635
|
+
placeholder: "Placeholder text within input field",
|
|
28459
28636
|
showPreview: "Show preview area",
|
|
28460
28637
|
storeDataAsText: "Store file content in JSON result as text",
|
|
28461
28638
|
maxSize: "Maximum file size (in bytes)",
|
|
28462
|
-
imageHeight: "Image height",
|
|
28463
|
-
imageWidth: "Image width",
|
|
28464
28639
|
rowCount: "Row count",
|
|
28465
28640
|
columnLayout: "Columns layout",
|
|
28641
|
+
addRowLocation: "\"Add Row\" button alignment",
|
|
28466
28642
|
transposeData: "Transpose rows to columns",
|
|
28467
|
-
|
|
28468
|
-
|
|
28469
|
-
|
|
28470
|
-
|
|
28471
|
-
|
|
28472
|
-
|
|
28473
|
-
|
|
28474
|
-
maxRateDescription: "Maximum rate value description",
|
|
28643
|
+
addRowText: "\"Add Row\" button text",
|
|
28644
|
+
removeRowText: "\"Remove Row\" button text",
|
|
28645
|
+
rateMin: "Minimum rating value",
|
|
28646
|
+
rateMax: "Maximum rating value",
|
|
28647
|
+
rateStep: "Step value",
|
|
28648
|
+
minRateDescription: "Minimum value label",
|
|
28649
|
+
maxRateDescription: "Maximum value label",
|
|
28475
28650
|
inputType: "Input type",
|
|
28476
28651
|
optionsCaption: "Option placeholder",
|
|
28477
28652
|
defaultValue: "Default Answer",
|
|
28478
28653
|
cellsDefaultRow: "Default texts",
|
|
28479
28654
|
surveyEditorTitle: "Edit survey settings",
|
|
28480
28655
|
qEditorTitle: "Edit: {0}",
|
|
28481
|
-
maxLength: "Maximum
|
|
28656
|
+
maxLength: "Maximum character limit",
|
|
28482
28657
|
buildExpression: "Build",
|
|
28483
28658
|
editExpression: "Edit",
|
|
28484
28659
|
and: "and",
|
|
@@ -28492,81 +28667,59 @@ var enStrings = {
|
|
|
28492
28667
|
fromName: "Question to copy answer from",
|
|
28493
28668
|
gotoName: "Question to skip to",
|
|
28494
28669
|
ruleIsNotSet: "Rule is incorrect",
|
|
28495
|
-
includeIntoResult: "
|
|
28496
|
-
showTitle: "
|
|
28670
|
+
includeIntoResult: "Add to the survey results",
|
|
28671
|
+
showTitle: "Make the title and description visible",
|
|
28497
28672
|
expandCollapseTitle: "Expand/collapse title",
|
|
28498
|
-
locale: "
|
|
28673
|
+
locale: "Select a survey language",
|
|
28499
28674
|
simulator: "Select device type",
|
|
28500
28675
|
landscapeOrientation: "Switch to landscape orientation",
|
|
28501
28676
|
portraitOrientation: "Switch to portrait orientation",
|
|
28502
|
-
mode: "
|
|
28503
|
-
clearInvisibleValues: "Clear
|
|
28504
|
-
cookieName: "
|
|
28505
|
-
sendResultOnPageNext: "
|
|
28506
|
-
storeOthersAsComment: "
|
|
28677
|
+
mode: "Survey display mode",
|
|
28678
|
+
clearInvisibleValues: "Clear hidden question values",
|
|
28679
|
+
cookieName: "Limit to one response",
|
|
28680
|
+
sendResultOnPageNext: "Auto-save survey progress on page change",
|
|
28681
|
+
storeOthersAsComment: "Save the \"Other\" option value as a separate property",
|
|
28507
28682
|
showPageTitles: "Show page titles",
|
|
28508
28683
|
showPageNumbers: "Show page numbers",
|
|
28509
|
-
pagePrevText: "Previous Page button text",
|
|
28510
|
-
pageNextText: "Next Page button text",
|
|
28511
|
-
completeText: "Complete Survey button text",
|
|
28512
|
-
previewText: "
|
|
28513
|
-
editText: "Edit Answer button text",
|
|
28514
|
-
startSurveyText: "Start Survey button text",
|
|
28515
|
-
showNavigationButtons: "
|
|
28684
|
+
pagePrevText: "\"Previous Page\" button text",
|
|
28685
|
+
pageNextText: "\"Next Page\" button text",
|
|
28686
|
+
completeText: "\"Complete Survey\" button text",
|
|
28687
|
+
previewText: "\"Review Answers\" button text",
|
|
28688
|
+
editText: "\"Edit Answer\" button text",
|
|
28689
|
+
startSurveyText: "\"Start Survey\" button text",
|
|
28690
|
+
showNavigationButtons: "Show / hide navigation buttons",
|
|
28516
28691
|
showPrevButton: "Show the Previous Page button",
|
|
28517
28692
|
firstPageIsStarted: "First page is a start page",
|
|
28518
|
-
showCompletedPage: "Show the
|
|
28519
|
-
goNextPageAutomatic: "
|
|
28520
|
-
showProgressBar: "Progress bar
|
|
28521
|
-
questionTitleLocation: "Question title
|
|
28693
|
+
showCompletedPage: "Show the Thank You page",
|
|
28694
|
+
goNextPageAutomatic: "Auto-advance to the next page",
|
|
28695
|
+
showProgressBar: "Progress bar alignment",
|
|
28696
|
+
questionTitleLocation: "Question title alignment",
|
|
28522
28697
|
requiredText: "Required symbol(s)",
|
|
28523
|
-
questionStartIndex: "Start index (number or letter)",
|
|
28524
|
-
showQuestionNumbers: "Question numbering",
|
|
28525
28698
|
questionTitleTemplate: "Question title template, default is: '{no}. {require} {title}'",
|
|
28526
|
-
questionErrorLocation: "Error message
|
|
28699
|
+
questionErrorLocation: "Error message alignment",
|
|
28527
28700
|
focusFirstQuestionAutomatic: "Focus first question on a new page",
|
|
28528
|
-
questionsOrder: "
|
|
28529
|
-
maxTimeToFinish: "Time limit to
|
|
28530
|
-
maxTimeToFinishPage: "Time limit to
|
|
28531
|
-
|
|
28532
|
-
imageHeight: "Image height (in CSS-accepted values)",
|
|
28533
|
-
imageWidth: "Image width (in CSS-accepted values)"
|
|
28534
|
-
},
|
|
28535
|
-
survey: {
|
|
28536
|
-
title: "Title"
|
|
28537
|
-
},
|
|
28538
|
-
page: {
|
|
28539
|
-
title: "Title",
|
|
28540
|
-
maxTimeToFinish: "Time limit to finish the page (in seconds)",
|
|
28541
|
-
},
|
|
28542
|
-
question: {
|
|
28543
|
-
page: "Parent page"
|
|
28544
|
-
},
|
|
28545
|
-
panel: {
|
|
28546
|
-
page: "Parent page",
|
|
28547
|
-
indent: "Add outer indents"
|
|
28548
|
-
},
|
|
28549
|
-
showTimerPanel: "Timer location",
|
|
28701
|
+
questionsOrder: "Question order",
|
|
28702
|
+
maxTimeToFinish: "Time limit to complete the survey",
|
|
28703
|
+
maxTimeToFinishPage: "Time limit to complete one page",
|
|
28704
|
+
showTimerPanel: "Timer alignment",
|
|
28550
28705
|
showTimerPanelMode: "Timer mode",
|
|
28551
28706
|
renderMode: "Panel display mode",
|
|
28552
|
-
allowAddPanel: "
|
|
28553
|
-
allowRemovePanel: "
|
|
28554
|
-
|
|
28555
|
-
|
|
28556
|
-
panelRemoveText: "Remove Panel button text",
|
|
28707
|
+
allowAddPanel: "Enable panel addition",
|
|
28708
|
+
allowRemovePanel: "Enable panel removal",
|
|
28709
|
+
panelAddText: "\"Add Panel\" button text",
|
|
28710
|
+
panelRemoveText: "\"Remove Panel\" button text",
|
|
28557
28711
|
isSinglePage: "Show all elements on one page",
|
|
28558
28712
|
html: "HTML markup",
|
|
28559
|
-
expression: "Expression",
|
|
28560
28713
|
setValue: "Answer",
|
|
28561
|
-
dataFormat: "
|
|
28562
|
-
allowAddRows: "
|
|
28563
|
-
allowRemoveRows: "
|
|
28564
|
-
allowRowsDragAndDrop: "
|
|
28565
|
-
responsiveImageSizeHelp: "Does not apply if you specify the exact
|
|
28566
|
-
minImageWidth: "Minimum
|
|
28567
|
-
maxImageWidth: "Maximum
|
|
28568
|
-
minImageHeight: "Minimum
|
|
28569
|
-
maxImageHeight: "Maximum
|
|
28714
|
+
dataFormat: "Storage format",
|
|
28715
|
+
allowAddRows: "Enable row addition",
|
|
28716
|
+
allowRemoveRows: "Enable row removal",
|
|
28717
|
+
allowRowsDragAndDrop: "Enable row reordering",
|
|
28718
|
+
responsiveImageSizeHelp: "Does not apply if you specify the exact display area width or height.",
|
|
28719
|
+
minImageWidth: "Minimum display area width",
|
|
28720
|
+
maxImageWidth: "Maximum display area width",
|
|
28721
|
+
minImageHeight: "Minimum display area height",
|
|
28722
|
+
maxImageHeight: "Maximum display area height",
|
|
28570
28723
|
minValue: "Minimum value",
|
|
28571
28724
|
maxValue: "Maximum value",
|
|
28572
28725
|
minLength: "Minimum length (in characters)",
|
|
@@ -28578,107 +28731,101 @@ var enStrings = {
|
|
|
28578
28731
|
text: "Error message",
|
|
28579
28732
|
expression: "Validation expression"
|
|
28580
28733
|
},
|
|
28581
|
-
totalText: "Total row
|
|
28582
|
-
totalType: "
|
|
28583
|
-
totalExpression: "Total expression",
|
|
28584
|
-
totalDisplayStyle: "Total value display
|
|
28734
|
+
totalText: "Total row header",
|
|
28735
|
+
totalType: "Aggregation method",
|
|
28736
|
+
totalExpression: "Total value expression",
|
|
28737
|
+
totalDisplayStyle: "Total value display format",
|
|
28585
28738
|
totalCurrency: "Currency",
|
|
28586
28739
|
totalFormat: "Formatted string",
|
|
28587
|
-
logo: "
|
|
28588
|
-
questionsOnPageMode: "Survey
|
|
28589
|
-
maxTextLength: "
|
|
28590
|
-
maxOthersLength: "
|
|
28591
|
-
autoGrowComment: "Auto-expand
|
|
28740
|
+
logo: "Survey logo",
|
|
28741
|
+
questionsOnPageMode: "Survey layout",
|
|
28742
|
+
maxTextLength: "Restrict answer length",
|
|
28743
|
+
maxOthersLength: "Restrict comment length",
|
|
28744
|
+
autoGrowComment: "Auto-expand text areas",
|
|
28592
28745
|
allowResizeComment: "Allow users to resize text areas",
|
|
28593
|
-
textUpdateMode: "Update
|
|
28746
|
+
textUpdateMode: "Update input field values",
|
|
28594
28747
|
focusOnFirstError: "Set focus on the first invalid answer",
|
|
28595
28748
|
checkErrorsMode: "Run validation",
|
|
28596
|
-
navigateToUrl: "
|
|
28597
|
-
navigateToUrlOnCondition: "Dynamic
|
|
28749
|
+
navigateToUrl: "Redirect to an external link after submission",
|
|
28750
|
+
navigateToUrlOnCondition: "Dynamic external link",
|
|
28598
28751
|
completedBeforeHtml: "Markup to show if the user already filled out this survey",
|
|
28599
|
-
completedHtml: "
|
|
28600
|
-
completedHtmlOnCondition: "Dynamic
|
|
28752
|
+
completedHtml: "Thank You page markup",
|
|
28753
|
+
completedHtmlOnCondition: "Dynamic Thank You page markup",
|
|
28601
28754
|
loadingHtml: "Markup to show while survey model is loading",
|
|
28602
28755
|
commentText: "Comment area text",
|
|
28603
28756
|
autocomplete: "Autocomplete type",
|
|
28604
|
-
labelTrue: "\"True\"
|
|
28605
|
-
labelFalse: "\"False\"
|
|
28757
|
+
labelTrue: "Label for \"True\"",
|
|
28758
|
+
labelFalse: "Label for \"False\"",
|
|
28606
28759
|
allowClear: "Show the Clear button",
|
|
28607
|
-
displayStyle: "
|
|
28760
|
+
displayStyle: "Display format",
|
|
28608
28761
|
format: "Formatted string",
|
|
28609
28762
|
maximumFractionDigits: "Maximum fractional digits",
|
|
28610
28763
|
minimumFractionDigits: "Minimum fractional digits",
|
|
28611
28764
|
useGrouping: "Display grouping separators",
|
|
28612
|
-
allowMultiple: "
|
|
28613
|
-
allowImagesPreview: "Preview images",
|
|
28765
|
+
allowMultiple: "Enable multiple file upload",
|
|
28766
|
+
allowImagesPreview: "Preview uploaded images",
|
|
28614
28767
|
acceptedTypes: "Accepted file types",
|
|
28615
|
-
waitForUpload: "Wait for
|
|
28768
|
+
waitForUpload: "Wait for upload to complete",
|
|
28616
28769
|
needConfirmRemoveFile: "Confirm file deletion",
|
|
28617
|
-
detailPanelMode: "
|
|
28770
|
+
detailPanelMode: "Row expansion alignment",
|
|
28618
28771
|
minRowCount: "Minimum row count",
|
|
28619
28772
|
maxRowCount: "Maximum row count",
|
|
28620
28773
|
confirmDelete: "Confirm row deletion",
|
|
28621
28774
|
confirmDeleteText: "Confirmation message",
|
|
28622
|
-
paneldynamic: {
|
|
28623
|
-
confirmDelete: "Confirm panel deletion"
|
|
28624
|
-
},
|
|
28625
28775
|
panelCount: "Initial panel count",
|
|
28626
28776
|
minPanelCount: "Minimum panel count",
|
|
28627
28777
|
maxPanelCount: "Maximum panel count",
|
|
28628
|
-
panelsState: "Inner panel
|
|
28629
|
-
|
|
28630
|
-
|
|
28631
|
-
|
|
28632
|
-
|
|
28633
|
-
|
|
28634
|
-
templateTitleLocation: "Question title location",
|
|
28635
|
-
panelRemoveButtonLocation: "Remove Panel button location",
|
|
28636
|
-
hideIfRowsEmpty: "Hide the question if there are no rows",
|
|
28778
|
+
panelsState: "Inner panel collapse state",
|
|
28779
|
+
panelPrevText: "\"Previous Panel\" button text",
|
|
28780
|
+
panelNextText: "\"Next Panel\" button text",
|
|
28781
|
+
showRangeInProgress: "Show the progress bar",
|
|
28782
|
+
panelRemoveButtonLocation: "\"Remove Panel\" button alignment",
|
|
28783
|
+
hideIfRowsEmpty: "Hide the question if it has no rows",
|
|
28637
28784
|
hideColumnsIfEmpty: "Hide columns if there are no rows",
|
|
28638
|
-
rateValues: "Custom
|
|
28639
|
-
rateCount: "
|
|
28640
|
-
autoGenerate: "
|
|
28641
|
-
hideIfChoicesEmpty: "Hide the question if it
|
|
28642
|
-
|
|
28643
|
-
|
|
28644
|
-
|
|
28645
|
-
width: "Width (in CSS-accepted values)",
|
|
28785
|
+
rateValues: "Custom rating values",
|
|
28786
|
+
rateCount: "Rating count",
|
|
28787
|
+
autoGenerate: "Rating configuration",
|
|
28788
|
+
hideIfChoicesEmpty: "Hide the question if it has no choices",
|
|
28789
|
+
minWidth: "Minimum width",
|
|
28790
|
+
maxWidth: "Maximum width",
|
|
28791
|
+
width: "Width",
|
|
28646
28792
|
showHeader: "Show column headers",
|
|
28647
28793
|
horizontalScroll: "Show horizontal scrollbar",
|
|
28648
|
-
columnMinWidth: "Minimum column width
|
|
28649
|
-
rowTitleWidth: "Row header width
|
|
28650
|
-
valueTrue: "\"True\"
|
|
28651
|
-
valueFalse: "\"False\"
|
|
28794
|
+
columnMinWidth: "Minimum column width",
|
|
28795
|
+
rowTitleWidth: "Row header width",
|
|
28796
|
+
valueTrue: "Value to store when \"True\" is selected",
|
|
28797
|
+
valueFalse: "Value to store when \"False\" is selected",
|
|
28652
28798
|
minErrorText: "\"Value is below minimum\" error message",
|
|
28653
28799
|
maxErrorText: "\"Value exceeds maximum\" error message",
|
|
28654
28800
|
otherErrorText: "\"Empty comment\" error message",
|
|
28655
|
-
keyDuplicationError: "
|
|
28656
|
-
minSelectedChoices: "Minimum
|
|
28657
|
-
maxSelectedChoices: "Maximum
|
|
28801
|
+
keyDuplicationError: "Error message for duplicate responses",
|
|
28802
|
+
minSelectedChoices: "Minimum choices to select",
|
|
28803
|
+
maxSelectedChoices: "Maximum choices to select",
|
|
28658
28804
|
showClearButton: "Show the Clear button",
|
|
28659
|
-
|
|
28660
|
-
|
|
28661
|
-
logoHeight: "Logo height (in CSS-accepted values)",
|
|
28805
|
+
logoWidth: "Logo width",
|
|
28806
|
+
logoHeight: "Logo height",
|
|
28662
28807
|
readOnly: "Read-only",
|
|
28663
|
-
enableIf: "
|
|
28808
|
+
enableIf: "Disable the read-only mode if",
|
|
28664
28809
|
emptyRowsText: "\"No rows\" message",
|
|
28665
|
-
|
|
28666
|
-
separateSpecialChoices: "Separate special choices (None, Other, Select All)",
|
|
28810
|
+
separateSpecialChoices: "Separate special choices",
|
|
28667
28811
|
choicesFromQuestion: "Copy choices from the following question",
|
|
28668
|
-
choicesFromQuestionMode: "Which
|
|
28669
|
-
|
|
28670
|
-
|
|
28671
|
-
|
|
28812
|
+
choicesFromQuestionMode: "Which choice options to copy",
|
|
28813
|
+
progressBarShowPageTitles: "Display page titles in progress bar",
|
|
28814
|
+
progressBarShowPageNumbers: "Display page numbers in progress bar",
|
|
28815
|
+
showCommentArea: "Add a comment box",
|
|
28816
|
+
commentPlaceholder: "Placeholder text for the comment box",
|
|
28817
|
+
displayRateDescriptionsAsExtremeItems: "Show the labels as extreme values",
|
|
28672
28818
|
rowsOrder: "Row order",
|
|
28673
28819
|
columnsLayout: "Column layout",
|
|
28674
28820
|
columnColCount: "Nested column count",
|
|
28675
|
-
state: "Panel expand state",
|
|
28676
28821
|
correctAnswer: "Correct Answer",
|
|
28677
28822
|
defaultPanelValue: "Default Values",
|
|
28678
28823
|
cells: "Cell Texts",
|
|
28679
|
-
keyName: "
|
|
28824
|
+
keyName: "Prevent duplicate responses in the following column",
|
|
28680
28825
|
itemvalue: {
|
|
28681
|
-
text: "Alt text"
|
|
28826
|
+
text: "Alt text",
|
|
28827
|
+
visibleIf: "Make the option visible if",
|
|
28828
|
+
enableIf: "Make the option selectable if"
|
|
28682
28829
|
},
|
|
28683
28830
|
logoPosition: "Logo position",
|
|
28684
28831
|
addLogo: "Add logo...",
|
|
@@ -28691,55 +28838,58 @@ var enStrings = {
|
|
|
28691
28838
|
bottom: "In the bottom"
|
|
28692
28839
|
},
|
|
28693
28840
|
tabs: {
|
|
28841
|
+
panel: {
|
|
28842
|
+
layout: "Panel Layout",
|
|
28843
|
+
},
|
|
28694
28844
|
general: "General",
|
|
28695
28845
|
fileOptions: "Options",
|
|
28696
28846
|
html: "HTML Editor",
|
|
28697
28847
|
columns: "Columns",
|
|
28698
28848
|
rows: "Rows",
|
|
28699
|
-
choices: "
|
|
28849
|
+
choices: "Choice Options",
|
|
28700
28850
|
items: "Items",
|
|
28701
28851
|
visibleIf: "Visible If",
|
|
28702
28852
|
enableIf: "Editable If",
|
|
28703
28853
|
requiredIf: "Required If",
|
|
28704
|
-
rateValues: "
|
|
28705
|
-
choicesByUrl: "Choices from a
|
|
28854
|
+
rateValues: "Rating Values",
|
|
28855
|
+
choicesByUrl: "Choices from a Web Service",
|
|
28706
28856
|
matrixChoices: "Default Choices",
|
|
28707
28857
|
multipleTextItems: "Text Inputs",
|
|
28708
28858
|
numbering: "Numbering",
|
|
28709
28859
|
validators: "Validators",
|
|
28710
28860
|
navigation: "Navigation",
|
|
28711
|
-
question: "Question",
|
|
28861
|
+
question: "Question Settings",
|
|
28712
28862
|
pages: "Pages",
|
|
28713
|
-
timer: "
|
|
28863
|
+
timer: "Quiz Mode",
|
|
28714
28864
|
calculatedValues: "Calculated Values",
|
|
28715
28865
|
triggers: "Triggers",
|
|
28716
28866
|
templateTitle: "Title template",
|
|
28717
28867
|
totals: "Totals",
|
|
28718
|
-
logic: "
|
|
28868
|
+
logic: "Conditions",
|
|
28719
28869
|
layout: {
|
|
28720
|
-
panel: "Layout",
|
|
28870
|
+
panel: "Panel Layout",
|
|
28721
28871
|
question: "Layout",
|
|
28722
28872
|
base: "Layout"
|
|
28723
28873
|
},
|
|
28724
28874
|
data: "Data",
|
|
28725
28875
|
validation: "Validation",
|
|
28726
|
-
cells: "Cell Texts",
|
|
28727
|
-
showOnCompleted: "
|
|
28728
|
-
logo: "Logo in Survey Header",
|
|
28876
|
+
cells: "Individual Cell Texts",
|
|
28877
|
+
showOnCompleted: "Thank You Page",
|
|
28878
|
+
logo: "Logo in the Survey Header",
|
|
28729
28879
|
slider: "Slider",
|
|
28730
28880
|
expression: "Expression",
|
|
28881
|
+
questionSettings: "Question Settings",
|
|
28731
28882
|
others: "Others"
|
|
28732
28883
|
},
|
|
28733
28884
|
editProperty: "Edit property '{0}'",
|
|
28734
28885
|
items: "Items",
|
|
28735
|
-
choicesVisibleIf: "
|
|
28736
|
-
choicesEnableIf: "
|
|
28737
|
-
columnsEnableIf: "
|
|
28738
|
-
rowsEnableIf: "
|
|
28739
|
-
|
|
28740
|
-
|
|
28741
|
-
|
|
28742
|
-
defaultValueFromLastPanel: "Take default values from the last panel",
|
|
28886
|
+
choicesVisibleIf: "Make choices visible if",
|
|
28887
|
+
choicesEnableIf: "Make choices selectable if",
|
|
28888
|
+
columnsEnableIf: "Make columns visible if",
|
|
28889
|
+
rowsEnableIf: "Make rows visible if",
|
|
28890
|
+
innerIndent: "Increase the inner indent",
|
|
28891
|
+
defaultValueFromLastRow: "Use answers from the last row as default",
|
|
28892
|
+
defaultValueFromLastPanel: "Use answers from the last panel as default",
|
|
28743
28893
|
enterNewValue: "Please, enter the value.",
|
|
28744
28894
|
noquestions: "There are no questions in the survey.",
|
|
28745
28895
|
createtrigger: "Please create a trigger",
|
|
@@ -28760,39 +28910,34 @@ var enStrings = {
|
|
|
28760
28910
|
triggerRunExpressionEmpty: "Please enter a valid expression",
|
|
28761
28911
|
emptyExpressionPlaceHolder: "Type expression here...",
|
|
28762
28912
|
noFile: "No file choosen",
|
|
28763
|
-
clearIfInvisible: "Clear
|
|
28764
|
-
valuePropertyName: "
|
|
28765
|
-
searchEnabled: "Enable search",
|
|
28913
|
+
clearIfInvisible: "Clear hidden question values",
|
|
28914
|
+
valuePropertyName: "Store values in the following property",
|
|
28915
|
+
searchEnabled: "Enable search-as-you-type",
|
|
28766
28916
|
hideSelectedItems: "Hide selected items",
|
|
28767
|
-
closeOnSelect: "
|
|
28768
|
-
|
|
28769
|
-
|
|
28770
|
-
|
|
28771
|
-
|
|
28772
|
-
|
|
28773
|
-
|
|
28774
|
-
|
|
28775
|
-
|
|
28776
|
-
|
|
28777
|
-
|
|
28778
|
-
|
|
28779
|
-
|
|
28780
|
-
|
|
28781
|
-
|
|
28782
|
-
|
|
28783
|
-
},
|
|
28784
|
-
filePlaceholder: "File placeholder text",
|
|
28785
|
-
photoPlaceholder: "Photo placeholder text",
|
|
28786
|
-
fileOrPhotoPlaceholder: "File or photo placeholder text",
|
|
28787
|
-
rateType: "Rate type" // Auto-generated string
|
|
28917
|
+
closeOnSelect: "Collapse the dropdown upon selection",
|
|
28918
|
+
verticalAlign: "Vertical alignment within cells",
|
|
28919
|
+
alternateRows: "Alternate row colors",
|
|
28920
|
+
columnsVisibleIf: "Make columns visible if",
|
|
28921
|
+
rowsVisibleIf: "Make rows visible if",
|
|
28922
|
+
otherPlaceholder: "Placeholder text for the comment box",
|
|
28923
|
+
filePlaceholder: "Placeholder text for Local file",
|
|
28924
|
+
photoPlaceholder: "Placeholder text for Camera",
|
|
28925
|
+
fileOrPhotoPlaceholder: "Placeholder text for Local file or Camera",
|
|
28926
|
+
rateType: "Rating icon",
|
|
28927
|
+
url_placeholder: "Ex.: https://api.example.com/books",
|
|
28928
|
+
path_placeholder: "Ex.: categories.fiction",
|
|
28929
|
+
questionStartIndex_placeholder: "Ex.: a)",
|
|
28930
|
+
width_placeholder: "Ex.: 6in",
|
|
28931
|
+
minWidth_placeholder: "Ex.: 600px",
|
|
28932
|
+
maxWidth_placeholder: "Ex.: 50%",
|
|
28788
28933
|
},
|
|
28789
28934
|
// Property values
|
|
28790
28935
|
pv: {
|
|
28791
28936
|
"true": "true",
|
|
28792
28937
|
"false": "false",
|
|
28793
|
-
"file": "Local
|
|
28938
|
+
"file": "Local file",
|
|
28794
28939
|
"camera": "Camera",
|
|
28795
|
-
"file-camera": "Local
|
|
28940
|
+
"file-camera": "Local file or Camera",
|
|
28796
28941
|
inherit: "Inherit",
|
|
28797
28942
|
show: "Visible",
|
|
28798
28943
|
hide: "Hidden",
|
|
@@ -28805,14 +28950,13 @@ var enStrings = {
|
|
|
28805
28950
|
asc: "Ascending",
|
|
28806
28951
|
desc: "Descending",
|
|
28807
28952
|
indeterminate: "Indeterminate",
|
|
28953
|
+
selected: "Selected",
|
|
28954
|
+
unselected: "Unselected",
|
|
28808
28955
|
decimal: "decimal",
|
|
28809
28956
|
currency: "currency",
|
|
28810
28957
|
percent: "percent",
|
|
28811
28958
|
firstExpanded: "First panel is expanded",
|
|
28812
28959
|
off: "Hide question numbers",
|
|
28813
|
-
onpanel: "Start on each panel",
|
|
28814
|
-
onPanel: "Start on each panel",
|
|
28815
|
-
onSurvey: "Continue throughout the survey",
|
|
28816
28960
|
list: "List",
|
|
28817
28961
|
progressTop: "Panel navigator + Progress bar at the top",
|
|
28818
28962
|
progressBottom: "Panel navigator + Progress bar at the bottom",
|
|
@@ -28826,7 +28970,9 @@ var enStrings = {
|
|
|
28826
28970
|
both: "Both",
|
|
28827
28971
|
left: "Left",
|
|
28828
28972
|
right: "Right",
|
|
28973
|
+
center: "Center",
|
|
28829
28974
|
leftRight: "Left and right",
|
|
28975
|
+
middle: "Middle",
|
|
28830
28976
|
color: "color",
|
|
28831
28977
|
date: "date",
|
|
28832
28978
|
datetime: "datetime",
|
|
@@ -28842,19 +28988,22 @@ var enStrings = {
|
|
|
28842
28988
|
url: "url",
|
|
28843
28989
|
week: "week",
|
|
28844
28990
|
hidden: "Hidden",
|
|
28845
|
-
on: "Continue from the previous page",
|
|
28846
|
-
onPage: "Start on each page",
|
|
28847
28991
|
edit: "Editable",
|
|
28848
28992
|
display: "Read-only",
|
|
28849
|
-
onComplete: "When the survey is completed",
|
|
28850
|
-
onHidden: "When the question becomes hidden",
|
|
28851
|
-
onHiddenContainer: "When the question or its panel/page becomes hidden",
|
|
28852
28993
|
contain: "Contain",
|
|
28853
28994
|
cover: "Cover",
|
|
28854
28995
|
fill: "Fill",
|
|
28996
|
+
next: "Next",
|
|
28997
|
+
last: "Last",
|
|
28998
|
+
onComplete: "Upon survey completion",
|
|
28999
|
+
onHidden: "When question gets hidden",
|
|
29000
|
+
onHiddenContainer: "When question or its panel/page gets hidden",
|
|
28855
29001
|
clearInvisibleValues: {
|
|
28856
29002
|
none: "Never"
|
|
28857
29003
|
},
|
|
29004
|
+
clearIfInvisible: {
|
|
29005
|
+
none: "Never"
|
|
29006
|
+
},
|
|
28858
29007
|
inputType: {
|
|
28859
29008
|
color: "Color",
|
|
28860
29009
|
date: "Date",
|
|
@@ -28876,9 +29025,11 @@ var enStrings = {
|
|
|
28876
29025
|
onNextPage: "When switching to the next page",
|
|
28877
29026
|
onValueChanged: "After an answer is changed",
|
|
28878
29027
|
onValueChanging: "Before an answer is changed",
|
|
28879
|
-
|
|
28880
|
-
|
|
28881
|
-
|
|
29028
|
+
questionsOnPageMode: {
|
|
29029
|
+
standard: "Original structure",
|
|
29030
|
+
singlePage: "Show all questions on one page",
|
|
29031
|
+
questionPerPage: "Show single question per page",
|
|
29032
|
+
},
|
|
28882
29033
|
noPreview: "No preview",
|
|
28883
29034
|
showAllQuestions: "Show all questions",
|
|
28884
29035
|
showAnsweredQuestions: "Show answered questions only",
|
|
@@ -28887,73 +29038,112 @@ var enStrings = {
|
|
|
28887
29038
|
requiredQuestions: "Answered required questions",
|
|
28888
29039
|
correctQuestions: "Valid answers",
|
|
28889
29040
|
buttons: "Completed pages (button UI)",
|
|
28890
|
-
underInput: "Under the input",
|
|
28891
|
-
underTitle: "Under the title",
|
|
28892
|
-
onBlur: "On
|
|
29041
|
+
underInput: "Under the input field",
|
|
29042
|
+
underTitle: "Under the question title",
|
|
29043
|
+
onBlur: "On lost focus",
|
|
28893
29044
|
onTyping: "While typing",
|
|
28894
29045
|
underRow: "Under the row",
|
|
28895
|
-
underRowSingle: "Under the row,
|
|
29046
|
+
underRowSingle: "Under the row, display one row expansion only",
|
|
29047
|
+
auto: "Auto",
|
|
28896
29048
|
showNavigationButtons: {
|
|
28897
29049
|
none: "Hidden"
|
|
28898
29050
|
},
|
|
28899
|
-
showProgressBar: {
|
|
28900
|
-
off: "Hidden",
|
|
28901
|
-
auto: "Auto",
|
|
28902
|
-
aboveHeader: "Above header",
|
|
28903
|
-
belowHeader: "Below header",
|
|
28904
|
-
bottom: "Bottom",
|
|
28905
|
-
topBottom: "Top and Bottom"
|
|
28906
|
-
},
|
|
28907
29051
|
showTimerPanel: {
|
|
28908
29052
|
none: "Hidden"
|
|
28909
29053
|
},
|
|
28910
29054
|
showTimerPanelMode: {
|
|
28911
29055
|
all: "Both"
|
|
28912
29056
|
},
|
|
28913
|
-
detailPanelMode: {
|
|
28914
|
-
none: "Hidden"
|
|
28915
|
-
},
|
|
28916
29057
|
addRowLocation: {
|
|
28917
|
-
default: "
|
|
29058
|
+
default: "Based on matrix layout"
|
|
28918
29059
|
},
|
|
28919
29060
|
panelsState: {
|
|
28920
|
-
default: "
|
|
28921
|
-
collapsed: "
|
|
28922
|
-
expanded: "
|
|
29061
|
+
default: "Locked",
|
|
29062
|
+
collapsed: "Collapse all",
|
|
29063
|
+
expanded: "Expand all",
|
|
29064
|
+
firstExpanded: "First expanded"
|
|
28923
29065
|
},
|
|
28924
29066
|
widthMode: {
|
|
28925
|
-
auto: "Auto",
|
|
28926
29067
|
static: "Static",
|
|
28927
29068
|
responsive: "Responsive"
|
|
28928
29069
|
},
|
|
28929
|
-
imageFit: {
|
|
28930
|
-
none: "None",
|
|
28931
|
-
contain: "Contain",
|
|
28932
|
-
cover: "Cover",
|
|
28933
|
-
fill: "Fill"
|
|
28934
|
-
},
|
|
28935
29070
|
contentMode: {
|
|
28936
|
-
auto: "Auto",
|
|
28937
29071
|
image: "Image",
|
|
28938
29072
|
video: "Video",
|
|
28939
29073
|
youtube: "YouTube"
|
|
28940
29074
|
},
|
|
28941
29075
|
displayMode: {
|
|
28942
|
-
auto: "Auto",
|
|
28943
29076
|
buttons: "Buttons",
|
|
28944
29077
|
dropdown: "Dropdown"
|
|
28945
29078
|
},
|
|
28946
29079
|
rateColorMode: {
|
|
28947
|
-
default: "Default"
|
|
29080
|
+
default: "Default",
|
|
29081
|
+
scale: "Scale"
|
|
29082
|
+
},
|
|
29083
|
+
scaleColorMode: {
|
|
29084
|
+
monochrome: "Monochrome",
|
|
29085
|
+
colored: "Colored"
|
|
28948
29086
|
},
|
|
28949
29087
|
autoGenerate: {
|
|
28950
|
-
"true": "
|
|
28951
|
-
"false": "
|
|
29088
|
+
"true": "Auto-generate",
|
|
29089
|
+
"false": "Manual"
|
|
28952
29090
|
},
|
|
28953
29091
|
rateType: {
|
|
28954
29092
|
labels: "Labels",
|
|
28955
29093
|
stars: "Stars",
|
|
28956
29094
|
smileys: "Smileys"
|
|
29095
|
+
},
|
|
29096
|
+
state: {
|
|
29097
|
+
default: "Locked"
|
|
29098
|
+
},
|
|
29099
|
+
showQuestionNumbers: {
|
|
29100
|
+
default: "Auto-numbering",
|
|
29101
|
+
on: "Auto-numbering",
|
|
29102
|
+
onPage: "Reset on each page",
|
|
29103
|
+
onpanel: "Reset on each panel",
|
|
29104
|
+
onPanel: "Reset on each panel",
|
|
29105
|
+
onSurvey: "Continue across the survey",
|
|
29106
|
+
off: "No numbering"
|
|
29107
|
+
},
|
|
29108
|
+
descriptionLocation: {
|
|
29109
|
+
underTitle: "Under the question title",
|
|
29110
|
+
underInput: "Under the input field"
|
|
29111
|
+
},
|
|
29112
|
+
selectToRankAreasLayout: {
|
|
29113
|
+
horizontal: "Next to choices",
|
|
29114
|
+
vertical: "Above choices"
|
|
29115
|
+
},
|
|
29116
|
+
displayStyle: {
|
|
29117
|
+
decimal: "Decimal",
|
|
29118
|
+
currency: "Currency",
|
|
29119
|
+
percent: "Percentage",
|
|
29120
|
+
date: "Date"
|
|
29121
|
+
},
|
|
29122
|
+
totalDisplayStyle: {
|
|
29123
|
+
decimal: "Decimal",
|
|
29124
|
+
currency: "Currency",
|
|
29125
|
+
percent: "Percentage",
|
|
29126
|
+
date: "Date"
|
|
29127
|
+
},
|
|
29128
|
+
rowsOrder: {
|
|
29129
|
+
initial: "Original"
|
|
29130
|
+
},
|
|
29131
|
+
questionsOrder: {
|
|
29132
|
+
initial: "Original"
|
|
29133
|
+
},
|
|
29134
|
+
showProgressBar: {
|
|
29135
|
+
off: "Hidden",
|
|
29136
|
+
aboveHeader: "Above the header",
|
|
29137
|
+
belowHeader: "Below the header"
|
|
29138
|
+
},
|
|
29139
|
+
sum: "Sum",
|
|
29140
|
+
count: "Count",
|
|
29141
|
+
min: "Min",
|
|
29142
|
+
max: "Max",
|
|
29143
|
+
avg: "Avg",
|
|
29144
|
+
searchMode: {
|
|
29145
|
+
contains: "Contains",
|
|
29146
|
+
startsWith: "Starts with"
|
|
28957
29147
|
}
|
|
28958
29148
|
},
|
|
28959
29149
|
// Operators
|
|
@@ -29019,21 +29209,211 @@ var enStrings = {
|
|
|
29019
29209
|
visibletrigger: "change visibility (deprecated)"
|
|
29020
29210
|
},
|
|
29021
29211
|
pehelp: {
|
|
29022
|
-
|
|
29023
|
-
|
|
29212
|
+
panel: {
|
|
29213
|
+
name: "A panel ID that is not visible to respondents.",
|
|
29214
|
+
description: "Type a panel subtitle.",
|
|
29215
|
+
// isRequired: "Prevents survey submission unless at least one nested question has an answer.",
|
|
29216
|
+
visibleIf: "Use the magic wand icon to set a conditional rule that determines panel visibility.",
|
|
29217
|
+
enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the panel.",
|
|
29218
|
+
requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
|
|
29219
|
+
questionTitleLocation: "Applies to all questions within this panel. If you want to override this setting, define title alignment rules for individual questions. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
|
|
29220
|
+
questionErrorLocation: "Sets the location of an error message in relation to all questions within the panel. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
|
|
29221
|
+
questionsOrder: "Keeps the original order of questions or randomizes them. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
|
|
29222
|
+
page: "Repositions the panel to the end of a selected page.",
|
|
29223
|
+
innerIndent: "Adds space or margin between the panel content and the left border of the panel box.",
|
|
29224
|
+
startWithNewLine: "Unselect to display the panel in one line with the previous question or panel. The setting doesn't apply if the panel is the first element in your form.",
|
|
29225
|
+
state: "Choose from: \"Expanded\" - the panel is displayed in full and can be collapsed; \"Collapsed\" - the panel displays only the title and description and can be expanded; \"Locked\" - the panel is displayed in full and cannot be collapsed.",
|
|
29226
|
+
width: "Sets the width of the panel in proportion to other survey elements in the same line. Accepts CSS values (px, %, in, pt, etc.)."
|
|
29227
|
+
},
|
|
29228
|
+
paneldynamic: {
|
|
29229
|
+
name: "A panel ID that is not visible to respondents.",
|
|
29230
|
+
description: "Type a panel subtitle.",
|
|
29231
|
+
// isRequired: "Prevents survey submission unless at least one nested question has an answer.",
|
|
29232
|
+
visibleIf: "Use the magic wand icon to set a conditional rule that determines panel visibility.",
|
|
29233
|
+
enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the panel.",
|
|
29234
|
+
requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
|
|
29235
|
+
templateTitleLocation: "Applies to all questions within this panel. If you want to override this setting, define title alignment rules for individual questions. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
|
|
29236
|
+
templateErrorLocation: "Sets the location of an error message in relation to a question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
|
|
29237
|
+
errorLocation: "Sets the location of an error message in relation to all questions within the panel. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
|
|
29238
|
+
// questionsOrder: "Keeps the original order of questions or randomizes them. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
|
|
29239
|
+
page: "Repositions the panel to the end of a selected page.",
|
|
29240
|
+
innerIndent: "Adds space or margin between the panel content and the left border of the panel box.",
|
|
29241
|
+
startWithNewLine: "Unselect to display the panel in one line with the previous question or panel. The setting doesn't apply if the panel is the first element in your form.",
|
|
29242
|
+
state: "Choose from: \"Expanded\" - the panel is displayed in full and can be collapsed; \"Collapsed\" - the panel displays only the title and description and can be expanded; \"Locked\" - the panel is displayed in full and cannot be collapsed.",
|
|
29243
|
+
width: "Sets the width of the panel in proportion to other survey elements in the same line. Accepts CSS values (px, %, in, pt, etc.).",
|
|
29244
|
+
templateTitle: "Type in a template for dynamic panel titles. Use \{panelIndex}\ for the panel's general position and \{visiblePanelIndex}\ for its order among visible panels. Insert these placeholders into the pattern to add automatic numbering.",
|
|
29245
|
+
templateTabTitle: "Type in a template for tab titles. Use \{panelIndex}\ for a panel's general position and \{visiblePanelIndex}\ for its order among visible panels. Insert these placeholders into the pattern to add automatic numbering.",
|
|
29246
|
+
templateVisibleIf: "This setting allows you to control the visibility of individual panels within the dynamic panel. Use the `{panel}` placeholder to reference the current panel in your expression.",
|
|
29247
|
+
titleLocation: "This setting is automatically inherited by all questions within this panel. If you want to override this setting, define title alignment rules for individual questions. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
|
|
29248
|
+
descriptionLocation: "The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Under the panel title\" by default).",
|
|
29249
|
+
newPanelPosition: "Defines the position of a newly added panel. By default, new panels are added to the end. Select \"Next\" to insert a new panel after the current one.",
|
|
29250
|
+
defaultValueFromLastPanel: "Duplicates answers from the last panel and assigns them to the next added dynamic panel.",
|
|
29251
|
+
keyName: "Reference a question name to require a user to provide a unique response for this question in each panel.",
|
|
29252
|
+
},
|
|
29253
|
+
defaultValueExpression: "This setting allows you to assign a default answer value based on an expression. The expression can include basic calculations - `{q1_id} + {q2_id}`, Boolean expressions, such as `{age} > 60`, and functions: `iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc. The value determined by this expression serves as the initial default value that can be overridden by a respondent's manual input.",
|
|
29254
|
+
resetValueIf: "Use the magic wand icon to set a conditional rule that determines when a respondent's input is reset to the value based on the \"Default value expression\" or \"Set value expression\" or to the \"Default answer\" value (if either is set).",
|
|
29255
|
+
setValueIf: "Use the magic wand icon to set a conditional rule that determines when to run the \"Set value expression\" and dynamically assign the resulting value as a response.",
|
|
29256
|
+
setValueExpression: "Specify an expression that defines the value to be set when the conditions in the \"Set value if\" rule are met. The expression can include basic calculations - `{q1_id} + {q2_id}`, Boolean expressions, such as `{age} > 60`, and functions: `iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc. The value determined by this expression can be overridden by a respondent's manual input.",
|
|
29257
|
+
question: {
|
|
29258
|
+
name: "A question ID that is not visible to respondents.",
|
|
29259
|
+
description: "Type a question subtitle.",
|
|
29260
|
+
visibleIf: "Use the magic wand icon to set a conditional rule that determines question visibility.",
|
|
29261
|
+
enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the question.",
|
|
29262
|
+
requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey advancing or submission unless the question received an answer.",
|
|
29263
|
+
startWithNewLine: "Unselect to display the question in one line with the previous question or panel. The setting doesn't apply if the question is the first element in your form.",
|
|
29264
|
+
page: "Repositions the question to the end of a selected page.",
|
|
29265
|
+
state: "Choose from: \"Expanded\" - the question box is displayed in full and can be collapsed; \"Collapsed\" - the question box displays only the title and description and can be expanded; \"Locked\" - the question box is displayed in full and cannot be collapsed.",
|
|
29266
|
+
titleLocation: "Overrides title alignment rules defined on a panel, page or survey level. The \"Inherit\" option applies any higher-level settings (if set) or survey-level setting (\"Top\" by default).",
|
|
29267
|
+
descriptionLocation: "The \"Inherit\" option applies the survey-level setting (\"Under the question title\" by default).",
|
|
29268
|
+
errorLocation: "Sets the location of an error message in relation to the question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box. The \"Inherit\" option applies the survey-level setting (\"Top\" by default).",
|
|
29269
|
+
indent: "Adds space or margin between the question content and the left border of the question box.",
|
|
29270
|
+
width: "Sets the width of the question in proportion to other survey elements in the same line. Accepts CSS values (px, %, in, pt, etc.).",
|
|
29271
|
+
surveyvalidator: {
|
|
29272
|
+
expression: "Use the magic wand icon to set a validation rule for the question."
|
|
29273
|
+
},
|
|
29274
|
+
textUpdateMode: "Choose from: \"On lost focus\" - the value is updated when the input field loses focus; \"While typing\" - the value is updated in real-time, as users are typing. The \"Inherit\" option applies the survey-level setting (\"On lost focus\" by default).",
|
|
29275
|
+
url: "You can use any web service as a data source for multiple-choice questions. To populate choice values, enter the URL of the service providing the data.",
|
|
29276
|
+
searchMode: "A comparison operation used to filter the drop-down list."
|
|
29277
|
+
},
|
|
29278
|
+
signaturepad: {
|
|
29279
|
+
signatureWidth: "Sets the width of the displayed signature area and the resulting image.",
|
|
29280
|
+
signatureHeight: "Sets the height of the displayed signature area and the resulting image.",
|
|
29281
|
+
signatureAutoScaleEnabled: "Select if you want the signature area to fill all available space within the question box while maintaining the default 3:2 aspect ratio. When custom width and height values are set, the setting will keep the aspect ratio of these dimensions."
|
|
29282
|
+
},
|
|
29283
|
+
file: {
|
|
29284
|
+
imageHeight: "Adjusts the height of the image in the survey results.",
|
|
29285
|
+
imageWidth: "Adjusts the width of the image in the survey results.",
|
|
29286
|
+
},
|
|
29287
|
+
imagepicker: {
|
|
29288
|
+
imageHeight: "Overrides the minimum and maximum height values.",
|
|
29289
|
+
imageWidth: "Overrides the minimum and maximum width values.",
|
|
29290
|
+
choices: "\"Value\" serves as an item ID used in conditional rules; \"Text\" is displayed to respondents.",
|
|
29291
|
+
},
|
|
29292
|
+
text: {
|
|
29293
|
+
size: "This setting only resizes the input field and doesn't affect the width of the question box. To limit the accepted input length, go to <b>Validation → Maximum character limit</b>."
|
|
29294
|
+
},
|
|
29295
|
+
comment: {
|
|
29296
|
+
rows: "Sets the number of displayed lines in the input field. If the input takes up more lines, the scroll bar will appear."
|
|
29297
|
+
},
|
|
29298
|
+
survey: {
|
|
29299
|
+
mode: "Choose between: \"Editable\" - enables respondents to fill out your survey; \"Read-only\" - disables form editing."
|
|
29300
|
+
},
|
|
29301
|
+
matrixdropdowncolumn: {
|
|
29302
|
+
name: "A column ID that is not visible to respondents.",
|
|
29303
|
+
isUnique: "When enabled for a column, a respondent is required to provide a unique response for each question within this column.",
|
|
29304
|
+
rows: "Sets the number of displayed lines in the input field. If the input takes up more lines, the scroll bar will appear.",
|
|
29305
|
+
visibleIf: "Use the magic wand icon to set a conditional rule that determines column visibility.",
|
|
29306
|
+
enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the column.",
|
|
29307
|
+
requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
|
|
29308
|
+
showInMultipleColumns: "When selected, creates an individual column for each choice option."
|
|
29309
|
+
},
|
|
29310
|
+
widthMode: "Choose from: \"Static\" - sets a fixed width; \"Responsive\" - makes the survey occupy the full width of the screen; \"Auto\" - applies either of the two depending on the question types used.",
|
|
29311
|
+
cookieName: "Assign a unique cookie value for your survey. The cookie will be set in a respondent's browser upon survey completion to prevent repetitive survey submissions.",
|
|
29312
|
+
logo: "Paste an image link (no size limits) or click the folder icon to browse a file from your computer (up to 64KB).",
|
|
29313
|
+
logoWidth: "Sets a logo width in CSS units (px, %, in, pt, etc.).",
|
|
29314
|
+
logoHeight: "Sets a logo height in CSS units (px, %, in, pt, etc.).",
|
|
29315
|
+
logoFit: "Choose from: \"None\" - image maintains its original size; \"Contain\" - image is resized to fit while maintaining its aspect ratio; \"Cover\" - image fills the entire box while maintaining its aspect ratio; \"Fill\" - image is stretched to fill the box without maintaining its aspect ratio.",
|
|
29316
|
+
goNextPageAutomatic: "Select if you want the survey to advance to the next page automatically after a respondent answers all questions on the current page. The survey is also completed automatically.",
|
|
29317
|
+
showNavigationButtons: "Sets the visibility and location of navigation buttons on a page.",
|
|
29318
|
+
showProgressBar: "Sets the visibility and location of a progress bar. The \"Auto\" value displays the progress bar above or below the survey header.",
|
|
29319
|
+
showPreviewBeforeComplete: "Enable the preview page with all or answered questions only.",
|
|
29320
|
+
questionTitleLocation: "Applies to all questions within the survey. This setting can be overridden by title alignment rules at lower levels: panel, page, or question. A lower-level setting will override those on a higher level.",
|
|
29321
|
+
requiredText: "A symbol or a sequence of symbols indicating that an answer is required.",
|
|
29322
|
+
questionStartIndex: "Enter a number or letter with which you want to start numbering.",
|
|
29323
|
+
questionErrorLocation: "Sets the location of an error message in relation to the question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box.",
|
|
29324
|
+
focusFirstQuestionAutomatic: "Select if you want the first input field on each page ready for text entry.",
|
|
29325
|
+
questionsOrder: "Keeps the original order of questions or randomizes them. The effect of this setting is only visible in the Preview tab.",
|
|
29326
|
+
maxTextLength: "For text entry questions only.",
|
|
29327
|
+
maxOthersLength: "For question comments only.",
|
|
29328
|
+
autoGrowComment: "Select if you want question comments and Long Text questions to auto-grow in height based on the entered text length.",
|
|
29329
|
+
allowResizeComment: "For question comments and Long Text questions only.",
|
|
29330
|
+
calculatedValues: "Custom variables serve as intermediate or auxiliary variables used in form calculations. They take respondent inputs as source values. Each custom variable has a unique name and an expression it's based on.",
|
|
29331
|
+
includeIntoResult: "Select if you wish the calculated value of the expression to be saved along with survey results.",
|
|
29332
|
+
triggers: "A trigger is an event or condition that is based on an expression. Once the expression is evaluated to \"true\", a trigger sets off an action. Such an action can optionally have a target question it affects.",
|
|
29333
|
+
clearInvisibleValues: "Choose whether or not to clear values for questions hidden by conditional logic and when to do it.",
|
|
29334
|
+
textUpdateMode: "Choose from: \"On lost focus\" - the value is updated when the input field loses focus; \"While typing\" - the value is updated in real-time, as users are typing.",
|
|
29335
|
+
columns: "The left value serves as a column ID used in conditional rules, the right value is displayed to respondents.",
|
|
29336
|
+
rows: "The left value serves as a row ID used in conditional rules, the right value is displayed to respondents.",
|
|
29337
|
+
columnMinWidth: "Accepts CSS values (px, %, in, pt, etc.).",
|
|
29338
|
+
rowTitleWidth: "Accepts CSS values (px, %, in, pt, etc.).",
|
|
29339
|
+
totalText: "Visible only if at least one column displays total values set with \"Aggregation method\" or \"Total value expression\".",
|
|
29340
|
+
cellErrorLocation: "Sets the location of an error message in relation to a cell with invalid input. The \"Inherit\" option applies the setting from the \"Error message alignment\" property.",
|
|
29341
|
+
keyDuplicationError: "When the \"Prevent duplicate responses\" property is enabled, a respondent attempting to submit a duplicate entry will receive the following error message.",
|
|
29342
|
+
totalExpression: "Allows you to calculate total values based on an expression. The expression can include basic calculations (`{q1_id} + {q2_id}`), Boolean expressions (`{age} > 60`) and functions ('iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc.).",
|
|
29343
|
+
confirmDelete: "Triggers a prompt asking to confirm the row deletion.",
|
|
29344
|
+
defaultValueFromLastRow: "Duplicates answers from the last row and assigns them to the next added dynamic row.",
|
|
29345
|
+
keyName: "Reference a column ID to require a user to provide a unique response for each question within the specified column.",
|
|
29346
|
+
description: "Type a subtitle.",
|
|
29347
|
+
locale: "Choose a language to begin creating your survey. To add a translation, switch to a new language and translate the original text here or in the Translations tab.",
|
|
29348
|
+
detailPanelMode: "Sets the location of a details section in relation to a row. Choose from: \"None\" - no expansion is added; \"Under the row\" - a row expansion is placed under each row of the matrix; \"Under the row, display one row expansion only\" - an expansion is displayed under a single row only, the remaining row expansions are collapsed.",
|
|
29349
|
+
imageFit: "Choose from: \"None\" - image maintains its original size; \"Contain\" - image is resized to fit while maintaining its aspect ratio; \"Cover\" - image fills the entire box while maintaining its aspect ratio; \"Fill\" - image is stretched to fill the box without maintaining its aspect ratio.",
|
|
29350
|
+
autoGrow: "Gradually increases the height of the input field as data is being entered. Overrides the \"Input field height (in lines)\" setting.",
|
|
29351
|
+
allowResize: "The resize handle (or grip) appears in the corner and can be dragged to alter the size of the input field.",
|
|
29352
|
+
maxTimeToFinish: "A time interval in seconds after which the survey auto-advances to the Thank You page.",
|
|
29353
|
+
maxTimeToFinishPage: "A time interval in seconds after which the survey auto-advances to the next page.",
|
|
29354
|
+
page: {
|
|
29355
|
+
maxTimeToFinish: "A time interval in seconds after which the survey auto-advances to the next page.",
|
|
29356
|
+
// isRequired: "Prevents survey submission unless at least one nested question has an answer.",
|
|
29357
|
+
visibleIf: "Use the magic wand icon to set a conditional rule that determines page visibility.",
|
|
29358
|
+
enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the page.",
|
|
29359
|
+
requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
|
|
29360
|
+
questionTitleLocation: "Applies to all questions within this page. If you want to override this setting, define title alignment rules for individual questions or panels. The \"Inherit\" option applies the survey-level setting (\"Top\" by default).",
|
|
29361
|
+
questionErrorLocation: "Sets the location of an error message in relation to the question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box. The \"Inherit\" option applies the survey-level setting (\"Top\" by default).",
|
|
29362
|
+
questionsOrder: "Keeps the original order of questions or randomizes them. The \"Inherit\" option applies the survey-level setting (\"Original\" by default). The effect of this setting is only visible in the Preview tab.",
|
|
29363
|
+
navigationButtonsVisibility: "Sets the visibility of navigation buttons on the page. The \"Inherit\" option applies the survey-level setting, which defaults to \"Visible\"."
|
|
29364
|
+
},
|
|
29365
|
+
showTimerPanel: "Sets the visibility and location of a timer on a page.",
|
|
29366
|
+
panelsState: "Choose from: \"Locked\" - users cannot expand or collapse panels; \"Collapse all\" - all panels start in a collapsed state; \"Expand all\" - all panels start in an expanded state; \"First expanded\" - only the first panel is initially expanded.",
|
|
29367
|
+
imageLinkName: "Enter a shared property name within the array of objects that contains the image or video file URLs you want to display in the choice list.",
|
|
29368
|
+
choices: "The left value serves as an item ID used in conditional rules, the right value is displayed to respondents.",
|
|
29369
|
+
title: "Type a user-friendly title to display.",
|
|
29370
|
+
waitForUpload: "Ensures that users won't complete the survey until files are uploaded.",
|
|
29371
|
+
minWidth: "Accepts CSS values (px, %, in, pt, etc.).",
|
|
29372
|
+
maxWidth: "Accepts CSS values (px, %, in, pt, etc.).",
|
|
29373
|
+
width: "Accepts CSS values (px, %, in, pt, etc.).",
|
|
29374
|
+
valueName: "A join identifier is a custom key that you can assign to several questions to link them together and sync their values. These values will be merged into a single array or object and stored in survey results using the key as the property name.",
|
|
29375
|
+
useDisplayValuesInDynamicTexts: "In single- and multiple-selection question types, each choice option has an ID and display value. When selected, this setting shows a display value instead of an ID value in HTML questions and dynamic titles and descriptions of survey elements.",
|
|
29376
|
+
clearIfInvisible: "Choose whether or not to clear question values hidden by conditional logic and when to do it. The \"Inherit\" option applies the survey-level setting (\"Upon survey completion\" by default).",
|
|
29377
|
+
choicesFromQuestionMode: "Choose from: \"All\" - copies all choice options from the selected question; \"Selected\" - dynamically copies only selected choice options; \"Unselected\" - dynamically copies only unselected choice options. The \"None\" and \"Other\" options are copied by default if enabled in the source question.",
|
|
29378
|
+
showOtherItem: "When selected, users can include additional input in a separate comment box.",
|
|
29379
|
+
separateSpecialChoices: "Displays each special choice option (\"None\", \"Other\", \"Select All\") on a new line, even when using a multiple-column layout.",
|
|
29380
|
+
path: "Specify the location within the service dataset where the target array of objects is located. Leave empty if the URL already points to the array.",
|
|
29381
|
+
choicesbyurl: {
|
|
29382
|
+
valueName: "Enter a uniform property name within the array of objects whose value will be stored as a response in survey results."
|
|
29383
|
+
},
|
|
29384
|
+
titleName: "Enter a uniform property name within the array of objects that contains the values you want to display in the choice list.",
|
|
29385
|
+
allowEmptyResponse: "Select to allow the service to return an empty response or array.",
|
|
29386
|
+
choicesVisibleIf: "Use the magic wand icon to set a conditional rule that determines the visibility of all choice options.",
|
|
29387
|
+
rateValues: "The left value serves as an item ID used in conditional rules, the right value is displayed to respondents.",
|
|
29388
|
+
rating: {
|
|
29389
|
+
displayMode: "\"Auto\" selects between the \"Buttons\" and \"Dropdown\" modes based on the available width. When the width is insufficient to display buttons, the question displays a dropdown."
|
|
29390
|
+
},
|
|
29391
|
+
valuePropertyName: "Allows you to connect questions that produce results in different formats. When such questions are linked together using a join identifier, this shared property stores selected question values.",
|
|
29392
|
+
searchEnabled: "Select if you want to update the drop-down menu contents to match the search query that a user is typing in the input field.",
|
|
29393
|
+
valueTrue: "A value to save in survey results when respondents give a positive answer.",
|
|
29394
|
+
valueFalse: "A value to save in survey results when respondents give a negative answer.",
|
|
29395
|
+
showPreview: "It's not recommended to disable this option as it overrides the Preview image and makes it hard for a user to understand whether the files have been uploaded.",
|
|
29396
|
+
needConfirmRemoveFile: "Triggers a prompt asking to confirm the file deletion.",
|
|
29397
|
+
selectToRankEnabled: "Enable to rank only selected choices. Users will drag selected items from the choice list to order them within the ranking area.",
|
|
29398
|
+
dataList: "Enter a list of choices that will be suggested to the respondent during input.",
|
|
29399
|
+
itemSize: "The setting only resizes the input fields and doesn't affect the width of the question box.",
|
|
29400
|
+
itemTitleWidth: "Sets consistent width for all item labels in pixels",
|
|
29401
|
+
contentMode: "The \"Auto\" option automatically determines the suitable mode for display - Image, Video, or YouTube - based on the source URL provided.",
|
|
29402
|
+
altText: "Serves as a substitute when the image cannot be displayed on a user's device and for accessibility purposes.",
|
|
29403
|
+
rateColorMode: "Defines the color of the selected emoji when the Rating icon type is set to \"Smileys\". Choose between: \"Default\" - the selected emoji appears in default survey color; \"Scale\" - the selected emoji inherits color from the rating scale.",
|
|
29404
|
+
expression: {
|
|
29405
|
+
name: "An expression ID that is not visible to respondents.",
|
|
29406
|
+
description: "Type an expression subtitle.",
|
|
29407
|
+
expression: "An expression can include basic calculations (`{q1_id} + {q2_id}`), conditions (`{age} > 60`), and functions ('iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc.).",
|
|
29408
|
+
},
|
|
29409
|
+
storeOthersAsComment: "Select to store the \"Other\" option value as a separate property in survey results.",
|
|
29024
29410
|
format: "Use {0} as a placeholder for the actual value.",
|
|
29025
|
-
totalText: "Visible only when at least one column has Total type or Total expression.",
|
|
29026
29411
|
acceptedTypes: "Refer to the [accept](https://www.w3schools.com/tags/att_input_accept.asp) attribute description for more information.",
|
|
29027
|
-
columnColCount: "
|
|
29028
|
-
autocomplete: "
|
|
29029
|
-
|
|
29030
|
-
|
|
29031
|
-
|
|
29032
|
-
},
|
|
29033
|
-
keyName: "If the specified column contains identical values, the survey throws the \"Non-unique key value\" error.",
|
|
29034
|
-
filePlaceholder: "Applies when \"Source type\" is \"Local files\" or when camera is unavailable",
|
|
29035
|
-
photoPlaceholder: "Applies when \"Source type\" is \"Camera\".",
|
|
29036
|
-
fileOrPhotoPlaceholder: "Applies when \"Source type\" is \"Local files or camera\"."
|
|
29412
|
+
columnColCount: "Applies only if \"Cell input type\" is set to Radio Button Group or Checkboxes.",
|
|
29413
|
+
autocomplete: "Select the data type that the user's browser can retrieve. This data is sourced either from past values entered by the user or from pre-configured values if any have been saved by the user for autocompletion.",
|
|
29414
|
+
filePlaceholder: "Applies when \"File source type\" is \"Local file\" or when camera is unavailable",
|
|
29415
|
+
photoPlaceholder: "Applies when \"File source type\" is \"Camera\".",
|
|
29416
|
+
fileOrPhotoPlaceholder: "Applies when \"File source type\" is \"Local file or camera\"."
|
|
29037
29417
|
},
|
|
29038
29418
|
// Properties
|
|
29039
29419
|
p: {
|
|
@@ -29042,11 +29422,11 @@ var enStrings = {
|
|
|
29042
29422
|
title: "Leave it empty, if it is the same as 'Name'"
|
|
29043
29423
|
},
|
|
29044
29424
|
multiSelect: "Allow multiple selection",
|
|
29045
|
-
showLabel: "Show image captions",
|
|
29425
|
+
showLabel: "Show image and video captions",
|
|
29046
29426
|
swapOrder: "Swap the order of Yes and No",
|
|
29047
29427
|
value: "Value",
|
|
29048
29428
|
tabAlign: "Tab alignment",
|
|
29049
|
-
sourceType: "
|
|
29429
|
+
sourceType: "File source type",
|
|
29050
29430
|
fitToContainer: "Fit to container",
|
|
29051
29431
|
setValueExpression: "Set value expression",
|
|
29052
29432
|
description: "Description",
|
|
@@ -29054,26 +29434,24 @@ var enStrings = {
|
|
|
29054
29434
|
pages: "Pages",
|
|
29055
29435
|
questions: "Questions",
|
|
29056
29436
|
triggers: "Triggers",
|
|
29057
|
-
calculatedValues: "
|
|
29437
|
+
calculatedValues: "Custom variables",
|
|
29058
29438
|
surveyId: "Survey id",
|
|
29059
29439
|
surveyPostId: "Survey post id",
|
|
29060
29440
|
surveyShowDataSaving: "Survey show data saving",
|
|
29061
|
-
questionDescriptionLocation: "Question description
|
|
29441
|
+
questionDescriptionLocation: "Question description alignment",
|
|
29062
29442
|
progressBarType: "Progress bar type",
|
|
29063
|
-
showTOC: "Show TOC",
|
|
29064
|
-
tocLocation: "
|
|
29443
|
+
showTOC: "Show table of contents (TOC)",
|
|
29444
|
+
tocLocation: "TOC alignment",
|
|
29065
29445
|
questionTitlePattern: "Question title pattern",
|
|
29066
|
-
widthMode: "
|
|
29446
|
+
widthMode: "Survey width mode",
|
|
29067
29447
|
showBrandInfo: "Show brand info",
|
|
29068
29448
|
useDisplayValuesInDynamicTexts: "Use display values in dynamic texts",
|
|
29069
29449
|
visibleIf: "Visible if",
|
|
29070
|
-
titleLocation: "Title location",
|
|
29071
|
-
descriptionLocation: "Description location",
|
|
29072
29450
|
defaultValueExpression: "Default value expression",
|
|
29073
29451
|
requiredIf: "Required if",
|
|
29074
29452
|
resetValueIf: "Reset value if",
|
|
29075
29453
|
setValueIf: "Set value if",
|
|
29076
|
-
validators: "
|
|
29454
|
+
validators: "Validation rules",
|
|
29077
29455
|
bindings: "Bindings",
|
|
29078
29456
|
renderAs: "Render as",
|
|
29079
29457
|
attachOriginalItems: "Attach original items",
|
|
@@ -29081,8 +29459,6 @@ var enStrings = {
|
|
|
29081
29459
|
choicesByUrl: "Choices by url",
|
|
29082
29460
|
currency: "Currency",
|
|
29083
29461
|
cellHint: "Cell hint",
|
|
29084
|
-
isUnique: "Is unique",
|
|
29085
|
-
showInMultipleColumns: "Show in multiple columns",
|
|
29086
29462
|
totalMaximumFractionDigits: "Total maximum fraction digits",
|
|
29087
29463
|
totalMinimumFractionDigits: "Total minimum fraction digits",
|
|
29088
29464
|
columns: "Columns",
|
|
@@ -29099,22 +29475,23 @@ var enStrings = {
|
|
|
29099
29475
|
minValueExpression: "Min value expression",
|
|
29100
29476
|
maxValueExpression: "Max value expression",
|
|
29101
29477
|
step: "Step",
|
|
29102
|
-
dataList: "
|
|
29103
|
-
itemSize: "
|
|
29478
|
+
dataList: "Items for auto-suggest",
|
|
29479
|
+
itemSize: "Input field width (in characters)",
|
|
29480
|
+
itemTitleWidth: "Item label width (in px)",
|
|
29104
29481
|
elements: "Elements",
|
|
29105
29482
|
content: "Content",
|
|
29106
|
-
navigationButtonsVisibility: "
|
|
29483
|
+
navigationButtonsVisibility: "Show / hide navigation buttons",
|
|
29107
29484
|
navigationTitle: "Navigation title",
|
|
29108
29485
|
navigationDescription: "Navigation description",
|
|
29109
29486
|
longTap: "Long tap",
|
|
29110
|
-
autoGrow: "
|
|
29111
|
-
allowResize: "
|
|
29487
|
+
autoGrow: "Expand input field dynamically",
|
|
29488
|
+
allowResize: "Enable resize handle",
|
|
29112
29489
|
acceptCarriageReturn: "Accept carriage return",
|
|
29113
29490
|
displayMode: "Display mode",
|
|
29114
29491
|
rateType: "Rate type",
|
|
29115
29492
|
label: "Label",
|
|
29116
29493
|
contentMode: "Content mode",
|
|
29117
|
-
imageFit: "Image fit",
|
|
29494
|
+
imageFit: "Image and thumbnail fit",
|
|
29118
29495
|
altText: "Alt text",
|
|
29119
29496
|
height: "Height",
|
|
29120
29497
|
penColor: "Pen color",
|
|
@@ -29132,13 +29509,13 @@ var enStrings = {
|
|
|
29132
29509
|
backgroundImageFit: "Background image fit",
|
|
29133
29510
|
backgroundImageAttachment: "Background image attachment",
|
|
29134
29511
|
backgroundOpacity: "Background opacity",
|
|
29135
|
-
selectToRankEnabled: "
|
|
29136
|
-
selectToRankAreasLayout: "
|
|
29512
|
+
selectToRankEnabled: "Allow selective ranking",
|
|
29513
|
+
selectToRankAreasLayout: "Ranking area alignment",
|
|
29514
|
+
selectToRankEmptyRankedAreaText: "Text to show if all options are selected",
|
|
29515
|
+
selectToRankEmptyUnrankedAreaText: "Placeholder text for the ranking area",
|
|
29137
29516
|
allowCameraAccess: "Allow camera access",
|
|
29138
|
-
scaleColorMode: "
|
|
29139
|
-
rateColorMode: "
|
|
29140
|
-
templateTabTitle: "Template tab title",
|
|
29141
|
-
templateVisibleIf: "Template visible if",
|
|
29517
|
+
scaleColorMode: "Rating icon color mode",
|
|
29518
|
+
rateColorMode: "Smileys color scheme",
|
|
29142
29519
|
copyDisplayValue: "Copy display value" // Auto-generated string
|
|
29143
29520
|
},
|
|
29144
29521
|
theme: {
|
|
@@ -32545,8 +32922,7 @@ var PropertyJSONGenerator = /** @class */ (function () {
|
|
|
32545
32922
|
linkValue.obj = question.obj;
|
|
32546
32923
|
linkValue.visibleIf = "propertyEnableIf() = false";
|
|
32547
32924
|
var overridingQuestion = panel.getQuestionByName(overridingProp);
|
|
32548
|
-
|
|
32549
|
-
linkValue.linkValueText = _editorLocalization__WEBPACK_IMPORTED_MODULE_2__["editorLocalization"].getString("pe.overridingPropertyPrefix") + text;
|
|
32925
|
+
linkValue.linkValueText = _editorLocalization__WEBPACK_IMPORTED_MODULE_2__["editorLocalization"].getString("pe.overridingPropertyPrefix");
|
|
32550
32926
|
linkValue.titleLocation = "hidden";
|
|
32551
32927
|
linkValue.onUpdateCssClassesCallback = function (css) {
|
|
32552
32928
|
css.questionWrapper = "spg-link-wrapper--overriding";
|
|
@@ -35776,8 +36152,8 @@ var defaultProperties = {
|
|
|
35776
36152
|
"title",
|
|
35777
36153
|
"description",
|
|
35778
36154
|
"visible",
|
|
35779
|
-
"isRequired",
|
|
35780
36155
|
"readOnly",
|
|
36156
|
+
"isRequired",
|
|
35781
36157
|
"showCommentArea",
|
|
35782
36158
|
"commentText",
|
|
35783
36159
|
"commentPlaceholder",
|
|
@@ -35797,20 +36173,32 @@ var defaultProperties = {
|
|
|
35797
36173
|
{ name: "descriptionLocation", tab: "layout" },
|
|
35798
36174
|
{ name: "errorLocation", tab: "layout" },
|
|
35799
36175
|
{ name: "indent", tab: "layout" },
|
|
35800
|
-
{
|
|
35801
|
-
|
|
35802
|
-
|
|
36176
|
+
{
|
|
36177
|
+
name: "width",
|
|
36178
|
+
tab: "layout",
|
|
36179
|
+
placeholder: "width_placeholder"
|
|
36180
|
+
},
|
|
36181
|
+
{
|
|
36182
|
+
name: "minWidth",
|
|
36183
|
+
tab: "layout",
|
|
36184
|
+
placeholder: "minWidth_placeholder"
|
|
36185
|
+
},
|
|
36186
|
+
{
|
|
36187
|
+
name: "maxWidth",
|
|
36188
|
+
tab: "layout",
|
|
36189
|
+
placeholder: "maxWidth_placeholder"
|
|
36190
|
+
},
|
|
35803
36191
|
{ name: "valueName", tab: "data" },
|
|
35804
36192
|
{ name: "defaultValue", tab: "data" },
|
|
35805
36193
|
{ name: "correctAnswer", tab: "data" },
|
|
35806
36194
|
{ name: "useDisplayValuesInDynamicTexts", tab: "data" },
|
|
35807
36195
|
{ name: "clearIfInvisible", tab: "data" },
|
|
35808
|
-
{ name: "
|
|
35809
|
-
{ name: "
|
|
36196
|
+
{ name: "validators", tab: "validation" },
|
|
36197
|
+
{ name: "requiredErrorText", tab: "validation" }
|
|
35810
36198
|
],
|
|
35811
36199
|
tabs: [
|
|
35812
|
-
{ name: "
|
|
35813
|
-
{ name: "
|
|
36200
|
+
{ name: "layout", index: 100 },
|
|
36201
|
+
{ name: "logic", index: 200 },
|
|
35814
36202
|
{ name: "data", index: 300 },
|
|
35815
36203
|
{ name: "validation", index: 400 }
|
|
35816
36204
|
]
|
|
@@ -35830,8 +36218,8 @@ var defaultProperties = {
|
|
|
35830
36218
|
properties: [
|
|
35831
36219
|
"sourceType",
|
|
35832
36220
|
"visible",
|
|
35833
|
-
"isRequired",
|
|
35834
36221
|
"readOnly",
|
|
36222
|
+
"isRequired",
|
|
35835
36223
|
"showCommentArea",
|
|
35836
36224
|
"allowMultiple",
|
|
35837
36225
|
{ name: "showPreview" },
|
|
@@ -35851,6 +36239,18 @@ var defaultProperties = {
|
|
|
35851
36239
|
},
|
|
35852
36240
|
signaturepad: {
|
|
35853
36241
|
properties: [
|
|
36242
|
+
"dataFormat",
|
|
36243
|
+
"signatureWidth",
|
|
36244
|
+
"signatureHeight",
|
|
36245
|
+
"signatureAutoScaleEnabled",
|
|
36246
|
+
"showPlaceholder",
|
|
36247
|
+
"placeholder",
|
|
36248
|
+
"allowClear",
|
|
36249
|
+
"backgroundImage",
|
|
36250
|
+
"backgroundColor",
|
|
36251
|
+
"penMinWidth",
|
|
36252
|
+
"penMaxWidth",
|
|
36253
|
+
"penColor",
|
|
35854
36254
|
"waitForUpload",
|
|
35855
36255
|
{ name: "storeDataAsText" },
|
|
35856
36256
|
]
|
|
@@ -35998,7 +36398,7 @@ var defaultProperties = {
|
|
|
35998
36398
|
ranking: {
|
|
35999
36399
|
properties: [
|
|
36000
36400
|
{ name: "selectToRankEnabled" },
|
|
36001
|
-
{ name: "selectToRankAreasLayout"
|
|
36401
|
+
{ name: "selectToRankAreasLayout" },
|
|
36002
36402
|
{ name: "minSelectedChoices", tab: "choices" },
|
|
36003
36403
|
{ name: "maxSelectedChoices", tab: "choices" }
|
|
36004
36404
|
]
|
|
@@ -36111,12 +36511,12 @@ var defaultProperties = {
|
|
|
36111
36511
|
},
|
|
36112
36512
|
"matrixdropdowncolumn@default": {
|
|
36113
36513
|
properties: [
|
|
36114
|
-
"cellType",
|
|
36115
36514
|
"name",
|
|
36116
36515
|
"title",
|
|
36516
|
+
"cellType",
|
|
36117
36517
|
"visible",
|
|
36118
|
-
"isRequired",
|
|
36119
36518
|
"readOnly",
|
|
36519
|
+
"isRequired",
|
|
36120
36520
|
"isUnique",
|
|
36121
36521
|
"showInMultipleColumns",
|
|
36122
36522
|
"width",
|
|
@@ -36207,6 +36607,29 @@ var defaultProperties = {
|
|
|
36207
36607
|
{ name: "choicesByUrl", index: 11 }
|
|
36208
36608
|
]
|
|
36209
36609
|
},
|
|
36610
|
+
"matrixdropdowncolumn@tagbox": {
|
|
36611
|
+
properties: [
|
|
36612
|
+
{ name: "choicesFromQuestion", tab: "choices" },
|
|
36613
|
+
{ name: "choicesFromQuestionMode", tab: "choices" },
|
|
36614
|
+
{ name: "choiceValuesFromQuestion", tab: "choices" },
|
|
36615
|
+
{ name: "choiceTextsFromQuestion", tab: "choices" },
|
|
36616
|
+
{ name: "showOtherItem", tab: "choices" },
|
|
36617
|
+
{ name: "otherText", tab: "choices" },
|
|
36618
|
+
{ name: "choicesOrder", tab: "choices" },
|
|
36619
|
+
{ name: "optionsCaption", tab: "choices" },
|
|
36620
|
+
{ name: "showNoneItem", tab: "choices" },
|
|
36621
|
+
{ name: "noneText", tab: "choices" },
|
|
36622
|
+
{ name: "choicesMin", tab: "choices" },
|
|
36623
|
+
{ name: "choicesMax", tab: "choices" },
|
|
36624
|
+
{ name: "choicesStep", tab: "choices" },
|
|
36625
|
+
{ name: "choicesVisibleIf", tab: "logic" },
|
|
36626
|
+
{ name: "choicesEnableIf", tab: "logic" },
|
|
36627
|
+
],
|
|
36628
|
+
tabs: [
|
|
36629
|
+
{ name: "choices", index: 10 },
|
|
36630
|
+
{ name: "choicesByUrl", index: 11 }
|
|
36631
|
+
]
|
|
36632
|
+
},
|
|
36210
36633
|
"matrixdropdowncolumn@text": {
|
|
36211
36634
|
properties: [
|
|
36212
36635
|
"inputType",
|
|
@@ -36217,24 +36640,28 @@ var defaultProperties = {
|
|
|
36217
36640
|
"dataList",
|
|
36218
36641
|
"maxLength"
|
|
36219
36642
|
],
|
|
36220
|
-
tabs: [{ name: "validators", index:
|
|
36643
|
+
tabs: [{ name: "validators", index: 25 }]
|
|
36221
36644
|
},
|
|
36222
36645
|
"matrixdropdowncolumn@comment": {
|
|
36223
36646
|
properties: ["rows", "placeholder", "maxLength"],
|
|
36224
|
-
tabs: [{ name: "validators", index:
|
|
36647
|
+
tabs: [{ name: "validators", index: 25 }]
|
|
36225
36648
|
},
|
|
36226
36649
|
"matrixdropdowncolumn@boolean": {
|
|
36227
36650
|
properties: [
|
|
36228
|
-
"
|
|
36229
|
-
"
|
|
36230
|
-
"
|
|
36231
|
-
"
|
|
36232
|
-
"
|
|
36233
|
-
]
|
|
36651
|
+
{ name: "labelTrue", tab: "data" },
|
|
36652
|
+
{ name: "labelFalse", tab: "data" },
|
|
36653
|
+
{ name: "valueTrue", tab: "data" },
|
|
36654
|
+
{ name: "valueFalse", tab: "data" },
|
|
36655
|
+
{ name: "defaultValue", tab: "data" }
|
|
36656
|
+
],
|
|
36657
|
+
tabs: [{ name: "data", index: 25 }]
|
|
36234
36658
|
},
|
|
36235
36659
|
"matrixdropdowncolumn@expression": {
|
|
36236
|
-
properties: [
|
|
36237
|
-
|
|
36660
|
+
properties: [
|
|
36661
|
+
"expression",
|
|
36662
|
+
"displayStyle",
|
|
36663
|
+
"currency"
|
|
36664
|
+
]
|
|
36238
36665
|
},
|
|
36239
36666
|
"matrixdropdowncolumn@rating": {
|
|
36240
36667
|
properties: [
|
|
@@ -36257,9 +36684,9 @@ var defaultProperties = {
|
|
|
36257
36684
|
},
|
|
36258
36685
|
multipletextitem: {
|
|
36259
36686
|
properties: [
|
|
36260
|
-
"inputType",
|
|
36261
36687
|
"name",
|
|
36262
36688
|
"title",
|
|
36689
|
+
"inputType",
|
|
36263
36690
|
"isRequired",
|
|
36264
36691
|
"maxLength",
|
|
36265
36692
|
"size",
|
|
@@ -36304,8 +36731,8 @@ var defaultProperties = {
|
|
|
36304
36731
|
"showRangeInProgress",
|
|
36305
36732
|
{ name: "defaultPanelValue", tab: "data" },
|
|
36306
36733
|
{ name: "defaultValueFromLastPanel", tab: "data" },
|
|
36307
|
-
{ name: "templateTitleLocation", tab: "
|
|
36308
|
-
{ name: "templateErrorLocation", tab: "
|
|
36734
|
+
{ name: "templateTitleLocation", tab: "questionSettings" },
|
|
36735
|
+
{ name: "templateErrorLocation", tab: "questionSettings" },
|
|
36309
36736
|
{ name: "panelRemoveButtonLocation", tab: "layout" },
|
|
36310
36737
|
{ name: "keyName", tab: "validation" },
|
|
36311
36738
|
{ name: "keyDuplicationError", tab: "validation" }
|
|
@@ -36321,12 +36748,13 @@ var defaultProperties = {
|
|
|
36321
36748
|
{ name: "visibleIf", tab: "logic" },
|
|
36322
36749
|
{ name: "enableIf", tab: "logic" },
|
|
36323
36750
|
{ name: "requiredIf", tab: "logic" },
|
|
36324
|
-
{ name: "questionTitleLocation", tab: "
|
|
36325
|
-
{ name: "questionErrorLocation", tab: "
|
|
36751
|
+
{ name: "questionTitleLocation", tab: "questionSettings" },
|
|
36752
|
+
{ name: "questionErrorLocation", tab: "questionSettings" }
|
|
36326
36753
|
],
|
|
36327
36754
|
tabs: [
|
|
36328
|
-
{ name: "
|
|
36329
|
-
{ name: "layout", index:
|
|
36755
|
+
{ name: "questionSettings", index: 100 },
|
|
36756
|
+
{ name: "layout", index: 150 },
|
|
36757
|
+
{ name: "logic", index: 200 },
|
|
36330
36758
|
{ name: "data", index: 300 },
|
|
36331
36759
|
{ name: "validation", index: 400 }
|
|
36332
36760
|
]
|
|
@@ -36334,19 +36762,34 @@ var defaultProperties = {
|
|
|
36334
36762
|
panel: {
|
|
36335
36763
|
properties: [
|
|
36336
36764
|
"isRequired",
|
|
36765
|
+
{ name: "questionsOrder", tab: "questionSettings" },
|
|
36766
|
+
{ name: "innerIndent", tab: "questionSettings" },
|
|
36337
36767
|
{ name: "requiredErrorText", tab: "validation" },
|
|
36338
36768
|
{ name: "page", tab: "layout" },
|
|
36339
36769
|
{ name: "startWithNewLine", tab: "layout" },
|
|
36340
36770
|
{ name: "state", tab: "layout" },
|
|
36341
|
-
{
|
|
36342
|
-
|
|
36343
|
-
|
|
36344
|
-
|
|
36771
|
+
{
|
|
36772
|
+
name: "width",
|
|
36773
|
+
tab: "layout",
|
|
36774
|
+
placeholder: "width_placeholder"
|
|
36775
|
+
},
|
|
36776
|
+
{
|
|
36777
|
+
name: "minWidth",
|
|
36778
|
+
tab: "layout",
|
|
36779
|
+
placeholder: "minWidth_placeholder"
|
|
36780
|
+
},
|
|
36781
|
+
{
|
|
36782
|
+
name: "maxWidth",
|
|
36783
|
+
tab: "layout",
|
|
36784
|
+
placeholder: "maxWidth_placeholder"
|
|
36785
|
+
},
|
|
36345
36786
|
{ name: "showNumber", tab: "numbering" },
|
|
36346
36787
|
{ name: "showQuestionNumbers", tab: "numbering" },
|
|
36347
|
-
{
|
|
36348
|
-
|
|
36349
|
-
|
|
36788
|
+
{
|
|
36789
|
+
name: "questionStartIndex",
|
|
36790
|
+
tab: "numbering",
|
|
36791
|
+
placeholder: "questionStartIndex_placeholder"
|
|
36792
|
+
}
|
|
36350
36793
|
],
|
|
36351
36794
|
tabs: [{ name: "numbering", index: 350 }]
|
|
36352
36795
|
},
|
|
@@ -36355,9 +36798,10 @@ var defaultProperties = {
|
|
|
36355
36798
|
"navigationTitle",
|
|
36356
36799
|
"navigationDescription",
|
|
36357
36800
|
"maxTimeToFinish",
|
|
36358
|
-
{ name: "questionsOrder", tab: "
|
|
36359
|
-
{ name: "navigationButtonsVisibility", tab: "
|
|
36360
|
-
]
|
|
36801
|
+
{ name: "questionsOrder", tab: "questionSettings" },
|
|
36802
|
+
{ name: "navigationButtonsVisibility", tab: "navigation" }
|
|
36803
|
+
],
|
|
36804
|
+
tabs: [{ name: "navigation", index: 350 }]
|
|
36361
36805
|
},
|
|
36362
36806
|
survey: {
|
|
36363
36807
|
properties: [
|
|
@@ -36370,45 +36814,40 @@ var defaultProperties = {
|
|
|
36370
36814
|
"widthMode",
|
|
36371
36815
|
"width",
|
|
36372
36816
|
"fitToContainer",
|
|
36373
|
-
{ name: "
|
|
36374
|
-
{ name: "pagePrevText", tab: "navigation" },
|
|
36375
|
-
{ name: "pageNextText", tab: "navigation" },
|
|
36376
|
-
{ name: "completeText", tab: "navigation" },
|
|
36377
|
-
{ name: "previewText", tab: "navigation" },
|
|
36378
|
-
{ name: "editText", tab: "navigation" },
|
|
36379
|
-
{ name: "startSurveyText", tab: "navigation" },
|
|
36380
|
-
{
|
|
36381
|
-
name: "showNavigationButtons",
|
|
36382
|
-
tab: "navigation"
|
|
36383
|
-
},
|
|
36384
|
-
{
|
|
36385
|
-
name: "progressBarShowPageTitles",
|
|
36386
|
-
tab: "navigation"
|
|
36387
|
-
},
|
|
36388
|
-
{
|
|
36389
|
-
name: "progressBarShowPageNumbers",
|
|
36390
|
-
tab: "navigation"
|
|
36391
|
-
},
|
|
36392
|
-
{ name: "showPrevButton", tab: "navigation" },
|
|
36817
|
+
{ name: "questionsOnPageMode", tab: "navigation" },
|
|
36393
36818
|
{ name: "firstPageIsStarted", tab: "navigation" },
|
|
36394
36819
|
{ name: "goNextPageAutomatic", tab: "navigation" },
|
|
36820
|
+
{ name: "showNavigationButtons", tab: "navigation" },
|
|
36821
|
+
{ name: "showPrevButton", tab: "navigation" },
|
|
36395
36822
|
{ name: "showProgressBar", tab: "navigation" },
|
|
36396
36823
|
{ name: "progressBarType", tab: "navigation" },
|
|
36397
|
-
{ name: "
|
|
36824
|
+
{ name: "progressBarShowPageTitles", tab: "navigation" },
|
|
36825
|
+
{ name: "progressBarShowPageNumbers", tab: "navigation" },
|
|
36398
36826
|
{ name: "showTOC", tab: "navigation" },
|
|
36399
36827
|
{ name: "tocLocation", tab: "navigation" },
|
|
36828
|
+
{ name: "showPreviewBeforeComplete", tab: "navigation" },
|
|
36829
|
+
{ name: "previewText", tab: "navigation" },
|
|
36830
|
+
{ name: "editText", tab: "navigation" },
|
|
36831
|
+
{ name: "startSurveyText", tab: "navigation" },
|
|
36832
|
+
{ name: "pagePrevText", tab: "navigation" },
|
|
36833
|
+
{ name: "pageNextText", tab: "navigation" },
|
|
36834
|
+
{ name: "completeText", tab: "navigation" },
|
|
36835
|
+
{ name: "questionsOrder", tab: "question" },
|
|
36400
36836
|
{ name: "questionTitleLocation", tab: "question" },
|
|
36401
36837
|
{ name: "questionDescriptionLocation", tab: "question" },
|
|
36402
36838
|
{ name: "showQuestionNumbers", tab: "question" },
|
|
36403
36839
|
{ name: "questionTitlePattern", tab: "question" },
|
|
36404
36840
|
{ name: "requiredText", tab: "question" },
|
|
36405
|
-
{
|
|
36841
|
+
{
|
|
36842
|
+
name: "questionStartIndex",
|
|
36843
|
+
tab: "question",
|
|
36844
|
+
placeholder: "questionStartIndex_placeholder"
|
|
36845
|
+
},
|
|
36406
36846
|
{ name: "questionErrorLocation", tab: "question" },
|
|
36407
36847
|
{
|
|
36408
36848
|
name: "focusFirstQuestionAutomatic",
|
|
36409
36849
|
tab: "question"
|
|
36410
36850
|
},
|
|
36411
|
-
{ name: "questionsOrder", tab: "question" },
|
|
36412
36851
|
{ name: "maxTextLength", tab: "question" },
|
|
36413
36852
|
{ name: "maxOthersLength", tab: "question" },
|
|
36414
36853
|
{ name: "autoGrowComment", tab: "question" },
|
|
@@ -36424,9 +36863,9 @@ var defaultProperties = {
|
|
|
36424
36863
|
{ name: "focusOnFirstError", tab: "validation" },
|
|
36425
36864
|
{ name: "checkErrorsMode", tab: "validation" },
|
|
36426
36865
|
{ name: "navigateToUrl", tab: "showOnCompleted" },
|
|
36866
|
+
{ name: "navigateToUrlOnCondition", tab: "showOnCompleted" },
|
|
36427
36867
|
{ name: "showCompletedPage", tab: "showOnCompleted" },
|
|
36428
36868
|
{ name: "completedHtml", tab: "showOnCompleted" },
|
|
36429
|
-
{ name: "navigateToUrlOnCondition", tab: "showOnCompleted" },
|
|
36430
36869
|
{ name: "completedHtmlOnCondition", tab: "showOnCompleted" },
|
|
36431
36870
|
{ name: "loadingHtml", tab: "showOnCompleted" },
|
|
36432
36871
|
{ name: "completedBeforeHtml", tab: "showOnCompleted" },
|
|
@@ -36454,6 +36893,21 @@ var defaultProperties = {
|
|
|
36454
36893
|
},
|
|
36455
36894
|
"page@survey": {
|
|
36456
36895
|
properties: ["name", "title"]
|
|
36896
|
+
},
|
|
36897
|
+
choicesByUrl: {
|
|
36898
|
+
properties: [
|
|
36899
|
+
{
|
|
36900
|
+
name: "url",
|
|
36901
|
+
placeholder: "url_placeholder"
|
|
36902
|
+
},
|
|
36903
|
+
{
|
|
36904
|
+
name: "path",
|
|
36905
|
+
placeholder: "path_placeholder"
|
|
36906
|
+
},
|
|
36907
|
+
"valueName",
|
|
36908
|
+
"titleName",
|
|
36909
|
+
"allowEmptyResponse"
|
|
36910
|
+
]
|
|
36457
36911
|
}
|
|
36458
36912
|
};
|
|
36459
36913
|
var defaultPropertyGridDefinition = {
|
|
@@ -36555,6 +37009,10 @@ var SurveyQuestionProperties = /** @class */ (function () {
|
|
|
36555
37009
|
var res = this.propertiesHash[propertyName];
|
|
36556
37010
|
return !!res && res.visible ? res.property : null;
|
|
36557
37011
|
};
|
|
37012
|
+
SurveyQuestionProperties.prototype.getPropertyAsCategory = function (propertyName) {
|
|
37013
|
+
var prop = this.getProperty(propertyName);
|
|
37014
|
+
return prop && (!prop.category || prop.category === propertyName) ? prop : null;
|
|
37015
|
+
};
|
|
36558
37016
|
Object.defineProperty(SurveyQuestionProperties.prototype, "showMode", {
|
|
36559
37017
|
get: function () {
|
|
36560
37018
|
return !!this.showModeValue ? this.showModeValue : "form";
|
|
@@ -36679,7 +37137,7 @@ var SurveyQuestionProperties = /** @class */ (function () {
|
|
|
36679
37137
|
var isString = typeof defProperty == "string";
|
|
36680
37138
|
var name = !isString ? defProperty.name : defProperty;
|
|
36681
37139
|
var propRes = this.propertiesHash[name];
|
|
36682
|
-
if (!propRes)
|
|
37140
|
+
if (!propRes || isTab && !this.getPropertyAsCategory(name))
|
|
36683
37141
|
return false;
|
|
36684
37142
|
if (!isString && defProperty.visible === false)
|
|
36685
37143
|
return false;
|
|
@@ -36833,8 +37291,11 @@ var SurveyQuestionProperties = /** @class */ (function () {
|
|
|
36833
37291
|
}
|
|
36834
37292
|
if (classRes.tabs) {
|
|
36835
37293
|
for (var i = 0; i < classRes.tabs.length; i++) {
|
|
36836
|
-
|
|
36837
|
-
|
|
37294
|
+
var tabName_1 = classRes.tabs[i].name;
|
|
37295
|
+
res = res || tabName_1 === otherTabName;
|
|
37296
|
+
if (!!this.getPropertyAsCategory(tabName_1)) {
|
|
37297
|
+
usedProperties[tabName_1] = true;
|
|
37298
|
+
}
|
|
36838
37299
|
}
|
|
36839
37300
|
}
|
|
36840
37301
|
result.unshift(classRes);
|