From 903f53f61dd9c673eeb6792eadd853b0d11224c8 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 19:28:16 +0200 Subject: [PATCH] New translations actions.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/actions.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json index c4cff91b..2d486974 100644 --- a/src/i18n/pt_BR/screens/actions.json +++ b/src/i18n/pt_BR/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Exibir notificações", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Seguidores pendentes", "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": "Seguidores pendentes" + "status": "", + "update": "" } } }