mirror of https://github.com/pixelfed/pixelfed.git
parent
343f3c215e
commit
310fb61d9b
|
@ -3,186 +3,186 @@
|
||||||
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' => '已分享',
|
||||||
'shares' => 'Shares',
|
'shares' => '分享',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => '取消分享',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => '取消',
|
||||||
'copyLink' => '复制链接',
|
'copyLink' => '复制链接',
|
||||||
'delete' => '删除',
|
'delete' => '删除',
|
||||||
'error' => '错误',
|
'error' => '错误',
|
||||||
'errorMsg' => '出错了。请稍后再试。',
|
'errorMsg' => '出错了。请稍后再试。',
|
||||||
'oops' => '哎呀!',
|
'oops' => '哎呀!',
|
||||||
'other' => 'Other',
|
'other' => '其它',
|
||||||
'readMore' => 'Read more',
|
'readMore' => '阅读更多',
|
||||||
'success' => 'Success',
|
'success' => '成功',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Proceed',
|
||||||
'next' => 'Next',
|
'next' => 'Next',
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => '敏感的',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => '敏感内容',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => '此帖可能包含敏感内容',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => '使用条款',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => '隐私政策',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => '搜索',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => '管理面板',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => '主页',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => '本站时间轴',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => '跨站时间轴',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => '探索',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => '私信',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => '通知',
|
||||||
'groups' => 'Groups',
|
'groups' => '群组',
|
||||||
'stories' => 'Stories',
|
'stories' => '故事',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => '个人资料',
|
||||||
'drive' => 'Drive',
|
'drive' => '云端硬盘',
|
||||||
'settings' => 'Settings',
|
'settings' => '设置',
|
||||||
'compose' => 'Create New',
|
'compose' => '创建',
|
||||||
'logout' => 'Logout',
|
'logout' => '登出',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => '关于',
|
||||||
'help' => 'Help',
|
'help' => '帮助',
|
||||||
'language' => '语言',
|
'language' => '语言',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => '隐私',
|
||||||
'terms' => 'Terms',
|
'terms' => '使用条款',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => '返回上一个设计'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => '收件箱',
|
||||||
'sent' => 'Sent',
|
'sent' => '已发送',
|
||||||
'requests' => 'Requests'
|
'requests' => '请求'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
'liked' => 'liked your',
|
'liked' => '喜欢了你的',
|
||||||
'commented' => 'commented on your',
|
'commented' => '评论了你的',
|
||||||
'reacted' => 'reacted to your',
|
'reacted' => '回应了您的',
|
||||||
'shared' => 'shared your',
|
'shared' => '分享了您的',
|
||||||
'tagged' => 'tagged you in a',
|
'tagged' => '将您标记在',
|
||||||
|
|
||||||
'updatedA' => 'updated a',
|
'updatedA' => '更新了一个',
|
||||||
'sentA' => 'sent a',
|
'sentA' => '发送了一个',
|
||||||
|
|
||||||
'followed' => 'followed',
|
'followed' => '已关注',
|
||||||
'mentioned' => 'mentioned',
|
'mentioned' => '已提及',
|
||||||
'you' => 'you',
|
'you' => '您',
|
||||||
|
|
||||||
'yourApplication' => 'Your application to join',
|
'yourApplication' => '您想要加入',
|
||||||
'applicationApproved' => 'was approved!',
|
'applicationApproved' => '的申请被批准了!',
|
||||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
'applicationRejected' => '被拒绝。您可以在 6 个月后重新申请加入。',
|
||||||
|
|
||||||
'dm' => 'dm',
|
'dm' => '私信',
|
||||||
'groupPost' => 'group post',
|
'groupPost' => '群组帖子',
|
||||||
'modlog' => 'modlog',
|
'modlog' => '模组日志',
|
||||||
'post' => 'post',
|
'post' => '帖子',
|
||||||
'story' => 'story',
|
'story' => '故事',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
'shareToFollowers' => 'Share to followers',
|
'shareToFollowers' => '分享给关注者',
|
||||||
'shareToOther' => 'Share to other',
|
'shareToOther' => '与他人分享',
|
||||||
'noLikes' => 'No likes yet',
|
'noLikes' => '尚未得到点赞',
|
||||||
'uploading' => 'Uploading',
|
'uploading' => '上传中',
|
||||||
],
|
],
|
||||||
|
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'posts' => 'Posts',
|
'posts' => '帖子',
|
||||||
'followers' => 'Followers',
|
'followers' => '关注者',
|
||||||
'following' => 'Following',
|
'following' => '正在关注',
|
||||||
'admin' => 'Admin',
|
'admin' => '管理员',
|
||||||
'collections' => 'Collections',
|
'collections' => '影集',
|
||||||
'follow' => 'Follow',
|
'follow' => '关注',
|
||||||
'unfollow' => 'Unfollow',
|
'unfollow' => '取消关注',
|
||||||
'editProfile' => 'Edit Profile',
|
'editProfile' => '编辑个人资料',
|
||||||
'followRequested' => 'Follow Requested',
|
'followRequested' => '已发送关注请求',
|
||||||
'joined' => 'Joined',
|
'joined' => '已加入',
|
||||||
|
|
||||||
'emptyCollections' => 'We can\'t seem to find any collections',
|
'emptyCollections' => '我们似乎找不到任何影集',
|
||||||
'emptyPosts' => 'We can\'t seem to find any posts',
|
'emptyPosts' => '我们似乎未能找到任何帖子',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'viewPost' => 'View Post',
|
'viewPost' => '查看帖子',
|
||||||
'viewProfile' => 'View Profile',
|
'viewProfile' => '查看个人资料',
|
||||||
'moderationTools' => 'Moderation Tools',
|
'moderationTools' => '运营管理工具',
|
||||||
'report' => 'Report',
|
'report' => '举报',
|
||||||
'archive' => 'Archive',
|
'archive' => '封存',
|
||||||
'unarchive' => 'Unarchive',
|
'unarchive' => '取消封存',
|
||||||
'embed' => 'Embed',
|
'embed' => '嵌入',
|
||||||
|
|
||||||
'selectOneOption' => 'Select one of the following options',
|
'selectOneOption' => '请从下列选项中选择一个',
|
||||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
'unlistFromTimelines' => '从时间轴中隐藏',
|
||||||
'addCW' => 'Add Content Warning',
|
'addCW' => '添加内容警告',
|
||||||
'removeCW' => 'Remove Content Warning',
|
'removeCW' => '移除内容警告',
|
||||||
'markAsSpammer' => 'Mark as Spammer',
|
'markAsSpammer' => '标记为垃圾信息发送者',
|
||||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
'markAsSpammerText' => '将所有未来的帖子隐藏并添加内容警告',
|
||||||
'spam' => 'Spam',
|
'spam' => '垃圾信息',
|
||||||
'sensitive' => 'Sensitive Content',
|
'sensitive' => '敏感内容',
|
||||||
'abusive' => 'Abusive or Harmful',
|
'abusive' => '恶意或有害的',
|
||||||
'underageAccount' => 'Underage Account',
|
'underageAccount' => '未成年账户',
|
||||||
'copyrightInfringement' => 'Copyright Infringement',
|
'copyrightInfringement' => '版权侵犯',
|
||||||
'impersonation' => 'Impersonation',
|
'impersonation' => '冒充他人',
|
||||||
'scamOrFraud' => 'Scam or Fraud',
|
'scamOrFraud' => '欺诈或欺诈行为',
|
||||||
'confirmReport' => 'Confirm Report',
|
'confirmReport' => '确认举报',
|
||||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
'confirmReportText' => '您确定要举报这篇帖子吗?',
|
||||||
'reportSent' => 'Report Sent!',
|
'reportSent' => '举报已发送!',
|
||||||
'reportSentText' => 'We have successfully received your report.',
|
'reportSentText' => '我们已成功收到您的举报。',
|
||||||
'reportSentError' => 'There was an issue reporting this post.',
|
'reportSentError' => '举报这个帖子时出现问题。',
|
||||||
|
|
||||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
'modAddCWConfirm' => '您确定要为这个帖子添加内容警告?',
|
||||||
'modCWSuccess' => 'Successfully added content warning',
|
'modCWSuccess' => '内容警告已成功添加',
|
||||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
'modRemoveCWConfirm' => '您确定要移除这个帖子上的内容警告吗?',
|
||||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
'modRemoveCWSuccess' => '内容警告已被成功移除',
|
||||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
'modUnlistConfirm' => '您确定要隐藏这个帖子吗?',
|
||||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
'modUnlistSuccess' => '帖子已被成功隐藏',
|
||||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
'modMarkAsSpammerConfirm' => '您确定要将此用户标记为垃圾信息发送者?所有此用户的现有和未来的帖子都将被隐藏,并添加内容警告。',
|
||||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
'modMarkAsSpammerSuccess' => '成功地将帐户标记为垃圾信息发送者',
|
||||||
|
|
||||||
'toFollowers' => 'to Followers',
|
'toFollowers' => '至关注者',
|
||||||
|
|
||||||
'showCaption' => 'Show Caption',
|
'showCaption' => '显示标题',
|
||||||
'showLikes' => 'Show Likes',
|
'showLikes' => '显示赞',
|
||||||
'compactMode' => 'Compact Mode',
|
'compactMode' => '紧凑模式',
|
||||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
'embedConfirmText' => '使用这段嵌入内容代表您将同意我们的',
|
||||||
|
|
||||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
'deletePostConfirm' => '您确定要删除该贴吗?',
|
||||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
'archivePostConfirm' => '您确定要封存这个帖子吗?',
|
||||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
'unarchivePostConfirm' => '您确定要取消封存这个帖子吗?',
|
||||||
],
|
],
|
||||||
|
|
||||||
'story' => [
|
'story' => [
|
||||||
'add' => 'Add Story'
|
'add' => '添加故事'
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'People you may know',
|
'peopleYouMayKnow' => '您可能认识的人',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'Welcome',
|
||||||
|
@ -193,7 +193,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
'emptyFeed' => '我们似乎找不到这个标签的任何帖子'
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
|
|
Loading…
Reference in New Issue