mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Code for new release.
This commit is contained in:
@@ -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' => '來源金額必須是數字。',
|
||||
|
||||
Reference in New Issue
Block a user