You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.9 KiB
78 lines
2.9 KiB
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * fetchmail_notify_error_to_sender
|
|
#
|
|
# Translators:
|
|
# Jeffery CHEN <jeffery9@gmail.com>, 2017
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 9.0c\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-07-15 02:48+0000\n"
|
|
"PO-Revision-Date: 2019-08-31 06:57+0000\n"
|
|
"Last-Translator: 黎伟杰 <674416404@qq.com>\n"
|
|
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
|
"zh_CN/)\n"
|
|
"Language: zh_CN\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
"X-Generator: Weblate 3.8\n"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:mail.template,body_html:fetchmail_notify_error_to_sender.email_template_error_notice
|
|
msgid ""
|
|
"\n"
|
|
" <div>\n"
|
|
" <p>Hello ${ctx.get('sender_message').get('from')},</p>\n"
|
|
" <p>we got a problem with your email: <i>${ctx."
|
|
"get('sender_message').get('subject')}</i></p>\n"
|
|
" <p>Maybe you used a wrong recipient address?</p>\n"
|
|
" <p><br/></p>\n"
|
|
" <p>Technical details:</p>\n"
|
|
" <p><i>${ctx.get('route_exception')}</i></p>\n"
|
|
" </div>\n"
|
|
" "
|
|
msgstr ""
|
|
"\n"
|
|
" <div>\n"
|
|
" <p>你好${ctx.get('sender_message').get('from')},</p>\n"
|
|
" "
|
|
"<p>我们的电子邮件出了问题:<i>${ctx.get('sender_message').get('subject')}</i></p>\n"
|
|
" <p>也许您使用了错误的收件人地址?</p>\n"
|
|
" <p><br/></p>\n"
|
|
" <p>技术细节:</p>\n"
|
|
" <p><i>${ctx.get('route_exception')}</i></p>\n"
|
|
" </div>\n"
|
|
" "
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_mail_thread
|
|
msgid "Email Thread"
|
|
msgstr "Email线程"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:ir.model.fields,field_description:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
|
|
msgid "Error notice template"
|
|
msgstr "错误通知模板"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:ir.model,name:fetchmail_notify_error_to_sender.model_fetchmail_server
|
|
msgid "Incoming Mail Server"
|
|
msgstr "接收邮件服务器"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:mail.template,subject:fetchmail_notify_error_to_sender.email_template_error_notice
|
|
msgid "Receiving error with: ${ctx.get('sender_message').get('subject')|safe}"
|
|
msgstr "接收错误: ${ctx.get('sender_message').get('subject')|safe}"
|
|
|
|
#. module: fetchmail_notify_error_to_sender
|
|
#: model:ir.model.fields,help:fetchmail_notify_error_to_sender.field_fetchmail_server__error_notice_template_id
|
|
msgid ""
|
|
"Set here the template to use to send notice to sender when errors occur "
|
|
"while fetching email"
|
|
msgstr "在此处设置模板,用于在获取电子邮件时发生错误时向发件人发送通知"
|
|
|
|
#~ msgid "POP/IMAP Server"
|
|
#~ msgstr "POP/IMAP 服务器"
|