forked from Mapan/odoo17e
5184 lines
226 KiB
Plaintext
5184 lines
226 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * sale_subscription
|
||
#
|
||
# Translators:
|
||
# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023
|
||
# Odoo哥 <vnsoft.he@gmail.com>, 2023
|
||
# 湘子 南 <1360857908@qq.com>, 2024
|
||
# Jeffery CHEN <jeffery9@gmail.com>, 2024
|
||
# Wil Odoo, 2024
|
||
# Chloe Wang, 2024
|
||
# Raymond Yu <cl_yu@hotmail.com>, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 17.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-08-13 10:41+0000\n"
|
||
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
|
||
"Last-Translator: Raymond Yu <cl_yu@hotmail.com>, 2024\n"
|
||
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: zh_CN\n"
|
||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order_line.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
"%s to %s"
|
||
msgstr ""
|
||
"\n"
|
||
"%s to %s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"\n"
|
||
"- You are trying to invoice recurring orders that are past their end date. Please change their end date or renew them before creating new invoices."
|
||
msgstr ""
|
||
"\n"
|
||
"- 您正在尝试为已逾期的定期订单开具发票。请在创建新发票前,更改其结束日期或续订。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__nbr
|
||
msgid "# of Lines"
|
||
msgstr "明细行数"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__percentage_satisfaction
|
||
msgid "% Happy"
|
||
msgstr "% 高兴"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "%s days"
|
||
msgstr "%s 天"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "(Change Plan)"
|
||
msgstr "(变更计划)"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__mrr_change_period__1month
|
||
msgid "1 Month"
|
||
msgstr "1 个月"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__mrr_change_period__3months
|
||
msgid "3 Months"
|
||
msgstr "3 个月"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.subscription.plan,name:sale_subscription.subscription_plan_6_month
|
||
msgid "6 Months"
|
||
msgstr "6个月"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid ""
|
||
"<b>Congratulations</b>, your first subscription quotation is ready to be "
|
||
"sent!"
|
||
msgstr "<b>恭喜</b>,可以向您发送首个订阅报价!"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,body_html:sale_subscription.mail_template_subscription_alert
|
||
msgid ""
|
||
"<div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
|
||
" <table style=\"width:600px;margin:5px auto;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td t-if=\"not object.company_id.uses_default_logo\">\n"
|
||
" <a href=\"/\"><img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"vertical-align:baseline;max-width:100px;\"></a>\n"
|
||
" </td><td style=\"text-align:right;vertical-align:middle;\">\n"
|
||
" Subscription Renewal\n"
|
||
" </td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\">\n"
|
||
" <p>Dear <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,</p>\n"
|
||
" <p>Your subscription <strong t-out=\"object.name or ''\">Office Cleaning Service\"</strong> needs your attention.</p>\n"
|
||
" <p>We invite you to renew it by clicking on the following link.</p>\n"
|
||
" <p>Kind regards.</p>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\" t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
|
||
" <table style=\"width:600px;margin:5px auto;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td t-if=\"not object.company_id.uses_default_logo\">\n"
|
||
" <a href=\"/\"><img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"vertical-align:baseline;max-width:100px;\"></a>\n"
|
||
" </td><td style=\"text-align:right;vertical-align:middle;\">\n"
|
||
" 续订服务计划\n"
|
||
" </td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\">\n"
|
||
" <p><t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>您好!</p>\n"
|
||
" <p>您的服务计划<strong t-out=\"object.name or ''\">办公室清洁服务</strong>需要您跟进。</p>\n"
|
||
" <p>我们邀请您点击下列链接,以完成续订并更新服务计划。</p>\n"
|
||
" <p>祝好</p>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\" t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" "
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,body_html:sale_subscription.mail_template_subscription_rating
|
||
msgid ""
|
||
"<div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
|
||
" <t t-set=\"access_token\" t-value=\"object._rating_get_access_token()\"></t>\n"
|
||
" <table style=\"width:600px;margin:5px auto;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td t-if=\"not object.company_id.uses_default_logo\">\n"
|
||
" <a href=\"/\"><img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"vertical-align:baseline;max-width:100px;\"></a>\n"
|
||
" </td><td style=\"text-align:right;vertical-align:middle;\">\n"
|
||
" Satisfaction Survey\n"
|
||
" </td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\">\n"
|
||
" <p>Hello,</p>\n"
|
||
" <p>Please take a moment to rate our services related to your subscription \"<strong t-out=\"object.name or ''\">Office Cleaning Service\"</strong>\"\n"
|
||
" assigned to <strong t-out=\"object._rating_get_operator().name or ''\">Mitchell Admin</strong>.</p>\n"
|
||
" <p>We appreciate your feedback. It helps us to improve continuously.</p>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"padding:10px 20px\">\n"
|
||
" <table summary=\"o_mail_notification\" style=\"width:100%;border-top:1px solid #e1e1e1;\">\n"
|
||
" <tr>\n"
|
||
" <td style=\"text-align:center;\">\n"
|
||
" <h2 style=\"font-weight:300;font-size:18px;\">\n"
|
||
" Tell us how you feel about our services:\n"
|
||
" </h2>\n"
|
||
" <div style=\"text-color: #888888\">(click on one of these smileys)</div>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <tr>\n"
|
||
" <td style=\"padding:10px 10px;\">\n"
|
||
" <table style=\"width:100%;text-align:center;\">\n"
|
||
" <tr>\n"
|
||
" <td>\n"
|
||
" <a t-attf-href=\"/rate/{{ access_token }}/5\">\n"
|
||
" <img alt=\"Satisfied\" src=\"/rating/static/src/img/rating_5.png\" title=\"Satisfied\">\n"
|
||
" </a>\n"
|
||
" </td>\n"
|
||
" <td>\n"
|
||
" <a t-attf-href=\"/rate/{{ access_token }}/3\">\n"
|
||
" <img alt=\"Okay\" src=\"/rating/static/src/img/rating_3.png\" title=\"Okay\">\n"
|
||
" </a>\n"
|
||
" </td>\n"
|
||
" <td>\n"
|
||
" <a t-attf-href=\"/rate/{{ access_token }}/1\">\n"
|
||
" <img alt=\"Dissatisfied\" src=\"/rating/static/src/img/rating_1.png\" title=\"Dissatisfied\">\n"
|
||
" </a>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\" t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:600px;margin:auto;text-align:center;font-size:12px;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td style=\"padding-top:10px;color:#afafaf;\">\n"
|
||
" <p>Email automatically sent by <a target=\"_blank\" href=\"https://www.odoo.com/app/subscriptions\" style=\"color:#875A7B;text-decoration:none;\">Odoo Subscription</a> for <a t-att-href=\"object.company_id.website\" style=\"color:#875A7B;text-decoration:none;\" t-out=\"object.company_id.name or ''\">YourCompany</a></p>\n"
|
||
" </td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"background:#F0F0F0;color:#515166;padding:10px 0px;font-family:Arial,Helvetica,sans-serif;font-size:14px;\">\n"
|
||
" <t t-set=\"access_token\" t-value=\"object._rating_get_access_token()\"></t>\n"
|
||
" <table style=\"width:600px;margin:5px auto;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td t-if=\"not object.company_id.uses_default_logo\">\n"
|
||
" <a href=\"/\"><img t-attf-src=\"/logo.png?company={{ object.company_id.id }}\" style=\"vertical-align:baseline;max-width:100px;\"></a>\n"
|
||
" </td><td style=\"text-align:right;vertical-align:middle;\">\n"
|
||
" 满意度调查\n"
|
||
" </td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:600px;margin:0px auto;background:white;border:1px solid #e1e1e1;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\">\n"
|
||
" <p>您好,</p>\n"
|
||
" <p>请抽出时间,对我们为您提供的“<strong t-out=\"object.name or ''\">办公室清洁服务</strong>”进行评分\n"
|
||
" 分配给<strong t-out=\"object._rating_get_operator().name or ''\">Mitchell Admin</strong>。</p>\n"
|
||
" <p>我们感谢您的反馈意见。这有助于我们不断改进。</p>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"padding:10px 20px\">\n"
|
||
" <table summary=\"o_mail_notification\" style=\"width:100%;border-top:1px solid #e1e1e1;\">\n"
|
||
" <tr>\n"
|
||
" <td style=\"text-align:center;\">\n"
|
||
" <h2 style=\"font-weight:300;font-size:18px;\">\n"
|
||
" 请告诉我们您对我们服务的感受:\n"
|
||
" </h2>\n"
|
||
" <div style=\"text-color: #888888\">(点击其中一个表情符号)</div>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <tr>\n"
|
||
" <td style=\"padding:10px 10px;\">\n"
|
||
" <table style=\"width:100%;text-align:center;\">\n"
|
||
" <tr>\n"
|
||
" <td>\n"
|
||
" <a t-attf-href=\"/rate/{{ access_token }}/5\">\n"
|
||
" <img alt=\"Satisfied\" src=\"/rating/static/src/img/rating_5.png\" title=\"Satisfied\">\n"
|
||
" </a>\n"
|
||
" </td>\n"
|
||
" <td>\n"
|
||
" <a t-attf-href=\"/rate/{{ access_token }}/3\">\n"
|
||
" <img alt=\"Okay\" src=\"/rating/static/src/img/rating_3.png\" title=\"Okay\">\n"
|
||
" </a>\n"
|
||
" </td>\n"
|
||
" <td>\n"
|
||
" <a t-attf-href=\"/rate/{{ access_token }}/1\">\n"
|
||
" <img alt=\"Dissatisfied\" src=\"/rating/static/src/img/rating_1.png\" title=\"Dissatisfied\">\n"
|
||
" </a>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </table>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"padding:15px 20px 10px 20px;\" t-out=\"object.user_id.signature or ''\">--<br>Mitchell Admin</td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:600px;margin:auto;text-align:center;font-size:12px;\">\n"
|
||
" <tbody>\n"
|
||
" <tr><td style=\"padding-top:10px;color:#afafaf;\">\n"
|
||
" <p>此邮件为自动发送,<a target=\"_blank\" href=\"https://www.odoo.com/app/subscriptions\" style=\"color:#875A7B;text-decoration:none;\">由 Odoo 订阅</a>为<a t-att-href=\"object.company_id.website\" style=\"color:#875A7B;text-decoration:none;\" t-out=\"object.company_id.name or ''\">YourCompany</a></p>发出。\n"
|
||
" </td></tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" </div>\n"
|
||
" "
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid ""
|
||
"<em class=\"text-muted\" colspan=\"2\" invisible=\"not id\">\n"
|
||
" Action data can not be updated to avoid unexpected behaviors. Create a new action instead.\n"
|
||
" </em>"
|
||
msgstr ""
|
||
"<em class=\"text-muted\" colspan=\"2\" invisible=\"not id\">\n"
|
||
" 不能更新操作数据,以免出现意外行为。请创建一个新的操作。\n"
|
||
" </em>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_base_automation_form
|
||
msgid ""
|
||
"<em class=\"text-muted\" invisible=\"not is_sale_order_alert\">\n"
|
||
" Action data can not be updated to avoid unexpected behaviors. Create a new automation rule instead.\n"
|
||
" </em>"
|
||
msgstr ""
|
||
"<em class=\"text-muted\" invisible=\"not is_sale_order_alert\">\n"
|
||
" 不能更新操作数据以避免意外行为。请创建新的自动化规则。\n"
|
||
" </em>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "<i class=\"fa fa-download\"/> Download"
|
||
msgstr "<i class=\"fa fa-download\"/>已下载"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-check\"/> In Progress"
|
||
msgstr "<i class=\"fa fa-fw fa-check\"/> 进行中"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-check\"/> Paused"
|
||
msgstr "<i class=\"fa fa-fw fa-check\"/> 暂停"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-remove\"/> Closed"
|
||
msgstr "<i class=\"fa fa-fw fa-remove\"/> 已关闭"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "<i class=\"fa fa-fw fa-repeat\"/> To Renew"
|
||
msgstr "<i class=\"fa fa-fw fa-repeat\"/> 需续订"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "<i class=\"fa fa-print\"/> Print"
|
||
msgstr "<i class=\"fa fa-print\"/>打印"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_so_portal_template
|
||
msgid "<i class=\"oi oi-arrow-right me-1\"/>Back to your subscription"
|
||
msgstr "<i class=\"oi oi-arrow-right me-1\"/>返回您的订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "<option value=\"\">Choose a reason...</option>"
|
||
msgstr "<option value=\"\">选择一个原因...</option>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "<small class=\"text-muted\">Subscription Manager:</small>"
|
||
msgstr "<small class=\"text-muted\">订阅管理器:</small>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "<span class=\"align-middle\">for this subscription.</span>"
|
||
msgstr "<span class=\"align-middle\">对于此订阅。</span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid ""
|
||
"<span class=\"badge rounded-pill text-bg-danger\"><i class=\"fa fa-fw fa-"
|
||
"repeat\"/> To Renew</span>"
|
||
msgstr ""
|
||
"<span class=\"badge rounded-pill text-bg-danger\"><i class=\"fa fa-fw fa-"
|
||
"repeat\"/>需续订</span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid ""
|
||
"<span class=\"badge rounded-pill text-bg-dark\"><i class=\"fa fa-fw fa-"
|
||
"remove\"/> Closed</span>"
|
||
msgstr ""
|
||
"<span class=\"badge rounded-pill text-bg-dark\"><i class=\"fa fa-fw fa-"
|
||
"remove\"/>已关闭</span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid ""
|
||
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
|
||
"check\"/> In Progress</span>"
|
||
msgstr ""
|
||
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
|
||
"check\"/> 进行中 </span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid ""
|
||
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
|
||
"check\"/> Paused</span>"
|
||
msgstr ""
|
||
"<span class=\"badge rounded-pill text-bg-success\"><i class=\"fa fa-fw fa-"
|
||
"check\"/> 暂停</span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "<span class=\"o_stat_text\">Subscriptions</span>"
|
||
msgstr "<span class=\"o_stat_text\">订阅</span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.recurring_details
|
||
msgid "<span class=\"text-start\">Non Recurring</span>:"
|
||
msgstr "<span class=\"text-start\">非经常性</span>:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.recurring_details
|
||
msgid "<span class=\"text-start\">Recurring</span>:"
|
||
msgstr "<span class=\"text-start\">经常性</span>:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid ""
|
||
"<span invisible=\"not plan_id or subscription_state == "
|
||
"'7_upsell'\">until</span>"
|
||
msgstr ""
|
||
"<span invisible=\"not plan_id or subscription_state == "
|
||
"'7_upsell'\">直到</span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid ""
|
||
"<span>\n"
|
||
" There is already a pending payment for this subscription.\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span>\n"
|
||
" 该订购已有一笔待付款。\n"
|
||
" </span>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "<strong invisible=\"not rating_operator\">%</strong>"
|
||
msgstr "<strong invisible=\"not rating_operator\">%</strong>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "<strong> and </strong>"
|
||
msgstr "<strong> 和 </strong>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.report_saleorder_document
|
||
msgid "<strong>Recurring Plan:</strong>"
|
||
msgstr "<strong>经常性计划:</strong>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid ""
|
||
"<strong>Warning:</strong> the survey can only be shown if all information is"
|
||
" set. Please complete:"
|
||
msgstr "<strong>警告:</strong> 只有设置了所有信息,才能显示调查表。请填写:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "<strong>subscriptions</strong>"
|
||
msgstr "<strong>定期订购计划</strong>"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "<strong>to</strong>"
|
||
msgstr "<strong>到</strong>"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,body_html:sale_subscription.email_payment_success
|
||
msgid ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||
"<tbody>\n"
|
||
" <!-- HEADER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\">\n"
|
||
" <t t-set=\"company\" t-value=\"object.company_id or object.invoice_user_id.company_id or user.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">Your Subscription</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"ctx.get('code', ctx.get('subscription_name')) or 'Document'\">Document</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.name\">\n"
|
||
" </td></tr>\n"
|
||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- CONTENT -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||
" Dear <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n"
|
||
" Your Subscription (<t t-out=\"ctx.get('subscription_name') or ''\">CODE</t>\n"
|
||
" <t t-if=\"ctx.get('code')\">\n"
|
||
" , Reference: <t t-out=\"ctx.get('code')\"></t>\n"
|
||
" </t>) has just been renewed\n"
|
||
" <t t-if=\"ctx.get('total_amount') and ctx.get('payment_token')\">\n"
|
||
" via a payment of <t t-out=\"ctx.get('total_amount') or ''\">100</t> <t t-out=\"ctx.get('currency_name') or ''\">$</t> charged on <t t-out=\"ctx.get('payment_token') or ''\">PAYMENT_TOKEN</t>.\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" You will find your invoice attached.\n"
|
||
" <t t-if=\"ctx.get('next_date')\">\n"
|
||
" Your next invoice will be on <t t-out=\"format_date(ctx.get('next_date')) or ''\">05/05/2021</t>.\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" If you have any questions, do not hesitate to contact us.\n"
|
||
" <br><br>\n"
|
||
" Thank you for choosing <t t-out=\"company.name or ''\">YourCompany</t>!\n"
|
||
" <div t-if=\"user.signature\">\n"
|
||
" <br><br>\n"
|
||
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </div>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- FOOTER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\" align=\"left\">\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.website or ''\">http://www.example.com</a>\n"
|
||
" </t>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
"</tbody>\n"
|
||
"</table>\n"
|
||
"</td></tr>\n"
|
||
"<!-- POWERED BY -->\n"
|
||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
msgstr ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||
"<tbody>\n"
|
||
" <!-- HEADER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\">\n"
|
||
" <t t-set=\"company\" t-value=\"object.company_id or object.invoice_user_id.company_id or user.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">您的服务订阅</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"ctx.get('code', ctx.get('subscription_name')) or 'Document'\">文档</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.name\">\n"
|
||
" </td></tr>\n"
|
||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- CONTENT -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>您好!<br><br>\n"
|
||
" 您的服务订阅(<t t-out=\"ctx.get('subscription_name') or ''\">订购码</t>\n"
|
||
" <t t-if=\"ctx.get('code')\">\n"
|
||
" ,参考编号:<t t-out=\"ctx.get('code')\"></t>\n"
|
||
" </t>)刚\n"
|
||
" <t t-if=\"ctx.get('total_amount') and ctx.get('payment_token')\">\n"
|
||
" 以 <t t-out=\"ctx.get('currency_name') or ''\">$</t><t t-out=\"ctx.get('total_amount') or ''\">100</t>付款 (付款方式:<t t-out=\"ctx.get('payment_token') or ''\">PAYMENT_TOKEN</t>)\n"
|
||
" </t>成功续订。\n"
|
||
" <br><br>\n"
|
||
" 附上发票供您参考。\n"
|
||
" <t t-if=\"ctx.get('next_date')\">\n"
|
||
" 下一张发票将于<t t-out=\"format_date(ctx.get('next_date')) or ''\">2021 -05 -05 </t>开具。\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" 如有任何疑问,请随时联系我们。\n"
|
||
" <br><br>\n"
|
||
" 感谢您选择<t t-out=\"company.name or ''\">YourCompany</t>!\n"
|
||
" <div t-if=\"user.signature\">\n"
|
||
" <br><br>\n"
|
||
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </div>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- FOOTER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\" align=\"left\">\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.website or ''\">http://www.example.com</a>\n"
|
||
" </t>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
"</tbody>\n"
|
||
"</table>\n"
|
||
"</td></tr>\n"
|
||
"<!-- POWERED BY -->\n"
|
||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||
" 技术提供<a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">ERP</a>驱动\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,body_html:sale_subscription.email_payment_close
|
||
msgid ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||
"<tbody>\n"
|
||
" <!-- HEADER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\">\n"
|
||
" <t t-set=\"company\" t-value=\"object.company_id or object.user_id.company_id or user.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">Your Subscription</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Office Cleaning Service</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.name\">\n"
|
||
" </td></tr>\n"
|
||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- CONTENT -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n"
|
||
" <t t-if=\"ctx.get('payment_token') and ctx.get('total_amount')\">\n"
|
||
" Our final attempt to process a payment for your subscription using your payment method\n"
|
||
" <t t-out=\"ctx.get('payment_token') or ''\">TOKEN</t>\n"
|
||
" for <t t-out=\"ctx['total_amount'] or ''\">100</t> <t t-out=\"ctx.get('currency') or ''\">$</t> failed.\n"
|
||
" <t t-if=\"ctx.get('error')\">\n"
|
||
" Your bank or credit institution gave the following details about the issue: <pre t-out=\"ctx['error'] or ''\"></pre>.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" Our final attempt to process a payment for your subscription failed because we have no payment method recorded for you.\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" As your payment should have been made <strong><t t-out=\"ctx.get('auto_close_limit') or ''\">5</t> days ago</strong>, your subscription has been terminated.\n"
|
||
" Should you wish to resolve this issue, do not hesitate to contact us.<br><br>\n"
|
||
" Thank you for choosing <t t-out=\"company.name or ''\">YourCompany</t>!\n"
|
||
" <div t-if=\"user.signature\">\n"
|
||
" <br><br>\n"
|
||
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </div>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- FOOTER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\" align=\"left\">\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.website or ''\">http://www.example.com</a>\n"
|
||
" </t>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
"</tbody>\n"
|
||
"</table>\n"
|
||
"</td></tr>\n"
|
||
"<!-- POWERED BY -->\n"
|
||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
msgstr ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||
"<tbody>\n"
|
||
" <!-- HEADER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\">\n"
|
||
" <t t-set=\"company\" t-value=\"object.company_id or object.user_id.company_id or user.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">您的服务计划</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">办公室清洁服务</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.name\">\n"
|
||
" </td></tr>\n"
|
||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- CONTENT -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||
" <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>您好!<br><br>\n"
|
||
" <t t-if=\"ctx.get('payment_token') and ctx.get('total_amount')\">\n"
|
||
" 我们最后一次尝试使用您的付款方式\n"
|
||
" <t t-out=\"ctx.get('payment_token') or ''\">TOKEN</t>,\n"
|
||
" 就您的服务计划收取<t t-out=\"ctx['total_amount'] or ''\">100</t> <t t-out=\"ctx.get('currency') or ''\">$</t> 费用,但仍未成成功。\n"
|
||
" <t t-if=\"ctx.get('error')\">\n"
|
||
" 对于有关问题,您的银行或信用卡发卡机构提供了有关该问题的以下详情:<pre t-out=\"ctx['error'] or ''\"></pre>。\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" 由于系统未有您的付款方式和记录,我们无法处理您的服务计划付款。\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" 由于您应在 5<strong><t t-out=\"ctx.get('auto_close_limit') or ''\">5</t> 天前完成付款,</strong>您的服务计划现已终止。\n"
|
||
" 如果您希望解决此问题,请随时与我们联系。<br><br>\n"
|
||
" 感谢选择<t t-out=\"company.name or ''\">YourCompany</t>!\n"
|
||
" <div t-if=\"user.signature\">\n"
|
||
" <br><br>\n"
|
||
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </div>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- FOOTER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\" align=\"left\">\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.website or ''\">http://www.example.com</a>\n"
|
||
" </t>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
"</tbody>\n"
|
||
"</table>\n"
|
||
"</td></tr>\n"
|
||
"<!-- POWERED BY -->\n"
|
||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||
" 由<a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>驱动\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,body_html:sale_subscription.email_payment_reminder
|
||
msgid ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||
"<tbody>\n"
|
||
" <!-- HEADER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\">\n"
|
||
" <t t-set=\"company\" t-value=\"object.company_id or object.user_id.company_id or user.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">Your Subscription</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">Office Cleaning Service</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.name\">\n"
|
||
" </td></tr>\n"
|
||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- CONTENT -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||
" Hello <t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>,<br><br>\n"
|
||
" <t t-if=\"ctx.get('payment_token') and ctx.get('total_amount')\">\n"
|
||
" We were unable to process a payment for your subscription using your payment method\n"
|
||
" <t t-out=\"ctx['payment_token'] or ''\">TOKEN</t>\n"
|
||
" for <t t-out=\"ctx['total_amount'] or ''\">10</t> <t t-out=\"ctx.get('currency_name') or ''\">$</t>.\n"
|
||
" <t t-if=\"ctx.get('error')\">\n"
|
||
" Your bank or credit institution gave the following details about the issue: <pre t-out=\"ctx['error'] or ''\"></pre>.\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" We were unable to process a payment for your subscription because we have no payment method recorded for you.\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" Your subscription <t t-out=\"ctx.get('code') or ''\">CODE</t> is still valid but will be <strong>suspended</strong>\n"
|
||
" on <t t-out=\"format_date(ctx.get('date_close')) or ''\">05/05/2021</t> unless the payment succeeds in the mean time (we will retry once every day).\n"
|
||
" Please double-check that you have sufficient funds.<br><br>\n"
|
||
" If you have any questions, do not hesitate to contact us.<br><br>\n"
|
||
" Thank you for choosing <t t-out=\"company.name or ''\">YourCompany</t>!\n"
|
||
" <div>\n"
|
||
" <t t-if=\"user.signature\">\n"
|
||
" <br><br>\n"
|
||
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- FOOTER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\" align=\"left\">\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.website or ''\">http://www.example.com</a>\n"
|
||
" </t>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
"</tbody>\n"
|
||
"</table>\n"
|
||
"</td></tr>\n"
|
||
"<!-- POWERED BY -->\n"
|
||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||
" Powered by <a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
msgstr ""
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\"><tr><td align=\"center\">\n"
|
||
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||
"<tbody>\n"
|
||
" <!-- HEADER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\">\n"
|
||
" <t t-set=\"company\" t-value=\"object.company_id or object.user_id.company_id or user.company_id\"></t>\n"
|
||
" <span style=\"font-size: 10px;\">您的订阅</span><br>\n"
|
||
" <span style=\"font-size: 20px; font-weight: bold;\" t-out=\"object.name or ''\">办公室清洁服务</span>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"right\" t-if=\"not company.uses_default_logo\">\n"
|
||
" <img t-attf-src=\"/logo.png?company={{ company.id }}\" style=\"padding: 0px; margin: 0px; height: auto; width: 80px;\" t-att-alt=\"company.name\">\n"
|
||
" </td></tr>\n"
|
||
" <tr><td colspan=\"2\" style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin:16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- CONTENT -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||
" 您好,<t t-out=\"object.partner_id.name or ''\">Brandon Freeman</t>。<br><br>\n"
|
||
" <t t-if=\"ctx.get('payment_token') and ctx.get('total_amount')\">\n"
|
||
" 我们无法使用您的付款方式处理您的订购付款。\n"
|
||
" <t t-out=\"ctx['payment_token'] or ''\">TOKEN</t>\n"
|
||
" 为<t t-out=\"ctx['total_amount'] or ''\">10</t> <t t-out=\"ctx.get('currency_name') or ''\">美元</t>。\n"
|
||
" <t t-if=\"ctx.get('error')\">\n"
|
||
" 您的银行或信用机构提供了以下有关问题的细节:<pre t-out=\"ctx['error'] or ''\"></pre>。\n"
|
||
" </t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" 由于没有记录您的付款方式,我们无法处理您的订阅支付。\n"
|
||
" </t>\n"
|
||
" <br><br>\n"
|
||
" 您的订阅<t t-out=\"ctx.get('code') or ''\">CODE</t>仍然有效,但将于 <strong></strong>\n"
|
||
" 于<t t-out=\"format_date(ctx.get('date_close')) or ''\">2021 年 5 月 5 日终止,</t> 如要继续订阅,请在此日期前完成支付(系统会每天重复一次)。\n"
|
||
" 请再次确认您的资金充足。\n"
|
||
" 如有任何疑问,请随时联系我们。<br><br>\n"
|
||
" 感谢您选择 <t t-out=\"company.name or ''\">YourCompany</t>!\n"
|
||
" <div>\n"
|
||
" <t t-if=\"user.signature\">\n"
|
||
" <br><br>\n"
|
||
" <t t-out=\"user.signature or ''\">--<br>Mitchell Admin</t>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td style=\"text-align:center;\">\n"
|
||
" <hr width=\"100%\" style=\"background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;\">\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" <!-- FOOTER -->\n"
|
||
" <tr>\n"
|
||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; font-size: 11px; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||
" <tr><td valign=\"middle\" align=\"left\">\n"
|
||
" <t t-out=\"company.name or ''\">YourCompany</t>\n"
|
||
" </td></tr>\n"
|
||
" <tr><td valign=\"middle\" align=\"left\" style=\"opacity: 0.7;\">\n"
|
||
" <t t-if=\"company.phone\">\n"
|
||
" <t t-out=\"company.phone or ''\">+1 650-123-4567</t> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.email\">\n"
|
||
" <a t-attf-href=\"'mailto:%s' % {{ company.email }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.email or ''\">info@yourcompany.com</a> |\n"
|
||
" </t>\n"
|
||
" <t t-if=\"company.website\">\n"
|
||
" <a t-attf-href=\"'%s' % {{ company.website }}\" style=\"text-decoration:none; color: #454748;\" t-out=\"company.website or ''\">http://www.example.com</a>\n"
|
||
" </t>\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
"</tbody>\n"
|
||
"</table>\n"
|
||
"</td></tr>\n"
|
||
"<!-- POWERED BY -->\n"
|
||
"<tr><td align=\"center\" style=\"min-width: 590px;\">\n"
|
||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;\">\n"
|
||
" <tr><td style=\"text-align: center; font-size: 13px;\">\n"
|
||
" 由<a target=\"_blank\" href=\"https://www.odoo.com?utm_source=db&utm_medium=mail\" style=\"color: #875A7B;\">Odoo</a>驱动\n"
|
||
" </td></tr>\n"
|
||
" </table>\n"
|
||
"</td></tr>\n"
|
||
"</table>\n"
|
||
" "
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"A canceled SO cannot be in progress. You should close %s before canceling "
|
||
"it."
|
||
msgstr "取消的 SO 不能正在进行中。取消前应关闭 %s。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "A renewal has been created by the client."
|
||
msgstr "客户已创建续订。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "A renewal quotation %s has been created"
|
||
msgstr "已创建续订报价%s"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_analysis_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_pivot
|
||
msgid "ARR Change"
|
||
msgstr "ARR 变动"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__arr_change_normalized
|
||
msgid "ARR Change (normalized)"
|
||
msgstr "平均房价变化(正常化)"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Action"
|
||
msgstr "操作"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Action Name"
|
||
msgstr "动作名称"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_needaction
|
||
msgid "Action Needed"
|
||
msgstr "待处理"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__action
|
||
msgid "Action To Do"
|
||
msgstr "待办的动作"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__action_server_ids
|
||
msgid "Actions"
|
||
msgstr "动作"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__active
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__active
|
||
msgid "Active"
|
||
msgstr "已启用"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__contract_number
|
||
msgid "Active Subscriptions Change"
|
||
msgstr "有效订阅更改"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Activity"
|
||
msgstr "活动"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.mail_activity_plan_menu_config_subscription
|
||
msgid "Activity Plans"
|
||
msgstr "活动计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_type_id
|
||
msgid "Activity Type"
|
||
msgstr "活动类型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.mail_activity_type_action_config_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.subscription_menu_config_activity_type
|
||
msgid "Activity Types"
|
||
msgstr "活动类型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__user_quantity
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__user_quantity
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_search
|
||
msgid "Add Products"
|
||
msgstr "添加产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Add Quantity"
|
||
msgstr "添加数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.mail_activity_plan_action_subscription
|
||
msgid "Add a new plan"
|
||
msgstr "添加新计划"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Add a new rule"
|
||
msgstr "添加新规则"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.product_pricelist_view
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.product_template_view_form_recurring
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Add a price rule"
|
||
msgstr "添加价格规则"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid ""
|
||
"Add a recurring plan for this product, or create a new one with the desired "
|
||
"recurrence (e.g., Monthly)"
|
||
msgstr "为该产品添加重复性计划,或按所需的重复周期(例如:每月)创建一个新计划"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "All"
|
||
msgstr "全部"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__user_quantity
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_plan__user_quantity
|
||
msgid ""
|
||
"Allow customers to create an Upsell quote to adjust the quantity of products"
|
||
" in their subscription.Only products that are listed as \"optional "
|
||
"products\" can be modified."
|
||
msgstr "允许客户创建 Upsell 报价,以调整订购产品的数量。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_plan__related_plan_id
|
||
msgid ""
|
||
"Allow your customers to switch from this plan to another on quotation (new "
|
||
"subscription or renewal)"
|
||
msgstr "允许客户在报价(新订购或续订)时从该计划切换到另一个计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__amount_signed
|
||
msgid "Amount Signed"
|
||
msgstr "已签字金额"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "An upsell has been created by the client."
|
||
msgstr "客户创建了一个追加销售。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "An upsell quotation %s has been created"
|
||
msgstr "已创建追加销售报价%s"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_account_analytic_account
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__analytic_account_id
|
||
msgid "Analytic Account"
|
||
msgstr "分析账户"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__recurring_yearly
|
||
msgid "Annual Recurring Revenue"
|
||
msgstr "年度经常性收入"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Anticipate payment:"
|
||
msgstr "预计付款:"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__filter_domain
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Apply on"
|
||
msgstr "应用于"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_template_view_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Archived"
|
||
msgstr "已存档"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__archived_product_count
|
||
msgid "Archived Product"
|
||
msgstr "存档产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__archived_product_ids
|
||
msgid "Archived Products"
|
||
msgstr "归档产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_user
|
||
msgid "Assign To"
|
||
msgstr "指派给"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__subscription_action__assign_token
|
||
msgid "Assign Token"
|
||
msgstr "指派令牌"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_attachment_count
|
||
msgid "Attachment Count"
|
||
msgstr "附件计数"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__renewal_state__authorized
|
||
msgid "Authorized"
|
||
msgstr "授权"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__auto_close_limit
|
||
msgid "Automatic Closing"
|
||
msgstr "自动关闭"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__auto_close_limit_display
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_search
|
||
msgid "Automatic Closing After"
|
||
msgstr "自动关闭后"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Automatic payment failed after multiple attempts. Contract closed "
|
||
"automatically."
|
||
msgstr "多次尝试自动付款失败。合约自动关闭。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Automatic payment failed. Check the corresponding invoice %s. We can't "
|
||
"automatically process negative payment"
|
||
msgstr "自动付款失败。请检查对应的发票 %s。我们不能自动处理负数金额的付款"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Automatic payment failed. Email sent to customer. Error: %s"
|
||
msgstr "自动付款失败。已向客户发送电子邮件。错误:%s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Automatic payment failed. No country specified on payment_token's partner"
|
||
msgstr "自动支付失败。payment_token的合作伙伴未指定国家/地区"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Automatic payment failed. No email sent this time. Error: %s"
|
||
msgstr "自动付款失败。未发送电子邮件。错误:%s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Automatic payment succeeded. Payment reference: %(ref)s. Amount: %(amount)s."
|
||
" Contract set to: In Progress, Next Invoice: %(inv)s. Email sent to "
|
||
"customer."
|
||
msgstr ""
|
||
"自动付款成功。付款参考: %(ref)s. 金额: %(amount)s.合同设置为:进行中,下一张结算:%(inv)s。发送给客户的电子邮件。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__payment_exception
|
||
msgid ""
|
||
"Automatic payment with token failed. The payment provider configuration and "
|
||
"token should be checked"
|
||
msgstr "使用令牌自动支付失败。应检查支付提供商的配置和令牌"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_auto_close_limit_reached
|
||
msgid "Automatic renewal failed"
|
||
msgstr "自动续订失败"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Automatic renewal succeeded. Free subscription. Next Invoice: %(inv)s. No "
|
||
"email sent."
|
||
msgstr "自动续订成功。免费订阅。下一发票:%(inv)s。未发送电子邮件。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_base_automation
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__automation_id
|
||
msgid "Automation Rule"
|
||
msgstr "自动化规则"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__name
|
||
msgid "Automation Rule Name"
|
||
msgstr "自动化规则名称"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_alert_action
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_alert
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_tree
|
||
msgid "Automation Rules"
|
||
msgstr "自动化规则"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_avg
|
||
msgid "Average Rating"
|
||
msgstr "平均评价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__health__bad
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__health__bad
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__health__bad
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__health__bad
|
||
msgid "Bad"
|
||
msgstr "糟糕"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Bad Health"
|
||
msgstr "身体差了"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__filter_pre_domain
|
||
msgid "Before Update Domain"
|
||
msgstr "更新前域表达式"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:sale.order.close.reason,retention_message:sale_subscription.close_reason_1
|
||
msgid ""
|
||
"Before closing your subscription, we'd like to offer you to schedule a call "
|
||
"with Marc Demo, your account manager."
|
||
msgstr "在关闭订阅之前,我们希望能安排与您的客户经理 Marc Demo 进行通话。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__billing_period_display
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__name
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Billing Period"
|
||
msgstr "计费周期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__billing_period_display_sentence
|
||
msgid "Billing Period Display"
|
||
msgstr "账单期显示"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__retention_button_link
|
||
msgid "Button Link"
|
||
msgstr "按钮连接"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__retention_button_text
|
||
msgid "Button Text"
|
||
msgstr "按钮文本"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__percentage_satisfaction
|
||
msgid ""
|
||
"Calculate the ratio between the number of the best ('great') ratings and the"
|
||
" total number of ratings"
|
||
msgstr "计算最佳('高分' )评分数与评分总数之间的比率"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__campaign_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__campaign_id
|
||
msgid "Campaign"
|
||
msgstr "营销"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.product_template_search_view_inherit_sale_subscription
|
||
msgid "Can be Recurring"
|
||
msgstr "可能是经常性的"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_change_customer_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_wizard_view_form
|
||
msgid "Cancel"
|
||
msgstr "取消"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.server,name:sale_subscription.model_sale_order_subscription_cancel
|
||
msgid "Cancel Subscription"
|
||
msgstr "取消订购"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__order_state__cancel
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__state__cancel
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_cancel
|
||
msgid "Cancelled"
|
||
msgstr "已取消"
|
||
|
||
#. module: sale_subscription
|
||
#: model:product.template,name:sale_subscription.product_car_leasing_product_template
|
||
msgid "Car Leasing (SUB)"
|
||
msgstr "汽车租赁 (子)"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_change_customer_wizard_action
|
||
msgid "Change Customer"
|
||
msgstr "变更客户"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_so_portal_template
|
||
msgid "Change Plan"
|
||
msgstr "更改计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_so_portal_template
|
||
msgid "Change Plan for"
|
||
msgstr "变革计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.server,name:sale_subscription.model_sale_order_subscription_change_customer
|
||
msgid "Change customer"
|
||
msgstr "变更客户"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Check reopened subscription"
|
||
msgstr "检查重新开放的订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Choose a product name.<br/><i>(e.g. eLearning Access)</i>"
|
||
msgstr "选择一个产品的名字<br/><i>(例如网络访问)。</i>"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Choose the invoice duration for your subscription"
|
||
msgstr "选择订阅的发票期限"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__event_type__2_churn
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__event_type__2_churn
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "Churn"
|
||
msgstr "搅动"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__6_churn
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__6_churn
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__6_churn
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__6_churn
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__6_churn
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__6_churn
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Churned"
|
||
msgstr "已流失"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Click here to add some products or services"
|
||
msgstr "点击此处添加产品或服务"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__user_closable
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_search
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__user_closable
|
||
msgid "Closable"
|
||
msgstr "关闭"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_so_portal_template
|
||
msgid "Close"
|
||
msgstr "关闭"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_close_reason_wizard_action
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__close_reason_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__close_reason_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__close_reason_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__close_reason_id
|
||
msgid "Close Reason"
|
||
msgstr "关闭原因"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_close_reason_action
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_close_reason_action
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_wizard_view_form
|
||
msgid "Close Reasons"
|
||
msgstr "关闭原因"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "Close Subscription"
|
||
msgstr "关闭订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Closed"
|
||
msgstr "已关闭"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
msgid "Closed subscriptions"
|
||
msgstr "封闭的订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Closing text: %s"
|
||
msgstr "关闭文本。%s"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__commercial_partner_id
|
||
msgid "Commercial Entity"
|
||
msgstr "商业实体"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_res_company
|
||
msgid "Companies"
|
||
msgstr "公司"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__company_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__company_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__company_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__company_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__company_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__company_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "Company"
|
||
msgstr "公司"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "配置设置"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_config
|
||
msgid "Configuration"
|
||
msgstr "配置"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_res_config_settings__invoice_consolidation
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.res_config_settings_view_form
|
||
msgid ""
|
||
"Consolidate all of a customer's subscriptions that are due to be billed on "
|
||
"the same day onto a single invoice."
|
||
msgstr "将客户所有应在同一天结算的订购合并到一张发票上。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_res_config_settings__invoice_consolidation
|
||
msgid "Consolidate subscriptions billing"
|
||
msgstr "合并订阅账单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_res_partner
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Contact"
|
||
msgstr "联系人"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,retention_button_text:sale_subscription.close_reason_1
|
||
msgid "Contact Marc"
|
||
msgstr "联系 Marc"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_template__duration_unit
|
||
msgid "Contract duration"
|
||
msgstr "平均合同期限"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__payment_exception
|
||
msgid "Contract in exception"
|
||
msgstr "例外合同"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__event_type__15_contraction
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__event_type__15_contraction
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "Contraction"
|
||
msgstr "缩减"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Contracts whose payment has failed"
|
||
msgstr "付款失败的合同"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__country_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
msgid "Country"
|
||
msgstr "国家/地区"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Create Alternative"
|
||
msgstr "创建替代"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Create Invoice"
|
||
msgstr "创建发票"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_plan_action
|
||
msgid "Create a new plan"
|
||
msgstr "创建新计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.product_action_subscription
|
||
msgid "Create a new product"
|
||
msgstr "创建新产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_filtered
|
||
msgid "Create a new subscription"
|
||
msgstr "创建新订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_alert_action
|
||
msgid "Create a new subscription alert"
|
||
msgstr "创建一个新的订阅提醒"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_plan
|
||
msgid "Create a new subscription plan"
|
||
msgstr "创建新的订购计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_template_action
|
||
msgid "Create a new template of subscription"
|
||
msgstr "创建一个新的订阅模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_quotes
|
||
msgid "Create a subscription quotation"
|
||
msgstr "创建订阅报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__action__next_activity
|
||
msgid "Create next activity"
|
||
msgstr "创建下一个活动"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_plan
|
||
msgid "Create subscriptions plan"
|
||
msgstr "创建订阅计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_quotes
|
||
msgid ""
|
||
"Create subscriptions to manage recurring invoicing and payments. Subscriptions can\n"
|
||
" be time-bounded or not. In case of a limited period, they are flagged as to be renewed\n"
|
||
" one month from the end date."
|
||
msgstr ""
|
||
"创建订阅,以管理经常性的开票和付款。订阅可以\n"
|
||
" 有时间限制或没有。如果是有期限的,它们会被标记为在结束日期的一个月后续订\n"
|
||
" 从结束日期起一个月内续订。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Create your first subscription product here"
|
||
msgstr "在这里创建您的第一个订阅产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__create_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__create_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__create_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__create_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__create_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__create_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__create_uid
|
||
msgid "Created by"
|
||
msgstr "创建人"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__create_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__create_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__create_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__create_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__create_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__create_date
|
||
msgid "Created on"
|
||
msgstr "创建日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__cron_nextcall
|
||
msgid "Cron Nextcall"
|
||
msgstr "定时下一个电话"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__currency_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__currency_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__currency_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__currency_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__currency_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_tree
|
||
msgid "Currency"
|
||
msgstr "币种"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_product_product__product_subscription_pricing_ids
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_product_template__product_subscription_pricing_ids
|
||
msgid "Custom Subscription Pricings"
|
||
msgstr "自定义订阅定价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__partner_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__partner_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Customer"
|
||
msgstr "客户"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__commercial_partner_id
|
||
msgid "Customer Company"
|
||
msgstr "客户公司"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__country_id
|
||
msgid "Customer Country"
|
||
msgstr "客户国家"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__commercial_partner_id
|
||
msgid "Customer Entity"
|
||
msgstr "客户实体"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__industry_id
|
||
msgid "Customer Industry"
|
||
msgstr "客户行业"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__client_order_ref
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__client_order_ref
|
||
msgid "Customer Reference"
|
||
msgstr "客户参考号"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__state_id
|
||
msgid "Customer State"
|
||
msgstr "客户省/州"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__partner_zip
|
||
msgid "Customer ZIP"
|
||
msgstr "客户邮编"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__user_closable
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_plan__user_closable
|
||
msgid "Customer can close their subscriptions."
|
||
msgstr "客户可以关闭订阅。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__user_extend
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_plan__user_extend
|
||
msgid "Customer can create a renewal quotation for their subscription."
|
||
msgstr "客户可为其订阅创建续订报价单。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__customer_ids
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_orders_customers
|
||
msgid "Customers"
|
||
msgstr "客户"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__create_date
|
||
msgid "Date"
|
||
msgstr "日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__next_invoice_date
|
||
msgid "Date of Next Invoice"
|
||
msgstr "下一次开票的日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Date:"
|
||
msgstr "日期:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Days"
|
||
msgstr "天"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_res_company__subscription_default_plan_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_res_config_settings__subscription_default_plan_id
|
||
msgid "Default Recurrence"
|
||
msgstr "默认重复周期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.res_config_settings_view_form
|
||
msgid "Default period to use as recurrence for a new quotation."
|
||
msgstr "新报价使用的默认重复周期期间。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_pending
|
||
msgid "Define a new subscription"
|
||
msgstr "定义新订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Delay After Trigger"
|
||
msgstr "触发后延时"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trg_date_range
|
||
msgid ""
|
||
"Delay after the trigger date. You can put a negative number if you need a "
|
||
"delay before the trigger date, like sending a reminder 15 minutes before a "
|
||
"meeting."
|
||
msgstr "触发日期后的延迟。如果需要在触发日期前延迟,比如在会议前 15 分钟发送提醒,可以输入负数。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_date_range
|
||
msgid "Delay after trigger date"
|
||
msgstr "触发日期后的延迟"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_date_range_type
|
||
msgid "Delay type"
|
||
msgstr "延迟类型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__description
|
||
msgid "Description"
|
||
msgstr "描述"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Destination"
|
||
msgstr "目的地"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Details"
|
||
msgstr "详情"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "Discard, I want to stay"
|
||
msgstr "算了,我想保留"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__discount
|
||
msgid "Discount %"
|
||
msgstr "折扣%"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__discount_amount
|
||
msgid "Discount Amount"
|
||
msgstr "折扣金额"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__display_late
|
||
msgid "Display Late"
|
||
msgstr "显示迟到"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__display_name
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__display_name
|
||
msgid "Display Name"
|
||
msgstr "显示名称"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Download"
|
||
msgstr "下载"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__renewal_state__draft
|
||
msgid "Draft"
|
||
msgstr "草稿"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_date_deadline_range
|
||
msgid "Due Date In"
|
||
msgstr "截止日期至"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_date_deadline_range_type
|
||
msgid "Due type"
|
||
msgstr "到期类型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__billing_period_value
|
||
msgid "Duration"
|
||
msgstr "时长"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template__duration_unit
|
||
msgid "Duration Unit"
|
||
msgstr "持续时间 单位"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__template_id
|
||
msgid "Email Template"
|
||
msgstr "EMail模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_plan__invoice_mail_template_id
|
||
msgid ""
|
||
"Email template used to send invoicing email automatically.\n"
|
||
"Leave it empty if you don't want to send email automatically."
|
||
msgstr ""
|
||
"用于自动发送发票电子邮件的电子邮件模板。\n"
|
||
"如果不想自动发送电子邮件,请将其留空。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__empty_retention_message
|
||
msgid "Empty Retention Message"
|
||
msgstr "空白挽留消息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template__duration_value
|
||
msgid "End After"
|
||
msgstr "结束后"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__end_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__end_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__end_date
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "End Date"
|
||
msgstr "结束日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_end_of_contract
|
||
msgid "End of contract"
|
||
msgstr "合约终止"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Error during renewal of contract %s %s %s"
|
||
msgstr "续订合同期间错误 %s %s %s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Error during renewal of contract %s (Payment not recorded)"
|
||
msgstr "续约%s时出错(未记录付款)"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__event_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__event_date
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "Event Date"
|
||
msgstr "事件日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "Event Type"
|
||
msgstr "活动类型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__event_type__1_expansion
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__event_type__1_expansion
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "Expansion"
|
||
msgstr "加大"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Expiration Date:"
|
||
msgstr "到期日期:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Failed Payments"
|
||
msgstr "付款失败"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__on_change_field_ids
|
||
msgid "Fields that trigger the onchange."
|
||
msgstr "触发一次更改的字段。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "First Contract"
|
||
msgstr "首份合约"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__first_contract_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__first_contract_date
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "First Contract Date"
|
||
msgstr "首次合同日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__origin_order_id
|
||
msgid "First Order"
|
||
msgstr "首个订单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__origin_order_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__origin_order_id
|
||
msgid "First contract"
|
||
msgstr "首次合同日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__first_contract_date
|
||
msgid "First contract date"
|
||
msgstr "首次合同日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_follower_ids
|
||
msgid "Followers"
|
||
msgstr "关注者"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_partner_ids
|
||
msgid "Followers (Partners)"
|
||
msgstr "关注者(合作伙伴)"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Future"
|
||
msgstr "未来"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Future Activities"
|
||
msgstr "未来活动"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Go ahead and create a new product"
|
||
msgstr "继续创造一个新产品"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Go ahead and create a new subscription"
|
||
msgstr "继续创建新订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Go back to the subscription view"
|
||
msgstr "返回订阅视图"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__health__done
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__health__done
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__health__done
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__health__done
|
||
msgid "Good"
|
||
msgstr "好"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Good Health"
|
||
msgstr "身体好"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__weight
|
||
msgid "Gross Weight"
|
||
msgstr "毛重"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Group By"
|
||
msgstr "分组方式"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Happy face"
|
||
msgstr "笑脸"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__model_is_mail_thread
|
||
msgid "Has Mail Thread"
|
||
msgstr "有邮件主题"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__has_message
|
||
msgid "Has Message"
|
||
msgstr "有消息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__has_recurring_line
|
||
msgid "Has Recurring Line"
|
||
msgstr "有重复行"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__health
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__health
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__health
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__health
|
||
msgid "Health"
|
||
msgstr "健康"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.module.category,description:sale_subscription.module_category_subscription_management
|
||
msgid "Helps you handle subscriptions and recurring invoicing."
|
||
msgstr "帮你处理订阅和定期开票。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "History"
|
||
msgstr "历史"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__history_count
|
||
msgid "History Count"
|
||
msgstr "历史驾驶员计数"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_4
|
||
msgid "I don't use it"
|
||
msgstr "我不使用它"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__message_needaction
|
||
msgid "If checked, new messages require your attention."
|
||
msgstr "如果勾选此项,则需要查看新消息。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__message_has_error
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__message_has_sms_error
|
||
msgid "If checked, some messages have a delivery error."
|
||
msgstr "如果勾选此项, 某些消息将出现发送错误。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__payment_token_id
|
||
msgid "If not set, the automatic payment will fail."
|
||
msgstr "如果没有设置,自动支付将失败。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__filter_domain
|
||
msgid ""
|
||
"If present, this condition must be satisfied before executing the automation"
|
||
" rule."
|
||
msgstr "如果存在,则在执行自动化规则前必须满足该条件。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__filter_pre_domain
|
||
msgid ""
|
||
"If present, this condition must be satisfied before the update of the "
|
||
"record."
|
||
msgstr "如果存在,记录更新前必须满足此条件。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__end_date
|
||
msgid ""
|
||
"If set in advance, the subscription will be set to renew 1 month before the "
|
||
"date and will be closed on the date set in this field."
|
||
msgstr "如果提前设置,订阅将被设置为提前1个月更新,并在此字段中设置的日期关闭。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_product_product__recurring_invoice
|
||
#: model:ir.model.fields,help:sale_subscription.field_product_template__recurring_invoice
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_line__recurring_invoice
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_template_line__recurring_invoice
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_template_option__recurring_invoice
|
||
msgid ""
|
||
"If set, confirming a sale order with this product will create a subscription"
|
||
msgstr "如果设置了,在确认带有这个产品的订单的时候会创建一个订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "If you wish to reopen it, the"
|
||
msgstr "如果您希望重新打开它,则"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid ""
|
||
"If you wish to reopen it, you can pay your invoice for the current invoicing"
|
||
" period."
|
||
msgstr "如果您希望重新打开它,您可以为当前的开票单期支付您的开票单。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__3_progress
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__3_progress
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__3_progress
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__3_progress
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__3_progress
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__3_progress
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
#, python-format
|
||
msgid "In Progress"
|
||
msgstr "进行中"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__industry_id
|
||
msgid "Industry"
|
||
msgstr "行业"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Initial"
|
||
msgstr "初始"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__internal_note
|
||
msgid "Internal Note"
|
||
msgstr "内部备注"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__internal_note_display
|
||
msgid "Internal Note Display"
|
||
msgstr "内部注释显示"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Internal notes"
|
||
msgstr "内部说明"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__invoice_mail_template_id
|
||
msgid "Invoice Email Template"
|
||
msgstr "结算单邮件模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__invoice_status
|
||
msgid "Invoice Status"
|
||
msgstr "发票状态"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,subject:sale_subscription.email_payment_success
|
||
msgid ""
|
||
"Invoice for subscription {{ ctx.get('code', ctx.get('subscription_name')) }}"
|
||
msgstr "订阅的结算单 {{ ctx.get('code', ctx.get('subscription_name')) }}"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__is_batch
|
||
msgid "Is Batch"
|
||
msgstr "是整批"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_is_follower
|
||
msgid "Is Follower"
|
||
msgstr "是关注者"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__is_protected
|
||
msgid "Is Protected"
|
||
msgstr "受保护"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__is_renewing
|
||
msgid "Is Renewing"
|
||
msgstr "正在续期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_base_automation__is_sale_order_alert
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__is_sale_order_alert
|
||
msgid "Is Sale Order Alert"
|
||
msgstr "销售订单警报"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template__is_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__is_subscription
|
||
msgid "Is Subscription"
|
||
msgstr "是否订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__is_upselling
|
||
msgid "Is Upselling"
|
||
msgstr "加售"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__is_invoice_cron
|
||
msgid "Is a Subscription invoiced in cron"
|
||
msgstr "订阅是否在 cron 中开具结算"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_account_move
|
||
msgid "Journal Entry"
|
||
msgstr "日记账分录"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_account_move_line
|
||
msgid "Journal Item"
|
||
msgstr "日记账项目"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__kpi_1month_mrr_delta
|
||
msgid "KPI 1 Month MRR Delta"
|
||
msgstr "KPI 1 月 MRR Delta"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__kpi_1month_mrr_percentage
|
||
msgid "KPI 1 Month MRR Percentage"
|
||
msgstr "KPI 1 个月MRP比例"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__kpi_3months_mrr_percentage
|
||
msgid "KPI 3 Months MRR Percentage"
|
||
msgstr "KPI 3个月MRP比例"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__kpi_3months_mrr_delta
|
||
msgid "KPI 3 months MRR Delta"
|
||
msgstr "KPI 13个月MRP差异"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template__is_unlimited
|
||
msgid "Last Forever"
|
||
msgstr "最后的永恒"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__last_run
|
||
msgid "Last Run"
|
||
msgstr "最后运行"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__write_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__write_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__write_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__write_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__write_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__write_uid
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "最后更新人"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__write_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__write_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__write_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__write_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_close_reason_wizard__write_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__write_date
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "上次更新日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__last_invoice_date
|
||
msgid "Last invoice date"
|
||
msgstr "最后结算日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Late Activities"
|
||
msgstr "最近活动"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Latest Rating: Dissatisfied"
|
||
msgstr "最新评价。不满意"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Latest Rating: Okay"
|
||
msgstr "最新评价:很棒"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Latest Rating: Satisfied"
|
||
msgstr "最近点评:满意"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__least_delay_msg
|
||
msgid "Least Delay Msg"
|
||
msgstr "最小延迟消息"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Let's add a pricing with a recurrence"
|
||
msgstr "添加定期定价"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Let's add price for selected recurrence"
|
||
msgstr "让我们为选定的重复周期添加价格"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Let's choose the customer for your subscription"
|
||
msgstr "让我们为您的订阅计划选择客户"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Let's go to the catalog to create our first subscription product"
|
||
msgstr "让我们去目录创建我们的第一个订阅产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__log_webhook_calls
|
||
msgid "Log Calls"
|
||
msgstr "通话记录"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__log_currency_id
|
||
msgid "Log Currency"
|
||
msgstr "日志货币"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Log a note..."
|
||
msgstr "记录一个备注..."
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_tree
|
||
msgid "MRR"
|
||
msgstr "MRR"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_order_log_analysis_action
|
||
msgid "MRR Analysis"
|
||
msgstr "MRR分析"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "MRR Between"
|
||
msgstr "MRR 之间"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_order_log_growth_action
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_order_log_growth_report
|
||
msgid "MRR Breakdown"
|
||
msgstr "MRR 细分"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__amount_signed
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_analysis_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_pivot
|
||
msgid "MRR Change"
|
||
msgstr "MRR 变动"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__mrr_change_normalized
|
||
msgid "MRR Change (normalized)"
|
||
msgstr "总成果比率变化(正常化)"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__mrr_change_amount
|
||
msgid "MRR Change Amount"
|
||
msgstr "MRR 变化量"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "MRR Change More"
|
||
msgstr "MRR 改变更多"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__mrr_change_period
|
||
msgid "MRR Change Period"
|
||
msgstr "MRR 变化周期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__mrr_change_unit
|
||
msgid "MRR Change Unit"
|
||
msgstr "MRR 变化单元"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__mrr_max
|
||
msgid "MRR Range Max"
|
||
msgstr "MRR 最大范围"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__mrr_min
|
||
msgid "MRR Range Min"
|
||
msgstr "MRR 最小距离"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_order_log_analysis_report
|
||
msgid "MRR Timeline"
|
||
msgstr "MRR 时间线"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_tree
|
||
msgid "MRR change"
|
||
msgstr "MRR 变动"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "MRR changes"
|
||
msgstr "MRR 更改"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_log__recurring_monthly
|
||
msgid "MRR, after applying the changes of that particular event"
|
||
msgstr "MRR,在应用该特定事件的变化之后"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
msgid "MRR:"
|
||
msgstr "MRR:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Manage Payment Method"
|
||
msgstr "管理支付方式"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_home_subscription
|
||
msgid "Manage your subscriptions"
|
||
msgstr "管理订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid ""
|
||
"Managing payment methods requires to be logged in under the customer order."
|
||
msgstr "管理付款方式需要根据客户订单登录。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Manual payment succeeded. Payment reference: %(ref)s. Amount: %(amount)s. "
|
||
"Contract set to: In Progress, Next Invoice: %(inv)s. Email sent to customer."
|
||
msgstr "手动付款成功。付款编号:%(ref)s。金额:%(amount)s。合约已设为:进行中。下次发票:%(inv)s。电邮已发送给客户。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__margin
|
||
msgid "Margin"
|
||
msgstr "毛利"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__medium_id
|
||
msgid "Medium"
|
||
msgstr "媒介"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__starred_user_ids
|
||
msgid "Members"
|
||
msgstr "成员"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__retention_message
|
||
msgid "Message"
|
||
msgstr "消息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_has_error
|
||
msgid "Message Delivery error"
|
||
msgstr "消息发送错误"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_ids
|
||
msgid "Messages"
|
||
msgstr "消息"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Mix of negative recurring lines and non-recurring line. The contract should "
|
||
"be fixed manually"
|
||
msgstr "负重复秆与非重复行混合。应手动固定合同"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__model_id
|
||
msgid "Model"
|
||
msgstr "模型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__model_name
|
||
msgid "Model Name"
|
||
msgstr "模型名称"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__model_id
|
||
msgid "Model on which the automation rule runs."
|
||
msgstr "运行自动化规则的模型。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__trigger_condition__on_create_or_write
|
||
msgid "Modification"
|
||
msgstr "修改"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.subscription.plan,name:sale_subscription.subscription_plan_month
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Monthly"
|
||
msgstr "每月"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__recurring_monthly
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__recurring_monthly
|
||
msgid "Monthly Recurring"
|
||
msgstr "每月经常性"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_account_move_line__subscription_mrr
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_line__recurring_monthly
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__recurring_monthly
|
||
msgid "Monthly Recurring Revenue"
|
||
msgstr "每月经常性收入"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_template__duration_unit__month
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_plan__billing_period_unit__month
|
||
msgid "Months"
|
||
msgstr "个月"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "My Subscriptions"
|
||
msgstr "我的订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__name
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_tree
|
||
#, python-format
|
||
msgid "Name"
|
||
msgstr "名称"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__health__normal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__health__normal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__health__normal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__health__normal
|
||
msgid "Neutral"
|
||
msgstr "中立"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Neutral face"
|
||
msgstr "平静"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__event_type__0_creation
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__event_type__0_creation
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
msgid "New"
|
||
msgstr "新建"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__partner_id
|
||
msgid "New Customer"
|
||
msgstr "新客户"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_change_customer_view_form
|
||
msgid "New Customer Information"
|
||
msgstr "新客户资料"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__partner_shipping_id
|
||
msgid "New Delivery Address"
|
||
msgstr "新交付地址"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_change_customer_wizard__partner_invoice_id
|
||
msgid "New Invoice Address"
|
||
msgstr "新发票地址"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__recurring_monthly
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_tree
|
||
msgid "New MRR"
|
||
msgstr "新MRR"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Newest"
|
||
msgstr "最新"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid "Next Billing Date"
|
||
msgstr "下一次账单日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Next Billing Date:"
|
||
msgstr "下一次账单日期:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
msgid "Next Invoice"
|
||
msgstr "下一个结算单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__next_invoice_date
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Next Invoice Date"
|
||
msgstr "下一个结算日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
msgid "Next Invoice:"
|
||
msgstr "下一张结算单:"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Next invoice Date"
|
||
msgstr "下一次发票日期"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "No Payment Method"
|
||
msgstr "无付款方式 "
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "No automatic mail"
|
||
msgstr "无自动邮件"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "No thanks, close my account"
|
||
msgstr "不用了,关闭我的账户"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "No valid Payment Method"
|
||
msgstr "无有效付款方式"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
msgid "Non Recurring"
|
||
msgstr "非经常性"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_order_product_search_inherit
|
||
msgid "Non-recurring"
|
||
msgstr "非经常性"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_template_view_form
|
||
msgid "None"
|
||
msgstr "无"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sales_order_filter_subscription
|
||
msgid "Not Recurring"
|
||
msgstr "非周期性"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_note
|
||
msgid "Note"
|
||
msgstr "注释"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__note_order
|
||
msgid "Note Order"
|
||
msgstr "备注订单"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Notes"
|
||
msgstr "备注"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
msgid "Number"
|
||
msgstr "数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_needaction_counter
|
||
msgid "Number of Actions"
|
||
msgstr "操作数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_has_error_counter
|
||
msgid "Number of errors"
|
||
msgstr "错误数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__message_needaction_counter
|
||
msgid "Number of messages requiring action"
|
||
msgstr "需要采取行动的消息数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__message_has_error_counter
|
||
msgid "Number of messages with delivery error"
|
||
msgstr "发送错误的消息的数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_pending
|
||
msgid ""
|
||
"Odoo automatically sets subscriptions to be renewed in a pending\n"
|
||
" state. After the negotiation, the salesman should close or renew\n"
|
||
" pending subscriptions."
|
||
msgstr ""
|
||
"ERP 自动将订阅设置为待定\n"
|
||
" 状态。协商结束后,销售人员应关闭或更新\n"
|
||
" 待定订阅."
|
||
|
||
#. module: sale_subscription
|
||
#: model:product.template,name:sale_subscription.product_office_cleaning_product_template
|
||
#: model:sale.order.template.line,name:sale_subscription.montly_template_line
|
||
#: model:sale.order.template.line,name:sale_subscription.yearly_template_line
|
||
msgid "Office Cleaning Service (SUB)"
|
||
msgstr "办公室清洁服务 (SUB)"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__on_change_field_ids
|
||
msgid "On Change Fields Trigger"
|
||
msgstr "变化字段的触发器"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order_template.py:0
|
||
#, python-format
|
||
msgid "Operation not supported"
|
||
msgstr "不支持的操作"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__related_plan_id
|
||
msgid "Optional Plans"
|
||
msgstr "可选计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Order"
|
||
msgstr "订单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__date
|
||
msgid "Order Date"
|
||
msgstr "单据日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__name
|
||
msgid "Order Reference"
|
||
msgstr "订单关联"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
msgid "Order Status"
|
||
msgstr "订单状态"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__origin_order_id
|
||
msgid "Origin Contract"
|
||
msgstr "原始合同"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_5
|
||
msgid "Other"
|
||
msgstr "其他"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Over"
|
||
msgstr "超出"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__subscription_id
|
||
msgid "Parent Contract"
|
||
msgstr "母合同"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_line__parent_line_id
|
||
msgid "Parent Line"
|
||
msgstr "上级行"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
msgid "Parent Subscription"
|
||
msgstr "母项订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/res_partner.py:0
|
||
#, python-format
|
||
msgid "Partner Subscription"
|
||
msgstr "合作伙伴订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.server,name:sale_subscription.model_sale_order_subscription_pause_record
|
||
msgid "Pause Subscription"
|
||
msgstr "暂停订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__4_paused
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__4_paused
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__4_paused
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__4_paused
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__4_paused
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__4_paused
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Paused"
|
||
msgstr "已暂停"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Pay now"
|
||
msgstr "现在支付"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Payment Failure"
|
||
msgstr "付款失败"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_payment_method
|
||
msgid "Payment Method"
|
||
msgstr "付款方式"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_payment_provider
|
||
msgid "Payment Provider"
|
||
msgstr "支付提供商"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__payment_term_id
|
||
msgid "Payment Terms"
|
||
msgstr "付款条款"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_payment_token
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__payment_token_id
|
||
msgid "Payment Token"
|
||
msgstr "支付令牌"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_payment_transaction
|
||
msgid "Payment Transaction"
|
||
msgstr "支付交易"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Payment method:"
|
||
msgstr "付款方式:"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Payment not recorded"
|
||
msgstr "未记录支付"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Payment recorded: %s"
|
||
msgstr "已记录支付:%s"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,subject:sale_subscription.email_payment_reminder
|
||
msgid ""
|
||
"Payment reminder for subscription {{ object.client_order_ref or object.name "
|
||
"}}"
|
||
msgstr "订阅 {{ object.client_order_ref 或 object.name }} 的支付提醒"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__renewal_state__pending
|
||
msgid "Pending"
|
||
msgstr "待定"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__pending_transaction
|
||
msgid "Pending Transaction"
|
||
msgstr "待处理交易"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Pending transaction"
|
||
msgstr "待处理交易"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__mrr_change_period
|
||
msgid "Period over which the KPI is calculated"
|
||
msgstr "计算KPI的时期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__plan_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__plan_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
msgid "Plan"
|
||
msgstr "安排"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_action_plan
|
||
msgid "Plans"
|
||
msgstr "计划"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/xml/payment_form_templates.xml:0
|
||
#, python-format
|
||
msgid "Please provide another payment method for these subscriptions first."
|
||
msgstr "请先为这些订阅提供另一种付款方式。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "Portal: retention step"
|
||
msgstr "客户页面:挽留步骤"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_product_pricelist
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__pricelist_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__pricelist_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__pricelist_id
|
||
msgid "Pricelist"
|
||
msgstr "价格表"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_pricelist
|
||
msgid "Pricelists"
|
||
msgstr "价目表"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Pricing"
|
||
msgstr "价格"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_subscription_pricing
|
||
msgid "Pricing rule of subscription products"
|
||
msgstr "订购产品的定价规则"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Print"
|
||
msgstr "打印"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_product_template
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__product_tmpl_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Product"
|
||
msgstr "产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__categ_id
|
||
msgid "Product Category"
|
||
msgstr "产品类别"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_product_product
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__product_id
|
||
msgid "Product Variant"
|
||
msgstr "产品变体"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__product_variant_ids
|
||
msgid "Product Variants"
|
||
msgstr "产品规格"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.product_action_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__product_template_id
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_product
|
||
#: model:ir.ui.menu,name:sale_subscription.product_menu_catalog
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Products"
|
||
msgstr "产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__qty_delivered
|
||
msgid "Qty Delivered"
|
||
msgstr "已送货数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__qty_invoiced
|
||
msgid "Qty Invoiced"
|
||
msgstr "已结算数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__product_uom_qty
|
||
msgid "Qty Ordered"
|
||
msgstr "订购数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__qty_to_deliver
|
||
msgid "Qty To Deliver"
|
||
msgstr "待交货数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__qty_to_invoice
|
||
msgid "Qty To Invoice"
|
||
msgstr "待开票数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_tree
|
||
msgid "Quantity"
|
||
msgstr "数量"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__1_draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__order_state__draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__1_draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__1_draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__1_draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__state__draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__1_draft
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__1_draft
|
||
#, python-format
|
||
msgid "Quotation"
|
||
msgstr "报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__order_state__sent
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__state__sent
|
||
msgid "Quotation Sent"
|
||
msgstr "报价已发送"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_template
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
msgid "Quotation Template"
|
||
msgstr "报价模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_template_line
|
||
msgid "Quotation Template Line"
|
||
msgstr "报价模板行"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_template_option
|
||
msgid "Quotation Template Option"
|
||
msgstr "报价模板选项"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
msgid "Quotation Template:"
|
||
msgstr "报价模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_template_action
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_template_of_subscription
|
||
msgid "Quotation Templates"
|
||
msgstr "报价模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_action_quotes
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_quotes
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Quotations"
|
||
msgstr "报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_avg_text
|
||
msgid "Rating Avg Text"
|
||
msgstr "评价平均文本"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_last_feedback
|
||
msgid "Rating Last Feedback"
|
||
msgstr "最新反馈评级"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_last_image
|
||
msgid "Rating Last Image"
|
||
msgstr "最新图像评级"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_last_value
|
||
msgid "Rating Last Value"
|
||
msgstr "最新值评级"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__rating_operator
|
||
msgid "Rating Operator"
|
||
msgstr "评级操作员"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__rating_percentage
|
||
msgid "Rating Percentage"
|
||
msgstr "评级百分比"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_percentage_satisfaction
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Rating Satisfaction"
|
||
msgstr "评级满意度"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__rating_percentage
|
||
msgid ""
|
||
"Rating Satisfaction is the ratio of positive rating to total number of "
|
||
"rating."
|
||
msgstr "评价满意度是正面评价与评价总数的比率。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_last_text
|
||
msgid "Rating Text"
|
||
msgstr "评分文本"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_count
|
||
msgid "Rating count"
|
||
msgstr "点评数"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__rating_ids
|
||
msgid "Ratings"
|
||
msgstr "点评"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__name
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_wizard_view_form
|
||
msgid "Reason"
|
||
msgstr "原因"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__record_getter
|
||
msgid "Record Getter"
|
||
msgstr "记录获取"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__is_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.product_template_view_form_recurring
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_order_product_search_inherit
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sales_order_filter_subscription
|
||
msgid "Recurring"
|
||
msgstr "定期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__recurring_details
|
||
msgid "Recurring Details"
|
||
msgstr "经常性详细信息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__plan_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template__plan_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__plan_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Recurring Plan"
|
||
msgstr "经常性计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_portal_content_inherit
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Recurring Plan:"
|
||
msgstr "经常性计划:"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_plan_action
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_plans
|
||
msgid "Recurring Plans"
|
||
msgstr "经常性计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_pricing__price
|
||
msgid "Recurring Price"
|
||
msgstr "循环价格"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.product_pricelist_view
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.product_template_view_form_recurring
|
||
msgid "Recurring Prices"
|
||
msgstr "经常性价格"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_product_pricelist__product_subscription_pricing_ids
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__product_subscription_pricing_ids
|
||
msgid "Recurring Pricing"
|
||
msgstr "循环定价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__recurring_total
|
||
msgid "Recurring Revenue"
|
||
msgstr "周期收益"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Recurring period must be a positive number. Please ensure the input is a "
|
||
"valid positive numeric value."
|
||
msgstr "循环周期必须为正数。请确保输入的值为有效正数值。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order_line.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Recurring products are discounted according to the prorated period from %s "
|
||
"to %s"
|
||
msgstr "经常性产品的折扣,是按以下期间按比例计算:%s至%s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order_line.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Recurring products are entirely discounted as the next period has not been "
|
||
"invoiced yet."
|
||
msgstr "由于尚未开具下一期发票,因此经常性产品可享受全部折扣。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Reference:"
|
||
msgstr "参考:"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__renewal_state__cancel
|
||
msgid "Refused"
|
||
msgstr "已拒绝"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__order_reference
|
||
msgid "Related Order"
|
||
msgstr "相关订单"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__user_extend
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__user_extend
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
#, python-format
|
||
msgid "Renew"
|
||
msgstr "续订"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__renewal_count
|
||
msgid "Renewal Count"
|
||
msgstr "续订数目"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__2_renewal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__2_renewal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__2_renewal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__2_renewal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__2_renewal
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__2_renewal
|
||
#, python-format
|
||
msgid "Renewal Quotation"
|
||
msgstr "续约报价"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Renewal Quotations"
|
||
msgstr "续订报价单"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Renewal Quote"
|
||
msgstr "续订报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_payment_transaction__renewal_state
|
||
msgid "Renewal State"
|
||
msgstr "续订状态"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__5_renewed
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__5_renewed
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__5_renewed
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__5_renewed
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__5_renewed
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__5_renewed
|
||
msgid "Renewed"
|
||
msgstr "续订"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Reopen"
|
||
msgstr "重开"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_report
|
||
msgid "Reporting"
|
||
msgstr "报告"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_user_id
|
||
msgid "Responsible"
|
||
msgstr "负责人"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Resume"
|
||
msgstr "恢复"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_report_cohort
|
||
msgid "Retention"
|
||
msgstr "保留"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_report_cohort_action
|
||
msgid "Retention Analysis"
|
||
msgstr "保留分析"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__message_has_sms_error
|
||
msgid "SMS Delivery error"
|
||
msgstr "短信发送错误"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__sms_template_id
|
||
msgid "SMS Template"
|
||
msgstr "短信息模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid "Sad face"
|
||
msgstr "悲伤的表情"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_option
|
||
msgid "Sale Options"
|
||
msgstr "销售选项"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__order_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__order_id
|
||
msgid "Sale Order"
|
||
msgstr "销售订单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_alert
|
||
msgid "Sale Order Alert"
|
||
msgstr "销售订单提醒"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.action_sale_order_lines
|
||
msgid "Sale Order Lines"
|
||
msgstr "销售订单行"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_log
|
||
msgid "Sale Order Log"
|
||
msgstr "销售订单日志"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_analysis_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_pivot
|
||
msgid "Sale Order Log Analysis"
|
||
msgstr "销售订单记录分析"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.server,name:sale_subscription.ir_cron_sale_subscription_update_kpi_ir_actions_server
|
||
msgid "Sale Subscription: Update KPI"
|
||
msgstr "销售订阅:更新 KPI"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.server,name:sale_subscription.account_analytic_cron_for_invoice_ir_actions_server
|
||
msgid "Sale Subscription: generate recurring invoices and payments"
|
||
msgstr "销售订阅:生成常用结算单和付款"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.server,name:sale_subscription.account_analytic_cron_ir_actions_server
|
||
msgid "Sale Subscription: subscriptions expiration"
|
||
msgstr "销售订阅:订阅到期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.account_analytic_account_view_inherit_sale_subscription
|
||
msgid "Sales"
|
||
msgstr "销售"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_advance_payment_inv
|
||
msgid "Sales Advance Payment Invoice"
|
||
msgstr "销售预支付结算单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_report
|
||
msgid "Sales Analysis Report"
|
||
msgstr "销售分析报告"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Sales History"
|
||
msgstr "销售历史"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_log_report
|
||
msgid "Sales Log Analysis Report"
|
||
msgstr "销售订单分析报告"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__order_state__sale
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__state__sale
|
||
msgid "Sales Order"
|
||
msgstr "销售订单"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_line
|
||
msgid "Sales Order Line"
|
||
msgstr "销售订单行"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__team_ids
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__team_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__team_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__team_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Sales Team"
|
||
msgstr "销售团队"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__activity_user__channel_leader
|
||
msgid "Sales Team Leader"
|
||
msgstr "销售团队负责人"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__user_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__user_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__user_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Salesperson"
|
||
msgstr "销售员"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_template_view_search
|
||
msgid "Search Template"
|
||
msgstr "搜索模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_pricing__product_variant_ids
|
||
msgid ""
|
||
"Select Variants of the Product for which this rule applies. Leave empty if "
|
||
"this rule applies for any variant of this template."
|
||
msgstr "选择此规则适用的产品变体。如果此规则适用于此模板的任何变体,则留空。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid "Select a recurring product"
|
||
msgstr "选择经常性产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_pricing__product_template_id
|
||
msgid "Select products on which this pricing will be applied."
|
||
msgstr "选择适用此定价的产品。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_form
|
||
msgid "Self-Service"
|
||
msgstr "自助服务"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__subscription_action__automatic_send_mail
|
||
msgid "Send Mail (automatic payment)"
|
||
msgstr "发送邮件(自动支付)"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__payment_transaction__subscription_action__manual_send_mail
|
||
msgid "Send Mail (manual payment)"
|
||
msgstr "发送邮件(手动支付)"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_pending
|
||
msgid ""
|
||
"Send a renewal quotation to the customer.\n"
|
||
" When it is confirmed, the subscription is running again."
|
||
msgstr ""
|
||
"向客户发送一份续订报价。\n"
|
||
" 当它被确认后,订阅又开始运行。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_act_window_sms_composer_multi
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_act_window_sms_composer_single
|
||
msgid "Send an SMS Text Message"
|
||
msgstr "发送SMS短信息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__action__sms
|
||
msgid "Send an SMS Text Message to the customer"
|
||
msgstr "向客户发送一条SMS短信息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__action__mail_post
|
||
msgid "Send an email to the customer"
|
||
msgstr "发送EMail给客户"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Send message"
|
||
msgstr "发送消息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,description:sale_subscription.email_payment_success
|
||
msgid ""
|
||
"Sent automatically with subscription invoice when payment is successful"
|
||
msgstr "支付成功后与订阅结算一起自动发送"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,description:sale_subscription.email_payment_close
|
||
msgid ""
|
||
"Sent to customer to indicate that subscription is automatically terminated"
|
||
msgstr "发送给客户以指示订阅自动终止"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,description:sale_subscription.email_payment_reminder
|
||
msgid ""
|
||
"Sent to customer when payment failed but subscription is not yet cancelled"
|
||
msgstr "支付失败但订阅尚未取消时发送给客户"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__sequence
|
||
msgid "Sequence"
|
||
msgstr "序列"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__action_id
|
||
msgid "Server Action"
|
||
msgstr "服务器动作"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__action__set_health_value
|
||
msgid "Set Contract Health value"
|
||
msgstr "设置合同运行状况值"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "Set Payment Method"
|
||
msgstr "设置付款方式"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,description:sale_subscription.mail_template_subscription_rating
|
||
msgid ""
|
||
"Set on subscription's stage (e.g. Closed, Upsell) to ask a rating to "
|
||
"customers"
|
||
msgstr "设置订阅阶段(例如封闭式、追加销售)以向客户询问评分"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.payment_form_inherit
|
||
msgid "Set payment method for subscription"
|
||
msgstr "设置订阅付款方式"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_settings
|
||
msgid "Settings"
|
||
msgstr "设置"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__starred
|
||
msgid "Show Subscription on dashboard"
|
||
msgstr "显示仪表板上的订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Show all records which has next action date is before today"
|
||
msgstr "显示下一操作日期早于今天的所有记录"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__health
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__health
|
||
msgid "Show the health status"
|
||
msgstr "显示健康状况"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trg_selection_field_id
|
||
msgid ""
|
||
"Some triggers need a reference to a selection field. This field is used to "
|
||
"store it."
|
||
msgstr "某些触发器需要选择字段的引用。这个字段就是用来存储的。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trg_field_ref
|
||
msgid ""
|
||
"Some triggers need a reference to another field. This field is used to store"
|
||
" it."
|
||
msgstr "某些触发器需要另一个字段的引用。这个字段就是用来存储它的。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__source_id
|
||
msgid "Source"
|
||
msgstr "来源"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__product_ids
|
||
msgid "Specific Products"
|
||
msgstr "指定产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_user_ids
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__activity_user__users
|
||
msgid "Specific Users"
|
||
msgstr "特定用户"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__subscription_state
|
||
msgid "Stage"
|
||
msgstr "阶段"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__subscription_state_from
|
||
msgid "Stage from"
|
||
msgstr "阶段由"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Stage goes from"
|
||
msgstr "阶段从"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__start_date
|
||
msgid "Start Date"
|
||
msgstr "开始日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Start Date:"
|
||
msgstr "开始日期:"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.message.subtype,name:sale_subscription.subtype_state_change
|
||
msgid "State Change"
|
||
msgstr "状态变更"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__order_state
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__state
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__state
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
#, python-format
|
||
msgid "Status"
|
||
msgstr "状态"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_change_customer_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_wizard_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_so_portal_template
|
||
msgid "Submit"
|
||
msgstr "提交"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_account_move_line__subscription_id
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_template_view_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_view_cohort
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_view_cohort
|
||
#, python-format
|
||
msgid "Subscription"
|
||
msgstr "订阅"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"Subscription %s has been canceled. The parent order %s has been reopened.\n"
|
||
" You should close %s if the customer churned, or renew it if the customer continue the service.\n"
|
||
" Note: if you already created a new subscription instead of renewing it, please cancel your newly\n"
|
||
" created subscription and renew %s instead"
|
||
msgstr ""
|
||
"订阅%s已取消。母订单%s已重新打开。\n"
|
||
"如果客户流失,您应关闭%s,如果客户继续使用服务,则应续订。\n"
|
||
"注意:如果您已创建新订阅而不是续订,请取消新创建的订阅并续订%s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Subscription %s has been reopened. The end date has been removed"
|
||
msgstr "订阅%s已重新开放。已删除结束日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_payment_transaction__subscription_action
|
||
msgid "Subscription Action"
|
||
msgstr "订阅操作"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_subscription_report
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_graph
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_tree
|
||
msgid "Subscription Analysis"
|
||
msgstr "订阅分析"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_subscription_change_customer_wizard
|
||
msgid "Subscription Change Customer Wizard"
|
||
msgstr "订阅变更客户向导"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__subscription_child_ids
|
||
msgid "Subscription Child"
|
||
msgstr "订阅子项"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_order_close_reason
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "Subscription Close Reason"
|
||
msgstr "订阅关闭原因"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_subscription_close_reason_wizard
|
||
msgid "Subscription Close Reason Wizard"
|
||
msgstr "订阅关闭原因向导"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_account_analytic_account__subscription_count
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__subscription_count
|
||
msgid "Subscription Count"
|
||
msgstr "订阅计数"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Subscription Information"
|
||
msgstr "订阅信息"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.view_sale_order_log_growth_tree
|
||
msgid "Subscription Log Analysis"
|
||
msgstr "订阅记录分析"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__order_log_ids
|
||
msgid "Subscription Logs"
|
||
msgstr "订阅日志"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model,name:sale_subscription.model_sale_subscription_plan
|
||
msgid "Subscription Plan"
|
||
msgstr "订阅计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.mail_activity_plan_action_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__subscription_plan_ids
|
||
msgid "Subscription Plans"
|
||
msgstr "订阅计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_product_product__recurring_invoice
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_product_template__recurring_invoice
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_line__recurring_invoice
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template_line__recurring_invoice
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_template_option__recurring_invoice
|
||
msgid "Subscription Product"
|
||
msgstr "订阅产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Subscription Quotation"
|
||
msgstr "订阅报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__activity_user__contract
|
||
msgid "Subscription Salesperson"
|
||
msgstr "订阅销售人员"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__subscription_state
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__subscription_state
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__subscription_state
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
msgid "Subscription State"
|
||
msgstr "订阅状态"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__subscription_state
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Subscription Status"
|
||
msgstr "订阅状态"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__template_id
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__template_id
|
||
msgid "Subscription Template"
|
||
msgstr "订阅模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_2
|
||
msgid "Subscription does not meet my requirements"
|
||
msgstr "订阅不符合我的要求"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_1
|
||
msgid "Subscription is too expensive"
|
||
msgstr "订阅太贵"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_plan
|
||
msgid ""
|
||
"Subscription plans are used to configure the recurring, invoicing, and self-"
|
||
"service behavior of subscriptions."
|
||
msgstr "订阅计划用于配置订阅的周期性、开票和自助服务行为。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_3
|
||
msgid "Subscription reached its end date"
|
||
msgstr "订阅到达结束日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_log__subscription_state
|
||
msgid "Subscription stage category when the change occurred"
|
||
msgstr "发生变化时的订阅阶段类别"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.message.subtype,description:sale_subscription.subtype_state_change
|
||
msgid "Subscription state has changed"
|
||
msgstr "订阅状态已变更"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_portal_content_inherit
|
||
msgid "Subscription:"
|
||
msgstr "订阅:"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,name:sale_subscription.mail_template_subscription_alert
|
||
msgid "Subscription: Default Email Alert"
|
||
msgstr "订阅:默认的电子邮件提醒"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sms.template,name:sale_subscription.sms_template_data_default_alert
|
||
msgid "Subscription: Default SMS Alert"
|
||
msgstr "订阅:默认短信息提示"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,name:sale_subscription.email_payment_close
|
||
msgid "Subscription: Payment Failure"
|
||
msgstr "订阅:支付失败"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,name:sale_subscription.email_payment_reminder
|
||
msgid "Subscription: Payment Reminder"
|
||
msgstr "订阅:支付提醒"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,name:sale_subscription.email_payment_success
|
||
msgid "Subscription: Payment Success And Invoice"
|
||
msgstr "订阅:支付成功和结算"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sms.template,name:sale_subscription.sms_template_data_payment_failure
|
||
msgid "Subscription: Payment failure"
|
||
msgstr "订阅:支付失败"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sms.template,name:sale_subscription.sms_template_data_payment_reminder
|
||
msgid "Subscription: Payment reminder"
|
||
msgstr "订阅:支付提醒"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,name:sale_subscription.mail_template_subscription_rating
|
||
msgid "Subscription: Rating Request"
|
||
msgstr "订阅:要求评价"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order_alert.py:0
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_action
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_action_filtered
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_account_analytic_account__subscription_ids
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_res_partner__subscription_count
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_res_users__subscription_count
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__active_subs_count
|
||
#: model:ir.module.category,name:sale_subscription.module_category_subscription_management
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_action
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_analysis
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_root
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_home_menu_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_home_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.res_partner_view_inherit_sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_activity
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
#, python-format
|
||
msgid "Subscriptions"
|
||
msgstr "订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_report_analysis_action
|
||
msgid "Subscriptions Analysis"
|
||
msgstr "订阅分析"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_quotes
|
||
msgid ""
|
||
"Subscriptions can be automatically generated from sales orders in Sales or eCommerce\n"
|
||
" apps."
|
||
msgstr ""
|
||
"订阅可以从销售或电子商务中的销售订单自动生成\n"
|
||
" 应用程序。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Subscriptions that are not assigned to an account manager."
|
||
msgstr "尚未指派给客户经理的订阅。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_tree
|
||
msgid "Sum of Monthly Recurring"
|
||
msgstr "每月经常性收入总和"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_analysis_view_tree
|
||
msgid "Sum of Yearly Recurring Revenue"
|
||
msgstr "年度经常性收入之和"
|
||
|
||
#. module: sale_subscription
|
||
#: model:base.automation,name:sale_subscription.subscription_alert_percent_revenue_base_automation
|
||
msgid "Take action on less satisfied clients"
|
||
msgstr "对不太满意的客户采取行动"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__team_user_id
|
||
msgid "Team Leader"
|
||
msgstr "团队负责人"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "Tell us, why are you leaving?"
|
||
msgstr "告诉我们,为什么要离开?"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_log_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Template"
|
||
msgstr "模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,description:sale_subscription.mail_template_subscription_alert
|
||
msgid ""
|
||
"Template to be used on customized alerts for subscriptions requiring "
|
||
"attention"
|
||
msgstr "用于需要注意的订阅的自定义警报的模板"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_template_action
|
||
msgid ""
|
||
"Templates are used to prefigure subscription that\n"
|
||
" can be selected by the salespeople to quickly configure the\n"
|
||
" terms and conditions of the subscription."
|
||
msgstr ""
|
||
"可使用模版来预示订阅\n"
|
||
" 销售人员可选择此模版来快速配置\n"
|
||
" 订阅的条款."
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,subject:sale_subscription.email_payment_close
|
||
msgid ""
|
||
"Termination of subscription {{ object.client_order_ref or object.name }}"
|
||
msgstr "终止订阅 {{ object.client_order_ref 或 object.name }}"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_account_move_line__subscription_mrr
|
||
msgid ""
|
||
"The MRR is computed by dividing the signed amount (in company currency) by the amount of time between the start and end dates converted in months.\n"
|
||
"This allows comparison of invoice lines created by subscriptions with different temporalities.\n"
|
||
"The computation assumes that 1 month is comprised of exactly 30 days, regardless of the actual length of the month."
|
||
msgstr ""
|
||
"MRR的计算方法是将签署的金额(以公司货币计算)除以以月为单位的开始和结束日期之间的时间。\n"
|
||
"这允许比较不同时间性的订阅所产生的结算单项目。\n"
|
||
"计算时假定1个月正好由30天组成,而不考虑该月的实际长度。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trigger_field_ids
|
||
msgid ""
|
||
"The automation rule will be triggered if and only if one of these fields is "
|
||
"updated.If empty, all fields are watched."
|
||
msgstr "如果为空,则所有字段都会被监视。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_pricing.py:0
|
||
#, python-format
|
||
msgid "The company of the plan is different from the company of the pricelist"
|
||
msgstr "计划公司与价目表公司不同"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The deferred settings are not properly set. Please complete them to generate"
|
||
" subscription deferred revenues"
|
||
msgstr "请正确完成续订设置,以便生成的续订收入"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.constraint,message:sale_subscription.constraint_sale_order_template_check_duration_value
|
||
msgid "The duration can't be negative or 0."
|
||
msgstr "持续时间不能为负数或 0。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__first_contract_date
|
||
msgid ""
|
||
"The first contract date is the start date of the first contract of the "
|
||
"sequence. It is common across a subscription and its renewals."
|
||
msgstr "首次合同日期指序列中首次合同的开始日期,常见于订阅和续订。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The following recurring orders have draft invoices. Please Confirm them or "
|
||
"cancel them before creating new invoices. %s."
|
||
msgstr "以下经常性订单具有草稿发票。请在创建新发票前确认或取消草稿%s。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/account_move.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The following refund %s has been made on this contract. Please check the "
|
||
"next invoice date if necessary."
|
||
msgstr "本合同已完成以下退款%s。如需要,请检查下一发票日期。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The last invoice (%s) of this subscription is unpaid after the due date."
|
||
msgstr "此订阅的最后一张发票(%s)未在到期日后支付。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__pending_transaction
|
||
msgid "The last transaction of the order is currently pending"
|
||
msgstr "订单的最后一笔交易正在等待处理"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.constraint,message:sale_subscription.constraint_sale_order_check_start_date_lower_next_invoice_date
|
||
msgid "The next invoice date of a sale order should be after its start date."
|
||
msgstr "销售订单的下一个结算日期应在其开始日期之后。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__next_invoice_date
|
||
msgid ""
|
||
"The next invoice will be created on this date then the period will be "
|
||
"extended."
|
||
msgstr "将在此日期上创建下一张结算单,那么期间将会延长。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order_close_reason.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The reason %s is required by the Subscription application and cannot be "
|
||
"deleted."
|
||
msgstr "原因%s是订阅应用程序所需的,不可删除。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "The reason for closing a subscription"
|
||
msgstr "终止订阅的原因"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "The redirect link of the call to action"
|
||
msgstr "行动呼吁的重新定向链接"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "The renewal %s has been canceled."
|
||
msgstr "续订%s已被取消。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid ""
|
||
"The scheduled action for alerts has been deleted. Update the Subscriptions "
|
||
"module to re-create it."
|
||
msgstr "警报的预定动作已被删除。更新订阅模块以重新创建它。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__start_date
|
||
msgid "The start date indicate when the subscription periods begin."
|
||
msgstr "开始日期指示订阅期的开始时间。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_renew
|
||
msgid "The subscription was renewed with a new plan"
|
||
msgstr "此订阅计划已使用新的服务计划续订"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "The text to display on the call to action"
|
||
msgstr "行动呼吁的显示文字"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "The upsell %s has been canceled."
|
||
msgstr "追加销售%s已被取消。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"The upsell %s has been canceled. Please recheck the quantities as they may "
|
||
"have been affected by this cancellation."
|
||
msgstr "追加销售 %s 已取消。 请重新检查数量,因为它们可能受到取消的影响。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "The upsell %s has been confirmed."
|
||
msgstr "追加销售%s已获确认。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_pricing.py:0
|
||
#, python-format
|
||
msgid "There are multiple pricings for an unique product, plan and pricelist."
|
||
msgstr "一个独特的产品、计划和价目表有多种定价。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "There is a"
|
||
msgstr "有一个"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_kanban
|
||
msgid ""
|
||
"This bar allows to filter the opportunities based on scheduled activities."
|
||
msgstr "这个工具条允许你基于安排的事件来过滤商机。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__record_getter
|
||
msgid ""
|
||
"This code will be run to find on which record the automation rule should be "
|
||
"run."
|
||
msgstr "该代码将用于查找应在哪条记录上运行自动化规则。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid ""
|
||
"This message will be displayed to convince the customer to stay (e.g., We "
|
||
"don't want you to leave, can we offer to schedule a meeting with your "
|
||
"account manager?)"
|
||
msgstr "将显示此信息以挽留客户(例如,我们不希望您离开,我们可以安排与您的客户经理会面吗?)"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/xml/payment_form_templates.xml:0
|
||
#, python-format
|
||
msgid ""
|
||
"This payment method cannot be deleted, because it is currently linked to the\n"
|
||
" following active subscriptions:"
|
||
msgstr ""
|
||
"此付款方式无法删除,因为它目前与\n"
|
||
" 以下活动订购:"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "This subscription is renewed in %s with a change of plan."
|
||
msgstr "此订阅在%s年续订,但计划发生了变化。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
msgid "This subscription is the renewal of subscription"
|
||
msgstr "此订阅是订阅的续订"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
msgid "This upsell order has been created from the subscription"
|
||
msgstr "此追加销售订单是从订阅创建的"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid ""
|
||
"This will trigger the action on all linked subsccriptions, regardless of "
|
||
"possible timed conditions. Are you sure you want to proceed?"
|
||
msgstr "这将触发对所有链接订阅的操作,而不考虑可能的定时条件。您确定要继续吗?"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__trigger_condition__on_time
|
||
msgid "Timed Condition"
|
||
msgstr "定时条件"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__activity_summary
|
||
msgid "Title"
|
||
msgstr "标题"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "To Invoice"
|
||
msgstr "待开票"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_action_pending
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_pending
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#, python-format
|
||
msgid "To Renew"
|
||
msgstr "待续约"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_report_search
|
||
msgid "To renew"
|
||
msgstr "待续约"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Today Activities"
|
||
msgstr "今日活动"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__price_total
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid "Total"
|
||
msgstr "总计"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__non_recurring_total
|
||
msgid "Total Non Recurring Revenue"
|
||
msgstr "非重复性收入统计"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_portal_content_inherit
|
||
msgid "Total Quantity"
|
||
msgstr "总数量"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__recurring_total
|
||
msgid "Total Recurring"
|
||
msgstr "经常性收入总计"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__event_type__3_transfer
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__event_type__3_transfer
|
||
msgid "Transfer"
|
||
msgstr "转账"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trigger
|
||
msgid "Trigger"
|
||
msgstr "触发器"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_date_id
|
||
msgid "Trigger Date"
|
||
msgstr "触发日期"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_selection_field_id
|
||
msgid "Trigger Field"
|
||
msgstr "触发字段"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_field_ref_model_name
|
||
msgid "Trigger Field Model"
|
||
msgstr "触发字段模型"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trigger_field_ids
|
||
msgid "Trigger Fields"
|
||
msgstr "触发字段"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "Trigger Now"
|
||
msgstr "立即触发"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trigger_condition
|
||
msgid "Trigger On"
|
||
msgstr "触发时间"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_field_ref
|
||
msgid "Trigger Reference"
|
||
msgstr "触发参考"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_field_ref_display_name
|
||
msgid "Trigger Reference Display Name"
|
||
msgstr "触发参考显示名称"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_alert_action
|
||
msgid ""
|
||
"Trigger alerts for salespersons or customers: churn, invoice not paid, "
|
||
"upsell, etc."
|
||
msgstr "触发销售人员或客户的警报:流失、发票未付款、追加销售等。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_close_reason__retention_message
|
||
msgid ""
|
||
"Try to prevent customers from leaving and closing their subscriptions, "
|
||
"thanks to a catchy message and a call to action."
|
||
msgstr "通过引人注目的信息和行动号召,尽量避免客户离开或关闭订阅。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log__event_type
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_log_report__event_type
|
||
msgid "Type of event"
|
||
msgstr "活动类型"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_view_search
|
||
msgid "Unassigned"
|
||
msgstr "未分派"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_plan__billing_period_unit
|
||
msgid "Unit"
|
||
msgstr "单元"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__product_uom
|
||
msgid "Unit of Measure"
|
||
msgstr "计量单位"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_unknown
|
||
msgid "Unknown"
|
||
msgstr "未知"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,name:sale_subscription.close_reason_unpaid_subscription
|
||
msgid "Unpaid subscription"
|
||
msgstr "未付款订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_subscription_plan__auto_close_limit
|
||
msgid ""
|
||
"Unpaid subscription after the due date majored by this number of days will be automatically closed by the subscriptions expiration scheduled action. \n"
|
||
"If the chosen payment method has failed to renew the subscription after this time, the subscription is automatically closed."
|
||
msgstr ""
|
||
"在到期日后(主要为此天数)未支付的订阅将由订阅到期计划动作自动关闭。\n"
|
||
"如果未能通过所选的付款方式完成订阅续订,订阅也将自动关闭。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__untaxed_amount_invoiced
|
||
msgid "Untaxed Amount Invoiced"
|
||
msgstr "未含税已结算金额"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__untaxed_amount_to_invoice
|
||
msgid "Untaxed Amount To Invoice"
|
||
msgstr "未含税待开票金额"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__price_subtotal
|
||
msgid "Untaxed Total"
|
||
msgstr "未征税总计"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_order_digest
|
||
msgid "Untaxed Total:"
|
||
msgstr "不含税总计"
|
||
|
||
#. module: sale_subscription
|
||
#: model:base.automation,name:sale_subscription.subscription_alert_bad_health_base_automation
|
||
msgid "Update health value according to MRR"
|
||
msgstr "根据 MRR 更新健康值"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order__subscription_state__7_upsell
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state__7_upsell
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__subscription_state_from__7_upsell
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log__subscription_state__7_upsell
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_log_report__subscription_state__7_upsell
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_report__subscription_state__7_upsell
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
#, python-format
|
||
msgid "Upsell"
|
||
msgstr "加售"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__upsell_count
|
||
msgid "Upsell Count"
|
||
msgstr "追加销售计数"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "Upsell Quotations"
|
||
msgstr "追加销售报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "Upsell Quote"
|
||
msgstr "追加销售报价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.actions.act_window,name:sale_subscription.sale_subscription_action_upsell
|
||
#: model:ir.ui.menu,name:sale_subscription.menu_sale_subscription_upsell
|
||
msgid "Upsells"
|
||
msgstr "追加销售"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__url
|
||
msgid "Url"
|
||
msgstr "网址"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_date_calendar_id
|
||
msgid "Use Calendar"
|
||
msgstr "使用日历"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__trg_date_resource_field_id
|
||
msgid "Use employee work schedule"
|
||
msgstr "使用员工工作计划"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_filtered
|
||
msgid ""
|
||
"Use subscriptions to follow tasks, issues, timesheets or invoicing based on\n"
|
||
" work done, expenses and/or sales orders. Odoo will automatically manage\n"
|
||
" the alerts for the renewal of the subscriptions to the right salesperson."
|
||
msgstr ""
|
||
"使用订阅来关注任务、问题、工时表或基于\n"
|
||
" 已完成工作、费用和/或销售订单的发票。ERP 会自动管理\n"
|
||
" 订阅更新的警告,以确保交给正确的销售员 ."
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trg_date_resource_field_id
|
||
msgid "Use the user's working schedule."
|
||
msgstr "使用用户的工作计划。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Valid Until:"
|
||
msgstr "有效期至:"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_close_reason__visible_in_portal
|
||
msgid "Visible In Portal"
|
||
msgstr "客户页面可见"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__volume
|
||
msgid "Volume"
|
||
msgstr "体积"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/tours/sale_subscription.js:0
|
||
#, python-format
|
||
msgid ""
|
||
"Want a recurring billing through subscription management? Get started by "
|
||
"clicking here"
|
||
msgstr "想透过管理定期订购计划,进行重复定期收费吗?请点击此处"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__warehouse_id
|
||
msgid "Warehouse"
|
||
msgstr "仓库"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/product.py:0
|
||
#, python-format
|
||
msgid "Warning"
|
||
msgstr "警告"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-javascript
|
||
#: code:addons/sale_subscription/static/src/js/payment_form.js:0
|
||
#, python-format
|
||
msgid "Warning!"
|
||
msgstr "警告!"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:sale.order.close.reason,retention_message:sale_subscription.close_reason_1
|
||
msgid "We are sorry to hear that."
|
||
msgstr "我们对此深表遗憾。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "We are sorry to see you go."
|
||
msgstr "我们很遗憾看到你离开。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:sale.order.close.reason,retention_message:sale_subscription.close_reason_1
|
||
msgid "We don't want you to leave us like this."
|
||
msgstr "我们不希望您就这样离开我们。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order_alert__webhook_uuid
|
||
msgid "Webhook UUID"
|
||
msgstr "Webhook UUID"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_order__website_message_ids
|
||
msgid "Website Messages"
|
||
msgstr "网站消息"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__website_message_ids
|
||
msgid "Website communication history"
|
||
msgstr "网站沟通记录"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_plan__billing_period_unit__week
|
||
msgid "Weeks"
|
||
msgstr "周"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trg_date_calendar_id
|
||
msgid ""
|
||
"When calculating a day-based timed condition, it is possibleto use a "
|
||
"calendar to compute the date based on working days."
|
||
msgstr "在计算以天为单位的定时条件时,可以使用日历来计算以工作日为单位的日期。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__trg_date_id
|
||
msgid ""
|
||
"When should the condition be triggered.\n"
|
||
" If present, will be checked by the scheduler. If empty, will be checked at creation and update."
|
||
msgstr ""
|
||
"该条件应该在什么时候被触发。\n"
|
||
" 如果存在,将由调度器检查。如果是空的,将在创建和更新时被检查"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order_alert__active
|
||
msgid "When unchecked, the rule is hidden and will not be executed."
|
||
msgstr "取消勾选时,该规则隐藏并不会执行。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,help:sale_subscription.field_sale_order__starred
|
||
msgid "Whether this subscription should be displayed on the dashboard or not"
|
||
msgstr "是否应该在仪表板上显示此订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.subscription.plan,name:sale_subscription.subscription_plan_year
|
||
msgid "Yearly"
|
||
msgstr "每年"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields,field_description:sale_subscription.field_sale_subscription_report__recurring_yearly
|
||
msgid "Yearly Recurring"
|
||
msgstr "每年重复"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_template__duration_unit__year
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_subscription_plan__billing_period_unit__year
|
||
msgid "Years"
|
||
msgstr "年"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "You are about to permanently close a subscription that is valid until"
|
||
msgstr "您即将永久关闭一项订阅,该订阅有效期至"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/product.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You can not change the recurring property of this product because it has "
|
||
"been sold already."
|
||
msgstr "您无法更改该产品的经常属性,因为该产品已售出。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/wizard/sale_subscription_close_reason_wizard.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You can not churn a contract that has not been invoiced. Please cancel the "
|
||
"contract instead."
|
||
msgstr "您无法取消尚未开具发票的合同。请取消合同。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You can not delete a confirmed subscription. You must first close and cancel"
|
||
" it before you can delete it."
|
||
msgstr "不能删除已确认的订阅。须先关闭并取消订阅,然后才能删除。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You can not upsell or renew a subscription that has not been invoiced yet. "
|
||
"Please, update directly the %s contract or invoice it first."
|
||
msgstr "尚未开具发票的订阅,无法进行追加销售或续订。请直接更新%s合约或先开具发票。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/res_partner.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You can't archive the partner as it is used in the following recurring "
|
||
"orders: %s"
|
||
msgstr "您无法存档合作伙伴,因为它用于以下定期订单:%s"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "You cannot cancel a subscription that has been invoiced."
|
||
msgstr "您不能取消已开具发票的定期订阅。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/wizard/sale_subscription_change_customer_wizard.py:0
|
||
#, python-format
|
||
msgid "You cannot change the customer of non recurring sale order."
|
||
msgstr "不能变更非经常性销售订单的客户。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot create an upsell for this subscription because it :\n"
|
||
" - Has not started yet.\n"
|
||
" - Has no invoiced period in the future."
|
||
msgstr ""
|
||
"无法为该订阅创建追加销售,因为 :\n"
|
||
"- 尚未开始。\n"
|
||
"- 未来无发票期。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "You cannot renew a contract that already has an active subscription. "
|
||
msgstr "不能续订已激活的合同。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "You cannot renew a subscription that has been renewed. "
|
||
msgstr "您不能续订已续订的套餐。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "You cannot reopen a subscription that isn't closed."
|
||
msgstr "无法重新打开未关闭的订阅。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot save a sale order with a subscription plan and no recurring "
|
||
"product."
|
||
msgstr "如果订购计划中没有经常性产品,则无法保存销售订单。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot save a sale order with recurring product and no subscription "
|
||
"plan."
|
||
msgstr "您无法保存包含经常性产品且无订购计划的销售订单。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot send a sale order with a subscription plan and no recurring "
|
||
"product."
|
||
msgstr "如果订购计划中没有经常性产品,则无法发送销售订单。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot send a sale order with recurring product and no subscription "
|
||
"plan."
|
||
msgstr "您不能发送重复性产品和无订购计划的销售订单。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot set to draft a canceled quotation linked to invoiced "
|
||
"subscriptions. Please create a new quotation."
|
||
msgstr "您不能设置为起草链接到已开票订阅的已取消报价单。请创建一个新的报价单。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.constraint,message:sale_subscription.constraint_sale_order_sale_subscription_state_coherence
|
||
msgid ""
|
||
"You cannot set to draft a confirmed subscription. Please create a new "
|
||
"quotation"
|
||
msgstr "不能设置为草稿已确认的订阅。请创建新报价"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid "You cannot upsell a subscription using a different currency."
|
||
msgstr "不可使用不同的货币对定期订购进行追加销售。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot upsell a subscription whose next invoice date is in the past.\n"
|
||
"Please, invoice directly the %s contract."
|
||
msgstr ""
|
||
"若定期订购的下次发票日期已逾期,便不可进行追加销售。\n"
|
||
"请直接为%s合约开立发票。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_order.py:0
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot validate a renewal quotation starting before the next invoice "
|
||
"date of the parent contract. Please update the start date after the %s."
|
||
msgstr "无法验证在母合同下一个发票日期之前开始的续订报价。请在%s之后更新开始日期。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.portal_my_subscriptions
|
||
msgid "You don't have any subscriptions yet."
|
||
msgstr "你还没有任何订阅。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_sidebar
|
||
msgid "You must be logged in to manage your payment methods."
|
||
msgstr "你必须登录后才能管理你的支付方式。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.product_action_subscription
|
||
msgid ""
|
||
"You must define a product for everything you sell or purchase,\n"
|
||
" whether it's a storable product, a consumable or a service."
|
||
msgstr ""
|
||
"您必须一个用来销售或采购的产品,\n"
|
||
"不论它是可库存的产品,可消耗的产品或者服务产品。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.actions.act_window,help:sale_subscription.sale_subscription_action_pending
|
||
msgid ""
|
||
"You will find here the subscriptions to be renewed (end date is close or "
|
||
"passed)"
|
||
msgstr "您可以在这里找到需要续订的内容(结束日期已近或已过)。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.payment_method_form
|
||
msgid "Your payment details will be saved for automatic renewals."
|
||
msgstr "您的付款详细信息将被保存,用于自动续订。"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/controllers/portal.py:0
|
||
#, python-format
|
||
msgid "Your payment method has been changed for this subscription."
|
||
msgstr "您的订阅付款方式已更改。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Your subscription is closed."
|
||
msgstr "您的订阅已关闭."
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "Your subscription is expired, will be closed soon."
|
||
msgstr "您的订阅已过期,即将关闭。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "and"
|
||
msgstr "and"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_order_view_form
|
||
msgid "archived product(s)"
|
||
msgstr "归档的产品"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "button link"
|
||
msgstr "按钮链接"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "button text"
|
||
msgstr "按钮文本"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "e.g. Closed Subscription"
|
||
msgstr "例如:关闭订阅"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_alert_view_form
|
||
msgid "e.g. Discuss proposal"
|
||
msgstr "例如.讨论提案"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "existing for this subscription, please confirm it or reject it."
|
||
msgstr "已存在于此订阅内,请确认或拒绝。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__rating_operator__>
|
||
msgid "greater than"
|
||
msgstr "大于"
|
||
|
||
#. module: sale_subscription
|
||
#: model:ir.model.fields.selection,name:sale_subscription.selection__sale_order_alert__rating_operator__<
|
||
msgid "less than"
|
||
msgstr "少于"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sale.order.close.reason,retention_button_link:sale_subscription.close_reason_1
|
||
msgid "mailto:mark.brown23@example.com?subject=Close contract: too expensive"
|
||
msgstr "mailto:mark.brown23@example.com?subject=终止合约:太贵"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_close_reason_view_form
|
||
msgid "message"
|
||
msgstr "消息"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "missing payments (from"
|
||
msgstr "缺失的付款(来自"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.sale_subscription_plan_view_search
|
||
msgid "name"
|
||
msgstr "名称"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "per %d months"
|
||
msgstr "每 %d 个月"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "per %d weeks"
|
||
msgstr "每 %d 周"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "per %d years"
|
||
msgstr "每 %d 年"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "per month"
|
||
msgstr "每月"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "per week"
|
||
msgstr "每周"
|
||
|
||
#. module: sale_subscription
|
||
#. odoo-python
|
||
#: code:addons/sale_subscription/models/sale_subscription_plan.py:0
|
||
#, python-format
|
||
msgid "per year"
|
||
msgstr "每年"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "quotation"
|
||
msgstr "报价单"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid ""
|
||
"quotation existing for this subscription, please confirm it or reject it."
|
||
msgstr "该订阅已有报价,请确认或拒绝。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid ""
|
||
"quotation existing for this subscription, please confirm them or reject "
|
||
"them."
|
||
msgstr "请确认或拒绝该订阅的现有报价。"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_template
|
||
msgid "renewal"
|
||
msgstr "续展"
|
||
|
||
#. module: sale_subscription
|
||
#: model_terms:ir.ui.view,arch_db:sale_subscription.subscription_portal_content
|
||
msgid "to this day) will be automatically processed."
|
||
msgstr "至今天)将自动处理。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sms.template,body:sale_subscription.sms_template_data_payment_failure
|
||
msgid ""
|
||
"{{ object.company_id.name }}: Our final attempt to process a payment for "
|
||
"your subscription failed. As your payment should have been made on {{ "
|
||
"object.next_invoice_date }}, your subscription has been terminated."
|
||
msgstr ""
|
||
"{{ object.company_id.name }}:我们最后一次尝试处理您的订阅付款失败。由于您的付款应通过{{ "
|
||
"object.next_invoice_date }}完成,因此,您的订阅已终止。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,subject:sale_subscription.mail_template_subscription_alert
|
||
msgid ""
|
||
"{{ object.company_id.name }}: Please check the subscription {{ object.name "
|
||
"}}"
|
||
msgstr "{{ object.company_id.name }}:请检查订阅 {{ object.name }}."
|
||
|
||
#. module: sale_subscription
|
||
#: model:mail.template,subject:sale_subscription.mail_template_subscription_rating
|
||
msgid "{{ object.company_id.name }}: Service Rating Request"
|
||
msgstr "{{ object.company_id.name}}:服务要求评价"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sms.template,body:sale_subscription.sms_template_data_payment_reminder
|
||
msgid ""
|
||
"{{ object.company_id.name }}: We were unable to process a payment for your "
|
||
"subscription. Your subscription {{ object.name }} is still valid but will be"
|
||
" suspended on {{ object.next_invoice_date }} unless the payment succeeds in "
|
||
"the meantime."
|
||
msgstr ""
|
||
"{{ object.company_id.name }}:我们无法处理您的订阅付款。您的订阅{{ object.name }}目前仍有效,但将于{{ "
|
||
"object.next_invoice_date }}暂停,除非在此期间成功付款。"
|
||
|
||
#. module: sale_subscription
|
||
#: model:sms.template,body:sale_subscription.sms_template_data_default_alert
|
||
msgid ""
|
||
"{{ object.company_id.name }}: Your subscription {{ object.name }} needs your"
|
||
" attention. If you have some concerns about it, please contact {{ "
|
||
"object.user_id.name }}, your contact person."
|
||
msgstr ""
|
||
"{{ object.company_id.name }}:您的订阅{{ object.name }}需要您的关注。如果你有一些担忧,请联系{{ "
|
||
"object.user_id.name }},你的联系人。"
|