mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Edit a few words
This commit is contained in:
parent
3e6fd7e814
commit
c18e8bacff
1 changed files with 5 additions and 5 deletions
|
@ -299,7 +299,7 @@ $LANG['cn'] = array(
|
||||||
'Aliases' => '别名',
|
'Aliases' => '别名',
|
||||||
'SSL Certificate' => 'SSL证书',
|
'SSL Certificate' => 'SSL证书',
|
||||||
'SSL Key' => 'SSL密钥',
|
'SSL Key' => 'SSL密钥',
|
||||||
'SSL Certificate Authority / Intermediate' => 'SSL颁发机构 / 中级',
|
'SSL Certificate Authority / Intermediate' => 'CA证书或中级证书',
|
||||||
'SSL CSR' => 'SSL CSR',
|
'SSL CSR' => 'SSL CSR',
|
||||||
'optional' => '可选',
|
'optional' => '可选',
|
||||||
'internal' => '内部',
|
'internal' => '内部',
|
||||||
|
@ -319,7 +319,7 @@ $LANG['cn'] = array(
|
||||||
'Message' => '信息',
|
'Message' => '信息',
|
||||||
'use local-part' => '采用 local-part',
|
'use local-part' => '采用 local-part',
|
||||||
'one or more email addresses' => '一个或更多邮箱地址',
|
'one or more email addresses' => '一个或更多邮箱地址',
|
||||||
'Prefix will be automaticaly added to database name and database user' => '数据库名称及用户名称将会自动添加 %s 前缀',
|
'Prefix will be automaticaly added to database name and database user' => '数据库名及用户名将会自动添加 %s 前缀',
|
||||||
'Database' => '数据库名称',
|
'Database' => '数据库名称',
|
||||||
'Type' => '类型',
|
'Type' => '类型',
|
||||||
'Minute' => '分',
|
'Minute' => '分',
|
||||||
|
@ -453,7 +453,7 @@ $LANG['cn'] = array(
|
||||||
'CRON_CREATED_OK' => '定时任务已添加成功',
|
'CRON_CREATED_OK' => '定时任务已添加成功',
|
||||||
'IP_CREATED_OK' => 'IP地址 <a href="/edit/ip/?ip=%s"><b>%s</b></a> 已添加成功',
|
'IP_CREATED_OK' => 'IP地址 <a href="/edit/ip/?ip=%s"><b>%s</b></a> 已添加成功',
|
||||||
'PACKAGE_CREATED_OK' => '方案 <a href="/edit/package/?package=%s"><b>%s</b></a> 已添加成功',
|
'PACKAGE_CREATED_OK' => '方案 <a href="/edit/package/?package=%s"><b>%s</b></a> 已添加成功',
|
||||||
'SSL_GENERATED_OK' => 'SSL证书已生成',
|
'SSL_GENERATED_OK' => 'SSL证书已生成成功',
|
||||||
'RULE_CREATED_OK' => '规则已创建成功',
|
'RULE_CREATED_OK' => '规则已创建成功',
|
||||||
'BANLIST_CREATED_OK' => 'IP地址已封锁成功',
|
'BANLIST_CREATED_OK' => 'IP地址已封锁成功',
|
||||||
'Autoupdate has been successfully enabled' => '自动更新已成功启用',
|
'Autoupdate has been successfully enabled' => '自动更新已成功启用',
|
||||||
|
@ -490,7 +490,7 @@ $LANG['cn'] = array(
|
||||||
'LEAVE_PAGE_CONFIRMATION' => '确定要离开当前页吗?',
|
'LEAVE_PAGE_CONFIRMATION' => '确定要离开当前页吗?',
|
||||||
'RESTART_CONFIRMATION' => '确定要重新启动 %s 吗?',
|
'RESTART_CONFIRMATION' => '确定要重新启动 %s 吗?',
|
||||||
'Welcome' => '欢迎',
|
'Welcome' => '欢迎',
|
||||||
'LOGGED_IN_AS' => '以用户身份 %s 登录',
|
'LOGGED_IN_AS' => '以 %s 的身份登录',
|
||||||
'Error' => '错误',
|
'Error' => '错误',
|
||||||
'Invalid username or password' => '无效的用户名称或密码',
|
'Invalid username or password' => '无效的用户名称或密码',
|
||||||
'Invalid username or code' => '无效的用户名称或验证码.',
|
'Invalid username or code' => '无效的用户名称或验证码.',
|
||||||
|
@ -617,7 +617,7 @@ $LANG['cn'] = array(
|
||||||
'No file selected' => '没有文件被选中',
|
'No file selected' => '没有文件被选中',
|
||||||
'No file or folder selected' => '没有文件或目录被选中',
|
'No file or folder selected' => '没有文件或目录被选中',
|
||||||
'File type not supported' => '不支持的文件类型',
|
'File type not supported' => '不支持的文件类型',
|
||||||
'Directory download not available in current version' => '目录下载在当前版本中不可用',
|
'Directory download not available in current version' => '当前版本不支持目录下载',
|
||||||
'Directory not available' => '目录不可用',
|
'Directory not available' => '目录不可用',
|
||||||
'Done' => '完成',
|
'Done' => '完成',
|
||||||
'Close' => '关闭',
|
'Close' => '关闭',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue