zh_TW.js 408 B

12345678910111213
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0 clients" : "OAuth 2.0 用戶端",
  5. "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0允許其他裝置存取 %s.",
  6. "Name" : "名稱",
  7. "Redirection URI" : "URI轉向",
  8. "Client Identifier" : "用戶辨識",
  9. "Secret" : "秘密",
  10. "Add client" : "新增用戶",
  11. "Add" : "新增"
  12. },
  13. "nplurals=1; plural=0;");