forked from Mapan/odoo17e
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * industry_fsm_sms
|
|
#
|
|
# Translators:
|
|
# Tony Ng, 2024
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-10-26 22:21+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
|
|
"Last-Translator: Tony Ng, 2024\n"
|
|
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: zh_TW\n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
|
|
#. module: industry_fsm_sms
|
|
#: model:sms.template,name:industry_fsm_sms.sms_template_data_fsm_intervention
|
|
msgid "Field Service: Intervention Planned"
|
|
msgstr "外勤服務:已規劃干預"
|
|
|
|
#. module: industry_fsm_sms
|
|
#: model:sms.template,name:industry_fsm_sms.sms_template_data_fsm_onway
|
|
msgid "Field Service: Our team is on its way to your location."
|
|
msgstr "外勤服務:我們的團隊正前往你的位置。"
|
|
|
|
#. module: industry_fsm_sms
|
|
#: model:sms.template,body:industry_fsm_sms.sms_template_data_fsm_onway
|
|
msgid "{{ object.company_id.name }}: We are on our way to your intervention."
|
|
msgstr "{{object.company_id.name}}:我們正在趕往你的干預。"
|
|
|
|
#. module: industry_fsm_sms
|
|
#: model:sms.template,body:industry_fsm_sms.sms_template_data_fsm_intervention
|
|
msgid ""
|
|
"{{ object.company_id.name }}: Your intervention is scheduled {{ 'from the ' "
|
|
"+ format_datetime(object.planned_date_begin, tz=object.partner_id.tz, "
|
|
"lang_code=object.partner_id.lang) + ' to the ' + "
|
|
"format_datetime(object.date_deadline, tz=object.partner_id.tz, "
|
|
"lang_code=object.partner_id.lang) if object.planned_date_begin and "
|
|
"object.date_deadline else '' }}"
|
|
msgstr ""
|
|
"{{ object.company_id.name }}:你的干預已排定{{ ',進行時間由 ' + "
|
|
"format_datetime(object.planned_date_begin, tz=object.partner_id.tz, "
|
|
"lang_code=object.partner_id.lang) + ' 至 ' + "
|
|
"format_datetime(object.date_deadline, tz=object.partner_id.tz, "
|
|
"lang_code=object.partner_id.lang) if object.planned_date_begin and "
|
|
"object.date_deadline else '' }}"
|