{ "version": 3, "sources": ["libs/crm/static/src/assets/i18n/en_devel.json", "libs/crm/static/src/lib/i18n/translation-module.ts", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/common-associaon-card-content/linkedin-icon.svg.ts", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/common-associaon-card-content/common-association-card-content.component.ts", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/common-associaon-card-content/common-association-card-content.component.html", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/association-card.component.ts", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/association-card.component.html", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/tags/tags.component.ts", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/tags/tags.component.html", "libs/crm/static/src/lib/shared-components/association-panel-components/association-card/index.ts"], "sourcesContent": ["{\n \"ACTIONS\": {\n \"CREATE\": \"Create\",\n \"CANCEL\": \"Cancel\",\n \"SAVE\": \"Save\",\n \"NEXT\": \"Next\",\n \"BACK\": \"Back\",\n \"FINISH\": \"Finish\",\n \"APPLY\": \"Apply\",\n \"IMPORT\": \"Import\",\n \"SELECT\": \"Select\",\n \"SELECTED\": \"Selected\",\n \"SEARCH\": \"Search\",\n \"ADD\": \"Add\",\n \"DELETE\": \"Delete\",\n \"EDIT\": \"Edit\",\n \"SEND\": \"Send\",\n \"CONFIRM\": \"Confirm\",\n \"CRM\": {\n \"EXPORT\": {\n \"LABEL\": \"Export\",\n \"TITLE\": \"Export {{ objectType }}\",\n \"CONFIRMATION_MESSAGE\": \"This will export {{ total }} {{ objectType }}. Note that if the total number of {{ objectType }} exceeds 64000, only the first 64000 {{ objectType }} will be exported.\",\n \"CONFIRM\": \"Export\",\n \"CANCEL\": \"Cancel\",\n \"DOWNLOADING\": \"Downloading...\",\n \"SUCCESS\": \"Exported {{ objectType }}\",\n \"ERROR\": \"Error exporting {{ objectType }}\"\n }\n }\n },\n \"ERRORS\": {\n \"GENERIC_MESSAGE\": \"Something went wrong\",\n \"GENERIC_LOAD_MESSAGE\": \"Could not load the page. Please try again.\",\n \"GENERIC_EDIT_MESSAGE\": \"There was an error updating. Please try again.\",\n \"RESOURCE_NOT_FOUND_ERROR\": \"Resource not found\"\n },\n \"OBJECT_TYPES\": {\n \"CONTACT\": \"Contact\",\n \"CONTACT_PLURAL\": \"contacts\",\n \"COMPANY\": \"Company\",\n \"COMPANY_PLURAL\": \"companies\",\n \"OPPORTUNITY\": \"Opportunity\",\n \"OPPORTUNITY_PLURAL\": \"opportunities\",\n \"CUSTOM_OBJECT\": \"Custom object\",\n \"CUSTOM_OBJECT_PLURAL\": \"custom objects\",\n \"ACTIVITY\": \"Activity\",\n \"NOTE\": \"Note\",\n \"EMAIL\": \"Email\",\n \"CALL\": \"Call\",\n \"MEETING\": \"Meeting\",\n \"TASK\": \"Task\",\n \"COMMUNICATION\": \"Communication\",\n \"OBJECT\": \"Object\",\n \"CUSTOM_FIELDS\": \"Custom Fields\",\n \"FOR_LABEL\": \"for\"\n },\n \"CUSTOM_FIELDS\": {\n \"CREATE\": \"Create field\",\n \"EDIT\": \"Edit field\",\n \"DELETE\": \"Delete field\",\n \"FIELD_NAME\": \"Field name\",\n \"FIELD_DESCRIPTION\": \"Field description\",\n \"FIELD_TYPE\": \"Field type\",\n \"OBJECT\": \"Object\",\n \"FIELD_TYPES\": {\n \"DATE\": \"Date\",\n \"DATE_TIME\": \"Date and time\",\n \"INTEGER\": \"Number\",\n \"STRING\": \"Text\",\n \"FLOAT\": \"Decimal number\",\n \"EMAIL\": \"Email\",\n \"PHONE_NUMBER\": \"Phone number\",\n \"BOOLEAN\": \"True or false\"\n },\n \"FIELD_EXAMPLES\": {\n \"DATE\": \"e.g. birthday\",\n \"DATE_TIME\": \"e.g. next meeting\",\n \"INTEGER\": \"e.g. number of employees\",\n \"STRING\": \"e.g. address\",\n \"FLOAT\": \"e.g. review score\"\n },\n \"ERROR\": {\n \"FIELD_NAME_REQUIRED\": \"Field name is required\",\n \"FIELD_TYPE_REQUIRED\": \"Field type is required\",\n \"OBJECT_REQUIRED\": \"Object is required\",\n \"FAILED_TO_CREATE\": \"Failed to create custom field\",\n \"FAILED_TO_EDIT\": \"Failed to edit custom field\",\n \"FAILED_TO_DELETE\": \"Failed to delete custom field\",\n \"INVALID_FORM\": \"Almost there! Please correct the highlighted issues\"\n },\n \"SUCCESS\": {\n \"CREATED\": \"Custom field created successfully\",\n \"EDITED\": \"Custom field updated successfully\",\n \"DELETED\": \"Custom field deleted successfully\"\n },\n \"DELETE_MODAL\": {\n \"TITLE\": \"Delete custom field?\",\n \"DESCRIPTION\": \"Are you sure you want to delete this custom field? This cannot be undone.\"\n },\n \"SYSTEM_FIELDS_MESSAGE\": \"This is a system field and cannot be edited.\",\n \"EXTERNAL_ID\": {\n \"LABEL\": \"External Identifier\",\n \"SET\": \"Set\",\n \"SET_IDENTIFIER\": \"Set Identifier\",\n \"EDIT_IDENTIFIER\": \"Edit Identifier\",\n \"IDENTIFIER_VALIDATION_MESSAGE\": \"Only lowercase letters, numbers, dash (-) and underscore (_) permitted\",\n \"IDENTIFIER_DUPLICATE_MESSAGE\": \"This external identifier is currently in use\",\n \"EXTERNAL_IDENTIFIER_DESCRIPTION\": \"This is what will be used to identify this field when working with the API. It cannot be edited once the field is created.\"\n }\n },\n \"ASSOCIATIONS\": {\n \"ACTIONS\": {\n \"TITLE\": \"Association\",\n \"REMOVE\": \"Remove association\",\n \"DETAILS\": \"View details\",\n \"EDIT_TAGS\": \"Edit association tags\",\n \"SHOW_MORE\": \"Show {{count}} more\",\n \"VIEW_ALL\": \"View all\"\n },\n \"SUCCESS\": {\n \"GENERIC\": \"Successfully created association\",\n \"REMOVE\": \"Successfully removed association\",\n \"PARTIAL_WITH_DELAY\": \"Created {{createdCount}} of {{totalCount}} associations. It may take a few minutes for them to appear\",\n \"PARTIAL_SUCCESS\": \"Created {{createdCount}} of {{totalCount}} associations\",\n \"SINGLE_FAILURE\": \"Failed to create association\"\n },\n \"ERROR\": {\n \"CREATE\": \"Failed to create association(s)\",\n \"REMOVE\": \"Failed to remove association\"\n },\n \"COMPANY\": {\n \"TITLE\": \"Associated companies\",\n \"ADD_COMPANY\": \"Add company\",\n \"ERROR\": \"Failed to create an account for this company\",\n \"INVITE\": \"+ Invite to {{appName}}\",\n \"LAST_LOGIN_DATE\": \"Last login: {{lastLoginDate}}\",\n \"NEVER_LOGGED_IN\": \"Never\"\n },\n \"PARENT_CHILD_COMPANIES\": {\n \"TITLE\": \"Associated companies\",\n \"CHILD_SECTION_TITLE\": \"Child companies\",\n \"PARENT_SECTION_TITLE\": \"Parent company\",\n \"ADD_CHILD_COMPANY\": \"Add child company\",\n \"SET_PARENT_COMPANY\": \"Set parent company\",\n \"ADD_CHILD_COMPANY_MODAL\": {\n \"TITLE\": \"Add child company to {{companyName}}\",\n \"SUCCESS\": \"Child company added\",\n \"ERROR\": \"Error adding child company\"\n },\n \"SET_PARENT_COMPANY_MODAL\": {\n \"TITLE\": \"Set parent company for {{companyName}}\",\n \"SUCCESS\": \"Parent company set\",\n \"ERROR\": \"Error setting parent company\"\n }\n },\n \"APP_ACCESS_MODAL\": {\n \"TITLE\": \"Invite to {{appName}}?\",\n \"DESCRIPTION\": \"{{contactName}} will be added as a user for {{companyName}}.\",\n \"PERMISSIONS_INFO\": \"You can edit their permissions at any time under the Accounts > Manage Users tab.\",\n \"SEND_WELCOME_EMAIL\": \"Send welcome email\",\n \"INVITE\": \"Invite\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Contact has been successfully invited\",\n \"ERROR\": \"Error inviting contact\"\n },\n \"MODAL\": {\n \"TITLE_CONTACT_MODAL\": \"Add associated companies to {{contactFullName}}\",\n \"ADD_ASSOCIATION\": \"Add company\",\n \"TITLE_COMPANY_MODAL\": \"Add associated contacts to {{companyName}}\",\n \"TITLE_ASSOCIATE_CONTACTS\": \"Add associated contacts to {{objectName}}\",\n \"TITLE_ASSOCIATE_COMPANIES\": \"Add associated companies to {{objectName}}\",\n \"TITLE_ASSOCIATION\": \"Association details\",\n \"TITLE_TAGS\": \"Association tags\",\n \"HINT_TAGS\": \"New tag...\",\n \"DESCRIPTION_TAGS\": \"Use tags to describe this relationship\",\n \"CREATE_NEW_CONTACT\": \"Create new contact\"\n },\n \"COMPANY_MODAL\": {\n \"PRIMARY_COMPANY\": \"Set as primary company\",\n \"PRIMARY_DESCRIPTION\": \"This will replace any current primary company associations\"\n },\n \"ADMIN_NOTES\": {\n \"TITLE\": \"Admin Notes\"\n },\n \"PRODUCTS\": {\n \"TITLE\": \"Products\",\n \"NO_PRODUCTS\": \"No products yet\",\n \"ACTIVE_SINCE\": \"Active since\",\n \"RENEWS\": \"Renews\",\n \"COMMITTED_UNTIL\": \"Committed until\",\n \"TRIAL_SINCE\": \"Trial since\",\n \"ENDS\": \"Ends\",\n \"DAYS_REMAINING\": \"{{days}} days remaining\",\n \"TRIAL_UPGRADE\": \"Upgrade product to continue service\",\n \"ERROR\": \"Error loading data, refresh and try again\",\n \"STATUS\": {\n \"TRIAL\": \"Trial\",\n \"TRIAL_ENDED\": \"Trial ended\"\n }\n },\n \"REPORTS\": {\n \"TITLE\": \"Reports\"\n },\n \"OPPORTUNITIES\": {\n \"TITLE\": \"Opportunities\"\n },\n \"UTM_ATTRIBUTES\": {\n \"TITLE\": \"UTM Attributes\"\n },\n \"AUTOMATIONS\": {\n \"TITLE\": \"Automations\"\n },\n \"CAMPAIGNS\": {\n \"TITLE\": \"Campaigns\",\n \"ADD_ASSOCIATION\": \"Add campaign\",\n \"START\": \"Start campaign...\",\n \"START_NOW\": \"Campaign will start on\",\n \"START_LATER\": \"Campaign will start at the scheduled time\",\n \"ADD_TO_CAMPAIGN\": \"Add to campaign\",\n \"STATUS\": {\n \"ONGOING\": \"Ongoing\",\n \"PAUSED\": \"Paused\",\n \"COMPLETED\": \"Completed\"\n },\n \"MENU\": {\n \"PAUSE\": {\n \"CONFIRMATION\": {\n \"TITLE\": \"Pause {{ title }} for {{ recipient }}?\",\n \"MESSAGE\": \"Scheduled campaign events will be paused for this recipient only. This action may take a few minutes to complete.\",\n \"CONFIRM\": \"Pause campaign\",\n \"DECLINE\": \"Cancel\"\n },\n \"PAUSE_CAMPAIGN\": \"Pause campaign\",\n \"SUCCESS\": \"Campaign paused\",\n \"FAILURE\": \"There was a problem pausing the campaign. Refresh the page and try again.\"\n },\n \"RESUME\": {\n \"CONFIRMATION\": {\n \"TITLE\": \"Resume {{ title }} for {{ recipient }}?\",\n \"MESSAGE\": \"The campaign will resume as scheduled for this recipient only. This recipient won\u2019t receive emails they\u2019ve already received. This action may take a few minutes to complete.\",\n \"CONFIRM\": \"Resume campaign\",\n \"DECLINE\": \"Cancel\"\n },\n \"RESUME_CAMPAIGN\": \"Resume campaign\",\n \"SUCCESS\": \"Campaign resumed\",\n \"FAILURE\": \"There was a problem resuming the campaign. Refresh the page and try again.\"\n }\n },\n \"COMPANY_CARD\": {\n \"BODY_ONE\": \"Send campaigns to a contact from the\",\n \"CONTACTS_TAB\": \"Associated contacts tab\",\n \"BODY_TWO\": \"or send to many contacts at once from the\",\n \"CONTACTS_TABLE\": \"Contacts table\"\n },\n \"MODAL\": {\n \"SUCCESS\": \"Successfully added to campaign\",\n \"ERROR\": \"Error adding to campaign\",\n \"FAILED_ADDRESS_ERROR_EMAIL\": \"Failed to add contact. Email address missing.\",\n \"FAILED_ADDRESS_ERROR_SMS\": \"Failed to add contact. Phone number missing.\",\n \"UPDATED\": \"Last updated:\",\n \"NO_CAMPAIGNS\": \"No campaigns found\",\n \"SEARCH_PLACEHOLDER\": \"Search active campaigns\"\n },\n \"START_CAMPAIGN\": {\n \"NOW\": \"Now\",\n \"LATER\": \"Later\"\n },\n \"VIEW_ALL\": \"View all\"\n },\n \"FILES\": {\n \"TITLE\": \"Files\"\n },\n \"FULFILLMENT_PROJECTS\": {\n \"TITLE\": \"Projects\",\n \"SUBTITLE\": {\n \"DUE\": \"Due\",\n \"COMPLETED\": \"Completed\"\n },\n \"STATUS\": {\n \"OPEN\": \"Open\",\n \"IN_PROGRESS\": \"In progress\",\n \"WAITING_ON_CUSTOMER\": \"Waiting on customer\",\n \"COMPLETED\": \"Completed\",\n \"OVERDUE\": \"Overdue\"\n },\n \"NO_PROJECTS\": \"No projects yet\"\n },\n \"ORDERS\": {\n \"TITLE\": \"Orders\"\n },\n \"COMPANY_PRIORITIES\": {\n \"TITLE\": \"Company Priorities\"\n },\n \"PROPOSALS\": {\n \"TITLE\": \"Proposals\"\n },\n \"TASKS\": {\n \"TITLE\": \"Tasks\"\n },\n \"PANEL_IN_PROGRESS\": {\n \"BUTTON\": \"View / add {{ category }}\",\n \"DESCRIPTION\": \"We\u2019re still working on this! To add or view existing {{ category }}, you\u2019ll be taken back to the account details page.\",\n \"ALERT\": {\n \"TITLE\": \"The associations panel is still in progress\",\n \"DESCRIPTION\": \"- You'll be taken back to the legacy page to access some features.\"\n }\n },\n \"CONTACT\": {\n \"TITLE\": \"Associated contacts\",\n \"ADD_ASSOCIATION\": \"Add contact\",\n \"ACTIONS\": {\n \"EDIT\": \"Edit contact\"\n }\n },\n \"REMOVE_DIALOG\": {\n \"TITLE\": \"Remove association?\",\n \"MESSAGE\": \"{{removeName}} will no longer be associated with {{fromName}}.\",\n \"CONFIRM\": \"Remove\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Association removed\",\n \"ERROR\": \"Error removing association\"\n },\n \"ACCOUNT\": {\n \"TITLE\": \"Associated account\",\n \"CREATE_ACCOUNT\": \"Create account\",\n \"CREATE_DESCRIPTION\": \"Accounts handle the billing relationship with a company. Use them to submit orders, create invoices, and collect payments.\",\n \"GO_TO_ACCOUNT\": \"Go to account\",\n \"OPEN_BUSINESS_APP\": \"Open in\"\n },\n \"EDIT_ASSOCIATION_DIALOG\": {\n \"ACTION\": \"Edit association tags\",\n \"TITLE\": \"Association details\",\n \"SUCCESS\": \"Association tags updated\",\n \"ERROR\": \"Error updating tags\"\n },\n \"FORM_FIELD\": {\n \"PLACEHOLDER\": \"Associate object...\"\n }\n },\n \"CONTACT\": {\n \"TITLE\": \"Contacts\",\n \"ADD_OBJECT_BUTTON\": \"Create contact\",\n \"VIEW_OBJECT\": \"View contact\",\n \"CREATE_PAGE\": {\n \"TITLE\": \"Create contact\",\n \"SAVE\": {\n \"SUCCESS\": \"Contact creation was successful\",\n \"ERROR\": \"Something went wrong\"\n },\n \"LOAD\": {\n \"ERROR\": \"Something went wrong\"\n }\n },\n \"EDIT_PAGE\": {\n \"TITLE\": \"Edit contact\",\n \"SAVE\": {\n \"SUCCESS\": \"Contact was updated successfully\"\n }\n },\n \"ASSOCIATION_PANEL\": {\n \"TITLE\": \"Associated contacts\",\n \"ADD_ASSOCIATION\": \"Add contact\",\n \"TITLE_ASSOCIATE\": \"Add associated contacts to {{objectName}}\",\n \"CREATE_BUTTON\": \"Create and associate a new contact\",\n \"CONFIRM_EXISTING_PRIMARY_MODAL\": {\n \"TITLE\": \"Are you sure you want to proceed?\",\n \"CONFIRMATION_MESSAGE\": \"The following contacts already have primary associations and won't be created as primary:\"\n }\n },\n \"ASSOCIATION_FORM\": {\n \"TITLE\": \"Associated contacts\",\n \"PLACEHOLDER\": \"Associate contact...\"\n },\n \"CONTACT_PROFILE\": {\n \"TITLE\": \"Contact profile\",\n \"EDIT_CONTACT\": \"Edit contact\",\n \"ACTIVITIES_TIMELINE_TAB\": \"Activity\",\n \"ABOUT_TAB\": \"About\",\n \"ASSOCIATIONS_TAB\": \"Associations\"\n },\n \"PROFILE_PAGE\": {\n \"TITLE\": \"Contact profile\",\n \"EDIT\": \"Edit contact\",\n \"PREVIOUS_PAGE_TITLE\": \"Contacts\",\n \"ACTIVITIES_TIMELINE_TAB\": \"Activity\",\n \"ABOUT_TAB\": \"About\",\n \"ASSOCIATIONS_TAB\": \"Associations\",\n \"PERSONAL_EVENT\": \"Your personal event links\",\n \"MEETING_ICON_TOOLTIP\": \"Book a meeting\",\n \"EMAIL_ICON_TOOLTIP\": \"Send an email\",\n \"PHONE_ICON_TOOLTIP\": \"Make a phone call\",\n \"CHAT_ICON_TOOLTIP\": \"Send a message\",\n \"NPS\": \"NPS: {{score}}\",\n \"MEETING_EVENT_LIST_TITLE\": \"Please select an event link\",\n \"LEAD_SCORE\": \"Score: {{score}}\"\n },\n \"ACTIVITIES_TIMELINE\": {\n \"EMPTY\": {\n \"IMAGE_ALT\": \"Graphic showing an abstract activity card floating\",\n \"HEADER\": \"Activities Timeline\",\n \"HINT\": \"Add an Activity\"\n },\n \"EMPTY_SEARCH\": {\n \"HEADER\": \"No activities found that match your search\",\n \"HINT\": \"Try changing the keywords\"\n },\n \"SECTIONS\": {\n \"UPCOMING\": \"Upcoming\"\n }\n },\n \"ACTIVITIES\": {\n \"UNKNOWN_NAME\": \"Your expert\",\n \"HEADER_ADDITIONAL_TEXT\": {\n \"NOTE\": \"added a note\",\n \"LOGGED_EMAIL\": \"logged an email\",\n \"LOGGED_CALL\": \"logged a call\",\n \"LOGGED_MEETING\": \"logged a meeting\",\n \"LOGGED_COMMUNICATION\": \"logged a message\",\n \"TASK\": \"was assigned a task\"\n },\n \"HEADER_ADDITIONAL_TEXT_V2\": {\n \"NOTE\": \"Logged note by\",\n \"LOGGED_EMAIL\": \"Logged email by\",\n \"LOGGED_CALL\": \"Logged call by\",\n \"LOGGED_MEETING\": \"Logged meeting by\",\n \"LOGGED_COMMUNICATION\": \"Logged message by\",\n \"TASK\": \"Task assigned to\"\n },\n \"CREATED_FROM\": \"from\"\n },\n \"RECORD_CHANGE_ACTIVITY\": {\n \"CREATED\": \"Contact created\",\n \"CREATED_VIA\": \"Contact created via\"\n },\n \"LIST_OBJECTS_PAGE\": {\n \"BACK_TO_USERS\": \"Back to Manage Users\"\n },\n \"LIST_OBJECTS_TABLE\": {\n \"EMPTY_TABLE\": {\n \"IMAGE_ALT\": \"Graphic showing a contact to be filled in\",\n \"HEADER\": \"Create your first contact\",\n \"HINT\": \"Add a single contact or import existing contact data from a CSV file\"\n },\n \"CUSTOM_COLUMNS\": {\n \"FULL_NAME\": \"Name\",\n \"PRIMARY_COMPANY_NAME\": \"Primary company name\"\n },\n \"ACTIONS\": {\n \"EDIT\": {\n \"TITLE\": \"Edit contact\"\n },\n \"DELETE\": {\n \"ACTION\": \"Delete contact\",\n \"TITLE\": \"Delete {{ name }}?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted contact\",\n \"ERROR\": \"Error deleting contact\"\n },\n \"DELETE_SELECTED\": {\n \"ACTION\": \"Delete contacts\",\n \"TITLE\": \"Delete contacts?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted contacts\",\n \"ERROR\": \"Error deleting contacts\"\n }\n },\n \"PIPELINE\": {\n \"EMPTY_STATE\": {\n \"TITLE\": \"Set up your pipeline and create your first contact\",\n \"MESSAGE\": \"Start with a default pipeline, or create a custom pipeline that matches your sales process\",\n \"SETUP_PIPELINE\": \"Set up pipeline\"\n }\n }\n },\n \"TABLE_FILTERS\": {\n \"HEADER\": \"Contacts\"\n },\n \"STANDARD_FIELD_RULES\": {\n \"UNIQUE_FIELD_VALUE\": {\n \"ENFORCED\": \"A contact with this {{label}} already exists\",\n \"WARNING\": \"One or more contacts with this {{label}} already exists\",\n \"PERMISSION_DENIED\": \"A contact with this {{label}} already exists in your organization\"\n },\n \"E164_FORMAT\": {\n \"WARNING\": \"Incorrect phone number format (ex. +1 1234567890)\"\n }\n },\n \"SELECT_MODAL\": {\n \"ONE_SELECTED\": \"Add contact\",\n \"MORE_SELECTED\": \"Add {{totalSelected}} contacts\",\n \"NO_SELECTED\": \"Please select a contact\",\n \"CREATE_NEW\": \"Create new contact\"\n },\n \"SELECT_FIELD\": \"Select a contact field\"\n },\n \"ACTIVITY_TYPES\": {\n \"NOTE\": \"Note\",\n \"EMAIL\": \"Email\",\n \"CALL\": \"Call\",\n \"MEETING\": \"Meeting\",\n \"CAMPAIGN\": \"Campaign email\",\n \"TASK\": \"Task\",\n \"MORE\": \"More\",\n \"YESWARE_CAMPAIGN\": \"Yesware campaign email\",\n \"COMMUNICATION_SUBTYPES\": {\n \"INBOX\": \"Inbox\",\n \"SMS\": \"SMS\",\n \"CAMPAIGN_SMS\": \"Campaign SMS\",\n \"LINKEDIN\": \"LinkedIn\"\n }\n },\n \"ACTIVITY_LOGGER\": {\n \"ADD\": \"Add\",\n \"LOG_ACTIVITY\": \"Log activity\",\n \"CREATE_TASK\": \"Create task\",\n \"SAVE\": \"Save\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS_MESSAGE\": \"Successfully created activity\",\n \"ERROR_MESSAGE\": \"There was a problem creating your activity. Please try again.\",\n \"EDIT_SUCCESS_MESSAGE\": \"Successfully updated activity\",\n \"EDIT_ERROR_MESSAGE\": \"There was a problem updating your activity. Please try again.\",\n \"ERROR_SET_REQUIRED_FIELDS\": \"Fill all required fields\",\n \"ERROR_REQUIRE_DESCRIPTION\": \"Description is required\",\n \"ERROR_REQUIRE_EMAIL_DIRECTION\": \"Email direction is required\",\n \"ERROR_REQUIRE_CALL_DIRECTION\": \"Call direction is required\",\n \"ERROR_REQUIRE_EMAIL_DATE\": \"Email date is required\",\n \"ERROR_REQUIRE_CALL_DATE\": \"Call date is required\",\n \"ERROR_REQUIRE_MEETING_DATE\": \"Meeting date is required\",\n \"ERROR_REQUIRE_TASK_DUE_DATE\": \"Task due date is required\",\n \"ERROR_REQUIRE_COMMUNICATION_DATE\": \"Date is required\",\n \"ERROR_REQUIRE_TASK_TYPE\": \"Task type is required\",\n \"ERROR_REQUIRE_TASK_ASSIGNEE\": \"Task assignee is required\",\n \"ERROR_REQUIRE_TASK_NAME_REQUIRED\": \"Task name is required\",\n \"ERROR_REQUIRE_COMMUNICATION_OUTCOME\": \"Outcome is required\",\n \"EMPTY_ASSOCIATIONS\": \"Activities must have at least one association\",\n \"NOTE_PLACEHOLDER\": \"Share an update...\",\n \"ASSOCIATIONS\": \"Associations\",\n \"ADD_COMPANY_ASSOCIATION\": \"Associate company...\",\n \"ADD_CONTACT_ASSOCIATION\": \"Associate contact...\",\n \"ADD_TEAM_MEMBER_ASSOCIATION\": \"Add team members...\",\n \"ADD_OPPORTUNITY_ASSOCIATION\": \"Associate opportunity...\",\n \"ADD_TAGS\": \"Add tags...\",\n \"TAGS\": \"Tags\",\n \"LOGGED_EMAIL\": {\n \"DATE_PLACEHOLDER\": \"Email date\",\n \"DESCRIPTION_PLACEHOLDER\": \"Describe the email...\",\n \"DIRECTION_PLACEHOLDER\": \"Email direction\"\n },\n \"LOGGED_CALL\": {\n \"DATE_PLACEHOLDER\": \"Call date\",\n \"NOTE_PLACEHOLDER\": \"Describe the call...\",\n \"DIRECTION_PLACEHOLDER\": \"Call direction\",\n \"OUTCOME_PLACEHOLDER\": \"Call outcome\",\n \"STATUS_PLACEHOLDER\": \"Call status\"\n },\n \"LOGGED_MEETING\": {\n \"DATE_PLACEHOLDER\": \"Meeting date\",\n \"NOTE_PLACEHOLDER\": \"Describe the meeting...\",\n \"DURATION_PLACEHOLDER\": \"Meeting duration\",\n \"OUTCOME_PLACEHOLDER\": \"Meeting outcome\",\n \"STATUS_PLACEHOLDER\": \"Meeting status\"\n },\n \"LOGGED_TASK\": {\n \"TITLE_PLACEHOLDER\": \"Add a task\",\n \"INSTRUCTIONS_PLACEHOLDER\": \"Add task instructions\",\n \"PRIORITY_PLACEHOLDER\": \"Task priority\",\n \"TYPE_PLACEHOLDER\": \"Task type\",\n \"DUE_DATE_PLACEHOLDER\": \"Task due date\",\n \"OWNER_PLACEHOLDER\": \"Task assignee\",\n \"CREATE\": {\n \"SUCCESS\": \"Successfully created task\",\n \"ERROR\": \"There was a problem creating your task. Please try again.\"\n },\n \"EDIT\": {\n \"SUCCESS\": \"Successfully updated task\",\n \"ERROR\": \"There was a problem updating your task. Please try again.\"\n }\n },\n \"LOGGED_COMMUNICATION\": {\n \"DIRECTION_PLACEHOLDER\": \"Outcome\",\n \"DESCRIPTION_PLACEHOLDER\": \"Share an update..\",\n \"DATE_PLACEHOLDER\": \"Date\"\n },\n \"LOGGED_FOLLOW_UP_TASK\": {\n \"CREATE\": \"Create follow-up task\",\n \"TITLE\": \"Follow-up task\",\n \"FOLLOW_UP_WITH\": \"Follow up with\"\n },\n \"ACTIVITY_TYPE_SELECTOR_ARIA_LABEL\": \"Activity type selector\"\n },\n \"ACTIVITY\": {\n \"FEED\": {\n \"TITLE\": \"Activity feed\"\n },\n \"TITLE\": \"Activity\",\n \"MENU\": {\n \"EDIT\": \"Edit activity\",\n \"COPY_LINK\": \"Copy link\"\n },\n \"AUDIO_PLAYBACK_ERROR\": \"Audio playback is not supported\",\n \"DIRECTION\": \"Direction\",\n \"OUTCOME\": \"Outcome\",\n \"STATUS\": \"Status\",\n \"DATE\": \"Date\",\n \"DURATION\": \"Duration\",\n \"LOCATION\": \"Location\",\n \"DUE\": \"Due\",\n \"OVERDUE\": \"Overdue\",\n \"OUTBOUND\": \"Outbound\",\n \"INBOUND\": \"Inbound\",\n \"FORWARDED\": \"Forwarded\",\n \"OUTCOME_OPTIONS\": {\n \"BUSINESS_REVIEW\": \"Business review\",\n \"DEMO_SCHEDULED\": \"Demo scheduled\",\n \"DEMO_COMPLETED\": \"Demo completed\",\n \"DISCOVERY\": \"Discovery\",\n \"INTERESTED\": \"Interested\",\n \"NO_INTEREST\": \"No interest\",\n \"PRESENTATION\": \"Presentation\",\n \"QUALITY_CONNECT\": \"Quality connect\",\n \"RESCHEDULING\": \"Rescheduling\",\n \"REFERRED\": \"Referred to other representatives\",\n \"TIMELINE_6_12_MONTHS\": \"Timeline 6-12 months\"\n },\n \"LOGGED_EMAIL\": {\n \"DIRECTION\": \"Email direction\"\n },\n \"LOGGED_CALL\": {\n \"DIRECTION\": \"Call direction\",\n \"STATUS\": \"Call status\",\n \"OUTCOME\": \"Call outcome\"\n },\n \"EMAIL_TITLE\": {\n \"FORWARDED\": \"forwarded to\",\n \"INBOUND\": \"sent to\",\n \"OUTBOUND\": \"sent from\",\n \"BOUNCED\": \"bounced by\",\n \"CLICKED\": \"clicked by\",\n \"DEFERRED\": \"deferred for\",\n \"DELIVERED\": \"delivered to\",\n \"DROPPED\": \"dropped by\",\n \"FAILED\": \"failed for\",\n \"OPENED\": \"opened by\",\n \"PROCESSED\": \"processed for\",\n \"RECEIVED\": \"received by\",\n \"REPLY\": \"replied by\",\n \"RESUBSCRIBED\": \"resubscribed by\",\n \"SEND\": \"sent by\",\n \"SENT\": \"sent to\",\n \"SPAM\": \"marked as spam for\",\n \"UNSUBSCRIBED\": \"unsubscribed by\"\n },\n \"EMAIL_STATUS\": {\n \"FORWARDED\": \"Forwarded\",\n \"BOUNCED\": \"Bounced\",\n \"CLICKED\": \"Clicked\",\n \"DEFERRED\": \"Deferred\",\n \"DELIVERED\": \"Delivered\",\n \"DROPPED\": \"Dropped\",\n \"FAILED\": \"Failed\",\n \"OPENED\": \"Opened\",\n \"PROCESSED\": \"Processed\",\n \"RECEIVED\": \"Received\",\n \"REPLY\": \"Replied\",\n \"RESUBSCRIBED\": \"Resubscribed\",\n \"SEND\": \"Sent\",\n \"SENT\": \"Sent\",\n \"SPAM\": \"Marked as spam\",\n \"UNSUBSCRIBED\": \"Unsubscribed\"\n },\n \"SMS_TITLE\": {\n \"SENT\": \"sent to\",\n \"DELIVERED\": \"delivered to\",\n \"FAILED\": \"failed for\",\n \"UNDELIVERED\": \"undelivered to\"\n },\n \"TASK\": {\n \"DUE_DATE\": \"Due date\",\n \"ASSIGNED_TO\": \"Assigned to\",\n \"TYPE\": \"Type\",\n \"PRIORITY\": \"Priority\",\n \"LOW\": \"Low\",\n \"MEDIUM\": \"Medium\",\n \"HIGH\": \"High\",\n \"TO_DO\": \"To-do\",\n \"EMAIL\": \"Email\",\n \"CALL\": \"Call\",\n \"MESSAGE\": \"Message\",\n \"MEETING\": \"Meeting\",\n \"LINKEDIN\": \"LinkedIn\"\n },\n \"MEETING\": {\n \"SCHEDULED\": \"Scheduled\",\n \"RESCHEDULED\": \"Rescheduled\",\n \"COMPLETED\": \"Completed\",\n \"CANCELLED\": \"Cancelled\",\n \"NO_SHOW\": \"No show\",\n \"5_MIN\": \"5 minutes\",\n \"15_MIN\": \"15 minutes\",\n \"30_MIN\": \"30 minutes\",\n \"1_HOUR\": \"1 hour\",\n \"1_HOUR_30_MIN\": \"1 hour 30 minutes\",\n \"2_HOURS_OR_MORE\": \"2 hours or more\",\n \"STATUS_HEADER\": {\n \"SCHEDULED\": \"Meeting scheduled\",\n \"RESCHEDULED\": \"Meeting rescheduled\",\n \"CANCELLED\": \"Meeting cancelled\",\n \"COMPLETED\": \"Meeting completed\",\n \"NO_SHOW\": \"Meeting no show\",\n \"UNKNOWN_STATUS\": \"Meeting status unknown\",\n \"BY_OWNER\": \"by {{ownerName}}\"\n },\n \"SUMMARY_BY_AI\": \"Summarized by AI\",\n \"SENTIMENT_SCORE\": \"Sentiment score\",\n \"SALES_SCORE\": \"Sales score\",\n \"MEETING_ANALYSIS\": {\n \"VIEW_SUMMARY\": \"View summary\",\n \"SUMMARY_TITLE\": \"Summary\",\n \"KEY_TAKEAWAYS\": \"Key takeaways\",\n \"ACTION_ITEMS\": \"Action items\",\n \"SENTIMENT_SCORE\": \"Sentiment score\",\n \"ASSOCIATIONS\": \"Associations\",\n \"SALES_SCORE\": \"Sales score\",\n \"DOWNLOAD_TRANSCRIPT\": \"Download transcript\",\n \"VIEW_RECORDING\": \"View recording\",\n \"CLOSE\": \"Close\",\n \"DOWNLOAD_WILL_START_SHORTLY\": \"Your download will start shortly\",\n \"FEEDBACK\": {\n \"TITLE\": \"What did you not like?\",\n \"INSTRUCTIONS\": \"Please select at least one reason why you did not like the AI generated meeting summary. This will help us make better summaries.\",\n \"INACCURATE_SUMMARY\": \"Inaccurate summary\",\n \"INACCURATE_TAKEAWAYS\": \"Inaccurate takeaways\",\n \"INACCURATE_ACTION_ITEMS\": \"Inaccurate action items\",\n \"LACK_OF_DETAILS\": \"Lack of details\",\n \"WRONG_SPEAKERS\": \"Wrong / unidentified speakers\",\n \"OTHER\": \"Other\",\n \"ADDITIONAL_INFO\": \"Additional information\",\n \"SEND_FEEDBACK\": \"Send feedback\",\n \"FEEDBACK_CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Feedback sent successfully\",\n \"ERROR\": \"Error sending feedback\"\n }\n }\n },\n \"CALL\": {\n \"CONNECTED\": \"Connected\",\n \"BUSY\": \"Busy\",\n \"REJECTED\": \"Rejected\",\n \"LEFT_VOICEMAIL\": \"Left voicemail\",\n \"NO_ANSWER\": \"No answer\",\n \"NOT_IN_SERVICE\": \"Not in service\",\n \"WRONG_NUMBER\": \"Wrong number\",\n \"TRANSCRIPT\": \"Call transcript\",\n \"VIEW_TRANSCRIPT\": \"View call transcript\"\n },\n \"COMMUNICATION\": {\n \"TYPE\": \"Type\",\n \"CONVERSATION_CREATED\": \"Conversation created via\",\n \"CONVERSATION_EVENT\": \"Conversation event via\"\n },\n \"UNKNOWN_TITLE\": \"An activity occurred\",\n \"ASSOCIATION\": \"association\",\n \"ASSOCIATIONS\": \"associations\",\n \"POPOVER\": {\n \"CONTACTS\": \"Contacts\",\n \"COMPANIES\": \"Companies\",\n \"OPPORTUNITIES\": \"Opportunities\",\n \"TEAM_MEMBERS\": \"Team members\"\n },\n \"AI_SUMMARY\": {\n \"TITLE\": \"Profile summary\",\n \"ERROR\": \"Error loading profile summary\",\n \"NO_SUMMARY\": \"There isn\u2019t enough data to provide actionable insights. Check back later.\",\n \"REGENERATE_SUMMARY\": \"Regenerate summary\"\n },\n \"HIDE_RELATED_ACTIVITIES\": \"Hide related activities\",\n \"SHOW_RELATED_ACTIVITIES\": \"Show related activities\"\n },\n \"COMPANY\": {\n \"TITLE\": \"Companies\",\n \"ADD_OBJECT_BUTTON\": \"Create company\",\n \"PROSPECT_OBJECT_BUTTON\": \"Find leads\",\n \"VIEW_OBJECT\": \"View company\",\n \"DEFAULT_NAME\": \"this company\",\n \"CREATE_PAGE\": {\n \"TITLE\": \"Create company\",\n \"SAVE\": {\n \"SUCCESS\": \"Company creation was successful\"\n }\n },\n \"EDIT_PAGE\": {\n \"TITLE\": \"Edit company\",\n \"SAVE\": {\n \"SUCCESS\": \"Company was updated successfully\"\n }\n },\n \"ASSOCIATION_PANEL\": {\n \"TITLE\": \"Associated companies\",\n \"ADD_ASSOCIATION\": \"Add company\",\n \"TITLE_ASSOCIATE\": \"Add associated companies to {{objectName}}\",\n \"CREATE_BUTTON\": \"Create and associate a new company\",\n \"SET_PRIMARY_MODAL\": {\n \"RADIO_BUTTON_TEXT\": \"Set as primary company\",\n \"RADIO_BUTTON_DESCRIPTION\": \"This will replace any current primary company associations\"\n },\n \"CHANGE_PRIMARY_DIALOG\": {\n \"TITLE\": \"Change primary company?\",\n \"MESSAGE\": \"{{newAssociationName}} will replace {{previousAssociationName}} as the primary company. \"\n }\n },\n \"ASSOCIATION_FORM\": {\n \"TITLE\": \"Associated companies\",\n \"PLACEHOLDER\": \"Associate company...\"\n },\n \"RECORD_CHANGE_ACTIVITY\": {\n \"CREATED\": \"Company created\",\n \"CREATED_VIA\": \"Company created via\",\n \"IMPORTANT_FIELD_UPDATED\": \"{{updatedField}} updated by\",\n \"IMPORTANT_FIELD_UPDATED_SALESPERSON\": \"Assigned to\",\n \"IMPORTANT_FIELD_UPDATED_SALESPERSON_NOT_ASSIGNED\": \"Unassigned\",\n \"IMPORTANT_FIELD_UPDATED_SALESPERSON_UNKNOWN\": \"deleted salesperson\"\n },\n \"OPPORTUNITY_CHANGE_ACTIVITY\": {\n \"OPPORTUNITY_UPDATED_BY\": \"Opportunity updated by\",\n \"OPPORTUNITY_UPDATED\": \"Opportunity updated\",\n \"STATUS_CHANGE_MESSAGE\": \"Open \u2192\",\n \"REASON_MESSAGE\": \"Reason:\",\n \"NOTES_MESSAGE\": \"Notes:\"\n },\n \"PROFILE_PAGE\": {\n \"TITLE\": \"Company profile\",\n \"EDIT\": \"Edit company\",\n \"ACTIVITIES_TIMELINE_TAB\": \"Activity\",\n \"ABOUT_TAB\": \"About\",\n \"ASSOCIATIONS_TAB\": \"Associations\",\n \"PREVIOUS_PAGE_TITLE\": \"Companies\",\n \"LEAD_SCORE\": \"Score: {{score}}\"\n },\n \"LIST_OBJECTS_PAGE\": {\n \"BACK_TO_ACCOUNTS\": \"Back to Manage Accounts\"\n },\n \"LIST_OBJECTS_TABLE\": {\n \"EMPTY_TABLE\": {\n \"IMAGE_ALT\": \"Graphic showing a company to be filled in\",\n \"HEADER\": \"Create your first company\",\n \"HINT\": \"Add a single company or import existing company data from a CSV file\"\n },\n \"ACTIONS\": {\n \"EDIT\": {\n \"TITLE\": \"Edit company\"\n },\n \"DELETE\": {\n \"ACTION\": \"Delete company\",\n \"TITLE\": \"Delete {{ name }}?\",\n \"CONFIRMATION_MESSAGE\": \"Deleting this company cannot be undone. Contacts that are associated with the company will remain, but they will no longer have the association.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted company\",\n \"ERROR\": \"Error deleting company\"\n },\n \"DELETE_SELECTED\": {\n \"ACTION\": \"Delete companies\",\n \"TITLE\": \"Delete companies?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted companies\",\n \"ERROR\": \"Error deleting companies\"\n },\n \"OPEN_BUSINESS_APP\": \"Open in\",\n \"START_AUTOMATION\": \"Start automation\",\n \"IMPERSONATE\": \"Impersonate\"\n },\n \"PROFILE_PAGE\": {\n \"EDIT\": \"Edit company\"\n },\n \"PIPELINE\": {\n \"EMPTY_STATE\": {\n \"TITLE\": \"Set up your pipeline and create your first company\",\n \"MESSAGE\": \"Start with a default pipeline, or create a custom pipeline that matches your sales process\",\n \"SETUP_PIPELINE\": \"Set up pipeline\"\n }\n }\n },\n \"TABLE_FILTERS\": {\n \"HEADER\": \"Companies\"\n },\n \"STANDARD_FIELD_RULES\": {\n \"E164_FORMAT\": {\n \"WARNING\": \"Incorrect phone number format (ex. +1 1234567890)\"\n },\n \"UNIQUE_FIELD_VALUE\": {\n \"ENFORCED\": \"A company with this {{label}} already exists\",\n \"WARNING\": \"One or more companies with this {{label}} already exists\"\n }\n },\n \"SELECT_MODAL\": {\n \"ONE_SELECTED\": \"Add company\",\n \"MORE_SELECTED\": \"Add {{totalSelected}} companies\",\n \"NO_SELECTED\": \"Please select a company\",\n \"CREATE_NEW\": \"Create new company\"\n },\n \"SELECT_FIELD\": \"Select a company field\"\n },\n \"TASK\": {\n \"TITLE\": \"Tasks\",\n \"ADD_OBJECT_BUTTON\": \"Create task\",\n \"VIEW_OBJECT\": \"View task\",\n \"RECORD_CHANGE_ACTIVITY\": {\n \"CREATED\": \"Task created\",\n \"CREATED_VIA\": \"Task created via\"\n },\n \"SELECT_MODAL\": {\n \"ONE_SELECTED\": \"Add task\",\n \"MORE_SELECTED\": \"Add {{totalSelected}} tasks\",\n \"NO_SELECTED\": \"Please select a task\",\n \"CREATE_NEW\": \"Create new task\"\n },\n \"CREATE_PAGE\": {\n \"TITLE\": \"Create task\",\n \"SAVE\": {\n \"SUCCESS\": \"Task creation was successful\",\n \"ERROR\": \"Something went wrong\"\n },\n \"LOAD\": {\n \"ERROR\": \"Something went wrong\"\n }\n },\n \"EDIT_PAGE\": {\n \"TITLE\": \"Edit task\",\n \"SAVE\": {\n \"SUCCESS\": \"Task was updated successfully\"\n }\n },\n \"LIST_OBJECTS_TABLE\": {\n \"EMPTY_TABLE\": {\n \"IMAGE_ALT\": \"Graphic showing a task to be filled in\",\n \"HEADER\": \"Create your first task\",\n \"HINT\": \"Track, manage and complete your daily tasks\"\n },\n \"ACTIONS\": {\n \"EDIT\": {\n \"TITLE\": \"Edit task\",\n \"ERROR_LOADING_TASK\": \"Failed to load resource. Contact your administrator.\"\n },\n \"DELETE\": {\n \"ACTION\": \"Delete task\",\n \"TITLE\": \"Delete {{ name }}?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted task\",\n \"ERROR\": \"Error deleting task\"\n },\n \"DELETE_SELECTED\": {\n \"ACTION\": \"Delete tasks\",\n \"TITLE\": \"Delete tasks?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted tasks\",\n \"ERROR\": \"Error deleting tasks\"\n },\n \"CREATE\": {\n \"TITLE\": \"Create task\"\n },\n \"TASK_QUEUE\": {\n \"START_TASKS\": \"Start tasks\",\n \"START_TASK\": \"Start task\",\n \"START_COUNT\": \"Start {{count}} task(s)\",\n \"NO_TASKS_SELECTED\": \"No tasks selected to start working on\",\n \"ASSOCIATIONS_CHIP\": \"{{count}} associations\"\n },\n \"COMPLETE\": {\n \"SINGLE\": {\n \"TITLE\": \"Complete task\",\n \"SUCCESS\": \"Task completed\",\n \"ERROR\": \"Error completing task\"\n },\n \"PLURAL\": {\n \"TITLE\": \"Complete tasks\",\n \"SUCCESS\": \"Tasks completed\",\n \"ERROR\": \"Error completing {{ amount }} or {{ total }} tasks\"\n }\n }\n },\n \"CUSTOM_COLUMNS\": {\n \"ASSIGNED_TO\": \"Assigned to\",\n \"DAYS_OVERDUE\": \"Overdue {{ amount }} days\",\n \"HOURS_OVERDUE\": \"Overdue {{ amount }} hours\",\n \"ASSOCIATED_COMPANY\": \"Associated company\",\n \"ASSOCIATED_CONTACT\": \"Associated contact\"\n },\n \"PIPELINE\": {\n \"EMPTY_STATE\": {\n \"TITLE\": \"Set up your pipeline and create your first task\",\n \"MESSAGE\": \"Start with a default pipeline, or create a custom pipeline that matches your sales process\",\n \"SETUP_PIPELINE\": \"Set up pipeline\"\n }\n }\n },\n \"TABLE_FILTERS\": {\n \"HEADER\": \"Tasks\"\n },\n \"STATUS_UPDATE\": {\n \"SUCCESS\": \"Task status updated\",\n \"ERROR\": \"Task status update failed\"\n },\n \"PERMISSION_DIALOG\": {\n \"TITLE\": \"Permission Required\",\n \"NO_ACCESS_MESSAGE\": \"You don't have permission to access {{inaccessibleCount}} of {{totalCount}} tasks\",\n \"CONTINUE_QUESTION\": \"Do you want to continue with the accessible tasks?\"\n }\n },\n \"LIST_OBJECTS_TABLE\": {\n \"CUSTOM_COLUMNS\": {\n \"FULL_ADDRESS\": \"Address\"\n },\n \"ACTIONS\": {\n \"DELETE\": {\n \"MODAL_TITLE\": \"Delete {{name}}?\"\n }\n },\n \"ACTIONS_COLUMN\": {\n \"TITLE\": \"Actions\"\n },\n \"CREATED_COLUMN\": {\n \"TITLE\": \"Created\"\n },\n \"DATE_DEFAULT\": {\n \"INVALID\": \"Exact date\",\n \"TODAY\": \"Today\",\n \"YESTERDAY\": \"Yesterday\",\n \"TOMORROW\": \"Tomorrow\",\n \"THIS_WEEK\": \"This week\",\n \"LAST_WEEK\": \"Last week\",\n \"NEXT_WEEK\": \"Next week\",\n \"THIS_MONTH\": \"This month\",\n \"LAST_MONTH\": \"Last month\",\n \"NEXT_MONTH\": \"Next month\",\n \"THIS_QUARTER\": \"This quarter\",\n \"LAST_QUARTER\": \"Last quarter\",\n \"NEXT_QUARTER\": \"Next quarter\",\n \"THIS_YEAR\": \"This year\",\n \"LAST_YEAR\": \"Last year\",\n \"NEXT_YEAR\": \"Next year\"\n },\n \"EXTERNAL_ID_COLUMN\": {\n \"TITLE\": \"External ID\"\n },\n \"ID_COLUMN\": {\n \"TITLE\": \"ID\"\n },\n \"UPDATED_COLUMN\": {\n \"TITLE\": \"Updated\"\n },\n \"STANDARD_FIELD_RULES\": {\n \"UNIQUE_FIELD_VALUE\": {\n \"ENFORCED\": \"A company with this {{label}} already exists\",\n \"WARNING\": \"One or more companies with this {{label}} already exists\"\n }\n }\n },\n \"CRM_FORM_SERVICE\": {\n \"RESOURCE_NOT_FOUND_ERROR\": \"Resource not found\"\n },\n \"STANDARD_FIELD_GROUPS\": {\n \"CONTACT\": {\n \"BASIC_INFORMATION\": \"Basic information\",\n \"BASIC_GROUP2_INFORMATION\": \"Primary location\",\n \"BASIC_GROUP3_INFORMATION\": \"About contact\",\n \"COMMUNICATION_CONSENT\": \"Communication consent\"\n },\n \"COMPANY\": {\n \"BASIC_INFORMATION\": \"Basic information\",\n \"ADDITIONAL_INFORMATION\": \"Additional information\"\n },\n \"OPPORTUNITY\": {\n \"BASIC_INFORMATION\": \"Basic information\",\n \"ADDITIONAL_INFORMATION\": \"Additional information\"\n },\n \"CUSTOM_FIELDS\": \"Custom fields\"\n },\n \"STANDARD_FIELD_RULES\": {\n \"CONTACT\": {\n \"FIRST_OR_LAST_NAME_OR_PHONE_OR_EMAIL_REQUIRED\": \"One of first name, last name, phone or email is required\"\n },\n \"COMPANY\": {\n \"COMPANY_NAME_REQUIRED\": \"Company name is required\"\n },\n \"OPPORTUNITY\": {\n \"OPPORTUNITY_NAME_REQUIRED\": \"Opportunity name is required\",\n \"PIPELINE_REQUIRED\": \"Pipeline is required\",\n \"STAGE_REQUIRED\": \"Stage is required\"\n },\n \"CUSTOM_OBJECT\": {\n \"CUSTOM_OBJECT_NAME_REQUIRED\": \"Name is required\"\n }\n },\n \"PAGE_NOT_FOUND\": {\n \"HEADER\": \"404 Not Found\",\n \"HINT\": \"The page or information requested could not be found.\"\n },\n \"BULK_IMPORT\": {\n \"TITLE\": \"Bulk import\",\n \"UPLOAD_CSV_STEP\": {\n \"TITLE\": \"Upload CSV\",\n \"INSTRUCTIONS\": \"Upload an existing CSV of customer data.\",\n \"REQUIREMENTS\": {\n \"CONTACT\": \"A name, phone number OR email must be included for each contact.\",\n \"COMPANY\": \"A name must be selected for each company.\",\n \"UNIQUE_HEADER_NAMES\": \"Each column header must be unique.\",\n \"SALESPERSON_MAPPING\": \"Salesperson emails can be mapped to Salesperson ID for contacts and companies.\",\n \"PHONE_NUMBER_RECOMMENDATION\": \"When uploading phone numbers outside of the US, specify the country name in a separate column.\"\n },\n \"MAXIMUM_FILE_SIZE\": \"Maximum File Size: 5MB\",\n \"REQUIRED\": \"This field is required\",\n \"SUCCESSFUL_UPLOAD\": \"Successfully uploaded {{filename}}\",\n \"DOWNLOAD_CSV_TEMPLATE\": \"Download CSV template\"\n },\n \"MAP_FIELDS_STEP\": {\n \"TITLE\": \"Map fields\",\n \"INSTRUCTIONS\": \"Confirm that the columns in your file map to the correct fields. A name, phone number OR email must be selected for contacts. A name must be selected for companies.\",\n \"PARTNER_INSTRUCTIONS\": \"Salesperson emails can be mapped to Salesperson ID for contacts and companies.\",\n \"COLUMN_HEADER\": \"Column header\",\n \"PREVIEW\": \"Preview\",\n \"IMPORT_AS\": \"Import as\",\n \"MAP_TO\": \"Map to\",\n \"ARIA_LABEL\": \"Map to fields\",\n \"OTHER_FIELDS\": \"Other fields\",\n \"DO_NOT_IMPORT\": \"Do not import\",\n \"REQUIRED\": \"Mapping a name, phone number OR email is required to proceed\",\n \"UNABLE_TO_MAP_FIELD\": \"{{fieldName}} is already mapped to {{header}}\",\n \"NO_IMPORT_TYPES_SELECTED\": \"Please select an import type\",\n \"DUPLICATE_HEADER_NAME\": \"Duplicate header\",\n \"DUPLICATE_HEADER_NAME_DESCRIPTION\": \"This column header was detected more than once in your file. You are still able to import, but only the first occurrence of this header in your file will be used. Please ensure that each column header is unique.\"\n },\n \"REVIEW_IMPORT_STEP\": {\n \"TITLE\": \"Review import\",\n \"INSTRUCTIONS\": \"Importing this will take several minutes depending on the number of customers you are creating.\",\n \"ESTIMATED_TOTAL\": \"an estimated total of \",\n \"ADDING_CUSTOMERS_FROM_FILENAME\": \"Adding {{estimatedText}}{{rows}} customers from {{csvFilename}}.\",\n \"UPDATE_DUPLICATES\": \"Update existing customers\",\n \"UPDATE_DUPLICATES_INSTRUCTIONS\": \"Check this box to update duplicates with new information. Duplicates are identified using ID and external ID for both companies and contacts, email address for contacts, and company name for companies. If left unchecked, all duplicates will be skipped.\",\n \"UPDATE_DUPLICATES_TOOLTIP\": \"If this is not selected, existing contacts will be skipped. This will detect duplicates based on the ID field, external ID field, and fields marked unique like email.\"\n },\n \"IMPORT_SUCCESS\": \"Started import for {{filename}}\",\n \"IMPORT_ERROR\": \"Uh-oh. Looks like something went wrong on our end. Please try again.\"\n },\n \"TABLE_FILTERS\": {\n \"ADD_FILTER\": \"Add filter\",\n \"CLEAR_FILTERS\": \"Clear all\",\n \"FIND_FILTER\": \"Find filter\",\n \"INVALID_FILTER_TYPE\": \"Filter type is invalid\",\n \"INCOMPLETE_FILTER\": \"Filter is incomplete. Complete the filter before applying it.\",\n \"SELECT_OPERATOR_PLACEHOLDER\": \"Select operator...\",\n \"SELECT_EXPRESSION_PLACEHOLDER\": \"Select...\",\n \"SELECT_START_PLACEHOLDER\": \"Start date\",\n \"SELECT_END_PLACEHOLDER\": \"End date\"\n },\n \"MODEL_DRIVEN_FORM\": {\n \"LOADING_STATUS_ERROR\": {\n \"TITLE\": \"Something went wrong\",\n \"TEXT\": \"Please wait a few moments and try again. If the problem persists, please contact an administrator\"\n },\n \"STRING_LIMIT_HINT\": \"Maximum {{characters}} characters\",\n \"TAG_LIMIT_ERROR\": \"Only {{maximumTags}} tags are allowed\",\n \"INVALID_DROPDOWN_ERROR\": \"Select a valid option\",\n \"SUBMITTED_PRISTINE\": \"You have not made any changes.\",\n \"SUBMITTED_WITH_ERROR\": \"Failed to create object. Please ensure that fields are filled out correctly.\",\n \"CREATE_ERROR\": \"Failed to create {{objectType}}. Please ensure that fields are filled out correctly.\",\n \"UPDATE_ERROR\": \"Failed to update {{objectType}}. Please ensure that fields are filled out correctly.\",\n \"INVALID_EMAIL_ERROR\": \"Email entered is invalid\",\n \"ADD_TAG_PROMPT\": \"Add a tag...\",\n \"ADD_STRINGLIST_ITEM_PROMPT\": \"Add an item...\",\n \"SELECT_PROMPT\": \"Select...\",\n \"INVALID_URL_ERROR\": \"URL entered is invalid\",\n \"PHONE\": {\n \"INVALID_PHONE_ERROR\": \"Phone number entered is invalid\",\n \"COUNTRY_LABEL\": \"Area code\",\n \"EXTENSION_LABEL\": \"Extension\",\n \"SEARCH_COUNTRY_LABEL\": \"Search\",\n \"SEARCH_COUNTRY_NO_RESULTS\": \"No results found\"\n },\n \"BOOLEAN\": {\n \"TRUE\": \"Yes\",\n \"FALSE\": \"No\"\n },\n \"ADD_FIELD_VALUE\": \"Add {{fieldName}}...\",\n \"EDIT_FIELD\": \"Edit field\"\n },\n \"COLLAPSIBLE_SECTION\": {\n \"VIEW_MORE\": \"View more\",\n \"VIEW_LESS\": \"View less\"\n },\n \"PERMISSION\": {\n \"TITLE\": \"Permission required\",\n \"DESCRIPTION\": \"You don't have the necessary permissions to view this page.\",\n \"REQUEST_ACCESS\": \"Request access from your administrator.\",\n \"PREV_PAGE\": \"Back to previous page\",\n \"HOME_PAGE\": \"Go to home page\",\n \"IMAGE_ALT\": \"Graphic showing denied access due to permissions\"\n },\n \"CAMPAIGNS\": {\n \"TITLE\": \"Campaigns\",\n \"NO_CAMPAIGNS\": \"No email campaigns have been started for this account\",\n \"DELETED_CAMPAIGN\": \"Deleted Campaign\",\n \"CONTACTS\": {\n \"MODAL\": {\n \"SELECT_ALL_SUCCESS\": \"{{ totalObjects }} contacts added to campaign: {{ campaignTitle }}\",\n \"ID\": \"ID\",\n \"NAME\": \"Name\",\n \"EMAIL\": \"Email\",\n \"NO_CAMPAIGNS\": \"No campaigns found\",\n \"PUBLISH\": \"Publish now\",\n \"BACK\": \"Back\",\n \"START_CAMPAIGN\": \"Start campaign\",\n \"CANCEL\": \"Cancel\",\n \"RECIPIENT_COUNT\": \"Estimated recipients: {{recipientCount}}\",\n \"UPDATED\": \"Last updated: \",\n \"SELECT_CAMPAIGN\": \"Add {{recipientCount}} recipients to campaign\",\n \"MISSING_EMAIL_ADDRESS\": \"{{contactCount}} missing email addresses \u2014 \",\n \"MISSING_EMAIL\": \"contacts without email addresses will not receive campaign emails.\",\n \"SEARCH_PLACEHOLDER\": \"Search active campaigns\",\n \"RECIPIENTS_TOOLTIP\": \"The recipient count is an estimate, as it doesn't account for contacts who have unsubscribed, are already on the campaign, or have invalid or missing email addresses.\",\n \"ERRORS\": {\n \"GENERIC_ERROR\": \"There was a problem starting the campaign. Please try again.\",\n \"FAILED_ADDRESS_ERROR\": \"'Failed to add the following addresses: '\",\n \"NO_CAMPAIGN_SELECTED\": \"Please select a campaign\",\n \"NO_VALID_CONTACTS_SELECTED\": \"Please select contacts with either an email or phone number\",\n \"NO_CONTACTS_SELECTED\": \"No contacts have been selected. Please select campaign recipients.\"\n },\n \"SUCCESS\": \"recipients added to campaign: \"\n }\n }\n },\n \"DYNAMIC_LISTS\": {\n \"TITLE\": \"Lists\",\n \"EMPTY_STATE\": {\n \"EMPTY_PREVIEW\": \"Start building your list\",\n \"EMPTY_PREVIEW_DESCRIPTION\": \"Use filters to segment your customers. Results will appear here.\"\n },\n \"MISC\": {\n \"AND\": \"AND\"\n },\n \"COLUMNS\": {\n \"ID\": \"ID\",\n \"NAME\": \"Name\",\n \"DESCRIPTION\": \"Description\",\n \"LIST_TYPE\": \"List type\",\n \"RESOURCE_TYPE\": \"Object type\",\n \"STATUS\": \"Status\",\n \"CREATED\": \"Created\",\n \"UPDATED\": \"Updated\",\n \"ACTIONS\": \"Actions\"\n },\n \"ITEM_TABLE_COLUMNS\": {\n \"RESOURCE_ID\": \"ID\",\n \"RESOURCE_NAME\": \"Name\",\n \"RESOURCE_URL\": \"URL\"\n },\n \"LIST_TYPES\": {\n \"STATIC\": \"Static\",\n \"SMART\": \"Smart\"\n },\n \"FILTERS\": \"Filters\",\n \"PREVIEW\": \"Preview\",\n \"ESTIMATED_LIST_SIZE\": \"Estimated list size\",\n \"ESTIMATED_SIZE_INFINITY\": \"many\",\n \"ESTIMATED_SIZE_UNKNOWN\": \"-\",\n \"LIST_TYPES_DESCRIPTION\": \"Static lists are fixed. Customers must be added or removed manually. They're useful for organizing customers based on specific criteria. \\n\\nSmart lists automatically add or remove the customers within them based on the filters you set. They're useful for things like targeted campaigns or responding to real-time interactions.\",\n \"CREATE_MODAL\": {\n \"TITLE\": \"Create list\",\n \"FORM\": {\n \"RESOURCE_TYPE\": \"Object\",\n \"LIST_TYPE\": \"List type\",\n \"NAME\": \"Name\",\n \"NAME_PLACEHOLDER\": \"Add a name...\",\n \"NAME_REQUIRED\": \"Name is required\",\n \"DESCRIPTION\": \"Description\",\n \"DESCRIPTION_PLACEHOLDER\": \"Add a description...\"\n }\n },\n \"LIST_DETAILS_MODAL\": {\n \"TITLE\": \"Details\"\n },\n \"SELECT_LIST_MODAL\": {\n \"TITLE\": \"Add to static list\",\n \"SELECT_CONTACT_LIST_LABEL\": \"Add contacts to list:\",\n \"SELECT_COMPANY_LIST_LABEL\": \"Add companies to list:\",\n \"SELECT_LIST_REQUIRED\": \"List is required\",\n \"SELECT_LIST_PLACEHOLDER\": \"Search lists\",\n \"AMOUNT_OF_SELECTED_COMPANIES\": \"{{amount}} companies selected\",\n \"AMOUNT_OF_SELECTED_CONTACTS\": \"{{amount}} contacts selected\"\n },\n \"FILTERS_EDITOR\": {\n \"SELECT_FIELD\": \"Select a field\"\n },\n \"ERRORS\": {\n \"MISSING_LIST_NAME\": \"Please add a name to your list\",\n \"INVALID_LIST_TYPE\": \"Please select a valid list type for your list\",\n \"INVALID_RESOURCE_TYPE\": \"Please select a valid object type for your list\",\n \"EMPTY_FILTERS\": \"Please add at least one filter to the criteria\",\n \"INVALID_FIELD\": \"Please select a field for the filter\",\n \"INVALID_OPERATOR\": \"Please select an operator for the filter\",\n \"INVALID_VALUE\": \"Please add a value for the filter\",\n \"FAILED_TO_UPDATE\": \"Failed to update list\",\n \"FAILED_TO_ADD\": \"Failed to add to {{listName}}. Please try again.\",\n \"STILL_PROCESSING_1\": \"This list is processing\",\n \"STILL_PROCESSING_2\": \"Depending on the size of the list, it may take a while.\",\n \"STILL_PROCESSING_3\": \"Try checking back later, or refreshing the page.\"\n },\n \"PROCESSING\": \"Processing\",\n \"SUCCESS\": {\n \"CREATED\": \"List created successfully\",\n \"UPDATED\": \"List updated successfully\",\n \"ADDED_TO_LIST\": \"{{numberOfItems}} items added to {{listName}}\",\n \"ADDED_TO_LIST_SINGULAR\": \"{{numberOfItems}} item added to {{listName}}\",\n \"ADDING_TO_LIST\": \"{{numberOfItems}} items are being added to {{listName}}\",\n \"ADDING_TO_LIST_SINGULAR\": \"{{numberOfItems}} item is being added to {{listName}}\"\n },\n \"PENDING_CHANGES_MODAL\": {\n \"TITLE\": \"You have unsaved changes!\",\n \"MESSAGE\": \"Press 'Cancel' to go back and save these changes, or 'Proceed' to lose these changes.\",\n \"ACTIONS\": {\n \"PROCEED\": \"Proceed\",\n \"CANCEL\": \"Cancel\"\n }\n },\n \"ACTIONS\": {\n \"CREATE\": \"Create list\",\n \"EDIT\": \"Edit details\",\n \"DETAILS\": \"Details\",\n \"ADD_FILTER\": \"Add filter\",\n \"DELETE_FILTER\": \"Delete filter\",\n \"DELETE\": \"Delete\",\n \"ADD\": \"Add\",\n \"ADD_TO_STATIC_LIST\": \"Add to static list\",\n \"REMOVE_ITEM\": \"Remove item\",\n \"START_AUTOMATION\": \"Start automation\",\n \"DELETE_CONFIRMATION\": {\n \"TITLE\": \"Delete list?\",\n \"MESSAGE\": \"This action cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"List deleted\",\n \"ERROR\": \"Error deleting list\"\n },\n \"ITEM_DELETE_CONFIRMATION\": {\n \"TITLE\": \"Remove item from list?\",\n \"MESSAGE\": \"This action cannot be undone.\",\n \"CONFIRM\": \"Remove item\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Item removed from list\",\n \"ERROR\": \"Error removing item from list\"\n },\n \"CANNOT_EDIT\": \"Lists cannot be edited.\"\n }\n },\n \"VIEWS\": {\n \"ACTIONS\": {\n \"CREATE_VIEW\": \"Create view\"\n },\n \"DELETE_CONFIRMATION\": {\n \"TITLE\": \"Delete view?\",\n \"MESSAGE\": \"{{ viewName }} will be deleted.\"\n },\n \"EMPTY\": \"Add filters to create a view\",\n \"ERRORS\": {\n \"VIEW_NAME_REQUIRED\": \"View name is required\",\n \"EQUAL_TO_PRESET_NAME\": \"View name cannot be an existing name\",\n \"VIEW_NAME_TOO_LONG\": \"View name cannot be longer than 36 characters\",\n \"NO_FILTERS\": \"Add filters before creating a view\"\n },\n \"VIEW_NAME\": \"View name\",\n \"VIEWS\": \"Views\",\n \"PRESET_FILTERS\": {\n \"ALL\": \"All\",\n \"NOTES\": \"Notes\",\n \"TASKS\": \"Tasks\",\n \"EMAILS\": \"Emails\",\n \"CALLS\": \"Calls\",\n \"MEETINGS\": \"Meetings\",\n \"COMMUNICATIONS\": \"Communications\",\n \"EXCLUDE_CAMPAIGNS\": \"Exclude campaigns\"\n }\n },\n \"LIFECYCLE_STAGE\": {\n \"VISITOR\": \"Visitor\",\n \"LEAD\": \"Lead\",\n \"MARKETING_QUALIFIED_LEAD\": \"Marketing qualified lead\",\n \"SALES_ACCEPTED_LEAD\": \"Sales accepted lead\",\n \"SALES_QUALIFIED_LEAD\": \"Sales qualified lead\",\n \"PROSPECT\": \"Prospect\",\n \"CUSTOMER\": \"Customer\",\n \"FORMER_CUSTOMER\": \"Former customer\"\n },\n \"TASK_QUEUE\": {\n \"ACTIONS\": {\n \"SKIP\": \"Skip\",\n \"MARK_AS_COMPLETE\": \"Mark as complete\",\n \"UNDO\": \"Undo\",\n \"NEXT\": \"Next\",\n \"BACK_TO_TASKS\": \"Back to tasks\",\n \"RESCHEDULE\": \"Reschedule\"\n },\n \"STATUS\": {\n \"COMPLETED\": \"Completed\",\n \"RESCHEDULED\": \"Rescheduled\"\n },\n \"TASKS\": \"Tasks\",\n \"RESCHEDULE_TASK\": \"Reschedule task\",\n \"ERRORS\": {\n \"MARK_AS_COMPLETE\": \"There was a problem marking the task as completey. Please try again.\",\n \"RESCHEDULE\": \"There was a problem rescheduling the task. Please try again.\",\n \"UNDO\": \"There was a problem updating the task. Please try again.\",\n \"INVALID_DUE_DATE\": \"Invalid due date\"\n },\n \"SUCCESS_MESSAGES\": {\n \"RESCHEDULE\": \"Task rescheduled\"\n }\n },\n \"SCORE_SETTINGS\": {\n \"TITLES\": {\n \"EDIT_SCORE\": \"Edit score\",\n \"POSITIVE\": \"Positive ({{ numberOfDefinitions }})\",\n \"NEGATIVE\": \"Negative ({{ numberOfDefinitions }})\",\n \"VIEW\": {\n \"POINTS\": \"Points: {{ points }}\"\n },\n \"EDIT\": {\n \"POINTS\": \"Points: {{ sign }}\"\n }\n },\n \"SUBTITLES\": {\n \"POSITIVE\": \"Add points to the total score when criteria has been met\",\n \"NEGATIVE\": \"Subtract points from the total score when criteria has been met\"\n },\n \"CTA\": {\n \"ADD_CRITERIA\": \"Add criteria\",\n \"ADD_FILTER\": \"Add filter\"\n },\n \"MISC\": {\n \"AND\": \"And\",\n \"UNSAVED_CHANGES\": \"Unsaved changes\"\n },\n \"EMPTY_STATE\": {\n \"FILTERS\": \"Add filters to this criteria\",\n \"PAGE\": {\n \"TITLE\": \"Create scoring rule\",\n \"SUBTITLE\": \"Set criteria to add and subtract points from the total score based on customer behaviour and fit or use our default set of criteria to categorize your leads\",\n \"CREATE_RULE_MYSELF\": \"Create rule myself\",\n \"CREATE_RULE_FOR_ME\": \"Create rule for me\"\n }\n },\n \"ERRORS\": {\n \"EMPTY_SCORING_DEFINITIONS\": \"Please add at least one criteria\",\n \"EMPTY_SCORING_RULES\": \"Please add at least one filter to the criteria\",\n \"INVALID_CONTRIBUTION\": \"Please add a valid contribuition to the criteria\",\n \"INVALID_FIELD\": \"Please select a field for the filter\",\n \"INVALID_OPERATOR\": \"Please select an operator for the filter\",\n \"INVALID_VALUE\": \"Please add a value for the filter\",\n \"FAILED_TO_UPDATE\": \"Failed to update scoring definitions\"\n },\n \"SUCCESS_MESSAGES\": {\n \"UPDATE\": \"Scoring definitions updated\"\n }\n },\n \"COMMON\": {\n \"YES\": \"yes\",\n \"NO\": \"no\",\n \"SNACKBAR_MESSAGE\": {\n \"COPY_SUCCESS\": \"Successfully copied to clipboard\",\n \"MEETING_EMAIL_SUCCESS\": \"Meeting request mail sent\",\n \"MEETING_EMAIL_FAILURE\": \"Failed to send meeting request mail\",\n \"NO_MEETING_TYPES\": \"At least one event type required to send a mail\"\n }\n },\n \"SYNC\": {\n \"TITLE\": \"Data syncing\",\n \"DESCRIPTION\": \"This data is automatically synced with the\",\n \"ACCOUNT\": \"associated account\"\n },\n \"OPPORTUNITY\": {\n \"TITLE\": \"Opportunities\",\n \"STATUS\": {\n \"WON\": \"Won\",\n \"LOST\": \"Lost\"\n },\n \"ACTIONS\": {\n \"REOPEN\": \"Reopen\",\n \"CLOSE_WON\": \"Won\",\n \"CLOSE_LOST\": \"Lost\"\n },\n \"ADD_OBJECT_BUTTON\": \"Create opportunity\",\n \"PROFILE_PAGE\": {\n \"TITLE\": \"Opportunity details\",\n \"EDIT\": \"Edit opportunity\",\n \"PREVIOUS_PAGE_TITLE\": \"Opportunities\",\n \"ACTIVITIES_TIMELINE_TAB\": \"Activity\",\n \"ABOUT_TAB\": \"About\",\n \"ASSOCIATIONS_TAB\": \"Associations\"\n },\n \"EDIT_PAGE\": {\n \"TITLE\": \"Edit opportunity\",\n \"SAVE\": {\n \"SUCCESS\": \"Opportunity was updated successfully\",\n \"FAIL\": \"Failed to update opportunity\"\n }\n },\n \"ASSOCIATION_PANEL\": {\n \"TITLE\": \"Associated opportunities\",\n \"ADD_ASSOCIATION\": \"Add opportunity\",\n \"CREATE_BUTTON\": \"Create and associate a new opportunity\",\n \"TITLE_ASSOCIATE\": \"Add associated opportunities to {{objectName}}\",\n \"VALUE\": \"Value\",\n \"ACTIVITY\": \"Last activity\",\n \"CLOSE_DATE\": \"Expected close date\",\n \"STAGE\": \"Stage\",\n \"STATUS\": {\n \"OPEN\": \"Open\",\n \"CLOSED_LOST\": \"Closed lost\",\n \"CLOSED_WON\": \"Closed won\"\n }\n },\n \"ASSOCIATION_FORM\": {\n \"TITLE\": \"Associated opportunities\",\n \"PLACEHOLDER\": \"Associate opportunity...\"\n },\n \"SELECT_MODAL\": {\n \"ONE_SELECTED\": \"Add opportunity\",\n \"MORE_SELECTED\": \"Add {{totalSelected}} opportunities\",\n \"NO_SELECTED\": \"Please select an opportunity\",\n \"CREATE_NEW\": \"Create new opportunity\"\n },\n \"LIST_OBJECTS_TABLE\": {\n \"CUSTOM_COLUMNS\": {\n \"PRIMARY_ASSOCIATIONS\": \"Primary association\"\n },\n \"EMPTY_TABLE\": {\n \"IMAGE_ALT\": \"Opportunities\",\n \"HEADER\": \"Create your first opportunity\",\n \"HINT\": \"Add an opportunity to track and manage your sales pipeline\"\n },\n \"ACTIONS\": {\n \"EDIT\": {\n \"TITLE\": \"Edit opportunity\"\n },\n \"DELETE\": {\n \"ACTION\": \"Delete opportunity\",\n \"TITLE\": \"Delete opportunity?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted opportunity\",\n \"ERROR\": \"Error deleting opportunity\"\n },\n \"DELETE_SELECTED\": {\n \"ACTION\": \"Delete opportunities\",\n \"TITLE\": \"Delete opportunities?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted opportunities\",\n \"ERROR\": \"Error deleting opportunities\"\n },\n \"CREATE\": {\n \"TITLE\": \"Create opportunity\"\n }\n },\n \"PIPELINE\": {\n \"EMPTY_STATE\": {\n \"TITLE\": \"Set up your pipeline and create your first opportunity\",\n \"MESSAGE\": \"Start with a default pipeline, or create a custom pipeline that matches your sales process\",\n \"SETUP_PIPELINE\": \"Set up pipeline\"\n }\n }\n },\n \"PIPELINE\": {\n \"SELECTOR\": {\n \"TITLE\": \"Select pipeline...\",\n \"NO_PIPELINES\": \"No pipelines\",\n \"EMPTY\": \"There are no pipelines yet. Please create a pipeline to continue.\"\n },\n \"LAST_ACTIVITY\": \"Last activity\",\n \"EXPECTED_CLOSE_DATE\": \"Expected close date\",\n \"ACTUAL_CLOSE_DATE\": \"Close date\",\n \"PERCENTAGE_OF\": \"% of\"\n },\n \"STAGE\": {\n \"SELECTOR\": {\n \"LABEL\": \"Stage\",\n \"TITLE\": \"Select stage...\"\n }\n },\n \"TABLE_FILTERS\": {\n \"HEADER\": \"Opportunities\"\n },\n \"CREATE_PAGE\": {\n \"TITLE\": \"Create opportunity\",\n \"NAME_PLACEHOLDER\": \"Add opportunity name...\",\n \"SAVE\": {\n \"SUCCESS\": \"Opportunity creation was successful\",\n \"ERROR\": \"Something went wrong\",\n \"ASSOCIATIONS_REQUIRED\": \"Associate at least one company or contact\"\n }\n },\n \"RECORD_CHANGE_ACTIVITY\": {\n \"CREATED\": \"Opportunity created\",\n \"CREATED_VIA\": \"Opportunity created via\"\n }\n },\n \"PIPELINES\": {\n \"TITLE\": \"Pipelines\",\n \"SETTINGS\": {\n \"TITLE\": \"Manage pipelines\",\n \"CTA\": {\n \"CREATE_PIPELINE\": \"Create pipeline\",\n \"DELETE_PIPELINE\": \"Delete pipeline\",\n \"ADD_STAGE\": \"Add stage\"\n },\n \"FORM\": {\n \"TITLES\": {\n \"PIPELINE_NAME\": \"Pipeline name\",\n \"PIPELINE_STAGES\": \"Pipeline stages\",\n \"STAGE_NAME\": \"Stage name\",\n \"CLOSE_PROBABILITY\": \"Close probability\"\n },\n \"SUBTITLES\": {\n \"PIPELINE_STAGES\": \"Opportunities may shift within the pipeline if you delete a stage or change its probability.\"\n },\n \"PLACEHOLDER\": {\n \"PIPELINE_NAME\": \"My new pipeline\"\n }\n },\n \"MODALS\": {\n \"DELETE_TITLE\": \"Delete pipeline?\",\n \"DELETE_MESSAGE\": \"Deleting a pipeline with opportunities in it will cause them to no longer show on the pipeline board. Ensure that you have removed all opportunities from this pipeline before deleting it.\",\n \"UNSAVED_CHANGES_TITLE\": \"Unsaved changes\",\n \"UNSAVED_CHANGES_MESSAGE\": \"Are you sure you want to leave? You will lose any unsaved changes.\",\n \"UNSAVED_CHANGES_CONFIRM\": \"Discard changes\"\n },\n \"SNACKBARS\": {\n \"CREATE_FAILED\": \"Failed to create a new pipeline, please try again later.\",\n \"CREATE_SUCCESS\": \"Successfully created a new pipeline\",\n \"DELETE_FAILED\": \"Failed to delete pipeline, please try again later.\",\n \"DELETE_SUCCESS\": \"Successfully deleted pipeline\",\n \"SAVE_SUCCESS\": \"Successfully updated pipeline\",\n \"SAVE_FAILED\": \"Failed to update pipeline, please try again later.\",\n \"FORM_INVALID\": \"Failed to update pipeline, please make sure all fields are correct.\"\n },\n \"DEFAULTS\": {\n \"NAME\": \"My new pipeline\",\n \"STAGE_ONE\": \"Demo scheduled\",\n \"STAGE_TWO\": \"Proposal requested\",\n \"STAGE_THREE\": \"Negotiation initiated\",\n \"STAGE_FOUR\": \"Contract sent\",\n \"CLOSED_WON\": \"Closed won\",\n \"CLOSED_LOST\": \"Closed lost\"\n },\n \"EMPTY_STATE\": {\n \"TITLE\": \"Create your first pipeline\",\n \"MESSAGE\": \"Track and manage your sales opportunities from start to close\"\n }\n }\n },\n \"LEADERBOARD\": {\n \"TITLE\": \"Leaderboard\",\n \"COLUMNS\": {\n \"RANK\": \"Rank\",\n \"NAME\": \"Name\",\n \"INBOUND_CALLS\": \"Inbound calls\",\n \"OUTBOUND_CALLS\": \"Outbound calls\",\n \"INBOUND_EMAILS\": \"Inbound emails\",\n \"OUTBOUND_EMAILS\": \"Outbound emails\",\n \"MEETINGS\": \"Meetings\"\n },\n \"AGGREGATIONS\": {\n \"TOTAL\": \"Total\",\n \"AVERAGE\": \"Average\"\n },\n \"TIME_RANGE\": \"Time range\",\n \"DATE_RANGES\": {\n \"THIS_MONTH\": \"This month\",\n \"LAST_MONTH\": \"Last month\",\n \"THIS_YEAR\": \"This year\",\n \"LAST_YEAR\": \"Last year\",\n \"CUSTOM\": \"Custom\"\n },\n \"CUSTOM_RANGE\": {\n \"START\": \"Start date\",\n \"END\": \"End date\"\n }\n },\n \"CUSTOM_OBJECT\": {\n \"ASSOCIATION_FORM\": {\n \"TITLE\": \"Associated custom objects\",\n \"PLACEHOLDER\": \"Associate custom object...\"\n }\n },\n \"OBJECT\": {\n \"TITLE\": \"{{ pluralObjectName }}\",\n \"TITLE_SINGLE\": \"{{ singularObjectName }}\",\n \"ADD_OBJECT_BUTTON\": \"Create {{ singularObjectName }}\",\n \"CREATE_PAGE\": {\n \"TITLE\": \"Create {{ singularObjectName }}\",\n \"SAVE\": {\n \"SUCCESS\": \"{{ singularObjectName }} creation was successful\",\n \"ERROR\": \"Something went wrong\"\n },\n \"LOAD\": {\n \"ERROR\": \"Something went wrong\"\n }\n },\n \"EDIT_PAGE\": {\n \"TITLE\": \"Edit {{ singularObjectName }}\",\n \"SAVE\": {\n \"SUCCESS\": \"{{ singularObjectName }} was updated successfully\"\n }\n },\n \"PROFILE_PAGE\": {\n \"TITLE\": \"{{ singularObjectName }} profile\",\n \"EDIT\": \"Edit {{ singularObjectName }}\",\n \"PREVIOUS_PAGE_TITLE\": \"{{ pluralObjectName }}\",\n \"ABOUT_TAB\": \"About\"\n },\n \"LIST_OBJECTS_TABLE\": {\n \"EMPTY_TABLE\": {\n \"IMAGE_ALT\": \"Graphic showing a company to be filled in\",\n \"HEADER\": \"Create your first company\",\n \"HINT\": \"Add a single company or import existing company data from a CSV file\"\n },\n \"SELECT_ALL\": {\n \"SELECT_ALL_OBJECTS\": \"select all {{ totalObjects }} {{ pluralObjectName }}\",\n \"CLEAR_SELECTION\": \"clear selection\",\n \"TOTAL_SELECTED\": \"{{ totalSelected }} selected\"\n },\n \"ACTIONS\": {\n \"EDIT\": {\n \"TITLE\": \"Edit {{ singularObjectName }}\"\n },\n \"DELETE\": {\n \"ACTION\": \"Delete {{ singularObjectName }}\",\n \"TITLE\": \"Delete {{ singularObjectName }}?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted {{ singularObjectName }}\",\n \"ERROR\": \"Error deleting {{ singularObjectName }}\"\n },\n \"DELETE_SELECTED\": {\n \"ACTION\": \"Delete {{ pluralObjectName }}\",\n \"TITLE\": \"Delete {{ pluralObjectName }}?\",\n \"CONFIRMATION_MESSAGE\": \"This cannot be undone.\",\n \"CONFIRM\": \"Delete\",\n \"CANCEL\": \"Cancel\",\n \"SUCCESS\": \"Deleted {{ pluralObjectName }}\",\n \"ERROR\": \"Error deleting {{ pluralObjectName }}\"\n }\n }\n },\n \"TABLE_FILTERS\": {\n \"HEADER\": \"{{ pluralObjectName }}\"\n }\n }\n}\n", "import { NgModule } from '@angular/core';\nimport { LexiconModule } from '@galaxy/lexicon';\nimport { TranslateModule } from '@ngx-translate/core';\nimport En from '../../assets/i18n/en_devel.json';\n\n@NgModule({\n imports: [\n TranslateModule,\n LexiconModule.forChild({\n componentName: 'common/crm',\n baseTranslation: En,\n }),\n ],\n exports: [TranslateModule],\n})\nexport class TranslationModule {}\n", "export const LinkedinIconSVG =\n ' ';\n", "import { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\nimport { MatIconModule, MatIconRegistry } from '@angular/material/icon';\nimport { DomSanitizer } from '@angular/platform-browser';\nimport { LinkedinIconSVG } from './linkedin-icon.svg';\n\n@Component({\n selector: 'crm-common-association-card-content',\n templateUrl: './common-association-card-content.component.html',\n styleUrls: ['./common-association-card-content.component.scss'],\n imports: [CommonModule, MatIconModule],\n})\nexport class CommonAssociationCardContentComponent {\n @Input() iconName = '';\n @Input() isSvgIcon?: boolean;\n\n constructor(\n private matIconRegistry: MatIconRegistry,\n private sanitizer: DomSanitizer,\n ) {\n this.matIconRegistry.addSvgIconLiteral('linkedin', this.sanitizer.bypassSecurityTrustHtml(LinkedinIconSVG));\n }\n}\n", "
{{ cardData.accountGroupCompanyName ?? '' }}
\n