New translations translation.json (Chinese Traditional)

This commit is contained in:
AkiraFukushima 2021-03-24 01:34:27 +09:00
parent 6a54f4b4c4
commit 42ae72e455
1 changed files with 6 additions and 1 deletions

View File

@ -197,7 +197,8 @@
"reaction": "當我收到 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"
}
}
}