2017-05-21 00:08:26 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-05-07 00:11:36 +00:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-05-21 00:08:26 +00:00
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 客户端",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Name" : "名称",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Redirection URI" : "回调地址",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Client Identifier" : "客户端 ID",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Secret" : "密钥",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Add client" : "添加客户端",
|
2018-11-20 01:12:39 +00:00
|
|
|
"Add" : "添加",
|
2019-01-14 01:12:00 +00:00
|
|
|
"Delete" : "删除",
|
2019-01-15 01:12:14 +00:00
|
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 认证协议允许外部服务请求访问您的 %s。"
|
2017-05-21 00:08:26 +00:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|