mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
New meta files and translations.
This commit is contained in:
@@ -51,6 +51,7 @@ return [
|
||||
'edit_journal' => 'Upravit transakci „:description“',
|
||||
'edit_reconciliation' => 'Upravit „:description“',
|
||||
'delete_journal' => 'Odstranit transakci „:description“',
|
||||
'delete_group' => 'Odstranit transakci „:description“',
|
||||
'tags' => 'Štítky',
|
||||
'createTag' => 'Vytvořit nový štítek',
|
||||
'edit_tag' => 'Upravit štítek „:tag“',
|
||||
|
||||
@@ -32,7 +32,7 @@ return [
|
||||
'month_and_day_no_year' => '%B %e',
|
||||
'date_time' => '%e %B %Y, @ %T',
|
||||
'specific_day' => '%e %B %Y',
|
||||
'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year' => 'Týden %V, %G',
|
||||
'year' => '%Y',
|
||||
'half_year' => '%B %Y',
|
||||
'month_js' => 'MMMM YYYY',
|
||||
|
||||
@@ -205,6 +205,7 @@ return [
|
||||
'active_exp_bills_only' => 'active and expected bills only',
|
||||
'average_per_bill' => 'průměr na účet',
|
||||
'expected_total' => 'očekávaný celkový součet',
|
||||
'reconciliation_account_name' => ':name reconciliation',
|
||||
// API access
|
||||
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
|
||||
'authorization_request_intro' => '<strong>:client</strong> žádá oprávnění pro přístup k vaší finanční správě. Chcete autorizovat <strong>:client</strong> pro přístup k těmto záznamům?',
|
||||
@@ -215,6 +216,8 @@ return [
|
||||
'name_in_currency' => ':name v :currency',
|
||||
'paid_in_currency' => 'Zaplaceno v :currency',
|
||||
'unpaid_in_currency' => 'Nezaplaceno v :currency',
|
||||
'is_alpha_warning' => 'You are running an ALPHA version. Be wary of bugs and issues.',
|
||||
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
|
||||
|
||||
// check for updates:
|
||||
'update_check_title' => 'Zjistit dostupnost případných aktualizací',
|
||||
@@ -1391,6 +1394,13 @@ return [
|
||||
'(partially) refunds_outward' => '(partially) refunds',
|
||||
'(partially) pays for_outward' => '(partially) pays for',
|
||||
'(partially) reimburses_outward' => '(partially) reimburses',
|
||||
'is (partially) refunded by' => 'is (partially) refunded by',
|
||||
'is (partially) paid for by' => 'is (partially) paid for by',
|
||||
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
|
||||
'relates to' => 'relates to',
|
||||
'(partially) refunds' => '(partially) refunds',
|
||||
'(partially) pays for' => '(partially) pays for',
|
||||
'(partially) reimburses' => '(partially) reimburses',
|
||||
|
||||
// split a transaction:
|
||||
'splits' => 'Rozúčtování',
|
||||
|
||||
@@ -238,7 +238,7 @@ return [
|
||||
|
||||
|
||||
// import status page:
|
||||
'import_with_key' => 'Importovat s klíčem „:key“',
|
||||
'import_with_key' => 'Importováno s klíčem „:key“',
|
||||
'status_wait_title' => 'Vyčkejte…',
|
||||
'status_wait_text' => 'Toto okno za okamžik zmizí.',
|
||||
'status_running_title' => 'Import je spuštěn',
|
||||
|
||||
@@ -47,11 +47,11 @@ return [
|
||||
'transactions_create_deposit_split_add' => 'Pokud chcete transakci rozúčtovat, přidejte další rozúčtování pomocí tohoto tlačítka',
|
||||
|
||||
// transactions (transfer)
|
||||
'transactions_create_transfer_source' => 'Select the source asset account here.',
|
||||
'transactions_create_transfer_destination' => 'Select the destination asset account here.',
|
||||
'transactions_create_transfer_foreign_currency' => 'Use this field to set a foreign currency and amount.',
|
||||
'transactions_create_transfer_source' => 'Zde vyberte zdrojový účet aktiv.',
|
||||
'transactions_create_transfer_destination' => 'Zde vyberte cílový účet aktiv.',
|
||||
'transactions_create_transfer_foreign_currency' => 'Tuto kolonku použijte pro zadání cizí měny a částky.',
|
||||
'transactions_create_transfer_more_meta' => 'Plenty of other meta data you set in these fields.',
|
||||
'transactions_create_transfer_split_add' => 'If you want to split a transaction, add more splits with this button',
|
||||
'transactions_create_transfer_split_add' => 'Pokud chcete transakci rozúčtovat, přidejte další rozúčtování pomocí tohoto tlačítka',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => 'Zadejte u svých účtů platný IBAN identifikátor. To by v budoucnu mohlo velmi ulehčit import dat.',
|
||||
|
||||
Reference in New Issue
Block a user