chore: Update translations (#6941)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
24
app/javascript/dashboard/i18n/locale/zh_CN/auditLogs.json
Normal file
24
app/javascript/dashboard/i18n/locale/zh_CN/auditLogs.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"AUDIT_LOGS": {
|
||||
"HEADER": "Audit Logs",
|
||||
"HEADER_BTN_TXT": "Add Audit Logs",
|
||||
"LOADING": "Fetching Audit Logs",
|
||||
"SEARCH_404": "没有任何项目符合此查询",
|
||||
"SIDEBAR_TXT": "<p><b>Audit Logs</b> </p><p> Audit Logs are trails for events and actions in a Chatwoot System. </p>",
|
||||
"LIST": {
|
||||
"404": "There are no Audit Logs available in this account.",
|
||||
"TITLE": "Manage Audit Logs",
|
||||
"DESC": "Audit Logs are trails for events and actions in a Chatwoot System.",
|
||||
"TABLE_HEADER": [
|
||||
"User",
|
||||
"Action",
|
||||
"IP 地址",
|
||||
"Time"
|
||||
]
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
|
||||
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -120,8 +120,9 @@
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "输入联系人的电话号码",
|
||||
"LABEL": "电话号码",
|
||||
"HELP": "电话号码应为E.164格式,例如:+14155555 [+] [国家代码][地区代码][本地电话号码]",
|
||||
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]. You can select the dial code from the dropdown.",
|
||||
"ERROR": "电话号码应为空或E.164格式",
|
||||
"DIAL_CODE_ERROR": "Please select a dial code from the list",
|
||||
"DUPLICATE": "此电话号码正在用于另一个联系人。"
|
||||
},
|
||||
"LOCATION": {
|
||||
@@ -181,7 +182,8 @@
|
||||
"LABEL": "发送至"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "收件箱",
|
||||
"LABEL": "Via Inbox",
|
||||
"PLACEHOLDER": "Choose source inbox",
|
||||
"ERROR": "选择一个收件箱"
|
||||
},
|
||||
"SUBJECT": {
|
||||
|
||||
@@ -478,6 +478,8 @@
|
||||
"WHATSAPP_SECTION_UPDATE_TITLE": "Update API Key",
|
||||
"WHATSAPP_SECTION_UPDATE_PLACEHOLDER": "Enter the new API Key here",
|
||||
"WHATSAPP_SECTION_UPDATE_BUTTON": "更新",
|
||||
"WHATSAPP_WEBHOOK_TITLE": "Webhook Verify Token",
|
||||
"WHATSAPP_WEBHOOK_SUBHEADER": "This token is used to verify the authenticity of the webhook endpoint.",
|
||||
"UPDATE_PRE_CHAT_FORM_SETTINGS": "Update Pre Chat Form Settings"
|
||||
},
|
||||
"AUTO_ASSIGNMENT": {
|
||||
|
||||
@@ -203,6 +203,7 @@
|
||||
"HOME": "首页",
|
||||
"AGENTS": "客服代理们",
|
||||
"AGENT_BOTS": "机器人",
|
||||
"AUDIT_LOGS": "Audit Logs",
|
||||
"INBOXES": "收件箱",
|
||||
"NOTIFICATIONS": "消息通知",
|
||||
"CANNED_RESPONSES": "预设回复",
|
||||
|
||||
Reference in New Issue
Block a user