survey-analytics 2.3.1 → 2.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm/shared.mjs +1426 -265
- package/fesm/shared.mjs.map +1 -1
- package/fesm/shared2.mjs +90 -46
- package/fesm/shared2.mjs.map +1 -1
- package/fesm/survey.analytics.core.mjs +2 -2
- package/fesm/survey.analytics.mjs +3 -3
- package/fesm/survey.analytics.tabulator.mjs +3 -3
- package/package.json +2 -2
- package/survey-analytics-tabulator.types/analytics-localization/arabic.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/dutch.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/english.d.ts +5 -0
- package/survey-analytics-tabulator.types/analytics-localization/farsi.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/finnish.d.ts +7 -0
- package/survey-analytics-tabulator.types/analytics-localization/french.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/german.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/italian.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/japanese.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/norwegian.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/polish.d.ts +15 -0
- package/survey-analytics-tabulator.types/analytics-localization/portuguese.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/russian.d.ts +15 -0
- package/survey-analytics-tabulator.types/analytics-localization/spanish.d.ts +16 -0
- package/survey-analytics-tabulator.types/analytics-localization/swedish.d.ts +3 -0
- package/survey-analytics-tabulator.types/localizationManager.d.ts +12 -0
- package/survey-analytics-tabulator.types/utils/index.d.ts +2 -2
- package/survey-analytics.types/analytics-localization/arabic.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/dutch.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/english.d.ts +5 -0
- package/survey-analytics.types/analytics-localization/farsi.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/finnish.d.ts +7 -0
- package/survey-analytics.types/analytics-localization/french.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/german.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/italian.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/japanese.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/norwegian.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/polish.d.ts +15 -0
- package/survey-analytics.types/analytics-localization/portuguese.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/russian.d.ts +15 -0
- package/survey-analytics.types/analytics-localization/spanish.d.ts +16 -0
- package/survey-analytics.types/analytics-localization/swedish.d.ts +3 -0
- package/survey-analytics.types/histogram.d.ts +4 -4
- package/survey-analytics.types/localizationManager.d.ts +12 -0
- package/survey-analytics.types/pivot.d.ts +7 -4
- package/survey-analytics.types/utils/index.d.ts +2 -2
- package/survey.analytics.core.css +53 -22
- package/survey.analytics.core.css.map +1 -1
- package/survey.analytics.core.js +1522 -308
- package/survey.analytics.core.js.map +1 -1
- package/survey.analytics.core.min.css +2 -2
- package/survey.analytics.core.min.js +1 -1
- package/survey.analytics.core.min.js.LICENSE.txt +1 -1
- package/survey.analytics.css +53 -22
- package/survey.analytics.css.map +1 -1
- package/survey.analytics.js +1523 -308
- package/survey.analytics.js.map +1 -1
- package/survey.analytics.min.css +2 -2
- package/survey.analytics.min.js +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +53 -21
- package/survey.analytics.tabulator.css.map +1 -1
- package/survey.analytics.tabulator.js +1435 -264
- package/survey.analytics.tabulator.js.map +1 -1
- package/survey.analytics.tabulator.min.css +2 -2
- package/survey.analytics.tabulator.min.js +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
package/fesm/shared.mjs
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* surveyjs - SurveyJS Dashboard library v2.3.
|
|
2
|
+
* surveyjs - SurveyJS Dashboard library v2.3.2
|
|
3
3
|
* Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
import { surveyLocalization, glc } from 'survey-core';
|
|
8
|
+
|
|
7
9
|
// Uncomment the line below if you create a custom dictionary
|
|
8
|
-
// import {
|
|
10
|
+
// import { setupLocale } from "../localizationManager";
|
|
9
11
|
var englishStrings = {
|
|
10
12
|
groupButton: "Group By Me",
|
|
11
13
|
ungroupButton: "Ungroup By Me",
|
|
@@ -82,14 +84,18 @@ var englishStrings = {
|
|
|
82
84
|
npsPromoters: "Promoters",
|
|
83
85
|
npsPassives: "Passives",
|
|
84
86
|
npsDetractors: "Detractors",
|
|
85
|
-
axisXSelectorTitle: "X
|
|
86
|
-
axisYSelectorTitle: "
|
|
87
|
+
axisXSelectorTitle: "Category (X Axis):",
|
|
88
|
+
axisYSelectorTitle: "Legend (Series):",
|
|
89
|
+
axisXAlternativeSelectorTitle: "Segments:",
|
|
90
|
+
axisYAlternativeSelectorTitle: "Groups:",
|
|
91
|
+
notSelected: "Not selected",
|
|
92
|
+
license: "To use the Dashboard library in your application, a <a href='https://surveyjs.io/licensing' target='_blank'>developer license</a> is required. If you have an active license, please <a href='https://surveyjs.io/remove-alert-banner' target='_blank'>set up your license key</a> and ensure you're using the <a href='https://surveyjs.io/stay-updated/release-notes' target='_blank'>latest version</a>.",
|
|
93
|
+
license2: "This banner appears because your maintenance subscription for the Dashboard library expired on {date}. You may continue using <a href='https://surveyjs.io/stay-updated/release-notes' target='_blank'>all versions released up to that date</a>. To remove this banner in the latest version, please <a href='https://surveyjs.io/manage#license-manager' target='_blank'>renew your subscription</a> and <a href='https://surveyjs.io/remove-alert-banner' target='_blank'>set up a new license key</a>."
|
|
87
94
|
};
|
|
88
|
-
// Uncomment the
|
|
95
|
+
// Uncomment the line below if you create a custom dictionary.
|
|
89
96
|
// Replace "en" with a custom locale code (for example, "fr" or "de"),
|
|
90
97
|
// Replace `englishStrings` with the name of the variable that contains the custom dictionary.
|
|
91
|
-
//
|
|
92
|
-
// localization.localeNames["en"] = "English";
|
|
98
|
+
// setupLocale({ localeCode: "en", strings: englishStrings });
|
|
93
99
|
|
|
94
100
|
var localization = {
|
|
95
101
|
currentLocaleValue: "",
|
|
@@ -111,6 +117,13 @@ var localization = {
|
|
|
111
117
|
set defaultLocale(val) {
|
|
112
118
|
this.defaultLocaleValue = val;
|
|
113
119
|
},
|
|
120
|
+
setupLocale: function (loc, strings) {
|
|
121
|
+
this.locales[loc] = strings;
|
|
122
|
+
},
|
|
123
|
+
getLocaleName: function (loc, inEnglish = false) {
|
|
124
|
+
const res = !inEnglish ? this.localeNames[loc] : "";
|
|
125
|
+
return res || surveyLocalization.getLocaleName(loc, inEnglish);
|
|
126
|
+
},
|
|
114
127
|
getString: function (strName) {
|
|
115
128
|
var loc = this.currentLocale
|
|
116
129
|
? this.locales[this.currentLocale]
|
|
@@ -141,31 +154,52 @@ var localization = {
|
|
|
141
154
|
}
|
|
142
155
|
};
|
|
143
156
|
var surveyStrings = englishStrings;
|
|
144
|
-
|
|
145
|
-
|
|
157
|
+
function setupLocale(localeConfig) {
|
|
158
|
+
const loc = localeConfig.localeCode;
|
|
159
|
+
localization.setupLocale(loc, localeConfig.strings);
|
|
160
|
+
if (localeConfig.nativeName) {
|
|
161
|
+
localization.localeNames[loc] = localeConfig.nativeName;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
setupLocale({ localeCode: "en", strings: englishStrings, nativeName: "English" });
|
|
146
165
|
|
|
147
166
|
class DocumentHelper {
|
|
148
167
|
static createSelector(options, isSelected, handler, title) {
|
|
149
168
|
const selectWrapper = document.createElement("div");
|
|
150
169
|
selectWrapper.className = "sa-question__select-wrapper";
|
|
151
|
-
|
|
152
|
-
const titleElement = DocumentHelper.createElement("span", "sa-question__select-title", {
|
|
153
|
-
innerText: title,
|
|
154
|
-
});
|
|
155
|
-
selectWrapper.appendChild(titleElement);
|
|
156
|
-
}
|
|
170
|
+
const titleElement = DocumentHelper.createElement("span", "sa-question__select-title");
|
|
157
171
|
const select = document.createElement("select");
|
|
158
172
|
select.className = "sa-question__select";
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
|
|
173
|
+
const updateTitle = () => {
|
|
174
|
+
const titleText = !!title && (typeof title == "string" ? title : title());
|
|
175
|
+
titleElement.innerText = titleText;
|
|
176
|
+
if (!!titleText) {
|
|
177
|
+
selectWrapper.insertBefore(titleElement, select);
|
|
178
|
+
}
|
|
179
|
+
else if (titleElement.parentElement === selectWrapper) {
|
|
180
|
+
selectWrapper.removeChild(titleElement);
|
|
181
|
+
}
|
|
182
|
+
};
|
|
167
183
|
select.onchange = handler;
|
|
168
184
|
selectWrapper.appendChild(select);
|
|
185
|
+
const updateOptions = () => {
|
|
186
|
+
select.innerHTML = "";
|
|
187
|
+
const optionsSource = options || [];
|
|
188
|
+
const optionItems = Array.isArray(optionsSource) ? optionsSource : optionsSource();
|
|
189
|
+
optionItems.forEach((option) => {
|
|
190
|
+
let optionElement = DocumentHelper.createElement("option", "", {
|
|
191
|
+
value: option.value,
|
|
192
|
+
text: option.text,
|
|
193
|
+
selected: isSelected(option),
|
|
194
|
+
});
|
|
195
|
+
select.appendChild(optionElement);
|
|
196
|
+
});
|
|
197
|
+
};
|
|
198
|
+
selectWrapper["__updateSelect"] = () => {
|
|
199
|
+
updateTitle();
|
|
200
|
+
updateOptions();
|
|
201
|
+
};
|
|
202
|
+
selectWrapper["__updateSelect"]();
|
|
169
203
|
return selectWrapper;
|
|
170
204
|
}
|
|
171
205
|
static createButton(handler, text = "", className = "sa-toolbar__button") {
|
|
@@ -236,19 +270,18 @@ class DocumentHelper {
|
|
|
236
270
|
return el;
|
|
237
271
|
}
|
|
238
272
|
}
|
|
273
|
+
function getLicenseText() {
|
|
274
|
+
const d = !!glc ? glc(1) : false;
|
|
275
|
+
if (!!d && d.toLocaleDateString)
|
|
276
|
+
return localization.getString("license2").replace("{date}", d.toLocaleDateString());
|
|
277
|
+
return localization.getString("license");
|
|
278
|
+
}
|
|
239
279
|
function createCommercialLicenseLink() {
|
|
240
280
|
const container = DocumentHelper.createElement("div", "sa-commercial");
|
|
241
|
-
const link = DocumentHelper.createElement("
|
|
242
|
-
href: "https://www.surveyjs.io/Buy",
|
|
243
|
-
target: "_blank",
|
|
244
|
-
});
|
|
281
|
+
const link = DocumentHelper.createElement("div", "sa-commercial__text");
|
|
245
282
|
const containerSpan = DocumentHelper.createElement("span", "");
|
|
246
|
-
const
|
|
247
|
-
const textSpan = DocumentHelper.createElement("span", "sa-commercial__product", {
|
|
248
|
-
innerText: "Please purchase a SurveyJS Analytics developer license to use it in your app.",
|
|
249
|
-
});
|
|
283
|
+
const textSpan = DocumentHelper.createElement("span", "sa-commercial__product", { innerHTML: getLicenseText() });
|
|
250
284
|
container.appendChild(link).appendChild(containerSpan);
|
|
251
|
-
containerSpan.appendChild(icon);
|
|
252
285
|
containerSpan.appendChild(textSpan);
|
|
253
286
|
return container;
|
|
254
287
|
}
|
|
@@ -335,1173 +368,2301 @@ function toPrecision(value, precision = 2) {
|
|
|
335
368
|
return Math.round(base * value) / base;
|
|
336
369
|
}
|
|
337
370
|
|
|
338
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
339
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
340
371
|
var farsiStrings = {
|
|
372
|
+
// "Group By Me"
|
|
341
373
|
groupButton: "گروه بندی با",
|
|
374
|
+
// "Ungroup By Me"
|
|
342
375
|
ungroupButton: "حذف گروه",
|
|
376
|
+
// "Select Me"
|
|
343
377
|
selectButton: "انتخاب",
|
|
378
|
+
// "Hide column"
|
|
344
379
|
hideColumn: "مخفی کردن ستون",
|
|
380
|
+
// "Show column"
|
|
345
381
|
showColumn: "نمایش ستون",
|
|
382
|
+
// "Make column private"
|
|
346
383
|
makePrivateColumn: "خصوصی کردن ستون",
|
|
384
|
+
// "Make column public"
|
|
347
385
|
makePublicColumn: "عمومی کردن ستون",
|
|
386
|
+
// "Move to Detail"
|
|
348
387
|
moveToDetail: "انتقال به جزئیات",
|
|
388
|
+
// "Show as Column"
|
|
349
389
|
showAsColumn: "نمایش به عنوان ستون",
|
|
390
|
+
// "Search..."
|
|
350
391
|
filterPlaceholder: "جستجو...",
|
|
392
|
+
// "Remove rows"
|
|
351
393
|
removeRows: "حذف سطرها",
|
|
394
|
+
// "Show"
|
|
352
395
|
showLabel: "نمایش",
|
|
396
|
+
// "entries"
|
|
353
397
|
entriesLabel: "ورودی",
|
|
398
|
+
// "Texts in table"
|
|
354
399
|
visualizer_text: "متون در جدول",
|
|
400
|
+
// "Wordcloud"
|
|
355
401
|
visualizer_wordcloud: "ابر کلمات",
|
|
402
|
+
// "Histogram"
|
|
356
403
|
visualizer_histogram: "هیستوگرام",
|
|
404
|
+
// "Average"
|
|
357
405
|
visualizer_number: "متوسط",
|
|
406
|
+
// "Table"
|
|
358
407
|
visualizer_choices: "جدول",
|
|
408
|
+
// "Chart"
|
|
359
409
|
visualizer_selectBase: "نمودار",
|
|
360
|
-
//
|
|
361
|
-
|
|
410
|
+
// [Auto-translated] "Chart"
|
|
411
|
+
visualizer_matrix: "نمودار",
|
|
412
|
+
// [Auto-translated] "Bar"
|
|
413
|
+
chartType_bar: "نوار",
|
|
414
|
+
// "Vertical Bar"
|
|
362
415
|
chartType_vbar: "نوار عمودی",
|
|
416
|
+
// "Stacked Bar"
|
|
363
417
|
chartType_stackedbar: "نوار پشته",
|
|
418
|
+
// "Doughnut"
|
|
364
419
|
chartType_doughnut: "دونات",
|
|
420
|
+
// "Pie"
|
|
365
421
|
chartType_pie: "دابره ای(pie)",
|
|
422
|
+
// "Scatter"
|
|
366
423
|
chartType_scatter: "پراکندگی(Scatter)",
|
|
424
|
+
// "Gauge"
|
|
367
425
|
chartType_gauge: "عقربه ای",
|
|
426
|
+
// "Bullet"
|
|
368
427
|
chartType_bullet: "Bullet",
|
|
428
|
+
// [Auto-translated] "Line"
|
|
429
|
+
chartType_line: "خط",
|
|
430
|
+
// [Auto-translated] "Radar"
|
|
431
|
+
chartType_radar: "رادار",
|
|
432
|
+
// "Hide"
|
|
369
433
|
hideButton: "مخفی",
|
|
434
|
+
// "Make private"
|
|
370
435
|
makePrivateButton: "خصوصی کردن",
|
|
436
|
+
// "Make public"
|
|
371
437
|
makePublicButton: "عمومی کردن",
|
|
438
|
+
// "Show"
|
|
372
439
|
showButton: "نمایش",
|
|
440
|
+
// "Filter"
|
|
373
441
|
filter: "فیلتر",
|
|
442
|
+
// "Reset Filter"
|
|
374
443
|
resetFilter: "بازنشانی فیلترها",
|
|
444
|
+
// "Change Locale"
|
|
375
445
|
changeLocale: "تغییر محلی",
|
|
446
|
+
// "Clear"
|
|
376
447
|
clearButton: "پاک کردن",
|
|
448
|
+
// "Choose question to show..."
|
|
377
449
|
addElement: "انتخاب سوال برای نمایش...",
|
|
450
|
+
// "Default Order"
|
|
378
451
|
defaultOrder: "ترتیب پیشفرض",
|
|
452
|
+
// "Ascending"
|
|
379
453
|
ascOrder: "صعودی",
|
|
454
|
+
// "Descending"
|
|
380
455
|
descOrder: "نزولی",
|
|
456
|
+
// "Show minor columns"
|
|
381
457
|
showMinorColumns: "نمایش ستونهای فرعی",
|
|
458
|
+
// [Auto-translated] "Actions"
|
|
459
|
+
actionsColumn: "اقدامات",
|
|
460
|
+
// "Other items and comments"
|
|
382
461
|
otherCommentTitle: "سایر موارد و نظرات",
|
|
462
|
+
// "Show percentages"
|
|
383
463
|
showPercentages: "نمایش درصد",
|
|
464
|
+
// "Hide percentages"
|
|
384
465
|
hidePercentages: "درصدهای مخفی",
|
|
466
|
+
// "PDF"
|
|
385
467
|
pdfDownloadCaption: "پی دی اف",
|
|
468
|
+
// "Excel"
|
|
386
469
|
xlsxDownloadCaption: "اکسل",
|
|
470
|
+
// "CSV"
|
|
387
471
|
csvDownloadCaption: "Csv",
|
|
472
|
+
// "Download plot as a PNG file"
|
|
388
473
|
saveDiagramAsPNG: "دانلود طرح به عنوان یک فایل PNG",
|
|
474
|
+
// "Hide empty answers"
|
|
389
475
|
hideEmptyAnswers: "مخفی کردن پاسخهای خالی",
|
|
476
|
+
// "Show empty answers"
|
|
390
477
|
showEmptyAnswers: "نمایش پاسخهای خالی",
|
|
478
|
+
// "All answers"
|
|
391
479
|
"topNValueText-1": "همه پاسخ ها",
|
|
480
|
+
// "Top 5 answers"
|
|
392
481
|
topNValueText5: "5 پاسخ برتر",
|
|
482
|
+
// "Top 10 answers"
|
|
393
483
|
topNValueText10: "10 پاسخ برتر",
|
|
484
|
+
// "Top 20 answers"
|
|
394
485
|
topNValueText20: "20 پاسخ برتر",
|
|
486
|
+
// "Hide missing answers"
|
|
395
487
|
hideMissingAnswers: "مخفی کردن پاسخهای گمشده",
|
|
488
|
+
// "Show missing answers"
|
|
396
489
|
showMissingAnswers: "نمایش پاسخهای گمشده",
|
|
490
|
+
// "Missing answers"
|
|
397
491
|
missingAnswersLabel: "پاسخ های گمشده",
|
|
492
|
+
// "This question type is not visualized yet"
|
|
398
493
|
noVisualizerForQuestion: "این نوع سوال هنوز تجسم نشده است",
|
|
494
|
+
// "There are no results yet"
|
|
399
495
|
noResults: "هنوز نتیجه ای حاصل نشده است",
|
|
496
|
+
// "Per Values"
|
|
400
497
|
showPerValues: "به ازای هر ارزش",
|
|
498
|
+
// "Per Columns"
|
|
401
499
|
showPerColumns: "در هر ستون",
|
|
500
|
+
// "Answer"
|
|
402
501
|
answer: "پاسخ",
|
|
502
|
+
// "Correct answer: "
|
|
403
503
|
correctAnswer: "پاسخ صحیح: ",
|
|
504
|
+
// "Percent"
|
|
404
505
|
percent: "درصد",
|
|
405
|
-
|
|
506
|
+
// [Auto-translated] "Percentage"
|
|
507
|
+
percentage: "درصد",
|
|
508
|
+
// [Auto-translated] "Chart"
|
|
509
|
+
statistics_chart: "نمودار",
|
|
510
|
+
// "Responses"
|
|
511
|
+
responses: "پاسخ",
|
|
512
|
+
// [Auto-translated] "NPS"
|
|
513
|
+
visualizer_nps: "NPS",
|
|
514
|
+
// [Auto-translated] "NPS"
|
|
515
|
+
npsScore: "NPS",
|
|
516
|
+
// [Auto-translated] "Promoters"
|
|
517
|
+
npsPromoters: "مروج",
|
|
518
|
+
// [Auto-translated] "Passives"
|
|
519
|
+
npsPassives: "منفعل ها",
|
|
520
|
+
// [Auto-translated] "Detractors"
|
|
521
|
+
npsDetractors: "بدهیدان",
|
|
522
|
+
// [Auto-translated] "Category (X Axis):"
|
|
523
|
+
axisXSelectorTitle: "دسته (محور X):",
|
|
524
|
+
// [Auto-translated] "Legend (Series):"
|
|
525
|
+
axisYSelectorTitle: "افسانه (سری):",
|
|
526
|
+
// [Auto-translated] "Segments:"
|
|
527
|
+
axisXAlternativeSelectorTitle: "بخش:",
|
|
528
|
+
// [Auto-translated] "Groups:"
|
|
529
|
+
axisYAlternativeSelectorTitle: "گروه:",
|
|
530
|
+
// [Auto-translated] "Not selected"
|
|
531
|
+
notSelected: "انتخاب نشده است"
|
|
406
532
|
};
|
|
407
|
-
|
|
408
|
-
localization.localeNames["fa"] = "فارسی";
|
|
409
|
-
// The following strings have been translated by a machine translation service
|
|
410
|
-
// Remove those strings that you have corrected manually
|
|
411
|
-
// undefined.makePrivateColumn: "Make column private" => "خصوصی کردن ستون"
|
|
412
|
-
// undefined.makePublicColumn: "Make column public" => "عمومی کردن ستون"
|
|
413
|
-
// undefined.filterPlaceholder: "Search..." => "جستجو..."
|
|
414
|
-
// undefined.removeRows: "Remove rows" => "حذف سطرها"
|
|
415
|
-
// undefined.showLabel: "Show" => "نمایش"
|
|
416
|
-
// undefined.entriesLabel: "entries" => "ورودی"
|
|
417
|
-
// undefined.visualizer_histogram: "Histogram" => "هیستوگرام"
|
|
418
|
-
// undefined.visualizer_number: "Average" => "متوسط"
|
|
419
|
-
// undefined.visualizer_choices: "Table" => "جدول"
|
|
420
|
-
// undefined.visualizer_selectBase: "Chart" => "نمودار"
|
|
421
|
-
// undefined.chartType_vbar: "Vertical Bar" => "نوار عمودی"
|
|
422
|
-
// undefined.chartType_stackedbar: "Stacked Bar" => "نوار پشته"
|
|
423
|
-
// undefined.chartType_doughnut: "Doughnut" => "دونات"
|
|
424
|
-
// undefined.makePrivateButton: "Make private" => "خصوصی کردن"
|
|
425
|
-
// undefined.makePublicButton: "Make public" => "عمومی کردن"
|
|
426
|
-
// undefined.showButton: "Show" => "نمایش"
|
|
427
|
-
// undefined.filter: "Filter" => "فیلتر"
|
|
428
|
-
// undefined.changeLocale: "Change Locale" => "تغییر محلی"
|
|
429
|
-
// undefined.defaultOrder: "Default Order" => "ترتیب پیشفرض"
|
|
430
|
-
// undefined.ascOrder: "Ascending" => "صعودی"
|
|
431
|
-
// undefined.descOrder: "Descending" => "نزولی"
|
|
432
|
-
// undefined.showMinorColumns: "Show minor columns" => "نمایش ستونهای فرعی"
|
|
433
|
-
// undefined.otherCommentTitle: "Other items and comments" => "سایر موارد و نظرات"
|
|
434
|
-
// undefined.showPercentages: "Show percentages" => "نمایش درصد"
|
|
435
|
-
// undefined.hidePercentages: "Hide percentages" => "درصدهای مخفی"
|
|
436
|
-
// undefined.pdfDownloadCaption: "PDF" => "پی دی اف"
|
|
437
|
-
// undefined.xlsxDownloadCaption: "Excel" => "اکسل"
|
|
438
|
-
// undefined.csvDownloadCaption: "CSV" => "Csv"
|
|
439
|
-
// undefined.saveDiagramAsPNG: "Download plot as a PNG file" => "دانلود طرح به عنوان یک فایل PNG"
|
|
440
|
-
// undefined.hideEmptyAnswers: "Hide empty answers" => "مخفی کردن پاسخهای خالی"
|
|
441
|
-
// undefined.showEmptyAnswers: "Show empty answers" => "نمایش پاسخهای خالی"
|
|
442
|
-
// undefined.topNValueText-1: "All answers" => "همه پاسخ ها"
|
|
443
|
-
// undefined.topNValueText5: "Top 5 answers" => "5 پاسخ برتر"
|
|
444
|
-
// undefined.topNValueText10: "Top 10 answers" => "10 پاسخ برتر"
|
|
445
|
-
// undefined.topNValueText20: "Top 20 answers" => "20 پاسخ برتر"
|
|
446
|
-
// undefined.hideMissingAnswers: "Hide missing answers" => "مخفی کردن پاسخهای گمشده"
|
|
447
|
-
// undefined.showMissingAnswers: "Show missing answers" => "نمایش پاسخهای گمشده"
|
|
448
|
-
// undefined.missingAnswersLabel: "Missing answers" => "پاسخ های گمشده"
|
|
449
|
-
// undefined.noVisualizerForQuestion: "This question type is not visualized yet" => "این نوع سوال هنوز تجسم نشده است"
|
|
450
|
-
// undefined.noResults: "There are no results yet" => "هنوز نتیجه ای حاصل نشده است"
|
|
451
|
-
// undefined.showPerValues: "Per Values" => "به ازای هر ارزش"
|
|
452
|
-
// undefined.showPerColumns: "Per Columns" => "در هر ستون"
|
|
453
|
-
// undefined.answer: "Answer" => "پاسخ"
|
|
454
|
-
// undefined.correctAnswer: "Correct answer: " => "پاسخ صحیح: "
|
|
455
|
-
// undefined.percent: "Percent" => "درصد"
|
|
456
|
-
// undefined.responses: "Responses" => "پاسخ"
|
|
533
|
+
setupLocale({ localeCode: "fa", strings: farsiStrings, nativeName: "فارسی" });
|
|
457
534
|
|
|
458
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
459
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
460
535
|
var frenchStrings = {
|
|
536
|
+
// "Group By Me"
|
|
461
537
|
groupButton: "Grouper",
|
|
538
|
+
// "Ungroup By Me"
|
|
462
539
|
ungroupButton: "Dissocier",
|
|
540
|
+
// "Select Me"
|
|
463
541
|
selectButton: "Sélectionner",
|
|
542
|
+
// "Hide column"
|
|
464
543
|
hideColumn: "Masquer colonne",
|
|
544
|
+
// "Show column"
|
|
465
545
|
showColumn: "Afficher colonne",
|
|
546
|
+
// "Make column private"
|
|
466
547
|
makePrivateColumn: "Rendre la colonne privé",
|
|
548
|
+
// "Make column public"
|
|
467
549
|
makePublicColumn: "Rendre la colonne public",
|
|
550
|
+
// "Move to Detail"
|
|
468
551
|
moveToDetail: "Déplacer vers détails",
|
|
552
|
+
// "Show as Column"
|
|
469
553
|
showAsColumn: "Afficher en colonne",
|
|
554
|
+
// "Search..."
|
|
470
555
|
filterPlaceholder: "Rechercher...",
|
|
556
|
+
// "Remove rows"
|
|
471
557
|
removeRows: "Supprimer colonne",
|
|
558
|
+
// "Show"
|
|
472
559
|
showLabel: "Afficher",
|
|
560
|
+
// "entries"
|
|
473
561
|
entriesLabel: "entrées",
|
|
562
|
+
// "Texts in table"
|
|
474
563
|
visualizer_text: "Textes en table",
|
|
564
|
+
// "Wordcloud"
|
|
475
565
|
visualizer_wordcloud: "Nuages de mots",
|
|
566
|
+
// "Histogram"
|
|
476
567
|
visualizer_histogram: "Histogramme",
|
|
568
|
+
// "Average"
|
|
477
569
|
visualizer_number: "Moyenne",
|
|
570
|
+
// "Table"
|
|
478
571
|
visualizer_choices: "Table",
|
|
572
|
+
// "Chart"
|
|
479
573
|
visualizer_selectBase: "Graphique",
|
|
480
|
-
//
|
|
481
|
-
|
|
574
|
+
// [Auto-translated] "Chart"
|
|
575
|
+
visualizer_matrix: "Graphique",
|
|
576
|
+
// [Auto-translated] "Bar"
|
|
577
|
+
chartType_bar: "Bar",
|
|
578
|
+
// "Vertical Bar"
|
|
482
579
|
chartType_vbar: "Barre verticale",
|
|
580
|
+
// "Stacked Bar"
|
|
483
581
|
chartType_stackedbar: "Barres empilées",
|
|
582
|
+
// "Doughnut"
|
|
484
583
|
chartType_doughnut: "Anneau",
|
|
584
|
+
// "Pie"
|
|
485
585
|
chartType_pie: "Secteurs",
|
|
586
|
+
// "Scatter"
|
|
486
587
|
chartType_scatter: "Nuages de points",
|
|
588
|
+
// "Gauge"
|
|
487
589
|
chartType_gauge: "Gauge",
|
|
590
|
+
// "Bullet"
|
|
488
591
|
chartType_bullet: "Bulles",
|
|
592
|
+
// [Auto-translated] "Line"
|
|
593
|
+
chartType_line: "Ligne",
|
|
594
|
+
// [Auto-translated] "Radar"
|
|
595
|
+
chartType_radar: "Radar",
|
|
596
|
+
// "Hide"
|
|
489
597
|
hideButton: "Masquer",
|
|
598
|
+
// "Make private"
|
|
490
599
|
makePrivateButton: "Rendre privé",
|
|
600
|
+
// "Make public"
|
|
491
601
|
makePublicButton: "Rendre publique",
|
|
602
|
+
// "Show"
|
|
492
603
|
showButton: "Afficher",
|
|
604
|
+
// "Filter"
|
|
493
605
|
filter: "Filtre",
|
|
606
|
+
// "Reset Filter"
|
|
494
607
|
resetFilter: "Rafraichir Filtres",
|
|
608
|
+
// "Change Locale"
|
|
495
609
|
changeLocale: "Changer les paramètres régionaux",
|
|
610
|
+
// "Clear"
|
|
496
611
|
clearButton: "Rafraichir",
|
|
612
|
+
// "Choose question to show..."
|
|
497
613
|
addElement: "Choisir la question à afficher...",
|
|
614
|
+
// "Default Order"
|
|
498
615
|
defaultOrder: "Defaut",
|
|
616
|
+
// "Ascending"
|
|
499
617
|
ascOrder: "Ascendant",
|
|
618
|
+
// "Descending"
|
|
500
619
|
descOrder: "Descendant",
|
|
620
|
+
// "Show minor columns"
|
|
501
621
|
showMinorColumns: "Afficher les colonnes mineures",
|
|
622
|
+
// [Auto-translated] "Actions"
|
|
623
|
+
actionsColumn: "Actions",
|
|
624
|
+
// "Other items and comments"
|
|
502
625
|
otherCommentTitle: "Autre élément et commentaires",
|
|
626
|
+
// "Show percentages"
|
|
503
627
|
showPercentages: "Afficher les pourcentages",
|
|
628
|
+
// "Hide percentages"
|
|
504
629
|
hidePercentages: "Masquer les pourcentages",
|
|
630
|
+
// "PDF"
|
|
505
631
|
pdfDownloadCaption: "PDF",
|
|
632
|
+
// "Excel"
|
|
506
633
|
xlsxDownloadCaption: "Exceller",
|
|
634
|
+
// "CSV"
|
|
507
635
|
csvDownloadCaption: "Fichier CSV",
|
|
636
|
+
// "Download plot as a PNG file"
|
|
508
637
|
saveDiagramAsPNG: "Sauver en png",
|
|
638
|
+
// "Hide empty answers"
|
|
509
639
|
hideEmptyAnswers: "Masquer les réponses vides",
|
|
640
|
+
// "Show empty answers"
|
|
510
641
|
showEmptyAnswers: "Afficher les réponses vides",
|
|
642
|
+
// "All answers"
|
|
511
643
|
"topNValueText-1": "Toutes les réponses",
|
|
644
|
+
// "Top 5 answers"
|
|
512
645
|
topNValueText5: "Top 5 des réponses",
|
|
646
|
+
// "Top 10 answers"
|
|
513
647
|
topNValueText10: "Top 10 des réponses",
|
|
648
|
+
// "Top 20 answers"
|
|
514
649
|
topNValueText20: "Top 20 des réponses",
|
|
650
|
+
// "Hide missing answers"
|
|
515
651
|
hideMissingAnswers: "Masquer les réponses manquantes",
|
|
652
|
+
// "Show missing answers"
|
|
516
653
|
showMissingAnswers: "Afficher les réponses manquantes",
|
|
654
|
+
// "Missing answers"
|
|
517
655
|
missingAnswersLabel: "Réponses manquantes",
|
|
656
|
+
// "This question type is not visualized yet"
|
|
518
657
|
noVisualizerForQuestion: "Ce type de question n'est pas encore visualisé",
|
|
658
|
+
// "There are no results yet"
|
|
519
659
|
noResults: "Il n'y a pas encore de résultats",
|
|
660
|
+
// "Per Values"
|
|
520
661
|
showPerValues: "Par valeur",
|
|
662
|
+
// "Per Columns"
|
|
521
663
|
showPerColumns: "Par colonne",
|
|
664
|
+
// "Answer"
|
|
522
665
|
answer: "Réponse",
|
|
666
|
+
// "Correct answer: "
|
|
523
667
|
correctAnswer: "Réponse correcte: ",
|
|
668
|
+
// "Percent"
|
|
524
669
|
percent: "Pourcentage",
|
|
525
|
-
|
|
670
|
+
// [Auto-translated] "Percentage"
|
|
671
|
+
percentage: "Pourcentage",
|
|
672
|
+
// [Auto-translated] "Chart"
|
|
673
|
+
statistics_chart: "Graphique",
|
|
674
|
+
// "Responses"
|
|
675
|
+
responses: "Réponses",
|
|
676
|
+
// [Auto-translated] "NPS"
|
|
677
|
+
visualizer_nps: "Le NPS",
|
|
678
|
+
// [Auto-translated] "NPS"
|
|
679
|
+
npsScore: "Le NPS",
|
|
680
|
+
// [Auto-translated] "Promoters"
|
|
681
|
+
npsPromoters: "Promoteurs",
|
|
682
|
+
// [Auto-translated] "Passives"
|
|
683
|
+
npsPassives: "Passifs",
|
|
684
|
+
// [Auto-translated] "Detractors"
|
|
685
|
+
npsDetractors: "Détracteurs",
|
|
686
|
+
// [Auto-translated] "Category (X Axis):"
|
|
687
|
+
axisXSelectorTitle: "Catégorie (axe X) :",
|
|
688
|
+
// [Auto-translated] "Legend (Series):"
|
|
689
|
+
axisYSelectorTitle: "Légende (série) :",
|
|
690
|
+
// [Auto-translated] "Segments:"
|
|
691
|
+
axisXAlternativeSelectorTitle: "Segments:",
|
|
692
|
+
// [Auto-translated] "Groups:"
|
|
693
|
+
axisYAlternativeSelectorTitle: "Groupe:",
|
|
694
|
+
// [Auto-translated] "Not selected"
|
|
695
|
+
notSelected: "Non sélectionné"
|
|
526
696
|
};
|
|
527
|
-
|
|
528
|
-
localization.localeNames["fr"] = "Français";
|
|
529
|
-
// The following strings have been translated by a machine translation service
|
|
530
|
-
// Remove those strings that you have corrected manually
|
|
531
|
-
// undefined.visualizer_histogram: "Histogram" => "Histogramme"
|
|
532
|
-
// undefined.visualizer_number: "Average" => "Moyenne"
|
|
533
|
-
// undefined.visualizer_choices: "Table" => "Table"
|
|
534
|
-
// undefined.visualizer_selectBase: "Chart" => "Graphique"
|
|
535
|
-
// undefined.chartType_vbar: "Vertical Bar" => "Barre verticale"
|
|
536
|
-
// undefined.changeLocale: "Change Locale" => "Changer les paramètres régionaux"
|
|
537
|
-
// undefined.showPercentages: "Show percentages" => "Afficher les pourcentages"
|
|
538
|
-
// undefined.hidePercentages: "Hide percentages" => "Masquer les pourcentages"
|
|
539
|
-
// undefined.pdfDownloadCaption: "PDF" => "PDF"
|
|
540
|
-
// undefined.xlsxDownloadCaption: "Excel" => "Exceller"
|
|
541
|
-
// undefined.csvDownloadCaption: "CSV" => "Fichier CSV"
|
|
542
|
-
// undefined.hideEmptyAnswers: "Hide empty answers" => "Masquer les réponses vides"
|
|
543
|
-
// undefined.showEmptyAnswers: "Show empty answers" => "Afficher les réponses vides"
|
|
544
|
-
// undefined.topNValueText-1: "All answers" => "Toutes les réponses"
|
|
545
|
-
// undefined.topNValueText5: "Top 5 answers" => "Top 5 des réponses"
|
|
546
|
-
// undefined.topNValueText10: "Top 10 answers" => "Top 10 des réponses"
|
|
547
|
-
// undefined.topNValueText20: "Top 20 answers" => "Top 20 des réponses"
|
|
548
|
-
// undefined.hideMissingAnswers: "Hide missing answers" => "Masquer les réponses manquantes"
|
|
549
|
-
// undefined.showMissingAnswers: "Show missing answers" => "Afficher les réponses manquantes"
|
|
550
|
-
// undefined.missingAnswersLabel: "Missing answers" => "Réponses manquantes"
|
|
697
|
+
setupLocale({ localeCode: "fr", strings: frenchStrings, nativeName: "Français" });
|
|
551
698
|
|
|
552
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
553
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
554
699
|
var germanStrings = {
|
|
700
|
+
// "Group By Me"
|
|
555
701
|
groupButton: "Gruppieren",
|
|
702
|
+
// "Ungroup By Me"
|
|
556
703
|
ungroupButton: "Gruppierung aufheben",
|
|
704
|
+
// "Select Me"
|
|
557
705
|
selectButton: "Mich auswählen",
|
|
706
|
+
// "Hide column"
|
|
558
707
|
hideColumn: "Spalte ausblenden",
|
|
708
|
+
// "Show column"
|
|
559
709
|
showColumn: "Spalte einblenden",
|
|
710
|
+
// "Make column private"
|
|
560
711
|
makePrivateColumn: "Spalte privat machen",
|
|
712
|
+
// "Make column public"
|
|
561
713
|
makePublicColumn: "Spalte veröffentlichen",
|
|
714
|
+
// "Move to Detail"
|
|
562
715
|
moveToDetail: "in Details verschieben",
|
|
716
|
+
// "Show as Column"
|
|
563
717
|
showAsColumn: "Als Spalte anzeigen",
|
|
718
|
+
// "Search..."
|
|
564
719
|
filterPlaceholder: "Suche...",
|
|
720
|
+
// "Remove rows"
|
|
565
721
|
removeRows: "Zeilen entfernen",
|
|
722
|
+
// "Show"
|
|
566
723
|
showLabel: "anzeigen",
|
|
724
|
+
// "entries"
|
|
567
725
|
entriesLabel: "Einträge",
|
|
726
|
+
// "Texts in table"
|
|
568
727
|
visualizer_text: "Texte in Tabellenform",
|
|
728
|
+
// "Wordcloud"
|
|
569
729
|
visualizer_wordcloud: "Wordcloud",
|
|
730
|
+
// "Histogram"
|
|
570
731
|
visualizer_histogram: "Histogramm",
|
|
732
|
+
// "Average"
|
|
571
733
|
visualizer_number: "Durchschnitt",
|
|
734
|
+
// "Table"
|
|
572
735
|
visualizer_choices: "Liste",
|
|
736
|
+
// "Chart"
|
|
573
737
|
visualizer_selectBase: "Diagrammtyp",
|
|
574
|
-
//
|
|
575
|
-
|
|
738
|
+
// [Auto-translated] "Chart"
|
|
739
|
+
visualizer_matrix: "Diagramm",
|
|
740
|
+
// [Auto-translated] "Bar"
|
|
741
|
+
chartType_bar: "Stab",
|
|
742
|
+
// "Vertical Bar"
|
|
576
743
|
chartType_vbar: "Balkendiagramm vertikal",
|
|
744
|
+
// "Stacked Bar"
|
|
577
745
|
chartType_stackedbar: "Gestapeltes Balkendiagramm",
|
|
746
|
+
// "Doughnut"
|
|
578
747
|
chartType_doughnut: "Donut-Diagramm",
|
|
748
|
+
// "Pie"
|
|
579
749
|
chartType_pie: "Kreisdiagramm",
|
|
750
|
+
// "Scatter"
|
|
580
751
|
chartType_scatter: "Punktediagramm",
|
|
752
|
+
// "Gauge"
|
|
581
753
|
chartType_gauge: "Pegeldiagramm",
|
|
754
|
+
// "Bullet"
|
|
582
755
|
chartType_bullet: "Aufzählungsdiagramm",
|
|
756
|
+
// [Auto-translated] "Line"
|
|
757
|
+
chartType_line: "Linie",
|
|
758
|
+
// [Auto-translated] "Radar"
|
|
759
|
+
chartType_radar: "Radar",
|
|
760
|
+
// "Hide"
|
|
583
761
|
hideButton: "Ausblenden",
|
|
762
|
+
// "Make private"
|
|
584
763
|
makePrivateButton: "Privat machen",
|
|
764
|
+
// "Make public"
|
|
585
765
|
makePublicButton: "Öffentlich machen",
|
|
766
|
+
// "Show"
|
|
586
767
|
showButton: "Anzeigen",
|
|
768
|
+
// "Filter"
|
|
587
769
|
filter: "Filter",
|
|
770
|
+
// "Reset Filter"
|
|
588
771
|
resetFilter: "Filter zurücksetzen",
|
|
772
|
+
// "Change Locale"
|
|
589
773
|
changeLocale: "Lokalisierung ändern",
|
|
774
|
+
// "Clear"
|
|
590
775
|
clearButton: "Einstellungen löschen",
|
|
776
|
+
// "Choose question to show..."
|
|
591
777
|
addElement: "Wählen Sie eine Frage, um zu zeigen...",
|
|
778
|
+
// "Default Order"
|
|
592
779
|
defaultOrder: "Standardreihenfolge",
|
|
780
|
+
// "Ascending"
|
|
593
781
|
ascOrder: "Aufsteigend",
|
|
782
|
+
// "Descending"
|
|
594
783
|
descOrder: "Absteigend",
|
|
784
|
+
// "Show minor columns"
|
|
595
785
|
showMinorColumns: "Kleinere Spalten anzeigen",
|
|
786
|
+
// [Auto-translated] "Actions"
|
|
787
|
+
actionsColumn: "Aktionen",
|
|
788
|
+
// "Other items and comments"
|
|
596
789
|
otherCommentTitle: "Andere Punkte und Kommentare",
|
|
790
|
+
// "Show percentages"
|
|
597
791
|
showPercentages: "Prozentsätze anzeigen",
|
|
792
|
+
// "Hide percentages"
|
|
598
793
|
hidePercentages: "Prozentsätze ausblenden",
|
|
794
|
+
// "PDF"
|
|
599
795
|
pdfDownloadCaption: "PDF",
|
|
796
|
+
// "Excel"
|
|
600
797
|
xlsxDownloadCaption: "Excel",
|
|
798
|
+
// "CSV"
|
|
601
799
|
csvDownloadCaption: "CSV",
|
|
800
|
+
// "Download plot as a PNG file"
|
|
602
801
|
saveDiagramAsPNG: "Diagramm als png herunterladen",
|
|
802
|
+
// "Hide empty answers"
|
|
603
803
|
hideEmptyAnswers: "Leere Antworten ausblenden",
|
|
804
|
+
// "Show empty answers"
|
|
604
805
|
showEmptyAnswers: "Leere Antworten anzeigen",
|
|
806
|
+
// "All answers"
|
|
605
807
|
"topNValueText-1": "Alle Antworten",
|
|
808
|
+
// "Top 5 answers"
|
|
606
809
|
topNValueText5: "Top 5 Antworten",
|
|
810
|
+
// "Top 10 answers"
|
|
607
811
|
topNValueText10: "Top 10 Antworten",
|
|
812
|
+
// "Top 20 answers"
|
|
608
813
|
topNValueText20: "Top 20 Antworten",
|
|
814
|
+
// "Hide missing answers"
|
|
609
815
|
hideMissingAnswers: "Fehlende Antworten ausblenden",
|
|
816
|
+
// "Show missing answers"
|
|
610
817
|
showMissingAnswers: "Fehlende Antworten anzeigen",
|
|
818
|
+
// "Missing answers"
|
|
611
819
|
missingAnswersLabel: "Fehlede Antworten",
|
|
820
|
+
// "This question type is not visualized yet"
|
|
612
821
|
noVisualizerForQuestion: "Für diesen Fragetyp gibt es noch keine Visualisierung.",
|
|
822
|
+
// "There are no results yet"
|
|
613
823
|
noResults: "Es liegen noch keine Ergebnisse vor",
|
|
824
|
+
// "Per Values"
|
|
614
825
|
showPerValues: "Pro Wert",
|
|
826
|
+
// "Per Columns"
|
|
615
827
|
showPerColumns: "Pro Spalte",
|
|
828
|
+
// "Answer"
|
|
616
829
|
answer: "Antwort",
|
|
830
|
+
// "Correct answer: "
|
|
617
831
|
correctAnswer: "Korrekte Antwort: ",
|
|
832
|
+
// "Percent"
|
|
618
833
|
percent: "Prozent",
|
|
619
|
-
|
|
834
|
+
// [Auto-translated] "Percentage"
|
|
835
|
+
percentage: "Prozentsatz",
|
|
836
|
+
// [Auto-translated] "Chart"
|
|
837
|
+
statistics_chart: "Diagramm",
|
|
838
|
+
// "Responses"
|
|
839
|
+
responses: "Antworten",
|
|
840
|
+
// [Auto-translated] "NPS"
|
|
841
|
+
visualizer_nps: "NPS (NPS)",
|
|
842
|
+
// [Auto-translated] "NPS"
|
|
843
|
+
npsScore: "NPS (NPS)",
|
|
844
|
+
// [Auto-translated] "Promoters"
|
|
845
|
+
npsPromoters: "Promotoren",
|
|
846
|
+
// [Auto-translated] "Passives"
|
|
847
|
+
npsPassives: "Passive Fähigkeiten",
|
|
848
|
+
// [Auto-translated] "Detractors"
|
|
849
|
+
npsDetractors: "Kritiker",
|
|
850
|
+
// [Auto-translated] "Category (X Axis):"
|
|
851
|
+
axisXSelectorTitle: "Kategorie (X-Achse):",
|
|
852
|
+
// [Auto-translated] "Legend (Series):"
|
|
853
|
+
axisYSelectorTitle: "Legende (Serie):",
|
|
854
|
+
// [Auto-translated] "Segments:"
|
|
855
|
+
axisXAlternativeSelectorTitle: "Segmente:",
|
|
856
|
+
// [Auto-translated] "Groups:"
|
|
857
|
+
axisYAlternativeSelectorTitle: "Gruppen:",
|
|
858
|
+
// [Auto-translated] "Not selected"
|
|
859
|
+
notSelected: "Nicht ausgewählt"
|
|
620
860
|
};
|
|
621
|
-
|
|
622
|
-
localization.localeNames["de"] = "Deutsch";
|
|
861
|
+
setupLocale({ localeCode: "de", strings: germanStrings, nativeName: "Deutsch" });
|
|
623
862
|
|
|
624
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
625
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
626
863
|
var norwegianStrings = {
|
|
864
|
+
// "Group By Me"
|
|
627
865
|
groupButton: "Grupper",
|
|
866
|
+
// "Ungroup By Me"
|
|
628
867
|
ungroupButton: "Opphev gruppering",
|
|
868
|
+
// "Select Me"
|
|
629
869
|
selectButton: "Velg",
|
|
870
|
+
// "Hide column"
|
|
630
871
|
hideColumn: "Skjul kolonne",
|
|
872
|
+
// "Show column"
|
|
631
873
|
showColumn: "Vis kolonne",
|
|
874
|
+
// "Make column private"
|
|
632
875
|
makePrivateColumn: "Gjør kolonne privat",
|
|
876
|
+
// "Make column public"
|
|
633
877
|
makePublicColumn: "Gjør kolonne offentlig",
|
|
878
|
+
// "Move to Detail"
|
|
634
879
|
moveToDetail: "Flytt til detaljert visning",
|
|
880
|
+
// "Show as Column"
|
|
635
881
|
showAsColumn: "Vis som kolonne",
|
|
882
|
+
// "Search..."
|
|
636
883
|
filterPlaceholder: "Søk...",
|
|
884
|
+
// "Remove rows"
|
|
637
885
|
removeRows: "Fjern rader",
|
|
886
|
+
// "Show"
|
|
638
887
|
showLabel: "Vis",
|
|
888
|
+
// "entries"
|
|
639
889
|
entriesLabel: "oppføringer",
|
|
890
|
+
// "Texts in table"
|
|
640
891
|
visualizer_text: "Tabellvisning",
|
|
892
|
+
// "Wordcloud"
|
|
641
893
|
visualizer_wordcloud: "Ordsky",
|
|
894
|
+
// "Histogram"
|
|
642
895
|
visualizer_histogram: "Histogram",
|
|
896
|
+
// "Average"
|
|
643
897
|
visualizer_number: "Gjennomsnitt",
|
|
898
|
+
// "Table"
|
|
644
899
|
visualizer_choices: "Bord",
|
|
900
|
+
// "Chart"
|
|
645
901
|
visualizer_selectBase: "Sjøkart",
|
|
646
|
-
//
|
|
647
|
-
|
|
902
|
+
// [Auto-translated] "Chart"
|
|
903
|
+
visualizer_matrix: "Sjøkart",
|
|
904
|
+
// [Auto-translated] "Bar"
|
|
905
|
+
chartType_bar: "Bar",
|
|
906
|
+
// "Vertical Bar"
|
|
648
907
|
chartType_vbar: "Vertikal stolpe",
|
|
908
|
+
// "Stacked Bar"
|
|
649
909
|
chartType_stackedbar: "Stablet stolpediagram",
|
|
910
|
+
// "Doughnut"
|
|
650
911
|
chartType_doughnut: "Hjuldiagram",
|
|
912
|
+
// "Pie"
|
|
651
913
|
chartType_pie: "Sektordiagram",
|
|
914
|
+
// "Scatter"
|
|
652
915
|
chartType_scatter: "Punktdiagram",
|
|
916
|
+
// "Gauge"
|
|
653
917
|
chartType_gauge: "Målediagram",
|
|
918
|
+
// "Bullet"
|
|
654
919
|
chartType_bullet: "Kulediagram",
|
|
920
|
+
// [Auto-translated] "Line"
|
|
921
|
+
chartType_line: "Linje",
|
|
922
|
+
// [Auto-translated] "Radar"
|
|
923
|
+
chartType_radar: "Radar",
|
|
924
|
+
// "Hide"
|
|
655
925
|
hideButton: "Skjul",
|
|
926
|
+
// "Make private"
|
|
656
927
|
makePrivateButton: "Gjør privat",
|
|
928
|
+
// "Make public"
|
|
657
929
|
makePublicButton: "Gjør offentlig",
|
|
930
|
+
// "Show"
|
|
658
931
|
showButton: "Vis",
|
|
932
|
+
// "Filter"
|
|
659
933
|
filter: "Filter",
|
|
934
|
+
// "Reset Filter"
|
|
660
935
|
resetFilter: "Nullstill filter",
|
|
936
|
+
// "Change Locale"
|
|
661
937
|
changeLocale: "Bytt språk",
|
|
938
|
+
// "Clear"
|
|
662
939
|
clearButton: "Tøm",
|
|
940
|
+
// "Choose question to show..."
|
|
663
941
|
addElement: "Velg spørsmål...",
|
|
942
|
+
// "Default Order"
|
|
664
943
|
defaultOrder: "Standard",
|
|
944
|
+
// "Ascending"
|
|
665
945
|
ascOrder: "Stigende",
|
|
946
|
+
// "Descending"
|
|
666
947
|
descOrder: "Synkende",
|
|
948
|
+
// "Show minor columns"
|
|
667
949
|
showMinorColumns: "Vis mindre kolonner",
|
|
950
|
+
// [Auto-translated] "Actions"
|
|
951
|
+
actionsColumn: "Handlinger",
|
|
952
|
+
// "Other items and comments"
|
|
668
953
|
otherCommentTitle: "Annet og kommentarer",
|
|
954
|
+
// "Show percentages"
|
|
669
955
|
showPercentages: "Vis prosenter",
|
|
956
|
+
// "Hide percentages"
|
|
670
957
|
hidePercentages: "Skjul prosenter",
|
|
958
|
+
// "PDF"
|
|
671
959
|
pdfDownloadCaption: "PDF",
|
|
960
|
+
// "Excel"
|
|
672
961
|
xlsxDownloadCaption: "Overgå",
|
|
962
|
+
// "CSV"
|
|
673
963
|
csvDownloadCaption: "CSV",
|
|
964
|
+
// "Download plot as a PNG file"
|
|
674
965
|
saveDiagramAsPNG: "Last ned plott som en PNG-fil",
|
|
966
|
+
// "Hide empty answers"
|
|
675
967
|
hideEmptyAnswers: "Skjul tomme svar",
|
|
968
|
+
// "Show empty answers"
|
|
676
969
|
showEmptyAnswers: "Vis tomme svar",
|
|
970
|
+
// "All answers"
|
|
677
971
|
"topNValueText-1": "Alle svar",
|
|
972
|
+
// "Top 5 answers"
|
|
678
973
|
topNValueText5: "Topp 5 svar",
|
|
974
|
+
// "Top 10 answers"
|
|
679
975
|
topNValueText10: "Topp 10 svar",
|
|
976
|
+
// "Top 20 answers"
|
|
680
977
|
topNValueText20: "Topp 20 svar",
|
|
978
|
+
// "Hide missing answers"
|
|
681
979
|
hideMissingAnswers: "Skjul manglende svar",
|
|
980
|
+
// "Show missing answers"
|
|
682
981
|
showMissingAnswers: "Vis manglende svar",
|
|
982
|
+
// "Missing answers"
|
|
683
983
|
missingAnswersLabel: "Mangler svar",
|
|
984
|
+
// "This question type is not visualized yet"
|
|
684
985
|
noVisualizerForQuestion: "Denne spørsmålstypen er ikke visualisert ennå",
|
|
986
|
+
// "There are no results yet"
|
|
685
987
|
noResults: "Det er ingen resultater ennå",
|
|
988
|
+
// "Per Values"
|
|
686
989
|
showPerValues: "Per verdier",
|
|
990
|
+
// "Per Columns"
|
|
687
991
|
showPerColumns: "Per kolonner",
|
|
992
|
+
// "Answer"
|
|
688
993
|
answer: "Svare",
|
|
994
|
+
// "Correct answer: "
|
|
689
995
|
correctAnswer: "Riktig svar: ",
|
|
996
|
+
// "Percent"
|
|
690
997
|
percent: "Prosent",
|
|
691
|
-
|
|
998
|
+
// [Auto-translated] "Percentage"
|
|
999
|
+
percentage: "Prosent",
|
|
1000
|
+
// [Auto-translated] "Chart"
|
|
1001
|
+
statistics_chart: "Sjøkart",
|
|
1002
|
+
// "Responses"
|
|
1003
|
+
responses: "Svar",
|
|
1004
|
+
// [Auto-translated] "NPS"
|
|
1005
|
+
visualizer_nps: "NPS",
|
|
1006
|
+
// [Auto-translated] "NPS"
|
|
1007
|
+
npsScore: "NPS",
|
|
1008
|
+
// [Auto-translated] "Promoters"
|
|
1009
|
+
npsPromoters: "Arrangører",
|
|
1010
|
+
// [Auto-translated] "Passives"
|
|
1011
|
+
npsPassives: "Passive",
|
|
1012
|
+
// [Auto-translated] "Detractors"
|
|
1013
|
+
npsDetractors: "Motstandere",
|
|
1014
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1015
|
+
axisXSelectorTitle: "Kategori (X-akse):",
|
|
1016
|
+
// [Auto-translated] "Legend (Series):"
|
|
1017
|
+
axisYSelectorTitle: "Legende (serie):",
|
|
1018
|
+
// [Auto-translated] "Segments:"
|
|
1019
|
+
axisXAlternativeSelectorTitle: "Segmenter:",
|
|
1020
|
+
// [Auto-translated] "Groups:"
|
|
1021
|
+
axisYAlternativeSelectorTitle: "Grupper:",
|
|
1022
|
+
// [Auto-translated] "Not selected"
|
|
1023
|
+
notSelected: "Ikke valgt"
|
|
692
1024
|
};
|
|
693
|
-
|
|
694
|
-
localization.localeNames["no"] = "Norsk";
|
|
695
|
-
// The following strings have been translated by a machine translation service
|
|
696
|
-
// Remove those strings that you have corrected manually
|
|
697
|
-
// undefined.visualizer_histogram: "Histogram" => "Histogram"
|
|
698
|
-
// undefined.visualizer_number: "Average" => "Gjennomsnitt"
|
|
699
|
-
// undefined.visualizer_choices: "Table" => "Bord"
|
|
700
|
-
// undefined.visualizer_selectBase: "Chart" => "Sjøkart"
|
|
701
|
-
// undefined.chartType_vbar: "Vertical Bar" => "Vertikal stolpe"
|
|
702
|
-
// undefined.filter: "Filter" => "Filter"
|
|
703
|
-
// undefined.pdfDownloadCaption: "PDF" => "PDF"
|
|
704
|
-
// undefined.xlsxDownloadCaption: "Excel" => "Overgå"
|
|
705
|
-
// undefined.csvDownloadCaption: "CSV" => "CSV"
|
|
706
|
-
// undefined.saveDiagramAsPNG: "Download plot as a PNG file" => "Last ned plott som en PNG-fil"
|
|
707
|
-
// undefined.hideEmptyAnswers: "Hide empty answers" => "Skjul tomme svar"
|
|
708
|
-
// undefined.showEmptyAnswers: "Show empty answers" => "Vis tomme svar"
|
|
709
|
-
// undefined.topNValueText-1: "All answers" => "Alle svar"
|
|
710
|
-
// undefined.topNValueText5: "Top 5 answers" => "Topp 5 svar"
|
|
711
|
-
// undefined.topNValueText10: "Top 10 answers" => "Topp 10 svar"
|
|
712
|
-
// undefined.topNValueText20: "Top 20 answers" => "Topp 20 svar"
|
|
713
|
-
// undefined.hideMissingAnswers: "Hide missing answers" => "Skjul manglende svar"
|
|
714
|
-
// undefined.showMissingAnswers: "Show missing answers" => "Vis manglende svar"
|
|
715
|
-
// undefined.missingAnswersLabel: "Missing answers" => "Mangler svar"
|
|
716
|
-
// undefined.noVisualizerForQuestion: "This question type is not visualized yet" => "Denne spørsmålstypen er ikke visualisert ennå"
|
|
717
|
-
// undefined.noResults: "There are no results yet" => "Det er ingen resultater ennå"
|
|
718
|
-
// undefined.showPerValues: "Per Values" => "Per verdier"
|
|
719
|
-
// undefined.showPerColumns: "Per Columns" => "Per kolonner"
|
|
720
|
-
// undefined.answer: "Answer" => "Svare"
|
|
721
|
-
// undefined.correctAnswer: "Correct answer: " => "Riktig svar: "
|
|
722
|
-
// undefined.percent: "Percent" => "Prosent"
|
|
723
|
-
// undefined.responses: "Responses" => "Svar"
|
|
1025
|
+
setupLocale({ localeCode: "no", strings: norwegianStrings, nativeName: "Norsk" });
|
|
724
1026
|
|
|
725
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
726
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
727
1027
|
var portugueseStrings = {
|
|
1028
|
+
// "Group By Me"
|
|
728
1029
|
groupButton: "Agrupar Por Mim",
|
|
1030
|
+
// "Ungroup By Me"
|
|
729
1031
|
ungroupButton: "Desagrupar Por Mim",
|
|
1032
|
+
// "Select Me"
|
|
730
1033
|
selectButton: "Selecionar",
|
|
1034
|
+
// "Hide column"
|
|
731
1035
|
hideColumn: "Esconder coluna",
|
|
1036
|
+
// "Show column"
|
|
732
1037
|
showColumn: "Mostrar coluna",
|
|
1038
|
+
// "Make column private"
|
|
733
1039
|
makePrivateColumn: "Tornar coluna privada",
|
|
1040
|
+
// "Make column public"
|
|
734
1041
|
makePublicColumn: "Tornar coluna pública",
|
|
1042
|
+
// "Move to Detail"
|
|
735
1043
|
moveToDetail: "Mover para Detalhes",
|
|
1044
|
+
// "Show as Column"
|
|
736
1045
|
showAsColumn: "Mostrar como Coluna",
|
|
1046
|
+
// "Search..."
|
|
737
1047
|
filterPlaceholder: "Pesquisar...",
|
|
1048
|
+
// "Remove rows"
|
|
738
1049
|
removeRows: "Remover linhas",
|
|
1050
|
+
// "Show"
|
|
739
1051
|
showLabel: "Mostrar",
|
|
1052
|
+
// "entries"
|
|
740
1053
|
entriesLabel: "entradas",
|
|
1054
|
+
// "Texts in table"
|
|
741
1055
|
visualizer_text: "Textos em tabela",
|
|
1056
|
+
// "Wordcloud"
|
|
742
1057
|
visualizer_wordcloud: "Nuvem de palavras",
|
|
1058
|
+
// "Histogram"
|
|
743
1059
|
visualizer_histogram: "Histograma",
|
|
1060
|
+
// "Average"
|
|
744
1061
|
visualizer_number: "Média",
|
|
1062
|
+
// "Table"
|
|
745
1063
|
visualizer_choices: "Tabela",
|
|
1064
|
+
// "Chart"
|
|
746
1065
|
visualizer_selectBase: "Gráfico",
|
|
747
|
-
//
|
|
1066
|
+
// [Auto-translated] "Chart"
|
|
1067
|
+
visualizer_matrix: "Gráfico",
|
|
1068
|
+
// [Auto-translated] "Bar"
|
|
748
1069
|
chartType_bar: "Barra",
|
|
1070
|
+
// "Vertical Bar"
|
|
749
1071
|
chartType_vbar: "Barra vertical",
|
|
1072
|
+
// "Stacked Bar"
|
|
750
1073
|
chartType_stackedbar: "Barra Empilhada",
|
|
1074
|
+
// "Doughnut"
|
|
751
1075
|
chartType_doughnut: "Rosca",
|
|
1076
|
+
// "Pie"
|
|
752
1077
|
chartType_pie: "Tarte",
|
|
1078
|
+
// "Scatter"
|
|
753
1079
|
chartType_scatter: "Lastro",
|
|
1080
|
+
// "Gauge"
|
|
754
1081
|
chartType_gauge: "Escala",
|
|
1082
|
+
// "Bullet"
|
|
755
1083
|
chartType_bullet: "Bala",
|
|
1084
|
+
// [Auto-translated] "Line"
|
|
1085
|
+
chartType_line: "Linha",
|
|
1086
|
+
// [Auto-translated] "Radar"
|
|
1087
|
+
chartType_radar: "Radar",
|
|
1088
|
+
// "Hide"
|
|
756
1089
|
hideButton: "Esconder",
|
|
1090
|
+
// "Make private"
|
|
757
1091
|
makePrivateButton: "Tornar privado",
|
|
1092
|
+
// "Make public"
|
|
758
1093
|
makePublicButton: "Tornar público",
|
|
1094
|
+
// "Show"
|
|
759
1095
|
showButton: "Mostrar",
|
|
1096
|
+
// "Filter"
|
|
760
1097
|
filter: "Filtrar",
|
|
1098
|
+
// "Reset Filter"
|
|
761
1099
|
resetFilter: "Restaurar Filtro",
|
|
1100
|
+
// "Change Locale"
|
|
762
1101
|
changeLocale: "Mudar Localização",
|
|
1102
|
+
// "Clear"
|
|
763
1103
|
clearButton: "Limpar",
|
|
1104
|
+
// "Choose question to show..."
|
|
764
1105
|
addElement: "Escolher questão para mostrar...",
|
|
1106
|
+
// "Default Order"
|
|
765
1107
|
defaultOrder: "Ordenação Padrão",
|
|
1108
|
+
// "Ascending"
|
|
766
1109
|
ascOrder: "Ascendente",
|
|
1110
|
+
// "Descending"
|
|
767
1111
|
descOrder: "Descendente",
|
|
1112
|
+
// "Show minor columns"
|
|
768
1113
|
showMinorColumns: "Mostrar colunas menores",
|
|
1114
|
+
// [Auto-translated] "Actions"
|
|
1115
|
+
actionsColumn: "Ações",
|
|
1116
|
+
// "Other items and comments"
|
|
769
1117
|
otherCommentTitle: "Outros itens e comentários",
|
|
1118
|
+
// "Show percentages"
|
|
770
1119
|
showPercentages: "Mostrar percentuais",
|
|
1120
|
+
// "Hide percentages"
|
|
771
1121
|
hidePercentages: "Esconder percentuais",
|
|
1122
|
+
// "PDF"
|
|
772
1123
|
pdfDownloadCaption: "PDF",
|
|
1124
|
+
// "Excel"
|
|
773
1125
|
xlsxDownloadCaption: "Excel",
|
|
1126
|
+
// "CSV"
|
|
774
1127
|
csvDownloadCaption: "CSV",
|
|
1128
|
+
// "Download plot as a PNG file"
|
|
775
1129
|
saveDiagramAsPNG: "Baixar diagrama como PNG",
|
|
1130
|
+
// "Hide empty answers"
|
|
776
1131
|
hideEmptyAnswers: "Esconder perguntas vazias",
|
|
1132
|
+
// "Show empty answers"
|
|
777
1133
|
showEmptyAnswers: "Mostrar perguntas vazias",
|
|
1134
|
+
// "All answers"
|
|
778
1135
|
"topNValueText-1": "Todas as respostas",
|
|
1136
|
+
// "Top 5 answers"
|
|
779
1137
|
topNValueText5: "Primeiras 5 respostas",
|
|
1138
|
+
// "Top 10 answers"
|
|
780
1139
|
topNValueText10: "Primeiras 10 respostas",
|
|
1140
|
+
// "Top 20 answers"
|
|
781
1141
|
topNValueText20: "Primeiras 20 respostas",
|
|
1142
|
+
// "Hide missing answers"
|
|
782
1143
|
hideMissingAnswers: "Ocultar perguntas não respondidas",
|
|
1144
|
+
// "Show missing answers"
|
|
783
1145
|
showMissingAnswers: "Mostrar perguntas não respondidas",
|
|
1146
|
+
// "Missing answers"
|
|
784
1147
|
missingAnswersLabel: "Perguntas não respondidas",
|
|
1148
|
+
// "This question type is not visualized yet"
|
|
785
1149
|
noVisualizerForQuestion: "Este tipo de pergunta ainda não foi visualizada",
|
|
1150
|
+
// "There are no results yet"
|
|
786
1151
|
noResults: "Ainda não possui resultados",
|
|
1152
|
+
// "Per Values"
|
|
787
1153
|
showPerValues: "Por valores",
|
|
1154
|
+
// "Per Columns"
|
|
788
1155
|
showPerColumns: "Por colunas",
|
|
1156
|
+
// "Answer"
|
|
789
1157
|
answer: "Resposta",
|
|
1158
|
+
// "Correct answer: "
|
|
790
1159
|
correctAnswer: "Resposta correta: ",
|
|
1160
|
+
// "Percent"
|
|
791
1161
|
percent: "Percentagem",
|
|
792
|
-
|
|
1162
|
+
// [Auto-translated] "Percentage"
|
|
1163
|
+
percentage: "Porcentagem",
|
|
1164
|
+
// [Auto-translated] "Chart"
|
|
1165
|
+
statistics_chart: "Gráfico",
|
|
1166
|
+
// "Responses"
|
|
1167
|
+
responses: "Respostas",
|
|
1168
|
+
// [Auto-translated] "NPS"
|
|
1169
|
+
visualizer_nps: "NPS",
|
|
1170
|
+
// [Auto-translated] "NPS"
|
|
1171
|
+
npsScore: "NPS",
|
|
1172
|
+
// [Auto-translated] "Promoters"
|
|
1173
|
+
npsPromoters: "Promotores",
|
|
1174
|
+
// [Auto-translated] "Passives"
|
|
1175
|
+
npsPassives: "Passivos",
|
|
1176
|
+
// [Auto-translated] "Detractors"
|
|
1177
|
+
npsDetractors: "Detratores",
|
|
1178
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1179
|
+
axisXSelectorTitle: "Categoria (eixo X):",
|
|
1180
|
+
// [Auto-translated] "Legend (Series):"
|
|
1181
|
+
axisYSelectorTitle: "Lenda (Série):",
|
|
1182
|
+
// [Auto-translated] "Segments:"
|
|
1183
|
+
axisXAlternativeSelectorTitle: "Segmentos:",
|
|
1184
|
+
// [Auto-translated] "Groups:"
|
|
1185
|
+
axisYAlternativeSelectorTitle: "Grupos:",
|
|
1186
|
+
// [Auto-translated] "Not selected"
|
|
1187
|
+
notSelected: "Não selecionado"
|
|
793
1188
|
};
|
|
794
|
-
|
|
795
|
-
localization.locales["pt"] = portugueseStrings;
|
|
796
|
-
localization.localeNames["pt"] = "Português";
|
|
1189
|
+
setupLocale({ localeCode: "pt", strings: portugueseStrings, nativeName: "Português" });
|
|
797
1190
|
|
|
798
1191
|
var russianStrings = {
|
|
1192
|
+
// "Group By Me"
|
|
799
1193
|
groupButton: "Сгруппировать",
|
|
1194
|
+
// "Ungroup By Me"
|
|
800
1195
|
ungroupButton: "Разгруппировать",
|
|
1196
|
+
// "Select Me"
|
|
801
1197
|
selectButton: "Выбрать",
|
|
1198
|
+
// "Hide column"
|
|
802
1199
|
hideColumn: "Скрыть столбец",
|
|
1200
|
+
// "Show column"
|
|
803
1201
|
showColumn: "Показать столбец",
|
|
1202
|
+
// "Make column private"
|
|
804
1203
|
makePrivateColumn: "Сделать столбец приватным",
|
|
1204
|
+
// "Make column public"
|
|
805
1205
|
makePublicColumn: "Сделать столбец публичным",
|
|
1206
|
+
// "Move to Detail"
|
|
806
1207
|
moveToDetail: "Спрятать в раскрывающуюся секцию",
|
|
1208
|
+
// "Show as Column"
|
|
807
1209
|
showAsColumn: "Показать как столбец",
|
|
1210
|
+
// "Search..."
|
|
808
1211
|
filterPlaceholder: "Поиск...",
|
|
1212
|
+
// "Remove rows"
|
|
809
1213
|
removeRows: "Удалить строки",
|
|
1214
|
+
// "Show"
|
|
810
1215
|
showLabel: "Показать",
|
|
1216
|
+
// "entries"
|
|
811
1217
|
entriesLabel: "записей",
|
|
1218
|
+
// "Texts in table"
|
|
812
1219
|
visualizer_text: "Таблица",
|
|
1220
|
+
// "Wordcloud"
|
|
813
1221
|
visualizer_wordcloud: "Облако тэгов",
|
|
1222
|
+
// "Histogram"
|
|
814
1223
|
visualizer_histogram: "Гистограмма",
|
|
1224
|
+
// "Average"
|
|
815
1225
|
visualizer_number: "Среднее значение",
|
|
1226
|
+
// "Table"
|
|
816
1227
|
visualizer_choices: "Таблица",
|
|
1228
|
+
// "Chart"
|
|
817
1229
|
visualizer_selectBase: "Диаграмма",
|
|
1230
|
+
// "Chart"
|
|
818
1231
|
visualizer_matrix: "Диаграмма",
|
|
1232
|
+
// "Bar"
|
|
819
1233
|
chartType_bar: "Столбчатая диаграмма",
|
|
1234
|
+
// "Vertical Bar"
|
|
820
1235
|
chartType_vbar: "Вертикальная столбчатая диаграмма",
|
|
1236
|
+
// "Stacked Bar"
|
|
821
1237
|
chartType_stackedbar: "Столбчатая диаграмма с накоплением",
|
|
1238
|
+
// "Doughnut"
|
|
822
1239
|
chartType_doughnut: "Кольцевая диаграмма",
|
|
1240
|
+
// "Pie"
|
|
823
1241
|
chartType_pie: "Круговая диаграмма",
|
|
1242
|
+
// "Scatter"
|
|
824
1243
|
chartType_scatter: "Точечная диаграмма",
|
|
1244
|
+
// "Gauge"
|
|
825
1245
|
chartType_gauge: "Измерительная диаграмма",
|
|
1246
|
+
// "Bullet"
|
|
826
1247
|
chartType_bullet: "Маркированная диаграмма",
|
|
1248
|
+
// [Auto-translated] "Line"
|
|
1249
|
+
chartType_line: "Линия",
|
|
1250
|
+
// [Auto-translated] "Radar"
|
|
1251
|
+
chartType_radar: "Радар",
|
|
1252
|
+
// "Hide"
|
|
827
1253
|
hideButton: "Скрыть",
|
|
1254
|
+
// "Make private"
|
|
828
1255
|
makePrivateButton: "Сделать приватным",
|
|
1256
|
+
// "Make public"
|
|
829
1257
|
makePublicButton: "Сделать публичным",
|
|
1258
|
+
// "Show"
|
|
830
1259
|
showButton: "Показать",
|
|
1260
|
+
// "Filter"
|
|
831
1261
|
filter: "Фильтр",
|
|
1262
|
+
// "Reset Filter"
|
|
832
1263
|
resetFilter: "Очистить фильтр",
|
|
1264
|
+
// "Change Locale"
|
|
833
1265
|
changeLocale: "Сменить язык",
|
|
1266
|
+
// "Clear"
|
|
834
1267
|
clearButton: "Очистить",
|
|
1268
|
+
// "Choose question to show..."
|
|
835
1269
|
addElement: "Выберите вопрос...",
|
|
1270
|
+
// "Default Order"
|
|
836
1271
|
defaultOrder: "Порядок по умолчанию",
|
|
1272
|
+
// "Ascending"
|
|
837
1273
|
ascOrder: "Сортировать по возрастанию",
|
|
1274
|
+
// "Descending"
|
|
838
1275
|
descOrder: "Сортировать по убыванию",
|
|
1276
|
+
// "Show minor columns"
|
|
839
1277
|
showMinorColumns: "Показать второстепенные столбцы",
|
|
1278
|
+
// [Auto-translated] "Actions"
|
|
1279
|
+
actionsColumn: "Действия",
|
|
1280
|
+
// "Other items and comments"
|
|
840
1281
|
otherCommentTitle: "Другое и комментарии",
|
|
1282
|
+
// "Show percentages"
|
|
841
1283
|
showPercentages: "Показать проценты",
|
|
1284
|
+
// "Hide percentages"
|
|
842
1285
|
hidePercentages: "Скрыть проценты",
|
|
1286
|
+
// "PDF"
|
|
843
1287
|
pdfDownloadCaption: "PDF",
|
|
1288
|
+
// "Excel"
|
|
844
1289
|
xlsxDownloadCaption: "Excel",
|
|
1290
|
+
// "CSV"
|
|
845
1291
|
csvDownloadCaption: "CSV",
|
|
1292
|
+
// "Download plot as a PNG file"
|
|
846
1293
|
saveDiagramAsPNG: "Скачать диаграмму в формате PNG",
|
|
1294
|
+
// "Hide empty answers"
|
|
847
1295
|
hideEmptyAnswers: "Скрыть пустые ответы",
|
|
1296
|
+
// "Show empty answers"
|
|
848
1297
|
showEmptyAnswers: "Показать пустые ответы",
|
|
1298
|
+
// "All answers"
|
|
849
1299
|
"topNValueText-1": "Все ответы",
|
|
1300
|
+
// "Top 5 answers"
|
|
850
1301
|
topNValueText5: "Первые 5 ответов",
|
|
1302
|
+
// "Top 10 answers"
|
|
851
1303
|
topNValueText10: "Первые 10 ответов",
|
|
1304
|
+
// "Top 20 answers"
|
|
852
1305
|
topNValueText20: "Первые 20 ответов",
|
|
1306
|
+
// "Hide missing answers"
|
|
853
1307
|
hideMissingAnswers: "Скрыть отсутствующие ответы",
|
|
1308
|
+
// "Show missing answers"
|
|
854
1309
|
showMissingAnswers: "Показать отсутствующие ответы",
|
|
1310
|
+
// "Missing answers"
|
|
855
1311
|
missingAnswersLabel: "Отсутствующие ответы",
|
|
1312
|
+
// "This question type is not visualized yet"
|
|
856
1313
|
noVisualizerForQuestion: "Этот тип вопроса не поддерживается",
|
|
1314
|
+
// "There are no results yet"
|
|
857
1315
|
noResults: "Результаты отсутствуют",
|
|
1316
|
+
// "Per Values"
|
|
858
1317
|
showPerValues: "По значениям",
|
|
1318
|
+
// "Per Columns"
|
|
859
1319
|
showPerColumns: "По столбцам",
|
|
1320
|
+
// "Answer"
|
|
860
1321
|
answer: "Ответ",
|
|
1322
|
+
// "Correct answer: "
|
|
861
1323
|
correctAnswer: "Правильный ответ: ",
|
|
1324
|
+
// "Percent"
|
|
862
1325
|
percent: "процентов",
|
|
863
|
-
|
|
1326
|
+
// [Auto-translated] "Percentage"
|
|
1327
|
+
percentage: "Процент",
|
|
1328
|
+
// [Auto-translated] "Chart"
|
|
1329
|
+
statistics_chart: "Диаграмма",
|
|
1330
|
+
// "Responses"
|
|
1331
|
+
responses: "ответов",
|
|
1332
|
+
// [Auto-translated] "NPS"
|
|
1333
|
+
visualizer_nps: "NPS",
|
|
1334
|
+
// [Auto-translated] "NPS"
|
|
1335
|
+
npsScore: "NPS",
|
|
1336
|
+
// [Auto-translated] "Promoters"
|
|
1337
|
+
npsPromoters: "Промоутеров",
|
|
1338
|
+
// [Auto-translated] "Passives"
|
|
1339
|
+
npsPassives: "Пассивные способности",
|
|
1340
|
+
// [Auto-translated] "Detractors"
|
|
1341
|
+
npsDetractors: "Критики",
|
|
1342
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1343
|
+
axisXSelectorTitle: "Категория (ось X):",
|
|
1344
|
+
// [Auto-translated] "Legend (Series):"
|
|
1345
|
+
axisYSelectorTitle: "Легенда (Серия):",
|
|
1346
|
+
// [Auto-translated] "Segments:"
|
|
1347
|
+
axisXAlternativeSelectorTitle: "Сегментов:",
|
|
1348
|
+
// [Auto-translated] "Groups:"
|
|
1349
|
+
axisYAlternativeSelectorTitle: "Группы:",
|
|
1350
|
+
// [Auto-translated] "Not selected"
|
|
1351
|
+
notSelected: "Не выбрано"
|
|
864
1352
|
};
|
|
865
|
-
|
|
866
|
-
localization.localeNames["ru"] = "Русский";
|
|
1353
|
+
setupLocale({ localeCode: "ru", strings: russianStrings, nativeName: "Русский" });
|
|
867
1354
|
|
|
868
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
869
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
870
1355
|
var dutchStrings = {
|
|
1356
|
+
// "Group By Me"
|
|
871
1357
|
groupButton: "Groeperen op",
|
|
1358
|
+
// "Ungroup By Me"
|
|
872
1359
|
ungroupButton: "Groepering verwijderen",
|
|
1360
|
+
// "Select Me"
|
|
873
1361
|
selectButton: "Selecteer mij",
|
|
1362
|
+
// "Hide column"
|
|
874
1363
|
hideColumn: "Kolom verbergen",
|
|
1364
|
+
// "Show column"
|
|
875
1365
|
showColumn: "Toon kolom",
|
|
1366
|
+
// "Make column private"
|
|
876
1367
|
makePrivateColumn: "Kolom privé maken",
|
|
1368
|
+
// "Make column public"
|
|
877
1369
|
makePublicColumn: "Maak kolom openbaar",
|
|
1370
|
+
// "Move to Detail"
|
|
878
1371
|
moveToDetail: "Ga naar detail",
|
|
1372
|
+
// "Show as Column"
|
|
879
1373
|
showAsColumn: "Weergeven als kolom",
|
|
1374
|
+
// "Search..."
|
|
880
1375
|
filterPlaceholder: "Zoeken...",
|
|
1376
|
+
// "Remove rows"
|
|
881
1377
|
removeRows: "Verwijder rijen",
|
|
1378
|
+
// "Show"
|
|
882
1379
|
showLabel: "Tonen",
|
|
1380
|
+
// "entries"
|
|
883
1381
|
entriesLabel: "inzendingen",
|
|
1382
|
+
// "Texts in table"
|
|
884
1383
|
visualizer_text: "Teksten in tabel",
|
|
1384
|
+
// "Wordcloud"
|
|
885
1385
|
visualizer_wordcloud: "Wordcloud",
|
|
1386
|
+
// "Histogram"
|
|
886
1387
|
visualizer_histogram: "Histogram",
|
|
1388
|
+
// "Average"
|
|
887
1389
|
visualizer_number: "Gemiddeld",
|
|
1390
|
+
// "Table"
|
|
888
1391
|
visualizer_choices: "Tabel",
|
|
1392
|
+
// "Chart"
|
|
889
1393
|
visualizer_selectBase: "Grafiek",
|
|
890
|
-
//
|
|
891
|
-
|
|
1394
|
+
// [Auto-translated] "Chart"
|
|
1395
|
+
visualizer_matrix: "Zeekaart",
|
|
1396
|
+
// [Auto-translated] "Bar"
|
|
1397
|
+
chartType_bar: "Bar",
|
|
1398
|
+
// "Vertical Bar"
|
|
892
1399
|
chartType_vbar: "Staafdiagram",
|
|
1400
|
+
// "Stacked Bar"
|
|
893
1401
|
chartType_stackedbar: "Staafdiagram (gestapeld)",
|
|
1402
|
+
// "Doughnut"
|
|
894
1403
|
chartType_doughnut: "Donut",
|
|
1404
|
+
// "Pie"
|
|
895
1405
|
chartType_pie: "Cirkeldiagram",
|
|
1406
|
+
// "Scatter"
|
|
896
1407
|
chartType_scatter: "Spreidingsdiagram",
|
|
1408
|
+
// "Gauge"
|
|
897
1409
|
chartType_gauge: "Meterdiagram",
|
|
1410
|
+
// "Bullet"
|
|
898
1411
|
chartType_bullet: "Kogelgrafiek",
|
|
1412
|
+
// [Auto-translated] "Line"
|
|
1413
|
+
chartType_line: "Lijn",
|
|
1414
|
+
// [Auto-translated] "Radar"
|
|
1415
|
+
chartType_radar: "Radar",
|
|
1416
|
+
// "Hide"
|
|
899
1417
|
hideButton: "Verbergen",
|
|
1418
|
+
// "Make private"
|
|
900
1419
|
makePrivateButton: "Maak prive",
|
|
1420
|
+
// "Make public"
|
|
901
1421
|
makePublicButton: "Openbaar maken",
|
|
1422
|
+
// "Show"
|
|
902
1423
|
showButton: "Tonen",
|
|
1424
|
+
// "Filter"
|
|
903
1425
|
filter: "Filter",
|
|
1426
|
+
// "Reset Filter"
|
|
904
1427
|
resetFilter: "Filter resetten",
|
|
1428
|
+
// "Change Locale"
|
|
905
1429
|
changeLocale: "Wijzig de landinstelling",
|
|
1430
|
+
// "Clear"
|
|
906
1431
|
clearButton: "Wissen",
|
|
1432
|
+
// "Choose question to show..."
|
|
907
1433
|
addElement: "Kies een vraag om weer te geven ...",
|
|
1434
|
+
// "Default Order"
|
|
908
1435
|
defaultOrder: "Standaardvolgorde",
|
|
1436
|
+
// "Ascending"
|
|
909
1437
|
ascOrder: "Oplopend",
|
|
1438
|
+
// "Descending"
|
|
910
1439
|
descOrder: "Aflopend",
|
|
1440
|
+
// "Show minor columns"
|
|
911
1441
|
showMinorColumns: "Toon kleine kolommen",
|
|
1442
|
+
// [Auto-translated] "Actions"
|
|
1443
|
+
actionsColumn: "Acties",
|
|
1444
|
+
// "Other items and comments"
|
|
912
1445
|
otherCommentTitle: "Andere items en opmerkingen",
|
|
1446
|
+
// "Show percentages"
|
|
913
1447
|
showPercentages: "Percentages weergeven",
|
|
1448
|
+
// "Hide percentages"
|
|
914
1449
|
hidePercentages: "Verberg percentages",
|
|
1450
|
+
// "PDF"
|
|
915
1451
|
pdfDownloadCaption: "PDF",
|
|
1452
|
+
// "Excel"
|
|
916
1453
|
xlsxDownloadCaption: "Excel",
|
|
1454
|
+
// "CSV"
|
|
917
1455
|
csvDownloadCaption: "CSV",
|
|
1456
|
+
// "Download plot as a PNG file"
|
|
918
1457
|
saveDiagramAsPNG: "Download plot als PNG",
|
|
1458
|
+
// "Hide empty answers"
|
|
919
1459
|
hideEmptyAnswers: "Verberg lege antwoorden",
|
|
1460
|
+
// "Show empty answers"
|
|
920
1461
|
showEmptyAnswers: "Toon lege antwoorden",
|
|
1462
|
+
// "All answers"
|
|
921
1463
|
"topNValueText-1": "Alle antwoorden",
|
|
1464
|
+
// "Top 5 answers"
|
|
922
1465
|
topNValueText5: "Top 5 antwoorden",
|
|
1466
|
+
// "Top 10 answers"
|
|
923
1467
|
topNValueText10: "Top 10 antwoorden",
|
|
1468
|
+
// "Top 20 answers"
|
|
924
1469
|
topNValueText20: "Top 20 antwoorden",
|
|
1470
|
+
// "Hide missing answers"
|
|
925
1471
|
hideMissingAnswers: "Ontbrekende antwoorden verbergen",
|
|
1472
|
+
// "Show missing answers"
|
|
926
1473
|
showMissingAnswers: "Ontbrekende antwoorden weergeven",
|
|
1474
|
+
// "Missing answers"
|
|
927
1475
|
missingAnswersLabel: "Ontbrekende antwoorden",
|
|
1476
|
+
// "This question type is not visualized yet"
|
|
928
1477
|
noVisualizerForQuestion: "Dit vraagtype is nog niet gevisualiseerd",
|
|
1478
|
+
// "There are no results yet"
|
|
929
1479
|
noResults: "Er zijn nog geen resultaten",
|
|
1480
|
+
// "Per Values"
|
|
930
1481
|
showPerValues: "Per waarden",
|
|
1482
|
+
// "Per Columns"
|
|
931
1483
|
showPerColumns: "Per Kolommen",
|
|
1484
|
+
// "Answer"
|
|
932
1485
|
answer: "Antwoorden",
|
|
1486
|
+
// "Correct answer: "
|
|
933
1487
|
correctAnswer: "Goed antwoord: ",
|
|
1488
|
+
// "Percent"
|
|
934
1489
|
percent: "Procent",
|
|
935
|
-
|
|
1490
|
+
// [Auto-translated] "Percentage"
|
|
1491
|
+
percentage: "Percentage",
|
|
1492
|
+
// [Auto-translated] "Chart"
|
|
1493
|
+
statistics_chart: "Zeekaart",
|
|
1494
|
+
// "Responses"
|
|
1495
|
+
responses: "Reacties",
|
|
1496
|
+
// [Auto-translated] "NPS"
|
|
1497
|
+
visualizer_nps: "NPS",
|
|
1498
|
+
// [Auto-translated] "NPS"
|
|
1499
|
+
npsScore: "NPS",
|
|
1500
|
+
// [Auto-translated] "Promoters"
|
|
1501
|
+
npsPromoters: "Initiatiefnemers",
|
|
1502
|
+
// [Auto-translated] "Passives"
|
|
1503
|
+
npsPassives: "Passief personeel",
|
|
1504
|
+
// [Auto-translated] "Detractors"
|
|
1505
|
+
npsDetractors: "Tegenstanders",
|
|
1506
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1507
|
+
axisXSelectorTitle: "Categorie (X-as):",
|
|
1508
|
+
// [Auto-translated] "Legend (Series):"
|
|
1509
|
+
axisYSelectorTitle: "Legende (serie):",
|
|
1510
|
+
// [Auto-translated] "Segments:"
|
|
1511
|
+
axisXAlternativeSelectorTitle: "Segmenten:",
|
|
1512
|
+
// [Auto-translated] "Groups:"
|
|
1513
|
+
axisYAlternativeSelectorTitle: "Groepen:",
|
|
1514
|
+
// [Auto-translated] "Not selected"
|
|
1515
|
+
notSelected: "Niet geselecteerd"
|
|
936
1516
|
};
|
|
937
|
-
|
|
938
|
-
localization.locales["nl"] = dutchStrings;
|
|
939
|
-
localization.localeNames["nl"] = "Nederlands";
|
|
940
|
-
// The following strings have been translated by a machine translation service
|
|
941
|
-
// Remove those strings that you have corrected manually
|
|
942
|
-
// undefined.visualizer_histogram: "Histogram" => "Histogram"
|
|
943
|
-
// undefined.visualizer_number: "Average" => "Gemiddeld"
|
|
944
|
-
// undefined.filter: "Filter" => "Filter"
|
|
945
|
-
// undefined.hideMissingAnswers: "Hide missing answers" => "Ontbrekende antwoorden verbergen"
|
|
946
|
-
// undefined.showMissingAnswers: "Show missing answers" => "Ontbrekende antwoorden weergeven"
|
|
947
|
-
// undefined.missingAnswersLabel: "Missing answers" => "Ontbrekende antwoorden"
|
|
948
|
-
// undefined.noVisualizerForQuestion: "This question type is not visualized yet" => "Dit vraagtype is nog niet gevisualiseerd"
|
|
949
|
-
// undefined.noResults: "There are no results yet" => "Er zijn nog geen resultaten"
|
|
950
|
-
// undefined.showPerValues: "Per Values" => "Per waarden"
|
|
951
|
-
// undefined.showPerColumns: "Per Columns" => "Per Kolommen"
|
|
952
|
-
// undefined.answer: "Answer" => "Antwoorden"
|
|
953
|
-
// undefined.correctAnswer: "Correct answer: " => "Goed antwoord: "
|
|
954
|
-
// undefined.percent: "Percent" => "Procent"
|
|
955
|
-
// undefined.responses: "Responses" => "Reacties"
|
|
1517
|
+
setupLocale({ localeCode: "nl", strings: dutchStrings, nativeName: "Nederlands" });
|
|
956
1518
|
|
|
957
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
958
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
959
1519
|
var spanishStrings = {
|
|
1520
|
+
// "Group By Me"
|
|
960
1521
|
groupButton: "Grupo Por Mí",
|
|
1522
|
+
// "Ungroup By Me"
|
|
961
1523
|
ungroupButton: "Desagrupar por mí",
|
|
1524
|
+
// "Select Me"
|
|
962
1525
|
selectButton: "Seleccionarme",
|
|
1526
|
+
// "Hide column"
|
|
963
1527
|
hideColumn: "Ocultar columna",
|
|
1528
|
+
// "Show column"
|
|
964
1529
|
showColumn: "Mostrar columna",
|
|
1530
|
+
// "Make column private"
|
|
965
1531
|
makePrivateColumn: "Hacer que la columna sea privada",
|
|
1532
|
+
// "Make column public"
|
|
966
1533
|
makePublicColumn: "Hacer pública la columna",
|
|
1534
|
+
// "Move to Detail"
|
|
967
1535
|
moveToDetail: "Mover al detalle",
|
|
1536
|
+
// "Show as Column"
|
|
968
1537
|
showAsColumn: "Mostrar como columna",
|
|
1538
|
+
// "Search..."
|
|
969
1539
|
filterPlaceholder: "Buscar ...",
|
|
1540
|
+
// "Remove rows"
|
|
970
1541
|
removeRows: "Eliminar filas",
|
|
1542
|
+
// "Show"
|
|
971
1543
|
showLabel: "Mostrar",
|
|
1544
|
+
// "entries"
|
|
972
1545
|
entriesLabel: "Entradas",
|
|
1546
|
+
// "Texts in table"
|
|
973
1547
|
visualizer_text: "Textos en tabla",
|
|
1548
|
+
// "Wordcloud"
|
|
974
1549
|
visualizer_wordcloud: "Wordcloud",
|
|
1550
|
+
// "Histogram"
|
|
975
1551
|
visualizer_histogram: "Histograma",
|
|
1552
|
+
// "Average"
|
|
976
1553
|
visualizer_number: "Promedio",
|
|
1554
|
+
// "Table"
|
|
977
1555
|
visualizer_choices: "Mesa",
|
|
1556
|
+
// "Chart"
|
|
978
1557
|
visualizer_selectBase: "Gráfico",
|
|
979
|
-
//
|
|
980
|
-
|
|
1558
|
+
// [Auto-translated] "Chart"
|
|
1559
|
+
visualizer_matrix: "Gráfico",
|
|
1560
|
+
// [Auto-translated] "Bar"
|
|
1561
|
+
chartType_bar: "Barra",
|
|
1562
|
+
// "Vertical Bar"
|
|
981
1563
|
chartType_vbar: "Barra vertical",
|
|
1564
|
+
// "Stacked Bar"
|
|
982
1565
|
chartType_stackedbar: "Barra apilada",
|
|
1566
|
+
// "Doughnut"
|
|
983
1567
|
chartType_doughnut: "Donut",
|
|
1568
|
+
// "Pie"
|
|
984
1569
|
chartType_pie: "Pie",
|
|
1570
|
+
// "Scatter"
|
|
985
1571
|
chartType_scatter: "Dispersión",
|
|
1572
|
+
// "Gauge"
|
|
986
1573
|
chartType_gauge: "Gauge",
|
|
1574
|
+
// "Bullet"
|
|
987
1575
|
chartType_bullet: "Bullet",
|
|
1576
|
+
// [Auto-translated] "Line"
|
|
1577
|
+
chartType_line: "Línea",
|
|
1578
|
+
// [Auto-translated] "Radar"
|
|
1579
|
+
chartType_radar: "Radar",
|
|
1580
|
+
// "Hide"
|
|
988
1581
|
hideButton: "Ocultar",
|
|
1582
|
+
// "Make private"
|
|
989
1583
|
makePrivateButton: "Hacer privado",
|
|
1584
|
+
// "Make public"
|
|
990
1585
|
makePublicButton: "Hacer público",
|
|
1586
|
+
// "Show"
|
|
991
1587
|
showButton: "Mostrar",
|
|
1588
|
+
// "Filter"
|
|
992
1589
|
filter: "Filtro",
|
|
1590
|
+
// "Reset Filter"
|
|
993
1591
|
resetFilter: "Restablecer filtro",
|
|
1592
|
+
// "Change Locale"
|
|
994
1593
|
changeLocale: "Cambiar configuración regional",
|
|
1594
|
+
// "Clear"
|
|
995
1595
|
clearButton: "Borrar",
|
|
1596
|
+
// "Choose question to show..."
|
|
996
1597
|
addElement: "Elija la pregunta para mostrar ...",
|
|
1598
|
+
// "Default Order"
|
|
997
1599
|
defaultOrder: "Orden predeterminado",
|
|
1600
|
+
// "Ascending"
|
|
998
1601
|
ascOrder: "Ascendente",
|
|
1602
|
+
// "Descending"
|
|
999
1603
|
descOrder: "Descendente",
|
|
1604
|
+
// "Show minor columns"
|
|
1000
1605
|
showMinorColumns: "Mostrar columnas secundarias",
|
|
1606
|
+
// [Auto-translated] "Actions"
|
|
1607
|
+
actionsColumn: "Acciones",
|
|
1608
|
+
// "Other items and comments"
|
|
1001
1609
|
otherCommentTitle: "Otros elementos y comentarios",
|
|
1610
|
+
// "Show percentages"
|
|
1002
1611
|
showPercentages: "Mostrar porcentajes",
|
|
1612
|
+
// "Hide percentages"
|
|
1003
1613
|
hidePercentages: "Ocultar porcentajes",
|
|
1614
|
+
// "PDF"
|
|
1004
1615
|
pdfDownloadCaption: "PDF",
|
|
1616
|
+
// "Excel"
|
|
1005
1617
|
xlsxDownloadCaption: "Excel",
|
|
1618
|
+
// "CSV"
|
|
1006
1619
|
csvDownloadCaption: "CSV",
|
|
1620
|
+
// "Download plot as a PNG file"
|
|
1007
1621
|
saveDiagramAsPNG: "Descargar el gráfico como png",
|
|
1622
|
+
// "Hide empty answers"
|
|
1008
1623
|
hideEmptyAnswers: "Ocultar respuestas vacías",
|
|
1624
|
+
// "Show empty answers"
|
|
1009
1625
|
showEmptyAnswers: "Mostrar respuestas vacías",
|
|
1626
|
+
// "All answers"
|
|
1010
1627
|
"topNValueText-1": "Todas las respuestas",
|
|
1628
|
+
// "Top 5 answers"
|
|
1011
1629
|
topNValueText5: "Las 5 respuestas principales",
|
|
1630
|
+
// "Top 10 answers"
|
|
1012
1631
|
topNValueText10: "Las 10 respuestas principales",
|
|
1632
|
+
// "Top 20 answers"
|
|
1013
1633
|
topNValueText20: "20 respuestas principales",
|
|
1634
|
+
// "Hide missing answers"
|
|
1014
1635
|
hideMissingAnswers: "Ocultar las respuestas que faltan",
|
|
1636
|
+
// "Show missing answers"
|
|
1015
1637
|
showMissingAnswers: "Mostrar las respuestas que faltan",
|
|
1638
|
+
// "Missing answers"
|
|
1016
1639
|
missingAnswersLabel: "Respuestas faltantes",
|
|
1640
|
+
// "This question type is not visualized yet"
|
|
1017
1641
|
noVisualizerForQuestion: "Este tipo de pregunta aún no se visualiza",
|
|
1642
|
+
// "There are no results yet"
|
|
1018
1643
|
noResults: "Aún no hay resultados",
|
|
1644
|
+
// "Per Values"
|
|
1019
1645
|
showPerValues: "Por valores",
|
|
1646
|
+
// "Per Columns"
|
|
1020
1647
|
showPerColumns: "Por columnas",
|
|
1648
|
+
// "Answer"
|
|
1021
1649
|
answer: "Respuesta",
|
|
1650
|
+
// "Correct answer: "
|
|
1022
1651
|
correctAnswer: "Respuesta correcta: ",
|
|
1652
|
+
// "Percent"
|
|
1023
1653
|
percent: "Por ciento",
|
|
1024
|
-
|
|
1654
|
+
// [Auto-translated] "Percentage"
|
|
1655
|
+
percentage: "Porcentaje",
|
|
1656
|
+
// [Auto-translated] "Chart"
|
|
1657
|
+
statistics_chart: "Gráfico",
|
|
1658
|
+
// "Responses"
|
|
1659
|
+
responses: "Respuestas",
|
|
1660
|
+
// [Auto-translated] "NPS"
|
|
1661
|
+
visualizer_nps: "NPS",
|
|
1662
|
+
// [Auto-translated] "NPS"
|
|
1663
|
+
npsScore: "NPS",
|
|
1664
|
+
// [Auto-translated] "Promoters"
|
|
1665
|
+
npsPromoters: "Promotores",
|
|
1666
|
+
// [Auto-translated] "Passives"
|
|
1667
|
+
npsPassives: "Pasivos",
|
|
1668
|
+
// [Auto-translated] "Detractors"
|
|
1669
|
+
npsDetractors: "Detractores",
|
|
1670
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1671
|
+
axisXSelectorTitle: "Categoría (eje X):",
|
|
1672
|
+
// [Auto-translated] "Legend (Series):"
|
|
1673
|
+
axisYSelectorTitle: "Leyenda (Serie):",
|
|
1674
|
+
// [Auto-translated] "Segments:"
|
|
1675
|
+
axisXAlternativeSelectorTitle: "Segmentos:",
|
|
1676
|
+
// [Auto-translated] "Groups:"
|
|
1677
|
+
axisYAlternativeSelectorTitle: "Grupos:",
|
|
1678
|
+
// [Auto-translated] "Not selected"
|
|
1679
|
+
notSelected: "No seleccionado"
|
|
1025
1680
|
};
|
|
1026
|
-
|
|
1027
|
-
localization.localeNames["es"] = "Español";
|
|
1028
|
-
// The following strings have been translated by a machine translation service
|
|
1029
|
-
// Remove those strings that you have corrected manually
|
|
1030
|
-
// undefined.groupButton: "Group By Me" => "Grupo Por Mí"
|
|
1031
|
-
// undefined.entriesLabel: "entries" => "Entradas"
|
|
1032
|
-
// undefined.visualizer_histogram: "Histogram" => "Histograma"
|
|
1033
|
-
// undefined.visualizer_number: "Average" => "Promedio"
|
|
1034
|
-
// undefined.visualizer_choices: "Table" => "Mesa"
|
|
1035
|
-
// undefined.visualizer_selectBase: "Chart" => "Gráfico"
|
|
1036
|
-
// undefined.chartType_vbar: "Vertical Bar" => "Barra vertical"
|
|
1037
|
-
// undefined.hideMissingAnswers: "Hide missing answers" => "Ocultar las respuestas que faltan"
|
|
1038
|
-
// undefined.showMissingAnswers: "Show missing answers" => "Mostrar las respuestas que faltan"
|
|
1039
|
-
// undefined.missingAnswersLabel: "Missing answers" => "Respuestas faltantes"
|
|
1040
|
-
// undefined.showPerValues: "Per Values" => "Por valores"
|
|
1041
|
-
// undefined.showPerColumns: "Per Columns" => "Por columnas"
|
|
1042
|
-
// undefined.answer: "Answer" => "Respuesta"
|
|
1043
|
-
// undefined.correctAnswer: "Correct answer: " => "Respuesta correcta: "
|
|
1044
|
-
// undefined.percent: "Percent" => "Por ciento"
|
|
1045
|
-
// undefined.responses: "Responses" => "Respuestas"
|
|
1681
|
+
setupLocale({ localeCode: "es", strings: spanishStrings, nativeName: "Español" });
|
|
1046
1682
|
|
|
1047
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
1048
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
1049
1683
|
var italianStrings = {
|
|
1684
|
+
// "Group By Me"
|
|
1050
1685
|
groupButton: "Raggruppa",
|
|
1686
|
+
// "Ungroup By Me"
|
|
1051
1687
|
ungroupButton: "Dividi",
|
|
1688
|
+
// "Select Me"
|
|
1052
1689
|
selectButton: "Selezionami",
|
|
1690
|
+
// "Hide column"
|
|
1053
1691
|
hideColumn: "Nascondi colonna",
|
|
1692
|
+
// "Show column"
|
|
1054
1693
|
showColumn: "Mostra colonna",
|
|
1694
|
+
// "Make column private"
|
|
1055
1695
|
makePrivateColumn: "Rendi la colonna privata",
|
|
1696
|
+
// "Make column public"
|
|
1056
1697
|
makePublicColumn: "Rendi la colonna pubblica",
|
|
1698
|
+
// "Move to Detail"
|
|
1057
1699
|
moveToDetail: "Sposta in Dettaglio",
|
|
1700
|
+
// "Show as Column"
|
|
1058
1701
|
showAsColumn: "Mostra come Colonna",
|
|
1702
|
+
// "Search..."
|
|
1059
1703
|
filterPlaceholder: "Cerca...",
|
|
1704
|
+
// "Remove rows"
|
|
1060
1705
|
removeRows: "Rimuovi righe",
|
|
1706
|
+
// "Show"
|
|
1061
1707
|
showLabel: "Mostra",
|
|
1708
|
+
// "entries"
|
|
1062
1709
|
entriesLabel: "voci",
|
|
1710
|
+
// "Texts in table"
|
|
1063
1711
|
visualizer_text: "Parole in tabella",
|
|
1712
|
+
// "Wordcloud"
|
|
1064
1713
|
visualizer_wordcloud: "Nuvola di parole",
|
|
1714
|
+
// "Histogram"
|
|
1065
1715
|
visualizer_histogram: "Istogramma",
|
|
1716
|
+
// "Average"
|
|
1066
1717
|
visualizer_number: "Media",
|
|
1718
|
+
// "Table"
|
|
1067
1719
|
visualizer_choices: "Tabella",
|
|
1720
|
+
// "Chart"
|
|
1068
1721
|
visualizer_selectBase: "Grafico",
|
|
1069
|
-
//
|
|
1070
|
-
|
|
1722
|
+
// [Auto-translated] "Chart"
|
|
1723
|
+
visualizer_matrix: "Tabella",
|
|
1724
|
+
// [Auto-translated] "Bar"
|
|
1725
|
+
chartType_bar: "Bar",
|
|
1726
|
+
// "Vertical Bar"
|
|
1071
1727
|
chartType_vbar: "Grafico a barre verticali",
|
|
1728
|
+
// "Stacked Bar"
|
|
1072
1729
|
chartType_stackedbar: "Grafico a barre sovrapposte",
|
|
1730
|
+
// "Doughnut"
|
|
1073
1731
|
chartType_doughnut: "Grafico a ciambella",
|
|
1732
|
+
// "Pie"
|
|
1074
1733
|
chartType_pie: "Grafico a torta",
|
|
1734
|
+
// "Scatter"
|
|
1075
1735
|
chartType_scatter: "Grafico a dispersione",
|
|
1736
|
+
// "Gauge"
|
|
1076
1737
|
chartType_gauge: "Grafico Gauge",
|
|
1738
|
+
// "Bullet"
|
|
1077
1739
|
chartType_bullet: "Punto",
|
|
1740
|
+
// [Auto-translated] "Line"
|
|
1741
|
+
chartType_line: "Linea",
|
|
1742
|
+
// [Auto-translated] "Radar"
|
|
1743
|
+
chartType_radar: "Radar",
|
|
1744
|
+
// "Hide"
|
|
1078
1745
|
hideButton: "Nascondi",
|
|
1746
|
+
// "Make private"
|
|
1079
1747
|
makePrivateButton: "Rendi privato",
|
|
1748
|
+
// "Make public"
|
|
1080
1749
|
makePublicButton: "Rendi pubblico",
|
|
1750
|
+
// "Show"
|
|
1081
1751
|
showButton: "Mostra",
|
|
1752
|
+
// "Filter"
|
|
1082
1753
|
filter: "Filtro",
|
|
1754
|
+
// "Reset Filter"
|
|
1083
1755
|
resetFilter: "Cancella filtro",
|
|
1756
|
+
// "Change Locale"
|
|
1084
1757
|
changeLocale: "Cambia lingua",
|
|
1758
|
+
// "Clear"
|
|
1085
1759
|
clearButton: "Cancella",
|
|
1760
|
+
// "Choose question to show..."
|
|
1086
1761
|
addElement: "Scegli la domanda da mostrare...",
|
|
1762
|
+
// "Default Order"
|
|
1087
1763
|
defaultOrder: "Ordine di Default",
|
|
1764
|
+
// "Ascending"
|
|
1088
1765
|
ascOrder: "Ascendente",
|
|
1766
|
+
// "Descending"
|
|
1089
1767
|
descOrder: "Discendente",
|
|
1768
|
+
// "Show minor columns"
|
|
1090
1769
|
showMinorColumns: "Mostra colonne secondarie",
|
|
1770
|
+
// [Auto-translated] "Actions"
|
|
1771
|
+
actionsColumn: "Azioni",
|
|
1772
|
+
// "Other items and comments"
|
|
1091
1773
|
otherCommentTitle: "Altri punti e commenti",
|
|
1774
|
+
// "Show percentages"
|
|
1092
1775
|
showPercentages: "Mostra percentuali",
|
|
1776
|
+
// "Hide percentages"
|
|
1093
1777
|
hidePercentages: "Nascondi percentuali",
|
|
1778
|
+
// "PDF"
|
|
1094
1779
|
pdfDownloadCaption: "PDF",
|
|
1780
|
+
// "Excel"
|
|
1095
1781
|
xlsxDownloadCaption: "Excel",
|
|
1782
|
+
// "CSV"
|
|
1096
1783
|
csvDownloadCaption: "CSV",
|
|
1784
|
+
// "Download plot as a PNG file"
|
|
1097
1785
|
saveDiagramAsPNG: "Scarica il grafico in formato png",
|
|
1786
|
+
// "Hide empty answers"
|
|
1098
1787
|
hideEmptyAnswers: "Nascondi risposte vuote",
|
|
1788
|
+
// "Show empty answers"
|
|
1099
1789
|
showEmptyAnswers: "Mostra risposte vuote",
|
|
1790
|
+
// "All answers"
|
|
1100
1791
|
"topNValueText-1": "Tutte le risposte",
|
|
1792
|
+
// "Top 5 answers"
|
|
1101
1793
|
topNValueText5: "Top 5 risposte",
|
|
1794
|
+
// "Top 10 answers"
|
|
1102
1795
|
topNValueText10: "Top 10 risposte",
|
|
1796
|
+
// "Top 20 answers"
|
|
1103
1797
|
topNValueText20: "Top 20 risposte",
|
|
1798
|
+
// "Hide missing answers"
|
|
1104
1799
|
hideMissingAnswers: "Nascondi le risposte mancanti",
|
|
1800
|
+
// "Show missing answers"
|
|
1105
1801
|
showMissingAnswers: "Mostra le risposte mancanti",
|
|
1802
|
+
// "Missing answers"
|
|
1106
1803
|
missingAnswersLabel: "Risposte mancanti",
|
|
1804
|
+
// "This question type is not visualized yet"
|
|
1107
1805
|
noVisualizerForQuestion: "Questo tipo di domanda non è ancora stato visualizzato",
|
|
1806
|
+
// "There are no results yet"
|
|
1108
1807
|
noResults: "Non ci sono ancora risultati",
|
|
1808
|
+
// "Per Values"
|
|
1109
1809
|
showPerValues: "Per Valori",
|
|
1810
|
+
// "Per Columns"
|
|
1110
1811
|
showPerColumns: "Per Colonne",
|
|
1812
|
+
// "Answer"
|
|
1111
1813
|
answer: "Risposta",
|
|
1814
|
+
// "Correct answer: "
|
|
1112
1815
|
correctAnswer: "Risposta esatta: ",
|
|
1816
|
+
// "Percent"
|
|
1113
1817
|
percent: "Percentuale",
|
|
1114
|
-
|
|
1818
|
+
// [Auto-translated] "Percentage"
|
|
1819
|
+
percentage: "Percentuale",
|
|
1820
|
+
// [Auto-translated] "Chart"
|
|
1821
|
+
statistics_chart: "Tabella",
|
|
1822
|
+
// "Responses"
|
|
1823
|
+
responses: "Risposte",
|
|
1824
|
+
// [Auto-translated] "NPS"
|
|
1825
|
+
visualizer_nps: "Rete nazionale di dati",
|
|
1826
|
+
// [Auto-translated] "NPS"
|
|
1827
|
+
npsScore: "Rete nazionale di dati",
|
|
1828
|
+
// [Auto-translated] "Promoters"
|
|
1829
|
+
npsPromoters: "Promotori",
|
|
1830
|
+
// [Auto-translated] "Passives"
|
|
1831
|
+
npsPassives: "Passivi",
|
|
1832
|
+
// [Auto-translated] "Detractors"
|
|
1833
|
+
npsDetractors: "Detrattori",
|
|
1834
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1835
|
+
axisXSelectorTitle: "Categoria (asse X):",
|
|
1836
|
+
// [Auto-translated] "Legend (Series):"
|
|
1837
|
+
axisYSelectorTitle: "Leggenda (serie):",
|
|
1838
|
+
// [Auto-translated] "Segments:"
|
|
1839
|
+
axisXAlternativeSelectorTitle: "Segmenti:",
|
|
1840
|
+
// [Auto-translated] "Groups:"
|
|
1841
|
+
axisYAlternativeSelectorTitle: "Gruppi:",
|
|
1842
|
+
// [Auto-translated] "Not selected"
|
|
1843
|
+
notSelected: "Non selezionato"
|
|
1115
1844
|
};
|
|
1116
|
-
|
|
1117
|
-
localization.localeNames["it"] = "Italiano";
|
|
1118
|
-
// The following strings have been translated by a machine translation service
|
|
1119
|
-
// Remove those strings that you have corrected manually
|
|
1120
|
-
// undefined.correctAnswer: "Correct answer: " => "Risposta esatta: "
|
|
1845
|
+
setupLocale({ localeCode: "it", strings: italianStrings, nativeName: "Italiano" });
|
|
1121
1846
|
|
|
1122
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
1123
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
1124
1847
|
var arabicStrings = {
|
|
1848
|
+
// "Group By Me"
|
|
1125
1849
|
groupButton: "زرار المجموعة",
|
|
1850
|
+
// "Ungroup By Me"
|
|
1126
1851
|
ungroupButton: "تم التحديث من خلالى",
|
|
1852
|
+
// "Select Me"
|
|
1127
1853
|
selectButton: "اختر",
|
|
1854
|
+
// "Hide column"
|
|
1128
1855
|
hideColumn: "اخفاء العمود",
|
|
1856
|
+
// "Show column"
|
|
1129
1857
|
showColumn: "اظهار",
|
|
1858
|
+
// "Make column private"
|
|
1130
1859
|
makePrivateColumn: "أجعل العمود خاص",
|
|
1860
|
+
// "Make column public"
|
|
1131
1861
|
makePublicColumn: "أجعل العمود عام",
|
|
1862
|
+
// "Move to Detail"
|
|
1132
1863
|
moveToDetail: "انتقل إلى التفاصيل",
|
|
1864
|
+
// "Show as Column"
|
|
1133
1865
|
showAsColumn: "إظهار كعمود",
|
|
1866
|
+
// "Search..."
|
|
1134
1867
|
filterPlaceholder: "بحث...",
|
|
1868
|
+
// "Remove rows"
|
|
1135
1869
|
removeRows: "حذف",
|
|
1870
|
+
// "Show"
|
|
1136
1871
|
showLabel: "اظهار",
|
|
1872
|
+
// "entries"
|
|
1137
1873
|
entriesLabel: "مدخلات",
|
|
1874
|
+
// "Texts in table"
|
|
1138
1875
|
visualizer_text: "جداول",
|
|
1876
|
+
// "Wordcloud"
|
|
1139
1877
|
visualizer_wordcloud: "كلمات",
|
|
1878
|
+
// "Histogram"
|
|
1140
1879
|
visualizer_histogram: "الرسم البياني",
|
|
1880
|
+
// "Average"
|
|
1141
1881
|
visualizer_number: "متوسط",
|
|
1882
|
+
// "Table"
|
|
1142
1883
|
visualizer_choices: "جدول",
|
|
1884
|
+
// "Chart"
|
|
1143
1885
|
visualizer_selectBase: "رسم بياني",
|
|
1144
|
-
//
|
|
1145
|
-
|
|
1886
|
+
// [Auto-translated] "Chart"
|
|
1887
|
+
visualizer_matrix: "جدول",
|
|
1888
|
+
// [Auto-translated] "Bar"
|
|
1889
|
+
chartType_bar: "بار",
|
|
1890
|
+
// "Vertical Bar"
|
|
1146
1891
|
chartType_vbar: "شريط عمودي",
|
|
1892
|
+
// "Stacked Bar"
|
|
1147
1893
|
chartType_stackedbar: "شريط مكدس",
|
|
1894
|
+
// "Doughnut"
|
|
1148
1895
|
chartType_doughnut: "مخطط حلقي",
|
|
1896
|
+
// "Pie"
|
|
1149
1897
|
chartType_pie: "مخطط دائري",
|
|
1898
|
+
// "Scatter"
|
|
1150
1899
|
chartType_scatter: "مخطط التشتت",
|
|
1900
|
+
// "Gauge"
|
|
1151
1901
|
chartType_gauge: "مخطط القياس",
|
|
1902
|
+
// "Bullet"
|
|
1152
1903
|
chartType_bullet: "مخطط نقطي",
|
|
1904
|
+
// [Auto-translated] "Line"
|
|
1905
|
+
chartType_line: "سطر",
|
|
1906
|
+
// [Auto-translated] "Radar"
|
|
1907
|
+
chartType_radar: "رادار",
|
|
1908
|
+
// "Hide"
|
|
1153
1909
|
hideButton: "اخفاء",
|
|
1910
|
+
// "Make private"
|
|
1154
1911
|
makePrivateButton: "أجعل خاص",
|
|
1912
|
+
// "Make public"
|
|
1155
1913
|
makePublicButton: "أجعل عام",
|
|
1914
|
+
// "Show"
|
|
1156
1915
|
showButton: "اظهار",
|
|
1916
|
+
// "Filter"
|
|
1157
1917
|
filter: "ترشح",
|
|
1918
|
+
// "Reset Filter"
|
|
1158
1919
|
resetFilter: "إعادة تعيين",
|
|
1920
|
+
// "Change Locale"
|
|
1159
1921
|
changeLocale: "تغيير اللغة",
|
|
1922
|
+
// "Clear"
|
|
1160
1923
|
clearButton: "مسح",
|
|
1924
|
+
// "Choose question to show..."
|
|
1161
1925
|
addElement: "اختر سؤالاً للعرض ...",
|
|
1926
|
+
// "Default Order"
|
|
1162
1927
|
defaultOrder: "الترتيب الافتراضي",
|
|
1928
|
+
// "Ascending"
|
|
1163
1929
|
ascOrder: "تصاعدى",
|
|
1930
|
+
// "Descending"
|
|
1164
1931
|
descOrder: "تنازلى",
|
|
1932
|
+
// "Show minor columns"
|
|
1165
1933
|
showMinorColumns: "إظهار الأعمدة الثانوية",
|
|
1934
|
+
// [Auto-translated] "Actions"
|
|
1935
|
+
actionsColumn: "الاجراءات",
|
|
1936
|
+
// "Other items and comments"
|
|
1166
1937
|
otherCommentTitle: "بنود وتعليقات أخرى",
|
|
1938
|
+
// "Show percentages"
|
|
1167
1939
|
showPercentages: "عرض النسب المئوية",
|
|
1940
|
+
// "Hide percentages"
|
|
1168
1941
|
hidePercentages: "إخفاء النسب",
|
|
1942
|
+
// "PDF"
|
|
1169
1943
|
pdfDownloadCaption: "PDF",
|
|
1944
|
+
// "Excel"
|
|
1170
1945
|
xlsxDownloadCaption: "Excel",
|
|
1946
|
+
// "CSV"
|
|
1171
1947
|
csvDownloadCaption: "CSV",
|
|
1948
|
+
// "Download plot as a PNG file"
|
|
1172
1949
|
saveDiagramAsPNG: "تنزيل بصيغة png",
|
|
1950
|
+
// "Hide empty answers"
|
|
1173
1951
|
hideEmptyAnswers: "إخفاء الإجابات الفارغة",
|
|
1952
|
+
// "Show empty answers"
|
|
1174
1953
|
showEmptyAnswers: "إظهار الإجابات الفارغة",
|
|
1954
|
+
// "All answers"
|
|
1175
1955
|
"topNValueText-1": "جميع الإجابات",
|
|
1956
|
+
// "Top 5 answers"
|
|
1176
1957
|
topNValueText5: "أهم 5 إجابات",
|
|
1958
|
+
// "Top 10 answers"
|
|
1177
1959
|
topNValueText10: "أفضل 10 إجابات",
|
|
1960
|
+
// "Top 20 answers"
|
|
1178
1961
|
topNValueText20: "أفضل 20 إجابة",
|
|
1962
|
+
// "Hide missing answers"
|
|
1179
1963
|
hideMissingAnswers: "إخفاء الإجابات المفقودة",
|
|
1964
|
+
// "Show missing answers"
|
|
1180
1965
|
showMissingAnswers: "عرض الإجابات المفقودة",
|
|
1966
|
+
// "Missing answers"
|
|
1181
1967
|
missingAnswersLabel: "أجوبة مفقودة",
|
|
1968
|
+
// "This question type is not visualized yet"
|
|
1182
1969
|
noVisualizerForQuestion: "لم يتم العرض بعد",
|
|
1970
|
+
// "There are no results yet"
|
|
1183
1971
|
noResults: "لا يوجد نتائج للعرض",
|
|
1972
|
+
// "Per Values"
|
|
1184
1973
|
showPerValues: "لكل القيم",
|
|
1974
|
+
// "Per Columns"
|
|
1185
1975
|
showPerColumns: "لكل الأعمدة",
|
|
1976
|
+
// "Answer"
|
|
1186
1977
|
answer: "إجب",
|
|
1978
|
+
// "Correct answer: "
|
|
1187
1979
|
correctAnswer: "الاجابة الصحيحة: ",
|
|
1980
|
+
// "Percent"
|
|
1188
1981
|
percent: "النسبه المئويه",
|
|
1189
|
-
|
|
1982
|
+
// [Auto-translated] "Percentage"
|
|
1983
|
+
percentage: "النسبه المئويه",
|
|
1984
|
+
// [Auto-translated] "Chart"
|
|
1985
|
+
statistics_chart: "جدول",
|
|
1986
|
+
// "Responses"
|
|
1987
|
+
responses: "الاستجابات",
|
|
1988
|
+
// [Auto-translated] "NPS"
|
|
1989
|
+
visualizer_nps: "NPS",
|
|
1990
|
+
// [Auto-translated] "NPS"
|
|
1991
|
+
npsScore: "NPS",
|
|
1992
|
+
// [Auto-translated] "Promoters"
|
|
1993
|
+
npsPromoters: "المروجين",
|
|
1994
|
+
// [Auto-translated] "Passives"
|
|
1995
|
+
npsPassives: "سلبيات",
|
|
1996
|
+
// [Auto-translated] "Detractors"
|
|
1997
|
+
npsDetractors: "المنتقدين",
|
|
1998
|
+
// [Auto-translated] "Category (X Axis):"
|
|
1999
|
+
axisXSelectorTitle: "الفئة (المحور X):",
|
|
2000
|
+
// [Auto-translated] "Legend (Series):"
|
|
2001
|
+
axisYSelectorTitle: "أسطورة (سلسلة):",
|
|
2002
|
+
// [Auto-translated] "Segments:"
|
|
2003
|
+
axisXAlternativeSelectorTitle: "قطاعات:",
|
|
2004
|
+
// [Auto-translated] "Groups:"
|
|
2005
|
+
axisYAlternativeSelectorTitle: "المجموعات:",
|
|
2006
|
+
// [Auto-translated] "Not selected"
|
|
2007
|
+
notSelected: "غير محدد"
|
|
1190
2008
|
};
|
|
1191
|
-
|
|
1192
|
-
localization.localeNames["ar"] = "العربية";
|
|
1193
|
-
// The following strings have been translated by a machine translation service
|
|
1194
|
-
// Remove those strings that you have corrected manually
|
|
1195
|
-
// undefined.topNValueText-1: "All answers" => "جميع الإجابات"
|
|
1196
|
-
// undefined.topNValueText5: "Top 5 answers" => "أهم 5 إجابات"
|
|
1197
|
-
// undefined.topNValueText10: "Top 10 answers" => "أفضل 10 إجابات"
|
|
1198
|
-
// undefined.topNValueText20: "Top 20 answers" => "أفضل 20 إجابة"
|
|
2009
|
+
setupLocale({ localeCode: "ar", strings: arabicStrings, nativeName: "العربية" });
|
|
1199
2010
|
|
|
1200
2011
|
var japaneseStrings = {
|
|
2012
|
+
// "Group By Me"
|
|
1201
2013
|
groupButton: "グループ化",
|
|
2014
|
+
// "Ungroup By Me"
|
|
1202
2015
|
ungroupButton: "グループ解除",
|
|
2016
|
+
// "Select Me"
|
|
1203
2017
|
selectButton: "選択",
|
|
2018
|
+
// "Hide column"
|
|
1204
2019
|
hideColumn: "列を非表示",
|
|
2020
|
+
// "Show column"
|
|
1205
2021
|
showColumn: "列を表示",
|
|
2022
|
+
// "Make column private"
|
|
1206
2023
|
makePrivateColumn: "列を非公開にする",
|
|
2024
|
+
// "Make column public"
|
|
1207
2025
|
makePublicColumn: "列を公開する",
|
|
2026
|
+
// "Move to Detail"
|
|
1208
2027
|
moveToDetail: "詳細に移動",
|
|
2028
|
+
// "Show as Column"
|
|
1209
2029
|
showAsColumn: "列として表示",
|
|
2030
|
+
// "Search..."
|
|
1210
2031
|
filterPlaceholder: "検索...",
|
|
2032
|
+
// "Remove rows"
|
|
1211
2033
|
removeRows: "行を削除",
|
|
2034
|
+
// "Show"
|
|
1212
2035
|
showLabel: "表示",
|
|
2036
|
+
// "entries"
|
|
1213
2037
|
entriesLabel: "件",
|
|
2038
|
+
// "Texts in table"
|
|
1214
2039
|
visualizer_text: "テキスト",
|
|
2040
|
+
// "Wordcloud"
|
|
1215
2041
|
visualizer_wordcloud: "ワードクラウド",
|
|
2042
|
+
// "Histogram"
|
|
1216
2043
|
visualizer_histogram: "ヒストグラム",
|
|
2044
|
+
// "Average"
|
|
1217
2045
|
visualizer_number: "平均",
|
|
2046
|
+
// "Table"
|
|
1218
2047
|
visualizer_choices: "テーブル",
|
|
2048
|
+
// "Chart"
|
|
1219
2049
|
visualizer_selectBase: "チャート",
|
|
2050
|
+
// [Auto-translated] "Chart"
|
|
2051
|
+
visualizer_matrix: "チャート",
|
|
2052
|
+
// "Bar"
|
|
1220
2053
|
chartType_bar: "棒グラフ",
|
|
2054
|
+
// "Vertical Bar"
|
|
1221
2055
|
chartType_vbar: "縦棒グラフ",
|
|
2056
|
+
// "Stacked Bar"
|
|
1222
2057
|
chartType_stackedbar: "積み上げ棒グラフ",
|
|
2058
|
+
// "Doughnut"
|
|
1223
2059
|
chartType_doughnut: "ドーナツチャート",
|
|
2060
|
+
// "Pie"
|
|
1224
2061
|
chartType_pie: "円グラフ",
|
|
2062
|
+
// "Scatter"
|
|
1225
2063
|
chartType_scatter: "散布図",
|
|
2064
|
+
// "Gauge"
|
|
1226
2065
|
chartType_gauge: "ゲージ",
|
|
2066
|
+
// "Bullet"
|
|
1227
2067
|
chartType_bullet: "バレット",
|
|
2068
|
+
// [Auto-translated] "Line"
|
|
2069
|
+
chartType_line: "線",
|
|
2070
|
+
// [Auto-translated] "Radar"
|
|
2071
|
+
chartType_radar: "レーダー",
|
|
2072
|
+
// "Hide"
|
|
1228
2073
|
hideButton: "非表示",
|
|
2074
|
+
// "Make private"
|
|
1229
2075
|
makePrivateButton: "非公開にする",
|
|
2076
|
+
// "Make public"
|
|
1230
2077
|
makePublicButton: "公開する",
|
|
2078
|
+
// "Show"
|
|
1231
2079
|
showButton: "表示",
|
|
2080
|
+
// "Filter"
|
|
1232
2081
|
filter: "フィルター",
|
|
2082
|
+
// "Reset Filter"
|
|
1233
2083
|
resetFilter: "フィルターをリセット",
|
|
2084
|
+
// "Change Locale"
|
|
1234
2085
|
changeLocale: "言語を変更",
|
|
2086
|
+
// "Clear"
|
|
1235
2087
|
clearButton: "クリア",
|
|
2088
|
+
// "Choose question to show..."
|
|
1236
2089
|
addElement: "表示する質問を選択...",
|
|
2090
|
+
// "Default Order"
|
|
1237
2091
|
defaultOrder: "デフォルト順",
|
|
2092
|
+
// "Ascending"
|
|
1238
2093
|
ascOrder: "昇順",
|
|
2094
|
+
// "Descending"
|
|
1239
2095
|
descOrder: "降順",
|
|
2096
|
+
// "Show minor columns"
|
|
1240
2097
|
showMinorColumns: "マイナー列を表示",
|
|
2098
|
+
// [Auto-translated] "Actions"
|
|
2099
|
+
actionsColumn: "アクション",
|
|
2100
|
+
// "Other items and comments"
|
|
1241
2101
|
otherCommentTitle: "その他のアイテムとコメント",
|
|
2102
|
+
// "Show percentages"
|
|
1242
2103
|
showPercentages: "パーセンテージを表示",
|
|
2104
|
+
// "Hide percentages"
|
|
1243
2105
|
hidePercentages: "パーセンテージを非表示",
|
|
2106
|
+
// "PDF"
|
|
1244
2107
|
pdfDownloadCaption: "PDF",
|
|
2108
|
+
// "Excel"
|
|
1245
2109
|
xlsxDownloadCaption: "Excel",
|
|
2110
|
+
// "CSV"
|
|
1246
2111
|
csvDownloadCaption: "CSV",
|
|
2112
|
+
// "Download plot as a PNG file"
|
|
1247
2113
|
saveDiagramAsPNG: "プロットをPNGファイルとして保存",
|
|
2114
|
+
// "Hide empty answers"
|
|
1248
2115
|
hideEmptyAnswers: "空の回答を非表示",
|
|
2116
|
+
// "Show empty answers"
|
|
1249
2117
|
showEmptyAnswers: "空の回答を表示",
|
|
2118
|
+
// "All answers"
|
|
1250
2119
|
"topNValueText-1": "すべての回答",
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1253
|
-
"
|
|
2120
|
+
// "Top 5 answers"
|
|
2121
|
+
topNValueText5: "上位5つの回答",
|
|
2122
|
+
// "Top 10 answers"
|
|
2123
|
+
topNValueText10: "上位10の回答",
|
|
2124
|
+
// "Top 20 answers"
|
|
2125
|
+
topNValueText20: "上位20の回答",
|
|
2126
|
+
// "Hide missing answers"
|
|
1254
2127
|
hideMissingAnswers: "欠損値を非表示",
|
|
2128
|
+
// "Show missing answers"
|
|
1255
2129
|
showMissingAnswers: "欠損値を表示",
|
|
2130
|
+
// "Missing answers"
|
|
1256
2131
|
missingAnswersLabel: "欠損値",
|
|
2132
|
+
// "This question type is not visualized yet"
|
|
1257
2133
|
noVisualizerForQuestion: "この質問タイプはまだ視覚化されていません",
|
|
2134
|
+
// "There are no results yet"
|
|
1258
2135
|
noResults: "まだ結果がありません",
|
|
2136
|
+
// "Per Values"
|
|
1259
2137
|
showPerValues: "値ごとに表示",
|
|
2138
|
+
// "Per Columns"
|
|
1260
2139
|
showPerColumns: "列ごとに表示",
|
|
2140
|
+
// "Answer"
|
|
1261
2141
|
answer: "回答",
|
|
2142
|
+
// "Correct answer: "
|
|
1262
2143
|
correctAnswer: "正解: ",
|
|
2144
|
+
// "Percent"
|
|
1263
2145
|
percent: "パーセント",
|
|
1264
|
-
|
|
2146
|
+
// [Auto-translated] "Percentage"
|
|
2147
|
+
percentage: "百分率",
|
|
2148
|
+
// [Auto-translated] "Chart"
|
|
2149
|
+
statistics_chart: "チャート",
|
|
2150
|
+
// "Responses"
|
|
2151
|
+
responses: "回答数",
|
|
2152
|
+
// [Auto-translated] "NPS"
|
|
2153
|
+
visualizer_nps: "NPSの",
|
|
2154
|
+
// [Auto-translated] "NPS"
|
|
2155
|
+
npsScore: "NPSの",
|
|
2156
|
+
// [Auto-translated] "Promoters"
|
|
2157
|
+
npsPromoters: "プロモーター",
|
|
2158
|
+
// [Auto-translated] "Passives"
|
|
2159
|
+
npsPassives: "パッシブ",
|
|
2160
|
+
// [Auto-translated] "Detractors"
|
|
2161
|
+
npsDetractors: "中傷",
|
|
2162
|
+
// [Auto-translated] "Category (X Axis):"
|
|
2163
|
+
axisXSelectorTitle: "カテゴリ(X軸):",
|
|
2164
|
+
// [Auto-translated] "Legend (Series):"
|
|
2165
|
+
axisYSelectorTitle: "凡例(シリーズ):",
|
|
2166
|
+
// [Auto-translated] "Segments:"
|
|
2167
|
+
axisXAlternativeSelectorTitle: "セグメント:",
|
|
2168
|
+
// [Auto-translated] "Groups:"
|
|
2169
|
+
axisYAlternativeSelectorTitle: "グループ:",
|
|
2170
|
+
// [Auto-translated] "Not selected"
|
|
2171
|
+
notSelected: "選択されていない"
|
|
1265
2172
|
};
|
|
1266
|
-
|
|
1267
|
-
localization.localeNames["ja"] = "Japanese";
|
|
2173
|
+
setupLocale({ localeCode: "ja", strings: japaneseStrings, nativeName: "日本語" });
|
|
1268
2174
|
|
|
1269
|
-
// This dictionary contains 1 untranslated or inherited localization strings.
|
|
1270
|
-
// These strings are commented out. Uncomment and edit them if you want to add your translations.
|
|
1271
2175
|
var plStrings = {
|
|
2176
|
+
// "Group By Me"
|
|
1272
2177
|
groupButton: "Grupuj według mnie",
|
|
2178
|
+
// "Ungroup By Me"
|
|
1273
2179
|
ungroupButton: "Rozgrupuj według mnie",
|
|
2180
|
+
// "Select Me"
|
|
1274
2181
|
selectButton: "Wybierz",
|
|
2182
|
+
// "Hide column"
|
|
1275
2183
|
hideColumn: "Ukryj kolumnę",
|
|
2184
|
+
// "Show column"
|
|
1276
2185
|
showColumn: "Pokaż kolumnę",
|
|
2186
|
+
// "Make column private"
|
|
1277
2187
|
makePrivateColumn: "Uczyń kolumnę prywatną",
|
|
2188
|
+
// "Make column public"
|
|
1278
2189
|
makePublicColumn: "Uczyń kolumnę publiczną",
|
|
2190
|
+
// "Move to Detail"
|
|
1279
2191
|
moveToDetail: "Przenieś do szczegółów",
|
|
2192
|
+
// "Show as Column"
|
|
1280
2193
|
showAsColumn: "Pokaż jako kolumnę",
|
|
2194
|
+
// "Search..."
|
|
1281
2195
|
filterPlaceholder: "Szukaj...",
|
|
2196
|
+
// "Remove rows"
|
|
1282
2197
|
removeRows: "Usuń wiersze",
|
|
2198
|
+
// "Show"
|
|
1283
2199
|
showLabel: "Pokaż",
|
|
2200
|
+
// "entries"
|
|
1284
2201
|
entriesLabel: "wejścia",
|
|
2202
|
+
// "Texts in table"
|
|
1285
2203
|
visualizer_text: "Teksty w tabeli",
|
|
2204
|
+
// "Wordcloud"
|
|
1286
2205
|
visualizer_wordcloud: "Chmura słów",
|
|
2206
|
+
// "Histogram"
|
|
1287
2207
|
visualizer_histogram: "Histogram",
|
|
2208
|
+
// "Average"
|
|
1288
2209
|
visualizer_number: "Średnia",
|
|
2210
|
+
// "Table"
|
|
1289
2211
|
visualizer_choices: "Tabela",
|
|
2212
|
+
// "Chart"
|
|
1290
2213
|
visualizer_selectBase: "Wykres",
|
|
2214
|
+
// "Chart"
|
|
1291
2215
|
visualizer_matrix: "Wykres",
|
|
2216
|
+
// "Bar"
|
|
1292
2217
|
chartType_bar: "Słupkowy",
|
|
2218
|
+
// "Vertical Bar"
|
|
1293
2219
|
chartType_vbar: "Słupkowy pionowy",
|
|
2220
|
+
// "Stacked Bar"
|
|
1294
2221
|
chartType_stackedbar: "Słupkowy skumulowany",
|
|
2222
|
+
// "Doughnut"
|
|
1295
2223
|
chartType_doughnut: "Oponka",
|
|
2224
|
+
// "Pie"
|
|
1296
2225
|
chartType_pie: "Tarta",
|
|
2226
|
+
// "Scatter"
|
|
1297
2227
|
chartType_scatter: "Rozrzut",
|
|
2228
|
+
// "Gauge"
|
|
1298
2229
|
chartType_gauge: "Skala",
|
|
2230
|
+
// "Bullet"
|
|
1299
2231
|
chartType_bullet: "Pocisk",
|
|
2232
|
+
// [Auto-translated] "Line"
|
|
2233
|
+
chartType_line: "Linia",
|
|
2234
|
+
// [Auto-translated] "Radar"
|
|
2235
|
+
chartType_radar: "Radar",
|
|
2236
|
+
// "Hide"
|
|
1300
2237
|
hideButton: "Ukryj",
|
|
2238
|
+
// "Make private"
|
|
1301
2239
|
makePrivateButton: "Uczyń prywatnym",
|
|
2240
|
+
// "Make public"
|
|
1302
2241
|
makePublicButton: "Uczyń publicznym",
|
|
2242
|
+
// "Show"
|
|
1303
2243
|
showButton: "Pokaż",
|
|
2244
|
+
// "Filter"
|
|
1304
2245
|
filter: "Filtruj",
|
|
2246
|
+
// "Reset Filter"
|
|
1305
2247
|
resetFilter: "Resetuj filtr",
|
|
2248
|
+
// "Change Locale"
|
|
1306
2249
|
changeLocale: "Zmień lokalizację",
|
|
2250
|
+
// "Clear"
|
|
1307
2251
|
clearButton: "Wyczyść",
|
|
2252
|
+
// "Choose question to show..."
|
|
1308
2253
|
addElement: "Wybierz pytanie do pokazania...",
|
|
2254
|
+
// "Default Order"
|
|
1309
2255
|
defaultOrder: "Domyślne sortowanie",
|
|
2256
|
+
// "Ascending"
|
|
1310
2257
|
ascOrder: "Rosnąco",
|
|
2258
|
+
// "Descending"
|
|
1311
2259
|
descOrder: "Malejąco",
|
|
2260
|
+
// "Show minor columns"
|
|
1312
2261
|
showMinorColumns: "Pokaż mniejsze kolumny",
|
|
2262
|
+
// [Auto-translated] "Actions"
|
|
2263
|
+
actionsColumn: "Akcje",
|
|
2264
|
+
// "Other items and comments"
|
|
1313
2265
|
otherCommentTitle: "Inne elementy i komentarze",
|
|
2266
|
+
// "Show percentages"
|
|
1314
2267
|
showPercentages: "Pokaż procenty",
|
|
2268
|
+
// "Hide percentages"
|
|
1315
2269
|
hidePercentages: "Ukryj procenty",
|
|
2270
|
+
// "PDF"
|
|
1316
2271
|
pdfDownloadCaption: "PDF",
|
|
2272
|
+
// "Excel"
|
|
1317
2273
|
xlsxDownloadCaption: "Excel",
|
|
2274
|
+
// "CSV"
|
|
1318
2275
|
csvDownloadCaption: "CSV",
|
|
2276
|
+
// "Download plot as a PNG file"
|
|
1319
2277
|
saveDiagramAsPNG: "Pobierz diagram jako PNG",
|
|
2278
|
+
// "Hide empty answers"
|
|
1320
2279
|
hideEmptyAnswers: "Ukryj puste odpowiedzi",
|
|
2280
|
+
// "Show empty answers"
|
|
1321
2281
|
showEmptyAnswers: "Pokaż puste odpowiedzi",
|
|
2282
|
+
// "All answers"
|
|
1322
2283
|
"topNValueText-1": "Wszystkie odpowiedzi",
|
|
2284
|
+
// "Top 5 answers"
|
|
1323
2285
|
topNValueText5: "Pierwsze 5 odpowiedzi",
|
|
2286
|
+
// "Top 10 answers"
|
|
1324
2287
|
topNValueText10: "Pierwsze 10 odpowiedzi",
|
|
2288
|
+
// "Top 20 answers"
|
|
1325
2289
|
topNValueText20: "Pierwsze 20 odpowiedzi",
|
|
2290
|
+
// "Hide missing answers"
|
|
1326
2291
|
hideMissingAnswers: "Ukryj nieodpowiedziane pytania",
|
|
2292
|
+
// "Show missing answers"
|
|
1327
2293
|
showMissingAnswers: "Pokaż nieodpowiedziane pytania",
|
|
2294
|
+
// "Missing answers"
|
|
1328
2295
|
missingAnswersLabel: "Nieodpowiedziane pytania",
|
|
2296
|
+
// "This question type is not visualized yet"
|
|
1329
2297
|
noVisualizerForQuestion: "Ten typ pytania nie został jeszcze zwizualizowany",
|
|
2298
|
+
// "There are no results yet"
|
|
1330
2299
|
noResults: "Nie ma jeszcze wyników",
|
|
2300
|
+
// "Per Values"
|
|
1331
2301
|
showPerValues: "Według wartości",
|
|
2302
|
+
// "Per Columns"
|
|
1332
2303
|
showPerColumns: "Według kolumn",
|
|
2304
|
+
// "Answer"
|
|
1333
2305
|
answer: "Odpowiedź",
|
|
2306
|
+
// "Correct answer: "
|
|
1334
2307
|
correctAnswer: "Odpowiedź poprawna: ",
|
|
2308
|
+
// "Percent"
|
|
1335
2309
|
percent: "Procent",
|
|
1336
|
-
|
|
2310
|
+
// [Auto-translated] "Percentage"
|
|
2311
|
+
percentage: "Procent",
|
|
2312
|
+
// [Auto-translated] "Chart"
|
|
2313
|
+
statistics_chart: "Wykres",
|
|
2314
|
+
// "Responses"
|
|
2315
|
+
responses: "Odpowiedzi",
|
|
2316
|
+
// [Auto-translated] "NPS"
|
|
2317
|
+
visualizer_nps: "Wskaźnik NPS",
|
|
2318
|
+
// [Auto-translated] "NPS"
|
|
2319
|
+
npsScore: "Wskaźnik NPS",
|
|
2320
|
+
// [Auto-translated] "Promoters"
|
|
2321
|
+
npsPromoters: "Promotorów",
|
|
2322
|
+
// [Auto-translated] "Passives"
|
|
2323
|
+
npsPassives: "Passives",
|
|
2324
|
+
// [Auto-translated] "Detractors"
|
|
2325
|
+
npsDetractors: "Przeciwników",
|
|
2326
|
+
// [Auto-translated] "Category (X Axis):"
|
|
2327
|
+
axisXSelectorTitle: "Kategoria (oś X):",
|
|
2328
|
+
// [Auto-translated] "Legend (Series):"
|
|
2329
|
+
axisYSelectorTitle: "Legenda (seria):",
|
|
2330
|
+
// [Auto-translated] "Segments:"
|
|
2331
|
+
axisXAlternativeSelectorTitle: "Segmenty:",
|
|
2332
|
+
// [Auto-translated] "Groups:"
|
|
2333
|
+
axisYAlternativeSelectorTitle: "Grupy:",
|
|
2334
|
+
// [Auto-translated] "Not selected"
|
|
2335
|
+
notSelected: "Nie wybrano"
|
|
1337
2336
|
};
|
|
1338
|
-
|
|
1339
|
-
localization.locales["pl"] = plStrings;
|
|
1340
|
-
localization.localeNames["pl"] = "Polish";
|
|
2337
|
+
setupLocale({ localeCode: "pl", strings: plStrings, nativeName: "Polski" });
|
|
1341
2338
|
|
|
1342
|
-
// Uncomment the line below if you create a custom dictionary
|
|
1343
2339
|
var finnishStrings = {
|
|
2340
|
+
// "Group By Me"
|
|
1344
2341
|
groupButton: "Erottele minulla",
|
|
2342
|
+
// "Ungroup By Me"
|
|
1345
2343
|
ungroupButton: "Poista erottele minulla",
|
|
2344
|
+
// "Select Me"
|
|
1346
2345
|
selectButton: "Valitse minut",
|
|
2346
|
+
// "Hide column"
|
|
1347
2347
|
hideColumn: "Piilota sarake",
|
|
2348
|
+
// "Show column"
|
|
1348
2349
|
showColumn: "Näytä sarake",
|
|
2350
|
+
// "Make column private"
|
|
1349
2351
|
makePrivateColumn: "Merkitse sarake yksityiseksi",
|
|
2352
|
+
// "Make column public"
|
|
1350
2353
|
makePublicColumn: "Merkitse sarake julkiseksi",
|
|
2354
|
+
// "Move to Detail"
|
|
1351
2355
|
moveToDetail: "Siirrä yksityiskohtiin",
|
|
2356
|
+
// "Show as Column"
|
|
1352
2357
|
showAsColumn: "Näytä sarakkeena",
|
|
2358
|
+
// "Search..."
|
|
1353
2359
|
filterPlaceholder: "Etsi...",
|
|
2360
|
+
// "Remove rows"
|
|
1354
2361
|
removeRows: "Poista rivejä",
|
|
2362
|
+
// "Show"
|
|
1355
2363
|
showLabel: "Näytä",
|
|
2364
|
+
// "entries"
|
|
1356
2365
|
entriesLabel: "vastauksia",
|
|
2366
|
+
// "Texts in table"
|
|
1357
2367
|
visualizer_text: "Tekstitaulukko",
|
|
2368
|
+
// "Wordcloud"
|
|
1358
2369
|
visualizer_wordcloud: "Sanapilvi",
|
|
2370
|
+
// "Histogram"
|
|
1359
2371
|
visualizer_histogram: "Histogrammi",
|
|
2372
|
+
// "Average"
|
|
1360
2373
|
visualizer_number: "Keskiarvo",
|
|
2374
|
+
// "Table"
|
|
1361
2375
|
visualizer_choices: "Taulukko",
|
|
2376
|
+
// "Chart"
|
|
1362
2377
|
visualizer_selectBase: "Kuvaaja",
|
|
2378
|
+
// "Chart"
|
|
1363
2379
|
visualizer_matrix: "Kuvaaja",
|
|
2380
|
+
// "Bar"
|
|
1364
2381
|
chartType_bar: "Pylväs",
|
|
2382
|
+
// "Vertical Bar"
|
|
1365
2383
|
chartType_vbar: "Vaakapyöväs",
|
|
2384
|
+
// "Stacked Bar"
|
|
1366
2385
|
chartType_stackedbar: "Pinottu pylväs",
|
|
2386
|
+
// "Doughnut"
|
|
1367
2387
|
chartType_doughnut: "Donitsi",
|
|
2388
|
+
// "Pie"
|
|
1368
2389
|
chartType_pie: "Piirakka",
|
|
2390
|
+
// "Scatter"
|
|
1369
2391
|
chartType_scatter: "Hajonta",
|
|
2392
|
+
// "Gauge"
|
|
1370
2393
|
chartType_gauge: "Mittari",
|
|
2394
|
+
// "Bullet"
|
|
1371
2395
|
chartType_bullet: "Luoti",
|
|
2396
|
+
// "Line"
|
|
1372
2397
|
chartType_line: "Viiva",
|
|
2398
|
+
// [Auto-translated] "Radar"
|
|
2399
|
+
chartType_radar: "Tutka",
|
|
2400
|
+
// "Hide"
|
|
1373
2401
|
hideButton: "Piilota",
|
|
2402
|
+
// "Make private"
|
|
1374
2403
|
makePrivateButton: "Merkise yksityiseksi",
|
|
2404
|
+
// "Make public"
|
|
1375
2405
|
makePublicButton: "Merkitse julkiseksi",
|
|
2406
|
+
// "Show"
|
|
1376
2407
|
showButton: "Näytä",
|
|
2408
|
+
// "Filter"
|
|
1377
2409
|
filter: "Rajaa",
|
|
2410
|
+
// "Reset Filter"
|
|
1378
2411
|
resetFilter: "Nollaa Rajaus",
|
|
2412
|
+
// "Change Locale"
|
|
1379
2413
|
changeLocale: "Vaihda kieli",
|
|
2414
|
+
// "Clear"
|
|
1380
2415
|
clearButton: "Nollaa",
|
|
2416
|
+
// "Choose question to show..."
|
|
1381
2417
|
addElement: "Valitse näytettävä kysymys...",
|
|
2418
|
+
// "Default Order"
|
|
1382
2419
|
defaultOrder: "Oletusjärjestys",
|
|
2420
|
+
// "Ascending"
|
|
1383
2421
|
ascOrder: "Nouseva",
|
|
2422
|
+
// "Descending"
|
|
1384
2423
|
descOrder: "Laskeva",
|
|
2424
|
+
// "Show minor columns"
|
|
1385
2425
|
showMinorColumns: "Näytä alasarakkeet",
|
|
2426
|
+
// [Auto-translated] "Actions"
|
|
2427
|
+
actionsColumn: "Toimet",
|
|
2428
|
+
// "Other items and comments"
|
|
1386
2429
|
otherCommentTitle: "Muut asiat ja kommentit",
|
|
2430
|
+
// "Show percentages"
|
|
1387
2431
|
showPercentages: "Näytä prosentit",
|
|
2432
|
+
// "Hide percentages"
|
|
1388
2433
|
hidePercentages: "Piilota prosentit",
|
|
2434
|
+
// "PDF"
|
|
1389
2435
|
pdfDownloadCaption: "PDF",
|
|
2436
|
+
// "Excel"
|
|
1390
2437
|
xlsxDownloadCaption: "Excel",
|
|
2438
|
+
// "CSV"
|
|
1391
2439
|
csvDownloadCaption: "CSV",
|
|
2440
|
+
// "Download plot as a PNG file"
|
|
1392
2441
|
saveDiagramAsPNG: "Lataa kuvaaja PNG kuvana",
|
|
2442
|
+
// "Hide empty answers"
|
|
1393
2443
|
hideEmptyAnswers: "Piilota tyhjät vastaukset",
|
|
2444
|
+
// "Show empty answers"
|
|
1394
2445
|
showEmptyAnswers: "Näytä tyhjät vastaukset",
|
|
2446
|
+
// "All answers"
|
|
1395
2447
|
"topNValueText-1": "Kaikki vastaukset",
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
2448
|
+
// "Top 5 answers"
|
|
2449
|
+
topNValueText5: "Top 5 vastaukset",
|
|
2450
|
+
// "Top 10 answers"
|
|
2451
|
+
topNValueText10: "Top 10 vastaukset",
|
|
2452
|
+
// "Top 20 answers"
|
|
2453
|
+
topNValueText20: "Top 20 vastaukset",
|
|
2454
|
+
// "Hide missing answers"
|
|
1399
2455
|
hideMissingAnswers: "Piilota puuttuvat vastaukset",
|
|
2456
|
+
// "Show missing answers"
|
|
1400
2457
|
showMissingAnswers: "Näytä puuttuvat vastaukset",
|
|
2458
|
+
// "Missing answers"
|
|
1401
2459
|
missingAnswersLabel: "Puuttuvat vastaukset",
|
|
2460
|
+
// "This question type is not visualized yet"
|
|
1402
2461
|
noVisualizerForQuestion: "Tätä kysymystyyppiä ei voida visualisoida.",
|
|
2462
|
+
// "There are no results yet"
|
|
1403
2463
|
noResults: "Ei vielä tuloksia",
|
|
2464
|
+
// "Per Values"
|
|
1404
2465
|
showPerValues: "Näytä arvottain",
|
|
2466
|
+
// "Per Columns"
|
|
1405
2467
|
showPerColumns: "Näytä sarakkeittain",
|
|
2468
|
+
// "Answer"
|
|
1406
2469
|
answer: "Vastaus",
|
|
2470
|
+
// "Correct answer: "
|
|
1407
2471
|
correctAnswer: "Oikea vastaus: ",
|
|
2472
|
+
// "Percent"
|
|
1408
2473
|
percent: "Prosentti",
|
|
2474
|
+
// "Percentage"
|
|
1409
2475
|
percentage: "Prosenttiyksikkö",
|
|
2476
|
+
// "Chart"
|
|
1410
2477
|
statistics_chart: "Kuvaaja",
|
|
2478
|
+
// "Responses"
|
|
1411
2479
|
responses: "Vastaukset",
|
|
2480
|
+
// "NPS"
|
|
1412
2481
|
visualizer_nps: "NPS",
|
|
2482
|
+
// "NPS"
|
|
1413
2483
|
npsScore: "NPS",
|
|
2484
|
+
// "Promoters"
|
|
1414
2485
|
npsPromoters: "Suosittelija",
|
|
2486
|
+
// "Passives"
|
|
1415
2487
|
npsPassives: "Passiivinen",
|
|
2488
|
+
// "Detractors"
|
|
1416
2489
|
npsDetractors: "Arvostelija",
|
|
2490
|
+
// [Auto-translated] "Category (X Axis):"
|
|
2491
|
+
axisXSelectorTitle: "Luokka (X-akseli):",
|
|
2492
|
+
// [Auto-translated] "Legend (Series):"
|
|
2493
|
+
axisYSelectorTitle: "Legenda (sarja):",
|
|
2494
|
+
// [Auto-translated] "Segments:"
|
|
2495
|
+
axisXAlternativeSelectorTitle: "Segmentit:",
|
|
2496
|
+
// [Auto-translated] "Groups:"
|
|
2497
|
+
axisYAlternativeSelectorTitle: "Ryhmät:",
|
|
2498
|
+
// [Auto-translated] "Not selected"
|
|
2499
|
+
notSelected: "Ei valittu"
|
|
1417
2500
|
};
|
|
1418
|
-
|
|
1419
|
-
// Replace "en" with a custom locale code (for example, "fr" or "de"),
|
|
1420
|
-
// Replace `englishStrings` with the name of the variable that contains the custom dictionary.
|
|
1421
|
-
localization.locales["fi"] = finnishStrings;
|
|
1422
|
-
localization.localeNames["fi"] = "Suomi";
|
|
2501
|
+
setupLocale({ localeCode: "fi", strings: finnishStrings, nativeName: "Suomi" });
|
|
1423
2502
|
|
|
1424
2503
|
var swedishStrings = {
|
|
2504
|
+
// "Group By Me"
|
|
1425
2505
|
groupButton: "Gruppera av mig",
|
|
2506
|
+
// "Ungroup By Me"
|
|
1426
2507
|
ungroupButton: "Avgruppera av mig",
|
|
2508
|
+
// "Select Me"
|
|
1427
2509
|
selectButton: "Välj mig",
|
|
2510
|
+
// "Hide column"
|
|
1428
2511
|
hideColumn: "Göm kolumn",
|
|
2512
|
+
// "Show column"
|
|
1429
2513
|
showColumn: "Visa kolumn",
|
|
2514
|
+
// "Make column private"
|
|
1430
2515
|
makePrivateColumn: "Gör kolumn privat",
|
|
2516
|
+
// "Make column public"
|
|
1431
2517
|
makePublicColumn: "Gör kolumn offentlig",
|
|
2518
|
+
// "Move to Detail"
|
|
1432
2519
|
moveToDetail: "Flytta till detalj",
|
|
2520
|
+
// "Show as Column"
|
|
1433
2521
|
showAsColumn: "Visa som kolumn",
|
|
2522
|
+
// "Search..."
|
|
1434
2523
|
filterPlaceholder: "Sök...",
|
|
2524
|
+
// "Remove rows"
|
|
1435
2525
|
removeRows: "Ta bort rader",
|
|
2526
|
+
// "Show"
|
|
1436
2527
|
showLabel: "Visa",
|
|
2528
|
+
// "entries"
|
|
1437
2529
|
entriesLabel: "poster",
|
|
2530
|
+
// "Texts in table"
|
|
1438
2531
|
visualizer_text: "Texter i tabell",
|
|
2532
|
+
// "Wordcloud"
|
|
1439
2533
|
visualizer_wordcloud: "Ordmoln",
|
|
2534
|
+
// "Histogram"
|
|
1440
2535
|
visualizer_histogram: "Histogram",
|
|
2536
|
+
// "Average"
|
|
1441
2537
|
visualizer_number: "Genomsnitt",
|
|
2538
|
+
// "Table"
|
|
1442
2539
|
visualizer_choices: "Tabell",
|
|
2540
|
+
// "Chart"
|
|
1443
2541
|
visualizer_selectBase: "Diagram",
|
|
2542
|
+
// "Chart"
|
|
1444
2543
|
visualizer_matrix: "Diagram",
|
|
2544
|
+
// "Bar"
|
|
1445
2545
|
chartType_bar: "Stapel",
|
|
2546
|
+
// "Vertical Bar"
|
|
1446
2547
|
chartType_vbar: "Vertikal stapel",
|
|
2548
|
+
// "Stacked Bar"
|
|
1447
2549
|
chartType_stackedbar: "Staplad stapel",
|
|
2550
|
+
// "Doughnut"
|
|
1448
2551
|
chartType_doughnut: "Ring",
|
|
2552
|
+
// "Pie"
|
|
1449
2553
|
chartType_pie: "Cirkel",
|
|
2554
|
+
// "Scatter"
|
|
1450
2555
|
chartType_scatter: "Punkt",
|
|
2556
|
+
// "Gauge"
|
|
1451
2557
|
chartType_gauge: "Mätare",
|
|
2558
|
+
// "Bullet"
|
|
1452
2559
|
chartType_bullet: "Bullet",
|
|
2560
|
+
// "Line"
|
|
1453
2561
|
chartType_line: "Linje",
|
|
2562
|
+
// "Radar"
|
|
1454
2563
|
chartType_radar: "Radar",
|
|
2564
|
+
// "Hide"
|
|
1455
2565
|
hideButton: "Göm",
|
|
2566
|
+
// "Make private"
|
|
1456
2567
|
makePrivateButton: "Gör privat",
|
|
2568
|
+
// "Make public"
|
|
1457
2569
|
makePublicButton: "Gör offentlig",
|
|
2570
|
+
// "Show"
|
|
1458
2571
|
showButton: "Visa",
|
|
2572
|
+
// "Filter"
|
|
1459
2573
|
filter: "Filter",
|
|
2574
|
+
// "Reset Filter"
|
|
1460
2575
|
resetFilter: "Återställ filter",
|
|
2576
|
+
// "Change Locale"
|
|
1461
2577
|
changeLocale: "Ändra språk",
|
|
2578
|
+
// "Clear"
|
|
1462
2579
|
clearButton: "Rensa",
|
|
2580
|
+
// "Choose question to show..."
|
|
1463
2581
|
addElement: "Välj fråga att visa...",
|
|
2582
|
+
// "Default Order"
|
|
1464
2583
|
defaultOrder: "Standard ordning",
|
|
2584
|
+
// "Ascending"
|
|
1465
2585
|
ascOrder: "Stigande",
|
|
2586
|
+
// "Descending"
|
|
1466
2587
|
descOrder: "Fallande",
|
|
2588
|
+
// "Show minor columns"
|
|
1467
2589
|
showMinorColumns: "Visa mindre kolumner",
|
|
2590
|
+
// "Actions"
|
|
1468
2591
|
actionsColumn: "Åtgärder",
|
|
2592
|
+
// "Other items and comments"
|
|
1469
2593
|
otherCommentTitle: "Övriga objekt och kommentarer",
|
|
2594
|
+
// "Show percentages"
|
|
1470
2595
|
showPercentages: "Visa procent",
|
|
2596
|
+
// "Hide percentages"
|
|
1471
2597
|
hidePercentages: "Göm procent",
|
|
2598
|
+
// "PDF"
|
|
1472
2599
|
pdfDownloadCaption: "PDF",
|
|
2600
|
+
// "Excel"
|
|
1473
2601
|
xlsxDownloadCaption: "Excel",
|
|
2602
|
+
// "CSV"
|
|
1474
2603
|
csvDownloadCaption: "CSV",
|
|
2604
|
+
// "Download plot as a PNG file"
|
|
1475
2605
|
saveDiagramAsPNG: "Ladda ner diagram som PNG-fil",
|
|
2606
|
+
// "Hide empty answers"
|
|
1476
2607
|
hideEmptyAnswers: "Göm tomma svar",
|
|
2608
|
+
// "Show empty answers"
|
|
1477
2609
|
showEmptyAnswers: "Visa tomma svar",
|
|
2610
|
+
// "All answers"
|
|
1478
2611
|
"topNValueText-1": "Alla svar",
|
|
2612
|
+
// "Top 5 answers"
|
|
1479
2613
|
topNValueText5: "Topp 5 svar",
|
|
2614
|
+
// "Top 10 answers"
|
|
1480
2615
|
topNValueText10: "Topp 10 svar",
|
|
2616
|
+
// "Top 20 answers"
|
|
1481
2617
|
topNValueText20: "Topp 20 svar",
|
|
2618
|
+
// "Hide missing answers"
|
|
1482
2619
|
hideMissingAnswers: "Göm saknade svar",
|
|
2620
|
+
// "Show missing answers"
|
|
1483
2621
|
showMissingAnswers: "Visa saknade svar",
|
|
2622
|
+
// "Missing answers"
|
|
1484
2623
|
missingAnswersLabel: "Saknade svar",
|
|
2624
|
+
// "This question type is not visualized yet"
|
|
1485
2625
|
noVisualizerForQuestion: "Detta frågetyp är inte visualiserad ännu",
|
|
2626
|
+
// "There are no results yet"
|
|
1486
2627
|
noResults: "Det finns inga resultat ännu",
|
|
2628
|
+
// "Per Values"
|
|
1487
2629
|
showPerValues: "Per värden",
|
|
2630
|
+
// "Per Columns"
|
|
1488
2631
|
showPerColumns: "Per kolumner",
|
|
2632
|
+
// "Answer"
|
|
1489
2633
|
answer: "Svar",
|
|
2634
|
+
// "Correct answer: "
|
|
1490
2635
|
correctAnswer: "Rätt svar: ",
|
|
2636
|
+
// "Percent"
|
|
1491
2637
|
percent: "Procent",
|
|
2638
|
+
// "Percentage"
|
|
1492
2639
|
percentage: "Procent",
|
|
2640
|
+
// "Chart"
|
|
1493
2641
|
statistics_chart: "Diagram",
|
|
2642
|
+
// "Responses"
|
|
1494
2643
|
responses: "Svar",
|
|
2644
|
+
// "NPS"
|
|
1495
2645
|
visualizer_nps: "NPS",
|
|
2646
|
+
// "NPS"
|
|
1496
2647
|
npsScore: "NPS",
|
|
2648
|
+
// "Promoters"
|
|
1497
2649
|
npsPromoters: "Promotorer",
|
|
2650
|
+
// "Passives"
|
|
1498
2651
|
npsPassives: "Passiva",
|
|
2652
|
+
// "Detractors"
|
|
1499
2653
|
npsDetractors: "Kritiker",
|
|
2654
|
+
// "Category (X Axis):"
|
|
1500
2655
|
axisXSelectorTitle: "X-axel:",
|
|
2656
|
+
// "Legend (Series):"
|
|
1501
2657
|
axisYSelectorTitle: "Y-axel:",
|
|
2658
|
+
// [Auto-translated] "Segments:"
|
|
2659
|
+
axisXAlternativeSelectorTitle: "Segment:",
|
|
2660
|
+
// [Auto-translated] "Groups:"
|
|
2661
|
+
axisYAlternativeSelectorTitle: "Grupper:",
|
|
2662
|
+
// [Auto-translated] "Not selected"
|
|
2663
|
+
notSelected: "Inte valt"
|
|
1502
2664
|
};
|
|
1503
|
-
|
|
1504
|
-
localization.localeNames["sv"] = "Svenska";
|
|
2665
|
+
setupLocale({ localeCode: "sv", strings: swedishStrings, nativeName: "Svenska" });
|
|
1505
2666
|
|
|
1506
2667
|
var iconsData = {
|
|
1507
2668
|
"detail": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"><g><circle cx=\"1.5\" cy=\"8.5\" r=\"1.5\"></circle><circle cx=\"7.5\" cy=\"8.5\" r=\"1.5\"></circle><circle cx=\"13.5\" cy=\"8.5\" r=\"1.5\"></circle></g></svg>",
|
|
@@ -1533,5 +2694,5 @@ function getIconSymbolTemplate(iconId, iconSvg) {
|
|
|
1533
2694
|
const iconsHtml = Object.keys(iconsData).map(iconId => getIconSymbolTemplate(iconId, iconsData[iconId]));
|
|
1534
2695
|
const svgTemplate = `<svg style="display:none;">${iconsHtml}<svg>`;
|
|
1535
2696
|
|
|
1536
|
-
export { DocumentHelper as D,
|
|
2697
|
+
export { DocumentHelper as D, setupLocale as a, DataHelper as b, createImagesContainer as c, createLinksContainer as d, createCommercialLicenseLink as e, svgTemplate as f, createLoadingIndicator as g, localization as l, surveyStrings as s, toPrecision as t };
|
|
1537
2698
|
//# sourceMappingURL=shared.mjs.map
|