2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Validation Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines contain the default error messages used by
|
|
|
|
| the validator class. Some of these rules have multiple versions such
|
|
|
|
| such as the size rules. Feel free to tweak each of these messages.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2017-09-06 18:05:32 -07:00
|
|
|
'accepted' => ':attribute a fost acceptat.',
|
|
|
|
'active_url' => ':attribute nu este un URL valid.',
|
|
|
|
'after' => ':attribute trebuie sa fie o data dupa :date.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'after_or_equal' => ': atribute trebuie să fie o dată mai mare sau egală cu :date.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'alpha' => ':attribute trebuie sa contina numai litere.',
|
|
|
|
'alpha_dash' => ':attribute poate sa contina numai litere, cifre si linia de punctuatie.',
|
|
|
|
'alpha_num' => ':attribute poate sa contina numai litere si cifre.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'array' => ': attribute trebuie să fie un șir/matrice.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'before' => ':attribute trebuie sa contina o data inainte de :date.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'before_or_equal' => ': atribute trebuie să fie o dată mai mică cu o zi sau egală cu :date.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'between' => [
|
|
|
|
'numeric' => ':attribute trebuie sa fie intre :min - :max.',
|
|
|
|
'file' => ':attribute trebuie sa fie intre :min - :max kilobytes.',
|
|
|
|
'string' => ':attribute trebuie sa aiba intre :min - :max caractere.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'array' => ': atribute trebuie să fie între: min şi: max.',
|
2017-09-06 18:05:32 -07:00
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
'boolean' => 'Câmpul atributului trebuie să fie adevărat sau fals.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'confirmed' => 'Confirmarea la :attribute nu este asemanatoare.',
|
|
|
|
'date' => ':attribute nu este o data.',
|
|
|
|
'date_format' => ':attribute nu se leaga cu formatul :format.',
|
|
|
|
'different' => ':attribute si :other trebuie sa fie diferite.',
|
|
|
|
'digits' => ':attribute trebuie sa fie de :digits cifre.',
|
|
|
|
'digits_between' => ':attribute trebuie sa fie intre :min si :max cifre.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'dimensions' => 'Atributul: are dimensiuni de imagine nevalide.',
|
|
|
|
'distinct' => 'Câmpul atributului: are o valoare duplicat.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'email' => 'Formatul :attribute nu este valid.',
|
|
|
|
'exists' => ':attribute selectat nu e valid.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'file' => 'Atributul: trebuie să fie un fișier.',
|
|
|
|
'filled' => 'Câmpul atributului trebuie să aibă o valoare.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'image' => ':attribute trebuie sa fie o imagine.',
|
|
|
|
'in' => ':attribute selectat nu este valid.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'in_array' => 'Câmpul atributului nu există în: altul.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'integer' => ':attribute trebuie sa fie numar intreg.',
|
|
|
|
'ip' => ':attribute trebuie sa fie o adresa IP valida.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'ipv4' => 'Atributul: trebuie să fie o adresă IPv4 validă.',
|
|
|
|
'ipv6' => 'Atributul: trebuie să fie o adresă IPv6 validă.',
|
|
|
|
'json' => 'Atributul: trebuie să fie un șir JSON valid.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'max' => [
|
|
|
|
'numeric' => ':attribute nu poate sa fie mai mare de :max.',
|
|
|
|
'file' => ':attribute nu poate sa fie mai mare de :max kilobytes.',
|
|
|
|
'string' => ':attribute nu trebuie sa fie mai mare de :max caractere.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'array' => 'Atributul:: nu poate avea mai mult de: elemente max.',
|
2017-09-06 18:05:32 -07:00
|
|
|
],
|
|
|
|
'mimes' => ':attribute trebuie sa fie un fisier de tipul :values.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'mimetypes' => 'Atributul: trebuie să fie un fișier de tip:: valori.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'min' => [
|
|
|
|
'numeric' => ':attribute trebuie sa aiba cel putin :min.',
|
|
|
|
'file' => ':attribute trebuie sa aiba minim :min kilobytes.',
|
|
|
|
'string' => ':attribute trebuie sa aiba cel putin :min caractere.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'array' => 'Atributul:: trebuie să aibă cel puțin: min.',
|
2017-09-06 18:05:32 -07:00
|
|
|
],
|
|
|
|
'not_in' => ':attribute selectat nu e valid.',
|
|
|
|
'numeric' => ':attribute trebuie sa fie un numar.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'present' => 'Câmpul atributului trebuie să fie prezent.',
|
2017-11-15 15:31:34 -08:00
|
|
|
'valid_regex' => 'That is not a valid regex. ',
|
2017-09-06 18:05:32 -07:00
|
|
|
'regex' => 'Formatul :attribute nu este valid.',
|
|
|
|
'required' => 'Campul :attribute este obligatoriu.',
|
|
|
|
'required_if' => ':attribute este obligatoriu atunci cand :other este :value.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'required_unless' => 'Câmpul atributului este necesar dacă: altul nu este în: valori.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'required_with' => ':attribute este obligatoriu atunci cand :values este prezent.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'required_with_all' => 'Câmpul atributului este necesar când: există valori.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'required_without' => ':attribute este obligatoriu atunci cand :values nu este prezent.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'required_without_all' => 'Câmpul atributului este necesar atunci când niciuna dintre valorile: nu este prezentă.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'same' => ':attribute si :other trebuie sa fie la fel.',
|
|
|
|
'size' => [
|
|
|
|
'numeric' => ':attribute trebuie sa aiba :size.',
|
|
|
|
'file' => ':attribute trebuie sa aiba :size kilobytes.',
|
|
|
|
'string' => ':attribute trebuie sa aiba :size caractere.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'array' => 'Atributul:: trebuie să conțină: elemente de dimensiune.',
|
2017-09-06 18:05:32 -07:00
|
|
|
],
|
2017-10-17 18:52:20 -07:00
|
|
|
'string' => 'Atributul: trebuie să fie un șir.',
|
|
|
|
'timezone' => 'Atributul: trebuie să fie o zonă validă.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'unique' => ':attribute este deja folosit.',
|
2017-10-17 18:52:20 -07:00
|
|
|
'uploaded' => 'Atributul: nu a reușit să se încarce.',
|
2017-09-06 18:05:32 -07:00
|
|
|
'url' => 'Formatul :attribute nu este valid.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'unique_undeleted' => 'The :attribute must be unique.',
|
2017-09-06 18:05:32 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Custom Validation Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| Here you may specify custom validation messages for attributes using the
|
|
|
|
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
|
|
| specify a specific custom language line for a given attribute rule.
|
|
|
|
|
|
|
|
|
*/
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Custom Validation Language Lines
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| Here you may specify custom validation messages for attributes using the
|
|
|
|
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
|
|
| specify a specific custom language line for a given attribute rule.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2017-09-06 18:05:32 -07:00
|
|
|
'custom' => [
|
2021-06-10 13:15:52 -07:00
|
|
|
'alpha_space' => 'Câmpul atributului: conține un caracter care nu este permis.',
|
|
|
|
'email_array' => 'Una sau mai multe adrese de e-mail este nevalidă.',
|
|
|
|
'hashed_pass' => 'Parola curentă este incorectă',
|
2017-10-17 18:52:20 -07:00
|
|
|
'dumbpwd' => 'Această parolă este prea obișnuită.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'statuslabel_type' => 'Trebuie să selectați un tip de etichetă de stare validă',
|
2017-09-06 18:05:32 -07:00
|
|
|
],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Custom Validation Attributes
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
| The following language lines are used to swap attribute place-holders
|
|
|
|
| with something more reader friendly such as E-Mail Address instead
|
|
|
|
| of "email". This simply helps us make messages a little cleaner.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2017-09-06 18:05:32 -07:00
|
|
|
'attributes' => [],
|
2016-03-25 01:18:05 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|