Translations Added
This commit is contained in:
parent
180d6e2fb9
commit
b7ccfa3daf
|
|
@ -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.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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ı.',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue