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
2 changes: 2 additions & 0 deletions .changeset/fix-he-il-formatting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
22 changes: 10 additions & 12 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -935,23 +935,21 @@ export const heIL: LocalizationResource = {
membershipRole__basicMember: 'חבר',
membershipRole__guestMember: 'אורח',
oauthConsent: {
action__allow: "אישור",
action__deny: "דחייה",
offlineAccessNotice: "תישאר מחובר עד שתתנתק או תבטל את הגישה.",
redirectNotice: "אם תאשר גישה, האפליקציה תעביר אותך אל {{domainAction}}.",
action__allow: 'אישור',
action__deny: 'דחייה',
offlineAccessNotice: 'תישאר מחובר עד שתתנתק או תבטל את הגישה.',
redirectNotice: 'אם תאשר גישה, האפליקציה תעביר אותך אל {{domainAction}}.',
redirectUriModal: {
subtitle:
"ודא שאתה סומך על {{applicationName}} ושכתובת URL זו שייכת ל-{{applicationName}}.",
title: "כתובת להפניה",
subtitle: 'ודא שאתה סומך על {{applicationName}} ושכתובת URL זו שייכת ל-{{applicationName}}.',
title: 'כתובת להפניה',
},
scopeList: {
title: "פעולה זו תאפשר ל-{{applicationName}} גישה אל:",
privateMetadata: undefined,
title: 'פעולה זו תאפשר ל-{{applicationName}} גישה אל:',
},
subtitle: "מבקש גישה ל-{{applicationName}} בשם {{identifier}}",
viewFullUrl: "הצג כתובת מלאה",
warning:
"ודא שאתה סומך על {{applicationName}} ({{domainAction}}). ייתכן שתשתף מידע רגיש עם אתר או אפליקציה זו.",
subtitle: 'מבקש גישה ל-{{applicationName}} בשם {{identifier}}',
viewFullUrl: 'הצג כתובת מלאה',
warning: 'ודא שאתה סומך על {{applicationName}} ({{domainAction}}). ייתכן שתשתף מידע רגיש עם אתר או אפליקציה זו.',
},
oauthDeviceVerification: {
action__tryAnotherCode: undefined,
Expand Down
Loading