2023-05-16 10:50:42 +08:00

33 lines
1.6 KiB
PHP

<?php
$lang->workflowhook->tables['product'] = $lang->productCommon;
$lang->workflowhook->tables['project'] = $lang->executionCommon;
$lang->workflowhook->tables['storyspec'] = 'Story Describe';
$lang->workflowhook->tables['file'] = 'File';
$lang->workflowhook->tables['action'] = 'History';
$lang->workflowhook->tables['attend'] = 'Attend';
$lang->workflowhook->tables['branch'] = 'Platform/Branch';
$lang->workflowhook->tables['deploy'] = 'Deploy';
$lang->workflowhook->tables['dept'] = 'Department';
$lang->workflowhook->tables['effort'] = 'Log';
$lang->workflowhook->tables['faq'] = 'FAQ';
$lang->workflowhook->tables['holiday'] = 'Holiday';
$lang->workflowhook->tables['host'] = 'Host';
$lang->workflowhook->tables['leave'] = 'Leave';
$lang->workflowhook->tables['lieu'] = 'Lieu';
$lang->workflowhook->tables['makeup'] = 'Makeup';
$lang->workflowhook->tables['overtime'] = 'Overtime';
$lang->workflowhook->tables['score'] = 'Point';
$lang->workflowhook->tables['serverroom'] = 'IDC';
$lang->workflowhook->tables['service'] = 'Service';
$lang->workflowhook->tables['testreport'] = 'Report';
$lang->workflowhook->tables['todo'] = 'Todo';
$lang->workflowhook->tables['trip'] = 'Trip';
$lang->workflowhook->tables['user'] = 'User';
$lang->workflowhook->actionList['insert'] = 'Insert';
$lang->workflowhook->actionList['update'] = 'Update';
$lang->workflowhook->actionList['delete'] = 'Delete';
$lang->workflowhook->logicalOperatorList['and'] = 'And';
$lang->workflowhook->logicalOperatorList['or'] = 'Or';