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'] = '設置';