# Translation of Odoo Server. # This file contains the translation of the following modules: # * account # # Translators: # 敬雲 林 , 2024 # Wil Odoo, 2024 # Tony Ng, 2024 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 18.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-12-19 11:52+0000\n" "PO-Revision-Date: 2024-09-25 09:41+0000\n" "Last-Translator: Tony Ng, 2024\n" "Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "\n" "\n" "The move (%(move)s) is not balanced.\n" "The total of debits equals %(debit_total)s and the total of credits equals %(credit_total)s.\n" "You might want to specify a default account on journal \"%(journal)s\" to automatically balance each move." msgstr "" "\n" "\n" "賬項操作(%(move)s)導致賬目未能平衡。\n" "借記總額為 %(debit_total)s;貸記總額為 %(credit_total)s。\n" "請考慮為日記賬「%(journal)s」設定預設記賬賬戶,使賬項操作能自動完成賬目平衡。" #. module: account #: model:ir.model.fields,help:account.field_account_journal__type msgid "" "\n" " Select 'Sale' for customer invoices journals.\n" " Select 'Purchase' for vendor bills journals.\n" " Select 'Cash', 'Bank' or 'Credit Card' for journals that are used in customer or vendor payments.\n" " Select 'General' for miscellaneous operations journals.\n" " " msgstr "" "\n" " 選擇「銷售」以使用客戶發票日記賬。\n" " 選擇「採購」以使用供應商賬單日記賬。\n" " 選擇「現金」、「銀行」或「信用卡」以使用客戶或供應商付款日記賬。\n" " 選擇「一般」以使用雜項操作日記賬。\n" " " #. module: account #: model:ir.model.fields,help:account.field_account_tax__amount_type msgid "" "\n" " - Group of Taxes: The tax is a set of sub taxes.\n" " - Fixed: The tax amount stays the same whatever the price.\n" " - Percentage: The tax amount is a % of the price:\n" " e.g 100 * (1 + 10%) = 110 (not price included)\n" " e.g 110 / (1 + 10%) = 100 (price included)\n" " - Percentage Tax Included: The tax amount is a division of the price:\n" " e.g 180 / (1 - 10%) = 200 (not price included)\n" " e.g 200 * (1 - 10%) = 180 (price included)\n" " " msgstr "" "\n" " - 「稅組」為一組子稅項的統稱。\n" " - 固定稅項:不論價錢多少,稅款金額維持一樣。\n" " - 以百分比計算:稅款為價錢的某個百分比:\n" " 例: 100 × (1 + 10%) = 110 (不包含價錢)\n" " 例: 110 ÷ (1 + 10%) = 100 (包含價錢)\n" " - 以連稅百分比計算:稅款由總價錢除以某個百分比得出:\n" " 例: 180 ÷ (1 − 10%) = 200 (不包含價錢)\n" " 例: 200 × (1 − 10%) = 180 (包含價錢)\n" " " #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid " for '%s'" msgstr " 對於 %s" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid " valid until %s" msgstr " 有效至 %s" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_bills_count msgid "# Reconciled Bills" msgstr "已對賬賬單數目" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoices_count msgid "# Reconciled Invoices" msgstr "已對賬發票數目" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_statement_lines_count msgid "# Reconciled Statement Lines" msgstr "已對賬結單記項數目" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "#Created by: %s" msgstr "# 建立者: %s" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "%(action)s for journal %(journal)s" msgstr "針對流水賬 %(journal)s 的操作 %(action)s" #. module: account #. odoo-python #: code:addons/account/models/product.py:0 msgid "%(amount)s Excl. Taxes" msgstr "%(amount)s 不連稅" #. module: account #. odoo-python #: code:addons/account/models/product.py:0 msgid "%(amount)s Incl. Taxes" msgstr "%(amount)s 連稅" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "%(amount)s due %(date)s" msgstr "%(amount)s 到期 %(date)s" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid "%(exception)s for %(user)s%(end_datetime_string)s%(reason)s." msgstr "%(exception)s:%(user)s%(end_datetime_string)s%(reason)s。" #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement.py:0 msgid "%(journal_code)s Statement %(date)s" msgstr "%(journal_code)s 報表 %(date)s" #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement_line.py:0 msgid "" "%(move)s reached an invalid state regarding its related statement line.\n" "To be consistent, the journal entry must always have exactly one suspense line." msgstr "" "%(move)s 就其相關的結單資料行,已達到無效狀態。\n" "為保持一致,該日記賬記項必須始終只有一個暫記資料行。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "%(name)s installment #%(number)s" msgstr "%(name)s 分期付款第 %(number)s 期" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "" "%(order)s - %(order_line)s; %(quantity_billed)s Billed, " "%(quantity_received)s Received at %(unit_price)s each" msgstr "" "%(order)s - %(order_line)s;%(quantity_billed)s 已計入賬單,%(quantity_received)s " "已收到,每件單價為 %(unit_price)s" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "" "%(order)s - %(order_line)s; %(quantity_invoiced)s Invoiced, " "%(quantity_delivered)s Delivered at %(unit_price)s each" msgstr "" "%(order)s - %(order_line)s;%(quantity_invoiced)s " "已開立發票,%(quantity_delivered)s 已送貨,每件單價為 %(unit_price)s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "%(partner_name)s has reached its credit limit of: %(credit_limit)s" msgstr "%(partner_name)s 已到達其信用限額 %(credit_limit)s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "%(ref)s (%(currency_amount)s)" msgstr "%(ref)s (%(currency_amount)s)" #. module: account #. odoo-python #: code:addons/account/models/account_account_tag.py:0 msgid "%(tag)s (%(country_code)s)" msgstr "%(tag)s (%(country_code)s)" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "%(tax_name)s (rounding)" msgstr "%(tax_name)s(捨入)" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "%(" msgstr "%(" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "%d moves" msgstr "%d 賬項操作" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "%s (Copy)" msgstr "%s (副本)" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 #: code:addons/account/models/account_journal.py:0 #: code:addons/account/models/account_reconcile_model.py:0 msgid "%s (copy)" msgstr "%s (副本)" #. module: account #. odoo-python #: code:addons/account/models/sequence_mixin.py:0 msgid "%s is not a stored field" msgstr "%s 不是儲存的欄位" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 #: code:addons/account/models/partner.py:0 msgid "%s, or / if not applicable" msgstr "%s,或 / 若不適用" #. module: account #: model:ir.actions.server,name:account.action_move_block_payment msgid "(Un)Block Payment" msgstr "封鎖付款(或解除封鎖)" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "(copy)" msgstr "(副本)" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "(from" msgstr "(從" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "(included)." msgstr "(包括此日期)。" #. module: account #: model:ir.actions.report,print_report_name:account.account_invoices #: model:ir.actions.report,print_report_name:account.account_invoices_without_payment msgid "(object._get_report_base_filename())" msgstr "(object._get_report_base_filename())" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid ").
" msgstr ")。
" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "- %(name)s in %(company)s" msgstr "- %(name)s(公司:%(company)s)" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "- A default Customer Invoice / Vendor Bill date will be suggested." msgstr "- 將對客戶發票 / 供應商賬單建議一個預設日期。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "- A new field « Total (tax inc.) » to speed up and control the encoding by " "automating line creation with the right account & tax." msgstr "- 加入「連稅總額」新欄位,以利用正確的賬戶及稅款自動產生記項,加快並加強管控賬單編碼過程。" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "- Installment of" msgstr "- 分期付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "- The document's sequence becomes editable on all documents." msgstr "- 所有文件的序號現已可在文件內編輯。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "-> View partially reconciled entries" msgstr "-> 檢視已部份完成對賬的記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed msgid "" ".\n" "
\n" " --\n" "
" msgstr "" "。\n" "
\n" " --\n" "
" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid ". Please make sure that this is a wanted behavior." msgstr "。請確保這是你想要的操作。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" ". The journal entries need to be computed by Odoo before being posted in " "your company's currency." msgstr "。記項在以你公司慣用的貨幣誌入流水賬之前,需先經由 Odoo 核算。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid ". You might want to put a higher number here." msgstr "。請考慮在此輸入更大的數目。" #. module: account #. odoo-python #: code:addons/account/wizard/account_resequence.py:0 msgid "... (%(nb_of_values)s other)" msgstr "⋯(另 %(nb_of_values)s 項)" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/x2many_buttons/x2many_buttons.xml:0 msgid "... (View all)" msgstr "… (查看全部)" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 #: code:addons/account/models/partner.py:0 msgid "/ if not applicable" msgstr "/ 若不適用" #. module: account #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template msgid "1.05" msgstr "1.05" #. module: account #: model:account.payment.term,name:account.account_payment_term_30_days_end_month_the_10 msgid "10 Days after End of Next Month" msgstr "下月底後 10 天" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "100.0" msgstr "100.0" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "100.00 USD" msgstr "100.00 美元" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "1000.0" msgstr "1000.0" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "11.05" msgstr "11.05" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "12345" msgstr "12345" #. module: account #: model:account.payment.term,name:account.account_payment_term_15days msgid "15 Days" msgstr "15 天" #. module: account #: model:account.tax,name:account.1_purchase_tax_template #: model:account.tax,name:account.1_sale_tax_template msgid "15%" msgstr "15%" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "1500.0" msgstr "1500.0" #. module: account #: model:account.payment.term,name:account.account_payment_term_30days_early_discount msgid "2/7 Net 30" msgstr "30 天;7 天內付清享 2% 折扣" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "20.00" msgstr "20.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "2021-09-19" msgstr "2021-09-19" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "2023-01-01" msgstr "2023-01-01" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "2023-01-05" msgstr "2023-01-05" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "2023-08-11" msgstr "2023-08-11" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "2023-08-15" msgstr "2023-08-15" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "2023-08-31" msgstr "2023-08-31" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "2023-09-12" msgstr "2023-09-12" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "2023-09-25" msgstr "2023-09-25" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "2023-10-31" msgstr "2023-10-31" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "2024-01-01" msgstr "2024-01-01" #. module: account #: model:account.payment.term,name:account.account_payment_term_21days msgid "21 Days" msgstr "21 天" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "25.0 USD" msgstr "25.0 美元" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "25.00 USD" msgstr "25.00 美元" #. module: account #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "27.00" msgstr "27.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "3.00" msgstr "3.00" #. module: account #: model:account.payment.term,name:account.account_payment_term_30days msgid "30 Days" msgstr "30天" #. module: account #: model:account.payment.term,name:account.account_payment_term_advance msgid "30% Advance End of Following Month" msgstr "翌月底預繳 30%" #. module: account #: model:account.payment.term,name:account.account_payment_term_advance_60days msgid "30% Now, Balance 60 Days" msgstr "即時繳付 30%,餘額 60 天內" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "30.00" msgstr "30.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "31.05" msgstr "31.05" #. module: account #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template msgid "4.05" msgstr "4.05" #. module: account #: model:account.payment.term,name:account.account_payment_term_45days msgid "45 Days" msgstr "45 天" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "50 USD" msgstr "50 美元" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "50.00 EUR" msgstr "50.00 歐元" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "534677881234" msgstr "534677881234" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "9.00" msgstr "9.00" #. module: account #: model:account.payment.term,name:account.account_payment_term_90days_on_the_10th msgid "90 days, on the 10th" msgstr "90 天,在 10 日" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "" "%(count)s# Installment of %(amount)s due on %(date)s" msgstr "" "%(count)s# 分期付款 %(amount)s 到期日 %(date)s" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "
on this account:" msgstr "
在此賬戶:" #. module: account #: model:mail.template,body_html:account.email_template_edi_credit_note msgid "" "
\n" "

\n" " Dear\n" " \n" " Brandon Freeman (Azure Interior),\n" " \n" " \n" " Brandon Freeman,\n" " \n" "

\n" " Here is your\n" " \n" " credit note RINV/2021/05/0001\n" " \n" " \n" " credit note\n" " \n" " \n" " (with reference: SUB003)\n" " \n" " amounting in $ 143,750.00\n" " from YourCompany.\n" "

\n" " Do not hesitate to contact us if you have any questions.\n" " \n" "

\n" " --
Mitchell Admin
\n" "
\n" "

\n" "
\n" " " msgstr "" "
\n" "

\n" " \n" " \n" " Brandon FreemanAzure Interior)你好!\n" " \n" " \n" " Brandon Freeman 你好!\n" " \n" "

\n" " 附上你的\n" " \n" " 退款單 RINV/2021/05/0001\n" " \n" " \n" " 退款單\n" " \n" " \n" " (參考編號: SUB003)\n" " \n" " ,款項總額為 $ 143,750.00。\n" " 退款由 YourCompany 作出。\n" "

\n" " 如有疑問,歡迎聯絡我們。\n" " \n" "

\n" " --
Mitchell Admin
\n" "
\n" "

\n" "
\n" " " #. module: account #: model:mail.template,body_html:account.email_template_edi_invoice msgid "" "
\n" "

\n" " Dear\n" " \n" " Brandon Freeman (Azure Interior),\n" " \n" " \n" " Brandon Freeman,\n" " \n" "

\n" " Here is your\n" " \n" " invoice INV/2021/05/0005\n" " \n" " \n" " invoice\n" " \n" " \n" " (with reference: SUB003)\n" " \n" " amounting in $ 143,750.00\n" " from YourCompany.\n" " \n" " This invoice is already paid.\n" " \n" " \n" " Please remit payment at your earliest convenience.\n" " \n" "

\n" " Please use the following communication for your payment: INV/2021/05/0005\n" " \n" " on the account \n" " \n" " .\n" "
\n" "
\n" " \n" "

\n" " PS: you can review your timesheets from the portal.\n" "
\n" "

\n" " Do not hesitate to contact us if you have any questions.\n" " \n" "

\n" " --
Mitchell Admin
\n" "
\n" "

\n" "
\n" " " msgstr "" "
\n" "

\n" " \n" " Brandon FreemanAzure Interior)\n" " \n" " \n" " Brandon Freeman\n" " \n" " 你好!\n" "

\n" " 附上你的\n" " \n" " 發票 INV/2021/05/0005\n" " \n" " \n" " 發票\n" " \n" " \n" " (參考編號: SUB003)\n" " \n" " ,款項總額為 $ 143,750.00,\n" " 由 YourCompany 發出。\n" " \n" " 發票款項已全數繳清。\n" " \n" " \n" " 請盡快付款。\n" " \n" "

\n" " \n" " 以賬戶 \n" " \n" " 付款時,請註明以下資料: INV/2021/05/0005\n" " 。\n" "
\n" "
\n" " \n" "

\n" " 註:你可在客戶頁面查看工時表。\n" "
\n" "

\n" " 如有疑問,歡迎聯絡我們。\n" " \n" "

\n" " --
Mitchell Admin
\n" "
\n" "

\n" "
\n" " " #. module: account #: model:mail.template,body_html:account.mail_template_data_payment_receipt msgid "" "
\n" "

\n" " Dear Azure Interior

\n" " Thank you for your payment.\n" " Here is your payment receipt BNK1-2021-05-0002 amounting\n" " to $ 10.00 from YourCompany.\n" "

\n" " Do not hesitate to contact us if you have any questions.\n" "

\n" " Best regards,\n" " \n" "

\n" " --
Mitchell Admin
\n" "
\n" "

\n" "
\n" msgstr "" "
\n" "

\n" " Azure Interior 你好!

\n" " 多謝你的付款。\n" " 附上你的付款收據 BNK1-2021-05-0002,款項總額為\n" " $ 10.00,付款由 YourCompany 作出。\n" "

\n" " 如有疑問,歡迎聯絡我們。\n" "

\n" " 順祝 安康\n" " \n" "

\n" " --
Mitchell Admin
\n" "
\n" "

\n" "
\n" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_home_menu_invoice msgid "Draft Invoice" msgstr "發票草稿" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_kanban msgid "" msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_kanban msgid "" msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban msgid "" msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid " Download" msgstr " 下載" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "" "\n" " Paid" msgstr "" "\n" " 已付" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "" "\n" " Reversed" msgstr "" "\n" " 已撤銷" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "" "\n" " Processing Payment" msgstr "" "\n" " 付款處理中" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "" "\n" " Waiting for Payment" msgstr "" "\n" " 等候付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "" "\n" " Don't worry, you can always change this setting later on the vendor's form.\n" " You also have the option to disable the feature for all vendors in the accounting settings." msgstr "" "\n" " 不用擔心,你稍後可隨時在供應商表單上,更改此設定。\n" " 你也可在會計設定中,為所有供應商停用這項功能。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner msgid "Back to settings" msgstr "回到設定" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "\n" " Preview" msgstr "" "\n" " 預覽" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "" " Configure Alias Domain" msgstr " 配置別名域" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_details_fields msgid "" "\n" " You can choose how you want us to send your invoices, and with which electronic format.\n" " " msgstr "" "\n" " 你可選擇希望我們發送發票的方式,以及使用的電子格式。\n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "" "\n" " \n" " Cancelled\n" " " msgstr "" "\n" " \n" " 已取消\n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "" "\n" " Untrusted\n" " Trusted\n" " " msgstr "" "\n" " 不信任\n" " 受信任\n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form msgid "" "Never miss a deadline, with automated " "statements and alerts." msgstr "利用自動報表及警報,永遠不會錯過最後期限。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" "\n" " in \n" " " msgstr "" "\n" " 貨幣 \n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" " or " msgstr "" "" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_line_form msgid "" "%" msgstr "" "%" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "" "%" msgstr "" "%" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "" "and" msgstr "" " 與 " "" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "Changed Lock Date:" msgstr "已更改鎖定日期:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "" "\n" " Audit\n" " " msgstr "" "\n" " 審計\n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_form msgid "" "\n" " Balance\n" " " msgstr "結餘" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_form msgid "" "\n" " Taxes\n" " " msgstr "稅項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "1 Payment" msgstr "1 付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Cash Basis Entries" msgstr "現金制記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.partner_view_buttons msgid "Invoiced" msgstr "已開發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Journal Entries" msgstr "日記賬記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Journal Entry" msgstr "流水賬記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Reconciled Items" msgstr "已對賬項目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Transaction" msgstr "交易" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "High risk:" msgstr "高風險:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard msgid "" "\n" " inclusive, to make them immutable\n" " " msgstr "" "\n" " 包括在內,使它們不可變\n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard msgid "" "\n" " Secure entries up to\n" " " msgstr "" "\n" " 安全鎖定記項截至\n" " " #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "" "$ 11,750.00" msgstr "" "$ 11,750.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "" "$ 19,250.00" msgstr "" "$ 19,250.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "" "$ 7,500.00" msgstr "" "$ 7,500.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "1,500.00" msgstr "1,500.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "2,350.00" msgstr "2,350.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "Medium risk: Iban" msgstr "中風險: Iban" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" "Draft" msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "10+" msgstr "10+" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid " % if paid within " msgstr " % 若在期限內付款:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid " days" msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "" " Invoice\n" " Credit Note" msgstr "" " 發票\n" " 退款單" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "" "Match Invoice/bill with" msgstr "" "配對發票/賬單至" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "everyone" msgstr "所有人" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "New" msgstr "新增" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "View" msgstr "查看" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Last Statement" msgstr "上期結單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban msgid " (CR)" msgstr " (貸)" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban msgid " (DR)" msgstr " (借)" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid " = " msgstr " = " #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid " Bill" msgstr "賬單" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid " From " msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid " To " msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid " due on " msgstr " 到期日 " #. module: account #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template msgid " on " msgstr " 用於 " #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "$ 19,250.00" msgstr "$ 19,250.00" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "1 " msgstr "1 " #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "5.00" msgstr "5.00" #. module: account #: model_terms:web_tour.tour,rainbow_man_message:account.account_tour msgid "Good job! You went through all steps of this tour." msgstr "做得好!你已完成本次導覽的所有步驟。" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Amount In Currency" msgstr "原幣金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview #: model_terms:ir.ui.view,arch_db:account.report_invoice_document #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Amount" msgstr "金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Balance" msgstr "結餘" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Description" msgstr "描述" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Disc.%" msgstr "折扣率%" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Draft" msgstr "草稿" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form msgid "Followers of the document and" msgstr "文件的關注者及" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Invoice Date" msgstr "發票日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Invoice Number" msgstr "發票號碼" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "New" msgstr "新建" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Operations" msgstr "操作" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Quantity" msgstr "數量" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Reference" msgstr "參照" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Reporting" msgstr "報表" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Tax 0%" msgstr "稅 0%" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Taxes" msgstr "" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" "This entry has been generated through the Invoicing app, before " "installing Accounting. Its balance has been imported separately." msgstr "此記項是在安裝會計程式前,以發票程式產生的。其結餘已另行獨立匯入。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner msgid "This is a preview of your Terms & Conditions." msgstr "這是您的條款和條件的預覽。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "This payment has the same partner, amount and date as " msgstr "此付款的合作夥伴、金額及日期,與以下項目相同:" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Unit Price" msgstr "單價" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "View" msgstr "檢視" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Warning: this document might be a duplicate of" msgstr "警告:此文件可能與以下項目重複:" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Subtotal" msgstr "小計" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Credit Note Date" msgstr "貸記單日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Customer Code" msgstr "客戶代碼" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Date" msgstr "日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Delivery Date" msgstr "交貨日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Due Date:" msgstr "到期日期:" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Due Date" msgstr "到期日" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Ending Balance" msgstr "期末結餘" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Incoterm" msgstr "國際貿易術語" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Invoice Date:" msgstr "憑單日期:" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Invoice Date" msgstr "發票日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Receipt Date" msgstr "收據日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Reference" msgstr "參考" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Shipping Address" msgstr "送貨地址" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Source" msgstr "來源" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Starting Balance" msgstr "期初結餘" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Subtotal" msgstr "小計" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_currency_form_inherit msgid "" "This currency has already been used to generate accounting entries.
\n" " Changing its rounding factor now will not change the rounding made on previous entries; possibly causing an inconsistency with the new ones." msgstr "" "此貨幣現時用於產生會計記項。
\n" "現在更改其捨入因子,並不會更改先前記項的捨入,有可能導致新舊記項不一致。" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template msgid "Total" msgstr "總計" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_account_kanban msgid "Type: " msgstr "類型:" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "@From: %(email)s" msgstr "@由:%(email)s" #. module: account #: model_terms:ir.actions.act_window,help:account.action_view_bank_statement_tree msgid "" "A Cash Register allows you to manage cash entries in your cash\n" " journals. This feature provides an easy way to follow up cash\n" " payments on a daily basis." msgstr "收銀機能簡化管理現金賬流水記項的工作。此功能方便用戶每天點算和跟進現金付款。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_journal_group_uniq_name msgid "A Ledger group name must be unique per company." msgstr "每個公司的分類賬組別名稱必須獨一無二。" #. module: account #: model:ir.model.fields,help:account.field_account_journal__alias_defaults msgid "" "A Python dictionary that will be evaluated to provide default values when " "creating new records for this alias." msgstr "當創建別名的新記錄時,一個Python字典被提供作為默認值。" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "A bank account can belong to only one journal." msgstr "同一個銀行賬戶,只能連結至單一流水賬戶。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree msgid "" "A bank statement is a summary of all financial transactions\n" " occurring over a given period of time on a bank account. You\n" " should receive this periodically from your bank." msgstr "銀行結單總結一個銀行賬戶在某段期間內發生的所有財務交易。你應該會定期由銀行收到結單。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_credit_statement_tree msgid "" "A credit statement is a summary of all financial transactions\n" " occurring over a given period of time on a credit account. You\n" " should receive this periodically from your bank." msgstr "" "信用結單是信貸賬戶在指定期間內,\n" " 發生的所有金融交易的摘要。\n" " 你應該會定期從銀行收到此結單。" #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "A fiscal position with a foreign VAT already exists in this region." msgstr "該地區已有財務規則牽涉國外增值稅。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_journal_line msgid "" "A journal entry consists of several journal items, each of\n" " which is either a debit or a credit transaction." msgstr "" "日記賬的每項「記項」(entry)包含兩條甚至幾條日記賬項目(item)。\n" "

這些交易項目的金額,只可記賬為「借記」(debit)或「貸記」(credit)款項。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_journal_form msgid "" "A journal is used to record transactions of all accounting data\n" " related to the day-to-day business." msgstr "流水賬用作記錄日常營運產生的所有交易及相關會計數據。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "A line cannot have both children and a groupby value (line '%s')." msgstr "同一資料行內,不能同時存在子項目及分組方式數值(資料行 \"%s\")。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "A line of this move is using a deprecated account, you cannot post it." msgstr "此操作其中一個資料行使用了已棄用的賬戶,所以無法過賬。" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "A new Hard Lock Date must be posterior (or equal) to the previous one." msgstr "新的硬性鎖定日期必須後於(或等於)前一個日期。" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "A note, whose content usually applies to the section or product above." msgstr "一則備註,其內容通常適用於上述分節或產品。" #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "" "A payment tolerance defined as a percentage should always be between 0 and " "100" msgstr "付款容忍度百分比須介乎 0 至 100" #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "" "A payment tolerance defined as an amount should always be higher than 0" msgstr "付款容忍度金額數值須大於 0" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "" "A payment with an outstanding account cannot be confirmed without having a " "journal entry." msgstr "如果沒有日記賬記項,便不可確認未清繳賬戶的付款。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_reconcile_model_name_unique msgid "A reconciliation model already bears this name." msgstr "已有其他對賬模型使用此名稱。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_report_line_code_uniq msgid "A report line with the same code already exists." msgstr "已有其他報表資料行使用相同代碼。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "A rounding per line is advised if your prices are tax-included. That way, " "the sum of line subtotals equals the total with taxes." msgstr "若價格本身連稅,建議你對每個資料行都進行四捨五入。這樣,所有資料行的金額加起來,便會等於價格總和再四捨五入的數值。" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "A section title" msgstr "分節的標題" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid "A single exception must change exactly one lock date field." msgstr "單一例外情況必須只更改一個鎖定日期欄位。" #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement.py:0 msgid "A statement should only contain lines from the same journal." msgstr "對帳單應只包含同一帳簿的明細行。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_account_tag_name_uniq msgid "" "A tag with the same name and applicability already exists in this country." msgstr "這個國家已經有了一個名稱和適用性相同的標籤。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_fiscal_position_tax_tax_src_dest_uniq msgid "A tax fiscal position could be defined only one time on same taxes." msgstr "就同一稅項,只能設立單一條稅務財務規則。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "A temporary number can not be used in a real matching" msgstr "臨時號碼不能用於實際配對" #. module: account #: model:res.groups,name:account.group_warning_account msgid "A warning can be set on a partner (Account)" msgstr "可針對合作夥伴(帳戶)設定警告訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__aba_routing msgid "ABA/Routing" msgstr "ABA/匯款路徑號碼" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__abnormal_amount_partner_ids msgid "Abnormal Amount Partner" msgstr "異常金額合作夥伴" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__abnormal_amount_warning #: model:ir.model.fields,field_description:account.field_account_move__abnormal_amount_warning msgid "Abnormal Amount Warning" msgstr "異常金額警告" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__abnormal_date_partner_ids msgid "Abnormal Date Partner" msgstr "異常日期合作夥伴" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__abnormal_date_warning #: model:ir.model.fields,field_description:account.field_account_move__abnormal_date_warning msgid "Abnormal Date Warning" msgstr "異常日期警告" #. module: account #: model:ir.model,name:account.model_res_groups msgid "Access Groups" msgstr "存取組" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__access_warning #: model:ir.model.fields,field_description:account.field_account_journal__access_warning #: model:ir.model.fields,field_description:account.field_account_move__access_warning msgid "Access warning" msgstr "存取警告" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 #: code:addons/account/wizard/accrued_orders.py:0 #: model:ir.model,name:account.model_account_account #: model:ir.model.fields,field_description:account.field_account_code_mapping__account_id #: model:ir.model.fields,field_description:account.field_account_merge_wizard__account_ids #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__account_id #: model:ir.model.fields,field_description:account.field_account_move_line__account_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__account_id #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__account_id #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_account_id #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_account_id #: model:ir.model.fields.selection,name:account.selection__account_merge_wizard_line__display_type__account #: model_terms:ir.ui.view,arch_db:account.view_account_form #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_search #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Account" msgstr "帳戶" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "Account %(account)s will be split in %(num_accounts)s, one for each " "company:\n" msgstr "賬戶 %(account)s 將會分拆為 %(num_accounts)s 個,每間公司一個:\n" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "Account %s cannot be unmerged as it already belongs to a single company. The" " unmerge operation only splits an account based on its companies." msgstr "" "賬戶 %s 未能取消合併,因為它已屬於單一間公司。\n" "取消合併操作只會根據不同公司去分拆賬戶。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "Account %s does not allow reconciliation. First change the configuration of " "this account to allow it." msgstr "賬戶 \"%s\" 不容許進行對賬。請先變更賬戶設定,設為允許對賬。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Account %s is of payable type, but is used in a sale operation." msgstr "賬戶「%s」屬於應付類型,但被用於銷售操作。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Account %s is of receivable type, but is used in a purchase operation." msgstr "賬戶「%s」屬於應收類型,但被用於採購操作。" #. module: account #: model:ir.model,name:account.model_account_cash_rounding msgid "Account Cash Rounding" msgstr "賬戶現金捨入" #. module: account #: model:ir.model,name:account.model_account_chart_template msgid "Account Chart Template" msgstr "賬目總表範本" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__account_codes_formula msgid "Account Codes Formula Shortcut" msgstr "賬戶代碼公式捷徑" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__currency_id msgid "Account Currency" msgstr "賬戶貨幣" #. module: account #: model:onboarding.onboarding,name:account.onboarding_onboarding_account_dashboard msgid "Account Dashboard Onboarding" msgstr "會計Dashboard新手簡介" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_view_activity #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Account Entry" msgstr "賬戶記項" #. module: account #: model:ir.model,name:account.model_account_group #: model_terms:ir.ui.view,arch_db:account.view_account_group_form #: model_terms:ir.ui.view,arch_db:account.view_account_group_tree msgid "Account Group" msgstr "會計項目組" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_hierarchy msgid "Account Groups" msgstr "科目組" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Account Groups with the same granularity can't overlap" msgstr "數據細緻度相同的賬戶組別,不可重疊。" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__account_has_hashed_entries msgid "Account Has Hashed Entries" msgstr "賬戶有雜湊記項" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__company_partner_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__partner_id #: model:ir.model.fields,field_description:account.field_res_partner_bank__partner_id msgid "Account Holder" msgstr "科目持有人" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__acc_holder_name #: model:ir.model.fields,field_description:account.field_res_partner_bank__acc_holder_name msgid "Account Holder Name" msgstr "科目持有人名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__journal_id #: model:ir.model.fields,field_description:account.field_res_partner_bank__journal_id #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form #: model_terms:ir.ui.view,arch_db:account.view_account_journal_tree msgid "Account Journal" msgstr "會計日記帳" #. module: account #: model:ir.model,name:account.model_account_journal_group msgid "Account Journal Group" msgstr "賬戶流水賬組別" #. module: account #: model:ir.model,name:account.model_account_lock_exception #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "Account Lock Exception" msgstr "賬戶鎖定異常" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__account_map msgid "Account Map" msgstr "賬戶配對" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__account_ids #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "Account Mapping" msgstr "賬戶配對" #. module: account #: model:ir.model,name:account.model_account_move_reversal msgid "Account Move Reversal" msgstr "會計憑證逆轉" #. module: account #: model:ir.model,name:account.model_account_move_send msgid "Account Move Send" msgstr "賬戶分錄傳送" #. module: account #: model:ir.model,name:account.model_account_move_send_batch_wizard msgid "Account Move Send Batch Wizard" msgstr "賬戶分錄傳送批次精靈" #. module: account #: model:ir.model,name:account.model_account_move_send_wizard msgid "Account Move Send Wizard" msgstr "賬戶分錄傳送精靈" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__name #: model_terms:ir.ui.view,arch_db:account.view_account_form msgid "Account Name" msgstr "帳戶名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__bank_acc_number #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__acc_number #: model:ir.model.fields,field_description:account.field_base_document_layout__account_number #: model:ir.model.fields,field_description:account.field_res_partner_bank__acc_number #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "Account Number" msgstr "帳戶號碼" #. module: account #: model:account.account,name:account.1_payable #: model:ir.model.fields,field_description:account.field_res_partner__property_account_payable_id #: model:ir.model.fields,field_description:account.field_res_users__property_account_payable_id msgid "Account Payable" msgstr "應付賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_category_property_form msgid "Account Properties" msgstr "賬戶設定" #. module: account #: model:account.account,name:account.1_receivable #: model:ir.model.fields,field_description:account.field_res_partner__property_account_receivable_id #: model:ir.model.fields,field_description:account.field_res_users__property_account_receivable_id msgid "Account Receivable" msgstr "應收賬戶" #. module: account #: model:account.account,name:account.1_pos_receivable msgid "Account Receivable (PoS)" msgstr "應收賬戶(營業點)" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__is_account_reconcile msgid "Account Reconcile" msgstr "賬戶對賬" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__account_root_id msgid "Account Root" msgstr "會計項目根" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_bank_statement_graph #: model_terms:ir.ui.view,arch_db:account.account_bank_statement_pivot #: model_terms:ir.ui.view,arch_db:account.account_move_line_graph_date msgid "Account Statistics" msgstr "賬戶統計" #. module: account #: model:ir.model,name:account.model_account_account_tag msgid "Account Tag" msgstr "帳戶標籤" #. module: account #: model:ir.model.fields,field_description:account.field_product_product__account_tag_ids #: model:ir.model.fields,field_description:account.field_product_template__account_tag_ids msgid "Account Tags" msgstr "賬戶標籤" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_tax_view_tree #: model_terms:ir.ui.view,arch_db:account.view_tax_form #: model_terms:ir.ui.view,arch_db:account.view_tax_tree msgid "Account Tax" msgstr "賬戶稅項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_group_form #: model_terms:ir.ui.view,arch_db:account.view_tax_group_tree msgid "Account Tax Group" msgstr "賬戶稅組" #. module: account #: model:ir.model.fields,field_description:account.field_ir_module_module__account_templates msgid "Account Templates" msgstr "科目模板" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__account_type #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Account Type" msgstr "賬戶類型" #. module: account #: model:ir.model.fields,help:account.field_account_account__account_type #: model:ir.model.fields,help:account.field_account_move_line__account_type msgid "" "Account Type is used for information purpose, to generate country-specific " "legal reports, and set the rules to close a fiscal year and generate opening" " entries." msgstr "項目類型用於資訊目的,用於生成合乎各國財稅規範的報告,以及設定會計年度關閉的規則,並生成期初分錄." #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_account_type msgid "Account Types" msgstr "賬戶類型" #. module: account #: model:ir.model,name:account.model_account_root msgid "Account codes first 2 digits" msgstr "賬戶代碼首兩位數" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "Account codes must be unique. You can't create accounts with these duplicate" " codes: %s" msgstr "賬戶代碼必須獨一無二。不可使用以下重複代碼建立賬戶:%s" #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__account_journal_early_pay_discount_loss_account_id msgid "" "Account for the difference amount after the expense discount has been " "granted" msgstr "開支折扣獲批後記錄差額的賬戶" #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__account_journal_early_pay_discount_gain_account_id msgid "" "Account for the difference amount after the income discount has been granted" msgstr "收入折扣獲批後記錄差額的賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_group_search msgid "Account group" msgstr "賬戶組別" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_group_search msgid "Account groups" msgstr "賬戶組別" #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__acc_holder_name #: model:ir.model.fields,help:account.field_res_partner_bank__acc_holder_name msgid "" "Account holder name, in case it is different than the name of the Account " "Holder" msgstr "科目持有人名稱,預防與科目持有人的名稱不同" #. module: account #: model:ir.model,name:account.model_account_merge_wizard msgid "Account merge wizard" msgstr "賬戶合併精靈" #. module: account #: model:ir.model,name:account.model_account_merge_wizard_line msgid "Account merge wizard line" msgstr "賬戶合併精靈資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__account_src_id msgid "Account on Product" msgstr "產品所用賬戶" #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__account_id msgid "Account on which to post the tax amount" msgstr "稅款誌入賬戶" #. module: account #: model:ir.model.fields,help:account.field_account_account__group_id msgid "Account prefixes can determine account groups." msgstr "賬戶代號起首可用作決定賬戶組別。" #. module: account #: model:ir.model,name:account.model_report_account_report_invoice_with_payments msgid "Account report with payment lines" msgstr "有付款資料行的賬戶報表" #. module: account #: model:ir.model,name:account.model_report_account_report_invoice msgid "Account report without payment lines" msgstr "沒有付款資料行的賬戶報表" #. module: account #: model:ir.model.fields,help:account.field_res_company__account_cash_basis_base_account_id #: model:ir.model.fields,help:account.field_res_config_settings__account_cash_basis_base_account_id msgid "" "Account that will be set on lines created in cash basis journal entry and " "used to keep track of the tax base amount." msgstr "此賬戶會是現金流水賬記項所產生的資料行用以誌賬的賬戶,並用作追蹤計稅基準金額。" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__account_dest_id msgid "Account to Use Instead" msgstr "代為使用的賬戶" #. module: account #: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__destination_account_id msgid "Account to transfer to." msgstr "入賬賬戶" #. module: account #: model:ir.model.fields,help:account.field_res_company__revenue_accrual_account_id msgid "Account used to move the period of a revenue" msgstr "用作過賬有關期間收入的賬戶" #. module: account #: model:ir.model.fields,help:account.field_res_company__expense_accrual_account_id msgid "Account used to move the period of an expense" msgstr "用作過賬有關期間開支的賬戶" #. module: account #: model:ir.model.fields,help:account.field_account_tax__cash_basis_transition_account_id msgid "" "Account used to transition the tax amount for cash basis taxes. It will " "contain the tax amount as long as the original invoice has not been " "reconciled ; at reconciliation, this amount cancelled on this account and " "put on the regular tax account." msgstr "用作過賬現金稅項金額的賬戶。若原本發票未完成對賬,金額將包含稅項。在對賬時,金額會在此賬戶註銷,轉往正常的稅項賬戶誌賬。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Account with Entries" msgstr "有分錄的帳戶" #. module: account #: model:ir.actions.server,name:account.ir_cron_auto_post_draft_entry_ir_actions_server msgid "" "Account: Post draft entries with auto_post enabled and accounting date up to" " today" msgstr "此賬戶用作誌賬已開啟 auto_post 功能、會計日期截至今天的所有草稿記項" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_accountant #: model:ir.ui.menu,name:account.account_account_menu #: model:ir.ui.menu,name:account.menu_finance_entries #: model_terms:ir.ui.view,arch_db:account.product_template_form_view #: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_form_inherit_account #: model_terms:ir.ui.view,arch_db:account.view_account_form #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Accounting" msgstr "會計" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__accounting_date #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Accounting Date" msgstr "會計日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Accounting Entries" msgstr "會計分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Accounting Firms mode" msgstr "會計公司模式" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Accounting Information" msgstr "會計資訊" #. module: account #. odoo-python #: code:addons/account/models/onboarding_onboarding_step.py:0 msgid "Accounting Periods" msgstr "會計期間" #. module: account #: model:ir.model,name:account.model_account_report msgid "Accounting Report" msgstr "會計報表" #. module: account #: model:ir.model,name:account.model_account_report_column msgid "Accounting Report Column" msgstr "會計報表欄" #. module: account #: model:ir.model,name:account.model_account_report_expression msgid "Accounting Report Expression" msgstr "會計報表表達式" #. module: account #: model:ir.model,name:account.model_account_report_external_value msgid "Accounting Report External Value" msgstr "會計報表外部值" #. module: account #: model:ir.model,name:account.model_account_report_line msgid "Accounting Report Line" msgstr "會計報表明細" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Accounting documents" msgstr "會計文件" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Accounting firm mode will change invoice/bill encoding:" msgstr "會計公司模式會變更發票 / 賬單的編碼:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Accounting-related settings are managed on" msgstr "要管理會計相關設定,請前往" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account_tag__applicability__accounts #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Accounts" msgstr "項目" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_account msgid "Accounts Mapping of Fiscal Position" msgstr "財務規則賬戶對應" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__account_prefix msgid "Accounts Prefix" msgstr "賬戶代號起首" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_analytic_distribution_model_form_inherit #: model_terms:ir.ui.view,arch_db:account.account_analytic_distribution_model_tree_inherit msgid "Accounts Prefixes" msgstr "賬戶字首" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Accounts successfully merged!" msgstr "賬戶合併成功。" #. module: account #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__account_id msgid "Accrual Account" msgstr "應計賬戶" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "Accrual Moves" msgstr "應計項目過賬" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "" "Accrual entry created on %(date)s: %(accrual_entry)s. And" " its reverse entry: %(reverse_entry)s." msgstr "於 %(date)s 建立的應計項目記項: %(accrual_entry)s 。相關反向記項: %(reverse_entry)s 。" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "Accrued %(entry_type)s entry as of %(date)s" msgstr "應計的 %(entry_type)s 記項,截至 %(date)s" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "Accrued Account" msgstr "應計項目賬戶" #. module: account #: model:ir.model,name:account.model_account_accrued_orders_wizard msgid "Accrued Orders Wizard" msgstr "累積應計訂單精靈" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "Accrued total" msgstr "應計總額" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__action #: model:ir.model.fields,field_description:account.field_account_report_line__action_id msgid "Action" msgstr "動作" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_needaction #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_needaction #: model:ir.model.fields,field_description:account.field_account_journal__message_needaction #: model:ir.model.fields,field_description:account.field_account_move__message_needaction #: model:ir.model.fields,field_description:account.field_account_payment__message_needaction #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_needaction #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_needaction #: model:ir.model.fields,field_description:account.field_account_tax__message_needaction #: model:ir.model.fields,field_description:account.field_res_company__message_needaction #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_needaction msgid "Action Needed" msgstr "需要採取行動" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__actionable_errors msgid "Actionable Errors" msgstr "可採取行動的錯誤" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Activate Audit Trail" msgstr "啟動審計軌跡" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "Activate auto-validation" msgstr "啟動自動驗證" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Activate to create purchase receipt" msgstr "啟用以建立採購收據" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Activate to create sale receipt" msgstr "啟用以建立銷售收據" #. module: account #: model:ir.model.fields,field_description:account.field_account_account_tag__active #: model:ir.model.fields,field_description:account.field_account_fiscal_position__active #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_dest_active #: model:ir.model.fields,field_description:account.field_account_incoterms__active #: model:ir.model.fields,field_description:account.field_account_journal__active #: model:ir.model.fields,field_description:account.field_account_lock_exception__active #: model:ir.model.fields,field_description:account.field_account_payment_term__active #: model:ir.model.fields,field_description:account.field_account_reconcile_model__active #: model:ir.model.fields,field_description:account.field_account_report__active #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__active #: model:ir.model.fields,field_description:account.field_account_tax__active #: model:ir.model.fields,field_description:account.field_res_partner_bank__active #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__state__active #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Active" msgstr "啟用" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Active Account" msgstr "生效賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_ids #: model:ir.model.fields,field_description:account.field_account_journal__activity_ids #: model:ir.model.fields,field_description:account.field_account_move__activity_ids #: model:ir.model.fields,field_description:account.field_account_payment__activity_ids #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_ids #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_ids msgid "Activities" msgstr "活動" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_exception_decoration #: model:ir.model.fields,field_description:account.field_account_journal__activity_exception_decoration #: model:ir.model.fields,field_description:account.field_account_move__activity_exception_decoration #: model:ir.model.fields,field_description:account.field_account_payment__activity_exception_decoration #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_exception_decoration #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_exception_decoration msgid "Activity Exception Decoration" msgstr "活動異常圖示" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_state #: model:ir.model.fields,field_description:account.field_account_journal__activity_state #: model:ir.model.fields,field_description:account.field_account_move__activity_state #: model:ir.model.fields,field_description:account.field_account_payment__activity_state #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_state #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_state msgid "Activity State" msgstr "活動狀態" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_type_icon #: model:ir.model.fields,field_description:account.field_account_journal__activity_type_icon #: model:ir.model.fields,field_description:account.field_account_move__activity_type_icon #: model:ir.model.fields,field_description:account.field_account_payment__activity_type_icon #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_type_icon #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_type_icon msgid "Activity Type Icon" msgstr "活動類型圖示" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "Add" msgstr "加入" #. module: account #: model:ir.actions.server,name:account.action_new_bank_setting #: model:ir.ui.menu,name:account.menu_action_account_bank_journal_form msgid "Add a Bank Account" msgstr "增加銀行帳戶" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__terms_type__plain msgid "Add a Note" msgstr "加入備註" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Add a QR-code to your invoices so that your customers can pay instantly with" " their mobile banking application." msgstr "應收憑單上增加二維碼,使用者可以立即在手機銀行支付." #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Add a description to your item." msgstr "為商品加入描述。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_journal_form msgid "Add a journal" msgstr "增加日記帳" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Add a line" msgstr "加入資料行" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Add a line to your invoice" msgstr "增加明細到應收憑單" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__terms_type__html msgid "Add a link to a Web Page" msgstr "增加指向網頁的連結" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_form msgid "Add a new account" msgstr "增加新會計項目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Add a note" msgstr "加入備註" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Add a payment QR-code to your invoices" msgstr "在你的應收憑單上增加支付二維碼" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__strategy__add_invoice_line msgid "Add a rounding line" msgstr "增加捨入明細" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Add a section" msgstr "加入分段標題" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Add an internal note..." msgstr "加入內部備註⋯" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form msgid "Add contacts to notify..." msgstr "加入要通知的聯絡人⋯" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Add your terms & conditions at the bottom of invoices/orders/quotations" msgstr "在發票/訂單/報價單底部加入你的條款及細則" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "Address" msgstr "地址" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "Adjusting Amount" msgstr "調整金額" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Adjusting Entries have been created for this invoice:" msgstr "已為此發票建立調整記項:" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Adjusting Entry" msgstr "調整分錄" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Adjusting Entry {link} {percent}%% of {amount} recognized from {date}" msgstr "調整記項 {link} 款項 {amount} 的 {percent}%% ,由 {date} 開始確認" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "" "Adjusting Entry {link} {percent}%% of {amount} recognized on {new_date}" msgstr "調整記項 {link} 款項 {amount} 的 {percent}%% ,由 {new_date} 開始確認" #. module: account #: model:res.groups,name:account.group_account_manager msgid "Administrator" msgstr "管理員" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "Advanced Options" msgstr "高級選項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Advanced Settings" msgstr "進階設定" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__include_base_amount msgid "Affect Base of Subsequent Taxes" msgstr "影響其後稅項的計稅基數" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0 #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "After" msgstr "之後" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "After importing three bills for a vendor without making changes, Odoo will " "suggest automatically validating future bills. You can toggle this feature " "at any time in the vendor's profile." msgstr "若為供應商匯入三張賬單而未作更改,Odoo 將建議自動驗證未來的賬單。你可隨時在供應商資料頁面,切換此功能。" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__aggregation msgid "Aggregate Other Formulas" msgstr "整合其他公式" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__aggregation_formula msgid "Aggregation Formula Shortcut" msgstr "整合公式捷徑" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__alerts #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__alerts msgid "Alerts" msgstr "警報" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__alias_id msgid "Alias" msgstr "別名" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__alias_domain_id msgid "Alias Domain" msgstr "別名域" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__alias_domain msgid "Alias Domain Name" msgstr "別名域名" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__alias_name msgid "Alias Name" msgstr "別名" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 msgid "All" msgstr "所有" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_tree msgid "All Companies" msgstr "所有公司" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "All accounts on the lines must be of the same type." msgstr "明細上的所有科目必須具有相同的類別." #. module: account #: model:ir.model.fields,help:account.field_account_secure_entries_wizard__move_to_hash_ids msgid "All moves that will be hashed" msgstr "將作雜湊處理的所有分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "All our contractual relations will be governed exclusively by" msgstr "我們所有的合作關係將受" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_reversal.py:0 msgid "All selected moves for reversal must belong to the same company." msgstr "所有已選取的撤銷分錄,必須屬於同一公司。" #. module: account #: model:ir.model.fields,help:account.field_account_secure_entries_wizard__not_hashable_unlocked_move_ids msgid "" "All unhashable moves before the selected date that are not protected by the " "Hard Lock Date" msgstr "在所選日期之前,不受硬性鎖定日期保護的所有不可雜湊分錄" #. module: account #: model:ir.model.fields,help:account.field_account_secure_entries_wizard__unreconciled_bank_statement_line_ids msgid "All unreconciled bank statement lines before the selected date." msgstr "在所選日期之前,所有未對賬的銀行結單資料行。" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_product_margin msgid "Allow Product Margin" msgstr "允許產品毛利" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__reconcile msgid "Allow Reconciliation" msgstr "允許對帳核銷" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_check_printing msgid "Allow check printing and deposits" msgstr "允許支票列印和存款" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Allow sending and receiving invoices through the PEPPOL network" msgstr "允許通過 PEPPOL 網絡發送和接收發票" #. module: account #: model:res.groups,name:account.group_cash_rounding msgid "Allow the cash rounding management" msgstr "允許現金捨入管理" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Allow to configure taxes using cash basis" msgstr "允許使用現金收付制設定稅金" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__allowed_journal_ids msgid "Allowed Journals" msgstr "允許的日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__account_control_ids msgid "Allowed accounts" msgstr "允許的科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Allows you to use Storno accounting." msgstr "允許您使用 Storno 會計." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Allows you to use the analytic accounting." msgstr "允許使用分析會計." #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid "Already Paid:" msgstr "已付款:" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__always #: model:ir.model.fields.selection,name:account.selection__res_partner__autopost_bills__always msgid "Always" msgstr "總是" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term__early_pay_discount_computation__mixed msgid "Always (upon invoice)" msgstr "永遠(根據發票)" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__always_tax_exigible #: model:ir.model.fields,field_description:account.field_account_move__always_tax_exigible msgid "Always Tax Exigible" msgstr "始終計稅" #. module: account #: model:ir.model.fields,help:account.field_account_partial_reconcile__amount msgid "" "Always positive amount concerned by this matching expressed in the company " "currency." msgstr "此匹配所涉及的金額始終為正,以公司幣別表示." #. module: account #: model:ir.model.fields,help:account.field_account_partial_reconcile__credit_amount_currency msgid "" "Always positive amount concerned by this matching expressed in the credit " "line foreign currency." msgstr "此匹配所涉及的金額始終為正,以外幣信用額度表示." #. module: account #: model:ir.model.fields,help:account.field_account_partial_reconcile__debit_amount_currency msgid "" "Always positive amount concerned by this matching expressed in the debit " "line foreign currency." msgstr "此匹配所涉及的金額始終為正,以外幣借方明細表示." #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__aba_routing msgid "American Bankers Association Routing Number" msgstr "美國銀行公會匯款路徑號碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__amount #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__amount #: model:ir.model.fields,field_description:account.field_account_payment__amount #: model:ir.model.fields,field_description:account.field_account_payment_register__amount #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount_string #: model:ir.model.fields,field_description:account.field_account_tax__amount #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Amount" msgstr "金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__amount_company_currency_signed msgid "Amount Company Currency Signed" msgstr "金額 公司貨幣 簽名" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount msgid "Amount Condition" msgstr "金額條件" #. module: account #: model:ir.model.fields,field_description:account.field_account_move__amount_residual #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices #: model_terms:ir.ui.view,arch_db:account.report_invoice_document #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree msgid "Amount Due" msgstr "到期金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_residual_signed #: model:ir.model.fields,field_description:account.field_account_move__amount_residual_signed msgid "Amount Due Signed" msgstr "簽署的到期金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount_max msgid "Amount Max Parameter" msgstr "金額最大參數" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount_min msgid "Amount Min Parameter" msgstr "金額最小參數" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__amount_signed msgid "Amount Signed" msgstr "簽核的金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_nature #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount_type msgid "Amount Type" msgstr "金額類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_currency #: model:ir.model.fields,field_description:account.field_account_move_line__amount_currency #: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree msgid "Amount in Currency" msgstr "外幣金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__source_amount msgid "Amount to Pay (company currency)" msgstr "應付金額 (公司幣別)" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__source_amount_currency msgid "Amount to Pay (foreign currency)" msgstr "應付金額 (外幣)" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total_words #: model:ir.model.fields,field_description:account.field_account_move__amount_total_words msgid "Amount total in words" msgstr "總額大寫(以文字表述)" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "Amount:" msgstr "金額:" #. module: account #: model:ir.actions.act_window,name:account.action_amounts_to_settle msgid "Amounts to Settle" msgstr "結算金額" #. module: account #: model_terms:ir.actions.act_window,help:account.action_amounts_to_settle msgid "Amounts to settle" msgstr "結算金額" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "An Off-Balance account can not be reconcilable" msgstr "資產負債表外項目無法核銷" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "An Off-Balance account can not have taxes" msgstr "非平衡科目無法加稅" #. module: account #: model:ir.model.constraint,message:account.constraint_account_fiscal_position_account_account_src_dest_uniq msgid "" "An account fiscal position could be defined only one time on same accounts." msgstr "財務狀況只能在一個會計科目上定義一次." #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_form msgid "" "An account is part of a ledger allowing your company\n" " to register all kinds of debit and credit transactions.\n" " Companies present their annual accounts in two main parts: the\n" " balance sheet and the income statement (profit and loss\n" " account). The annual accounts of a company are required by law\n" " to disclose a certain amount of information." msgstr "" "一個會計項目是總帳中允許公司記錄所有種類的\n" " 借方和貸方的交易.\n" " 公司通過兩種主要方式呈現他們的年應收: \n" " 資產負債表和收入報表(盈餘和\n" " 虧損). 公司的年營收項目法律規定的\n" " 要披露一定量的公司資訊." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "An error has occurred." msgstr "發生了錯誤." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "An error occurred when computing the inalterability. A gap has been detected" " in the sequence." msgstr "計算不變性時發生錯誤。序列中偵測到間隙。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "An error occurred when computing the inalterability. All entries have to be " "reconciled." msgstr "計算不變性時出錯。所有記項都必須進行對賬。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Analytic" msgstr "分析" #. module: account #: model:ir.model,name:account.model_account_analytic_account msgid "Analytic Account" msgstr "分析帳戶" #. module: account #: model:ir.ui.menu,name:account.menu_analytic_accounting msgid "Analytic Accounting" msgstr "分析會計帳戶" #. module: account #: model:ir.ui.menu,name:account.account_analytic_def_account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Analytic Accounts" msgstr "分析帳戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__analytic_distribution #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__analytic_distribution msgid "Analytic Distribution" msgstr "分析分攤" #. module: account #: model:ir.model,name:account.model_account_analytic_distribution_model msgid "Analytic Distribution Model" msgstr "分析分配模型" #. module: account #: model:ir.ui.menu,name:account.menu_analytic__distribution_model msgid "Analytic Distribution Models" msgstr "分析分配模型" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_analytic msgid "Analytic Filter" msgstr "分析篩選" #. module: account #: model:ir.ui.menu,name:account.menu_action_analytic_lines_tree msgid "Analytic Items" msgstr "分析項目" #. module: account #: model:ir.model,name:account.model_account_analytic_line msgid "Analytic Line" msgstr "分析項目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Analytic Lines" msgstr "分析項目" #. module: account #: model:ir.model,name:account.model_account_analytic_applicability msgid "Analytic Plan's Applicabilities" msgstr "分析計劃的適用性" #. module: account #: model:ir.ui.menu,name:account.account_analytic_plan_menu msgid "Analytic Plans" msgstr "分析計劃" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__analytic_precision #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__analytic_precision msgid "Analytic Precision" msgstr "分析精度" #. module: account #: model:ir.ui.menu,name:account.menu_action_analytic_reporting msgid "Analytic Report" msgstr "分析報告" #. module: account #: model:ir.actions.act_window,name:account.action_analytic_reporting msgid "Analytic Reporting" msgstr "分析報告" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__analytic_line_ids msgid "Analytic lines" msgstr "分析明細" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Analytics" msgstr "統計" #. module: account #: model:ir.model.constraint,message:account.constraint_account_move_unique_name msgid "Another entry with the same name already exists." msgstr "已有其他同名記項。" #. module: account #: model:ir.model.fields,help:account.field_res_company__hard_lock_date msgid "" "Any entry up to and including that date will be postponed to a later time, " "in accordance with its journal sequence. This lock date is irreversible and " "does not allow any exception." msgstr "在該日期及之前(包括該日期)的任何條目,都將根據其日記賬順序,推遲至較後的時間。此鎖定日期不可逆轉,亦不允許任何例外。" #. module: account #: model:ir.model.fields,help:account.field_res_company__fiscalyear_lock_date msgid "" "Any entry up to and including that date will be postponed to a later time, " "in accordance with its journal's sequence." msgstr "在該日期及之前(包括該日期)的任何條目,都將根據其日記賬順序,推遲至較後的時間。" #. module: account #: model:ir.model.fields,help:account.field_res_company__tax_lock_date msgid "" "Any entry with taxes up to and including that date will be postponed to a " "later time, in accordance with its journal's sequence. The tax lock date is " "automatically set when the tax closing entry is posted." msgstr "在該日期及之前(包括該日期)的任何連稅條目,都將根據其日記賬順序,推遲至較後的時間。稅務鎖定日期會在稅務結算記項過賬時自動設定。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "Any journal item on a payable account must have a due date and vice versa." msgstr "應付賬款科目上的任何日記賬項目都必須有到期日,反之亦然." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "Any journal item on a receivable account must have a due date and vice " "versa." msgstr "應收賬款科目上的任何日記賬項目都必須有到期日,反之亦然." #. module: account #: model:ir.model.fields,help:account.field_res_company__purchase_lock_date msgid "" "Any purchase entry prior to and including this date will be postponed to a " "later date, in accordance with its journal's sequence." msgstr "在此日期及之前(包括此日期)的任何採購條目,都將根據其日記賬順序,推遲至較後的日期。" #. module: account #: model:ir.model.fields,help:account.field_res_company__sale_lock_date msgid "" "Any sales entry prior to and including this date will be postponed to a " "later date, in accordance with its journal's sequence." msgstr "在此日期及之前(包括此日期)的任何銷售條目,都將根據其日記賬順序,推遲至較後的日期。" #. module: account #: model:ir.model.fields,field_description:account.field_account_account_tag__applicability msgid "Applicability" msgstr "適用範圍" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding_sale_tax #: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form msgid "Apply" msgstr "套用" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Apply VAT of the EU country to which goods and services are delivered." msgstr "應用交付商品和服務的歐盟國家的增值稅." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__country_group_id msgid "Apply only if delivery country matches the group." msgstr "僅當交貨國家/地區與組符合時適用." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__country_id msgid "Apply only if delivery country matches." msgstr "僅當交貨國家/地區符合時適用." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__vat_required msgid "Apply only if partner has a VAT number." msgstr "僅應用於有增值稅編碼的合作夥伴." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__auto_apply msgid "" "Apply tax & account mappings on invoices automatically if the matching " "criterias (VAT/Country) are met." msgstr "若條件相符(增值稅/國家/地區),發票會自動套用稅項及賬戶對應。" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__4 msgid "April" msgstr "四月" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_incoterms_form #: model_terms:ir.ui.view,arch_db:account.account_incoterms_view_search #: model_terms:ir.ui.view,arch_db:account.account_tag_view_form #: model_terms:ir.ui.view,arch_db:account.account_tag_view_search #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search #: model_terms:ir.ui.view,arch_db:account.view_account_position_filter #: model_terms:ir.ui.view,arch_db:account.view_account_position_form #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form #: model_terms:ir.ui.view,arch_db:account.view_payment_term_search msgid "Archived" msgstr "已封存" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Are you sure? This will perform the following operations:\n" msgstr "確定要繼續?將會執行以下操作:\n" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_partner__autopost_bills__ask msgid "Ask after 3 validations without edits" msgstr "若有 3 次未有任何編輯下的驗證,便詢問" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "Ask me later" msgstr "稍後再問我" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__asset msgid "Asset" msgstr "資產" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Assets" msgstr "資產" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__at_date msgid "At Date" msgstr "於指定日期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__to_beginning_of_fiscalyear msgid "At the beginning of the fiscal year" msgstr "從財政年度開始" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__to_beginning_of_period msgid "At the beginning of the period" msgstr "在期初" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/mail_attachments/mail_attachments.xml:0 msgid "Attach" msgstr "加入附件" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form msgid "Attach a file" msgstr "附加一個文件" #. module: account #: model:ir.model,name:account.model_ir_attachment msgid "Attachment" msgstr "附件" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_journal__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_move__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_payment__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_attachment_count #: model:ir.model.fields,field_description:account.field_account_tax__message_attachment_count #: model:ir.model.fields,field_description:account.field_res_company__message_attachment_count #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_attachment_count msgid "Attachment Count" msgstr "附件數目" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/mail_attachments/mail_attachments.xml:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement__attachment_ids #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__attachment_ids #: model:ir.model.fields,field_description:account.field_account_move__attachment_ids #: model:ir.model.fields,field_description:account.field_account_payment__attachment_ids msgid "Attachments" msgstr "附件" #. module: account #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_activated #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_activated msgid "Audit Log Activated" msgstr "審計日誌已啟動" #. module: account #: model:ir.actions.act_window,name:account.action_account_audit_trail_report #: model:ir.model.fields,field_description:account.field_res_company__check_account_audit_trail #: model:ir.model.fields,field_description:account.field_res_config_settings__check_account_audit_trail #: model:ir.ui.menu,name:account.account_audit_trail_menu #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Audit Trail" msgstr "審計軌跡" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__audit_trail_message_ids #: model:ir.model.fields,field_description:account.field_account_move__audit_trail_message_ids msgid "Audit Trail Messages" msgstr "審計軌跡訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__auditable msgid "Auditable" msgstr "可審核" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__8 msgid "August" msgstr "八月" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Auto validate" msgstr "自動驗證" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__autocheck_on_post msgid "Auto-Check on Post" msgstr "過賬時自動檢查" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Auto-Complete" msgstr "自動計算" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_vendor_bill_id #: model:ir.model.fields,help:account.field_account_move__invoice_vendor_bill_id msgid "Auto-complete from a past bill." msgstr "自動完成從過去的表單." #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_ids msgid "Auto-generated Payments" msgstr "自動建立的付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__auto_post #: model:ir.model.fields,field_description:account.field_account_move__auto_post msgid "Auto-post" msgstr "自動過賬" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__autopost_bills #: model:ir.model.fields,field_description:account.field_res_users__autopost_bills msgid "Auto-post bills" msgstr "自動過賬賬單" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__auto_post_until #: model:ir.model.fields,field_description:account.field_account_move__auto_post_until msgid "Auto-post until" msgstr "自動過賬有效期至" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__auto_reconcile #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Auto-validate" msgstr "自動審核" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__autopost_bills #: model:ir.model.fields,field_description:account.field_res_config_settings__autopost_bills msgid "Auto-validate bills" msgstr "自動驗證賬單" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/company.py:0 msgid "Automatic Balancing Line" msgstr "自動餘額明細" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_currency_rate_live msgid "Automatic Currency Rates" msgstr "自動匯率" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__automatic_entry_default_journal_id msgid "Automatic Entry Default Journal" msgstr "自動錄入預設日記帳" #. module: account #: model:ir.model,name:account.model_sequence_mixin msgid "Automatic sequence" msgstr "自動序列" #. module: account #: model:ir.model.fields,help:account.field_res_partner__autopost_bills #: model:ir.model.fields,help:account.field_res_users__autopost_bills msgid "Automatically post bills for this trusted partner" msgstr "為此信任的合作夥伴,自動過賬賬單" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Automation" msgstr "自動化" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "Autopost Bills" msgstr "自動過賬賬單" #. module: account #: model:ir.model,name:account.model_account_autopost_bills_wizard msgid "Autopost Bills Wizard" msgstr "自動過賬賬單精靈" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__availability_condition msgid "Availability" msgstr "可用" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_reversal__available_journal_ids #: model:ir.model.fields,field_description:account.field_account_payment__available_journal_ids #: model:ir.model.fields,field_description:account.field_account_payment_register__available_journal_ids msgid "Available Journal" msgstr "可用日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__available_partner_bank_ids #: model:ir.model.fields,field_description:account.field_account_payment_register__available_partner_bank_ids msgid "Available Partner Bank" msgstr "可用合作夥伴銀行" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__available_payment_method_ids #: model:ir.model.fields,field_description:account.field_account_payment_method_line__available_payment_method_ids msgid "Available Payment Method" msgstr "可用支付方法" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__available_payment_method_line_ids #: model:ir.model.fields,field_description:account.field_account_payment_register__available_payment_method_line_ids msgid "Available Payment Method Line" msgstr "可用的付款方式明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__price_average msgid "Average Price" msgstr "平均價" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_base_document_layout msgid "BE71096123456769" msgstr "BE71096123456769" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "BILL" msgstr "帳單" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_catalog/kanban_controller.js:0 msgid "Back to Bill" msgstr "返回賬單" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_catalog/kanban_controller.js:0 msgid "Back to Invoice" msgstr "返回發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Bacon Burger" msgstr "培根漢堡" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_partner__trust__bad msgid "Bad Debtor" msgstr "信用差的債務人" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__balance msgid "Balance" msgstr "餘額" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 msgid "Balance Sheet" msgstr "資產負債表" #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "Balance percentage can't be 0" msgstr "餘額百分比不能為 0" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_bank_journal_default_account_45 #: model:account.journal,name:account.1_bank #: model:ir.model.fields,field_description:account.field_account_journal__bank_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__bank_id #: model:ir.model.fields,field_description:account.field_res_partner__bank_account_count #: model:ir.model.fields,field_description:account.field_res_partner_bank__bank_id #: model:ir.model.fields,field_description:account.field_res_users__bank_account_count #: model:ir.model.fields.selection,name:account.selection__account_journal__type__bank #: model:ir.module.category,name:account.module_category_accounting_bank #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Bank" msgstr "銀行" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Bank & Cash" msgstr "銀行及現金" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Bank & Cash accounts cannot be shared between companies." msgstr "不同公司之間,不可共享銀行及現金賬戶。" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__bank_account_id #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Bank Account" msgstr "銀行帳戶" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "Bank Account %(link)s with number %(number)s deleted" msgstr "銀行賬戶 %(link)s(號碼 %(number)s)已被刪除" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "Bank Account %s created" msgstr "銀行帳戶 %s 已建立" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "Bank Account %s updated" msgstr "銀行帳戶 %s 已更新" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Bank Account Name" msgstr "銀行賬戶姓名" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__account_number #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Bank Account Number" msgstr "銀行帳戶號碼" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__partner_bank_id #: model:ir.model.fields,help:account.field_account_move__partner_bank_id msgid "" "Bank Account Number to which the invoice will be paid. A Company bank " "account if this is a Customer Invoice or Vendor Credit Note, otherwise a " "Partner bank account number." msgstr "已支付的應收憑單將記錄銀行帳號. 如果這是客戶應收憑單或採購折讓單,則是公司銀行帳戶,否則是合作夥伴銀行帳號." #. module: account #: model:ir.actions.act_window,name:account.action_account_supplier_accounts #: model:ir.model,name:account.model_res_partner_bank #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Bank Accounts" msgstr "銀行帳戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__bank_statements_source msgid "Bank Feeds" msgstr "銀行資料流" #. module: account #: model:account.account,name:account.1_expense_finance msgid "Bank Fees" msgstr "銀行費用" #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard msgid "Bank Identifier Code" msgstr "銀行識別代碼" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__bank_journal_ids msgid "Bank Journals" msgstr "銀行日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__bank_partner_id #: model:ir.model.fields,field_description:account.field_account_move__bank_partner_id msgid "Bank Partner" msgstr "銀行合作夥伴" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_tree msgid "Bank Reconciliation Move Presets" msgstr "銀行對帳傳票預設" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Bank Reconciliation Move preset" msgstr "銀行對帳傳票預設" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Bank Setup" msgstr "銀行設置" #. module: account #: model:ir.model,name:account.model_account_bank_statement #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Bank Statement" msgstr "銀行對帳單" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_extract msgid "Bank Statement Digitization" msgstr "銀行結單數碼化" #. module: account #: model:ir.model,name:account.model_account_bank_statement_line msgid "Bank Statement Line" msgstr "銀行對帳單明細" #. module: account #: model:ir.actions.act_window,name:account.action_bank_statement_tree msgid "Bank Statements" msgstr "銀行對帳單" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_suspense_account_id msgid "Bank Suspense" msgstr "銀行暫記" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_account_journal_suspense_account_id msgid "Bank Suspense Account" msgstr "銀行暫記帳科目" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Bank Transaction" msgstr "銀行交易" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Bank Transactions Conditions" msgstr "銀行交易條件" #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__account_journal_suspense_account_id msgid "" "Bank Transactions are posted immediately after import or synchronization. Their counterparty is the bank suspense account.\n" "Reconciliation replaces the latter by the definitive account(s)." msgstr "" "銀行對帳單交易在匯入或同步後立即過帳. 他們的交易對象是銀行暫記科目.\n" "對帳將後者替換為最終會計科目." #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__acc_type msgid "" "Bank account type: Normal or IBAN. Inferred from the bank account number." msgstr "銀行帳戶類型:正常或IBAN. 從銀行帳號推斷." #. module: account #: model:ir.actions.act_window,name:account.action_account_moves_journal_bank_cash #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_cash msgid "Bank and Cash" msgstr "銀行和現金" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Bank of odoo" msgstr "odoo 銀行" #. module: account #: model:ir.model,name:account.model_account_setup_bank_manual_config msgid "Bank setup manual config" msgstr "銀行設定通用設定" #. module: account #: model:ir.model.fields,help:account.field_account_journal__suspense_account_id msgid "" "Bank statements transactions will be posted on the suspense account until " "the final reconciliation allowing finding the right account." msgstr "銀行對帳單交易將過帳在暫記項目中,直到最終核對允許找到正確的項目為止." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Bank transactions and payments:" msgstr "銀行交易及付款:" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Bank: Balance" msgstr "銀行: 餘額" #. module: account #: model:ir.ui.menu,name:account.account_banks_menu msgid "Banks" msgstr "銀行" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__repartition_type__base msgid "Base" msgstr "計稅基數" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__is_base_affected msgid "Base Affected by Previous Taxes" msgstr "計稅基數受之前稅項影響" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__tax_base_amount msgid "Base Amount" msgstr "基本金額" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_cash_basis_base_account_id #: model:ir.model.fields,field_description:account.field_res_config_settings__account_cash_basis_base_account_id msgid "Base Tax Received Account" msgstr "基本稅應收項目" #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__repartition_type msgid "Base on which the factor will be applied." msgstr "將套用該因子的基礎." #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__repartition_type msgid "Based On" msgstr "依據" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__partner msgid "Based on Customer" msgstr "依客戶" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__invoice #: model:ir.model.fields.selection,name:account.selection__account_tax__tax_exigibility__on_invoice msgid "Based on Invoice" msgstr "根據發票" #. module: account #: model:ir.model.fields,help:account.field_account_tax__tax_exigibility msgid "" "Based on Invoice: the tax is due as soon as the invoice is validated.\n" "Based on Payment: the tax is due as soon as the payment of the invoice is received." msgstr "" "根據應收憑單,憑單一經確認,應立即繳納稅款.\n" "根據付款方式:在收到憑單款項後,應立即繳納稅款." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__tax_exigibility__on_payment msgid "Based on Payment" msgstr "根據付款" #. module: account #: model:res.groups,name:account.group_account_basic msgid "Basic" msgstr "基礎的" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Batch Payment Number Sequence" msgstr "大批付款序號" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__batch_payment_sequence_id msgid "Batch Payment Sequence" msgstr "大批付款序列" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Batch Payments" msgstr "批量付款" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0 msgid "Before" msgstr "在之前" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__before_date msgid "Before Next Payment Date" msgstr "下次付款日期之前" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Belongs to the same company as %s." msgstr "與 %s 同屬一間公司。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "Below text serves as a suggestion and doesn’t engage Odoo S.A. " "responsibility." msgstr "以下文字僅作為建議,不涉及 Odoo S.A. 的責任." #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__bank_bic msgid "Bic" msgstr "銀行唯一代碼Bic" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_bill_filter msgid "Bill" msgstr "帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_in_invoice_bill_tree msgid "Bill Currency" msgstr "帳單幣别" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_bill_filter #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree msgid "Bill Date" msgstr "帳單日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Bill Reference" msgstr "帳單編號" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 #: code:addons/account/models/account_journal_dashboard.py:0 #: model:ir.actions.act_window,name:account.action_move_in_invoice_type #: model:ir.ui.menu,name:account.menu_action_move_in_invoice_type #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_bill_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Bills" msgstr "帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Bills Analysis" msgstr "帳單分析" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Bills Late" msgstr "逾期賬單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Bills to Pay" msgstr "待付帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Bills to Validate" msgstr "待確認帳單" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Bills to pay" msgstr "待付帳單" #. module: account #: model:account.account,name:account.1_to_receive_pay msgid "Bills to receive" msgstr "待收賬單" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_column__blank_if_zero #: model:ir.model.fields,field_description:account.field_account_report_expression__blank_if_zero msgid "Blank if Zero" msgstr "如果為零則留空" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__blocked #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__blocked #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__blocked #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Blocked" msgstr "已封鎖" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__block msgid "Blocking Message" msgstr "受阻消息" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__boolean #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__boolean msgid "Boolean" msgstr "真假值" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "Branch:" msgstr "分支:" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__include_initial_balance msgid "Bring Accounts Balance Forward" msgstr "提高科目帳戶餘額" #. module: account #: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban msgid "Browse available countries." msgstr "瀏覽可用的國家/地區。" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_budget msgid "Budget Management" msgstr "預算管理" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_budgets msgid "Budgets" msgstr "預算" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__writeoff_button msgid "Button to generate counterpart entry" msgstr "用於建立對應分錄的按鈕" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__foldable msgid "" "By default, we always unfold the lines that can be. If this is checked, the " "line won't be unfolded by default, and a folding button will be displayed." msgstr "預設情況下,我們總是展開可能的明細. 如果勾選,預設不展開明細,並顯示一個折疊按鈕." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__active msgid "" "By unchecking the active field, you may hide a fiscal position without " "deleting it." msgstr "如不勾選有效欄位,可以隱藏而不刪除此財務狀況." #. module: account #: model:ir.model.fields,help:account.field_account_incoterms__active msgid "" "By unchecking the active field, you may hide an INCOTERM you will not use." msgstr "如不勾選有效欄位,您能隱藏不再使用國際貿易術語." #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "CABA" msgstr "CABA" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "CAMT Import" msgstr "CAMT 匯入" #. module: account #: model:account.incoterms,name:account.incoterm_CIP msgid "CARRIAGE AND INSURANCE PAID TO" msgstr "運費及保險支付給" #. module: account #: model:account.incoterms,name:account.incoterm_CPT msgid "CARRIAGE PAID TO" msgstr "運費支付給" #. module: account #: model:account.incoterms,name:account.incoterm_CFR msgid "COST AND FREIGHT" msgstr "成本和運費" #. module: account #: model:account.incoterms,name:account.incoterm_CIF msgid "COST, INSURANCE AND FREIGHT" msgstr "成本、保險費和運費" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "CSV, XLS, and XLSX Import" msgstr "CSV、XLS 及 XLSX 匯入" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "CUST" msgstr "客戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__can_edit_wizard msgid "Can Edit Wizard" msgstr "允許編輯向導" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__can_group_payments msgid "Can Group Payments" msgstr "允許分組付款" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Can't disable audit trail when there are existing records." msgstr "若有現存記錄,便無法停用審計軌跡。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form #: model_terms:ir.ui.view,arch_db:account.account_merge_wizard_form #: model_terms:ir.ui.view,arch_db:account.account_move_send_batch_wizard_form #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form #: model_terms:ir.ui.view,arch_db:account.account_resequence_view #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding_sale_tax #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard #: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view #: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Cancel" msgstr "取消" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Cancel Entry" msgstr "取消記項" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__state__canceled msgid "Canceled" msgstr "已取消" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__state__cancel #: model:ir.model.fields.selection,name:account.selection__account_move__state__cancel #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__cancel #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "Cancelled" msgstr "已取消" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Cancelled Credit Note" msgstr "已取消的貸記單" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Cancelled Invoice" msgstr "已取消發票" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Cannot create a purchase document in a non purchase journal" msgstr "無法在非採購日記帳中建立採購單據" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Cannot create a sale document in a non sale journal" msgstr "無法在非銷售日記帳中建立銷售單據" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "Cannot find a chart of accounts for this company, You should configure it. \n" "Please go to Account Configuration." msgstr "" "找不到本公司的科目表. \n" "請到會計設定進行設定." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Cannot generate an unused account code." msgstr "不能建立未使用的科目代碼." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "Cannot generate an unused journal code. Please change the name for journal " "%s." msgstr "無法生成未使用的日記賬代碼。請更改日記賬名稱%s。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "Cannot get aggregation details from a line not using 'aggregation' engine" msgstr "無法從不使用“整合”引擎的明細獲取整合詳細訊息" #. module: account #: model:account.account,name:account.1_capital msgid "Capital" msgstr "資本" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_in_invoice_type msgid "" "Capture invoices, register payments and keep track of the discussions with " "your vendors." msgstr "捕捉發票,登記付款,並追蹤與供應商的溝通歷程。" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__carryover_target msgid "Carry Over To" msgstr "結轉到" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_cash_journal_default_account_46 #: model:account.account,name:account.1_cash_journal_default_account_57 #: model:account.journal,name:account.1_cash #: model:ir.model.fields.selection,name:account.selection__account_journal__type__cash #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Cash" msgstr "現金" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Cash Account" msgstr "現金科目" #. module: account #: model:account.account,name:account.1_cash_journal_default_account_54 msgid "Cash Bakery" msgstr "現金 - 烘焙店" #. module: account #: model:account.account,name:account.1_cash_journal_default_account_56 msgid "Cash Bar" msgstr "現金 - 酒吧" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__tax_exigibility msgid "Cash Basis" msgstr "現金收付制" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_cash_basis_created_move_ids #: model:ir.model.fields,field_description:account.field_account_move__tax_cash_basis_created_move_ids msgid "Cash Basis Entries" msgstr "現金收付分錄" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__tax_cash_basis_journal_id msgid "Cash Basis Journal" msgstr "現金收付日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_cash_basis_origin_move_id #: model:ir.model.fields,field_description:account.field_account_move__tax_cash_basis_origin_move_id msgid "Cash Basis Origin" msgstr "現金收付來源" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.journal,name:account.1_caba msgid "Cash Basis Taxes" msgstr "現金收付稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__cash_basis_transition_account_id msgid "Cash Basis Transition Account" msgstr "現金制中轉賬戶" #. module: account #: model:account.account,name:account.1_cash_journal_default_account_53 msgid "Cash Clothes Shop" msgstr "現金 - 服裝店" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__default_cash_difference_expense_account_id msgid "Cash Difference Expense" msgstr "現金差額開支" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_cash_diff_income msgid "Cash Difference Gain" msgstr "現金差額收益" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__default_cash_difference_income_account_id msgid "Cash Difference Income" msgstr "現金差額收入" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_cash_diff_expense msgid "Cash Difference Loss" msgstr "現金差額虧損" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_cash_discount_gain msgid "Cash Discount Gain" msgstr "現金折扣收益" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_cash_discount_loss msgid "Cash Discount Loss" msgstr "現金折扣虧損" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__early_pay_discount_computation msgid "Cash Discount Tax Reduction" msgstr "現金折扣減稅" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_journal_early_pay_discount_gain_account_id msgid "Cash Discount Write-Off Gain Account" msgstr "現金折扣註銷收益科目" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_journal_early_pay_discount_loss_account_id msgid "Cash Discount Write-Off Loss Account" msgstr "現金折扣註銷虧損科目" #. module: account #: model:account.account,name:account.1_cash_journal_default_account_52 msgid "Cash Furn. Shop" msgstr "現金 - 家具店" #. module: account #: model:ir.actions.act_window,name:account.action_view_bank_statement_tree #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Cash Registers" msgstr "現金出納" #. module: account #: model:account.account,name:account.1_cash_journal_default_account_55 msgid "Cash Restaurant" msgstr "現金餐廳" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__group_cash_rounding msgid "Cash Rounding" msgstr "現金捨入" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_cash_rounding_id #: model:ir.model.fields,field_description:account.field_account_move__invoice_cash_rounding_id msgid "Cash Rounding Method" msgstr "現金捨入方式" #. module: account #: model:ir.actions.act_window,name:account.rounding_list_action #: model:ir.ui.menu,name:account.menu_action_rounding_form_view #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Cash Roundings" msgstr "現金捨入" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Cash Statement" msgstr "現金對帳單" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Cash basis rounding difference" msgstr "現金收付捨入差異" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "Cash basis transition account" msgstr "現金收付轉帳科目" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Cash: Balance" msgstr "現金: 餘額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Catalog" msgstr "目錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_line__category #: model:ir.model.fields,field_description:account.field_account_move_line__product_uom_category_id #: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account msgid "Category" msgstr "類別" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "Certain countries apply withholding at source on the amount of invoices, in " "accordance with their internal legislation. Any withholding at source will " "be paid by the client to the tax authorities. Under no circumstances can" msgstr "某些國家根據其國內立法對應收憑單金額實行就源扣繳. 任何就源扣繳稅將由客戶支付給稅金機關. 在任何情況下都不能" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__chains_to_hash_with_gaps msgid "Chains To Hash With Gaps" msgstr "進行有間隙雜湊處理的雜湊鏈" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__action__change_account msgid "Change Account" msgstr "變更科目" #. module: account #: model:ir.actions.server,name:account.action_automatic_entry_change_period #: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__action__change_period #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Change Period" msgstr "修改期間" #. module: account #: model:ir.model.fields,help:account.field_account_payment_register__writeoff_label msgid "Change label of the counterpart that will hold the payment difference" msgstr "更改對方的標籤將導致付款差額" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__lock_date msgid "Changed Lock Date" msgstr "已更改鎖定日期" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 msgid "" "Changing VAT number is not allowed once invoices have been issued for your " "account. Please contact us directly for this operation." msgstr "一旦您的科目開具應收憑單,不可更改營業稅號碼. 如需要此操作,請直接與我們聯繫." #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 msgid "" "Changing your company name is not allowed once invoices have been issued for" " your account. Please contact us directly for this operation." msgstr "在您的科目已有開出應收憑單的清況下, 不允許更改您的公司名稱. 如需要此操作,請直接與我們聯繫." #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 msgid "" "Changing your name is not allowed once invoices have been issued for your " "account. Please contact us directly for this operation." msgstr "一旦您的帳戶開具了應收憑單,就無法更改名字. 如需執行此操作,請直接與我們聯繫." #. module: account #: model:ir.model.fields,field_description:account.field_res_company__chart_template #: model:ir.model.fields,field_description:account.field_res_config_settings__chart_template msgid "Chart Template" msgstr "表模板" #. module: account #: model:ir.actions.act_window,name:account.open_account_charts_modules msgid "Chart Templates" msgstr "表模板" #. module: account #. odoo-python #: code:addons/account/models/onboarding_onboarding_step.py:0 #: model:ir.actions.act_window,name:account.action_account_form #: model:ir.model.fields,field_description:account.field_account_report__chart_template #: model:ir.ui.menu,name:account.menu_action_account_form msgid "Chart of Accounts" msgstr "項目表" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__coa msgid "Chart of Accounts Matches" msgstr "會計科目表匹配" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_list msgid "Chart of accounts" msgstr "項目表" #. module: account #: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_chart_of_accounts msgid "Chart of accounts set!" msgstr "賬目總表已設置!" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Check" msgstr "檢查" #. module: account #. odoo-python #: code:addons/account/models/account_move_send.py:0 msgid "Check Partner(s) Email(s)" msgstr "檢查合作夥伴電郵" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "Check them" msgstr "檢查一下" #. module: account #: model:ir.model.fields,help:account.field_account_account__reconcile #: model:ir.model.fields,help:account.field_account_move_line__is_account_reconcile msgid "" "Check this box if this account allows invoices & payments matching of " "journal items." msgstr "如果這個項目能夠讓應收憑單和付款與日記帳的匹配就勾選這個框." #. module: account #: model:ir.model.fields,help:account.field_account_journal__refund_sequence msgid "" "Check this box if you don't want to share the same sequence for invoices and" " credit notes made from this journal" msgstr "勾選此框,則此日記帳下的會計應收憑單或折讓單不使用同一個序列" #. module: account #: model:ir.model.fields,help:account.field_account_journal__payment_sequence msgid "" "Check this box if you don't want to share the same sequence on payments and " "bank transactions posted on this journal" msgstr "如果您不想在該日記帳上過帳的付款和銀行交易中共享相同的序列,請勾選此框" #. module: account #: model:ir.model.fields,help:account.field_account_account_tag__tax_negate msgid "" "Check this box to negate the absolute value of the balance of the lines " "associated with this tag in tax report computation." msgstr "勾選此框可取消稅金報表計算中與此標記關聯的明細餘額的絕對值." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "Check why it's risky." msgstr "檢查為甚麼有風險。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "Check why." msgstr "檢查原因。" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__checked #: model:ir.model.fields,field_description:account.field_account_move__checked msgid "Checked" msgstr "已檢查" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Checks" msgstr "支票" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__children_ids msgid "Child Lines" msgstr "子明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__children_tax_ids #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "Children Taxes" msgstr "子級稅" #. module: account #: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_sales_tax #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding_sale_tax msgid "Choose a default sales tax for your products." msgstr "為您的產品選擇一個預設的銷項稅." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "City" msgstr "城市" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "Click" msgstr "點選" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Click here to add a description to your product." msgstr "按此處為產品加入描述。" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_label_section_and_note_field/product_label_section_and_note_field.xml:0 msgid "Click or press enter to add a description" msgstr "按一下此處,或按輸入鍵,以加入描述" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner msgid "Close" msgstr "關閉" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__code #: model:ir.model.fields,field_description:account.field_account_analytic_line__code #: model:ir.model.fields,field_description:account.field_account_code_mapping__code #: model:ir.model.fields,field_description:account.field_account_incoterms__code #: model:ir.model.fields,field_description:account.field_account_payment__payment_method_code #: model:ir.model.fields,field_description:account.field_account_payment_method__code #: model:ir.model.fields,field_description:account.field_account_payment_method_line__code #: model:ir.model.fields,field_description:account.field_account_report_line__code #: model_terms:ir.ui.view,arch_db:account.view_account_form #: model_terms:ir.ui.view,arch_db:account.view_account_list msgid "Code" msgstr "代碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__code_mapping_ids msgid "Code Mapping" msgstr "代碼對應" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_group_form msgid "Code Prefix" msgstr "代號起首" #. module: account #: model:ir.model.fields,field_description:account.field_account_group__code_prefix_end msgid "Code Prefix End" msgstr "代號起首最大值" #. module: account #: model:ir.model.fields,field_description:account.field_account_group__code_prefix_start msgid "Code Prefix Start" msgstr "代號起首最小值" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__code_store msgid "Code Store" msgstr "商店代碼" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Collect customer payments in one-click using Euro SEPA Service" msgstr "使用歐洲SEPA服務一步點選即可支付" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Collect information and produce statistics on the trade in goods in Europe " "with intrastat" msgstr "透過 Intrastat 收集貨物在歐洲內貿易的資訊,並編製統計數據" #. module: account #: model:ir.model.fields,field_description:account.field_account_account_tag__color #: model:ir.model.fields,field_description:account.field_account_journal__color msgid "Color Index" msgstr "顏色索引" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__column_ids msgid "Columns" msgstr "欄位" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__groupby #: model:ir.model.fields,help:account.field_account_report_line__user_groupby msgid "" "Comma-separated list of fields from account.move.line (Journal Item). When " "set, this line will generate sublines grouped by those keys." msgstr "來自 account.move.line (日記帳項目) 的逗號分隔欄位列表. 設定後,此行將產生按這些鍵分組的子明細." #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__commercial_partner_id #: model:ir.model.fields,field_description:account.field_account_move__commercial_partner_id #: model_terms:ir.ui.view,arch_db:account.account_move_view_activity msgid "Commercial Entity" msgstr "商業實體" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__invoice_reference_model msgid "Communication Standard" msgstr "通信標準" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__invoice_reference_type msgid "Communication Type" msgstr "通訊類型" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid "Communication history" msgstr "通訊歷史" #. module: account #: model:ir.model,name:account.model_res_company #: model:ir.model.fields,field_description:account.field_account_account__company_ids #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__company_ids msgid "Companies" msgstr "公司" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__ref_company_ids #: model:ir.model.fields,field_description:account.field_res_users__ref_company_ids msgid "Companies that refers to partner" msgstr "指合作夥伴的公司" #. module: account #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__company_id #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__company_id #: model:ir.model.fields,field_description:account.field_account_bank_statement__company_id #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__company_id #: model:ir.model.fields,field_description:account.field_account_code_mapping__company_id #: model:ir.model.fields,field_description:account.field_account_financial_year_op__company_id #: model:ir.model.fields,field_description:account.field_account_fiscal_position__company_id #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__company_id #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__company_id #: model:ir.model.fields,field_description:account.field_account_group__company_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__company_id #: model:ir.model.fields,field_description:account.field_account_journal__company_id #: model:ir.model.fields,field_description:account.field_account_journal_group__company_id #: model:ir.model.fields,field_description:account.field_account_lock_exception__company_id #: model:ir.model.fields,field_description:account.field_account_move__company_id #: model:ir.model.fields,field_description:account.field_account_move_line__company_id #: model:ir.model.fields,field_description:account.field_account_move_reversal__company_id #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__company_id #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__company_id #: model:ir.model.fields,field_description:account.field_account_payment__company_id #: model:ir.model.fields,field_description:account.field_account_payment_method_line__company_id #: model:ir.model.fields,field_description:account.field_account_payment_register__company_id #: model:ir.model.fields,field_description:account.field_account_payment_term__company_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model__company_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__company_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__company_id #: model:ir.model.fields,field_description:account.field_account_report_external_value__company_id #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__company_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__company_id #: model:ir.model.fields,field_description:account.field_account_tax__company_id #: model:ir.model.fields,field_description:account.field_account_tax_group__company_id #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__company_id #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Company" msgstr "公司" #. module: account #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_company_id #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_company_id msgid "Company " msgstr "公司" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Company Bank Account" msgstr "公司銀行賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__company_country_id msgid "Company Country" msgstr "公司國家" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__company_currency_id #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__currency_id #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__company_currency_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__company_currency_id #: model:ir.model.fields,field_description:account.field_account_move__company_currency_id #: model:ir.model.fields,field_description:account.field_account_move_line__company_currency_id #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__company_currency_id #: model:ir.model.fields,field_description:account.field_account_payment__company_currency_id #: model:ir.model.fields,field_description:account.field_account_payment_register__company_currency_id msgid "Company Currency" msgstr "公司貨幣" #. module: account #: model:ir.model,name:account.model_base_document_layout msgid "Company Document Layout" msgstr "公司文件格式" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__company_fiscal_country_code #: model:ir.model.fields,field_description:account.field_account_fiscal_position__fiscal_country_codes msgid "Company Fiscal Country Code" msgstr "公司財政國家代碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__is_storno msgid "Company Storno Accounting" msgstr "公司Storno會計" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__company_vat_placeholder msgid "Company Vat Placeholder" msgstr "公司增值稅佔位符" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__has_chart_of_accounts msgid "Company has a chart of accounts" msgstr "公司有科目表" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement__company_id #: model:ir.model.fields,help:account.field_account_journal__company_id #: model:ir.model.fields,help:account.field_account_payment_method_line__company_id msgid "Company related to this journal" msgstr "日記帳相關的公司" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Complete the partner data with email." msgstr "根據電郵內容,完成填寫合作夥伴資料。" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__use_sections msgid "Composite Report" msgstr "組合報表" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__engine msgid "Computation Engine" msgstr "計算引擎" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_end msgid "Computed Balance" msgstr "計算餘額" #. module: account #: model:ir.model,name:account.model_res_config_settings msgid "Config Settings" msgstr "配置設定" #. module: account #: model:ir.ui.menu,name:account.menu_finance_configuration #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Configuration" msgstr "配置" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Configuration review" msgstr "設定檢查" #. module: account #: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_fiscal_year msgid "Configure" msgstr "設定" #. module: account #. odoo-python #: code:addons/account/models/onboarding_onboarding_step.py:0 #: model:ir.actions.act_window,name:account.action_base_document_layout_configurator msgid "Configure your document layout" msgstr "設定文件排版樣式" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_resequence_view #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Confirm" msgstr "確認" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.actions.act_window,name:account.action_validate_account_move #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "Confirm Entries" msgstr "確認記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "Confirm them now" msgstr "即時確認" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Connect your bank. Match invoices automatically." msgstr "連接你的銀行,自動配對發票。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "Consider paying in %(btn_start)sinstallments%(btn_end)s instead." msgstr "你可考慮改用 %(btn_start)s分期付款%(btn_end)s 。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "Consider paying the %(btn_start)sfull amount%(btn_end)s." msgstr "你可考慮 %(btn_start)s全額付款%(btn_end)s 。" #. module: account #: model:ir.model,name:account.model_res_partner msgid "Contact" msgstr "聯絡人" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_label__contains #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_note__contains #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_transaction_type__contains msgid "Contains" msgstr "包含" #. module: account #: model:ir.model.fields,help:account.field_account_merge_wizard_line__info msgid "" "Contains either the section name or error message, depending on the line " "type." msgstr "視乎資料行類型,會包含章節名稱或錯誤訊息。" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Contains hashed entries, but %s also has hashed entries." msgstr "包含經過雜湊處理的記項,但 %s 也有經過雜湊處理的記項。" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_body msgid "Contents" msgstr "內容" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Control-Access" msgstr "控制-訪問" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__product_uom_category_id msgid "" "Conversion between Units of Measure can only occur if they belong to the " "same category. The conversion will be made based on the ratios." msgstr "量度單位必須屬於相同類別,才可進行換算。單位換算會按照比例計算。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_amounts_to_settle msgid "Cool, it looks like you don't have any amount to settle." msgstr "很好,看來沒有任何金額需要清付。" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Corrupted data on journal entry with id %(id)s (%(name)s)." msgstr "日記賬記項數據損毀:識別碼 %(id)s(%(name)s)。" #. module: account #: model:account.account,name:account.1_cost_of_goods_sold #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__cogs msgid "Cost of Goods Sold" msgstr "銷貨成本" #. module: account #: model:account.account,name:account.1_cost_of_production msgid "Cost of Production" msgstr "生產成本" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense_direct_cost msgid "Cost of Revenue" msgstr "主營業務成本" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "Could not compute any code for the copy automatically. Please create it " "manually." msgstr "無法自動計算備份的任何代碼. 請手動建立." #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "Could not determine carryover target automatically for expression %s." msgstr "無法自動確定表達式 %s 的結轉目標." #. module: account #. odoo-javascript #: code:addons/account/static/src/components/upload_drop_zone/upload_drop_zone.js:0 msgid "Could not upload files" msgstr "未能上載檔案" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Counterpart Items" msgstr "對應項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__counterpart_type msgid "Counterpart Type" msgstr "對方類型" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Counterpart buttons" msgstr "對方按鈕" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Counterpart rules" msgstr "對方規則" #. module: account #: model:ir.model.fields,help:account.field_res_company__multi_vat_foreign_country_ids msgid "Countries for which the company has a VAT number" msgstr "公司擁有增值稅編號的國家" #. module: account #: model:ir.model.fields,field_description:account.field_account_account_tag__country_id #: model:ir.model.fields,field_description:account.field_account_fiscal_position__country_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__country_id #: model:ir.model.fields,field_description:account.field_account_report__country_id #: model:ir.model.fields,field_description:account.field_account_report_external_value__report_country_id #: model:ir.model.fields,field_description:account.field_account_tax__country_id #: model:ir.model.fields,field_description:account.field_account_tax_group__country_id #: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "Country" msgstr "國家" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__country_code #: model:ir.model.fields,field_description:account.field_account_journal__country_code #: model:ir.model.fields,field_description:account.field_account_move__country_code #: model:ir.model.fields,field_description:account.field_account_move_reversal__country_code #: model:ir.model.fields,field_description:account.field_account_payment__country_code #: model:ir.model.fields,field_description:account.field_account_payment_register__country_code #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__country_code #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__country_code #: model:ir.model.fields,field_description:account.field_account_tax__country_code #: model:ir.model.fields,field_description:account.field_account_tax_group__country_code #: model:ir.model.fields,field_description:account.field_res_config_settings__country_code msgid "Country Code" msgstr "國家/地區代碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__country_group_id msgid "Country Group" msgstr "國家組" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__country msgid "Country Matches" msgstr "國家匹配" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__partner_country_name #: model:ir.model.fields,field_description:account.field_res_partner_bank__partner_country_name msgid "Country Name" msgstr "國家名稱" #. module: account #: model:ir.model.fields,help:account.field_account_account_tag__country_id msgid "Country for which this tag is available, when applied on taxes." msgstr "適用於此稅標的國家/地區." #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard msgid "Create" msgstr "建立" #. module: account #: model:ir.model,name:account.model_account_automatic_entry_wizard msgid "Create Automatic Entries" msgstr "建立自動分錄" #. module: account #: model:account.reconcile.model,name:account.1_reconcile_bill msgid "Create Bill" msgstr "建立帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Create Entries upon Emails" msgstr "根據電郵建立記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard msgid "Create Entry" msgstr "建立分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Create Invoices upon Emails" msgstr "在電子郵件中建立應收憑單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "Create Journal Entries" msgstr "建立日記賬記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Create Only" msgstr "只限建立" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "Create Payment" msgstr "建立付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "Create Payments" msgstr "建立付款" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "Create a bill manually" msgstr "手動建立一張賬單" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_out_refund_type msgid "Create a credit note" msgstr "建立退款單" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_out_invoice_type msgid "Create a customer invoice" msgstr "建立客戶發票" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_journal_line msgid "Create a journal entry" msgstr "建立日記賬記項" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_supplier_accounts msgid "Create a new bank account" msgstr "建立新的銀行賬戶" #. module: account #: model_terms:ir.actions.act_window,help:account.action_view_bank_statement_tree msgid "Create a new cash log" msgstr "建立新的現金記錄" #. module: account #: model_terms:ir.actions.act_window,help:account.res_partner_action_customer msgid "Create a new customer in your address book" msgstr "在您的地址簿中建立一個聯繫人" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_fiscal_position_form msgid "Create a new fiscal position" msgstr "建立新的財務狀況" #. module: account #: model_terms:ir.actions.act_window,help:account.action_incoterms_tree msgid "Create a new incoterm" msgstr "建立一條新的國際貿易術語" #. module: account #: model_terms:ir.actions.act_window,help:account.product_product_action_purchasable msgid "Create a new purchasable product" msgstr "建立一種新的可採購產品" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_reconcile_model msgid "Create a new reconciliation model" msgstr "建立新的核銷模型" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_out_receipt_type msgid "Create a new sales receipt" msgstr "建立新的銷售收據" #. module: account #: model_terms:ir.actions.act_window,help:account.product_product_action_sellable msgid "Create a new sellable product" msgstr "建立可銷售產品" #. module: account #: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier msgid "Create a new supplier in your address book" msgstr "在您的通訊錄中建立一個新的供應商" #. module: account #: model_terms:ir.actions.act_window,help:account.action_tax_form msgid "Create a new tax" msgstr "建立一個新的稅項" #. module: account #: model_terms:ir.actions.act_window,help:account.action_tax_group msgid "Create a new tax group" msgstr "建立新稅組" #. module: account #: model:ir.model.fields,help:account.field_account_report__use_sections msgid "" "Create a structured report with multiple sections for convenient navigation " "and simultaneous printing." msgstr "創建包含多個部份的結構化報告,以便導航和同時打印。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_in_invoice_type msgid "Create a vendor bill" msgstr "建立供應商帳單" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_in_refund_type msgid "Create a vendor credit note" msgstr "建立供應商貸記單" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_journal_group_list msgid "" "Create as many ledger groups as needed to maintain separate ledgers for local GAAP, IFRS, or fiscal\n" " adjustments, ensuring compliance with diverse regulations." msgstr "" "可根據需要建立任何數目的分類賬組別,以為本地 GAAP、IFRS 或\n" " 財務調整記錄,設立獨立的分類賬,確保遵守各種法規。" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "Create bill manually" msgstr "手動建立賬單" #. module: account #. odoo-python #: code:addons/account/models/onboarding_onboarding_step.py:0 msgid "Create first invoice" msgstr "建立第一張發票" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Create invoice/bill" msgstr "建立發票/賬單" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_out_invoice_type msgid "" "Create invoices, register payments and keep track of the discussions with " "your customers." msgstr "建立發票,登記付款,並追蹤與客戶的溝通歷程。" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "Create manually" msgstr "手動建立" #. module: account #: model_terms:ir.actions.act_window,help:account.rounding_list_action msgid "Create the first cash rounding" msgstr "建立第一個現金捨入" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Create the product." msgstr "建立產品。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Created By" msgstr "建立人" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Created On" msgstr "建立於" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__create_uid #: model:ir.model.fields,field_description:account.field_account_account_tag__create_uid #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_bank_statement__create_uid #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__create_uid #: model:ir.model.fields,field_description:account.field_account_cash_rounding__create_uid #: model:ir.model.fields,field_description:account.field_account_financial_year_op__create_uid #: model:ir.model.fields,field_description:account.field_account_fiscal_position__create_uid #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__create_uid #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__create_uid #: model:ir.model.fields,field_description:account.field_account_full_reconcile__create_uid #: model:ir.model.fields,field_description:account.field_account_group__create_uid #: model:ir.model.fields,field_description:account.field_account_incoterms__create_uid #: model:ir.model.fields,field_description:account.field_account_journal__create_uid #: model:ir.model.fields,field_description:account.field_account_journal_group__create_uid #: model:ir.model.fields,field_description:account.field_account_lock_exception__create_uid #: model:ir.model.fields,field_description:account.field_account_merge_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__create_uid #: model:ir.model.fields,field_description:account.field_account_move__create_uid #: model:ir.model.fields,field_description:account.field_account_move_line__create_uid #: model:ir.model.fields,field_description:account.field_account_move_reversal__create_uid #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__create_uid #: model:ir.model.fields,field_description:account.field_account_payment__create_uid #: model:ir.model.fields,field_description:account.field_account_payment_method__create_uid #: model:ir.model.fields,field_description:account.field_account_payment_method_line__create_uid #: model:ir.model.fields,field_description:account.field_account_payment_register__create_uid #: model:ir.model.fields,field_description:account.field_account_payment_term__create_uid #: model:ir.model.fields,field_description:account.field_account_payment_term_line__create_uid #: model:ir.model.fields,field_description:account.field_account_reconcile_model__create_uid #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__create_uid #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__create_uid #: model:ir.model.fields,field_description:account.field_account_report__create_uid #: model:ir.model.fields,field_description:account.field_account_report_column__create_uid #: model:ir.model.fields,field_description:account.field_account_report_expression__create_uid #: model:ir.model.fields,field_description:account.field_account_report_external_value__create_uid #: model:ir.model.fields,field_description:account.field_account_report_line__create_uid #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__create_uid #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__create_uid #: model:ir.model.fields,field_description:account.field_account_tax__create_uid #: model:ir.model.fields,field_description:account.field_account_tax_group__create_uid #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__create_uid #: model:ir.model.fields,field_description:account.field_validate_account_move__create_uid msgid "Created by" msgstr "建立人員" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__create_date #: model:ir.model.fields,field_description:account.field_account_account_tag__create_date #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_bank_statement__create_date #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__create_date #: model:ir.model.fields,field_description:account.field_account_cash_rounding__create_date #: model:ir.model.fields,field_description:account.field_account_financial_year_op__create_date #: model:ir.model.fields,field_description:account.field_account_fiscal_position__create_date #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__create_date #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__create_date #: model:ir.model.fields,field_description:account.field_account_full_reconcile__create_date #: model:ir.model.fields,field_description:account.field_account_group__create_date #: model:ir.model.fields,field_description:account.field_account_incoterms__create_date #: model:ir.model.fields,field_description:account.field_account_journal__create_date #: model:ir.model.fields,field_description:account.field_account_journal_group__create_date #: model:ir.model.fields,field_description:account.field_account_lock_exception__create_date #: model:ir.model.fields,field_description:account.field_account_merge_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__create_date #: model:ir.model.fields,field_description:account.field_account_move__create_date #: model:ir.model.fields,field_description:account.field_account_move_line__create_date #: model:ir.model.fields,field_description:account.field_account_move_reversal__create_date #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__create_date #: model:ir.model.fields,field_description:account.field_account_payment__create_date #: model:ir.model.fields,field_description:account.field_account_payment_method__create_date #: model:ir.model.fields,field_description:account.field_account_payment_method_line__create_date #: model:ir.model.fields,field_description:account.field_account_payment_register__create_date #: model:ir.model.fields,field_description:account.field_account_payment_term__create_date #: model:ir.model.fields,field_description:account.field_account_payment_term_line__create_date #: model:ir.model.fields,field_description:account.field_account_reconcile_model__create_date #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__create_date #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__create_date #: model:ir.model.fields,field_description:account.field_account_report__create_date #: model:ir.model.fields,field_description:account.field_account_report_column__create_date #: model:ir.model.fields,field_description:account.field_account_report_expression__create_date #: model:ir.model.fields,field_description:account.field_account_report_external_value__create_date #: model:ir.model.fields,field_description:account.field_account_report_line__create_date #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__create_date #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__create_date #: model:ir.model.fields,field_description:account.field_account_tax__create_date #: model:ir.model.fields,field_description:account.field_account_tax_group__create_date #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__create_date #: model:ir.model.fields,field_description:account.field_validate_account_move__create_date msgid "Created on" msgstr "建立於" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 #: code:addons/account/wizard/accrued_orders.py:0 #: model:ir.model.fields,field_description:account.field_account_analytic_account__credit #: model:ir.model.fields,field_description:account.field_account_move_line__credit #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Credit" msgstr "貸方" #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_amount_currency msgid "Credit Amount Currency" msgstr "貸方金額幣别" #. module: account #: model:account.account,name:account.1_credit_card #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_credit_card #: model:ir.model.fields.selection,name:account.selection__account_journal__type__credit msgid "Credit Card" msgstr "信用卡" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Credit Card Setup" msgstr "信用卡設置" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Credit Card: Balance" msgstr "信用卡:結餘" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__credit_limit #: model:ir.model.fields,field_description:account.field_res_users__credit_limit msgid "Credit Limit" msgstr "信用額度" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Credit Limits" msgstr "信用額度上限" #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_move_id msgid "Credit Move" msgstr "貸方傳票" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.model.fields.selection,name:account.selection__account_payment__reconciled_invoices_type__credit_note #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.report_invoice_document #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Credit Note" msgstr "貸記單" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Credit Note Created" msgstr "貸記單已建立" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_out_credit_note_tree msgid "Credit Note Currency" msgstr "貸記單貨幣" #. module: account #: model:mail.template,name:account.email_template_edi_credit_note msgid "Credit Note: Sending" msgstr "退款單:向外發送" #. module: account #: model:ir.actions.act_window,name:account.action_move_out_refund_type #: model:ir.ui.menu,name:account.menu_action_move_out_refund_type #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Credit Notes" msgstr "貸記單" #. module: account #: model:ir.actions.act_window,name:account.action_credit_statement_tree msgid "Credit Statements" msgstr "信用結單" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__credit_to_invoice #: model:ir.model.fields,field_description:account.field_res_users__credit_to_invoice msgid "Credit To Invoice" msgstr "貸記入發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Credit card" msgstr "信用卡" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__matched_credit_ids msgid "Credit journal items that are matched with this journal item." msgstr "和這個日記帳項目匹配的貸方日記帳項目." #. module: account #: model:ir.model.fields,help:account.field_res_partner__credit_limit #: model:ir.model.fields,help:account.field_res_users__credit_limit msgid "Credit limit specific to this partner." msgstr "該合作夥伴特定的信用額度." #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__cumulated_balance msgid "Cumulated Balance" msgstr "累計餘額" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__cumulated_balance msgid "" "Cumulated balance depending on the domain and the order chosen in the view." msgstr "累計餘額取決於域n和檢視中選取的順序." #. module: account #: model:ir.ui.menu,name:account.menu_action_currency_form #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Currencies" msgstr "幣別" #. module: account #: model:ir.model,name:account.model_res_currency #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__company_currency_id #: model:ir.model.fields,field_description:account.field_account_bank_statement__currency_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__currency_id #: model:ir.model.fields,field_description:account.field_account_journal__currency_id #: model:ir.model.fields,field_description:account.field_account_move__currency_id #: model:ir.model.fields,field_description:account.field_account_move_line__currency_id #: model:ir.model.fields,field_description:account.field_account_move_reversal__currency_id #: model:ir.model.fields,field_description:account.field_account_payment__currency_id #: model:ir.model.fields,field_description:account.field_account_payment_register__currency_id #: model:ir.model.fields,field_description:account.field_account_payment_term__currency_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__currency_id #: model:ir.model.fields,field_description:account.field_res_config_settings__currency_id #: model:ir.model.fields,field_description:account.field_res_partner__currency_id #: model:ir.model.fields,field_description:account.field_res_partner_bank__currency_id #: model:ir.model.fields,field_description:account.field_res_users__currency_id #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_move_line_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Currency" msgstr "貨幣" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__display_currency_helper msgid "Currency Conversion Helper" msgstr "幣別兌換助手" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__currency_exchange_journal_id msgid "Currency Exchange Journal" msgstr "幣別兌換日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_currency_rate #: model:ir.model.fields,field_description:account.field_account_move__invoice_currency_rate #: model:ir.model.fields,field_description:account.field_account_move_line__currency_rate msgid "Currency Rate" msgstr "匯率" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__currency_translation msgid "Currency Translation" msgstr "貨幣換算" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Currency exchange rate difference" msgstr "幣別匯率差異" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "Currency must always be provided in order to generate a QR-code" msgstr "必須提供幣別才能建立二維碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_currency_id msgid "Currency of the credit journal item." msgstr "貸方日記帳項目的幣別." #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_currency_id msgid "Currency of the debit journal item." msgstr "借方日記帳項目的幣別." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_currency_rate #: model:ir.model.fields,help:account.field_account_move__invoice_currency_rate #: model:ir.model.fields,help:account.field_account_move_line__currency_rate msgid "Currency rate from company currency to document currency." msgstr "從公司貨幣到單據貨幣的匯率." #. module: account #: model:account.account,name:account.1_current_assets #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_current msgid "Current Assets" msgstr "流動資產" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__current_balance msgid "Current Balance" msgstr "目前餘額" #. module: account #: model:account.account,name:account.1_current_liabilities #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_current msgid "Current Liabilities" msgstr "流動負債" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__current_statement_balance msgid "Current Statement Balance" msgstr "目前報表結餘" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__equity_unaffected msgid "Current Year Earnings" msgstr "目前年度收益" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_column__custom_audit_action_id msgid "Custom Audit Action" msgstr "自定義審計動作" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__custom msgid "Custom Python Function" msgstr "自定義Python功能" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__custom_user_amount msgid "Custom User Amount" msgstr "自訂使用者金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__custom_user_currency_id msgid "Custom User Currency" msgstr "自訂使用者貨幣" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__partner_type__customer #: model:ir.model.fields.selection,name:account.selection__account_payment_register__partner_type__customer #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Customer" msgstr "客戶" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__group_sale_delivery_address msgid "Customer Addresses" msgstr "客戶地址" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Customer Bank Account" msgstr "客戶銀行帳戶" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__out_refund #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_refund msgid "Customer Credit Note" msgstr "客戶貸記單" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_analytic_line__category__invoice #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__out_invoice #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_invoice msgid "Customer Invoice" msgstr "客戶發票" #. module: account #. odoo-python #: code:addons/account/models/account_analytic_account.py:0 #: code:addons/account/models/chart_template.py:0 #: model:account.journal,name:account.1_sale #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__counterpart_type__sale #: model:ir.model.fields.selection,name:account.selection__res_company__quick_edit_mode__out_invoices #: model_terms:ir.ui.view,arch_db:account.account_analytic_account_view_form_inherit #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.res_partner_view_search #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Customer Invoices" msgstr "客戶發票" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_discount_expense_allocation_id msgid "Customer Invoices Discounts Account" msgstr "客戶發票折扣賬戶" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__quick_edit_mode__out_and_in_invoices msgid "Customer Invoices and Vendor Bills" msgstr "客戶應收憑單和供應商應付帳款" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Customer Payment" msgstr "客戶付款" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__property_payment_term_id #: model:ir.model.fields,field_description:account.field_res_users__property_payment_term_id msgid "Customer Payment Terms" msgstr "客戶支付條款" #. module: account #: model:ir.actions.act_window,name:account.action_account_payments #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Customer Payments" msgstr "客戶付款" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__access_url #: model:ir.model.fields,help:account.field_account_journal__access_url #: model:ir.model.fields,help:account.field_account_move__access_url msgid "Customer Portal URL" msgstr "客戶網站入口網址" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__partner_customer_rank #: model:ir.model.fields,field_description:account.field_res_partner__customer_rank #: model:ir.model.fields,field_description:account.field_res_partner_bank__partner_customer_rank #: model:ir.model.fields,field_description:account.field_res_users__customer_rank msgid "Customer Rank" msgstr "客戶評級" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Customer Reference" msgstr "客戶參照" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__partner_id #: model:ir.model.fields,field_description:account.field_account_payment_register__partner_id #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Customer/Vendor" msgstr "客戶/供應商" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Customer:" msgstr "客戶:" #. module: account #: model:ir.actions.act_window,name:account.res_partner_action_customer #: model:ir.ui.menu,name:account.menu_account_customer #: model:ir.ui.menu,name:account.menu_finance_receivables #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Customers" msgstr "客戶" #. module: account #: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_base_document_layout msgid "Customize" msgstr "自訂" #. module: account #: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_base_document_layout msgid "Customize the look of your documents." msgstr "自訂文件外觀。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Cut-Off" msgstr "截止" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Cut-off {label}" msgstr "截數 {label}" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Cut-off {label} {percent}%" msgstr "截數 {label} {percent}%" #. module: account #: model:account.incoterms,name:account.incoterm_DAP msgid "DELIVERED AT PLACE" msgstr "現場交貨" #. module: account #: model:account.incoterms,name:account.incoterm_DPU msgid "DELIVERED AT PLACE UNLOADED" msgstr "在卸貨地點交貨" #. module: account #: model:account.incoterms,name:account.incoterm_DDP msgid "DELIVERED DUTY PAID" msgstr "完稅後交貨" #. module: account #: model:ir.actions.act_window,name:account.open_account_journal_dashboard_kanban #: model:ir.ui.menu,name:account.menu_board_journal_1 msgid "Dashboard" msgstr "儀表板" #. module: account #: model:ir.actions.server,name:account.action_check_hash_integrity msgid "Data Inalterability Check" msgstr "資料不變性檢查" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Data Inalterability Check Report -" msgstr "數據不變性檢查報告 -" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Data consistency check" msgstr "資料一致性檢查" #. module: account #. odoo-javascript #. odoo-python #: code:addons/account/controllers/portal.py:0 #: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0 #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__date #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__date #: model:ir.model.fields,field_description:account.field_account_bank_statement__date #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__date #: model:ir.model.fields,field_description:account.field_account_move__date #: model:ir.model.fields,field_description:account.field_account_move_line__date #: model:ir.model.fields,field_description:account.field_account_payment__date #: model:ir.model.fields,field_description:account.field_account_report_external_value__date #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__date #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__date #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Date" msgstr "日期" #. module: account #: model:ir.model.fields,help:account.field_account_resequence_wizard__first_date msgid "Date (inclusive) from which the numbers are resequenced." msgstr "重新排序的日期(含)" #. module: account #: model:ir.model.fields,help:account.field_account_resequence_wizard__end_date msgid "" "Date (inclusive) to which the numbers are resequenced. If not set, all " "Journal Entries up to the end of the period are resequenced." msgstr "編碼重新排序的日期(含). 如果未設定,則將重新排序期末之前的所有日記帳分錄." #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_date_range msgid "Date Range" msgstr "日期範圍" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__date_scope msgid "Date Scope" msgstr "日期範圍" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__example_date msgid "Date example" msgstr "日期範例" #. module: account #: model:ir.model.fields,help:account.field_account_financial_year_op__opening_date msgid "" "Date from which the accounting is managed in Odoo. It is the date of the " "opening entry." msgstr "會計在系統中管理的日期. 這是期初分錄的日期." #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "Date:" msgstr "日期:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Dates" msgstr "日期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__datetime #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__datetime msgid "Datetime" msgstr "日期時間" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term_line__nb_days msgid "Days" msgstr "天內" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__days_sales_outstanding #: model:ir.model.fields,field_description:account.field_res_users__days_sales_outstanding msgid "Days Sales Outstanding (DSO)" msgstr "銷售變現天數(DSO)" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__delay_type__days_after_end_of_month msgid "Days after end of month" msgstr "天(月底後)" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__delay_type__days_after_end_of_next_month msgid "Days after end of next month" msgstr "天(下月底後)" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__delay_type__days_after msgid "Days after invoice date" msgstr "天(發票日期後)" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__delay_type__days_end_of_month_on_the msgid "Days end of month on the" msgstr "截數日月底起計天數" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term_line__days_next_month msgid "Days on the next month" msgstr "天,在下月" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 #: code:addons/account/wizard/accrued_orders.py:0 #: model:ir.model.fields,field_description:account.field_account_analytic_account__debit #: model:ir.model.fields,field_description:account.field_account_move_line__debit msgid "Debit" msgstr "借方" #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_amount_currency msgid "Debit Amount Currency" msgstr "借方金額的幣別" #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_move_id msgid "Debit Move" msgstr "借方傳票" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__matched_debit_ids msgid "Debit journal items that are matched with this journal item." msgstr "和這個日記帳項目匹配的借方日記帳項目." #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__12 msgid "December" msgstr "十二月" #. module: account #: model:ir.model,name:account.model_decimal_precision msgid "Decimal Precision" msgstr "小數精確度" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__decimal_separator msgid "Decimal Separator" msgstr "小數分隔符" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__refund_sequence msgid "Dedicated Credit Note Sequence" msgstr "專用貸記單次序" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__payment_sequence msgid "Dedicated Payment Sequence" msgstr "專用的支付序列" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "Default" msgstr "預設" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__default_account_id #: model:ir.model.fields,field_description:account.field_account_payment_method_line__default_account_id #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Default Account" msgstr "預設科目" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__default_account_type msgid "Default Account Type" msgstr "預設科目類別" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Default Accounts" msgstr "預設科目" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_default_credit_limit msgid "Default Credit Limit" msgstr "預設信用額度" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Default Expense Account" msgstr "預設費用科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Default Income Account" msgstr "預設收入賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Default Incoterm" msgstr "預設國際貿易術語" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Default Incoterm of your company" msgstr "貴公司預設國際貿易術語解釋" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__default_opening_date_filter msgid "Default Opening" msgstr "預設開啟" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_default_pos_receivable_account_id msgid "Default PoS Receivable Account" msgstr "預設PoS應收科目" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_purchase_tax_id #: model:ir.model.fields,field_description:account.field_res_config_settings__purchase_tax_id msgid "Default Purchase Tax" msgstr "預設進項稅" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_sale_tax_id #: model:ir.model.fields,field_description:account.field_res_config_settings__sale_tax_id msgid "Default Sale Tax" msgstr "預設銷售稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__company_price_include #: model:ir.model.fields,field_description:account.field_account_move__company_price_include #: model:ir.model.fields,field_description:account.field_account_tax__company_price_include #: model:ir.model.fields,field_description:account.field_res_company__account_price_include #: model:ir.model.fields,field_description:account.field_res_config_settings__account_price_include msgid "Default Sales Price Include" msgstr "預設銷售價格包含" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__tax_ids #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Default Taxes" msgstr "預設稅" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__use_invoice_terms msgid "Default Terms & Conditions" msgstr "預設條款和條件" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__invoice_terms msgid "Default Terms and Conditions" msgstr "預設條款和條件" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__invoice_terms_html msgid "Default Terms and Conditions as a Web page" msgstr "作為網頁的預設條款和條件" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__alias_defaults msgid "Default Values" msgstr "預設值" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__incoterm_id #: model:ir.model.fields,field_description:account.field_res_config_settings__incoterm_id msgid "Default incoterm" msgstr "預設國際貿易術語" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__company_price_include #: model:ir.model.fields,help:account.field_account_move__company_price_include #: model:ir.model.fields,help:account.field_account_tax__company_price_include #: model:ir.model.fields,help:account.field_res_company__account_price_include #: model:ir.model.fields,help:account.field_res_config_settings__account_price_include msgid "" "Default on whether the sales price used on the product and invoices with " "this Company includes its taxes." msgstr "預設設定,表示此公司的產品及發票所使用的銷售價格,是否包含稅項。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Default taxes applied when creating new products." msgstr "建立新產品時套用的預設稅項。" #. module: account #: model:ir.model.fields,help:account.field_product_product__supplier_taxes_id #: model:ir.model.fields,help:account.field_product_template__supplier_taxes_id msgid "Default taxes used when buying the product" msgstr "購買該產品時,使用的預設稅項" #. module: account #: model:ir.model.fields,help:account.field_product_product__taxes_id #: model:ir.model.fields,help:account.field_product_template__taxes_id msgid "Default taxes used when selling the product" msgstr "銷售該產品時,使用的預設稅項" #. module: account #: model:account.account,name:account.1_deferred_revenue msgid "Deferred Revenue" msgstr "遞延收入" #. module: account #: model:ir.model.fields,help:account.field_account_account__allowed_journal_ids msgid "" "Define in which journals this account can be used. If empty, can be used in " "all journals." msgstr "定義可以在哪些日記帳中使用此科目. 如果為空,可用於所有日記帳." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Define the smallest coinage of the currency used to pay by cash" msgstr "定義用於通過現金支付的幣別的最小硬幣" #. module: account #: model:ir.model.fields,help:account.field_account_journal_group__company_id msgid "" "Define which company can select the multi-ledger in report filters. If none " "is provided, available for all companies" msgstr "定義哪些公司可在報表篩選器中,選擇多個分類賬。若不設定任何公司,則適用於所有公司" #. module: account #: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_fiscal_year msgid "Define your fiscal years & tax returns periodicity." msgstr "設定財政年度起迄及報稅周期。" #. module: account #: model:ir.model.fields,help:account.field_account_journal__bank_statements_source msgid "Defines how the bank statements will be registered" msgstr "定義銀行對帳單的註冊方式" #. module: account #: model:ir.model.fields,help:account.field_account_analytic_applicability__display_account_prefix msgid "Defines if the field account prefix should be displayed" msgstr "設定欄位應否顯示賬戶字首" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_cash_rounding_id #: model:ir.model.fields,help:account.field_account_move__invoice_cash_rounding_id msgid "" "Defines the smallest coinage of the currency that can be used to pay by " "cash." msgstr "定義使用現金支付的最小幣別單位." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "Definition" msgstr "定義" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__trust #: model:ir.model.fields,field_description:account.field_res_users__trust msgid "Degree of trust you have in this debtor" msgstr "對此債務人的信任程度" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term_line__delay_type msgid "Delay Type" msgstr "延遲類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_shipping_id #: model:ir.model.fields,field_description:account.field_account_move__partner_shipping_id #: model:res.groups,name:account.group_delivery_invoice_address msgid "Delivery Address" msgstr "收貨地址" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__delivery_date #: model:ir.model.fields,field_description:account.field_account_move__delivery_date msgid "Delivery Date" msgstr "交貨日期" #. module: account #: model:account.account.tag,name:account.demo_ceo_wages_account msgid "Demo CEO Wages Account" msgstr "CEO薪資科目範例" #. module: account #: model:account.account.tag,name:account.demo_capital_account msgid "Demo Capital Account" msgstr "資金科目範例" #. module: account #: model:account.account.tag,name:account.demo_sale_of_land_account msgid "Demo Sale of Land Account" msgstr "出售土地科目範例" #. module: account #: model:account.account.tag,name:account.demo_stock_account msgid "Demo Stock Account" msgstr "庫存科目範例" #. module: account #. odoo-python #: code:addons/account/wizard/account_validate_account_move.py:0 msgid "Depending moves" msgstr "依賴的分錄" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 #: model:ir.model.fields,field_description:account.field_account_account__deprecated msgid "Deprecated" msgstr "已棄用" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense_depreciation msgid "Depreciation" msgstr "折舊" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__description #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_preview #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_preview #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Description" msgstr "說明" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "" "Description on invoice (e.g. Payment terms: 30 days after invoice date)" msgstr "發票上描述(例如:付款條件:發票日期後 30 天)" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__note msgid "Description on the Invoice" msgstr "應收憑單描述" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.model.fields,field_description:account.field_account_payment__destination_account_id msgid "Destination Account" msgstr "目標項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__auto_apply msgid "Detect Automatically" msgstr "自動檢測" #. module: account #: model:ir.model.fields,help:account.field_account_tax__type_tax_use msgid "" "Determines where the tax is selectable. Note: 'None' means a tax can't be " "used by itself, however it can still be used in a group. 'adjustment' is " "used to perform tax adjustment." msgstr "決定可選取稅項的位置。注意:“無”表示稅項不能單獨使用,但它仍可在稅組中使用。“調整”是用作執行稅項調整。" #. module: account #: model:ir.model.fields,help:account.field_account_tax__price_include msgid "" "Determines whether the price you use on the product and invoices includes " "this tax." msgstr "決定產品及發票使用的價格,是否包含此稅。" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_account_id msgid "Difference Account" msgstr "差異科目" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__allow_payment_tolerance #: model:ir.model.fields,help:account.field_account_reconcile_model_line__allow_payment_tolerance msgid "Difference accepted in case of underpayment." msgstr "在少付的情況下接受差額." #. module: account #: model:ir.model,name:account.model_digest_digest msgid "Digest" msgstr "摘要" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Digitization" msgstr "數位化" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Digitize your PDF or scanned documents with OCR and Artificial Intelligence" msgstr "使用 OCR 和人工智慧數位化您的 PDF 或掃描文件" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__direction_sign #: model:ir.model.fields,field_description:account.field_account_move__direction_sign msgid "Direction Sign" msgstr "指引簽署" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard__disable_merge_button msgid "Disable Merge Button" msgstr "停用合併按鈕" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__filter_account_type__disabled #: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__disabled #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Disabled" msgstr "停用" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Disc.%" msgstr "折扣%" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding #: model_terms:ir.ui.view,arch_db:account.res_company_view_form_terms #: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form #: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard msgid "Discard" msgstr "捨棄" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__discount msgid "Discount" msgstr "折扣" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__discount_percentage msgid "Discount %" msgstr "折扣百分比" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount msgid "Discount (%)" msgstr "折扣 (%)" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount_allocation_dirty msgid "Discount Allocation Dirty" msgstr "折扣分配骯髒" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount_allocation_key msgid "Discount Allocation Key" msgstr "折扣分配鍵" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount_allocation_needed msgid "Discount Allocation Needed" msgstr "所需的折扣分配" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Discount Amount" msgstr "折扣金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount_balance msgid "Discount Balance" msgstr "折扣平衡" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount_date #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Discount Date" msgstr "折扣日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__discount_days msgid "Discount Days" msgstr "折扣日" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__discount_amount_currency msgid "Discount amount in Currency" msgstr "折扣金額於幣別" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Discount of %(amount)s if paid today" msgstr "今天付款可享 %(amount)s 折扣" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Discount of %(amount)s if paid within %(days)s days" msgstr "提早付款可享 %(amount)s 折扣,期限為 %(days)s 天內" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_applicability__display_account_prefix msgid "Display Account Prefix" msgstr "顯示賬戶字首" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__display_alias_fields msgid "Display Alias Fields" msgstr "顯示別名欄位" #. module: account #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__display_amount msgid "Display Amount" msgstr "顯示金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term_line__display_days_next_month msgid "Display Days Next Month" msgstr "顯示下月天數" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__display_force_post msgid "Display Force Post" msgstr "顯示強制過賬" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__display_inactive_currency_warning #: model:ir.model.fields,field_description:account.field_account_move__display_inactive_currency_warning msgid "Display Inactive Currency Warning" msgstr "顯示未啟用幣別警告" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__display_invoice_edi_format #: model:ir.model.fields,field_description:account.field_res_users__display_invoice_edi_format msgid "Display Invoice Edi Format" msgstr "顯示發票 Edi 格式" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__display_invoice_template_pdf_report_id #: model:ir.model.fields,field_description:account.field_res_users__display_invoice_template_pdf_report_id msgid "Display Invoice Template Pdf Report" msgstr "顯示發票範本 Pdf 報表" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__display_mapping_tab msgid "Display Mapping Tab" msgstr "顯示對應分頁" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__display_name #: model:ir.model.fields,field_description:account.field_account_account_tag__display_name #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_bank_statement__display_name #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__display_name #: model:ir.model.fields,field_description:account.field_account_cash_rounding__display_name #: model:ir.model.fields,field_description:account.field_account_code_mapping__display_name #: model:ir.model.fields,field_description:account.field_account_financial_year_op__display_name #: model:ir.model.fields,field_description:account.field_account_fiscal_position__display_name #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__display_name #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__display_name #: model:ir.model.fields,field_description:account.field_account_full_reconcile__display_name #: model:ir.model.fields,field_description:account.field_account_group__display_name #: model:ir.model.fields,field_description:account.field_account_incoterms__display_name #: model:ir.model.fields,field_description:account.field_account_invoice_report__display_name #: model:ir.model.fields,field_description:account.field_account_journal__display_name #: model:ir.model.fields,field_description:account.field_account_journal_group__display_name #: model:ir.model.fields,field_description:account.field_account_lock_exception__display_name #: model:ir.model.fields,field_description:account.field_account_merge_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__display_name #: model:ir.model.fields,field_description:account.field_account_move__display_name #: model:ir.model.fields,field_description:account.field_account_move_line__display_name #: model:ir.model.fields,field_description:account.field_account_move_reversal__display_name #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__display_name #: model:ir.model.fields,field_description:account.field_account_payment__display_name #: model:ir.model.fields,field_description:account.field_account_payment_method__display_name #: model:ir.model.fields,field_description:account.field_account_payment_method_line__display_name #: model:ir.model.fields,field_description:account.field_account_payment_register__display_name #: model:ir.model.fields,field_description:account.field_account_payment_term__display_name #: model:ir.model.fields,field_description:account.field_account_payment_term_line__display_name #: model:ir.model.fields,field_description:account.field_account_reconcile_model__display_name #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__display_name #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__display_name #: model:ir.model.fields,field_description:account.field_account_report__display_name #: model:ir.model.fields,field_description:account.field_account_report_column__display_name #: model:ir.model.fields,field_description:account.field_account_report_expression__display_name #: model:ir.model.fields,field_description:account.field_account_report_external_value__display_name #: model:ir.model.fields,field_description:account.field_account_report_line__display_name #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_root__display_name #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__display_name #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__display_name #: model:ir.model.fields,field_description:account.field_account_tax__display_name #: model:ir.model.fields,field_description:account.field_account_tax_group__display_name #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__display_name #: model:ir.model.fields,field_description:account.field_validate_account_move__display_name msgid "Display Name" msgstr "顯示名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__display_pdf_report_id msgid "Display Pdf Report" msgstr "顯示 Pdf 報表" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__display_qr_code #: model:ir.model.fields,field_description:account.field_account_move__display_qr_code msgid "Display QR-code" msgstr "顯示QR-Code二維碼" #. module: account #: model:ir.model.fields,field_description:account.field_base_document_layout__qr_code #: model:ir.model.fields,field_description:account.field_res_company__qr_code msgid "Display QR-code on invoices" msgstr "在你的應收憑單上增加支付二維碼QR-Code" #. module: account #: model:ir.model.fields,field_description:account.field_res_currency__display_rounding_warning msgid "Display Rounding Warning" msgstr "顯示捨入警告" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__qr_code msgid "Display SEPA QR-code" msgstr "顯示 SEPA QR-Code二維碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__display_type #: model:ir.model.fields,field_description:account.field_account_move_line__display_type msgid "Display Type" msgstr "顯示類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__placeholder_code msgid "Display code" msgstr "顯示代碼" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__preview_ready msgid "Display preview button" msgstr "顯示預覽按鈕" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Display the total amount of an invoice in letters" msgstr "以字母顯示發票總額" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__repartition_line_ids msgid "Distribution" msgstr "分配" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__distribution_analytic_account_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__distribution_analytic_account_ids msgid "Distribution Analytic Account" msgstr "分佈分析賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__invoice_repartition_line_ids #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "Distribution for Invoices" msgstr "發票計稅方式" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__refund_repartition_line_ids msgid "Distribution for Refund Invoices" msgstr "退款發票計稅方式" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_form msgid "Distribution for Refunds" msgstr "退款分配" #. module: account #: model:ir.model.fields,help:account.field_account_tax__refund_repartition_line_ids msgid "Distribution when the tax is used on a refund" msgstr "退款計稅方式" #. module: account #: model:ir.model.fields,help:account.field_account_tax__invoice_repartition_line_ids msgid "Distribution when the tax is used on an invoice" msgstr "發票計稅方式" #. module: account #: model:account.account,name:account.1_dividends msgid "Dividends" msgstr "股息" #. module: account #. odoo-python #: code:addons/account/models/digest.py:0 msgid "Do not have access, skip this data for user's digest email" msgstr "沒有存取權限,使用者摘要電郵將跳過此數據" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_extract msgid "Document Digitization" msgstr "文件數位化" #. module: account #: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_base_document_layout msgid "Documents Layout" msgstr "文件版面格式" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_applicability__business_domain msgid "Domain" msgstr "篩選範圍" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__domain_formula msgid "Domain Formula Shortcut" msgstr "域公式捷徑" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Domestic country of your accounting" msgstr "您的會計所在國家/地區" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__rounding_method__down #: model:ir.model.fields.selection,name:account.selection__account_report__integer_rounding__down msgid "Down" msgstr "向下" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_move_form/account_move_form.js:0 #: code:addons/account/static/src/views/account_move_list/account_move_list_controller.js:0 #: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_sending_method__manual #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid "Download" msgstr "下載" #. module: account #: model:ir.model.fields,help:account.field_account_tax_group__advance_tax_payment_account_id msgid "" "Downpayments posted on this account will be considered by the Tax Closing " "Entry." msgstr "稅務結算分錄將考慮在此科目上過帳的預付款." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__state__draft #: model:ir.model.fields.selection,name:account.selection__account_move__state__draft #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__draft #: model:ir.model.fields.selection,name:account.selection__account_payment__state__draft #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Draft" msgstr "草稿" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Draft (%(currency_amount)s)" msgstr "草稿 (%(currency_amount)s)" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Draft Bill" msgstr "帳單草稿" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Draft Credit Note" msgstr "退款單草稿" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 #: code:addons/account/wizard/account_secure_entries_wizard.py:0 #: model:ir.model.fields,field_description:account.field_account_report__filter_show_draft msgid "Draft Entries" msgstr "草稿分錄" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Draft Entry" msgstr "草稿記項" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Draft Invoice" msgstr "發票草稿" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search msgid "Draft Invoices" msgstr "發票草稿" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "Draft Payment" msgstr "付款草稿" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Draft Purchase Receipt" msgstr "採購收據草稿" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Draft Sales Receipt" msgstr "銷售收據草稿" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Draft Vendor Credit Note" msgstr "供應商退款單草稿" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "Drag & drop" msgstr "拖放" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Drop and let the AI process your bills automatically." msgstr "放置此處,讓 AI 人工智能自動處理賬單。" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Drop to create journal entries with attachments." msgstr "放置此處,以建立有附件的日記賬記項。" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Drop to import transactions" msgstr "放置此處,以匯入交易" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Drop to import your invoices." msgstr "放置此處,以匯入你的發票。" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 #: model:ir.model.fields,field_description:account.field_account_payment_term_line__value_amount msgid "Due" msgstr "到期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Due Amount for" msgstr "到期金額於" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_date_due #: model:ir.model.fields,field_description:account.field_account_invoice_report__invoice_date_due #: model:ir.model.fields,field_description:account.field_account_move__invoice_date_due #: model:ir.model.fields,field_description:account.field_account_move_line__date_maturity #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Due Date" msgstr "到期日" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "Due Terms" msgstr "到期期限" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__duplicate_payment_ids #: model:ir.model.fields,field_description:account.field_account_payment_register__duplicate_payment_ids msgid "Duplicate Payment" msgstr "重複的付款" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__duplicated_bank_account_partners_count #: model:ir.model.fields,field_description:account.field_res_users__duplicated_bank_account_partners_count msgid "Duplicated Bank Account Partners Count" msgstr "重複的銀行帳戶合作夥伴計數" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Duplicated Documents" msgstr "重複的文件" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "Duplicated Payments" msgstr "重複的付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__duplicated_ref_ids #: model:ir.model.fields,field_description:account.field_account_move__duplicated_ref_ids msgid "Duplicated Ref" msgstr "重複參考" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_reports msgid "Dynamic Reports" msgstr "動態報表" #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__tag_ids_domain msgid "Dynamic domain used for the tag that can be set on tax" msgstr "稅項可用標籤所使用的動態網域" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_partner_view_tree msgid "EDI Format" msgstr "EDI 格式" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_l10n_eu_oss msgid "EU Intra-community Distance Selling" msgstr "歐盟內部遠端銷售" #. module: account #: model:account.incoterms,name:account.incoterm_EXW msgid "EX WORKS" msgstr "出廠價" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "EXCH" msgstr "匯率" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__early_discount #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Early Discount" msgstr "提早付款折扣" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_early_pay_discount_gain_account_id msgid "Early Discount Gain" msgstr "早付折扣收益" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_early_pay_discount_loss_account_id msgid "Early Discount Loss" msgstr "早付折扣虧損" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__epd msgid "Early Payment Discount" msgstr "預付款折扣" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/account_move_line.py:0 msgid "Early Payment Discount (%s)" msgstr "預付款折扣 (%s)" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Early Payment Discount (Exchange Difference)" msgstr "預付款折扣 (匯率差異)" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__early_payment_discount_mode msgid "Early Payment Discount Mode" msgstr "預付款折扣模式" #. module: account #: model:ir.model.fields,help:account.field_account_payment_term__discount_percentage msgid "Early Payment Discount granted for this payment term" msgstr "用於此付款期限的提早付款折扣" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "Early Payment Discount of" msgstr "提早付款折扣:" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "" "Early Payment Discount: %(amount)s if paid before %(date)s" msgstr "提早付款折扣: %(amount)s 若在 %(date)s 前付清" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Early payment discounts:" msgstr "提早付款折扣:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Edit" msgstr "編輯" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__tax_totals #: model:ir.model.fields,help:account.field_account_move__tax_totals msgid "Edit Tax amounts if you encounter rounding issues." msgstr "如果遇到四捨五入問題,請編輯稅額." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Electronic Data Interchange" msgstr "電子數據交換" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_details_fields msgid "Electronic format" msgstr "電子格式" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__alias_email #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Email Alias" msgstr "郵箱別名" #. module: account #: model:ir.model,name:account.model_mail_template msgid "Email Templates" msgstr "電郵範本" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "Email bills" msgstr "電郵賬單" #. module: account #: model:ir.model.fields,help:account.field_account_journal__alias_domain msgid "Email domain e.g. 'example.com' in 'odoo@example.com'" msgstr "電子郵件網域,例如 odoo@example.com 之內的「example.com」" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_template_id msgid "Email template" msgstr "電郵範本" #. module: account #: model:account.account,name:account.1_employee_payroll_taxes msgid "Employee Payroll Taxes" msgstr "員工薪酬稅項" #. module: account #: model:account.account,name:account.1_employer_payroll_taxes msgid "Employer Payroll Taxes" msgstr "僱主薪酬稅項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search msgid "Empty" msgstr "空" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Enable PEPPOL" msgstr "啟用 PEPPOL" #. module: account #: model:ir.model.fields,help:account.field_res_company__account_use_credit_limit #: model:ir.model.fields,help:account.field_res_config_settings__account_use_credit_limit msgid "Enable the use of credit limit on partners." msgstr "啟用對合作夥伴的信用額度." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__filter_hide_0_lines__by_default #: model:ir.model.fields.selection,name:account.selection__account_report__filter_hierarchy__by_default msgid "Enabled by Default" msgstr "預設啟用" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__end_datetime #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__end_date msgid "End Date" msgstr "結束日期" #. module: account #: model:account.payment.term,name:account.account_payment_term_end_following_month msgid "End of Following Month" msgstr "翌月底" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_end_real #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_balance_end_real msgid "Ending Balance" msgstr "期末餘額" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_label_section_and_note_field/product_label_section_and_note_field.xml:0 msgid "Enter a description" msgstr "輸入描述" #. module: account #: model:ir.actions.act_window,name:account.action_move_line_form #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "Entries" msgstr "分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__entries_count msgid "Entries Count" msgstr "分錄數" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Entries are correctly hashed" msgstr "記項已正確進行雜湊處理" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Entries are not from the same account: %s" msgstr "記項並非來自同一賬戶: %s" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "Entries can only be created for a single company at a time." msgstr "一次只能為一家公司建立分錄." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Entries don't belong to the same company: %s" msgstr "記項不屬於同一公司: %s" #. module: account #: model:ir.model.fields,help:account.field_validate_account_move__force_post msgid "" "Entries in the future are set to be auto-posted by default. Check this " "checkbox to post them now." msgstr "為將來的分錄預設為自動過帳. 勾選此框並立即將它們過帳." #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Entries to Review" msgstr "待審查的分錄" #. module: account #. odoo-python #: code:addons/account/models/account_analytic_line.py:0 msgid "Entries: %(account)s" msgstr "分錄: %(account)s" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_view_activity msgid "Entry Name" msgstr "記項名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__epd_dirty msgid "Epd Dirty" msgstr "Epd 不公平的" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__epd_key msgid "Epd Key" msgstr "Epd 鍵" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__epd_needed msgid "Epd Needed" msgstr "Epd 必需" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__equity #: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__equity #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Equity" msgstr "權益" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "Error importing attachment '%(file_name)s' as invoice (decoder=%(decoder)s)" msgstr "附件 %(file_name)s 匯入為發票時,發生錯誤(解碼器:%(decoder)s)" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "" "Error while loading the localization. You should probably update your " "localization app first." msgstr "載入本地化資料時出錯。請先嘗試更新本地化應用程式。" #. module: account #. odoo-python #: code:addons/account/models/res_config_settings.py:0 msgid "Error!" msgstr "錯誤!" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_model__euro msgid "European" msgstr "歐洲" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__decimal_separator msgid "" "Every character that is nor a digit nor this separator will be removed from " "the matching string" msgstr "每個不是數字也不是這個分隔符的字詞都將從匹配的字串中刪除" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__example_amount msgid "Example Amount" msgstr "範例總計" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__example_invalid msgid "Example Invalid" msgstr "範例無效的" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__example_preview msgid "Example Preview" msgstr "範例預覽" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__example_preview_discount msgid "Example Preview Discount" msgstr "預覽折扣範例" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "Example:" msgstr "例子:" #. module: account #. odoo-javascript #. odoo-python #: code:addons/account/models/chart_template.py:0 #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 #: model:account.journal,name:account.1_exch msgid "Exchange Difference" msgstr "匯兌差異" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__currency_exchange_journal_id msgid "Exchange Gain or Loss Journal" msgstr "匯兌增益或虧損日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_full_reconcile__exchange_move_id #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__exchange_move_id msgid "Exchange Move" msgstr "匯兌傳票" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Exchange difference entries:" msgstr "匯兌差額記項:" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal_group__excluded_journal_ids msgid "Excluded Journals" msgstr "已排除的日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__expects_chart_of_accounts msgid "Expects a Chart of Accounts" msgstr "預計會計科目表" #. module: account #. odoo-javascript #. odoo-python #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 #: code:addons/account/wizard/accrued_orders.py:0 #: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__expense #: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__account_type__expense msgid "Expense" msgstr "費用" #. module: account #: model:ir.model.fields,field_description:account.field_product_category__property_account_expense_categ_id #: model:ir.model.fields,field_description:account.field_product_product__property_account_expense_id #: model:ir.model.fields,field_description:account.field_product_template__property_account_expense_id msgid "Expense Account" msgstr "費用項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__expense_accrual_account #: model:ir.model.fields,field_description:account.field_res_company__expense_accrual_account_id msgid "Expense Accrual Account" msgstr "費用應計科目" #. module: account #: model:account.account,name:account.1_expense #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Expenses" msgstr "費用" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__state__expired msgid "Expired" msgstr "到期" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_column__expression_label msgid "Expression Label" msgstr "表達式標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__expression_ids msgid "Expressions" msgstr "表達式" #. module: account #: model:ir.model.constraint,message:account.constraint_account_report_expression_domain_engine_subformula_required msgid "Expressions using 'domain' engine should all have a subformula." msgstr "使用“網域”引擎的表達式,都應該有子公式。" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__external_formula msgid "External Formula Shortcut" msgstr "外部公式快捷鍵" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__reference msgid "External Reference" msgstr "外部編號" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__external msgid "External Value" msgstr "外部值" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__extra_edi_checkboxes msgid "Extra Edi Checkboxes" msgstr "額外 Edi 勾選方格" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__extra_edis msgid "Extra Edis" msgstr "額外Edis" #. module: account #: model:account.incoterms,name:account.incoterm_FAS msgid "FREE ALONGSIDE SHIP" msgstr "船邊交貨" #. module: account #: model:account.incoterms,name:account.incoterm_FCA msgid "FREE CARRIER" msgstr "交貨承運人" #. module: account #: model:account.incoterms,name:account.incoterm_FOB msgid "FREE ON BOARD" msgstr "船上交貨" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "Factor Percent" msgstr "系數百分比" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__factor msgid "Factor Ratio" msgstr "因素比" #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__factor msgid "" "Factor to apply on the account move lines generated from this distribution " "line" msgstr "應用於從此分配明細建立的科目傳票明細的因子" #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__factor_percent msgid "" "Factor to apply on the account move lines generated from this distribution " "line, in percents" msgstr "應用於從此分配明細建立的科目傳票因子,以百分比表示" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "False" msgstr "False(假)" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_aml_ir_filters msgid "Favorite Filters" msgstr "最愛篩選器" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search msgid "Favorites" msgstr "最愛" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__2 msgid "February" msgstr "二月" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__state_ids msgid "Federal States" msgstr "聯邦政府" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Field" msgstr "欄位" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Field Value" msgstr "欄位值" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_column__figure_type #: model:ir.model.fields,field_description:account.field_account_report_expression__figure_type msgid "Figure Type" msgstr "例圖類型" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Fill in the details of the product or see the suggestion." msgstr "為產品填寫詳細資料,或查看建議。" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_fiscal_position msgid "Filter Multivat" msgstr "多變量篩選" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_line__general_account_id #: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account msgid "Financial Account" msgstr "財務會計科目" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_applicability__account_prefix msgid "Financial Accounts Prefix" msgstr "財務會計賬戶代號起首" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_line__journal_id msgid "Financial Journal" msgstr "財務會計科目分錄" #. module: account #: model:account.account.tag,name:account.account_tag_financing msgid "Financing Activities" msgstr "財務會計科目活動" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__payment_ref_regex msgid "Find Text in Label" msgstr "在標籤中查尋文字" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__narration_regex msgid "Find Text in Notes" msgstr "在備註中查尋文字" #. module: account #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__first_date msgid "First Date" msgstr "起始日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "First Entry" msgstr "期初分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "First Hash" msgstr "起始散列" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__first_line_index msgid "First Line Index" msgstr "起始明細索引" #. module: account #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__first_name msgid "First New Sequence" msgstr "起始新序列" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__auto_post_origin_id #: model:ir.model.fields,field_description:account.field_account_move__auto_post_origin_id msgid "First recurring entry" msgstr "首次經常性記項" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_fiscal_country_id #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Fiscal Country" msgstr "財政國家" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_fiscal_country_id msgid "Fiscal Country Code" msgstr "財政國家代碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__fiscal_country_codes #: model:ir.model.fields,field_description:account.field_product_product__fiscal_country_codes #: model:ir.model.fields,field_description:account.field_product_template__fiscal_country_codes #: model:ir.model.fields,field_description:account.field_res_currency__fiscal_country_codes #: model:ir.model.fields,field_description:account.field_res_partner__fiscal_country_codes #: model:ir.model.fields,field_description:account.field_res_users__fiscal_country_codes #: model:ir.model.fields,field_description:account.field_uom_uom__fiscal_country_codes msgid "Fiscal Country Codes" msgstr "財務國家代碼" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Fiscal Information" msgstr "財政資訊" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Fiscal Localization" msgstr "財政本地化" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Fiscal Periods" msgstr "會計期間" #. module: account #: model:ir.model,name:account.model_account_fiscal_position #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__fiscal_position_id #: model:ir.model.fields,field_description:account.field_account_fiscal_position__name #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__position_id #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__position_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__fiscal_position_id #: model:ir.model.fields,field_description:account.field_account_move__fiscal_position_id #: model:ir.model.fields,field_description:account.field_res_company__fiscal_position_ids #: model:ir.model.fields,field_description:account.field_res_partner__property_account_position_id #: model:ir.model.fields,field_description:account.field_res_users__property_account_position_id #: model_terms:ir.ui.view,arch_db:account.view_account_position_filter #: model_terms:ir.ui.view,arch_db:account.view_account_position_form #: model_terms:ir.ui.view,arch_db:account.view_account_position_tree msgid "Fiscal Position" msgstr "財務規則" #. module: account #: model:ir.actions.act_window,name:account.action_account_fiscal_position_form #: model:ir.ui.menu,name:account.menu_action_account_fiscal_position_form msgid "Fiscal Positions" msgstr "財政狀況" #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form msgid "Fiscal Year End" msgstr "會計年度結束日" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__foreign_vat_fiscal_position_id msgid "Fiscal position" msgstr "財務狀況" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__fiscal_position_id #: model:ir.model.fields,help:account.field_account_move__fiscal_position_id msgid "" "Fiscal positions are used to adapt taxes and accounts for particular " "customers or sales orders/invoices. The default value comes from the " "customer." msgstr "財務狀況用於調整特定客戶的稅金和科目或銷售訂單/應收憑單. 預設值來自客戶." #. module: account #: model:ir.model.fields,field_description:account.field_account_financial_year_op__fiscalyear_last_day #: model:ir.model.fields,field_description:account.field_res_company__fiscalyear_last_day msgid "Fiscalyear Last Day" msgstr "會計年度的最後一天" #. module: account #: model:ir.model.fields,field_description:account.field_account_financial_year_op__fiscalyear_last_month #: model:ir.model.fields,field_description:account.field_res_company__fiscalyear_last_month msgid "Fiscalyear Last Month" msgstr "會計年度的最後一個月" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__value__fixed #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__fixed #: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__fixed msgid "Fixed" msgstr "固定" #. module: account #: model:account.account,name:account.1_fixed_assets msgid "Fixed Asset" msgstr "固定資產" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_fixed msgid "Fixed Assets" msgstr "固定資產" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__float #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__float msgid "Float" msgstr "浮點數" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount msgid "Float Amount" msgstr "浮動金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__foldable msgid "Foldable" msgstr "可折疊的" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice msgid "Follow, download or pay our invoices" msgstr "關注、下載或支付我們的發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice msgid "Follow, download or pay your invoices" msgstr "關注、下載或支付你的發票" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_journal__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_move__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_payment__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_follower_ids #: model:ir.model.fields,field_description:account.field_account_tax__message_follower_ids #: model:ir.model.fields,field_description:account.field_res_company__message_follower_ids #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_follower_ids msgid "Followers" msgstr "關注人" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_journal__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_move__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_payment__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_partner_ids #: model:ir.model.fields,field_description:account.field_account_tax__message_partner_ids #: model:ir.model.fields,field_description:account.field_res_company__message_partner_ids #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_partner_ids msgid "Followers (Partners)" msgstr "關注人(業務夥伴)" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_type_icon #: model:ir.model.fields,help:account.field_account_journal__activity_type_icon #: model:ir.model.fields,help:account.field_account_move__activity_type_icon #: model:ir.model.fields,help:account.field_account_payment__activity_type_icon #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_type_icon #: model:ir.model.fields,help:account.field_res_partner_bank__activity_type_icon msgid "Font awesome icon e.g. fa-tasks" msgstr "Font awesome 圖示,例如,fa-task" #. module: account #: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed msgid "For any other question, write to" msgstr "如有任何其他問題,請通知" #. module: account #: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed msgid "" "For new invoices, please ensure a PDF or electronic invoice file is attached" msgstr "對於新發票,請確保已附上 PDF 或電子發票檔案" #. module: account #: model:ir.model.fields,help:account.field_account_payment_term_line__value_amount msgid "For percent enter a ratio between 0-100." msgstr "輸入一個從0-100的百分比." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "For this entry to be automatically posted, it required a bill date." msgstr "要自動過帳此分錄,需要帳單日期." #. module: account #: model:ir.model.constraint,message:account.constraint_account_move_line_check_non_accountable_fields_null msgid "Forbidden balance or account on non-accountable line" msgstr "非應計明細上的禁止餘額或科目" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__force_post msgid "Force" msgstr "強制" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model_line__force_tax_included msgid "Force the tax to be managed as a price included tax." msgstr "強制使稅作為含稅價來管理." #. module: account #: model:ir.model.fields,help:account.field_account_account__currency_id msgid "" "Forces all journal items in this account to have a specific currency (i.e. " "bank journals). If no currency is set, entries can use any currency." msgstr "強制此科目中的所有日記帳項目具有特定貨幣 (即銀行日記帳). 如果未設定幣別, 分錄可以使用任何貨幣." #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__foreign_currency_id msgid "Foreign Currency" msgstr "外幣幣種" #. module: account #: model:account.account,name:account.1_income_currency_exchange msgid "Foreign Exchange Gain" msgstr "匯兌收益" #. module: account #: model:account.account,name:account.1_expense_currency_exchange msgid "Foreign Exchange Loss" msgstr "匯兌虧損" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__foreign_vat msgid "Foreign Tax ID" msgstr "外幣稅金編號" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__multi_vat_foreign_country_ids msgid "Foreign VAT countries" msgstr "國外增值稅國家" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__foreign_vat_header_mode msgid "Foreign Vat Header Mode" msgstr "外國增值稅頭模式" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "Foreign tax account (%s)" msgstr "外幣稅金科目 (%s)" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "Foreign tax account advance payment (%s)" msgstr "外國稅預繳賬戶 (%s)" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "Foreign tax account payable (%s)" msgstr "外國稅應付賬戶 (%s)" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "Foreign tax account receivable (%s)" msgstr "外國稅應收賬戶 (%s)" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__formula msgid "Formula" msgstr "公式" #. module: account #: model:ir.model.fields,help:account.field_account_report_expression__carryover_target msgid "" "Formula in the form line_code.expression_label. This allows setting the " "target of the carryover for this expression (on a _carryover_*-labeled " "expression), in case it is different from the parent line." msgstr "" "表單 line_code.expression_label 內的算式。這允許為此表達式設定結轉目標(在帶有結轉標記 _carryover_* " "的表達式上),以避免與母行不同。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_group_form msgid "From" msgstr "由" #. module: account #: model:ir.model.fields,field_description:account.field_base_document_layout__from_invoice msgid "From Invoice" msgstr "從發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "From Non Trade Receivable accounts" msgstr "來自非貿易應收賬款科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "From P&L accounts" msgstr "來自損益表科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "From Trade Payable accounts" msgstr "來自貿易應付賬款科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "From Trade Receivable accounts" msgstr "來自貿易應付賬款科目" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__regex msgid "From label" msgstr "來自標籤" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__previous_tax_period msgid "From previous tax period" msgstr "從上一納稅期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__from_fiscalyear msgid "From the start of the fiscal year" msgstr "從財政年度開始" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__from_beginning msgid "From the very start" msgstr "從一開始" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_invoice_report_all_supp msgid "" "From this report, you can have an overview of the amount invoiced from your " "vendors. The search tool can also be used to personalise your Invoices " "reports and so, match this analysis to your needs." msgstr "從這個報表中,您可以得到一個總的供應商的應收憑單總額. 搜尋功能也能用來個性化您的應收憑單報表等,例如根據您的需要匹配分析." #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_invoice_report_all msgid "" "From this report, you can have an overview of the amount invoiced to your " "customers. The search tool can also be used to personalise your Invoices " "reports and so, match this analysis to your needs." msgstr "從這個報表中,您可以得到一個總的客戶的應收憑單總額. 搜尋功能也能用來個性化您的應收憑單報表等,例如根據您的需要匹配分析." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__full msgid "Full Amount" msgstr "全額" #. module: account #: model:ir.model,name:account.model_account_full_reconcile #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__full_reconcile_id msgid "Full Reconcile" msgstr "全額核銷" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Future Activities" msgstr "未來活動" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "Future-dated" msgstr "未來日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Gain" msgstr "收益" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__income_currency_exchange_account_id #: model:ir.model.fields,field_description:account.field_res_config_settings__income_currency_exchange_account_id msgid "Gain Exchange Rate Account" msgstr "匯兌增益科目" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__payment_tolerance_param #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__payment_tolerance_param msgid "Gap" msgstr "間距" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "Generated Documents" msgstr "已建立文件" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Generated Entries" msgstr "產生分錄" #. module: account #: model:account.report,name:account.generic_tax_report msgid "Generic Tax report" msgstr "通用稅金報表" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Get Paid online. Send electronic invoices." msgstr "線上收款,傳送電子發票。" #. module: account #: model:ir.model,name:account.model_report_account_report_hash_integrity msgid "Get hash integrity result as PDF." msgstr "以 PDF 格式獲取散列完整性結果." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Get warnings when invoicing specific customers" msgstr "在給特定的客戶開具應收憑單時的警告" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__fiscalyear_lock_date #: model:ir.model.fields,field_description:account.field_res_company__fiscalyear_lock_date #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__lock_date_field__fiscalyear_lock_date msgid "Global Lock Date" msgstr "全域鎖定日期" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Go back" msgstr "返回" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_audit_trail_report msgid "Go to the accounting settings" msgstr "前往會計設定" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/company.py:0 msgid "Go to the configuration panel" msgstr "至配置面板" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_partner__trust__good msgid "Good Debtor" msgstr "信用好的債務人" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__tax_scope__consu #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Goods" msgstr "商品" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__group_id msgid "Group" msgstr "組" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__groupby #: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search #: model_terms:ir.ui.view,arch_db:account.view_account_search #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Group By" msgstr "分組依據" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__group_payment msgid "Group Payments" msgstr "分組付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard__is_group_by_name msgid "Group by name?" msgstr "按名稱分組?" #. module: account #: model:account.report,name:account.generic_tax_report_account_tax msgid "Group by: Account > Tax " msgstr "分組依據: 科目 > 稅金 " #. module: account #: model:account.report,name:account.generic_tax_report_tax_account msgid "Group by: Tax > Account " msgstr "分組依據: 稅金 > 科目 " #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__group msgid "Group of Taxes" msgstr "稅組" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Group payments into a single batch to ease the reconciliation process" msgstr "把付款歸為一批以簡化核銷處理過程" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "Groupby feature isn't supported by aggregation engine. Please remove the " "groupby value on '%s'" msgstr "整合引擎不支援 分組依據 功能. 請刪除 '%s' 上的 分組依據 值" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__grouping_key msgid "Grouping Key" msgstr "分組索引" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_growth_comparison msgid "Growth Comparison" msgstr "增長比較" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__hard_lock_date msgid "Hard Lock Date" msgstr "硬性鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__has_accounting_entries msgid "Has Accounting Entries" msgstr "有會計分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__has_entries msgid "Has Entries" msgstr "有記項" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_update_fpos #: model:ir.model.fields,field_description:account.field_account_move__show_update_fpos msgid "Has Fiscal Position Changed" msgstr "財政狀況是否改變" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__has_iban_warning #: model:ir.model.fields,field_description:account.field_res_partner_bank__has_iban_warning msgid "Has Iban Warning" msgstr "有 IBAN 警告" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__has_message #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__has_message #: model:ir.model.fields,field_description:account.field_account_journal__has_message #: model:ir.model.fields,field_description:account.field_account_move__has_message #: model:ir.model.fields,field_description:account.field_account_payment__has_message #: model:ir.model.fields,field_description:account.field_account_reconcile_model__has_message #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__has_message #: model:ir.model.fields,field_description:account.field_account_tax__has_message #: model:ir.model.fields,field_description:account.field_res_company__has_message #: model:ir.model.fields,field_description:account.field_res_partner_bank__has_message msgid "Has Message" msgstr "有訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__has_money_transfer_warning #: model:ir.model.fields,field_description:account.field_res_partner_bank__has_money_transfer_warning msgid "Has Money Transfer Warning" msgstr "有匯款警告" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__has_negative_factor msgid "Has Negative Factor" msgstr "有負數因子" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__has_posted_entries msgid "Has Posted Entries" msgstr "有已過賬記項" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__has_reconciled_entries #: model:ir.model.fields,field_description:account.field_account_move__has_reconciled_entries msgid "Has Reconciled Entries" msgstr "有對帳核銷分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__has_sequence_holes msgid "Has Sequence Holes" msgstr "有序列孔" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__has_statement_lines msgid "Has Statement Lines" msgstr "有結單資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__hash_date msgid "Hash All Entries" msgstr "所有記項雜湊處理" #. module: account #: model:ir.actions.report,name:account.action_report_account_hash_integrity msgid "Hash integrity result PDF" msgstr "散列完整性結果 PDF" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "Hey there !" msgstr "你好!" #. module: account #: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed msgid "" "Hi,\n" "

\n" " Your email has been discarded. the e-mail address you have used only accepts new invoices:" msgstr "" "你好,\n" "

\n" " 你的電子郵件已被丟棄。你使用的電郵地址,只接受新發票:" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__hide_post_button #: model:ir.model.fields,field_description:account.field_account_move__hide_post_button msgid "Hide Post Button" msgstr "隱藏過帳按鈕" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__hide_tax_exigibility msgid "Hide Use Cash Basis Option" msgstr "隱藏現金收付制選項" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__hide_writeoff_section msgid "Hide Writeoff Section" msgstr "隱藏核銷部分" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__hide_if_zero msgid "Hide if Zero" msgstr "如果為零則隱藏" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_hide_0_lines msgid "Hide lines at 0" msgstr "隱藏 0 處的資料行" #. module: account #: model:ir.model.fields,help:account.field_account_secure_entries_wizard__max_hash_date msgid "" "Highest Date such that all posted journal entries prior to (including) the " "date are secured. Only journal entries after the hard lock date are " "considered." msgstr "最大日期,該日期之前(包括當天)的所有已過賬日記賬分錄,均受保護。只會考慮硬性鎖定日期之後的日記賬記項。" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__highest_name #: model:ir.model.fields,field_description:account.field_account_move__highest_name msgid "Highest Name" msgstr "最高名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__horizontal_split_side msgid "Horizontal Split Side" msgstr "水平分割邊" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "How total tax amount is computed in orders and invoices" msgstr "在訂單和應收憑單中如何計算總稅額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_base_document_layout msgid "IBAN" msgstr "IBAN 號碼" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document_preview msgid "IBAN: BE76 4294 6878 9995" msgstr "IBAN 號碼:BE76 4294 6878 9995" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__id #: model:ir.model.fields,field_description:account.field_account_account_tag__id #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__id #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__id #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__id #: model:ir.model.fields,field_description:account.field_account_bank_statement__id #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__id #: model:ir.model.fields,field_description:account.field_account_cash_rounding__id #: model:ir.model.fields,field_description:account.field_account_code_mapping__id #: model:ir.model.fields,field_description:account.field_account_financial_year_op__id #: model:ir.model.fields,field_description:account.field_account_fiscal_position__id #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__id #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__id #: model:ir.model.fields,field_description:account.field_account_full_reconcile__id #: model:ir.model.fields,field_description:account.field_account_group__id #: model:ir.model.fields,field_description:account.field_account_incoterms__id #: model:ir.model.fields,field_description:account.field_account_invoice_report__id #: model:ir.model.fields,field_description:account.field_account_journal__id #: model:ir.model.fields,field_description:account.field_account_journal_group__id #: model:ir.model.fields,field_description:account.field_account_lock_exception__id #: model:ir.model.fields,field_description:account.field_account_merge_wizard__id #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__id #: model:ir.model.fields,field_description:account.field_account_move__id #: model:ir.model.fields,field_description:account.field_account_move_line__id #: model:ir.model.fields,field_description:account.field_account_move_reversal__id #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__id #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__id #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__id #: model:ir.model.fields,field_description:account.field_account_payment__id #: model:ir.model.fields,field_description:account.field_account_payment_method__id #: model:ir.model.fields,field_description:account.field_account_payment_method_line__id #: model:ir.model.fields,field_description:account.field_account_payment_register__id #: model:ir.model.fields,field_description:account.field_account_payment_term__id #: model:ir.model.fields,field_description:account.field_account_payment_term_line__id #: model:ir.model.fields,field_description:account.field_account_reconcile_model__id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__id #: model:ir.model.fields,field_description:account.field_account_report__id #: model:ir.model.fields,field_description:account.field_account_report_column__id #: model:ir.model.fields,field_description:account.field_account_report_expression__id #: model:ir.model.fields,field_description:account.field_account_report_external_value__id #: model:ir.model.fields,field_description:account.field_account_report_line__id #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__id #: model:ir.model.fields,field_description:account.field_account_root__id #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__id #: model:ir.model.fields,field_description:account.field_account_tax__id #: model:ir.model.fields,field_description:account.field_account_tax_group__id #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__id #: model:ir.model.fields,field_description:account.field_validate_account_move__id msgid "ID" msgstr "識別號" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "INV" msgstr "INV" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "INV/2023/00001" msgstr "INV/2023/00001" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "INV/2023/0001" msgstr "INV/2023/0001" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "INV0001" msgstr "INV0001" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "INV001" msgstr "INV001" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_exception_icon #: model:ir.model.fields,field_description:account.field_account_journal__activity_exception_icon #: model:ir.model.fields,field_description:account.field_account_move__activity_exception_icon #: model:ir.model.fields,field_description:account.field_account_payment__activity_exception_icon #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_exception_icon #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_exception_icon msgid "Icon" msgstr "圖示" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_exception_icon #: model:ir.model.fields,help:account.field_account_journal__activity_exception_icon #: model:ir.model.fields,help:account.field_account_move__activity_exception_icon #: model:ir.model.fields,help:account.field_account_payment__activity_exception_icon #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_exception_icon #: model:ir.model.fields,help:account.field_res_partner_bank__activity_exception_icon msgid "Icon to indicate an exception activity." msgstr "用於指示異常活動的圖示。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "If a payment is still outstanding more than sixty (60) days after the due " "payment date," msgstr "如果在到期付款日後六十(60)天仍未付款," #. module: account #: model:ir.model.fields,help:account.field_account_report__filter_aml_ir_filters msgid "" "If activated, user-defined filters on journal items can be selected on this " "report" msgstr "如果激活,可在此報告中選擇用戶定義的日記賬項目篩選器" #. module: account #: model:ir.model.fields,help:account.field_account_account__message_needaction #: model:ir.model.fields,help:account.field_account_bank_statement_line__message_needaction #: model:ir.model.fields,help:account.field_account_journal__message_needaction #: model:ir.model.fields,help:account.field_account_move__message_needaction #: model:ir.model.fields,help:account.field_account_payment__message_needaction #: model:ir.model.fields,help:account.field_account_reconcile_model__message_needaction #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_needaction #: model:ir.model.fields,help:account.field_account_tax__message_needaction #: model:ir.model.fields,help:account.field_res_company__message_needaction #: model:ir.model.fields,help:account.field_res_partner_bank__message_needaction msgid "If checked, new messages require your attention." msgstr "勾選代表有新訊息需要您留意。" #. module: account #: model:ir.model.fields,help:account.field_account_account__message_has_error #: model:ir.model.fields,help:account.field_account_account__message_has_sms_error #: model:ir.model.fields,help:account.field_account_bank_statement_line__message_has_error #: model:ir.model.fields,help:account.field_account_bank_statement_line__message_has_sms_error #: model:ir.model.fields,help:account.field_account_journal__message_has_error #: model:ir.model.fields,help:account.field_account_journal__message_has_sms_error #: model:ir.model.fields,help:account.field_account_move__message_has_error #: model:ir.model.fields,help:account.field_account_move__message_has_sms_error #: model:ir.model.fields,help:account.field_account_payment__message_has_error #: model:ir.model.fields,help:account.field_account_payment__message_has_sms_error #: model:ir.model.fields,help:account.field_account_reconcile_model__message_has_error #: model:ir.model.fields,help:account.field_account_reconcile_model__message_has_sms_error #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_has_error #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_has_sms_error #: model:ir.model.fields,help:account.field_account_tax__message_has_error #: model:ir.model.fields,help:account.field_account_tax__message_has_sms_error #: model:ir.model.fields,help:account.field_res_company__message_has_error #: model:ir.model.fields,help:account.field_res_company__message_has_sms_error #: model:ir.model.fields,help:account.field_res_partner_bank__message_has_error #: model:ir.model.fields,help:account.field_res_partner_bank__message_has_sms_error msgid "If checked, some messages have a delivery error." msgstr "勾選代表有訊息發生傳送錯誤。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "If empty, the discount will be discounted directly on the income/expense " "account. If set, discount on invoices will be realized in separate accounts." msgstr "如果為空,折扣將直接在收入/支出賬戶中折現。如果設置,發票折扣將在獨立賬戶中實現。" #. module: account #: model:ir.model.fields,help:account.field_account_move_reversal__journal_id msgid "If empty, uses the journal of the journal entry to be reversed." msgstr "如果為空,用預留的日記帳分錄撤銷." #. module: account #: model:ir.model.fields,help:account.field_account_tax__include_base_amount msgid "" "If set, taxes with a higher sequence than this one will be affected by it, " "provided they accept it." msgstr "如果設定,比這個序號更高的稅將受到它的影響,只要他們接受它." #. module: account #: model:ir.model.fields,help:account.field_account_tax__is_base_affected msgid "" "If set, taxes with a lower sequence might affect this one, provided they try" " to do it." msgstr "如果設定,如果嘗試這樣做,那麼序號較低的稅金可能會影響這一點." #. module: account #: model:ir.model.fields,help:account.field_account_tax__analytic msgid "" "If set, the amount computed by this tax will be assigned to the same " "analytic account as the invoice line (if any)" msgstr "如果設定,根據這個稅計算出來的總額將被賦給應收憑單明細的同一個分析科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "If set, this account is used to automatically balance entries." msgstr "如果設置,該賬戶將用於自動平衡分錄。" #. module: account #: model:ir.model.fields,help:account.field_account_account__non_trade msgid "" "If set, this account will belong to Non Trade Receivable/Payable in reports and filters.\n" "If not, this account will belong to Trade Receivable/Payable in reports and filters." msgstr "" "如果設定,此科目將屬於報表和篩選器中的非貿易應收/應付賬款.\n" "如果不設定,此科目將屬於報表和篩選器中的貿易應收/應付賬款." #. module: account #: model:ir.model.fields,help:account.field_account_tax_group__preceding_subtotal msgid "" "If set, this value will be used on documents as the label of a subtotal " "excluding this tax group before displaying it. If not set, the tax group " "will be displayed after the 'Untaxed amount' subtotal." msgstr "如果設定,此值將在文件上用作顯示前排除此稅組的小計的標籤. 如果未設定,稅組將顯示在'未稅金額'小計之後." #. module: account #: model:ir.model.fields,help:account.field_account_payment_term__active msgid "" "If the active field is set to False, it will allow you to hide the payment " "terms without removing it." msgstr "如果有效欄位設定為False,可以隱藏支付條款而不用刪除它." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__checked #: model:ir.model.fields,help:account.field_account_move__checked msgid "" "If this checkbox is not ticked, it means that the user was not sure of all " "the related information at the time of the creation of the move and that the" " move needs to be checked again." msgstr "此方格若未有勾選,表示使用者在建立分錄時,未能確定所有相關資訊,因此分錄需要再次檢查。" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__restrict_mode_hash_table #: model:ir.model.fields,help:account.field_account_journal__restrict_mode_hash_table #: model:ir.model.fields,help:account.field_account_move__restrict_mode_hash_table msgid "" "If ticked, when an entry is posted, we retroactively hash all moves in the " "sequence from the entry back to the last hashed entry. The hash can also be " "performed on demand by the Secure Entries wizard." msgstr "如果勾選,記項過賬時,由該記項至上次最後一個雜湊記項的序列中,所有分錄會作追溯雜湊處理。你也可按需要,使用安全記項精靈執行雜湊處理。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "If you check this box, you will be able to collect payments using SEPA " "Direct Debit mandates." msgstr "如果勾選,您可使用SEPA授權直接收款." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "If you check this box, you will be able to register your payment using SEPA." msgstr "如果勾選,您可用SEPA登記付款." #. module: account #: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban msgid "" "If you have not installed a chart of account, please install one first.
" msgstr "如果您還沒有安裝會計科目表,請先安裝一個.
" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "If you sell goods and services to customers in a foreign EU country, you " "must charge VAT based on the delivery address. This rule applies regardless " "of where you are located." msgstr "如果您向歐盟國家/地區的客戶銷售商品和服務,則必須根據收貨地址收取增值稅. 無論您身在何處,此規則都適用." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "If you want to use \"Off-Balance Sheet\" accounts, all the accounts of the " "journal entry must be of this type" msgstr "如果要使用'資產負債表'科目,則日記帳分錄的所有科目都必須是這種類型" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__ignore_abnormal_amount msgid "Ignore Abnormal Amount" msgstr "忽略異常金額" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__ignore_abnormal_date msgid "Ignore Abnormal Date" msgstr "忽略異常日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__ignore_abnormal_invoice_amount #: model:ir.model.fields,field_description:account.field_res_users__ignore_abnormal_invoice_amount msgid "Ignore Abnormal Invoice Amount" msgstr "忽略異常發票金額" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__ignore_abnormal_invoice_date #: model:ir.model.fields,field_description:account.field_res_users__ignore_abnormal_invoice_date msgid "Ignore Abnormal Invoice Date" msgstr "忽略異常發票日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "Ignore future alerts" msgstr "忽略未來警示" #. module: account #: model:account.payment.term,name:account.account_payment_term_immediate msgid "Immediate Payment" msgstr "立即付款" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_qif msgid "Import .qif files" msgstr "匯入.qif 文件" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Import Template for Chart of Accounts" msgstr "賬目總表匯入範本" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Import Template for Journal Items" msgstr "日記賬項目的導入模板" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_csv msgid "Import in .csv, .xls, and .xlsx format" msgstr "以 .csv、.xls 和 .xlsx 格式匯入" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_ofx msgid "Import in .ofx format" msgstr "匯入.ofx格式" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_camt msgid "Import in CAMT.053 format" msgstr "用 CAMT.053 格式匯入" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Import your bank statements in CAMT.053" msgstr "用CAMT.053格式匯入銀行對帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Import your bank statements in CSV, XLS, and XLSX" msgstr "以 CSV、XLS 和 XLSX 格式匯入你的銀行對賬單" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Import your bank statements in OFX" msgstr "用OFX格式匯入銀行對帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Import your bank statements in QIF" msgstr "用QIF格式匯入銀行對帳單" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "In Currency" msgstr "使用該貨幣" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__in_payment #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__in_payment #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__in_payment #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "In Payment" msgstr "付款中" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__state__in_process #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "In Process" msgstr "處理中" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "In order for it to be admissible," msgstr "為了讓它被受理," #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "In order to validate this bill, you must" msgstr "為了驗證此帳單,您必須" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "In order to validate this invoice, you must" msgstr "為了驗證此應收憑單,您必須" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "In payment" msgstr "付款中" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Inactive" msgstr "未啟用" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__inalterable_hash #: model:ir.model.fields,field_description:account.field_account_move__inalterable_hash msgid "Inalterability Hash" msgstr "不可更改性複述" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__secure_sequence_number #: model:ir.model.fields,field_description:account.field_account_move__secure_sequence_number msgid "Inalterability No Gap Sequence #" msgstr "不變性無間隙序列 #" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_method__payment_type__inbound msgid "Inbound" msgstr "來電" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__inbound_payment_method_line_ids msgid "Inbound Payment Methods" msgstr "境內付款方式" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__analytic msgid "Include in Analytic Cost" msgstr "包含在成本分析" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__price_include_override msgid "Included in Price" msgstr "包含在價格中" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__income #: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__income #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Income" msgstr "收入" #. module: account #: model:ir.model.fields,field_description:account.field_product_category__property_account_income_categ_id #: model:ir.model.fields,field_description:account.field_product_product__property_account_income_id #: model:ir.model.fields,field_description:account.field_product_template__property_account_income_id msgid "Income Account" msgstr "收入賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Incoming Payments" msgstr "收款" #. module: account #. odoo-python #: code:addons/account/wizard/setup_wizards.py:0 msgid "" "Incorrect fiscal year date: day is out of range for month. Month: %(month)s;" " Day: %(day)s" msgstr "財政年度日期不正確:日子超出月份範圍。月:%(month)s,日:%(day)s" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_incoterm_id #: model:ir.model.fields,field_description:account.field_account_move__invoice_incoterm_id msgid "Incoterm" msgstr "國際貿易術語" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__incoterm_location #: model:ir.model.fields,field_description:account.field_account_move__incoterm_location msgid "Incoterm Location" msgstr "國際貿易術語位置" #. module: account #: model:ir.model.fields,help:account.field_account_incoterms__code msgid "Incoterm Standard Code" msgstr "國際貿易術語標準代碼" #. module: account #: model:ir.actions.act_window,name:account.action_incoterms_tree #: model:ir.model,name:account.model_account_incoterms #: model:ir.ui.menu,name:account.menu_action_incoterm_open #: model_terms:ir.ui.view,arch_db:account.account_incoterms_form #: model_terms:ir.ui.view,arch_db:account.account_incoterms_view_search #: model_terms:ir.ui.view,arch_db:account.view_incoterms_tree msgid "Incoterms" msgstr "國際貿易術語" #. module: account #: model:ir.model.fields,help:account.field_account_incoterms__name msgid "" "Incoterms are series of sales terms. They are used to divide transaction " "costs and responsibilities between buyer and seller and reflect state-of-" "the-art transportation practices." msgstr "貿易術語是一系列的銷售術語,用來劃分交易成本和買賣雙方的責任,並反映運輸方法的發展." #. module: account #: model_terms:ir.actions.act_window,help:account.action_incoterms_tree msgid "" "Incoterms are used to divide transaction costs and responsibilities between " "buyer and seller." msgstr "貿易條款用來在買家和賣家之間區分交易成本和責任." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__tax_line_id msgid "Indicates that this journal item is a tax line" msgstr "表示此日記帳項目是稅明細" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__info msgid "Info" msgstr "詳細資訊" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Information" msgstr "資訊" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Insert your terms & conditions here..." msgstr "在這裡插入您的條款和條件..." #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__installments_switch_amount msgid "Installments Switch Amount" msgstr "分期付款切換金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__installments_switch_html msgid "Installments Switch Html" msgstr "分期付款切換 Html" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__integer #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__integer msgid "Integer" msgstr "整數" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__integer_rounding msgid "Integer Rounding" msgstr "整數捨入" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__transfer_account_id msgid "Inter-Banks Transfer Account" msgstr "銀行間轉帳科目" #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__transfer_account_id msgid "" "Intermediary account used when moving from a liquidity account to another." msgstr "中間科目,用於從一個流動性科目移轉到另外一個科目." #. module: account #: model:ir.model.fields,help:account.field_res_company__transfer_account_id msgid "" "Intermediary account used when moving money from a liquidity account to " "another" msgstr "暫時性項目,用於從一個流動性金額移轉到另外一個項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__internal_group #: model:ir.model.fields,field_description:account.field_account_move_line__account_internal_group msgid "Internal Group" msgstr "內部群組" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__note msgid "Internal Notes" msgstr "內部備註" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__internal_index msgid "Internal Reference" msgstr "內部參照" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__transfer_account_id msgid "Internal Transfer" msgstr "內部轉帳" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.reconcile.model,name:account.1_internal_transfer_reco #: model:ir.actions.act_window,name:account.action_account_payments_transfer msgid "Internal Transfers" msgstr "內部轉帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__account_type msgid "Internal Type" msgstr "內部類型" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__account_codes_formula msgid "" "Internal field to shorten expression_ids creation for the account_codes " "engine" msgstr "用於縮短 account_codes 引擎的 expression_ids 建立的內部欄位" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__aggregation_formula msgid "" "Internal field to shorten expression_ids creation for the aggregation engine" msgstr "用於縮短整合引擎的 expression_ids 建立的內部欄位" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__domain_formula msgid "" "Internal field to shorten expression_ids creation for the domain engine" msgstr "用於縮短域引擎的 expression_ids 建立的內部欄位" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__external_formula msgid "" "Internal field to shorten expression_ids creation for the external engine" msgstr "內部欄位,用於縮短外部引擎創建 expression_ids 的時間" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__tax_tags_formula msgid "" "Internal field to shorten expression_ids creation for the tax_tags engine" msgstr "內部欄位,用作縮短 tax_tags 引擎創建 expression_ids 的過程" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_label_section_and_note_field/product_label_section_and_note_field.xml:0 msgid "Internal link" msgstr "內部連結" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_incoterm_id #: model:ir.model.fields,help:account.field_account_move__invoice_incoterm_id #: model:ir.model.fields,help:account.field_res_company__incoterm_id #: model:ir.model.fields,help:account.field_res_config_settings__incoterm_id msgid "" "International Commercial Terms are a series of predefined commercial terms " "used in international transactions." msgstr "國際商業條款是一系列用於國際交易的事先定義的商業條款。" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_intrastat msgid "Intrastat" msgstr "Intrastat" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search msgid "Invalid" msgstr "無效的" #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "" "Invalid \"Zip Range\", You have to configure both \"From\" and \"To\" values" " for the zip range and \"To\" should be greater than \"From\"." msgstr "「郵遞區號範圍」無效,你必須為郵遞區號範圍設定「由」及「至」數值,而且「至」數值應大於「由」。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "Invalid domain for expression '%(label)s' of line '%(line)s': %(formula)s" msgstr "表達式 %(label)s(行數:%(line)s)的域無效:%(formula)s" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Invalid fiscal year last day" msgstr "會計年度的最後一天無效" #. module: account #: model:account.journal,name:account.1_inventory_valuation msgid "Inventory Valuation" msgstr "庫存計價" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__inventory_value msgid "Inventory Value" msgstr "庫存價值" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__tax_tag_invert msgid "Invert Tags" msgstr "反轉標籤" #. module: account #: model:account.account.tag,name:account.account_tag_investing msgid "Investing & Extraordinary Activities" msgstr "投資與特別活動" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.model.fields,field_description:account.field_res_partner__invoice_warn #: model:ir.model.fields,field_description:account.field_res_users__invoice_warn #: model:ir.model.fields.selection,name:account.selection__account_analytic_applicability__business_domain__invoice #: model:ir.model.fields.selection,name:account.selection__account_payment__reconciled_invoices_type__invoice #: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__document_type__invoice #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.report_invoice_document #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Invoice" msgstr "發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "Invoice #" msgstr "發票 #" #. module: account #: model:ir.ui.menu,name:account.menu_action_account_invoice_report_all msgid "Invoice Analysis" msgstr "發票分析" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_account__invoice_count msgid "Invoice Count" msgstr "憑單數" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:mail.message.subtype,description:account.mt_invoice_created #: model:mail.message.subtype,name:account.mt_invoice_created msgid "Invoice Created" msgstr "建立發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_out_invoice_tree msgid "Invoice Currency" msgstr "發票貨幣" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__invoice_date #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree #: model_terms:ir.ui.view,arch_db:account.view_move_tree msgid "Invoice Date" msgstr "發票日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_invoice_extract msgid "Invoice Digitization" msgstr "發票數碼化" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree msgid "Invoice Due Date" msgstr "發票到期日" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__invoice_edi_format msgid "Invoice Edi Format" msgstr "發票 Edi 格式" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__invoice_edi_format_store #: model:ir.model.fields,field_description:account.field_res_users__invoice_edi_format_store msgid "Invoice Edi Format Store" msgstr "發票 Edi 格式商店" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_filter_type_domain #: model:ir.model.fields,field_description:account.field_account_move__invoice_filter_type_domain msgid "Invoice Filter Type Domain" msgstr "發票篩選類型範圍" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_has_outstanding #: model:ir.model.fields,field_description:account.field_account_move__invoice_has_outstanding msgid "Invoice Has Outstanding" msgstr "發票有未清繳金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "Invoice Line" msgstr "發票資料行" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Invoice Lines" msgstr "發票資料行" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree msgid "Invoice Number" msgstr "發票號碼" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_payment msgid "Invoice Online Payment" msgstr "發票線上付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_outstanding_credits_debits_widget #: model:ir.model.fields,field_description:account.field_account_move__invoice_outstanding_credits_debits_widget msgid "Invoice Outstanding Credits Debits Widget" msgstr "應收憑單未付款信用借記小工具" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_partner_display_name #: model:ir.model.fields,field_description:account.field_account_move__invoice_partner_display_name msgid "Invoice Partner Display Name" msgstr "應收憑單合作夥伴顯示名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_payments_widget #: model:ir.model.fields,field_description:account.field_account_move__invoice_payments_widget msgid "Invoice Payments Widget" msgstr "發票付款小工具" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__state msgid "Invoice Status" msgstr "發票狀態" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__invoice_template_pdf_report_id #: model:ir.model.fields,field_description:account.field_res_users__invoice_template_pdf_report_id msgid "Invoice Template Pdf Report" msgstr "發票範本 Pdf 報表" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_totals #: model:ir.model.fields,field_description:account.field_account_move__tax_totals msgid "Invoice Totals" msgstr "發票總額" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "Invoice and credit note distribution should each contain exactly one line " "for the base." msgstr "應收憑單和折讓單分配應分別包含一個明細作為基礎." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "Invoice and credit note distribution should have a total factor (+) equals " "to 100." msgstr "發票及貸記單分佈的因子,總數 (+) 應該等於 100。" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "Invoice and credit note distribution should have a total factor (-) equals " "to 100." msgstr "發票及貸記單分佈的因子,總數 (-) 應該等於 100。" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "Invoice and credit note distribution should have the same number of lines." msgstr "應收憑單和折讓單分配應具有相同的明細." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "Invoice and credit note distribution should match (same percentages, in the " "same order)." msgstr "應收憑單和折讓單分配應匹配 (相同的百分比,相同的順序)." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "Invoice and credit note repartition should have at least one tax repartition" " line." msgstr "應收憑單和折讓單重新分配應至少有一個稅金重新分配明細." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Invoice line discounts:" msgstr "發票資料行折扣:" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_line_ids #: model:ir.model.fields,field_description:account.field_account_move__invoice_line_ids msgid "Invoice lines" msgstr "發票資料行" #. module: account #: model:mail.message.subtype,description:account.mt_invoice_paid msgid "Invoice paid" msgstr "發票已付款" #. module: account #: model:ir.model.fields,field_description:account.field_ir_actions_report__is_invoice_report msgid "Invoice report" msgstr "發票報告" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__invoice_sending_method #: model:ir.model.fields,field_description:account.field_res_users__invoice_sending_method msgid "Invoice sending" msgstr "傳送發票" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__pdf_report_id msgid "Invoice template" msgstr "發票範本" #. module: account #: model:mail.message.subtype,description:account.mt_invoice_validated msgid "Invoice validated" msgstr "發票已驗證" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_date #: model:ir.model.fields,field_description:account.field_account_move__invoice_date #: model:ir.model.fields,field_description:account.field_account_move_line__invoice_date msgid "Invoice/Bill Date" msgstr "發票/賬單日期" #. module: account #: model:mail.template,name:account.email_template_edi_invoice msgid "Invoice: Sending" msgstr "發票:向外發送" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search msgid "Invoiced" msgstr "已開立發票" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 #: model:ir.actions.act_window,name:account.action_move_out_invoice_type #: model:ir.model.fields,field_description:account.field_account_payment__invoice_ids #: model:ir.model.fields,field_description:account.field_res_partner__invoice_ids #: model:ir.model.fields,field_description:account.field_res_users__invoice_ids #: model:ir.ui.menu,name:account.menu_action_move_out_invoice_type #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_graph #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree msgid "Invoices" msgstr "發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_home_menu_invoice msgid "Invoices & Bills" msgstr "發票及賬單" #. module: account #: model:ir.actions.act_window,name:account.action_account_invoice_report_all #: model:ir.actions.act_window,name:account.action_account_invoice_report_all_supp #: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_graph #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_pivot #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search msgid "Invoices Analysis" msgstr "發票分析" #. module: account #: model:ir.model,name:account.model_account_invoice_report msgid "Invoices Statistics" msgstr "發票統計" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_send_batch_wizard.py:0 msgid "Invoices are being sent in the background." msgstr "發票正在後台發送。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Invoices in error" msgstr "發票有錯誤" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Invoices late" msgstr "逾期發票" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Invoices owed to you" msgstr "您的應收憑單" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Invoices sent" msgstr "發票已發送" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Invoices sent successfully." msgstr "發票已成功發送。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Invoices to Validate" msgstr "張發票待審核" #. module: account #: model:ir.model.fields,help:account.field_account_payment__reconciled_bill_ids #: model:ir.model.fields,help:account.field_account_payment__reconciled_invoice_ids msgid "Invoices whose journal items have been reconciled with these payments." msgstr "應收憑單日記帳項目已與這些收付款對帳核銷." #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.reconcile.model,name:account.1_reconcile_partial_underpaid msgid "Invoices/Bills Partial Match if Underpaid" msgstr "應收憑單/應付帳單部分匹配 如果未付清" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.reconcile.model,name:account.1_reconcile_perfect_match msgid "Invoices/Bills Perfect Match" msgstr "發票/賬單完全相符" #. module: account #: model:ir.ui.menu,name:account.account_invoicing_menu #: model:ir.ui.menu,name:account.menu_finance #: model:res.groups,name:account.group_account_invoice #: model_terms:ir.ui.view,arch_db:account.digest_digest_view_form #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Invoicing" msgstr "會計" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__invoicing_legacy #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__invoicing_legacy #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__invoicing_legacy msgid "Invoicing App Legacy" msgstr "使用舊版發票程式" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_move_with_gaps_in_sequence_filter msgid "Irregular Sequences" msgstr "不規則序列" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "" "Irregularities due to draft, cancelled or deleted bills with a sequence " "number since last lock date." msgstr "由於有草稿、已取消或已刪除的賬單,而賬單包括上次鎖定日期之後的序列號碼,導致出現不一致。" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "" "Irregularities due to draft, cancelled or deleted invoices with a sequence " "number since last lock date." msgstr "由於有草稿、已取消或已刪除的發票,而發票包括上次鎖定日期之後的序列號碼,導致出現不一致。" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_being_sent #: model:ir.model.fields,field_description:account.field_account_move__is_being_sent msgid "Is Being Sent" msgstr "正在發送" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__between msgid "Is Between" msgstr "介於" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__is_coa_installed #: model:ir.model.fields,field_description:account.field_res_users__is_coa_installed msgid "Is Coa Installed" msgstr "" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__is_complete #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_complete msgid "Is Complete" msgstr "已完成" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__is_download_only msgid "Is Download Only" msgstr "只限下載" #. module: account #: model:ir.model.fields,field_description:account.field_validate_account_move__is_entries msgid "Is Entries" msgstr "是記項" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_is_follower #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_is_follower #: model:ir.model.fields,field_description:account.field_account_journal__message_is_follower #: model:ir.model.fields,field_description:account.field_account_move__message_is_follower #: model:ir.model.fields,field_description:account.field_account_payment__message_is_follower #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_is_follower #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_is_follower #: model:ir.model.fields,field_description:account.field_account_tax__message_is_follower #: model:ir.model.fields,field_description:account.field_res_company__message_is_follower #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_is_follower msgid "Is Follower" msgstr "是關注人" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__greater msgid "Is Greater Than" msgstr "大於" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__green_on_positive msgid "Is Growth Good when Positive" msgstr "當正數時,增長是否良好" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__is_imported msgid "Is Imported" msgstr "是匯入的" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__lower msgid "Is Lower Than" msgstr "大於" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_manually_modified #: model:ir.model.fields,field_description:account.field_account_move__is_manually_modified msgid "Is Manually Modified" msgstr "是手動修改" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__is_matched msgid "Is Matched With a Bank Statement" msgstr "與銀行對帳單匹配" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_move_sent #: model:ir.model.fields,field_description:account.field_account_move__is_move_sent msgid "Is Move Sent" msgstr "傳票發送" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_reconciled #: model:ir.model.fields,field_description:account.field_account_payment__is_reconciled msgid "Is Reconciled" msgstr "已核銷" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__is_refund msgid "Is Refund" msgstr "是退款" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__is_register_payment_on_draft msgid "Is Register Payment On Draft" msgstr "是根據草稿登記付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__is_same_currency msgid "Is Same Currency" msgstr "是同一種貨幣" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__is_selected msgid "Is Selected" msgstr "是已選取" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__is_sent msgid "Is Sent" msgstr "是已傳送" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__is_storno #: model:ir.model.fields,field_description:account.field_account_move__is_storno msgid "Is Storno" msgstr "是Storno" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__is_valid #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_valid msgid "Is Valid" msgstr "已驗證" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__is_being_sent #: model:ir.model.fields,help:account.field_account_move__is_being_sent msgid "Is the move being sent asynchronously" msgstr "移動是否不同步" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__is_move_sent #: model:ir.model.fields,help:account.field_account_move__is_move_sent msgid "" "It indicates that the invoice/payment has been sent or the PDF has been " "generated." msgstr "它表示發票/付款已發送或已生成 PDF。" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "It looks like you've successfully validated the last" msgstr "似乎你上次已經成功驗證" #. module: account #. odoo-python #: code:addons/account/wizard/account_validate_account_move.py:0 msgid "It seems there is some depending closing move to be posted" msgstr "似乎有些依賴其他項目的結算分錄,有待過賬" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "It was previously '%(previous)s' and it is now '%(current)s'." msgstr "之前是\"%(previous)s\",現在是\"%(current)s\"." #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__1 msgid "January" msgstr "一月" #. module: account #: model:ir.model,name:account.model_account_journal #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__journal_id #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__journal_id #: model:ir.model.fields,field_description:account.field_account_bank_statement__journal_id #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__journal_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__journal_id #: model:ir.model.fields,field_description:account.field_account_move__journal_id #: model:ir.model.fields,field_description:account.field_account_move_line__journal_id #: model:ir.model.fields,field_description:account.field_account_move_reversal__journal_id #: model:ir.model.fields,field_description:account.field_account_payment__journal_id #: model:ir.model.fields,field_description:account.field_account_payment_method_line__journal_id #: model:ir.model.fields,field_description:account.field_account_payment_register__journal_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__journal_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__linked_journal_id #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search msgid "Journal" msgstr "日記賬" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Journal (Sequence Prefix)" msgstr "日記賬(序列字首)" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Journal Account" msgstr "日記賬賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__currency_id msgid "Journal Currency" msgstr "日記帳幣別" #. module: account #. odoo-javascript #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 #: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js:0 #: code:addons/account/wizard/account_secure_entries_wizard.py:0 #: model:ir.actions.act_window,name:account.action_move_journal_line #: model:ir.ui.menu,name:account.menu_action_move_journal_line_form #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form #: model_terms:ir.ui.view,arch_db:account.view_move_tree msgid "Journal Entries" msgstr "日記賬記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter msgid "Journal Entries by Date" msgstr "日記賬記項(按日期)" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Journal Entries to Hash" msgstr "待雜湊處理的日記賬記項" #. module: account #. odoo-javascript #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/account_payment.py:0 #: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js:0 #: model:ir.model,name:account.model_account_move #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__move_id #: model:ir.model.fields,field_description:account.field_account_move_line__move_id #: model:ir.model.fields,field_description:account.field_account_payment__move_id #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_move_id #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_move_id #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__entry #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__counterpart_type__general #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search #: model_terms:ir.ui.view,arch_db:account.view_move_line_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Journal Entry" msgstr "日記賬記項" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 #: code:addons/account/static/src/components/account_payment_field/account_payment_field.js:0 msgid "Journal Entry Info" msgstr "日記帳分錄資訊" #. module: account #: model:ir.model,name:account.model_account_move_line #: model:ir.model.fields,field_description:account.field_account_analytic_line__move_line_id #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Journal Item" msgstr "日記賬項目" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Journal Item %s created" msgstr "日記賬項目 %s 已建立" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Journal Item %s deleted" msgstr "日記賬項目 %s 已刪除" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Journal Item %s updated" msgstr "日記帳項目 %s 已更新" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_label #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__label msgid "Journal Item Label" msgstr "日記帳項目標籤" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 #: model:ir.actions.act_window,name:account.action_account_moves_all #: model:ir.actions.act_window,name:account.action_account_moves_all_a #: model:ir.actions.act_window,name:account.action_account_moves_all_grouped_matching #: model:ir.actions.act_window,name:account.action_account_moves_all_tree #: model:ir.actions.act_window,name:account.action_move_line_select #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__line_ids #: model:ir.model.fields,field_description:account.field_account_move__line_ids #: model:ir.model.fields,field_description:account.field_res_partner__journal_item_count #: model:ir.model.fields,field_description:account.field_res_users__journal_item_count #: model:ir.ui.menu,name:account.menu_action_account_moves_all #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_pivot #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Journal Items" msgstr "日記賬項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__name #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Journal Name" msgstr "日記帳名稱" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_journal_suspense_account_id msgid "Journal Suspense Account" msgstr "日記帳暫記科目" #. module: account #: model:ir.model.constraint,message:account.constraint_account_journal_code_company_uniq msgid "Journal codes must be unique per company." msgstr "每個公司的日記帳代碼必須是唯一的." #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__line_ids msgid "Journal items" msgstr "日記帳項目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Journal items where matching number isn't set" msgstr "未設定匹配編號的日記帳項目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "" "Journal items where the account allows reconciliation no matter the residual" " amount" msgstr "賬戶允許對賬的日記賬項目,無論剩餘金額是多少" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_reversal.py:0 msgid "Journal should be the same type as the reversed entry." msgstr "日記帳應與撤銷分錄的類型相同." #. module: account #: model:ir.model.fields,help:account.field_res_company__automatic_entry_default_journal_id msgid "Journal used by default for moving the period of an entry" msgstr "預設情況下用於傳票分錄週期的日記帳" #. module: account #: model:ir.model.fields,help:account.field_res_company__account_opening_journal_id msgid "" "Journal where the opening entry of this company's accounting has been " "posted." msgstr "公司會計的期初分錄已過帳." #. module: account #: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__journal_id msgid "Journal where to create the entry." msgstr "在日記帳中建立分錄." #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "Journal:" msgstr "日記帳:" #. module: account #: model:ir.actions.act_window,name:account.action_account_journal_form #: model:ir.model.fields,field_description:account.field_account_report__filter_journals #: model:ir.ui.menu,name:account.menu_action_account_journal_form msgid "Journals" msgstr "日記賬" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_journal_ids #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Journals Availability" msgstr "日計帳可用性" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__json_activity_data msgid "Json Activity Data" msgstr "Json 活動資料" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__7 msgid "July" msgstr "七月" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__6 msgid "June" msgstr "六月" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__kanban_dashboard msgid "Kanban Dashboard" msgstr "看板儀表板" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__kanban_dashboard_graph msgid "Kanban Dashboard Graph" msgstr "看板儀表板圖表" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_resequence_wizard__ordering__keep msgid "Keep current order" msgstr "保留目前排序" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Keep empty for no control" msgstr "不做控制就留空" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_difference_handling__open msgid "Keep open" msgstr "保持開啟" #. module: account #: model:ir.model.fields,help:account.field_product_product__property_account_income_id #: model:ir.model.fields,help:account.field_product_template__property_account_income_id msgid "" "Keep this field empty to use the default value from the product category." msgstr "保持這個欄位為空,使用來自產品類別的預設值." #. module: account #: model:ir.model.fields,help:account.field_product_product__property_account_expense_id #: model:ir.model.fields,help:account.field_product_template__property_account_expense_id msgid "" "Keep this field empty to use the default value from the product category. If" " anglo-saxon accounting with automated valuation method is configured, the " "expense account on the product category will be used." msgstr "保持此欄位為空,以使用產品類別的預設值. 如果設定有自動估價方法的盎格魯-撒克遜會計,則將使用產品類別上的費用科目." #. module: account #: model:ir.model.fields,field_description:account.field_digest_digest__kpi_account_total_revenue_value msgid "Kpi Account Total Revenue Value" msgstr "KPI科目總收入" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 #: code:addons/account/wizard/accrued_orders.py:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_ref #: model:ir.model.fields,field_description:account.field_account_move_line__name #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_label #: model:ir.model.fields,field_description:account.field_account_report_expression__label #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Label" msgstr "標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_label_param msgid "Label Parameter" msgstr "標籤參數" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__invoice_label msgid "Label on Invoices" msgstr "發票上標示為" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_tax_group_form msgid "Label on PoS Receipts" msgstr "銷售點收據上標示為" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Last Entry" msgstr "最後分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Last Hash" msgstr "最後的散列" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_month msgid "Last Month" msgstr "上月" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_quarter msgid "Last Quarter" msgstr "上季度" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__last_statement_id msgid "Last Statement" msgstr "上期結單" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_tax_period msgid "Last Tax Period" msgstr "上一個納稅期" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__write_uid #: model:ir.model.fields,field_description:account.field_account_account_tag__write_uid #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_bank_statement__write_uid #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__write_uid #: model:ir.model.fields,field_description:account.field_account_cash_rounding__write_uid #: model:ir.model.fields,field_description:account.field_account_financial_year_op__write_uid #: model:ir.model.fields,field_description:account.field_account_fiscal_position__write_uid #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__write_uid #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__write_uid #: model:ir.model.fields,field_description:account.field_account_full_reconcile__write_uid #: model:ir.model.fields,field_description:account.field_account_group__write_uid #: model:ir.model.fields,field_description:account.field_account_incoterms__write_uid #: model:ir.model.fields,field_description:account.field_account_journal__write_uid #: model:ir.model.fields,field_description:account.field_account_journal_group__write_uid #: model:ir.model.fields,field_description:account.field_account_lock_exception__write_uid #: model:ir.model.fields,field_description:account.field_account_merge_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__write_uid #: model:ir.model.fields,field_description:account.field_account_move__write_uid #: model:ir.model.fields,field_description:account.field_account_move_line__write_uid #: model:ir.model.fields,field_description:account.field_account_move_reversal__write_uid #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__write_uid #: model:ir.model.fields,field_description:account.field_account_payment__write_uid #: model:ir.model.fields,field_description:account.field_account_payment_method__write_uid #: model:ir.model.fields,field_description:account.field_account_payment_method_line__write_uid #: model:ir.model.fields,field_description:account.field_account_payment_register__write_uid #: model:ir.model.fields,field_description:account.field_account_payment_term__write_uid #: model:ir.model.fields,field_description:account.field_account_payment_term_line__write_uid #: model:ir.model.fields,field_description:account.field_account_reconcile_model__write_uid #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__write_uid #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__write_uid #: model:ir.model.fields,field_description:account.field_account_report__write_uid #: model:ir.model.fields,field_description:account.field_account_report_column__write_uid #: model:ir.model.fields,field_description:account.field_account_report_expression__write_uid #: model:ir.model.fields,field_description:account.field_account_report_external_value__write_uid #: model:ir.model.fields,field_description:account.field_account_report_line__write_uid #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__write_uid #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__write_uid #: model:ir.model.fields,field_description:account.field_account_tax__write_uid #: model:ir.model.fields,field_description:account.field_account_tax_group__write_uid #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__write_uid #: model:ir.model.fields,field_description:account.field_validate_account_move__write_uid msgid "Last Updated by" msgstr "最後更新者" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__write_date #: model:ir.model.fields,field_description:account.field_account_account_tag__write_date #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_bank_statement__write_date #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__write_date #: model:ir.model.fields,field_description:account.field_account_cash_rounding__write_date #: model:ir.model.fields,field_description:account.field_account_financial_year_op__write_date #: model:ir.model.fields,field_description:account.field_account_fiscal_position__write_date #: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__write_date #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__write_date #: model:ir.model.fields,field_description:account.field_account_full_reconcile__write_date #: model:ir.model.fields,field_description:account.field_account_group__write_date #: model:ir.model.fields,field_description:account.field_account_incoterms__write_date #: model:ir.model.fields,field_description:account.field_account_journal__write_date #: model:ir.model.fields,field_description:account.field_account_journal_group__write_date #: model:ir.model.fields,field_description:account.field_account_lock_exception__write_date #: model:ir.model.fields,field_description:account.field_account_merge_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__write_date #: model:ir.model.fields,field_description:account.field_account_move__write_date #: model:ir.model.fields,field_description:account.field_account_move_line__write_date #: model:ir.model.fields,field_description:account.field_account_move_reversal__write_date #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__write_date #: model:ir.model.fields,field_description:account.field_account_payment__write_date #: model:ir.model.fields,field_description:account.field_account_payment_method__write_date #: model:ir.model.fields,field_description:account.field_account_payment_method_line__write_date #: model:ir.model.fields,field_description:account.field_account_payment_register__write_date #: model:ir.model.fields,field_description:account.field_account_payment_term__write_date #: model:ir.model.fields,field_description:account.field_account_payment_term_line__write_date #: model:ir.model.fields,field_description:account.field_account_reconcile_model__write_date #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__write_date #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__write_date #: model:ir.model.fields,field_description:account.field_account_report__write_date #: model:ir.model.fields,field_description:account.field_account_report_column__write_date #: model:ir.model.fields,field_description:account.field_account_report_expression__write_date #: model:ir.model.fields,field_description:account.field_account_report_external_value__write_date #: model:ir.model.fields,field_description:account.field_account_report_line__write_date #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__write_date #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__write_date #: model:ir.model.fields,field_description:account.field_account_tax__write_date #: model:ir.model.fields,field_description:account.field_account_tax_group__write_date #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__write_date #: model:ir.model.fields,field_description:account.field_validate_account_move__write_date msgid "Last Updated on" msgstr "最後更新於" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_year msgid "Last Year" msgstr "上年" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__discount_date msgid "" "Last date at which the discounted amount must be paid in order for the Early" " Payment Discount to be granted" msgstr "為了獲得預付款折扣而必須支付折扣金額的最後日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Late" msgstr "逾期" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Late Activities" msgstr "逾期活動" #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard msgid "Leave empty to create new" msgstr "留空以建立新一項" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__journal_group_id #: model:ir.model.fields,field_description:account.field_account_move__journal_group_id #: model:ir.model.fields,field_description:account.field_account_move_line__journal_group_id msgid "Ledger" msgstr "分類賬" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__journal_group_ids msgid "Ledger Group" msgstr "分類賬組別" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal_group__name msgid "Ledger group" msgstr "分類賬組別" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_journal_group_list msgid "Ledger group allows managing multiple accounting standards." msgstr "分類賬組別讓你可運用多套會計標準去管理賬目。" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_line__horizontal_split_side__left msgid "Left" msgstr "左" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid "Left to Pay:" msgstr "尚待付款:" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__invoice_legal_notes msgid "Legal Notes" msgstr "法律註釋" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "Legal Notes..." msgstr "法律聲明..." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__note #: model:ir.model.fields,help:account.field_account_tax__invoice_legal_notes msgid "Legal mentions that have to be printed on the invoices." msgstr "法律提到必須列印在應收憑單上的." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Less Payment" msgstr "未付清" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Let artificial intelligence scan your bill. Pay easily." msgstr "讓 AI 人工智能掃瞄你的賬單,輕鬆支付。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Let your customers pay their invoices online" msgstr "允許客戶線上支付" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Let's send the invoice." msgstr "讓我們寄送應收憑單吧." #. module: account #: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_company_data msgid "Let's start!" msgstr "開始設定" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__hierarchy_level msgid "Level" msgstr "層級" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 msgid "Liabilities" msgstr "負債" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__liability #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Liability" msgstr "負債" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__line_ids msgid "Line" msgstr "明細" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "Line \"%(line)s\" defines line \"%(parent_line)s\" as its parent, but " "appears before it in the report. The parent must always come first." msgstr "資料行「%(line)s」將另一行「%(parent_line)s」設為其母項,但它在報表上出現的位置較前。母項必須先行。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "Line \"%s\" defines itself as its parent." msgstr "資料行「%s」將自己設為其母項。" #. module: account #: model:account.reconcile.model,name:account.1_reconcile_from_label msgid "Line with Bank Fees" msgstr "銀行收費資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__line_ids msgid "Lines" msgstr "明細列表" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "Lines from \"Off-Balance Sheet\" accounts cannot be reconciled" msgstr "來自「資產負債表」科目的明細無法核對" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search msgid "Liquidity" msgstr "流動性" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_transfer_account_id msgid "Liquidity Transfer" msgstr "流動性轉移" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__load_more_limit msgid "Load More Limit" msgstr "載入更多限制" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Lock" msgstr "鎖定" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid "Lock Date Exception %s" msgstr "鎖定日期例外 %s" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__lock_date_field msgid "Lock Date Field" msgstr "鎖定日期欄位" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__lock_date_message msgid "Lock Date Message" msgstr "鎖定日期訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__lock_trust_fields #: model:ir.model.fields,field_description:account.field_res_partner_bank__lock_trust_fields msgid "Lock Trust Fields" msgstr "鎖定信任欄位" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Logo" msgstr "Logo" #. module: account #: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_base_document_layout #: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_company_data msgid "Looks great!" msgstr "很好!" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Loss" msgstr "損失" #. module: account #: model:ir.model.fields,field_description:account.field_account_cash_rounding__loss_account_id #: model:ir.model.fields,field_description:account.field_account_journal__loss_account_id msgid "Loss Account" msgstr "損失項目" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__expense_currency_exchange_account_id #: model:ir.model.fields,field_description:account.field_res_config_settings__expense_currency_exchange_account_id msgid "Loss Exchange Rate Account" msgstr "匯率損失科目" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "MISC" msgstr "雜項" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__made_sequence_gap #: model:ir.model.fields,field_description:account.field_account_move__made_sequence_gap msgid "Made Sequence Gap" msgstr "已建立序列間隙" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_attachments_widget msgid "Mail Attachments Widget" msgstr "電郵附件小工具" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_lang msgid "Mail Lang" msgstr "郵件語言" #. module: account #: model:ir.model,name:account.model_mail_tracking_value msgid "Mail Tracking Value" msgstr "信件追蹤值" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_main_attachment_id #: model:ir.model.fields,field_description:account.field_account_move__message_main_attachment_id #: model:ir.model.fields,field_description:account.field_account_payment__message_main_attachment_id msgid "Main Attachment" msgstr "主要附件" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Main Currency" msgstr "主要貨幣" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__commercial_partner_id msgid "Main Partner" msgstr "主要合作夥伴" #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__currency_id msgid "Main currency of the company." msgstr "公司的主貨幣。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Main currency of your company" msgstr "公司的主要幣別" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard msgid "Make Accrual Entries" msgstr "建立應計分錄" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_audit_trail_report msgid "" "Make sure you first activate the audit trail in the accounting settings" msgstr "請確保首先在會計設定中,啟動審計軌跡" #. module: account #: model:ir.ui.menu,name:account.account_management_menu #: model:ir.ui.menu,name:account.account_reports_management_menu msgid "Management" msgstr "管理" #. module: account #: model:account.payment.method,name:account.account_payment_method_manual_in #: model:account.payment.method,name:account.account_payment_method_manual_out msgid "Manual Payment" msgstr "手動付款" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "Manual entry" msgstr "手動分錄" #. module: account #: model:ir.model.fields,help:account.field_account_journal__inbound_payment_method_line_ids msgid "" "Manual: Get paid by any method outside of Odoo.\n" "Payment Providers: Each payment provider has its own Payment Method. Request a transaction on/to a card thanks to a payment token saved by the partner when buying or subscribing online.\n" "Batch Deposit: Collect several customer checks at once generating and submitting a batch deposit to your bank. Module account_batch_payment is necessary.\n" "SEPA Direct Debit: Get paid in the SEPA zone thanks to a mandate your partner will have granted to you. Module account_sepa is necessary.\n" msgstr "" "手動: 通過 Odoo 以外的任何方式獲得報酬.\n" "支付提供商: 每個支付提供商都有自己的支付方式. 借助合作夥伴線上購買或訂閱時保存的支付密鑰,請求在卡上/向卡進行交易.\n" "批量存款: 一次收集多張客戶支票,產生批量存款並將其提交給您的銀行. 模組 account_batch_payment 是必需的.\n" "SEPA 直接借記: 由於您的合作夥伴授予您的授權,在 SEPA 區獲得付款. 模組 account_sepa 是必需的.\n" #. module: account #: model:ir.model.fields,help:account.field_account_journal__outbound_payment_method_line_ids msgid "" "Manual: Pay by any method outside of Odoo.\n" "Check: Pay bills by check and print it from Odoo.\n" "SEPA Credit Transfer: Pay in the SEPA zone by submitting a SEPA Credit Transfer file to your bank. Module account_sepa is necessary.\n" msgstr "" "手動: 通過 Odoo 之外的任何方式支付.\n" "支票: 通過支票支付帳單並從 Odoo 列印.\n" "SEPA Credit Transfer:通過向您的銀行提交 SEPA Credit Transfer 文件在 SEPA 區域付款. 模組 account_sepa 是必要的.\n" #. module: account #: model:ir.model.fields,help:account.field_account_payment__payment_method_line_id #: model:ir.model.fields,help:account.field_account_payment_register__payment_method_line_id msgid "" "Manual: Pay or Get paid by any method outside of Odoo.\n" "Payment Providers: Each payment provider has its own Payment Method. Request a transaction on/to a card thanks to a payment token saved by the partner when buying or subscribing online.\n" "Check: Pay bills by check and print it from Odoo.\n" "Batch Deposit: Collect several customer checks at once generating and submitting a batch deposit to your bank. Module account_batch_payment is necessary.\n" "SEPA Credit Transfer: Pay in the SEPA zone by submitting a SEPA Credit Transfer file to your bank. Module account_sepa is necessary.\n" "SEPA Direct Debit: Get paid in the SEPA zone thanks to a mandate your partner will have granted to you. Module account_sepa is necessary.\n" msgstr "" "手動: 通過 Odoo 之外的任何方式支付或收款.\n" "支付提供商: 每個支付提供商都有自己的支付方式. 借助合作夥伴在線購買或訂閱時保存的支付密鑰,請求在卡上/向卡進行交易.\n" "支票: 通過支票支付賬單並從 Odoo 列印.\n" "批量存款: 一次收集多張客戶支票,產生批量存款並將其提交給您的銀行. 模組 account_batch_payment 是必需的.\n" "SEPA Credit Transfer: 通過向您的銀行提交 SEPA Credit Transfer 文件在 SEPA 區進行支付. 模組 account_sepa 是必需的.\n" "SEPA 直接借記: 由於您的合作夥伴授予您的授權,在 SEPA 區獲得付款。 模組 account_sepa 是必需的.\n" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_form msgid "Mapping" msgstr "配對" #. module: account #: model:ir.model,name:account.model_account_code_mapping msgid "Mapping of account codes per company" msgstr "每間公司的賬戶代碼配對" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Marc Demo" msgstr "Marc Demo" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__3 msgid "March" msgstr "三月" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__price_margin msgid "Margin" msgstr "毛利" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Margin Analysis" msgstr "利潤分析" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Mark as Sent" msgstr "標記為發送" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_difference_handling__reconcile msgid "Mark as fully paid" msgstr "標記為全額支付" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_label__match_regex #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_note__match_regex #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_transaction_type__match_regex msgid "Match Regex" msgstr "符合 Regex 正規表達式" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_label msgid "Match Text Location Label" msgstr "匹配文字位置標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_note msgid "Match Text Location Note" msgstr "匹配文字位置註記" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_reference msgid "Match Text Location Reference" msgstr "匹配文字位置參照" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__matched_credit_ids msgid "Matched Credits" msgstr "匹配的貸項" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__matched_debit_ids msgid "Matched Debits" msgstr "匹配的借項" #. module: account #: model:ir.model.fields,field_description:account.field_account_full_reconcile__reconciled_line_ids #: model_terms:ir.ui.view,arch_db:account.view_full_reconcile_form msgid "Matched Journal Items" msgstr "匹配的日記帳項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__matched_payment_ids #: model:ir.model.fields,field_description:account.field_account_move__matched_payment_ids msgid "Matched Payments" msgstr "已配對付款" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "Matched Transactions" msgstr "匹配的交易" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__full_reconcile_id #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_full_reconcile_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Matching" msgstr "匹配" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__matching_number msgid "Matching #" msgstr "配對中 #" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__matching_order msgid "Matching Order" msgstr "匹配訂單" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner_category_ids msgid "Matching categories" msgstr "匹配類別" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__matching_number msgid "" "Matching number for this line, 'P' if it is only partially reconcile, or the" " name of the full reconcile if it exists." msgstr "此明細的匹配編號,如果只是部分核銷則為\"P\",如果存在則為完整核銷的名稱." #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner_ids msgid "Matching partners" msgstr "匹配合作夥伴" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Matching rules" msgstr "配對規則" #. module: account #: model:ir.model.fields,field_description:account.field_account_partial_reconcile__max_date msgid "Max Date of Matched Lines" msgstr "匹配明細的最大時間" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__max_hash_date msgid "Max Hash Date" msgstr "最大雜湊日期" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__5 msgid "May" msgstr "五月" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__memo #: model:ir.model.fields,field_description:account.field_account_payment_register__communication #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Memo" msgstr "備忘錄" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Memo:" msgstr "備忘:" #. module: account #: model:ir.model,name:account.model_ir_ui_menu msgid "Menu" msgstr "選單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_merge_wizard_form msgid "Merge" msgstr "合併" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Merge Accounts" msgstr "合併賬戶" #. module: account #: model:ir.model,name:account.model_base_partner_merge_automatic_wizard msgid "Merge Partner Wizard" msgstr "合併合作夥伴引導" #. module: account #: model:ir.actions.act_window,name:account.account_merge_wizard_action msgid "Merge accounts" msgstr "合併賬戶" #. module: account #: model:ir.model,name:account.model_mail_message msgid "Message" msgstr "訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_has_error #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_has_error #: model:ir.model.fields,field_description:account.field_account_journal__message_has_error #: model:ir.model.fields,field_description:account.field_account_move__message_has_error #: model:ir.model.fields,field_description:account.field_account_payment__message_has_error #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_has_error #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_has_error #: model:ir.model.fields,field_description:account.field_account_tax__message_has_error #: model:ir.model.fields,field_description:account.field_res_company__message_has_error #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_has_error msgid "Message Delivery error" msgstr "訊息遞送錯誤" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__invoice_warn_msg #: model:ir.model.fields,field_description:account.field_res_users__invoice_warn_msg msgid "Message for Invoice" msgstr "發票訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_ids #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_ids #: model:ir.model.fields,field_description:account.field_account_journal__message_ids #: model:ir.model.fields,field_description:account.field_account_move__message_ids #: model:ir.model.fields,field_description:account.field_account_payment__message_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_ids #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_ids #: model:ir.model.fields,field_description:account.field_account_tax__message_ids #: model:ir.model.fields,field_description:account.field_res_company__message_ids #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_ids msgid "Messages" msgstr "訊息" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Messages Search" msgstr "訊息搜尋" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__payment_method_id msgid "Method" msgstr "方法" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Misc. Operations" msgstr "雜項操作" #. module: account #: model:ir.actions.act_window,name:account.action_account_moves_journal_misc #: model:ir.model.fields.selection,name:account.selection__account_journal__type__general #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Miscellaneous" msgstr "雜項" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.journal,name:account.1_general msgid "Miscellaneous Operations" msgstr "雜項操作" #. module: account #. odoo-python #: code:addons/account/wizard/account_validate_account_move.py:0 msgid "Missing 'active_model' in context." msgstr "上下文中缺少 'active_model'." #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__missing_account_partners msgid "Missing Account Partners" msgstr "缺漏賬戶的合作夥伴" #. module: account #: model_terms:digest.tip,tip_description:account.digest_tip_account_1 msgid "" "Missing a document for a banking statement? Use the Documents apps to " "request it and let the owner upload it at the right place." msgstr "缺漏銀行結單文件?可使用文件管理應用程式索取該文件,並讓擁有人將其上載至正確位置。" #. module: account #. odoo-python #: code:addons/account/models/account_partial_reconcile.py:0 msgid "Missing foreign currencies on partials having ids: %s" msgstr "具有 ID 的部分缺少外幣: %s" #. module: account #: model:ir.model.constraint,message:account.constraint_account_move_line_check_accountable_required_fields msgid "Missing required account on accountable line." msgstr "需求明細缺少所需的科目." #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__model_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__model_id msgid "Model" msgstr "模型" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Model Name" msgstr "模型名稱" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__strategy__biggest_tax msgid "Modify tax amount" msgstr "修改稅金金額" #. module: account #: model:ir.model,name:account.model_ir_module_module msgid "Module" msgstr "模組" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__monetary #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__monetary msgid "Monetary" msgstr "貨幣的" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__money_transfer_service #: model:ir.model.fields,field_description:account.field_res_partner_bank__money_transfer_service msgid "Money Transfer Service" msgstr "匯款服務" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Monitor your product margins from invoices" msgstr "從應收憑單中檢視產品的利潤" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__monthly msgid "Monthly" msgstr "每月" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__move_id #: model:ir.model.fields,field_description:account.field_account_move_reversal__move_ids #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__move_ids #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__move_id #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__move_ids #: model:ir.model.fields,field_description:account.field_validate_account_move__move_ids msgid "Move" msgstr "分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__move_data msgid "Move Data" msgstr "傳票資料" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__move_line_ids msgid "Move Line" msgstr "傳票明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__move_to_hash_ids msgid "Move To Hash" msgstr "待雜湊分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__move_type #: model:ir.model.fields,field_description:account.field_account_move_reversal__move_type msgid "Move Type" msgstr "分錄類型" #. module: account #: model:ir.actions.server,name:account.action_automatic_entry_change_account msgid "Move to Account" msgstr "移至賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_multi_company msgid "Multi-Company" msgstr "多公司" #. module: account #: model:ir.ui.menu,name:account.menu_action_account_journal_group_list msgid "Multi-Ledger" msgstr "多個分類賬" #. module: account #: model:ir.actions.act_window,name:account.action_account_journal_group_list #: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_form msgid "Multi-ledger" msgstr "多個分類賬" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__direction_sign #: model:ir.model.fields,help:account.field_account_move__direction_sign msgid "" "Multiplicator depending on the document type, to convert a price into a " "balance" msgstr "取決於文件類型的乘數,將價格轉換為餘額" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__my_activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_journal__my_activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_move__my_activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_payment__my_activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__my_activity_date_deadline #: model:ir.model.fields,field_description:account.field_res_partner_bank__my_activity_date_deadline msgid "My Activity Deadline" msgstr "我的活動截止時間" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search msgid "My Invoices" msgstr "我的發票" #. module: account #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__partner_name #: model:ir.model.fields,field_description:account.field_account_cash_rounding__name #: model:ir.model.fields,field_description:account.field_account_group__name #: model:ir.model.fields,field_description:account.field_account_incoterms__name #: model:ir.model.fields,field_description:account.field_account_payment_method__name #: model:ir.model.fields,field_description:account.field_account_payment_method_line__name #: model:ir.model.fields,field_description:account.field_account_reconcile_model__name #: model:ir.model.fields,field_description:account.field_account_report__name #: model:ir.model.fields,field_description:account.field_account_report_column__name #: model:ir.model.fields,field_description:account.field_account_report_external_value__name #: model:ir.model.fields,field_description:account.field_account_report_line__name #: model:ir.model.fields,field_description:account.field_account_root__name #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__bank_name #: model:ir.model.fields,field_description:account.field_account_tax_group__name #: model:ir.model.fields,field_description:account.field_res_partner__name #: model:ir.model.fields,field_description:account.field_res_users__name #: model_terms:ir.ui.view,arch_db:account.account_tax_view_tree #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log msgid "Name" msgstr "名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__name_placeholder #: model:ir.model.fields,field_description:account.field_account_move__name_placeholder msgid "Name Placeholder" msgstr "名稱佔位符" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__name_searchable msgid "Name Searchable" msgstr "名稱可搜尋" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Navigate easily through reports and see what is behind the numbers" msgstr "輕鬆瀏覽報表,檢視數字背後的內容" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__rounding_method__half-up #: model:ir.model.fields.selection,name:account.selection__account_report__integer_rounding__half-up msgid "Nearest" msgstr "最接近的" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__need_cancel_request #: model:ir.model.fields,field_description:account.field_account_move__need_cancel_request #: model:ir.model.fields,field_description:account.field_account_payment__need_cancel_request msgid "Need Cancel Request" msgstr "需要取消請求" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__needed_terms #: model:ir.model.fields,field_description:account.field_account_move__needed_terms msgid "Needed Terms" msgstr "需要條款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__needed_terms_dirty #: model:ir.model.fields,field_description:account.field_account_move__needed_terms_dirty msgid "Needed Terms Dirty" msgstr "需要條款不公平的" #. module: account #: model:ir.model.fields,field_description:account.field_account_account_tag__tax_negate msgid "Negate Tax Balance" msgstr "抵消稅金平衡" #. module: account #: model:ir.model.fields,help:account.field_account_payment__amount_signed msgid "Negative value of amount field if payment_type is outbound" msgstr "如果payment_type 為出站金額欄位的負值" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "Nested group of taxes are not allowed." msgstr "稅項組別不可以是巢狀結構。" #. module: account #: model:account.report.column,name:account.generic_tax_report_account_tax_column_net #: model:account.report.column,name:account.generic_tax_report_column_net #: model:account.report.column,name:account.generic_tax_report_tax_account_column_net msgid "Net" msgstr "淨額" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term__early_pay_discount_computation__excluded #: model:ir.model.fields.selection,name:account.selection__account_report__filter_hide_0_lines__never #: model:ir.model.fields.selection,name:account.selection__account_report__filter_hierarchy__never #: model:ir.model.fields.selection,name:account.selection__res_partner__autopost_bills__never msgid "Never" msgstr "從不" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "Never for this vendor" msgstr "不用於此供應商" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "New" msgstr "新增" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__new_journal_name msgid "New Journal Name" msgstr "新日記帳名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_reversal__new_move_ids msgid "New Move" msgstr "新傳票" #. module: account #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__new_values msgid "New Values" msgstr "新值" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__matching_order__new_first msgid "Newest first" msgstr "新的優先" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_calendar_event_id #: model:ir.model.fields,field_description:account.field_account_journal__activity_calendar_event_id #: model:ir.model.fields,field_description:account.field_account_move__activity_calendar_event_id #: model:ir.model.fields,field_description:account.field_account_payment__activity_calendar_event_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_calendar_event_id #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_calendar_event_id msgid "Next Activity Calendar Event" msgstr "下一個活動日曆事件" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_journal__activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_move__activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_payment__activity_date_deadline #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_date_deadline #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_date_deadline msgid "Next Activity Deadline" msgstr "下一活動截止日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_summary #: model:ir.model.fields,field_description:account.field_account_journal__activity_summary #: model:ir.model.fields,field_description:account.field_account_move__activity_summary #: model:ir.model.fields,field_description:account.field_account_payment__activity_summary #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_summary #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_summary msgid "Next Activity Summary" msgstr "下一活動摘要" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_type_id #: model:ir.model.fields,field_description:account.field_account_journal__activity_type_id #: model:ir.model.fields,field_description:account.field_account_move__activity_type_id #: model:ir.model.fields,field_description:account.field_account_payment__activity_type_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_type_id #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_type_id msgid "Next Activity Type" msgstr "下一活動類型" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__next #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid "Next Installment" msgstr "下期供款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__next_payment_date #: model:ir.model.fields,field_description:account.field_account_move__next_payment_date #: model:ir.model.fields,field_description:account.field_account_move_line__payment_date #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Next Payment Date" msgstr "下次付款日期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__no msgid "No" msgstr "否" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "No Bank Matching" msgstr "沒有銀行符合" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "No Bank Transaction" msgstr "無銀行交易" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__no-message msgid "No Message" msgstr "沒消息" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "No Payment Method" msgstr "沒有付款方法" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_fiscal_position__foreign_vat_header_mode__no_template msgid "No Template" msgstr "無模板" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "No attachment was provided" msgstr "未提供附件" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "" "No journal could be found in company %(company_name)s for any of those " "types: %(journal_types)s" msgstr "在公司 %(company_name)s 中找不到任何這些類型的日記帳: %(journal_types)s" #. module: account #. odoo-python #: code:addons/account/models/ir_actions_report.py:0 msgid "" "No original purchase document could be found for any of the selected " "purchase documents." msgstr "找不到任何所選採購文件的原始採購文件。" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "No outstanding account could be found to make the payment" msgstr "找不到可用作付款的未清繳賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "No payment journal entries" msgstr "無付款日記賬記項" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "No possible action found with the selected lines." msgstr "未找到所選明細的可能操作." #. module: account #: model:ir.model.fields,field_description:account.field_account_account__non_trade msgid "Non Trade" msgstr "非交易" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Non Trade Payable" msgstr "非交易應付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Non Trade Receivable" msgstr "非交易應收款" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_non_current msgid "Non-current Assets" msgstr "非流動資產" #. module: account #: model:account.account,name:account.1_non_current_liabilities #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_non_current msgid "Non-current Liabilities" msgstr "非流動負債" #. module: account #: model:account.account,name:account.1_non_current_assets msgid "Non-current assets" msgstr "非流動資產" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Non-trade %s" msgstr "非貿易 %s" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 #: model:ir.model.fields.selection,name:account.selection__account_tax__type_tax_use__none msgid "None" msgstr "無" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_partner__trust__normal msgid "Normal Debtor" msgstr "一般債務人" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_label__not_contains #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_note__not_contains #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_transaction_type__not_contains msgid "Not Contains" msgstr "不包含" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Not Due" msgstr "未到期" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__not_hashable_unlocked_move_ids msgid "Not Hashable Unlocked Move" msgstr "不可雜湊的未鎖定分錄" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__not_paid #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__not_paid #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__not_paid msgid "Not Paid" msgstr "未付" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Not Secured" msgstr "未安全鎖定" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__move_sent_values__not_sent #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Not Sent" msgstr "未有傳送" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard msgid "Not hashed" msgstr "未作雜湊處理" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/many2many_tax_tags/many2many_tax_tags.js:0 msgid "Not sure... Help me!" msgstr "不肯定⋯幫幫我!" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_note #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__line_note #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Note" msgstr "備註" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_note_param msgid "Note Parameter" msgstr "註記參數" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_out_refund_type msgid "" "Note that the easiest way to create a credit note is to do it directly\n" " from the customer invoice." msgstr "提示:要建立退款單,最容易的方法是直接在客戶發票上進行。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_in_refund_type msgid "" "Note that the easiest way to create a vendor credit note is to do it " "directly from the vendor bill." msgstr "請注意,建立供應商折讓單的最簡單方法是直接從供應商賬單中進行." #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__note msgid "Notes" msgstr "備註" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__11 msgid "November" msgstr "十一月" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Now, we'll create your first invoice" msgstr "現在,我們會建立你的第一張發票" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__num_journals_without_account msgid "Num Journals Without Account" msgstr "無會計科目的日記帳數" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__name #: model:ir.model.fields,field_description:account.field_account_move__name #: model:ir.model.fields,field_description:account.field_account_move_line__move_name #: model:ir.model.fields,field_description:account.field_account_payment__name #: model_terms:ir.ui.view,arch_db:account.view_duplicated_moves_tree_js msgid "Number" msgstr "號碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_journal__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_move__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_payment__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_needaction_counter #: model:ir.model.fields,field_description:account.field_account_tax__message_needaction_counter #: model:ir.model.fields,field_description:account.field_res_company__message_needaction_counter #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_needaction_counter msgid "Number of Actions" msgstr "動作數量" #. module: account #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__nb_unmodified_bills msgid "Number of bills previously unmodified from this partner" msgstr "此合作夥伴之前未修改的賬單數目" #. module: account #: model:ir.model.fields,help:account.field_account_payment_term__discount_days msgid "Number of days before the early payment proposition expires" msgstr "預付款提議到期前的天數" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__number_entries msgid "Number of entries related to this model" msgstr "與此模型相關的分錄數" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_journal__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_move__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_payment__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_has_error_counter #: model:ir.model.fields,field_description:account.field_account_tax__message_has_error_counter #: model:ir.model.fields,field_description:account.field_res_company__message_has_error_counter #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_has_error_counter msgid "Number of errors" msgstr "錯誤數量" #. module: account #: model:ir.model.fields,help:account.field_account_account__message_needaction_counter #: model:ir.model.fields,help:account.field_account_bank_statement_line__message_needaction_counter #: model:ir.model.fields,help:account.field_account_journal__message_needaction_counter #: model:ir.model.fields,help:account.field_account_move__message_needaction_counter #: model:ir.model.fields,help:account.field_account_payment__message_needaction_counter #: model:ir.model.fields,help:account.field_account_reconcile_model__message_needaction_counter #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_needaction_counter #: model:ir.model.fields,help:account.field_account_tax__message_needaction_counter #: model:ir.model.fields,help:account.field_res_company__message_needaction_counter #: model:ir.model.fields,help:account.field_res_partner_bank__message_needaction_counter msgid "Number of messages requiring action" msgstr "需要採取行動的訊息數目" #. module: account #: model:ir.model.fields,help:account.field_account_account__message_has_error_counter #: model:ir.model.fields,help:account.field_account_bank_statement_line__message_has_error_counter #: model:ir.model.fields,help:account.field_account_journal__message_has_error_counter #: model:ir.model.fields,help:account.field_account_move__message_has_error_counter #: model:ir.model.fields,help:account.field_account_payment__message_has_error_counter #: model:ir.model.fields,help:account.field_account_reconcile_model__message_has_error_counter #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__message_has_error_counter #: model:ir.model.fields,help:account.field_account_tax__message_has_error_counter #: model:ir.model.fields,help:account.field_res_company__message_has_error_counter #: model:ir.model.fields,help:account.field_res_partner_bank__message_has_error_counter msgid "Number of messages with delivery error" msgstr "有發送錯誤的郵件數量" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__past_months_limit msgid "" "Number of months in the past to consider entries from when applying this " "model." msgstr "過去應用此模型時考慮分錄的月份數." #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__value msgid "Numeric Value" msgstr "數值" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "OFX Import" msgstr "OFX 匯入" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__10 msgid "October" msgstr "十月" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_model__odoo msgid "Odoo" msgstr "Odoo" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__domain msgid "Odoo Domain" msgstr "Odoo Domain" #. module: account #: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree #: model_terms:ir.actions.act_window,help:account.action_credit_statement_tree msgid "" "Odoo allows you to reconcile a statement line directly with\n" " the related sale or purchase invoices." msgstr "" "Odoo 允許您直接將對帳單明細與\n" " 相關的銷售或採購應收付憑單對帳核銷." #. module: account #: model_terms:ir.actions.act_window,help:account.res_partner_action_customer msgid "Odoo helps you easily track all activities related to a customer." msgstr "Odoo 求助您輕鬆跟進與客戶相關的所有活動." #. module: account #: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier msgid "Odoo helps you easily track all activities related to a supplier." msgstr "Odoo幫助您輕鬆追蹤與供應商相關的所有活動." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__off msgid "Off Balance" msgstr "資產負債" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__off_balance msgid "Off-Balance Sheet" msgstr "資產負債表外" #. module: account #: model:account.account.tag,name:account.demo_office_furniture_account msgid "Office Furniture" msgstr "辦公室家具" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__matching_order__old_first msgid "Oldest first" msgstr "舊的優先" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term__early_pay_discount_computation__included msgid "On early payment" msgstr "於預付款" #. module: account #: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_fiscal_year msgid "Onboarding Accounting Periods" msgstr "會計期間新手簡介" #. module: account #: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_chart_of_accounts #: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_sales_tax msgid "Onboarding Bank Account" msgstr "銀行賬戶新手簡介" #. module: account #: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_company_data msgid "Onboarding Company Data" msgstr "公司資料新手簡介" #. module: account #: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_base_document_layout msgid "Onboarding Documents Layout" msgstr "文件版面格式新手簡介" #. module: account #: model:ir.model,name:account.model_onboarding_onboarding_step msgid "Onboarding Step" msgstr "新手簡介步驟" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "" "Once everything is set, you are good to continue. You will be able to edit " "this later in the Customers menu." msgstr "一切就緒後,您就可以繼續了. 您稍後可以在 客戶 功能中進行編輯." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Once installed, set 'Bank Feeds' to 'File Import' in bank account " "settings.This adds a button to import from the Accounting dashboard." msgstr "安裝後,請在銀行賬戶設定中,將「銀行資料流」設為「檔案匯入」。系統會加入一個從會計 Dashboard 匯入的按鈕。" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Once your invoice is ready, confirm it." msgstr "發票就緒時,請確認它。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "One or more Bank Accounts set on this partner are also used by other" msgstr "此合作夥伴設定的一個或多個銀行賬戶也被其他人使用" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "One or more invoices couldn't be processed." msgstr "有一張或多張發票未能處理。" #. module: account #: model:ir.ui.menu,name:account.root_payment_menu msgid "Online Payments" msgstr "網上支付" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__only_tax_exigible msgid "Only Tax Exigible Lines" msgstr "僅可徵稅明細" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "Only a report without a root report of its own can be selected as root " "report." msgstr "只有沒有自己的根報表的報表才能被選為根報表." #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "Only administrators can install chart templates" msgstr "只限管理員可以安裝圖表範本" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Only draft journal entries can be cancelled." msgstr "只可取消日記賬草稿記項。" #. module: account #. odoo-python #: code:addons/account/models/ir_actions_report.py:0 msgid "Only invoices could be printed." msgstr "只能列印應收憑單." #. module: account #: model:ir.model.fields,help:account.field_account_payment_register__group_payment msgid "" "Only one payment will be created by partner (bank), instead of one per bill." msgstr "只會就每個合作夥伴(銀行)建立一筆付款,而不是每張賬單一次。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Only posted/cancelled journal entries can be reset to draft." msgstr "只限已過賬/已取消的日記賬記項,才可重設為草稿。" #. module: account #. odoo-python #: code:addons/account/controllers/terms.py:0 msgid "Oops" msgstr "哎呀" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__state__posted #: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__none msgid "Open" msgstr "開啟" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__opening_balance msgid "Opening Balance" msgstr "期初餘額" #. module: account #: model:ir.model,name:account.model_account_financial_year_op msgid "Opening Balance of Financial Year" msgstr "上個財政年的期初" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__opening_credit msgid "Opening Credit" msgstr "期初貸方" #. module: account #: model:ir.model.fields,field_description:account.field_account_financial_year_op__opening_date msgid "Opening Date" msgstr "期初日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__opening_debit msgid "Opening Debit" msgstr "期初借方" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_opening_date msgid "Opening Entry" msgstr "期初分錄" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_opening_journal_id msgid "Opening Journal" msgstr "期初日記帳" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 #: model:ir.model.fields,field_description:account.field_res_company__account_opening_move_id msgid "Opening Journal Entry" msgstr "期初日記帳分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_financial_year_op__opening_move_posted msgid "Opening Move Posted" msgstr "期初傳票已過帳" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Opening balance" msgstr "期初餘額" #. module: account #: model:account.account.tag,name:account.account_tag_operating msgid "Operating Activities" msgstr "營運活動" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Operation Templates" msgstr "操作模板" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 #: code:addons/account/models/account_bank_statement.py:0 #: code:addons/account/models/account_lock_exception.py:0 #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/mail_message.py:0 msgid "Operation not supported" msgstr "不支援該操作" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__filter_hide_0_lines__optional #: model:ir.model.fields.selection,name:account.selection__account_report__filter_hierarchy__optional msgid "Optional" msgstr "選填" #. module: account #: model:ir.model.fields,help:account.field_account_account__tag_ids msgid "Optional tags you may want to assign for custom reporting" msgstr "您可能想賦予給定義報表的選項標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__ordering msgid "Ordering" msgstr "排序" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_origin #: model:ir.model.fields,field_description:account.field_account_move__invoice_origin msgid "Origin" msgstr "原始" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__carryover_origin_expression_label msgid "Origin Expression Label" msgstr "原始表達標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__carryover_origin_report_line_id msgid "Origin Line" msgstr "原始明細" #. module: account #: model:ir.actions.report,name:account.action_account_original_vendor_bill msgid "Original Bills" msgstr "原始帳單" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__company_lock_date msgid "Original Lock Date" msgstr "原本鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__group_tax_id msgid "Originator Group of Taxes" msgstr "原始稅組" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__payment_id msgid "Originator Payment" msgstr "原始付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__statement_line_id #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Originator Statement Line" msgstr "原始對帳單明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__tax_line_id #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Originator Tax" msgstr "原始稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__tax_repartition_line_id msgid "Originator Tax Distribution Line" msgstr "原始稅金分配明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__tax_group_id msgid "Originator tax group" msgstr "原始稅組" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 msgid "Other" msgstr "其他" #. module: account #: model:account.account,name:account.1_other_income #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__income_other msgid "Other Income" msgstr "其他收入" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Other Info" msgstr "其他資訊" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice msgid "Our Invoices" msgstr "我們的發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "Our invoices are payable within 21 working days, unless another payment " "timeframe is indicated on either the invoice or the order. In the event of " "non-payment by the due date," msgstr "帳款應在 21 個工作日內支付,除非應收憑單或訂單上註明了另一個付款時間範圍," #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_method__payment_type__outbound msgid "Outbound" msgstr "境外" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__outbound_payment_method_line_ids msgid "Outbound Payment Methods" msgstr "境外付款方式" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Outgoing Payments" msgstr "付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__outstanding_account_id msgid "Outstanding Account" msgstr "未結項目" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_account_journal_payment_credit_account_id msgid "Outstanding Payments" msgstr "未結付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Outstanding Payments accounts" msgstr "未結付款科目" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 #: model:account.account,name:account.1_account_journal_payment_debit_account_id msgid "Outstanding Receipts" msgstr "未結收款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Outstanding Receipts accounts" msgstr "未結收款科目" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Outstanding credits" msgstr "未結貸方" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Outstanding debits" msgstr "未結借方" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Overdue" msgstr "逾期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__overdue msgid "Overdue Amount" msgstr "逾期金額" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 msgid "Overdue invoices" msgstr "逾期發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "Overdue invoices, maturity date passed" msgstr "逾期應收憑單,超過付款日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Overdue payments, due date passed" msgstr "逾期付款,到期日已過" #. module: account #: model:ir.model.fields,help:account.field_account_tax__price_include_override msgid "" "Overrides the Company's default on whether the price you use on the product " "and invoices includes this tax." msgstr "會凌駕公司產品及發票價格是否包含此稅的預設設定。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "P&L Accounts" msgstr "損益表科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "PAY001" msgstr "PAY001" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model:ir.actions.report,name:account.account_invoices msgid "PDF" msgstr "PDF" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_pdf_report_id #: model:ir.model.fields,field_description:account.field_account_move__invoice_pdf_report_id msgid "PDF Attachment" msgstr "PDF 附件" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_pdf_report_file #: model:ir.model.fields,field_description:account.field_account_move__invoice_pdf_report_file msgid "PDF File" msgstr "PDF 檔案" #. module: account #: model:ir.actions.report,name:account.account_invoices_without_payment msgid "PDF without Payment" msgstr "無付款的 PDF" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "PEPPOL Electronic Invoicing" msgstr "" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_peppol msgid "PEPPOL Invoicing" msgstr "PEPPOL 開立發票" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__is_account_peppol_eligible msgid "PEPPOL eligible" msgstr "PEPPOL 符合條件" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "PROFORMA" msgstr "初步估價發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Package" msgstr "套裝" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__paid #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__paid #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__paid #: model:ir.model.fields.selection,name:account.selection__account_payment__state__paid #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__amount_paid #: model:mail.message.subtype,name:account.mt_invoice_paid #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Paid" msgstr "已付款" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "Paid Bills" msgstr "已付帳單" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "Paid Invoices" msgstr "已付款發票" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Paid on" msgstr "已付於" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__both msgid "Paid/Received" msgstr "收/付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__paired_internal_transfer_payment_id msgid "Paired Internal Transfer Payment" msgstr "配對內部轉帳付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_group__parent_id #: model:ir.model.fields,field_description:account.field_account_root__parent_id msgid "Parent" msgstr "上級" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__parent_id msgid "Parent Line" msgstr "母項資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__report_id msgid "Parent Report" msgstr "上級報表" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Partial" msgstr "部分" #. module: account #: model:ir.model,name:account.model_account_partial_reconcile msgid "Partial Reconcile" msgstr "部分核銷" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__partial #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__partial #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__partial msgid "Partially Paid" msgstr "部份已付" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 #: model:ir.model.fields,field_description:account.field_account_analytic_line__partner_id #: model:ir.model.fields,field_description:account.field_account_autopost_bills_wizard__partner_id #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__partner_id #: model:ir.model.fields,field_description:account.field_account_move__partner_id #: model:ir.model.fields,field_description:account.field_account_move_line__partner_id #: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__partner_id #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_partner_id #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_partner_id #: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_account_various_payment_tree msgid "Partner" msgstr "業務夥伴" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__contract_ids #: model:ir.model.fields,field_description:account.field_res_users__contract_ids msgid "Partner Contracts" msgstr "客戶合約" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_credit #: model:ir.model.fields,field_description:account.field_account_move__partner_credit msgid "Partner Credit" msgstr "合作夥伴信用額" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_credit_warning #: model:ir.model.fields,field_description:account.field_account_move__partner_credit_warning msgid "Partner Credit Warning" msgstr "合作夥伴信用警告" #. module: account #: model:ir.actions.act_window,name:account.action_account_moves_ledger_partner msgid "Partner Ledger" msgstr "業務夥伴分類帳" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__use_partner_credit_limit #: model:ir.model.fields,field_description:account.field_res_users__use_partner_credit_limit msgid "Partner Limit" msgstr "合作夥伴限額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Partner Mapping" msgstr "合作夥伴對應" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__partner_mapping_line_ids msgid "Partner Mapping Lines" msgstr "對應合作夥伴明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_name msgid "Partner Name" msgstr "合作夥伴名稱" #. module: account #: model:ir.ui.menu,name:account.account_reports_partners_reports_menu msgid "Partner Reports" msgstr "合作夥伴報告" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__partner_type #: model:ir.model.fields,field_description:account.field_account_payment_register__partner_type msgid "Partner Type" msgstr "合作夥伴類型" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__partner_vat_placeholder #: model:ir.model.fields,field_description:account.field_res_users__partner_vat_placeholder msgid "Partner Vat Placeholder" msgstr "合作夥伴增值稅佔位符" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner msgid "Partner is Set" msgstr "合作夥伴已設定" #. module: account #: model:ir.model,name:account.model_account_reconcile_model_partner_mapping msgid "Partner mapping for reconciliation models" msgstr "核銷模型的對應合作夥伴" #. module: account #. odoo-python #: code:addons/account/models/account_move_send.py:0 msgid "Partner(s) should have an email address." msgstr "合作夥伴應該有電郵地址。" #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 #: model:ir.model.fields,field_description:account.field_account_report__filter_partner #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Partners" msgstr "合作夥伴" #. module: account #: model_terms:ir.ui.view,arch_db:account.partner_missing_account_list_view msgid "Partners Missing a bank account" msgstr "缺漏銀行賬戶的合作夥伴" #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "Partners that are used in hashed entries cannot be merged." msgstr "雜湊記項使用的合作夥伴,不可合併。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 #: model:ir.actions.server,name:account.action_move_force_register_payment #: model:ir.model,name:account.model_account_payment_register #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree msgid "Pay" msgstr "付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Pay your bills in one-click using Euro SEPA Service" msgstr "使用歐盟SEPA服務支付帳單" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__liability_payable #: model:ir.model.fields.selection,name:account.selection__account_report__filter_account_type__payable #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Payable" msgstr "應付" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__debit_limit #: model:ir.model.fields,field_description:account.field_res_users__debit_limit msgid "Payable Limit" msgstr "應付限額" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__filter_account_type__both msgid "Payable and receivable" msgstr "應付款和應收款" #. module: account #: model_terms:ir.ui.view,arch_db:account.product_template_form_view msgid "Payables" msgstr "應付" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/account_payment.py:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__origin_payment_id #: model:ir.model.fields,field_description:account.field_account_move__origin_payment_id #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Payment" msgstr "付款" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_account_id msgid "Payment Account" msgstr "付款科目" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Payment Amount:" msgstr "付款金額:" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Payment Communication:" msgstr "付款通訊:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Payment Communications" msgstr "付款溝通" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_count #: model:ir.model.fields,field_description:account.field_account_move__payment_count msgid "Payment Count" msgstr "付款項數" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree msgid "Payment Currency" msgstr "支付幣別" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__payment_date #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Payment Date" msgstr "付款日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Payment Date:" msgstr "付款日期:" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__payment_difference msgid "Payment Difference" msgstr "付款差異" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__payment_difference_handling msgid "Payment Difference Handling" msgstr "付款差额處理" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree msgid "Payment Items" msgstr "付款項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__payment_method_line_id #: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_method_id #: model:ir.model.fields,field_description:account.field_account_payment_register__payment_method_line_id #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "Payment Method" msgstr "付款方法" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Payment Method Line" msgstr "付款方式明細" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_method_line_tree msgid "Payment Method Name" msgstr "付款方式名稱" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Payment Method:" msgstr "付款方式:" #. module: account #: model:ir.model,name:account.model_account_payment_method #: model:ir.model,name:account.model_account_payment_method_line #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Payment Methods" msgstr "付款方式" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__qr_code_method #: model:ir.model.fields,field_description:account.field_account_move__qr_code_method msgid "Payment QR-code" msgstr "付款二維碼 QR-code" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 #: model:ir.actions.report,name:account.action_report_payment_receipt #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Payment Receipt" msgstr "付款收據" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__payment_receipt_title msgid "Payment Receipt Title" msgstr "付款收據標題" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_reference #: model:ir.model.fields,field_description:account.field_account_move__payment_reference #: model:ir.model.fields,field_description:account.field_account_payment__payment_reference #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Payment Reference" msgstr "付款參照" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_state #: model:ir.model.fields,field_description:account.field_account_invoice_report__payment_state #: model:ir.model.fields,field_description:account.field_account_move__payment_state msgid "Payment Status" msgstr "付款狀態" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__payment_term msgid "Payment Term" msgstr "支付條款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_term_details #: model:ir.model.fields,field_description:account.field_account_move__payment_term_details msgid "Payment Term Details" msgstr "支付條款詳情" #. module: account #: model:ir.actions.act_window,name:account.action_payment_term_form #: model:ir.model,name:account.model_account_payment_term #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_payment_term_id #: model:ir.model.fields,field_description:account.field_account_move__invoice_payment_term_id #: model:ir.model.fields,field_description:account.field_account_payment_term__name #: model:ir.model.fields,field_description:account.field_account_payment_term_line__payment_id #: model:ir.ui.menu,name:account.menu_action_payment_term_form #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form #: model_terms:ir.ui.view,arch_db:account.view_payment_term_search #: model_terms:ir.ui.view,arch_db:account.view_payment_term_tree msgid "Payment Terms" msgstr "付款條件" #. module: account #: model:ir.model,name:account.model_account_payment_term_line msgid "Payment Terms Line" msgstr "付款條款資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__allow_payment_tolerance #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__allow_payment_tolerance msgid "Payment Tolerance" msgstr "付款容許差額" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__payment_tolerance_type msgid "Payment Tolerance Type" msgstr "付款容許差額類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__payment_type #: model:ir.model.fields,field_description:account.field_account_payment_method__payment_type #: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_type #: model:ir.model.fields,field_description:account.field_account_payment_register__payment_type msgid "Payment Type" msgstr "付款類型" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Payment terms" msgstr "付款條件" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_30_days_end_month_the_10 msgid "Payment terms: 10 Days after End of Next Month" msgstr "付款期限:下月底後 10 天" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_15days msgid "Payment terms: 15 Days" msgstr "付款條款:15 天" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_21days msgid "Payment terms: 21 Days" msgstr "付款條款:21 天" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_30days #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Payment terms: 30 Days" msgstr "付款條款:30 天" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_30days_early_discount msgid "Payment terms: 30 Days, 2% Early Payment Discount under 7 days" msgstr "付款條款:30 天;7 天內付清享 2% 折扣" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_advance msgid "Payment terms: 30% Advance End of Following Month" msgstr "付款條款:翌月底預繳 30%" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_advance_60days msgid "Payment terms: 30% Now, Balance 60 Days" msgstr "付款條款:即付 30%,餘款 60 天" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_45days msgid "Payment terms: 45 Days" msgstr "付款條款:45 天" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_90days_on_the_10th msgid "Payment terms: 90 days, on the 10th" msgstr "付款條款:90 天,在 10 日" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_end_following_month msgid "Payment terms: End of Following Month" msgstr "付款條款:翌月底" #. module: account #: model_terms:account.payment.term,note:account.account_payment_term_immediate msgid "Payment terms: Immediate Payment" msgstr "付款條款:立即付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Payment within 30 calendar day" msgstr "30 個日曆日內付款" #. module: account #: model:mail.template,name:account.mail_template_data_payment_receipt msgid "Payment: Payment Receipt" msgstr "付款: 付款收據" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/wizard/account_payment_register.py:0 #: model:ir.actions.act_window,name:account.action_account_all_payments #: model:ir.model,name:account.model_account_payment #: model:ir.model.fields,field_description:account.field_account_move__payment_ids #: model:ir.ui.menu,name:account.menu_action_account_payments_payable #: model:ir.ui.menu,name:account.menu_action_account_payments_receivable #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Payments" msgstr "付款" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_payments #: model_terms:ir.actions.act_window,help:account.action_account_payments_payable #: model_terms:ir.actions.act_window,help:account.action_account_payments_transfer msgid "" "Payments are used to register liquidity movements. You can process those " "payments by your own means or by using installed facilities." msgstr "支付用於登記流動性. 您可以通過自己的方式或使用安裝的設備來處理這些付款." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "" "Payments related to partners with no bank account specified will be skipped." msgstr "若合作夥伴未有指定銀行賬戶,相關付款將被跳過。" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__value__percent msgid "Percent" msgstr "百分比" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__percentage #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__percentage #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__percentage #: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__percent msgid "Percentage" msgstr "百分比" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__division msgid "Percentage Tax Included" msgstr "連稅百分比" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Percentage must be between 0 and 100" msgstr "百分比必須介於0到100之間" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__percentage msgid "Percentage of balance" msgstr "餘額百分比" #. module: account #: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__percentage msgid "Percentage of each line to execute the action on." msgstr "每個明細執行操作的百分比." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__percentage_st_line msgid "Percentage of statement line" msgstr "對帳單明細百分比" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "Percentages on the Payment Terms lines must be between 0 and 100." msgstr "付款條款資料行的百分比,須在 0 至 100 之間。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "Period" msgstr "期間" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_period_comparison msgid "Period Comparison" msgstr "期間比較" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Phishing risk: High" msgstr "網絡釣魚風險:高" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Phishing risk: Medium" msgstr "網絡釣魚風險:中" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Please contact your accountant to print the Hash integrity result." msgstr "請聯繫您的會計師列印雜湊完整性結果。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Please create new accounts from the Chart of Accounts menu." msgstr "請從科目表功能建立新科目." #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "Please define a payment method line on your payment." msgstr "請在您的付款中定義付款方式明細." #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "Please install a chart of accounts or create a miscellaneous journal before " "proceeding." msgstr "請在處理之前先安裝會計科目表或建立一個雜項日記帳." #. module: account #. odoo-python #: code:addons/account/models/account_cash_rounding.py:0 msgid "Please set a strictly positive rounding value." msgstr "請設定一個嚴格的正捨入值." #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "" "Please set at least one of the match texts to create a partner mapping." msgstr "請至少設定一個匹配文字以建立對應合作夥伴." #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "Please use the following communication for your payment:" msgstr "付款時,請加入以下備註:" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_group__pos_receipt_label msgid "PoS receipt label" msgstr "銷售點收據上標示" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__access_url #: model:ir.model.fields,field_description:account.field_account_journal__access_url #: model:ir.model.fields,field_description:account.field_account_move__access_url msgid "Portal Access URL" msgstr "網站入口訪問網址" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Post" msgstr "過賬" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Post All Entries" msgstr "過帳所有分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "Post Difference In" msgstr "過帳差異於" #. module: account #: model:ir.actions.server,name:account.action_account_confirm_payments msgid "Post Payments" msgstr "過帳付款" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__state__posted #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Posted" msgstr "已過賬" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__posted_before #: model:ir.model.fields,field_description:account.field_account_move__posted_before msgid "Posted Before" msgstr "曾過帳" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter msgid "Posted Journal Entries" msgstr "已過賬的日記賬記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Posted Journal Items" msgstr "已過賬的日記賬項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_group__preceding_subtotal msgid "Preceding Subtotal" msgstr "前項小計" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__preferred_payment_method_line_id #: model:ir.model.fields,field_description:account.field_account_move__preferred_payment_method_line_id msgid "Preferred Payment Method Line" msgstr "首選付款方式資料行" #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_outbound_payment_method_line_id #: model:ir.model.fields,help:account.field_res_users__property_outbound_payment_method_line_id msgid "" "Preferred payment method when buying from this vendor. This will be set by " "default on all outgoing payments created for this vendor" msgstr "向此供應商採購時的首選付款方式。為此供應商建立的所有對外付款,預設會使用此方式。" #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_inbound_payment_method_line_id #: model:ir.model.fields,help:account.field_res_users__property_inbound_payment_method_line_id msgid "" "Preferred payment method when selling to this customer. This will be set by " "default on all incoming payments created for this customer" msgstr "向此客戶銷售時的首選付款方式。為此客戶建立的所有收款,預設會使用此方式。" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__prefix_groups_threshold msgid "Prefix Groups Threshold" msgstr "字首組別門檻" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__prefix_placeholder msgid "Prefix Placeholder" msgstr "佔位符字首" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__account_codes msgid "Prefix of Account Codes" msgstr "賬戶代號起首" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__bank_account_code_prefix msgid "Prefix of the bank accounts" msgstr "銀行賬戶代號起首" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__cash_account_code_prefix msgid "Prefix of the cash accounts" msgstr "現金賬戶代號起首" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__transfer_account_code_prefix msgid "Prefix of the transfer accounts" msgstr "轉賬賬戶代號起首" #. module: account #: model:ir.model.fields,help:account.field_account_analytic_applicability__account_prefix msgid "" "Prefix that defines which accounts from the financial accounting this " "applicability should apply on." msgstr "定義此適用性應適用於財務會計中的哪些科目的前綴." #. module: account #: model:account.account,name:account.1_prepaid_expenses msgid "Prepaid Expenses" msgstr "預繳開支" #. module: account #: model:account.account,name:account.1_prepayments #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_prepayments msgid "Prepayments" msgstr "預付帳款" #. module: account #: model:ir.model,name:account.model_account_reconcile_model msgid "" "Preset to create journal entries during a invoices and payments matching" msgstr "請在應收憑單和應付款匹配期間建立日記帳分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "Preview" msgstr "預覽" #. module: account #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__preview_data msgid "Preview Data" msgstr "預覽資料" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_resequence_view msgid "Preview Modifications" msgstr "預覽修改" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__preview_move_data msgid "Preview Move Data" msgstr "預覽傳票資料" #. module: account #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__preview_moves msgid "Preview Moves" msgstr "預覽傳票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Preview invoice" msgstr "預覽發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Price" msgstr "價格" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__price_include msgid "Price Include" msgstr "價格包含" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Prices" msgstr "價格" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form msgid "Print" msgstr "列印" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: model_terms:ir.ui.view,arch_db:account.account_move_send_batch_wizard_form #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_out_credit_note_tree #: model_terms:ir.ui.view,arch_db:account.view_out_invoice_tree msgid "Print & Send" msgstr "列印並傳送" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__print_on_new_page msgid "Print On New Page" msgstr "列印到新一頁" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Print checks to pay your vendors" msgstr "列印支票以支付給您的供應商" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__problem_description msgid "Problem Description" msgstr "問題描述" #. module: account #: model:ir.model,name:account.model_product_template #: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__product_id #: model:ir.model.fields,field_description:account.field_account_analytic_line__product_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__product_id #: model:ir.model.fields,field_description:account.field_account_move_line__product_id #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__product #: model_terms:ir.ui.view,arch_db:account.view_account_analytic_line_filter_inherit_account #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Product" msgstr "商品" #. module: account #: model:ir.ui.menu,name:account.menu_product_product_categories msgid "Product Categories" msgstr "產品類別" #. module: account #: model:ir.model,name:account.model_product_category #: model:ir.model.fields,field_description:account.field_account_analytic_applicability__product_categ_id #: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__product_categ_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__product_categ_id #: model:ir.model.fields,field_description:account.field_account_move_line__product_category_id #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search msgid "Product Category" msgstr "產品分類" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__quantity msgid "Product Quantity" msgstr "數量" #. module: account #: model:account.account,name:account.1_income msgid "Product Sales" msgstr "產品銷售" #. module: account #: model:ir.model,name:account.model_uom_uom msgid "Product Unit of Measure" msgstr "產品測量單位" #. module: account #: model:ir.model,name:account.model_product_product msgid "Product Variant" msgstr "產品款式" #. module: account #: model:ir.actions.act_window,name:account.product_product_action_purchasable #: model:ir.actions.act_window,name:account.product_product_action_sellable #: model:ir.model.fields.selection,name:account.selection__account_account_tag__applicability__products #: model:ir.ui.menu,name:account.product_product_menu_purchasable #: model:ir.ui.menu,name:account.product_product_menu_sellable #: model_terms:ir.ui.view,arch_db:account.product_template_view_tree msgid "Products" msgstr "產品" #. module: account #: model:account.account,name:account.1_to_receive_rec msgid "Products to receive" msgstr "待收貨產品" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0 msgid "Profit & Loss" msgstr "利潤及虧損(損益表)" #. module: account #: model:ir.model.fields,field_description:account.field_account_cash_rounding__profit_account_id #: model:ir.model.fields,field_description:account.field_account_journal__profit_account_id msgid "Profit Account" msgstr "利潤科目" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__property_inbound_payment_method_line_id #: model:ir.model.fields,field_description:account.field_res_users__property_inbound_payment_method_line_id msgid "Property Inbound Payment Method Line" msgstr "對內收款方式資料行屬性" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__property_outbound_payment_method_line_id #: model:ir.model.fields,field_description:account.field_res_users__property_outbound_payment_method_line_id msgid "Property Outbound Payment Method Line" msgstr "對外付款方式資料行屬性" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_journal__type__purchase #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Purchase" msgstr "採購" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__purchase_lock_date #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__lock_date_field__purchase_lock_date msgid "Purchase Lock Date" msgstr "採購鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__purchase_lock_date msgid "Purchase Lock date" msgstr "採購鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__group_show_purchase_receipts #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__in_receipt #: model:res.groups,name:account.group_purchase_receipts msgid "Purchase Receipt" msgstr "採購收據" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Purchase Receipt Created" msgstr "已建立採購收據" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page msgid "Purchase Representative" msgstr "採購人員" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Purchase Tax" msgstr "進項稅" #. module: account #: model:ir.model.fields,field_description:account.field_product_product__supplier_taxes_id #: model:ir.model.fields,field_description:account.field_product_template__supplier_taxes_id msgid "Purchase Taxes" msgstr "採購稅項" #. module: account #: model:account.account,name:account.1_expense_invest msgid "Purchase of Equipments" msgstr "設備採購" #. module: account #: model:ir.actions.act_window,name:account.action_account_moves_journal_purchase #: model:ir.model.fields.selection,name:account.selection__account_tax__type_tax_use__purchase #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Purchases" msgstr "採購" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "QIF Import" msgstr "QIF 匯入" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_base_document_layout msgid "QR Code" msgstr "二維碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__qr_code #: model:ir.model.fields,field_description:account.field_account_payment_register__qr_code msgid "QR Code URL" msgstr "二維碼網址" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "QR Codes" msgstr "二維碼" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__quantity msgid "Quantity" msgstr "數量" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Quantity:" msgstr "數量:" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__quarterly msgid "Quarterly" msgstr "每季" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__quick_edit_mode #: model:ir.model.fields,field_description:account.field_account_move__quick_edit_mode msgid "Quick Edit Mode" msgstr "快速編輯模式" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__quick_encoding_vals #: model:ir.model.fields,field_description:account.field_account_move__quick_encoding_vals msgid "Quick Encoding Vals" msgstr "快速編碼值" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__quick_edit_mode #: model:ir.model.fields,field_description:account.field_res_config_settings__quick_edit_mode msgid "Quick encoding" msgstr "快速編碼" #. module: account #: model:account.account,name:account.1_expense_rd msgid "RD Expenses" msgstr "研發開支" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__rating_ids #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__rating_ids #: model:ir.model.fields,field_description:account.field_account_journal__rating_ids #: model:ir.model.fields,field_description:account.field_account_move__rating_ids #: model:ir.model.fields,field_description:account.field_account_payment__rating_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model__rating_ids #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__rating_ids #: model:ir.model.fields,field_description:account.field_account_tax__rating_ids #: model:ir.model.fields,field_description:account.field_res_company__rating_ids #: model:ir.model.fields,field_description:account.field_res_partner_bank__rating_ids msgid "Ratings" msgstr "評分" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_resequence_view msgid "Re-Sequence" msgstr "重新開始序列" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__reason msgid "Reason" msgstr "原因" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_reversal__reason msgid "Reason displayed on Credit Note" msgstr "退款單顯示原因" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_in_invoice_receipt_tree msgid "Receipt Currency" msgstr "收款幣別" #. module: account #: model:ir.actions.act_window,name:account.action_move_in_receipt_type #: model:ir.actions.act_window,name:account.action_move_out_receipt_type #: model:ir.ui.menu,name:account.menu_action_move_in_receipt_type #: model:ir.ui.menu,name:account.menu_action_move_out_receipt_type msgid "Receipts" msgstr "收據" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_receivable #: model:ir.model.fields.selection,name:account.selection__account_report__filter_account_type__receivable #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_search msgid "Receivable" msgstr "應收" #. module: account #: model_terms:ir.ui.view,arch_db:account.product_template_form_view msgid "Receivables" msgstr "應收賬款" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__payment_type__inbound msgid "Receive" msgstr "收到" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_type__inbound msgid "Receive Money" msgstr "收到金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_details_fields msgid "Receive invoices" msgstr "收取發票" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__amount_received msgid "Received" msgstr "已收款" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_bank_id #: model:ir.model.fields,field_description:account.field_account_move__partner_bank_id msgid "Recipient Bank" msgstr "收款銀行" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__partner_bank_id #: model:ir.model.fields,field_description:account.field_account_payment_register__partner_bank_id msgid "Recipient Bank Account" msgstr "收款銀行項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_partner_ids #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form msgid "Recipients" msgstr "接收者" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "Recognition Date" msgstr "確認日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Recompute all taxes and accounts based on this fiscal position" msgstr "根據此財務規則重新計算所有稅款及賬戶" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Reconcilable" msgstr "可完成對賬" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__reconciled #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Reconciled" msgstr "已調節" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_bill_ids msgid "Reconciled Bills" msgstr "已核銷應付賬單" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoice_ids msgid "Reconciled Invoices" msgstr "已對賬發票" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoices_type msgid "Reconciled Invoices Type" msgstr "已對賬發票類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__reconciled_statement_line_ids msgid "Reconciled Statement Lines" msgstr "已核銷的對賬明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__reconcile_model_id msgid "Reconciliation Model" msgstr "核銷對帳模型" #. module: account #: model:ir.actions.act_window,name:account.action_account_reconcile_model #: model:ir.ui.menu,name:account.action_account_reconcile_model_menu msgid "Reconciliation Models" msgstr "核銷對帳模型" #. module: account #: model:ir.model.fields,field_description:account.field_account_full_reconcile__partial_reconcile_ids msgid "Reconciliation Parts" msgstr "部分核銷" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Record" msgstr "記錄" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/x2many_buttons/x2many_buttons.js:0 msgid "Records" msgstr "記錄" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "Recursion found for tax “%s”." msgstr "稅項 %s 發現有環迴計算。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "Reduced tax:" msgstr "已減稅款:" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_line__ref msgid "Ref." msgstr "編號" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement__name #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__ref #: model:ir.model.fields,field_description:account.field_account_move__ref #: model:ir.model.fields,field_description:account.field_account_move_line__ref #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "Reference" msgstr "編號" #. module: account #: model:ir.model.fields,help:account.field_account_payment__payment_reference msgid "" "Reference of the document used to issue this payment. Eg. check number, file" " name, etc." msgstr "有問題的付款的相關單據. 比如校驗碼、檔名等." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__document_type__refund #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Refund" msgstr "退款" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Refund Created" msgstr "已建立退款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_in_invoice_refund_tree msgid "Refund Currency" msgstr "退款幣別" #. module: account #: model:ir.actions.act_window,name:account.action_move_in_refund_type #: model:ir.ui.menu,name:account.menu_action_move_in_refund_type #: model_terms:ir.ui.view,arch_db:account.view_account_bill_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Refunds" msgstr "退款" #. module: account #: model_terms:ir.actions.act_window,help:account.action_bank_statement_tree #: model_terms:ir.actions.act_window,help:account.action_credit_statement_tree msgid "Register a bank statement" msgstr "登記銀行對帳單" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_in_receipt_type msgid "Register a new purchase receipt" msgstr "登記新的採購收據" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_payments #: model_terms:ir.actions.act_window,help:account.action_account_payments_payable #: model_terms:ir.actions.act_window,help:account.action_account_payments_transfer msgid "Register a payment" msgstr "登記付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Reject" msgstr "拒絕" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__state__rejected msgid "Rejected" msgstr "已拒絕" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__related_moves #: model:ir.model.fields,field_description:account.field_res_partner_bank__related_moves msgid "Related Moves" msgstr "相關分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__related_taxes_amount msgid "Related Taxes Amount" msgstr "相關稅款金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__document_type msgid "Related to" msgstr "關於" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Reload" msgstr "重新載入" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Reload accounting data (taxes, accounts, ...) if you notice inconsistencies." " This action is irreversible." msgstr "如果發現不一致,請重新載入會計數據(稅款、賬戶等)。此操作不可撤回。" #. module: account #: model:ir.model,name:account.model_account_resequence_wizard msgid "Remake the sequence of Journal Entries." msgstr "重新建立日記帳分錄的序列." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "Removed" msgstr "已刪除" #. module: account #: model:account.account,name:account.1_expense_rent msgid "Rent" msgstr "租金" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_resequence_wizard__ordering__date msgid "Reorder by accounting date" msgstr "依會計科目日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__repartition_lines_str msgid "Repartition Lines" msgstr "分隔線/資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_column__report_id msgid "Report" msgstr "報表" #. module: account #: model:ir.model,name:account.model_ir_actions_report msgid "Report Action" msgstr "報表動作" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Report Dates" msgstr "報表日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__report_line_id msgid "Report Line" msgstr "報表明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__report_line_name msgid "Report Line Name" msgstr "報表明細名稱" #. module: account #: model:ir.ui.menu,name:account.account_report_folder #: model:ir.ui.menu,name:account.menu_finance_reports msgid "Reporting" msgstr "報告" #. module: account #: model:ir.model.fields,help:account.field_account_cash_rounding__rounding msgid "Represent the non-zero value smallest coinage (for example, 0.05)." msgstr "代表非0的最小貨幣單位(例如:0.05)." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Request Cancel" msgstr "要求取消" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__require_partner_bank_account #: model:ir.model.fields,field_description:account.field_account_payment_register__require_partner_bank_account msgid "Require Partner Bank Account" msgstr "需要合作夥伴銀行帳戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__res_partner_bank_id msgid "Res Partner Bank" msgstr "合作夥伴銀行帳戶" #. module: account #: model:ir.actions.act_window,name:account.action_account_resequence msgid "Resequence" msgstr "編號重新排序" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Reset To Draft" msgstr "重置為草稿" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Reset to Draft" msgstr "重設為草稿" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_reversal__residual #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Residual" msgstr "殘留" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_residual #: model:ir.model.fields,field_description:account.field_account_move_line__amount_residual msgid "Residual Amount" msgstr "殘值金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__amount_residual_currency msgid "Residual Amount in Currency" msgstr "殘值金額幣別" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Residual amount" msgstr "殘值金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Residual in Currency" msgstr "殘值幣別" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__activity_user_id #: model:ir.model.fields,field_description:account.field_account_journal__activity_user_id #: model:ir.model.fields,field_description:account.field_account_move__activity_user_id #: model:ir.model.fields,field_description:account.field_account_payment__activity_user_id #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__activity_user_id #: model:ir.model.fields,field_description:account.field_res_partner_bank__activity_user_id msgid "Responsible User" msgstr "責任使用者" #. module: account #: model:ir.model.fields,help:account.field_account_tax__tax_scope msgid "Restrict the use of taxes to a type of product." msgstr "限制該稅金設定使用在某種產品類型." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_same_currency msgid "" "Restrict to propositions having the same currency as the statement line." msgstr "限制與對帳單明細具有相同幣別的問題." #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "Restricted" msgstr "受限制" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 #: model:ir.model.fields,field_description:account.field_digest_digest__kpi_account_total_revenue #: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__account_type__income msgid "Revenue" msgstr "收入" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__revenue_accrual_account #: model:ir.model.fields,field_description:account.field_res_company__revenue_accrual_account_id msgid "Revenue Accrual Account" msgstr "收入應計科目" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__account_id msgid "Revenue/Expense Account" msgstr "收入/開支賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__reversal_date msgid "Reversal Date" msgstr "撤銷日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__reversal_move_ids #: model:ir.model.fields,field_description:account.field_account_move__reversal_move_ids msgid "Reversal Move" msgstr "撤銷傳票" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_reversal__date msgid "Reversal date" msgstr "撤銷日期" #. module: account #. odoo-python #: code:addons/account/wizard/accrued_orders.py:0 msgid "Reversal date must be posterior to date." msgstr "撤銷日期必須晚於該日期." #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__reversed_entry_id #: model:ir.model.fields,field_description:account.field_account_move__reversed_entry_id msgid "Reversal of" msgstr "撤銷對象" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_reversal.py:0 msgid "Reversal of: %(move_name)s, %(reason)s" msgstr "撤銷對象: %(move_name)s ,原因: %(reason)s" #. module: account #. odoo-python #: code:addons/account/models/account_full_reconcile.py:0 #: code:addons/account/models/account_partial_reconcile.py:0 #: code:addons/account/wizard/account_move_reversal.py:0 #: code:addons/account/wizard/accrued_orders.py:0 msgid "Reversal of: %s" msgstr "撤銷對象: %s" #. module: account #: model:ir.actions.act_window,name:account.action_view_account_move_reversal #: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal msgid "Reverse" msgstr "反向" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Reverse Entry" msgstr "撤銷分錄" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal msgid "Reverse Journal Entry" msgstr "撤銷日記帳分錄" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_reversal.py:0 msgid "Reverse Moves" msgstr "撤銷傳票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal msgid "Reverse and Create Invoice" msgstr "撤銷及建立發票" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__payment_state__reversed #: model:ir.model.fields.selection,name:account.selection__account_move__payment_state__reversed #: model:ir.model.fields.selection,name:account.selection__account_move__status_in_payment__reversed #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Reversed" msgstr "已撤銷" #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 #: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_chart_of_accounts msgid "Review" msgstr "審查" #. module: account #: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_chart_of_accounts msgid "Review Chart of Accounts" msgstr "審查賬目總表" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "Revoke" msgstr "取消" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__state__revoked #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "Revoked" msgstr "已撤銷" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_line__horizontal_split_side__right msgid "Right" msgstr "右" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__root_id msgid "Root" msgstr "最上級" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__root_report_id msgid "Root Report" msgstr "根報表" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__tax_calculation_rounding_method__round_globally msgid "Round Globally" msgstr "總和捨入" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__tax_calculation_rounding_method__round_per_line msgid "Round per Line" msgstr "每一明細捨入" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/tax_totals/tax_totals.xml:0 #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__rounding #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template msgid "Rounding" msgstr "四捨五入" #. module: account #: model_terms:ir.ui.view,arch_db:account.rounding_form_view msgid "Rounding Form" msgstr "捨入來源" #. module: account #: model_terms:ir.ui.view,arch_db:account.rounding_tree_view msgid "Rounding List" msgstr "四捨五入清單" #. module: account #: model:ir.model.fields,field_description:account.field_account_cash_rounding__rounding_method #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Rounding Method" msgstr "捨入方式" #. module: account #: model:ir.model.fields,field_description:account.field_account_cash_rounding__rounding msgid "Rounding Precision" msgstr "捨入精度" #. module: account #: model:ir.model.fields,field_description:account.field_account_cash_rounding__strategy msgid "Rounding Strategy" msgstr "捨入政策" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__invoice_matching msgid "Rule to match invoices/bills" msgstr "匹配應收憑單/應付帳單的規則" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__writeoff_suggestion msgid "Rule to suggest counterpart entry" msgstr "建議對應分錄的規則" #. module: account #: model:ir.model,name:account.model_account_reconcile_model_line msgid "Rules for the reconciliation model" msgstr "核銷模型的規則" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__running_balance msgid "Running Balance" msgstr "未完成結餘" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_iso20022 msgid "SEPA Credit Transfer / ISO20022" msgstr "SEPA 轉賬付款 / ISO 20022" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "SEPA Direct Debit (SDD)" msgstr "SEPA 直接扣賬(SDD)" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_journal__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_move__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_payment__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_reconcile_model__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__message_has_sms_error #: model:ir.model.fields,field_description:account.field_account_tax__message_has_sms_error #: model:ir.model.fields,field_description:account.field_res_company__message_has_sms_error #: model:ir.model.fields,field_description:account.field_res_partner_bank__message_has_sms_error msgid "SMS Delivery error" msgstr "簡訊發送錯誤" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "SO123" msgstr "SO123" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "STANDARD TERMS AND CONDITIONS OF SALE" msgstr "標准銷售條款和條件" #. module: account #: model:account.account,name:account.1_expense_salary msgid "Salary Expenses" msgstr "薪酬開支" #. module: account #: model:account.account,name:account.1_salary_payable msgid "Salary Payable" msgstr "應付薪金" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Sale" msgstr "銷售" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__group_show_sale_receipts #: model:res.groups,name:account.group_sale_receipts msgid "Sale Receipt" msgstr "銷售收據" #. module: account #: model:ir.actions.act_window,name:account.action_account_moves_journal_sales #: model:ir.model.fields.selection,name:account.selection__account_journal__type__sale #: model:ir.model.fields.selection,name:account.selection__account_tax__type_tax_use__sale #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Sales" msgstr "銷售" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_use_credit_limit #: model:ir.model.fields,field_description:account.field_res_config_settings__account_use_credit_limit msgid "Sales Credit Limit" msgstr "銷售信用額度" #. module: account #: model:account.account,name:account.1_expense_sales msgid "Sales Expenses" msgstr "銷售開支" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__sale_lock_date #: model:ir.model.fields,field_description:account.field_res_company__sale_lock_date #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__lock_date_field__sale_lock_date msgid "Sales Lock Date" msgstr "銷售鎖定日期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_receipt msgid "Sales Receipt" msgstr "銷售收據" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Sales Receipt Created" msgstr "已建立銷售收據" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding_sale_tax #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Sales Tax" msgstr "銷項稅" #. module: account #: model:ir.model.fields,field_description:account.field_product_product__taxes_id #: model:ir.model.fields,field_description:account.field_product_template__taxes_id msgid "Sales Taxes" msgstr "銷售稅項" #. module: account #. odoo-python #: code:addons/account/models/onboarding_onboarding_step.py:0 msgid "Sales tax" msgstr "銷項稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_user_id #: model:ir.model.fields,field_description:account.field_account_invoice_report__invoice_user_id #: model:ir.model.fields,field_description:account.field_account_move__invoice_user_id #: model_terms:ir.ui.view,arch_db:account.portal_invoice_page #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree msgid "Salesperson" msgstr "銷售員" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Same Account as product" msgstr "與產品相同的賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_same_currency msgid "Same Currency" msgstr "相同幣別" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Sample Memo" msgstr "備忘錄範例" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "Sample data" msgstr "範例資料" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__sanitized_acc_number msgid "Sanitized Account Number" msgstr "核對銀行帳號" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding #: model_terms:ir.ui.view,arch_db:account.res_company_view_form_terms msgid "Save" msgstr "儲存" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Save this page and come back here to set up the feature." msgstr "儲存這個頁面並返回來設定這個特性。" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_label_section_and_note_field/product_label_section_and_note_field.xml:0 msgid "Scan barcode" msgstr "掃瞄條碼" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "Scan me with your banking app." msgstr "使用您的銀行App掃描." #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document #: model_terms:ir.ui.view,arch_db:account.report_invoice_document_preview msgid "Scan this QR Code with
your banking application" msgstr "使用你的銀行應用程式
掃瞄此二維碼" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_search msgid "Search Account Journal" msgstr "搜尋會計科目日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__search_bar msgid "Search Bar" msgstr "搜尋欄" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_filter msgid "Search Fiscal Positions" msgstr "搜尋財務狀況" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search msgid "Search Group" msgstr "搜尋群組" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "Search Invoice" msgstr "搜尋發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter msgid "Search Journal Items" msgstr "搜尋日記帳項目" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__past_months_limit msgid "Search Months Limit" msgstr "搜尋月份限制" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter msgid "Search Move" msgstr "搜尋傳票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search msgid "Search Statements" msgstr "搜尋結單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_tax_view_search #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Search Taxes" msgstr "搜尋稅" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Search a name or Tax ID..." msgstr "搜尋名稱或稅務編號⋯" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/product_label_section_and_note_field/product_label_section_and_note_field.js:0 #: code:addons/account/static/src/components/product_label_section_and_note_field/product_label_section_and_note_field.xml:0 msgid "Search a product" msgstr "搜尋產品" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_text_location_label msgid "" "Search in the Statement's Label to find the Invoice/Payment's reference" msgstr "在對帳單的標籤中搜尋以找到應收憑單/應付帳款的編號" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_text_location_note msgid "Search in the Statement's Note to find the Invoice/Payment's reference" msgstr "在對帳單的備註中搜尋以找到應收憑單/應付帳款的編號" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_text_location_reference msgid "" "Search in the Statement's Reference to find the Invoice/Payment's reference" msgstr "在對帳單的參考中搜尋以找到應收憑單/應付帳款的編碼" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_merge_wizard_line__display_type__line_section #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__line_section #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Section" msgstr "章節" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__section_main_report_ids msgid "Section Of" msgstr "分節有關" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__section_report_ids msgid "Sections" msgstr "分節" #. module: account #: model:ir.ui.menu,name:account.menu_action_secure_entries #: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard msgid "Secure Entries" msgstr "安全記項" #. module: account #: model:ir.actions.act_window,name:account.action_view_account_secure_entries_wizard #: model:ir.model,name:account.model_account_secure_entries_wizard #: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard msgid "Secure Journal Entries" msgstr "安全鎖定日記賬記項" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__restrict_mode_hash_table #: model:ir.model.fields,field_description:account.field_account_journal__restrict_mode_hash_table #: model:ir.model.fields,field_description:account.field_account_move__restrict_mode_hash_table msgid "Secure Posted Entries with Hash" msgstr "雜湊保護已過賬記項" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__secured #: model:ir.model.fields,field_description:account.field_account_move__secured msgid "Secured" msgstr "確保安全" #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 msgid "" "Securing these entries will also secure entries after the selected date." msgstr "安全鎖定這些記項時,也會鎖定所選日期之後的記項" #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 msgid "Securing these entries will create at least one gap in the sequence." msgstr "若安全鎖定這些記項,會引致序列出現至少一個空隙。" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__access_token #: model:ir.model.fields,field_description:account.field_account_journal__access_token #: model:ir.model.fields,field_description:account.field_account_move__access_token msgid "Security Token" msgstr "安全金鑰" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.xml:0 msgid "See all activities" msgstr "檢視所有活動" #. module: account #: model:ir.model.fields,help:account.field_account_analytic_distribution_model__product_categ_id msgid "" "Select a product category which will use analytic account specified in " "analytic default (e.g. create new customer invoice or Sales order if we " "select this product, it will automatically take this as an analytic account)" msgstr "選擇將使用預設分析中指定的分析科目的產品類別 (例如,如果我們選擇此產品,則建立新的客戶應收憑單或銷售訂單,它將自動將其作為分析科目)" #. module: account #: model:ir.model.fields,help:account.field_account_analytic_distribution_model__product_id msgid "" "Select a product for which the analytic distribution will be used (e.g. " "create new customer invoice or Sales order if we select this product, it " "will automatically take this as an analytic account)" msgstr "選擇將使用分析分佈的產品 (例如,如果我們選擇此產品,則建立新的客戶應收憑單或銷售訂單,它將自動將其作為分析科目)" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Select an old vendor bill" msgstr "選擇舊供應商應付帳單" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Select first partner" msgstr "選擇第一個合作夥伴" #. module: account #: model:ir.model.fields,help:account.field_account_payment_term_line__value msgid "Select here the kind of valuation related to this payment terms line." msgstr "請在此處選擇與此付款條件資料行相關的估值類型。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Select specific invoice and delivery addresses" msgstr "選擇特定的寄送發票以及交貨位址" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Select this if the taxes should use cash basis, which will create an entry " "for such taxes on a given account during reconciliation." msgstr "如果稅金應使用現金基礎,選擇此項,這將在對帳期間在給定科目中建立此稅項的單據." #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__selected_payment_method_codes msgid "Selected Payment Method Codes" msgstr "選定的付款方式代碼" #. module: account #: model:ir.model.fields,help:account.field_res_partner__invoice_warn #: model:ir.model.fields,help:account.field_res_users__invoice_warn msgid "" "Selecting the \"Warning\" option will notify user with the message, " "Selecting \"Blocking Message\" will throw an exception with the message and " "block the flow. The Message has to be written in the next field." msgstr "選擇此 \"警告\" 選項,將通知使用者此消息, 選擇 \"受阻消息\" 選項,將在流程受阻時將拋出一個消息. 消息寫入下一個欄位." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Sell and purchase products in different units of measure" msgstr "在不同的度量單位產品中採購和銷售" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__payment_type__outbound msgid "Send" msgstr "發送" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__allow_out_payment #: model:ir.model.fields,field_description:account.field_res_partner_bank__allow_out_payment #: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_type__outbound msgid "Send Money" msgstr "支付" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "Send a bill to" msgstr "傳送賬單至" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Send invoices and payment follow-ups by post" msgstr "以郵寄方式發送收付款憑單及追蹤" #. module: account #: model:ir.actions.server,name:account.ir_cron_account_move_send_ir_actions_server msgid "Send invoices automatically" msgstr "自動傳送發票" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "" "Send invoices to your customers in no time with the Invoicing app." msgstr "使用會計模組立即將應收憑單發送給您的客戶." #. module: account #: model:ir.model.fields,help:account.field_account_journal__alias_id msgid "" "Send one separate email for each invoice.\n" "\n" "Any file extension will be accepted.\n" "\n" "Only PDF and XML files will be interpreted by Odoo" msgstr "" "為每張應收憑單發送一封單獨的電子郵件.\n" "\n" "任何檔案副檔名都會被接受.\n" "\n" "Odoo 只理解 PDF 和 XML 文件" #. module: account #: model:ir.actions.act_window,name:account.account_send_payment_receipt_by_email_action msgid "Send receipt by email" msgstr "通過電子郵件發送收據" #. module: account #: model:ir.actions.act_window,name:account.account_send_payment_receipt_by_email_action_multi msgid "Send receipts by email" msgstr "通過電子郵件發送收據" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Send the invoice and check what the customer will receive." msgstr "發送應收憑單並檢查客戶將收到的內容." #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Send the invoice to the customer and check what he'll receive." msgstr "將發票寄給客戶,並檢查他將收到什麼。" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sending_data #: model:ir.model.fields,field_description:account.field_account_move__sending_data msgid "Sending Data" msgstr "正在傳送數據" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__sending_method_checkboxes msgid "Sending Method Checkboxes" msgstr "傳送方式勾選方格" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__sending_methods msgid "Sending Methods" msgstr "傳送方式" #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__allow_out_payment #: model:ir.model.fields,help:account.field_res_partner_bank__allow_out_payment msgid "" "Sending fake invoices with a fraudulent account number is a common phishing " "practice. To protect yourself, always verify new bank account numbers, " "preferably by calling the vendor, as phishing usually happens when their " "emails are compromised. Once verified, you can activate the ability to send " "money." msgstr "" "傳送帶有欺詐性賬戶號碼的虛假發票,是常見的網絡釣魚行為。為保障你自己,請務必驗證新的銀行賬戶號碼,最好是致電供應商,因為網絡釣魚通常在他們電子郵件已外洩時發生。完成驗證後,你便可以啟用匯款功能。" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_send_batch_wizard.py:0 msgid "Sending invoices" msgstr "正在傳送發票" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__move_sent_values #: model:ir.model.fields,field_description:account.field_account_move__move_sent_values #: model:ir.model.fields.selection,name:account.selection__account_move__move_sent_values__sent #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree msgid "Sent" msgstr "發送" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Sent invoices" msgstr "已發送發票" #. module: account #: model:mail.template,description:account.mail_template_data_payment_receipt msgid "" "Sent manually to customer when clicking on 'Send receipt by email' in " "payment action" msgstr "在付款操作中點擊 '通過電子郵件發送收據' 時手動發送給客戶" #. module: account #: model:mail.template,description:account.email_template_edi_credit_note msgid "Sent to customers with the credit note in attachment" msgstr "與附件中的折讓單一起發送給客戶" #. module: account #: model:mail.template,description:account.email_template_edi_invoice msgid "Sent to customers with their invoices in attachment" msgstr "連同應收憑單一起發送給客戶" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_discount_expense_allocation_id msgid "Separate account for expense discount" msgstr "費用折扣獨立賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_discount_income_allocation_id msgid "Separate account for income discount" msgstr "收入折扣獨立賬戶" #. module: account #: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__9 msgid "September" msgstr "九月" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sequence #: model:ir.model.fields,field_description:account.field_account_fiscal_position__sequence #: model:ir.model.fields,field_description:account.field_account_journal__sequence #: model:ir.model.fields,field_description:account.field_account_journal_group__sequence #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__sequence #: model:ir.model.fields,field_description:account.field_account_move_line__sequence #: model:ir.model.fields,field_description:account.field_account_payment_method_line__sequence #: model:ir.model.fields,field_description:account.field_account_payment_term__sequence #: model:ir.model.fields,field_description:account.field_account_reconcile_model__sequence #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__sequence #: model:ir.model.fields,field_description:account.field_account_report__sequence #: model:ir.model.fields,field_description:account.field_account_report_column__sequence #: model:ir.model.fields,field_description:account.field_account_report_line__sequence #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__sequence #: model:ir.model.fields,field_description:account.field_account_tax__sequence #: model:ir.model.fields,field_description:account.field_account_tax_group__sequence #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__sequence msgid "Sequence" msgstr "序列號" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sequence_number #: model:ir.model.fields,field_description:account.field_account_move__sequence_number #: model:ir.model.fields,field_description:account.field_sequence_mixin__sequence_number msgid "Sequence Number" msgstr "序列編號" #. module: account #: model:ir.model.fields,field_description:account.field_account_resequence_wizard__sequence_number_reset msgid "Sequence Number Reset" msgstr "重置序列編號" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__sequence_override_regex msgid "Sequence Override Regex" msgstr "序列號覆蓋正規表達式" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__sequence_prefix #: model:ir.model.fields,field_description:account.field_account_move__sequence_prefix #: model:ir.model.fields,field_description:account.field_sequence_mixin__sequence_prefix #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "Sequence Prefix" msgstr "序號起首" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__tax_scope__service #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Services" msgstr "服務介紹" #. module: account #: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_company_data msgid "Set Company Data" msgstr "設定公司資料" #. module: account #: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_fiscal_year msgid "Set Periods" msgstr "設定期間" #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 msgid "Set a date. The moves will be secured up to including this date." msgstr "設定一個日期。截至此日期(包括當天)的分錄,都會安全鎖定。" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Set a price." msgstr "設定價錢。" #. module: account #: model:ir.model.fields,help:account.field_account_account_tag__active msgid "Set active to false to hide the Account Tag without removing it." msgstr "設定為不啟用,可以隱藏科目標籤而不用刪除它." #. module: account #: model:ir.model.fields,help:account.field_account_journal__active msgid "Set active to false to hide the Journal without removing it." msgstr "設定為未啟用,可以隱藏日記帳而不用刪除它." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position_tax__tax_dest_active #: model:ir.model.fields,help:account.field_account_tax__active msgid "Set active to false to hide the tax without removing it." msgstr "設定為未啟用,可以隱藏稅金而不用刪除." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Set as Checked" msgstr "設為已檢查" #. module: account #: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_sales_tax msgid "Set taxes" msgstr "設定稅率" #. module: account #: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_chart_of_accounts msgid "Set up your chart of accounts and record initial balances." msgstr "設定賬目總表,開始記賬。" #. module: account #. odoo-python #: code:addons/account/models/onboarding_onboarding_step.py:0 msgid "Set your company data" msgstr "設定公司資料" #. module: account #: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_company_data msgid "Set your company's data for documents header/footer." msgstr "設定公司資料,以便在文件頁首或頁尾顯示。" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__action_id msgid "" "Setting this field will turn the line into a link, executing the action when" " clicked." msgstr "設定此欄位會將明細變成連接,點擊時執行操作." #. module: account #: model:ir.actions.act_window,name:account.action_account_config #: model:ir.actions.act_window,name:account.action_open_settings #: model:ir.ui.menu,name:account.menu_account_config msgid "Settings" msgstr "設定" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Setup Bank Account" msgstr "設定銀行賬戶" #. module: account #: model:ir.actions.server,name:account.model_account_move_action_share msgid "Share" msgstr "分享" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__code msgid "Short Code" msgstr "簡碼" #. module: account #: model:ir.model.fields,help:account.field_account_journal__code msgid "" "Shorter name used for display. The journal entries of this journal will also" " be named using this prefix by default." msgstr "用於顯示的較短名稱. 預設情況下,此日記帳的日記帳分錄也將使用此前綴命名." #. module: account #: model:res.groups,name:account.group_account_readonly msgid "Show Accounting Features - Readonly" msgstr "顯示會計功能 - 唯讀" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__show_credit_limit #: model:ir.model.fields,field_description:account.field_res_users__show_credit_limit msgid "Show Credit Limit" msgstr "顯示信用額度" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__show_decimal_separator msgid "Show Decimal Separator" msgstr "顯示小數點" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_delivery_date #: model:ir.model.fields,field_description:account.field_account_move__show_delivery_date msgid "Show Delivery Date" msgstr "顯示送貨日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_discount_details #: model:ir.model.fields,field_description:account.field_account_move__show_discount_details msgid "Show Discount Details" msgstr "顯示折扣詳情" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__show_force_tax_included msgid "Show Force Tax Included" msgstr "顯示強制含稅" #. module: account #: model:res.groups,name:account.group_account_user msgid "Show Full Accounting Features" msgstr "顯示所有會計功能" #. module: account #: model:res.groups,name:account.group_account_secured msgid "Show Inalterability Features" msgstr "顯示不變性功能" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_name_warning #: model:ir.model.fields,field_description:account.field_account_move__show_name_warning msgid "Show Name Warning" msgstr "顯示名稱警告" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment__show_partner_bank_account #: model:ir.model.fields,field_description:account.field_account_payment_register__show_partner_bank_account msgid "Show Partner Bank Account" msgstr "顯示合作夥伴銀行帳戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__show_payment_difference msgid "Show Payment Difference" msgstr "顯示付款差異" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_payment_term_details #: model:ir.model.fields,field_description:account.field_account_move__show_payment_term_details msgid "Show Payment Term Details" msgstr "顯示支付條款詳情" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__show_reset_to_draft_button #: model:ir.model.fields,field_description:account.field_account_move__show_reset_to_draft_button msgid "Show Reset To Draft Button" msgstr "顯示重置為草稿按鈕" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Show Unreconciled Bank Statement Line" msgstr "顯示未對帳的銀行對帳單明細" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Show active taxes" msgstr "顯示有效的稅金" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Show all records which has next action date is before today" msgstr "顯示在今天之前的下一個行動日期的所有記錄" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Show draft entries" msgstr "顯示草稿記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Show inactive taxes" msgstr "顯示未啟用的稅金" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__display_on_invoice msgid "Show installment dates" msgstr "顯示分期付款日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__show_on_dashboard msgid "Show journal on dashboard" msgstr "在儀表板顯示日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_snailmail_account msgid "Snailmail" msgstr "實體郵寄" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Some documents are being sent by another process already." msgstr "部份文件已正由另一個處理程序發送中。" #. module: account #. odoo-python #: code:addons/account/models/account_move_send.py:0 msgid "" "Some invoice(s) already have a generated pdf. The existing pdf will be used " "for sending. If you want to regenerate them, please delete the attachment " "from the invoice." msgstr "部份發票已產生了 pdf。現有的 pdf 將用於發送。如果您想重新生成它們,請從發票中刪除附件。" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "Some journal items already exist in this journal but with other accounts " "than the allowed ones." msgstr "某些日記帳項目已存在於該日記帳中,但其會計科目不是允許的." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "Some journal items already exist with this account but in other journals " "than the allowed ones." msgstr "某些日記帳項目已存在於此科目中,但在允許的其他日記帳中." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "Some payment methods supposed to be unique already exists somewhere else.\n" "(%s)" msgstr "" "一些本應專用的支付方式已經存在於其他地方.\n" "(%s)" #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__bank_bic msgid "Sometimes called BIC or Swift." msgstr "有時也叫 BIC 或 Swift." #. module: account #: model:ir.model.fields,field_description:account.field_account_report_column__sortable msgid "Sortable" msgstr "可分類" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__source_currency_id msgid "Source Currency" msgstr "來源幣別" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Source Document" msgstr "來源單據" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_source_email #: model:ir.model.fields,field_description:account.field_account_move__invoice_source_email msgid "Source Email" msgstr "來源郵件" #. module: account #: model:ir.model.fields,help:account.field_account_accrued_orders_wizard__amount msgid "" "Specify an arbitrary value that will be accrued on a default account" " for the entire order, regardless of the products on the different lines." msgstr "指定一個任意值,該值將在整個訂單的預設項目上累積,而不管不同明細上的產品如何." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__auto_post #: model:ir.model.fields,help:account.field_account_move__auto_post msgid "" "Specify whether this entry is posted automatically on its accounting date, " "and any similar recurring invoices." msgstr "設定此記項(以及任何類似的經常性發票)是否按本身的會計日期自動過賬。" #. module: account #: model:ir.model.fields,help:account.field_account_cash_rounding__strategy msgid "" "Specify which way will be used to round the invoice amount to the rounding " "precision" msgstr "指定使用哪一種方式用於應收憑單的四捨五入" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Standard communication" msgstr "標準通訊" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_start msgid "Starting Balance" msgstr "期初餘額" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__state #: model:ir.model.fields,field_description:account.field_account_payment__state #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "State" msgstr "州/省" #. module: account #: model:ir.actions.report,name:account.action_report_account_statement #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_id #: model:ir.model.fields,field_description:account.field_account_move__statement_id #: model:ir.model.fields,field_description:account.field_account_move_line__statement_id #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search msgid "Statement" msgstr "銀行結單" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_line_id #: model:ir.model.fields,field_description:account.field_account_move__statement_line_id msgid "Statement Line" msgstr "銀行結單資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_name #: model_terms:ir.ui.view,arch_db:account.report_statement msgid "Statement Name" msgstr "結單名稱" #. module: account #: model:ir.ui.menu,name:account.account_reports_legal_statements_menu msgid "Statement Reports" msgstr "對帳單報表" #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "Statement line percentage can't be 0" msgstr "對帳單明細百分比不能為 0" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement__line_ids msgid "Statement lines" msgstr "對帳單明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__statement_line_ids #: model:ir.model.fields,field_description:account.field_account_move__statement_line_ids #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_bank_statement_tree msgid "Statements" msgstr "對帳單" #. module: account #: model:ir.model.fields,help:account.field_account_payment__reconciled_statement_line_ids msgid "Statements lines matched to this payment" msgstr "與此應付帳款匹配的報表明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__states_count msgid "States Count" msgstr "狀態數" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__state #: model:ir.model.fields,field_description:account.field_account_move__state #: model:ir.model.fields,field_description:account.field_account_move_line__parent_state #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree msgid "Status" msgstr "狀態" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__status_in_payment #: model:ir.model.fields,field_description:account.field_account_move__status_in_payment msgid "Status In Payment" msgstr "付款狀態" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_state #: model:ir.model.fields,help:account.field_account_journal__activity_state #: model:ir.model.fields,help:account.field_account_move__activity_state #: model:ir.model.fields,help:account.field_account_payment__activity_state #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_state #: model:ir.model.fields,help:account.field_res_partner_bank__activity_state msgid "" "Status based on activities\n" "Overdue: Due date is already passed\n" "Today: Activity date is today\n" "Planned: Future activities." msgstr "" "根據活動的狀態 \n" " 逾期:已經超過截止日期 \n" " 現今:活動日期是當天 \n" " 計劃:未來活動。" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_statusbar_secured/account_move_statusbar_secured.js:0 msgid "Status with secured indicator for Journal Entries" msgstr "日記賬記項的安全指示器狀態" #. module: account #: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_sales_tax msgid "Step Completed!" msgstr "步驟已完成!" #. module: account #: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_fiscal_year msgid "Step completed!" msgstr "步驟已完成!" #. module: account #: model:account.account,name:account.1_stock_out msgid "Stock Interim (Delivered)" msgstr "暫記存貨(已交貨)" #. module: account #: model:account.account,name:account.1_stock_in msgid "Stock Interim (Received)" msgstr "暫記存貨(已收貨)" #. module: account #: model:account.account,name:account.1_stock_valuation msgid "Stock Valuation" msgstr "庫存估值" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Storno Accounting" msgstr "Storno 會計" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_storno #: model:ir.model.fields,field_description:account.field_res_config_settings__account_storno msgid "Storno accounting" msgstr "Storno 會計" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "Street 2..." msgstr "街道第二行⋯" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "Street..." msgstr "街道⋯" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__strict_range msgid "Strictly on the given dates" msgstr "嚴格按照給定的日期" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_column__figure_type__string #: model:ir.model.fields.selection,name:account.selection__account_report_expression__figure_type__string msgid "String" msgstr "字串" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_expression__subformula msgid "Subformula" msgstr "子公式" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_subject msgid "Subject" msgstr "主題" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form msgid "Subject..." msgstr "主題..." #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__price_subtotal msgid "Subtotal" msgstr "小計" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__suitable_journal_ids #: model:ir.model.fields,field_description:account.field_account_move__suitable_journal_ids msgid "Suitable Journal" msgstr "適用日計帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__summary_data msgid "Summary Data" msgstr "匯總數據" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__partner_supplier_rank #: model:ir.model.fields,field_description:account.field_res_partner__supplier_rank #: model:ir.model.fields,field_description:account.field_res_partner_bank__partner_supplier_rank #: model:ir.model.fields,field_description:account.field_res_users__supplier_rank msgid "Supplier Rank" msgstr "供應商排名" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__suspense_account_id msgid "Suspense Account" msgstr "暫記科目" #. module: account #: model:ir.actions.server,name:account.action_move_switch_move_type msgid "Switch into invoice/credit note" msgstr "切換至發票/貸記單" #. module: account #: model:ir.model.fields,field_description:account.field_account_account_tag__name msgid "Tag Name" msgstr "標籤名稱" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__tag_ids #: model:ir.model.fields,field_description:account.field_account_move_line__tax_tag_ids #: model_terms:ir.ui.view,arch_db:account.account_tag_view_form #: model_terms:ir.ui.view,arch_db:account.account_tag_view_tree msgid "Tags" msgstr "標籤" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__tax_tag_ids msgid "" "Tags assigned to this line by the tax creating it, if any. It determines its" " impact on financial reports." msgstr "此明細的標籤由此列的稅金建立(如果有). 它決定了它對財務報表的影響." #. module: account #: model:ir.model.fields,help:account.field_product_product__account_tag_ids #: model:ir.model.fields,help:account.field_product_template__account_tag_ids msgid "" "Tags to be set on the base and tax journal items created for this product." msgstr "要在為此產品建立的基礎和稅金日記帳項目上設定的標籤." #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_expression_id msgid "Target Expression" msgstr "目標表達" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_expression_label msgid "Target Expression Label" msgstr "目標表達標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_line_id msgid "Target Line" msgstr "目標明細" #. module: account #: model:account.report.column,name:account.generic_tax_report_account_tax_column_tax #: model:account.report.column,name:account.generic_tax_report_column_tax #: model:account.report.column,name:account.generic_tax_report_tax_account_column_tax #: model:ir.model,name:account.model_account_tax #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_tax #: model:ir.model.fields,field_description:account.field_account_move__amount_tax #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tax_id #: model:ir.model.fields,field_description:account.field_mail_mail__account_audit_log_tax_id #: model:ir.model.fields,field_description:account.field_mail_message__account_audit_log_tax_id #: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__tax #: model_terms:ir.ui.view,arch_db:account.account_tax_view_search #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tax_audit_tree msgid "Tax" msgstr "稅金" #. module: account #: model:account.tax.group,name:account.1_tax_group_15 #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Tax 15%" msgstr "稅 15%" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_group__advance_tax_payment_account_id msgid "Tax Advance Account" msgstr "稅金預付科目" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__tax_calculation_rounding_method msgid "Tax Calculation Rounding Method" msgstr "稅金計算的捨入方法" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_cash_basis_rec_id #: model:ir.model.fields,field_description:account.field_account_move__tax_cash_basis_rec_id msgid "Tax Cash Basis Entry of" msgstr "稅金現金收付分錄於" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__tax_cash_basis_journal_id msgid "Tax Cash Basis Journal" msgstr "稅金現金收付日記帳" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__use_in_tax_closing msgid "Tax Closing Entry" msgstr "稅金結算分錄" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__amount_type msgid "Tax Computation" msgstr "計稅方式" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_country_id #: model:ir.model.fields,field_description:account.field_account_move__tax_country_id msgid "Tax Country" msgstr "稅務國家" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_country_code #: model:ir.model.fields,field_description:account.field_account_move__tax_country_code msgid "Tax Country Code" msgstr "稅金國家代碼" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__price_include_override__tax_excluded #: model:ir.model.fields.selection,name:account.selection__res_company__account_price_include__tax_excluded #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree msgid "Tax Excluded" msgstr "未連稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__tax_exigibility msgid "Tax Exigibility" msgstr "納稅資格" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Tax Grid" msgstr "稅金陣列" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tag_ids #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Tax Grids" msgstr "稅務列表" #. module: account #: model:ir.model,name:account.model_account_tax_group #: model:ir.model.fields,field_description:account.field_account_tax__tax_group_id msgid "Tax Group" msgstr "稅項組別" #. module: account #: model:ir.actions.act_window,name:account.action_tax_group #: model:ir.ui.menu,name:account.menu_action_tax_group msgid "Tax Groups" msgstr "稅金組" #. module: account #: model:ir.model.fields,field_description:account.field_base_document_layout__vat #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Tax ID" msgstr "稅務編號" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax__price_include_override__tax_included #: model:ir.model.fields.selection,name:account.selection__res_company__account_price_include__tax_included msgid "Tax Included" msgstr "已連稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__force_tax_included msgid "Tax Included in Price" msgstr "含稅價" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_lock_date_message #: model:ir.model.fields,field_description:account.field_account_move__tax_lock_date_message msgid "Tax Lock Date Message" msgstr "稅金鎖定日期訊息" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__tax_map msgid "Tax Map" msgstr "稅項配對" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__tax_ids #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "Tax Mapping" msgstr "稅金對應" #. module: account #: model:ir.model,name:account.model_account_fiscal_position_tax msgid "Tax Mapping of Fiscal Position" msgstr "稅金對應於財務狀況" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__name msgid "Tax Name" msgstr "稅項名稱" #. module: account #: model:account.account,name:account.1_tax_paid msgid "Tax Paid" msgstr "已繳稅" #. module: account #: model:account.account,name:account.1_tax_payable msgid "Tax Payable" msgstr "應繳稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_group__tax_payable_account_id msgid "Tax Payable Account" msgstr "應付稅款科目" #. module: account #: model:account.account,name:account.1_tax_receivable msgid "Tax Receivable" msgstr "應收稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_group__tax_receivable_account_id msgid "Tax Receivable Account" msgstr "應收稅款科目" #. module: account #: model:account.account,name:account.1_tax_received msgid "Tax Received" msgstr "已收稅" #. module: account #: model:ir.model,name:account.model_account_tax_repartition_line msgid "Tax Repartition Line" msgstr "稅金再分配明細" #. module: account #: model:ir.model.fields,field_description:account.field_account_lock_exception__tax_lock_date #: model:ir.model.fields,field_description:account.field_res_company__tax_lock_date #: model:ir.model.fields.selection,name:account.selection__account_lock_exception__lock_date_field__tax_lock_date msgid "Tax Return Lock Date" msgstr "報稅鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__tax_scope #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Tax Scope" msgstr "徵稅範圍" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_tax_signed #: model:ir.model.fields,field_description:account.field_account_move__amount_tax_signed msgid "Tax Signed" msgstr "稅金簽署" #. module: account #: model:ir.model.fields,field_description:account.field_product_product__tax_string #: model:ir.model.fields,field_description:account.field_product_template__tax_string msgid "Tax String" msgstr "稅金字串" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__tax_tags msgid "Tax Tags" msgstr "稅金標籤" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__tax_tags_formula msgid "Tax Tags Formula Shortcut" msgstr "稅項標籤算式捷徑" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__type_tax_use #: model_terms:ir.ui.view,arch_db:account.view_account_tax_search msgid "Tax Type" msgstr "稅種" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__tax_calculation_rounding_method #: model:ir.model.fields,field_description:account.field_account_move__tax_calculation_rounding_method #: model:ir.model.fields,field_description:account.field_account_move_line__tax_calculation_rounding_method #: model:ir.model.fields,field_description:account.field_res_config_settings__tax_calculation_rounding_method msgid "Tax calculation rounding method" msgstr "稅金計算的捨入方法" #. module: account #: model:ir.model.fields,help:account.field_account_tax_group__tax_payable_account_id msgid "" "Tax current account used as a counterpart to the Tax Closing Entry when in " "favor of the authorities." msgstr "當有利於當局時,稅收往來科目用作稅收結算分錄的對應方." #. module: account #: model:ir.model.fields,help:account.field_account_tax_group__tax_receivable_account_id msgid "" "Tax current account used as a counterpart to the Tax Closing Entry when in " "favor of the company." msgstr "當有利於公司時,稅務往來科目用作稅務結算分錄的對應方." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__tax_repartition_line_id msgid "" "Tax distribution line that caused the creation of this move line, if any" msgstr "導致建立此分錄行的稅項分配資料行(如有)" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "Tax names must be unique!" msgstr "稅項名稱須獨一無二!" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_src_id msgid "Tax on Product" msgstr "產品上的稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_dest_id msgid "Tax to Apply" msgstr "採用的稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_tax__is_used msgid "Tax used" msgstr "使用的稅款" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 #: model:ir.actions.act_window,name:account.action_tax_form #: model:ir.model.fields,field_description:account.field_account_move_line__tax_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__tax_ids #: model:ir.model.fields.selection,name:account.selection__account_account_tag__applicability__taxes #: model:ir.ui.menu,name:account.menu_action_tax_form #: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_sales_tax #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search #: model_terms:ir.ui.view,arch_db:account.view_move_line_form msgid "Taxes" msgstr "稅金" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Taxes Applied" msgstr "採用的稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__taxes_legal_notes #: model:ir.model.fields,field_description:account.field_account_move__taxes_legal_notes msgid "Taxes Legal Notes" msgstr "稅項法律註釋" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Taxes are also displayed in local currency on invoices" msgstr "稅項亦以當地貨幣在發票上顯示" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "Taxes exigible on payment and on invoice cannot be mixed on the same journal" " item if they share some tag." msgstr "如果付款和應收憑單上的稅費共享某些標籤,則它們不能在同一日記帳項目中混合使用." #. module: account #: model:ir.model.fields,field_description:account.field_res_company__display_invoice_tax_company_currency #: model:ir.model.fields,field_description:account.field_res_config_settings__display_invoice_tax_company_currency msgid "Taxes in company currency" msgstr "以公司貨幣表示的稅項" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Taxes, fiscal positions, chart of accounts & legal statements for your " "country" msgstr "你所在國家/地區的稅務、財務規則、會計賬目總表及法定報表" #. module: account #: model:ir.model.fields,help:account.field_res_company__account_enabled_tax_country_ids msgid "" "Technical field containing the countries for which this company is using " "tax-related features(hence the ones for which l10n modules need to show tax-" "related fields)." msgstr "包含該公司使用稅金相關功能的國家/地區的技術欄位(因此 l10n 模組需要顯示稅金相關欄位的國家)." #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__company_lock_date msgid "" "Technical field giving the date the company lock date at the time the " "exception was created." msgstr "技術欄位,表示建立例外時的公司鎖定日期。" #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__lock_date msgid "Technical field giving the date the lock date was changed to." msgstr "技術欄位,表示鎖定日期更改為的日期。" #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__lock_date_field msgid "Technical field identifying the changed lock date" msgstr "技術欄位,用作識別已更改的鎖定日期" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__bank_partner_id #: model:ir.model.fields,help:account.field_account_move__bank_partner_id msgid "Technical field to get the domain on the bank" msgstr "獲得銀行技術欄位的域" #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__has_iban_warning #: model:ir.model.fields,help:account.field_res_partner_bank__has_iban_warning msgid "" "Technical field used to display a warning if the IBAN country is different " "than the holder country." msgstr "IBAN 與持有人的國家/地區不同時,顯示警告的技術欄位。" #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__has_money_transfer_warning #: model:ir.model.fields,help:account.field_res_partner_bank__has_money_transfer_warning msgid "" "Technical field used to display a warning if the account is a transfer " "service account." msgstr "賬戶屬轉賬服務賬戶時,顯示警告的技術欄位。" #. module: account #: model:ir.model.fields,help:account.field_account_journal__sequence_override_regex msgid "" "Technical field used to enforce complex sequence composition that the system would normally misunderstand.\n" "This is a regex that can include all the following capture groups: prefix1, year, prefix2, month, prefix3, seq, suffix.\n" "The prefix* groups are the separators between the year, month and the actual increasing sequence number (seq).\n" "e.g: ^(?P.*?)(?P\\d{4})(?P\\D*?)(?P\\d{2})(?P\\D+?)(?P\\d+)(?P\\D*?)$" msgstr "" "用於強制執行系統通常會誤解的複雜序列組合的技術欄位. " "這是一個正規表達式,可以包含以下所有捕獲組:prefix1、year、prefix2、month、prefix3、seq、suffix. " "prefix* 組是年、月和實際遞增編號 (seq) 之間的分隔符. 例如:^(?P .*?)(?P " "\\d{4})(?P \\D*?)(?P \\d{2})(?P \\D+?)(?P " "\\d+)(?P \\D*?)$" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_fiscal_position__foreign_vat_header_mode__templates_found msgid "Templates Found" msgstr "找到的模板" #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__term_key msgid "Term Key" msgstr "條款鍵" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term__line_ids msgid "Terms" msgstr "付款條款" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_terms msgid "Terms & Conditions" msgstr "條款及條件" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_terms_html msgid "Terms & Conditions as a Web page" msgstr "條款和條件作為網頁" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__terms_type #: model:ir.model.fields,field_description:account.field_res_config_settings__terms_type msgid "Terms & Conditions format" msgstr "條款和條件格式" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Terms & Conditions: %s" msgstr "條款和條件: %s" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__narration #: model:ir.model.fields,field_description:account.field_account_move__narration #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Terms and Conditions" msgstr "條款和條件" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_external_value__text_value msgid "Text Value" msgstr "文字值" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/document_state/document_state_field.js:0 msgid "Text copied" msgstr "文字已複製" #. module: account #: model:ir.model.fields,help:account.field_res_company__account_opening_date msgid "That is the date of the opening entry." msgstr "這是期初分錄的日期." #. module: account #. odoo-python #: code:addons/account/models/sequence_mixin.py:0 msgid "" "The %(date_field)s (%(date)s) you've entered isn't aligned with the existing sequence number (%(sequence)s). Clear the sequence number to proceed.\n" "To maintain date-based sequences, select entries and use the resequence option from the actions menu, available in developer mode." msgstr "" "輸入的 %(date_field)s(%(date)s)與現有序列號碼(%(sequence)s)不一致。請清除序列號碼以繼續。\n" "若要維護基於日期的序列,請選取所需記項,然後使用操作選單中的重新排序選項(該選項在開發人員模式可用)。" #. module: account #. odoo-python #: code:addons/account/models/chart_template.py:0 msgid "" "The %s chart template shouldn't be selected directly. Instead, you should " "directly select the chart template related to your country." msgstr "不應直接選擇 %s 圖表範本。相反,你應該直接選擇與你適用國家/地區相關的圖表範本。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "The Availability is set to 'Country Matches' but the field Country is not " "set." msgstr "此項目的可用性已設為「符合國家/地區」,但未設定「國家/地區」欄位。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "The Bill/Refund date is required to validate this document." msgstr "需要帳單/退款單日期來驗證此文件." #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "The Early Payment Discount days must be strictly positive." msgstr "提前付款折扣天數必須嚴格為正數。" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "" "The Early Payment Discount functionality can only be used with payment terms" " using a single 100% line. " msgstr "提前付款折扣功能只限使用單一 100% 資料行的付款期限可用。" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "The Early Payment Discount must be strictly positive." msgstr "提前付款折扣必須嚴格為正數。" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "The Hard Lock Date cannot be removed." msgstr "硬性鎖定日期無法刪除。" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__country_code #: model:ir.model.fields,help:account.field_account_fiscal_position__fiscal_country_codes #: model:ir.model.fields,help:account.field_account_journal__country_code #: model:ir.model.fields,help:account.field_account_move__country_code #: model:ir.model.fields,help:account.field_account_move_reversal__country_code #: model:ir.model.fields,help:account.field_account_payment__country_code #: model:ir.model.fields,help:account.field_account_payment_register__country_code #: model:ir.model.fields,help:account.field_account_secure_entries_wizard__country_code #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__country_code #: model:ir.model.fields,help:account.field_account_tax__country_code #: model:ir.model.fields,help:account.field_account_tax_group__country_code #: model:ir.model.fields,help:account.field_res_config_settings__country_code msgid "" "The ISO country code in two chars. \n" "You can use this field for quick search." msgstr "" "ISO 國家代碼使用兩個字元。\n" " 您可以使用此欄位進行快速搜尋。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The Journal Entry sequence is not conform to the current format. Only the " "Accountant can change it." msgstr "日記帳分錄順序不符合目前格式. 只有會計師可以更改它." #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "" "The Payment Term must have at least one percent line and the sum of the " "percent must be 100%." msgstr "付款期限必須至少有一行計算百分比的資料行,而所有百分比的總和必須為 100%。" #. module: account #: model:ir.model.fields,help:account.field_base_document_layout__vat msgid "" "The Tax Identification Number. Values here will be validated based on the " "country format. You can use '/' to indicate that the partner is not subject " "to tax." msgstr "稅務識別號碼。此處的值將根據國家/地區格式進行驗證。可使用「/」表示合作夥伴不須納稅。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "The Unit of Measure (UoM) '%(uom)s' you have selected for product " "'%(product)s', is incompatible with its category : %(category)s." msgstr "你選擇了「%(uom)s」作為產品「%(product)s」的計量單位,但相關產品類別「%(category)s」並不兼容使用此單位。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "The account %(name)s (%(code)s) is deprecated." msgstr "賬戶 %(name)s(%(code)s)已棄用。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "The account code can only contain alphanumeric characters and dots." msgstr "科目代碼只能包含字母數字和點." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "The account is already in use in a 'sale' or 'purchase' journal. This means " "that the account's type couldn't be 'receivable' or 'payable'." msgstr "該科目已在'銷售'或'採購'日記帳中使用. 這意味著科目的類型不能是'應收'或'應付'." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "The account selected on your journal entry forces to provide a secondary " "currency. You should remove the secondary currency on the account." msgstr "在您的日記帳分錄中選擇的科目強制提供輔助幣別. 您應該刪除科目上的輔助幣別." #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__journal_id #: model:ir.model.fields,help:account.field_res_partner_bank__journal_id msgid "The accounting journal corresponding to this bank account." msgstr "會計日記帳和銀行帳戶保持一致." #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__currency_exchange_journal_id msgid "" "The accounting journal where automatic exchange differences will be " "registered" msgstr "匯兌損益會自動記錄" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__amount_currency #: model:ir.model.fields,help:account.field_account_move_line__amount_currency msgid "" "The amount expressed in an optional other currency if it is a multi-currency" " entry." msgstr "如果是多幣別的分錄,幣別會用另外一個分錄的幣別呈現." #. module: account #: model:ir.model.constraint,message:account.constraint_account_move_line_check_amount_currency_balance_sign msgid "" "The amount expressed in the secondary currency must be positive when account" " is debited and negative when account is credited. If the currency is the " "same as the one from the company, this amount must strictly be equal to the " "balance." msgstr "" "借記科目時,以次要幣別表示的金額必須為正數,貸記科目時,以次要幣別表示的金額必須為負數. 如果幣別與公司的幣別相同,則此金額必須嚴格等於餘額." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The amount for %(partner_name)s appears unusual. Based on your historical data, the expected amount is %(mean)s (± %(wiggle)s).\n" "Please verify if this amount is accurate." msgstr "" "%(partner_name)s 的金額似乎不正常。根據你的歷史數據,預計金額是 %(mean)s(± %(wiggle)s)。\n" "請核實該金額是否正確。" #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "The amount is not a number" msgstr "此金額不是數字" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "The application scope of taxes in a group must be either the same as the " "group or left empty." msgstr "一個群組中的稅的應用範圍必須和群組的設定一樣或者為空." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "The bank account of a bank journal must belong to the same company (%s)." msgstr "銀行分錄的銀行帳戶必須屬於同一公司 (%s)." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__statement_id msgid "The bank statement used for bank reconciliation" msgstr "銀行對帳單明細用來銀行對帳" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The billing frequency for %(partner_name)s appears unusual. Based on your historical data, the expected next invoice date is not before %(expected_date)s (every %(mean)s (± %(wiggle)s) days).\n" "Please verify if this date is accurate." msgstr "" "%(partner_name)s 的賬單頻率似乎不正常。根據你的歷史數據,預計下一次發票日期是不早於 %(expected_date)s(即每 %(mean)s ± %(wiggle)s 天)。\n" "請核實該日期是否正確。" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__tax_cash_basis_created_move_ids #: model:ir.model.fields,help:account.field_account_move__tax_cash_basis_created_move_ids msgid "" "The cash basis entries created from the taxes on this entry, when " "reconciling its lines." msgstr "在核對其明細時,根據此分錄的稅款建立的現金收付分錄." #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "The client explicitly waives its own standard terms and conditions, even if " "these were drawn up after these standard terms and conditions of sale. In " "order to be valid, any derogation must be expressly agreed to in advance in " "writing." msgstr "客戶明確放棄其自己的標準條款和條件,即使這些是在這些標准銷售條款和條件之後製定的. 為了有效,任何減損必須事先以書面形式明確同意." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "The code must be set for every company to which this account belongs." msgstr "必須為此賬戶所屬的每間公司設置該代碼。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_payment_method_name_code_unique msgid "The combination code/payment type already exists!" msgstr "組合碼/付款類型已存在!" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The combination of reference model and reference type on the journal is not " "implemented" msgstr "日記帳上參考模型和參考類型的結合沒有實現" #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__company_id msgid "The company this distribution line belongs to." msgstr "該分銷明細所屬的公司." #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "" "The country code of the foreign VAT number does not match any country in the" " group." msgstr "外國增值稅號碼的國家/地區代碼,不符合組別中任何國家/地區。" #. module: account #: model:ir.model.fields,help:account.field_account_tax_group__country_id msgid "The country for which this tax group is applicable." msgstr "此稅組適用的國家/地區." #. module: account #: model:ir.model.fields,help:account.field_account_tax__country_id msgid "The country for which this tax is applicable." msgstr "此稅金適用的國家/地區." #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "The country set on the foreign VAT fiscal position must match the one set on" " the report." msgstr "外國增值稅財政狀況上設定的國家/地區必須與報表上設定的國家/地區相匹配." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__company_country_id #: model:ir.model.fields,help:account.field_res_company__account_fiscal_country_id #: model:ir.model.fields,help:account.field_res_config_settings__account_fiscal_country_id msgid "The country to use the tax reports from for this company" msgstr "使用該公司稅務報告的國家/地區" #. module: account #: model:ir.model.fields,help:account.field_account_journal__currency_id msgid "The currency used to enter statement" msgstr "用來輸入對帳單的幣別" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "The current highest number is" msgstr "目前最高的金額是" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The current total is %(current_total)s but the expected total is " "%(expected_total)s. In order to post the invoice/bill, you can adjust its " "lines or the expected Total (tax inc.)." msgstr "" "當前總數為 %(current_total)s,但預期總數為 " "%(expected_total)s。為了過賬發票/賬單,你可調整其資料行或預期的總計(含稅)." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The date is being set prior to: %(lock_date_info)s. The Journal Entry will " "be accounted on %(invoice_date)s upon posting." msgstr "日期設為早於 %(lock_date_info)s。日記賬記項會在過賬後,在 %(invoice_date)s 記入會計賬目。" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "The date selected is protected by: %(lock_date_info)s." msgstr "所選日期受以下項目保護:%(lock_date_info)s。" #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__fiscalyear_lock_date msgid "" "The date the Global Lock Date is set to by this exception. If the lock date " "is not changed it is set to the maximal date." msgstr "此例外設定的全域鎖定日期。如果未有更改鎖定日期,會設為最大日期。" #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__purchase_lock_date msgid "" "The date the Purchase Lock Date is set to by this exception. If the lock " "date is not changed it is set to the maximal date." msgstr "此例外設定的採購鎖定日期。如果未有更改鎖定日期,會設為最大日期。" #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__sale_lock_date msgid "" "The date the Sale Lock Date is set to by this exception. If the lock date is" " not changed it is set to the maximal date." msgstr "此例外設定的銷售鎖定日期。如果未有更改鎖定日期,會設為最大日期。" #. module: account #: model:ir.model.fields,help:account.field_account_lock_exception__tax_lock_date msgid "" "The date the Tax Lock Date is set to by this exception. If the lock date is " "not changed it is set to the maximal date." msgstr "此例外設定的稅務鎖定日期。如果未有更改鎖定日期,會設為最大日期。" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "The days added must be a number and has to be between 0 and 31." msgstr "加入的天數必須是數字,並介乎 0 至 31 之間。" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "The days added must be between 0 and 31." msgstr "加入的天數必須介乎 0 至 31 之間。" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__partner_shipping_id #: model:ir.model.fields,help:account.field_account_move__partner_shipping_id msgid "" "The delivery address will be used in the computation of the fiscal position." msgstr "送貨地址將用於財務規則計算。" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__invoice_origin #: model:ir.model.fields,help:account.field_account_move__invoice_origin msgid "The document(s) that generated the invoice." msgstr "建立應收憑單的文件." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "The entry %(name)s (id %(id)s) must be in draft." msgstr "記項 %(name)s(識別碼 %(id)s)必須為草稿。" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__secured #: model:ir.model.fields,help:account.field_account_move__secured msgid "The entry is secured with an inalterable hash." msgstr "記項會以無法更改的雜湊值進行保護。" #. module: account #: model:ir.model.fields,help:account.field_product_category__property_account_expense_categ_id msgid "" "The expense is accounted for when a vendor bill is validated, except in " "anglo-saxon accounting with perpetual inventory valuation in which case the " "expense (Cost of Goods Sold account) is recognized at the customer invoice " "validation." msgstr "" "開支會在供應商賬單獲驗證時入賬,但在使用永續庫存估值的英式(Anglo-" "Saxon)會計中除外。在該情況下,開支(銷貨成本賬戶)會在客戶發票獲驗證時確認。" #. module: account #: model:ir.model.constraint,message:account.constraint_account_report_expression_line_label_uniq msgid "The expression label must be unique per report line." msgstr "每行報告資料行的表達式標籤必須獨一無二。" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 msgid "The field %s must be filled." msgstr "必填欄位 %s." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The field 'Customer' is required, please complete it to validate the " "Customer Invoice." msgstr "請填寫「客戶」一欄,以便核對客戶應收憑單." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The field 'Vendor' is required, please complete it to validate the Vendor " "Bill." msgstr "必須填寫「供應商」欄位,請填妥此欄位,以便核對供應商帳單." #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_account_position_id #: model:ir.model.fields,help:account.field_res_users__property_account_position_id msgid "" "The fiscal position determines the taxes/accounts used for this contact." msgstr "財務狀況將決定該聯繫人的稅/科目." #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "The following Journal Entries will be generated" msgstr "將建立以下日計帳分錄" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "The following accounts must be assigned to at least one company:" msgstr "以下賬戶必須分配給至少一間公司:" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "" "The following error prevented '%s' QR-code to be generated though it was " "detected as eligible: " msgstr "儘管檢測到符合條件,但以下錯誤阻止了\"%s\"二維碼的建立: " #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "" "The following regular expression is invalid to create a partner mapping: %s" msgstr "以下正規表達式對於建立合作夥伴對應無效: %s" #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement_line.py:0 msgid "The foreign currency must be different than the journal one: %s" msgstr "外幣必須不同於日記帳之一: %s" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "The foreign currency set on the journal '%(journal)s' and the account " "'%(account)s' must be the same." msgstr "日記帳'%(journal)s'和科目'%(account)s'上設定的外幣必須相同." #. module: account #: model:ir.model.fields,help:account.field_account_report_external_value__foreign_vat_fiscal_position_id msgid "The foreign fiscal position for which this external value is made." msgstr "計算此外部值的外國財政狀況." #. module: account #: model_terms:ir.ui.view,arch_db:account.report_hash_integrity msgid "" "The hash chain is compliant: it is not possible to alter the\n" " data without breaking the hash chain for subsequent parts." msgstr "" "散列鍊是合規的: 無法更改\n" " 資料而不破壞後續部分的散列鏈." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "The holder of a journal's bank account must be the company (%s)." msgstr "日記帳銀行帳戶的所有者必須為公司 (%s)." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The invoice already contains lines, it was not updated from the attachment." msgstr "應收憑單已包含之明細,尚未從附件中更新." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "The invoice is not a draft, it was not updated from the attachment." msgstr "此應收憑單不是草稿狀態,它不是從附件中更新的." #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement_line.py:0 msgid "" "The journal entry %s reached an invalid state regarding its related statement line.\n" "To be consistent, the journal entry must always have exactly one journal item involving the bank/cash account." msgstr "" "日記帳分錄 %s 的相關對帳明細處於無效狀態.\n" "為了保持一致,日記帳分錄必須始終只有一個涉及銀行/現金科目的日記帳科目." #. module: account #: model:ir.model.fields,help:account.field_res_company__account_opening_move_id msgid "" "The journal entry containing the initial balance of all this company's " "accounts." msgstr "此日記帳分錄包含公司所有科目的期初餘額." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__tax_cash_basis_origin_move_id #: model:ir.model.fields,help:account.field_account_move__tax_cash_basis_origin_move_id msgid "" "The journal entry from which this tax cash basis journal entry has been " "created." msgstr "建立此稅金現金收付日記帳分錄的日記帳分錄." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "The journal in which to upload the invoice is not specified. " msgstr "未指定上載發票的日記賬。" #. module: account #. odoo-python #: code:addons/account/models/account_analytic_line.py:0 msgid "The journal item is not linked to the correct financial account" msgstr "此日記帳項目未連結到正確的財務科目" #. module: account #: model:ir.model.fields,help:account.field_account_financial_year_op__fiscalyear_last_day #: model:ir.model.fields,help:account.field_account_financial_year_op__fiscalyear_last_month msgid "" "The last day of the month will be used if the chosen day doesn't exist." msgstr "如果所選日期不存在,將使用該月的最後一天." #. module: account #: model:ir.model.constraint,message:account.constraint_account_group_check_length_prefix msgid "The length of the starting and the ending code prefix must be the same" msgstr "開始和結束代碼前綴的長度必須相同" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__partner_mapping_line_ids msgid "" "The mapping uses regular expressions.\n" "- To Match the text at the beginning of the line (in label or notes), simply fill in your text.\n" "- To Match the text anywhere (in label or notes), put your text between .*\n" " e.g: .*N°48748 abc123.*" msgstr "" "對應使用正規表達式.\n" "- 要匹配明細開頭(在標籤或註釋中)的文字,只需填寫您的文字.\n" "- 要在任何地方匹配文字(在備註或註釋中),請將文字放在 .* 之間\n" " 例如:.*N°48748 abc123.*" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The move could not be posted for the following reason: %(error_message)s" msgstr "分錄未能過賬,原因: %(error_message)s" #. module: account #: model:ir.model.fields,help:account.field_account_journal__alias_name msgid "" "The name of the email alias, e.g. 'jobs' if you want to catch emails for " "" msgstr "郵箱別名,例如填寫 jobs 表示你想捕捉寄往 jobs@example.com 的電郵。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "The operation is refused as it would impact an already issued tax statement." " Please change the journal entry date or the following lock dates to " "proceed: %(lock_date_info)s." msgstr "" "該操作被拒絕,因為它會影響已發出的稅務報表。\n" "如要繼續,請更改日記賬記項日期,或以下鎖定日期:%(lock_date_info)s" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__foreign_currency_id msgid "The optional other currency if it is a multi-currency entry." msgstr "多幣別分錄的其他幣別選項." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__quantity msgid "" "The optional quantity expressed by this line, eg: number of product sold. " "The quantity is not a legal requirement but is very useful for some reports." msgstr "這明細標識了可選數量,例如可銷售產品的數量這個數量不是必須的但是對很多報表很有用." #. module: account #: model:ir.model.fields,help:account.field_account_tax_repartition_line__sequence msgid "" "The order in which distribution lines are displayed and matched. For refunds" " to work properly, invoice distribution lines should be arranged in the same" " order as the credit note distribution lines they correspond to." msgstr "分配明細的顯示和匹配順序. 為使退款正常工作,發票分配明細的排列順序應與其對應的退款單分配明細的順序相同." #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "The partner cannot be deleted because it is used in Accounting" msgstr "無法刪除合作夥伴,因為它已在會計中使用" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "The partners of the journal's company and the related bank account mismatch." msgstr "公司的合作夥伴和相關銀行帳戶不匹配." #. module: account #: model:ir.model.constraint,message:account.constraint_account_payment_check_amount_not_negative msgid "The payment amount cannot be negative." msgstr "付款金額不能為負." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__payment_reference #: model:ir.model.fields,help:account.field_account_move__payment_reference msgid "The payment reference to set on journal items." msgstr "在日記帳項目上設定的付款編碼." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__payment_id msgid "The payment that created this entry" msgstr "建立此分錄的付款" #. module: account #: model:ir.model.fields,help:account.field_account_payment__currency_id #: model:ir.model.fields,help:account.field_account_payment_register__currency_id msgid "The payment's currency." msgstr "付款的幣別." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The recipient bank account linked to this invoice is archived.\n" "So you cannot confirm the invoice." msgstr "" "連結至此發票的收款人銀行賬戶,已作封存。\n" "因此,你不可確認發票。" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_partner_category_ids msgid "" "The reconciliation model will only be applied to the selected " "customer/vendor categories." msgstr "核銷模型只能應用在選擇的客戶/供應商類別." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_partner_ids msgid "" "The reconciliation model will only be applied to the selected " "customers/vendors." msgstr "核銷模型只能應用在選擇的客戶/供應商." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_nature msgid "" "The reconciliation model will only be applied to the selected transaction type:\n" " * Amount Received: Only applied when receiving an amount.\n" " * Amount Paid: Only applied when paying an amount.\n" " * Amount Paid/Received: Applied in both cases." msgstr "" "調整模型只能被用於下面選定的事務類型:\n" " * 已收款: 只能被用於收款.\n" " * 已付款: 只能被用於付款.\n" " * 收/付款: 收付款均可用." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_partner msgid "" "The reconciliation model will only be applied when a customer/vendor is set." msgstr "核銷模型只能在設定了客戶/供應商時被應用." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_amount msgid "" "The reconciliation model will only be applied when the amount being lower " "than, greater than or between specified amount(s)." msgstr "核銷模型只能用於當金額低於,大於或介於指定的金額區間情況." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_label msgid "" "The reconciliation model will only be applied when the label:\n" " * Contains: The proposition label must contains this string (case insensitive).\n" " * Not Contains: Negation of \"Contains\".\n" " * Match Regex: Define your own regular expression." msgstr "" "核銷模型只能被用於下面的標籤:\n" " * 包含: 建議標籤中包含該文字(不敏感).\n" " * 不含:「包含」的反義.\n" " * 匹配表達式: 定義您自己的規則表達式." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_note msgid "" "The reconciliation model will only be applied when the note:\n" " * Contains: The proposition note must contains this string (case insensitive).\n" " * Not Contains: Negation of \"Contains\".\n" " * Match Regex: Define your own regular expression." msgstr "" "核銷模型只適用於以下情況:\n" " * 包含: 說明位置必須包含此字元串(不區分大小寫).\n" " * 不含: \"包含\"的否定.\n" " * 匹配正規表達式: 定義自己的正規表達式." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_transaction_type msgid "" "The reconciliation model will only be applied when the transaction type:\n" " * Contains: The proposition transaction type must contains this string (case insensitive).\n" " * Not Contains: Negation of \"Contains\".\n" " * Match Regex: Define your own regular expression." msgstr "" "只有在交易類型時才會應用核銷模型:\n" " * 包含: 事務類型位置必須包含此字元串(不區分大小寫).\n" " * 不含: \"包含\"的否定.\n" " * 匹配正規表達式: 定義自己的正規表達式." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__match_journal_ids msgid "" "The reconciliation model will only be available from the selected journals." msgstr "核銷模型只能可見於選擇的日記帳." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "The recurrence will end on" msgstr "經常性記項自動過賬的有效期直至 " #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "The regex is not valid" msgstr "正規表達式無效" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "" "The register payment wizard should only be called on account.move or " "account.move.line records." msgstr "登記付款引導只應在 account.move 或 account.move.line 記錄上調用." #. module: account #: model:ir.model.fields,help:account.field_account_report__root_report_id msgid "The report this report is a variant of." msgstr "此報表是該報表的變體." #. module: account #. odoo-python #: code:addons/account/controllers/terms.py:0 msgid "The requested page is invalid, or doesn't exist anymore." msgstr "請求的頁面無效,或不存在." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__amount_residual_currency msgid "" "The residual amount on a journal item expressed in its currency (possibly " "not the company currency)." msgstr "日記帳項目上的剩餘總量用的是設定的幣別(可能不是公司的預設幣別)." #. module: account #: model:ir.model.fields,help:account.field_account_move_line__amount_residual msgid "" "The residual amount on a journal item expressed in the company currency." msgstr "日記帳項目的剩餘總量使用公司的預設幣別." #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement.py:0 msgid "The running balance (%s) doesn't match the specified ending balance." msgstr "運行餘額(%s)與指定的結束餘額不匹配。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "The sections defined on a report cannot have sections themselves." msgstr "報表上定義的分節,不可再包含分節。" #. module: account #: model:ir.model.fields,help:account.field_account_secure_entries_wizard__hash_date msgid "The selected Date" msgstr "所選日期" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "" "The selected destination account is set to use a specific currency. Every entry transferred to it will be converted into this currency, causing\n" " the loss of any pre-existing foreign currency amount." msgstr "" "選定的目標科目設定為使用特定貨幣. 轉移到它的每個分錄都將轉換為該貨幣,\n" " 導致任何先前存在的外幣金額的損失." #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "" "The selected payment method is not available for this payment, please select" " the payment method again." msgstr "所選付款方式不適用於本次付款,請重新選擇付款方式。" #. module: account #: model:ir.model.fields,help:account.field_account_tax__sequence msgid "" "The sequence field is used to define order in which the tax lines are " "applied." msgstr "那些應用稅明細的序列用來定義順序." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "The sequence format has changed." msgstr "編碼格式已更改." #. module: account #. odoo-python #: code:addons/account/models/sequence_mixin.py:0 msgid "" "The sequence regex should at least contain the seq grouping keys. For instance:\n" "^(?P.*?)(?P\\d*)(?P\\D*?)$" msgstr "" "編碼正規表達式至少應包含 seq 分組鍵. 例如:\n" "^(?P.*?)(?P\\d*)(?P\\D*?)$" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The sequence will never restart.\n" "The incrementing number in this case is '%(formatted_seq)s'." msgstr "" "編碼永遠不會重新開始.\n" "在這種情況下遞增的數字是 \"%(formatted_seq)s\"." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The sequence will restart at 1 at the start of every financial year.\n" "The financial start year detected here is '%(year)s'.\n" "The financial end year detected here is '%(year_end)s'.\n" "The incrementing number in this case is '%(formatted_seq)s'." msgstr "" "每個財政年度開始時,序列會從 1 重新開始。\n" "此處偵測到的財務開始年份為 %(year)s。\n" "此處偵測到的財務結束年份為 %(year_end)s。\n" "這情況下的遞增數字是 %(formatted_seq)s。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The sequence will restart at 1 at the start of every month.\n" "The financial start year detected here is '%(year)s'.\n" "The financial end year detected here is '%(year_end)s'.\n" "The month detected here is '%(month)s'.\n" "The incrementing number in this case is '%(formatted_seq)s'." msgstr "" "每個月開始時,序列會從 1 重新開始。\n" "此處偵測到的財務開始年份為 %(year)s。\n" "此處偵測到的財務結束年份為 %(year_end)s。\n" "此處偵測到的月份為 %(month)s。\n" "這情況下的遞增數字是 %(formatted_seq)s。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The sequence will restart at 1 at the start of every month.\n" "The year detected here is '%(year)s' and the month is '%(month)s'.\n" "The incrementing number in this case is '%(formatted_seq)s'." msgstr "" "該序列將在每個月初從「1」重新開始.\n" "此處檢測到的年份為\"%(year)s\",月份為\"%(month)s\".\n" "在這種情況下遞增的數字是\"%(formatted_seq)s\"." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "The sequence will restart at 1 at the start of every year.\n" "The year detected here is '%(year)s'.\n" "The incrementing number in this case is '%(formatted_seq)s'." msgstr "" "該序列將在每年年初從「1」重新開始.\n" "此處檢測到的年份是\"%(year)s\".\n" "在這種情況下遞增的數字是\"%(formatted_seq)s\"." #. module: account #. odoo-python #: code:addons/account/wizard/account_resequence.py:0 msgid "" "The sequences of this journal are different for Invoices and Refunds but you" " selected some of both types." msgstr "對於發票和退款單,此日記帳的順序不同,但您選擇了這兩種類型中的一種." #. module: account #. odoo-python #: code:addons/account/wizard/account_resequence.py:0 msgid "" "The sequences of this journal are different for Payments and non-Payments " "but you selected some of both types." msgstr "此日記帳的序列對於付款和未付款是不同的,但您選擇了這兩種類型中的一部份." #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement.py:0 msgid "" "The starting balance doesn't match the ending balance of the previous " "statement, or an earlier statement is missing." msgstr "起始餘額與上一份對帳單的結束餘額不匹配,或者缺少早期對帳單。" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__statement_line_id msgid "The statement line that created this entry" msgstr "建立此分錄的對帳單明細" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__payment_tolerance_type msgid "" "The sum of total residual amount propositions and the statement line amount " "allowed gap type." msgstr "建議的總剩餘金額和報表行金額的總和允許差額類型." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__payment_tolerance_param #: model:ir.model.fields,help:account.field_account_reconcile_model_line__payment_tolerance_param msgid "" "The sum of total residual amount propositions matches the statement line " "amount under this amount/percentage." msgstr "建議的總剩餘金額的總和與此金額/百分比下的報表明細金額相匹配." #. module: account #: model:ir.model.fields,help:account.field_account_fiscal_position__foreign_vat msgid "" "The tax ID of your company in the region mapped by this fiscal position." msgstr "貴公司在此財務狀況對應的地區的稅號." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "The tax group must have the same country_id as the tax using it." msgstr "稅金組必須與使用它的稅金具有相同的國家代碼(country_id)." #. module: account #: model:ir.model.fields,help:account.field_account_cash_rounding__rounding_method msgid "The tie-breaking rule used for float rounding operations" msgstr "用於浮點運算的搭配規則" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "The type of the journal's default credit/debit account shouldn't be " "'receivable' or 'payable'." msgstr "日計帳預設貸方/借方科目的類型不應為'應收'或'應付'." #. module: account #: model:ir.model.fields,help:account.field_res_currency__display_rounding_warning msgid "" "The warning informs a rounding factor change might be dangerous on " "res.currency's form view." msgstr "若更改捨入因數有危險、可能導致 res.currency 表單檢視畫面出錯,系統會顯示警告訊息。" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_invoices msgid "There are currently no invoices and payments for your account." msgstr "您的科目目前無應收憑單和應付帳款." #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 msgid "" "There are entries that cannot be hashed. They can be protected by the Hard " "Lock Date." msgstr "部份記項未能進行雜湊處理。它們可透過硬性鎖定日期去保護。" #. module: account #. odoo-python #: code:addons/account/wizard/account_validate_account_move.py:0 msgid "There are no journal items in the draft state to post." msgstr "草稿狀態中沒有要過帳的日記帳項目." #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "There are payments in progress. Make sure you don't pay twice." msgstr "有付款正在進行中。請確保你不會重複支付相同的款項。" #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 msgid "There are still draft entries before the selected date." msgstr "在所選日期之前,仍有草稿記項。" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "There are still draft entries in the period you want to hard lock. You " "should either post or delete them." msgstr "你想硬性鎖定的期間內,仍有草稿記項。你應該先過賬或刪除它們。" #. module: account #. odoo-python #: code:addons/account/wizard/account_secure_entries_wizard.py:0 msgid "" "There are still unreconciled bank statement lines before the selected date. " "The entries from journal prefixes containing them will not be secured: " "%(prefix_info)s" msgstr "在所選日期之前,仍有未對賬的銀行結單資料行。以下日記賬字首包含這些資料行的記項,將不受保護:%(prefix_info)s" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "There are still unreconciled bank statement lines in the period you want to " "lock.You should either reconcile or delete them." msgstr "在您要鎖定的期間內仍有未對帳的銀行對帳單明細. 您應該對帳或刪除它們." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard msgid "" "There doesn't appear to be anything to invoice for the selected order. " "However, you can use the amount field to force an accrual entry." msgstr "似乎沒有任何項目可以為所選訂單開立應收憑單. 但是,您可以使用金額欄位強制進行應計分錄." #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "There is no journal entry flagged for accounting data inalterability yet." msgstr "尚未有日記賬記項被標幟作會計資料不變性檢查。" #. module: account #. odoo-python #: code:addons/account/models/account_partial_reconcile.py:0 msgid "" "There is no tax cash basis journal defined for the '%s' company.\n" "Configure it in Accounting/Configuration/Settings" msgstr "" "沒有為'%s'公司定義稅金現金收付日記帳.\n" "請在會計/參數設定/設定中來設定" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_error msgid "There was an error processing this page." msgstr "此頁面出現錯誤." #. module: account #. odoo-python #: code:addons/account/models/ir_actions_report.py:0 msgid "" "There was an error when trying to add the banner to the original PDF.\n" "Please make sure the source file is valid." msgstr "" "嘗試將橫幅添加到原始PDF時出錯。\n" "請確保原始檔案有效。" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Thirty one dollar and Five cents" msgstr "叁拾壹圓伍仙" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_month msgid "This Month" msgstr "本月" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_quarter msgid "This Quarter" msgstr "本季度" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_tax_period msgid "This Tax Period" msgstr "本納稅期" #. module: account #. odoo-python #: code:addons/account/models/account_journal_dashboard.py:0 msgid "This Week" msgstr "本周" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_year msgid "This Year" msgstr "本年度" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "This account is configured in %(journal_names)s journal(s) (ids " "%(journal_ids)s) as payment debit or credit account. This means that this " "account's type should be reconcilable." msgstr "" "此科目在 %(journal_names)s 個日記帳 (ids %(journal_ids)s) 中設定為付款借記或貸記科目. " "這意味著該科目的類型應該是可核銷的." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "This account was split off from %(account_name)s (%(company_name)s)." msgstr "賬戶已從 %(account_name)s(%(company_name)s)分拆出來。" #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_account_payable_id #: model:ir.model.fields,help:account.field_res_users__property_account_payable_id msgid "" "This account will be used instead of the default one as the payable account " "for the current partner" msgstr "這個科目被用來代替目前合作夥伴的預設的應付科目" #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_account_receivable_id #: model:ir.model.fields,help:account.field_res_users__property_account_receivable_id msgid "" "This account will be used instead of the default one as the receivable " "account for the current partner" msgstr "這個科目被用來替代目前合作夥伴的預設的應收科目" #. module: account #: model:ir.model.fields,help:account.field_product_category__property_account_income_categ_id msgid "This account will be used when validating a customer invoice." msgstr "在驗證客戶應收憑單時使用這個科目." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This action isn't available for this document." msgstr "此操作不適用於此單據." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "This allows accountants to manage analytic and crossovered budgets. Once the" " master budgets and the budgets are defined, the project managers can set " "the planned amount on each analytic account." msgstr "這使得會計人員能夠管理分析和交叉的預算. 一旦主預算和預算被定義,專案經理可以在每個分析科目上設定計劃的金額." #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__module_account_batch_payment msgid "" "This allows you grouping payments into a single batch and eases the reconciliation process.\n" "-This installs the account_batch_payment module." msgstr "" "允許您把付款分組為一批簡化的核銷處理過程.\n" "-需要安裝account_batch_payment模組." #. module: account #: model:ir.model.fields,help:account.field_account_analytic_distribution_model__account_prefix msgid "" "This analytic distribution will apply to all financial accounts sharing the " "prefix specified." msgstr "此分析分佈將適用於所有使用指定字首的金融賬戶。" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "This can only be used on accounts." msgstr "此功能只可用於賬戶。" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "This can only be used on journal items" msgstr "這只能用於日記帳項目" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "This document is protected by a hash. Therefore, you cannot edit the " "following fields: %s." msgstr "此文件受雜湊值保護,因此你無法編輯以下欄位:%s。" #. module: account #: model:ir.model.fields,help:account.field_account_tax__name_searchable msgid "" "This dummy field lets us use another search method on the field 'name'.This " "allows more freedom on how to search the 'name' compared to " "'filter_domain'.See '_search_name' and '_parse_name_search' for why this is " "not possible with 'filter_domain'." msgstr "" "這個虛擬欄位讓我們可以在欄位'name'上使用另一種搜索方法. 與'filter_domain'相比,這允許在如何搜索'name'方面有更多的自由. 請參閱'_search_name'和'_parse_name_search'\n" "以了解為什麼這不可能與'filter_domain'." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "This entry contains one or more taxes that are incompatible with your fiscal" " country. Check company fiscal country in the settings and tax country in " "taxes configuration." msgstr "" "此記項包含一項或多項與你的財政國家/地區不相容的稅項。請前往設定頁面,檢查公司的財政國家/地區設定,以及在稅務配置中,檢查所設定的國家/地區。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "This entry contains taxes that are not compatible with your fiscal position." " Check the country set in fiscal position and in your tax configuration." msgstr "此記項包含與你的財務規則不相容的稅項。請檢查財務規則及稅務配置所設定的國家/地區。" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_reversal.py:0 msgid "This entry has been %s" msgstr "記項已被 %s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This entry has been duplicated from %s" msgstr "記項已從 %s 複製" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This entry has been reversed from %s" msgstr "記項已從 %s 撤銷" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "This entry transfers the following amounts to %(destination)s" msgstr "此記項將以下金額轉賬至 %(destination)s" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__date_maturity msgid "" "This field is used for payable and receivable journal entries. You can put " "the limit date for the payment of this line." msgstr "這一欄位被用在應收和應付的日記帳分錄您可以在這明細放置付款的限定日期." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "This invoice is being sent in the background." msgstr "發票正在後台發送。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_audit_trail_report msgid "This is the Audit Trail Report" msgstr "這是審計追蹤報告" #. module: account #: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban msgid "This is the accounting dashboard" msgstr "這是「會計Dashboard」" #. module: account #: model:ir.model.fields,help:account.field_res_config_settings__account_default_credit_limit msgid "" "This is the default credit limit that will be used on partners that do not " "have a specific limit on them." msgstr "這是預設的信用額度,將用於沒有特定限制的合作夥伴." #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "This is the full amount." msgstr "這是全額金額。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "This is the next unreconciled installment." msgstr "這是下一項未對賬的分期付款。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "This is the overdue amount." msgstr "這是逾期的金額。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This journal entry has been secured." msgstr "此日記賬記項已安全鎖定。" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "This journal is associated with a payment method. You cannot archive it" msgstr "此日記賬與付款方式相關聯,不可封存" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__hide_if_zero msgid "" "This line and its children will be hidden when all of their columns are 0." msgstr "當所有列都為0時,該明細及其子明細將被隱藏." #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__to_check msgid "" "This matching rule is used when the user is not certain of all the " "information of the counterpart." msgstr "當使用者不確定對方的所有資訊時,使用該匹配規則." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "This move could not be locked either because some move with the same " "sequence prefix has a higher number. You may need to resequence it." msgstr "此分錄未能鎖定,因為部份擁有相同序列字首的分錄,其序號數字更高。你可能需要重新排序。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This move is configured to be auto-posted on %(date)s" msgstr "此分錄已配置在以下日期自動過賬:%(date)s" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" "This move is configured to be posted automatically at the accounting date:" msgstr "記項已設置為自動過賬。過賬的會計日期為 " #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This move will be posted at the accounting date: %(date)s" msgstr "此傳票將自動過帳於以下日期: %(date)s" #. module: account #. odoo-javascript #: code:addons/account/static/src/services/account_move_service.js:0 msgid "This operation will create a gap in the sequence." msgstr "此操作會令序列間斷。" #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_supplier_payment_term_id #: model:ir.model.fields,help:account.field_res_users__property_supplier_payment_term_id msgid "" "This payment term will be used instead of the default one for purchase " "orders and vendor bills" msgstr "該支付條款將被用來代替採購訂單及供應商帳單中預設的支付條款" #. module: account #: model:ir.model.fields,help:account.field_res_partner__property_payment_term_id #: model:ir.model.fields,help:account.field_res_users__property_payment_term_id msgid "" "This payment term will be used instead of the default one for sales orders " "and customer invoices" msgstr "對於銷售訂單和客戶應收憑單而言,該付款期限將代替預設期限" #. module: account #. odoo-python #: code:addons/account/models/product.py:0 msgid "" "This product is already being used in posted Journal Entries.\n" "If you want to change its Unit of Measure, please archive this product and create a new one." msgstr "" "部份已過賬的流水賬記項,資料涉及此產品。\n" "若你想變更產品的計量單位,請將現有產品存檔,然後以新資料建立新的產品。" #. module: account #. odoo-python #: code:addons/account/models/account_reconcile_model.py:0 msgid "This reconciliation model has created no entry so far" msgstr "到目前為止,此核銷模型尚未建立任何分錄" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "This recurring entry originated from %s" msgstr "此重複分錄源自 %s" #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__auto_post_until #: model:ir.model.fields,help:account.field_account_move__auto_post_until msgid "This recurring move will be posted up to and including this date." msgstr "本經常性記項會一直自動過賬,直至及包括此日期。" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "This setting cannot be changed after an invoice is created." msgstr "建立發票後,將無法更改此設定。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "" "This will update all taxes and accounts based on the currently selected " "fiscal position." msgstr "此操作將根據目前選擇的財務規則,更新所有稅項及賬戶。" #. module: account #: model_terms:ir.actions.act_window,help:account.action_validate_account_move msgid "" "This wizard will validate all journal entries selected. Once journal entries" " are validated, you can not update them anymore." msgstr "這個引導會審核選擇的所有日記帳分錄. 一旦分錄被審核,就再也不能更改." #. module: account #: model_terms:ir.actions.act_window,help:account.action_account_reconcile_model msgid "" "Those can be used to quickly create a journal items when reconciling\n" " a bank statement or an account." msgstr "" "當核銷銀行對帳單或者一個科目的時候,\n" " 這被用來快速建立日記帳項目." #. module: account #: model:ir.model.fields,help:account.field_account_merge_wizard__is_group_by_name msgid "" "Tick this checkbox if you want accounts to be grouped by name for merging." msgstr "若想將賬戶按名稱分組以進行合併,請勾選此方格。" #. module: account #: model:digest.tip,name:account.digest_tip_account_0 #: model_terms:digest.tip,tip_description:account.digest_tip_account_0 msgid "Tip: No need to print, put in an envelop and post your invoices" msgstr "提示: 無需列印、放入信封並郵寄您的應收憑單" #. module: account #: model:digest.tip,name:account.digest_tip_account_1 #: model_terms:digest.tip,tip_description:account.digest_tip_account_1 msgid "Tip: Stop chasing the Documents you need" msgstr "提示:不用再催收你需要的文件" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__destination_account_id msgid "To" msgstr "至" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__to_check #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter msgid "To Check" msgstr "設為待檢查" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search msgid "To Invoice" msgstr "待開立發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "To Pay" msgstr "待付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "To Validate" msgstr "待驗證" #. module: account #: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed msgid "" "To add information to a previously sent invoice, reply to your \"sent\" " "email" msgstr "若要為先前已發送的發票加入新資料,請直接回覆你的「已傳送」電子郵件" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "To check" msgstr "待檢查" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "To keep the audit trail, you can not delete journal entries once they have been posted.\n" "Instead, you can cancel the journal entry." msgstr "" "為保留審計軌跡,日記賬記項在完成過賬後便無法刪除。\n" "你可考慮改為取消該日記賬記項。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter msgid "To pay" msgstr "待付款" #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "" "To record payments with %(method_name)s, the recipient bank account must be " "manually validated. You should go on the partner bank account of %(partner)s" " in order to validate it." msgstr "" "若要使用 %(method_name)s 方法記錄付款,必須手動驗證收款人銀行賬戶。你應該前往合作夥伴 %(partner)s 的銀行賬戶進行驗證。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "" "To record payments with %(payment_method)s, the recipient bank account must " "be manually validated. You should go on the partner bank account in order to" " validate it." msgstr "若要使用 %(payment_method)s 方法記錄付款,必須手動驗證收款人銀行賬戶。你應該前往合作夥伴的銀行賬戶進行驗證。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "To validate" msgstr "待驗證" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__today #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Today" msgstr "今天" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Today Activities" msgstr "今天的活動" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/tax_totals/tax_totals.xml:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total #: model:ir.model.fields,field_description:account.field_account_move__amount_total #: model:ir.model.fields,field_description:account.field_account_move_line__price_total #: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree #: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_tree msgid "Total" msgstr "總計" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__quick_edit_total_amount #: model:ir.model.fields,field_description:account.field_account_move__quick_edit_total_amount msgid "Total (Tax inc.)" msgstr "總計(含稅)" #. module: account #: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__total_amount #: model_terms:ir.ui.view,arch_db:account.view_move_tree msgid "Total Amount" msgstr "總計金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Total Balance" msgstr "總計餘額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_tax_audit_tree msgid "Total Base Amount" msgstr "總計基礎金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Total Credit" msgstr "貸方總計" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Total Debit" msgstr "借方總計" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__total_invoiced #: model:ir.model.fields,field_description:account.field_res_users__total_invoiced msgid "Total Invoiced" msgstr "已開立發票總額" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__debit #: model:ir.model.fields,field_description:account.field_res_users__debit msgid "Total Payable" msgstr "應付總計" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__total_payments_amount msgid "Total Payments Amount" msgstr "付款總額" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__credit #: model:ir.model.fields,field_description:account.field_res_users__credit msgid "Total Receivable" msgstr "應收總計" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Total Residual" msgstr "餘額總計" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_line_tree msgid "Total Residual in Currency" msgstr "幣種餘額總計" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total_signed #: model:ir.model.fields,field_description:account.field_account_move__amount_total_signed msgid "Total Signed" msgstr "總計簽署" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "Total amount due (including sales orders and this document): " "%(total_credit)s" msgstr "應繳總金額(包括銷售訂單及本文件): %(total_credit)s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Total amount due (including sales orders): %(total_credit)s" msgstr "應繳總金額(包括銷售訂單): %(total_credit)s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Total amount due (including this document): %(total_credit)s" msgstr "應繳總金額(包括本文件): %(total_credit)s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Total amount due: %(total_credit)s" msgstr "應繳總金額: %(total_credit)s" #. module: account #: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__total_amount msgid "Total amount impacted by the automatic entry." msgstr "受自動分錄影響的總金額." #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Total amount in words:
" msgstr "總額大寫:
" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__display_invoice_amount_total_words #: model:ir.model.fields,field_description:account.field_res_config_settings__display_invoice_amount_total_words msgid "Total amount of invoice in letters" msgstr "發票總額大寫" #. module: account #: model:ir.model.fields,help:account.field_res_partner__credit #: model:ir.model.fields,help:account.field_res_users__credit msgid "Total amount this customer owes you." msgstr "這個客戶欠款的總金額." #. module: account #: model:ir.model.fields,help:account.field_res_partner__debit #: model:ir.model.fields,help:account.field_res_users__debit msgid "Total amount you have to pay to this vendor." msgstr "您需要付給這個供應商的總金額." #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "Total for the installments before %(date)s." msgstr "截至 %(date)s 之前,所有分期付款的總額。" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__price_total msgid "Total in Currency" msgstr "幣別總額" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_total_in_currency_signed #: model:ir.model.fields,field_description:account.field_account_move__amount_total_in_currency_signed msgid "Total in Currency Signed" msgstr "已簽署幣別總額" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Track costs & revenues by project, department, etc" msgstr "按專案項目、部門等追蹤成本及收入" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "Trade %s" msgstr "貿易 %s" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__transaction_details msgid "Transaction Details" msgstr "交易詳情" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "Transaction Feeds" msgstr "交易資料流" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__transaction_type #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_transaction_type msgid "Transaction Type" msgstr "交易類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_transaction_type_param msgid "Transaction Type Parameter" msgstr "交易類型參數" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Transactions" msgstr "交易" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Transfer" msgstr "轉移" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form msgid "Transfer Date" msgstr "轉帳日期" #. module: account #: model:ir.actions.act_window,name:account.account_automatic_entry_wizard_action msgid "Transfer Journal Items" msgstr "轉移日記賬賬項" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Transfer counterpart" msgstr "轉賬對方" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Transfer entry to %s" msgstr "轉帳分錄到 %s" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Transfer from %s" msgstr "從 %s 轉帳" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "Transfer to %s" msgstr "轉帳到 %s" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "" "Trigger alerts when creating Invoices and Sales Orders for Partners with a " "Total Receivable amount exceeding a limit." msgstr "為應收總額超過限制的合作夥伴建立應收憑單和銷售訂單時觸發警報." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "True" msgstr "True(真)" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Trusted" msgstr "信任" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__account_type #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__move_type #: model:ir.model.fields,field_description:account.field_account_journal__type #: model:ir.model.fields,field_description:account.field_account_move__move_type #: model:ir.model.fields,field_description:account.field_account_move_line__move_type #: model:ir.model.fields,field_description:account.field_account_reconcile_model__rule_type #: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__rule_type #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__acc_type #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "Type" msgstr "類型" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__type_name #: model:ir.model.fields,field_description:account.field_account_move__type_name msgid "Type Name" msgstr "類型名稱" #. module: account #: model_terms:ir.ui.view,arch_db:account.partner_view_buttons msgid "Type a message..." msgstr "輸入訊息..." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__qr_code_method #: model:ir.model.fields,help:account.field_account_move__qr_code_method msgid "" "Type of QR-code to be generated for the payment of this invoice, when " "printing it. If left blank, the first available and usable method will be " "used." msgstr "列印時為支付此帳款而建立的二維碼類型. 如果留空,將使用第一個可用和可用的方法." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__activity_exception_decoration #: model:ir.model.fields,help:account.field_account_journal__activity_exception_decoration #: model:ir.model.fields,help:account.field_account_move__activity_exception_decoration #: model:ir.model.fields,help:account.field_account_payment__activity_exception_decoration #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__activity_exception_decoration #: model:ir.model.fields,help:account.field_res_partner_bank__activity_exception_decoration msgid "Type of the exception activity on record." msgstr "記錄的異常活動的類型。" #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement.py:0 msgid "" "Unable to create a statement due to missing transactions. You may want to " "reorder the transactions before proceeding." msgstr "由於缺少交易,無法創建對帳單。您可能需要在繼續之前重新排序交易。" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "Undefined Yet" msgstr "尚未定義" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 #: model:account.account,name:account.1_unaffected_earnings_account msgid "Undistributed Profits/Losses" msgstr "未分配利潤/虧損" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_unfold_all msgid "Unfold All" msgstr "展開所有" #. module: account #: model:ir.model.fields,field_description:account.field_account_journal__has_unhashed_entries msgid "Unhashed Entries" msgstr "未雜湊處理記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Unhashed entries" msgstr "未雜湊處理記項" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__code msgid "Unique identifier for this line." msgstr "此明細的唯一識別." #. module: account #: model:ir.model.fields,field_description:account.field_account_move_line__price_unit msgid "Unit Price" msgstr "單價" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Unit Price:" msgstr "單價:" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__product_uom_id #: model:ir.model.fields,field_description:account.field_account_move_line__product_uom_id msgid "Unit of Measure" msgstr "量度單位" #. module: account #. odoo-python #: code:addons/account/models/template_generic_coa.py:0 msgid "United States of America (Generic)" msgstr "美國(通用)" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Units of Measure" msgstr "計量單位" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Unmark as Sent" msgstr "取消標記為已發送" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "Unmerge" msgstr "取消合併" #. module: account #: model:ir.actions.server,name:account.action_unmerge_accounts msgid "Unmerge account" msgstr "取消合併賬戶" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/many2many_tax_tags/many2many_tax_tags.js:0 msgid "Unnamed" msgstr "未命名" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Unpaid" msgstr "未付" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Unposted" msgstr "未過賬" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_filter msgid "Unposted Journal Entries" msgstr "未過賬的日記賬記項" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Unposted Journal Items" msgstr "未過賬的日記賬項目" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 #: model:ir.actions.server,name:account.action_account_unreconcile msgid "Unreconcile" msgstr "未核銷" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "Unreconciled" msgstr "尚未核銷" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__unreconciled_bank_statement_line_ids msgid "Unreconciled Bank Statement Line" msgstr "未對賬銀行結單資料行" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__filter_unreconciled msgid "Unreconciled Entries" msgstr "未核銷分錄" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "Unreconciled Transactions" msgstr "未核銷交易" #. module: account #. odoo-javascript #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/models/account_tax.py:0 #: code:addons/account/static/src/helpers/account_tax.js:0 #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_untaxed #: model:ir.model.fields,field_description:account.field_account_invoice_report__price_subtotal #: model:ir.model.fields,field_description:account.field_account_move__amount_untaxed #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_template msgid "Untaxed Amount" msgstr "不含稅金額" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_untaxed_signed #: model:ir.model.fields,field_description:account.field_account_move__amount_untaxed_signed msgid "Untaxed Amount Signed" msgstr "未含稅金額簽署" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__amount_untaxed_in_currency_signed #: model:ir.model.fields,field_description:account.field_account_move__amount_untaxed_in_currency_signed msgid "Untaxed Amount Signed Currency" msgstr "未連稅金額,連貨幣符號" #. module: account #: model:ir.model.fields,field_description:account.field_account_invoice_report__price_subtotal_currency msgid "Untaxed Amount in Currency" msgstr "以貨幣計算的未稅金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template msgid "Untaxed amount" msgstr "未連稅金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Untrusted" msgstr "不信任" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__untrusted_bank_ids msgid "Untrusted Bank" msgstr "不信任的銀行" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__untrusted_payments_count msgid "Untrusted Payments Count" msgstr "不信任付款數目" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "UoM" msgstr "計量單位" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__rounding_method__up #: model:ir.model.fields.selection,name:account.selection__account_report__integer_rounding__up msgid "Up" msgstr "向上" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search msgid "Update Only" msgstr "只限更新" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Update Taxes and Accounts" msgstr "更新稅項及賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Update Terms" msgstr "更新條款" #. module: account #. odoo-python #: code:addons/account/models/res_config_settings.py:0 msgid "Update Terms & Conditions" msgstr "更新條款和條件" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Update exchange rates automatically" msgstr "自動更新幣別匯率" #. module: account #. odoo-python #: code:addons/account/models/mail_message.py:0 msgid "Updated" msgstr "已更新" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_file_uploader/account_file_uploader.js:0 #: code:addons/account/static/src/components/account_file_uploader/account_file_uploader.xml:0 #: code:addons/account/static/src/components/document_file_uploader/document_file_uploader.xml:0 msgid "Upload" msgstr "上載圖片" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Upload Invoices" msgstr "上載發票" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/mail_attachments/mail_attachments.js:0 msgid "Uploading error" msgstr "上傳錯誤" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Use Bill Reference" msgstr "使用賬單參考" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__currency_translation__cta msgid "Use CTA" msgstr "使用CTA" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__tax_exigibility msgid "Use Cash Basis" msgstr "使用現金收付制" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__selector msgid "Use Company Selector" msgstr "使用公司選擇器" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_sepa_direct_debit msgid "Use SEPA Direct Debit" msgstr "使用 SEPA 直接扣賬" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Use Storno accounting" msgstr "使用Storno會計" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__tax_units msgid "Use Tax Units" msgstr "使用稅金單位" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__anglo_saxon_accounting msgid "Use anglo-saxon accounting" msgstr "使用盎格魯-撒克遜會計" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_batch_payment msgid "Use batch payments" msgstr "使用批量付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Use budgets to compare actual with expected revenues and costs" msgstr "使用預算來比較實際與預期的收入和成本" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "Use in tax closing" msgstr "用於稅務結算" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_report__currency_translation__current msgid "Use the most recent rate at the date of the report" msgstr "使用報表日期的最新匯率" #. module: account #: model_terms:digest.tip,tip_description:account.digest_tip_account_0 msgid "" "Use the “Send by Post” option to post invoices automatically. For the" " cost of a local stamp, we do all the manual work: your invoice will be " "printed in the right country, put in an envelop and sent by snail mail. Use " "this feature from the list view to post hundreds of invoices in bulk." msgstr "" "使用“郵寄發送”選項自動郵寄應收憑單.對於當地郵票的費用,我們完成所有手工工作:您的應收憑單將在正確的國家/地區列印,放入信封並通過郵件寄送.使用列表視圖中的此功能批次過帳數百張應收憑單." #. module: account #: model:ir.model.fields,help:account.field_account_bank_statement_line__quick_edit_total_amount #: model:ir.model.fields,help:account.field_account_move__quick_edit_total_amount msgid "" "Use this field to encode the total amount of the invoice.\n" "Odoo will automatically create one invoice line with default values to match it." msgstr "" "使用此欄位對發票總額進行編碼.\n" "Odoo 將自動建立一個具有預設值的應收憑單明細來匹配它." #. module: account #: model:ir.model.fields,field_description:account.field_account_account__used msgid "Used" msgstr "已使用" #. module: account #: model:ir.model.fields,help:account.field_account_account__include_initial_balance msgid "" "Used in reports to know if we should consider journal items from the " "beginning of time instead of from the fiscal year only. Account types that " "should be reset to zero at each new fiscal year (like expenses, revenue..) " "should not have this option set." msgstr "" "用來在報表中讓我們知道日記帳項目是否應該從期初或者僅僅是會計年度開始. 那些在新的會計區間開始應該為零的項目不應該有這樣的選項(例如費用,年營收) ." #. module: account #: model:ir.model.fields,help:account.field_account_journal__sequence msgid "Used to order Journals in the dashboard view" msgstr "用於儀表板視圖中的日記帳排序" #. module: account #: model:ir.model.fields,help:account.field_account_journal__loss_account_id msgid "" "Used to register a loss when the ending balance of a cash register differs " "from what the system computes" msgstr "現金登記的期末餘額與系統計算的有差異時用來登記虧損" #. module: account #: model:ir.model.fields,help:account.field_account_journal__profit_account_id msgid "" "Used to register a profit when the ending balance of a cash register differs" " from what the system computes" msgstr "當現金出納的期末餘額與系統計算的有差異時,用於登記盈餘" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__user_id #: model:ir.model.fields,field_description:account.field_account_lock_exception__user_id #: model:ir.model.fields,field_description:account.field_account_move__user_id msgid "User" msgstr "使用者" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__user_fiscalyear_lock_date msgid "User Fiscalyear Lock Date" msgstr "使用者財政年度鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_report_line__user_groupby msgid "User Group By" msgstr "用戶分組依據" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__user_hard_lock_date msgid "User Hard Lock Date" msgstr "使用者硬性鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__user_has_group_validate_bank_account #: model:ir.model.fields,field_description:account.field_res_partner_bank__user_has_group_validate_bank_account msgid "User Has Group Validate Bank Account" msgstr "用戶有群組驗證銀行賬戶" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__user_purchase_lock_date msgid "User Purchase Lock Date" msgstr "使用者採購鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__user_sale_lock_date msgid "User Sale Lock Date" msgstr "使用者銷售鎖定日期" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__user_tax_lock_date msgid "User Tax Lock Date" msgstr "使用者稅務鎖定日期" #. module: account #: model:ir.model.fields,help:account.field_account_accrued_orders_wizard__currency_id #: model:ir.model.fields,help:account.field_account_partial_reconcile__company_currency_id msgid "Utility field to express amount currency" msgstr "表示幣別數量的工具欄位" #. module: account #: model:ir.model.fields,help:account.field_account_move_line__is_storno msgid "" "Utility field to express whether the journal item is subject to storno " "accounting" msgstr "表示日記帳項目是否受 storno 會計約束的實用工具欄位" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__vat_required msgid "VAT required" msgstr "必須有增值稅號(VAT)" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form msgid "Valid for" msgstr "對以下項目有效:" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Validate" msgstr "核實" #. module: account #: model:ir.model,name:account.model_validate_account_move msgid "Validate Account Move" msgstr "驗證科目傳票" #. module: account #: model:res.groups,name:account.group_validate_bank_account msgid "Validate bank account" msgstr "驗證銀行賬戶" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model__auto_reconcile msgid "" "Validate the statement line automatically (reconciliation based on your " "rule)." msgstr "自動驗證對帳明細(使用您的規則調整)." #. module: account #: model:mail.message.subtype,name:account.mt_invoice_validated msgid "Validated" msgstr "已驗證" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "Validating" msgstr "驗證中" #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_term_line__value msgid "Value" msgstr "值" #. module: account #: model:ir.model.fields,help:account.field_account_reconcile_model_line__amount_string msgid "" "Value for the amount of the writeoff line\n" " * Percentage: Percentage of the balance, between 0 and 100.\n" " * Fixed: The fixed value of the writeoff. The amount will count as a debit if it is negative, as a credit if it is positive.\n" " * From Label: There is no need for regex delimiter, only the regex is needed. For instance if you want to extract the amount from\n" "R:9672938 10/07 AX 9415126318 T:5L:NA BRT: 3358,07 C:\n" "You could enter\n" "BRT: ([\\d,]+)" msgstr "" "撤銷明細金額的值\n" " * 百分比: 餘額的百分比,介於 0 和 100 之間.\n" " * 固定值: 撤銷的固定值. 如果金額為負,則該金額將計為借方,如果為正,則計為貸方.\n" " * 來自標籤: 不需要正規表達式分隔符,只需要正規表達式. 例如,如果您想從中擷取金額\n" "R:9672938 10/07 AX 9415126318 T:5L:NA BRT: 3358,07 C:\n" "你可以輸入\n" "BRT: ([\\d,]+)" #. module: account #: model:ir.model.fields,field_description:account.field_account_report__variant_report_ids msgid "Variants" msgstr "變體" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_payment__partner_type__supplier #: model:ir.model.fields.selection,name:account.selection__account_payment_register__partner_type__supplier #: model_terms:ir.ui.view,arch_db:account.product_view_search_catalog #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form #: model_terms:ir.ui.view,arch_db:account.view_account_supplier_payment_tree #: model_terms:ir.ui.view,arch_db:account.view_invoice_tree #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "Vendor" msgstr "供應商" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_form msgid "Vendor Bank Account" msgstr "供應商銀行帳戶" #. module: account #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__invoice_vendor_bill_id #: model:ir.model.fields,field_description:account.field_account_move__invoice_vendor_bill_id #: model:ir.model.fields.selection,name:account.selection__account_analytic_applicability__business_domain__bill #: model:ir.model.fields.selection,name:account.selection__account_analytic_line__category__vendor_bill #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__in_invoice #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__in_invoice #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Vendor Bill" msgstr "供應商賬單" #. module: account #: model:ir.model.fields,field_description:account.field_account_analytic_account__vendor_bill_count msgid "Vendor Bill Count" msgstr "供應商應付帳單數" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Vendor Bill Created" msgstr "已建立供應商應付帳單" #. module: account #. odoo-python #: code:addons/account/models/account_analytic_account.py:0 #: code:addons/account/models/chart_template.py:0 #: model:account.journal,name:account.1_purchase #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__counterpart_type__purchase #: model:ir.model.fields.selection,name:account.selection__res_company__quick_edit_mode__in_invoices #: model_terms:ir.ui.view,arch_db:account.account_analytic_account_view_form_inherit #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.res_partner_view_search msgid "Vendor Bills" msgstr "供應商賬單" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__account_discount_income_allocation_id msgid "Vendor Bills Discounts Account" msgstr "供應商賬單折扣賬戶" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_invoice_report__move_type__in_refund #: model:ir.model.fields.selection,name:account.selection__account_move__move_type__in_refund #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "Vendor Credit Note" msgstr "供應商貸記單" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view msgid "Vendor Payment" msgstr "供應商付款" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__property_supplier_payment_term_id #: model:ir.model.fields,field_description:account.field_res_users__property_supplier_payment_term_id msgid "Vendor Payment Terms" msgstr "供應商支付條款" #. module: account #: model:ir.actions.act_window,name:account.action_account_payments_payable #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form #: model_terms:ir.ui.view,arch_db:account.view_account_payment_search msgid "Vendor Payments" msgstr "供應商付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document msgid "Vendor:" msgstr "供應商:" #. module: account #: model:ir.actions.act_window,name:account.res_partner_action_supplier #: model:ir.ui.menu,name:account.menu_account_supplier #: model:ir.ui.menu,name:account.menu_finance_payables #: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit msgid "Vendors" msgstr "供應商" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Verify the price and update if necessary." msgstr "核實價格,並可按需要更新。" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "View" msgstr "檢視" #. module: account #. odoo-python #: code:addons/account/models/account_move_send.py:0 #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "View Partner(s)" msgstr "查看合作夥伴" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "" "Want to make your life even easier and automate bill validation from this " "vendor ?" msgstr "想讓營運更輕鬆、自動化驗證此供應商的賬單嗎?" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/json_checkboxes/json_checkboxes.xml:0 #: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__warning msgid "Warning" msgstr "警告" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Warning for %s" msgstr "%s 的警告" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "Warning for Cash Rounding Method: %s" msgstr "小心使用四捨五入法:%s" #. module: account #: model_terms:ir.ui.view,arch_db:account.partner_view_buttons msgid "Warning on the Invoice" msgstr "應收憑單警告" #. module: account #: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__warnings #: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form msgid "Warnings" msgstr "警告" #. module: account #: model:ir.model.fields,field_description:account.field_res_config_settings__group_warning_account msgid "Warnings in Invoices" msgstr "發票警告" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "We can't leave this document without any company. Please select a company " "for this document." msgstr "本文件不可缺少公司資料。請為本文件選擇一間公司。" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "We cannot find a chart of accounts for this company, you should configure it. \n" "Please go to Account Configuration and select or install a fiscal localization." msgstr "找不到本公司的科目表,需要先設定一個. 請前往會計設定處選擇或安裝一個本地會計科目." #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "Website" msgstr "網站" #. module: account #: model:ir.model.fields,field_description:account.field_account_account__website_message_ids #: model:ir.model.fields,field_description:account.field_account_bank_statement_line__website_message_ids #: model:ir.model.fields,field_description:account.field_account_journal__website_message_ids #: model:ir.model.fields,field_description:account.field_account_move__website_message_ids #: model:ir.model.fields,field_description:account.field_account_payment__website_message_ids #: model:ir.model.fields,field_description:account.field_account_reconcile_model__website_message_ids #: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__website_message_ids #: model:ir.model.fields,field_description:account.field_account_tax__website_message_ids #: model:ir.model.fields,field_description:account.field_res_company__website_message_ids #: model:ir.model.fields,field_description:account.field_res_partner_bank__website_message_ids msgid "Website Messages" msgstr "網站資訊" #. module: account #: model:ir.model.fields,help:account.field_account_account__website_message_ids #: model:ir.model.fields,help:account.field_account_bank_statement_line__website_message_ids #: model:ir.model.fields,help:account.field_account_journal__website_message_ids #: model:ir.model.fields,help:account.field_account_move__website_message_ids #: model:ir.model.fields,help:account.field_account_payment__website_message_ids #: model:ir.model.fields,help:account.field_account_reconcile_model__website_message_ids #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__website_message_ids #: model:ir.model.fields,help:account.field_account_tax__website_message_ids #: model:ir.model.fields,help:account.field_res_company__website_message_ids #: model:ir.model.fields,help:account.field_res_partner_bank__website_message_ids msgid "Website communication history" msgstr "網站溝通記錄" #. module: account #: model:ir.model.fields,help:account.field_account_payment__paired_internal_transfer_payment_id msgid "" "When an internal transfer is posted, a paired payment is created. They are " "cross referenced through this field" msgstr "過帳內部轉帳時,會建立配對付款. 它們通過該欄位交叉引用" #. module: account #: model:ir.model.fields,help:account.field_account_report_line__print_on_new_page msgid "" "When checked this line and everything after it will be printed on a new " "page." msgstr "勾選的該明細及其他明細將被列印到一個新的頁面." #. module: account #: model:ir.model.fields,help:account.field_account_report_column__blank_if_zero msgid "When checked, 0 values will not show in this column." msgstr "選中後,0值將不會顯示在此列中." #. module: account #: model:ir.model.fields,help:account.field_account_report_expression__blank_if_zero msgid "" "When checked, 0 values will not show when displaying this expression's " "value." msgstr "選中後,顯示此表達式的值時不會顯示0值." #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "When targeting an expression for carryover, the label of that expression " "must start with _applied_carryover_" msgstr "當以表達式為目標進行結轉時,該表達式的標籤必須以 _applied_carryover_ 開頭" #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_in_receipt_type msgid "" "When the purchase receipt is confirmed, you can record the\n" " vendor payment related to this purchase receipt." msgstr "當採購收據被驗證,您也可以同時登記這張採購收據的供應商付款." #. module: account #: model_terms:ir.actions.act_window,help:account.action_move_out_receipt_type msgid "" "When the sale receipt is confirmed, you can record the customer\n" " payment related to this sales receipt." msgstr "銷售收據獲確認時,相關客戶付款也可同時登記。" #. module: account #: model:ir.model.fields,help:account.field_account_journal__show_on_dashboard msgid "Whether this journal should be displayed on the dashboard or not" msgstr "不論這個日記帳是否顯示在儀表板" #. module: account #: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__new_journal_name msgid "Will be used to name the Journal related to this bank account" msgstr "用於關聯到銀行帳戶的日記帳名稱" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "With Partner matching" msgstr "有對應合作夥伴" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter msgid "With residual" msgstr "有剩餘金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search msgid "With tax" msgstr "含稅" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__wizard_id msgid "Wizard" msgstr "精靈" #. module: account #: model:ir.model.fields,field_description:account.field_account_merge_wizard__wizard_line_ids msgid "Wizard Line" msgstr "精靈資料行" #. module: account #: model:account.account,name:account.1_wip msgid "Work in Progress" msgstr "半成品" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Write a customer name to create one or see suggestions." msgstr "寫下客戶名稱以創建一個查看建議。" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/tours/account.js:0 msgid "Write here your own email address to test the flow." msgstr "在此處填寫您的電子郵件地址來測試流程." #. module: account #: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_is_exchange_account msgid "Writeoff Is Exchange Account" msgstr "撇賬是匯兌賬戶" #. module: account #: model:ir.model.constraint,message:account.constraint_account_move_line_check_credit_debit msgid "Wrong credit or debit value in accounting entry!" msgstr "會計記項的貸方或借方金額錯誤!" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__yearly msgid "Yearly" msgstr "每年" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_batch_sending_summary/account_batch_sending_summary.xml:0 msgid "You are about to send" msgstr "你即將傳送" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "You are trying to reconcile some entries that are already reconciled." msgstr "您正在核銷一些已經被核銷的分錄." #. module: account #: model:ir.model.fields,help:account.field_account_journal__invoice_reference_model msgid "" "You can choose different models for each type of reference. The default one " "is the Odoo reference." msgstr "您可以為每種模型選擇不同的編碼. 預設值是 Odoo 編碼." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "You can not archive a journal containing draft journal entries.\n" "\n" "To proceed:\n" "1/ click on the top-right button 'Journal Entries' from this journal form\n" "2/ then filter on 'Draft' entries\n" "3/ select them all and post or delete them through the action menu" msgstr "" "您不能存檔包含草稿日記帳分錄的日記帳.\n" "\n" "繼續:\n" "1) 點選此日記帳表格右上角的\"日記帳分錄\"按鈕\n" "2) 然後篩選\"草稿\"分錄\n" "3) 全選並通過操作功能來過帳或刪除它們" #. module: account #. odoo-python #: code:addons/account/models/account_payment_term.py:0 msgid "" "You can not delete payment terms as other records still reference it. " "However, you can archive it." msgstr "您不能刪除支付條款,因為其他記錄仍然引用它. 但是您可以歸檔封存它." #. module: account #. odoo-python #: code:addons/account/wizard/account_resequence.py:0 msgid "" "You can not reorder sequence by date when the journal is locked with a hash." msgstr "當日記帳被散列鎖定時,您不能按日期重新排序." #. module: account #. odoo-python #: code:addons/account/models/account_move_send.py:0 msgid "You can only Print & Send sales documents." msgstr "你只可「列印及傳送」銷售文件。" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "" "You can only change the period/account for items that are not yet " "reconciled." msgstr "您只能更改尚未對帳項目的期間/科目." #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "You can only change the period/account for posted journal items." msgstr "您只能更改已過帳日記帳項目的期間/科目." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "You can only reconcile posted entries." msgstr "您只能核對已過帳的分錄." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You can only register payment for posted journal entries." msgstr "您只能為已過帳的日記帳分錄登記付款." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You can only request a cancellation for invoice sent to the government." msgstr "只可要求取消發送給政府的發票。" #. module: account #. odoo-python #: code:addons/account/wizard/account_resequence.py:0 msgid "You can only resequence items from the same journal" msgstr "您只能選擇相同日記帳的單據進行重新排序" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_reversal.py:0 msgid "You can only reverse posted moves." msgstr "您只能反轉已過帳的傳票." #. module: account #: model:ir.model.fields,help:account.field_account_journal__invoice_reference_type msgid "" "You can set here the default communication that will appear on customer " "invoices, once validated, to help the customer to refer to that particular " "invoice when making the payment." msgstr "您可以在這裡設定預設通信方式,該通信將顯示在客戶應收憑單上,一旦驗證,以幫助客戶在付款時比對該特定憑單." #. module: account #. odoo-python #: code:addons/account/models/account_move_send.py:0 msgid "You can't Print & Send invoices that are not posted." msgstr "你不可「列印及傳送」未過賬的發票。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You can't block a paid invoice." msgstr "你不可封鎖已付款的發票。" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "You can't change the company of your journal since there are some journal " "entries linked to it." msgstr "您無法更改日記帳的公司,因為有一些日記帳分錄與其相關聯." #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "" "You can't change the company of your tax since there are some journal items " "linked to it." msgstr "您無法更改稅金的公司,因為有一些日記帳項目與其相關聯." #. module: account #. odoo-python #: code:addons/account/models/account_payment.py:0 msgid "" "You can't create a new payment without an outstanding payments/receipts " "account set either on the company or the %(payment_method)s payment method " "in the %(journal)s journal." msgstr "" "若未有在公司或 %(journal)s 日記賬中的 %(payment_method)s 付款方式上,設定未結清付款/收款賬戶,便無法建立新付款。" #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement_line.py:0 msgid "" "You can't create a new statement line without a suspense account set on the " "%s journal." msgstr "如果未在 %s 日記帳上設定暫記科目,則無法建立新的對帳單明細." #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "You can't create payments for entries belonging to different branches." msgstr "你不可為不同分支的記項建立付款。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "" "You can't create payments for entries belonging to different companies." msgstr "您不能為屬於不同公司的分錄建立付款." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You can't delete a posted journal item. Don’t play games with your " "accounting records; reset the journal entry to draft before deleting it." msgstr "您不能刪除已發佈的日記賬項目。不要在會計記錄上做手腳,刪除前應將日記賬分錄重置為草稿。" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "You can't delete a report that has variants." msgstr "您不能刪除具有變體的報表." #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "You can't have two payment method lines of the same payment type " "(%(payment_type)s) and with the same name (%(name)s) on a single journal." msgstr "同一個日記賬內,不可有兩個付款方式資料行的付款類型(%(payment_type)s)及名稱(%(name)s)相同。" #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "" "You can't open the register payment wizard without at least one " "receivable/payable line." msgstr "如果沒有至少一個應收/應付款明細,您將無法打開付款登記引導." #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement_line.py:0 msgid "" "You can't provide a foreign currency without specifying an amount in 'Amount" " in Currency' field." msgstr "如果沒有在'貨幣金額'欄位中指定金額,您無法提供外幣." #. module: account #. odoo-python #: code:addons/account/models/account_bank_statement_line.py:0 msgid "" "You can't provide an amount in foreign currency without specifying a foreign" " currency." msgstr "您不能在不指定外幣的情況下提供外幣金額." #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "" "You can't register a payment because there is nothing left to pay on the " "selected journal items." msgstr "您無法登記付款,因為所選日記帳項目沒有任何餘款要付." #. module: account #. odoo-python #: code:addons/account/wizard/account_payment_register.py:0 msgid "" "You can't register payments for both inbound and outbound moves at the same " "time." msgstr "不可同時登記入賬及支賬分錄的付款。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You can't reset to draft those journal entries. You need to request a " "cancellation instead." msgstr "你不可將該些日記賬記項重設為草稿。你應該改為要求取消該些記項。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You can't unlink this company from this account since there are some journal" " items linked to it." msgstr "你不可取消此公司與此賬戶的連結,因為有一些日記賬項目已連結至該賬戶。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You cannot add/modify entries prior to and inclusive of: %(lock_date_info)s." msgstr "你不可新增/修改 %(lock_date_info)s 或之前(包括當天)的記項。" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "You cannot change the currency of the company since some journal items " "already exist" msgstr "已經存在日記帳項目,不能修改公司的幣別" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot change the type of an account set as Bank Account on a journal to" " Receivable or Payable." msgstr "您不能將日記帳上設定為銀行帳戶的科目類型更改為應收或應付." #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "" "You cannot create a fiscal position with a country outside of the selected " "country group." msgstr "你不可使用所選國家/地區組別以外的國家/地區,建立財務規則。" #. module: account #. odoo-python #: code:addons/account/models/partner.py:0 msgid "" "You cannot create a fiscal position with a foreign VAT within your fiscal " "country without assigning it a state." msgstr "您不能在不為其分配狀態的情況下在您的財政國家內建立具有外國增值稅的財政政策." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You cannot create a move already in the posted state. Please create a draft " "move and post it after." msgstr "您不能建立已處於已過帳狀態的日記帳傳票. 請建立草稿傳票,並在之後過帳." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "You cannot create recursive groups." msgstr "你不可建立遞歸群組。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You cannot delete a payable/receivable line as it would not be consistent " "with the payment terms" msgstr "您不能刪除應付/應收明細,因為它與支付條款不一致" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "You cannot delete a tax line as it would impact the tax report" msgstr "您不能刪除稅金明細,因為它會影響稅金務報表" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "You cannot delete journal items belonging to a locked journal entry." msgstr "你不可刪除已鎖定日記賬記項的日記賬項目。" #. module: account #. odoo-python #: code:addons/account/models/account_account_tag.py:0 msgid "" "You cannot delete this account tag (%s), it is used on the chart of account " "definition." msgstr "你不可刪除此賬戶標籤(%s),因為它要用於賬目總表的定義內。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You cannot delete this entry, as it has already consumed a sequence number " "and is not the last one in the chain. You should probably revert it instead." msgstr "不可刪除此記項,因它已使用序列內的一個號碼,而且不是數據鏈的最後一項。你也許應該恢復它。" #. module: account #. odoo-python #: code:addons/account/models/mail_template.py:0 msgid "" "You cannot delete this mail template, it is used in the invoice sending " "flow." msgstr "你不可刪除此郵件範本,因為會在發票傳送的流程使用。" #. module: account #. odoo-python #: code:addons/account/models/ir_actions_report.py:0 msgid "" "You cannot delete this report (%s), it is used by the accounting PDF " "generation engine." msgstr "你不可刪除此報告(%s),因為會計 PDF 生成引擎會使用。" #. module: account #. odoo-python #: code:addons/account/models/res_config_settings.py:0 msgid "" "You cannot disable this setting because some of your taxes are cash basis. " "Modify your taxes first before disabling this setting." msgstr "您不能停用此設定,因為您的一些稅款是以現金收付. 在停用此設定之前先修改您的稅金設定." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You cannot do this modification on a reconciled journal entry. You can just change some non legal fields or you must unreconcile first.\n" "Journal Entry (id): %(entry)s (%(id)s)" msgstr "" "已對賬的日記賬記項,不可進行此修改。只可更改部份不符合規定的欄位,或必須先取消對賬。\n" "日記賬記項(識別碼): %(entry)s (%(id)s)" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid "You cannot duplicate a Lock Date Exception." msgstr "不可複製「鎖定日期例外」。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You cannot edit the following fields: %(fields)s.\n" "The following entries are already hashed:\n" "%(entries)s" msgstr "" "下列欄位不允許編輯: %(fields)s。\n" "下列記項已進行雜湊演算處理(已產生數碼指紋):\n" "%(entries)s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You cannot edit the journal of an account move if it has been posted once, " "unless the name is removed or set to \"/\". This might create a gap in the " "sequence." msgstr "如果賬戶分錄已過賬一次,便不可編輯其日記賬,除非移除名稱或將名稱設為「/」。此操作可能會令序列間斷。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You cannot edit the journal of an account move with a sequence number " "assigned, unless the name is removed or set to \"/\". This might create a " "gap in the sequence." msgstr "如果賬戶分錄已獲分配序號,便不可編輯其日記賬,除非移除名稱或將名稱設為「/」。此操作可能會令序列間斷。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot have a receivable/payable account that is not reconcilable. " "(account code: %s)" msgstr "您不能有不可對帳核銷的應收/應付帳款.(科目代碼: %s)" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot have more than one account with \"Current Year Earnings\" as " "type. (accounts: %s)" msgstr "您不能有一個以上以\"年度營收\"為類型的科目. (科目: %s)" #. module: account #. odoo-python #: code:addons/account/models/company.py:0 msgid "" "You cannot import the \"openning_balance\" if the opening move (%s) is " "already posted. If you are absolutely sure you want to " "modify the opening balance of your accounts, reset the move to draft." msgstr "" "若期初分錄(%s)已完成過賬,便不可匯入 openning_balance。 " "如果絕對肯定想修改賬戶的期初結餘,請將分錄重設為草稿。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "You cannot merge accounts." msgstr "你不可合併賬戶。" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "" "You cannot modify the account number or partner of an account that has been " "trusted." msgstr "不可修改已信任賬戶的賬戶號碼或合作夥伴。" #. module: account #. odoo-python #: code:addons/account/models/account_journal.py:0 msgid "" "You cannot modify the field %s of a journal that already has accounting " "entries." msgstr "您不能修改已具有會計分錄的日記帳欄位 %s." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot modify the following readonly fields on a posted move: %s" msgstr "不可修改已發佈分錄的以下唯讀欄位:%s" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You cannot modify the taxes related to a posted journal item, you should " "reset the journal entry to draft to do so." msgstr "您不能修改與已過帳日記帳項目相關的稅費,您應該將日記帳分錄重置為草稿來這樣做." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot perform this action on an account that contains journal items." msgstr "不能在包含日記帳項目的科目上執行此操作." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot post an entry in an archived journal (%(journal)s)" msgstr "您不能在已歸檔封存的日記帳(%(journal)s)中過帳分錄" #. module: account #. odoo-python #: code:addons/account/models/res_currency.py:0 msgid "" "You cannot reduce the number of decimal places of a currency which has " "already been used to make accounting entries." msgstr "若貨幣已被任何會計記項使用,你不能減少該貨幣的小數位數。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot register payments for miscellaneous entries." msgstr "你不可為雜項記項登記付款。" #. module: account #. odoo-python #: code:addons/account/models/mail_message.py:0 msgid "" "You cannot remove parts of the audit trail. Archive the record instead." msgstr "你不可移除審計追蹤的部份。請改為將記錄封存。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot remove/deactivate the accounts \"%s\" which are set on a tax " "repartition line." msgstr "你不可移除/停用已套用至稅項重新分配資料行的賬戶「%s」。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot remove/deactivate the accounts \"%s\" which are set on the " "account mapping of a fiscal position." msgstr "您不能刪除/停用在財務狀況的科目對應上設定的科目\"%s\"." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot reset to draft a locked journal entry." msgstr "已鎖定的日記賬記項,不可重設至草稿。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot reset to draft a tax cash basis journal entry." msgstr "現金收付稅金的日記帳分錄您不能重置為草稿." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot reset to draft an exchange difference journal entry." msgstr "匯差日記帳分錄不能重置為草稿." #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid "" "You cannot revoke Lock Date Exceptions. Ask someone with the 'Adviser' role." msgstr "你不可撤銷「鎖定日期例外」。請要求擁有「顧問」角色的人處理。" #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot set a currency on this account as it already has some journal " "entries having a different foreign currency." msgstr "在已經登記本幣日記帳分錄的情況下不能為該科目設定幣別." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 msgid "" "You cannot switch an account to prevent the reconciliation if some partial " "reconciliations are still pending." msgstr "如果某些部分對帳仍待處理,則您無法切換科目以阻止對帳." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot switch the type of a posted document." msgstr "已過賬文件不能更改類別。" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "You cannot use a deprecated account." msgstr "您不能使用已作廢的科目." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "You cannot use taxes on lines with an Off-Balance account" msgstr "您不能對具有資產負債科目的明細使用稅款" #. module: account #. odoo-python #: code:addons/account/models/account_report.py:0 msgid "" "You cannot use the field carryover_target in an expression that does not " "have the label starting with _carryover_" msgstr "若表達式中沒有以 _carryover_ 開頭的標籤,便不可使用欄位 carryover_target" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You cannot use this account (%s) in this journal, check the field 'Allowed " "Journals' on the related account." msgstr "您不能在此日記帳中使用此科目(%s),請檢查相關科目上的'允許的日記帳'欄位." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You cannot use this account (%s) in this journal, check the section " "'Control-Access' under tab 'Advanced Settings' on the related journal." msgstr "您不能在此日記帳中使用此科目(%s),請檢查相關日計帳上'進階設定'選項下的'訪問控制'部分." #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "" "You cannot use this wizard on journal entries belonging to different " "companies." msgstr "您不能對屬於不同公司的日記帳分錄使用此引導." #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You cannot validate a document with an inactive currency: %s" msgstr "您無法驗證具有非活動貨幣的文件: %s" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "" "You cannot validate an invoice with a negative total amount. You should " "create a credit note instead. Use the action menu to transform it into a " "credit note or refund." msgstr "您不能驗證總金額為負的發票. 您應該改建一個退款單. 使用操作功能表將其轉換為退款或退款單." #. module: account #. odoo-python #: code:addons/account/models/account_account.py:0 #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "" "You do not have the right to perform this operation as you do not have " "access to the following companies: %s." msgstr "你沒有權限執行此操作,因為你沒有以下公司的存取權限:%s。" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "You do not have the right to trust or un-trust a bank account." msgstr "你沒有權限信任或取消信任銀行賬戶。" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "You do not have the rights to trust or un-trust accounts." msgstr "你沒有權限信任或取消信任賬戶。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You don't have the access rights to post an invoice." msgstr "您沒有開立應收憑單的存取權." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "You have" msgstr "您有" #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You have to configure the 'Exchange Gain or Loss Journal' in your company " "settings, to manage automatically the booking of accounting entries related " "to differences between exchange rates." msgstr "你必須在公司設定中,設定「匯兌損益日記賬」,以自動管理匯兌差額會計記項的記賬工作。" #. module: account #. odoo-python #: code:addons/account/wizard/account_merge_wizard.py:0 msgid "You must select at least 2 accounts." msgstr "必須至少選擇 2 個賬戶。" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You must specify the Profit Account (company dependent)" msgstr "您必須指定營利帳戶(跟公司相關)" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 msgid "You need to add a line before posting." msgstr "您需要在過帳前增加明細." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You should configure the 'Gain Exchange Rate Account' in your company " "settings, to manage automatically the booking of accounting entries related " "to differences between exchange rates." msgstr "您應該在您的公司設定中設定'匯率收益科目',以自動管理與匯率差異相關的會計分錄." #. module: account #. odoo-python #: code:addons/account/models/account_move_line.py:0 msgid "" "You should configure the 'Loss Exchange Rate Account' in your company " "settings, to manage automatically the booking of accounting entries related " "to differences between exchange rates." msgstr "您應該在公司設定中設定'匯率虧損科目',以自動管理與匯率差異相關的會計分錄." #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "You should update this document to reflect your T&C." msgstr "你應該更新此文件,以反映你的條款及細則。" #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice msgid "Your Invoices" msgstr "發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "ZIP" msgstr "郵遞區號" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "Zip Range" msgstr "郵編範圍" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__zip_from msgid "Zip Range From" msgstr "郵編範圍從" #. module: account #: model:ir.model.fields,field_description:account.field_account_fiscal_position__zip_to msgid "Zip Range To" msgstr "郵編範圍到" #. module: account #: model:ir.model.fields,help:account.field_res_partner__days_sales_outstanding #: model:ir.model.fields,help:account.field_res_users__days_sales_outstanding msgid "" "[(Total Receivable/Total Revenue) * number of days since the first invoice] " "for this customer" msgstr "此客戶的 [ ( 應收總額 ÷ 總收入 ) × 首張發票後的天數 ]" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "[FURN_8220] Four Person Desk" msgstr "[FURN_8220] 四人桌" #. module: account #: model_terms:ir.ui.view,arch_db:account.bill_preview msgid "[FURN_8999] Three-Seat Sofa" msgstr "[FURN_8999] 三人沙發" #. module: account #. odoo-python #: code:addons/account/models/account_move.py:0 #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "[Not set]" msgstr "[沒有設定]" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "activate the currency of the bill" msgstr "於應付帳單啟用此幣別" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "activate the currency of the invoice" msgstr "於應收憑單啟用此幣別" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "alias" msgstr "別名" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "amounts for" msgstr "以下項目的金額:" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/grouped_view_widget/grouped_view_widget.xml:0 msgid "are not shown in the preview" msgstr "預覽中未顯示" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0 msgid "assign to invoice" msgstr "指派給發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "auto-posting enabled. Next accounting date:" msgstr "自動過賬已啟用。下一個會計日期為 " #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "become involved in costs related to a country's legislation. The amount of " "the invoice will therefore be due to" msgstr "考量各國家立法相關的稅金成本. 因此,應收憑單金額將是由於" #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "bills for" msgstr "以下項目的賬單" #. module: account #. odoo-python #: code:addons/account/wizard/account_move_send_batch_wizard.py:0 msgid "by %s" msgstr "由 %s" #. module: account #. odoo-python #: code:addons/account/controllers/portal.py:0 #: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_sending_method__email msgid "by Email" msgstr "電子郵件" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "cancelling {percent}%% of {amount}" msgstr "正在取消 {amount} 的 {percent}%%" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "cannot under any circumstances, be required by the client to appear as a " "third party in the context of any claim for damages filed against the client" " by an end consumer." msgstr "在任何情況下,都不能被客戶要求在最終消費者向客戶提出的任何損害賠償索賠的背景下作為第三方出現." #. module: account #: model_terms:ir.ui.view,arch_db:account.portal_invoice_error #: model_terms:ir.ui.view,arch_db:account.portal_invoice_success msgid "close" msgstr "關閉" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "dates for" msgstr "以下項目的日期:" #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "due if paid before" msgstr "應付款額,若在此限期前付款" #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard msgid "e.g BE15001559627230" msgstr "例如 BE15001559627230" #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard msgid "e.g Bank of America" msgstr "例如 彰化銀行" #. module: account #: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard msgid "e.g GEBABEBB" msgstr "例如 GEBABEBB" #. module: account #. odoo-python #: code:addons/account/models/account_analytic_distribution_model.py:0 msgid "e.g. %(prefix)s" msgstr "例:%(prefix)s" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_form msgid "e.g. 101000" msgstr "例如 101000" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "e.g. 30 days" msgstr "例:30 天" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form msgid "e.g. Bank Fees" msgstr "例如. 銀行費用" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_form msgid "e.g. Current Assets" msgstr "例如 流動資產" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "e.g. Customer Invoices" msgstr "例:客戶發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_form #: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_tree msgid "e.g. GAAP, IFRS, ..." msgstr "例如 GAAP, IFRS, ..." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "e.g. INV" msgstr "例如 庫存" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "e.g. My Company" msgstr "例:我的公司" #. module: account #: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding msgid "e.g. https://www.odoo.com" msgstr "例:https://www.odoo.com" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_journal_form msgid "e.g. mycompany.com" msgstr "例:mycompany.com" #. module: account #: model:ir.model.fields,field_description:account.field_res_partner__invoice_edi_format #: model:ir.model.fields,field_description:account.field_res_users__invoice_edi_format msgid "eInvoice format" msgstr "電子發票格式" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "entries" msgstr "記項" #. module: account #. odoo-python #: code:addons/account/models/account_lock_exception.py:0 msgid "everyone" msgstr "所有人" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "fall outside the typical range." msgstr "超出了典型範圍。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "has been applied." msgstr "已套用。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "here" msgstr "這裡" #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__payment_tolerance_type__fixed_amount msgid "in amount" msgstr "於金額" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "in its entirety and does not include any costs relating to the legislation " "of the country in which the client is located." msgstr "不包括與客戶所在國家/地區的稅金法律相關的任何費用." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__payment_tolerance_type__percentage msgid "in percentage" msgstr "百分比" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/account_batch_sending_summary/account_batch_sending_summary.xml:0 msgid "invoice(s)" msgstr "發票" #. module: account #. odoo-python #: code:addons/account/controllers/download_docs.py:0 #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "invoices" msgstr "發票" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "is a key action. Have you reviewed everything?" msgstr "是一項重要操作。是否已核對所有內容?" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "" "is a money transfer service and not a bank.\n" " Double check if the account can be trusted by calling the vendor.
" msgstr "" "是匯款服務,不是銀行。\n" " 建議致電供應商,確認賬戶是否可信。
" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account msgid "is not from the same country as the partner (" msgstr "與合作夥伴的國家/地區不同(" #. module: account #: model:ir.model.fields,field_description:account.field_res_company__account_enabled_tax_country_ids msgid "l10n-used countries" msgstr "l10n使用的國家" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "law." msgstr "法律." #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "listed below for this customer." msgstr "關於此客戶的資訊列出如下。" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "listed below for this vendor." msgstr "關於此供應商的資訊列出如下。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "must be notified of any claim by means of a letter sent by recorded delivery" " to its registered office within 8 days of the delivery of the goods or the " "provision of the services." msgstr "為了使其被受理,必須在交付貨物或提供服務後 8 天內通過以掛號信方式將任何索賠通知到其註冊辦事處." #. module: account #: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__repartition_type__tax msgid "of tax" msgstr "稅金" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_payment_term_form msgid "on" msgstr "於" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "or" msgstr "或" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "out of" msgstr "除外" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "outstanding credits" msgstr "未結貸方" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_move_form msgid "outstanding debits" msgstr "未結借方" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "payments will be skipped due to" msgstr "付款會略過,因" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "postponing it to {new_date}" msgstr "延期至 {new_date}" #. module: account #. odoo-python #: code:addons/account/models/account_tax.py:0 msgid "repartition line" msgstr "重新分區線/資料行" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "reserves the right to call on the services of a debt recovery company. All " "legal expenses will be payable by the client." msgstr "保留要求債務追償公司服務的權利. 所有法律費用將由客戶支付." #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "reserves the right to request a fixed interest payment amounting to 10% of " "the sum remaining due." msgstr "保留要求支付固定利息的權利,相當於剩餘到期金額的10%." #. module: account #: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tag_ids_domain msgid "tag domain" msgstr "標籤範疇" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_partner_property_form msgid "the parent company" msgstr "上級公司" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_group_form msgid "to" msgstr "到" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_position_form msgid "to create the taxes for this country." msgstr "為這個國家建立稅金設定." #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "trusted" msgstr "信任" #. module: account #. odoo-javascript #: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0 msgid "try our sample" msgstr "試試用我們的範例" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "undertakes to do its best to supply performant services in due time in " "accordance with the agreed timeframes. However, none of its obligations can " "be considered as being an obligation to achieve results." msgstr "承諾在約定的時間範圍內,盡最大努力在適當的時候提供優質服務. 但是,其任何義務都不能被視為實現結果的義務." #. module: account #: model_terms:ir.ui.view,arch_db:account.report_invoice_document msgid "units" msgstr "單位" #. module: account #. odoo-javascript #: code:addons/account/static/src/js/search/search_bar/search_bar.js:0 msgid "until" msgstr "直至" #. module: account #. odoo-python #: code:addons/account/models/res_partner_bank.py:0 msgid "untrusted" msgstr "不信任" #. module: account #: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form msgid "untrusted bank accounts" msgstr "不信任的銀行賬戶" #. module: account #: model_terms:ir.ui.view,arch_db:account.validate_account_move_view msgid "will auto-confirm on their respective dates." msgstr "將在各自的日期才會自動確認。" #. module: account #: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions msgid "" "will be authorized to suspend any provision of services without prior " "warning in the event of late payment." msgstr "在延遲付款的情況下,將可能在未通知情況暫停本公司的各項服務提供." #. module: account #: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard msgid "without making any corrections." msgstr "而不作任何更正。" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "" "{amount} ({debit_credit}) from {account_source_name} were " "transferred to {account_target_name} by {link}" msgstr "" "{amount} ({debit_credit}) 已從支賬戶口 {account_source_name} " "轉賬至受款人 {account_target_name},方式為 {link}" #. module: account #. odoo-python #: code:addons/account/wizard/account_automatic_entry_wizard.py:0 msgid "{amount} ({debit_credit}) from {link}" msgstr "{amount} ({debit_credit}),連結為 {link}" #. module: account #: model:mail.template,subject:account.email_template_edi_credit_note msgid "" "{{ object.company_id.name }} Credit Note (Ref {{ object.name or 'n/a' }})" msgstr "{{ object.company_id.name }} 退款單(參考編號: {{ object.name or '不適用' }})" #. module: account #: model:mail.template,subject:account.email_template_edi_invoice msgid "{{ object.company_id.name }} Invoice (Ref {{ object.name or 'n/a' }})" msgstr "{{ object.company_id.name }} 發票(參考編號: {{ object.name or '不適用' }})" #. module: account #: model:mail.template,subject:account.mail_template_data_payment_receipt msgid "" "{{ object.company_id.name }} Payment Receipt (Ref {{ object.name or 'n/a' " "}})" msgstr "{{ object.company_id.name }} 付款收據(編號 {{ object.name 或 'n/a' }})"