Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][I18N] calendar: update translation #919

Open
wants to merge 2 commits into
base: 17.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 103 additions & 1 deletion addons/calendar/i18n/vi.po
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,108 @@ msgid ""
"</div>\n"
" "
msgstr ""
"<div>\n"
" <t t-set=\"colors\" t-value=\"{'needsAction': 'grey', 'accepted': 'green', 'tentative': '#FFFF00', 'declined': 'red'}\"></t>\n"
" <t t-set=\"is_online\" t-value=\"'appointment_type_id' in object.event_id and object.event_id.appointment_type_id\"></t>\n"
" <t t-set=\"customer\" t-value=\" object.event_id.find_partner_customer()\"></t>\n"
" <t t-set=\"target_responsible\" t-value=\"object.partner_id == object.event_id.partner_id\"></t>\n"
" <t t-set=\"target_customer\" t-value=\"object.partner_id == customer\"></t>\n"
" <t t-set=\"recurrent\" t-value=\"object.recurrence_id and not ctx.get('calendar_template_ignore_recurrence')\"></t>\n"
"\n"
" <p>\n"
" Xin chào <t t-out=\"object.common_name or ''\">Wood Corner</t>,<br><br>\n"
"\n"
" <t t-if=\"not target_responsible\">\n"
" <t t-out=\"object.event_id.user_id.partner_id.name or ''\">Colleen Diaz</t> đã mời bạn tham gia cuộc họp <strong t-out=\"object.event_id.name or ''\">Cập nhật đề xuất dự án</strong>.\n"
" </t>\n"
" <t t-else=\"\">\n"
" Cuộc họp <strong t-out=\"object.event_id.name or ''\">Cập nhật đề xuất dự án</strong> của bạn đã được đặt.\n"
" </t>\n"
"\n"
" </p>\n"
" <div style=\"text-align: center; padding: 16px 0px 16px 0px;\">\n"
" <a t-attf-href=\"/calendar/meeting/accept?token={{object.access_token}}&amp;id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
" Chấp nhận</a>\n"
" <a t-attf-href=\"/calendar/meeting/decline?token={{object.access_token}}&amp;id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">\n"
" Từ chối</a>\n"
" <a t-attf-href=\"/calendar/meeting/view?token={{object.access_token}}&amp;id={{object.event_id.id}}\" style=\"padding: 5px 10px; color: #FFFFFF; text-decoration: none; background-color: #875A7B; border: 1px solid #875A7B; border-radius: 3px\">Xem</a>\n"
" </div>\n"
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>\n"
" <td width=\"130px;\" style=\"min-width: 130px;\">\n"
" <div style=\"border-top-start-radius: 3px; border-top-end-radius: 3px; font-size: 12px; border-collapse: separate; text-align: center; font-weight: bold; color: #ffffff; min-height: 18px; background-color: #875A7B; border: 1px solid #875A7B;\">\n"
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='EEEE', lang_code=object.env.lang) or ''\">Thứ 3</t>\n"
" </div>\n"
" <div style=\"font-size: 48px; min-height: auto; font-weight: bold; text-align: center; color: #5F5F5F; background-color: #F8F8F8; border: 1px solid #875A7B;\">\n"
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='d', lang_code=object.env.lang) or ''\">4</t>\n"
" <div style=\"font-size: 12px; text-align: center; font-weight: bold; color: #ffffff; background-color: #875A7B;\">\n"
" <t t-out=\"format_datetime(dt=object.event_id.start, tz=object.mail_tz if not object.event_id.allday else None, dt_format='MMMM y', lang_code=object.env.lang) or ''\">5/2021</t>\n"
" </div>\n"
" <div style=\"border-collapse: separate; color: #5F5F5F; text-align: center; font-size: 12px; border-bottom-end-radius: 3px; font-weight: bold ; border: 1px solid #875A7B; border-bottom-start-radius: 3px;\">\n"
" <t t-if=\"not object.event_id.allday\">\n"
" <div>\n"
" <t t-out=\"format_time(time=object.event_id.start, tz=object.mail_tz, time_format='short', lang_code=object.env.lang) or ''\">11:00 sáng</t>\n"
" </div>\n"
" <t t-if=\"object.mail_tz\">\n"
" <div style=\"font-size: 10px; font-weight: normal\">\n"
" (<t t-out=\"object.mail_tz or ''\">Châu Âu/Bruxelles</t>)\n"
" </div>\n"
" </t>\n"
" </t>\n"
" </div>\n"
" </td>\n"
" <td width=\"20px;\"></td>\n"
" <td style=\"padding-top: 5px;\">\n"
" <p><strong>Chi tiết sự kiện</strong></p>\n"
" <ul>\n"
" <t t-if=\"is_online\">\n"
" <li>Loại cuộc hẹn: <t t-out=\"object.event_id.appointment_type_id.name or ''\">Lên lịch buổi demo</t></li>\n"
" </t>\n"
" <t t-if=\"object.event_id.location\">\n"
" <li>Địa điểm: <t t-out=\"object.event_id.location or ''\">Bruxelles</t>\n"
" (<a target=\"_blank\" t-attf-href=\"http://maps.google.com/maps?oi=map&amp;q={{object.event_id.location}}\">Xem bản đồ</a>)\n"
" </li>\n"
" </t>\n"
" <t t-if=\"recurrent\">\n"
" <li>Thời gian: <t t-out=\"object.recurrence_id.get_recurrence_name()\">3 sự kiện mỗi tuần</t></li>\n"
" </t>\n"
" <t t-if=\"not object.event_id.allday and object.event_id.duration\">\n"
" <li>Thời lượng: <t t-out=\"('%dH%02d' % (object.event_id.duration,round(object.event_id.duration*60)%60)) or ''\">30 phút</t></li>\n"
" </t>\n"
" <li>Người tham dự\n"
" <ul>\n"
" <li t-foreach=\"object.event_id.attendee_ids\" t-as=\"attendee\">\n"
" <div t-attf-style=\"display: inline-block; border-radius: 50%; width: 10px; height: 10px; background:{{ colors.get(attendee.state) or 'white' }};\"> </div>\n"
" <t t-if=\"attendee.common_name != object.common_name\">\n"
" <span style=\"margin-left:5px\" t-out=\"attendee.common_name or ''\">Mitchell Admin</span>\n"
" </t>\n"
" <t t-else=\"\">\n"
" <span style=\"margin-left:5px\">Bạn</span>\n"
" </t>\n"
" </li>\n"
" </ul></li>\n"
" <t t-if=\"object.event_id.videocall_location\">\n"
" <li>\n"
" Cách tham gia:\n"
" <t t-if=\"object.get_base_url() in object.event_id.videocall_location\"> Tham gia bằng Odoo Thảo luận</t>\n"
" <t t-else=\"\"> Tham gia tại</t><br>\n"
" <a t-att-href=\"object.event_id.videocall_location\" target=\"_blank\" t-out=\"object.event_id.videocall_location or ''\">www.mycompany.com/calendar/join_videocall/xyz</a>\n"
" </li>\n"
" </t>\n"
" <t t-if=\"not is_html_empty(object.event_id.description)\">\n"
" <li>Mô tả sự kiện:\n"
" <t t-out=\"object.event_id.description\">Họp nội bộ để trao đổi về cách định giá sản phẩm và dịch vụ mới.</t></li>\n"
" </t>\n"
" </ul>\n"
" </td>\n"
" </tr></table>\n"
" <br>\n"
" Cảm ơn bạn!\n"
" <t t-if=\"object.event_id.user_id.signature\">\n"
" <br>\n"
" <t t-out=\"object.event_id.user_id.signature or ''\">--<br>Mitchell Admin</t>\n"
" </t>\n"
"</div>\n"
" "

#. module: calendar
#: model:mail.template,body_html:calendar.calendar_template_meeting_update
Expand Down Expand Up @@ -2806,7 +2908,7 @@ msgstr "Bạn phải chọn ít nhất một ngày trong tuần"
#: code:addons/calendar/static/src/views/attendee_calendar/common/attendee_calendar_common_renderer.xml:0
#, python-format
msgid "You're alone in this meeting"
msgstr "Chỉ có mình bạn trong cuộc họp này."
msgstr "Chỉ có mình bạn trong cuộc họp này"

#. module: calendar
#. odoo-javascript
Expand Down