@trackunit/react-form-components 0.0.254 → 0.0.256

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.254",
3
+ "version": "0.0.256",
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": "Код страны недействителен",
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": "Номер телефона слишком короткий",
11
11
  "phoneField.error.undefined": ""
12
12
  };
13
13
 
@@ -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": "Codul țării nu este valid",
5
+ "phoneField.error.INVALID_LENGTH": "Numărul de telefon nu este valid",
6
+ "phoneField.error.NOT_A_NUMBER": "Numărul de telefon poate conține doar cifre",
7
+ "phoneField.error.REQUIRED": "Numărul de telefon este necesar",
8
+ "phoneField.error.REQUIRED_COUNTRY": "Codul țării este necesar",
9
+ "phoneField.error.TOO_LONG": "Numărul de telefon este prea lung",
10
+ "phoneField.error.TOO_SHORT": "Numărul de telefon este prea scurt",
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": "Код страны недействителен",
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": "Номер телефона слишком короткий",
9
9
  "phoneField.error.undefined": ""
10
10
  };
11
11
 
@@ -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": "Codul țării nu este valid",
3
+ "phoneField.error.INVALID_LENGTH": "Numărul de telefon nu este valid",
4
+ "phoneField.error.NOT_A_NUMBER": "Numărul de telefon poate conține doar cifre",
5
+ "phoneField.error.REQUIRED": "Numărul de telefon este necesar",
6
+ "phoneField.error.REQUIRED_COUNTRY": "Codul țării este necesar",
7
+ "phoneField.error.TOO_LONG": "Numărul de telefon este prea lung",
8
+ "phoneField.error.TOO_SHORT": "Numărul de telefon este prea scurt",
9
9
  "phoneField.error.undefined": ""
10
10
  };
11
11