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

18 lines
869 B
PHP

<?php
$lang->overtime->switchstatus = '提交或撤销';
$lang->overtime->companyAction = '所有加班';
$lang->overtime->reviewAction = '审核加班';
$lang->overtime->exportAction = '导出加班记录';
$lang->overtime->createAction = '申请加班';
$lang->overtime->editAction = '编辑加班';
$lang->overtime->deleteAction = '删除加班';
$lang->overtime->viewAction = '加班详情';
$lang->overtime->setReviewerAction = '加班设置';
$lang->overtime->submit = '提交';
$lang->overtime->featureBar = array();
$lang->overtime->featureBar['personal']['personal'] = '我的加班';
$lang->overtime->featureBar['personal']['browseReview'] = '我的审核';
$lang->overtime->featureBar['personal']['company'] = '全部加班';
$lang->overtime->featureBar['personal']['setReviewer'] = '设置';