View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/662 Closes #579, #715, and #716 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Vendored
+24
@@ -632,6 +632,10 @@ export interface Locale extends ILocale {
|
||||
* ユーザーのすべてのメディアをNSFWとしてマークする
|
||||
*/
|
||||
"markAsNSFW": string;
|
||||
/**
|
||||
* Mark as NSFW
|
||||
*/
|
||||
"markInstanceAsNSFW": string;
|
||||
/**
|
||||
* 凍結
|
||||
*/
|
||||
@@ -928,6 +932,10 @@ export interface Locale extends ILocale {
|
||||
* サーバーをメディアサイレンス
|
||||
*/
|
||||
"mediaSilenceThisInstance": string;
|
||||
/**
|
||||
* Reject reports from this instance
|
||||
*/
|
||||
"rejectReports": string;
|
||||
/**
|
||||
* 操作
|
||||
*/
|
||||
@@ -10000,6 +10008,22 @@ export interface Locale extends ILocale {
|
||||
* リモートサーバーを再開
|
||||
*/
|
||||
"unsuspendRemoteInstance": string;
|
||||
/**
|
||||
* Set remote instance as NSFW
|
||||
*/
|
||||
"setRemoteInstanceNSFW": string;
|
||||
/**
|
||||
* Set remote instance as NSFW
|
||||
*/
|
||||
"unsetRemoteInstanceNSFW": string;
|
||||
/**
|
||||
* Rejected reports from remote instance
|
||||
*/
|
||||
"rejectRemoteInstanceReports": string;
|
||||
/**
|
||||
* Accepted reports from remote instance
|
||||
*/
|
||||
"acceptRemoteInstanceReports": string;
|
||||
/**
|
||||
* リモートサーバーのモデレーションノート更新
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user