@dhis2/ui-forms 8.13.0 → 8.13.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.
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "يجب أن تحتوي كلمة المرور على حرف كبير واحد على الأقل",
20
20
  "Password should contain at least one number": "يجب أن تحتوي كلمة المرور على رقم واحد على الأقل",
21
21
  "Password should have at least one special character": "يجب أن تحتوي كلمة المرور على رمز واحد على الأقل",
22
- "Please provide a username between 4 and 255 characters": "يرجى تزويد اسم مستخدم يتراوح بين 4 و 255 حرفًا",
23
22
  "Please provide a valid email address": "يرجى ادخال صيغة بريد الكتروني سليمة",
24
23
  "Please provide a value": "يرجى إدخال قيمة",
25
24
  "Please provide a round number without decimals": "",
26
25
  "Please provide a valid international phone number.": "يرجى تزويد رقم هاتف دولي صالح.",
27
26
  "Please provide a number": "الرجاء تزويد رقم",
28
27
  "Please provide a string": "يرجى تزويد سلسلة نصية",
29
- "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة"
28
+ "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Heslo by mělo obsahovat alespoň jedno VELKÉ písmeno",
20
20
  "Password should contain at least one number": "Heslo by mělo obsahovat alespoň jedno číslo",
21
21
  "Password should have at least one special character": "Heslo by mělo mít alespoň jeden speciální znak",
22
- "Please provide a username between 4 and 255 characters": "Zadejte uživatelské jméno o délce 4 až 255 znaků",
23
22
  "Please provide a valid email address": "Uveďte platnou e-mailovou adresu",
24
23
  "Please provide a value": "Zadejte prosím hodnotu",
25
24
  "Please provide a round number without decimals": "Uveďte prosím zaokrouhlené číslo bez desetinných míst",
26
25
  "Please provide a valid international phone number.": "Zadejte platné mezinárodní telefonní číslo.",
27
26
  "Please provide a number": "Uveďte prosím číslo",
28
27
  "Please provide a string": "Zadejte řetězec",
29
- "Please provide a valid url": "Uveďte platnou adresu URL"
28
+ "Please provide a valid url": "Uveďte platnou adresu URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -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": "Por favor ingrese una dirección de correo electrónico válida",
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": "Proporcione una URL válida",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
+ }
@@ -21,53 +21,57 @@ var _translations6 = _interopRequireDefault(require("./en/translations.json"));
21
21
 
22
22
  var _translations7 = _interopRequireDefault(require("./es/translations.json"));
23
23
 
24
- var _translations8 = _interopRequireDefault(require("./fr/translations.json"));
24
+ var _translations8 = _interopRequireDefault(require("./es_419/translations.json"));
25
25
 
26
- var _translations9 = _interopRequireDefault(require("./id/translations.json"));
26
+ var _translations9 = _interopRequireDefault(require("./fr/translations.json"));
27
27
 
28
- var _translations10 = _interopRequireDefault(require("./km/translations.json"));
28
+ var _translations10 = _interopRequireDefault(require("./id/translations.json"));
29
29
 
30
- var _translations11 = _interopRequireDefault(require("./ko_KR/translations.json"));
30
+ var _translations11 = _interopRequireDefault(require("./km/translations.json"));
31
31
 
32
- var _translations12 = _interopRequireDefault(require("./lo/translations.json"));
32
+ var _translations12 = _interopRequireDefault(require("./ko_KR/translations.json"));
33
33
 
34
- var _translations13 = _interopRequireDefault(require("./my/translations.json"));
34
+ var _translations13 = _interopRequireDefault(require("./lo/translations.json"));
35
35
 
36
- var _translations14 = _interopRequireDefault(require("./nb/translations.json"));
36
+ var _translations14 = _interopRequireDefault(require("./my/translations.json"));
37
37
 
38
- var _translations15 = _interopRequireDefault(require("./nl/translations.json"));
38
+ var _translations15 = _interopRequireDefault(require("./nb/translations.json"));
39
39
 
40
- var _translations16 = _interopRequireDefault(require("./prs/translations.json"));
40
+ var _translations16 = _interopRequireDefault(require("./nl/translations.json"));
41
41
 
42
- var _translations17 = _interopRequireDefault(require("./ps/translations.json"));
42
+ var _translations17 = _interopRequireDefault(require("./prs/translations.json"));
43
43
 
44
- var _translations18 = _interopRequireDefault(require("./pt/translations.json"));
44
+ var _translations18 = _interopRequireDefault(require("./ps/translations.json"));
45
45
 
46
- var _translations19 = _interopRequireDefault(require("./pt_BR/translations.json"));
46
+ var _translations19 = _interopRequireDefault(require("./pt/translations.json"));
47
47
 
48
- var _translations20 = _interopRequireDefault(require("./ro/translations.json"));
48
+ var _translations20 = _interopRequireDefault(require("./pt_BR/translations.json"));
49
49
 
50
- var _translations21 = _interopRequireDefault(require("./ru/translations.json"));
50
+ var _translations21 = _interopRequireDefault(require("./ro/translations.json"));
51
51
 
52
- var _translations22 = _interopRequireDefault(require("./sv/translations.json"));
52
+ var _translations22 = _interopRequireDefault(require("./ru/translations.json"));
53
53
 
54
- var _translations23 = _interopRequireDefault(require("./tet/translations.json"));
54
+ var _translations23 = _interopRequireDefault(require("./si/translations.json"));
55
55
 
56
- var _translations24 = _interopRequireDefault(require("./tg/translations.json"));
56
+ var _translations24 = _interopRequireDefault(require("./sv/translations.json"));
57
57
 
58
- var _translations25 = _interopRequireDefault(require("./uk/translations.json"));
58
+ var _translations25 = _interopRequireDefault(require("./tet/translations.json"));
59
59
 
60
- var _translations26 = _interopRequireDefault(require("./ur/translations.json"));
60
+ var _translations26 = _interopRequireDefault(require("./tg/translations.json"));
61
61
 
62
- var _translations27 = _interopRequireDefault(require("./uz/translations.json"));
62
+ var _translations27 = _interopRequireDefault(require("./uk/translations.json"));
63
63
 
64
- var _translations28 = _interopRequireDefault(require("./uz_Latn/translations.json"));
64
+ var _translations28 = _interopRequireDefault(require("./ur/translations.json"));
65
65
 
66
- var _translations29 = _interopRequireDefault(require("./vi/translations.json"));
66
+ var _translations29 = _interopRequireDefault(require("./uz/translations.json"));
67
67
 
68
- var _translations30 = _interopRequireDefault(require("./zh/translations.json"));
68
+ var _translations30 = _interopRequireDefault(require("./uz_Latn/translations.json"));
69
69
 
70
- var _translations31 = _interopRequireDefault(require("./zh_CN/translations.json"));
70
+ var _translations31 = _interopRequireDefault(require("./vi/translations.json"));
71
+
72
+ var _translations32 = _interopRequireDefault(require("./zh/translations.json"));
73
+
74
+ var _translations33 = _interopRequireDefault(require("./zh_CN/translations.json"));
71
75
 
72
76
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
73
77
 
@@ -95,53 +99,57 @@ _d2I18n.default.addResources('en', namespace, _translations6.default);
95
99
 
96
100
  _d2I18n.default.addResources('es', namespace, _translations7.default);
97
101
 
98
- _d2I18n.default.addResources('fr', namespace, _translations8.default);
102
+ _d2I18n.default.addResources('es_419', namespace, _translations8.default);
103
+
104
+ _d2I18n.default.addResources('fr', namespace, _translations9.default);
105
+
106
+ _d2I18n.default.addResources('id', namespace, _translations10.default);
99
107
 
100
- _d2I18n.default.addResources('id', namespace, _translations9.default);
108
+ _d2I18n.default.addResources('km', namespace, _translations11.default);
101
109
 
102
- _d2I18n.default.addResources('km', namespace, _translations10.default);
110
+ _d2I18n.default.addResources('ko_KR', namespace, _translations12.default);
103
111
 
104
- _d2I18n.default.addResources('ko_KR', namespace, _translations11.default);
112
+ _d2I18n.default.addResources('lo', namespace, _translations13.default);
105
113
 
106
- _d2I18n.default.addResources('lo', namespace, _translations12.default);
114
+ _d2I18n.default.addResources('my', namespace, _translations14.default);
107
115
 
108
- _d2I18n.default.addResources('my', namespace, _translations13.default);
116
+ _d2I18n.default.addResources('nb', namespace, _translations15.default);
109
117
 
110
- _d2I18n.default.addResources('nb', namespace, _translations14.default);
118
+ _d2I18n.default.addResources('nl', namespace, _translations16.default);
111
119
 
112
- _d2I18n.default.addResources('nl', namespace, _translations15.default);
120
+ _d2I18n.default.addResources('prs', namespace, _translations17.default);
113
121
 
114
- _d2I18n.default.addResources('prs', namespace, _translations16.default);
122
+ _d2I18n.default.addResources('ps', namespace, _translations18.default);
115
123
 
116
- _d2I18n.default.addResources('ps', namespace, _translations17.default);
124
+ _d2I18n.default.addResources('pt', namespace, _translations19.default);
117
125
 
118
- _d2I18n.default.addResources('pt', namespace, _translations18.default);
126
+ _d2I18n.default.addResources('pt_BR', namespace, _translations20.default);
119
127
 
120
- _d2I18n.default.addResources('pt_BR', namespace, _translations19.default);
128
+ _d2I18n.default.addResources('ro', namespace, _translations21.default);
121
129
 
122
- _d2I18n.default.addResources('ro', namespace, _translations20.default);
130
+ _d2I18n.default.addResources('ru', namespace, _translations22.default);
123
131
 
124
- _d2I18n.default.addResources('ru', namespace, _translations21.default);
132
+ _d2I18n.default.addResources('si', namespace, _translations23.default);
125
133
 
126
- _d2I18n.default.addResources('sv', namespace, _translations22.default);
134
+ _d2I18n.default.addResources('sv', namespace, _translations24.default);
127
135
 
128
- _d2I18n.default.addResources('tet', namespace, _translations23.default);
136
+ _d2I18n.default.addResources('tet', namespace, _translations25.default);
129
137
 
130
- _d2I18n.default.addResources('tg', namespace, _translations24.default);
138
+ _d2I18n.default.addResources('tg', namespace, _translations26.default);
131
139
 
132
- _d2I18n.default.addResources('uk', namespace, _translations25.default);
140
+ _d2I18n.default.addResources('uk', namespace, _translations27.default);
133
141
 
134
- _d2I18n.default.addResources('ur', namespace, _translations26.default);
142
+ _d2I18n.default.addResources('ur', namespace, _translations28.default);
135
143
 
136
- _d2I18n.default.addResources('uz', namespace, _translations27.default);
144
+ _d2I18n.default.addResources('uz', namespace, _translations29.default);
137
145
 
138
- _d2I18n.default.addResources('uz_Latn', namespace, _translations28.default);
146
+ _d2I18n.default.addResources('uz_Latn', namespace, _translations30.default);
139
147
 
140
- _d2I18n.default.addResources('vi', namespace, _translations29.default);
148
+ _d2I18n.default.addResources('vi', namespace, _translations31.default);
141
149
 
142
- _d2I18n.default.addResources('zh', namespace, _translations30.default);
150
+ _d2I18n.default.addResources('zh', namespace, _translations32.default);
143
151
 
144
- _d2I18n.default.addResources('zh_CN', namespace, _translations31.default);
152
+ _d2I18n.default.addResources('zh_CN', namespace, _translations33.default);
145
153
 
146
154
  var _default = _d2I18n.default;
147
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
+ }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Пароль має містити принаймні одну ВЕЛИКУ літеру",
20
20
  "Password should contain at least one number": "Пароль має містити принаймні одну цифру",
21
21
  "Password should have at least one special character": "Пароль має містити принаймні один спеціальний символ",
22
- "Please provide a username between 4 and 255 characters": "Вкажіть ім'я користувача від 4 до 255 символів",
23
22
  "Please provide a valid email address": "Вкажіть дійсну адресу електронної пошти",
24
23
  "Please provide a value": "Вкажіть значення",
25
24
  "Please provide a round number without decimals": "Вкажіть ціле число без десяткових знаків",
26
25
  "Please provide a valid international phone number.": "Вкажіть дійсний міжнародний номер телефону.",
27
26
  "Please provide a number": "Вкажіть число",
28
27
  "Please provide a string": "Вкажіть рядок",
29
- "Please provide a valid url": "Вкажіть дійсну URL-адресу"
28
+ "Please provide a valid url": "Вкажіть дійсну URL-адресу",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "口令至少包括一个大写字母",
20
20
  "Password should contain at least one number": "口令至少包括应该数字",
21
21
  "Password should have at least one special character": "口令至少包括一个特殊字符",
22
- "Please provide a username between 4 and 255 characters": "请提供 4 到 255 个字符之间的用户名",
23
22
  "Please provide a valid email address": "有效的邮箱",
24
23
  "Please provide a value": "请提供值",
25
24
  "Please provide a round number without decimals": "请提供一个没有小数的整数",
26
25
  "Please provide a valid international phone number.": "请提供有效的国际电话号码。",
27
26
  "Please provide a number": "请提供号码",
28
27
  "Please provide a string": "请提供字符串",
29
- "Please provide a valid url": "有效的URL"
28
+ "Please provide a valid url": "有效的URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "يجب أن تحتوي كلمة المرور على حرف كبير واحد على الأقل",
20
20
  "Password should contain at least one number": "يجب أن تحتوي كلمة المرور على رقم واحد على الأقل",
21
21
  "Password should have at least one special character": "يجب أن تحتوي كلمة المرور على رمز واحد على الأقل",
22
- "Please provide a username between 4 and 255 characters": "يرجى تزويد اسم مستخدم يتراوح بين 4 و 255 حرفًا",
23
22
  "Please provide a valid email address": "يرجى ادخال صيغة بريد الكتروني سليمة",
24
23
  "Please provide a value": "يرجى إدخال قيمة",
25
24
  "Please provide a round number without decimals": "",
26
25
  "Please provide a valid international phone number.": "يرجى تزويد رقم هاتف دولي صالح.",
27
26
  "Please provide a number": "الرجاء تزويد رقم",
28
27
  "Please provide a string": "يرجى تزويد سلسلة نصية",
29
- "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة"
28
+ "Please provide a valid url": "يرجى ادخال صيغة ارتباط url سليمة",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Heslo by mělo obsahovat alespoň jedno VELKÉ písmeno",
20
20
  "Password should contain at least one number": "Heslo by mělo obsahovat alespoň jedno číslo",
21
21
  "Password should have at least one special character": "Heslo by mělo mít alespoň jeden speciální znak",
22
- "Please provide a username between 4 and 255 characters": "Zadejte uživatelské jméno o délce 4 až 255 znaků",
23
22
  "Please provide a valid email address": "Uveďte platnou e-mailovou adresu",
24
23
  "Please provide a value": "Zadejte prosím hodnotu",
25
24
  "Please provide a round number without decimals": "Uveďte prosím zaokrouhlené číslo bez desetinných míst",
26
25
  "Please provide a valid international phone number.": "Zadejte platné mezinárodní telefonní číslo.",
27
26
  "Please provide a number": "Uveďte prosím číslo",
28
27
  "Please provide a string": "Zadejte řetězec",
29
- "Please provide a valid url": "Uveďte platnou adresu URL"
28
+ "Please provide a valid url": "Uveďte platnou adresu URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -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": "Por favor ingrese una dirección de correo electrónico válida",
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": "Proporcione una URL válida",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
+ }
@@ -14,6 +14,7 @@ import csTranslations from './cs/translations.json';
14
14
  import daTranslations from './da/translations.json';
15
15
  import enTranslations from './en/translations.json';
16
16
  import esTranslations from './es/translations.json';
17
+ import es_419Translations from './es_419/translations.json';
17
18
  import frTranslations from './fr/translations.json';
18
19
  import idTranslations from './id/translations.json';
19
20
  import kmTranslations from './km/translations.json';
@@ -28,6 +29,7 @@ import ptTranslations from './pt/translations.json';
28
29
  import pt_BRTranslations from './pt_BR/translations.json';
29
30
  import roTranslations from './ro/translations.json';
30
31
  import ruTranslations from './ru/translations.json';
32
+ import siTranslations from './si/translations.json';
31
33
  import svTranslations from './sv/translations.json';
32
34
  import tetTranslations from './tet/translations.json';
33
35
  import tgTranslations from './tg/translations.json';
@@ -46,6 +48,7 @@ i18n.addResources('cs', namespace, csTranslations);
46
48
  i18n.addResources('da', namespace, daTranslations);
47
49
  i18n.addResources('en', namespace, enTranslations);
48
50
  i18n.addResources('es', namespace, esTranslations);
51
+ i18n.addResources('es_419', namespace, es_419Translations);
49
52
  i18n.addResources('fr', namespace, frTranslations);
50
53
  i18n.addResources('id', namespace, idTranslations);
51
54
  i18n.addResources('km', namespace, kmTranslations);
@@ -60,6 +63,7 @@ i18n.addResources('pt', namespace, ptTranslations);
60
63
  i18n.addResources('pt_BR', namespace, pt_BRTranslations);
61
64
  i18n.addResources('ro', namespace, roTranslations);
62
65
  i18n.addResources('ru', namespace, ruTranslations);
66
+ i18n.addResources('si', namespace, siTranslations);
63
67
  i18n.addResources('sv', namespace, svTranslations);
64
68
  i18n.addResources('tet', namespace, tetTranslations);
65
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
+ }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "Пароль має містити принаймні одну ВЕЛИКУ літеру",
20
20
  "Password should contain at least one number": "Пароль має містити принаймні одну цифру",
21
21
  "Password should have at least one special character": "Пароль має містити принаймні один спеціальний символ",
22
- "Please provide a username between 4 and 255 characters": "Вкажіть ім'я користувача від 4 до 255 символів",
23
22
  "Please provide a valid email address": "Вкажіть дійсну адресу електронної пошти",
24
23
  "Please provide a value": "Вкажіть значення",
25
24
  "Please provide a round number without decimals": "Вкажіть ціле число без десяткових знаків",
26
25
  "Please provide a valid international phone number.": "Вкажіть дійсний міжнародний номер телефону.",
27
26
  "Please provide a number": "Вкажіть число",
28
27
  "Please provide a string": "Вкажіть рядок",
29
- "Please provide a valid url": "Вкажіть дійсну URL-адресу"
28
+ "Please provide a valid url": "Вкажіть дійсну URL-адресу",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
@@ -19,12 +19,12 @@
19
19
  "Password should contain at least one UPPERCASE letter": "口令至少包括一个大写字母",
20
20
  "Password should contain at least one number": "口令至少包括应该数字",
21
21
  "Password should have at least one special character": "口令至少包括一个特殊字符",
22
- "Please provide a username between 4 and 255 characters": "请提供 4 到 255 个字符之间的用户名",
23
22
  "Please provide a valid email address": "有效的邮箱",
24
23
  "Please provide a value": "请提供值",
25
24
  "Please provide a round number without decimals": "请提供一个没有小数的整数",
26
25
  "Please provide a valid international phone number.": "请提供有效的国际电话号码。",
27
26
  "Please provide a number": "请提供号码",
28
27
  "Please provide a string": "请提供字符串",
29
- "Please provide a valid url": "有效的URL"
28
+ "Please provide a valid url": "有效的URL",
29
+ "Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-forms",
3
- "version": "8.13.0",
3
+ "version": "8.13.2",
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.0",
38
- "@dhis2-ui/checkbox": "8.13.0",
39
- "@dhis2-ui/field": "8.13.0",
40
- "@dhis2-ui/file-input": "8.13.0",
41
- "@dhis2-ui/input": "8.13.0",
42
- "@dhis2-ui/radio": "8.13.0",
43
- "@dhis2-ui/select": "8.13.0",
44
- "@dhis2-ui/switch": "8.13.0",
45
- "@dhis2-ui/text-area": "8.13.0",
37
+ "@dhis2-ui/button": "8.13.2",
38
+ "@dhis2-ui/checkbox": "8.13.2",
39
+ "@dhis2-ui/field": "8.13.2",
40
+ "@dhis2-ui/file-input": "8.13.2",
41
+ "@dhis2-ui/input": "8.13.2",
42
+ "@dhis2-ui/radio": "8.13.2",
43
+ "@dhis2-ui/select": "8.13.2",
44
+ "@dhis2-ui/switch": "8.13.2",
45
+ "@dhis2-ui/text-area": "8.13.2",
46
46
  "classnames": "^2.3.1",
47
47
  "final-form": "^4.20.2",
48
48
  "prop-types": "^15.7.2",