Skip to content

Commit 9f48f13

Browse files
galeshayekwobsorianoalexcarpenter
authored
chore(localizations): add Hebrew translations for waitlist component (#7204)
Co-authored-by: Robert Soriano <sorianorobertc@gmail.com> Co-authored-by: Alex Carpenter <im.alexcarpenter@gmail.com>
1 parent d32d724 commit 9f48f13

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

.changeset/beige-pans-shave.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@clerk/localizations': patch
3+
---
4+
5+
Add Hebrew translations for waitlist component
6+
7+
- Translated waitlist start screen (title, subtitle, form button, action links)
8+
- Translated waitlist success screen (title, subtitle, message)
9+
- corrected userProfile deletePage actionDescription

packages/localizations/src/he-IL.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ export const heIL: LocalizationResource = {
10491049
title: 'הוסף חשבון מחובר',
10501050
},
10511051
deletePage: {
1052-
actionDescription: 'הקלד "מחק חשבון" למטה כדי להמשיך.',
1052+
actionDescription: 'הקלד "מחיקת חשבון" למטה כדי להמשיך.',
10531053
confirm: 'מחק חשבון',
10541054
messageLine1:
10551055
'האם אתה בטוח שברצונך למחוק את החשבון שלך? חלק מהנתונים המשויכים עשויים להישמר. כדי לבקש מחיקת נתונים מלאה, אנא צור קשר עם התמיכה.',
@@ -1291,16 +1291,16 @@ export const heIL: LocalizationResource = {
12911291
},
12921292
waitlist: {
12931293
start: {
1294-
actionLink: undefined,
1295-
actionText: undefined,
1296-
formButton: undefined,
1297-
subtitle: undefined,
1298-
title: undefined,
1294+
actionLink: 'התחבר',
1295+
actionText: 'כבר יש לך גישה?',
1296+
formButton: 'הצטרף לרשימת ההמתנה',
1297+
subtitle: 'הזן את כתובת הדוא"ל שלך ואנו נודיע לך כשהמקום שלך יהיה מוכן',
1298+
title: 'הצטרף לרשימת ההמתנה',
12991299
},
13001300
success: {
1301-
message: undefined,
1302-
subtitle: undefined,
1303-
title: undefined,
1301+
message: 'תועבר בקרוב...',
1302+
subtitle: 'אנו ניצור איתך קשר כשהמקום שלך יהיה מוכן',
1303+
title: 'תודה שהצטרפת לרשימת ההמתנה!',
13041304
},
13051305
},
13061306
} as const;

0 commit comments

Comments
 (0)