1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Updated the swedish lang files

This commit is contained in:
vagrant
2019-05-06 17:19:51 +00:00
parent 6797c91eeb
commit 989309fdff
6 changed files with 54 additions and 5 deletions

View File

@ -38,6 +38,7 @@ return [
'filled' => ':attribute är obligatoriskt.',
'exists' => 'Valt värde för :attribute är ogiltigt.',
'image' => ':attribute måste vara en bild.',
'image_extension' => ':attribute måste ha ett giltigt filtillägg.',
'in' => 'Vald :attribute är ogiltigt.',
'integer' => ':attribute måste vara en integer.',
'ip' => ':attribute måste vara en giltig IP-adress.',
@ -54,6 +55,7 @@ return [
'string' => ':attribute måste vara minst :min tecken.',
'array' => ':attribute måste ha minst :min poster.',
],
'no_double_extension' => ':attribute får bara ha ett filtillägg.',
'not_in' => 'Vald :attribute är inte giltig',
'numeric' => ':attribute måste vara ett nummer.',
'regex' => ':attribute har ett ogiltigt format.',