モバイル版のユーザーページに知り合いのフォロワーを表示するように

This commit is contained in:
syuilo 2017-08-30 18:06:16 +09:00
parent 7fe0abc5ce
commit 5d9572cda2
4 changed files with 76 additions and 0 deletions

View file

@ -484,6 +484,7 @@ mobile:
recent-posts: "Recent posts"
images: "Images"
activity: "Activity"
followers-you-know: "Followers you know"
last-used-at: "Latest used at"
mk-user-overview-posts:
@ -494,6 +495,10 @@ mobile:
loading: "Loading"
no-photos: "No photos"
mk-user-overview-followers-you-know:
loading: "Loading"
no-users: "No users"
mk-users-list:
all: "All"
known: "You know"

View file

@ -485,6 +485,7 @@ mobile:
recent-posts: "最近の投稿"
images: "画像"
activity: "アクティビティ"
followers-you-know: "知り合いのフォロワー"
last-used-at: "最終ログイン"
mk-user-overview-posts:
@ -495,6 +496,10 @@ mobile:
loading: "読み込み中"
no-photos: "写真はありません"
mk-user-overview-followers-you-know:
loading: "読み込み中"
no-users: "知り合いのユーザーはいません"
mk-users-list:
all: "すべて"
known: "知り合い"