19282 lines
772 KiB
Plaintext
19282 lines
772 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * account
|
||
#
|
||
# Translators:
|
||
# Martin Trigaux, 2024
|
||
# Nancy Momoland <thanh.np2502@gmail.com>, 2024
|
||
# Thi Huong Nguyen, 2025
|
||
# Wil Odoo, 2025
|
||
#
|
||
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: Wil Odoo, 2025\n"
|
||
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: vi\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"
|
||
"Bút toán (%(move)s) chưa được cân đối.\n"
|
||
"Tổng nợ là %(debit_total)s và tổng có là %(credit_total)s.\n"
|
||
"Bạn có thể chỉ định một tài khoản mặc định trên sổ nhật ký \"%(journal)s\" để tự động cân đối mỗi bút toán."
|
||
|
||
#. 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"
|
||
" Chọn 'Bán hàng' đối với sổ nhật ký hoá đơn bán hàng.\n"
|
||
" Chọn 'Mua hàng' đối với sổ nhật ký hoá đơn mua hàng.\n"
|
||
" Chọn 'Tiền mặt' hoặc 'Ngân hàng' đối với các sổ nhật ký ghi nhận những khoản thanh toán mua hàng hoặc bán hàng.\n"
|
||
" Chọn 'Chung' đối với các sổ nhật ký dành cho những hoạt động khác."
|
||
|
||
#. 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"
|
||
" - Nhóm thuế: Thuế là tập hợp của các loại thuế phụ.\n"
|
||
" - Cố định: Số tiền thuế luôn không đổi dù giá có thay đổi.\n"
|
||
" - Phần trăm: Số tiền thuế được tính theo % giá cả:\n"
|
||
" VD: 100 * (1 + 10%) = 110 (chưa bao gồm trong giá)\n"
|
||
" VD: 110 / (1 + 10%) = 100 (đã gồm trong giá)\n"
|
||
" - Phần trăm đã bao gồm thuế: Tiền thuế là khoản tiền được chia ra từ giá:\n"
|
||
" VD: 180 / (1 - 10%) = 200 (chưa bao gồm trong giá)\n"
|
||
" VD: 200 * (1 - 10%) = 180 (đã gồm trong giá)\n"
|
||
" "
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_lock_exception.py:0
|
||
msgid " for '%s'"
|
||
msgstr " cho '%s'"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_lock_exception.py:0
|
||
msgid " valid until %s"
|
||
msgstr " hiệu lực đến %s"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_bills_count
|
||
msgid "# Reconciled Bills"
|
||
msgstr "SL hóa đơn NCC đã đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoices_count
|
||
msgid "# Reconciled Invoices"
|
||
msgstr "SL hóa đơn đã đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_statement_lines_count
|
||
msgid "# Reconciled Statement Lines"
|
||
msgstr "SL sao kê đã đối soát"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "#Created by: %s"
|
||
msgstr "#Tạo bởi: %s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "%(action)s for journal %(journal)s"
|
||
msgstr "%(action)s cho bút toán %(journal)s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/product.py:0
|
||
msgid "%(amount)s Excl. Taxes"
|
||
msgstr "%(amount)s Chưa bao gồm thuế"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/product.py:0
|
||
msgid "%(amount)s Incl. Taxes"
|
||
msgstr "%(amount)s Bao gồm thuế"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "%(amount)s due %(date)s"
|
||
msgstr "%(amount)s đến hạn %(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 đối với %(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 Sao kê %(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 ""
|
||
"Dòng sao kê liên quan của %(move)s đã chuyển qua trạng thái không hợp lệ.\n"
|
||
"Để nhất quán, bút toán phải luôn có đúng một dòng tạm thời."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "%(name)s installment #%(number)s"
|
||
msgstr "%(name)s khoản trả góp #%(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) đã lên hóa đơn, "
|
||
"%(quantity_received)s Đã nhận với giá %(unit_price)s mỗi cái"
|
||
|
||
#. 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 Đã lập hoá đơn bán hàng, "
|
||
"%(quantity_delivered)s Đã giao với đơn giá %(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 đã đạt hạn mức tín dụng là: %(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 (làm tròn)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "%<span class=\"px-3\"/>("
|
||
msgstr "%<span class=\"px-3\"/>("
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "%d moves"
|
||
msgstr "%d bút toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "%s (Copy)"
|
||
msgstr "%s (Bản sao)"
|
||
|
||
#. 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 (bản sao)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/sequence_mixin.py:0
|
||
msgid "%s is not a stored field"
|
||
msgstr "%s không phải là giá trị được lưu trữ"
|
||
|
||
#. 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, hoặc / nếu không áp dụng"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.action_move_block_payment
|
||
msgid "(Un)Block Payment"
|
||
msgstr "(Bỏ)chặn thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_report.py:0
|
||
msgid "(copy)"
|
||
msgstr "(sao chép)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form
|
||
msgid "(from"
|
||
msgstr "(từ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "(included)."
|
||
msgstr "(đã gồm)."
|
||
|
||
#. 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 ").<br/>"
|
||
msgstr ").<br/>"
|
||
|
||
#. 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 "- Ngày hóa đơn bán hàng/hóa đơn mua hàng mặc định sẽ được đề xuất."
|
||
|
||
#. 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 ""
|
||
"- Một trường mới « Tổng (gồm thuế.) » để tăng tốc và kiểm soát mã hóa bằng "
|
||
"cách tự động tạo dòng với tài khoản phù hợp & thuế."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "- Installment of"
|
||
msgstr "- Khoản trả góp"
|
||
|
||
#. 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 ""
|
||
"- Trình tự của tài liệu có thể chỉnh sửa được trên tất cả các tài liệu."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
|
||
msgid "-> View partially reconciled entries"
|
||
msgstr "-> Xem các bút toán đã đối soát 1 phần"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed
|
||
msgid ""
|
||
".\n"
|
||
" <br/>\n"
|
||
" --\n"
|
||
" <br/>"
|
||
msgstr ""
|
||
".\n"
|
||
" <br/>\n"
|
||
" --\n"
|
||
" <br/>"
|
||
|
||
#. 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 ". Hãy chắc chắn rằng đây là một hành vi mong muốn."
|
||
|
||
#. 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 ""
|
||
". Bút toán cần được tính bởi hệ thống trước khi thực hiện việc vào sổ theo "
|
||
"tiền tệ của công ty."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid ". You might want to put a higher number here."
|
||
msgstr ". Bạn có thể muốn đặt một số cao hơn ở đây."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_resequence.py:0
|
||
msgid "... (%(nb_of_values)s other)"
|
||
msgstr "... (%(nb_of_values)s khác)"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/x2many_buttons/x2many_buttons.xml:0
|
||
msgid "... (View all)"
|
||
msgstr "... (Xem tất cả)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
#: code:addons/account/models/partner.py:0
|
||
msgid "/ if not applicable"
|
||
msgstr "/ nếu không áp dụng"
|
||
|
||
#. 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 ngày sau ngày cuối tháng kế tiếp"
|
||
|
||
#. 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 USD"
|
||
|
||
#. 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 ngày"
|
||
|
||
#. 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 "Trong 30 ngày, giảm 2% trong 7 ngày"
|
||
|
||
#. 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 ngày"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "25.0 USD"
|
||
msgstr "25,0 USD"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "25.00 USD"
|
||
msgstr "25,00 USD"
|
||
|
||
#. 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 ngày"
|
||
|
||
#. module: account
|
||
#: model:account.payment.term,name:account.account_payment_term_advance
|
||
msgid "30% Advance End of Following Month"
|
||
msgstr "30% trả trước, còn lại vào trước khi hết tháng tiếp theo"
|
||
|
||
#. module: account
|
||
#: model:account.payment.term,name:account.account_payment_term_advance_60days
|
||
msgid "30% Now, Balance 60 Days"
|
||
msgstr "30% trả ngay, còn lại trong 60 ngày"
|
||
|
||
#. 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 ngày"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "50 USD"
|
||
msgstr "50 USD"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "50.00 EUR"
|
||
msgstr "50,00 EUR"
|
||
|
||
#. 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 ngày, vào ngày 10"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment_term.py:0
|
||
msgid ""
|
||
"<b>%(count)s#</b> Installment of <b>%(amount)s</b> due on <b style='color: "
|
||
"#704A66;'>%(date)s</b>"
|
||
msgstr ""
|
||
"<b>%(count)s#</b> Khoản trả trước <b>%(amount)s</b> đến hạn thanh toán vào "
|
||
"<b style='color: #704A66;'>%(date)s</b>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<br/> on this account:"
|
||
msgstr "<br/>trên tài khoản này:"
|
||
|
||
#. module: account
|
||
#: model:mail.template,body_html:account.email_template_edi_credit_note
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Dear\n"
|
||
" <t t-if=\"object.partner_id.parent_id\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t> (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>),\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Here is your\n"
|
||
" <t t-if=\"object.name\">\n"
|
||
" credit note <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">RINV/2021/05/0001</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" credit note\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.invoice_origin\">\n"
|
||
" (with reference: <t t-out=\"object.invoice_origin or ''\">SUB003</t>)\n"
|
||
" </t>\n"
|
||
" amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</span>\n"
|
||
" from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
|
||
" <br/><br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.invoice_user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Xin chào\n"
|
||
" <t t-if=\"object.partner_id.parent_id\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t> (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>),\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Đây là\n"
|
||
" <t t-if=\"object.name\">\n"
|
||
" giấy báo có của bạn <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">RINV/2021/05/0001</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" giấy báo có\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.invoice_origin\">\n"
|
||
" (với mã tham chiếu: <t t-out=\"object.invoice_origin or ''\">SUB003</t>)\n"
|
||
" </t>\n"
|
||
" có số tiền là <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</span>\n"
|
||
" từ <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
|
||
" <br/><br/>\n"
|
||
" Nếu bạn có bất kỳ thắc mắc nào, vui lòng liên hệ với chúng tôi.\n"
|
||
" <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.invoice_user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: account
|
||
#: model:mail.template,body_html:account.email_template_edi_invoice
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Dear\n"
|
||
" <t t-if=\"object.partner_id.parent_id\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t> (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>),\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Here is your\n"
|
||
" <t t-if=\"object.name\">\n"
|
||
" invoice <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">INV/2021/05/0005</span>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" invoice\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.invoice_origin\">\n"
|
||
" (with reference: <t t-out=\"object.invoice_origin or ''\">SUB003</t>)\n"
|
||
" </t>\n"
|
||
" amounting in <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143,750.00</span>\n"
|
||
" from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
|
||
" <t t-if=\"object.payment_state in ('paid', 'in_payment')\">\n"
|
||
" This invoice is already paid.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Please remit payment at your earliest convenience.\n"
|
||
" <t t-if=\"object.payment_reference\">\n"
|
||
" <br/><br/>\n"
|
||
" Please use the following communication for your payment: <strong t-out=\"object.payment_reference or ''\">INV/2021/05/0005</strong>\n"
|
||
" <t t-if=\"object.partner_bank_id\">\n"
|
||
" on the account <strong t-out=\"object.partner_bank_id.acc_number\"/>\n"
|
||
" </t>\n"
|
||
" .\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"hasattr(object, 'timesheet_count') and object.timesheet_count\">\n"
|
||
" <br/><br/>\n"
|
||
" PS: you can review your timesheets <a t-att-href=\"'/my/timesheets?search_in=invoice&search=%s' % object.name\">from the portal.</a>\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.invoice_user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Xin chào\n"
|
||
" <t t-if=\"object.partner_id.parent_id\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t> (<t t-out=\"object.partner_id.parent_id.name or ''\">Azure Interior</t>),\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Đây là\n"
|
||
" <t t-if=\"object.name\">\n"
|
||
" hoá đơn <span style=\"font-weight:bold;\" t-out=\"object.name or ''\">INV/2021/05/0005</span> của bạn\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" hoá đơn của bạn\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.invoice_origin\">\n"
|
||
" (với mã tham chiếu: <t t-out=\"object.invoice_origin or ''\">SUB003</t>)\n"
|
||
" </t>\n"
|
||
" có số tiền là <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount_total, object.currency_id) or ''\">$ 143.750,00</span>\n"
|
||
" từ <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
|
||
" <t t-if=\"object.payment_state in ('paid', 'in_payment')\">\n"
|
||
" Hoá đơn này đã được thanh toán.\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Vui lòng thanh toán vào thời điểm sớm nhất mà bạn thấy thuận tiện.\n"
|
||
" <t t-if=\"object.payment_reference\">\n"
|
||
" <br/><br/>\n"
|
||
" Vui lòng điền thông tin thanh toán như sau: <strong t-out=\"object.payment_reference or ''\">INV/2021/05/0005</strong>\n"
|
||
" <t t-if=\"object.partner_bank_id\">\n"
|
||
" trên tài khoản <strong t-out=\"object.partner_bank_id.acc_number\"/>\n"
|
||
" </t>\n"
|
||
" .\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"hasattr(object, 'timesheet_count') and object.timesheet_count\">\n"
|
||
" <br/><br/>\n"
|
||
" PS: Bạn có thể xem lại bảng chấm công của mình <a t-att-href=\"'/my/timesheets?search_in=invoice&search=%s' % object.name\">trên cổng thông tin.</a>\n"
|
||
" </t>\n"
|
||
" <br/><br/>\n"
|
||
" Nếu bạn có bất kỳ thắc mắc nào, xin vui lòng liên hệ với chúng tôi.\n"
|
||
" <t t-if=\"not is_html_empty(object.invoice_user_id.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"object.invoice_user_id.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: account
|
||
#: model:mail.template,body_html:account.mail_template_data_payment_receipt
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Dear <t t-out=\"object.partner_id.name or ''\">Azure Interior</t><br/><br/>\n"
|
||
" Thank you for your payment.\n"
|
||
" Here is your payment receipt <span style=\"font-weight:bold;\" t-out=\"(object.name or '').replace('/','-') or ''\">BNK1-2021-05-0002</span> amounting\n"
|
||
" to <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount, object.currency_id) or ''\">$ 10.00</span> from <t t-out=\"object.company_id.name or ''\">YourCompany</t>.\n"
|
||
" <br/><br/>\n"
|
||
" Do not hesitate to contact us if you have any questions.\n"
|
||
" <br/><br/>\n"
|
||
" Best regards,\n"
|
||
" <t t-if=\"not is_html_empty(user.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"user.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
msgstr ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||
" Thân mến<t t-out=\"object.partner_id.name or ''\">Azure Interior</t><br/><br/>\n"
|
||
" Cảm ơn bạn đã thanh toán.\n"
|
||
" Đây là biên lai thanh toán của bạn<span style=\"font-weight:bold;\" t-out=\"(object.name or '').replace('/','-') or ''\">BNK1-2021-05-0002</span> số tiền\n"
|
||
" là <span style=\"font-weight:bold;\" t-out=\"format_amount(object.amount, object.currency_id) or ''\">$ 10.00</span> từ <t t-out=\"object.company_id.name or ''\">BizApps</t>.\n"
|
||
" <br/><br/>\n"
|
||
" Đừng ngần ngại liên hệ với chúng tôi nếu bạn có bất kỳ câu hỏi nào.\n"
|
||
" <br/><br/>\n"
|
||
" Trân trọng,\n"
|
||
" <t t-if=\"not is_html_empty(user.signature)\" data-o-mail-quote-container=\"1\">\n"
|
||
" <br/><br/>\n"
|
||
" <t t-out=\"user.signature or ''\" data-o-mail-quote=\"1\">--<br data-o-mail-quote=\"1\"/>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </p>\n"
|
||
"</div>\n"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_menu_invoice
|
||
msgid "<em>Draft Invoice</em>"
|
||
msgstr "<em>Hoá đơn dự thảo</em>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_kanban
|
||
msgid "<i class=\"fa fa-clock-o fw-bold\" aria-label=\"Date\" role=\"img\" title=\"Date\"/>"
|
||
msgstr "<i class=\"fa fa-clock-o fw-bold\" aria-label=\"Ngày\" role=\"img\" title=\"Ngày\"/>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_kanban
|
||
msgid "<i class=\"fa fa-clock-o fw-bold\" role=\"img\" aria-label=\"Date\" title=\"Date\"/>"
|
||
msgstr "<i class=\"fa fa-clock-o fw-bold\" role=\"img\" aria-label=\"Ngày\" title=\"Ngày\"/>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban
|
||
msgid "<i class=\"fa fa-clock-o\" aria-label=\"Date\" role=\"img\" title=\"Date\"/>"
|
||
msgstr "<i class=\"fa fa-clock-o\" aria-label=\"Date\" role=\"img\" title=\"Ngày\"/>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
|
||
msgid "<i class=\"fa fa-download\"/> Download"
|
||
msgstr "<i class=\"fa fa-download\"/> Tải xuống"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
|
||
msgid ""
|
||
"<i class=\"fa fa-fw fa-check\" aria-label=\"Paid\" title=\"Paid\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Paid</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-fw fa-check\" aria-label=\"Paid\" title=\"Đã thanh toán\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Đã thanh toán</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
|
||
msgid ""
|
||
"<i class=\"fa fa-fw fa-check\" aria-label=\"Reversed\" title=\"Reversed\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Reversed</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-fw fa-check\" aria-label=\"Reversed\" title=\"Đảo ngược\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Đảo ngược</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
|
||
msgid ""
|
||
"<i class=\"fa fa-fw fa-check\" aria-label=\"processing_payment\" title=\"Processing Payment\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Processing Payment</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-fw fa-check\" aria-label=\"processing_payment\" title=\"Processing Payment\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Đang xử lý thanh toán</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
|
||
msgid ""
|
||
"<i class=\"fa fa-fw fa-clock-o\" aria-label=\"Opened\" title=\"Opened\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Waiting for Payment</span>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-fw fa-clock-o\" aria-label=\"Opened\" title=\"Mở\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Chờ thanh toán</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid ""
|
||
"<i class=\"fa fa-lightbulb-o\" role=\"img\"/>\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 ""
|
||
"<i class=\"fa fa-lightbulb-o\" role=\"img\"/>\n"
|
||
" Đừng lo, về sau bạn vẫn luôn có thể thay đổi cài đặt này trên biểu mẫu của nhà cung cấp.\n"
|
||
" Bạn cũng có tùy chọn tắt tính năng này cho tất cả nhà cung cấp trong cài đặt kế toán."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner
|
||
msgid "<i class=\"oi oi-arrow-right me-1\"/>Back to settings"
|
||
msgstr "<i class=\"oi oi-arrow-right me-1\"/>Quay lại cài đặt"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid ""
|
||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||
" Preview"
|
||
msgstr ""
|
||
"<i class=\"oi oi-arrow-right\"/>\n"
|
||
" Xem trước"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid ""
|
||
"<i class=\"oi oi-fw o_button_icon oi-arrow-right\"/> Configure Alias Domain"
|
||
msgstr ""
|
||
"<i class=\"oi oi-fw o_button_icon oi-arrow-right\"/> Cấu hình miền bí danh"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_details_fields
|
||
msgid ""
|
||
"<small class=\"form-text text-muted\">\n"
|
||
" You can choose how you want us to send your invoices, and with which electronic format.\n"
|
||
" </small>"
|
||
msgstr ""
|
||
"<small class=\"form-text text-muted\">\n"
|
||
" Bạn có thể chọn cách chúng tôi gửi hóa đơn của bạn và định dạng điện tử mà chúng tôi sử dụng.\n"
|
||
" </small>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
|
||
msgid ""
|
||
"<span class=\"badge rounded-pill text-bg-warning\">\n"
|
||
" <i class=\"fa fa-fw fa-remove\" aria-label=\"Cancelled\" title=\"Cancelled\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Cancelled</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"badge rounded-pill text-bg-warning\">\n"
|
||
" <i class=\"fa fa-fw fa-remove\" aria-label=\"Cancelled\" title=\"Đã huỷ\" role=\"img\"/>\n"
|
||
" <span class=\"d-none d-md-inline\"> Đã huỷ</span>\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account
|
||
msgid ""
|
||
"<span class=\"d-flex gap-2 w-100\">\n"
|
||
" <span invisible=\"allow_out_payment\" class=\"text-muted\">Untrusted</span>\n"
|
||
" <span invisible=\"not allow_out_payment\" class=\"text-success\">Trusted</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"d-flex gap-2 w-100\">\n"
|
||
" <span invisible=\"allow_out_payment\" class=\"text-muted\">Không tin cậy</span>\n"
|
||
" <span invisible=\"not allow_out_payment\" class=\"text-success\">Tin cậy</span>\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form
|
||
msgid ""
|
||
"<span class=\"figure-caption\">Never miss a deadline, with automated "
|
||
"statements and alerts.</span>"
|
||
msgstr ""
|
||
"<span class=\"figure-caption\">Không bao giờ bị quá hạn nhờ các báo cáo và "
|
||
"cảnh báo tự động.</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid ""
|
||
"<span class=\"o_form_label mx-3 oe_edit_only\" groups=\"account.group_account_readonly\" invisible=\"move_type == 'entry'\">\n"
|
||
" <span groups=\"base.group_multi_currency\">in </span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"o_form_label mx-3 oe_edit_only\" groups=\"account.group_account_readonly\" invisible=\"move_type == 'entry'\">\n"
|
||
" <span groups=\"base.group_multi_currency\">bằng </span>\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid ""
|
||
"<span class=\"o_form_label mx-3 oe_edit_only\" invisible=\"state != 'draft' "
|
||
"or invoice_payment_term_id\"> or </span>"
|
||
msgstr ""
|
||
"<span class=\"o_form_label mx-3 oe_edit_only\" invisible=\"state != 'draft' "
|
||
"or invoice_payment_term_id\"> hoặc </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_line_form
|
||
msgid ""
|
||
"<span class=\"o_form_label oe_inline\" invisible=\"amount_type != "
|
||
"'percentage'\">%</span>"
|
||
msgstr ""
|
||
"<span class=\"o_form_label oe_inline\" invisible=\"amount_type != "
|
||
"'percentage'\">%</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
|
||
msgid ""
|
||
"<span class=\"o_form_label oe_inline\" invisible=\"amount_type == "
|
||
"'fixed'\">%</span>"
|
||
msgstr ""
|
||
"<span class=\"o_form_label oe_inline\" invisible=\"amount_type == "
|
||
"'fixed'\">%</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid ""
|
||
"<span class=\"o_form_label\" invisible=\"match_amount != "
|
||
"'between'\">and</span>"
|
||
msgstr ""
|
||
"<span class=\"o_form_label\" invisible=\"match_amount != "
|
||
"'between'\">và</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form
|
||
msgid "<span class=\"o_form_label\">Changed Lock Date:</span>"
|
||
msgstr "<span class=\"o_form_label\">Ngày khoá sổ đã thay đổi:</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Audit\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Kiểm toán\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_form
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Balance\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Số dư\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_form
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Taxes\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Thuế\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "<span class=\"o_stat_text\">1 Payment</span>"
|
||
msgstr "<span class=\"o_stat_text\">1 thanh toán</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "<span class=\"o_stat_text\">Cash Basis Entries</span>"
|
||
msgstr "<span class=\"o_stat_text\">Bút toán kế toán dòng tiền</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
|
||
msgid "<span class=\"o_stat_text\">Invoiced</span>"
|
||
msgstr "<span class=\"o_stat_text\">Đã xuất hoá đơn</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "<span class=\"o_stat_text\">Journal Entries</span>"
|
||
msgstr "<span class=\"o_stat_text\">Bút toán</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "<span class=\"o_stat_text\">Journal Entry</span>"
|
||
msgstr "<span class=\"o_stat_text\">Bút toán sổ nhật ký</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "<span class=\"o_stat_text\">Reconciled Items</span>"
|
||
msgstr "<span class=\"o_stat_text\">Hạng mục đã đối chiếu</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "<span class=\"o_stat_text\">Transaction</span>"
|
||
msgstr "<span class=\"o_stat_text\">Giao dịch</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account
|
||
msgid "<span class=\"text-danger\">High risk</span>:"
|
||
msgstr "<span class=\"text-danger\">Rủi ro cao</span>:"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard
|
||
msgid ""
|
||
"<span class=\"text-muted ms-2\">\n"
|
||
" <i>inclusive, to make them immutable</i>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"text-muted ms-2\">\n"
|
||
" <i>bao gồm, để chúng không thể thay đổi được</i>\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard
|
||
msgid ""
|
||
"<span class=\"text-muted\">\n"
|
||
" <i>Secure entries up to</i>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"text-muted\">\n"
|
||
" <i>Bảo mật bút toán cho đến</i>\n"
|
||
" </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid ""
|
||
"<span class=\"text-nowrap\">$ <span "
|
||
"class=\"oe_currency_value\">11,750.00</span></span>"
|
||
msgstr ""
|
||
"<span class=\"text-nowrap\"><span "
|
||
"class=\"oe_currency_value\">11.750,00</span>$</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid ""
|
||
"<span class=\"text-nowrap\">$ <span "
|
||
"class=\"oe_currency_value\">19,250.00</span></span>"
|
||
msgstr ""
|
||
"<span class=\"text-nowrap\"><span "
|
||
"class=\"oe_currency_value\">19.250,00</span>$</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid ""
|
||
"<span class=\"text-nowrap\">$ <span "
|
||
"class=\"oe_currency_value\">7,500.00</span></span>"
|
||
msgstr ""
|
||
"<span class=\"text-nowrap\">đ <span "
|
||
"class=\"oe_currency_value\">7,500,000</span></span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<span class=\"text-nowrap\">1,500.00</span>"
|
||
msgstr "<span class=\"text-nowrap\">1.500,00</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<span class=\"text-nowrap\">2,350.00</span>"
|
||
msgstr "<span class=\"text-nowrap\">2.350,00</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account
|
||
msgid "<span class=\"text-warning\">Medium risk</span>: Iban"
|
||
msgstr "<span class=\"text-warning\">Rủi ro trung bình</span>: Iban"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid ""
|
||
"<span invisible=\"name or name_placeholder or quick_edit_mode\">Draft</span>"
|
||
msgstr ""
|
||
"<span invisible=\"name or name_placeholder or quick_edit_mode\">Nháp</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "<span invisible=\"nb_unmodified_bills < 10\">10+</span>"
|
||
msgstr "<span invisible=\"nb_unmodified_bills < 10\">10+</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "<span invisible=\"not early_discount\"> % if paid within </span>"
|
||
msgstr ""
|
||
"<span invisible=\"not early_discount\"> % nếu thanh toán trong vòng </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "<span invisible=\"not early_discount\"> days</span>"
|
||
msgstr "<span invisible=\"not early_discount\"> ngày</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid ""
|
||
"<span invisible=\"reconciled_invoices_type != 'invoice'\"> Invoice</span>\n"
|
||
" <span invisible=\"reconciled_invoices_type == 'invoice'\"> Credit Note</span>"
|
||
msgstr ""
|
||
"<span invisible=\"reconciled_invoices_type != 'invoice'\"> Hoá đơn</span>\n"
|
||
" <span invisible=\"reconciled_invoices_type == 'invoice'\"> Giấy báo có</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid ""
|
||
"<span invisible=\"rule_type != 'invoice_matching'\" class=\"o_form_label "
|
||
"o_td_label\">Match Invoice/bill with</span>"
|
||
msgstr ""
|
||
"<span invisible=\"rule_type != 'invoice_matching'\" class=\"o_form_label "
|
||
"o_td_label\">So khớp hóa đơn/hoá đơn thanh toán với</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form
|
||
msgid "<span invisible=\"user_id\">everyone</span>"
|
||
msgstr "<span invisible=\"user_id\">mọi người</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span role=\"separator\">New</span>"
|
||
msgstr "<span role=\"separator\">Mới</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span role=\"separator\">View</span>"
|
||
msgstr "<span role=\"separator\">Xem</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span title=\"Latest Statement\">Last Statement</span>"
|
||
msgstr "<span title=\"Latest Statement\">Last Statement</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban
|
||
msgid "<span> (CR)</span>"
|
||
msgstr "<span> (có)</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_line_view_kanban
|
||
msgid "<span> (DR)</span>"
|
||
msgstr "<span> (nợ)</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "<span> = </span>"
|
||
msgstr "<span> = </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "<span> Bill</span>"
|
||
msgstr "<span> Hóa đơn</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "<span> From </span>"
|
||
msgstr "<span> Từ </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "<span> To </span>"
|
||
msgstr "<span> Tới </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<span> due on </span>"
|
||
msgstr "<span> đến hạn vào </span>"
|
||
|
||
#. 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 "<span> on </span>"
|
||
msgstr "<span> trong</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<span>$ <span class=\"oe_currency_value\">19,250.00</span></span>"
|
||
msgstr "<span><span class=\"oe_currency_value\">19.250,00</span>$</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "<span>1 </span>"
|
||
msgstr "<span>1 </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<span>5.00</span>"
|
||
msgstr "<span>5.00</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:web_tour.tour,rainbow_man_message:account.account_tour
|
||
msgid "<span><b>Good job!</b> You went through all steps of this tour.</span>"
|
||
msgstr ""
|
||
"<span><b>Tốt lắm!</b> Bạn đã xem qua tất cả các bước của tour hướng dẫn "
|
||
"này.</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "<span>Amount In Currency</span>"
|
||
msgstr "<span>Số tiền theo loại tiền</span>"
|
||
|
||
#. 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 "<span>Amount</span>"
|
||
msgstr "<span>Số tiền</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span>Balance</span>"
|
||
msgstr "<span>Số dư</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<span>Description</span>"
|
||
msgstr "<span>Mô tả</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<span>Disc.%</span>"
|
||
msgstr "<span>CK. (%)</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "<span>Draft</span>"
|
||
msgstr "<span>Nháp</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form
|
||
msgid "<span>Followers of the document and</span>"
|
||
msgstr "<span>Người theo dõi chứng từ và</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "<span>Invoice Date</span>"
|
||
msgstr "<span>Ngày hoá đơn</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "<span>Invoice Number</span>"
|
||
msgstr "<span>Số hoá đơn</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span>New</span>"
|
||
msgstr "<span>Mới</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span>Operations</span>"
|
||
msgstr "<span>Hoạt động</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<span>Quantity</span>"
|
||
msgstr "<span>Số lượng</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "<span>Reference</span>"
|
||
msgstr "<span>Liên quan</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span>Reporting</span>"
|
||
msgstr "<span>Báo cáo</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<span>Tax 0%</span>"
|
||
msgstr "<span>Thuế 0%</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<span>Taxes</span>"
|
||
msgstr "<span>Thuế</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid ""
|
||
"<span>This entry has been generated through the Invoicing app, before "
|
||
"installing Accounting. Its balance has been imported separately.</span>"
|
||
msgstr ""
|
||
"<span>Bút toán này đã được tạo thong qua phân hệ lên hóa đơn, trước khi cài "
|
||
"đặt Kế toán. Số dư đã được đưa lên riêng.</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner
|
||
msgid "<span>This is a preview of your Terms & Conditions.</span>"
|
||
msgstr ""
|
||
"<span>Đây là bản xem trước các Điều khoản của bạn & Điều kiện.</span>"
|
||
|
||
#. 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 "<span>This payment has the same partner, amount and date as </span>"
|
||
msgstr "<span>Thanh toán này có cùng đối tác, số tiền và ngày với </span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<span>Unit Price</span>"
|
||
msgstr "<span>Đơn giá</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "<span>View</span>"
|
||
msgstr "<span>Xem</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "<span>Warning: this document might be a duplicate of</span>"
|
||
msgstr "<span>Cảnh báo: chứng từ này có thể trùng lặp với</span>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong class=\"mr16\">Subtotal</strong>"
|
||
msgstr "<strong class=\"mr16\">Thành tiền</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Credit Note Date</strong>"
|
||
msgstr "<strong>Ngày lập giấy báo có:</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Customer Code</strong>"
|
||
msgstr "<strong>Mã khách hàng</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Date</strong>"
|
||
msgstr "<strong>Ngày</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Delivery Date</strong>"
|
||
msgstr "<strong>Ngày giao</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<strong>Due Date:</strong>"
|
||
msgstr "<strong>Ngày đến hạn:</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Due Date</strong>"
|
||
msgstr "<strong>Ngày đến hạn</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_statement
|
||
msgid "<strong>Ending Balance</strong>"
|
||
msgstr "<strong>Dư cuối</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Incoterm</strong>"
|
||
msgstr "<strong>Incoterm</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<strong>Invoice Date:</strong>"
|
||
msgstr "<strong>Ngày hoá đơn:</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Invoice Date</strong>"
|
||
msgstr "<strong>Ngày lập hóa đơn</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Receipt Date</strong>"
|
||
msgstr "<strong>Ngày nhận hàng</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Reference</strong>"
|
||
msgstr "<strong>Tham chiếu</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Shipping Address</strong>"
|
||
msgstr "<strong>Địa chỉ giao hàng</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "<strong>Source</strong>"
|
||
msgstr "<strong>Nguồn</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_statement
|
||
msgid "<strong>Starting Balance</strong>"
|
||
msgstr "<strong>Dư đầu</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "<strong>Subtotal</strong>"
|
||
msgstr "<strong>Thành tiền</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_currency_form_inherit
|
||
msgid ""
|
||
"<strong>This currency has already been used to generate accounting entries.</strong> <br/>\n"
|
||
" Changing its rounding factor now will not change the rounding made on previous entries; possibly causing an inconsistency with the new ones."
|
||
msgstr ""
|
||
"<strong>Đơn vị tiền tệ này đã được sử dụng để tạo các bút toán kế toán.</strong> <br/>\n"
|
||
" Thay đổi hệ số làm tròn bây giờ sẽ không thay đổi hệ số làm tròn được thực hiện trên các bút toán trước đó; có thể gây ra sự không đồng bộ với những hạch toán mới."
|
||
|
||
#. 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 "<strong>Total</strong>"
|
||
msgstr "<strong>Tổng</strong>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_account_kanban
|
||
msgid "<strong>Type: </strong>"
|
||
msgstr "<strong>Kiểu: </strong>"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "@From: %(email)s"
|
||
msgstr "@Từ: %(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 ""
|
||
"Ghi nhận thanh toán tiền cho phép bạn quản lý các bút toán tiền mặt trong sổ nhật ký tiền mặt\n"
|
||
" của bạn. Tính năng này cung cấp một cách quản lý dễ dàng để theo dõi các thanh toán tiền\n"
|
||
" mặt trong hoạt động hằng ngày."
|
||
|
||
#. 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 "Tên nhóm sổ cái phải là duy nhất trong mỗi công ty."
|
||
|
||
#. 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 ""
|
||
"Một từ điển Python sẽ được đánh giá để cung cấp giá trị mặc định khi tạo bản"
|
||
" ghi mới cho bí danh này. "
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_partner_bank.py:0
|
||
msgid "A bank account can belong to only one journal."
|
||
msgstr "Một tài khoản ngân hàng chỉ có thể thuộc về một sổ nhật ký duy nhất."
|
||
|
||
#. 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 ""
|
||
"Sao kê ngân hàng là bản tóm tắt tất cả các giao dịch tài chính\n"
|
||
" xảy ra trong một khoảng thời gian nhất định trên một tài khoản ngân hàng. Bạn\n"
|
||
" sẽ nhận được điều này định kỳ từ ngân hàng của bạn."
|
||
|
||
#. 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 ""
|
||
"Sao kê tín dụng là bản tóm tắt tất cả giao dịch tài chính\n"
|
||
" xảy ra trong một khoảng thời gian nhất định trên một tài khoản tín dụng. Bạn\n"
|
||
" sẽ nhận được sao kê định kỳ từ ngân hàng của mình."
|
||
|
||
#. 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 "Vị thế tài chính với thuế VAT nước ngoài đã tồn tại ở khu vực này."
|
||
|
||
#. 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 ""
|
||
"Một bút toán sổ nhật ký chứa một vài các phát sinh kế toán, mỗi phát sinh\n"
|
||
" có thể là một giao dịch với phát sinh nợ hoặc phát sinh có."
|
||
|
||
#. 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 ""
|
||
"Sổ nhật ký được sử dụng để ghi nhận các tất cả các giao dịch kinh tế phát "
|
||
"sinh hàng ngày."
|
||
|
||
#. 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 ""
|
||
"Một dòng không được có cả giá trị con và giá trị theo nhóm (line '%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 ""
|
||
"Một dòng bút toán này đang sử dụng tài khoản không dùng nữa, bạn không thể "
|
||
"vào sổ nó."
|
||
|
||
#. 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 "Ngày khóa sổ kế toán mới đều phải sau (hoặc bằng) ngày trước đó."
|
||
|
||
#. 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 ""
|
||
"Một ghi chú, chứa nội dung thường được áp dụng cho phần hoặc sản phẩm ở "
|
||
"trên."
|
||
|
||
#. 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 ""
|
||
"Hạn độ thanh toán được xác định là phần trăm phải luôn nằm trong khoảng từ 0"
|
||
" đến 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 "Hạn độ thanh toán được xác định là số tiền phải luôn cao hơn 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 ""
|
||
"Không thể xác nhận khoản thanh toán với tài khoản chưa thanh toán nếu không "
|
||
"có bút toán."
|
||
|
||
#. module: account
|
||
#: model:ir.model.constraint,message:account.constraint_account_reconcile_model_name_unique
|
||
msgid "A reconciliation model already bears this name."
|
||
msgstr "Một đối tượng đối soát khác đã có tên này rồi."
|
||
|
||
#. 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 "Một dòng báo cáo có cùng mã đã tồn tại."
|
||
|
||
#. 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 ""
|
||
"Nên làm tròn theo từng dòng nếu giá của bạn đã bao gồm thuế. Theo cách này, "
|
||
"tổng thành tiền của các dòng sẽ bằng tới tổng tiền kèm thuế."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "A section title"
|
||
msgstr "Tiêu đề phần"
|
||
|
||
#. 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 "Mỗi ngoại lệ phải thay đổi chính xác một trường ngày khóa sổ."
|
||
|
||
#. 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 "Một sao kê chỉ nên chứa các dòng từ cùng một sổ nhật ký."
|
||
|
||
#. 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 "Thẻ có cùng tên và khả năng áp dụng đã tồn tại trên quốc gia này."
|
||
|
||
#. 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 ""
|
||
"Một vị thế tài khoản thuế chỉ có thể được xác định một lần cho cùng thuế."
|
||
|
||
#. 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 "Không thể sử dụng số tạm thời trong so khớp thực tế"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_warning_account
|
||
msgid "A warning can be set on a partner (Account)"
|
||
msgstr "Cảnh báo có thể được thiết lập ở đối tác (Kế toán)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__aba_routing
|
||
msgid "ABA/Routing"
|
||
msgstr "ABA/Routing"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__abnormal_amount_partner_ids
|
||
msgid "Abnormal Amount Partner"
|
||
msgstr "Abnormal Amount Partner"
|
||
|
||
#. 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 "Abnormal Amount Warning"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__abnormal_date_partner_ids
|
||
msgid "Abnormal Date Partner"
|
||
msgstr "Abnormal Date Partner"
|
||
|
||
#. 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 "Abnormal Date Warning"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_res_groups
|
||
msgid "Access Groups"
|
||
msgstr "Nhóm quyền truy cập"
|
||
|
||
#. 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 "Cảnh báo truy cập"
|
||
|
||
#. 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 "Tài khoản"
|
||
|
||
#. 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 ""
|
||
"Tài khoản %(account)s sẽ được chia thành %(num_accounts)s, một cho mỗi công "
|
||
"ty:\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 ""
|
||
"Không thể hủy hợp nhất tài khoản %s vì nó đã thuộc về một công ty duy nhất. "
|
||
"Tác vụ hủy hợp nhất chỉ tách một tài khoản dựa trên các công ty của tài "
|
||
"khoả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 ""
|
||
"Tài khoản %s không được phép đối soát. Vui lòng thay đổi cấu hình của tài "
|
||
"khoản này để làm việc đó."
|
||
|
||
#. 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 ""
|
||
"Loại tài khoản %s là phải trả, nhưng lại được sử dụng trong hoạt động bán "
|
||
"hàng."
|
||
|
||
#. 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 ""
|
||
"Loại tài khoản %s là phải thu, nhưng lại được sử dụng trong hoạt động bán "
|
||
"hàng."
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_cash_rounding
|
||
msgid "Account Cash Rounding"
|
||
msgstr "Làm tròn Tiền mặt"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_chart_template
|
||
msgid "Account Chart Template"
|
||
msgstr "Mẫu Hệ thống Tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__account_codes_formula
|
||
msgid "Account Codes Formula Shortcut"
|
||
msgstr "Quy tắc mã tài khoản ngắn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__currency_id
|
||
msgid "Account Currency"
|
||
msgstr "Tiền tệ tài khoản"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding,name:account.onboarding_onboarding_account_dashboard
|
||
msgid "Account Dashboard Onboarding"
|
||
msgstr "Bảng khởi động tài khoản"
|
||
|
||
#. 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 "Bút toán kế toán"
|
||
|
||
#. 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 "Nhóm tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_hierarchy
|
||
msgid "Account Groups"
|
||
msgstr "Nhóm tài khoản"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Account Groups with the same granularity can't overlap"
|
||
msgstr "Các nhóm tài khoản có cùng mức độ chi tiết không được trùng lặp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__account_has_hashed_entries
|
||
msgid "Account Has Hashed Entries"
|
||
msgstr "Kế toán Có bút toán được hash"
|
||
|
||
#. 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 "Chủ tài khoản"
|
||
|
||
#. 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 "Tên chủ tài khoản"
|
||
|
||
#. 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 "Sổ nhật ký kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_journal_group
|
||
msgid "Account Journal Group"
|
||
msgstr "Nhóm sổ nhật ký kế toán"
|
||
|
||
#. 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 "Kế toán Ngoại lệ khoá sổ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__account_map
|
||
msgid "Account Map"
|
||
msgstr "Map tài khoản"
|
||
|
||
#. 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 "Ánh xạ tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_move_reversal
|
||
msgid "Account Move Reversal"
|
||
msgstr "Đảo ngược bút toán kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_move_send
|
||
msgid "Account Move Send"
|
||
msgstr "Account Move Send"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_move_send_batch_wizard
|
||
msgid "Account Move Send Batch Wizard"
|
||
msgstr "Account Move Send Batch Wizard"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_move_send_wizard
|
||
msgid "Account Move Send Wizard"
|
||
msgstr "Account Move Send Wizard"
|
||
|
||
#. 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 "Tên tài khoản kế toán"
|
||
|
||
#. 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 "Số tài khoản"
|
||
|
||
#. 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 "Tài khoản phải trả"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_category_property_form
|
||
msgid "Account Properties"
|
||
msgstr "Thuộc tính tài khoản"
|
||
|
||
#. 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 "Tài khoản phải thu"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_pos_receivable
|
||
msgid "Account Receivable (PoS)"
|
||
msgstr "Khoản phải thu (PoS)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__is_account_reconcile
|
||
msgid "Account Reconcile"
|
||
msgstr "Tài khoản đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__account_root_id
|
||
msgid "Account Root"
|
||
msgstr "Tài khoản gốc"
|
||
|
||
#. 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 "Thống kê tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_account_tag
|
||
msgid "Account Tag"
|
||
msgstr "Thẻ tài khoản"
|
||
|
||
#. 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 "Thẻ tài khoản"
|
||
|
||
#. 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 "Tài khoản thuế"
|
||
|
||
#. 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 "Nhóm thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_ir_module_module__account_templates
|
||
msgid "Account Templates"
|
||
msgstr "Mẫu tài khoản"
|
||
|
||
#. 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 "Kiểu tài khoản"
|
||
|
||
#. 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 ""
|
||
"Kiểu tài khoản được sử dụng cho mục đích thông tin, để tạo ra báo cáo theo "
|
||
"luật định, và thiết lập các quy tắc để kết thúc một năm tài chính và tạo bút"
|
||
" toán đầu kỳ."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_account_type
|
||
msgid "Account Types"
|
||
msgstr "Kiểu tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_root
|
||
msgid "Account codes first 2 digits"
|
||
msgstr "Hai số đầu của mã tài khoản"
|
||
|
||
#. 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 ""
|
||
"Mã tài khoản phải là duy nhất. Bạn không thể tạo tài khoản với các mã trùng "
|
||
"lặp này: %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 "Hạch toán số chênh lệch sau khi đã được chiết khấu chi phí"
|
||
|
||
#. 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 "Hạch toán số tiền chênh lệch sau khi chiết khấu doanh thu đã được cấp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_group_search
|
||
msgid "Account group"
|
||
msgstr "Nhóm tài khoản"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_group_search
|
||
msgid "Account groups"
|
||
msgstr "Nhóm tài khoản"
|
||
|
||
#. 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 "Tên chủ tài khoản, trong trường hợp khác với tên của tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_merge_wizard
|
||
msgid "Account merge wizard"
|
||
msgstr "Trình hướng dẫn hợp nhất tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_merge_wizard_line
|
||
msgid "Account merge wizard line"
|
||
msgstr "Dòng trình hướng dẫn hợp nhất tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__account_src_id
|
||
msgid "Account on Product"
|
||
msgstr "Tài khoản trên sản phẩm"
|
||
|
||
#. 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 "Tài khoản để ghi sổ giá trị thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_account__group_id
|
||
msgid "Account prefixes can determine account groups."
|
||
msgstr "Tiền tố tài khoản có thể xác định nhóm tài khoản."
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_report_account_report_invoice_with_payments
|
||
msgid "Account report with payment lines"
|
||
msgstr "Báo cáo tài khoản kèm chi tiết thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_report_account_report_invoice
|
||
msgid "Account report without payment lines"
|
||
msgstr "Báo cáo tài khoản không kèm chi tiết thanh toán"
|
||
|
||
#. 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 ""
|
||
"Tài khoản sẽ được thiết lập vào các dòng được tạo trong sổ nhật ký cơ sở "
|
||
"dòng tiền và được sử dụng để theo dõi số tiền tính thuế."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_account__account_dest_id
|
||
msgid "Account to Use Instead"
|
||
msgstr "Tài khoản để dùng thay thế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__destination_account_id
|
||
msgid "Account to transfer to."
|
||
msgstr "Tài khoản cần chuyển."
|
||
|
||
#. 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 "Tài khoản được sử dụng để chuyển doanh thu của kỳ"
|
||
|
||
#. 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 "Tài khoản được sử dụng để chuyển chi phí của kỳ"
|
||
|
||
#. 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 ""
|
||
"Tài khoản được sử dụng để chuyển đổi số thuế cho các loại thuế cơ sở tiền "
|
||
"mặt. Nó sẽ chứa số tiền thuế miễn là hóa đơn gốc chưa được đối soát; khi đối"
|
||
" soát, số tiền này đã hủy trên tài khoản này và đưa vào tài khoản thuế thông"
|
||
" thường."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_search
|
||
msgid "Account with Entries"
|
||
msgstr "Tài khoản có bút toán"
|
||
|
||
#. 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 ""
|
||
"Kế toán; vào sổ bút toán dự thảo với auto_post đã được thiết lập đến hôm nay"
|
||
|
||
#. 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 "Kế toán"
|
||
|
||
#. 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 "Ngày kế toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
|
||
msgid "Accounting Entries"
|
||
msgstr "Bút toán kế toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Accounting Firms mode"
|
||
msgstr "Chế độ công ty kế toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Accounting Information"
|
||
msgstr "Thông tin kế toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/onboarding_onboarding_step.py:0
|
||
msgid "Accounting Periods"
|
||
msgstr "Kỳ kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_report
|
||
msgid "Accounting Report"
|
||
msgstr "Báo cáo kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_report_column
|
||
msgid "Accounting Report Column"
|
||
msgstr "Cột báo cáo kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_report_expression
|
||
msgid "Accounting Report Expression"
|
||
msgstr "Biểu thức Báo cáo Kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_report_external_value
|
||
msgid "Accounting Report External Value"
|
||
msgstr "Báo cáo kế toán Giá trị bên ngoài"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_report_line
|
||
msgid "Accounting Report Line"
|
||
msgstr "Chi tiết báo cáo kế toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
|
||
msgid "Accounting documents"
|
||
msgstr "Chứng từ kế toán"
|
||
|
||
#. 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 "Chế độ công ty kế toán sẽ thay đổi mã hóa hóa đơn / hóa đơn:"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
|
||
msgid "Accounting-related settings are managed on"
|
||
msgstr "Các thiết lập liên quan đến kế toán được quản lý theo"
|
||
|
||
#. 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 "Tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_fiscal_position_account
|
||
msgid "Accounts Mapping of Fiscal Position"
|
||
msgstr "Tài khoản tương ứng trong vị thế tài khóa"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__account_prefix
|
||
msgid "Accounts Prefix"
|
||
msgstr "Tiền tố tài khoản"
|
||
|
||
#. 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 "Tiền tố tài khoản"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Accounts successfully merged!"
|
||
msgstr "Tài khoản đã được hợp nhất thành công!"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__account_id
|
||
msgid "Accrual Account"
|
||
msgstr "Tài khoản dồn tích"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/accrued_orders.py:0
|
||
msgid "Accrual Moves"
|
||
msgstr "Bút toán dồn tích"
|
||
|
||
#. 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 ""
|
||
"Bút toán tích lũy được tạo vào %(date)s: %(accrual_entry)s."
|
||
" Và bút toán đảo của nó: %(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 "Bút toán %(entry_type)s đã dồn tích vào %(date)s"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "Accrued Account"
|
||
msgstr "Tài khoản dồn tích"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_accrued_orders_wizard
|
||
msgid "Accrued Orders Wizard"
|
||
msgstr "Hướng dẫn đơn hàng đã dồn tích"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/accrued_orders.py:0
|
||
msgid "Accrued total"
|
||
msgstr "Tổng dồn tích"
|
||
|
||
#. 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 "Thực hiện"
|
||
|
||
#. 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 "Cần có hành động"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__actionable_errors
|
||
msgid "Actionable Errors"
|
||
msgstr "Lỗi có thể xử lý"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Activate Audit Trail"
|
||
msgstr "Kích hoạt dấu vết kiểm toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "Activate auto-validation"
|
||
msgstr "Kích hoạt tự động xác thực"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Activate to create purchase receipt"
|
||
msgstr "Kích hoạt để tạo biên lai mua hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Activate to create sale receipt"
|
||
msgstr "Kích hoạt để tạo biên lai bán hàng"
|
||
|
||
#. 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 "Có hiệu lực"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_search
|
||
msgid "Active Account"
|
||
msgstr "Tài khoản có hiệu lực"
|
||
|
||
#. 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 "Hoạt động"
|
||
|
||
#. 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 "Hoạt động ngoại lệ"
|
||
|
||
#. 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 "Trạng thái hoạt động"
|
||
|
||
#. 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 "Icon kiểu hoạt động"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "Add"
|
||
msgstr "Thêm"
|
||
|
||
#. 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 "Thêm tài khoản ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__terms_type__plain
|
||
msgid "Add a Note"
|
||
msgstr "Thêm lưu ý"
|
||
|
||
#. 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 ""
|
||
"Thêm mã QR vào hóa đơn của bạn để khách hàng của bạn có thể thanh toán ngay "
|
||
"lập tức bằng ứng dụng ngân hàng di động của họ."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Add a description to your item."
|
||
msgstr "Thêm mô tả cho hạng mục của bạn."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_journal_form
|
||
msgid "Add a journal"
|
||
msgstr "Thêm một sổ nhật ký"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Add a line"
|
||
msgstr "Thêm một dòng"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Add a line to your invoice"
|
||
msgstr "Thêm một dòng vào hóa đơn của bạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__terms_type__html
|
||
msgid "Add a link to a Web Page"
|
||
msgstr "Thêm liên kết đến một trang web"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_form
|
||
msgid "Add a new account"
|
||
msgstr "Thêm một tài khoản mới"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Add a note"
|
||
msgstr "Thêm ghi chú"
|
||
|
||
#. 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 "Thêm mã QR thanh toán cho hóa đơn của bạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__strategy__add_invoice_line
|
||
msgid "Add a rounding line"
|
||
msgstr "Thêm một dòng làm tròn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Add a section"
|
||
msgstr "Thêm khu vực"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Add an internal note..."
|
||
msgstr "Thêm ghi chú nội bộ..."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form
|
||
msgid "Add contacts to notify..."
|
||
msgstr "Thêm các liên hệ để thông báo..."
|
||
|
||
#. 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 ""
|
||
"Thêm điều khoản và điều kiện của bạn vào cuối hóa đơn/đơn hàng/báo giá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "Address"
|
||
msgstr "Địa chỉ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "Adjusting Amount"
|
||
msgstr "Số tiền đang điều chỉnh"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Adjusting Entries have been created for this invoice:"
|
||
msgstr "Bút toán điều chỉnh đã được tạo cho hoá đơn này:"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Adjusting Entry"
|
||
msgstr "Bút toán điều chỉnh"
|
||
|
||
#. 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 ""
|
||
"Bút toán điều chỉnh {link} {percent}%% số tiền {amount} được ghi nhận từ "
|
||
"{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 ""
|
||
"Bút toán điều chỉnh {link} {percent}%% số tiền {amount} được ghi nhận vào "
|
||
"{new_date}"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_account_manager
|
||
msgid "Administrator"
|
||
msgstr "Quản trị viên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
|
||
msgid "Advanced Options"
|
||
msgstr "Tùy chọn nâng cao"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Advanced Settings"
|
||
msgstr "Thiết lập nâng cao"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__include_base_amount
|
||
msgid "Affect Base of Subsequent Taxes"
|
||
msgstr "Tác động giá trị tính thuế kế tiếp"
|
||
|
||
#. 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 "Sau"
|
||
|
||
#. 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 ""
|
||
"Sau khi nhập ba hóa đơn cho một nhà cung cấp mà không phát sinh thay đổi, "
|
||
"Odoo sẽ tự động đề xuất xác thực các hóa đơn trong tương lai. Bạn có thể "
|
||
"bật/tắt tính năng này bất kỳ lúc nào trong hồ sơ của nhà cung cấp."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__aggregation
|
||
msgid "Aggregate Other Formulas"
|
||
msgstr "Tổng hợp các công thức khác"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__aggregation_formula
|
||
msgid "Aggregation Formula Shortcut"
|
||
msgstr "Phím tắt Công thức Tổng hợp"
|
||
|
||
#. 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 "Cảnh báo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__alias_id
|
||
msgid "Alias"
|
||
msgstr "Bí danh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__alias_domain_id
|
||
msgid "Alias Domain"
|
||
msgstr "Miền bí danh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__alias_domain
|
||
msgid "Alias Domain Name"
|
||
msgstr "Tên miền bí danh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__alias_name
|
||
msgid "Alias Name"
|
||
msgstr "Tên bí danh"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/controllers/portal.py:0
|
||
msgid "All"
|
||
msgstr "Tất cả"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_group_tree
|
||
msgid "All Companies"
|
||
msgstr "Tất cả công ty"
|
||
|
||
#. 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 "Tất cả các tài khoản trên các dòng phải cùng loại."
|
||
|
||
#. 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 "Tất cả bút toán sẽ được hash"
|
||
|
||
#. 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 ""
|
||
"Tất cả các quan hệ hợp đồng của chúng tôi sẽ được điều chỉnh độc quyền bởi"
|
||
|
||
#. 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 "Tất cả bút toán được chọn để đảo phải thuộc về cùng một công ty."
|
||
|
||
#. 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 ""
|
||
"Tất cả bút toán không thể hash trước ngày đã chọn mà không được bảo vệ bằng "
|
||
"Ngày khóa sổ kế toán"
|
||
|
||
#. 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 "Tất cả dòng sao kê ngân hàng chưa đối chiếu trước ngày đã chọn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_product_margin
|
||
msgid "Allow Product Margin"
|
||
msgstr "Lợi nhuận sản phẩm cho phép"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__reconcile
|
||
msgid "Allow Reconciliation"
|
||
msgstr "Cho phép đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_check_printing
|
||
msgid "Allow check printing and deposits"
|
||
msgstr "Cho phép in séc và đặt cọc"
|
||
|
||
#. 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 "Cho phép gửi và nhận hóa đơn qua mạng PEPPOL"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_cash_rounding
|
||
msgid "Allow the cash rounding management"
|
||
msgstr "Cho phép quản lý làm tròn tiền"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Allow to configure taxes using cash basis"
|
||
msgstr "Cho phép cấu hình các loại thuế sử dụng cơ sở dòng tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__allowed_journal_ids
|
||
msgid "Allowed Journals"
|
||
msgstr "Bút toán được phép"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__account_control_ids
|
||
msgid "Allowed accounts"
|
||
msgstr "Tài khoản được phép"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Allows you to use Storno accounting."
|
||
msgstr "Cho phép bạn sử dụng kế toán 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 "Cho phép sử dụng kế toán quản trị"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
|
||
msgid "Already Paid:"
|
||
msgstr "Đã thanh toán:"
|
||
|
||
#. 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 "Luôn luôn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_term__early_pay_discount_computation__mixed
|
||
msgid "Always (upon invoice)"
|
||
msgstr "Luôn luôn (trên hóa đơn)"
|
||
|
||
#. 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 "Luôn miễn thuế"
|
||
|
||
#. 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 ""
|
||
"Số tiền luôn dương liên quan đến việc khớp này được thể hiện bằng tiền tệ "
|
||
"của công ty."
|
||
|
||
#. 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 ""
|
||
"Số tiền luôn dương liên quan đến việc khớp này được thể hiện bằng ngoại tệ "
|
||
"dòng ghi có."
|
||
|
||
#. 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 ""
|
||
"Số tiền luôn dương liên quan đến việc khớp này được thể hiện bằng ngoại tệ "
|
||
"dòng ghi nợ."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_setup_bank_manual_config__aba_routing
|
||
msgid "American Bankers Association Routing Number"
|
||
msgstr "Số định tuyến của Hiệp hội Ngân hàng Hoa Kỳ"
|
||
|
||
#. 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 "Tổng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__amount_company_currency_signed
|
||
msgid "Amount Company Currency Signed"
|
||
msgstr "Số tiền đơn vị tiền tệ của công ty đã ký kết"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount
|
||
msgid "Amount Condition"
|
||
msgstr "Điều kiện tiền"
|
||
|
||
#. 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 "Nợ đến hạn"
|
||
|
||
#. 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 "Giá trị đến hạn có dấu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount_max
|
||
msgid "Amount Max Parameter"
|
||
msgstr "Tham số tổng tiền tối đa"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_amount_min
|
||
msgid "Amount Min Parameter"
|
||
msgstr "Tham số tổng tiền tối thiểu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__amount_signed
|
||
msgid "Amount Signed"
|
||
msgstr "Số tiền ký kết"
|
||
|
||
#. 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 "Kiểu giá trị đối soát"
|
||
|
||
#. 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 "Giá trị nguyên tệ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__source_amount
|
||
msgid "Amount to Pay (company currency)"
|
||
msgstr "Số tiền cần trả (tiền tệ của công ty)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__source_amount_currency
|
||
msgid "Amount to Pay (foreign currency)"
|
||
msgstr "Số tiền cần trả (ngoại tệ)"
|
||
|
||
#. 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 "Tổng số tiền bằng chữ"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "Amount:"
|
||
msgstr "Số tiền:"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.action_amounts_to_settle
|
||
msgid "Amounts to Settle"
|
||
msgstr "Số tiền cần thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_amounts_to_settle
|
||
msgid "Amounts to settle"
|
||
msgstr "Số tiền cần thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "An Off-Balance account can not be reconcilable"
|
||
msgstr "Tài khoản xoá bỏ số dư không thể đối soát được"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "An Off-Balance account can not have taxes"
|
||
msgstr "Tài khoản xoá bỏ số dư không được có thuế"
|
||
|
||
#. 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 ""
|
||
"Vị trí tài chính có thể được xác định chỉ một lần cho cùng một tài khoản."
|
||
|
||
#. 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 ""
|
||
"Tài khoản là 1 phần của sổ cái dùng trong công ty của bạn\n"
|
||
" để ghi nhận tất cả các loại giao dịch phát sinh nợ có.\n"
|
||
" Các công ty trình bày hệ các tài khoản của họ chủ yếu trong 2 phần chính: báo\n"
|
||
" cáo bảng cân đối kế toán và báo cáo doanh thu (báo cáo lãi \n"
|
||
" lỗ). Tài khoản hàng năm của công ty được yêu cầu bởi luật pháp\n"
|
||
" để cung một lượng thông tin nhất định."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "An error has occurred."
|
||
msgstr "Một lỗi đã xảy ra."
|
||
|
||
#. 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 ""
|
||
"Đã xảy ra lỗi khi tính toán tính không thể thay đổi. Phát hiện khoảng trống "
|
||
"trong trình tự."
|
||
|
||
#. 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 ""
|
||
"Đã xảy ra lỗi khi tính toán tính không thể thay đổi. Tất cả bút toán phải "
|
||
"được đối chiếu."
|
||
|
||
#. 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 "Phân bổ KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_analytic_account
|
||
msgid "Analytic Account"
|
||
msgstr "Tài khoản KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_analytic_accounting
|
||
msgid "Analytic Accounting"
|
||
msgstr "Kế toán quản trị"
|
||
|
||
#. 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 "Tài khoản KT quản trị"
|
||
|
||
#. 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 "Phân bổ phân tích"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_analytic_distribution_model
|
||
msgid "Analytic Distribution Model"
|
||
msgstr "Mô hình phân bổ KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_analytic__distribution_model
|
||
msgid "Analytic Distribution Models"
|
||
msgstr "Mô hình phân bổ KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_analytic
|
||
msgid "Analytic Filter"
|
||
msgstr "Bộ lọc tài khoản KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_action_analytic_lines_tree
|
||
msgid "Analytic Items"
|
||
msgstr "Phát sinh KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_analytic_line
|
||
msgid "Analytic Line"
|
||
msgstr "Phát sinh KT quản trị"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
|
||
msgid "Analytic Lines"
|
||
msgstr "Phát sinh KT quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_analytic_applicability
|
||
msgid "Analytic Plan's Applicabilities"
|
||
msgstr "Khả năng áp dụng của kế hoạch phân tích"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.account_analytic_plan_menu
|
||
msgid "Analytic Plans"
|
||
msgstr "Kế hoạch phân tích"
|
||
|
||
#. 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 "Độ chính xác phân tích"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_action_analytic_reporting
|
||
msgid "Analytic Report"
|
||
msgstr "Báo cáo phân tích"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.action_analytic_reporting
|
||
msgid "Analytic Reporting"
|
||
msgstr "Báo cáo phân tích"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__analytic_line_ids
|
||
msgid "Analytic lines"
|
||
msgstr "Phát sinh KT quản trị"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Analytics"
|
||
msgstr "Kế toán quản trị"
|
||
|
||
#. module: account
|
||
#: model:ir.model.constraint,message:account.constraint_account_move_unique_name
|
||
msgid "Another entry with the same name already exists."
|
||
msgstr "Bút toán có cùng tên đã tồn tại."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ bút toán nào cho đến và bao gồm ngày đó sẽ được hoãn lại đến một thời"
|
||
" gian sau, theo trình tự sổ nhật ký của bút toán đó. Ngày khóa sổ này không "
|
||
"thể đảo ngược và không cho phép bất kỳ ngoại lệ nào."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ bút toán nào cho đến và bao gồm ngày đó sẽ được hoãn lại đến một thời"
|
||
" gian sau, theo trình tự sổ nhật ký của bút toán đó."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ bút toán nào có thuế cho đến và bao gồm ngày đó sẽ được hoãn lại đến "
|
||
"một thời gian sau, theo trình tự sổ nhật ký của bút toán đó. Ngày khóa sổ "
|
||
"thuế được tự động thiết lập khi bút toán quyết toán thuế được ghi sổ."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ khoản bút toán nào trong sổ trên tài khoản phải trả đều phải có ngày "
|
||
"đến hạn thanh toán và ngược lại."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ khoản bút toán nào trong sổ trên tài khoản phải thu đều phải có ngày "
|
||
"đến hạn thanh toán và ngược lại."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ bút toán mua hàng nào trước và tính cả ngày này sẽ được hoãn lại đến "
|
||
"một thời gian sau, theo trình tự sổ nhật ký của bút toán đó."
|
||
|
||
#. 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 ""
|
||
"Bất kỳ bút toán bán hàng nào trước và tính cả ngày này sẽ được hoãn lại đến "
|
||
"một thời gian sau, theo trình tự sổ nhật ký của bút toán đó."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account_tag__applicability
|
||
msgid "Applicability"
|
||
msgstr "Có thể được áp dụng"
|
||
|
||
#. 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 "Áp dụng"
|
||
|
||
#. 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 "Áp dụng VAT của quốc gia EU mà hàng hóa và dịch vụ được phân phối."
|
||
|
||
#. 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 "Chỉ áp dụng khi quốc gia giao hàng khớp với nhóm."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_fiscal_position__country_id
|
||
msgid "Apply only if delivery country matches."
|
||
msgstr "Áp dụng chỉ khi khớp quốc gia bàn giao hoặc xuất hoá đơn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_fiscal_position__vat_required
|
||
msgid "Apply only if partner has a VAT number."
|
||
msgstr "Áp dụng chỉ khi đối tác có mã số VAT"
|
||
|
||
#. 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 ""
|
||
"Tự động áp dụng mapping tài khoản và thuế trên hóa đơn nếu đáp ứng các tiêu "
|
||
"chí phù hợp (VAT/Quốc gia)."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__4
|
||
msgid "April"
|
||
msgstr "Tháng Tư"
|
||
|
||
#. 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 "Đã lưu trữ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Are you sure? This will perform the following operations:\n"
|
||
msgstr "Bạn có chắc không? Thao tác này sẽ thực hiện các hoạt động sau:\n"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_partner__autopost_bills__ask
|
||
msgid "Ask after 3 validations without edits"
|
||
msgstr "Hỏi sau 3 lần xác thực mà không có chỉnh sửa"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "Ask me later"
|
||
msgstr "Hỏi sau"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__asset
|
||
msgid "Asset"
|
||
msgstr "Tài sản"
|
||
|
||
#. 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 "Tài sản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__at_date
|
||
msgid "At Date"
|
||
msgstr "Vào ngày"
|
||
|
||
#. 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 "Vào đầu năm tài chính"
|
||
|
||
#. 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 "Vào lúc bắt đầu của kì"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/mail_attachments/mail_attachments.xml:0
|
||
msgid "Attach"
|
||
msgstr "Đính kèm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form
|
||
msgid "Attach a file"
|
||
msgstr "Đính kèm một tập tin"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_ir_attachment
|
||
msgid "Attachment"
|
||
msgstr "Tệp đính kèm"
|
||
|
||
#. 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 "SL tệp đính kèm"
|
||
|
||
#. 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 "Tệp đính kèm"
|
||
|
||
#. 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 "Đã kích hoạt nhật ký kiểm toán"
|
||
|
||
#. 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 "Dấu vết kiểm toán"
|
||
|
||
#. 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 "Nội dung dấu vết kiểm toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__auditable
|
||
msgid "Auditable"
|
||
msgstr "Có thể kiểm tra"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__8
|
||
msgid "August"
|
||
msgstr "Tháng Tám"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "Auto validate"
|
||
msgstr "Tự động xác nhận"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__autocheck_on_post
|
||
msgid "Auto-Check on Post"
|
||
msgstr "Tự động kiểm tra khi ghi sổ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Auto-Complete"
|
||
msgstr "Tự động hoàn thành"
|
||
|
||
#. 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 "Tự động hoàn tất dựa trên hoá đơn cũ."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__payment_ids
|
||
msgid "Auto-generated Payments"
|
||
msgstr "Tự động tạo thanh toán"
|
||
|
||
#. 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 "Tự động vào sổ"
|
||
|
||
#. 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 "Tự động vào sổ hoá đơn"
|
||
|
||
#. 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 "Tự động vào sổ tới khi"
|
||
|
||
#. 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 "Tự động xác nhận"
|
||
|
||
#. 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 "Tự động xác thực hoá đơn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Automatic Balancing Line"
|
||
msgstr "Dòng số dư tự động"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_currency_rate_live
|
||
msgid "Automatic Currency Rates"
|
||
msgstr "Tỷ giá tiền tệ tự động"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__automatic_entry_default_journal_id
|
||
msgid "Automatic Entry Default Journal"
|
||
msgstr "Sổ nhật ký bút toán tự động mặc định"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_sequence_mixin
|
||
msgid "Automatic sequence"
|
||
msgstr "Mã tự động"
|
||
|
||
#. 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 "Tự động vào sổ hoá đơn đối với đối tác tin cậy này"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
|
||
msgid "Automation"
|
||
msgstr "Tự động hoá"
|
||
|
||
#. 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 "Tự động vào sổ hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_autopost_bills_wizard
|
||
msgid "Autopost Bills Wizard"
|
||
msgstr "Trình hướng dẫn tự động vào sổ hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__availability_condition
|
||
msgid "Availability"
|
||
msgstr "Trạng thái khả dụng"
|
||
|
||
#. 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 "Nhật ký hiện có"
|
||
|
||
#. 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 "Ngân hàng đối tác đang có"
|
||
|
||
#. 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 "Phương thức thanh toán hiện có"
|
||
|
||
#. 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 "Dòng phương thức thanh toán hiện có"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_average
|
||
msgid "Average Price"
|
||
msgstr "Giá bình quân"
|
||
|
||
#. 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 "HÓA ĐƠN"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/product_catalog/kanban_controller.js:0
|
||
msgid "Back to Bill"
|
||
msgstr "Quay lại hoá đơn thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/product_catalog/kanban_controller.js:0
|
||
msgid "Back to Invoice"
|
||
msgstr "Quay lại hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Bacon Burger"
|
||
msgstr "Bánh burger thịt heo muối"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_partner__trust__bad
|
||
msgid "Bad Debtor"
|
||
msgstr "Nợ xấu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__balance
|
||
msgid "Balance"
|
||
msgstr "Số dư"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
|
||
msgid "Balance Sheet"
|
||
msgstr "Bảng cân đối kế toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_reconcile_model.py:0
|
||
msgid "Balance percentage can't be 0"
|
||
msgstr "Phần trăm số dư không được bằng 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 "Ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Bank & Cash"
|
||
msgstr "Ngân hàng & tiền mặt"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Bank & Cash accounts cannot be shared between companies."
|
||
msgstr ""
|
||
"Tài khoản ngân hàng và tiền mặt không thể được chia sẻ giữa các công ty."
|
||
|
||
#. 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 "Tài khoản ngân hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_partner_bank.py:0
|
||
msgid "Bank Account %(link)s with number %(number)s deleted"
|
||
msgstr "Tài khoản ngân hàng %(link)s có số %(number)s đã bị xoá"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_partner_bank.py:0
|
||
msgid "Bank Account %s created"
|
||
msgstr "Tài khoản ngân hàng %s đã tạo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_partner_bank.py:0
|
||
msgid "Bank Account %s updated"
|
||
msgstr "Tài khoản ngân hàng %s đã cập nhật"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_statement
|
||
msgid "Bank Account Name"
|
||
msgstr "Tên tài khoản ngân hàng"
|
||
|
||
#. 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 "Tài khoản ngân hàng"
|
||
|
||
#. 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 ""
|
||
"Số tài khoản ngân hàng mà hoá đơn sẽ được thanh toán. Tài khoản ngân hàng "
|
||
"của Công ty nếu đây là hoá đơn khách hàng hoặc khoản nợ của Nhà cung cấp, "
|
||
"nếu không sẽ là số tài khoản ngân hàng của đối tác."
|
||
|
||
#. 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 "Tài khoản ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__bank_statements_source
|
||
msgid "Bank Feeds"
|
||
msgstr "Cấp liệu ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_finance
|
||
msgid "Bank Fees"
|
||
msgstr "Phí ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
|
||
msgid "Bank Identifier Code"
|
||
msgstr "Mã định danh ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__bank_journal_ids
|
||
msgid "Bank Journals"
|
||
msgstr "Sổ nhật ký ngân hàng"
|
||
|
||
#. 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 "Đối tác ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_tree
|
||
msgid "Bank Reconciliation Move Presets"
|
||
msgstr "Đối soát các sao kê ngân hàng trước đây"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "Bank Reconciliation Move preset"
|
||
msgstr "Đối soát các sao kê ngân hàng trước đây"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Bank Setup"
|
||
msgstr "Thiết lập ngân hàng"
|
||
|
||
#. 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 "Sao kê ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_extract
|
||
msgid "Bank Statement Digitization"
|
||
msgstr "Số hóa sao kê ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_bank_statement_line
|
||
msgid "Bank Statement Line"
|
||
msgstr "Chi tiết sao kê ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.action_bank_statement_tree
|
||
msgid "Bank Statements"
|
||
msgstr "Sao kê ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_journal_suspense_account_id
|
||
msgid "Bank Suspense"
|
||
msgstr "Tài khoản tạm thời ngân hàng"
|
||
|
||
#. 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 "Tài khoản tạm thời ngân hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Bank Transaction"
|
||
msgstr "Giao dịch ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid "Bank Transactions Conditions"
|
||
msgstr "Điều kiện giao dịch ngân hàng"
|
||
|
||
#. 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 ""
|
||
"Giao dịch Ngân hàng được vào sổ ngay sau khi nhập hoặc đồng bộ hóa. Đối tác của họ là tài khoản ngân hàng tạm thời.\n"
|
||
"Đối soát thay thế đối soát sau bởi (các) tài khoản xác định."
|
||
|
||
#. 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 ""
|
||
"Loại tài khoản ngân hàng: Bình thường hoặc IBAN. Suy ra từ số tài khoản ngân"
|
||
" hàng."
|
||
|
||
#. 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 "Ngân hàng và tiền mặt"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_statement
|
||
msgid "Bank of odoo"
|
||
msgstr "Ngân hàng Odoo"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_setup_bank_manual_config
|
||
msgid "Bank setup manual config"
|
||
msgstr "Thiết lập ngân hàng thủ công"
|
||
|
||
#. 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 ""
|
||
"Giao dịch của các sao kê ngân hàng sẽ được đưa vào sổ tài khoản tạm thời cho"
|
||
" đến khi việc đối soát cuối cùng đã chọn đúng tài khoản."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Bank transactions and payments:"
|
||
msgstr "Giao dịch và thanh toán ngân hàng:"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Bank: Balance"
|
||
msgstr "Ngân hàng: số dư"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.account_banks_menu
|
||
msgid "Banks"
|
||
msgstr "Ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__repartition_type__base
|
||
msgid "Base"
|
||
msgstr "Cơ sở tính thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__is_base_affected
|
||
msgid "Base Affected by Previous Taxes"
|
||
msgstr "Cơ sở bị ảnh hưởng bởi các loại thuế trước đây"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_base_amount
|
||
msgid "Base Amount"
|
||
msgstr "Giá trị tính thuế"
|
||
|
||
#. 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 "Tài khoản chính để nhận thuế"
|
||
|
||
#. 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 "Dựa trên cái mà hệ số sẽ được áp dụng."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__repartition_type
|
||
msgid "Based On"
|
||
msgstr "Dựa trên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_type__partner
|
||
msgid "Based on Customer"
|
||
msgstr "Dựa theo khách hàng"
|
||
|
||
#. 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 "Dựa trên hoá đơn"
|
||
|
||
#. 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 ""
|
||
"Dựa trên Hoá đơn: thuế phải hoàn thành ngay sau khi hoá đơn được xác nhận.\n"
|
||
"Căn cứ vào Thanh toán: thuế phải trả ngay khi việc thanh toán hoá đơn được nhận."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_tax__tax_exigibility__on_payment
|
||
msgid "Based on Payment"
|
||
msgstr "Dựa trên thanh toán"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_account_basic
|
||
msgid "Basic"
|
||
msgstr "Cơ bản"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Batch Payment Number Sequence"
|
||
msgstr "Số thứ tự thanh toán hàng loạt"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__batch_payment_sequence_id
|
||
msgid "Batch Payment Sequence"
|
||
msgstr "Thứ tự thanh toán hàng loạt"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Batch Payments"
|
||
msgstr "Thanh toán gộp"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_resequence/account_resequence.xml:0
|
||
msgid "Before"
|
||
msgstr "Trước"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__before_date
|
||
msgid "Before Next Payment Date"
|
||
msgstr "Trước ngày thanh toán tiếp theo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Belongs to the same company as %s."
|
||
msgstr "Thuộc về cùng một công ty là %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 ""
|
||
"Văn bản dưới đây đóng vai trò như một gợi ý và không liên quan đến trách "
|
||
"nhiệm của 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 "Hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_in_invoice_bill_tree
|
||
msgid "Bill Currency"
|
||
msgstr "Tỷ giá hóa đơn"
|
||
|
||
#. 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 "Ngày hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Bill Reference"
|
||
msgstr "Mã/Số hoá đơn"
|
||
|
||
#. 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 "Hoá đơn NCC"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Bills Analysis"
|
||
msgstr "Phân tích hoá đơn NCC"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Bills Late"
|
||
msgstr "Hoá đơn chậm trễ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Bills to Pay"
|
||
msgstr "Hoá đơn chờ thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Bills to Validate"
|
||
msgstr "Hoá đơn chờ xác nhận"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Bills to pay"
|
||
msgstr "Hoá đơn chờ thanh toán"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_to_receive_pay
|
||
msgid "Bills to receive"
|
||
msgstr "Hoá đơn cần nhận"
|
||
|
||
#. 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 "Để trống nếu là 0"
|
||
|
||
#. 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 "Đã bị chặn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__block
|
||
msgid "Blocking Message"
|
||
msgstr "Thông điệp khoá/phong toả"
|
||
|
||
#. 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 "Boolean"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "Branch:"
|
||
msgstr "Chi nhánh:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__include_initial_balance
|
||
msgid "Bring Accounts Balance Forward"
|
||
msgstr "Không kết chuyển số dư"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban
|
||
msgid "Browse available countries."
|
||
msgstr "Duyệt các quốc gia khả dụng."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_budget
|
||
msgid "Budget Management"
|
||
msgstr "Quản lý ngân sách"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_budgets
|
||
msgid "Budgets"
|
||
msgstr "Ngân sách"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__writeoff_button
|
||
msgid "Button to generate counterpart entry"
|
||
msgstr "Nút để tạo bút toán đối ứng"
|
||
|
||
#. 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 ""
|
||
"Theo mặc định, chúng tôi luôn mở ra các dòng có thể mở. Nếu điều này được "
|
||
"chọn, dòng sẽ không được mở ra theo mặc định và một nút gấp sẽ được hiển "
|
||
"thị."
|
||
|
||
#. 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 ""
|
||
"Bằng cách bỏ đánh dấu trường hoạt động này, bạn có thể ẩn một Vị thế Tài "
|
||
"khoá mà không cần xóa nó."
|
||
|
||
#. 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 ""
|
||
"Bằng cách bỏ chọn trường 'Hiệu lực', bạn có thể ẩn một INCOTERM mà không cần"
|
||
" xóa nó."
|
||
|
||
#. 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 "Import dạng file CAMT"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_CIP
|
||
msgid "CARRIAGE AND INSURANCE PAID TO"
|
||
msgstr "CHI PHÍ VẬN CHUYỂN VÀ BẢO HIỂN ĐÃ THANH TOÁN CHO"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_CPT
|
||
msgid "CARRIAGE PAID TO"
|
||
msgstr "CHÍ PHÍ VẬN CHUYỂN ĐÃ THANH TOÁN CHO"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_CFR
|
||
msgid "COST AND FREIGHT"
|
||
msgstr "TIỀN HÀNG VÀ CƯỚC PHÍ"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_CIF
|
||
msgid "COST, INSURANCE AND FREIGHT"
|
||
msgstr "TIỀN HÀNG, BẢO HIỂM VÀ CƯỚC PHÍ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "CSV, XLS, and XLSX Import"
|
||
msgstr "Nhập CSV, XLS, và XLSX"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "CUST"
|
||
msgstr "CUST"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__can_edit_wizard
|
||
msgid "Can Edit Wizard"
|
||
msgstr "Tính năng có thể chỉnh sửa"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__can_group_payments
|
||
msgid "Can Group Payments"
|
||
msgstr "Có thể nhóm thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Can't disable audit trail when there are existing records."
|
||
msgstr "Không thể tắt dấu vết kiểm toán khi có bản ghi đang tồn tại."
|
||
|
||
#. 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 "Hủy"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Cancel Entry"
|
||
msgstr "Hủy bút toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment__state__canceled
|
||
msgid "Canceled"
|
||
msgstr "Đã huỷ"
|
||
|
||
#. 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 "Đã hủy"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Cancelled Credit Note"
|
||
msgstr "Giấy báo có đã huỷ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Cancelled Invoice"
|
||
msgstr "Hoá đơn đã hủy"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Cannot create a purchase document in a non purchase journal"
|
||
msgstr "Không thể tạo tài liệu mua hàng trong sổ nhật ký không phải mua hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Cannot create a sale document in a non sale journal"
|
||
msgstr ""
|
||
"Không thể tạo bút toán bán hàng trong sổ nhật ký không phải là bán hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/accrued_orders.py:0
|
||
#, python-format
|
||
msgid "Cannot create an accrual entry with orders in different currencies."
|
||
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 ""
|
||
"Không tìm thấy một hệ thống tài khoản cho công ty này, bạn nên tạo nó."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Cannot generate an unused account code."
|
||
msgstr "Không thể sinh một mã tài khoản không được sử dụng."
|
||
|
||
#. 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 ""
|
||
"Không thể tạo mã sổ nhật ký chưa sử dụng. Vui lòng đổi tên sổ nhật ký %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 ""
|
||
"Không thể nhận chi tiết tổng hợp từ một dòng không sử dụng công cụ 'tổng "
|
||
"hợp'"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_capital
|
||
msgid "Capital"
|
||
msgstr "Vốn"
|
||
|
||
#. 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 ""
|
||
"Ghi nhận thông tin hoá đơn và thanh toán và tiếp tục theo dõi cuộc trò "
|
||
"chuyện với nhà cung cấp của bạn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__carryover_target
|
||
msgid "Carry Over To"
|
||
msgstr "Mang sang"
|
||
|
||
#. 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 "Tiền mặt"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Cash Account"
|
||
msgstr "Tài khoản tiền mặt"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_cash_journal_default_account_54
|
||
msgid "Cash Bakery"
|
||
msgstr "Tiền mặt Tiệm bánh"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_cash_journal_default_account_56
|
||
msgid "Cash Bar"
|
||
msgstr "Tiền mặt"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__tax_exigibility
|
||
msgid "Cash Basis"
|
||
msgstr "Cơ sở dòng tiền"
|
||
|
||
#. 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 "Bút toán kế toán dòng tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__tax_cash_basis_journal_id
|
||
msgid "Cash Basis Journal"
|
||
msgstr "Sổ nhật ký cơ sở dòng tiền"
|
||
|
||
#. 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 "Gốc bút toán kế toán dòng tiền"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
#: model:account.journal,name:account.1_caba
|
||
msgid "Cash Basis Taxes"
|
||
msgstr "Thuế kế toán tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__cash_basis_transition_account_id
|
||
msgid "Cash Basis Transition Account"
|
||
msgstr "Tài khoản giao dịch kế toán tiền"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_cash_journal_default_account_53
|
||
msgid "Cash Clothes Shop"
|
||
msgstr "Tiền mặt Cửa hàng quần áo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__default_cash_difference_expense_account_id
|
||
msgid "Cash Difference Expense"
|
||
msgstr "Tài khoản ghi nhận chênh lệch tiền chi phí"
|
||
|
||
#. 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 "Chênh lệch tiền mặt tăng lên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__default_cash_difference_income_account_id
|
||
msgid "Cash Difference Income"
|
||
msgstr "Tài khoản ghi nhận chênh lệch tiền doanh thu"
|
||
|
||
#. 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 "Chênh lệch tiền mặt bị giảm"
|
||
|
||
#. 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 "Chiết khấu tiền mặt tăng"
|
||
|
||
#. 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 "Giảm giá tiền mặt lỗ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__early_pay_discount_computation
|
||
msgid "Cash Discount Tax Reduction"
|
||
msgstr "Giảm thuế giảm giá tiền mặt"
|
||
|
||
#. 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 "Tài khoản chiết khấu tiền mặt tăng"
|
||
|
||
#. 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 "Tài khoản Giảm giá khoản tiền lỗ"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_cash_journal_default_account_52
|
||
msgid "Cash Furn. Shop"
|
||
msgstr "Tiền mặt Cửa hàng đồ nội thất"
|
||
|
||
#. 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 "Két tiền mặt"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_cash_journal_default_account_55
|
||
msgid "Cash Restaurant"
|
||
msgstr "Tiền nhà hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_cash_rounding
|
||
msgid "Cash Rounding"
|
||
msgstr "Làm tròn tiền"
|
||
|
||
#. 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 "Phương thức làm tròn tiền"
|
||
|
||
#. 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 "Làm tròn tiền"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_statement
|
||
msgid "Cash Statement"
|
||
msgstr "Sao kê tiền mặt"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Cash basis rounding difference"
|
||
msgstr "Chênh lệch làm tròn kế toàn dòng tiền"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "Cash basis transition account"
|
||
msgstr "Tài khoản giao dịch kế toán tiền"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Cash: Balance"
|
||
msgstr "Tiền mặt: số dư"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Catalog"
|
||
msgstr "Danh mục"
|
||
|
||
#. 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 "Nhóm"
|
||
|
||
#. 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 ""
|
||
"Một số quốc gia áp dụng khấu lưu tại nguồn đối với số lượng hóa đơn, phù hợp"
|
||
" với luật nội bộ của họ. Mọi khoản khấu trừ tại nguồn sẽ được khách hàng nộp"
|
||
" cho cơ quan thuế. Trong mọi trường hợp không thể"
|
||
|
||
#. 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 "Chuỗi cần hash có khoảng cách"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_automatic_entry_wizard__action__change_account
|
||
msgid "Change Account"
|
||
msgstr "Đổi tài khoản"
|
||
|
||
#. 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 "Đổi kỳ"
|
||
|
||
#. 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 ""
|
||
"Thay đổi tên của tài khoản đối ứng mà sẽ lưu trữ khoản chênh lệch thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_lock_exception__lock_date
|
||
msgid "Changed Lock Date"
|
||
msgstr "Ngày khoá sổ đã thay đổi"
|
||
|
||
#. 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 ""
|
||
"Không được phép thay đổi MST khi đã lập hoá đơn hành cho tài khoản của bạn. "
|
||
"Vui lòng liên hệ trực tiếp với chúng tôi để thực hiện hoạt động này."
|
||
|
||
#. 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 ""
|
||
"Việc đổi tên công ty của bạn là không được phép khi đã phát hành hoá đơn cho"
|
||
" tài khoản của bạn. Vui lòng liên hệ trực tiếp chúng tôi việc này."
|
||
|
||
#. 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 ""
|
||
"Không được phép thay đổi tên của bạn khi đã lập hoá đơn hành cho tài khoản "
|
||
"của bạn. Vui lòng liên hệ trực tiếp với chúng tôi để thực hiện hoạt động "
|
||
"này."
|
||
|
||
#. 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 "Mẫu hệ thống tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.open_account_charts_modules
|
||
msgid "Chart Templates"
|
||
msgstr "Mẫu hệ thống tài khoản"
|
||
|
||
#. 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 "Hệ thống tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__coa
|
||
msgid "Chart of Accounts Matches"
|
||
msgstr "Hệ thống các tài khoản phù hợp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_list
|
||
msgid "Chart of accounts"
|
||
msgstr "Hệ thống tài khoản"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_chart_of_accounts
|
||
msgid "Chart of accounts set!"
|
||
msgstr "Hệ thống tài khoản đã được thiết lập!"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Check"
|
||
msgstr "Kiểm tra"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_send.py:0
|
||
msgid "Check Partner(s) Email(s)"
|
||
msgstr "Kiểm tra (các) email của (các) đối tác"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_payment_register.py:0
|
||
msgid "Check them"
|
||
msgstr "Kiểm tra chúng"
|
||
|
||
#. 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 ""
|
||
"Đánh dấu vào hộp này nếu tài khoản này cho phép khớp/đối soát các hoá đơn và"
|
||
" thanh toán."
|
||
|
||
#. 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 ""
|
||
"Chọn ô này nếu bạn không muốn chia sẻ chung định dạng đánh mã của hoá đơn và"
|
||
" hoá đơn điều chỉnh giảm được tạo trong sổ nhật kí này"
|
||
|
||
#. 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 ""
|
||
"Chọn hộp này nếu bạn không muốn chia sẻ cùng một mã về thanh toán và giao "
|
||
"dịch ngân hàng được đưa vào sổ này"
|
||
|
||
#. 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 ""
|
||
"Chọn ô này để phủ định giá trị tuyệt đối của số dư của các dòng được liên "
|
||
"kết với thẻ này trong tính toán báo cáo thuế."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account
|
||
msgid "Check why it's risky."
|
||
msgstr "Xem lý do rủi ro."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_form_inherit_account
|
||
msgid "Check why."
|
||
msgstr "Xem lý do."
|
||
|
||
#. 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 "Đã kiểm tra"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Checks"
|
||
msgstr "Séc"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__children_ids
|
||
msgid "Child Lines"
|
||
msgstr "Dòng con"
|
||
|
||
#. 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 "Thuế phụ/con"
|
||
|
||
#. 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 "Chọn thuế bán hàng mặc định cho sản phẩm của bạn."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "City"
|
||
msgstr "Thành phố"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "Click"
|
||
msgstr "Bấm vào"
|
||
|
||
#. 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 "Nhấp vào đây để thêm mô tả cho sản phẩm của bạn."
|
||
|
||
#. 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 "Nhấp hoặc nhấn enter để thêm mô tả"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_terms_conditions_setting_banner
|
||
msgid "Close"
|
||
msgstr "Đóng"
|
||
|
||
#. 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 "Mã"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__code_mapping_ids
|
||
msgid "Code Mapping"
|
||
msgstr "Mapping mã"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
|
||
msgid "Code Prefix"
|
||
msgstr "Tiền tố mã"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_group__code_prefix_end
|
||
msgid "Code Prefix End"
|
||
msgstr "Kết thúc tiền tố mã"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_group__code_prefix_start
|
||
msgid "Code Prefix Start"
|
||
msgstr "Bắt đầu tiền tố mã"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__code_store
|
||
msgid "Code Store"
|
||
msgstr "Kho code"
|
||
|
||
#. 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 ""
|
||
"Ghi nhận các khoản thanh toán của khách hàng chỉ trong 1 lần bấm khi dùng "
|
||
"dịch vụ thuế của châu Âu 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 ""
|
||
"Thu thập thông tin và đưa ra số liệu thống kê về thương mại hàng hóa ở châu "
|
||
"Âu với intastat"
|
||
|
||
#. 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 "Mã màu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__column_ids
|
||
msgid "Columns"
|
||
msgstr "Cột"
|
||
|
||
#. 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 ""
|
||
"Danh sách các trường được phân tách bằng dấu phẩy từ account.move.line (Chi "
|
||
"tiết bút toán). Khi được cài, dòng này sẽ tạo các dòng con được nhóm theo "
|
||
"các phím đó."
|
||
|
||
#. 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 "Thực thể thương mại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__invoice_reference_model
|
||
msgid "Communication Standard"
|
||
msgstr "Chuẩn mực thông tin liên lạc"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__invoice_reference_type
|
||
msgid "Communication Type"
|
||
msgstr "Kiểu thông tin liên lạc"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
|
||
msgid "Communication history"
|
||
msgstr "Lịch sử trao đổi"
|
||
|
||
#. 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 "Công ty"
|
||
|
||
#. 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 "Các công ty mà dẫn chiếu đến đối tác"
|
||
|
||
#. 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 "Công ty"
|
||
|
||
#. 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 "Công ty "
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Company Bank Account"
|
||
msgstr "Tài khoản ngân hàng công ty"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__company_country_id
|
||
msgid "Company Country"
|
||
msgstr "Quốc gia công ty"
|
||
|
||
#. 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 "Tiền tệ công ty"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_base_document_layout
|
||
msgid "Company Document Layout"
|
||
msgstr "Bố cục tài liệu công ty"
|
||
|
||
#. 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 "Mã tài chính quốc gia của công ty"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__is_storno
|
||
msgid "Company Storno Accounting"
|
||
msgstr "Công ty Kế toán Storno"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__company_vat_placeholder
|
||
msgid "Company Vat Placeholder"
|
||
msgstr "Phần giữ chỗ thuế GTGT của công ty"
|
||
|
||
#. 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 "Công ty có một hệ thống tài khoản"
|
||
|
||
#. 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 "Công ty liên quan tới sổ nhật ký này"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Complete the partner data with email."
|
||
msgstr "Hoàn thành dữ liệu đối tác bằng email."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__use_sections
|
||
msgid "Composite Report"
|
||
msgstr "Báo cáo tổng hợp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__engine
|
||
msgid "Computation Engine"
|
||
msgstr "Công cụ tính toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_end
|
||
msgid "Computed Balance"
|
||
msgstr "Số dư tính toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Thiết lập cấu hình"
|
||
|
||
#. 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 "Cấu hình"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Configuration review"
|
||
msgstr "Xem xét lại cấu hình"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_fiscal_year
|
||
msgid "Configure"
|
||
msgstr "Cấu hình"
|
||
|
||
#. 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 "Cấu hình bố cục chứng từ của bạn"
|
||
|
||
#. 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 "Xác nhận"
|
||
|
||
#. 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 "Xác nhận bút toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "Confirm them now"
|
||
msgstr "Xác nhận ngay"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Connect your bank. Match invoices automatically."
|
||
msgstr "Kết nối với ngân hàng của bạn. Tự động khớp hóa đơn."
|
||
|
||
#. 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 ""
|
||
"Thay vào đó, hãy cân nhắc thanh toán theo %(btn_start)s khoản trả góp "
|
||
"%(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 "Cân nhắc thanh toán %(btn_start)stoàn bộ số tiền%(btn_end)s."
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_res_partner
|
||
msgid "Contact"
|
||
msgstr "Liên hệ"
|
||
|
||
#. 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 "Chứa"
|
||
|
||
#. 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 "Chứa tên phần hoặc thông báo lỗi, tùy vào loại dòng."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Contains hashed entries, but %s also has hashed entries."
|
||
msgstr ""
|
||
"Bao gồm các bút toán đã được hash, mà %s cũng có bút toán đã được hash."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_body
|
||
msgid "Contents"
|
||
msgstr "Nội dung"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Control-Access"
|
||
msgstr "Kiểm soát truy cập"
|
||
|
||
#. 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 ""
|
||
"Việc chuyển đổi qua lại giữa các đơn vị đo lường chỉ có thể xảy ra nếu chúng"
|
||
" thuộc cùng một nhóm. Việc chuyển đổi sẽ dựa trên tỉ lệ."
|
||
|
||
#. 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 "Tuyệt vời! Có vẻ bạn không còn bất kỳ khoản tiền nào cần thanh toán."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Corrupted data on journal entry with id %(id)s (%(name)s)."
|
||
msgstr "Dữ liệu sai sót trong bút toán có id %(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 "Giá vốn hàng bán"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_cost_of_production
|
||
msgid "Cost of Production"
|
||
msgstr "Chi phí sản xuất"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense_direct_cost
|
||
msgid "Cost of Revenue"
|
||
msgstr "Chi phí bán hàng trực tiếp"
|
||
|
||
#. 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 ""
|
||
"Không thể tính toán bất kỳ mã nào cho bản sao một cách tự động. Hãy tạo nó "
|
||
"theo cách thủ công."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_report.py:0
|
||
msgid "Could not determine carryover target automatically for expression %s."
|
||
msgstr "Không thể tự động xác định mục tiêu chuyển tiếp cho biểu thức %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 "Không thể tải tệp lên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid "Counterpart Items"
|
||
msgstr "Hạng mục đối ứng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__counterpart_type
|
||
msgid "Counterpart Type"
|
||
msgstr "Loại đối ứng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "Counterpart buttons"
|
||
msgstr "Nút đối ứng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "Counterpart rules"
|
||
msgstr "Quy tắc đối ứng"
|
||
|
||
#. 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 "Quốc gia mà công ty có mã số thuế GTGT"
|
||
|
||
#. 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 "Quốc gia"
|
||
|
||
#. 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 "Mã quốc gia"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__country_group_id
|
||
msgid "Country Group"
|
||
msgstr "Nhóm quốc gia"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__availability_condition__country
|
||
msgid "Country Matches"
|
||
msgstr "Khớp quốc gia"
|
||
|
||
#. 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 "Tên quốc gia"
|
||
|
||
#. 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 "Quốc gia mà thẻ này khả dụng cho, khi được áp dụng vào các loại thuế."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
|
||
msgid "Create"
|
||
msgstr "Tạo"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_automatic_entry_wizard
|
||
msgid "Create Automatic Entries"
|
||
msgstr "Tạo bút toán tự động"
|
||
|
||
#. module: account
|
||
#: model:account.reconcile.model,name:account.1_reconcile_bill
|
||
msgid "Create Bill"
|
||
msgstr "Tạo hóa đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Create Entries upon Emails"
|
||
msgstr "Tạo bút toán khi có email"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard
|
||
msgid "Create Entry"
|
||
msgstr "Tạo bút toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Create Invoices upon Emails"
|
||
msgstr "Tạo hóa đơn qua email"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "Create Journal Entries"
|
||
msgstr "Tạo bút toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search
|
||
msgid "Create Only"
|
||
msgstr "Chỉ tạo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "Create Payment"
|
||
msgstr "Tạo thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "Create Payments"
|
||
msgstr "Tạo thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "Create a bill manually"
|
||
msgstr "Tạo hoá đơn thủ công"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_out_refund_type
|
||
msgid "Create a credit note"
|
||
msgstr "Bấm để tạo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_out_invoice_type
|
||
msgid "Create a customer invoice"
|
||
msgstr "Tạo một hoá đơn bán hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_journal_line
|
||
msgid "Create a journal entry"
|
||
msgstr "Tạo một bút toán kế toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_supplier_accounts
|
||
msgid "Create a new bank account"
|
||
msgstr "Tạo một tài khoản ngân hàng mới"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_view_bank_statement_tree
|
||
msgid "Create a new cash log"
|
||
msgstr "Bấm để tạo mới một nhật ký tiền mặt"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.res_partner_action_customer
|
||
msgid "Create a new customer in your address book"
|
||
msgstr "Tạo một khách hàng mới trong sổ địa chỉ của bạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_fiscal_position_form
|
||
msgid "Create a new fiscal position"
|
||
msgstr "Tạo mới một vị thế tài khóa"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_incoterms_tree
|
||
msgid "Create a new incoterm"
|
||
msgstr "Tạo mới một điều khoản Incoterm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.product_product_action_purchasable
|
||
msgid "Create a new purchasable product"
|
||
msgstr "Tạo mới một sản phẩm có thể mua"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_reconcile_model
|
||
msgid "Create a new reconciliation model"
|
||
msgstr "Tạo mới một mô hình đối soát"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_out_receipt_type
|
||
msgid "Create a new sales receipt"
|
||
msgstr "Tạo mới một biên lai bán hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.product_product_action_sellable
|
||
msgid "Create a new sellable product"
|
||
msgstr "Tạo mới một sản phẩm có thể bán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.res_partner_action_supplier
|
||
msgid "Create a new supplier in your address book"
|
||
msgstr "Tạo mới một nhà cung cấp vào danh bạ của bạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_tax_form
|
||
msgid "Create a new tax"
|
||
msgstr "Tạo một thuế mới"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_tax_group
|
||
msgid "Create a new tax group"
|
||
msgstr "Tạo nhóm thuế mới"
|
||
|
||
#. 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 ""
|
||
"Tạo báo cáo có cấu trúc với nhiều phần để điều hướng thuận tiện và in đồng "
|
||
"thời."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_in_invoice_type
|
||
msgid "Create a vendor bill"
|
||
msgstr "Tạo hóa đơn mua hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_in_refund_type
|
||
msgid "Create a vendor credit note"
|
||
msgstr "Tạo điều chỉnh giảm hóa đơn NCC"
|
||
|
||
#. 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 ""
|
||
"Tạo nhiều nhóm sổ cái tùy theo nhu cầu để duy trì các sổ cái riêng biệt cho "
|
||
"các điều chỉnh tài chính, IFRS hoặc, GAAP địa phương, đảm bảo tuân thủ nhiều"
|
||
" quy định khác nhau."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "Create bill manually"
|
||
msgstr "Tạo hoá đơn thủ công"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/onboarding_onboarding_step.py:0
|
||
msgid "Create first invoice"
|
||
msgstr "Tạo hóa đơn đầu tiên"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Create invoice/bill"
|
||
msgstr "Tạo hoá đơn KH/NCC"
|
||
|
||
#. 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 ""
|
||
"Tạo hoá đơn, ghi nhận thanh toán và tiếp tục theo dõi thảo luận với khách "
|
||
"hàng của bạn."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "Create manually"
|
||
msgstr "Tạo thủ công"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.rounding_list_action
|
||
msgid "Create the first cash rounding"
|
||
msgstr "Tạo làm tròn tiền đầu tiên"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Create the product."
|
||
msgstr "Tạo sản phẩm."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "Created By"
|
||
msgstr "Được tạo bởi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "Created On"
|
||
msgstr "Được tạo vào"
|
||
|
||
#. 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 "Tạo bởi"
|
||
|
||
#. 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 "Tạo vào"
|
||
|
||
#. 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 "Có"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_amount_currency
|
||
msgid "Credit Amount Currency"
|
||
msgstr "Tiền tệ số tiền ghi có"
|
||
|
||
#. 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 "Thẻ tín dụng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Credit Card Setup"
|
||
msgstr "Thiết lập thẻ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Credit Card: Balance"
|
||
msgstr "Thẻ: Số dư"
|
||
|
||
#. 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 "Hạn mức tín dụng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
|
||
msgid "Credit Limits"
|
||
msgstr "Hạn mức Tín dụng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_move_id
|
||
msgid "Credit Move"
|
||
msgstr "Phát sinh có"
|
||
|
||
#. 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 "Hoá đơn điều chỉnh giảm"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Credit Note Created"
|
||
msgstr "Hoá đơn điều chỉnh giảm được tạo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_out_credit_note_tree
|
||
msgid "Credit Note Currency"
|
||
msgstr "Tiền tệ của giấy báo có"
|
||
|
||
#. module: account
|
||
#: model:mail.template,name:account.email_template_edi_credit_note
|
||
msgid "Credit Note: Sending"
|
||
msgstr "Giấy báo có: đang gửi"
|
||
|
||
#. 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 "Hoá đơn điều chỉnh giảm"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.action_credit_statement_tree
|
||
msgid "Credit Statements"
|
||
msgstr "Sao kê tín dụng"
|
||
|
||
#. 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 "Có thành hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Credit card"
|
||
msgstr "Thẻ"
|
||
|
||
#. 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 "Phát sinh kế toán bên có mà được khớp với phát sinh kế toán này."
|
||
|
||
#. 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 "Hạn mức tín dụng cho đối tác này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__cumulated_balance
|
||
msgid "Cumulated Balance"
|
||
msgstr "Số dư lũy kế"
|
||
|
||
#. 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 ""
|
||
"Số dư lũy kế tùy thuộc vào bộ lọc và sắp xếp được chọn trong giao diệ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 "Tiền tệ"
|
||
|
||
#. 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 "Tiền tệ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__display_currency_helper
|
||
msgid "Currency Conversion Helper"
|
||
msgstr "Trình trợ giúp chuyển đổi tiền tệ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__currency_exchange_journal_id
|
||
msgid "Currency Exchange Journal"
|
||
msgstr "Sổ nhật ký chênh lệch tỷ giá"
|
||
|
||
#. 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 "Tỷ giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__currency_translation
|
||
msgid "Currency Translation"
|
||
msgstr "Dịch tiền tệ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Currency exchange rate difference"
|
||
msgstr "Chênh lệch tỷ giá hối đoái"
|
||
|
||
#. 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 "Tiền tệ phải luôn được cung cấp để tạo mã QR"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__credit_currency_id
|
||
msgid "Currency of the credit journal item."
|
||
msgstr "Đơn vị tiền tệ của chi tiết bút toán ghi có."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_currency_id
|
||
msgid "Currency of the debit journal item."
|
||
msgstr "Đơn vị tiền tệ của chi tiết bút toán ghi nợ."
|
||
|
||
#. 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 ""
|
||
"Tỷ giá tiền tệ từ đơn vị tiền tệ của công ty sang đơn vị tiền tệ chứng từ."
|
||
|
||
#. 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 "Tài sản ngắn hạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__current_balance
|
||
msgid "Current Balance"
|
||
msgstr "Số dư hiện tại"
|
||
|
||
#. 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 "Nợ ngắn hạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__current_statement_balance
|
||
msgid "Current Statement Balance"
|
||
msgstr "Current Statement Balance"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__equity_unaffected
|
||
msgid "Current Year Earnings"
|
||
msgstr "Thu nhập năm hiện tại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_column__custom_audit_action_id
|
||
msgid "Custom Audit Action"
|
||
msgstr "Tác vụ kiểm tra tùy chỉnh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__custom
|
||
msgid "Custom Python Function"
|
||
msgstr "Hàm Python tùy chỉnh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__custom_user_amount
|
||
msgid "Custom User Amount"
|
||
msgstr "Số tiền người dùng tuỳ chỉnh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__custom_user_currency_id
|
||
msgid "Custom User Currency"
|
||
msgstr "Tiền tệ người dùng tuỳ chỉnh"
|
||
|
||
#. 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 "Khách hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_sale_delivery_address
|
||
msgid "Customer Addresses"
|
||
msgstr "Các địa chỉ của khách hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Customer Bank Account"
|
||
msgstr "Tài khoản ngân hàng của khách hàng"
|
||
|
||
#. 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 "Hoá đơn điều chỉnh giảm"
|
||
|
||
#. 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 "Hoá đơn khách hàng"
|
||
|
||
#. 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 "Hoá đơn khách hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_discount_expense_allocation_id
|
||
msgid "Customer Invoices Discounts Account"
|
||
msgstr "Tài khoản chiết khấu hoá đơn bán hàng"
|
||
|
||
#. 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 "Hóa đơn bán hàng và hóa đơn mua hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Customer Payment"
|
||
msgstr "Thanh toán của khách hàng"
|
||
|
||
#. 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 "Điều khoản thanh toán cho khách hàng"
|
||
|
||
#. 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 "Khách hàng thanh toán"
|
||
|
||
#. 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 "URL cổng thông tin khách hàng"
|
||
|
||
#. 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 "Xếp hạng khách hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Customer Reference"
|
||
msgstr "Mã riêng của khách"
|
||
|
||
#. 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 "Khách hàng/Nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Customer:"
|
||
msgstr "Khách hàng:"
|
||
|
||
#. 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 "Khách hàng"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_base_document_layout
|
||
msgid "Customize"
|
||
msgstr "Tuỳ chỉnh"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_base_document_layout
|
||
msgid "Customize the look of your documents."
|
||
msgstr "Tuỳ chỉnh bố cục chứng từ của bạn."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Cut-Off"
|
||
msgstr "Phân chia (Cut-Off)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Cut-off {label}"
|
||
msgstr "Cut-off {label}"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Cut-off {label} {percent}%"
|
||
msgstr "Cut-off {label} {percent}%"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_DAP
|
||
msgid "DELIVERED AT PLACE"
|
||
msgstr "GIAO HÀNG TẠI NƠI ĐẾN"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_DPU
|
||
msgid "DELIVERED AT PLACE UNLOADED"
|
||
msgstr "GIAO HÀNG TẠI NƠI ĐẾN ĐÃ DỠ HÀNG"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_DDP
|
||
msgid "DELIVERED DUTY PAID"
|
||
msgstr "GIAO ĐÃ NỘP THUẾ"
|
||
|
||
#. 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 "Tổng quan"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.action_check_hash_integrity
|
||
msgid "Data Inalterability Check"
|
||
msgstr "Kiểm tra toàn vẹn dữ liệu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Data Inalterability Check Report -"
|
||
msgstr "Báo cáo kiểm tra tính không thể thay đổi của dữ liệu -"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Data consistency check"
|
||
msgstr "Kiểm tra toàn vẹn dữ liệu"
|
||
|
||
#. 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 "Ngày"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_resequence_wizard__first_date
|
||
msgid "Date (inclusive) from which the numbers are resequenced."
|
||
msgstr "Ngày (bao gồm) mà từ đó các số được đánh số lại."
|
||
|
||
#. 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 ""
|
||
"Ngày (bao gồm) mà các số được đánh số lại. Nếu không cài, tất cả các bút "
|
||
"toán cho đến cuối kỳ sẽ được đánh số lại."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_date_range
|
||
msgid "Date Range"
|
||
msgstr "Phạm vi ngày"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__date_scope
|
||
msgid "Date Scope"
|
||
msgstr "Phạm vi ngày"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_date
|
||
msgid "Date example"
|
||
msgstr "Ví dụ ngày"
|
||
|
||
#. 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 ""
|
||
"Ngày kể từ khi kế toán được quản lý bởi Odoo. Nó là ngày của bút toán đầu "
|
||
"kì."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "Date:"
|
||
msgstr "Ngày:"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
|
||
msgid "Dates"
|
||
msgstr "Ngày"
|
||
|
||
#. 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 "Ngày giờ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__nb_days
|
||
msgid "Days"
|
||
msgstr "Ngày"
|
||
|
||
#. 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 "Thời gian thu hồi tiền hàng tồn đọng (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 "Ngày sau ngày cuối tháng"
|
||
|
||
#. 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 "Ngày sau ngày cuối tháng kế tiếp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__delay_type__days_after
|
||
msgid "Days after invoice date"
|
||
msgstr "Ngày sau ngày lập hoá đơn"
|
||
|
||
#. 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 "Ngày sau ngày cuối tháng vào ngày"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__days_next_month
|
||
msgid "Days on the next month"
|
||
msgstr "Ngày vào tháng tiếp theo"
|
||
|
||
#. 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 "Nợ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_amount_currency
|
||
msgid "Debit Amount Currency"
|
||
msgstr "Tiền tệ số tiền ghi nợ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__debit_move_id
|
||
msgid "Debit Move"
|
||
msgstr "Phát sinh nợ"
|
||
|
||
#. 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 "Các phát sinh kế toán ghi nợ mà được khớp với phát sinh kế toán này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__12
|
||
msgid "December"
|
||
msgstr "Tháng Mười Hai"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_decimal_precision
|
||
msgid "Decimal Precision"
|
||
msgstr "Độ chính xác thập phân"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__decimal_separator
|
||
msgid "Decimal Separator"
|
||
msgstr "Phân cách thập phân"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__refund_sequence
|
||
msgid "Dedicated Credit Note Sequence"
|
||
msgstr "Trình tự hoá đơn điều chỉnh giảm riêng biệt"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__payment_sequence
|
||
msgid "Dedicated Payment Sequence"
|
||
msgstr "Trình tự thanh toán chuyên dụng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
|
||
msgid "Default"
|
||
msgstr "Mặc định"
|
||
|
||
#. 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 "Tài khoản mặc định"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__default_account_type
|
||
msgid "Default Account Type"
|
||
msgstr "Loại tài khoản mặc định"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Default Accounts"
|
||
msgstr "Tài khoản mặc định"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_default_credit_limit
|
||
msgid "Default Credit Limit"
|
||
msgstr "Hạn mức tín dụng mặc định"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Default Expense Account"
|
||
msgstr "Tài khoản chi phí mặc định"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Default Income Account"
|
||
msgstr "Tài khoản doanh thu mặc định"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Default Incoterm"
|
||
msgstr "Điều khoản Incoterm mặc định"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Default Incoterm of your company"
|
||
msgstr "Incoterm mặc định của công ty"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__default_opening_date_filter
|
||
msgid "Default Opening"
|
||
msgstr "Mở mặc định"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_default_pos_receivable_account_id
|
||
msgid "Default PoS Receivable Account"
|
||
msgstr "Tài khoản phải thu mặc định cho 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 "Thuế mua mặc định"
|
||
|
||
#. 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 "Thuế bán mặc định"
|
||
|
||
#. 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 "Bao gồm giá bán mặc định"
|
||
|
||
#. 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 "Thuế mặc định"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__use_invoice_terms
|
||
msgid "Default Terms & Conditions"
|
||
msgstr "Điều khoản & điều kiện mặc định"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__invoice_terms
|
||
msgid "Default Terms and Conditions"
|
||
msgstr "Điều khoản và điều kiện mặc định"
|
||
|
||
#. 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 "Điều khoản và điều kiện mặc định dưới dạng một trang web"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__alias_defaults
|
||
msgid "Default Values"
|
||
msgstr "Giá trị mặc định"
|
||
|
||
#. 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 "Incoterm mặc định"
|
||
|
||
#. 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 ""
|
||
"Mặc định giá bán được sử dụng trên sản phẩm và hóa đơn với Công ty này đã "
|
||
"bao gồm thuế hay chưa."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Default taxes applied when creating new products."
|
||
msgstr "Thuế mặc định áp dụng khi tạo sản phẩm mới."
|
||
|
||
#. 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 "Thuế mặc định dùng khi mua sản phẩm"
|
||
|
||
#. 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 "Thuế mặc định dùng khi bán sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_deferred_revenue
|
||
msgid "Deferred Revenue"
|
||
msgstr "Doanh thu chưa thực hiện"
|
||
|
||
#. 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 ""
|
||
"Quy định sổ nhật ký tài khoản này được dùng. Nếu trống, có thể được dùng ở "
|
||
"tất cả các sổ nhật ký."
|
||
|
||
#. 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 ""
|
||
"Xác lập giá trị nhỏ nhất của tiền tệ được sử dụng để thanh toán bằng tiền "
|
||
"mặt"
|
||
|
||
#. 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 ""
|
||
"Xác định công ty nào có thể chọn tính năng nhiều sổ cái trong bộ lọc báo "
|
||
"cáo. Nếu không, tất cả công ty đều có thể chọn"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_fiscal_year
|
||
msgid "Define your fiscal years & tax returns periodicity."
|
||
msgstr "Xác định năm tài chính & kỳ khai thuế của bạn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_journal__bank_statements_source
|
||
msgid "Defines how the bank statements will be registered"
|
||
msgstr "Xác định cách sao kê ngân hàng sẽ được ghi nhận"
|
||
|
||
#. 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 "Xác định xem trường tiền tố tài khoản có được hiển thị hay không"
|
||
|
||
#. 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 ""
|
||
"Xác định giá trị nhỏ nhất của tiền tệ có thể được dùng trong thanh toán bằng"
|
||
" tiền mặt."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
|
||
msgid "Definition"
|
||
msgstr "Định nghĩa"
|
||
|
||
#. 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 "Mức độ tin cậy của bạn với đối tác này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__delay_type
|
||
msgid "Delay Type"
|
||
msgstr "Loại chậm trễ"
|
||
|
||
#. 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 "Địa chỉ giao hàng"
|
||
|
||
#. 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 "Ngày giao hàng"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.demo_ceo_wages_account
|
||
msgid "Demo CEO Wages Account"
|
||
msgstr "Tài khoản tiền lương của CEO demo"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.demo_capital_account
|
||
msgid "Demo Capital Account"
|
||
msgstr "Tài khoản nguồn vốn demo"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.demo_sale_of_land_account
|
||
msgid "Demo Sale of Land Account"
|
||
msgstr "Tài khoản buôn bán đất đai demo"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.demo_stock_account
|
||
msgid "Demo Stock Account"
|
||
msgstr "Tài khoản tồn kho demo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_validate_account_move.py:0
|
||
msgid "Depending moves"
|
||
msgstr "Bút toán phụ thuộc"
|
||
|
||
#. 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 "Lỗi thời"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__expense_depreciation
|
||
msgid "Depreciation"
|
||
msgstr "Khấu hao"
|
||
|
||
#. 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 "Mô tả"
|
||
|
||
#. 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 ""
|
||
"Mô tả trên hoá đơn (VD: Thời hạn thanh toán: 30 ngày kể từ ngày xuất hóa "
|
||
"đơn)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__note
|
||
msgid "Description on the Invoice"
|
||
msgstr "Mô tả trên hoá đơn"
|
||
|
||
#. 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 "Tài khoản đích"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__auto_apply
|
||
msgid "Detect Automatically"
|
||
msgstr "Nhận diện tự động"
|
||
|
||
#. 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 ""
|
||
"Xác định nơi có thể chọn thuế. Lưu ý: 'Không' có nghĩa là thuế không thể "
|
||
"được sử dụng riêng, tuy nhiên thuế vẫn có thể được sử dụng trong một nhóm. "
|
||
"'điều chỉnh' được sử dụng để thực hiện điều chỉnh thuế."
|
||
|
||
#. 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 ""
|
||
"Xác định liệu giá mà bạn sử dụng trên sản phẩm và hóa đơn có bao gồm thuế "
|
||
"này hay không."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_account_id
|
||
msgid "Difference Account"
|
||
msgstr "Tài khoản chênh lệch"
|
||
|
||
#. 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 "Chênh lệch được chấp nhận trong trường hợp thanh toán thấp hơn."
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_digest_digest
|
||
msgid "Digest"
|
||
msgstr "Tổng hợp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Digitization"
|
||
msgstr "Số hóa"
|
||
|
||
#. 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 ""
|
||
"Số hóa tài liệu PDF hoặc tài liệu đã quét của bạn bằng OCR và trí tuệ nhân "
|
||
"tạo"
|
||
|
||
#. 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 "Ký trực tiếp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard__disable_merge_button
|
||
msgid "Disable Merge Button"
|
||
msgstr "Vô hiệu hóa nút hợp nhất"
|
||
|
||
#. 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 "Đã vô hiệu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Disc.%"
|
||
msgstr "CK. (%)"
|
||
|
||
#. 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 "Huỷ"
|
||
|
||
#. 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 "Chiết khấu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__discount_percentage
|
||
msgid "Discount %"
|
||
msgstr "% Chiết khấu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__discount
|
||
msgid "Discount (%)"
|
||
msgstr "Chiết khấu (%)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_allocation_dirty
|
||
msgid "Discount Allocation Dirty"
|
||
msgstr "Discount Allocation Dirty"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_allocation_key
|
||
msgid "Discount Allocation Key"
|
||
msgstr "Discount Allocation Key"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_allocation_needed
|
||
msgid "Discount Allocation Needed"
|
||
msgstr "Phân bổ chiết khấu cần thiết"
|
||
|
||
#. 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 "Số tiền giảm giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_balance
|
||
msgid "Discount Balance"
|
||
msgstr "Số dư chiết khấu"
|
||
|
||
#. 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 "Ngày giảm giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__discount_days
|
||
msgid "Discount Days"
|
||
msgstr "Ngày giảm giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__discount_amount_currency
|
||
msgid "Discount amount in Currency"
|
||
msgstr "Số tiền chiết khấu tính theo đơn vị tiền tệ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Discount of %(amount)s if paid today"
|
||
msgstr "Chiết khấu %(amount)s nếu thanh toán hôm nay"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Discount of %(amount)s if paid within %(days)s days"
|
||
msgstr "Chiết khấu %(amount)s nếu thanh toán trong vòng %(days)s ngày"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_applicability__display_account_prefix
|
||
msgid "Display Account Prefix"
|
||
msgstr "Hiển thị tiền tố tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__display_alias_fields
|
||
msgid "Display Alias Fields"
|
||
msgstr "Hiển thị trường bí danh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__display_amount
|
||
msgid "Display Amount"
|
||
msgstr "Hiển thị số tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__display_days_next_month
|
||
msgid "Display Days Next Month"
|
||
msgstr "Hiển thị ngày vào tháng tiếp theo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__display_force_post
|
||
msgid "Display Force Post"
|
||
msgstr "Hiển thị Bắt buộc ghi sổ"
|
||
|
||
#. 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 "Hiển thị cảnh báo tiền tệ không hoạt động"
|
||
|
||
#. 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 "Display Invoice Edi Format"
|
||
|
||
#. 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 "Display Invoice Template Pdf Report"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__display_mapping_tab
|
||
msgid "Display Mapping Tab"
|
||
msgstr "Hiển thị tab mapping"
|
||
|
||
#. 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 "Tên hiển thị"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__display_pdf_report_id
|
||
msgid "Display Pdf Report"
|
||
msgstr "Hiển thị báo cáo 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 "Hiển thị 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 "Hiển thị QR-code trên hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_currency__display_rounding_warning
|
||
msgid "Display Rounding Warning"
|
||
msgstr "Hiển thị cảnh báo làm tròn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__qr_code
|
||
msgid "Display SEPA QR-code"
|
||
msgstr "Hiển thị 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 "Kiểu hiển thị"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__placeholder_code
|
||
msgid "Display code"
|
||
msgstr "Hiển thị mã"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__preview_ready
|
||
msgid "Display preview button"
|
||
msgstr "Hiển thị nút xem trước"
|
||
|
||
#. 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 "Hiển thị tổng số tiền của hóa đơn bằng chữ cái"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__repartition_line_ids
|
||
msgid "Distribution"
|
||
msgstr "Phân bổ"
|
||
|
||
#. 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 "Tài khoản phân tích phân phối"
|
||
|
||
#. 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 "Phân bổ cho hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__refund_repartition_line_ids
|
||
msgid "Distribution for Refund Invoices"
|
||
msgstr "Phân bổ cho hóa đơn điều chỉnh giảm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_tax_form
|
||
msgid "Distribution for Refunds"
|
||
msgstr "Phân phối tiền hoàn lại"
|
||
|
||
#. 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 "Phân bổ khi thuế được sử dụng trên phần hoàn tiền"
|
||
|
||
#. 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 "Phân bổ khi thuế được sử dụng trên hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_dividends
|
||
msgid "Dividends"
|
||
msgstr "Cổ tức"
|
||
|
||
#. 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 ""
|
||
"Không có quyền truy cập, bỏ qua dữ liệu này cho email tổng hợp gửi cho người"
|
||
" dùng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_extract
|
||
msgid "Document Digitization"
|
||
msgstr "Số hóa tài liệu"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_base_document_layout
|
||
msgid "Documents Layout"
|
||
msgstr "Bố cục chứng từ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_applicability__business_domain
|
||
msgid "Domain"
|
||
msgstr "Miền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__domain_formula
|
||
msgid "Domain Formula Shortcut"
|
||
msgstr "Công thức bộ lọc ngắn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Domestic country of your accounting"
|
||
msgstr "Quốc gia trong nước cho kế toán của bạn"
|
||
|
||
#. 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 "Xuống"
|
||
|
||
#. 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 "Tải xuống"
|
||
|
||
#. 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 ""
|
||
"Các khoản trả trước được vào sổ trên tài khoản này sẽ được xem xét bởi Bút "
|
||
"toán chốt thuế."
|
||
|
||
#. 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 "Dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Draft (%(currency_amount)s)"
|
||
msgstr "Nháp (%(currency_amount)s)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Draft Bill"
|
||
msgstr "Hoá đơn dự thảo"
|
||
|
||
#. 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 "Hoá đơn điều chỉnh giảm dự thảo"
|
||
|
||
#. 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 "Bút toán nháp"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Draft Entry"
|
||
msgstr "Bút toán dự thảo"
|
||
|
||
#. 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 "Hoá đơn dự thảo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
|
||
msgid "Draft Invoices"
|
||
msgstr "Hoá đơn dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "Draft Payment"
|
||
msgstr "Thanh toán dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Draft Purchase Receipt"
|
||
msgstr "Biên lai mua dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Draft Sales Receipt"
|
||
msgstr "Biên lai bán dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Draft Vendor Credit Note"
|
||
msgstr "Hoá đơn hoàn tiền NCC dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "Drag & drop"
|
||
msgstr "Kéo & thả"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Drop and let the AI process your bills automatically."
|
||
msgstr "Thả và để AI tự động xử lý hóa đơn của bạn."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Drop to create journal entries with attachments."
|
||
msgstr "Thả để tạo các bút toán có tệp đính kèm."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Drop to import transactions"
|
||
msgstr "Thả để nhập giao dịch"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Drop to import your invoices."
|
||
msgstr "Thả để nhập hoá đơn của bạn."
|
||
|
||
#. 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 "Đến hạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Due Amount for"
|
||
msgstr "Số tiền cần trả cho"
|
||
|
||
#. 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 "Ngày đến hạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "Due Terms"
|
||
msgstr "Điều khoản đến hạn"
|
||
|
||
#. 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 "Thanh toán trùng lặp"
|
||
|
||
#. 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 "Số lượng tài khoản ngân hàng đối tác trùng lặp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Duplicated Documents"
|
||
msgstr "Chứng từ trùng lặp"
|
||
|
||
#. 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 "Thanh toán trùng lặp"
|
||
|
||
#. 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 "Mã sao chép"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_reports
|
||
msgid "Dynamic Reports"
|
||
msgstr "Báo cáo động"
|
||
|
||
#. 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 "Miền động được sử dụng cho các thẻ mà có thể được thiết lập ở thuế"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_partner_view_tree
|
||
msgid "EDI Format"
|
||
msgstr "Định dạng 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 "Bán hàng từ xa trong cộng đồng EU"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_EXW
|
||
msgid "EX WORKS"
|
||
msgstr "GIÁ XUẤT XƯỞNG"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "EXCH"
|
||
msgstr "LECH"
|
||
|
||
#. 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 "Chiết khấu sớm"
|
||
|
||
#. 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 "Lãi chiết khấu sớm"
|
||
|
||
#. 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 "Lỗ chiết khấu sớm"
|
||
|
||
#. 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 "Chiết khấu thanh toán sớm"
|
||
|
||
#. 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 "Chiết khấu thanh toán sớm (%s)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Early Payment Discount (Exchange Difference)"
|
||
msgstr "Chiết khấu thanh toán sớm (Chênh lệch tỷ sớm)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__early_payment_discount_mode
|
||
msgid "Early Payment Discount Mode"
|
||
msgstr "Chế độ chiết khấu thanh toán sớm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_payment_term__discount_percentage
|
||
msgid "Early Payment Discount granted for this payment term"
|
||
msgstr "Chiết khấu thanh toán sớm áp dụng cho điều khoản thanh toán này"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "Early Payment Discount of"
|
||
msgstr "Chiết khấu thanh toán sớm của"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment_term.py:0
|
||
msgid ""
|
||
"Early Payment Discount: <b>%(amount)s</b> if paid before <b>%(date)s</b>"
|
||
msgstr ""
|
||
"Chiết khấu thanh toán sớm: <b>%(amount)s</b> nếu thanh toán trước "
|
||
"<b>%(date)s</b>"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Early payment discounts:"
|
||
msgstr "Chiết khấu thanh toán sớm:"
|
||
|
||
#. 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 "Sửa"
|
||
|
||
#. 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 "Chỉnh sửa số tiền Thuế nếu bạn gặp phải vấn đề làm tròn."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Electronic Data Interchange"
|
||
msgstr "Trao đổi dữ liệu điện tử"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_details_fields
|
||
msgid "Electronic format"
|
||
msgstr "Định dạng điện tử"
|
||
|
||
#. 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 "Bí danh email"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_mail_template
|
||
msgid "Email Templates"
|
||
msgstr "Mẫu email"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "Email bills"
|
||
msgstr "Gửi hoá đơn qua email"
|
||
|
||
#. 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 "Ví dụ miền email 'example.com' trong 'odoo@example.com'"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_template_id
|
||
msgid "Email template"
|
||
msgstr "Mẫu Email"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_employee_payroll_taxes
|
||
msgid "Employee Payroll Taxes"
|
||
msgstr "Thuế bảng lương nhân viên"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_employer_payroll_taxes
|
||
msgid "Employer Payroll Taxes"
|
||
msgstr "Thuế bảng lương nhân viên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
|
||
msgid "Empty"
|
||
msgstr "Rỗng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Enable PEPPOL"
|
||
msgstr "Bật 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 "Cho phép sử dụng hạn mức tín dụng đối với các đối tác."
|
||
|
||
#. 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 "Được bật theo mặc định"
|
||
|
||
#. 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 "Ngày kết thúc"
|
||
|
||
#. module: account
|
||
#: model:account.payment.term,name:account.account_payment_term_end_following_month
|
||
msgid "End of Following Month"
|
||
msgstr "Cuối tháng kế tiếp"
|
||
|
||
#. 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 "Số dư cuối kỳ"
|
||
|
||
#. 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 "Nhập mô tả"
|
||
|
||
#. 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 "Bút toán KT"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__entries_count
|
||
msgid "Entries Count"
|
||
msgstr "SL bút toán KT"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Entries are correctly hashed"
|
||
msgstr "Bút toán đã được mã hoá hash chính xác"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Entries are not from the same account: %s"
|
||
msgstr "Các bút toán không xuất phát từ cùng một tài khoản: %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 "Có thể tạo bút toán cho một công ty tại một thời điểm."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Entries don't belong to the same company: %s"
|
||
msgstr "Các bút toán không thuộc về cùng một công ty: %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 ""
|
||
"Các bút toán trong tương lai đã cài tự động vào sổ thành mặc định. Chọn ô "
|
||
"này để vào sổ chúng ngay bây giờ."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Entries to Review"
|
||
msgstr "Bút toán cần xem xét"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_analytic_line.py:0
|
||
msgid "Entries: %(account)s"
|
||
msgstr "Bút toán: %(account)s"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_view_activity
|
||
msgid "Entry Name"
|
||
msgstr "Tên bút toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__epd_dirty
|
||
msgid "Epd Dirty"
|
||
msgstr "Epd bẩn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__epd_key
|
||
msgid "Epd Key"
|
||
msgstr "Khóa Epd"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__epd_needed
|
||
msgid "Epd Needed"
|
||
msgstr "Epd cần thiết"
|
||
|
||
#. 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 "Nguồn vốn"
|
||
|
||
#. 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 ""
|
||
"Lỗi khi nhập tệp đính kèm '%(file_name)s' dưới dạng hóa đơn (giải "
|
||
"mã=%(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 ""
|
||
"Lỗi khi tải bản địa hóa. Có lẽ bạn nên cập nhật ứng dụng bản địa hóa của "
|
||
"mình trước."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_config_settings.py:0
|
||
msgid "Error!"
|
||
msgstr "Lỗi!"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_model__euro
|
||
msgid "European"
|
||
msgstr "Châu Âu"
|
||
|
||
#. 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 ""
|
||
"Mọi ký tự không phải là chữ số cũng như dấu phân tách này sẽ bị xóa khỏi "
|
||
"chuỗi tương ứng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_amount
|
||
msgid "Example Amount"
|
||
msgstr "Ví dụ số tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_invalid
|
||
msgid "Example Invalid"
|
||
msgstr "Ví dụ không hợp lệ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_preview
|
||
msgid "Example Preview"
|
||
msgstr "Ví dụ xem trước"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__example_preview_discount
|
||
msgid "Example Preview Discount"
|
||
msgstr "Ví dụ xem trước chiết khấu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "Example:"
|
||
msgstr "Ví dụ:"
|
||
|
||
#. 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 "Chênh lệch tỷ giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__currency_exchange_journal_id
|
||
msgid "Exchange Gain or Loss Journal"
|
||
msgstr "Sổ nhật ký lãi hoặc lỗ do tỷ giá"
|
||
|
||
#. 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 "Phát sinh quy đổi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Exchange difference entries:"
|
||
msgstr "Bút toán chênh lệch tỷ giá:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal_group__excluded_journal_ids
|
||
msgid "Excluded Journals"
|
||
msgstr "Bao gồm bút toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__expects_chart_of_accounts
|
||
msgid "Expects a Chart of Accounts"
|
||
msgstr "Cần một hệ thống tài khoản"
|
||
|
||
#. 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 "Chi phí"
|
||
|
||
#. 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 "Tài khoản chi phí"
|
||
|
||
#. 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 "Tài khoản dồn tích chi phí"
|
||
|
||
#. 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 "Chi phí"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_lock_exception__state__expired
|
||
msgid "Expired"
|
||
msgstr "Đã hết hạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_column__expression_label
|
||
msgid "Expression Label"
|
||
msgstr "Nhãn biểu thức"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__expression_ids
|
||
msgid "Expressions"
|
||
msgstr "Biểu thức"
|
||
|
||
#. 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 ""
|
||
"Tất cả các biểu thức sử dụng công cụ 'miền' phải có một công thức con."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__external_formula
|
||
msgid "External Formula Shortcut"
|
||
msgstr "Lối tắt công thức bên ngoài"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement__reference
|
||
msgid "External Reference"
|
||
msgstr "Tham khảo nội bộ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__external
|
||
msgid "External Value"
|
||
msgstr "Giá trị bên ngoài"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__extra_edi_checkboxes
|
||
msgid "Extra Edi Checkboxes"
|
||
msgstr "Hộp kiểm EDI bổ sung"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__extra_edis
|
||
msgid "Extra Edis"
|
||
msgstr "EDI bổ sung"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_FAS
|
||
msgid "FREE ALONGSIDE SHIP"
|
||
msgstr "GIAO HÀNG DỌC MẠN TÀU"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_FCA
|
||
msgid "FREE CARRIER"
|
||
msgstr "GIAO CHO NGƯỜI CHUYÊN CHỞ"
|
||
|
||
#. module: account
|
||
#: model:account.incoterms,name:account.incoterm_FOB
|
||
msgid "FREE ON BOARD"
|
||
msgstr "GIAO HÀNG LÊN TÀU"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "Factor Percent"
|
||
msgstr "Phần trăm hệ số"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__factor
|
||
msgid "Factor Ratio"
|
||
msgstr "Hệ số tỷ lệ"
|
||
|
||
#. 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 ""
|
||
"Tỷ lệ dung để áp dung cho các tài khoản được tạo ra từ nội dung phân bổ này"
|
||
|
||
#. 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 ""
|
||
"Tỷ lệ dung để áp dung cho các tài khoản được tạo ra từ nội dung phân bổ này,"
|
||
" theo phần trăm"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "False"
|
||
msgstr "Sai"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_aml_ir_filters
|
||
msgid "Favorite Filters"
|
||
msgstr "Bộ lọc yêu thích"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
|
||
msgid "Favorites"
|
||
msgstr "Yêu thích"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__2
|
||
msgid "February"
|
||
msgstr "Tháng Hai"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__state_ids
|
||
msgid "Federal States"
|
||
msgstr "Bang/Tỉnh"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search
|
||
msgid "Field"
|
||
msgstr "Trường"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search
|
||
msgid "Field Value"
|
||
msgstr "Giá trị trường"
|
||
|
||
#. 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 "Loại hình"
|
||
|
||
#. 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 "Điền thông tin sản phẩm hoặc xem gợi ý."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_fiscal_position
|
||
msgid "Filter Multivat"
|
||
msgstr "Lọc Multivat"
|
||
|
||
#. 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 "Tài khoản KT tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_applicability__account_prefix
|
||
msgid "Financial Accounts Prefix"
|
||
msgstr "Tiền tố tài khoản tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_line__journal_id
|
||
msgid "Financial Journal"
|
||
msgstr "Sổ nhật ký tài chính"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.account_tag_financing
|
||
msgid "Financing Activities"
|
||
msgstr "Hoạt động tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__payment_ref_regex
|
||
msgid "Find Text in Label"
|
||
msgstr "Tìm văn bản trong mô tả"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_partner_mapping__narration_regex
|
||
msgid "Find Text in Notes"
|
||
msgstr "Tìm văn bản trong ghi chú"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__first_date
|
||
msgid "First Date"
|
||
msgstr "Ngày đầu tiên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "First Entry"
|
||
msgstr "Bút toán đầu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "First Hash"
|
||
msgstr "Hash đầu tiên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement__first_line_index
|
||
msgid "First Line Index"
|
||
msgstr "Chỉ dòng dòng đầu tiên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__first_name
|
||
msgid "First New Sequence"
|
||
msgstr "Mã mới đầu tiên"
|
||
|
||
#. 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 "Bút toán định kỳ đầu tiên"
|
||
|
||
#. 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 "Quốc gia tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_fiscal_country_id
|
||
msgid "Fiscal Country Code"
|
||
msgstr "Mã tài chính quốc gia"
|
||
|
||
#. 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 "Mã tài chính quốc gia"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
|
||
msgid "Fiscal Information"
|
||
msgstr "Thông tin tài khoá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Fiscal Localization"
|
||
msgstr "Bản địa hoá kế toán tài chính"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Fiscal Periods"
|
||
msgstr "Chu kỳ tài chính"
|
||
|
||
#. 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 "Vị thế tài khoá"
|
||
|
||
#. 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 "Vị thế tài khoá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_financial_year_opening_form
|
||
msgid "Fiscal Year End"
|
||
msgstr "Kết thúc năm tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__foreign_vat_fiscal_position_id
|
||
msgid "Fiscal position"
|
||
msgstr "Vị thế tài khóa"
|
||
|
||
#. 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 ""
|
||
"Vị thế tài khóa được sử dụng để điều chỉnh thuế và tài khoản hạch toán cho "
|
||
"các khách hàng hoặc đơn bán/hoá đơn cụ thể nào đó. Giá trị mặc định được lấy"
|
||
" từ hồ sơ khách hàng."
|
||
|
||
#. 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 "Ngày cuối cùng năm tài chính"
|
||
|
||
#. 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 "Tháng cuối cùng năm tài chính"
|
||
|
||
#. 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 "Cố định"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_fixed_assets
|
||
msgid "Fixed Asset"
|
||
msgstr "Tài sản cố định"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_fixed
|
||
msgid "Fixed Assets"
|
||
msgstr "Tài sản cố định"
|
||
|
||
#. 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 "Float"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__amount
|
||
msgid "Float Amount"
|
||
msgstr "Số tiền thả nổi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__foldable
|
||
msgid "Foldable"
|
||
msgstr "Gom lại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice
|
||
msgid "Follow, download or pay our invoices"
|
||
msgstr "Theo dõi, tải xuống hoặc thanh toán hóa đơn của chúng tôi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice
|
||
msgid "Follow, download or pay your invoices"
|
||
msgstr "Theo dõi, tải xuống hoặc thanh toán hóa đơn của bạn"
|
||
|
||
#. 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 "Người theo dõi"
|
||
|
||
#. 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 "Người theo dõi (đối tác)"
|
||
|
||
#. 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 "Biểu tượng Font-Awesome (vd: fa-tasks)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed
|
||
msgid "For any other question, write to"
|
||
msgstr "Đối với các câu hỏi khác, hãy liên hệ"
|
||
|
||
#. 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 ""
|
||
"Đối với hóa đơn mới, vui lòng đảm bảo đính kèm tệp hóa đơn PDF hoặc điện tử"
|
||
|
||
#. 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 "Đối với phần trăm, nhập tỷ số từ 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 "Để mục này được vào sổ tự động, nó cần ngày lập hóa đơn."
|
||
|
||
#. 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 "Số dư bị cấm hoặc tài khoản thuộc dòng không thể giải trình"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__force_post
|
||
msgid "Force"
|
||
msgstr "Bắt buộc"
|
||
|
||
#. 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 "Buộc thuế được quản lý theo dạng giá đã bao gồm thuế."
|
||
|
||
#. 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 ""
|
||
"Buộc tất cả các bút toán trong tài khoản này phải có một đơn vị tiền tệ cụ "
|
||
"thể (ví dụ: sổ ngân hàng). Nếu không có đơn vị tiền tệ nào được đặt, các bút"
|
||
" toán có thể sử dụng bất kỳ loại tiền tệ nào."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__foreign_currency_id
|
||
msgid "Foreign Currency"
|
||
msgstr "Ngoại tệ"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_income_currency_exchange
|
||
msgid "Foreign Exchange Gain"
|
||
msgstr "Lãi tỷ giá tiền tệ"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_currency_exchange
|
||
msgid "Foreign Exchange Loss"
|
||
msgstr "Lỗ tỷ giá tiền tệ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__foreign_vat
|
||
msgid "Foreign Tax ID"
|
||
msgstr "Mã số thuế ngoại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__multi_vat_foreign_country_ids
|
||
msgid "Foreign VAT countries"
|
||
msgstr "Mã thuế GTGT nước ngoài"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__foreign_vat_header_mode
|
||
msgid "Foreign Vat Header Mode"
|
||
msgstr "Chế độ Header Vat ngoại"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "Foreign tax account (%s)"
|
||
msgstr "Tài khoản thuế ngoại (%s)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "Foreign tax account advance payment (%s)"
|
||
msgstr "Tài khoản tạm ứng thuế nước ngoài (%s)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "Foreign tax account payable (%s)"
|
||
msgstr "Khoản phải nộp thuế nước ngoài (%s)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "Foreign tax account receivable (%s)"
|
||
msgstr "Khoản phải thu thuế nước ngoài (%s)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__formula
|
||
msgid "Formula"
|
||
msgstr "Công thức"
|
||
|
||
#. 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 ""
|
||
"Công thức ở dạng line_code.expression_label. Điều này cho phép đặt mục tiêu "
|
||
"kết chuyển cho biểu thức này (trên biểu thức có nhãn _carryover_*), trong "
|
||
"trường hợp nó khác với dòng chính."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
|
||
msgid "From"
|
||
msgstr "Từ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_base_document_layout__from_invoice
|
||
msgid "From Invoice"
|
||
msgstr "Từ hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "From Non Trade Receivable accounts"
|
||
msgstr "Từ tài khoản phải thu phi thương mai"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "From P&L accounts"
|
||
msgstr "Từ tài khoản P&L"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "From Trade Payable accounts"
|
||
msgstr "Từ các tài khoản phải trả thương mại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "From Trade Receivable accounts"
|
||
msgstr "Từ các tài khoản Phải thu Thương mại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__regex
|
||
msgid "From label"
|
||
msgstr "Lấy từ nhãn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__previous_tax_period
|
||
msgid "From previous tax period"
|
||
msgstr "Từ kỳ tính thuế trước"
|
||
|
||
#. 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 "Từ đầu năm tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__from_beginning
|
||
msgid "From the very start"
|
||
msgstr "Từ nơi bắt đầu"
|
||
|
||
#. 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 ""
|
||
"Từ báo cáo này, bạn có cái nhìn tổng quan về giá trị đã được nhà cung cấp "
|
||
"xuất hoá đơn. Công cụ tìm kiếm cũng giúp bạn cá nhân hoá các báo cáo Hoá đơn"
|
||
" và để tuỳ biến phân tích theo nhu cầu của bạn."
|
||
|
||
#. 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 ""
|
||
"Từ báo cáo này, bạn có cái nhìn tổng quan về giá trị hoá đơn đã xuất cho "
|
||
"khách hàng. Công cụ tìm kiếm cũng giúp bạn cá nhân hoá các báo cáo Hoá đơn "
|
||
"và để tuỳ biến phân tích theo nhu cầu của bạn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__full
|
||
msgid "Full Amount"
|
||
msgstr "Toàn bộ số tiền"
|
||
|
||
#. 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 "Đối soát hoàn toàn"
|
||
|
||
#. 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 "Hoạt động trong tương lai"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "Future-dated"
|
||
msgstr "Trong tương lai"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Gain"
|
||
msgstr "Lãi"
|
||
|
||
#. 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 "Tài khoản lãi tỷ giá ngoại tệ"
|
||
|
||
#. 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 "Chênh lệch"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal.py:0
|
||
msgid "Generated Documents"
|
||
msgstr "Tài liệu được tạo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Generated Entries"
|
||
msgstr "Bút toán đã tạo"
|
||
|
||
#. module: account
|
||
#: model:account.report,name:account.generic_tax_report
|
||
msgid "Generic Tax report"
|
||
msgstr "Báo cáo thuế chung"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Get Paid online. Send electronic invoices."
|
||
msgstr "Nhận thanh toán online. Gửi hoá đơn điện tử."
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_report_account_report_hash_integrity
|
||
msgid "Get hash integrity result as PDF."
|
||
msgstr "Nhận kết quả hash integrity dưới dạng PDF."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Get warnings when invoicing specific customers"
|
||
msgstr "Nhận cảnh báo khi xuất hoá đơn cho một khách hàng nào đó"
|
||
|
||
#. 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 "Ngày khoá sổ chung"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Go back"
|
||
msgstr "Trở lại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_audit_trail_report
|
||
msgid "Go to the accounting settings"
|
||
msgstr "Đi đến cài đặt kế toán"
|
||
|
||
#. 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 "Đi tới bảng cấu hình"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_partner__trust__good
|
||
msgid "Good Debtor"
|
||
msgstr "Nợ tốt"
|
||
|
||
#. 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 "Hàng hóa"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__group_id
|
||
msgid "Group"
|
||
msgstr "Nhóm"
|
||
|
||
#. 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 "Nhóm theo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__group_payment
|
||
msgid "Group Payments"
|
||
msgstr "Nhóm thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard__is_group_by_name
|
||
msgid "Group by name?"
|
||
msgstr "Nhóm theo tên?"
|
||
|
||
#. module: account
|
||
#: model:account.report,name:account.generic_tax_report_account_tax
|
||
msgid "Group by: Account > Tax "
|
||
msgstr "Nhóm theo: Tài khoản> Thuế "
|
||
|
||
#. module: account
|
||
#: model:account.report,name:account.generic_tax_report_tax_account
|
||
msgid "Group by: Tax > Account "
|
||
msgstr "Nhóm theo: Thuế> Tài khoản "
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__group
|
||
msgid "Group of Taxes"
|
||
msgstr "Nhóm thuế"
|
||
|
||
#. 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 "Nhóm thanh toán thành một đợt duy nhất để giảm bớt quá trình đối soát"
|
||
|
||
#. 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 ""
|
||
"Tính năng Groupby không được hỗ trợ bởi công cụ tổng hợp. Vui lòng xóa giá "
|
||
"trị theo nhóm trên '%s'"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__grouping_key
|
||
msgid "Grouping Key"
|
||
msgstr "Từ khoá nhóm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_growth_comparison
|
||
msgid "Growth Comparison"
|
||
msgstr "So sánh tăng trưởng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__hard_lock_date
|
||
msgid "Hard Lock Date"
|
||
msgstr "Ngày khoá sổ kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__has_accounting_entries
|
||
msgid "Has Accounting Entries"
|
||
msgstr "Có bút toán kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__has_entries
|
||
msgid "Has Entries"
|
||
msgstr "Có bút toán"
|
||
|
||
#. 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 "Vị trí tài chính đã thay đổi"
|
||
|
||
#. 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 "Có cảnh báo 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 "Có thông điệp"
|
||
|
||
#. 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 "Có cảnh báo chuyển tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__has_negative_factor
|
||
msgid "Has Negative Factor"
|
||
msgstr "Có hệ số âm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__has_posted_entries
|
||
msgid "Has Posted Entries"
|
||
msgstr "Có bút toán đã vào sổ"
|
||
|
||
#. 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 "Có bút toán đã đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__has_sequence_holes
|
||
msgid "Has Sequence Holes"
|
||
msgstr "Có lỗ trình tự"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__has_statement_lines
|
||
msgid "Has Statement Lines"
|
||
msgstr "Có dòng sao kê"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__hash_date
|
||
msgid "Hash All Entries"
|
||
msgstr "Hash tất cả bút toán"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.report,name:account.action_report_account_hash_integrity
|
||
msgid "Hash integrity result PDF"
|
||
msgstr "Kết quả hash toàn vẹn PDF"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "Hey there !"
|
||
msgstr "Xin chào!"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.email_template_mail_gateway_failed
|
||
msgid ""
|
||
"Hi,\n"
|
||
" <br/><br/>\n"
|
||
" Your email has been discarded. the e-mail address you have used only accepts new invoices:"
|
||
msgstr ""
|
||
"Xin chào,\n"
|
||
" <br/><br/>\n"
|
||
" Email của bạn đã bị hủy. Địa chỉ email bạn đã sử dụng chỉ chấp nhận hóa đơn mới:"
|
||
|
||
#. 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 "Ẩn nút vào sổ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__hide_tax_exigibility
|
||
msgid "Hide Use Cash Basis Option"
|
||
msgstr "Ẩn tuỳ chọn cơ sở dòng tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__hide_writeoff_section
|
||
msgid "Hide Writeoff Section"
|
||
msgstr "Ẩn phần Writeoff"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__hide_if_zero
|
||
msgid "Hide if Zero"
|
||
msgstr "Ẩn nếu là 0"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_hide_0_lines
|
||
msgid "Hide lines at 0"
|
||
msgstr "Ẩn dòng có giá trị bằng 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 ""
|
||
"Ngày cao nhất sao cho tất cả bút toán được đăng trước (bao gồm) ngày đó đều "
|
||
"được bảo mật. Chỉ các bút toán sau ngày khóa sổ kế toán mới được xem xét."
|
||
|
||
#. 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 "Cao nhất"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__horizontal_split_side
|
||
msgid "Horizontal Split Side"
|
||
msgstr "Mặt chia ngang"
|
||
|
||
#. 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 "Cách thức mà giá trị thuế được tính toán theo thứ tự và hoá đơn"
|
||
|
||
#. 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 "ID"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "INV"
|
||
msgstr "HD"
|
||
|
||
#. 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 "Biểu tượng"
|
||
|
||
#. 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 "Icon để chỉ báo một hoạt động ngoại lệ."
|
||
|
||
#. 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 ""
|
||
"Nếu một khoản thanh toán vẫn còn chưa thanh toán hơn sáu mươi (60) ngày sau "
|
||
"ngày thanh toán đến hạn,"
|
||
|
||
#. 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 ""
|
||
"Nếu được kích hoạt, những bộ lọc người dùng tạo trên các hạng mục bút toán "
|
||
"có thể được chọn trên báo cáo này"
|
||
|
||
#. 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 "Nếu được đánh dấu, các thông điệp mới sẽ cần bạn xem xét."
|
||
|
||
#. 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 "Nếu được đánh dấu, một số thông điệp đã gặp lỗi khi gửi đi."
|
||
|
||
#. 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 ""
|
||
"Nếu trống, khoản chiết khấu sẽ được trừ trực tiếp vào tài khoản thu nhập/chi"
|
||
" phí. Nếu chọn, khoản chiết khấu trên hóa đơn sẽ được ghi nhận trong các tài"
|
||
" khoản riêng biệt."
|
||
|
||
#. 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 ""
|
||
"Nếu để trống, sử dụng cùng sổ nhật ký của bút toán gốc cho bút toán đảo "
|
||
"ngược."
|
||
|
||
#. 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 ""
|
||
"Nếu được thiết lập, các khoản thuế có thứ tự cao hơn mức này sẽ bị ảnh hưởng"
|
||
" bởi nó, với điều kiện là họ chấp nhận."
|
||
|
||
#. 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 ""
|
||
"Nếu được thiết lập, các loại thuế có thứ tự thấp hơn có thể ảnh hưởng đến "
|
||
"thứ tự này, với điều kiện họ cố gắng làm điều đó."
|
||
|
||
#. 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 ""
|
||
"Nếu được chọn, giá trị được tính bởi thuế này cũng sẽ được ghi nhận vào cùng"
|
||
" tài khoản kế toán quản trị được khai báo trên dòng hoá đơn (nếu có)"
|
||
|
||
#. 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 ""
|
||
"Nếu chọn, tài khoản này sẽ được sử dụng để tự động cân đối các bút toán."
|
||
|
||
#. 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ếu được đặt, tài khoản này sẽ thuộc về Phải thu/Phải trả phi thương mại trong các báo cáo và bộ lọc.\n"
|
||
"Nếu không, tài khoản này sẽ thuộc về Phải thu/Phải trả thương mại trong các báo cáo và bộ lọc."
|
||
|
||
#. 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 ""
|
||
"Nếu được thiết lập, giá trị này sẽ được sử dụng trên các tài liệu làm nhãn "
|
||
"của tổng phụ không bao gồm nhóm thuế này trước khi hiển thị. Nếu không được "
|
||
"thiết lập, nhóm thuế sẽ được hiển thị sau tổng phụ 'Số tiền chưa bị đánh "
|
||
"thuế'."
|
||
|
||
#. 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 ""
|
||
"Nếu bỏ kích hoạt trường này, nó sẽ cho phép bạn ẩn đi Điều khoản thanh toán "
|
||
"mà không cần phải xóa nó."
|
||
|
||
#. 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 ""
|
||
"Nếu hộp kiểm này không được đánh dấu, điều đó có nghĩa là người dùng không "
|
||
"chắc chắn về tất cả thông tin liên quan tại thời điểm tạo bút toán này và "
|
||
"bút toán cần được kiểm tra lại."
|
||
|
||
#. 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 ""
|
||
"Nếu được đánh dấu, khi một bút toán được ghi sổ, chúng tôi sẽ hash ngược tất"
|
||
" cả bút toán theo trình tự từ bút toán đó trở về bút toán được hash cuối "
|
||
"cùng. Hash cũng có thể được thực hiện theo yêu cầu bởi trình hướng dẫn Bảo "
|
||
"mật bút toán."
|
||
|
||
#. 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 ""
|
||
"Nếu bạn chọn hộp này, bạn sẽ có thể thu thập các khoản thanh toán bằng cách "
|
||
"sử dụng ủy quyền Ghi nợ trực tiếp 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 ""
|
||
"Nếu bạn chọn ô này, bạn sẽ có thể đăng ký thanh toán bằng SEPA.\n"
|
||
"-Nó sẽ cài đặt module account_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.<br>"
|
||
msgstr ""
|
||
"Nếu bạn chưa cài đặt hệ thống tài khoản, vui lòng cài đặt nó trước. Cụ thể, "
|
||
"bạn có thể cài module 'Vietnam Chart of Accounts' cho các doanh nghiệp ở "
|
||
"Việt Nam.<br>"
|
||
|
||
#. 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 ""
|
||
"Nếu bạn bán hàng hóa và dịch vụ cho khách hàng ở nước ngoài thuộc EU, bạn "
|
||
"phải tính thuế VAT dựa trên địa chỉ giao hàng. Quy tắc này áp dụng bất kể "
|
||
"bạn đang ở đâu."
|
||
|
||
#. 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 ""
|
||
"Nếu bạn muốn sử dụng tài khoản \"Bảng cân đối kế toán\" thì tất cả các tài "
|
||
"khoản của bút toán phải thuộc loại này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__ignore_abnormal_amount
|
||
msgid "Ignore Abnormal Amount"
|
||
msgstr "Bỏ qua số tiền bất thường"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__ignore_abnormal_date
|
||
msgid "Ignore Abnormal Date"
|
||
msgstr "Bỏ qua ngày bất thường"
|
||
|
||
#. 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 "Bỏ qua số tiền hoá đơn bất thường"
|
||
|
||
#. 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 "Bỏ qua ngày lập hoá đơn bất thường"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "Ignore future alerts"
|
||
msgstr "Bỏ qua các cảnh báo sau này"
|
||
|
||
#. module: account
|
||
#: model:account.payment.term,name:account.account_payment_term_immediate
|
||
msgid "Immediate Payment"
|
||
msgstr "Thanh toán ngay (trả trước 100%)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_bank_statement_import_qif
|
||
msgid "Import .qif files"
|
||
msgstr "Nhập tập tin .qif"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Import Template for Chart of Accounts"
|
||
msgstr "Nhập Mẫu cho Hệ thống tài khoản"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Import Template for Journal Items"
|
||
msgstr "Nhập mẫu cho các bút toán"
|
||
|
||
#. 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 "Nhập theo định dạng .csv, .xls và .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 "Nhập tập tin định dạng .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 "Nhập theo định dạng 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 "Nhập sao kê ngân hàng tự động theo dạng 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 "Nhập sao kê ngân hàng của bạn ở định dạng CSV, XLS và XLSX"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Import your bank statements in OFX"
|
||
msgstr "Nhập sao kê ngân hàng tự động theo dạng OFX"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Import your bank statements in QIF"
|
||
msgstr "Nhập sao kê ngân hàng tự động theo dạng QIF"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
|
||
msgid "In Currency"
|
||
msgstr "Theo tiền tệ"
|
||
|
||
#. 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 "Thanh toán"
|
||
|
||
#. 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 "Đang thực hiện"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
|
||
msgid "In order for it to be admissible,"
|
||
msgstr "Để nó có thể chấp nhận được,"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "In order to validate this bill, you must"
|
||
msgstr "Để xác nhận hoá đơn này, bạn phải"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "In order to validate this invoice, you must"
|
||
msgstr "Để xác nhận hoá đơn này, bạn phải"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
|
||
msgid "In payment"
|
||
msgstr "Đang thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
|
||
msgid "Inactive"
|
||
msgstr "Không hiệu lực"
|
||
|
||
#. 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 "Không thể thay đổi hash"
|
||
|
||
#. 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 "Inalterability No Gap Sequence #"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_method__payment_type__inbound
|
||
msgid "Inbound"
|
||
msgstr "Gọi đến"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__inbound_payment_method_line_ids
|
||
msgid "Inbound Payment Methods"
|
||
msgstr "Phương thức thanh toán thu tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__analytic
|
||
msgid "Include in Analytic Cost"
|
||
msgstr "Bao gồm trong chi phí kế toán QT"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__price_include_override
|
||
msgid "Included in Price"
|
||
msgstr "Bao gồm trong giá"
|
||
|
||
#. 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 "Doanh thu"
|
||
|
||
#. 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 "Tài khoản doanh thu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Incoming Payments"
|
||
msgstr "Phiếu thu"
|
||
|
||
#. 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 ""
|
||
"Năm tài chính không chính xác: ngày này không có trong tháng. Tháng: "
|
||
"%(month)s; Ngày: %(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 "Điều khoản thương mại quốc tế"
|
||
|
||
#. 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 "Vị trí Incoterm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_incoterms__code
|
||
msgid "Incoterm Standard Code"
|
||
msgstr "Mã tiêu chuẩn Incoterm"
|
||
|
||
#. 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 "Điều khoản thương mại"
|
||
|
||
#. 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 ""
|
||
"Incoterms là một bộ các thuật ngữ thương mại. Chúng được sử dụng để phân "
|
||
"chia chi phí và trách nhiệm giữa người mua và người bán và phản anh các thực"
|
||
" nghiệm vận tải tốt nhất đã được cả thế giới thừa nhận."
|
||
|
||
#. 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 ""
|
||
"Điều khoản thương mại quốc tế Incoterms được dùng để chia ra chi phí vận "
|
||
"chuyển và trách nhiệm giữa người mua và người bán."
|
||
|
||
#. 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 "Chỉ ra rằng phát sinh kế toán này là một phát sinh thuế"
|
||
|
||
#. 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 "Thông tin"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_form
|
||
msgid "Information"
|
||
msgstr "Thông tin"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Insert your terms & conditions here..."
|
||
msgstr "Nhập các điều khoản & điều kiện của bạn vào đây..."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__installments_switch_amount
|
||
msgid "Installments Switch Amount"
|
||
msgstr "Số tiền chuyển đổi trả góp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__installments_switch_html
|
||
msgid "Installments Switch Html"
|
||
msgstr "Installments Switch 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 "Số nguyên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__integer_rounding
|
||
msgid "Integer Rounding"
|
||
msgstr "Làm tròn số nguyên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__transfer_account_id
|
||
msgid "Inter-Banks Transfer Account"
|
||
msgstr "Tài khoản chuyển liên ngân hàng"
|
||
|
||
#. 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 ""
|
||
"Tài khoản trung gian được sử dụng khi chuyển tiền từ tài khoản thanh khoản "
|
||
"sang tài khoản thanh toán khác."
|
||
|
||
#. 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 ""
|
||
"Tài khoản trung gian được sử dụng khi chuyển tiền từ tài khoản thanh khoản "
|
||
"sang tài khoản thanh toán khác"
|
||
|
||
#. 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 "Nhóm nội bộ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__note
|
||
msgid "Internal Notes"
|
||
msgstr "Ghi chú nội bộ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__internal_index
|
||
msgid "Internal Reference"
|
||
msgstr "Mã nội bộ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__transfer_account_id
|
||
msgid "Internal Transfer"
|
||
msgstr "Chuyển nội bộ"
|
||
|
||
#. 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 "Chuyển tiền nội bộ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__account_type
|
||
msgid "Internal Type"
|
||
msgstr "Kiểu nội bộ"
|
||
|
||
#. 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 ""
|
||
"Trường nội bộ để rút ngắn việc tạo expression_ids cho công cụ account_codes"
|
||
|
||
#. 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 ""
|
||
"Trường nội bộ để rút ngắn việc tạo expression_ids cho công cụ tổng hợp"
|
||
|
||
#. 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 ""
|
||
"Trường nội bộ để rút ngắn quá trình tạo expression_ids cho công cụ lọc"
|
||
|
||
#. 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 ""
|
||
"Trường nội bộ để rút ngắn quá trình tạo expression_ids cho công cụ ngoài"
|
||
|
||
#. 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 ""
|
||
"Trường nội bộ để rút ngắn quá trình tạo expression_ids cho công cụ tax_tags"
|
||
|
||
#. 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 "Liên kết nội bộ"
|
||
|
||
#. 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 ""
|
||
"Bộ Điều khoản Thương mại Quốc tế (Incoterms) là một chuỗi các điều khoản "
|
||
"thương mại được định nghĩa trước để sử dụng trong các giao dịch quốc tế."
|
||
|
||
#. 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 "Không hợp lệ"
|
||
|
||
#. 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 ""
|
||
"\"Phạm vi Zip\" không hợp lệ, Bạn phải cấu hình cả hai giá trị \"Từ\" và "
|
||
"\"Đến\" cho phạm vi zip và \"Đến\" phải lớn hơn \"Từ\"."
|
||
|
||
#. 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 ""
|
||
"Miền không hợp lệ cho biểu thức '%(label)s' của dòng '%(line)s': %(formula)s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Invalid fiscal year last day"
|
||
msgstr "Ngày cuối năm tài chính không đúng"
|
||
|
||
#. module: account
|
||
#: model:account.journal,name:account.1_inventory_valuation
|
||
msgid "Inventory Valuation"
|
||
msgstr "Định giá tồn kho"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__inventory_value
|
||
msgid "Inventory Value"
|
||
msgstr "Giá trị tồn kho"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_tag_invert
|
||
msgid "Invert Tags"
|
||
msgstr "Từ khóa đảo"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.account_tag_investing
|
||
msgid "Investing & Extraordinary Activities"
|
||
msgstr "Đầu tư & hoạt động khác"
|
||
|
||
#. 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 "Hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_invoices
|
||
msgid "Invoice #"
|
||
msgstr "Hoá đơn #"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_action_account_invoice_report_all
|
||
msgid "Invoice Analysis"
|
||
msgstr "Phân tích hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_account__invoice_count
|
||
msgid "Invoice Count"
|
||
msgstr "Số lượng hoá đơn"
|
||
|
||
#. 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 "Hoá đơn được tạo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_out_invoice_tree
|
||
msgid "Invoice Currency"
|
||
msgstr "Đơn vị tiền tệ trên hóa đơn"
|
||
|
||
#. 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 "Ngày hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_invoice_extract
|
||
msgid "Invoice Digitization"
|
||
msgstr "Số hoá hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree
|
||
msgid "Invoice Due Date"
|
||
msgstr "Ngày đến hạn thanh toán hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__invoice_edi_format
|
||
msgid "Invoice Edi Format"
|
||
msgstr "Định dạng hoá đơn 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 "Lưu trữ định dạng hóa đơn 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 "Tên miền của bộ lọc hóa đơn"
|
||
|
||
#. 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 "Hóa đơn có khoản thanh toán trước"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
|
||
msgid "Invoice Line"
|
||
msgstr "Chi tiết hóa đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Invoice Lines"
|
||
msgstr "Chi tiết hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_invoice_report_view_tree
|
||
msgid "Invoice Number"
|
||
msgstr "Số hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_payment
|
||
msgid "Invoice Online Payment"
|
||
msgstr "Thanh toán trực tuyến các hoá đơn"
|
||
|
||
#. 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 "Tính năng ghi nợ có trước cho hóa đơn"
|
||
|
||
#. 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 "Tên hiển thị cho đối tác ở hóa đơn"
|
||
|
||
#. 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 "Tính năng thanh toán hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__state
|
||
msgid "Invoice Status"
|
||
msgstr "Trạng thái hoá đơn"
|
||
|
||
#. 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 "Báo cáo Pdf mẫu hóa đơn"
|
||
|
||
#. 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 "Tổng hóa đơn"
|
||
|
||
#. 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 ""
|
||
"Mỗi phân bổ hóa đơn và giấy báo có phải chứa chính xác một dòng cho cơ sở."
|
||
|
||
#. 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 "Phân phối hóa đơn và giấy báo có phải có tổng hệ số (+) bằng 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 "Phân phối hóa đơn và giấy báo có phải có tổng hệ số (-) bằng 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 "Phân bổ hóa đơn và giấy báo có phải có cùng số dòng."
|
||
|
||
#. 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 ""
|
||
"Việc phân bổ hóa đơn và giấy báo có phải khớp nhau (tỷ lệ phần trăm giống "
|
||
"nhau, theo cùng một thứ tự)."
|
||
|
||
#. 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 "Hóa đơn và credit note nên có cùng thuế suất."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Invoice line discounts:"
|
||
msgstr "Chiết khấu dòng hoá đơn:"
|
||
|
||
#. 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 "Dòng hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:mail.message.subtype,description:account.mt_invoice_paid
|
||
msgid "Invoice paid"
|
||
msgstr "Hoá đơn đã thanh toán hết"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_ir_actions_report__is_invoice_report
|
||
msgid "Invoice report"
|
||
msgstr "Báo cáo hoá đơn"
|
||
|
||
#. 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 "Gửi hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__pdf_report_id
|
||
msgid "Invoice template"
|
||
msgstr "Mẫu hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:mail.message.subtype,description:account.mt_invoice_validated
|
||
msgid "Invoice validated"
|
||
msgstr "Hoá đơn đã xác nhận"
|
||
|
||
#. 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 "Ngày hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:mail.template,name:account.email_template_edi_invoice
|
||
msgid "Invoice: Sending"
|
||
msgstr "Hóa đơn: Đang gửi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
|
||
msgid "Invoiced"
|
||
msgstr "Đã xuất hoá đơn"
|
||
|
||
#. 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 "Hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_menu_invoice
|
||
msgid "Invoices & Bills"
|
||
msgstr "Hoá đơn"
|
||
|
||
#. 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 "Phân tích hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_invoice_report
|
||
msgid "Invoices Statistics"
|
||
msgstr "Thống kê hóa đơn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_send_batch_wizard.py:0
|
||
msgid "Invoices are being sent in the background."
|
||
msgstr "Hóa đơn đang được gửi trong nền."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Invoices in error"
|
||
msgstr "Hóa đơn có lỗi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Invoices late"
|
||
msgstr "Hoá đơn chậm trễ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Invoices owed to you"
|
||
msgstr "Hoá đơn mà còn nợ bạn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Invoices sent"
|
||
msgstr "Đã gửi hoá đơn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Invoices sent successfully."
|
||
msgstr "Hóa đơn được gửi thành công."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Invoices to Validate"
|
||
msgstr "Hoá đơn chờ xác nhận"
|
||
|
||
#. 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 ""
|
||
"Các hoá đơn mà có các phát sinh đã được đối soát với các khoản thanh toán "
|
||
"này."
|
||
|
||
#. 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 "Hóa đơn khớp một phần nếu thanh toán thấp hơn"
|
||
|
||
#. 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 "Hóa đơn kết hợp hoàn hảo"
|
||
|
||
#. 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 "Hóa đơn"
|
||
|
||
#. 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 "Ứng dụng lập hóa đơn kế thừa"
|
||
|
||
#. 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 "Trình tự bất thường"
|
||
|
||
#. 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 ""
|
||
"Các trường hợp bất thường do hoá đơn thanh toán nháp, bị hủy, bị xóa có số "
|
||
"thứ tự kể từ ngày khóa sổ gần nhất."
|
||
|
||
#. 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 ""
|
||
"Các trường hợp bất thường do hoá đơn nháp, bị hủy, bị xóa có số thứ tự kể từ"
|
||
" ngày khóa sổ gần nhất."
|
||
|
||
#. 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 "Đang được gửi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__between
|
||
msgid "Is Between"
|
||
msgstr "Trong khoảng"
|
||
|
||
#. 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 "Hệ thống tài khoản đã được cài đặt"
|
||
|
||
#. 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 "Hoàn tất"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__is_download_only
|
||
msgid "Is Download Only"
|
||
msgstr "Chỉ tải xuống"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_validate_account_move__is_entries
|
||
msgid "Is Entries"
|
||
msgstr "Là bút toán"
|
||
|
||
#. 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 "Đang theo dõi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__greater
|
||
msgid "Is Greater Than"
|
||
msgstr "Lớn hơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__green_on_positive
|
||
msgid "Is Growth Good when Positive"
|
||
msgstr "Tăng trưởng tốt khi Dương"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__is_imported
|
||
msgid "Is Imported"
|
||
msgstr "Được nhập"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_amount__lower
|
||
msgid "Is Lower Than"
|
||
msgstr "Nhỏ hơn"
|
||
|
||
#. 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 "Được sửa đổi thủ công"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__is_matched
|
||
msgid "Is Matched With a Bank Statement"
|
||
msgstr "Đã khớp với chi tiết sao kê"
|
||
|
||
#. 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 "Đã chuyển gửi"
|
||
|
||
#. 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 "Đã được đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__is_refund
|
||
msgid "Is Refund"
|
||
msgstr "Là hoàn lại"
|
||
|
||
#. 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 "Ghi nhận thanh toán nháp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__is_same_currency
|
||
msgid "Is Same Currency"
|
||
msgstr "Là cùng một loại tiền tệ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__is_selected
|
||
msgid "Is Selected"
|
||
msgstr "Được chọn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__is_sent
|
||
msgid "Is Sent"
|
||
msgstr "Đã gửi"
|
||
|
||
#. 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 "Với Đã hủy"
|
||
|
||
#. 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 "Hợp lệ"
|
||
|
||
#. 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 "Bút toán có được gửi mà không đồng bộ hay không"
|
||
|
||
#. 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 ""
|
||
"Điều này cho thấy hóa đơn/thanh toán đã được gửi đi hoặc tệp PDF đã được "
|
||
"tạo."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "It looks like you've successfully validated the last"
|
||
msgstr "Có vẻ như bạn đã xác thực thành công"
|
||
|
||
#. 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 "Có vẻ như có một số bút toán chốt sổ phụ thuộc cần được ghi sổ"
|
||
|
||
#. 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 "Trước đây là'%(previous)s' và bây giờ là '%(current)s'."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__1
|
||
msgid "January"
|
||
msgstr "Tháng Một"
|
||
|
||
#. 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 "Sổ nhật ký"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Journal (Sequence Prefix)"
|
||
msgstr "Nhật ký (Tiền tố trình tự)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Journal Account"
|
||
msgstr "Tài khoản nhật ký"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__currency_id
|
||
msgid "Journal Currency"
|
||
msgstr "Tiền tệ bút toán"
|
||
|
||
#. 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 "Bút toán kế toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
|
||
msgid "Journal Entries by Date"
|
||
msgstr "Bút toán theo tháng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Journal Entries to Hash"
|
||
msgstr "Bút toán cần hash"
|
||
|
||
#. 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 "Bút toán kế toán"
|
||
|
||
#. 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 "Thông tin bút toán"
|
||
|
||
#. 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 "Phát sinh KT"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Journal Item %s created"
|
||
msgstr "Hạng mục bút toán %s đã được tạo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Journal Item %s deleted"
|
||
msgstr "Hạng mục bút toán %s đã bị xoá"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Journal Item %s updated"
|
||
msgstr "Chi tiết bút toán %s đã được cập nhật"
|
||
|
||
#. 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 "Nhãn phát sinh KT"
|
||
|
||
#. 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 "Phát sinh kế toán"
|
||
|
||
#. 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 "Tên sổ nhật ký"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_journal_suspense_account_id
|
||
msgid "Journal Suspense Account"
|
||
msgstr "Tài khoản tạm thời sổ nhật ký"
|
||
|
||
#. module: account
|
||
#: model:ir.model.constraint,message:account.constraint_account_journal_code_company_uniq
|
||
msgid "Journal codes must be unique per company."
|
||
msgstr "Mã nhật ký phải là duy nhất đối với mỗi công ty."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__line_ids
|
||
msgid "Journal items"
|
||
msgstr "Chi tiết bút toán"
|
||
|
||
#. 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 "Các phát sinh kế toán mà có số đối soát/khớp chưa được thiết lập"
|
||
|
||
#. 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 "Các bút toán mà tài khoản cho phép đối chiếu bất kể số tiền còn lại"
|
||
|
||
#. 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 "Nhật ký phải cùng loại với bút toán đã đảo ngược."
|
||
|
||
#. 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 ""
|
||
"Sổ nhật ký được dùng mặc định để ghi nhận việc bút toán kết chuyển của kỳ"
|
||
|
||
#. 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 ""
|
||
"Sổ nhật ký mà các bút toán kế toán đầu kỳ của công ty này sẽ được vào sổ."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_automatic_entry_wizard__journal_id
|
||
msgid "Journal where to create the entry."
|
||
msgstr "Sổ nhật ký nơi tạo bút toán."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "Journal:"
|
||
msgstr "Sổ nhật ký"
|
||
|
||
#. 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 "Sổ nhật ký"
|
||
|
||
#. 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 "Sổ nhật ký sẵn có"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__json_activity_data
|
||
msgid "Json Activity Data"
|
||
msgstr "Hoạt động dữ liệu Json"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__7
|
||
msgid "July"
|
||
msgstr "Tháng Bảy"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__6
|
||
msgid "June"
|
||
msgstr "Tháng Sáu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__kanban_dashboard
|
||
msgid "Kanban Dashboard"
|
||
msgstr "Bảng thông tin Kanban"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__kanban_dashboard_graph
|
||
msgid "Kanban Dashboard Graph"
|
||
msgstr "Bảng thông tin biểu đồ Kanban"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_resequence_wizard__ordering__keep
|
||
msgid "Keep current order"
|
||
msgstr "Giữ đơn hiện tại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Keep empty for no control"
|
||
msgstr "Để trống để không kiểm soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_difference_handling__open
|
||
msgid "Keep open"
|
||
msgstr "Để ở trạng thái mở"
|
||
|
||
#. 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 ""
|
||
"Để trống trường này để dùng giá trị mặc định thiết lập trong nhóm sản phẩm."
|
||
|
||
#. 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 ""
|
||
"Giữ trường này trống để sử dụng giá trị mặc định từ danh mục sản phẩm. Nếu "
|
||
"kế toán anglo-saxon với phương pháp định giá tự động được định cấu hình, tài"
|
||
" khoản chi phí trên danh mục sản phẩm sẽ được sử dụng."
|
||
|
||
#. 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 tổng doanh thu"
|
||
|
||
#. 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 "Mô tả"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_label_param
|
||
msgid "Label Parameter"
|
||
msgstr "Tham số nhãn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__invoice_label
|
||
msgid "Label on Invoices"
|
||
msgstr "Nhãn trên Hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_tax_group_form
|
||
msgid "Label on PoS Receipts"
|
||
msgstr "Nhãn trên Biên lai PoS"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Last Entry"
|
||
msgstr "Bút toán cuối"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Last Hash"
|
||
msgstr "Hash mới nhất"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_month
|
||
msgid "Last Month"
|
||
msgstr "Tháng trước"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_quarter
|
||
msgid "Last Quarter"
|
||
msgstr "Quý trước"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__last_statement_id
|
||
msgid "Last Statement"
|
||
msgstr "Báo cáo cuối cùng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_tax_period
|
||
msgid "Last Tax Period"
|
||
msgstr "Kỳ thuế cuối cùng"
|
||
|
||
#. 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 "Cập nhật lần cuối bởi"
|
||
|
||
#. 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 "Cập nhật lần cuối vào"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__previous_year
|
||
msgid "Last Year"
|
||
msgstr "Năm ngoái"
|
||
|
||
#. 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 ""
|
||
"Ngày cuối cùng mà số tiền chiết khấu phải được thanh toán để được cấp Chiết "
|
||
"khấu thanh toán sớm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Late"
|
||
msgstr "Trễ"
|
||
|
||
#. 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 "Hoạt động bị muộn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
|
||
msgid "Leave empty to create new"
|
||
msgstr "Để trống để tạo mới"
|
||
|
||
#. 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 "Sổ cái"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__journal_group_ids
|
||
msgid "Ledger Group"
|
||
msgstr "Nhóm sổ cái"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal_group__name
|
||
msgid "Ledger group"
|
||
msgstr "Nhóm sổ cái"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_journal_group_list
|
||
msgid "Ledger group allows managing multiple accounting standards."
|
||
msgstr "Nhóm sổ cái cho phép quản lý nhiều chuẩn mực kế toán."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_line__horizontal_split_side__left
|
||
msgid "Left"
|
||
msgstr "Trái"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
|
||
msgid "Left to Pay:"
|
||
msgstr "Còn lại cần thanh toán:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__invoice_legal_notes
|
||
msgid "Legal Notes"
|
||
msgstr "Ghi chú pháp lý"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "Legal Notes..."
|
||
msgstr "Ghi chú Pháp lý..."
|
||
|
||
#. 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 "Các ghi chú mang tính pháp lý để in lên các hoá đơn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Less Payment"
|
||
msgstr "Thanh toán thiếu"
|
||
|
||
#. 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 "Hãy để AI quét hóa đơn của bạn. Thanh toán thật dễ dàng."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Let your customers pay their invoices online"
|
||
msgstr "Cho phép khách hàng của bạn thanh toán trực tuyến các hoá đơn của họ"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Let's send the invoice."
|
||
msgstr "Hãy gửi hóa đơn."
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_company_data
|
||
msgid "Let's start!"
|
||
msgstr "Bắt đầu!"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__hierarchy_level
|
||
msgid "Level"
|
||
msgstr "Mức độ"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
|
||
msgid "Liabilities"
|
||
msgstr "Nợ phải trả"
|
||
|
||
#. 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 "Nợ phải trả"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__line_ids
|
||
msgid "Line"
|
||
msgstr "Chi tiết"
|
||
|
||
#. 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 ""
|
||
"Dòng \"%(line)s\" có dòng chính là \"%(parent_line)s\", nhưng xuất hiện "
|
||
"trước dòng này trong báo cáo. Dòng chính phải luôn đứng trước."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_report.py:0
|
||
msgid "Line \"%s\" defines itself as its parent."
|
||
msgstr "Dòng \"%s\" là cha của chính nó."
|
||
|
||
#. module: account
|
||
#: model:account.reconcile.model,name:account.1_reconcile_from_label
|
||
msgid "Line with Bank Fees"
|
||
msgstr "Dòng có phí ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__line_ids
|
||
msgid "Lines"
|
||
msgstr "Các dòng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "Lines from \"Off-Balance Sheet\" accounts cannot be reconciled"
|
||
msgstr "Các phát sinh của tài khoản \"Loại bỏ số dư\" thì không thể đối soát được"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
|
||
msgid "Liquidity"
|
||
msgstr "Thanh khoản"
|
||
|
||
#. 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 "Tiền đang chuyển"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__load_more_limit
|
||
msgid "Load More Limit"
|
||
msgstr "Giới hạn tải thêm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Lock"
|
||
msgstr "Khoá"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_lock_exception.py:0
|
||
msgid "Lock Date Exception %s"
|
||
msgstr "Ngoại lệ ngày khoá sổ %s"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_lock_exception__lock_date_field
|
||
msgid "Lock Date Field"
|
||
msgstr "Trường ngày khoá sổ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__lock_date_message
|
||
msgid "Lock Date Message"
|
||
msgstr "Thông báo ngày khoá sổ"
|
||
|
||
#. 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 "Khoá trường tin cậy"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "Logo"
|
||
msgstr "Biểu tượng"
|
||
|
||
#. 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 "Trông thật tuyệt!"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Loss"
|
||
msgstr "Lỗ"
|
||
|
||
#. 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 "Tài khoản lỗ"
|
||
|
||
#. 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 "Tài khoản lỗ tỷ giá hối đoái"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "MISC"
|
||
msgstr "KHÁC"
|
||
|
||
#. 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 "Khoảng trống số thứ tự đã tạo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_attachments_widget
|
||
msgid "Mail Attachments Widget"
|
||
msgstr "Tiện ích tệp đính kèm chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_lang
|
||
msgid "Mail Lang"
|
||
msgstr "Mail Lang"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_mail_tracking_value
|
||
msgid "Mail Tracking Value"
|
||
msgstr "Giá trị Theo vết Thư"
|
||
|
||
#. 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 "Tệp đính kèm chính"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Main Currency"
|
||
msgstr "Tiền tệ chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__commercial_partner_id
|
||
msgid "Main Partner"
|
||
msgstr "Đối tác chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_res_config_settings__currency_id
|
||
msgid "Main currency of the company."
|
||
msgstr "Tiền tệ chính của công ty."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Main currency of your company"
|
||
msgstr ""
|
||
"Tiền tệ chính của công ty. Mọi bút toán kế toán sẽ được quy đổi về tiền tệ "
|
||
"này."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_accrued_orders_wizard
|
||
msgid "Make Accrual Entries"
|
||
msgstr "Tạo bút toán dồn tích"
|
||
|
||
#. 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 "Hãy nhớ kích hoạt dấu vết kiểm toán trong cài đặt kế toán trước"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.account_management_menu
|
||
#: model:ir.ui.menu,name:account.account_reports_management_menu
|
||
msgid "Management"
|
||
msgstr "Quản lý"
|
||
|
||
#. 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 "Thanh toán thủ công"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/accrued_orders.py:0
|
||
msgid "Manual entry"
|
||
msgstr "Bút toán thủ công"
|
||
|
||
#. 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 ""
|
||
"Thủ công: Nhận thanh toán bằng bất kỳ phương thức nào bên ngoài Odoo.\n"
|
||
"Nhà cung cấp dịch vụ thanh toán: Mỗi nhà cung cấp thanh toán có Phương thức thanh toán riêng. Yêu cầu giao dịch trên/đến thẻ nhờ mã thông báo thanh toán được lưu bởi đối tác khi mua hoặc đăng ký trực tuyến.\n"
|
||
"Gửi tiền hàng loạt: Thu thập một số séc của khách hàng cùng một lúc tạo và gửi tiền gửi hàng loạt cho ngân hàng của bạn. Module account_batch_payment là cần thiết.\n"
|
||
"SEPA Direct Debit: Được trả tiền trong khu vực SEPA nhờ nhiệm vụ mà đối tác của bạn sẽ cấp cho bạn. Module account_sepa là cần thiết.\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 ""
|
||
"Thủ công: Thanh toán bằng bất kỳ phương thức nào bên ngoài Odoo.\n"
|
||
"Séc: Thanh toán hóa đơn bằng Séc và in từ Odoo.\n"
|
||
"Chuyển khoản tín dụng SEPA: Thanh toán trong khu vực SEPA bằng cách gửi tệp Chuyển khoản tín dụng SEPA cho ngân hàng của bạn. Mô-đun account_sepa là cần thiết.\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 ""
|
||
"Thủ công: Thanh toán hoặc Nhận thanh toán bằng bất kỳ phương thức nào bên ngoài Odoo.\n"
|
||
"Nhà cung cấp Dịch vụ Thanh toán: Mỗi nhà cung cấp dịch vụ thanh toán có Phương thức thanh toán riêng. Yêu cầu giao dịch trên/vào thẻ nhờ token thanh toán do đối tác lưu khi mua hoặc đăng ký online.\n"
|
||
"Séc: Thanh toán hóa đơn bằng séc và in từ Odoo.\n"
|
||
"Gửi Hàng loạt: Thu thập nhiều séc của khách hàng cùng một lúc để tạo và gửi hàng loạt tới ngân hàng. Cần có phân hệ account_batch_payment.\n"
|
||
"Chuyển Tín dụng SEPA: Thanh toán trong khu vực SEPA bằng cách gửi tệp Chuyển Tín dụng SEPA cho ngân hàng của bạn. Cần có phân hệ account_sepa.\n"
|
||
"Ghi nợ Trực tiếp SEPA: Nhận thanh toán trong khu vực SEPA nhờ vào giấy ủy nhiệm mà đối tác sẽ cấp cho bạn. Cần có phân hệ account_sepa.\n"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_send_batch_wizard.py:0
|
||
msgid "Manually"
|
||
msgstr "Thủ công"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_form
|
||
msgid "Mapping"
|
||
msgstr "Mapping"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_code_mapping
|
||
msgid "Mapping of account codes per company"
|
||
msgstr "Mapping mã tài khoản theo từng công ty"
|
||
|
||
#. 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 "Tháng Ba"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_margin
|
||
msgid "Margin"
|
||
msgstr "Biên lợi nhuận"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Margin Analysis"
|
||
msgstr "Phân tích biên lợi nhuận"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Mark as Sent"
|
||
msgstr "Đánh dấu đã gửi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_difference_handling__reconcile
|
||
msgid "Mark as fully paid"
|
||
msgstr "Đánh dấu đã trả đủ"
|
||
|
||
#. 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 "Khớp regex"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_label
|
||
msgid "Match Text Location Label"
|
||
msgstr "Khớp với tên nhãn vị trí"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_note
|
||
msgid "Match Text Location Note"
|
||
msgstr "Khớp với tên vị trí ghi chú"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_text_location_reference
|
||
msgid "Match Text Location Reference"
|
||
msgstr "Khớp với tên vị trí tham chiếu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__matched_credit_ids
|
||
msgid "Matched Credits"
|
||
msgstr "Phát sinh có được khớp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__matched_debit_ids
|
||
msgid "Matched Debits"
|
||
msgstr "Phát sinh nợ được khớp"
|
||
|
||
#. 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 "Các phát sinh kế toán đã khớp"
|
||
|
||
#. 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 "Thanh toán đã khớp"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "Matched Transactions"
|
||
msgstr "Giao dịch phù hợp"
|
||
|
||
#. 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 "Khớp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__matching_number
|
||
msgid "Matching #"
|
||
msgstr "Mã số khớp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__matching_order
|
||
msgid "Matching Order"
|
||
msgstr "Khớp lệnh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner_category_ids
|
||
msgid "Matching categories"
|
||
msgstr "Đối sánh các danh mục"
|
||
|
||
#. 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 ""
|
||
"Số khớp cho dòng này, 'P' nếu nó chỉ được đối soát một phần, hoặc tên của "
|
||
"đối soát đầy đủ nếu nó tồn tại."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner_ids
|
||
msgid "Matching partners"
|
||
msgstr "Khớp đối tác"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "Matching rules"
|
||
msgstr "Quy tắc khớp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_partial_reconcile__max_date
|
||
msgid "Max Date of Matched Lines"
|
||
msgstr "Ngày lớn nhất của các dòng được khớp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__max_hash_date
|
||
msgid "Max Hash Date"
|
||
msgstr "Ngày hash tối đa"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__5
|
||
msgid "May"
|
||
msgstr "Tháng Năm"
|
||
|
||
#. 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 "Ghi nhớ"
|
||
|
||
#. 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 "Ghi nhớ:"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_ir_ui_menu
|
||
msgid "Menu"
|
||
msgstr "Menu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_merge_wizard_form
|
||
msgid "Merge"
|
||
msgstr "Hợp nhất"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Merge Accounts"
|
||
msgstr "Hợp nhất tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_base_partner_merge_automatic_wizard
|
||
msgid "Merge Partner Wizard"
|
||
msgstr "Tính năng gộp đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.account_merge_wizard_action
|
||
msgid "Merge accounts"
|
||
msgstr "Hợp nhất tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_mail_message
|
||
msgid "Message"
|
||
msgstr "Tin nhắn"
|
||
|
||
#. 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 "Có lỗi gửi thông điệp"
|
||
|
||
#. 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 "Thông điệp cho hoá đơn"
|
||
|
||
#. 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 "Thông điệp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search
|
||
msgid "Messages Search"
|
||
msgstr "Tìm kiếm thông điệp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__payment_method_id
|
||
msgid "Method"
|
||
msgstr "Phương thức"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Misc. Operations"
|
||
msgstr "Hoạt động khác"
|
||
|
||
#. 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 "Khác"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
#: model:account.journal,name:account.1_general
|
||
msgid "Miscellaneous Operations"
|
||
msgstr "Các hoạt động khác"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_validate_account_move.py:0
|
||
msgid "Missing 'active_model' in context."
|
||
msgstr "Thiếu 'active_model' trong ngữ cảnh."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__missing_account_partners
|
||
msgid "Missing Account Partners"
|
||
msgstr "Thiếu đối tác của tài khoản"
|
||
|
||
#. 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 ""
|
||
"Thiếu tài liệu cho sao kê ngân hàng? Sử dụng ứng dụng Tài liệu để yêu cầu và"
|
||
" để chủ sở hữu tải tài liệu lên đúng nơi."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_partial_reconcile.py:0
|
||
msgid "Missing foreign currencies on partials having ids: %s"
|
||
msgstr "Thiếu ngoại tệ do các bộ phận có 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 "Thiếu tài khoản bắt buộc trên dòng phải giải trình."
|
||
|
||
#. 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 "Đối tượng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid "Model Name"
|
||
msgstr "Tên đối tượng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_cash_rounding__strategy__biggest_tax
|
||
msgid "Modify tax amount"
|
||
msgstr "Sửa đổi giá trị thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_ir_module_module
|
||
msgid "Module"
|
||
msgstr "Phân hệ"
|
||
|
||
#. 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 "Tiền tệ"
|
||
|
||
#. 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 "Dịch vụ chuyển tiền"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Monitor your product margins from invoices"
|
||
msgstr "Theo dõi biên lợi nhuận của sản phẩm từ các hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__monthly
|
||
msgid "Monthly"
|
||
msgstr "Hàng tháng"
|
||
|
||
#. 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 "Phát sinh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__move_data
|
||
msgid "Move Data"
|
||
msgstr "Chuyển dữ liệu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__move_line_ids
|
||
msgid "Move Line"
|
||
msgstr "Phát sinh kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_secure_entries_wizard__move_to_hash_ids
|
||
msgid "Move To Hash"
|
||
msgstr "Bút toán cần hash"
|
||
|
||
#. 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 "Kiểu bút toán"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.action_automatic_entry_change_account
|
||
msgid "Move to Account"
|
||
msgstr "Chuyển sang tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_multi_company
|
||
msgid "Multi-Company"
|
||
msgstr "Đa công ty"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_action_account_journal_group_list
|
||
msgid "Multi-Ledger"
|
||
msgstr "Nhiều sổ cái"
|
||
|
||
#. 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 "Nhiều sổ cái"
|
||
|
||
#. 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 "Phép nhân tùy thuộc vào loại tài liệu, để chuyển giá thành số dư"
|
||
|
||
#. 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 "Hạn chót hoạt động"
|
||
|
||
#. 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 "Hoá đơn của tôi"
|
||
|
||
#. 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 "Tên"
|
||
|
||
#. 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 "Phần giữ chỗ tên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__name_searchable
|
||
msgid "Name Searchable"
|
||
msgstr "Cho phép tìm theo tên"
|
||
|
||
#. 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 ""
|
||
"Di chuyển qua lại giữa các báo cáo và xem sự thật đằng sau những con số"
|
||
|
||
#. 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 "Gần nhất"
|
||
|
||
#. 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 "Cần yêu cầu huỷ"
|
||
|
||
#. 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 "Điều khoản cần thiết"
|
||
|
||
#. 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 "Điều khoản cần thiết xấu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account_tag__tax_negate
|
||
msgid "Negate Tax Balance"
|
||
msgstr "Làm âm số dư thuế"
|
||
|
||
#. 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 "Giá trị âm của trường số tiền nếu loại thanh toán là dạng nhận về"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "Nested group of taxes are not allowed."
|
||
msgstr "Không cho phép nhóm thuế lồng nhau."
|
||
|
||
#. 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 "Số tiền thực"
|
||
|
||
#. 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 "Không bao giờ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "Never for this vendor"
|
||
msgstr "Không bao giờ đối với nhà cung cấp này"
|
||
|
||
#. 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 "Mới"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__new_journal_name
|
||
msgid "New Journal Name"
|
||
msgstr "Tên sổ nhật kí mới"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_reversal__new_move_ids
|
||
msgid "New Move"
|
||
msgstr "Giao dịch mới"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__new_values
|
||
msgid "New Values"
|
||
msgstr "Giá trị mới"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__matching_order__new_first
|
||
msgid "Newest first"
|
||
msgstr "Mới nhất trước tiên"
|
||
|
||
#. 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 "Sự kiện trên lịch cho hoạt động tiếp theo"
|
||
|
||
#. 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 "Hạn chót hoạt động kế tiếp"
|
||
|
||
#. 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 "Tóm tắt hoạt động kế tiếp"
|
||
|
||
#. 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 "Kiểu hành động kế tiếp"
|
||
|
||
#. 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 "Khoản trả góp tiếp theo"
|
||
|
||
#. 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 "Ngày thanh toán tiếp theo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__no
|
||
msgid "No"
|
||
msgstr "Không"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
|
||
msgid "No Bank Matching"
|
||
msgstr "Không có khớp ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "No Bank Transaction"
|
||
msgstr "Không có giao dịch ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_partner__invoice_warn__no-message
|
||
msgid "No Message"
|
||
msgstr "Không có thông điệp"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "No Payment Method"
|
||
msgstr "Không có phương thức thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_fiscal_position__foreign_vat_header_mode__no_template
|
||
msgid "No Template"
|
||
msgstr "Không có mẫu"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal.py:0
|
||
msgid "No attachment was provided"
|
||
msgstr "Chưa được cung cấp đính kèm nào"
|
||
|
||
#. 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 ""
|
||
"Không có sổ nhật ký nào cho công ty %(company_name)s cho bất kỳ loại nào "
|
||
"trong 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 ""
|
||
"Không tìm thấy chứng từ mua hàng gốc nào cho các chứng từ mua hàng đã chọn."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "No outstanding account could be found to make the payment"
|
||
msgstr "Không tìm thấy tài khoản chưa thanh toán nào để thực hiện thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "No payment journal entries"
|
||
msgstr "Không có bút toán thanh toán nào"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "No possible action found with the selected lines."
|
||
msgstr "Không tìm thấy tác vụ khả thi nào với các dòng đã chọn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__non_trade
|
||
msgid "Non Trade"
|
||
msgstr "Phi thương mại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "Non Trade Payable"
|
||
msgstr "Phải trả phi thương mại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "Non Trade Receivable"
|
||
msgstr "Phải thu phi thương mại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__asset_non_current
|
||
msgid "Non-current Assets"
|
||
msgstr "Tài sản trung & dài hạn"
|
||
|
||
#. 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 "Nợ trung & dài hạn"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_non_current_assets
|
||
msgid "Non-current assets"
|
||
msgstr "Tài sản dài hạn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Non-trade %s"
|
||
msgstr "Phi thương mại %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 "Không"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_partner__trust__normal
|
||
msgid "Normal Debtor"
|
||
msgstr "Nợ bình thường"
|
||
|
||
#. 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 "Không chứa"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Not Due"
|
||
msgstr "Chưa đến hạn"
|
||
|
||
#. 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 "Bút toán đã mở khoá không thể hash"
|
||
|
||
#. 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 "Chưa thanh toán"
|
||
|
||
#. 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 "Không được bảo mật"
|
||
|
||
#. 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 "Chưa gửi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_secure_entries_wizard
|
||
msgid "Not hashed"
|
||
msgstr "Không được hash"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/many2many_tax_tags/many2many_tax_tags.js:0
|
||
msgid "Not sure... Help me!"
|
||
msgstr "Tôi không chắc lắm. Hãy giúp tôi!"
|
||
|
||
#. 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 "Ghi chú"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_note_param
|
||
msgid "Note Parameter"
|
||
msgstr "Tham số xử lý"
|
||
|
||
#. 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 ""
|
||
"Lưu ý là cách dễ nhất để tạo hoá đơn điều chỉnh giảm là thực hiện trực tiếp trên biểu mẫu\n"
|
||
" hoá đơn khách hàng, để điều chỉnh giảm một phần hoặc toàn bộ."
|
||
|
||
#. 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 ""
|
||
"Lưu ý rằng cách dễ nhất để tạo giấy báo có của nhà cung cấp là thực hiện "
|
||
"trực tiếp từ hóa đơn mua hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__note
|
||
msgid "Notes"
|
||
msgstr "Ghi chú"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__11
|
||
msgid "November"
|
||
msgstr "Tháng Mười Một"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Now, we'll create your first invoice"
|
||
msgstr "Bây giờ, chúng tôi sẽ tạo hóa đơn đầu tiên của bạn"
|
||
|
||
#. 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 "Số bút toán không có tài khoản"
|
||
|
||
#. 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 "Số"
|
||
|
||
#. 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 "Số lượng hành động"
|
||
|
||
#. 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 "Số lượng hóa đơn trước đó chưa được sửa đổi từ đối tác này"
|
||
|
||
#. 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 "Số ngày trước khi đề xuất thanh toán sớm hết hạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__number_entries
|
||
msgid "Number of entries related to this model"
|
||
msgstr "Số bút toán liên quan đối tượng này"
|
||
|
||
#. 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 "Số lượng lỗi"
|
||
|
||
#. 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 "Số thông điệp cần có hành động"
|
||
|
||
#. 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 "Số thông điệp có lỗi khi gửi đi"
|
||
|
||
#. 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 ""
|
||
"Số tháng trong quá khứ để xem xét các bút toán từ khi áp dụng đối tượng này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__value
|
||
msgid "Numeric Value"
|
||
msgstr "Giá trị kiểu số"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "OFX Import"
|
||
msgstr "Nhập OFX"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__10
|
||
msgid "October"
|
||
msgstr "Tháng Mười"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_journal__invoice_reference_model__odoo
|
||
msgid "Odoo"
|
||
msgstr "Hệ thống"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__domain
|
||
msgid "Odoo Domain"
|
||
msgstr "Miền Odoo"
|
||
|
||
#. 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 ""
|
||
"Hệ thống cho phép bạn đối soát dòng sao kê trực tiếp với các\n"
|
||
" hóa đơn mua hoặc bán hàng liên quan."
|
||
|
||
#. 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 "Hệ thống giúp bạn quản lý các hoạt động liên quan tới khách hàng."
|
||
|
||
#. 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 giúp bạn theo dõi tất cả các hoạt động liên quan đến một nhà cung cấp."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__internal_group__off
|
||
msgid "Off Balance"
|
||
msgstr "Loại khỏi bảng cân đối"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_account__account_type__off_balance
|
||
msgid "Off-Balance Sheet"
|
||
msgstr "Loại khỏi bảng cân đối"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.demo_office_furniture_account
|
||
msgid "Office Furniture"
|
||
msgstr "Nội thất văn phòng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__matching_order__old_first
|
||
msgid "Oldest first"
|
||
msgstr "Cũ nhất trước tiên"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_term__early_pay_discount_computation__included
|
||
msgid "On early payment"
|
||
msgstr "Khi thanh toán sớm"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_fiscal_year
|
||
msgid "Onboarding Accounting Periods"
|
||
msgstr "Hướng dẫn Kỳ kế toán"
|
||
|
||
#. 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 "Hướng dẫn Tài khoản ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_company_data
|
||
msgid "Onboarding Company Data"
|
||
msgstr "Hướng dẫn Dữ liệu công ty"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,step_image_alt:account.onboarding_onboarding_step_base_document_layout
|
||
msgid "Onboarding Documents Layout"
|
||
msgstr "Hướng dẫn Bố cục chứng từ"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_onboarding_onboarding_step
|
||
msgid "Onboarding Step"
|
||
msgstr "Trình tự hướng dẫn"
|
||
|
||
#. 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 <b>Customers</b> menu."
|
||
msgstr ""
|
||
"Khi mọi thứ đã được thiết lập, bạn có thể tiếp tục. Bạn sẽ có thể chỉnh sửa "
|
||
"điều này sau trong menu <b>Khách hàng</b>."
|
||
|
||
#. 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 ""
|
||
"Một khi được cài, thiết lập 'Phí ngân hàng' để 'Import file' trong phần "
|
||
"thiết lập tài khoản ngân hàng.Nó sẽ thêm một nút để import trong phần bảng "
|
||
"thông tin kế toán."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Once your invoice is ready, confirm it."
|
||
msgstr "Khi hóa đơn của bạn đã sẵn sàng, hãy xác nhận."
|
||
|
||
#. 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 ""
|
||
"Một hoặc nhiều Tài khoản ngân hàng được đặt trên đối tác này cũng được sử "
|
||
"dụng bởi đối tác khác"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "One or more invoices couldn't be processed."
|
||
msgstr "Không thể xử lý một hoặc nhiều hóa đơn."
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.root_payment_menu
|
||
msgid "Online Payments"
|
||
msgstr "Khoản thanh toán online"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__only_tax_exigible
|
||
msgid "Only Tax Exigible Lines"
|
||
msgstr "Chỉ dòng thuế có thể trừ lùi"
|
||
|
||
#. 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 ""
|
||
"Chỉ một báo cáo không có báo cáo gốc của chính nó mới có thể được chọn làm "
|
||
"báo cáo gốc."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/chart_template.py:0
|
||
msgid "Only administrators can install chart templates"
|
||
msgstr "Chỉ quản trị viên mới có thể cài đặt mẫu hệ thống"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Only draft journal entries can be cancelled."
|
||
msgstr "Chỉ có thể hủy các bút toán nháp."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/ir_actions_report.py:0
|
||
msgid "Only invoices could be printed."
|
||
msgstr "Chỉ các hoá đơn mới có thể in được."
|
||
|
||
#. 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 ""
|
||
"Đối tác (ngân hàng) sẽ chỉ tạo một khoản thanh toán, thay vì một khoản cho "
|
||
"mỗi hóa đơn."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Only posted/cancelled journal entries can be reset to draft."
|
||
msgstr ""
|
||
"Chỉ các bút toán đã vào sổ/bị hủy mới có thể được đặt lại thành bút toán "
|
||
"nháp."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/controllers/terms.py:0
|
||
msgid "Oops"
|
||
msgstr "Lỗi"
|
||
|
||
#. 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 "Mở"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__opening_balance
|
||
msgid "Opening Balance"
|
||
msgstr "Số dư đầu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_financial_year_op
|
||
msgid "Opening Balance of Financial Year"
|
||
msgstr "Số dư đầu kỳ của năm tài chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__opening_credit
|
||
msgid "Opening Credit"
|
||
msgstr "Số dư có đầu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__opening_date
|
||
msgid "Opening Date"
|
||
msgstr "Ngày đầu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__opening_debit
|
||
msgid "Opening Debit"
|
||
msgstr "Số dư nợ đầu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_opening_date
|
||
msgid "Opening Entry"
|
||
msgstr "Bút toán đầu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_opening_journal_id
|
||
msgid "Opening Journal"
|
||
msgstr "Sổ nhật ký đầu kỳ"
|
||
|
||
#. 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 "Sổ nhật ký đầu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_financial_year_op__opening_move_posted
|
||
msgid "Opening Move Posted"
|
||
msgstr "Bút toán đầu kì đã vào sổ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Opening balance"
|
||
msgstr "Số dư đầu kì"
|
||
|
||
#. module: account
|
||
#: model:account.account.tag,name:account.account_tag_operating
|
||
msgid "Operating Activities"
|
||
msgstr "Hoạt động nghiệp vụ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid "Operation Templates"
|
||
msgstr "Mẫu vận hành"
|
||
|
||
#. 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 "Hoạt động không được hỗ trợ"
|
||
|
||
#. 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 "Tuỳ chọn"
|
||
|
||
#. 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 "Tag tuỳ ý mà bạn có thể muốn để tạo các báo cáo theo tag"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__ordering
|
||
msgid "Ordering"
|
||
msgstr "Sắp xếp"
|
||
|
||
#. 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 "Ban đầu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__carryover_origin_expression_label
|
||
msgid "Origin Expression Label"
|
||
msgstr "Nhãn biểu thức gốc"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__carryover_origin_report_line_id
|
||
msgid "Origin Line"
|
||
msgstr "Dòng ban đầu"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.report,name:account.action_account_original_vendor_bill
|
||
msgid "Original Bills"
|
||
msgstr "Hoá đơn gốc"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_lock_exception__company_lock_date
|
||
msgid "Original Lock Date"
|
||
msgstr "Ngày khoá sổ ban đầu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__group_tax_id
|
||
msgid "Originator Group of Taxes"
|
||
msgstr "Nhóm người khởi tạo thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__payment_id
|
||
msgid "Originator Payment"
|
||
msgstr "Khoản thanh toán khởi thuỷ"
|
||
|
||
#. 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 "Chi tiết sao kê khởi tạo"
|
||
|
||
#. 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 "Thuế khởi nguồn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_repartition_line_id
|
||
msgid "Originator Tax Distribution Line"
|
||
msgstr "Chi tiết thuế phân bổ khởi tạo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__tax_group_id
|
||
msgid "Originator tax group"
|
||
msgstr "Nhóm thuế khởi nguồn"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
|
||
msgid "Other"
|
||
msgstr "Khác"
|
||
|
||
#. 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 "Doanh thu Khác"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Other Info"
|
||
msgstr "Thông tin khác"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice
|
||
msgid "Our Invoices"
|
||
msgstr "Hóa đơn của chúng tôi"
|
||
|
||
#. 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 ""
|
||
"Hóa đơn của chúng tôi được thanh toán trong vòng 21 ngày làm việc, trừ khi "
|
||
"khung thời gian thanh toán khác được ghi trên hóa đơn hoặc đơn đặt hàng. "
|
||
"Trong trường hợp đến hạn không thanh toán,"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_method__payment_type__outbound
|
||
msgid "Outbound"
|
||
msgstr "Chi tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__outbound_payment_method_line_ids
|
||
msgid "Outbound Payment Methods"
|
||
msgstr "Phương thức thanh toán đi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Outgoing Payments"
|
||
msgstr "Phiếu chi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__outstanding_account_id
|
||
msgid "Outstanding Account"
|
||
msgstr "Tài khoản tạm thời"
|
||
|
||
#. 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 "Thanh toán chi tiền tạm thời"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Outstanding Payments accounts"
|
||
msgstr "Tài khoản chi tiền tạm thời"
|
||
|
||
#. 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 "Nhận tiền tạm thời"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Outstanding Receipts accounts"
|
||
msgstr "Tài khoản nhận tiền tạm thời"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Outstanding credits"
|
||
msgstr "Có tồn đọng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Outstanding debits"
|
||
msgstr "Nợ tồn đọng"
|
||
|
||
#. 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 "Quá hạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__installments_mode__overdue
|
||
msgid "Overdue Amount"
|
||
msgstr "Số tiền quá hạn"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/controllers/portal.py:0
|
||
msgid "Overdue invoices"
|
||
msgstr "Hoá đơn quá hạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
|
||
msgid "Overdue invoices, maturity date passed"
|
||
msgstr "Hoá đơn quá hạn, ngày đến hạn đã trôi qua"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_payment_filter
|
||
msgid "Overdue payments, due date passed"
|
||
msgstr "Khoản thanh toán quá hạn, ngày đến hạn đã qua"
|
||
|
||
#. 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 ""
|
||
"Ghi đè mặc định của Công ty về việc giá mà bạn sử dụng trên sản phẩm và hóa "
|
||
"đơn có bao gồm thuế này hay không."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "P&L Accounts"
|
||
msgstr "Tài khoản P&L"
|
||
|
||
#. 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 "Tệp đính kèm 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 "Tệp PDF"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.report,name:account.account_invoices_without_payment
|
||
msgid "PDF without Payment"
|
||
msgstr "PDF không có thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "PEPPOL Electronic Invoicing"
|
||
msgstr "Hoá đơn điện tử PEPPOL"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_peppol
|
||
msgid "PEPPOL Invoicing"
|
||
msgstr "Lập hoá đơn PEPPOL"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__is_account_peppol_eligible
|
||
msgid "PEPPOL eligible"
|
||
msgstr "PEPPOL đủ điều kiện"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "PROFORMA"
|
||
msgstr "CHIẾU LỆ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Package"
|
||
msgstr "Hệ thống tài khoản"
|
||
|
||
#. 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 "Đã thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "Paid Bills"
|
||
msgstr "Hóa đơn đã thanh toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "Paid Invoices"
|
||
msgstr "Hoá đơn đã thanh toán"
|
||
|
||
#. 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 "Thanh toán vào"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__both
|
||
msgid "Paid/Received"
|
||
msgstr "Đã thanh toán/Đã nhận"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__paired_internal_transfer_payment_id
|
||
msgid "Paired Internal Transfer Payment"
|
||
msgstr "Thanh toán chuyển khoản nội bộ kết hợp"
|
||
|
||
#. 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 "Cha"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__parent_id
|
||
msgid "Parent Line"
|
||
msgstr "Dòng cha"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__report_id
|
||
msgid "Parent Report"
|
||
msgstr "Báo cáo gốc"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Partial"
|
||
msgstr "Một phần"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_partial_reconcile
|
||
msgid "Partial Reconcile"
|
||
msgstr "Đối soát Một phần"
|
||
|
||
#. 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 "Đã trả 1 phần"
|
||
|
||
#. 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 "Đối tác"
|
||
|
||
#. 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 "Hợp đồng đối tác"
|
||
|
||
#. 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 "Tín dụng đối tác"
|
||
|
||
#. 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 "Cảnh báo hạn mức tín dụng cho đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.action_account_moves_ledger_partner
|
||
msgid "Partner Ledger"
|
||
msgstr "Sổ cái đối tác"
|
||
|
||
#. 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 "Hạn mức tín dụng cho đối tác"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid "Partner Mapping"
|
||
msgstr "Mapping đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__partner_mapping_line_ids
|
||
msgid "Partner Mapping Lines"
|
||
msgstr "Dòng mapping đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__partner_name
|
||
msgid "Partner Name"
|
||
msgstr "Tên đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.account_reports_partners_reports_menu
|
||
msgid "Partner Reports"
|
||
msgstr "Báo cáo đối tác"
|
||
|
||
#. 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 "Kiểu đối tác"
|
||
|
||
#. 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 "Phần giữ chỗ thuế GTGT của đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_partner
|
||
msgid "Partner is Set"
|
||
msgstr "Đối tác đã được thiết lập"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_reconcile_model_partner_mapping
|
||
msgid "Partner mapping for reconciliation models"
|
||
msgstr "Mapping đối tác cho mẫu đối chiếu"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_send.py:0
|
||
msgid "Partner(s) should have an email address."
|
||
msgstr "(Các) đối tác phải có địa chỉ email."
|
||
|
||
#. 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 "Đối tác"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.partner_missing_account_list_view
|
||
msgid "Partners Missing a bank account"
|
||
msgstr "Đối tác thiếu tài khoản ngân hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/partner.py:0
|
||
msgid "Partners that are used in hashed entries cannot be merged."
|
||
msgstr "Không thể gộp các đối tác được sử dụng trong các bút toán được hash."
|
||
|
||
#. 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 "Thanh toán"
|
||
|
||
#. 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 ""
|
||
"Thanh toán hoá đơn nhà cung cấp chỉ với một click sử dụng dịch vụ Euro 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 "Phải trả"
|
||
|
||
#. 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 "Hạn mức phải trả"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_account_type__both
|
||
msgid "Payable and receivable"
|
||
msgstr "Phải trả và phải thu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.product_template_form_view
|
||
msgid "Payables"
|
||
msgstr "Phải trả"
|
||
|
||
#. 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 "Thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_method_line__payment_account_id
|
||
msgid "Payment Account"
|
||
msgstr "Tài khoản thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Payment Amount:"
|
||
msgstr "Tài khoản thanh toán:"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Payment Communication:"
|
||
msgstr "Nội dung thanh toán:"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Payment Communications"
|
||
msgstr "Nội dung thanh toán"
|
||
|
||
#. 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 "Số thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_tree
|
||
msgid "Payment Currency"
|
||
msgstr "Đơn vị tiền tệ thanh toán"
|
||
|
||
#. 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 "Ngày thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Payment Date:"
|
||
msgstr "Ngày thanh toán:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_difference
|
||
msgid "Payment Difference"
|
||
msgstr "Chênh lệch thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__payment_difference_handling
|
||
msgid "Payment Difference Handling"
|
||
msgstr "Xử lý chênh lệch thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_payment_tree
|
||
msgid "Payment Items"
|
||
msgstr "Hạng mục thanh toán"
|
||
|
||
#. 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 "Phương thức thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_search
|
||
msgid "Payment Method Line"
|
||
msgstr "Chi tiết phương thức thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_method_line_tree
|
||
msgid "Payment Method Name"
|
||
msgstr "Tên phương thức thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Payment Method:"
|
||
msgstr "Phương thức thanh toán:"
|
||
|
||
#. 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 "Phương thức thanh toán"
|
||
|
||
#. 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 "Thanh toán qua mã 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 "Biên lai thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__payment_receipt_title
|
||
msgid "Payment Receipt Title"
|
||
msgstr "Tiêu đề biên lai thanh toán"
|
||
|
||
#. 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 "Tham chiếu thanh toán"
|
||
|
||
#. 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 "Tình trạng thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move_line__display_type__payment_term
|
||
msgid "Payment Term"
|
||
msgstr "Điều khoản thanh toán"
|
||
|
||
#. 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 "Chi tiết thời hạn thanh toán"
|
||
|
||
#. 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 "Điều khoản thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_payment_term_line
|
||
msgid "Payment Terms Line"
|
||
msgstr "Chi tiết Điều khoản Thanh toán"
|
||
|
||
#. 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 "Hạn độ thanh toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__payment_tolerance_type
|
||
msgid "Payment Tolerance Type"
|
||
msgstr "Các loại hạn độ thanh toán"
|
||
|
||
#. 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 "Kiểu thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Payment terms"
|
||
msgstr "Các điều khoản thanh toán"
|
||
|
||
#. 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 "Điều khoản thanh toán: 10 ngày sau ngày cuối tháng kế tiếp"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_15days
|
||
msgid "Payment terms: 15 Days"
|
||
msgstr "Điều khoản thanh toán: 15 ngày"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_21days
|
||
msgid "Payment terms: 21 Days"
|
||
msgstr "Điều khoản thanh toán: 21 ngày"
|
||
|
||
#. 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 "Điều khoản thanh toán: 30 ngày"
|
||
|
||
#. 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 ""
|
||
"Thời hạn thanh toán: 30 ngày, chiết khấu thanh toán sớm 2% trong vòng 7 ngày"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_advance
|
||
msgid "Payment terms: 30% Advance End of Following Month"
|
||
msgstr ""
|
||
"Điều khoản thanh toán: Trả trước 30%, Còn lại vào ngày cuối tháng kế tiếp"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_advance_60days
|
||
msgid "Payment terms: 30% Now, Balance 60 Days"
|
||
msgstr "Điều khoản thanh toán: 30% trả trước, còn lại trong 60 ngày"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_45days
|
||
msgid "Payment terms: 45 Days"
|
||
msgstr "Điều khoản thanh toán: 45 ngày"
|
||
|
||
#. 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 "Thời hạn thanh toán: 90 ngày, vào ngày 10"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_end_following_month
|
||
msgid "Payment terms: End of Following Month"
|
||
msgstr "Điều khoản thanh toán: Ngày cuối tháng kế tiếp"
|
||
|
||
#. module: account
|
||
#: model_terms:account.payment.term,note:account.account_payment_term_immediate
|
||
msgid "Payment terms: Immediate Payment"
|
||
msgstr "Điều Khoản thanh toán: Thanh toán ngay (trả trước 100%)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Payment within 30 calendar day"
|
||
msgstr "Thanh toán trong vòng 30 ngày theo lịch"
|
||
|
||
#. module: account
|
||
#: model:mail.template,name:account.mail_template_data_payment_receipt
|
||
msgid "Payment: Payment Receipt"
|
||
msgstr "Thanh toán: Biên lai thanh toán"
|
||
|
||
#. 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 "Thanh toán"
|
||
|
||
#. 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 ""
|
||
"Thanh toán được sử dụng để đăng ký chuyển động thanh khoản. Bạn có thể xử lý"
|
||
" các khoản thanh toán đó bằng phương thức của riêng bạn hoặc sử dụng các "
|
||
"phương thức đã được cài đặt."
|
||
|
||
#. 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 ""
|
||
"Các khoản thanh toán liên quan đến đối tác không có tài khoản ngân hàng sẽ "
|
||
"bị bỏ qua."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_term_line__value__percent
|
||
msgid "Percent"
|
||
msgstr "Phần trăm"
|
||
|
||
#. 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 "Phần trăm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_tax__amount_type__division
|
||
msgid "Percentage Tax Included"
|
||
msgstr "Phần trăm đã bao gồm thuế"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Percentage must be between 0 and 100"
|
||
msgstr "Phần trăm phải nằm trong khoảng từ 0 đến 100"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model_line__amount_type__percentage
|
||
msgid "Percentage of balance"
|
||
msgstr "Phần trăm của số dư"
|
||
|
||
#. 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 "Phần trăm của mỗi dòng để thực hiện tác vụ trên."
|
||
|
||
#. 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 "Chi tiết phần trăm sao kê"
|
||
|
||
#. 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 ""
|
||
"Phần trăm trong chi tiết của Điều khoản thanh toán phải nằm từ 0 tới 100."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
|
||
msgid "Period"
|
||
msgstr "Chu kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_period_comparison
|
||
msgid "Period Comparison"
|
||
msgstr "Kỳ so sánh"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "Phishing risk: High"
|
||
msgstr "Rủi ro lừa đảo: Cao"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "Phishing risk: Medium"
|
||
msgstr "Rủi ro lừa đảo: Trung bình"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Please contact your accountant to print the Hash integrity result."
|
||
msgstr "Vui lòng liên hệ với kế toán của bạn để in kết quả toàn vẹn Hash."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Please create new accounts from the Chart of Accounts menu."
|
||
msgstr "Vui lòng tạo tài khoản mới từ menu Hệ thống tài khoản."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "Please define a payment method line on your payment."
|
||
msgstr ""
|
||
"Vui lòng xác định dòng phương thức thanh toán trên thanh toán của bạn."
|
||
|
||
#. 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 ""
|
||
"Vui lòng cài đặt một hệ thống tài khoản kế toán hoặc tạo mới một số nhật ký "
|
||
"chung trước khi tiếp tục."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_cash_rounding.py:0
|
||
msgid "Please set a strictly positive rounding value."
|
||
msgstr "Vui lòng đặt một giá trị làm tròn dương hoàn toàn."
|
||
|
||
#. 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 ""
|
||
"Vui lòng điền ít nhất một văn bản so khớp để tạo một tiêu chí mapping đối "
|
||
"tác."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "Please use the following communication for your payment:"
|
||
msgstr "Vui lòng sử dụng nội dung sau khi thanh toán:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_group__pos_receipt_label
|
||
msgid "PoS receipt label"
|
||
msgstr "Nhãn biên lai PoS"
|
||
|
||
#. 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 "URL truy cập cổng thông tin"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Post"
|
||
msgstr "Vào sổ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Post All Entries"
|
||
msgstr "Vào sổ tất cả bút toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "Post Difference In"
|
||
msgstr "Vào sổ giá trị chệnh lệch vào"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.action_account_confirm_payments
|
||
msgid "Post Payments"
|
||
msgstr "Vào sổ các thanh toán"
|
||
|
||
#. 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 "Đã vào sổ"
|
||
|
||
#. 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 "Đã vào sổ trước"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
|
||
msgid "Posted Journal Entries"
|
||
msgstr "Bút toán đã vào sổ"
|
||
|
||
#. 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 "Phát sinh đã vào sổ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_group__preceding_subtotal
|
||
msgid "Preceding Subtotal"
|
||
msgstr "Thành tiền tạm tính"
|
||
|
||
#. 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 "Dòng phương thức thanh toán ưu tiên"
|
||
|
||
#. 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 ""
|
||
"Phương thức thanh toán ưu tiên khi mua từ nhà cung cấp này. Phương thức này "
|
||
"sẽ được thiết lập mặc định trên tất cả phiếu chi được tạo cho nhà cung cấp "
|
||
"này"
|
||
|
||
#. 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 ""
|
||
"Phương thức thanh toán ưu tiên khi bán cho khách hàng này. Phương thức này "
|
||
"sẽ được thiết lập mặc định trên tất cả phiếu thu được tạo cho khách hàng này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__prefix_groups_threshold
|
||
msgid "Prefix Groups Threshold"
|
||
msgstr "Nhóm tiền tố Ngưỡng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_distribution_model__prefix_placeholder
|
||
msgid "Prefix Placeholder"
|
||
msgstr "Phần giữ chỗ tiền tố"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__account_codes
|
||
msgid "Prefix of Account Codes"
|
||
msgstr "Tiền tố của mã tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__bank_account_code_prefix
|
||
msgid "Prefix of the bank accounts"
|
||
msgstr "Tiền tố tài khoản (kế toán) ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__cash_account_code_prefix
|
||
msgid "Prefix of the cash accounts"
|
||
msgstr "Tiền tố các tài khoản tiền mặt"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__transfer_account_code_prefix
|
||
msgid "Prefix of the transfer accounts"
|
||
msgstr "Tiền tố của tài khoản giao dịch"
|
||
|
||
#. 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 ""
|
||
"Tiền tố xác định tài khoản kế toán mà mô hình phân bổ KT quản trị này sẽ "
|
||
"được áp dụng."
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_prepaid_expenses
|
||
msgid "Prepaid Expenses"
|
||
msgstr "Chi phí trả trước"
|
||
|
||
#. 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 "Trả trước"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_reconcile_model
|
||
msgid ""
|
||
"Preset to create journal entries during a invoices and payments matching"
|
||
msgstr ""
|
||
"Đặt trước để tạo các bút toán sổ nhật ký trong khi đối soát các hoá đơn và "
|
||
"các khoản thanh toán"
|
||
|
||
#. 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 "Xem trước"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__preview_data
|
||
msgid "Preview Data"
|
||
msgstr "Xem trước dữ liệu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_resequence_view
|
||
msgid "Preview Modifications"
|
||
msgstr "Xem trước các sửa đổi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__preview_move_data
|
||
msgid "Preview Move Data"
|
||
msgstr "Xem trước dữ liệu bút toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__preview_moves
|
||
msgid "Preview Moves"
|
||
msgstr "Xem trước bút toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Preview invoice"
|
||
msgstr "Xem trước hóa đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Price"
|
||
msgstr "Giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__price_include
|
||
msgid "Price Include"
|
||
msgstr "Giá bao gồm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Prices"
|
||
msgstr "Giá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form
|
||
msgid "Print"
|
||
msgstr "In"
|
||
|
||
#. 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 "In & gửi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__print_on_new_page
|
||
msgid "Print On New Page"
|
||
msgstr "In trong trang mới"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Print checks to pay your vendors"
|
||
msgstr "In séc để thanh toán cho nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement__problem_description
|
||
msgid "Problem Description"
|
||
msgstr "Mô tả vấn đề"
|
||
|
||
#. 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 "Sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.menu_product_product_categories
|
||
msgid "Product Categories"
|
||
msgstr "Nhóm sản phẩm"
|
||
|
||
#. 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 "Nhóm sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__quantity
|
||
msgid "Product Quantity"
|
||
msgstr "Số lượng sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_income
|
||
msgid "Product Sales"
|
||
msgstr "Doanh số sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_uom_uom
|
||
msgid "Product Unit of Measure"
|
||
msgstr "Đơn vị tính sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_product_product
|
||
msgid "Product Variant"
|
||
msgstr "Biến thể sản phẩm"
|
||
|
||
#. 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 "Sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_to_receive_rec
|
||
msgid "Products to receive"
|
||
msgstr "Sản phẩm cần nhận"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_type_selection/account_type_selection.js:0
|
||
msgid "Profit & Loss"
|
||
msgstr "Lãi & lỗ"
|
||
|
||
#. 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 "Tài khoản lợi nhuận"
|
||
|
||
#. 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 "Tài sản Dòng phương thức thanh toán vào"
|
||
|
||
#. 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 "Tài sản Dòng phương thức thanh toán ra"
|
||
|
||
#. 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 "Mua hàng"
|
||
|
||
#. 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 "Ngày khoá sổ mua hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__purchase_lock_date
|
||
msgid "Purchase Lock date"
|
||
msgstr "Ngày khoá sổ mua hàng"
|
||
|
||
#. 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 "Biên lai mua hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Purchase Receipt Created"
|
||
msgstr "Biên lai mua được tạo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_page
|
||
msgid "Purchase Representative"
|
||
msgstr "Nhân viên mua hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Purchase Tax"
|
||
msgstr "Thuế mua hàng"
|
||
|
||
#. 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 "Thuế mua hàng"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_invest
|
||
msgid "Purchase of Equipments"
|
||
msgstr "Mua sắm thiết bị"
|
||
|
||
#. 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 "Mua hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "QIF Import"
|
||
msgstr "Nhập QIF"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_base_document_layout
|
||
msgid "QR Code"
|
||
msgstr "Mã QR"
|
||
|
||
#. 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 "URL mã QR"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "QR Codes"
|
||
msgstr "Mã QR"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__quantity
|
||
msgid "Quantity"
|
||
msgstr "Số lượng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Quantity:"
|
||
msgstr "Số lượng:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__quarterly
|
||
msgid "Quarterly"
|
||
msgstr "Hàng Quý"
|
||
|
||
#. 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 "Chế độ chỉnh sửa nhanh"
|
||
|
||
#. 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 "Vals mã hóa nhanh"
|
||
|
||
#. 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 "Ghi nhận nhanh"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_rd
|
||
msgid "RD Expenses"
|
||
msgstr "Chi phí RD"
|
||
|
||
#. 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 "Đánh giá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_resequence_view
|
||
msgid "Re-Sequence"
|
||
msgstr "Cài lại mã"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_lock_exception__reason
|
||
msgid "Reason"
|
||
msgstr "Lý do"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_reversal__reason
|
||
msgid "Reason displayed on Credit Note"
|
||
msgstr "Nguyên nhân được hiển thị trên giấy báo có"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_in_invoice_receipt_tree
|
||
msgid "Receipt Currency"
|
||
msgstr "Đơn vị tiền tệ biên nhận"
|
||
|
||
#. 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 "Biên lai"
|
||
|
||
#. 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 "Phải thu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.product_template_form_view
|
||
msgid "Receivables"
|
||
msgstr "Phải thu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment__payment_type__inbound
|
||
msgid "Receive"
|
||
msgstr "Nhận"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment_register__payment_type__inbound
|
||
msgid "Receive Money"
|
||
msgstr "Thu tiền"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_details_fields
|
||
msgid "Receive invoices"
|
||
msgstr "Nhận hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__match_nature__amount_received
|
||
msgid "Received"
|
||
msgstr "Đã nhận"
|
||
|
||
#. 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 "Tài khoản ngân hàng người nhận"
|
||
|
||
#. 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 "Tài khoản ngân hàng người nhận"
|
||
|
||
#. 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 "Người nhận"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "Recognition Date"
|
||
msgstr "Ngày công nhận"
|
||
|
||
#. 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 ""
|
||
"Tính toán lại tất cả các loại thuế và tài khoản dựa trên vị thế tài chính "
|
||
"này"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Reconcilable"
|
||
msgstr "Có thể đối chiếu"
|
||
|
||
#. 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 "Đã đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_bill_ids
|
||
msgid "Reconciled Bills"
|
||
msgstr "Hóa đơn đã đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoice_ids
|
||
msgid "Reconciled Invoices"
|
||
msgstr "Hoá đơn được đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_invoices_type
|
||
msgid "Reconciled Invoices Type"
|
||
msgstr "Loại hóa đơn đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment__reconciled_statement_line_ids
|
||
msgid "Reconciled Statement Lines"
|
||
msgstr "Các dòng sao kê đã được đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__reconcile_model_id
|
||
msgid "Reconciliation Model"
|
||
msgstr "Mô hình đối soát"
|
||
|
||
#. 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 "Mô hình đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_full_reconcile__partial_reconcile_ids
|
||
msgid "Reconciliation Parts"
|
||
msgstr "Các phần đối soát"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search
|
||
msgid "Record"
|
||
msgstr "Bản ghi"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/x2many_buttons/x2many_buttons.js:0
|
||
msgid "Records"
|
||
msgstr "Bản ghi"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "Recursion found for tax “%s”."
|
||
msgstr "Tìm thấy đệ quy cho thuế “%s”."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "Reduced tax:"
|
||
msgstr "Thuế đã giảm trừ:"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_line__ref
|
||
msgid "Ref."
|
||
msgstr "Tham chiếu"
|
||
|
||
#. 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 "Tham chiếu"
|
||
|
||
#. 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 ""
|
||
"Dẫn chiếu đến tài liệu mà được dùng để phát hành khoản thanh toán này. Vd: "
|
||
"số séc, tên tập tin, v.v."
|
||
|
||
#. 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 "Hoàn tiền"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Refund Created"
|
||
msgstr "Điều chỉnh / hoàn trả được tạo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_in_invoice_refund_tree
|
||
msgid "Refund Currency"
|
||
msgstr "Tiền tệ hoàn trả"
|
||
|
||
#. 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 "Hoàn tiền"
|
||
|
||
#. 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 "Ghi nhận 1 sao kê ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_move_in_receipt_type
|
||
msgid "Register a new purchase receipt"
|
||
msgstr "Tạo một biên lai mua mới"
|
||
|
||
#. 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 "Ghi nhận thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Reject"
|
||
msgstr "Từ chối"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment__state__rejected
|
||
msgid "Rejected"
|
||
msgstr "Bị từ chối"
|
||
|
||
#. 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 "Bút toán liên quan"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__related_taxes_amount
|
||
msgid "Related Taxes Amount"
|
||
msgstr "Số tiền thuế liên quan"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__document_type
|
||
msgid "Related to"
|
||
msgstr "Liên quan đến"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Reload"
|
||
msgstr "Tải lại"
|
||
|
||
#. 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 ""
|
||
"Hãy tải lại dữ liệu kế toán (thuế, tài khoản,...) nếu bạn nhận thấy có sự "
|
||
"mâu thuẫn. Không thể đảo ngược hành động này."
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_resequence_wizard
|
||
msgid "Remake the sequence of Journal Entries."
|
||
msgstr "Tạo lại mã các bút toán."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "Removed"
|
||
msgstr "Đã xoá"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_rent
|
||
msgid "Rent"
|
||
msgstr "Cho thuê"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_resequence_wizard__ordering__date
|
||
msgid "Reorder by accounting date"
|
||
msgstr "Sắp lại theo ngày kế toán"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__repartition_lines_str
|
||
msgid "Repartition Lines"
|
||
msgstr "Dòng phân bổ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_column__report_id
|
||
msgid "Report"
|
||
msgstr "Báo cáo"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_ir_actions_report
|
||
msgid "Report Action"
|
||
msgstr "Báo cáo tác vụ"
|
||
|
||
#. 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 "Ngày báo cáo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__report_line_id
|
||
msgid "Report Line"
|
||
msgstr "Chi tiết báo cáo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__report_line_name
|
||
msgid "Report Line Name"
|
||
msgstr "Tên dòng báo cáo"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.account_report_folder
|
||
#: model:ir.ui.menu,name:account.menu_finance_reports
|
||
msgid "Reporting"
|
||
msgstr "Báo cáo"
|
||
|
||
#. 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 "Đại diện cho đồng tiền nhỏ nhất có giá trị khác không (ví dụ, 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 "Yêu cầu huỷ"
|
||
|
||
#. 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 "Yêu cầu tài khoản ngân hàng của đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__res_partner_bank_id
|
||
msgid "Res Partner Bank"
|
||
msgstr "Ngân hàng đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.action_account_resequence
|
||
msgid "Resequence"
|
||
msgstr "Đánh mã lại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Reset To Draft"
|
||
msgstr "Đặt về dự thảo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Reset to Draft"
|
||
msgstr "Đặt về dự thảo"
|
||
|
||
#. 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 "Còn lại"
|
||
|
||
#. 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 "Giá trị còn lại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__amount_residual_currency
|
||
msgid "Residual Amount in Currency"
|
||
msgstr "Giá trị còn lại nguyên tệ"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Residual amount"
|
||
msgstr "Số tiền còn lại"
|
||
|
||
#. 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 "Số tiền còn lại theo loại tiền"
|
||
|
||
#. 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 "Người phụ trách"
|
||
|
||
#. 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 "Hạn chế việc sử dụng thuế cho một loại sản phẩm."
|
||
|
||
#. 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 "Hạn chế chỉ áp dụng cho ."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_hash_integrity
|
||
msgid "Restricted"
|
||
msgstr "Bị hạn chế"
|
||
|
||
#. 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 "Doanh thu"
|
||
|
||
#. 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 "Tài khoản dồn tích doanh thu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__account_id
|
||
msgid "Revenue/Expense Account"
|
||
msgstr "Tài khoản doanh thu/chi phí"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_accrued_orders_wizard__reversal_date
|
||
msgid "Reversal Date"
|
||
msgstr "Ngày điều chỉnh"
|
||
|
||
#. 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 "Bút toán đảo ngược"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_reversal__date
|
||
msgid "Reversal date"
|
||
msgstr "Ngày điều chỉnh"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/accrued_orders.py:0
|
||
msgid "Reversal date must be posterior to date."
|
||
msgstr "Ngày đảo ngược phải được tính sau ngày."
|
||
|
||
#. 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 "Bút toán điều chỉnh của"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_reversal.py:0
|
||
msgid "Reversal of: %(move_name)s, %(reason)s"
|
||
msgstr "Đảo ngược của: %(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 "Bút toán ngược của: %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 "Đảo ngược"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Reverse Entry"
|
||
msgstr "Bút toán đảo ngược"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
|
||
msgid "Reverse Journal Entry"
|
||
msgstr "Bút toán đảo ngược"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_reversal.py:0
|
||
msgid "Reverse Moves"
|
||
msgstr "Bút toán đảo ngược"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_reversal
|
||
msgid "Reverse and Create Invoice"
|
||
msgstr "Đảo ngược và tạo hoá đơn"
|
||
|
||
#. 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 "Đảo ngược"
|
||
|
||
#. 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 "Xem xét lại"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_chart_of_accounts
|
||
msgid "Review Chart of Accounts"
|
||
msgstr "Rà soát hệ thống tài khoản"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form
|
||
msgid "Revoke"
|
||
msgstr "Thu hồi"
|
||
|
||
#. 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 "Đã thu hồi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_line__horizontal_split_side__right
|
||
msgid "Right"
|
||
msgstr "Phải"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__root_id
|
||
msgid "Root"
|
||
msgstr "Gốc"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__root_report_id
|
||
msgid "Root Report"
|
||
msgstr "Báo cáo gốc"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__tax_calculation_rounding_method__round_globally
|
||
msgid "Round Globally"
|
||
msgstr "Làm tròn tổng/toàn cục"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__tax_calculation_rounding_method__round_per_line
|
||
msgid "Round per Line"
|
||
msgstr "Làm tròn từng dòng"
|
||
|
||
#. 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 "Làm tròn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.rounding_form_view
|
||
msgid "Rounding Form"
|
||
msgstr "Mẫu làm tròn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.rounding_tree_view
|
||
msgid "Rounding List"
|
||
msgstr "Danh sách làm tròn"
|
||
|
||
#. 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 "Phương pháp làm tròn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__rounding
|
||
msgid "Rounding Precision"
|
||
msgstr "Độ chính xác làm tròn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_cash_rounding__strategy
|
||
msgid "Rounding Strategy"
|
||
msgstr "Chiến lược làm tròn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__invoice_matching
|
||
msgid "Rule to match invoices/bills"
|
||
msgstr "Quy tắc khớp với hóa đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__rule_type__writeoff_suggestion
|
||
msgid "Rule to suggest counterpart entry"
|
||
msgstr "Quy tắc đề xuất bút toán đối xứng"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_reconcile_model_line
|
||
msgid "Rules for the reconciliation model"
|
||
msgstr "Quy tắc cho đối tượng đối soát"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__running_balance
|
||
msgid "Running Balance"
|
||
msgstr "Số dư thuần hiện tại"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_iso20022
|
||
msgid "SEPA Credit Transfer / ISO20022"
|
||
msgstr "Chuyển khoản tín dụng SEPA/ISO20022"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "SEPA Direct Debit (SDD)"
|
||
msgstr "Ghi nợ trực tiếp 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 "Có lỗi gửi SMS"
|
||
|
||
#. 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 "ĐIỀU KHOẢN VÀ ĐIỀU KIỆN CỦA BÁN HÀNG TIÊU CHUẨN"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_salary
|
||
msgid "Salary Expenses"
|
||
msgstr "Chi phí lương"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_salary_payable
|
||
msgid "Salary Payable"
|
||
msgstr "Lương phải trả"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
|
||
msgid "Sale"
|
||
msgstr "Bán"
|
||
|
||
#. 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 "Biên lai bán hàng"
|
||
|
||
#. 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 "Bán"
|
||
|
||
#. 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 "Hạn mức tín dụng bán hàng"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_expense_sales
|
||
msgid "Sales Expenses"
|
||
msgstr "Chi phí bán hàng"
|
||
|
||
#. 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 "Ngày khoá sổ bán hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move__move_type__out_receipt
|
||
msgid "Sales Receipt"
|
||
msgstr "Biên lai bán hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Sales Receipt Created"
|
||
msgstr "Biên lai bán hàng đã được tạo"
|
||
|
||
#. 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 "Thuế bán hàng"
|
||
|
||
#. 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 "Thuế bán hàng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/onboarding_onboarding_step.py:0
|
||
msgid "Sales tax"
|
||
msgstr "Thuế bán hàng"
|
||
|
||
#. 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 "Nhân viên kinh doanh"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Same Account as product"
|
||
msgstr "Cùng tài khoản với sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_same_currency
|
||
msgid "Same Currency"
|
||
msgstr "Cùng tỷ giá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Sample Memo"
|
||
msgstr "Memo mẫu"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "Sample data"
|
||
msgstr "Dữ liệu mẫu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_setup_bank_manual_config__sanitized_acc_number
|
||
msgid "Sanitized Account Number"
|
||
msgstr "Số tài khoản khỏe mạnh"
|
||
|
||
#. 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 "Lưu"
|
||
|
||
#. 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 "Lưu trang này và quay lại đây để thiết lập tính năng."
|
||
|
||
#. 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 "Quét mã vạch"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment.py:0
|
||
msgid "Scan me with your banking app."
|
||
msgstr "Quét tôi với ứng dụng ngân hàng của bạn."
|
||
|
||
#. 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<br/>your banking application"
|
||
msgstr "Quét mã QR này bằng<br/>ứng dụng ngân hàng của bạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_search
|
||
msgid "Search Account Journal"
|
||
msgstr "Tìm kiếm sổ nhật ký tài khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__search_bar
|
||
msgid "Search Bar"
|
||
msgstr "Thanh tìm kiếm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_filter
|
||
msgid "Search Fiscal Positions"
|
||
msgstr "Tìm vị thế tài khóa"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_tax_group_view_search
|
||
msgid "Search Group"
|
||
msgstr "Nhóm tìm kiếm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
|
||
msgid "Search Invoice"
|
||
msgstr "Tìm kiếm hoá đơn"
|
||
|
||
#. 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 "Tìm kiếm phát sinh"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__past_months_limit
|
||
msgid "Search Months Limit"
|
||
msgstr "Giới hạn tháng tìm kiếm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
|
||
msgid "Search Move"
|
||
msgstr "Tìm kiếm bút toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_bank_statement_search
|
||
msgid "Search Statements"
|
||
msgstr "Tìm kiếm sao kê"
|
||
|
||
#. 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 "Tìm kiếm thuế"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Search a name or Tax ID..."
|
||
msgstr "Tìm kiếm tên hoặc mã số thuế..."
|
||
|
||
#. 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 "Tìm kiếm sản phẩm"
|
||
|
||
#. 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 "Tìm kiếm trong nhãn của sao kê để tìm ra mã của hóa đơn/thanh toán"
|
||
|
||
#. 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 "Tìm kiếm trong ghi chú của sao kê để tìm ra mã của hóa đơn/thanh toán"
|
||
|
||
#. 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 "Tìm kiếm trong mã của sao kê để tìm ra mã của hóa đơn/thanh toán"
|
||
|
||
#. 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 "Mục"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__section_main_report_ids
|
||
msgid "Section Of"
|
||
msgstr "Phần"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__section_report_ids
|
||
msgid "Sections"
|
||
msgstr "Phần"
|
||
|
||
#. 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 "Bảo mật bút toán"
|
||
|
||
#. 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 "Bảo mật bút toán"
|
||
|
||
#. 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 "Bảo mật bút toán đã ghi sổ bằng hash"
|
||
|
||
#. 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 "Được bảo mật"
|
||
|
||
#. 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 ""
|
||
"Việc bảo mật các bút toán này cũng sẽ bảo mật các bút toán sau ngày đã chọn."
|
||
|
||
#. 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 ""
|
||
"Việc bảo mật các bút toán này sẽ tạo ra ít nhất một khoảng trống trong "
|
||
"chuỗi."
|
||
|
||
#. 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 "Mã (Token) bảo mật"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/journal_dashboard_activity/journal_dashboard_activity.xml:0
|
||
msgid "See all activities"
|
||
msgstr "Xem tất cả các hoạt động"
|
||
|
||
#. 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 ""
|
||
"Chọn một nhóm sản phẩm mà mô hình phân bổ KT quản trị này sẽ được áp dụng "
|
||
"(ví dụ: khi tạo mới hóa đơn khách hàng hoặc đơn bán và nếu chúng tôi chọn "
|
||
"sản phẩm thuộc nhóm này, hệ thống sẽ tự động áp dụng mô hình phân bổ KT quản"
|
||
" trị này)"
|
||
|
||
#. 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 ""
|
||
"Chọn một sản phẩm mà mô hình phân bổ KT quản trị này sẽ được áp dụng (ví dụ:"
|
||
" tạo mới hóa đơn khách hàng hoặc đơn bán và nếu chúng tôi chọn sản phẩm này,"
|
||
" hệ thống sẽ tự động áp dụng mô hình phân bổ KT quản trị này)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Select an old vendor bill"
|
||
msgstr "Chọn một hoá đơn nhà cung cấp cũ"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Select first partner"
|
||
msgstr "Chọn đối tác đầu tiên"
|
||
|
||
#. 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 "Chọn ở đây loại giá trị liên quan đến dòng điều khoản thanh toán này."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Select specific invoice and delivery addresses"
|
||
msgstr "Chọn hóa đơn cụ thể và địa chỉ giao hàng"
|
||
|
||
#. 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 ""
|
||
"Chọn mục này nếu các loại thuế nên sử dụng cơ sở tiền mặt, điều này sẽ tạo "
|
||
"ra một bút toán cho các loại thuế đó trên một tài khoản nhất định trong quá "
|
||
"trình đối soát."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__selected_payment_method_codes
|
||
msgid "Selected Payment Method Codes"
|
||
msgstr "Mã phương thức thanh toán đã chọn"
|
||
|
||
#. 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 ""
|
||
"Chọn tùy chọn \"Cảnh báo\" sẽ hiển thị thông điệp cho người dùng, Chọn "
|
||
"\"Cảnh báo đóng\" sẽ thoát ra ngoài kèm cảnh báo và chặn luồng. Cảnh báo sẽ "
|
||
"được điền ở phần thông tin dưới đây."
|
||
|
||
#. 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 "Bán và mua sản phẩm theo đơn vị tính khác nhau"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_payment__payment_type__outbound
|
||
msgid "Send"
|
||
msgstr "Gửi"
|
||
|
||
#. 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 "Chi tiền"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "Send a bill to"
|
||
msgstr "Gửi hoá đơn đến"
|
||
|
||
#. 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 "Gửi hoá đơn và báo cáo công nợ bằng đường bưu điện"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.ir_cron_account_move_send_ir_actions_server
|
||
msgid "Send invoices automatically"
|
||
msgstr "Tự động gửi hoá đơn"
|
||
|
||
#. 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 <b>Invoicing app</b>."
|
||
msgstr ""
|
||
"Gửi hóa đơn cho khách hàng của bạn ngay lập tức với <b>Phân hệ hóa đơn</b>."
|
||
|
||
#. 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 ""
|
||
"Gửi một email riêng cho mỗi hóa đơn.\n"
|
||
"\n"
|
||
"Mọi file mở rộng đều sẽ được chấp nhận.\n"
|
||
"\n"
|
||
"Chỉ các tệp PDF và XML sẽ được Odoo phiên dịch"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.account_send_payment_receipt_by_email_action
|
||
msgid "Send receipt by email"
|
||
msgstr "Gửi biên lai bằng email"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.account_send_payment_receipt_by_email_action_multi
|
||
msgid "Send receipts by email"
|
||
msgstr "Gửi biên lai bằng email"
|
||
|
||
#. 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 "Gửi hóa đơn và kiểm tra những gì khách hàng sẽ nhận được."
|
||
|
||
#. 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 ""
|
||
"Gửi hóa đơn cho khách hàng và kiểm tra những gì mà khách hàng này sẽ nhận "
|
||
"được."
|
||
|
||
#. 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 "Gửi dữ liệu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__sending_method_checkboxes
|
||
msgid "Sending Method Checkboxes"
|
||
msgstr "Hộp kiểm phương thức gửi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__sending_methods
|
||
msgid "Sending Methods"
|
||
msgstr "Phương thức gửi"
|
||
|
||
#. 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 ""
|
||
"Gửi hóa đơn giả với số tài khoản lừa đảo là một hành vi chiếm đoạt tài sản "
|
||
"phổ biến. Để tự bảo vệ mình, hãy luôn xác minh số tài khoản ngân hàng mới, "
|
||
"tốt nhất là bằng cách gọi cho nhà cung cấp, vì hành vi lừa đảo thường xảy ra"
|
||
" khi email của họ bị xâm phạm. Sau khi xác minh, bạn có thể kích hoạt tính "
|
||
"năng gửi tiền."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_send_batch_wizard.py:0
|
||
msgid "Sending invoices"
|
||
msgstr "Gửi hóa đơn"
|
||
|
||
#. 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 "Đã gửi"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Sent invoices"
|
||
msgstr "Hóa đơn đã gửi"
|
||
|
||
#. 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 ""
|
||
"Được gửi thủ công cho khách hàng khi nhấp vào 'Gửi biên nhận qua email' "
|
||
"trong tác vụ thanh toán"
|
||
|
||
#. module: account
|
||
#: model:mail.template,description:account.email_template_edi_credit_note
|
||
msgid "Sent to customers with the credit note in attachment"
|
||
msgstr "Đã gửi cho khách hàng kèm theo giấy báo có"
|
||
|
||
#. module: account
|
||
#: model:mail.template,description:account.email_template_edi_invoice
|
||
msgid "Sent to customers with their invoices in attachment"
|
||
msgstr "Đã gửi cho khách hàng kèm theo hóa đơn của họ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_discount_expense_allocation_id
|
||
msgid "Separate account for expense discount"
|
||
msgstr "Tài khoản riêng dành cho chiết khấu chi phí"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_discount_income_allocation_id
|
||
msgid "Separate account for income discount"
|
||
msgstr "Tài khoản riêng dành cho chiết khấu thu nhập"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__res_company__fiscalyear_last_month__9
|
||
msgid "September"
|
||
msgstr "Tháng Chín"
|
||
|
||
#. 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 "Trình tự"
|
||
|
||
#. 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 "Số thứ tự"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_resequence_wizard__sequence_number_reset
|
||
msgid "Sequence Number Reset"
|
||
msgstr "Cài lại mã số thứ tự"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__sequence_override_regex
|
||
msgid "Sequence Override Regex"
|
||
msgstr "Biểu thức ghi đè mã thứ tự"
|
||
|
||
#. 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 "Tiền tố mã"
|
||
|
||
#. 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 "Các dịch vụ"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_company_data
|
||
msgid "Set Company Data"
|
||
msgstr "Thiết lập dữ liệu công ty"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,title:account.onboarding_onboarding_step_fiscal_year
|
||
msgid "Set Periods"
|
||
msgstr "Cài đặt kỳ"
|
||
|
||
#. 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 "Cài đặt ngày. Bút toán sẽ được bảo mật cho đến cả ngày này."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Set a price."
|
||
msgstr "Đặt giá."
|
||
|
||
#. 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 ""
|
||
"Thiết lập Hiệu lực về False để ẩn Thẻ tài khoản mà không cần phải xoá nó."
|
||
|
||
#. 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 ""
|
||
"Thiết lập Hiệu lực về False để ẩn Sổ nhật ký mà không cần phải xoá nó."
|
||
|
||
#. 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 "Thiết lập Hiệu lực về False để ẩn Thuế mà không cần phải xoá nó"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Set as Checked"
|
||
msgstr "Thiết lập đã kiểm tra"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,button_text:account.onboarding_onboarding_step_sales_tax
|
||
msgid "Set taxes"
|
||
msgstr "Thiết lập thuế"
|
||
|
||
#. 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 "Thiết lập hệ thống tài khoản của bạn và ghi lại số dư ban đầu."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/onboarding_onboarding_step.py:0
|
||
msgid "Set your company data"
|
||
msgstr "Thiết lập dữ liệu công ty"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,description:account.onboarding_onboarding_step_company_data
|
||
msgid "Set your company's data for documents header/footer."
|
||
msgstr ""
|
||
"Thiết lập dữ liệu công ty để hiển thị ở đầu trang/chân trang của chứng từ."
|
||
|
||
#. 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 ""
|
||
"Đặt trường này sẽ biến dòng thành liên kết, thực hiện tác vụ khi được nhấp "
|
||
"vào."
|
||
|
||
#. 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 "Thiết lập"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Setup Bank Account"
|
||
msgstr "Thiết lập tài khoản ngân hàng"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.model_account_move_action_share
|
||
msgid "Share"
|
||
msgstr "Chia sẻ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__code
|
||
msgid "Short Code"
|
||
msgstr "Mã"
|
||
|
||
#. 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 ""
|
||
"Tên ngắn hơn được sử dụng để hiển thị. Các bút toán của sổ nhật ký này cũng "
|
||
"sẽ được đặt tên bằng tiền tố này theo mặc định."
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_account_readonly
|
||
msgid "Show Accounting Features - Readonly"
|
||
msgstr "Xem các tính năng kế toán - Chỉ xem"
|
||
|
||
#. 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 "Hiển thị giới hạn tín dụng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__show_decimal_separator
|
||
msgid "Show Decimal Separator"
|
||
msgstr "Xem phân cách thập phân"
|
||
|
||
#. 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 "Hiển thị ngày giao hàng"
|
||
|
||
#. 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 "Hiển thị chi tiết giảm giá"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__show_force_tax_included
|
||
msgid "Show Force Tax Included"
|
||
msgstr "Hiển thị thuế bắt buộc bao gồm"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_account_user
|
||
msgid "Show Full Accounting Features"
|
||
msgstr "Xem đầy đủ tính năng kế toán"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_account_secured
|
||
msgid "Show Inalterability Features"
|
||
msgstr "Hiện tính năng không thể thay đổi"
|
||
|
||
#. 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 "Hiển thị tên cảnh báo"
|
||
|
||
#. 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 "Hiển thị tài khoản ngân hàng đối tác"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__show_payment_difference
|
||
msgid "Show Payment Difference"
|
||
msgstr "Hiện chênh lệch thanh toán"
|
||
|
||
#. 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 "Hiển thị chi tiết thời hạn thanh toán"
|
||
|
||
#. 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 "Hiển thị nút cài lại thành bản dự thảo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Show Unreconciled Bank Statement Line"
|
||
msgstr "Hiển thị các chi tiết trong sổ sao kê chưa đối soát"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
|
||
msgid "Show active taxes"
|
||
msgstr "Hiển thị các đang hiệu lực"
|
||
|
||
#. 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 "Hiển thị tất cả dữ liệu có ngày xử lý tiếp theo trước ngày hôm nay"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Show draft entries"
|
||
msgstr "Hiển thị bút toán nháp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_tax_search
|
||
msgid "Show inactive taxes"
|
||
msgstr "Hiển thị các loại thuế không hiệu lực"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__display_on_invoice
|
||
msgid "Show installment dates"
|
||
msgstr "Hiển thị ngày trả góp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__show_on_dashboard
|
||
msgid "Show journal on dashboard"
|
||
msgstr "Hiển thị ở bảng thông tin"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_snailmail_account
|
||
msgid "Snailmail"
|
||
msgstr "Thư bưu điện"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Some documents are being sent by another process already."
|
||
msgstr "Một số chứng từ đang được gửi bởi một quá trình khác."
|
||
|
||
#. 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 ""
|
||
"Một số hóa đơn đã được tạo tệp pdf. Tệp pdf hiện tại sẽ được sử dụng để gửi."
|
||
" Nếu bạn muốn tạo lại chúng, vui lòng xóa tệp đính kèm khỏi hóa đơn."
|
||
|
||
#. 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 ""
|
||
"Một số bút toán đã tồn tại trong sổ nhật ký này nhưng với các tài khoản khác"
|
||
" ngoài tài khoản được phép."
|
||
|
||
#. 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 ""
|
||
"Một số bút toán đã tồn tại với tài khoản này nhưng trong các sổ nhật ký khác"
|
||
" với các sổ nhật ký được phép."
|
||
|
||
#. 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 ""
|
||
"Một số phương thức thanh toán được cho là duy nhất đã tồn tại ở nơi khác.\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 "Đôi lúc gọi là BIC hoặc Swift."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_column__sortable
|
||
msgid "Sortable"
|
||
msgstr "Có thể sắp xếp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__source_currency_id
|
||
msgid "Source Currency"
|
||
msgstr "Tiền tệ gốc"
|
||
|
||
#. 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 "Tài liệu nguồn"
|
||
|
||
#. 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 "Email nguồn"
|
||
|
||
#. 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 ""
|
||
"Chỉ định một giá trị tùy ý sẽ được tích lũy vào tài khoản mặc định "
|
||
"cho toàn bộ đơn, bất kể sản phẩm thuộc các dòng khác nhau."
|
||
|
||
#. 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 ""
|
||
"Chỉ định xem bút toán này có được vào sổ tự động vào ngày kế toán hay không "
|
||
"và bất kỳ hóa đơn định kỳ nào tương tự."
|
||
|
||
#. 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 "Quy định cách làm tròn tổng tiền hoá đơn về độ chính xác này"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Standard communication"
|
||
msgstr "Thông tin chuẩn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement__balance_start
|
||
msgid "Starting Balance"
|
||
msgstr "Số dư đầu kỳ"
|
||
|
||
#. 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 "Tỉnh thành"
|
||
|
||
#. 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 "Sao kê"
|
||
|
||
#. 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 "Chi tiết giao dịch"
|
||
|
||
#. 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 "Tên sao kê"
|
||
|
||
#. module: account
|
||
#: model:ir.ui.menu,name:account.account_reports_legal_statements_menu
|
||
msgid "Statement Reports"
|
||
msgstr "Báo cáo Tài chính"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_reconcile_model.py:0
|
||
msgid "Statement line percentage can't be 0"
|
||
msgstr "Phân trăm dòng sao kê không được bằng 0"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement__line_ids
|
||
msgid "Statement lines"
|
||
msgstr "Chi tiết giao dịch"
|
||
|
||
#. 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 "Sao kê"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_payment__reconciled_statement_line_ids
|
||
msgid "Statements lines matched to this payment"
|
||
msgstr "Các dòng sao kê khớp với khoản thanh toán này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__states_count
|
||
msgid "States Count"
|
||
msgstr "SL bang / tỉnh"
|
||
|
||
#. 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 "Trạng thái"
|
||
|
||
#. 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 "Trạng thái Đang thanh toán"
|
||
|
||
#. 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 ""
|
||
"Trạng thái dựa trên hoạt động\n"
|
||
"Quá hạn: Ngày đến hạn đã trôi qua\n"
|
||
"Hôm nay: Hôm nay là ngày phải thực hiện\n"
|
||
"Đã hoạch định: Các hoạt động trong tương lai."
|
||
|
||
#. 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 "Trạng thái với chỉ báo bảo mật cho bút toán"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_sales_tax
|
||
msgid "Step Completed!"
|
||
msgstr "Bước hoàn thành!"
|
||
|
||
#. module: account
|
||
#: model:onboarding.onboarding.step,done_text:account.onboarding_onboarding_step_fiscal_year
|
||
msgid "Step completed!"
|
||
msgstr "Hoàn thành!"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_stock_out
|
||
msgid "Stock Interim (Delivered)"
|
||
msgstr "Hàng đã giao chưa có hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_stock_in
|
||
msgid "Stock Interim (Received)"
|
||
msgstr "Hàng đã nhận chưa có hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_stock_valuation
|
||
msgid "Stock Valuation"
|
||
msgstr "Định giá tồn kho"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Storno Accounting"
|
||
msgstr "Kế toán 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 "Kế toán Storno"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "Street 2..."
|
||
msgstr "Đường 2..."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "Street..."
|
||
msgstr "Đường..."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__date_scope__strict_range
|
||
msgid "Strictly on the given dates"
|
||
msgstr "Đúng vào những ngày nhất định"
|
||
|
||
#. 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 "Chuỗi"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_expression__subformula
|
||
msgid "Subformula"
|
||
msgstr "Công thức con"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_wizard__mail_subject
|
||
msgid "Subject"
|
||
msgstr "Chủ đề"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_move_send_wizard_form
|
||
msgid "Subject..."
|
||
msgstr "Chủ đề..."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__price_subtotal
|
||
msgid "Subtotal"
|
||
msgstr "Tổng phụ"
|
||
|
||
#. 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 "Sổ nhật ký phù hợp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_send_batch_wizard__summary_data
|
||
msgid "Summary Data"
|
||
msgstr "Dữ liệu tóm tắt"
|
||
|
||
#. 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 "Xếp hạng nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__suspense_account_id
|
||
msgid "Suspense Account"
|
||
msgstr "Tài khoản tạm thời"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.action_move_switch_move_type
|
||
msgid "Switch into invoice/credit note"
|
||
msgstr "Chuyển đổi thành hoá đơn/giấy báo có"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account_tag__name
|
||
msgid "Tag Name"
|
||
msgstr "Tên Từ khóa"
|
||
|
||
#. 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 "Thẻ"
|
||
|
||
#. 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 ""
|
||
"Từ khóa được chọn vào dòng này theo loại thuế tạo nó, nếu có. Nó sẽ ảnh "
|
||
"hưởng tới phần báo cáo tài chính."
|
||
|
||
#. 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 ""
|
||
"Các thẻ được đặt trên các mục cơ sở và báo cáo thuế được tạo cho sản phẩm "
|
||
"này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_expression_id
|
||
msgid "Target Expression"
|
||
msgstr "Biểu thức mục tiêu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_expression_label
|
||
msgid "Target Expression Label"
|
||
msgstr "Nhãn biểu thức mục tiêu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__target_report_line_id
|
||
msgid "Target Line"
|
||
msgstr "Dòng mục tiêu"
|
||
|
||
#. 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 "Thuế"
|
||
|
||
#. 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 "Thuế 15%"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_group__advance_tax_payment_account_id
|
||
msgid "Tax Advance Account"
|
||
msgstr "Tài khoản ứng trước thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__tax_calculation_rounding_method
|
||
msgid "Tax Calculation Rounding Method"
|
||
msgstr "Phương pháp làm tròn thuế"
|
||
|
||
#. 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 "Bút toán thuế kế toán dòng tiền của"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__tax_cash_basis_journal_id
|
||
msgid "Tax Cash Basis Journal"
|
||
msgstr "Sổ nhật kí thuế kế toán dòng tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__use_in_tax_closing
|
||
msgid "Tax Closing Entry"
|
||
msgstr "Bút toán thuế cuối kỳ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__amount_type
|
||
msgid "Tax Computation"
|
||
msgstr "Tính thuế"
|
||
|
||
#. 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 "Thuế quốc gia"
|
||
|
||
#. 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 "Mã thuế quốc gia"
|
||
|
||
#. 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 "Trước thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__tax_exigibility
|
||
msgid "Tax Exigibility"
|
||
msgstr "Miễn thuế"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "Tax Grid"
|
||
msgstr "Lưới thuế"
|
||
|
||
#. 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 "Lưới thuế"
|
||
|
||
#. 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 "Nhóm thuế"
|
||
|
||
#. 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 "Nhóm thuế"
|
||
|
||
#. 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 "Mã số thuế (GTGT)"
|
||
|
||
#. 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 "Bao gồm thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model_line__force_tax_included
|
||
msgid "Tax Included in Price"
|
||
msgstr "Thuế đã nằm trong giá"
|
||
|
||
#. 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 "Thông điệp ngày khoá thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__tax_map
|
||
msgid "Tax Map"
|
||
msgstr "Map thuế"
|
||
|
||
#. 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 "Ánh xạ thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_fiscal_position_tax
|
||
msgid "Tax Mapping of Fiscal Position"
|
||
msgstr "Thuế tương ứng theo vị thế tài khóa"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__name
|
||
msgid "Tax Name"
|
||
msgstr "Tên Thuế"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_tax_paid
|
||
msgid "Tax Paid"
|
||
msgstr "Thuế đã nộp"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_tax_payable
|
||
msgid "Tax Payable"
|
||
msgstr "Thuế phải nộp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_group__tax_payable_account_id
|
||
msgid "Tax Payable Account"
|
||
msgstr "Tài khoản thuế phải nộp"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_tax_receivable
|
||
msgid "Tax Receivable"
|
||
msgstr "Thuế phải thu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_group__tax_receivable_account_id
|
||
msgid "Tax Receivable Account"
|
||
msgstr "Tài khoản thuế phải thu"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_tax_received
|
||
msgid "Tax Received"
|
||
msgstr "Thuế đã nhận"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_account_tax_repartition_line
|
||
msgid "Tax Repartition Line"
|
||
msgstr "Chi tiết phân bổ thuế"
|
||
|
||
#. 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 "Ngày khóa tờ khai thuế"
|
||
|
||
#. 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 "Phạm vi thuế"
|
||
|
||
#. 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 "Thuế đã ký"
|
||
|
||
#. 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 "Chuỗi thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report_expression__engine__tax_tags
|
||
msgid "Tax Tags"
|
||
msgstr "Từ khóa thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__tax_tags_formula
|
||
msgid "Tax Tags Formula Shortcut"
|
||
msgstr "Lối tắt công thức thẻ thuế"
|
||
|
||
#. 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 "Loại thuế"
|
||
|
||
#. 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 "Phương thức làm tròn khi tính thuế"
|
||
|
||
#. 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 ""
|
||
"Tài khoản vãng lai thuế được sử dụng như một đối soát với Bảng kê khai quyết"
|
||
" toán thuế khi có sự hỗ trợ của cơ quan chức năng."
|
||
|
||
#. 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 ""
|
||
"Tài khoản vãng lai thuế được sử dụng để đối soát với Bảng kê khai thuế khi "
|
||
"có lợi cho công ty."
|
||
|
||
#. 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 "Các chi tiết phân bổ thuế đã tạo ra dòng bút toán này, nếu có"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "Tax names must be unique!"
|
||
msgstr "Tên thuế không được trùng lặp!"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_src_id
|
||
msgid "Tax on Product"
|
||
msgstr "Thuế theo sản phẩm"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position_tax__tax_dest_id
|
||
msgid "Tax to Apply"
|
||
msgstr "Thuế để áp dụng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax__is_used
|
||
msgid "Tax used"
|
||
msgstr "Thuế đã sử dụng"
|
||
|
||
#. 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 "Thuế"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Taxes Applied"
|
||
msgstr "Thuế được áp dụng"
|
||
|
||
#. 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 "Ghi chú pháp lý về thuế"
|
||
|
||
#. 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 "Thuế cũng được hiển thị bằng nội tệ trên hóa đơn"
|
||
|
||
#. 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 ""
|
||
"Các khoản thuế có hiệu lực khi thanh toán và trên hóa đơn không thể được "
|
||
"trộn lẫn trên cùng một sổ nhật ký nếu chúng có chung một số thẻ."
|
||
|
||
#. 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 "Thuế theo đơn vị tiền tệ của công ty"
|
||
|
||
#. 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 ""
|
||
"Thuế, vị trí tài chính, hệ thống tài khoản & các báo cáo luật định cho quốc "
|
||
"gia của bạn"
|
||
|
||
#. 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 ""
|
||
"Trường kỹ thuật chứa các quốc gia mà công ty này đang sử dụng các tính năng "
|
||
"liên quan đến thuế(dó đó các quốc gia mà mô-đun kế toán được dùng liên quan "
|
||
"tới cái thuế đó)."
|
||
|
||
#. 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 ""
|
||
"Trường kỹ thuật cung cấp ngày chốt sổ của công ty tại thời điểm ngoại lệ "
|
||
"được tạo."
|
||
|
||
#. 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 "Trường kỹ thuật cho biết ngày mà ngày khóa sổ được thay đổi sang."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_lock_exception__lock_date_field
|
||
msgid "Technical field identifying the changed lock date"
|
||
msgstr "Trường kỹ thuật xác định ngày khoá sổ đã thay đổi"
|
||
|
||
#. 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 "Trường kỹ thuật để có được miền trên ngân hàng"
|
||
|
||
#. 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 ""
|
||
"Trường kỹ thuật được sử dụng để hiển thị cảnh báo nếu quốc gia IBAN khác với"
|
||
" quốc gia của chủ sở hữu."
|
||
|
||
#. 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 ""
|
||
"Trường kỹ thuật được sử dụng để hiển thị cảnh báo nếu tài khoản là tài khoản"
|
||
" dịch vụ chuyển khoản."
|
||
|
||
#. 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<prefix1>.*?)(?P<year>\\d{4})(?P<prefix2>\\D*?)(?P<month>\\d{2})(?P<prefix3>\\D+?)(?P<seq>\\d+)(?P<suffix>\\D*?)$"
|
||
msgstr ""
|
||
"Trường kỹ thuật được sử dụng để thực thi thành phần trình tự phức tạp mà hệ thống thường hiểu sai.\n"
|
||
"Đây là một regex có thể bao gồm tất cả các nhóm sau: 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<prefix1>.*?)(?P<year>\\d{4})(?P<prefix2>\\D*?)(?P<month>\\d{2})(?P<prefix3>\\D+?)(?P<seq>\\d+)(?P<suffix>\\D*?)$"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_fiscal_position__foreign_vat_header_mode__templates_found
|
||
msgid "Templates Found"
|
||
msgstr "Đã tìm thấy mẫu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__term_key
|
||
msgid "Term Key"
|
||
msgstr "Khóa kỳ hạn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term__line_ids
|
||
msgid "Terms"
|
||
msgstr "Điều khoản"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_terms
|
||
msgid "Terms & Conditions"
|
||
msgstr "Điều khoản & điều kiện"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__invoice_terms_html
|
||
msgid "Terms & Conditions as a Web page"
|
||
msgstr "Điều khoản & điều kiện như một trang web"
|
||
|
||
#. 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 "Định dạng điều khoản & điều kiện"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Terms & Conditions: %s"
|
||
msgstr "Điều khoản & Điều kiện: %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 "Điều khoản và điều kiện"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_external_value__text_value
|
||
msgid "Text Value"
|
||
msgstr "Giá trị văn bản"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/document_state/document_state_field.js:0
|
||
msgid "Text copied"
|
||
msgstr "Văn bản đã được sao chép"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_res_company__account_opening_date
|
||
msgid "That is the date of the opening entry."
|
||
msgstr "Đây là ngày của bút toán đầu kỳ."
|
||
|
||
#. 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) bạn đã nhập không khớp với số thứ tự hiện có (%(sequence)s). Xóa số thứ tự để tiếp tục.\n"
|
||
"Để duy trì trình tự dựa trên ngày, hãy chọn bút toán và sử dụng tùy chọn đánh số thứ tự lại từ menu nhiệm vụ, có sẵn trong chế độ lập trình."
|
||
|
||
#. 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 ""
|
||
"Không nên trực tiếp chọn mẫu hệ thống %s. Thay vào đó, bạn nên trực tiếp "
|
||
"chọn mẫu hệ thống liên quan đến quốc gia của mình."
|
||
|
||
#. 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 ""
|
||
"Tính khả dụng được đặt là 'Quốc gia trùng khớp' nhưng trường Quốc gia chưa "
|
||
"được thiết lập."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "The Bill/Refund date is required to validate this document."
|
||
msgstr "Ngày lập hóa đơn / hoàn tiền là bắt buộc để xác thực tài liệu này."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment_term.py:0
|
||
msgid "The Early Payment Discount days must be strictly positive."
|
||
msgstr "Số ngày chiết khấu thanh toán sớm bắt buộc là số dương."
|
||
|
||
#. 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 ""
|
||
"Chức năng chiết khấu thanh toán sớm chỉ có thể được áp dụng cho các điều "
|
||
"khoản thanh toán sử dụng duy nhất một dòng 100%."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_payment_term.py:0
|
||
msgid "The Early Payment Discount must be strictly positive."
|
||
msgstr "Chiết khấu thanh toán sớm bắt buộc là số dương."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "The Hard Lock Date cannot be removed."
|
||
msgstr "Không thể gỡ bỏ Ngày khoá sổ kế toán."
|
||
|
||
#. 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 ""
|
||
"Mã ISO quốc gia có 2 ký tự. \n"
|
||
"Bạn có thể dùng thông tin này để tìm kiếm nhanh."
|
||
|
||
#. 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 ""
|
||
"Mã bút toán không phù hợp với định dạng hiện tại. Chỉ Kế toán mới có thể "
|
||
"thay đổi nó."
|
||
|
||
#. 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 ""
|
||
"Điều khoản thanh toán phải có ít nhất một dòng phần trăm và tổng phần trăm "
|
||
"phải bằng 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 ""
|
||
"Mã số thuế. Các giá trị ở đây sẽ được xác thực dựa trên định dạng quốc gia. "
|
||
"Bạn có thể sử dụng dấu '/' để chỉ một đối tác không phải chịu thuế."
|
||
|
||
#. 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 ""
|
||
"Đơn vị tính (ĐVT) '%(uom)s' mà bạn đã chọn cho sản phẩm '%(product)s', không"
|
||
" tương thích với danh mục của sản phẩm đó: %(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 "Tài khoản %(name)s (%(code)s) không được dùng nữa."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "The account code can only contain alphanumeric characters and dots."
|
||
msgstr "Mã tài khoản chỉ có thể chứa các ký tự chữ, số và dấu chấm."
|
||
|
||
#. 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 ""
|
||
"Tài khoản đã được sử dụng cho một sổ nhật ký kiểu 'Mua' hoặc 'Bán'. Điều này"
|
||
" có nghĩa là kiểu của tài khoản không thể là 'phải thu' hoặc 'phải trả'."
|
||
|
||
#. 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 ""
|
||
"Tài khoản được chọn cho bút toán kế toán có thiết lập phải cung cấp một tiền"
|
||
" tệ thứ hai. Bạn nên xoá bỏ thiết lập tiền tệ thứ hai ở tài khoản."
|
||
|
||
#. 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 "Sổ nhật ký kế toán ứng với tài khoản ngân hàng này."
|
||
|
||
#. 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 ""
|
||
"Sổ nhật kí kế toán được dùng ghi nhận tự động khi có sự chênh lệch tỉ giá "
|
||
"quy đổi được ghi nhận"
|
||
|
||
#. 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 ""
|
||
"Số tiền được thể hiện bằng đơn vị tiền tệ tùy chọn khác nếu nó là mục đa "
|
||
"tiền tệ."
|
||
|
||
#. 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 ""
|
||
"Số tiền được biểu thị bằng đơn vị tiền tệ thứ cấp phải là số dương khi tài "
|
||
"khoản được ghi nợ và số âm khi tài khoản được ghi có. Nếu đơn vị tiền tệ "
|
||
"giống với đơn vị tiền tệ của công ty, số tiền này phải đúng bằng số dư."
|
||
|
||
#. 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 ""
|
||
"Số tiền cho %(partner_name)s có vẻ bất thường. Dựa trên dữ liệu lịch sử của bạn, số tiền dự kiến là %(mean)s (± %(wiggle)s).\n"
|
||
"Vui lòng xác nhận xem số tiền này có chính xác không."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_reconcile_model.py:0
|
||
msgid "The amount is not a number"
|
||
msgstr "Tổng tiền không là một con số"
|
||
|
||
#. 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 ""
|
||
"Phạm vi áp dụng thuế trong một nhóm phải giống với nhóm hoặc để trống."
|
||
|
||
#. 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 ""
|
||
"Tài khoản ngân hàng của nhật kí ngân hàng phải thuộc về chung một công ty "
|
||
"(%s)."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_move_line__statement_id
|
||
msgid "The bank statement used for bank reconciliation"
|
||
msgstr ""
|
||
"Sao kê ngân hàng này được sử dụng cho việc đối soát/đối soát với các giao "
|
||
"dịch ngân hàng"
|
||
|
||
#. 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 ""
|
||
"Tần suất thanh toán cho %(partner_name)s có vẻ bất thường. Dựa trên dữ liệu lịch sử của bạn, ngày lập hoá đơn dự kiến tiếp theo không diễn ra trước %(expected_date)s (mỗi %(mean)s (± %(wiggle)s) ngày).\n"
|
||
"Vui lòng xác nhận xem ngày này có chính xác không."
|
||
|
||
#. 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 ""
|
||
"Các bút toán cơ sở tiền mặt được tạo ra từ các loại thuế trên bút toán này, "
|
||
"khi đối soát các dòng của nó."
|
||
|
||
#. 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 ""
|
||
"Khách hàng từ bỏ các điều khoản và điều kiện tiêu chuẩn của riêng mình một "
|
||
"cách rõ ràng, ngay cả khi chúng được soạn thảo sau các điều khoản và điều "
|
||
"kiện bán hàng tiêu chuẩn này. Để có hiệu lực, bất kỳ sự phủ định nào phải "
|
||
"được đồng ý trước bằng văn bản."
|
||
|
||
#. 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 "Mã này phải được thiết lập cho mọi công ty sở hữu tài khoản này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.constraint,message:account.constraint_account_payment_method_name_code_unique
|
||
msgid "The combination code/payment type already exists!"
|
||
msgstr "Mã kết hợp/hình thức thanh toán đã tồn tại!"
|
||
|
||
#. 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 ""
|
||
"Việc kết hợp giữa mô hình tham chiếu và loại tham chiếu trên sổ nhật ký "
|
||
"không thực hiện được"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_tax_repartition_line__company_id
|
||
msgid "The company this distribution line belongs to."
|
||
msgstr "Công ty mà dòng phân bổ này thuộc về."
|
||
|
||
#. 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 ""
|
||
"Mã quốc gia của số VAT nước ngoài không khớp với bất kỳ quốc gia nào trong "
|
||
"nhóm."
|
||
|
||
#. 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 "Quốc gia áp dụng nhóm thuế này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_tax__country_id
|
||
msgid "The country for which this tax is applicable."
|
||
msgstr "Quốc gia áp dụng thuế này."
|
||
|
||
#. 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 ""
|
||
"Quốc gia được đặt trên vị trí tài chính VAT nước ngoài phải khớp với quốc "
|
||
"gia được đặt trên báo cáo."
|
||
|
||
#. 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 "Quốc gia sử dụng báo cáo thuế của công ty này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_journal__currency_id
|
||
msgid "The currency used to enter statement"
|
||
msgstr "Tiền tệ được sử dụng để nhập bảng kê"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "The current highest number is"
|
||
msgstr "Số lớn nhất hiện tại là"
|
||
|
||
#. 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 ""
|
||
"Tổng tiền hiện tại là %(current_total)s nhưng tổng tiền dự kiến là "
|
||
"%(expected_total)s. Để vào sổ hóa đơn/hoá đơn thanh toán, bạn có thể điều "
|
||
"chỉnh các dòng của chúng hoặc tổng tiền dự kiến (bao gồm thuế)."
|
||
|
||
#. 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 ""
|
||
"Ngày được đặt trước: %(lock_date_info)s. Bút toán sẽ được hạch toán vào "
|
||
"%(invoice_date)s khi vào 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 "Ngày đã chọn được bảo vệ bằng: %(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 ""
|
||
"Ngày mà Ngày khóa sổ chung được cài đặt dựa theo ngoại lệ này. Nếu ngày khóa"
|
||
" sổ không được thay đổi thì ngày đó sẽ được đặt thành ngày tối đa."
|
||
|
||
#. 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 ""
|
||
"Ngày mà Ngày khóa sổ mua hàng được cài đặt dựa theo ngoại lệ này. Nếu ngày "
|
||
"khóa sổ không được thay đổi thì ngày đó sẽ được đặt thành ngày tối đa."
|
||
|
||
#. 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 ""
|
||
"Ngày mà Ngày khóa sổ bán hàng được cài đặt dựa theo ngoại lệ này. Nếu ngày "
|
||
"khóa sổ không được thay đổi thì ngày đó sẽ được đặt thành ngày tối đa."
|
||
|
||
#. 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 ""
|
||
"Ngày mà Ngày khóa sổ thuế được cài đặt dựa theo ngoại lệ này. Nếu ngày khóa "
|
||
"sổ không được thay đổi thì ngày đó sẽ được đặt thành ngày tối đa."
|
||
|
||
#. 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 "Ngày được thêm phải là số và phải nằm trong khoảng từ 0 đến 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 "Những ngày được thêm phải nằm trong khoảng từ 0 đến 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 "Địa chỉ giao hàng sẽ được sử dụng trong tính toán vị trí tài chính."
|
||
|
||
#. 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 "Chứng từ đã tạo hóa đơn."
|
||
|
||
#. 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 "Bút toán %(name)s (id %(id)s) phải ở trạng thái nháp."
|
||
|
||
#. 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 "Bút toán được bảo mật bằng hash không thể thay đổi."
|
||
|
||
#. 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 ""
|
||
"Chi phí được hạch toán khi hoá đơn của nhà cung cấp được xác thực, ngoại trừ"
|
||
" trong kế toán anglo-saxon với định giá hàng tồn kho vĩnh viễn trong trường "
|
||
"hợp chi phí (Tài khoản giá vốn hàng bán) được ghi nhận khi xác thực hoá đơn "
|
||
"của khách hàng."
|
||
|
||
#. 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 "Nhãn biểu thức trên mỗi dòng báo cáo phải là duy nhất."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/controllers/portal.py:0
|
||
msgid "The field %s must be filled."
|
||
msgstr "Trường này %s phải được điền."
|
||
|
||
#. 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 ""
|
||
"Thông tin về 'Khách hàng' là bắt buộc, vui lòng điền nó để có thể xác nhận "
|
||
"hóa đơn nhà bán hàng này."
|
||
|
||
#. 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 ""
|
||
"Thông tin về 'Nhà cung cấp' là bắt buộc, vui lòng điền nó để có thể xác nhận"
|
||
" hóa đơn mua hàng này."
|
||
|
||
#. 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 ""
|
||
"Vị thế tài khóa quy định các loại thuế/tài khoản được dùng cho liên hệ này."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "The following Journal Entries will be generated"
|
||
msgstr "Các bút toán phát sinh sau đây sẽ được tạo"
|
||
|
||
#. 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 "Các tài khoản sau đây phải được chỉ định cho ít nhất một công ty:"
|
||
|
||
#. 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 ""
|
||
"Lỗi sau đã được ngăn chặn '%s' mã QR sẽ được tạo mặc dù nó được phát hiện là"
|
||
" đủ điều kiện: "
|
||
|
||
#. 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 "Biểu thức chính quy sau không hợp lệ để tạo mapping đối tác: %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 "Ngoại tệ phải khác với nhật ký: %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 ""
|
||
"Ngoại tệ được cài trong sổ nhật ký '%(journal)s' và tài khoản '%(account)s' "
|
||
"phải giống nhau."
|
||
|
||
#. 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 "Vị thế tài chính nước ngoài mà giá trị bên ngoài này được tạo ra."
|
||
|
||
#. 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 ""
|
||
"Chuỗi băm tuân thủ: không thể thay đổi dữ liệu mà không phá\n"
|
||
" vỡ chuỗi băm cho các phần tiếp theo."
|
||
|
||
#. 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 ""
|
||
"Chủ tài khoản của một tài khoản ngân hàng của sổ nhật ký phải là công ty "
|
||
"(%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 "Hóa đơn đã có các dòng, nó không được cập nhật từ tệp đính kèm."
|
||
|
||
#. 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 ""
|
||
"Hóa đơn không phải là bản dự thảo, nó không được cập nhật từ tệp đính kèm."
|
||
|
||
#. 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 ""
|
||
"Bút toán %s đã chuyển qua trạng thái không hợp lệ vì có liên quan tới dòng sao kê của nó.\n"
|
||
"Để nhất quán, bút toán phải luôn có chính xác một phát sinh liên quan đến tài khoản ngân hàng / tiền mặt.."
|
||
|
||
#. 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 ""
|
||
"Bút toán sổ nhật ký chứa số dử đầu kỳ của tất cả các tài khoản của công ty "
|
||
"này."
|
||
|
||
#. 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 ""
|
||
"Sổ nhật ký mà từ đó sổ nhật ký thuế theo kế toán dòng tiền này đã được tạo."
|
||
|
||
#. 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 "Chưa chỉ định sổ nhật ký để tải hóa đơn lên."
|
||
|
||
#. 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 "Bút toán này không được liên kết với tài khoản tài chính chính xác"
|
||
|
||
#. 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 ""
|
||
"Ngày cuối cùng của tháng mà sẽ được sử dụng nếu ngày được chọn không tồn "
|
||
"tại."
|
||
|
||
#. 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 "Độ dài của tiền tố mã bắt đầu và mã kết thúc phải giống nhau"
|
||
|
||
#. 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 ""
|
||
"Mapping sử dụng biểu thức chính quy.\n"
|
||
"- Để khớp văn bản ở đầu dòng (trong nhãn hoặc ghi chú), chỉ cần điền văn bản của bạn.\n"
|
||
"- Để khớp văn bản ở bất kỳ đâu (trong nhãn hoặc ghi chú), hãy đặt văn bản của bạn ở giữa dấu .*\n"
|
||
" VD: .*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 "Không thể vào sổ dịch chuyển vì lý do sau: %(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 "
|
||
"<jobs@example.odoo.com>"
|
||
msgstr ""
|
||
"Tên của bí danh email, ví dụ: 'jobs' nếu bạn muốn nhận email gửi đến địa chỉ"
|
||
" <jobs@example.odoo.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 ""
|
||
"Không thể thực hiện thao tác này vì nó sẽ ảnh hưởng đến báo cáo thuế đã được"
|
||
" phát hành. Để tiếp tục, vui lòng thay đổi ngày tạo bút toán hoặc ngày khoá "
|
||
"sổ sau: %(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 "Tùy chọn tiền tệ khác nếu sử dụng đa tiền tệ."
|
||
|
||
#. 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 ""
|
||
"Tùy chọn số lượng được lập theo từng dòng, ví dụ: số lượng sản phẩm đã bán. "
|
||
"Số lượng không phải là một phần bắt buộc nhưng nó rất hữu dụng với một số "
|
||
"báo cáo."
|
||
|
||
#. 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 ""
|
||
"Thứ tự mà các dòng phân bổ được hiển thị và khớp. Để việc hoàn lại tiền hoạt"
|
||
" động bình thường, các dòng phân bổ hóa đơn nên được sắp xếp theo thứ tự "
|
||
"giống như các dòng phân bổ giấy báo có mà chúng khớp với."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/partner.py:0
|
||
msgid "The partner cannot be deleted because it is used in Accounting"
|
||
msgstr "Không thể xóa đối tác vì đối tác được sử dụng trong kế toán"
|
||
|
||
#. 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 "Đối tác trong sổ nhật kí và tài khoản ngân hàng không khớp."
|
||
|
||
#. module: account
|
||
#: model:ir.model.constraint,message:account.constraint_account_payment_check_amount_not_negative
|
||
msgid "The payment amount cannot be negative."
|
||
msgstr "Tổng tiền thanh toán không thể là số âm."
|
||
|
||
#. 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 "Mã tham chiều thanh toán để thiết lập cho các phát sinh kế toán."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_move_line__payment_id
|
||
msgid "The payment that created this entry"
|
||
msgstr "Thanh toán đã tạo bút toán này"
|
||
|
||
#. 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 "Tiền tệ thanh toán."
|
||
|
||
#. 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 ""
|
||
"Tài khoản ngân hàng của người nhận được liên kết với hóa đơn này được lưu trữ.\n"
|
||
"Vì vậy, bạn không thể xác nhận hóa đơ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 ""
|
||
"Cơ chế đối soát sẽ chỉ áp dụng cho các đối tượng thuộc loại khách hàng/nhà "
|
||
"cung cấp."
|
||
|
||
#. 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 ""
|
||
"Cơ chế đối soát sẽ chỉ áp dụng cho các đối tượng thuộc loại khách hàng/nhà "
|
||
"cung cấp."
|
||
|
||
#. 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 ""
|
||
"Đối tượng đối soát chỉ được áp dụng cho các giao dịch có loại là:\n"
|
||
" * Tổng phải thu: Chỉ áp dụng khi có tổng phải thu.\n"
|
||
" * Tổng phải trả: Chỉ áp dụng cho các tổng phải trả.\n"
|
||
" * Tổng phải thu/trả: áp dụng cho cả 2 trường hợp."
|
||
|
||
#. 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 ""
|
||
"Cơ chế đối soát sẽ chỉ áp dụng cho các đối tượng thuộc loại khách hàng/nhà "
|
||
"cung cấp."
|
||
|
||
#. 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 ""
|
||
"Đối tượng đối soát sẽ chỉ được áp dụng khi số tiền thấp hơn, lớn hơn hoặc "
|
||
"nằm trong khoản được chỉ định."
|
||
|
||
#. 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 ""
|
||
"Đối tượng đối soát sẽ được tự động quy định nếu trong phần nội dung giao dịch có:\n"
|
||
" * Chứa: Trong chuỗi phải có một đoạn nội dung nào đó (trường hợp không nhạy cảm).\n"
|
||
" * Không chứa: Ngược lại của \"Chứa\".\n"
|
||
" * Khớp Regex: Quy định theo mong muốn của bạ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 ""
|
||
"Đối tượng đối soát sẽ chỉ được áp dụng khi ghi chú:\n"
|
||
" * Chứa: Ghi chú đề xuất phải chứa chuỗi này (trường hợp không nhạy cảm).\n"
|
||
" * Không chứa: Ngược với \"Chứa\".\n"
|
||
" * Chỉ mục khớp: Xác định biểu thức chính quy của riêng bạ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 ""
|
||
"Đối tượng đối soát sẽ chỉ được áp dụng khi loại giao dịch:\n"
|
||
" * Chứa: Ghi chú đề xuất phải chứa chuỗi này (trường hợp không nhạy cảm).\n"
|
||
" * Không chứa: Ngược với \"Chứa\".\n"
|
||
" * Chỉ mục khớp: Xác định biểu thức chính quy của riêng bạ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 "Đối tượng đối soát sẽ chỉ hiển thị với các sổ nhật ký được chọn."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "The recurrence will end on"
|
||
msgstr "Sự lặp lại sẽ kết thúc vào"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_reconcile_model.py:0
|
||
msgid "The regex is not valid"
|
||
msgstr "Regex không hợp lệ"
|
||
|
||
#. 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 ""
|
||
"Tính năng ghi nhận việc thanh toán chỉ nên được gọi xử lý ở dữ liệu "
|
||
"account.move hoặc 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 "Báo cáo này là một biến thể của."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/controllers/terms.py:0
|
||
msgid "The requested page is invalid, or doesn't exist anymore."
|
||
msgstr "Trang được yêu cầu không hợp lệ, hoặc không còn tồn tại nữa."
|
||
|
||
#. 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 ""
|
||
"Số tiền còn lại trên bút toán thể hiện bằng loại tiền tệ của nó (có thể "
|
||
"không phải là tiền tệ của công ty)."
|
||
|
||
#. 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 "Số tiền còn lại trên bút toán thể hiện bằng tiền tệ của công ty."
|
||
|
||
#. 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ố dư thuần hiện tại (%s) không khớp với số dư cuối kỳ đã chỉ định."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_report.py:0
|
||
msgid "The sections defined on a report cannot have sections themselves."
|
||
msgstr "Những phần được xác định trên báo cáo không thể chứa các phần."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_secure_entries_wizard__hash_date
|
||
msgid "The selected Date"
|
||
msgstr "Ngày đã chọn"
|
||
|
||
#. 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 ""
|
||
"Tài khoản đích đã chọn được cài để sử dụng một đơn vị tiền tệ khác. Mọi bút toán liên quan đến nó sẽ được chuyển đổi thành đơn vị tiền tệ này, làm\n"
|
||
" mất bất kỳ khoản ngoại tệ nào đã có từ trước."
|
||
|
||
#. 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 ""
|
||
"Phương thức thanh toán đã chọn không khả dụng cho khoản thanh toán này, vui "
|
||
"lòng chọn lại phương thức thanh toán."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_send.py:0
|
||
msgid ""
|
||
"The sending of invoices is not set up properly, make sure the report used is"
|
||
" set for invoices."
|
||
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 ""
|
||
"Trường thứ tự được dùng để quy định thứ tự của các loại thuế sẽ áp dụng."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "The sequence format has changed."
|
||
msgstr "Mã định dạng đã được thay đổi."
|
||
|
||
#. 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<prefix1>.*?)(?P<seq>\\d*)(?P<suffix>\\D*?)$"
|
||
msgstr ""
|
||
"Trình tự regex ít nhất phải chứa các khóa nhóm thứ tự. Ví dụ:\n"
|
||
"^(?P<prefix1>.*?)(?P<seq>\\d*)(?P<suffix>\\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 ""
|
||
"Mã thứ tự sẽ không bao giờ chạy ngược lại.\n"
|
||
"Số tăng dần trong trường hợp này là '%(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 ""
|
||
"Số thứ tự sẽ bắt đầu lại ở số 1 vào đầu mỗi năm tài chính.\n"
|
||
"Năm tài chính bắt đầu được phát hiện ở đây là '%(year)s'.\n"
|
||
"Năm tài chính cuối cùng được phát hiện ở đây là '%(year_end)s'.\n"
|
||
"Số tăng dần trong trường hợp này là '%(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 ""
|
||
"Số thứ tự sẽ bắt đầu lại ở số 1 vào đầu mỗi tháng.\n"
|
||
"Năm tài chính bắt đầu được phát hiện ở đây là '%(year)s'.\n"
|
||
"Năm tài chính cuối cùng được phát hiện ở đây là '%(year_end)s'.\n"
|
||
"Tháng được phát hiện ở đây là '%(month)s'\n"
|
||
"Số tăng dần trong trường hợp này là '%(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 ""
|
||
"Mã định dạng sẽ quay ngược về 1 mỗi khi bắt đầu một tháng mới.\n"
|
||
"Năm được ghi ở đây là '%(year)s' và tháng là '%(month)s'.\n"
|
||
"Số tăng dần trong trường hợp này là '%(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 ""
|
||
"Mã số định dạng sẽ được chạy lại mỗi năm mới.\n"
|
||
"Năm ở đây được ghi là '%(year)s'.\n"
|
||
"Số tăng dần trong trường hợp này là '%(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 ""
|
||
"Mã của bút toán này khác nhau đối với Hóa đơn và Tiền hoàn lại nhưng bạn đã "
|
||
"chọn một số trong cả hai loại."
|
||
|
||
#. 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 ""
|
||
"Số thứ tự của các khoản thanh toán và phi thanh toán trong sổ nhật ký này "
|
||
"khác nhau nhưng bạn đã chọn một số trong cả hai loại."
|
||
|
||
#. 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 ""
|
||
"Số dư đầu kỳ không khớp với số dư cuối kỳ của bảng sao kê trước đó hoặc "
|
||
"thiếu bảng sao kê trước đó."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_move_line__statement_line_id
|
||
msgid "The statement line that created this entry"
|
||
msgstr "Dòng sao kê đã tạo ra bút toán này"
|
||
|
||
#. 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 ""
|
||
"Tổng của các mệnh đề tổng số tiền còn lại và số lượng dòng báo cáo loại "
|
||
"khoảng trống cho phép."
|
||
|
||
#. 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 ""
|
||
"Tổng của mệnh đề tổng số tiền còn lại khớp với số tiền dòng báo cáo dưới số "
|
||
"tiền/tỷ lệ phần trăm này."
|
||
|
||
#. 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 ""
|
||
"ID thuế của công ty bạn trong khu vực được map theo vị trí tài chính này."
|
||
|
||
#. 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 "Nhóm thuế phải có cùng country_id với loại thuế sử dụng nhóm thuế đó."
|
||
|
||
#. 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 "Quy tắc phá vỡ được sử dụng cho các hoạt động làm tròn"
|
||
|
||
#. 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 ""
|
||
"Loại tài khoản ghi có / ghi nợ mặc định của sổ nhật ký không được là \"phải "
|
||
"thu\" hoặc \"phải trả\"."
|
||
|
||
#. 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 ""
|
||
"Cảnh báo cho biết sự thay đổi hệ số làm tròn có thể nguy hiểm trên chế độ "
|
||
"xem biểu mẫu của 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 "Hiện không có hoá đơn và thanh toán nào cho tài khoản của bạn."
|
||
|
||
#. 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 ""
|
||
"Có những bút toán không thể hash. Bạn có thể bảo vệ chúng bằng Ngày khóa sổ "
|
||
"kế toán."
|
||
|
||
#. 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 ""
|
||
"Không có phát sinh kế toán nào ở trạng thái dự thảo để có thể vào sổ cả."
|
||
|
||
#. 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 ""
|
||
"Có khoản thanh toán đang được xử lý. Hãy đảm bảo bạn không thanh toán hai "
|
||
"lần."
|
||
|
||
#. 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 "Vẫn còn các bút toán trước ngày đã chọn."
|
||
|
||
#. 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 ""
|
||
"Vẫn còn bút toán nháp trong kỳ mà bạn muốn khoá sổ kế toán. Bạn nên vào sổ "
|
||
"hoặc xóa chúng."
|
||
|
||
#. 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 ""
|
||
"Vẫn còn các dòng sao kê ngân hàng chưa đối chiếu trước ngày đã chọn. Các bút"
|
||
" toán từ tiền tố nhật ký có chứa chúng sẽ không được bảo mật: "
|
||
"%(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 ""
|
||
"Vẫn còn dòng sao kê sổ phụ chưa được đối soát trong khoảng thời gian bạn "
|
||
"muốn khóa, bạn nên điều chỉnh hoặc xóa chúng."
|
||
|
||
#. 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 ""
|
||
"Không có bất kỳ thứ gì để xuất hóa đơn cho đơn đã chọn. Tuy nhiên, bạn có "
|
||
"thể sử dụng trường số tiền để thực hiện một bút toán dồn tích."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid ""
|
||
"There is no journal entry flagged for accounting data inalterability yet."
|
||
msgstr ""
|
||
"Chưa có bút toán nào được gắn cờ về tính không thể thay đổi của dữ liệu kế "
|
||
"toán."
|
||
|
||
#. 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 ""
|
||
"Không có sổ nhật kí thuế dòng tiền dùng cho công ty \"%s\" này.\n"
|
||
"Thiết lập nó trong phần Kế toán/Cấu hình/Thiết lập"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_invoice_error
|
||
msgid "There was an error processing this page."
|
||
msgstr "Đã có lỗi trong quá trình xử lý trang này."
|
||
|
||
#. 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 ""
|
||
"Đã xảy ra lỗi khi cố gắng thêm biểu ngữ vào tệp PDF gốc.\n"
|
||
"Vui lòng đảm bảo tệp nguồn hợp lệ."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Thirty one dollar and Five cents"
|
||
msgstr "Ba mươi mốt đô la và năm xu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_month
|
||
msgid "This Month"
|
||
msgstr "Tháng này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_quarter
|
||
msgid "This Quarter"
|
||
msgstr "Quý này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_tax_period
|
||
msgid "This Tax Period"
|
||
msgstr "Kỳ thuế này"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal_dashboard.py:0
|
||
msgid "This Week"
|
||
msgstr "Tuần này"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__default_opening_date_filter__this_year
|
||
msgid "This Year"
|
||
msgstr "Năm nay"
|
||
|
||
#. 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 ""
|
||
"Tài khoản này được cấu hình trong sổ nhật ký %(journal_names)s (ids "
|
||
"%(journal_ids)s) là thanh toán ghi nợ hoặc tài khoản ghi có. Điều này có "
|
||
"nghĩa là loại tài khoản này phải có thể đối soát được."
|
||
|
||
#. 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 "Tài khoản này được tách ra từ %(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 "Tài khoản được sử dụng mặc định như là tài khoản phải trả của đối tác"
|
||
|
||
#. 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 "Tài khoản được sử dụng mặc định như là tài khoản phải thu của đối tác"
|
||
|
||
#. 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 "Tài khoản này sẽ được dùng khi xác nhận hoá đơn bán hàng."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "This action isn't available for this document."
|
||
msgstr "Thao tác này không khả dụng cho đối với tài liệu này."
|
||
|
||
#. 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 ""
|
||
"Cái này cho phép kế toán quản lý ngân sách quản trị và ngân sách chéo. Khi "
|
||
"ngân sách chính và các ngân sách được xác định, chủ nhiệm dự án có thể đặt "
|
||
"số tiền theo kế hoạch cho mỗi tài khoản kế toán quản trị."
|
||
|
||
#. 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 ""
|
||
"Điều này cho phép bạn nhóm các khoản thanh toán vào một lô duy nhất và giúp giảm bớt quá trình hòa giải.\n"
|
||
"-Điều này cài đặt mô-đun 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 ""
|
||
"Phân phối phân tích này sẽ áp dụng cho tất cả các tài khoản tài chính chứa "
|
||
"tiền tố được chỉ định."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "This can only be used on accounts."
|
||
msgstr "Chỉ có thể sử dụng trên tài khoản."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "This can only be used on journal items"
|
||
msgstr "Cái này chỉ được dùng cho các phát sinh kế toán"
|
||
|
||
#. 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 ""
|
||
"Chứng từ này được bảo vệ bằng mã hoá hash. Vì vậy, bạn không thể chỉnh sửa "
|
||
"các trường sau: %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 ""
|
||
"Trường giả này cho phép chúng tôi sử dụng một phương pháp tìm kiếm khác trên"
|
||
" trường 'name'.Điều này cho phép tự do hơn về cách tìm kiếm 'name' để so "
|
||
"sánh với 'filter_domain'.Xem '_search_name' và '_parse_name_search' vì lý do"
|
||
" tại sao điều này là không thể với'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 ""
|
||
"Bút toán này chứa một hoặc nhiều loại thuế không tương thích với quốc gia "
|
||
"tài chính của bạn. Kiểm tra quốc gia tài chính của công ty trong cài đặt và "
|
||
"quốc gia thuế trong cấu hình thuế."
|
||
|
||
#. 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 ""
|
||
"Bút toán này chứa các loại thuế không tương thích với vị thế tài chính của "
|
||
"bạn. Kiểm tra quốc gia được đặt ở vị trí tài chính và trong cấu hình thuế "
|
||
"của bạn."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_reversal.py:0
|
||
msgid "This entry has been %s"
|
||
msgstr "Bút toán này đã được %s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "This entry has been duplicated from %s"
|
||
msgstr "Bút toán này đã được sao chép từ %s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "This entry has been reversed from %s"
|
||
msgstr "Bút toán này đã được đảo từ %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 "Bút toán này chuyển số tiền sau tới %(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 ""
|
||
"Trường này được sử dụng cho các bút toán phải thủ và phải trả. Bạn có thể "
|
||
"điền ngày đến hạn thanh toán."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "This invoice is being sent in the background."
|
||
msgstr "Hóa đơn này đang được gửi trong nền."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.action_account_audit_trail_report
|
||
msgid "This is the Audit Trail Report"
|
||
msgstr "Đây là Báo cáo dấu vết kiểm toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.actions.act_window,help:account.open_account_journal_dashboard_kanban
|
||
msgid "This is the accounting dashboard"
|
||
msgstr "Đây là bảng thông tin kế toán"
|
||
|
||
#. 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 ""
|
||
"Đây là hạn mức tín dụng mặc định sẽ được sử dụng cho các đối tác không có "
|
||
"giới hạn cụ thể cho họ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_payment_register.py:0
|
||
msgid "This is the full amount."
|
||
msgstr "Đây là toàn bộ số tiền."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_payment_register.py:0
|
||
msgid "This is the next unreconciled installment."
|
||
msgstr "Đây là khoản trả góp chưa được đối chiếu tiếp theo."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_payment_register.py:0
|
||
msgid "This is the overdue amount."
|
||
msgstr "Đây là số tiền quá hạn."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "This journal entry has been secured."
|
||
msgstr "Bút toán này đã được bảo mật."
|
||
|
||
#. 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 ""
|
||
"Sổ nhật ký được liên kết với một phương thức thanh toán. Bạn không thể lưu "
|
||
"trữ nó"
|
||
|
||
#. 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 ""
|
||
"Dòng này và dòng con của nó sẽ bị ẩn khi tất cả các cột của chúng bằng 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 ""
|
||
"Quy tắc khớp này được sử dụng khi người dùng không chắc chắn về tất cả thông"
|
||
" tin của khoản đối ứng."
|
||
|
||
#. 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 ""
|
||
"Bút toán này cũng không thể bị khóa vì một số bút toán có cùng tiền tố trình"
|
||
" tự có số cao hơn. Bạn có thể cần sắp xếp lại. Bạn có thể cần đánh số thứ tự"
|
||
" lại."
|
||
|
||
#. 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 "Bút toán này được cài đặt để tự động vào sổ vào ngày %(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 "Bút toán được cấu hình để vào sổ tự động vào ngày kế toán:"
|
||
|
||
#. 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 "Bút toán này sẽ được vào sổ vào ngày kế toán: %(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 "Thao tác này sẽ tạo ra một khoảng trống trong chuỗi."
|
||
|
||
#. 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 ""
|
||
"Điều khoản thanh toán này sẽ được sử dụng thay cho điều khoản mặc định với "
|
||
"đơn mua và hoá đơn nhà cung cấp"
|
||
|
||
#. 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 ""
|
||
"Điều khoản thanh toán này sẽ được dùng mặc định cho đơn bán và hoá đơn bán "
|
||
"hàng"
|
||
|
||
#. 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 ""
|
||
"Sản phẩm này đã được sử dụng trong các sổ nhật ký đã vào sổ.\n"
|
||
"Nếu bạn muốn thay đổi Đơn vị đo lường, vui lòng lưu trữ sản phẩm này và tạo một sản phẩm mới."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_reconcile_model.py:0
|
||
msgid "This reconciliation model has created no entry so far"
|
||
msgstr "Đối tượng đối soát này tới nay vẫn chưa tạo được bút toán nào"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "This recurring entry originated from %s"
|
||
msgstr "Bút toán định kỳ này có nguồn gốc từ %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 "Động thái lặp lại này sẽ được vào sổ cho đến và bao gồm cả ngày này."
|
||
|
||
#. 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 "Không thể thay đổi cài đặt này sau khi hóa đơn được tạo."
|
||
|
||
#. 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 ""
|
||
"Điều này sẽ cập nhật tất cả các loại thuế và tài khoản dựa trên vị thế tài "
|
||
"chính hiện được chọn."
|
||
|
||
#. 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 ""
|
||
"Đồ thuật này sẽ thẩm định tất cả các bút toán sổ nhật ký được chọn. Một khi "
|
||
"các bút toán được thẩm định và xác nhận, bạn sẽ không thể cập nhật/thay đổi "
|
||
"chúng nữa."
|
||
|
||
#. 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 ""
|
||
"Tính năng này được dùng để tạo nhanh bút toán khi đối soát một sao kê\n"
|
||
" ngân hàng hoặc một tài khoả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 ""
|
||
"Đánh dấu vào hộp kiểm này nếu bạn muốn các tài khoản được nhóm theo tên để "
|
||
"hợp nhất."
|
||
|
||
#. 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 ""
|
||
"Mẹo: Không cần in ra, chỉ cần ghi lại thông tin vào hệ thống và vào sổ hóa "
|
||
"đơn của bạn"
|
||
|
||
#. 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 "Mẹo: Đừng cố tìm kiếm các tài liệu bạn cần"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_automatic_entry_wizard__destination_account_id
|
||
msgid "To"
|
||
msgstr "Tới"
|
||
|
||
#. 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 "Chờ kiểm tra"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_report_search
|
||
msgid "To Invoice"
|
||
msgstr "Chờ hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "To Pay"
|
||
msgstr "Cần thanh toán"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "To Validate"
|
||
msgstr "Cần xác nhận"
|
||
|
||
#. 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 ""
|
||
"Để thêm thông tin vào hóa đơn đã gửi trước đó, hãy trả lời email \"đã gửi\" "
|
||
"của bạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "To check"
|
||
msgstr "Cần kiểm tra"
|
||
|
||
#. 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 ""
|
||
"Để duy trì dấu vết kiểm toán, bạn không thể xóa các bút toán sau khi chúng đã được ghi sổ.\n"
|
||
"Thay vào đó, bạn có thể hủy bút toán."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_invoice_filter
|
||
msgid "To pay"
|
||
msgstr "Cần thanh toán"
|
||
|
||
#. 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 ""
|
||
"Để ghi lại các khoản thanh toán bằng %(method_name)s, tài khoản ngân hàng "
|
||
"của người nhận phải được xác thực theo cách thủ công. Bạn nên đi đến tài "
|
||
"khoản ngân hàng của %(partner)s để tiến hành xác thực."
|
||
|
||
#. 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 ""
|
||
"Để ghi lại các khoản thanh toán với %(payment_method)s, tài khoản ngân hàng "
|
||
"của người nhận phải được xác thực theo cách thủ công. Bạn nên vào tài khoản "
|
||
"ngân hàng đối tác để tiến hành xác thực."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "To validate"
|
||
msgstr "Cần xác nhận"
|
||
|
||
#. 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 "Hôm nay"
|
||
|
||
#. 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 "Hoạt động hôm nay"
|
||
|
||
#. 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 "Tổng"
|
||
|
||
#. 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 "Tổng cộng (Kèm thuế)"
|
||
|
||
#. 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 "Tổng số tiền"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
|
||
msgid "Total Balance"
|
||
msgstr "Tổng số dư"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tax_audit_tree
|
||
msgid "Total Base Amount"
|
||
msgstr "Tổng tiền gốc"
|
||
|
||
#. 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 "Tổng có"
|
||
|
||
#. 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 "Tổng nợ"
|
||
|
||
#. 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 "Tổng tiền hoá đơn đã xuất"
|
||
|
||
#. 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 "Tổng số tiền phải trả"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__total_payments_amount
|
||
msgid "Total Payments Amount"
|
||
msgstr "Tổng số tiền thanh toán"
|
||
|
||
#. 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 "Tổng phải thu"
|
||
|
||
#. 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 "Tổng còn lại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_line_tree
|
||
msgid "Total Residual in Currency"
|
||
msgstr "Tổng tiền còn lại theo loại tiền"
|
||
|
||
#. 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 "Tổng số đã ký"
|
||
|
||
#. 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 ""
|
||
"Tổng số tiền phải trả (bao gồm đơn bán hàng và chứng từ này): "
|
||
"%(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 "Tổng số tiền phải trả (bao gồm đơn bán hàng): %(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 "Tổng số tiền phải trả (bao gồm chứng từ này): %(total_credit)s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Total amount due: %(total_credit)s"
|
||
msgstr "Tổng số tiền phải trả: %(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 "Tổng số tiền bị ảnh hưởng bởi bút toán tự động."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "Total amount in words: <br/>"
|
||
msgstr "Tổng tiền bằng chữ: <br/>"
|
||
|
||
#. 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 "Tổng tiền của hoá đơn bằng chữ cái"
|
||
|
||
#. 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 "Tổng số tiền khách hàng này nợ bạn."
|
||
|
||
#. 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 "Tổng số tiền bạn phải trả cho đối tác này."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_payment_register.py:0
|
||
msgid "Total for the installments before %(date)s."
|
||
msgstr "Tổng số tiền cho các đợt trả góp trước ngày %(date)s."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_total
|
||
msgid "Total in Currency"
|
||
msgstr "Tổng nguyên tệ "
|
||
|
||
#. 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 "Tổng nguyên tệ có dấu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Track costs & revenues by project, department, etc"
|
||
msgstr "Theo dõi chi phí & doanh thu theo dự án, bộ phận,..."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "Trade %s"
|
||
msgstr "Thương mại %s"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_bank_statement_line__transaction_details
|
||
msgid "Transaction Details"
|
||
msgstr "Chi tiết giao dịch"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "Transaction Feeds"
|
||
msgstr "Trang chủ giao dịch"
|
||
|
||
#. 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 "Kiểu giao dịch"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_reconcile_model__match_transaction_type_param
|
||
msgid "Transaction Type Parameter"
|
||
msgstr "Tham số loại giao dịch"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Transactions"
|
||
msgstr "Giao dịch"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Transfer"
|
||
msgstr "Luân chuyển"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_automatic_entry_wizard_form
|
||
msgid "Transfer Date"
|
||
msgstr "Ngày chuyển"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.act_window,name:account.account_automatic_entry_wizard_action
|
||
msgid "Transfer Journal Items"
|
||
msgstr "Chuyển hạng mục bút toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Transfer counterpart"
|
||
msgstr "Bút toán đối ứng"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Transfer entry to %s"
|
||
msgstr "Chuyển bút toán tới %s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Transfer from %s"
|
||
msgstr "Chuyển từ TK %s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "Transfer to %s"
|
||
msgstr "Kết chuyển sang TK %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 ""
|
||
"Kích hoạt cảnh báo khi tạo Hóa đơn và Đơn bán cho Đối tác có Tổng số tiền "
|
||
"phải thu vượt quá giới hạn."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "True"
|
||
msgstr "Đúng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "Trusted"
|
||
msgstr "Tin cậy"
|
||
|
||
#. 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 "Kiểu"
|
||
|
||
#. 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 "Tên kiểu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
|
||
msgid "Type a message..."
|
||
msgstr "Đang nhập tin nhắn..."
|
||
|
||
#. 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 ""
|
||
"Loại mã QR sẽ được tạo để thanh toán hóa đơn này, khi in hóa đơn. Nếu để "
|
||
"trống, phương thức đang có sẵn và có thể sử dụng đầu tiên sẽ được sử dụng."
|
||
|
||
#. 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 "Kiểu ngoại hoạt động ngoại lệ ở bản ghi."
|
||
|
||
#. 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 ""
|
||
"Không thể tạo báo cáo do thiếu giao dịch. Bạn có thể muốn sắp xếp lại các "
|
||
"giao dịch trước khi tiếp tục."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_journal.py:0
|
||
msgid "Undefined Yet"
|
||
msgstr "Không xác định"
|
||
|
||
#. 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 "Lãi/Lỗ chưa phân phối"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_unfold_all
|
||
msgid "Unfold All"
|
||
msgstr "Mở tất cả"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_journal__has_unhashed_entries
|
||
msgid "Unhashed Entries"
|
||
msgstr "Bút toán chưa hash"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Unhashed entries"
|
||
msgstr "Bút toán chưa hash"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_report_line__code
|
||
msgid "Unique identifier for this line."
|
||
msgstr "Định danh duy nhất cho dòng này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_move_line__price_unit
|
||
msgid "Unit Price"
|
||
msgstr "Đơn giá"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Unit Price:"
|
||
msgstr "Đơn giá:"
|
||
|
||
#. 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 "Đơn vị tính"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/template_generic_coa.py:0
|
||
msgid "United States of America (Generic)"
|
||
msgstr "Hoa Kỳ (Chung)"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Units of Measure"
|
||
msgstr "Đơn vị tính"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Unmark as Sent"
|
||
msgstr "Bỏ đánh dấu là đã gửi"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "Unmerge"
|
||
msgstr "Huỷ hợp nhất"
|
||
|
||
#. module: account
|
||
#: model:ir.actions.server,name:account.action_unmerge_accounts
|
||
msgid "Unmerge account"
|
||
msgstr "Huỷ hợp nhất tài khoản"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/many2many_tax_tags/many2many_tax_tags.js:0
|
||
msgid "Unnamed"
|
||
msgstr "Chưa đặt tên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Unpaid"
|
||
msgstr "Không thanh toán"
|
||
|
||
#. 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 "Chưa vào sổ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_filter
|
||
msgid "Unposted Journal Entries"
|
||
msgstr "Bút toán chưa vào sổ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "Unposted Journal Items"
|
||
msgstr "Phát sinh chưa vào sổ"
|
||
|
||
#. 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 "Bỏ đối soát"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "Unreconciled"
|
||
msgstr "Chưa đối soát"
|
||
|
||
#. 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 "Dòng sao kê ngân hàng chưa đối chiếu"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__filter_unreconciled
|
||
msgid "Unreconciled Entries"
|
||
msgstr "Bút toán chưa đối soát"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/company.py:0
|
||
msgid "Unreconciled Transactions"
|
||
msgstr "Giao dịch chưa được đối soát"
|
||
|
||
#. 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 "Giá trị trước thuế"
|
||
|
||
#. 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 "Tổng trước thuế có dấu"
|
||
|
||
#. 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 "Untaxed Amount Signed Currency"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_invoice_report__price_subtotal_currency
|
||
msgid "Untaxed Amount in Currency"
|
||
msgstr "Số tiền chưa tính thuế bằng tiền tệ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.document_tax_totals_company_currency_template
|
||
msgid "Untaxed amount"
|
||
msgstr "Số tiền trước thuế"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_bank_search_inherit
|
||
msgid "Untrusted"
|
||
msgstr "Không tin cậy"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__untrusted_bank_ids
|
||
msgid "Untrusted Bank"
|
||
msgstr "Ngân hàng không tin cậy"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__untrusted_payments_count
|
||
msgid "Untrusted Payments Count"
|
||
msgstr "Số thanh toán không tin cậy"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "UoM"
|
||
msgstr "Đơn vị"
|
||
|
||
#. 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 "Lên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_message_tree_audit_log_search
|
||
msgid "Update Only"
|
||
msgstr "Chỉ cập nhật"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Update Taxes and Accounts"
|
||
msgstr "Cập nhật thuế và tài khoản"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Update Terms"
|
||
msgstr "Cập nhật các điều khoản"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_config_settings.py:0
|
||
msgid "Update Terms & Conditions"
|
||
msgstr "Cập nhật điều khoản & điều kiện"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Update exchange rates automatically"
|
||
msgstr "Tự động cập nhật tỉ giá hối đoái"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/mail_message.py:0
|
||
msgid "Updated"
|
||
msgstr "Đã cập nhật"
|
||
|
||
#. 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 "Tải lên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Upload Invoices"
|
||
msgstr "Tải lên hoá đơn"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/mail_attachments/mail_attachments.js:0
|
||
msgid "Uploading error"
|
||
msgstr "Lỗi tải lên"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "Use Bill Reference"
|
||
msgstr "Sử dụng tham chiếu hoá đơn"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__currency_translation__cta
|
||
msgid "Use CTA"
|
||
msgstr "Sử dụng CTA"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__tax_exigibility
|
||
msgid "Use Cash Basis"
|
||
msgstr "Sử dụng cơ sở dòng tiền"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__selector
|
||
msgid "Use Company Selector"
|
||
msgstr "Sử dụng bộ chọn công ty"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_sepa_direct_debit
|
||
msgid "Use SEPA Direct Debit"
|
||
msgstr "Dùng SEPA Direct Debit"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_config_settings_view_form
|
||
msgid "Use Storno accounting"
|
||
msgstr "Sử dụng kế toán Storno"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_report__filter_multi_company__tax_units
|
||
msgid "Use Tax Units"
|
||
msgstr "Sử dụng đơn vị thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__anglo_saxon_accounting
|
||
msgid "Use anglo-saxon accounting"
|
||
msgstr "Sử dụng kế toán anglo-saxon"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__module_account_batch_payment
|
||
msgid "Use batch payments"
|
||
msgstr "Gộp thanh toán"
|
||
|
||
#. 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 "Dùng ngân sách để so sánh doanh thu và chi phí dự kiến với thực tế"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "Use in tax closing"
|
||
msgstr "Sử dụng trong quyết toán thuế"
|
||
|
||
#. 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 "Sử dụng tỷ giá mới nhất tại thời điểm báo cáo"
|
||
|
||
#. module: account
|
||
#: model_terms:digest.tip,tip_description:account.digest_tip_account_0
|
||
msgid ""
|
||
"Use the “<i>Send by Post</i>” 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 ""
|
||
"Dùng lựa chọn “<i>Gửi bưu điện</i>” để vào sổ hóa đơn tự động. Đối với chi "
|
||
"phí của một con tem, chúng tôi thực hiện tất cả các công việc thủ công: hóa "
|
||
"đơn của bạn sẽ được in ở đúng quốc gia, đựng trong phong bì và được gửi qua "
|
||
"đường bưu điện. Sử dụng tính năng này từ giao diện danh sách để vào sổ hàng "
|
||
"loạt hóa đơn."
|
||
|
||
#. 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 ""
|
||
"Sử dụng trường này để ghi nhận tổng số tiền của hóa đơn.\n"
|
||
"Odoo sẽ tự động tạo một dòng hóa đơn với các giá trị mặc định để khớp với nó."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_account__used
|
||
msgid "Used"
|
||
msgstr "Đã sử dụng"
|
||
|
||
#. 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 ""
|
||
"Được sử dụng trong các báo cáo để biết nếu chúng ta xem xét các bút toán sổ "
|
||
"nhật kỳ từ thời điểm ban đầu thay vì chỉ từ đầu năm tài chính. Các kiểu tài "
|
||
"khoản cần được đặt lại số dư về không (thông qua nghiệp vụ kết chuyển) tại "
|
||
"mỗi khi kết thúc kỳ tài chính (như chi phí, doanh thu, v.v.) thì không được "
|
||
"đánh dấu chọn vào tuỳ chọn này."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,help:account.field_account_journal__sequence
|
||
msgid "Used to order Journals in the dashboard view"
|
||
msgstr "Được dùng để sắp xếp sổ nhật ký ở giao diện bảng thông tin"
|
||
|
||
#. 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 ""
|
||
"Được dùng để ghi nhận khoản bị mất khi số dư đóng của khoản tiền mặt khác "
|
||
"với số liệu được tính toán bởi hệ thống"
|
||
|
||
#. 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 ""
|
||
"Được dùng để ghi nhận khoản lợi nhuận khi số dư đóng của khoản tiền mặt khác"
|
||
" với số liệu được tính bởi hệ thống"
|
||
|
||
#. 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 "Người dùng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__user_fiscalyear_lock_date
|
||
msgid "User Fiscalyear Lock Date"
|
||
msgstr "User Fiscalyear Lock Date"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report_line__user_groupby
|
||
msgid "User Group By"
|
||
msgstr "Nhóm theo người dùng"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__user_hard_lock_date
|
||
msgid "User Hard Lock Date"
|
||
msgstr "User Hard Lock Date"
|
||
|
||
#. 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 "User Has Group Validate Bank Account"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__user_purchase_lock_date
|
||
msgid "User Purchase Lock Date"
|
||
msgstr "User Purchase Lock Date"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__user_sale_lock_date
|
||
msgid "User Sale Lock Date"
|
||
msgstr "User Sale Lock Date"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__user_tax_lock_date
|
||
msgid "User Tax Lock Date"
|
||
msgstr "User Tax Lock Date"
|
||
|
||
#. 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 "Trường tiện ích để thể hiện giá trị nguyên tệ"
|
||
|
||
#. 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 ""
|
||
"Trường tiện ích để thể hiện liệu mục nhật ký có phải được hạch toán storno "
|
||
"hay không"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__vat_required
|
||
msgid "VAT required"
|
||
msgstr "VAT là bắt buộc"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_lock_exception_form
|
||
msgid "Valid for"
|
||
msgstr "Hợp lệ cho"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Validate"
|
||
msgstr "Xác nhận"
|
||
|
||
#. module: account
|
||
#: model:ir.model,name:account.model_validate_account_move
|
||
msgid "Validate Account Move"
|
||
msgstr "Xác nhận phát sinh"
|
||
|
||
#. module: account
|
||
#: model:res.groups,name:account.group_validate_bank_account
|
||
msgid "Validate bank account"
|
||
msgstr "Xác thực tài khoản ngân hàng"
|
||
|
||
#. 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 "Xác nhận sao kê tự động (đối soát theo quy tắc của bạn)."
|
||
|
||
#. module: account
|
||
#: model:mail.message.subtype,name:account.mt_invoice_validated
|
||
msgid "Validated"
|
||
msgstr "Đã xác nhận"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "Validating"
|
||
msgstr "Xác thực"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_term_line__value
|
||
msgid "Value"
|
||
msgstr "Giá trị"
|
||
|
||
#. 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 ""
|
||
"Giá trị cho số lượng dòng loại bỏ\n"
|
||
" * Phần trăm: Phần trăm theo số dư, nằm giữa 0 và 100.\n"
|
||
" * Cố định: Giá trị cố định trong việc loại bỏ. Số tiền sẽ được tính là ghi nợ nếu là số âm, là ghi có nếu là số dương .\n"
|
||
" * Từ Nhãn: Không cần dấu phân cách regex, chỉ cần regex. Ví dụ: nếu bạn muốn trích xuất số tiền từ\n"
|
||
"R:9672938 10/07 AX 9415126318 T:5L:NA BRT: 3358,07 C:\n"
|
||
"Bạn có thể điền\n"
|
||
"BRT: ([\\d,]+)"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_report__variant_report_ids
|
||
msgid "Variants"
|
||
msgstr "Biến thể"
|
||
|
||
#. 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 "Nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_form
|
||
msgid "Vendor Bank Account"
|
||
msgstr "Tài khoản ngân hàng của nhà cung cấp"
|
||
|
||
#. 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 "Hoá đơn nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_analytic_account__vendor_bill_count
|
||
msgid "Vendor Bill Count"
|
||
msgstr "Số lượng hóa đơn của nhà cung cấp"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Vendor Bill Created"
|
||
msgstr "Hoá đơn NCC được tạo"
|
||
|
||
#. 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 "Hoá đơn nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__account_discount_income_allocation_id
|
||
msgid "Vendor Bills Discounts Account"
|
||
msgstr "Tài khoản chiết khấu hoá đơn mua hàng"
|
||
|
||
#. 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 "Hoá đơn điều chỉnh giảm"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_journal_dashboard_kanban_view
|
||
msgid "Vendor Payment"
|
||
msgstr "Thanh toán nhà cung cấp"
|
||
|
||
#. 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 "Điều khoản thanh toán nhà cung cấp"
|
||
|
||
#. 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 "Thanh toán nhà cung cấp"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_payment_receipt_document
|
||
msgid "Vendor:"
|
||
msgstr "Nhà cung cấp:"
|
||
|
||
#. 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 "Nhà cung cấp"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Verify the price and update if necessary."
|
||
msgstr "Xác minh giá và cập nhật nếu cần thiết."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "View"
|
||
msgstr "Xem"
|
||
|
||
#. 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 "Xem (các) đối tác"
|
||
|
||
#. 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 ""
|
||
"Bạn có muốn cuộc sống trở nên dễ dàng hơn và tự động xác thực hóa đơn từ nhà"
|
||
" cung cấp này không?"
|
||
|
||
#. 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 "Cảnh báo"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Warning for %s"
|
||
msgstr "Cảnh báo cho %s"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "Warning for Cash Rounding Method: %s"
|
||
msgstr "Cảnh báo về phương pháp làm tròn tiền mặt: %s"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.partner_view_buttons
|
||
msgid "Warning on the Invoice"
|
||
msgstr "Cảnh báo trên hoá đơn"
|
||
|
||
#. 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 "Cảnh báo"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_config_settings__group_warning_account
|
||
msgid "Warnings in Invoices"
|
||
msgstr "Cảnh báo trên hoá đơn"
|
||
|
||
#. 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 ""
|
||
"Công ty là yếu tố bắt buộc cho chứng từ này. Vui lòng chọn một công ty cho "
|
||
"chứng từ."
|
||
|
||
#. 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 ""
|
||
"Chúng tôi không thể tìm thấy hệ thống tài khoản kế toán cho công ty này, bạn phải cấu hình nó trước. \n"
|
||
"Vui lòng đến menu Cấu hình của ứng dụng kế toán để chọ hoặc cài đặt hệ thống tài khoản kế toán bản địa."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "Website"
|
||
msgstr "Trang web"
|
||
|
||
#. 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 "Thông điệp website"
|
||
|
||
#. 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 "Lịch sử thông tin liên lạc website"
|
||
|
||
#. 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 ""
|
||
"Khi chuyển khoản nội bộ được vào sổ, một khoản thanh toán được ghép nối sẽ "
|
||
"được tạo. Chúng được tham chiếu chéo thông qua trường này"
|
||
|
||
#. 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 ""
|
||
"Khi chọn cái này thì dòng này và mọi thứ phía sau nó sẽ được in trong một "
|
||
"trang mới."
|
||
|
||
#. 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 "Khi được chọn, các giá trị 0 sẽ không hiển thị trong cột này."
|
||
|
||
#. 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 ""
|
||
"Khi được chọn, các giá trị 0 sẽ không hiển thị khi hiển thị giá trị của biểu"
|
||
" thức này."
|
||
|
||
#. 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 ""
|
||
"Khi nhắm mục tiêu vào một biểu thức để kết chuyển, nhãn của biểu thức đó "
|
||
"phải bắt đầu bằng _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 ""
|
||
"Khi một biên lai mua hàng được xác nhận, bạn có thể ghi nhận thanh\n"
|
||
" toán liên quan đến biên lai mua hàng này."
|
||
|
||
#. 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 ""
|
||
"Khi một biên lai bán hàng được xác nhận, bạn có thể ghi nhận thanh\n"
|
||
" toán liên quan đến biên lai bán hàng này."
|
||
|
||
#. 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 "Sổ nhật ký này có nên hiển thị ở bảng thông tin hay không"
|
||
|
||
#. 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 "Dược dùng để gộp các bút toán liên quan tới tài khoản ngân hàng này"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "With Partner matching"
|
||
msgstr "Có khớp đối tác"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_move_line_filter
|
||
msgid "With residual"
|
||
msgstr "Có số tiền còn lại"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_search
|
||
msgid "With tax"
|
||
msgstr "Có thuế"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard_line__wizard_id
|
||
msgid "Wizard"
|
||
msgstr "Công cụ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_merge_wizard__wizard_line_ids
|
||
msgid "Wizard Line"
|
||
msgstr "Dòng công cụ"
|
||
|
||
#. module: account
|
||
#: model:account.account,name:account.1_wip
|
||
msgid "Work in Progress"
|
||
msgstr "Đang tiến hành"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Write a customer name to <b>create one</b> or <b>see suggestions</b>."
|
||
msgstr "Điền tên khách hàng để <b>tạo mới</b> hoặc <b>xem các đề xuất</b>."
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/tours/account.js:0
|
||
msgid "Write here <b>your own email address</b> to test the flow."
|
||
msgstr "Viết vào đây <b>địa chỉ email của bạn</b> để chạy thử luồng xử lý."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_payment_register__writeoff_is_exchange_account
|
||
msgid "Writeoff Is Exchange Account"
|
||
msgstr "Writeoff Is Exchange Account"
|
||
|
||
#. 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 "Giá trị nợ hoặc có không hợp lệ trong bút toán!"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_move__auto_post__yearly
|
||
msgid "Yearly"
|
||
msgstr "Hàng năm"
|
||
|
||
#. 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 "Bạn chuẩn bị gửi"
|
||
|
||
#. 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 "Bạn đang cố đối soát 1 số bút toán đã được đối soát rồi."
|
||
|
||
#. 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 ""
|
||
"Bạn có thể chọn các mẫu khác nhau cho từng loại để tham khảo. Cái mặc định "
|
||
"là tham chiếu hệ thống."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể lưu trữ một sổ nhật ký đã có chứa các bút toán dự thảo.\n"
|
||
"\n"
|
||
"Để xử lý:\n"
|
||
"1/ bấm vào nút trên cùng bên phải 'Sổ nhật ký' từ biểu mẫu nhật ký\n"
|
||
"2/ và chọn bộ lọc là 'Bút toán dự thảo\n"
|
||
"3/ chọn tất cả chúng và vào sổ hoặc xóa nó đi từ menu Hành động"
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa các điều khoản thanh toán vì các hồ sơ khác vẫn liên kết "
|
||
"tới nó. Tuy nhiên, bạn có thể lưu trữ nó."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể sắp xếp lại trình tự theo ngày khi nhật ký bị khóa bằng hash."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_send.py:0
|
||
msgid "You can only Print & Send sales documents."
|
||
msgstr "Bạn chỉ có thể In và Gửi chứng từ bán hàng."
|
||
|
||
#. 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 ""
|
||
"Bạn chỉ được phép thay đổi kỳ/tài khoản đối với các phát sinh kế toán chưa "
|
||
"đối soát hết."
|
||
|
||
#. 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 ""
|
||
"Bạn chỉ được phép thay đổi kỳ/tài khoản đối với các phát sinh kế toán đã vào"
|
||
" sổ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "You can only reconcile posted entries."
|
||
msgstr "Bạn chỉ có thể đối soát bút toán đã vào sổ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You can only register payment for posted journal entries."
|
||
msgstr "Bạn chỉ có thể ghi nhận thanh toán cho các bút toán đã vào sổ."
|
||
|
||
#. 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 "Bạn chỉ có thể yêu cầu hủy hóa đơn đã gửi cho chính phủ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_resequence.py:0
|
||
msgid "You can only resequence items from the same journal"
|
||
msgstr "Ban có thể đánh lại mã trong các bút toán cùng sổ nhật ký"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_reversal.py:0
|
||
msgid "You can only reverse posted moves."
|
||
msgstr "Bạn chỉ có thể đảo ngược bút toán đã vào sổ."
|
||
|
||
#. 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 ""
|
||
"Bạn có thể cài ở đây mặc định nội dung giao dịch sẽ hiển thị trên hoá đơn "
|
||
"khách hàng, mỗi khi xác nhận, để giúp khách hàng theo dõi và dẫn chiếu được "
|
||
"hoá đơn khi thực hiện việc thanh toán."
|
||
|
||
#. 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 "Bạn không thể In & Gửi các hoá đơn chưa được ghi sổ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You can't block a paid invoice."
|
||
msgstr "Bạn không thể chặn một hoá đơn đã thanh toán."
|
||
|
||
#. 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 ""
|
||
"Bạn không được thay đổi công ty ở sổ nhất ký khi sổ đã có các bút toán kế "
|
||
"toán."
|
||
|
||
#. 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 ""
|
||
"Bạn không được thay đổi giá trị công ty của loại thuế khi mà đã có các phát "
|
||
"sinh kế toán dẫn chiếu đến nó."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể tạo một khoản thanh toán mới khi chưa thiết lập tài khoản "
|
||
"thanh toán/biên lai chưa thanh toán nào trên công ty hoặc phương thức thanh "
|
||
"toán %(payment_method)s trong sổ nhật ký %(journal)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 ""
|
||
"Bạn không thể tạo chi tiết sao kê mới mà không có tài khoản tạm thời cài cho"
|
||
" sổ nhật ký %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 ""
|
||
"Bạn không thể tạo thanh toán cho các bút toán thuộc các nhánh khác nhau."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể tạo thanh toán cho các bút toán thuộc các công ty khác nhau."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa một hạng mục bút toán đã ghi sổ. Hãy cẩn thận với hồ sơ kế"
|
||
" toán; đặt lại hạng mục bút toán thành nháp trước khi xóa nó."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_report.py:0
|
||
msgid "You can't delete a report that has variants."
|
||
msgstr "Bạn không thể xóa báo cáo có các biến thể."
|
||
|
||
#. 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 ""
|
||
"Không thể có hai dòng phương thức thanh toán có cùng loại thanh toán "
|
||
"(%(payment_type)s) và cùng tên (%(name)s) trên một sổ nhật ký."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể bật tính năng ghi nhận thanh toán nếu không có ít nhất 1 nội "
|
||
"dung phải trả/phải thu nào cần thực hiện."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể cung cấp ngoại tệ mà không chỉ định số tiền trong trường 'Số "
|
||
"tiền tính theo đơn vị tiền tệ'."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể cung cấp số tiền bằng ngoại tệ mà không chỉ định loại ngoại "
|
||
"tệ."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể đăng ký thanh toán vì không còn gì để thanh toán cho các chi "
|
||
"tiết bút toán đã chọn."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể ghi nhận thanh toán cho cả bút toán dạng gửi đi, hoặc là dạng "
|
||
"nhận về cùng một lúc."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể đặt lại để soạn thảo các mục nhật ký đó. Thay vào đó, bạn cần "
|
||
"phải yêu cầu hủy bỏ."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể hủy liên kết công ty này khỏi tài khoản này vì có một số bút "
|
||
"toán được liên kết với công ty này."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể thêm/sửa các bút toán tính từ ngày: %(lock_date_info)s trở về "
|
||
"trước."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể thay đổi tiền tệ của công ty nếu đã có phát sinh kế toán đã "
|
||
"tồn tại"
|
||
|
||
#. 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 ""
|
||
"Bạn không thể thay đổi loại tài khoản được đặt là Tài khoản Ngân hàng trên "
|
||
"nhật ký thành Phải thu hoặc Phải trả."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể tạo vị thế tài chính với một quốc gia nằm ngoài nhóm quốc gia "
|
||
"đã chọn."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể tạo vị thế tài chính với VAT nước ngoài trong quốc gia tài "
|
||
"chính mà không chỉ định tiểu bang cho quốc gia đó."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể tạo một bút toán đã ở trạng thái Vào sổ. Vui lòng tạo ở trạng "
|
||
"thái dự thảo và sau đó mới đưa vào sổ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "You cannot create recursive groups."
|
||
msgstr "Bạn không thể tạo nhóm đệ quy."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa dòng phải trả / phải thu vì nó sẽ không nhất quán với các "
|
||
"điều khoản thanh toán"
|
||
|
||
#. 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 "Bạn không thể xóa dòng thuế vì nó sẽ ảnh hưởng đến báo cáo thuế"
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa các bút toán thuộc về một sổ nhật ký đã được khoá sổ."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa thẻ tài khoản (%s) này, vì nó được sử dụng trong định "
|
||
"nghĩa hệ thống tài khoản."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa bút toán này, vì nó đã sử dụng một số thứ tự và không phải"
|
||
" là mục cuối cùng trong chuỗi. Bạn có thể nên hoàn nguyên nó thay vì xóa."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa mẫu email này, vì nó được sử dụng trong quy trình gửi hóa "
|
||
"đơn."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa báo cáo (%s), vì công cụ tạo PDF kế toán đang sử dụng nó."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể tắt cài đặt này vì một số thuế của bạn là tiền mặt. Sửa đổi "
|
||
"thuế của bạn trước khi vô hiệu hóa cài đặt này."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể thực hiện sửa đổi này trên một bút toán đã được đối chiếu. Bạn chỉ có thể thay đổi một số trường không liên quan đến tính pháp lý hoặc trước tiên bạn phải bỏ đối chiếu.\n"
|
||
"Bút toán (id): %(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 "Bạn không thể sao chép Ngoại lệ ngày khoá sổ."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể chỉnh sửa các trường sau: %(fields)s.\n"
|
||
"Các bút toán sau đây đã được mã hoá hash:\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 ""
|
||
"Bạn không thể chỉnh sửa nhật ký di chuyển tài khoản nếu nó đã được đăng một "
|
||
"lần, trừ khi tên bị xóa hoặc được đặt thành \"/\". Điều này có thể tạo ra "
|
||
"một khoảng trống trong trình tự."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể chỉnh sửa nhật ký di chuyển tài khoản với số thứ tự được chỉ "
|
||
"định, trừ khi tên bị xóa hoặc được đặt thành \"/\". Điều này có thể tạo ra "
|
||
"một khoảng trống trong trình tự."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể có một tài khoản phải thu/phải trả mà không thể đối soát. (tài"
|
||
" khoản có mã: %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 ""
|
||
"Bạn không thể có nhiều hơn một tài khoản loại \"Thu nhập năm hiện tại\". "
|
||
"(tài khoản: %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 ""
|
||
"Bạn không thể nhập \"openning_balance\" nếu bút toán đầu kỳ (%s) đã được vào"
|
||
" sổ. Nếu bạn hoàn toàn chắc chắn rằng bạn muốn sửa đổi số dư đầu kỳ của các "
|
||
"tài khoản của mình, hãy bút toán về trạng thái nháp."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_account.py:0
|
||
msgid "You cannot merge accounts."
|
||
msgstr "Bạn không thể gộp các tài khoản."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể sửa đổi số tài khoản hoặc đối tác của tài khoản đã được đặt là"
|
||
" tin cậy."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể sửa đổi giá trị của trường %s của một sổ nhật ký mà đã có bút "
|
||
"toán kế toán."
|
||
|
||
#. 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 "Bạn không thể sửa đổi các trường chỉ đọc trên bút toán đã ghi sổ: %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 ""
|
||
"Bạn không thể sửa đổi các thuế liên quan đến một phát sinh kế toán đã vào "
|
||
"sổ. Bạn cần đặt bút toán kế toán tương ứng về trạng thái dự thảo để có thể "
|
||
"làm vậy."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể thực hiện hành động này đối với tài khoản mà đã có phát sinh "
|
||
"kế toán."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể vào sổ một bút toán trong sổ nhật ký đã lưu trữ (%(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 ""
|
||
"Bạn không thể giảm số lượng số thập phân của một loại tiền tệ đã được sử "
|
||
"dụng để thực hiện các mục kế toán."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You cannot register payments for miscellaneous entries."
|
||
msgstr "Bạn không thể ghi nhận thanh toán cho các bút toán khác."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa các phần của dấu vết kiểm toán. Thay vào đó, hãy lưu trữ "
|
||
"bản ghi."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa / hủy kích hoạt tài khoản \"%s\" được đặt trên dòng phân "
|
||
"chia lại thuế."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể xóa/vô hiệu hoá tài khoản \"%s\" đang được cài cho mapping tài"
|
||
" khoản của vị trí tài chính."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You cannot reset to draft a locked journal entry."
|
||
msgstr "Bạn không thể đặt lại bút toán đã chốt sổ về trạng thái nháp."
|
||
|
||
#. 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 "Bạn không được đặt về dự thảo một bút toán thuế cơ sở dòng tiền."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You cannot reset to draft an exchange difference journal entry."
|
||
msgstr ""
|
||
"Bạn không thể thiết lập về dự thảo một bút toán thuộc sổ nhật ký chênh lệch "
|
||
"tỷ giá."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể thu hồi Ngoại lệ ngày khóa sổ. Hãy hỏi người dùng có vai trò "
|
||
"'Cố vấn'."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể để tiền tệ trên tài khoản này vì đã có loại tiền tệ khác trên "
|
||
"sổ nhật ký"
|
||
|
||
#. 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 ""
|
||
"Bạn không thể chuyển tài khoản để ngăn việc đối soát nếu vẫn có đối soát một"
|
||
" phần đang treo."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You cannot switch the type of a posted document."
|
||
msgstr "Bạn không thể chuyển đổi loại chứng từ đã vào sổ."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move_line.py:0
|
||
msgid "You cannot use a deprecated account."
|
||
msgstr "Bạn không được phép sử dụng tài khoản đã đánh dấu lỗi thời."
|
||
|
||
#. 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 "Bạn không thể sử dụng thuế đối với các dòng có tài khoản ngoại bảng"
|
||
|
||
#. 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 ""
|
||
"Bạn không thể sử dụng trường carryover_target trong một biểu thức không có "
|
||
"nhãn bắt đầu bằng _carryover_"
|
||
|
||
#. 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 ""
|
||
"Bạn không thể dùng tài khoản này (%s) trong sổ nhật ký này, hãy chọn sổ nhật"
|
||
" ký này vào trong 'Các sổ nhật ký cho phép' ở cấu hình của tài khoản này."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể dùng tài khoản (%s) trong sổ nhật ký này, kiểm tra phần 'Kiểm "
|
||
"soát truy cập' ở dưới tab 'Cài đặt nâng cao' ở nhật ký liên quan."
|
||
|
||
#. 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 ""
|
||
"Bạn không thể dùng tính năng này cho các bút toán thuộc các công ty khác "
|
||
"nhau."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You cannot validate a document with an inactive currency: %s"
|
||
msgstr ""
|
||
"Bạn không thể xác thực tài liệu bằng đơn vị tiền tệ không hoạt động: %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 ""
|
||
"Bạn không thể xác nhận một hoá đơn với tổng giá trị âm. Bạn nên tạo một hoá "
|
||
"đơn điều chỉnh giảm thay vì thế. Sử dụng menu hành động để chuyển đổi thành "
|
||
"một hoá đơn điều chỉnh giảm."
|
||
|
||
#. 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 ""
|
||
"Bạn không có quyền thực hiện thao tác này vì bạn không được phép truy cập "
|
||
"vào các công ty sau: %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 ""
|
||
"Bạn không có quyền đặt một tài khoản ngân hàng là tin cậy hoặc không tin "
|
||
"cậy."
|
||
|
||
#. 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 "Bạn không có quyền đặt tài khoản là tin cậy hoặc không tin cậy."
|
||
|
||
#. 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 "Bạn không có đủ quyền truy cập để vào sổ một hoá đơn."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "You have"
|
||
msgstr "Bạn có"
|
||
|
||
#. 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 ""
|
||
"Bạn phải định cấu hình 'Sổ nhật ký lãi hoặc lỗ tỷ giá' trong phần cài đặt "
|
||
"công ty của mình, để tự động quản lý việc ghi sổ các bút toán liên quan đến "
|
||
"chênh lệch tỷ giá hối đoái."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_merge_wizard.py:0
|
||
msgid "You must select at least 2 accounts."
|
||
msgstr "Bạn phải chọn ít nhất 2 tài khoản."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You must specify the Profit Account (company dependent)"
|
||
msgstr "Bạn phải xác định tài khoản ghi lãi (phụ thuộc vào công ty)"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_move.py:0
|
||
msgid "You need to add a line before posting."
|
||
msgstr "Bạn cần phải thêm một dòng trước khi vào sổ"
|
||
|
||
#. 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 ""
|
||
"Bạn nên cấu hình 'Tài khoản ghi nhận khoản lãi do chênh lệch tỉ giá' ở phần "
|
||
"cấu hình công ty của bạn, để quản lý tự động ghi nhận bút toán liên quan tới"
|
||
" việc chênh lệch tỉ giá."
|
||
|
||
#. 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 ""
|
||
"Bạn nên cấu hình 'Tài khoản ghi nhận khoản lỗ do chênh lệch tỉ giá' ở phần "
|
||
"cấu hình công ty của bạn, để quản lý tự động ghi nhận bút toán liên quan tới"
|
||
" việc chênh lệch tỉ giá."
|
||
|
||
#. 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 "Bạn nên cập nhật tài liệu này để phản ánh T&C."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.portal_my_home_invoice
|
||
msgid "Your Invoices"
|
||
msgstr "Hóa đơn của bạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "ZIP"
|
||
msgstr "ZIP"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "Zip Range"
|
||
msgstr "Phạm vi mã bưu chính"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__zip_from
|
||
msgid "Zip Range From"
|
||
msgstr "Mã bưu chính từ"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_fiscal_position__zip_to
|
||
msgid "Zip Range To"
|
||
msgstr "Mã bưu chính đến"
|
||
|
||
#. 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 ""
|
||
"[(Tổng phải thu/Tổng doanh thu) * số ngày kể từ ngày lập hóa đơn đầu tiên] "
|
||
"cho khách hàng này"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "[FURN_8220] Four Person Desk"
|
||
msgstr "[FURN_8220] Bàn cho bốn người"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.bill_preview
|
||
msgid "[FURN_8999] Three-Seat Sofa"
|
||
msgstr "[FURN_8999] Ghế Sofa có ba chỗ ngồi"
|
||
|
||
#. 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 "[Chưa thiết lập]"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "activate the currency of the bill"
|
||
msgstr "kích hoạt đơn vị tiền tệ của hóa đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "activate the currency of the invoice"
|
||
msgstr "kích hoạt đơn vị tiền tệ của hóa đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "alias"
|
||
msgstr "bí danh"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "amounts for"
|
||
msgstr "số tiền cho"
|
||
|
||
#. 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 "không được xem trước"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_payment_field/account_payment.xml:0
|
||
msgid "assign to invoice"
|
||
msgstr "gán cho hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "auto-posting enabled. Next accounting date:"
|
||
msgstr "tự động vào sổ được bật. Ngày hạch toán tiếp theo:"
|
||
|
||
#. 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 ""
|
||
"tham gia vào các chi phí liên quan đến pháp luật của một quốc gia. Số lượng "
|
||
"hóa đơn do đó sẽ do"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "bills for"
|
||
msgstr "các hoá đơn cuối cùng cho"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_move_send_batch_wizard.py:0
|
||
msgid "by %s"
|
||
msgstr "by %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 "bằng email"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "cancelling {percent}%% of {amount}"
|
||
msgstr "huỷ {percent}%% số tiền {amount}"
|
||
|
||
#. 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 ""
|
||
"trong bất kỳ trường hợp không thể nào, được khách hàng yêu cầu xuất hiện với"
|
||
" tư cách là bên thứ ba trong bối cảnh người tiêu dùng cuối cùng có bất kỳ "
|
||
"yêu cầu bồi thường thiệt hại nào chống lại khách hàng."
|
||
|
||
#. 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 "đóng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "dates for"
|
||
msgstr "ngày cho"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "due if paid before"
|
||
msgstr "đến hạn nếu thanh toán trước"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
|
||
msgid "e.g BE15001559627230"
|
||
msgstr "vd: BE15001559627230"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
|
||
msgid "e.g Bank of America"
|
||
msgstr "vd: Ngân hàng Thương mại Cổ phần Á Châu"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.setup_bank_account_wizard
|
||
msgid "e.g GEBABEBB"
|
||
msgstr "vd: GEBABEBB"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_analytic_distribution_model.py:0
|
||
msgid "e.g. %(prefix)s"
|
||
msgstr "VD: %(prefix)s"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_form
|
||
msgid "e.g. 101000"
|
||
msgstr "vd: 101000"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "e.g. 30 days"
|
||
msgstr "VD: 30 ngày"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_reconcile_model_form
|
||
msgid "e.g. Bank Fees"
|
||
msgstr "vd: Phí ngân hàng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_form
|
||
msgid "e.g. Current Assets"
|
||
msgstr "vd: Tài sản ngắn hạn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "e.g. Customer Invoices"
|
||
msgstr "vd: Hóa đơn bán hàng"
|
||
|
||
#. 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 "vd: GAAP, IFRS, ..."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "e.g. INV"
|
||
msgstr "vd: INV"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "e.g. My Company"
|
||
msgstr "ví dụ. Công ty của tôi"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.res_company_form_view_onboarding
|
||
msgid "e.g. https://www.odoo.com"
|
||
msgstr "vd: https://www.odoo.com"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_journal_form
|
||
msgid "e.g. mycompany.com"
|
||
msgstr "ví dụ. \"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 "định dạng Hoá đơn điện tử"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "entries"
|
||
msgstr "bút toán"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_lock_exception.py:0
|
||
msgid "everyone"
|
||
msgstr "mọi người"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "fall outside the typical range."
|
||
msgstr "nằm ngoài khoảng thời gian điển hình."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "has been applied."
|
||
msgstr "đã được áp dụng."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "here"
|
||
msgstr "ở đây"
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__payment_tolerance_type__fixed_amount
|
||
msgid "in amount"
|
||
msgstr "số lượng"
|
||
|
||
#. 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 ""
|
||
"toàn bộ và không bao gồm bất kỳ chi phí nào liên quan đến luật pháp của quốc"
|
||
" gia nơi khách hàng đặt trụ sở."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_reconcile_model__payment_tolerance_type__percentage
|
||
msgid "in percentage"
|
||
msgstr "phần trăm"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/account_batch_sending_summary/account_batch_sending_summary.xml:0
|
||
msgid "invoice(s)"
|
||
msgstr "hoá đơn"
|
||
|
||
#. 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 "hoá đơn"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "is a key action. Have you reviewed everything?"
|
||
msgstr "là một hành động quan trọng. Bạn đã kiểm tra kỹ thông tin chưa?"
|
||
|
||
#. 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.<br/>"
|
||
msgstr ""
|
||
"là dịch vụ chuyển tiền và không phải ngân hàng.\n"
|
||
" Hãy kiểm tra kỹ xem tài khoản có đáng tin cậy hay không bằng cách gọi cho nhà cung cấp.<br/>"
|
||
|
||
#. 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 "không đến từ cùng một quốc gia với đối tác ("
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_res_company__account_enabled_tax_country_ids
|
||
msgid "l10n-used countries"
|
||
msgstr "mô-đun kế toán quốc gia được dùng"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.account_default_terms_and_conditions
|
||
msgid "law."
|
||
msgstr "pháp luật."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "listed below for this customer."
|
||
msgstr "được kê dưới đây cho khách hàng này."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "listed below for this vendor."
|
||
msgstr "được kê dưới đây cho nhà cung cấp này."
|
||
|
||
#. 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 ""
|
||
"phải được thông báo về bất kỳ khiếu nại nào bằng một lá thư được gửi bằng "
|
||
"đường chuyển phát đã ghi đến văn phòng đã đăng ký của nó trong vòng 8 ngày "
|
||
"kể từ ngày giao hàng hoặc cung cấp dịch vụ."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields.selection,name:account.selection__account_tax_repartition_line__repartition_type__tax
|
||
msgid "of tax"
|
||
msgstr "kèm thuế"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_payment_term_form
|
||
msgid "on"
|
||
msgstr "trên"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "or"
|
||
msgstr "hoặc"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "out of"
|
||
msgstr "trong số"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "outstanding credits"
|
||
msgstr "các khoản ghi có đang treo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_move_form
|
||
msgid "outstanding debits"
|
||
msgstr "các khoản ghi nợ đang treo"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "payments will be skipped due to"
|
||
msgstr "khoản thanh toán sẽ bị bỏ qua vì"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid "postponing it to {new_date}"
|
||
msgstr "hoãn đến {new_date}"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/account_tax.py:0
|
||
msgid "repartition line"
|
||
msgstr "dòng phân bổ"
|
||
|
||
#. 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 ""
|
||
"có quyền yêu cầu các dịch vụ của một công ty thu hồi nợ. Tất cả các chi phí "
|
||
"hợp pháp sẽ do khách hàng trả."
|
||
|
||
#. 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 ""
|
||
"có quyền yêu cầu một khoản thanh toán lãi cố định lên tới 10% số tiền còn "
|
||
"lại đến hạn."
|
||
|
||
#. module: account
|
||
#: model:ir.model.fields,field_description:account.field_account_tax_repartition_line__tag_ids_domain
|
||
msgid "tag domain"
|
||
msgstr "miền thẻ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_partner_property_form
|
||
msgid "the parent company"
|
||
msgstr "công ty mẹ"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_group_form
|
||
msgid "to"
|
||
msgstr "tới"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_position_form
|
||
msgid "to create the taxes for this country."
|
||
msgstr "tạo ra thuế cho quốc gia này."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_partner_bank.py:0
|
||
msgid "trusted"
|
||
msgstr "tin cậy"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/components/bill_guide/bill_guide.xml:0
|
||
msgid "try our sample"
|
||
msgstr "dùng thử mẫu của chúng tôi"
|
||
|
||
#. 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 ""
|
||
"cam kết sẽ cố gắng để cung cấp các dịch vụ trong thời gian đúng hạn theo "
|
||
"khung thời gian đã thỏa thuận. Tuy nhiên, không có nghĩa vụ nào của nó có "
|
||
"thể được coi là nghĩa vụ phải đạt được kết quả."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.report_invoice_document
|
||
msgid "units"
|
||
msgstr "đơn vị"
|
||
|
||
#. module: account
|
||
#. odoo-javascript
|
||
#: code:addons/account/static/src/js/search/search_bar/search_bar.js:0
|
||
msgid "until"
|
||
msgstr "cho đến"
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/models/res_partner_bank.py:0
|
||
msgid "untrusted"
|
||
msgstr "không tin cậy"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.view_account_payment_register_form
|
||
msgid "untrusted bank accounts"
|
||
msgstr "tài khoản ngân hàng không tin cậy"
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.validate_account_move_view
|
||
msgid "will auto-confirm on their respective dates."
|
||
msgstr "sẽ tự động xác nhận vào ngày tương ứng."
|
||
|
||
#. 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 ""
|
||
"sẽ có quyền tạm dừng bất kỳ cung cấp dịch vụ nào mà không cần cảnh báo trước"
|
||
" trong trường hợp thanh toán chậm."
|
||
|
||
#. module: account
|
||
#: model_terms:ir.ui.view,arch_db:account.autopost_bills_wizard
|
||
msgid "without making any corrections."
|
||
msgstr "mà không phát sinh thay đổi."
|
||
|
||
#. module: account
|
||
#. odoo-python
|
||
#: code:addons/account/wizard/account_automatic_entry_wizard.py:0
|
||
msgid ""
|
||
"{amount} ({debit_credit}) from <strong>{account_source_name}</strong> were "
|
||
"transferred to <strong>{account_target_name}</strong> by {link}"
|
||
msgstr ""
|
||
"{amount} ({debit_credit}) từ <strong>{account_source_name}</strong> đã được "
|
||
"chuyển tới <strong>{account_target_name}</strong> bằng {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}) từ {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 }} Giấy báo có (số tham chiếu {{ object.name or "
|
||
"'n/a' }})"
|
||
|
||
#. 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 }} Hóa đơn (số tham chiếu {{ object.name or 'n/a' "
|
||
"}})"
|
||
|
||
#. 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 }} Biên lai thanh toán (số tham chiếu {{ "
|
||
"object.name or 'n/a' }})"
|