New translations translation.json (Italian)

This commit is contained in:
AkiraFukushima 2021-03-24 01:34:14 +09:00
parent ff7fc26353
commit 6967007a6f
1 changed files with 6 additions and 1 deletions

View File

@ -197,7 +197,8 @@
"reaction": "Avvisami quando ricevo una reazione emoji",
"follow_request": "Notify me when I receive a follow request",
"status": "Notify me when I receive a status notification",
"poll_vote": "Notify me when I receive a vote of poll"
"poll_vote": "Notify me when I receive a vote of poll",
"poll_expired": "Notify me when I receive a poll expired event"
}
},
"account": {
@ -506,6 +507,10 @@
"poll_vote": {
"title": "PollVote",
"body": "{{username}} voted your poll"
},
"poll_expired": {
"title": "PollExpired",
"body": "{{username}}'s poll is expired"
}
}
}