1
0
Fork 0
pixelfed/resources/lang/zh/web.php

209 lines
5.9 KiB
PHP

<?php
return [
'common' => [
'comment' => '评论',
'commented' => '已评论',
'comments' => '评论',
'like' => '喜欢',
'liked' => '喜欢了',
'likes' => '喜欢',
'share' => '分享',
'shared' => '已分享',
'shares' => '分享',
'unshare' => '取消分享',
'bookmark' => 'Bookmark',
'cancel' => '取消',
'copyLink' => '复制链接',
'delete' => '删除',
'error' => '错误',
'errorMsg' => '出错了。请稍后再试。',
'oops' => '哎呀!',
'other' => '其它',
'readMore' => '阅读更多',
'success' => '成功',
'proceed' => 'Proceed',
'next' => 'Next',
'close' => 'Close',
'clickHere' => 'click here',
'sensitive' => '敏感的',
'sensitiveContent' => '敏感内容',
'sensitiveContentWarning' => '此帖可能包含敏感内容',
],
'site' => [
'terms' => '使用条款',
'privacy' => '隐私政策',
],
'navmenu' => [
'search' => '搜索',
'admin' => '管理面板',
// Timelines
'homeFeed' => '主页',
'localFeed' => '本站时间轴',
'globalFeed' => '跨站时间轴',
// Core features
'discover' => '探索',
'directMessages' => '私信',
'notifications' => '通知',
'groups' => '群组',
'stories' => '故事',
// Self links
'profile' => '个人资料',
'drive' => '云端硬盘',
'settings' => '设置',
'compose' => '创建',
'logout' => '登出',
// Nav footer
'about' => '关于',
'help' => '帮助',
'language' => '语言',
'privacy' => '隐私',
'terms' => '使用条款',
// Temporary links
'backToPreviousDesign' => '返回上一个设计'
],
'directMessages' => [
'inbox' => '收件箱',
'sent' => '已发送',
'requests' => '请求'
],
'notifications' => [
'liked' => '喜欢了你的',
'commented' => '评论了你的',
'reacted' => '回应了您的',
'shared' => '分享了您的',
'tagged' => '将您标记在',
'updatedA' => '更新了一个',
'sentA' => '发送了一个',
'followed' => '已关注',
'mentioned' => '已提及',
'you' => '您',
'yourApplication' => '您想要加入',
'applicationApproved' => '的申请被批准了!',
'applicationRejected' => '被拒绝。您可以在 6 个月后重新申请加入。',
'dm' => '私信',
'groupPost' => '群组帖子',
'modlog' => '模组日志',
'post' => '帖子',
'story' => '故事',
'noneFound' => 'No notifications found',
],
'post' => [
'shareToFollowers' => '分享给关注者',
'shareToOther' => '与他人分享',
'noLikes' => '尚未得到点赞',
'uploading' => '上传中',
],
'profile' => [
'posts' => '帖子',
'followers' => '关注者',
'following' => '正在关注',
'admin' => '管理员',
'collections' => '影集',
'follow' => '关注',
'unfollow' => '取消关注',
'editProfile' => '编辑个人资料',
'followRequested' => '已发送关注请求',
'joined' => '已加入',
'emptyCollections' => '我们似乎找不到任何影集',
'emptyPosts' => '我们似乎未能找到任何帖子',
],
'menu' => [
'viewPost' => '查看帖子',
'viewProfile' => '查看个人资料',
'moderationTools' => '运营管理工具',
'report' => '举报',
'archive' => '封存',
'unarchive' => '取消封存',
'embed' => '嵌入',
'selectOneOption' => '请从下列选项中选择一个',
'unlistFromTimelines' => '从时间轴中隐藏',
'addCW' => '添加内容警告',
'removeCW' => '移除内容警告',
'markAsSpammer' => '标记为垃圾信息发送者',
'markAsSpammerText' => '将所有未来的帖子隐藏并添加内容警告',
'spam' => '垃圾信息',
'sensitive' => '敏感内容',
'abusive' => '恶意或有害的',
'underageAccount' => '未成年账户',
'copyrightInfringement' => '版权侵犯',
'impersonation' => '冒充他人',
'scamOrFraud' => '欺诈或欺诈行为',
'confirmReport' => '确认举报',
'confirmReportText' => '您确定要举报这篇帖子吗?',
'reportSent' => '举报已发送!',
'reportSentText' => '我们已成功收到您的举报。',
'reportSentError' => '举报这个帖子时出现问题。',
'modAddCWConfirm' => '您确定要为这个帖子添加内容警告?',
'modCWSuccess' => '内容警告已成功添加',
'modRemoveCWConfirm' => '您确定要移除这个帖子上的内容警告吗?',
'modRemoveCWSuccess' => '内容警告已被成功移除',
'modUnlistConfirm' => '您确定要隐藏这个帖子吗?',
'modUnlistSuccess' => '帖子已被成功隐藏',
'modMarkAsSpammerConfirm' => '您确定要将此用户标记为垃圾信息发送者?所有此用户的现有和未来的帖子都将被隐藏,并添加内容警告。',
'modMarkAsSpammerSuccess' => '成功地将帐户标记为垃圾信息发送者',
'toFollowers' => '至关注者',
'showCaption' => '显示标题',
'showLikes' => '显示赞',
'compactMode' => '紧凑模式',
'embedConfirmText' => '使用这段嵌入内容代表您将同意我们的',
'deletePostConfirm' => '您确定要删除该贴吗?',
'archivePostConfirm' => '您确定要封存这个帖子吗?',
'unarchivePostConfirm' => '您确定要取消封存这个帖子吗?',
],
'story' => [
'add' => '添加故事'
],
'timeline' => [
'peopleYouMayKnow' => '您可能认识的人',
'onboarding' => [
'welcome' => 'Welcome',
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
'refreshFeed' => 'Refresh my feed',
],
],
'hashtags' => [
'emptyFeed' => '我们似乎找不到这个标签的任何帖子'
],
'report' => [
'report' => 'Report',
'selectReason' => 'Select a reason',
'reported' => 'Reported',
'sendingReport' => 'Sending report',
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
],
];