656 lines
23 KiB
JSON
656 lines
23 KiB
JSON
{
|
||
"CONTACT_PANEL": {
|
||
"NOT_AVAILABLE": "Not Available",
|
||
"EMAIL_ADDRESS": "Email Address",
|
||
"PHONE_NUMBER": "Phone number",
|
||
"IDENTIFIER": "Identifier",
|
||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||
"COMPANY": "Company",
|
||
"LOCATION": "Location",
|
||
"BROWSER_LANGUAGE": "Browser Language",
|
||
"CONVERSATION_TITLE": "Conversation Details",
|
||
"VIEW_PROFILE": "View Profile",
|
||
"BROWSER": "Browser",
|
||
"OS": "Operating System",
|
||
"INITIATED_FROM": "Initiated from",
|
||
"INITIATED_AT": "Initiated at",
|
||
"IP_ADDRESS": "IP Address",
|
||
"CREATED_AT_LABEL": "Created",
|
||
"NEW_MESSAGE": "New message",
|
||
"CALL": "Call",
|
||
"CALL_INITIATED": "Calling the contact…",
|
||
"CALL_FAILED": "Unable to start the call. Please try again.",
|
||
"VOICE_INBOX_PICKER": {
|
||
"TITLE": "Choose a voice inbox"
|
||
},
|
||
"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",
|
||
"CREATE_LABEL": "Create new label"
|
||
}
|
||
},
|
||
"MERGE_CONTACT": "Merge contact",
|
||
"CONTACT_ACTIONS": "Contact actions",
|
||
"MUTE_CONTACT": "Block Contact",
|
||
"UNMUTE_CONTACT": "Unblock Contact",
|
||
"MUTED_SUCCESS": "This contact is blocked successfully. You will not be notified of any future conversations.",
|
||
"UNMUTED_SUCCESS": "This contact is unblocked successfully.",
|
||
"SEND_TRANSCRIPT": "Send Transcript",
|
||
"EDIT_LABEL": "Edit",
|
||
"SIDEBAR_SECTIONS": {
|
||
"CUSTOM_ATTRIBUTES": "Custom Attributes",
|
||
"CONTACT_LABELS": "Contact Labels",
|
||
"PREVIOUS_CONVERSATIONS": "Previous Conversations",
|
||
"NO_RECORDS_FOUND": "No attributes found"
|
||
}
|
||
},
|
||
"EDIT_CONTACT": {
|
||
"BUTTON_LABEL": "Edit Contact",
|
||
"TITLE": "Edit contact",
|
||
"DESC": "Edit contact details"
|
||
},
|
||
"DELETE_CONTACT": {
|
||
"BUTTON_LABEL": "Delete Contact",
|
||
"TITLE": "Delete contact",
|
||
"DESC": "Delete contact details",
|
||
"CONFIRM": {
|
||
"TITLE": "Confirm Deletion",
|
||
"MESSAGE": "Are you sure to delete ",
|
||
"YES": "Yes, Delete",
|
||
"NO": "No, Keep"
|
||
},
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Contact deleted successfully",
|
||
"ERROR_MESSAGE": "Could not delete contact. Please try again later."
|
||
}
|
||
},
|
||
"CONTACT_FORM": {
|
||
"FORM": {
|
||
"SUBMIT": "Submit",
|
||
"CANCEL": "Cancel",
|
||
"AVATAR": {
|
||
"LABEL": "Contact Avatar"
|
||
},
|
||
"NAME": {
|
||
"PLACEHOLDER": "Enter the full name of the contact",
|
||
"LABEL": "Polno ime"
|
||
},
|
||
"BIO": {
|
||
"PLACEHOLDER": "Enter the bio of the contact",
|
||
"LABEL": "Bio"
|
||
},
|
||
"EMAIL_ADDRESS": {
|
||
"PLACEHOLDER": "Enter the email address of the contact",
|
||
"LABEL": "Email Address",
|
||
"DUPLICATE": "This email address is in use for another contact.",
|
||
"ERROR": "Please enter a valid email address."
|
||
},
|
||
"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]. You can select the dial code from the dropdown.",
|
||
"ERROR": "Phone number should be either empty or of E.164 format",
|
||
"DIAL_CODE_ERROR": "Please select a dial code from the list",
|
||
"DUPLICATE": "This phone number is in use for another contact."
|
||
},
|
||
"LOCATION": {
|
||
"PLACEHOLDER": "Enter the location of the contact",
|
||
"LABEL": "Location"
|
||
},
|
||
"COMPANY_NAME": {
|
||
"PLACEHOLDER": "Enter the company name",
|
||
"LABEL": "Company Name"
|
||
},
|
||
"COUNTRY": {
|
||
"PLACEHOLDER": "Enter the country name",
|
||
"LABEL": "Country Name",
|
||
"SELECT_PLACEHOLDER": "Select",
|
||
"REMOVE": "Remove",
|
||
"SELECT_COUNTRY": "Select Country"
|
||
},
|
||
"CITY": {
|
||
"PLACEHOLDER": "Enter the city name",
|
||
"LABEL": "City 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"
|
||
}
|
||
}
|
||
},
|
||
"DELETE_AVATAR": {
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Contact avatar deleted successfully",
|
||
"ERROR_MESSAGE": "Could not delete the contact avatar. Please try again later."
|
||
}
|
||
},
|
||
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||
"ERROR_MESSAGE": "There was an error, please try again"
|
||
},
|
||
"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": "Via Inbox",
|
||
"PLACEHOLDER": "Choose source inbox",
|
||
"ERROR": "Select an inbox"
|
||
},
|
||
"SUBJECT": {
|
||
"LABEL": "Subject",
|
||
"PLACEHOLDER": "Subject",
|
||
"ERROR": "Subject can't be empty"
|
||
},
|
||
"MESSAGE": {
|
||
"LABEL": "Sporočilo",
|
||
"PLACEHOLDER": "Write your message here",
|
||
"ERROR": "Message can't be empty"
|
||
},
|
||
"ATTACHMENTS": {
|
||
"SELECT": "Choose files",
|
||
"HELP_TEXT": "Drag and drop files here or choose files to attach"
|
||
},
|
||
"SUBMIT": "Send message",
|
||
"CANCEL": "Cancel",
|
||
"SUCCESS_MESSAGE": "Message sent!",
|
||
"GO_TO_CONVERSATION": "View",
|
||
"ERROR_MESSAGE": "Couldn't send! try again"
|
||
}
|
||
},
|
||
"CONTACTS_PAGE": {
|
||
"LIST": {
|
||
"TABLE_HEADER": {
|
||
"SOCIAL_PROFILES": "Social Profiles"
|
||
}
|
||
}
|
||
},
|
||
"CUSTOM_ATTRIBUTES": {
|
||
"BUTTON": "Add custom attribute",
|
||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||
"SHOW_MORE": "Show all attributes",
|
||
"SHOW_LESS": "Show less attributes",
|
||
"ACTIONS": {
|
||
"COPY": "Copy attribute",
|
||
"DELETE": "Delete attribute",
|
||
"EDIT": "Edit attribute"
|
||
},
|
||
"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 "
|
||
},
|
||
"ADD": {
|
||
"TITLE": "Create new attribute ",
|
||
"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"
|
||
},
|
||
"ATTRIBUTE_TYPE": {
|
||
"LIST": {
|
||
"PLACEHOLDER": "Select value",
|
||
"SEARCH_INPUT_PLACEHOLDER": "Search value",
|
||
"NO_RESULT": "No result found"
|
||
}
|
||
}
|
||
},
|
||
"VALIDATIONS": {
|
||
"REQUIRED": "Valid value is required",
|
||
"INVALID_URL": "Invalid URL",
|
||
"INVALID_INPUT": "Invalid Input"
|
||
}
|
||
},
|
||
"MERGE_CONTACTS": {
|
||
"TITLE": "Merge contacts",
|
||
"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.",
|
||
"PRIMARY": {
|
||
"TITLE": "Primary contact",
|
||
"HELP_LABEL": "To be deleted"
|
||
},
|
||
"PARENT": {
|
||
"TITLE": "Contact to merge",
|
||
"PLACEHOLDER": "Search for a contact",
|
||
"HELP_LABEL": "To be kept"
|
||
},
|
||
"SUMMARY": {
|
||
"TITLE": "Summary",
|
||
"DELETE_WARNING": "Contact of <strong>{primaryContactName}</strong> will be deleted.",
|
||
"ATTRIBUTE_WARNING": "Contact details of <strong>{primaryContactName}</strong> will be copied to <strong>{parentContactName}</strong>."
|
||
},
|
||
"SEARCH": {
|
||
"ERROR_MESSAGE": "Something went wrong. Please try again later."
|
||
},
|
||
"FORM": {
|
||
"SUBMIT": " Merge contacts",
|
||
"CANCEL": "Cancel",
|
||
"CHILD_CONTACT": {
|
||
"ERROR": "Select a child contact to merge"
|
||
},
|
||
"SUCCESS_MESSAGE": "Contact merged successfully",
|
||
"ERROR_MESSAGE": "Could not merge contacts, try again!"
|
||
},
|
||
"DROPDOWN_ITEM": {
|
||
"ID": "(ID: {identifier})"
|
||
}
|
||
},
|
||
"CONTACTS_LAYOUT": {
|
||
"HEADER": {
|
||
"TITLE": "Kontakti",
|
||
"SEARCH_TITLE": "Search contacts",
|
||
"ACTIVE_TITLE": "Active contacts",
|
||
"SEARCH_PLACEHOLDER": "Iskanje ...",
|
||
"MESSAGE_BUTTON": "Sporočilo",
|
||
"SEND_MESSAGE": "Send message",
|
||
"BLOCK_CONTACT": "Block contact",
|
||
"UNBLOCK_CONTACT": "Unblock contact",
|
||
"BREADCRUMB": {
|
||
"CONTACTS": "Kontakti"
|
||
},
|
||
"ACTIONS": {
|
||
"CONTACT_CREATION": {
|
||
"ADD_CONTACT": "Add contact",
|
||
"EXPORT_CONTACT": "Export contacts",
|
||
"IMPORT_CONTACT": "Import contacts",
|
||
"SAVE_CONTACT": "Save contact",
|
||
"EMAIL_ADDRESS_DUPLICATE": "This email address is in use for another contact.",
|
||
"PHONE_NUMBER_DUPLICATE": "This phone number is in use for another contact.",
|
||
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||
"ERROR_MESSAGE": "Unable to save contact. Please try again later."
|
||
},
|
||
"BLOCK_SUCCESS_MESSAGE": "This contact is blocked successfully",
|
||
"BLOCK_ERROR_MESSAGE": "Unable to block contact. Please try again later.",
|
||
"UNBLOCK_SUCCESS_MESSAGE": "This contact is unblocked successfully",
|
||
"UNBLOCK_ERROR_MESSAGE": "Unable to unblock contact. Please try again later.",
|
||
"IMPORT_CONTACT": {
|
||
"TITLE": "Import contacts",
|
||
"DESCRIPTION": "Import contacts through a CSV file.",
|
||
"DOWNLOAD_LABEL": "Download a sample csv.",
|
||
"LABEL": "CSV File:",
|
||
"CHOOSE_FILE": "Choose file",
|
||
"CHANGE": "Change",
|
||
"CANCEL": "Prekliči",
|
||
"IMPORT": "Import",
|
||
"SUCCESS_MESSAGE": "You will be notified via email when the import is complete.",
|
||
"ERROR_MESSAGE": "Prišlo je do napake, prosimo, poskusite znova"
|
||
},
|
||
"EXPORT_CONTACT": {
|
||
"TITLE": "Export contacts",
|
||
"DESCRIPTION": "Quickly export a csv file with comprehensive details of your contacts",
|
||
"CONFIRM": "Export",
|
||
"SUCCESS_MESSAGE": "Export is in progress. You will be notified on email when the export file is ready to download.",
|
||
"ERROR_MESSAGE": "Prišlo je do napake, prosimo, poskusite znova"
|
||
},
|
||
"SORT_BY": {
|
||
"LABEL": "Sort by",
|
||
"OPTIONS": {
|
||
"NAME": "Ime",
|
||
"EMAIL": "E-pošta",
|
||
"PHONE_NUMBER": "Phone number",
|
||
"COMPANY": "Podjetje",
|
||
"COUNTRY": "Country",
|
||
"CITY": "City",
|
||
"LAST_ACTIVITY": "Zadnja aktivnost",
|
||
"CREATED_AT": "Ustvarjeno ob"
|
||
}
|
||
},
|
||
"ORDER": {
|
||
"LABEL": "Ordering",
|
||
"OPTIONS": {
|
||
"ASCENDING": "Ascending",
|
||
"DESCENDING": "Descending"
|
||
}
|
||
},
|
||
"FILTERS": {
|
||
"CREATE_SEGMENT": {
|
||
"TITLE": "Ali želite shraniti ta filter?",
|
||
"CONFIRM": "Shrani filter",
|
||
"LABEL": "Ime",
|
||
"PLACEHOLDER": "Enter the name of the filter",
|
||
"ERROR": "Enter a valid name",
|
||
"SUCCESS_MESSAGE": "Filter saved successfully",
|
||
"ERROR_MESSAGE": "Unable to save filter. Please try again later."
|
||
},
|
||
"DELETE_SEGMENT": {
|
||
"TITLE": "Confirm Deletion",
|
||
"DESCRIPTION": "Are you sure you want to delete this filter?",
|
||
"CONFIRM": "Yes, Delete",
|
||
"CANCEL": "No, Cancel",
|
||
"SUCCESS_MESSAGE": "Filter deleted successfully",
|
||
"ERROR_MESSAGE": "Unable to delete filter. Please try again later."
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"PAGINATION_FOOTER": {
|
||
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} contacts"
|
||
},
|
||
"FILTER": {
|
||
"NAME": "Ime",
|
||
"EMAIL": "E-pošta",
|
||
"PHONE_NUMBER": "Phone number",
|
||
"IDENTIFIER": "Identifier",
|
||
"COUNTRY": "Country",
|
||
"CITY": "City",
|
||
"CREATED_AT": "Ustvarjeno ob",
|
||
"LAST_ACTIVITY": "Zadnja aktivnost",
|
||
"REFERER_LINK": "Napotitvena povezava",
|
||
"BLOCKED": "Blocked",
|
||
"BLOCKED_TRUE": "True",
|
||
"BLOCKED_FALSE": "False",
|
||
"BUTTONS": {
|
||
"CLEAR_FILTERS": "Odstrani filtre",
|
||
"UPDATE_SEGMENT": "Update segment",
|
||
"APPLY_FILTERS": "Uporabi filtre",
|
||
"ADD_FILTER": "Dodaj filter"
|
||
},
|
||
"TITLE": "Filter contacts",
|
||
"EDIT_SEGMENT": "Edit segment",
|
||
"SEGMENT": {
|
||
"LABEL": "Segment name",
|
||
"INPUT_PLACEHOLDER": "Enter the name of the segment"
|
||
},
|
||
"ACTIVE_FILTERS": {
|
||
"MORE_FILTERS": "+ {count} more filters",
|
||
"CLEAR_FILTERS": "Odstrani filtre"
|
||
}
|
||
},
|
||
"CARD": {
|
||
"OF": "of",
|
||
"VIEW_DETAILS": "View details",
|
||
"EDIT_DETAILS_FORM": {
|
||
"TITLE": "Edit contact details",
|
||
"FORM": {
|
||
"FIRST_NAME": {
|
||
"PLACEHOLDER": "Enter the first name"
|
||
},
|
||
"LAST_NAME": {
|
||
"PLACEHOLDER": "Enter the last name"
|
||
},
|
||
"EMAIL_ADDRESS": {
|
||
"PLACEHOLDER": "Enter the email address",
|
||
"DUPLICATE": "This email address is in use for another contact."
|
||
},
|
||
"PHONE_NUMBER": {
|
||
"PLACEHOLDER": "Enter the phone number",
|
||
"DUPLICATE": "This phone number is in use for another contact."
|
||
},
|
||
"CITY": {
|
||
"PLACEHOLDER": "Enter the city name"
|
||
},
|
||
"COUNTRY": {
|
||
"PLACEHOLDER": "Select country"
|
||
},
|
||
"BIO": {
|
||
"PLACEHOLDER": "Enter the bio"
|
||
},
|
||
"COMPANY_NAME": {
|
||
"PLACEHOLDER": "Enter the company name"
|
||
}
|
||
},
|
||
"UPDATE_BUTTON": "Update contact",
|
||
"SUCCESS_MESSAGE": "Contact updated successfully",
|
||
"ERROR_MESSAGE": "Unable to update contact. Please try again later."
|
||
},
|
||
"SOCIAL_MEDIA": {
|
||
"TITLE": "Edit social links",
|
||
"FORM": {
|
||
"FACEBOOK": {
|
||
"PLACEHOLDER": "Add Facebook"
|
||
},
|
||
"GITHUB": {
|
||
"PLACEHOLDER": "Add Github"
|
||
},
|
||
"INSTAGRAM": {
|
||
"PLACEHOLDER": "Add Instagram"
|
||
},
|
||
"TIKTOK": {
|
||
"PLACEHOLDER": "Add TikTok"
|
||
},
|
||
"LINKEDIN": {
|
||
"PLACEHOLDER": "Add LinkedIn"
|
||
},
|
||
"TWITTER": {
|
||
"PLACEHOLDER": "Add Twitter"
|
||
}
|
||
}
|
||
},
|
||
"DELETE_CONTACT": {
|
||
"MESSAGE": "This action is permanent and irreversible.",
|
||
"BUTTON": "Delete now"
|
||
}
|
||
},
|
||
"DETAILS": {
|
||
"CREATED_AT": "Created {date}",
|
||
"LAST_ACTIVITY": "Last active {date}",
|
||
"DELETE_CONTACT_DESCRIPTION": "Permanently delete this contact. This action is irreversible",
|
||
"DELETE_CONTACT": "Delete contact",
|
||
"DELETE_DIALOG": {
|
||
"TITLE": "Confirm Deletion",
|
||
"DESCRIPTION": "Are you sure you want to delete this contact?",
|
||
"CONFIRM": "Yes, Delete",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Contact deleted successfully",
|
||
"ERROR_MESSAGE": "Could not delete contact. Please try again later."
|
||
}
|
||
},
|
||
"AVATAR": {
|
||
"UPLOAD": {
|
||
"ERROR_MESSAGE": "Could not upload avatar. Please try again later.",
|
||
"SUCCESS_MESSAGE": "Avatar uploaded successfully"
|
||
},
|
||
"DELETE": {
|
||
"SUCCESS_MESSAGE": "Avatar deleted successfully",
|
||
"ERROR_MESSAGE": "Could not delete avatar. Please try again later."
|
||
}
|
||
}
|
||
},
|
||
"SIDEBAR": {
|
||
"TABS": {
|
||
"ATTRIBUTES": "Attributes",
|
||
"HISTORY": "History",
|
||
"NOTES": "Notes",
|
||
"MERGE": "Merge"
|
||
},
|
||
"HISTORY": {
|
||
"EMPTY_STATE": "There are no previous conversations associated to this contact"
|
||
},
|
||
"ATTRIBUTES": {
|
||
"SEARCH_PLACEHOLDER": "Search for attributes",
|
||
"UNUSED_ATTRIBUTES": "{count} Used attribute | {count} Unused attributes",
|
||
"EMPTY_STATE": "There are no contact custom attributes available in this account. You can create a custom attribute in settings.",
|
||
"YES": "Yes",
|
||
"NO": "No",
|
||
"TRIGGER": {
|
||
"SELECT": "Select value",
|
||
"INPUT": "Vnesite vrednost"
|
||
},
|
||
"VALIDATIONS": {
|
||
"INVALID_NUMBER": "Invalid number",
|
||
"REQUIRED": "Valid value is required",
|
||
"INVALID_INPUT": "Invalid input",
|
||
"INVALID_URL": "Invalid URL",
|
||
"INVALID_DATE": "Invalid date"
|
||
},
|
||
"NO_ATTRIBUTES": "No attributes found",
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Attribute updated successfully",
|
||
"DELETE_SUCCESS_MESSAGE": "Attribute deleted successfully",
|
||
"UPDATE_ERROR": "Unable to update attribute. Please try again later",
|
||
"DELETE_ERROR": "Unable to delete attribute. Please try again later"
|
||
}
|
||
},
|
||
"MERGE": {
|
||
"TITLE": "Merge contact",
|
||
"DESCRIPTION": "Combine two profiles into one, including all attributes and conversations. In case of conflict, the primary contact’s attributes will take precedence.",
|
||
"PRIMARY": "Primary contact",
|
||
"PRIMARY_HELP_LABEL": "To be saved",
|
||
"PRIMARY_REQUIRED_ERROR": "Please select a contact to merge with before proceeding",
|
||
"PARENT": "To be merged",
|
||
"PARENT_HELP_LABEL": "To be deleted",
|
||
"EMPTY_STATE": "No contacts found",
|
||
"PLACEHOLDER": "Search for primary contact",
|
||
"SEARCH_PLACEHOLDER": "Search for a contact",
|
||
"SEARCH_ERROR_MESSAGE": "Could not search for contacts. Please try again later.",
|
||
"SUCCESS_MESSAGE": "Contact merged successfully",
|
||
"ERROR_MESSAGE": "Could not merge contacts, try again!",
|
||
"IS_SEARCHING": "Iskanje ...",
|
||
"BUTTONS": {
|
||
"CANCEL": "Prekliči",
|
||
"CONFIRM": "Merge contact"
|
||
}
|
||
},
|
||
"NOTES": {
|
||
"PLACEHOLDER": "Add a note",
|
||
"WROTE": "je napisal/a",
|
||
"YOU": "Vi",
|
||
"SAVE": "Save note",
|
||
"ADD_NOTE": "Add contact note",
|
||
"EXPAND": "Expand",
|
||
"COLLAPSE": "Collapse",
|
||
"NO_NOTES": "No notes, you can add notes from the contact details page.",
|
||
"EMPTY_STATE": "There are no notes associated to this contact. You can add a note by typing in the box above.",
|
||
"CONVERSATION_EMPTY_STATE": "There are no notes yet. Use the Add note button to create one."
|
||
}
|
||
},
|
||
"EMPTY_STATE": {
|
||
"TITLE": "No contacts found in this account",
|
||
"SUBTITLE": "Start adding new contacts by clicking on the button below",
|
||
"BUTTON_LABEL": "Add contact",
|
||
"SEARCH_EMPTY_STATE_TITLE": "No contacts matches your search 🔍",
|
||
"LIST_EMPTY_STATE_TITLE": "No contacts available in this view 📋",
|
||
"ACTIVE_EMPTY_STATE_TITLE": "No contacts are active at the moment 🌙"
|
||
}
|
||
},
|
||
"CONTACTS_BULK_ACTIONS": {
|
||
"ASSIGN_LABELS": "Assign Labels",
|
||
"ASSIGN_LABELS_SUCCESS": "Labels assigned successfully.",
|
||
"ASSIGN_LABELS_FAILED": "Failed to assign labels",
|
||
"DESCRIPTION": "Select the labels you want to add to the selected contacts.",
|
||
"NO_LABELS_FOUND": "No labels available yet.",
|
||
"SELECTED_COUNT": "{count} selected",
|
||
"CLEAR_SELECTION": "Clear selection",
|
||
"SELECT_ALL": "Select all ({count})",
|
||
"DELETE_CONTACTS": "Delete",
|
||
"DELETE_SUCCESS": "Contacts deleted successfully.",
|
||
"DELETE_FAILED": "Failed to delete contacts.",
|
||
"DELETE_DIALOG": {
|
||
"TITLE": "Delete selected contacts",
|
||
"SINGULAR_TITLE": "Delete selected contact",
|
||
"DESCRIPTION": "This will permanently delete {count} selected contacts. This action cannot be undone.",
|
||
"SINGULAR_DESCRIPTION": "This will permanently delete the selected contact. This action cannot be undone.",
|
||
"CONFIRM_MULTIPLE": "Delete contacts",
|
||
"CONFIRM_SINGLE": "Delete contact"
|
||
}
|
||
},
|
||
"COMPOSE_NEW_CONVERSATION": {
|
||
"CONTACT_SEARCH": {
|
||
"ERROR_MESSAGE": "We couldn’t complete the search. Please try again."
|
||
},
|
||
"FORM": {
|
||
"GO_TO_CONVERSATION": "View",
|
||
"SUCCESS_MESSAGE": "The message was sent successfully!",
|
||
"ERROR_MESSAGE": "An error occurred while creating the conversation. Please try again later.",
|
||
"NO_INBOX_ALERT": "There are no available inboxes to start a conversation with this contact.",
|
||
"CONTACT_SELECTOR": {
|
||
"LABEL": "To:",
|
||
"TAG_INPUT_PLACEHOLDER": "Search for a contact with name, email or phone number",
|
||
"CONTACT_CREATING": "Creating contact..."
|
||
},
|
||
"INBOX_SELECTOR": {
|
||
"LABEL": "Via:",
|
||
"BUTTON": "Show inboxes"
|
||
},
|
||
"EMAIL_OPTIONS": {
|
||
"SUBJECT_LABEL": "Subject :",
|
||
"SUBJECT_PLACEHOLDER": "Enter your email subject here",
|
||
"CC_LABEL": "Cc:",
|
||
"CC_PLACEHOLDER": "Search for a contact with their email address",
|
||
"BCC_LABEL": "Bcc:",
|
||
"BCC_PLACEHOLDER": "Search for a contact with their email address",
|
||
"BCC_BUTTON": "Bcc"
|
||
},
|
||
"MESSAGE_EDITOR": {
|
||
"PLACEHOLDER": "Write your message here..."
|
||
},
|
||
"WHATSAPP_OPTIONS": {
|
||
"LABEL": "Select template",
|
||
"SEARCH_PLACEHOLDER": "Search templates",
|
||
"EMPTY_STATE": "No templates found",
|
||
"TEMPLATE_PARSER": {
|
||
"TEMPLATE_NAME": "WhatsApp template: {templateName}",
|
||
"VARIABLES": "Spremenljivke",
|
||
"BACK": "Go back",
|
||
"SEND_MESSAGE": "Send message"
|
||
}
|
||
},
|
||
"TWILIO_OPTIONS": {
|
||
"LABEL": "Select template",
|
||
"SEARCH_PLACEHOLDER": "Search templates",
|
||
"EMPTY_STATE": "No templates found",
|
||
"TEMPLATE_PARSER": {
|
||
"BACK": "Go back",
|
||
"SEND_MESSAGE": "Send message"
|
||
}
|
||
},
|
||
"ACTION_BUTTONS": {
|
||
"DISCARD": "Discard",
|
||
"SEND": "Send ({keyCode})"
|
||
}
|
||
}
|
||
}
|
||
}
|