Updated language strings.

This commit is contained in:
James Cole
2019-09-03 17:21:45 +02:00
parent ddabf6a246
commit 7fb5c12a29
52 changed files with 1885 additions and 1276 deletions

View File

@@ -670,14 +670,27 @@ return [
'options' => 'Beállítások',
// budgets:
'total_available_budget' => 'Total available budget (between :start and :end)',
'total_available_budget_in_currency' => 'Total available budget in :currency',
'see_below' => 'see below',
'create_new_budget' => 'Új költségkeret létrehozása',
'store_new_budget' => 'Új költségkeret létrehozása',
'stored_new_budget' => 'Új költségkeret létrehozva ":name"',
'available_between' => ':start és :end között rendelkezésre áll',
'transactionsWithoutBudget' => 'Költségkeret nélküli költségek',
'transactions_no_budget' => 'Költségkeret nélküli költségek :start és :end között',
'spent_between' => 'Költés :start and :end között',
'spent_between' => 'Already spent between :start and :end',
'set_available_amount' => 'Set available amount',
'update_available_amount' => 'Update available amount',
'ab_basic_modal_explain' => 'Use this form to indicate how much you expect to be able to budget (in total, in :currency) in the indicated period.',
'createBudget' => 'Új költségkeret',
'invalid_currency' => 'This is an invalid currency',
'set_ab' => 'The available budget amount has been set',
'updated_ab' => 'The available budget amount has been updated',
'deleted_ab' => 'The available budget amount has been deleted',
'deleted_bl' => 'The budgeted amount has been removed',
'alt_currency_ab_create' => 'Set the available budget in another currency',
'bl_create_btn' => 'Set budget in another currency',
'inactiveBudgets' => 'Inaktív költségkeretek',
'without_budget_between' => 'Költségkeret nélküli tranzakció :start és :end között',
'delete_budget' => '":name" költségkeret törlése',
@@ -687,6 +700,8 @@ return [
'update_amount' => 'Összeg frissítése',
'update_budget' => 'Költségvetés frissítése',
'update_budget_amount_range' => 'A (várt) rendelkezésre álló összeg frissítése :start és :end között',
'set_budget_limit_title' => 'Set budgeted amount for budget :budget between :start and :end',
'set_budget_limit' => 'Set budgeted amount',
'budget_period_navigator' => 'Időszak navigátor',
'info_on_available_amount' => 'What do I have available?',
'available_amount_indication' => 'Ezeket az összeget felhasználva lehet megtudni, hogy mekkorának kéne lennie a teljes költségkeretnek.',
@@ -872,6 +887,25 @@ return [
'cannot_edit_other_fields' => 'Ezeken kívül nem lehet más mezőket tömegesen szerkeszteni, mert nincs elég hely a megjelenítésükhöz. Ha szerkeszteni kell ezeket a mezőket, a hivatkozás használatával lehet megtenni egyesével.',
'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.',
'no_budget' => '(nincs költségkeret)',
'account_per_budget' => 'Account per budget',
'account_per_category' => 'Account per category',
'empty' => '(empty)',
'all_other_budgets' => '(all other budgets)',
'all_other_accounts' => '(all other accounts)',
'expense_per_source_account' => 'Expenses per source account',
'expense_per_destination_account' => 'Expenses per destination account',
'income_per_destination_account' => 'Income per destination account',
'spent_in_specific_category' => 'Spent in category ":category"',
'earned_in_specific_category' => 'Earned in category ":category"',
'spent_in_specific_tag' => 'Spent in tag ":tag"',
'earned_in_specific_tag' => 'Earned in tag ":tag"',
'income_per_source_account' => 'Income per source account',
'average_spending_per_destination' => 'Average expense per destination account',
'average_earning_per_source' => 'Average earning per source account',
'account_per_tag' => 'Account per tag',
'tag_report_expenses_listed_once' => 'Expenses and income are never listed twice. If a transaction has multiple tags, it may only show up under one of its tags. This list may appear to be missing data, but the amounts will be correct.',
'tag_report_chart_single_tag' => 'This chart applies to a single tag. If a transaction has multiple tags, what you see here may be reflected in the charts of other tags as well.',
'tag' => 'Tag',
'no_budget_squared' => '(nincs költségkeret)',
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious. You can delete part of a split transaction from this page, so take care.',
'mass_deleted_transactions_success' => ':amount tranzakció törölve.',
@@ -1356,7 +1390,9 @@ return [
'make_new_recurring' => 'Ismétlődő tranzakció létrehozása',
'recurring_daily' => 'Mindennap',
'recurring_weekly' => 'Minden héten ekkor: :weekday',
'recurring_weekly_skip' => 'Every :skip(st/nd/rd/th) week on :weekday',
'recurring_monthly' => 'Minden hónap ezen napján: :dayOfMonth',
'recurring_monthly_skip' => 'Every :skip(st/nd/rd/th) month on the :dayOfMonth(st/nd/rd/th) day',
'recurring_ndom' => 'Minden hónapban ekkor: :dayOfMonth :weekday',
'recurring_yearly' => 'Minden évben ekkor: :date',
'overview_for_recurrence' => '":title" ismétlődő tranzakció áttekintése',
@@ -1417,6 +1453,7 @@ return [
'box_balance_in_currency' => 'Egyenleg (:currency)',
'box_spent_in_currency' => 'Költés (:currency)',
'box_earned_in_currency' => 'Megkeresett (:currency)',
'box_budgeted_in_currency' => 'Budgeted (:currency)',
'box_sum_in_currency' => 'Sum (:currency)',
'box_bill_paid_in_currency' => 'Fizetett számlák (:currency)',
'box_bill_unpaid_in_currency' => 'Fizetetlen számlák (:currency)',