📄 cn.php
字号:
<?php//// phpSysInfo - A PHP System Information Script// http://phpsysinfo.sourceforge.net///// This program is free software; you can redistribute it and/or// modify it under the terms of the GNU General Public License// as published by the Free Software Foundation; either version 2// of the License, or (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program; if not, write to the Free Software// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.//// $Id: cn.php,v 1.1 2005/04/15 21:23:31 mschering Exp $$charset = 'gb2312';$text['title'] = '系统信息';$text['vitals'] = '系统主要信息';$text['hostname'] = '主机名称';$text['ip'] = '主机对外IP';$text['kversion'] = '内核版本';$text['dversion'] = 'Distro Name';$text['uptime'] = '开机时间';$text['users'] = '在线使用者';$text['loadavg'] = '平均负载';$text['hardware'] = '硬件信息';$text['numcpu'] = '处理器数量';$text['cpumodel'] = 'CPU型号';$text['mhz'] = '芯片速度';$text['cache'] = 'Cache大小';$text['bogomips'] = '系统Bogomips';$text['pci'] = 'PCI设备';$text['ide'] = 'IDE设备';$text['scsi'] = 'SCSI设备';$text['netusage'] = '网络负载';$text['device'] = '网络设备';$text['received'] = '接收';$text['sent'] = '送出';$text['errors'] = '错误/中断';$text['memusage'] = '内存使用量';$text['phymem'] = '物理内存';$text['swap'] = '虚拟内存(交换分区)';$text['fs'] = '已挂载分区';$text['mount'] = '挂载路径';$text['partition'] = '物理磁盘';$text['percent'] = '使用量百分比';$text['type'] = '文件系统类型';$text['free'] = '剩余空间';$text['used'] = '已用空间';$text['size'] = '总容量';$text['totals'] = '总使用量';$text['kb'] = 'KB';$text['mb'] = 'MB';$text['gb'] = 'GB';$text['none'] = '无';$text['capacity'] = '容量';$text['template'] = '主题';$text['language'] = '语言';$text['submit'] = '确定';$text['created'] = '生成 By';$text['locale'] = 'zh_CN.eucCN';$text['gen_time'] = 'on %b %d, %Y at %r';$text['days'] = '天';$text['hours'] = '小时';$text['minutes'] = '分钟';$text['temperature'] = 'Temperature';$text['voltage'] = 'Voltage';$text['fans'] = 'Fans';$text['s_value'] = 'Value';$text['s_min'] = 'Min';$text['s_max'] = 'Max';$text['s_div'] = 'Div';$text['hysteresis'] = 'Hysteresis';$text['s_limit'] = 'Limit';$text['s_label'] = 'Label';$text['degree_mark'] = 'ºC';$text['voltage_mark'] = 'V';$text['rpm_mark'] = 'RPM';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -