chore: Update translations (#11400)

This commit is contained in:
Chatwoot Bot
2025-04-30 15:34:11 -07:00
committed by GitHub
parent fb6409508b
commit 251abd02b0
582 changed files with 11627 additions and 2371 deletions

View File

@@ -2,23 +2,13 @@
"AGENT_BOTS": {
"HEADER": "机器人",
"LOADING_EDITOR": "正在加载编辑器...",
"DESCRIPTION": "客服机器人就像您团队中最出色的成员。它们可以处理琐事,让您专注于重要的事情。试试看吧。您可以在此页面管理您的机器人,或使用“配置新机器人”按钮创建新的机器人。",
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
"LEARN_MORE": "了解客服机器人",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "机器人名称",
"PLACEHOLDER": "为您的机器人命名。",
"ERROR": "机器人名称是必填的。"
},
"DESCRIPTION": {
"LABEL": "机器人描述",
"PLACEHOLDER": "这个机器人的用途是?"
},
"BOT_CONFIG": {
"ERROR": "请在上方输入您的 CSML 机器人配置。",
"API_ERROR": "您的 CSML 配置无效。请修复后再试。"
},
"SUBMIT": "验证并保存"
"GLOBAL_BOT": "System bot",
"GLOBAL_BOT_BADGE": "系统",
"AVATAR": {
"SUCCESS_DELETE": "Bot avatar deleted successfully",
"ERROR_DELETE": "Error deleting bot avatar, please try again"
},
"BOT_CONFIGURATION": {
"TITLE": "选择一个客服机器人",
@@ -32,7 +22,7 @@
"SELECT_PLACEHOLDER": "选择机器人"
},
"ADD": {
"TITLE": "配置新机器人",
"TITLE": "Add Bot",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "机器人添加成功.",
@@ -40,16 +30,22 @@
}
},
"LIST": {
"404": "未找到机器人。您可以通过点击“配置新机器人”按钮 ↗ 来创建一个机器人",
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
"LOADING": "正在获取机器人...",
"TYPE": "机器人类型"
"TABLE_HEADER": {
"DETAILS": "Bot Details",
"URL": "Webhook 网址"
}
},
"DELETE": {
"BUTTON_TEXT": "删除",
"TITLE": "删除机器人",
"SUBMIT": "删除",
"CANCEL_BUTTON_TEXT": "取消",
"DESCRIPTION": "您确定要删除此机器人吗?此操作不可撤销。",
"CONFIRM": {
"TITLE": "确认删除",
"MESSAGE": "Are you sure you want to delete {name}?",
"YES": "是,删除",
"NO": "不,保留"
},
"API": {
"SUCCESS_MESSAGE": "成功删除机器人.",
"ERROR_MESSAGE": "无法删除机器人。请再试一次。"
@@ -57,17 +53,44 @@
},
"EDIT": {
"BUTTON_TEXT": "编辑",
"LOADING": "正在获取机器人...",
"TITLE": "编辑机器人",
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "机器人更新成功.",
"ERROR_MESSAGE": "无法更新机器人。请再试一次。"
}
},
"FORM": {
"AVATAR": {
"LABEL": "Bot avatar"
},
"NAME": {
"LABEL": "机器人名称",
"PLACEHOLDER": "Enter bot name",
"REQUIRED": "Bot name is required"
},
"DESCRIPTION": {
"LABEL": "描述信息",
"PLACEHOLDER": "这个机器人的用途是?"
},
"WEBHOOK_URL": {
"LABEL": "Webhook 网址",
"PLACEHOLDER": "https://example.com/webhook",
"REQUIRED": "Webhook URL is required"
},
"ERRORS": {
"NAME": "Bot name is required",
"URL": "Webhook URL is required",
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
},
"CANCEL": "取消",
"CREATE": "Create Bot",
"UPDATE": "Update Bot"
},
"WEBHOOK": {
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
},
"TYPES": {
"WEBHOOK": "Webhook 机器人",
"CSML": "CSML 机器人"
"WEBHOOK": "Webhook 机器人"
}
}
}

View File

@@ -126,6 +126,44 @@
"ATLEAST_ONE_CONDITION_REQUIRED": "至少需要一个条件",
"ATLEAST_ONE_ACTION_REQUIRED": "至少需要一个动作"
},
"NONE_OPTION": "无"
"NONE_OPTION": "无",
"EVENTS": {
"CONVERSATION_CREATED": "对话创建",
"CONVERSATION_UPDATED": "对话已更新",
"MESSAGE_CREATED": "Message Created",
"CONVERSATION_OPENED": "Conversation Opened"
},
"ACTIONS": {
"ASSIGN_AGENT": "Assign to Agent",
"ASSIGN_TEAM": "Assign a Team",
"ADD_LABEL": "Add a Label",
"REMOVE_LABEL": "Remove a Label",
"SEND_EMAIL_TO_TEAM": "Send an Email to Team",
"SEND_EMAIL_TRANSCRIPT": "Send an Email Transcript",
"MUTE_CONVERSATION": "开始会话",
"SNOOZE_CONVERSATION": "暂停对话",
"RESOLVE_CONVERSATION": "解决对话",
"SEND_WEBHOOK_EVENT": "Send Webhook Event",
"SEND_ATTACHMENT": "Send Attachment",
"SEND_MESSAGE": "Send a Message",
"CHANGE_PRIORITY": "更改优先级",
"ADD_SLA": "添加SLA"
},
"ATTRIBUTES": {
"MESSAGE_TYPE": "Message Type",
"MESSAGE_CONTAINS": "Message Contains",
"EMAIL": "Email",
"INBOX": "收件箱",
"CONVERSATION_LANGUAGE": "Conversation Language",
"PHONE_NUMBER": "电话号码",
"STATUS": "状态",
"BROWSER_LANGUAGE": "浏览器语言",
"MAIL_SUBJECT": "Email Subject",
"COUNTRY_NAME": "国家",
"REFERER_LINK": "Referrer Link",
"ASSIGNEE_NAME": "负责人",
"TEAM_NAME": "团队",
"PRIORITY": "优先级"
}
}
}

View File

@@ -544,6 +544,9 @@
"WROTE": "写道",
"YOU": "您",
"SAVE": "保存备注",
"EXPAND": "扩展",
"COLLAPSE": "Collapse",
"NO_NOTES": "No notes, you can add notes from the contact details page.",
"EMPTY_STATE": "此联系人没有关联的备注。您可以在上方输入框中添加备注。"
}
},

View File

@@ -32,10 +32,12 @@
"LOADING_CONVERSATIONS": "加载更多对话",
"CANNOT_REPLY": "您不能回复,原因是:",
"24_HOURS_WINDOW": "24 小时消息窗口限制",
"API_HOURS_WINDOW": "You can only reply to this conversation within {hours} hours",
"NOT_ASSIGNED_TO_YOU": "此对话未分配给您。您想要将此对话分配给自己吗?",
"ASSIGN_TO_ME": "分配给我",
"TWILIO_WHATSAPP_CAN_REPLY": "您只能使用模板信息回复此会话,原因是",
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24 小时消息窗口限制",
"OLD_INSTAGRAM_INBOX_REPLY_BANNER": "This Instagram account was migrated to the new Instagram channel inbox. All new messages will show up there. You wont be able to send messages from this conversation anymore.",
"REPLYING_TO": "您正在回复到:",
"REMOVE_SELECTION": "移除选择",
"DOWNLOAD": "下载",
@@ -293,6 +295,7 @@
"CONVERSATION_ACTIONS": "对话操作",
"CONVERSATION_LABELS": "对话标记",
"CONVERSATION_INFO": "对话信息",
"CONTACT_NOTES": "Contact Notes",
"CONTACT_ATTRIBUTES": "联系人属性",
"PREVIOUS_CONVERSATION": "上一次对话",
"MACROS": "宏",

View File

@@ -1,5 +1,11 @@
{
"GENERAL_SETTINGS": {
"LIMIT_MESSAGES": {
"CONVERSATION": "You have exceeded the conversation limit. Hacker plan allows only 500 conversations.",
"INBOXES": "You have exceeded the inbox limit. Hacker plan only supports website live-chat. Additional inboxes like email, WhatsApp etc. require a paid plan.",
"AGENTS": "You have exceeded the agent limit. Hacker plan allows only 2 agents.",
"NON_ADMIN": "Please contact your administrator to upgrade the plan and continue using all features."
},
"TITLE": "帐户设置",
"SUBMIT": "更新设置",
"BACK": "后退",
@@ -8,6 +14,26 @@
"ERROR": "无法更新设置,请重试!",
"SUCCESS": "已成功更新账户设置"
},
"ACCOUNT_DELETE_SECTION": {
"TITLE": "Delete your Account",
"NOTE": "Once you delete your account, all your data will be deleted.",
"BUTTON_TEXT": "Delete Your Account",
"CONFIRM": {
"TITLE": "Delete Account",
"MESSAGE": "Deleting your Account is irreversible. Enter your account name below to confirm you want to permanently delete it.",
"BUTTON_TEXT": "删除",
"DISMISS": "取消",
"PLACE_HOLDER": "请输入 {accountName} 以确认"
},
"SUCCESS": "Account marked for deletion",
"FAILURE": "Could not delete account, try again!",
"SCHEDULED_DELETION": {
"TITLE": "Account Scheduled for Deletion",
"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_INACTIVITY": "This account is scheduled for deletion on {deletionDate} due to account inactivity. You can cancel the deletion before this date.",
"CLEAR_BUTTON": "Cancel Scheduled Deletion"
}
},
"FORM": {
"ERROR": "请修正表单错误",
"GENERAL_SECTION": {
@@ -51,6 +77,7 @@
"UPDATE_CHATWOOT": "Chatwoot 有可用更新{latestChatwootVersion},请更新您的应用。",
"LEARN_MORE": "了解更多",
"PAYMENT_PENDING": "您的付款尚未完成。请更新您的付款信息以继续使用Chatwoot",
"UPGRADE": "Upgrade to continue using Chatwoot",
"LIMITS_UPGRADE": "您的账户已超过使用限制请升级您的计划以继续使用Chatwoot",
"OPEN_BILLING": "查看计费"
},

View File

@@ -696,7 +696,8 @@
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "用户指南",
"ERROR": "Slug是必填项"
"ERROR": "Slug是必填项",
"FORMAT_ERROR": "Please enter a valid slug, for eg: user-guide"
}
},
"PORTAL_SETTINGS": {

View File

@@ -43,7 +43,17 @@
"INBOX_NAME": "收件箱名称",
"ADD_NAME": "为收件箱添加名称",
"PICK_NAME": "为收件箱选择一个名称",
"PICK_A_VALUE": "选择一个数值"
"PICK_A_VALUE": "选择一个数值",
"CREATE_INBOX": "新增收件箱"
},
"INSTAGRAM": {
"CONTINUE_WITH_INSTAGRAM": "Continue with Instagram",
"CONNECT_YOUR_INSTAGRAM_PROFILE": "Connect your Instagram Profile",
"HELP": "To add your Instagram profile as a channel, you need to authenticate your Instagram Profile by clicking on 'Continue with Instagram' ",
"ERROR_MESSAGE": "There was an error connecting to Instagram, please try again",
"ERROR_AUTH": "There was an error connecting to Instagram, please try again",
"NEW_INBOX_SUGGESTION": "This Instagram account was previously linked to a different inbox and has now been migrated here. All new messages will appear here. The old inbox will no longer be able to send or receive messages for this account.",
"DUPLICATE_INBOX_BANNER": "This Instagram account was migrated to the new Instagram channel inbox. You wont be able to send/receive Instagram messages from this inbox anymore."
},
"TWITTER": {
"HELP": "若要将您的Twitter个人资料添加为频道您需要通过点击“使用Twitter登录”来验证您的Twitter个人资料。 ",
@@ -753,7 +763,8 @@
"EMAIL": "电子邮件",
"TELEGRAM": "Telegram",
"LINE": "Line",
"API": "API 频道"
"API": "API 频道",
"INSTAGRAM": "Instagram"
}
}
}

View File

@@ -329,12 +329,21 @@
"HEADER_KNOW_MORE": "了解更多",
"COPILOT": {
"SEND_MESSAGE": "发送消息...",
"EMPTY_MESSAGE": "There was an error generating the response. Please try again.",
"LOADER": "Captain 正在思考",
"YOU": "您",
"USE": "使用此",
"RESET": "重置",
"SELECT_ASSISTANT": "选择助手"
},
"PLAYGROUND": {
"USER": "您",
"ASSISTANT": "助手",
"MESSAGE_PLACEHOLDER": "输入您的消息...",
"HEADER": "Playground",
"DESCRIPTION": "Use this playground to send messages to your assistant and check if it responds accurately, quickly, and in the tone you expect.",
"CREDIT_NOTE": "Messages sent here will count toward your Captain credits."
},
"PAYWALL": {
"TITLE": "升级以使用 Captain AI",
"AVAILABLE_ON": "Captain 在免费计划中不可用。",
@@ -373,20 +382,41 @@
"ERROR_MESSAGE": "创建助手时出错,请重试。"
},
"FORM": {
"UPDATE": "更新",
"SECTIONS": {
"BASIC_INFO": "Basic Information",
"SYSTEM_MESSAGES": "System Messages",
"INSTRUCTIONS": "Instructions",
"FEATURES": "特性",
"TOOLS": "Tools "
},
"NAME": {
"LABEL": "助手名称",
"PLACEHOLDER": "为助手输入一个名称",
"ERROR": "请提供助手的名称"
"LABEL": "姓名:",
"PLACEHOLDER": "Enter assistant name"
},
"DESCRIPTION": {
"LABEL": "助手描述",
"PLACEHOLDER": "描述助手的用途和使用场景",
"ERROR": "描述是必需的"
"LABEL": "描述信息",
"PLACEHOLDER": "Enter assistant description"
},
"PRODUCT_NAME": {
"LABEL": "产品名称",
"PLACEHOLDER": "输入此助手设计用于的产品名称",
"ERROR": "产品名称是必需的"
"PLACEHOLDER": "Enter product name"
},
"WELCOME_MESSAGE": {
"LABEL": "Welcome Message",
"PLACEHOLDER": "Enter welcome message"
},
"HANDOFF_MESSAGE": {
"LABEL": "Handoff Message",
"PLACEHOLDER": "Enter handoff message"
},
"RESOLUTION_MESSAGE": {
"LABEL": "Resolution Message",
"PLACEHOLDER": "Enter resolution message"
},
"INSTRUCTIONS": {
"LABEL": "Instructions",
"PLACEHOLDER": "Enter instructions for the assistant"
},
"FEATURES": {
"TITLE": "特性",
@@ -397,7 +427,8 @@
"EDIT": {
"TITLE": "更新助手",
"SUCCESS_MESSAGE": "助手已成功更新",
"ERROR_MESSAGE": "更新助手时出错,请重试"
"ERROR_MESSAGE": "更新助手时出错,请重试",
"NOT_FOUND": "Could not find the assistant. Please try again."
},
"OPTIONS": {
"EDIT_ASSISTANT": "编辑助手",

View File

@@ -83,6 +83,22 @@
"ACTION_PARAMETERS_REQUIRED": "需要操作参数",
"ATLEAST_ONE_CONDITION_REQUIRED": "至少需要一个条件",
"ATLEAST_ONE_ACTION_REQUIRED": "至少需要一个动作"
},
"ACTIONS": {
"ASSIGN_TEAM": "Assign a Team",
"ASSIGN_AGENT": "Assign an Agent",
"ADD_LABEL": "Add a Label",
"REMOVE_LABEL": "Remove a Label",
"REMOVE_ASSIGNED_TEAM": "Remove Assigned Team",
"SEND_EMAIL_TRANSCRIPT": "Send an Email Transcript",
"MUTE_CONVERSATION": "开始会话",
"SNOOZE_CONVERSATION": "暂停对话",
"RESOLVE_CONVERSATION": "解决对话",
"SEND_ATTACHMENT": "Send Attachment",
"SEND_MESSAGE": "Send a Message",
"CHANGE_PRIORITY": "更改优先级",
"ADD_PRIVATE_NOTE": "Add a Private Note",
"SEND_WEBHOOK_EVENT": "Send Webhook Event"
}
}
}

View File

@@ -387,7 +387,8 @@
"LABEL": "公司名称",
"PLACEHOLDER": "Wayne企业"
},
"SUBMIT": "提交"
"SUBMIT": "提交",
"CANCEL": "取消"
}
},
"KEYBOARD_SHORTCUTS": {