Updated translations [skip ci]

This commit is contained in:
James Cole
2016-10-10 08:19:00 +02:00
parent 1500018ccc
commit 62aa1eb487
18 changed files with 1536 additions and 174 deletions

View File

@@ -37,7 +37,7 @@ return [
'between.array' => ':attribute 的數目必須在 :min 到 :max 之間。',
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date' => ':attribute 不是有效的日期。',
'date_format' => ':attribute 不符合格式 :format 。',
'different' => ':attribute 和 :other 不能相同。',
'digits' => ':attribute 必須是 :digits 位數字。',
@@ -46,18 +46,18 @@ return [
'filled' => ':attribute 欄位是必填的。',
'exists' => '所選的 :attribute 無效。',
'image' => ':attribute 必須是圖片。',
'in' => 'The selected :attribute is invalid.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'max.numeric' => 'The :attribute may not be greater than :max.',
'max.file' => 'The :attribute may not be greater than :max kilobytes.',
'max.string' => 'The :attribute may not be greater than :max characters.',
'in' => '所選的 :attribute 無效。',
'integer' => ':attribute 必須是整數。',
'ip' => ':attribute 必須是一個有效的 IP 地址。',
'json' => ':attribute 必須是一個有效的 JSON 字符串。',
'max.numeric' => ':attribute 不能大於 :max',
'max.file' => ':attribute 不能大於 :max kB。',
'max.string' => ':attribute 不能大於 :max 字元。',
'max.array' => ':attribute 的數量不能超過 :max 個。',
'mimes' => ':attribute 的文件類型必須是 :values 。',
'min.numeric' => ':attribute 至少需要 :min。',
'min.file' => ':attribute 大小至少為 :min KB。',
'min.string' => 'The :attribute must be at least :min characters.',
'min.string' => ':attribute 最少需要有 :min 個字符。',
'min.array' => ':attribute 至少需要有 :min 項。',
'not_in' => '所選的 :attribute 無效。',
'numeric' => ':attribute 必須是數字。',