nextcloud/apps/oauth2/l10n/zh_TW.js

15 lines
452 B
JavaScript

OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0 客戶端",
"Name" : "名稱",
"Client Identifier" : "用戶識別",
"Add client" : "新增客戶端",
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 允許其他裝置存取 %s",
"Redirection URI" : "重導向 URI",
"Secret" : "密鑰Secret",
"Add" : "新增"
},
"nplurals=1; plural=0;");