mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-14 12:02:31 +03:00
New translations validation.php (Swedish)
This commit is contained in:
@ -90,7 +90,7 @@ return [
|
|||||||
'required_without' => ':attribute är obligatoriskt när :values inte finns.',
|
'required_without' => ':attribute är obligatoriskt när :values inte finns.',
|
||||||
'required_without_all' => ':attribute är obligatirskt när ingen av :values finns.',
|
'required_without_all' => ':attribute är obligatirskt när ingen av :values finns.',
|
||||||
'same' => ':attribute och :other måste stämma överens.',
|
'same' => ':attribute och :other måste stämma överens.',
|
||||||
'safe_url' => 'The provided link may not be safe.',
|
'safe_url' => 'Den angivna länken kanske inte är säker.',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute måste vara :size.',
|
'numeric' => ':attribute måste vara :size.',
|
||||||
'file' => ':attribute måste vara :size kilobyte.',
|
'file' => ':attribute måste vara :size kilobyte.',
|
||||||
|
Reference in New Issue
Block a user