Skip to content

Commit ad0d9fd

Browse files
authored
Merge pull request hestiacp#901 from fengkaijia/patch-2
Update Chinese translation
2 parents b14d1e5 + 8df594f commit ad0d9fd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

web/inc/i18n/cn.php

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@
227227
'User' => '用户',
228228
'Host' => '主机',
229229
'Charset' => '编码',
230-
'Min' => '几分',
231-
'Hour' => '几点',
232-
'Day' => '几号',
233-
'Month' => '月份',
234-
'Day of week' => '星期几',
230+
'Min' => '',
231+
'Hour' => '',
232+
'Day' => '',
233+
'Month' => '',
234+
'Day of week' => '星期',
235235
'local' => '本地',
236236
'Run Time' => '运行时间',
237237
'Backup Size' => '备份大小',
@@ -368,7 +368,7 @@
368368
'stats password' => '统计密码',
369369
'ftp user password' => 'FTP用户账户密码',
370370
'ftp user' => 'FTP用户',
371-
'Last 70 lines of %s.%s.log' => '最后70行 %s.%s.日志',
371+
'Last 70 lines of %s.%s.log' => '%s.%s.log 的最后 70 行',
372372
'AccessLog' => '访问日志',
373373
'ErrorLog' => '错误日志',
374374
'Download AccessLog' => '下载访问日志',
@@ -395,12 +395,12 @@
395395
'VESTA' => 'VESTA',
396396
'Add one more Name Server' => '增加一个DNS服务器',
397397

398-
'web domain' => 'web domain',
399-
'dns domain' => 'dns domain',
400-
'dns record' => 'dns record',
401-
'mail domain' => 'mail domain',
402-
'mail account' => 'mail account',
403-
'cron job' => 'cron job',
398+
'web domain' => '网站域名',
399+
'dns domain' => 'DNS 域名',
400+
'dns record' => 'DNS 记录',
401+
'mail domain' => '邮箱域名',
402+
'mail account' => '邮箱账户',
403+
'cron job' => '定时任务',
404404

405405
'cron' => '任务',
406406
'user dir' => '用户目录',
@@ -530,15 +530,15 @@
530530
'MAIL_RESET_SUBJECT' => '密码重置在 %s',
531531
'PASSWORD_RESET_REQUEST' => '重置密码请点击链接:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n或者您可以到 https://%s/reset/?action=code&user=%s 输入密码重置代码:\n%s\n\n如果您没有要求重置密码,请忽略此邮件\n\n--\nVesta Control Panel\n',
532532

533-
'Jan' => '01月',
534-
'Feb' => '02月',
535-
'Mar' => '03月',
536-
'Apr' => '04月',
537-
'May' => '05月',
538-
'Jun' => '06月',
539-
'Jul' => '07月',
540-
'Aug' => '08月',
541-
'Sep' => '09月',
533+
'Jan' => '1月',
534+
'Feb' => '2月',
535+
'Mar' => '3月',
536+
'Apr' => '4月',
537+
'May' => '5月',
538+
'Jun' => '6月',
539+
'Jul' => '7月',
540+
'Aug' => '8月',
541+
'Sep' => '9月',
542542
'Oct' => '10月',
543543
'Nov' => '11月',
544544
'Dec' => '12月',
@@ -751,6 +751,6 @@
751751
'No encryption' => '未加密',
752752
'Do not use encryption' => '不加密',
753753

754-
'maximum characters length, including prefix' => 'maximum %s characters length, including prefix',
754+
'maximum characters length, including prefix' => '包含前缀最长 %s 个字符',
755755

756756
);

0 commit comments

Comments
 (0)