diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-11-15 01:12:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-11-15 01:12:32 +0000 |
commit | c2000c295cc3a8a61b6c134cb6595dfbe533cf9a (patch) | |
tree | 5d6e091202c84ba68d9c922b4cef5370f2c6aeb5 /apps/oauth2/l10n | |
parent | 6e07165bc27fed704562c6506a8825c01b1463fc (diff) | |
download | nextcloud-server-c2000c295cc3a8a61b6c134cb6595dfbe533cf9a.tar.gz nextcloud-server-c2000c295cc3a8a61b6c134cb6595dfbe533cf9a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/ja.js | 2 | ||||
-rw-r--r-- | apps/oauth2/l10n/ja.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js index c6f78433bec..39da5e89999 100644 --- a/apps/oauth2/l10n/ja.js +++ b/apps/oauth2/l10n/ja.js @@ -1,7 +1,9 @@ OC.L10N.register( "oauth2", { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "リダイレクトURLは、完全なURL(例えばhttps://yourdomain.com/path)である必要があります。", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換認証を許可します。", "OAuth 2.0 clients" : "OAuth 2.0クライアント", "Name" : "名前", "Client Identifier" : "クライアントID", diff --git a/apps/oauth2/l10n/ja.json b/apps/oauth2/l10n/ja.json index 81961596903..6c3500f026f 100644 --- a/apps/oauth2/l10n/ja.json +++ b/apps/oauth2/l10n/ja.json @@ -1,5 +1,7 @@ { "translations": { + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "リダイレクトURLは、完全なURL(例えばhttps://yourdomain.com/path)である必要があります。", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "他のWebアプリケーションからのOAuth2互換認証を許可します。", "OAuth 2.0 clients" : "OAuth 2.0クライアント", "Name" : "名前", "Client Identifier" : "クライアントID", |