mirror of https://github.com/tooot-app/app
New translations actions.json (Italian)
This commit is contained in:
parent
f956d37ea9
commit
28c1a89a78
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"content": {
|
||||
"button": {
|
||||
"apply": "",
|
||||
"cancel": ""
|
||||
"apply": "$t(common:buttons.apply)",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
},
|
||||
"notificationsFilter": {
|
||||
"heading": "Filtra notifiche per tipo",
|
||||
"content": {
|
||||
"follow": "",
|
||||
"favourite": "",
|
||||
"reblog": "",
|
||||
"mention": "",
|
||||
"poll": "",
|
||||
"follow": "$t(screenTabs:me.push.follow.heading)",
|
||||
"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": "Richieste di seguirti"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue