Updated meta for new release.

This commit is contained in:
James Cole
2020-07-12 19:48:24 +02:00
parent 8a9f6b1896
commit 7a30bc4ff6
48 changed files with 1843 additions and 1195 deletions

View File

@@ -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 项或更多',