1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/lang/zh_TW/texts.php

5223 lines
262 KiB
PHP
Raw Normal View History

<?php
2023-11-28 13:52:03 +01:00
$lang = array(
'organization' => '組織',
'name' => '姓名',
'website' => '網站',
'work_phone' => '電話',
'address' => '地址',
'address1' => '街道',
2021-05-24 12:45:31 +02:00
'address2' => '大樓/套房',
'city' => '城市',
2021-05-24 12:45:31 +02:00
'state' => '州/省',
'postal_code' => '郵遞區號',
'country_id' => '國家',
2021-05-24 12:45:31 +02:00
'contacts' => '聯絡人',
'first_name' => '名字',
'last_name' => '姓氏',
'phone' => '電話',
'email' => '電子郵件',
2021-05-24 12:45:31 +02:00
'additional_info' => '更多資訊',
'payment_terms' => '付款條件',
'currency_id' => '貨幣',
'size_id' => '公司規模',
'industry_id' => '工業',
'private_notes' => '私人註記',
'invoice' => '發票',
2021-05-24 12:45:31 +02:00
'client' => '用戶',
'invoice_date' => '發票開立日期',
'due_date' => '應付款日期',
'invoice_number' => '發票號碼',
'invoice_number_short' => '發票 #',
'po_number' => '郵遞區號',
'po_number_short' => '郵遞區號 #',
2021-05-24 12:45:31 +02:00
'frequency_id' => '頻率',
'discount' => '折扣',
'taxes' => '各類稅金',
'tax' => '稅',
'item' => '品項',
'description' => '描述',
2021-05-24 12:45:31 +02:00
'unit_cost' => '單位成本',
'quantity' => '數量',
2021-05-24 12:45:31 +02:00
'line_total' => '總計',
'subtotal' => '小計',
2022-01-03 02:51:00 +01:00
'net_subtotal' => '淨',
'paid_to_date' => '已付',
2021-05-24 12:45:31 +02:00
'balance_due' => '到期餘額',
'invoice_design_id' => '設計',
2021-05-24 12:45:31 +02:00
'terms' => '條款',
'your_invoice' => '您的發票',
'remove_contact' => '移除聯絡資料',
'add_contact' => '新增聯絡資料',
2021-05-24 12:45:31 +02:00
'create_new_client' => '新增用戶',
'edit_client_details' => '編輯用戶詳細資料',
'enable' => '啟用',
'learn_more' => '瞭解更多',
'manage_rates' => '管理率',
2021-05-24 12:45:31 +02:00
'note_to_client' => '給用戶的註記',
'invoice_terms' => '發票之條款',
'save_as_default_terms' => '儲存為預設品項',
2021-05-24 12:45:31 +02:00
'download_pdf' => '下載 PDF',
'pay_now' => '立即付款',
'save_invoice' => '儲存發票',
2021-05-24 12:45:31 +02:00
'clone_invoice' => '再製至發票',
'archive_invoice' => '歸檔發票資料',
'delete_invoice' => '刪除發票',
'email_invoice' => '以電子郵件寄送發票',
2021-05-24 12:45:31 +02:00
'enter_payment' => '輸入付款資料',
'tax_rates' => '稅率',
'rate' => '率',
'settings' => '設定',
'enable_invoice_tax' => '啟用註明<b>印花稅</b>',
'enable_line_item_tax' => '啟用註明<b>各品項稅額</b>',
2021-05-24 12:45:31 +02:00
'dashboard' => '儀表板',
'dashboard_totals_in_all_currencies_help' => '注意: 加入名為「:name」的 :link以使用單一基礎貨幣顯示總計。',
'clients' => '用戶',
'invoices' => '發票',
'payments' => '付款',
'credits' => '貸款',
2021-05-24 12:45:31 +02:00
'history' => '歷程紀錄',
'search' => '搜尋',
2021-05-24 12:45:31 +02:00
'sign_up' => '登入',
'guest' => '訪客',
'company_details' => '公司之詳細資料',
'online_payments' => '線上付款',
'notifications' => '注意事項',
2021-05-24 12:45:31 +02:00
'import_export' => '匯入 | 匯出',
'done' => '完成',
'save' => '儲存',
2021-05-24 12:45:31 +02:00
'create' => '建立',
'upload' => '上傳',
'import' => '匯入',
'download' => '下載',
'cancel' => '取消',
'close' => '關閉',
2021-05-24 12:45:31 +02:00
'provide_email' => '請提供有效的電子郵件地址',
'powered_by' => '技術提供',
'no_items' => '無品項',
'recurring_invoices' => '週期性發票',
2021-05-24 12:45:31 +02:00
'recurring_help' => '<p>每週、每兩個月、每月、每季度或每年自動向客戶發送相同的發票。</p>
<p>使用 :MONTH, :QUARTER :YEAR 作為動態日期。 基本數學也很管用, 例如: :MONTH-1</p>
<p>動態發票變數範例:</p>
<ul>
2021-05-24 12:45:31 +02:00
<li>":MONTH" 月份的 Gym 會員 >> "7 月份的 Gym 會員"</li>
<li>":YEAR+1 年度訂閱" >> "2015 年度訂閱"</li>
<li>":QUARTER+1 的保留人付款" >> "Q2 的保留人付款"</li>
</ul>',
2021-05-24 12:45:31 +02:00
'recurring_quotes' => '週期性報價單',
'in_total_revenue' => '總收入',
2021-05-24 12:45:31 +02:00
'billed_client' => '帳單用戶',
'billed_clients' => '帳單用戶',
'active_client' => '使用中用戶',
'active_clients' => '使用中用戶',
'invoices_past_due' => '發票過去到期',
'upcoming_invoices' => '即將到期的發票',
'average_invoice' => '平均銷售額',
'archive' => '歸檔',
'delete' => '刪除',
2021-05-24 12:45:31 +02:00
'archive_client' => '歸檔用戶',
'delete_client' => '刪除用戶',
'archive_payment' => '歸檔付款資料',
'delete_payment' => '刪除付款紀錄',
2021-05-24 12:45:31 +02:00
'archive_credit' => '歸檔貸款資料',
'delete_credit' => '刪除貸款資料',
'show_archived_deleted' => '顯示歸檔的/刪除的資料',
2021-05-24 12:45:31 +02:00
'filter' => '篩選器',
'new_client' => '新用戶',
'new_invoice' => '新發票',
2021-05-24 12:45:31 +02:00
'new_payment' => '輸入付款資料',
'new_credit' => '輸入貸款資料',
'contact' => '聯絡人',
'date_created' => '建立日期',
'last_login' => '上次登入',
'balance' => '差額',
'action' => '動作',
'status' => '狀態',
'invoice_total' => '發票總額',
'frequency' => '頻率',
2021-05-24 12:45:31 +02:00
'range' => 'Range',
'start_date' => '開始日期',
'end_date' => '結束日期',
'transaction_reference' => '轉帳資料',
'method' => '方式',
'payment_amount' => '付款金額',
'payment_date' => '付款日期',
'credit_amount' => '貸款金額',
'credit_balance' => '貸款餘額',
'credit_date' => '貸款日期',
'empty_table' => '資料表中無此資料',
'select' => '選擇',
2021-05-24 12:45:31 +02:00
'edit_client' => '編輯用戶',
'edit_invoice' => '編輯發票',
'create_invoice' => '建立發票',
'enter_credit' => '輸入貸款資料',
'last_logged_in' => '上次登入於',
'details' => '詳細資料',
'standing' => '資格',
'credit' => '貸款',
'activity' => '活動',
'date' => '日期',
'message' => '訊息',
'adjustment' => '調整',
2021-05-24 12:45:31 +02:00
'are_you_sure' => '您確定嗎?',
'payment_type_id' => '付款方式',
'amount' => '金額',
'work_email' => '電子郵件',
'language_id' => '語言',
'timezone_id' => '時區',
'date_format_id' => '日期格式',
2021-05-24 12:45:31 +02:00
'datetime_format_id' => '日期/時間格式',
'users' => '使用者',
2021-05-24 12:45:31 +02:00
'localization' => '本地化',
'remove_logo' => '移除標誌',
2021-05-24 12:45:31 +02:00
'logo_help' => '支援格式: JPEG, GIF 和 PNG',
'payment_gateway' => '付款閘道',
'gateway_id' => '閘道',
'email_notifications' => '以電子郵件通知',
2021-05-24 12:45:31 +02:00
'email_viewed' => '當發票<b>已檢視</b>後,以電子郵件通知我',
'email_paid' => '當發票款項<b>已付清</b>後,以電子郵件通知我',
'site_updates' => '網站更新',
2021-05-24 12:45:31 +02:00
'custom_messages' => '自訂訊息',
'default_email_footer' => '設定預設<b>電子郵件簽署</b>',
'select_file' => '請選擇一個檔案',
'first_row_headers' => '使用第一列作為標題列',
2021-05-24 12:45:31 +02:00
'column' => '欄',
'sample' => '樣本',
'import_to' => '匯入至',
2021-05-24 12:45:31 +02:00
'client_will_create' => '將建立用戶',
'clients_will_create' => '將建立用戶',
'email_settings' => '電子郵件設定',
2021-05-24 12:45:31 +02:00
'client_view_styling' => '用戶檢視樣式',
'pdf_email_attachment' => '附加 PDF 檔案',
'custom_css' => '自訂樣式表',
2021-05-24 12:45:31 +02:00
'import_clients' => '匯入用戶資料',
'csv_file' => 'CSV 檔案',
'export_clients' => '匯出用戶資料',
'created_client' => '建立用戶資料成功',
'created_clients' => '建立 :count 筆客戶資料成功',
'updated_settings' => '更新設定成功',
'removed_logo' => '移除標誌成功',
'sent_message' => '寄出訊息成功',
'invoice_error' => '請確認選取一個用戶並更正任何錯誤',
2023-11-05 08:03:31 +01:00
'limit_clients' => '抱歉,這將超出:count客戶端的限制。請升級到付費方案。',
'payment_error' => '您的付款處理過程有誤。請稍後重試。',
2023-11-05 08:03:31 +01:00
'registration_required' => '需要註冊',
2021-05-24 12:45:31 +02:00
'confirmation_required' => '請確認您的電子郵件地址 :link ,以重寄確認函。',
'updated_client' => '更新用戶資料成功',
'archived_client' => '歸檔用戶資料成功',
'archived_clients' => '歸檔 :count 個用戶資料成功',
'deleted_client' => '刪除用戶資料成功',
'deleted_clients' => '刪除 :count 筆用戶資料成功',
'updated_invoice' => '更新發票成功',
'created_invoice' => '製作完成的發票',
'cloned_invoice' => '完成複製的發票',
2021-05-24 12:45:31 +02:00
'emailed_invoice' => '以電子郵件寄出發票成功',
'and_created_client' => '並建立用戶資料',
'archived_invoice' => '歸檔發票資料成功',
'archived_invoices' => '歸檔 :count 筆發票資料成功',
'deleted_invoice' => '刪除發票成功',
'deleted_invoices' => '刪除 :count 筆發票成功',
'created_payment' => '已建立完成的付款資料',
2021-05-24 12:45:31 +02:00
'created_payments' => '建立 :count 筆付款成功',
'archived_payment' => '歸檔付款資料成功',
'archived_payments' => '歸檔 :count 筆付款資料成功',
'deleted_payment' => '刪除付款資料成功',
'deleted_payments' => '刪除 :count 筆付款資料成功',
'applied_payment' => '完成套用的付款資料',
2021-05-24 12:45:31 +02:00
'created_credit' => '建立貸款資料完成',
'archived_credit' => '歸檔貸款資料成功',
'archived_credits' => '歸檔 :count 筆貸款資料成功',
'deleted_credit' => '刪除貸款資料成功',
'deleted_credits' => '刪除 :count 筆貸款資料成功',
'imported_file' => '匯入檔案成功',
'updated_vendor' => '更新供應商資料成功',
'created_vendor' => '建立供應商資料成功',
'archived_vendor' => '歸檔供應商資料成功',
'archived_vendors' => '歸檔 :count 筆供應商資料成功',
'deleted_vendor' => '刪除供應商成功',
'deleted_vendors' => '刪除 :count 筆供應商成功',
2022-01-03 02:51:00 +01:00
'confirmation_subject' => '帳戶確認',
'confirmation_header' => '確認帳號',
2021-05-24 12:45:31 +02:00
'confirmation_message' => '請存取以下連結來確認您的帳號。',
'invoice_subject' => ':account 帳戶下的第 :number 筆新發票',
'invoice_message' => '若要檢視您的 :amount 之發票,按一下以下連結。',
'payment_subject' => '收到的付款',
2021-05-24 12:45:31 +02:00
'payment_message' => '感謝您支付 :amount 元。',
'email_salutation' => ':name 您好,',
'email_signature' => '向您致意,',
2021-05-24 12:45:31 +02:00
'email_from' => 'Invoice Ninja 團隊',
'invoice_link_message' => '若要檢視此發票,按一下以下連結:',
'notification_invoice_paid_subject' => '發票 :invoice 已由 :client付款',
'notification_invoice_sent_subject' => '發票 :invoice 已寄送給 :client',
'notification_invoice_viewed_subject' => ':client已閱覽了發票 :invoice',
2021-05-24 12:45:31 +02:00
'notification_invoice_paid' => '用戶 :client 對發票 :invoice 支付 :amount 的金額。',
'notification_invoice_sent' => '以下用戶 :client 透過電子郵件傳送 :amount 的發票 :invoice。',
'notification_invoice_viewed' => '以下用戶 :client 檢視 :amount 的發票 :invoice。',
2023-11-05 08:03:31 +01:00
'stripe_payment_text' => '客戶:client的:amount的發票:invoice號碼',
'stripe_payment_text_without_invoice' => '客戶:client金額為:amount的無發票付款',
2021-05-24 12:45:31 +02:00
'reset_password' => '您可重新點選以下按鈕來重新設定您的帳戶密碼:',
'secure_payment' => '安全付款',
'card_number' => '卡號',
'expiration_month' => '效期月份',
'expiration_year' => '效期年份',
'cvv' => '信用卡認證編號',
'logout' => '登出',
2021-05-24 12:45:31 +02:00
'sign_up_to_save' => '登入,以便儲存您的工作',
'agree_to_terms' => '我同意 :terms',
'terms_of_service' => '服務條款',
'email_taken' => '這個電子郵件地址已經註冊了',
'working' => '工作中',
'success' => '完成',
2021-05-24 12:45:31 +02:00
'success_message' => '您已註冊成功! 請使用帳戶確認函中的連結驗證您的電子郵件地址。',
'erase_data' => '您的帳號未註冊,這將使您的資料永久刪除。',
'password' => '密碼',
2021-05-24 12:45:31 +02:00
'pro_plan_product' => '專業方案',
'pro_plan_success' => '感謝您使用 Invoice Ninja 的專業版!<p/>&nbsp;<br/>
<b>下一步</b><p/>一份待付的發票已寄送到您的帳號所使用的電子郵件地址
欲啟用專業版所有的厲害功能,請依循發票上的指示付款,以使用為期一年的專業級發票開立作業。<p/>
2021-05-24 12:45:31 +02:00
無法找到發票?需要進一步的協助? 我們樂於提供協助-- 請寫電子郵件給我們寄至 contact@invoiceninja.com',
'unsaved_changes' => '您有尚未儲存的修改',
2021-05-24 12:45:31 +02:00
'custom_fields' => '自訂欄位',
'company_fields' => '公司欄位',
2021-05-24 12:45:31 +02:00
'client_fields' => '用戶欄位',
'field_label' => '標籤欄位',
'field_value' => '欄位值',
'edit' => '編輯',
'set_name' => '設定您的公司名稱',
'view_as_recipient' => '以收件匣模式檢視',
'product_library' => '產品資料庫',
'product' => '產品',
2021-05-24 12:45:31 +02:00
'products' => '產品',
'fill_products' => '自動填入之產品項目',
2021-05-24 12:45:31 +02:00
'fill_products_help' => '選擇產品將自動<b>填寫描述和成本</b>',
'update_products' => '自動更新產品',
'update_products_help' => '更新發票時會自動 <b>更新產品資料庫</b>',
2021-05-24 12:45:31 +02:00
'create_product' => '加入產品',
'edit_product' => '編輯產品資料',
2021-05-24 12:45:31 +02:00
'archive_product' => '歸檔產品資料',
'updated_product' => '成功更新的產品資料',
2021-05-24 12:45:31 +02:00
'created_product' => '建立產品資料成功',
'archived_product' => '歸檔產品資料成功',
'pro_plan_custom_fields' => ':link 來加入專業版,以啟用自訂欄位',
'advanced_settings' => '進階設定',
2021-05-24 12:45:31 +02:00
'pro_plan_advanced_settings' => ':link 來加入專業版,以啟用進階設定',
'invoice_design' => '發票設計',
2021-05-24 12:45:31 +02:00
'specify_colors' => '指定色彩',
'specify_colors_label' => '選擇發票中使用的色彩',
'chart_builder' => '圖表製作',
2021-05-24 12:45:31 +02:00
'ninja_email_footer' => '由 :site 建立 | 建立、寄送、收款。',
'go_pro' => '採用專業版',
'quote' => '報價單',
'quotes' => '報價單',
'quote_number' => '報價單編號',
'quote_number_short' => '報價單 #',
'quote_date' => '報價單日期',
'quote_total' => '報價單總計',
'your_quote' => '您的報價單',
'total' => '總計',
2021-05-24 12:45:31 +02:00
'clone' => '再製',
'new_quote' => '新報價單',
'create_quote' => '建立報價單',
'edit_quote' => '編輯報價單',
2021-05-24 12:45:31 +02:00
'archive_quote' => '歸檔報價單',
'delete_quote' => '刪除報價單',
'save_quote' => '儲存報價單',
'email_quote' => '以電子郵件傳送報價單',
2021-05-24 12:45:31 +02:00
'clone_quote' => '再製到報價單',
'convert_to_invoice' => '轉換至發票',
2021-05-24 12:45:31 +02:00
'view_invoice' => '檢視發票',
'view_client' => '檢視用戶資料',
'view_quote' => '檢視報價單',
'updated_quote' => '報價單更新成功',
'created_quote' => '報價單建立成功',
'cloned_quote' => '報價單複製成功',
'emailed_quote' => '以電子郵件寄出報價單成功',
'archived_quote' => '歸檔報價單成功',
'archived_quotes' => '歸檔 :count 份報價單成功',
'deleted_quote' => '報價單刪除成功',
'deleted_quotes' => '刪除 :count 筆報價單成功',
'converted_to_invoice' => '將報價單轉為發票成功',
'quote_subject' => ':account 的第 :number 份新報價單',
2021-05-24 12:45:31 +02:00
'quote_message' => '若要檢視您的 :amount 之報價單,按一下以下連結。',
'quote_link_message' => '若要檢視您的用戶報價單,按一下以下連結:',
'notification_quote_sent_subject' => '報價單 :invoice 已寄送給 :client',
2021-05-24 12:45:31 +02:00
'notification_quote_viewed_subject' => ':client 已檢視了報價單 :invoice',
'notification_quote_sent' => '已透過電子郵件傳送 :amount 的報價單 :invoice 給以下用戶 :client 。',
'notification_quote_viewed' => '以下用戶 :client 檢視 :amount 的報價單 :invoice 。',
'session_expired' => '您本次的連線已超過期限。',
'invoice_fields' => '發票欄位',
'invoice_options' => '發票選項',
'hide_paid_to_date' => '隱藏迄今之付款金額',
'hide_paid_to_date_help' => '一旦收到付款,僅在您的發票上顯示「迄今之付款金額」。',
'charge_taxes' => '附收稅款',
'user_management' => '管理使用者',
'add_user' => '新增使用者',
'send_invite' => '發送邀請',
2021-05-24 12:45:31 +02:00
'sent_invite' => '寄出邀請函成功',
'updated_user' => '更新使用者資料成功',
'invitation_message' => '您受到 :invitor 邀請。 ',
'register_to_add_user' => '請登入以新增使用者',
'user_state' => '狀態',
'edit_user' => '編輯使用者',
'delete_user' => '刪除使用者',
2021-05-24 12:45:31 +02:00
'active' => '使用中',
'pending' => '擱置',
'deleted_user' => '刪除使用者成功',
'confirm_email_invoice' => '確定要電郵這發票嗎?',
2021-05-24 12:45:31 +02:00
'confirm_email_quote' => '您是否確定以電子郵件寄送這份報價單?',
'confirm_recurring_email_invoice' => '您確定您要以電郵寄送這份發票?',
'confirm_recurring_email_invoice_not_sent' => '您確定您要啟動這項週期?',
'cancel_account' => '刪除帳戶',
2021-05-24 12:45:31 +02:00
'cancel_account_message' => '警告: 這將永久刪除您的帳戶,而且無法恢復。',
'go_back' => '返回',
'data_visualizations' => '資料視覺化',
'sample_data' => '顯示的範例日期',
'hide' => '隱藏',
2021-05-24 12:45:31 +02:00
'new_version_available' => '有 :releases_link 最新的版本可用。您目前使用的是 :user_version 版,最新版是 :latest_version 版',
'invoice_settings' => '發票設定',
'invoice_number_prefix' => '發票號碼之前置符號',
'invoice_number_counter' => '發票號碼計數器',
'quote_number_prefix' => '報價單編號之前置符號',
2021-05-24 12:45:31 +02:00
'quote_number_counter' => '報價單編號計數器',
'share_invoice_counter' => '共用發票計數器',
'invoice_issued_to' => '此發票開立給',
'invalid_counter' => '為避免可能發生的衝突,請設定一個報價單或發票的編號前置符號',
2021-05-24 12:45:31 +02:00
'mark_sent' => '標記已傳送',
'more_designs' => '更多設計',
'more_designs_title' => '更多的發票設計',
'more_designs_cloud_header' => '升級到專業版,以使用更多發票設計',
'more_designs_cloud_text' => '',
'more_designs_self_host_text' => '',
'buy' => '購買',
'bought_designs' => '已成功地新增額外的設計',
2021-05-24 12:45:31 +02:00
'sent' => '已傳送',
'vat_number' => '加值稅編號',
'timesheets' => '時間表',
'payment_title' => '輸入您的帳單寄送地址與信用卡資料',
2021-05-24 12:45:31 +02:00
'payment_cvv' => '* 這是您卡片背面的 3-4 位數字',
'payment_footer1' => '帳單寄送地址必須與信用卡地址相同。',
'payment_footer2' => '* 請只點擊一次"現在付款" - 轉帳作業可能需要用 1 分鐘。',
'id_number' => 'ID 編號',
'white_label_link' => '白牌',
'white_label_header' => '白牌',
2021-05-24 12:45:31 +02:00
'bought_white_label' => '啟用白牌授權成功',
'white_labeled' => '白牌',
'restore' => '復原',
'restore_invoice' => '復原發票',
'restore_quote' => '復原報價單',
2021-05-24 12:45:31 +02:00
'restore_client' => '復原用戶',
'restore_credit' => '復原貸款資料',
'restore_payment' => '復原付款資料',
2021-05-24 12:45:31 +02:00
'restored_invoice' => '復原發票成功',
'restored_quote' => '復原報價單成功',
'restored_client' => '復原用戶資料成功',
'restored_payment' => '復原付款資料成功',
'restored_credit' => '復原貸款資料成功',
'reason_for_canceling' => '告訴我們您為什麼離開,幫助我們改善我們的網站。',
'discount_percent' => '百分比',
'discount_amount' => '金額',
'invoice_history' => '發票之歷程記錄',
2021-05-24 12:45:31 +02:00
'quote_history' => '報價單歷史紀錄',
'current_version' => '目前版本',
'select_version' => '選擇版本',
2021-05-24 12:45:31 +02:00
'view_history' => '檢視歷程紀錄',
'edit_payment' => '編輯付款資料',
2021-05-24 12:45:31 +02:00
'updated_payment' => '更新付款資料成功',
'deleted' => '已刪除',
'restore_user' => '復原使用者資料',
2021-05-24 12:45:31 +02:00
'restored_user' => '復原使用者資料成功',
'show_deleted_users' => '顯示已刪除的使用者',
2021-05-24 12:45:31 +02:00
'email_templates' => '電子郵件樣範本',
'invoice_email' => '發票電子郵件',
'payment_email' => '付款資料電子郵件',
'quote_email' => '報價單電子郵件',
'reset_all' => '重設一切',
'approve' => '同意',
'token_billing_type_id' => '設定帳單的安全代碼',
2021-05-24 12:45:31 +02:00
'token_billing_help' => '以 WePay, Stripe, Braintree 或 GoCardless 儲存詳細的付款資料。',
'token_billing_1' => '已停用',
'token_billing_2' => '加入 - 核取方塊顯示,但未選取',
'token_billing_3' => '退出 - 核取方塊顯示且已選取',
'token_billing_4' => '永遠',
'token_billing_checkbox' => '儲存信用卡詳細資料',
2021-05-24 12:45:31 +02:00
'view_in_gateway' => '在 :gateway 檢視',
'use_card_on_file' => '使用登記之信用卡',
'edit_payment_details' => '編輯詳細的付款資料',
'token_billing' => '儲存卡片詳細資料',
2021-05-24 12:45:31 +02:00
'token_billing_secure' => '資料已安全地由 :link 儲存',
'support' => '支援',
2021-05-24 12:45:31 +02:00
'contact_information' => '聯絡人資訊',
'256_encryption' => '256 位元加密',
'amount_due' => '應支付的金額',
2021-05-24 12:45:31 +02:00
'billing_address' => '帳單地址',
'billing_method' => '帳單寄送方式',
2021-05-24 12:45:31 +02:00
'order_overview' => '訂單總覽',
'match_address' => '* 地址必須與信用卡地址一致。',
'click_once' => '* 請只點擊一次"現在付款" - 轉帳作業可能需要用 1 分鐘。',
'invoice_footer' => '發票頁尾',
'save_as_default_footer' => '儲存為預設的頁尾',
'token_management' => '管理安全代碼',
'tokens' => '安全代碼',
'add_token' => '新增安全代碼',
'show_deleted_tokens' => '顯示已刪除的安全代碼',
2021-05-24 12:45:31 +02:00
'deleted_token' => '刪除安全代碼成功',
'created_token' => '安全代碼建立成功',
'updated_token' => '更新安全代碼成功',
'edit_token' => '編輯安全代碼',
'delete_token' => '刪除安全代碼',
'token' => '安全代碼',
'add_gateway' => '新增閘道',
2021-05-24 12:45:31 +02:00
'delete_gateway' => '刪除閘道資料',
'edit_gateway' => '編輯閘道',
2021-05-24 12:45:31 +02:00
'updated_gateway' => '更新閘道資料成功',
'created_gateway' => '建立閘道資料成功',
'deleted_gateway' => '刪除閘道資料成功',
'pay_with_paypal' => 'PayPal',
'pay_with_card' => '信用卡',
'change_password' => '改變密碼',
2021-05-24 12:45:31 +02:00
'current_password' => '目前密碼',
'new_password' => '新密碼',
'confirm_password' => '確認密碼',
2021-05-24 12:45:31 +02:00
'password_error_incorrect' => '目前的密碼不正確。',
'password_error_invalid' => '這個新密碼無效。',
'updated_password' => '更新密碼成功',
'api_tokens' => 'API 的安全代碼',
'users_and_tokens' => '使用者與安全代碼',
'account_login' => '登入帳戶',
'recover_password' => '重設您的密碼',
2021-05-24 12:45:31 +02:00
'forgot_password' => '忘記您的密碼?',
'email_address' => '電子郵件地址',
'lets_go' => '讓我們開始',
'password_recovery' => '重設密碼',
'send_email' => '寄送電子郵件',
'set_password' => '設定密碼',
'converted' => '已轉換',
2021-05-24 12:45:31 +02:00
'email_approved' => '<b>同意</b>報價單後即以電子郵件通知我',
'notification_quote_approved_subject' => ':client 已同意報價單 :invoice',
'notification_quote_approved' => '以下用戶 :client 同意 :amount 的報價單 :invoice。',
'resend_confirmation' => '重寄確認註冊的電子郵件',
'confirmation_resent' => '確認信已用電子郵件寄送',
'payment_type_credit_card' => '信用卡',
'payment_type_paypal' => 'PayPal',
'payment_type_bitcoin' => '比特幣',
'payment_type_gocardless' => 'GoCardless',
'knowledge_base' => '知識庫',
2021-05-24 12:45:31 +02:00
'partial' => '存款',
'partial_remaining' => ':balance 的 :partial',
'more_fields' => '較多欄位',
'less_fields' => '較少欄位',
2021-05-24 12:45:31 +02:00
'client_name' => '用戶名稱',
'pdf_settings' => 'PDF 設定',
'product_settings' => '產品設定',
'auto_wrap' => '自動換行',
2021-05-24 12:45:31 +02:00
'duplicate_post' => '警告: 上一頁被提交兩次,第二次的提交已被略過。',
'view_documentation' => '檢視文件',
2022-01-03 02:51:00 +01:00
'app_title' => '免費開源的網上發票',
'app_description' => 'Invoice Ninja 是一個免費開源的發票方案。使用Invoice Ninja你可以從連接網絡的裝置上容易地建立及傳送美觀的發票。你的客戶可打印你的發票或是下載為PDF檔甚至可以從網上付款給你。',
2021-05-24 12:45:31 +02:00
'rows' => 'rows',
'www' => 'www',
'logo' => '標誌',
'subdomain' => '子網域',
'provide_name_or_email' => '請提供名字或電子郵件地址',
'charts_and_reports' => '圖表與報告',
'chart' => '圖表',
'report' => '報告',
2021-05-24 12:45:31 +02:00
'group_by' => '分組方式',
'paid' => '已付款',
'enable_report' => '報告',
'enable_chart' => '圖表',
'totals' => '總計',
'run' => '執行',
'export' => '匯出',
'documentation' => '文件',
'zapier' => 'Zapier',
2021-05-24 12:45:31 +02:00
'recurring' => '週期性',
'last_invoice_sent' => '上一份發票寄出於 :date',
'processed_updates' => '已更新成功',
'tasks' => '任務',
'new_task' => '新任務',
'start_time' => '開始時間',
2021-05-24 12:45:31 +02:00
'created_task' => '建立工作項目成功',
'updated_task' => '更新工作項目成功',
'edit_task' => '編輯工作項目',
2021-05-24 12:45:31 +02:00
'clone_task' => 'Clone Task',
'archive_task' => '歸檔任務項目',
'restore_task' => '復原任務',
'delete_task' => '刪除工作項目',
'stop_task' => '停止工作項目',
'time' => '時間',
'start' => '開始',
'stop' => '停止',
'now' => '現在',
'timer' => '計時器',
'manual' => '手動',
2021-05-24 12:45:31 +02:00
'date_and_time' => '日期 & 時間',
'second' => '秒',
'seconds' => '秒',
'minute' => '分',
'minutes' => '分',
'hour' => '時',
'hours' => '時',
'task_details' => '工作細節',
'duration' => '時間長度',
2021-05-24 12:45:31 +02:00
'time_log' => '時間日誌',
'end_time' => '結束時間',
'end' => '結束',
'invoiced' => '已開立發票的',
'logged' => '已登入',
'running' => '執行中',
2021-05-24 12:45:31 +02:00
'task_error_multiple_clients' => '任務不能屬於不同的用戶',
'task_error_running' => '請先停止執行任務',
'task_error_invoiced' => '此任務的發票已開立',
2021-05-24 12:45:31 +02:00
'restored_task' => '復原任務資料成功',
'archived_task' => '歸檔任務資料成功',
'archived_tasks' => '歸檔 :count 項任務成功',
'deleted_task' => '刪除任務成功',
'deleted_tasks' => '刪除 :count 項任務成功',
'create_task' => '建立工作項目',
2021-05-24 12:45:31 +02:00
'stopped_task' => '停止任務成功',
'invoice_task' => '為任務開立發票',
'invoice_labels' => '發票標籤',
'prefix' => '前置符號',
'counter' => '計數器',
'payment_type_dwolla' => 'Dwolla',
'partial_value' => '必須大於零且小於總額',
'more_actions' => '更多動作',
2021-05-24 12:45:31 +02:00
'pro_plan_title' => 'Ninja 專業版',
'pro_plan_call_to_action' => '立即升級!',
'pro_plan_feature1' => '建立無限數量的用戶',
'pro_plan_feature2' => '開始使用 10 種美觀的發票設計',
'pro_plan_feature3' => '自訂 URLs - "YourBrand.InvoiceNinja.com"',
'pro_plan_feature4' => '移除 "Created by Invoice Ninja" 字樣',
2021-05-24 12:45:31 +02:00
'pro_plan_feature5' => '多使用者登入 & 追蹤活動',
'pro_plan_feature6' => '建立報價單與專業格式的發票',
'pro_plan_feature7' => '自訂發票欄位標題 & 編號',
'pro_plan_feature8' => '將 PDF 附加到用戶電子郵件的選項',
'resume' => '繼續',
'break_duration' => '中斷',
'edit_details' => '編輯詳細資料',
'work' => '工作',
'timezone_unset' => '請 :link 以設定您的時區',
2021-05-24 12:45:31 +02:00
'click_here' => '按一下此處',
'email_receipt' => '以電子郵件傳送付款收據給用戶',
'created_payment_emailed_client' => '建立付款和透過電子郵件傳送給用戶成功',
'add_company' => '新增公司資料',
'untitled' => '無標題',
'new_company' => '新的公司資料',
2021-05-24 12:45:31 +02:00
'associated_accounts' => '連結的帳戶成功',
'unlinked_account' => '取消連結的帳戶成功',
'login' => '登入',
2021-05-24 12:45:31 +02:00
'or' => 'or',
'email_error' => '寄送郵件時發生問題',
2021-05-24 12:45:31 +02:00
'confirm_recurring_timing' => '注意: 郵件已於這個小時開始時寄送。',
'confirm_recurring_timing_not_sent' => '注意: 發票已於這個小時開始時建立。',
'payment_terms_help' => '設定預設的 <b>發票日期</b>',
'unlink_account' => '取消帳戶的連結',
'unlink' => '取消連結',
'show_address' => '顯示地址',
2021-05-24 12:45:31 +02:00
'show_address_help' => '需要使用者提供其帳單地址',
'update_address' => '更新地址',
2021-05-24 12:45:31 +02:00
'update_address_help' => '使用提供的詳細資料更新用戶的地址',
'times' => '時段',
'set_now' => '設定為現在',
'dark_mode' => '黑暗模式',
'dark_mode_help' => '使用深色背景於側邊欄',
'add_to_invoice' => '新增至發票 :invoice',
'create_new_invoice' => '新增發票',
'task_errors' => '請修正所有的重疊時段',
'from' => '從',
'to' => '到',
'font_size' => '字型大小',
2021-05-24 12:45:31 +02:00
'primary_color' => '主要色彩',
'secondary_color' => '次要色彩',
'customize_design' => '自訂設計',
'content' => '內容',
2021-05-24 12:45:31 +02:00
'styles' => '樣式',
'defaults' => '預設值',
2021-05-24 12:45:31 +02:00
'margins' => '邊界',
'header' => '頁首',
'footer' => '頁尾',
'custom' => '自訂',
'invoice_to' => '發票給',
'invoice_no' => '發票編號',
'quote_no' => '報價單編號',
'recent_payments' => '最近的支付',
'outstanding' => '未付清的',
'manage_companies' => '處理公司資料',
'total_revenue' => '總收入',
2021-05-24 12:45:31 +02:00
'current_user' => '目前使用者',
'new_recurring_invoice' => '新的週期性發票',
'recurring_invoice' => '週期性發票',
2021-05-24 12:45:31 +02:00
'new_recurring_quote' => '新的週期性報價單',
'recurring_quote' => '週期性報價單',
'recurring_too_soon' => '尚未到建立下一份週期性發票的時候,下一次建立發票的預定日期為 :date',
2021-05-24 12:45:31 +02:00
'created_by_invoice' => '由 :invoice 建立',
'primary_user' => '首要的使用者',
2021-05-24 12:45:31 +02:00
'help' => '說明',
'playground' => 'playground',
2023-11-05 08:03:31 +01:00
'support_forum' => '支援論壇',
'invoice_due_date' => '應付款日期',
'quote_due_date' => '有效至',
'valid_until' => '有效至',
'reset_terms' => '重設條款',
'reset_footer' => '重設頁尾',
'invoice_sent' => '已寄出 :count 份發票',
'invoices_sent' => '已寄出 :count 份發票',
'status_draft' => '草稿',
2021-05-24 12:45:31 +02:00
'status_sent' => '已傳送',
'status_viewed' => '已檢視',
'status_partial' => '入口頁面',
'status_paid' => '已付款',
2021-05-24 12:45:31 +02:00
'status_unpaid' => '未付款',
'status_all' => '全部',
'show_line_item_tax' => '顯示 <b>此項目之稅金</b>',
'iframe_url' => '網站',
2021-05-24 12:45:31 +02:00
'iframe_url_help1' => '將以下代碼複製到您的網站上的一個網頁。',
'iframe_url_help2' => '您可按一下發票的「以收件人檢視」來測試這項功能。',
'auto_bill' => '自動帳單',
2021-05-24 12:45:31 +02:00
'military_time' => '24 小時制',
'last_sent' => '最後寄出',
'reminder_emails' => '提醒電郵',
2021-05-24 12:45:31 +02:00
'quote_reminder_emails' => 'Quote Reminder Emails',
'templates_and_reminders' => '範本與提醒',
'subject' => '主旨',
'body' => '內文',
2021-05-24 12:45:31 +02:00
'first_reminder' => '首次提醒',
'second_reminder' => '第二次提醒',
'third_reminder' => '第三次提醒',
'num_days_reminder' => '應付款日期之天數',
2021-05-24 12:45:31 +02:00
'reminder_subject' => '提醒函: :account 的發票 :invoice',
'reset' => '重設',
'invoice_not_found' => '無法提供您所查詢的發票',
'referral_program' => '推薦計劃',
2021-05-24 12:45:31 +02:00
'referral_code' => '推薦的 URL',
'last_sent_on' => '上次寄出於: :date',
'page_expire' => '此網頁即將逾期,:click_here 以繼續作業',
'upcoming_quotes' => '即將到期的報價單',
'expired_quotes' => '過期的報價單',
2021-05-24 12:45:31 +02:00
'sign_up_using' => '登入,使用',
'invalid_credentials' => '這些憑證不符我們的紀錄',
'show_all_options' => '顯示所有選項',
2021-05-24 12:45:31 +02:00
'user_details' => '使用者詳細資料',
'oneclick_login' => '已連結的帳戶',
2021-05-24 12:45:31 +02:00
'disable' => '停用',
'invoice_quote_number' => '發票與報價單編號',
'invoice_charges' => '發票的額外費用',
2021-05-24 12:45:31 +02:00
'notification_invoice_bounced' => '我們無法遞送發票 :invoice 給 :contact。',
'notification_invoice_bounced_subject' => '無法傳送發票 :invoice',
2021-05-24 12:45:31 +02:00
'notification_quote_bounced' => '我們無法遞送報價單 :invoice 給 :contact.',
'notification_quote_bounced_subject' => '無法遞送報價單 :invoice',
'custom_invoice_link' => '自訂發票連結',
'total_invoiced' => '開立發票總額',
'open_balance' => '未付的餘額',
2021-05-24 12:45:31 +02:00
'verify_email' => '請用帳號確認電子郵件中的連結來驗證您的電子郵件。',
'basic_settings' => '基本設定',
2021-05-24 12:45:31 +02:00
'pro' => '專業版',
'gateways' => '付款閘道',
2021-05-24 12:45:31 +02:00
'next_send_on' => '下次寄出於: :date',
'no_longer_running' => '此發票並未列入排程',
'general_settings' => '一般設定',
'customize' => '自訂',
'oneclick_login_help' => '連結一個帳號,不必密碼即可登入',
2021-05-24 12:45:31 +02:00
'referral_code_help' => '在網路上分享我們的 APP賺取金錢',
'enable_with_stripe' => '啟用 | 需要刪除多餘空格',
'tax_settings' => '稅額設定',
'create_tax_rate' => '新增稅率',
2021-05-24 12:45:31 +02:00
'updated_tax_rate' => '更新稅率成功',
'created_tax_rate' => '已成功地建立稅率',
'edit_tax_rate' => '編輯稅率',
2021-05-24 12:45:31 +02:00
'archive_tax_rate' => '歸檔稅率',
'archived_tax_rate' => '歸檔稅率資料成功',
'default_tax_rate_id' => '預設稅率',
'tax_rate' => '稅率',
2021-05-24 12:45:31 +02:00
'recurring_hour' => '週期性小時',
'pattern' => '類型',
'pattern_help_title' => '關於類型的說明',
'pattern_help_1' => '指定一個類型來建立消費者編號',
2021-05-24 12:45:31 +02:00
'pattern_help_2' => '可用的變數:',
'pattern_help_3' => '例如, :example 將會轉換為 :value',
'see_options' => '查看選項',
'invoice_counter' => '發票計數器',
'quote_counter' => '報價單計數器',
'type' => '類型',
2021-05-24 12:45:31 +02:00
'activity_1' => ':user 已建立用戶 :client',
'activity_2' => ':user 已將用戶 :client 歸檔',
'activity_3' => ':user 已刪除用戶 :client',
'activity_4' => ':user 已建立發票 :invoice',
'activity_5' => ':user 已更新發票 :invoice',
2021-05-24 12:45:31 +02:00
'activity_6' => ':user emailed invoice :invoice for :client to :contact',
'activity_7' => ':contact viewed invoice :invoice for :client',
'activity_8' => ':user 已將發票 :invoice 歸檔',
'activity_9' => ':user 已刪除發票 :invoice',
2023-11-05 08:03:31 +01:00
'activity_10' => ':user輸入了:payment的付款:payment發票上的金額:invoice的:client',
'activity_11' => ':user 已更新付款資料 :payment',
2021-05-24 12:45:31 +02:00
'activity_12' => ':user 已將付款資料 :payment 歸檔',
'activity_13' => ':user 已刪除付款資料 :payment',
2021-05-24 12:45:31 +02:00
'activity_14' => ':user 已輸入貸款資料 :credit',
'activity_15' => ':user 更新貸款 :credit',
2021-05-24 12:45:31 +02:00
'activity_16' => ':user 已將 :credit 貸款資料歸檔',
'activity_17' => ':user 已刪除 :credit 貸款資料',
2021-05-24 12:45:31 +02:00
'activity_18' => ':user 已建立報價單 :quote',
'activity_19' => ':user 已更新報價單 :quote',
'activity_20' => ':user emailed quote :quote for :client to :contact',
'activity_21' => ':contact 已檢視報價單 :quote',
'activity_22' => ':user 已將報價單 :quote 歸檔',
'activity_23' => ':user 已刪除發票 :quote',
'activity_24' => ':user 已復原報價單 :quote',
'activity_25' => ':user 已復原發票 :invoice',
2021-05-24 12:45:31 +02:00
'activity_26' => ':user 已復原用戶 :client 資料',
'activity_27' => ':user 已復原付款資料 :payment',
'activity_28' => ':user 已復原 :credit 貸款資料',
2021-05-24 12:45:31 +02:00
'activity_29' => ':contact approved quote :quote for :client',
'activity_30' => ':user 已建立供應商 :vendor',
'activity_31' => ':user 已將供應商 :vendor 歸檔',
'activity_32' => ':user 已刪除供應商 :vendor',
'activity_33' => ':user 已復原供應商 :vendor',
'activity_34' => ':user 已建立支出 :expense',
'activity_35' => ':user 已將支出 :expense 歸檔',
'activity_36' => ':user 已刪除支出 :expense',
'activity_37' => ':user 已復原支出 :expense',
'activity_42' => ':user 已建立任務 :task',
2021-05-24 12:45:31 +02:00
'activity_43' => ':user 已將任務 :task 更新',
'activity_44' => ':user 已將任務 :task 歸檔',
'activity_45' => ':user 已刪除任務 :task',
'activity_46' => ':user 已將任務 :task復原',
2021-05-24 12:45:31 +02:00
'activity_47' => ':user 已將支出 :expense 更新',
2023-11-05 08:03:31 +01:00
'activity_48' => ':user建立使用者:user',
'activity_49' => ':user更新用戶:user',
'activity_50' => ':user存檔用戶:user',
'activity_51' => ':user已刪除使用者:user',
'activity_52' => ':user恢復用戶:user',
'activity_53' => ':user標記已發送:invoice',
'activity_54' => ':user已付款發票:invoice',
2021-05-24 12:45:31 +02:00
'activity_55' => ':contact 已回覆票證 :ticket',
'activity_56' => ':user 已檢視票證 :ticket',
'payment' => '付款',
'system' => '系統',
'signature' => '電子郵件簽名',
'default_messages' => '預設的訊息',
'quote_terms' => '報價單條款',
'default_quote_terms' => '預設的報價單條款',
'default_invoice_terms' => '預設的發票條款',
'default_invoice_footer' => '預設的發票頁尾',
2021-05-24 12:45:31 +02:00
'quote_footer' => '報價單頁尾',
'free' => '免費',
'quote_is_approved' => '已獲同意',
2021-05-24 12:45:31 +02:00
'apply_credit' => '套用貸款',
'system_settings' => '系統設定',
2021-05-24 12:45:31 +02:00
'archive_token' => '歸檔安全代碼',
'archived_token' => '歸檔安全代碼成功',
'archive_user' => '歸檔使用者資料',
'archived_user' => '歸檔使用者資料成功',
'archive_account_gateway' => '刪除閘道資料',
'archived_account_gateway' => '封存閘道資料成功',
'archive_recurring_invoice' => '歸檔週期性發票',
'archived_recurring_invoice' => '歸檔週期性發票成功',
'delete_recurring_invoice' => '刪除週期性發票',
2021-05-24 12:45:31 +02:00
'deleted_recurring_invoice' => '刪除週期性發票成功',
'restore_recurring_invoice' => '復原週期性發票',
2021-05-24 12:45:31 +02:00
'restored_recurring_invoice' => '復原週期性發票成功',
'archive_recurring_quote' => '歸檔週期性報價單',
'archived_recurring_quote' => '歸檔週期性報價單成功',
'delete_recurring_quote' => '刪除週期性報價單',
'deleted_recurring_quote' => '刪除週期性報價單成功',
'restore_recurring_quote' => '復原週期性報價單',
'restored_recurring_quote' => '還原週期性報價單成功',
'archived' => '已歸檔',
'untitled_account' => '無名稱的公司',
2021-05-24 12:45:31 +02:00
'before' => '之前',
'after' => '之後',
'reset_terms_help' => '重設至預設的帳戶條款',
'reset_footer_help' => '重設至預設的帳戶頁尾',
'export_data' => '匯出資料',
'user' => '使用者',
'country' => '國家',
'include' => '包含',
2021-05-24 12:45:31 +02:00
'logo_too_large' => '您的標誌大小為 :size我們建議您上傳一個小於 200KB 的圖片檔案以改善 PDF 的效能',
'import_freshbooks' => '從 FreshBooks 匯入',
'import_data' => '匯入資料',
'source' => '來源',
'csv' => 'CSV',
2021-05-24 12:45:31 +02:00
'client_file' => '用戶檔案',
'invoice_file' => '發票檔案',
'task_file' => '任務檔案',
2021-05-24 12:45:31 +02:00
'no_mapper' => '此檔案的對應無效',
'invalid_csv_header' => '無效的 CSV 標頭',
'client_portal' => '用戶門戶頁面',
'admin' => '管理者',
'disabled' => '已停用',
2021-05-24 12:45:31 +02:00
'show_archived_users' => '顯示歸檔的使用者資料',
'notes' => '註記',
'invoice_will_create' => '將會建立發票',
'invoices_will_create' => '將會建立發票',
2021-05-24 12:45:31 +02:00
'failed_to_import' => '無法載入以下的紀錄,它們已存在或缺少必填的欄位。',
'publishable_key' => '可公開的金鑰',
'secret_key' => '秘密金鑰',
2021-05-24 12:45:31 +02:00
'missing_publishable_key' => '設定您的 Stripe 可公開金鑰以提昇結帳手續',
'email_design' => '電子郵件的設計',
2021-05-24 12:45:31 +02:00
'due_by' => ':date之前應付款',
'enable_email_markup' => '啟用網頁標示',
2021-05-24 12:45:31 +02:00
'enable_email_markup_help' => '透過在電子郵件中加入 schema.org 標記,使您的用戶更輕鬆地支付您的費用。',
'template_help_title' => '範本說明',
'template_help_1' => '可用的變數:',
'email_design_id' => '電子郵件樣式',
'email_design_help' => '使用 HTML 的呈現方式,讓您的電子郵件看起來更專業。',
'plain' => '純文字',
'light' => '淺色',
'dark' => '深色',
'industry_help' => '以此對照小型公司與產業的平均值。',
2021-05-24 12:45:31 +02:00
'subdomain_help' => '設定子網域或在您的網站上顯示發票。',
2022-01-03 02:51:00 +01:00
'website_help' => '在你的網頁上以iframe顯示發票',
2021-05-24 12:45:31 +02:00
'invoice_number_help' => '設定一個前置符號或使用自訂樣式,以動態地設定發票號碼。',
'quote_number_help' => '設定一個前置符號或使用自訂樣式,以動態地設定報價單號碼。',
'custom_client_fields_helps' => '在建立用戶時加入欄位,並選擇性在 PDF 上顯示標籤和值。',
'custom_account_fields_helps' => '增加一組項目名稱與值到 PDF的 公司詳細資料區。',
'custom_invoice_fields_helps' => '於建立一份發票時增加欄位,且可選擇在 PDF 檔案顯示欄位名稱與值。',
'custom_invoice_charges_helps' => '該欄位的在建立一筆客戶資料時新增欄位,且在發票小計中加入費用。',
'token_expired' => '認證用的安全代碼已過期。 請再試一遍。',
'invoice_link' => '發票的連結',
2023-11-05 08:03:31 +01:00
'button_confirmation_message' => '確認您的電子郵件。',
'confirm' => '確認',
2021-05-24 12:45:31 +02:00
'email_preferences' => '電子郵件偏好設定',
'created_invoices' => '建立 :count 筆發票成功',
'next_invoice_number' => '下一個發票號碼是 :number.',
'next_quote_number' => '下一個報價單號碼是 :number.',
2021-05-24 12:45:31 +02:00
'days_before' => '於此之前的天數',
'days_after' => '於此之後的天數',
'field_due_date' => '應付款日期',
'field_invoice_date' => '發票日期',
'schedule' => '時間表',
'email_designs' => '電子郵件的樣式設計',
'assigned_when_sent' => '在寄送時指定',
'white_label_purchase_link' => '購買白牌授權',
'expense' => '支出',
'expenses' => '支出',
'new_expense' => '輸入支出',
2021-05-24 12:45:31 +02:00
'new_vendor' => '新供應商',
'payment_terms_net' => '淨額',
'vendor' => '供應商',
2021-05-24 12:45:31 +02:00
'edit_vendor' => '編輯供應商',
'archive_vendor' => '歸檔供應商',
'delete_vendor' => '刪除供應商',
'view_vendor' => '檢視供應商',
'deleted_expense' => '刪除支出項目成功',
'archived_expense' => '歸檔支出項目成功',
'deleted_expenses' => '刪除支出項目成功',
'archived_expenses' => '歸檔支出項目成功',
'expense_amount' => '支出金額',
'expense_balance' => '支出餘額',
'expense_date' => '支出日期',
2021-05-24 12:45:31 +02:00
'expense_should_be_invoiced' => '應否為這項支出開立發票?',
'public_notes' => '公開註記',
'invoice_amount' => '發票金額',
'exchange_rate' => '匯率',
'yes' => '是',
'no' => '否',
'should_be_invoiced' => '應為此開立發票',
2021-05-24 12:45:31 +02:00
'view_expense' => '檢視支出 # :expense',
'edit_expense' => '編輯支出',
2021-05-24 12:45:31 +02:00
'archive_expense' => '歸檔支出資料',
'delete_expense' => '刪除支出',
'view_expense_num' => '支出 # :expense',
2021-05-24 12:45:31 +02:00
'updated_expense' => '更新支出資料成功',
'created_expense' => '已成功建立支出',
'enter_expense' => '輸入支出',
2021-05-24 12:45:31 +02:00
'view' => '檢視',
'restore_expense' => '復原支出資料',
'invoice_expense' => '為支出開立發票',
2021-05-24 12:45:31 +02:00
'expense_error_multiple_clients' => '費用不能屬於不同的用戶',
'expense_error_invoiced' => '已開立發票的支出',
'convert_currency' => '轉換貨幣單位',
'num_days' => '天數',
'create_payment_term' => '建立付款條件',
'edit_payment_terms' => '編輯付款條件',
'edit_payment_term' => '編輯付款條件',
2021-05-24 12:45:31 +02:00
'archive_payment_term' => '歸檔付款條件',
'recurring_due_dates' => '週期性發票之應付款日期',
'recurring_due_date_help' => '<p>為發票自動設定一個應付款日期。</p>
<p>以月或年為週期而循環產生、且設定的應付款日先於或等於發票建立日在下個月份收款。若應付款日設定為每月第29日或第30日、但當月份並無該日時應付款日期為該月份的最後一日。</p>
<p>以星期為週期而循環產生、且應付款日設定為在該星期中的發票建立日的在下一個星期收款。
2021-05-24 12:45:31 +02:00
<p>例如: </p>
<ul>
<li>今天為第15天應付款日為每月的第1日付款日為下一月份的第1日。</li>
<li>今天為第15天應付款日為每月的最後一日付款日為該月份的最後一日。
</li>
<li>今天為第15天應付款日為每月的第15日付款日為 <strong>下一個</strong>月份的第15日。
</li>
<li>今天為星期五應付款日為其後的第1個星期五。付款日為下一個星期五而非今日>
</li>
</ul>',
'due' => '應付款',
2021-05-24 12:45:31 +02:00
'next_due_on' => '下次應付款: :date',
'use_client_terms' => '使用用戶條款',
'day_of_month' => '每月的 :ordinal 日',
'last_day_of_month' => '月份的最後一日',
'day_of_week_after' => ':ordinal :day 之後',
'sunday' => '星期日',
'monday' => '星期一',
'tuesday' => '星期二',
'wednesday' => '星期三',
'thursday' => '星期四',
'friday' => '星期五',
'saturday' => '星期六',
2021-05-24 12:45:31 +02:00
'header_font_id' => 'Header 的字型',
'body_font_id' => 'Body 的字型',
'color_font_help' => '注意: 主要色彩和字型也用於用戶門戶頁面和自訂電子郵件設計。',
'live_preview' => '即時預覽',
'invalid_mail_config' => '無法寄出郵件,請檢查郵件設定是否正確。',
'invoice_message_button' => '若要檢視您的 :amount 之發票,按一下以下按鈕。',
'quote_message_button' => '若要檢視您的 :amount 之報價單,按一下以下按鈕。',
'payment_message_button' => '感謝您支付 :amount 元。',
'payment_type_direct_debit' => '直接扣款',
'bank_accounts' => '信用卡與銀行',
'add_bank_account' => '新增銀行帳號',
'setup_account' => '設定帳號',
'import_expenses' => '匯入支出資料',
'bank_id' => '銀行',
'integration_type' => '整合模式',
2021-05-24 12:45:31 +02:00
'updated_bank_account' => '更新銀行帳號成功',
'edit_bank_account' => '編輯銀行帳號',
2021-05-24 12:45:31 +02:00
'archive_bank_account' => '歸檔銀行帳號',
'archived_bank_account' => '歸檔銀行帳號成功',
'created_bank_account' => '已成功建立銀行帳號',
'validate_bank_account' => '有效的銀行帳號',
2021-05-24 12:45:31 +02:00
'bank_password_help' => '注意: 您的密碼已安全地傳輸,而且絕不會儲存在我們的伺服器。',
'bank_password_warning' => '警告: 您的密碼可能以純文字格式傳輸,建議您啟用 HTTPS。',
'username' => '使用者名稱',
'account_number' => '帳號號碼',
'account_name' => '帳號名稱',
2021-05-24 12:45:31 +02:00
'bank_account_error' => '無法檢索帳戶詳細資訊,請檢查您的認證。',
'status_approved' => '已核准',
'quote_settings' => '報價單設定',
'auto_convert_quote' => '自動轉換',
2023-11-05 08:03:31 +01:00
'auto_convert_quote_help' => '批准後自動將報價轉換為發票。',
'validate' => '有效的',
'info' => '資訊',
2021-05-24 12:45:31 +02:00
'imported_expenses' => '已成功建立 :count_vendors (筆) 供應商資料以及 :count_expenses (筆) 支出資料',
'iframe_url_help3' => '注意: 如果您計畫接受信用卡,我們極力建議在您的網站啟用 HTTPS。',
'expense_error_multiple_currencies' => '支出不可同時使用不同的貨幣。',
2021-05-24 12:45:31 +02:00
'expense_error_mismatch_currencies' => '用戶的貨幣與支出貨幣不相符。',
'trello_roadmap' => 'Trello 路徑圖',
'header_footer' => 'Header/Footer',
'first_page' => '第一頁',
'all_pages' => '所有頁面',
2021-05-24 12:45:31 +02:00
'last_page' => '最後一頁',
'all_pages_header' => '顯示頁首於',
'all_pages_footer' => '顯示頁尾於',
'invoice_currency' => '發票使用的貨幣',
2021-05-24 12:45:31 +02:00
'enable_https' => '我們強烈建議在接收信用卡詳細資料時使用 HTTPS。',
'quote_issued_to' => '報價單給',
'show_currency_code' => '貨幣代碼',
'free_year_message' => '您的帳號已免費升級到效期一年的專業版。',
'trial_message' => '您的帳號將可試用我們的專業版,為期兩星期。',
'trial_footer' => '您的專業滿免費試用期還有 :count 天, :link 立即升級。',
'trial_footer_last_day' => '今天是您的專業滿免費試用期的最後一日, :link 立即升級。',
'trial_call_to_action' => '開始免費試用',
2021-05-24 12:45:31 +02:00
'trial_success' => '啟用兩星期的專業版免費試用成功',
'overdue' => '逾期未付',
2021-05-24 12:45:31 +02:00
'white_label_text' => '購買一年的白牌授權 $:price從發票和用戶門戶頁面中移除 Invoice Ninja 品牌。',
'user_email_footer' => '欲調整您的電子郵件通知設定。請造訪 :link',
2021-05-24 12:45:31 +02:00
'reset_password_footer' => '若您未提出這項重設密碼的要求,請寫電子郵件給我們的客服: :email',
'limit_users' => '抱歉,這將超過 :limit 名使用者的限制',
2021-05-24 12:45:31 +02:00
'more_designs_self_host_header' => '僅用 $:price 即可取得額外 6 種發票樣式設計',
'old_browser' => '請使用 :link',
'newer_browser' => '較新的瀏覽器',
2021-05-24 12:45:31 +02:00
'white_label_custom_css' => '點此 :link 支付 $:price 以自訂樣式並協助支持我們的專案。',
'bank_accounts_help' => '連接銀行帳戶以自動匯入支出並建立供應商。 支援美國運通和 :link。',
'us_banks' => '400 家以上的美國銀行',
2021-05-24 12:45:31 +02:00
'pro_plan_remove_logo' => ':link 來加入專業版,以移除 Invoice Ninja 標誌',
'pro_plan_remove_logo_link' => '按一下此處',
'invitation_status_sent' => '已傳送',
'invitation_status_opened' => '已開啟',
2021-05-24 12:45:31 +02:00
'invitation_status_viewed' => '已檢視',
'email_error_inactive_client' => '無法將電子郵件傳送到未使用中用戶',
'email_error_inactive_contact' => '無法寄送郵件到註冊未生效之通聯地址',
'email_error_inactive_invoice' => '無法寄送郵件給註冊未生效之發票',
'email_error_inactive_proposal' => '無法寄送郵件到註冊未生效的提案者',
'email_error_user_unregistered' => '請註冊您的帳戶以便寄送電子郵件',
'email_error_user_unconfirmed' => '請確認您的帳戶以便寄送電子郵件',
2021-05-24 12:45:31 +02:00
'email_error_invalid_contact_email' => '無效的聯絡人電子郵件',
'navigation' => '導覽',
'list_invoices' => '列出所有發票',
2021-05-24 12:45:31 +02:00
'list_clients' => '列出用戶',
'list_quotes' => '列出所有報價單',
'list_tasks' => '列出所有任務',
'list_expenses' => '列出所有支出',
2021-05-24 12:45:31 +02:00
'list_recurring_invoices' => '列出週期性發票',
'list_payments' => '列出所有付款資料',
2021-05-24 12:45:31 +02:00
'list_credits' => '列出貸款資料',
'tax_name' => '稅名',
'report_settings' => '報告設定',
2021-05-24 12:45:31 +02:00
'search_hotkey' => '快速鍵為 /',
'new_user' => '新使用者',
'new_product' => '新產品',
'new_tax_rate' => '新稅率',
'invoiced_amount' => '已開立發票之金額',
'invoice_item_fields' => '發票項目欄位',
2021-05-24 12:45:31 +02:00
'custom_invoice_item_fields_help' => '於建立發票品項時增加欄位,並在 PDF 檔案顯示欄位名稱與值。',
'recurring_invoice_number' => '週期性編號',
'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.',
// Client Passwords
'enable_portal_password' => '用以保護發票的密碼',
'enable_portal_password_help' => '使您能夠為每位聯絡人設定密碼。若設定密碼,聯絡人將會在查看發票之前被要求輸入密碼。',
'send_portal_password' => '自動產生',
'send_portal_password_help' => '若無設定密碼,則隨第一份發票自動產生一個,並將隨發票一同寄出。',
'expired' => '過期',
'invalid_card_number' => '這個信用卡號碼不正確。',
'invalid_expiry' => '這個有效日期不正確。',
'invalid_cvv' => 'CVV 不正確。',
2021-05-24 12:45:31 +02:00
'cost' => '成本',
'create_invoice_for_sample' => '注意: 建立您的第一份發票以在此預覽。',
// User Permissions
'owner' => '擁有者',
'administrator' => '管理者',
'administrator_help' => '允許使用者管理所有使用者、改變設定、修改所有紀錄',
2021-05-24 12:45:31 +02:00
'user_create_all' => '建立客戶、發票等',
'user_view_all' => '檢視所有用戶資料、發票等',
'user_edit_all' => '編輯所有用戶資料、發票等',
'partial_due' => '部分應付款',
2021-05-24 12:45:31 +02:00
'restore_vendor' => '復原供應商',
'restored_vendor' => '復原供應商成功',
'restored_expense' => '復原支出資料成功',
'permissions' => '權限',
'create_all_help' => '允許使用者建立與更改紀錄',
'view_all_help' => '允許使用者查看不是他們所建立的紀錄',
'edit_all_help' => '允許使用者修改不是他們所建立的紀錄',
2021-05-24 12:45:31 +02:00
'view_payment' => '檢視付款資料',
'january' => '一月',
'february' => '二月',
'march' => '三月',
'april' => '四月',
'may' => '五月',
'june' => '六月',
'july' => '七月',
'august' => '八月',
'september' => '九月',
'october' => '十月',
'november' => '十一月',
'december' => '十二月',
// Documents
2021-05-24 12:45:31 +02:00
'documents_header' => '文件:',
'email_documents_header' => '文件:',
'email_documents_example_1' => 'Receipt.pdf 小工具',
'email_documents_example_2' => '最後可寄送的 .zip',
'quote_documents' => '報價單文件',
'invoice_documents' => '發票文件',
2021-05-24 12:45:31 +02:00
'expense_documents' => '支出文件',
'invoice_embed_documents' => '嵌入的文件',
2021-05-24 12:45:31 +02:00
'invoice_embed_documents_help' => '在發票上附加圖片。',
'document_email_attachment' => '附加文件',
2021-05-24 12:45:31 +02:00
'ubl_email_attachment' => '附加 UBL',
'download_documents' => '下載文件 (:size)',
2021-05-24 12:45:31 +02:00
'documents_from_expenses' => '從支出:',
'dropzone_default_message' => '將檔案拖曳至此或點擊此處來上傳',
2021-05-24 12:45:31 +02:00
'dropzone_default_message_disabled' => '已停用上傳',
'dropzone_fallback_message' => '您的瀏覽器不支援拖曳上傳檔案的功能。',
'dropzone_fallback_text' => '請使用以下的備援表單,像從前那樣上傳您的檔案。',
2021-05-24 12:45:31 +02:00
'dropzone_file_too_big' => '檔案太大 ({{filesize}}MiB)。 檔案大小的上限: {{maxFilesize}}MiB。',
'dropzone_invalid_file_type' => '您不能上傳這種檔案。',
'dropzone_response_error' => '伺服器回應代碼為 {{statusCode}} 。',
'dropzone_cancel_upload' => '取消上傳',
2021-05-24 12:45:31 +02:00
'dropzone_cancel_upload_confirmation' => '您確定要取消這次的上傳?',
'dropzone_remove_file' => '移除檔案',
'documents' => '文件',
'document_date' => '文件日期',
'document_size' => '大小',
2021-05-24 12:45:31 +02:00
'enable_client_portal' => '用戶門戶頁面',
'enable_client_portal_help' => '顯示/隱藏用戶門戶頁面。',
'enable_client_portal_dashboard' => '儀表板',
'enable_client_portal_dashboard_help' => '在用戶門戶頁面顯示/隱藏儀表板頁。',
// Plans
'account_management' => '帳號管理',
'plan_status' => '訂用的合約狀態',
'plan_upgrade' => '升級',
2023-11-05 08:03:31 +01:00
'plan_change' => '管理計劃',
'pending_change_to' => '改為',
'plan_changes_to' => ':plan 於 :date',
'plan_term_changes_to' => ':plan (:term) 於 :date',
'cancel_plan_change' => '取消更改',
'plan' => '資費案',
'expires' => '到期',
'renews' => '更新',
2021-05-24 12:45:31 +02:00
'plan_expired' => ':plan 方案已過期',
'trial_expired' => ':plan 版本試用已結束',
'never' => '永不',
'plan_free' => '免費',
2021-05-24 12:45:31 +02:00
'plan_pro' => '專業版',
'plan_enterprise' => '企業',
2021-05-24 12:45:31 +02:00
'plan_white_label' => '自行架設網站 (白牌)',
'plan_free_self_hosted' => '自行架設網站 (免費)',
'plan_trial' => '試用',
'plan_term' => '條款',
'plan_term_monthly' => '每月',
'plan_term_yearly' => '每年',
'plan_term_month' => '月',
'plan_term_year' => '年',
'plan_price_monthly' => '$:price/月',
'plan_price_yearly' => '$:price/年',
'updated_plan' => '更新版本設定',
'plan_paid' => '效期開始於',
'plan_started' => '選用版本的效期開始於',
'plan_expires' => '選用版本的效期開始於',
2023-11-05 08:03:31 +01:00
'white_label_button' => '購買白標',
2021-05-24 12:45:31 +02:00
'pro_plan_year_description' => '訂用 Invoice Ninja 專業版一年方案。',
'pro_plan_month_description' => '訂用 Invoice Ninja 專業版一個月方案。',
'enterprise_plan_product' => '企業方案',
'enterprise_plan_year_description' => '訂用 Invoice Ninja 企業版一年方案。',
'enterprise_plan_month_description' => '訂用 Invoice Ninja 企業版一個月方案。',
'plan_credit_product' => '貸款',
'plan_credit_description' => '未使用時間的貸款',
'plan_pending_monthly' => '將於 :date 切換至月租型',
'plan_refunded' => '已發送一筆退款。',
'page_size' => '頁面尺寸',
'live_preview_disabled' => '為支援選用的字型,已停用即時預覽',
'invoice_number_padding' => '未定的',
'preview' => '預覽',
2021-05-24 12:45:31 +02:00
'list_vendors' => '列出供應商',
'add_users_not_supported' => '升級至企業版,以在您的帳號增加額外的使用者。',
'enterprise_plan_features' => '企業版進一步支援多使用者與附加檔案, :link 以查看其所有的功能一覽表。',
2021-05-24 12:45:31 +02:00
'return_to_app' => '返回 APP',
// Payment updates
'refund_payment' => '已退款的支付',
2021-05-24 12:45:31 +02:00
'refund_max' => '最大值:',
'refund' => '退款',
2021-05-24 12:45:31 +02:00
'are_you_sure_refund' => '退還所選擇的付款?',
'status_pending' => '擱置',
'status_completed' => '完成',
'status_failed' => '失敗',
2021-05-24 12:45:31 +02:00
'status_partially_refunded' => '部分退款',
'status_partially_refunded_amount' => '退還 :amount',
'status_refunded' => '退款',
'status_voided' => '已取消',
'refunded_payment' => '已退款的付款',
2021-05-24 12:45:31 +02:00
'activity_39' => ':user 已取消一項 :payment_amount 的付款 :payment',
'activity_40' => ':user 獲得一筆金額 :payment_amount 付款 :payment 的退款 :adjustment',
'card_expiration' => '到期:&nbsp:expires',
'card_creditcardother' => '未知的',
2021-05-24 12:45:31 +02:00
'card_americanexpress' => 'American Express',
'card_carteblanche' => 'Carte Blanche',
2021-05-24 12:45:31 +02:00
'card_unionpay' => 'UnionPay',
'card_diners' => '大來卡',
'card_discover' => 'Discover卡',
2021-05-24 12:45:31 +02:00
'card_jcb' => 'JCB',
'card_laser' => 'Laser 卡',
'card_maestro' => 'Maestro 卡',
'card_mastercard' => '萬事達卡',
2021-05-24 12:45:31 +02:00
'card_solo' => 'Solo 卡',
'card_switch' => 'Switch',
'card_visacard' => 'Visa卡',
'card_ach' => 'ACH',
'payment_type_stripe' => 'Stripe',
'ach' => 'ACH',
'enable_ach' => '接受美國銀行轉帳',
2021-05-24 12:45:31 +02:00
'stripe_ach_help' => '必須以 :link 啟用 ACH 的支援功能。',
'ach_disabled' => '另一個直接扣款的閘道已設定。',
'plaid' => 'Plaid',
2021-05-24 12:45:31 +02:00
'client_id' => '用戶 Id',
'secret' => '秘密',
'public_key' => '公開金鑰',
2021-05-24 12:45:31 +02:00
'plaid_optional' => '(選擇性的)',
'plaid_environment_help' => 'Stripe 測試金鑰一旦發送,即可使用 Plaid 的開發環境 (tartan)。',
'other_providers' => '其他供應商',
'country_not_supported' => '該國家不受支援。',
'invalid_routing_number' => '此流水號無效。',
'invalid_account_number' => '此帳號號碼無效。',
'account_number_mismatch' => '此帳號號碼不符。',
'missing_account_holder_type' => '請選擇一個個人或公司的帳號。',
'missing_account_holder_name' => '請輸入帳號持有者的名字。',
'routing_number' => '流水號碼',
'confirm_account_number' => '確認帳戶號碼',
'individual_account' => '個人帳號',
'company_account' => '公司帳號',
'account_holder_name' => '帳戶持有人之',
'add_account' => '新增帳號',
'payment_methods' => '付款方式',
'complete_verification' => '完成驗證',
'verification_amount1' => '金額 1',
'verification_amount2' => '金額 2',
'payment_method_verified' => '已成功完成驗證',
'verification_failed' => '驗證失敗',
'remove_payment_method' => '移除付款方式',
2021-05-24 12:45:31 +02:00
'confirm_remove_payment_method' => '您是否確定移除這個付款方式?',
'remove' => '刪除',
'payment_method_removed' => '已移除的付款方式。',
2021-05-24 12:45:31 +02:00
'bank_account_verification_help' => '我們已存兩筆名義為「驗證」的款項到您的帳戶。這些存款需等 1-2 個工作天才會出現在您的對帳單。請輸入以下的金額。',
'bank_account_verification_next_steps' => '我們已存兩筆名義為「驗證」的款項到您的帳戶。這些存款需等1-2個工作天才會出現在您的對帳單。
一旦您收到這兩筆款項,請回到這個付款方式頁面,並點擊帳號旁邊的「完成驗證」。',
'unknown_bank' => '未知的銀行',
2021-05-24 12:45:31 +02:00
'ach_verification_delay_help' => '您在完成驗證後可使用此帳號。 驗證通常需要 1-2 個工作天。',
'add_credit_card' => '新增信用卡',
2021-05-24 12:45:31 +02:00
'payment_method_added' => '新增付款方式。',
'use_for_auto_bill' => '用於自動帳單',
'used_for_auto_bill' => '自動帳單付款方式',
'payment_method_set_as_default' => '設定自動帳單付款方式。',
'activity_41' => ':payment_amount 的付款 (:payment) 失敗',
'webhook_url' => 'Webhook URL',
2021-05-24 12:45:31 +02:00
'stripe_webhook_help' => '您必須 :link。',
'stripe_webhook_help_link_text' => '新增此 URL 為 Stripe 的終端',
'gocardless_webhook_help_link_text' => '新增此 URL 為 GoCardless 的終端',
'payment_method_error' => '在新增您的付款方式時發生錯誤。請稍後再試。',
'notification_invoice_payment_failed_subject' => '發票 :invoice 之付款失敗',
2021-05-24 12:45:31 +02:00
'notification_invoice_payment_failed' => '用戶:client 支付的款項,發票 :invoice 失敗。 付款已標記為失敗,並且 :amount 已加入到用戶的餘額。',
'link_with_plaid' => '立即將帳號連結 Plaid',
'link_manually' => '手動連結',
'secured_by_plaid' => '已受Plaid保障安全',
'plaid_linked_status' => '您在 :bank的銀行帳號',
'add_payment_method' => '新增付款方式',
'account_holder_type' => '帳戶持有人類別',
2021-05-24 12:45:31 +02:00
'ach_authorization' => '我授權: 公司使用我的銀行帳戶進行未來的付款, 並在必要時以電子方式將我的帳戶記入, 以糾正錯誤的借項。我知道我可以隨時通過刪除付款條件或聯繫: 電子郵件來取消此授權。',
'ach_authorization_required' => '您必須同意 ACH 轉帳。',
'off' => '關',
'opt_in' => '加入',
'opt_out' => '退出',
'always' => '永遠',
'opted_out' => '退出',
'opted_in' => '加入',
'manage_auto_bill' => '管理自動',
'enabled' => '啟用',
'paypal' => 'PayPal',
2021-05-24 12:45:31 +02:00
'braintree_enable_paypal' => '透過 BrainTree 啟用 PayPal 付款',
'braintree_paypal_disabled_help' => 'PayPal 閘道正在處理PayPal 付款',
2021-05-24 12:45:31 +02:00
'braintree_paypal_help' => '您必須也 :link。',
'braintree_paypal_help_link_text' => '將 PayPal 連結至您的 BrainTree 帳號',
'token_billing_braintree_paypal' => '儲存付款的詳細資料',
2021-05-24 12:45:31 +02:00
'add_paypal_account' => '新增 PayPal 帳戶',
'no_payment_method_specified' => '無指定之付款方式',
'chart_type' => '圖表類型',
'format' => '格式',
2021-05-24 12:45:31 +02:00
'import_ofx' => '載入 OFX',
'ofx_file' => 'OFX 檔案',
'ofx_parse_failed' => '分析 OFX 檔案失敗',
// WePay
'wepay' => 'WePay',
2021-05-24 12:45:31 +02:00
'sign_up_with_wepay' => '透過 WePay 登入',
'use_another_provider' => '使用另一個供應商',
'company_name' => '公司名稱',
2021-05-24 12:45:31 +02:00
'wepay_company_name_help' => '這將出現在客戶的信用卡帳單上。',
'wepay_description_help' => '這份報告的目的。',
'wepay_tos_agree' => '我同意 :link。',
2021-05-24 12:45:31 +02:00
'wepay_tos_link_text' => 'WePay 之服務條款',
'resend_confirmation_email' => '重寄確認註冊的電子郵件',
'manage_account' => '管理帳號',
'action_required' => '需要執行的動作',
'finish_setup' => '結束設定',
'created_wepay_confirmation_required' => '請檢查您的電子信箱並以WePay確認您的電子郵件地址。',
2021-05-24 12:45:31 +02:00
'switch_to_wepay' => '切換至 WePay',
'switch' => 'Switch',
'restore_account_gateway' => '復原閘道',
2021-05-24 12:45:31 +02:00
'restored_account_gateway' => '復原閘道成功',
'united_states' => '美國',
'canada' => '加拿大',
'accept_debit_cards' => '接受簽帳金融卡',
'debit_cards' => '簽帳金融卡',
2021-05-24 12:45:31 +02:00
'warn_start_date_changed' => '下一份發票將於新的起始日期寄出。',
'warn_start_date_changed_not_sent' => '下一份發票將於新的起始日期建立。',
'original_start_date' => '原來的起始日期',
'new_start_date' => '新的起始日期',
'security' => '安全',
2021-05-24 12:45:31 +02:00
'see_whats_new' => '查看 :version 版的更新',
'wait_for_upload' => '請等待檔案上傳結束。',
2021-05-24 12:45:31 +02:00
'upgrade_for_permissions' => '升級到我們的企業版以獲得權限。',
'enable_second_tax_rate' => '啟用 <b>第二項稅率</b>的設定',
'payment_file' => '付款資料的檔案',
'expense_file' => '支出資料的檔案',
2021-05-24 12:45:31 +02:00
'product_file' => '產品檔案',
'import_products' => '匯入產品資料',
2021-05-24 12:45:31 +02:00
'products_will_create' => '將會建立產品',
'product_key' => '產品',
2021-05-24 12:45:31 +02:00
'created_products' => '建立/更新 :count (項) 產品資料成功',
'export_help' => '若您計畫匯入資料到 Invoice Ninja 請使用JSON。<br/>該檔案包含關於用戶、產品、發票、報價單與付款的資料。',
'selfhost_export_help' => '<br/>我們建議使用 mysqldump 來建立一個完整的備份。',
'JSON_file' => 'JSON檔案',
2021-05-24 12:45:31 +02:00
'view_dashboard' => '檢視儀表板',
'client_session_expired' => '連線已超過期限',
'client_session_expired_message' => '您的連線已超過期限。請再次點擊您的電子郵件連結。',
'auto_bill_notification' => '此發票將會自動地於 :due_date在您登記的 :payment_method 結帳。',
'auto_bill_payment_method_bank_transfer' => '銀行帳戶',
'auto_bill_payment_method_credit_card' => '信用卡',
'auto_bill_payment_method_paypal' => 'PayPal 帳戶',
'auto_bill_notification_placeholder' => '將於應付款日自動從您登錄的信用卡收取此發票的款項。',
2021-05-24 12:45:31 +02:00
'payment_settings' => '付款設定',
'on_send_date' => '於寄出日',
'on_due_date' => '於應付款日',
'auto_bill_ach_date_help' => '代收代付服務將自動在應付款日收款。',
2021-05-24 12:45:31 +02:00
'warn_change_auto_bill' => '由於全國自動票據交換所協會的規定,此發票的更改將會使代收代付服務無法自動收款。',
'bank_account' => '銀行帳戶',
2021-05-24 12:45:31 +02:00
'payment_processed_through_wepay' => 'ACH 付款將以 WePay 進行。',
'wepay_payment_tos_agree' => '我同意 WePay 的 :terms 與 :privacy_policy。',
'privacy_policy' => '隱私權政策',
2021-05-24 12:45:31 +02:00
'wepay_payment_tos_agree_required' => '您必須同意 WePay 的服務條款與隱私權政策。',
'ach_email_prompt' => '請輸入您的電子郵件地址:',
'verification_pending' => '認證作業處理中',
'update_font_cache' => '請強制刷新頁面以更新字型快取。',
'more_options' => '更多選項',
'credit_card' => '信用卡',
'bank_transfer' => '銀行轉帳',
2022-01-03 02:51:00 +01:00
'no_transaction_reference' => '我們沒有從閘口收到付款交易的資料',
'use_bank_on_file' => '使用已登記的銀行',
'auto_bill_email_message' => '此發票的款項將會自動地在付款日以登記的付款方式收取。',
'bitcoin' => '比特幣',
'gocardless' => 'GoCardless',
2021-05-24 12:45:31 +02:00
'added_on' => '新增 :date',
'failed_remove_payment_method' => '移除付款方式失敗',
'gateway_exists' => '閘道已存在',
'manual_entry' => '手動輸入',
'start_of_week' => '每星期的第一天',
// Frequencies
2021-05-24 12:45:31 +02:00
'freq_inactive' => '停用',
'freq_daily' => '每天',
'freq_weekly' => '每星期',
'freq_biweekly' => '每兩周',
'freq_two_weeks' => '兩星期',
'freq_four_weeks' => '四星期',
'freq_monthly' => '每月',
'freq_three_months' => '三個月',
'freq_four_months' => '四個月',
'freq_six_months' => '六個月',
2021-05-24 12:45:31 +02:00
'freq_annually' => 'Annually',
'freq_two_years' => '兩年',
// Payment types
2021-05-24 12:45:31 +02:00
'payment_type_Apply Credit' => '套用貸款',
'payment_type_Bank Transfer' => '銀行轉帳',
'payment_type_Cash' => '現金',
2021-05-24 12:45:31 +02:00
'payment_type_Debit' => '簽帳卡',
'payment_type_ACH' => 'ACH',
'payment_type_Visa Card' => 'Visa 卡',
'payment_type_MasterCard' => '萬事達卡',
2021-05-24 12:45:31 +02:00
'payment_type_American Express' => 'American Express',
'payment_type_Discover Card' => '發現卡',
'payment_type_Diners Card' => '大來卡',
'payment_type_EuroCard' => '歐洲卡',
2021-05-24 12:45:31 +02:00
'payment_type_Nova' => 'Nova 卡',
'payment_type_Credit Card Other' => '其它信用卡',
'payment_type_PayPal' => 'PayPal',
2021-05-24 12:45:31 +02:00
'payment_type_Google Wallet' => 'Google 錢包',
'payment_type_Check' => '支票',
'payment_type_Carte Blanche' => 'Carte Blanche',
2021-05-24 12:45:31 +02:00
'payment_type_UnionPay' => 'UnionPay',
'payment_type_JCB' => 'JCB',
2021-05-24 12:45:31 +02:00
'payment_type_Laser' => 'Laser 卡',
'payment_type_Maestro' => 'Maestro 卡',
'payment_type_Solo' => 'Solo 卡',
'payment_type_Switch' => 'Switch',
'payment_type_iZettle' => 'iZettle',
'payment_type_Swish' => 'Swish',
'payment_type_Alipay' => 'Alipay',
'payment_type_Sofort' => 'Sofort',
2021-05-24 12:45:31 +02:00
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => '比特幣',
'payment_type_GoCardless' => 'GoCardless',
2021-05-24 12:45:31 +02:00
'payment_type_Zelle' => 'Zelle',
// Countries
'country_Afghanistan' => '阿富汗',
'country_Albania' => '阿爾巴尼亞',
'country_Antarctica' => '南極洲',
'country_Algeria' => '阿爾及利亞',
'country_American Samoa' => '美屬薩摩亞',
'country_Andorra' => '安道爾',
'country_Angola' => '安哥拉',
'country_Antigua and Barbuda' => '安地卡及巴布達',
'country_Azerbaijan' => '亞塞拜然',
'country_Argentina' => '阿根廷',
'country_Australia' => '澳洲',
'country_Austria' => '奧地利',
'country_Bahamas' => '巴哈馬',
'country_Bahrain' => '巴林',
'country_Bangladesh' => '孟加拉',
'country_Armenia' => '亞美尼亞',
'country_Barbados' => '巴貝多',
'country_Belgium' => '比利時',
'country_Bermuda' => '百慕達',
'country_Bhutan' => '不丹',
'country_Bolivia, Plurinational State of' => '玻利維亞',
'country_Bosnia and Herzegovina' => '波士尼亞與赫塞哥維納',
'country_Botswana' => '波札那',
'country_Bouvet Island' => '布威島',
'country_Brazil' => '巴西',
'country_Belize' => '貝里斯',
'country_British Indian Ocean Territory' => '英屬印度洋領地',
'country_Solomon Islands' => '所羅門群島',
'country_Virgin Islands, British' => '英屬維京群島',
'country_Brunei Darussalam' => '汶萊',
'country_Bulgaria' => '保加利亞',
'country_Myanmar' => '緬甸',
'country_Burundi' => '蒲隆地',
'country_Belarus' => '白俄羅斯',
'country_Cambodia' => '柬埔寨',
'country_Cameroon' => '喀麥隆',
'country_Canada' => '加拿大',
'country_Cape Verde' => '維德角',
'country_Cayman Islands' => '開曼群島',
'country_Central African Republic' => '中非共和國',
'country_Sri Lanka' => '斯里蘭卡',
'country_Chad' => '查德',
'country_Chile' => '智利',
'country_China' => '中國',
'country_Taiwan, Province of China' => '台灣',
'country_Christmas Island' => '聖誕島',
2021-05-24 12:45:31 +02:00
'country_Cocos (Keeling) Islands' => '科科斯 (基林) 群島',
'country_Colombia' => '哥倫比亞',
'country_Comoros' => '葛摩',
'country_Mayotte' => '馬約特',
'country_Congo' => '剛果',
'country_Congo, the Democratic Republic of the' => '剛果人民共和國',
'country_Cook Islands' => '庫克群島',
'country_Costa Rica' => '哥斯大黎加',
'country_Croatia' => '克羅埃西亞',
'country_Cuba' => '古巴',
'country_Cyprus' => '塞浦路斯',
'country_Czech Republic' => '捷克共和國',
'country_Benin' => '貝南',
'country_Denmark' => '丹麥',
'country_Dominica' => '多米尼克',
'country_Dominican Republic' => '多明尼加共和國',
'country_Ecuador' => '厄瓜多',
'country_El Salvador' => '薩爾瓦多',
'country_Equatorial Guinea' => '赤道幾內亞',
'country_Ethiopia' => '衣索比亞',
'country_Eritrea' => '厄利垂亞',
'country_Estonia' => '愛沙尼亞',
'country_Faroe Islands' => '法羅島',
2021-05-24 12:45:31 +02:00
'country_Falkland Islands (Malvinas)' => '福克蘭群島 (馬爾維納斯)',
'country_South Georgia and the South Sandwich Islands' => '南喬治亞與南桑威奇',
'country_Fiji' => '斐濟',
'country_Finland' => '芬蘭',
'country_Åland Islands' => '奧蘭群島',
'country_France' => '法國',
'country_French Guiana' => '法屬幾內亞',
'country_French Polynesia' => '法屬玻里尼西亞',
'country_French Southern Territories' => '法屬南方領地',
'country_Djibouti' => '吉布地',
'country_Gabon' => '加彭',
'country_Georgia' => '喬治亞',
'country_Gambia' => '甘比亞',
'country_Palestinian Territory, Occupied' => '巴勒斯坦',
'country_Germany' => '德國',
'country_Ghana' => '迦納',
'country_Gibraltar' => '直布羅陀',
'country_Kiribati' => '吉里巴斯',
'country_Greece' => '希臘',
'country_Greenland' => '格陵蘭',
'country_Grenada' => '格瑞那達',
'country_Guadeloupe' => '瓜德羅普',
'country_Guam' => '關島',
'country_Guatemala' => '瓜地馬拉',
'country_Guinea' => '幾內亞',
'country_Guyana' => '圭亞那',
'country_Haiti' => '海地',
'country_Heard Island and McDonald Islands' => '赫德島和麥克唐納群島',
2021-05-24 12:45:31 +02:00
'country_Holy See (Vatican City State)' => '聖座 (梵諦岡)',
'country_Honduras' => '宏都拉斯',
'country_Hong Kong' => '香港',
'country_Hungary' => '匈牙利',
'country_Iceland' => '冰島',
'country_India' => '印度',
'country_Indonesia' => '印尼',
'country_Iran, Islamic Republic of' => '伊朗',
'country_Iraq' => '伊拉克',
'country_Ireland' => '愛爾蘭',
'country_Israel' => '以色列',
'country_Italy' => '義大利',
'country_Côte d\'Ivoire' => '象牙海岸',
'country_Jamaica' => '牙買加',
'country_Japan' => '日本',
'country_Kazakhstan' => '哈薩克',
'country_Jordan' => '約旦',
'country_Kenya' => '肯亞',
'country_Korea, Democratic People\'s Republic of' => '北韓',
'country_Korea, Republic of' => '南韓',
'country_Kuwait' => '科威特',
'country_Kyrgyzstan' => '吉爾吉斯',
'country_Lao People\'s Democratic Republic' => '寮國',
'country_Lebanon' => '黎巴嫩',
'country_Lesotho' => '賴索托',
'country_Latvia' => '拉脫維亞',
'country_Liberia' => '賴比瑞亞',
'country_Libya' => '利比亞',
'country_Liechtenstein' => '列支敦士敦',
'country_Lithuania' => '立陶宛',
'country_Luxembourg' => '盧森堡',
'country_Macao' => '澳門',
'country_Madagascar' => '馬達加斯加',
'country_Malawi' => '馬拉威',
'country_Malaysia' => '馬來西亞',
'country_Maldives' => '馬爾地夫',
'country_Mali' => '馬利',
'country_Malta' => '馬爾他',
'country_Martinique' => '馬提尼克',
'country_Mauritania' => '茅利塔尼亞',
'country_Mauritius' => '模里西斯',
'country_Mexico' => '墨西哥',
'country_Monaco' => '摩納哥',
'country_Mongolia' => '蒙古',
'country_Moldova, Republic of' => '摩爾多瓦共和國',
'country_Montenegro' => '蒙特內哥羅',
'country_Montserrat' => '蒙特塞拉特',
'country_Morocco' => '摩洛哥',
'country_Mozambique' => '莫三比克',
'country_Oman' => '阿曼',
'country_Namibia' => '納比亞',
'country_Nauru' => '諾魯',
'country_Nepal' => '尼泊爾',
'country_Netherlands' => '荷蘭',
'country_Curaçao' => '古拉索',
'country_Aruba' => '阿魯巴',
2021-05-24 12:45:31 +02:00
'country_Sint Maarten (Dutch part)' => '聖馬丁 (荷屬部分)',
'country_Bonaire, Sint Eustatius and Saba' => '波奈、聖佑達修斯及沙巴',
'country_New Caledonia' => '新喀里多尼亞',
'country_Vanuatu' => '萬那杜',
'country_New Zealand' => '紐西蘭',
'country_Nicaragua' => '尼加拉瓜',
'country_Niger' => '尼日',
'country_Nigeria' => '奈及利亞',
'country_Niue' => '紐埃',
'country_Norfolk Island' => '諾福克島',
'country_Norway' => '挪威',
'country_Northern Mariana Islands' => '北馬利納群島',
'country_United States Minor Outlying Islands' => '美屬邊疆群島',
'country_Micronesia, Federated States of' => '密克羅尼西亞邦聯',
'country_Marshall Islands' => '馬紹爾群島',
'country_Palau' => '帛琉',
'country_Pakistan' => '巴基斯坦',
'country_Panama' => '巴拿馬',
'country_Papua New Guinea' => '巴布亞紐幾內亞',
'country_Paraguay' => '巴拉圭',
'country_Peru' => '秘魯',
'country_Philippines' => '菲律賓',
'country_Pitcairn' => '皮特凱恩',
'country_Poland' => '波蘭',
'country_Portugal' => '葡萄牙',
'country_Guinea-Bissau' => '幾內亞比索',
'country_Timor-Leste' => '東帝汶',
'country_Puerto Rico' => '波多黎各',
'country_Qatar' => '卡達',
'country_Réunion' => '留尼旺',
'country_Romania' => '羅馬尼亞',
'country_Russian Federation' => '俄俄羅斯聯邦',
'country_Rwanda' => '盧安達',
'country_Saint Barthélemy' => '聖巴台勒密',
'country_Saint Helena, Ascension and Tristan da Cunha' => '聖赫勒拿、亞森欣與垂斯坦昆哈',
'country_Saint Kitts and Nevis' => '聖克里斯多福及尼維斯',
'country_Anguilla' => '安圭拉',
'country_Saint Lucia' => '聖露西亞',
2021-05-24 12:45:31 +02:00
'country_Saint Martin (French part)' => '聖馬丁 (法屬部份)',
'country_Saint Pierre and Miquelon' => '聖皮耶與密克隆',
'country_Saint Vincent and the Grenadines' => '聖文森及格瑞那丁',
'country_San Marino' => '聖馬利諾',
'country_Sao Tome and Principe' => '聖多美普林西比',
'country_Saudi Arabia' => '沙烏地阿拉伯',
'country_Senegal' => '塞內加爾',
'country_Serbia' => '塞爾維亞',
'country_Seychelles' => '塞席爾',
'country_Sierra Leone' => '獅子山',
'country_Singapore' => '新加坡',
'country_Slovakia' => '斯洛伐克',
'country_Viet Nam' => '越南',
'country_Slovenia' => '斯洛伐尼亞',
'country_Somalia' => '索馬利亞',
'country_South Africa' => '南非',
'country_Zimbabwe' => '辛巴威',
'country_Spain' => '西班牙',
'country_South Sudan' => '南蘇丹',
'country_Sudan' => '蘇丹',
'country_Western Sahara' => '西撒哈拉',
'country_Suriname' => '蘇利南',
'country_Svalbard and Jan Mayen' => '斯瓦巴和揚馬延',
'country_Swaziland' => '史瓦濟蘭',
'country_Sweden' => '瑞典',
'country_Switzerland' => '瑞士',
'country_Syrian Arab Republic' => '敘利亞阿拉伯共和國',
'country_Tajikistan' => '塔吉克',
'country_Thailand' => '泰國',
'country_Togo' => '多哥',
'country_Tokelau' => '托克勞',
'country_Tonga' => '東加',
'country_Trinidad and Tobago' => '千里達及托巴哥',
'country_United Arab Emirates' => '阿拉伯聯合大公國',
'country_Tunisia' => '突尼西亞',
'country_Turkey' => '土耳其',
2021-05-24 12:45:31 +02:00
'country_Turkmenistan' => '土庫曼',
'country_Turks and Caicos Islands' => '特克斯與開科斯群島',
'country_Tuvalu' => '吐瓦魯',
'country_Uganda' => '烏干達',
'country_Ukraine' => '烏克蘭',
'country_Macedonia, the former Yugoslav Republic of' => '馬其頓',
'country_Egypt' => '埃及',
'country_United Kingdom' => '聯合王國',
'country_Guernsey' => '根息',
'country_Jersey' => '澤西',
'country_Isle of Man' => '曼島',
'country_Tanzania, United Republic of' => '坦尚尼亞',
'country_United States' => '美國',
'country_Virgin Islands, U.S.' => '美屬維京群島',
'country_Burkina Faso' => '布吉納法索',
'country_Uruguay' => '烏拉圭',
'country_Uzbekistan' => '烏茲別克',
'country_Venezuela, Bolivarian Republic of' => '委內瑞拉',
'country_Wallis and Futuna' => '瓦利斯和富圖納',
'country_Samoa' => '薩摩亞',
'country_Yemen' => '葉門',
'country_Zambia' => '尚比亞',
// Languages
'lang_Brazilian Portuguese' => '巴西的葡萄牙文',
'lang_Croatian' => '克羅埃西亞文',
'lang_Czech' => '捷克文',
'lang_Danish' => '丹麥文',
'lang_Dutch' => '荷蘭文',
'lang_English' => '英文',
2022-01-03 02:51:00 +01:00
'lang_English - United States' => '英文',
'lang_French' => '法文',
2021-05-24 12:45:31 +02:00
'lang_French - Canada' => '法文 - 加拿大',
'lang_German' => '德文',
'lang_Italian' => '義大利文',
'lang_Japanese' => '日文',
'lang_Lithuanian' => '立陶宛文',
'lang_Norwegian' => '挪威文',
'lang_Polish' => '波蘭文',
'lang_Spanish' => '西班牙文',
'lang_Spanish - Spain' => '西班牙文 - 西班牙',
'lang_Swedish' => '瑞典文',
'lang_Albanian' => '阿爾巴尼亞文',
'lang_Greek' => '希臘的',
'lang_English - United Kingdom' => '英文 - 英國',
2021-05-24 12:45:31 +02:00
'lang_English - Australia' => 'English - Australia',
'lang_Slovenian' => '斯洛維尼亞文',
'lang_Finnish' => '芬蘭文',
'lang_Romanian' => '羅馬尼亞文',
'lang_Turkish - Turkey' => '土耳其文 - 土耳其',
'lang_Portuguese - Brazilian' => '葡萄牙文 - 巴西',
'lang_Portuguese - Portugal' => '葡萄牙文 - 葡萄牙',
'lang_Thai' => '泰文',
'lang_Macedonian' => 'Macedonian',
'lang_Chinese - Taiwan' => 'Chinese - Taiwan',
2021-05-24 12:45:31 +02:00
'lang_Serbian' => 'Serbian',
'lang_Bulgarian' => 'Bulgarian',
2022-01-03 02:51:00 +01:00
'lang_Russian (Russia)' => '俄羅斯',
// Industries
'industry_Accounting & Legal' => '會計與法務',
'industry_Advertising' => '廣告',
'industry_Aerospace' => '航太工業',
'industry_Agriculture' => '農業',
'industry_Automotive' => '汽車工業',
'industry_Banking & Finance' => '銀行與保險',
'industry_Biotechnology' => '生物科技',
'industry_Broadcasting' => '傳播',
'industry_Business Services' => '商業服務',
'industry_Commodities & Chemicals' => '化學產品',
'industry_Communications' => '通訊',
'industry_Computers & Hightech' => '電腦與高科技',
'industry_Defense' => '國防',
2021-05-24 12:45:31 +02:00
'industry_Energy' => '能源',
'industry_Entertainment' => '娛樂',
'industry_Government' => '政府',
'industry_Healthcare & Life Sciences' => '醫療保健與生命科學',
'industry_Insurance' => '保險',
'industry_Manufacturing' => '製造業',
'industry_Marketing' => '行銷',
'industry_Media' => '媒體',
'industry_Nonprofit & Higher Ed' => '非營利與高等教育',
'industry_Pharmaceuticals' => '藥品',
'industry_Professional Services & Consulting' => '專業服務與諮詢',
'industry_Real Estate' => '房地產',
'industry_Retail & Wholesale' => '批發零售',
'industry_Sports' => '運動',
'industry_Transportation' => '運輸',
'industry_Travel & Luxury' => '旅遊與奢華',
'industry_Other' => '其他',
2021-05-24 12:45:31 +02:00
'industry_Photography' => '攝影',
2021-05-24 12:45:31 +02:00
'view_client_portal' => '檢視用戶入口頁面',
'view_portal' => '檢視入口頁面',
'vendor_contacts' => '供應商連絡人',
'all' => '全部',
'selected' => '已選的',
'category' => '類別',
'categories' => '類別',
'new_expense_category' => '新的支出類別',
'edit_category' => '編輯類別',
2021-05-24 12:45:31 +02:00
'archive_expense_category' => '歸檔類別',
'expense_categories' => '支出類別',
'list_expense_categories' => '列出支出類別',
2021-05-24 12:45:31 +02:00
'updated_expense_category' => '更新支出類別成功',
'created_expense_category' => '成功建立支出類別',
2021-05-24 12:45:31 +02:00
'archived_expense_category' => '歸檔支出類別成功',
'archived_expense_categories' => '歸檔 :count 項支出類別成功',
'restore_expense_category' => '復原支出類別',
2021-05-24 12:45:31 +02:00
'restored_expense_category' => '復原支出類別成功',
'apply_taxes' => '套用稅額',
'min_to_max_users' => ':min 至 :max 名使用者',
'max_users_reached' => '已達使用者人數上限。',
'buy_now_buttons' => '現在即購買按鈕',
'landing_page' => '入口網頁',
'payment_type' => '付款方式',
'form' => '表單',
2021-05-24 12:45:31 +02:00
'link' => '連結',
'fields' => '欄位',
'dwolla' => 'Dwolla',
2021-05-24 12:45:31 +02:00
'buy_now_buttons_warning' => '注意: 即使交易記錄未完成,也會建立用戶和發票。',
'buy_now_buttons_disabled' => '這項功能需先建立一項產品資料並設定一個付款閘道。',
'enable_buy_now_buttons_help' => '啟用支援立即購買按鈕',
2021-05-24 12:45:31 +02:00
'changes_take_effect_immediately' => '注意: 更改立即生效',
'wepay_account_description' => '於 Invoice Ninja 使用的付款閘道',
'payment_error_code' => '處理您的付款時發生錯誤 [:code]。請稍後再試。',
2021-05-24 12:45:31 +02:00
'standard_fees_apply' => '費用: 2.9%/1.2% 〔信用卡/銀行轉帳〕+ $0.30 每次成功交易。',
'limit_import_rows' => '需要批次匯入 :count 或較少行資料',
'error_title' => '發生錯誤',
2021-05-24 12:45:31 +02:00
'error_contact_text' => '若您願協助,請寫電子郵件給我們 :mailaddress',
'no_undo' => '警告: 這無法復原。',
'no_contact_selected' => '請選擇一種聯絡方式',
'no_client_selected' => '請選取一個用戶',
'gateway_config_error' => '重設密碼或產生一個新的 API 金鑰,可能會有用。',
'payment_type_on_file' => ':type 在檔案',
'invoice_for_client' => '給 :client 的發票 :invoice',
'intent_not_found' => '抱歉,我不確定您問的是什麼。',
'intent_not_supported' => '抱歉,我無法做那個。',
2021-05-24 12:45:31 +02:00
'client_not_found' => '我未能找到用戶',
'not_allowed' => '抱歉,您未經授權',
'bot_emailed_invoice' => '您的發票已經傳送。',
'bot_emailed_notify_viewed' => '我將查閱後以電子郵件寄給您。',
'bot_emailed_notify_paid' => '我將在這筆款項支付後以電子郵件寄給您。',
'add_product_to_invoice' => '新增 1 :product',
2021-05-24 12:45:31 +02:00
'not_authorized' => '您未經授權',
'bot_get_code' => '感謝! 我已寄給您一封電子郵件,內有您的安全密碼。',
'bot_welcome' => '好了,您的帳戶已經過驗證。<br/>',
2021-05-24 12:45:31 +02:00
'email_not_found' => '我無法找到 :email 的可用帳戶',
'invalid_code' => '密碼不正確',
2021-05-24 12:45:31 +02:00
'security_code_email_subject' => 'Invoice Ninja 機器人的安全密碼',
'security_code_email_line1' => '這是您的 Invoice Ninja 機器人安全密碼。',
'security_code_email_line2' => '注意: 它將在 10 分鐘後失效。',
'list_products' => '將所有產品列表',
'include_item_taxes_inline' => '包含 <b>單項產品稅金於該項目的總金額</b>',
2021-05-24 12:45:31 +02:00
'created_quotes' => '建立 :count 份報價單成功',
'limited_gateways' => '注意: 我們的政策是,每個公司僅使用一個信用卡付款閘道。',
'warning' => '警告',
'self-update' => '更新',
2021-05-24 12:45:31 +02:00
'update_invoiceninja_title' => '更新 Invoice Ninja',
'update_invoiceninja_warning' => '在開始更新 Invoice Ninja 之前,先備份您的資料庫與檔案!',
'update_invoiceninja_available' => '有新版的 Invoice Ninja 可用。',
'update_invoiceninja_unavailable' => 'Invoice Ninja 無更新的版本。',
'update_invoiceninja_update_start' => '現在更新',
'update_invoiceninja_download_start' => '下載 :version',
'create_new' => '建立新的',
'toggle_navigation' => '切換導覽',
'toggle_history' => '切換歷程記錄',
2021-05-24 12:45:31 +02:00
'unassigned' => '未分配的',
'task' => '任務',
2021-05-24 12:45:31 +02:00
'contact_name' => '聯絡人姓名',
'city_state_postal' => '城市/州省/郵遞區號',
2023-11-05 08:03:31 +01:00
'postal_city' => '郵政/城市',
2021-05-24 12:45:31 +02:00
'custom_field' => '自訂欄位',
'account_fields' => '公司欄位',
2021-05-24 12:45:31 +02:00
'facebook_and_twitter' => 'Facebook 和 Twitter',
'facebook_and_twitter_help' => '訂閱我們的最新消息以協助支持我們的計畫',
2021-05-24 12:45:31 +02:00
'reseller_text' => '注意: 白牌授權僅供個人使用;若您要轉售這個程式,請寫電子郵件給我們 :email。',
'unnamed_client' => '未命名的用戶',
'day' => '日',
'week' => '星期',
'month' => '月',
'inactive_logout' => '您久未有動作,所以被登出',
'reports' => '報告',
'total_profit' => '獲利總計',
'total_expenses' => '支出總計',
'quote_to' => '報價單,開立給',
// Limits
'limit' => '限制',
'min_limit' => '最小值: :min',
'max_limit' => '最大值: :max',
'no_limit' => '無限制',
'set_limits' => '設定 :gateway_type 之限制',
2021-05-24 12:45:31 +02:00
'enable_min' => '啟用最小值',
'enable_max' => '啟用最大值',
2021-05-24 12:45:31 +02:00
'min' => '最小值',
'max' => '最大值',
'limits_not_met' => '此發票不符合該付款類型的限制。',
'date_range' => '日期範圍',
'raw' => 'Raw',
'raw_html' => 'Raw HTML',
'update' => '更新',
'invoice_fields_help' => '拖曳欄位以改變其順序與位置',
'new_category' => '新類別',
'restore_product' => '復原產品資料',
'blank' => '空白',
2021-05-24 12:45:31 +02:00
'invoice_save_error' => '儲存您的發票時出現錯誤',
'enable_recurring' => '啟用週期性',
'disable_recurring' => '停用週期性',
'text' => '文字',
'expense_will_create' => '將建立支出資料',
'expenses_will_create' => '將建立支出資料',
2021-05-24 12:45:31 +02:00
'created_expenses' => '建立 :count 項支出資料成功',
'translate_app' => '透過 :link 協助改善我們的翻譯',
'expense_category' => '支出類別',
2021-05-24 12:45:31 +02:00
'go_ninja_pro' => '前往 Ninja 專業版!',
'go_enterprise' => '前往企業版!',
'upgrade_for_features' => '升級以使用更多功能',
2021-05-24 12:45:31 +02:00
'pay_annually_discount' => '年繳 10 個月的月費,即享有 2 個月免費!',
'pro_upgrade_title' => 'Ninja 專業版',
'pro_upgrade_feature1' => '您的品牌.InvoiceNinja.com',
2021-05-24 12:45:31 +02:00
'pro_upgrade_feature2' => '在各方面自訂您的發票!',
'enterprise_upgrade_feature1' => '設定多使用者的權限',
'enterprise_upgrade_feature2' => '將第 3 方的檔案附加於發票與支出資料',
'much_more' => '還有更多!',
'all_pro_fetaures' => '加上所有的專業版功能!',
'currency_symbol' => '符號',
'currency_code' => '代碼',
'buy_license' => '購買授權',
'apply_license' => '套用授權',
2021-05-24 12:45:31 +02:00
'submit' => '提交',
'white_label_license_key' => '授權金鑰',
'invalid_white_label_license' => '白牌授權無效',
2021-05-24 12:45:31 +02:00
'created_by' => '由 :name 建立',
'modules' => '模組',
'financial_year_start' => '年度的第一個月',
2021-05-24 12:45:31 +02:00
'authentication' => '驗證',
'checkbox' => '核選方塊',
'invoice_signature' => '簽名',
'show_accept_invoice_terms' => '發票條款核取方塊',
2021-05-24 12:45:31 +02:00
'show_accept_invoice_terms_help' => '要求用戶確認他們接受發票條款。',
'show_accept_quote_terms' => '報價單條款核取方塊',
2021-05-24 12:45:31 +02:00
'show_accept_quote_terms_help' => '要求用戶確認他們接受報價條款。',
'require_invoice_signature' => '發票簽名',
2021-05-24 12:45:31 +02:00
'require_invoice_signature_help' => '要求用戶提供其簽名。',
'require_quote_signature' => '報價單簽名',
2021-05-24 12:45:31 +02:00
'require_quote_signature_help' => '要求用戶提供其簽名。',
'i_agree' => '我同意這些條款',
2021-05-24 12:45:31 +02:00
'sign_here' => '請在此處簽名:',
2023-12-07 09:32:08 +01:00
'sign_here_ux_tip' => 'Use the mouse or your touchpad to trace your signature.',
2021-05-24 12:45:31 +02:00
'authorization' => '授權',
'signed' => '已簽署',
'vendor_name' => '供應商',
'entity_state' => '狀態',
2021-05-24 12:45:31 +02:00
'client_created_at' => '建立日期',
'postmark_error' => '透過 Postmark: :link 傳送電子郵件時發生問題',
'project' => '專案',
'projects' => '專案',
'new_project' => '新專案',
'edit_project' => '編輯專案',
2021-05-24 12:45:31 +02:00
'archive_project' => '歸檔專案',
'list_projects' => '列出各項專案',
'updated_project' => '成功更新的專案',
2021-05-24 12:45:31 +02:00
'created_project' => '建立專案成功',
'archived_project' => '歸檔專案項目成功',
'archived_projects' => '歸檔 :count 項專案成功',
'restore_project' => '復原之專案',
2021-05-24 12:45:31 +02:00
'restored_project' => '復原專案成功',
'delete_project' => '刪除專案',
2021-05-24 12:45:31 +02:00
'deleted_project' => 'Successfully deleted project',
'deleted_projects' => '刪除 :count 件專案成功',
'delete_expense_category' => '刪除類別',
2021-05-24 12:45:31 +02:00
'deleted_expense_category' => '刪除類別成功',
'delete_product' => '刪除貸款資料',
'deleted_product' => '已成功刪除產品資料',
2021-05-24 12:45:31 +02:00
'deleted_products' => '刪除 :count 筆產品資料成功',
'restored_product' => '復原產品資料成功',
'update_credit' => '更新貸款資料',
2021-05-24 12:45:31 +02:00
'updated_credit' => '更新貸款資料成功',
'edit_credit' => '編輯貸款資料',
2021-05-24 12:45:31 +02:00
'realtime_preview' => 'Realtime Preview',
'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.<br/>Disable this to improve performance when editing invoices.',
'live_preview_help' => 'Display a live PDF preview on the invoice page.',
'force_pdfjs_help' => '在 :chrome_link 與 :firefox_link 中取代 PDF 閱讀器。<br/>如果您的瀏覽器會自動下載 PDF啟用此選項。',
'force_pdfjs' => '防止下載',
2021-05-24 12:45:31 +02:00
'redirect_url' => '重新導向 URL',
'redirect_url_help' => '可選擇性地指定一個在付款完成後進行重新導向的網址。',
'save_draft' => '儲存草稿',
'refunded_credit_payment' => '已退款之貸款支付',
2021-05-24 12:45:31 +02:00
'keyboard_shortcuts' => '鍵盤快速鍵',
'toggle_menu' => '切換選單',
2021-05-24 12:45:31 +02:00
'new_...' => '新增 ...',
'list_...' => '清單 ...',
'created_at' => '建立日期',
'contact_us' => '聯絡我們',
'user_guide' => '使用者指南',
2021-05-24 12:45:31 +02:00
'promo_message' => '在 :expires 之前升級,並獲得您第一年訂用我們的專業版或企業版的折價 :amount 。',
'discount_message' => '在 :expires 之前減價 :amount',
'mark_paid' => '標記已付',
'marked_sent_invoice' => '標記發票為已傳送成功',
'marked_sent_invoices' => '標記發票為已傳送成功',
'invoice_name' => '發票',
2021-05-24 12:45:31 +02:00
'product_will_create' => '將會建立產品',
'contact_us_response' => '感謝您的來信! 我們會儘速回覆。',
'last_7_days' => '最近 7 天',
'last_30_days' => '最近 30 天',
'this_month' => '本月',
'last_month' => '上個月',
2021-05-24 12:45:31 +02:00
'current_quarter' => 'Current Quarter',
'last_quarter' => 'Last Quarter',
'last_year' => '下個月',
2023-11-05 08:03:31 +01:00
'all_time' => '整天',
'custom_range' => '自訂範圍',
'url' => 'URL',
2021-05-24 12:45:31 +02:00
'debug' => '偵錯',
'https' => 'HTTPS',
'require' => '要求',
2021-05-24 12:45:31 +02:00
'license_expiring' => '注意事項: 您的授權將在 :count 日到期,請至 :link 進行更新。',
'security_confirmation' => '您的電子郵件地址已確認。',
'white_label_expired' => '您的白牌授權已過期,請考慮續約以協助支持我們的計劃。',
'renew_license' => '更新授權',
'iphone_app_message' => '不妨考慮下載我們的 :link',
2021-05-24 12:45:31 +02:00
'iphone_app' => 'iPhone App',
'android_app' => 'Android App',
'logged_in' => '已登入',
2021-05-24 12:45:31 +02:00
'switch_to_primary' => '切換至您的主要公司 (:name) 以管理您的方案。',
'inclusive' => '內含',
'exclusive' => '不含',
'postal_city_state' => '城市/州省/郵遞區號',
'phantomjs_help' => '在某些情況下,此程式使用 :link_phantom 來產生 PDF 檔案,請安裝 :link_docs 以在本機產生。',
'phantomjs_local' => '使用本機的 PhantomJS',
2021-05-24 12:45:31 +02:00
'client_number' => '用戶編號',
'client_number_help' => '指定字首或使用自訂樣式動態設定用戶編號。',
'next_client_number' => '下一個用戶編號為 :number。',
'generated_numbers' => '自動產生之號碼',
2021-05-24 12:45:31 +02:00
'notes_reminder1' => '首次提醒',
'notes_reminder2' => '第二次提醒',
'notes_reminder3' => '第三次提醒',
2021-05-24 12:45:31 +02:00
'notes_reminder4' => 'Reminder',
'bcc_email' => '電子郵件密件副本',
2021-05-24 12:45:31 +02:00
'tax_quote' => '稅額報價',
'tax_invoice' => '稅金發票',
2021-05-24 12:45:31 +02:00
'emailed_invoices' => '以電子郵件寄出發票成功',
'emailed_quotes' => '以電子郵件寄出報價單成功',
'website_url' => '網站網址',
'domain' => '網域',
2021-05-24 12:45:31 +02:00
'domain_help' => '在用戶門戶頁面和傳送電子郵件時使用。',
'domain_help_website' => '用於寄送電子郵件時。',
2021-05-24 12:45:31 +02:00
'import_invoices' => '匯入發票',
'new_report' => '新報告',
'edit_report' => '編輯報告',
'columns' => '欄',
2021-05-24 12:45:31 +02:00
'filters' => '篩選器',
'sort_by' => '排序依據',
'draft' => '草稿',
2021-05-24 12:45:31 +02:00
'unpaid' => '未付款',
'aging' => '帳齡',
'age' => '年齡',
'days' => '日',
'age_group_0' => '0 - 30 天',
'age_group_30' => '30 - 60 天',
'age_group_60' => '60 - 90 天',
'age_group_90' => '90 - 120 天',
'age_group_120' => '120 天以上',
'invoice_details' => '發票詳細內容',
'qty' => '數量',
'profit_and_loss' => '利潤與損失',
'revenue' => '收入',
'profit' => '利潤',
'group_when_sorted' => '群組排序',
2021-05-24 12:45:31 +02:00
'group_dates_by' => '分組日期依據',
'year' => '年',
2021-05-24 12:45:31 +02:00
'view_statement' => '檢視財務報表',
'statement' => '財務報表',
'statement_date' => '財務報表日期',
2021-05-24 12:45:31 +02:00
'mark_active' => '標記使用中',
'send_automatically' => '自動寄送',
'initial_email' => '最初的電子郵件',
2021-05-24 12:45:31 +02:00
'invoice_not_emailed' => '此發票未寄出。',
'quote_not_emailed' => '此報價單未寄出。',
'sent_by' => '由 :user 寄出',
'recipients' => '收件人',
'save_as_default' => '儲存為預設值',
2021-05-24 12:45:31 +02:00
'start_of_week_help' => '由 <b>日期</b> 選擇器使用',
'financial_year_start_help' => '由 <b>日期範圍</b> 選擇器使用',
'reports_help' => 'Shift + Click 可多欄排序Ctrl + Click 以取消組合。',
'this_year' => '今年',
// Updated login screen
2021-05-24 12:45:31 +02:00
'ninja_tagline' => '建立、寄送、接受付款。',
'login_or_existing' => '或使用已連結的帳號登入。',
'sign_up_now' => '立即登入',
'not_a_member_yet' => '尚未成為會員?',
'login_create_an_account' => '建立一個帳號!',
// New Client Portal styling
2021-05-24 12:45:31 +02:00
'invoice_from' => '發票來自:',
'email_alias_message' => '我們要求每個公司擁有專屬的電子郵件地址。<br/>建議使用代稱。例如, email+label@example.com',
'full_name' => '全名',
'month_year' => '月/年',
2021-05-24 12:45:31 +02:00
'valid_thru' => '瓦利德恩特魯魯',
'product_fields' => '產品欄位',
'custom_product_fields_help' => '在建立產品資料或發票時增加欄位並在PDF檔案顯示其標題與值。',
'freq_two_months' => '兩個月',
2021-05-24 12:45:31 +02:00
'freq_yearly' => 'Annually',
'profile' => '簡介',
'payment_type_help' => '設定預設的<b>人工付款方式</b>。',
'industry_Construction' => '建構',
'your_statement' => '您的報表',
'statement_issued_to' => '列出報表給',
'statement_to' => '報表給',
'customize_options' => '自訂選項',
2021-05-24 12:45:31 +02:00
'created_payment_term' => '建立付款條款成功',
'updated_payment_term' => '更新付款條款成功',
'archived_payment_term' => '歸檔付款條款成功',
'resend_invite' => '重寄邀請函',
'credit_created_by' => '由 :transaction_reference付款所建立的貸款',
'created_payment_and_credit' => '已成功建立付款與貸款資料',
2021-05-24 12:45:31 +02:00
'created_payment_and_credit_emailed_client' => '成功建立付款和貸款,並透過電子郵件傳送給用戶',
'create_project' => '建立專案',
2021-05-24 12:45:31 +02:00
'create_vendor' => '建立供應商',
'create_expense_category' => '建立類別',
2021-05-24 12:45:31 +02:00
'pro_plan_reports' => ':link 來加入專業版,以啟用報告功能',
'mark_ready' => '標記就緒',
'limits' => '限制',
2021-05-24 12:45:31 +02:00
'fees' => '費用',
'fee' => '費用',
'set_limits_fees' => '設定 :gateway_type 限制/費用',
2021-05-24 12:45:31 +02:00
'fees_tax_help' => '啟用單列品項稅以設定費用稅率。',
'fees_sample' => ':amount 份發票的費用應為 :total。',
'discount_sample' => ':amount 的發票折價應為 :total。',
'no_fees' => '無費用',
2021-05-24 12:45:31 +02:00
'gateway_fees_disclaimer' => '警告: 不是每個國家/付款閘道都允許增加費用,請參考當地法律/服務條款。',
'percent' => '百分比',
'location' => '地點',
'line_item' => '單列品項',
'surcharge' => '額外費用',
'location_first_surcharge' => '啟用 - 第一項額外費用',
'location_second_surcharge' => '啟用 - 第二項額外費用',
'location_line_item' => '啟用 - 單列品項',
'online_payment_surcharge' => '線上付款額外費用',
'gateway_fees' => '閘道費用',
'fees_disabled' => '費用選項已停用',
2021-05-24 12:45:31 +02:00
'gateway_fees_help' => '自動增加一項線上支付的額外費用/折扣。',
'gateway' => '閘道',
'gateway_fee_change_warning' => '若有未付的附加費用發票,這些發票需以人工方式進行更新。',
2021-05-24 12:45:31 +02:00
'fees_surcharge_help' => '自訂附加費 :link。',
'label_and_taxes' => '標籤與稅金',
'billable' => '可結帳的',
2021-05-24 12:45:31 +02:00
'logo_warning_too_large' => '這個圖片檔案太大。',
'logo_warning_fileinfo' => '警告: 要支援 gifs 需要啟用檔案資訊 PHP 擴充功能。',
'logo_warning_invalid' => '讀取圖片時發生問題,請試用另一種格式。',
'error_refresh_page' => '發生錯誤,請重新載入網頁,然後再試一次。',
'data' => '資料',
2021-05-24 12:45:31 +02:00
'imported_settings' => '匯入設定值成功',
'reset_counter' => '重設計數器',
'next_reset' => '下一次重設',
'reset_counter_help' => '自動地重設發票與報價單計數器。',
'auto_bill_failed' => '發票:invoice_number之自動結帳失敗',
'online_payment_discount' => '線上付款折扣',
'created_new_company' => '已',
'fees_disabled_for_gateway' => '費用資料功能在此閘道停用。',
'logout_and_delete' => '登出/刪除帳號',
2021-05-24 12:45:31 +02:00
'tax_rate_type_help' => '選取專用稅率時調整行項目成本。<br/>只有專用稅率可以用作預設值。',
'invoice_footer_help' => '使用 $pageNumber 與 $pageCount 顯示頁面資訊。',
'credit_note' => '貸款註記',
'credit_issued_to' => '放款給',
'credit_to' => '貸款給',
'your_credit' => '您的貸款',
'credit_number' => '貸款編號',
'create_credit_note' => '建立貸款註記',
'menu' => '選單',
2021-05-24 12:45:31 +02:00
'error_incorrect_gateway_ids' => '錯誤: 閘道表有錯誤的帳號名稱。',
'purge_data' => '清除資料',
'delete_data' => '刪除資料',
2021-05-24 12:45:31 +02:00
'purge_data_help' => '永久性地刪除所有資料,但保留帳號與設定。',
'cancel_account_help' => '永久性地刪除帳號,以及所有資料與設定。',
2021-05-24 12:45:31 +02:00
'purge_successful' => '清除公司資料成功',
'forbidden' => '禁止的',
2021-05-24 12:45:31 +02:00
'purge_data_message' => '警告: 這將永久性地抹除您的資料;沒有恢復的可能。',
'contact_phone' => '聯絡人電話',
'contact_email' => '聯絡人電子郵件',
'reply_to_email' => '回覆電子郵件',
2021-05-24 12:45:31 +02:00
'reply_to_email_help' => '指定用戶電子郵件的回覆位址。',
'bcc_email_help' => '私人包括此位址與用戶電子郵件。',
'import_complete' => '您的匯入已順利完成。',
2021-05-24 12:45:31 +02:00
'confirm_account_to_import' => '請確認您的帳號以匯入資料。',
'import_started' => '您的匯入已開始,我們將在匯入完畢後寄送一封電子郵件給您。',
'listening' => '接聽中…',
2021-05-24 12:45:31 +02:00
'microphone_help' => '說「[用戶] 的新發票」或「顯示我 [用戶] 的歸檔付款資料」',
'voice_commands' => '聲控',
'sample_commands' => '示範指令',
'voice_commands_feedback' => '我們正積極致力於改善此功能。若有您希望我們支援的指令,請以電子郵件告訴我們 :email。',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => '匯票',
2021-05-24 12:45:31 +02:00
'archived_products' => '歸檔 :count 項產品資料成功',
'recommend_on' => '我們建議 <b>啟用</b> 這項設定。',
'recommend_off' => '我們建議 <b>停用</b> 這項設定。',
'notes_auto_billed' => '自動收款',
'surcharge_label' => '額外費用標籤',
2021-05-24 12:45:31 +02:00
'contact_fields' => '聯絡人欄位',
'custom_contact_fields_help' => '於建立聯絡人資料時增加欄位,且可選擇在 PDF 檔案顯示欄位名稱與值。',
'datatable_info' => '顯示 :total 個項目的 :start 至 :end 項',
'credit_total' => '貸款總額',
2021-05-24 12:45:31 +02:00
'mark_billable' => '標記計費',
'billed' => '已開立帳單',
'company_variables' => '公司變項',
2021-05-24 12:45:31 +02:00
'client_variables' => '用戶變數',
'invoice_variables' => '發票變數',
'navigation_variables' => '導覽變數',
'custom_variables' => '客戶變項',
'invalid_file' => '無效的檔案類型',
2023-11-05 08:03:31 +01:00
'add_documents_to_invoice' => '將文件新增至發票',
2021-05-24 12:45:31 +02:00
'mark_expense_paid' => '標記已付',
2023-11-05 08:03:31 +01:00
'white_label_license_error' => '無法驗證許可證,可能已過期或啟用次數過多。發送電子郵件至 contact@invoiceninja.com 以了解更多資訊。',
'plan_price' => '方案價格',
'wrong_confirmation' => '不正確的認證碼',
'oauth_taken' => '這個帳號已被登記',
2021-05-24 12:45:31 +02:00
'emailed_payment' => '以電子郵件寄出付款成功',
'email_payment' => '以電子郵件傳送付款資料',
'invoiceplane_import' => '使用 :link 以從 InvoicePlan 移轉您的資料。',
'duplicate_expense_warning' => '警告: 這個 :link 可能是重複的',
'expense_link' => 'expense',
'resume_task' => '繼續任務',
'resumed_task' => '復原任務成功',
'quote_design' => '報價單設計',
'default_design' => '標準設計',
'custom_design1' => '自訂設計 1',
'custom_design2' => '自訂設計 2',
'custom_design3' => '自訂設計 3',
'empty' => '空',
'load_design' => '載入設計',
'accepted_card_logos' => '接受的卡片標誌',
2021-05-24 12:45:31 +02:00
'phantomjs_local_and_cloud' => '使用本機的 PhantomJS回到 phantomjscloud.com',
'google_analytics' => 'Googlezp 分析',
2021-05-24 12:45:31 +02:00
'analytics_key' => 'Analytics 金鑰',
'analytics_key_help' => '使用 :link來追蹤付款',
'start_date_required' => '起始日期為必填',
2021-05-24 12:45:31 +02:00
'application_settings' => '應用程式設定',
'database_connection' => '資料庫連線',
'driver' => '磁碟',
'host' => '主機',
'database' => '資料庫',
2021-05-24 12:45:31 +02:00
'test_connection' => '測試連線',
'from_name' => '按照姓名',
'from_address' => '按照地址',
'port' => '埠',
'encryption' => '加密',
'mailgun_domain' => 'Mailgun 網域',
'mailgun_private_key' => 'Mailgun 私密金鑰',
'send_test_email' => '寄送測試郵件',
'select_label' => '選擇標籤',
'label' => '標籤',
'service' => '服務',
'update_payment_details' => '更新付款詳細資料',
2021-05-24 12:45:31 +02:00
'updated_payment_details' => '更新付款詳細資料成功',
'update_credit_card' => '更新信用卡',
2021-05-24 12:45:31 +02:00
'recurring_expenses' => '週期性支出',
'recurring_expense' => '週期性支出',
'new_recurring_expense' => '新的週期性支出',
'edit_recurring_expense' => '編輯週期性支出',
'archive_recurring_expense' => '歸檔週期性支出',
'list_recurring_expense' => '列出週期性支出',
'updated_recurring_expense' => '更新週期性支出成功',
'created_recurring_expense' => '建立週期性支出成功',
'archived_recurring_expense' => '歸檔週期性支出成功',
'restore_recurring_expense' => '復原週期性支出',
'restored_recurring_expense' => '復原週期性支出成功',
'delete_recurring_expense' => '刪除週期性支出',
2023-11-05 08:03:31 +01:00
'deleted_recurring_expense' => '已成功刪除經常性費用',
2021-05-24 12:45:31 +02:00
'view_recurring_expense' => '檢視週期性支出',
'taxes_and_fees' => '稅金與費用',
2021-05-24 12:45:31 +02:00
'import_failed' => '匯入失敗',
'recurring_prefix' => '用以標示週期性的前置符號',
'options' => '選項',
'credit_number_help' => '設定一個前置符號或使用自訂型態,以動態地為欠款發票設定貸款號碼。',
'next_credit_number' => '下一個貸款號碼是 :number。',
'padding_help' => '補齊數字所使用的零的個數。',
2021-05-24 12:45:31 +02:00
'import_warning_invalid_date' => '警告: 日期格式顯然無效。',
'product_notes' => '產品註記',
2021-05-24 12:45:31 +02:00
'app_version' => 'App 版本',
'ofx_version' => 'OFX 版本',
'error_app_key_set_to_default' => '錯誤: APP_KEY 被設為預設值;先備份您的資料庫,然後執行 <code>php artisan ninja:update-key</code> 以更新之',
'charge_late_fee' => '收取逾期費用',
'late_fee_amount' => '逾期費用金額',
'late_fee_percent' => '逾期費用率',
'late_fee_added' => '增列逾期費用 :date',
'download_invoice' => '下載發票',
'download_quote' => '下載報價單',
2021-05-24 12:45:31 +02:00
'invoices_are_attached' => '您的發票 PDF 檔案已附加到郵件。',
'downloaded_invoice' => '將會寄出一封附有發票的 PDF 檔案之電子郵件',
'downloaded_quote' => '將會寄出一封附有發票的 PDF 檔案之報價單',
'downloaded_invoices' => '將會寄出一封附有發票的 PDF 檔案之電子郵件',
'downloaded_quotes' => '將會寄出一封附有發票的 PDF 檔案之報價單',
'clone_expense' => '再製',
'default_documents' => '預設的文件',
2021-05-24 12:45:31 +02:00
'send_email_to_client' => '向用戶傳送電子郵件',
'refund_subject' => '已辦理退款',
2021-05-24 12:45:31 +02:00
'refund_body' => '您的發票 :invoice_number 之 :amount 退款已辦理。',
'currency_us_dollar' => '美元',
'currency_british_pound' => '英鎊',
'currency_euro' => '歐元',
'currency_south_african_rand' => '南非蘭特',
'currency_danish_krone' => '丹麥克朗',
'currency_israeli_shekel' => '以色列謝克爾',
'currency_swedish_krona' => '瑞典克朗',
'currency_kenyan_shilling' => '肯亞先令',
'currency_canadian_dollar' => '加拿大元',
'currency_philippine_peso' => '菲律賓披索',
'currency_indian_rupee' => '印度盧布',
'currency_australian_dollar' => '澳幣',
'currency_singapore_dollar' => '新加坡幣',
'currency_norske_kroner' => '挪威克朗',
'currency_new_zealand_dollar' => '紐西蘭幣',
'currency_vietnamese_dong' => '越南盾',
'currency_swiss_franc' => '瑞士法郎',
'currency_guatemalan_quetzal' => '瓜地馬拉格查爾',
'currency_malaysian_ringgit' => '馬來西亞令吉',
'currency_brazilian_real' => '巴西里爾',
'currency_thai_baht' => '泰銖',
'currency_nigerian_naira' => '奈及利亞奈拉',
'currency_argentine_peso' => '阿根廷披索',
'currency_bangladeshi_taka' => '孟加拉塔卡',
'currency_united_arab_emirates_dirham' => '阿拉伯聯合大公國幣',
'currency_hong_kong_dollar' => '港幣',
'currency_indonesian_rupiah' => '印尼盾',
'currency_mexican_peso' => '墨西哥披索',
'currency_egyptian_pound' => '埃及鎊',
'currency_colombian_peso' => '哥倫比亞披索',
'currency_west_african_franc' => '西非法郎',
'currency_chinese_renminbi' => '中國人民幣',
'currency_rwandan_franc' => '盧安達法郎',
'currency_tanzanian_shilling' => '坦尚尼亞先令',
'currency_netherlands_antillean_guilder' => '荷屬安地列斯盾',
'currency_trinidad_and_tobago_dollar' => '特立尼達和多巴哥元',
'currency_east_caribbean_dollar' => '東加勒比元',
'currency_ghanaian_cedi' => '迦納塞地',
'currency_bulgarian_lev' => '保加利亞列弗',
'currency_aruban_florin' => '阿魯巴弗羅林',
'currency_turkish_lira' => '土耳其里拉',
'currency_romanian_new_leu' => '羅馬尼亞新列伊',
'currency_croatian_kuna' => '克羅埃西亞庫納',
'currency_saudi_riyal' => '沙烏地里亞爾',
'currency_japanese_yen' => '日圓',
'currency_maldivian_rufiyaa' => '馬爾地夫拉菲亞',
'currency_costa_rican_colon' => '哥斯大黎加幣',
'currency_pakistani_rupee' => '巴基斯坦盧比',
'currency_polish_zloty' => '波蘭幣',
'currency_sri_lankan_rupee' => '斯里蘭卡盧比',
'currency_czech_koruna' => '捷克幣',
'currency_uruguayan_peso' => '烏拉圭披索',
'currency_namibian_dollar' => '納比亞元',
'currency_tunisian_dinar' => '突尼西亞幣',
'currency_russian_ruble' => '俄國盧布',
'currency_mozambican_metical' => '莫三比克幣',
'currency_omani_rial' => '阿曼里亞爾',
'currency_ukrainian_hryvnia' => '烏克蘭格里夫納',
'currency_macanese_pataca' => '澳門幣',
'currency_taiwan_new_dollar' => '新台幣',
'currency_dominican_peso' => '多明尼加披索',
'currency_chilean_peso' => '智利披索',
'currency_icelandic_krona' => '冰島克朗',
'currency_papua_new_guinean_kina' => '巴布亞紐幾內亞基那',
'currency_jordanian_dinar' => '約旦第納爾',
'currency_myanmar_kyat' => '緬元',
'currency_peruvian_sol' => '秘魯索爾',
'currency_botswana_pula' => '波札那普拉',
'currency_hungarian_forint' => '匈牙利幣',
'currency_ugandan_shilling' => '烏干達仙令',
'currency_barbadian_dollar' => '巴貝多元',
'currency_brunei_dollar' => '汶萊元',
'currency_georgian_lari' => '喬治亞幣',
'currency_qatari_riyal' => '卡達幣',
'currency_honduran_lempira' => '宏都拉斯倫皮拉',
'currency_surinamese_dollar' => '蘇利南元',
'currency_bahraini_dinar' => '巴林第納爾',
2021-05-24 12:45:31 +02:00
'currency_venezuelan_bolivars' => 'Venezuelan Bolivars',
'currency_south_korean_won' => 'South Korean Won',
'currency_moroccan_dirham' => 'Moroccan Dirham',
'currency_jamaican_dollar' => 'Jamaican Dollar',
'currency_angolan_kwanza' => 'Angolan Kwanza',
'currency_haitian_gourde' => 'Haitian Gourde',
'currency_zambian_kwacha' => 'Zambian Kwacha',
'currency_nepalese_rupee' => 'Nepalese Rupee',
'currency_cfp_franc' => 'CFP Franc',
'currency_mauritian_rupee' => 'Mauritian Rupee',
'currency_cape_verdean_escudo' => 'Cape Verdean Escudo',
'currency_kuwaiti_dinar' => 'Kuwaiti Dinar',
'currency_algerian_dinar' => 'Algerian Dinar',
'currency_macedonian_denar' => 'Macedonian Denar',
'currency_fijian_dollar' => 'Fijian Dollar',
'currency_bolivian_boliviano' => 'Bolivian Boliviano',
'currency_albanian_lek' => 'Albanian Lek',
'currency_serbian_dinar' => 'Serbian Dinar',
'currency_lebanese_pound' => 'Lebanese Pound',
'currency_armenian_dram' => 'Armenian Dram',
'currency_azerbaijan_manat' => 'Azerbaijan Manat',
'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnia and Herzegovina Convertible Mark',
'currency_belarusian_ruble' => 'Belarusian Ruble',
'currency_moldovan_leu' => 'Moldovan Leu',
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
2022-01-03 02:51:00 +01:00
'currency_gambia_dalasi' => '岡比亞達拉西',
'currency_paraguayan_guarani' => '巴拉圭瓜拉尼',
'currency_malawi_kwacha' => '馬拉維克瓦查',
'currency_zimbabwean_dollar' => '辛巴威元',
'currency_cambodian_riel' => '柬埔寨里爾',
'currency_vanuatu_vatu' => '瓦努阿圖瓦圖',
'currency_cuban_peso' => '古巴披索',
2023-11-05 08:03:31 +01:00
'currency_bz_dollar' => 'BZ美元',
'currency_libyan_dinar' => '利比亞第納爾',
'currency_silver_troy_ounce' => '銀金衡盎司',
'currency_gold_troy_ounce' => '金金衡盎司',
'currency_nicaraguan_córdoba' => '尼加拉瓜科爾多瓦',
'currency_malagasy_ariary' => '馬達加斯加阿里阿里',
"currency_tongan_pa_anga" => "東加潘加",
2022-01-03 02:51:00 +01:00
2021-05-24 12:45:31 +02:00
'review_app_help' => '我們希望您喜歡使用這個程式。<br/>若您考慮 :link我們會非常感謝!',
'writing_a_review' => '撰寫評語',
'use_english_version' => '確認使用這些檔案的英文版。<br/>我們使用欄標頭以配合欄位。',
'tax1' => '首項稅負',
'tax2' => '次項稅負',
'fee_help' => '閘道費是使用處理線上支付的金融網路收取的費用。',
2021-05-24 12:45:31 +02:00
'format_export' => '匯出格式',
'custom1' => '首位顧客',
'custom2' => '第二名顧客',
2021-05-24 12:45:31 +02:00
'contact_first_name' => '聯絡人名字',
'contact_last_name' => '聯絡人姓氏',
'contact_custom1' => '聯絡人首位顧客',
'contact_custom2' => '聯絡人第二位顧客',
'currency' => '貨幣',
2021-05-24 12:45:31 +02:00
'ofx_help' => '欲排除障礙,查閱 :ofxhome_link 的留言並以 :ofxget_link 進行測試。',
'comments' => 'comments',
'item_product' => '項目產品',
'item_notes' => '項目註記',
'item_cost' => '項目成本',
'item_quantity' => '項目數量',
'item_tax_rate' => '項目稅率',
'item_tax_name' => '項目稅名',
'item_tax1' => '項目稅 1',
'item_tax2' => '項目稅 2',
'delete_company' => '刪除公司資料',
2021-05-24 12:45:31 +02:00
'delete_company_help' => '永久刪除此公司及相關的所有資料與設定。',
'delete_company_message' => '警告: 這將永久刪除您的公司資料,而且不可能復原。',
2021-05-24 12:45:31 +02:00
'applied_discount' => '已使用折價券,所選擇的版本價格已減少 :discount%。',
'applied_free_year' => '已使用折價券,您的帳戶已升級至專業版,有效期一年。',
2021-05-24 12:45:31 +02:00
'contact_us_help' => '若您正在通報錯誤,請包含 storage/logs/laravel-error.log 之中的每個相關的記錄檔',
'include_errors' => '包含錯誤',
2021-05-24 12:45:31 +02:00
'include_errors_help' => '包含來自 storage/logs/laravel-error.log 的 :link',
'recent_errors' => '最近的錯誤',
'customer' => '顧客',
'customers' => '顧客',
'created_customer' => '已成功建立客戶資料',
'created_customers' => '已成功建立 :count筆客戶資料',
'purge_details' => '已成功地清除您的公司 (:account) 資料。',
2021-05-24 12:45:31 +02:00
'deleted_company' => '刪除公司資料成功',
'deleted_account' => '取消帳戶成功',
'deleted_company_details' => '已成功地刪除您的公司 (:account) 資料。',
'deleted_account_details' => '已成功地刪除您的帳戶 (:account) 資料。',
'alipay' => 'Alipay',
'sofort' => 'Sofort',
2021-05-24 12:45:31 +02:00
'sepa' => 'SEPA Direct Debit',
2023-11-05 08:03:31 +01:00
'name_without_special_characters' => '請輸入僅包含字母 az 和空格的名稱',
2021-05-24 12:45:31 +02:00
'enable_alipay' => '接受 Alipay',
'enable_sofort' => '接受歐盟銀行轉帳',
'stripe_alipay_help' => '這些閘道也需要以 :link 開通。',
'calendar' => '日曆',
2021-05-24 12:45:31 +02:00
'pro_plan_calendar' => ':link 來加入專業版,以啟用啟用日曆',
2021-05-24 12:45:31 +02:00
'what_are_you_working_on' => '您目前從事什麼?',
'time_tracker' => '時間追蹤器',
'refresh' => '更新',
'filter_sort' => '篩選/排序',
'no_description' => '沒有描述',
'time_tracker_login' => '登入時間追蹤',
'save_or_discard' => '儲存或放棄您所做的變更',
2021-05-24 12:45:31 +02:00
'discard_changes' => '放棄變更',
'tasks_not_enabled' => '任務未啟用。',
'started_task' => '展開任務成功',
'create_client' => '建立用戶',
2021-05-24 12:45:31 +02:00
'download_desktop_app' => '下載桌面 APP',
'download_iphone_app' => '下載 iPhone APP',
2021-05-24 12:45:31 +02:00
'download_android_app' => '下載 Android APP',
'time_tracker_mobile_help' => '點擊兩次任務,以選取之',
'stopped' => '停止的',
2021-05-24 12:45:31 +02:00
'ascending' => '遞增',
'descending' => '遞減',
'sort_field' => '排序依據',
'sort_direction' => '方向',
'discard' => '放棄',
'time_am' => '上午',
'time_pm' => '下午',
'time_mins' => '分',
'time_hr' => '小時',
'time_hrs' => '小時',
'clear' => '清除',
2021-05-24 12:45:31 +02:00
'warn_payment_gateway' => '注意: 接受使用線上支付需要一個付款閘道, :link 新增一個。',
'task_rate' => '任務費率',
2021-05-24 12:45:31 +02:00
'task_rate_help' => '為開立發票的任務設定預設費率。',
'past_due' => '過去到期',
'document' => '文件',
'invoice_or_expense' => '發票/支出',
2021-05-24 12:45:31 +02:00
'invoice_pdfs' => '發票的 PDF 檔案',
'enable_sepa' => '接受 SEPA',
'enable_bitcoin' => '接受比特幣',
'iban' => '國際銀行帳戶號碼',
2021-05-24 12:45:31 +02:00
'sepa_authorization' => '通過提供您的 IBAN 並確認此付款, 您授權: 我們的付款服務提供者公司和 Stripe 向您的銀行發送指令,以借記您的帳戶,並授權您的銀行按照這些指示借記您的帳戶。 根據您與銀行達成的協議的條款及條件,您有權從您的銀行獲得退款。 退款必須在您的帳戶被借記之日起的 8 周內提出。',
'recover_license' => '收回授權',
'purchase' => '購買',
2021-05-24 12:45:31 +02:00
'recover' => '收回',
'apply' => '套用',
'recover_white_label_header' => '恢復白牌授權',
2021-05-24 12:45:31 +02:00
'apply_white_label_header' => '套用白牌授權',
'videos' => '影片',
'video' => '影片',
2021-05-24 12:45:31 +02:00
'return_to_invoice' => '返回「發票」',
'partial_due_date' => '部分截止日期',
'task_fields' => '任務欄位',
'product_fields_help' => '拖放欄位以來改變其順序',
2023-11-05 08:03:31 +01:00
'custom_value1' => '自訂值1',
'custom_value2' => '自訂值2',
2021-05-24 12:45:31 +02:00
'enable_two_factor' => '兩步驟驗證',
'enable_two_factor_help' => '在登入時使用您的手機來確認您的身份',
2021-05-24 12:45:31 +02:00
'two_factor_setup' => '兩步驟驗證設定',
'two_factor_setup_help' => '使用 :link 相容的 App 掃描條碼。',
'one_time_password' => '一次性密碼',
2021-05-24 12:45:31 +02:00
'set_phone_for_two_factor' => '設定您的手機號碼,以作為備用的啟用方式。',
'enabled_two_factor' => '啟用兩步驟驗證成功',
'add_product' => '加入產品',
'email_will_be_sent_on' => '注意: 電子郵件將於 :date 寄出。',
'invoice_product' => '為產品開立發票',
'self_host_login' => '自設網站之登入',
'set_self_hoat_url' => '自設網站之網址',
2021-05-24 12:45:31 +02:00
'local_storage_required' => '錯誤: 沒有本地端的資料儲存。',
'your_password_reset_link' => '您的重設密碼連結',
'subdomain_taken' => '這個子網域已使用',
2021-05-24 12:45:31 +02:00
'client_login' => '用戶登入',
'converted_amount' => '轉換的金額',
'default' => '預設',
2021-05-24 12:45:31 +02:00
'shipping_address' => '送貨位址',
'bllling_address' => '帳單地址',
'billing_address1' => '帳單地址之街/路',
'billing_address2' => '帳單地址之大樓/套房',
'billing_city' => '帳單地址之城市',
'billing_state' => '帳單地址之州/省',
'billing_postal_code' => '帳單地址之郵遞區號',
'billing_country' => '帳單地址之國家',
'shipping_address1' => '送貨地址之街道',
'shipping_address2' => '送貨地址之大樓/套房',
'shipping_city' => '送貨地址之城市',
'shipping_state' => '送貨地址之州/省',
'shipping_postal_code' => '送貨地址之郵遞區號',
'shipping_country' => '送貨地址之國家',
'classify' => '分類',
2021-05-24 12:45:31 +02:00
'show_shipping_address_help' => '需要使用者提供其送貨地址',
'ship_to_billing_address' => '寄送至帳單地址',
2021-05-24 12:45:31 +02:00
'delivery_note' => '寄送註記',
'show_tasks_in_portal' => '在用戶門戶頁面顯示任務',
'cancel_schedule' => '取消排程',
'scheduled_report' => '排程報告',
'scheduled_report_help' => '以電子郵件按照 :format 寄送 :report 報告給 :email',
'created_scheduled_report' => '報告排程成功',
'deleted_scheduled_report' => '取消排程報告成功',
'scheduled_report_attached' => '您已排程的 :type 報告已經附加其中。',
'scheduled_report_error' => '排程報告建立失敗',
'invalid_one_time_password' => '無效的一次性密碼',
'apple_pay' => 'Apple/Google Pay',
2021-05-24 12:45:31 +02:00
'enable_apple_pay' => '接受 Apple Pay 與 Pay with Google',
'requires_subdomain' => '此種付款類型需要一個 :link。',
'subdomain_is_set' => '子網域已設定',
'verification_file' => '驗證檔案',
'verification_file_missing' => '接受付款需有驗證檔案。',
2021-05-24 12:45:31 +02:00
'apple_pay_domain' => '使用<code>:domain</code> 作為 :link 的網域。',
'apple_pay_not_supported' => '抱歉,您的瀏覽器不支援 Apple/Google Pay',
'optional_payment_methods' => '可選擇的付款方式',
2021-05-24 12:45:31 +02:00
'add_subscription' => '加入訂閱',
'target_url' => '目標',
'target_url_help' => '一旦所選擇的事件發生,此程式即將此項傳送至目標網址。',
'event' => '事件',
2021-05-24 12:45:31 +02:00
'subscription_event_1' => '已建立用戶',
'subscription_event_2' => '已建立發票',
'subscription_event_3' => '已建立報價單',
'subscription_event_4' => '已建立付款資料',
'subscription_event_5' => '已建立供應商',
'subscription_event_6' => '已更新報價單',
'subscription_event_7' => '已刪除報價單',
'subscription_event_8' => '已更新發票',
'subscription_event_9' => '已刪除發票',
'subscription_event_10' => '已更新用戶',
'subscription_event_11' => '已刪除用戶',
'subscription_event_12' => '已刪除付款',
'subscription_event_13' => '已更新供應商',
'subscription_event_14' => '已刪除供應商',
'subscription_event_15' => '已建立支出項目',
'subscription_event_16' => '已更新支出項目',
'subscription_event_17' => '已刪除支出項目',
'subscription_event_18' => '已建立工作項目',
'subscription_event_19' => '已更新工作項目',
'subscription_event_20' => '已刪除任務',
'subscription_event_21' => '已同意報價單',
'subscriptions' => '訂閱',
'updated_subscription' => '更新訂閱成功',
'created_subscription' => '建立訂閱成功',
'edit_subscription' => '編輯訂閱資料',
'archive_subscription' => '歸檔訂閱資料',
'archived_subscription' => '歸檔訂閱資料成功',
'project_error_multiple_clients' => '專案不能屬於不同的用戶',
'invoice_project' => '發票專案',
'module_recurring_invoice' => '週期性發票',
2021-05-24 12:45:31 +02:00
'module_credit' => '貸款',
'module_quote' => '報價單與提案',
'module_task' => '任務與專案',
2021-05-24 12:45:31 +02:00
'module_expense' => '支出 & 供應商',
'module_ticket' => '票證',
'reminders' => '提醒通知',
'send_client_reminders' => '以電子郵件寄送提醒通知',
2021-05-24 12:45:31 +02:00
'can_view_tasks' => '任務顯示於入口頁面',
'is_not_sent_reminders' => '提醒通知未寄送',
2021-05-24 12:45:31 +02:00
'promotion_footer' => '您的優惠即將到期,立即以 :link 進行升級。',
'unable_to_delete_primary' => '注意: 欲刪除這項公司資料,先刪除所有相連結的公司。',
'please_register' => '請註冊您的帳號',
'processing_request' => '正在處理要求',
2021-05-24 12:45:31 +02:00
'mcrypt_warning' => '警告: Mcrypt 已失效,請執行 :command 以更新您的加密程序。',
'edit_times' => '編輯時間',
2021-05-24 12:45:31 +02:00
'inclusive_taxes_help' => '<b>在成本中包括稅金</b>',
'inclusive_taxes_notice' => '一旦發票建立,此項設定無法被更改。',
2021-05-24 12:45:31 +02:00
'inclusive_taxes_warning' => '警告: 現存的發票需要被再次存檔',
'copy_shipping' => '複製送貨地址',
'copy_billing' => '複製帳單地址',
'quote_has_expired' => '報價單已過期,請聯絡該商家。',
'empty_table_footer' => '顯示 0 項資料的 0 到 0項',
2021-05-24 12:45:31 +02:00
'do_not_trust' => '不要記住這個裝置',
'trust_for_30_days' => '信任 30 天',
'trust_forever' => '永遠信任',
'kanban' => '看板',
'backlog' => '待辦清單',
'ready_to_do' => '已準備就緒',
'in_progress' => '處理中',
2021-05-24 12:45:31 +02:00
'add_status' => '加入狀態',
'archive_status' => '歸檔狀態',
'new_status' => '新的狀態',
'convert_products' => '轉換產品',
'convert_products_help' => '自動將產品價格轉換為用戶的貨幣',
'improve_client_portal_link' => '設定子域名以縮短用戶門戶頁面連結。',
'budgeted_hours' => '列入預算的小時',
'progress' => '進度',
2021-05-24 12:45:31 +02:00
'view_project' => '檢視專案',
'summary' => '摘要',
'endless_reminder' => '不終止的提醒函',
2021-05-24 12:45:31 +02:00
'signature_on_invoice_help' => '加入以下代碼,以在 PDF 上顯示用戶的簽名。',
'signature_on_pdf' => '在 PDF 檔案上顯示',
'signature_on_pdf_help' => '在發票/報價單 PDF 顯示用戶簽名。',
'expired_white_label' => '白牌授權已過期',
'return_to_login' => '回到登入頁面',
2021-05-24 12:45:31 +02:00
'convert_products_tip' => '注意: 加入名為「:name」的 :link 以查看匯率。',
'amount_greater_than_balance' => '此金額大於發票餘額,一筆貸款將與剩餘金額一起建立。',
2021-05-24 12:45:31 +02:00
'custom_fields_tip' => '使用 <code>Label|Option1,Option2</code> 以顯示選取方塊。',
'client_information' => '用戶資訊',
'updated_client_details' => '更新用戶詳細資料成功',
'auto' => '自動',
2021-05-24 12:45:31 +02:00
'tax_amount' => '稅金金額',
'tax_paid' => '已付稅',
'none' => '無',
2021-05-24 12:45:31 +02:00
'proposal_message_button' => '若要檢視您的 :amount 之提案,按一下以下按鈕。',
'proposal' => '提案',
'proposals' => '提案',
'list_proposals' => '列出所有的提案',
'new_proposal' => '新增提案',
'edit_proposal' => '編輯提案',
'archive_proposal' => '歸檔提案',
'delete_proposal' => '刪除提案',
'created_proposal' => '已成功建立提案',
'updated_proposal' => '已成功更新提案',
2021-05-24 12:45:31 +02:00
'archived_proposal' => '歸檔提案資料成功',
'deleted_proposal' => '歸檔提案資料成功',
'archived_proposals' => '歸檔 :count 份提案成功',
'deleted_proposals' => '歸檔 :count 份提案成功',
'restored_proposal' => '復原提案成功',
'restore_proposal' => '復原提案',
'snippet' => '程式碼片段',
'snippets' => '程式碼片段',
'proposal_snippet' => '程式碼片段',
'proposal_snippets' => '程式碼片段',
'new_proposal_snippet' => '新的程式碼片段',
'edit_proposal_snippet' => '編輯程式碼片段',
2021-05-24 12:45:31 +02:00
'archive_proposal_snippet' => '歸檔程式碼片段',
'delete_proposal_snippet' => '刪除程式碼片段',
'created_proposal_snippet' => '已成功建立程式碼片段',
2021-05-24 12:45:31 +02:00
'updated_proposal_snippet' => '更新程式碼片段成功',
'archived_proposal_snippet' => '歸檔程式碼片段成功',
'deleted_proposal_snippet' => '歸檔程式碼片段成功',
'archived_proposal_snippets' => '歸檔 :count 個程式碼片段成功',
'deleted_proposal_snippets' => '歸檔 :count 個程式碼片段成功',
'restored_proposal_snippet' => '復原程式碼片段成功',
'restore_proposal_snippet' => '復原程式碼片段',
'template' => '範本',
'templates' => '範本',
'proposal_template' => '範本',
'proposal_templates' => '範本',
'new_proposal_template' => '新範本',
'edit_proposal_template' => '編輯範本',
2021-05-24 12:45:31 +02:00
'archive_proposal_template' => '歸檔範本',
'delete_proposal_template' => '刪除範本',
2021-05-24 12:45:31 +02:00
'created_proposal_template' => '範本建立成功',
'updated_proposal_template' => '更新範本成功',
'archived_proposal_template' => '歸檔範本成功',
'deleted_proposal_template' => '歸檔範本成功',
'archived_proposal_templates' => '歸檔 :count 個範本成功',
'deleted_proposal_templates' => '歸檔 :count 個範本成功',
'restored_proposal_template' => '復原範本成功',
'restore_proposal_template' => '復原範本',
'proposal_category' => '類別',
'proposal_categories' => '類別',
'new_proposal_category' => '新類別',
'edit_proposal_category' => '編輯類別',
2021-05-24 12:45:31 +02:00
'archive_proposal_category' => '歸檔類別',
'delete_proposal_category' => '刪除類別',
'created_proposal_category' => '成功地建立類別',
2021-05-24 12:45:31 +02:00
'updated_proposal_category' => '更新類別成功',
'archived_proposal_category' => '歸檔類別成功',
'deleted_proposal_category' => '歸檔類別成功',
'archived_proposal_categories' => '歸檔 :count 項類別成功',
'deleted_proposal_categories' => '歸檔 :count 項類別成功',
'restored_proposal_category' => '復原類別成功',
'restore_proposal_category' => '復原類別',
2021-05-24 12:45:31 +02:00
'delete_status' => '刪除狀態',
'standard' => '標準',
2021-05-24 12:45:31 +02:00
'icon' => '圖示',
'proposal_not_found' => '無法提供查詢的提案',
'create_proposal_category' => '建立類別',
2021-05-24 12:45:31 +02:00
'clone_proposal_template' => '再製範本',
'proposal_email' => '提案的電子郵件',
2021-05-24 12:45:31 +02:00
'proposal_subject' => ':account 的新提案 :number',
'proposal_message' => '若要檢視您的 :amount 之提案,按一下以下連結。',
'emailed_proposal' => '以電子郵件寄出提案成功',
'load_template' => '載入範本',
2021-05-24 12:45:31 +02:00
'no_assets' => '無圖片,拖曳檔案至此上傳',
'add_image' => '新增圖片',
'select_image' => '選擇圖片',
'upgrade_to_upload_images' => '升級到企業版,以上傳圖片',
2021-05-24 12:45:31 +02:00
'delete_image' => '刪除圖片',
'delete_image_help' => '警告: 刪除這個圖片,將會在所有的提案中移除它。',
'amount_variable_help' => '注意: 若經設定,發票的 $amount 欄位將使用 部分/存款 欄位;否則,它將使用發票餘額。',
'taxes_are_included_help' => '注意: 內含稅已啟用。',
'taxes_are_not_included_help' => '注意: 內含稅未啟用。',
'change_requires_purge' => '需要 :link 帳號資料來變更這個設定。',
'purging' => 'purging',
'warning_local_refund' => '退款將會在程式中紀錄,但不會在由付款閘道處理。',
'email_address_changed' => '電子郵件地址已改變',
2021-05-24 12:45:31 +02:00
'email_address_changed_message' => '您的帳號所使用的電子郵件已從 :old_email 變更為 :new_email。',
'test' => '測試',
'beta' => 'Beta',
2021-05-24 12:45:31 +02:00
'gmp_required' => '需要外掛程式 GMP 以匯出至 ZIP 檔案',
'email_history' => '電子郵件歷程記錄',
'loading' => '載入中',
'no_messages_found' => '未找到訊息',
'processing' => '處理中',
'reactivate' => '重新生效',
'reactivated_email' => '這個電子郵件地址已重新生效',
'emails' => '電子郵件',
'opened' => '已開啟',
'bounced' => '已退回',
'total_sent' => '總共已寄出',
'total_opened' => '總共已開啟',
'total_bounced' => '總共已退回',
'total_spam' => '所有的垃圾郵件',
'platforms' => '平台',
2021-05-24 12:45:31 +02:00
'email_clients' => '電子郵件用戶端',
'mobile' => '行動裝置',
'desktop' => '電腦桌面',
'webmail' => '網頁郵件',
'group' => '群組',
'subgroup' => '次群組',
'unset' => '取消設定',
2021-05-24 12:45:31 +02:00
'received_new_payment' => '您已收到一筆新的付款!',
'slack_webhook_help' => '使用 :link 以接收付款通知。',
'slack_incoming_webhooks' => '回應連入的 webhooks',
'accept' => '接受',
'accepted_terms' => '成功地接受最新的服務條款',
2021-05-24 12:45:31 +02:00
'invalid_url' => '無效的 URL',
'workflow_settings' => '工作流程設定',
'auto_email_invoice' => '自動電子郵件',
2023-11-05 08:03:31 +01:00
'auto_email_invoice_help' => '建立後自動透過電子郵件發送定期發票。',
2021-05-24 12:45:31 +02:00
'auto_archive_invoice' => '自動歸檔',
2023-11-05 08:03:31 +01:00
'auto_archive_invoice_help' => '付款後自動存檔發票。',
2021-05-24 12:45:31 +02:00
'auto_archive_quote' => '自動歸檔',
2023-11-05 08:03:31 +01:00
'auto_archive_quote_help' => '轉換為發票後自動存檔報價。',
2021-05-24 12:45:31 +02:00
'require_approve_quote' => 'Require approve quote',
'require_approve_quote_help' => 'Require clients to approve quotes.',
'allow_approve_expired_quote' => '允許核准過期的報價單',
'allow_approve_expired_quote_help' => '允許用戶核准過期的報價單。',
'invoice_workflow' => '發票工作流程',
'quote_workflow' => '報價單工作流程',
2021-05-24 12:45:31 +02:00
'client_must_be_active' => '錯誤: 用戶必須處於使用中',
'purge_client' => '清除用戶',
'purged_client' => '清除用戶成功',
'purge_client_warning' => '所有相關的紀錄 (發票、任務、支出、文件等等) 也將會刪除。',
'clone_product' => '再製產品資料',
'item_details' => '項目詳細資料',
'send_item_details_help' => '將單項產品的詳細資料傳送到付款主頁面。',
'view_proposal' => '檢視提案',
'view_in_portal' => '在入口頁面檢視',
'cookie_message' => '本網站使用 cookies 以確保您能在此得到最佳的使用經驗。',
'got_it' => '瞭解了!',
'vendor_will_create' => '將建立供應商',
'vendors_will_create' => '將建立供應商',
'created_vendors' => '建立 :count 筆供應商成功',
'import_vendors' => '匯入供應商',
'company' => '公司',
2021-05-24 12:45:31 +02:00
'client_field' => '用戶欄位',
'contact_field' => '聯絡人欄位',
'product_field' => '產品欄位',
'task_field' => '任務欄位',
'project_field' => '專案欄位',
'expense_field' => '支出欄位',
2021-05-24 12:45:31 +02:00
'vendor_field' => '供應商欄位',
'company_field' => '公司欄位',
'invoice_field' => '發票欄位',
'invoice_surcharge' => '發票額外費用',
2021-05-24 12:45:31 +02:00
'custom_task_fields_help' => '建立工作時新增欄位。',
'custom_project_fields_help' => '建立專案時新增欄位。',
'custom_expense_fields_help' => '建立支出紀錄時新增欄位。',
'custom_vendor_fields_help' => '建立供應商時新增欄位。',
'messages' => '訊息',
2021-05-24 12:45:31 +02:00
'unpaid_invoice' => '未付款之發票',
'paid_invoice' => '已付款之發票',
2021-05-24 12:45:31 +02:00
'unapproved_quote' => '未同意之報價單',
'unapproved_proposal' => '未同意之提案',
'autofills_city_state' => '自動填入的城市/國家',
'no_match_found' => '未找到符合的資料',
'password_strength' => '密碼強度',
'strength_weak' => '弱',
'strength_good' => '好',
'strength_strong' => '強',
'mark' => '品牌',
'updated_task_status' => '更新工作狀態成功',
'background_image' => '背景圖片',
2021-05-24 12:45:31 +02:00
'background_image_help' => '使用 :link 來管理您的圖片,我們建議使用較小的檔案。',
'proposal_editor' => '提案編輯器',
'background' => '背景',
2021-05-24 12:45:31 +02:00
'guide' => '指南',
'gateway_fee_item' => '閘道費用項目',
'gateway_fee_description' => '閘道的額外費用',
2021-05-24 12:45:31 +02:00
'gateway_fee_discount_description' => '閘道費用折扣',
'show_payments' => '顯示付款資料',
'show_aging' => '顯示帳齡',
'reference' => '參照',
'amount_paid' => '已付金額',
'send_notifications_for' => '寄送通知給',
'all_invoices' => '所有發票',
'my_invoices' => '我的發票',
2021-05-24 12:45:31 +02:00
'payment_reference' => '付款參考',
'maximum' => '最大',
'sort' => '排序',
'refresh_complete' => '重新整理完成',
'please_enter_your_email' => '請輸入您的電子郵件',
'please_enter_your_password' => '請輸入您的密碼',
'please_enter_your_url' => '請輸入您的網址',
'please_enter_a_product_key' => '請輸入產品金鑰',
'an_error_occurred' => '發生錯誤',
'overview' => '總覽',
'copied_to_clipboard' => '複製 :value 到剪貼簿',
'error' => '錯誤',
'could_not_launch' => '無法啟動',
'additional' => '額外',
'ok' => '正常',
'email_is_invalid' => '電子郵件無效',
'items' => '個項目',
'partial_deposit' => '存款',
'add_item' => '加入項目',
'total_amount' => '總金額',
'pdf' => 'PDF',
'invoice_status_id' => '發票狀態',
'click_plus_to_add_item' => '按一下 + 來加入項目',
'count_selected' => ':count 項已選取',
'dismiss' => '撤銷',
'please_select_a_date' => '請選取日期',
'please_select_a_client' => '請選取一個用戶',
'language' => '語言',
'updated_at' => '更新',
'please_enter_an_invoice_number' => '請輸入發票編號',
'please_enter_a_quote_number' => '請輸入報價單編號',
'clients_invoices' => ':client 的發票',
'viewed' => '已檢視',
'approved' => '已核准',
'invoice_status_1' => '草稿',
'invoice_status_2' => '已傳送',
'invoice_status_3' => '已檢視',
'invoice_status_4' => '已核准',
'invoice_status_5' => '入口頁面',
'invoice_status_6' => '已付款',
'marked_invoice_as_sent' => '標記發票為已傳送成功',
'please_enter_a_client_or_contact_name' => '請輸入用戶或連絡人姓名',
'restart_app_to_apply_change' => '重新啟動應用程式以套用變更',
'refresh_data' => '重新整理資料',
'blank_contact' => '空白連絡人',
'no_records_found' => '找不到記錄',
'industry' => '工業',
'size' => '大小',
'net' => '淨額',
'show_tasks' => '顯示任務',
'email_reminders' => '電子郵件提醒',
'reminder1' => '首次提醒',
'reminder2' => '第二次提醒',
'reminder3' => '第三次提醒',
'send' => '傳送',
'auto_billing' => '自動計費',
'button' => '按鈕',
'more' => '更多',
'edit_recurring_invoice' => '編輯週期性發票',
'edit_recurring_quote' => '編輯週期性報價單',
'quote_status' => '報價單狀態',
'please_select_an_invoice' => '請選取發票',
'filtered_by' => '篩選依據',
'payment_status' => '付款狀態',
'payment_status_1' => '擱置',
'payment_status_2' => '作廢',
'payment_status_3' => '失敗',
'payment_status_4' => '完成',
'payment_status_5' => '部分退款',
'payment_status_6' => '退款',
'send_receipt_to_client' => '將收據傳送到用戶',
'refunded' => '退款',
'marked_quote_as_sent' => '標記報價單為已傳送成功',
'custom_module_settings' => '自訂模組設定',
'ticket' => '票證',
'tickets' => '票證',
'ticket_number' => '票證 #',
'new_ticket' => '新票證',
'edit_ticket' => '編輯票證',
'view_ticket' => '檢視票證',
'archive_ticket' => '歸檔票證',
'restore_ticket' => '復原票證',
'delete_ticket' => '刪除票證',
'archived_ticket' => '歸檔票證成功',
'archived_tickets' => '歸檔票證成功',
'restored_ticket' => '復原票證成功',
'deleted_ticket' => '刪除票證成功',
'open' => '開啟',
'new' => '新增',
'closed' => '已關閉',
'reopened' => '重新開啟',
'priority' => '優先順序',
'last_updated' => '上次更新時間',
'comment' => '評論',
'tags' => '標籤',
'linked_objects' => '連結的物件',
'low' => '低',
'medium' => '中',
'high' => '高',
'no_due_date' => '未設定到期日期',
'assigned_to' => '分配給',
'reply' => '回覆',
'awaiting_reply' => '等待回覆',
'ticket_close' => '關閉票證',
'ticket_reopen' => '重開票證',
'ticket_open' => '開啟票證',
'ticket_split' => '拆分票證',
'ticket_merge' => '合併票證',
'ticket_update' => '更新票證',
'ticket_settings' => '票證設定',
'updated_ticket' => '票證更新',
'mark_spam' => '標記為垃圾郵件',
'local_part' => '本地部份',
'local_part_unavailable' => '取得的名稱',
'local_part_available' => '可用的名稱',
'local_part_invalid' => '名稱無效 (僅限字母數位,無空格)',
'local_part_help' => '自訂入站支援電子郵件的本地部分, 即。YOUR_NAME@support.invoiceninja.com',
'from_name_help' => '寄件者的姓名是顯示的可識別寄件者, 而不是電子郵件地址 (即支援中心)',
'local_part_placeholder' => '您的姓名',
'from_name_placeholder' => '支援中心',
'attachments' => '附件',
'client_upload' => '用戶上傳',
'enable_client_upload_help' => '允許用戶上載文件/附件',
'max_file_size_help' => '最大檔案大小 (KB) 受您的文章 _ max _ size 和上載 _ max _ 檔案大小變數的限制, 如 PHP.INI 中設定的那樣',
'max_file_size' => '最大檔案大小',
'mime_types' => 'Mime 類型',
'mime_types_placeholder' => '.pdf , .docx, .jpg',
'mime_types_help' => '逗號分隔的允許的 mime 類型清單, 為所有',
'ticket_number_start_help' => '票證號必須大於目前票證號',
'new_ticket_template_id' => '新票證',
'new_ticket_autoresponder_help' => '選擇範本將在建立新票證時向用戶/連絡人傳送自動回應',
'update_ticket_template_id' => '更新後的票證',
'update_ticket_autoresponder_help' => '選擇範本將在更新票證時向用戶/連絡人傳送自動回應',
'close_ticket_template_id' => '已關閉票證',
'close_ticket_autoresponder_help' => '選擇範本將在票證關閉時向用戶/連絡人傳送自動回應',
'default_priority' => '預設優先順序',
'alert_new_comment_id' => '新評論',
'alert_comment_ticket_help' => '選取範本將在做出評論時 (向代理) 傳送通知。',
'alert_comment_ticket_email_help' => '逗號分隔的電子郵件給 bcc 關於新的評論。',
'new_ticket_notification_list' => '其它新票證通知',
'update_ticket_notification_list' => '其它新評論通知',
'comma_separated_values' => 'admin@example.com, supervisor@example.com',
'alert_ticket_assign_agent_id' => '票證分配',
'alert_ticket_assign_agent_id_hel' => '選取範本將在分配票證時 (向代理) 傳送通知。',
'alert_ticket_assign_agent_id_notifications' => '分配的其它票證通知',
'alert_ticket_assign_agent_id_help' => '逗號分隔的電子郵件給 bcc 的票證分配。',
'alert_ticket_transfer_email_help' => '逗號分隔的電子郵件給 bcc 的票證轉讓。',
'alert_ticket_overdue_agent_id' => '過期票證',
'alert_ticket_overdue_email' => '其它逾期票證通知',
'alert_ticket_overdue_email_help' => '逗號分隔的電子郵件給 bcc 的票證期。',
'alert_ticket_overdue_agent_id_help' => '選取範本將在票證過期時 (向代理) 傳送通知。',
'ticket_master' => '票證主人',
'ticket_master_help' => '有分配和傳送票證的能力。 將所有票證分配為給預設代理。',
'default_agent' => '預設代理',
'default_agent_help' => '如果選取,將自動分配給所有入站票證',
'show_agent_details' => '顯示回應的代理詳細資訊',
'avatar' => '頭像',
'remove_avatar' => '刪除頭像',
'ticket_not_found' => '找不到票證',
'add_template' => '加入範本',
'ticket_template' => '票證範本',
'ticket_templates' => '票證範本',
'updated_ticket_template' => '已更新票證範本',
'created_ticket_template' => '已建立票證範本',
'archive_ticket_template' => '歸檔範本',
'restore_ticket_template' => '復原範本',
'archived_ticket_template' => '歸檔範本成功',
'restored_ticket_template' => '復原範本成功',
'close_reason' => '讓我們知道您為何要關閉這張票證',
'reopen_reason' => '讓我們知道您為何要重新開啟這張票證',
'enter_ticket_message' => '請輸入訊息以更新票證',
'show_hide_all' => '顯示/全部隱藏',
'subject_required' => '需要主旨',
'mobile_refresh_warning' => '若您使用行動 APP您可能需要做一次重新整理。',
'enable_proposals_for_background' => '上傳一個背景圖片 :link 以啟用提案模組。',
'ticket_assignment' => '票證 :ticket_number 已分配給 :agent',
'ticket_contact_reply' => '用戶 :contact 已更新票證 :ticket_number',
'ticket_new_template_subject' => '票證 :ticket_number 已建立。',
'ticket_updated_template_subject' => '票證 :ticket_number 已更新。',
'ticket_closed_template_subject' => '票證 :ticket_number 已關閉。',
'ticket_overdue_template_subject' => '票證 :ticket_number 現在過期',
'merge' => '合併',
'merged' => '合併',
'agent' => '代理',
'parent_ticket' => '上層票證',
'linked_tickets' => '連結的票證',
'merge_prompt' => '輸入要合併到的票證號',
'merge_from_to' => '票證 #:old_ticket 合併到票證 #:new_ticket',
'merge_closed_ticket_text' => '票證 #:old_ticket 已關閉和合併成票證 #:new_ticket - :subject',
'merge_updated_ticket_text' => '票證 #:old_ticket 已關閉和合併到這張票證中',
'merge_placeholder' => '合併票證 #:ticket 到以下票證',
'select_ticket' => '選取票證',
'new_internal_ticket' => '新的內部票證',
'internal_ticket' => '內部票證',
'create_ticket' => '建立票證',
'allow_inbound_email_tickets_external' => '透過電子郵件的新票證 (用戶)',
'allow_inbound_email_tickets_external_help' => '允許用戶以電子郵件建立票證',
'include_in_filter' => '包含在篩選器',
'custom_client1' => ':VALUE',
'custom_client2' => ':VALUE',
'compare' => '比較',
'hosted_login' => '託管登入',
'selfhost_login' => 'Selfhost 登入',
'google_login' => 'Google 登入',
'thanks_for_patience' => '感謝您的耐心,而我們努力實現這些功能。\n\n希望在接下來的幾個月裡完成它們。\n\n直到那時我們將繼續支援',
'legacy_mobile_app' => '舊版行動 App',
'today' => '今天',
'current' => '目前',
'previous' => '以前',
'current_period' => '目前期限',
'comparison_period' => '比較期限',
'previous_period' => '上一期限',
'previous_year' => '上一年度',
'compare_to' => '比較',
'last_week' => '上個星期',
'clone_to_invoice' => '再製到發票',
'clone_to_quote' => '再製到報價單',
'convert' => '轉換',
'last7_days' => '最近 7 天',
'last30_days' => '最近 30 天',
'custom_js' => '自訂 JS',
'adjust_fee_percent_help' => '調整百分比以計入費用',
'show_product_notes' => '顯示產品詳細資訊',
'show_product_notes_help' => '在產品下拉清單<b>包含描述和成本</b>',
'important' => '重要',
'thank_you_for_using_our_app' => '感謝您使用我們的應用程式!',
'if_you_like_it' => '如果您喜歡,請',
'to_rate_it' => '給它評分。',
'average' => '平均',
'unapproved' => '未同意',
'authenticate_to_change_setting' => '請進行身份驗證以變更這個設定',
'locked' => '鎖定',
'authenticate' => '身份驗證',
'please_authenticate' => '請驗證',
'biometric_authentication' => '生物識別驗證',
'auto_start_tasks' => '自動啟動任務',
'budgeted' => '預算',
'please_enter_a_name' => '請輸入姓名',
'click_plus_to_add_time' => '按一下 + 來加入項目',
'design' => '設計',
'password_is_too_short' => '密碼太短',
'failed_to_find_record' => '找不到記錄',
'valid_until_days' => '有效至',
'valid_until_days_help' => '在未來許多天,自動將報價的 <b>有效截止日</b> 值設定在這個日期。 留白以停用。',
'usually_pays_in_days' => '日',
'requires_an_enterprise_plan' => '需要企業方案',
'take_picture' => '拍照',
'upload_file' => '上傳檔案',
'new_document' => '新新文件',
'edit_document' => '編輯文件',
'uploaded_document' => '已成功上載文件',
'updated_document' => '已成功更新文件',
'archived_document' => '已成功封存文件',
'deleted_document' => '已成功刪除文件',
'restored_document' => '已成功還原文件',
'no_history' => '無歷史記錄',
'expense_status_1' => '已登入',
'expense_status_2' => '擱置',
'expense_status_3' => '已開立發票的',
'no_record_selected' => '未選取任何記錄',
'error_unsaved_changes' => '請儲存或取消您的變更',
'thank_you_for_your_purchase' => '感謝您的購買!',
'redeem' => '兌換',
'back' => '返回',
'past_purchases' => '過去購買',
'annual_subscription' => '年度訂閱',
'pro_plan' => '專業方案',
'enterprise_plan' => '企業方案',
'count_users' => ':count users',
'upgrade' => '升級',
'please_enter_a_first_name' => '請輸入名字',
'please_enter_a_last_name' => '請輸入姓氏',
'please_agree_to_terms_and_privacy' => '請同意服務條款和隱私政策以建立帳戶。',
'i_agree_to_the' => '我同意',
'terms_of_service_link' => '服務條款',
'privacy_policy_link' => '隱私政策',
'view_website' => '檢視網站',
'create_account' => '建立帳戶',
'email_login' => '電子郵件登入',
'late_fees' => '滯納金',
'payment_number' => '付款號碼',
'before_due_date' => '到期日之前',
'after_due_date' => '到期日之後',
'after_invoice_date' => '發票日之後',
'filtered_by_user' => '依使用者篩選',
'created_user' => '已成功建立使用者',
'primary_font' => '主要字型',
'secondary_font' => '次要字型',
'number_padding' => '數字填充',
'general' => '一般',
'surcharge_field' => '附加費欄位',
'company_value' => '公司值',
'credit_field' => '信用欄位',
'payment_field' => '付款欄位',
'group_field' => '群組欄位',
'number_counter' => '數字計數器',
'number_pattern' => '數字模式',
'custom_javascript' => '自訂 JavaScript',
'portal_mode' => '入口網站模式',
'attach_pdf' => '附加 PDF 檔案',
'attach_documents' => '附加文件',
'attach_ubl' => '附加 UBL',
'email_style' => '電子郵件樣式',
'processed' => '處理',
'fee_amount' => '費用金額',
'fee_percent' => '費用百分比',
'fee_cap' => '費用上限',
'limits_and_fees' => '限額/費用',
'credentials' => '認證',
'require_billing_address_help' => '需要使用者提供其帳單地址',
'require_shipping_address_help' => '需要使用者提供其送貨地址',
'deleted_tax_rate' => '成功刪除稅率',
'restored_tax_rate' => '成功恢復稅率',
'provider' => '供應商',
'company_gateway' => '付款閘道',
'company_gateways' => '付款閘道',
'new_company_gateway' => '新增閘道',
'edit_company_gateway' => '編輯閘道',
'created_company_gateway' => '建立閘道資料成功',
'updated_company_gateway' => '更新閘道資料成功',
'archived_company_gateway' => '封存閘道資料成功',
'deleted_company_gateway' => '刪除閘道資料成功',
'restored_company_gateway' => '復原閘道成功',
'continue_editing' => '繼續編輯',
'default_value' => '預設值',
'currency_format' => '貨幣格式',
'first_day_of_the_week' => '每星期的第一天',
'first_month_of_the_year' => '年度的第一個月',
'symbol' => '符號',
'ocde' => '代碼',
'date_format' => '日期格式',
'datetime_format' => '日期時間格式',
'send_reminders' => '傳送提醒',
'timezone' => '時區',
'filtered_by_group' => '依群組篩選',
'filtered_by_invoice' => '依發票篩選',
'filtered_by_client' => '依用戶端篩選',
'filtered_by_vendor' => '依供應商篩選',
'group_settings' => '群組設定',
'groups' => '群組',
'new_group' => '新增群組',
'edit_group' => '編輯群組',
'created_group' => '已成功建立群組',
'updated_group' => '已成功更新群組',
'archived_group' => '已成功封存群組',
'deleted_group' => '已成功刪除群組',
'restored_group' => '已成功還原群組',
'upload_logo' => '上傳徽標',
'uploaded_logo' => '已成功上傳徽標',
'saved_settings' => '已成功儲存設定',
'device_settings' => '裝置設定',
'credit_cards_and_banks' => '信用卡 & 銀行',
'price' => '價格',
'email_sign_up' => '電子郵件註冊',
'google_sign_up' => 'Google 註冊',
'sign_up_with_google' => '使用 Google 註冊',
'long_press_multiselect' => '長按多選',
2022-01-03 02:51:00 +01:00
'migrate_to_next_version' => '遷移Invoice Ninja到下一個版本',
'migrate_intro_text' => '我們正在準備下一個Invoice Ninja的版本。請點擊下載按扭開始遷移。',
'start_the_migration' => '開始遷移',
'migration' => '遷移',
'welcome_to_the_new_version' => '歡迎使用新版本的Invoice Ninja',
'next_step_data_download' => '下一步我們將會為你下載遷移所需的資料。',
'download_data' => '請點擊下方的按鈕下載資料',
'migration_import' => '太好了!現在你可以匯入資料。請在你最新的版本中匯入你的資料。',
'continue' => '繼續',
'company1' => '自訂公司1',
'company2' => '自訂公司2',
'company3' => '自訂公司3',
'company4' => '自訂公司4',
2023-11-05 08:03:31 +01:00
'product1' => '客製化產品1',
'product2' => '客製化產品2',
'product3' => '客製化產品3',
'product4' => '客製化產品4',
'client1' => '客製化客戶端1',
'client2' => '客製化客戶端2',
'client3' => '客製化客戶端3',
'client4' => '客製化客戶端4',
'contact1' => '客製化聯絡方式 1',
'contact2' => '客製化聯絡方式2',
'contact3' => '客製化聯絡方式 3',
'contact4' => '客製化聯絡方式 4',
'task1' => '自訂任務1',
'task2' => '自訂任務2',
'task3' => '自訂任務3',
'task4' => '自訂任務 4',
'project1' => '客製化項目1',
'project2' => '客製化項目2',
'project3' => '客製化項目3',
'project4' => '客製化項目4',
'expense1' => '客製費用1',
'expense2' => '客製費用2',
'expense3' => '客製化費用3',
'expense4' => '客製化費用 4',
'vendor1' => '客製化供應商 1',
'vendor2' => '客製化供應商 2',
'vendor3' => '客製化供應商 3',
'vendor4' => '客製化供應商 4',
'invoice1' => '定制發票1',
'invoice2' => '定制發票2',
'invoice3' => '定制發票3',
'invoice4' => '定制發票 4',
'payment1' => '客製支付1',
'payment2' => '客製化支付2',
'payment3' => '客製支付3',
'payment4' => '客製支付4',
'surcharge1' => '客製化附加費 1',
'surcharge2' => '客製化附加費2',
'surcharge3' => '客製化附加費3',
'surcharge4' => '客製化附加費 4',
'group1' => '自訂組 1',
'group2' => '自訂組 2',
'group3' => '自訂組 3',
'group4' => '自訂組 4',
'number' => '數位',
'count' => '數數',
'is_active' => '活躍',
'contact_last_login' => '聯絡方式 上次登入',
'contact_full_name' => '聯絡全名',
'contact_custom_value1' => '聯繫客製化價值 1',
'contact_custom_value2' => '聯繫客製化價值 2',
'contact_custom_value3' => '聯繫客製化價值 3',
'contact_custom_value4' => '聯繫客製化價值 4',
'assigned_to_id' => '分配給 ID',
'created_by_id' => '創建者: ID',
'add_column' => '新增列',
'edit_columns' => '編輯列',
'to_learn_about_gogle_fonts' => '了解 Google 字體',
'refund_date' => '退款日期',
'multiselect' => '多選',
'verify_password' => '驗證密碼',
'applied' => '應用',
'include_recent_errors' => '包括日誌中的最近錯誤',
'your_message_has_been_received' => '我們已收到您的留言,並將盡力及時回覆。',
'show_product_details' => '顯示產品詳情',
'show_product_details_help' => '在產品下拉清單中包含描述和成本',
'pdf_min_requirements' => 'PDF 渲染器需要:version',
'adjust_fee_percent' => '調整費用百分比',
'configure_settings' => '配置設定',
'about' => '關於',
'credit_email' => '信用電子郵件',
'domain_url' => '網域網址',
'password_is_too_easy' => '密碼必須包含大寫字元和數字',
'client_portal_tasks' => '客戶端任務',
'client_portal_dashboard' => '客戶入口網站儀表板',
'please_enter_a_value' => '請輸入一個值',
'deleted_logo' => '成功刪除標誌',
'generate_number' => '產生號碼',
'when_saved' => '保存時',
'when_sent' => '發送時',
'select_company' => '選擇公司',
'float' => '漂浮',
'collapse' => '坍塌',
'show_or_hide' => '顯示隱藏',
'menu_sidebar' => '選單側邊欄',
'history_sidebar' => '歷史側邊欄',
'tablet' => '藥片',
'layout' => '佈局',
'module' => '模組',
'first_custom' => '第一次客製化',
'second_custom' => '第二個客製化',
'third_custom' => '第三個習慣',
'show_cost' => '顯示費用',
'show_cost_help' => '顯示產品成本欄位以追蹤加價/利潤',
'show_product_quantity' => '顯示產品數量',
'show_product_quantity_help' => '顯示產品數量字段,否則預設為 1',
'show_invoice_quantity' => '顯示發票數量',
'show_invoice_quantity_help' => '顯示行項目數量字段,否則預設為 1',
'default_quantity' => '預設數量',
'default_quantity_help' => '自動將行項目數量設定為 1',
'one_tax_rate' => '一種稅率',
'two_tax_rates' => '兩種稅率',
'three_tax_rates' => '三種稅率',
'default_tax_rate' => '預設稅率',
'invoice_tax' => '發票稅',
'line_item_tax' => '行項目稅',
'inclusive_taxes' => '普惠稅',
'invoice_tax_rates' => '發票稅率',
'item_tax_rates' => '項目稅率',
'configure_rates' => '配置費率',
'tax_settings_rates' => '稅率',
'accent_color' => '強調色',
'comma_sparated_list' => '逗號分隔列表',
'single_line_text' => '單行文字',
'multi_line_text' => '多行文字',
'dropdown' => '落下',
'field_type' => '字段類型',
'recover_password_email_sent' => '密碼恢復電子郵件已發送',
'removed_user' => '成功刪除用戶',
'freq_three_years' => '三年',
'military_time_help' => '24小時顯示',
'click_here_capital' => '點這裡',
'marked_invoice_as_paid' => '已成功將發票標記為已付款',
'marked_invoices_as_sent' => '已成功將發票標記為已發送',
'marked_invoices_as_paid' => '已成功將發票標記為已付款',
'activity_57' => '系統無法透過電子郵件發送發票:invoice',
'custom_value3' => '自訂值3',
'custom_value4' => '定制值4',
'email_style_custom' => '自訂電子郵件樣式',
'custom_message_dashboard' => '自訂儀表板訊息',
'custom_message_unpaid_invoice' => '自訂未付發票訊息',
'custom_message_paid_invoice' => '自訂付費發票訊息',
'custom_message_unapproved_quote' => '自訂未經批准的報價訊息',
'lock_sent_invoices' => '鎖定發送的發票',
'translations' => '翻譯',
'task_number_pattern' => '任務編號模式',
'task_number_counter' => '任務數量計數器',
'expense_number_pattern' => '費用數字模式',
'expense_number_counter' => '費用計數器',
'vendor_number_pattern' => '供應商編號模式',
'vendor_number_counter' => '供應商編號計數器',
'ticket_number_pattern' => '票號圖案',
'ticket_number_counter' => '票號櫃檯',
'payment_number_pattern' => '付款號碼模式',
'payment_number_counter' => '付款號碼櫃檯',
'invoice_number_pattern' => '發票號碼模式',
'quote_number_pattern' => '報價號碼模式',
'client_number_pattern' => '信用號模式',
'client_number_counter' => '信用號碼櫃檯',
'credit_number_pattern' => '信用號模式',
'credit_number_counter' => '信用號碼櫃檯',
'reset_counter_date' => '重置計數器日期',
'counter_padding' => '計數器填充',
2023-12-07 09:32:08 +01:00
'shared_invoice_quote_counter' => 'Share Invoice/Quote Counter',
2023-11-05 08:03:31 +01:00
'default_tax_name_1' => '預設稅名 1',
'default_tax_rate_1' => '預設稅率 1',
'default_tax_name_2' => '預設稅名 2',
'default_tax_rate_2' => '預設稅率2',
'default_tax_name_3' => '預設稅名 3',
'default_tax_rate_3' => '預設稅率3',
'email_subject_invoice' => '電子郵件發票主題',
'email_subject_quote' => '電子郵件報價主題',
'email_subject_payment' => '郵件付款主題',
'switch_list_table' => '開關列表表',
'client_city' => '客戶城市',
'client_state' => '客戶狀態',
'client_country' => '客戶國家',
'client_is_active' => '客戶端處於活動狀態',
'client_balance' => '客戶餘額',
'client_address1' => '客戶街',
'client_address2' => '客戶公寓/套房',
'client_shipping_address1' => '客戶航運街',
'client_shipping_address2' => '客戶運送公寓/套房',
'tax_rate1' => '稅率1',
'tax_rate2' => '稅率2',
'tax_rate3' => '稅率3',
'archived_at' => '存檔於',
'has_expenses' => '有費用',
'custom_taxes1' => '關稅 1',
'custom_taxes2' => '關稅 2',
'custom_taxes3' => '關稅 3',
'custom_taxes4' => '關稅 4',
'custom_surcharge1' => '客製化附加費1',
'custom_surcharge2' => '客製化附加費2',
'custom_surcharge3' => '客製化附加費3',
'custom_surcharge4' => '客製化附加費 4',
'is_deleted' => '已刪除',
'vendor_city' => '供應商城市',
'vendor_state' => '供應商狀態',
'vendor_country' => '供應商國家/地區',
'credit_footer' => '信用頁腳',
'credit_terms' => '信用條款',
'untitled_company' => '無標題公司',
'added_company' => '添加公司成功',
'supported_events' => '支持的活動',
'custom3' => '第三個習慣',
'custom4' => '第四個習慣',
'optional' => '選修的',
'license' => '執照',
'invoice_balance' => '發票餘額',
'saved_design' => '成功保存設計',
'client_details' => '客戶詳情',
'company_address' => '公司地址',
'quote_details' => '報價詳情',
'credit_details' => '信用詳情',
'product_columns' => '產品專欄',
'task_columns' => '工作列',
'add_field' => '新增字段',
'all_events' => '所有活動',
'owned' => '擁有',
'payment_success' => '支付成功',
'payment_failure' => '付款失敗',
'quote_sent' => '報價已發送',
'credit_sent' => '信用已發送',
'invoice_viewed' => '已查看發票',
'quote_viewed' => '已查看報價',
'credit_viewed' => '信用查看',
'quote_approved' => '報價已獲批准',
'receive_all_notifications' => '接收所有通知',
'purchase_license' => '購買許可證',
'enable_modules' => '啟用模組',
'converted_quote' => '報價轉換成功',
'credit_design' => '信用設計',
'includes' => '包括',
'css_framework' => 'CSS框架',
'custom_designs' => '客製化設計',
'designs' => '設計',
'new_design' => '新設計',
'edit_design' => '編輯設計',
'created_design' => '成功創建設計',
'updated_design' => '成功更新設計',
'archived_design' => '成功歸檔設計',
'deleted_design' => '成功刪除設計',
'removed_design' => '成功刪除設計',
'restored_design' => '成功恢復設計',
'recurring_tasks' => '重複任務',
'removed_credit' => '已成功刪除信用',
'latest_version' => '最新版本',
'update_now' => '現在更新',
'a_new_version_is_available' => '新版本的網路應用程式現已推出',
'update_available' => '可用更新',
'app_updated' => '更新成功完成',
'integrations' => '整合',
'tracking_id' => '追蹤號碼',
2021-05-24 12:45:31 +02:00
'slack_webhook_url' => 'Slack Webhook URL',
2023-11-05 08:03:31 +01:00
'partial_payment' => '部分付款',
'partial_payment_email' => '部分付款電子郵件',
'clone_to_credit' => '克隆到信用',
'emailed_credit' => '已成功透過電子郵件發送信用證',
'marked_credit_as_sent' => '已成功將信用標記為已發送',
'email_subject_payment_partial' => '電子郵件部分付款主題',
'is_approved' => '被批准',
'migration_went_wrong' => '哎呀!出事了!在開始遷移之前,請確保您已設定 Invoice Ninja v5 實例。',
'cross_migration_message' => '不允許跨帳戶遷移。請在此閱讀更多相關資訊: <a href="https://invoiceninja.github.io/docs/migration/#troubleshooting">https</a> ://invoiceninja.github.io/docs/migration/#troubleshooting',
'email_credit' => '電子郵件信用',
'client_email_not_set' => '客戶沒有設定電子郵件地址',
'ledger' => '分類帳',
'view_pdf' => '查看PDF',
'all_records' => '所有記錄',
'owned_by_user' => '歸用戶所有',
'credit_remaining' => '剩餘信用',
'use_default' => '預設使用',
'reminder_endless' => '無盡的提醒',
'number_of_days' => '天數',
'configure_payment_terms' => '配置付款條件',
'payment_term' => '付款期限',
'new_payment_term' => '新的付款期限',
'deleted_payment_term' => '已成功刪除付款條件',
'removed_payment_term' => '已成功刪除付款條件',
'restored_payment_term' => '成功恢復付款期限',
'full_width_editor' => '全寬編輯器',
'full_height_filter' => '全高過濾器',
'email_sign_in' => '使用電子郵件登入',
'change' => '改變',
'change_to_mobile_layout' => '更改移動佈局?',
'change_to_desktop_layout' => '更改桌面佈局?',
'send_from_gmail' => '從 Gmail 傳送',
'reversed' => '反轉',
'cancelled' => '取消',
'quote_amount' => '報價金額',
'hosted' => '主辦',
'selfhosted' => '自託管',
'hide_menu' => '隱藏選單',
'show_menu' => '顯示選單',
'partially_refunded' => '部分退款',
'search_documents' => '搜尋文件',
'search_designs' => '搜尋設計',
'search_invoices' => '搜尋發票',
'search_clients' => '搜尋客戶',
'search_products' => '搜尋產品',
'search_quotes' => '搜尋行情',
'search_credits' => '搜尋製作人員',
'search_vendors' => '搜尋供應商',
'search_users' => '搜尋用戶',
'search_tax_rates' => '搜尋稅率',
'search_tasks' => '搜尋任務',
'search_settings' => '搜尋設定',
'search_projects' => '搜尋項目',
'search_expenses' => '搜尋費用',
'search_payments' => '搜尋付款',
'search_groups' => '搜尋組',
'search_company' => '搜尋公司',
'cancelled_invoice' => '已成功取消發票',
'cancelled_invoices' => '已成功取消發票',
'reversed_invoice' => '成功沖銷發票',
'reversed_invoices' => '已成功沖銷發票',
'reverse' => '反向',
'filtered_by_project' => '按項目過濾',
'google_sign_in' => '使用 Google 登入',
'activity_58' => ':user沖銷發票:invoice',
'activity_59' => ':user取消的發票:invoice',
'payment_reconciliation_failure' => '協調失敗',
'payment_reconciliation_success' => '和解成功',
'gateway_success' => '成功之路',
'gateway_failure' => '網關故障',
'gateway_error' => '網關錯誤',
'email_send' => '電子郵件發送',
'email_retry_queue' => '電子郵件重試佇列',
'failure' => '失敗',
'quota_exceeded' => '超過配額',
'upstream_failure' => '上游故障',
'system_logs' => '系統日誌',
'copy_link' => '複製連結',
'welcome_to_invoice_ninja' => '歡迎來到發票忍者',
'optin' => '選擇參加',
'optout' => '選擇退出',
'auto_convert' => '自動轉換',
'reminder1_sent' => '提醒 1 已發送',
'reminder2_sent' => '提醒 2 已發送',
'reminder3_sent' => '提醒 3 已發送',
'reminder_last_sent' => '上次發送提醒',
'pdf_page_info' => ':total的頁面:current',
'emailed_credits' => '已成功透過電子郵件發送積分',
'view_in_stripe' => '條紋視圖',
'rows_per_page' => '每頁行數',
'apply_payment' => '申請付款',
'unapplied' => '未應用',
'custom_labels' => '客製化標籤',
'record_type' => '記錄類型',
'record_name' => '記錄名稱',
'file_type' => '文件類型',
'height' => '高度',
'width' => '寬度',
'health_check' => '健康檢查',
'last_login_at' => '上次登入時間',
'company_key' => '公司金鑰',
'storefront' => '店面',
'storefront_help' => '允許第三方應用程式建立發票',
'count_records_selected' => ':count筆記錄已選擇',
'count_record_selected' => ':count記錄已選擇',
'client_created' => '客戶已創建',
'online_payment_email' => '網上支付郵箱',
'manual_payment_email' => '手動付款電子郵件',
'completed' => '完全的',
'gross' => '總的',
'net_amount' => '淨額',
'net_balance' => '淨餘額',
'client_settings' => '客戶端設定',
'selected_invoices' => '選定的發票',
'selected_payments' => '選定的付款方式',
'selected_quotes' => '精選行情',
'selected_tasks' => '選定的任務',
'selected_expenses' => '選定的費用',
'past_due_invoices' => '逾期發票',
'create_payment' => '建立付款',
'update_quote' => '更新報價',
'update_invoice' => '更新發票',
'update_client' => '更新客戶端',
'update_vendor' => '更新供應商',
'create_expense' => '創建費用',
'update_expense' => '更新費用',
'update_task' => '更新任務',
'approve_quote' => '批准報價',
'when_paid' => '付款時',
'expires_on' => '到期',
'show_sidebar' => '顯示側邊欄',
'hide_sidebar' => '隱藏側邊欄',
'event_type' => '事件類型',
'copy' => '複製',
'must_be_online' => '連接到互聯網後請重新啟動應用程式',
'crons_not_enabled' => '需要啟用 crons',
'api_webhooks' => 'API 網路鉤子',
'search_webhooks' => '搜尋:count Webhooks',
'search_webhook' => '搜尋 1 個 Webhook',
'webhook' => '網路鉤子',
'webhooks' => '網路鉤子',
'new_webhook' => '新的Webhook',
'edit_webhook' => '編輯網路鉤子',
'created_webhook' => '成功創建網路鉤子',
'updated_webhook' => '已成功更新網路鉤子',
'archived_webhook' => '成功歸檔 webhook',
'deleted_webhook' => '成功刪除網路鉤子',
'removed_webhook' => '已成功刪除網路鉤子',
'restored_webhook' => '成功恢復網路鉤子',
'search_tokens' => '搜尋:count代幣',
'search_token' => '搜尋 1 代幣',
'new_token' => '新代幣',
'removed_token' => '成功刪除令牌',
'restored_token' => '成功恢復令牌',
'client_registration' => '客戶註冊',
'client_registration_help' => '使客戶能夠在入口網站中自行註冊',
'customize_and_preview' => '客製化和預覽',
'search_document' => '搜尋 1 個文檔',
'search_design' => '搜尋 1 設計',
'search_invoice' => '搜尋 1 份發票',
'search_client' => '搜尋 1 客戶',
'search_product' => '搜尋 1 個產品',
'search_quote' => '搜尋 1 個報價',
'search_credit' => '搜尋 1 點',
'search_vendor' => '搜尋 1 供應商',
'search_user' => '搜尋 1 用戶',
'search_tax_rate' => '搜尋 1 稅率',
'search_task' => '搜尋 1 任務',
'search_project' => '搜尋 1 個項目',
'search_expense' => '搜尋 1 費用',
'search_payment' => '搜尋 1 付款',
'search_group' => '搜尋 1 組',
'created_on' => '創建於',
'payment_status_-1' => '未應用',
'lock_invoices' => '鎖定發票',
'show_table' => '顯示表',
'show_list' => '顯示清單',
'view_changes' => '查看變更',
'force_update' => '強制性升級',
'force_update_help' => '您正在運行最新版本,但可能有待修復的可用補丁。',
'mark_paid_help' => '追蹤已支付的費用',
'mark_invoiceable_help' => '啟用費用發票',
'add_documents_to_invoice_help' => '使文件對客戶可見',
'convert_currency_help' => '設定匯率',
'expense_settings' => '費用設定',
'clone_to_recurring' => '克隆到重複',
'crypto' => '加密貨幣',
'user_field' => '使用者欄位',
'variables' => '變數',
'show_password' => '顯示密碼',
'hide_password' => '隱藏密碼',
'copy_error' => '複製錯誤',
'capture_card' => '採集卡',
'auto_bill_enabled' => '自動計費已啟用',
'total_taxes' => '總稅金',
'line_taxes' => '行稅',
'total_fields' => '總字段數',
'stopped_recurring_invoice' => '已成功停止定期發票',
'started_recurring_invoice' => '已成功開始定期發票',
'resumed_recurring_invoice' => '已成功恢復定期發票',
'gateway_refund' => '網關退款',
'gateway_refund_help' => '透過支付網關處理退款',
'due_date_days' => '到期日',
'paused' => '已暫停',
'day_count' => '日:count',
'first_day_of_the_month' => '該月的第一天',
'last_day_of_the_month' => '本月最後一天',
'use_payment_terms' => '使用付款條件',
'endless' => '無盡',
'next_send_date' => '下次發送日期',
'remaining_cycles' => '剩餘週期',
'created_recurring_invoice' => '已成功建立定期發票',
'updated_recurring_invoice' => '已成功更新定期發票',
'removed_recurring_invoice' => '已成功刪除定期發票',
'search_recurring_invoice' => '搜尋 1 份經常性發票',
'search_recurring_invoices' => '搜尋:count經常性發票',
'send_date' => '發送日期',
'auto_bill_on' => '自動計費開啟',
'minimum_under_payment_amount' => '最低付款金額',
'allow_over_payment' => '允許超額支付',
'allow_over_payment_help' => '支持額外付費接受小費',
'allow_under_payment' => '允許少付',
'allow_under_payment_help' => '支持至少支付部分/存款金額',
'test_mode' => '測試模式',
'calculated_rate' => '計算費率',
'default_task_rate' => '預設任務率',
'clear_cache' => '清除快取',
'sort_order' => '排序',
'task_status' => '地位',
'task_statuses' => '任務狀態',
'new_task_status' => '新任務狀態',
'edit_task_status' => '編輯任務狀態',
'created_task_status' => '建立成功任務狀態',
'archived_task_status' => '成功歸檔任務狀態',
'deleted_task_status' => '成功刪除任務狀態',
'removed_task_status' => '已成功刪除任務狀態',
'restored_task_status' => '成功恢復任務狀態',
'search_task_status' => '搜尋 1 任務狀態',
'search_task_statuses' => '搜尋:count任務狀態',
'show_tasks_table' => '顯示任務表',
'show_tasks_table_help' => '建立發票時始終顯示任務部分',
'invoice_task_timelog' => '發票任務時間日誌',
'invoice_task_timelog_help' => '將時間詳細資料新增至發票行項目',
'auto_start_tasks_help' => '儲存前啟動任務',
'configure_statuses' => '配置狀態',
'task_settings' => '任務設定',
'configure_categories' => '配置類別',
'edit_expense_category' => '編輯費用類別',
'removed_expense_category' => '已成功刪除費用類別',
'search_expense_category' => '搜尋 1 費用類別',
'search_expense_categories' => '搜尋:count費用類別',
'use_available_credits' => '使用可用積分',
'show_option' => '顯示選項',
'negative_payment_error' => '信用金額不能超過付款金額',
'should_be_invoiced_help' => '啟用費用發票',
'configure_gateways' => '設定網關',
'payment_partial' => '部分付款',
'is_running' => '在跑',
'invoice_currency_id' => '發票貨幣 ID',
'tax_name1' => '稅名 1',
'tax_name2' => '稅名2',
'transaction_id' => '交易ID',
'invoice_late' => '發票遲到',
'quote_expired' => '報價已過期',
'recurring_invoice_total' => '發票總計',
'actions' => '行動',
'expense_number' => '費用號碼',
'task_number' => '任務編號',
'project_number' => '項目編號',
'view_settings' => '查看設定',
'company_disabled_warning' => '警告:該公司尚未激活',
'late_invoice' => '逾期發票',
'expired_quote' => '過期報價',
'remind_invoice' => '提醒發票',
'client_phone' => '客戶電話',
'required_fields' => '必填字段',
'enabled_modules' => '啟用的模組',
'activity_60' => ':contact查看報價:quote',
'activity_61' => ':user更新客戶端:client',
'activity_62' => ':user更新供應商:vendor',
'activity_63' => ':user透過電子郵件將發票:invoice的第一次提醒發送至:contact',
'activity_64' => ':user透過電子郵件將發票:invoice的第二次提醒發送至:contact',
'activity_65' => ':user透過電子郵件將發票:invoice的第三次提醒發送至:contact',
'activity_66' => ':user透過電子郵件發送了發票:invoice的無盡提醒至:contact',
'expense_category_id' => '費用類別 ID',
'view_licenses' => '查看許可證',
'fullscreen_editor' => '全螢幕編輯器',
'sidebar_editor' => '側邊欄編輯器',
'please_type_to_confirm' => '請輸入「 :value 」確認',
'purge' => '清除',
'clone_to' => '克隆到',
'clone_to_other' => '克隆到其他',
'labels' => '標籤',
'add_custom' => '新增自訂',
'payment_tax' => '繳稅',
'white_label' => '白色標籤',
'sent_invoices_are_locked' => '發送的發票已鎖定',
'paid_invoices_are_locked' => '已付款發票已鎖定',
'source_code' => '原始碼',
'app_platforms' => '應用程式平台',
'archived_task_statuses' => '已成功存檔:value任務狀態',
'deleted_task_statuses' => '已成功刪除:value任務狀態',
'restored_task_statuses' => '成功恢復:value任務狀態',
'deleted_expense_categories' => '已成功刪除費用:value類別',
'restored_expense_categories' => '成功恢復費用:value類別',
'archived_recurring_invoices' => '已成功存檔定期:value發票',
'deleted_recurring_invoices' => '已成功刪除定期:value發票',
'restored_recurring_invoices' => '已成功恢復定期:value發票',
'archived_webhooks' => '已成功存檔:value webhooks',
'deleted_webhooks' => '已成功刪除:value webhooks',
'removed_webhooks' => '已成功刪除:value webhooks',
'restored_webhooks' => '已成功恢復:value webhooks',
'api_docs' => 'API文件',
'archived_tokens' => '已成功存檔:value令牌',
'deleted_tokens' => '已成功刪除:value令牌',
'restored_tokens' => '已成功恢復:value令牌',
'archived_payment_terms' => '已成功存檔:value付款條件',
'deleted_payment_terms' => '已成功刪除:value付款條件',
'restored_payment_terms' => '已成功恢復:value付款條件',
'archived_designs' => '成功存檔:value設計',
'deleted_designs' => '成功刪除:value設計',
'restored_designs' => '成功恢復:value設計',
'restored_credits' => '已成功恢復:value積分',
'archived_users' => '已成功歸檔:value用戶',
'deleted_users' => '已成功刪除:value用戶',
'removed_users' => '已成功刪除:value用戶',
'restored_users' => '成功恢復:value用戶',
'archived_tax_rates' => '成功存檔:value稅率',
'deleted_tax_rates' => '已成功刪除:value稅率',
'restored_tax_rates' => '成功恢復:value稅率',
'archived_company_gateways' => '已成功存檔:value網關',
'deleted_company_gateways' => '已成功刪除:value網關',
'restored_company_gateways' => '成功恢復:value網關',
'archived_groups' => '已成功存檔:value組',
'deleted_groups' => '已成功刪除:value組',
'restored_groups' => '成功恢復:value組',
'archived_documents' => '已成功歸檔:value文檔',
'deleted_documents' => '成功刪除:value文檔',
'restored_documents' => '成功恢復:value文檔',
'restored_vendors' => '成功恢復:value供應商',
'restored_expenses' => '成功恢復:value費用',
'restored_tasks' => '成功恢復:value任務',
'restored_projects' => '成功恢復:value項目',
'restored_products' => '成功恢復:value產品',
'restored_clients' => '成功恢復:value客戶端',
'restored_invoices' => '已成功恢復:value發票',
'restored_payments' => '已成功恢復:value付款',
'restored_quotes' => '成功恢復:value報價',
'update_app' => '更新應用程式',
'started_import' => '成功開始導入',
'duplicate_column_mapping' => '重複列映射',
'uses_inclusive_taxes' => '使用包容性稅收',
'is_amount_discount' => '是金額折扣',
'map_to' => '地圖至',
'first_row_as_column_names' => '使用第一行作為列名稱',
'no_file_selected' => '未選擇文件',
'import_type' => '進口類型',
'draft_mode' => '草稿模式',
'draft_mode_help' => '預覽更新速度較快,但準確性較差',
'show_product_discount' => '顯示產品折扣',
'show_product_discount_help' => '顯示訂單項目折扣字段',
'tax_name3' => '稅名 3',
'debug_mode_is_enabled' => '調試模式已啟用',
'debug_mode_is_enabled_help' => '警告:它適用於本機計算機,它可能會洩漏憑證。點擊了解更多。',
'running_tasks' => '運行任務',
'recent_tasks' => '最近的任務',
'recent_expenses' => '近期開支',
'upcoming_expenses' => '即將發生的費用',
'search_payment_term' => '搜尋 1 付款條件',
'search_payment_terms' => '搜尋:count付款條件',
'save_and_preview' => '儲存並預覽',
'save_and_email' => '儲存並透過電子郵件發送',
'converted_balance' => '換算餘額',
'is_sent' => '已發送',
'document_upload' => '文件上傳',
'document_upload_help' => '允許客戶上傳文檔',
'expense_total' => '費用總計',
'enter_taxes' => '輸入稅費',
'by_rate' => '按費率',
'by_amount' => '按金額',
'enter_amount' => '輸入金額',
'before_taxes' => '稅前',
'after_taxes' => '稅後',
'color' => '顏色',
'show' => '展示',
'empty_columns' => '空列',
'project_name' => '專案名',
'counter_pattern_error' => '要使用:client _counter請新增:client _number 或:client _id_number 以防止衝突',
'this_quarter' => '本季',
'to_update_run' => '更新運行',
'registration_url' => '註冊網址',
'show_product_cost' => '顯示產品成本',
'complete' => '完全的',
'next' => '下一個',
'next_step' => '下一步',
'notification_credit_sent_subject' => '信用:invoice已發送至:client',
'notification_credit_viewed_subject' => ':client查看了信用:invoice',
'notification_credit_sent' => '以下客戶:client已透過電子郵件發送至:amount的信用:invoice 。',
'notification_credit_viewed' => '以下客戶端:client查看了:amount的信用:credit 。',
'reset_password_text' => '輸入您的電子郵件以重設您的密碼。',
'password_reset' => '重新設密碼',
'account_login_text' => '歡迎!很高興見到你。',
'request_cancellation' => '取消請求',
'delete_payment_method' => '刪除付款方式',
'about_to_delete_payment_method' => '您即將刪除付款方式。',
'action_cant_be_reversed' => '行動無法逆轉',
'profile_updated_successfully' => '個人資料已成功更新。',
'currency_ethiopian_birr' => '衣索比亞比爾',
'client_information_text' => '使用可以接收郵件的永久地址。',
'status_id' => '發票狀態',
'email_already_register' => '此電子郵件已連結至一個帳戶',
'locations' => '地點',
'freq_indefinitely' => '無限期',
'cycles_remaining' => '剩餘週期',
'i_understand_delete' => '我明白了,刪除',
'download_files' => '下載文件',
'download_timeframe' => '使用此連結下載您的文件,該連結將在 1 小時後過期。',
'new_signup' => '新註冊',
'new_signup_text' => ':user - :email已建立一個新帳戶 - 來自 IP 位址: :ip',
'notification_payment_paid_subject' => '付款人為:client',
'notification_partial_payment_paid_subject' => '部分付款由:client支付',
'notification_payment_paid' => '客戶:client向:invoice支付了:amount',
'notification_partial_payment_paid' => '客戶:client向:invoice支付了部分:amount',
'notification_bot' => '通知機器人',
'invoice_number_placeholder' => '發票 # :invoice',
'entity_number_placeholder' => ':entity # :entity _number',
'email_link_not_working' => '如果上面的按鈕不適合您,請點擊連結',
'display_log' => '顯示日誌',
'send_fail_logs_to_our_server' => '即時報告錯誤',
'setup' => '設定',
'quick_overview_statistics' => '快速概覽和統計',
'update_your_personal_info' => '更新您的個人資訊',
'name_website_logo' => '名稱、網站和徽標',
'make_sure_use_full_link' => '確保使用指向您網站的完整鏈接',
'personal_address' => '個人地址',
'enter_your_personal_address' => '輸入您的個人地址',
'enter_your_shipping_address' => '輸入您的送貨地址',
'list_of_invoices' => '發票清單',
'with_selected' => '與選定的',
'invoice_still_unpaid' => '該發票仍未支付。點擊按鈕完成付款',
'list_of_recurring_invoices' => '經常性發票清單',
'details_of_recurring_invoice' => '以下是有關定期發票的一些詳細信息',
'cancellation' => '消除',
'about_cancellation' => '如果您想停止定期發票,請點選請求取消。',
'cancellation_warning' => '警告!您請求取消此服務。您的服務可能會被取消,恕不另行通知。',
'cancellation_pending' => '取消待定,我們會聯絡您!',
'list_of_payments' => '付款清單',
'payment_details' => '付款詳情',
'list_of_payment_invoices' => '受付款影響的發票列表',
'list_of_payment_methods' => '付款方式一覽',
'payment_method_details' => '付款方式詳情',
'permanently_remove_payment_method' => '永久刪除此付款方式。',
'warning_action_cannot_be_reversed' => '警告!此操作不可逆轉!',
'confirmation' => '確認',
'list_of_quotes' => '引號',
'waiting_for_approval' => '等待批准',
'quote_still_not_approved' => '此報價尚未獲得批准',
'list_of_credits' => '製作人員',
'required_extensions' => '所需的擴展',
'php_version' => 'PHP版本',
'writable_env_file' => '可寫.env 文件',
'env_not_writable' => '目前使用者無法寫入.env 檔案。',
'minumum_php_version' => '最低 PHP 版本',
'satisfy_requirements' => '確保滿足所有要求。',
'oops_issues' => '糟糕,有些事情看起來不太對勁!',
'open_in_new_tab' => '在新分頁中開啟',
'complete_your_payment' => '完成支付',
'authorize_for_future_use' => '授權付款方式以供將來使用',
'page' => '頁',
'per_page' => '每頁',
'of' => '的',
'view_credit' => '查看信用',
'to_view_entity_password' => '要查看:entity您需要輸入密碼。',
'showing_x_of' => '顯示:total結果中的:first到:last',
'no_results' => '未找到結果。',
'payment_failed_subject' => '客戶:client付款失敗',
'payment_failed_body' => '客戶端:client付款失敗訊息為:message',
'register' => '登記',
'register_label' => '在幾秒鐘內建立您的帳戶',
'password_confirmation' => '確認你的密碼',
'verification' => '確認',
'complete_your_bank_account_verification' => '在使用銀行帳戶之前,必須對其進行驗證。',
'checkout_com' => '結帳網',
'footer_label' => '版權所有 © :year :company 。',
'credit_card_invalid' => '提供的信用卡號碼無效。',
'month_invalid' => '提供的月份無效。',
'year_invalid' => '提供的年份無效。',
'https_required' => '需要 HTTPS表單將失敗',
'if_you_need_help' => '如果您需要協助,您可以發佈到我們的',
'update_password_on_confirm' => '更新密碼後,您的帳戶將被確認。',
'bank_account_not_linked' => '若要使用銀行帳戶付款,首先您必須將其新增為付款方式。',
'application_settings_label' => '讓我們儲存有關您的 Invoice Ninja 的基本資訊!',
'recommended_in_production' => '強烈建議在生產中使用',
'enable_only_for_development' => '僅為開發啟用',
'test_pdf' => '測試PDF',
'checkout_authorize_label' => '完成第一筆交易後Checkout.com 可以儲存為付款方式以供將來使用。不要忘記在付款過程中檢查「商店信用卡詳細資料」。',
'sofort_authorize_label' => '完成第一筆交易後,銀行帳戶 (SOFORT) 可以儲存為付款方式以供將來使用。不要忘記在付款過程中檢查“商店付款詳細資訊”。',
'node_status' => '節點狀態',
'npm_status' => '國家公共管理狀況',
'node_status_not_found' => '我在任何地方都找不到節點。安裝了嗎?',
'npm_status_not_found' => '我在任何地方都找不到 NPM。安裝了嗎',
'locked_invoice' => '此發票已被鎖定且無法修改',
'downloads' => '下載',
'resource' => '資源',
'document_details' => '有關文件的詳細信息',
'hash' => '哈希值',
'resources' => '資源',
'allowed_file_types' => '允許的文件類型:',
'common_codes' => '常用代碼及其意義',
'payment_error_code_20087' => '20087壞道資料無效的 CVV 和/或到期日期)',
'download_selected' => '下載選定的',
'to_pay_invoices' => '要支付發票,您必須',
'add_payment_method_first' => '新增付款方式',
'no_items_selected' => '沒有選擇任何項目。',
'payment_due' => '薪資稅',
'account_balance' => '帳戶餘額',
'thanks' => '謝謝',
'minimum_required_payment' => '最低付款要求為:amount',
'under_payments_disabled' => '本公司不支援少付款。',
'over_payments_disabled' => '本公司不支援超額付款。',
'saved_at' => '保存於:time',
'credit_payment' => '貸記應用於發票:invoice _number',
'credit_subject' => '來自:account的新信用:number',
'credit_message' => '要查看:amount的積分請點擊下面的連結。',
'payment_type_Crypto' => '加密貨幣',
'payment_type_Credit' => '信用',
'store_for_future_use' => '儲備',
'pay_with_credit' => '信用支付',
'payment_method_saving_failed' => '付款方式無法保存以供將來使用。',
'pay_with' => '使用。。。支付',
'n/a' => '不適用',
'by_clicking_next_you_accept_terms' => '按一下「下一步」即表示您接受條款。',
'not_specified' => '未指定',
'before_proceeding_with_payment_warning' => '在繼續付款之前,您必須填寫以下字段',
'after_completing_go_back_to_previous_page' => '完成後,返回上一頁。',
'pay' => '支付',
'instructions' => '指示',
'notification_invoice_reminder1_sent_subject' => '發票:invoice的提醒 1 已寄至:client',
'notification_invoice_reminder2_sent_subject' => '發票:invoice的提醒 2 已寄至:client',
'notification_invoice_reminder3_sent_subject' => '發票:invoice的提醒 3 已寄至:client',
'notification_invoice_custom_sent_subject' => '發票:invoice的自訂提醒已發送至:client',
'notification_invoice_reminder_endless_sent_subject' => '發票:invoice的無盡提醒已發送至:client',
'assigned_user' => '指定用戶',
'setup_steps_notice' => '要繼續下一步,請確保測試每個部分。',
'setup_phantomjs_note' => '關於 Phantom JS 的注意事項。閱讀更多。',
'minimum_payment' => '最低付費',
'no_action_provided' => '沒有提供任何操作。如果您認為這是錯誤的,請聯絡支援人員。',
'no_payable_invoices_selected' => '未選擇應付發票。確保您沒有嘗試支付草稿發票或應付餘額為零的發票。',
'required_payment_information' => '所需的付款詳細信息',
'required_payment_information_more' => '為了完成付款,我們需要有關您的更多詳細資訊。',
'required_client_info_save_label' => '我們將保存此信息,以便您下次不必輸入。',
'notification_credit_bounced' => '我們無法將信用:invoice交付給:contact 。 \n :error',
'notification_credit_bounced_subject' => '無法提供信用:invoice',
'save_payment_method_details' => '儲存付款方式詳細信息',
'new_card' => '新卡',
'new_bank_account' => '新銀行帳戶',
'company_limit_reached' => '每個帳戶最多可容納:limit家公司。',
'credits_applied_validation' => '申請的總積分不能多於發票總數',
'credit_number_taken' => '信用號已被佔用',
'credit_not_found' => '未找到信用證',
'invoices_dont_match_client' => '所選發票並非來自單一客戶',
'duplicate_credits_submitted' => '提交重複的學分。',
'duplicate_invoices_submitted' => '提交了重複的發票。',
'credit_with_no_invoice' => '使用信用付款時,您必須有發票',
'client_id_required' => '客戶 ID 為必填項',
'expense_number_taken' => '費用號碼已被佔用',
'invoice_number_taken' => '發票號碼已取',
'payment_id_required' => '需要付款“id”。',
'unable_to_retrieve_payment' => '無法檢索指定的付款',
'invoice_not_related_to_payment' => '發票 ID :invoice與此付款無關',
'credit_not_related_to_payment' => '信用 ID :credit與此付款無關',
'max_refundable_invoice' => '嘗試退款超過發票 ID :invoice允許的金額最大可退款金額為:amount',
'refund_without_invoices' => '如果嘗試退還附有發票的付款,請指定要退款的有效發票。',
'refund_without_credits' => '嘗試退還帶有積分的付款,請指定要退款的有效積分。',
'max_refundable_credit' => '嘗試退款超過允許的信用額:credit ,最大可退款金額為:amount',
'project_client_do_not_match' => '專案客戶與實體客戶不匹配',
'quote_number_taken' => '報價單號碼已被佔用',
'recurring_invoice_number_taken' => '經常性發票編號:number已使用',
'user_not_associated_with_account' => '使用者未與此帳戶關聯',
'amounts_do_not_balance' => '金額未正確平衡。',
'insufficient_applied_amount_remaining' => '剩餘申請金額不足以支付付款。',
'insufficient_credit_balance' => '信用餘額不足。',
'one_or_more_invoices_paid' => '其中一張或多張發票已支付',
'invoice_cannot_be_refunded' => '發票 ID :number無法退款',
'attempted_refund_failed' => '嘗試退款:amount僅:refundable_amount可退款',
'user_not_associated_with_this_account' => '該用戶無法加入該公司。也許他們已經在另一個帳戶上註冊了用戶?',
'migration_completed' => '遷移完成',
'migration_completed_description' => '您的遷移已完成,請登入後查看您的資料。',
'api_404' => '404 | 404這沒東西看',
'large_account_update_parameter' => '如果沒有 update_at 參數,則無法載入大型帳戶',
'no_backup_exists' => '此活動不存在備份',
'company_user_not_found' => '未找到公司用戶記錄',
'no_credits_found' => '沒有找到學分。',
'action_unavailable' => '請求的操作:action不可用。',
'no_documents_found' => '沒有找到文件',
'no_group_settings_found' => '未找到組設定',
'access_denied' => '沒有足夠的權限來存取/修改此資源',
'invoice_cannot_be_marked_paid' => '發票不能標記為已付款',
'invoice_license_or_environment' => '許可證無效或環境無效:environment',
'route_not_available' => '路線不可用',
'invalid_design_object' => '無效的自訂設計對象',
'quote_not_found' => '未找到報價',
'quote_unapprovable' => '無法批准此報價,因為它已過期。',
'scheduler_has_run' => '調度程序已運行',
'scheduler_has_never_run' => '調度程序從未運行過',
'self_update_not_available' => '自我更新在此系統上不可用。',
'user_detached' => '用戶脫離公司',
'create_webhook_failure' => '建立 Webhook 失敗',
'payment_message_extended' => '感謝您為:amount支付:invoice',
'online_payments_minimum_note' => '注意:僅當金額大於 1 美元或等值貨幣時才支援線上付款。',
'payment_token_not_found' => '未找到支付令牌,請重試。如果問題仍然存在,請嘗試使用其他付款方式',
'vendor_address1' => '供應商街',
'vendor_address2' => '供應商 公寓/套房',
'partially_unapplied' => '部分未應用',
'select_a_gmail_user' => '請選擇透過 Gmail 驗證的用戶',
'list_long_press' => '列表長按',
'show_actions' => '顯示動作',
'start_multiselect' => '開始多選',
'email_sent_to_confirm_email' => '已發送一封電子郵件以確認電子郵件地址',
'converted_paid_to_date' => '轉換為付費日期',
'converted_credit_balance' => '轉換後的貸方餘額',
'converted_total' => '換算總計',
'reply_to_name' => '回覆名稱',
'payment_status_-2' => '部分未應用',
'color_theme' => '顏色主題',
'start_migration' => '開始遷移',
'recurring_cancellation_request' => ':contact請求取消定期發票',
'recurring_cancellation_request_body' => '客戶:contact請求取消經常:client發票:invoice',
'hello' => '你好',
'group_documents' => '集團文件',
'quote_approval_confirmation_label' => '您確定要批准此報價嗎?',
'migration_select_company_label' => '選擇要遷移的公司',
'force_migration' => '強制遷移',
'require_password_with_social_login' => '社群登入需要密碼',
'stay_logged_in' => '保持登入狀態',
'session_about_to_expire' => '警告:您的會話即將過期',
'count_hours' => ':count小時',
'count_day' => '1天',
'count_days' => ':count天',
'web_session_timeout' => '網路會話逾時',
'security_settings' => '安全設定',
'resend_email' => '重發電子郵件',
'confirm_your_email_address' => '請確認您的電子郵件地址',
'freshbooks' => '新書',
'invoice2go' => '發票2go',
'invoicely' => '開立發票',
'waveaccounting' => '波浪會計',
'zoho' => '佐霍',
'accounting' => '會計',
'required_files_missing' => '請提供所有 CSV。',
'migration_auth_label' => '讓我們繼續進行身份驗證。',
'api_secret' => 'API機密',
'migration_api_secret_notice' => '您可以在 .env 檔案或 Invoice Ninja v5 中找到 API_SECRET。如果缺少屬性請將欄位留空。',
'billing_coupon_notice' => '您的折扣將在結帳時套用。',
'use_last_email' => '使用最後的電子郵件',
'activate_company' => '啟動公司',
'activate_company_help' => '啟用電子郵件、定期發票和通知',
'an_error_occurred_try_again' => '發生錯誤,請重試',
'please_first_set_a_password' => '請先設定密碼',
'changing_phone_disables_two_factor' => '警告:更改您的電話號碼將停用 2FA',
'help_translate' => '幫助翻譯',
'please_select_a_country' => '請選擇一個國家',
'disabled_two_factor' => '已成功停用 2FA',
'connected_google' => '帳號關聯成功',
'disconnected_google' => '帳號註銷成功',
'delivered' => '發表',
'spam' => '垃圾郵件',
'view_docs' => '查看文件',
'enter_phone_to_enable_two_factor' => '請提供手機號碼以啟用兩步驟驗證',
'send_sms' => '發簡訊',
'sms_code' => '簡訊代碼',
'connect_google' => '連接谷歌',
'disconnect_google' => '斷開與Google的連接',
'disable_two_factor' => '禁用二因素',
'invoice_task_datelog' => '發票任務日期日誌',
'invoice_task_datelog_help' => '將日期詳細資料新增至發票行項目',
'promo_code' => '促銷代碼',
'recurring_invoice_issued_to' => '定期發票開立至',
'subscription' => '訂閱',
'new_subscription' => '新訂閱',
'deleted_subscription' => '已成功刪除訂閱',
'removed_subscription' => '已成功刪除訂閱',
'restored_subscription' => '已成功恢復訂閱',
'search_subscription' => '搜尋 1 訂閱',
'search_subscriptions' => '搜尋:count訂閱',
'subdomain_is_not_available' => '子網域不可用',
'connect_gmail' => '連接 Gmail',
'disconnect_gmail' => '斷開 Gmail 連接',
'connected_gmail' => '已成功連接 Gmail',
'disconnected_gmail' => '已成功斷開 Gmail 連接',
'update_fail_help' => '對程式碼庫的變更可能會阻止更新,您可以執行以下命令來放棄變更:',
'client_id_number' => '客戶 ID 號碼',
'count_minutes' => ':count分鐘',
'password_timeout' => '密碼超時',
'shared_invoice_credit_counter' => '共享發票/信用櫃檯',
'activity_80' => ':user建立訂閱:subscription',
'activity_81' => ':user更新訂閱:subscription',
'activity_82' => ':user存檔訂閱:subscription',
'activity_83' => ':user已刪除訂閱:subscription',
'activity_84' => ':user恢復訂閱:subscription',
'amount_greater_than_balance_v5' => '金額大於發票餘額。您不能多付發票費用。',
'click_to_continue' => '點擊繼續',
'notification_invoice_created_body' => '以下發票:invoice是為:amount的客戶:client創建的。',
'notification_invoice_created_subject' => '發票:invoice是為:client創建的',
'notification_quote_created_body' => '以下引用:invoice是為:amount的客戶端:client創建的。',
'notification_quote_created_subject' => '報價:invoice是為:client創建的',
'notification_credit_created_body' => '以下信用:invoice是為:amount的客戶端:client創建的。',
'notification_credit_created_subject' => '為:client創建了信用:invoice',
'max_companies' => '最大的公司遷移',
'max_companies_desc' => '您已達到公司數量上限。刪除現有公司以遷移新公司。',
'migration_already_completed' => '公司已遷移',
'migration_already_completed_desc' => '看起來您已經將<b>:company _name</b>遷移到 Invoice Ninja 的 V5 版本了。如果您想重新開始,可以強制遷移以擦除現有資料。',
'payment_method_cannot_be_authorized_first' => '完成第一筆交易後,可以儲存此付款方式以供將來使用。不要忘記在付款過程中檢查“商店詳細資料”。',
'new_account' => '新帳戶',
'activity_100' => ':user創建了定期發票:recurring_invoice',
'activity_101' => ':user更新的經常性發票:recurring_invoice',
'activity_102' => ':user存檔的經常性發票:recurring_invoice',
'activity_103' => ':user刪除定期發票:recurring_invoice',
'activity_104' => ':user恢復定期發票:recurring_invoice',
'new_login_detected' => '偵測到您的帳戶有新的登入資訊。',
'new_login_description' => '您最近從新位置或裝置登入了您的 Invoice Ninja 帳戶:<br><br> <b>IP:</b> :ip<br><b>時間:</b> :time<br><b>電子郵件:</b> :email',
'contact_details' => '聯絡方式',
'download_backup_subject' => '您公司的備份已可供下載',
'account_passwordless_login' => '帳號無密碼登入',
'user_duplicate_error' => '無法將同一用戶新增至同一家公司',
'user_cross_linked_error' => '用戶存在但不能交叉連結到多個帳戶',
'ach_verification_notification_label' => 'ACH驗證',
'ach_verification_notification' => '連接銀行帳戶需要驗證。為此,支付網關將自動發送兩筆小額存款。這些存款需要 1-2 個工作天才能顯示在客戶的線上對帳單上。',
'login_link_requested_label' => '請求登入連結',
'login_link_requested' => '有一個使用連結登入的請求。如果您沒有請求此操作,則可以安全地忽略它。',
'invoices_backup_subject' => '您的發票已可供下載',
'migration_failed_label' => '遷移失敗',
'migration_failed' => '以下公司的遷移似乎出了問題:',
'client_email_company_contact_label' => '如果您有任何疑問,請聯絡我們,我們隨時為您提供協助!',
'quote_was_approved_label' => '報價已獲批准',
'quote_was_approved' => '我們謹通知您報價已獲得批准。',
'company_import_failure_subject' => '導入:company時發生錯誤',
'company_import_failure_body' => '匯入公司資料時出錯,錯誤訊息為:',
'recurring_invoice_due_date' => '到期日',
'amount_cents' => '金額以便士、便士或美分為單位。即 0.10 美元請輸入 10',
'default_payment_method_label' => '預設付款方式',
'default_payment_method' => '使其成為您的首選付款方式。',
'already_default_payment_method' => '這是您首選的付款方式。',
'auto_bill_disabled' => '自動帳單已停用',
'select_payment_method' => '選擇付款方式:',
'login_without_password' => '無需密碼登入',
2022-01-03 02:51:00 +01:00
'email_sent' => '當發票<b>寄出</b>後,以電子郵件通知我',
2023-11-05 08:03:31 +01:00
'one_time_purchases' => '一次性購買',
'recurring_purchases' => '經常性購買',
'you_might_be_interested_in_following' => '您可能對以下內容感興趣',
'quotes_with_status_sent_can_be_approved' => '只有狀態為「已發送」的報價才能獲得批准。',
'no_quotes_available_for_download' => '沒有可供下載的報價。',
'copyright' => '版權',
'user_created_user' => ':user在:time創建了:created_user',
'company_deleted' => '公司已刪除',
'company_deleted_body' => '公司 [ :company ] 已被:user刪除',
'back_to' => '返回:url',
'stripe_connect_migration_title' => '連結您的 Stripe 帳戶',
'stripe_connect_migration_desc' => 'Invoice Ninja v5 使用 Stripe Connect 將您的 Stripe 帳戶連結到 Invoice Ninja。這為您的帳戶提供了額外的安全保障。現在您的資料已遷移您需要授權 Stripe 在 v5 中接受付款。<br><br>為此,請導覽至設定 &gt; 線上付款 &gt; 設定網關。按一下 Stripe Connect然後在「設定」下按一下「設定網關」。這將帶您到 Stripe 授權 Invoice Ninja返回後您的帳戶將成功連結',
'email_quota_exceeded_subject' => '帳戶電子郵件配額超出。',
'email_quota_exceeded_body' => '在 24 小時內,您已發送了:quota封電子郵件。<br>我們已暫停您的出站電子郵件。<br><br>您的電子郵件配額將於 23:00 UTC 重設。',
'auto_bill_option' => '選擇啟用或不啟用此發票自動收費。',
'lang_Arabic' => '阿拉伯',
'lang_Persian' => '波斯語',
'lang_Latvian' => '拉脫維亞語',
'expiry_date' => '到期日',
'cardholder_name' => '持卡人姓名',
'recurring_quote_number_taken' => '重複報價編號:number已被佔用',
'account_type' => '帳戶類型',
'locality' => '地點',
'checking' => '檢查',
'savings' => '儲蓄',
'unable_to_verify_payment_method' => '無法驗證付款方式。',
'generic_gateway_error' => '網關配置錯誤。請檢查您的憑證。',
'my_documents' => '我的文件',
'payment_method_cannot_be_preauthorized' => '此付款方式無法預先授權。',
'kbc_cbc' => '韓國廣播公司/加拿大廣播公司',
'bancontact' => '聯繫銀行',
'sepa_mandat' => '透過提供您的 IBAN 並確認此付款,即表示您授權:company和我們的支付服務提供者 Stripe 向您的銀行發送扣款指令,並由您的銀行根據這些指令從您的帳戶中扣款。根據您與銀行簽訂的協議的條款和條件,您有權從銀行獲得退款。退款必須在您的帳戶被扣款之日起 8 週內申請。',
'ideal' => '理想的',
'bank_account_holder' => '銀行帳戶持有人',
'aio_checkout' => '一站式結帳',
'przelewy24' => '普澤萊維24',
'przelewy24_accept' => '我聲明我已熟悉 Przelewy24 服務的規定和資訊義務。',
'giropay' => '匯路支付',
'giropay_law' => '輸入您的客戶資訊(例如姓名、分類代碼和帳號),即表示您(客戶)同意自願提供此資訊。',
'klarna' => '克拉納',
'eps' => '每股盈餘',
'becs' => 'BECS 直接扣記',
'bacs' => 'BACS 直接借記',
'payment_type_BACS' => 'BACS 直接借記',
'missing_payment_method' => '請先新增付款方式,然後再嘗試付款。',
'becs_mandate' => '提供您的銀行帳戶詳細信息,即表示您同意本<a class="underline" href="https://stripe.com/au-becs-dd-service-agreement/legal">直接借記請求和直接借記請求服務協議</a>,並授權 Stripe Payments Australia Pty Ltd ACN 160 180 343 直接借記用戶 ID 號 507156「Stripe」透過代表:company (「商家」)的大量電子清算系統 (BECS) 處理商家單獨向您傳達的任何金額。您證明您是上述帳戶的帳戶持有人或授權簽署人。',
'you_need_to_accept_the_terms_before_proceeding' => '您需要先接受條款才能繼續。',
'direct_debit' => '直接借記',
'clone_to_expense' => '克隆到費用',
'checkout' => '查看',
2023-12-07 09:32:08 +01:00
'acss' => 'ACSS Debit',
2023-11-05 08:03:31 +01:00
'invalid_amount' => '金額無效。僅限數字/小數值。',
'client_payment_failure_body' => '發票:invoice金額:amount的付款失敗。',
'browser_pay' => 'Google支付、蘋果支付、微軟支付',
'no_available_methods' => '我們在您的裝置上找不到任何信用卡。 <a href="https://invoiceninja.github.io/docs/payments#apple-pay-google-pay-microsoft-pay" target="_blank" class="underline">閱讀更多相關內容。</a>',
'gocardless_mandate_not_ready' => '付款授權尚未準備好。請稍後再試。',
'payment_type_instant_bank_pay' => '即時銀行支付',
'payment_type_iDEAL' => '理想的',
'payment_type_Przelewy24' => '普澤萊維24',
'payment_type_Mollie Bank Transfer' => '莫莉銀行轉賬',
'payment_type_KBC/CBC' => '韓國廣播公司/加拿大廣播公司',
'payment_type_Instant Bank Pay' => '即時銀行支付',
'payment_type_Hosted Page' => '託管頁面',
'payment_type_GiroPay' => '匯路支付',
'payment_type_EPS' => '每股盈餘',
'payment_type_Direct Debit' => '直接借記',
'payment_type_Bancontact' => '聯繫銀行',
2022-01-03 02:51:00 +01:00
'payment_type_BECS' => 'BECS',
'payment_type_ACSS' => 'ACSS',
2023-11-05 08:03:31 +01:00
'gross_line_total' => '總行總計',
'lang_Slovak' => '斯洛伐克語',
'normal' => '普通的',
'large' => '大的',
'extra_large' => '特大號',
'show_pdf_preview' => '顯示 PDF 預覽',
'show_pdf_preview_help' => '編輯發票時顯示 PDF 預覽',
'print_pdf' => '列印 PDF',
'remind_me' => '提醒我',
'instant_bank_pay' => '即時銀行支付',
'click_selected' => '按一下選定',
'hide_preview' => '隱藏預覽',
'edit_record' => '編輯記錄',
'credit_is_more_than_invoice' => '信用金額不能超過發票金額',
'please_set_a_password' => '請設定帳戶密碼',
'recommend_desktop' => '我們建議使用桌面應用程式以獲得最佳效能',
'recommend_mobile' => '我們建議使用行動應用程式以獲得最佳效能',
'disconnected_gateway' => '成功斷開網關',
'disconnect' => '斷開',
'add_to_invoices' => '新增到發票',
'bulk_download' => '下載',
'persist_data_help' => '在本地保存資料以使應用程式能夠更快地啟動,禁用可能會提高大型帳戶的效能',
'persist_ui' => '保留使用者介面',
'persist_ui_help' => '在本機上保存 UI 狀態以使應用程式能夠在上次位置啟動,停用可能會提高效能',
'client_postal_code' => '客戶郵遞區號',
'client_vat_number' => '客戶增值稅號',
'has_tasks' => '有任務',
'registration' => '登記',
'unauthorized_stripe_warning' => '請授權 Stripe 接受線上付款。',
'update_all_records' => '更新所有記錄',
'set_default_company' => '設定預設公司',
'updated_company' => '公司更新成功',
'kbc' => '韓國廣播公司',
'why_are_you_leaving' => '告訴我們原因,幫助我們改進(可選)',
'webhook_success' => 'Webhook 成功',
'error_cross_client_tasks' => '任務必須全部屬於同一個客戶端',
'error_cross_client_expenses' => '費用必須全部屬於同一客戶',
'app' => '應用程式',
'for_best_performance' => '為了獲得最佳性能,請下載:app應用程式',
'bulk_email_invoice' => '電子郵件發票',
'bulk_email_quote' => '電子郵件報價',
'bulk_email_credit' => '電子郵件信用',
'removed_recurring_expense' => '成功消除經常性費用',
'search_recurring_expense' => '搜尋經常性費用',
'search_recurring_expenses' => '搜尋經常性費用',
'last_sent_date' => '最後發送日期',
'include_drafts' => '包括草稿',
'include_drafts_help' => '在報告中包含草稿記錄',
'is_invoiced' => '已開立發票',
'change_plan' => '管理計劃',
'persist_data' => '保留資料',
'customer_count' => '顧客數量',
'verify_customers' => '驗證客戶',
'google_analytics_tracking_id' => 'Google分析追蹤ID',
'decimal_comma' => '十進制逗號',
'use_comma_as_decimal_place' => '在表格中使用逗號作為小數位',
'select_method' => '選擇方法',
'select_platform' => '選擇平台',
'use_web_app_to_connect_gmail' => '請使用網頁應用程式連接到 Gmail',
'expense_tax_help' => '商品稅率已禁用',
'enable_markdown' => '啟用降價',
'enable_markdown_help' => '將 PDF 上的 Markdown 轉換為 HTML',
'add_second_contact' => '增加第二個聯絡人',
'previous_page' => '上一頁',
'next_page' => '下一頁',
'export_colors' => '匯出顏色',
'import_colors' => '導入顏色',
'clear_all' => '全部清除',
'contrast' => '對比',
'custom_colors' => '客製化顏色',
'colors' => '顏色',
'sidebar_active_background_color' => '側邊欄活動背景顏色',
'sidebar_active_font_color' => '側邊欄活動字體顏色',
'sidebar_inactive_background_color' => '側邊欄非活動背景顏色',
'sidebar_inactive_font_color' => '側邊欄非活動字體顏色',
'table_alternate_row_background_color' => '表備用行背景顏色',
'invoice_header_background_color' => '發票標題背景顏色',
'invoice_header_font_color' => '發票標題字體顏色',
'review_app' => '評論應用程式',
'check_status' => '檢查狀態',
'free_trial' => '免費試用',
'free_trial_help' => '所有帳戶都會收到為期兩週的專業計畫試用期,試用結束後,您的帳戶將自動變更為免費方案。',
'free_trial_ends_in_days' => 'Pro 計畫試用期將於:count天後結束點選升級。',
'free_trial_ends_today' => '今天是Pro計畫試用的最後一天點選升級。',
'change_email' => '更改電子郵件',
'client_portal_domain_hint' => '可以選擇配置單獨的客戶端入口網站網域',
'tasks_shown_in_portal' => '門戶中顯示的任務',
'uninvoiced' => '未開發票',
'subdomain_guide' => '子網域在客戶端入口網站中用於個性化連結以匹配您的品牌。即https://your-brand.invoicing.co',
'send_time' => '發送時間',
'import_settings' => '導入設定',
'json_file_missing' => '請提供 JSON 文件',
'json_option_missing' => '請選擇匯入設定和/或數據',
2022-07-07 03:20:43 +02:00
'json' => 'JSON',
2023-11-05 08:03:31 +01:00
'no_payment_types_enabled' => '未啟用付款類型',
'wait_for_data' => '請等待資料載入完成',
'net_total' => '淨總值',
'has_taxes' => '有稅',
'import_customers' => '進口客戶',
'imported_customers' => '成功開始導入客戶',
'login_success' => '登入成功',
'login_failure' => '登入失敗',
'exported_data' => '文件準備好後,您將收到一封包含下載連結的電子郵件',
'include_deleted_clients' => '包括已刪除的客戶',
'include_deleted_clients_help' => '載入屬於已刪除客戶端的記錄',
'step_1_sign_in' => '第 1 步:登入',
'step_2_authorize' => '第 2 步:授權',
'account_id' => '帳戶ID',
'migration_not_yet_completed' => '遷移尚未完成',
'show_task_end_date' => '顯示任務結束日期',
'show_task_end_date_help' => '啟用指定任務結束日期',
'gateway_setup' => '網關設定',
'preview_sidebar' => '預覽側邊欄',
'years_data_shown' => '顯示的年份數據',
'ended_all_sessions' => '成功結束所有會話',
'end_all_sessions' => '結束所有會話',
'count_session' => '1 節課',
'count_sessions' => ':count會話',
'invoice_created' => '發票已建立',
'quote_created' => '報價已創建',
'credit_created' => '創造信用',
'enterprise' => '企業',
'invoice_item' => '發票項目',
'quote_item' => '報價項目',
'order' => '命令',
'search_kanban' => '搜尋看板',
'search_kanbans' => '搜尋看板',
'move_top' => '移至頂部',
'move_up' => '提升',
'move_down' => '下移',
'move_bottom' => '移動底部',
'body_variable_missing' => '錯誤:自訂電子郵件必須包含:body變量',
'add_body_variable_message' => '確保包含:body變量',
'view_date_formats' => '查看日期格式',
'is_viewed' => '已瀏覽',
'letter' => '信',
'legal' => '合法的',
'page_layout' => '頁面佈局',
'portrait' => '肖像',
'landscape' => '景觀',
'owner_upgrade_to_paid_plan' => '帳戶所有者可以升級到付費計劃以啟用高級高級設置',
'upgrade_to_paid_plan' => '升級到付費計劃以啟用高級設置',
'invoice_payment_terms' => '發票付款條款',
'quote_valid_until' => '報價有效期限至',
'no_headers' => '無標題',
'add_header' => '新增標題',
'remove_header' => '刪除標題',
'return_url' => '返回網址',
'rest_method' => '休息法',
'header_key' => '標題鍵',
'header_value' => '標頭值',
'recurring_products' => '重複產品',
'promo_discount' => '促銷折扣',
'allow_cancellation' => '允許取消',
'per_seat_enabled' => '每個席位已啟用',
'max_seats_limit' => '最大座位數限制',
'trial_enabled' => '試用已啟用',
'trial_duration' => '試用時間',
'allow_query_overrides' => '允許查詢覆蓋',
'allow_plan_changes' => '允許計劃變更',
'plan_map' => '平面圖',
'refund_period' => '退款期限',
'webhook_configuration' => 'Webhook 配置',
'purchase_page' => '購買頁面',
'email_bounced' => '電子郵件被退回',
'email_spam_complaint' => '垃圾郵件投訴',
'email_delivery' => '電子郵件傳送',
'webhook_response' => 'Webhook 回應',
'pdf_response' => 'PDF 回覆',
'authentication_failure' => '驗證失敗',
'pdf_failed' => 'PDF 失敗',
'pdf_success' => 'PDF 成功',
'modified' => '修改的',
'html_mode' => 'HTML模式',
'html_mode_help' => '預覽更新速度較快,但準確性較差',
'status_color_theme' => '狀態顏色主題',
'load_color_theme' => '載入顏色主題',
'lang_Estonian' => '愛沙尼亞語',
'marked_credit_as_paid' => '已成功將信用標記為已付款',
'marked_credits_as_paid' => '已成功將積分標記為已付款',
'wait_for_loading' => '資料載入 - 請等待完成',
'wait_for_saving' => '資料保存 - 請等待完成',
'html_preview_warning' => '注意:此處所做的更改只能預覽,必須在上面的選項卡中應用才能保存',
'remaining' => '其餘的',
'invoice_paid' => '發票已付',
'activity_120' => ':user創建經常性費用:recurring_expense',
'activity_121' => ':user更新經常性費用:recurring_expense',
'activity_122' => ':user存檔的經常性費用:recurring_expense',
'activity_123' => ':user刪除經常性費用:recurring_expense',
'activity_124' => ':user恢復經常性費用:recurring_expense',
2022-07-07 03:20:43 +02:00
'fpx' => "FPX",
2023-11-05 08:03:31 +01:00
'to_view_entity_set_password' => '要查看:entity您需要設定密碼。',
'unsubscribe' => '退訂',
'unsubscribed' => '取消訂閱',
'unsubscribed_text' => '您已從該文件的通知中刪除',
'client_shipping_state' => '客戶運輸狀態',
'client_shipping_city' => '客戶出貨城市',
'client_shipping_postal_code' => '客戶出貨郵遞區號',
'client_shipping_country' => '客戶出貨國家/地區',
'load_pdf' => '載入 PDF',
'start_free_trial' => '開啟免費體驗',
'start_free_trial_message' => '開始 14 天免費試用專業計劃',
'due_on_receipt' => '收據到期',
'is_paid' => '已經付款了',
'age_group_paid' => '有薪資的',
'id' => 'ID',
'convert_to' => '轉換成',
'client_currency' => '客戶貨幣',
'company_currency' => '公司貨幣',
'custom_emails_disabled_help' => '為了防止垃圾郵件,我們需要升級到付費帳戶來自訂電子郵件',
'upgrade_to_add_company' => '升級您的計劃以添加公司',
'file_saved_in_downloads_folder' => '該文件已保存在下載資料夾中',
'small' => '小的',
'quotes_backup_subject' => '您的報價可供下載',
'credits_backup_subject' => '您的積分已準備好下載',
'document_download_subject' => '您的文件已可供下載',
'reminder_message' => ':balance的發票:number提醒',
'gmail_credentials_invalid_subject' => '使用 GMail 傳送無效憑證',
'gmail_credentials_invalid_body' => '您的 GMail 憑證不正確,請登入管理員入口網站並導航至“設定”&gt;“使用者詳細資料”,然後中斷並重新連接您的 GMail 帳戶。我們將每天向您發送此通知,直到此問題解決',
'total_columns' => '總字段數',
'view_task' => '查看任務',
'cancel_invoice' => '取消',
'changed_status' => '已成功更改任務狀態',
'change_status' => '更改狀態',
'enable_touch_events' => '啟用觸控事件',
'enable_touch_events_help' => '支援拖曳事件滾動',
'after_saving' => '儲存後',
'view_record' => '查看記錄',
'enable_email_markdown' => '啟用電子郵件 Markdown',
'enable_email_markdown_help' => '使用視覺化 Markdown 編輯器處理電子郵件',
'enable_pdf_markdown' => '啟用 PDF Markdown',
'json_help' => '注意:不支援 v4 應用程式產生的 JSON 文件',
'release_notes' => '發行說明',
'upgrade_to_view_reports' => '升級您的計劃以查看報告',
'started_tasks' => '成功啟動:value任務',
'stopped_tasks' => '成功停止:value任務',
'approved_quote' => '報價已成功批准',
'approved_quotes' => '已成功:value核准報價',
'client_website' => '客戶網站',
'invalid_time' => '無效時間',
'signed_in_as' => '登入身份',
'total_results' => '總結果',
'restore_company_gateway' => '恢復網關',
'archive_company_gateway' => '存檔網關',
'delete_company_gateway' => '刪除網關',
'exchange_currency' => '貨幣兌換',
'tax_amount1' => '稅額1',
'tax_amount2' => '稅額2',
'tax_amount3' => '稅額3',
'update_project' => '更新項目',
'auto_archive_invoice_cancelled' => '自動存檔已取消的發票',
'auto_archive_invoice_cancelled_help' => '取消時自動存檔發票',
'no_invoices_found' => '沒有找到發票',
'created_record' => '記錄創建成功',
'auto_archive_paid_invoices' => '自動存檔付費',
'auto_archive_paid_invoices_help' => '付款後自動存檔發票。',
'auto_archive_cancelled_invoices' => '自動存檔已取消',
'auto_archive_cancelled_invoices_help' => '取消時自動存檔發票。',
'alternate_pdf_viewer' => '備用 PDF 檢視器',
'alternate_pdf_viewer_help' => '改進 PDF 預覽的滾動功能 [BETA]',
'currency_cayman_island_dollar' => '開曼群島元',
'download_report_description' => '請參閱附件來檢查您的報告。',
'left' => '左邊',
'right' => '正確的',
'center' => '中心',
'page_numbering' => '頁碼',
'page_numbering_alignment' => '頁碼對齊',
'invoice_sent_notification_label' => '發票已發送',
'show_product_description' => '顯示產品說明',
'show_product_description_help' => '在產品下拉清單中包含描述',
'invoice_items' => '發票項目',
'quote_items' => '報價項目',
'profitloss' => '收益與損失',
'import_format' => '導入格式',
'export_format' => '導出格式',
'export_type' => '出口類型',
'stop_on_unpaid' => '停止未付款',
'stop_on_unpaid_help' => '如果最後一張發票未付款,請停止建立定期發票。',
'use_quote_terms' => '使用報價條款',
'use_quote_terms_help' => '將報價單轉換為發票時',
'add_country' => '新增國家/地區',
'enable_tooltips' => '啟用工具提示',
'enable_tooltips_help' => '滑鼠懸停時顯示工具提示',
'multiple_client_error' => '錯誤:記錄屬於多個客戶',
'login_label' => '登入現有帳戶',
'purchase_order' => '採購訂單',
'purchase_order_number' => '訂購單號',
'purchase_order_number_short' => '採購訂單 ',
'inventory_notification_subject' => '產品庫存閾值通知: :product',
'inventory_notification_body' => '產品已達到:amount的門檻 :product',
'activity_130' => ':user建立採購訂單:purchase_order',
'activity_131' => ':user更新的採購訂單:purchase_order',
'activity_132' => ':user已歸檔採購訂單:purchase_order',
'activity_133' => ':user已刪除採購訂單:purchase_order',
'activity_134' => ':user恢復採購訂單:purchase_order',
'activity_135' => ':user透過電子郵件發送採購訂單:purchase_order',
'activity_136' => ':contact查看採購訂單:purchase_order',
'purchase_order_subject' => '來自:account的新採購訂單:number',
'purchase_order_message' => '要查看:amount的採購訂單請點擊下面的連結。',
'view_purchase_order' => '查看採購訂單',
'purchase_orders_backup_subject' => '您的採購訂單已可供下載',
'notification_purchase_order_viewed_subject' => ':client查看了採購訂單:invoice',
'notification_purchase_order_viewed' => '以下供應商:client查看了:amount的採購訂單:invoice 。',
'purchase_order_date' => '採購訂單日期',
'purchase_orders' => '訂單',
'purchase_order_number_placeholder' => '採購訂單# :purchase_order',
'accepted' => '公認',
'activity_137' => ':contact已接受採購訂單:purchase_order',
'vendor_information' => '供應商資訊',
'notification_purchase_order_accepted_subject' => '採購訂單:purchase_order已被:vendor接受',
'notification_purchase_order_accepted' => '以下供應商:vendor接受了:amount的採購訂單:purchase_order 。',
'amount_received' => '收到金額',
'purchase_order_already_expensed' => '已經轉化為費用。',
'convert_to_expense' => '轉換為費用',
'add_to_inventory' => '新增到庫存',
'added_purchase_order_to_inventory' => '已成功將採購訂單新增至庫存',
'added_purchase_orders_to_inventory' => '已成功將採購訂單新增至庫存',
'client_document_upload' => '客戶文件上傳',
'vendor_document_upload' => '供應商文件上傳',
'vendor_document_upload_help' => '允許供應商上傳文檔',
'are_you_enjoying_the_app' => '您喜歡這個應用程式嗎?',
'yes_its_great' => '是的這很好!',
'not_so_much' => '沒那麼多',
'would_you_rate_it' => '很高興聽到!您願意評價一下嗎?',
'would_you_tell_us_more' => '很抱歉聽到這個消息!您願意告訴我們更多嗎?',
'sure_happy_to' => '當然,很高興',
'no_not_now' => '不,現在不行',
'add' => '添加',
'last_sent_template' => '最後發送的模板',
'enable_flexible_search' => '啟用靈活搜尋',
'enable_flexible_search_help' => '匹配不連續的字符,即。 “ct”匹配“貓”',
'vendor_details' => '供應商詳情',
'purchase_order_details' => '採購訂單詳細信息',
'qr_iban' => 'QR 圖碼 IBAN',
2022-11-07 08:24:20 +01:00
'besr_id' => 'BESR ID',
2023-11-05 08:03:31 +01:00
'clone_to_purchase_order' => '克隆到 PO',
'vendor_email_not_set' => '供應商沒有設定電子郵件地址',
'bulk_send_email' => '發電子郵件',
'marked_purchase_order_as_sent' => '已成功將採購訂單標記為已發送',
'marked_purchase_orders_as_sent' => '已成功將採購訂單標記為已發送',
'accepted_purchase_order' => '成功接受採購訂單',
'accepted_purchase_orders' => '成功接受採購訂單',
'cancelled_purchase_order' => '已成功取消採購訂單',
'cancelled_purchase_orders' => '已成功取消採購訂單',
'please_select_a_vendor' => '請選擇供應商',
'purchase_order_total' => '採購訂單總計',
'email_purchase_order' => '電子郵件採購訂單',
'bulk_email_purchase_order' => '電子郵件採購訂單',
'disconnected_email' => '成功斷開電子郵件連接',
'connect_email' => '連線電子郵件',
'disconnect_email' => '斷開電子郵件連接',
'use_web_app_to_connect_microsoft' => '請使用網頁應用程式連接到 Microsoft',
'email_provider' => '電子郵件提供者',
'connect_microsoft' => '連接微軟',
'disconnect_microsoft' => '斷開與微軟的連接',
'connected_microsoft' => '已成功連接微軟',
'disconnected_microsoft' => '已成功斷開 Microsoft 的連接',
'microsoft_sign_in' => '使用微軟登入',
'microsoft_sign_up' => '與微軟註冊',
'emailed_purchase_order' => '已成功排隊待發送的採購訂單',
'emailed_purchase_orders' => '已成功排隊待發送的採購訂單',
'enable_react_app' => '變更為 React Web 應用程式',
'purchase_order_design' => '採購訂單設計',
'purchase_order_terms' => '採購訂單條款',
'purchase_order_footer' => '採購訂單頁腳',
'require_purchase_order_signature' => '採購訂單簽名',
'require_purchase_order_signature_help' => '要求供應商提供簽名。',
'new_purchase_order' => '新採購訂單',
'edit_purchase_order' => '編輯採購訂單',
'created_purchase_order' => '採購訂單建立成功',
'updated_purchase_order' => '已成功更新採購訂單',
'archived_purchase_order' => '已成功歸檔採購訂單',
'deleted_purchase_order' => '已成功刪除採購訂單',
'removed_purchase_order' => '已成功刪除採購訂單',
'restored_purchase_order' => '已成功恢復採購訂單',
'search_purchase_order' => '搜尋採購訂單',
'search_purchase_orders' => '搜尋採購訂單',
'login_url' => '登入網址',
'enable_applying_payments' => '手動超額付款',
'enable_applying_payments_help' => '支援在付款時手動添加多付金額',
'stock_quantity' => '庫存數量',
'notification_threshold' => '通知閾值',
'track_inventory' => '追蹤庫存',
'track_inventory_help' => '顯示產品庫存欄位並在發送發票時更新',
'stock_notifications' => '庫存通知',
'stock_notifications_help' => '庫存達到閾值時發送電子郵件',
'vat' => '加值稅',
'view_map' => '查看地圖',
'set_default_design' => '設定預設設計',
'purchase_order_issued_to' => '採購訂單發出至',
'archive_task_status' => '存檔任務狀態',
'delete_task_status' => '刪除任務狀態',
'restore_task_status' => '恢復任務狀態',
'lang_Hebrew' => '希伯來文',
'price_change_accepted' => '接受價格變更',
'price_change_failed' => '價格更改失敗並顯示代碼',
'restore_purchases' => '恢復購買',
'activate' => '啟用',
'connect_apple' => '連接蘋果',
'disconnect_apple' => '斷開蘋果連接',
'disconnected_apple' => '成功斷開蘋果連接',
'send_now' => '現在發送',
'received' => '已收到',
'converted_to_expense' => '成功轉為費用',
'converted_to_expenses' => '成功轉為費用',
'entity_removed' => '該文件已被刪除,請聯繫供應商以了解更多信息',
'entity_removed_title' => '文件不再可用',
'field' => '場地',
'period' => '時期',
'fields_per_row' => '每行字段數',
'total_active_invoices' => '有效發票',
'total_outstanding_invoices' => '過期未付支票',
'total_completed_payments' => '已完成付款',
'total_refunded_payments' => '退款',
'total_active_quotes' => '活躍行情',
'total_approved_quotes' => '核准的報價',
'total_unapproved_quotes' => '未經批准的報價',
'total_logged_tasks' => '記錄的任務',
'total_invoiced_tasks' => '開立發票的任務',
'total_paid_tasks' => '有償任務',
'total_logged_expenses' => '記錄的費用',
'total_pending_expenses' => '待處理費用',
'total_invoiced_expenses' => '已開立發票的費用',
'total_invoice_paid_expenses' => '發票支付費用',
'vendor_portal' => '供應商入口網站',
'send_code' => '傳送代碼',
'save_to_upload_documents' => '儲存上傳文檔記錄',
'expense_tax_rates' => '費用稅率',
'invoice_item_tax_rates' => '發票項目稅率',
'verified_phone_number' => '手機號碼驗證成功',
'code_was_sent' => '代碼已透過簡訊發送',
'resend' => '重發',
'verify' => '核實',
'enter_phone_number' => '請提供電話號碼',
'invalid_phone_number' => '無效的電話號碼',
'verify_phone_number' => '驗證電話號碼',
'verify_phone_number_help' => '請驗證您的電話號碼以發送電子郵件',
'merged_clients' => '成功合併客戶',
'merge_into' => '合併到',
'php81_required' => '注意v5.5 需要 PHP 8.1',
'bulk_email_purchase_orders' => '透過電子郵件發送採購訂單',
'bulk_email_invoices' => '電子郵件發票',
'bulk_email_quotes' => '電子郵件報價',
'bulk_email_credits' => '電子郵件積分',
'archive_purchase_order' => '存檔採購訂單',
'restore_purchase_order' => '恢復採購訂單',
'delete_purchase_order' => '刪除採購訂單',
'connect' => '連接',
'mark_paid_payment_email' => '標記已付款電子郵件',
'convert_to_project' => '轉換為項目',
'client_email' => '客戶信箱',
'invoice_task_project' => '發票任務項目',
'invoice_task_project_help' => '將項目新增至發票行項目',
'bulk_action' => '批量操作',
'phone_validation_error' => '該手機號碼無效,請以 E.164 格式輸入',
'transaction' => '交易',
'disable_2fa' => '停用 2FA',
'change_number' => '更改號碼',
'resend_code' => '重新發送驗證碼',
'base_type' => '底座類型',
'category_type' => '類別類型',
'bank_transaction' => '交易',
'bulk_print' => '列印 PDF',
'vendor_postal_code' => '供應商郵遞區號',
'preview_location' => '預覽地點',
'bottom' => '底部',
'side' => '邊',
'pdf_preview' => 'PDF預覽',
'long_press_to_select' => '長按選擇',
'purchase_order_item' => '採購訂單項目',
'would_you_rate_the_app' => '您想評價該應用程式嗎?',
'include_deleted' => '包括已刪除',
'include_deleted_help' => '在報告中包含已刪除的記錄',
'due_on' => '由於上',
'browser_pdf_viewer' => '使用瀏覽器 PDF 檢視器',
'browser_pdf_viewer_help' => '警告:阻止透過 PDF 與應用程式交互',
'converted_transactions' => '交易成功轉換',
'default_category' => '預設類別',
'connect_accounts' => '連接帳戶',
'manage_rules' => '管理規則',
'search_category' => '搜尋 1 類別',
'search_categories' => '搜尋:count類別',
'min_amount' => '最低金額',
'max_amount' => '最大金額',
'converted_transaction' => '交易成功轉換',
'convert_to_payment' => '轉換為付款',
'deposit' => '訂金',
'withdrawal' => '退出',
'deposits' => '存款',
'withdrawals' => '提款',
'matched' => '匹配的',
'unmatched' => '無與倫比',
'create_credit' => '創造信用',
'transactions' => '交易',
'new_transaction' => '新交易',
'edit_transaction' => '編輯交易',
'created_transaction' => '交易創建成功',
'updated_transaction' => '交易更新成功',
'archived_transaction' => '已成功存檔交易',
'deleted_transaction' => '成功刪除交易',
'removed_transaction' => '成功刪除交易',
'restored_transaction' => '交易恢復成功',
'search_transaction' => '搜尋交易',
'search_transactions' => '搜尋:count交易',
'deleted_bank_account' => '已成功刪除銀行帳戶',
'removed_bank_account' => '已成功刪除銀行帳戶',
'restored_bank_account' => '已成功恢復銀行帳戶',
'search_bank_account' => '搜尋銀行帳戶',
'search_bank_accounts' => '搜尋:count銀行帳戶',
'code_was_sent_to' => '代碼已透過簡訊發送至:number',
'verify_phone_number_2fa_help' => '請驗證您的電話號碼以進行 2FA 備份',
'enable_applying_payments_later' => '啟用稍後申請付款',
'line_item_tax_rates' => '行項目稅率',
'show_tasks_in_client_portal' => '在客戶端入口網站中顯示任務',
'notification_quote_expired_subject' => ':client的報價:invoice已過期',
'notification_quote_expired' => '以下針對客戶:client和:amount的報價:invoice現已過期。',
'auto_sync' => '自動同步',
'refresh_accounts' => '刷新帳戶',
'upgrade_to_connect_bank_account' => '升級至企業版以連結您的銀行帳戶',
'click_here_to_connect_bank_account' => '按此連接您的銀行帳戶',
'include_tax' => '含稅',
'email_template_change' => '電子郵件範本正文可以更改',
'task_update_authorization_error' => '權限不足,或者任務可能被鎖定',
'cash_vs_accrual' => '權責發生製會計',
'cash_vs_accrual_help' => '開啟權責發生製報告,關閉收付實現制報告。',
'expense_paid_report' => '費用報告',
'expense_paid_report_help' => '開啟時報告所有費用,關閉時僅報告已付費用',
'online_payment_email_help' => '線上付款時發送電子郵件',
'manual_payment_email_help' => '手動輸入付款時發送電子郵件',
'mark_paid_payment_email_help' => '將發票標記為已付款時發送電子郵件',
'linked_transaction' => '關聯交易成功',
'link_payment' => '連結支付',
'link_expense' => '鏈路費用',
'lock_invoiced_tasks' => '鎖定開票任務',
'lock_invoiced_tasks_help' => '防止任務在開立發票後被編輯',
'registration_required_help' => '要求客戶註冊',
'use_inventory_management' => '使用庫存管理',
'use_inventory_management_help' => '要求產品有庫存',
'optional_products' => '可選產品',
'optional_recurring_products' => '可選的經常性產品',
'convert_matched' => '轉變',
'auto_billed_invoice' => '已成功排隊發票以自動計費',
'auto_billed_invoices' => '已成功將發票排隊以自動計費',
'operator' => '操作員',
'value' => '價值',
'is' => '是',
'contains' => '包含',
'starts_with' => '以。。開始',
'is_empty' => '是空的',
'add_rule' => '新增規則',
'match_all_rules' => '符合所有規則',
'match_all_rules_help' => '所有條件都需要符合才能應用規則',
'auto_convert_help' => '自動將匹配交易轉換為費用',
'rules' => '規則',
'transaction_rule' => '交易規則',
'transaction_rules' => '交易規則',
'new_transaction_rule' => '新交易規則',
'edit_transaction_rule' => '編輯交易規則',
'created_transaction_rule' => '規則創建成功',
'updated_transaction_rule' => '交易規則更新成功',
'archived_transaction_rule' => '交易規則存檔成功',
'deleted_transaction_rule' => '成功刪除交易規則',
'removed_transaction_rule' => '成功刪除交易規則',
'restored_transaction_rule' => '交易規則恢復成功',
'search_transaction_rule' => '搜尋交易規則',
'search_transaction_rules' => '搜尋交易規則',
'payment_type_Interac E-Transfer' => 'Interac 電子轉賬',
'delete_bank_account' => '刪除銀行帳戶',
'archive_transaction' => '存檔交易',
'delete_transaction' => '刪除交易',
'otp_code_message' => '我們已將代碼發送至:email輸入此代碼以繼續。',
'otp_code_subject' => '您的一次性密碼',
'otp_code_body' => '您的一次性密碼是:code',
'delete_tax_rate' => '刪除稅率',
'restore_tax_rate' => '恢復稅率',
'company_backup_file' => '選擇公司備份文件',
'company_backup_file_help' => '請上傳用於建立此備份的 .zip 檔案。',
'backup_restore' => '備份|恢復',
'export_company' => '建立公司備份',
'backup' => '備份',
'notification_purchase_order_created_body' => '以下 buy_order :purchase_order是為:amount的供應商:vendor創建的。',
'notification_purchase_order_created_subject' => '為:vendor建立採購訂單:purchase_order',
'notification_purchase_order_sent_subject' => '採購訂單:purchase_order已發送至:vendor',
'notification_purchase_order_sent' => '以下供應商:vendor透過電子郵件發送了:amount的採購訂單:purchase_order 。',
'subscription_blocked' => '該產品屬於受限物品,請聯絡供應商以了解更多資訊。',
'subscription_blocked_title' => '產品不可用。',
'purchase_order_created' => '已建立採購訂單',
'purchase_order_sent' => '採購訂單已發送',
'purchase_order_viewed' => '查看採購訂單',
'purchase_order_accepted' => '採購訂單已接受',
'credit_payment_error' => '信用金額不能大於付款金額',
'convert_payment_currency_help' => '輸入手動付款時設定匯率',
'convert_expense_currency_help' => '創建費用時設定匯率',
'matomo_url' => '馬托網址',
'matomo_id' => '馬托莫 ID',
'action_add_to_invoice' => '新增到發票',
'danger_zone' => '危險區',
'import_completed' => '導入完成',
'client_statement_body' => '附上您從:start _date 到:end _date 的聲明。',
'email_queued' => '電子郵件已排隊',
'clone_to_recurring_invoice' => '克隆到定期發票',
'inventory_threshold' => '庫存閾值',
'emailed_statement' => '已成功排隊要傳送的語句',
'show_email_footer' => '顯示電子郵件頁腳',
'invoice_task_hours' => '發票任務時間',
'invoice_task_hours_help' => '將小時數加入發票行項目',
'auto_bill_standard_invoices' => '自動帳單標準發票',
'auto_bill_recurring_invoices' => '自動開立定期發票',
'email_alignment' => '電子郵件對齊',
'pdf_preview_location' => 'PDF 預覽位置',
'mailgun' => '郵件槍',
'postmark' => '郵戳',
'microsoft' => '微軟',
'click_plus_to_create_record' => '點擊+建立記錄',
'last365_days' => '過去 365 天',
'import_design' => '導入設計',
'imported_design' => '成功導入設計',
'invalid_design' => '設計無效,缺:value部分',
'setup_wizard_logo' => '您想上傳您的徽標嗎?',
'installed_version' => '安裝版本',
'notify_vendor_when_paid' => '付款後通知供應商',
'notify_vendor_when_paid_help' => '當費用標記為已付款時,向供應商發送電子郵件',
'update_payment' => '更新付款方式',
'markup' => '標記',
'unlock_pro' => '解鎖專業版',
'upgrade_to_paid_plan_to_schedule' => '升級到付費計劃以創建時間表',
'next_run' => '下次運行',
'all_clients' => '所有客戶',
'show_aging_table' => '顯示老化表',
'show_payments_table' => '顯示付款表',
'only_clients_with_invoices' => '僅限有發票的客戶',
'email_statement' => '電子郵件聲明',
'once' => '一次',
'schedules' => '時間表',
'new_schedule' => '新時間表',
'edit_schedule' => '編輯日程',
'created_schedule' => '已成功建立時間表',
'updated_schedule' => '已成功更新時間表',
'archived_schedule' => '已成功存檔時間表',
'deleted_schedule' => '已成功刪除行程',
'removed_schedule' => '已成功刪除行程',
'restored_schedule' => '已成功復原行程',
'search_schedule' => '搜尋時間表',
'search_schedules' => '搜尋時間表',
'update_product' => '更新產品',
'create_purchase_order' => '建立採購訂單',
'update_purchase_order' => '更新採購訂單',
'sent_invoice' => '已發送發票',
'sent_quote' => '已發送報價',
'sent_credit' => '發送信用證',
'sent_purchase_order' => '發送採購訂單',
'image_url' => '圖片網址',
'max_quantity' => '最大數量',
'test_url' => '測試網址',
'auto_bill_help_off' => '選項未顯示',
'auto_bill_help_optin' => '顯示選項但未選擇',
'auto_bill_help_optout' => '顯示並選擇選項',
'auto_bill_help_always' => '選項未顯示',
'view_all' => '看全部',
'edit_all' => '全部編輯',
'accept_purchase_order_number' => '接受採購訂單編號',
'accept_purchase_order_number_help' => '使客戶能夠在批准報價時提供採購訂單編號',
'from_email' => '來自電子郵件',
'show_preview' => '顯示預覽',
'show_paid_stamp' => '顯示付費郵票',
'show_shipping_address' => '顯示送貨地址',
'no_documents_to_download' => '所選記錄中沒有可供下載的文檔',
'pixels' => '像素',
'logo_size' => '標誌尺寸',
'failed' => '失敗的',
'client_contacts' => '客戶聯絡方式',
'sync_from' => '同步自',
'gateway_payment_text' => '發票: :invoice s針對客戶:amount的:client ',
'gateway_payment_text_no_invoice' => '客戶:client金額為:amount的無發票付款',
'click_to_variables' => '按一下此處查看所有變數。',
'ship_to' => '運送到',
'stripe_direct_debit_details' => '請轉入以上指定的銀行帳戶。',
'branch_name' => '分店名稱',
'branch_code' => '分行代碼',
'bank_name' => '銀行名',
'bank_code' => '銀行代碼',
'bic' => '商業銀行',
'change_plan_description' => '升級或降級您目前的計劃。',
'add_company_logo' => '添加徽標',
'add_stripe' => '加入條紋',
'invalid_coupon' => '優惠券無效',
'no_assigned_tasks' => '該項目沒有計費任務',
'authorization_failure' => '權限不足,無法執行此操作',
'authorization_sms_failure' => '請驗證您的帳戶以發送電子郵件。',
'white_label_body' => '感謝您購買白標許可證。<br><br>您的許可證密鑰是:<br><br> :license_key',
'payment_type_Klarna' => '克拉納',
'payment_type_Interac E Transfer' => 'Interac E 傳輸',
'xinvoice_payable' => '在:payeddue天內支付直至:paydate',
'xinvoice_no_buyers_reference' => "沒有提供買家參考信息",
'xinvoice_online_payment' => '發票需要透過提供的連結在線支付',
'pre_payment' => '預付款',
'number_of_payments' => '付款次數',
'number_of_payments_helper' => '此付款的次數',
'pre_payment_indefinitely' => '繼續直至取消',
'notification_payment_emailed' => '付款:payment已透過電子郵件發送至:client',
'notification_payment_emailed_subject' => '付款:payment已透過電子郵件發送',
'record_not_found' => '找不到記錄',
'minimum_payment_amount' => '最低付款金額',
'client_initiated_payments' => '客戶發起的付款',
'client_initiated_payments_help' => '支援在客戶入口網站中進行無發票付款',
'share_invoice_quote_columns' => '共享發票/報價欄',
'cc_email' => '副本電子郵件',
'payment_balance' => '付款餘額',
'view_report_permission' => '允許使用者存取報告,數據僅限於可用權限',
'activity_138' => '付款:payment已透過電子郵件發送至:client',
'one_time_products' => '一次性產品',
'optional_one_time_products' => '可選的一次性產品',
'required' => '必需的',
'hidden' => '隱',
'payment_links' => '付款連結',
'payment_link' => '支付連結',
'new_payment_link' => '新的付款連結',
'edit_payment_link' => '編輯付款連結',
'created_payment_link' => '付款連結建立成功',
'updated_payment_link' => '付款連結已成功更新',
'archived_payment_link' => '付款連結已成功存檔',
'deleted_payment_link' => '已成功刪除付款鏈接',
'removed_payment_link' => '已成功刪除付款鏈接',
'restored_payment_link' => '付款連結已成功恢復',
'search_payment_link' => '搜尋 1 條付款鏈接',
'search_payment_links' => '搜尋:count付款鏈接',
'increase_prices' => '提高價格',
'update_prices' => '更新價格',
'incresed_prices' => '成功排隊等待漲價',
'updated_prices' => '已成功排隊等待更新價格',
'api_token' => 'API令牌',
'api_key' => 'API金鑰',
'endpoint' => '端點',
'not_billable' => '不可計費',
'allow_billable_task_items' => '允許計費任務項目',
'allow_billable_task_items_help' => '啟用配置對哪些任務項目進行計費',
'show_task_item_description' => '顯示任務項目描述',
'show_task_item_description_help' => '啟用指定任務項目描述',
'email_record' => '郵件記錄',
'invoice_product_columns' => '發票產品欄',
'quote_product_columns' => '報價產品欄',
'vendors' => '供應商',
'product_sales' => '產品銷售',
'user_sales_report_header' => '客戶:client從:start _date 到:end _date 的用戶銷售報告',
'client_balance_report' => '客戶餘額報告',
'client_sales_report' => '客戶銷售報告',
'user_sales_report' => '用戶銷售報告',
'aged_receivable_detailed_report' => '帳齡應收帳款詳細報告',
'aged_receivable_summary_report' => '帳齡應收帳款總報告',
'taxable_amount' => '應稅金額',
'tax_summary' => '稅務摘要',
'oauth_mail' => 'OAuth / 郵件',
'preferences' => '優先',
'analytics' => '分析',
'reduced_rate' => '降低費率',
'tax_all' => '全部徵稅',
'tax_selected' => '已選擇稅',
'version' => '版本',
'seller_subregion' => '賣家分區',
'calculate_taxes' => '計算稅金',
'calculate_taxes_help' => '儲存發票時自動計算稅費',
'link_expenses' => '連結費用',
'converted_client_balance' => '轉換後的客戶餘額',
'converted_payment_balance' => '轉換後的付款餘額',
'total_hours' => '全部小時數',
'date_picker_hint' => '使用 +days 設定未來的日期',
'app_help_link' => '更多資訊',
'here' => '這裡',
'industry_Restaurant & Catering' => '餐廳及餐飲',
'show_credits_table' => '顯示製作人員表',
'manual_payment' => '付款手冊',
'tax_summary_report' => '稅務匯總報告',
'tax_category' => '稅種',
'physical_goods' => '實體商品',
'digital_products' => '數位產品',
'services' => '服務',
'shipping' => '船運',
'tax_exempt' => '免稅',
'late_fee_added_locked_invoice' => ':date上新增了發票:invoice的滯納金',
'lang_Khmer' => '高棉語',
'routing_id' => '路由ID',
'enable_e_invoice' => '啟用電子發票',
'e_invoice_type' => '電子發票類型',
'reduced_tax' => '減稅',
'override_tax' => '覆蓋稅',
'zero_rated' => '零評級',
'reverse_tax' => '反向稅',
'updated_tax_category' => '已成功更新稅種',
'updated_tax_categories' => '已成功更新稅種',
'set_tax_category' => '設定稅種',
'payment_manual' => '付款手冊',
'expense_payment_type' => '費用支付類型',
'payment_type_Cash App' => '現金應用程式',
'rename' => '改名',
'renamed_document' => '文檔重命名成功',
'e_invoice' => '電子發票',
'light_dark_mode' => '明/暗模式',
'activities' => '活動',
'recent_transactions' => "以下是貴公司最近的交易:",
'country_Palestine' => "巴勒斯坦",
'country_Taiwan' => '台灣',
'duties' => '職責',
'order_number' => '訂單編號',
'order_id' => '命令',
'total_invoices_outstanding' => '未清發票總額',
'recent_activity' => '近期活動',
'enable_auto_bill' => '啟用自動計費',
'email_count_invoices' => '透過電子郵件發送:count發票',
'invoice_task_item_description' => '發票任務項目說明',
'invoice_task_item_description_help' => '將項目描述新增至發票行項目',
'next_send_time' => '下次發送時間',
'uploaded_certificate' => '憑證上傳成功',
'certificate_set' => '憑證套',
'certificate_not_set' => '證書未設定',
'passphrase_set' => '密碼短語集',
'passphrase_not_set' => '未設定密碼',
'upload_certificate' => '上傳證書',
'certificate_passphrase' => '證書密碼',
'valid_vat_number' => '有效增值稅號',
'react_notification_link' => '反應通知鏈接',
'react_notification_link_help' => '管理員電子郵件將包含反應應用程式的鏈接',
'show_task_billable' => '顯示可計費任務',
'credit_item' => '信用項目',
'drop_file_here' => '將文件拖放到此處',
'files' => '文件',
'camera' => '相機',
'gallery' => '畫廊',
'project_location' => '專案地點',
'add_gateway_help_message' => '新增支付網關(即 Stripe、WePay 或 PayPal以接受線上支付',
'lang_Hungarian' => '匈牙利',
'use_mobile_to_manage_plan' => '使用您的手機訂閱設定來管理您的計劃',
'item_tax3' => '項目稅3',
'item_tax_rate1' => '項目稅率1',
'item_tax_rate2' => '項目稅率2',
'item_tax_rate3' => '項目稅率3',
'buy_price' => '購買價格',
'country_Macedonia' => '馬其頓',
'admin_initiated_payments' => '管理員發起付款',
'admin_initiated_payments_help' => '支援在管理入口網站中輸入付款而無需發票',
'paid_date' => '支付日期',
'downloaded_entities' => '電子郵件將與 PDF 一起發送',
'lang_French - Swiss' => '法語 - 瑞士語',
'currency_swazi_lilangeni' => '史瓦濟蘭吉尼',
'income' => '收入',
'amount_received_help' => '如果收到的總金額大於發票金額,或記錄沒有發票的付款,請在此輸入一個值。否則該欄位應留空。',
'vendor_phone' => '供應商電話',
'mercado_pago' => '梅爾卡多帕戈',
'mybank' => '網路商家',
'paypal_paylater' => '4分之內付款',
'paid_date' => '支付日期',
'district' => '區',
'region' => '地區',
'county' => '縣',
'tax_details' => '稅務詳情',
'activity_10_online' => ':contact為:client的發票:payment輸入付款:invoice',
'activity_10_manual' => ':user輸入了發票:payment的付款:invoice的:client',
'default_payment_type' => '預設付款類型',
'number_precision' => '數位精度',
'number_precision_help' => '控制介面中支援的小數位數',
'is_tax_exempt' => '免稅',
'drop_files_here' => '將文件拖放到此處',
'upload_files' => '上傳文件',
'download_e_invoice' => '下載電子發票',
'triangular_tax_info' => '社區內三角交易',
'intracommunity_tax_info' => '免稅社區內配送',
'reverse_tax_info' => '請注意,此電源可能會反向充電',
'currency_nicaraguan_cordoba' => '尼加拉瓜科爾多瓦',
'public' => '民眾',
'private' => '私人的',
'image' => '影像',
'other' => '其他',
'linked_to' => '連結到',
'file_saved_in_path' => '文件已保存在 :path 中',
'unlinked_transactions' => '已成功取消連結:count事務',
'unlinked_transaction' => '成功取消關聯交易',
'view_dashboard_permission' => '允許使用者存取儀表板,資料僅限於可用權限',
'marked_sent_credits' => '已成功標記已發送的積分',
'show_document_preview' => '顯示文件預覽',
'cash_accounting' => '收付實現制會計',
'click_or_drop_files_here' => '點擊或將檔案拖放到此處',
'set_public' => '設定公開',
'set_private' => '設定私人',
'individual' => '個人',
'business' => '商業',
'partnership' => '合夥',
'trust' => '相信',
'charity' => '慈善機構',
'government' => '政府',
'in_stock_quantity' => '庫存數量',
'vendor_contact' => '供應商聯絡方式',
'expense_status_4' => '未付',
'expense_status_5' => '有薪資的',
'ziptax_help' => '注意:此功能需要 Zip-Tax API 金鑰才能按地址查找美國銷售稅',
'cache_data' => '快取數據',
'unknown' => '未知',
'webhook_failure' => 'Webhook 失敗',
'email_opened' => '電子郵件已開啟',
'email_delivered' => '電子郵件已送達',
'log' => '紀錄',
'classification' => '分類',
'stock_quantity_number' => '庫存:數量',
'upcoming' => '即將推出',
'client_contact' => '客戶聯繫',
'uncategorized' => '未分類',
'login_notification' => '登入通知',
'login_notification_help' => '發送一封電子郵件,通知已登入。',
'payment_refund_receipt' => '付款退款收據 # :number',
'payment_receipt' => '付款收據 # :number',
'load_template_description' => '此模板將應用於以下領域:',
'run_template' => '運行模板',
2023-12-07 09:32:08 +01:00
'statement_design' => 'Statement Design',
'delivery_note_design' => 'Delivery Note Design',
'payment_receipt_design' => 'Payment Receipt Design',
'payment_refund_design' => 'Payment Refund Design',
'task_extension_banner' => 'Add the Chrome extension to manage your tasks',
'watch_video' => 'Watch Video',
'view_extension' => 'View Extension',
'reactivate_email' => 'Reactivate Email',
'email_reactivated' => 'Successfully reactivated email',
'template_help' => 'Enable using the design as a template',
'quarter' => 'Quarter',
'item_description' => 'Item Description',
'task_item' => 'Task Item',
'record_state' => 'Record State',
'save_files_to_this_folder' => 'Save files to this folder',
'downloads_folder' => 'Downloads Folder',
'total_invoiced_quotes' => 'Invoiced Quotes',
'total_invoice_paid_quotes' => 'Invoice Paid Quotes',
'downloads_folder_does_not_exist' => 'The downloads folder does not exist :value',
'user_logged_in_notification' => 'User Logged in Notification',
'user_logged_in_notification_help' => 'Send an email when logging in from a new location',
'payment_email_all_contacts' => 'Payment Email To All Contacts',
'payment_email_all_contacts_help' => 'Sends the payment email to all contacts when enabled',
'add_line' => 'Add Line',
'activity_139' => 'Expense :expense notification sent to :contact',
'vendor_notification_subject' => 'Confirmation of payment :amount sent to :vendor',
'vendor_notification_body' => 'Payment processed for :amount dated :payment_date. <br>[Transaction Reference: :transaction_reference]',
'receipt' => 'Receipt',
'charges' => 'Charges',
'email_report' => 'Email Report',
2023-11-28 13:52:03 +01:00
);
2023-11-28 13:56:28 +01:00
return $lang;