# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp # # Translators: # Martin Trigaux, 2020 # liAnGjiA , 2020 # 敬雲 林 , 2020 # ChinaMaker , 2020 # Felix Yang - Elico Corp , 2020 # 稀饭~~ , 2020 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-09-29 13:45+0000\n" "PO-Revision-Date: 2020-09-07 08:10+0000\n" "Last-Translator: 稀饭~~ , 2020\n" "Language-Team: Chinese (China) (https://www.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 #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "(Disable two-factor authentication)" msgstr "(取消双重认证)" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form msgid "" "\n" " Open the two-factor authentication app on your\n" " device to obtain a code and verify your identity" msgstr "" "\n" " 在你的设备上打开双重认证APP\n" " 获得验证码来校验你的身份" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "" "\n" " Two-factor authentication enabled" msgstr "" "\n" " 启用双重验证" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "" "\n" " Two-factor authentication not enabled" msgstr "" "\n" " 双重验证未被启用" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "\n" " \n" " Two-factor authentication not enabled\n" " " msgstr "" "\n" " \n" " 双重验证未被启用\n" " " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_form msgid "" "\n" " \n" " Two-factor authentication enabled\n" " " msgstr "" "\n" " \n" " 双重验证被启用\n" " " #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "" "After scanning the barcode, the app will display a 6-digit code that you\n" " should enter below. Don't worry if the code changes in the app,\n" " it stays valid a bit longer." msgstr "" "扫描条码后,APP将显示6位数验证码,你\n" " 在下面输入它们。在APP中过段时间验证码会改变,\n" " 但你不用担心,验证码会在稍长一段时间内有效。" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form msgid "Authentication Code (6 digits)" msgstr "验证码(6位)" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Cancel" msgstr "取消" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_uid msgid "Created by" msgstr "创建者" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__create_date msgid "Created on" msgstr "创建时间" #. module: auth_totp #: model:ir.actions.server,name:auth_totp.action_disable_totp msgid "Disable TOTP on users" msgstr "对用户取消双重认证" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__display_name #: model:ir.model.fields,field_description:auth_totp.field_ir_http__display_name #: model:ir.model.fields,field_description:auth_totp.field_res_users__display_name msgid "Display Name" msgstr "显示名称" #. module: auth_totp #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Enable Two-Factor Authentication" msgstr "启用双重认证" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Enable two-factor authentication" msgstr "启用双重认证" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Enter the 6-digit code from your app" msgstr "输入从你的APP上获得的6位验证码" #. module: auth_totp #: model:ir.model,name:auth_totp.model_ir_http msgid "HTTP Routing" msgstr "HTTP 路由" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__id #: model:ir.model.fields,field_description:auth_totp.field_ir_http__id #: model:ir.model.fields,field_description:auth_totp.field_res_users__id msgid "ID" msgstr "ID" #. module: auth_totp #: code:addons/auth_totp/controllers/home.py:0 #, python-format msgid "Invalid authentication code format." msgstr "无效的验证码格式。" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard____last_update #: model:ir.model.fields,field_description:auth_totp.field_ir_http____last_update #: model:ir.model.fields,field_description:auth_totp.field_res_users____last_update msgid "Last Modified on" msgstr "最近更改日期" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_uid msgid "Last Updated by" msgstr "最近更新者" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__write_date msgid "Last Updated on" msgstr "最近更新日期" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Or enter the secret code manually:" msgstr "或手动录入密码:" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__qrcode msgid "Qrcode" msgstr "QR码" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "" "Scan the image below with the authenticator app on your phone.
\n" " If you cannot scan the barcode, here are some alternative options:" msgstr "" "用你的手机验证APP扫描下面的图片。Scan the image below with the authenticator app on your phone.
\n" " 如果你不能扫描条码,这里有一些其它选项:" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Scan this barcode with your app" msgstr "用你的APP扫描条码" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__secret msgid "Secret" msgstr "密匙" #. module: auth_totp #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "The verification code should only contain numbers" msgstr "验证码应只包含数字" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_secret msgid "Totp Secret" msgstr "Totp密匙" #. module: auth_totp #: model:ir.model,name:auth_totp.model_auth_totp_wizard msgid "Two-Factor Setup Wizard" msgstr "双重验证安装向导" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form msgid "Two-factor Authentication" msgstr "双重验证" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_res_users__totp_enabled msgid "Two-factor authentication" msgstr "双重验证" #. module: auth_totp #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication already enabled" msgstr "双重验证已经被启用" #. module: auth_totp #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication can only be enabled for yourself" msgstr "双重验证只能为你自己启用" #. module: auth_totp #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication disabled for user(s) %s" msgstr "双重验证对用户 %s 未启用" #. module: auth_totp #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Two-factor authentication is now enabled." msgstr "双重验证现在已经被启用" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__url msgid "Url" msgstr "网址" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__user_id msgid "User" msgstr "用户" #. module: auth_totp #: model:ir.model,name:auth_totp.model_res_users msgid "Users" msgstr "用户" #. module: auth_totp #: model:ir.model.fields,field_description:auth_totp.field_auth_totp_wizard__code #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Verification Code" msgstr "验证码" #. module: auth_totp #: code:addons/auth_totp/controllers/home.py:0 #: code:addons/auth_totp/models/res_users.py:0 #, python-format msgid "Verification failed, please double-check the 6-digit code" msgstr "校验失败,请再次检查6位验证码" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.auth_totp_form msgid "Verify" msgstr "校验" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_field msgid "What is this?" msgstr "这是什么?" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "Your two-factor secret:" msgstr "你的双重验证密匙:" #. module: auth_totp #: model_terms:ir.ui.view,arch_db:auth_totp.view_totp_wizard msgid "show the code" msgstr "显示验证码"