* feat: Revamps search to use new search API's * Fixes search result spacing * Fixes message result * Fixes issue with empty search results * Remove console errors * Remove console errors * Fix console errors, canned responses * Fixes message rendering on results * Highlights search term * Fixes html rendering for emails * FIxes email rendering issues * Removes extra spaces and line breaks --------- Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
23 lines
628 B
JSON
23 lines
628 B
JSON
{
|
|
"SEARCH": {
|
|
"TABS": {
|
|
"ALL": "All",
|
|
"CONTACTS": "Contacts",
|
|
"CONVERSATIONS": "Conversations",
|
|
"MESSAGES": "Messages"
|
|
},
|
|
"SECTION": {
|
|
"CONTACTS": "Contacts",
|
|
"CONVERSATIONS": "Conversations",
|
|
"MESSAGES": "Messages"
|
|
},
|
|
"EMPTY_STATE": "No %{item} found for query '%{query}'",
|
|
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
|
|
"PLACEHOLDER_KEYBINDING": "/ to focus",
|
|
"INPUT_PLACEHOLDER": "Search message content, contact name, email or phone or conversations",
|
|
"BOT_LABEL": "Bot",
|
|
"READ_MORE": "Read more",
|
|
"WROTE": "wrote:"
|
|
}
|
|
}
|