From 618620d443785ba53f21ef48730abe8ea0066ac3 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 22:29:30 +0200 Subject: [PATCH] New translations actions.json (Chinese Simplified) --- src/i18n/zh-Hans/screens/actions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/zh-Hans/screens/actions.json b/src/i18n/zh-Hans/screens/actions.json index 4ea47160..b7ed467e 100644 --- a/src/i18n/zh-Hans/screens/actions.json +++ b/src/i18n/zh-Hans/screens/actions.json @@ -13,8 +13,8 @@ "reblog": "$t(screenTabs:me.push.reblog.heading)", "mention": "$t(screenTabs:me.push.mention.heading)", "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "", - "update": "" + "status": "订阅用户的嘟文", + "update": "转嘟被编辑" } } }