mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
backup exclusions
This commit is contained in:
parent
9f93912546
commit
fa57d0539f
8 changed files with 99 additions and 2 deletions
|
@ -33,6 +33,7 @@ $LANG['cn'] = array(
|
|||
'Add Database' => '添加数据库',
|
||||
'Add Cron Job' => '添加定时任务',
|
||||
'Create Backup' => '创建备份',
|
||||
'Configure' => '要配置',
|
||||
'Restore All' => '恢复所有',
|
||||
'Add Package' => '增加预设方案',
|
||||
'Add IP' => '增加IP',
|
||||
|
@ -102,6 +103,7 @@ $LANG['cn'] = array(
|
|||
'Editing Package' => '修改预设方案',
|
||||
'Adding IP address' => '添加IP地址',
|
||||
'Editing IP Address' => '修改IP地址',
|
||||
'Editing Backup Exclusions' => '编辑排除',
|
||||
'Generating CSR' => '生成的CSR',
|
||||
'Listing' => '列表',
|
||||
'Search Results' => '搜索结果',
|
||||
|
@ -143,6 +145,7 @@ $LANG['cn'] = array(
|
|||
'SSL Domains' => 'SSL域名',
|
||||
'Web Aliases' => '网站别名',
|
||||
'per domain' => '个域名',
|
||||
'DNS Domains' => 'DNS域名',
|
||||
'DNS domains' => 'DNS域名',
|
||||
'DNS records' => 'DNS记录' ,
|
||||
'Name Servers' => 'Name Servers',
|
||||
|
@ -153,11 +156,12 @@ $LANG['cn'] = array(
|
|||
'IP Addresses' => 'IP地址',
|
||||
'Backups' => '备份',
|
||||
'Backup System' => '备份系统',
|
||||
'backup exclusions' => '排除',
|
||||
'template' => '模板',
|
||||
'SSL Support' => 'SSL支持',
|
||||
'SSL Home Directory' => 'SSL主目录',
|
||||
'Proxy Support' => 'Nginx代理支持',
|
||||
'Proxy Extentions' => 'Nginx扩展',
|
||||
'Proxy Extensions' => 'Nginx扩展',
|
||||
'Web Statistics' => 'Web统计',
|
||||
'Additional FTP Account' => '其他FTP账户',
|
||||
'SOA' => 'SOA',
|
||||
|
@ -347,6 +351,7 @@ $LANG['cn'] = array(
|
|||
'%s log records' => '%s 日志记录',
|
||||
'1 object' => '1 对象',
|
||||
'%s objects' => '%s 对象',
|
||||
'no exclusions' => '不排除',
|
||||
|
||||
'USER_CREATED_OK' => 'User <a href="/edit/user/?user=%s"><b>%s</b></a> 已创建成功',
|
||||
'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> 已创建成功.',
|
||||
|
@ -380,6 +385,7 @@ $LANG['cn'] = array(
|
|||
'SUSPEND_CRON_CONFIRMATION' => '你确定暂停定时任务?',
|
||||
'UNSUSPEND_CRON_CONFIRMATION' => '你确定解除暂停定时任务?',
|
||||
'DELETE_BACKUP_CONFIRMATION' => '你确定删除 %s 备份?',
|
||||
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure to delete %s exclusion?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => '你确定删除方案 %s?',
|
||||
'DELETE_IP_CONFIRMATION' => '你确定删除IP地址 %s?',
|
||||
'Welcome' => '欢迎光临',
|
||||
|
@ -399,6 +405,12 @@ $LANG['cn'] = array(
|
|||
'RESTORE_SCHEDULED' => '任务已经被添加到队列中。当备份完成将会电子邮件通知您.',
|
||||
'RESTORE_EXISTS' => '现有的修复工作已在执行,请等待完成后再执行.',
|
||||
|
||||
'WEB_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: domain.com:public_html/cache:public_html/tmp",
|
||||
'DNS_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *",
|
||||
'MAIL_EXCLUSIONS' => "Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: domain.com:info:support:postmaster",
|
||||
'DB_EXCLUSIONS' => "Type full database name, one per line. To exclude all databases use *",
|
||||
'CRON_EXCLUSIONS' => "To exclude all jobs use *",
|
||||
'USER_EXCLUSIONS' => "Type directory name, one per line. To exlude all dirs use *",
|
||||
|
||||
'Welcome to Vesta Control Panel' => '欢迎来到Vesta管理面板',
|
||||
'MAIL_FROM' => 'Vesta管理面板 <noreply@%s>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue