mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +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 [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => '评论',
|
||||||
'commented' => 'Commented',
|
'commented' => '已评论',
|
||||||
'comments' => 'Comments',
|
'comments' => '评论',
|
||||||
'like' => 'Like',
|
'like' => '赞',
|
||||||
'liked' => 'Liked',
|
'liked' => '已赞',
|
||||||
'likes' => 'Likes',
|
'likes' => '赞',
|
||||||
'share' => 'Share',
|
'share' => '分享',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Shared',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Shares',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Unshare',
|
||||||
|
|
Loading…
Reference in a new issue