mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Various fixes and cleanup
This commit is contained in:
@@ -103,73 +103,73 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => ':attribute måste vara mellan :min och :max.',
|
||||
'between.file' => ':attribute måste vara mellan :min och :max kilobytes.',
|
||||
'between.string' => ':attribute måste vara mellan :min och :max tecken.',
|
||||
'between.array' => ':attribute måste innehålla :min till :max artiklar.',
|
||||
'boolean' => ':attribute fältet måste vara sant eller falskt.',
|
||||
'confirmed' => ':attribute bekräftelsen matchar inte.',
|
||||
'date' => ':attribute är inte ett giltigt datum.',
|
||||
'date_format' => ':attribute matchar inte formatet :format.',
|
||||
'different' => ':attribute och :other måste vara olika.',
|
||||
'digits' => ':attribute måste vara :digits siffror.',
|
||||
'digits_between' => ':attribute måste innehålla :min till :max siffror.',
|
||||
'email' => ':attribute måste vara en giltig e-postadress.',
|
||||
'filled' => ':attribute fältet är obligatoriskt.',
|
||||
'exists' => 'Det valda :attribute är ogiltigt.',
|
||||
'image' => ':attribute måste vara en bild.',
|
||||
'in' => 'Det valda :attribute är ogitligt.',
|
||||
'integer' => ':attribute måste vara ett heltal.',
|
||||
'ip' => ':attribute måste vara en giltig IP-adress.',
|
||||
'json' => ':attribute måste vara en giltig JSON sträng.',
|
||||
'max.numeric' => ':attribute får inte vara större än :max.',
|
||||
'max.file' => ':attribute får inte vara större än :max kilobytes.',
|
||||
'max.string' => ':attribute får inte vara större än :max tecken.',
|
||||
'max.array' => ':attribute får inte innehålla fler artiklar än :max.',
|
||||
'mimes' => ':attribute måste vara av filtypen :values.',
|
||||
'min.numeric' => ':attribute måste vara minst :min.',
|
||||
'lte.numeric' => ':attribute måste vara mindre än eller lika med :value.',
|
||||
'min.file' => ':attribute måste vara minst :min kilobytes.',
|
||||
'min.string' => ':attribute måste minst vara :min tecken.',
|
||||
'min.array' => ':attribute måste innehålla minst :min artiklar.',
|
||||
'not_in' => 'Det valda :attribute är ogiltigt.',
|
||||
'numeric' => ':attribute måste vara ett nummer.',
|
||||
'numeric_native' => 'Ursprungsvärdet måste vara ett nummer.',
|
||||
'numeric_destination' => 'Mottagarkontot måste vara ett nummer.',
|
||||
'numeric_source' => 'Källvärdet måste vara ett nummer.',
|
||||
'regex' => ':attribute format är ogiltigt.',
|
||||
'required' => ':attribute fältet är obligatoriskt.',
|
||||
'required_if' => ':attribute fältet är obligatoriskt när :other är :value.',
|
||||
'required_unless' => ':attribute fältet är obligatoriskt så vida inte :other är i :values.',
|
||||
'required_with' => ':attribute fältet är obligatoriskt när :values är synligt.',
|
||||
'required_with_all' => ':attribute fältet är obligatoriskt när :values är synligt.',
|
||||
'required_without' => ':attribute fältet är obligatoriskt när :values inte är synligt.',
|
||||
'required_without_all' => ':attribute fältet är obligatoriskt när ingen av :values är synligt.',
|
||||
'same' => ':attribute och :other måste matcha.',
|
||||
'size.numeric' => ':attribute måste vara :size.',
|
||||
'amount_min_over_max' => 'Det minimala värdet kan inte vara större än det maximala värdet.',
|
||||
'size.file' => ':attribute måste vara :size kilobytes.',
|
||||
'size.string' => ':attribute måste vara :size tecken.',
|
||||
'size.array' => ':attribute måste innehålla :size artiklar.',
|
||||
'unique' => ':attribute är redan upptaget.',
|
||||
'string' => ':attribute måste vara en sträng.',
|
||||
'url' => ':attribute formatet är ogiltigt.',
|
||||
'timezone' => ':attribute måste vara en giltig zon.',
|
||||
'2fa_code' => ':attribute fältet är ogiltigt.',
|
||||
'dimensions' => ':attribute har ogiltiga bilddimensioner.',
|
||||
'distinct' => ':attribute fältet har ett dubbelt värde.',
|
||||
'file' => ':attribute måste vara en fil.',
|
||||
'in_array' => ':attribute fältet existerar inte i :other.',
|
||||
'present' => ':attribute fältet måste vara synligt.',
|
||||
'amount_zero' => 'Totala värdet kan inte vara noll.',
|
||||
'current_target_amount' => 'Det nuvarande beloppet måste vara mindre än målbeloppet.',
|
||||
'unique_piggy_bank_for_user' => 'Namnet på spargrisen måste vara unikt.',
|
||||
'unique_object_group' => 'Gruppnamnet måste vara unikt',
|
||||
'starts_with' => 'Värdet måste börja med :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Båda kontona måste vara samma kontotyp',
|
||||
'same_account_currency' => 'Båda kontona måste ha samma valutainställning',
|
||||
'between.numeric' => ':attribute måste vara mellan :min och :max.',
|
||||
'between.file' => ':attribute måste vara mellan :min och :max kilobytes.',
|
||||
'between.string' => ':attribute måste vara mellan :min och :max tecken.',
|
||||
'between.array' => ':attribute måste innehålla :min till :max artiklar.',
|
||||
'boolean' => ':attribute fältet måste vara sant eller falskt.',
|
||||
'confirmed' => ':attribute bekräftelsen matchar inte.',
|
||||
'date' => ':attribute är inte ett giltigt datum.',
|
||||
'date_format' => ':attribute matchar inte formatet :format.',
|
||||
'different' => ':attribute och :other måste vara olika.',
|
||||
'digits' => ':attribute måste vara :digits siffror.',
|
||||
'digits_between' => ':attribute måste innehålla :min till :max siffror.',
|
||||
'email' => ':attribute måste vara en giltig e-postadress.',
|
||||
'filled' => ':attribute fältet är obligatoriskt.',
|
||||
'exists' => 'Det valda :attribute är ogiltigt.',
|
||||
'image' => ':attribute måste vara en bild.',
|
||||
'in' => 'Det valda :attribute är ogitligt.',
|
||||
'integer' => ':attribute måste vara ett heltal.',
|
||||
'ip' => ':attribute måste vara en giltig IP-adress.',
|
||||
'json' => ':attribute måste vara en giltig JSON sträng.',
|
||||
'max.numeric' => ':attribute får inte vara större än :max.',
|
||||
'max.file' => ':attribute får inte vara större än :max kilobytes.',
|
||||
'max.string' => ':attribute får inte vara större än :max tecken.',
|
||||
'max.array' => ':attribute får inte innehålla fler artiklar än :max.',
|
||||
'mimes' => ':attribute måste vara av filtypen :values.',
|
||||
'min.numeric' => ':attribute måste vara minst :min.',
|
||||
'lte.numeric' => ':attribute måste vara mindre än eller lika med :value.',
|
||||
'min.file' => ':attribute måste vara minst :min kilobytes.',
|
||||
'min.string' => ':attribute måste minst vara :min tecken.',
|
||||
'min.array' => ':attribute måste innehålla minst :min artiklar.',
|
||||
'not_in' => 'Det valda :attribute är ogiltigt.',
|
||||
'numeric' => ':attribute måste vara ett nummer.',
|
||||
'numeric_native' => 'Ursprungsvärdet måste vara ett nummer.',
|
||||
'numeric_destination' => 'Mottagarkontot måste vara ett nummer.',
|
||||
'numeric_source' => 'Källvärdet måste vara ett nummer.',
|
||||
'regex' => ':attribute format är ogiltigt.',
|
||||
'required' => ':attribute fältet är obligatoriskt.',
|
||||
'required_if' => ':attribute fältet är obligatoriskt när :other är :value.',
|
||||
'required_unless' => ':attribute fältet är obligatoriskt så vida inte :other är i :values.',
|
||||
'required_with' => ':attribute fältet är obligatoriskt när :values är synligt.',
|
||||
'required_with_all' => ':attribute fältet är obligatoriskt när :values är synligt.',
|
||||
'required_without' => ':attribute fältet är obligatoriskt när :values inte är synligt.',
|
||||
'required_without_all' => ':attribute fältet är obligatoriskt när ingen av :values är synligt.',
|
||||
'same' => ':attribute och :other måste matcha.',
|
||||
'size.numeric' => ':attribute måste vara :size.',
|
||||
'amount_min_over_max' => 'Det minimala värdet kan inte vara större än det maximala värdet.',
|
||||
'size.file' => ':attribute måste vara :size kilobytes.',
|
||||
'size.string' => ':attribute måste vara :size tecken.',
|
||||
'size.array' => ':attribute måste innehålla :size artiklar.',
|
||||
'unique' => ':attribute är redan upptaget.',
|
||||
'string' => ':attribute måste vara en sträng.',
|
||||
'url' => ':attribute formatet är ogiltigt.',
|
||||
'timezone' => ':attribute måste vara en giltig zon.',
|
||||
'2fa_code' => ':attribute fältet är ogiltigt.',
|
||||
'dimensions' => ':attribute har ogiltiga bilddimensioner.',
|
||||
'distinct' => ':attribute fältet har ett dubbelt värde.',
|
||||
'file' => ':attribute måste vara en fil.',
|
||||
'in_array' => ':attribute fältet existerar inte i :other.',
|
||||
'present' => ':attribute fältet måste vara synligt.',
|
||||
'amount_zero' => 'Totala värdet kan inte vara noll.',
|
||||
'current_target_amount' => 'Det nuvarande beloppet måste vara mindre än målbeloppet.',
|
||||
'unique_piggy_bank_for_user' => 'Namnet på spargrisen måste vara unikt.',
|
||||
'unique_object_group' => 'Gruppnamnet måste vara unikt',
|
||||
'starts_with' => 'Värdet måste börja med :values.',
|
||||
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with this combination of URL, trigger, response and delivery.',
|
||||
'same_account_type' => 'Båda kontona måste vara samma kontotyp',
|
||||
'same_account_currency' => 'Båda kontona måste ha samma valutainställning',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -280,6 +280,9 @@ return [
|
||||
'amount_required_for_auto_budget' => 'Beloppet är obligatoriskt.',
|
||||
'auto_budget_amount_positive' => 'Beloppet måste vara mer än noll.',
|
||||
'auto_budget_period_mandatory' => 'Den automatiska budgetperioden är ett obligatoriskt fält.',
|
||||
|
||||
// no access to administration:
|
||||
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user