survey-react 1.9.124 → 1.9.125
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/defaultV2.css +4 -3
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.d.ts +550 -32
- package/survey.react.js +1031 -205
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/survey.react.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.125
|
3
3
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -2439,8 +2439,8 @@ var Base = /** @class */ (function () {
|
|
2439
2439
|
Base.prototype.createCustomLocalizableObj = function (name) {
|
2440
2440
|
var locStr = this.getLocalizableString(name);
|
2441
2441
|
if (locStr)
|
2442
|
-
return;
|
2443
|
-
this.createLocalizableString(name, this, false, true);
|
2442
|
+
return locStr;
|
2443
|
+
return this.createLocalizableString(name, this, false, true);
|
2444
2444
|
};
|
2445
2445
|
Base.prototype.getLocale = function () {
|
2446
2446
|
var locOwner = this.getSurvey();
|
@@ -8973,7 +8973,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
8973
8973
|
/*!*************************************!*\
|
8974
8974
|
!*** ./src/entries/chunks/model.ts ***!
|
8975
8975
|
\*************************************/
|
8976
|
-
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel,
|
8976
|
+
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank */
|
8977
8977
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
8978
8978
|
|
8979
8979
|
"use strict";
|
@@ -9278,8 +9278,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
9278
9278
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _surveyTimerModel__WEBPACK_IMPORTED_MODULE_54__["SurveyTimerModel"]; });
|
9279
9279
|
|
9280
9280
|
/* harmony import */ var _surveyToc__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ../../surveyToc */ "./src/surveyToc.ts");
|
9281
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _surveyToc__WEBPACK_IMPORTED_MODULE_55__["tryNavigateToPage"]; });
|
9282
|
-
|
9283
9281
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _surveyToc__WEBPACK_IMPORTED_MODULE_55__["tryFocusPage"]; });
|
9284
9282
|
|
9285
9283
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _surveyToc__WEBPACK_IMPORTED_MODULE_55__["createTOCListModel"]; });
|
@@ -9450,8 +9448,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
9450
9448
|
//import "../../modern.scss";
|
9451
9449
|
var Version;
|
9452
9450
|
var ReleaseDate;
|
9453
|
-
Version = "" + "1.9.
|
9454
|
-
ReleaseDate = "" + "2024-01-
|
9451
|
+
Version = "" + "1.9.125";
|
9452
|
+
ReleaseDate = "" + "2024-01-11";
|
9455
9453
|
function checkLibraryVersion(ver, libraryName) {
|
9456
9454
|
if (Version != ver) {
|
9457
9455
|
var str = "survey-core has version '" + Version + "' and " + libraryName
|
@@ -9626,7 +9624,7 @@ function checkPrefix(prefix) {
|
|
9626
9624
|
/*!**************************************!*\
|
9627
9625
|
!*** ./src/entries/core-wo-model.ts ***!
|
9628
9626
|
\**************************************/
|
9629
|
-
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel,
|
9627
|
+
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper */
|
9630
9628
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
9631
9629
|
|
9632
9630
|
"use strict";
|
@@ -9882,8 +9880,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
9882
9880
|
|
9883
9881
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["SurveyTimerModel"]; });
|
9884
9882
|
|
9885
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["tryNavigateToPage"]; });
|
9886
|
-
|
9887
9883
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["tryFocusPage"]; });
|
9888
9884
|
|
9889
9885
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _chunks_model__WEBPACK_IMPORTED_MODULE_0__["createTOCListModel"]; });
|
@@ -10091,7 +10087,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
10091
10087
|
/*!*****************************!*\
|
10092
10088
|
!*** ./src/entries/core.ts ***!
|
10093
10089
|
\*****************************/
|
10094
|
-
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel,
|
10090
|
+
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper, Model */
|
10095
10091
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
10096
10092
|
|
10097
10093
|
"use strict";
|
@@ -10347,8 +10343,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
10347
10343
|
|
10348
10344
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["SurveyTimerModel"]; });
|
10349
10345
|
|
10350
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["tryNavigateToPage"]; });
|
10351
|
-
|
10352
10346
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["tryFocusPage"]; });
|
10353
10347
|
|
10354
10348
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _core_wo_model__WEBPACK_IMPORTED_MODULE_0__["createTOCListModel"]; });
|
@@ -10948,7 +10942,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
10948
10942
|
/*!******************************!*\
|
10949
10943
|
!*** ./src/entries/react.ts ***!
|
10950
10944
|
\******************************/
|
10951
|
-
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel,
|
10945
|
+
/*! exports provided: Version, ReleaseDate, checkLibraryVersion, setLicenseKey, slk, hasLicense, settings, Helpers, AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ExpressionValidator, ValidatorRunner, ItemValue, Base, Event, EventBase, ArrayChanges, ComputedUpdater, SurveyError, SurveyElementCore, SurveyElement, DragTypeOverMeEnum, CalculatedValue, CustomError, AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, LocalizableString, LocalizableStrings, HtmlConditionItem, UrlConditionItem, ChoicesRestful, ChoicesRestfull, FunctionFactory, registerFunction, ConditionRunner, ExpressionRunner, ExpressionExecutor, Operand, Const, BinaryOperand, Variable, FunctionOperand, ArrayOperand, UnaryOperand, ConditionsParser, ProcessValue, JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError, Serializer, property, propertyArray, MatrixDropdownCell, MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, MatrixDropdownColumn, matrixDropdownColumnTypes, QuestionMatrixDropdownRenderedCell, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedTable, MatrixDropdownRowModel, QuestionMatrixDropdownModel, MatrixDynamicRowModel, QuestionMatrixDynamicModel, MatrixRowModel, MatrixCells, QuestionMatrixModel, QuestionMatrixBaseModel, MultipleTextItemModel, MultipleTextCell, MultipleTextErrorCell, MutlipleTextErrorRow, MutlipleTextRow, QuestionMultipleTextModel, MultipleTextEditorModel, PanelModel, PanelModelBase, QuestionRowModel, FlowPanelModel, PageModel, DefaultTitleModel, Question, QuestionNonValue, QuestionEmptyModel, QuestionCheckboxBase, QuestionSelectBase, QuestionCheckboxModel, QuestionTagboxModel, QuestionRankingModel, QuestionCommentModel, QuestionDropdownModel, QuestionFactory, ElementFactory, QuestionFileModel, QuestionHtmlModel, QuestionRadiogroupModel, QuestionRatingModel, RenderedRatingItem, QuestionExpressionModel, QuestionTextBase, CharacterCounter, QuestionTextModel, QuestionBooleanModel, QuestionImagePickerModel, ImageItemValue, QuestionImageModel, QuestionSignaturePadModel, QuestionPanelDynamicModel, QuestionPanelDynamicItem, SurveyTimer, SurveyTimerModel, tryFocusPage, createTOCListModel, getTocRootCss, TOCModel, SurveyProgressModel, SurveyProgressButtonsModel, SurveyModel, SurveyTrigger, SurveyTriggerComplete, SurveyTriggerSetValue, SurveyTriggerVisible, SurveyTriggerCopyValue, SurveyTriggerRunExpression, SurveyTriggerSkip, Trigger, PopupSurveyModel, SurveyWindowModel, TextPreProcessor, Notifier, Cover, CoverCell, dxSurveyService, englishStrings, surveyLocalization, surveyStrings, QuestionCustomWidget, CustomWidgetCollection, QuestionCustomModel, QuestionCompositeModel, ComponentQuestionJSON, ComponentCollection, StylesManager, ListModel, MultiSelectListModel, PopupModel, createDialogOptions, PopupBaseViewModel, PopupDropdownViewModel, PopupModalViewModel, createPopupViewModel, createPopupModalViewModel, DropdownListModel, DropdownMultiSelectListModel, QuestionButtonGroupModel, ButtonGroupItemModel, ButtonGroupItemValue, IsMobile, IsTouch, _setIsTouch, confirmAction, confirmActionAsync, detectIEOrEdge, doKey2ClickUp, doKey2ClickDown, doKey2ClickBlur, loadFileFromBase64, increaseHeightByContent, createSvg, sanitizeEditableContent, CssClassBuilder, surveyCss, defaultV2Css, defaultV2ThemeName, DragDropCore, DragDropChoices, DragDropRankingSelectToRank, defaultStandardCss, modernCss, SvgIconRegistry, SvgRegistry, SvgBundleViewModel, RendererFactory, ResponsivityManager, VerticalResponsivityManager, unwrap, getOriginalEvent, getElement, createDropdownActionModel, createDropdownActionModelAdvanced, getActionDropdownButtonTarget, BaseAction, Action, ActionDropdownViewModel, AdaptiveActionContainer, defaultActionBarCss, ActionContainer, DragOrClickHelper, Model, bootstrapThemeName, bootstrapThemeColors, bootstrapThemeCssRules, bootstrapMaterialThemeName, bootstrapMaterialThemeColors, bootstrapMaterialThemeCssRules, defaultBootstrapCss, defaultBootstrapMaterialCss, Survey, attachKey2click, ReactSurveyElementsWrapper, SurveyNavigationBase, SurveyTimerPanel, SurveyPage, SurveyRow, SurveyPanel, SurveyFlowPanel, SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, SurveyQuestionCommentItem, SurveyQuestionComment, SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, SurveyQuestionRanking, SurveyQuestionRankingItem, RatingItem, RatingItemStar, RatingItemSmiley, RatingDropdownItem, TagboxFilterString, SurveyQuestionOptionItem, SurveyQuestionDropdownBase, SurveyQuestionDropdown, SurveyQuestionTagboxItem, SurveyQuestionTagbox, SurveyQuestionDropdownSelect, SurveyQuestionMatrix, SurveyQuestionMatrixRow, SurveyQuestionMatrixCell, SurveyQuestionHtml, SurveyQuestionFile, SurveyFileChooseButton, SurveyFilePreview, SurveyQuestionMultipleText, SurveyQuestionRadiogroup, SurveyQuestionRadioItem, SurveyQuestionText, SurveyQuestionBoolean, SurveyQuestionBooleanCheckbox, SurveyQuestionBooleanRadio, SurveyQuestionEmpty, SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase, SurveyQuestionMatrixDropdown, SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton, SurveyQuestionPanelDynamic, SurveyProgress, SurveyProgressButtons, SurveyProgressToc, SurveyQuestionRating, SurveyQuestionRatingDropdown, SurveyQuestionExpression, PopupSurvey, SurveyWindow, ReactQuestionFactory, ReactElementFactory, SurveyQuestionImagePicker, SurveyQuestionImage, SurveyQuestionSignaturePad, SurveyQuestionButtonGroup, SurveyQuestionCustom, SurveyQuestionComposite, Popup, List, TitleActions, TitleElement, SurveyActionBar, LogoImage, SurveyHeader, SvgIcon, SurveyQuestionMatrixDynamicRemoveButton, SurveyQuestionMatrixDetailButton, SurveyQuestionMatrixDynamicDragDropIcon, SurveyQuestionPanelDynamicAddButton, SurveyQuestionPanelDynamicRemoveButton, SurveyQuestionPanelDynamicPrevButton, SurveyQuestionPanelDynamicNextButton, SurveyQuestionPanelDynamicProgressText, SurveyNavigationButton, MatrixRow, Skeleton, NotifierComponent, ComponentsContainer, CharacterCounterComponent, HeaderMobile, HeaderCell, Header, SurveyLocStringViewer, SurveyLocStringEditor, LoadingIndicatorComponent, SvgBundleComponent */
|
10952
10946
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
10953
10947
|
|
10954
10948
|
"use strict";
|
@@ -11204,8 +11198,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
11204
11198
|
|
11205
11199
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SurveyTimerModel", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["SurveyTimerModel"]; });
|
11206
11200
|
|
11207
|
-
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["tryNavigateToPage"]; });
|
11208
|
-
|
11209
11201
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["tryFocusPage"]; });
|
11210
11202
|
|
11211
11203
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return _core__WEBPACK_IMPORTED_MODULE_0__["createTOCListModel"]; });
|
@@ -11611,7 +11603,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
11611
11603
|
/*!**********************!*\
|
11612
11604
|
!*** ./src/error.ts ***!
|
11613
11605
|
\**********************/
|
11614
|
-
/*! exports provided: AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, WebRequestError, WebRequestEmptyError, OtherEmptyError, UploadingFileError, RequiredInAllRowsError, MinRowCountError, KeyDuplicationError, CustomError */
|
11606
|
+
/*! exports provided: AnswerRequiredError, OneAnswerRequiredError, RequreNumericError, ExceedSizeError, WebRequestError, WebRequestEmptyError, OtherEmptyError, UploadingFileError, RequiredInAllRowsError, EachRowUniqueError, MinRowCountError, KeyDuplicationError, CustomError */
|
11615
11607
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
11616
11608
|
|
11617
11609
|
"use strict";
|
@@ -11625,6 +11617,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
11625
11617
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "OtherEmptyError", function() { return OtherEmptyError; });
|
11626
11618
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "UploadingFileError", function() { return UploadingFileError; });
|
11627
11619
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RequiredInAllRowsError", function() { return RequiredInAllRowsError; });
|
11620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EachRowUniqueError", function() { return EachRowUniqueError; });
|
11628
11621
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MinRowCountError", function() { return MinRowCountError; });
|
11629
11622
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "KeyDuplicationError", function() { return KeyDuplicationError; });
|
11630
11623
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CustomError", function() { return CustomError; });
|
@@ -11817,6 +11810,23 @@ var RequiredInAllRowsError = /** @class */ (function (_super) {
|
|
11817
11810
|
return RequiredInAllRowsError;
|
11818
11811
|
}(_survey_error__WEBPACK_IMPORTED_MODULE_1__["SurveyError"]));
|
11819
11812
|
|
11813
|
+
var EachRowUniqueError = /** @class */ (function (_super) {
|
11814
|
+
__extends(EachRowUniqueError, _super);
|
11815
|
+
function EachRowUniqueError(text, errorOwner) {
|
11816
|
+
if (errorOwner === void 0) { errorOwner = null; }
|
11817
|
+
var _this = _super.call(this, text, errorOwner) || this;
|
11818
|
+
_this.text = text;
|
11819
|
+
return _this;
|
11820
|
+
}
|
11821
|
+
EachRowUniqueError.prototype.getErrorType = function () {
|
11822
|
+
return "eachrowuniqueeerror";
|
11823
|
+
};
|
11824
|
+
EachRowUniqueError.prototype.getDefaultText = function () {
|
11825
|
+
return this.getLocalizationString("eachRowUniqueError");
|
11826
|
+
};
|
11827
|
+
return EachRowUniqueError;
|
11828
|
+
}(_survey_error__WEBPACK_IMPORTED_MODULE_1__["SurveyError"]));
|
11829
|
+
|
11820
11830
|
var MinRowCountError = /** @class */ (function (_super) {
|
11821
11831
|
__extends(MinRowCountError, _super);
|
11822
11832
|
function MinRowCountError(minRowCount, errorOwner) {
|
@@ -18790,7 +18800,12 @@ var JsonObjectProperty = /** @class */ (function () {
|
|
18790
18800
|
return this.isRequiredValue;
|
18791
18801
|
},
|
18792
18802
|
set: function (val) {
|
18793
|
-
this.
|
18803
|
+
if (val !== this.isRequired) {
|
18804
|
+
this.isRequiredValue = val;
|
18805
|
+
if (!!this.classInfo) {
|
18806
|
+
this.classInfo.resetAllProperties();
|
18807
|
+
}
|
18808
|
+
}
|
18794
18809
|
},
|
18795
18810
|
enumerable: false,
|
18796
18811
|
configurable: true
|
@@ -18825,7 +18840,7 @@ var JsonObjectProperty = /** @class */ (function () {
|
|
18825
18840
|
JsonObjectProperty.prototype.getDefaultValue = function (obj) {
|
18826
18841
|
var result = !!this.defaultValueFunc ? this.defaultValueFunc(obj) : this.defaultValueValue;
|
18827
18842
|
if (!!JsonObjectProperty.getItemValuesDefaultValue &&
|
18828
|
-
|
18843
|
+
Serializer.isDescendantOf(this.className, "itemvalue")) {
|
18829
18844
|
result = JsonObjectProperty.getItemValuesDefaultValue(this.defaultValueValue || [], this.className);
|
18830
18845
|
}
|
18831
18846
|
return result;
|
@@ -19170,7 +19185,8 @@ var CustomPropertiesCollection = /** @class */ (function () {
|
|
19170
19185
|
if (prop.isLocalizable &&
|
19171
19186
|
prop.serializationProperty &&
|
19172
19187
|
obj.createCustomLocalizableObj) {
|
19173
|
-
obj.createCustomLocalizableObj(prop.name);
|
19188
|
+
var locStr = obj.createCustomLocalizableObj(prop.name);
|
19189
|
+
locStr.defaultValue = prop.defaultValue;
|
19174
19190
|
var locDesc = {
|
19175
19191
|
get: function () {
|
19176
19192
|
return obj.getLocalizableString(prop.name);
|
@@ -19179,7 +19195,7 @@ var CustomPropertiesCollection = /** @class */ (function () {
|
|
19179
19195
|
Object.defineProperty(obj, prop.serializationProperty, locDesc);
|
19180
19196
|
var desc = {
|
19181
19197
|
get: function () {
|
19182
|
-
return obj.getLocalizableStringText(prop.name
|
19198
|
+
return obj.getLocalizableStringText(prop.name);
|
19183
19199
|
},
|
19184
19200
|
set: function (v) {
|
19185
19201
|
obj.setLocalizableStringText(prop.name, v);
|
@@ -19191,7 +19207,7 @@ var CustomPropertiesCollection = /** @class */ (function () {
|
|
19191
19207
|
var defaultValue = prop.defaultValue;
|
19192
19208
|
var isArrayProp = prop.isArray || prop.type === "multiplevalues";
|
19193
19209
|
if (typeof obj.createNewArray === "function") {
|
19194
|
-
if (
|
19210
|
+
if (Serializer.isDescendantOf(prop.className, "itemvalue")) {
|
19195
19211
|
obj.createNewArray(prop.name, function (item) {
|
19196
19212
|
item.locOwner = obj;
|
19197
19213
|
item.ownerPropertyName = prop.name;
|
@@ -19282,8 +19298,20 @@ var JsonMetadataClass = /** @class */ (function () {
|
|
19282
19298
|
this.fillAllProperties();
|
19283
19299
|
return this.allProperties;
|
19284
19300
|
};
|
19301
|
+
JsonMetadataClass.prototype.getRequiredProperties = function () {
|
19302
|
+
if (!!this.requiredProperties)
|
19303
|
+
return this.requiredProperties;
|
19304
|
+
this.requiredProperties = [];
|
19305
|
+
var props = this.getAllProperties();
|
19306
|
+
for (var i = 0; i < props.length; i++) {
|
19307
|
+
if (props[i].isRequired)
|
19308
|
+
this.requiredProperties.push(props[i]);
|
19309
|
+
}
|
19310
|
+
return this.requiredProperties;
|
19311
|
+
};
|
19285
19312
|
JsonMetadataClass.prototype.resetAllProperties = function () {
|
19286
19313
|
this.allProperties = undefined;
|
19314
|
+
this.requiredProperties = undefined;
|
19287
19315
|
this.hashProperties = undefined;
|
19288
19316
|
var childClasses = Serializer.getChildrenClasses(this.name);
|
19289
19317
|
for (var i = 0; i < childClasses.length; i++) {
|
@@ -19553,6 +19581,7 @@ var JsonMetadata = /** @class */ (function () {
|
|
19553
19581
|
this.classes = {};
|
19554
19582
|
this.alternativeNames = {};
|
19555
19583
|
this.childrenClasses = {};
|
19584
|
+
this.dynamicPropsCache = {};
|
19556
19585
|
}
|
19557
19586
|
JsonMetadata.prototype.getObjPropertyValue = function (obj, name) {
|
19558
19587
|
if (this.isObjWrapper(obj)) {
|
@@ -19665,14 +19694,18 @@ var JsonMetadata = /** @class */ (function () {
|
|
19665
19694
|
if (dynamicType === void 0) { dynamicType = null; }
|
19666
19695
|
if (!obj || !obj.getType || (!obj.getDynamicType && !dynamicType))
|
19667
19696
|
return [];
|
19697
|
+
var objType = obj.getType();
|
19668
19698
|
var dType = !!dynamicType ? dynamicType : obj.getDynamicType();
|
19669
19699
|
if (!dType)
|
19670
19700
|
return [];
|
19701
|
+
var cacheType = dType + "-" + objType;
|
19702
|
+
if (this.dynamicPropsCache[cacheType])
|
19703
|
+
return this.dynamicPropsCache[cacheType];
|
19671
19704
|
var dynamicProps = this.getProperties(dType);
|
19672
19705
|
if (!dynamicProps || dynamicProps.length == 0)
|
19673
19706
|
return [];
|
19674
19707
|
var hash = {};
|
19675
|
-
var props = this.getProperties(
|
19708
|
+
var props = this.getProperties(objType);
|
19676
19709
|
for (var i = 0; i < props.length; i++) {
|
19677
19710
|
hash[props[i].name] = props[i];
|
19678
19711
|
}
|
@@ -19683,6 +19716,7 @@ var JsonMetadata = /** @class */ (function () {
|
|
19683
19716
|
res.push(dProp);
|
19684
19717
|
}
|
19685
19718
|
}
|
19719
|
+
this.dynamicPropsCache[cacheType] = res;
|
19686
19720
|
return res;
|
19687
19721
|
};
|
19688
19722
|
JsonMetadata.prototype.hasOriginalProperty = function (obj, propName) {
|
@@ -19792,12 +19826,13 @@ var JsonMetadata = /** @class */ (function () {
|
|
19792
19826
|
return result;
|
19793
19827
|
};
|
19794
19828
|
JsonMetadata.prototype.getRequiredProperties = function (name) {
|
19795
|
-
var
|
19829
|
+
var metaClass = this.findClass(name);
|
19830
|
+
if (!metaClass)
|
19831
|
+
return [];
|
19832
|
+
var props = metaClass.getRequiredProperties();
|
19796
19833
|
var res = [];
|
19797
|
-
for (var i = 0; i <
|
19798
|
-
|
19799
|
-
res.push(properties[i].name);
|
19800
|
-
}
|
19834
|
+
for (var i = 0; i < props.length; i++) {
|
19835
|
+
res.push(props[i].name);
|
19801
19836
|
}
|
19802
19837
|
return res;
|
19803
19838
|
};
|
@@ -19816,6 +19851,7 @@ var JsonMetadata = /** @class */ (function () {
|
|
19816
19851
|
return null;
|
19817
19852
|
var property = metaDataClass.createProperty(propertyInfo, true);
|
19818
19853
|
if (property) {
|
19854
|
+
this.clearDynamicPropsCache(metaDataClass);
|
19819
19855
|
metaDataClass.resetAllProperties();
|
19820
19856
|
}
|
19821
19857
|
return property;
|
@@ -19826,11 +19862,15 @@ var JsonMetadata = /** @class */ (function () {
|
|
19826
19862
|
return false;
|
19827
19863
|
var property = metaDataClass.find(propertyName);
|
19828
19864
|
if (property) {
|
19865
|
+
this.clearDynamicPropsCache(metaDataClass);
|
19829
19866
|
this.removePropertyFromClass(metaDataClass, property);
|
19830
19867
|
metaDataClass.resetAllProperties();
|
19831
19868
|
CustomPropertiesCollection.removeProperty(metaDataClass.name, propertyName);
|
19832
19869
|
}
|
19833
19870
|
};
|
19871
|
+
JsonMetadata.prototype.clearDynamicPropsCache = function (metaDataClass) {
|
19872
|
+
this.dynamicPropsCache = {};
|
19873
|
+
};
|
19834
19874
|
JsonMetadata.prototype.removePropertyFromClass = function (metaDataClass, property) {
|
19835
19875
|
var index = metaDataClass.properties.indexOf(property);
|
19836
19876
|
if (index < 0)
|
@@ -20057,7 +20097,7 @@ var JsonUnknownPropertyError = /** @class */ (function (_super) {
|
|
20057
20097
|
"' is unknown.") || this;
|
20058
20098
|
_this.propertyName = propertyName;
|
20059
20099
|
_this.className = className;
|
20060
|
-
var properties =
|
20100
|
+
var properties = Serializer.getProperties(className);
|
20061
20101
|
if (properties) {
|
20062
20102
|
_this.description = "The list of available properties are: ";
|
20063
20103
|
for (var i = 0; i < properties.length; i++) {
|
@@ -20080,7 +20120,7 @@ var JsonMissingTypeErrorBase = /** @class */ (function (_super) {
|
|
20080
20120
|
_this.type = type;
|
20081
20121
|
_this.message = message;
|
20082
20122
|
_this.description = "The following types are available: ";
|
20083
|
-
var types =
|
20123
|
+
var types = Serializer.getChildrenClasses(baseClassName, true);
|
20084
20124
|
for (var i = 0; i < types.length; i++) {
|
20085
20125
|
if (i > 0)
|
20086
20126
|
_this.description += ", ";
|
@@ -20186,9 +20226,9 @@ var JsonObject = /** @class */ (function () {
|
|
20186
20226
|
var needAddErrors = true;
|
20187
20227
|
if (obj.getType) {
|
20188
20228
|
objType = obj.getType();
|
20189
|
-
properties =
|
20229
|
+
properties = Serializer.getProperties(objType);
|
20190
20230
|
needAddErrors =
|
20191
|
-
!!objType && !
|
20231
|
+
!!objType && !Serializer.isDescendantOf(objType, "itemvalue");
|
20192
20232
|
}
|
20193
20233
|
if (!properties)
|
20194
20234
|
return;
|
@@ -20228,7 +20268,7 @@ var JsonObject = /** @class */ (function () {
|
|
20228
20268
|
if (property != null && !property.className) {
|
20229
20269
|
result[JsonObject.typePropertyName] = property.getObjType(obj.getType());
|
20230
20270
|
}
|
20231
|
-
this.propertiesToJson(obj,
|
20271
|
+
this.propertiesToJson(obj, Serializer.getProperties(obj.getType()), result, storeDefaults);
|
20232
20272
|
this.propertiesToJson(obj, this.getDynamicProperties(obj), result, storeDefaults);
|
20233
20273
|
return result;
|
20234
20274
|
};
|
@@ -20346,7 +20386,7 @@ var JsonObject = /** @class */ (function () {
|
|
20346
20386
|
var result = { newObj: null, error: null };
|
20347
20387
|
var className = this.getClassNameForNewObj(value, property);
|
20348
20388
|
result.newObj = className
|
20349
|
-
?
|
20389
|
+
? Serializer.createClass(className, value)
|
20350
20390
|
: null;
|
20351
20391
|
result.error = this.checkNewObjectOnErrors(result.newObj, value, property, className);
|
20352
20392
|
return result;
|
@@ -20388,16 +20428,18 @@ var JsonObject = /** @class */ (function () {
|
|
20388
20428
|
JsonObject.prototype.getRequiredError = function (obj, jsonValue) {
|
20389
20429
|
if (!obj.getType || typeof obj.getData === "function")
|
20390
20430
|
return null;
|
20391
|
-
var
|
20392
|
-
|
20393
|
-
|
20431
|
+
var metaClass = Serializer.findClass(obj.getType());
|
20432
|
+
if (!metaClass)
|
20433
|
+
return null;
|
20434
|
+
var props = metaClass.getRequiredProperties();
|
20435
|
+
if (!Array.isArray(props))
|
20394
20436
|
return null;
|
20395
|
-
for (var i = 0; i <
|
20396
|
-
var prop =
|
20397
|
-
if (!
|
20437
|
+
for (var i = 0; i < props.length; i++) {
|
20438
|
+
var prop = props[i];
|
20439
|
+
if (!_helpers__WEBPACK_IMPORTED_MODULE_2__["Helpers"].isValueEmpty(prop.defaultValue))
|
20398
20440
|
continue;
|
20399
20441
|
if (!jsonValue[prop.name]) {
|
20400
|
-
return new JsonRequiredPropertyError(prop.name,
|
20442
|
+
return new JsonRequiredPropertyError(prop.name, obj.getType());
|
20401
20443
|
}
|
20402
20444
|
}
|
20403
20445
|
return null;
|
@@ -21019,7 +21061,7 @@ var LocalizableString = /** @class */ (function () {
|
|
21019
21061
|
}
|
21020
21062
|
}
|
21021
21063
|
if (!res)
|
21022
|
-
res = "";
|
21064
|
+
res = this.defaultValue || "";
|
21023
21065
|
return res;
|
21024
21066
|
},
|
21025
21067
|
enumerable: false,
|
@@ -21517,6 +21559,7 @@ var arabicSurveyStrings = {
|
|
21517
21559
|
requiredError: ".يرجى الإجابة على السؤال",
|
21518
21560
|
requiredErrorInPanel: "الرجاء الإجابة على سؤال واحد على الأقل.",
|
21519
21561
|
requiredInAllRowsError: "يرجى الإجابة على الأسئلة في جميع الصفوف",
|
21562
|
+
eachRowUniqueError: "يجب أن يكون لكل صف قيمة فريدة.",
|
21520
21563
|
numericError: "يجب أن تكون القيمة رقمية.",
|
21521
21564
|
minError: "يجب ألا تقل القيمة عن {0}",
|
21522
21565
|
maxError: "يجب ألا تزيد القيمة عن {0}",
|
@@ -21534,6 +21577,7 @@ var arabicSurveyStrings = {
|
|
21534
21577
|
urlRequestError: "طلب إرجاع خطأ '{0}'. {1}ا",
|
21535
21578
|
urlGetChoicesError: "عاد طلب البيانات فارغ أو 'المسار' غير صحيح ",
|
21536
21579
|
exceedMaxSize: "ينبغي ألا يتجاوز حجم الملف {0}ا",
|
21580
|
+
noUploadFilesHandler: "لا يمكن تحميل الملفات. يرجى إضافة معالج لحدث \"onUploadFiles\".",
|
21537
21581
|
otherRequiredError: "الرجاء إدخال قيمة أخرى",
|
21538
21582
|
uploadingFile: "تحميل الملف الخاص بك. يرجى الانتظار عدة ثوان والمحاولة لاحقًا",
|
21539
21583
|
loadingFile: "جار التحميل...",
|
@@ -21548,6 +21592,8 @@ var arabicSurveyStrings = {
|
|
21548
21592
|
emptyRowsText: "لا توجد صفوف.",
|
21549
21593
|
addPanel: "اضف جديد",
|
21550
21594
|
removePanel: "إزالة",
|
21595
|
+
showDetails: "اظهر التفاصيل",
|
21596
|
+
hideDetails: "إخفاء التفاصيل",
|
21551
21597
|
choices_Item: "بند",
|
21552
21598
|
matrix_column: "عمود",
|
21553
21599
|
matrix_row: "صف",
|
@@ -21586,7 +21632,9 @@ var arabicSurveyStrings = {
|
|
21586
21632
|
more: "أكثر",
|
21587
21633
|
tagboxDoneButtonCaption: "موافق",
|
21588
21634
|
selectToRankEmptyRankedAreaText: "يتم ترتيب جميع الخيارات",
|
21589
|
-
selectToRankEmptyUnrankedAreaText: "قم بسحب وإسقاط الخيارات هنا لترتيبها"
|
21635
|
+
selectToRankEmptyUnrankedAreaText: "قم بسحب وإسقاط الخيارات هنا لترتيبها",
|
21636
|
+
ok: "موافق",
|
21637
|
+
cancel: "إلغاء الأمر"
|
21590
21638
|
};
|
21591
21639
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ar"] = arabicSurveyStrings;
|
21592
21640
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ar"] = "العربية";
|
@@ -21613,7 +21661,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ar"]
|
|
21613
21661
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "قم بسحب وإسقاط الخيارات هنا لترتيبها"// takePhotoCaption: "Take Photo" => "التقاط صورة"
|
21614
21662
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "انقر فوق الزر أدناه لالتقاط صورة باستخدام الكاميرا."
|
21615
21663
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "قم بسحب ملف وإفلاته أو تحديده لتحميله أو التقاط صورة باستخدام الكاميرا."
|
21616
|
-
// replaceFileCaption: "Replace file" => "استبدال الملف"
|
21664
|
+
// replaceFileCaption: "Replace file" => "استبدال الملف"// eachRowUniqueError: "Each row must have a unique value." => "يجب أن يكون لكل صف قيمة فريدة."
|
21665
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "لا يمكن تحميل الملفات. يرجى إضافة معالج لحدث \"onUploadFiles\"."
|
21666
|
+
// showDetails: "Show Details" => "اظهر التفاصيل"
|
21667
|
+
// hideDetails: "Hide Details" => "إخفاء التفاصيل"
|
21668
|
+
// ok: "OK" => "موافق"
|
21669
|
+
// cancel: "Cancel" => "إلغاء الأمر"
|
21617
21670
|
|
21618
21671
|
|
21619
21672
|
/***/ }),
|
@@ -21655,6 +21708,7 @@ var basqueSurveyStrings = {
|
|
21655
21708
|
requiredError: "Mesedez, galdera erantzun.",
|
21656
21709
|
requiredErrorInPanel: "Mesedez, gutxienez galdera bat erantzun.",
|
21657
21710
|
requiredInAllRowsError: "Mesedez, errenkadako galdera guztiak erantzun.",
|
21711
|
+
eachRowUniqueError: "Ilara bakoitzak balio bakarra izan behar du.",
|
21658
21712
|
numericError: "Estimazioa zenbakizkoa izan behar du.",
|
21659
21713
|
minError: "Balioa ez da {0} baino txikiagoa izan behar",
|
21660
21714
|
maxError: "Balioa ez da {0} baino handiagoa izan behar",
|
@@ -21672,6 +21726,7 @@ var basqueSurveyStrings = {
|
|
21672
21726
|
urlRequestError: "Eskaerak '{0}' errorea itzuli du. {1}",
|
21673
21727
|
urlGetChoicesError: "La solicitud regresó vacío de data o la propiedad 'trayectoria' no es correcta",
|
21674
21728
|
exceedMaxSize: "Fitxategiaren tamaina ez da {0} baino handiagoa izan behar.",
|
21729
|
+
noUploadFilesHandler: "Artxiboak ezin dira kargatu. Gaineratu kontrolatzaile bat 'onUploadFiles' ekitaldirako.",
|
21675
21730
|
otherRequiredError: "Mesedez, beste estimazioa gehitu.",
|
21676
21731
|
uploadingFile: "Zure fitxategia igotzen ari da. Mesedez, segundo batzuk itxaron eta saiatu berriro.",
|
21677
21732
|
loadingFile: "Kargatzen...",
|
@@ -21686,6 +21741,8 @@ var basqueSurveyStrings = {
|
|
21686
21741
|
emptyRowsText: "Ez dago errenkadarik.",
|
21687
21742
|
addPanel: "Berria gehitu",
|
21688
21743
|
removePanel: "Kendu",
|
21744
|
+
showDetails: "Xehetasunak erakutsi",
|
21745
|
+
hideDetails: "Xehetasunak ezkutatu",
|
21689
21746
|
choices_Item: "artikulua",
|
21690
21747
|
matrix_column: "Zutabea",
|
21691
21748
|
matrix_row: "Errenkada",
|
@@ -21724,7 +21781,9 @@ var basqueSurveyStrings = {
|
|
21724
21781
|
more: "Gehiago",
|
21725
21782
|
tagboxDoneButtonCaption: "Ados",
|
21726
21783
|
selectToRankEmptyRankedAreaText: "Aukera guztiak sailkatuta daude",
|
21727
|
-
selectToRankEmptyUnrankedAreaText: "Arrastaka eta askatzen ditu hemen sailkatzeko"
|
21784
|
+
selectToRankEmptyUnrankedAreaText: "Arrastaka eta askatzen ditu hemen sailkatzeko",
|
21785
|
+
ok: "Ados",
|
21786
|
+
cancel: "Ezeztatu"
|
21728
21787
|
};
|
21729
21788
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["eu"] = basqueSurveyStrings;
|
21730
21789
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["eu"] = "Euskara";
|
@@ -21744,7 +21803,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["eu"]
|
|
21744
21803
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arrastaka eta askatzen ditu hemen sailkatzeko"// takePhotoCaption: "Take Photo" => "Argazkia hartu"
|
21745
21804
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Egin klik beheko botoian, kamerarekin argazki bat hartzeko."
|
21746
21805
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arrastatu eta askatu artxibo bat kamerarekin argazki bat kargatzeko edo hartzeko."
|
21747
|
-
// replaceFileCaption: "Replace file" => "Artxiboa ordeztu"
|
21806
|
+
// replaceFileCaption: "Replace file" => "Artxiboa ordeztu"// eachRowUniqueError: "Each row must have a unique value." => "Ilara bakoitzak balio bakarra izan behar du."
|
21807
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Artxiboak ezin dira kargatu. Gaineratu kontrolatzaile bat 'onUploadFiles' ekitaldirako."
|
21808
|
+
// showDetails: "Show Details" => "Xehetasunak erakutsi"
|
21809
|
+
// hideDetails: "Hide Details" => "Xehetasunak ezkutatu"
|
21810
|
+
// ok: "OK" => "Ados"
|
21811
|
+
// cancel: "Cancel" => "Ezeztatu"
|
21748
21812
|
|
21749
21813
|
|
21750
21814
|
/***/ }),
|
@@ -21786,6 +21850,7 @@ var bulgarianStrings = {
|
|
21786
21850
|
requiredError: "Моля, отговорете на следния въпрос.",
|
21787
21851
|
requiredErrorInPanel: "Моля, отговорете поне на един от въпросите.",
|
21788
21852
|
requiredInAllRowsError: "Моля, отговорете на въпросите на всички редове.",
|
21853
|
+
eachRowUniqueError: "Всеки ред трябва да има уникална стойност.",
|
21789
21854
|
numericError: "Стойността следва да бъде число.",
|
21790
21855
|
minError: "Стойността не трябва да бъде по-малка от {0}",
|
21791
21856
|
maxError: "Стойността не трябва да бъде по-голяма от {0}",
|
@@ -21803,6 +21868,7 @@ var bulgarianStrings = {
|
|
21803
21868
|
urlRequestError: "Заявката води до грешка '{0}'. {1}",
|
21804
21869
|
urlGetChoicesError: "Заявката не връща данни или частта 'path' (път до търсения ресурс на сървъра) е неправилно зададена",
|
21805
21870
|
exceedMaxSize: "Размерът на файла следва да не превишава {0}.",
|
21871
|
+
noUploadFilesHandler: "Файловете не могат да бъдат качени. Моля, добавете манипулатор за събитието \"onUploadFiles\".",
|
21806
21872
|
otherRequiredError: "Моля, въведете другата стойност.",
|
21807
21873
|
uploadingFile: "Вашит файл се зарежда на сървъра. Моля, изчакайте няколко секунди и тогава опитвайте отново.",
|
21808
21874
|
loadingFile: "Зареждане...",
|
@@ -21817,6 +21883,8 @@ var bulgarianStrings = {
|
|
21817
21883
|
emptyRowsText: "Няма редове.",
|
21818
21884
|
addPanel: "Добавяне на панел",
|
21819
21885
|
removePanel: "Премахване на панел",
|
21886
|
+
showDetails: "Показване на подробни данни",
|
21887
|
+
hideDetails: "Скрий подробните данни",
|
21820
21888
|
choices_Item: "елемент",
|
21821
21889
|
matrix_column: "Колона",
|
21822
21890
|
matrix_row: "Ред",
|
@@ -21855,7 +21923,9 @@ var bulgarianStrings = {
|
|
21855
21923
|
more: "Още",
|
21856
21924
|
tagboxDoneButtonCaption: "Добре",
|
21857
21925
|
selectToRankEmptyRankedAreaText: "Всички възможности за избор са класирани",
|
21858
|
-
selectToRankEmptyUnrankedAreaText: "Плъзнете и пуснете опции тук, за да ги класирате"
|
21926
|
+
selectToRankEmptyUnrankedAreaText: "Плъзнете и пуснете опции тук, за да ги класирате",
|
21927
|
+
ok: "Добре",
|
21928
|
+
cancel: "Отмени"
|
21859
21929
|
};
|
21860
21930
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["bg"] = bulgarianStrings;
|
21861
21931
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["bg"] = "български";
|
@@ -21882,7 +21952,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["bg"]
|
|
21882
21952
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Плъзнете и пуснете опции тук, за да ги класирате"// takePhotoCaption: "Take Photo" => "Направете снимка"
|
21883
21953
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Кликнете върху бутона по-долу, за да направите снимка с помощта на камерата."
|
21884
21954
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Плъзнете и пуснете или изберете файл за качване или правене на снимка с помощта на камерата."
|
21885
|
-
// replaceFileCaption: "Replace file" => "Заместване на файл"
|
21955
|
+
// replaceFileCaption: "Replace file" => "Заместване на файл"// eachRowUniqueError: "Each row must have a unique value." => "Всеки ред трябва да има уникална стойност."
|
21956
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файловете не могат да бъдат качени. Моля, добавете манипулатор за събитието \"onUploadFiles\"."
|
21957
|
+
// showDetails: "Show Details" => "Показване на подробни данни"
|
21958
|
+
// hideDetails: "Hide Details" => "Скрий подробните данни"
|
21959
|
+
// ok: "OK" => "Добре"
|
21960
|
+
// cancel: "Cancel" => "Отмени"
|
21886
21961
|
|
21887
21962
|
|
21888
21963
|
/***/ }),
|
@@ -21924,6 +21999,7 @@ var catalanSurveyStrings = {
|
|
21924
21999
|
requiredError: "Si us plau contesti la pregunta.",
|
21925
22000
|
requiredErrorInPanel: "Resposta necessària: respondre almenys una pregunta.",
|
21926
22001
|
requiredInAllRowsError: "Si us plau contesti les preguntes de cada filera.",
|
22002
|
+
eachRowUniqueError: "Cada fila ha de tenir un valor únic.",
|
21927
22003
|
numericError: "L'estimació ha de ser numèrica.",
|
21928
22004
|
minError: "El valor no ha de ser inferior a {0}",
|
21929
22005
|
maxError: "El valor no ha de ser superior a {0}",
|
@@ -21941,6 +22017,7 @@ var catalanSurveyStrings = {
|
|
21941
22017
|
urlRequestError: "La sol·licitud va tornar error '{0}'. {1}",
|
21942
22018
|
urlGetChoicesError: "La sol·licitud va tornar buida de dates o la propietat 'trajectòria' no és correcta",
|
21943
22019
|
exceedMaxSize: "La mida de l'arxiu no pot excedir {0}.",
|
22020
|
+
noUploadFilesHandler: "No es poden carregar fitxers. Afegiu un controlador per a l'esdeveniment 'onUploadFiles'.",
|
21944
22021
|
otherRequiredError: "Si us plau afegiu l'altra estimació.",
|
21945
22022
|
uploadingFile: "El seu arxiu s'està pujant. Si us plau esperi uns segons i intenteu-ho de nou.",
|
21946
22023
|
loadingFile: "Càrrega...",
|
@@ -21955,6 +22032,8 @@ var catalanSurveyStrings = {
|
|
21955
22032
|
emptyRowsText: "No hi ha files.",
|
21956
22033
|
addPanel: "Afegeix un nou",
|
21957
22034
|
removePanel: "Treure",
|
22035
|
+
showDetails: "Mostra els detalls",
|
22036
|
+
hideDetails: "Amaga els detalls",
|
21958
22037
|
choices_Item: "ítem",
|
21959
22038
|
matrix_column: "Columna",
|
21960
22039
|
matrix_row: "Filera",
|
@@ -21993,7 +22072,9 @@ var catalanSurveyStrings = {
|
|
21993
22072
|
more: "Més",
|
21994
22073
|
tagboxDoneButtonCaption: "D'ACORD",
|
21995
22074
|
selectToRankEmptyRankedAreaText: "Totes les opcions estan classificades",
|
21996
|
-
selectToRankEmptyUnrankedAreaText: "Arrossegueu i deixeu anar les opcions aquí per classificar-les"
|
22075
|
+
selectToRankEmptyUnrankedAreaText: "Arrossegueu i deixeu anar les opcions aquí per classificar-les",
|
22076
|
+
ok: "D'ACORD",
|
22077
|
+
cancel: "Cancel·lar"
|
21997
22078
|
};
|
21998
22079
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ca"] = catalanSurveyStrings;
|
21999
22080
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ca"] = "català";
|
@@ -22060,7 +22141,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ca"]
|
|
22060
22141
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arrossegueu i deixeu anar les opcions aquí per classificar-les"// takePhotoCaption: "Take Photo" => "Fer foto"
|
22061
22142
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Feu clic al botó següent per fer una foto amb la càmera."
|
22062
22143
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arrossegueu i deixeu anar o seleccioneu un fitxer per penjar-lo o fer-ne una foto amb la càmera."
|
22063
|
-
// replaceFileCaption: "Replace file" => "Substitueix el fitxer"
|
22144
|
+
// replaceFileCaption: "Replace file" => "Substitueix el fitxer"// eachRowUniqueError: "Each row must have a unique value." => "Cada fila ha de tenir un valor únic."
|
22145
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "No es poden carregar fitxers. Afegiu un controlador per a l'esdeveniment 'onUploadFiles'."
|
22146
|
+
// showDetails: "Show Details" => "Mostra els detalls"
|
22147
|
+
// hideDetails: "Hide Details" => "Amaga els detalls"
|
22148
|
+
// ok: "OK" => "D'ACORD"
|
22149
|
+
// cancel: "Cancel" => "Cancel·lar"
|
22064
22150
|
|
22065
22151
|
|
22066
22152
|
/***/ }),
|
@@ -22102,6 +22188,7 @@ var croatianStrings = {
|
|
22102
22188
|
requiredError: "Molim vas odgovorite na pitanje.",
|
22103
22189
|
requiredErrorInPanel: "Molim vas odgovorite na barem jedno pitanje.",
|
22104
22190
|
requiredInAllRowsError: "Odgovorite na pitanja u svim redovima.",
|
22191
|
+
eachRowUniqueError: "Svaki redak mora imati jedinstvenu vrijednost.",
|
22105
22192
|
numericError: "Vrijednost bi trebala biti brojčana.",
|
22106
22193
|
minError: "Vrijednost ne smije biti manja od {0}",
|
22107
22194
|
maxError: "Vrijednost ne smije biti veća od {0}",
|
@@ -22119,6 +22206,7 @@ var croatianStrings = {
|
|
22119
22206
|
urlRequestError: "Zahtjev vratio pogrešku '{0}'. {1}",
|
22120
22207
|
urlGetChoicesError: "Zahtjev je vratio prazne podatke ili je 'path' svojstvo netočna.",
|
22121
22208
|
exceedMaxSize: "Veličina datoteke ne smije prelaziti {0}.",
|
22209
|
+
noUploadFilesHandler: "Datoteke se ne mogu prenijeti. Dodajte rukovatelja za događaj 'onUploadFiles'.",
|
22122
22210
|
otherRequiredError: "Unesite drugu vrijednost.",
|
22123
22211
|
uploadingFile: "Vaša datoteka se prenosi. Pričekajte nekoliko sekundi i pokušajte ponovno.",
|
22124
22212
|
loadingFile: "Učitavanje...",
|
@@ -22133,6 +22221,8 @@ var croatianStrings = {
|
|
22133
22221
|
emptyRowsText: "Nema redova.",
|
22134
22222
|
addPanel: "Dodavanje novih",
|
22135
22223
|
removePanel: "Ukloniti",
|
22224
|
+
showDetails: "Pokaži detalje",
|
22225
|
+
hideDetails: "Sakrij detalje",
|
22136
22226
|
choices_Item: "stavku",
|
22137
22227
|
matrix_column: "Stupca",
|
22138
22228
|
matrix_row: "Redak",
|
@@ -22171,7 +22261,9 @@ var croatianStrings = {
|
|
22171
22261
|
more: "Više",
|
22172
22262
|
tagboxDoneButtonCaption: "OK",
|
22173
22263
|
selectToRankEmptyRankedAreaText: "Svi izbori su rangirani",
|
22174
|
-
selectToRankEmptyUnrankedAreaText: "Ovdje povucite i ispustite odabire da biste ih rangirali"
|
22264
|
+
selectToRankEmptyUnrankedAreaText: "Ovdje povucite i ispustite odabire da biste ih rangirali",
|
22265
|
+
ok: "OK",
|
22266
|
+
cancel: "Otkazati"
|
22175
22267
|
};
|
22176
22268
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["hr"] = croatianStrings;
|
22177
22269
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hr"] = "hrvatski";
|
@@ -22196,7 +22288,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hr"]
|
|
22196
22288
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Ovdje povucite i ispustite odabire da biste ih rangirali"// takePhotoCaption: "Take Photo" => "Snimi fotografiju"
|
22197
22289
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknite donji gumb da biste snimili fotografiju pomoću kamere."
|
22198
22290
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Povucite i ispustite ili odaberite datoteku za prijenos ili snimanje fotografije pomoću kamere."
|
22199
|
-
// replaceFileCaption: "Replace file" => "Zamijeni datoteku"
|
22291
|
+
// replaceFileCaption: "Replace file" => "Zamijeni datoteku"// eachRowUniqueError: "Each row must have a unique value." => "Svaki redak mora imati jedinstvenu vrijednost."
|
22292
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Datoteke se ne mogu prenijeti. Dodajte rukovatelja za događaj 'onUploadFiles'."
|
22293
|
+
// showDetails: "Show Details" => "Pokaži detalje"
|
22294
|
+
// hideDetails: "Hide Details" => "Sakrij detalje"
|
22295
|
+
// ok: "OK" => "OK"
|
22296
|
+
// cancel: "Cancel" => "Otkazati"
|
22200
22297
|
|
22201
22298
|
|
22202
22299
|
/***/ }),
|
@@ -22238,6 +22335,7 @@ var czechSurveyStrings = {
|
|
22238
22335
|
requiredError: "Odpovězte prosím na otázku.",
|
22239
22336
|
requiredErrorInPanel: "Odpovězte prosím alespoň jednu otázku.",
|
22240
22337
|
requiredInAllRowsError: "Odpovězte prosím na všechny otázky.",
|
22338
|
+
eachRowUniqueError: "Každý řádek musí mít jedinečnou hodnotu.",
|
22241
22339
|
numericError: "V tomto poli lze zadat pouze čísla.",
|
22242
22340
|
minError: "Hodnota by neměla být menší než {0}",
|
22243
22341
|
maxError: "Hodnota by neměla být větší než {0}",
|
@@ -22255,6 +22353,7 @@ var czechSurveyStrings = {
|
|
22255
22353
|
urlRequestError: "Požadavek vrátil chybu '{0}'. {1}",
|
22256
22354
|
urlGetChoicesError: "Požadavek nevrátil data nebo je neplatná vlastnost 'path'",
|
22257
22355
|
exceedMaxSize: "Velikost souboru by neměla být větší než {0}.",
|
22356
|
+
noUploadFilesHandler: "Soubory nelze nahrát. Přidejte obslužnou rutinu pro událost 'onUploadFiles'.",
|
22258
22357
|
otherRequiredError: "Zadejte prosím jinou hodnotu.",
|
22259
22358
|
uploadingFile: "Váš soubor se nahrává. Zkuste to prosím za několik sekund.",
|
22260
22359
|
loadingFile: "Načítání...",
|
@@ -22269,6 +22368,8 @@ var czechSurveyStrings = {
|
|
22269
22368
|
emptyRowsText: "Neexistují žádné řádky.",
|
22270
22369
|
addPanel: "Přidat nový",
|
22271
22370
|
removePanel: "Odstranit",
|
22371
|
+
showDetails: "Zobrazit podrobnosti",
|
22372
|
+
hideDetails: "Skrýt podrobnosti",
|
22272
22373
|
choices_Item: "položka",
|
22273
22374
|
matrix_column: "Sloupec",
|
22274
22375
|
matrix_row: "Řádek",
|
@@ -22307,7 +22408,9 @@ var czechSurveyStrings = {
|
|
22307
22408
|
more: "Více",
|
22308
22409
|
tagboxDoneButtonCaption: "OK",
|
22309
22410
|
selectToRankEmptyRankedAreaText: "Všechny možnosti jsou seřazeny",
|
22310
|
-
selectToRankEmptyUnrankedAreaText: "Přetáhněte volby zde a seřaďte je"
|
22411
|
+
selectToRankEmptyUnrankedAreaText: "Přetáhněte volby zde a seřaďte je",
|
22412
|
+
ok: "OK",
|
22413
|
+
cancel: "Zrušit"
|
22311
22414
|
};
|
22312
22415
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["cs"] = czechSurveyStrings;
|
22313
22416
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cs"] = "čeština";
|
@@ -22334,7 +22437,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cs"]
|
|
22334
22437
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Přetáhněte volby zde a seřaďte je"// takePhotoCaption: "Take Photo" => "Pořídit fotografii"
|
22335
22438
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknutím na tlačítko níže pořídíte fotografii pomocí fotoaparátu."
|
22336
22439
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Přetáhněte nebo vyberte soubor, který chcete nahrát nebo pořiďte fotografii pomocí fotoaparátu."
|
22337
|
-
// replaceFileCaption: "Replace file" => "Nahradit soubor"
|
22440
|
+
// replaceFileCaption: "Replace file" => "Nahradit soubor"// eachRowUniqueError: "Each row must have a unique value." => "Každý řádek musí mít jedinečnou hodnotu."
|
22441
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Soubory nelze nahrát. Přidejte obslužnou rutinu pro událost 'onUploadFiles'."
|
22442
|
+
// showDetails: "Show Details" => "Zobrazit podrobnosti"
|
22443
|
+
// hideDetails: "Hide Details" => "Skrýt podrobnosti"
|
22444
|
+
// ok: "OK" => "OK"
|
22445
|
+
// cancel: "Cancel" => "Zrušit"
|
22338
22446
|
|
22339
22447
|
|
22340
22448
|
/***/ }),
|
@@ -22376,6 +22484,7 @@ var danishSurveyStrings = {
|
|
22376
22484
|
requiredError: "Besvar venligst spørgsmålet.",
|
22377
22485
|
requiredErrorInPanel: "Besvar venligst mindst ét spørgsmål.",
|
22378
22486
|
requiredInAllRowsError: "Besvar venligst spørgsmål i alle rækker.",
|
22487
|
+
eachRowUniqueError: "Hver række skal have en entydig værdi.",
|
22379
22488
|
numericError: "Angiv et tal.",
|
22380
22489
|
minError: "Værdien bør ikke være mindre end {0}",
|
22381
22490
|
maxError: "Værdien bør ikke være større end {0}",
|
@@ -22393,6 +22502,7 @@ var danishSurveyStrings = {
|
|
22393
22502
|
urlRequestError: "Forespørgslen returnerede fejlen '{0}'. {1}",
|
22394
22503
|
urlGetChoicesError: "Forespørgslen returnerede ingen data eller 'path' parameteren er forkert",
|
22395
22504
|
exceedMaxSize: "Filstørrelsen må ikke overstige {0}.",
|
22505
|
+
noUploadFilesHandler: "Filer kan ikke uploades. Tilføj en handler for hændelsen 'onUploadFiles'.",
|
22396
22506
|
otherRequiredError: "Angiv en værdi for dit valgfrie svar.",
|
22397
22507
|
uploadingFile: "Din fil bliver uploadet. Vent nogle sekunder og prøv eventuelt igen.",
|
22398
22508
|
loadingFile: "Indlæser...",
|
@@ -22407,6 +22517,8 @@ var danishSurveyStrings = {
|
|
22407
22517
|
emptyRowsText: "Der er ingen rækker.",
|
22408
22518
|
addPanel: "Tilføj ny",
|
22409
22519
|
removePanel: "Fjern",
|
22520
|
+
showDetails: "Vis detaljer",
|
22521
|
+
hideDetails: "Skjul detaljer",
|
22410
22522
|
choices_Item: "valg",
|
22411
22523
|
matrix_column: "Kolonne",
|
22412
22524
|
matrix_row: "Række",
|
@@ -22445,7 +22557,9 @@ var danishSurveyStrings = {
|
|
22445
22557
|
more: "Mere",
|
22446
22558
|
tagboxDoneButtonCaption: "OK",
|
22447
22559
|
selectToRankEmptyRankedAreaText: "Alle valg er rangeret",
|
22448
|
-
selectToRankEmptyUnrankedAreaText: "Træk og slip valg her for at rangere dem"
|
22560
|
+
selectToRankEmptyUnrankedAreaText: "Træk og slip valg her for at rangere dem",
|
22561
|
+
ok: "OK",
|
22562
|
+
cancel: "Aflyse"
|
22449
22563
|
};
|
22450
22564
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["da"] = danishSurveyStrings;
|
22451
22565
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["da"] = "dansk";
|
@@ -22472,7 +22586,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["da"]
|
|
22472
22586
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Træk og slip valg her for at rangere dem"// takePhotoCaption: "Take Photo" => "Tag billede"
|
22473
22587
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik på knappen nedenfor for at tage et billede med kameraet."
|
22474
22588
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Træk og slip, eller vælg en fil, der skal uploades, eller tag et billede med kameraet."
|
22475
|
-
// replaceFileCaption: "Replace file" => "Erstat fil"
|
22589
|
+
// replaceFileCaption: "Replace file" => "Erstat fil"// eachRowUniqueError: "Each row must have a unique value." => "Hver række skal have en entydig værdi."
|
22590
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Filer kan ikke uploades. Tilføj en handler for hændelsen 'onUploadFiles'."
|
22591
|
+
// showDetails: "Show Details" => "Vis detaljer"
|
22592
|
+
// hideDetails: "Hide Details" => "Skjul detaljer"
|
22593
|
+
// ok: "OK" => "OK"
|
22594
|
+
// cancel: "Cancel" => "Aflyse"
|
22476
22595
|
|
22477
22596
|
|
22478
22597
|
/***/ }),
|
@@ -22514,6 +22633,7 @@ var dutchSurveyStrings = {
|
|
22514
22633
|
requiredError: "Dit is een vereiste vraag",
|
22515
22634
|
requiredErrorInPanel: "Gelieve ten minste een vraag te beantwoorden.",
|
22516
22635
|
requiredInAllRowsError: "Deze vraag vereist één antwoord per rij",
|
22636
|
+
eachRowUniqueError: "Elke rij moet een unieke waarde hebben.",
|
22517
22637
|
numericError: "Het antwoord moet een getal zijn",
|
22518
22638
|
minError: "De waarde mag niet lager zijn dan {0}",
|
22519
22639
|
maxError: "De waarde mag niet groter zijn dan {0}",
|
@@ -22531,6 +22651,7 @@ var dutchSurveyStrings = {
|
|
22531
22651
|
urlRequestError: "De vraag keerde een fout terug '{0}'. {1}",
|
22532
22652
|
urlGetChoicesError: "De vraag gaf een leeg antwoord terug of de 'pad' eigenschap is niet correct",
|
22533
22653
|
exceedMaxSize: "De grootte van het bestand mag niet groter zijn dan {0}",
|
22654
|
+
noUploadFilesHandler: "Bestanden kunnen niet worden geüpload. Voeg een handler toe voor de gebeurtenis 'onUploadFiles'.",
|
22534
22655
|
otherRequiredError: "Vul het veld 'Anders, nl.' in",
|
22535
22656
|
uploadingFile: "Uw bestand wordt geüpload. Gelieve enkele seconden te wachten en opnieuw te proberen.",
|
22536
22657
|
loadingFile: "Laden...",
|
@@ -22545,6 +22666,8 @@ var dutchSurveyStrings = {
|
|
22545
22666
|
emptyRowsText: "Er zijn geen rijen.",
|
22546
22667
|
addPanel: "Nieuwe toevoegen",
|
22547
22668
|
removePanel: "Verwijder",
|
22669
|
+
showDetails: "Toon details",
|
22670
|
+
hideDetails: "Verberg details",
|
22548
22671
|
choices_Item: "onderwerp",
|
22549
22672
|
matrix_column: "Kolom",
|
22550
22673
|
matrix_row: "Rij",
|
@@ -22583,7 +22706,9 @@ var dutchSurveyStrings = {
|
|
22583
22706
|
more: "Meer",
|
22584
22707
|
tagboxDoneButtonCaption: "OK",
|
22585
22708
|
selectToRankEmptyRankedAreaText: "Alle keuzes zijn gerangschikt",
|
22586
|
-
selectToRankEmptyUnrankedAreaText: "Drag en drop keuzes hier om ze te rangschikken"
|
22709
|
+
selectToRankEmptyUnrankedAreaText: "Drag en drop keuzes hier om ze te rangschikken",
|
22710
|
+
ok: "OK",
|
22711
|
+
cancel: "Annuleren"
|
22587
22712
|
};
|
22588
22713
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["nl"] = dutchSurveyStrings;
|
22589
22714
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["nl"] = "nederlands";
|
@@ -22608,7 +22733,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["nl"]
|
|
22608
22733
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Drag en drop keuzes hier om ze te rangschikken"// takePhotoCaption: "Take Photo" => "Foto maken"
|
22609
22734
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik op de onderstaande knop om een foto te maken met de camera."
|
22610
22735
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Sleep en zet neer of selecteer een bestand om te uploaden of maak een foto met de camera."
|
22611
|
-
// replaceFileCaption: "Replace file" => "Bestand vervangen"
|
22736
|
+
// replaceFileCaption: "Replace file" => "Bestand vervangen"// eachRowUniqueError: "Each row must have a unique value." => "Elke rij moet een unieke waarde hebben."
|
22737
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Bestanden kunnen niet worden geüpload. Voeg een handler toe voor de gebeurtenis 'onUploadFiles'."
|
22738
|
+
// showDetails: "Show Details" => "Toon details"
|
22739
|
+
// hideDetails: "Hide Details" => "Verberg details"
|
22740
|
+
// ok: "OK" => "OK"
|
22741
|
+
// cancel: "Cancel" => "Annuleren"
|
22612
22742
|
|
22613
22743
|
|
22614
22744
|
/***/ }),
|
@@ -22650,6 +22780,7 @@ var englishStrings = {
|
|
22650
22780
|
requiredError: "Response required.",
|
22651
22781
|
requiredErrorInPanel: "Response required: answer at least one question.",
|
22652
22782
|
requiredInAllRowsError: "Response required: answer questions in all rows.",
|
22783
|
+
eachRowUniqueError: "Each row must have a unique value.",
|
22653
22784
|
numericError: "The value should be numeric.",
|
22654
22785
|
minError: "The value should not be less than {0}",
|
22655
22786
|
maxError: "The value should not be greater than {0}",
|
@@ -22772,6 +22903,7 @@ var estonianSurveyStrings = {
|
|
22772
22903
|
requiredError: "Palun vasta küsimusele.",
|
22773
22904
|
requiredErrorInPanel: "Palun vasta vähemalt ühele küsimusele.",
|
22774
22905
|
requiredInAllRowsError: "Palun anna vastus igal real.",
|
22906
|
+
eachRowUniqueError: "Igal real peab olema kordumatu väärtus.",
|
22775
22907
|
numericError: "See peaks olema numbriline väärtus.",
|
22776
22908
|
minError: "Väärtus ei tohiks olla väiksem kui {0}",
|
22777
22909
|
maxError: "Väärtus ei tohiks olla suurem kui {0}",
|
@@ -22789,6 +22921,7 @@ var estonianSurveyStrings = {
|
|
22789
22921
|
urlRequestError: "Taotlus tagastas vea „{0}”. {1}",
|
22790
22922
|
urlGetChoicesError: "Taotlus tagastas tühjad andmed või atribuut 'path' on vale",
|
22791
22923
|
exceedMaxSize: "Faili suurus ei tohi ületada {0}.",
|
22924
|
+
noUploadFilesHandler: "Faile ei saa üles laadida. Palun lisage sündmuse \"onUploadFiles\" jaoks käitleja.",
|
22792
22925
|
otherRequiredError: "Sisesta palun muu vastus.",
|
22793
22926
|
uploadingFile: "Sinu fail laeb üles. Palun oota mõned sekundid ning proovi seejärel uuesti.",
|
22794
22927
|
loadingFile: "Laen...",
|
@@ -22803,6 +22936,8 @@ var estonianSurveyStrings = {
|
|
22803
22936
|
emptyRowsText: "Ridu pole.",
|
22804
22937
|
addPanel: "Lisa uus",
|
22805
22938
|
removePanel: "Eemalda",
|
22939
|
+
showDetails: "Näita detaile",
|
22940
|
+
hideDetails: "Peida üksikasjad",
|
22806
22941
|
choices_Item: "üksus",
|
22807
22942
|
matrix_column: "Veerg",
|
22808
22943
|
matrix_row: "Rida",
|
@@ -22841,7 +22976,9 @@ var estonianSurveyStrings = {
|
|
22841
22976
|
more: "Rohkem",
|
22842
22977
|
tagboxDoneButtonCaption: "OK",
|
22843
22978
|
selectToRankEmptyRankedAreaText: "Kõik valikud on järjestatud",
|
22844
|
-
selectToRankEmptyUnrankedAreaText: "Lohistage valikuid siia, et neid järjestada"
|
22979
|
+
selectToRankEmptyUnrankedAreaText: "Lohistage valikuid siia, et neid järjestada",
|
22980
|
+
ok: "OK",
|
22981
|
+
cancel: "Tühistama"
|
22845
22982
|
};
|
22846
22983
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["et"] = estonianSurveyStrings;
|
22847
22984
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["et"] = "eesti keel";
|
@@ -22868,7 +23005,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["et"]
|
|
22868
23005
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Lohistage valikuid siia, et neid järjestada"// takePhotoCaption: "Take Photo" => "Pildistamine"
|
22869
23006
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kaamera abil pildistamiseks klõpsake allolevat nuppu."
|
22870
23007
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Pukseerige või valige üleslaaditav fail või pildistage seda kaamera abil."
|
22871
|
-
// replaceFileCaption: "Replace file" => "Asenda fail"
|
23008
|
+
// replaceFileCaption: "Replace file" => "Asenda fail"// eachRowUniqueError: "Each row must have a unique value." => "Igal real peab olema kordumatu väärtus."
|
23009
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Faile ei saa üles laadida. Palun lisage sündmuse \"onUploadFiles\" jaoks käitleja."
|
23010
|
+
// showDetails: "Show Details" => "Näita detaile"
|
23011
|
+
// hideDetails: "Hide Details" => "Peida üksikasjad"
|
23012
|
+
// ok: "OK" => "OK"
|
23013
|
+
// cancel: "Cancel" => "Tühistama"
|
22872
23014
|
|
22873
23015
|
|
22874
23016
|
/***/ }),
|
@@ -22910,6 +23052,7 @@ var finnishSurveyStrings = {
|
|
22910
23052
|
requiredError: "Vastaa kysymykseen, kiitos.",
|
22911
23053
|
requiredErrorInPanel: "Vastaa ainakin yhteen kysymykseen.",
|
22912
23054
|
requiredInAllRowsError: "Vastaa kysymyksiin kaikilla riveillä.",
|
23055
|
+
eachRowUniqueError: "Jokaisella rivillä on oltava yksilöllinen arvo.",
|
22913
23056
|
numericError: "Arvon tulee olla numeerinen.",
|
22914
23057
|
minError: "Arvo ei saa olla pienempi kuin {0}",
|
22915
23058
|
maxError: "Arvo ei saa olla suurempi kuin {0}",
|
@@ -22927,6 +23070,7 @@ var finnishSurveyStrings = {
|
|
22927
23070
|
urlRequestError: "Pyyntö palautti virheen {0}. {1}",
|
22928
23071
|
urlGetChoicesError: "Pyyntö palautti tyhjän tiedoston tai 'path'-asetus on väärä",
|
22929
23072
|
exceedMaxSize: "Tiedoston koko ei saa olla suurempi kuin {0}.",
|
23073
|
+
noUploadFilesHandler: "Tiedostoja ei voi ladata. Lisää käsittelijä onUploadFiles-tapahtumalle.",
|
22930
23074
|
otherRequiredError: "Tarkenna vastaustasi tekstikenttään.",
|
22931
23075
|
uploadingFile: "Tiedostoa lähetetään. Odota muutama sekunti ja yritä uudelleen.",
|
22932
23076
|
loadingFile: "Ladataan...",
|
@@ -22941,6 +23085,8 @@ var finnishSurveyStrings = {
|
|
22941
23085
|
emptyRowsText: "Ei rivejä",
|
22942
23086
|
addPanel: "Lisää uusi",
|
22943
23087
|
removePanel: "Poista",
|
23088
|
+
showDetails: "Näytä tiedot",
|
23089
|
+
hideDetails: "Piilota tiedot",
|
22944
23090
|
choices_Item: "kohde",
|
22945
23091
|
matrix_column: "Sarake",
|
22946
23092
|
matrix_row: "Rivi",
|
@@ -22979,7 +23125,9 @@ var finnishSurveyStrings = {
|
|
22979
23125
|
more: "Enemmän",
|
22980
23126
|
tagboxDoneButtonCaption: "OKEI",
|
22981
23127
|
selectToRankEmptyRankedAreaText: "Kaikki valinnat asetetaan paremmuusjärjestykseen",
|
22982
|
-
selectToRankEmptyUnrankedAreaText: "Vedä ja pudota vaihtoehdot tähän luokitellaksesi ne"
|
23128
|
+
selectToRankEmptyUnrankedAreaText: "Vedä ja pudota vaihtoehdot tähän luokitellaksesi ne",
|
23129
|
+
ok: "OKEI",
|
23130
|
+
cancel: "Perua"
|
22983
23131
|
};
|
22984
23132
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fi"] = finnishSurveyStrings;
|
22985
23133
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fi"] = "suomi";
|
@@ -22994,7 +23142,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fi"]
|
|
22994
23142
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Vedä ja pudota vaihtoehdot tähän luokitellaksesi ne"// takePhotoCaption: "Take Photo" => "Ota valokuva"
|
22995
23143
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Napsauta alla olevaa painiketta ottaaksesi valokuvan kameralla."
|
22996
23144
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Vedä ja pudota tai valitse ladattava tiedosto tai ota valokuva kameralla."
|
22997
|
-
// replaceFileCaption: "Replace file" => "Korvaa tiedosto"
|
23145
|
+
// replaceFileCaption: "Replace file" => "Korvaa tiedosto"// eachRowUniqueError: "Each row must have a unique value." => "Jokaisella rivillä on oltava yksilöllinen arvo."
|
23146
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Tiedostoja ei voi ladata. Lisää käsittelijä onUploadFiles-tapahtumalle."
|
23147
|
+
// showDetails: "Show Details" => "Näytä tiedot"
|
23148
|
+
// hideDetails: "Hide Details" => "Piilota tiedot"
|
23149
|
+
// ok: "OK" => "OKEI"
|
23150
|
+
// cancel: "Cancel" => "Perua"
|
22998
23151
|
|
22999
23152
|
|
23000
23153
|
/***/ }),
|
@@ -23036,6 +23189,7 @@ var frenchSurveyStrings = {
|
|
23036
23189
|
requiredError: "La réponse à cette question est obligatoire.",
|
23037
23190
|
requiredErrorInPanel: "Merci de répondre au moins à une question.",
|
23038
23191
|
requiredInAllRowsError: "Toutes les lignes sont obligatoires",
|
23192
|
+
eachRowUniqueError: "Chaque ligne doit avoir une valeur unique.",
|
23039
23193
|
numericError: "La réponse doit être un nombre.",
|
23040
23194
|
minError: "La valeur ne doit pas être inférieure à {0}",
|
23041
23195
|
maxError: "La valeur ne doit pas être supérieure à {0}",
|
@@ -23053,6 +23207,7 @@ var frenchSurveyStrings = {
|
|
23053
23207
|
urlRequestError: "La requête a renvoyé une erreur '{0}'. {1}",
|
23054
23208
|
urlGetChoicesError: "La requête a renvoyé des données vides ou la propriété 'path' est incorrecte",
|
23055
23209
|
exceedMaxSize: "La taille du fichier ne doit pas excéder {0}.",
|
23210
|
+
noUploadFilesHandler: "Les fichiers ne peuvent pas être téléchargés. Veuillez ajouter un gestionnaire pour l’événement 'onUploadFiles'.",
|
23056
23211
|
otherRequiredError: "Merci de préciser le champ 'Autre'.",
|
23057
23212
|
uploadingFile: "Votre fichier est en cours de chargement. Merci d'attendre quelques secondes et de réessayer.",
|
23058
23213
|
loadingFile: "Chargement...",
|
@@ -23067,6 +23222,8 @@ var frenchSurveyStrings = {
|
|
23067
23222
|
emptyRowsText: "Il n'y a pas de lignes.",
|
23068
23223
|
addPanel: "Ajouter",
|
23069
23224
|
removePanel: "Supprimer",
|
23225
|
+
showDetails: "Afficher les détails",
|
23226
|
+
hideDetails: "Masquer les détails",
|
23070
23227
|
choices_Item: "item",
|
23071
23228
|
matrix_column: "Colonne",
|
23072
23229
|
matrix_row: "Ligne",
|
@@ -23105,7 +23262,9 @@ var frenchSurveyStrings = {
|
|
23105
23262
|
more: "Plus",
|
23106
23263
|
tagboxDoneButtonCaption: "D’ACCORD",
|
23107
23264
|
selectToRankEmptyRankedAreaText: "Tous les choix sont classés",
|
23108
|
-
selectToRankEmptyUnrankedAreaText: "Faites glisser et déposez les choix ici pour les classer"
|
23265
|
+
selectToRankEmptyUnrankedAreaText: "Faites glisser et déposez les choix ici pour les classer",
|
23266
|
+
ok: "D’ACCORD",
|
23267
|
+
cancel: "Annuler"
|
23109
23268
|
};
|
23110
23269
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fr"] = frenchSurveyStrings;
|
23111
23270
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fr"] = "français";
|
@@ -23120,7 +23279,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fr"]
|
|
23120
23279
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Faites glisser et déposez les choix ici pour les classer"// takePhotoCaption: "Take Photo" => "Prendre une photo"
|
23121
23280
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Cliquez sur le bouton ci-dessous pour prendre une photo à l’aide de l’appareil photo."
|
23122
23281
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Faites glisser et déposez ou sélectionnez un fichier à télécharger ou à prendre une photo à l’aide de l’appareil photo."
|
23123
|
-
// replaceFileCaption: "Replace file" => "Remplacer le fichier"
|
23282
|
+
// replaceFileCaption: "Replace file" => "Remplacer le fichier"// eachRowUniqueError: "Each row must have a unique value." => "Chaque ligne doit avoir une valeur unique."
|
23283
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Les fichiers ne peuvent pas être téléchargés. Veuillez ajouter un gestionnaire pour l’événement 'onUploadFiles'."
|
23284
|
+
// showDetails: "Show Details" => "Afficher les détails"
|
23285
|
+
// hideDetails: "Hide Details" => "Masquer les détails"
|
23286
|
+
// ok: "OK" => "D’ACCORD"
|
23287
|
+
// cancel: "Cancel" => "Annuler"
|
23124
23288
|
|
23125
23289
|
|
23126
23290
|
/***/ }),
|
@@ -23162,6 +23326,7 @@ var georgianSurveyStrings = {
|
|
23162
23326
|
requiredError: "გთხოვთ უპასუხეთ კითხვას.",
|
23163
23327
|
requiredErrorInPanel: "საჭიროა პასუხი: უპასუხეთ მინიმუმ ერთ კითხვას.",
|
23164
23328
|
requiredInAllRowsError: "საჭიროა პასუხი: უპასუხეთ კითხვებს ყველა რიგში.",
|
23329
|
+
eachRowUniqueError: "თითოეულ რიგს უნდა ჰქონდეს უნიკალური მნიშვნელობა.",
|
23165
23330
|
numericError: "პასუხი უნდა იყოს რიცხვი.",
|
23166
23331
|
minError: "ღირებულება არ უნდა იყოს ნაკლები {0}",
|
23167
23332
|
maxError: "ღირებულება არ უნდა იყოს {0}",
|
@@ -23179,6 +23344,7 @@ var georgianSurveyStrings = {
|
|
23179
23344
|
urlRequestError: "მოთხოვნა დაუბრუნდა შეცდომას '{0}'. {1}",
|
23180
23345
|
urlGetChoicesError: "მოთხოვნამ დაუბრუნა ცარიელი მონაცემები ან \"ბილიკის\" ქონება არასწორია",
|
23181
23346
|
exceedMaxSize: "ფაილის ზომა არ უნდა აღემატებოდეს {0}.",
|
23347
|
+
noUploadFilesHandler: "ფაილების ატვირთვა შეუძლებელია. გთხოვთ, დაამატოთ დამმუშავებელი 'onUploadFiles' ღონისძიებისთვის.",
|
23182
23348
|
otherRequiredError: "საჭიროა პასუხი: შეიყვანეთ სხვა მნიშვნელობა.",
|
23183
23349
|
uploadingFile: "თქვენი ფაილი ატვირთვაა. გთხოვთ დაელოდოთ რამდენიმე წამს და კიდევ სცადოთ.",
|
23184
23350
|
loadingFile: "იტვირთება...",
|
@@ -23193,6 +23359,8 @@ var georgianSurveyStrings = {
|
|
23193
23359
|
emptyRowsText: "რიგები არ არის.",
|
23194
23360
|
addPanel: "ახალი დამატება",
|
23195
23361
|
removePanel: "წაშლა",
|
23362
|
+
showDetails: "დეტალების ჩვენება",
|
23363
|
+
hideDetails: "დეტალების დამალვა",
|
23196
23364
|
choices_Item: "ნივთი",
|
23197
23365
|
matrix_column: "სვეტი",
|
23198
23366
|
matrix_row: "რიგი",
|
@@ -23231,7 +23399,9 @@ var georgianSurveyStrings = {
|
|
23231
23399
|
more: "სრულად",
|
23232
23400
|
tagboxDoneButtonCaption: "კარგი",
|
23233
23401
|
selectToRankEmptyRankedAreaText: "ყველა არჩევანი რანჟირებულია",
|
23234
|
-
selectToRankEmptyUnrankedAreaText: "გადაიტანეთ და ჩამოაგდეთ არჩევანი აქ, რომ დაასახელოთ ისინი"
|
23402
|
+
selectToRankEmptyUnrankedAreaText: "გადაიტანეთ და ჩამოაგდეთ არჩევანი აქ, რომ დაასახელოთ ისინი",
|
23403
|
+
ok: "კარგი",
|
23404
|
+
cancel: "გაუქმება"
|
23235
23405
|
};
|
23236
23406
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ka"] = georgianSurveyStrings;
|
23237
23407
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ka"] = "ქართული";
|
@@ -23311,7 +23481,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ka"]
|
|
23311
23481
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "გადაიტანეთ და ჩამოაგდეთ არჩევანი აქ, რომ დაასახელოთ ისინი"// takePhotoCaption: "Take Photo" => "გადაიღეთ ფოტო"
|
23312
23482
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "დააჭირეთ ქვემოთ მოცემულ ღილაკს, რომ გადაიღოთ ფოტო კამერის გამოყენებით."
|
23313
23483
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "გადაიტანეთ და ჩამოაგდეთ ან შეარჩიეთ ფაილი კამერის გამოყენებით ფოტოს ასატვირთად ან გადასაღებად."
|
23314
|
-
// replaceFileCaption: "Replace file" => "ფაილის შეცვლა"
|
23484
|
+
// replaceFileCaption: "Replace file" => "ფაილის შეცვლა"// eachRowUniqueError: "Each row must have a unique value." => "თითოეულ რიგს უნდა ჰქონდეს უნიკალური მნიშვნელობა."
|
23485
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ფაილების ატვირთვა შეუძლებელია. გთხოვთ, დაამატოთ დამმუშავებელი 'onUploadFiles' ღონისძიებისთვის."
|
23486
|
+
// showDetails: "Show Details" => "დეტალების ჩვენება"
|
23487
|
+
// hideDetails: "Hide Details" => "დეტალების დამალვა"
|
23488
|
+
// ok: "OK" => "კარგი"
|
23489
|
+
// cancel: "Cancel" => "გაუქმება"
|
23315
23490
|
|
23316
23491
|
|
23317
23492
|
/***/ }),
|
@@ -23353,6 +23528,7 @@ var germanSurveyStrings = {
|
|
23353
23528
|
requiredError: "Bitte beantworten Sie diese Frage.",
|
23354
23529
|
requiredErrorInPanel: "Bitte beantworten Sie mindestens eine Frage.",
|
23355
23530
|
requiredInAllRowsError: "Bitte beantworten Sie alle Fragen.",
|
23531
|
+
eachRowUniqueError: "Jede Zeile muss einen eindeutigen Wert haben.",
|
23356
23532
|
numericError: "Der Wert muss eine Zahl sein.",
|
23357
23533
|
minError: "Der Wert sollte nicht kleiner als {0} sein",
|
23358
23534
|
maxError: "Der Wert sollte nicht größer als {0} sein",
|
@@ -23370,6 +23546,7 @@ var germanSurveyStrings = {
|
|
23370
23546
|
urlRequestError: "Ein Netzwerkdienst hat folgenden Fehler zurückgegeben '{0}'. {1}",
|
23371
23547
|
urlGetChoicesError: "Eine Netzwerkdienst hat ungültige Daten zurückgegeben",
|
23372
23548
|
exceedMaxSize: "Die Datei darf nicht größer als {0} sein.",
|
23549
|
+
noUploadFilesHandler: "Dateien können nicht hochgeladen werden. Fügen Sie einen Handler für das Ereignis 'onUploadFiles' hinzu.",
|
23373
23550
|
otherRequiredError: "Bitte geben Sie einen Wert an.",
|
23374
23551
|
uploadingFile: "Bitte warten Sie bis der Upload Ihrer Dateien abgeschlossen ist.",
|
23375
23552
|
loadingFile: "Wird hochgeladen...",
|
@@ -23384,6 +23561,8 @@ var germanSurveyStrings = {
|
|
23384
23561
|
emptyRowsText: "Es gibt keine Reihen.",
|
23385
23562
|
addPanel: "Neu hinzufügen",
|
23386
23563
|
removePanel: "Entfernen",
|
23564
|
+
showDetails: "Details anzeigen",
|
23565
|
+
hideDetails: "Details ausblenden",
|
23387
23566
|
choices_Item: "Element",
|
23388
23567
|
matrix_column: "Spalte",
|
23389
23568
|
matrix_row: "Zeile",
|
@@ -23422,7 +23601,9 @@ var germanSurveyStrings = {
|
|
23422
23601
|
more: "Mehr",
|
23423
23602
|
tagboxDoneButtonCaption: "OKAY",
|
23424
23603
|
selectToRankEmptyRankedAreaText: "Alle Auswahlmöglichkeiten sind in einer Rangfolge angeordnet",
|
23425
|
-
selectToRankEmptyUnrankedAreaText: "Ziehen Sie die Auswahl hierher, um sie zu ordnen"
|
23604
|
+
selectToRankEmptyUnrankedAreaText: "Ziehen Sie die Auswahl hierher, um sie zu ordnen",
|
23605
|
+
ok: "OKAY",
|
23606
|
+
cancel: "Abbrechen"
|
23426
23607
|
};
|
23427
23608
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["de"] = germanSurveyStrings;
|
23428
23609
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["de"] = "deutsch";
|
@@ -23435,7 +23616,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["de"]
|
|
23435
23616
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Ziehen Sie die Auswahl hierher, um sie zu ordnen"// takePhotoCaption: "Take Photo" => "Foto machen"
|
23436
23617
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klicken Sie auf die Schaltfläche unten, um ein Foto mit der Kamera aufzunehmen."
|
23437
23618
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Ziehen Sie eine Datei per Drag & Drop oder wählen Sie sie aus, um sie hochzuladen oder ein Foto mit der Kamera aufzunehmen."
|
23438
|
-
// replaceFileCaption: "Replace file" => "Datei ersetzen"
|
23619
|
+
// replaceFileCaption: "Replace file" => "Datei ersetzen"// eachRowUniqueError: "Each row must have a unique value." => "Jede Zeile muss einen eindeutigen Wert haben."
|
23620
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Dateien können nicht hochgeladen werden. Fügen Sie einen Handler für das Ereignis 'onUploadFiles' hinzu."
|
23621
|
+
// showDetails: "Show Details" => "Details anzeigen"
|
23622
|
+
// hideDetails: "Hide Details" => "Details ausblenden"
|
23623
|
+
// ok: "OK" => "OKAY"
|
23624
|
+
// cancel: "Cancel" => "Abbrechen"
|
23439
23625
|
|
23440
23626
|
|
23441
23627
|
/***/ }),
|
@@ -23477,6 +23663,7 @@ var greekSurveyStrings = {
|
|
23477
23663
|
requiredError: "Παρακαλώ απαντήστε στην ερώτηση.",
|
23478
23664
|
requiredErrorInPanel: "Απαντήστε σε τουλάχιστον μία ερώτηση.",
|
23479
23665
|
requiredInAllRowsError: "Παρακαλώ απαντήστε τις ερωτήσεις σε όλες τις γραμμές.",
|
23666
|
+
eachRowUniqueError: "Κάθε γραμμή πρέπει να έχει μια μοναδική τιμή.",
|
23480
23667
|
numericError: "Η τιμή πρέπει να είναι αριθμητική.",
|
23481
23668
|
minError: "Η τιμή δεν πρέπει να είναι μικρότερη από {0}",
|
23482
23669
|
maxError: "Η τιμή δεν πρέπει να είναι μεγαλύτερη από {0}",
|
@@ -23494,6 +23681,7 @@ var greekSurveyStrings = {
|
|
23494
23681
|
urlRequestError: "Η αίτηση επέστρεψε σφάλμα '{0}'. {1}",
|
23495
23682
|
urlGetChoicesError: "Η αίτηση επέστρεψε κενά δεδομένα ή η ιδιότητα 'μονοπάτι/path' είναι εσφαλμένη",
|
23496
23683
|
exceedMaxSize: "Το μέγεθος του αρχείου δεν μπορεί να υπερβαίνει τα {0}.",
|
23684
|
+
noUploadFilesHandler: "Δεν είναι δυνατή η αποστολή αρχείων. Προσθέστε ένα πρόγραμμα χειρισμού για το συμβάν 'onUploadFiles'.",
|
23497
23685
|
otherRequiredError: "Παρακαλώ συμπληρώστε την τιμή για το πεδίο 'άλλο'.",
|
23498
23686
|
uploadingFile: "Το αρχείο σας ανεβαίνει. Παρακαλώ περιμένετε μερικά δευτερόλεπτα και δοκιμάστε ξανά.",
|
23499
23687
|
loadingFile: "Φόρτωση...",
|
@@ -23508,6 +23696,8 @@ var greekSurveyStrings = {
|
|
23508
23696
|
emptyRowsText: "Δεν υπάρχουν εγγραφές.",
|
23509
23697
|
addPanel: "Προσθέστε νέο",
|
23510
23698
|
removePanel: "Αφαίρεση",
|
23699
|
+
showDetails: "Εμφάνιση λεπτομερειών",
|
23700
|
+
hideDetails: "Απόκρυψη λεπτομερειών",
|
23511
23701
|
choices_Item: "είδος",
|
23512
23702
|
matrix_column: "Στήλη",
|
23513
23703
|
matrix_row: "Γραμμή",
|
@@ -23546,7 +23736,9 @@ var greekSurveyStrings = {
|
|
23546
23736
|
more: "Περισσότερα",
|
23547
23737
|
tagboxDoneButtonCaption: "ΟΚ",
|
23548
23738
|
selectToRankEmptyRankedAreaText: "Όλες οι επιλογές κατατάσσονται",
|
23549
|
-
selectToRankEmptyUnrankedAreaText: "Σύρετε και αποθέστε επιλογές εδώ για να τις κατατάξετε"
|
23739
|
+
selectToRankEmptyUnrankedAreaText: "Σύρετε και αποθέστε επιλογές εδώ για να τις κατατάξετε",
|
23740
|
+
ok: "OK",
|
23741
|
+
cancel: "Ακυρώνω"
|
23550
23742
|
};
|
23551
23743
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["gr"] = greekSurveyStrings;
|
23552
23744
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["gr"] = "ελληνικά";
|
@@ -23558,7 +23750,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["gr"]
|
|
23558
23750
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Σύρετε και αποθέστε επιλογές εδώ για να τις κατατάξετε"// takePhotoCaption: "Take Photo" => "Λήψη φωτογραφίας"
|
23559
23751
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Κάντε κλικ στο παρακάτω κουμπί για να τραβήξετε μια φωτογραφία χρησιμοποιώντας την κάμερα."
|
23560
23752
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Σύρετε και αποθέστε ή επιλέξτε ένα αρχείο για αποστολή ή λήψη φωτογραφίας χρησιμοποιώντας την κάμερα."
|
23561
|
-
// replaceFileCaption: "Replace file" => "Αντικατάσταση αρχείου"
|
23753
|
+
// replaceFileCaption: "Replace file" => "Αντικατάσταση αρχείου"// eachRowUniqueError: "Each row must have a unique value." => "Κάθε γραμμή πρέπει να έχει μια μοναδική τιμή."
|
23754
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Δεν είναι δυνατή η αποστολή αρχείων. Προσθέστε ένα πρόγραμμα χειρισμού για το συμβάν 'onUploadFiles'."
|
23755
|
+
// showDetails: "Show Details" => "Εμφάνιση λεπτομερειών"
|
23756
|
+
// hideDetails: "Hide Details" => "Απόκρυψη λεπτομερειών"
|
23757
|
+
// ok: "OK" => "OK"
|
23758
|
+
// cancel: "Cancel" => "Ακυρώνω"
|
23562
23759
|
|
23563
23760
|
|
23564
23761
|
/***/ }),
|
@@ -23600,6 +23797,7 @@ var hebrewSurveyStrings = {
|
|
23600
23797
|
requiredError: "אנא השב על השאלה",
|
23601
23798
|
requiredErrorInPanel: "אנא ענה לפחות על שאלה אחת.",
|
23602
23799
|
requiredInAllRowsError: "אנא ענה על שאלות בכל השורות.",
|
23800
|
+
eachRowUniqueError: "לכל שורה חייב להיות ערך ייחודי.",
|
23603
23801
|
numericError: "התשובה צריכה להיות מספר.",
|
23604
23802
|
minError: "הערך לא צריך להיות קטן מ {0}",
|
23605
23803
|
maxError: "הערך לא צריך להיות גדול מ- {0}",
|
@@ -23617,6 +23815,7 @@ var hebrewSurveyStrings = {
|
|
23617
23815
|
urlRequestError: "הבקשה החזירה את השגיאה '{0}'. {1}",
|
23618
23816
|
urlGetChoicesError: "הבקשה החזירה נתונים ריקים או שהמאפיין 'נתיב' שגוי",
|
23619
23817
|
exceedMaxSize: "גודל הקובץ לא יעלה על {0}.",
|
23818
|
+
noUploadFilesHandler: "לא ניתן להעלות קבצים. אנא הוסף מטפל לאירוע 'onUploadFiles'.",
|
23620
23819
|
otherRequiredError: "נא להזין נתונים בשדה \"אחר\"",
|
23621
23820
|
uploadingFile: "הקובץ שלך נטען. המתן מספר שניות ונסה שוב.",
|
23622
23821
|
loadingFile: "טוען...",
|
@@ -23631,6 +23830,8 @@ var hebrewSurveyStrings = {
|
|
23631
23830
|
emptyRowsText: "אין שורות.",
|
23632
23831
|
addPanel: "הוסף חדש",
|
23633
23832
|
removePanel: "לְהַסִיר",
|
23833
|
+
showDetails: "הראה פרטים",
|
23834
|
+
hideDetails: "הסתר פרטים",
|
23634
23835
|
choices_Item: "פריט",
|
23635
23836
|
matrix_column: "טור",
|
23636
23837
|
matrix_row: "שׁוּרָה",
|
@@ -23669,7 +23870,9 @@ var hebrewSurveyStrings = {
|
|
23669
23870
|
more: "עוד",
|
23670
23871
|
tagboxDoneButtonCaption: "אוקיי",
|
23671
23872
|
selectToRankEmptyRankedAreaText: "כל האפשרויות מדורגות",
|
23672
|
-
selectToRankEmptyUnrankedAreaText: "גרור ושחרר אפשרויות לכאן כדי לדרג אותן"
|
23873
|
+
selectToRankEmptyUnrankedAreaText: "גרור ושחרר אפשרויות לכאן כדי לדרג אותן",
|
23874
|
+
ok: "אוקיי",
|
23875
|
+
cancel: "ביטל"
|
23673
23876
|
};
|
23674
23877
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["he"] = hebrewSurveyStrings;
|
23675
23878
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["he"] = "עברית";
|
@@ -23696,7 +23899,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["he"]
|
|
23696
23899
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "גרור ושחרר אפשרויות לכאן כדי לדרג אותן"// takePhotoCaption: "Take Photo" => "צלם תמונה"
|
23697
23900
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "לחץ על הלחצן למטה כדי לצלם תמונה באמצעות המצלמה."
|
23698
23901
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "גרור ושחרר או בחר קובץ כדי להעלות או לצלם תמונה באמצעות המצלמה."
|
23699
|
-
// replaceFileCaption: "Replace file" => "החלפת קובץ"
|
23902
|
+
// replaceFileCaption: "Replace file" => "החלפת קובץ"// eachRowUniqueError: "Each row must have a unique value." => "לכל שורה חייב להיות ערך ייחודי."
|
23903
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "לא ניתן להעלות קבצים. אנא הוסף מטפל לאירוע 'onUploadFiles'."
|
23904
|
+
// showDetails: "Show Details" => "הראה פרטים"
|
23905
|
+
// hideDetails: "Hide Details" => "הסתר פרטים"
|
23906
|
+
// ok: "OK" => "אוקיי"
|
23907
|
+
// cancel: "Cancel" => "ביטל"
|
23700
23908
|
|
23701
23909
|
|
23702
23910
|
/***/ }),
|
@@ -23738,6 +23946,7 @@ var hindiStrings = {
|
|
23738
23946
|
requiredError: "कृपया प्रश्न का उत्तर दें",
|
23739
23947
|
requiredErrorInPanel: "कृपया कम से कम एक प्रश्न का उत्तर दें",
|
23740
23948
|
requiredInAllRowsError: "कृपया सभी पंक्तियों में सवालों के जवाब दें",
|
23949
|
+
eachRowUniqueError: "प्रत्येक पंक्ति का एक अद्वितीय मान होना चाहिए.",
|
23741
23950
|
numericError: "मूल्य संख्यात्मक होना चाहिए",
|
23742
23951
|
minError: "मान {0} से कम नहीं होना चाहिए",
|
23743
23952
|
maxError: "मान {0} से अधिक नहीं होना चाहिए",
|
@@ -23755,6 +23964,7 @@ var hindiStrings = {
|
|
23755
23964
|
urlRequestError: "अनुरोध लौटाया त्रुटि '{0}' . {1}",
|
23756
23965
|
urlGetChoicesError: "अनुरोध ने खाली डेटा वापस कर दिया है ",
|
23757
23966
|
exceedMaxSize: "फ़ाइल का आकार {0} से अधिक नहीं होना चाहिए या फिर 'पाथ' प्रॉपर्टी गलत है",
|
23967
|
+
noUploadFilesHandler: "फ़ाइलें अपलोड नहीं की जा सकती. कृपया 'onloadFiles' ईवेंट के लिए एक हैंडलर जोड़ें.",
|
23758
23968
|
otherRequiredError: "कृपया दूसरा मूल्य दर्ज करें",
|
23759
23969
|
uploadingFile: "आपकी फाइल अपलोड हो रही है। कृपया कई सेकंड इंतजार करें और फिर से प्रयास करें।",
|
23760
23970
|
loadingFile: "लोडिंग",
|
@@ -23769,6 +23979,8 @@ var hindiStrings = {
|
|
23769
23979
|
emptyRowsText: "कोई पंक्तियाँ नहीं हैं.",
|
23770
23980
|
addPanel: "नया जोड़ें",
|
23771
23981
|
removePanel: "हटाए",
|
23982
|
+
showDetails: "विवरण दिखाएँ",
|
23983
|
+
hideDetails: "विवरण छुपाएँ",
|
23772
23984
|
choices_Item: "मद",
|
23773
23985
|
matrix_column: "कॉलम",
|
23774
23986
|
matrix_row: "पंक्ति",
|
@@ -23807,7 +24019,9 @@ var hindiStrings = {
|
|
23807
24019
|
more: "अधिक",
|
23808
24020
|
tagboxDoneButtonCaption: "ठीक है",
|
23809
24021
|
selectToRankEmptyRankedAreaText: "सभी विकल्पों को रैंक किया गया है",
|
23810
|
-
selectToRankEmptyUnrankedAreaText: "विकल्पों को रैंक करने के लिए उन्हें यहां खींचें और छोड़ दें"
|
24022
|
+
selectToRankEmptyUnrankedAreaText: "विकल्पों को रैंक करने के लिए उन्हें यहां खींचें और छोड़ दें",
|
24023
|
+
ok: "ठीक है",
|
24024
|
+
cancel: "रद्द करना"
|
23811
24025
|
};
|
23812
24026
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["hi"] = hindiStrings;
|
23813
24027
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hi"] = "hindi";
|
@@ -23835,7 +24049,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hi"]
|
|
23835
24049
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "विकल्पों को रैंक करने के लिए उन्हें यहां खींचें और छोड़ दें"// takePhotoCaption: "Take Photo" => "फोटो ले लो"
|
23836
24050
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "कैमरे का उपयोग करके फोटो लेने के लिए नीचे दिए गए बटन पर क्लिक करें।"
|
23837
24051
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "कैमरे का उपयोग करके फ़ोटो अपलोड करने या फ़ोटो लेने के लिए किसी फ़ाइल को खींचें और छोड़ें या चुनें."
|
23838
|
-
// replaceFileCaption: "Replace file" => "फ़ाइल बदलें"
|
24052
|
+
// replaceFileCaption: "Replace file" => "फ़ाइल बदलें"// eachRowUniqueError: "Each row must have a unique value." => "प्रत्येक पंक्ति का एक अद्वितीय मान होना चाहिए."
|
24053
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "फ़ाइलें अपलोड नहीं की जा सकती. कृपया 'onloadFiles' ईवेंट के लिए एक हैंडलर जोड़ें."
|
24054
|
+
// showDetails: "Show Details" => "विवरण दिखाएँ"
|
24055
|
+
// hideDetails: "Hide Details" => "विवरण छुपाएँ"
|
24056
|
+
// ok: "OK" => "ठीक है"
|
24057
|
+
// cancel: "Cancel" => "रद्द करना"
|
23839
24058
|
|
23840
24059
|
|
23841
24060
|
/***/ }),
|
@@ -23877,6 +24096,7 @@ var hungarianSurveyStrings = {
|
|
23877
24096
|
requiredError: "Kérjük, válaszolja meg ezt a kérdést!",
|
23878
24097
|
requiredErrorInPanel: "Kérjük, válaszoljon legalább egy kérdésre.",
|
23879
24098
|
requiredInAllRowsError: "Kérjük adjon választ minden sorban!",
|
24099
|
+
eachRowUniqueError: "Minden sornak egyedi értékkel kell rendelkeznie.",
|
23880
24100
|
numericError: "Az érték szám kell, hogy legyen!",
|
23881
24101
|
minError: "Az érték nem lehet kisebb, mint {0}",
|
23882
24102
|
maxError: "Az érték nem lehet nagyobb, mint {0}",
|
@@ -23894,6 +24114,7 @@ var hungarianSurveyStrings = {
|
|
23894
24114
|
urlRequestError: "A lekérdezés hibával tért vissza: '{0}'. {1}",
|
23895
24115
|
urlGetChoicesError: "A lekérdezés üres adattal tért vissza, vagy a 'path' paraméter helytelen.",
|
23896
24116
|
exceedMaxSize: "A méret nem lehet nagyobb, mint {0}.",
|
24117
|
+
noUploadFilesHandler: "A fájlok nem tölthetők fel. Adjon hozzá egy kezelőt az \"onUploadFiles\" eseményhez.",
|
23897
24118
|
otherRequiredError: "Adja meg az egyéb értéket!",
|
23898
24119
|
uploadingFile: "Feltöltés folyamatban. Várjon pár másodpercet, majd próbálja újra.",
|
23899
24120
|
loadingFile: "Betöltés...",
|
@@ -23908,6 +24129,8 @@ var hungarianSurveyStrings = {
|
|
23908
24129
|
emptyRowsText: "Nincsenek sorok.",
|
23909
24130
|
addPanel: "Új hozzáadása",
|
23910
24131
|
removePanel: "Eltávolítás",
|
24132
|
+
showDetails: "Mutasd a részleteket",
|
24133
|
+
hideDetails: "Részletek elrejtése",
|
23911
24134
|
choices_Item: "elem",
|
23912
24135
|
matrix_column: "Oszlop",
|
23913
24136
|
matrix_row: "Sor",
|
@@ -23946,7 +24169,9 @@ var hungarianSurveyStrings = {
|
|
23946
24169
|
more: "Több",
|
23947
24170
|
tagboxDoneButtonCaption: "OKÉ",
|
23948
24171
|
selectToRankEmptyRankedAreaText: "Minden választási lehetőség rangsorolva van",
|
23949
|
-
selectToRankEmptyUnrankedAreaText: "Húzza ide a választási lehetőségeket a rangsoroláshoz"
|
24172
|
+
selectToRankEmptyUnrankedAreaText: "Húzza ide a választási lehetőségeket a rangsoroláshoz",
|
24173
|
+
ok: "OKÉ",
|
24174
|
+
cancel: "Érvénytelenít"
|
23950
24175
|
};
|
23951
24176
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["hu"] = hungarianSurveyStrings;
|
23952
24177
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hu"] = "magyar";
|
@@ -23972,7 +24197,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["hu"]
|
|
23972
24197
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Húzza ide a választási lehetőségeket a rangsoroláshoz"// takePhotoCaption: "Take Photo" => "Fotó készítése"
|
23973
24198
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kattintson az alábbi gombra, hogy fényképet készítsen a fényképezőgéppel."
|
23974
24199
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Húzzon át vagy válasszon ki egy fájlt, amelyet fel szeretne tölteni vagy fényképet szeretne készíteni a kamerával."
|
23975
|
-
// replaceFileCaption: "Replace file" => "Fájl cseréje"
|
24200
|
+
// replaceFileCaption: "Replace file" => "Fájl cseréje"// eachRowUniqueError: "Each row must have a unique value." => "Minden sornak egyedi értékkel kell rendelkeznie."
|
24201
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "A fájlok nem tölthetők fel. Adjon hozzá egy kezelőt az \"onUploadFiles\" eseményhez."
|
24202
|
+
// showDetails: "Show Details" => "Mutasd a részleteket"
|
24203
|
+
// hideDetails: "Hide Details" => "Részletek elrejtése"
|
24204
|
+
// ok: "OK" => "OKÉ"
|
24205
|
+
// cancel: "Cancel" => "Érvénytelenít"
|
23976
24206
|
|
23977
24207
|
|
23978
24208
|
/***/ }),
|
@@ -24014,6 +24244,7 @@ var icelandicSurveyStrings = {
|
|
24014
24244
|
requiredError: "Vinsamlegast svarið spurningunni.",
|
24015
24245
|
requiredErrorInPanel: "Vinsamlegast svaraðu að minnsta kosti einni spurningu.",
|
24016
24246
|
requiredInAllRowsError: "Vinsamlegast svarið spurningum í öllum röðum.",
|
24247
|
+
eachRowUniqueError: "Hver lína verður að hafa einstakt gildi.",
|
24017
24248
|
numericError: "Þetta gildi verður að vera tala.",
|
24018
24249
|
minError: "Gildið má ekki vera lægra en {0}",
|
24019
24250
|
maxError: "Gildið má ekki vera hærra en {0}",
|
@@ -24031,6 +24262,7 @@ var icelandicSurveyStrings = {
|
|
24031
24262
|
urlRequestError: "Beiðninn skilaði eftirfaranadi villu '{0}'. {1}",
|
24032
24263
|
urlGetChoicesError: "Beiðninng skilaði engum gögnum eða slóðinn var röng",
|
24033
24264
|
exceedMaxSize: "Skráinn skal ekki vera stærri en {0}.",
|
24265
|
+
noUploadFilesHandler: "Ekki er hægt að hlaða upp skrám. Vinsamlegast bættu við rekli fyrir 'onUploadFiles' atvikið.",
|
24034
24266
|
otherRequiredError: "Vinamlegast fyllið út hitt gildið.",
|
24035
24267
|
uploadingFile: "Skráinn þín var send. Vinsamlegast bíðið í nokkrar sekúndur og reynið aftur.",
|
24036
24268
|
loadingFile: "Hleður ...",
|
@@ -24045,6 +24277,8 @@ var icelandicSurveyStrings = {
|
|
24045
24277
|
emptyRowsText: "Það eru engar raðir.",
|
24046
24278
|
addPanel: "Bæta við nýju",
|
24047
24279
|
removePanel: "Fjarlægðu",
|
24280
|
+
showDetails: "Sýna upplýsingar",
|
24281
|
+
hideDetails: "Fela upplýsingar",
|
24048
24282
|
choices_Item: "hlutur",
|
24049
24283
|
matrix_column: "Dálkur",
|
24050
24284
|
matrix_row: "Röð",
|
@@ -24083,7 +24317,9 @@ var icelandicSurveyStrings = {
|
|
24083
24317
|
more: "Fleiri",
|
24084
24318
|
tagboxDoneButtonCaption: "ÓKEI",
|
24085
24319
|
selectToRankEmptyRankedAreaText: "Öllum valkostum er raðað",
|
24086
|
-
selectToRankEmptyUnrankedAreaText: "Dragðu og slepptu valkostum hér til að raða þeim"
|
24320
|
+
selectToRankEmptyUnrankedAreaText: "Dragðu og slepptu valkostum hér til að raða þeim",
|
24321
|
+
ok: "ÓKEI",
|
24322
|
+
cancel: "Afturkalla"
|
24087
24323
|
};
|
24088
24324
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["is"] = icelandicSurveyStrings;
|
24089
24325
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["is"] = "íslenska";
|
@@ -24110,7 +24346,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["is"]
|
|
24110
24346
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dragðu og slepptu valkostum hér til að raða þeim"// takePhotoCaption: "Take Photo" => "Taka mynd"
|
24111
24347
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Smelltu á hnappinn hér að neðan til að taka mynd með myndavélinni."
|
24112
24348
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Dragðu og slepptu eða veldu skrá til að hlaða upp eða taka mynd með myndavélinni."
|
24113
|
-
// replaceFileCaption: "Replace file" => "Skipta út skrá"
|
24349
|
+
// replaceFileCaption: "Replace file" => "Skipta út skrá"// eachRowUniqueError: "Each row must have a unique value." => "Hver lína verður að hafa einstakt gildi."
|
24350
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Ekki er hægt að hlaða upp skrám. Vinsamlegast bættu við rekli fyrir 'onUploadFiles' atvikið."
|
24351
|
+
// showDetails: "Show Details" => "Sýna upplýsingar"
|
24352
|
+
// hideDetails: "Hide Details" => "Fela upplýsingar"
|
24353
|
+
// ok: "OK" => "ÓKEI"
|
24354
|
+
// cancel: "Cancel" => "Afturkalla"
|
24114
24355
|
|
24115
24356
|
|
24116
24357
|
/***/ }),
|
@@ -24152,6 +24393,7 @@ var indonesianStrings = {
|
|
24152
24393
|
requiredError: "Silahkan jawab pertanyaan berikut.",
|
24153
24394
|
requiredErrorInPanel: "Silahkan jawab setidaknya satu petanyaan.",
|
24154
24395
|
requiredInAllRowsError: "Silahkan jawab pertanyaan pada semua baris.",
|
24396
|
+
eachRowUniqueError: "Setiap baris harus memiliki nilai unik.",
|
24155
24397
|
numericError: "Nilai harus berupa angka.",
|
24156
24398
|
minError: "Nilainya tidak boleh kurang dari {0}",
|
24157
24399
|
maxError: "Nilai tidak boleh lebih besar dari {0}",
|
@@ -24169,6 +24411,7 @@ var indonesianStrings = {
|
|
24169
24411
|
urlRequestError: "Permintaan mengembalikan kesalahan '{0}'. {1}",
|
24170
24412
|
urlGetChoicesError: "Permintaan mengembalikan data kosong atau properti 'path' salah.",
|
24171
24413
|
exceedMaxSize: "Ukuran berkas tidak boleh melebihi {0}.",
|
24414
|
+
noUploadFilesHandler: "File tidak dapat diunggah. Harap tambahkan handler untuk acara 'onUploadFiles'.",
|
24172
24415
|
otherRequiredError: "Silahkan masukkan nilai lainnnya.",
|
24173
24416
|
uploadingFile: "Berkas Anda sedang diunggah. Silahkan tunggu beberapa saat atau coba lagi.",
|
24174
24417
|
loadingFile: "Memuat...",
|
@@ -24183,6 +24426,8 @@ var indonesianStrings = {
|
|
24183
24426
|
emptyRowsText: "Tidak ada baris.",
|
24184
24427
|
addPanel: "Tambah baru",
|
24185
24428
|
removePanel: "Hapus",
|
24429
|
+
showDetails: "Tampilkan Detail",
|
24430
|
+
hideDetails: "Sembunyikan Detail",
|
24186
24431
|
choices_Item: "item",
|
24187
24432
|
matrix_column: "Kolom",
|
24188
24433
|
matrix_row: "Baris",
|
@@ -24221,7 +24466,9 @@ var indonesianStrings = {
|
|
24221
24466
|
more: "Lebih",
|
24222
24467
|
tagboxDoneButtonCaption: "OKE",
|
24223
24468
|
selectToRankEmptyRankedAreaText: "Semua pilihan diberi peringkat",
|
24224
|
-
selectToRankEmptyUnrankedAreaText: "Seret dan lepas pilihan di sini untuk memberi peringkat"
|
24469
|
+
selectToRankEmptyUnrankedAreaText: "Seret dan lepas pilihan di sini untuk memberi peringkat",
|
24470
|
+
ok: "OKE",
|
24471
|
+
cancel: "Membatalkan"
|
24225
24472
|
};
|
24226
24473
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["id"] = indonesianStrings;
|
24227
24474
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["id"] = "bahasa Indonesia";
|
@@ -24248,7 +24495,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["id"]
|
|
24248
24495
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Seret dan lepas pilihan di sini untuk memberi peringkat"// takePhotoCaption: "Take Photo" => "Ambil Foto"
|
24249
24496
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik tombol di bawah ini untuk mengambil foto menggunakan kamera."
|
24250
24497
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Seret dan lepas atau pilih file untuk diunggah atau mengambil foto menggunakan kamera."
|
24251
|
-
// replaceFileCaption: "Replace file" => "Ganti file"
|
24498
|
+
// replaceFileCaption: "Replace file" => "Ganti file"// eachRowUniqueError: "Each row must have a unique value." => "Setiap baris harus memiliki nilai unik."
|
24499
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "File tidak dapat diunggah. Harap tambahkan handler untuk acara 'onUploadFiles'."
|
24500
|
+
// showDetails: "Show Details" => "Tampilkan Detail"
|
24501
|
+
// hideDetails: "Hide Details" => "Sembunyikan Detail"
|
24502
|
+
// ok: "OK" => "OKE"
|
24503
|
+
// cancel: "Cancel" => "Membatalkan"
|
24252
24504
|
|
24253
24505
|
|
24254
24506
|
/***/ }),
|
@@ -24290,6 +24542,7 @@ var italianSurveyStrings = {
|
|
24290
24542
|
requiredError: "Campo obbligatorio",
|
24291
24543
|
requiredErrorInPanel: "Per Favore, rispondi ad almeno una domanda.",
|
24292
24544
|
requiredInAllRowsError: "Completare tutte le righe",
|
24545
|
+
eachRowUniqueError: "Ogni riga deve avere un valore univoco.",
|
24293
24546
|
numericError: "Il valore deve essere numerico",
|
24294
24547
|
minError: "Il valore non deve essere inferiore a {0}",
|
24295
24548
|
maxError: "Il valore non deve essere maggiore di {0}",
|
@@ -24307,6 +24560,7 @@ var italianSurveyStrings = {
|
|
24307
24560
|
urlRequestError: "La richiesta ha risposto con un errore '{0}'. {1}",
|
24308
24561
|
urlGetChoicesError: "La richiesta ha risposto null oppure il percorso non è corretto",
|
24309
24562
|
exceedMaxSize: "Il file non può eccedere {0}",
|
24563
|
+
noUploadFilesHandler: "I file non possono essere caricati. Aggiungere un gestore per l'evento 'onUploadFiles'.",
|
24310
24564
|
otherRequiredError: "Inserire il valore 'altro'",
|
24311
24565
|
uploadingFile: "File in caricamento. Attendi alcuni secondi e riprova",
|
24312
24566
|
loadingFile: "Caricamento...",
|
@@ -24321,6 +24575,8 @@ var italianSurveyStrings = {
|
|
24321
24575
|
emptyRowsText: "Non ci sono righe.",
|
24322
24576
|
addPanel: "Aggiungi riga",
|
24323
24577
|
removePanel: "Elimina",
|
24578
|
+
showDetails: "Mostra dettagli",
|
24579
|
+
hideDetails: "Nascondi dettagli",
|
24324
24580
|
choices_Item: "Elemento",
|
24325
24581
|
matrix_column: "Colonna",
|
24326
24582
|
matrix_row: "Riga",
|
@@ -24359,7 +24615,9 @@ var italianSurveyStrings = {
|
|
24359
24615
|
more: "Più",
|
24360
24616
|
tagboxDoneButtonCaption: "OK",
|
24361
24617
|
selectToRankEmptyRankedAreaText: "Tutte le scelte sono classificate",
|
24362
|
-
selectToRankEmptyUnrankedAreaText: "Trascina e rilascia le scelte qui per classificarle"
|
24618
|
+
selectToRankEmptyUnrankedAreaText: "Trascina e rilascia le scelte qui per classificarle",
|
24619
|
+
ok: "OK",
|
24620
|
+
cancel: "Annulla"
|
24363
24621
|
};
|
24364
24622
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["it"] = italianSurveyStrings;
|
24365
24623
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["it"] = "italiano";
|
@@ -24374,7 +24632,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["it"]
|
|
24374
24632
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Trascina e rilascia le scelte qui per classificarle"// takePhotoCaption: "Take Photo" => "Scatta foto"
|
24375
24633
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Fai clic sul pulsante qui sotto per scattare una foto utilizzando la fotocamera."
|
24376
24634
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Trascina e rilascia o seleziona un file da caricare o scattare una foto utilizzando la fotocamera."
|
24377
|
-
// replaceFileCaption: "Replace file" => "Sostituisci file"
|
24635
|
+
// replaceFileCaption: "Replace file" => "Sostituisci file"// eachRowUniqueError: "Each row must have a unique value." => "Ogni riga deve avere un valore univoco."
|
24636
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "I file non possono essere caricati. Aggiungere un gestore per l'evento 'onUploadFiles'."
|
24637
|
+
// showDetails: "Show Details" => "Mostra dettagli"
|
24638
|
+
// hideDetails: "Hide Details" => "Nascondi dettagli"
|
24639
|
+
// ok: "OK" => "OK"
|
24640
|
+
// cancel: "Cancel" => "Annulla"
|
24378
24641
|
|
24379
24642
|
|
24380
24643
|
/***/ }),
|
@@ -24416,6 +24679,7 @@ var japaneseSurveyStrings = {
|
|
24416
24679
|
requiredError: "質問にお答え下さい",
|
24417
24680
|
requiredErrorInPanel: "最低でも1つの質問に答えてください。",
|
24418
24681
|
requiredInAllRowsError: "質問には全列で回答してください。",
|
24682
|
+
eachRowUniqueError: "各行には一意の値が必要です。",
|
24419
24683
|
numericError: "数字でご記入下さい",
|
24420
24684
|
minError: "値は {0} 値より小さくすることはできません",
|
24421
24685
|
maxError: "値は {0} を超えてはなりません。",
|
@@ -24433,6 +24697,7 @@ var japaneseSurveyStrings = {
|
|
24433
24697
|
urlRequestError: "リクエストはエラー '{0}' を返しました。{1}",
|
24434
24698
|
urlGetChoicesError: "リクエストが空のデータを返したか、'path' プロパティが正しくありません。",
|
24435
24699
|
exceedMaxSize: "ファイルのサイズは{0}を超えてはいけません",
|
24700
|
+
noUploadFilesHandler: "ファイルはアップロードできません。「onUploadFiles」イベントのハンドラーを追加してください。",
|
24436
24701
|
otherRequiredError: "その他の値を入力してください。",
|
24437
24702
|
uploadingFile: "ファイルをアップロード中です。しばらくしてから再度お試し下さい",
|
24438
24703
|
loadingFile: "読み込み中",
|
@@ -24447,6 +24712,8 @@ var japaneseSurveyStrings = {
|
|
24447
24712
|
emptyRowsText: "行はありません。",
|
24448
24713
|
addPanel: "新規追加",
|
24449
24714
|
removePanel: "除去",
|
24715
|
+
showDetails: "詳細を表示",
|
24716
|
+
hideDetails: "詳細を隠す",
|
24450
24717
|
choices_Item: "品目",
|
24451
24718
|
matrix_column: "コラム",
|
24452
24719
|
matrix_row: "行",
|
@@ -24485,7 +24752,9 @@ var japaneseSurveyStrings = {
|
|
24485
24752
|
more: "もっとその",
|
24486
24753
|
tagboxDoneButtonCaption: "わかりました",
|
24487
24754
|
selectToRankEmptyRankedAreaText: "すべての選択肢がランク付けされます",
|
24488
|
-
selectToRankEmptyUnrankedAreaText: "ここに選択肢をドラッグアンドドロップしてランク付けします"
|
24755
|
+
selectToRankEmptyUnrankedAreaText: "ここに選択肢をドラッグアンドドロップしてランク付けします",
|
24756
|
+
ok: "わかりました",
|
24757
|
+
cancel: "キャンセル"
|
24489
24758
|
};
|
24490
24759
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ja"] = japaneseSurveyStrings;
|
24491
24760
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ja"] = "日本語";
|
@@ -24512,7 +24781,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ja"]
|
|
24512
24781
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "ここに選択肢をドラッグアンドドロップしてランク付けします"// takePhotoCaption: "Take Photo" => "写真を撮る"
|
24513
24782
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "下のボタンをクリックして、カメラを使用して写真を撮ります。"
|
24514
24783
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "アップロードするファイルをドラッグアンドドロップまたは選択するか、カメラを使用して写真を撮ります。"
|
24515
|
-
// replaceFileCaption: "Replace file" => "ファイルの置換"
|
24784
|
+
// replaceFileCaption: "Replace file" => "ファイルの置換"// eachRowUniqueError: "Each row must have a unique value." => "各行には一意の値が必要です。"
|
24785
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ファイルはアップロードできません。「onUploadFiles」イベントのハンドラーを追加してください。"
|
24786
|
+
// showDetails: "Show Details" => "詳細を表示"
|
24787
|
+
// hideDetails: "Hide Details" => "詳細を隠す"
|
24788
|
+
// ok: "OK" => "わかりました"
|
24789
|
+
// cancel: "Cancel" => "キャンセル"
|
24516
24790
|
|
24517
24791
|
|
24518
24792
|
/***/ }),
|
@@ -24554,6 +24828,7 @@ var kazakhStrings = {
|
|
24554
24828
|
requiredError: "Өтінеміз, сұраққа жауап беріңіз.",
|
24555
24829
|
requiredErrorInPanel: "Өтінеміз, кем дегенде бір сұраққа жауап беріңіз.",
|
24556
24830
|
requiredInAllRowsError: "Өтінеміз, әрбір жолдың сұрағаны жауап беріңіз.",
|
24831
|
+
eachRowUniqueError: "Әр жолдың бірегей мәні болуы тиіс.",
|
24557
24832
|
numericError: "Жауап сан түрінде болуы керек.",
|
24558
24833
|
minError: "Мәні {0} кем болмауы тиіс",
|
24559
24834
|
maxError: "Мән {0} артық болмауы тиіс",
|
@@ -24571,6 +24846,7 @@ var kazakhStrings = {
|
|
24571
24846
|
urlRequestError: "Сұратым қателікті қайтарды'{0}'. {1}",
|
24572
24847
|
urlGetChoicesError: "Сұратымға жауап бос келді немесе 'path' қасиеті қате көрсетілген ",
|
24573
24848
|
exceedMaxSize: "Файлдың мөлшері {0} аспау керек.",
|
24849
|
+
noUploadFilesHandler: "Файлдарды кері жүктеу мүмкін емес. 'OnUploadFiles' оқиғасына өңдеушіні қосуыңызды сұраймыз.",
|
24574
24850
|
otherRequiredError: "Өтінеміз, “Басқа” жолына деректі енгізіңіз",
|
24575
24851
|
uploadingFile: "Сіздің файлыңыз жүктеліп жатыр. Бірнеше секунд тосып, қайтадан байқап көріңіз.",
|
24576
24852
|
loadingFile: "Жүктеу...",
|
@@ -24585,6 +24861,8 @@ var kazakhStrings = {
|
|
24585
24861
|
emptyRowsText: "Қатарлар жоқ.",
|
24586
24862
|
addPanel: "Жаңа қосу",
|
24587
24863
|
removePanel: "Өшіру",
|
24864
|
+
showDetails: "Егжей-тегжейін көрсету",
|
24865
|
+
hideDetails: "Егжей- тегжейін жасы",
|
24588
24866
|
choices_Item: "Нұсқа",
|
24589
24867
|
matrix_column: "Бағана",
|
24590
24868
|
matrix_row: "Жол",
|
@@ -24623,7 +24901,9 @@ var kazakhStrings = {
|
|
24623
24901
|
more: "Қосымша",
|
24624
24902
|
tagboxDoneButtonCaption: "ЖАҚСЫ",
|
24625
24903
|
selectToRankEmptyRankedAreaText: "Барлық таңдаулар ранжирленген",
|
24626
|
-
selectToRankEmptyUnrankedAreaText: "Таңдауды рангтеу үшін осында апарып тастау"
|
24904
|
+
selectToRankEmptyUnrankedAreaText: "Таңдауды рангтеу үшін осында апарып тастау",
|
24905
|
+
ok: "ЖАҚСЫ",
|
24906
|
+
cancel: "Болдырмау"
|
24627
24907
|
};
|
24628
24908
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["kk"] = kazakhStrings;
|
24629
24909
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["kk"] = "Kazakh";
|
@@ -24650,7 +24930,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["kk"]
|
|
24650
24930
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Таңдауды рангтеу үшін осында апарып тастау"// takePhotoCaption: "Take Photo" => "Фотосуретке түсу"
|
24651
24931
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Камераны пайдаланып суретке түсу үшін төмендегі түймені басыңыз."
|
24652
24932
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Фотоаппаратты пайдаланып кері жүктеу немесе суретке түсіру үшін файлды апарып тастаыңыз немесе таңдаңыз."
|
24653
|
-
// replaceFileCaption: "Replace file" => "Файлды ауыстыру"
|
24933
|
+
// replaceFileCaption: "Replace file" => "Файлды ауыстыру"// eachRowUniqueError: "Each row must have a unique value." => "Әр жолдың бірегей мәні болуы тиіс."
|
24934
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файлдарды кері жүктеу мүмкін емес. 'OnUploadFiles' оқиғасына өңдеушіні қосуыңызды сұраймыз."
|
24935
|
+
// showDetails: "Show Details" => "Егжей-тегжейін көрсету"
|
24936
|
+
// hideDetails: "Hide Details" => "Егжей- тегжейін жасы"
|
24937
|
+
// ok: "OK" => "ЖАҚСЫ"
|
24938
|
+
// cancel: "Cancel" => "Болдырмау"
|
24654
24939
|
|
24655
24940
|
|
24656
24941
|
/***/ }),
|
@@ -24692,6 +24977,7 @@ var koreanStrings = {
|
|
24692
24977
|
requiredError: "질문에 답하시오.",
|
24693
24978
|
requiredErrorInPanel: "하나 이상의 질문에 답하십시오.",
|
24694
24979
|
requiredInAllRowsError: "모든 행에 있는 질문에 답하십시오.",
|
24980
|
+
eachRowUniqueError: "각 행에는 고유한 값이 있어야 합니다.",
|
24695
24981
|
numericError: "값은 숫자여야 합니다.",
|
24696
24982
|
minError: "값은 {0}보다 작으면 안됩니다.",
|
24697
24983
|
maxError: "값은 {0}보다 클 수 없습니다.",
|
@@ -24709,6 +24995,7 @@ var koreanStrings = {
|
|
24709
24995
|
urlRequestError: "'{0}'으로 잘못된 요청입니다. {1}",
|
24710
24996
|
urlGetChoicesError: "비어있는 데이터를 요청했거나 잘못된 속성의 경로입니다.",
|
24711
24997
|
exceedMaxSize: "파일 크기가 {0}을 초과 할 수 없습니다.",
|
24998
|
+
noUploadFilesHandler: "파일을 업로드할 수 없습니다. 'onUploadFiles'이벤트에 대한 핸들러를 추가하십시오.",
|
24712
24999
|
otherRequiredError: "다른 질문을 작성하십시오.",
|
24713
25000
|
uploadingFile: "파일 업로드 중입니다. 잠시 후 다시 시도하십시오.",
|
24714
25001
|
loadingFile: "로드 중...",
|
@@ -24723,6 +25010,8 @@ var koreanStrings = {
|
|
24723
25010
|
emptyRowsText: "행이 없습니다.",
|
24724
25011
|
addPanel: "추가",
|
24725
25012
|
removePanel: "제거",
|
25013
|
+
showDetails: "세부 정보 표시",
|
25014
|
+
hideDetails: "세부 정보 숨기기",
|
24726
25015
|
choices_Item: "항목",
|
24727
25016
|
matrix_column: "열",
|
24728
25017
|
matrix_row: "행",
|
@@ -24761,7 +25050,9 @@ var koreanStrings = {
|
|
24761
25050
|
more: "더보기",
|
24762
25051
|
tagboxDoneButtonCaption: "그래",
|
24763
25052
|
selectToRankEmptyRankedAreaText: "모든 선택 항목이 순위가 매겨집니다.",
|
24764
|
-
selectToRankEmptyUnrankedAreaText: "여기에 선택 항목을 끌어다 놓아 순위를 매깁니다."
|
25053
|
+
selectToRankEmptyUnrankedAreaText: "여기에 선택 항목을 끌어다 놓아 순위를 매깁니다.",
|
25054
|
+
ok: "그래",
|
25055
|
+
cancel: "취소"
|
24765
25056
|
};
|
24766
25057
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ko"] = koreanStrings;
|
24767
25058
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ko"] = "한국어";
|
@@ -24775,7 +25066,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ko"]
|
|
24775
25066
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "여기에 선택 항목을 끌어다 놓아 순위를 매깁니다."// takePhotoCaption: "Take Photo" => "사진 찍기"
|
24776
25067
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "아래 버튼을 클릭하여 카메라로 사진을 찍습니다."
|
24777
25068
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "업로드할 파일을 드래그 앤 드롭하거나 선택하거나 카메라를 사용하여 사진을 찍습니다."
|
24778
|
-
// replaceFileCaption: "Replace file" => "파일 바꾸기"
|
25069
|
+
// replaceFileCaption: "Replace file" => "파일 바꾸기"// eachRowUniqueError: "Each row must have a unique value." => "각 행에는 고유한 값이 있어야 합니다."
|
25070
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "파일을 업로드할 수 없습니다. 'onUploadFiles'이벤트에 대한 핸들러를 추가하십시오."
|
25071
|
+
// showDetails: "Show Details" => "세부 정보 표시"
|
25072
|
+
// hideDetails: "Hide Details" => "세부 정보 숨기기"
|
25073
|
+
// ok: "OK" => "그래"
|
25074
|
+
// cancel: "Cancel" => "취소"
|
24779
25075
|
|
24780
25076
|
|
24781
25077
|
/***/ }),
|
@@ -24817,6 +25113,7 @@ var latvianSurveyStrings = {
|
|
24817
25113
|
requiredError: "Lūdzu, atbildiet uz jautājumu!",
|
24818
25114
|
requiredErrorInPanel: "Lūdzu, atbildiet uz vismaz vienu jautājumu.",
|
24819
25115
|
requiredInAllRowsError: "Lūdzu, atbildiet uz jautājumiem visās rindās.",
|
25116
|
+
eachRowUniqueError: "Katrai rindai jābūt unikālai vērtībai.",
|
24820
25117
|
numericError: "Atbildei ir jābūt skaitlim.",
|
24821
25118
|
minError: "Vērtība nedrīkst būt mazāka par {0}",
|
24822
25119
|
maxError: "Vērtība nedrīkst būt lielāka par {0}",
|
@@ -24834,6 +25131,7 @@ var latvianSurveyStrings = {
|
|
24834
25131
|
urlRequestError: "Pieprasījumā tika atgriezta kļūda “{0}”. {1}",
|
24835
25132
|
urlGetChoicesError: "Pieprasījums atgrieza tukšus datus vai rekvizīts “path” ir nepareizs",
|
24836
25133
|
exceedMaxSize: "Faila lielums nedrīkst pārsniegt {0}.",
|
25134
|
+
noUploadFilesHandler: "Failus nevar augšupielādēt. Lūdzu, pievienojiet apdarinātāju notikumam \"onUploadFiles\".",
|
24837
25135
|
otherRequiredError: "Lūdzu, ievadiet datus laukā 'Cits'",
|
24838
25136
|
uploadingFile: "Jūsu fails tiek augšupielādēts. Lūdzu, uzgaidiet dažas sekundes un mēģiniet vēlreiz.",
|
24839
25137
|
loadingFile: "Notiek ielāde ...",
|
@@ -24848,6 +25146,8 @@ var latvianSurveyStrings = {
|
|
24848
25146
|
emptyRowsText: "Nav rindu.",
|
24849
25147
|
addPanel: "Pievieno jaunu",
|
24850
25148
|
removePanel: "Noņemt",
|
25149
|
+
showDetails: "Rādīt detalizētu informāciju",
|
25150
|
+
hideDetails: "Slēpt detaļas",
|
24851
25151
|
choices_Item: "vienums",
|
24852
25152
|
matrix_column: "Sleja",
|
24853
25153
|
matrix_row: "Rinda",
|
@@ -24886,7 +25186,9 @@ var latvianSurveyStrings = {
|
|
24886
25186
|
more: "Vairāk",
|
24887
25187
|
tagboxDoneButtonCaption: "LABI",
|
24888
25188
|
selectToRankEmptyRankedAreaText: "Visas izvēles ir sarindotas",
|
24889
|
-
selectToRankEmptyUnrankedAreaText: "Velciet un nometiet izvēles iespējas šeit, lai tās sarindotu"
|
25189
|
+
selectToRankEmptyUnrankedAreaText: "Velciet un nometiet izvēles iespējas šeit, lai tās sarindotu",
|
25190
|
+
ok: "LABI",
|
25191
|
+
cancel: "Atcelt"
|
24890
25192
|
};
|
24891
25193
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["lv"] = latvianSurveyStrings;
|
24892
25194
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lv"] = "latviešu";
|
@@ -24901,7 +25203,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lv"]
|
|
24901
25203
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Velciet un nometiet izvēles iespējas šeit, lai tās sarindotu"// takePhotoCaption: "Take Photo" => "Uzņemt fotoattēlu"
|
24902
25204
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Noklikšķiniet uz pogas zemāk, lai uzņemtu fotoattēlu, izmantojot kameru."
|
24903
25205
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Velciet un nometiet vai atlasiet failu, ko augšupielādēt vai uzņemt fotoattēlu, izmantojot kameru."
|
24904
|
-
// replaceFileCaption: "Replace file" => "Aizstāt failu"
|
25206
|
+
// replaceFileCaption: "Replace file" => "Aizstāt failu"// eachRowUniqueError: "Each row must have a unique value." => "Katrai rindai jābūt unikālai vērtībai."
|
25207
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Failus nevar augšupielādēt. Lūdzu, pievienojiet apdarinātāju notikumam \"onUploadFiles\"."
|
25208
|
+
// showDetails: "Show Details" => "Rādīt detalizētu informāciju"
|
25209
|
+
// hideDetails: "Hide Details" => "Slēpt detaļas"
|
25210
|
+
// ok: "OK" => "LABI"
|
25211
|
+
// cancel: "Cancel" => "Atcelt"
|
24905
25212
|
|
24906
25213
|
|
24907
25214
|
/***/ }),
|
@@ -24943,6 +25250,7 @@ var lithuaniaSurveyStrings = {
|
|
24943
25250
|
requiredError: "Būtina atsakyti į šį klausimą.",
|
24944
25251
|
requiredErrorInPanel: "Būtina atsakyti bent į vieną klausimą.",
|
24945
25252
|
requiredInAllRowsError: "Prašome atsakyti į klausimus visose eilutėse.",
|
25253
|
+
eachRowUniqueError: "Kiekviena eilutė turi turėti unikalią reikšmę.",
|
24946
25254
|
numericError: "Turi būti skaičiai.",
|
24947
25255
|
minError: "Vertė neturėtų būti mažesnė nei {0}",
|
24948
25256
|
maxError: "Vertė neturėtų būti didesnė nei {0}",
|
@@ -24960,6 +25268,7 @@ var lithuaniaSurveyStrings = {
|
|
24960
25268
|
urlRequestError: "Užklausa grąžino klaidą'{0}'. {1}",
|
24961
25269
|
urlGetChoicesError: "Užklausa grąžino tuščius duomenis arba 'path' savybė yra neteisinga",
|
24962
25270
|
exceedMaxSize: "Failo dydis neturi viršyti {0}.",
|
25271
|
+
noUploadFilesHandler: "Failų įkelti negalima. Pridėkite įvykio \"onUploadFiles\" tvarkytoją.",
|
24963
25272
|
otherRequiredError: "Įveskite kitą reikšmę.",
|
24964
25273
|
uploadingFile: "Jūsų failas yra keliamas. Palaukite keletą sekundžių ir bandykite dar kartą.",
|
24965
25274
|
loadingFile: "Prašome palaukti...",
|
@@ -24974,6 +25283,8 @@ var lithuaniaSurveyStrings = {
|
|
24974
25283
|
emptyRowsText: "Eilių nėra.",
|
24975
25284
|
addPanel: "Pridėti naują",
|
24976
25285
|
removePanel: "Ištrinti",
|
25286
|
+
showDetails: "Rodyti išsamią informaciją",
|
25287
|
+
hideDetails: "Slėpti išsamią informaciją",
|
24977
25288
|
choices_Item: "elementas",
|
24978
25289
|
matrix_column: "Stulpelis",
|
24979
25290
|
matrix_row: "Eilutė",
|
@@ -25012,7 +25323,9 @@ var lithuaniaSurveyStrings = {
|
|
25012
25323
|
more: "Daugiau",
|
25013
25324
|
tagboxDoneButtonCaption: "GERAI",
|
25014
25325
|
selectToRankEmptyRankedAreaText: "Visi pasirinkimai yra reitinguojami",
|
25015
|
-
selectToRankEmptyUnrankedAreaText: "Nuvilkite pasirinkimus čia, kad juos reitinguotumėte"
|
25326
|
+
selectToRankEmptyUnrankedAreaText: "Nuvilkite pasirinkimus čia, kad juos reitinguotumėte",
|
25327
|
+
ok: "GERAI",
|
25328
|
+
cancel: "Atšaukti"
|
25016
25329
|
};
|
25017
25330
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["lt"] = lithuaniaSurveyStrings;
|
25018
25331
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lt"] = "lietuvių";
|
@@ -25039,7 +25352,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["lt"]
|
|
25039
25352
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Nuvilkite pasirinkimus čia, kad juos reitinguotumėte"// takePhotoCaption: "Take Photo" => "Fotografuoti"
|
25040
25353
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Spustelėkite žemiau esantį mygtuką, kad nufotografuotumėte fotoaparatu."
|
25041
25354
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Nuvilkite arba pasirinkite failą, kurį norite įkelti arba nufotografuoti naudodami fotoaparatą."
|
25042
|
-
// replaceFileCaption: "Replace file" => "Pakeiskite failą"
|
25355
|
+
// replaceFileCaption: "Replace file" => "Pakeiskite failą"// eachRowUniqueError: "Each row must have a unique value." => "Kiekviena eilutė turi turėti unikalią reikšmę."
|
25356
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Failų įkelti negalima. Pridėkite įvykio \"onUploadFiles\" tvarkytoją."
|
25357
|
+
// showDetails: "Show Details" => "Rodyti išsamią informaciją"
|
25358
|
+
// hideDetails: "Hide Details" => "Slėpti išsamią informaciją"
|
25359
|
+
// ok: "OK" => "GERAI"
|
25360
|
+
// cancel: "Cancel" => "Atšaukti"
|
25043
25361
|
|
25044
25362
|
|
25045
25363
|
/***/ }),
|
@@ -25081,6 +25399,7 @@ var macedonianSurveyStrings = {
|
|
25081
25399
|
requiredError: "Ве молам, одговорете на прашањето.",
|
25082
25400
|
requiredErrorInPanel: "Ве молам, одговорете барем на едно прашање.",
|
25083
25401
|
requiredInAllRowsError: "Ве молиме, одговорете на прашања во сите редови.",
|
25402
|
+
eachRowUniqueError: "Секој ред мора да има уникатна вредност.",
|
25084
25403
|
numericError: "Вредноста треба да биде нумеричка.",
|
25085
25404
|
minError: "Вредноста не треба да биде помала од {0}",
|
25086
25405
|
maxError: "Вредноста не треба да биде поголема од {0}",
|
@@ -25098,6 +25417,7 @@ var macedonianSurveyStrings = {
|
|
25098
25417
|
urlRequestError: "Барањето врати грешка '{0}'. {1} ",
|
25099
25418
|
urlGetChoicesError: "Барањето врати празни податоци или својството 'path' е неточно",
|
25100
25419
|
exceedMaxSize: "Големината на датотеката не треба да надминува {0}.",
|
25420
|
+
noUploadFilesHandler: "Фајловите не можат да се качуваат. Ве молиме додадете раководител за настанот 'onUploadFiles'.",
|
25101
25421
|
otherRequiredError: "Внесете ја другата вредност.",
|
25102
25422
|
uploadingFile: "Вашата датотека се поставува. Ве молиме почекајте неколку секунди и обидете се повторно.",
|
25103
25423
|
loadingFile: "Се вчитува ...",
|
@@ -25112,6 +25432,8 @@ var macedonianSurveyStrings = {
|
|
25112
25432
|
emptyRowsText: "Нема редови.",
|
25113
25433
|
addPanel: "Додади ново",
|
25114
25434
|
removePanel: "Отстрани",
|
25435
|
+
showDetails: "Прикажување на деталите",
|
25436
|
+
hideDetails: "Сокриј ги деталите.",
|
25115
25437
|
choices_Item: "ставка",
|
25116
25438
|
matrix_column: "Колона",
|
25117
25439
|
matrix_row: "Ред",
|
@@ -25150,7 +25472,9 @@ var macedonianSurveyStrings = {
|
|
25150
25472
|
more: "Повеќе",
|
25151
25473
|
tagboxDoneButtonCaption: "ДОБРО",
|
25152
25474
|
selectToRankEmptyRankedAreaText: "Сите избори се рангирани",
|
25153
|
-
selectToRankEmptyUnrankedAreaText: "Влечете и фрлете го изборот овде за да ги рангирате"
|
25475
|
+
selectToRankEmptyUnrankedAreaText: "Влечете и фрлете го изборот овде за да ги рангирате",
|
25476
|
+
ok: "ДОБРО",
|
25477
|
+
cancel: "Откажи"
|
25154
25478
|
};
|
25155
25479
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["mk"] = macedonianSurveyStrings;
|
25156
25480
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["mk"] = "Македонски";
|
@@ -25171,7 +25495,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["mk"]
|
|
25171
25495
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Влечете и фрлете го изборот овде за да ги рангирате"// takePhotoCaption: "Take Photo" => "Фотографирајте"
|
25172
25496
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Кликнете на копчето подолу за да фотографирате користејќи ја камерата."
|
25173
25497
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Влечете и фрлајте или изберете датотека за качување или фотографирање користејќи ја камерата."
|
25174
|
-
// replaceFileCaption: "Replace file" => "Заменете го фајлот."
|
25498
|
+
// replaceFileCaption: "Replace file" => "Заменете го фајлот."// eachRowUniqueError: "Each row must have a unique value." => "Секој ред мора да има уникатна вредност."
|
25499
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Фајловите не можат да се качуваат. Ве молиме додадете раководител за настанот 'onUploadFiles'."
|
25500
|
+
// showDetails: "Show Details" => "Прикажување на деталите"
|
25501
|
+
// hideDetails: "Hide Details" => "Сокриј ги деталите."
|
25502
|
+
// ok: "OK" => "ДОБРО"
|
25503
|
+
// cancel: "Cancel" => "Откажи"
|
25175
25504
|
|
25176
25505
|
|
25177
25506
|
/***/ }),
|
@@ -25213,6 +25542,7 @@ var malaySurveyStrings = {
|
|
25213
25542
|
requiredError: "Respons diperlukan.",
|
25214
25543
|
requiredErrorInPanel: "Respons diperlukan: jawab sekurang-kurangnya satu soalan.",
|
25215
25544
|
requiredInAllRowsError: "Respons diperlukan: jawab soalan dalam semua baris.",
|
25545
|
+
eachRowUniqueError: "Setiap baris mesti mempunyai nilai yang unik.",
|
25216
25546
|
numericError: "Nilai mestilah numerik.",
|
25217
25547
|
minError: "Nilai tidak boleh kurang daripada {0}",
|
25218
25548
|
maxError: "Nilai tidak boleh lebih besar daripada {0}",
|
@@ -25230,6 +25560,7 @@ var malaySurveyStrings = {
|
|
25230
25560
|
urlRequestError: "Permintaan mengembalikan ralat '{0}'. {1}",
|
25231
25561
|
urlGetChoicesError: "Permintaan mengembalikan data kosong atau ciri 'laluan' salah",
|
25232
25562
|
exceedMaxSize: "Saiz fail hendaklah tidak melebihi {0}.",
|
25563
|
+
noUploadFilesHandler: "Fail tidak boleh dimuat naik. Sila tambah pengendali untuk acara 'onUploadFiles'.",
|
25233
25564
|
otherRequiredError: "Respons diperlukan: masukkan nilai lain.",
|
25234
25565
|
uploadingFile: "Fail anda sedang dimuat naik. Sila tunggu beberapa saat dan cuba lagi.",
|
25235
25566
|
loadingFile: "Memuat...",
|
@@ -25244,6 +25575,8 @@ var malaySurveyStrings = {
|
|
25244
25575
|
emptyRowsText: "Tiada baris.",
|
25245
25576
|
addPanel: "Tambah baharu",
|
25246
25577
|
removePanel: "Alih keluar",
|
25578
|
+
showDetails: "Tunjukkan Butiran",
|
25579
|
+
hideDetails: "Sembunyikan Butiran",
|
25247
25580
|
choices_Item: "item",
|
25248
25581
|
matrix_column: "Lajur",
|
25249
25582
|
matrix_row: "Baris",
|
@@ -25282,7 +25615,9 @@ var malaySurveyStrings = {
|
|
25282
25615
|
more: "Lebih banyak",
|
25283
25616
|
tagboxDoneButtonCaption: "OK",
|
25284
25617
|
selectToRankEmptyRankedAreaText: "Semua pilihan disenaraikan",
|
25285
|
-
selectToRankEmptyUnrankedAreaText: "Seret dan lepaskan pilihan di sini untuk meletakkannya"
|
25618
|
+
selectToRankEmptyUnrankedAreaText: "Seret dan lepaskan pilihan di sini untuk meletakkannya",
|
25619
|
+
ok: "OK",
|
25620
|
+
cancel: "Batal"
|
25286
25621
|
};
|
25287
25622
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ms"] = malaySurveyStrings;
|
25288
25623
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ms"] = "melayu";
|
@@ -25299,7 +25634,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ms"]
|
|
25299
25634
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Seret dan lepaskan pilihan di sini untuk meletakkannya"// takePhotoCaption: "Take Photo" => "Ambil gambar"
|
25300
25635
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klik butang di bawah untuk mengambil gambar menggunakan kamera."
|
25301
25636
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Seret dan lepas atau pilih fail untuk memuat naik atau mengambil foto menggunakan kamera."
|
25302
|
-
// replaceFileCaption: "Replace file" => "Gantikan fail"
|
25637
|
+
// replaceFileCaption: "Replace file" => "Gantikan fail"// eachRowUniqueError: "Each row must have a unique value." => "Setiap baris mesti mempunyai nilai yang unik."
|
25638
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Fail tidak boleh dimuat naik. Sila tambah pengendali untuk acara 'onUploadFiles'."
|
25639
|
+
// showDetails: "Show Details" => "Tunjukkan Butiran"
|
25640
|
+
// hideDetails: "Hide Details" => "Sembunyikan Butiran"
|
25641
|
+
// ok: "OK" => "OK"
|
25642
|
+
// cancel: "Cancel" => "Batal"
|
25303
25643
|
|
25304
25644
|
|
25305
25645
|
/***/ }),
|
@@ -25365,6 +25705,7 @@ var norwegianSurveyStrings = {
|
|
25365
25705
|
requiredError: "Vennligst svar på spørsmålet.",
|
25366
25706
|
requiredErrorInPanel: "Vennligst svar på minst ett spørsmål.",
|
25367
25707
|
requiredInAllRowsError: "Vennligst svar på spørsmål i alle rader.",
|
25708
|
+
eachRowUniqueError: "Hver rad må ha en unik verdi.",
|
25368
25709
|
numericError: "Verdien skal være numerisk.",
|
25369
25710
|
minError: "Verdien bør ikke være mindre enn {0}",
|
25370
25711
|
maxError: "Verdien bør ikke være større enn {0}",
|
@@ -25382,6 +25723,7 @@ var norwegianSurveyStrings = {
|
|
25382
25723
|
urlRequestError: "Forespørselen returnerte feilen '{0}'. {1}",
|
25383
25724
|
urlGetChoicesError: "Forespørselen returnerte tomme data, eller 'sti' -egenskapen er feil",
|
25384
25725
|
exceedMaxSize: "Filstørrelsen bør ikke overstige {0}.",
|
25726
|
+
noUploadFilesHandler: "Filer kan ikke lastes opp. Legg til et behandlingsprogram for onUploadFiles-hendelsen.",
|
25385
25727
|
otherRequiredError: "Vennligst skriv inn den andre verdien.",
|
25386
25728
|
uploadingFile: "Filen din lastes opp. Vennligst vent noen sekunder og prøv igjen.",
|
25387
25729
|
loadingFile: "Laster inn ...",
|
@@ -25396,6 +25738,8 @@ var norwegianSurveyStrings = {
|
|
25396
25738
|
emptyRowsText: "Det er ingen rader.",
|
25397
25739
|
addPanel: "Legg til ny",
|
25398
25740
|
removePanel: "Fjerne",
|
25741
|
+
showDetails: "Vis detaljer",
|
25742
|
+
hideDetails: "Skjul detaljer",
|
25399
25743
|
choices_Item: "element",
|
25400
25744
|
matrix_column: "Kolonne",
|
25401
25745
|
matrix_row: "Rad",
|
@@ -25434,7 +25778,9 @@ var norwegianSurveyStrings = {
|
|
25434
25778
|
more: "Mer",
|
25435
25779
|
tagboxDoneButtonCaption: "OK",
|
25436
25780
|
selectToRankEmptyRankedAreaText: "Alle valg er rangert",
|
25437
|
-
selectToRankEmptyUnrankedAreaText: "Dra og slipp valg her for å rangere dem"
|
25781
|
+
selectToRankEmptyUnrankedAreaText: "Dra og slipp valg her for å rangere dem",
|
25782
|
+
ok: "OK",
|
25783
|
+
cancel: "Annullere"
|
25438
25784
|
};
|
25439
25785
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["no"] = norwegianSurveyStrings;
|
25440
25786
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["no"] = "norsk";
|
@@ -25461,7 +25807,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["no"]
|
|
25461
25807
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dra og slipp valg her for å rangere dem"// takePhotoCaption: "Take Photo" => "Ta bilde"
|
25462
25808
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klikk på knappen nedenfor for å ta et bilde med kameraet."
|
25463
25809
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Dra og slipp eller velg en fil for å laste opp eller ta et bilde med kameraet."
|
25464
|
-
// replaceFileCaption: "Replace file" => "Erstatt fil"
|
25810
|
+
// replaceFileCaption: "Replace file" => "Erstatt fil"// eachRowUniqueError: "Each row must have a unique value." => "Hver rad må ha en unik verdi."
|
25811
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Filer kan ikke lastes opp. Legg til et behandlingsprogram for onUploadFiles-hendelsen."
|
25812
|
+
// showDetails: "Show Details" => "Vis detaljer"
|
25813
|
+
// hideDetails: "Hide Details" => "Skjul detaljer"
|
25814
|
+
// ok: "OK" => "OK"
|
25815
|
+
// cancel: "Cancel" => "Annullere"
|
25465
25816
|
|
25466
25817
|
|
25467
25818
|
/***/ }),
|
@@ -25503,6 +25854,7 @@ var persianSurveyStrings = {
|
|
25503
25854
|
requiredError: "لطفا به سوال پاسخ دهید",
|
25504
25855
|
requiredErrorInPanel: "لطفا حداقل به یک سوال پاسخ دهید.",
|
25505
25856
|
requiredInAllRowsError: "لطفا سوالات تمام سطرها را پاسخ دهید.",
|
25857
|
+
eachRowUniqueError: "هر سطر باید یک مقدار منحصر به فرد داشته باشد.",
|
25506
25858
|
numericError: "مقدار باید عددی باشد",
|
25507
25859
|
minError: "ارزش نباید کمتر از {0}",
|
25508
25860
|
maxError: "ارزش نباید بیشتر از {0}",
|
@@ -25520,6 +25872,7 @@ var persianSurveyStrings = {
|
|
25520
25872
|
urlRequestError: "درخواست با خطا روبرو شد: '{0}'. {1}",
|
25521
25873
|
urlGetChoicesError: "درخواست مسیری خالی بازگشت داده یا مسیر درست تنظیم نشده",
|
25522
25874
|
exceedMaxSize: "بیشترین حجم مجاز فایل: {0}",
|
25875
|
+
noUploadFilesHandler: "پروندهها را نمیتوان بارگذاری کرد. لطفا یک گرداننده برای رویداد \"onUploadFiles\" اضافه کنید.",
|
25523
25876
|
otherRequiredError: "مقدار 'دیگر' را وارد کنید",
|
25524
25877
|
uploadingFile: "فایل در حال آیلود است. لطفا صبر کنید.",
|
25525
25878
|
loadingFile: "بارگیری...",
|
@@ -25534,6 +25887,8 @@ var persianSurveyStrings = {
|
|
25534
25887
|
emptyRowsText: "هیچ ردیفی وجود ندارد.",
|
25535
25888
|
addPanel: "جدید",
|
25536
25889
|
removePanel: "حذف",
|
25890
|
+
showDetails: "نمایش جزئیات",
|
25891
|
+
hideDetails: "مخفی کردن جزئیات",
|
25537
25892
|
choices_Item: "آیتم",
|
25538
25893
|
matrix_column: "ستون",
|
25539
25894
|
matrix_row: "سطر",
|
@@ -25572,7 +25927,9 @@ var persianSurveyStrings = {
|
|
25572
25927
|
more: "بیشتر",
|
25573
25928
|
tagboxDoneButtonCaption: "باشه",
|
25574
25929
|
selectToRankEmptyRankedAreaText: "همه انتخاب ها رتبه بندی می شوند",
|
25575
|
-
selectToRankEmptyUnrankedAreaText: "انتخاب های کشیدن و رها کردن در اینجا برای رتبه بندی انها"
|
25930
|
+
selectToRankEmptyUnrankedAreaText: "انتخاب های کشیدن و رها کردن در اینجا برای رتبه بندی انها",
|
25931
|
+
ok: "باشه",
|
25932
|
+
cancel: "لغو"
|
25576
25933
|
};
|
25577
25934
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["fa"] = persianSurveyStrings;
|
25578
25935
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fa"] = "فارْسِى";
|
@@ -25599,7 +25956,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["fa"]
|
|
25599
25956
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "انتخاب های کشیدن و رها کردن در اینجا برای رتبه بندی انها"// takePhotoCaption: "Take Photo" => "گرفتن عکس"
|
25600
25957
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "روی دکمه زیر کلیک کنید تا با استفاده از دوربین عکس بگیرید."
|
25601
25958
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "کشیدن و رها کردن یا انتخاب یک فایل برای اپلود یا گرفتن عکس با استفاده از دوربین."
|
25602
|
-
// replaceFileCaption: "Replace file" => "جایگزینی پرونده"
|
25959
|
+
// replaceFileCaption: "Replace file" => "جایگزینی پرونده"// eachRowUniqueError: "Each row must have a unique value." => "هر سطر باید یک مقدار منحصر به فرد داشته باشد."
|
25960
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "پروندهها را نمیتوان بارگذاری کرد. لطفا یک گرداننده برای رویداد \"onUploadFiles\" اضافه کنید."
|
25961
|
+
// showDetails: "Show Details" => "نمایش جزئیات"
|
25962
|
+
// hideDetails: "Hide Details" => "مخفی کردن جزئیات"
|
25963
|
+
// ok: "OK" => "باشه"
|
25964
|
+
// cancel: "Cancel" => "لغو"
|
25603
25965
|
|
25604
25966
|
|
25605
25967
|
/***/ }),
|
@@ -25641,6 +26003,7 @@ var polishSurveyStrings = {
|
|
25641
26003
|
requiredError: "Proszę odpowiedzieć na to pytanie.",
|
25642
26004
|
requiredErrorInPanel: "Proszę odpowiedzieć na co najmniej jedno pytanie.",
|
25643
26005
|
requiredInAllRowsError: "Proszę odpowiedzieć na wszystkie pytania.",
|
26006
|
+
eachRowUniqueError: "Każdy wiersz musi mieć unikatową wartość.",
|
25644
26007
|
numericError: "W tym polu można wpisać tylko liczby.",
|
25645
26008
|
minError: "Wartość nie powinna być mniejsza niż {0}",
|
25646
26009
|
maxError: "Wartość nie powinna być większa niż {0}",
|
@@ -25658,6 +26021,7 @@ var polishSurveyStrings = {
|
|
25658
26021
|
urlRequestError: "Żądanie zwróciło błąd '{0}'. {1}",
|
25659
26022
|
urlGetChoicesError: "Żądanie nie zwróciło danych albo ścieżka jest nieprawidłowa",
|
25660
26023
|
exceedMaxSize: "Rozmiar przesłanego pliku nie może przekraczać {0}.",
|
26024
|
+
noUploadFilesHandler: "Nie można przesłać plików. Dodaj moduł obsługi zdarzenia \"onUploadFiles\".",
|
25661
26025
|
otherRequiredError: "Proszę podać inną odpowiedź.",
|
25662
26026
|
uploadingFile: "Trwa przenoszenie Twojego pliku, proszę spróbować ponownie za kilka sekund.",
|
25663
26027
|
loadingFile: "Ładowanie...",
|
@@ -25672,6 +26036,8 @@ var polishSurveyStrings = {
|
|
25672
26036
|
emptyRowsText: "Nie ma rzędów.",
|
25673
26037
|
addPanel: "Dodaj panel",
|
25674
26038
|
removePanel: "Usuń",
|
26039
|
+
showDetails: "Pokaż szczegóły",
|
26040
|
+
hideDetails: "Ukryj szczegóły",
|
25675
26041
|
choices_Item: "element",
|
25676
26042
|
matrix_column: "Kolumna",
|
25677
26043
|
matrix_row: "Wiersz",
|
@@ -25710,7 +26076,9 @@ var polishSurveyStrings = {
|
|
25710
26076
|
more: "Więcej",
|
25711
26077
|
tagboxDoneButtonCaption: "OK",
|
25712
26078
|
selectToRankEmptyRankedAreaText: "Wszystkie wybory są uszeregowane",
|
25713
|
-
selectToRankEmptyUnrankedAreaText: "Przeciągnij i upuść tutaj wybory, aby je uszeregować"
|
26079
|
+
selectToRankEmptyUnrankedAreaText: "Przeciągnij i upuść tutaj wybory, aby je uszeregować",
|
26080
|
+
ok: "OK",
|
26081
|
+
cancel: "Anuluj"
|
25714
26082
|
};
|
25715
26083
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["pl"] = polishSurveyStrings;
|
25716
26084
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pl"] = "polski";
|
@@ -25725,7 +26093,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pl"]
|
|
25725
26093
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Przeciągnij i upuść tutaj wybory, aby je uszeregować"// takePhotoCaption: "Take Photo" => "Zrób zdjęcie"
|
25726
26094
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknij przycisk poniżej, aby zrobić zdjęcie aparatem."
|
25727
26095
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Przeciągnij i upuść lub wybierz plik, który chcesz przesłać lub zrobić zdjęcie za pomocą aparatu."
|
25728
|
-
// replaceFileCaption: "Replace file" => "Zastąp plik"
|
26096
|
+
// replaceFileCaption: "Replace file" => "Zastąp plik"// eachRowUniqueError: "Each row must have a unique value." => "Każdy wiersz musi mieć unikatową wartość."
|
26097
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Nie można przesłać plików. Dodaj moduł obsługi zdarzenia \"onUploadFiles\"."
|
26098
|
+
// showDetails: "Show Details" => "Pokaż szczegóły"
|
26099
|
+
// hideDetails: "Hide Details" => "Ukryj szczegóły"
|
26100
|
+
// ok: "OK" => "OK"
|
26101
|
+
// cancel: "Cancel" => "Anuluj"
|
25729
26102
|
|
25730
26103
|
|
25731
26104
|
/***/ }),
|
@@ -25770,6 +26143,7 @@ var portugueseBrSurveyStrings = {
|
|
25770
26143
|
requiredError: "Por favor, responda a pergunta.",
|
25771
26144
|
requiredErrorInPanel: "Por favor, responda pelo menos uma pergunta.",
|
25772
26145
|
requiredInAllRowsError: "Por favor, responda as perguntas em todas as linhas.",
|
26146
|
+
eachRowUniqueError: "Cada linha deve ter um valor exclusivo.",
|
25773
26147
|
numericError: "O valor deve ser numérico.",
|
25774
26148
|
minError: "O valor não deve ser inferior a {0}",
|
25775
26149
|
maxError: "O valor não deve ser maior que {0}",
|
@@ -25787,6 +26161,7 @@ var portugueseBrSurveyStrings = {
|
|
25787
26161
|
urlRequestError: "A requisição retornou o erro '{0}'. {1}",
|
25788
26162
|
urlGetChoicesError: "A requisição não retornou dados ou o 'caminho' da requisição não está correto",
|
25789
26163
|
exceedMaxSize: "O tamanho do arquivo não deve exceder {0}.",
|
26164
|
+
noUploadFilesHandler: "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'.",
|
25790
26165
|
otherRequiredError: "Por favor, informe o outro valor.",
|
25791
26166
|
uploadingFile: "Seu arquivo está sendo carregado. Por favor, aguarde alguns segundos e tente novamente.",
|
25792
26167
|
loadingFile: "Carregando...",
|
@@ -25801,6 +26176,8 @@ var portugueseBrSurveyStrings = {
|
|
25801
26176
|
emptyRowsText: "Não há filas.",
|
25802
26177
|
addPanel: "Adicionar novo",
|
25803
26178
|
removePanel: "Retirar",
|
26179
|
+
showDetails: "Mostrar detalhes",
|
26180
|
+
hideDetails: "Ocultar detalhes",
|
25804
26181
|
choices_Item: "item",
|
25805
26182
|
matrix_column: "Coluna",
|
25806
26183
|
matrix_row: "Remar",
|
@@ -25839,7 +26216,9 @@ var portugueseBrSurveyStrings = {
|
|
25839
26216
|
more: "Mais",
|
25840
26217
|
tagboxDoneButtonCaption: "OKEY",
|
25841
26218
|
selectToRankEmptyRankedAreaText: "Todas as opções são classificadas",
|
25842
|
-
selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las"
|
26219
|
+
selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las",
|
26220
|
+
ok: "OKEY",
|
26221
|
+
cancel: "Cancelar"
|
25843
26222
|
};
|
25844
26223
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["pt-br"] = portugueseBrSurveyStrings;
|
25845
26224
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt-br"] = "português brasileiro";
|
@@ -25913,7 +26292,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt-b
|
|
25913
26292
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arraste e solte as opções aqui para classificá-las"// takePhotoCaption: "Take Photo" => "Tirar foto"
|
25914
26293
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Clique no botão abaixo para tirar uma foto usando a câmera."
|
25915
26294
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arraste e solte ou selecione um arquivo para carregar ou tirar uma foto usando a câmera."
|
25916
|
-
// replaceFileCaption: "Replace file" => "Substituir arquivo"
|
26295
|
+
// replaceFileCaption: "Replace file" => "Substituir arquivo"// eachRowUniqueError: "Each row must have a unique value." => "Cada linha deve ter um valor exclusivo."
|
26296
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'."
|
26297
|
+
// showDetails: "Show Details" => "Mostrar detalhes"
|
26298
|
+
// hideDetails: "Hide Details" => "Ocultar detalhes"
|
26299
|
+
// ok: "OK" => "OKEY"
|
26300
|
+
// cancel: "Cancel" => "Cancelar"
|
25917
26301
|
|
25918
26302
|
|
25919
26303
|
/***/ }),
|
@@ -25955,6 +26339,7 @@ var portugueseSurveyStrings = {
|
|
25955
26339
|
requiredError: "Por favor, responda à pergunta.",
|
25956
26340
|
requiredErrorInPanel: "Por favor, responda pelo menos a uma pergunta.",
|
25957
26341
|
requiredInAllRowsError: "Por favor, responda às perguntas em todas as linhas.",
|
26342
|
+
eachRowUniqueError: "Cada linha deve ter um valor exclusivo.",
|
25958
26343
|
numericError: "O valor deve ser numérico.",
|
25959
26344
|
minError: "O valor não deverá ser menor que {0}",
|
25960
26345
|
maxError: "O valor não deverá ser maior que {0}",
|
@@ -25972,6 +26357,7 @@ var portugueseSurveyStrings = {
|
|
25972
26357
|
urlRequestError: "O pedido retornou o erro '{0}'. {1}",
|
25973
26358
|
urlGetChoicesError: "O pedido não retornou dados ou o 'caminho' do pedido não está correto",
|
25974
26359
|
exceedMaxSize: "O tamanho do arquivo não deve exceder {0}.",
|
26360
|
+
noUploadFilesHandler: "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'.",
|
25975
26361
|
otherRequiredError: "Por favor, insira o outro valor.",
|
25976
26362
|
uploadingFile: "O seu ficheiro está a carregar. Por favor, aguarde alguns segundos e tente novamente.",
|
25977
26363
|
loadingFile: "A carregar...",
|
@@ -25986,6 +26372,8 @@ var portugueseSurveyStrings = {
|
|
25986
26372
|
emptyRowsText: "Não existem linhas.",
|
25987
26373
|
addPanel: "Adicionar novo",
|
25988
26374
|
removePanel: "Remover",
|
26375
|
+
showDetails: "Mostrar detalhes",
|
26376
|
+
hideDetails: "Ocultar detalhes",
|
25989
26377
|
choices_Item: "item",
|
25990
26378
|
matrix_column: "Coluna",
|
25991
26379
|
matrix_row: "Linha",
|
@@ -26024,7 +26412,9 @@ var portugueseSurveyStrings = {
|
|
26024
26412
|
more: "Mais",
|
26025
26413
|
tagboxDoneButtonCaption: "Terminado",
|
26026
26414
|
selectToRankEmptyRankedAreaText: "Todas as opções são classificadas",
|
26027
|
-
selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las"
|
26415
|
+
selectToRankEmptyUnrankedAreaText: "Arraste e solte as opções aqui para classificá-las",
|
26416
|
+
ok: "OKEY",
|
26417
|
+
cancel: "Cancelar"
|
26028
26418
|
};
|
26029
26419
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["pt"] = portugueseSurveyStrings;
|
26030
26420
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt"] = "português";
|
@@ -26036,7 +26426,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["pt"]
|
|
26036
26426
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arraste e solte as opções aqui para classificá-las"// takePhotoCaption: "Take Photo" => "Tirar foto"
|
26037
26427
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Clique no botão abaixo para tirar uma foto usando a câmera."
|
26038
26428
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arraste e solte ou selecione um arquivo para carregar ou tirar uma foto usando a câmera."
|
26039
|
-
// replaceFileCaption: "Replace file" => "Substituir arquivo"
|
26429
|
+
// replaceFileCaption: "Replace file" => "Substituir arquivo"// eachRowUniqueError: "Each row must have a unique value." => "Cada linha deve ter um valor exclusivo."
|
26430
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Os arquivos não podem ser carregados. Adicione um manipulador para o evento 'onUploadFiles'."
|
26431
|
+
// showDetails: "Show Details" => "Mostrar detalhes"
|
26432
|
+
// hideDetails: "Hide Details" => "Ocultar detalhes"
|
26433
|
+
// ok: "OK" => "OKEY"
|
26434
|
+
// cancel: "Cancel" => "Cancelar"
|
26040
26435
|
|
26041
26436
|
|
26042
26437
|
/***/ }),
|
@@ -26078,6 +26473,7 @@ var romanianSurveyStrings = {
|
|
26078
26473
|
requiredError: "Răspunsul la această întrebare este obligatoriu.",
|
26079
26474
|
requiredErrorInPanel: "Vă rugăm să răspundeți la cel puțin o întrebare.",
|
26080
26475
|
requiredInAllRowsError: "Toate răspunsurile sunt obligatorii",
|
26476
|
+
eachRowUniqueError: "Fiecare rând trebuie să aibă o valoare unică.",
|
26081
26477
|
numericError: "Răspunsul trebuie să fie numeric.",
|
26082
26478
|
minError: "Valoarea nu trebuie să fie mai mică de {0}",
|
26083
26479
|
maxError: "Valoarea nu trebuie să fie mai mare de {0}",
|
@@ -26095,6 +26491,7 @@ var romanianSurveyStrings = {
|
|
26095
26491
|
urlRequestError: "Request-ul a returnat eroarea '{0}'. {1}",
|
26096
26492
|
urlGetChoicesError: "Request-ul nu a returnat date sau proprietatea 'path' este incorectă",
|
26097
26493
|
exceedMaxSize: "Dimensiunea fişierului nu trebuie să depăşească {0}.",
|
26494
|
+
noUploadFilesHandler: "Fișierele nu pot fi încărcate. Vă rugăm să adăugați un handler pentru evenimentul \"onUploadFiles\".",
|
26098
26495
|
otherRequiredError: "Trebuie să completați câmpul 'Altul'.",
|
26099
26496
|
uploadingFile: "Fișierul dumneavoastră este în curs de încărcare. Vă rugăm așteptați câteva secunde și reveniți apoi.",
|
26100
26497
|
loadingFile: "Se încarcă...",
|
@@ -26109,6 +26506,8 @@ var romanianSurveyStrings = {
|
|
26109
26506
|
emptyRowsText: "Nu există rânduri.",
|
26110
26507
|
addPanel: "Adăugare",
|
26111
26508
|
removePanel: "Ștergere",
|
26509
|
+
showDetails: "Arată detalii",
|
26510
|
+
hideDetails: "Ascunde detalii",
|
26112
26511
|
choices_Item: "opțiune",
|
26113
26512
|
matrix_column: "Coloană",
|
26114
26513
|
matrix_row: "Rând",
|
@@ -26147,7 +26546,9 @@ var romanianSurveyStrings = {
|
|
26147
26546
|
more: "Mai mult",
|
26148
26547
|
tagboxDoneButtonCaption: "OK",
|
26149
26548
|
selectToRankEmptyRankedAreaText: "Toate opțiunile sunt clasificate",
|
26150
|
-
selectToRankEmptyUnrankedAreaText: "Glisați și fixați opțiunile aici pentru a le clasifica"
|
26549
|
+
selectToRankEmptyUnrankedAreaText: "Glisați și fixați opțiunile aici pentru a le clasifica",
|
26550
|
+
ok: "OK",
|
26551
|
+
cancel: "Anula"
|
26151
26552
|
};
|
26152
26553
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ro"] = romanianSurveyStrings;
|
26153
26554
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ro"] = "română";
|
@@ -26174,7 +26575,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ro"]
|
|
26174
26575
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Glisați și fixați opțiunile aici pentru a le clasifica"// takePhotoCaption: "Take Photo" => "Faceți o fotografie"
|
26175
26576
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Faceți clic pe butonul de mai jos pentru a face o fotografie folosind camera."
|
26176
26577
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Glisați și fixați sau selectați un fișier pentru a încărca sau a face o fotografie folosind camera."
|
26177
|
-
// replaceFileCaption: "Replace file" => "Înlocuire fișier"
|
26578
|
+
// replaceFileCaption: "Replace file" => "Înlocuire fișier"// eachRowUniqueError: "Each row must have a unique value." => "Fiecare rând trebuie să aibă o valoare unică."
|
26579
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Fișierele nu pot fi încărcate. Vă rugăm să adăugați un handler pentru evenimentul \"onUploadFiles\"."
|
26580
|
+
// showDetails: "Show Details" => "Arată detalii"
|
26581
|
+
// hideDetails: "Hide Details" => "Ascunde detalii"
|
26582
|
+
// ok: "OK" => "OK"
|
26583
|
+
// cancel: "Cancel" => "Anula"
|
26178
26584
|
|
26179
26585
|
|
26180
26586
|
/***/ }),
|
@@ -26216,6 +26622,7 @@ var russianSurveyStrings = {
|
|
26216
26622
|
requiredError: "Пожалуйста, ответьте на вопрос.",
|
26217
26623
|
requiredErrorInPanel: "Пожалуйста, ответьте по крайней мере на один вопрос.",
|
26218
26624
|
requiredInAllRowsError: "Пожалуйста, ответьте на вопросы в каждой строке.",
|
26625
|
+
eachRowUniqueError: "Каждая строка должна иметь уникальное значение.",
|
26219
26626
|
numericError: "Ответ должен быть числом.",
|
26220
26627
|
minError: "Значение не должно быть меньше {0}.",
|
26221
26628
|
maxError: "Значение не должно превышать {0}.",
|
@@ -26233,6 +26640,7 @@ var russianSurveyStrings = {
|
|
26233
26640
|
urlRequestError: "Запрос вернул ошибку '{0}'. {1}",
|
26234
26641
|
urlGetChoicesError: "Ответ на запрос пришел пустой или свойство 'path' указано неверно",
|
26235
26642
|
exceedMaxSize: "Размер файла не должен превышать {0}.",
|
26643
|
+
noUploadFilesHandler: "Файлы не могут быть загружены. Пожалуйста, добавьте обработчик для события 'onUploadFiles'.",
|
26236
26644
|
otherRequiredError: "Пожалуйста, введите данные в поле 'Другое'",
|
26237
26645
|
uploadingFile: "Ваш файл загружается. Подождите несколько секунд и попробуйте снова.",
|
26238
26646
|
loadingFile: "Загрузка...",
|
@@ -26247,6 +26655,8 @@ var russianSurveyStrings = {
|
|
26247
26655
|
emptyRowsText: "Рядов нет.",
|
26248
26656
|
addPanel: "Добавить новую",
|
26249
26657
|
removePanel: "Удалить",
|
26658
|
+
showDetails: "Показать подробности",
|
26659
|
+
hideDetails: "Скрыть подробности",
|
26250
26660
|
choices_Item: "Вариант",
|
26251
26661
|
matrix_column: "Колонка",
|
26252
26662
|
matrix_row: "Строка",
|
@@ -26285,7 +26695,9 @@ var russianSurveyStrings = {
|
|
26285
26695
|
more: "Больше",
|
26286
26696
|
tagboxDoneButtonCaption: "ХОРОШО",
|
26287
26697
|
selectToRankEmptyRankedAreaText: "Все варианты ранжируются",
|
26288
|
-
selectToRankEmptyUnrankedAreaText: "Перетащите сюда варианты, чтобы ранжировать их"
|
26698
|
+
selectToRankEmptyUnrankedAreaText: "Перетащите сюда варианты, чтобы ранжировать их",
|
26699
|
+
ok: "ХОРОШО",
|
26700
|
+
cancel: "Отмена"
|
26289
26701
|
};
|
26290
26702
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ru"] = russianSurveyStrings;
|
26291
26703
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ru"] = "русский";
|
@@ -26300,7 +26712,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ru"]
|
|
26300
26712
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Перетащите сюда варианты, чтобы ранжировать их"// takePhotoCaption: "Take Photo" => "Сделать фото"
|
26301
26713
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Нажмите кнопку ниже, чтобы сделать снимок с помощью камеры."
|
26302
26714
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Перетащите или выберите файл для загрузки или съемки с помощью камеры."
|
26303
|
-
// replaceFileCaption: "Replace file" => "Заменить файл"
|
26715
|
+
// replaceFileCaption: "Replace file" => "Заменить файл"// eachRowUniqueError: "Each row must have a unique value." => "Каждая строка должна иметь уникальное значение."
|
26716
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файлы не могут быть загружены. Пожалуйста, добавьте обработчик для события 'onUploadFiles'."
|
26717
|
+
// showDetails: "Show Details" => "Показать подробности"
|
26718
|
+
// hideDetails: "Hide Details" => "Скрыть подробности"
|
26719
|
+
// ok: "OK" => "ХОРОШО"
|
26720
|
+
// cancel: "Cancel" => "Отмена"
|
26304
26721
|
|
26305
26722
|
|
26306
26723
|
/***/ }),
|
@@ -26342,6 +26759,7 @@ var serbianStrings = {
|
|
26342
26759
|
requiredError: "Molimo odgovorite na ovo pitanje.",
|
26343
26760
|
requiredErrorInPanel: "Molimo odgovorite na bar jedno pitanje.",
|
26344
26761
|
requiredInAllRowsError: "Molimo odgovorite na pitanja u svim redovima.",
|
26762
|
+
eachRowUniqueError: "Svaki red mora imati jedinstvenu vrednost.",
|
26345
26763
|
numericError: "Vrednost bi trebalo da bude numerička.",
|
26346
26764
|
minError: "Vrednost ne bi trebalo da bude manja od {0}",
|
26347
26765
|
maxError: "Vrednost ne bi trebalo da bude veća od {0}",
|
@@ -26359,6 +26777,7 @@ var serbianStrings = {
|
|
26359
26777
|
urlRequestError: "Zahtev je naišao na grešku '{0}'. {1}",
|
26360
26778
|
urlGetChoicesError: "Zahtev nije pronašao podatke, ili je putanja netačna",
|
26361
26779
|
exceedMaxSize: "Veličina fajla ne bi trebalo da prelazi {0}.",
|
26780
|
+
noUploadFilesHandler: "Nije moguće otpremiti datoteke. Dodajte rukovaoca za događaj \"onUploadFiles\".",
|
26362
26781
|
otherRequiredError: "Molimo unesite drugu vrednost.",
|
26363
26782
|
uploadingFile: "Fajl se šalje. Molimo sačekajte neko vreme i pokušajte ponovo.",
|
26364
26783
|
loadingFile: "Učitavanje...",
|
@@ -26373,6 +26792,8 @@ var serbianStrings = {
|
|
26373
26792
|
emptyRowsText: "Nema redova.",
|
26374
26793
|
addPanel: "Dodaj novo",
|
26375
26794
|
removePanel: "Ukloni",
|
26795
|
+
showDetails: "Prikaži detalje",
|
26796
|
+
hideDetails: "Sakrij detalje",
|
26376
26797
|
choices_Item: "stavka",
|
26377
26798
|
matrix_column: "Kolona",
|
26378
26799
|
matrix_row: "Red",
|
@@ -26411,7 +26832,9 @@ var serbianStrings = {
|
|
26411
26832
|
more: "Viљe",
|
26412
26833
|
tagboxDoneButtonCaption: "U redu",
|
26413
26834
|
selectToRankEmptyRankedAreaText: "Svi izbori su rangirani",
|
26414
|
-
selectToRankEmptyUnrankedAreaText: "Prevucite i otpustite izbor ovde da biste ih rangirali"
|
26835
|
+
selectToRankEmptyUnrankedAreaText: "Prevucite i otpustite izbor ovde da biste ih rangirali",
|
26836
|
+
ok: "U redu",
|
26837
|
+
cancel: "Otkaži"
|
26415
26838
|
};
|
26416
26839
|
//Uncomment these two lines on creating a translation file. You should replace "en" and enStrings with your locale ("fr", "de" and so on) and your variable.
|
26417
26840
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["rs"] = serbianStrings;
|
@@ -26433,7 +26856,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["rs"]
|
|
26433
26856
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Prevucite i otpustite izbor ovde da biste ih rangirali"// takePhotoCaption: "Take Photo" => "Fotografisanje"
|
26434
26857
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknite na dugme ispod da biste snimili fotografiju pomoću fotoaparata."
|
26435
26858
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Prevucite i otpustite ili izaberite datoteku za otpremanje ili snimanje fotografije pomoću fotoaparata."
|
26436
|
-
// replaceFileCaption: "Replace file" => "Zameni datoteku"
|
26859
|
+
// replaceFileCaption: "Replace file" => "Zameni datoteku"// eachRowUniqueError: "Each row must have a unique value." => "Svaki red mora imati jedinstvenu vrednost."
|
26860
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Nije moguće otpremiti datoteke. Dodajte rukovaoca za događaj \"onUploadFiles\"."
|
26861
|
+
// showDetails: "Show Details" => "Prikaži detalje"
|
26862
|
+
// hideDetails: "Hide Details" => "Sakrij detalje"
|
26863
|
+
// ok: "OK" => "U redu"
|
26864
|
+
// cancel: "Cancel" => "Otkaži"
|
26437
26865
|
|
26438
26866
|
|
26439
26867
|
/***/ }),
|
@@ -26475,6 +26903,7 @@ var simplifiedChineseSurveyStrings = {
|
|
26475
26903
|
requiredError: "请填写此问题",
|
26476
26904
|
requiredErrorInPanel: "至少回答一题.",
|
26477
26905
|
requiredInAllRowsError: "请填写所有行中问题",
|
26906
|
+
eachRowUniqueError: "每行必须具有唯一值。",
|
26478
26907
|
numericError: "答案必须是个数字",
|
26479
26908
|
minError: "该值不能小于 {0}",
|
26480
26909
|
maxError: "该值不能大于 {0}",
|
@@ -26492,6 +26921,7 @@ var simplifiedChineseSurveyStrings = {
|
|
26492
26921
|
urlRequestError: "载入选项时发生错误 '{0}': {1}",
|
26493
26922
|
urlGetChoicesError: "未能载入有效的选项或请求参数路径有误",
|
26494
26923
|
exceedMaxSize: "文件大小不能超过 {0}",
|
26924
|
+
noUploadFilesHandler: "无法上传文件。请为“onUploadFiles”事件添加处理程序。",
|
26495
26925
|
otherRequiredError: "请完成其他问题",
|
26496
26926
|
uploadingFile: "文件上传中... 请耐心等待几秒后重试",
|
26497
26927
|
loadingFile: "加载...",
|
@@ -26506,6 +26936,8 @@ var simplifiedChineseSurveyStrings = {
|
|
26506
26936
|
emptyRowsText: "无内容",
|
26507
26937
|
addPanel: "新添",
|
26508
26938
|
removePanel: "删除",
|
26939
|
+
showDetails: "显示详细信息",
|
26940
|
+
hideDetails: "隐藏详细信息",
|
26509
26941
|
choices_Item: "选项",
|
26510
26942
|
matrix_column: "列",
|
26511
26943
|
matrix_row: "行",
|
@@ -26544,7 +26976,9 @@ var simplifiedChineseSurveyStrings = {
|
|
26544
26976
|
more: "更多",
|
26545
26977
|
tagboxDoneButtonCaption: "还行",
|
26546
26978
|
selectToRankEmptyRankedAreaText: "所有选择均已排名",
|
26547
|
-
selectToRankEmptyUnrankedAreaText: "将选项拖放到此处进行排名"
|
26979
|
+
selectToRankEmptyUnrankedAreaText: "将选项拖放到此处进行排名",
|
26980
|
+
ok: "还行",
|
26981
|
+
cancel: "取消"
|
26548
26982
|
};
|
26549
26983
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["zh-cn"] = simplifiedChineseSurveyStrings;
|
26550
26984
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-cn"] = "简体中文";
|
@@ -26565,7 +26999,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-c
|
|
26565
26999
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "将选项拖放到此处进行排名"// takePhotoCaption: "Take Photo" => "拍照"
|
26566
27000
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "单击下面的按钮使用相机拍照。"
|
26567
27001
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "拖放或选择要上传的文件或使用相机拍摄照片。"
|
26568
|
-
// replaceFileCaption: "Replace file" => "替换文件"
|
27002
|
+
// replaceFileCaption: "Replace file" => "替换文件"// eachRowUniqueError: "Each row must have a unique value." => "每行必须具有唯一值。"
|
27003
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "无法上传文件。请为“onUploadFiles”事件添加处理程序。"
|
27004
|
+
// showDetails: "Show Details" => "显示详细信息"
|
27005
|
+
// hideDetails: "Hide Details" => "隐藏详细信息"
|
27006
|
+
// ok: "OK" => "还行"
|
27007
|
+
// cancel: "Cancel" => "取消"
|
26569
27008
|
|
26570
27009
|
|
26571
27010
|
/***/ }),
|
@@ -26607,6 +27046,7 @@ var slovakSurveyStrings = {
|
|
26607
27046
|
requiredError: "Požaduje sa odozva.",
|
26608
27047
|
requiredErrorInPanel: "Požaduje sa odozva: zodpovedajte aspoň jednu otázku.",
|
26609
27048
|
requiredInAllRowsError: "Požaduje sa odozva: zodpovedajte otázky vo všetkých riadkoch.",
|
27049
|
+
eachRowUniqueError: "Každý riadok musí mať jedinečnú hodnotu.",
|
26610
27050
|
numericError: "Hodnota má byť číselná.",
|
26611
27051
|
minError: "Hodnota nemá byť nižšia než {0}",
|
26612
27052
|
maxError: "Hodnota nemá byť vyššia než {0}",
|
@@ -26624,6 +27064,7 @@ var slovakSurveyStrings = {
|
|
26624
27064
|
urlRequestError: "Požiadavky vrátila hodnotu „{0}“. {1}",
|
26625
27065
|
urlGetChoicesError: "Požiadavka vrátila prázdne údaje alebo je vlastnosť „cesta“ nesprávna",
|
26626
27066
|
exceedMaxSize: "Veľkosť súboru nemá prekročiť {0}.",
|
27067
|
+
noUploadFilesHandler: "Súbory nie je možné nahrať. Pridajte obslužný program pre udalosť \"onUploadFiles\".",
|
26627
27068
|
otherRequiredError: "Požaduje sa odozva: zadajte inú hodnotu.",
|
26628
27069
|
uploadingFile: "Súbor sa odovzdáva. Počkajte niekoľko sekúnd a skúste to znova.",
|
26629
27070
|
loadingFile: "Načítanie...",
|
@@ -26638,6 +27079,8 @@ var slovakSurveyStrings = {
|
|
26638
27079
|
emptyRowsText: "K dispozícii nie sú žiadne riadky.",
|
26639
27080
|
addPanel: "Pridať nové",
|
26640
27081
|
removePanel: "Odstrániť",
|
27082
|
+
showDetails: "Zobraziť podrobnosti",
|
27083
|
+
hideDetails: "Skryť podrobnosti",
|
26641
27084
|
choices_Item: "položka",
|
26642
27085
|
matrix_column: "Stĺpec",
|
26643
27086
|
matrix_row: "Riadok",
|
@@ -26676,7 +27119,9 @@ var slovakSurveyStrings = {
|
|
26676
27119
|
more: "Viacej",
|
26677
27120
|
tagboxDoneButtonCaption: "OK",
|
26678
27121
|
selectToRankEmptyRankedAreaText: "Všetky možnosti sú zoradené",
|
26679
|
-
selectToRankEmptyUnrankedAreaText: "Presuňte sem voľby, aby ste ich zoradili"
|
27122
|
+
selectToRankEmptyUnrankedAreaText: "Presuňte sem voľby, aby ste ich zoradili",
|
27123
|
+
ok: "OK",
|
27124
|
+
cancel: "Zrušiť"
|
26680
27125
|
};
|
26681
27126
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["sk"] = slovakSurveyStrings;
|
26682
27127
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sk"] = "slovenčina";
|
@@ -26693,7 +27138,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sk"]
|
|
26693
27138
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Presuňte sem voľby, aby ste ich zoradili"// takePhotoCaption: "Take Photo" => "Odfotiť"
|
26694
27139
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kliknutím na tlačidlo nižšie nasnímate fotografiu pomocou fotoaparátu."
|
26695
27140
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Presuňte myšou alebo vyberte súbor, ktorý chcete nahrať alebo nasnímať fotografiu pomocou fotoaparátu."
|
26696
|
-
// replaceFileCaption: "Replace file" => "Nahradenie súboru"
|
27141
|
+
// replaceFileCaption: "Replace file" => "Nahradenie súboru"// eachRowUniqueError: "Each row must have a unique value." => "Každý riadok musí mať jedinečnú hodnotu."
|
27142
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Súbory nie je možné nahrať. Pridajte obslužný program pre udalosť \"onUploadFiles\"."
|
27143
|
+
// showDetails: "Show Details" => "Zobraziť podrobnosti"
|
27144
|
+
// hideDetails: "Hide Details" => "Skryť podrobnosti"
|
27145
|
+
// ok: "OK" => "OK"
|
27146
|
+
// cancel: "Cancel" => "Zrušiť"
|
26697
27147
|
|
26698
27148
|
|
26699
27149
|
/***/ }),
|
@@ -26735,6 +27185,7 @@ var spanishSurveyStrings = {
|
|
26735
27185
|
requiredError: "Por favor conteste la pregunta.",
|
26736
27186
|
requiredErrorInPanel: "Por favor, responda al menos una pregunta.",
|
26737
27187
|
requiredInAllRowsError: "Por favor conteste las preguntas en cada hilera.",
|
27188
|
+
eachRowUniqueError: "Cada fila debe tener un valor único.",
|
26738
27189
|
numericError: "La estimación debe ser numérica.",
|
26739
27190
|
minError: "La estimación no debe ser menor que {0}",
|
26740
27191
|
maxError: "La estimación no debe ser mayor que {0}",
|
@@ -26752,6 +27203,7 @@ var spanishSurveyStrings = {
|
|
26752
27203
|
urlRequestError: "La solicitud regresó error '{0}'. {1}",
|
26753
27204
|
urlGetChoicesError: "La solicitud regresó vacío de data o la propiedad 'trayectoria' no es correcta",
|
26754
27205
|
exceedMaxSize: "El tamaño del archivo no debe de exceder {0}.",
|
27206
|
+
noUploadFilesHandler: "Los archivos no se pueden cargar. Agregue un controlador para el evento 'onUploadFiles'.",
|
26755
27207
|
otherRequiredError: "Por favor agregue la otra estimación.",
|
26756
27208
|
uploadingFile: "Su archivo se está subiendo. Por favor espere unos segundos e intente de nuevo.",
|
26757
27209
|
loadingFile: "Cargando...",
|
@@ -26766,6 +27218,8 @@ var spanishSurveyStrings = {
|
|
26766
27218
|
emptyRowsText: "No hay hileras.",
|
26767
27219
|
addPanel: "Añadir nuevo",
|
26768
27220
|
removePanel: "Retire",
|
27221
|
+
showDetails: "Mostrar detalles",
|
27222
|
+
hideDetails: "Ocultar detalles",
|
26769
27223
|
choices_Item: "artículo",
|
26770
27224
|
matrix_column: "Columna",
|
26771
27225
|
matrix_row: "Hilera",
|
@@ -26804,7 +27258,9 @@ var spanishSurveyStrings = {
|
|
26804
27258
|
more: "Más",
|
26805
27259
|
tagboxDoneButtonCaption: "De acuerdo",
|
26806
27260
|
selectToRankEmptyRankedAreaText: "Todas las opciones están clasificadas",
|
26807
|
-
selectToRankEmptyUnrankedAreaText: "Arrastra y suelta opciones aquí para clasificarlas"
|
27261
|
+
selectToRankEmptyUnrankedAreaText: "Arrastra y suelta opciones aquí para clasificarlas",
|
27262
|
+
ok: "De acuerdo",
|
27263
|
+
cancel: "Cancelar"
|
26808
27264
|
};
|
26809
27265
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["es"] = spanishSurveyStrings;
|
26810
27266
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["es"] = "español";
|
@@ -26819,7 +27275,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["es"]
|
|
26819
27275
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Arrastra y suelta opciones aquí para clasificarlas"// takePhotoCaption: "Take Photo" => "Tomar foto"
|
26820
27276
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Haga clic en el botón de abajo para tomar una foto con la cámara."
|
26821
27277
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Arrastre y suelte o seleccione un archivo para cargar o tomar una foto con la cámara."
|
26822
|
-
// replaceFileCaption: "Replace file" => "Reemplazar archivo"
|
27278
|
+
// replaceFileCaption: "Replace file" => "Reemplazar archivo"// eachRowUniqueError: "Each row must have a unique value." => "Cada fila debe tener un valor único."
|
27279
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Los archivos no se pueden cargar. Agregue un controlador para el evento 'onUploadFiles'."
|
27280
|
+
// showDetails: "Show Details" => "Mostrar detalles"
|
27281
|
+
// hideDetails: "Hide Details" => "Ocultar detalles"
|
27282
|
+
// ok: "OK" => "De acuerdo"
|
27283
|
+
// cancel: "Cancel" => "Cancelar"
|
26823
27284
|
|
26824
27285
|
|
26825
27286
|
/***/ }),
|
@@ -26861,6 +27322,7 @@ var swahiliStrings = {
|
|
26861
27322
|
requiredError: "Tafadhali jibu hili swali.",
|
26862
27323
|
requiredErrorInPanel: "Tafadhali jibu swali angalau moja.",
|
26863
27324
|
requiredInAllRowsError: "Tafadhali jibu maswali katika safu zote.",
|
27325
|
+
eachRowUniqueError: "Kila safu lazima iwe na thamani ya kipekee.",
|
26864
27326
|
numericError: "Thamani inapaswa kuwa ya nambari.",
|
26865
27327
|
minError: "Thamani haipaswi kuwa chini ya {0}",
|
26866
27328
|
maxError: "Thamani haipaswi kuwa kubwa kuliko {0}",
|
@@ -26878,6 +27340,7 @@ var swahiliStrings = {
|
|
26878
27340
|
urlRequestError: "Ombi lina kosa '{0}'. {1}",
|
26879
27341
|
urlGetChoicesError: "Ombi lilirudisha data tupu au the 'path' mali ya njia sio sahihi",
|
26880
27342
|
exceedMaxSize: "Saizi ya faili haipaswi kuzidi {0}.",
|
27343
|
+
noUploadFilesHandler: "Faili haziwezi kupakiwa. Tafadhali ongeza kishiko kwa tukio la 'onUploadFiles'.",
|
26881
27344
|
otherRequiredError: "Tafadhali ingiza thamani nyingine.",
|
26882
27345
|
uploadingFile: "Faili yako inapakia.Tafadhali subiri sekunde kadhaa na ujaribu tena.",
|
26883
27346
|
loadingFile: "Inapakia...",
|
@@ -26892,6 +27355,8 @@ var swahiliStrings = {
|
|
26892
27355
|
emptyRowsText: "Hakuna safu.",
|
26893
27356
|
addPanel: "Ongeza mpya",
|
26894
27357
|
removePanel: "Toa",
|
27358
|
+
showDetails: "Onyesha Maelezo",
|
27359
|
+
hideDetails: "Ficha Maelezo",
|
26895
27360
|
choices_Item: "kitu",
|
26896
27361
|
matrix_column: "Kolamu",
|
26897
27362
|
matrix_row: "Safu",
|
@@ -26930,7 +27395,9 @@ var swahiliStrings = {
|
|
26930
27395
|
more: "Zaidi",
|
26931
27396
|
tagboxDoneButtonCaption: "Sawa kabisa",
|
26932
27397
|
selectToRankEmptyRankedAreaText: "Chaguzi zote zimeorodheshwa",
|
26933
|
-
selectToRankEmptyUnrankedAreaText: "Buruta na uache uchaguzi hapa ili kuziorodhesha"
|
27398
|
+
selectToRankEmptyUnrankedAreaText: "Buruta na uache uchaguzi hapa ili kuziorodhesha",
|
27399
|
+
ok: "Sawa kabisa",
|
27400
|
+
cancel: "Katisha"
|
26934
27401
|
};
|
26935
27402
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["sw"] = swahiliStrings;
|
26936
27403
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sw"] = "swahili";
|
@@ -26957,7 +27424,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sw"]
|
|
26957
27424
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Buruta na uache uchaguzi hapa ili kuziorodhesha"// takePhotoCaption: "Take Photo" => "Chukua Picha"
|
26958
27425
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Bonyeza kitufe hapa chini ili kupiga picha kwa kutumia kamera."
|
26959
27426
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Drag na kuacha au kuchagua faili kupakia au kuchukua picha kwa kutumia kamera."
|
26960
|
-
// replaceFileCaption: "Replace file" => "Badilisha faili"
|
27427
|
+
// replaceFileCaption: "Replace file" => "Badilisha faili"// eachRowUniqueError: "Each row must have a unique value." => "Kila safu lazima iwe na thamani ya kipekee."
|
27428
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Faili haziwezi kupakiwa. Tafadhali ongeza kishiko kwa tukio la 'onUploadFiles'."
|
27429
|
+
// showDetails: "Show Details" => "Onyesha Maelezo"
|
27430
|
+
// hideDetails: "Hide Details" => "Ficha Maelezo"
|
27431
|
+
// ok: "OK" => "Sawa kabisa"
|
27432
|
+
// cancel: "Cancel" => "Katisha"
|
26961
27433
|
|
26962
27434
|
|
26963
27435
|
/***/ }),
|
@@ -26999,6 +27471,7 @@ var swedishSurveyStrings = {
|
|
26999
27471
|
requiredError: "Frågan är obligatorisk.",
|
27000
27472
|
requiredErrorInPanel: "Vänligen svara på minst en fråga.",
|
27001
27473
|
requiredInAllRowsError: "Var vänlig besvara frågorna på alla rader.",
|
27474
|
+
eachRowUniqueError: "Varje rad måste ha ett unikt värde.",
|
27002
27475
|
numericError: "Värdet ska vara numeriskt.",
|
27003
27476
|
minError: "Värdet får inte vara mindre än {0}",
|
27004
27477
|
maxError: "Värdet får inte vara större än {0}",
|
@@ -27016,6 +27489,7 @@ var swedishSurveyStrings = {
|
|
27016
27489
|
urlRequestError: "Förfrågan returnerade felet '{0}'. {1}",
|
27017
27490
|
urlGetChoicesError: "Antingen returnerade förfrågan ingen data eller så är egenskapen 'path' inte korrekt",
|
27018
27491
|
exceedMaxSize: "Filstorleken får ej överstiga {0}.",
|
27492
|
+
noUploadFilesHandler: "Filer kan inte laddas upp. Lägg till en hanterare för händelsen 'onUploadFiles'.",
|
27019
27493
|
otherRequiredError: "Var vänlig ange det andra värdet.",
|
27020
27494
|
uploadingFile: "Din fil laddas upp. Var vänlig vänta några sekunder och försök sedan igen.",
|
27021
27495
|
loadingFile: "Laddar...",
|
@@ -27030,6 +27504,8 @@ var swedishSurveyStrings = {
|
|
27030
27504
|
emptyRowsText: "Det finns inga rader.",
|
27031
27505
|
addPanel: "Lägg till ny",
|
27032
27506
|
removePanel: "Ta bort",
|
27507
|
+
showDetails: "Detaljer",
|
27508
|
+
hideDetails: "Göm detaljer",
|
27033
27509
|
choices_Item: "Artikel",
|
27034
27510
|
matrix_column: "Kolumn",
|
27035
27511
|
matrix_row: "Rad",
|
@@ -27068,7 +27544,9 @@ var swedishSurveyStrings = {
|
|
27068
27544
|
more: "Mer",
|
27069
27545
|
tagboxDoneButtonCaption: "OKEJ",
|
27070
27546
|
selectToRankEmptyRankedAreaText: "Alla val rangordnas",
|
27071
|
-
selectToRankEmptyUnrankedAreaText: "Dra och släpp val här för att rangordna dem"
|
27547
|
+
selectToRankEmptyUnrankedAreaText: "Dra och släpp val här för att rangordna dem",
|
27548
|
+
ok: "OKEJ",
|
27549
|
+
cancel: "Annullera"
|
27072
27550
|
};
|
27073
27551
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["sv"] = swedishSurveyStrings;
|
27074
27552
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sv"] = "svenska";
|
@@ -27083,7 +27561,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["sv"]
|
|
27083
27561
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dra och släpp val här för att rangordna dem"// takePhotoCaption: "Take Photo" => "Ta foto"
|
27084
27562
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Klicka på knappen nedan för att ta ett foto med kameran."
|
27085
27563
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Dra och släpp eller välj en fil att ladda upp eller ta ett foto med kameran."
|
27086
|
-
// replaceFileCaption: "Replace file" => "Ersätt fil"
|
27564
|
+
// replaceFileCaption: "Replace file" => "Ersätt fil"// eachRowUniqueError: "Each row must have a unique value." => "Varje rad måste ha ett unikt värde."
|
27565
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Filer kan inte laddas upp. Lägg till en hanterare för händelsen 'onUploadFiles'."
|
27566
|
+
// showDetails: "Show Details" => "Detaljer"
|
27567
|
+
// hideDetails: "Hide Details" => "Göm detaljer"
|
27568
|
+
// ok: "OK" => "OKEJ"
|
27569
|
+
// cancel: "Cancel" => "Annullera"
|
27087
27570
|
|
27088
27571
|
|
27089
27572
|
/***/ }),
|
@@ -27232,6 +27715,7 @@ var teluguStrings = {
|
|
27232
27715
|
requiredError: "దయచేసి ప్రశ్నకు జవాబు ఇవ్వండి",
|
27233
27716
|
requiredErrorInPanel: "దయచేసి కనీసం ఒక్క ప్రశ్నకైనా జవాబు ఇవ్వండి",
|
27234
27717
|
requiredInAllRowsError: "దయచేసి అన్ని వరుసలలో ఉన్న ప్రశ్నలకు జవాబు ఇవ్వండి",
|
27718
|
+
eachRowUniqueError: "ప్రతి వరుసకు ఒక ప్రత్యేకమైన విలువ ఉండాలి.",
|
27235
27719
|
numericError: "విలువను సంఖ్యలలో తెలియజేయండి",
|
27236
27720
|
minError: "విలువ {0} కంటే తక్కువగా ఉండకూడదు.",
|
27237
27721
|
maxError: "విలువ {0} కంటే ఎక్కువ ఉండకూడదు.",
|
@@ -27249,6 +27733,7 @@ var teluguStrings = {
|
|
27249
27733
|
urlRequestError: "విన్నపము {0} ని తప్పుగా గుర్తించింది {1}",
|
27250
27734
|
urlGetChoicesError: "విన్నపము ఖాళీ డేటాని తిరిగిచ్చింది, లేదా path తప్పైన ది",
|
27251
27735
|
exceedMaxSize: "ఫైల్ పరిమాణం{0} కంటే పెద్దదిగా ఉండకూడదు",
|
27736
|
+
noUploadFilesHandler: "ఫైళ్లను అప్ లోడ్ చేయలేం. దయచేసి 'ఆన్ అప్ లోడ్ ఫైల్స్' ఈవెంట్ కొరకు ఒక హ్యాండ్లర్ ని జోడించండి.",
|
27252
27737
|
otherRequiredError: "దయచేసి ఇతర విలువలను నమో దించండి",
|
27253
27738
|
uploadingFile: "మీ ఫైల్ అప్లోడ్ అవుతున్నది దయచేసి కొన్ని సెకండ్లు వేచి ఉండండి మరియు మళ్లీ ప్రయత్నించండి",
|
27254
27739
|
loadingFile: "లోడ్ అవుతున్నది",
|
@@ -27263,6 +27748,8 @@ var teluguStrings = {
|
|
27263
27748
|
emptyRowsText: "వరుసలు లేవు.",
|
27264
27749
|
addPanel: "కొత్త దాన్ని చేర్పించండి",
|
27265
27750
|
removePanel: "తీసేయండి",
|
27751
|
+
showDetails: "వివరాలు చూపించు",
|
27752
|
+
hideDetails: "వివరాలను దాచండి",
|
27266
27753
|
choices_Item: "వస్తువులు",
|
27267
27754
|
matrix_column: "కాలం ",
|
27268
27755
|
matrix_row: "వరుస",
|
@@ -27301,7 +27788,9 @@ var teluguStrings = {
|
|
27301
27788
|
more: "ఎక్కువ",
|
27302
27789
|
tagboxDoneButtonCaption: "సరే",
|
27303
27790
|
selectToRankEmptyRankedAreaText: "అన్ని ఎంపికలు ర్యాంక్ చేయబడతాయి",
|
27304
|
-
selectToRankEmptyUnrankedAreaText: "వాటిని ర్యాంక్ చేయడం కొరకు ఎంపికలను ఇక్కడ డ్రాగ్ మరియు డ్రాప్ చేయండి"
|
27791
|
+
selectToRankEmptyUnrankedAreaText: "వాటిని ర్యాంక్ చేయడం కొరకు ఎంపికలను ఇక్కడ డ్రాగ్ మరియు డ్రాప్ చేయండి",
|
27792
|
+
ok: "సరే",
|
27793
|
+
cancel: "రద్దు"
|
27305
27794
|
};
|
27306
27795
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["tel"] = teluguStrings;
|
27307
27796
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tel"] = "Telugu";
|
@@ -27329,7 +27818,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tel"
|
|
27329
27818
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "వాటిని ర్యాంక్ చేయడం కొరకు ఎంపికలను ఇక్కడ డ్రాగ్ మరియు డ్రాప్ చేయండి"// takePhotoCaption: "Take Photo" => "ఫోటో తీసుకోండి"
|
27330
27819
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "కెమెరాను ఉపయోగించి ఫోటో తీయడానికి దిగువ బటన్ మీద క్లిక్ చేయండి."
|
27331
27820
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "కెమెరాను ఉపయోగించి ఫోటోను అప్ లోడ్ చేయడానికి లేదా తీయడానికి ఫైల్ ను డ్రాగ్ మరియు డ్రాప్ చేయండి లేదా ఎంచుకోండి."
|
27332
|
-
// replaceFileCaption: "Replace file" => "ఫైలు మార్చండి"
|
27821
|
+
// replaceFileCaption: "Replace file" => "ఫైలు మార్చండి"// eachRowUniqueError: "Each row must have a unique value." => "ప్రతి వరుసకు ఒక ప్రత్యేకమైన విలువ ఉండాలి."
|
27822
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ఫైళ్లను అప్ లోడ్ చేయలేం. దయచేసి 'ఆన్ అప్ లోడ్ ఫైల్స్' ఈవెంట్ కొరకు ఒక హ్యాండ్లర్ ని జోడించండి."
|
27823
|
+
// showDetails: "Show Details" => "వివరాలు చూపించు"
|
27824
|
+
// hideDetails: "Hide Details" => "వివరాలను దాచండి"
|
27825
|
+
// ok: "OK" => "సరే"
|
27826
|
+
// cancel: "Cancel" => "రద్దు"
|
27333
27827
|
|
27334
27828
|
|
27335
27829
|
/***/ }),
|
@@ -27371,6 +27865,7 @@ var thaiStrings = {
|
|
27371
27865
|
requiredError: "กรุณาตอบคำถาม",
|
27372
27866
|
requiredErrorInPanel: "กรุณาตอบขั้นต่ำหนึ่งคำถาม",
|
27373
27867
|
requiredInAllRowsError: "กรุณาตอบคำถามในทุกๆแถว",
|
27868
|
+
eachRowUniqueError: "แต่ละแถวต้องมีค่าที่ไม่ซ้ํากัน",
|
27374
27869
|
numericError: "ข้อมูลที่ใส่ต้องเป็นตัวเลข",
|
27375
27870
|
minError: "ค่าไม่ควรน้อยกว่า {0}",
|
27376
27871
|
maxError: "ค่าไม่ควรเกิน{0}",
|
@@ -27388,6 +27883,7 @@ var thaiStrings = {
|
|
27388
27883
|
urlRequestError: "รีเควสรีเทิร์น error '{0}'. {1}",
|
27389
27884
|
urlGetChoicesError: "รีเควสรีเทิร์นข้อมูลว่างเปล่า หรือ 'path' property ไม่ถูกต้อง",
|
27390
27885
|
exceedMaxSize: "ขนาดไฟล์ต้องไม่เกิน {0}.",
|
27886
|
+
noUploadFilesHandler: "ไม่สามารถอัปโหลดไฟล์ได้ โปรดเพิ่มตัวจัดการสําหรับเหตุการณ์ 'onUploadFiles'",
|
27391
27887
|
otherRequiredError: "กรุณาใส่ค่าอื่น",
|
27392
27888
|
uploadingFile: "ไฟล์ของคุณกำลังอัพโหลดอยู่. กรุณารอสักครู่แล้วทำการลองอีกครั้ง",
|
27393
27889
|
loadingFile: "กำลังโหลด...",
|
@@ -27402,6 +27898,8 @@ var thaiStrings = {
|
|
27402
27898
|
emptyRowsText: "ไม่มีแถว",
|
27403
27899
|
addPanel: "เพิ่ม",
|
27404
27900
|
removePanel: "ลบ",
|
27901
|
+
showDetails: "แสดงรายละเอียด",
|
27902
|
+
hideDetails: "ซ่อนรายละเอียด",
|
27405
27903
|
choices_Item: "ชิ้น",
|
27406
27904
|
matrix_column: "คอลัมน์",
|
27407
27905
|
matrix_row: "แถว",
|
@@ -27440,7 +27938,9 @@ var thaiStrings = {
|
|
27440
27938
|
more: "อีก",
|
27441
27939
|
tagboxDoneButtonCaption: "ตกลง, ได้",
|
27442
27940
|
selectToRankEmptyRankedAreaText: "ตัวเลือกทั้งหมดจะถูกจัดอันดับ",
|
27443
|
-
selectToRankEmptyUnrankedAreaText: "ลากและวางตัวเลือกที่นี่เพื่อจัดอันดับ"
|
27941
|
+
selectToRankEmptyUnrankedAreaText: "ลากและวางตัวเลือกที่นี่เพื่อจัดอันดับ",
|
27942
|
+
ok: "ตกลง, ได้",
|
27943
|
+
cancel: "ยกเลิก"
|
27444
27944
|
};
|
27445
27945
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["th"] = thaiStrings;
|
27446
27946
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["th"] = "ไทย";
|
@@ -27467,7 +27967,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["th"]
|
|
27467
27967
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "ลากและวางตัวเลือกที่นี่เพื่อจัดอันดับ"// takePhotoCaption: "Take Photo" => "ถ่ายรูป"
|
27468
27968
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "คลิกปุ่มด้านล่างเพื่อถ่ายภาพโดยใช้กล้อง"
|
27469
27969
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "ลากและวางหรือเลือกไฟล์ที่จะอัปโหลดหรือถ่ายภาพโดยใช้กล้อง"
|
27470
|
-
// replaceFileCaption: "Replace file" => "แทนที่ไฟล์"
|
27970
|
+
// replaceFileCaption: "Replace file" => "แทนที่ไฟล์"// eachRowUniqueError: "Each row must have a unique value." => "แต่ละแถวต้องมีค่าที่ไม่ซ้ํากัน"
|
27971
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "ไม่สามารถอัปโหลดไฟล์ได้ โปรดเพิ่มตัวจัดการสําหรับเหตุการณ์ 'onUploadFiles'"
|
27972
|
+
// showDetails: "Show Details" => "แสดงรายละเอียด"
|
27973
|
+
// hideDetails: "Hide Details" => "ซ่อนรายละเอียด"
|
27974
|
+
// ok: "OK" => "ตกลง, ได้"
|
27975
|
+
// cancel: "Cancel" => "ยกเลิก"
|
27471
27976
|
|
27472
27977
|
|
27473
27978
|
/***/ }),
|
@@ -27509,6 +28014,7 @@ var traditionalChineseSurveyStrings = {
|
|
27509
28014
|
requiredError: "請填寫此問題",
|
27510
28015
|
requiredErrorInPanel: "需要回答:至少回答一個問題。",
|
27511
28016
|
requiredInAllRowsError: "請填寫所有行中問題",
|
28017
|
+
eachRowUniqueError: "每行必須具有唯一值。",
|
27512
28018
|
numericError: "答案必須是個數字",
|
27513
28019
|
minError: "該值不應小於 {0}",
|
27514
28020
|
maxError: "該值不應大於 {0}",
|
@@ -27526,6 +28032,7 @@ var traditionalChineseSurveyStrings = {
|
|
27526
28032
|
urlRequestError: "載入選項時發生錯誤 '{0}': {1}",
|
27527
28033
|
urlGetChoicesError: "未能載入有效的選項或請求參數路徑有誤",
|
27528
28034
|
exceedMaxSize: "文件大小不能超過 {0}",
|
28035
|
+
noUploadFilesHandler: "無法上傳檔。請為「onUploadFiles」事件添加處理程式。",
|
27529
28036
|
otherRequiredError: "請完成其他問題",
|
27530
28037
|
uploadingFile: "文件上傳中... 請耐心等待幾秒後重試",
|
27531
28038
|
loadingFile: "裝載。。。",
|
@@ -27540,6 +28047,8 @@ var traditionalChineseSurveyStrings = {
|
|
27540
28047
|
emptyRowsText: "沒有行。",
|
27541
28048
|
addPanel: "新增",
|
27542
28049
|
removePanel: "刪除",
|
28050
|
+
showDetails: "顯示詳細資訊",
|
28051
|
+
hideDetails: "隱藏詳細資訊",
|
27543
28052
|
choices_Item: "選項",
|
27544
28053
|
matrix_column: "列",
|
27545
28054
|
matrix_row: "行",
|
@@ -27578,7 +28087,9 @@ var traditionalChineseSurveyStrings = {
|
|
27578
28087
|
more: "更多",
|
27579
28088
|
tagboxDoneButtonCaption: "還行",
|
27580
28089
|
selectToRankEmptyRankedAreaText: "所有選擇均已排名",
|
27581
|
-
selectToRankEmptyUnrankedAreaText: "將選項拖放到此處進行排名"
|
28090
|
+
selectToRankEmptyUnrankedAreaText: "將選項拖放到此處進行排名",
|
28091
|
+
ok: "還行",
|
28092
|
+
cancel: "取消"
|
27582
28093
|
};
|
27583
28094
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["zh-tw"] = traditionalChineseSurveyStrings;
|
27584
28095
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-tw"] = "繁體中文";
|
@@ -27640,7 +28151,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["zh-t
|
|
27640
28151
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "將選項拖放到此處進行排名"// takePhotoCaption: "Take Photo" => "拍照"
|
27641
28152
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "按下下面的按鈕使用相機拍照。"
|
27642
28153
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "拖放或選擇要上傳的檔或使用相機拍攝照片。"
|
27643
|
-
// replaceFileCaption: "Replace file" => "替換檔"
|
28154
|
+
// replaceFileCaption: "Replace file" => "替換檔"// eachRowUniqueError: "Each row must have a unique value." => "每行必須具有唯一值。"
|
28155
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "無法上傳檔。請為「onUploadFiles」事件添加處理程式。"
|
28156
|
+
// showDetails: "Show Details" => "顯示詳細資訊"
|
28157
|
+
// hideDetails: "Hide Details" => "隱藏詳細資訊"
|
28158
|
+
// ok: "OK" => "還行"
|
28159
|
+
// cancel: "Cancel" => "取消"
|
27644
28160
|
|
27645
28161
|
|
27646
28162
|
/***/ }),
|
@@ -27682,6 +28198,7 @@ var turkishSurveyStrings = {
|
|
27682
28198
|
requiredError: "Lütfen soruya cevap verin.",
|
27683
28199
|
requiredErrorInPanel: "Lütfen en az bir soruyu yanıtlayın.",
|
27684
28200
|
requiredInAllRowsError: "Lütfen tüm satırlardaki soruları cevaplayın.",
|
28201
|
+
eachRowUniqueError: "Her satırın benzersiz bir değeri olmalıdır.",
|
27685
28202
|
numericError: "Değer sayısal olmalıdır.",
|
27686
28203
|
minError: "Değer {0}'den küçük olmamalıdır",
|
27687
28204
|
maxError: "Değer {0}'dan büyük olmamalıdır",
|
@@ -27699,6 +28216,7 @@ var turkishSurveyStrings = {
|
|
27699
28216
|
urlRequestError: "İstek '{0}' hatasını döndürdü. {1}",
|
27700
28217
|
urlGetChoicesError: "İstek boş veri döndürdü veya 'path' özelliği yanlış",
|
27701
28218
|
exceedMaxSize: "Dosya boyutu {0} değerini geçemez.",
|
28219
|
+
noUploadFilesHandler: "Dosyalar yüklenemiyor. Lütfen 'onUploadFiles' olayı için bir işleyici ekleyin.",
|
27702
28220
|
otherRequiredError: "Lütfen diğer değerleri girin.",
|
27703
28221
|
uploadingFile: "Dosyanız yükleniyor. Lütfen birkaç saniye bekleyin ve tekrar deneyin.",
|
27704
28222
|
loadingFile: "Yükleniyor...",
|
@@ -27713,6 +28231,8 @@ var turkishSurveyStrings = {
|
|
27713
28231
|
emptyRowsText: "Satır yok.",
|
27714
28232
|
addPanel: "Yeni ekle",
|
27715
28233
|
removePanel: "Kaldır",
|
28234
|
+
showDetails: "Detayları göster",
|
28235
|
+
hideDetails: "Detayları Gizle",
|
27716
28236
|
choices_Item: "öğe",
|
27717
28237
|
matrix_column: "Sütun",
|
27718
28238
|
matrix_row: "Satır",
|
@@ -27751,7 +28271,9 @@ var turkishSurveyStrings = {
|
|
27751
28271
|
more: "Daha fazla",
|
27752
28272
|
tagboxDoneButtonCaption: "TAMAM",
|
27753
28273
|
selectToRankEmptyRankedAreaText: "Tüm seçenekler sıralanmıştır",
|
27754
|
-
selectToRankEmptyUnrankedAreaText: "Seçimleri sıralamak için buraya sürükleyip bırakın"
|
28274
|
+
selectToRankEmptyUnrankedAreaText: "Seçimleri sıralamak için buraya sürükleyip bırakın",
|
28275
|
+
ok: "TAMAM",
|
28276
|
+
cancel: "İptal"
|
27755
28277
|
};
|
27756
28278
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["tr"] = turkishSurveyStrings;
|
27757
28279
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tr"] = "türkçe";
|
@@ -27760,7 +28282,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["tr"]
|
|
27760
28282
|
// takePhotoCaption: "Take Photo" => "Fotoğraf Çekin"
|
27761
28283
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Kamerayı kullanarak fotoğraf çekmek için aşağıdaki düğmeyi tıklayın."
|
27762
28284
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Kamerayı kullanarak fotoğraf yüklemek veya fotoğraf çekmek için bir dosyayı sürükleyip bırakın veya seçin."
|
27763
|
-
// replaceFileCaption: "Replace file" => "Dosyayı değiştir"
|
28285
|
+
// replaceFileCaption: "Replace file" => "Dosyayı değiştir"// eachRowUniqueError: "Each row must have a unique value." => "Her satırın benzersiz bir değeri olmalıdır."
|
28286
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Dosyalar yüklenemiyor. Lütfen 'onUploadFiles' olayı için bir işleyici ekleyin."
|
28287
|
+
// showDetails: "Show Details" => "Detayları göster"
|
28288
|
+
// hideDetails: "Hide Details" => "Detayları Gizle"
|
28289
|
+
// ok: "OK" => "TAMAM"
|
28290
|
+
// cancel: "Cancel" => "İptal"
|
27764
28291
|
|
27765
28292
|
|
27766
28293
|
/***/ }),
|
@@ -27802,6 +28329,7 @@ var ukrainianSurveyStrings = {
|
|
27802
28329
|
requiredError: "Будь ласка, дайте відповідь.",
|
27803
28330
|
requiredErrorInPanel: "Будь ласка, дайте відповідь хоча б на одне питання.",
|
27804
28331
|
requiredInAllRowsError: "Будь ласка, дайте відповідь на питання в кожному рядку.",
|
28332
|
+
eachRowUniqueError: "Кожен рядок повинен мати унікальне значення.",
|
27805
28333
|
numericError: "Відповідь повинна бути числом.",
|
27806
28334
|
minError: "Значення не повинно бути менше {0}",
|
27807
28335
|
maxError: "Значення не повинно бути більше {0}",
|
@@ -27819,6 +28347,7 @@ var ukrainianSurveyStrings = {
|
|
27819
28347
|
urlRequestError: "Запит повернув помилку '{0}'. {1}",
|
27820
28348
|
urlGetChoicesError: "Відповідь на запит повернулась порожньою або властивіть 'path' вказано невірно",
|
27821
28349
|
exceedMaxSize: "Розмір файлу не повинен перевищувати {0}.",
|
28350
|
+
noUploadFilesHandler: "Файли не можна завантажити. Будь ласка, додайте обробник для події 'onUploadFiles'.",
|
27822
28351
|
otherRequiredError: "Будь ласка, введіть дані в поле 'Інше'",
|
27823
28352
|
uploadingFile: "Ваш файл завантажується. Зачекайте декілька секунд і спробуйте знову.",
|
27824
28353
|
loadingFile: "Завантаження...",
|
@@ -27833,6 +28362,8 @@ var ukrainianSurveyStrings = {
|
|
27833
28362
|
emptyRowsText: "Рядів немає.",
|
27834
28363
|
addPanel: "Додати нову",
|
27835
28364
|
removePanel: "Видалити",
|
28365
|
+
showDetails: "Показати подробиці",
|
28366
|
+
hideDetails: "Сховати подробиці",
|
27836
28367
|
choices_Item: "Варіант",
|
27837
28368
|
matrix_column: "Колонка",
|
27838
28369
|
matrix_row: "Рядок",
|
@@ -27871,7 +28402,9 @@ var ukrainianSurveyStrings = {
|
|
27871
28402
|
more: "Більше",
|
27872
28403
|
tagboxDoneButtonCaption: "ГАРАЗД",
|
27873
28404
|
selectToRankEmptyRankedAreaText: "Всі варіанти ранжуються",
|
27874
|
-
selectToRankEmptyUnrankedAreaText: "Перетягніть варіанти тут, щоб оцінити їх"
|
28405
|
+
selectToRankEmptyUnrankedAreaText: "Перетягніть варіанти тут, щоб оцінити їх",
|
28406
|
+
ok: "ГАРАЗД",
|
28407
|
+
cancel: "Скасувати"
|
27875
28408
|
};
|
27876
28409
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["ua"] = ukrainianSurveyStrings;
|
27877
28410
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ua"] = "українська";
|
@@ -27898,7 +28431,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["ua"]
|
|
27898
28431
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Перетягніть варіанти тут, щоб оцінити їх"// takePhotoCaption: "Take Photo" => "Зробити фото"
|
27899
28432
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Натисніть кнопку нижче, щоб зробити фото за допомогою камери."
|
27900
28433
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Перетягніть або виберіть файл, щоб завантажити або зробити фотографію за допомогою камери."
|
27901
|
-
// replaceFileCaption: "Replace file" => "Замінити файл"
|
28434
|
+
// replaceFileCaption: "Replace file" => "Замінити файл"// eachRowUniqueError: "Each row must have a unique value." => "Кожен рядок повинен мати унікальне значення."
|
28435
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Файли не можна завантажити. Будь ласка, додайте обробник для події 'onUploadFiles'."
|
28436
|
+
// showDetails: "Show Details" => "Показати подробиці"
|
28437
|
+
// hideDetails: "Hide Details" => "Сховати подробиці"
|
28438
|
+
// ok: "OK" => "ГАРАЗД"
|
28439
|
+
// cancel: "Cancel" => "Скасувати"
|
27902
28440
|
|
27903
28441
|
|
27904
28442
|
/***/ }),
|
@@ -27940,6 +28478,7 @@ var vietnameseSurveyStrings = {
|
|
27940
28478
|
requiredError: "Vui lòng trả lời câu hỏi.",
|
27941
28479
|
requiredErrorInPanel: "Vui lòng trả lời ít nhất một câu hỏi.",
|
27942
28480
|
requiredInAllRowsError: "Vui lòng trả lời các câu hỏi trên tất cả các dòng.",
|
28481
|
+
eachRowUniqueError: "Mỗi hàng phải có một giá trị duy nhất.",
|
27943
28482
|
numericError: "Giá trị nên là kiểu số.",
|
27944
28483
|
minError: "Giá trị không được nhỏ hơn {0}",
|
27945
28484
|
maxError: "Giá trị không được lớn hơn {0}",
|
@@ -27957,6 +28496,7 @@ var vietnameseSurveyStrings = {
|
|
27957
28496
|
urlRequestError: "Yêu cầu trả về lỗi '{0}'. {1}",
|
27958
28497
|
urlGetChoicesError: "Yêu cầu trả về dữ liệu trống hoặc thuộc tính 'path' không đúng",
|
27959
28498
|
exceedMaxSize: "Kích thước tập tin không nên vượt quá {0}.",
|
28499
|
+
noUploadFilesHandler: "Không thể tải tệp lên. Vui lòng thêm trình xử lý cho sự kiện 'onUploadFiles'.",
|
27960
28500
|
otherRequiredError: "Vui lòng điền giá trị khác.",
|
27961
28501
|
uploadingFile: "Tập tin đang được tải lên. Vui lòng chờ một lúc và thử lại.",
|
27962
28502
|
loadingFile: "Đang tải...",
|
@@ -27971,6 +28511,8 @@ var vietnameseSurveyStrings = {
|
|
27971
28511
|
emptyRowsText: "Không có hàng.",
|
27972
28512
|
addPanel: "Thêm mới",
|
27973
28513
|
removePanel: "Xóa",
|
28514
|
+
showDetails: "Hiển thị chi tiết",
|
28515
|
+
hideDetails: "Ẩn chi tiết",
|
27974
28516
|
choices_Item: "mục",
|
27975
28517
|
matrix_column: "Cột",
|
27976
28518
|
matrix_row: "Dòng",
|
@@ -28009,7 +28551,9 @@ var vietnameseSurveyStrings = {
|
|
28009
28551
|
more: "Nhiều hơn",
|
28010
28552
|
tagboxDoneButtonCaption: "OK",
|
28011
28553
|
selectToRankEmptyRankedAreaText: "Tất cả các lựa chọn được xếp hạng",
|
28012
|
-
selectToRankEmptyUnrankedAreaText: "Kéo và thả các lựa chọn vào đây để xếp hạng chúng"
|
28554
|
+
selectToRankEmptyUnrankedAreaText: "Kéo và thả các lựa chọn vào đây để xếp hạng chúng",
|
28555
|
+
ok: "OK",
|
28556
|
+
cancel: "Hủy"
|
28013
28557
|
};
|
28014
28558
|
//Uncomment these two lines on creating a translation file. You should replace "en" and enStrings with your locale ("fr", "de" and so on) and your variable.
|
28015
28559
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["vi"] = vietnameseSurveyStrings;
|
@@ -28037,7 +28581,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["vi"]
|
|
28037
28581
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Kéo và thả các lựa chọn vào đây để xếp hạng chúng"// takePhotoCaption: "Take Photo" => "Chụp ảnh"
|
28038
28582
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Nhấp vào nút bên dưới để chụp ảnh bằng máy ảnh."
|
28039
28583
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Kéo và thả hoặc chọn tệp để tải lên hoặc chụp ảnh bằng máy ảnh."
|
28040
|
-
// replaceFileCaption: "Replace file" => "Thay thế tập tin"
|
28584
|
+
// replaceFileCaption: "Replace file" => "Thay thế tập tin"// eachRowUniqueError: "Each row must have a unique value." => "Mỗi hàng phải có một giá trị duy nhất."
|
28585
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Không thể tải tệp lên. Vui lòng thêm trình xử lý cho sự kiện 'onUploadFiles'."
|
28586
|
+
// showDetails: "Show Details" => "Hiển thị chi tiết"
|
28587
|
+
// hideDetails: "Hide Details" => "Ẩn chi tiết"
|
28588
|
+
// ok: "OK" => "OK"
|
28589
|
+
// cancel: "Cancel" => "Hủy"
|
28041
28590
|
|
28042
28591
|
|
28043
28592
|
/***/ }),
|
@@ -28079,6 +28628,7 @@ var welshSurveyStrings = {
|
|
28079
28628
|
requiredError: "Atebwch y cwestiwn.",
|
28080
28629
|
requiredErrorInPanel: "Atebwch o leiaf un cwestiwn.",
|
28081
28630
|
requiredInAllRowsError: "Atebwch y cwestiynau ym mhob rhes.",
|
28631
|
+
eachRowUniqueError: "Rhaid i bob rhes fod â gwerth unigryw.",
|
28082
28632
|
numericError: "Dylai’r gwerth fod yn rhif.",
|
28083
28633
|
minError: "Ni ddylai'r gwerth fod yn llai na {0}",
|
28084
28634
|
maxError: "Ni ddylai'r gwerth fod yn fwy na {0}",
|
@@ -28096,6 +28646,7 @@ var welshSurveyStrings = {
|
|
28096
28646
|
urlRequestError: "Roedd y cais wedi arwain at y gwall '{0}'. {1}",
|
28097
28647
|
urlGetChoicesError: "Roedd y cais wedi arwain at ddata gwag neu mae priodwedd y ‘path’ yn anghywir ",
|
28098
28648
|
exceedMaxSize: "Ddylai’r ffeil ddim bod yn fwy na {0}.",
|
28649
|
+
noUploadFilesHandler: "Ni ellir llwytho ffeiliau i fyny. Ychwanegwch handler ar gyfer y digwyddiad 'onUploadFiles'.",
|
28099
28650
|
otherRequiredError: "Rhowch y gwerth arall.",
|
28100
28651
|
uploadingFile: "Mae eich ffeil wrthi’n llwytho i fyny. Arhoswch ychydig o eiliadau a rhoi cynnig arall arni.",
|
28101
28652
|
loadingFile: "Wrthi’n llwytho...",
|
@@ -28110,6 +28661,8 @@ var welshSurveyStrings = {
|
|
28110
28661
|
emptyRowsText: "Nid oes unrhyw ffraeau.",
|
28111
28662
|
addPanel: "Ychwanegu o’r newydd",
|
28112
28663
|
removePanel: "Tynnu",
|
28664
|
+
showDetails: "Dangos manylion",
|
28665
|
+
hideDetails: "Manylion Cuddio",
|
28113
28666
|
choices_Item: "eitem",
|
28114
28667
|
matrix_column: "Colofn",
|
28115
28668
|
matrix_row: "Rhes",
|
@@ -28148,7 +28701,9 @@ var welshSurveyStrings = {
|
|
28148
28701
|
more: "Rhagor",
|
28149
28702
|
tagboxDoneButtonCaption: "OCÊ",
|
28150
28703
|
selectToRankEmptyRankedAreaText: "Mae'r holl ddewisiadau yn cael eu rhestru",
|
28151
|
-
selectToRankEmptyUnrankedAreaText: "Dewisiadau llusgo a gollwng yma i'w graddio"
|
28704
|
+
selectToRankEmptyUnrankedAreaText: "Dewisiadau llusgo a gollwng yma i'w graddio",
|
28705
|
+
ok: "OCÊ",
|
28706
|
+
cancel: "Canslo"
|
28152
28707
|
};
|
28153
28708
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].locales["cy"] = welshSurveyStrings;
|
28154
28709
|
survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cy"] = "cymraeg";
|
@@ -28175,7 +28730,12 @@ survey_core__WEBPACK_IMPORTED_MODULE_0__["surveyLocalization"].localeNames["cy"]
|
|
28175
28730
|
// selectToRankEmptyUnrankedAreaText: "Drag and drop choices here to rank them" => "Dewisiadau llusgo a gollwng yma i'w graddio"// takePhotoCaption: "Take Photo" => "Tynnu Llun"
|
28176
28731
|
// photoPlaceholder: "Click the button below to take a photo using the camera." => "Cliciwch y botwm isod i dynnu llun gan ddefnyddio'r camera."
|
28177
28732
|
// fileOrPhotoPlaceholder: "Drag and drop or select a file to upload or take a photo using the camera." => "Llusgwch a gollwng neu dewiswch ffeil i lanlwytho neu dynnu llun gan ddefnyddio'r camera."
|
28178
|
-
// replaceFileCaption: "Replace file" => "Amnewid ffeil"
|
28733
|
+
// replaceFileCaption: "Replace file" => "Amnewid ffeil"// eachRowUniqueError: "Each row must have a unique value." => "Rhaid i bob rhes fod â gwerth unigryw."
|
28734
|
+
// noUploadFilesHandler: "Files cannot be uploaded. Please add a handler for the 'onUploadFiles' event." => "Ni ellir llwytho ffeiliau i fyny. Ychwanegwch handler ar gyfer y digwyddiad 'onUploadFiles'."
|
28735
|
+
// showDetails: "Show Details" => "Dangos manylion"
|
28736
|
+
// hideDetails: "Hide Details" => "Manylion Cuddio"
|
28737
|
+
// ok: "OK" => "OCÊ"
|
28738
|
+
// cancel: "Cancel" => "Canslo"
|
28179
28739
|
|
28180
28740
|
|
28181
28741
|
/***/ }),
|
@@ -28274,9 +28834,13 @@ var QuestionMatrixBaseModel = /** @class */ (function (_super) {
|
|
28274
28834
|
/**
|
28275
28835
|
* An array of matrix columns.
|
28276
28836
|
*
|
28277
|
-
*
|
28837
|
+
* For a Single-Select Matrix, the `columns` array can contain configuration objects with the `text` (display value) and `value` (value to be saved in survey results) properties. Alternatively, the array can contain primitive values that will be used as both the display values and values to be saved in survey results.
|
28278
28838
|
*
|
28279
|
-
* [View Demo](https://surveyjs.io/form-library/examples/single-selection-matrix-table-question/ (linkStyle))
|
28839
|
+
* [View "Single-Select Matrix" Demo](https://surveyjs.io/form-library/examples/single-selection-matrix-table-question/ (linkStyle))
|
28840
|
+
*
|
28841
|
+
* For a Multi-Select Matrix or Dynamic Matrix, the `columns` array should contain configuration objects with properties described in the [`MatrixDropdownColumn`](https://surveyjs.io/form-library/documentation/api-reference/multi-select-matrix-column-values) API Reference section.
|
28842
|
+
*
|
28843
|
+
* [View "Multi-Select Matrix" Demo](https://surveyjs.io/form-library/examples/questiontype-matrixdropdown/ (linkStyle))
|
28280
28844
|
*/
|
28281
28845
|
get: function () {
|
28282
28846
|
return this.getPropertyValue("columns");
|
@@ -29742,7 +30306,7 @@ var PanelModelBase = /** @class */ (function (_super) {
|
|
29742
30306
|
*
|
29743
30307
|
* A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
|
29744
30308
|
*
|
29745
|
-
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
|
30309
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
29746
30310
|
* @see visible
|
29747
30311
|
* @see isVisible
|
29748
30312
|
*/
|
@@ -30048,7 +30612,7 @@ var PanelModelBase = /** @class */ (function (_super) {
|
|
30048
30612
|
*
|
30049
30613
|
* A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
|
30050
30614
|
*
|
30051
|
-
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
|
30615
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
30052
30616
|
* @see isRequired
|
30053
30617
|
*/
|
30054
30618
|
get: function () {
|
@@ -30484,7 +31048,7 @@ var PanelModelBase = /** @class */ (function (_super) {
|
|
30484
31048
|
PanelModelBase.prototype.isLazyRenderInRow = function (rowIndex) {
|
30485
31049
|
if (!this.survey || !this.survey.isLazyRendering)
|
30486
31050
|
return false;
|
30487
|
-
return (rowIndex >=
|
31051
|
+
return (rowIndex >= this.survey.lazyRenderingFirstBatchSize ||
|
30488
31052
|
!this.canRenderFirstRows());
|
30489
31053
|
};
|
30490
31054
|
PanelModelBase.prototype.canRenderFirstRows = function () {
|
@@ -30698,7 +31262,7 @@ var PanelModelBase = /** @class */ (function (_super) {
|
|
30698
31262
|
*
|
30699
31263
|
* A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
|
30700
31264
|
*
|
30701
|
-
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
|
31265
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
30702
31266
|
* @see readOnly
|
30703
31267
|
* @see isReadOnly
|
30704
31268
|
*/
|
@@ -34557,7 +35121,7 @@ var Question = /** @class */ (function (_super) {
|
|
34557
35121
|
*
|
34558
35122
|
* A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
|
34559
35123
|
*
|
34560
|
-
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
|
35124
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
34561
35125
|
* @see visible
|
34562
35126
|
* @see isVisible
|
34563
35127
|
*/
|
@@ -35618,7 +36182,7 @@ var Question = /** @class */ (function (_super) {
|
|
35618
36182
|
*
|
35619
36183
|
* A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
|
35620
36184
|
*
|
35621
|
-
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
|
36185
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
35622
36186
|
* @see isRequired
|
35623
36187
|
*/
|
35624
36188
|
get: function () {
|
@@ -35774,7 +36338,7 @@ var Question = /** @class */ (function (_super) {
|
|
35774
36338
|
*
|
35775
36339
|
* A survey parses and runs all expressions on startup. If any values used in the expression change, the survey re-evaluates it.
|
35776
36340
|
*
|
35777
|
-
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility)
|
36341
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
35778
36342
|
* @see readOnly
|
35779
36343
|
* @see isReadOnly
|
35780
36344
|
*/
|
@@ -38600,7 +39164,7 @@ var QuestionSelectBase = /** @class */ (function (_super) {
|
|
38600
39164
|
});
|
38601
39165
|
Object.defineProperty(QuestionSelectBase.prototype, "otherErrorText", {
|
38602
39166
|
/**
|
38603
|
-
*
|
39167
|
+
* Gets or sets an error message displayed when users select the "Other" choice item but leave the comment area empty.
|
38604
39168
|
* @see showOtherItem
|
38605
39169
|
*/
|
38606
39170
|
get: function () {
|
@@ -39653,7 +40217,7 @@ var QuestionCheckboxBase = /** @class */ (function (_super) {
|
|
39653
40217
|
}
|
39654
40218
|
Object.defineProperty(QuestionCheckboxBase.prototype, "colCount", {
|
39655
40219
|
/**
|
39656
|
-
*
|
40220
|
+
* Gets or sets the number of columns used to arrange choice items.
|
39657
40221
|
*
|
39658
40222
|
* Set this property to 0 if you want to display all items in one line. The default value depends on the available width.
|
39659
40223
|
* @see separateSpecialChoices
|
@@ -41572,6 +42136,13 @@ var ComponentQuestionJSON = /** @class */ (function () {
|
|
41572
42136
|
return question.getDisplayValue(keyAsText, value);
|
41573
42137
|
return this.json.getDisplayValue(question);
|
41574
42138
|
};
|
42139
|
+
Object.defineProperty(ComponentQuestionJSON.prototype, "defaultQuestionTitle", {
|
42140
|
+
get: function () {
|
42141
|
+
return this.json.defaultQuestionTitle;
|
42142
|
+
},
|
42143
|
+
enumerable: false,
|
42144
|
+
configurable: true
|
42145
|
+
});
|
41575
42146
|
ComponentQuestionJSON.prototype.setValueToQuestion = function (val) {
|
41576
42147
|
var converter = this.json.valueToQuestion || this.json.setValue;
|
41577
42148
|
return !!converter ? converter(val) : val;
|
@@ -41679,6 +42250,8 @@ var QuestionCustomModelBase = /** @class */ (function (_super) {
|
|
41679
42250
|
_this.customQuestion = customQuestion;
|
41680
42251
|
_jsonobject__WEBPACK_IMPORTED_MODULE_1__["CustomPropertiesCollection"].createProperties(_this);
|
41681
42252
|
_survey_element__WEBPACK_IMPORTED_MODULE_2__["SurveyElement"].CreateDisabledDesignElements = true;
|
42253
|
+
_this.locQuestionTitle = _this.createLocalizableString("questionTitle", _this);
|
42254
|
+
_this.locQuestionTitle.setJson(_this.customQuestion.defaultQuestionTitle);
|
41682
42255
|
_this.createWrapper();
|
41683
42256
|
_survey_element__WEBPACK_IMPORTED_MODULE_2__["SurveyElement"].CreateDisabledDesignElements = false;
|
41684
42257
|
if (!!_this.customQuestion) {
|
@@ -41701,6 +42274,12 @@ var QuestionCustomModelBase = /** @class */ (function (_super) {
|
|
41701
42274
|
this.getElement().localeChanged();
|
41702
42275
|
}
|
41703
42276
|
};
|
42277
|
+
QuestionCustomModelBase.prototype.getDefaultTitle = function () {
|
42278
|
+
if (!this.locQuestionTitle.isEmpty) {
|
42279
|
+
return this.getProcessedText(this.locQuestionTitle.textOrHtml);
|
42280
|
+
}
|
42281
|
+
return _super.prototype.getDefaultTitle.call(this);
|
42282
|
+
};
|
41704
42283
|
QuestionCustomModelBase.prototype.addUsedLocales = function (locales) {
|
41705
42284
|
_super.prototype.addUsedLocales.call(this, locales);
|
41706
42285
|
if (!!this.getElement()) {
|
@@ -41936,8 +42515,9 @@ var QuestionCustomModel = /** @class */ (function (_super) {
|
|
41936
42515
|
return this.contentQuestion;
|
41937
42516
|
};
|
41938
42517
|
QuestionCustomModel.prototype.getDefaultTitle = function () {
|
41939
|
-
if (this.hasJSONTitle && this.contentQuestion)
|
41940
|
-
return this.contentQuestion.title;
|
42518
|
+
if (this.hasJSONTitle && this.contentQuestion) {
|
42519
|
+
return this.getProcessedText(this.contentQuestion.title);
|
42520
|
+
}
|
41941
42521
|
return _super.prototype.getDefaultTitle.call(this);
|
41942
42522
|
};
|
41943
42523
|
QuestionCustomModel.prototype.setValue = function (name, newValue, locNotification, allowNotifyValueChanged) {
|
@@ -45948,9 +46528,9 @@ var MatrixRowModel = /** @class */ (function (_super) {
|
|
45948
46528
|
get: function () {
|
45949
46529
|
return this.getPropertyValue("value");
|
45950
46530
|
},
|
45951
|
-
set: function (
|
45952
|
-
|
45953
|
-
this.setPropertyValue("value",
|
46531
|
+
set: function (val) {
|
46532
|
+
val = this.data.getCorrectedRowValue(val);
|
46533
|
+
this.setPropertyValue("value", val);
|
45954
46534
|
},
|
45955
46535
|
enumerable: false,
|
45956
46536
|
configurable: true
|
@@ -45958,9 +46538,8 @@ var MatrixRowModel = /** @class */ (function (_super) {
|
|
45958
46538
|
Object.defineProperty(MatrixRowModel.prototype, "rowClasses", {
|
45959
46539
|
get: function () {
|
45960
46540
|
var cssClasses = this.data.cssClasses;
|
45961
|
-
var hasError = !!this.data.getErrorByType("requiredinallrowserror");
|
45962
46541
|
return new _utils_cssClassBuilder__WEBPACK_IMPORTED_MODULE_11__["CssClassBuilder"]().append(cssClasses.row)
|
45963
|
-
.append(cssClasses.rowError,
|
46542
|
+
.append(cssClasses.rowError, this.data.hasErrorInRow(this))
|
45964
46543
|
.toString();
|
45965
46544
|
},
|
45966
46545
|
enumerable: false,
|
@@ -46193,6 +46772,8 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
|
|
46193
46772
|
/**
|
46194
46773
|
* Specifies whether each row requires an answer. If a respondent skips a row, the question displays a validation error.
|
46195
46774
|
* @see isRequired
|
46775
|
+
* @see eachRowUnique
|
46776
|
+
* @see validators
|
46196
46777
|
*/
|
46197
46778
|
get: function () {
|
46198
46779
|
return this.getPropertyValue("isAllRowRequired");
|
@@ -46203,6 +46784,21 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
|
|
46203
46784
|
enumerable: false,
|
46204
46785
|
configurable: true
|
46205
46786
|
});
|
46787
|
+
Object.defineProperty(QuestionMatrixModel.prototype, "eachRowUnique", {
|
46788
|
+
/**
|
46789
|
+
* Specifies whether answers in all rows should be unique. If any answers duplicate, the question displays a validation error.
|
46790
|
+
* @see isAllRowRequired
|
46791
|
+
* @see validators
|
46792
|
+
*/
|
46793
|
+
get: function () {
|
46794
|
+
return this.getPropertyValue("eachRowUnique");
|
46795
|
+
},
|
46796
|
+
set: function (val) {
|
46797
|
+
this.setPropertyValue("eachRowUnique", val);
|
46798
|
+
},
|
46799
|
+
enumerable: false,
|
46800
|
+
configurable: true
|
46801
|
+
});
|
46206
46802
|
Object.defineProperty(QuestionMatrixModel.prototype, "hasRows", {
|
46207
46803
|
get: function () {
|
46208
46804
|
return this.rows.length > 0;
|
@@ -46387,15 +46983,21 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
|
|
46387
46983
|
};
|
46388
46984
|
QuestionMatrixModel.prototype.onCheckForErrors = function (errors, isOnValueChanged) {
|
46389
46985
|
_super.prototype.onCheckForErrors.call(this, errors, isOnValueChanged);
|
46390
|
-
|
46391
|
-
|
46392
|
-
|
46986
|
+
this.errorsInRow = undefined;
|
46987
|
+
if (!isOnValueChanged || this.hasCssError()) {
|
46988
|
+
if (this.hasErrorAllRowsRequired()) {
|
46989
|
+
errors.push(new _error__WEBPACK_IMPORTED_MODULE_6__["RequiredInAllRowsError"](null, this));
|
46990
|
+
}
|
46991
|
+
if (this.hasErrorEachRowUnique()) {
|
46992
|
+
errors.push(new _error__WEBPACK_IMPORTED_MODULE_6__["EachRowUniqueError"](null, this));
|
46993
|
+
}
|
46393
46994
|
}
|
46394
46995
|
};
|
46395
|
-
QuestionMatrixModel.prototype.
|
46396
|
-
|
46397
|
-
|
46398
|
-
|
46996
|
+
QuestionMatrixModel.prototype.hasErrorAllRowsRequired = function () {
|
46997
|
+
return this.isAllRowRequired && !this.hasValuesInAllRows();
|
46998
|
+
};
|
46999
|
+
QuestionMatrixModel.prototype.hasErrorEachRowUnique = function () {
|
47000
|
+
return this.eachRowUnique && this.hasNonUniqueValueInRow();
|
46399
47001
|
};
|
46400
47002
|
QuestionMatrixModel.prototype.hasValuesInAllRows = function () {
|
46401
47003
|
var rows = this.generatedVisibleRows;
|
@@ -46403,11 +47005,43 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
|
|
46403
47005
|
rows = this.visibleRows;
|
46404
47006
|
if (!rows)
|
46405
47007
|
return true;
|
47008
|
+
var res = true;
|
46406
47009
|
for (var i = 0; i < rows.length; i++) {
|
46407
|
-
|
46408
|
-
|
47010
|
+
var row = rows[i];
|
47011
|
+
var hasValue = !this.isValueEmpty(row.value);
|
47012
|
+
if (!hasValue) {
|
47013
|
+
this.addErrorIntoRow(row);
|
47014
|
+
}
|
47015
|
+
res = res && hasValue;
|
46409
47016
|
}
|
46410
|
-
return
|
47017
|
+
return res;
|
47018
|
+
};
|
47019
|
+
QuestionMatrixModel.prototype.hasNonUniqueValueInRow = function () {
|
47020
|
+
var rows = this.generatedVisibleRows;
|
47021
|
+
if (!rows)
|
47022
|
+
rows = this.visibleRows;
|
47023
|
+
if (!rows)
|
47024
|
+
return false;
|
47025
|
+
var hash = {};
|
47026
|
+
var res = true;
|
47027
|
+
for (var i = 0; i < rows.length; i++) {
|
47028
|
+
var val = rows[i].value;
|
47029
|
+
var isEmpty = this.isValueEmpty(val);
|
47030
|
+
var isUnique = isEmpty || hash[val] !== true;
|
47031
|
+
if (!isUnique) {
|
47032
|
+
this.addErrorIntoRow(rows[i]);
|
47033
|
+
}
|
47034
|
+
res = res && isUnique;
|
47035
|
+
if (!isEmpty) {
|
47036
|
+
hash[val] = true;
|
47037
|
+
}
|
47038
|
+
}
|
47039
|
+
return !res;
|
47040
|
+
};
|
47041
|
+
QuestionMatrixModel.prototype.addErrorIntoRow = function (row) {
|
47042
|
+
if (!this.errorsInRow)
|
47043
|
+
this.errorsInRow = {};
|
47044
|
+
this.errorsInRow[row.name] = true;
|
46411
47045
|
};
|
46412
47046
|
QuestionMatrixModel.prototype.getIsAnswered = function () {
|
46413
47047
|
return _super.prototype.getIsAnswered.call(this) && this.hasValuesInAllRows();
|
@@ -46557,6 +47191,9 @@ var QuestionMatrixModel = /** @class */ (function (_super) {
|
|
46557
47191
|
}
|
46558
47192
|
return value;
|
46559
47193
|
};
|
47194
|
+
QuestionMatrixModel.prototype.hasErrorInRow = function (row) {
|
47195
|
+
return !!this.errorsInRow && !!this.errorsInRow[row.name];
|
47196
|
+
};
|
46560
47197
|
QuestionMatrixModel.prototype.getSearchableItemValueKeys = function (keys) {
|
46561
47198
|
keys.push("columns");
|
46562
47199
|
keys.push("rows");
|
@@ -46604,6 +47241,7 @@ _jsonobject__WEBPACK_IMPORTED_MODULE_3__["Serializer"].addClass("matrix", [
|
|
46604
47241
|
choices: ["initial", "random"],
|
46605
47242
|
},
|
46606
47243
|
"isAllRowRequired:boolean",
|
47244
|
+
{ name: "eachRowUnique:boolean", category: "validation" },
|
46607
47245
|
"hideIfRowsEmpty:boolean",
|
46608
47246
|
{ name: "cellComponent", visible: false, default: "survey-matrix-cell" }
|
46609
47247
|
], function () {
|
@@ -48141,14 +48779,15 @@ var QuestionMatrixDropdownModelBase = /** @class */ (function (_super) {
|
|
48141
48779
|
*
|
48142
48780
|
* Possible values:
|
48143
48781
|
*
|
48144
|
-
* - `"dropdown"`
|
48145
|
-
* - `"checkbox"`
|
48146
|
-
* - `"radiogroup"`
|
48147
|
-
* - `"
|
48148
|
-
* - `"
|
48149
|
-
* - `"
|
48150
|
-
* - `"
|
48151
|
-
* - `"
|
48782
|
+
* - [`"dropdown"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-menu-model)
|
48783
|
+
* - [`"checkbox"`](https://surveyjs.io/form-library/documentation/api-reference/checkbox-question-model)
|
48784
|
+
* - [`"radiogroup"`](https://surveyjs.io/form-library/documentation/api-reference/radio-button-question-model)
|
48785
|
+
* - [`"tagbox"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-tag-box-model)
|
48786
|
+
* - [`"text"`](https://surveyjs.io/form-library/documentation/api-reference/text-entry-question-model)
|
48787
|
+
* - [`"comment"`](https://surveyjs.io/form-library/documentation/api-reference/comment-field-model)
|
48788
|
+
* - [`"boolean"`](https://surveyjs.io/form-library/documentation/api-reference/boolean-question-model)
|
48789
|
+
* - [`"expression"`](https://surveyjs.io/form-library/documentation/api-reference/expression-model)
|
48790
|
+
* - [`"rating"`](https://surveyjs.io/form-library/documentation/api-reference/rating-scale-question-model)
|
48152
48791
|
*
|
48153
48792
|
* Default value: `"dropdown"` (inherited from [`settings.matrix.defaultCellType`](https://surveyjs.io/form-library/documentation/settings#matrixDefaultCellType))
|
48154
48793
|
*/
|
@@ -49581,6 +50220,11 @@ var matrixDropdownColumnTypes = {
|
|
49581
50220
|
expression: {},
|
49582
50221
|
rating: {},
|
49583
50222
|
};
|
50223
|
+
/**
|
50224
|
+
* An auxiliary class that describes a column in a [Multi-Select Matrix](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list) or [Dynamic Matrix](https://surveyjs.io/form-library/documentation/api-reference/dynamic-matrix-table-question-model).
|
50225
|
+
*
|
50226
|
+
* You can get an object of this class from the [`columns`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#columns) array or by calling the [`getColumnByName()`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#getColumnByName) method on a matrix instance.
|
50227
|
+
*/
|
49584
50228
|
var MatrixDropdownColumn = /** @class */ (function (_super) {
|
49585
50229
|
__extends(MatrixDropdownColumn, _super);
|
49586
50230
|
function MatrixDropdownColumn(name, title) {
|
@@ -49674,6 +50318,26 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49674
50318
|
return "matrixdropdowncolumn";
|
49675
50319
|
};
|
49676
50320
|
Object.defineProperty(MatrixDropdownColumn.prototype, "cellType", {
|
50321
|
+
/**
|
50322
|
+
* Specifies the type of column cells.
|
50323
|
+
*
|
50324
|
+
* Possible values:
|
50325
|
+
*
|
50326
|
+
* - [`"dropdown"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-menu-model)
|
50327
|
+
* - [`"checkbox"`](https://surveyjs.io/form-library/documentation/api-reference/checkbox-question-model)
|
50328
|
+
* - [`"radiogroup"`](https://surveyjs.io/form-library/documentation/api-reference/radio-button-question-model)
|
50329
|
+
* - [`"tagbox"`](https://surveyjs.io/form-library/documentation/api-reference/dropdown-tag-box-model)
|
50330
|
+
* - [`"text"`](https://surveyjs.io/form-library/documentation/api-reference/text-entry-question-model)
|
50331
|
+
* - [`"comment"`](https://surveyjs.io/form-library/documentation/api-reference/comment-field-model)
|
50332
|
+
* - [`"boolean"`](https://surveyjs.io/form-library/documentation/api-reference/boolean-question-model)
|
50333
|
+
* - [`"expression"`](https://surveyjs.io/form-library/documentation/api-reference/expression-model)
|
50334
|
+
* - [`"rating"`](https://surveyjs.io/form-library/documentation/api-reference/rating-scale-question-model)
|
50335
|
+
* - `"default"` (default) - Inherits the input type from the [`cellType`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#cellType) property specified for the parent matrix.
|
50336
|
+
*
|
50337
|
+
* The input types are based upon standalone question types. Depending on the selected input type, the matrix column can have additional configuration properties inherited from the corresponding question type. For instance, Dropdown, Checkboxes, Radio Button Group, and Tag Box columns can specify the [`choices`](https://surveyjs.io/form-library/documentation/api-reference/radio-button-question-model#choices) array, similar to the question types upon which they are based. Refer to the API Reference of these question types for a full list of available properties.
|
50338
|
+
*
|
50339
|
+
* [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
|
50340
|
+
*/
|
49677
50341
|
get: function () {
|
49678
50342
|
return this.getPropertyValue("cellType");
|
49679
50343
|
},
|
@@ -49720,6 +50384,13 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49720
50384
|
configurable: true
|
49721
50385
|
});
|
49722
50386
|
Object.defineProperty(MatrixDropdownColumn.prototype, "visible", {
|
50387
|
+
/**
|
50388
|
+
* Gets or sets column visibility.
|
50389
|
+
*
|
50390
|
+
* If you want to display or hide a column based on a condition, specify the [`visibleIf`](#visibleIf) property.
|
50391
|
+
* @see isRequired
|
50392
|
+
* @see readOnly
|
50393
|
+
*/
|
49723
50394
|
get: function () { return this.getPropertyValue("visible"); },
|
49724
50395
|
set: function (val) {
|
49725
50396
|
this.setPropertyValue("visible", val);
|
@@ -49781,6 +50452,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49781
50452
|
configurable: true
|
49782
50453
|
});
|
49783
50454
|
Object.defineProperty(MatrixDropdownColumn.prototype, "name", {
|
50455
|
+
/**
|
50456
|
+
* A column ID that is not visible to respondents.
|
50457
|
+
*
|
50458
|
+
* > Column IDs must be unique.
|
50459
|
+
* @see title
|
50460
|
+
*/
|
49784
50461
|
get: function () {
|
49785
50462
|
return this.templateQuestion.name;
|
49786
50463
|
},
|
@@ -49791,6 +50468,9 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49791
50468
|
configurable: true
|
49792
50469
|
});
|
49793
50470
|
Object.defineProperty(MatrixDropdownColumn.prototype, "title", {
|
50471
|
+
/**
|
50472
|
+
* A user-friendly column caption to display. If `title` is undefined, [`name`](#name) is displayed instead.
|
50473
|
+
*/
|
49794
50474
|
get: function () {
|
49795
50475
|
return this.templateQuestion.title;
|
49796
50476
|
},
|
@@ -49815,6 +50495,14 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49815
50495
|
configurable: true
|
49816
50496
|
});
|
49817
50497
|
Object.defineProperty(MatrixDropdownColumn.prototype, "isRequired", {
|
50498
|
+
/**
|
50499
|
+
* Marks the column as required. If a respondent skips any cell in a required column, the matrix displays a validation error.
|
50500
|
+
*
|
50501
|
+
* If you want to mark the column as required based on a condition, specify the [`requiredIf`](#requiredIf) property.
|
50502
|
+
* @see requiredErrorText
|
50503
|
+
* @see visible
|
50504
|
+
* @see readOnly
|
50505
|
+
*/
|
49818
50506
|
get: function () {
|
49819
50507
|
return this.templateQuestion.isRequired;
|
49820
50508
|
},
|
@@ -49845,6 +50533,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49845
50533
|
configurable: true
|
49846
50534
|
});
|
49847
50535
|
Object.defineProperty(MatrixDropdownColumn.prototype, "requiredErrorText", {
|
50536
|
+
/**
|
50537
|
+
* Specifies a custom error message for a required column.
|
50538
|
+
* @see isRequired
|
50539
|
+
*/
|
49848
50540
|
get: function () {
|
49849
50541
|
return this.templateQuestion.requiredErrorText;
|
49850
50542
|
},
|
@@ -49862,6 +50554,13 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49862
50554
|
configurable: true
|
49863
50555
|
});
|
49864
50556
|
Object.defineProperty(MatrixDropdownColumn.prototype, "readOnly", {
|
50557
|
+
/**
|
50558
|
+
* Makes the column read-only.
|
50559
|
+
*
|
50560
|
+
* If you want to switch the column to the read-only state based on a condition, specify the [`enableIf`](#enableIf) property.
|
50561
|
+
* @see visible
|
50562
|
+
* @see isRequired
|
50563
|
+
*/
|
49865
50564
|
get: function () {
|
49866
50565
|
return this.templateQuestion.readOnly;
|
49867
50566
|
},
|
@@ -49882,6 +50581,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49882
50581
|
configurable: true
|
49883
50582
|
});
|
49884
50583
|
Object.defineProperty(MatrixDropdownColumn.prototype, "visibleIf", {
|
50584
|
+
/**
|
50585
|
+
* A Boolean expression. If it evaluates to `false`, this column becomes hidden.
|
50586
|
+
*
|
50587
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
50588
|
+
* @see visible
|
50589
|
+
*/
|
49885
50590
|
get: function () {
|
49886
50591
|
return this.templateQuestion.visibleIf;
|
49887
50592
|
},
|
@@ -49892,6 +50597,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49892
50597
|
configurable: true
|
49893
50598
|
});
|
49894
50599
|
Object.defineProperty(MatrixDropdownColumn.prototype, "enableIf", {
|
50600
|
+
/**
|
50601
|
+
* A Boolean expression. If it evaluates to `false`, this column becomes read-only.
|
50602
|
+
*
|
50603
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
50604
|
+
* @see readOnly
|
50605
|
+
*/
|
49895
50606
|
get: function () {
|
49896
50607
|
return this.templateQuestion.enableIf;
|
49897
50608
|
},
|
@@ -49902,6 +50613,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49902
50613
|
configurable: true
|
49903
50614
|
});
|
49904
50615
|
Object.defineProperty(MatrixDropdownColumn.prototype, "requiredIf", {
|
50616
|
+
/**
|
50617
|
+
* A Boolean expression. If it evaluates to `true`, this column becomes required.
|
50618
|
+
*
|
50619
|
+
* Refer to the following help topic for more information: [Conditional Visibility](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#conditional-visibility).
|
50620
|
+
* @see isRequired
|
50621
|
+
*/
|
49905
50622
|
get: function () {
|
49906
50623
|
return this.templateQuestion.requiredIf;
|
49907
50624
|
},
|
@@ -49912,6 +50629,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49912
50629
|
configurable: true
|
49913
50630
|
});
|
49914
50631
|
Object.defineProperty(MatrixDropdownColumn.prototype, "resetValueIf", {
|
50632
|
+
/**
|
50633
|
+
* A Boolean expression. If it evaluates to `true`, all cells in this column are set to a value calculated using the [`defaultValueExpression`](#defaultValueExpression).
|
50634
|
+
*
|
50635
|
+
* [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
|
50636
|
+
* @see setValueIf
|
50637
|
+
*/
|
49915
50638
|
get: function () {
|
49916
50639
|
return this.templateQuestion.resetValueIf;
|
49917
50640
|
},
|
@@ -49922,6 +50645,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49922
50645
|
configurable: true
|
49923
50646
|
});
|
49924
50647
|
Object.defineProperty(MatrixDropdownColumn.prototype, "defaultValueExpression", {
|
50648
|
+
/**
|
50649
|
+
* An expression used to calculate the column's default value. This expression applies to all cells of this column until the cell value is specified by an end user or programmatically.
|
50650
|
+
*
|
50651
|
+
* [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
|
50652
|
+
* @see setValueExpression
|
50653
|
+
*/
|
49925
50654
|
get: function () {
|
49926
50655
|
return this.templateQuestion.defaultValueExpression;
|
49927
50656
|
},
|
@@ -49932,6 +50661,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49932
50661
|
configurable: true
|
49933
50662
|
});
|
49934
50663
|
Object.defineProperty(MatrixDropdownColumn.prototype, "setValueIf", {
|
50664
|
+
/**
|
50665
|
+
* A Boolean expression. If it evaluates to `true`, all cells in this column are set to a value calculated using the [`setValueExpression`](#setValueExpression).
|
50666
|
+
*
|
50667
|
+
* [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
|
50668
|
+
* @see resetValueIf
|
50669
|
+
*/
|
49935
50670
|
get: function () {
|
49936
50671
|
return this.templateQuestion.setValueIf;
|
49937
50672
|
},
|
@@ -49942,6 +50677,15 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49942
50677
|
configurable: true
|
49943
50678
|
});
|
49944
50679
|
Object.defineProperty(MatrixDropdownColumn.prototype, "setValueExpession", {
|
50680
|
+
/**
|
50681
|
+
* An expression used to calculate a value for all column cells.
|
50682
|
+
*
|
50683
|
+
* You can use `setValueExpression` as a standalone property or in conjunction with the [`setValueIf`](#setValueIf) expression, in which case the calculated cell value applies only when `setValueIf` evaluates to `true`.
|
50684
|
+
*
|
50685
|
+
* [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
|
50686
|
+
* @see defaultValueExpression
|
50687
|
+
* @see resetValueIf
|
50688
|
+
*/
|
49945
50689
|
get: function () {
|
49946
50690
|
return this.templateQuestion.setValueExpession;
|
49947
50691
|
},
|
@@ -49952,6 +50696,11 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49952
50696
|
configurable: true
|
49953
50697
|
});
|
49954
50698
|
Object.defineProperty(MatrixDropdownColumn.prototype, "isUnique", {
|
50699
|
+
/**
|
50700
|
+
* Specifies whether a respondent is required to provide a unique response for each question within this column.
|
50701
|
+
*
|
50702
|
+
* Default value: `false`
|
50703
|
+
*/
|
49955
50704
|
get: function () {
|
49956
50705
|
return this.getPropertyValue("isUnique");
|
49957
50706
|
},
|
@@ -49962,6 +50711,9 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49962
50711
|
configurable: true
|
49963
50712
|
});
|
49964
50713
|
Object.defineProperty(MatrixDropdownColumn.prototype, "showInMultipleColumns", {
|
50714
|
+
/**
|
50715
|
+
* Specifies whether to create an individual column for each choice option. Applies only to columns of `"checkbox"` or `"radiogroup"` [`cellType`](#cellType).
|
50716
|
+
*/
|
49965
50717
|
get: function () {
|
49966
50718
|
return this.getPropertyValue("showInMultipleColumns");
|
49967
50719
|
},
|
@@ -49986,6 +50738,12 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49986
50738
|
configurable: true
|
49987
50739
|
});
|
49988
50740
|
Object.defineProperty(MatrixDropdownColumn.prototype, "validators", {
|
50741
|
+
/**
|
50742
|
+
* Column validators.
|
50743
|
+
*
|
50744
|
+
* [Data Validation](https://surveyjs.io/form-library/documentation/data-validation (linkStyle))
|
50745
|
+
* @see isRequired
|
50746
|
+
*/
|
49989
50747
|
get: function () {
|
49990
50748
|
return this.templateQuestion.validators;
|
49991
50749
|
},
|
@@ -49996,6 +50754,22 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
49996
50754
|
configurable: true
|
49997
50755
|
});
|
49998
50756
|
Object.defineProperty(MatrixDropdownColumn.prototype, "totalType", {
|
50757
|
+
/**
|
50758
|
+
* An aggregation method used to calculate the column total.
|
50759
|
+
*
|
50760
|
+
* Possible values:
|
50761
|
+
*
|
50762
|
+
* - `"none"` (default) - Disables total calculations.
|
50763
|
+
* - `"sum"`
|
50764
|
+
* - `"count"`
|
50765
|
+
* - `"min"`
|
50766
|
+
* - `"max"`
|
50767
|
+
* - `"avg"`
|
50768
|
+
*
|
50769
|
+
* [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
|
50770
|
+
* @see totalFormat
|
50771
|
+
* @see totalDisplayStyle
|
50772
|
+
*/
|
49999
50773
|
get: function () {
|
50000
50774
|
return this.getPropertyValue("totalType");
|
50001
50775
|
},
|
@@ -50006,6 +50780,11 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50006
50780
|
configurable: true
|
50007
50781
|
});
|
50008
50782
|
Object.defineProperty(MatrixDropdownColumn.prototype, "totalExpression", {
|
50783
|
+
/**
|
50784
|
+
* An expression used to calculate total values. Overrides the [`totalType`](#totalType) property.
|
50785
|
+
*
|
50786
|
+
* [Expressions](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#expressions (linkStyle))
|
50787
|
+
*/
|
50009
50788
|
get: function () {
|
50010
50789
|
return this.getPropertyValue("totalExpression");
|
50011
50790
|
},
|
@@ -50023,6 +50802,13 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50023
50802
|
configurable: true
|
50024
50803
|
});
|
50025
50804
|
Object.defineProperty(MatrixDropdownColumn.prototype, "totalFormat", {
|
50805
|
+
/**
|
50806
|
+
* A string pattern used to display column totals. To reference a total value within this pattern, use the `{0}` placeholder.
|
50807
|
+
*
|
50808
|
+
* [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
|
50809
|
+
* @see totalType
|
50810
|
+
* @see totalDisplayStyle
|
50811
|
+
*/
|
50026
50812
|
get: function () {
|
50027
50813
|
return this.getLocalizableStringText("totalFormat", "");
|
50028
50814
|
},
|
@@ -50094,6 +50880,21 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50094
50880
|
configurable: true
|
50095
50881
|
});
|
50096
50882
|
Object.defineProperty(MatrixDropdownColumn.prototype, "totalDisplayStyle", {
|
50883
|
+
/**
|
50884
|
+
* A format for calculated total values.
|
50885
|
+
*
|
50886
|
+
* Possible values:
|
50887
|
+
*
|
50888
|
+
* - `"none"` (default)
|
50889
|
+
* - `"decimal"`
|
50890
|
+
* - `"currency"`
|
50891
|
+
* - `"percent"`
|
50892
|
+
*
|
50893
|
+
* [View Demo](https://surveyjs.io/form-library/examples/aggregate-data-within-form/ (linkStyle))
|
50894
|
+
* @see totalType
|
50895
|
+
* @see totalFormat
|
50896
|
+
* @see totalCurrency
|
50897
|
+
*/
|
50097
50898
|
get: function () {
|
50098
50899
|
return this.getPropertyValue("totalDisplayStyle");
|
50099
50900
|
},
|
@@ -50104,6 +50905,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50104
50905
|
configurable: true
|
50105
50906
|
});
|
50106
50907
|
Object.defineProperty(MatrixDropdownColumn.prototype, "totalCurrency", {
|
50908
|
+
/**
|
50909
|
+
* Specifies a currency used to display calculated total values. Applies only if [`totalDisplayStyle`](#totalDisplayStyle) is set to `"currency"`.
|
50910
|
+
* @see totalType
|
50911
|
+
*/
|
50107
50912
|
get: function () {
|
50108
50913
|
return this.getPropertyValue("totalCurrency");
|
50109
50914
|
},
|
@@ -50116,6 +50921,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50116
50921
|
configurable: true
|
50117
50922
|
});
|
50118
50923
|
Object.defineProperty(MatrixDropdownColumn.prototype, "minWidth", {
|
50924
|
+
/**
|
50925
|
+
* Gets or sets minimum column width in CSS values. By default, the matrix calculates column widths to optimally fit the content of all columns.
|
50926
|
+
* @see width
|
50927
|
+
*/
|
50119
50928
|
get: function () {
|
50120
50929
|
return this.getPropertyValue("minWidth", "");
|
50121
50930
|
},
|
@@ -50126,6 +50935,10 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50126
50935
|
configurable: true
|
50127
50936
|
});
|
50128
50937
|
Object.defineProperty(MatrixDropdownColumn.prototype, "width", {
|
50938
|
+
/**
|
50939
|
+
* Gets or sets column width in CSS values. By default, the matrix calculates column widths to optimally fit the content of all columns.
|
50940
|
+
* @see minWidth
|
50941
|
+
*/
|
50129
50942
|
get: function () {
|
50130
50943
|
return this.templateQuestion.width;
|
50131
50944
|
},
|
@@ -50136,6 +50949,11 @@ var MatrixDropdownColumn = /** @class */ (function (_super) {
|
|
50136
50949
|
configurable: true
|
50137
50950
|
});
|
50138
50951
|
Object.defineProperty(MatrixDropdownColumn.prototype, "colCount", {
|
50952
|
+
/**
|
50953
|
+
* Gets or sets the number of columns used to arrange choice options. Applies only to columns of `"checkbox"` or `"radiogroup"` [`cellType`](#cellType).
|
50954
|
+
*
|
50955
|
+
* Default value: -1 (inherits the actual value from the parent matrix's [`columnColCount`](https://surveyjs.io/form-library/documentation/api-reference/matrix-table-with-dropdown-list#columnColCount) property)
|
50956
|
+
*/
|
50139
50957
|
get: function () {
|
50140
50958
|
return this.getPropertyValue("colCount");
|
50141
50959
|
},
|
@@ -70717,7 +71535,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
70717
71535
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "settings", function() { return settings; });
|
70718
71536
|
/* harmony import */ var _utils_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/utils */ "./src/utils/utils.ts");
|
70719
71537
|
|
70720
|
-
var document = globalThis.document;
|
71538
|
+
var document = typeof globalThis !== "undefined" ? globalThis.document : undefined.document;
|
70721
71539
|
var defaultEnvironment = (!!document ? {
|
70722
71540
|
root: document,
|
70723
71541
|
_rootElement: document.body,
|
@@ -70895,12 +71713,12 @@ var settings = {
|
|
70895
71713
|
* import { ItemValue, settings } from "survey-core";
|
70896
71714
|
*
|
70897
71715
|
* // `itemValueSerializeAsObject` example
|
70898
|
-
* settings.
|
71716
|
+
* settings.serialization.itemValueSerializeAsObject = true;
|
70899
71717
|
* const item = new ItemValue(5);
|
70900
71718
|
* const itemString = item.toJSON(); // Produces { value: 5 } instead of 5
|
70901
71719
|
*
|
70902
71720
|
* // `itemValueSerializeDisplayText` example
|
70903
|
-
* settings.
|
71721
|
+
* settings.serialization.itemValueSerializeDisplayText = true;
|
70904
71722
|
* const item = new ItemValue("item1");
|
70905
71723
|
* const itemString = item.toJSON(); // Produces { value: "item1", text: "item1" } instead of "item1"
|
70906
71724
|
* ```
|
@@ -74405,6 +75223,16 @@ var SurveyModel = /** @class */ (function (_super) {
|
|
74405
75223
|
enumerable: false,
|
74406
75224
|
configurable: true
|
74407
75225
|
});
|
75226
|
+
Object.defineProperty(SurveyModel.prototype, "lazyRenderingFirstBatchSize", {
|
75227
|
+
get: function () {
|
75228
|
+
return this.lazyRenderingFirstBatchSizeValue || _settings__WEBPACK_IMPORTED_MODULE_14__["settings"].lazyRender.firstBatchSize;
|
75229
|
+
},
|
75230
|
+
set: function (val) {
|
75231
|
+
this.lazyRenderingFirstBatchSizeValue = val;
|
75232
|
+
},
|
75233
|
+
enumerable: false,
|
75234
|
+
configurable: true
|
75235
|
+
});
|
74408
75236
|
SurveyModel.prototype.updateLazyRenderingRowsOnRemovingElements = function () {
|
74409
75237
|
if (!this.isLazyRendering)
|
74410
75238
|
return;
|
@@ -76683,6 +77511,27 @@ var SurveyModel = /** @class */ (function (_super) {
|
|
76683
77511
|
enumerable: false,
|
76684
77512
|
configurable: true
|
76685
77513
|
});
|
77514
|
+
SurveyModel.prototype.tryNavigateToPage = function (page) {
|
77515
|
+
if (this.isDesignMode)
|
77516
|
+
return false;
|
77517
|
+
var index = this.visiblePages.indexOf(page);
|
77518
|
+
if (index < 0)
|
77519
|
+
return false;
|
77520
|
+
if (index === this.currentPageNo)
|
77521
|
+
return false;
|
77522
|
+
if (index < this.currentPageNo) {
|
77523
|
+
this.currentPageNo = index;
|
77524
|
+
return true;
|
77525
|
+
}
|
77526
|
+
for (var i = this.currentPageNo; i < index; i++) {
|
77527
|
+
var page_1 = this.visiblePages[i];
|
77528
|
+
if (!page_1.validate(true, true))
|
77529
|
+
return false;
|
77530
|
+
page_1.passed = true;
|
77531
|
+
}
|
77532
|
+
this.currentPage = page;
|
77533
|
+
return true;
|
77534
|
+
};
|
76686
77535
|
SurveyModel.prototype.updateCurrentPage = function () {
|
76687
77536
|
if (this.isCurrentPageAvailable)
|
76688
77537
|
return;
|
@@ -81291,6 +82140,9 @@ var SurveyModel = /** @class */ (function (_super) {
|
|
81291
82140
|
__decorate([
|
81292
82141
|
Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
|
81293
82142
|
], SurveyModel.prototype, "enterKeyAction", void 0);
|
82143
|
+
__decorate([
|
82144
|
+
Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])()
|
82145
|
+
], SurveyModel.prototype, "lazyRenderingFirstBatchSizeValue", void 0);
|
81294
82146
|
__decorate([
|
81295
82147
|
Object(_jsonobject__WEBPACK_IMPORTED_MODULE_1__["property"])({ defaultValue: {} })
|
81296
82148
|
], SurveyModel.prototype, "cssVariables", void 0);
|
@@ -81659,17 +82511,7 @@ var SurveyProgressButtonsModel = /** @class */ (function () {
|
|
81659
82511
|
.toString();
|
81660
82512
|
};
|
81661
82513
|
SurveyProgressButtonsModel.prototype.clickListElement = function (index) {
|
81662
|
-
|
81663
|
-
return;
|
81664
|
-
if (index < this.survey.currentPageNo) {
|
81665
|
-
this.survey.currentPageNo = index;
|
81666
|
-
}
|
81667
|
-
else if (index > this.survey.currentPageNo) {
|
81668
|
-
for (var i = this.survey.currentPageNo; i < index; i++) {
|
81669
|
-
if (!this.survey.nextPage())
|
81670
|
-
break;
|
81671
|
-
}
|
81672
|
-
}
|
82514
|
+
this.survey.tryNavigateToPage(this.survey.visiblePages[index]);
|
81673
82515
|
};
|
81674
82516
|
return SurveyProgressButtonsModel;
|
81675
82517
|
}());
|
@@ -82079,12 +82921,11 @@ var SurveyTimerModel = /** @class */ (function (_super) {
|
|
82079
82921
|
/*!**************************!*\
|
82080
82922
|
!*** ./src/surveyToc.ts ***!
|
82081
82923
|
\**************************/
|
82082
|
-
/*! exports provided:
|
82924
|
+
/*! exports provided: tryFocusPage, createTOCListModel, getTocRootCss, TOCModel */
|
82083
82925
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
82084
82926
|
|
82085
82927
|
"use strict";
|
82086
82928
|
__webpack_require__.r(__webpack_exports__);
|
82087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tryNavigateToPage", function() { return tryNavigateToPage; });
|
82088
82929
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tryFocusPage", function() { return tryFocusPage; });
|
82089
82930
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createTOCListModel", function() { return createTOCListModel; });
|
82090
82931
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getTocRootCss", function() { return getTocRootCss; });
|
@@ -82099,21 +82940,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
82099
82940
|
|
82100
82941
|
|
82101
82942
|
|
82102
|
-
function tryNavigateToPage(survey, page) {
|
82103
|
-
if (survey.isDesignMode)
|
82104
|
-
return;
|
82105
|
-
var index = survey.visiblePages.indexOf(page);
|
82106
|
-
if (index < survey.currentPageNo) {
|
82107
|
-
survey.currentPageNo = index;
|
82108
|
-
}
|
82109
|
-
else if (index > survey.currentPageNo) {
|
82110
|
-
for (var i = survey.currentPageNo; i < index; i++) {
|
82111
|
-
if (!survey.nextPageUIClick())
|
82112
|
-
return false;
|
82113
|
-
}
|
82114
|
-
}
|
82115
|
-
return true;
|
82116
|
-
}
|
82117
82943
|
function tryFocusPage(survey, panel) {
|
82118
82944
|
if (survey.isDesignMode)
|
82119
82945
|
return true;
|
@@ -82135,7 +82961,7 @@ function createTOCListModel(survey, onAction) {
|
|
82135
82961
|
}
|
82136
82962
|
!!onAction && onAction();
|
82137
82963
|
if (page instanceof _page__WEBPACK_IMPORTED_MODULE_3__["PageModel"]) {
|
82138
|
-
return tryNavigateToPage(
|
82964
|
+
return survey.tryNavigateToPage(page);
|
82139
82965
|
}
|
82140
82966
|
return tryFocusPage(survey, page);
|
82141
82967
|
},
|