zh_HK.js 1.4 KB

12345678910111213141516171819202122
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "此客戶端無權連結,請通知此客戶端的管理員。",
  5. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "重導向 URL 必須為完整的 URL,如範例所示:https://yourdomain.com/path",
  6. "OAuth 2.0" : "OAuth 2.0",
  7. "Allows OAuth2 compatible authentication from other web applications." : "允許相容於Oauth2的外部網頁應用程式驗證。",
  8. "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的網頁應用程式啟用原生的驗證流程。",
  9. "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
  10. "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 允許外部服務要求存取 {instanceName}。",
  11. "Name" : "名稱",
  12. "Redirection URI" : "重導向 URI",
  13. "Client Identifier" : "用戶識別",
  14. "Secret key" : "私密密鑰",
  15. "Delete client" : "刪除客戶端",
  16. "Add client" : "新增第三方應用程式",
  17. "Add" : "新增",
  18. "Show client secret" : "顯示客戶端密碼",
  19. "Delete" : "刪除",
  20. "Secret" : "密鑰"
  21. },
  22. "nplurals=1; plural=0;");