survey-analytics 1.9.75 → 1.9.76

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - SurveyJS Dashboard library v1.9.75
2
+ * surveyjs - SurveyJS Dashboard library v1.9.76
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -284,7 +284,13 @@ declare module "analytics-localization/portuguese" {
284
284
  showLabel: string;
285
285
  entriesLabel: string;
286
286
  visualizer_text: string;
287
+ visualizer_wordcloud: string;
288
+ visualizer_histogram: string;
289
+ visualizer_number: string;
290
+ visualizer_choices: string;
291
+ visualizer_selectBase: string;
287
292
  chartType_bar: string;
293
+ chartType_vbar: string;
288
294
  chartType_stackedbar: string;
289
295
  chartType_doughnut: string;
290
296
  chartType_pie: string;
@@ -298,6 +304,10 @@ declare module "analytics-localization/portuguese" {
298
304
  filter: string;
299
305
  resetFilter: string;
300
306
  changeLocale: string;
307
+ en: string;
308
+ fr: string;
309
+ ru: string;
310
+ de: string;
301
311
  clearButton: string;
302
312
  addElement: string;
303
313
  defaultOrder: string;
@@ -307,6 +317,9 @@ declare module "analytics-localization/portuguese" {
307
317
  otherCommentTitle: string;
308
318
  showPercentages: string;
309
319
  hidePercentages: string;
320
+ pdfDownloadCaption: string;
321
+ xlsxDownloadCaption: string;
322
+ csvDownloadCaption: string;
310
323
  saveDiagramAsPNG: string;
311
324
  hideEmptyAnswers: string;
312
325
  showEmptyAnswers: string;
@@ -314,8 +327,17 @@ declare module "analytics-localization/portuguese" {
314
327
  topNValueText5: string;
315
328
  topNValueText10: string;
316
329
  topNValueText20: string;
330
+ hideMissingAnswers: string;
331
+ showMissingAnswers: string;
332
+ missingAnswersLabel: string;
317
333
  noVisualizerForQuestion: string;
318
334
  noResults: string;
335
+ showPerValues: string;
336
+ showPerColumns: string;
337
+ answer: string;
338
+ correctAnswer: string;
339
+ percent: string;
340
+ responses: string;
319
341
  };
320
342
  }
321
343
  declare module "analytics-localization/russian" {