Update transactions.

This commit is contained in:
James Cole
2021-04-08 10:23:35 +02:00
parent 115639a004
commit 6160f99e92
76 changed files with 1068 additions and 3 deletions

View File

@@ -1097,6 +1097,7 @@ return [
'save_transactions_by_moving' => 'Zapisz tą transakcję przenosząc ją na inne konto:|Zapisz te transakcje przenosząc je na inne konto:',
'save_transactions_by_moving_js' => 'Brak transakcji|Zapisz tę transakcję, przenosząc ją na inne konto.|Zapisz te transakcje przenosząc je na inne konto.',
'stored_new_account' => 'Nowe konto ":name" zostało zapisane!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => 'Zaktualizowano konto ":name"',
'credit_card_options' => 'Opcje karty kredytowej',
'no_transactions_account' => 'Brak transakcji (w tym okresie) na koncie aktywów ":name".',
@@ -1133,6 +1134,9 @@ return [
'interest_calc_daily' => 'Co dzień',
'interest_calc_monthly' => 'Co miesiąc',
'interest_calc_yearly' => 'Co rok',
'interest_calc_weekly' => 'Per week',
'interest_calc_half-year' => 'Per half year',
'interest_calc_quarterly' => 'Per quarter',
'initial_balance_account' => 'Początkowe saldo konta :account',
'list_options' => 'Opcje listy',
@@ -1314,6 +1318,8 @@ return [
'account_type_Loan' => 'Pożyczka',
'account_type_Mortgage' => 'Hipoteka',
'account_type_Credit card' => 'Karta kredytowa',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
'budgets' => 'Budżety',
'tags' => 'Tagi',
'reports' => 'Raporty',