* Fix bug#24443.
This commit is contained in:
+15
-15
@@ -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 = " <a href='https://www.zentao.pm/book/zentaopmshelp/358.html' target='_blank'><i class='icon-help'></i></a>";
|
||||
$lang->webhook->note->wechatHelp = " <a href='https://www.zentao.pm/book/zentaopmshelp/367.html' target='_blank'><i class='icon-help'></i></a>";
|
||||
|
||||
$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();
|
||||
|
||||
Reference in New Issue
Block a user