summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/ja.js
blob: d05fb949dd4f472060b4145b471ab80fbc4f97d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "OAuth 2.0クライアント",
    "Name" : "名前",
    "Redirection URI" : "リダイレクトURI",
    "Client Identifier" : "クライアントID",
    "Secret" : "シークレットキー",
    "Add client" : "クライアントを追加",
    "Add" : "追加"
},
"nplurals=1; plural=0;");