mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update cn.php
Add new keyword and refine some details.
This commit is contained in:
parent
cbaffbd561
commit
5420b2c95d
1 changed files with 8 additions and 6 deletions
|
@ -175,6 +175,7 @@ $LANG['cn'] = array(
|
|||
'User Directories' => '用户目录',
|
||||
'Template' => '模板',
|
||||
'Web Template' => 'Web模板',
|
||||
'Backend Support' => '后端支持', //New Keyword for PHP-FPM in WEB page.
|
||||
'Backend Template' => '后端模板',
|
||||
'Proxy Template' => '代理模板',
|
||||
'DNS Template' => 'DNS模板',
|
||||
|
@ -265,6 +266,7 @@ $LANG['cn'] = array(
|
|||
'SSH Usage' => 'SSH 用量',
|
||||
'reverse proxy' => '反向代理',
|
||||
'web server' => 'Web服务',
|
||||
'backend server' => '后端服务', //New Keyword for PHP-FPM in SERVER page.
|
||||
'dns server' => 'DNS服务',
|
||||
'mail server' => '邮箱服务',
|
||||
'pop/imap server' => 'POP/IMAP服务',
|
||||
|
@ -383,9 +385,9 @@ $LANG['cn'] = array(
|
|||
'ErrorLog' => '错误日志',
|
||||
'Download AccessLog' => '下载访问日志',
|
||||
'Download ErrorLog' => '下载错误日志',
|
||||
'Country' => '国家',
|
||||
'2 letter code' => '2位国家简码 如: 中国CN / 美国US',
|
||||
'State / Province' => '州 / 省',
|
||||
'Country' => '国家地区',
|
||||
'2 letter code' => '采用 ISO 3166-1 二位代码 如: 中国CN / 美国US',
|
||||
'State / Province' => '州 / 省级',
|
||||
'City / Locality' => '市 / 地区',
|
||||
'Organization' => '组织名称',
|
||||
'Action' => '操作',
|
||||
|
@ -719,10 +721,10 @@ $LANG['cn'] = array(
|
|||
'Run Command' => '运行指令于',
|
||||
'every month' => '每个月',
|
||||
'every odd month' => '每个奇数月',
|
||||
'every even month' => '每隔 2 月',
|
||||
'every even month' => '每个偶数月',
|
||||
'every day' => '每日',
|
||||
'every odd day' => '每个奇数日',
|
||||
'every even day' => '每隔 2 日',
|
||||
'every even day' => '每个偶数日',
|
||||
'weekdays (5 days)' => '工作日 (5天)',
|
||||
'weekend (2 days)' => '双休日 (2天)',
|
||||
'Monday' => '周一 ',
|
||||
|
@ -748,7 +750,7 @@ $LANG['cn'] = array(
|
|||
'NOT_BEFORE' => '有效期从',
|
||||
'NOT_AFTER' => '有效期至',
|
||||
'SIGNATURE' => '签名算法',
|
||||
'PUB_KEY' => '密钥位数',
|
||||
'PUB_KEY' => '公钥长度',
|
||||
'ISSUER' => '颁发者',
|
||||
|
||||
'Use server hostname' => '采用服务器主机名',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue