New translations validation.php (Norwegian)
This commit is contained in:
@@ -31,16 +31,16 @@ return [
|
||||
'array' => ':attribute må være en matrise.',
|
||||
'before' => ':attribute må være en dato før :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'numeric' => 'Attributt :attribute må være mellom :min og :max.',
|
||||
'file' => 'Attributt :attribute må være mellom :min og :max kilobytes.',
|
||||
'string' => 'Attributt :atribute må være mellom :min og :max tegn.',
|
||||
'array' => ':attribute må være mellom :min og :max elementer.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'boolean' => ':attribute feltet må være true eller false.',
|
||||
'confirmed' => ':attribute bekreftelsen samsvarer ikke.',
|
||||
'date' => ':attribute er ikke en gyldig dato.',
|
||||
'date_format' => ':attribute passer ikke med formatet :format.',
|
||||
'different' => ':attribute og :other må være forskjellige.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
|
||||
Reference in New Issue
Block a user