From fa1cf25c704035f5d3c7f2e714400d338b90fa12 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 18:27:09 -0700 Subject: [PATCH] New translations web.php (Chinese Simplified) [ci skip] --- resources/lang/zh/web.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index d568f9388..b9e65e4bc 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -3,13 +3,13 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', + 'comment' => '评论', + 'commented' => '已评论', + 'comments' => '评论', + 'like' => '赞', + 'liked' => '已赞', + 'likes' => '赞', + 'share' => '分享', 'shared' => 'Shared', 'shares' => 'Shares', 'unshare' => 'Unshare',