enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)

This commit is contained in:
まっちゃとーにゅ 2024-03-07 07:28:55 +09:00 committed by GitHub
parent ab48a44142
commit 3c8475e5ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 52 additions and 9 deletions

View file

@ -500,6 +500,9 @@ emojiStyle: "Emoji style"
native: "Native"
disableDrawer: "Don't use drawer-style menus"
showNoteActionsOnlyHover: "Only show note actions on hover"
showRepliesCount: "Show note's count of replies"
showRenotesCount: "Show note's count of renotes"
showReactionsCount: "Show note's count of reactions"
noHistory: "No history available"
signinHistory: "Login history"
enableAdvancedMfm: "Enable advanced MFM"

12
locales/index.d.ts vendored
View file

@ -2016,6 +2016,18 @@ export interface Locale extends ILocale {
*
*/
"showNoteActionsOnlyHover": string;
/**
*
*/
"showRepliesCount": string;
/**
*
*/
"showRenotesCount": string;
/**
*
*/
"showReactionsCount": string;
/**
*
*/

View file

@ -500,6 +500,9 @@ emojiStyle: "絵文字のスタイル"
native: "ネイティブ"
disableDrawer: "メニューをドロワーで表示しない"
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
showRepliesCount: "ノートの返信数を表示する"
showRenotesCount: "ノートのリノート数を表示する"
showReactionsCount: "ノートのリアクション数を表示する"
noHistory: "履歴はありません"
signinHistory: "ログイン履歴"
enableAdvancedMfm: "高度なMFMを有効にする"

View file

@ -499,6 +499,9 @@ emojiStyle: "이모지 스타일"
native: "기본"
disableDrawer: "드로어 메뉴를 사용하지 않기"
showNoteActionsOnlyHover: "노트 액션 버튼을 마우스를 올렸을 때에만 표시"
showRepliesCount: "노트의 답글 수를 표시"
showRenotesCount: "노트의 리노트 수를 표시"
showReactionsCount: "노트의 리액션 수를 표시"
noHistory: "기록이 없습니다"
signinHistory: "로그인 기록"
enableAdvancedMfm: "고급 MFM을 활성화"