From d839eb4d1915b18ae63057b6a7e6f99f6080f8db Mon Sep 17 00:00:00 2001 From: David Dakhovich Date: Sat, 27 Jun 2026 22:59:35 +0300 Subject: [PATCH] Update Hebrew localization for OAuth consent messages --- packages/localizations/src/he-IL.ts | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index f0e78a88a3f..c01dca418ef 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -859,20 +859,22 @@ export const heIL: LocalizationResource = { membershipRole__basicMember: 'חבר', membershipRole__guestMember: 'אורח', oauthConsent: { - action__allow: undefined, - action__deny: undefined, - offlineAccessNotice: undefined, - redirectNotice: undefined, + action__allow: "אישור", + action__deny: "דחייה", + offlineAccessNotice: "תישאר מחובר עד שתתנתק או תבטל את הגישה.", + redirectNotice: "אם תאשר גישה, האפליקציה תעביר אותך אל {{domainAction}}.", redirectUriModal: { - subtitle: undefined, - title: undefined, + subtitle: + "ודא שאתה סומך על {{applicationName}} ושכתובת URL זו שייכת ל-{{applicationName}}.", + title: "כתובת להפניה", }, scopeList: { - title: undefined, + title: "פעולה זו תאפשר ל-{{applicationName}} גישה אל:", }, - subtitle: undefined, - viewFullUrl: undefined, - warning: undefined, + subtitle: "מבקש גישה ל-{{applicationName}} בשם {{identifier}}", + viewFullUrl: "הצג כתובת מלאה", + warning: + "ודא שאתה סומך על {{applicationName}} ({{domainAction}}). ייתכן שתשתף מידע רגיש עם אתר או אפליקציה זו.", }, organizationList: { action__createOrganization: 'צור ארגון',