@dhis2/analytics 29.0.2 → 29.0.4
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/build/cjs/locales/ar/translations.json +12 -1
- package/build/cjs/locales/ar_IQ/translations.json +3 -1
- package/build/cjs/locales/ckb/translations.json +32 -12
- package/build/cjs/locales/cs/translations.json +46 -35
- package/build/cjs/locales/en_US/translations.json +478 -0
- package/build/cjs/locales/es/translations.json +13 -2
- package/build/cjs/locales/es_419/translations.json +14 -1
- package/build/cjs/locales/fr/translations.json +160 -149
- package/build/cjs/locales/hi_IN/translations.json +62 -42
- package/build/cjs/locales/id/translations.json +12 -1
- package/build/cjs/locales/index.js +66 -64
- package/build/cjs/locales/km/translations.json +84 -64
- package/build/cjs/locales/lo/translations.json +17 -6
- package/build/cjs/locales/my/translations.json +4 -0
- package/build/cjs/locales/nb/translations.json +12 -1
- package/build/cjs/locales/nl/translations.json +14 -1
- package/build/cjs/locales/prs/translations.json +12 -1
- package/build/cjs/locales/ps/translations.json +12 -1
- package/build/cjs/locales/pt/translations.json +12 -1
- package/build/cjs/locales/pt_BR/translations.json +13 -2
- package/build/cjs/locales/ru/translations.json +12 -1
- package/build/cjs/locales/tet/translations.json +12 -1
- package/build/cjs/locales/tg/translations.json +2 -0
- package/build/cjs/locales/uk/translations.json +12 -1
- package/build/cjs/locales/ur/translations.json +12 -1
- package/build/cjs/locales/uz_UZ_Cyrl/translations.json +12 -1
- package/build/cjs/locales/uz_UZ_Latn/translations.json +12 -1
- package/build/cjs/locales/vi/translations.json +38 -27
- package/build/cjs/locales/zh/translations.json +12 -1
- package/build/cjs/locales/zh_CN/translations.json +12 -1
- package/build/cjs/modules/pivotTable/useParentSize.js +6 -9
- package/build/es/locales/ar/translations.json +12 -1
- package/build/es/locales/ar_IQ/translations.json +3 -1
- package/build/es/locales/ckb/translations.json +32 -12
- package/build/es/locales/cs/translations.json +46 -35
- package/build/es/locales/en_US/translations.json +478 -0
- package/build/es/locales/es/translations.json +13 -2
- package/build/es/locales/es_419/translations.json +14 -1
- package/build/es/locales/fr/translations.json +160 -149
- package/build/es/locales/hi_IN/translations.json +62 -42
- package/build/es/locales/id/translations.json +12 -1
- package/build/es/locales/index.js +2 -0
- package/build/es/locales/km/translations.json +84 -64
- package/build/es/locales/lo/translations.json +17 -6
- package/build/es/locales/my/translations.json +4 -0
- package/build/es/locales/nb/translations.json +12 -1
- package/build/es/locales/nl/translations.json +14 -1
- package/build/es/locales/prs/translations.json +12 -1
- package/build/es/locales/ps/translations.json +12 -1
- package/build/es/locales/pt/translations.json +12 -1
- package/build/es/locales/pt_BR/translations.json +13 -2
- package/build/es/locales/ru/translations.json +12 -1
- package/build/es/locales/tet/translations.json +12 -1
- package/build/es/locales/tg/translations.json +2 -0
- package/build/es/locales/uk/translations.json +12 -1
- package/build/es/locales/ur/translations.json +12 -1
- package/build/es/locales/uz_UZ_Cyrl/translations.json +12 -1
- package/build/es/locales/uz_UZ_Latn/translations.json +12 -1
- package/build/es/locales/vi/translations.json +38 -27
- package/build/es/locales/zh/translations.json +12 -1
- package/build/es/locales/zh_CN/translations.json +12 -1
- package/build/es/modules/pivotTable/useParentSize.js +6 -9
- package/package.json +1 -1
|
@@ -38,18 +38,13 @@
|
|
|
38
38
|
"Yes, delete": "",
|
|
39
39
|
"Totals only": "",
|
|
40
40
|
"Details only": "",
|
|
41
|
-
"Loading": "",
|
|
42
|
-
"Data elements": "",
|
|
41
|
+
"Loading": "लोड हो रहा है",
|
|
42
|
+
"Data elements": "डेटा एलिमेंट्स",
|
|
43
43
|
"Search by data element name": "",
|
|
44
44
|
"No data elements found for \"{{- searchTerm}}\"": "",
|
|
45
45
|
"No data elements found": "",
|
|
46
46
|
"Drag items here, or double click in the list, to start building a calculation formula": "",
|
|
47
47
|
"Math operators": "",
|
|
48
|
-
"Data Type": "",
|
|
49
|
-
"Only {{dataType}} can be used in {{visType}}": "",
|
|
50
|
-
"All types": "",
|
|
51
|
-
"Disaggregation": "",
|
|
52
|
-
"No data": "",
|
|
53
48
|
"Expression description": "",
|
|
54
49
|
"Error loading value": "",
|
|
55
50
|
"None": "कोई नहीं",
|
|
@@ -90,7 +85,7 @@
|
|
|
90
85
|
"Created date": "",
|
|
91
86
|
"Created by": "",
|
|
92
87
|
"Custom": "",
|
|
93
|
-
"Program": "",
|
|
88
|
+
"Program": "प्रोग्राम",
|
|
94
89
|
"Analytics type": "",
|
|
95
90
|
"Enrollment": "",
|
|
96
91
|
"Event": "",
|
|
@@ -98,9 +93,24 @@
|
|
|
98
93
|
"{{ offsetPeriodType }} × {{ offsetPeriods }}": "",
|
|
99
94
|
"Expression": "",
|
|
100
95
|
"Filter": "",
|
|
96
|
+
"All available options are already selected": "",
|
|
97
|
+
"No available options for this item": "",
|
|
98
|
+
"Search by option name": "",
|
|
99
|
+
"Back to all items": "",
|
|
100
|
+
"Options": "ऑप्शन्स",
|
|
101
|
+
"Selected items": "",
|
|
102
|
+
"Data Type": "",
|
|
103
|
+
"Only {{dataType}} can be used in {{visType}}": "",
|
|
104
|
+
"All types": "",
|
|
105
|
+
"Disaggregation": "",
|
|
106
|
+
"No data": "कोई डेटा नहीं",
|
|
101
107
|
"Search by data item name": "",
|
|
102
|
-
"No items selected": "",
|
|
103
108
|
"Selected Items": "",
|
|
109
|
+
"All available items are already selected": "",
|
|
110
|
+
"Calculation": "",
|
|
111
|
+
"Metric type": "",
|
|
112
|
+
"All metrics": "",
|
|
113
|
+
"No items selected": "",
|
|
104
114
|
"No indicators found": "",
|
|
105
115
|
"No data sets found": "",
|
|
106
116
|
"No event data items found": "",
|
|
@@ -112,9 +122,7 @@
|
|
|
112
122
|
"No program indicators found for \"{{- searchTerm}}\"": "",
|
|
113
123
|
"No calculations found for \"{{- searchTerm}}\"": "",
|
|
114
124
|
"Nothing found for \"{{- searchTerm}}\"": "",
|
|
115
|
-
"
|
|
116
|
-
"Metric type": "",
|
|
117
|
-
"All metrics": "",
|
|
125
|
+
"Click to choose from available options": "",
|
|
118
126
|
"Move to {{axisName}}": "",
|
|
119
127
|
"Add to {{axisName}}": "",
|
|
120
128
|
"Not available for {{visualizationType}}": "",
|
|
@@ -130,13 +138,12 @@
|
|
|
130
138
|
"Select all {{- dimensionTitle}} items. With this option, new items added in the future will be automatically included.": "",
|
|
131
139
|
"Manually select items...": "",
|
|
132
140
|
"Nothing found in {{- dimensionTitle}}": "",
|
|
133
|
-
"Search": "",
|
|
134
|
-
"Nothing found for {{- searchTerm}}": "",
|
|
141
|
+
"Search": "सर्च करें / खोजें",
|
|
135
142
|
"Delete {{fileType}}": "",
|
|
136
143
|
"This {{fileType}} and related interpretations will be deleted. Continue?": "",
|
|
137
144
|
"Delete": "हटाएं",
|
|
138
145
|
"File": "",
|
|
139
|
-
"New": "",
|
|
146
|
+
"New": "नया",
|
|
140
147
|
"Open…": "",
|
|
141
148
|
"Save": "सहेजें",
|
|
142
149
|
"Save…": "",
|
|
@@ -146,6 +153,7 @@
|
|
|
146
153
|
"Share…": "",
|
|
147
154
|
"Get link…": "",
|
|
148
155
|
"Open in this app": "",
|
|
156
|
+
"Copy to clipboard": "",
|
|
149
157
|
"Close": "बंद करें",
|
|
150
158
|
"Rename {{fileType}}": "",
|
|
151
159
|
"Rename": "",
|
|
@@ -155,10 +163,15 @@
|
|
|
155
163
|
"line list": "",
|
|
156
164
|
"map": "",
|
|
157
165
|
"visualization": "",
|
|
166
|
+
"Untitled {{visualizationType}}, {{date}}": "",
|
|
167
|
+
"Back to all interpretations": "",
|
|
168
|
+
"Could not load interpretation details": "",
|
|
169
|
+
"The request to fetch interpretation comments failed": "",
|
|
158
170
|
"Edit": "संपादन करें",
|
|
159
171
|
"Write a reply": "",
|
|
172
|
+
"Could not post reply": "",
|
|
160
173
|
"Post reply": "",
|
|
161
|
-
"
|
|
174
|
+
"Could not delete comment": "",
|
|
162
175
|
"Could not update comment": "",
|
|
163
176
|
"Enter comment text": "",
|
|
164
177
|
"Update": "अपडेट करें",
|
|
@@ -167,9 +180,12 @@
|
|
|
167
180
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
168
181
|
"Hide interpretation": "",
|
|
169
182
|
"Write an interpretation": "",
|
|
183
|
+
"Could not post interpretation": "",
|
|
170
184
|
"Other people viewing this interpretation in the future may see more data.": "",
|
|
171
185
|
"Post interpretation": "",
|
|
172
186
|
"Interpretations": "",
|
|
187
|
+
"Error loading interpretations": "",
|
|
188
|
+
"Could not load interpretations": "",
|
|
173
189
|
"Reply": "",
|
|
174
190
|
"{{count}} replies": "",
|
|
175
191
|
"{{count}} replies_plural": "",
|
|
@@ -179,17 +195,19 @@
|
|
|
179
195
|
"See interpretation": "",
|
|
180
196
|
"Open in app": "",
|
|
181
197
|
"Share": "साझा करें",
|
|
198
|
+
"Could not delete interpretation": "",
|
|
182
199
|
"Manage sharing": "",
|
|
200
|
+
"Could not update interpretation text": "",
|
|
183
201
|
"Could not update interpretation": "",
|
|
184
202
|
"Enter interpretation text": "",
|
|
185
203
|
"Not available offline": "",
|
|
186
|
-
"Anyone": "",
|
|
204
|
+
"Anyone": "कोई भी",
|
|
187
205
|
"Only you": "",
|
|
188
206
|
"Others": "",
|
|
189
207
|
"Not supported by this app yet": "",
|
|
190
208
|
"Filter by name": "",
|
|
191
209
|
"Created": "",
|
|
192
|
-
"Last updated": "",
|
|
210
|
+
"Last updated": "अंतिम अपडेट",
|
|
193
211
|
"Clear filters": "",
|
|
194
212
|
"{{firstItemIndex}}-{{lastItemIndex}} of {{totalNumberOfItems}}": "",
|
|
195
213
|
"Open": "",
|
|
@@ -197,7 +215,7 @@
|
|
|
197
215
|
"There was a problem loading items. Try again or contact your system administrator.": "",
|
|
198
216
|
"No items found. Create a new to get started.": "",
|
|
199
217
|
"No items found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
200
|
-
"Create new": "",
|
|
218
|
+
"Create new": "नया बनाएँ",
|
|
201
219
|
"Open a visualization": "",
|
|
202
220
|
"Loading visualizations": "",
|
|
203
221
|
"Couldn't load visualizations": "",
|
|
@@ -219,7 +237,6 @@
|
|
|
219
237
|
"No line lists found. Click New line list to get started.": "",
|
|
220
238
|
"No line lists found. Try adjusting your search or filter options to find what you're looking for.": "",
|
|
221
239
|
"New line list": "",
|
|
222
|
-
"Options": "",
|
|
223
240
|
"Hide": "",
|
|
224
241
|
"{{count}} org units": "",
|
|
225
242
|
"{{count}} org units_plural": "",
|
|
@@ -242,19 +259,19 @@
|
|
|
242
259
|
"Relative periods": "",
|
|
243
260
|
"Fixed periods": "",
|
|
244
261
|
"No periods selected": "",
|
|
245
|
-
"Daily": "",
|
|
246
|
-
"Weekly": "",
|
|
247
|
-
"Weekly (Start Wednesday)": "",
|
|
248
|
-
"Weekly (Start Thursday)": "",
|
|
249
|
-
"Weekly (Start Saturday)": "",
|
|
250
|
-
"Weekly (Start Sunday)": "",
|
|
262
|
+
"Daily": "रोज़ाना",
|
|
263
|
+
"Weekly": "साप्ताहिक",
|
|
264
|
+
"Weekly (Start Wednesday)": "साप्ताहिक (बुधवार से शुरू)",
|
|
265
|
+
"Weekly (Start Thursday)": "साप्ताहिक (गुरुवार से शुरू)",
|
|
266
|
+
"Weekly (Start Saturday)": "साप्ताहिक (शनिवार से शुरू)",
|
|
267
|
+
"Weekly (Start Sunday)": "साप्ताहिक (रविवार से शुरू)",
|
|
251
268
|
"Bi-weekly": "",
|
|
252
|
-
"Monthly": "",
|
|
269
|
+
"Monthly": "मासिक",
|
|
253
270
|
"Bi-monthly": "",
|
|
254
271
|
"Quarterly": "",
|
|
255
272
|
"Six-monthly": "",
|
|
256
273
|
"Six-monthly April": "",
|
|
257
|
-
"Yearly": "",
|
|
274
|
+
"Yearly": "वार्षिक",
|
|
258
275
|
"Financial year (Start November)": "",
|
|
259
276
|
"Financial year (Start October)": "",
|
|
260
277
|
"Financial year (Start July)": "",
|
|
@@ -277,11 +294,11 @@
|
|
|
277
294
|
"This bi-week": "",
|
|
278
295
|
"Last bi-week": "",
|
|
279
296
|
"Last 4 bi-weeks": "",
|
|
280
|
-
"This month": "",
|
|
281
|
-
"Last month": "",
|
|
282
|
-
"Last 3 months": "",
|
|
297
|
+
"This month": "इस महीने",
|
|
298
|
+
"Last month": "पिछला महीना",
|
|
299
|
+
"Last 3 months": "पिछले 3 महीने",
|
|
283
300
|
"Last 6 months": "",
|
|
284
|
-
"Last 12 months": "",
|
|
301
|
+
"Last 12 months": "पिछले 12 महीने",
|
|
285
302
|
"Months this year": "",
|
|
286
303
|
"This bi-month": "",
|
|
287
304
|
"Last bi-month": "",
|
|
@@ -292,24 +309,24 @@
|
|
|
292
309
|
"Last 4 quarters": "",
|
|
293
310
|
"Quarters this year": "",
|
|
294
311
|
"This six-month": "",
|
|
295
|
-
"Last six-month": "",
|
|
312
|
+
"Last six-month": "पिछला छः-मासिक",
|
|
296
313
|
"Last 2 six-month": "",
|
|
297
314
|
"This financial year": "",
|
|
298
315
|
"Last financial year": "",
|
|
299
316
|
"Last 5 financial years": "",
|
|
300
|
-
"This year": "",
|
|
301
|
-
"Last year": "",
|
|
302
|
-
"Last 5 years": "",
|
|
317
|
+
"This year": "इस वर्ष",
|
|
318
|
+
"Last year": "पिछला वर्ष",
|
|
319
|
+
"Last 5 years": "पिछले 5 वर्ष",
|
|
303
320
|
"Last 10 years": "",
|
|
304
321
|
"Days": "दिन",
|
|
305
322
|
"Weeks": "",
|
|
306
323
|
"Bi-weeks": "",
|
|
307
|
-
"Months": "",
|
|
324
|
+
"Months": "महीने",
|
|
308
325
|
"Bi-months": "",
|
|
309
326
|
"Quarters": "",
|
|
310
327
|
"Six-months": "",
|
|
311
328
|
"Financial Years": "",
|
|
312
|
-
"Years": "",
|
|
329
|
+
"Years": "वर्ष",
|
|
313
330
|
"Value: {{value}}": "",
|
|
314
331
|
"Bold text": "",
|
|
315
332
|
"Italic text": "",
|
|
@@ -331,7 +348,7 @@
|
|
|
331
348
|
"Too many results. Try refining the search.": "",
|
|
332
349
|
"Search for a user": "",
|
|
333
350
|
"Searching for \"{{- searchText}}\"": "",
|
|
334
|
-
"No results found": "",
|
|
351
|
+
"No results found": "कोई परिणाम नहीं मिला",
|
|
335
352
|
"Series": "",
|
|
336
353
|
"Category": "",
|
|
337
354
|
"Columns": "",
|
|
@@ -363,6 +380,7 @@
|
|
|
363
380
|
"Program indicators": "",
|
|
364
381
|
"Program indicator": "",
|
|
365
382
|
"Calculations": "",
|
|
383
|
+
"Option": "",
|
|
366
384
|
"Number": "",
|
|
367
385
|
"Formula is empty. Add items to the formula from the lists on the left.": "",
|
|
368
386
|
"Consecutive math operators": "",
|
|
@@ -398,9 +416,10 @@
|
|
|
398
416
|
"{{thresholdFactor}} × Z-score low": "",
|
|
399
417
|
"{{thresholdFactor}} × Z-score high": "",
|
|
400
418
|
"Not applicable": "",
|
|
401
|
-
"Data": "",
|
|
419
|
+
"Data": "डेटा",
|
|
402
420
|
"Organisation unit": "",
|
|
403
421
|
"Assigned Categories": "",
|
|
422
|
+
"No value": "",
|
|
404
423
|
"Text": "",
|
|
405
424
|
"Long text": "",
|
|
406
425
|
"Multi text": "",
|
|
@@ -409,9 +428,9 @@
|
|
|
409
428
|
"Email": "",
|
|
410
429
|
"Yes/No": "",
|
|
411
430
|
"Yes Only": "",
|
|
412
|
-
"Date": "",
|
|
431
|
+
"Date": "तारीख",
|
|
413
432
|
"Date & Time": "",
|
|
414
|
-
"Time": "",
|
|
433
|
+
"Time": "समय",
|
|
415
434
|
"Unit interval": "",
|
|
416
435
|
"Percentage": "",
|
|
417
436
|
"Integer": "",
|
|
@@ -444,6 +463,7 @@
|
|
|
444
463
|
"Single value": "",
|
|
445
464
|
"Outlier table": "",
|
|
446
465
|
"All charts": "",
|
|
466
|
+
"Map": "",
|
|
447
467
|
"{{seriesName}} (trend)": "",
|
|
448
468
|
"Trend": "",
|
|
449
469
|
"No legend for this series": "",
|
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
"Share…": "Bagikan…",
|
|
153
153
|
"Get link…": "Dapatkan tautan…",
|
|
154
154
|
"Open in this app": "Buka di aplikasi ini",
|
|
155
|
+
"Copy to clipboard": "Menyalin ke clipboard",
|
|
155
156
|
"Close": "Tutup",
|
|
156
157
|
"Rename {{fileType}}": "Ganti nama {{fileType}}",
|
|
157
158
|
"Rename": "Ganti nama",
|
|
@@ -162,10 +163,14 @@
|
|
|
162
163
|
"map": "",
|
|
163
164
|
"visualization": "",
|
|
164
165
|
"Untitled {{visualizationType}}, {{date}}": "",
|
|
166
|
+
"Back to all interpretations": "",
|
|
167
|
+
"Could not load interpretation details": "",
|
|
168
|
+
"The request to fetch interpretation comments failed": "",
|
|
165
169
|
"Edit": "Sunting",
|
|
166
170
|
"Write a reply": "",
|
|
171
|
+
"Could not post reply": "",
|
|
167
172
|
"Post reply": "",
|
|
168
|
-
"
|
|
173
|
+
"Could not delete comment": "",
|
|
169
174
|
"Could not update comment": "",
|
|
170
175
|
"Enter comment text": "",
|
|
171
176
|
"Update": "Perbarui",
|
|
@@ -174,9 +179,12 @@
|
|
|
174
179
|
"The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
|
|
175
180
|
"Hide interpretation": "",
|
|
176
181
|
"Write an interpretation": "",
|
|
182
|
+
"Could not post interpretation": "",
|
|
177
183
|
"Other people viewing this interpretation in the future may see more data.": "",
|
|
178
184
|
"Post interpretation": "",
|
|
179
185
|
"Interpretations": "Interpretasi",
|
|
186
|
+
"Error loading interpretations": "",
|
|
187
|
+
"Could not load interpretations": "",
|
|
180
188
|
"Reply": "Balas",
|
|
181
189
|
"{{count}} replies": "balasan {{count}} ",
|
|
182
190
|
"View replies": "",
|
|
@@ -185,7 +193,9 @@
|
|
|
185
193
|
"See interpretation": "",
|
|
186
194
|
"Open in app": "",
|
|
187
195
|
"Share": "Bagikan",
|
|
196
|
+
"Could not delete interpretation": "",
|
|
188
197
|
"Manage sharing": "",
|
|
198
|
+
"Could not update interpretation text": "",
|
|
189
199
|
"Could not update interpretation": "",
|
|
190
200
|
"Enter interpretation text": "",
|
|
191
201
|
"Not available offline": "",
|
|
@@ -404,6 +414,7 @@
|
|
|
404
414
|
"Data": "Data",
|
|
405
415
|
"Organisation unit": "Unit organisasi",
|
|
406
416
|
"Assigned Categories": "Kategori yang Ditugaskan",
|
|
417
|
+
"No value": "NO_VALUE",
|
|
407
418
|
"Text": "",
|
|
408
419
|
"Long text": "",
|
|
409
420
|
"Multi text": "",
|
|
@@ -13,38 +13,39 @@ var _translations5 = _interopRequireDefault(require("./ckb/translations.json"));
|
|
|
13
13
|
var _translations6 = _interopRequireDefault(require("./cs/translations.json"));
|
|
14
14
|
var _translations7 = _interopRequireDefault(require("./da/translations.json"));
|
|
15
15
|
var _translations8 = _interopRequireDefault(require("./en/translations.json"));
|
|
16
|
-
var _translations9 = _interopRequireDefault(require("./
|
|
17
|
-
var _translations0 = _interopRequireDefault(require("./
|
|
18
|
-
var _translations1 = _interopRequireDefault(require("./
|
|
19
|
-
var _translations10 = _interopRequireDefault(require("./
|
|
20
|
-
var _translations11 = _interopRequireDefault(require("./
|
|
21
|
-
var _translations12 = _interopRequireDefault(require("./
|
|
22
|
-
var _translations13 = _interopRequireDefault(require("./
|
|
23
|
-
var _translations14 = _interopRequireDefault(require("./
|
|
24
|
-
var _translations15 = _interopRequireDefault(require("./
|
|
25
|
-
var _translations16 = _interopRequireDefault(require("./
|
|
26
|
-
var _translations17 = _interopRequireDefault(require("./
|
|
27
|
-
var _translations18 = _interopRequireDefault(require("./
|
|
28
|
-
var _translations19 = _interopRequireDefault(require("./
|
|
29
|
-
var _translations20 = _interopRequireDefault(require("./
|
|
30
|
-
var _translations21 = _interopRequireDefault(require("./
|
|
31
|
-
var _translations22 = _interopRequireDefault(require("./
|
|
32
|
-
var _translations23 = _interopRequireDefault(require("./
|
|
33
|
-
var _translations24 = _interopRequireDefault(require("./
|
|
34
|
-
var _translations25 = _interopRequireDefault(require("./
|
|
35
|
-
var _translations26 = _interopRequireDefault(require("./
|
|
36
|
-
var _translations27 = _interopRequireDefault(require("./
|
|
37
|
-
var _translations28 = _interopRequireDefault(require("./
|
|
38
|
-
var _translations29 = _interopRequireDefault(require("./
|
|
39
|
-
var _translations30 = _interopRequireDefault(require("./
|
|
40
|
-
var _translations31 = _interopRequireDefault(require("./
|
|
41
|
-
var _translations32 = _interopRequireDefault(require("./
|
|
42
|
-
var _translations33 = _interopRequireDefault(require("./
|
|
43
|
-
var _translations34 = _interopRequireDefault(require("./
|
|
44
|
-
var _translations35 = _interopRequireDefault(require("./
|
|
45
|
-
var _translations36 = _interopRequireDefault(require("./
|
|
46
|
-
var _translations37 = _interopRequireDefault(require("./
|
|
47
|
-
var _translations38 = _interopRequireDefault(require("./
|
|
16
|
+
var _translations9 = _interopRequireDefault(require("./en_US/translations.json"));
|
|
17
|
+
var _translations0 = _interopRequireDefault(require("./es/translations.json"));
|
|
18
|
+
var _translations1 = _interopRequireDefault(require("./es_419/translations.json"));
|
|
19
|
+
var _translations10 = _interopRequireDefault(require("./fr/translations.json"));
|
|
20
|
+
var _translations11 = _interopRequireDefault(require("./hi_IN/translations.json"));
|
|
21
|
+
var _translations12 = _interopRequireDefault(require("./id/translations.json"));
|
|
22
|
+
var _translations13 = _interopRequireDefault(require("./km/translations.json"));
|
|
23
|
+
var _translations14 = _interopRequireDefault(require("./lo/translations.json"));
|
|
24
|
+
var _translations15 = _interopRequireDefault(require("./my/translations.json"));
|
|
25
|
+
var _translations16 = _interopRequireDefault(require("./nb/translations.json"));
|
|
26
|
+
var _translations17 = _interopRequireDefault(require("./ne/translations.json"));
|
|
27
|
+
var _translations18 = _interopRequireDefault(require("./nl/translations.json"));
|
|
28
|
+
var _translations19 = _interopRequireDefault(require("./or/translations.json"));
|
|
29
|
+
var _translations20 = _interopRequireDefault(require("./prs/translations.json"));
|
|
30
|
+
var _translations21 = _interopRequireDefault(require("./ps/translations.json"));
|
|
31
|
+
var _translations22 = _interopRequireDefault(require("./pt/translations.json"));
|
|
32
|
+
var _translations23 = _interopRequireDefault(require("./pt_BR/translations.json"));
|
|
33
|
+
var _translations24 = _interopRequireDefault(require("./ro/translations.json"));
|
|
34
|
+
var _translations25 = _interopRequireDefault(require("./ru/translations.json"));
|
|
35
|
+
var _translations26 = _interopRequireDefault(require("./si/translations.json"));
|
|
36
|
+
var _translations27 = _interopRequireDefault(require("./sv/translations.json"));
|
|
37
|
+
var _translations28 = _interopRequireDefault(require("./tet/translations.json"));
|
|
38
|
+
var _translations29 = _interopRequireDefault(require("./tg/translations.json"));
|
|
39
|
+
var _translations30 = _interopRequireDefault(require("./th/translations.json"));
|
|
40
|
+
var _translations31 = _interopRequireDefault(require("./uk/translations.json"));
|
|
41
|
+
var _translations32 = _interopRequireDefault(require("./ur/translations.json"));
|
|
42
|
+
var _translations33 = _interopRequireDefault(require("./uz_Cyrl/translations.json"));
|
|
43
|
+
var _translations34 = _interopRequireDefault(require("./uz_Latn/translations.json"));
|
|
44
|
+
var _translations35 = _interopRequireDefault(require("./uz_UZ_Cyrl/translations.json"));
|
|
45
|
+
var _translations36 = _interopRequireDefault(require("./uz_UZ_Latn/translations.json"));
|
|
46
|
+
var _translations37 = _interopRequireDefault(require("./vi/translations.json"));
|
|
47
|
+
var _translations38 = _interopRequireDefault(require("./zh/translations.json"));
|
|
48
|
+
var _translations39 = _interopRequireDefault(require("./zh_CN/translations.json"));
|
|
48
49
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
49
50
|
//------------------------------------------------------------------------------
|
|
50
51
|
// <auto-generated>
|
|
@@ -64,36 +65,37 @@ _d2I18n.default.addResources('ckb', namespace, _translations5.default);
|
|
|
64
65
|
_d2I18n.default.addResources('cs', namespace, _translations6.default);
|
|
65
66
|
_d2I18n.default.addResources('da', namespace, _translations7.default);
|
|
66
67
|
_d2I18n.default.addResources('en', namespace, _translations8.default);
|
|
67
|
-
_d2I18n.default.addResources('
|
|
68
|
-
_d2I18n.default.addResources('
|
|
69
|
-
_d2I18n.default.addResources('
|
|
70
|
-
_d2I18n.default.addResources('
|
|
71
|
-
_d2I18n.default.addResources('
|
|
72
|
-
_d2I18n.default.addResources('
|
|
73
|
-
_d2I18n.default.addResources('
|
|
74
|
-
_d2I18n.default.addResources('
|
|
75
|
-
_d2I18n.default.addResources('
|
|
76
|
-
_d2I18n.default.addResources('
|
|
77
|
-
_d2I18n.default.addResources('
|
|
78
|
-
_d2I18n.default.addResources('
|
|
79
|
-
_d2I18n.default.addResources('
|
|
80
|
-
_d2I18n.default.addResources('
|
|
81
|
-
_d2I18n.default.addResources('
|
|
82
|
-
_d2I18n.default.addResources('
|
|
83
|
-
_d2I18n.default.addResources('
|
|
84
|
-
_d2I18n.default.addResources('
|
|
85
|
-
_d2I18n.default.addResources('
|
|
86
|
-
_d2I18n.default.addResources('
|
|
87
|
-
_d2I18n.default.addResources('
|
|
88
|
-
_d2I18n.default.addResources('
|
|
89
|
-
_d2I18n.default.addResources('
|
|
90
|
-
_d2I18n.default.addResources('
|
|
91
|
-
_d2I18n.default.addResources('
|
|
92
|
-
_d2I18n.default.addResources('
|
|
93
|
-
_d2I18n.default.addResources('
|
|
94
|
-
_d2I18n.default.addResources('
|
|
95
|
-
_d2I18n.default.addResources('
|
|
96
|
-
_d2I18n.default.addResources('
|
|
97
|
-
_d2I18n.default.addResources('
|
|
98
|
-
_d2I18n.default.addResources('
|
|
68
|
+
_d2I18n.default.addResources('en_US', namespace, _translations9.default);
|
|
69
|
+
_d2I18n.default.addResources('es', namespace, _translations0.default);
|
|
70
|
+
_d2I18n.default.addResources('es_419', namespace, _translations1.default);
|
|
71
|
+
_d2I18n.default.addResources('fr', namespace, _translations10.default);
|
|
72
|
+
_d2I18n.default.addResources('hi_IN', namespace, _translations11.default);
|
|
73
|
+
_d2I18n.default.addResources('id', namespace, _translations12.default);
|
|
74
|
+
_d2I18n.default.addResources('km', namespace, _translations13.default);
|
|
75
|
+
_d2I18n.default.addResources('lo', namespace, _translations14.default);
|
|
76
|
+
_d2I18n.default.addResources('my', namespace, _translations15.default);
|
|
77
|
+
_d2I18n.default.addResources('nb', namespace, _translations16.default);
|
|
78
|
+
_d2I18n.default.addResources('ne', namespace, _translations17.default);
|
|
79
|
+
_d2I18n.default.addResources('nl', namespace, _translations18.default);
|
|
80
|
+
_d2I18n.default.addResources('or', namespace, _translations19.default);
|
|
81
|
+
_d2I18n.default.addResources('prs', namespace, _translations20.default);
|
|
82
|
+
_d2I18n.default.addResources('ps', namespace, _translations21.default);
|
|
83
|
+
_d2I18n.default.addResources('pt', namespace, _translations22.default);
|
|
84
|
+
_d2I18n.default.addResources('pt_BR', namespace, _translations23.default);
|
|
85
|
+
_d2I18n.default.addResources('ro', namespace, _translations24.default);
|
|
86
|
+
_d2I18n.default.addResources('ru', namespace, _translations25.default);
|
|
87
|
+
_d2I18n.default.addResources('si', namespace, _translations26.default);
|
|
88
|
+
_d2I18n.default.addResources('sv', namespace, _translations27.default);
|
|
89
|
+
_d2I18n.default.addResources('tet', namespace, _translations28.default);
|
|
90
|
+
_d2I18n.default.addResources('tg', namespace, _translations29.default);
|
|
91
|
+
_d2I18n.default.addResources('th', namespace, _translations30.default);
|
|
92
|
+
_d2I18n.default.addResources('uk', namespace, _translations31.default);
|
|
93
|
+
_d2I18n.default.addResources('ur', namespace, _translations32.default);
|
|
94
|
+
_d2I18n.default.addResources('uz_Cyrl', namespace, _translations33.default);
|
|
95
|
+
_d2I18n.default.addResources('uz_Latn', namespace, _translations34.default);
|
|
96
|
+
_d2I18n.default.addResources('uz_UZ_Cyrl', namespace, _translations35.default);
|
|
97
|
+
_d2I18n.default.addResources('uz_UZ_Latn', namespace, _translations36.default);
|
|
98
|
+
_d2I18n.default.addResources('vi', namespace, _translations37.default);
|
|
99
|
+
_d2I18n.default.addResources('zh', namespace, _translations38.default);
|
|
100
|
+
_d2I18n.default.addResources('zh_CN', namespace, _translations39.default);
|
|
99
101
|
var _default = exports.default = _d2I18n.default;
|