From 13c38c22159dddb482a246425196c033942e92c4 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 4 Oct 2017 13:48:10 -0600 Subject: [PATCH] added toxic comment translations --- .../client/translations.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/plugins/talk-plugin-toxic-comments/client/translations.yml b/plugins/talk-plugin-toxic-comments/client/translations.yml index aef6db6a8..f6242a571 100644 --- a/plugins/talk-plugin-toxic-comments/client/translations.yml +++ b/plugins/talk-plugin-toxic-comments/client/translations.yml @@ -4,16 +4,20 @@ en: Are you sure? The language in this comment might violate our community guidelines. You can edit the comment or submit it for moderator review. talk-plugin-toxic-comments: - unlikely: Unlikely - highly_likely: Highly Likely - possibly: Possibly - likely: Likely - toxic_comment: Toxic Comment + unlikely: "Unlikely" + highly_likely: "Highly Likely" + possibly: "Possibly" + likely: "Likely" + toxic_comment: "Toxic Comment" still_toxic: | This edited comment might still violate our community guidelines. Our moderation team will review your comment shortly. flags: reasons: comment: - toxic_comment: "Contains toxic language" + toxic_comment: "Highly likely to be Toxic" es: + flags: + reasons: + comment: + toxic_comment: "Muy probable que sea tóxico" \ No newline at end of file