@trackunit/react-form-components 0.0.249 → 0.0.250
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.cjs6.js +7 -7
- package/translation.esm6.js +7 -7
package/package.json
CHANGED
package/translation.cjs6.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": "Maakoodi ei ole kelvollinen",
|
|
5
|
+
"phoneField.error.INVALID_LENGTH": "Puhelinnumero ei ole kelvollinen",
|
|
6
|
+
"phoneField.error.NOT_A_NUMBER": "Puhelinnumerossa voi olla vain numeroita",
|
|
7
|
+
"phoneField.error.REQUIRED": "Puhelinnumero on pakollinen",
|
|
8
|
+
"phoneField.error.REQUIRED_COUNTRY": "Maakoodi on pakollinen",
|
|
9
|
+
"phoneField.error.TOO_LONG": "Puhelinnumero on liian pitkä",
|
|
10
|
+
"phoneField.error.TOO_SHORT": "Puhelinnumero on liian lyhyt",
|
|
11
11
|
"phoneField.error.undefined": ""
|
|
12
12
|
};
|
|
13
13
|
|
package/translation.esm6.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": "Maakoodi ei ole kelvollinen",
|
|
3
|
+
"phoneField.error.INVALID_LENGTH": "Puhelinnumero ei ole kelvollinen",
|
|
4
|
+
"phoneField.error.NOT_A_NUMBER": "Puhelinnumerossa voi olla vain numeroita",
|
|
5
|
+
"phoneField.error.REQUIRED": "Puhelinnumero on pakollinen",
|
|
6
|
+
"phoneField.error.REQUIRED_COUNTRY": "Maakoodi on pakollinen",
|
|
7
|
+
"phoneField.error.TOO_LONG": "Puhelinnumero on liian pitkä",
|
|
8
|
+
"phoneField.error.TOO_SHORT": "Puhelinnumero on liian lyhyt",
|
|
9
9
|
"phoneField.error.undefined": ""
|
|
10
10
|
};
|
|
11
11
|
|