From 59e6533d86041e95061b145c3234c27798d95d2e Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 18 Jun 2018 09:10:11 +0100 Subject: [PATCH] New translations cachet.php (Japanese) --- resources/lang/ja-JP/cachet.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index 2c7f427b..43a48622 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/cachet.php @@ -30,9 +30,9 @@ return [ 'none' => 'インシデントはありません', 'past' => 'インシデント履歴', 'stickied' => 'ピン留めインシデント', - 'scheduled' => 'メンテナンス', + 'scheduled' => '計画メンテナンス', 'scheduled_at' => ', 予定日時 :timestamp', - 'posted' => '投稿日時 :timestamp', + 'posted' => '掲載日時 :timestamp', 'posted_at' => '掲載日時 :timestamp', 'status' => [ 1 => '調査中', @@ -87,11 +87,11 @@ return [ 'email' => [ 'subscribe' => 'メールによるアップデート情報の購読', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', - 'verified' => 'あなたのメール購読は確認されました。ありがとう!', + 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!', 'manage' => '購読の管理', 'unsubscribe' => 'Unsubscribe from email updates.', - 'unsubscribed' => '電子メールの購読が取り消されました。', - 'failure' => '購読に何かが起きています。', + 'unsubscribed' => 'メールの購読が取り消されました。', + 'failure' => '購読に失敗しました。', 'already-subscribed' => '既に購読しているので :email の購読ができません。', ], ],