updated translations

This commit is contained in:
Denis Duliçi
2020-06-29 17:11:50 +03:00
parent 42f558833a
commit 2576fd118c
85 changed files with 933 additions and 733 deletions

View File

@ -33,19 +33,20 @@ return [
'confirmed' => ':attribute 確認欄位的輸入不一致。',
'date' => ':attribute 並非一個有效的日期。',
'date_format' => ':attribute 不符合 :format 的格式。',
'different' => ':attribute :other 必須不同。',
'different' => ':attribute :other 必須<strong>不相同</strong>。',
'digits' => ':attribute 必須是 :digits 位數字。',
'digits_between' => ':attribute 必須介於 :min 至 :max 位數字。',
'dimensions' => ':attribute 圖片尺寸不正確。',
'distinct' => ':attribute 已經存在。',
'email' => ':attribute 必須是有效的電子郵件位址。',
'email' => ':attribute 必須是正確的<strong>電子郵件位置</strong>。',
'ends_with' => ':attribute 必須以此值結尾: :values',
'exists' => '所選擇的 :attribute 選項無效。',
'file' => ':attribute 必須是一個檔案。',
'filled' => ':attribute 不能留空。',
'image' => ':attribute 必須是一張圖片。',
'file' => ':attribute 必須是<strong>檔案</strong>。',
'filled' => ':attribute 欄位必須有<strong>值</strong>。',
'image' => ':attribute 必須是<strong>圖片</strong>。',
'in' => '所選擇的 :attribute 選項無效。',
'in_array' => ':attribute 沒有在 :other 中。',
'integer' => ':attribute 必須是一個整數。',
'integer' => ':attribute 必須是<strong>整數</strong>。',
'ip' => ':attribute 必須是一個有效的 IP 位址。',
'json' => ':attribute 必須是正確的 JSON 字串。',
'max' => [
@ -64,9 +65,9 @@ return [
],
'not_in' => '所選擇的 :attribute 選項無效。',
'numeric' => ':attribute 必須為一個數字。',
'present' => ':attribute 必須存在。',
'regex' => ':attribute 格式錯誤。',
'required' => ':attribute 不能留空。',
'present' => ':attribute 欄位必須是<strong>現在</strong>。',
'regex' => ':attribute 格式<strong>不正確</strong>。',
'required' => ':attribute 欄位是<strong>必要的</strong>。',
'required_if' => '當 :other 是 :value 時 :attribute 不能留空。',
'required_unless' => '當 :other 不是 :value 時 :attribute 不能留空。',
'required_with' => '當 :values 出現時 :attribute 不能留空。',
@ -77,14 +78,14 @@ return [
'size' => [
'numeric' => ':attribute 的大小必須是 :size。',
'file' => ':attribute 的大小必須是 :size kb。',
'string' => ':attribute 必須是 :size 字元。',
'string' => ':attribute 必須是<strong>:size 字元</strong>。',
'array' => ':attribute 必須是 :size 個元素。',
],
'string' => ':attribute 必須是一個字串。',
'string' => ':attribute 必須是<strong>字串</strong>。',
'timezone' => ':attribute 必須是一個正確的時區值。',
'unique' => ':attribute 已經存在。',
'uploaded' => ':attribute 上傳失敗。',
'url' => ':attribute 格式錯誤。',
'unique' => ':attribute 已經<strong>被使用</strong>。',
'uploaded' => ':attribute 上傳<strong>錯誤</strong>。',
'url' => ':attribute 格式<strong>不正確</strong>。',
/*
|--------------------------------------------------------------------------
@ -99,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => '自訂訊息',
'rule-name' => '自訂訊息',
],
'invalid_currency' => ':attribute 的代碼不正確。',
'invalid_amount' => 'The amount :attribute is invalid.',
'invalid_currency' => ':attribute 的代碼不正確。',
'invalid_amount' => ':attribute 的數額不正確',
'invalid_extension' => '文件副名無效。',
],
/*