diff --git a/.changeset/ja-jp-oauthconsent.md b/.changeset/ja-jp-oauthconsent.md new file mode 100644 index 00000000000..2e3983960dc --- /dev/null +++ b/.changeset/ja-jp-oauthconsent.md @@ -0,0 +1,5 @@ +--- +'@clerk/localizations': patch +--- + +Add Japanese (`ja-JP`) translations for the OAuth consent screen. These keys were previously `undefined` and fell back to English. diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index 0a86508d5eb..65f02a52ca5 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -867,20 +867,20 @@ export const jaJP: LocalizationResource = { membershipRole__basicMember: 'メンバー', membershipRole__guestMember: 'ゲスト', oauthConsent: { - action__allow: undefined, - action__deny: undefined, - offlineAccessNotice: undefined, - redirectNotice: undefined, + action__allow: '許可', + action__deny: '拒否', + offlineAccessNotice: ' サインアウトするか、アクセスを取り消すまで、サインインした状態が維持されます。', + redirectNotice: 'アクセスを許可すると、このアプリは {{domainAction}} にリダイレクトします。', redirectUriModal: { - subtitle: undefined, - title: undefined, + subtitle: '{{applicationName}} を信頼できること、およびこの URL が {{applicationName}} のものであることを確認してください。', + title: 'リダイレクト URL', }, scopeList: { - title: undefined, + title: '{{applicationName}} に以下へのアクセスを許可します:', }, - subtitle: undefined, - viewFullUrl: undefined, - warning: undefined, + subtitle: '{{identifier}} に代わって {{applicationName}} へのアクセスを求めています', + viewFullUrl: '完全な URL を表示', + warning: '{{applicationName}}({{domainAction}})を信頼できることを確認してください。このサイトやアプリと機密データを共有する可能性があります。', }, organizationList: { action__createOrganization: '組織を作成する',