Chatwoot/app/javascript/dashboard/i18n/locale/en/chatlist.json
Pranav Raj S 0740d4762f
Enhancement: Paginate conversation calls in tabs (#560)
* Use conversationPage module for pagination

* Load more conversations

* Reset list if conversation status is changed

* Add specs to conversationPage

* Reset filter when page is re-mounted

* Update text

* Update text
2020-02-26 21:15:01 +05:30

56 lines
1.4 KiB
JSON

{
"CHAT_LIST": {
"LOADING": "Fetching conversations",
"LOAD_MORE_CONVERSATIONS": "Load more conversations...",
"EOF": "You have reached the end of the list",
"LIST": {
"404": "There are no active conversations in this group."
},
"TAB_HEADING": "Conversations",
"SEARCH": {
"INPUT": "Search for People, Chats, Saved Replies .."
},
"STATUS_TABS": [
{ "NAME": "Open", "KEY": "openCount" },
{ "NAME": "Resolved", "KEY": "allConvCount" }
],
"ASSIGNEE_TYPE_TABS": [
{ "NAME": "Mine", "KEY": "me", "COUNT_KEY": "mineCount" },
{ "NAME": "Unassigned", "KEY": "unassigned", "COUNT_KEY": "unAssignedCount"},
{ "NAME": "All", "KEY": "all", "COUNT_KEY": "allCount" }
],
"CHAT_STATUS_ITEMS": [
{ "TEXT": "Open", "VALUE": "open" },
{ "TEXT": "Resolved", "VALUE": "resolved" }
],
"ATTACHMENTS": {
"image": {
"ICON": "ion-camera",
"CONTENT": "Picture message"
},
"audio": {
"ICON": "ion-volume-high",
"CONTENT": "Audio message"
},
"video": {
"ICON": "ion-ios-videocam",
"CONTENT": "Video message"
},
"file": {
"ICON": "ion-document",
"CONTENT": "File Attachment"
},
"location": {
"ICON": "ion-ios-location",
"CONTENT": "Location"
},
"fallback": {
"ICON": "ion-link",
"CONTENT": "has shared a url"
}
}
}
}