From 8efb8396ff864cfb84cebaddc3e7d750a6c29851 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:43 +0000 Subject: [PATCH] New translations dashboard.php (Japanese) --- resources/lang/ja-JP/dashboard.php | 36 +++++++++++++++++++----------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/resources/lang/ja-JP/dashboard.php b/resources/lang/ja-JP/dashboard.php index 41b66b88..ba5da674 100644 --- a/resources/lang/ja-JP/dashboard.php +++ b/resources/lang/ja-JP/dashboard.php @@ -21,7 +21,20 @@ return [ 'logged' => '{0} 良いですね。インシデントはありません。|インシデントを1件登録しました。|あなたはインシデントを :count 件 報告しています。', 'incident-create-template' => 'テンプレートの作成', 'incident-templates' => 'インシデント・テンプレート', - 'updates' => '{0} Zero Updates|One Update|:count Updates', + 'updates' => [ + 'title' => 'Incident updates for :incident', + 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'add' => [ + 'title' => 'Create new incident update', + 'success' => 'Your new incident update has been created.', + 'failure' => 'Something went wrong with the incident update.', + ], + 'edit' => [ + 'title' => 'Edit incident update', + 'success' => 'The incident update has been updated.', + 'failure' => 'Something went wrong updating the incident update', + ], + ], 'add' => [ 'title' => 'インシデントの報告', 'success' => 'インシデントが追加されました。', @@ -36,11 +49,6 @@ return [ 'success' => 'The incident has been deleted and will not show on your status page.', 'failure' => 'The incident could not be deleted, please try again.', ], - 'update' => [ - 'title' => 'Create new incident update', - 'subtitle' => 'Add an update to :incident', - 'success' => 'Update added.', - ], // Incident templates 'templates' => [ @@ -147,13 +155,15 @@ return [ ], // Subscribers 'subscribers' => [ - 'subscribers' => '購読者', - 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', - 'verified' => '認証済', - 'not_verified' => '未確認', - 'subscriber' => ':email, subscribed :date', - 'no_subscriptions' => 'Subscribed to all updates', - 'add' => [ + 'subscribers' => '購読者', + 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', + 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'verified' => '認証済', + 'not_verified' => '未確認', + 'subscriber' => ':email, subscribed :date', + 'no_subscriptions' => 'Subscribed to all updates', + 'global' => 'Globally subscribed', + 'add' => [ 'title' => '購読者の追加', 'success' => 'Subscriber has been added!', 'failure' => 'Something went wrong adding the subscriber, please try again.',