連合しているインスタンスを一覧できるように

This commit is contained in:
syuilo 2019-02-07 18:11:20 +09:00
parent 7275bc6d3b
commit c3140f57b9
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
7 changed files with 277 additions and 55 deletions

View file

@ -1371,6 +1371,30 @@ admin/views/announcements.vue:
admin/views/hashtags.vue:
hided-tags: "Hidden Tags"
admin/views/federation.vue:
federation: "連合"
host: "ホスト"
notes: "投稿"
users: "ユーザー"
following: "フォロー中"
followers: "フォロワー"
status: "ステータス"
lookup: "照会"
instances: "インスタンス"
instance-not-registered: "そのインスタンスは登録されていません"
sort: "ソート"
sorts:
caughtAtAsc: "登録日時が古い順"
caughtAtDesc: "登録日時が新しい順"
notesAsc: "投稿が少ない順"
notesDesc: "投稿が多い順"
usersAsc: "ユーザーが少ない順"
usersDesc: "ユーザーが多い順"
followingAsc: "フォローが少ない順"
followingDesc: "フォローが多い順"
followersAsc: "フォロワーが少ない順"
followersDesc: "フォロワーが多い順"
desktop/views/pages/welcome.vue:
about: "詳しく..."
gotit: "わかった"