zh_TW.js 1.5 KB

1234567891011121314151617181920212223
  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 應用程式讓管理員可以設定內建的身份驗證工作流程,以讓其他網路應用程式可以進行相容於 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. "Delete" : "刪除",
  19. "Show client secret" : "顯示客戶端密碼",
  20. "Hide client secret" : "隱藏客戶端密碼",
  21. "Secret" : "密碼"
  22. },
  23. "nplurals=1; plural=0;");