|
41 | 41 | 'NETWORK' => '网络', |
42 | 42 | 'Web Log Manager' => 'Web 日志管理', |
43 | 43 |
|
44 | | - 'no notifications' => 'no notifications', |
| 44 | + 'no notifications' => '没有通知', |
45 | 45 |
|
46 | 46 | 'Add User' => '添加用户', |
47 | 47 | 'Add Domain' => '添加域名', |
|
110 | 110 | 'disable autoupdate' => '停用自动更新', |
111 | 111 | 'turn on notifications' => '启用通知', |
112 | 112 | 'turn off notifications' => '停用通知', |
113 | | - 'configure' => 'configure', |
| 113 | + 'configure' => '配置', |
114 | 114 |
|
115 | 115 | 'Adding User' => '添加用户', |
116 | 116 | 'Editing User' => '编辑用户', |
|
194 | 194 | 'template' => '模板', |
195 | 195 | 'SSL Support' => 'SSL支持', |
196 | 196 | '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's Encrypt 支持', |
| 198 | + 'Lets Encrypt' => 'Let's Encrypt', |
| 199 | + 'Your certificate will be automatically issued in 5 minutes' => '你的证书将在5分钟后自动签发完成', |
200 | 200 | 'Proxy Support' => '代理支持', |
201 | 201 | 'Proxy Extensions' => '代理扩展名', |
202 | 202 | 'Web Statistics' => '网站统计', |
|
227 | 227 | 'STARTTLS' => 'STARTTLS', |
228 | 228 | 'Normal password' => '普通密码', |
229 | 229 | 'database' => '数据库', |
230 | | - 'User' => '用户', |
| 230 | + 'User' => '用户名称', |
231 | 231 | 'Host' => '主机', |
232 | 232 | 'Charset' => '编码', |
233 | 233 | 'Min' => '分', |
|
254 | 254 | 'PostgreSQL Usage on localhost' => 'PostgreSQL用量 (localhost)', |
255 | 255 | 'Bandwidth Usage eth0' => '网络流量 (eth0)', |
256 | 256 | 'Bandwidth Usage eth1' => '网络流量 (eth1)', |
| 257 | + 'Bandwidth Usage venet0' => '网络流量 (venet0)', //For CentOS |
| 258 | + 'Bandwidth Usage venet1' => '网络流量 (venet1)', |
257 | 259 | 'Exim Usage' => 'Exim 用量', |
258 | 260 | 'FTP Usage' => 'FTP 用量', |
259 | 261 | 'SSH Usage' => 'SSH 用量', |
|
315 | 317 | 'Record Number' => '记录编号', |
316 | 318 | 'in megabytes' => '以MB为单位', |
317 | 319 | 'Message' => '信息', |
318 | | - 'use local-part' => '使用本地部分', |
| 320 | + 'use local-part' => '采用 local-part', |
319 | 321 | 'one or more email addresses' => '一个或更多邮箱地址', |
320 | 322 | 'Prefix will be automaticaly added to database name and database user' => '数据库名称及用户名称将会自动添加 %s 前缀', |
321 | | - 'Database' => '数据库', |
| 323 | + 'Database' => '数据库名称', |
322 | 324 | 'Type' => '类型', |
323 | | - 'Minute' => '分钟', |
| 325 | + 'Minute' => '分', |
324 | 326 | 'Command' => '指令', |
325 | 327 | 'Package Name' => '方案名称', |
326 | 328 | 'Netmask' => '子网掩码', |
|
400 | 402 | 'Add one more Name Server' => '增加一个DNS服务器', |
401 | 403 |
|
402 | 404 | 'web domain' => '网站域名', |
403 | | - 'dns domain' => 'DNS 域名', |
404 | | - 'dns record' => 'DNS 记录', |
| 405 | + 'dns domain' => 'DNS域名', |
| 406 | + 'dns record' => 'DNS记录', |
405 | 407 | 'mail domain' => '邮箱域名', |
406 | 408 | 'mail account' => '邮箱账户', |
407 | 409 | 'cron job' => '定时任务', |
|
439 | 441 | 'no exclusions' => '未排除', |
440 | 442 | '1 rule' => '1 条规则', |
441 | 443 | '%s rules' => '%s 条规则', |
442 | | - 'There are no currently banned IP' => '目前没有已暂停的IP地址', //Keywords need to update. |
| 444 | + 'There are no currently banned IP' => '目前没有被封锁的IP地址', |
443 | 445 |
|
444 | 446 | 'USER_CREATED_OK' => '用户 <a href="/edit/user/?user=%s"><b>%s</b></a> 已添加成功', |
445 | 447 | 'WEB_DOMAIN_CREATED_OK' => '网站域名 <a href="/edit/web/?domain=%s"><b>%s</b></a> 已添加成功', |
|
534 | 536 | 'MAIL_RESET_SUBJECT' => '密码重置在 %s', |
535 | 537 | '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', |
536 | 538 |
|
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月', |
546 | 548 | 'Oct' => '10月', |
547 | 549 | 'Nov' => '11月', |
548 | 550 | 'Dec' => '12月', |
|
560 | 562 | 'MAIL Server' => '邮箱服务器', |
561 | 563 | 'Antivirus' => '防病毒引擎', |
562 | 564 | 'AntiSpam' => '防垃圾邮件', |
563 | | - 'Webmail URL' => '设置网页邮箱网址', |
| 565 | + 'Webmail URL' => '网页邮箱网址', |
564 | 566 | 'MySQL Support' => 'MySQL 支持', |
565 | 567 | 'phpMyAdmin URL' => '设置 phpMyAdmin 网址', |
566 | 568 | 'PostgreSQL Support' => 'PostgreSQL 支持', |
|
575 | 577 | 'sftp' => 'SFTP', |
576 | 578 | 'SFTP Chroot' => 'SFTP Chroot', |
577 | 579 | 'FileSystem Disk Quota' => '文件系统磁盘配额', |
578 | | - 'Vesta Control Panel Plugins' => 'Vesta 控制面板插件', |
| 580 | + 'Vesta Control Panel Plugins' => 'Vesta 管理系统的插件', |
579 | 581 | 'preview' => '预览', |
580 | 582 | 'Reseller Role' => '作为经销商', |
581 | 583 | 'Web Config Editor' => '网络配置编辑器', |
|
589 | 591 | 'Starred' => '星标', |
590 | 592 | 'Name' => '名称', |
591 | 593 |
|
592 | | - 'save to favorites' => '收藏', |
| 594 | + 'save to favorites' => '收藏加星', |
593 | 595 |
|
594 | 596 | 'File Manager' => '文件管理', |
595 | 597 | 'size' => '大小', |
|
700 | 702 | 'Licence Key' => '许可密匙', |
701 | 703 | 'Enter License Key' => '输入许可密匙', |
702 | 704 | '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' => '购买终身许可', |
704 | 706 | 'Disable and Cancel Licence' => '停用并取消许可', |
705 | 707 | 'Licence Activated' => '许可已激活', |
706 | 708 | 'Licence Deactivated' => '许可已停用', |
|
745 | 747 | 'PUB_KEY' => 'PUB_KEY', |
746 | 748 | 'ISSUER' => 'ISSUER', |
747 | 749 |
|
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' => '不要使用加密', |
754 | 756 |
|
755 | | - 'maximum characters length, including prefix' => '包含前缀最长 %s 个字符', |
| 757 | + 'maximum characters length, including prefix' => '最多 %s 个字符,包含前缀', |
756 | 758 |
|
757 | 759 | ); |
0 commit comments