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-tw.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;