en.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?php
  2. $lang->webhook->common = 'Webhook';
  3. $lang->webhook->list = 'Webhook List';
  4. $lang->webhook->api = 'API';
  5. $lang->webhook->entry = 'Apply';
  6. $lang->webhook->log = 'Log';
  7. $lang->webhook->bind = 'Link User';
  8. $lang->webhook->chooseDept = 'Select Dept to Sync';
  9. $lang->webhook->assigned = 'Assigned to';
  10. $lang->webhook->setting = 'Settings';
  11. $lang->webhook->logAction = 'Webhook Log';
  12. $lang->webhook->browse = 'View Webhook ';
  13. $lang->webhook->create = 'Create Webhook ';
  14. $lang->webhook->edit = 'Edit Webhook ';
  15. $lang->webhook->delete = 'Delete Webhook ';
  16. $lang->webhook->id = 'ID';
  17. $lang->webhook->type = 'Type';
  18. $lang->webhook->name = 'Name';
  19. $lang->webhook->url = 'Webhook URL';
  20. $lang->webhook->domain = 'ZenTao Domain';
  21. $lang->webhook->contentType = 'Content Type';
  22. $lang->webhook->sendType = 'Sending Type';
  23. $lang->webhook->secret = 'Secret';
  24. $lang->webhook->product = "Link {$lang->productCommon}";
  25. $lang->webhook->execution = "Link {$lang->execution->common}";
  26. $lang->webhook->params = 'Parameters';
  27. $lang->webhook->action = 'Trigger Action';
  28. $lang->webhook->desc = 'Description';
  29. $lang->webhook->createdBy = 'Creator';
  30. $lang->webhook->createdDate = 'Created on';
  31. $lang->webhook->editedby = 'Last Edited by';
  32. $lang->webhook->editedDate = 'Edited on';
  33. $lang->webhook->date = 'Sent at';
  34. $lang->webhook->data = 'Data';
  35. $lang->webhook->result = 'Result';
  36. $lang->webhook->products = $lang->productCommon;
  37. $lang->webhook->executions = $lang->execution->common;
  38. $lang->webhook->actions = 'System Log';
  39. $lang->webhook->deleted = 'Deleted';
  40. $lang->webhook->approval = 'Approval Workflow Notifications';
  41. $lang->webhook->typeList[''] = '';
  42. $lang->webhook->typeList['dinggroup'] = 'DingTalk Group Bot';
  43. $lang->webhook->typeList['dinguser'] = 'DingTalk notifications';
  44. $lang->webhook->typeList['wechatgroup'] = 'WeCom Group Bot';
  45. $lang->webhook->typeList['wechatuser'] = 'WeCom App Messages';
  46. $lang->webhook->typeList['feishugroup'] = 'Feishu Group Bot';
  47. $lang->webhook->typeList['feishuuser'] = 'Feishu Messages';
  48. $lang->webhook->typeList['default'] = 'Others';
  49. $lang->webhook->sendTypeList['sync'] = 'Synchronous';
  50. $lang->webhook->sendTypeList['async'] = 'Asynchronous';
  51. $lang->webhook->dingAgentId = 'DingTalk AgentID';
  52. $lang->webhook->dingAppKey = 'DingTalk AppKey';
  53. $lang->webhook->dingAppSecret = 'DingTalk AppSecret';
  54. $lang->webhook->dingUserid = 'DingTalk User ID';
  55. $lang->webhook->dingBindStatus = 'DingTalk Binding';
  56. $lang->webhook->chooseDeptAgain = 'Reselect Dept';
  57. $lang->webhook->wechatCorpId = 'Corp ID';
  58. $lang->webhook->wechatCorpSecret = 'App Secret';
  59. $lang->webhook->wechatAgentId = 'Agent ID';
  60. $lang->webhook->wechatUserid = 'WeCome User';
  61. $lang->webhook->wechatBindStatus = 'WeCome Binding';
  62. $lang->webhook->feishuAppId = 'Feishu App ID';
  63. $lang->webhook->feishuAppSecret = 'Feishu App Secret';
  64. $lang->webhook->feishuUserid = 'Feishu User';
  65. $lang->webhook->feishuBindStatus = 'Feishu Binding';
  66. $lang->webhook->zentaoUser = 'Zentao User';
  67. $lang->webhook->dingBindStatusList['0'] = 'No';
  68. $lang->webhook->dingBindStatusList['1'] = 'Yes';
  69. $lang->webhook->paramsList['objectType'] = 'Object Type';
  70. $lang->webhook->paramsList['objectID'] = 'Object ID';
  71. $lang->webhook->paramsList['product'] = "{$lang->productCommon}";
  72. $lang->webhook->paramsList['execution'] = "{$lang->execution->common}";
  73. $lang->webhook->paramsList['action'] = 'Action';
  74. $lang->webhook->paramsList['actor'] = 'Acted by';
  75. $lang->webhook->paramsList['date'] = 'Acted on';
  76. $lang->webhook->paramsList['comment'] = 'Comment';
  77. $lang->webhook->paramsList['text'] = 'Action Details';
  78. $lang->webhook->confirmDelete = 'Are you sure you want to delete this webhook?';
  79. $lang->webhook->friendlyTips = 'Tip: Click a department to expand its sub-departments.';
  80. $lang->webhook->loadPrompt = 'Loading large dataset, please wait...';
  81. $lang->webhook->trimWords = '';
  82. $lang->webhook->note = new stdClass();
  83. $lang->webhook->note->async = 'Asynchronous mode requires enabled scheduled tasks (Cron) in Admin-System.';
  84. $lang->webhook->note->bind = 'User linking is only required for [DingTalk/WeCom] notification types.';
  85. $lang->webhook->note->product = "If left empty, actions from all products will trigger the webhook. Otherwise, only actions from linked product will trigger it.";
  86. $lang->webhook->note->execution = "If left empty, actions from all executions will trigger the webhook. Otherwise, only actions from linked execution will trigger it.";
  87. $lang->webhook->note->dingHelp = " <a href='http://www.zentao.net/book/zentaopmshelp/358.html' target='_blank'><i class='icon-help'></i></a>";
  88. $lang->webhook->note->wechatHelp = " <a href='http://www.zentao.net/book/zentaopmshelp/367.html' target='_blank'><i class='icon-help'></i></a>";
  89. $lang->webhook->note->typeList['bearychat'] = 'Please add a ZenTao Bot in BearyChat and enter its Webhook URL here.';
  90. $lang->webhook->note->typeList['dingding'] = 'Please add a Custom Bot in DingTalk and enter its Webhook URL here.';
  91. $lang->webhook->note->typeList['weixin'] = 'Please add a Custom Bot in WeCom and enter its Webhook URL here.';
  92. $lang->webhook->note->typeList['default'] = 'Get the Webhook URL from the third-party system and enter it here.';
  93. $lang->webhook->error = new stdclass();
  94. $lang->webhook->error->curl = 'The php-curl extension is required.';
  95. $lang->webhook->error->noDept = 'No department selected. Please select the departments to sync first.';
  96. $lang->webhook->error->url = 'Webhook url must start with http:// or https://!';
  97. $lang->webhook->error->requestError = 'Request error.';