Update meta data for new release

This commit is contained in:
James Cole
2023-12-16 19:31:10 +01:00
parent bd221a59d6
commit 68acd52c86
26 changed files with 127 additions and 125 deletions

View File

@@ -151,10 +151,10 @@ return [
'required' => ':attribute 字段为必填项',
'required_if' => ':attribute 字段在 :other 为 :value 时是必填项',
'required_unless' => '除非 :other 是 :values否则 :attribute 字段是必填项',
'required_with' => "当 :values\u{200b}\u{200b} 存在时, :attribute 字段是必填项",
'required_with_all' => "当 :values\u{200b}\u{200b} 存在时, :attribute 字段是必填项",
'required_without' => "当 :values\u{200b}\u{200b} 不存在时, :attribute 字段是必填项",
'required_without_all' => "当没有任何 :values\u{200b}\u{200b} 存在时, :attribute 字段为必填项",
'required_with' => '当 :values 存在时, :attribute 字段是必填项',
'required_with_all' => '当 :values 存在时, :attribute 字段是必填项',
'required_without' => '当 :values 不存在时, :attribute 字段是必填项',
'required_without_all' => '当没有任何 :values 存在时, :attribute 字段为必填项',
'same' => ':attribute 和 :other 必须相符',
'size.numeric' => ':attribute 必须是 :size',
'amount_min_over_max' => '最小金额不能超过最大金额',