mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Update cn.php
Add some translation and refine some details.
This commit is contained in:
parent
d02303f570
commit
8d342eebe6
1 changed files with 11 additions and 11 deletions
|
@ -254,7 +254,7 @@ $LANG['cn'] = array(
|
||||||
'PostgreSQL Usage on localhost' => 'PostgreSQL用量 (localhost)',
|
'PostgreSQL Usage on localhost' => 'PostgreSQL用量 (localhost)',
|
||||||
'Bandwidth Usage eth0' => '网络流量 (eth0)',
|
'Bandwidth Usage eth0' => '网络流量 (eth0)',
|
||||||
'Bandwidth Usage eth1' => '网络流量 (eth1)',
|
'Bandwidth Usage eth1' => '网络流量 (eth1)',
|
||||||
'Bandwidth Usage venet0' => '网络流量 (venet0)', //For CentOS
|
'Bandwidth Usage venet0' => '网络流量 (venet0)',
|
||||||
'Bandwidth Usage venet1' => '网络流量 (venet1)',
|
'Bandwidth Usage venet1' => '网络流量 (venet1)',
|
||||||
'Exim Usage' => 'Exim 用量',
|
'Exim Usage' => 'Exim 用量',
|
||||||
'FTP Usage' => 'FTP 用量',
|
'FTP Usage' => 'FTP 用量',
|
||||||
|
@ -298,8 +298,8 @@ $LANG['cn'] = array(
|
||||||
'Basic options' => '基本选项',
|
'Basic options' => '基本选项',
|
||||||
'Aliases' => '别名',
|
'Aliases' => '别名',
|
||||||
'SSL Certificate' => 'SSL证书',
|
'SSL Certificate' => 'SSL证书',
|
||||||
'SSL Key' => 'SSL密匙',
|
'SSL Key' => 'SSL密钥',
|
||||||
'SSL Certificate Authority / Intermediate' => 'SSL签发机构 / 中级',
|
'SSL Certificate Authority / Intermediate' => 'SSL颁发机构 / 中级',
|
||||||
'SSL CSR' => 'SSL CSR',
|
'SSL CSR' => 'SSL CSR',
|
||||||
'optional' => '可选',
|
'optional' => '可选',
|
||||||
'internal' => '内部',
|
'internal' => '内部',
|
||||||
|
@ -368,7 +368,7 @@ $LANG['cn'] = array(
|
||||||
'last name' => '姓氏',
|
'last name' => '姓氏',
|
||||||
'account' => '账户',
|
'account' => '账户',
|
||||||
'ssl certificate' => 'SSL证书',
|
'ssl certificate' => 'SSL证书',
|
||||||
'ssl key' => 'SSL密匙',
|
'ssl key' => 'SSL密钥',
|
||||||
'stats user password' => '统计用户账户密码',
|
'stats user password' => '统计用户账户密码',
|
||||||
'stats username' => '统计用户名称',
|
'stats username' => '统计用户名称',
|
||||||
'stats password' => '统计密码',
|
'stats password' => '统计密码',
|
||||||
|
@ -739,13 +739,13 @@ $LANG['cn'] = array(
|
||||||
'awstats' => 'AWStats',
|
'awstats' => 'AWStats',
|
||||||
|
|
||||||
'Vesta SSL' => 'Vesta SSL',
|
'Vesta SSL' => 'Vesta SSL',
|
||||||
'SUBJECT' => 'SUBJECT',
|
'SUBJECT' => '颁发给',
|
||||||
'ALIASES' => 'ALIASES',
|
'ALIASES' => '可选名称',
|
||||||
'NOT_BEFORE' => 'NOT_BEFORE',
|
'NOT_BEFORE' => '有效期从',
|
||||||
'NOT_AFTER' => 'NOT_AFTER',
|
'NOT_AFTER' => '有效期到',
|
||||||
'SIGNATURE' => 'SIGNATURE',
|
'SIGNATURE' => '签名算法',
|
||||||
'PUB_KEY' => 'PUB_KEY',
|
'PUB_KEY' => '密钥位数',
|
||||||
'ISSUER' => 'ISSUER',
|
'ISSUER' => '颁发者',
|
||||||
|
|
||||||
'Use server hostname' => '采用服务器主机名',
|
'Use server hostname' => '采用服务器主机名',
|
||||||
'Use domain hostname' => '采用域名',
|
'Use domain hostname' => '采用域名',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue