New translations app.json (Chinese Simplified)

This commit is contained in:
Eugen Rochko 2022-02-11 16:04:05 +01:00
parent aa317336e2
commit ded116b30c
1 changed files with 43 additions and 14 deletions

View File

@ -46,7 +46,7 @@
}, },
"delete_post": { "delete_post": {
"title": "确定要删除这条消息吗?", "title": "确定要删除这条消息吗?",
"delete": "删除" "message": "Are you sure you want to delete this post?"
}, },
"clean_cache": { "clean_cache": {
"title": "清除缓存", "title": "清除缓存",
@ -140,7 +140,8 @@
"unreblog": "取消转发", "unreblog": "取消转发",
"favorite": "喜欢", "favorite": "喜欢",
"unfavorite": "取消喜欢", "unfavorite": "取消喜欢",
"menu": "菜单" "menu": "菜单",
"hide": "Hide"
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
@ -149,6 +150,12 @@
"hashtag": "标签", "hashtag": "标签",
"email": "电子邮箱", "email": "电子邮箱",
"emoji": "表情" "emoji": "表情"
},
"visibility": {
"unlisted": "Everyone can see this post but not display in the public timeline.",
"private": "Only their followers can see this post.",
"private_from_me": "Only my followers can see this post.",
"direct": "Only mentioned user can see this post."
} }
}, },
"friendship": { "friendship": {
@ -412,16 +419,26 @@
"segmented_control": { "segmented_control": {
"posts": "帖子", "posts": "帖子",
"replies": "回复", "replies": "回复",
"media": "媒体" "posts_and_replies": "Posts and Replies",
"media": "媒体",
"about": "About"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
},
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "取消静音账户", "title": "取消静音账户",
"message": "确认取消静音 %s" "message": "确认取消静音 %s"
}, },
"confirm_unblock_usre": { "confirm_block_user": {
"title": "解除屏蔽帐户", "title": "Block Account",
"message": "确认取消屏蔽 %s" "message": "Confirm to block %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
} }
} }
}, },
@ -472,12 +489,14 @@
"Everything": "全部", "Everything": "全部",
"Mentions": "提及" "Mentions": "提及"
}, },
"user_followed_you": "%s 关注了你", "notification_description": {
"user_favorited your post": "%s 喜欢了你的帖子", "followed_you": "followd you",
"user_reblogged_your_post": "%s 转发了你的帖子", "favorited_your_post": "favorited your post",
"user_mentioned_you": "%s 提及了你", "reblogged_your_post": "reblogged your post",
"user_requested_to_follow_you": "%s 向你发送了关注请求", "mentioned_you": "mentioned you",
"user_your_poll_has_ended": "%s 你的投票已经结束", "request_to_follow_you": "request to follow you",
"poll_has_ended": "poll has ended"
},
"keyobard": { "keyobard": {
"show_everything": "显示全部", "show_everything": "显示全部",
"show_mentions": "显示提及" "show_mentions": "显示提及"
@ -496,6 +515,13 @@
"light": "浅色", "light": "浅色",
"dark": "深色" "dark": "深色"
}, },
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
},
"notifications": { "notifications": {
"title": "通知", "title": "通知",
"favorites": "喜欢我的帖子", "favorites": "喜欢我的帖子",
@ -537,14 +563,17 @@
} }
}, },
"report": { "report": {
"title_report": "Report",
"title": "举报 %s", "title": "举报 %s",
"step1": "步骤 1 / 2", "step1": "步骤 1 / 2",
"step2": "步骤 2 / 2", "step2": "步骤 2 / 2",
"content1": "是否有帖子需要举报?", "content1": "是否有帖子需要举报?",
"content2": "是否有关于此举报的详细描述信息?", "content2": "是否有关于此举报的详细描述信息?",
"report_sent_title": "Thanks for reporting, well look into this.",
"send": "发送举报", "send": "发送举报",
"skip_to_send": "直接发送", "skip_to_send": "直接发送",
"text_placeholder": "输入或粘贴额外的注释" "text_placeholder": "输入或粘贴额外的注释",
"reported": "REPORTED"
}, },
"preview": { "preview": {
"keyboard": { "keyboard": {
@ -564,4 +593,4 @@
"accessibility_hint": "双击关闭此向导" "accessibility_hint": "双击关闭此向导"
} }
} }
} }