108 lines
3.4 KiB
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: big5.php,v 1.16 2005/12/31 17:25:02 bigmichi1 Exp $
//
$charset = 'big5';
$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['cpuspeed'] = '工作頻率';
$text['busspeed'] = 'BUS Speed';
$text['cache'] = '快取大小';
$text['bogomips'] = '邏輯運算元';
$text['pci'] = 'PCI 介面';
$text['ide'] = 'IDE 介面';
$text['scsi'] = 'SCSI 介面';
$text['usb'] = 'USB 介面';
$text['netusage'] = '網路封包';
$text['device'] = '介面';
$text['received'] = '接收';
$text['sent'] = '傳送';
$text['errors'] = '錯誤/遺失';
$text['connections'] = 'Established Network Connections';
$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'] = '產生由';
$text['locale'] = 'zh_TW.Big5';
$text['gen_time'] = 'on %b %d, %Y at %I:%M %p';
$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'] = '&ordm;C';
$text['voltage_mark'] = 'V';
$text['rpm_mark'] = 'RPM';
$text['app'] = 'Kernel + applications';
$text['buffers'] = 'Buffers';
$text['cached'] = 'Cached';
?>