diff options
Diffstat (limited to 'apps/oauth2/l10n/ja.js')
-rw-r--r-- | apps/oauth2/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js index 5b644ad0ec2..95e326a8ddb 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -8,12 +8,12 @@ OC.L10N.register( "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2アプリは、他のWebサービスからOAuth2互換の認証に接続し、管理者が認証の流れを設定できるようにするものです。", "OAuth 2.0 clients" : "OAuth 2.0クライアント", "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0により {instanceName} へのアクセス要求を外部サービスに許可します。", + "Add client" : "クライアントの追加", "Name" : "名前", "Redirection URI" : "リダイレクトURI", + "Add" : "追加", "Client Identifier" : "クライアントID", "Secret" : "シークレットキー", - "Add client" : "クライアントの追加", - "Add" : "追加", "Show client secret" : "クライアントシークレットキーを表示", "Delete" : "削除" }, |