@trackunit/react-form-components 0.0.253 → 0.0.255

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.253",
3
+ "version": "0.0.255",
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": "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,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": "El código de país no es válido",
5
+ "phoneField.error.INVALID_LENGTH": "El número de teléfono no es válido",
6
+ "phoneField.error.NOT_A_NUMBER": "El número de teléfono solo puede contener números",
7
+ "phoneField.error.REQUIRED": "El número de teléfono es obligatorio",
8
+ "phoneField.error.REQUIRED_COUNTRY": "El código de país es obligatorio",
9
+ "phoneField.error.TOO_LONG": "El número de teléfono es demasiado largo",
10
+ "phoneField.error.TOO_SHORT": "El número de teléfono es demasiado corto",
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": "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
 
@@ -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": "El código de país no es válido",
3
+ "phoneField.error.INVALID_LENGTH": "El número de teléfono no es válido",
4
+ "phoneField.error.NOT_A_NUMBER": "El número de teléfono solo puede contener números",
5
+ "phoneField.error.REQUIRED": "El número de teléfono es obligatorio",
6
+ "phoneField.error.REQUIRED_COUNTRY": "El código de país es obligatorio",
7
+ "phoneField.error.TOO_LONG": "El número de teléfono es demasiado largo",
8
+ "phoneField.error.TOO_SHORT": "El número de teléfono es demasiado corto",
9
9
  "phoneField.error.undefined": ""
10
10
  };
11
11