mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Merge master
This commit is contained in:
@@ -15,8 +15,11 @@ export default class CheckToxicityHook extends React.Component {
|
||||
// If we haven't check the toxicity yet, make sure to include `checkToxicity=true` in the mutation.
|
||||
// Otherwise post comment without checking the toxicity.
|
||||
if (!this.checked) {
|
||||
input.checkToxicity = true;
|
||||
this.checked = true;
|
||||
return {
|
||||
...input,
|
||||
checkToxicity: true,
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
ar:
|
||||
error:
|
||||
COMMENT_IS_TOXIC: |
|
||||
هل أنت واثق؟ قد تنتهك اللغة الواردة في هذا التعليق إرشادات المجموعة. يمكنك تعديل التعليق أو إرساله لمراجعته.
|
||||
talk-plugin-toxic-comments:
|
||||
unlikely: "من غير المرجح"
|
||||
highly_likely: "من المرجح جدا"
|
||||
possibly: "ربما"
|
||||
likely: "مرجح"
|
||||
toxic_comment: "تعليق سام"
|
||||
still_toxic: |
|
||||
قد يظل هذا التعليق المعدل منتهكاً لإرشادات المجموعة. سيراجع فريق الإشراف لدينا تعليقك قريبا.
|
||||
flags:
|
||||
reasons:
|
||||
comment:
|
||||
toxic_comment: "من المرجح جدا أن يكون ساماً"
|
||||
da:
|
||||
error:
|
||||
COMMENT_IS_TOXIC: |
|
||||
|
||||
Reference in New Issue
Block a user