mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update transactions.
This commit is contained in:
@@ -36,8 +36,8 @@ return [
|
||||
'currentBalance' => 'Aktuální zůstatek',
|
||||
'linked_to_rules' => 'Příslušná pravidla',
|
||||
'active' => 'Aktivní?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Opakované transakce',
|
||||
'next_due' => 'Příští splatnost',
|
||||
'transaction_type' => 'Typ',
|
||||
'lastActivity' => 'Poslední aktivita',
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
'account_type' => 'Typ účtu',
|
||||
'created_at' => 'Vytvořeno',
|
||||
'account' => 'Účet',
|
||||
'external_uri' => 'External URI',
|
||||
'external_uri' => 'Externí identifikátor URI',
|
||||
'matchingAmount' => 'Částka',
|
||||
'destination' => 'Cíl',
|
||||
'source' => 'Zdroj',
|
||||
@@ -62,7 +62,7 @@ return [
|
||||
'due_date' => 'Datum splatnosti',
|
||||
'payment_date' => 'Datum platby',
|
||||
'invoice_date' => 'Datum vystavení',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'internal_reference' => 'Interní odkaz',
|
||||
'notes' => 'Poznámky',
|
||||
'from' => 'Od',
|
||||
'piggy_bank' => 'Pokladnička',
|
||||
@@ -82,7 +82,7 @@ return [
|
||||
'is_blocked' => 'Je blokován',
|
||||
'is_admin' => 'Je admin',
|
||||
'has_two_factor' => 'Má 2FA',
|
||||
'blocked_code' => 'Block code',
|
||||
'blocked_code' => 'Blokovací kód',
|
||||
'source_account' => 'Zdrojový účet',
|
||||
'destination_account' => 'Cílový účet',
|
||||
'accounts_count' => 'Počet účtů',
|
||||
@@ -94,8 +94,8 @@ return [
|
||||
'rule_and_groups_count' => 'Počet pravidel a skupin pravidel',
|
||||
'tags_count' => 'Počet štítků',
|
||||
'tags' => 'Štítky',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'inward' => 'Vnitřní popis',
|
||||
'outward' => 'Vnější popis',
|
||||
'number_of_transactions' => 'Počet transakcí',
|
||||
'total_amount' => 'Celková částka',
|
||||
'sum' => 'Součet',
|
||||
@@ -103,18 +103,18 @@ return [
|
||||
'sum_withdrawals' => 'Součet výběrů',
|
||||
'sum_deposits' => 'Součet vkladů',
|
||||
'sum_transfers' => 'Součet převodů',
|
||||
'sum_reconciliations' => 'Sum of reconciliations',
|
||||
'reconcile' => 'Reconcile',
|
||||
'sepa_ct_id' => 'SEPA End to End Identifier',
|
||||
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
|
||||
'sepa_db' => 'SEPA Mandate Identifier',
|
||||
'sum_reconciliations' => 'Suma vyúčtování',
|
||||
'reconcile' => 'Vyúčtovat',
|
||||
'sepa_ct_id' => 'SEPA End to End identifikátor',
|
||||
'sepa_ct_op' => 'SEPA Identifikátor cílového účtu',
|
||||
'sepa_db' => 'SEPA Identifikátor mandátu',
|
||||
'sepa_country' => 'SEPA země',
|
||||
'sepa_cc' => 'SEPA Clearing Code',
|
||||
'sepa_ep' => 'SEPA External Purpose',
|
||||
'sepa_ci' => 'SEPA Creditor Identifier',
|
||||
'sepa_batch_id' => 'SEPA Batch ID',
|
||||
'sepa_cc' => 'SEPA Zúčtovací kód',
|
||||
'sepa_ep' => 'SEPA Externí účel',
|
||||
'sepa_ci' => 'SEPA Identifikátor věřitele',
|
||||
'sepa_batch_id' => 'SEPA ID dávky',
|
||||
'external_id' => 'Externí identifikátor',
|
||||
'account_at_bunq' => 'Account with bunq',
|
||||
'account_at_bunq' => 'Účet s bunq',
|
||||
'file_name' => 'Název souboru',
|
||||
'file_size' => 'Velikost souboru',
|
||||
'file_type' => 'Typ souboru',
|
||||
@@ -123,7 +123,7 @@ return [
|
||||
'spectre_bank' => 'Banka',
|
||||
'spectre_last_use' => 'Minulé přihlášení',
|
||||
'spectre_status' => 'Stav',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'bunq_payment_id' => 'ID platby bunq',
|
||||
'repetitions' => 'Opakování',
|
||||
'title' => 'Název',
|
||||
'transaction_s' => 'Transakce',
|
||||
|
||||
Reference in New Issue
Block a user