@dhis2/analytics 21.3.0 → 21.3.1
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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [21.3.1](https://github.com/dhis2/analytics/compare/v21.3.0...v21.3.1) (2022-01-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (master) ([0fd64dc](https://github.com/dhis2/analytics/commit/0fd64dcec04bb484291c1ba33cb90604970d360c))
|
|
7
|
+
|
|
1
8
|
# [21.3.0](https://github.com/dhis2/analytics/compare/v21.2.5...v21.3.0) (2022-01-17)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.appPathFor = exports.endpointFromFileType = exports.supportedFileTypes = void 0;
|
|
7
|
-
const supportedFileTypes = ['eventReport', 'visualization', 'map'];
|
|
7
|
+
const supportedFileTypes = ['eventReport', 'visualization', 'map', 'eventVisualization'];
|
|
8
8
|
exports.supportedFileTypes = supportedFileTypes;
|
|
9
9
|
|
|
10
10
|
const endpointFromFileType = fileType => {
|
|
@@ -230,14 +230,14 @@
|
|
|
230
230
|
"Six-months": "Půlrok",
|
|
231
231
|
"Financial Years": "Finanční roky",
|
|
232
232
|
"Years": "Let",
|
|
233
|
-
"Translating to": "",
|
|
234
|
-
"Choose a locale": "",
|
|
235
|
-
"Base locale reference": "",
|
|
236
|
-
"Choose a locale to translate from the menu above": "",
|
|
237
|
-
"Translate: {{objectName}}": "",
|
|
238
|
-
"Save translations": "",
|
|
239
|
-
"Could not load translations": "",
|
|
240
|
-
"Retry": "",
|
|
233
|
+
"Translating to": "Překlad do",
|
|
234
|
+
"Choose a locale": "Vyberte národní prostředí",
|
|
235
|
+
"Base locale reference": "Odkaz na základní národní prostředí",
|
|
236
|
+
"Choose a locale to translate from the menu above": "Z nabídky výše vyberte národní prostředí, které chcete přeložit",
|
|
237
|
+
"Translate: {{objectName}}": "Přeložit: {{objectName}}",
|
|
238
|
+
"Save translations": "Uložit překlady",
|
|
239
|
+
"Could not load translations": "Nelze načíst překlady",
|
|
240
|
+
"Retry": "Opakovat",
|
|
241
241
|
"Series": "Série",
|
|
242
242
|
"Category": "Kategorie",
|
|
243
243
|
"Filter": "Filtr",
|
|
@@ -230,14 +230,14 @@
|
|
|
230
230
|
"Six-months": "Půlrok",
|
|
231
231
|
"Financial Years": "Finanční roky",
|
|
232
232
|
"Years": "Let",
|
|
233
|
-
"Translating to": "",
|
|
234
|
-
"Choose a locale": "",
|
|
235
|
-
"Base locale reference": "",
|
|
236
|
-
"Choose a locale to translate from the menu above": "",
|
|
237
|
-
"Translate: {{objectName}}": "",
|
|
238
|
-
"Save translations": "",
|
|
239
|
-
"Could not load translations": "",
|
|
240
|
-
"Retry": "",
|
|
233
|
+
"Translating to": "Překlad do",
|
|
234
|
+
"Choose a locale": "Vyberte národní prostředí",
|
|
235
|
+
"Base locale reference": "Odkaz na základní národní prostředí",
|
|
236
|
+
"Choose a locale to translate from the menu above": "Z nabídky výše vyberte národní prostředí, které chcete přeložit",
|
|
237
|
+
"Translate: {{objectName}}": "Přeložit: {{objectName}}",
|
|
238
|
+
"Save translations": "Uložit překlady",
|
|
239
|
+
"Could not load translations": "Nelze načíst překlady",
|
|
240
|
+
"Retry": "Opakovat",
|
|
241
241
|
"Series": "Série",
|
|
242
242
|
"Category": "Kategorie",
|
|
243
243
|
"Filter": "Filtr",
|