survey-creator-core 1.9.83 → 1.9.84

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 (100) hide show
  1. package/fonts.fontless.css +1 -1
  2. package/fonts.fontless.min.css +1 -1
  3. package/package.json +2 -2
  4. package/survey-creator-core.css +75 -14
  5. package/survey-creator-core.d.ts +1 -8046
  6. package/survey-creator-core.fontless.css +74 -13
  7. package/survey-creator-core.fontless.css.map +1 -1
  8. package/survey-creator-core.fontless.min.css +4 -4
  9. package/survey-creator-core.i18n.js +126 -128
  10. package/survey-creator-core.i18n.js.map +1 -1
  11. package/survey-creator-core.i18n.min.js +2 -2
  12. package/survey-creator-core.js +447 -152
  13. package/survey-creator-core.js.map +1 -1
  14. package/survey-creator-core.min.css +5 -5
  15. package/survey-creator-core.min.js +2 -2
  16. package/typings/components/action-container-view-model.d.ts +27 -0
  17. package/typings/components/embedded-survey.d.ts +9 -0
  18. package/typings/components/header/logo-image.d.ts +15 -0
  19. package/typings/components/image-item-value.d.ts +21 -0
  20. package/typings/components/item-value.d.ts +42 -0
  21. package/typings/components/link-value.d.ts +27 -0
  22. package/typings/components/matrix-cell.d.ts +25 -0
  23. package/typings/components/page-navigator/page-navigator.d.ts +39 -0
  24. package/typings/components/page.d.ts +28 -0
  25. package/typings/components/question-dropdown.d.ts +18 -0
  26. package/typings/components/question-image.d.ts +9 -0
  27. package/typings/components/question-rating.d.ts +15 -0
  28. package/typings/components/question.d.ts +41 -0
  29. package/typings/components/results.d.ts +40 -0
  30. package/typings/components/row.d.ts +9 -0
  31. package/typings/components/side-bar/side-bar-model.d.ts +34 -0
  32. package/typings/components/side-bar/side-bar-tab-model.d.ts +11 -0
  33. package/typings/components/simulator.d.ts +205 -0
  34. package/typings/components/string-editor.d.ts +68 -0
  35. package/typings/components/tabs/designer-plugin.d.ts +26 -0
  36. package/typings/components/tabs/designer.d.ts +29 -0
  37. package/typings/components/tabs/embed-json.d.ts +1 -0
  38. package/typings/components/tabs/embed.d.ts +13 -0
  39. package/typings/components/tabs/json-editor-ace.d.ts +22 -0
  40. package/typings/components/tabs/json-editor-plugin.d.ts +28 -0
  41. package/typings/components/tabs/json-editor-textarea.d.ts +22 -0
  42. package/typings/components/tabs/logic-actions-model.d.ts +49 -0
  43. package/typings/components/tabs/logic-expression.d.ts +32 -0
  44. package/typings/components/tabs/logic-item-editor.d.ts +53 -0
  45. package/typings/components/tabs/logic-items.d.ts +96 -0
  46. package/typings/components/tabs/logic-plugin.d.ts +22 -0
  47. package/typings/components/tabs/logic-theme.d.ts +327 -0
  48. package/typings/components/tabs/logic-types.d.ts +77 -0
  49. package/typings/components/tabs/logic-ui.d.ts +68 -0
  50. package/typings/components/tabs/logic.d.ts +102 -0
  51. package/typings/components/tabs/test-plugin.d.ts +33 -0
  52. package/typings/components/tabs/test.d.ts +43 -0
  53. package/typings/components/tabs/translation-plugin.d.ts +33 -0
  54. package/typings/components/tabs/translation-theme.d.ts +301 -0
  55. package/typings/components/tabs/translation.d.ts +199 -0
  56. package/typings/components/toolbox/toolbox-tool.d.ts +16 -0
  57. package/typings/creator-base.d.ts +1375 -0
  58. package/typings/creator-options.d.ts +247 -0
  59. package/typings/creator-responsivity-manager.d.ts +22 -0
  60. package/typings/creator-settings.d.ts +216 -0
  61. package/typings/custom-questions/question-color.d.ts +15 -0
  62. package/typings/custom-questions/question-file.d.ts +15 -0
  63. package/typings/custom-questions/question-spin-editor.d.ts +25 -0
  64. package/typings/editable-object.d.ts +20 -0
  65. package/typings/editorLocalization.d.ts +951 -0
  66. package/typings/entries/index.d.ts +68 -0
  67. package/typings/expressionToDisplayText.d.ts +46 -0
  68. package/typings/json5.d.ts +46 -0
  69. package/typings/localization/english.d.ts +922 -0
  70. package/typings/pages-controller.d.ts +21 -0
  71. package/typings/plugins/undo-redo/index.d.ts +12 -0
  72. package/typings/plugins/undo-redo/undo-redo-controller.d.ts +40 -0
  73. package/typings/plugins/undo-redo/undo-redo-manager.d.ts +78 -0
  74. package/typings/property-grid/bindings.d.ts +10 -0
  75. package/typings/property-grid/cells-survey.d.ts +14 -0
  76. package/typings/property-grid/condition-survey.d.ts +117 -0
  77. package/typings/property-grid/condition.d.ts +13 -0
  78. package/typings/property-grid/description-parser.d.ts +10 -0
  79. package/typings/property-grid/fast-entry.d.ts +32 -0
  80. package/typings/property-grid/index.d.ts +239 -0
  81. package/typings/property-grid/matrices.d.ts +132 -0
  82. package/typings/property-grid/object-selector.d.ts +42 -0
  83. package/typings/property-grid/property-grid-view-model.d.ts +23 -0
  84. package/typings/property-grid/restfull.d.ts +8 -0
  85. package/typings/property-grid/values-survey.d.ts +42 -0
  86. package/typings/property-grid/values.d.ts +37 -0
  87. package/typings/property-grid-theme/property-grid.d.ts +346 -0
  88. package/typings/question-editor/definition.d.ts +22 -0
  89. package/typings/question-editor/properties.d.ts +49 -0
  90. package/typings/questionconverter.d.ts +12 -0
  91. package/typings/selection-history.d.ts +20 -0
  92. package/typings/selection-owner.d.ts +7 -0
  93. package/typings/survey-helper.d.ts +43 -0
  94. package/typings/svgbundle.d.ts +1 -0
  95. package/typings/textWorker.d.ts +18 -0
  96. package/typings/toolbox.d.ts +269 -0
  97. package/typings/utils/actions.d.ts +5 -0
  98. package/typings/utils/events.d.ts +14 -0
  99. package/typings/utils/resizer.d.ts +24 -0
  100. package/typings/utils/utils.d.ts +19 -0
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.83
2
+ * SurveyJS Creator v1.9.84
3
3
  * (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -6642,7 +6642,7 @@ var germanTranslation = {
6642
6642
  ranking: "Reihenfolge",
6643
6643
  image: "Bild",
6644
6644
  dropdown: "Dropdown",
6645
- // tagbox: "Tag Box",
6645
+ tagbox: "Tag Box",
6646
6646
  file: "Datei",
6647
6647
  html: "HTML",
6648
6648
  matrix: "Matrix (einfache Auswahl)",
@@ -6657,7 +6657,7 @@ var germanTranslation = {
6657
6657
  boolean: "Wahrheitswert",
6658
6658
  expression: "Ausdruck (schreibgeschützt)",
6659
6659
  signaturepad: "Unterschrift",
6660
- // buttongroup: "Button Group"
6660
+ buttongroup: "Button Gruppe"
6661
6661
  },
6662
6662
  // Strings in SurveyJS Creator
6663
6663
  ed: {
@@ -6665,8 +6665,8 @@ var germanTranslation = {
6665
6665
  survey: "Umfrage",
6666
6666
  settings: "Umfrageeinstellungen",
6667
6667
  settingsTooltip: "Umfrageeinstellungen öffnen",
6668
- // surveySettings: "Survey Settings",
6669
- // surveySettingsTooltip: "Open survey settings",
6668
+ surveySettings: "Umfrage Einstellungen",
6669
+ surveySettingsTooltip: "Umfrage Einstellungen öffnen",
6670
6670
  showPanel: "Panel anzeigen",
6671
6671
  hidePanel: "Panel verstecken",
6672
6672
  prevSelected: "Vorheriges auswählen",
@@ -6687,9 +6687,9 @@ var germanTranslation = {
6687
6687
  newPanelName: "Panel",
6688
6688
  newTextItemName: "Text",
6689
6689
  testSurvey: "Test",
6690
- // defaultV2Theme: "Default",
6691
- // modernTheme: "Modern",
6692
- // defaultTheme: "Default (legacy)",
6690
+ defaultV2Theme: "Standard",
6691
+ modernTheme: "Modern",
6692
+ defaultTheme: "Standard (veraltet)",
6693
6693
  testSurveyAgain: "Testumfrage wiederholen",
6694
6694
  testSurveyWidth: "Umfragebreite: ",
6695
6695
  navigateToMsg: "Sie werden weitergeleitet: ",
@@ -6706,8 +6706,8 @@ var germanTranslation = {
6706
6706
  redo: "Wiederherstellen",
6707
6707
  undoTooltip: "Letzte Änderung rückgängig machen",
6708
6708
  redoTooltip: "Letzte Änderung wiederherstellen",
6709
- // showMoreChoices: "Show more",
6710
- // showLessChoices: "Show less",
6709
+ showMoreChoices: "Zeige mehr",
6710
+ showLessChoices: "Zeige weniger",
6711
6711
  copy: "Kopieren",
6712
6712
  cut: "Ausschneiden",
6713
6713
  paste: "Einfügen",
@@ -6721,11 +6721,11 @@ var germanTranslation = {
6721
6721
  "property-grid": "Eigenschaften",
6722
6722
  propertyGridFilteredTextPlaceholder: "Tippen, um zu suchen ...",
6723
6723
  toolboxGeneralCategory: "Allgemein",
6724
- // toolboxChoiceCategory: "Choice Questions",
6725
- // toolboxTextCategory: "Text Input Questions",
6726
- // toolboxContainersCategory: "Containers",
6727
- // toolboxMatrixCategory: "Matrix Questions",
6728
- // toolboxMiscCategory: "Misc",
6724
+ toolboxChoiceCategory: "Auswahl Fragen",
6725
+ toolboxTextCategory: "Text Eingabe Fragen",
6726
+ toolboxContainersCategory: "Kontainer",
6727
+ toolboxMatrixCategory: "Matrix Fragen",
6728
+ toolboxMiscCategory: "Verschiedenes",
6729
6729
  correctJSON: "Bitte JSON korrigieren.",
6730
6730
  surveyResults: "Umfrageergebnis: ",
6731
6731
  surveyResultsTable: "Als Tabelle",
@@ -6760,7 +6760,7 @@ var germanTranslation = {
6760
6760
  surveyPlaceHolder: "Die Umfrage enthält keine Frage. Ziehe ein Element aus der Toolbox hier her oder drücke den Button unten.",
6761
6761
  addNewTypeQuestion: "Add {0}",
6762
6762
  chooseLogoPlaceholder: "[LOGO]",
6763
- // auto: "auto",
6763
+ auto: "automatisch",
6764
6764
  lg: {
6765
6765
  addNewItem: "Neue Regel hinzufügen",
6766
6766
  empty_tab: "Erstelle eine Regel erstellen, um den Fluss der Umfrage anzupassen.",
@@ -6863,7 +6863,7 @@ var germanTranslation = {
6863
6863
  fastEntry: "Schnelleintrag",
6864
6864
  fastEntryNonUniqueError: "Wert '{0}' ist nicht eindeutig",
6865
6865
  fastEntryChoicesCountError: "Bitte begrenze die Anzahl der Elemente von {0} bis {1}",
6866
- // fastEntryPlaceholder: "You can set data in the following format:\nvalue1|text\nvalue2",
6866
+ fastEntryPlaceholder: "Daten im folgenden Format setzen:\nwert1|text\nwert2",
6867
6867
  formEntry: "Formulareintrag",
6868
6868
  testService: "Service testen",
6869
6869
  itemSelectorEmpty: "Bitte ein Element auswählen",
@@ -6879,7 +6879,7 @@ var germanTranslation = {
6879
6879
  showMore: "Weitere Informationen finden Sie in der Dokumentation",
6880
6880
  assistantTitle: "Verfügbare Fragen:",
6881
6881
  cellsEmptyRowsColumns: "Es sollte mindestens eine Spalte oder Zeile geben",
6882
- // showPreviewBeforeComplete: "Preview answers before submitting the survey",
6882
+ showPreviewBeforeComplete: "Vorschau der Antworten vor dem Absenden anzeigen",
6883
6883
  propertyIsEmpty: "Bitte geben Sie einen Wert ein",
6884
6884
  propertyIsNoUnique: "Bitte geben Sie einen eindeutigen Wert ein",
6885
6885
  propertyNameIsNotUnique: "Bitte geben Sie einen eindeutigen Wert ein",
@@ -6897,7 +6897,7 @@ var germanTranslation = {
6897
6897
  path: "Pfad",
6898
6898
  valueName: "Name der Antwort",
6899
6899
  choicesbyurl: {
6900
- // valueName: "Get values from the following JSON field"
6900
+ valueName: "Werte von folgenden JSON Feld übernehmen"
6901
6901
  },
6902
6902
  titleName: "Name des Titels",
6903
6903
  imageLinkName: "Name des Links zum Bild",
@@ -6954,18 +6954,18 @@ var germanTranslation = {
6954
6954
  maxLength: "Maximale Länge",
6955
6955
  buildExpression: "Einfach",
6956
6956
  editExpression: "Erweitert",
6957
- // and: "and",
6958
- // or: "or",
6957
+ and: "und",
6958
+ or: "oder",
6959
6959
  remove: "Entfernen",
6960
6960
  addCondition: "Bedingung hinzufügen",
6961
- // emptyLogicPopupMessage: "Select a question to start configuring conditions.",
6961
+ emptyLogicPopupMessage: "Eine Frage auswählen um die Bedingungen festzulegen.",
6962
6962
  if: "Wenn",
6963
- // then: "then",
6963
+ then: "dann",
6964
6964
  setToName: "von",
6965
6965
  fromName: "bis",
6966
- // gotoName: "Question to skip to",
6966
+ gotoName: "Zur Frage springen",
6967
6967
  ruleIsNotSet: "Regel is nicht korrekt",
6968
- // includeIntoResult: "Include into survey results",
6968
+ includeIntoResult: "In Umfrageergebnisse einbeziehen",
6969
6969
  showTitle: "Titel anzeigen",
6970
6970
  expandCollapseTitle: "Titel ausklappen/einklappen",
6971
6971
  locale: "Standardsprache",
@@ -7002,10 +7002,10 @@ var germanTranslation = {
7002
7002
  maxTimeToFinish: "Maximale Zeit, um die Umfrage zu beenden",
7003
7003
  maxTimeToFinishPage: "Maximale Zeit, um eine Seite der Umfrage zu beenden",
7004
7004
  page: {
7005
- // maxTimeToFinish: "Time limit to finish the page (in seconds)"
7005
+ maxTimeToFinish: "Zeitlimit zum Beenden der Seite (in Sekunden)"
7006
7006
  },
7007
7007
  question: {
7008
- // page: "Parent page"
7008
+ page: "Elternseite"
7009
7009
  },
7010
7010
  showTimerPanel: "Position des Timers",
7011
7011
  showTimerPanelMode: "Modus des Timers",
@@ -7018,16 +7018,14 @@ var germanTranslation = {
7018
7018
  isSinglePage: "Alle Elemente auf einer Seite anzeigen",
7019
7019
  html: "HTML",
7020
7020
  expression: "Ausdruck",
7021
- // setValue: "Answer",
7022
- // dataFormat: "Image format",
7023
- // allowAddRows: "Allow adding rows",
7024
- // allowRemoveRows: "Allow removing rows",
7025
- // allowRowsDragAndDrop: "Allow row drag and drop",
7026
- // responsiveImageSizeHelp: "Does not apply if you specify the exact image width or height.",
7027
- // minImageWidth: "Minimum image width",
7028
- // maxImageWidth: "Maximum image width",
7029
- // minImageHeight: "Minimum image height",
7030
- // maxImageHeight: "Maximum image height",
7021
+ setValue: "Antwort",
7022
+ dataFormat: "Bildformat",
7023
+ allowAddRows: "Hinzufügen von Zeilen zulassen",
7024
+ allowRemoveRows: "Allow removing rows",
7025
+ allowRowsDragAndDrop: "Entfernen von Zeilen zulassen",
7026
+ responsiveImageSizeHelp: "Gilt nicht, wenn Sie die genaue Bildbreite oder -höhe angeben.",
7027
+ minImageWidth: "Minimale Bildbreite",
7028
+ maxImageWidth: "Maximale Bildbreite",
7031
7029
  minValue: "Minimaler Wert",
7032
7030
  maxValue: "Maximaler Wert",
7033
7031
  minLength: "Minimale Länge",
@@ -7036,8 +7034,8 @@ var germanTranslation = {
7036
7034
  maxCount: "Maximale Anzahl",
7037
7035
  regex: "Regulärer Ausdruck",
7038
7036
  surveyvalidator: {
7039
- // text: "Error message",
7040
- // expression: "Validation expression"
7037
+ text: "Fehlermeldung",
7038
+ expression: "Validierungsausdruck"
7041
7039
  },
7042
7040
  totalText: "Text (total)",
7043
7041
  totalType: "Typ (total)",
@@ -7045,52 +7043,52 @@ var germanTranslation = {
7045
7043
  totalDisplayStyle: "Anzeigestil (total)",
7046
7044
  totalCurrency: "Währung (total)",
7047
7045
  totalFormat: "Format (total)",
7048
- // logo: "Logo (URL or base64-encoded string)",
7049
- // questionsOnPageMode: "Survey structure",
7050
- // maxTextLength: "Maximum answer length (in characters)",
7051
- // maxOthersLength: "Maximum comment length (in characters)",
7052
- // autoGrowComment: "Auto-expand comment area if necessary",
7053
- // textUpdateMode: "Update text question value",
7054
- // focusOnFirstError: "Set focus on the first invalid answer",
7055
- // checkErrorsMode: "Run validation",
7056
- // navigateToUrl: "Navigate to URL",
7057
- // navigateToUrlOnCondition: "Dynamic URL",
7058
- // completedBeforeHtml: "Markup to show if the user already filled out this survey",
7059
- // completedHtml: "Survey Complete page markup",
7060
- // completedHtmlOnCondition: "Dynamic Survey Complete page markup",
7061
- // loadingHtml: "Markup to show while survey model is loading",
7062
- // commentText: "Comment area text",
7063
- // autocomplete: "Autocomplete type",
7064
- // labelTrue: "\"True\" label",
7065
- // labelFalse: "\"False\" label",
7046
+ logo: "Logo (URL oder base64-codierte Zeichenfolge)",
7047
+ questionsOnPageMode: "Umfrage Struktur",
7048
+ maxTextLength: "Maximale Antwortlänge (in Zeichen)",
7049
+ maxOthersLength: "Maximale Kommentarlänge (in Zeichen)",
7050
+ autoGrowComment: "Kommentarbereich bei Bedarf automatisch erweitern",
7051
+ textUpdateMode: "Wert der Textfrage aktualisieren",
7052
+ focusOnFirstError: "Fokus auf die erste ungültige Antwort setzen",
7053
+ checkErrorsMode: "Validierung ausführen",
7054
+ navigateToUrl: "Navigieren Sie zur URL",
7055
+ navigateToUrlOnCondition: "Dynamische URL",
7056
+ completedBeforeHtml: "Markup, um anzuzeigen, ob der Benutzer diese Umfrage bereits ausgefüllt hat",
7057
+ completedHtml: "Markup der Seite „Umfrage abgeschlossen“.",
7058
+ completedHtmlOnCondition: "Dynamisches Markup der Seite „Umfrage abgeschlossen“.",
7059
+ loadingHtml: "Markup, das angezeigt werden soll, während die Umfrage geladen wird",
7060
+ commentText: "Text im Kommentarbereich",
7061
+ autocomplete: "Autocomplete-Typ",
7062
+ labelTrue: "Bezeichner \"Wahr\".",
7063
+ labelFalse: "Bezeichner \"Falsch\"",
7066
7064
  allowClear: "Überschrift der Auswahlmöglichkeiten anzeigen",
7067
- // displayStyle: "Value display style",
7068
- // format: "Formatted string",
7069
- // maximumFractionDigits: "Maximum fractional digits",
7070
- // minimumFractionDigits: "Minimum fractional digits",
7071
- // useGrouping: "Display grouping separators",
7072
- // allowMultiple: "Allow multiple files",
7073
- // allowImagesPreview: "Preview images",
7074
- // acceptedTypes: "Accepted file types",
7075
- // waitForUpload: "Wait for the upload to complete",
7076
- // needConfirmRemoveFile: "Confirm file deletion",
7077
- // detailPanelMode: "Detail panel location",
7078
- // minRowCount: "Minimum row count",
7079
- // maxRowCount: "Maximum row count",
7080
- // confirmDelete: "Confirm row deletion",
7081
- // confirmDeleteText: "Confirmation message",
7065
+ displayStyle: "Wertanzeigestil",
7066
+ format: "Formatierte Zeichenfolge",
7067
+ maximumFractionDigits: "Maximale Nachkommastellen",
7068
+ minimumFractionDigits: "Minimale Nachkommastellen",
7069
+ useGrouping: "Gruppierungstrennzeichen anzeigen",
7070
+ allowMultiple: "Mehrere Dateien zulassen",
7071
+ allowImagesPreview: "Vorschaubilder",
7072
+ acceptedTypes: "Akzeptierte Dateitypen",
7073
+ waitForUpload: "Warten Sie, bis der Upload abgeschlossen ist",
7074
+ needConfirmRemoveFile: "Bestätigen Sie das Löschen der Datei",
7075
+ detailPanelMode: "Position des Detailbereichs",
7076
+ minRowCount: "Mindestzeilenanzahl",
7077
+ maxRowCount: "Maximale Zeilenanzahl",
7078
+ confirmDelete: "Zeilenlöschung bestätigen",
7079
+ confirmDeleteText: "Bestätigungsmeldung",
7082
7080
  paneldynamic: {
7083
- // confirmDelete: "Confirm panel deletion"
7084
- },
7085
- // panelCount: "Initial panel count",
7086
- // minPanelCount: "Minimum panel count",
7087
- // maxPanelCount: "Maximum panel count",
7088
- // panelsState: "Inner panel expand state",
7089
- // templateDescription: "Description template",
7090
- // templateTitle: "Title template",
7091
- // panelPrevText: "Previous Panel button tooltip",
7092
- // panelNextText: "Next Panel button tooltip",
7093
- // showRangeInProgress: "Show progress bar",
7081
+ confirmDelete: "Bestätigen Sie das Löschen des Panels"
7082
+ },
7083
+ panelCount: "Anfängliche Panel-Anzahl",
7084
+ minPanelCount: "Minimale Panelanzahl",
7085
+ maxPanelCount: "Maximale Panelanzahl",
7086
+ panelsState: "Erweiterungszustand des inneren Bereichs",
7087
+ templateDescription: "Beschreibungsvorlage",
7088
+ templateTitle: "Titelvorlage",
7089
+ panelPrevText: "Tooltip für die Schaltfläche „Vorheriges Bedienfeld“.",
7090
+ panelNextText: "Tooltip für die Schaltfläche „Nächstes Bedienfeld“.",
7091
+ showRangeInProgress: "Fortschrittsbalken anzeigen",
7094
7092
  // templateTitleLocation: "Question title location",
7095
7093
  // panelRemoveButtonLocation: "Remove Panel button location",
7096
7094
  // hideIfRowsEmpty: "Hide the question if there are no rows",
@@ -7230,8 +7228,8 @@ var germanTranslation = {
7230
7228
  },
7231
7229
  // Property values
7232
7230
  pv: {
7233
- // true: "true",
7234
- // false: "false",
7231
+ true: "wahr",
7232
+ false: "falsch",
7235
7233
  inherit: "vererbt",
7236
7234
  show: "anzeigen",
7237
7235
  hide: "verstecken",
@@ -7244,12 +7242,12 @@ var germanTranslation = {
7244
7242
  asc: "aufsteigend",
7245
7243
  desc: "absteigend",
7246
7244
  indeterminate: "unentschieden",
7247
- // decimal: "decimal",
7248
- // currency: "currency",
7249
- // percent: "percent",
7245
+ decimal: "Dezimal",
7246
+ currency: "Währung",
7247
+ percent: "Prozent",
7250
7248
  firstExpanded: "ausgeklappt (erstes Element)",
7251
7249
  off: "aus",
7252
- // onpanel: "Start on each panel",
7250
+ onpanel: "Beginnen Sie auf jedem Bereich",
7253
7251
  onPanel: "Panel",
7254
7252
  onSurvey: "Umfrage",
7255
7253
  list: "Liste",
@@ -7263,21 +7261,21 @@ var germanTranslation = {
7263
7261
  topBottom: "oben und unten",
7264
7262
  both: "beides",
7265
7263
  left: "links",
7266
- // right: "Right",
7267
- // color: "color",
7268
- // date: "date",
7269
- // datetime: "datetime",
7264
+ right: "rechts",
7265
+ color: "Farbe",
7266
+ date: "Datum",
7267
+ datetime: "Datum/Uhrzeit",
7270
7268
  // "datetime-local": "datetime-local",
7271
- // email: "email",
7272
- // month: "month",
7273
- // number: "number",
7274
- // password: "password",
7275
- // range: "range",
7276
- // tel: "tel",
7277
- // text: "text",
7278
- // time: "time",
7279
- // url: "url",
7280
- // week: "week",
7269
+ email: "E-Mail",
7270
+ month: "Monat",
7271
+ number: "Nummer",
7272
+ password: "Passwort",
7273
+ range: "Bereich",
7274
+ tel: "Telefon",
7275
+ text: "Text",
7276
+ time: "Uhrzeit",
7277
+ url: "URL",
7278
+ week: "Woche",
7281
7279
  hidden: "versteckt",
7282
7280
  on: "an",
7283
7281
  onPage: "an (unabhängig für jede Seite)",
@@ -7285,16 +7283,16 @@ var germanTranslation = {
7285
7283
  display: "Anzeigen",
7286
7284
  onComplete: "Wenn die Umfrage abgeschlossen wurde",
7287
7285
  onHidden: "Wenn die Umfrage versteckt wurde",
7288
- // onHiddenContainer: "When the question or its panel/page becomes hidden",
7286
+ onHiddenContainer: "Wenn die Frage oder ihr Panel/Seite ausgeblendet wird",
7289
7287
  clearInvisibleValues: {
7290
- // none: "Never"
7288
+ none: "Niemals"
7291
7289
  },
7292
7290
  all: "alle",
7293
7291
  page: "Seite",
7294
7292
  survey: "Umfrage",
7295
7293
  onNextPage: "Wenn die Seite gewechselt wurde",
7296
7294
  onValueChanged: "Wenn ein Wert geändert wurde",
7297
- // onValueChanging: "Before an answer is changed",
7295
+ onValueChanging: "Bevor eine Antwort geändert wird",
7298
7296
  standard: "Standard",
7299
7297
  singlePage: "Alle Fragen auf eine Seite",
7300
7298
  questionPerPage: "Alle Fragen auf eine eigene Seite",
@@ -7313,22 +7311,22 @@ var germanTranslation = {
7313
7311
  // underRow: "Under the row",
7314
7312
  // underRowSingle: "Under the row, only one panel is visible",
7315
7313
  showNavigationButtons: {
7316
- // none: "Hidden"
7314
+ none: "Versteckt"
7317
7315
  },
7318
7316
  showProgressBar: {
7319
- // off: "Hidden"
7317
+ off: "Versteckt"
7320
7318
  },
7321
7319
  showTimerPanel: {
7322
- // none: "Hidden"
7320
+ none: "Versteckt"
7323
7321
  },
7324
7322
  showTimerPanelMode: {
7325
- // all: "Both"
7323
+ all: "Beide"
7326
7324
  },
7327
7325
  detailPanelMode: {
7328
- // none: "Hidden"
7326
+ none: "Versteckt"
7329
7327
  },
7330
7328
  addRowLocation: {
7331
- // default: "Depends on matrix layout"
7329
+ default: "Hängt vom Matrix Layout ab"
7332
7330
  },
7333
7331
  panelsState: {
7334
7332
  // default: "Users cannot expand or collapse panels",
@@ -7372,8 +7370,8 @@ var germanTranslation = {
7372
7370
  less: "kleiner als",
7373
7371
  greaterorequal: "größer oder gleich als",
7374
7372
  lessorequal: "kleiner oder gleich als",
7375
- // and: "and",
7376
- // or: "or"
7373
+ and: "und",
7374
+ or: "oder"
7377
7375
  },
7378
7376
  // Embed window
7379
7377
  ew: {
@@ -7467,12 +7465,12 @@ var germanTranslation = {
7467
7465
  detailPanelShowOnAdding: "Panel für Details beim Hinzufügen anzeigen",
7468
7466
  logoFit: "Passform des Logos",
7469
7467
  pages: "Seiten",
7470
- // questions: "questions",
7468
+ questions: "Fragen",
7471
7469
  triggers: "Trigger",
7472
7470
  calculatedValues: "Berechnete Werte",
7473
- // surveyId: "surveyId",
7474
- // surveyPostId: "surveyPostId",
7475
- // surveyShowDataSaving: "surveyShowDataSaving",
7471
+ surveyId: "surveyId",
7472
+ surveyPostId: "surveyPostId",
7473
+ surveyShowDataSaving: "surveyShowDataSaving",
7476
7474
  questionDescriptionLocation: "Position der Fragenbeschreibung",
7477
7475
  progressBarType: "Fortschrittsbalkentyp",
7478
7476
  questionTitlePattern: "Pattern für Fragentitel",
@@ -7490,27 +7488,27 @@ var germanTranslation = {
7490
7488
  step: "Schritt",
7491
7489
  dataList: "Datenliste",
7492
7490
  itemSize: "Elementgröße",
7493
- // elements: "elements",
7494
- // content: "content",
7491
+ elements: "Elemente",
7492
+ content: "Inhalt",
7495
7493
  navigationButtonsVisibility: "Sichtbarkeit der Navigationsbuttons",
7496
7494
  navigationTitle: "Navigationstitel",
7497
7495
  navigationDescription: "Navigationsbeschreibung",
7498
- // closeOnSelect: "closeOnSelect",
7499
- // longTap: "longTap",
7496
+ closeOnSelect: "schließen beim Selektieren",
7497
+ longTap: "langtippen",
7500
7498
  autoGrow: "Automatisch vergrößern",
7501
- // acceptCarriageReturn: "acceptCarriageReturn",
7499
+ acceptCarriageReturn: "akzeptieren CarriageReturn",
7502
7500
  displayMode: "Anzeigemodus",
7503
7501
  label: "Label",
7504
7502
  contentMode: "Inhaltsmodus",
7505
7503
  imageFit: "Passform des Bildes",
7506
- // altText: "altText",
7504
+ altText: "altText",
7507
7505
  height: "Höhe",
7508
7506
  penColor: "Stiftfarbe",
7509
7507
  backgroundColor: "Hintergrundfarbe",
7510
- // templateElements: "templateElements",
7511
- // operator: "operator",
7512
- // isVariable: "isVariable",
7513
- // runExpression: "runExpression",
7508
+ templateElements: "VorlagenElemente",
7509
+ operator: "Operator",
7510
+ isVariable: "istVariable",
7511
+ runExpression: "runExpression",
7514
7512
  showCaption: "Titel anzeigen",
7515
7513
  iconName: "Name des Icons",
7516
7514
  iconSize: "Größe des Icons"