@dhis2/analytics 21.5.0 → 21.5.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.5.1](https://github.com/dhis2/analytics/compare/v21.5.0...v21.5.1) (2022-01-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([bf92db5](https://github.com/dhis2/analytics/commit/bf92db54fd0e36e93f11e5249be61531fdbb8eef))
7
+
1
8
  # [21.5.0](https://github.com/dhis2/analytics/compare/v21.4.2...v21.5.0) (2022-01-25)
2
9
 
3
10
 
@@ -114,13 +114,13 @@
114
114
  "No event reports found. Click New event report to get started.": "未找到事件报告。单击新建事件报告开始。",
115
115
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "未找到事件报告。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
116
116
  "New event report": "新建事件报告",
117
- "Open an event visualization": "",
118
- "Loading event visualizations": "",
119
- "Couldn't load event visualizations": "",
120
- "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
121
- "No event visualizations found. Click New event visualization to get started.": "",
122
- "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
123
- "New event visualization": "",
117
+ "Open an event visualization": "打开事件可视化",
118
+ "Loading event visualizations": "加载事件可视化",
119
+ "Couldn't load event visualizations": "无法加载事件可视化应用",
120
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "加载事件可视化时出现问题。重试或联系您的系统管理员。",
121
+ "No event visualizations found. Click New event visualization to get started.": "未找到事件可视化。单击新建事件可视化开始。",
122
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "未找到事件可视化。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
123
+ "New event visualization": "新的事件可视化",
124
124
  "Options": "选项",
125
125
  "Hide": "隐藏",
126
126
  "Update": "更新",
@@ -231,7 +231,7 @@
231
231
  "Choose a locale to translate from the menu above": "从上面的菜单中选择要翻译的语言环境",
232
232
  "Translate: {{objectName}}": "翻译:{{objectName}}",
233
233
  "Save translations": "保存翻译",
234
- "Could not load translations": "",
234
+ "Could not load translations": "无法加载翻译",
235
235
  "Retry": "重试",
236
236
  "Series": "系列",
237
237
  "Category": "分类",
@@ -114,13 +114,13 @@
114
114
  "No event reports found. Click New event report to get started.": "未找到事件报告。单击新建事件报告开始。",
115
115
  "No event reports found. Try adjusting your search or filter options to find what you're looking for.": "未找到事件报告。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
116
116
  "New event report": "新建事件报告",
117
- "Open an event visualization": "",
118
- "Loading event visualizations": "",
119
- "Couldn't load event visualizations": "",
120
- "There was a problem loading event visualizations. Try again or contact your system administrator.": "",
121
- "No event visualizations found. Click New event visualization to get started.": "",
122
- "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "",
123
- "New event visualization": "",
117
+ "Open an event visualization": "打开事件可视化",
118
+ "Loading event visualizations": "加载事件可视化",
119
+ "Couldn't load event visualizations": "无法加载事件可视化应用",
120
+ "There was a problem loading event visualizations. Try again or contact your system administrator.": "加载事件可视化时出现问题。重试或联系您的系统管理员。",
121
+ "No event visualizations found. Click New event visualization to get started.": "未找到事件可视化。单击新建事件可视化开始。",
122
+ "No event visualizations found. Try adjusting your search or filter options to find what you're looking for.": "未找到事件可视化。尝试调整您的搜索或过滤选项以找到您要查找的内容。",
123
+ "New event visualization": "新的事件可视化",
124
124
  "Options": "选项",
125
125
  "Hide": "隐藏",
126
126
  "Update": "更新",
@@ -231,7 +231,7 @@
231
231
  "Choose a locale to translate from the menu above": "从上面的菜单中选择要翻译的语言环境",
232
232
  "Translate: {{objectName}}": "翻译:{{objectName}}",
233
233
  "Save translations": "保存翻译",
234
- "Could not load translations": "",
234
+ "Could not load translations": "无法加载翻译",
235
235
  "Retry": "重试",
236
236
  "Series": "系列",
237
237
  "Category": "分类",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "21.5.0",
3
+ "version": "21.5.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {