summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/zh_TW.js
blob: 2eda8ab0a98822682e490a1298d83323932c484b (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" : "用戶辨識",
    "Secret" : "秘密",
    "Add client" : "新增用戶",
    "Add" : "新增"
},
"nplurals=1; plural=0;");