Translations Added

This commit is contained in:
Devansh 2021-11-29 17:21:07 +05:30
parent 180d6e2fb9
commit b7ccfa3daf
5 changed files with 5 additions and 0 deletions

View File

@ -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.',
];

View File

@ -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.',
];

View File

@ -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.',
];

View File

@ -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.',
];

View File

@ -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ı.',
];