chore: Update translations (#12167)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
@@ -131,6 +131,7 @@
|
||||
"CONVERSATION_CREATED": "对话创建",
|
||||
"CONVERSATION_UPDATED": "对话已更新",
|
||||
"MESSAGE_CREATED": "消息已创建",
|
||||
"CONVERSATION_RESOLVED": "Conversation Resolved",
|
||||
"CONVERSATION_OPENED": "对话已打开"
|
||||
},
|
||||
"ACTIONS": {
|
||||
|
||||
@@ -472,7 +472,8 @@
|
||||
"FEATURES": {
|
||||
"TITLE": "特性",
|
||||
"ALLOW_CONVERSATION_FAQS": "从已解决的对话中生成常见问题",
|
||||
"ALLOW_MEMORIES": "从客户互动中捕获关键细节作为记忆"
|
||||
"ALLOW_MEMORIES": "从客户互动中捕获关键细节作为记忆",
|
||||
"ALLOW_CITATIONS": "Include source citations in responses"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
|
||||
@@ -1,29 +1,46 @@
|
||||
{
|
||||
"WHATSAPP_TEMPLATES": {
|
||||
"MODAL": {
|
||||
"TITLE": "Whatsapp 模板列表",
|
||||
"SUBTITLE": "请选择想要发送的 Whatsapp 消息模板",
|
||||
"TEMPLATE_SELECTED_SUBTITLE": "{templateName} 处理中"
|
||||
},
|
||||
"PICKER": {
|
||||
"SEARCH_PLACEHOLDER": "查找模板",
|
||||
"NO_TEMPLATES_FOUND": "没有找到对应的模版",
|
||||
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
|
||||
"REFRESH_BUTTON": "Refresh templates",
|
||||
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
|
||||
"REFRESH_ERROR": "Failed to refresh templates. Please try again.",
|
||||
"LABELS": {
|
||||
"LANGUAGE": "语言",
|
||||
"TEMPLATE_BODY": "模板内容",
|
||||
"CATEGORY": "类别"
|
||||
}
|
||||
},
|
||||
"PARSER": {
|
||||
"VARIABLES_LABEL": "参数",
|
||||
"VARIABLE_PLACEHOLDER": "请填写 {variable}",
|
||||
"GO_BACK_LABEL": "返回",
|
||||
"SEND_MESSAGE_LABEL": "发送消息",
|
||||
"FORM_ERROR_MESSAGE": "你必须填写所有参数才能发送"
|
||||
}
|
||||
"WHATSAPP_TEMPLATES": {
|
||||
"MODAL": {
|
||||
"TITLE": "Whatsapp 模板列表",
|
||||
"SUBTITLE": "请选择想要发送的 Whatsapp 消息模板",
|
||||
"TEMPLATE_SELECTED_SUBTITLE": "Configure template: {templateName}"
|
||||
},
|
||||
"PICKER": {
|
||||
"SEARCH_PLACEHOLDER": "查找模板",
|
||||
"NO_TEMPLATES_FOUND": "没有找到对应的模版",
|
||||
"HEADER": "Header",
|
||||
"BODY": "Body",
|
||||
"FOOTER": "Footer",
|
||||
"BUTTONS": "Buttons",
|
||||
"CATEGORY": "类别",
|
||||
"MEDIA_CONTENT": "Media Content",
|
||||
"MEDIA_CONTENT_FALLBACK": "media content",
|
||||
"NO_TEMPLATES_AVAILABLE": "No WhatsApp templates available. Click refresh to sync templates from WhatsApp.",
|
||||
"REFRESH_BUTTON": "Refresh templates",
|
||||
"REFRESH_SUCCESS": "Templates refresh initiated. It may take a couple of minutes to update.",
|
||||
"REFRESH_ERROR": "Failed to refresh templates. Please try again.",
|
||||
"LABELS": {
|
||||
"LANGUAGE": "语言",
|
||||
"TEMPLATE_BODY": "模板内容",
|
||||
"CATEGORY": "类别"
|
||||
}
|
||||
},
|
||||
"PARSER": {
|
||||
"VARIABLES_LABEL": "参数",
|
||||
"LANGUAGE": "语言",
|
||||
"CATEGORY": "类别",
|
||||
"VARIABLE_PLACEHOLDER": "请填写 {variable}",
|
||||
"GO_BACK_LABEL": "返回",
|
||||
"SEND_MESSAGE_LABEL": "发送消息",
|
||||
"FORM_ERROR_MESSAGE": "你必须填写所有参数才能发送",
|
||||
"MEDIA_HEADER_LABEL": "{type} Header",
|
||||
"OTP_CODE": "Enter 4-8 digit OTP",
|
||||
"EXPIRY_MINUTES": "Enter expiry minutes",
|
||||
"BUTTON_PARAMETERS": "Button Parameters",
|
||||
"BUTTON_LABEL": "Button {index}",
|
||||
"COUPON_CODE": "Enter coupon code (max 15 chars)",
|
||||
"MEDIA_URL_LABEL": "Enter {type} URL",
|
||||
"BUTTON_PARAMETER": "Enter button parameter"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user