# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_totp_mail
#
# Translators:
# Wil Odoo, 2025
# Tony Ng, 2025
#
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Tony Ng (ngto)" <ngto@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~18.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-11-16 15:03+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Chinese (Traditional Han script) <https://translate.odoo.com/"
"projects/odoo-19/auth_totp_mail/zh_Hant/>\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form
msgid ""
".\n"
"                <br/>"
msgstr ""
"。\n"
"                <br/>"

#. 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 ''\"/><br/><br/>\n"
"        <t t-out=\"user.name  or ''\"/> 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><p style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
"            <a t-att-href=\"object.get_totp_invite_url()\" t-attf-"
"style=\"background-color:{{object.company_id.email_secondary_color or "
"'#875A7B'}}; padding: 8px 16px 8px 16px; text-decoration: none; color: "
"{{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 5px;"
"\">\n"
"                Activate my two-factor Authentication\n"
"            </a>\n"
"        </p>\n"
"    \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 ''\"/> 你好！<br/><br/>\n"
"        <t t-out=\"user.name  or ''\"/> 要求你啟用雙重要素身份驗證，以保護你"
"的帳戶。<br/><br/>\n"
"        雙重要素身份驗證（two-factor authentication，簡稱 2FA）是一種對身份進"
"行雙重驗證的系統。\n"
"        第一重驗證是核對個人密碼；第二重驗證是利用你指定的流動裝置上專用的應"
"用程式，產生臨時代碼，以驗證身份。\n"
"        目前較流行的專用驗證程式包括：Authy、Google Authenticator 以及 "
"Microsoft Authenticator。\n"
"\n"
"        </p><p style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
"            <a t-att-href=\"object.get_totp_invite_url()\" t-attf-"
"style=\"background-color:{{object.company_id.email_secondary_color or "
"'#875A7B'}}; padding: 8px 16px 8px 16px; text-decoration: none; color: "
"{{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 5px;"
"\">\n"
"                啟用雙重驗證\n"
"            </a>\n"
"        </p>\n"
"    \n"
"</div>\n"
"        "

#. module: auth_totp_mail
#: model:mail.template,body_html:auth_totp_mail.mail_template_totp_mail_code
msgid ""
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
"Dear <t t-out=\"object.partner_id.name or ''\"/><br/><br/>\n"
"<p>Someone is trying to log in into your account with a new device.</p>\n"
"<ul>\n"
"    <t t-set=\"not_available\">N/A</t>\n"
"    <li>Location: <t t-out=\"ctx.get('location') or not_available\"/></li>\n"
"    <li>Device: <t t-out=\"ctx.get('device') or not_available\"/></li>\n"
"    <li>Browser: <t t-out=\"ctx.get('browser') or not_available\"/></li>\n"
"    <li>IP address: <t t-out=\"ctx.get('ip') or not_available\"/></li>\n"
"</ul>\n"
"<p>If this is you, please enter the following code to complete the login:</"
"p>\n"
"<t t-set=\"code_expiration\" t-value=\"object._get_totp_mail_code()\"/>\n"
"<t t-set=\"code\" t-value=\"code_expiration[0]\"/>\n"
"<t t-set=\"expiration\" t-value=\"code_expiration[1]\"/>\n"
"<div style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
"    <span t-out=\"code\" style=\"background-color:#faf9fa; border: 1px solid "
"#dad8de; padding: 8px 16px 8px 16px; font-size: 24px; color: #875A7B; border-"
"radius: 5px;\"/>\n"
"</div>\n"
"<small>Please note that this code expires in <t t-out=\"expiration\"/>.</"
"small>\n"
"\n"
"<p style=\"margin: 16px 0px 16px 0px;\">\n"
"    If you did NOT initiate this log-in,\n"
"    you should immediately change your password to ensure account security.\n"
"</p>\n"
"\n"
"<p style=\"margin: 16px 0px 16px 0px;\">\n"
"    We also strongly recommend enabling the two-factor authentication using "
"an authenticator app to help secure your account.\n"
"</p>\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"
"</div>\n"
"        "
msgstr ""
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
"<t t-out=\"object.partner_id.name or ''\"/> 你好！<br/><br/>\n"
"<p>有人嘗試使用新的裝置，登入你的帳戶。</p>\n"
"<ul>\n"
"    <t t-set=\"not_available\">(不適用)</t>\n"
"    <li>地點 / 位置： <t t-out=\"ctx.get('location') or not_available\"/></"
"li>\n"
"    <li>裝置： <t t-out=\"ctx.get('device') or not_available\"/></li>\n"
"    <li>瀏覽器： <t t-out=\"ctx.get('browser') or not_available\"/></li>\n"
"    <li>IP 位址： <t t-out=\"ctx.get('ip') or not_available\"/></li>\n"
"</ul>\n"
"<p>若剛才是你嘗試登入，請輸入下列代碼，以完成登入：</p>\n"
"<t t-set=\"code_expiration\" t-value=\"object._get_totp_mail_code()\"/>\n"
"<t t-set=\"code\" t-value=\"code_expiration[0]\"/>\n"
"<t t-set=\"expiration\" t-value=\"code_expiration[1]\"/>\n"
"<div style=\"margin: 16px 0px 16px 0px; text-align: center;\">\n"
"    <span t-out=\"code\" style=\"background-color:#faf9fa; border: 1px solid "
"#dad8de; padding: 8px 16px 8px 16px; font-size: 24px; color: #875A7B; border-"
"radius: 5px;\"/>\n"
"</div>\n"
"<small>請注意，此代碼將於 <t t-out=\"expiration\"/> 後失效。</small>\n"
"\n"
"<p style=\"margin: 16px 0px 16px 0px;\">\n"
"    若上述登入操作<b><u>不是</u></b>由你作出，\n"
"    你應該立即更改帳戶密碼，以保障帳戶安全。\n"
"</p>\n"
"\n"
"<p style=\"margin: 16px 0px 16px 0px;\">\n"
"    另外，我們強烈建議你啟用雙重要素身份驗證，利用身份驗證應用程式，協助保障"
"帳戶安全。\n"
"</p>\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"
"</div>\n"
"        "

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form
msgid ""
"<i class=\"fa fa-envelope-o\"/>\n"
"                To login, enter below the six-digit authentication code just "
"sent via email to"
msgstr ""
"<i class=\"fa fa-envelope-o\"/>\n"
"                要登入，請在下面輸入剛剛通過電子郵件發送的六位數認證碼，以"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form
msgid ""
"<span class=\"text-muted\">\n"
"                            Recommended for extra security.\n"
"                        </span>"
msgstr ""

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_alert
msgid "<span>Consider also</span>"
msgstr "<span>你亦可考慮</span>"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "A new device was used to sign in to your account."
msgstr "有人使用新裝置，登入你的帳戶。"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
msgid ""
"A trusted device has just been removed from your account: %(device_names)s"
msgstr "您的帳戶中剛剛移除了一台受信任設備：%(device_names)s"

#. module: auth_totp_mail
#: model:ir.model.fields.selection,name:auth_totp_mail.selection__res_config_settings__auth_totp_policy__all_required
msgid "All users"
msgstr "所有使用者"

#. module: auth_totp_mail
#: model:ir.model,name:auth_totp_mail.model_auth_totp_device
msgid "Authentication Device"
msgstr "認證設備"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "Cannot send email: user %s has no email address."
msgstr "未能傳送電子郵件：使用者 %s 沒有電郵地址。"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form
msgid "Click to enable 2FA."
msgstr ""

#. module: auth_totp_mail
#: model:ir.model,name:auth_totp_mail.model_res_config_settings
msgid "Config Settings"
msgstr "配置設定"

#. module: auth_totp_mail
#: model:ir.model.fields,field_description:auth_totp_mail.field_auth_totp_device__display_name
#: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:auth_totp_mail.field_res_users__display_name
msgid "Display Name"
msgstr "顯示名稱"

#. module: auth_totp_mail
#: model:ir.model.fields.selection,name:auth_totp_mail.selection__res_config_settings__auth_totp_policy__employee_required
msgid "Employees only"
msgstr "只限員工"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form
msgid "Enable 2FA"
msgstr "啟用 2FA"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_config_settings_view_form
msgid ""
"Enforce the two-factor authentication by email for employees or for all "
"users (including portal users) if they didn't enable any other two-factor "
"authentication method."
msgstr ""
"如果員工或所有用戶（包括門戶用戶）未啟用任何其他雙因素身份驗證方法，則通過電"
"子郵件強制進行雙因素身份認證。"

#. module: auth_totp_mail
#: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__auth_totp_enforce
msgid "Enforce two-factor authentication"
msgstr "實行雙因素認證"

#. module: auth_totp_mail
#: model:ir.model.fields,field_description:auth_totp_mail.field_auth_totp_device__id
#: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__id
#: model:ir.model.fields,field_description:auth_totp_mail.field_res_users__id
msgid "ID"
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 帳戶啟用雙重要素身份驗證"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
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.auth_totp_mail_form
msgid "Learn More"
msgstr "瞭解更多"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "New Connection to your Account"
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
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form
msgid "Re-send email"
msgstr "重新發送電子郵件"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "Security"
msgstr "安全性"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "Security Update: 2FA Activated"
msgstr "安全更新：2FA 已激活"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "Security Update: 2FA Deactivated"
msgstr "安全更新：2FA 已停用"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/auth_totp_device.py:0
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
#: model:mail.template,name:auth_totp_mail.mail_template_totp_mail_code
msgid "Settings: 2Fa New Login"
msgstr "設定：2FA新登入"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form
msgid "Two-factor Authentication"
msgstr "兩步驟驗證"

#. module: auth_totp_mail
#: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__auth_totp_policy
msgid "Two-factor authentication enforcing policy"
msgstr "雙因素認證執行政策"

#. module: auth_totp_mail
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
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
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
#. odoo-python
#: code:addons/auth_totp_mail/models/res_users.py:0
msgid "Verification failed, please double-check the 6-digit code"
msgstr "驗證失敗，請再檢查 6 位數字驗證碼。"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form
msgid ""
"We strongly recommend enabling the two-factor authentication using an "
"authenticator app to help secure your account.\n"
"                <br/>"
msgstr ""
"我們強烈建議使用認證器應用程序啟用雙因素認證，以幫助保護您的賬戶。\n"
"               <br/>"

#. module: auth_totp_mail
#: model:mail.template,subject:auth_totp_mail.mail_template_totp_mail_code
msgid "Your two-factor authentication code"
msgstr "你的雙重要素身份驗證碼"

#. module: auth_totp_mail
#: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_alert
msgid "activating Two-factor Authentication"
msgstr "啟用雙重要素身份驗證"

#~ msgid "Account Security"
#~ msgstr "帳戶安全性"

#~ msgid "Code Checking"
#~ msgstr "程式碼檢查"

#~ msgid "Created by"
#~ msgstr "建立人員"

#~ msgid "Created on"
#~ msgstr "建立於"

#~ msgid "Ip"
#~ msgstr "IP位址"

#~ msgid "Last Updated by"
#~ msgstr "最後更新者"

#~ msgid "Last Updated on"
#~ msgstr "最後更新於"

#~ msgid "Limit Type"
#~ msgstr "限制類型"

#~ msgid "Name"
#~ msgstr "名稱"

#~ msgid "Scope"
#~ msgstr "範圍"

#~ msgid "Send Email"
#~ msgstr "發送電子郵件"

#~ msgid "TOTP rate limit logs"
#~ msgstr "TOTP速率限制日誌"

#~ msgid "You reached the limit of authentication mails sent for your account"
#~ msgstr "您的賬戶發送的認證郵件達到了上限"

#~ msgid "You reached the limit of code verifications for your account"
#~ msgstr "您的賬戶達到了代碼驗證的上限"
