From 77d8e87477a165cc1e4af85028f209b960ff5c21 Mon Sep 17 00:00:00 2001 From: Captain <92152627+chatwoot-bot@users.noreply.github.com> Date: Tue, 17 Mar 2026 07:35:57 -0700 Subject: [PATCH] New translations inboxmgmt.json (Hebrew) [ci skip] --- .../dashboard/i18n/locale/he/inboxMgmt.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json index c4f9ca0cd..11f790980 100644 --- a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json @@ -710,8 +710,20 @@ "MESSENGER_SUB_HEAD": "מקם את הכפתור הזה בתוך תג הגוף שלך", "ALLOWED_DOMAINS": { "TITLE": "דומיינים מורשים", - "SUBTITLE": "הוסף דומיינים כלליים או רגילים מופרדים בפסיקים (השאר ריק כדי לאפשר הכל), לדוגמה: *.chatwoot.dev, chatwoot.com.", - "PLACEHOLDER": "הזן דומיינים מופרדים בפסיקים (לדוגמה: *.chatwoot.dev, chatwoot.com)" + "DESCRIPTION": "Restrict which websites can embed your chat widget. For security, only add domains you own and trust. Add one or more domains separated by commas. Leave blank to allow all domains (not recommended for production).", + "PLACEHOLDER": "example.com, www.example.com, app.example.com" + }, + "ALLOW_MOBILE_WEBVIEW": { + "LABEL": "Enable widget in mobile apps", + "SUBTITLE": "Check this if you embed the widget in iOS or Android apps. Mobile apps don't send domain information, so they would be blocked by domain restrictions unless this is enabled." + }, + "IDENTITY_VALIDATION": { + "TITLE": "Identity Validation", + "DESCRIPTION": "Verify user authenticity by generating secure tokens. This prevents unauthorized users from impersonating others in your chat.", + "SECRET_KEY": "מפתח סודי", + "VIEW_DOCS": "View documentation", + "REQUIRE_LABEL": "Require identity validation for all conversations", + "REQUIRE_DESCRIPTION": "When enabled, users must provide a valid identity token to start conversations. Requests without valid tokens will be rejected." }, "INBOX_AGENTS": "סוכנים", "INBOX_AGENTS_SUB_TEXT": "הוסף או הסר נציגים מתיבת הדואר הנכנס הזו",