New translations actions.json (Portuguese, Brazilian)

This commit is contained in:
xmflsct 2022-05-19 21:19:51 +02:00
parent 0e5eacae58
commit 42e444c31f
1 changed files with 9 additions and 9 deletions

View File

@ -1,18 +1,18 @@
{ {
"content": { "content": {
"button": { "button": {
"apply": "", "apply": "$t(common:buttons.apply)",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
}, },
"notificationsFilter": { "notificationsFilter": {
"heading": "", "heading": "Exibir notificações",
"content": { "content": {
"follow": "", "follow": "$t(screenTabs:me.push.follow.heading)",
"favourite": "", "favourite": "$t(screenTabs:me.push.favourite.heading)",
"reblog": "", "reblog": "$t(screenTabs:me.push.reblog.heading)",
"mention": "", "mention": "$t(screenTabs:me.push.mention.heading)",
"poll": "", "poll": "$t(screenTabs:me.push.poll.heading)",
"follow_request": "" "follow_request": "Seguidores pendentes"
} }
} }
} }