Updated translations.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-09-09 11:29:19 +02:00
parent 106b04a5da
commit d920537dd2
38 changed files with 1549 additions and 191 deletions

View File

@@ -21,7 +21,7 @@ return [
'accepted' => ':attribute 必須被接受。',
'active_url' => ':attribute 不是有效的URL。',
'after' => ':attribute 必須是一個在 :date 之後的日期。',
'alpha' => 'The :attribute may only contain letters.',
'alpha' => ':attribute 只允許包含字母。',
'alpha_dash' => ':attribute 只允許數字,字母,和下劃線。',
'alpha_num' => ':attribute 只允許包含數字和字母。',
'array' => ':attribute 必須是一個陣列。',
@@ -29,10 +29,10 @@ return [
'before' => ':attribute 必須是一個在 :date 之前的日期。',
'unique_object_for_user' => '這個名稱已被使用。',
'unique_account_for_user' => '這個帳號名稱已被使用。',
'between.numeric' => 'The :attribute must be between :min and :max.',
'between.numeric' => ':attribute 必須在 :min :max 之間。',
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
'between.string' => 'The :attribute must be between :min and :max characters.',
'between.array' => 'The :attribute must have between :min and :max items.',
'between.string' => ':attribute 包含的字符數量必須在 :min :max 之間。',
'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.',