Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some abusereport reasons for model #81

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading