Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent ae49790 commit fbc3ef2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tools: composer:v2, supportpal/language-tools

- name: PHP Syntax Check
uses: overtrue/phplint@9.1
uses: overtrue/phplint@9.4
with:
path: .
options: --exclude=vendor
Expand Down
74 changes: 37 additions & 37 deletions Lang/sv/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"numeric" => ":attribute mÄste vara mellan :min och :max.",
"file" => ":attribute mÄste vara mellan :min och :max kilobyte.",
"string" => ":attribute mÄste vara mellan :min och :max tecken.",
"array" => ":attribute mÄste ha mellan :min och :max objekt.",
"array" => "The :attribute must have between :min and :max items.",
),
"boolean" => ":attributefÀltet mÄste vara sant eller falskt.",
"confirmed" => ":attributebekrÀftelsen stÀmmer inte.",
Expand All @@ -41,20 +41,20 @@
"integer" => ":attribute mÄste vara ett heltal.",
"ip" => ":attribute mÄste vara en giltig IP-adress.",
"max" => array(
"numeric" => ":attribute fÄr inte vara större Àn :max.",
"file" => ":attribute fÄr inte vara större Àn :max kilobyte.",
"string" => ":attribute fÄr inte vara större Àn :max tecken.",
"array" => ":attribute fÄr inte ha fler Àn :max objekt.",
"numeric" => "The :attribute may not be greater than :max.",
"file" => "The :attribute may not be greater than :max kilobytes.",
"string" => "The :attribute may not be greater than :max characters.",
"array" => "The :attribute may not have more than :max items.",
),
"mimes" => ":attribute mÄste vara av filtypen: :values.",
"min" => array(
"numeric" => ":attribute mÄste Ätminstone vara :min.",
"file" => ":attribute mÄste Ätminstone vara :min kilobyte.",
"string" => ":attribute mÄste Ätminstone vara :min tecken.",
"array" => ":attribute mÄste Ätminstone ha :min objekt.",
"numeric" => "The :attribute must be at least :min.",
"file" => "The :attribute must be at least :min kilobytes.",
"string" => "The :attribute must be at least :min characters.",
"array" => "The :attribute must have at least :min items.",
),
"not_in" => "Valda :attribute Àr ogiltig.",
"numeric" => ":attribute mÄste vara en siffra.",
"numeric" => "The :attribute must be a number.",
"regex" => ":attributeformatet Àr ogiltig.",
"required" => ":attributefÀltet krÀvs.",
"required_if" => ":attributefÀltet krÀvs nÀr :other Àr :value.",
Expand All @@ -64,10 +64,10 @@
"required_without_all" => ":attributefÀltet krÀvs nÀr inget av :values finns.",
"same" => ":attribute och :other mÄste matcha.",
"size" => array(
"numeric" => ":attribute mÄste vara :size.",
"file" => ":attribute mÄste vara :size kilobyte.",
"string" => ":attribute mÄste vara :size tecken.",
"array" => ":attribute mÄste innehÄlla :size objekt.",
"numeric" => "The :attribute must be :size.",
"file" => "The :attribute must be :size kilobytes.",
"string" => "The :attribute must be :size characters.",
"array" => "The :attribute must contain :size items.",
),
"unique" => ":attribute har redan tagits.",
"url" => ":attributeformatet Àr ogiltigt.",
Expand Down Expand Up @@ -109,41 +109,41 @@
"before_or_equal" => ":attribute mÄste vara ett datum före eller lika med :date.",
"dimensions" => ":attribute har ogiltiga bilddimensioner",
"distinct" => ":attribute fÀltet har ett duplicerat vÀrde.",
"file" => ":attribute mÄste vara en fil.",
"file" => "The :attribute must be a file.",
"filled" => ":attribute fÀltet mÄste ha ett vÀrde.",
"gt" => array(
"numeric" => ":attribute mÄste vara större Àn :value.",
"file" => ":attribute mÄste vara större Àn :value kilobyte.",
"string" => ":attribute mÄste vara lÀngre Àn :value tecken.",
"array" => ":attribute mÄste ha fler Àn :value föremÄl.",
"numeric" => "The :attribute must be greater than :value.",
"file" => "The :attribute must be greater than :value kilobytes.",
"string" => "The :attribute must be greater than :value characters.",
"array" => "The :attribute must have more than :value items.",
),
"gte" => array(
"numeric" => ":attribute mÄste vara större Àn eller lika med :value.",
"file" => ":attribute mÄste vara större Àn eller lika med :value kilobyte.",
"string" => ":attribute mÄste vara lÀngre Àn eller lika med :value tecken.",
"array" => ":attribute mÄste ha :value föremÄl eller fler.",
"numeric" => "The :attribute must be greater than or equal :value.",
"file" => "The :attribute must be greater than or equal :value kilobytes.",
"string" => "The :attribute must be greater than or equal :value characters.",
"array" => "The :attribute must have :value items or more.",
),
"in_array" => ":attribute fÀltet finns inte i :other.",
"ipv4" => ":attribute mÄste vara en giltig IPv4-adress.",
"ipv6" => ":attribute mÄste vara en giltig IPv6-adress.",
"json" => ":attribute mÄste vara en giltig JSON-strÀng.",
"lt" => array(
"numeric" => ":attribute mÄste vara mindre Àn :value.",
"file" => ":attribute mÄste vara mindre Àn :value kilobyte.",
"string" => ":attribute mÄste vara kortare Àn :value tecken.",
"array" => ":attribute mÄste ha fÀrre Àn :value föremÄl.",
"numeric" => "The :attribute must be less than :value.",
"file" => "The :attribute must be less than :value kilobytes.",
"string" => "The :attribute must be less than :value characters.",
"array" => "The :attribute must have less than :value items.",
),
"lte" => array(
"numeric" => ":attribute mÄste vara mindre Àn eller lika med :value.",
"file" => ":attribute mÄste vara mindre Àn eller lika med :value kilobyte.",
"string" => ":attribute mÄste vara kortare Àn eller lika med :value tecken.",
"array" => ":attribute mÄste ha :value föremÄl eller fÀrre.",
"numeric" => "The :attribute must be less than or equal :value.",
"file" => "The :attribute must be less than or equal :value kilobytes.",
"string" => "The :attribute must be less than or equal :value characters.",
"array" => "The :attribute must not have more than :value items.",
),
"mimetypes" => ":attribute mÄste vara en fil av typen: :values.",
"not_regex" => ":attribute formatet Àr ogiltigt.",
"present" => ":attribute fÀltet mÄste finnas med.",
"required_unless" => ":attribute fÀltet Àr obligatoriskt om inte :other finns i :values.",
"string" => ":attribute mÄste vara en strÀng.",
"string" => "The :attribute must be a string.",
"timezone" => ":attribute mÄste vara en giltig zon.",
"uploaded" => ":attribute misslyckades med uppladdningen.",

Expand Down Expand Up @@ -193,17 +193,17 @@

"custom" => array(
"roles.*" => array(
"exists" => "Den valda rollen Àr ogiltig.",
"exists" => "The selected role is invalid.",
),
"category.*.type" => array(
"required" => "Ett Àmne krÀvs för varje e-post.",
"required" => "One or more self-service types must be selected.",
),
"category.*.categories" => array(
"required" => "InnehÄllsfÀltet krÀvs för varje e-post.",
"exists" => "En eller flera av de valda kategorierna Àr ogiltga.",
"required" => "One or more categories are required when a self-service type has been selected.",
"exists" => "One or more of the selected categories is invalid.",
),
"brand.*" => array(
"exists" => "Det valda varumÀrket Àr ogiltigt.",
"exists" => "The selected brand is invalid.",
),
),

Expand Down

0 comments on commit fbc3ef2

Please sign in to comment.