enhance: improve moderation log
This commit is contained in:
parent
5831670014
commit
19a643ac70
7 changed files with 24 additions and 1 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -2277,6 +2277,7 @@ export interface Locale {
|
|||
"markSensitiveDriveFile": string;
|
||||
"unmarkSensitiveDriveFile": string;
|
||||
"resolveAbuseReport": string;
|
||||
"createInvitation": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
|
|
|
@ -2190,3 +2190,4 @@ _moderationLogTypes:
|
|||
markSensitiveDriveFile: "ファイルをセンシティブ付与"
|
||||
unmarkSensitiveDriveFile: "ファイルをセンシティブ解除"
|
||||
resolveAbuseReport: "通報を解決"
|
||||
createInvitation: "招待コードを作成"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue