@dhis2/analytics 24.2.0 → 24.2.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
+ ## [24.2.1](https://github.com/dhis2/analytics/compare/v24.2.0...v24.2.1) (2022-09-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([aa49d9f](https://github.com/dhis2/analytics/commit/aa49d9fff115b2676f09cc61396a12d5265952a0))
7
+
1
8
  # [24.2.0](https://github.com/dhis2/analytics/compare/v24.1.1...v24.2.0) (2022-09-29)
2
9
 
3
10
 
@@ -121,6 +121,7 @@
121
121
  "Search for a user": "",
122
122
  "Searching for \"{{- searchText}}\"": "",
123
123
  "No results found": "Результатів не знайдено",
124
+ "Not available offline": "Недоступно в автономному режимі",
124
125
  "Created by": "Створено",
125
126
  "Anyone": "",
126
127
  "Only you": "",
@@ -277,6 +278,7 @@
277
278
  "Choose a locale to translate from the menu above": "",
278
279
  "Translate: {{objectName}}": "",
279
280
  "Save translations": "",
281
+ "Cannot save while offline": "",
280
282
  "Could not load translations": "",
281
283
  "Retry": "",
282
284
  "Series": "Серія",
@@ -80,6 +80,7 @@
80
80
  "Name": "Исми",
81
81
  "Description": "Тавсиф",
82
82
  "Rename": "Қайта номлашч",
83
+ "{{objectName}} (copy)": "",
83
84
  "Save {{fileType}} as": "",
84
85
  "event report": "ҳодиса/тадбир ҳисоботи",
85
86
  "line list": "",
@@ -117,6 +118,7 @@
117
118
  "Search for a user": "",
118
119
  "Searching for \"{{- searchText}}\"": "",
119
120
  "No results found": "Ҳеч қандай натижа топилмади",
121
+ "Not available offline": "Оффлайн режимда мавжуд эмас",
120
122
  "Created by": "Томонидан яратилган",
121
123
  "Anyone": "Кимдир",
122
124
  "Only you": "",
@@ -264,6 +266,7 @@
264
266
  "Choose a locale to translate from the menu above": "",
265
267
  "Translate: {{objectName}}": "",
266
268
  "Save translations": "",
269
+ "Cannot save while offline": "",
267
270
  "Could not load translations": "",
268
271
  "Retry": "",
269
272
  "Series": "Кетма-кетликлар",
@@ -121,6 +121,7 @@
121
121
  "Search for a user": "",
122
122
  "Searching for \"{{- searchText}}\"": "",
123
123
  "No results found": "Результатів не знайдено",
124
+ "Not available offline": "Недоступно в автономному режимі",
124
125
  "Created by": "Створено",
125
126
  "Anyone": "",
126
127
  "Only you": "",
@@ -277,6 +278,7 @@
277
278
  "Choose a locale to translate from the menu above": "",
278
279
  "Translate: {{objectName}}": "",
279
280
  "Save translations": "",
281
+ "Cannot save while offline": "",
280
282
  "Could not load translations": "",
281
283
  "Retry": "",
282
284
  "Series": "Серія",
@@ -80,6 +80,7 @@
80
80
  "Name": "Исми",
81
81
  "Description": "Тавсиф",
82
82
  "Rename": "Қайта номлашч",
83
+ "{{objectName}} (copy)": "",
83
84
  "Save {{fileType}} as": "",
84
85
  "event report": "ҳодиса/тадбир ҳисоботи",
85
86
  "line list": "",
@@ -117,6 +118,7 @@
117
118
  "Search for a user": "",
118
119
  "Searching for \"{{- searchText}}\"": "",
119
120
  "No results found": "Ҳеч қандай натижа топилмади",
121
+ "Not available offline": "Оффлайн режимда мавжуд эмас",
120
122
  "Created by": "Томонидан яратилган",
121
123
  "Anyone": "Кимдир",
122
124
  "Only you": "",
@@ -264,6 +266,7 @@
264
266
  "Choose a locale to translate from the menu above": "",
265
267
  "Translate: {{objectName}}": "",
266
268
  "Save translations": "",
269
+ "Cannot save while offline": "",
267
270
  "Could not load translations": "",
268
271
  "Retry": "",
269
272
  "Series": "Кетма-кетликлар",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "24.2.0",
3
+ "version": "24.2.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {