@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-form-components",
3
- "version": "0.0.256",
3
+ "version": "0.0.258",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
- "phoneField.error.INVALID_COUNTRY": "The country code is not valid",
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",
@@ -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": "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
 
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
- "phoneField.error.INVALID_COUNTRY": "The country code is not valid",
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",
@@ -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": "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