auth_totp_mail/i18n/zh_CN.po

181 lines
6.5 KiB
Plaintext
Raw Normal View History

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_totp_mail
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:55+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\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: auth_totp_mail
#: model:mail.template,body_html:auth_totp_mail.mail_template_totp_invite
msgid ""
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" Dear <t t-out=\"object.partner_id.name or ''\"></t><br><br>\n"
" <t t-out=\"user.name or ''\"></t> requested you activate two-factor authentication to protect your account.<br><br>\n"
" Two-factor Authentication (\"2FA\") is a system of double authentication.\n"
" The first one is done with your password and the second one with a code you get from a dedicated mobile app.\n"
" Popular ones include Authy, Google Authenticator or the Microsoft Authenticator.\n"
"\n"
" <p style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
" <a t-att-href=\"object.get_totp_invite_url()\" style=\"background-color:#875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;\">\n"
" Activate my two-factor Authentication\n"
" </a>\n"
" </p>\n"
" </p>\n"
"</div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" 您好! <t t-out=\"object.partner_id.name or ''\"></t><br><br>\n"
" <t t-out=\"user.name or ''\"></t> 要求您激活双因素身份验证以保护您的账户。<br><br>\n"
" 双因素验证(\"2FA\")是一种双重验证系统。\n"
" 第一种是核对个人密码;第二种是利用手机应用程序,获取专用代码。\n"
" 常用的专用验证程式包括Authy、Google Authenticator 以及 Microsoft Authenticator。\n"
"\n"
" <p style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
" <a t-att-href=\"object.get_totp_invite_url()\" style=\"background-color:#875A7B; padding: 8px 16px 8px 16px; text-decoration: none; color: #fff; border-radius: 5px;\">\n"
" 激活我的双重身份验证\n"
" </a>\n"
" </p>\n"
" </p>\n"
"</div>\n"
" "
#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update
msgid "<span>Consider</span>"
msgstr "<span>考虑</span>"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
#, python-format
msgid "A trusted device has just been added to your account: %(device_name)s"
msgstr "您的账户中刚刚添加了一台可信设备:%(device_name)s"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
#, python-format
msgid ""
"A trusted device has just been removed from your account: %(device_names)s"
msgstr "您的帐户中刚刚移除了一台受信任设备:%(device_names)s"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
#, python-format
msgid "Account Security"
msgstr "帐户安全"
#. module: auth_totp_mail
#: model:ir.model,name:auth_totp_mail.model_auth_totp_device
msgid "Authentication Device"
msgstr "认证设备"
#. module: auth_totp_mail
#: model:mail.template,subject:auth_totp_mail.mail_template_totp_invite
msgid "Invitation to activate two-factor authentication on your Odoo account"
msgstr "邀请在您的Odoo帐户上激活two-factor双因素身份验证"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
#, python-format
msgid ""
"Invitation to use two-factor authentication sent for the following user(s): "
"%s"
msgstr "为以下用户发送了使用双因素身份验证的邀请: %s"
#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.view_users_form
msgid "Invite to use 2FA"
msgstr "邀请使用 2FA"
#. module: auth_totp_mail
#: model:ir.actions.server,name:auth_totp_mail.action_invite_totp
msgid "Invite to use two-factor authentication"
msgstr "邀请使用双重身份验证"
#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form
msgid "Name"
msgstr "名称"
#. module: auth_totp_mail
#: model:ir.actions.server,name:auth_totp_mail.action_activate_two_factor_authentication
msgid "Open two-factor authentication configuration"
msgstr "打开双因素身份验证配置"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
#, python-format
msgid "Security Update: 2FA Activated"
msgstr "安全更新2FA 已激活"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
#, python-format
msgid "Security Update: 2FA Deactivated"
msgstr "安全更新2FA 已停用"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
#, python-format
msgid "Security Update: Device Added"
msgstr "安全更新:已添加设备"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
#, python-format
msgid "Security Update: Device Removed"
msgstr "安全更新:已移除设备"
#. module: auth_totp_mail
#: model:mail.template,name:auth_totp_mail.mail_template_totp_invite
msgid "Settings: 2Fa Invitation"
msgstr "设置2Fa邀请"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
#, python-format
msgid "Two-factor authentication has been activated on your account"
msgstr "您的账户已启用双重身份验证"
#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
#, python-format
msgid "Two-factor authentication has been deactivated on your account"
msgstr "您账户的双重验证已停用"
#. module: auth_totp_mail
#: model:ir.model,name:auth_totp_mail.model_res_users
msgid "User"
msgstr "用户"
#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_setting_update
msgid "activating Two-factor Authentication"
msgstr "激活双重身份验证"