mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-09-03 20:52:58 -05:00
Update languages
This commit is contained in:
@@ -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 :version 版授权请求',
|
||||
@@ -247,7 +258,6 @@ return [
|
||||
'all_source_accounts' => '来源账户',
|
||||
'back_to_index' => '返回列表 ',
|
||||
'cant_logout_guard' => 'Firefly III 无法退出登录。',
|
||||
'external_url' => '外部链接',
|
||||
'internal_reference' => '内部引用',
|
||||
|
||||
// check for updates:
|
||||
|
||||
@@ -141,8 +141,8 @@ return [
|
||||
'unique_piggy_bank_for_user' => '存钱罐名称必须唯一',
|
||||
'unique_object_group' => '组名称必须唯一',
|
||||
'starts_with' => '此值必须以 :values 开头',
|
||||
'unique_webhook' => '您已经拥有使用此值的 Webhook',
|
||||
'unique_existing_webhook' => '您已经拥有另一个使用此值的 Webhook',
|
||||
'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' => '两个账户必须是相同类型的账户',
|
||||
'same_account_currency' => '两个账户必须设置有相同的货币',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user