@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error.INVALID_COUNTRY": "The country code is not valid",
5
- "phoneField.error.INVALID_LENGTH": "The phone number is not valid",
6
- "phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
7
- "phoneField.error.REQUIRED": "The phone number is required",
8
- "phoneField.error.REQUIRED_COUNTRY": "The country code is required",
9
- "phoneField.error.TOO_LONG": "The phone number is too long",
10
- "phoneField.error.TOO_SHORT": "The phone number is 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
 
@@ -1,11 +1,11 @@
1
1
  var translation = {
2
- "phoneField.error.INVALID_COUNTRY": "The country code is not valid",
3
- "phoneField.error.INVALID_LENGTH": "The phone number is not valid",
4
- "phoneField.error.NOT_A_NUMBER": "The phone number can contain numbers only",
5
- "phoneField.error.REQUIRED": "The phone number is required",
6
- "phoneField.error.REQUIRED_COUNTRY": "The country code is required",
7
- "phoneField.error.TOO_LONG": "The phone number is too long",
8
- "phoneField.error.TOO_SHORT": "The phone number is 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