@dhis2-ui/organisation-unit-tree 10.1.9 → 10.1.11

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "No children match filter": "Nenhum filho corresponde ao filtro",
3
- "Could not load children": "Não foi possível carregar as crianças",
3
+ "Could not load children": "Não foi possível carregar os filhos",
4
4
  "Error: {{ ERRORMESSAGE }}": "Erro: {{ ERRORMESSAGE }}"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "No children match filter": "",
2
+ "No children match filter": "Không có đơn vị con phù hợp với bộ lọc",
3
3
  "Could not load children": "Không thể tải đơn vị con",
4
- "Error: {{ ERRORMESSAGE }}": ""
4
+ "Error: {{ ERRORMESSAGE }}": "Lỗi: {{ ERRORMESSAGE }}"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "No children match filter": "Nenhum filho corresponde ao filtro",
3
- "Could not load children": "Não foi possível carregar as crianças",
3
+ "Could not load children": "Não foi possível carregar os filhos",
4
4
  "Error: {{ ERRORMESSAGE }}": "Erro: {{ ERRORMESSAGE }}"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "No children match filter": "",
2
+ "No children match filter": "Không có đơn vị con phù hợp với bộ lọc",
3
3
  "Could not load children": "Không thể tải đơn vị con",
4
- "Error: {{ ERRORMESSAGE }}": ""
4
+ "Error: {{ ERRORMESSAGE }}": "Lỗi: {{ ERRORMESSAGE }}"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/organisation-unit-tree",
3
- "version": "10.1.9",
3
+ "version": "10.1.11",
4
4
  "description": "UI OrganisationUnitTree",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@dhis2/prop-types": "^3.1.2",
38
- "@dhis2-ui/button": "10.1.9",
39
- "@dhis2-ui/checkbox": "10.1.9",
40
- "@dhis2-ui/loader": "10.1.9",
41
- "@dhis2-ui/node": "10.1.9",
42
- "@dhis2/ui-constants": "10.1.9",
38
+ "@dhis2-ui/button": "10.1.11",
39
+ "@dhis2-ui/checkbox": "10.1.11",
40
+ "@dhis2-ui/loader": "10.1.11",
41
+ "@dhis2-ui/node": "10.1.11",
42
+ "@dhis2/ui-constants": "10.1.11",
43
43
  "classnames": "^2.3.1",
44
44
  "prop-types": "^15.7.2"
45
45
  },