New translations.

This commit is contained in:
James Cole
2019-03-08 06:11:05 +01:00
parent f682981c1e
commit 0a80b7fca7
20 changed files with 187 additions and 187 deletions

View File

@@ -27,21 +27,21 @@ return [
'zero_or_more' => '此數值不能為負數',
'date_or_time' => '此數值必為有效的日期或時間值 (ISO 8601)。',
'source_equals_destination' => '來源帳戶與目標帳戶相同。',
'unique_account_number_for_user' => '看起來此帳戶號碼已在使用。',
'unique_iban_for_user' => '看起來此IBAN已在使用。',
'deleted_user' => '基於安全限制,無法使用此電子郵件註冊。',
'rule_trigger_value' => '此值不用於所選擇的觸發器。',
'rule_action_value' => '此值不用於所選擇的動作。',
'unique_account_number_for_user' => '此帳戶號碼似乎已在使用。',
'unique_iban_for_user' => '此 IBAN 似乎已在使用。',
'deleted_user' => '安全限制,無法使用此電子郵件地址註冊。',
'rule_trigger_value' => '此值不用於選取的觸發器。',
'rule_action_value' => '此值不用於選取的動作。',
'file_already_attached' => '上傳的檔案 ":name" 已附加到該物件上。',
'file_attached' => '已成功上傳檔案 ":name"。',
'must_exist' => '欄位 :attribute 的 ID 不存在於資料庫。',
'all_accounts_equal' => '此欄位中的所有帳戶必須相等。',
'invalid_selection' => '您的選擇無效。',
'belongs_user' => '此值對此欄位無效。',
'belongs_user' => '此欄位不接受此值。',
'at_least_one_transaction' => '至少需要一個交易。',
'at_least_one_repetition' => '至少需要一次重複。',
'require_repeat_until' => '僅需重複次數結束日期 (repeat_until) 即可,不需兩者均備。',
'require_currency_info' => '無貨幣資訊,此欄位內容無效。',
'require_repeat_until' => '要不重複次數,要不結束日期 (repeat_until),須二擇其一。',
'require_currency_info' => '此欄位內容須要貨幣資訊。',
'equal_description' => '交易描述不應等同全域描述。',
'file_invalid_mime' => '檔案 ":name" 的類型為 ":mime",係不被允許上載的類型。',
'file_too_large' => '檔案 ":name" 過大。',
@@ -54,7 +54,7 @@ return [
'model_id_invalid' => '指定的 ID 對於此模型似乎無效。',
'more' => ':attribute 必須大於零。',
'less' => ':attribute 必須小於 10,000,000。',
'active_url' => ':attribute 不是有效的URL。',
'active_url' => ':attribute 不是有效的 URL。',
'after' => ':attribute 必須是一個在 :date 之後的日期。',
'alpha' => ':attribute 只能包含字母。',
'alpha_dash' => ':attribute 只能包含字母、數字和破折號。',