2021-06-15 16:45:18 +00:00
{
"CONTACT_PANEL" : {
"NOT_AVAILABLE" : "Not Available" ,
"EMAIL_ADDRESS" : "כתובת מייל" ,
"PHONE_NUMBER" : "Phone number" ,
"COPY_SUCCESSFUL" : "Copied to clipboard successfully" ,
"COMPANY" : "Company" ,
"LOCATION" : "Location" ,
"CONVERSATION_TITLE" : "Conversation Details" ,
"BROWSER" : "דפדפן" ,
"OS" : "מערכת הפעלה" ,
"INITIATED_FROM" : "Initiated from" ,
"INITIATED_AT" : "Initiated at" ,
"IP_ADDRESS" : "IP Address" ,
"NEW_MESSAGE" : "New message" ,
"CONVERSATIONS" : {
"NO_RECORDS_FOUND" : "There are no previous conversations associated to this contact." ,
"TITLE" : "Previous Conversations"
} ,
"LABELS" : {
"CONTACT" : {
"TITLE" : "Contact Labels" ,
"ERROR" : "Couldn't update labels"
} ,
"CONVERSATION" : {
"TITLE" : "Conversation Labels" ,
"ADD_BUTTON" : "Add Labels"
} ,
"LABEL_SELECT" : {
"TITLE" : "Add Labels" ,
"PLACEHOLDER" : "Search labels" ,
"NO_RESULT" : "No labels found"
}
} ,
2021-10-14 08:02:15 +00:00
"MERGE_CONTACT" : "Merge contact" ,
"CONTACT_ACTIONS" : "Contact actions" ,
2021-06-15 16:45:18 +00:00
"MUTE_CONTACT" : "Mute Conversation" ,
"UNMUTE_CONTACT" : "Unmute Conversation" ,
"MUTED_SUCCESS" : "This conversation is muted for 6 hours" ,
"UNMUTED_SUCCESS" : "This conversation is unmuted" ,
"SEND_TRANSCRIPT" : "Send Transcript" ,
2021-09-13 13:49:59 +00:00
"EDIT_LABEL" : "ערוך" ,
"SIDEBAR_SECTIONS" : {
"CUSTOM_ATTRIBUTES" : "Custom Attributes" ,
"CONTACT_LABELS" : "Contact Labels" ,
"PREVIOUS_CONVERSATIONS" : "Previous Conversations"
}
2021-06-15 16:45:18 +00:00
} ,
"EDIT_CONTACT" : {
"BUTTON_LABEL" : "Edit Contact" ,
"TITLE" : "Edit contact" ,
"DESC" : "Edit contact details"
} ,
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "New Contact" ,
"TITLE" : "Create new contact" ,
"DESC" : "Add basic information details about the contact."
} ,
2021-10-14 08:02:15 +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" : "ביטול"
} ,
"SUCCESS_MESSAGE" : "Contacts saved successfully" ,
"ERROR_MESSAGE" : "היתה שגיאה, בקשה נסה שוב"
} ,
"DELETE_CONTACT" : {
"BUTTON_LABEL" : "Delete Contact" ,
"TITLE" : "Delete contact" ,
"DESC" : "Delete contact details" ,
"CONFIRM" : {
"TITLE" : "אשר מחיקה" ,
"MESSAGE" : "האם אתה בטוח שברצונך למחוק " ,
"PLACE_HOLDER" : "Please type {contactName} to confirm" ,
"YES" : "כן, מחק " ,
"NO" : "לא, השאר "
} ,
"API" : {
"SUCCESS_MESSAGE" : "Contact deleted successfully" ,
"ERROR_MESSAGE" : "Could not delete contact. Please try again later."
}
} ,
2021-06-15 16:45:18 +00:00
"CONTACT_FORM" : {
"FORM" : {
"SUBMIT" : "שלח" ,
"CANCEL" : "ביטול" ,
"AVATAR" : {
"LABEL" : "Contact Avatar"
} ,
"NAME" : {
"PLACEHOLDER" : "Enter the full name of the contact" ,
"LABEL" : "שם מלא"
} ,
"BIO" : {
"PLACEHOLDER" : "Enter the bio of the contact" ,
"LABEL" : "Bio"
} ,
"EMAIL_ADDRESS" : {
"PLACEHOLDER" : "Enter the email address of the contact" ,
"LABEL" : "כתובת מייל"
} ,
"PHONE_NUMBER" : {
"PLACEHOLDER" : "Enter the phone number of the contact" ,
"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"
} ,
"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"
}
}
} ,
"SUCCESS_MESSAGE" : "Contact saved successfully" ,
"CONTACT_ALREADY_EXIST" : "This email address is in use for another contact." ,
2021-09-03 10:18:24 +00:00
"ERROR_MESSAGE" : "היתה שגיאה, בקשה נסה שוב"
2021-06-15 16:45:18 +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"
} ,
"MESSAGE" : {
"LABEL" : "הודעה" ,
"PLACEHOLDER" : "Write your message here" ,
"ERROR" : "Message can't be empty"
} ,
"SUBMIT" : "Send message" ,
"CANCEL" : "ביטול" ,
"SUCCESS_MESSAGE" : "Message sent!" ,
"ERROR_MESSAGE" : "Couldn't send! try again"
}
} ,
"CONTACTS_PAGE" : {
"HEADER" : "Contacts" ,
2021-07-07 15:55:04 +00:00
"FIELDS" : "Contact fields" ,
2021-06-15 16:45:18 +00:00
"SEARCH_BUTTON" : "Search" ,
"SEARCH_INPUT_PLACEHOLDER" : "Search for contacts" ,
"LIST" : {
"LOADING_MESSAGE" : "Loading contacts..." ,
"404" : "No contacts matches your search 🔍" ,
2021-06-29 12:42:33 +00:00
"NO_CONTACTS" : "There are no available contacts" ,
2021-06-15 16:45:18 +00:00
"TABLE_HEADER" : {
"NAME" : "שם" ,
"PHONE_NUMBER" : "Phone Number" ,
"CONVERSATIONS" : "שיחות" ,
"LAST_ACTIVITY" : "Last Activity" ,
"COUNTRY" : "Country" ,
"CITY" : "City" ,
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "Company" ,
"EMAIL_ADDRESS" : "כתובת מייל"
} ,
"VIEW_DETAILS" : "View details"
}
} ,
"REMINDER" : {
"ADD_BUTTON" : {
"BUTTON" : "הוסף" ,
"TITLE" : "Shift + Enter to create a task"
} ,
"FOOTER" : {
"DUE_DATE" : "Due date" ,
"LABEL_TITLE" : "Set type"
}
} ,
"NOTES" : {
"HEADER" : {
"TITLE" : "Notes"
} ,
"ADD" : {
2021-09-03 10:18:24 +00:00
"BUTTON" : "הוסף" ,
2021-06-15 16:45:18 +00:00
"PLACEHOLDER" : "Add a note" ,
"TITLE" : "Shift + Enter to create a note"
} ,
"FOOTER" : {
"BUTTON" : "View all notes"
}
} ,
"EVENTS" : {
"HEADER" : {
"TITLE" : "Activities"
} ,
"BUTTON" : {
"PILL_BUTTON_NOTES" : "notes" ,
"PILL_BUTTON_EVENTS" : "events" ,
"PILL_BUTTON_CONVO" : "שיחות"
}
} ,
"CUSTOM_ATTRIBUTES" : {
"BUTTON" : "Add custom attribute" ,
2021-09-13 13:49:59 +00:00
"NOT_AVAILABLE" : "There are no custom attributes available for this contact." ,
2021-06-15 16:45:18 +00:00
"ADD" : {
"TITLE" : "Create custom attribute" ,
"DESC" : "Add custom information to this contact."
} ,
"FORM" : {
"CREATE" : "Add attribute" ,
"CANCEL" : "ביטול" ,
"NAME" : {
"LABEL" : "Custom attribute name" ,
"PLACEHOLDER" : "Eg: shopify id" ,
"ERROR" : "Invalid custom attribute name"
} ,
"VALUE" : {
"LABEL" : "Attribute value" ,
"PLACEHOLDER" : "Eg: 11901 "
}
}
2021-07-07 15:55:04 +00:00
} ,
"MERGE_CONTACTS" : {
"TITLE" : "Merge contacts" ,
2021-10-14 08:02:15 +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-07 15:55:04 +00:00
"PRIMARY" : {
2021-10-14 08:02:15 +00:00
"TITLE" : "Primary contact" ,
"HELP_LABEL" : "To be kept"
2021-07-07 15:55:04 +00:00
} ,
"CHILD" : {
"TITLE" : "Contact to merge" ,
2021-10-14 08:02:15 +00:00
"PLACEHOLDER" : "Search for a contact" ,
"HELP_LABEL" : "To be deleted"
2021-07-07 15:55:04 +00:00
} ,
"SUMMARY" : {
"TITLE" : "Summary" ,
2021-10-14 08:02:15 +00:00
"DELETE_WARNING" : "Contact of <strong>%{childContactName}</strong> will be deleted." ,
2021-07-07 15:55:04 +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" : "ביטול" ,
"CHILD_CONTACT" : {
"ERROR" : "Select a child contact to merge"
} ,
"SUCCESS_MESSAGE" : "Contact merged successfully" ,
2021-10-14 08:02:15 +00:00
"ERROR_MESSAGE" : "Could not merge contacts, try again!"
2021-07-07 15:55:04 +00:00
}
2021-06-15 16:45:18 +00:00
}
}