Merge branch 'develop' into fix/hc-editor

This commit is contained in:
Shivam Mishra
2025-08-14 17:15:05 +05:30
committed by GitHub
209 changed files with 2708 additions and 1460 deletions

View File

@@ -25,35 +25,35 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.1.5.1) actioncable (7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (7.1.5.1) actionmailbox (7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
activejob (= 7.1.5.1) activejob (= 7.1.5.2)
activerecord (= 7.1.5.1) activerecord (= 7.1.5.2)
activestorage (= 7.1.5.1) activestorage (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.1.5.1) actionmailer (7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
actionview (= 7.1.5.1) actionview (= 7.1.5.2)
activejob (= 7.1.5.1) activejob (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (7.1.5.1) actionpack (7.1.5.2)
actionview (= 7.1.5.1) actionview (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
racc racc
rack (>= 2.2.4) rack (>= 2.2.4)
@@ -61,38 +61,38 @@ GEM
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
actiontext (7.1.5.1) actiontext (7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
activerecord (= 7.1.5.1) activerecord (= 7.1.5.2)
activestorage (= 7.1.5.1) activestorage (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.1.5.1) actionview (7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
active_record_query_trace (1.8) active_record_query_trace (1.8)
activejob (7.1.5.1) activejob (7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.1.5.1) activemodel (7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
activerecord (7.1.5.1) activerecord (7.1.5.2)
activemodel (= 7.1.5.1) activemodel (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activerecord-import (2.1.0) activerecord-import (2.1.0)
activerecord (>= 4.2) activerecord (>= 4.2)
activestorage (7.1.5.1) activestorage (7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
activejob (= 7.1.5.1) activejob (= 7.1.5.2)
activerecord (= 7.1.5.1) activerecord (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (7.1.5.1) activesupport (7.1.5.2)
base64 base64
benchmark (>= 0.3) benchmark (>= 0.3)
bigdecimal bigdecimal
@@ -155,10 +155,10 @@ GEM
barnes (0.0.9) barnes (0.0.9)
multi_json (~> 1) multi_json (~> 1)
statsd-ruby (~> 1.1) statsd-ruby (~> 1.1)
base64 (0.2.0) base64 (0.3.0)
bcrypt (3.1.20) bcrypt (3.1.20)
benchmark (0.4.0) benchmark (0.4.1)
bigdecimal (3.1.9) bigdecimal (3.2.2)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.16.0) bootsnap (1.16.0)
msgpack (~> 1.2) msgpack (~> 1.2)
@@ -599,20 +599,20 @@ GEM
rackup (1.0.1) rackup (1.0.1)
rack (< 3) rack (< 3)
webrick webrick
rails (7.1.5.1) rails (7.1.5.2)
actioncable (= 7.1.5.1) actioncable (= 7.1.5.2)
actionmailbox (= 7.1.5.1) actionmailbox (= 7.1.5.2)
actionmailer (= 7.1.5.1) actionmailer (= 7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
actiontext (= 7.1.5.1) actiontext (= 7.1.5.2)
actionview (= 7.1.5.1) actionview (= 7.1.5.2)
activejob (= 7.1.5.1) activejob (= 7.1.5.2)
activemodel (= 7.1.5.1) activemodel (= 7.1.5.2)
activerecord (= 7.1.5.1) activerecord (= 7.1.5.2)
activestorage (= 7.1.5.1) activestorage (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.1.5.1) railties (= 7.1.5.2)
rails-dom-testing (2.2.0) rails-dom-testing (2.2.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
@@ -620,9 +620,9 @@ GEM
rails-html-sanitizer (1.6.1) rails-html-sanitizer (1.6.1)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.1.5.1) railties (7.1.5.2)
actionpack (= 7.1.5.1) actionpack (= 7.1.5.2)
activesupport (= 7.1.5.1) activesupport (= 7.1.5.2)
irb irb
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "تم إنشاء المحادثة", "CONVERSATION_CREATED": "تم إنشاء المحادثة",
"CONVERSATION_UPDATED": "تم تحديث المحادثة", "CONVERSATION_UPDATED": "تم تحديث المحادثة",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "الخصائص", "TITLE": "الخصائص",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "قوالب الواتساب", "TITLE": "قوالب الواتساب",
"SUBTITLE": "حدد القالب الذي تريد إرساله", "SUBTITLE": "حدد القالب الذي تريد إرساله",
"TEMPLATE_SELECTED_SUBTITLE": "معالجة {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "نماذج البحث", "SEARCH_PLACEHOLDER": "نماذج البحث",
"NO_TEMPLATES_FOUND": "لم يتم العثور على قوالب", "NO_TEMPLATES_FOUND": "لم يتم العثور على قوالب",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "الفئة",
"LANGUAGE": "اللغة", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "نص القالب", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "الفئة" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "المتغيرات", "LABELS": {
"VARIABLE_PLACEHOLDER": "أدخل قيمة {variable}", "LANGUAGE": "اللغة",
"GO_BACK_LABEL": "العودة للخلف", "TEMPLATE_BODY": "نص القالب",
"SEND_MESSAGE_LABEL": "إرسال الرسالة", "CATEGORY": "الفئة"
"FORM_ERROR_MESSAGE": "يرجى ملء جميع المتغيرات قبل الإرسال" }
} },
"PARSER": {
"VARIABLES_LABEL": "المتغيرات",
"LANGUAGE": "اللغة",
"CATEGORY": "الفئة",
"VARIABLE_PLACEHOLDER": "أدخل قيمة {variable}",
"GO_BACK_LABEL": "العودة للخلف",
"SEND_MESSAGE_LABEL": "إرسال الرسالة",
"FORM_ERROR_MESSAGE": "يرجى ملء جميع المتغيرات قبل الإرسال",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversa Creada", "CONVERSATION_CREATED": "Conversa Creada",
"CONVERSATION_UPDATED": "Conversa Actualitzada", "CONVERSATION_UPDATED": "Conversa Actualitzada",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Característiques", "TITLE": "Característiques",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Plantilles de Whatsapp", "TITLE": "Plantilles de Whatsapp",
"SUBTITLE": "Selecciona la plantilla de whatsapp que vols enviar", "SUBTITLE": "Selecciona la plantilla de whatsapp que vols enviar",
"TEMPLATE_SELECTED_SUBTITLE": "Procés {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Cerca plantilles", "SEARCH_PLACEHOLDER": "Cerca plantilles",
"NO_TEMPLATES_FOUND": "No s'han trobat plantilles per a", "NO_TEMPLATES_FOUND": "No s'han trobat plantilles per a",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Categoria",
"LANGUAGE": "Idioma", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Cos de la plantilla", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Categoria" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Introdueix el valor {variable}", "LANGUAGE": "Idioma",
"GO_BACK_LABEL": "Torna enrere", "TEMPLATE_BODY": "Cos de la plantilla",
"SEND_MESSAGE_LABEL": "Envia missatge", "CATEGORY": "Categoria"
"FORM_ERROR_MESSAGE": "Omple totes les variables abans d'enviar-les" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Idioma",
"CATEGORY": "Categoria",
"VARIABLE_PLACEHOLDER": "Introdueix el valor {variable}",
"GO_BACK_LABEL": "Torna enrere",
"SEND_MESSAGE_LABEL": "Envia missatge",
"FORM_ERROR_MESSAGE": "Omple totes les variables abans d'enviar-les",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Zpráva vytvořena", "MESSAGE_CREATED": "Zpráva vytvořena",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Konverzace otevřena" "CONVERSATION_OPENED": "Konverzace otevřena"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funkce", "TITLE": "Funkce",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Samtale Oprettet", "CONVERSATION_CREATED": "Samtale Oprettet",
"CONVERSATION_UPDATED": "Samtale Opdateret", "CONVERSATION_UPDATED": "Samtale Opdateret",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funktioner", "TITLE": "Funktioner",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Skabeloner", "TITLE": "Whatsapp Skabeloner",
"SUBTITLE": "Vælg den whatsapp skabelon, du vil sende", "SUBTITLE": "Vælg den whatsapp skabelon, du vil sende",
"TEMPLATE_SELECTED_SUBTITLE": "Proces {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Søg Skabeloner", "SEARCH_PLACEHOLDER": "Søg Skabeloner",
"NO_TEMPLATES_FOUND": "Ingen skabeloner fundet for", "NO_TEMPLATES_FOUND": "Ingen skabeloner fundet for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategori",
"LANGUAGE": "Sprog", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Skabelon Krop", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategori" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variabler", "LABELS": {
"VARIABLE_PLACEHOLDER": "Indtast {variable} værdi", "LANGUAGE": "Sprog",
"GO_BACK_LABEL": "Gå Tilbage", "TEMPLATE_BODY": "Skabelon Krop",
"SEND_MESSAGE_LABEL": "Send Besked", "CATEGORY": "Kategori"
"FORM_ERROR_MESSAGE": "Udfyld venligst alle variabler før afsendelse" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variabler",
"LANGUAGE": "Sprog",
"CATEGORY": "Kategori",
"VARIABLE_PLACEHOLDER": "Indtast {variable} værdi",
"GO_BACK_LABEL": "Gå Tilbage",
"SEND_MESSAGE_LABEL": "Send Besked",
"FORM_ERROR_MESSAGE": "Udfyld venligst alle variabler før afsendelse",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Konversation erstellt", "CONVERSATION_CREATED": "Konversation erstellt",
"CONVERSATION_UPDATED": "Konversation aktualisiert", "CONVERSATION_UPDATED": "Konversation aktualisiert",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funktionen", "TITLE": "Funktionen",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "WhatsApp-Vorlagen", "TITLE": "WhatsApp-Vorlagen",
"SUBTITLE": "Wählen Sie die WhatsApp-Vorlage aus, die Sie senden möchten", "SUBTITLE": "Wählen Sie die WhatsApp-Vorlage aus, die Sie senden möchten",
"TEMPLATE_SELECTED_SUBTITLE": "Verarbeite {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Vorlagen suchen", "SEARCH_PLACEHOLDER": "Vorlagen suchen",
"NO_TEMPLATES_FOUND": "Keine Vorlagen gefunden für", "NO_TEMPLATES_FOUND": "Keine Vorlagen gefunden für",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategorie",
"LANGUAGE": "Sprache", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Vorlagenbody", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategorie" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variablen", "LABELS": {
"VARIABLE_PLACEHOLDER": "Geben Sie den Wert {variable} ein", "LANGUAGE": "Sprache",
"GO_BACK_LABEL": "Zurück", "TEMPLATE_BODY": "Vorlagenbody",
"SEND_MESSAGE_LABEL": "Nachricht senden", "CATEGORY": "Kategorie"
"FORM_ERROR_MESSAGE": "Bitte füllen Sie vor dem Absenden alle Variablen aus" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variablen",
"LANGUAGE": "Sprache",
"CATEGORY": "Kategorie",
"VARIABLE_PLACEHOLDER": "Geben Sie den Wert {variable} ein",
"GO_BACK_LABEL": "Zurück",
"SEND_MESSAGE_LABEL": "Nachricht senden",
"FORM_ERROR_MESSAGE": "Bitte füllen Sie vor dem Absenden alle Variablen aus",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Δημιουργήθηκε Συνομιλία", "CONVERSATION_CREATED": "Δημιουργήθηκε Συνομιλία",
"CONVERSATION_UPDATED": "Η Συνομιλία Ενημερώθηκε", "CONVERSATION_UPDATED": "Η Συνομιλία Ενημερώθηκε",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Χαρακτηριστικά", "TITLE": "Χαρακτηριστικά",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Πρότυπα Whatsapp", "TITLE": "Πρότυπα Whatsapp",
"SUBTITLE": "Επιλέξτε το πρότυπο Whatsapp που θέλετε να στείλετε", "SUBTITLE": "Επιλέξτε το πρότυπο Whatsapp που θέλετε να στείλετε",
"TEMPLATE_SELECTED_SUBTITLE": "Επεξεργασία {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Αναζήτηση Προτύπων", "SEARCH_PLACEHOLDER": "Αναζήτηση Προτύπων",
"NO_TEMPLATES_FOUND": "Δεν βρέθηκαν πρότυπα για", "NO_TEMPLATES_FOUND": "Δεν βρέθηκαν πρότυπα για",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Κατηγορία",
"LANGUAGE": "Γλώσσα", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Σώμα Προτύπου", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Κατηγορία" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Μεταβλητές", "LABELS": {
"VARIABLE_PLACEHOLDER": "Εισάγετε τιμή για {variable}", "LANGUAGE": "Γλώσσα",
"GO_BACK_LABEL": "Πίσω", "TEMPLATE_BODY": "Σώμα Προτύπου",
"SEND_MESSAGE_LABEL": "Αποστολή μηνύματος", "CATEGORY": "Κατηγορία"
"FORM_ERROR_MESSAGE": "Παρακαλώ συμπληρώστε όλες τις μεταβλητές πριν την αποστολή" }
} },
"PARSER": {
"VARIABLES_LABEL": "Μεταβλητές",
"LANGUAGE": "Γλώσσα",
"CATEGORY": "Κατηγορία",
"VARIABLE_PLACEHOLDER": "Εισάγετε τιμή για {variable}",
"GO_BACK_LABEL": "Πίσω",
"SEND_MESSAGE_LABEL": "Αποστολή μηνύματος",
"FORM_ERROR_MESSAGE": "Παρακαλώ συμπληρώστε όλες τις μεταβλητές πριν την αποστολή",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversación creada", "CONVERSATION_CREATED": "Conversación creada",
"CONVERSATION_UPDATED": "Conversación actualizada", "CONVERSATION_UPDATED": "Conversación actualizada",
"MESSAGE_CREATED": "Mensaje creado", "MESSAGE_CREATED": "Mensaje creado",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversación abierta" "CONVERSATION_OPENED": "Conversación abierta"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Características", "TITLE": "Características",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Plantillas de Whatsapp", "TITLE": "Plantillas de Whatsapp",
"SUBTITLE": "Seleccione la plantilla de Whatsapp que desea enviar", "SUBTITLE": "Seleccione la plantilla de Whatsapp que desea enviar",
"TEMPLATE_SELECTED_SUBTITLE": "Procesar {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Buscar plantillas", "SEARCH_PLACEHOLDER": "Buscar plantillas",
"NO_TEMPLATES_FOUND": "No se encontraron plantillas para", "NO_TEMPLATES_FOUND": "No se encontraron plantillas para",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Categoría",
"LANGUAGE": "Idioma", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Cuerpo de plantilla", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Categoría" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Introduzca el valor de {variable}", "LANGUAGE": "Idioma",
"GO_BACK_LABEL": "Volver", "TEMPLATE_BODY": "Cuerpo de plantilla",
"SEND_MESSAGE_LABEL": "Enviar mensaje", "CATEGORY": "Categoría"
"FORM_ERROR_MESSAGE": "Por favor, rellene todas las variables antes de enviar" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Idioma",
"CATEGORY": "Categoría",
"VARIABLE_PLACEHOLDER": "Introduzca el valor de {variable}",
"GO_BACK_LABEL": "Volver",
"SEND_MESSAGE_LABEL": "Enviar mensaje",
"FORM_ERROR_MESSAGE": "Por favor, rellene todas las variables antes de enviar",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "گفتگو ایجاد شد", "CONVERSATION_CREATED": "گفتگو ایجاد شد",
"CONVERSATION_UPDATED": "گفتگو به روز شد", "CONVERSATION_UPDATED": "گفتگو به روز شد",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "امکانات", "TITLE": "امکانات",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "قالب های واتساپ", "TITLE": "قالب های واتساپ",
"SUBTITLE": "قالب واتساپ مورد نظر برای ارسال را انتخاب کنید", "SUBTITLE": "قالب واتساپ مورد نظر برای ارسال را انتخاب کنید",
"TEMPLATE_SELECTED_SUBTITLE": "فرآیند {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "جستجوی الگوها", "SEARCH_PLACEHOLDER": "جستجوی الگوها",
"NO_TEMPLATES_FOUND": "هیچ قالبی برای", "NO_TEMPLATES_FOUND": "هیچ قالبی برای",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "دسته‌بندی",
"LANGUAGE": "زبان", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "بدنه الگو", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "دسته‌بندی" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "متغیرها", "LABELS": {
"VARIABLE_PLACEHOLDER": "مقدار {variable} را وارد کنید", "LANGUAGE": "زبان",
"GO_BACK_LABEL": ازگشت", "TEMPLATE_BODY": دنه الگو",
"SEND_MESSAGE_LABEL": "ارسال پیام", "CATEGORY": "دسته‌بندی"
"FORM_ERROR_MESSAGE": "لطفا قبل از ارسال همه متغیرها را پر کنید" }
} },
"PARSER": {
"VARIABLES_LABEL": "متغیرها",
"LANGUAGE": "زبان",
"CATEGORY": "دسته‌بندی",
"VARIABLE_PLACEHOLDER": "مقدار {variable} را وارد کنید",
"GO_BACK_LABEL": "بازگشت",
"SEND_MESSAGE_LABEL": "ارسال پیام",
"FORM_ERROR_MESSAGE": "لطفا قبل از ارسال همه متغیرها را پر کنید",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Ominaisuudet", "TITLE": "Ominaisuudet",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "WhatsApp-pohjat", "TITLE": "WhatsApp-pohjat",
"SUBTITLE": "Valitse WhatsApp-pohja, jonka haluat lähettää", "SUBTITLE": "Valitse WhatsApp-pohja, jonka haluat lähettää",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Etsi Pohjia", "SEARCH_PLACEHOLDER": "Etsi Pohjia",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Muuttujat", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Mene Takaisin", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Lähetä Viesti", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Täytä kaikki muuttujat ennen lähettämistä" }
} },
"PARSER": {
"VARIABLES_LABEL": "Muuttujat",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Mene Takaisin",
"SEND_MESSAGE_LABEL": "Lähetä Viesti",
"FORM_ERROR_MESSAGE": "Täytä kaikki muuttujat ennen lähettämistä",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation créée", "CONVERSATION_CREATED": "Conversation créée",
"CONVERSATION_UPDATED": "Conversation mise à jour", "CONVERSATION_UPDATED": "Conversation mise à jour",
"MESSAGE_CREATED": "Message créé", "MESSAGE_CREATED": "Message créé",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation ouverte" "CONVERSATION_OPENED": "Conversation ouverte"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Fonctionnalités", "TITLE": "Fonctionnalités",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Modèles WhatsApp", "TITLE": "Modèles WhatsApp",
"SUBTITLE": "Sélectionnez le modèle whatsapp que vous souhaitez envoyer", "SUBTITLE": "Sélectionnez le modèle whatsapp que vous souhaitez envoyer",
"TEMPLATE_SELECTED_SUBTITLE": "Traiter {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Rechercher des modèles", "SEARCH_PLACEHOLDER": "Rechercher des modèles",
"NO_TEMPLATES_FOUND": "Aucun modèle trouvé pour", "NO_TEMPLATES_FOUND": "Aucun modèle trouvé pour",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Catégorie",
"LANGUAGE": "Langue", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Corps du modèle", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Catégorie" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Entrez la valeur de {variable}", "LANGUAGE": "Langue",
"GO_BACK_LABEL": "Retour", "TEMPLATE_BODY": "Corps du modèle",
"SEND_MESSAGE_LABEL": "Envoyer un message", "CATEGORY": "Catégorie"
"FORM_ERROR_MESSAGE": "Veuillez remplir toutes les variables avant d'envoyer" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Langue",
"CATEGORY": "Catégorie",
"VARIABLE_PLACEHOLDER": "Entrez la valeur de {variable}",
"GO_BACK_LABEL": "Retour",
"SEND_MESSAGE_LABEL": "Envoyer un message",
"FORM_ERROR_MESSAGE": "Veuillez remplir toutes les variables avant d'envoyer",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "השיחה נוצרה", "CONVERSATION_CREATED": "השיחה נוצרה",
"CONVERSATION_UPDATED": "השיחה עודכנה", "CONVERSATION_UPDATED": "השיחה עודכנה",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "השיחה נפתחה" "CONVERSATION_OPENED": "השיחה נפתחה"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "מאפיינים", "TITLE": "מאפיינים",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "תבניות וואטסאפ", "TITLE": "תבניות וואטסאפ",
"SUBTITLE": "בחר את תבנית הווטסאפ שברצונך לשלוח", "SUBTITLE": "בחר את תבנית הווטסאפ שברצונך לשלוח",
"TEMPLATE_SELECTED_SUBTITLE": "עיבוד {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "חפש תבניות", "SEARCH_PLACEHOLDER": "חפש תבניות",
"NO_TEMPLATES_FOUND": "לא נמצאו תבניות עבור", "NO_TEMPLATES_FOUND": "לא נמצאו תבניות עבור",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "קטגוריה",
"LANGUAGE": "שפה", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "גוף התבנית", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "קטגוריה" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "משתנים", "LABELS": {
"VARIABLE_PLACEHOLDER": "הזן ערך {variable}", "LANGUAGE": "שפה",
"GO_BACK_LABEL": "חזור", "TEMPLATE_BODY": "גוף התבנית",
"SEND_MESSAGE_LABEL": "לשלוח הודעה", "CATEGORY": "קטגוריה"
"FORM_ERROR_MESSAGE": "נא למלא את כל המשתנים לפני השליחה" }
} },
"PARSER": {
"VARIABLES_LABEL": "משתנים",
"LANGUAGE": "שפה",
"CATEGORY": "קטגוריה",
"VARIABLE_PLACEHOLDER": "הזן ערך {variable}",
"GO_BACK_LABEL": "חזור",
"SEND_MESSAGE_LABEL": "לשלוח הודעה",
"FORM_ERROR_MESSAGE": "נא למלא את כל המשתנים לפני השליחה",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Predlošci", "TITLE": "Whatsapp Predlošci",
"SUBTITLE": "Izaberi whatsapp predložak koji želiš poslati", "SUBTITLE": "Izaberi whatsapp predložak koji želiš poslati",
"TEMPLATE_SELECTED_SUBTITLE": "Proces {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Pretraži Predloške", "SEARCH_PLACEHOLDER": "Pretraži Predloške",
"NO_TEMPLATES_FOUND": "Nije pronađen predložak za", "NO_TEMPLATES_FOUND": "Nije pronađen predložak za",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategorija",
"LANGUAGE": "Jezik", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Tijelo predloška", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategorija" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Varijable", "LABELS": {
"VARIABLE_PLACEHOLDER": "Unesi {variable} vrijednost", "LANGUAGE": "Jezik",
"GO_BACK_LABEL": "Nazad", "TEMPLATE_BODY": "Tijelo predloška",
"SEND_MESSAGE_LABEL": "Šalji poruku", "CATEGORY": "Kategorija"
"FORM_ERROR_MESSAGE": "Popuniti sve varijable prije slanja" }
} },
"PARSER": {
"VARIABLES_LABEL": "Varijable",
"LANGUAGE": "Jezik",
"CATEGORY": "Kategorija",
"VARIABLE_PLACEHOLDER": "Unesi {variable} vrijednost",
"GO_BACK_LABEL": "Nazad",
"SEND_MESSAGE_LABEL": "Šalji poruku",
"FORM_ERROR_MESSAGE": "Popuniti sve varijable prije slanja",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Beszélgetés létrehozva", "CONVERSATION_CREATED": "Beszélgetés létrehozva",
"CONVERSATION_UPDATED": "Beszélgetés frissítve", "CONVERSATION_UPDATED": "Beszélgetés frissítve",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Lehetőségek", "TITLE": "Lehetőségek",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp sablonok", "TITLE": "Whatsapp sablonok",
"SUBTITLE": "Válaszd ki a Whatsapp sablont", "SUBTITLE": "Válaszd ki a Whatsapp sablont",
"TEMPLATE_SELECTED_SUBTITLE": "Feldolgozás: {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Sablon keresése", "SEARCH_PLACEHOLDER": "Sablon keresése",
"NO_TEMPLATES_FOUND": "Nem található sablon erre:", "NO_TEMPLATES_FOUND": "Nem található sablon erre:",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategória",
"LANGUAGE": "Nyelv", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Sablon törzse", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategória" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Változók", "LABELS": {
"VARIABLE_PLACEHOLDER": "Add meg a {variable} értékét", "LANGUAGE": "Nyelv",
"GO_BACK_LABEL": "Vissza", "TEMPLATE_BODY": "Sablon törzse",
"SEND_MESSAGE_LABEL": "Üzenet küldése", "CATEGORY": "Kategória"
"FORM_ERROR_MESSAGE": "Kérlek add meg az összes változó értékét küldés előtt" }
} },
"PARSER": {
"VARIABLES_LABEL": "Változók",
"LANGUAGE": "Nyelv",
"CATEGORY": "Kategória",
"VARIABLE_PLACEHOLDER": "Add meg a {variable} értékét",
"GO_BACK_LABEL": "Vissza",
"SEND_MESSAGE_LABEL": "Üzenet küldése",
"FORM_ERROR_MESSAGE": "Kérlek add meg az összes változó értékét küldés előtt",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Percakapan Dibuat", "CONVERSATION_CREATED": "Percakapan Dibuat",
"CONVERSATION_UPDATED": "Percakapan Diperbarui", "CONVERSATION_UPDATED": "Percakapan Diperbarui",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Fitur", "TITLE": "Fitur",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Templat Whatsapp", "TITLE": "Templat Whatsapp",
"SUBTITLE": "Pilih templat Whatsapp yang ingin Anda kirim", "SUBTITLE": "Pilih templat Whatsapp yang ingin Anda kirim",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Cari Templat", "SEARCH_PLACEHOLDER": "Cari Templat",
"NO_TEMPLATES_FOUND": "Tidak ditemukan templat untuk", "NO_TEMPLATES_FOUND": "Tidak ditemukan templat untuk",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategori",
"LANGUAGE": "Bahasa", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Isi Templat", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategori" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variabel", "LABELS": {
"VARIABLE_PLACEHOLDER": "Masukkan nilai {variable}", "LANGUAGE": "Bahasa",
"GO_BACK_LABEL": "Kembali", "TEMPLATE_BODY": "Isi Templat",
"SEND_MESSAGE_LABEL": "Kirim Pesan", "CATEGORY": "Kategori"
"FORM_ERROR_MESSAGE": "Harap isi semua variabel sebelum mengirim" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variabel",
"LANGUAGE": "Bahasa",
"CATEGORY": "Kategori",
"VARIABLE_PLACEHOLDER": "Masukkan nilai {variable}",
"GO_BACK_LABEL": "Kembali",
"SEND_MESSAGE_LABEL": "Kirim Pesan",
"FORM_ERROR_MESSAGE": "Harap isi semua variabel sebelum mengirim",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Fídusar", "TITLE": "Fídusar",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Veldu WhatsApp sniðmátið sem þú vilt senda", "SUBTITLE": "Veldu WhatsApp sniðmátið sem þú vilt senda",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversazione creata", "CONVERSATION_CREATED": "Conversazione creata",
"CONVERSATION_UPDATED": "Conversazione aggiornata", "CONVERSATION_UPDATED": "Conversazione aggiornata",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funzionalità", "TITLE": "Funzionalità",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Modelli Whatsapp", "TITLE": "Modelli Whatsapp",
"SUBTITLE": "Seleziona il modello whatsapp che vuoi inviare", "SUBTITLE": "Seleziona il modello whatsapp che vuoi inviare",
"TEMPLATE_SELECTED_SUBTITLE": "Elabora {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Cerca modelli", "SEARCH_PLACEHOLDER": "Cerca modelli",
"NO_TEMPLATES_FOUND": "Nessun modello trovato per", "NO_TEMPLATES_FOUND": "Nessun modello trovato per",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Categoria",
"LANGUAGE": "Lingua", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Corpo modello", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Categoria" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variabili", "LABELS": {
"VARIABLE_PLACEHOLDER": "Inserisci il valore di {variable}", "LANGUAGE": "Lingua",
"GO_BACK_LABEL": "Torna indietro", "TEMPLATE_BODY": "Corpo modello",
"SEND_MESSAGE_LABEL": "Invia messaggio", "CATEGORY": "Categoria"
"FORM_ERROR_MESSAGE": "Si prega di compilare tutte le variabili prima di inviare" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variabili",
"LANGUAGE": "Lingua",
"CATEGORY": "Categoria",
"VARIABLE_PLACEHOLDER": "Inserisci il valore di {variable}",
"GO_BACK_LABEL": "Torna indietro",
"SEND_MESSAGE_LABEL": "Invia messaggio",
"FORM_ERROR_MESSAGE": "Si prega di compilare tutte le variabili prima di inviare",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "会話が作成されました", "CONVERSATION_CREATED": "会話が作成されました",
"CONVERSATION_UPDATED": "会話が更新されました", "CONVERSATION_UPDATED": "会話が更新されました",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "機能", "TITLE": "機能",
"ALLOW_CONVERSATION_FAQS": "解決済みの会話からFAQを生成", "ALLOW_CONVERSATION_FAQS": "解決済みの会話からFAQを生成",
"ALLOW_MEMORIES": "顧客とのやり取りから重要な詳細を記憶としてキャプチャ" "ALLOW_MEMORIES": "顧客とのやり取りから重要な詳細を記憶としてキャプチャ",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp テンプレート", "TITLE": "Whatsapp テンプレート",
"SUBTITLE": "送信したいWhatsappテンプレートを選択してください", "SUBTITLE": "送信したいWhatsappテンプレートを選択してください",
"TEMPLATE_SELECTED_SUBTITLE": "{templateName} を処理中" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "テンプレートを検索", "SEARCH_PLACEHOLDER": "テンプレートを検索",
"NO_TEMPLATES_FOUND": "該当するテンプレートが見つかりません:", "NO_TEMPLATES_FOUND": "該当するテンプレートが見つかりません:",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "カテゴリ",
"LANGUAGE": "言語", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "テンプレート本文", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "カテゴリ" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "変数", "LABELS": {
"VARIABLE_PLACEHOLDER": "{variable} の値を入力", "LANGUAGE": "言語",
"GO_BACK_LABEL": "戻る", "TEMPLATE_BODY": "テンプレート本文",
"SEND_MESSAGE_LABEL": "メッセージを送信", "CATEGORY": "カテゴリ"
"FORM_ERROR_MESSAGE": "送信前に全ての変数を入力してください" }
} },
"PARSER": {
"VARIABLES_LABEL": "変数",
"LANGUAGE": "言語",
"CATEGORY": "カテゴリ",
"VARIABLE_PLACEHOLDER": "{variable} の値を入力",
"GO_BACK_LABEL": "戻る",
"SEND_MESSAGE_LABEL": "メッセージを送信",
"FORM_ERROR_MESSAGE": "送信前に全ての変数を入力してください",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "특징", "TITLE": "특징",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "언어", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "언어",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "언어",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Pokalbis sukurtas", "CONVERSATION_CREATED": "Pokalbis sukurtas",
"CONVERSATION_UPDATED": "Pokalbis atnaujintas", "CONVERSATION_UPDATED": "Pokalbis atnaujintas",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funkcijos", "TITLE": "Funkcijos",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Šablonai", "TITLE": "Whatsapp Šablonai",
"SUBTITLE": "Pasirinkite WhatsApp šabloną, kurį norite siųsti", "SUBTITLE": "Pasirinkite WhatsApp šabloną, kurį norite siųsti",
"TEMPLATE_SELECTED_SUBTITLE": "Apdoroti {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Ieškoti šablonų", "SEARCH_PLACEHOLDER": "Ieškoti šablonų",
"NO_TEMPLATES_FOUND": "Šablonų nerasta", "NO_TEMPLATES_FOUND": "Šablonų nerasta",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategorija",
"LANGUAGE": "Kalba", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Šablono tekstas", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategorija" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Kintamieji", "LABELS": {
"VARIABLE_PLACEHOLDER": "Įveskite {variable} reikšmę", "LANGUAGE": "Kalba",
"GO_BACK_LABEL": "Grįžti", "TEMPLATE_BODY": "Šablono tekstas",
"SEND_MESSAGE_LABEL": "Išsiųsti pranešimą", "CATEGORY": "Kategorija"
"FORM_ERROR_MESSAGE": "Prieš siųsdami užpildykite visus kintamuosius" }
} },
"PARSER": {
"VARIABLES_LABEL": "Kintamieji",
"LANGUAGE": "Kalba",
"CATEGORY": "Kategorija",
"VARIABLE_PLACEHOLDER": "Įveskite {variable} reikšmę",
"GO_BACK_LABEL": "Grįžti",
"SEND_MESSAGE_LABEL": "Išsiųsti pranešimą",
"FORM_ERROR_MESSAGE": "Prieš siųsdami užpildykite visus kintamuosius",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Saruna izveidota", "CONVERSATION_CREATED": "Saruna izveidota",
"CONVERSATION_UPDATED": "Saruna Atjaunināta", "CONVERSATION_UPDATED": "Saruna Atjaunināta",
"MESSAGE_CREATED": "Ziņojums Izveidots", "MESSAGE_CREATED": "Ziņojums Izveidots",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Saruna Atvērta" "CONVERSATION_OPENED": "Saruna Atvērta"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Īpašības", "TITLE": "Īpašības",
"ALLOW_CONVERSATION_FAQS": "Ģenerēt bieži uzdotos jautājumus no atrisinātajām sarunām", "ALLOW_CONVERSATION_FAQS": "Ģenerēt bieži uzdotos jautājumus no atrisinātajām sarunām",
"ALLOW_MEMORIES": "Pārtvert galvenās nianses kā atmiņas no klientu mijiedarbībām." "ALLOW_MEMORIES": "Pārtvert galvenās nianses kā atmiņas no klientu mijiedarbībām.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "WhatsApp Veidnes", "TITLE": "WhatsApp Veidnes",
"SUBTITLE": "Izvēlieties WhatsApp veidni, kuru vēlaties nosūtīt", "SUBTITLE": "Izvēlieties WhatsApp veidni, kuru vēlaties nosūtīt",
"TEMPLATE_SELECTED_SUBTITLE": "Apstrādāt {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Meklēt Veidnes", "SEARCH_PLACEHOLDER": "Meklēt Veidnes",
"NO_TEMPLATES_FOUND": "Veidnes nav atrastas", "NO_TEMPLATES_FOUND": "Veidnes nav atrastas",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategorija",
"LANGUAGE": "Valoda", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Veidnes Pamatteksts", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategorija" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Mainīgie", "LABELS": {
"VARIABLE_PLACEHOLDER": "Ievadiet {variable} vērtību", "LANGUAGE": "Valoda",
"GO_BACK_LABEL": "Atgriezties", "TEMPLATE_BODY": "Veidnes Pamatteksts",
"SEND_MESSAGE_LABEL": "Sūtīt Ziņojumu", "CATEGORY": "Kategorija"
"FORM_ERROR_MESSAGE": "Lūdzu, pirms nosūtīšanas aizpildiet visus mainīgos" }
} },
"PARSER": {
"VARIABLES_LABEL": "Mainīgie",
"LANGUAGE": "Valoda",
"CATEGORY": "Kategorija",
"VARIABLE_PLACEHOLDER": "Ievadiet {variable} vērtību",
"GO_BACK_LABEL": "Atgriezties",
"SEND_MESSAGE_LABEL": "Sūtīt Ziņojumu",
"FORM_ERROR_MESSAGE": "Lūdzu, pirms nosūtīšanas aizpildiet visus mainīgos",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Gesprek aangemaakt", "CONVERSATION_CREATED": "Gesprek aangemaakt",
"CONVERSATION_UPDATED": "Gesprek bijgewerkt", "CONVERSATION_UPDATED": "Gesprek bijgewerkt",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Features", "TITLE": "Features",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Selecteer de whatsapp template die u wilt verzenden", "SUBTITLE": "Selecteer de whatsapp template die u wilt verzenden",
"TEMPLATE_SELECTED_SUBTITLE": "Verwerk {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Templates zoeken", "SEARCH_PLACEHOLDER": "Templates zoeken",
"NO_TEMPLATES_FOUND": "Geen templates gevonden voor", "NO_TEMPLATES_FOUND": "Geen templates gevonden voor",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Categorie",
"LANGUAGE": "Taal", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template bericht", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Categorie" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variabelen", "LABELS": {
"VARIABLE_PLACEHOLDER": "Voer {variable} waarde in", "LANGUAGE": "Taal",
"GO_BACK_LABEL": "Ga terug", "TEMPLATE_BODY": "Template bericht",
"SEND_MESSAGE_LABEL": "Verstuur bericht", "CATEGORY": "Categorie"
"FORM_ERROR_MESSAGE": "Vul alstublieft alle variabelen in voordat u deze verzendt" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variabelen",
"LANGUAGE": "Taal",
"CATEGORY": "Categorie",
"VARIABLE_PLACEHOLDER": "Voer {variable} waarde in",
"GO_BACK_LABEL": "Ga terug",
"SEND_MESSAGE_LABEL": "Verstuur bericht",
"FORM_ERROR_MESSAGE": "Vul alstublieft alle variabelen in voordat u deze verzendt",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversation Created", "CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_UPDATED": "Conversation Updated", "CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funksjoner", "TITLE": "Funksjoner",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Whatsapp Templates", "TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send", "SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates", "SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for", "NO_TEMPLATES_FOUND": "No templates found for",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Category",
"LANGUAGE": "Language", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Template Body", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Category" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variables", "LABELS": {
"VARIABLE_PLACEHOLDER": "Enter {variable} value", "LANGUAGE": "Language",
"GO_BACK_LABEL": "Go Back", "TEMPLATE_BODY": "Template Body",
"SEND_MESSAGE_LABEL": "Send Message", "CATEGORY": "Category"
"FORM_ERROR_MESSAGE": "Please fill all variables before sending" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variables",
"LANGUAGE": "Language",
"CATEGORY": "Category",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "Go Back",
"SEND_MESSAGE_LABEL": "Send Message",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Rozpoczęcie rozmowy", "CONVERSATION_CREATED": "Rozpoczęcie rozmowy",
"CONVERSATION_UPDATED": "Aktualizacja rozmowy", "CONVERSATION_UPDATED": "Aktualizacja rozmowy",
"MESSAGE_CREATED": "Message Created", "MESSAGE_CREATED": "Message Created",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversation Opened" "CONVERSATION_OPENED": "Conversation Opened"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Funkcje", "TITLE": "Funkcje",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Szablony WhatsApp", "TITLE": "Szablony WhatsApp",
"SUBTITLE": "Wybierz szablon WhatsApp, który chcesz wysłać", "SUBTITLE": "Wybierz szablon WhatsApp, który chcesz wysłać",
"TEMPLATE_SELECTED_SUBTITLE": "Przetwarzanie {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Wyszukaj szablony", "SEARCH_PLACEHOLDER": "Wyszukaj szablony",
"NO_TEMPLATES_FOUND": "Nie znaleziono szablonów dla", "NO_TEMPLATES_FOUND": "Nie znaleziono szablonów dla",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Kategoria",
"LANGUAGE": "Język", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Treść szablonu", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Kategoria" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Zmienne", "LABELS": {
"VARIABLE_PLACEHOLDER": "Wprowadź wartość {variable}", "LANGUAGE": "Język",
"GO_BACK_LABEL": "Powrót", "TEMPLATE_BODY": "Treść szablonu",
"SEND_MESSAGE_LABEL": "Wyślij wiadomość", "CATEGORY": "Kategoria"
"FORM_ERROR_MESSAGE": "Proszę wypełnić wszystkie zmienne przed wysłaniem" }
} },
"PARSER": {
"VARIABLES_LABEL": "Zmienne",
"LANGUAGE": "Język",
"CATEGORY": "Kategoria",
"VARIABLE_PLACEHOLDER": "Wprowadź wartość {variable}",
"GO_BACK_LABEL": "Powrót",
"SEND_MESSAGE_LABEL": "Wyślij wiadomość",
"FORM_ERROR_MESSAGE": "Proszę wypełnić wszystkie zmienne przed wysłaniem",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

View File

@@ -131,6 +131,7 @@
"CONVERSATION_CREATED": "Conversa criada", "CONVERSATION_CREATED": "Conversa criada",
"CONVERSATION_UPDATED": "Conversa atualizada", "CONVERSATION_UPDATED": "Conversa atualizada",
"MESSAGE_CREATED": "Mensagem criada", "MESSAGE_CREATED": "Mensagem criada",
"CONVERSATION_RESOLVED": "Conversation Resolved",
"CONVERSATION_OPENED": "Conversa aberta" "CONVERSATION_OPENED": "Conversa aberta"
}, },
"ACTIONS": { "ACTIONS": {

View File

@@ -472,7 +472,8 @@
"FEATURES": { "FEATURES": {
"TITLE": "Características", "TITLE": "Características",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations", "ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions." "ALLOW_MEMORIES": "Capture key details as memories from customer interactions.",
"ALLOW_CITATIONS": "Include source citations in responses"
} }
}, },
"EDIT": { "EDIT": {

View File

@@ -1,29 +1,46 @@
{ {
"WHATSAPP_TEMPLATES": { "WHATSAPP_TEMPLATES": {
"MODAL": { "MODAL": {
"TITLE": "Template do WhatsApp", "TITLE": "Template do WhatsApp",
"SUBTITLE": "Selecione o template do whatsapp que você deseja enviar", "SUBTITLE": "Selecione o template do whatsapp que você deseja enviar",
"TEMPLATE_SELECTED_SUBTITLE": "Processo {templateName}" "TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
}, },
"PICKER": { "PICKER": {
"SEARCH_PLACEHOLDER": "Buscar templates", "SEARCH_PLACEHOLDER": "Buscar templates",
"NO_TEMPLATES_FOUND": "Nenhum template encontrado para", "NO_TEMPLATES_FOUND": "Nenhum template encontrado para",
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.", "HEADER": "Header",
"REFRESH_BUTTON": "Refresh templates", "BODY": "Body",
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.", "FOOTER": "Footer",
"REFRESH_ERROR": "Failed to refresh templates. Please try again.", "BUTTONS": "Buttons",
"LABELS": { "CATEGORY": "Categoria",
"LANGUAGE": "Idioma", "MEDIA_CONTENT": "Media Content",
"TEMPLATE_BODY": "Corpo do Template", "MEDIA_CONTENT_FALLBACK": "media content",
"CATEGORY": "Categoria" "NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
} "REFRESH_BUTTON": "Refresh templates",
}, "REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
"PARSER": { "REFRESH_ERROR": "Failed to refresh templates. Please try again.",
"VARIABLES_LABEL": "Variáveis", "LABELS": {
"VARIABLE_PLACEHOLDER": "Digite o valor {variable}", "LANGUAGE": "Idioma",
"GO_BACK_LABEL": "Voltar", "TEMPLATE_BODY": "Corpo do Template",
"SEND_MESSAGE_LABEL": "Enviar mensagem", "CATEGORY": "Categoria"
"FORM_ERROR_MESSAGE": "Preencha todas as variáveis antes de enviar" }
} },
"PARSER": {
"VARIABLES_LABEL": "Variáveis",
"LANGUAGE": "Idioma",
"CATEGORY": "Categoria",
"VARIABLE_PLACEHOLDER": "Digite o valor {variable}",
"GO_BACK_LABEL": "Voltar",
"SEND_MESSAGE_LABEL": "Enviar mensagem",
"FORM_ERROR_MESSAGE": "Preencha todas as variáveis antes de enviar",
"MEDIA_HEADER_LABEL": "{type} Header",
"OTP_CODE": "Enter 4-8 digit OTP",
"EXPIRY_MINUTES": "Enter expiry minutes",
"BUTTON_PARAMETERS": "Button Parameters",
"BUTTON_LABEL": "Button {index}",
"COUPON_CODE": "Enter coupon code (max 15 chars)",
"MEDIA_URL_LABEL": "Enter {type} URL",
"BUTTON_PARAMETER": "Enter button parameter"
} }
}
} }

Some files were not shown because too many files have changed in this diff Show More