mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
New translations web.php (Chinese Simplified)
[ci skip]
This commit is contained in:
parent
512c188d1f
commit
c8a690c8fa
1 changed files with 19 additions and 19 deletions
|
@ -24,10 +24,10 @@ return [
|
||||||
'other' => '其它',
|
'other' => '其它',
|
||||||
'readMore' => '阅读更多',
|
'readMore' => '阅读更多',
|
||||||
'success' => '成功',
|
'success' => '成功',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => '继续',
|
||||||
'next' => 'Next',
|
'next' => '下一个',
|
||||||
'close' => 'Close',
|
'close' => '关闭',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => '点击此处',
|
||||||
|
|
||||||
'sensitive' => '敏感的',
|
'sensitive' => '敏感的',
|
||||||
'sensitiveContent' => '敏感内容',
|
'sensitiveContent' => '敏感内容',
|
||||||
|
@ -57,7 +57,7 @@ return [
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => '个人资料',
|
'profile' => '个人资料',
|
||||||
'drive' => '云端硬盘',
|
'drive' => '网盘',
|
||||||
'settings' => '设置',
|
'settings' => '设置',
|
||||||
'compose' => '创建',
|
'compose' => '创建',
|
||||||
'logout' => '登出',
|
'logout' => '登出',
|
||||||
|
@ -82,7 +82,7 @@ return [
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => '赞了你的',
|
'liked' => '赞了你的',
|
||||||
'commented' => '评论了你的',
|
'commented' => '评论了你的',
|
||||||
'reacted' => '回应了您的',
|
'reacted' => '回应了你的',
|
||||||
'shared' => '转发了你的',
|
'shared' => '转发了你的',
|
||||||
'tagged' => '在帖子中标记了你',
|
'tagged' => '在帖子中标记了你',
|
||||||
|
|
||||||
|
@ -95,20 +95,20 @@ return [
|
||||||
|
|
||||||
'yourApplication' => '您想要加入',
|
'yourApplication' => '您想要加入',
|
||||||
'applicationApproved' => '的申请被批准了!',
|
'applicationApproved' => '的申请被批准了!',
|
||||||
'applicationRejected' => '被拒绝。您可以在 6 个月后重新申请加入。',
|
'applicationRejected' => '的申请被拒绝。您可以在 6 个月后重新申请加入。',
|
||||||
|
|
||||||
'dm' => '私信',
|
'dm' => '私信',
|
||||||
'groupPost' => '群组帖子',
|
'groupPost' => '群组帖子',
|
||||||
'modlog' => '模组日志',
|
'modlog' => '模组日志',
|
||||||
'post' => '帖子',
|
'post' => '帖子',
|
||||||
'story' => '故事',
|
'story' => '故事',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => '暂无通知',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
'shareToFollowers' => '分享给关注者',
|
'shareToFollowers' => '分享给关注者',
|
||||||
'shareToOther' => '与他人分享',
|
'shareToOther' => '与他人分享',
|
||||||
'noLikes' => '尚未得到点赞',
|
'noLikes' => '尚无点赞',
|
||||||
'uploading' => '上传中',
|
'uploading' => '上传中',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -185,10 +185,10 @@ return [
|
||||||
'peopleYouMayKnow' => '您可能认识的人',
|
'peopleYouMayKnow' => '您可能认识的人',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => '欢迎',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => '这是你的主页时间线,它会按时间顺序排列你所关注的账户的帖子。',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => '让我们帮你找一些有趣的人来关注',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => '刷新动态列表',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -197,12 +197,12 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => '举报',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => '选择理由',
|
||||||
'reported' => 'Reported',
|
'reported' => '已举报',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => '正在提交举报',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => '感谢你的举报,这有助于维护我们社区的安全!',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => '如果你想就这个帖子联系管理员或管理员举报',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue