updated translations
This commit is contained in:
@ -33,19 +33,20 @@ return [
|
||||
'confirmed' => ':attribute bekräftelsen matchar inte.',
|
||||
'date' => ':attribute är inte ett giltigt datum.',
|
||||
'date_format' => ':attribute matchar inte formatet :format.',
|
||||
'different' => ':attribute och :other får inte vara lika.',
|
||||
'different' => ':attribute och :other måste vara <strong>olika</strong>.',
|
||||
'digits' => ':attribute måste vara :digits tecken.',
|
||||
'digits_between' => ':attribute måste vara mellan :min och :max tecken.',
|
||||
'dimensions' => ':attribute har felaktiga bilddimensioner.',
|
||||
'distinct' => ':attribute innehåller fler än en repetition av samma element.',
|
||||
'email' => ':attribute måste innehålla en korrekt e-postadress.',
|
||||
'email' => ':attribute måste vara korrekt <strong>epost adress</strong>.',
|
||||
'ends_with' => ':attribute måste avslutas med en av följande: :values',
|
||||
'exists' => ':attribute är ogiltigt.',
|
||||
'file' => ':attribute måste vara en fil.',
|
||||
'filled' => ':attribute är obligatoriskt.',
|
||||
'image' => ':attribute måste vara en bild.',
|
||||
'file' => ':attribute måste vara en <strong>fil</strong>.',
|
||||
'filled' => ':attribute fältet måste ha ett <strong>värde</strong>.',
|
||||
'image' => ':attribute måste vara en <strong>bild</strong>.',
|
||||
'in' => ':attribute är ogiltigt.',
|
||||
'in_array' => ':attribute finns inte i :other.',
|
||||
'integer' => ':attribute måste vara en siffra.',
|
||||
'integer' => ':attribute måste vara ett <strong>heltal</strong>.',
|
||||
'ip' => ':attribute måste vara en giltig IP-adress.',
|
||||
'json' => ':attribute måste vara en giltig JSON-sträng.',
|
||||
'max' => [
|
||||
@ -64,9 +65,9 @@ return [
|
||||
],
|
||||
'not_in' => ':attribute är ogiltigt.',
|
||||
'numeric' => ':attribute måste vara en siffra.',
|
||||
'present' => ':attribute måste finnas med.',
|
||||
'regex' => ':attribute har ogiltigt format.',
|
||||
'required' => ':attribute är obligatoriskt.',
|
||||
'present' => ':attribute fältet måste vara <strong>närvarande</strong>.',
|
||||
'regex' => ':attribute formatet är <strong>ogiltigt</strong>.',
|
||||
'required' => ':attribute fältet är <strong>nödvändigt</strong>.',
|
||||
'required_if' => ':attribute är obligatoriskt när :other är :value.',
|
||||
'required_unless' => ':attribute är obligatoriskt när inte :other finns bland :values.',
|
||||
'required_with' => ':attribute är obligatoriskt när :values är ifyllt.',
|
||||
@ -77,14 +78,14 @@ return [
|
||||
'size' => [
|
||||
'numeric' => ':attribute måste vara :size.',
|
||||
'file' => ':attribute får endast vara :size kilobyte stor.',
|
||||
'string' => ':attribute måste innehålla :size tecken.',
|
||||
'string' => ':attribute måste vara <strong>:size tecken</strong>.',
|
||||
'array' => ':attribute måste innehålla :size objekt.',
|
||||
],
|
||||
'string' => ':attribute måste vara en sträng.',
|
||||
'string' => ':attribute måste vara en <strong>sträng</strong>.',
|
||||
'timezone' => ':attribute måste vara en giltig tidszon.',
|
||||
'unique' => ':attribute används redan.',
|
||||
'uploaded' => ':attribute kunde inte laddas upp.',
|
||||
'url' => ':attribute har ett ogiltigt format.',
|
||||
'unique' => ':attribute är redan <strong>taget</strong>.',
|
||||
'uploaded' => ':attribute <strong>misslyckades</strong> att ladda upp.',
|
||||
'url' => ':attribute formatet är <strong>ogiltigt</strong>.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user