chore: Update translations (#11458)

This commit is contained in:
Chatwoot Bot
2025-05-10 19:21:34 -07:00
committed by GitHub
parent 61c5d751fc
commit 142bae5fa4
122 changed files with 658 additions and 346 deletions

View File

@@ -2,13 +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 'Add Bot' button.",
"DESCRIPTION": "Les bots agents sont comme les membres les plus formidables de votre équipe. Ils peuvent gérer les petites tâches, vous permettant ainsi de vous concentrer sur ce qui compte vraiment. Essayez-les. Vous pouvez gérer vos bots depuis cette page ou en créer de nouveaux en cliquant sur le bouton 'Ajouter un bot'.",
"LEARN_MORE": "Learn about agent bots",
"GLOBAL_BOT": "System bot",
"GLOBAL_BOT": "Bot système",
"GLOBAL_BOT_BADGE": "Système",
"AVATAR": {
"SUCCESS_DELETE": "Bot avatar deleted successfully",
"ERROR_DELETE": "Error deleting bot avatar, please try again"
"SUCCESS_DELETE": "Avatar du bot supprimé avec succès",
"ERROR_DELETE": "Erreur lors de la suppression de lavatar du bot, veuillez réessayer"
},
"BOT_CONFIGURATION": {
"TITLE": "Sélectionnez un bot d'agent",
@@ -22,7 +22,7 @@
"SELECT_PLACEHOLDER": "Sélectionner le bot"
},
"ADD": {
"TITLE": "Add Bot",
"TITLE": "Ajouter un bot",
"CANCEL_BUTTON_TEXT": "Annuler",
"API": {
"SUCCESS_MESSAGE": "Le bot a été ajouté avec succès.",
@@ -30,10 +30,10 @@
}
},
"LIST": {
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
"404": "Aucun bot trouvé. Vous pouvez en créer un en cliquant sur le bouton 'Ajouter un bot'.",
"LOADING": "Récupération des bots...",
"TABLE_HEADER": {
"DETAILS": "Bot Details",
"DETAILS": "Détails du bot",
"URL": "URL du Webhook"
}
},
@@ -42,7 +42,7 @@
"TITLE": "Supprimer le bot",
"CONFIRM": {
"TITLE": "Confirmer la suppression",
"MESSAGE": "Are you sure you want to delete {name}?",
"MESSAGE": "Êtes-vous sûr de vouloir supprimer {name}?",
"YES": "Oui, supprimer",
"NO": "Non, Conserver"
},
@@ -61,11 +61,11 @@
},
"FORM": {
"AVATAR": {
"LABEL": "Bot avatar"
"LABEL": "Avatar du bot"
},
"NAME": {
"LABEL": "Nom du bot",
"PLACEHOLDER": "Enter bot name",
"PLACEHOLDER": "Entrez le nom du bot",
"REQUIRED": "Le nom du bot est requis"
},
"DESCRIPTION": {
@@ -75,19 +75,19 @@
"WEBHOOK_URL": {
"LABEL": "URL du Webhook",
"PLACEHOLDER": "https://example.com/webhook",
"REQUIRED": "Webhook URL is required"
"REQUIRED": "L'URL du webhook est requise"
},
"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://"
"URL": "L'URL du webhook est requise",
"VALID_URL": "Veuillez entrer une URL valide commençant par http:// ou https://"
},
"CANCEL": "Annuler",
"CREATE": "Create Bot",
"UPDATE": "Update Bot"
"CREATE": "Créer un bot",
"UPDATE": "Mettre à jour le 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."
"DESCRIPTION": "Configurez un bot webhook pour l'intégration avec vos services personnalisés. Le bot recevra et traitera les événements des conversations et pourra y répondre."
},
"TYPES": {
"WEBHOOK": "Webhook Bot"