diff --git a/locales/en-US.yml b/locales/en-US.yml index d682712f67..6244267e5f 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2241,4 +2241,5 @@ incorrectLanguageWarning: "It looks like your post is in {detected}, but you sel noteEditHistory: "Post edit history" slashQuote: "Chain quote" foldNotification: "Group similar notifications" -collapseReplyInTimeline: "Collapse replied posts in timeline" +mergeThreadInTimeline: "Merge posts in timeline into threads if possible" +mergeRenotesInTimeline: "Merge boosts" diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index 662bbd5ab3..464f186ea5 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -2068,4 +2068,5 @@ noteEditHistory: "帖子编辑历史" media: 媒体 slashQuote: "斜杠引用" foldNotification: "将通知按同类型分组" -collapseReplyInTimeline: "折叠显示时间线里被回复的帖子" +mergeThreadInTimeline: "将时间线内的连续回复合并成一串" +mergeRenotesInTimeline: "合并转发" diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index 3d5d6d59b5..a712bf4d8b 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -1,7 +1,7 @@