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

zh_TW.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc1abcd862d1257e974d2308f5c428b2057cee39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "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" : "密鑰Secret",
    "Add client" : "新增客戶端",
    "Add" : "新增"
},
"nplurals=1; plural=0;");