Merge remote-tracking branch 'misskey/develop' into future

This commit is contained in:
dakkar 2024-03-08 16:09:56 +00:00
commit 15c78d1a01
7 changed files with 14 additions and 2 deletions

4
locales/index.d.ts vendored
View file

@ -2044,6 +2044,10 @@ export interface Locale extends ILocale {
*
*/
"showNoteActionsOnlyHover": string;
/**
*
*/
"showReactionsCount": string;
/**
*
*/

View file

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