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
5 changes: 5 additions & 0 deletions .changeset/loud-mugs-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/localizations": patch
---

Add missing strings in Hebrew localization
9 changes: 9 additions & 0 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ export const heIL: LocalizationResource = {
destructiveActionSubtitle: 'הסר את החשבון המחובר מהחשבון שלך',
destructiveActionAccordionSubtitle: 'הסר חשבון מחובר',
},
enterpriseAccountsSection: {
title: 'חשבונות ארגוניים',
},
passwordSection: {
title: 'סיסמה',
primaryButton__changePassword: 'שנה סיסמה',
Expand Down Expand Up @@ -347,6 +350,12 @@ export const heIL: LocalizationResource = {
destructiveActionSubtitle: 'הסר ארנק Web3 זה מהחשבון שלך',
destructiveAction: 'הסר ארנק',
},
dangerSection: {
title: 'מסוכן',
deleteAccountButton: 'מחק חשבון',
deleteAccountTitle: 'מחיקת חשבון',
deleteAccountDescription: 'מחק את החשבון שלך ואת כל המידע הקשור אליו',
},
},
profilePage: {
title: 'עדכן פרופיל',
Expand Down