diff options
author | Brian Evans <grknight@gentoo.org> | 2020-10-06 11:22:15 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-10-06 11:22:15 -0400 |
commit | 4a2d3a0b7596731e11ef9257138653bec81d6fd3 (patch) | |
tree | 0e33fdfd38e791cc9ffe46f11f954a7dce86d618 /OAuth/i18n/zh-hans.json | |
parent | OpenIDConnect: Fix newly protected function (diff) | |
download | extensions-4a2d3a0b7596731e11ef9257138653bec81d6fd3.tar.gz extensions-4a2d3a0b7596731e11ef9257138653bec81d6fd3.tar.bz2 extensions-4a2d3a0b7596731e11ef9257138653bec81d6fd3.zip |
Add OAuth for API access
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'OAuth/i18n/zh-hans.json')
-rw-r--r-- | OAuth/i18n/zh-hans.json | 298 |
1 files changed, 298 insertions, 0 deletions
diff --git a/OAuth/i18n/zh-hans.json b/OAuth/i18n/zh-hans.json new file mode 100644 index 00000000..9e11d1f7 --- /dev/null +++ b/OAuth/i18n/zh-hans.json @@ -0,0 +1,298 @@ +{ + "@metadata": { + "authors": [ + "A2093064", + "Cwek", + "Duolaimi", + "Hzy980512", + "Impersonator 1", + "Josephine W.", + "LNDDYL", + "Liuxinyu970226", + "Mys 721tx", + "Mywood", + "Nbdd0121", + "NigelSoft", + "Qiyue2001", + "Shirayuki", + "Shizhao", + "Simon Shek", + "VulpesVulpes825", + "Xiaomingyan", + "Xiplus", + "Yfdyh000" + ] + }, + "oauth": "OAuth", + "mwoauth-desc": "允许使用OAuth 1.0a 与OAuth 2.0 用作API授权", + "mwoauth-verified": "现在该应用以允许以您的名义访问MediaWiki。\n\n要完成这个过程,请为该应用提供这个校验值:'''$1'''", + "mwoauth-db-readonly": "OAuth数据库暂时锁定。请几分钟后重试。", + "mwoauth-missing-field": "缺少值为“$1”字段", + "mwoauth-invalid-field": "为\"$1\"字段提供的值无效", + "mwoauth-invalid-field-generic": "提供的值无效", + "mwoauth-field-hidden": "(这些信息已被隐藏)", + "mwoauth-field-private": "(这些信息是不公开的)", + "mwoauth-prefs-managegrants": "连接应用:", + "mwoauth-prefs-managegrantslink": "管理$1个连接的{{PLURAL:$1|应用程序}}", + "mwoauth-consumer-allwikis": "本站的所有项目", + "mwoauth-consumer-key": "消费者密钥:", + "mwoauth-consumer-name": "应用名称:", + "mwoauth-consumer-version": "消费者版本:", + "mwoauth-consumer-user": "发布者:", + "mwoauth-consumer-stage": "当前状态:", + "mwoauth-consumer-email": "联系人电子邮件地址:", + "mwoauth-consumer-email-help": "只对通过新消费者的应用可见", + "mwoauth-consumer-owner-only-label": "仅限主人:", + "mwoauth-consumer-owner-only": "此consumer只能被$1使用。", + "mwoauth-consumer-owner-only-help": "选择此选项将导致consumer被自动批准,并同意由$1使用。这将不会被其他用户所使用,并且通常出现的授权流将不会运行。使用此consumer做出的操作将不会被标记。", + "mwoauth-consumer-description": "应用说明:", + "mwoauth-consumer-callbackurl": "OAuth“回调”URL:", + "mwoauth-consumer-callbackisprefix": "允许取用者在请求中指定一个回调并使用上面的 \"callback\" URL 作为一个必需的前缀。", + "mwoauth-consumer-granttypes": "请求的权限类型:", + "mwoauth-consumer-grantsneeded": "应用授权:", + "mwoauth-consumer-required-grant": "适用于最终用户", + "mwoauth-consumer-wiki": "适用项目:", + "mwoauth-consumer-wiki-thiswiki": "当前项目 ( $1 )", + "mwoauth-consumer-restrictions": "使用限制:", + "mwoauth-consumer-restrictions-json": "使用限制(JSON) :", + "mwoauth-consumer-rsakey": "RSA公钥(可选):", + "mwoauth-consumer-rsakey-help": "输入一个公钥来使用RSA-SHA1签名方法。留空以使用HMAC-SHA1(包含随机密钥)。如果您对此不确定,请将其留空。", + "mwoauth-consumer-secretkey": "最终用户的私密令牌:", + "mwoauth-consumer-accesstoken": "访问令牌:", + "mwoauth-consumer-reason": "原因:", + "mwoauth-consumer-developer-agreement": "通过提交此应用程序,您承认我们保留禁用您的应用程序,移除或限制您或您的应用程序对此网站的访问权的权利,并当我们相信根据我们自身的判断,您或您的应用程序违反此网站的任何方针、指引和指导原则时,继续从事任何其他我们认为适当的操作过程。我们可以在我们谨慎判断认为必要时,随时更改此应用程序方针,而不事先通知。您继续使用OAuth就意味着认可这些更改。", + "mwoauth-consumer-email-unconfirmed": "您的账户的电子邮件地址还没有确认。", + "mwoauth-consumer-email-mismatched": "提供的电子邮件地址必须与您的帐户相匹配。", + "mwoauth-consumer-alreadyexists": "最终用户与此名称/版本/发布者的组合已经存在", + "mwoauth-consumer-alreadyexistsversion": "使用此名称/发布者组合的程序已存在相等或更高版本(“$1”)", + "mwoauth-consumer-not-accepted": "不能更新已挂起消费者请求的信息", + "mwoauth-consumer-not-proposed": "该消费者现不被建议", + "mwoauth-consumer-not-disabled": "该消费者现不被启用", + "mwoauth-consumer-not-approved": "该消费者不被许可(或者已被禁用)", + "mwoauth-missing-consumer-key": "没有提供消费者密钥。", + "mwoauth-invalid-consumer-key": "根据提供的密钥不存在相应消费者。", + "mwoauth-invalid-access-token": "根据提供的密钥不存在相应允许令牌。", + "mwoauth-invalid-access-wrongwiki": "这个消费者只被允许在“$1”项目使用。", + "mwoauth-consumer-conflict": "有人更改了您查看的消费者的属性。请再试一次。您可能想要检查的更改日志。", + "mwoauth-consumer-grantshelp": "每种功能补助都会访问已存在用户账户的用户权限。参见[[Special:ListGrants|授权表]]以获取更多信息。", + "mwoauth-consumer-stage-proposed": "已提议", + "mwoauth-consumer-stage-rejected": "已拒绝", + "mwoauth-consumer-stage-expired": "已过期", + "mwoauth-consumer-stage-approved": "已批准", + "mwoauth-consumer-stage-disabled": "已禁用", + "mwoauth-consumer-stage-suppressed": "已阻止", + "oauthconsumerregistration": "OAuth消费方注册", + "mwoauthconsumerregistration-navigation": "导航:", + "mwoauthconsumerregistration-propose": "提议新消费者", + "mwoauthconsumerregistration-list": "我的消费者列表", + "mwoauthconsumerregistration-main": "主要", + "mwoauthconsumerregistration-propose-text": "开发者应使用下面的表单提议新的OAuth应用程序(更多信息请参见[//www.mediawiki.org/wiki/Extension:OAuth 该扩展插件文档])。提交表单后,您将收到与您应用程序相关的令牌,它用于验证身份。OAuth管理员会审核并可能通过您的提议,之后您的程序才能正常访问。\n\n一些建议与提醒:\n* 如果可能,尝试使用较少的功能,避免目前不需要的功能。\n* 版本应存在于表单“major.minor.release”(最新的两个作为选项)并在需要时增加功能。\n* 如果可能,请提供RSA公钥(PEM格式);否则将会使用(较不安全的)私有领牌。\n* 您可使用项目ID限制应用程序访问此网站的单一项目(使用“ * ”访问所有项目)。", + "mwoauthconsumerregistration-update-text": "使用下面的表格更新您控制的OAuth消费方信息。\n\n此处所有的值将覆盖之前设定。不要将字段留空,除非您要清除这些值。", + "mwoauthconsumerregistration-maintext": "此页面用于让开发人员在此网站的注册信息中提议和更新OAuth新消费方应用程序。\n\n在此,您可以:\n* [[Special:OAuthConsumerRegistration/propose|为新消费方申请令牌]]。\n* [[Special:OAuthConsumerRegistration/list|管理您现有的消费方]]。\n\n关于OAuth的更多信息,请参见[//www.mediawiki.org/wiki/Extension:OAuth 扩展程序的说明文档]。", + "mwoauthconsumerregistration-propose-legend": "新OAuth消费方应用程序", + "mwoauthconsumerregistration-update-legend": "更新OAuth消费方应用程序", + "mwoauthconsumerregistration-propose-submit": "提议消费者", + "mwoauthconsumerregistration-update-submit": "更新消费者", + "mwoauthconsumerregistration-none": "您没有控制任何OAuth消费方。", + "mwoauthconsumerregistration-name": "消费者", + "mwoauthconsumerregistration-user": "发布者", + "mwoauthconsumerregistration-description": "说明", + "mwoauthconsumerregistration-email": "联系人电子邮件", + "mwoauthconsumerregistration-consumerkey": "消费者密钥", + "mwoauthconsumerregistration-stage": "状态", + "mwoauthconsumerregistration-lastchange": "最后更改", + "mwoauthconsumerregistration-manage": "管理", + "mwoauthconsumerregistration-resetsecretkey": "将密钥重置为一个新值", + "mwoauthconsumerregistration-proposed": "已收到您的OAuth消费方请求。\n\n您的消费方令牌是'''$1''',您的私有令牌是'''$2'''。''请保存令牌以供日后参考。''", + "mwoauthconsumerregistration-created-owner-only": "您的OAuth消费方已创建。\n\n您的令牌是:\n; 消费方令牌:$1\n; 消费方密钥:$2\n; 访问令牌:$3\n; 访问密钥:$4\n<em>请记住上述信息,以便今后参考。</em>", + "mwoauthconsumerregistration-updated": "已更新您的OAuth消费方注册信息。", + "mwoauthconsumerregistration-secretreset": "您已分配了'''$1'''的消费者密钥。''请保留好它以供今后参考。''", + "mwoauthconsumerregistration-secretreset-owner-only": "已重置您的OAuth消费方令牌。新的令牌是:\n; 消费方令牌:$1\n; 消费方密钥:$2\n; 访问令牌:$3\n; 访问密钥:$4\n<em>请记住上述信息,以便今后参考。</em>", + "mwoauthconsumerregistration-need-emailconfirmed": "您必须确认您的电子邮件地址才能创建OAuth应用程序。请通过[[Special:Preferences|系统设置]]设置并确认您的电子邮件地址。", + "oauthmanageconsumers": "管理OAuth消费方", + "mwoauthmanageconsumers-notloggedin": "您必须登录后才能访问此页。", + "mwoauthmanageconsumers-type": "队列:", + "mwoauthmanageconsumers-showproposed": "拟议的请求", + "mwoauthmanageconsumers-showrejected": "被拒绝的请求", + "mwoauthmanageconsumers-showexpired": "过期的请求", + "mwoauthmanageconsumers-linkproposed": "提议的请求", + "mwoauthmanageconsumers-linkrejected": "拒绝的请求", + "mwoauthmanageconsumers-linkexpired": "过期的请求", + "mwoauthmanageconsumers-linkapproved": "通过的请求", + "mwoauthmanageconsumers-linkdisabled": "禁用的请求", + "mwoauthmanageconsumers-main": "主要", + "mwoauthmanageconsumers-maintext": "本页面用于处理OAuth(参见http://oauth.net)消费方应用程序请求和管理已有OAuth消费方。", + "mwoauthmanageconsumers-queues": "在下方选择消费者确认队列:", + "mwoauthmanageconsumers-q-proposed": "已提议消费者请求队列", + "mwoauthmanageconsumers-q-rejected": "已拒绝消费者请求队列", + "mwoauthmanageconsumers-q-expired": "已过时消费者请求队列", + "mwoauthmanageconsumers-lists": "在下方的状态列表中选择一个消费者:", + "mwoauthmanageconsumers-l-approved": "现有已批准程序列表", + "mwoauthmanageconsumers-l-disabled": "现有已禁用程序列表", + "mwoauthmanageconsumers-none-proposed": "此列表上没有提议消费者。", + "mwoauthmanageconsumers-none-rejected": "此列表上没有提议消费者。", + "mwoauthmanageconsumers-none-expired": "此列表上没有提议消费者。", + "mwoauthmanageconsumers-none-approved": "没有消费者满足此条件。", + "mwoauthmanageconsumers-none-disabled": "没有消费者满足此条件。", + "mwoauthmanageconsumers-name": "消费者", + "mwoauthmanageconsumers-user": "发布者", + "mwoauthmanageconsumers-description": "说明", + "mwoauthmanageconsumers-email": "联系邮件", + "mwoauthmanageconsumers-consumerkey": "消费者密钥", + "mwoauthmanageconsumers-lastchange": "最近更新", + "mwoauthmanageconsumers-review": "审查/管理", + "mwoauthmanageconsumers-confirm-text": "使用此表单批准、拒绝、禁用或重新启用此消费者。", + "mwoauthmanageconsumers-confirm-legend": "管理OAuth消费方", + "mwoauthmanageconsumers-action": "更改状态:", + "mwoauthmanageconsumers-approve": "已批准", + "mwoauthmanageconsumers-reject": "已回绝", + "mwoauthmanageconsumers-rsuppress": "已回绝并禁止", + "mwoauthmanageconsumers-disable": "已禁用", + "mwoauthmanageconsumers-dsuppress": "已禁用并禁止", + "mwoauthmanageconsumers-reenable": "已批准", + "mwoauthmanageconsumers-reason": "原因:", + "mwoauthmanageconsumers-confirm-submit": "更新消费者状态", + "mwoauthmanageconsumers-success-approved": "请求已批准。", + "mwoauthmanageconsumers-success-rejected": "请求已被拒绝。", + "mwoauthmanageconsumers-success-disabled": "消费者已禁用。", + "mwoauthmanageconsumers-success-reanable": "消费者已重新启用。", + "mwoauthmanageconsumers-search-name": "使用此名称的消费者", + "mwoauthmanageconsumers-search-publisher": "通过此用户的消费者", + "oauthlistconsumers": "OAuth应用程序列表", + "mwoauthlistconsumers-legend": "浏览OAuth应用程序", + "mwoauthlistconsumers-view": "详情", + "mwoauthlistconsumers-none": "找不到满足此条件的应用程序。", + "mwoauthlistconsumers-name": "应用程序名称", + "mwoauthlistconsumers-version": "消费者版本", + "mwoauthlistconsumers-user": "发布者", + "mwoauthlistconsumers-description": "说明", + "mwoauthlistconsumers-wiki": "可用项目", + "mwoauthlistconsumers-callbackurl": "OAuth“回调URL”", + "mwoauthlistconsumers-callbackisprefix": "允许取用者在请求中指定一个回调并使用上面的 \"callback\" URL 作为一个必需的前缀。", + "mwoauthlistconsumers-grants": "可用补助", + "mwoauthlistconsumers-basicgrantsonly": "(仅适用于基本访问)", + "mwoauthlistconsumers-status": "状态", + "mwoauth-consumer-stage-any": "任何", + "mwoauthlistconsumers-status-proposed": "建议", + "mwoauthlistconsumers-status-approved": "批准", + "mwoauthlistconsumers-status-disabled": "停用", + "mwoauthlistconsumers-status-rejected": "拒绝", + "mwoauthlistconsumers-status-expired": "已过期", + "oauthmanagemygrants": "管理连接的应用程序", + "mwoauthmanagemygrants-text": "此页面列出了可以使用您的账户的所有应用程序。这些应用程序的可访问范围取决于您授予这些应用程序可代表您操作时所允许的限制条件。如果您单独授予一个应用程序可代表您访问不同的姊妹项目,那么您将会在下面看到每个项目的单独配置。\n\n已连接的应用程序将通过 OAuth 协议访问您的账户。<span class=\"plainlinks\">([https://www.mediawiki.org/wiki/Special:MyLanguage/Help:OAuth 详细了解有关已连接的应用程序])</span>", + "mwoauthmanagemygrants-navigation": "导航:", + "mwoauthmanagemygrants-showlist": "连接的应用程序列表", + "mwoauthmanagemygrants-none": "没有应用程序连接到您的账户。", + "mwoauthmanagemygrants-user": "发布者:", + "mwoauthmanagemygrants-description": "说明", + "mwoauthmanagemygrants-wikiallowed": "允许在项目上使用:", + "mwoauthmanagemygrants-grants": "应用授权:", + "mwoauthmanagemygrants-grantsallowed": "允许授权", + "mwoauthmanagemygrants-applicablegrantsallowed": "允许的可用授权:", + "mwoauthmanagemygrants-review": "管理访问", + "mwoauthmanagemygrants-revoke": "移除授权", + "mwoauthmanagemygrants-grantaccept": "授权", + "mwoauthmanagemygrants-update-text": "使用以下表单修改授予给代表您的操作的应用程序的权限。", + "mwoauthmanagemygrants-revoke-text": "使用下面的表格撤销应用程序以您的名义的访问权限。", + "mwoauthmanagemygrants-confirm-legend": "管理连接的应用程序", + "mwoauthmanagemygrants-update": "更新授权", + "mwoauthmanagemygrants-renounce": "取消授权", + "mwoauthmanagemygrants-action": "更新状态:", + "mwoauthmanagemygrants-confirm-submit": "更新授权令牌状态", + "mwoauthmanagemygrants-success-update": "您对此应用程序的参数设置已更新。", + "mwoauthmanagemygrants-success-renounce": "已取消应用程序对您账户的访问权。", + "mwoauthmanagemygrants-basic-tooltip": "为何我不能更新此功能?此功能向您提供可连接应用基本权限,它要求功能正常。如果您不希望此可连接应用拥有这些权限,您需要移除应用访问权。", + "mwoauthmanagemygrants-authonly-tooltip": "为什么我不能更新此权限?如果您不希望这个连接的应用程序拥有此权限,您应该移除应用程序的访问权。", + "logentry-mwoauthconsumer-propose": "$1{{GENDER:$2|申请建立}}一个OAuth消费方(消费方密钥$4)", + "logentry-mwoauthconsumer-update": "$1{{GENDER:$2|更新了}}一个OAuth消费方(消费方密钥$4)", + "logentry-mwoauthconsumer-approve": "$1{{GENDER:$2|批准了}}$3的OAuth消费方(消费方密钥$4)", + "logentry-mwoauthconsumer-reject": "$1{{GENDER:$2|拒绝了}}$3的OAuth消费方(消费方密钥$4)", + "logentry-mwoauthconsumer-disable": "$1{{GENDER:$2|禁用了}}$3的OAuth消费方(消费方密钥$4)", + "logentry-mwoauthconsumer-reenable": "$1{{GENDER:$2|重新启用了}}$3的OAuth消费方(消费方密钥$4)", + "logentry-mwoauthconsumer-create-owner-only": "$1{{GENDER:$2|创建了}}仅限主人的OAuth消费方(消费方密钥$4)", + "mwoauthconsumer-consumer-logpage": "OAuth消费方日志", + "mwoauthconsumer-consumer-logpagetext": "在册OAuth消费方的批准、拒绝和禁用日志。", + "mwoauth-bad-request-missing-params": "抱歉,配置此连接应用程序时出错。请联络应用程序的开发者。\n\n<span class=\"plainlinks mw-mwoautherror-details\">OAuth缺少参数,$1</span>", + "mwoauth-bad-request-invalid-action": "抱歉,出现一些错误,您需要联系应用程序作者以获取帮助。\n\n<span class=\"plainlinks mw-mwoautherror-details\">未知URL,$1</span>", + "mwoauth-bad-request-invalid-action-contact": "抱歉,出现一些错误。您需要[$1 联络]应用程序作者以获取帮助。\n\n<span class=\"plainlinks mw-mwoautherror-details\">未知URL,$2</span>", + "mwoauthdatastore-access-token-not-found": "对于那个授权令牌,找不到批准的功能。", + "mwoauthdatastore-request-token-not-found": "抱歉,连接此应用程序时出错。返回并重新尝试连接您的账户,或联络应用程序开发者。\n\n<span class=\"plainlinks mw-mwoautherror-details\">找不到OAuth令牌,$1</span>", + "mwoauthdatastore-callback-not-found": "缓存中找不到OAuth回调URL。这可能是应用程序向服务器发送请求时出现的错误。", + "mwoauthdatastore-request-token-already-used": "此请求已经完成,不能重复提交。回到应用程序并再次尝试连接您的账户,或联络应用程序作者。\n\n<span class=\"plainlinks mw-mwoautherror-details\">OAuth令牌已被使用,$1</span>", + "mwoauthdatastore-bad-token": "找不到与您的请求相匹配的令牌。", + "mwoauthdatastore-bad-source-ip": "请求来自无效的IP地址。", + "mwoauthdatastore-bad-verifier": "提交的验证代码无效。", + "mwoauthdatastore-invalid-token-type": "请求令牌的类型无效。", + "mwoauthgrants-general-error": "您的OAuth请求中存在错误。", + "mwoauthserver-bad-consumer": "“$1”未被批准作为可连接的应用程序。请[$2 联络]应用程序作者获得帮助。\n\n<span class=\"plainlinks mw-mwoautherror-details\">已连接的OAuth应用程序未获批准,$3</span>", + "mwoauthserver-bad-consumer-key": "抱歉,此程序连接时出现一些错误。\n\n<span class=\"plainlinks mw-mwoautherror-details\">未知的OAuth密钥,$1</span>", + "mwoauthserver-insufficient-rights": "您的账户不允许使用连接的应用程序,请联系您的网站管理员了解原因。\n\n<span class=\"plainlinks mw-mwoautherror-details\">OAuth用户权限不足,$1</span>", + "mwoauthserver-invalid-request-token": "您的申请中有无效令牌。", + "mwoauthserver-invalid-user": "要使用此网站连接的程序,您必须拥有跨所有项目的账户。当您在所有项目上拥有账户后,您才能再次尝试连接“$1”。\n\n<span class=\"plainlinks mw-mwoautherror-details\">需要统一登录,$2</span>", + "mwoauthserver-consumer-no-secret": "抱歉,此程序连接时出现一些错误。\n\n<span class=\"plainlinks mw-mwoautherror-details\">未知的OAuth密钥,$1</span>", + "mwoauthserver-consumer-owner-only": "“$1”是一个仅限主人连接的应用程序。要检索访问令牌,请参见[[$2]]。\n\n<span class=\"plainlinks mw-mwoautherror-details\">Consumer仅限主人,$3</span>", + "mwoauth-invalid-authorization-title": "OAuth认证错误", + "mwoauth-invalid-authorization": "您申请中的授权标头无效:$1", + "mwoauth-invalid-authorization-wrong-wiki": "您申请中的授权标头对于$1无效", + "mwoauth-invalid-authorization-invalid-user": "您的授权表头用于不存在的用户", + "mwoauth-invalid-authorization-wrong-user": "您的请求的授权标头用于另一用户", + "mwoauth-invalid-authorization-not-approved": "您尝试连接的应用程序似乎设置不正确。请联络作者“$1”获得帮助。", + "mwoauth-invalid-authorization-blocked-user": "您请求的许可表头来自被封禁用户", + "mwoauth-form-description-allwikis": "您好$1,\n\n为了完成您的请求,'''$2'''需要权限以代表您在此网站所有项目上执行以下操作:\n\n$4", + "mwoauth-form-description-onewiki": "您好$1,\n\n为了完成您的请求,'''$2'''需要权限以代表您在''$4''上执行以下操作:\n\n$5", + "mwoauth-form-description-allwikis-nogrants": "您好$1,\n\n为了完成您的请求,'''$2'''需要权限以在此网站所有项目中代表您访问信息。我们不会对您的账户做出更改。", + "mwoauth-form-description-onewiki-nogrants": "您好$1,\n\n为了完成您的请求,'''$2'''需要权限以在''$4''代表您访问信息。我们不会对您的账户做出更改。", + "mwoauth-form-description-allwikis-privateinfo": "您好$1,\n\n為了完成您的請求,'''$2'''需要權限以在此網站所有項目上存取有關您的資訊,這包括您的真實姓名和電子郵件地址。我們不會對您的帳戶做出更改。", + "mwoauth-form-description-onewiki-privateinfo": "您好$1,\n\n为了完成您的请求,'''$2'''需要权限以在''$4''访问信息,这包括您的真实姓名和电子邮件地址。我们不会对您的账户做出更改。", + "mwoauth-form-button-approve": "允许", + "mwoauth-form-button-cancel": "取消", + "mwoauth-error": "应用程序连接错误", + "mwoauth-grants-heading": "已申请权限:", + "mwoauth-grants-nogrants": "应用程序并无任何权限请求。", + "mwoauth-acceptance-cancelled": "您已选择不允许“$1”连接您的账户。“$1”将不会工作除非您重新允许它。您可回到“$1”或[[Special:OAuthManageMyGrants|管理]]您的已连接应用程序。", + "mwoauth-granttype-normal": "请求为特定权限授权。", + "grant-mwoauth-authonly": "仅限用户身份验证,没有读取页面或代表某位用户的能力。", + "grant-mwoauth-authonlyprivate": "用户身份验证只访问真实姓名和电子邮件地址,没有读取页面或代表某位用户的能力。", + "mwoauth-listgrants-extra-summary": "== OAuth特定授权 ==\n\n这些额外的授权适用于OAuth消费者。", + "mwoauth-oauth-exception": "OAuth 协议发生错误:$1", + "mwoauth-callback-not-oob": "oauth_callback必须设置且必须设置为“oob”(区分大小写)", + "mwoauth-callback-not-oob-or-prefix": "oauth_callback 必须设定,并且必须设置为“oob”(大小写敏感),或者配置回调必须是提供回调的一个前缀。", + "right-mwoauthproposeconsumer": "提议新的OAuth消费者", + "right-mwoauthupdateownconsumer": "更新您控制的OAuth消费者", + "right-mwoauthmanageconsumer": "管理OAuth消费者", + "right-mwoauthsuppress": "阻止OAuth消费者", + "right-mwoauthviewsuppressed": "查看已阻止的OAuth消费者", + "right-mwoauthviewprivate": "查看私有OAuth数据", + "right-mwoauthmanagemygrants": "管理OAuth功能", + "action-mwoauthmanageconsumer": "管理OAuth消费者", + "action-mwoauthmanagemygrants": "管理您的OAuth功能", + "action-mwoauthproposeconsumer": "提议新的OAuth应用程序", + "action-mwoauthupdateownconsumer": "更新您控制的OAuth应用程序", + "action-mwoauthviewsuppressed": "查看已阻止的OAuth应用程序", + "mwoauth-tag-reserved": "以<code>OAuth CID:</code>开头的标签被OAuth保留使用。", + "mwoauth-botpasswords-note": "<strong>注意:</strong><span class=\"plainlinks\">[$1 OAuth]</span>比机器人密码更安全,并当机器人支持它时应当首选使用。", + "mwoauth-api-module-disabled": "“$1”模块在OAuth中不可用。", + "echo-category-title-oauth-owner": "OAuth开发", + "echo-pref-tooltip-oauth-owner": "通知我有关我创建的OAuth应用程序相关的事件。", + "echo-category-title-oauth-admin": "OAuth管理员", + "echo-pref-tooltip-oauth-admin": "通知我有关复核OAuth应用程序相关的事件。", + "notification-oauth-app-propose-title": "$1{{GENDER:$1|提议}}了一个新的OAuth应用:$2", + "notification-oauth-app-update-title": "$1{{GENDER:$1|更新}}了OAuth应用$2", + "notification-oauth-app-approve-title": "$1{{GENDER:$1|通过}}了{{GENDER:$3|您}}的OAuth应用($2)", + "notification-oauth-app-reject-title": "$1{{GENDER:$1|拒绝}}了{{GENDER:$3|您}}的OAuth应用($2)", + "notification-oauth-app-disable-title": "$1{{GENDER:$1|禁用}}了{{GENDER:$3|您}}的OAuth应用($2)", + "notification-oauth-app-reenable-title": "$1{{GENDER:$1|重启}}了{{GENDER:$3|您}}的OAuth应用($2)", + "notification-oauth-app-propose-subject": "$1在{{SITENAME}}{{GENDER:$1|提议}}了一个新的OAuth应用", + "notification-oauth-app-update-subject": "$1在{{SITENAME}}{{GENDER:$1|更新}}了OAuth应用", + "notification-oauth-app-approve-subject": "$1在{{SITENAME}}{{GENDER:$1|通过}}了{{GENDER:$3|您}}的OAuth应用", + "notification-oauth-app-reject-subject": "$1在{{SITENAME}}{{GENDER:$1|拒绝}}了{{GENDER:$3|您}}的OAuth应用", + "notification-oauth-app-disable-subject": "$1在{{SITENAME}}{{GENDER:$1|禁用}}了{{GENDER:$3|您}}的OAuth应用", + "notification-oauth-app-reenable-subject": "$1在{{SITENAME}}{{GENDER:$1|重启}}了{{GENDER:$3|您}}的OAuth应用", + "notification-oauth-app-propose-primary-link": "复核应用", + "notification-oauth-app-update-primary-link": "复核应用", + "notification-oauth-app-approve-primary-link": "查看应用", + "notification-oauth-app-reject-primary-link": "查看应用", + "notification-oauth-app-disable-primary-link": "查看应用", + "notification-oauth-app-reenable-primary-link": "查看应用", + "notification-oauth-app-body": "原因:$1" +} |