mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update languages
This commit is contained in:
@@ -228,6 +228,17 @@ return [
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooky',
|
||||
'webhooks_breadcrumb' => 'Webhooks',
|
||||
'webhook_trigger_STORE_TRANSACTION' => 'On transaction creation',
|
||||
'webhook_trigger_UPDATE_TRANSACTION' => 'On transaction update',
|
||||
'webhook_trigger_DESTROY_TRANSACTION' => 'On transaction delete',
|
||||
'webhook_response_TRANSACTIONS' => 'Account details',
|
||||
'webhook_response_ACCOUNTS' => 'Transaction details',
|
||||
'webhook_response_none_NONE' => 'No details',
|
||||
'webhook_delivery_JSON' => 'JSON',
|
||||
'inspect' => 'Inspect',
|
||||
'create_new_webhook' => 'Create new webhook',
|
||||
'webhooks_create_breadcrumb' => 'Create new webhook',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => 'Zdrojové účty',
|
||||
'back_to_index' => 'Zpět na index',
|
||||
'cant_logout_guard' => 'Firefly III Vás nemůže odhlásit.',
|
||||
'external_url' => 'Externí URL adresa',
|
||||
'internal_reference' => 'Interní odkaz',
|
||||
|
||||
// check for updates:
|
||||
@@ -1006,7 +1016,7 @@ return [
|
||||
'optional_field_meta_business' => 'Business',
|
||||
'optional_field_attachments' => 'Přílohy',
|
||||
'optional_field_meta_data' => 'Volitelná metadata',
|
||||
'external_url' => 'External URL',
|
||||
'external_url' => 'Externí URL adresa',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Odstranit data',
|
||||
|
||||
Reference in New Issue
Block a user