@dhis2/analytics 26.1.3 → 26.1.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.
@@ -115,6 +115,7 @@
115
115
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "无法显示解释。重试或联系您的系统管理员。",
116
116
  "Hide interpretation": "隐藏解释",
117
117
  "Write an interpretation": "书写注释",
118
+ "Other people viewing this interpretation in the future may see more data.": "将来查看此解释的其他人可能会看到更多数据。",
118
119
  "Post interpretation": "后解释",
119
120
  "Interpretations": "解释",
120
121
  "Reply": "应答",
@@ -19,7 +19,7 @@
19
19
  "About this line list": "",
20
20
  "About this visualization": "",
21
21
  "This app could not retrieve required data.": "",
22
- "Network error": "",
22
+ "Network error": "网络错误",
23
23
  "Data / Edit calculation": "",
24
24
  "Data / New calculation": "",
25
25
  "Remove item": "",
@@ -115,6 +115,7 @@
115
115
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
116
116
  "Hide interpretation": "",
117
117
  "Write an interpretation": "",
118
+ "Other people viewing this interpretation in the future may see more data.": "",
118
119
  "Post interpretation": "",
119
120
  "Interpretations": "注释",
120
121
  "Reply": "回复",
@@ -182,12 +183,12 @@
182
183
  "{{count}} org units": "",
183
184
  "{{count}} levels": "",
184
185
  "{{count}} groups": "",
185
- "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
186
- "Nothing selected": "",
186
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "已选择:{{commaSeparatedListOfOrganisationUnits}}",
187
+ "Nothing selected": "未选择任何内容",
187
188
  "User organisation unit": "用户所在机构",
188
189
  "User sub-units": "下属机构",
189
190
  "User sub-x2-units": "二级下属机构",
190
- "Select a level": "",
191
+ "Select a level": "选择一个等级",
191
192
  "Select a group": "",
192
193
  "Deselect all": "去全选",
193
194
  "Period type": "周期类型",
@@ -115,6 +115,7 @@
115
115
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "无法显示解释。重试或联系您的系统管理员。",
116
116
  "Hide interpretation": "隐藏解释",
117
117
  "Write an interpretation": "书写注释",
118
+ "Other people viewing this interpretation in the future may see more data.": "将来查看此解释的其他人可能会看到更多数据。",
118
119
  "Post interpretation": "后解释",
119
120
  "Interpretations": "解释",
120
121
  "Reply": "应答",
@@ -19,7 +19,7 @@
19
19
  "About this line list": "",
20
20
  "About this visualization": "",
21
21
  "This app could not retrieve required data.": "",
22
- "Network error": "",
22
+ "Network error": "网络错误",
23
23
  "Data / Edit calculation": "",
24
24
  "Data / New calculation": "",
25
25
  "Remove item": "",
@@ -115,6 +115,7 @@
115
115
  "The interpretation couldn’t be displayed. Try again or contact your system administrator.": "",
116
116
  "Hide interpretation": "",
117
117
  "Write an interpretation": "",
118
+ "Other people viewing this interpretation in the future may see more data.": "",
118
119
  "Post interpretation": "",
119
120
  "Interpretations": "注释",
120
121
  "Reply": "回复",
@@ -182,12 +183,12 @@
182
183
  "{{count}} org units": "",
183
184
  "{{count}} levels": "",
184
185
  "{{count}} groups": "",
185
- "Selected: {{commaSeparatedListOfOrganisationUnits}}": "",
186
- "Nothing selected": "",
186
+ "Selected: {{commaSeparatedListOfOrganisationUnits}}": "已选择:{{commaSeparatedListOfOrganisationUnits}}",
187
+ "Nothing selected": "未选择任何内容",
187
188
  "User organisation unit": "用户所在机构",
188
189
  "User sub-units": "下属机构",
189
190
  "User sub-x2-units": "二级下属机构",
190
- "Select a level": "",
191
+ "Select a level": "选择一个等级",
191
192
  "Select a group": "",
192
193
  "Deselect all": "去全选",
193
194
  "Period type": "周期类型",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "26.1.3",
3
+ "version": "26.1.4",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {