File tree Expand file tree Collapse file tree 2 files changed +22
-15
lines changed
packages/localizations/src Expand file tree Collapse file tree 2 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @clerk/localizations ' : patch
3+ ---
4+
5+ This PR adds missing Japanese translations for waitlist functionality and restricted access scenarios.
Original file line number Diff line number Diff line change @@ -776,13 +776,15 @@ export const jaJP: LocalizationResource = {
776776 title : '電話番号を確認' ,
777777 } ,
778778 restrictedAccess : {
779- actionLink : undefined ,
780- actionText : undefined ,
781- blockButton__emailSupport : undefined ,
782- blockButton__joinWaitlist : undefined ,
783- subtitle : undefined ,
784- subtitleWaitlist : undefined ,
785- title : undefined ,
779+ actionLink : 'サインイン' ,
780+ actionText : '既にアカウントをお持ちですか?' ,
781+ blockButton__emailSupport : 'サポートに連絡' ,
782+ blockButton__joinWaitlist : '待機リストに参加' ,
783+ subtitle :
784+ '現在サインアップは無効になっています。アクセス権限があると思われる場合は、サポートまでご連絡ください。' ,
785+ subtitleWaitlist :
786+ '現在サインアップは無効になっています。リリース時に最初に通知を受け取るには、待機リストにご参加ください。' ,
787+ title : 'アクセス制限' ,
786788 } ,
787789 start : {
788790 actionLink : 'サインイン' ,
@@ -1270,16 +1272,16 @@ export const jaJP: LocalizationResource = {
12701272 } ,
12711273 waitlist : {
12721274 start : {
1273- actionLink : undefined ,
1274- actionText : undefined ,
1275- formButton : undefined ,
1276- subtitle : undefined ,
1277- title : undefined ,
1275+ actionLink : 'サインイン' ,
1276+ actionText : '既にアクセス権をお持ちですか?' ,
1277+ formButton : '待機リストに参加' ,
1278+ subtitle : 'メールアドレスを入力していただければ、準備が整い次第お知らせいたします' ,
1279+ title : '待機リストに参加' ,
12781280 } ,
12791281 success : {
1280- message : undefined ,
1281- subtitle : undefined ,
1282- title : undefined ,
1282+ message : '間もなくリダイレクトされます...' ,
1283+ subtitle : '準備が整い次第ご連絡いたします' ,
1284+ title : '待機リストへの参加ありがとうございます!' ,
12831285 } ,
12841286 } ,
12851287} as const ;
You can’t perform that action at this time.
0 commit comments