非承認制アカウントのリモートフォローではフォロー許可待ちと表示しない (#2796)

This commit is contained in:
MeiMei 2018-10-01 19:28:24 +09:00 committed by syuilo
parent 110aadd65c
commit cd0b9a8e3f
5 changed files with 12 additions and 3 deletions

View file

@ -439,6 +439,7 @@ common/views/pages/follow.vue:
following: "Following"
follow: "Follow"
request-pending: "Pending follow request"
follow-processing: "Processing follow"
follow-request: "Follow request"
desktop:
banner-crop-title: "Crop the part that appears as a banner"
@ -565,6 +566,7 @@ desktop/views/components/follow-button.vue:
following: "Following"
follow: "Follow"
request-pending: "Pending follow request"
follow-processing: "Processing follow"
follow-request: "Follow request"
desktop/views/components/followers-window.vue:
followers: "{}'s followers"
@ -1044,6 +1046,7 @@ mobile/views/components/follow-button.vue:
following: "Following"
follow: "Follow"
request-pending: "Pending follow request"
follow-processing: "Processing follow"
follow-request: "Follow request"
mobile/views/components/friends-maker.vue:
title: "Let's follow them"

View file

@ -514,6 +514,7 @@ common/views/pages/follow.vue:
following: "フォロー中"
follow: "フォロー"
request-pending: "フォロー許可待ち"
follow-processing: "フォロー処理中"
follow-request: "フォロー申請"
desktop:
@ -656,6 +657,7 @@ desktop/views/components/follow-button.vue:
following: "フォロー中"
follow: "フォロー"
request-pending: "フォロー許可待ち"
follow-processing: "フォロー処理中"
follow-request: "フォロー申請"
desktop/views/components/followers-window.vue:
@ -1232,6 +1234,7 @@ mobile/views/components/follow-button.vue:
following: "フォロー中"
follow: "フォロー"
request-pending: "フォロー許可待ち"
follow-processing: "フォロー処理中"
follow-request: "フォロー申請"
mobile/views/components/friends-maker.vue: