mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-17 20:08:52 +00:00
chore: Meta files for new release
This commit is contained in:
@@ -1706,7 +1706,7 @@ return [
|
||||
'auto_budget_none' => 'Ingen auto-budget',
|
||||
'auto_budget_reset' => 'Ange ett fast belopp varje period',
|
||||
'auto_budget_rollover' => 'Lägg till ett belopp varje period',
|
||||
'auto_budget_adjusted' => 'Add an amount every period and correct for overspending',
|
||||
'auto_budget_adjusted' => 'Lägg till ett belopp varje period och korrigera för överkonsumtion',
|
||||
'auto_budget_period_daily' => 'Dagligen',
|
||||
'auto_budget_period_weekly' => 'Veckovis',
|
||||
'auto_budget_period_monthly' => 'Månadsvis',
|
||||
@@ -1716,7 +1716,7 @@ return [
|
||||
'auto_budget_help' => 'Du kan läsa mer om denna funktion i hjälpen. Klicka på (?) ikonen uppe till höger.',
|
||||
'auto_budget_reset_icon' => 'Denna budget kommer att fastställas periodvis',
|
||||
'auto_budget_rollover_icon' => 'Budgetbeloppet kommer att öka periodiskt',
|
||||
'auto_budget_adjusted_icon' => 'The budget amount will increase periodically and will correct for overspending',
|
||||
'auto_budget_adjusted_icon' => 'Budgetbeloppet kommer att öka periodiskt och kommer att korrigera för överkonsumtion',
|
||||
'remove_budgeted_amount' => 'Ta bort budgeterat belopp i :currency',
|
||||
|
||||
// bills:
|
||||
@@ -2295,7 +2295,7 @@ return [
|
||||
'budgeted' => 'Budgeterat',
|
||||
'period' => 'Period',
|
||||
'balance' => 'Saldo',
|
||||
'in_out_period' => 'In + out this period',
|
||||
'in_out_period' => 'In + ut denna period',
|
||||
'sum' => 'Summa',
|
||||
'summary' => 'Översikt',
|
||||
'average' => 'Medel',
|
||||
|
||||
@@ -61,6 +61,10 @@ return [
|
||||
'invalid_selection' => 'Ditt val är ogiltigt.',
|
||||
'belongs_user' => 'Detta värde är ogiltigt för det här fältet.',
|
||||
'at_least_one_transaction' => 'Krävs minst en transaktion.',
|
||||
'recurring_transaction_id' => 'Need at least one transaction.',
|
||||
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
|
||||
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
|
||||
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
|
||||
'at_least_one_repetition' => 'Krävs minst en upprepning.',
|
||||
'require_repeat_until' => 'Kräver ett antal repetitioner eller ett slutdatum (repeat_until). Inte båda.',
|
||||
'require_currency_info' => 'Innehållet i det här fältet är ogiltigt utan valutainformation.',
|
||||
|
||||
Reference in New Issue
Block a user