diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5af946298..6cf33c5e2 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -663,6 +663,7 @@ experimentalFeatures: "実験的機能" developer: "開発者" makeExplorable: "アカウントを見つけやすくする" makeExplorableDescription: "オフにすると、「みつける」にアカウントが載らなくなります。" +showGapBetweenNotesInTimeline: "タイムラインのノートを離して表示" _aboutMisskey: about: "Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。" diff --git a/src/client/components/timeline.vue b/src/client/components/timeline.vue index df9424d8e..011f22ee1 100644 --- a/src/client/components/timeline.vue +++ b/src/client/components/timeline.vue @@ -1,5 +1,5 @@