@trackunit/react-form-components 0.0.256 → 0.0.258
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/package.json +1 -1
- package/translation.cjs17.js +1 -1
- package/translation.cjs5.js +7 -7
- package/translation.esm17.js +1 -1
- package/translation.esm5.js +7 -7
package/package.json
CHANGED
package/translation.cjs17.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "รหัสประเทศไม่ถูกต้อง",
|
|
5
5
|
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
6
6
|
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
7
7
|
"phoneField.error.REQUIRED": "The phone number is required",
|
package/translation.cjs5.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var translation = {
|
|
4
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
5
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
6
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
7
|
-
"phoneField.error.REQUIRED": "
|
|
8
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
9
|
-
"phoneField.error.TOO_LONG": "
|
|
10
|
-
"phoneField.error.TOO_SHORT": "
|
|
4
|
+
"phoneField.error.INVALID_COUNTRY": "L'indicatif du pays n'est pas valide",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "Le numéro de téléphone n’est pas valide",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "Le numéro de téléphone peut contenir uniquement des chiffres",
|
|
7
|
+
"phoneField.error.REQUIRED": "Le numéro de téléphone est requis",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "L'indicatif du pays est requis",
|
|
9
|
+
"phoneField.error.TOO_LONG": "Le numéro de téléphone est trop long",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "Le numéro de téléphone est trop court",
|
|
11
11
|
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
package/translation.esm17.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "รหัสประเทศไม่ถูกต้อง",
|
|
3
3
|
"phoneField.error.INVALID_LENGTH": "The phone number is not valid",
|
|
4
4
|
"phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
|
|
5
5
|
"phoneField.error.REQUIRED": "The phone number is required",
|
package/translation.esm5.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var translation = {
|
|
2
|
-
"phoneField.error.INVALID_COUNTRY": "
|
|
3
|
-
"phoneField.error.INVALID_LENGTH": "
|
|
4
|
-
"phoneField.error.NOT_A_NUMBER": "
|
|
5
|
-
"phoneField.error.REQUIRED": "
|
|
6
|
-
"phoneField.error.REQUIRED_COUNTRY": "
|
|
7
|
-
"phoneField.error.TOO_LONG": "
|
|
8
|
-
"phoneField.error.TOO_SHORT": "
|
|
2
|
+
"phoneField.error.INVALID_COUNTRY": "L'indicatif du pays n'est pas valide",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "Le numéro de téléphone n’est pas valide",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "Le numéro de téléphone peut contenir uniquement des chiffres",
|
|
5
|
+
"phoneField.error.REQUIRED": "Le numéro de téléphone est requis",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "L'indicatif du pays est requis",
|
|
7
|
+
"phoneField.error.TOO_LONG": "Le numéro de téléphone est trop long",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "Le numéro de téléphone est trop court",
|
|
9
9
|
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|