chore: New Crowdin Translation updates (#2063)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"INITIATED_FROM": "启动自:",
|
||||
"INITIATED_AT": "发起于",
|
||||
"IP_ADDRESS": "IP 地址",
|
||||
"NEW_MESSAGE": "New message",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "此联系人没有关联到以前的会话。",
|
||||
"TITLE": "上一次对话"
|
||||
@@ -71,7 +72,9 @@
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "Enter the phone number of the contact",
|
||||
"LABEL": "电话号码"
|
||||
"LABEL": "电话号码",
|
||||
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]",
|
||||
"ERROR": "Phone number should be either empty or of E.164 format"
|
||||
},
|
||||
"LOCATION": {
|
||||
"PLACEHOLDER": "Enter the location of the contact",
|
||||
@@ -104,6 +107,30 @@
|
||||
"CONTACT_ALREADY_EXIST": "This email address is in use for another contact.",
|
||||
"ERROR_MESSAGE": "出现错误,请重试"
|
||||
},
|
||||
"NEW_CONVERSATION": {
|
||||
"BUTTON_LABEL": "Start conversation",
|
||||
"TITLE": "New conversation",
|
||||
"DESC": "Start a new conversation by sending a new message.",
|
||||
"NO_INBOX": "Couldn't find an inbox to initiate a new conversation with this contact.",
|
||||
"FORM": {
|
||||
"TO": {
|
||||
"LABEL": "To"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Inbox",
|
||||
"ERROR": "Select an inbox"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Message",
|
||||
"PLACEHOLDER": "Write your message here",
|
||||
"ERROR": "Message can't be empty"
|
||||
},
|
||||
"SUBMIT": "Send message",
|
||||
"CANCEL": "取消",
|
||||
"SUCCESS_MESSAGE": "Message sent!",
|
||||
"ERROR_MESSAGE": "Couldn't send! try again"
|
||||
}
|
||||
},
|
||||
"CONTACTS_PAGE": {
|
||||
"HEADER": "Contacts",
|
||||
"SEARCH_BUTTON": "搜索",
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
"LOADING_CONVERSATIONS": "加载更多对话",
|
||||
"CANNOT_REPLY": "您不能回复,原因是:",
|
||||
"24_HOURS_WINDOW": "24 小时消息窗口限制",
|
||||
"TWILIO_WHATSAPP_CAN_REPLY": "You can only reply to this conversation using a template message due to",
|
||||
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24 小时消息窗口限制",
|
||||
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
|
||||
"REPLYING_TO": "You are replying to:",
|
||||
"REMOVE_SELECTION": "Remove Selection",
|
||||
@@ -29,10 +31,14 @@
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "已解决",
|
||||
"REOPEN_ACTION": "重新打开",
|
||||
"OPEN_ACTION": "打开",
|
||||
"OPEN": "详细信息",
|
||||
"CLOSE": "关闭",
|
||||
"DETAILS": "详情"
|
||||
},
|
||||
"RESOLVE_DROPDOWN": {
|
||||
"OPEN_BOT": "Open with bot"
|
||||
},
|
||||
"FOOTER": {
|
||||
"MSG_INPUT": "输入“/”开始选择快捷回复",
|
||||
"PRIVATE_MSG_INPUT": "Shift + 输入新行。这只对客服可见"
|
||||
@@ -52,6 +58,7 @@
|
||||
"CHANGE_STATUS": "对话状态已更改",
|
||||
"CHANGE_AGENT": "对话分配人已更改",
|
||||
"CHANGE_TEAM": "Conversation team changed",
|
||||
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit",
|
||||
"SENT_BY": "Sent by:",
|
||||
"ASSIGNMENT": {
|
||||
"SELECT_AGENT": "Select Agent",
|
||||
|
||||
@@ -194,6 +194,7 @@
|
||||
"TITLE": "您的收件箱已准备就绪!",
|
||||
"MESSAGE": "您现在可以通过您的新频道与您的客户联系。快乐支持 ",
|
||||
"BUTTON_TEXT": "带我到这里",
|
||||
"MORE_SETTINGS": "More settings",
|
||||
"WEBSITE_SUCCESS": "您已成功完成创建网站频道。复制下面显示的代码并将其粘贴在您的网站上。 下次客户使用实时聊天时,对话将自动出现在您的收件箱中。"
|
||||
},
|
||||
"REAUTH": "重新授权",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
"LINK": "个人资料设置",
|
||||
"TITLE": "个人资料设置",
|
||||
"BTN_TEXT": "更新个人资料",
|
||||
"UPDATE_SUCCESS": "Your profile has been updated successfully",
|
||||
"PASSWORD_UPDATE_SUCCESS": "Your password has been changed successfully",
|
||||
"AFTER_EMAIL_CHANGED": "您的个人资料已成功更新,请在您的登录凭据更改后重新登录",
|
||||
"FORM": {
|
||||
"AVATAR": "头像",
|
||||
@@ -16,12 +18,18 @@
|
||||
},
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "密码",
|
||||
"NOTE": "更新您的密码会在多个设备中重置您的登录信息。"
|
||||
"NOTE": "更新您的密码会在多个设备中重置您的登录信息。",
|
||||
"BTN_TEXT": "Change password"
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "访问令牌",
|
||||
"NOTE": "如果您正在构建基于 API 的集成,这个令牌可以被使用"
|
||||
},
|
||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Audio Notifications",
|
||||
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
||||
"ENABLE_AUDIO": "Play audio notification when a new conversation is created or new messages arrives"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "电子邮件通知",
|
||||
"NOTE": "在此更新您的电子邮件通知设置",
|
||||
|
||||
Reference in New Issue
Block a user