mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update language strings.
This commit is contained in:
@@ -218,6 +218,8 @@ return [
|
||||
'unpaid_in_currency' => 'Be nem fizetett :currency -ban',
|
||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
||||
'all_destination_accounts' => 'Destination accounts',
|
||||
'all_source_accounts' => 'Source accounts',
|
||||
|
||||
// check for updates:
|
||||
'update_check_title' => 'Frissítések ellenőrzése',
|
||||
@@ -305,6 +307,9 @@ return [
|
||||
'created_new_rule_group' => '":title" szabálycsoport tárolva!',
|
||||
'updated_rule_group' => '":title" szabálycsoport sikeresen frissítve.',
|
||||
'edit_rule_group' => '":title" szabálycsoport szerkesztése',
|
||||
'duplicate_rule' => 'Duplicate rule ":title"',
|
||||
'rule_copy_of' => 'Copy of ":title"',
|
||||
'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"',
|
||||
'delete_rule_group' => '":title" szabálycsoport törlése',
|
||||
'deleted_rule_group' => '":title" szabálycsoport törölve',
|
||||
'update_rule_group' => 'Szabálycsoport frissítése',
|
||||
@@ -783,6 +788,18 @@ return [
|
||||
'over_budget_warn' => '<i class="fa fa-money"></i>A költségkeret általában napi :amount körül van. Jelenleg napi :over_amount. Biztos?',
|
||||
'transferred_in' => 'Átvezetett (be)',
|
||||
'transferred_away' => 'Transferred (away)',
|
||||
'auto_budget_none' => 'No auto-budget',
|
||||
'auto_budget_reset' => 'Set a fixed amount every period',
|
||||
'auto_budget_rollover' => 'Add an amount every period',
|
||||
'auto_budget_period_daily' => 'Daily',
|
||||
'auto_budget_period_weekly' => 'Weekly',
|
||||
'auto_budget_period_monthly' => 'Monthly',
|
||||
'auto_budget_period_quarterly' => 'Quarterly',
|
||||
'auto_budget_period_half_year' => 'Every half year',
|
||||
'auto_budget_period_yearly' => 'Yearly',
|
||||
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
|
||||
'auto_budget_reset_icon' => 'This budget will be set periodically',
|
||||
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
|
||||
|
||||
// bills:
|
||||
'match_between_amounts' => 'Tranzakciókkal egyező számlák :low és :high között.',
|
||||
|
||||
Reference in New Issue
Block a user