New translations web.php (Chinese Traditional)

[ci skip]
This commit is contained in:
daniel 2021-12-30 17:31:14 -07:00
parent c70a4c786e
commit fb02f1e8c4

View file

@ -3,90 +3,90 @@
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' => 'Share',
'shared' => 'Shared', 'shared' => 'Shared',
'shares' => 'Shares', 'shares' => 'Shares',
'unshare' => 'Unshare', 'unshare' => 'Unshare',
'cancel' => '取消', 'cancel' => 'Cancel',
'copyLink' => '复制链接', 'copyLink' => '复制链接',
'delete' => '删除', 'delete' => '删除',
'error' => '错误', 'error' => '错误',
'errorMsg' => '出错了。请稍后再试。', 'errorMsg' => '出错了。请稍后再试。',
'oops' => '哎呀!', 'oops' => '哎呀!',
'other' => '其它', 'other' => 'Other',
'readMore' => '阅读更多', 'readMore' => 'Read more',
'success' => '成功', 'success' => 'Success',
'sensitive' => '敏感的', 'sensitive' => 'Sensitive',
'sensitiveContent' => '敏感内容', 'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => '此帖子可能包含敏感内容', 'sensitiveContentWarning' => 'This post may contain sensitive content',
], ],
'site' => [ 'site' => [
'terms' => '使用条款', 'terms' => 'Terms of Use',
'privacy' => '隐私政策', 'privacy' => 'Privacy Policy',
], ],
'navmenu' => [ 'navmenu' => [
'search' => '搜索', 'search' => 'Search',
'admin' => '管理面板', 'admin' => 'Admin Dashboard',
// Timelines // Timelines
'homeFeed' => '主页', 'homeFeed' => 'Home Feed',
'localFeed' => '本站', 'localFeed' => 'Local Feed',
'globalFeed' => '全球', 'globalFeed' => 'Global Feed',
// Core features // Core features
'discover' => '探索', 'discover' => 'Discover',
'directMessages' => 'Direct Messages', 'directMessages' => 'Direct Messages',
'notifications' => '通知', 'notifications' => 'Notifications',
'groups' => '群組', 'groups' => 'Groups',
'stories' => '故事', 'stories' => 'Stories',
// Self links // Self links
'profile' => 'Profile', 'profile' => 'Profile',
'drive' => 'Drive', 'drive' => 'Drive',
'settings' => '设置', 'settings' => 'Settings',
'compose' => '创建', 'compose' => 'Create New',
'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' => 'Go back to previous design'
], ],
'directMessages' => [ 'directMessages' => [
'inbox' => '收件箱', 'inbox' => 'Inbox',
'sent' => 'Sent', 'sent' => 'Sent',
'requests' => '申请' 'requests' => 'Requests'
], ],
'notifications' => [ 'notifications' => [
'liked' => '赞了你的', 'liked' => 'liked your',
'commented' => '评论了你的', 'commented' => 'commented on your',
'reacted' => 'reacted to your', 'reacted' => 'reacted to your',
'shared' => '转发了你的', 'shared' => 'shared your',
'tagged' => 'tagged you in a', 'tagged' => 'tagged you in a',
'updatedA' => '更新了一个', 'updatedA' => 'updated a',
'sentA' => '发送了一个', 'sentA' => 'sent a',
'followed' => 'followed', 'followed' => 'followed',
'mentioned' => 'mentioned', 'mentioned' => 'mentioned',
'you' => '', 'you' => 'you',
'yourApplication' => 'Your application to join', 'yourApplication' => 'Your application to join',
'applicationApproved' => 'was approved!', 'applicationApproved' => 'was approved!',