|
1 | 1 | <?php |
2 | 2 | /** |
3 | 3 | * Vesta language file |
4 | | - * 浩浩 (github@myrevery.com) Feedback: https://myrevery.com/tag/vestacp |
5 | | - * Kevin (kevin@kvm.la) |
| 4 | + * 浩浩 (github#myrevery.com) Feedback: https://myrevery.com/tag/vestacp |
| 5 | + * Kevin (kevin#kvm.la) |
| 6 | + * Tips: |
| 7 | + * 欢迎大家参与完善此翻译档,但请慎重选择最终中文字词 |
| 8 | + * 首先请勿使用口语化简略词,同时还应考虑字符长度及排列方式对Web页面布局的影响 |
| 9 | + * 请针对显示设备的各种尺寸、比例、分辨率及不同缩放率等进行测试确保无误后再发布 |
6 | 10 | */ |
7 | 11 |
|
8 | 12 | $LANG['cn'] = array( |
|
192 | 196 | 'Backup System' => '备份系统', |
193 | 197 | 'backup exclusions' => '备份排除项目', |
194 | 198 | 'template' => '模板', |
195 | | - 'SSL Support' => '使用SSL', |
196 | | - 'SSL Home Directory' => 'SSL站点根目录', |
197 | | - 'Lets Encrypt Support' => '使用Let's Encrypt', |
| 199 | + 'SSL Support' => '启用SSL', |
| 200 | + 'SSL Home Directory' => 'SSL站点主目录', |
| 201 | + 'Lets Encrypt Support' => '采用 Let's Encrypt', |
198 | 202 | 'Lets Encrypt' => 'Let's Encrypt', |
199 | 203 | 'Your certificate will be automatically issued in 5 minutes' => '证书将在5分钟内自动签发完成', |
200 | | - 'Proxy Support' => '使用反向代理', |
201 | | - 'Proxy Extensions' => '反代的文件类型', |
| 204 | + 'Proxy Support' => '反向代理', |
| 205 | + 'Proxy Extensions' => '代理的文件扩展名', |
202 | 206 | 'Web Statistics' => '网站统计', |
203 | 207 | 'Additional FTP Account' => '额外的FTP账户', |
204 | 208 | 'Path' => '路径', |
|
706 | 710 | 'Disable and Cancel Licence' => '停用并取消许可', |
707 | 711 | 'Licence Activated' => '许可已激活', |
708 | 712 | 'Licence Deactivated' => '许可已停用', |
709 | | - 'Restrict users so that they cannot use SSH and access only their home directory.' => '限制用户 只能通过 SSH 访问自己的主目录。', |
| 713 | + 'Restrict users so that they cannot use SSH and access only their home directory.' => '限制用户,使他们通过 SSH 只能访问自己的主目录。', |
710 | 714 | 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => '功能全面的文件管理器,浏览,复制,编辑,查看和检索你的 Web 文件。', |
711 | | - 'This is a commercial module, you would need to purchace license key to enable it.' => '这是商业模块,请购买许可密匙再启用。', |
| 715 | + 'This is a commercial module, you would need to purchace license key to enable it.' => '这是商业模块,请购买许可密匙来启用它。', |
712 | 716 |
|
713 | 717 | 'Minutes' => '分钟', |
714 | 718 | 'Hourly' => '小时', |
|
754 | 758 | 'No encryption' => '不加密', |
755 | 759 | 'Do not use encryption' => '不使用加密', |
756 | 760 |
|
757 | | - 'maximum characters length, including prefix' => '包括前缀最多 %s 个字符', |
| 761 | + 'maximum characters length, including prefix' => '包含前缀最多 %s 个字符', |
758 | 762 |
|
759 | 763 | 'Email Credentials' => '电子邮件证书', |
760 | 764 | ); |
0 commit comments