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/search/lang/zh-tw.php
<?php
/**
 * The search module zh-tw file of ZDOO.
 *
 * @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     search
 * @version     $Id: zh-tw.php 4129 2013-01-18 01:58:14Z wwccss $
 * @link        http://www.zdoo.com
 */
if(!isset($lang->search)) $lang->search = new stdclass();
$lang->search->common        = '搜索';
$lang->search->reset         = '重置';
$lang->search->more          = '更多';
$lang->search->lite          = '簡潔';
$lang->search->saveQuery     = '保存';
$lang->search->myQuery       = '我的查詢';
$lang->search->group1        = '第一組';
$lang->search->group2        = '第二組';
$lang->search->buildForm     = '搜索表單';
$lang->search->buildQuery    = '執行搜索';
$lang->search->saveQuery     = '保存查詢';
$lang->search->deleteQuery   = '刪除查詢';
$lang->search->setQueryTitle = '請輸入查詢標題(保存之前請先查詢):';
$lang->search->storyTitle    = '需求名稱';
$lang->search->taskTitle     = '任務名稱';
$lang->search->select        = '需求/任務篩選';
$lang->search->me            = '自己';

$lang->search->operators['=']          = '=';
$lang->search->operators['!=']         = '!=';
$lang->search->operators['>']          = '>';
$lang->search->operators['>=']         = '>=';
$lang->search->operators['<']          = '<';
$lang->search->operators['<=']         = '<=';
$lang->search->operators['include']    = '包含';
$lang->search->operators['between']    = '介於';
$lang->search->operators['notinclude'] = '不包含';
$lang->search->operators['belong']     = '從屬於';

$lang->search->andor['and']         = '並且';
$lang->search->andor['or']          = '或者';

$lang->search->null = '空';

$lang->userquery = new stdclass();
$lang->userquery->title     = '查詢標題';
$lang->userquery->myQueries = '我的查詢';
$lang->userquery->execut    = '執行';
$lang->userquery->delete    = '刪除';