From 89d15bf7f042151a393c15dc966975dc8f82a4ae Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 21:00:47 +0000 Subject: [PATCH] New translations forms.php (Japanese) --- resources/lang/ja-JP/forms.php | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/resources/lang/ja-JP/forms.php b/resources/lang/ja-JP/forms.php index c2b5525e..629d41a4 100644 --- a/resources/lang/ja-JP/forms.php +++ b/resources/lang/ja-JP/forms.php @@ -54,6 +54,7 @@ return [ 'message-help' => 'You may also use Markdown.', 'occurred_at' => 'When did this incident occur?', 'notify_subscribers' => 'Notify subscribers?', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'visibility' => 'Incident Visibility', 'stick_status' => 'Stick Incident', 'stickied' => 'Stickied', @@ -147,20 +148,21 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'サイト名', - 'site-url' => 'サイトのURL', - 'display-graphs' => 'Display graphs on status page?', - 'about-this-page' => 'このページについて', - 'days-of-incidents' => '何日間のインシデントを表示しますか?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', - 'banner' => 'バナー画像', - 'banner-help' => '横幅が930px以内の画像をアップロードしてください。', - 'subscribers' => 'Allow people to signup to email notifications?', - 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', - 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', - 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', - 'show_timezone' => 'Show the timezone the status page is running in.', - 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', + 'site-name' => 'サイト名', + 'site-url' => 'サイトのURL', + 'display-graphs' => 'Display graphs on status page?', + 'about-this-page' => 'このページについて', + 'days-of-incidents' => '何日間のインシデントを表示しますか?', + 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'banner' => 'バナー画像', + 'banner-help' => "横幅が930px以内の画像をアップロードしてください。", + 'subscribers' => 'Allow people to signup to email notifications?', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', + 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', + 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', + 'show_timezone' => 'Show the timezone the status page is running in.', + 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ 'analytics_google' => 'Google Analytics code',