Update languages

This commit is contained in:
James Cole
2022-09-17 07:14:50 +02:00
parent ad9efde2d0
commit 23e5cf1b34
77 changed files with 484 additions and 94 deletions

View File

@@ -228,6 +228,17 @@ return [
// Webhooks
'webhooks' => 'Webhooks',
'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' => 'Firefly III v:version engedély kérelem',
@@ -247,7 +258,6 @@ return [
'all_source_accounts' => 'Forrásszámlák',
'back_to_index' => 'Vissza a kezdőoldalra',
'cant_logout_guard' => 'Firefly III can\'t log you out.',
'external_url' => 'External URL',
'internal_reference' => 'Internal reference',
// check for updates:

View File

@@ -141,8 +141,8 @@ return [
'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.',
'unique_object_group' => 'Csoport neve már foglalt',
'starts_with' => 'The value must start with :values.',
'unique_webhook' => 'You already have a webhook with these values.',
'unique_existing_webhook' => 'You already have another webhook with these values.',
'unique_webhook' => 'You already have a webhook with this combination of URL, trigger, response and delivery.',
'unique_existing_webhook' => 'You already have another webhook this combination of URL, trigger, response and delivery.',
'same_account_type' => 'Both accounts must be of the same account type',
'same_account_currency' => 'Both accounts must have the same currency setting',