2020-04-16 09:58:23 +00:00
{
"CONTACT_PANEL" : {
2020-11-16 17:41:14 +00:00
"NOT_AVAILABLE" : "No disponible" ,
2020-08-26 16:03:52 +00:00
"EMAIL_ADDRESS" : "Adreça de correu electrònic" ,
"PHONE_NUMBER" : "Número de telèfon" ,
2020-11-16 17:41:14 +00:00
"COPY_SUCCESSFUL" : "S'ha copiat al porta-retalls amb èxit" ,
"COMPANY" : "Companyia" ,
2020-08-26 16:03:52 +00:00
"LOCATION" : "Ubicació" ,
2020-04-16 09:58:23 +00:00
"CONVERSATION_TITLE" : "Detalls de les converses" ,
2021-10-26 17:31:52 +00:00
"VIEW_PROFILE" : "View Profile" ,
2020-04-16 09:58:23 +00:00
"BROWSER" : "Navegador" ,
"OS" : "Sistema operatiu" ,
2020-04-23 18:22:16 +00:00
"INITIATED_FROM" : "Iniciada des de" ,
2020-04-16 09:58:23 +00:00
"INITIATED_AT" : "Iniciada a les" ,
2020-12-22 12:31:10 +00:00
"IP_ADDRESS" : "Adreça IP" ,
2021-04-19 09:40:16 +00:00
"NEW_MESSAGE" : "New message" ,
2020-04-16 09:58:23 +00:00
"CONVERSATIONS" : {
2020-04-23 18:22:16 +00:00
"NO_RECORDS_FOUND" : "No hi han converses prèvies associades a aquest contacte." ,
2020-04-16 09:58:23 +00:00
"TITLE" : "Converses prèvies"
} ,
"LABELS" : {
2021-06-15 16:45:18 +00:00
"CONTACT" : {
"TITLE" : "Contact Labels" ,
"ERROR" : "Couldn't update labels"
} ,
"CONVERSATION" : {
"TITLE" : "Etiquetes de converses" ,
"ADD_BUTTON" : "Add Labels"
2020-07-07 19:29:30 +00:00
} ,
2021-05-17 18:23:19 +00:00
"LABEL_SELECT" : {
"TITLE" : "Add Labels" ,
"PLACEHOLDER" : "Search labels" ,
"NO_RESULT" : "No labels found"
}
2020-07-07 19:29:30 +00:00
} ,
2021-10-14 08:02:15 +00:00
"MERGE_CONTACT" : "Merge contact" ,
"CONTACT_ACTIONS" : "Contact actions" ,
2020-11-16 17:41:14 +00:00
"MUTE_CONTACT" : "Silencia la conversa" ,
"UNMUTE_CONTACT" : "Desactiva el silenci de la conversa" ,
"MUTED_SUCCESS" : "Aquesta conversa s'ha silenciat durant 6 hores" ,
"UNMUTED_SUCCESS" : "La conversa te desactivat el silenci" ,
"SEND_TRANSCRIPT" : "Envia la transcripció" ,
2021-09-13 13:49:59 +00:00
"EDIT_LABEL" : "Edita" ,
"SIDEBAR_SECTIONS" : {
"CUSTOM_ATTRIBUTES" : "Atributs personalitzats" ,
"CONTACT_LABELS" : "Contact Labels" ,
"PREVIOUS_CONVERSATIONS" : "Converses prèvies"
}
2020-08-26 16:03:52 +00:00
} ,
"EDIT_CONTACT" : {
2020-11-16 17:41:14 +00:00
"BUTTON_LABEL" : "Edita el contacte" ,
"TITLE" : "Edita el contacte" ,
2021-03-15 18:30:53 +00:00
"DESC" : "Edita els detalls de contacte"
} ,
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "Nou Contacte" ,
"TITLE" : "Crear un nou contacte" ,
"DESC" : "Afegir informació bàsica sobre el contacte."
} ,
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" : "Cancel·la"
} ,
"SUCCESS_MESSAGE" : "Contacts saved successfully" ,
"ERROR_MESSAGE" : "S'ha produït un error; tornau-ho a provar"
} ,
2022-05-09 13:27:05 +00:00
"DELETE_NOTE" : {
"CONFIRM" : {
"TITLE" : "Confirma l'esborrat" ,
"MESSAGE" : "Are you want sure to delete this note?" ,
"YES" : "Yes, Delete it" ,
"NO" : "No, manten-la"
}
} ,
2021-10-14 08:02:15 +00:00
"DELETE_CONTACT" : {
"BUTTON_LABEL" : "Delete Contact" ,
"TITLE" : "Delete contact" ,
"DESC" : "Delete contact details" ,
"CONFIRM" : {
"TITLE" : "Confirma l'esborrat" ,
"MESSAGE" : "N'estas segur? " ,
2022-03-17 14:32:32 +00:00
"YES" : "Si, esborra" ,
"NO" : "No, segueix"
2021-10-14 08:02:15 +00:00
} ,
"API" : {
"SUCCESS_MESSAGE" : "Contact deleted successfully" ,
"ERROR_MESSAGE" : "Could not delete contact. Please try again later."
}
} ,
2021-03-15 18:30:53 +00:00
"CONTACT_FORM" : {
2020-08-26 16:03:52 +00:00
"FORM" : {
"SUBMIT" : "Envia" ,
"CANCEL" : "Cancel·la" ,
"AVATAR" : {
2020-11-16 17:41:14 +00:00
"LABEL" : "Avatar del contacte"
2020-08-26 16:03:52 +00:00
} ,
"NAME" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix el nom complet del contacte" ,
"LABEL" : "Nom complet"
2020-08-26 16:03:52 +00:00
} ,
"BIO" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix la biografia del contacte" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Bio"
} ,
"EMAIL_ADDRESS" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix l'adreça de correu electrònic del contacte" ,
2021-12-19 06:08:02 +00:00
"LABEL" : "Adreça de correu electrònic" ,
2022-07-07 15:37:19 +00:00
"DUPLICATE" : "Aquesta adreça de correu electrònic s’ utilitza per a un altre contacte." ,
"ERROR" : "Introduïu una adreça de correu electrònic vàlida."
2020-08-26 16:03:52 +00:00
} ,
"PHONE_NUMBER" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix el número de telèfon del contacte" ,
2021-04-19 09:40:16 +00:00
"LABEL" : "Número de telèfon" ,
"HELP" : "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]" ,
2021-12-19 06:08:02 +00:00
"ERROR" : "Phone number should be either empty or of E.164 format" ,
"DUPLICATE" : "This phone number is in use for another contact."
2020-08-26 16:03:52 +00:00
} ,
"LOCATION" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix la ubicació del contacte" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Ubicació"
} ,
"COMPANY_NAME" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix el nom de la companyia" ,
"LABEL" : "Nom de la companyia"
2020-08-26 16:03:52 +00:00
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introduïu el nom d'usuari de Facebook" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Facebook"
} ,
"TWITTER" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introduïu el nom d'usuari de Twitter" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introduïu el nom d'usuari de LinkedIn" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "LinkedIn"
} ,
"GITHUB" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Introdueix el nom d'usuari de Github" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Github"
}
}
} ,
2021-03-15 18:30:53 +00:00
"SUCCESS_MESSAGE" : "Contacte guardat correctament" ,
"ERROR_MESSAGE" : "S'ha produït un error; tornau-ho a provar"
2020-11-16 17:41:14 +00:00
} ,
2021-04-19 09:40:16 +00:00
"NEW_CONVERSATION" : {
"BUTTON_LABEL" : "Start conversation" ,
"TITLE" : "Nova conversació" ,
"DESC" : "Start a new conversation by sending a new message." ,
"NO_INBOX" : "Couldn't find an inbox to initiate a new conversation with this contact." ,
"FORM" : {
"TO" : {
"LABEL" : "To"
} ,
"INBOX" : {
"LABEL" : "Inbox" ,
"ERROR" : "Select an inbox"
} ,
2021-11-12 18:10:08 +00:00
"SUBJECT" : {
"LABEL" : "Subject" ,
"PLACEHOLDER" : "Subject" ,
"ERROR" : "Subject can't be empty"
} ,
2021-04-19 09:40:16 +00:00
"MESSAGE" : {
"LABEL" : "Missatge" ,
"PLACEHOLDER" : "Write your message here" ,
"ERROR" : "Message can't be empty"
} ,
"SUBMIT" : "Send message" ,
"CANCEL" : "Cancel·la" ,
"SUCCESS_MESSAGE" : "Message sent!" ,
2022-02-07 11:49:34 +00:00
"GO_TO_CONVERSATION" : "Veure" ,
2021-04-19 09:40:16 +00:00
"ERROR_MESSAGE" : "Couldn't send! try again"
}
} ,
2020-11-16 17:41:14 +00:00
"CONTACTS_PAGE" : {
"HEADER" : "Contactes" ,
2021-07-07 15:55:04 +00:00
"FIELDS" : "Contact fields" ,
2020-11-16 17:41:14 +00:00
"SEARCH_BUTTON" : "Cercar" ,
"SEARCH_INPUT_PLACEHOLDER" : "Cerca de contactes" ,
2021-12-19 06:08:02 +00:00
"FILTER_CONTACTS" : "Filter" ,
2022-02-07 11:49:34 +00:00
"FILTER_CONTACTS_SAVE" : "Save filter" ,
"FILTER_CONTACTS_DELETE" : "Delete filter" ,
2020-11-16 17:41:14 +00:00
"LIST" : {
2020-12-15 19:05:40 +00:00
"LOADING_MESSAGE" : "Carregant contactes..." ,
"404" : "No hi ha cap contacte que coincideixi amb la vostra cerca 🔍" ,
2021-06-29 12:42:33 +00:00
"NO_CONTACTS" : "There are no available contacts" ,
2021-03-15 18:30:53 +00:00
"TABLE_HEADER" : {
"NAME" : "Nom" ,
"PHONE_NUMBER" : "Número de telèfon" ,
"CONVERSATIONS" : "Converses" ,
"LAST_ACTIVITY" : "Last Activity" ,
"COUNTRY" : "Country" ,
"CITY" : "City" ,
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "Companyia" ,
"EMAIL_ADDRESS" : "Adreça de correu electrònic"
} ,
"VIEW_DETAILS" : "View details"
2020-11-16 17:41:14 +00:00
}
2021-05-17 18:23:19 +00:00
} ,
2021-10-26 17:31:52 +00:00
"CONTACT_PROFILE" : {
"BACK_BUTTON" : "Contactes" ,
"LOADING" : "Loading contact profile..."
} ,
2021-06-15 16:45:18 +00:00
"REMINDER" : {
"ADD_BUTTON" : {
"BUTTON" : "Add" ,
"TITLE" : "Shift + Enter to create a task"
} ,
"FOOTER" : {
"DUE_DATE" : "Due date" ,
"LABEL_TITLE" : "Set type"
}
} ,
2021-05-17 18:23:19 +00:00
"NOTES" : {
2021-10-26 17:31:52 +00:00
"FETCHING_NOTES" : "Fetching notes..." ,
"NOT_AVAILABLE" : "There are no notes created for this contact" ,
2021-05-17 18:23:19 +00:00
"HEADER" : {
"TITLE" : "Notes"
} ,
2021-10-26 17:31:52 +00:00
"LIST" : {
"LABEL" : "added a note"
} ,
2021-05-17 18:23:19 +00:00
"ADD" : {
"BUTTON" : "Add" ,
"PLACEHOLDER" : "Add a note" ,
"TITLE" : "Shift + Enter to create a note"
} ,
2021-10-26 17:31:52 +00:00
"CONTENT_HEADER" : {
"DELETE" : "Delete note"
2021-05-17 18:23:19 +00:00
}
2021-05-21 18:22:38 +00:00
} ,
2021-06-15 16:45:18 +00:00
"EVENTS" : {
"HEADER" : {
"TITLE" : "Activities"
} ,
"BUTTON" : {
"PILL_BUTTON_NOTES" : "notes" ,
"PILL_BUTTON_EVENTS" : "events" ,
"PILL_BUTTON_CONVO" : "converses"
}
} ,
2021-05-21 18:22:38 +00:00
"CUSTOM_ATTRIBUTES" : {
2021-11-12 18:10:08 +00:00
"ADD_BUTTON_TEXT" : "Add attributes" ,
2021-05-21 18:22:38 +00:00
"BUTTON" : "Add custom attribute" ,
2021-09-13 13:49:59 +00:00
"NOT_AVAILABLE" : "There are no custom attributes available for this contact." ,
2021-11-12 18:10:08 +00:00
"COPY_SUCCESSFUL" : "S'ha copiat al porta-retalls amb èxit" ,
"ACTIONS" : {
"COPY" : "Copy attribute" ,
"DELETE" : "Delete attribute" ,
"EDIT" : "Edit attribute"
} ,
2021-05-21 18:22:38 +00:00
"ADD" : {
"TITLE" : "Create custom attribute" ,
"DESC" : "Add custom information to this contact."
} ,
"FORM" : {
"CREATE" : "Add attribute" ,
"CANCEL" : "Cancel·la" ,
"NAME" : {
"LABEL" : "Custom attribute name" ,
"PLACEHOLDER" : "Eg: shopify id" ,
"ERROR" : "Invalid custom attribute name"
} ,
"VALUE" : {
"LABEL" : "Attribute value" ,
"PLACEHOLDER" : "Eg: 11901 "
2021-11-12 18:10:08 +00:00
} ,
"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"
2021-12-19 06:08:02 +00:00
} ,
"ATTRIBUTE_TYPE" : {
"LIST" : {
"PLACEHOLDER" : "Select value" ,
"SEARCH_INPUT_PLACEHOLDER" : "Search value" ,
"NO_RESULT" : "No result found"
}
2021-05-21 18:22:38 +00:00
}
2021-11-12 18:10:08 +00:00
} ,
"VALIDATIONS" : {
"REQUIRED" : "Valid value is required" ,
"INVALID_URL" : "Invalid URL"
2021-05-21 18:22:38 +00:00
}
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" : "Cancel·la" ,
"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
}
2020-04-16 09:58:23 +00:00
}
}