From 63e7e1841c1da37818b457696b9583148ef99c20 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Tue, 9 Oct 2018 11:12:15 +0100 Subject: [PATCH] New translations cachet.php (Chinese Simplified) --- resources/lang/zh-CN/cachet.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/lang/zh-CN/cachet.php b/resources/lang/zh-CN/cachet.php index 4f423411..a2c56581 100644 --- a/resources/lang/zh-CN/cachet.php +++ b/resources/lang/zh-CN/cachet.php @@ -23,6 +23,8 @@ return [ 'group' => [ 'other' => '其他组件', ], + 'select_all' => 'Select All', + 'deselect_all' => 'Deselect All', ], // Incidents @@ -80,9 +82,12 @@ return [ 'button' => '订阅', 'manage_subscription' => 'Manage subscription', 'manage' => [ - 'no_subscriptions' => '您当前已订阅所有更新。', - 'my_subscriptions' => '您当前已订阅下列更新', - 'manage_at_link' => '在 :link 管理你的订阅', + 'notifications' => '通知', + 'notifications_for' => 'Manage notifications for', + 'no_subscriptions' => '您当前已订阅所有更新。', + 'update_subscription' => 'Update Subscription', + 'my_subscriptions' => '您当前已订阅下列更新', + 'manage_at_link' => '在 :link 管理你的订阅', ], 'email' => [ 'subscribe' => '订阅电子邮件更新。',