ja.js 555 B

1234567891011121314
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "OAuth 2.0" : "OAuth 2.0",
  5. "OAuth 2.0 clients" : "OAuth 2.0クライアント",
  6. "Name" : "名前",
  7. "Client Identifier" : "クライアントID",
  8. "Add client" : "クライアントの追加",
  9. "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s へのアクセス要求を許可します。",
  10. "Redirection URI" : "リダイレクトURI",
  11. "Secret" : "シークレットキー",
  12. "Add" : "追加"
  13. },
  14. "nplurals=1; plural=0;");