Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 791634c8d72b19239190da1211cebf199744e696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;");