Chatwoot/app/javascript/dashboard/i18n/locale/en/contact.json

21 lines
653 B
JSON
Raw Normal View History

{
"CONTACT_PANEL": {
2020-02-11 13:51:55 +00:00
"CONVERSATION_TITLE": "Conversation Details",
"BROWSER": "Browser",
"OS": "Operating System",
"INITIATED_FROM": "Initiated from",
"INITIATED_AT": "Initiated at",
"CONVERSATIONS": {
"NO_RECORDS_FOUND": "There are no previous conversations associated to this contact.",
"TITLE": "Previous Conversations"
},
"LABELS": {
"NO_RECORDS_FOUND": "There are no labels associated to this conversation.",
2020-02-11 13:51:55 +00:00
"TITLE": "Conversation Labels",
"UPDATE_BUTTON": "Update Labels",
"ADD_BUTTON": "Add Labels",
"UPDATE_ERROR": "Couldn't update labels, try Again 🧐"
}
}
}