Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing types hebrew localization #1852

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Changes from 2 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 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
Loading