mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
commit
da8dfe4410
2 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'failed' => 'Dessa autentiseringsuppgifter matchar inte de i vårt register.',
|
'failed' => 'Dessa autentiseringsuppgifter matchar inte vårt register.',
|
||||||
'throttle' => 'För många inloggningsförsök. Var god försök igen om :seconds sekunder.',
|
'throttle' => 'För många inloggningsförsök. Var god försök igen om :seconds sekunder.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -17,9 +17,9 @@ return [
|
||||||
'active_url' => ':attribute är inte en giltig URL.',
|
'active_url' => ':attribute är inte en giltig URL.',
|
||||||
'after' => ':attribute måste vara ett datum efter :date.',
|
'after' => ':attribute måste vara ett datum efter :date.',
|
||||||
'after_or_equal' => ':attribute måste vara ett datum efter eller samma som :date.',
|
'after_or_equal' => ':attribute måste vara ett datum efter eller samma som :date.',
|
||||||
'alpha' => ':attribute får endast intehålla bokstäver.',
|
'alpha' => ':attribute får endast innehålla bokstäver.',
|
||||||
'alpha_dash' => ':attribute får endast intehålla bokstäver, nummer, och bindestreck.',
|
'alpha_dash' => ':attribute får endast innehålla bokstäver, nummer, och bindestreck.',
|
||||||
'alpha_num' => ':attribute får endast intehålla bokstäver och nummer.',
|
'alpha_num' => ':attribute får endast innehålla bokstäver och nummer.',
|
||||||
'array' => ':attribute måste vara en array.',
|
'array' => ':attribute måste vara en array.',
|
||||||
'before' => ':attribute måste vara ett datum före :date.',
|
'before' => ':attribute måste vara ett datum före :date.',
|
||||||
'before_or_equal' => ':attribute måste vara ett datum före eller samma som :date.',
|
'before_or_equal' => ':attribute måste vara ett datum före eller samma som :date.',
|
||||||
|
@ -51,10 +51,10 @@ return [
|
||||||
'ipv6' => ':attribute måste vara en giltig IPv6 adress.',
|
'ipv6' => ':attribute måste vara en giltig IPv6 adress.',
|
||||||
'json' => ':attribute måste vara en giltig JSON string.',
|
'json' => ':attribute måste vara en giltig JSON string.',
|
||||||
'max' => [
|
'max' => [
|
||||||
'numeric' => ':attribute får inte vara större than :max.',
|
'numeric' => ':attribute får inte vara större än :max.',
|
||||||
'file' => ':attribute får inte vara större than :max kilobyte.',
|
'file' => ':attribute får inte vara större än :max kilobyte.',
|
||||||
'string' => ':attribute får inte vara större than :max tecken.',
|
'string' => ':attribute får inte vara större än :max tecken.',
|
||||||
'array' => ':attribute får inte ha mer än :max objekt.',
|
'array' => ':attribute får inte ha fler än :max objekt.',
|
||||||
],
|
],
|
||||||
'mimes' => ':attribute måste vara en fil av typ: :values.',
|
'mimes' => ':attribute måste vara en fil av typ: :values.',
|
||||||
'mimetypes' => ':attribute måste vara en fil av typ: :values.',
|
'mimetypes' => ':attribute måste vara en fil av typ: :values.',
|
||||||
|
@ -62,7 +62,7 @@ return [
|
||||||
'numeric' => ':attribute måste vara åtminstone :min.',
|
'numeric' => ':attribute måste vara åtminstone :min.',
|
||||||
'file' => ':attribute måste vara åtminstone :min kilobyte.',
|
'file' => ':attribute måste vara åtminstone :min kilobyte.',
|
||||||
'string' => ':attribute måste vara åtminstone :min tecken.',
|
'string' => ':attribute måste vara åtminstone :min tecken.',
|
||||||
'array' => ':attribute måste have åtminstone :min objekt.',
|
'array' => ':attribute måste innehålla åtminstone :min objekt.',
|
||||||
],
|
],
|
||||||
'not_in' => 'vald :attribute är ogiltig.',
|
'not_in' => 'vald :attribute är ogiltig.',
|
||||||
'not_regex' => ':attribute formatet är ogiltigt.',
|
'not_regex' => ':attribute formatet är ogiltigt.',
|
||||||
|
@ -74,7 +74,7 @@ return [
|
||||||
'required_unless' => ':attribute fält krävs om inte :other är i :values.',
|
'required_unless' => ':attribute fält krävs om inte :other är i :values.',
|
||||||
'required_with' => ':attribute fält krävs när :values finns.',
|
'required_with' => ':attribute fält krävs när :values finns.',
|
||||||
'required_with_all' => ':attribute fält krävs när :values finns.',
|
'required_with_all' => ':attribute fält krävs när :values finns.',
|
||||||
'required_without' => ':attribute fält krvävs när :values inte finns.',
|
'required_without' => ':attribute fält krävs när :values inte finns.',
|
||||||
'required_without_all' => ':attribute fält krävs när inga av :values finns.',
|
'required_without_all' => ':attribute fält krävs när inga av :values finns.',
|
||||||
'same' => ':attribute och :other måste matcha.',
|
'same' => ':attribute och :other måste matcha.',
|
||||||
'size' => [
|
'size' => [
|
||||||
|
|
Loading…
Reference in a new issue