enhance(frontend): リプライ・リノート・リアクションの総数を表示するか設定で選べるように (MisskeyIO#512)
This commit is contained in:
parent
ab48a44142
commit
3c8475e5ac
9 changed files with 52 additions and 9 deletions
|
|
@ -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
12
locales/index.d.ts
vendored
|
|
@ -2016,6 +2016,18 @@ export interface Locale extends ILocale {
|
|||
* ノートのアクションをホバー時のみ表示する
|
||||
*/
|
||||
"showNoteActionsOnlyHover": string;
|
||||
/**
|
||||
* ノートの返信数を表示する
|
||||
*/
|
||||
"showRepliesCount": string;
|
||||
/**
|
||||
* ノートのリノート数を表示する
|
||||
*/
|
||||
"showRenotesCount": string;
|
||||
/**
|
||||
* ノートのリアクション数を表示する
|
||||
*/
|
||||
"showReactionsCount": string;
|
||||
/**
|
||||
* 履歴はありません
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -500,6 +500,9 @@ emojiStyle: "絵文字のスタイル"
|
|||
native: "ネイティブ"
|
||||
disableDrawer: "メニューをドロワーで表示しない"
|
||||
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
|
||||
showRepliesCount: "ノートの返信数を表示する"
|
||||
showRenotesCount: "ノートのリノート数を表示する"
|
||||
showReactionsCount: "ノートのリアクション数を表示する"
|
||||
noHistory: "履歴はありません"
|
||||
signinHistory: "ログイン履歴"
|
||||
enableAdvancedMfm: "高度なMFMを有効にする"
|
||||
|
|
|
|||
|
|
@ -499,6 +499,9 @@ emojiStyle: "이모지 스타일"
|
|||
native: "기본"
|
||||
disableDrawer: "드로어 메뉴를 사용하지 않기"
|
||||
showNoteActionsOnlyHover: "노트 액션 버튼을 마우스를 올렸을 때에만 표시"
|
||||
showRepliesCount: "노트의 답글 수를 표시"
|
||||
showRenotesCount: "노트의 리노트 수를 표시"
|
||||
showReactionsCount: "노트의 리액션 수를 표시"
|
||||
noHistory: "기록이 없습니다"
|
||||
signinHistory: "로그인 기록"
|
||||
enableAdvancedMfm: "고급 MFM을 활성화"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue