mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Add migration, update languages.
This commit is contained in:
@@ -60,5 +60,10 @@ return [
|
||||
'delete_journal_link' => 'Usuń powiązanie między transakcjami',
|
||||
'edit_object_group' => 'Modyfikuj grupę ":title"',
|
||||
'delete_object_group' => 'Usuń grupę ":title"',
|
||||
'logout_others' => 'Wyloguj z pozostałych sesji'
|
||||
'logout_others' => 'Wyloguj z pozostałych sesji',
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'liabilities_accounts' => 'Liabilities',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
||||
|
@@ -566,6 +566,11 @@ return [
|
||||
'rule_trigger_journal_id' => 'ID dziennika transakcji to ":trigger_value"',
|
||||
'rule_trigger_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
|
||||
'rule_trigger_any_external_url' => 'Transakcja ma zewnętrzny adres URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
|
||||
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
|
||||
'rule_trigger_id_choice' => 'Transaction ID is..',
|
||||
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'USUŃ transakcję (!)',
|
||||
@@ -1897,7 +1902,7 @@ return [
|
||||
'deleted_object_group' => 'Pomyślnie usunięto grupę ":title"',
|
||||
'object_group' => 'Grupa',
|
||||
|
||||
|
||||
//
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
];
|
||||
|
@@ -180,6 +180,7 @@ return [
|
||||
'blocked_code' => 'Powód blokady',
|
||||
'login_name' => 'Login',
|
||||
'is_owner' => 'Czy admin?',
|
||||
'url' => 'URL',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Zastosuj reguły',
|
||||
|
@@ -61,7 +61,9 @@ return [
|
||||
'accepted' => ':attribute musi zostać zaakceptowany.',
|
||||
'bic' => 'To nie jest prawidłowy BIC.',
|
||||
'at_least_one_trigger' => 'Reguła powinna mieć co najmniej jeden wyzwalacz.',
|
||||
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
|
||||
'at_least_one_action' => 'Reguła powinna mieć co najmniej jedną akcję.',
|
||||
'at_least_one_active_action' => 'Rule must have at least one active action.',
|
||||
'base64' => 'To nie są prawidłowe dane zakodowane w base64.',
|
||||
'model_id_invalid' => 'Podane ID wygląda na nieprawidłowe dla tego modelu.',
|
||||
'less' => ':attribute musi być mniejszy od 10 000 000',
|
||||
|
Reference in New Issue
Block a user