chore: Update translations (#7728)
This commit is contained in:
@@ -1,68 +1,68 @@
|
||||
{
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots",
|
||||
"LOADING_EDITOR": "Loading Editor...",
|
||||
"HEADER_BTN_TXT": "Add Bot Configuration",
|
||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
|
||||
"LOADING_EDITOR": "Chargement de l'éditeur...",
|
||||
"HEADER_BTN_TXT": "Ajouter une configuration de bot",
|
||||
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Les robots d'agents vous permettent d'automatiser les conversations</p>",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Bot Name",
|
||||
"PLACEHOLDER": "Give your bot a name",
|
||||
"ERROR": "Bot name is required"
|
||||
"LABEL": "Nom du bot",
|
||||
"PLACEHOLDER": "Donnez un nom à votre bot",
|
||||
"ERROR": "Le nom du bot est requis"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Bot Description",
|
||||
"PLACEHOLDER": "What does this bot do?"
|
||||
"LABEL": "Description du bot",
|
||||
"PLACEHOLDER": "Que fait ce bot ?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "Please enter your CSML bot configuration above",
|
||||
"API_ERROR": "Your CSML configuration is invalid, please fix it and try again."
|
||||
"ERROR": "Veuillez entrer votre configuration de bot CSML ci-dessus",
|
||||
"API_ERROR": "Votre configuration CSML n'est pas valide, veuillez la corriger et réessayer."
|
||||
},
|
||||
"SUBMIT": "Validate and save"
|
||||
"SUBMIT": "Valider et enregistrer"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Select an agent bot",
|
||||
"DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.",
|
||||
"TITLE": "Sélectionnez un bot d'agent",
|
||||
"DESC": "Vous pouvez définir un bot d'agent à partir de la liste à cette boîte de réception. Le bot peut initialement gérer la conversation et la transférer à un agent si nécessaire.",
|
||||
"SUBMIT": "Mettre à jour",
|
||||
"DISCONNECT": "Disconnect Bot",
|
||||
"SUCCESS_MESSAGE": "Successfully updated the agent bot",
|
||||
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot",
|
||||
"ERROR_MESSAGE": "Could not update the agent bot, please try again later",
|
||||
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot, please try again later",
|
||||
"SELECT_PLACEHOLDER": "Select Bot"
|
||||
"DISCONNECT": "Déconnecter le bot",
|
||||
"SUCCESS_MESSAGE": "Le bot agent a été mis à jour avec succès",
|
||||
"DISCONNECTED_SUCCESS_MESSAGE": "Déconnexion réussie du bot agent",
|
||||
"ERROR_MESSAGE": "Impossible de mettre à jour la couleur du widget. Veuillez réessayer plus tard",
|
||||
"DISCONNECTED_ERROR_MESSAGE": "Impossible de déconnecter le bot de l'agent, veuillez réessayer plus tard",
|
||||
"SELECT_PLACEHOLDER": "Sélectionner le bot"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Configure new bot",
|
||||
"TITLE": "Configurer le nouveau bot",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot added successfully",
|
||||
"ERROR_MESSAGE": "Could not add bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Le bot a été ajouté avec succès",
|
||||
"ERROR_MESSAGE": "Impossible d'ajouter le bot, veuillez réessayer plus tard"
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗",
|
||||
"LOADING": "Fetching Bots...",
|
||||
"TYPE": "Bot Type"
|
||||
"404": "Aucun Bots trouvé, vous pouvez créer un bot en cliquant sur le bouton 'Configurer un nouveau bot' ↗️",
|
||||
"LOADING": "Récupération des bots...",
|
||||
"TYPE": "Type de bot"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"TITLE": "Delete Bot",
|
||||
"TITLE": "Supprimer le bot",
|
||||
"SUBMIT": "Supprimer",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
|
||||
"DESCRIPTION": "Êtes-vous sûr de vouloir supprimer ce bot ? Cette action est irréversible",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot deleted successfully",
|
||||
"ERROR_MESSAGE": "Could not able to delete bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Bot supprimé avec succès",
|
||||
"ERROR_MESSAGE": "Impossible de supprimer le bot, veuillez réessayer plus tard"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Modifier",
|
||||
"LOADING": "Fetching Bots...",
|
||||
"TITLE": "Edit Bot",
|
||||
"LOADING": "Récupération des bots...",
|
||||
"TITLE": "Modifier le bot",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot updated successfully",
|
||||
"ERROR_MESSAGE": "Could not update bot, Please try again later"
|
||||
"SUCCESS_MESSAGE": "Bot mis à jour avec succès",
|
||||
"ERROR_MESSAGE": "Impossible de mettre à jour le bot, veuillez réessayer plus tard"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
||||
Reference in New Issue
Block a user