Update translations.

This commit is contained in:
James Cole
2023-11-11 20:23:55 +01:00
parent 93b25842e2
commit 590c3cf6f8
45 changed files with 463 additions and 463 deletions

View File

@@ -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 存在時,欄位 :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' => '最小金額不能大於最大金額。',