From f3aef8df756668847461a40110b44955090cb987 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 20 Feb 2021 22:28:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=83=A9=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=92=E7=89=B9=E5=AE=9A=E3=81=AE=E6=97=A5=E4=BB=98?= =?UTF-8?q?=E3=81=AB=E3=82=B8=E3=83=A3=E3=83=B3=E3=83=97=E3=81=99=E3=82=8B?= =?UTF-8?q?=E6=A9=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 3 +++ src/client/ui/chat/index.vue | 23 +++++++++++++++---- src/client/ui/chat/timeline.vue | 17 +++++++++++++- src/server/api/endpoints/channels/timeline.ts | 2 +- 4 files changed, 39 insertions(+), 6 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index e7057e3f8..e5700fe05 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -707,6 +707,9 @@ emailNotification: "メール通知" inChannelSearch: "チャンネル内検索" useReactionPickerForContextMenu: "右クリックでリアクションピッカーを開く" typingUsers: "{users}が入力中" +jumpToSpecifiedDate: "特定の日付にジャンプ" +showingPastTimeline: "過去のタイムラインを表示しています" +clear: "クリア" _email: _follow: diff --git a/src/client/ui/chat/index.vue b/src/client/ui/chat/index.vue index bd0fd324f..26c81a1aa 100644 --- a/src/client/ui/chat/index.vue +++ b/src/client/ui/chat/index.vue @@ -99,6 +99,9 @@
{{ instanceName }}
+ @@ -115,8 +118,8 @@
- - + + @@ -131,7 +134,7 @@