mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
add moderation logs for many endpoints
- `/admin/delete-all-files-of-a-user` - `/admin/nsfw-user` - `/admin/unnsfw-user` - `/admin/silence-user` - `/admin/unsilence-user` - `/admin/accounts/create` - `/admin/drive/clean-remote-files` - `/admin/drive/cleanup` - `/admin/emoji/set-category-bulk` - `/admin/emoji/set-license-bulk` - `/admin/emoji/set-aliases-bulk` - `/admin/emoji/add-aliases-bulk` - `/admin/emoji/remove-aliases-bulk` - `/admin/emoji/import-zip` - `/admin/federation/delete-all-files` - `/admin/federation/remove-all-following` - `/admin/promo/create` - `/admin/relay/add` - `/admin/relay/remove`
This commit is contained in:
72
locales/index.d.ts
vendored
72
locales/index.d.ts
vendored
@@ -1403,7 +1403,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"inputNewFileName": string;
|
||||
/**
|
||||
* 新しいキャプションを入力してください
|
||||
* Enter new alt text
|
||||
*/
|
||||
"inputNewDescription": string;
|
||||
/**
|
||||
@@ -2603,11 +2603,11 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"description": string;
|
||||
/**
|
||||
* キャプションを付ける
|
||||
* Add alt text
|
||||
*/
|
||||
"describeFile": string;
|
||||
/**
|
||||
* キャプションを入力
|
||||
* Enter alt text
|
||||
*/
|
||||
"enterFileDescription": string;
|
||||
/**
|
||||
@@ -4084,7 +4084,7 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"windowRestore": string;
|
||||
/**
|
||||
* キャプション
|
||||
* Alt text
|
||||
*/
|
||||
"caption": string;
|
||||
/**
|
||||
@@ -10254,6 +10254,66 @@ export interface Locale extends ILocale {
|
||||
* Allowed quote posts from user
|
||||
*/
|
||||
"allowQuotesUser": string;
|
||||
/**
|
||||
* Cleared a user's drive files
|
||||
*/
|
||||
"clearUserFiles": string;
|
||||
/**
|
||||
* Marked user as NSFW
|
||||
*/
|
||||
"nsfwUser": string;
|
||||
/**
|
||||
* Un-marked user as NSFW
|
||||
*/
|
||||
"unNsfwUser": string;
|
||||
/**
|
||||
* Silenced user
|
||||
*/
|
||||
"silenceUser": string;
|
||||
/**
|
||||
* Un-silenced user
|
||||
*/
|
||||
"unSilenceUser": string;
|
||||
/**
|
||||
* Created an account
|
||||
*/
|
||||
"createAccount": string;
|
||||
/**
|
||||
* Cleared remote drive files
|
||||
*/
|
||||
"clearRemoteFiles": string;
|
||||
/**
|
||||
* Cleared owner-less drive files
|
||||
*/
|
||||
"clearOwnerlessFiles": string;
|
||||
/**
|
||||
* Updated custom emojis
|
||||
*/
|
||||
"updateCustomEmojis": string;
|
||||
/**
|
||||
* Imported custom emojis
|
||||
*/
|
||||
"importCustomEmojis": string;
|
||||
/**
|
||||
* Cleared an instance's drive files
|
||||
*/
|
||||
"clearInstanceFiles": string;
|
||||
/**
|
||||
* Severed follow relations with an instance
|
||||
*/
|
||||
"severFollowRelations": string;
|
||||
/**
|
||||
* Created a note promo
|
||||
*/
|
||||
"createPromo": string;
|
||||
/**
|
||||
* Added a relay
|
||||
*/
|
||||
"addRelay": string;
|
||||
/**
|
||||
* Removed a relay
|
||||
*/
|
||||
"removeRelay": string;
|
||||
};
|
||||
"_fileViewer": {
|
||||
/**
|
||||
@@ -11601,6 +11661,10 @@ export interface Locale extends ILocale {
|
||||
* Flash
|
||||
*/
|
||||
"flash": string;
|
||||
/**
|
||||
* Files removed:
|
||||
*/
|
||||
"filesRemoved": string;
|
||||
"_flash": {
|
||||
/**
|
||||
* Flash Content Hidden
|
||||
|
||||
Reference in New Issue
Block a user