Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/beige-pans-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@clerk/localizations': patch
---

Add Hebrew translations for waitlist component

- Translated waitlist start screen (title, subtitle, form button, action links)
- Translated waitlist success screen (title, subtitle, message)
- corrected userProfile deletePage actionDescription
18 changes: 9 additions & 9 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ export const heIL: LocalizationResource = {
title: 'הוסף חשבון מחובר',
},
deletePage: {
actionDescription: 'הקלד "מחק חשבון" למטה כדי להמשיך.',
actionDescription: 'הקלד "מחיקת חשבון" למטה כדי להמשיך.',
confirm: 'מחק חשבון',
messageLine1:
'האם אתה בטוח שברצונך למחוק את החשבון שלך? חלק מהנתונים המשויכים עשויים להישמר. כדי לבקש מחיקת נתונים מלאה, אנא צור קשר עם התמיכה.',
Expand Down Expand Up @@ -1291,16 +1291,16 @@ export const heIL: LocalizationResource = {
},
waitlist: {
start: {
actionLink: undefined,
actionText: undefined,
formButton: undefined,
subtitle: undefined,
title: undefined,
actionLink: 'התחבר',
actionText: 'כבר יש לך גישה?',
formButton: 'הצטרף לרשימת ההמתנה',
subtitle: 'הזן את כתובת הדוא"ל שלך ואנו נודיע לך כשהמקום שלך יהיה מוכן',
title: 'הצטרף לרשימת ההמתנה',
},
success: {
message: undefined,
subtitle: undefined,
title: undefined,
message: 'תועבר בקרוב...',
subtitle: 'אנו ניצור איתך קשר כשהמקום שלך יהיה מוכן',
title: 'תודה שהצטרפת לרשימת ההמתנה!',
},
},
} as const;