Skip to content

Commit

Permalink
Merge pull request #60 from vlad0716/main
Browse files Browse the repository at this point in the history
Added some reasons for report abuse and general words
  • Loading branch information
knro authored Sep 2, 2024
2 parents 389a163 + 1a6b5f8 commit f049f05
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 1 deletion.
22 changes: 21 additions & 1 deletion cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,15 @@

public: "Public",
private: "Private",
label: "Label"
label: "Label",

users: "Users",
title: "Title",
submitted_by: "Submitted By",
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
},
darkLibrary: {
title: "暗场库",
Expand Down Expand Up @@ -1628,6 +1636,18 @@
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
report_abuse: {
title: "Report abuse",
description: "Please specify a reason for this abuse report.",
reason: {
spam: "The content is filled with irrelevant or repetitive messages.",
hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.",
inappropriate_content: "The post contains explicit, offensive, or NSFW material.",
impersonation: "The user is pretending to be someone they are not.",
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
}
},
};

Expand Down
20 changes: 20 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ const de = {
public: "Public",
private: "Private",
label: "Label",

users: "Users",
title: "Title",
submitted_by: "Submitted By",
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1627,6 +1635,18 @@ const de = {
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
report_abuse: {
title: "Report abuse",
description: "Please specify a reason for this abuse report.",
reason: {
spam: "The content is filled with irrelevant or repetitive messages.",
hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.",
inappropriate_content: "The post contains explicit, offensive, or NSFW material.",
impersonation: "The user is pretending to be someone they are not.",
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
}
},
};

Expand Down
20 changes: 20 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ const en = {
public: "Public",
private: "Private",
label: "Label",

users: "Users",
title: "Title",
submitted_by: "Submitted By",
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1677,6 +1685,18 @@ const en = {
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
report_abuse: {
title: "Report abuse",
description: "Please specify a reason for this abuse report.",
reason: {
spam: "The content is filled with irrelevant or repetitive messages.",
hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.",
inappropriate_content: "The post contains explicit, offensive, or NSFW material.",
impersonation: "The user is pretending to be someone they are not.",
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
}
},
};

Expand Down
20 changes: 20 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,14 @@ const es = {
public: "Public",
private: "Private",
label: "Label",

users: "Users",
title: "Title",
submitted_by: "Submitted By",
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down Expand Up @@ -1703,6 +1711,18 @@ const es = {
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
report_abuse: {
title: "Report abuse",
description: "Please specify a reason for this abuse report.",
reason: {
spam: "The content is filled with irrelevant or repetitive messages.",
hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.",
inappropriate_content: "The post contains explicit, offensive, or NSFW material.",
impersonation: "The user is pretending to be someone they are not.",
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
}
},
};

Expand Down
20 changes: 20 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ const fr = {
public: "Public",
private: "Private",
label: "Label",

users: "Users",
title: "Title",
submitted_by: "Submitted By",
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1620,6 +1628,18 @@ const fr = {
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
report_abuse: {
title: "Report abuse",
description: "Please specify a reason for this abuse report.",
reason: {
spam: "The content is filled with irrelevant or repetitive messages.",
hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.",
inappropriate_content: "The post contains explicit, offensive, or NSFW material.",
impersonation: "The user is pretending to be someone they are not.",
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
}
},
};

Expand Down
20 changes: 20 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,14 @@ const ja = {
public: "Public",
private: "Private",
label: "Label",

users: "Users",
title: "Title",
submitted_by: "Submitted By",
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down Expand Up @@ -1638,6 +1646,18 @@ const ja = {
captures: "Captures",
followers: "Followers",
subscriptions: "Subscriptions",
report_abuse: {
title: "Report abuse",
description: "Please specify a reason for this abuse report.",
reason: {
spam: "The content is filled with irrelevant or repetitive messages.",
hate_speech: "The content contains racist, sexist, or otherwise discriminatory language.",
inappropriate_content: "The post contains explicit, offensive, or NSFW material.",
impersonation: "The user is pretending to be someone they are not.",
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
}
},
};
export default ja;

0 comments on commit f049f05

Please sign in to comment.