chore: New translation updates (#2533)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
}
|
||||
},
|
||||
"SEARCH": {
|
||||
"NO_RESULTS": "No agents found."
|
||||
"NO_RESULTS": "No results found."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
},
|
||||
"STATUS": {
|
||||
"ENABLED": "Bật",
|
||||
"DISABLED": "Không bật"
|
||||
"DISABLED": "Tắt"
|
||||
},
|
||||
"SENDER": {
|
||||
"BOT": "Bot"
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
"RECEIVED_VIA_EMAIL": "Nhận được từ email",
|
||||
"VIEW_TWEET_IN_TWITTER": "Xem tweet trên Twitter",
|
||||
"REPLY_TO_TWEET": "Trả lời cho tweet này",
|
||||
"NO_MESSAGES": "No Messages",
|
||||
"NO_CONTENT": "No content available"
|
||||
"NO_MESSAGES": "Không có tin nhắn",
|
||||
"NO_CONTENT": "Không có nội dung"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"NOT_AVAILABLE": "Không có sẵn",
|
||||
"EMAIL_ADDRESS": "Địa chỉ email",
|
||||
"PHONE_NUMBER": "Số điện thoại",
|
||||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||||
"COPY_SUCCESSFUL": "Đã sao chép mã thành công",
|
||||
"COMPANY": "Công ty",
|
||||
"LOCATION": "Vị trí",
|
||||
"CONVERSATION_TITLE": "Chi tiết của cuộc trò chuyện",
|
||||
@@ -12,7 +12,7 @@
|
||||
"INITIATED_FROM": "Bắt đầu từ",
|
||||
"INITIATED_AT": "Bắt đầu lúc",
|
||||
"IP_ADDRESS": "Địa chỉ IP",
|
||||
"NEW_MESSAGE": "New message",
|
||||
"NEW_MESSAGE": "Tin nhắn mới",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "Không có cuộc trò chuyện trước đó được liên kết với liên hệ này.",
|
||||
"TITLE": "Cuộc trò chuyện trước đó"
|
||||
@@ -136,6 +136,7 @@
|
||||
"LIST": {
|
||||
"LOADING_MESSAGE": "Loading contacts...",
|
||||
"404": "No contacts matches your search 🔍",
|
||||
"NO_CONTACTS": "There are no available contacts",
|
||||
"TABLE_HEADER": {
|
||||
"NAME": "Tên",
|
||||
"PHONE_NUMBER": "Số điện thoại",
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
"DOWNLOAD": "Tải xuống",
|
||||
"UPLOADING_ATTACHMENTS": "Uploading attachments...",
|
||||
"NO_RESPONSE": "No response",
|
||||
"RATING_TITLE": "Rating",
|
||||
"FEEDBACK_TITLE": "Feedback",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Giải quyết",
|
||||
"REOPEN_ACTION": "Mở lại",
|
||||
|
||||
6
app/javascript/dashboard/i18n/locale/vi/csatMgmt.json
Normal file
6
app/javascript/dashboard/i18n/locale/vi/csatMgmt.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"CSAT": {
|
||||
"TITLE": "Rate your conversation",
|
||||
"PLACEHOLDER": "Tell us more..."
|
||||
}
|
||||
}
|
||||
@@ -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": "Xoá",
|
||||
"API": {
|
||||
|
||||
@@ -139,7 +139,9 @@
|
||||
"ACCOUNT_SETTINGS": "Cài Đặt Tài Khoản",
|
||||
"APPLICATIONS": "Applications",
|
||||
"LABELS": "Nhãn",
|
||||
"TEAMS": "Teams"
|
||||
"TEAMS": "Teams",
|
||||
"ALL_CONTACTS": "All Contacts",
|
||||
"TAGGED_WITH": "Tagged with"
|
||||
},
|
||||
"CREATE_ACCOUNT": {
|
||||
"NEW_ACCOUNT": "Tạo mới tài khoản",
|
||||
|
||||
Reference in New Issue
Block a user