From be109c946cf7109a6fc20a2385c1cec826f66ec7 Mon Sep 17 00:00:00 2001 From: myrevery Date: Sun, 13 Dec 2015 15:31:40 +0800 Subject: [PATCH] Update cn.php Hello @serghey-rodin. Update: 1. L155 -- Add keywords that are missing. (Comparative en are missing) 2. L199-202 -- Replaced by a more accurate translation. In addition, in here I explained cn and en differences: https://github.com/serghey-rodin/vesta/pull/514#issuecomment-164104751 --- web/inc/i18n/cn.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/inc/i18n/cn.php b/web/inc/i18n/cn.php index aa9a55c4d..2f4d89be2 100644 --- a/web/inc/i18n/cn.php +++ b/web/inc/i18n/cn.php @@ -152,6 +152,7 @@ $LANG['cn'] = array( 'User Directories' => '用户目录', 'Template' => '模板', 'Web Template' => 'Web模板', + 'Backend Template' => '后台模板', 'Proxy Template' => '代理模板', 'DNS Template' => 'DNS模板', 'Web Domains' => '网站域名', @@ -195,10 +196,10 @@ $LANG['cn'] = array( 'User' => '用户', 'Host' => '主机', 'Charset' => '编码', - 'Min' => '分钟', - 'Hour' => '小时', - 'Day' => '天', - 'Month' => '月', + 'Min' => '几分', + 'Hour' => '几点', + 'Day' => '几号', + 'Month' => '月份', 'Day of week' => '星期几', 'local' => '本地', 'Run Time' => '运行时间',