chore: Update translations (#12818)

This commit is contained in:
Chatwoot Bot 2025-11-14 01:54:38 -08:00 committed by GitHub
parent 945a08eadb
commit 32da4eec27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
227 changed files with 1644 additions and 1536 deletions

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "رابط Webhook", "LABEL": "رابط Webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "قائد", "NAME": "قائد",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "الإعدادات",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "آخر 7 أيام", "LAST_7_DAYS": "آخر 7 أيام",
"LAST_14_DAYS": "آخر 14 يوماً", "LAST_14_DAYS": "آخر 14 يوماً",
"LAST_30_DAYS": "آخر 30 يوماً", "LAST_30_DAYS": "آخر 30 يوماً",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "آخر 3 أشهر", "LAST_3_MONTHS": "آخر 3 أشهر",
"LAST_6_MONTHS": "آخر 6 أشهر", "LAST_6_MONTHS": "آخر 6 أشهر",
"LAST_YEAR": "العام الماضي", "LAST_YEAR": "العام الماضي",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "تم تعليق الحساب", "TITLE": "تم تعليق الحساب",
"MESSAGE": "تم تعليق حسابك. يرجى الاتصال بفريق الدعم للمزيد من المعلومات." "MESSAGE": "تم تعليق حسابك. يرجى الاتصال بفريق الدعم للمزيد من المعلومات."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "قنوات التواصل",
"CAPTAIN_SETTINGS": "الإعدادات",
"HOME": "الرئيسية", "HOME": "الرئيسية",
"AGENTS": "وكيل الدعم", "AGENTS": "وكيل الدعم",
"AGENT_BOTS": "الروبوتات", "AGENT_BOTS": "الروبوتات",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Агенти", "AGENTS": "Агенти",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "URL del webhook", "LABEL": "URL del webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Configuracions",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Últims 7 dies", "LAST_7_DAYS": "Últims 7 dies",
"LAST_14_DAYS": "Últims 14 dies", "LAST_14_DAYS": "Últims 14 dies",
"LAST_30_DAYS": "Últims 30 dies", "LAST_30_DAYS": "Últims 30 dies",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Últims tres mesos", "LAST_3_MONTHS": "Últims tres mesos",
"LAST_6_MONTHS": "Últims sis mesos", "LAST_6_MONTHS": "Últims sis mesos",
"LAST_YEAR": "Darrer any", "LAST_YEAR": "Darrer any",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Compte suspès", "TITLE": "Compte suspès",
"MESSAGE": "El teu compte està suspès. Posa't en contacte amb l'equip d'assistència per obtenir més informació." "MESSAGE": "El teu compte està suspès. Posa't en contacte amb l'equip d'assistència per obtenir més informació."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Safates d'entrada",
"CAPTAIN_SETTINGS": "Configuracions",
"HOME": "Inici", "HOME": "Inici",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "URL webového háčku", "LABEL": "URL webového háčku",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Nastavení",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Posledních 7 dní", "LAST_7_DAYS": "Posledních 7 dní",
"LAST_14_DAYS": "Posledních 14 dní", "LAST_14_DAYS": "Posledních 14 dní",
"LAST_30_DAYS": "Posledních 30 dní", "LAST_30_DAYS": "Posledních 30 dní",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Poslední 3 měsíce", "LAST_3_MONTHS": "Poslední 3 měsíce",
"LAST_6_MONTHS": "Posledních 6 měsíců", "LAST_6_MONTHS": "Posledních 6 měsíců",
"LAST_YEAR": "Poslední rok", "LAST_YEAR": "Poslední rok",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Schránky",
"CAPTAIN_SETTINGS": "Nastavení",
"HOME": "Domů", "HOME": "Domů",
"AGENTS": "Agenti", "AGENTS": "Agenti",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Indstillinger",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Seneste 7 dage", "LAST_7_DAYS": "Seneste 7 dage",
"LAST_14_DAYS": "Seneste 14 dage", "LAST_14_DAYS": "Seneste 14 dage",
"LAST_30_DAYS": "Seneste 30 dage", "LAST_30_DAYS": "Seneste 30 dage",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Seneste 3 måneder", "LAST_3_MONTHS": "Seneste 3 måneder",
"LAST_6_MONTHS": "Seneste 6 måneder", "LAST_6_MONTHS": "Seneste 6 måneder",
"LAST_YEAR": "Sidste år", "LAST_YEAR": "Sidste år",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Konto Suspenderet", "TITLE": "Konto Suspenderet",
"MESSAGE": "Din konto er suspenderet. Gå ud til supportteamet for mere information." "MESSAGE": "Din konto er suspenderet. Gå ud til supportteamet for mere information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Indbakker",
"CAPTAIN_SETTINGS": "Indstillinger",
"HOME": "Hjem", "HOME": "Hjem",
"AGENTS": "Agenter", "AGENTS": "Agenter",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -18,9 +18,9 @@
"CREATED_AT_LABEL": "Erstellt", "CREATED_AT_LABEL": "Erstellt",
"NEW_MESSAGE": "Neue Nachricht", "NEW_MESSAGE": "Neue Nachricht",
"CALL": "Anruf", "CALL": "Anruf",
"CALL_UNDER_DEVELOPMENT": "Calling is under development", "CALL_UNDER_DEVELOPMENT": "Anrufe sind in der Entwicklung",
"VOICE_INBOX_PICKER": { "VOICE_INBOX_PICKER": {
"TITLE": "Choose a voice inbox" "TITLE": "Spracheingang wählen"
}, },
"CONVERSATIONS": { "CONVERSATIONS": {
"NO_RECORDS_FOUND": "Es sind keine vorherigen Gespräche mit diesem Kontakt verbunden.", "NO_RECORDS_FOUND": "Es sind keine vorherigen Gespräche mit diesem Kontakt verbunden.",
@ -554,12 +554,12 @@
"WROTE": "schrieb", "WROTE": "schrieb",
"YOU": "Sie", "YOU": "Sie",
"SAVE": "Notiz speichern", "SAVE": "Notiz speichern",
"ADD_NOTE": "Add contact note", "ADD_NOTE": "Füge eine Kontakt-Notiz hinzu",
"EXPAND": "Erweitern", "EXPAND": "Erweitern",
"COLLAPSE": "Einklappen", "COLLAPSE": "Einklappen",
"NO_NOTES": "Keine Notizen, Sie können Notizen auf der Kontakt-Detailseite hinzufügen.", "NO_NOTES": "Keine Notizen, Sie können Notizen auf der Kontakt-Detailseite hinzufügen.",
"EMPTY_STATE": "Es gibt keine Notizen zu diesem Kontakt. Sie können eine Notiz hinzufügen, indem Sie diese in das obige Feld eingeben.", "EMPTY_STATE": "Es gibt keine Notizen zu diesem Kontakt. Sie können eine Notiz hinzufügen, indem Sie diese in das obige Feld eingeben.",
"CONVERSATION_EMPTY_STATE": "There are no notes yet. Use the Add note button to create one." "CONVERSATION_EMPTY_STATE": "Es sind noch keine Notizen vorhanden. Benutzen Sie die Schaltfläche \"Notiz hinzufügen\" um eine zu erstellen."
} }
}, },
"EMPTY_STATE": { "EMPTY_STATE": {
@ -574,21 +574,21 @@
"CONTACTS_BULK_ACTIONS": { "CONTACTS_BULK_ACTIONS": {
"ASSIGN_LABELS": "Labels zuweisen", "ASSIGN_LABELS": "Labels zuweisen",
"ASSIGN_LABELS_SUCCESS": "Labels erfolgreich zugewiesen.", "ASSIGN_LABELS_SUCCESS": "Labels erfolgreich zugewiesen.",
"ASSIGN_LABELS_FAILED": "Failed to assign labels", "ASSIGN_LABELS_FAILED": "Fehler beim Zuweisen der Labels",
"DESCRIPTION": "Select the labels you want to add to the selected contacts.", "DESCRIPTION": "Wählen Sie die Labels aus, die zu den ausgewählten Kontakten hinzugefügt werden sollen.",
"NO_LABELS_FOUND": "No labels available yet.", "NO_LABELS_FOUND": "Noch keine Labels vorhanden.",
"SELECTED_COUNT": "{count} selected", "SELECTED_COUNT": "{count} selected",
"CLEAR_SELECTION": "Clear selection", "CLEAR_SELECTION": "Auswahl löschen",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Alle auswählen ({count})",
"DELETE_CONTACTS": "Löschen", "DELETE_CONTACTS": "Löschen",
"DELETE_SUCCESS": "Contacts deleted successfully.", "DELETE_SUCCESS": "Kontakte erfolgreich gelöscht.",
"DELETE_FAILED": "Failed to delete contacts.", "DELETE_FAILED": "Kontakte konnten nicht gelöscht werden.",
"DELETE_DIALOG": { "DELETE_DIALOG": {
"TITLE": "Delete selected contacts", "TITLE": "Ausgewählte Kontakte löschen",
"SINGULAR_TITLE": "Delete selected contact", "SINGULAR_TITLE": "Ausgewählten Kontakt löschen",
"DESCRIPTION": "This will permanently delete {count} selected contacts. This action cannot be undone.", "DESCRIPTION": "Dies wird {count} ausgewählte Kontakte dauerhaft löschen. Diese Aktion kann nicht rückgängig gemacht werden.",
"SINGULAR_DESCRIPTION": "This will permanently delete the selected contact. This action cannot be undone.", "SINGULAR_DESCRIPTION": "Der ausgewählte Kontakt wird dauerhaft gelöscht. Diese Aktion kann nicht rückgängig gemacht werden.",
"CONFIRM_MULTIPLE": "Delete contacts", "CONFIRM_MULTIPLE": "Kontakte löschen",
"CONFIRM_SINGLE": "Kontakt löschen" "CONFIRM_SINGLE": "Kontakt löschen"
} }
}, },

View File

@ -36,10 +36,10 @@
"NOT_ASSIGNED_TO_YOU": "Diese Konversation ist Ihnen nicht zugeordnet. Möchten Sie dieses Gespräch sich selbst zuordnen?", "NOT_ASSIGNED_TO_YOU": "Diese Konversation ist Ihnen nicht zugeordnet. Möchten Sie dieses Gespräch sich selbst zuordnen?",
"ASSIGN_TO_ME": "Mir zuweisen", "ASSIGN_TO_ME": "Mir zuweisen",
"BOT_HANDOFF_MESSAGE": "Sie antworten auf eine Unterhaltung, die derzeit von einem Assistenten oder einem Bot bearbeitet wird.", "BOT_HANDOFF_MESSAGE": "Sie antworten auf eine Unterhaltung, die derzeit von einem Assistenten oder einem Bot bearbeitet wird.",
"BOT_HANDOFF_ACTION": "Mark open and assign to you", "BOT_HANDOFF_ACTION": "Als geöffnet markieren und Ihnen zuweisen",
"BOT_HANDOFF_REOPEN_ACTION": "Mark conversation open", "BOT_HANDOFF_REOPEN_ACTION": "Gespräch als geöffnet markieren",
"BOT_HANDOFF_SUCCESS": "Conversation has been handed over to you", "BOT_HANDOFF_SUCCESS": "Die Unterhaltung wurde dir übergeben",
"BOT_HANDOFF_ERROR": "Failed to take over the conversation. Please try again.", "BOT_HANDOFF_ERROR": "Die Unterhaltung konnte nicht übernommen werden. Bitte versuche es erneut.",
"TWILIO_WHATSAPP_CAN_REPLY": "Sie können auf diese Konversation nur mit einer Nachrichtenvorlage antworten wegen", "TWILIO_WHATSAPP_CAN_REPLY": "Sie können auf diese Konversation nur mit einer Nachrichtenvorlage antworten wegen",
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24-Stunden-Nachrichtenfenster-Beschränkung", "TWILIO_WHATSAPP_24_HOURS_WINDOW": "24-Stunden-Nachrichtenfenster-Beschränkung",
"OLD_INSTAGRAM_INBOX_REPLY_BANNER": "Dieser Instagram-Account wurde in den neuen Instagram-Kanal übertragen. Alle neuen Nachrichten werden dort erscheinen. Sie werden keine Nachrichten mehr von dieser Unterhaltung senden können.", "OLD_INSTAGRAM_INBOX_REPLY_BANNER": "Dieser Instagram-Account wurde in den neuen Instagram-Kanal übertragen. Alle neuen Nachrichten werden dort erscheinen. Sie werden keine Nachrichten mehr von dieser Unterhaltung senden können.",
@ -72,15 +72,15 @@
"HIDE_LABELS": "Labels ausblenden" "HIDE_LABELS": "Labels ausblenden"
}, },
"VOICE_CALL": { "VOICE_CALL": {
"INCOMING_CALL": "Incoming call", "INCOMING_CALL": "Eingehender Anruf",
"OUTGOING_CALL": "Outgoing call", "OUTGOING_CALL": "Ausgehender Anruf",
"CALL_IN_PROGRESS": "Call in progress", "CALL_IN_PROGRESS": "Anruf läuft",
"NO_ANSWER": "No answer", "NO_ANSWER": "Keine Antwort",
"MISSED_CALL": "Missed call", "MISSED_CALL": "Entgangener Anruf",
"CALL_ENDED": "Call ended", "CALL_ENDED": "Anruf beendet",
"NOT_ANSWERED_YET": "Not answered yet", "NOT_ANSWERED_YET": "Noch nicht beantwortet",
"THEY_ANSWERED": "They answered", "THEY_ANSWERED": "Sie antworteten",
"YOU_ANSWERED": "You answered" "YOU_ANSWERED": "Sie haben beantwortet"
}, },
"HEADER": { "HEADER": {
"RESOLVE_ACTION": "Fall schließen", "RESOLVE_ACTION": "Fall schließen",
@ -160,9 +160,9 @@
"AGENTS_LOADING": "Agenten werden geladen...", "AGENTS_LOADING": "Agenten werden geladen...",
"ASSIGN_TEAM": "Team zuweisen", "ASSIGN_TEAM": "Team zuweisen",
"DELETE": "Unterhaltung löschen", "DELETE": "Unterhaltung löschen",
"OPEN_IN_NEW_TAB": "Open in new tab", "OPEN_IN_NEW_TAB": "In neuem Tab öffnen",
"COPY_LINK": "Copy conversation link", "COPY_LINK": "Konversationslink kopieren",
"COPY_LINK_SUCCESS": "Conversation link copied to clipboard", "COPY_LINK_SUCCESS": "Konversationslink in Zwischenablage kopiert",
"API": { "API": {
"AGENT_ASSIGNMENT": { "AGENT_ASSIGNMENT": {
"SUCCESFUL": "Konversations-ID {conversationId} zugewiesen zu \"{agentName}\"", "SUCCESFUL": "Konversations-ID {conversationId} zugewiesen zu \"{agentName}\"",
@ -229,11 +229,11 @@
} }
}, },
"QUOTED_REPLY": { "QUOTED_REPLY": {
"ENABLE_TOOLTIP": "Include quoted email thread", "ENABLE_TOOLTIP": "Zitierten E-Mail-Thread einbeziehen",
"DISABLE_TOOLTIP": "Don't include quoted email thread", "DISABLE_TOOLTIP": "Zitierten E-Mail-Thread nicht einbeziehen",
"REMOVE_PREVIEW": "Remove quoted email thread", "REMOVE_PREVIEW": "Zitierte E-Mail-Themen entfernen",
"COLLAPSE": "Collapse preview", "COLLAPSE": "Vorschau ausblenden",
"EXPAND": "Expand preview" "EXPAND": "Vorschau erweitern"
} }
}, },
"VISIBLE_TO_AGENTS": "Privater Hinweis: Nur für Sie und Ihr Team sichtbar", "VISIBLE_TO_AGENTS": "Privater Hinweis: Nur für Sie und Ihr Team sichtbar",
@ -338,7 +338,7 @@
"CONTACT_ATTRIBUTES": "Kontakt-Attribute", "CONTACT_ATTRIBUTES": "Kontakt-Attribute",
"PREVIOUS_CONVERSATION": "Vorherige Konversationen", "PREVIOUS_CONVERSATION": "Vorherige Konversationen",
"MACROS": "Makros", "MACROS": "Makros",
"LINEAR_ISSUES": "Linked Linear Issues", "LINEAR_ISSUES": "Verknüpfte lineare Probleme",
"SHOPIFY_ORDERS": "Shopify Orders" "SHOPIFY_ORDERS": "Shopify Orders"
}, },
"SHOPIFY": { "SHOPIFY": {

View File

@ -3,7 +3,7 @@
"LIMIT_MESSAGES": { "LIMIT_MESSAGES": {
"CONVERSATION": "Sie haben das Konversationslimit überschritten. Der Hacker Plan erlaubt nur 500 Unterhaltungen.", "CONVERSATION": "Sie haben das Konversationslimit überschritten. Der Hacker Plan erlaubt nur 500 Unterhaltungen.",
"INBOXES": "Sie haben das Posteingang-Limit überschritten. Der Hacker-Plan unterstützt nur Live-Chat der Webseite. Zusätzliche Posteingänge wie E-Mail, WhatsApp usw. erfordern einen kostenpflichtigen Tarif.", "INBOXES": "Sie haben das Posteingang-Limit überschritten. Der Hacker-Plan unterstützt nur Live-Chat der Webseite. Zusätzliche Posteingänge wie E-Mail, WhatsApp usw. erfordern einen kostenpflichtigen Tarif.",
"AGENTS": "You have exceeded the agent limit. Your plan only allows {allowedAgents} agents.", "AGENTS": "Sie haben das Agenten-Limit überschritten. Ihr Plan erlaubt nur {allowedAgents} Agenten.",
"NON_ADMIN": "Bitte kontaktieren Sie Ihren Administrator, um den Plan zu upgraden und alle Funktionen weiterzunutzen." "NON_ADMIN": "Bitte kontaktieren Sie Ihren Administrator, um den Plan zu upgraden und alle Funktionen weiterzunutzen."
}, },
"TITLE": "Kontoeinstellungen", "TITLE": "Kontoeinstellungen",
@ -25,13 +25,13 @@
"DISMISS": "Stornieren", "DISMISS": "Stornieren",
"PLACE_HOLDER": "Bitte {accountName} zur Bestätigung eingeben" "PLACE_HOLDER": "Bitte {accountName} zur Bestätigung eingeben"
}, },
"SUCCESS": "Account marked for deletion", "SUCCESS": "Konto zur Löschung markiert",
"FAILURE": "Could not delete account, try again!", "FAILURE": "Konto konnte nicht gelöscht werden, versuche es erneut!",
"SCHEDULED_DELETION": { "SCHEDULED_DELETION": {
"TITLE": "Account Scheduled for Deletion", "TITLE": "Konto für Löschung geplant",
"MESSAGE_MANUAL": "This account is scheduled for deletion on {deletionDate}. This was requested by an administrator. You can cancel the deletion before this date.", "MESSAGE_MANUAL": "Dieses Konto ist für das Löschen auf {deletionDate} geplant. Dies wurde von einem Administrator angefordert. Sie können das Löschen vor diesem Datum abbrechen.",
"MESSAGE_INACTIVITY": "This account is scheduled for deletion on {deletionDate} due to account inactivity. You can cancel the deletion before this date.", "MESSAGE_INACTIVITY": "Dieses Konto ist für die Löschung auf {deletionDate} aufgrund von Kontoinaktivität vorgesehen. Sie können die Löschung vor diesem Datum abbrechen.",
"CLEAR_BUTTON": "Cancel Scheduled Deletion" "CLEAR_BUTTON": "Geplante Löschung abbrechen"
} }
}, },
"FORM": { "FORM": {
@ -45,13 +45,13 @@
"NOTE": "Diese ID ist erforderlich, wenn Sie eine API-basierte Integration erstellen" "NOTE": "Diese ID ist erforderlich, wenn Sie eine API-basierte Integration erstellen"
}, },
"AUTO_RESOLVE": { "AUTO_RESOLVE": {
"TITLE": "Auto-resolve conversations", "TITLE": "Unterhaltungen automatisch auflösen",
"NOTE": "This configuration would allow you to automatically resolve the conversation after a certain period of inactivity.", "NOTE": "Diese Konfiguration würde es Ihnen ermöglichen, die Unterhaltung nach einer gewissen Zeit der Inaktivität automatisch zu beenden.",
"DURATION": { "DURATION": {
"LABEL": "Inactivity duration", "LABEL": "Dauer der Inaktivität",
"HELP": "Time period of inactivity after which conversation is auto-resolved", "HELP": "Zeit der Inaktivität, nach der die Unterhaltung automatisch gelöst wird",
"PLACEHOLDER": "30", "PLACEHOLDER": "30",
"ERROR": "Auto resolve duration should be between 10 minutes and 999 days", "ERROR": "Automatische Auflösungsdauer sollte zwischen 10 Minuten und 999 Tagen liegen",
"API": { "API": {
"SUCCESS": "Auto resolve settings updated successfully", "SUCCESS": "Auto resolve settings updated successfully",
"ERROR": "Failed to update auto resolve settings" "ERROR": "Failed to update auto resolve settings"
@ -108,7 +108,7 @@
"LABEL": "Inactivity duration for resolution", "LABEL": "Inactivity duration for resolution",
"HELP": "Duration after a conversation should auto resolve if there is no activity", "HELP": "Duration after a conversation should auto resolve if there is no activity",
"PLACEHOLDER": "30", "PLACEHOLDER": "30",
"ERROR": "Auto resolve duration should be between 10 minutes and 999 days", "ERROR": "Automatische Auflösungsdauer sollte zwischen 10 Minuten und 999 Tagen liegen",
"API": { "API": {
"SUCCESS": "Auto resolve settings updated successfully", "SUCCESS": "Auto resolve settings updated successfully",
"ERROR": "Failed to update auto resolve settings" "ERROR": "Failed to update auto resolve settings"

View File

@ -296,17 +296,17 @@
"WAITING_FOR_AUTH": "Waiting for authentication...", "WAITING_FOR_AUTH": "Waiting for authentication...",
"INVALID_BUSINESS_DATA": "Invalid business data received from Facebook. Please try again.", "INVALID_BUSINESS_DATA": "Invalid business data received from Facebook. Please try again.",
"SIGNUP_ERROR": "Signup error occurred", "SIGNUP_ERROR": "Signup error occurred",
"AUTH_NOT_COMPLETED": "Authentication not completed. Please restart the process.", "AUTH_NOT_COMPLETED": "Authentifizierung nicht abgeschlossen. Bitte starte den Prozess neu.",
"SUCCESS_FALLBACK": "WhatsApp Business Account has been successfully configured", "SUCCESS_FALLBACK": "WhatsApp Business Account wurde erfolgreich konfiguriert",
"MANUAL_FALLBACK": "If your number is already connected to the WhatsApp Business Platform (API), or if youre a tech provider onboarding your own number, please use the {link} flow", "MANUAL_FALLBACK": "Wenn Ihre Nummer bereits mit der WhatsApp Business Plattform (API) verbunden ist, oder wenn Sie als Technologieanbieter Ihre eigene Nummer an Bord haben, verwenden Sie bitte den {link} Flow",
"MANUAL_LINK_TEXT": "manual setup flow" "MANUAL_LINK_TEXT": "Manueller Einrichtungsablauf"
}, },
"API": { "API": {
"ERROR_MESSAGE": "Wir konnten den WhatsApp-Kanal nicht speichern" "ERROR_MESSAGE": "Wir konnten den WhatsApp-Kanal nicht speichern"
} }
}, },
"VOICE": { "VOICE": {
"TITLE": "Voice Channel", "TITLE": "Sprachkanal",
"DESC": "Integrate Twilio Voice and start supporting your customers via phone calls.", "DESC": "Integrate Twilio Voice and start supporting your customers via phone calls.",
"PHONE_NUMBER": { "PHONE_NUMBER": {
"LABEL": "Telefonnummer", "LABEL": "Telefonnummer",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook-URL", "LABEL": "Webhook-URL",
"PLACEHOLDER": "Beispiel: {webhookExampleURL}", "PLACEHOLDER": "Beispiel: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Kapitän", "NAME": "Kapitän",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Probiere diese Prompts", "TRY_THESE_PROMPTS": "Probiere diese Prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Einstellungen",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Letzten 7 Tage", "LAST_7_DAYS": "Letzten 7 Tage",
"LAST_14_DAYS": "Letzten 14 Tage", "LAST_14_DAYS": "Letzten 14 Tage",
"LAST_30_DAYS": "Letzte 30 Tage", "LAST_30_DAYS": "Letzte 30 Tage",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Die letzten 3 Monate", "LAST_3_MONTHS": "Die letzten 3 Monate",
"LAST_6_MONTHS": "Die letzten 6 Monate", "LAST_6_MONTHS": "Die letzten 6 Monate",
"LAST_YEAR": "Letztes Jahr", "LAST_YEAR": "Letztes Jahr",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Konto gesperrt", "TITLE": "Konto gesperrt",
"MESSAGE": "Ihr Account wurde gesperrt. Wenden Sie sich für weitere Informationen bitte an das Support-Team." "MESSAGE": "Ihr Account wurde gesperrt. Wenden Sie sich für weitere Informationen bitte an das Support-Team."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Posteingänge",
"CAPTAIN_SETTINGS": "Einstellungen",
"HOME": "Hauptseite", "HOME": "Hauptseite",
"AGENTS": "Agenten", "AGENTS": "Agenten",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Σύνδεσμος Webhook", "LABEL": "Σύνδεσμος Webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Ρυθμίσεις",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Τελευταίες 7 ημέρες", "LAST_7_DAYS": "Τελευταίες 7 ημέρες",
"LAST_14_DAYS": "Τελευταίες 14 ημέρες", "LAST_14_DAYS": "Τελευταίες 14 ημέρες",
"LAST_30_DAYS": "Τελευταίες 30 ημέρες", "LAST_30_DAYS": "Τελευταίες 30 ημέρες",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Τελευταίοι 3 μήνες", "LAST_3_MONTHS": "Τελευταίοι 3 μήνες",
"LAST_6_MONTHS": "Τελευταίοι 6 μήνες", "LAST_6_MONTHS": "Τελευταίοι 6 μήνες",
"LAST_YEAR": "Τελευταίο έτος", "LAST_YEAR": "Τελευταίο έτος",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Αναστολή Λογαριασμού", "TITLE": "Αναστολή Λογαριασμού",
"MESSAGE": "Ο λογαριασμός σας έχει ανασταλεί. Επικοινωνήστε με την ομάδα υποστήριξης για περισσότερες πληροφορίες." "MESSAGE": "Ο λογαριασμός σας έχει ανασταλεί. Επικοινωνήστε με την ομάδα υποστήριξης για περισσότερες πληροφορίες."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Κιβώτια Εισερχομένων",
"CAPTAIN_SETTINGS": "Ρυθμίσεις",
"HOME": "Αρχική", "HOME": "Αρχική",
"AGENTS": "Πράκτορες", "AGENTS": "Πράκτορες",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "URL de Webhook", "LABEL": "URL de Webhook",
"PLACEHOLDER": "Ejemplo: {webhookExampleURL}", "PLACEHOLDER": "Ejemplo: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Capitán", "NAME": "Capitán",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Prueba estas sugerencias", "TRY_THESE_PROMPTS": "Prueba estas sugerencias",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Ajustes",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Configuraciones básicas", "TITLE": "Configuraciones básicas",
"DESCRIPTION": "" "DESCRIPTION": ""
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Últimos 7 días", "LAST_7_DAYS": "Últimos 7 días",
"LAST_14_DAYS": "Últimos 14 días", "LAST_14_DAYS": "Últimos 14 días",
"LAST_30_DAYS": "Últimos 30 días", "LAST_30_DAYS": "Últimos 30 días",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Últimos 3 meses", "LAST_3_MONTHS": "Últimos 3 meses",
"LAST_6_MONTHS": "Últimos 6 meses", "LAST_6_MONTHS": "Últimos 6 meses",
"LAST_YEAR": "Último año", "LAST_YEAR": "Último año",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Cuenta suspendida", "TITLE": "Cuenta suspendida",
"MESSAGE": "Tu cuenta está suspendida. Comuníquese con el equipo de soporte para obtener más información." "MESSAGE": "Tu cuenta está suspendida. Comuníquese con el equipo de soporte para obtener más información."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Cerrar sesión"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documentos", "CAPTAIN_DOCUMENTS": "Documentos",
"CAPTAIN_RESPONSES": "Preguntas frecuentes", "CAPTAIN_RESPONSES": "Preguntas frecuentes",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Entradas",
"CAPTAIN_SETTINGS": "Ajustes",
"HOME": "Inicio", "HOME": "Inicio",
"AGENTS": "Agentes", "AGENTS": "Agentes",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "آدرس URL وب هوک", "LABEL": "آدرس URL وب هوک",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "تنظیمات",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "در ۷ روز گذشته", "LAST_7_DAYS": "در ۷ روز گذشته",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "در ۳۰ روز گذشته", "LAST_30_DAYS": "در ۳۰ روز گذشته",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "۳ ماه گذشته", "LAST_3_MONTHS": "۳ ماه گذشته",
"LAST_6_MONTHS": "۶ ماه گذشته", "LAST_6_MONTHS": "۶ ماه گذشته",
"LAST_YEAR": "پارسال", "LAST_YEAR": "پارسال",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "حساب‌کاربری معلق شده است", "TITLE": "حساب‌کاربری معلق شده است",
"MESSAGE": "حساب‌کاربری شما به حالت تعلیق درآمده. لطفا برای اطلاعات بیشتر با تیم پشتیبانی تماس بگیرید." "MESSAGE": "حساب‌کاربری شما به حالت تعلیق درآمده. لطفا برای اطلاعات بیشتر با تیم پشتیبانی تماس بگیرید."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "صندوق‌های ورودی",
"CAPTAIN_SETTINGS": "تنظیمات",
"HOME": "صفحه اصلی", "HOME": "صفحه اصلی",
"AGENTS": "ایجنت ها", "AGENTS": "ایجنت ها",
"AGENT_BOTS": "ربات‌ها", "AGENT_BOTS": "ربات‌ها",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhookin URL", "LABEL": "Webhookin URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Asetukset",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Viimeiset 7 päivää", "LAST_7_DAYS": "Viimeiset 7 päivää",
"LAST_14_DAYS": "Viimeiset 14 päivää", "LAST_14_DAYS": "Viimeiset 14 päivää",
"LAST_30_DAYS": "Viimeiset 30 päivää", "LAST_30_DAYS": "Viimeiset 30 päivää",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Saapuneet-kansiot",
"CAPTAIN_SETTINGS": "Asetukset",
"HOME": "Koti", "HOME": "Koti",
"AGENTS": "Edustajat", "AGENTS": "Edustajat",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Saisie de conversation désactivée" "CONVERSATION_TYPING_OFF": "Saisie de conversation désactivée"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "URL du Webhook", "LABEL": "URL du Webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Impossible de trouver l'assistant. Veuillez réessayer." "NOT_FOUND": "Impossible de trouver l'assistant. Veuillez réessayer."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Paramètres",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "7 derniers jours", "LAST_7_DAYS": "7 derniers jours",
"LAST_14_DAYS": "14 derniers jours", "LAST_14_DAYS": "14 derniers jours",
"LAST_30_DAYS": "30 derniers jours", "LAST_30_DAYS": "30 derniers jours",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "3 derniers mois", "LAST_3_MONTHS": "3 derniers mois",
"LAST_6_MONTHS": "6 derniers mois", "LAST_6_MONTHS": "6 derniers mois",
"LAST_YEAR": "Année dernière", "LAST_YEAR": "Année dernière",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Compte Suspendu", "TITLE": "Compte Suspendu",
"MESSAGE": "Votre compte est suspendu. Veuillez contacter le support pour plus d'informations." "MESSAGE": "Votre compte est suspendu. Veuillez contacter le support pour plus d'informations."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Outils", "CAPTAIN_TOOLS": "Outils",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Terrain de jeu",
"CAPTAIN_INBOXES": "Boîtes de réception",
"CAPTAIN_SETTINGS": "Paramètres",
"HOME": "Accueil", "HOME": "Accueil",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "כתובת אתר של Webhook", "LABEL": "כתובת אתר של Webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "טייס משנה", "TITLE": "טייס משנה",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "הגדרות",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "7 הימים האחרונים", "LAST_7_DAYS": "7 הימים האחרונים",
"LAST_14_DAYS": "14 הימים האחרונים", "LAST_14_DAYS": "14 הימים האחרונים",
"LAST_30_DAYS": "30 הימים האחרונים", "LAST_30_DAYS": "30 הימים האחרונים",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "3 החודשים האחרונים", "LAST_3_MONTHS": "3 החודשים האחרונים",
"LAST_6_MONTHS": "6 החודשים האחרונים", "LAST_6_MONTHS": "6 החודשים האחרונים",
"LAST_YEAR": "שנה שעברה", "LAST_YEAR": "שנה שעברה",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "חשבון מושעה", "TITLE": "חשבון מושעה",
"MESSAGE": "החשבון שלך מושעה. אנא פנה לצוות התמיכה לקבלת מידע נוסף." "MESSAGE": "החשבון שלך מושעה. אנא פנה לצוות התמיכה לקבלת מידע נוסף."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "תיבות דואר נכנס",
"CAPTAIN_SETTINGS": "הגדרות",
"HOME": "בית", "HOME": "בית",
"AGENTS": "סוכנים", "AGENTS": "סוכנים",
"AGENT_BOTS": "בוטים", "AGENT_BOTS": "בוטים",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agenti", "AGENTS": "Agenti",
"AGENT_BOTS": "Botovi", "AGENT_BOTS": "Botovi",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Beállítások",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Utolsó 7 nap", "LAST_7_DAYS": "Utolsó 7 nap",
"LAST_14_DAYS": "Utolsó 14 nap", "LAST_14_DAYS": "Utolsó 14 nap",
"LAST_30_DAYS": "Utolsó 30 nap", "LAST_30_DAYS": "Utolsó 30 nap",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Elmúlt 3 hónapban", "LAST_3_MONTHS": "Elmúlt 3 hónapban",
"LAST_6_MONTHS": "Elmúlt 6 hónapban", "LAST_6_MONTHS": "Elmúlt 6 hónapban",
"LAST_YEAR": "Elmúlt 1 évben", "LAST_YEAR": "Elmúlt 1 évben",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Felfüggesztett Fiók", "TITLE": "Felfüggesztett Fiók",
"MESSAGE": "A fiókod felfüggesztés alatt van. Bővebb információkért, kérlek, lépj kapcsolatba az ügfyélszolgálattal." "MESSAGE": "A fiókod felfüggesztés alatt van. Bővebb információkért, kérlek, lépj kapcsolatba az ügfyélszolgálattal."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Fiókok",
"CAPTAIN_SETTINGS": "Beállítások",
"HOME": "Nyitólap", "HOME": "Nyitólap",
"AGENTS": "Ügynökök", "AGENTS": "Ügynökök",
"AGENT_BOTS": "Botok", "AGENT_BOTS": "Botok",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "URL Webhook", "LABEL": "URL Webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Pengaturan",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "7 hari terakhir", "LAST_7_DAYS": "7 hari terakhir",
"LAST_14_DAYS": "14 hari terakhir", "LAST_14_DAYS": "14 hari terakhir",
"LAST_30_DAYS": "30 hari terakhir", "LAST_30_DAYS": "30 hari terakhir",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "3 bulan terakhir", "LAST_3_MONTHS": "3 bulan terakhir",
"LAST_6_MONTHS": "6 bulan terakhir", "LAST_6_MONTHS": "6 bulan terakhir",
"LAST_YEAR": "Tahun terakhir", "LAST_YEAR": "Tahun terakhir",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Akun Ditangguhkan", "TITLE": "Akun Ditangguhkan",
"MESSAGE": "Akun Anda ditangguhkan. Silakan hubungi tim dukungan untuk informasi lebih lanjut." "MESSAGE": "Akun Anda ditangguhkan. Silakan hubungi tim dukungan untuk informasi lebih lanjut."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Kotak masuk",
"CAPTAIN_SETTINGS": "Pengaturan",
"HOME": "Beranda", "HOME": "Beranda",
"AGENTS": "Agen", "AGENTS": "Agen",
"AGENT_BOTS": "Bot Agen", "AGENT_BOTS": "Bot Agen",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Stillingar",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Síðustu 7 daga", "LAST_7_DAYS": "Síðustu 7 daga",
"LAST_14_DAYS": "Síðustu 14 daga", "LAST_14_DAYS": "Síðustu 14 daga",
"LAST_30_DAYS": "Síðustu 30 daga", "LAST_30_DAYS": "Síðustu 30 daga",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Síðustu 3 mánuði", "LAST_3_MONTHS": "Síðustu 3 mánuði",
"LAST_6_MONTHS": "Síðustu 6 mánuði", "LAST_6_MONTHS": "Síðustu 6 mánuði",
"LAST_YEAR": "Síðasta ár", "LAST_YEAR": "Síðasta ár",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Reikningnum þínum er lokað. Vinsamlegast hafðu samband við þjónustusviðið okkar til að fá frekari upplýsingar." "MESSAGE": "Reikningnum þínum er lokað. Vinsamlegast hafðu samband við þjónustusviðið okkar til að fá frekari upplýsingar."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Innhólf",
"CAPTAIN_SETTINGS": "Stillingar",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Þjónustufulltrúar", "AGENTS": "Þjónustufulltrúar",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -85,7 +85,7 @@
"HEADER": { "HEADER": {
"RESOLVE_ACTION": "Risolvi", "RESOLVE_ACTION": "Risolvi",
"REOPEN_ACTION": "Riapri", "REOPEN_ACTION": "Riapri",
"OPEN_ACTION": "Aperte", "OPEN_ACTION": "Apri",
"MORE_ACTIONS": "Più azioni", "MORE_ACTIONS": "Più azioni",
"OPEN": "Altro", "OPEN": "Altro",
"CLOSE": "Chiudi", "CLOSE": "Chiudi",
@ -208,7 +208,7 @@
"": "", "": "",
"EMAIL_HEAD": { "EMAIL_HEAD": {
"TO": "A", "TO": "A",
"ADD_BCC": "Aggiungi Bcc", "ADD_BCC": "Aggiungi Ccn",
"CC": { "CC": {
"LABEL": "Cc", "LABEL": "Cc",
"PLACEHOLDER": "Email separate da virgole", "PLACEHOLDER": "Email separate da virgole",
@ -296,7 +296,7 @@
}, },
"ONBOARDING": { "ONBOARDING": {
"TITLE": "Ciao👋 Benvenuto in {installationName}!", "TITLE": "Ciao👋 Benvenuto in {installationName}!",
"DESCRIPTION": "Grazie per esserti registrato. Vogliamo che tu ottenga il massimo da {installationName}. Ecco alcune cose che puoi fare in {installationName} per rendere l'esperienza migliore.", "DESCRIPTION": "Grazie per averci scelto! Vogliamo che tu ottenga il massimo da {installationName}. Ecco alcune cose che puoi fare in {installationName} per massimizzare la tua esperienza.",
"GREETING_MORNING": "👋 Buongiorno, {name}. Benvenuto in {installationName}.", "GREETING_MORNING": "👋 Buongiorno, {name}. Benvenuto in {installationName}.",
"GREETING_AFTERNOON": "👋 Buon pomeriggio, {name}. Benvenuto in {installationName}.", "GREETING_AFTERNOON": "👋 Buon pomeriggio, {name}. Benvenuto in {installationName}.",
"GREETING_EVENING": "👋 Buona sera, {name}. Benvenuto su {installationName}.", "GREETING_EVENING": "👋 Buona sera, {name}. Benvenuto su {installationName}.",

View File

@ -86,7 +86,7 @@
}, },
"CHANNEL_WELCOME_TAGLINE": { "CHANNEL_WELCOME_TAGLINE": {
"LABEL": "Titolo di benvenuto", "LABEL": "Titolo di benvenuto",
"PLACEHOLDER": "Rendiamo semplice connetterci con noi. Chiedete qualsiasi cosa o condividete il vostro feedback." "PLACEHOLDER": "Siamo qui per aiutarti. Facci una domanda o condividi il tuo feedback."
}, },
"CHANNEL_GREETING_MESSAGE": { "CHANNEL_GREETING_MESSAGE": {
"LABEL": "Messaggio di saluto del canale", "LABEL": "Messaggio di saluto del canale",
@ -523,8 +523,8 @@
"FINISH": { "FINISH": {
"TITLE": "L'Inbox è pronta!", "TITLE": "L'Inbox è pronta!",
"MESSAGE": "Ora puoi interagire con i tuoi clienti attraverso il nuovo canale. Buona assistenza", "MESSAGE": "Ora puoi interagire con i tuoi clienti attraverso il nuovo canale. Buona assistenza",
"BUTTON_TEXT": "Portami lì", "BUTTON_TEXT": "Fatto",
"MORE_SETTINGS": "Altre impostazioni", "MORE_SETTINGS": "Impostazioni Aggiuntive",
"WEBSITE_SUCCESS": "Hai completato la creazione di un canale sito web. Copia il codice mostrato qui sotto e incollalo sul tuo sito. La prossima volta che un cliente usa la live chat, la conversazione apparirà automaticamente nella tua inbox.", "WEBSITE_SUCCESS": "Hai completato la creazione di un canale sito web. Copia il codice mostrato qui sotto e incollalo sul tuo sito. La prossima volta che un cliente usa la live chat, la conversazione apparirà automaticamente nella tua inbox.",
"WHATSAPP_QR_INSTRUCTION": "Scansiona il QR Code qui sopra per testare rapidamente la tua Inbox WhatsApp", "WHATSAPP_QR_INSTRUCTION": "Scansiona il QR Code qui sopra per testare rapidamente la tua Inbox WhatsApp",
"MESSENGER_QR_INSTRUCTION": "Scansiona il QR Code qui sopra per testare rapidamente la tua Inbox Facebook Messenger", "MESSENGER_QR_INSTRUCTION": "Scansiona il QR Code qui sopra per testare rapidamente la tua Inbox Facebook Messenger",
@ -918,7 +918,7 @@
}, },
"WELCOME_TAGLINE": { "WELCOME_TAGLINE": {
"LABEL": "Titolo di benvenuto", "LABEL": "Titolo di benvenuto",
"PLACE_HOLDER": "Rendiamo semplice connetterci con noi. Chiedete qualsiasi cosa o condividete il vostro feedback." "PLACE_HOLDER": "Siamo qui per aiutarti. Facci una domanda o condividi il tuo feedback."
}, },
"REPLY_TIME": { "REPLY_TIME": {
"LABEL": "Tempo di risposta", "LABEL": "Tempo di risposta",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Digitazione conversazione disattiva" "CONVERSATION_TYPING_OFF": "Digitazione conversazione disattiva"
} }
}, },
"NAME": {
"LABEL": "Nome Webhook",
"PLACEHOLDER": "Inserisci un nome per il webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "URL del webhook", "LABEL": "URL del webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Scopri di più", "HEADER_KNOW_MORE": "Scopri di più",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistenti",
"SWITCH_ASSISTANT": "Cambia assistenti",
"NEW_ASSISTANT": "Crea Assistente"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Prova questi prompt", "TRY_THESE_PROMPTS": "Prova questi prompt",
@ -483,9 +492,7 @@
"NOT_FOUND": "Impossibile trovare l'assistente. Riprova." "NOT_FOUND": "Impossibile trovare l'assistente. Riprova."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Impostazioni",
"ASSISTANT": "Assistente"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Impostazioni di base", "TITLE": "Impostazioni di base",
"DESCRIPTION": "Personalizza ciò che l'assistente dice quando termina una conversazione o la trasferisce a un umano." "DESCRIPTION": "Personalizza ciò che l'assistente dice quando termina una conversazione o la trasferisce a un umano."
@ -502,15 +509,16 @@
"TITLE": "Guardrail", "TITLE": "Guardrail",
"DESCRIPTION": "Mantieni lassistente concentrato: risponde solo ai tipi di domande che desideri, evitando argomenti fuori tema o non consentiti." "DESCRIPTION": "Mantieni lassistente concentrato: risponde solo ai tipi di domande che desideri, evitando argomenti fuori tema o non consentiti."
}, },
"SCENARIOS": {
"TITLE": "Scenari",
"DESCRIPTION": "Fornisci contesto aggiuntivo al tuo assistente, ad esempio “cosa fare quando un utente è bloccato” o “come comportarsi durante una richiesta di rimborso”."
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Linee guida per le risposte", "TITLE": "Linee guida per le risposte",
"DESCRIPTION": "Imposta il tono e la struttura delle risposte del tuo assistente: chiare e amichevoli? Brevi e dirette? Dettagliate e formali?" "DESCRIPTION": "Imposta il tono e la struttura delle risposte del tuo assistente: chiare e amichevoli? Brevi e dirette? Dettagliate e formali?"
} }
} }
},
"DELETE": {
"TITLE": "Elimina Assistente",
"DESCRIPTION": "Questa azione è permanente. L'eliminazione di questo assistente la rimuoverà da tutte le inbox connesse e cancellerà definitivamente tutte le knowledge generate.",
"BUTTON_TEXT": "Elimina {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrail", "TITLE": "Guardrail",
"DESCRIPTION": "Mantieni lassistente concentrato: risponde solo ai tipi di domande che desideri, evitando argomenti fuori tema o non consentiti.", "DESCRIPTION": "Mantieni lassistente concentrato: risponde solo ai tipi di domande che desideri, evitando argomenti fuori tema o non consentiti.",
"BREADCRUMB": {
"TITLE": "Guardrail"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} elemento selezionato | {count} elementi selezionati", "SELECTED": "{count} elemento selezionato | {count} elementi selezionati",
"SELECT_ALL": "Seleziona tutto ({count})", "SELECT_ALL": "Seleziona tutto ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Linee Guida per le Risposte", "TITLE": "Linee Guida per le Risposte",
"DESCRIPTION": "Imposta il tono e la struttura delle risposte del tuo assistente: chiare e amichevoli? Brevi e dirette? Dettagliate e formali?", "DESCRIPTION": "Imposta il tono e la struttura delle risposte del tuo assistente: chiare e amichevoli? Brevi e dirette? Dettagliate e formali?",
"BREADCRUMB": {
"TITLE": "Linee Guida per le Risposte"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} elemento selezionato | {count} elementi selezionati", "SELECTED": "{count} elemento selezionato | {count} elementi selezionati",
"SELECT_ALL": "Seleziona tutto ({count})", "SELECT_ALL": "Seleziona tutto ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenari", "TITLE": "Scenari",
"DESCRIPTION": "Fornisci contesto aggiuntivo al tuo assistente, ad esempio “cosa fare quando un utente è bloccato” o “come comportarsi durante una richiesta di rimborso”.", "DESCRIPTION": "Fornisci contesto aggiuntivo al tuo assistente, ad esempio “cosa fare quando un utente è bloccato” o “come comportarsi durante una richiesta di rimborso”.",
"BREADCRUMB": {
"TITLE": "Scenari"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} elemento selezionato | {count} elementi selezionati", "SELECTED": "{count} elemento selezionato | {count} elementi selezionati",
"SELECT_ALL": "Seleziona tutto ({count})", "SELECT_ALL": "Seleziona tutto ({count})",
@ -691,17 +690,17 @@
} }
}, },
"DOCUMENTS": { "DOCUMENTS": {
"HEADER": "Documents", "HEADER": "Documenti",
"ADD_NEW": "Create a new document", "ADD_NEW": "Crea un nuovo documento",
"RELATED_RESPONSES": { "RELATED_RESPONSES": {
"TITLE": "FAQ Correlate", "TITLE": "FAQ Correlate",
"DESCRIPTION": "Queste FAQ vengono generate direttamente dai Documenti." "DESCRIPTION": "Queste FAQ vengono generate direttamente dai Documenti."
}, },
"FORM_DESCRIPTION": "Enter the URL of the document to add it as a knowledge source and choose the assistant to associate it with.", "FORM_DESCRIPTION": "Inserisci l'URL del documento per aggiungerlo come fonte e scegli l'assistente con cui associarlo.",
"CREATE": { "CREATE": {
"TITLE": "Add a document", "TITLE": "Aggiungi un documento",
"SUCCESS_MESSAGE": "The document has been successfully created", "SUCCESS_MESSAGE": "Il documento è stato creato correttamente",
"ERROR_MESSAGE": "There was an error creating the document, please try again." "ERROR_MESSAGE": "Si è verificato un errore durante la creazione del documento, riprova."
}, },
"FORM": { "FORM": {
"TYPE": { "TYPE": {
@ -711,8 +710,8 @@
}, },
"URL": { "URL": {
"LABEL": "URL", "LABEL": "URL",
"PLACEHOLDER": "Enter the URL of the document", "PLACEHOLDER": "Inserisci l'URL del documento",
"ERROR": "Please provide a valid URL for the document" "ERROR": "Inserisci un URL valido per il documento"
}, },
"PDF_FILE": { "PDF_FILE": {
"LABEL": "File PDF", "LABEL": "File PDF",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Nome Documento (Opzionale)", "LABEL": "Nome Documento (Opzionale)",
"PLACEHOLDER": "Inserisci un nome per il documento" "PLACEHOLDER": "Inserisci un nome per il documento"
},
"ASSISTANT": {
"LABEL": "Assistente",
"PLACEHOLDER": "Seleziona l'assistente",
"ERROR": "Il campo assistente è richiesto"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Risposta", "LABEL": "Risposta",
"PLACEHOLDER": "Inserisci qui la risposta", "PLACEHOLDER": "Inserisci qui la risposta",
"ERROR": "Inserisci una risposta valida." "ERROR": "Inserisci una risposta valida."
},
"ASSISTANT": {
"LABEL": "Assistente",
"PLACEHOLDER": "Seleziona un assistente",
"ERROR": "Seleziona un assistente."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Ultimi 7 giorni", "LAST_7_DAYS": "Ultimi 7 giorni",
"LAST_14_DAYS": "Ultimi 14 giorni", "LAST_14_DAYS": "Ultimi 14 giorni",
"LAST_30_DAYS": "Ultimi 30 giorni", "LAST_30_DAYS": "Ultimi 30 giorni",
"THIS_MONTH": "Questo mese",
"LAST_MONTH": "Il mese scorso",
"LAST_3_MONTHS": "Ultimi 3 mesi", "LAST_3_MONTHS": "Ultimi 3 mesi",
"LAST_6_MONTHS": "Ultimi 6 mesi", "LAST_6_MONTHS": "Ultimi 6 mesi",
"LAST_YEAR": "Ultimo anno", "LAST_YEAR": "Ultimo anno",

View File

@ -27,10 +27,10 @@
"CARD": { "CARD": {
"ENTER_KEY": { "ENTER_KEY": {
"HEADING": "Invio (↵)", "HEADING": "Invio (↵)",
"CONTENT": "Invia messaggi premendo il tasto INVIO invece di fare clic sul pulsante Invia." "CONTENT": "Invia messaggi premendo il tasto Invio invece di fare clic sul pulsante Invia."
}, },
"CMD_ENTER_KEY": { "CMD_ENTER_KEY": {
"HEADING": "Cmd/Ctrl + Enter (⌘ + ↵)", "HEADING": "Cmd/Ctrl + Invio (⌘ + ↵)",
"CONTENT": "Invia messaggi premendo Cmd/Ctrl + Invio invece di dover cliccare sul pulsante Invia." "CONTENT": "Invia messaggi premendo Cmd/Ctrl + Invio invece di dover cliccare sul pulsante Invia."
} }
} }
@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Sospeso", "TITLE": "Account Sospeso",
"MESSAGE": "Il tuo account è sospeso. Contatta il team di supporto per ulteriori informazioni." "MESSAGE": "Il tuo account è sospeso. Contatta il team di supporto per ulteriori informazioni."
},
"NO_ACCOUNTS": {
"TITLE": "Nessun account trovato",
"MESSAGE_CLOUD": "Non fai parte di nessun account al momento. Se pensi che sia un errore, contatta il nostro team di supporto.",
"MESSAGE_SELF_HOSTED": "Non fai parte di nessun account al momento. Per favore contatta il tuo amministratore.",
"LOGOUT": "Disconnetti"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -299,12 +305,16 @@
"REPORTS": "Report", "REPORTS": "Report",
"SETTINGS": "Impostazioni", "SETTINGS": "Impostazioni",
"CONTACTS": "Contatti", "CONTACTS": "Contatti",
"ACTIVE": "Attiva", "ACTIVE": "Attivi",
"CAPTAIN": "Captain", "CAPTAIN": "Captain",
"CAPTAIN_ASSISTANTS": "Assistenti", "CAPTAIN_ASSISTANTS": "Assistenti",
"CAPTAIN_DOCUMENTS": "Documenti", "CAPTAIN_DOCUMENTS": "Documenti",
"CAPTAIN_RESPONSES": "FAQ", "CAPTAIN_RESPONSES": "FAQ",
"CAPTAIN_TOOLS": "Strumenti", "CAPTAIN_TOOLS": "Strumenti",
"CAPTAIN_SCENARIOS": "Scenari",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inbox",
"CAPTAIN_SETTINGS": "Impostazioni",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Operatori", "AGENTS": "Operatori",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",
@ -324,7 +334,7 @@
"BILLING": "Fatturazione", "BILLING": "Fatturazione",
"CUSTOM_VIEWS_FOLDER": "Cartelle", "CUSTOM_VIEWS_FOLDER": "Cartelle",
"CUSTOM_VIEWS_SEGMENTS": "Segmenti", "CUSTOM_VIEWS_SEGMENTS": "Segmenti",
"ALL_CONTACTS": "Tutti I Contatti", "ALL_CONTACTS": "Tutti i Contatti",
"TAGGED_WITH": "Etichettato con", "TAGGED_WITH": "Etichettato con",
"NEW_LABEL": "Nuova etichetta", "NEW_LABEL": "Nuova etichetta",
"NEW_TEAM": "Nuovo team", "NEW_TEAM": "Nuovo team",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "例: {webhookExampleURL}", "PLACEHOLDER": "例: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "キャプテン", "NAME": "キャプテン",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "アシスタント",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "コパイロット", "TITLE": "コパイロット",
"TRY_THESE_PROMPTS": "これらのプロンプトを試してください", "TRY_THESE_PROMPTS": "これらのプロンプトを試してください",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "設定",
"ASSISTANT": "アシスタント"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "アシスタントを削除",
"DESCRIPTION": "この操作は永久的です。アシスタントを削除すると、すべての接続された受信トレイから削除され、生成されたすべての知識が永久に消去されます。",
"BUTTON_TEXT": "{assistantName}を削除"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "アシスタント",
"PLACEHOLDER": "アシスタントを選択",
"ERROR": "アシスタントの選択が必要です"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "回答", "LABEL": "回答",
"PLACEHOLDER": "ここに回答を入力", "PLACEHOLDER": "ここに回答を入力",
"ERROR": "有効な回答を入力してください。" "ERROR": "有効な回答を入力してください。"
},
"ASSISTANT": {
"LABEL": "アシスタント",
"PLACEHOLDER": "アシスタントを選択",
"ERROR": "アシスタントを選択してください。"
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "過去 7 日間", "LAST_7_DAYS": "過去 7 日間",
"LAST_14_DAYS": "過去 14 日間", "LAST_14_DAYS": "過去 14 日間",
"LAST_30_DAYS": "過去 30 日間", "LAST_30_DAYS": "過去 30 日間",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "過去 3 ヶ月", "LAST_3_MONTHS": "過去 3 ヶ月",
"LAST_6_MONTHS": "過去 6 ヶ月", "LAST_6_MONTHS": "過去 6 ヶ月",
"LAST_YEAR": "過去 1 年", "LAST_YEAR": "過去 1 年",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "アカウント停止中", "TITLE": "アカウント停止中",
"MESSAGE": "アカウントが停止されています。詳細についてはサポートチームにお問い合わせください。" "MESSAGE": "アカウントが停止されています。詳細についてはサポートチームにお問い合わせください。"
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "ログアウト"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "ドキュメント", "CAPTAIN_DOCUMENTS": "ドキュメント",
"CAPTAIN_RESPONSES": "FAQ", "CAPTAIN_RESPONSES": "FAQ",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "受信トレイ",
"CAPTAIN_SETTINGS": "設定",
"HOME": "ホーム", "HOME": "ホーム",
"AGENTS": "担当者", "AGENTS": "担当者",
"AGENT_BOTS": "ボット", "AGENT_BOTS": "ボット",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "ინსტრუმენტები", "CAPTAIN_TOOLS": "ინსტრუმენტები",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "웹훅 URL", "LABEL": "웹훅 URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "설정",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "지난 7일", "LAST_7_DAYS": "지난 7일",
"LAST_14_DAYS": "지난 14일", "LAST_14_DAYS": "지난 14일",
"LAST_30_DAYS": "지난 30일", "LAST_30_DAYS": "지난 30일",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "받은 메시지함",
"CAPTAIN_SETTINGS": "설정",
"HOME": "홈", "HOME": "홈",
"AGENTS": "에이전트", "AGENTS": "에이전트",
"AGENT_BOTS": "봇", "AGENT_BOTS": "봇",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Nustatymai",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Paskutines 7 dienas", "LAST_7_DAYS": "Paskutines 7 dienas",
"LAST_14_DAYS": "Paskutines 14 dienų", "LAST_14_DAYS": "Paskutines 14 dienų",
"LAST_30_DAYS": "Paskutines 30 dienų", "LAST_30_DAYS": "Paskutines 30 dienų",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Paskutinius 3 mėnesius", "LAST_3_MONTHS": "Paskutinius 3 mėnesius",
"LAST_6_MONTHS": "Paskutinius 6 mėnesius", "LAST_6_MONTHS": "Paskutinius 6 mėnesius",
"LAST_YEAR": "Paskutinius metus", "LAST_YEAR": "Paskutinius metus",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Paskyra laikinai sustabdyta", "TITLE": "Paskyra laikinai sustabdyta",
"MESSAGE": "Jūsų paskyra laikinai sustabdyta. Norėdami gauti daugiau informacijos, susisiekite su palaikymo komanda." "MESSAGE": "Jūsų paskyra laikinai sustabdyta. Norėdami gauti daugiau informacijos, susisiekite su palaikymo komanda."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Gautų laiškų aplankai",
"CAPTAIN_SETTINGS": "Nustatymai",
"HOME": "Pagrindinis", "HOME": "Pagrindinis",
"AGENTS": "Agentai", "AGENTS": "Agentai",
"AGENT_BOTS": "Botai", "AGENT_BOTS": "Botai",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Piemēram: {webhookExampleURL}", "PLACEHOLDER": "Piemēram: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Kapteinis", "NAME": "Kapteinis",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Asistenti",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Kopilots", "TITLE": "Kopilots",
"TRY_THESE_PROMPTS": "Pamēģiniet", "TRY_THESE_PROMPTS": "Pamēģiniet",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Iestatījumi",
"ASSISTANT": "Asistents"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Dzēst Asistentu",
"DESCRIPTION": "Šī darbība ir pastāvīga. Dzēšot šo asistentu, tas tiks noņemts no visām pievienotajām iesūtnēm un neatgriezeniski dzēstas visas ģenerētās zināšanas.",
"BUTTON_TEXT": "Dzēst {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Asistents",
"PLACEHOLDER": "Izvēlēties asistentu",
"ERROR": "Asistenta lauks ir obligāti jāaizpilda"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Atbilde", "LABEL": "Atbilde",
"PLACEHOLDER": "Ievadiet atbildi šeit", "PLACEHOLDER": "Ievadiet atbildi šeit",
"ERROR": "Lūdzu, ievadiet derīgu atbildi." "ERROR": "Lūdzu, ievadiet derīgu atbildi."
},
"ASSISTANT": {
"LABEL": "Asistents",
"PLACEHOLDER": "Izvēlieties asistentu",
"ERROR": "Lūdzu, izvēlieties asistentu."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Pēdējās 7 dienas", "LAST_7_DAYS": "Pēdējās 7 dienas",
"LAST_14_DAYS": "Pēdējās 14 dienas", "LAST_14_DAYS": "Pēdējās 14 dienas",
"LAST_30_DAYS": "Pēdējās 30 dienas", "LAST_30_DAYS": "Pēdējās 30 dienas",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Pēdējie 3 mēneši", "LAST_3_MONTHS": "Pēdējie 3 mēneši",
"LAST_6_MONTHS": "Pēdējie 6 mēneši", "LAST_6_MONTHS": "Pēdējie 6 mēneši",
"LAST_YEAR": "Pagājušais gads", "LAST_YEAR": "Pagājušais gads",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Konts Iesaldēts", "TITLE": "Konts Iesaldēts",
"MESSAGE": "Jūsu konts ir iesaldēts. Lai iegūtu papildu informāciju, lūdzu, sazinieties ar atbalsta komandu." "MESSAGE": "Jūsu konts ir iesaldēts. Lai iegūtu papildu informāciju, lūdzu, sazinieties ar atbalsta komandu."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Izrakstīties"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Dokumenti", "CAPTAIN_DOCUMENTS": "Dokumenti",
"CAPTAIN_RESPONSES": "Bieži uzdotie jautājumi", "CAPTAIN_RESPONSES": "Bieži uzdotie jautājumi",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Iesūtnes",
"CAPTAIN_SETTINGS": "Iestatījumi",
"HOME": "Sākums", "HOME": "Sākums",
"AGENTS": "Aģenti", "AGENTS": "Aģenti",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "വെബ്‌ഹുക്ക് യുആർഎൽ", "LABEL": "വെബ്‌ഹുക്ക് യുആർഎൽ",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "ക്രമീകരണങ്ങൾ",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "കഴിഞ്ഞ 7 ദിവസം", "LAST_7_DAYS": "കഴിഞ്ഞ 7 ദിവസം",
"LAST_14_DAYS": "കഴിഞ്ഞ 14 ദിവസം", "LAST_14_DAYS": "കഴിഞ്ഞ 14 ദിവസം",
"LAST_30_DAYS": "കഴിഞ്ഞ 30 ദിവസം", "LAST_30_DAYS": "കഴിഞ്ഞ 30 ദിവസം",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "കഴിഞ്ഞ 3 മാസം", "LAST_3_MONTHS": "കഴിഞ്ഞ 3 മാസം",
"LAST_6_MONTHS": "കഴിഞ്ഞ 6 മാസം", "LAST_6_MONTHS": "കഴിഞ്ഞ 6 മാസം",
"LAST_YEAR": "കഴിഞ്ഞ വർഷം", "LAST_YEAR": "കഴിഞ്ഞ വർഷം",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "ഇൻ‌ബോക്സുകൾ",
"CAPTAIN_SETTINGS": "ക്രമീകരണങ്ങൾ",
"HOME": "ഹോം", "HOME": "ഹോം",
"AGENTS": "ഏജന്റുമാർ", "AGENTS": "ഏജന്റുമാർ",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Ejen", "AGENTS": "Ejen",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Settings",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

View File

@ -53,6 +53,8 @@
"LAST_7_DAYS": "Last 7 days", "LAST_7_DAYS": "Last 7 days",
"LAST_14_DAYS": "Last 14 days", "LAST_14_DAYS": "Last 14 days",
"LAST_30_DAYS": "Last 30 days", "LAST_30_DAYS": "Last 30 days",
"THIS_MONTH": "This month",
"LAST_MONTH": "Last month",
"LAST_3_MONTHS": "Last 3 months", "LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months", "LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year", "LAST_YEAR": "Last year",

View File

@ -251,6 +251,12 @@
"ACCOUNT_SUSPENDED": { "ACCOUNT_SUSPENDED": {
"TITLE": "Account Suspended", "TITLE": "Account Suspended",
"MESSAGE": "Your account is suspended. Please reach out to the support team for more information." "MESSAGE": "Your account is suspended. Please reach out to the support team for more information."
},
"NO_ACCOUNTS": {
"TITLE": "No account found",
"MESSAGE_CLOUD": "You are not part of any accounts right now. If you think this is a mistake, please reach out to our support team.",
"MESSAGE_SELF_HOSTED": "You are not part of any accounts right now. Please reach out to your administrator.",
"LOGOUT": "Log out"
} }
}, },
"COMPONENTS": { "COMPONENTS": {
@ -305,6 +311,10 @@
"CAPTAIN_DOCUMENTS": "Documents", "CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs", "CAPTAIN_RESPONSES": "FAQs",
"CAPTAIN_TOOLS": "Tools", "CAPTAIN_TOOLS": "Tools",
"CAPTAIN_SCENARIOS": "Scenarios",
"CAPTAIN_PLAYGROUND": "Playground",
"CAPTAIN_INBOXES": "Inboxes",
"CAPTAIN_SETTINGS": "Settings",
"HOME": "Home", "HOME": "Home",
"AGENTS": "Agents", "AGENTS": "Agents",
"AGENT_BOTS": "Bots", "AGENT_BOTS": "Bots",

View File

@ -46,6 +46,10 @@
"CONVERSATION_TYPING_OFF": "Conversation Typing Off" "CONVERSATION_TYPING_OFF": "Conversation Typing Off"
} }
}, },
"NAME": {
"LABEL": "Webhook Name",
"PLACEHOLDER": "Enter the name of the webhook"
},
"END_POINT": { "END_POINT": {
"LABEL": "Webhook URL", "LABEL": "Webhook URL",
"PLACEHOLDER": "Example: {webhookExampleURL}", "PLACEHOLDER": "Example: {webhookExampleURL}",
@ -344,6 +348,11 @@
"CAPTAIN": { "CAPTAIN": {
"NAME": "Captain", "NAME": "Captain",
"HEADER_KNOW_MORE": "Know more", "HEADER_KNOW_MORE": "Know more",
"ASSISTANT_SWITCHER": {
"ASSISTANTS": "Assistants",
"SWITCH_ASSISTANT": "Switch between assistants",
"NEW_ASSISTANT": "Create Assistant"
},
"COPILOT": { "COPILOT": {
"TITLE": "Copilot", "TITLE": "Copilot",
"TRY_THESE_PROMPTS": "Try these prompts", "TRY_THESE_PROMPTS": "Try these prompts",
@ -483,9 +492,7 @@
"NOT_FOUND": "Could not find the assistant. Please try again." "NOT_FOUND": "Could not find the assistant. Please try again."
}, },
"SETTINGS": { "SETTINGS": {
"BREADCRUMB": { "HEADER": "Instellingen",
"ASSISTANT": "Assistant"
},
"BASIC_SETTINGS": { "BASIC_SETTINGS": {
"TITLE": "Basic settings", "TITLE": "Basic settings",
"DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human." "DESCRIPTION": "Customize what the assistant says when ending a conversation or transferring to a human."
@ -502,15 +509,16 @@
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic." "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic."
}, },
"SCENARIOS": {
"TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”"
},
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response guidelines", "TITLE": "Response guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?" "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?"
} }
} }
},
"DELETE": {
"TITLE": "Delete Assistant",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"BUTTON_TEXT": "Delete {assistantName}"
} }
}, },
"OPTIONS": { "OPTIONS": {
@ -529,9 +537,6 @@
"GUARDRAILS": { "GUARDRAILS": {
"TITLE": "Guardrails", "TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.", "DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -577,9 +582,6 @@
"RESPONSE_GUIDELINES": { "RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines", "TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?", "DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -625,9 +627,6 @@
"SCENARIOS": { "SCENARIOS": {
"TITLE": "Scenarios", "TITLE": "Scenarios",
"DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”", "DESCRIPTION": "Give your assistant some context—like “what to do when a user is stuck,” or “how to act during a refund request.”",
"BREADCRUMB": {
"TITLE": "Scenarios"
},
"BULK_ACTION": { "BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected", "SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})", "SELECT_ALL": "Select all ({count})",
@ -725,11 +724,6 @@
"NAME": { "NAME": {
"LABEL": "Document Name (Optional)", "LABEL": "Document Name (Optional)",
"PLACEHOLDER": "Enter a name for the document" "PLACEHOLDER": "Enter a name for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
} }
}, },
"DELETE": { "DELETE": {
@ -923,11 +917,6 @@
"LABEL": "Answer", "LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here", "PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer." "ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
} }
}, },
"EDIT": { "EDIT": {

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