nextcloud/apps/oauth2/l10n/zh_TW.js

18 lines
725 B
JavaScript
Raw Normal View History

2017-11-07 04:08:57 +03:00
OC.L10N.register(
"oauth2",
{
2020-04-03 15:08:12 +03:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "您的程式未被授權連線。請聯繫系統管理員。",
2018-04-02 03:11:49 +03:00
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0 客戶端",
2020-04-03 15:08:12 +03:00
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}要求存取",
2018-11-17 04:12:47 +03:00
"Name" : "名稱",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "重導向 URI",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "用戶識別",
2018-08-25 03:12:33 +03:00
"Secret" : "密鑰Secret",
2018-11-17 04:12:47 +03:00
"Add client" : "新增客戶端",
2019-12-22 05:28:34 +03:00
"Add" : "新增",
2020-04-03 15:08:12 +03:00
"Show client secret" : "顯示密碼",
2019-12-22 05:28:34 +03:00
"Delete" : "刪除"
2017-11-07 04:08:57 +03:00
},
"nplurals=1; plural=0;");