Merge pull request #2151 from freestream/fix/sv-translation

Changed and remove some english words in Swedish translation file
This commit is contained in:
Samuel Georges 2016-06-27 16:44:16 +10:00 committed by GitHub
commit b7d0c19a38
1 changed files with 5 additions and 5 deletions

View File

@ -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.",