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