1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/web_cohort/i18n/vi.po
2024-12-10 09:04:09 +07:00

176 lines
4.9 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * web_cohort
#
# Translators:
# Wil Odoo, 2023
# Thi Huong Nguyen, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-05 13:47+0000\n"
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
"Last-Translator: Thi Huong Nguyen, 2024\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: web_cohort
#. odoo-python
#: code:addons/web_cohort/controllers/main.py:0
#, python-format
msgid "%s - By %s"
msgstr "%s - Bởi %s"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_renderer.xml:0
#, python-format
msgid "- By"
msgstr "- Bởi"
#. module: web_cohort
#: model:ir.model,name:web_cohort.model_ir_actions_act_window_view
msgid "Action Window View"
msgstr "Chế độ xem cửa sổ tác vụ"
#. module: web_cohort
#. odoo-javascript
#. odoo-python
#: code:addons/web_cohort/controllers/main.py:0
#: code:addons/web_cohort/static/src/cohort_renderer.xml:0
#, python-format
msgid "Average"
msgstr "Trung bình"
#. module: web_cohort
#: model:ir.model,name:web_cohort.model_base
msgid "Base"
msgstr "Cơ sở"
#. module: web_cohort
#: model:ir.model.fields.selection,name:web_cohort.selection__ir_actions_act_window_view__view_mode__cohort
#: model:ir.model.fields.selection,name:web_cohort.selection__ir_ui_view__type__cohort
msgid "Cohort"
msgstr "Cohort"
#. module: web_cohort
#. odoo-python
#: code:addons/web_cohort/controllers/main.py:0
#, python-format
msgid "Cohort %(title)s (%(model_name)s)"
msgstr "Tổ hợp %(title)s (%(model_name)s)"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_arch_parser.js:0
#, python-format
msgid "Cohort view has not defined \"date_start\" attribute."
msgstr "Chế độ xem tổ hợp chưa xác định thuộc tính \"date_start\"."
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_arch_parser.js:0
#, python-format
msgid "Cohort view has not defined \"date_stop\" attribute."
msgstr "Chế độ xem tổ hợp chưa xác định thuộc tính \"date_stop\"."
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_model.js:0
#, python-format
msgid "Day"
msgstr "Ngày"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_renderer.xml:0
#, python-format
msgid "Download as Excel file"
msgstr "Tải xuống dưới dạng tệp excel"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_renderer.xml:0
#, python-format
msgid "Main actions"
msgstr "Tác vụ chính"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_model.js:0
#, python-format
msgid "Month"
msgstr "Tháng"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_renderer.xml:0
#, python-format
msgid "No data available."
msgstr "Không có dữ liệu."
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_renderer.js:0
#, python-format
msgid ""
"Period: %(period)s\n"
"%(measure)s: %(count)s"
msgstr ""
"Giai đoạn: %(period)s\n"
"%(measure)s: %(count)s"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_arch_parser.js:0
#, python-format
msgid "The argument %s is not a valid interval. Here are the intervals: %s"
msgstr ""
"Đối số %s không phải là khoảng thời gian hợp lệ. Đây là khoảng thời gian: %s"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_arch_parser.js:0
#, python-format
msgid "The argument %s is not a valid mode. Here are the modes: %s"
msgstr "Đối số %s không phải là chế độ hợp lệ. Đây là các chế độ: %s"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_arch_parser.js:0
#, python-format
msgid "The argument %s is not a valid timeline. Here are the timelines: %s"
msgstr ""
"Đối số %s không phải là dòng thời gian hợp lệ. Đây là dòng thời gian: %s"
#. module: web_cohort
#: model:ir.model,name:web_cohort.model_ir_ui_view
msgid "View"
msgstr "Chế độ xem"
#. module: web_cohort
#: model:ir.model.fields,field_description:web_cohort.field_ir_actions_act_window_view__view_mode
#: model:ir.model.fields,field_description:web_cohort.field_ir_ui_view__type
msgid "View Type"
msgstr "Dạng hiển thị"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_model.js:0
#, python-format
msgid "Week"
msgstr "Tuần"
#. module: web_cohort
#. odoo-javascript
#: code:addons/web_cohort/static/src/cohort_model.js:0
#, python-format
msgid "Year"
msgstr "Năm"