diff options
Diffstat (limited to 'apps/oauth2/l10n/ja.js')
-rw-r--r-- | apps/oauth2/l10n/ja.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js index 95e326a8ddb..c1418fb2021 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -8,13 +8,16 @@ 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" : "シークレットキー", + "Secret key" : "シークレットキー", + "Delete client" : "クライアントを削除", + "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", + "Add client" : "クライアントの追加", + "Add" : "追加", "Show client secret" : "クライアントシークレットキーを表示", + "Hide client secret" : "クライアントのシークレットキーを隠す", "Delete" : "削除" }, "nplurals=1; plural=0;"); |