diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 37379891f..da1772b5e 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -81,7 +81,7 @@ return [ 'manage' => [ 'no_subscriptions' => '您当前已订阅所有更新。', 'my_subscriptions' => '您当前已订阅下列更新', - 'manage_at_link' => 'Manage your subscriptions at :link', + 'manage_at_link' => '在 :link 管理你的订阅', ], 'email' => [ 'subscribe' => '订阅电子邮件更新。', @@ -121,7 +121,7 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'incident' => '有关于发生在 :date 的 :name 事件的细节与更新', 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => '始终保持对 :app 服务状态的关注。',