X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/bccf4653cb11df5e5c36bf9e9c48b528fcad90ef..refs/pull/3698/head:/resources/lang/zh_TW/validation.php diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index 82d74e525..2053674a6 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -8,67 +8,69 @@ return [ // Standard laravel validation lines - 'accepted' => ':attribute 需要被同意。', - 'active_url' => ':attribute 並不是一個有效的網址', + 'accepted' => '必須同意 :attribute。', + 'active_url' => ':attribute 並非有效的網址。', 'after' => ':attribute 必須是在 :date 後的日期。', 'alpha' => ':attribute 只能包含字母。', - 'alpha_dash' => ':attribute 只能包含字母、數字和橫線。', + 'alpha_dash' => ':attribute 只能包含字母、數字、破折號與底線。', 'alpha_num' => ':attribute 只能包含字母和數字。', 'array' => ':attribute 必須是陣列。', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute 必須是在 :date 前的日期。', 'between' => [ - 'numeric' => ':attribute 必須在:min到:max之間。', - 'file' => ':attribute 必須為:min到:max KB。', - 'string' => ':attribute 必須在:min到:max個字元之間。', - 'array' => ':attribute 必須在:min到:max項之間.', + 'numeric' => ':attribute 必須在 :min 到 :max 之間。', + 'file' => ':attribute 必須為 :min 到 :max KB。', + 'string' => ':attribute 必須在 :min 到 :max 個字元之間。', + 'array' => ':attribute 必須在 :min 到 :max 項之間。', ], - 'boolean' => ':attribute 字段必須為 true 或 false。', + 'boolean' => ':attribute 欄位必須為 true 或 false。', 'confirmed' => ':attribute 確認不符。', - 'date' => ':attribute 不是一個有效的日期。', - 'date_format' => ':attribute 格式不符 :format。', + 'date' => ':attribute 並非有效的日期。', + 'date_format' => ':attribute 與 :format 格式不相符。', 'different' => ':attribute 和 :other 必須不同。', - 'digits' => ':attribute 必須為:digits位數。', - 'digits_between' => ':attribute 必須為:min到:max位數。', - 'email' => ':attribute 必須是有效的電子郵件位址。', + 'digits' => ':attribute 必須為 :digits 位數。', + 'digits_between' => ':attribute 必須為 :min 到 :max 位數。', + 'email' => ':attribute 必須是有效的電子郵件地址。', 'ends_with' => ':attribute必須以下列之一結尾::values', - 'filled' => ':attribute 字段是必需的。', + 'file' => 'The :attribute must be provided as a valid file.', + 'filled' => ':attribute 欄位必填。', 'gt' => [ - 'numeric' => ':attribute必須大於:value。', - 'file' => ':attribute必須大於:value千字節。', - 'string' => ':attribute必須多於:value個字符。', - 'array' => ':attribute必須包含比:value多的項目。', + 'numeric' => ':attribute 必須大於 :value。', + 'file' => ':attribute 必須大於 :value KB。', + 'string' => ':attribute 必須多於 :value 個字元。', + 'array' => ':attribute 必須包含多於 :value 個項目。', ], 'gte' => [ - 'numeric' => 'The :attribute必須大於或等於:value。', - 'file' => 'The :attribute必須大於或等於:value千字節。', - 'string' => 'The :attribute必須多於或等於:value個字符。', - 'array' => ':attribute必須具有:value或更多項。', + 'numeric' => ':attribute 必須大於或等於 :value。', + 'file' => ':attribute 必須大於或等於 :value KB。', + 'string' => ':attribute 必須多於或等於 :value 個字元。', + 'array' => ':attribute 必須有 :value 或更多項。', ], - 'exists' => '選中的 :attribute 無效。', - 'image' => ':attribute 必須是一個圖片。', - 'image_extension' => 'The :attribute必須具有有效且受支持的圖像擴展名.', - 'in' => '選中的 :attribute 無效。', - 'integer' => ':attribute 必須是一個整數。', - 'ip' => ':attribute 必須是一個有效的IP位址。', - 'ipv4' => 'The :attribute必須是有效的IPv4地址。', - 'ipv6' => 'The :attribute必須是有效的IPv6地址。', - 'json' => 'The :attribute必須是有效的JSON字符串。', + 'exists' => '選定的 :attribute 無效。', + 'image' => ':attribute 必須為圖片。', + 'image_extension' => ':attribute 必須包含有效且受支援的圖片副檔名。', + 'in' => '選定的 :attribute 無效。', + 'integer' => ':attribute 必須是整數。', + 'ip' => ':attribute 必須是有效的 IP 位置。', + 'ipv4' => ':attribute 必須是有效的 IPv4 位置。', + 'ipv6' => ':attribute 必須是有效的 IPv6 位置。', + 'json' => ':attribute 必須是有效的 JSON 字串。', 'lt' => [ - 'numeric' => ':attribute必須小於:value。', - 'file' => 'The :attribute必須小於:value千字節。', - 'string' => ':attribute必須少於:value個字符。', - 'array' => ':attribute必須少於:value個項目。', + 'numeric' => ':attribute 必須小於 :value。', + 'file' => ':attribute 必須小於 :value KB。', + 'string' => ':attribute 必須少於 :value 個字元。', + 'array' => ':attribute 必須少於 :value 個項目。', ], 'lte' => [ - 'numeric' => ':attribute必須小於或等於:value。', - 'file' => ':attribute必須小於或等於:value KB。', - 'string' => ':attribute必須少於或等於:value個字符。', - 'array' => ':attribute不得多過:value個項目。', + 'numeric' => ':attribute 必須小於或等於 :value。', + 'file' => ':attribute 必須小於或等於 :value KB。', + 'string' => ':attribute 必須少於或等於 :value 個字元。', + 'array' => ':attribute 不能超過 :value 個項目。', ], 'max' => [ - 'numeric' => ':attribute 不能超過:max。', - 'file' => ':attribute 不能超過:max KB。', - 'string' => ':attribute 不能超過:max個字元。', + 'numeric' => ':attribute 不能超過 :max。', + 'file' => ':attribute 不能超過 :max KB。', + 'string' => ':attribute 不能超過 :max 個字元。', 'array' => ':attribute 不能有超過:max項。', ], 'mimes' => ':attribute 必須是 :values 類型的檔案。', @@ -78,7 +80,6 @@ return [ 'string' => ':attribute 至少為:min個字元。', 'array' => ':attribute 至少有:min項。', ], - 'no_double_extension' => 'The :attribute必須僅具有一個文件擴展名。', 'not_in' => '選中的 :attribute 無效。', 'not_regex' => 'The :attribute格式無效。', 'numeric' => ':attribute 必須是一個數。', @@ -90,6 +91,7 @@ return [ 'required_without' => '當:values不存在時,:attribute 字段是必需的。', 'required_without_all' => '當:values均不存在時,:attribute 字段是必需的。', 'same' => ':attribute 與 :other 必須匹配。', + 'safe_url' => '提供的連結可能不安全。', 'size' => [ 'numeric' => ':attribute 必須為:size。', 'file' => ':attribute 必須為:size KB。', @@ -98,6 +100,7 @@ return [ ], 'string' => ':attribute 必須是字元串。', 'timezone' => ':attribute 必須是有效的區域。', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute 已經被使用。', 'url' => ':attribute 格式無效。', 'uploaded' => '無法上傳文件, 服務器可能不接受此大小的文件。',