New language files.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-08-27 04:34:59 +02:00
parent 1f321fadd4
commit 5c3da9fd9e
16 changed files with 517 additions and 417 deletions

View File

@@ -8,27 +8,27 @@
*/
return [
'iban' => 'This is not a valid IBAN.',
'unique_account_number_for_user' => 'It looks like this account number is already in use.',
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'rule_action_value' => 'This value is invalid for the selected action.',
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_attached' => 'Succesfully uploaded file ":name".',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
'file_too_large' => 'File ":name" is too large.',
'belongs_to_user' => 'The value of :attribute is unknown',
'accepted' => 'The :attribute must be accepted.',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'iban' => '這不是有效的 IBAN',
'unique_account_number_for_user' => '此帳號號碼已經存在。',
'rule_trigger_value' => '此值不能用於所選擇的事件。',
'rule_action_value' => '此值不能用於所選擇的動作。',
'invalid_domain' => '基於安全理由,你無法使用此域名註冊。',
'file_already_attached' => '檔案 ":name" 已附加到該物件上。',
'file_attached' => '已成功上傳檔案 ":name"',
'file_invalid_mime' => '檔案 ":name" 的類型為 ":mime",並不容許上載此類型的檔案。',
'file_too_large' => '檔案 ":name" 過大。',
'belongs_to_user' => ':attribute 的值是未知的。',
'accepted' => ':attribute 必須被接受。',
'active_url' => ':attribute 不是有效的URL',
'after' => ':attribute 必須是一個在 :date 之後的日期。',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'unique_for_user' => 'There already is an entry with this :attribute.',
'before' => 'The :attribute must be a date before :date.',
'unique_object_for_user' => 'This name is already in use',
'unique_account_for_user' => 'This account name is already in use',
'alpha_dash' => ':attribute 只允許數字,字母,和下劃線。',
'alpha_num' => ':attribute 只允許包含數字和字母。',
'array' => ':attribute 必須是一個陣列。',
'unique_for_user' => ':attribute 已存在。',
'before' => ':attribute 必須是一個在 :date 之前的日期。',
'unique_object_for_user' => '這個名稱已被使用。',
'unique_account_for_user' => '這個帳號名稱已被使用。',
'between.numeric' => 'The :attribute must be between :min and :max.',
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
'between.string' => 'The :attribute must be between :min and :max characters.',
@@ -36,14 +36,14 @@ return [
'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_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => 'The :attribute must be a valid email address.',
'filled' => 'The :attribute field is required.',
'exists' => 'The selected :attribute is invalid.',
'image' => 'The :attribute must be an image.',
'date_format' => ':attribute 不符合格式 :format 。',
'different' => ':attribute :other 不能相同。',
'digits' => ':attribute 必須是 :digits 位數字。',
'digits_between' => ':attribute 必須在 :min 位和 :max 位數字之間。',
'email' => ':attribute 必須是一個有效的電子郵件地址。',
'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.',
@@ -51,30 +51,30 @@ return [
'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.',
'max.array' => 'The :attribute may not have more than :max items.',
'mimes' => 'The :attribute must be a file of type: :values.',
'min.numeric' => 'The :attribute must be at least :min.',
'min.file' => 'The :attribute must be at least :min kilobytes.',
'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.array' => 'The :attribute must have at least :min items.',
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'min.array' => ':attribute 至少需要有 :min 項。',
'not_in' => '所選的 :attribute 無效。',
'numeric' => ':attribute 必須是數字。',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'size.numeric' => 'The :attribute must be :size.',
'size.file' => 'The :attribute must be :size kilobytes.',
'size.string' => 'The :attribute must be :size characters.',
'size.array' => 'The :attribute must contain :size items.',
'unique' => 'The :attribute has already been taken.',
'string' => 'The :attribute must be a string.',
'url' => 'The :attribute format is invalid.',
'timezone' => 'The :attribute must be a valid zone.',
'2fa_code' => 'The :attribute field is invalid.',
'required_without' => '當 :values 不存在時, :attribute 是必填的。',
'required_without_all' => '當沒有任何 :values 存在時, :attribute 為必填項。',
'same' => ':attribute :other 必須匹配。',
'size.numeric' => ':attribute 必須是 :size 位。',
'size.file' => ':attribute 必須為 :size KB。',
'size.string' => ':attribute 必須包含 :size 個字符。',
'size.array' => ':attribute 必須包含 :size 個項目。',
'unique' => ':attribute 已經存在。',
'string' => ':attribute 必須是一個字符串。',
'url' => ':attribute 格式無效。',
'timezone' => ':attribute 必須是有效的區域。',
'2fa_code' => ':attribute 格式無效。',
];