diff --git a/src/lib/moderation/useLabelStrings.ts b/src/lib/moderation/useLabelStrings.ts index 5542f53d3f..42a1623b67 100644 --- a/src/lib/moderation/useLabelStrings.ts +++ b/src/lib/moderation/useLabelStrings.ts @@ -125,26 +125,6 @@ export function useLabelStrings(): LabelStrings { ), }, }, - plagiarism: { - general: { - name: _(msg`Plagiarism`), - description: _( - msg`Content that appears to have been taken from another creator without attribution.`, - ), - }, - account: { - name: _(msg`Plagiarism`), - description: _( - msg`The moderators believe this account has published content which is plagiarized.`, - ), - }, - content: { - name: _(msg`Plagiarism`), - description: _( - msg`The moderators believe this content is plagiarized.`, - ), - }, - }, porn: { general: { name: _(msg`Pornography`), @@ -205,46 +185,6 @@ export function useLabelStrings(): LabelStrings { ), }, }, - nsfl: { - general: { - name: _(msg`NSFL`), - description: _( - msg`"Not Suitable For Life." This includes graphic images like the infamous "goatse" (don\'t look it up).`, - ), - }, - account: { - name: _(msg`Graphic Imagery (NSFL)`), - description: _( - msg`This account contains graphic images which are often referred to as "Not Suitable For Life."`, - ), - }, - content: { - name: _(msg`Graphic Imagery (NSFL)`), - description: _( - msg`This content contains graphic images which are often referred to as "Not Suitable For Life."`, - ), - }, - }, - corpse: { - general: { - name: _(msg`Corpse`), - description: _( - msg`Visual image of a dead human body in any context. Includes war images, hanging, funeral caskets. Does not include all figurative cases (cartoons), but can include realistic figurative images or renderings.`, - ), - }, - account: { - name: _(msg`Graphic Imagery (Corpse)`), - description: _( - msg`This account contains images of a dead human body in any context. Includes war images, hanging, funeral caskets.`, - ), - }, - content: { - name: _(msg`Graphic Imagery (Corpse)`), - description: _( - msg`This content contains images of a dead human body in any context. Includes war images, hanging, funeral caskets.`, - ), - }, - }, gore: { general: { name: _(msg`Gore`), @@ -265,750 +205,6 @@ export function useLabelStrings(): LabelStrings { ), }, }, - torture: { - general: { - name: _(msg`Torture`), - description: _( - msg`Depictions of torture of a human or animal (animal cruelty).`, - ), - }, - account: { - name: _(msg`Graphic Imagery (Torture)`), - description: _( - msg`This account contains depictions of torture of a human or animal.`, - ), - }, - content: { - name: _(msg`Graphic Imagery (Torture)`), - description: _( - msg`This content contains depictions of torture of a human or animal.`, - ), - }, - }, - 'substance-abuse': { - general: { - name: _(msg`Substance Abuse`), - description: _(msg`Abuse of drugs or alcohol.`), - }, - account: { - name: _(msg`Substance Abuse`), - description: _( - msg`This account has published content which includes drug or alcohol abuse.`, - ), - }, - content: { - name: _(msg`Substance Abuse`), - description: _(msg`This content includes drug or alcohol abuse.`), - }, - }, - 'self-harm': { - general: { - name: _(msg`Self-Harm`), - description: _( - msg`A visual depiction (photo or figurative) of cutting, suicide, or similar.`, - ), - }, - account: { - name: _(msg`Graphic Imagery (Self-Harm)`), - description: _( - msg`This account includes depictions of cutting, suicide, or other forms of self-harm.`, - ), - }, - content: { - name: _(msg`Graphic Imagery (Self-Harm)`), - description: _( - msg`This content includes depictions of cutting, suicide, or other forms of self-harm.`, - ), - }, - }, - 'eating-disorder': { - general: { - name: _(msg`Eating Disorder`), - description: _( - msg`Discussion of anorexia, bulimia, or other forms of eating disorders.`, - ), - }, - account: { - name: _(msg`Eating Disorder`), - description: _( - msg`This account has published content which discusses anorexia, bulimia, or other forms of eating disorders.`, - ), - }, - content: { - name: _(msg`Eating Disorder`), - description: _( - msg`This content discusses anorexia, bulimia, or other forms of eating disorders.`, - ), - }, - }, - 'intolerant-race': { - general: { - name: _(msg`Racial Intolerance`), - description: _(msg`Hateful or intolerant content related to race.`), - }, - account: { - name: _(msg`Intolerance (Racial)`), - description: _( - msg`This account includes hateful or intolerant content related to race.`, - ), - }, - content: { - name: _(msg`Intolerance (Racial)`), - description: _( - msg`This content includes hateful or intolerant views related to race.`, - ), - }, - }, - 'intolerant-gender': { - general: { - name: _(msg`Gender Intolerance`), - description: _( - msg`Hateful or intolerant content related to gender or gender identity.`, - ), - }, - account: { - name: _(msg`Intolerance (Gender)`), - description: _( - msg`This account includes hateful or intolerant content related to gender or gender identity.`, - ), - }, - content: { - name: _(msg`Intolerance (Gender)`), - description: _( - msg`This content includes hateful or intolerant views related to gender or gender identity.`, - ), - }, - }, - 'intolerant-sexual-orientation': { - general: { - name: _(msg`Sexual Orientation Intolerance`), - description: _( - msg`Hateful or intolerant content related to sexual preferences.`, - ), - }, - account: { - name: _(msg`Intolerance (Orientation)`), - description: _( - msg`This account includes hateful or intolerant content related to sexual preferences.`, - ), - }, - content: { - name: _(msg`Intolerance (Orientation)`), - description: _( - msg`This content includes hateful or intolerant views related to sexual preferences.`, - ), - }, - }, - 'intolerant-religion': { - general: { - name: _(msg`Religious Intolerance`), - description: _( - msg`Hateful or intolerant content related to religious views or practices.`, - ), - }, - account: { - name: _(msg`Intolerance (Religious)`), - description: _( - msg`This account includes hateful or intolerant content related to religious views or practices.`, - ), - }, - content: { - name: _(msg`Intolerance (Religious)`), - description: _( - msg`This content includes hateful or intolerant views related to religious views or practices.`, - ), - }, - }, - intolerant: { - general: { - name: _(msg`Intolerance`), - description: _( - msg`A catchall for hateful or intolerant content which is not covered elsewhere.`, - ), - }, - account: { - name: _(msg`Intolerance`), - description: _( - msg`This account includes hateful or intolerant content.`, - ), - }, - content: { - name: _(msg`Intolerance`), - description: _( - msg`This content includes hateful or intolerant views.`, - ), - }, - }, - harassment: { - general: { - name: _(msg`Harassment`), - description: _( - msg`Frequent unwanted interactions, commentary, or negativity toward other users.`, - ), - }, - account: { - name: _(msg`Harassment`), - description: _( - msg`This account has engaged in frequent unwanted interactions, commentary, or negativity toward other users.`, - ), - }, - content: { - name: _(msg`Harassment`), - description: _( - msg`This content is part of frequent unwanted interactions, commentary, or negativity toward other users.`, - ), - }, - }, - bullying: { - general: { - name: _(msg`Bullying`), - description: _( - msg`Needless negativity or cruelty toward another user.`, - ), - }, - account: { - name: _(msg`Bullying`), - description: _( - msg`This account has engaged in needless negativity or cruelty toward other users.`, - ), - }, - content: { - name: _(msg`Bullying`), - description: _( - msg`Needless negativity or cruelty toward another user.`, - ), - }, - }, - rude: { - general: { - name: _(msg`Rude`), - description: _( - msg`Unkind, impolite, or uncharitable behavior toward another user.`, - ), - }, - account: { - name: _(msg`Rude`), - description: _( - msg`This account has been unkind, impolite, or uncharitable toward another user.`, - ), - }, - content: { - name: _(msg`Rude`), - description: _( - msg`Unkind, impolite, or uncharitable behavior toward another user.`, - ), - }, - }, - threat: { - general: { - name: _(msg`Threats`), - description: _( - msg`Statements or imagery published with the intent to threaten, intimidate, or harm.`, - ), - }, - account: { - name: _(msg`Threats`), - description: _( - msg`The moderators believe this account has published statements or imagery with the intent to threaten, intimidate, or harm others.`, - ), - }, - content: { - name: _(msg`Threats`), - description: _( - msg`The moderators believe this content was published with the intent to threaten, intimidate, or harm others.`, - ), - }, - }, - disgusting: { - general: { - name: _(msg`Disgusting`), - description: _(msg`Gross or disgusting, such as pictures of poop.`), - }, - account: { - name: _(msg`Disgusting`), - description: _( - msg`This account includes content which is gross or disgusting, such as pictures of poop.`, - ), - }, - content: { - name: _(msg`Disgusting`), - description: _( - msg`This includes content which is gross or disgusting, such as pictures of poop.`, - ), - }, - }, - upsetting: { - general: { - name: _(msg`Upsetting`), - description: _(msg`Upsetting to read or see.`), - }, - account: { - name: _(msg`Upsetting`), - description: _( - msg`This account includes content which might ruin your day.`, - ), - }, - content: { - name: _(msg`Upsetting`), - description: _(msg`This includes content which might ruin your day.`), - }, - }, - troubling: { - general: { - name: _(msg`Troubling`), - description: _( - msg`Information which is difficult to process and may affect your mood.`, - ), - }, - account: { - name: _(msg`Troubling`), - description: _( - msg`This account publishes information which is difficult to process and may affect your mood.`, - ), - }, - content: { - name: _(msg`Troubling`), - description: _( - msg`Information which is difficult to process and may affect your mood.`, - ), - }, - }, - dispiriting: { - general: { - name: _(msg`Dispiriting`), - description: _(msg`Content which is pessimistic, cynical, or sad.`), - }, - account: { - name: _(msg`Dispiriting`), - description: _( - msg`This account publishes content which is pessimistic, cynical, or sad.`, - ), - }, - content: { - name: _(msg`Dispiriting`), - description: _( - msg`Includes content which is pessimistic, cynical, or sad.`, - ), - }, - }, - 'bad-news': { - general: { - name: _(msg`Bad News`), - description: _( - msg`Recent events which involve death, harm, loss, or bad outcomes.`, - ), - }, - account: { - name: _(msg`Bad News`), - description: _( - msg`This account publishes about recent events which involve death, harm, loss, or bad outcomes.`, - ), - }, - content: { - name: _(msg`Bad News`), - description: _( - msg`Discusses recent events which involve death, harm, loss, or bad outcomes.`, - ), - }, - }, - 'icon-intolerant': { - general: { - name: _(msg`Intolerant Iconography`), - description: _( - msg`Visual imagery associated with a hate group, such as the KKK or Nazi, in any context (supportive, critical, documentary, etc).`, - ), - }, - account: { - name: _(msg`Intolerant Iconography`), - description: _( - msg`This account includes imagery associated with a hate group such as the KKK or Nazis. This warning may apply to content any context, including critical or documentary purposes.`, - ), - }, - content: { - name: _(msg`Intolerant Iconography`), - description: _( - msg`This content includes imagery associated with a hate group such as the KKK or Nazis. This warning may apply to content any context, including critical or documentary purposes.`, - ), - }, - }, - discourse: { - general: { - name: _(msg`Discourse`), - description: _( - msg`Lengthy debate about a topic which may stir strong emotions.`, - ), - }, - account: { - name: _(msg`Discourse`), - description: _( - msg`This account engages in lengthy debate about a topic which may stir strong emotions.`, - ), - }, - content: { - name: _(msg`Discourse`), - description: _( - msg`This content is a part of lengthy debate about a topic which may stir strong emotions.`, - ), - }, - }, - drama: { - general: { - name: _(msg`Drama`), - description: _( - msg`A debate, argument, or controversy within a community.`, - ), - }, - account: { - name: _(msg`Drama`), - description: _( - msg`This account engages in debate, argument, or controversy within a community.`, - ), - }, - content: { - name: _(msg`Drama`), - description: _( - msg`This content is a part of debate, argument, or controversy within a community.`, - ), - }, - }, - dislike: { - general: { - name: _(msg`Dislike`), - description: _( - msg`Judgment of the moderators to remove content they feel does not meet their standards of quality, however they choose to define it.`, - ), - }, - account: { - name: _(msg`Dislike`), - description: _( - msg`The moderators feel this account does not meet their standards of quality.`, - ), - }, - content: { - name: _(msg`Dislike`), - description: _( - msg`The moderators feel this content does not meet their standards of quality.`, - ), - }, - }, - spam: { - general: { - name: _(msg`Spam`), - description: _( - msg`Repeat, low-quality messages which are clearly not designed to add to a conversation or space.`, - ), - }, - account: { - name: _(msg`Spam`), - description: _( - msg`This account publishes repeat, low-quality messages which are clearly not designed to add to a conversation or space.`, - ), - }, - content: { - name: _(msg`Spam`), - description: _( - msg`This content is a part of repeat, low-quality messages which are clearly not designed to add to a conversation or space.`, - ), - }, - }, - 'interaction-noise': { - general: { - name: _(msg`Interaction Noise`), - description: _( - msg`Repeat low-quality interactions designed to get your attention, such as repeatedly following and unfollowing.`, - ), - }, - account: { - name: _(msg`Interaction Noise`), - description: _( - msg`This account engages in repeated low-quality interactions designed to get your attention, such as repeatedly following and unfollowing.`, - ), - }, - content: { - name: _(msg`Interaction Noise`), - description: _( - msg`This content is a part of repeated low-quality interactions designed to get your attention, such as repeatedly following and unfollowing.`, - ), - }, - }, - 'engagement-farming': { - general: { - name: _(msg`Engagement Farming`), - description: _( - msg`Automated interactions designed to drive up engagement with an account or some content.`, - ), - }, - account: { - name: _(msg`Engagement Farming`), - description: _( - msg`This account engages in automated interactions designed to drive up engagement with an account or some content.`, - ), - }, - content: { - name: _(msg`Engagement Farming`), - description: _( - msg`This content is an automated interaction designed to drive up engagement with an account or some content.`, - ), - }, - }, - shilling: { - general: { - name: _(msg`Shilling`), - description: _( - msg`Unwanted promotion, shilling, or advertisement for some product or service.`, - ), - }, - account: { - name: _(msg`Shilling`), - description: _( - msg`This account engages in unwanted promotion, shilling, or advertisement for some product or service.`, - ), - }, - content: { - name: _(msg`Shilling`), - description: _( - msg`This content is unwanted promotion, shilling, or advertisement for some product or service.`, - ), - }, - }, - impersonation: { - general: { - name: _(msg`Impersonation`), - description: _(msg`Accounts which falsely assert some identity.`), - }, - account: { - name: _(msg`Impersonation Warning`), - description: _( - msg`The moderators believe this account is lying about their identity.`, - ), - }, - content: { - name: _(msg`Impersonation Warning`), - description: _( - msg`The moderators believe this account is lying about their identity.`, - ), - }, - }, - scam: { - general: { - name: _(msg`Scam`), - description: _(msg`Fraudulent content.`), - }, - account: { - name: _(msg`Scam Warning`), - description: _( - msg`The moderators believe this account publishes fraudulent content.`, - ), - }, - content: { - name: _(msg`Scam Warning`), - description: _( - msg`The moderators believe this is fraudulent content.`, - ), - }, - }, - 'account-security': { - general: { - name: _(msg`Security Concerns`), - description: _( - msg`Content designed to hijack user accounts such as a phishing attack.`, - ), - }, - account: { - name: _(msg`Security Warning`), - description: _( - msg`This account has published content designed to hijack user accounts such as a phishing attack.`, - ), - }, - content: { - name: _(msg`Security Warning`), - description: _( - msg`This content is designed to hijack user accounts such as a phishing attack.`, - ), - }, - }, - 'net-abuse': { - general: { - name: _(msg`Network Attacks`), - description: _( - msg`Content designed to attack network systems such as denial-of-service attacks.`, - ), - }, - account: { - name: _(msg`Network Attack Warning`), - description: _( - msg`This account has published content designed to attack network systems such as denial-of-service attacks.`, - ), - }, - content: { - name: _(msg`Network Attack Warning`), - description: _( - msg`This content is designed to attack network systems such as denial-of-service attacks.`, - ), - }, - }, - misinfo: { - general: { - name: _(msg`Misinformation`), - description: _(msg`False information.`), - }, - account: { - name: _(msg`Misinformation`), - description: _( - msg`The moderators believe this account is spreading false information.`, - ), - }, - content: { - name: _(msg`Misinformation`), - description: _( - msg`The moderators believe this includes false information.`, - ), - }, - }, - misleading: { - general: { - name: _(msg`Misleading`), - description: _(msg`Accounts which share misleading information.`), - }, - account: { - name: _(msg`Misleading`), - description: _( - msg`The moderators believe this account is spreading misleading information.`, - ), - }, - content: { - name: _(msg`Misleading`), - description: _( - msg`The moderators believe this account is spreading misleading information.`, - ), - }, - }, - unverified: { - general: { - name: _(msg`Unverified`), - description: _( - msg`Information which is not certain to be true or false.`, - ), - }, - account: { - name: _(msg`Unverified`), - description: _( - msg`The moderators believe this account is spreading information which is not certain to be true or false.`, - ), - }, - content: { - name: _(msg`Unverified`), - description: _( - msg`The moderators believe this includes information which is not certain to be true or false.`, - ), - }, - }, - manipulated: { - general: { - name: _(msg`Manipulated`), - description: _( - msg`Media which has been modified from its original form.`, - ), - }, - account: { - name: _(msg`Manipulated`), - description: _( - msg`The moderators believe this account is spreading media which has been modified from its original form.`, - ), - }, - content: { - name: _(msg`Manipulated`), - description: _( - msg`The moderators believe this includes media which has been modified from its original form.`, - ), - }, - }, - fringe: { - general: { - name: _(msg`Fringe / Conspiracy`), - description: _( - msg`Explanations for events that assert a conspiracy by powerful groups instead of other more probable explanations.`, - ), - }, - account: { - name: _(msg`Fringe / Conspiracy`), - description: _( - msg`The moderators believe this account is engaged in spreading conspiracy theories.`, - ), - }, - content: { - name: _(msg`Fringe / Conspiracy`), - description: _( - msg`The moderators believe this asserts a conspiracy instead of other more probable explanations.`, - ), - }, - }, - satire: { - general: { - name: _(msg`Satire`), - description: _( - msg`Content which is not intended to be taken seriously.`, - ), - }, - account: { - name: _(msg`Satire`), - description: _( - msg`This account is not intended to be taken seriously.`, - ), - }, - content: { - name: _(msg`Satire`), - description: _(msg`This is not intended to be taken seriously.`), - }, - }, - parody: { - general: { - name: _(msg`Parody`), - description: _( - msg`Content which is poking fun at something else through imitation.`, - ), - }, - account: { - name: _(msg`Parody`), - description: _( - msg`This account is poking fun at something else through imitation.`, - ), - }, - content: { - name: _(msg`Parody`), - description: _( - msg`This is poking fun at something else through imitation.`, - ), - }, - }, - bot: { - general: { - name: _(msg`Bot`), - description: _(msg`An automated account.`), - }, - account: { - name: _(msg`Bot`), - description: _(msg`This account is automated.`), - }, - content: { - name: _(msg`Bot`), - description: _(msg`This content is produced by an automated system.`), - }, - }, - 'ai-generated': { - general: { - name: _(msg`AI Generated`), - description: _(msg`Content generated by AI.`), - }, - account: { - name: _(msg`AI Generated`), - description: "This account's content is generated by AI.", - }, - content: { - name: _(msg`AI Generated`), - description: _(msg`This content is generated by AI.`), - }, - }, }), [_], )