From 488fe2e7bd8cf4ea8d6938a4a68ef218fd2b8ca7 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Mon, 14 Oct 2019 02:00:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=BF=E3=81=A4=E3=81=91=E3=82=8B=E3=81=AB?= =?UTF-8?q?=E9=80=A3=E5=90=88=E5=88=86=E3=82=92=E8=A1=A8=E7=A4=BA=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(#5490)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * みつける Fediverse * discovered --- locales/ja-JP.yml | 2 + .../app/common/views/components/user-list.vue | 8 +- src/client/app/common/views/pages/explore.vue | 142 +++++++++--------- .../desktop/views/components/ui-container.vue | 11 +- .../mobile/views/components/ui-container.vue | 5 +- src/client/assets/fedi.jpg | Bin 0 -> 77752 bytes 6 files changed, 93 insertions(+), 75 deletions(-) create mode 100644 src/client/assets/fedi.jpg diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 7055cdb4c..672c9710b 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -413,9 +413,11 @@ common/views/pages/explore.vue: popular-users: "人気のユーザー" recently-updated-users: "最近投稿したユーザー" recently-registered-users: "新規ユーザー" + recently-discovered-users: "最近発見されたユーザー" popular-tags: "人気のタグ" federated: "連合" explore: "{host}を探索" + explore-fediverse: "Fediverseを探索" users-info: "現在{users}ユーザーが登録されています" common/views/components/reactions-viewer.details.vue: diff --git a/src/client/app/common/views/components/user-list.vue b/src/client/app/common/views/components/user-list.vue index 9cf697133..4ba4e67e5 100644 --- a/src/client/app/common/views/components/user-list.vue +++ b/src/client/app/common/views/components/user-list.vue @@ -1,5 +1,5 @@