From 18cbf7a4765bbb0238a1e962598f5263fd0b734f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 21:01:22 +0000 Subject: [PATCH] New translations forms.php (Chinese Simplified) --- resources/lang/zh-CN/forms.php | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/resources/lang/zh-CN/forms.php b/resources/lang/zh-CN/forms.php index a195f072..dc240a0e 100644 --- a/resources/lang/zh-CN/forms.php +++ b/resources/lang/zh-CN/forms.php @@ -54,6 +54,7 @@ return [ 'message-help' => '您可以使用Markdown语言。', 'occurred_at' => '这次故障是什么时候发生的?', 'notify_subscribers' => '通知订阅者', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'visibility' => '故障的可见性', 'stick_status' => '关注故障', 'stickied' => '已关注', @@ -147,20 +148,21 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => '站点标题', - 'site-url' => '站点地址(URL)', - 'display-graphs' => '在状态页上显示图表', - 'about-this-page' => '关于本页', - 'days-of-incidents' => '显示多少天的故障?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', - 'banner' => '横幅图像', - 'banner-help' => '建议上传文件宽度不大于 930 像素。', - 'subscribers' => '允许用户订阅邮件通知', - 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', - 'automatic_localization' => '根据访客的系统语言自动本地化状态页面', - 'enable_external_dependencies' => '启用第三方服务 (Google Fonts, Tracker 等)', - 'show_timezone' => '显示状态页所在的时区', - 'only_disrupted_days' => '仅显示有故障的日期', + 'site-name' => '站点标题', + 'site-url' => '站点地址(URL)', + 'display-graphs' => '在状态页上显示图表', + 'about-this-page' => '关于本页', + 'days-of-incidents' => '显示多少天的故障?', + 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'banner' => '横幅图像', + 'banner-help' => "建议上传文件宽度不大于 930 像素。", + 'subscribers' => '允许用户订阅邮件通知', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => '是否跳过用户邮件验证?(小心,这可能会被滥用)', + 'automatic_localization' => '根据访客的系统语言自动本地化状态页面', + 'enable_external_dependencies' => '启用第三方服务 (Google Fonts, Tracker 等)', + 'show_timezone' => '显示状态页所在的时区', + 'only_disrupted_days' => '仅显示有故障的日期', ], 'analytics' => [ 'analytics_google' => 'Google Analytics 代码',