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/sys/message/lang/zh-tw.php
<?php
/**
 * The message module zh-tw file of chanzhiEPS.
 *
 * @copyright   Copyright 2009-2018 青島易軟天創網絡科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPL (http://zpl.pub/page/zplv12.html)
 * @author      Chunsheng Wang <chunsheng@cnezsoft.com>
 * @package     message
 * @version     $Id$
 * @link        http://www.zdoo.com
 */
$lang->message->common            = '留言';
$lang->message->id                = '編號';
$lang->message->type              = '類型';
$lang->message->from              = '稱呼';
$lang->message->content           = '內容';
$lang->message->phone             = '電話';
$lang->message->qq                = 'QQ';
$lang->message->email             = '郵箱';
$lang->message->date              = '時間';
$lang->message->secret            = '僅管理員可見';
$lang->message->readed            = '已讀';
$lang->message->captcha           = '驗證碼';
$lang->message->list              = '留言列表';
$lang->message->post              = '發表留言';
$lang->message->viewArticle       = '正文';
$lang->message->viewComment       = '留言';
$lang->message->thanks            = '感謝您的留言!';
$lang->message->noSelectedMessage = '您沒有選擇任何留言。';

$lang->message->pass           = '通過';
$lang->message->reply          = '回覆';
$lang->message->view           = '查看';
$lang->message->manage         = '留言管理';
$lang->message->delete         = '刪除';
$lang->message->deleteSelected = '刪除選中項';
$lang->message->passPre        = '通過之前';
$lang->message->deletePre      = '刪除之前';
$lang->message->commentAt      = '發表於 ';
$lang->message->deletedObject  = '已刪除項目';
$lang->message->contactHidden  = "以下電話、郵箱、qq聯繫方式只有網站管理員可見,不會暴露。";

$lang->message->confirmDeleteSingle = '您確定要刪除該留言嗎?';
$lang->message->confirmDeletePre    = '您確定要刪除之前的留言嗎?';
$lang->message->confirmPassSingle   = '您確定要通過該留言嗎?';
$lang->message->confirmPassPre      = '您確定要通過之前的留言嗎?';

$lang->message->statusList[0] = '未審核';
$lang->message->statusList[1] = '已審核';

$lang->message->readedStatus[0] = '未讀';
$lang->message->readedStatus[1] = '已讀';

$lang->comment = new stdclass();
$lang->comment->common      = '評論';
$lang->comment->id          = '編號';
$lang->comment->type        = '類型';
$lang->comment->from        = '稱呼';
$lang->comment->content     = '內容';
$lang->comment->phone       = '電話';
$lang->comment->qq          = 'QQ';
$lang->comment->email       = '郵箱';
$lang->comment->captcha     = '驗證碼';
$lang->comment->list        = '評論列表';
$lang->comment->post        = '發表評論';
$lang->comment->viewArticle = '正文';
$lang->comment->viewComment = '評論';
$lang->comment->thanks      = '感謝您的評論!';

$lang->comment->pass          = '通過';
$lang->comment->reply         = '回覆';
$lang->comment->replyAt       = '回覆于';
$lang->comment->manage        = '評論管理';
$lang->comment->delete        = '刪除';
$lang->comment->passPre       = '通過之前';
$lang->comment->deletePre     = '刪除之前';
$lang->comment->commentTo     = '發表於';
$lang->comment->commentAt     = '發表於';
$lang->comment->deletedObject = '已刪除項目';

$lang->comment->confirmDeleteSingle = '您確定要刪除該評論嗎?';
$lang->comment->confirmDeletePre    = '您確定要刪除之前的評論嗎?';
$lang->comment->confirmPassSingle   = '您確定要通過該評論嗎?';
$lang->comment->confirmPassPre      = '您確定要通過之前的評論嗎?';

$lang->comment->statusList[0] = '未審核';
$lang->comment->statusList[1] = '已審核';

$lang->message->replyItem = "<dd><strong>%s</strong> 于 <em>%s</em> 回覆:%s</dd>";
$lang->comment->replyItem = "<dd><strong>%s</strong> 于 <em>%s</em> 回覆:%s</dd>";

$lang->message->replySubject = '%s管理員的回覆';