New meta files for release.

This commit is contained in:
James Cole
2022-02-28 09:00:33 +01:00
parent 9892e70028
commit b696b09f92
64 changed files with 316 additions and 61 deletions

View File

@@ -24,6 +24,15 @@ declare(strict_types=1);
return [
'home' => 'Strona główna',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'edit_currency' => 'Modyfikuj walutę ":name"',
'delete_currency' => 'Usuń walutę ":name"',
'newPiggyBank' => 'Utwórz nową skarbonkę',
@@ -61,9 +70,9 @@ return [
'edit_object_group' => 'Modyfikuj grupę ":title"',
'delete_object_group' => 'Usuń grupę ":title"',
'logout_others' => 'Wyloguj z pozostałych sesji',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'asset_accounts' => 'Konta aktywów',
'expense_accounts' => 'Konta wydatków',
'revenue_accounts' => 'Konta przychodów',
'liabilities_accounts' => 'Zobowiązania',
'placeholder' => '[Placeholder]',
];

View File

@@ -566,10 +566,10 @@ 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"',
'rule_trigger_any_external_url_choice' => 'Transakcja ma zewnętrzny adres URL',
'rule_trigger_no_external_url_choice' => 'Transakcja nie ma zewnętrznego adresu URL',
'rule_trigger_id_choice' => 'Identyfikator transakcji to..',
'rule_trigger_id' => 'Identyfikator transakcji to ":trigger_value"',
// actions
@@ -1111,6 +1111,7 @@ return [
'make_new_revenue_account' => 'Utwórz nowe konto przychodów',
'make_new_liabilities_account' => 'Utwórz nowe zobowiązanie',
'asset_accounts' => 'Konta aktywów',
'undefined_accounts' => 'Accounts',
'asset_accounts_inactive' => 'Konta aktywów (nieaktywne)',
'expense_accounts' => 'Konta wydatków',
'expense_accounts_inactive' => 'Konto wydatków (nieaktywne)',

View File

@@ -61,9 +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_active_trigger' => 'Reguła powinna mieć co najmniej jeden aktywny wyzwalacz.',
'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.',
'at_least_one_active_action' => 'Reguła powinna mieć co najmniej jedną aktywną akcję.',
'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',