diff --git a/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json index 635c69d78..608e5c804 100644 --- a/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/am/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/ar/auditLogs.json b/app/javascript/dashboard/i18n/locale/ar/auditLogs.json index aacd85155..8f627ce16 100644 --- a/app/javascript/dashboard/i18n/locale/ar/auditLogs.json +++ b/app/javascript/dashboard/i18n/locale/ar/auditLogs.json @@ -23,52 +23,52 @@ }, "DEFAULT_USER": "النظام", "AUTOMATION_RULE": { - "ADD": "{agentName} أنشأ قاعدة أتمتة جديدة (##{id})", - "EDIT": "{agentName} قام بتحديث قاعدة أتمتة (##{id})", - "DELETE": "{agentName} حذف قاعدة أتمتة (##{id})" + "ADD": "{agentName} أنشأ قاعدة أتمتة جديدة (#{id})", + "EDIT": "{agentName} قام بتحديث قاعدة أتمتة (#{id})", + "DELETE": "{agentName} حذف قاعدة أتمتة (#{id})" }, "ACCOUNT_USER": { "ADD": "{agentName} دعا {invitee} إلى الحساب كـ {role}", "EDIT": { "SELF": "{agentName} غير {attributes} الخاصة به إلى {values}", "OTHER": "{agentName} غير {attributes} لـ {user} إلى {values}", - "DELETED": "{agentName} غير {attributes} لـ %{user} إلى {values}" + "DELETED": "{agentName} غير {attributes} للمستخدم المحذوف إلى {values}" } }, "INBOX": { - "ADD": "{agentName} أنشأ صندوق وارد جديد (##{id})", - "EDIT": "{agentName} قام بتحديث صندوق الوارد (##{id})", - "DELETE": "{agentName} حذف صندوق الوارد (##{id})" + "ADD": "{agentName} أنشأ صندوق وارد جديد (#{id})", + "EDIT": "{agentName} قام بتحديث صندوق الوارد (#{id})", + "DELETE": "{agentName} حذف صندوق الوارد (#{id})" }, "WEBHOOK": { - "ADD": "{agentName} أنشأ Webhook جديد (##{id})", - "EDIT": "{agentName} قام بتحديث Webhook (##{id})", - "DELETE": "{agentName} حذف Webhook (##{id})" + "ADD": "{agentName} أنشأ Webhook جديد (#{id})", + "EDIT": "{agentName} قام بتحديث Webhook (#{id})", + "DELETE": "{agentName} حذف Webhook (#{id})" }, "USER_ACTION": { "SIGN_IN": "{agentName} قام بتسجيل الدخول", "SIGN_OUT": "{agentName} قام بتسجيل الخروج" }, "TEAM": { - "ADD": "{agentName} أنشأ فريق جديد (##{id})", - "EDIT": "{agentName} قام بتحديث الفريق (##{id})", - "DELETE": "{agentName} حذف الفريق (##{id})" + "ADD": "{agentName} أنشأ فريق جديد (#{id})", + "EDIT": "{agentName} قام بتحديث الفريق (#{id})", + "DELETE": "{agentName} حذف الفريق (#{id})" }, "MACRO": { - "ADD": "{agentName} أنشأ ماكرو جديد (##{id})", - "EDIT": "{agentName} قام بتحديث ماكرو (##{id})", - "DELETE": "{agentName} حذف ماكرو (##{id})" + "ADD": "{agentName} أنشأ ماكرو جديد (#{id})", + "EDIT": "{agentName} قام بتحديث ماكرو (#{id})", + "DELETE": "{agentName} حذف ماكرو (#{id})" }, "INBOX_MEMBER": { - "ADD": "{agentName} أضاف {user} إلى صندوق الوارد (##{inbox_id})", - "REMOVE": "{agentName} أزال {user} من صندوق الوارد (##{inbox_id})" + "ADD": "{agentName} أضاف {user} إلى صندوق الوارد (#{inbox_id})", + "REMOVE": "{agentName} أزال {user} من صندوق الوارد (#{inbox_id})" }, "TEAM_MEMBER": { - "ADD": "{agentName} أضاف {user} إلى الفريق (##{team_id})", - "REMOVE": "{agentName} أزال {user} من الفريق (##{team_id})" + "ADD": "{agentName} أضاف {user} إلى الفريق (#{team_id})", + "REMOVE": "{agentName} أزال {user} من الفريق (#{team_id})" }, "ACCOUNT": { - "EDIT": "{agentName} قام بتحديث إعدادات الحساب (##{id})" + "EDIT": "{agentName} قام بتحديث إعدادات الحساب (#{id})" }, "CONVERSATION": { "DELETE": "{agentName} deleted conversation #{id}" diff --git a/app/javascript/dashboard/i18n/locale/ar/conversation.json b/app/javascript/dashboard/i18n/locale/ar/conversation.json index 9c8c54480..57722ef01 100644 --- a/app/javascript/dashboard/i18n/locale/ar/conversation.json +++ b/app/javascript/dashboard/i18n/locale/ar/conversation.json @@ -171,7 +171,7 @@ "FAILED": "تعذر تعيين الوكيل. الرجاء المحاولة مرة أخرى." }, "LABEL_ASSIGNMENT": { - "SUCCESFUL": "تعيين تسمية ##{labelName} لمعرف المحادثة {conversationId}", + "SUCCESFUL": "تعيين تسمية #{labelName} لمعرف المحادثة {conversationId}", "FAILED": "تعذر تعيين التسمية. الرجاء المحاولة مرة أخرى." }, "LABEL_REMOVAL": { diff --git a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json index eb56d9ded..42499f8a3 100644 --- a/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "ضع هذا الكود داخل وسم الـ body في موقعك", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "إضافة أو إزالة وكلاء من صندوق الوارد هذا", "AGENT_ASSIGNMENT": "تعيين المحادثة", diff --git a/app/javascript/dashboard/i18n/locale/az/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/az/inboxMgmt.json index 635c69d78..608e5c804 100644 --- a/app/javascript/dashboard/i18n/locale/az/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/az/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json index b07e18646..b2c5fb0f0 100644 --- a/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bg/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/bn/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/bn/inboxMgmt.json index 635c69d78..608e5c804 100644 --- a/app/javascript/dashboard/i18n/locale/bn/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/bn/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json index 820ca44e0..83a9b468b 100644 --- a/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Col·loca aquest botó dins de l'etiqueta body", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Afegir o eliminar agents d'aquesta safata d'entrada", "AGENT_ASSIGNMENT": "Conversació Assignada", diff --git a/app/javascript/dashboard/i18n/locale/cs/conversation.json b/app/javascript/dashboard/i18n/locale/cs/conversation.json index 64d01e69d..de341bb51 100644 --- a/app/javascript/dashboard/i18n/locale/cs/conversation.json +++ b/app/javascript/dashboard/i18n/locale/cs/conversation.json @@ -179,7 +179,7 @@ "FAILED": "Couldn't remove label. Please try again." }, "TEAM_ASSIGNMENT": { - "SUCCESFUL": "Přiřazený tým #{team} ke konverzaci id {conversationId}", + "SUCCESFUL": "Přiřazený tým \"{team}\" ke konverzaci id {conversationId}", "FAILED": "Nelze přiřadit tým. Zkuste to prosím znovu." } } diff --git a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json index de8f32bd9..8bc2b1ee2 100644 --- a/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Umístěte toto tlačítko dovnitř vašeho tělesného štítku", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenti", "INBOX_AGENTS_SUB_TEXT": "Přidat nebo odebrat agenty z této složky doručené pošty", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json index 822fe5f3e..fc963baf7 100644 --- a/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Placer denne knap inde i din body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenter", "INBOX_AGENTS_SUB_TEXT": "Tilføj eller fjern agenter fra denne indbakke", "AGENT_ASSIGNMENT": "Samtale Tildeling", diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index 26ca049aa..8ac2639af 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Platzieren Sie diese Schaltfläche in Ihrem Body-Tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenten", "INBOX_AGENTS_SUB_TEXT": "Hinzufügen oder Entfernen von Agenten zu diesem Posteingang", "AGENT_ASSIGNMENT": "Konversationssauftrag", diff --git a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json index acc25aa84..93891dde9 100644 --- a/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Τοποθετήσετε αυτόν τον κώδικα μέσα στο body tag της ιστοσελίδας σας", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Προσθέστε ή αφαιρέστε πράκτορες σε αυτό το κιβώτιο", "AGENT_ASSIGNMENT": "Ανάθεση Συνομιλίας", diff --git a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json index b546f5b86..fdd97bcfd 100644 --- a/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/inboxMgmt.json @@ -239,7 +239,7 @@ "WHATSAPP_CLOUD": "Nube de WhatsApp", "WHATSAPP_CLOUD_DESC": "Quick setup through Meta", "TWILIO_DESC": "Connect via Twilio credentials", - "360_DIALOG": "360 Diálogo" + "360_DIALOG": "360dialog" }, "SELECT_PROVIDER": { "TITLE": "Select your API provider", @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Coloca este botón dentro de tu etiqueta cuerpo", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agentes", "INBOX_AGENTS_SUB_TEXT": "Añadir o quitar agentes de esta bandeja de entrada", "AGENT_ASSIGNMENT": "Asignación de conversación", diff --git a/app/javascript/dashboard/i18n/locale/et/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/et/inboxMgmt.json index 635c69d78..608e5c804 100644 --- a/app/javascript/dashboard/i18n/locale/et/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/et/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json index ad64e8cdf..5ae039bb5 100644 --- a/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "این دکمه را در تگ body قرار دهید", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "اضافه کردن یا حذف کردن دسترسی ایجنت به صندوق ورودی", "AGENT_ASSIGNMENT": "اختصاص گفتگو", diff --git a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json index d40fb8663..d9fb67383 100644 --- a/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Aseta tämä painike body-tagiisi", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Edustajat", "INBOX_AGENTS_SUB_TEXT": "Lisää tai poista edustajia tästä saapuneet-kansiosta", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json index 9b0df9c8d..d4a7ebc5b 100644 --- a/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Placez ce code avant la fermeture de votre balise body", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Ajouter ou supprimer des agents de cette boîte de réception", "AGENT_ASSIGNMENT": "Konversationsauftrag", diff --git a/app/javascript/dashboard/i18n/locale/he/generalSettings.json b/app/javascript/dashboard/i18n/locale/he/generalSettings.json index b0e4747a7..6438e5f22 100644 --- a/app/javascript/dashboard/i18n/locale/he/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/he/generalSettings.json @@ -30,7 +30,7 @@ "SCHEDULED_DELETION": { "TITLE": "החשבון מתוזמן למחיקה", "MESSAGE_MANUAL": "חשבון זה מתוזמן למחיקה ב- {deletionDate}. הדבר התבקש על ידי מנהל מערכת. תוכל לבטל את המחיקה לפני תאריך זה.", - "MESSAGE_INACTIVITY": ".", + "MESSAGE_INACTIVITY": "חשבון זה מתוזמן למחיקה ב- {deletionDate} עקב חוסר פעילות בחשבון. תוכל לבטל את המחיקה לפני תאריך זה.", "CLEAR_BUTTON": "בטל מחיקה מתוזמנת" } }, diff --git a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json index 11f790980..2c9561259 100644 --- a/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "מקם את הכפתור הזה בתוך תג הגוף שלך", "ALLOWED_DOMAINS": { "TITLE": "דומיינים מורשים", - "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).", + "SUBTITLE": "הוסף דומיינים כלליים או רגילים מופרדים בפסיקים (השאר ריק כדי לאפשר הכל), לדוגמה: *.chatwoot.dev, chatwoot.com.", "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": "הוסף או הסר נציגים מתיבת הדואר הנכנס הזו", "AGENT_ASSIGNMENT": "שיוך שיחה", diff --git a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json index 38a9bd2c7..16abfe46c 100644 --- a/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json index b59380044..5a082bcc7 100644 --- a/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hr/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenti", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json index 79373d986..543efe3b2 100644 --- a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json @@ -85,7 +85,7 @@ }, "CONFIRM": { "TITLE": "Biztosan törölni akarod: {attributeName}", - "PLACE_HOLDER": "Kérlek gépeld a megerősítéshez", + "PLACE_HOLDER": "Kérlek írd be: {attributeName}", "MESSAGE": "A törlés eltávolítja az egyéni tulajdonságot", "YES": "Törlés ", "NO": "Mégse" diff --git a/app/javascript/dashboard/i18n/locale/hu/conversation.json b/app/javascript/dashboard/i18n/locale/hu/conversation.json index 91e21e8df..38ab00906 100644 --- a/app/javascript/dashboard/i18n/locale/hu/conversation.json +++ b/app/javascript/dashboard/i18n/locale/hu/conversation.json @@ -231,7 +231,7 @@ }, "UNDEFINED_VARIABLES": { "TITLE": "Definiálatlan változók", - "MESSAGE": "Definiálatlan változók vannak az üzenetedben. Így is el szeretnéd küldeni az üzenetet?", + "MESSAGE": "Az üzeneted {undefinedVariablesCount} definiálatlan változót tartalmaz: {undefinedVariables}. Így is el szeretnéd küldeni az üzenetet?", "CONFIRM": { "YES": "Elküldés", "CANCEL": "Mégse" diff --git a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json index 558fbe47a..693537bb5 100644 --- a/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Ezt a gombot a body tag-en belül helyezd el", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Ügynökök", "INBOX_AGENTS_SUB_TEXT": "Ügynökök hosszáadása vagy eltávolítása az inboxból", "AGENT_ASSIGNMENT": "Beszélgetés hozzárendelés", diff --git a/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json index 044784aed..e8eeb1167 100644 --- a/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hy/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json index 94eb27577..69e9d6a43 100644 --- a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json @@ -85,7 +85,7 @@ }, "CONFIRM": { "TITLE": "Anda yakin akan menghapus - {attributeName}", - "PLACE_HOLDER": "Silakan ketik %{attributeName} untuk konfirmasi", + "PLACE_HOLDER": "Silakan ketik {attributeName} untuk konfirmasi", "MESSAGE": "Menghapus akan menghapus atribut kustom", "YES": "Hapus ", "NO": "Batalkan" diff --git a/app/javascript/dashboard/i18n/locale/id/generalSettings.json b/app/javascript/dashboard/i18n/locale/id/generalSettings.json index b658fde0e..f058a8d11 100644 --- a/app/javascript/dashboard/i18n/locale/id/generalSettings.json +++ b/app/javascript/dashboard/i18n/locale/id/generalSettings.json @@ -23,7 +23,7 @@ "MESSAGE": "Deleting your Account is irreversible. Enter your account name below to confirm you want to permanently delete it.", "BUTTON_TEXT": "Hapus", "DISMISS": "Batalkan", - "PLACE_HOLDER": "Silakan ketik %{accountName} untuk konfirmasi" + "PLACE_HOLDER": "Silakan ketik {accountName} untuk konfirmasi" }, "SUCCESS": "Account marked for deletion", "FAILURE": "Could not delete account, try again!", diff --git a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json index 40a5ace86..48c4432d4 100644 --- a/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Tempatkan tombol ini di dalam tag Anda", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agen", "INBOX_AGENTS_SUB_TEXT": "Tambahkan atau hapus agen dari kotak masuk ini", "AGENT_ASSIGNMENT": "Tugas Percakapan", diff --git a/app/javascript/dashboard/i18n/locale/id/teamsSettings.json b/app/javascript/dashboard/i18n/locale/id/teamsSettings.json index cd551726d..dbcaaa64f 100644 --- a/app/javascript/dashboard/i18n/locale/id/teamsSettings.json +++ b/app/javascript/dashboard/i18n/locale/id/teamsSettings.json @@ -97,7 +97,7 @@ }, "CONFIRM": { "TITLE": "Are you sure you want to delete the team?", - "PLACE_HOLDER": "Silakan ketik %{teamName} untuk konfirmasi", + "PLACE_HOLDER": "Silakan ketik {teamName} untuk konfirmasi", "MESSAGE": "Menghapus tim akan menghilangkan alokasi tim dari percakapan yang telah ditetapkan terhadap tim ini.", "YES": "Hapus ", "NO": "Batalkan" diff --git a/app/javascript/dashboard/i18n/locale/is/conversation.json b/app/javascript/dashboard/i18n/locale/is/conversation.json index cf447402b..bb130ae2e 100644 --- a/app/javascript/dashboard/i18n/locale/is/conversation.json +++ b/app/javascript/dashboard/i18n/locale/is/conversation.json @@ -179,7 +179,7 @@ "FAILED": "Couldn't remove label. Please try again." }, "TEAM_ASSIGNMENT": { - "SUCCESFUL": "Úthlutaði teymi #{team} á samtalsauðkenni {conversationId}", + "SUCCESFUL": "Úthlutaði teymi \"{team}\" á samtalsauðkenni {conversationId}", "FAILED": "Couldn't assign team. Please try again." } } diff --git a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json index 8afcdc1c2..6e7b59ac9 100644 --- a/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/is/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Þjónustufulltrúar", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json index f76065367..595e10a7f 100644 --- a/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Incolla questo script alla fine del tag body", "ALLOWED_DOMAINS": { "TITLE": "Domini Consentiti", - "DESCRIPTION": "Limita quali siti web possono incorporare il widget di chat. Per sicurezza, aggiungi solo domini che possiedi e di cui ti puoi fidare. Aggiungi uno o più domini separati da virgole. Lascia vuoto per consentire tutti i domini (sconsigliato in produzione).", + "SUBTITLE": "Aggiungi caratteri jolly o domini regolari separati da virgole (lasciare vuoto per consentire tutti), ad esempio *.chatwoot.dev, chatwoot.com.", "PLACEHOLDER": "example.com, www.example.com, app.example.com" }, - "ALLOW_MOBILE_WEBVIEW": { - "LABEL": "Abilita il widget nelle app mobile", - "SUBTITLE": "Spunta questa opzione se hai incorporato il widget nelle app iOS o Android. Le app mobile non inviano informazioni di dominio, quindi sarebbero bloccate da restrizioni di dominio a meno che questa opzione non sia abilitata." - }, - "IDENTITY_VALIDATION": { - "TITLE": "Convalida Identità", - "DESCRIPTION": "Verifica l'autenticità dell'utente generando token sicuri. Questo impedisce agli utenti non autorizzati di impersonare altri nella tua chat.", - "SECRET_KEY": "Chiave Segreta", - "VIEW_DOCS": "Visualizza documentazione", - "REQUIRE_LABEL": "Richiedi la convalida dell'identità per tutte le conversazioni", - "REQUIRE_DESCRIPTION": "Se abilitato, gli utenti devono fornire un token di identità valido per avviare le conversazioni. Le richieste senza token validi verranno respinte." - }, "INBOX_AGENTS": "Operatori", "INBOX_AGENTS_SUB_TEXT": "Aggiungi o rimuovi operatori da questa inbox", "AGENT_ASSIGNMENT": "Assegnazione Conversazione", diff --git a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json index 17994dc40..a49aa28b2 100644 --- a/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "このボタンをbodyタグの中に配置してください。", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "この受信トレイから担当者を追加または削除する", "AGENT_ASSIGNMENT": "会話の割り当て", diff --git a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json index 19cfa243e..87b6a0b4d 100644 --- a/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ka/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json index 9772a32f9..6debf4ec2 100644 --- a/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "이 버튼을 body 태그 안에 넣으십시오.", "ALLOWED_DOMAINS": { "TITLE": "허용된 도메인", - "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).", + "SUBTITLE": "쉼표로 구분된 와일드카드 또는 일반 도메인을 추가하십시오 (모두 허용하려면 비워 두십시오). 예: *.chatwoot.dev, chatwoot.com.", "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": "받은 메시지함에서 에이전트 추가 또는 제거", "AGENT_ASSIGNMENT": "대화 할당", diff --git a/app/javascript/dashboard/i18n/locale/lt/conversation.json b/app/javascript/dashboard/i18n/locale/lt/conversation.json index cfa363a79..96ff486bf 100644 --- a/app/javascript/dashboard/i18n/locale/lt/conversation.json +++ b/app/javascript/dashboard/i18n/locale/lt/conversation.json @@ -179,7 +179,7 @@ "FAILED": "Couldn't remove label. Please try again." }, "TEAM_ASSIGNMENT": { - "SUCCESFUL": "Priskirta komanda #{team} pokalbiui id {conversationId}", + "SUCCESFUL": "Priskirta komanda \"{team}\" pokalbiui id {conversationId}", "FAILED": "Nepavyko priskirti komandos. Prašau, pabandykite dar kartą." } } diff --git a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json index cea5436dd..325c45273 100644 --- a/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lt/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Įdėkite šį mygtuką savo žymos viduje", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agentai", "INBOX_AGENTS_SUB_TEXT": "Pridėti ar pašalinti agentus iš gautų laiškų aplanko", "AGENT_ASSIGNMENT": "Pokalbio paskirstymas", diff --git a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json index 88d3c5a2f..6bbd93a6b 100644 --- a/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/lv/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Ievietojiet šo pogu savā body tagā", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Aģenti", "INBOX_AGENTS_SUB_TEXT": "Pievienot vai noņemt aģentus no šīs iesūtnes", "AGENT_ASSIGNMENT": "Sarunas Piešķiršana", diff --git a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json index 701d03177..19a7247bc 100644 --- a/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "ഈ ബട്ടൺ നിങ്ങളുടെ ബോഡി ടാഗിനുള്ളിൽ സ്ഥാപിക്കുക", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "ഈ ഇൻ‌ബോക്സിൽ നിന്ന് ഏജന്റുമാരെ ചേർക്കുക അല്ലെങ്കിൽ നീക്കംചെയ്യുക", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json index 611afef8e..c42e5a306 100644 --- a/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ms/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Ejen", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json index 17a055588..face31740 100644 --- a/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Place this button inside your body tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agents", "INBOX_AGENTS_SUB_TEXT": "Add or remove agents from this inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json index 7fde7c93a..7da073a5c 100644 --- a/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Plaats deze knop in je lichaam tag", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenten", "INBOX_AGENTS_SUB_TEXT": "Voeg agenten toe of verwijder ze uit deze inbox", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json index 4c828ae76..b12fce2ca 100644 --- a/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Plasser denne knappen innenfor body-taggen", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenter", "INBOX_AGENTS_SUB_TEXT": "Legg til eller fjern agenter fra denne innboksen", "AGENT_ASSIGNMENT": "Conversation Assignment", diff --git a/app/javascript/dashboard/i18n/locale/pl/conversation.json b/app/javascript/dashboard/i18n/locale/pl/conversation.json index f74a8b492..499bbe5d7 100644 --- a/app/javascript/dashboard/i18n/locale/pl/conversation.json +++ b/app/javascript/dashboard/i18n/locale/pl/conversation.json @@ -255,7 +255,7 @@ "CHANGE_TEAM": "Zmieniono przypisany zespół konwersacji", "SUCCESS_DELETE_CONVERSATION": "Conversation deleted successfully", "FAIL_DELETE_CONVERSATION": "Couldn't delete conversation! Try again", - "FILE_SIZE_LIMIT": "Plik przekracza limit rozmiaru załącznika %{MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB", + "FILE_SIZE_LIMIT": "Plik przekracza limit rozmiaru załącznika {MAXIMUM_SUPPORTED_FILE_UPLOAD_SIZE} MB", "FILE_TYPE_NOT_SUPPORTED": "This {fileName} file type is not supported in this conversation", "MESSAGE_ERROR": "Nie można wysłać tej wiadomości, spróbuj ponownie później", "SENT_BY": "Wysłane przez:", diff --git a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json index 6e150962d..00a176ad5 100644 --- a/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/inboxMgmt.json @@ -239,7 +239,7 @@ "WHATSAPP_CLOUD": "Chmura WhatsApp", "WHATSAPP_CLOUD_DESC": "Quick setup through Meta", "TWILIO_DESC": "Connect via Twilio credentials", - "360_DIALOG": "360Dialog" + "360_DIALOG": "360dialog" }, "SELECT_PROVIDER": { "TITLE": "Select your API provider", @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Umieść ten przycisk wewnątrz znacznika ciała", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agenci", "INBOX_AGENTS_SUB_TEXT": "Dodaj lub usuń agentów z tej skrzynki odbiorczej", "AGENT_ASSIGNMENT": "Zadanie konwersacji", diff --git a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json index b729274f3..5d271023e 100644 --- a/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/inboxMgmt.json @@ -239,7 +239,7 @@ "WHATSAPP_CLOUD": "WhatsApp Cloud", "WHATSAPP_CLOUD_DESC": "Quick setup through Meta", "TWILIO_DESC": "Connect via Twilio credentials", - "360_DIALOG": "360Dialog" + "360_DIALOG": "360dialog" }, "SELECT_PROVIDER": { "TITLE": "Select your API provider", @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Coloque este botão no corpo da sua tag ", "ALLOWED_DOMAINS": { "TITLE": "Allowed Domains", - "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).", + "SUBTITLE": "Add wildcard or regular domains separated by commas (leave blank to allow all), e.g. *.chatwoot.dev, chatwoot.com.", "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": "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": "Agentes", "INBOX_AGENTS_SUB_TEXT": "Adicionar ou remover agentes desta caixa de entrada", "AGENT_ASSIGNMENT": "Atribuição da conversa", diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/auditLogs.json b/app/javascript/dashboard/i18n/locale/pt_BR/auditLogs.json index 51996b6c7..7c71eed03 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/auditLogs.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/auditLogs.json @@ -41,7 +41,7 @@ "DELETE": "{agentName} excluiu uma caixa de entrada (#{id})" }, "WEBHOOK": { - "ADD": "{agentName} criou um webhook (##{id})", + "ADD": "{agentName} criou um webhook (#{id})", "EDIT": "{agentName} atualizou um webhook (#{id})", "DELETE": "{agentName} excluiu um webhook (#{id})" }, diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json b/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json index f079f136f..40f2f7941 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/helpCenter.json @@ -255,13 +255,13 @@ "DOMAIN": { "LABEL": "Domínio personalizado", "PLACEHOLDER": "Domínio personalizado do portal", - "HELP_TEXT": "Adicione somente se você quiser usar um domínio personalizado para seus portais. Por exemplo: https://example. com", + "HELP_TEXT": "Adicione somente se você quiser usar um domínio personalizado para seus portais. Por exemplo: {exampleURL}", "ERROR": "Insira uma URL de domínio válida" }, "HOME_PAGE_LINK": { "LABEL": "Link da Página Inicial", "PLACEHOLDER": "Link da página inicial do portal", - "HELP_TEXT": "O link usado para retornar do portal para a página inicial. Ex: https://example.com", + "HELP_TEXT": "O link usado para retornar do portal para a página inicial. Ex: {exampleURL}", "ERROR": "Digite uma URL de página inicial válida" }, "THEME_COLOR": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json index 38ebd2a67..c06b1f671 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/inboxMgmt.json @@ -710,21 +710,9 @@ "MESSENGER_SUB_HEAD": "Favor, insira essse código