📄 zh_cn.lang.php
字号:
<?php
/*****************************************************************************
* The contents of this file are subject to the RECIPROCAL PUBLIC LICENSE
* Version 1.1 ("License"); You may not use this file except in compliance
* with the License. You may obtain a copy of the License at
* http://opensource.org/licenses/rpl.php. Software distributed under the
* License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND,
* either express or implied.
*
* You may:
* a) Use and distribute this code exactly as you received without payment or
* a royalty or other fee.
* b) Create extensions for this code, provided that you make the extensions
* publicly available and document your modifications clearly.
* c) Charge for a fee for warranty or support or for accepting liability
* obligations for your customers.
*
* You may NOT:
* a) Charge for the use of the original code or extensions, including in
* electronic distribution models, such as ASP (Application Service
* Provider).
* b) Charge for the original source code or your extensions other than a
* nominal fee to cover distribution costs where such distribution
* involves PHYSICAL media.
* c) Modify or delete any pre-existing copyright notices, change notices,
* or License text in the Licensed Software
* d) Assert any patent claims against the Licensor or Contributors, or
* which would in any way restrict the ability of any third party to use the
* Licensed Software.
*
* You must:
* a) Document any modifications you make to this code including the nature of
* the change, the authors of the change, and the date of the change.
* b) Make the source code for any extensions you deploy available via an
* Electronic Distribution Mechanism such as FTP or HTTP download.
* c) Notify the licensor of the availability of source code to your extensions
* and include instructions on how to acquire the source code and updates.
* d) Grant Licensor a world-wide, non-exclusive, royalty-free license to use,
* reproduce, perform, modify, sublicense, and distribute your extensions.
*
* The Original Code is: C3CRM Team
* http://www.c3crm.com
* 2006-5-19
*
* The Initial Developer of the Original Code is C3CRM Team.
* Portions created by C3CRM are Copyright (C) 2005 C3CRM
* All Rights Reserved.
********************************************************************************/
$mod_strings = array(
'LBL_MODULE_NAME' => '报表',
'LBL_MODULE_TITLE' => '报表: Home',
'LBL_LIST_FORM_TITLE'=>'报表',
'LBL_ADD_REPORT' => '新增报表',
'LBL_LIST_REPORTS' => '我的报表',
'LBL_ID' => 'Id',
'LBL_DATE_ENTERED' => '输入日期',
'LBL_DATE_MODIFIED' => '修改日期',
'LBL_MODIFIED_USER_ID' => '修改者',
'LBL_ASSIGNED_USER_ID' => '负责人',
'LBL_ASSIGNED_USER_NAME' => '负责人',
'LBL_CREATED_BY' => '创建者',
'LBL_NAME' => '名称',
'LBL_PRIMARYMODULE' => '模块',
'LBL_DESCRIPTION' => '描述',
'LBL_DELETED' => '已删除',
'LBL_RELATEDMODULE' => '相关模块',
'LBL_NO_LIST_FIELDS' => '可显示字段',
'LBL_YES_LIST_FIELDS' => '已显示字段',
'LBL_LIST_FIELDS_TITLE' => '请选择需要显示的字段',
'LBL_EXPORT' => '导出',
'LBL_NO_TOTAL_FIELDS' => '可统计字段',
'LBL_YES_TOTAL_FIELDS' => '已统计字段',
'LBL_TOTAL_FIELDS_TITLE' => '请选择需要统计的字段',
'LBL_NO' => '编号',
'LBL_REPORT_INFORMATION' => '报表基本信息',
'LBL_REPORT_MODULES_INFORMATION' => '报表模块信息',
'LBL_REPORT_FIELDS_INFORMATION' => '报表字段信息',
'LBL_REPORT_MODULES_INFORMATION' => '报表模块信息',
'LBL_REPORT_MODULES_INFORMATION' => '报表模块信息',
'LBL_RUNREPORT_BUTTON_LABEL' => '运行报表',
'LBL_REPORTFIELDS' => '报表字段',
'LBL_DATE_ENTERED' => '创建日期',
'LBL_DATE_MODIFIED' => '修改日期',
'Custom' => '自定义',
'Previous FY' => '上财年',
'Current FY' => '本财年',
'Next FY' => '下财年',
'Previous FQ' => '上季度',
'Current FQ' => '本季度',
'Next FQ' => '下季度',
'Yesterday' => '昨天',
'Today' => '今天',
'Tomorrow' => '明天',
'Last Week' => '上星期',
'Current Week' => '本星期',
'Next Week' => '下星期',
'Last Month' => '上月',
'Current Month' => '本月',
'Next Month' => '下月',
'Last 7 Days' => '前几天',
'Last 30 Days' => '前30天',
'Last 60 Days' => '前60天',
'Last 90 Days' => '前90天',
'Last 120 Days' => '前120天',
'Next 7 Days' => '后7天',
'Next 30 Days' => '后30天',
'Next 60 Days' => '后60天',
'Next 90 Days' => '后90天',
'Next 120 Days' => '后120天',
'LBL_SF_COLUMNS' => '过滤器栏目',
'LBL_SF_STARTDATE' => '开始日期',
'LBL_SF_ENDDATE' => '结束日期',
'LBL_CONDITION' => '查询条件',
'LBL_ADDCONDITION' => '新增条件',
'LBL_ORDERBY' => '排序字段',
'LBL_ADDORDERBY' => '新增排序字段',
//dashboard
'LBL_LIST_DASHBOARD' => '我的统计图',
'LBL_YES_ASSIGNED_USERIDS' => '已选负责人',
'LBL_NO_ASSIGNED_USERIDS' => '未选负责人',
'LBL_ASSIGNED_USERIDS_TITLE' => '请选择负责人',
'LBL_ASSIGNED_USERIDS' => '负责人',
);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -