mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
New translations web.php (Chinese Simplified)
[ci skip]
This commit is contained in:
parent
4c0626f428
commit
fa1cf25c70
1 changed files with 7 additions and 7 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue