From 820a6f856ffebf8f9bbc35cd86b1112dca7b1daf Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Tue, 15 Dec 2020 15:23:29 +0100 Subject: [PATCH] Update translations (#26) --- config/locales/client.ja.yml | 6 +++++- config/locales/server.ja.yml | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/config/locales/client.ja.yml b/config/locales/client.ja.yml index 1d8afc6..66fc3bb 100644 --- a/config/locales/client.ja.yml +++ b/config/locales/client.ja.yml @@ -4,4 +4,8 @@ # To work with us on translations, join this project: # https://translate.discourse.org/ -ja: +ja: + js: + login: + oauth2_basic: + name: "OAuth 2" diff --git a/config/locales/server.ja.yml b/config/locales/server.ja.yml index 1d8afc6..0e2e9fb 100644 --- a/config/locales/server.ja.yml +++ b/config/locales/server.ja.yml @@ -4,4 +4,11 @@ # To work with us on translations, join this project: # https://translate.discourse.org/ -ja: +ja: + login: + authenticator_error_fetch_user_details: "ユーザー情報を取得できませんでした。アクティブなアカウントをお持ちですか?" + site_settings: + oauth2_enabled: "カスタム OAuth2 は有効です" + oauth2_client_id: 'カスタムOAuth2のクライアントID' + oauth2_client_secret: 'カスタムOAuth2のクライアントシークレット' + oauth2_authorize_url: 'OAuth2の認証URL'