2020-01-01 17:00:43 +00:00
{
"CONTACT_PANEL" : {
2020-08-22 18:35:07 +00:00
"NOT_AVAILABLE" : "Not Available" ,
"EMAIL_ADDRESS" : "Email Address" ,
"PHONE_NUMBER" : "Phone number" ,
2020-10-19 09:27:16 +00:00
"COPY_SUCCESSFUL" : "Copied to clipboard successfully" ,
2020-08-22 18:35:07 +00:00
"COMPANY" : "Company" ,
"LOCATION" : "Location" ,
2020-02-16 10:16:26 +00:00
"CONVERSATION_TITLE" : "Conversation Details" ,
2021-10-25 13:05:58 +00:00
"VIEW_PROFILE" : "View Profile" ,
2020-01-01 17:00:43 +00:00
"BROWSER" : "Browser" ,
"OS" : "Operating System" ,
"INITIATED_FROM" : "Initiated from" ,
2020-01-13 05:47:03 +00:00
"INITIATED_AT" : "Initiated at" ,
2020-12-15 19:02:05 +00:00
"IP_ADDRESS" : "IP Address" ,
2021-04-16 15:01:07 +00:00
"NEW_MESSAGE" : "New message" ,
2020-01-13 05:47:03 +00:00
"CONVERSATIONS" : {
"NO_RECORDS_FOUND" : "There are no previous conversations associated to this contact." ,
"TITLE" : "Previous Conversations"
2020-01-21 13:12:44 +00:00
} ,
"LABELS" : {
2021-06-14 05:06:00 +00:00
"CONTACT" : {
"TITLE" : "Contact Labels" ,
"ERROR" : "Couldn't update labels"
} ,
"CONVERSATION" : {
"TITLE" : "Conversation Labels" ,
"ADD_BUTTON" : "Add Labels"
2020-06-25 15:34:03 +00:00
} ,
2021-05-06 14:31:26 +00:00
"LABEL_SELECT" : {
"TITLE" : "Add Labels" ,
"PLACEHOLDER" : "Search labels" ,
"NO_RESULT" : "No labels found"
}
2020-05-26 12:13:59 +00:00
} ,
2021-10-13 13:05:13 +00:00
"MERGE_CONTACT" : "Merge contact" ,
"CONTACT_ACTIONS" : "Contact actions" ,
2020-08-17 05:55:13 +00:00
"MUTE_CONTACT" : "Mute Conversation" ,
2020-10-08 06:32:08 +00:00
"UNMUTE_CONTACT" : "Unmute Conversation" ,
2020-08-17 05:55:13 +00:00
"MUTED_SUCCESS" : "This conversation is muted for 6 hours" ,
2020-10-08 06:32:08 +00:00
"UNMUTED_SUCCESS" : "This conversation is unmuted" ,
2020-08-17 05:55:13 +00:00
"SEND_TRANSCRIPT" : "Send Transcript" ,
2021-09-13 12:38:58 +00:00
"EDIT_LABEL" : "Edit" ,
"SIDEBAR_SECTIONS" : {
"CUSTOM_ATTRIBUTES" : "Custom Attributes" ,
"CONTACT_LABELS" : "Contact Labels" ,
"PREVIOUS_CONVERSATIONS" : "Previous Conversations"
}
2020-08-22 18:35:07 +00:00
} ,
"EDIT_CONTACT" : {
"BUTTON_LABEL" : "Edit Contact" ,
"TITLE" : "Edit contact" ,
2021-02-18 18:40:32 +00:00
"DESC" : "Edit contact details"
} ,
2021-02-19 14:52:58 +00:00
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "New Contact" ,
"TITLE" : "Create new contact" ,
"DESC" : "Add basic information details about the contact."
} ,
2021-09-29 06:31:58 +00:00
"IMPORT_CONTACTS" : {
"BUTTON_LABEL" : "Import" ,
"TITLE" : "Import Contacts" ,
"DESC" : "Import contacts through a CSV file." ,
"DOWNLOAD_LABEL" : "Download a sample csv." ,
"FORM" : {
"LABEL" : "CSV File" ,
"SUBMIT" : "Import" ,
"CANCEL" : "Cancel"
} ,
"SUCCESS_MESSAGE" : "Contacts saved successfully" ,
"ERROR_MESSAGE" : "There was an error, please try again"
} ,
2021-09-23 07:22:49 +00:00
"DELETE_CONTACT" : {
"BUTTON_LABEL" : "Delete Contact" ,
"TITLE" : "Delete contact" ,
"DESC" : "Delete contact details" ,
"CONFIRM" : {
"TITLE" : "Confirm Deletion" ,
"MESSAGE" : "Are you sure to delete " ,
"PLACE_HOLDER" : "Please type {contactName} to confirm" ,
"YES" : "Yes, Delete " ,
"NO" : "No, Keep "
} ,
"API" : {
"SUCCESS_MESSAGE" : "Contact deleted successfully" ,
"ERROR_MESSAGE" : "Could not delete contact. Please try again later."
}
} ,
2021-02-18 18:40:32 +00:00
"CONTACT_FORM" : {
2020-08-22 18:35:07 +00:00
"FORM" : {
"SUBMIT" : "Submit" ,
"CANCEL" : "Cancel" ,
"AVATAR" : {
"LABEL" : "Contact Avatar"
} ,
"NAME" : {
"PLACEHOLDER" : "Enter the full name of the contact" ,
"LABEL" : "Full Name"
} ,
"BIO" : {
"PLACEHOLDER" : "Enter the bio of the contact" ,
"LABEL" : "Bio"
} ,
"EMAIL_ADDRESS" : {
"PLACEHOLDER" : "Enter the email address of the contact" ,
"LABEL" : "Email Address"
} ,
"PHONE_NUMBER" : {
"PLACEHOLDER" : "Enter the phone number of the contact" ,
2021-04-16 13:18:13 +00:00
"LABEL" : "Phone Number" ,
"HELP" : "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]" ,
"ERROR" : "Phone number should be either empty or of E.164 format"
2020-08-22 18:35:07 +00:00
} ,
"LOCATION" : {
"PLACEHOLDER" : "Enter the location of the contact" ,
"LABEL" : "Location"
} ,
"COMPANY_NAME" : {
"PLACEHOLDER" : "Enter the company name" ,
"LABEL" : "Company Name"
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
"PLACEHOLDER" : "Enter the Facebook username" ,
"LABEL" : "Facebook"
} ,
"TWITTER" : {
"PLACEHOLDER" : "Enter the Twitter username" ,
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
"PLACEHOLDER" : "Enter the LinkedIn username" ,
"LABEL" : "LinkedIn"
} ,
"GITHUB" : {
"PLACEHOLDER" : "Enter the Github username" ,
"LABEL" : "Github"
}
}
} ,
2021-02-19 14:52:58 +00:00
"SUCCESS_MESSAGE" : "Contact saved successfully" ,
2020-08-22 18:35:07 +00:00
"CONTACT_ALREADY_EXIST" : "This email address is in use for another contact." ,
2021-02-19 14:52:58 +00:00
"ERROR_MESSAGE" : "There was an error, please try again"
2020-11-10 09:55:26 +00:00
} ,
2021-04-16 15:01:07 +00:00
"NEW_CONVERSATION" : {
"BUTTON_LABEL" : "Start conversation" ,
"TITLE" : "New conversation" ,
"DESC" : "Start a new conversation by sending a new message." ,
"NO_INBOX" : "Couldn't find an inbox to initiate a new conversation with this contact." ,
"FORM" : {
"TO" : {
"LABEL" : "To"
} ,
"INBOX" : {
"LABEL" : "Inbox" ,
"ERROR" : "Select an inbox"
} ,
2021-10-27 07:39:29 +00:00
"SUBJECT" : {
"LABEL" : "Subject" ,
"PLACEHOLDER" : "Subject" ,
"ERROR" : "Subject can't be empty"
} ,
2021-04-16 15:01:07 +00:00
"MESSAGE" : {
"LABEL" : "Message" ,
"PLACEHOLDER" : "Write your message here" ,
"ERROR" : "Message can't be empty"
} ,
"SUBMIT" : "Send message" ,
"CANCEL" : "Cancel" ,
"SUCCESS_MESSAGE" : "Message sent!" ,
"ERROR_MESSAGE" : "Couldn't send! try again"
}
} ,
2020-11-10 09:55:26 +00:00
"CONTACTS_PAGE" : {
"HEADER" : "Contacts" ,
2021-07-06 07:32:37 +00:00
"FIELDS" : "Contact fields" ,
2020-11-10 09:55:26 +00:00
"SEARCH_BUTTON" : "Search" ,
"SEARCH_INPUT_PLACEHOLDER" : "Search for contacts" ,
"LIST" : {
"LOADING_MESSAGE" : "Loading contacts..." ,
"404" : "No contacts matches your search 🔍" ,
2021-06-18 14:38:58 +00:00
"NO_CONTACTS" : "There are no available contacts" ,
2021-03-01 16:58:15 +00:00
"TABLE_HEADER" : {
"NAME" : "Name" ,
"PHONE_NUMBER" : "Phone Number" ,
"CONVERSATIONS" : "Conversations" ,
"LAST_ACTIVITY" : "Last Activity" ,
"COUNTRY" : "Country" ,
"CITY" : "City" ,
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "Company" ,
"EMAIL_ADDRESS" : "Email Address"
} ,
"VIEW_DETAILS" : "View details"
2020-11-10 09:55:26 +00:00
}
2021-05-01 13:56:17 +00:00
} ,
2021-10-25 13:05:58 +00:00
"CONTACT_PROFILE" : {
"BACK_BUTTON" : "Contacts" ,
"LOADING" : "Loading contact profile..."
} ,
2021-06-02 17:23:13 +00:00
"REMINDER" : {
"ADD_BUTTON" : {
"BUTTON" : "Add" ,
"TITLE" : "Shift + Enter to create a task"
} ,
"FOOTER" : {
"DUE_DATE" : "Due date" ,
"LABEL_TITLE" : "Set type"
}
} ,
2021-05-01 13:56:17 +00:00
"NOTES" : {
2021-10-25 13:05:58 +00:00
"FETCHING_NOTES" : "Fetching notes..." ,
"NOT_AVAILABLE" : "There are no notes created for this contact" ,
2021-05-05 08:06:45 +00:00
"HEADER" : {
"TITLE" : "Notes"
} ,
2021-10-25 13:05:58 +00:00
"LIST" : {
"LABEL" : "added a note"
} ,
2021-05-01 13:56:17 +00:00
"ADD" : {
"BUTTON" : "Add" ,
"PLACEHOLDER" : "Add a note" ,
"TITLE" : "Shift + Enter to create a note"
2021-05-05 08:06:45 +00:00
} ,
2021-10-25 13:05:58 +00:00
"CONTENT_HEADER" : {
"DELETE" : "Delete note"
2021-05-01 13:56:17 +00:00
}
2021-05-21 13:52:47 +00:00
} ,
2021-05-31 04:37:07 +00:00
"EVENTS" : {
"HEADER" : {
"TITLE" : "Activities"
} ,
"BUTTON" : {
"PILL_BUTTON_NOTES" : "notes" ,
"PILL_BUTTON_EVENTS" : "events" ,
"PILL_BUTTON_CONVO" : "conversations"
}
} ,
2021-05-21 13:52:47 +00:00
"CUSTOM_ATTRIBUTES" : {
2021-10-30 01:39:46 +00:00
"ADD_BUTTON_TEXT" : "Add attributes" ,
2021-05-21 13:52:47 +00:00
"BUTTON" : "Add custom attribute" ,
2021-09-13 12:38:58 +00:00
"NOT_AVAILABLE" : "There are no custom attributes available for this contact." ,
2021-10-30 01:39:46 +00:00
"COPY_SUCCESSFUL" : "Copied to clipboard successfully" ,
"ACTIONS" : {
"COPY" : "Copy attribute" ,
"DELETE" : "Delete attribute" ,
"EDIT" : "Edit attribute"
} ,
2021-05-21 13:52:47 +00:00
"ADD" : {
"TITLE" : "Create custom attribute" ,
"DESC" : "Add custom information to this contact."
} ,
"FORM" : {
"CREATE" : "Add attribute" ,
"CANCEL" : "Cancel" ,
"NAME" : {
"LABEL" : "Custom attribute name" ,
"PLACEHOLDER" : "Eg: shopify id" ,
"ERROR" : "Invalid custom attribute name"
} ,
"VALUE" : {
"LABEL" : "Attribute value" ,
"PLACEHOLDER" : "Eg: 11901 "
2021-10-30 01:39:46 +00:00
} ,
"ADD" : {
2021-11-11 09:53:33 +00:00
"TITLE" : "Create new attribute " ,
2021-10-30 01:39:46 +00:00
"SUCCESS" : "Attribute added successfully" ,
"ERROR" : "Unable to add attribute. Please try again later"
} ,
"UPDATE" : {
"SUCCESS" : "Attribute updated successfully" ,
"ERROR" : "Unable to update attribute. Please try again later"
} ,
"DELETE" : {
"SUCCESS" : "Attribute deleted successfully" ,
"ERROR" : "Unable to delete attribute. Please try again later"
} ,
"ATTRIBUTE_SELECT" : {
"TITLE" : "Add attributes" ,
"PLACEHOLDER" : "Search attributes" ,
"NO_RESULT" : "No attributes found"
2021-05-21 13:52:47 +00:00
}
2021-10-30 01:39:46 +00:00
} ,
"VALIDATIONS" : {
"REQUIRED" : "Valid value is required" ,
"INVALID_URL" : "Invalid URL"
2021-05-21 13:52:47 +00:00
}
2021-07-06 07:32:37 +00:00
} ,
"MERGE_CONTACTS" : {
"TITLE" : "Merge contacts" ,
2021-10-13 13:05:13 +00:00
"DESCRIPTION" : "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact’ s attributes will take precedence." ,
2021-07-06 07:32:37 +00:00
"PRIMARY" : {
2021-10-13 13:05:13 +00:00
"TITLE" : "Primary contact" ,
"HELP_LABEL" : "To be kept"
2021-07-06 07:32:37 +00:00
} ,
"CHILD" : {
"TITLE" : "Contact to merge" ,
2021-10-13 13:05:13 +00:00
"PLACEHOLDER" : "Search for a contact" ,
"HELP_LABEL" : "To be deleted"
2021-07-06 07:32:37 +00:00
} ,
"SUMMARY" : {
"TITLE" : "Summary" ,
2021-10-13 13:05:13 +00:00
"DELETE_WARNING" : "Contact of <strong>%{childContactName}</strong> will be deleted." ,
2021-07-06 07:32:37 +00:00
"ATTRIBUTE_WARNING" : "Contact details of <strong>%{childContactName}</strong> will be copied to <strong>%{primaryContactName}</strong>."
} ,
"SEARCH" : {
"ERROR" : "ERROR_MESSAGE"
} ,
"FORM" : {
"SUBMIT" : " Merge contacts" ,
"CANCEL" : "Cancel" ,
"CHILD_CONTACT" : {
"ERROR" : "Select a child contact to merge"
} ,
"SUCCESS_MESSAGE" : "Contact merged successfully" ,
2021-10-13 13:05:13 +00:00
"ERROR_MESSAGE" : "Could not merge contacts, try again!"
2021-07-06 07:32:37 +00:00
}
2020-01-01 17:00:43 +00:00
}
2021-10-13 13:05:13 +00:00
}