From 190f63281522984a27d650a697a4232d2fb27a1b Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 13 Jan 2020 06:50:24 +0000 Subject: [PATCH] New translations notifications.php (Chinese Simplified) --- resources/lang/zh-CN/notifications.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/zh-CN/notifications.php b/resources/lang/zh-CN/notifications.php index 4f70731d..54d4e2ff 100644 --- a/resources/lang/zh-CN/notifications.php +++ b/resources/lang/zh-CN/notifications.php @@ -87,10 +87,10 @@ return [ ], 'manage' => [ 'mail' => [ - 'subject' => 'Manage Your Subscription', - 'content' => 'Click to manage your subscription to :app_name status page.', - 'title' => 'Click to manage your subscription to :app_name status page.', - 'action' => 'Manage subscription', + 'subject' => '管理您的订阅', + 'content' => '点击管理您对 :app_name 状态页的订阅。', + 'title' => '点击管理您对 :app_name 状态页的订阅。', + 'action' => '管理订阅', ], ], ],