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

@@ -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' => '两个账户必须设置有相同的货币',