From 1998b07da723e1e4148b2a6e9e19bd58269446a8 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 1 Jul 2022 01:18:32 +0000 Subject: [PATCH] * Fix bug#24443. --- module/webhook/lang/fr.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/module/webhook/lang/fr.php b/module/webhook/lang/fr.php index 0731190129..9ede256115 100644 --- a/module/webhook/lang/fr.php +++ b/module/webhook/lang/fr.php @@ -2,17 +2,17 @@ $lang->webhook->common = 'Webhook'; $lang->webhook->list = 'Liste de Flux'; $lang->webhook->api = 'API'; -$lang->webhook->entry = 'Entrée'; +$lang->webhook->entry = 'Entrée'; $lang->webhook->log = 'Log'; $lang->webhook->bind = 'Bind User'; $lang->webhook->chooseDept = 'Choose department'; $lang->webhook->assigned = 'Assign'; -$lang->webhook->setting = 'Paramétrages'; +$lang->webhook->setting = 'Paramétrages'; $lang->webhook->logAction = 'Webhook Log'; $lang->webhook->browse = 'Consulter'; -$lang->webhook->create = 'Créer'; +$lang->webhook->create = 'Créer'; $lang->webhook->edit = 'Modifier'; $lang->webhook->delete = 'Supprimer'; @@ -26,16 +26,16 @@ $lang->webhook->sendType = "Type d'envoi"; $lang->webhook->secret = 'Secret'; $lang->webhook->product = "{$lang->productCommon}"; $lang->webhook->execution = "{$lang->executionCommon}"; -$lang->webhook->params = 'Paramètres'; -$lang->webhook->action = 'Action capturée'; +$lang->webhook->params = 'Paramètres'; +$lang->webhook->action = 'Action capturée'; $lang->webhook->desc = 'Description'; -$lang->webhook->createdBy = 'Créé par'; -$lang->webhook->createdDate = 'Date Création'; -$lang->webhook->editedby = 'Modifié par'; +$lang->webhook->createdBy = 'Créé par'; +$lang->webhook->createdDate = 'Date Création'; +$lang->webhook->editedby = 'Modifié par'; $lang->webhook->editedDate = 'DateEditedDate'; $lang->webhook->date = 'Date envoi'; -$lang->webhook->data = 'Donnée'; -$lang->webhook->result = 'Résultat'; +$lang->webhook->data = 'Donnée'; +$lang->webhook->result = 'Résultat'; $lang->webhook->products = $lang->productCommon; $lang->webhook->executions = $lang->execution->common; $lang->webhook->actions = 'Log'; @@ -93,17 +93,17 @@ $lang->webhook->loadPrompt = 'There is a lot of data and the loading is slow, $lang->webhook->trimWords = ''; $lang->webhook->note = new stdClass(); -$lang->webhook->note->async = "Si le type d'envoi est asynchrone, vous devez aller dans la console d'administration pour lancer la tâche cron."; +$lang->webhook->note->async = "Si le type d'envoi est asynchrone, vous devez aller dans la console d'administration pour lancer la tâche cron."; $lang->webhook->note->bind = "Lier l'utilisateur n'est requis que pour Dingding Notifier."; -$lang->webhook->note->product = "Toutes les actions vont déclencher le flux si {$lang->productCommon} est vide, ou seulement les actions du {$lang->productCommon} sélectionné vont le déclencher."; -$lang->webhook->note->execution = "Toutes les actions vont déclencher le flux si {$lang->executionCommon} est vide, ou seulement les actions du {$lang->executionCommon} sélectionné vont le déclencher."; +$lang->webhook->note->product = "Toutes les actions vont déclencher le flux si {$lang->productCommon} est vide, ou seulement les actions du {$lang->productCommon} sélectionné vont le déclencher."; +$lang->webhook->note->execution = "Toutes les actions vont déclencher le flux si {$lang->executionCommon} est vide, ou seulement les actions du {$lang->executionCommon} sélectionné vont le déclencher."; $lang->webhook->note->dingHelp = " "; $lang->webhook->note->wechatHelp = " "; $lang->webhook->note->typeList['bearychat'] = "Ajout d'un bot a ZenTao dans bearychat et obtenez l'url du flux."; -$lang->webhook->note->typeList['dingding'] = "Ajout d'un bot personnalisé dans dingding et obtenez l'url du flux."; -$lang->webhook->note->typeList['weixin'] = "Ajoutez un bot personnalisé dans WeChat et obtenez l'url du webhook."; +$lang->webhook->note->typeList['dingding'] = "Ajout d'un bot personnalisé dans dingding et obtenez l'url du flux."; +$lang->webhook->note->typeList['weixin'] = "Ajoutez un bot personnalisé dans WeChat et obtenez l'url du webhook."; $lang->webhook->note->typeList['default'] = "Obtenir les url d'autres flux webhook."; $lang->webhook->error = new stdclass();