mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update meta data for new release.
This commit is contained in:
@@ -151,10 +151,10 @@ return [
|
||||
'required' => ':attribute 欄位是必填的。',
|
||||
'required_if' => '當 :other 為 :value 時,欄位 :attribute 是必填的。',
|
||||
'required_unless' => '除非 :other 為 :values,否則欄位 :attribute 是必填的。',
|
||||
'required_with' => '當 :values 存在時,欄位 :attribute 是必填的。',
|
||||
'required_with_all' => '當 :values 存在時,欄位 :attribute 是必填的。',
|
||||
'required_without' => '當 :values 不存在時,欄位 :attribute 是必填的。',
|
||||
'required_without_all' => '當沒有任何 :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 是必填的。",
|
||||
'same' => ':attribute 和 :other 必須相符。',
|
||||
'size.numeric' => ':attribute 必須是 :size。',
|
||||
'amount_min_over_max' => '最小金額不能大於最大金額。',
|
||||
|
Reference in New Issue
Block a user