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 @@