Code for new release.

This commit is contained in:
James Cole
2024-01-02 20:19:09 +01:00
parent 9eca31529c
commit bc26ee5cde
85 changed files with 474 additions and 187 deletions

View File

@@ -43,6 +43,7 @@ return [
'invalid_query_currency' => '查询包含不同货币的账户,这是不不允许的。',
'iban' => '此 IBAN 无效',
'zero_or_more' => '此值不能为负',
'more_than_zero' => 'The value must be more than zero.',
'no_asset_account' => 'This is not an asset account.',
'date_or_time' => '此值必须是有效的日期或时间 (ISO 8601)',
'source_equals_destination' => '来源账户与目标账户相同',
@@ -142,6 +143,7 @@ return [
'min.array' => ':attribute 至少需要有 :min 个项目',
'not_in' => '所选的 :attribute 无效',
'numeric' => ':attribute 必须是数字',
'scientific_notation' => 'The :attribute cannot use the scientific notation.',
'numeric_native' => '原始金额必须是数字',
'numeric_destination' => '目标金额必须是数字',
'numeric_source' => '来源金额必须是数字',