From b88fadc896fa1e7b1a17b1f7d45e31d219214333 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 15 Feb 2022 07:25:42 +0100 Subject: [PATCH] New translations app.json (Chinese Simplified) --- Localization/StringsConvertor/input/zh_CN/app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Localization/StringsConvertor/input/zh_CN/app.json b/Localization/StringsConvertor/input/zh_CN/app.json index 7b00904d..74ea0529 100644 --- a/Localization/StringsConvertor/input/zh_CN/app.json +++ b/Localization/StringsConvertor/input/zh_CN/app.json @@ -46,7 +46,7 @@ }, "delete_post": { "title": "确定要删除这条消息吗?", - "message": "Are you sure you want to delete this post?" + "message": "确定要删除这个帖子吗?" }, "clean_cache": { "title": "清除缓存", @@ -141,7 +141,7 @@ "favorite": "喜欢", "unfavorite": "取消喜欢", "menu": "菜单", - "hide": "Hide" + "hide": "隐藏" }, "tag": { "url": "URL", @@ -152,8 +152,8 @@ "emoji": "表情" }, "visibility": { - "unlisted": "Everyone can see this post but not display in the public timeline.", - "private": "Only their followers can see this post.", + "unlisted": "任何人都可以看到这个帖子,但不会在公开的时间线中显示。", + "private": "只有作者的关注者才能看到此帖子。", "private_from_me": "只有我的关注者才能看到此帖子。", "direct": "只有提到的用户才能看到此帖子。" }