From 271a93e12f0e5f0e6bf289294276b6fd7eb81d9d Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sat, 13 Jul 2019 09:23:03 +0100 Subject: [PATCH] New translations cachet.php (Japanese) --- resources/lang/ja-JP/cachet.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/resources/lang/ja-JP/cachet.php b/resources/lang/ja-JP/cachet.php index 703c5a54..e0a0d0ef 100644 --- a/resources/lang/ja-JP/cachet.php +++ b/resources/lang/ja-JP/cachet.php @@ -90,15 +90,16 @@ return [ 'manage_at_link' => '購読の管理', ], 'email' => [ - 'subscribe' => 'メールによるアップデート情報の購読', - 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', - 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.', - 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!', - 'manage' => '購読の管理', - 'unsubscribe' => 'Unsubscribe from email updates.', - 'unsubscribed' => 'メールの購読が取り消されました。', - 'failure' => '購読に失敗しました。', - 'already-subscribed' => '既に購読しているので :email の購読ができません。', + 'manage_subscription' => 'We\'ve sent you an email, please click the link to manage your subscription', + 'subscribe' => 'メールによるアップデート情報の購読', + 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', + 'updated-subscribe' => 'You\'ve succesfully updated your subscriptions.', + 'verified' => 'あなたのメール購読を確認しました。ありがとうございます!', + 'manage' => '購読の管理', + 'unsubscribe' => 'Unsubscribe from email updates.', + 'unsubscribed' => 'メールの購読が取り消されました。', + 'failure' => '購読に失敗しました。', + 'already-subscribed' => '既に購読しているので :email の購読ができません。', ], ],