nextcloud/apps/oauth2/l10n/zh_TW.js

21 lines
1.3 KiB
JavaScript
Raw Normal View History

2017-11-07 04:08:57 +03:00
OC.L10N.register(
"oauth2",
{
2021-01-12 05:19:49 +03:00
"Your client is not authorized to connect. Please inform the administrator of your client." : "此應用程式無權連結,請通知此應用程式的管理員。",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "重導向RUL必須為完整的URL如範例所示https://yourdomain.com/path",
2018-04-02 03:11:49 +03:00
"OAuth 2.0" : "OAuth 2.0",
2021-01-12 05:19:49 +03:00
"Allows OAuth2 compatible authentication from other web applications." : "允許相容於Oauth2的外部網頁應用程式驗證。",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 APPs允許管理員為其他支援OAuth2的網頁應用程式啟用原生的驗證流程。",
"OAuth 2.0 clients" : "OAuth 2.0 第三方應用程式",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}請求授權。",
"Add client" : "新增第三方應用程式",
2018-11-17 04:12:47 +03:00
"Name" : "名稱",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "重導向 URI",
2020-09-01 05:16:09 +03:00
"Add" : "新增",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "用戶識別",
2021-01-12 05:19:49 +03:00
"Secret" : "密鑰",
"Show client secret" : "顯示密鑰",
2019-12-22 05:28:34 +03:00
"Delete" : "刪除"
2017-11-07 04:08:57 +03:00
},
"nplurals=1; plural=0;");