@dhis2/analytics 4.5.53 → 4.5.54
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 +7 -0
- package/build/locales/uk/translations.json +11 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.5.54](https://github.com/dhis2/analytics/compare/v4.5.53...v4.5.54) (2022-08-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **translations:** sync translations from transifex (4.x) ([9344fca](https://github.com/dhis2/analytics/commit/9344fcab011c2c8f4d89dbcc1bc99d48ae14e757))
|
|
7
|
+
|
|
1
8
|
## [4.5.53](https://github.com/dhis2/analytics/compare/v4.5.52...v4.5.53) (2022-08-17)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -135,17 +135,17 @@
|
|
|
135
135
|
"Organisation Unit": "Організаційний підрозділ",
|
|
136
136
|
"Assigned Categories": "",
|
|
137
137
|
"Column": "Стовпчик",
|
|
138
|
-
"Stacked column": "",
|
|
139
|
-
"Bar": "",
|
|
140
|
-
"Stacked bar": "",
|
|
141
|
-
"Line": "",
|
|
142
|
-
"Area": "",
|
|
143
|
-
"Pie": "",
|
|
144
|
-
"Radar": "",
|
|
145
|
-
"Gauge": "",
|
|
146
|
-
"Year over year (line)": "",
|
|
147
|
-
"Year over year (column)": "",
|
|
148
|
-
"Single value": "",
|
|
138
|
+
"Stacked column": "Стовпчаста з накопиченням",
|
|
139
|
+
"Bar": "Гістограма",
|
|
140
|
+
"Stacked bar": "Гістограма з накопиченням",
|
|
141
|
+
"Line": "Лінійна",
|
|
142
|
+
"Area": "З областями",
|
|
143
|
+
"Pie": "Секторна",
|
|
144
|
+
"Radar": "Пелюсткова",
|
|
145
|
+
"Gauge": "Індикатор",
|
|
146
|
+
"Year over year (line)": "Рік за роком (лінія)",
|
|
147
|
+
"Year over year (column)": "Рік за роком (стовпчик)",
|
|
148
|
+
"Single value": "Одне значення",
|
|
149
149
|
"Pivot table": "Зведена таблиця",
|
|
150
150
|
"Target": "Ціль",
|
|
151
151
|
"Base": "",
|