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