New translations actions.json (Italian)

This commit is contained in:
xmflsct 2022-05-13 19:13:32 +02:00
parent bc5f3628dc
commit 285b2038ff
1 changed files with 8 additions and 8 deletions

View File

@ -1,19 +1,19 @@
{ {
"content": { "content": {
"button": { "button": {
"apply": "$t(common:buttons.apply)", "apply": "",
"cancel": "$t(common:buttons.cancel)" "cancel": ""
}, },
"notificationsFilter": { "notificationsFilter": {
"heading": "Filtra notifiche per tipo", "heading": "Filtra notifiche per tipo",
"content": { "content": {
"follow": "$t(screenTabs:me.push.follow.heading)", "follow": "",
"favourite": "$t(screenTabs:me.push.favourite.heading)", "favourite": "",
"reblog": "$t(screenTabs:me.push.reblog.heading)", "reblog": "",
"mention": "$t(screenTabs:me.push.mention.heading)", "mention": "",
"poll": "$t(screenTabs:me.push.poll.heading)", "poll": "",
"follow_request": "Richieste di seguirti" "follow_request": "Richieste di seguirti"
} }
} }
} }
} }