mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Updated meta for new release.
This commit is contained in:
@@ -57,7 +57,6 @@ return [
|
||||
'at_least_one_action' => '规则必须至少有一个动作。',
|
||||
'base64' => '这不是有效的 base64 编码资料。',
|
||||
'model_id_invalid' => '指定的 ID 对于此模型似乎无效。',
|
||||
'more' => ':attribute 必须大于“:more”。',
|
||||
'less' => ':attribute 必须小于 10,000,000。',
|
||||
'active_url' => ':attribute 不是有效的URL。',
|
||||
'after' => ':attribute 必须是一个在 :date 之后的日期。',
|
||||
@@ -199,6 +198,7 @@ return [
|
||||
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
|
||||
|
||||
'gte.numeric' => ':attribute 必须大于或等于 :value.',
|
||||
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||
'gte.file' => ':attribute 必须大于或等于 :value Kb',
|
||||
'gte.string' => ':attribute 必须大于或等于 :value 字符。',
|
||||
'gte.array' => ':attribute 必须具有 :value 项或更多',
|
||||
|
Reference in New Issue
Block a user