HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/oa.sanjiangapp.com/app/oa/overtime/lang/zh-cn.php
<?php
if(!isset($lang->overtime)) $lang->overtime = new stdclass();
$lang->overtime->common = '加班';
$lang->overtime->browse = '加班列表';
$lang->overtime->list   = '加班列表';
$lang->overtime->create = '申请加班';
$lang->overtime->edit   = '编辑';
$lang->overtime->view   = '详情';
$lang->overtime->delete = '删除';
$lang->overtime->review = '审批';
$lang->overtime->cancel = '撤销';
$lang->overtime->submit = '提交';
$lang->overtime->export = '导出加班记录';

$lang->overtime->personal     = '我的加班';
$lang->overtime->browseReview = '审批列表';
$lang->overtime->company      = '所有加班';
$lang->overtime->setReviewer  = '加班设置';
$lang->overtime->batchReview  = '批量审批';
$lang->overtime->batchPass    = '批量通过';

$lang->overtime->id           = '编号';
$lang->overtime->year         = '年';
$lang->overtime->begin        = '开始';
$lang->overtime->end          = '结束';
$lang->overtime->start        = '开始时间';
$lang->overtime->finish       = '结束时间';
$lang->overtime->hours        = '总时长';
$lang->overtime->leave        = '请假记录';
$lang->overtime->type         = '类型';
$lang->overtime->desc         = '事由';
$lang->overtime->status       = '状态';
$lang->overtime->createdBy    = '申请者';
$lang->overtime->createdDate  = '申请时间';
$lang->overtime->reviewedBy   = '审批人';
$lang->overtime->reviewedDate = '审批时间';
$lang->overtime->date         = '日期';
$lang->overtime->time         = '时间';
$lang->overtime->rejectReason = '拒绝原因';

$lang->overtime->typeList['time']    = '工作日加班';
$lang->overtime->typeList['rest']    = '休息日加班';
$lang->overtime->typeList['holiday'] = '节假日加班';

$lang->overtime->statusList['draft']  = '草稿';
$lang->overtime->statusList['wait']   = '等待审批';
$lang->overtime->statusList['doing']  = '审批中';
$lang->overtime->statusList['pass']   = '通过';
$lang->overtime->statusList['reject'] = '拒绝';

$lang->overtime->notExist      = '记录不存在';
$lang->overtime->denied        = '信息访问受限';
$lang->overtime->unique        = '%s 已经存在加班记录';
$lang->overtime->sameMonth     = '不支持跨月份加班';
$lang->overtime->wrongEnd      = '结束时间应该大于开始时间';
$lang->overtime->nodata        = '没有选择数据';
$lang->overtime->reviewSuccess = '审批成功';

$lang->overtime->confirmReview['pass']   = '您确定要执行通过操作吗?';
$lang->overtime->confirmReview['reject'] = '您确定要执行拒绝操作吗?';

$lang->overtime->hoursTip = '小时';

$lang->overtime->reviewStatusList['pass']   = '通过';
$lang->overtime->reviewStatusList['reject'] = '拒绝';

/* Width settings for different languages, in pixels. */
$lang->overtime->actionWidth         = 120;
$lang->overtime->personalActionWidth = 140;