Merge pull request #2151 from freestream/fix/sv-translation
Changed and remove some english words in Swedish translation file
This commit is contained in:
commit
b7d0c19a38
|
|
@ -56,11 +56,11 @@ return [
|
|||
"not_in" => "Valt :attribute är felaktigt.",
|
||||
"numeric" => ":attribute måste vara ett number.",
|
||||
"regex" => ":attribute format är felaktigt.",
|
||||
"required" => ":attribute field är obligatoriskt.",
|
||||
"required_if" => ":attribute field är obligatoriskt när :other is :value.",
|
||||
"required_with" => ":attribute field är obligatoriskt när :values är satt.",
|
||||
"required_without" => ":attribute field är obligatoriskt när :values ej är satt.",
|
||||
"same" => ":attribute and :other måste matcha.",
|
||||
"required" => ":attribute är obligatoriskt.",
|
||||
"required_if" => ":attribute är obligatoriskt när :other is :value.",
|
||||
"required_with" => ":attribute är obligatoriskt när :values är satt.",
|
||||
"required_without" => ":attribute är obligatoriskt när :values ej är satt.",
|
||||
"same" => ":attribute och :other måste matcha.",
|
||||
"size" => [
|
||||
"numeric" => ":attribute måste vara :size.",
|
||||
"file" => ":attribute måste vara :size kilobytes.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue