iachat/app/javascript/dashboard/i18n/locale/fr/agentBots.json
2025-04-30 15:34:11 -07:00

97 lines
3.5 KiB
JSON

{
"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 'Add Bot' button.",
"LEARN_MORE": "Learn about agent bots",
"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",
"DESC": "Assignez un robot d'agent à votre boîte de réception. Ils peuvent gérer les conversations initiales et les transférer à un agent en direct si nécessaire.",
"SUBMIT": "Mettre à jour",
"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 le bot de l'agent. Veuillez réessayer.",
"DISCONNECTED_ERROR_MESSAGE": "Impossible de déconnecter le bot de l'agent. Veuillez réessayer.",
"SELECT_PLACEHOLDER": "Sélectionner le bot"
},
"ADD": {
"TITLE": "Add Bot",
"CANCEL_BUTTON_TEXT": "Annuler",
"API": {
"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 'Add Bot' button.",
"LOADING": "Récupération des bots...",
"TABLE_HEADER": {
"DETAILS": "Bot Details",
"URL": "URL du Webhook"
}
},
"DELETE": {
"BUTTON_TEXT": "Supprimer",
"TITLE": "Supprimer le bot",
"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."
}
},
"EDIT": {
"BUTTON_TEXT": "Modifier",
"TITLE": "Modifier le bot",
"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"
}
}
}