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' => '管理订阅', ], ], ],