Skip to content

Commit 68a7b40

Browse files
feat(localizations): Add signIn related translation to ja-JP (#5915)
1 parent 0801b02 commit 68a7b40

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/cute-lemons-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Add signIn related translation to ja-JP

packages/localizations/src/ja-JP.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -548,14 +548,14 @@ export const jaJP: LocalizationResource = {
548548
},
549549
start: {
550550
actionLink: 'サインアップ',
551-
actionLink__join_waitlist: undefined,
551+
actionLink__join_waitlist: 'ウェイトリストに登録',
552552
actionLink__use_email: 'メールアドレスを使用',
553553
actionLink__use_email_username: 'メールアドレスまたはユーザー名を使用',
554-
actionLink__use_passkey: undefined,
554+
actionLink__use_passkey: 'パスキーを使用',
555555
actionLink__use_phone: '電話番号を使用',
556556
actionLink__use_username: 'ユーザー名を使用',
557557
actionText: 'アカウントをお持ちでないですか?',
558-
actionText__join_waitlist: undefined,
558+
actionText__join_waitlist: '先行体験にご興味ありますか?',
559559
subtitle: '{{applicationName}}へのアクセスを続ける',
560560
subtitleCombined: undefined,
561561
title: 'サインイン',

0 commit comments

Comments
 (0)