chore: New translation updates (#2533)

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Sojan Jose
2021-06-29 18:12:33 +05:30
committed by GitHub
parent 8027c69c1c
commit 07a422219a
285 changed files with 951 additions and 146 deletions

View File

@@ -90,7 +90,7 @@
}
},
"SEARCH": {
"NO_RESULTS": "没有找到代理人。"
"NO_RESULTS": "No results found."
}
}
}

View File

@@ -15,7 +15,7 @@
"ERROR": "Title is required"
},
"MESSAGE": {
"LABEL": "Message",
"LABEL": "消息",
"PLACEHOLDER": "Please enter the message of campaign",
"ERROR": "Message is required"
},
@@ -68,7 +68,7 @@
"404": "There are no campaigns created for this inbox.",
"TABLE_HEADER": {
"TITLE": "Title",
"MESSAGE": "Message",
"MESSAGE": "消息",
"STATUS": "状态",
"SENDER": "Sender",
"URL": "URL",

View File

@@ -12,52 +12,52 @@
"INITIATED_FROM": "启动自:",
"INITIATED_AT": "发起于",
"IP_ADDRESS": "IP 地址",
"NEW_MESSAGE": "New message",
"NEW_MESSAGE": "新消息",
"CONVERSATIONS": {
"NO_RECORDS_FOUND": "此联系人没有关联到以前的会话。",
"TITLE": "上一次对话"
},
"LABELS": {
"CONTACT": {
"TITLE": "Contact Labels",
"ERROR": "Couldn't update labels"
"TITLE": "联系人标签",
"ERROR": "无法更新标签"
},
"CONVERSATION": {
"TITLE": "对话标记",
"ADD_BUTTON": "Add Labels"
"ADD_BUTTON": "添加标签"
},
"LABEL_SELECT": {
"TITLE": "Add Labels",
"PLACEHOLDER": "Search labels",
"NO_RESULT": "No labels found"
"TITLE": "添加标签",
"PLACEHOLDER": "搜索标签",
"NO_RESULT": "未找到标签"
}
},
"MUTE_CONTACT": "Mute Conversation",
"UNMUTE_CONTACT": "Unmute Conversation",
"MUTED_SUCCESS": "This conversation is muted for 6 hours",
"UNMUTED_SUCCESS": "This conversation is unmuted",
"MUTE_CONTACT": "开始会话",
"UNMUTE_CONTACT": "取消静音",
"MUTED_SUCCESS": "此对话被静音6小时",
"UNMUTED_SUCCESS": "此对话已取消静音",
"SEND_TRANSCRIPT": "Send Transcript",
"EDIT_LABEL": "编辑"
},
"EDIT_CONTACT": {
"BUTTON_LABEL": "编辑联系人",
"TITLE": "Edit contact",
"DESC": "Edit contact details"
"TITLE": "编辑联系人",
"DESC": "编辑联系人详情"
},
"CREATE_CONTACT": {
"BUTTON_LABEL": "New Contact",
"TITLE": "Create new contact",
"DESC": "Add basic information details about the contact."
"BUTTON_LABEL": "新建联系人",
"TITLE": "创建新联系人",
"DESC": "添加联系人的基本信息。"
},
"CONTACT_FORM": {
"FORM": {
"SUBMIT": "提交",
"CANCEL": "取消",
"AVATAR": {
"LABEL": "Contact Avatar"
"LABEL": "联系人头像"
},
"NAME": {
"PLACEHOLDER": "Enter the full name of the contact",
"PLACEHOLDER": "输入联系人的名字",
"LABEL": "名字"
},
"BIO": {
@@ -65,14 +65,14 @@
"LABEL": "Bio"
},
"EMAIL_ADDRESS": {
"PLACEHOLDER": "Enter the email address of the contact",
"PLACEHOLDER": "输入联系人的电子邮件地址",
"LABEL": "电子邮件地址"
},
"PHONE_NUMBER": {
"PLACEHOLDER": "Enter the phone number of the contact",
"PLACEHOLDER": "输入联系人的电话号码",
"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"
"HELP": "电话号码应为E.164格式,例如:+14155555 [+] [国家代码][地区代码][本地电话号码]",
"ERROR": "电话号码应为空或E.164格式"
},
"LOCATION": {
"PLACEHOLDER": "Enter the location of the contact",
@@ -119,7 +119,7 @@
"ERROR": "Select an inbox"
},
"MESSAGE": {
"LABEL": "Message",
"LABEL": "消息",
"PLACEHOLDER": "Write your message here",
"ERROR": "Message can't be empty"
},
@@ -136,6 +136,7 @@
"LIST": {
"LOADING_MESSAGE": "正在加载联系人列表...",
"404": "没有搜索到联系人🔍",
"NO_CONTACTS": "There are no available contacts",
"TABLE_HEADER": {
"NAME": "姓名:",
"PHONE_NUMBER": "电话号码",

View File

@@ -28,6 +28,8 @@
"DOWNLOAD": "下载",
"UPLOADING_ATTACHMENTS": "Uploading attachments...",
"NO_RESPONSE": "No response",
"RATING_TITLE": "Rating",
"FEEDBACK_TITLE": "Feedback",
"HEADER": {
"RESOLVE_ACTION": "已解决",
"REOPEN_ACTION": "重新打开",

View File

@@ -0,0 +1,6 @@
{
"CSAT": {
"TITLE": "Rate your conversation",
"PLACEHOLDER": "Tell us more..."
}
}

View File

@@ -66,6 +66,12 @@
}
}
},
"SLACK": {
"HELP_TEXT": {
"TITLE": "Using Slack Integration",
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>"
}
},
"DELETE": {
"BUTTON_TEXT": "删除",
"API": {

View File

@@ -139,7 +139,9 @@
"ACCOUNT_SETTINGS": "帐户设置",
"APPLICATIONS": "Applications",
"LABELS": "标签",
"TEAMS": "Teams"
"TEAMS": "Teams",
"ALL_CONTACTS": "All Contacts",
"TAGGED_WITH": "Tagged with"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "New Account",