mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-03 04:41:41 +00:00
Update language strings
This commit is contained in:
@@ -57,7 +57,7 @@ return [
|
||||
'at_least_one_action' => 'Regel måste ha minst en åtgärd.',
|
||||
'base64' => 'Detta är inte giltigt bas64 data.',
|
||||
'model_id_invalid' => 'Angivet ID verkar ogiltig för denna modell.',
|
||||
'more' => ':attribute måste vara större än noll.',
|
||||
'more' => ':attribute must be larger than ":more".',
|
||||
'less' => ':attribute måste vara mindre än 10 000 000',
|
||||
'active_url' => ':attribute är inte en giltig URL.',
|
||||
'after' => ':attribute måste vara ett datum efter :date.',
|
||||
@@ -121,19 +121,19 @@ return [
|
||||
'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.',
|
||||
'secure_password' => 'Detta lösenord är inte säkert. Vänligen försök igen. För mer info se https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Ogiltig repetitionstyp får återkommande transaktioner.',
|
||||
'valid_recurrence_rep_moment' => 'Ogiltig repetitionsmoment för denna typ av repetition.',
|
||||
'invalid_account_info' => 'Ogiltig kontoinformation.',
|
||||
'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.',
|
||||
'secure_password' => 'Detta lösenord är inte säkert. Vänligen försök igen. För mer info se https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Ogiltig repetitionstyp får återkommande transaktioner.',
|
||||
'valid_recurrence_rep_moment' => 'Ogiltig repetitionsmoment för denna typ av repetition.',
|
||||
'invalid_account_info' => 'Ogiltig kontoinformation.',
|
||||
'attributes' => [
|
||||
'email' => 'e-postadress',
|
||||
'description' => 'beskrivning',
|
||||
@@ -181,7 +181,7 @@ return [
|
||||
'deposit_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',
|
||||
'deposit_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
|
||||
'deposit_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
|
||||
'deposit_dest_wrong_type' => 'Det inskickade destinationskontot är inte av rätt typ.',
|
||||
'deposit_dest_wrong_type' => 'Det inskickade destinationskontot är inte av rätt typ.',
|
||||
|
||||
'transfer_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.',
|
||||
'transfer_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".',
|
||||
@@ -193,6 +193,11 @@ return [
|
||||
'ob_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.',
|
||||
'ob_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".',
|
||||
|
||||
'generic_invalid_source' => 'Det går inte att använda detta konto som källkonto.',
|
||||
'generic_invalid_source' => 'Det går inte att använda detta konto som källkonto.',
|
||||
'generic_invalid_destination' => 'Det går inte att använda detta konto som mottagarkonto.',
|
||||
|
||||
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
|
||||
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
||||
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
|
||||
'gte.array' => 'The :attribute must have :value items or more.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user