Skip to content

Commit cd296ab

Browse files
committed
Firewall phrases for Chinese.
1 parent 2f06e86 commit cd296ab

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

web/inc/i18n/cn.php

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'Statistics' => '统计分析',
1212
'Log' => '日志',
1313
'Services' => '系统服务',
14+
'Firewall' => '防火牆',
1415
'Updates' => '更新升级',
1516
'Log in' => '登录',
1617
'Log out' => '退出',
@@ -36,7 +37,9 @@
3637
'Configure' => '要配置',
3738
'Restore All' => '恢复所有',
3839
'Add Package' => '增加预设方案',
39-
'Add IP' => '增加IP',
40+
'Add IP' => '添加IP',
41+
'Add Rule' => '添加規則',
42+
'Ban IP Address' => '潘基文的IP地址',
4043
'Search' => '搜索',
4144
'Add one more FTP Account' => '增加一個FTP賬號',
4245
'Overall Statistics' => '总体统计',
@@ -72,6 +75,7 @@
7275
'list accounts' => '列表 %s 账户',
7376
'add account' => '添加账户',
7477
'open webmail' => '打开网页邮箱',
78+
'list fail2ban' => 'fail2ban的名單',
7579
'open %s' => '打开 %s',
7680
'download' => '下载',
7781
'restore' => '恢复',
@@ -85,6 +89,8 @@
8589
'reread IP' => '重新读取IP',
8690
'enable autoupdate' => '启用自动更新',
8791
'disable autoupdate' => '禁用自动更新',
92+
'turn on notifications' => '開啟通知',
93+
'turn off notifications' => '關閉通知',
8894

8995
'Adding User' => '添加用户',
9096
'Editing User' => '修改用过',
@@ -110,6 +116,9 @@
110116
'Generating CSR' => '生成的CSR',
111117
'Listing' => '列表',
112118
'Search Results' => '搜索结果',
119+
'Adding Firewall Rule' => '添加防火牆規則',
120+
'Editing Firewall Rule' => '編輯防火牆規則',
121+
'Adding IP Address to Banlist' => '添加IP地址黑名單',
113122

114123
'active' => '活跃',
115124
'spnd' => '暂停',
@@ -329,6 +338,13 @@
329338
'State / Province' => '州/省',
330339
'City / Locality' => '市/地区',
331340
'Organization' => '组织名称',
341+
'Action' => '動作',
342+
'Protocol' => '協議',
343+
'Port' => '港口',
344+
'Comment' => '評論',
345+
'Banlist' => '黑名單',
346+
'ranges are acceptable' => '範圍是可以接受的',
347+
'CIDR format is supported' => '支持CIDR格式',
332348

333349
'1 account' => '1 账户',
334350
'%s accounts' => '%s 账户',
@@ -355,6 +371,9 @@
355371
'1 object' => '1 对象',
356372
'%s objects' => '%s 对象',
357373
'no exclusions' => '不排除',
374+
'1 rule' => '1規則',
375+
'%s rules' => '%s 規則',
376+
'There are currently banned IP' => '目前尚無禁止的IP地址',
358377

359378
'USER_CREATED_OK' => 'User <a href="/edit/user/?user=%s"><b>%s</b></a> 已创建成功',
360379
'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> 已创建成功.',
@@ -367,8 +386,11 @@
367386
'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> 已创建成功.',
368387
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> 已创建成功.',
369388
'SSL_GENERATED_OK' => '证书已成功生成.',
389+
'RULE_CREATED_OK' => '規則已成功創建',
370390
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
371391
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
392+
'Cronjob email reporting has been successfully enabled' => '的cronjob電子郵件報告已成功啟用',
393+
'Cronjob email reporting has been successfully disabled' => '的cronjob電子郵件報告已成功關閉',
372394
'Changes has been saved.' => '更改已保存.',
373395
'Confirmation' => 'Confirmation',
374396
'DELETE_USER_CONFIRMATION' => '您确定删除用户 %s?',
@@ -393,6 +415,9 @@
393415
'DELETE_EXCLUSION_CONFIRMATION' => 'Are you sure to delete %s exclusion?',
394416
'DELETE_PACKAGE_CONFIRMATION' => '你确定删除方案 %s?',
395417
'DELETE_IP_CONFIRMATION' => '你确定删除IP地址 %s?',
418+
'DELETE_RULE_CONFIRMATION' => '您確定要刪除規則 #%s?',
419+
'SUSPEND_RULE_CONFIRMATION' => '您確定要暫停規則 #%s?',
420+
'UNSUSPEND_RULE_CONFIRMATION' => '您確定要取消掛起規則 #%s?',
396421
'RESTART_CONFIRMATION' => 'Are you sure you want to restart %s?',
397422
'Welcome' => '欢迎光临',
398423
'LOGGED_IN_AS' => '以用户身份 %s 登录',

0 commit comments

Comments
 (0)