@dhis2/ui-forms 8.13.1 → 8.13.3

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.
@@ -51,25 +51,27 @@ var _translations21 = _interopRequireDefault(require("./ro/translations.json"));
51
51
 
52
52
  var _translations22 = _interopRequireDefault(require("./ru/translations.json"));
53
53
 
54
- var _translations23 = _interopRequireDefault(require("./sv/translations.json"));
54
+ var _translations23 = _interopRequireDefault(require("./si/translations.json"));
55
55
 
56
- var _translations24 = _interopRequireDefault(require("./tet/translations.json"));
56
+ var _translations24 = _interopRequireDefault(require("./sv/translations.json"));
57
57
 
58
- var _translations25 = _interopRequireDefault(require("./tg/translations.json"));
58
+ var _translations25 = _interopRequireDefault(require("./tet/translations.json"));
59
59
 
60
- var _translations26 = _interopRequireDefault(require("./uk/translations.json"));
60
+ var _translations26 = _interopRequireDefault(require("./tg/translations.json"));
61
61
 
62
- var _translations27 = _interopRequireDefault(require("./ur/translations.json"));
62
+ var _translations27 = _interopRequireDefault(require("./uk/translations.json"));
63
63
 
64
- var _translations28 = _interopRequireDefault(require("./uz/translations.json"));
64
+ var _translations28 = _interopRequireDefault(require("./ur/translations.json"));
65
65
 
66
- var _translations29 = _interopRequireDefault(require("./uz_Latn/translations.json"));
66
+ var _translations29 = _interopRequireDefault(require("./uz/translations.json"));
67
67
 
68
- var _translations30 = _interopRequireDefault(require("./vi/translations.json"));
68
+ var _translations30 = _interopRequireDefault(require("./uz_Latn/translations.json"));
69
69
 
70
- var _translations31 = _interopRequireDefault(require("./zh/translations.json"));
70
+ var _translations31 = _interopRequireDefault(require("./vi/translations.json"));
71
71
 
72
- var _translations32 = _interopRequireDefault(require("./zh_CN/translations.json"));
72
+ var _translations32 = _interopRequireDefault(require("./zh/translations.json"));
73
+
74
+ var _translations33 = _interopRequireDefault(require("./zh_CN/translations.json"));
73
75
 
74
76
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
75
77
 
@@ -127,25 +129,27 @@ _d2I18n.default.addResources('ro', namespace, _translations21.default);
127
129
 
128
130
  _d2I18n.default.addResources('ru', namespace, _translations22.default);
129
131
 
130
- _d2I18n.default.addResources('sv', namespace, _translations23.default);
132
+ _d2I18n.default.addResources('si', namespace, _translations23.default);
133
+
134
+ _d2I18n.default.addResources('sv', namespace, _translations24.default);
131
135
 
132
- _d2I18n.default.addResources('tet', namespace, _translations24.default);
136
+ _d2I18n.default.addResources('tet', namespace, _translations25.default);
133
137
 
134
- _d2I18n.default.addResources('tg', namespace, _translations25.default);
138
+ _d2I18n.default.addResources('tg', namespace, _translations26.default);
135
139
 
136
- _d2I18n.default.addResources('uk', namespace, _translations26.default);
140
+ _d2I18n.default.addResources('uk', namespace, _translations27.default);
137
141
 
138
- _d2I18n.default.addResources('ur', namespace, _translations27.default);
142
+ _d2I18n.default.addResources('ur', namespace, _translations28.default);
139
143
 
140
- _d2I18n.default.addResources('uz', namespace, _translations28.default);
144
+ _d2I18n.default.addResources('uz', namespace, _translations29.default);
141
145
 
142
- _d2I18n.default.addResources('uz_Latn', namespace, _translations29.default);
146
+ _d2I18n.default.addResources('uz_Latn', namespace, _translations30.default);
143
147
 
144
- _d2I18n.default.addResources('vi', namespace, _translations30.default);
148
+ _d2I18n.default.addResources('vi', namespace, _translations31.default);
145
149
 
146
- _d2I18n.default.addResources('zh', namespace, _translations31.default);
150
+ _d2I18n.default.addResources('zh', namespace, _translations32.default);
147
151
 
148
- _d2I18n.default.addResources('zh_CN', namespace, _translations32.default);
152
+ _d2I18n.default.addResources('zh_CN', namespace, _translations33.default);
149
153
 
150
154
  var _default = _d2I18n.default;
151
155
  exports.default = _default;
@@ -0,0 +1,30 @@
1
+ {
2
+ "Upload file": "",
3
+ "Upload files": "",
4
+ "Remove": "ඉවත් කරන්",
5
+ "Please provide an alpha-numeric value": "",
6
+ "Please provide a boolean value": "",
7
+ "Please enter between {{lowerBound}} and {{upperBound}} characters": "",
8
+ "Please make sure the value of this input matches the value in \"{{otherField}}\".": "",
9
+ "Please enter a maximum of {{upperBound}} characters": "",
10
+ "Please enter a number with a maximum of {{upperBound}}": "",
11
+ "Please enter at least {{lowerBound}} characters": "",
12
+ "Please enter a number of at least {{lowerBound}}": "",
13
+ "Number cannot be less than {{lowerBound}} or more than {{upperBound}}": "",
14
+ "Please make sure the value of this input matches the pattern {{patternString}}.": "",
15
+ "Password should be a string": "",
16
+ "Password should be at least 8 characters long": "",
17
+ "Password should be no longer than 34 characters": "",
18
+ "Password should contain at least one lowercase letter": "",
19
+ "Password should contain at least one UPPERCASE letter": "",
20
+ "Password should contain at least one number": "",
21
+ "Password should have at least one special character": "",
22
+ "Please provide a valid email address": "",
23
+ "Please provide a value": "",
24
+ "Please provide a round number without decimals": "",
25
+ "Please provide a valid international phone number.": "",
26
+ "Please provide a number": "",
27
+ "Please provide a string": "",
28
+ "Please provide a valid url": "",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
+ }
@@ -29,6 +29,7 @@ import ptTranslations from './pt/translations.json';
29
29
  import pt_BRTranslations from './pt_BR/translations.json';
30
30
  import roTranslations from './ro/translations.json';
31
31
  import ruTranslations from './ru/translations.json';
32
+ import siTranslations from './si/translations.json';
32
33
  import svTranslations from './sv/translations.json';
33
34
  import tetTranslations from './tet/translations.json';
34
35
  import tgTranslations from './tg/translations.json';
@@ -62,6 +63,7 @@ i18n.addResources('pt', namespace, ptTranslations);
62
63
  i18n.addResources('pt_BR', namespace, pt_BRTranslations);
63
64
  i18n.addResources('ro', namespace, roTranslations);
64
65
  i18n.addResources('ru', namespace, ruTranslations);
66
+ i18n.addResources('si', namespace, siTranslations);
65
67
  i18n.addResources('sv', namespace, svTranslations);
66
68
  i18n.addResources('tet', namespace, tetTranslations);
67
69
  i18n.addResources('tg', namespace, tgTranslations);
@@ -0,0 +1,30 @@
1
+ {
2
+ "Upload file": "",
3
+ "Upload files": "",
4
+ "Remove": "ඉවත් කරන්",
5
+ "Please provide an alpha-numeric value": "",
6
+ "Please provide a boolean value": "",
7
+ "Please enter between {{lowerBound}} and {{upperBound}} characters": "",
8
+ "Please make sure the value of this input matches the value in \"{{otherField}}\".": "",
9
+ "Please enter a maximum of {{upperBound}} characters": "",
10
+ "Please enter a number with a maximum of {{upperBound}}": "",
11
+ "Please enter at least {{lowerBound}} characters": "",
12
+ "Please enter a number of at least {{lowerBound}}": "",
13
+ "Number cannot be less than {{lowerBound}} or more than {{upperBound}}": "",
14
+ "Please make sure the value of this input matches the pattern {{patternString}}.": "",
15
+ "Password should be a string": "",
16
+ "Password should be at least 8 characters long": "",
17
+ "Password should be no longer than 34 characters": "",
18
+ "Password should contain at least one lowercase letter": "",
19
+ "Password should contain at least one UPPERCASE letter": "",
20
+ "Password should contain at least one number": "",
21
+ "Password should have at least one special character": "",
22
+ "Please provide a valid email address": "",
23
+ "Please provide a value": "",
24
+ "Please provide a round number without decimals": "",
25
+ "Please provide a valid international phone number.": "",
26
+ "Please provide a number": "",
27
+ "Please provide a string": "",
28
+ "Please provide a valid url": "",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-forms",
3
- "version": "8.13.1",
3
+ "version": "8.13.3",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "sideEffects": [
@@ -34,15 +34,15 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.1.2",
37
- "@dhis2-ui/button": "8.13.1",
38
- "@dhis2-ui/checkbox": "8.13.1",
39
- "@dhis2-ui/field": "8.13.1",
40
- "@dhis2-ui/file-input": "8.13.1",
41
- "@dhis2-ui/input": "8.13.1",
42
- "@dhis2-ui/radio": "8.13.1",
43
- "@dhis2-ui/select": "8.13.1",
44
- "@dhis2-ui/switch": "8.13.1",
45
- "@dhis2-ui/text-area": "8.13.1",
37
+ "@dhis2-ui/button": "8.13.3",
38
+ "@dhis2-ui/checkbox": "8.13.3",
39
+ "@dhis2-ui/field": "8.13.3",
40
+ "@dhis2-ui/file-input": "8.13.3",
41
+ "@dhis2-ui/input": "8.13.3",
42
+ "@dhis2-ui/radio": "8.13.3",
43
+ "@dhis2-ui/select": "8.13.3",
44
+ "@dhis2-ui/switch": "8.13.3",
45
+ "@dhis2-ui/text-area": "8.13.3",
46
46
  "classnames": "^2.3.1",
47
47
  "final-form": "^4.20.2",
48
48
  "prop-types": "^15.7.2",