diff --git a/module/webhook/lang/en.php b/module/webhook/lang/en.php index bc294b7748..6f64d32361 100644 --- a/module/webhook/lang/en.php +++ b/module/webhook/lang/en.php @@ -4,7 +4,7 @@ $lang->webhook->list = 'Hook List'; $lang->webhook->api = 'API'; $lang->webhook->entry = 'Entry'; $lang->webhook->log = 'Log'; -$lang->webhook->bind = '绑定用户'; +$lang->webhook->bind = 'Bind User'; $lang->webhook->assigned = 'AssignedTo'; $lang->webhook->setting = 'Settings'; @@ -35,22 +35,22 @@ $lang->webhook->data = 'Data'; $lang->webhook->result = 'Result'; $lang->webhook->typeList[''] = ''; -$lang->webhook->typeList['dingding'] = '钉钉群通知机器人'; -$lang->webhook->typeList['dingapi'] = '钉钉工作消息通知'; -$lang->webhook->typeList['weixin'] = '企业微信'; +$lang->webhook->typeList['dingding'] = 'Dingding Robot'; +$lang->webhook->typeList['dingapi'] = 'Dingding Notifier'; +$lang->webhook->typeList['weixin'] = 'Enterprise WeChat'; $lang->webhook->typeList['default'] = 'Others'; $lang->webhook->sendTypeList['sync'] = 'Synchronous'; $lang->webhook->sendTypeList['async'] = 'Asynchronous'; -$lang->webhook->dingAgentId = '钉钉AgentId'; -$lang->webhook->dingAppKey = '钉钉AppKey'; -$lang->webhook->dingAppSecret = '钉钉AppSecret'; -$lang->webhook->dingUserid = '钉钉Userid'; -$lang->webhook->dingBindStatus = '钉钉绑定状态'; +$lang->webhook->dingAgentId = 'AgentID'; +$lang->webhook->dingAppKey = 'AppKey'; +$lang->webhook->dingAppSecret = 'AppSecret'; +$lang->webhook->dingUserid = 'UserID'; +$lang->webhook->dingBindStatus = 'Bind Status'; -$lang->webhook->dingBindStatusList['0'] = '未绑定'; -$lang->webhook->dingBindStatusList['1'] = '已绑定'; +$lang->webhook->dingBindStatusList['0'] = 'No'; +$lang->webhook->dingBindStatusList['1'] = 'Yes'; $lang->webhook->paramsList['objectType'] = 'Object Type'; $lang->webhook->paramsList['objectID'] = 'Object ID'; @@ -67,8 +67,8 @@ $lang->webhook->confirmDelete = 'Do you want to delete this hook?'; $lang->webhook->trimWords = ''; $lang->webhook->note = new stdClass(); -$lang->webhook->note->async = 'If the sending type is asynchronous, you have to go to Admin-System to turn on the cron.'; -$lang->webhook->note->bind = '只有钉钉工作通知类型才需要绑定用户。'; +$lang->webhook->note->async = 'If it is asynchronous, you have to go to Admin-System to turn on the cron.'; +$lang->webhook->note->bind = 'Bind User is only required for Dingding Notifier.'; $lang->webhook->note->product = "All actions will trigger the hook if {$lang->productCommon} is empty, or only actions of selected {$lang->productCommon} will trigger it."; $lang->webhook->note->project = "All actions will trigger the hook if {$lang->projectCommon} is empty, or only actions of selected {$lang->projectCommon} will trigger it.";