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/makeup/lang/zh-cn.php
<?php
if(!isset($lang->makeup)) $lang->makeup = new stdclass();
$lang->makeup->common = '补班';
$lang->makeup->browse = '补班列表';
$lang->makeup->list   = '补班列表';
$lang->makeup->create = '申请补班';
$lang->makeup->edit   = '编辑';
$lang->makeup->view   = '详情';
$lang->makeup->delete = '删除';
$lang->makeup->review = '审批';
$lang->makeup->cancel = '撤销';
$lang->makeup->submit = '提交';
$lang->makeup->export = '导出补班记录';

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

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

$lang->makeup->typeList['compensate'] = '补班';

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

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

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

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

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

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