mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Rebuild frontend for account creation / editing.
This commit is contained in:
@@ -1074,6 +1074,7 @@ return [
|
||||
'expense_deleted' => 'Pomyślnie usunięto konto wydatków ":name"',
|
||||
'revenue_deleted' => 'Pomyślnie usunięto konto przychodów ":name"',
|
||||
'update_asset_account' => 'Aktualizuj konto aktywów',
|
||||
'update_undefined_account' => 'Update account',
|
||||
'update_liabilities_account' => 'Modyfikuj zobowiązanie',
|
||||
'update_expense_account' => 'Aktualizuj konto wydatków',
|
||||
'update_revenue_account' => 'Aktualizuj konto przychodów',
|
||||
@@ -1121,6 +1122,7 @@ return [
|
||||
'stored_new_account' => 'Nowe konto ":name" zostało zapisane!',
|
||||
'stored_new_account_js' => 'Nowe konto "<a href="accounts/show/{ID}">{name}</a>" zapisane!',
|
||||
'updated_account' => 'Zaktualizowano konto ":name"',
|
||||
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
|
||||
'credit_card_options' => 'Opcje karty kredytowej',
|
||||
'no_transactions_account' => 'Brak transakcji (w tym okresie) na koncie aktywów ":name".',
|
||||
'no_transactions_period' => 'Nie ma żadnych transakcji (w tym okresie).',
|
||||
@@ -1344,7 +1346,7 @@ return [
|
||||
'account_type_loan' => 'Pożyczka',
|
||||
'account_type_mortgage' => 'Hipoteka',
|
||||
'account_type_Credit card' => 'Karta kredytowa',
|
||||
'credit_card_type_monthlyFull' => 'Full payment every month',
|
||||
'credit_card_type_monthlyFull' => 'Pełna płatność co miesiąc',
|
||||
'liability_direction_credit' => 'Zadłużenie wobec mnie',
|
||||
'liability_direction_debit' => 'Zadłużenie wobec kogoś innego',
|
||||
'liability_direction_credit_short' => 'Dług wobec Ciebie',
|
||||
|
Reference in New Issue
Block a user