diff --git a/module/webhook/lang/de.php b/module/webhook/lang/de.php index 5eea6ae5eb..256dfe8b96 100644 --- a/module/webhook/lang/de.php +++ b/module/webhook/lang/de.php @@ -23,7 +23,7 @@ $lang->webhook->contentType = 'Content Type'; $lang->webhook->sendType = 'Sendungs Typ'; $lang->webhook->secret = 'Secret'; $lang->webhook->product = "{$lang->productCommon}"; -$lang->webhook->execution = "{$lang->executionCommon}"; +$lang->webhook->execution = "{$lang->execution->common}"; $lang->webhook->params = 'Parameter'; $lang->webhook->action = 'Aktion'; $lang->webhook->desc = 'Beschreibung'; @@ -66,7 +66,7 @@ $lang->webhook->dingBindStatusList['1'] = 'Yes'; $lang->webhook->paramsList['objectType'] = 'Objekt Typ'; $lang->webhook->paramsList['objectID'] = 'Objekt ID'; $lang->webhook->paramsList['product'] = "{$lang->productCommon}"; -$lang->webhook->paramsList['execution'] = "{$lang->executionCommon}"; +$lang->webhook->paramsList['execution'] = "{$lang->execution->common}"; $lang->webhook->paramsList['action'] = 'Aktion'; $lang->webhook->paramsList['actor'] = 'Actor'; $lang->webhook->paramsList['date'] = 'Datum'; @@ -81,7 +81,7 @@ $lang->webhook->note = new stdClass(); $lang->webhook->note->async = 'Wenn der Sendungstyp asynchron ist, wird Cron benötigt.'; $lang->webhook->note->bind = 'Bind User is only required for Dingding Notifier.'; $lang->webhook->note->product = "Alle Aktionen triggern den Hook wenn das {$lang->productCommon} leer ist, andernsfalls werden nur Aktionen des {$lang->productCommon} ausgelöst."; -$lang->webhook->note->execution = "Alle Aktionen triggern den Hook wenn das {$lang->executionCommon} leer ist, andernsfalls werden nur Aktionen des {$lang->executionCommon} ausgelöst."; +$lang->webhook->note->execution = "Alle Aktionen triggern den Hook wenn das {$lang->execution->common} leer ist, andernsfalls werden nur Aktionen des {$lang->execution->common} ausgelöst."; $lang->webhook->note->dingHelp = " "; $lang->webhook->note->wechatHelp = " "; diff --git a/module/webhook/lang/en.php b/module/webhook/lang/en.php index 0a4fc2913e..4feed17a3b 100644 --- a/module/webhook/lang/en.php +++ b/module/webhook/lang/en.php @@ -25,7 +25,7 @@ $lang->webhook->contentType = 'Content Type'; $lang->webhook->sendType = 'Sending Type'; $lang->webhook->secret = 'Secret'; $lang->webhook->product = "{$lang->productCommon}"; -$lang->webhook->execution = "{$lang->executionCommon}"; +$lang->webhook->execution = "{$lang->execution->common}"; $lang->webhook->params = 'Parameters'; $lang->webhook->action = 'Trigger Action'; $lang->webhook->desc = 'Description'; @@ -75,7 +75,7 @@ $lang->webhook->dingBindStatusList['1'] = 'Yes'; $lang->webhook->paramsList['objectType'] = 'Object Type'; $lang->webhook->paramsList['objectID'] = 'Object ID'; $lang->webhook->paramsList['product'] = "{$lang->productCommon}"; -$lang->webhook->paramsList['execution'] = "{$lang->executionCommon}"; +$lang->webhook->paramsList['execution'] = "{$lang->execution->common}"; $lang->webhook->paramsList['action'] = 'Action'; $lang->webhook->paramsList['actor'] = 'ActedBy'; $lang->webhook->paramsList['date'] = 'ActedDate'; @@ -90,7 +90,7 @@ $lang->webhook->note = new stdClass(); $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->execution = "All actions will trigger the hook if {$lang->executionCommon} is empty, or only actions of selected {$lang->executionCommon} will trigger it."; +$lang->webhook->note->execution = "All actions will trigger the hook if {$lang->execution->common} is empty, or only actions of selected {$lang->execution->common} will trigger it."; $lang->webhook->note->dingHelp = " "; $lang->webhook->note->wechatHelp = " "; diff --git a/module/webhook/lang/vi.php b/module/webhook/lang/vi.php index 5e1d985b2d..b01b267fc1 100644 --- a/module/webhook/lang/vi.php +++ b/module/webhook/lang/vi.php @@ -23,7 +23,7 @@ $lang->webhook->contentType = 'Content loại'; $lang->webhook->sendType = 'Sending loại'; $lang->webhook->secret = 'Secret'; $lang->webhook->product = "{$lang->productCommon}"; -$lang->webhook->execution = "{$lang->executionCommon}"; +$lang->webhook->execution = "{$lang->execution->common}"; $lang->webhook->params = 'Thông số'; $lang->webhook->action = 'Trigger hành động'; $lang->webhook->desc = 'Mô tả'; @@ -66,7 +66,7 @@ $lang->webhook->dingBindStatusList['1'] = 'Có'; $lang->webhook->paramsList['objectType'] = 'Loại đối tượng'; $lang->webhook->paramsList['objectID'] = 'ID đối tượng'; $lang->webhook->paramsList['product'] = "{$lang->productCommon}"; -$lang->webhook->paramsList['execution'] = "{$lang->executionCommon}"; +$lang->webhook->paramsList['execution'] = "{$lang->execution->common}"; $lang->webhook->paramsList['action'] = 'Hành động'; $lang->webhook->paramsList['actor'] = 'ActedBy'; $lang->webhook->paramsList['date'] = 'ActedDate'; @@ -81,7 +81,7 @@ $lang->webhook->note = new stdClass(); $lang->webhook->note->async = 'If it is asynchronous, you have to go to Admin-System to bật CRON này.'; $lang->webhook->note->bind = 'Bind User is only required for Dingding Notifier.'; $lang->webhook->note->product = "Tất cả actions will trigger the hook if {$lang->productCommon} trống, or only actions of selected {$lang->productCommon} will trigger it."; -$lang->webhook->note->execution = "Tất cả actions will trigger the hook if {$lang->executionCommon} trống, or only actions of selected {$lang->executionCommon} will trigger it."; +$lang->webhook->note->execution = "Tất cả actions will trigger the hook if {$lang->execution->common} trống, or only actions of selected {$lang->execution->common} will trigger it."; $lang->webhook->note->dingHelp = " "; $lang->webhook->note->wechatHelp = " "; diff --git a/module/webhook/lang/zh-cn.php b/module/webhook/lang/zh-cn.php index 53eae669b0..986e3e66dc 100644 --- a/module/webhook/lang/zh-cn.php +++ b/module/webhook/lang/zh-cn.php @@ -25,7 +25,7 @@ $lang->webhook->contentType = '内容类型'; $lang->webhook->sendType = '发送方式'; $lang->webhook->secret = '密钥'; $lang->webhook->product = "关联{$lang->productCommon}"; -$lang->webhook->execution = "关联{$lang->executionCommon}"; +$lang->webhook->execution = "关联{$lang->execution->common}"; $lang->webhook->params = '参数'; $lang->webhook->action = '触发动作'; $lang->webhook->desc = '描述'; @@ -75,7 +75,7 @@ $lang->webhook->dingBindStatusList['1'] = '已绑定'; $lang->webhook->paramsList['objectType'] = '对象类型'; $lang->webhook->paramsList['objectID'] = '对象ID'; $lang->webhook->paramsList['product'] = "所属{$lang->productCommon}"; -$lang->webhook->paramsList['execution'] = "所属{$lang->executionCommon}"; +$lang->webhook->paramsList['execution'] = "所属{$lang->execution->common}"; $lang->webhook->paramsList['action'] = '动作'; $lang->webhook->paramsList['actor'] = '操作者'; $lang->webhook->paramsList['date'] = '操作日期'; @@ -90,7 +90,7 @@ $lang->webhook->note = new stdClass(); $lang->webhook->note->async = '异步需要打开计划任务。'; $lang->webhook->note->bind = '只有[钉钉/微信]工作通知类型才需要绑定用户。'; $lang->webhook->note->product = "此项为空时所有{$lang->productCommon}的动作都会触发钩子,否则只有关联{$lang->productCommon}的动作才会触发。"; -$lang->webhook->note->execution = "此项为空时所有{$lang->executionCommon}的动作都会触发钩子,否则只有关联{$lang->executionCommon}的动作才会触发。"; +$lang->webhook->note->execution = "此项为空时所有{$lang->execution->common}的动作都会触发钩子,否则只有关联{$lang->execution->common}的动作才会触发。"; $lang->webhook->note->dingHelp = " "; $lang->webhook->note->wechatHelp = " ";