Files
EasySoft-ZenTaoPMS/module/webhook/lang/fr.php
2021-03-05 13:31:12 +08:00

97 lines
4.7 KiB
PHP

<?php
$lang->webhook->common = 'Webhook';
$lang->webhook->list = 'Liste de Flux';
$lang->webhook->api = 'API';
$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->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->execution = "{$lang->executionCommon}";
$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['dinggroup'] = 'Dingding Robot';
$lang->webhook->typeList['dinguser'] = 'Dingding Notifier';
$lang->webhook->typeList['wechatgroup'] = 'Enterprise WeChat Robot';
$lang->webhook->typeList['wechatuser'] = 'Enterprise WeChat Notifier';
$lang->webhook->typeList['default'] = 'Others';
$lang->webhook->sendTypeList['sync'] = 'Synchrone';
$lang->webhook->sendTypeList['async'] = 'Asynchrone';
$lang->webhook->dingAgentId = 'AgentID';
$lang->webhook->dingAppKey = 'AppKey';
$lang->webhook->dingAppSecret = 'AppSecret';
$lang->webhook->dingUserid = 'Ding Userid';
$lang->webhook->dingBindStatus = 'Bind Status';
$lang->webhook->chooseDeptAgain = 'Rechoose department';
$lang->webhook->wechatCorpId = 'Corp ID';
$lang->webhook->wechatCorpSecret = 'Corp Secret';
$lang->webhook->wechatAgentId = 'Agent ID';
$lang->webhook->wechatUserid = 'Wechat Userid';
$lang->webhook->wechatBindStatus = 'Bind Status';
$lang->webhook->zentaoUser = 'Zentao User';
$lang->webhook->dingBindStatusList['0'] = 'No';
$lang->webhook->dingBindStatusList['1'] = 'Yes';
$lang->webhook->paramsList['objectType'] = "Type d'objet";
$lang->webhook->paramsList['objectID'] = 'ID Objet';
$lang->webhook->paramsList['product'] = "{$lang->productCommon}";
$lang->webhook->paramsList['execution'] = "{$lang->executionCommon}";
$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->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->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['default'] = "Obtenir les url d'autres flux webhook.";
$lang->webhook->error = new stdclass();
$lang->webhook->error->curl = 'Chargez php-curl dans php.ini.';
$lang->webhook->error->noDept = 'There is no department selected. Please choose department first.';