摘要: 说明:这个SmoothWall汉化是很早以前做的了,不晓得现在SmoothWall是什么版本了,挂上看看吧,也许有的朋友能用的到。貌似网上有更新的版本出现了……游侠(https://www.youxia.org)没有测试。 什么是SmoothWall?Sm...
说明:这个SmoothWall汉化是很早以前做的了,不晓得现在SmoothWall是什么版本了,挂上看看吧,也许有的朋友能用的到。貌似网上有更新的版本出现了……游侠(https://www.youxia.org)没有测试。
什么是SmoothWall?
SmoothWall是欧洲成功的Open Source项目之一,它可以帮助你把一台已经淘汰的386、486机器变成一台功能强大、稳定的防火抢路由器!它已经被超过300000个用户、21个国家使用!SmoothWall同时支持ISDN、ASDL/Cable和多网卡等网络设备,最令人不可思议的是所有这些都可以在5分钟之内配置完成!基于Web的管理和支持SSH、DHCP、完整的防火墙工具。
---------- Start ---------- by 网路游侠 https://www.youxia.org
《黑客X档案》“主题乐园”中雪莲蓬介绍给大家一款软路由防火墙:SmoothWall。软件是很好,但是却要我们面对e文的界面,感觉实在不爽。雪莲蓬说了汉化的方法,但是却给我们一句:“用点耐心慢慢的汉化吧!”——唉,命苦的人啊!
只有自己动手了:雪莲蓬说的两个文件:./var/smoothwall下的header.pl和./var/smoothwall/langs下的base.pl主要界面都汉化了,只要覆盖原来的文件就可以了。初次做汉化,可能有些词语翻译的不好,希望大家批评指正!
给自己做一点广告:www.youxia.org 或 www.xijing.org 我的小站,欢迎大家光临!淄博或者西安的朋友可以留言我们见面。呵呵 ^_^
—— 和你一样爱看X的:网路游侠 🙂
把下面的内容另存为 Base.pl 就可以了,内容:
# SmoothWall CGIs
#
# This code is distributed under the terms of the GPL
#
# (c) The SmoothWall Team
%basetr = (
# common
'invalid input' => '无效的输入',
'save' => '保存', # button
'refresh' => '刷新', # button
'restore' => '还原', # button
'error messages' => '错误信息:',
'back' => '后退',
'help' => '帮助',
'primary dns' => '主DNS:',
'secondary dns' => '辅DNS:',
'invalid primary dns' => '无效的主DNS.',
'invalid secondary dns' => '无效的辅DNS.',
'dhcp server' => 'DHCP服务器',
'username' => '用户名:',
'password' => '密码:',
'enabled' => 'Enabled:',
'this field may be blank' => '这里可以为空.',
'these fields may be blank' => '这些地方可以为空.',
# header.pl
'sshome' => '首页',
'ssstatus' => '状态',
'ssadvstatus' => '高级',
'sstraffic graphs' => '流量图示',
'sssquid graphs' => 'squid graphs',
'ssppp settings' => 'PPP设置',
'ssmodem' => 'Modem',
'ssusb adsl firmware upload' => 'alcatel speedtouch USB ADSL 固件更新',
'ssremote access' => '远程访问',
'sspasswords' => '密码',
'ssweb proxy' => 'WEB代理',
'ssdhcp' => 'DHCP',
'ssport forwarding' => '端口转发',
'ssexternal service access' => '外部服务访问',
'ssdmz pinholes' => 'DMZ设定',
'ssdynamic dns' => '动态DNS',
'ssids' => '入侵检测系统',
'sscontrol' => '控制',
'ssconnections' => '连接',
'ssother' => '其它',
'ssfirewall' => '防火墙',
'ssshutdown' => '关闭',
'ssshell' => 'Shell',
'ssupdates' => '更新',
'sshelp' => '帮助',
'sscredits' => '参与者',
'ssip info' => 'IP消息',
'sstime' => '时间',
'ssip tools' => 'IP工具',
'ssadvanced' => '高级',
'ssip block' => 'IP阻塞',
'ssbackup' => '撤销',
'powered by' => 'powered by',
'alt home' => '首页', # alt
'alt information' => '信息', # alt
'alt dialup' => '拨号', # alt
'alt remote access' => '远程访问', # alt
'alt services' => '服务', # alt
'alt ids' => '入侵检测系统', # alt
'alt vpn' => '虚拟专用网(VPN)', # alt
'alt logs' => '日志', #alt
'alt shutdown' => '关闭', # alt
'alt shell' => 'Shell', # alt
'alt updates' => '更新', # alt
# changepw.cgi
'admin user password has been changed' => '管理员密码已经被改变.',
'dial user password has been changed' => '拨号用户密码已经被改变.',
'password cant be blank' => '密码不能为空.',
'passwords do not match' => '密码不匹配.',
'change passwords' => '修改密码',
'administrator user password' => '管理员密码:',
'dial user password' => '拨入用户密码:',
'again' => '重复:',
'passwords must be at least 6 characters in length' => '密码长度至少为6位',
'password contains illegal characters' => '密码包含非法字符.',
# credits.cgi
'credits' => '参与者',
'version' => '版本: ',
'sponsors' => '发起人',
'links' => '链接',
'smoothwall homepage' => 'SmoothWall主页',
'translation teams' => '翻译团队',
# dhcp.cgi
'invalid start address' => '无效的开始地址.',
'invalid end address' => '无效的结束地址.',
'cannot specify secondary dns without specifying primary' => '未指定主DNS之前不能指定辅DNS.',
'cannot specify secondary wins without specifying primary' => '未指定主WINS之前不能指定辅WINS.',
'invalid default lease time' => '无效的默认租约时间.',
'invalid max lease time' => '无效的最大租借地址.',
'dhcp server enabled' => 'DHCP服务开启. 重启.',
'dhcp server disabled' => 'DHCP服务器禁止. 停止.',
'dhcp configuration' => 'DHCP配置',
'start address' => '开始地址:',
'end address' => '结束地址:',
'default lease time' => '默认租约时间 (分钟):',
'max lease time' => '最大租约时间 (分钟):',
'domain name suffix' => '域名后缀:',
'primary wins' => '主WINS:',
'secondary wins' => '辅WINS:',
'invalid primary wins' => '无效的主WINS.',
'invalid secondary wins' => '无效的辅WINS',
'mac address not valid' => 'MAC地址无效.',
'ip address not valid' => 'IP地址无效.',
'add a new static assignment' => '添加一个新的静态分配:',
'mac addressc' => 'MAC地址:',
'ip addressc' => 'IP地址:',
'mac address' => 'MAC地址',
'ip address' => 'IP地址',
'note' => '注意:',
'there are unsaved changes' => '列表中改变的静态分配没有保存. 请点击保存激活.',
'current static assignments' => '当前静态分配:',
'descriptionc' => '描述:',
'description' => '描述',
'please enter a description' => '请输入一个描述.',
'description contains bad characters' => '描述包含无效的字符.',
# proxy.cgi
'web proxy configuration' => 'Web代理配置',
'web proxyc' => 'Web代理:',
'cache size' => '缓存大小 (MB):',
'invalid cache size' => '无效的缓存大小.',
'remote proxy' => '远程代理:',
'remote proxy username' => '远程代理用户:',
'remote proxy password' => '远程代理密码:',
'invalid maximum object size' => '无效的最大包尺寸.',
'invalid minimum object size' => '无效的最大包尺寸.',
'invalid maximum outgoing size' => '无效的最大外出包尺寸.',
'invalid maximum incoming size' => '无效的最大进入包尺寸.',
'transparent' => '透明的:',
'max size' => '最大包大小 (KB):',
'min size' => '最小包大小 (KB):',
'max outgoing size' => '最大外出包大小 (KB):',
'max incoming size' => '最大进入包大小 (KB):',
# common to logs cgis
'january' => '一月',
'february' => '二月',
'march' => '三月',
'april' => '四月',
'may' => '五月',
'june' => '六月',
'july' => '七月',
'august' => '八月',
'september' => '九月',
'october' => '十月',
'november' => '十一月',
'december' => '十二月',
'month' => '月:',
'day' => '日:',
'update' => '更新', # button
'export' => '输出', # button
'older' => '旧的',
'newer' => '新的',
'settingsc' => '设置:',
# logs.cgi/firewalllog.dat
'firewall log' =
> '防火墙日志',
'firewall log2' => '防火墙日志:',
'date' => '日期:',
'time' => '时间',
'action' => '动作',
'in' => '进入',
'out' => '外出',
'iface' => 'Iface',
'protocol' => '协议',
'source' => '源',
'src port' => '源端口',
'destination' => '目的',
'dst port' => '目的端口',
'unknown' => '未知的',
'lookup' => 'Lookup',
'add to ip block' => '添加到IP阻塞列表',
# logs.cgi/log.dat
'log viewer' => '日志浏览',
'section' => '分段:',
'kernel' => '内核',
'loginlogout' => '登录/退出',
'update transcript' => '更新资料',
'log' => '日志:',
# logs.cgi/proxylog.dat
'proxy log viewer' => '代理日志浏览',
'bad ignore filter' => '错误的忽略过滤:',
'caps all' => '全部',
'ignore filterc' => '忽略过滤:',
'enable ignore filterc' => '允许忽略过滤:',
'source ip' => '源IP',
'website' => '网站',
# logs.cgi/ids.dat
'ids log viewer' => 'IDS日志浏览',
'datec' => '日期:',
'namec' => '名字:',
'priorityc' => '优先:',
'typec' => '类型:',
'ipinfoc' => 'IP信息:',
'referencesc' => '索引:',
'none found' => '没有找到',
# index.cgi
'main page' => '主页',
'dial' => '连接', # button
'hangup' => '断开', # button
'current profile' => '当前属性:',
'connected' => '已连接',
'dialing' => '拨号中...',
'modem idle' => 'Modem空闲',
'isdn idle' => 'ISDN空闲',
'profile has errors' => '配置有错误',
'modem settings have errors' => 'Modem设置有错误',
'user pages' => '用户页面',
'mstatus information' => '状态信息',
'mnetwork traffic graphs' => '网络传输图示',
'administrator pages' => '管理员页面',
'mppp setup' => 'PPP设置',
'mmodem configuration' => 'Modem配置',
'mchange passwords' => '改变密码',
'mremote access' => '远程访问',
'mdhcp configuration' => 'DHCP配置',
'mproxy configuration' => 'Proxy配置',
'mport forwarding configuration' => '端口转发配置',
'mshutdown control' => '关机控制',
'mlog viewer' => '日志浏览',
'mfirewall log viewer' => '防火墙日志浏览',
'msecure shell' => 'Secure SHell',
'modem dod waiting' => 'Modem拨号按需等待',
'isdn dod waiting' => 'ISDN拨号按需等待',
'pppoe idle' => 'PPPOE空闲',
'adsl idle' => 'ADSL空闲',
'pppoe dod waiting' => 'PPPOE拨号按需等待',
'there are updates' => '这里有可用的系统更新. 请"更新"获取更多信息.',
'updates is old1' => '您的升级文件是 ',
'updates is old2' => '旧的. 我们建议您到"更新"页面升级.',
# pppsetup.cgi
'profile name not given' => '没有给出配置名称.',
'telephone not set' => '电话没有设置.',
'bad characters in the telephone number field' => '电话号码区有无效字符.',
'username not set' => '用户名没有设置.',
'spaces not allowed in the username field' => '用户名不能包含空格.',
'password not set' => '密码没有设置.',
'spaces not allowed in the password field' => '密码不能包含空格.',
'idle timeout not set' => '空闲超时没有设置.',
'only digits allowed in the idle timeout' => '空闲超时只允许填写数字.',
'bad characters in script field' => '错误字符在脚本区',
'max retries not set' => '最大重试值没有设置.',
'only digits allowed in max retries field' => '重试区只允许填写数字.',
'profile saved' => '配置保存: ',
'select' => '选择', # button
'profile made current' => '配置成当前运行: ',
'the selected profile is empty' => '选择的配置是空的.',
'delete' => '删除', # button
'profile deleted' => '配置删除: ',
'empty' => '空',
'unnamed' => '未命名',
'ppp setup' => 'PPP设置',
'profiles' => '配置:',
'profile name' => '配置名称:',
'telephony' => '电话:',
'interface' => '接口:',
'modem on com1' => 'Modem on COM1',
'modem on com2' => 'Modem on COM2',
'modem on com3' => 'Modem on COM3',
'modem on com4' => 'Modem on COM4',
'isdn tty' => 'ISDN on TTY',
'isdn1' => 'Single ISDN',
'isdn2' => 'Dual ISDN',
'computer to modem rate' => '计算modem速率:',
'number' => '号码:',
'modem speaker on' => 'Modem扬声器打开:',
'dialing mode' => '拨号模式:',
'tone' => '双音频',
'pulse' => '脉冲',
'maximum retries' => '最大重试次数:',
'idle timeout' => '空闲超时 (分钟; 禁止为0):',
'persistent connection' => '断线重连:',
'authentication' => '认证方式:',
'method' => '类型:',
'pap or chap' => 'PAP or CHAP',
'standard login script' => '标准登录脚本',
'demon login script' => '进程登录脚本',
'other login script' => '其它登录脚本',
'script name' => '脚本名:',
'type' => '类型:',
'manual' => '手工',
'automatic' => '自动',
'dod' => '按需拨号:',
'dod for dns' => '为DNS按需拨号:',
'connect on smoothwall restart' => '重启SmoothWall时连接:',
'pppoe settings' => '添加PPPoE设置:',
'adsl settings' => '添加ADSL设置:',
'service name' => '服务名称:',
'concentrator name' => '集线器名称:',
'vpi number' => 'VPI Number:',
'vci number' => 'VCI Number:',
'firmwarec' => 'Firmware固件:',
'firmware present' => '显示Firmware固件',
'firmware not present' => '不 显示Firmware',
'upload usb adsl firmware' => '上传USB ADSL固件',
'no usb adsl firmware' => '不是USB ADSL固件.请上传.',
'dial on demand for this interface is not supported' => '这个接口不支持按需拨入.',
'unable to alter profiles while red is active' => '红色的是活动的,不能改变配置.',
'automatic reboot' => '如果连接中断5分钟自动重启',
# remote.cgi
'ssh is enabled' => 'SSH 允许. 重启.',
'ssh is disabled' => 'SSH 禁止. 停止.',
'remote access' => '远程访问',
'remote access2' => '远程访问:',
'secure admin' => '只允许合法URLs的远程管理访问:',
'secure admin long' => 'In order to be certain that the request for an admin function is from the SmoothWall server and not some third party web page? a referral check is done. Enabling this feature means it is only possible to administer the SmoothWall if the URL you visit contains either the local GREEN IP, the local hostname, or the RED IP address. It will not be possible to administer the SmoothWall if you connect via a DNS or Dynamic DNS name.',
# shutdown.cgi
'shutting down smoothwall' => '关闭SmoothWall',
'shutdown control' => '关闭控制',
'shutdown' => '关闭', # button
'shutdown2' => '关闭:',
'shutting down' => '正在关闭',
'smoothwall is shutting down' => 'SmoothWall正在关闭.',
'rebooting smoothwall' => '重启SmoothWall',
'reboot' => '重启', # button
'rebooting' => '正在重启',
'smoothwall is rebooting' => 'SmoothWall正在重启.',
# status.cgi
'web server' => 'Web服务',
'cron server' => 'CRON(守护程序)服务',
'dns proxy server' => 'DNS代理服务',
'logging server' => '日志服务',
'kernel logging server' => '内核日志服务',
'secure shell server' => 'Secure Shell服务',
'vpn' => '虚拟专用网',
'web proxy' => 'Web代理',
'intrusion detection system' => '入侵检测系统',
'status information' => '状态信息',
'advanced status information' => '高级状态信息',
'services' => '服务:',
'memory' => '内存:',
'uptime and users' => '正常运行时间和用户:',
'interfaces' => '接口:',
'routing' => '路由:',
'disk usage' => '磁盘用法:',
'inode usage' => '索引应用:',
'loaded modules' => '加载模块:',
'kernel version' => '内核版本:',
'stopped' => '停止',
'running' => '运行',
'swapped' => '交换',
<br/ ># portfw.cgi and dmzhole.cgi and xtaccess.cgi
'source port numbers' => '源端口必须为数字.',
'source ip bad' => '不是有效的IP或网络地址.',
'destination ip bad' => '无效的目的IP',
'destination port numbers' => '目的端口必须为数字.',
'unable to open file' => '不能打开文件',
'source port in use' => '源端口在使用:',
'forwarding rule added' => '转发规则添加; 重设转发',
'forwarding rule removed' => '转发规则删除; 重设转发',
'external access rule added' => '外部访问规则添加; 重设访问控制r',
'external access rule removed' =>' 外部访问规则删除; 重设访问控制',
'dmz pinhole rule added' => 'DMZ设置规则添加; 重设DMZ规则',
'dmz pinhole rule removed' => 'DMZ设置规则删除; 重设DMZ规则',
'port forwarding configuration' => '端口转发配置',
'dmz pinhole configuration' => 'DMZ设置配置',
'external access configuration' => '外部访问配置',
'add a new rule' => '添加新规则:',
'sourcec' => '外部源IP或网络(空白为"ALL"):',
'source ipc' => '源IP:',
'source port or rangec' => '源端口或范围:',
'destination ipc' => '目的IP:',
'destination portc' => '目的端口:',
'current rules' => '当前规则:',
'source ip' => '源IP',
'source ip or networkc' => '源IP或网络:',
'source port' => '源端口',
'destination ip' => '目的IP',
'destination port' => '目的端口',
'add' => '添加', # button
'remove' => '删除', # button
'edit' => '编辑', # button
'enabledtitle' => 'Enabled',
'nothing selected' => '没有选择',
'you can only select one item to edit' => '你只能选择一条编辑',
'mark' => '标记',
'all' => '全部',
'portfw destination port' => '如果为空,源端口将被用作目的端口',
'ip block rule added' => 'IP阻塞规则添加.',
'ip block rule removed' => 'IP阻塞规则删除.',
'ip block configuration' => 'IP阻塞配置.',
'log' => '日志',
'logc' => '日志:',
'action' => '作用',
'drop packet' => '丢弃包',
'reject packet' => '拒绝包',
'external ip long' => '外部IP或网络 (空白为"ALL"):',
'external ip' => '外部 IP',
# ddns.cgi
'dynamic dns' => '动态DNS',
'add a host' => '添加主机:',
'servicec' => '服务:',
'behind a proxy' => '在代理之后:',
'enable wildcards' => '允许通配符:',
'hostnamec' => '主机名:',
'domainc' => '区域:',
'current hosts' => '当前主机:',
'service' => '服务',
'hostname' => '主机名',
'domain' => '区域',
'proxy' => '代理',
'wildcards' => '通配符',
'hostname not set' => '主机名没有设置.',
'domain not set' => '区域没有设置.',
'invalid hostname' => '无效的主机名.',
'invalid domain name' => '无效的区域名.',
'hostname and domain already in use' => '主机名和区域已经在使用.',
'ddns hostname added' => '动态DNS主机名添加',
'ddns hostname removed' => '动态DNS主机名删除',
'force update' => '强制更新',
# iptools.cgi and whois.cgi
'ip info' => 'IP信息',
'lookup failed' => '逆向解析失败',
'network utilities' => '网络实用程序',
'select tool' => '选择工具:',
'toolc' => '工具:',
'ip addresses or hostnames' => 'IP地址或主机名:',
'run' => '运行', # button
'could not resolve' => '不能分辨 ',
'whois lookup' => 'Whois查找',
'whois lookupc' => 'Whois查找:',
'ip addresses or domain names' => 'IP地址或域名:',
# shell.cgi
'secure shellc' => 'Secure SHell:',
# modem.cgi
'restore defaults' => '恢复默认', # button
'timeout must be a number' => '超时时间必须是数字.',
'modem configuration' => 'Modem配置',
'modem configurationc' => 'Modem配置:',
'init string' => '初始化:',
'hangup string' => '挂断:',
'speaker on' => '蜂鸣器打开:',
'speaker off' => '蜂鸣器关闭:',
'tone dial' => '音频拨号:',
'pulse dial' => '脉冲拨号:',
'connect timeout' => '连接超时:',
'send cr' => 'ISP需要回车:',
# vpnmain.cgi
'restart' => '重启',
'stop' => '停止',
'vpn configuration main' => 'VPN设置 - Main',
'main' => 'Main',
'connections' => '连接',
'global settingsc' => '全局设置:',
'local vpn ip' => '本地 VPN IP:',
'if blank the currently configured ethernet red address will be used' => '如果为空,当前配置的以太网地址将被使用.',
'manual control and status' => '手工控制状态:',
'connection name' => '名称',
'connection status' => '状态',
'capsclosed' => '已关闭',
'capsdisabled' => '被禁止',
'capsopen' => '打开',
# vpn.cgi/vpnconfig.dat
'name must only contain characters' => '名字必须只包含字符.',
'left ip is invalid' => '左边IP无效.',
'left next hop ip is invalid' => '左边的下一跳IP无效.',
'left subnet is invalid' => '左边的掩码无效.',
'right ip is invalid' => '右边IP无效.',
'right next hop ip is invalid' => '有变的下一跳IP无效.',
'right subnet is invalid' => '有变的掩码无效.',
'vpn configuration connections' => 'VPN配置-连接',
'add a new connection' => '添加一个新连接:',
'namec' => '名称:',
'leftc' => '左边:',
'left next hopc' => '左边下一跳:',
'left subnetc' => '左边掩码:',
'rightc' => '右边:',
'right next hopc' => '右边下一跳:',
'right subnetc' => '右边掩码:',
'secretc' => '加密:',
'current connections' => '当前连接:',
'markc' => '标记:',
'import and export' => '导入和导出:',
'import' => '导入', # button
# graphs.cgi
'network traffic graphs' => '网络流量图示',
'network traffic graphsc' => '网络流量图示:',
'no graphs available' => '没有获得图示.',
'no information available' => '没有获得信息.',
# usbadsl.cgi
'usb adsl setup' => 'Alcatel SpeedTouch USB ADSL setup',
'usb adsl help' => 'To utilise the Alcatel SpeedTouch USB modem you must upload the firmware to your SmoothWall box. Please download the tarball from Alcatel and then upload the file mgmt.o using the form below.',
'upload' => '更新', # button
'upload successful' => '更新成功.',
'could not create file' => '不能创建文件.',
'mgmt upload' => 'Alcatel SpeedTouch USB ADSL驱动上传:',
'upload filec' => '更新文件:',
# updates.cgi
'updates' => '更新',
'could not open available updates file' => '不能打开获得的更新文件.',
'could not download the available updates list' => '不能下载可用的更新列表.',
'could not create directory' => '不能创建目录.',
'could not open updatefile for writing' => '不能为写入打开更新文件.',
'this is not an authorised update' => '这不是有效的更新, 或者你的补丁列表过期了.',
'this is not a valid archive' => '这不是一份有效的存档.',
'could not open update information file' => '不能打开更新信息文件.更新文件被损坏.',
'this update is already installed' => '这个升级已经安装了.',
'package failed to install' => '程序安装失败.',
'update installed but' => '更新已安装,但是安装的包数据库不能更新',
'refresh update list' => '刷新更新列表', # button
'installed updates' => '安装更新:',
'id' => 'ID',
'title' => '标题',
'description' => '描述',
'released' => '释放',
'installed' => '安装',
'could not open installed updates file' => '不能打开安装更新文件',
'available updates' => '更新升级:',
'there are updates available' => '这里有系统可用的更新.强烈推荐您尽快安装.',
'info' => '信息',
'all updates installed' => '所有更新已安装',
'install new update' => '安装新的更新:',
'to install an update' =
> '安装一个更新请先上传.tar.gz文件:',
'upload update file' => '上传更新文件:',
'could not download latest patch list' => '不能下载最新的补丁列表(没有连接).',
'could not connect to smoothwall org' => '不能连接到smoothwall.org',
'successfully refreshed updates list' => '成功刷新更新列表.',
'the following update was successfully installedc' => '下列更新被成功安装:',
# ids.cgi
'snort is enabled' => 'Snort开启',
'snort is disabled' => 'Snort被禁止',
'intrusion detection system2' => '入侵检测系统:',
# time.cgi
'time settings' => '时间设置',
'timezonec' => '时区:',
'time and dat