@dhis2/analytics 21.2.1 → 21.2.2

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.2.2](https://github.com/dhis2/analytics/compare/v21.2.1...v21.2.2) (2021-12-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([2657706](https://github.com/dhis2/analytics/commit/2657706a6033413cc0d405933b6d6ed180bd509c))
7
+
1
8
  ## [21.2.1](https://github.com/dhis2/analytics/compare/v21.2.0...v21.2.1) (2021-12-24)
2
9
 
3
10
 
@@ -218,13 +218,13 @@
218
218
  "Six-months": "Six-months",
219
219
  "Financial Years": "Financial Years",
220
220
  "Years": "年",
221
- "Translating to": "",
222
- "Choose a locale": "",
223
- "Base locale reference": "",
224
- "Choose a locale to translate from the menu above": "",
225
- "Translate: {{objectName}}": "",
226
- "Save translations": "",
227
- "Retry": "",
221
+ "Translating to": "翻译成",
222
+ "Choose a locale": "选择语言环境",
223
+ "Base locale reference": "基本语言环境参考",
224
+ "Choose a locale to translate from the menu above": "从上面的菜单中选择要翻译的语言环境",
225
+ "Translate: {{objectName}}": "翻译:{{objectName}}",
226
+ "Save translations": "保存翻译",
227
+ "Retry": "重试",
228
228
  "Series": "系列",
229
229
  "Category": "分类",
230
230
  "Filter": "过滤器",
@@ -218,13 +218,13 @@
218
218
  "Six-months": "Six-months",
219
219
  "Financial Years": "Financial Years",
220
220
  "Years": "年",
221
- "Translating to": "",
222
- "Choose a locale": "",
223
- "Base locale reference": "",
224
- "Choose a locale to translate from the menu above": "",
225
- "Translate: {{objectName}}": "",
226
- "Save translations": "",
227
- "Retry": "",
221
+ "Translating to": "翻译成",
222
+ "Choose a locale": "选择语言环境",
223
+ "Base locale reference": "基本语言环境参考",
224
+ "Choose a locale to translate from the menu above": "从上面的菜单中选择要翻译的语言环境",
225
+ "Translate: {{objectName}}": "翻译:{{objectName}}",
226
+ "Save translations": "保存翻译",
227
+ "Retry": "重试",
228
228
  "Series": "系列",
229
229
  "Category": "分类",
230
230
  "Filter": "过滤器",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "21.2.1",
3
+ "version": "21.2.2",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {