File: /www/wwwroot/oa.sanjiangapp.com/app/sys/index/lang/zh-cn.php
<?php
/**
* The zh-cn file of index 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 Chunsheng Wang <chunsheng@cnezsoft.com>
* @package index
* @version $Id: zh-cn.php 4029 2016-08-26 06:50:41Z liugang $
* @link http://www.zdoo.com
*/
$lang->index->common = '首页';
$lang->index->dashboard = '我的';
$lang->index->dashboardAbbr = '我的';
$lang->index->about = '关于';
$lang->index->allEntries = '所有应用';
$lang->index->showOnLeft = '左侧显示';
$lang->index->notOnLeft = '非左侧显示';
$lang->index->opened = '已打开';
$lang->index->addEntry = '添加应用';
$lang->index->profile = '个人';
$lang->index->set = '系统配置';
$lang->index->theme = '更换主题';
$lang->index->superAdmin = '后台管理';
$lang->index->showDesk = '桌面';
$lang->index->customBlocks = '编辑区块';
$lang->index->addBlock = '添加区块';
$lang->index->refresh = '更新';
$lang->index->hidden = '隐藏';
$lang->index->more = '更多';
$lang->index->expandLeftBar = '展开菜单';
$lang->index->ips['confirmClose'] = '确认要关闭 【{0}】 吗?';
$lang->index->ips['entryNotFindTip'] = '应用没有找到!';
$lang->index->ips['busyTip'] = '应用正忙,请稍候...';
$lang->index->ips['reloadText'] = '刷新';
$lang->index->ips['closeText'] = '关闭';
$lang->index->ips['openText'] = '打开';
$lang->index->ips['removeText'] = '移除';
$lang->index->ips['fixToMenuText'] = '左侧显示';
$lang->index->ips['removeFromMenuText'] = '左侧移除';
$lang->index->ips['deleteEntryText'] = '删除应用';
$lang->index->ips['removedEntry'] = '应用【{0}】已删除';
$lang->index->ips['confirmRemoveEntry'] = '确定移除应用【{0}】吗?';
$lang->index->ips['showWindowText'] = '显示';
$lang->index->ips['confirmRemoveBlock'] = '确定要删除区块 【{0}】 吗?';
$lang->index->ips['removedBlock'] = '区块已删除';
$lang->index->ips['hiddenBlock'] = '区块已隐藏';
$lang->index->ips['orderdBlocksSaved'] = '排序已保存';
$lang->index->ips['moreOptionTip'] = '显示另外 {0} 个应用';
$lang->index->ips['confirmCloseBrowser']= '提示:当前有打开的应用窗口';
$lang->index->ips['leftBarToggleTip'] = '提示:要再次展开左侧导航,请访问“个人”菜单。';