chore: Update translations (#11400)
This commit is contained in:
@@ -2,23 +2,13 @@
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Bots",
|
||||
"LOADING_EDITOR": "Chargement de l'éditeur...",
|
||||
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
|
||||
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
|
||||
"LEARN_MORE": "Learn about agent bots",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Nom du bot",
|
||||
"PLACEHOLDER": "Nommez votre robot.",
|
||||
"ERROR": "Le nom du bot est requis."
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description du bot",
|
||||
"PLACEHOLDER": "Que fait ce bot ?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"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": "Valider et enregistrer"
|
||||
"GLOBAL_BOT": "System bot",
|
||||
"GLOBAL_BOT_BADGE": "Système",
|
||||
"AVATAR": {
|
||||
"SUCCESS_DELETE": "Bot avatar deleted successfully",
|
||||
"ERROR_DELETE": "Error deleting bot avatar, please try again"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Sélectionnez un bot d'agent",
|
||||
@@ -32,7 +22,7 @@
|
||||
"SELECT_PLACEHOLDER": "Sélectionner le bot"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Configurer le nouveau bot",
|
||||
"TITLE": "Add Bot",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Le bot a été ajouté avec succès.",
|
||||
@@ -40,16 +30,22 @@
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "Aucun Bots trouvé, vous pouvez créer un bot en cliquant sur le bouton 'Configurer un nouveau bot' ↗️",
|
||||
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
|
||||
"LOADING": "Récupération des bots...",
|
||||
"TYPE": "Type de bot"
|
||||
"TABLE_HEADER": {
|
||||
"DETAILS": "Bot Details",
|
||||
"URL": "URL du Webhook"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Supprimer",
|
||||
"TITLE": "Supprimer le bot",
|
||||
"SUBMIT": "Supprimer",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"DESCRIPTION": "Êtes-vous sûr de vouloir supprimer ce bot ? Cette action est irréversible.",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Confirmer la suppression",
|
||||
"MESSAGE": "Are you sure you want to delete {name}?",
|
||||
"YES": "Oui, supprimer",
|
||||
"NO": "Non, Conserver"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot supprimé avec succès.",
|
||||
"ERROR_MESSAGE": "Impossible de supprimer le bot. Veuillez réessayer."
|
||||
@@ -57,17 +53,44 @@
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Modifier",
|
||||
"LOADING": "Récupération des bots...",
|
||||
"TITLE": "Modifier le bot",
|
||||
"CANCEL_BUTTON_TEXT": "Annuler",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Bot mis à jour avec succès.",
|
||||
"ERROR_MESSAGE": "Impossible de mettre à jour le bot, veuillez réessayer plus tard."
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"AVATAR": {
|
||||
"LABEL": "Bot avatar"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Nom du bot",
|
||||
"PLACEHOLDER": "Enter bot name",
|
||||
"REQUIRED": "Le nom du bot est requis"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Que fait ce bot ?"
|
||||
},
|
||||
"WEBHOOK_URL": {
|
||||
"LABEL": "URL du Webhook",
|
||||
"PLACEHOLDER": "https://example.com/webhook",
|
||||
"REQUIRED": "Webhook URL is required"
|
||||
},
|
||||
"ERRORS": {
|
||||
"NAME": "Le nom du bot est requis",
|
||||
"URL": "Webhook URL is required",
|
||||
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
|
||||
},
|
||||
"CANCEL": "Annuler",
|
||||
"CREATE": "Create Bot",
|
||||
"UPDATE": "Update Bot"
|
||||
},
|
||||
"WEBHOOK": {
|
||||
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
|
||||
},
|
||||
"TYPES": {
|
||||
"WEBHOOK": "Webhook Bot",
|
||||
"CSML": "CSML Bot"
|
||||
"WEBHOOK": "Webhook Bot"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user