From a71e77e5923cfdc5894d2c9abe8a4ba3b574c615 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 23 May 2020 23:28:23 +0900 Subject: [PATCH] New translations translation.json (Japanese) --- src/config/locales/ja/translation.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index e74b2526..4ca04f77 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -451,6 +451,10 @@ "title": "フォロー", "body": "{{username}} さんにフォローされました" }, + "follow_request": { + "title": "FollowRequest", + "body": "Receive a follow request from {{username}}" + }, "reblog": { "title": "ブースト", "body": "{{username}} さんにブーストされました"