Skip to content

Commit

Permalink
Merge pull request #81 from vlad0716/dev
Browse files Browse the repository at this point in the history
Add some abusereport reasons for model
  • Loading branch information
knro authored Oct 24, 2024
2 parents 738d0e1 + 1855077 commit f3444f8
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 f3444f8

Please sign in to comment.