2020-04-23 18:22:16 +00:00
{
"CONTACT_PANEL" : {
2020-08-26 16:03:52 +00:00
"NOT_AVAILABLE" : "Non disponible" ,
"EMAIL_ADDRESS" : "Adresse de courriel" ,
"PHONE_NUMBER" : "Numéro de téléphone" ,
2020-11-16 17:41:14 +00:00
"COPY_SUCCESSFUL" : "Copié dans le presse-papiers avec succès" ,
2020-08-26 16:03:52 +00:00
"COMPANY" : "Société" ,
"LOCATION" : "Localisation" ,
2020-04-23 18:22:16 +00:00
"CONVERSATION_TITLE" : "Détails de la conversation" ,
2021-10-26 17:31:52 +00:00
"VIEW_PROFILE" : "View Profile" ,
2020-04-23 18:22:16 +00:00
"BROWSER" : "Navigateur" ,
"OS" : "Système d'exploitation" ,
"INITIATED_FROM" : "Initié depuis" ,
"INITIATED_AT" : "Initié à" ,
2021-01-28 08:33:52 +00:00
"IP_ADDRESS" : "Adresse IP" ,
2021-07-07 15:55:04 +00:00
"NEW_MESSAGE" : "Nouveau message" ,
2020-04-23 18:22:16 +00:00
"CONVERSATIONS" : {
"NO_RECORDS_FOUND" : "Il n'y a aucune conversation précédente associée à ce contact." ,
"TITLE" : "Conversations précédentes"
} ,
"LABELS" : {
2021-06-15 16:45:18 +00:00
"CONTACT" : {
2021-07-07 15:55:04 +00:00
"TITLE" : "Libellés des contacts" ,
"ERROR" : "Impossible de mettre à jour les étiquettes"
2021-06-15 16:45:18 +00:00
} ,
"CONVERSATION" : {
"TITLE" : "Étiquettes de conversation" ,
2021-07-07 15:55:04 +00:00
"ADD_BUTTON" : "Ajouter des étiquettes"
2020-07-07 19:29:30 +00:00
} ,
2021-05-17 18:23:19 +00:00
"LABEL_SELECT" : {
2021-07-07 15:55:04 +00:00
"TITLE" : "Ajouter une étiquette" ,
"PLACEHOLDER" : "Rechercher des étiquettes" ,
"NO_RESULT" : "Aucune étiquette trouvée"
2021-05-17 18:23:19 +00:00
}
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-08-22 12:24:16 +00:00
"MUTE_CONTACT" : "Mettre la conversation en sourdine" ,
2020-11-16 17:41:14 +00:00
"UNMUTE_CONTACT" : "Réactiver le son de conversation" ,
2020-08-22 12:24:16 +00:00
"MUTED_SUCCESS" : "Cette conversation est mise en sourdine pendant 6 heures" ,
2020-11-16 17:41:14 +00:00
"UNMUTED_SUCCESS" : "Cette conversation n'est plus muette" ,
2020-08-17 05:55:13 +00:00
"SEND_TRANSCRIPT" : "Envoyer la transcription" ,
2021-09-13 13:49:59 +00:00
"EDIT_LABEL" : "Modifier" ,
"SIDEBAR_SECTIONS" : {
"CUSTOM_ATTRIBUTES" : "Attributs personnalisés" ,
"CONTACT_LABELS" : "Libellés des contacts" ,
"PREVIOUS_CONVERSATIONS" : "Conversations précédentes"
}
2020-08-26 16:03:52 +00:00
} ,
"EDIT_CONTACT" : {
"BUTTON_LABEL" : "Modifier le contact" ,
"TITLE" : "Modifier le contact" ,
2021-03-15 18:30:53 +00:00
"DESC" : "Modifier les informations de contact"
} ,
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "Nouveau contact" ,
"TITLE" : "Créer un nouveau contact" ,
"DESC" : "Ajouter des informations de base à propos du contact."
} ,
2021-10-14 08:02:15 +00:00
"IMPORT_CONTACTS" : {
"BUTTON_LABEL" : "Import" ,
"TITLE" : "Import Contacts" ,
"DESC" : "Import contacts through a CSV file." ,
"DOWNLOAD_LABEL" : "Download a sample csv." ,
"FORM" : {
"LABEL" : "CSV File" ,
"SUBMIT" : "Import" ,
"CANCEL" : "Annuler"
} ,
"SUCCESS_MESSAGE" : "Contacts saved successfully" ,
"ERROR_MESSAGE" : "Une erreur est survenue, veuillez réessayer"
} ,
"DELETE_CONTACT" : {
"BUTTON_LABEL" : "Delete Contact" ,
"TITLE" : "Delete contact" ,
"DESC" : "Delete contact details" ,
"CONFIRM" : {
"TITLE" : "Confirmer la suppression" ,
"MESSAGE" : "Êtes-vous sûr de vouloir supprimer " ,
"PLACE_HOLDER" : "Veuillez taper {contactName} pour confirmer" ,
"YES" : "Oui, supprimer " ,
"NO" : "Non, Conserver "
} ,
"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" : "Envoyer" ,
"CANCEL" : "Annuler" ,
"AVATAR" : {
"LABEL" : "Avatar du contact"
} ,
"NAME" : {
"PLACEHOLDER" : "Entrez le nom complet du contact" ,
"LABEL" : "Nom complet"
} ,
"BIO" : {
"PLACEHOLDER" : "Entrez la biographie du contact" ,
"LABEL" : "Biographie"
} ,
"EMAIL_ADDRESS" : {
"PLACEHOLDER" : "Entrez l'adresse de courriel du contact" ,
"LABEL" : "Adresse de courriel"
} ,
"PHONE_NUMBER" : {
"PLACEHOLDER" : "Entrez le numéro de téléphone du contact" ,
2021-04-19 09:40:16 +00:00
"LABEL" : "Numéro de téléphone" ,
2021-07-07 15:55:04 +00:00
"HELP" : "Le numéro de téléphone doit être au format E.164. Ex. : +1415555555 [+][code pays][code régional][numéro de téléphone local]" ,
"ERROR" : "Le numéro de téléphone doit être soit vide soit au format E.164"
2020-08-26 16:03:52 +00:00
} ,
"LOCATION" : {
"PLACEHOLDER" : "Entrez l'emplacement du contact" ,
"LABEL" : "Localisation"
} ,
"COMPANY_NAME" : {
"PLACEHOLDER" : "Entrez le nom de la société" ,
"LABEL" : "Nom de la société"
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
"PLACEHOLDER" : "Entrez le nom d'utilisateur Facebook" ,
"LABEL" : "Facebook"
} ,
"TWITTER" : {
"PLACEHOLDER" : "Entrez le nom d'utilisateur Twitter" ,
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
"PLACEHOLDER" : "Entrez le nom d'utilisateur LinkedIn" ,
"LABEL" : "LinkedIn"
} ,
"GITHUB" : {
"PLACEHOLDER" : "Entrez le nom d'utilisateur Github" ,
"LABEL" : "Github"
}
}
} ,
2021-03-15 18:30:53 +00:00
"SUCCESS_MESSAGE" : "Contact enregistré avec succès" ,
2020-08-26 16:03:52 +00:00
"CONTACT_ALREADY_EXIST" : "Cette adresse de courriel est déjà utilisée pour un autre contact." ,
2021-03-15 18:30:53 +00:00
"ERROR_MESSAGE" : "Une erreur est survenue, veuillez réessayer"
2020-11-16 17:41:14 +00:00
} ,
2021-04-19 09:40:16 +00:00
"NEW_CONVERSATION" : {
2021-07-07 15:55:04 +00:00
"BUTTON_LABEL" : "Nouvelle conversation" ,
2021-04-19 09:40:16 +00:00
"TITLE" : "Nouvelle conversation" ,
2021-07-07 15:55:04 +00:00
"DESC" : "Commencez une nouvelle conversation en envoyant un nouveau message." ,
"NO_INBOX" : "Impossible de trouver une boîte de réception pour lancer une nouvelle conversation avec ce contact." ,
2021-04-19 09:40:16 +00:00
"FORM" : {
"TO" : {
2021-07-07 15:55:04 +00:00
"LABEL" : "À"
2021-04-19 09:40:16 +00:00
} ,
"INBOX" : {
2021-07-07 15:55:04 +00:00
"LABEL" : "Boîte de réception" ,
"ERROR" : "Sélectionner une boîte de réception"
2021-04-19 09:40:16 +00:00
} ,
2021-11-12 18:10:08 +00:00
"SUBJECT" : {
"LABEL" : "Objet" ,
"PLACEHOLDER" : "Objet" ,
"ERROR" : "Subject can't be empty"
} ,
2021-04-19 09:40:16 +00:00
"MESSAGE" : {
"LABEL" : "Message" ,
2021-07-07 15:55:04 +00:00
"PLACEHOLDER" : "Ecrivez votre message ici" ,
"ERROR" : "Le message ne peut être vide"
2021-04-19 09:40:16 +00:00
} ,
2021-07-07 15:55:04 +00:00
"SUBMIT" : "Envoyer un message" ,
2021-04-19 09:40:16 +00:00
"CANCEL" : "Annuler" ,
2021-07-07 15:55:04 +00:00
"SUCCESS_MESSAGE" : "Message envoyé !" ,
"ERROR_MESSAGE" : "Impossible d'envoyer ! Veuillez réessayer"
2021-04-19 09:40:16 +00:00
}
} ,
2020-11-16 17:41:14 +00:00
"CONTACTS_PAGE" : {
"HEADER" : "Contacts" ,
2021-10-14 08:02:15 +00:00
"FIELDS" : "Champs du contact" ,
2020-11-16 17:41:14 +00:00
"SEARCH_BUTTON" : "Rechercher" ,
"SEARCH_INPUT_PLACEHOLDER" : "Rechercher des contacts" ,
"LIST" : {
"LOADING_MESSAGE" : "Chargement des contacts..." ,
"404" : "Aucun contact ne correspond à votre recherche 🔍" ,
2021-07-07 15:55:04 +00:00
"NO_CONTACTS" : "Il n'y a aucun contact disponible" ,
2021-03-15 18:30:53 +00:00
"TABLE_HEADER" : {
"NAME" : "Nom" ,
"PHONE_NUMBER" : "Numéro de téléphone" ,
"CONVERSATIONS" : "Conversations" ,
"LAST_ACTIVITY" : "Dernière activité" ,
"COUNTRY" : "Pays" ,
"CITY" : "Ville" ,
"SOCIAL_PROFILES" : "Comptes réseaux sociaux" ,
"COMPANY" : "Société" ,
"EMAIL_ADDRESS" : "Adresse de courriel"
} ,
"VIEW_DETAILS" : "Voir les détails"
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" : "Contacts" ,
"LOADING" : "Loading contact profile..."
} ,
2021-06-15 16:45:18 +00:00
"REMINDER" : {
"ADD_BUTTON" : {
2021-07-07 15:55:04 +00:00
"BUTTON" : "Ajouter" ,
"TITLE" : "Shift + Entrée pour créer une tâche"
2021-06-15 16:45:18 +00:00
} ,
"FOOTER" : {
2021-07-07 15:55:04 +00:00
"DUE_DATE" : "Date d'échéance" ,
"LABEL_TITLE" : "Définir le type"
2021-06-15 16:45:18 +00:00
}
} ,
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" : {
2021-07-07 15:55:04 +00:00
"BUTTON" : "Ajouter" ,
"PLACEHOLDER" : "Ajouter une note" ,
"TITLE" : "Shift + Entrée pour créer une note"
2021-05-17 18:23:19 +00:00
} ,
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" : {
2021-07-07 15:55:04 +00:00
"TITLE" : "Activités"
2021-06-15 16:45:18 +00:00
} ,
"BUTTON" : {
2021-07-07 15:55:04 +00:00
"PILL_BUTTON_NOTES" : "Notes" ,
"PILL_BUTTON_EVENTS" : "Evénements" ,
2021-06-15 16:45:18 +00:00
"PILL_BUTTON_CONVO" : "conversations"
}
} ,
2021-05-21 18:22:38 +00:00
"CUSTOM_ATTRIBUTES" : {
2021-11-12 18:10:08 +00:00
"ADD_BUTTON_TEXT" : "Add attributes" ,
2021-07-07 15:55:04 +00:00
"BUTTON" : "Ajouter un attribut personnalisé" ,
2021-10-14 08:02:15 +00:00
"NOT_AVAILABLE" : "Il n'y a aucun attribut personnalisé disponible pour ce contact." ,
2021-11-12 18:10:08 +00:00
"COPY_SUCCESSFUL" : "Copié dans le presse-papiers avec succès" ,
"ACTIONS" : {
"COPY" : "Copy attribute" ,
"DELETE" : "Delete attribute" ,
"EDIT" : "Modifier l'attribut"
} ,
2021-05-21 18:22:38 +00:00
"ADD" : {
2021-07-07 15:55:04 +00:00
"TITLE" : "Créer un attribut personnalisé" ,
"DESC" : "Ajouter des informations personnalisées à ce contact."
2021-05-21 18:22:38 +00:00
} ,
"FORM" : {
2021-07-07 15:55:04 +00:00
"CREATE" : "Ajouter un attribut" ,
2021-05-21 18:22:38 +00:00
"CANCEL" : "Annuler" ,
"NAME" : {
2021-07-07 15:55:04 +00:00
"LABEL" : "Nom de l'attribut personnalisé" ,
"PLACEHOLDER" : "Ex. : id shopify" ,
"ERROR" : "Nom de l'attribut personnalisé invalide"
2021-05-21 18:22:38 +00:00
} ,
"VALUE" : {
2021-07-07 15:55:04 +00:00
"LABEL" : "Valeur de l'attribut" ,
"PLACEHOLDER" : "Ex.: 11901 "
2021-11-12 18:10:08 +00:00
} ,
"ADD" : {
"TITLE" : "Create new attribute " ,
"SUCCESS" : "Attribut ajouté avec succès" ,
"ERROR" : "Unable to add attribute. Please try again later"
} ,
"UPDATE" : {
"SUCCESS" : "Attribut mis à jour avec succès" ,
"ERROR" : "Unable to update attribute. Please try again later"
} ,
"DELETE" : {
"SUCCESS" : "Attribut supprimé avec succès" ,
"ERROR" : "Unable to delete attribute. Please try again later"
} ,
"ATTRIBUTE_SELECT" : {
"TITLE" : "Add attributes" ,
"PLACEHOLDER" : "Search attributes" ,
"NO_RESULT" : "No attributes found"
2021-05-21 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" : {
2021-10-14 08:02:15 +00:00
"TITLE" : "Fusionner les 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." ,
2021-07-07 15:55:04 +00:00
"PRIMARY" : {
2021-10-14 08:02:15 +00:00
"TITLE" : "Contact principal" ,
"HELP_LABEL" : "To be kept"
2021-07-07 15:55:04 +00:00
} ,
"CHILD" : {
2021-10-14 08:02:15 +00:00
"TITLE" : "Contact à fusionner" ,
"PLACEHOLDER" : "Search for a contact" ,
"HELP_LABEL" : "To be deleted"
2021-07-07 15:55:04 +00:00
} ,
"SUMMARY" : {
2021-10-14 08:02:15 +00:00
"TITLE" : "Résumé" ,
"DELETE_WARNING" : "Contact of <strong>%{childContactName}</strong> will be deleted." ,
"ATTRIBUTE_WARNING" : "Les coordonnées de <strong>%{childContactName}</strong> seront copiées vers <strong>%{primaryContactName}</strong>."
2021-07-07 15:55:04 +00:00
} ,
"SEARCH" : {
"ERROR" : "ERROR_MESSAGE"
} ,
"FORM" : {
2021-10-14 08:02:15 +00:00
"SUBMIT" : " Fusionner les contacts" ,
2021-07-07 15:55:04 +00:00
"CANCEL" : "Annuler" ,
"CHILD_CONTACT" : {
2021-10-14 08:02:15 +00:00
"ERROR" : "Sélectionner un contact enfant à fusionner"
2021-07-07 15:55:04 +00:00
} ,
2021-10-14 08:02:15 +00:00
"SUCCESS_MESSAGE" : "Contact fusionné avec succès" ,
"ERROR_MESSAGE" : "Could not merge contacts, try again!"
2021-07-07 15:55:04 +00:00
}
2020-04-23 18:22:16 +00:00
}
}