add "reject quotes" toggle at user and instance level
+ improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance
This commit is contained in:
@@ -41,6 +41,10 @@ continueOnRemote: "Continue on remote instance"
|
||||
chooseServerOnMisskeyHub: "Choose a instance from Misskey Hub"
|
||||
mediaSilenceThisInstance: "Silence media from this instance"
|
||||
rejectReports: "Reject reports from this instance"
|
||||
rejectQuotesInstance: "Reject quote posts from this instance"
|
||||
rejectQuotesUser: "Reject quote posts from this user"
|
||||
rejectQuotesConfirm: "Are you sure you wish to reject quote posts?"
|
||||
allowQuotesConfirm: "Are you sure you wish to allow quote posts?"
|
||||
silencedInstancesDescription: "List the host names of the instances that you want to silence, separated by a new line. All accounts belonging to the listed instances will be treated as silenced, and can only make follow requests, and cannot mention local accounts if not followed. This will not affect the blocked instances."
|
||||
mediaSilencedInstances: "Media-silenced instances"
|
||||
mediaSilencedInstancesDescription: "List the host names of the instances that you want to media-silence, separated by a new line. All accounts belonging to the listed instances will be treated as sensitive, and can't use custom emojis. This will not affect the blocked instances."
|
||||
@@ -309,6 +313,8 @@ _moderationLogTypes:
|
||||
unsetRemoteInstanceNSFW: "Set remote instance as NSFW"
|
||||
rejectRemoteInstanceReports: "Rejected reports from remote instance"
|
||||
acceptRemoteInstanceReports: "Accepted reports from remote instance"
|
||||
rejectQuotesUser: "Rejected quotes from user"
|
||||
allowQuotesUser: "Allowed quotes from user"
|
||||
_mfm:
|
||||
uncommonFeature: "This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks"
|
||||
intro: "MFM is a markup language used on Misskey, Sharkey, Firefish, Akkoma, and more that can be used in many places. Here you can view a list of all available MFM syntax."
|
||||
@@ -441,6 +447,7 @@ _permissions:
|
||||
"write:admin:cw-user": "Apply mandatory CW on users"
|
||||
"write:admin:silence-user": "Silence users"
|
||||
"write:admin:unsilence-user": "Un-silence users"
|
||||
"write:admin:reject-quotes": "Allow/Reject quote posts from a user"
|
||||
"read:notes-schedule": "View your list of scheduled notes"
|
||||
"write:notes-schedule": "Compose or delete scheduled notes"
|
||||
|
||||
@@ -477,3 +484,6 @@ id: "ID"
|
||||
|
||||
mandatoryCW: "Force content warning"
|
||||
mandatoryCWDescription: "Applies a content warning to all posts created by this user. If the post already has a CW, then this is appended to the end."
|
||||
|
||||
_processErrors:
|
||||
quoteUnavailable: "Unable to process quote. This post may be missing context."
|
||||
|
||||
Reference in New Issue
Block a user