New strings [skip ci]

This commit is contained in:
James Cole
2017-11-24 17:06:42 +01:00
parent 7a1f698d5e
commit 93c2f13807
34 changed files with 268 additions and 84 deletions

View File

@@ -51,6 +51,8 @@ return [
'column_account-id' => 'ID konta aktywów (taki sam jak w Firefly)',
'column_account-name' => 'Konto aktywów (nazwa)',
'column_amount' => 'Kwota',
'column_amount_debet' => 'Amount (debet column)',
'column_amount_credit' => 'Amount (credit column)',
'column_amount-comma-separated' => 'Kwota (przecinek jako separator dziesiętny)',
'column_bill-id' => 'ID rachunku (taki sam jak w Firefly)',
'column_bill-name' => 'Nazwa rachunku',

View File

@@ -13,14 +13,14 @@ declare(strict_types=1);
return [
// general stuff:
'language_incomplete' => 'Incomplete translation',
'language_incomplete' => 'Niepełne tłumaczenie',
'close' => 'Zamknij',
'actions' => 'Akcje',
'edit' => 'Modyfikuj',
'delete' => 'Usuń',
'welcomeBack' => 'Co jest grane?',
'everything' => 'Wszystko',
'today' => 'today',
'today' => 'dzisiaj',
'customRange' => 'Niestandardowy zakres',
'apply' => 'Zastosuj',
'select_date' => 'Wybierz datę...',
@@ -631,6 +631,9 @@ return [
'date_change_instruction' => 'If you change the date range now, any progress will be lost.',
'update_selection' => 'Update selection',
'store_reconcile' => 'Store reconciliation',
'reconciliation_transaction' => 'Reconciliation transaction',
'Reconciliation' => 'Reconciliation',
'reconciliation' => 'Reconciliation',
'reconcile_options' => 'Reconciliation options',
'reconcile_range' => 'Reconciliation range',
'start_reconcile' => 'Start reconciling',
@@ -647,6 +650,22 @@ return [
'select_more_than_one_budget' => 'Proszę wybierz więcej niż jeden budżet',
'select_more_than_one_tag' => 'Proszę wybierz więcej niż jeden tag',
'account_default_currency' => 'Jeśli wybierzesz inną walutę, nowe transakcje z tego konta będą miały tę walutę wstępnie wybraną.',
'reconcile_has_more' => 'Your Firefly III ledger has more money in it than your bank claims you should have. There are several options. Please choose what to do. Then, press "Confirm reconciliation".',
'reconcile_has_less' => 'Your Firefly III ledger has less money in it than your bank claims you should have. There are several options. Please choose what to do. Then, press "Confirm reconciliation".',
'reconcile_is_equal' => 'Your Firefly III ledger and your bank statements match. There is nothing to do. Please press "Confirm reconciliation" to confirm your input.',
'create_pos_reconcile_transaction' => 'Clear the selected transactions, and create a correction adding :amount to this asset account.',
'create_neg_reconcile_transaction' => 'Clear the selected transactions, and create a correction removing :amount from this asset account.',
'reconcile_do_nothing' => 'Clear the selected transactions, but do not correct.',
'reconcile_go_back' => 'You can always edit or delete a correction later.',
'must_be_asset_account' => 'You can only reconcile asset accounts',
'reconciliation_stored' => 'Reconciliation stored',
'reconcilliation_transaction_title' => 'Reconciliation (:from to :to)',
'reconcile_this_account' => 'Reconcile this account',
'confirm_reconciliation' => 'Confirm reconciliation',
'submitted_start_balance' => 'Submitted start balance',
'selected_transactions' => 'Selected transactions (:count)',
'already_cleared_transactions' => 'Already cleared transactions (:count)',
'submitted_end_balance' => 'Submitted end balance',
// categories:
'new_category' => 'Nowa kategoria',

View File

@@ -91,6 +91,7 @@ return [
'deletePermanently' => 'Usuń trwale',
'cancel' => 'Anuluj',
'targetdate' => 'Data docelowa',
'startdate' => 'Start date',
'tag' => 'Tag',
'under' => 'Poniżej',
'symbol' => 'Symbol',

View File

@@ -17,7 +17,7 @@ return [
'id' => 'ID',
'create_date' => 'Utworzono',
'update_date' => 'Zaktualizowano',
'updated_at' => 'Zaktualizowano',
'updated_at' => 'Zaktualizowano',
'balance_before' => 'Saldo przed',
'balance_after' => 'Saldo po',
'name' => 'Nazwa',
@@ -89,4 +89,5 @@ return [
'sum_withdrawals' => 'Suma wypłat',
'sum_deposits' => 'Suma wpłat',
'sum_transfers' => 'Suma transferów',
'reconcile' => 'Reconcile',
];