From 1f4920b384c04e520bbfba5b0878a28024b8b933 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 5 Mar 2021 22:33:52 +0900 Subject: [PATCH] New translations translation.json (Japanese) --- src/config/locales/ja/translation.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 786407fd..590d7ff4 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -356,8 +356,10 @@ "follows_you": "フォローされています", "doesnt_follow_you": "フォローされていません", "detail": "詳細", - "follow": "フォローする", - "unfollow": "フォロー解除する", + "follow": "Follow this user", + "unfollow": "Unfollow this user", + "subscribe": "Subscribe this user", + "unsubscribe": "Unsubscribe this user", "follow_requested": "フォロー承認待ち", "open_in_browser": "ブラウザで開く", "manage_list_memberships": "リストの管理", @@ -436,6 +438,8 @@ "toot_fetch_error": "トゥート詳細の読み込みに失敗しました", "follow_error": "フォローに失敗しました", "unfollow_error": "フォロー解除に失敗しました", + "subscribe_error": "Failed to subscribe the user", + "unsubscribe_error": "Failed to unsubscribe the user", "lists_fetch_error": "リストの読み込みに失敗しました", "list_create_error": "リストの作成に失敗しました", "members_fetch_error": "メンバーの取得に失敗しました",