From ddad0947cd6ac5c754ed590a2c8958867e6b5edb Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:11 +0200 Subject: [PATCH] New translations actions.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-Hans/screens/actions.json b/src/i18n/zh-Hans/screens/actions.json index fe84d39d..4ea47160 100644 --- a/src/i18n/zh-Hans/screens/actions.json +++ b/src/i18n/zh-Hans/screens/actions.json @@ -8,11 +8,13 @@ "heading": "显示通知", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "关注请求", "favourite": "$t(screenTabs:me.push.favourite.heading)", "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "follow_request": "关注请求" + "status": "", + "update": "" } } }