diff --git a/resources/lang/no-NO/validation.php b/resources/lang/no-NO/validation.php index 49855d80..8f536aba 100644 --- a/resources/lang/no-NO/validation.php +++ b/resources/lang/no-NO/validation.php @@ -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.',