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 d05fb949dd4..791634c8d72 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -2,6 +2,7 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "OAuth 2.0クライアント", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s にアクセスを要求できます", "Name" : "名前", "Redirection URI" : "リダイレクトURI", "Client Identifier" : "クライアントID", diff --git a/apps/oauth2/l10n/ja.json b/apps/oauth2/l10n/ja.json index 553795c4b5a..987357d3ad4 100644 --- a/apps/oauth2/l10n/ja.json +++ b/apps/oauth2/l10n/ja.json @@ -1,5 +1,6 @@ { "translations": { "OAuth 2.0 clients" : "OAuth 2.0クライアント", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 により外部サービスから %s にアクセスを要求できます", "Name" : "名前", "Redirection URI" : "リダイレクトURI", "Client Identifier" : "クライアントID", |