1
0
mirror of https://github.com/tooot-app/app synced 2025-03-02 02:27:42 +01:00

New translations actions.json (Italian)

This commit is contained in:
xmflsct 2022-05-13 19:21:42 +02:00
parent f956d37ea9
commit 28c1a89a78

View File

@ -1,17 +1,17 @@
{ {
"content": { "content": {
"button": { "button": {
"apply": "", "apply": "$t(common:buttons.apply)",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
}, },
"notificationsFilter": { "notificationsFilter": {
"heading": "Filtra notifiche per tipo", "heading": "Filtra notifiche per tipo",
"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": "Richieste di seguirti" "follow_request": "Richieste di seguirti"
} }
} }