enhance: improve moderation log
This commit is contained in:
parent
ee44f35fea
commit
bd19d75c9c
7 changed files with 28 additions and 1 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -2276,6 +2276,7 @@ export interface Locale {
|
|||
"unsuspendRemoteInstance": string;
|
||||
"markSensitiveDriveFile": string;
|
||||
"unmarkSensitiveDriveFile": string;
|
||||
"resolveAbuseReport": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
|
|
|
@ -2189,3 +2189,4 @@ _moderationLogTypes:
|
|||
unsuspendRemoteInstance: "リモートサーバーを再開"
|
||||
markSensitiveDriveFile: "ファイルをセンシティブ付与"
|
||||
unmarkSensitiveDriveFile: "ファイルをセンシティブ解除"
|
||||
resolveAbuseReport: "通報を解決"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue