mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Fix translation things.
This commit is contained in:
@@ -63,12 +63,12 @@ return [
|
||||
'currency' => 'Měna',
|
||||
'account_id' => 'Účet aktiv',
|
||||
'budget_id' => 'Rozpočet',
|
||||
'opening_balance' => 'Opening balance',
|
||||
'opening_balance' => 'Počáteční zůstatek',
|
||||
'tagMode' => 'Režim štítku',
|
||||
'tag_position' => 'Umístění štítku',
|
||||
'virtual_balance' => 'Virtual balance',
|
||||
'virtual_balance' => 'Virtuální zůstatek',
|
||||
'targetamount' => 'Cílová částka',
|
||||
'account_role' => 'Account role',
|
||||
'account_role' => 'Role účtu',
|
||||
'opening_balance_date' => 'Opening balance date',
|
||||
'cc_type' => 'Credit card payment plan',
|
||||
'cc_monthly_payment_date' => 'Credit card monthly payment date',
|
||||
@@ -119,7 +119,7 @@ return [
|
||||
'symbol' => 'Symbol',
|
||||
'code' => 'Kód',
|
||||
'iban' => 'IBAN',
|
||||
'account_number' => 'Account number',
|
||||
'account_number' => 'Číslo účtu',
|
||||
'creditCardNumber' => 'Číslo kreditní karty',
|
||||
'has_headers' => 'Hlavičky',
|
||||
'date_format' => 'Formát data',
|
||||
@@ -244,7 +244,7 @@ return [
|
||||
'first_date' => 'První datum',
|
||||
'transaction_type' => 'Typ transakce',
|
||||
'repeat_until' => 'Opakovat do data',
|
||||
'recurring_description' => 'Recurring transaction description',
|
||||
'recurring_description' => 'Popis opakující se transakce',
|
||||
'repetition_type' => 'Typ opakování',
|
||||
'foreign_currency_id' => 'Zahraniční měna',
|
||||
'repetition_end' => 'Opakování končí',
|
||||
@@ -253,9 +253,9 @@ return [
|
||||
'weekend' => 'Víkend',
|
||||
'client_secret' => 'Client secret',
|
||||
|
||||
'withdrawal_destination_id' => 'Destination account',
|
||||
'deposit_source_id' => 'Source account',
|
||||
'expected_on' => 'Expected on',
|
||||
'paid' => 'Paid',
|
||||
'withdrawal_destination_id' => 'Cílový účet',
|
||||
'deposit_source_id' => 'Zdrojový účet',
|
||||
'expected_on' => 'Očekáváno v',
|
||||
'paid' => 'Zaplaceno',
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user