survey-creator-core 1.9.130 → 1.9.131

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/i18n/arabic.js +1 -1
  4. package/i18n/arabic.min.js +1 -1
  5. package/i18n/bulgarian.js +1 -1
  6. package/i18n/bulgarian.min.js +1 -1
  7. package/i18n/croatian.js +1 -1
  8. package/i18n/croatian.min.js +1 -1
  9. package/i18n/czech.js +1 -1
  10. package/i18n/czech.min.js +1 -1
  11. package/i18n/danish.js +1 -1
  12. package/i18n/danish.min.js +1 -1
  13. package/i18n/dutch.js +1 -1
  14. package/i18n/dutch.min.js +1 -1
  15. package/i18n/english.js +631 -289
  16. package/i18n/english.js.map +1 -1
  17. package/i18n/english.min.js +2 -2
  18. package/i18n/finnish.js +1 -1
  19. package/i18n/finnish.min.js +1 -1
  20. package/i18n/french.js +1 -1
  21. package/i18n/french.min.js +1 -1
  22. package/i18n/german.js +1 -1
  23. package/i18n/german.min.js +1 -1
  24. package/i18n/hebrew.js +1 -1
  25. package/i18n/hebrew.min.js +1 -1
  26. package/i18n/hungarian.js +1 -1
  27. package/i18n/hungarian.min.js +1 -1
  28. package/i18n/index.js +1 -1
  29. package/i18n/index.min.js +1 -1
  30. package/i18n/indonesian.js +1 -1
  31. package/i18n/indonesian.min.js +1 -1
  32. package/i18n/italian.js +1 -1
  33. package/i18n/italian.min.js +1 -1
  34. package/i18n/japanese.js +1 -1
  35. package/i18n/japanese.min.js +1 -1
  36. package/i18n/korean.js +1 -1
  37. package/i18n/korean.min.js +1 -1
  38. package/i18n/malay.js +1 -1
  39. package/i18n/malay.min.js +1 -1
  40. package/i18n/mongolian.js +1 -1
  41. package/i18n/mongolian.min.js +1 -1
  42. package/i18n/norwegian.js +1 -1
  43. package/i18n/norwegian.min.js +1 -1
  44. package/i18n/persian.js +1 -1
  45. package/i18n/persian.min.js +1 -1
  46. package/i18n/polish.js +1 -1
  47. package/i18n/polish.min.js +1 -1
  48. package/i18n/portuguese.js +1 -1
  49. package/i18n/portuguese.min.js +1 -1
  50. package/i18n/russian.js +1 -1
  51. package/i18n/russian.min.js +1 -1
  52. package/i18n/simplified-chinese.js +1 -1
  53. package/i18n/simplified-chinese.min.js +1 -1
  54. package/i18n/slovak.js +1 -1
  55. package/i18n/slovak.min.js +1 -1
  56. package/i18n/spanish.js +1 -1
  57. package/i18n/spanish.min.js +1 -1
  58. package/i18n/swedish.js +1 -1
  59. package/i18n/swedish.min.js +1 -1
  60. package/i18n/tajik.js +1 -1
  61. package/i18n/tajik.min.js +1 -1
  62. package/i18n/traditional-chinese.js +1 -1
  63. package/i18n/traditional-chinese.min.js +1 -1
  64. package/i18n/turkish.js +1 -1
  65. package/i18n/turkish.min.js +1 -1
  66. package/package.json +2 -2
  67. package/survey-creator-core.css +31 -3
  68. package/survey-creator-core.fontless.css +30 -2
  69. package/survey-creator-core.fontless.css.map +1 -1
  70. package/survey-creator-core.fontless.min.css +6 -6
  71. package/survey-creator-core.i18n.js +1 -1
  72. package/survey-creator-core.i18n.min.js +1 -1
  73. package/survey-creator-core.js +831 -370
  74. package/survey-creator-core.js.map +1 -1
  75. package/survey-creator-core.min.css +7 -7
  76. package/survey-creator-core.min.js +5 -5
  77. package/typings/components/page-navigator/page-navigator.d.ts +1 -0
  78. package/typings/editorLocalization.d.ts +418 -92
  79. package/typings/localization/english.d.ts +416 -92
  80. package/typings/question-editor/properties.d.ts +1 -0
package/i18n/english.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.130
2
+ * SurveyJS Creator v1.9.131
3
3
  * (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -198,7 +198,7 @@ var enStrings = {
198
198
  navigateToMsg: "You had to navigate to",
199
199
  logic: "Logic",
200
200
  embedSurvey: "Embed Survey",
201
- translation: "Translation",
201
+ translation: "Translations",
202
202
  saveSurvey: "Save Survey",
203
203
  saveSurveyTooltip: "Save Survey",
204
204
  saveTheme: "Save Theme",
@@ -311,7 +311,7 @@ var enStrings = {
311
311
  trigger_copyvalueName: "Copy answer",
312
312
  trigger_skipName: "Skip to question",
313
313
  trigger_runExpressionName: "Run expression",
314
- completedHtmlOnConditionName: "Set \"Survey Complete\" page markup",
314
+ completedHtmlOnConditionName: "Set \"Thank You\" page markup",
315
315
  page_visibilityDescription: "Make the page visible when the logic expression returns true. Otherwise keep it invisible.",
316
316
  panel_visibilityDescription: "Make the panel visible when the logic expression returns true. Otherwise keep it invisible.",
317
317
  panel_enableDescription: "Make the panel, and all elements inside it, enable when the logic expression returns true. Otherwise keep them disabled.",
@@ -368,6 +368,137 @@ var enStrings = {
368
368
  },
369
369
  // Property Editors
370
370
  pe: {
371
+ panel: {
372
+ name: "Panel name",
373
+ title: "Panel title",
374
+ description: "Panel description",
375
+ // visible: "Make panel visible",
376
+ // readOnly: "Make panel read-only",
377
+ // isRequired: "Make panel required",
378
+ visibleIf: "Make the panel visible if",
379
+ requiredIf: "Make the panel required if",
380
+ questionsOrder: "Question order within the panel",
381
+ page: "Move the panel to page",
382
+ startWithNewLine: "Display the panel on a new line",
383
+ state: "Panel collapse state",
384
+ width: "Inline panel width",
385
+ minWidth: "Minimum panel width",
386
+ maxWidth: "Maximum panel width",
387
+ showNumber: "Number panels"
388
+ },
389
+ paneldynamic: {
390
+ name: "Panel name",
391
+ title: "Panel title",
392
+ description: "Panel description",
393
+ // visible: "Make panel visible",
394
+ // readOnly: "Make panel read-only",
395
+ // isRequired: "Make panel required",
396
+ visibleIf: "Make the panel visible if",
397
+ requiredIf: "Make the panel required if",
398
+ // questionsOrder: "Question order within the panel",
399
+ page: "Move the panel to page",
400
+ startWithNewLine: "Display the panel on a new line",
401
+ state: "Panel collapse state",
402
+ width: "Inline panel width",
403
+ minWidth: "Minimum panel width",
404
+ maxWidth: "Maximum panel width",
405
+ // showNumber: "Number panels",
406
+ confirmDelete: "Confirm panel deletion",
407
+ templateDescription: "Panel description pattern",
408
+ templateTitle: "Panel title pattern",
409
+ noEntriesText: "Empty panel text",
410
+ templateTabTitle: "Tab title pattern",
411
+ templateVisibleIf: "Make an individual panel visible if",
412
+ hideNumber: "Hide the panel number",
413
+ titleLocation: "Panel title alignment",
414
+ descriptionLocation: "Panel description alignment",
415
+ templateTitleLocation: "Question title alignment",
416
+ templateErrorLocation: "Error message alignment",
417
+ newPanelPosition: "New panel location",
418
+ keyName: "Prevent duplicate responses in the following question",
419
+ },
420
+ question: {
421
+ name: "Question name",
422
+ title: "Question title",
423
+ description: "Question description",
424
+ // visible: "Make question visible",
425
+ // readOnly: "Make question read-only",
426
+ // isRequired: "Make question required",
427
+ visibleIf: "Make the question visible if",
428
+ requiredIf: "Make the question required if",
429
+ page: "Move the question to page",
430
+ state: "Question box collapse state",
431
+ hideNumber: "Hide the question number",
432
+ titleLocation: "Question title alignment",
433
+ descriptionLocation: "Question description alignment",
434
+ errorLocation: "Error message alignment",
435
+ indent: "Increase the inner indent",
436
+ width: "Inline question width",
437
+ minWidth: "Minimum question width",
438
+ maxWidth: "Maximum question width",
439
+ textUpdateMode: "Update input field value"
440
+ },
441
+ signaturepad: {
442
+ signatureWidth: "Signature area width",
443
+ signatureHeight: "Signature area height",
444
+ signatureAutoScaleEnabled: "Auto-scale the signature area",
445
+ showPlaceholder: "Show a placeholder within signature area",
446
+ placeholder: "Placeholder text",
447
+ allowClear: "Show the Clear button within signature area",
448
+ penMinWidth: "Minimum stroke width",
449
+ penMaxWidth: "Maximum stroke width",
450
+ penColor: "Stroke color"
451
+ },
452
+ comment: {
453
+ rows: "Input field height (in lines)"
454
+ },
455
+ showQuestionNumbers: "Question numbering",
456
+ questionStartIndex: "Question indexing type",
457
+ expression: {
458
+ name: "Expression name",
459
+ title: "Expression title",
460
+ description: "Expression description",
461
+ expression: "Expression",
462
+ },
463
+ trigger: {
464
+ expression: "Expression",
465
+ },
466
+ calculatedvalue: {
467
+ expression: "Expression",
468
+ },
469
+ survey: {
470
+ title: "Survey title",
471
+ description: "Survey description"
472
+ },
473
+ page: {
474
+ name: "Page name",
475
+ title: "Page title",
476
+ description: "Page description",
477
+ // visible: "Make page visible",
478
+ // readOnly: "Make page read-only",
479
+ // isRequired: "Make page required",
480
+ visibleIf: "Make the page visible if",
481
+ requiredIf: "Make the page required if",
482
+ maxTimeToFinish: "Time limit to complete the page",
483
+ questionsOrder: "Question order on the page"
484
+ },
485
+ matrixdropdowncolumn: {
486
+ name: "Column name",
487
+ title: "Column title",
488
+ isUnique: "Prevent duplicate responses",
489
+ width: "Column width",
490
+ minWidth: "Minimum column width",
491
+ rows: "Input field height (in lines)",
492
+ visibleIf: "Make the column visible if",
493
+ requiredIf: "Make the column required if",
494
+ showInMultipleColumns: "Each option in a separate column"
495
+ },
496
+ imageHeight: "Display area height",
497
+ imageWidth: "Display area width",
498
+ valueName: "Join identifier",
499
+ rateDescriptionLocation: "Label alignment",
500
+ size: "Input field width (in characters)",
501
+ cellErrorLocation: "Cell error message alignment",
371
502
  apply: "Apply",
372
503
  ok: "OK",
373
504
  save: "Save",
@@ -404,104 +535,113 @@ var enStrings = {
404
535
  fastEntryNonUniqueError: "Value '{0}' is not unique",
405
536
  fastEntryChoicesCountError: "Please limit the number of items from {0} to {1}",
406
537
  fastEntryChoicesMinCountError: "Please enter at least {0} items",
407
- fastEntryPlaceholder: "You can set data in the following format:\nvalue1|text\nvalue2",
538
+ fastEntryPlaceholder: "Enter the list of choice options and their IDs in the following format:\n\nid|option\n\nA choice option ID is not visible to respondents and can be used in conditional rules.",
408
539
  formEntry: "Form Entry",
409
540
  testService: "Test the service",
410
541
  itemSelectorEmpty: "Please select the element",
411
542
  conditionActionEmpty: "Please select the action",
412
- conditionSelectQuestion: "Select question...",
413
- conditionSelectPage: "Select page...",
414
- conditionSelectPanel: "Select panel...",
543
+ conditionSelectQuestion: "Select a question...",
544
+ conditionSelectPage: "Select a page...",
545
+ conditionSelectPanel: "Select a panel...",
415
546
  conditionValueQuestionTitle: "Please enter/select the value",
416
- expressionHelp: "Use curly brackets to access answers: `{question1} + {question2}`. Expressions also support functions: `iif()`, `today()`, `age()`, `min()`, `max()`, `count()`, `avg()`, and others",
417
547
  aceEditorHelp: "Press ctrl+space to get expression completion hint",
418
548
  aceEditorRowTitle: "Current row",
419
549
  aceEditorPanelTitle: "Current panel",
420
550
  showMore: "For more details please check the documentation",
421
551
  assistantTitle: "Available questions",
422
552
  cellsEmptyRowsColumns: "There is should be at least one column or row",
423
- showPreviewBeforeComplete: "Preview answers before submitting the survey",
424
- overridingPropertyPrefix: "Set by ",
553
+ showPreviewBeforeComplete: "Review before submit",
554
+ overridingPropertyPrefix: "Enabled by a condition",
425
555
  resetToDefaultCaption: "Reset",
426
556
  propertyIsEmpty: "Please enter a value",
427
557
  propertyIsNoUnique: "Please enter a unique value",
428
558
  propertyNameIsNotUnique: "Please enter a unique name",
429
559
  propertyNameIsIncorrect: "Do not use reserved words: \"item\", \"choice\", \"panel\", \"row\".",
430
- listIsEmpty: "No items have been added yet",
431
- "listIsEmpty@choices": "No choices have been added yet",
432
- "addNew@choices": "Add a choice",
560
+ listIsEmpty: "You don't have any items yet",
561
+ "listIsEmpty@choices": "You don't have any choices yet",
562
+ "listIsEmpty@columns": "You don't have any columns yet",
563
+ "listIsEmpty@rows": "You don't have any rows yet",
564
+ "listIsEmpty@validators": "You don't have any validation rules yet",
565
+ "listIsEmpty@calculatedValues": "You don't have any custom variables yet",
566
+ "listIsEmpty@triggers": "You don't have any triggers yet",
567
+ "listIsEmpty@navigateToUrlOnCondition": "You don't have any links yet",
568
+ "addNew@choices": "Add new choice",
569
+ "addNew@columns": "Add new column",
570
+ "addNew@rows": "Add new row",
571
+ "addNew@validators": "Add new rule",
572
+ "addNew@calculatedValues": "Add new variable",
573
+ "addNew@triggers": "Add new trigger",
574
+ "addNew@navigateToUrlOnCondition": "Add new URL",
433
575
  expressionIsEmpty: "Expression is empty",
434
576
  value: "Value",
435
577
  text: "Text",
436
578
  rowid: "Row ID",
437
- imageLink: "Image or video URL",
579
+ imageLink: "Image or video file URL",
438
580
  columnEdit: "Edit column: {0}",
439
581
  itemEdit: "Edit item: {0}",
440
- url: "Service URL",
441
- path: "Path to data within the service",
442
- valueName: "Store answers in the following JSON field",
582
+ url: "URL",
583
+ path: "Path to data",
443
584
  choicesbyurl: {
444
- valueName: "Get values from the following JSON field"
585
+ url: "Web service's URL",
586
+ valueName: "Get value to store from the following property"
445
587
  },
446
- titleName: "Get display texts from the following JSON field",
447
- imageLinkName: "Get image URLs from the following JSON field",
448
- allowEmptyResponse: "Allow empty response",
588
+ titleName: "Get value to display from the following property",
589
+ imageLinkName: "Get file URLs from the following property",
590
+ allowEmptyResponse: "Accept empty response",
449
591
  titlePlaceholder: "Title",
450
592
  surveyTitlePlaceholder: "Survey Title",
451
593
  pageTitlePlaceholder: "Page {num}",
452
594
  descriptionPlaceholder: "Description",
453
595
  surveyDescriptionPlaceholder: "Description",
454
596
  pageDescriptionPlaceholder: "Description",
455
- showOtherItem: "Allow the Other option",
456
- otherText: "Other option text",
457
- showNoneItem: "Allow the None option",
458
- showRefuseItem: "Allow the Refuse to Answer option",
459
- showDontKnowItem: "Allow the Don't Know option",
460
- noneText: "None option text",
461
- showSelectAllItem: "Allow the Select All option",
462
- selectAllText: "Select All option text",
597
+ showOtherItem: "Enable the \"Other\" option",
598
+ otherText: "Rename the \"Other\" option",
599
+ showNoneItem: "Enable the \"None\" option",
600
+ showRefuseItem: "Enable the \"Refuse to Answer\" option",
601
+ showDontKnowItem: "Enable the \"Don't Know\" option",
602
+ noneText: "Rename the \"None\" option",
603
+ showSelectAllItem: "Enable the \"Select All\" option",
604
+ selectAllText: "Rename the \"Select All\" option",
463
605
  choicesMin: "Minimum value for auto-generated items",
464
606
  choicesMax: "Maximum value for auto-generated items",
465
- choicesStep: "Step for auto-generated items",
607
+ choicesStep: "Step value for auto-generated items",
466
608
  name: "Name",
467
609
  title: "Title",
468
- cellType: "Cell type",
610
+ cellType: "Cell input type",
469
611
  colCount: "Column count",
470
- choicesOrder: "Choices sort order",
612
+ choicesOrder: "Choice order",
471
613
  visible: "Visible",
472
614
  isRequired: "Required",
473
615
  markRequired: "Mark as required",
474
616
  removeRequiredMark: "Remove the required mark",
475
- isAllRowRequired: "Require answer for all rows",
617
+ isAllRowRequired: "Require an answer in each row",
476
618
  eachRowUnique: "Prevent duplicate responses in rows",
477
- requiredErrorText: "\"Required\" error message",
619
+ requiredErrorText: "Error message for required questions",
478
620
  startWithNewLine: "Display the question on a new line",
479
621
  rows: "Rows",
480
622
  cols: "Columns",
481
- placeholder: "Input area placeholder",
623
+ placeholder: "Placeholder text within input field",
482
624
  showPreview: "Show preview area",
483
625
  storeDataAsText: "Store file content in JSON result as text",
484
626
  maxSize: "Maximum file size (in bytes)",
485
- imageHeight: "Image height",
486
- imageWidth: "Image width",
487
627
  rowCount: "Row count",
488
628
  columnLayout: "Columns layout",
629
+ addRowLocation: "\"Add Row\" button alignment",
489
630
  transposeData: "Transpose rows to columns",
490
- addRowLocation: "Add Row button location",
491
- addRowText: "Add Row button text",
492
- removeRowText: "Remove Row button text",
493
- rateMin: "Minimum rate value",
494
- rateMax: "Maximum rate value",
495
- rateStep: "Rate step",
496
- minRateDescription: "Minimum rate value description",
497
- maxRateDescription: "Maximum rate value description",
631
+ addRowText: "\"Add Row\" button text",
632
+ removeRowText: "\"Remove Row\" button text",
633
+ rateMin: "Minimum rating value",
634
+ rateMax: "Maximum rating value",
635
+ rateStep: "Step value",
636
+ minRateDescription: "Minimum value label",
637
+ maxRateDescription: "Maximum value label",
498
638
  inputType: "Input type",
499
639
  optionsCaption: "Option placeholder",
500
640
  defaultValue: "Default Answer",
501
641
  cellsDefaultRow: "Default texts",
502
642
  surveyEditorTitle: "Edit survey settings",
503
643
  qEditorTitle: "Edit: {0}",
504
- maxLength: "Maximum length (in characters)",
644
+ maxLength: "Maximum character limit",
505
645
  buildExpression: "Build",
506
646
  editExpression: "Edit",
507
647
  and: "and",
@@ -515,81 +655,59 @@ var enStrings = {
515
655
  fromName: "Question to copy answer from",
516
656
  gotoName: "Question to skip to",
517
657
  ruleIsNotSet: "Rule is incorrect",
518
- includeIntoResult: "Include into survey results",
519
- showTitle: "Show the title",
658
+ includeIntoResult: "Add to the survey results",
659
+ showTitle: "Make the title and description visible",
520
660
  expandCollapseTitle: "Expand/collapse title",
521
- locale: "Survey language",
661
+ locale: "Select a survey language",
522
662
  simulator: "Select device type",
523
663
  landscapeOrientation: "Switch to landscape orientation",
524
664
  portraitOrientation: "Switch to portrait orientation",
525
- mode: "Editable or read-only",
526
- clearInvisibleValues: "Clear invisible values",
527
- cookieName: "Cookie name",
528
- sendResultOnPageNext: "Save partial survey results in progress",
529
- storeOthersAsComment: "Store the Others value in a separate field",
665
+ mode: "Survey display mode",
666
+ clearInvisibleValues: "Clear hidden question values",
667
+ cookieName: "Limit to one response",
668
+ sendResultOnPageNext: "Auto-save survey progress on page change",
669
+ storeOthersAsComment: "Save the \"Other\" option value as a separate property",
530
670
  showPageTitles: "Show page titles",
531
671
  showPageNumbers: "Show page numbers",
532
- pagePrevText: "Previous Page button text",
533
- pageNextText: "Next Page button text",
534
- completeText: "Complete Survey button text",
535
- previewText: "Preview Answers button text",
536
- editText: "Edit Answer button text",
537
- startSurveyText: "Start Survey button text",
538
- showNavigationButtons: "Navigation buttons location",
672
+ pagePrevText: "\"Previous Page\" button text",
673
+ pageNextText: "\"Next Page\" button text",
674
+ completeText: "\"Complete Survey\" button text",
675
+ previewText: "\"Review Answers\" button text",
676
+ editText: "\"Edit Answer\" button text",
677
+ startSurveyText: "\"Start Survey\" button text",
678
+ showNavigationButtons: "Show / hide navigation buttons",
539
679
  showPrevButton: "Show the Previous Page button",
540
680
  firstPageIsStarted: "First page is a start page",
541
- showCompletedPage: "Show the Survey Complete page",
542
- goNextPageAutomatic: "Proceed to the next page automatically",
543
- showProgressBar: "Progress bar location",
544
- questionTitleLocation: "Question title location",
681
+ showCompletedPage: "Show the Thank You page",
682
+ goNextPageAutomatic: "Auto-advance to the next page",
683
+ showProgressBar: "Progress bar alignment",
684
+ questionTitleLocation: "Question title alignment",
545
685
  requiredText: "Required symbol(s)",
546
- questionStartIndex: "Start index (number or letter)",
547
- showQuestionNumbers: "Question numbering",
548
686
  questionTitleTemplate: "Question title template, default is: '{no}. {require} {title}'",
549
- questionErrorLocation: "Error message location",
687
+ questionErrorLocation: "Error message alignment",
550
688
  focusFirstQuestionAutomatic: "Focus first question on a new page",
551
- questionsOrder: "Element order on the page",
552
- maxTimeToFinish: "Time limit to finish the survey (in seconds)",
553
- maxTimeToFinishPage: "Time limit to finish one page (in seconds)",
554
- image: {
555
- imageHeight: "Image height (in CSS-accepted values)",
556
- imageWidth: "Image width (in CSS-accepted values)"
557
- },
558
- survey: {
559
- title: "Title"
560
- },
561
- page: {
562
- title: "Title",
563
- maxTimeToFinish: "Time limit to finish the page (in seconds)",
564
- },
565
- question: {
566
- page: "Parent page"
567
- },
568
- panel: {
569
- page: "Parent page",
570
- indent: "Add outer indents"
571
- },
572
- showTimerPanel: "Timer location",
689
+ questionsOrder: "Question order",
690
+ maxTimeToFinish: "Time limit to complete the survey",
691
+ maxTimeToFinishPage: "Time limit to complete one page",
692
+ showTimerPanel: "Timer alignment",
573
693
  showTimerPanelMode: "Timer mode",
574
694
  renderMode: "Panel display mode",
575
- allowAddPanel: "Allow adding panels",
576
- allowRemovePanel: "Allow removing panels",
577
- noEntriesText: "Empty entries text",
578
- panelAddText: "Add Panel button text",
579
- panelRemoveText: "Remove Panel button text",
695
+ allowAddPanel: "Enable panel addition",
696
+ allowRemovePanel: "Enable panel removal",
697
+ panelAddText: "\"Add Panel\" button text",
698
+ panelRemoveText: "\"Remove Panel\" button text",
580
699
  isSinglePage: "Show all elements on one page",
581
700
  html: "HTML markup",
582
- expression: "Expression",
583
701
  setValue: "Answer",
584
- dataFormat: "Image format",
585
- allowAddRows: "Allow adding rows",
586
- allowRemoveRows: "Allow removing rows",
587
- allowRowsDragAndDrop: "Allow row drag and drop",
588
- responsiveImageSizeHelp: "Does not apply if you specify the exact image width or height.",
589
- minImageWidth: "Minimum image width",
590
- maxImageWidth: "Maximum image width",
591
- minImageHeight: "Minimum image height",
592
- maxImageHeight: "Maximum image height",
702
+ dataFormat: "Storage format",
703
+ allowAddRows: "Enable row addition",
704
+ allowRemoveRows: "Enable row removal",
705
+ allowRowsDragAndDrop: "Enable row reordering",
706
+ responsiveImageSizeHelp: "Does not apply if you specify the exact display area width or height.",
707
+ minImageWidth: "Minimum display area width",
708
+ maxImageWidth: "Maximum display area width",
709
+ minImageHeight: "Minimum display area height",
710
+ maxImageHeight: "Maximum display area height",
593
711
  minValue: "Minimum value",
594
712
  maxValue: "Maximum value",
595
713
  minLength: "Minimum length (in characters)",
@@ -601,107 +719,101 @@ var enStrings = {
601
719
  text: "Error message",
602
720
  expression: "Validation expression"
603
721
  },
604
- totalText: "Total row text",
605
- totalType: "Total type",
606
- totalExpression: "Total expression",
607
- totalDisplayStyle: "Total value display style",
722
+ totalText: "Total row header",
723
+ totalType: "Aggregation method",
724
+ totalExpression: "Total value expression",
725
+ totalDisplayStyle: "Total value display format",
608
726
  totalCurrency: "Currency",
609
727
  totalFormat: "Formatted string",
610
- logo: "Logo (URL or base64-encoded string)",
611
- questionsOnPageMode: "Survey structure",
612
- maxTextLength: "Maximum answer length (in characters)",
613
- maxOthersLength: "Maximum comment length (in characters)",
614
- autoGrowComment: "Auto-expand comment area if necessary",
728
+ logo: "Survey logo",
729
+ questionsOnPageMode: "Survey layout",
730
+ maxTextLength: "Restrict answer length",
731
+ maxOthersLength: "Restrict comment length",
732
+ autoGrowComment: "Auto-expand text areas",
615
733
  allowResizeComment: "Allow users to resize text areas",
616
- textUpdateMode: "Update text question value",
734
+ textUpdateMode: "Update input field values",
617
735
  focusOnFirstError: "Set focus on the first invalid answer",
618
736
  checkErrorsMode: "Run validation",
619
- navigateToUrl: "Navigate to URL",
620
- navigateToUrlOnCondition: "Dynamic URL",
737
+ navigateToUrl: "Redirect to an external link after submission",
738
+ navigateToUrlOnCondition: "Dynamic external link",
621
739
  completedBeforeHtml: "Markup to show if the user already filled out this survey",
622
- completedHtml: "Survey Complete page markup",
623
- completedHtmlOnCondition: "Dynamic Survey Complete page markup",
740
+ completedHtml: "Thank You page markup",
741
+ completedHtmlOnCondition: "Dynamic Thank You page markup",
624
742
  loadingHtml: "Markup to show while survey model is loading",
625
743
  commentText: "Comment area text",
626
744
  autocomplete: "Autocomplete type",
627
- labelTrue: "\"True\" label",
628
- labelFalse: "\"False\" label",
745
+ labelTrue: "Label for \"True\"",
746
+ labelFalse: "Label for \"False\"",
629
747
  allowClear: "Show the Clear button",
630
- displayStyle: "Value display style",
748
+ displayStyle: "Display format",
631
749
  format: "Formatted string",
632
750
  maximumFractionDigits: "Maximum fractional digits",
633
751
  minimumFractionDigits: "Minimum fractional digits",
634
752
  useGrouping: "Display grouping separators",
635
- allowMultiple: "Allow multiple files",
636
- allowImagesPreview: "Preview images",
753
+ allowMultiple: "Enable multiple file upload",
754
+ allowImagesPreview: "Preview uploaded images",
637
755
  acceptedTypes: "Accepted file types",
638
- waitForUpload: "Wait for the upload to complete",
756
+ waitForUpload: "Wait for upload to complete",
639
757
  needConfirmRemoveFile: "Confirm file deletion",
640
- detailPanelMode: "Detail panel location",
758
+ detailPanelMode: "Row expansion alignment",
641
759
  minRowCount: "Minimum row count",
642
760
  maxRowCount: "Maximum row count",
643
761
  confirmDelete: "Confirm row deletion",
644
762
  confirmDeleteText: "Confirmation message",
645
- paneldynamic: {
646
- confirmDelete: "Confirm panel deletion"
647
- },
648
763
  panelCount: "Initial panel count",
649
764
  minPanelCount: "Minimum panel count",
650
765
  maxPanelCount: "Maximum panel count",
651
- panelsState: "Inner panel expand state",
652
- templateDescription: "Description template",
653
- templateTitle: "Title template",
654
- panelPrevText: "Previous Panel button tooltip",
655
- panelNextText: "Next Panel button tooltip",
656
- showRangeInProgress: "Show progress bar",
657
- templateTitleLocation: "Question title location",
658
- panelRemoveButtonLocation: "Remove Panel button location",
659
- hideIfRowsEmpty: "Hide the question if there are no rows",
766
+ panelsState: "Inner panel collapse state",
767
+ panelPrevText: "\"Previous Panel\" button text",
768
+ panelNextText: "\"Next Panel\" button text",
769
+ showRangeInProgress: "Show the progress bar",
770
+ panelRemoveButtonLocation: "\"Remove Panel\" button alignment",
771
+ hideIfRowsEmpty: "Hide the question if it has no rows",
660
772
  hideColumnsIfEmpty: "Hide columns if there are no rows",
661
- rateValues: "Custom rate values",
662
- rateCount: "Rate count",
663
- autoGenerate: "How to specify rate values?",
664
- hideIfChoicesEmpty: "Hide the question if it contains no choices",
665
- hideNumber: "Hide question number",
666
- minWidth: "Minimum width (in CSS-accepted values)",
667
- maxWidth: "Maximum width (in CSS-accepted values)",
668
- width: "Width (in CSS-accepted values)",
773
+ rateValues: "Custom rating values",
774
+ rateCount: "Rating count",
775
+ autoGenerate: "Rating configuration",
776
+ hideIfChoicesEmpty: "Hide the question if it has no choices",
777
+ minWidth: "Minimum width",
778
+ maxWidth: "Maximum width",
779
+ width: "Width",
669
780
  showHeader: "Show column headers",
670
781
  horizontalScroll: "Show horizontal scrollbar",
671
- columnMinWidth: "Minimum column width (in CSS-accepted values)",
672
- rowTitleWidth: "Row header width (in CSS-accepted values)",
673
- valueTrue: "\"True\" value",
674
- valueFalse: "\"False\" value",
782
+ columnMinWidth: "Minimum column width",
783
+ rowTitleWidth: "Row header width",
784
+ valueTrue: "Value to store when \"True\" is selected",
785
+ valueFalse: "Value to store when \"False\" is selected",
675
786
  minErrorText: "\"Value is below minimum\" error message",
676
787
  maxErrorText: "\"Value exceeds maximum\" error message",
677
788
  otherErrorText: "\"Empty comment\" error message",
678
- keyDuplicationError: "\"Non-unique key value\" error message",
679
- minSelectedChoices: "Minimum selected choices",
680
- maxSelectedChoices: "Maximum selected choices",
789
+ keyDuplicationError: "Error message for duplicate responses",
790
+ minSelectedChoices: "Minimum choices to select",
791
+ maxSelectedChoices: "Maximum choices to select",
681
792
  showClearButton: "Show the Clear button",
682
- showNumber: "Show panel number",
683
- logoWidth: "Logo width (in CSS-accepted values)",
684
- logoHeight: "Logo height (in CSS-accepted values)",
793
+ logoWidth: "Logo width",
794
+ logoHeight: "Logo height",
685
795
  readOnly: "Read-only",
686
- enableIf: "Editable if",
796
+ enableIf: "Disable the read-only mode if",
687
797
  emptyRowsText: "\"No rows\" message",
688
- size: "Input field size (in characters)",
689
- separateSpecialChoices: "Separate special choices (None, Other, Select All)",
798
+ separateSpecialChoices: "Separate special choices",
690
799
  choicesFromQuestion: "Copy choices from the following question",
691
- choicesFromQuestionMode: "Which choices to copy?",
692
- showCommentArea: "Show the comment area",
693
- commentPlaceholder: "Comment area placeholder",
694
- displayRateDescriptionsAsExtremeItems: "Display rate descriptions as extreme values",
800
+ choicesFromQuestionMode: "Which choice options to copy",
801
+ progressBarShowPageTitles: "Display page titles in progress bar",
802
+ progressBarShowPageNumbers: "Display page numbers in progress bar",
803
+ showCommentArea: "Add a comment box",
804
+ commentPlaceholder: "Placeholder text for the comment box",
805
+ displayRateDescriptionsAsExtremeItems: "Show the labels as extreme values",
695
806
  rowsOrder: "Row order",
696
807
  columnsLayout: "Column layout",
697
808
  columnColCount: "Nested column count",
698
- state: "Panel expand state",
699
809
  correctAnswer: "Correct Answer",
700
810
  defaultPanelValue: "Default Values",
701
811
  cells: "Cell Texts",
702
- keyName: "Key column",
812
+ keyName: "Prevent duplicate responses in the following column",
703
813
  itemvalue: {
704
- text: "Alt text"
814
+ text: "Alt text",
815
+ visibleIf: "Make the option visible if",
816
+ enableIf: "Make the option selectable if"
705
817
  },
706
818
  logoPosition: "Logo position",
707
819
  addLogo: "Add logo...",
@@ -714,55 +826,58 @@ var enStrings = {
714
826
  bottom: "In the bottom"
715
827
  },
716
828
  tabs: {
829
+ panel: {
830
+ layout: "Panel Layout",
831
+ },
717
832
  general: "General",
718
833
  fileOptions: "Options",
719
834
  html: "HTML Editor",
720
835
  columns: "Columns",
721
836
  rows: "Rows",
722
- choices: "Choices",
837
+ choices: "Choice Options",
723
838
  items: "Items",
724
839
  visibleIf: "Visible If",
725
840
  enableIf: "Editable If",
726
841
  requiredIf: "Required If",
727
- rateValues: "Rate Values",
728
- choicesByUrl: "Choices from a RESTful Service",
842
+ rateValues: "Rating Values",
843
+ choicesByUrl: "Choices from a Web Service",
729
844
  matrixChoices: "Default Choices",
730
845
  multipleTextItems: "Text Inputs",
731
846
  numbering: "Numbering",
732
847
  validators: "Validators",
733
848
  navigation: "Navigation",
734
- question: "Question",
849
+ question: "Question Settings",
735
850
  pages: "Pages",
736
- timer: "Timer/Quiz",
851
+ timer: "Quiz Mode",
737
852
  calculatedValues: "Calculated Values",
738
853
  triggers: "Triggers",
739
854
  templateTitle: "Title template",
740
855
  totals: "Totals",
741
- logic: "Logic",
856
+ logic: "Conditions",
742
857
  layout: {
743
- panel: "Layout",
858
+ panel: "Panel Layout",
744
859
  question: "Layout",
745
860
  base: "Layout"
746
861
  },
747
862
  data: "Data",
748
863
  validation: "Validation",
749
- cells: "Cell Texts",
750
- showOnCompleted: "Survey Complete",
751
- logo: "Logo in Survey Header",
864
+ cells: "Individual Cell Texts",
865
+ showOnCompleted: "Thank You Page",
866
+ logo: "Logo in the Survey Header",
752
867
  slider: "Slider",
753
868
  expression: "Expression",
869
+ questionSettings: "Question Settings",
754
870
  others: "Others"
755
871
  },
756
872
  editProperty: "Edit property '{0}'",
757
873
  items: "Items",
758
- choicesVisibleIf: "Choices are visible if",
759
- choicesEnableIf: "Choices are selectable if",
760
- columnsEnableIf: "Columns are visible if",
761
- rowsEnableIf: "Rows are visible if",
762
- indent: "Add indents",
763
- innerIndent: "Add inner indents",
764
- defaultValueFromLastRow: "Take default values from the last row",
765
- defaultValueFromLastPanel: "Take default values from the last panel",
874
+ choicesVisibleIf: "Make choices visible if",
875
+ choicesEnableIf: "Make choices selectable if",
876
+ columnsEnableIf: "Make columns visible if",
877
+ rowsEnableIf: "Make rows visible if",
878
+ innerIndent: "Increase the inner indent",
879
+ defaultValueFromLastRow: "Use answers from the last row as default",
880
+ defaultValueFromLastPanel: "Use answers from the last panel as default",
766
881
  enterNewValue: "Please, enter the value.",
767
882
  noquestions: "There are no questions in the survey.",
768
883
  createtrigger: "Please create a trigger",
@@ -783,39 +898,34 @@ var enStrings = {
783
898
  triggerRunExpressionEmpty: "Please enter a valid expression",
784
899
  emptyExpressionPlaceHolder: "Type expression here...",
785
900
  noFile: "No file choosen",
786
- clearIfInvisible: "Clear the value if the question becomes hidden",
787
- valuePropertyName: "Value property name",
788
- searchEnabled: "Enable search",
901
+ clearIfInvisible: "Clear hidden question values",
902
+ valuePropertyName: "Store values in the following property",
903
+ searchEnabled: "Enable search-as-you-type",
789
904
  hideSelectedItems: "Hide selected items",
790
- closeOnSelect: "Close the dropdown after selection",
791
- signatureWidth: "Signature width",
792
- signatureHeight: "Signature height",
793
- verticalAlign: "Vertical alignment",
794
- alternateRows: "Alternate rows",
795
- columnsVisibleIf: "Columns are visible if",
796
- rowsVisibleIf: "Rows are visible if",
797
- otherPlaceholder: "Comment area placeholder",
798
- signaturepad: {
799
- showPlaceholder: "Show the placeholder",
800
- placeholder: "Placeholder text",
801
- signatureWidth: "Signature area width",
802
- signatureHeight: "Signature area height",
803
- signatureAutoScaleEnabled: "Auto-scale the signature area",
804
- penMinWidth: "Minimum pen width",
805
- penMaxWidth: "Maximum pen width",
806
- },
807
- filePlaceholder: "File placeholder text",
808
- photoPlaceholder: "Photo placeholder text",
809
- fileOrPhotoPlaceholder: "File or photo placeholder text",
810
- rateType: "Rate type" // Auto-generated string
905
+ closeOnSelect: "Collapse the dropdown upon selection",
906
+ verticalAlign: "Vertical alignment within cells",
907
+ alternateRows: "Alternate row colors",
908
+ columnsVisibleIf: "Make columns visible if",
909
+ rowsVisibleIf: "Make rows visible if",
910
+ otherPlaceholder: "Placeholder text for the comment box",
911
+ filePlaceholder: "Placeholder text for Local file",
912
+ photoPlaceholder: "Placeholder text for Camera",
913
+ fileOrPhotoPlaceholder: "Placeholder text for Local file or Camera",
914
+ rateType: "Rating icon",
915
+ url_placeholder: "Ex.: https://api.example.com/books",
916
+ path_placeholder: "Ex.: categories.fiction",
917
+ questionStartIndex_placeholder: "Ex.: a)",
918
+ width_placeholder: "Ex.: 6in",
919
+ minWidth_placeholder: "Ex.: 600px",
920
+ maxWidth_placeholder: "Ex.: 50%",
811
921
  },
812
922
  // Property values
813
923
  pv: {
814
924
  "true": "true",
815
925
  "false": "false",
816
- "file": "Local files",
926
+ "file": "Local file",
817
927
  "camera": "Camera",
818
- "file-camera": "Local files or camera",
928
+ "file-camera": "Local file or Camera",
819
929
  inherit: "Inherit",
820
930
  show: "Visible",
821
931
  hide: "Hidden",
@@ -828,14 +938,13 @@ var enStrings = {
828
938
  asc: "Ascending",
829
939
  desc: "Descending",
830
940
  indeterminate: "Indeterminate",
941
+ selected: "Selected",
942
+ unselected: "Unselected",
831
943
  decimal: "decimal",
832
944
  currency: "currency",
833
945
  percent: "percent",
834
946
  firstExpanded: "First panel is expanded",
835
947
  off: "Hide question numbers",
836
- onpanel: "Start on each panel",
837
- onPanel: "Start on each panel",
838
- onSurvey: "Continue throughout the survey",
839
948
  list: "List",
840
949
  progressTop: "Panel navigator + Progress bar at the top",
841
950
  progressBottom: "Panel navigator + Progress bar at the bottom",
@@ -849,7 +958,9 @@ var enStrings = {
849
958
  both: "Both",
850
959
  left: "Left",
851
960
  right: "Right",
961
+ center: "Center",
852
962
  leftRight: "Left and right",
963
+ middle: "Middle",
853
964
  color: "color",
854
965
  date: "date",
855
966
  datetime: "datetime",
@@ -865,19 +976,22 @@ var enStrings = {
865
976
  url: "url",
866
977
  week: "week",
867
978
  hidden: "Hidden",
868
- on: "Continue from the previous page",
869
- onPage: "Start on each page",
870
979
  edit: "Editable",
871
980
  display: "Read-only",
872
- onComplete: "When the survey is completed",
873
- onHidden: "When the question becomes hidden",
874
- onHiddenContainer: "When the question or its panel/page becomes hidden",
875
981
  contain: "Contain",
876
982
  cover: "Cover",
877
983
  fill: "Fill",
984
+ next: "Next",
985
+ last: "Last",
986
+ onComplete: "Upon survey completion",
987
+ onHidden: "When question gets hidden",
988
+ onHiddenContainer: "When question or its panel/page gets hidden",
878
989
  clearInvisibleValues: {
879
990
  none: "Never"
880
991
  },
992
+ clearIfInvisible: {
993
+ none: "Never"
994
+ },
881
995
  inputType: {
882
996
  color: "Color",
883
997
  date: "Date",
@@ -899,9 +1013,11 @@ var enStrings = {
899
1013
  onNextPage: "When switching to the next page",
900
1014
  onValueChanged: "After an answer is changed",
901
1015
  onValueChanging: "Before an answer is changed",
902
- standard: "Original structure",
903
- singlePage: "All questions on a single page",
904
- questionPerPage: "Each question on an individual page",
1016
+ questionsOnPageMode: {
1017
+ standard: "Original structure",
1018
+ singlePage: "Show all questions on one page",
1019
+ questionPerPage: "Show single question per page",
1020
+ },
905
1021
  noPreview: "No preview",
906
1022
  showAllQuestions: "Show all questions",
907
1023
  showAnsweredQuestions: "Show answered questions only",
@@ -910,73 +1026,112 @@ var enStrings = {
910
1026
  requiredQuestions: "Answered required questions",
911
1027
  correctQuestions: "Valid answers",
912
1028
  buttons: "Completed pages (button UI)",
913
- underInput: "Under the input",
914
- underTitle: "Under the title",
915
- onBlur: "On blur",
1029
+ underInput: "Under the input field",
1030
+ underTitle: "Under the question title",
1031
+ onBlur: "On lost focus",
916
1032
  onTyping: "While typing",
917
1033
  underRow: "Under the row",
918
- underRowSingle: "Under the row, only one panel is visible",
1034
+ underRowSingle: "Under the row, display one row expansion only",
1035
+ auto: "Auto",
919
1036
  showNavigationButtons: {
920
1037
  none: "Hidden"
921
1038
  },
922
- showProgressBar: {
923
- off: "Hidden",
924
- auto: "Auto",
925
- aboveHeader: "Above header",
926
- belowHeader: "Below header",
927
- bottom: "Bottom",
928
- topBottom: "Top and Bottom"
929
- },
930
1039
  showTimerPanel: {
931
1040
  none: "Hidden"
932
1041
  },
933
1042
  showTimerPanelMode: {
934
1043
  all: "Both"
935
1044
  },
936
- detailPanelMode: {
937
- none: "Hidden"
938
- },
939
1045
  addRowLocation: {
940
- default: "Depends on matrix layout"
1046
+ default: "Based on matrix layout"
941
1047
  },
942
1048
  panelsState: {
943
- default: "Users cannot expand or collapse panels",
944
- collapsed: "All panels are collapsed",
945
- expanded: "All panels are expanded"
1049
+ default: "Locked",
1050
+ collapsed: "Collapse all",
1051
+ expanded: "Expand all",
1052
+ firstExpanded: "First expanded"
946
1053
  },
947
1054
  widthMode: {
948
- auto: "Auto",
949
1055
  static: "Static",
950
1056
  responsive: "Responsive"
951
1057
  },
952
- imageFit: {
953
- none: "None",
954
- contain: "Contain",
955
- cover: "Cover",
956
- fill: "Fill"
957
- },
958
1058
  contentMode: {
959
- auto: "Auto",
960
1059
  image: "Image",
961
1060
  video: "Video",
962
1061
  youtube: "YouTube"
963
1062
  },
964
1063
  displayMode: {
965
- auto: "Auto",
966
1064
  buttons: "Buttons",
967
1065
  dropdown: "Dropdown"
968
1066
  },
969
1067
  rateColorMode: {
970
- default: "Default"
1068
+ default: "Default",
1069
+ scale: "Scale"
1070
+ },
1071
+ scaleColorMode: {
1072
+ monochrome: "Monochrome",
1073
+ colored: "Colored"
971
1074
  },
972
1075
  autoGenerate: {
973
- "true": "Generate",
974
- "false": "Enter manually"
1076
+ "true": "Auto-generate",
1077
+ "false": "Manual"
975
1078
  },
976
1079
  rateType: {
977
1080
  labels: "Labels",
978
1081
  stars: "Stars",
979
1082
  smileys: "Smileys"
1083
+ },
1084
+ state: {
1085
+ default: "Locked"
1086
+ },
1087
+ showQuestionNumbers: {
1088
+ default: "Auto-numbering",
1089
+ on: "Auto-numbering",
1090
+ onPage: "Reset on each page",
1091
+ onpanel: "Reset on each panel",
1092
+ onPanel: "Reset on each panel",
1093
+ onSurvey: "Continue across the survey",
1094
+ off: "No numbering"
1095
+ },
1096
+ descriptionLocation: {
1097
+ underTitle: "Under the question title",
1098
+ underInput: "Under the input field"
1099
+ },
1100
+ selectToRankAreasLayout: {
1101
+ horizontal: "Next to choices",
1102
+ vertical: "Above choices"
1103
+ },
1104
+ displayStyle: {
1105
+ decimal: "Decimal",
1106
+ currency: "Currency",
1107
+ percent: "Percentage",
1108
+ date: "Date"
1109
+ },
1110
+ totalDisplayStyle: {
1111
+ decimal: "Decimal",
1112
+ currency: "Currency",
1113
+ percent: "Percentage",
1114
+ date: "Date"
1115
+ },
1116
+ rowsOrder: {
1117
+ initial: "Original"
1118
+ },
1119
+ questionsOrder: {
1120
+ initial: "Original"
1121
+ },
1122
+ showProgressBar: {
1123
+ off: "Hidden",
1124
+ aboveHeader: "Above the header",
1125
+ belowHeader: "Below the header"
1126
+ },
1127
+ sum: "Sum",
1128
+ count: "Count",
1129
+ min: "Min",
1130
+ max: "Max",
1131
+ avg: "Avg",
1132
+ searchMode: {
1133
+ contains: "Contains",
1134
+ startsWith: "Starts with"
980
1135
  }
981
1136
  },
982
1137
  // Operators
@@ -1042,21 +1197,211 @@ var enStrings = {
1042
1197
  visibletrigger: "change visibility (deprecated)"
1043
1198
  },
1044
1199
  pehelp: {
1045
- cookieName: "Cookies prevent users from filling out the same survey twice.",
1046
- size: "Resizes the visible area of the input field. Please use the <b>Validation → Maximum length</b> setting to limit the input length.",
1047
- format: "Use {0} as a placeholder for the actual value.",
1048
- totalText: "Visible only when at least one column has Total type or Total expression.",
1049
- acceptedTypes: "Refer to the [accept](https://www.w3schools.com/tags/att_input_accept.asp) attribute description for more information.",
1050
- columnColCount: "Applicable only to Radiogroup and Checkbox cell types.",
1051
- autocomplete: "Refer to the [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) attribute description for more information.",
1052
- valueName: "If you do not set this property, the answer will be stored in a field specified by the Name property.",
1200
+ panel: {
1201
+ name: "A panel ID that is not visible to respondents.",
1202
+ description: "Type a panel subtitle.",
1203
+ // isRequired: "Prevents survey submission unless at least one nested question has an answer.",
1204
+ visibleIf: "Use the magic wand icon to set a conditional rule that determines panel visibility.",
1205
+ enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the panel.",
1206
+ requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
1207
+ questionTitleLocation: "Applies to all questions within this panel. If you want to override this setting, define title alignment rules for individual questions. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
1208
+ questionErrorLocation: "Sets the location of an error message in relation to all questions within the panel. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
1209
+ questionsOrder: "Keeps the original order of questions or randomizes them. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
1210
+ page: "Repositions the panel to the end of a selected page.",
1211
+ innerIndent: "Adds space or margin between the panel content and the left border of the panel box.",
1212
+ startWithNewLine: "Unselect to display the panel in one line with the previous question or panel. The setting doesn't apply if the panel is the first element in your form.",
1213
+ state: "Choose from: \"Expanded\" - the panel is displayed in full and can be collapsed; \"Collapsed\" - the panel displays only the title and description and can be expanded; \"Locked\" - the panel is displayed in full and cannot be collapsed.",
1214
+ width: "Sets the width of the panel in proportion to other survey elements in the same line. Accepts CSS values (px, %, in, pt, etc.)."
1215
+ },
1216
+ paneldynamic: {
1217
+ name: "A panel ID that is not visible to respondents.",
1218
+ description: "Type a panel subtitle.",
1219
+ // isRequired: "Prevents survey submission unless at least one nested question has an answer.",
1220
+ visibleIf: "Use the magic wand icon to set a conditional rule that determines panel visibility.",
1221
+ enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the panel.",
1222
+ requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
1223
+ templateTitleLocation: "Applies to all questions within this panel. If you want to override this setting, define title alignment rules for individual questions. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
1224
+ templateErrorLocation: "Sets the location of an error message in relation to a question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
1225
+ errorLocation: "Sets the location of an error message in relation to all questions within the panel. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
1226
+ // questionsOrder: "Keeps the original order of questions or randomizes them. The \"Inherit\" option applies the page-level (if set) or survey-level setting.",
1227
+ page: "Repositions the panel to the end of a selected page.",
1228
+ innerIndent: "Adds space or margin between the panel content and the left border of the panel box.",
1229
+ startWithNewLine: "Unselect to display the panel in one line with the previous question or panel. The setting doesn't apply if the panel is the first element in your form.",
1230
+ state: "Choose from: \"Expanded\" - the panel is displayed in full and can be collapsed; \"Collapsed\" - the panel displays only the title and description and can be expanded; \"Locked\" - the panel is displayed in full and cannot be collapsed.",
1231
+ width: "Sets the width of the panel in proportion to other survey elements in the same line. Accepts CSS values (px, %, in, pt, etc.).",
1232
+ templateTitle: "Type in a template for dynamic panel titles. Use \{panelIndex}\ for the panel's general position and \{visiblePanelIndex}\ for its order among visible panels. Insert these placeholders into the pattern to add automatic numbering.",
1233
+ templateTabTitle: "Type in a template for tab titles. Use \{panelIndex}\ for a panel's general position and \{visiblePanelIndex}\ for its order among visible panels. Insert these placeholders into the pattern to add automatic numbering.",
1234
+ templateVisibleIf: "This setting allows you to control the visibility of individual panels within the dynamic panel. Use the `{panel}` placeholder to reference the current panel in your expression.",
1235
+ titleLocation: "This setting is automatically inherited by all questions within this panel. If you want to override this setting, define title alignment rules for individual questions. The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Top\" by default).",
1236
+ descriptionLocation: "The \"Inherit\" option applies the page-level (if set) or survey-level setting (\"Under the panel title\" by default).",
1237
+ newPanelPosition: "Defines the position of a newly added panel. By default, new panels are added to the end. Select \"Next\" to insert a new panel after the current one.",
1238
+ defaultValueFromLastPanel: "Duplicates answers from the last panel and assigns them to the next added dynamic panel.",
1239
+ keyName: "Reference a question name to require a user to provide a unique response for this question in each panel.",
1240
+ },
1241
+ defaultValueExpression: "This setting allows you to assign a default answer value based on an expression. The expression can include basic calculations - `{q1_id} + {q2_id}`, Boolean expressions, such as `{age} > 60`, and functions: `iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc. The value determined by this expression serves as the initial default value that can be overridden by a respondent's manual input.",
1242
+ resetValueIf: "Use the magic wand icon to set a conditional rule that determines when a respondent's input is reset to the value based on the \"Default value expression\" or \"Set value expression\" or to the \"Default answer\" value (if either is set).",
1243
+ setValueIf: "Use the magic wand icon to set a conditional rule that determines when to run the \"Set value expression\" and dynamically assign the resulting value as a response.",
1244
+ setValueExpression: "Specify an expression that defines the value to be set when the conditions in the \"Set value if\" rule are met. The expression can include basic calculations - `{q1_id} + {q2_id}`, Boolean expressions, such as `{age} > 60`, and functions: `iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc. The value determined by this expression can be overridden by a respondent's manual input.",
1245
+ question: {
1246
+ name: "A question ID that is not visible to respondents.",
1247
+ description: "Type a question subtitle.",
1248
+ visibleIf: "Use the magic wand icon to set a conditional rule that determines question visibility.",
1249
+ enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the question.",
1250
+ requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey advancing or submission unless the question received an answer.",
1251
+ startWithNewLine: "Unselect to display the question in one line with the previous question or panel. The setting doesn't apply if the question is the first element in your form.",
1252
+ page: "Repositions the question to the end of a selected page.",
1253
+ state: "Choose from: \"Expanded\" - the question box is displayed in full and can be collapsed; \"Collapsed\" - the question box displays only the title and description and can be expanded; \"Locked\" - the question box is displayed in full and cannot be collapsed.",
1254
+ titleLocation: "Overrides title alignment rules defined on a panel, page or survey level. The \"Inherit\" option applies any higher-level settings (if set) or survey-level setting (\"Top\" by default).",
1255
+ descriptionLocation: "The \"Inherit\" option applies the survey-level setting (\"Under the question title\" by default).",
1256
+ errorLocation: "Sets the location of an error message in relation to the question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box. The \"Inherit\" option applies the survey-level setting (\"Top\" by default).",
1257
+ indent: "Adds space or margin between the question content and the left border of the question box.",
1258
+ width: "Sets the width of the question in proportion to other survey elements in the same line. Accepts CSS values (px, %, in, pt, etc.).",
1259
+ surveyvalidator: {
1260
+ expression: "Use the magic wand icon to set a validation rule for the question."
1261
+ },
1262
+ textUpdateMode: "Choose from: \"On lost focus\" - the value is updated when the input field loses focus; \"While typing\" - the value is updated in real-time, as users are typing. The \"Inherit\" option applies the survey-level setting (\"On lost focus\" by default).",
1263
+ url: "You can use any web service as a data source for multiple-choice questions. To populate choice values, enter the URL of the service providing the data.",
1264
+ searchMode: "A comparison operation used to filter the drop-down list."
1265
+ },
1266
+ signaturepad: {
1267
+ signatureWidth: "Sets the width of the displayed signature area and the resulting image.",
1268
+ signatureHeight: "Sets the height of the displayed signature area and the resulting image.",
1269
+ signatureAutoScaleEnabled: "Select if you want the signature area to fill all available space within the question box while maintaining the default 3:2 aspect ratio. When custom width and height values are set, the setting will keep the aspect ratio of these dimensions."
1270
+ },
1271
+ file: {
1272
+ imageHeight: "Adjusts the height of the image in the survey results.",
1273
+ imageWidth: "Adjusts the width of the image in the survey results.",
1274
+ },
1275
+ imagepicker: {
1276
+ imageHeight: "Overrides the minimum and maximum height values.",
1277
+ imageWidth: "Overrides the minimum and maximum width values.",
1278
+ choices: "\"Value\" serves as an item ID used in conditional rules; \"Text\" is displayed to respondents.",
1279
+ },
1280
+ text: {
1281
+ size: "This setting only resizes the input field and doesn't affect the width of the question box. To limit the accepted input length, go to <b>Validation → Maximum character limit</b>."
1282
+ },
1283
+ comment: {
1284
+ rows: "Sets the number of displayed lines in the input field. If the input takes up more lines, the scroll bar will appear."
1285
+ },
1286
+ survey: {
1287
+ mode: "Choose between: \"Editable\" - enables respondents to fill out your survey; \"Read-only\" - disables form editing."
1288
+ },
1289
+ matrixdropdowncolumn: {
1290
+ name: "A column ID that is not visible to respondents.",
1291
+ isUnique: "When enabled for a column, a respondent is required to provide a unique response for each question within this column.",
1292
+ rows: "Sets the number of displayed lines in the input field. If the input takes up more lines, the scroll bar will appear.",
1293
+ visibleIf: "Use the magic wand icon to set a conditional rule that determines column visibility.",
1294
+ enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the column.",
1295
+ requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
1296
+ showInMultipleColumns: "When selected, creates an individual column for each choice option."
1297
+ },
1298
+ widthMode: "Choose from: \"Static\" - sets a fixed width; \"Responsive\" - makes the survey occupy the full width of the screen; \"Auto\" - applies either of the two depending on the question types used.",
1299
+ cookieName: "Assign a unique cookie value for your survey. The cookie will be set in a respondent's browser upon survey completion to prevent repetitive survey submissions.",
1300
+ logo: "Paste an image link (no size limits) or click the folder icon to browse a file from your computer (up to 64KB).",
1301
+ logoWidth: "Sets a logo width in CSS units (px, %, in, pt, etc.).",
1302
+ logoHeight: "Sets a logo height in CSS units (px, %, in, pt, etc.).",
1303
+ logoFit: "Choose from: \"None\" - image maintains its original size; \"Contain\" - image is resized to fit while maintaining its aspect ratio; \"Cover\" - image fills the entire box while maintaining its aspect ratio; \"Fill\" - image is stretched to fill the box without maintaining its aspect ratio.",
1304
+ goNextPageAutomatic: "Select if you want the survey to advance to the next page automatically after a respondent answers all questions on the current page. The survey is also completed automatically.",
1305
+ showNavigationButtons: "Sets the visibility and location of navigation buttons on a page.",
1306
+ showProgressBar: "Sets the visibility and location of a progress bar. The \"Auto\" value displays the progress bar above or below the survey header.",
1307
+ showPreviewBeforeComplete: "Enable the preview page with all or answered questions only.",
1308
+ questionTitleLocation: "Applies to all questions within the survey. This setting can be overridden by title alignment rules at lower levels: panel, page, or question. A lower-level setting will override those on a higher level.",
1309
+ requiredText: "A symbol or a sequence of symbols indicating that an answer is required.",
1310
+ questionStartIndex: "Enter a number or letter with which you want to start numbering.",
1311
+ questionErrorLocation: "Sets the location of an error message in relation to the question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box.",
1312
+ focusFirstQuestionAutomatic: "Select if you want the first input field on each page ready for text entry.",
1313
+ questionsOrder: "Keeps the original order of questions or randomizes them. The effect of this setting is only visible in the Preview tab.",
1314
+ maxTextLength: "For text entry questions only.",
1315
+ maxOthersLength: "For question comments only.",
1316
+ autoGrowComment: "Select if you want question comments and Long Text questions to auto-grow in height based on the entered text length.",
1317
+ allowResizeComment: "For question comments and Long Text questions only.",
1318
+ calculatedValues: "Custom variables serve as intermediate or auxiliary variables used in form calculations. They take respondent inputs as source values. Each custom variable has a unique name and an expression it's based on.",
1319
+ includeIntoResult: "Select if you wish the calculated value of the expression to be saved along with survey results.",
1320
+ triggers: "A trigger is an event or condition that is based on an expression. Once the expression is evaluated to \"true\", a trigger sets off an action. Such an action can optionally have a target question it affects.",
1321
+ clearInvisibleValues: "Choose whether or not to clear values for questions hidden by conditional logic and when to do it.",
1322
+ textUpdateMode: "Choose from: \"On lost focus\" - the value is updated when the input field loses focus; \"While typing\" - the value is updated in real-time, as users are typing.",
1323
+ columns: "The left value serves as a column ID used in conditional rules, the right value is displayed to respondents.",
1324
+ rows: "The left value serves as a row ID used in conditional rules, the right value is displayed to respondents.",
1325
+ columnMinWidth: "Accepts CSS values (px, %, in, pt, etc.).",
1326
+ rowTitleWidth: "Accepts CSS values (px, %, in, pt, etc.).",
1327
+ totalText: "Visible only if at least one column displays total values set with \"Aggregation method\" or \"Total value expression\".",
1328
+ cellErrorLocation: "Sets the location of an error message in relation to a cell with invalid input. The \"Inherit\" option applies the setting from the \"Error message alignment\" property.",
1329
+ keyDuplicationError: "When the \"Prevent duplicate responses\" property is enabled, a respondent attempting to submit a duplicate entry will receive the following error message.",
1330
+ totalExpression: "Allows you to calculate total values based on an expression. The expression can include basic calculations (`{q1_id} + {q2_id}`), Boolean expressions (`{age} > 60`) and functions ('iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc.).",
1331
+ confirmDelete: "Triggers a prompt asking to confirm the row deletion.",
1332
+ defaultValueFromLastRow: "Duplicates answers from the last row and assigns them to the next added dynamic row.",
1333
+ keyName: "Reference a column ID to require a user to provide a unique response for each question within the specified column.",
1334
+ description: "Type a subtitle.",
1335
+ locale: "Choose a language to begin creating your survey. To add a translation, switch to a new language and translate the original text here or in the Translations tab.",
1336
+ detailPanelMode: "Sets the location of a details section in relation to a row. Choose from: \"None\" - no expansion is added; \"Under the row\" - a row expansion is placed under each row of the matrix; \"Under the row, display one row expansion only\" - an expansion is displayed under a single row only, the remaining row expansions are collapsed.",
1337
+ imageFit: "Choose from: \"None\" - image maintains its original size; \"Contain\" - image is resized to fit while maintaining its aspect ratio; \"Cover\" - image fills the entire box while maintaining its aspect ratio; \"Fill\" - image is stretched to fill the box without maintaining its aspect ratio.",
1338
+ autoGrow: "Gradually increases the height of the input field as data is being entered. Overrides the \"Input field height (in lines)\" setting.",
1339
+ allowResize: "The resize handle (or grip) appears in the corner and can be dragged to alter the size of the input field.",
1340
+ maxTimeToFinish: "A time interval in seconds after which the survey auto-advances to the Thank You page.",
1341
+ maxTimeToFinishPage: "A time interval in seconds after which the survey auto-advances to the next page.",
1342
+ page: {
1343
+ maxTimeToFinish: "A time interval in seconds after which the survey auto-advances to the next page.",
1344
+ // isRequired: "Prevents survey submission unless at least one nested question has an answer.",
1345
+ visibleIf: "Use the magic wand icon to set a conditional rule that determines page visibility.",
1346
+ enableIf: "Use the magic wand icon to set a conditional rule that disables the read-only mode for the page.",
1347
+ requiredIf: "Use the magic wand icon to set a conditional rule that prevents survey submission unless at least one nested question has an answer.",
1348
+ questionTitleLocation: "Applies to all questions within this page. If you want to override this setting, define title alignment rules for individual questions or panels. The \"Inherit\" option applies the survey-level setting (\"Top\" by default).",
1349
+ questionErrorLocation: "Sets the location of an error message in relation to the question with invalid input. Choose between: \"Top\" - an error text is placed at the top of the question box; \"Bottom\" - an error text is placed at the bottom of the question box. The \"Inherit\" option applies the survey-level setting (\"Top\" by default).",
1350
+ questionsOrder: "Keeps the original order of questions or randomizes them. The \"Inherit\" option applies the survey-level setting (\"Original\" by default). The effect of this setting is only visible in the Preview tab.",
1351
+ navigationButtonsVisibility: "Sets the visibility of navigation buttons on the page. The \"Inherit\" option applies the survey-level setting, which defaults to \"Visible\"."
1352
+ },
1353
+ showTimerPanel: "Sets the visibility and location of a timer on a page.",
1354
+ panelsState: "Choose from: \"Locked\" - users cannot expand or collapse panels; \"Collapse all\" - all panels start in a collapsed state; \"Expand all\" - all panels start in an expanded state; \"First expanded\" - only the first panel is initially expanded.",
1355
+ imageLinkName: "Enter a shared property name within the array of objects that contains the image or video file URLs you want to display in the choice list.",
1356
+ choices: "The left value serves as an item ID used in conditional rules, the right value is displayed to respondents.",
1357
+ title: "Type a user-friendly title to display.",
1358
+ waitForUpload: "Ensures that users won't complete the survey until files are uploaded.",
1359
+ minWidth: "Accepts CSS values (px, %, in, pt, etc.).",
1360
+ maxWidth: "Accepts CSS values (px, %, in, pt, etc.).",
1361
+ width: "Accepts CSS values (px, %, in, pt, etc.).",
1362
+ valueName: "A join identifier is a custom key that you can assign to several questions to link them together and sync their values. These values will be merged into a single array or object and stored in survey results using the key as the property name.",
1363
+ useDisplayValuesInDynamicTexts: "In single- and multiple-selection question types, each choice option has an ID and display value. When selected, this setting shows a display value instead of an ID value in HTML questions and dynamic titles and descriptions of survey elements.",
1364
+ clearIfInvisible: "Choose whether or not to clear question values hidden by conditional logic and when to do it. The \"Inherit\" option applies the survey-level setting (\"Upon survey completion\" by default).",
1365
+ choicesFromQuestionMode: "Choose from: \"All\" - copies all choice options from the selected question; \"Selected\" - dynamically copies only selected choice options; \"Unselected\" - dynamically copies only unselected choice options. The \"None\" and \"Other\" options are copied by default if enabled in the source question.",
1366
+ showOtherItem: "When selected, users can include additional input in a separate comment box.",
1367
+ separateSpecialChoices: "Displays each special choice option (\"None\", \"Other\", \"Select All\") on a new line, even when using a multiple-column layout.",
1368
+ path: "Specify the location within the service dataset where the target array of objects is located. Leave empty if the URL already points to the array.",
1053
1369
  choicesbyurl: {
1054
- valueName: " "
1370
+ valueName: "Enter a uniform property name within the array of objects whose value will be stored as a response in survey results."
1371
+ },
1372
+ titleName: "Enter a uniform property name within the array of objects that contains the values you want to display in the choice list.",
1373
+ allowEmptyResponse: "Select to allow the service to return an empty response or array.",
1374
+ choicesVisibleIf: "Use the magic wand icon to set a conditional rule that determines the visibility of all choice options.",
1375
+ rateValues: "The left value serves as an item ID used in conditional rules, the right value is displayed to respondents.",
1376
+ rating: {
1377
+ displayMode: "\"Auto\" selects between the \"Buttons\" and \"Dropdown\" modes based on the available width. When the width is insufficient to display buttons, the question displays a dropdown."
1378
+ },
1379
+ valuePropertyName: "Allows you to connect questions that produce results in different formats. When such questions are linked together using a join identifier, this shared property stores selected question values.",
1380
+ searchEnabled: "Select if you want to update the drop-down menu contents to match the search query that a user is typing in the input field.",
1381
+ valueTrue: "A value to save in survey results when respondents give a positive answer.",
1382
+ valueFalse: "A value to save in survey results when respondents give a negative answer.",
1383
+ showPreview: "It's not recommended to disable this option as it overrides the Preview image and makes it hard for a user to understand whether the files have been uploaded.",
1384
+ needConfirmRemoveFile: "Triggers a prompt asking to confirm the file deletion.",
1385
+ selectToRankEnabled: "Enable to rank only selected choices. Users will drag selected items from the choice list to order them within the ranking area.",
1386
+ dataList: "Enter a list of choices that will be suggested to the respondent during input.",
1387
+ itemSize: "The setting only resizes the input fields and doesn't affect the width of the question box.",
1388
+ itemTitleWidth: "Sets consistent width for all item labels in pixels",
1389
+ contentMode: "The \"Auto\" option automatically determines the suitable mode for display - Image, Video, or YouTube - based on the source URL provided.",
1390
+ altText: "Serves as a substitute when the image cannot be displayed on a user's device and for accessibility purposes.",
1391
+ rateColorMode: "Defines the color of the selected emoji when the Rating icon type is set to \"Smileys\". Choose between: \"Default\" - the selected emoji appears in default survey color; \"Scale\" - the selected emoji inherits color from the rating scale.",
1392
+ expression: {
1393
+ name: "An expression ID that is not visible to respondents.",
1394
+ description: "Type an expression subtitle.",
1395
+ expression: "An expression can include basic calculations (`{q1_id} + {q2_id}`), conditions (`{age} > 60`), and functions ('iif()`, `today()`, `age()`, `min()`, `max()`, `avg()`, etc.).",
1055
1396
  },
1056
- keyName: "If the specified column contains identical values, the survey throws the \"Non-unique key value\" error.",
1057
- filePlaceholder: "Applies when \"Source type\" is \"Local files\" or when camera is unavailable",
1058
- photoPlaceholder: "Applies when \"Source type\" is \"Camera\".",
1059
- fileOrPhotoPlaceholder: "Applies when \"Source type\" is \"Local files or camera\"."
1397
+ storeOthersAsComment: "Select to store the \"Other\" option value as a separate property in survey results.",
1398
+ format: "Use {0} as a placeholder for the actual value.",
1399
+ acceptedTypes: "Refer to the [accept](https://www.w3schools.com/tags/att_input_accept.asp) attribute description for more information.",
1400
+ columnColCount: "Applies only if \"Cell input type\" is set to Radio Button Group or Checkboxes.",
1401
+ autocomplete: "Select the data type that the user's browser can retrieve. This data is sourced either from past values entered by the user or from pre-configured values if any have been saved by the user for autocompletion.",
1402
+ filePlaceholder: "Applies when \"File source type\" is \"Local file\" or when camera is unavailable",
1403
+ photoPlaceholder: "Applies when \"File source type\" is \"Camera\".",
1404
+ fileOrPhotoPlaceholder: "Applies when \"File source type\" is \"Local file or camera\"."
1060
1405
  },
1061
1406
  // Properties
1062
1407
  p: {
@@ -1065,11 +1410,11 @@ var enStrings = {
1065
1410
  title: "Leave it empty, if it is the same as 'Name'"
1066
1411
  },
1067
1412
  multiSelect: "Allow multiple selection",
1068
- showLabel: "Show image captions",
1413
+ showLabel: "Show image and video captions",
1069
1414
  swapOrder: "Swap the order of Yes and No",
1070
1415
  value: "Value",
1071
1416
  tabAlign: "Tab alignment",
1072
- sourceType: "Source type",
1417
+ sourceType: "File source type",
1073
1418
  fitToContainer: "Fit to container",
1074
1419
  setValueExpression: "Set value expression",
1075
1420
  description: "Description",
@@ -1077,26 +1422,24 @@ var enStrings = {
1077
1422
  pages: "Pages",
1078
1423
  questions: "Questions",
1079
1424
  triggers: "Triggers",
1080
- calculatedValues: "Calculated values",
1425
+ calculatedValues: "Custom variables",
1081
1426
  surveyId: "Survey id",
1082
1427
  surveyPostId: "Survey post id",
1083
1428
  surveyShowDataSaving: "Survey show data saving",
1084
- questionDescriptionLocation: "Question description location",
1429
+ questionDescriptionLocation: "Question description alignment",
1085
1430
  progressBarType: "Progress bar type",
1086
- showTOC: "Show TOC",
1087
- tocLocation: "Toc location",
1431
+ showTOC: "Show table of contents (TOC)",
1432
+ tocLocation: "TOC alignment",
1088
1433
  questionTitlePattern: "Question title pattern",
1089
- widthMode: "Width mode",
1434
+ widthMode: "Survey width mode",
1090
1435
  showBrandInfo: "Show brand info",
1091
1436
  useDisplayValuesInDynamicTexts: "Use display values in dynamic texts",
1092
1437
  visibleIf: "Visible if",
1093
- titleLocation: "Title location",
1094
- descriptionLocation: "Description location",
1095
1438
  defaultValueExpression: "Default value expression",
1096
1439
  requiredIf: "Required if",
1097
1440
  resetValueIf: "Reset value if",
1098
1441
  setValueIf: "Set value if",
1099
- validators: "Validators",
1442
+ validators: "Validation rules",
1100
1443
  bindings: "Bindings",
1101
1444
  renderAs: "Render as",
1102
1445
  attachOriginalItems: "Attach original items",
@@ -1104,8 +1447,6 @@ var enStrings = {
1104
1447
  choicesByUrl: "Choices by url",
1105
1448
  currency: "Currency",
1106
1449
  cellHint: "Cell hint",
1107
- isUnique: "Is unique",
1108
- showInMultipleColumns: "Show in multiple columns",
1109
1450
  totalMaximumFractionDigits: "Total maximum fraction digits",
1110
1451
  totalMinimumFractionDigits: "Total minimum fraction digits",
1111
1452
  columns: "Columns",
@@ -1122,22 +1463,23 @@ var enStrings = {
1122
1463
  minValueExpression: "Min value expression",
1123
1464
  maxValueExpression: "Max value expression",
1124
1465
  step: "Step",
1125
- dataList: "Data list",
1126
- itemSize: "Item size",
1466
+ dataList: "Items for auto-suggest",
1467
+ itemSize: "Input field width (in characters)",
1468
+ itemTitleWidth: "Item label width (in px)",
1127
1469
  elements: "Elements",
1128
1470
  content: "Content",
1129
- navigationButtonsVisibility: "Navigation buttons visibility",
1471
+ navigationButtonsVisibility: "Show / hide navigation buttons",
1130
1472
  navigationTitle: "Navigation title",
1131
1473
  navigationDescription: "Navigation description",
1132
1474
  longTap: "Long tap",
1133
- autoGrow: "Auto grow",
1134
- allowResize: "Allow resizing",
1475
+ autoGrow: "Expand input field dynamically",
1476
+ allowResize: "Enable resize handle",
1135
1477
  acceptCarriageReturn: "Accept carriage return",
1136
1478
  displayMode: "Display mode",
1137
1479
  rateType: "Rate type",
1138
1480
  label: "Label",
1139
1481
  contentMode: "Content mode",
1140
- imageFit: "Image fit",
1482
+ imageFit: "Image and thumbnail fit",
1141
1483
  altText: "Alt text",
1142
1484
  height: "Height",
1143
1485
  penColor: "Pen color",
@@ -1155,13 +1497,13 @@ var enStrings = {
1155
1497
  backgroundImageFit: "Background image fit",
1156
1498
  backgroundImageAttachment: "Background image attachment",
1157
1499
  backgroundOpacity: "Background opacity",
1158
- selectToRankEnabled: "Select to rank enabled",
1159
- selectToRankAreasLayout: "Select to rank areas layout",
1500
+ selectToRankEnabled: "Allow selective ranking",
1501
+ selectToRankAreasLayout: "Ranking area alignment",
1502
+ selectToRankEmptyRankedAreaText: "Text to show if all options are selected",
1503
+ selectToRankEmptyUnrankedAreaText: "Placeholder text for the ranking area",
1160
1504
  allowCameraAccess: "Allow camera access",
1161
- scaleColorMode: "Scale color mode",
1162
- rateColorMode: "Rate color mode",
1163
- templateTabTitle: "Template tab title",
1164
- templateVisibleIf: "Template visible if",
1505
+ scaleColorMode: "Rating icon color mode",
1506
+ rateColorMode: "Smileys color scheme",
1165
1507
  copyDisplayValue: "Copy display value" // Auto-generated string
1166
1508
  },
1167
1509
  theme: {