mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Code for new release.
This commit is contained in:
		| @@ -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'                  => '来源金额必须是数字', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user