From 49958ca03f5f07890f81ae24c2024d5105c75d1a Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 7 Feb 2019 21:23:12 +0900 Subject: [PATCH] Make instance information more detail --- locales/ja-JP.yml | 2 ++ src/client/app/admin/views/federation.vue | 31 ++++++++++++++++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d1909ba4f..27fc640a8 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1379,6 +1379,8 @@ admin/views/federation.vue: following: "フォロー中" followers: "フォロワー" status: "ステータス" + latest-request-sent-at: "直近のリクエスト送信" + latest-request-received-at: "直近のリクエスト受信" lookup: "照会" instances: "インスタンス" instance-not-registered: "そのインスタンスは登録されていません" diff --git a/src/client/app/admin/views/federation.vue b/src/client/app/admin/views/federation.vue index 3c23da513..2e403829a 100644 --- a/src/client/app/admin/views/federation.vue +++ b/src/client/app/admin/views/federation.vue @@ -9,7 +9,36 @@ {{ $t('lookup') }}
- {{ instance.host }} + + {{ $t('host') }} + + + + {{ $t('notes') }} + + + {{ $t('users') }} + + + + + {{ $t('following') }} + + + {{ $t('followers') }} + + + + + {{ $t('latest-request-sent-at') }} + + + {{ $t('status') }} + + + + {{ $t('latest-request-received-at') }} +