diff --git a/packages/Webkul/Core/src/Resources/lang/es/validation.php b/packages/Webkul/Core/src/Resources/lang/es/validation.php index 30d5276fe..db40e91f0 100755 --- a/packages/Webkul/Core/src/Resources/lang/es/validation.php +++ b/packages/Webkul/Core/src/Resources/lang/es/validation.php @@ -4,5 +4,6 @@ return [ 'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.', 'code' => 'O :attribute debe ser válido.', 'decimal' => 'O :attribute debe ser válido.', + 'phone-number' => 'The :attribute must be valid phone number.', 'slug' => 'O :attribute debe tener un slug válido.', ]; diff --git a/packages/Webkul/Core/src/Resources/lang/fa/validation.php b/packages/Webkul/Core/src/Resources/lang/fa/validation.php index 2b2c0bde6..78fa4fcc9 100755 --- a/packages/Webkul/Core/src/Resources/lang/fa/validation.php +++ b/packages/Webkul/Core/src/Resources/lang/fa/validation.php @@ -4,5 +4,6 @@ return [ 'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.', 'code' => 'The :attribute must be valid.', 'decimal' => 'The :attribute must be valid.', + 'phone-number' => 'The :attribute must be valid phone number.', 'slug' => 'The :attribute must be valid slug.', ]; diff --git a/packages/Webkul/Core/src/Resources/lang/it/validation.php b/packages/Webkul/Core/src/Resources/lang/it/validation.php index 2c0f204d5..abfff6c4c 100644 --- a/packages/Webkul/Core/src/Resources/lang/it/validation.php +++ b/packages/Webkul/Core/src/Resources/lang/it/validation.php @@ -4,5 +4,6 @@ return [ 'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.', 'code' => ':attribute deve essere valido.', 'decimal' => ':attribute deve essere valido.', + 'phone-number' => 'The :attribute must be valid phone number.', 'slug' => ':attribute deve essere uno slug valido.', ]; diff --git a/packages/Webkul/Core/src/Resources/lang/pt_BR/validation.php b/packages/Webkul/Core/src/Resources/lang/pt_BR/validation.php index 831306f38..15407320a 100755 --- a/packages/Webkul/Core/src/Resources/lang/pt_BR/validation.php +++ b/packages/Webkul/Core/src/Resources/lang/pt_BR/validation.php @@ -4,5 +4,6 @@ return [ 'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.', 'code' => 'O :attribute precisa ser válido.', 'decimal' => 'O :attribute precisa ser válido.', + 'phone-number' => 'The :attribute must be valid phone number.', 'slug' => 'O :attribute precisa ter um slug válido.', ]; diff --git a/packages/Webkul/Core/src/Resources/lang/tr/validation.php b/packages/Webkul/Core/src/Resources/lang/tr/validation.php index e63710a06..c1dde4b28 100644 --- a/packages/Webkul/Core/src/Resources/lang/tr/validation.php +++ b/packages/Webkul/Core/src/Resources/lang/tr/validation.php @@ -4,5 +4,6 @@ return [ 'alpha-numeric-space' => 'The :attribute can only accept alpha, numeric and spaces.', 'code' => ':attribute değeri geçerli olmalı.', 'decimal' => ':attribute geçerli olmalı.', + 'phone-number' => 'The :attribute must be valid phone number.', 'slug' => ':attribute değeri geçerli bir url olmalı.', ];