diff options
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/ja.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js index ac213556ba4..69bc28e759b 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -13,6 +13,7 @@ OC.L10N.register( "Client Identifier" : "クライアントID", "Secret key" : "シークレットキー", "Delete client" : "クライアントを削除", + "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", "Add client" : "クライアントの追加", "Add" : "追加", "Delete" : "削除", diff --git a/apps/oauth2/l10n/ja.json b/apps/oauth2/l10n/ja.json index 17a1f34c456..ca8babc00a9 100644 --- a/apps/oauth2/l10n/ja.json +++ b/apps/oauth2/l10n/ja.json @@ -11,6 +11,7 @@ "Client Identifier" : "クライアントID", "Secret key" : "シークレットキー", "Delete client" : "クライアントを削除", + "Make sure you store the secret key, it cannot be recovered." : "秘密鍵は復元できないので、必ず保管してください。", "Add client" : "クライアントの追加", "Add" : "追加", "Delete" : "削除", |