New translations translation.json (Japanese)

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

View File

@ -179,7 +179,8 @@
"reply": "返信がある時", "reply": "返信がある時",
"reblog": "ブーストされた時", "reblog": "ブーストされた時",
"favourite": "お気に入りされた時", "favourite": "お気に入りされた時",
"follow": "フォローされた時" "follow": "フォローされた時",
"reaction": "Notify me when I receive a emoji reaction"
} }
}, },
"account": { "account": {
@ -453,6 +454,10 @@
"reblog": { "reblog": {
"title": "ブースト", "title": "ブースト",
"body": "{{username}} さんにブーストされました" "body": "{{username}} さんにブーストされました"
},
"reaction": {
"title": "Reaction",
"body": "{{username}} reacted your status"
} }
} }
} }