# Pull Request Template ## Description This PR adds support for displaying shared contacts in a Telegram channel. **NB:** Tested with both old and new bubbles. Multiple numbers for a single contact are not supported at this time, but multiple contacts are supported. In the future, we can add support for displaying contact names as well. ## Type of change - [x] New feature (non-breaking change which adds functionality) ## How Has This Been Tested? **Loom video** https://www.loom.com/share/95efadace3194887bc0663c53e7c08bc?sid=a5c27176-3dd8-456c-80b9-c63dbb89dca1 ## Checklist: - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented on my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
140 lines
3.4 KiB
JSON
140 lines
3.4 KiB
JSON
{
|
|
"CHAT_LIST": {
|
|
"LOADING": "Fetching conversations",
|
|
"LOAD_MORE_CONVERSATIONS": "Load more conversations",
|
|
"EOF": "All conversations loaded 🎉",
|
|
"LIST": {
|
|
"404": "There are no active conversations in this group."
|
|
},
|
|
"FAILED_TO_SEND": "Failed to send",
|
|
"TAB_HEADING": "Conversations",
|
|
"MENTION_HEADING": "Mentions",
|
|
"UNATTENDED_HEADING": "Unattended",
|
|
"SEARCH": {
|
|
"INPUT": "Search for People, Chats, Saved Replies .."
|
|
},
|
|
"FILTER_ALL": "All",
|
|
"ASSIGNEE_TYPE_TABS": {
|
|
"me": "Mine",
|
|
"unassigned": "Unassigned",
|
|
"all": "All"
|
|
},
|
|
"CHAT_STATUS_FILTER_ITEMS": {
|
|
"open": {
|
|
"TEXT": "Open"
|
|
},
|
|
"resolved": {
|
|
"TEXT": "Resolved"
|
|
},
|
|
"pending": {
|
|
"TEXT": "Pending"
|
|
},
|
|
"snoozed": {
|
|
"TEXT": "Snoozed"
|
|
},
|
|
"all": {
|
|
"TEXT": "All"
|
|
}
|
|
},
|
|
"VIEW_FILTER": "View",
|
|
"SORT_TOOLTIP_LABEL": "Sort conversations",
|
|
"CHAT_SORT": {
|
|
"STATUS": "Status",
|
|
"ORDER_BY": "Order by"
|
|
},
|
|
"CHAT_TIME_STAMP": {
|
|
"CREATED": {
|
|
"LATEST": "Created",
|
|
"OLDEST": "Created at:"
|
|
},
|
|
"LAST_ACTIVITY": {
|
|
"NOT_ACTIVE": "Last activity:",
|
|
"ACTIVE": "Last activity"
|
|
}
|
|
},
|
|
"SORT_ORDER_ITEMS": {
|
|
"last_activity_at_asc": {
|
|
"TEXT": "Last activity: Oldest first"
|
|
},
|
|
"last_activity_at_desc": {
|
|
"TEXT": "Last activity: Newest first"
|
|
},
|
|
"created_at_desc": {
|
|
"TEXT": "Created at: Newest first"
|
|
},
|
|
"created_at_asc": {
|
|
"TEXT": "Created at: Oldest first"
|
|
},
|
|
"priority_desc": {
|
|
"TEXT": "Priority: Highest first"
|
|
},
|
|
"priority_asc": {
|
|
"TEXT": "Priority: Lowest first"
|
|
},
|
|
"waiting_since_asc": {
|
|
"TEXT": "Pending Response: Longest first"
|
|
},
|
|
"waiting_since_desc": {
|
|
"TEXT": "Pending Response: Shortest first"
|
|
}
|
|
},
|
|
"ATTACHMENTS": {
|
|
"image": {
|
|
"CONTENT": "Picture message"
|
|
},
|
|
"audio": {
|
|
"CONTENT": "Audio message"
|
|
},
|
|
"video": {
|
|
"CONTENT": "Video message"
|
|
},
|
|
"file": {
|
|
"CONTENT": "File Attachment"
|
|
},
|
|
"location": {
|
|
"CONTENT": "Location"
|
|
},
|
|
"ig_reel": {
|
|
"CONTENT": "Instagram Reel"
|
|
},
|
|
"fallback": {
|
|
"CONTENT": "has shared a url"
|
|
},
|
|
"contact": {
|
|
"CONTENT": "Shared contact"
|
|
}
|
|
},
|
|
"CHAT_SORT_BY_FILTER": {
|
|
"TITLE": "Sort conversation",
|
|
"DROPDOWN_TITLE": "Sort by",
|
|
"ITEMS": {
|
|
"LATEST": {
|
|
"NAME": "Last activity at",
|
|
"LABEL": "Last activity"
|
|
},
|
|
"CREATED_AT": {
|
|
"NAME": "Created at",
|
|
"LABEL": "Created at"
|
|
},
|
|
"LAST_USER_MESSAGE_AT": {
|
|
"NAME": "Last user message at",
|
|
"LABEL": "Last message"
|
|
}
|
|
}
|
|
},
|
|
"RECEIVED_VIA_EMAIL": "Received via email",
|
|
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
|
|
"REPLY_TO_TWEET": "Reply to this tweet",
|
|
"LINK_TO_STORY": "Go to instagram story",
|
|
"SENT": "Sent successfully",
|
|
"READ": "Read successfully",
|
|
"DELIVERED": "Delivered successfully",
|
|
"NO_MESSAGES": "No Messages",
|
|
"NO_CONTENT": "No content available",
|
|
"HIDE_QUOTED_TEXT": "Hide Quoted Text",
|
|
"SHOW_QUOTED_TEXT": "Show Quoted Text",
|
|
"MESSAGE_READ": "Read",
|
|
"SENDING": "Sending"
|
|
}
|
|
}
|