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' => 'Your query contains accounts that have different currency settings, which is not allowed.',
'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' => '來源金額必須是數字。',