Skip to content

Commit 6ce840f

Browse files
authored
Merge pull request hestiacp#973 from myrevery/patch-1
Update cn.php
2 parents c07c4f8 + 6c55a19 commit 6ce840f

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

web/inc/i18n/cn.php

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'NETWORK' => '网络',
4242
'Web Log Manager' => 'Web 日志管理',
4343

44-
'no notifications' => 'no notifications',
44+
'no notifications' => '没有通知',
4545

4646
'Add User' => '添加用户',
4747
'Add Domain' => '添加域名',
@@ -110,7 +110,7 @@
110110
'disable autoupdate' => '停用自动更新',
111111
'turn on notifications' => '启用通知',
112112
'turn off notifications' => '停用通知',
113-
'configure' => 'configure',
113+
'configure' => '配置',
114114

115115
'Adding User' => '添加用户',
116116
'Editing User' => '编辑用户',
@@ -194,9 +194,9 @@
194194
'template' => '模板',
195195
'SSL Support' => 'SSL支持',
196196
'SSL Home Directory' => 'SSL主目录',
197-
'Lets Encrypt Support' => 'Lets Encrypt 支持',
198-
'Lets Encrypt' => 'Lets Encrypt',
199-
'Your certificate will be automatically issued in 5 minutes' => '证书将在5分钟内完成签发',
197+
'Lets Encrypt Support' => 'Let&#39s Encrypt 支持',
198+
'Lets Encrypt' => 'Let&#39s Encrypt',
199+
'Your certificate will be automatically issued in 5 minutes' => '你的证书将在5分钟后自动签发完成',
200200
'Proxy Support' => '代理支持',
201201
'Proxy Extensions' => '代理扩展名',
202202
'Web Statistics' => '网站统计',
@@ -227,7 +227,7 @@
227227
'STARTTLS' => 'STARTTLS',
228228
'Normal password' => '普通密码',
229229
'database' => '数据库',
230-
'User' => '用户',
230+
'User' => '用户名称',
231231
'Host' => '主机',
232232
'Charset' => '编码',
233233
'Min' => '',
@@ -254,6 +254,8 @@
254254
'PostgreSQL Usage on localhost' => 'PostgreSQL用量 (localhost)',
255255
'Bandwidth Usage eth0' => '网络流量 (eth0)',
256256
'Bandwidth Usage eth1' => '网络流量 (eth1)',
257+
'Bandwidth Usage venet0' => '网络流量 (venet0)', //For CentOS
258+
'Bandwidth Usage venet1' => '网络流量 (venet1)',
257259
'Exim Usage' => 'Exim 用量',
258260
'FTP Usage' => 'FTP 用量',
259261
'SSH Usage' => 'SSH 用量',
@@ -315,12 +317,12 @@
315317
'Record Number' => '记录编号',
316318
'in megabytes' => '以MB为单位',
317319
'Message' => '信息',
318-
'use local-part' => '使用本地部分',
320+
'use local-part' => '采用 local-part',
319321
'one or more email addresses' => '一个或更多邮箱地址',
320322
'Prefix will be automaticaly added to database name and database user' => '数据库名称及用户名称将会自动添加 %s 前缀',
321-
'Database' => '数据库',
323+
'Database' => '数据库名称',
322324
'Type' => '类型',
323-
'Minute' => '分钟',
325+
'Minute' => '',
324326
'Command' => '指令',
325327
'Package Name' => '方案名称',
326328
'Netmask' => '子网掩码',
@@ -400,8 +402,8 @@
400402
'Add one more Name Server' => '增加一个DNS服务器',
401403

402404
'web domain' => '网站域名',
403-
'dns domain' => 'DNS 域名',
404-
'dns record' => 'DNS 记录',
405+
'dns domain' => 'DNS域名',
406+
'dns record' => 'DNS记录',
405407
'mail domain' => '邮箱域名',
406408
'mail account' => '邮箱账户',
407409
'cron job' => '定时任务',
@@ -439,7 +441,7 @@
439441
'no exclusions' => '未排除',
440442
'1 rule' => '1 条规则',
441443
'%s rules' => '%s 条规则',
442-
'There are no currently banned IP' => '目前没有已暂停的IP地址', //Keywords need to update.
444+
'There are no currently banned IP' => '目前没有被封锁的IP地址',
443445

444446
'USER_CREATED_OK' => '用户 <a href="/edit/user/?user=%s"><b>%s</b></a> 已添加成功',
445447
'WEB_DOMAIN_CREATED_OK' => '网站域名 <a href="/edit/web/?domain=%s"><b>%s</b></a> 已添加成功',
@@ -534,15 +536,15 @@
534536
'MAIL_RESET_SUBJECT' => '密码重置在 %s',
535537
'PASSWORD_RESET_REQUEST' => '重置密码请点击链接:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n或者您可以到 https://%s/reset/?action=code&user=%s 输入密码重置代码:\n%s\n\n如果您没有要求重置密码,请忽略此邮件\n\n--\nVesta Control Panel\n',
536538

537-
'Jan' => '1月',
538-
'Feb' => '2月',
539-
'Mar' => '3月',
540-
'Apr' => '4月',
541-
'May' => '5月',
542-
'Jun' => '6月',
543-
'Jul' => '7月',
544-
'Aug' => '8月',
545-
'Sep' => '9月',
539+
'Jan' => '01月',
540+
'Feb' => '02月',
541+
'Mar' => '03月',
542+
'Apr' => '04月',
543+
'May' => '05月',
544+
'Jun' => '06月',
545+
'Jul' => '07月',
546+
'Aug' => '08月',
547+
'Sep' => '09月',
546548
'Oct' => '10月',
547549
'Nov' => '11月',
548550
'Dec' => '12月',
@@ -560,7 +562,7 @@
560562
'MAIL Server' => '邮箱服务器',
561563
'Antivirus' => '防病毒引擎',
562564
'AntiSpam' => '防垃圾邮件',
563-
'Webmail URL' => '设置网页邮箱网址',
565+
'Webmail URL' => '网页邮箱网址',
564566
'MySQL Support' => 'MySQL 支持',
565567
'phpMyAdmin URL' => '设置 phpMyAdmin 网址',
566568
'PostgreSQL Support' => 'PostgreSQL 支持',
@@ -575,7 +577,7 @@
575577
'sftp' => 'SFTP',
576578
'SFTP Chroot' => 'SFTP Chroot',
577579
'FileSystem Disk Quota' => '文件系统磁盘配额',
578-
'Vesta Control Panel Plugins' => 'Vesta 控制面板插件',
580+
'Vesta Control Panel Plugins' => 'Vesta 管理系统的插件',
579581
'preview' => '预览',
580582
'Reseller Role' => '作为经销商',
581583
'Web Config Editor' => '网络配置编辑器',
@@ -589,7 +591,7 @@
589591
'Starred' => '星标',
590592
'Name' => '名称',
591593

592-
'save to favorites' => '收藏',
594+
'save to favorites' => '收藏加星',
593595

594596
'File Manager' => '文件管理',
595597
'size' => '大小',
@@ -700,7 +702,7 @@
700702
'Licence Key' => '许可密匙',
701703
'Enter License Key' => '输入许可密匙',
702704
'Buy Licence' => '购买许可',
703-
'Buy Lifetime License' => '购买终身许可', //In Configuring Server - Vesta Control Panel Plugins - FileManager this keywords failed to work. But in SFTP Chroot can working.
705+
'Buy Lifetime License' => '购买终身许可',
704706
'Disable and Cancel Licence' => '停用并取消许可',
705707
'Licence Activated' => '许可已激活',
706708
'Licence Deactivated' => '许可已停用',
@@ -745,13 +747,13 @@
745747
'PUB_KEY' => 'PUB_KEY',
746748
'ISSUER' => 'ISSUER',
747749

748-
'Use server hostname' => '使用服务器名',
749-
'Use domain hostname' => '使用域名',
750-
'Use STARTTLS' => '使用 STARTTLS',
751-
'Use SSL' => '使用 SSL',
752-
'No encryption' => '未加密',
753-
'Do not use encryption' => '不加密',
750+
'Use server hostname' => '采用服务器主机名',
751+
'Use domain hostname' => '采用域名',
752+
'Use STARTTLS' => '采用 STARTTLS 加密',
753+
'Use SSL' => '采用 SSL 加密',
754+
'No encryption' => '不加密',
755+
'Do not use encryption' => '不要使用加密',
754756

755-
'maximum characters length, including prefix' => '包含前缀最长 %s 个字符',
757+
'maximum characters length, including prefix' => '最多 %s 个字符,包含前缀',
756758

757759
);

0 commit comments

Comments
 (0)