New translations

This commit is contained in:
James Cole 2017-01-04 10:51:50 +01:00
parent 4a52503cb3
commit 91b5eaff80

View File

@ -513,15 +513,15 @@ return [
'store_new_asset_account' => 'Zapisz nowe konto aktywów',
'store_new_expense_account' => 'Zapisz nowe konto wydatków',
'store_new_revenue_account' => 'Zapisz nowe konto przychodów',
'edit_asset_account' => 'Edit asset account ":name"',
'edit_expense_account' => 'Edit expense account ":name"',
'edit_revenue_account' => 'Edit revenue account ":name"',
'delete_asset_account' => 'Delete asset account ":name"',
'delete_expense_account' => 'Delete expense account ":name"',
'delete_revenue_account' => 'Delete revenue account ":name"',
'edit_asset_account' => 'Modyfikuj konto aktywów ":name"',
'edit_expense_account' => 'Modyfikuj konto wydatków ":name"',
'edit_revenue_account' => 'Modyfikuj konto przychodów ":name"',
'delete_asset_account' => 'Usuń konto aktywów ":name"',
'delete_expense_account' => 'Usuń konto wydatków ":name"',
'delete_revenue_account' => 'Usuń konto przychodów ":name"',
'asset_deleted' => 'Pomyślnie usunięto konto aktywów ":name"',
'expense_deleted' => 'Pomyślnie usunięto konto wydatków ":name"',
'revenue_deleted' => 'Successfully deleted revenue account ":name"',
'revenue_deleted' => 'Pomyślnie usunięto konto przychodów ":name"',
'update_asset_account' => 'Aktualizuj konto aktywów',
'update_expense_account' => 'Aktualizuj konto wydatków',
'update_revenue_account' => 'Aktualizuj konto przychodów',
@ -883,7 +883,7 @@ return [
'split_intro_three_deposit' => 'For example: you could split your :total salary so you get :split_one as your base salary and :split_two as a reimbursment for expenses made.',
'split_table_intro_deposit' => 'Split your deposit in as many things as you want. By default the transaction will not split, there is just one entry. Add as many splits as you want to, below. Remember that you should not deviate from your total amount. If you do, Firefly will warn you but not correct you.',
'store_splitted_deposit' => 'Zachowaj podzielony depozyt',
'split_title_transfer' => 'Podziel swój nowy transfer',
'split_title_transfer' => 'Podziel swój nowy transfer',
'split_intro_one_transfer' => 'Firefly supports the "splitting" of a transfer.',
'split_intro_two_transfer' => 'It means that the amount of money you\'re moving is divided between several categories or piggy banks.',
'split_intro_three_transfer' => 'For example: you could split your :total move so you get :split_one in one piggy bank and :split_two in another.',