enhance: モデレーターがチャットルームの内容を確認・削除できるように

This commit is contained in:
syuilo 2025-03-25 15:51:45 +09:00
parent 304d0eb83b
commit a01ae38a07
12 changed files with 73 additions and 7 deletions

4
locales/index.d.ts vendored
View file

@ -10529,6 +10529,10 @@ export interface Locale extends ILocale {
* 稿
*/
"deleteGalleryPost": string;
/**
*
*/
"deleteChatRoom": string;
/**
*
*/

View file

@ -2791,6 +2791,7 @@ _moderationLogTypes:
deletePage: "ページを削除"
deleteFlash: "Playを削除"
deleteGalleryPost: "ギャラリーの投稿を削除"
deleteChatRoom: "チャットルームを削除"
updateProxyAccountDescription: "プロキシアカウントの説明を更新"
_fileViewer: