Files
leadchat/app/javascript/dashboard/i18n/locale/vi/bulkActions.json
Shivam Mishra a8c12ffb25 chore: update interpolation syntax for i18n files (#10198)
There were two warnings showing up on new teams page

1. `errorMessage` prop was getting invalid value, this was because were
short circuting the error message using `&&`, fixed it by using ternary
operator
2. `vue-i18n` has deprecated [rails
syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format),
fixed that warning by removing `%` before `{}` for interpolation

> Note: the `vue-i18n` deprecation needs to be handled, but we can do it
later
2024-10-07 11:12:40 -07:00

42 lines
2.1 KiB
JSON

{
"BULK_ACTION": {
"CONVERSATIONS_SELECTED": "{conversationCount} cuộc hội thoại đã được chọn",
"AGENT_SELECT_LABEL": "Chọn thành viên",
"ASSIGN_CONFIRMATION_LABEL": "Bạn có chắc chắn để chỉ định {conversationCount} {conversationLabel} tới",
"UNASSIGN_CONFIRMATION_LABEL": "Bạn có chắc chắn hủy chỉ định {conversationCount} {conversationLabel}?",
"GO_BACK_LABEL": "Trở về",
"ASSIGN_LABEL": "Gán",
"YES": "Có",
"SEARCH_INPUT_PLACEHOLDER": "Tìm kiếm",
"ASSIGN_AGENT_TOOLTIP": "Gán tổng đài viên",
"ASSIGN_TEAM_TOOLTIP": "Gán nhóm",
"ASSIGN_SUCCESFUL": "Cuộc hội thoại đã được phân công thành công.",
"ASSIGN_FAILED": "Failed to assign conversations. Please try again.",
"RESOLVE_SUCCESFUL": "Cuộc hội thoại đã được giải quyết thành công.",
"RESOLVE_FAILED": "Failed to resolve conversations. Please try again.",
"ALL_CONVERSATIONS_SELECTED_ALERT": "Chỉ những cuộc hội thoại hiển thị trên trang này mới có thể được chọn.",
"AGENT_LIST_LOADING": "Đang tải điện thoại viên",
"UPDATE": {
"CHANGE_STATUS": "Thay đổi trạng thái",
"SNOOZE_UNTIL": "Báo lại",
"UPDATE_SUCCESFUL": "Đã cập nhật trạng thái cuộc hội thoại thành công.",
"UPDATE_FAILED": "Failed to update conversations. Please try again."
},
"LABELS": {
"ASSIGN_LABELS": "Assign labels",
"NO_LABELS_FOUND": "Không tìm thấy nhãn nào cho",
"ASSIGN_SELECTED_LABELS": "Gán các nhãn đã chọn",
"ASSIGN_SUCCESFUL": "Các nhãn được gán thành công.",
"ASSIGN_FAILED": "Failed to assign labels. Please try again."
},
"TEAMS": {
"TEAM_SELECT_LABEL": "Chọn nhóm",
"NONE": "Không có",
"NO_TEAMS_AVAILABLE": "Chưa có nhóm nào được thêm vào tài khoản này.",
"ASSIGN_SELECTED_TEAMS": "Chỉ định nhóm đã chọn.",
"ASSIGN_SUCCESFUL": "Teams assigned successfully.",
"ASSIGN_FAILED": "Failed to assign team. Please try again."
}
}
}