odoo/addons/auth_oauth/i18n/zh_CN.po

236 lines
6.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * auth_oauth
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
# jeffery chen fan <jeffery9@gmail.com>, 2015
# leangjia <liangjia@qq.com>, 2015
# mrshelly <mrshelly@hotmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-21 14:07+0000\n"
"PO-Revision-Date: 2015-08-17 14:13+0000\n"
"Last-Translator: leangjia <liangjia@qq.com>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/odoo/odoo-8/language/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_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Ceate a new project"
msgstr "- 创建一个新项目"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Create an oauth client_id"
msgstr "创建一个认证client_id"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid ""
"- Edit settings and set both Authorized Redirect URIs and Authorized "
"JavaScript Origins to your hostname."
msgstr "给你的主机名称设置两个关键参数值提供用于认证的URIs和重定向的JavaScript 脚本代码"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Go to Api Access"
msgstr "转到API参数"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "- Go to the"
msgstr "转到"
#. module: auth_oauth
#: code:addons/auth_oauth/controllers/main.py:100
#, python-format
msgid "Access Denied"
msgstr "访问被拒绝请检查是否输入了正确的master密码"
#. module: auth_oauth
#: field:base.config.settings,auth_oauth_facebook_enabled:0
msgid "Allow users to sign in with Facebook"
msgstr "允许用户通过Facebook登录"
#. module: auth_oauth
#: field:base.config.settings,auth_oauth_google_enabled:0
msgid "Allow users to sign in with Google"
msgstr "允许用户通过google登录"
#. module: auth_oauth
#: field:auth.oauth.provider,enabled:0
msgid "Allowed"
msgstr "允许"
#. module: auth_oauth
#: field:auth.oauth.provider,auth_endpoint:0
msgid "Authentication URL"
msgstr "身份验证URL"
#. module: auth_oauth
#: field:auth.oauth.provider,body:0
msgid "Body"
msgstr "正文"
#. module: auth_oauth
#: field:auth.oauth.provider,css_class:0
msgid "CSS class"
msgstr "CSS class"
#. module: auth_oauth
#: field:auth.oauth.provider,client_id:0
#: field:base.config.settings,auth_oauth_facebook_client_id:0
#: field:base.config.settings,auth_oauth_google_client_id:0
msgid "Client ID"
msgstr "客户端 ID"
#. module: auth_oauth
#: field:auth.oauth.provider,create_uid:0
msgid "Created by"
msgstr "创建人"
#. module: auth_oauth
#: field:auth.oauth.provider,create_date:0
msgid "Created on"
msgstr "创建"
#. module: auth_oauth
#: field:auth.oauth.provider,data_endpoint:0
msgid "Data URL"
msgstr "数据URL"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "Google APIs console"
msgstr "Google APIs 控制台"
#. module: auth_oauth
#: field:auth.oauth.provider,id:0
msgid "ID"
msgstr "ID"
#. module: auth_oauth
#: field:auth.oauth.provider,write_uid:0
msgid "Last Updated by"
msgstr "最后更新"
#. module: auth_oauth
#: field:auth.oauth.provider,write_date:0
msgid "Last Updated on"
msgstr "最后一次更新"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "Now copy paste the client_id here:"
msgstr "复制client_id并粘贴到这里"
#. module: auth_oauth
#: field:res.users,oauth_access_token:0
msgid "OAuth Access Token"
msgstr "OAuth 访问令牌"
#. module: auth_oauth
#: field:res.users,oauth_provider_id:0
msgid "OAuth Provider"
msgstr "OAuth 提供者"
#. module: auth_oauth
#: model:ir.ui.menu,name:auth_oauth.menu_oauth_providers
msgid "OAuth Providers"
msgstr "OAuth 提供者"
#. module: auth_oauth
#: sql_constraint:res.users:0
msgid "OAuth UID must be unique per provider"
msgstr "OAuth UID必须是每个提供者 provider )唯一的"
#. module: auth_oauth
#: field:res.users,oauth_uid:0
msgid "OAuth User ID"
msgstr "OAuth 用户ID"
#. module: auth_oauth
#: model:ir.model,name:auth_oauth.model_auth_oauth_provider
msgid "OAuth2 provider"
msgstr "OAuth2 提供者"
#. module: auth_oauth
#: view:res.users:auth_oauth.view_users_form
msgid "Oauth"
msgstr "Oauth"
#. module: auth_oauth
#: help:res.users,oauth_uid:0
msgid "Oauth Provider user_id"
msgstr "Oauth 提供者user_id"
#. module: auth_oauth
#: field:auth.oauth.provider,name:0
msgid "Provider name"
msgstr "提供者名称"
#. module: auth_oauth
#: model:ir.actions.act_window,name:auth_oauth.action_oauth_provider
msgid "Providers"
msgstr "提供者"
#. module: auth_oauth
#: field:auth.oauth.provider,scope:0
msgid "Scope"
msgstr "作用域"
#. module: auth_oauth
#: code:addons/auth_oauth/controllers/main.py:98
#, python-format
msgid "Sign up is not allowed on this database."
msgstr "此数据库不允许注册"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid ""
"To setup the signin process with Google, first you have to perform the "
"following steps:"
msgstr "若想要使用谷歌来认证并登入,首先你得按以下步骤来做准备工作:"
#. module: auth_oauth
#: model:ir.model,name:auth_oauth.model_res_users
msgid "Users"
msgstr "用户"
#. module: auth_oauth
#: field:auth.oauth.provider,validation_endpoint:0
msgid "Validation URL"
msgstr "验证 URL"
#. module: auth_oauth
#: code:addons/auth_oauth/controllers/main.py:102
#, python-format
msgid ""
"You do not have access to this database or your invitation has expired. "
"Please ask for an invitation and be sure to follow the link in your "
"invitation email."
msgstr "您无权访问此数据库或者您的邀请已经过期.请申请一个新的邀请并在您的邀请邮件中确认。"
#. module: auth_oauth
#: view:auth.oauth.provider:auth_oauth.view_oauth_provider_form
#: view:auth.oauth.provider:auth_oauth.view_oauth_provider_list
msgid "arch"
msgstr "arch"
#. module: auth_oauth
#: view:base.config.settings:auth_oauth.view_general_configuration
msgid "e.g. 1234-xyz.apps.googleusercontent.com"
msgstr "例如1234-xyz.apps.googleusercontent.com"
#. module: auth_oauth
#: field:auth.oauth.provider,sequence:0
msgid "unknown"
msgstr "未知"