"DESC":"Les événements Webhook vous fournissent des informations en temps réel sur ce qui se passe dans votre compte Chatwoot. Veuillez entrer une URL valide pour configurer un callback.",
"SUBSCRIPTIONS":{
"LABEL":"Events",
"EVENTS":{
"CONVERSATION_CREATED":"Conversation Created",
"CONVERSATION_STATUS_CHANGED":"Conversation Status Changed",
"CONVERSATION_UPDATED":"Conversation Updated",
"MESSAGE_CREATED":"Message created",
"MESSAGE_UPDATED":"Message updated",
"WEBWIDGET_TRIGGERED":"Live chat widget opened by the user"
"SEARCH_404":"Il n'y a aucun élément correspondant à cette requête",
"SIDEBAR_TXT":"<p><b>Webhooks</b> </p> <p>Les Webhooks sont des fonctions de rappel HTTP qui peuvent être définis pour chaque compte. Ils sont déclenchés par des événements comme la création de messages dans Chatwoot. Vous pouvez créer plusieurs Webhook pour ce compte. <br /><br /> Pour créer un <b>Webhook</b>, cliquez sur le bouton <b>Ajouter un nouveau webhook</b> . Vous pouvez également supprimer n'importe quel Webhook existant en cliquant sur le bouton Supprimer.</p>",
"LIST":{
"404":"Il n'y a aucun Webhook configuré pour ce compte.",
"BODY":"<br/><p>Chatwoot va maintenant synchroniser toutes les conversations entrantes dans le canal <b><i>customer-conversations</i></b> à l'intérieur de Workspace Sack.</p><p>Répondre à un fil de conversation dans le canal Slack <b><i>customer-conversations</i></b> créera une réponse au client via chatwoot.</p><p>Commencez les réponses avec <b><i>note :</i></b> pour créer des notes privées au lieu de réponses.</p><p>Si le répondant sur Slack a un profil d'agent dans le chat avec la même adresse email, les réponses seront associées en conséquence.</p><p>Lorsque le répondant n'a pas de profil d'agent associé, les réponses seront faites avec le profil du bot.</p>"
"SIDEBAR_TXT":"<p><b>Dashboard Apps</b></p><p>Dashboard Apps allow organizations to embed an application inside the Chatwoot dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that inside the dashboard to provide user information, their orders, or their previous payment history.</p><p>When you embed your application using the dashboard in Chatwoot, your application will get the context of the conversation and contact as a window event. Implement a listener for the message event on your page to receive the context.</p><p>To add a new dashboard app, click on the button 'Add a new dashboard app'.</p>",
"DESCRIPTION":"Dashboard Apps allow organizations to embed an application inside the dashboard to provide the context for customer support agents. This feature allows you to create an application independently and embed that to provide user information, their orders, or their previous payment history.",
"LIST":{
"404":"There are no dashboard apps configured on this account yet",
"LOADING":"Fetching dashboard apps...",
"TABLE_HEADER":[
"Nom",
"Endpoint"
],
"EDIT_TOOLTIP":"Edit app",
"DELETE_TOOLTIP":"Delete app"
},
"FORM":{
"TITLE_LABEL":"Nom",
"TITLE_PLACEHOLDER":"Enter a name for your dashboard app",
"TITLE_ERROR":"A name for the dashboard app is required",
"URL_LABEL":"Endpoint",
"URL_PLACEHOLDER":"Enter the endpoint URL where your app is hosted",