305 lines
7.7 KiB
Plaintext
305 lines
7.7 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * web_gantt
|
|
#
|
|
# 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: 2023-10-26 22:22+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_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
|
#, python-format
|
|
msgid "Are you sure to delete this record?"
|
|
msgstr "Bạn có chắc muốn xóa bảng ghi này?"
|
|
|
|
#. module: web_gantt
|
|
#: model:ir.model,name:web_gantt.model_base
|
|
msgid "Base"
|
|
msgstr "Cơ sở"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Collapse rows"
|
|
msgstr "Thu gọn hàng"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
|
#, python-format
|
|
msgid "Create"
|
|
msgstr "Tạo"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Day"
|
|
msgstr "Ngày"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#, python-format
|
|
msgid "Edit"
|
|
msgstr "Chỉnh sửa"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Expand rows"
|
|
msgstr "Mở rộng hàng"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_view.js:0
|
|
#, python-format
|
|
msgid "Gantt"
|
|
msgstr "Gantt"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Gantt View"
|
|
msgstr "Biểu đồ Gantt"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt child can only be field or template, got %s"
|
|
msgstr "Thành phần Gantt chỉ có thể là trường hoặc mẫu, nhưng đây là %s"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt must have a 'date_start' attribute"
|
|
msgstr "Gantt cần có một thuột tính 'date_start'"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt must have a 'date_stop' attribute"
|
|
msgstr "Gantt cần có một thuột tính 'date_stop'"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Gantt must have a 'dependency_inverted_field' attribute once the "
|
|
"'dependency_field' is specified"
|
|
msgstr ""
|
|
"Gantt phải có thuộc tính 'dependency_inverted_field' sau khi xác định "
|
|
"'dependency_field'"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Gantt view can contain only one templates tag"
|
|
msgstr "Chế độ xem Gantt chỉ có thể chứa một thẻ mẫu"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid "Insufficient fields for Gantt View!"
|
|
msgstr "Không đủ trường cho Chế độ xem Gantt!"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Invalid attributes (%s) in gantt view. Attributes must be in (%s)"
|
|
msgstr ""
|
|
"Thuộc tính không hợp lệ (%s) trong chế độ xem gantt. Các thuộc tính phải có "
|
|
"dạng (%s)"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/ir_ui_view.py:0
|
|
#, python-format
|
|
msgid "Invalid default_scale '%s' in gantt"
|
|
msgstr "Default_scale không hợp hệ '%s' trong gantt"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Month"
|
|
msgstr "Tháng"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
|
#, python-format
|
|
msgid "Name"
|
|
msgstr "Tên"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.xml:0
|
|
#, python-format
|
|
msgid "New"
|
|
msgstr "Mới"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Next"
|
|
msgstr "Tiếp theo"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_controller.js:0
|
|
#, python-format
|
|
msgid "Open"
|
|
msgstr "Mở"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#, python-format
|
|
msgid "Plan"
|
|
msgstr "Kế hoạch"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Previous"
|
|
msgstr "Trước đó"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Records that are in the past cannot be automatically rescheduled. They "
|
|
"should be manually rescheduled instead."
|
|
msgstr ""
|
|
"Không thể tự động lên lịch lại các tập dữ liệu trong quá khứ. Thay vào đó, "
|
|
"chúng nên được lên lịch lại theo cách thủ công."
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
|
#, python-format
|
|
msgid "Start"
|
|
msgstr "Bắt đầu"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_popover.xml:0
|
|
#, python-format
|
|
msgid "Stop"
|
|
msgstr "Ngừng"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.xml:0
|
|
#, python-format
|
|
msgid "Today"
|
|
msgstr "Hôm nay"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#, python-format
|
|
msgid "Total"
|
|
msgstr "Tổng"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_model.js:0
|
|
#, python-format
|
|
msgid "Undefined %s"
|
|
msgstr "Không xác định %s"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_renderer.js:0
|
|
#: model:ir.model,name:web_gantt.model_ir_ui_view
|
|
#, python-format
|
|
msgid "View"
|
|
msgstr "Chế độ xem"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Week"
|
|
msgstr "Tuần"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "Year"
|
|
msgstr "Năm"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid "You cannot reschedule %s towards %s."
|
|
msgstr "Bạn không thể lên lịch lại %s sang %s."
|
|
|
|
#. module: web_gantt
|
|
#. odoo-python
|
|
#: code:addons/web_gantt/models/models.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"You cannot reschedule tasks that do not follow a direct dependency path. "
|
|
"Only the first task has been automatically rescheduled."
|
|
msgstr ""
|
|
"Bạn không thể lên lịch lại các nhiệm vụ không tuân theo đường dẫn phụ thuộc "
|
|
"trực tiếp. Chỉ nhiệm vụ đầu tiên được tự động lên lịch lại."
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "hours"
|
|
msgstr "giờ"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "minutes"
|
|
msgstr "phút"
|
|
|
|
#. module: web_gantt
|
|
#. odoo-javascript
|
|
#: code:addons/web_gantt/static/src/gantt_arch_parser.js:0
|
|
#, python-format
|
|
msgid "months"
|
|
msgstr "tháng"
|