webhook->common = 'Webhook'; $lang->webhook->list = 'Liste de Flux'; $lang->webhook->api = 'API'; $lang->webhook->entry = 'Entrée'; $lang->webhook->log = 'Log'; $lang->webhook->assigned = 'Assign'; $lang->webhook->setting = 'Paramétrages'; $lang->webhook->browse = 'Consulter'; $lang->webhook->create = 'Créer'; $lang->webhook->edit = 'Modifier'; $lang->webhook->delete = 'Supprimer'; $lang->webhook->id = 'ID'; $lang->webhook->type = 'Type'; $lang->webhook->name = 'Nom'; $lang->webhook->url = 'Webhook URL'; $lang->webhook->domain = 'ZenTao Domain'; $lang->webhook->contentType = 'Type de contenu'; $lang->webhook->sendType = "Type d'envoi"; $lang->webhook->secret = 'Secret'; $lang->webhook->product = "{$lang->productCommon}"; $lang->webhook->project = "{$lang->projectCommon}"; $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->editedDate = 'DateEditedDate'; $lang->webhook->date = 'Date envoi'; $lang->webhook->data = 'Donnée'; $lang->webhook->result = 'Résultat'; $lang->webhook->typeList[''] = ''; $lang->webhook->typeList['dingding'] = 'Dingding'; $lang->webhook->typeList['default'] = 'Autre'; $lang->webhook->sendTypeList['sync'] = 'Synchrone'; $lang->webhook->sendTypeList['async'] = 'Asynchrone'; $lang->webhook->paramsList['objectType'] = "Type d'objet"; $lang->webhook->paramsList['objectID'] = 'ID Objet'; $lang->webhook->paramsList['product'] = "{$lang->productCommon}"; $lang->webhook->paramsList['project'] = "{$lang->projectCommon}"; $lang->webhook->paramsList['action'] = 'Action'; $lang->webhook->paramsList['actor'] = 'Accomplie par'; $lang->webhook->paramsList['date'] = 'le'; $lang->webhook->paramsList['comment'] = 'Commentaire'; $lang->webhook->paramsList['text'] = "Description de l'Action"; $lang->webhook->confirmDelete = 'Voulez-vous vraiment supprimer ce flux ?'; $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->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->project = "Toutes les actions vont déclencher le flux si {$lang->projectCommon} est vide, ou seulement les actions du {$lang->projectCommon} sélectionné vont le déclencher."; $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['default'] = "Obtenir les url d'autres flux webhook."; $lang->webhook->error = new stdclass(); $lang->webhook->error->curl = 'Chargez php-curl dans php.ini.';