1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

New translations web.php (Chinese Simplified)

[ci skip]
This commit is contained in:
daniel 2021-12-29 19:32:31 -07:00
parent fa1cf25c70
commit 69bb55e9d7

View file

@ -9,34 +9,34 @@ return [
'like' => '赞', 'like' => '赞',
'liked' => '已赞', 'liked' => '已赞',
'likes' => '赞', 'likes' => '赞',
'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' => 'Read more', 'readMore' => '阅读更多',
'success' => 'Success', 'success' => '成功',
'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' => 'Home Feed',
@ -44,45 +44,45 @@ return [
'globalFeed' => 'Global Feed', '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' => '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' => 'Go back to previous design'
], ],
'directMessages' => [ 'directMessages' => [
'inbox' => 'Inbox', 'inbox' => '收件箱',
'sent' => 'Sent', 'sent' => 'Sent',
'requests' => 'Requests' 'requests' => '申请'
], ],
'notifications' => [ 'notifications' => [
'liked' => 'liked your', 'liked' => '赞了你的',
'commented' => 'commented on your', 'commented' => '评论了你的',
'reacted' => 'reacted to your', 'reacted' => 'reacted to your',
'shared' => 'shared your', 'shared' => '转发了你的',
'tagged' => 'tagged you in a', 'tagged' => 'tagged you in a',
'updatedA' => 'updated a', 'updatedA' => '更新了一个',
'sentA' => 'sent a', 'sentA' => '发送了一个',
'followed' => 'followed', 'followed' => 'followed',
'mentioned' => 'mentioned', 'mentioned' => 'mentioned',