Skip to content

Commit

Permalink
Add some abusereport reasons for model
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad0716 committed Oct 24, 2024
1 parent 01277f5 commit 1855077
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,8 @@
"The content violates the platform's terms of service or community guidelines.",
privacy_violation:
"The content includes personal information without consent.",
wrong_image: "The image is incorrect",
wrong_metadata: "The metadata is incorrect",
},
},
comment: {
Expand Down
2 changes: 2 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,8 @@ const de = {
"The content violates the platform's terms of service or community guidelines.",
privacy_violation:
"The content includes personal information without consent.",
wrong_image: "The image is incorrect",
wrong_metadata: "The metadata is incorrect",
},
},
comment: {
Expand Down
2 changes: 2 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1809,6 +1809,8 @@ const en = {
"The content violates the platform's terms of service or community guidelines.",
privacy_violation:
"The content includes personal information without consent.",
wrong_image: "The image is incorrect",
wrong_metadata: "The metadata is incorrect",
},
},
comment: {
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,8 @@ const es = {
"The content violates the platform's terms of service or community guidelines.",
privacy_violation:
"The content includes personal information without consent.",
wrong_image: "The image is incorrect",
wrong_metadata: "The metadata is incorrect",
},
},
comment: {
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,8 @@ const fr = {
"The content violates the platform's terms of service or community guidelines.",
privacy_violation:
"The content includes personal information without consent.",
wrong_image: "The image is incorrect",
wrong_metadata: "The metadata is incorrect",
},
},
comment: {
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,8 @@ const ja = {
"The content violates the platform's terms of service or community guidelines.",
privacy_violation:
"The content includes personal information without consent.",
wrong_image: "The image is incorrect",
wrong_metadata: "The metadata is incorrect",
},
},
comment: {
Expand Down

0 comments on commit 1855077

Please sign in to comment.