New translations translation.json (Russian)

This commit is contained in:
AkiraFukushima 2020-04-25 21:47:25 +09:00
parent e53d6e3d58
commit a23cd55fbc
1 changed files with 6 additions and 1 deletions

View File

@ -179,7 +179,8 @@
"reply": "Notify me when I receive a reply",
"reblog": "Notify me when I receive a reblog",
"favourite": "Notify me when I receive a favourite",
"follow": "Notify me when I receive a follow"
"follow": "Notify me when I receive a follow",
"reaction": "Notify me when I receive a emoji reaction"
}
},
"account": {
@ -453,6 +454,10 @@
"reblog": {
"title": "Reblog",
"body": "{{username}} boosted your status"
},
"reaction": {
"title": "Reaction",
"body": "{{username}} reacted your status"
}
}
}