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/crm/block/lang/zh-cn.php
<?php
/**
 * The zh-cn file of crm block module 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      Yidong Wang <yidong@cnezsoft.com>
 * @package     block 
 * @version     $Id$
 * @link        http://www.zdoo.com
 */
$lang->block->common   = '区块';
$lang->block->num      = '数量';
$lang->block->type     = '类型';
$lang->block->orderBy  = '排序';
$lang->block->status   = '状态';
$lang->block->actions  = '操作';
$lang->block->lblBlock = '区块';

$lang->block->admin    = '管理区块';
$lang->block->availableBlocks = new stdclass();

$lang->block->availableBlocks->order    = '订单列表';
//$lang->block->availableBlocks->task    = '我的任务';
$lang->block->availableBlocks->contract = '合同列表';
$lang->block->availableBlocks->customer = '客户列表';

$lang->block->orderByList = new stdclass();

$lang->block->orderByList->order = array();
$lang->block->orderByList->order['id_asc']       = 'ID 递增 ';
$lang->block->orderByList->order['id_desc']      = 'ID 递减';
$lang->block->orderByList->order['customer_asc'] = '客户';
$lang->block->orderByList->order['product_asc']  = '产品';

$lang->block->orderByList->task = array();
$lang->block->orderByList->task['id_asc']        = 'ID 递增';
$lang->block->orderByList->task['id_desc']       = 'ID 递减';
$lang->block->orderByList->task['pri_asc']       = '优先级递增';
$lang->block->orderByList->task['pri_desc']      = '优先级递减';
$lang->block->orderByList->task['deadline_asc']  = '截止日期递增';
$lang->block->orderByList->task['deadline_desc'] = '截止日期递减';

$lang->block->orderByList->contract = array();
$lang->block->orderByList->contract['id_asc']       = 'ID 递增';
$lang->block->orderByList->contract['id_desc']      = 'ID 递减';
$lang->block->orderByList->contract['customer_asc'] = '客户';
$lang->block->orderByList->contract['amount_asc']   = '金额递增';
$lang->block->orderByList->contract['amount_desc']  = '金额递减';

$lang->block->orderByList->customer['id_asc']       = 'ID 递增';
$lang->block->orderByList->customer['id_desc']      = 'ID 递减';

$lang->block->typeList = new stdclass();

$lang->block->typeList->order['assignedTo']   = '指派给我';
$lang->block->typeList->order['createdBy']    = '由我创建';
$lang->block->typeList->order['signedBy']     = '由我签约';
$lang->block->typeList->order['closedBy']     = '由我关闭';
$lang->block->typeList->order['activatedBy']  = '由我激活';
$lang->block->typeList->order['normalstatus'] = '正常';
$lang->block->typeList->order['signedstatus'] = '已签约';
$lang->block->typeList->order['closedstatus'] = '已关闭';

$lang->block->typeList->contract['returnedBy']     = '由我回款';
$lang->block->typeList->contract['deliveredBy']    = '由我交付';
$lang->block->typeList->contract['createdBy']      = '由我创建';
$lang->block->typeList->contract['canceledBy']     = '由我取消';
$lang->block->typeList->contract['normalstatus']   = '正常';
$lang->block->typeList->contract['closedstatus']   = '已完成';
$lang->block->typeList->contract['canceledstatus'] = '已取消';

$lang->block->typeList->customer['today']    = '今天联系';
$lang->block->typeList->customer['thisweek'] = '本周联系';