discourse/plugins/discourse-oauth2-basic/config/locales/server.ja.yml
2025-07-15 16:38:05 +02:00

40 lines
3.8 KiB
YAML
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
#
# To work with us on translations, join this project:
# https://translate.discourse.org/
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"
oauth2_authorize_signup_url: '(オプション)「登録」ボタンが使用される場合に使用される代替認証 URL'
oauth2_token_url: "OAuth2 のトークン URL"
oauth2_token_url_method: "トークン URL を取得するために使用されるメソッド"
oauth2_callback_user_id_path: "トークン応答内のユーザー ID へのパス。例: params.info.uuid"
oauth2_callback_user_info_paths: "トークン応答内の他のユーザープロパティへのパス。サポートされているプロパティは、name、username、email、email_verified、および avatar です。フォーマットは property:path です。例: name:params.info.name"
oauth2_fetch_user_details: "OAuth2 のユーザー JSON を取得する"
oauth2_user_json_url: "OAuth2 のユーザー JSON を取得するための URL:id を OAuth の呼び出しが返す id に、:token を token id に置き換えることに注意してください)"
oauth2_user_json_url_method: "ユーザー JSON URL を取得するために使用されるメソッド"
oauth2_json_user_id_path: "OAuth2 ユーザー JSON 内のユーザー ID への パス。例: user.id"
oauth2_json_username_path: "OAuth2 ユーザー JSON 内のユーザー名へのパス。例: user.username"
oauth2_json_name_path: "OAuth2 ユーザー JSON 内のユーザーの氏名(フルネーム)へのパス。例: user.name.full"
oauth2_json_email_path: "OAuth2 ユーザー JSON 内のユーザーのメールアドレスへのパス。例: user.email"
oauth2_json_email_verified_path: "OAuth2 ユーザー JSON 内のユーザーのメールアドレス確認ステータスへのパス。例: user.email.verified。この設定を有効にするには、oauth2_email_verified を無効にする必要があります"
oauth2_json_avatar_path: "OAuth2 ユーザー JSON 内のユーザーのアバターへのパス。例: user.avatar_url"
oauth2_email_verified: "OAuth2 サイトがメールアドレスを確認した場合はこれをオンにする"
oauth2_overrides_email: "ログインのたびに、Discourse メールアドレスをリモートメールアドレスでオーバーライドする。 `auth_overrides_email` 設定と同様に機能しますが、OAuth2 ログインに特化しています。"
oauth2_send_auth_header: "クライアントの資格情報を HTTP 認証ヘッダーで送信する"
oauth2_send_auth_body: "クライアントの資格情報をリクエスト本文で送信する"
oauth2_debug_auth: "ログに詳細なデバッグ情報を含める"
oauth2_authorize_options: "承認中にこれらのオプションをリクエストする"
oauth2_scope: "承認中にこの範囲をリクエストする"
oauth2_button_title: "OAuth2 ボタンのテキスト"
oauth2_allow_association_change: ユーザーが OAuth2 プロバイダーから Discourse アカウントを切断または再接続することを許可する
oauth2_disable_csrf: "CSRF チェックを無効にする"
errors:
oauth2_fetch_user_details: "oauth2_fetch_user_details を無効にするには、oauth2_callback_user_id_path が存在する必要があります"