diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index 4f5c1dfc..4fbe596a 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -156,7 +156,7 @@ return [ 'time_before_refresh' => '状态页刷新速度(秒)', 'major_outage_rate' => 'Major outage threshold (in %)', 'banner' => '横幅图像', - 'banner-help' => '建议上传文件宽度不大于 930 像素。', + 'banner-help' => "建议上传文件宽度不大于 930 像素。", 'subscribers' => '允许用户订阅邮件通知', 'suppress_notifications_in_maintenance' => '当计划维护发生时静默处理事件通知?', 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Google Analytics 代码', 'analytics_gosquared' => 'GoSquared Analytics 代码', - 'analytics_piwik_url' => '输入Piwik实例的URL(不含http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'Piwik 的站点 id', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => '选择时区', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => '增加', 'save' => '保存​​',