chore: Update translations (#11077)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Chatwoot Bot 2025-03-19 16:48:56 -07:00 committed by GitHub
parent b34c526c51
commit cc8c05834a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
388 changed files with 2103 additions and 439 deletions

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "None"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Learn more",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " to get started", "NO_INBOX_2": " to get started",
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator", "NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
"SEARCH_MESSAGES": "Search for messages in conversations", "SEARCH_MESSAGES": "Search for messages in conversations",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Disconnect" "BUTTON_TEXT": "Disconnect"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Send message...", "SEND_MESSAGE": "Send message...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Status" "STATUS": "Status"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Open",
"UNATTENDED": "Unattended",
"STATUS": "Status"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agent status", "HEADER": "Agent status",
"ONLINE": "Online", "ONLINE": "Online",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "الروبوتات", "HEADER": "الروبوتات",
"LOADING_EDITOR": "جار جلب المحرر...", "LOADING_EDITOR": "جار جلب المحرر...",
"HEADER_BTN_TXT": "إضافة إعدادات الروبوت", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>الروبوتات</b> <p>الروبوتات هي مثل الأعضاء الأكثر روعة في فريقك. يمكنهم التعامل مع الأمور الصغيرة، حتى تتمكن من التركيز على الأمور التي تهمك. جربهم.</p> <p> يمكنك إدارة الروبوتات الخاصة بك من هذه الصفحة أو إنشاء روبوتات جديدة باستخدام زر 'إضافة تكوين روبوت'.</p> <p> افتح <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">دليل البوتات</a> في علامة تبويب أخرى للحصول على مساعدة.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "اسم الروبوت", "LABEL": "اسم الروبوت",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "معلمات الإجراء مطلوبة", "ACTION_PARAMETERS_REQUIRED": "معلمات الإجراء مطلوبة",
"ATLEAST_ONE_CONDITION_REQUIRED": "شرط واحد على الأقل مطلوب", "ATLEAST_ONE_CONDITION_REQUIRED": "شرط واحد على الأقل مطلوب",
"ATLEAST_ONE_ACTION_REQUIRED": "إجراء واحد على الأقل مطلوب" "ATLEAST_ONE_ACTION_REQUIRED": "إجراء واحد على الأقل مطلوب"
} },
"NONE_OPTION": "لا شيء"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "اعرف المزيد",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " للبدء", "NO_INBOX_2": " للبدء",
"NO_INBOX_AGENT": "يبدو أنه لم يتم إسنادك لأي قنوات تواصل بعد. الرجاء التواصل مع المدير لإضافتك لصناديق الوارد الخاصة بقنوات التواصل", "NO_INBOX_AGENT": "يبدو أنه لم يتم إسنادك لأي قنوات تواصل بعد. الرجاء التواصل مع المدير لإضافتك لصناديق الوارد الخاصة بقنوات التواصل",
"SEARCH_MESSAGES": "ابحث عن رسائل في المحادثات", "SEARCH_MESSAGES": "ابحث عن رسائل في المحادثات",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "لفتح قائمة الأوامر", "CMD_BAR": "لفتح قائمة الأوامر",
"KEYBOARD_SHORTCUTS": "لعرض اختصارات لوحة المفاتيح" "KEYBOARD_SHORTCUTS": "لعرض اختصارات لوحة المفاتيح"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "قطع الاتصال" "BUTTON_TEXT": "قطع الاتصال"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "قائد", "NAME": "قائد",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "إرسال الرسالة...", "SEND_MESSAGE": "إرسال الرسالة...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "الحالة" "STATUS": "الحالة"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "الفريق",
"OPEN": "فتح",
"UNATTENDED": "بدون حضور",
"STATUS": "الحالة"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "حالة الوكيل", "HEADER": "حالة الوكيل",
"ONLINE": "متصل", "ONLINE": "متصل",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "None"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Learn more",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " to get started", "NO_INBOX_2": " to get started",
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator", "NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
"SEARCH_MESSAGES": "Search for messages in conversations", "SEARCH_MESSAGES": "Search for messages in conversations",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Disconnect" "BUTTON_TEXT": "Disconnect"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Send message...", "SEND_MESSAGE": "Send message...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Status" "STATUS": "Status"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Open",
"UNATTENDED": "Unattended",
"STATUS": "Status"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agent status", "HEADER": "Agent status",
"ONLINE": "Online", "ONLINE": "Online",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "Нито един"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Learn more",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " to get started", "NO_INBOX_2": " to get started",
"NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator", "NO_INBOX_AGENT": "Uh Oh! Looks like you are not part of any inbox. Please contact your administrator",
"SEARCH_MESSAGES": "Search for messages in conversations", "SEARCH_MESSAGES": "Search for messages in conversations",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Прекъсване" "BUTTON_TEXT": "Прекъсване"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Изпрати съобщение...", "SEND_MESSAGE": "Изпрати съобщение...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Статус" "STATUS": "Статус"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Отворен",
"UNATTENDED": "Unattended",
"STATUS": "Статус"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agent status", "HEADER": "Agent status",
"ONLINE": "Online", "ONLINE": "Online",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "S'està carregant l'editor...", "LOADING_EDITOR": "S'està carregant l'editor...",
"HEADER_BTN_TXT": "Afegir configuració del bot", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Bots d'Agent</b> <p>Bots d'Agent són com els membres més fabulosos del teu equip. Poden gestionar les coses petites, de manera que us podeu centrar en les coses importants. Prova-ls.</p> <p> Pots gestionar els teus bots des d'aquesta pàgina o crear-ne de nous mitjançant el botó \"Afegeix una configuració de bot\".</p> <p> Obre el <a href=\"https:/ /www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Manual de robots d'agent</a> en una altra pestanya per a un cop de mà.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Nom del bot", "LABEL": "Nom del bot",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "Ningú"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Aprèn més",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " per començar", "NO_INBOX_2": " per començar",
"NO_INBOX_AGENT": "Uh Oh! Sembla que no ets a cap safata d'entrada. Si us plau, poseu-vos en contacte amb l'administrador", "NO_INBOX_AGENT": "Uh Oh! Sembla que no ets a cap safata d'entrada. Si us plau, poseu-vos en contacte amb l'administrador",
"SEARCH_MESSAGES": "Cerca missatges a les converses", "SEARCH_MESSAGES": "Cerca missatges a les converses",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "per obrir el menú d'ordres", "CMD_BAR": "per obrir el menú d'ordres",
"KEYBOARD_SHORTCUTS": "per veure les dreceres del teclat" "KEYBOARD_SHORTCUTS": "per veure les dreceres del teclat"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Desconnecta" "BUTTON_TEXT": "Desconnecta"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Envia missatge...", "SEND_MESSAGE": "Envia missatge...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Estat" "STATUS": "Estat"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Equip",
"OPEN": "Obrir",
"UNATTENDED": "Sense assistència",
"STATUS": "Estat"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Estat de l'agent", "HEADER": "Estat de l'agent",
"ONLINE": "En línia", "ONLINE": "En línia",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "Nic"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Learn more",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " začít", "NO_INBOX_2": " začít",
"NO_INBOX_AGENT": "Uh Oh! Vypadá to, že nejste součástí žádné schránky. Obraťte se na správce", "NO_INBOX_AGENT": "Uh Oh! Vypadá to, že nejste součástí žádné schránky. Obraťte se na správce",
"SEARCH_MESSAGES": "Hledat zprávy v konverzacích", "SEARCH_MESSAGES": "Hledat zprávy v konverzacích",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Disconnect" "BUTTON_TEXT": "Disconnect"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Send message...", "SEND_MESSAGE": "Send message...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Stav" "STATUS": "Stav"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Otevřít",
"UNATTENDED": "Unattended",
"STATUS": "Stav"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agent status", "HEADER": "Agent status",
"ONLINE": "Online", "ONLINE": "Online",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "Ingen"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Lær mere",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " for at komme i gang", "NO_INBOX_2": " for at komme i gang",
"NO_INBOX_AGENT": "Åh Åh! Det ser ud til, at du ikke er en del af en indbakke. Kontakt venligst din administrator", "NO_INBOX_AGENT": "Åh Åh! Det ser ud til, at du ikke er en del af en indbakke. Kontakt venligst din administrator",
"SEARCH_MESSAGES": "Søg efter beskeder i samtaler", "SEARCH_MESSAGES": "Søg efter beskeder i samtaler",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Afbryd" "BUTTON_TEXT": "Afbryd"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Send besked...", "SEND_MESSAGE": "Send besked...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Status" "STATUS": "Status"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Åbn",
"UNATTENDED": "Unattet",
"STATUS": "Status"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agentens status", "HEADER": "Agentens status",
"ONLINE": "Online", "ONLINE": "Online",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Lade Editor...", "LOADING_EDITOR": "Lade Editor...",
"HEADER_BTN_TXT": "Bot-Konfiguration hinzufügen", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agenten Bots sind wie die besten Mitglieder Ihres Teams. Die Bots können mit den kleinen Themen umgehen, sodass Sie sich auf die Sachen, die wichtig sind, konzentrieren können. Probieren Sie es aus.</p> <p> Sie können Ihre Bots von dieser Seite aus verwalten oder neue mit der Schaltfläche „Bot-Konfiguration hinzufügen“ erstellen.</p> <p> Öffnen Sie das <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent Bots Handbuch</a> in einem neuen Tab, um mehr zu erfahren.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot Name", "LABEL": "Bot Name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Aktionsparameter sind erforderlich", "ACTION_PARAMETERS_REQUIRED": "Aktionsparameter sind erforderlich",
"ATLEAST_ONE_CONDITION_REQUIRED": "Mindestens eine Bedingung ist erforderlich", "ATLEAST_ONE_CONDITION_REQUIRED": "Mindestens eine Bedingung ist erforderlich",
"ATLEAST_ONE_ACTION_REQUIRED": "Mindestens eine Aktion ist erforderlich" "ATLEAST_ONE_ACTION_REQUIRED": "Mindestens eine Aktion ist erforderlich"
} },
"NONE_OPTION": "Keine"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Mehr erfahren",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " um loszulegen", "NO_INBOX_2": " um loszulegen",
"NO_INBOX_AGENT": "Oh oh! Sieht so aus, als wären Sie nicht Teil eines Posteingangs. Bitte wenden Sie sich an Ihren Administrator", "NO_INBOX_AGENT": "Oh oh! Sieht so aus, als wären Sie nicht Teil eines Posteingangs. Bitte wenden Sie sich an Ihren Administrator",
"SEARCH_MESSAGES": "Nachrichten in Unterhaltungen suchen", "SEARCH_MESSAGES": "Nachrichten in Unterhaltungen suchen",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "zum Öffnen des Kommandomenüs", "CMD_BAR": "zum Öffnen des Kommandomenüs",
"KEYBOARD_SHORTCUTS": "um Tastenkürzel anzuzeigen" "KEYBOARD_SHORTCUTS": "um Tastenkürzel anzuzeigen"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Verbindung trennen" "BUTTON_TEXT": "Verbindung trennen"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Kapitän", "NAME": "Kapitän",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Nachricht senden...", "SEND_MESSAGE": "Nachricht senden...",
"LOADER": "Captain denkt nach", "LOADER": "Captain denkt nach",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Status" "STATUS": "Status"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Team",
"OPEN": "Öffnen",
"UNATTENDED": "Unbeaufsichtigt",
"STATUS": "Status"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agentenstatus", "HEADER": "Agentenstatus",
"ONLINE": "Online", "ONLINE": "Online",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "Κανένα"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Μάθετε περισσότερα",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " για να ξεκινήσετε", "NO_INBOX_2": " για να ξεκινήσετε",
"NO_INBOX_AGENT": "Ω όχι! Φαίνεται ότι δεν είστε μέλος κάποιου κιβωτίου εισερχμένων. Απευθυνθείτε στον διαχειριστή", "NO_INBOX_AGENT": "Ω όχι! Φαίνεται ότι δεν είστε μέλος κάποιου κιβωτίου εισερχμένων. Απευθυνθείτε στον διαχειριστή",
"SEARCH_MESSAGES": "Αναζήτηση μηνυμάτων στις συνομιλίες", "SEARCH_MESSAGES": "Αναζήτηση μηνυμάτων στις συνομιλίες",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Αποσύνδεση" "BUTTON_TEXT": "Αποσύνδεση"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Αποστολή μηνύματος...", "SEND_MESSAGE": "Αποστολή μηνύματος...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Κατάσταση" "STATUS": "Κατάσταση"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Ομάδα",
"OPEN": "Ανοιχτές",
"UNATTENDED": "Χωρίς Παρακολούθηση",
"STATUS": "Κατάσταση"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Κατάσταση πράκτορα", "HEADER": "Κατάσταση πράκτορα",
"ONLINE": "Στην Γραμμή", "ONLINE": "Στην Γραμμή",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Cargando el editor...", "LOADING_EDITOR": "Cargando el editor...",
"HEADER_BTN_TXT": "Añadir configuración de bot", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Bots de agente</b> <p>Bots de agente son como los miembros más fabulosos de tu equipo. Pueden manejar las cosas pequeñas, así que puede centrarse en las cosas que importan. Pruébelas.</p> <p> Puedes administrar tus bots desde esta página o crear nuevos usando el botón 'Añadir configuración del bot'.</p> <p> Abrir el manual <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">de robots de agente</a> en otra pestaña para una mano de ayuda.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Nombre del bot", "LABEL": "Nombre del bot",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Se requieren parámetros de acción", "ACTION_PARAMETERS_REQUIRED": "Se requieren parámetros de acción",
"ATLEAST_ONE_CONDITION_REQUIRED": "Se requiere al menos una condición", "ATLEAST_ONE_CONDITION_REQUIRED": "Se requiere al menos una condición",
"ATLEAST_ONE_ACTION_REQUIRED": "Se requiere al menos una acción" "ATLEAST_ONE_ACTION_REQUIRED": "Se requiere al menos una acción"
} },
"NONE_OPTION": "Ninguna"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "etiqueta" "TAG_BUTTON": "etiqueta"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Más información",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " para empezar", "NO_INBOX_2": " para empezar",
"NO_INBOX_AGENT": "¡Uh Oh! Parece que no eres parte de ninguna bandeja de entrada. Por favor, contacta con tu administrador", "NO_INBOX_AGENT": "¡Uh Oh! Parece que no eres parte de ninguna bandeja de entrada. Por favor, contacta con tu administrador",
"SEARCH_MESSAGES": "Buscar mensajes en conversaciones", "SEARCH_MESSAGES": "Buscar mensajes en conversaciones",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "para abrir el menú de comandos", "CMD_BAR": "para abrir el menú de comandos",
"KEYBOARD_SHORTCUTS": "para ver los atajos del teclado" "KEYBOARD_SHORTCUTS": "para ver los atajos del teclado"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Desconectar" "BUTTON_TEXT": "Desconectar"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow es una plataforma de comprensión del lenguaje natural que facilita el diseño e integración de una interfaz de usuario conversacional en su aplicación móvil, aplicación web, dispositivo, bot, sistema interactivo de respuesta de voz, etc. <br /> <br /> La integración de Dialogflow con {installationName} le permite configurar un bot de Dialogflow con sus bandejas de entrada que permite al bot manejar las consultas inicialmente y entregarlas a un agente cuando sea necesario. Dialogflow se puede utilizar para calificar a los clientes potenciales, reducir la carga de trabajo de los agentes proporcionando preguntas frecuentes, etc. <br /> <br /> Para añadir Dialogflow, necesita crear una cuenta de servicio en la consola del proyecto de Google y compartir las credenciales. Consulte la documentación de Dialogflow para obtener más información." "DIALOGFLOW": "Dialogflow es una plataforma de procesamiento del lenguaje natural para construir interfaces de conversación. Integrándolo con {installationName} permite a los bots gestionar consultas primero y transferirlas a los agentes cuando sea necesario. Ayuda a calificar a los clientes potenciales y a reducir la carga de trabajo de los agentes respondiendo a las preguntas frecuentes. Para añadir Dialogflow, cree una cuenta de servicio en la consola de Google y comparta las credenciales. Consulte la documentación para obtener más detalles"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Capitán", "NAME": "Capitán",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Enviar mensaje...", "SEND_MESSAGE": "Enviar mensaje...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Estado" "STATUS": "Estado"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Equipo",
"OPEN": "Abrir",
"UNATTENDED": "Desatendido",
"STATUS": "Estado"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Estado del agente", "HEADER": "Estado del agente",
"ONLINE": "En línea", "ONLINE": "En línea",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "ربات‌ها", "HEADER": "ربات‌ها",
"LOADING_EDITOR": "در حال بارگیری ویرایشگر...", "LOADING_EDITOR": "در حال بارگیری ویرایشگر...",
"HEADER_BTN_TXT": "افرودن پیکربندی ربات", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>اپراتور های ربات</b><p>مانند شگفت‌انگیزترین اعضای تیم شما هستند. آنها می توانند مسائل کوچک را اداره کنند، بنابراین شما می توانید روی چیزهای مهم تمرکز کنید. آنها را امتحان کنید.</p><p>می‌توانید ربات‌های خود را در این صفحه مدیریت کنید یا با استفاده از دکمه «افزودن ربات» ربات‌های جدیدی ایجاد کنید.</p><p> باز کردن آدرس <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">راهنما ربات ها</a> در یک صفحه جدید به شما کمک می کند اطلاعات بیشتری کسب کنید.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "نام ربات", "LABEL": "نام ربات",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "هیچکدام"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "بیشتر بدانید",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -284,12 +284,12 @@
"CONTACTS_LAYOUT": { "CONTACTS_LAYOUT": {
"HEADER": { "HEADER": {
"TITLE": "مخاطبین", "TITLE": "مخاطبین",
"SEARCH_TITLE": "Search contacts", "SEARCH_TITLE": "جستجوی مخاطبین",
"SEARCH_PLACEHOLDER": "Search...", "SEARCH_PLACEHOLDER": "جستجو...",
"MESSAGE_BUTTON": "پیام", "MESSAGE_BUTTON": "پیام",
"SEND_MESSAGE": "ارسال پیام", "SEND_MESSAGE": "ارسال پیام",
"BLOCK_CONTACT": "Block contact", "BLOCK_CONTACT": "مسدود کردن مخاطب",
"UNBLOCK_CONTACT": "Unblock contact", "UNBLOCK_CONTACT": "رفع انسداد مخاطب",
"BREADCRUMB": { "BREADCRUMB": {
"CONTACTS": "مخاطبین" "CONTACTS": "مخاطبین"
}, },

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " برای شروع", "NO_INBOX_2": " برای شروع",
"NO_INBOX_AGENT": "اوه اوه! به نظر می‌رسد شما عضو هیچ صندوق ورودی نیستید. لطفا با مدیر خود تماس بگیرید", "NO_INBOX_AGENT": "اوه اوه! به نظر می‌رسد شما عضو هیچ صندوق ورودی نیستید. لطفا با مدیر خود تماس بگیرید",
"SEARCH_MESSAGES": "پیام‌ها را در گفتگوها جستجو کنید", "SEARCH_MESSAGES": "پیام‌ها را در گفتگوها جستجو کنید",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "برای باز کردن منوی فرمان", "CMD_BAR": "برای باز کردن منوی فرمان",
"KEYBOARD_SHORTCUTS": "برای مشاهده میانبرهای صفحه کلید" "KEYBOARD_SHORTCUTS": "برای مشاهده میانبرهای صفحه کلید"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "قعط کردن" "BUTTON_TEXT": "قعط کردن"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "ارسال پیام...", "SEND_MESSAGE": "ارسال پیام...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "وضعیت" "STATUS": "وضعیت"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "تیم‌",
"OPEN": "باز",
"UNATTENDED": "بی سرپرست",
"STATUS": "وضعیت"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "وضعیت اپراتور", "HEADER": "وضعیت اپراتور",
"ONLINE": "آنلاین", "ONLINE": "آنلاین",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "None"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "Learn more",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " päästäksesi alkuun", "NO_INBOX_2": " päästäksesi alkuun",
"NO_INBOX_AGENT": "Voi ei! Näyttää siltä, että et kuulu mihinkään saapuneet-kansioon. Ota yhteyttä työnantajaasi", "NO_INBOX_AGENT": "Voi ei! Näyttää siltä, että et kuulu mihinkään saapuneet-kansioon. Ota yhteyttä työnantajaasi",
"SEARCH_MESSAGES": "Etsi viestejä keskusteluissa", "SEARCH_MESSAGES": "Etsi viestejä keskusteluissa",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Disconnect" "BUTTON_TEXT": "Disconnect"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Lähetä viesti...", "SEND_MESSAGE": "Lähetä viesti...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "Tila" "STATUS": "Tila"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Tiimi",
"OPEN": "Avaa",
"UNATTENDED": "Unattended",
"STATUS": "Tila"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Agent status", "HEADER": "Agent status",
"ONLINE": "Paikalla", "ONLINE": "Paikalla",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Chargement de l'éditeur...", "LOADING_EDITOR": "Chargement de l'éditeur...",
"HEADER_BTN_TXT": "Ajouter une configuration de bot", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Les Agents Bots sont comme les membres les plus efficaces de votre équipe. Ils s'occupent des petites choses, ce qui vous permet de vous concentrer sur ce qui est important. Essayez-les.</p> <p>Vous pouvez gérer vos bots à partir de cette page ou en créer de nouveaux à l'aide du bouton \"Ajouter une configuration de bot\".</p> <p>Ouvrez le <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Guide de référence pour les agents Bots</a> dans un autre onglet pour obtenir un coup de main.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Nom du bot", "LABEL": "Nom du bot",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "Aucun"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "En savoir plus",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " pour commencer", "NO_INBOX_2": " pour commencer",
"NO_INBOX_AGENT": "Oh Oh ! Il semble que vous ne faites parti d'aucune boîte de réception. Veuillez contacter votre administrateur", "NO_INBOX_AGENT": "Oh Oh ! Il semble que vous ne faites parti d'aucune boîte de réception. Veuillez contacter votre administrateur",
"SEARCH_MESSAGES": "Rechercher des messages dans les conversations", "SEARCH_MESSAGES": "Rechercher des messages dans les conversations",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "pour ouvrir le menu de commande", "CMD_BAR": "pour ouvrir le menu de commande",
"KEYBOARD_SHORTCUTS": "pour afficher les raccourcis clavier" "KEYBOARD_SHORTCUTS": "pour afficher les raccourcis clavier"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "Déconnecter" "BUTTON_TEXT": "Déconnecter"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "Envoyer un message...", "SEND_MESSAGE": "Envoyer un message...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "État" "STATUS": "État"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "Équipes",
"OPEN": "Ouvert",
"UNATTENDED": "Sans surveillance",
"STATUS": "État"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "Statut de l'agent", "HEADER": "Statut de l'agent",
"ONLINE": "En ligne", "ONLINE": "En ligne",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "בוטים", "HEADER": "בוטים",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

View File

@ -125,6 +125,7 @@
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required", "ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required", "ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required" "ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
} },
"NONE_OPTION": "כלום"
} }
} }

View File

@ -39,5 +39,9 @@
}, },
"LABEL": { "LABEL": {
"TAG_BUTTON": "tag" "TAG_BUTTON": "tag"
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "למד עוד",
"WATCH_VIDEO": "Watch video"
} }
} }

View File

@ -12,6 +12,8 @@
"NO_INBOX_2": " להתחיל", "NO_INBOX_2": " להתחיל",
"NO_INBOX_AGENT": "או - או! נראה שאתה לא חלק מתיבת דואר נכנס כלשהי. אנא פנה למנהל המערכת שלך", "NO_INBOX_AGENT": "או - או! נראה שאתה לא חלק מתיבת דואר נכנס כלשהי. אנא פנה למנהל המערכת שלך",
"SEARCH_MESSAGES": "חפש הודעות בשיחות", "SEARCH_MESSAGES": "חפש הודעות בשיחות",
"VIEW_ORIGINAL": "View original",
"VIEW_TRANSLATED": "View translated",
"EMPTY_STATE": { "EMPTY_STATE": {
"CMD_BAR": "to open command menu", "CMD_BAR": "to open command menu",
"KEYBOARD_SHORTCUTS": "to view keyboard shortcuts" "KEYBOARD_SHORTCUTS": "to view keyboard shortcuts"

View File

@ -56,7 +56,7 @@
"BUTTON_TEXT": "התנתק" "BUTTON_TEXT": "התנתק"
}, },
"SIDEBAR_DESCRIPTION": { "SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information." "DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
} }
} }
} }

View File

@ -311,6 +311,7 @@
}, },
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"COPILOT": { "COPILOT": {
"SEND_MESSAGE": "שלח הודעה...", "SEND_MESSAGE": "שלח הודעה...",
"LOADER": "Captain is thinking", "LOADER": "Captain is thinking",
@ -390,7 +391,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No assistants available", "TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations." "SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
}
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
@ -431,7 +436,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No documents available", "TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant." "SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
}
} }
}, },
"RESPONSES": { "RESPONSES": {
@ -508,7 +517,11 @@
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
"TITLE": "No FAQs Found", "TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually." "SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually.",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
}
} }
}, },
"INBOXES": { "INBOXES": {

View File

@ -476,6 +476,18 @@
"STATUS": "מצב" "STATUS": "מצב"
} }
}, },
"TEAM_CONVERSATIONS": {
"ALL_TEAMS": "All Teams",
"HEADER": "Conversations by teams",
"LOADING_MESSAGE": "Loading team metrics...",
"NO_TEAMS": "There is no data available",
"TABLE_HEADER": {
"TEAM": "צוות",
"OPEN": "פתח",
"UNATTENDED": "ללא השגחה",
"STATUS": "מצב"
}
},
"AGENT_STATUS": { "AGENT_STATUS": {
"HEADER": "סטטוס סוכן", "HEADER": "סטטוס סוכן",
"ONLINE": "מחובר", "ONLINE": "מחובר",

View File

@ -2,8 +2,8 @@
"AGENT_BOTS": { "AGENT_BOTS": {
"HEADER": "Bots", "HEADER": "Bots",
"LOADING_EDITOR": "Loading editor...", "LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration", "DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>", "LEARN_MORE": "Learn about agent bots",
"CSML_BOT_EDITOR": { "CSML_BOT_EDITOR": {
"NAME": { "NAME": {
"LABEL": "Bot name", "LABEL": "Bot name",

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