@dhis2/analytics 23.8.6 → 23.9.0
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/CHANGELOG.md +21 -0
- package/build/cjs/components/PeriodDimension/utils/index.js +3 -1
- package/build/cjs/components/PeriodDimension/utils/relativePeriods.js +1 -1
- package/build/cjs/index.js +6 -0
- package/build/cjs/locales/ar/translations.json +1 -1
- package/build/cjs/locales/ar_EG/translations.json +1 -1
- package/build/cjs/locales/ar_IQ/translations.json +1 -1
- package/build/cjs/locales/ckb/translations.json +1 -1
- package/build/cjs/locales/cs/translations.json +1 -1
- package/build/cjs/locales/da/translations.json +1 -1
- package/build/cjs/locales/es/translations.json +1 -1
- package/build/cjs/locales/fr/translations.json +1 -1
- package/build/cjs/locales/id/translations.json +1 -1
- package/build/cjs/locales/km/translations.json +1 -1
- package/build/cjs/locales/lo/translations.json +1 -1
- package/build/cjs/locales/my/translations.json +1 -1
- package/build/cjs/locales/nb/translations.json +1 -1
- package/build/cjs/locales/nl/translations.json +36 -36
- package/build/cjs/locales/prs/translations.json +1 -1
- package/build/cjs/locales/ps/translations.json +1 -1
- package/build/cjs/locales/pt/translations.json +1 -1
- package/build/cjs/locales/pt_BR/translations.json +1 -1
- package/build/cjs/locales/ru/translations.json +1 -1
- package/build/cjs/locales/sv/translations.json +1 -1
- package/build/cjs/locales/tet/translations.json +1 -1
- package/build/cjs/locales/tg/translations.json +1 -1
- package/build/cjs/locales/uk/translations.json +1 -1
- package/build/cjs/locales/ur/translations.json +1 -1
- package/build/cjs/locales/uz/translations.json +1 -1
- package/build/cjs/locales/uz_Latn/translations.json +1 -1
- package/build/cjs/locales/vi/translations.json +1 -1
- package/build/cjs/locales/zh/translations.json +1 -1
- package/build/cjs/locales/zh_CN/translations.json +1 -1
- package/build/es/components/PeriodDimension/utils/index.js +1 -0
- package/build/es/components/PeriodDimension/utils/relativePeriods.js +2 -2
- package/build/es/index.js +1 -1
- package/build/es/locales/ar/translations.json +1 -1
- package/build/es/locales/ar_EG/translations.json +1 -1
- package/build/es/locales/ar_IQ/translations.json +1 -1
- package/build/es/locales/ckb/translations.json +1 -1
- package/build/es/locales/cs/translations.json +1 -1
- package/build/es/locales/da/translations.json +1 -1
- package/build/es/locales/es/translations.json +1 -1
- package/build/es/locales/fr/translations.json +1 -1
- package/build/es/locales/id/translations.json +1 -1
- package/build/es/locales/km/translations.json +1 -1
- package/build/es/locales/lo/translations.json +1 -1
- package/build/es/locales/my/translations.json +1 -1
- package/build/es/locales/nb/translations.json +1 -1
- package/build/es/locales/nl/translations.json +36 -36
- package/build/es/locales/prs/translations.json +1 -1
- package/build/es/locales/ps/translations.json +1 -1
- package/build/es/locales/pt/translations.json +1 -1
- package/build/es/locales/pt_BR/translations.json +1 -1
- package/build/es/locales/ru/translations.json +1 -1
- package/build/es/locales/sv/translations.json +1 -1
- package/build/es/locales/tet/translations.json +1 -1
- package/build/es/locales/tg/translations.json +1 -1
- package/build/es/locales/uk/translations.json +1 -1
- package/build/es/locales/ur/translations.json +1 -1
- package/build/es/locales/uz/translations.json +1 -1
- package/build/es/locales/uz_Latn/translations.json +1 -1
- package/build/es/locales/vi/translations.json +1 -1
- package/build/es/locales/zh/translations.json +1 -1
- package/build/es/locales/zh_CN/translations.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [23.9.0](https://github.com/dhis2/analytics/compare/v23.8.8...v23.9.0) (2022-05-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* export WEEKS_THIS_YEAR constant DHIS2-12580 ([#1238](https://github.com/dhis2/analytics/issues/1238)) ([2896cdb](https://github.com/dhis2/analytics/commit/2896cdb908252f3276dfa893e71c20fac1ad1ae4))
|
|
7
|
+
|
|
8
|
+
## [23.8.8](https://github.com/dhis2/analytics/compare/v23.8.7...v23.8.8) (2022-05-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **translations:** sync translations from transifex (master) ([7aab336](https://github.com/dhis2/analytics/commit/7aab3369a4518f211fb140b4d32f1b5d422536dc))
|
|
14
|
+
|
|
15
|
+
## [23.8.7](https://github.com/dhis2/analytics/compare/v23.8.6...v23.8.7) (2022-05-17)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **translations:** sync translations from transifex (master) ([cfd547f](https://github.com/dhis2/analytics/commit/cfd547f1f08683a88b189c2f894f359d7df4c4a3))
|
|
21
|
+
|
|
1
22
|
## [23.8.6](https://github.com/dhis2/analytics/compare/v23.8.5...v23.8.6) (2022-05-16)
|
|
2
23
|
|
|
3
24
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.filterPeriodTypesById = exports.YEARLY = exports.WEEKLYWED = exports.WEEKLYTHU = exports.WEEKLYSUN = exports.WEEKLYSAT = exports.WEEKLY = exports.SIXMONTHLYAPR = exports.SIXMONTHLY = exports.QUARTERLY = exports.MONTHLY = exports.FYOCT = exports.FYNOV = exports.FYJUL = exports.FYAPR = exports.FINANCIAL = exports.DAILY = exports.BIWEEKLY = exports.BIMONTHLY = void 0;
|
|
6
|
+
exports.filterPeriodTypesById = exports.YEARLY = exports.WEEKS_THIS_YEAR = exports.WEEKLYWED = exports.WEEKLYTHU = exports.WEEKLYSUN = exports.WEEKLYSAT = exports.WEEKLY = exports.SIXMONTHLYAPR = exports.SIXMONTHLY = exports.QUARTERLY = exports.MONTHLY = exports.FYOCT = exports.FYNOV = exports.FYJUL = exports.FYAPR = exports.FINANCIAL = exports.DAILY = exports.BIWEEKLY = exports.BIMONTHLY = void 0;
|
|
7
7
|
const DAILY = 'DAILY';
|
|
8
8
|
exports.DAILY = DAILY;
|
|
9
9
|
const WEEKLY = 'WEEKLY';
|
|
@@ -16,6 +16,8 @@ const WEEKLYSAT = 'WEEKLYSAT';
|
|
|
16
16
|
exports.WEEKLYSAT = WEEKLYSAT;
|
|
17
17
|
const WEEKLYSUN = 'WEEKLYSUN';
|
|
18
18
|
exports.WEEKLYSUN = WEEKLYSUN;
|
|
19
|
+
const WEEKS_THIS_YEAR = 'WEEKS_THIS_YEAR';
|
|
20
|
+
exports.WEEKS_THIS_YEAR = WEEKS_THIS_YEAR;
|
|
19
21
|
const BIWEEKLY = 'BIWEEKLY';
|
|
20
22
|
exports.BIWEEKLY = BIWEEKLY;
|
|
21
23
|
const MONTHLY = 'MONTHLY';
|
package/build/cjs/index.js
CHANGED
|
@@ -873,6 +873,12 @@ Object.defineProperty(exports, "WEEKLYWED", {
|
|
|
873
873
|
return _index7.WEEKLYWED;
|
|
874
874
|
}
|
|
875
875
|
});
|
|
876
|
+
Object.defineProperty(exports, "WEEKS_THIS_YEAR", {
|
|
877
|
+
enumerable: true,
|
|
878
|
+
get: function () {
|
|
879
|
+
return _index7.WEEKS_THIS_YEAR;
|
|
880
|
+
}
|
|
881
|
+
});
|
|
876
882
|
Object.defineProperty(exports, "YEARLY", {
|
|
877
883
|
enumerable: true,
|
|
878
884
|
get: function () {
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"{{thresholdFactor}} × Z-score low": "",
|
|
315
315
|
"{{thresholdFactor}} × Z-score high": "",
|
|
316
316
|
"Data": "بيانات",
|
|
317
|
-
"Organisation
|
|
317
|
+
"Organisation unit": "الوحدة التنظيمية",
|
|
318
318
|
"Assigned Categories": "الفئات المعينة",
|
|
319
319
|
"Pivot table": "الجدول المحوري",
|
|
320
320
|
"Area": "مساحة",
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"{{thresholdFactor}} × Z-score low": "",
|
|
315
315
|
"{{thresholdFactor}} × Z-score high": "",
|
|
316
316
|
"Data": "البيانات",
|
|
317
|
-
"Organisation
|
|
317
|
+
"Organisation unit": "الوحدة التنظيمية",
|
|
318
318
|
"Assigned Categories": "",
|
|
319
319
|
"Pivot table": "الجدول المحوري",
|
|
320
320
|
"Area": "مساحة",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "يةكةي ريكخراو",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "ناوچە",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} × nízké Z-skóre",
|
|
307
307
|
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}} × Z-skóre vysoké",
|
|
308
308
|
"Data": "Data",
|
|
309
|
-
"Organisation
|
|
309
|
+
"Organisation unit": "Organizační jednotka",
|
|
310
310
|
"Assigned Categories": "Přiřazené kategorie",
|
|
311
311
|
"Pivot table": "Kontingenční tabulka",
|
|
312
312
|
"Area": "Oblast",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Datos",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unidad organizativa",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "Tabla dinámica",
|
|
304
304
|
"Area": "Área",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} × Z-score faible",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}} × Z-score élevé",
|
|
300
300
|
"Data": "Données",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unité d'organisation",
|
|
302
302
|
"Assigned Categories": "Catégories attribuées",
|
|
303
303
|
"Pivot table": "Tableau croisé dynamique",
|
|
304
304
|
"Area": "Aire",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} × Z-skor rendah",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "{{ThresholdFactor}} × Z-skor tinggi",
|
|
296
296
|
"Data": "Data",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Unit organisasi",
|
|
298
298
|
"Assigned Categories": "Kategori yang Ditugaskan",
|
|
299
299
|
"Pivot table": "Tabel Pivot",
|
|
300
300
|
"Area": "Area",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Data",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "ផ្នែកនៃអង្គការ",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "ຂໍ້ມູນ",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "ຫົວໜ່ວຍການຈັດຕັ້ງ",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "အချက်အလက်",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Organisation unit",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Data",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Organisasjonsenhet",
|
|
302
302
|
"Assigned Categories": "Tildelte Kategorier",
|
|
303
303
|
"Pivot table": "Pivottabell",
|
|
304
304
|
"Area": "Areal",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"Metric type": "",
|
|
43
43
|
"All metrics": "",
|
|
44
44
|
"Move to {{axisName}}": "",
|
|
45
|
-
"Add to {{axisName}}": "",
|
|
45
|
+
"Add to {{axisName}}": "Voeg toe aan {{axisName}}",
|
|
46
46
|
"Not available for {{visualizationType}}": "",
|
|
47
47
|
"Remove Assigned Categories": "",
|
|
48
|
-
"Add Assigned Categories": "",
|
|
48
|
+
"Add Assigned Categories": "Voeg Toegewezen Categorieën toe",
|
|
49
49
|
"Remove": "Verwijderen",
|
|
50
|
-
"Filter dimensions": "",
|
|
51
|
-
"Main dimensions": "",
|
|
52
|
-
"Your dimensions": "",
|
|
50
|
+
"Filter dimensions": "Filter dimensies",
|
|
51
|
+
"Main dimensions": "Hoofddimensies",
|
|
52
|
+
"Your dimensions": "Uw dimensies",
|
|
53
53
|
"Dimension recommended with selected data": "",
|
|
54
|
-
"All items": "",
|
|
54
|
+
"All items": "Alle items",
|
|
55
55
|
"Automatically include all items": "",
|
|
56
56
|
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
57
57
|
"Manually select items...": "",
|
|
@@ -179,45 +179,45 @@
|
|
|
179
179
|
"Financial year (Start April)": "Financieel jaar (Start april)",
|
|
180
180
|
"Today": "Vandaag",
|
|
181
181
|
"Yesterday": "Gisteren",
|
|
182
|
-
"Last 3 days": "",
|
|
183
|
-
"Last 7 days": "",
|
|
184
|
-
"Last 14 days": "",
|
|
182
|
+
"Last 3 days": "Laatste 3 dagen",
|
|
183
|
+
"Last 7 days": "Laatste 7 dagen",
|
|
184
|
+
"Last 14 days": "Laatste 14 dagen",
|
|
185
185
|
"Last 30 days": "",
|
|
186
186
|
"Last 60 days": "",
|
|
187
187
|
"Last 90 days": "",
|
|
188
188
|
"Last 180 days": "",
|
|
189
|
-
"This week": "",
|
|
190
|
-
"Last week": "",
|
|
191
|
-
"Last 4 weeks": "",
|
|
192
|
-
"Last 12 weeks": "",
|
|
193
|
-
"Last 52 weeks": "",
|
|
194
|
-
"Weeks this year": "",
|
|
189
|
+
"This week": "Deze week",
|
|
190
|
+
"Last week": "Laatste week",
|
|
191
|
+
"Last 4 weeks": "Laatste 4 weken",
|
|
192
|
+
"Last 12 weeks": "Laatste 12 weken",
|
|
193
|
+
"Last 52 weeks": "Laatste 52 weken",
|
|
194
|
+
"Weeks this year": "Weken dit jaar",
|
|
195
195
|
"This bi-week": "",
|
|
196
196
|
"Last bi-week": "",
|
|
197
197
|
"Last 4 bi-weeks": "",
|
|
198
|
-
"This month": "",
|
|
199
|
-
"Last month": "",
|
|
200
|
-
"Last 3 months": "",
|
|
201
|
-
"Last 6 months": "",
|
|
202
|
-
"Last 12 months": "",
|
|
203
|
-
"Months this year": "",
|
|
198
|
+
"This month": "Deze maand",
|
|
199
|
+
"Last month": "Laatste maand",
|
|
200
|
+
"Last 3 months": "Laatste 3 maanden",
|
|
201
|
+
"Last 6 months": "Laatste 6 maanden",
|
|
202
|
+
"Last 12 months": "Laatste 12 maanden",
|
|
203
|
+
"Months this year": "Maanden dit jaar",
|
|
204
204
|
"This bi-month": "",
|
|
205
205
|
"Last bi-month": "",
|
|
206
206
|
"Last 6 bi-months": "",
|
|
207
207
|
"Bi-months this year": "",
|
|
208
|
-
"This quarter": "",
|
|
209
|
-
"Last quarter": "",
|
|
210
|
-
"Last 4 quarters": "",
|
|
211
|
-
"Quarters this year": "",
|
|
212
|
-
"This six-month": "",
|
|
213
|
-
"Last six-month": "",
|
|
208
|
+
"This quarter": "Dit kwartier",
|
|
209
|
+
"Last quarter": "Laatste kwartier",
|
|
210
|
+
"Last 4 quarters": "Laatste 4 kwartieren",
|
|
211
|
+
"Quarters this year": "Kwartieren dit jaar",
|
|
212
|
+
"This six-month": "Dit halfjaar",
|
|
213
|
+
"Last six-month": "Laatste halfjaar",
|
|
214
214
|
"Last 2 six-month": "",
|
|
215
|
-
"This financial year": "",
|
|
216
|
-
"Last financial year": "",
|
|
217
|
-
"Last 5 financial years": "",
|
|
218
|
-
"This year": "",
|
|
219
|
-
"Last year": "",
|
|
220
|
-
"Last 5 years": "",
|
|
215
|
+
"This financial year": "Dit financieel jaar",
|
|
216
|
+
"Last financial year": "Laatste financieel jaar",
|
|
217
|
+
"Last 5 financial years": "Laatste 5 financiële jaren",
|
|
218
|
+
"This year": "Dit jaar",
|
|
219
|
+
"Last year": "Laatste jaar",
|
|
220
|
+
"Last 5 years": "Laatste 5 jaren",
|
|
221
221
|
"Last 10 years": "",
|
|
222
222
|
"Days": "",
|
|
223
223
|
"Weeks": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Gegevens",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Organisatieëenheid",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "Oppervlakte",
|
|
@@ -306,12 +306,12 @@
|
|
|
306
306
|
"Bar": "Staaf",
|
|
307
307
|
"Stacked bar": "Gestapelde staaf",
|
|
308
308
|
"Column": "Kolom",
|
|
309
|
-
"Year over year (column)": "",
|
|
309
|
+
"Year over year (column)": "Jaar over jaar (kolom)",
|
|
310
310
|
"Stacked column": "Gestapelde kolom",
|
|
311
311
|
"Gauge": "Graadmeter",
|
|
312
312
|
"Line": "Lijn",
|
|
313
313
|
"Line list": "",
|
|
314
|
-
"Year over year (line)": "",
|
|
314
|
+
"Year over year (line)": "Jaar over jaar (lijn)",
|
|
315
315
|
"Pie": "Taart",
|
|
316
316
|
"Radar": "Radar",
|
|
317
317
|
"Scatter": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "دیتا",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "واحد سازمان",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "مالومات (ډاټا)",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "د سازمان واحد",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Dados",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unidade organizacional",
|
|
302
302
|
"Assigned Categories": "Categorias atribuídas",
|
|
303
303
|
"Pivot table": "Tabela Dinâmica",
|
|
304
304
|
"Area": "Área",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Dados",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unidade organizacional",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"{{thresholdFactor}} × Z-score low": "",
|
|
307
307
|
"{{thresholdFactor}} × Z-score high": "",
|
|
308
308
|
"Data": "Данные",
|
|
309
|
-
"Organisation
|
|
309
|
+
"Organisation unit": "Организационная единица",
|
|
310
310
|
"Assigned Categories": "Назначенные категории",
|
|
311
311
|
"Pivot table": "Сводная таблица",
|
|
312
312
|
"Area": "Диаграмма-области",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Data",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Organisationsenhet",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Dadus",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Unidade organizasional",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Иттилоот",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Воҳиди сохторӣ",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"{{thresholdFactor}} × Z-score low": "",
|
|
307
307
|
"{{thresholdFactor}} × Z-score high": "",
|
|
308
308
|
"Data": "Дані",
|
|
309
|
-
"Organisation
|
|
309
|
+
"Organisation unit": "Організаційний підрозділ",
|
|
310
310
|
"Assigned Categories": "",
|
|
311
311
|
"Pivot table": "Зведена таблиця",
|
|
312
312
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "ڈیٹا",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "تنظیم یونٹ",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "رقبہ",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Маълумот",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Ташкилий бўлим",
|
|
298
298
|
"Assigned Categories": "Белгиланган Категориялар",
|
|
299
299
|
"Pivot table": "Солиштирма жадвал",
|
|
300
300
|
"Area": "Майдон",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Maʼlumot",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Ташкилий бирлик",
|
|
298
298
|
"Assigned Categories": "Belgilangan Kategoriyalar",
|
|
299
299
|
"Pivot table": "Solishtirma jadval",
|
|
300
300
|
"Area": "Maydon",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Lấy dữ liệu",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Đơn vị",
|
|
298
298
|
"Assigned Categories": "Phân loại được chỉ định",
|
|
299
299
|
"Pivot table": "Bảng xoay",
|
|
300
300
|
"Area": "Khu vực",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}}×Z分数低",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}}×Z分数高",
|
|
296
296
|
"Data": "数据",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "机构",
|
|
298
298
|
"Assigned Categories": "指定的分类",
|
|
299
299
|
"Pivot table": "透视表",
|
|
300
300
|
"Area": "面积",
|
|
@@ -4,6 +4,7 @@ export const WEEKLYWED = 'WEEKLYWED';
|
|
|
4
4
|
export const WEEKLYTHU = 'WEEKLYTHU';
|
|
5
5
|
export const WEEKLYSAT = 'WEEKLYSAT';
|
|
6
6
|
export const WEEKLYSUN = 'WEEKLYSUN';
|
|
7
|
+
export const WEEKS_THIS_YEAR = 'WEEKS_THIS_YEAR';
|
|
7
8
|
export const BIWEEKLY = 'BIWEEKLY';
|
|
8
9
|
export const MONTHLY = 'MONTHLY';
|
|
9
10
|
export const BIMONTHLY = 'BIMONTHLY';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import i18n from '../../../locales/index.js';
|
|
2
|
-
import { DAILY, WEEKLY, BIWEEKLY, MONTHLY, BIMONTHLY, QUARTERLY, SIXMONTHLY, FINANCIAL, YEARLY } from './index.js';
|
|
2
|
+
import { DAILY, WEEKLY, BIWEEKLY, WEEKS_THIS_YEAR, MONTHLY, BIMONTHLY, QUARTERLY, SIXMONTHLY, FINANCIAL, YEARLY } from './index.js';
|
|
3
3
|
|
|
4
4
|
const getDaysPeriodType = () => [{
|
|
5
5
|
id: 'TODAY',
|
|
@@ -46,7 +46,7 @@ const getWeeksPeriodType = () => [{
|
|
|
46
46
|
id: 'LAST_52_WEEKS',
|
|
47
47
|
name: i18n.t('Last 52 weeks')
|
|
48
48
|
}, {
|
|
49
|
-
id:
|
|
49
|
+
id: WEEKS_THIS_YEAR,
|
|
50
50
|
name: i18n.t('Weeks this year')
|
|
51
51
|
}];
|
|
52
52
|
|
package/build/es/index.js
CHANGED
|
@@ -87,7 +87,7 @@ export { renderValue as formatValue } from './modules/renderValue.js'; // Utils:
|
|
|
87
87
|
|
|
88
88
|
export { COLOR_SET_DEFAULT, COLOR_SET_BRIGHT, COLOR_SET_DARK, COLOR_SET_GRAY, COLOR_SET_COLOR_BLIND, COLOR_SET_PATTERNS, colorSets } from './visualizations/util/colors/colorSets.js'; // Utils: periods
|
|
89
89
|
|
|
90
|
-
export { DAILY, WEEKLY, WEEKLYWED, WEEKLYTHU, WEEKLYSAT, WEEKLYSUN, BIWEEKLY, MONTHLY, BIMONTHLY, QUARTERLY, SIXMONTHLY, SIXMONTHLYAPR, YEARLY, FINANCIAL, FYNOV, FYOCT, FYJUL, FYAPR } from './components/PeriodDimension/utils/index.js';
|
|
90
|
+
export { DAILY, WEEKLY, WEEKLYWED, WEEKLYTHU, WEEKLYSAT, WEEKLYSUN, WEEKS_THIS_YEAR, BIWEEKLY, MONTHLY, BIMONTHLY, QUARTERLY, SIXMONTHLY, SIXMONTHLYAPR, YEARLY, FINANCIAL, FYNOV, FYOCT, FYJUL, FYAPR } from './components/PeriodDimension/utils/index.js';
|
|
91
91
|
export { getRelativePeriodsOptionsById } from './components/PeriodDimension/utils/relativePeriods.js';
|
|
92
92
|
export { getFixedPeriodsOptionsById } from './components/PeriodDimension/utils/fixedPeriods.js';
|
|
93
93
|
export { default as VisualizationOptions } from './components/Options/VisualizationOptions.js';
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"{{thresholdFactor}} × Z-score low": "",
|
|
315
315
|
"{{thresholdFactor}} × Z-score high": "",
|
|
316
316
|
"Data": "بيانات",
|
|
317
|
-
"Organisation
|
|
317
|
+
"Organisation unit": "الوحدة التنظيمية",
|
|
318
318
|
"Assigned Categories": "الفئات المعينة",
|
|
319
319
|
"Pivot table": "الجدول المحوري",
|
|
320
320
|
"Area": "مساحة",
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"{{thresholdFactor}} × Z-score low": "",
|
|
315
315
|
"{{thresholdFactor}} × Z-score high": "",
|
|
316
316
|
"Data": "البيانات",
|
|
317
|
-
"Organisation
|
|
317
|
+
"Organisation unit": "الوحدة التنظيمية",
|
|
318
318
|
"Assigned Categories": "",
|
|
319
319
|
"Pivot table": "الجدول المحوري",
|
|
320
320
|
"Area": "مساحة",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "يةكةي ريكخراو",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "ناوچە",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} × nízké Z-skóre",
|
|
307
307
|
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}} × Z-skóre vysoké",
|
|
308
308
|
"Data": "Data",
|
|
309
|
-
"Organisation
|
|
309
|
+
"Organisation unit": "Organizační jednotka",
|
|
310
310
|
"Assigned Categories": "Přiřazené kategorie",
|
|
311
311
|
"Pivot table": "Kontingenční tabulka",
|
|
312
312
|
"Area": "Oblast",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Datos",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unidad organizativa",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "Tabla dinámica",
|
|
304
304
|
"Area": "Área",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} × Z-score faible",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}} × Z-score élevé",
|
|
300
300
|
"Data": "Données",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unité d'organisation",
|
|
302
302
|
"Assigned Categories": "Catégories attribuées",
|
|
303
303
|
"Pivot table": "Tableau croisé dynamique",
|
|
304
304
|
"Area": "Aire",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}} × Z-skor rendah",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "{{ThresholdFactor}} × Z-skor tinggi",
|
|
296
296
|
"Data": "Data",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Unit organisasi",
|
|
298
298
|
"Assigned Categories": "Kategori yang Ditugaskan",
|
|
299
299
|
"Pivot table": "Tabel Pivot",
|
|
300
300
|
"Area": "Area",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Data",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "ផ្នែកនៃអង្គការ",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "ຂໍ້ມູນ",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "ຫົວໜ່ວຍການຈັດຕັ້ງ",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "အချက်အလက်",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Organisation unit",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Data",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Organisasjonsenhet",
|
|
302
302
|
"Assigned Categories": "Tildelte Kategorier",
|
|
303
303
|
"Pivot table": "Pivottabell",
|
|
304
304
|
"Area": "Areal",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"Metric type": "",
|
|
43
43
|
"All metrics": "",
|
|
44
44
|
"Move to {{axisName}}": "",
|
|
45
|
-
"Add to {{axisName}}": "",
|
|
45
|
+
"Add to {{axisName}}": "Voeg toe aan {{axisName}}",
|
|
46
46
|
"Not available for {{visualizationType}}": "",
|
|
47
47
|
"Remove Assigned Categories": "",
|
|
48
|
-
"Add Assigned Categories": "",
|
|
48
|
+
"Add Assigned Categories": "Voeg Toegewezen Categorieën toe",
|
|
49
49
|
"Remove": "Verwijderen",
|
|
50
|
-
"Filter dimensions": "",
|
|
51
|
-
"Main dimensions": "",
|
|
52
|
-
"Your dimensions": "",
|
|
50
|
+
"Filter dimensions": "Filter dimensies",
|
|
51
|
+
"Main dimensions": "Hoofddimensies",
|
|
52
|
+
"Your dimensions": "Uw dimensies",
|
|
53
53
|
"Dimension recommended with selected data": "",
|
|
54
|
-
"All items": "",
|
|
54
|
+
"All items": "Alle items",
|
|
55
55
|
"Automatically include all items": "",
|
|
56
56
|
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
57
57
|
"Manually select items...": "",
|
|
@@ -179,45 +179,45 @@
|
|
|
179
179
|
"Financial year (Start April)": "Financieel jaar (Start april)",
|
|
180
180
|
"Today": "Vandaag",
|
|
181
181
|
"Yesterday": "Gisteren",
|
|
182
|
-
"Last 3 days": "",
|
|
183
|
-
"Last 7 days": "",
|
|
184
|
-
"Last 14 days": "",
|
|
182
|
+
"Last 3 days": "Laatste 3 dagen",
|
|
183
|
+
"Last 7 days": "Laatste 7 dagen",
|
|
184
|
+
"Last 14 days": "Laatste 14 dagen",
|
|
185
185
|
"Last 30 days": "",
|
|
186
186
|
"Last 60 days": "",
|
|
187
187
|
"Last 90 days": "",
|
|
188
188
|
"Last 180 days": "",
|
|
189
|
-
"This week": "",
|
|
190
|
-
"Last week": "",
|
|
191
|
-
"Last 4 weeks": "",
|
|
192
|
-
"Last 12 weeks": "",
|
|
193
|
-
"Last 52 weeks": "",
|
|
194
|
-
"Weeks this year": "",
|
|
189
|
+
"This week": "Deze week",
|
|
190
|
+
"Last week": "Laatste week",
|
|
191
|
+
"Last 4 weeks": "Laatste 4 weken",
|
|
192
|
+
"Last 12 weeks": "Laatste 12 weken",
|
|
193
|
+
"Last 52 weeks": "Laatste 52 weken",
|
|
194
|
+
"Weeks this year": "Weken dit jaar",
|
|
195
195
|
"This bi-week": "",
|
|
196
196
|
"Last bi-week": "",
|
|
197
197
|
"Last 4 bi-weeks": "",
|
|
198
|
-
"This month": "",
|
|
199
|
-
"Last month": "",
|
|
200
|
-
"Last 3 months": "",
|
|
201
|
-
"Last 6 months": "",
|
|
202
|
-
"Last 12 months": "",
|
|
203
|
-
"Months this year": "",
|
|
198
|
+
"This month": "Deze maand",
|
|
199
|
+
"Last month": "Laatste maand",
|
|
200
|
+
"Last 3 months": "Laatste 3 maanden",
|
|
201
|
+
"Last 6 months": "Laatste 6 maanden",
|
|
202
|
+
"Last 12 months": "Laatste 12 maanden",
|
|
203
|
+
"Months this year": "Maanden dit jaar",
|
|
204
204
|
"This bi-month": "",
|
|
205
205
|
"Last bi-month": "",
|
|
206
206
|
"Last 6 bi-months": "",
|
|
207
207
|
"Bi-months this year": "",
|
|
208
|
-
"This quarter": "",
|
|
209
|
-
"Last quarter": "",
|
|
210
|
-
"Last 4 quarters": "",
|
|
211
|
-
"Quarters this year": "",
|
|
212
|
-
"This six-month": "",
|
|
213
|
-
"Last six-month": "",
|
|
208
|
+
"This quarter": "Dit kwartier",
|
|
209
|
+
"Last quarter": "Laatste kwartier",
|
|
210
|
+
"Last 4 quarters": "Laatste 4 kwartieren",
|
|
211
|
+
"Quarters this year": "Kwartieren dit jaar",
|
|
212
|
+
"This six-month": "Dit halfjaar",
|
|
213
|
+
"Last six-month": "Laatste halfjaar",
|
|
214
214
|
"Last 2 six-month": "",
|
|
215
|
-
"This financial year": "",
|
|
216
|
-
"Last financial year": "",
|
|
217
|
-
"Last 5 financial years": "",
|
|
218
|
-
"This year": "",
|
|
219
|
-
"Last year": "",
|
|
220
|
-
"Last 5 years": "",
|
|
215
|
+
"This financial year": "Dit financieel jaar",
|
|
216
|
+
"Last financial year": "Laatste financieel jaar",
|
|
217
|
+
"Last 5 financial years": "Laatste 5 financiële jaren",
|
|
218
|
+
"This year": "Dit jaar",
|
|
219
|
+
"Last year": "Laatste jaar",
|
|
220
|
+
"Last 5 years": "Laatste 5 jaren",
|
|
221
221
|
"Last 10 years": "",
|
|
222
222
|
"Days": "",
|
|
223
223
|
"Weeks": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Gegevens",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Organisatieëenheid",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "Oppervlakte",
|
|
@@ -306,12 +306,12 @@
|
|
|
306
306
|
"Bar": "Staaf",
|
|
307
307
|
"Stacked bar": "Gestapelde staaf",
|
|
308
308
|
"Column": "Kolom",
|
|
309
|
-
"Year over year (column)": "",
|
|
309
|
+
"Year over year (column)": "Jaar over jaar (kolom)",
|
|
310
310
|
"Stacked column": "Gestapelde kolom",
|
|
311
311
|
"Gauge": "Graadmeter",
|
|
312
312
|
"Line": "Lijn",
|
|
313
313
|
"Line list": "",
|
|
314
|
-
"Year over year (line)": "",
|
|
314
|
+
"Year over year (line)": "Jaar over jaar (lijn)",
|
|
315
315
|
"Pie": "Taart",
|
|
316
316
|
"Radar": "Radar",
|
|
317
317
|
"Scatter": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "دیتا",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "واحد سازمان",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "مالومات (ډاټا)",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "د سازمان واحد",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Dados",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unidade organizacional",
|
|
302
302
|
"Assigned Categories": "Categorias atribuídas",
|
|
303
303
|
"Pivot table": "Tabela Dinâmica",
|
|
304
304
|
"Area": "Área",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Dados",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Unidade organizacional",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"{{thresholdFactor}} × Z-score low": "",
|
|
307
307
|
"{{thresholdFactor}} × Z-score high": "",
|
|
308
308
|
"Data": "Данные",
|
|
309
|
-
"Organisation
|
|
309
|
+
"Organisation unit": "Организационная единица",
|
|
310
310
|
"Assigned Categories": "Назначенные категории",
|
|
311
311
|
"Pivot table": "Сводная таблица",
|
|
312
312
|
"Area": "Диаграмма-области",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Data",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Organisationsenhet",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Dadus",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Unidade organizasional",
|
|
298
298
|
"Assigned Categories": "",
|
|
299
299
|
"Pivot table": "",
|
|
300
300
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "Иттилоот",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "Воҳиди сохторӣ",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "",
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"{{thresholdFactor}} × Z-score low": "",
|
|
307
307
|
"{{thresholdFactor}} × Z-score high": "",
|
|
308
308
|
"Data": "Дані",
|
|
309
|
-
"Organisation
|
|
309
|
+
"Organisation unit": "Організаційний підрозділ",
|
|
310
310
|
"Assigned Categories": "",
|
|
311
311
|
"Pivot table": "Зведена таблиця",
|
|
312
312
|
"Area": "",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"{{thresholdFactor}} × Z-score low": "",
|
|
299
299
|
"{{thresholdFactor}} × Z-score high": "",
|
|
300
300
|
"Data": "ڈیٹا",
|
|
301
|
-
"Organisation
|
|
301
|
+
"Organisation unit": "تنظیم یونٹ",
|
|
302
302
|
"Assigned Categories": "",
|
|
303
303
|
"Pivot table": "",
|
|
304
304
|
"Area": "رقبہ",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Маълумот",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Ташкилий бўлим",
|
|
298
298
|
"Assigned Categories": "Белгиланган Категориялар",
|
|
299
299
|
"Pivot table": "Солиштирма жадвал",
|
|
300
300
|
"Area": "Майдон",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Maʼlumot",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Ташкилий бирлик",
|
|
298
298
|
"Assigned Categories": "Belgilangan Kategoriyalar",
|
|
299
299
|
"Pivot table": "Solishtirma jadval",
|
|
300
300
|
"Area": "Maydon",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "",
|
|
296
296
|
"Data": "Lấy dữ liệu",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "Đơn vị",
|
|
298
298
|
"Assigned Categories": "Phân loại được chỉ định",
|
|
299
299
|
"Pivot table": "Bảng xoay",
|
|
300
300
|
"Area": "Khu vực",
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
"{{thresholdFactor}} × Z-score low": "{{thresholdFactor}}×Z分数低",
|
|
295
295
|
"{{thresholdFactor}} × Z-score high": "{{thresholdFactor}}×Z分数高",
|
|
296
296
|
"Data": "数据",
|
|
297
|
-
"Organisation
|
|
297
|
+
"Organisation unit": "机构",
|
|
298
298
|
"Assigned Categories": "指定的分类",
|
|
299
299
|
"Pivot table": "透视表",
|
|
300
300
|
"Area": "面积",
|