@dhis2/analytics 24.2.2 → 24.2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [24.2.4](https://github.com/dhis2/analytics/compare/v24.2.3...v24.2.4) (2022-10-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([f01855f](https://github.com/dhis2/analytics/commit/f01855fec8d91bbb59af90bbd0ac49b604e2d449))
7
+
8
+ ## [24.2.3](https://github.com/dhis2/analytics/compare/v24.2.2...v24.2.3) (2022-10-02)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **translations:** sync translations from transifex (master) ([d25d409](https://github.com/dhis2/analytics/commit/d25d4095023aa142f0099a02e0aeb09f8abb1c6c))
14
+
1
15
  ## [24.2.2](https://github.com/dhis2/analytics/compare/v24.2.1...v24.2.2) (2022-10-01)
2
16
 
3
17
 
@@ -5,7 +5,7 @@
5
5
  "{{userOrGroup}} ({{accessLevel}})": "",
6
6
  "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
7
  "Not shared with any users or groups": "",
8
- "No description": "Немає змалювання",
8
+ "No description": "Немає опису",
9
9
  "Last updated {{time}}": "",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
@@ -266,7 +266,7 @@
266
266
  "Choose a locale to translate from the menu above": "从上面的菜单中选择要翻译的语言环境",
267
267
  "Translate: {{objectName}}": "翻译:{{objectName}}",
268
268
  "Save translations": "保存翻译",
269
- "Cannot save while offline": "",
269
+ "Cannot save while offline": "离线时无法保存",
270
270
  "Could not load translations": "无法加载翻译",
271
271
  "Retry": "重试",
272
272
  "Series": "系列",
@@ -5,7 +5,7 @@
5
5
  "{{userOrGroup}} ({{accessLevel}})": "",
6
6
  "Shared with {{commaSeparatedListOfUsersAndGroups}}": "",
7
7
  "Not shared with any users or groups": "",
8
- "No description": "Немає змалювання",
8
+ "No description": "Немає опису",
9
9
  "Last updated {{time}}": "",
10
10
  "Created {{time}} by {{author}}": "",
11
11
  "Created {{time}}": "",
@@ -266,7 +266,7 @@
266
266
  "Choose a locale to translate from the menu above": "从上面的菜单中选择要翻译的语言环境",
267
267
  "Translate: {{objectName}}": "翻译:{{objectName}}",
268
268
  "Save translations": "保存翻译",
269
- "Cannot save while offline": "",
269
+ "Cannot save while offline": "离线时无法保存",
270
270
  "Could not load translations": "无法加载翻译",
271
271
  "Retry": "重试",
272
272
  "Series": "系列",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "24.2.2",
3
+ "version": "24.2.4",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {