14 lines
515 B
JavaScript
14 lines
515 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0 clients" : "OAuth 2.0クライアント",
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s にアクセスを要求できます",
|
|
"Name" : "名前",
|
|
"Redirection URI" : "リダイレクトURI",
|
|
"Client Identifier" : "クライアントID",
|
|
"Secret" : "シークレットキー",
|
|
"Add client" : "クライアントを追加",
|
|
"Add" : "追加"
|
|
},
|
|
"nplurals=1; plural=0;");
|