zh_TW.js 725 B

1234567891011121314151617
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "您的程式未被授權連線。請聯繫系統管理員。",
  5. "OAuth 2.0" : "OAuth 2.0",
  6. "OAuth 2.0 clients" : "OAuth 2.0 客戶端",
  7. "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0授權機制允許外部服務向{instanceName}要求存取",
  8. "Add client" : "新增客戶端",
  9. "Name" : "名稱",
  10. "Redirection URI" : "重導向 URI",
  11. "Add" : "新增",
  12. "Client Identifier" : "用戶識別",
  13. "Secret" : "密鑰Secret",
  14. "Show client secret" : "顯示密碼",
  15. "Delete" : "刪除"
  16. },
  17. "nplurals=1; plural=0;");