Add adult verification and erotic moderation features: Implement new routes and controller methods for managing adult verification requests, status updates, and document retrieval. Introduce erotic moderation actions and reports, enhancing administrative capabilities. Update chat and navigation controllers to support adult content filtering and access control. Enhance user parameter handling for adult verification status and requests, improving overall user experience and compliance.
This commit is contained in:
@@ -148,7 +148,34 @@
|
||||
"language": "Language",
|
||||
"showinsearch": "Show in User Search",
|
||||
"changeaction": "Change User Data",
|
||||
"oldpassword": "Old Password (required)"
|
||||
"oldpassword": "Old Password (required)",
|
||||
"adultAccessTitle": "Erotic area",
|
||||
"adultAccessIntro": "The erotic area is intended only for adult users and also requires moderator approval.",
|
||||
"requestAdultVerification": "Request access",
|
||||
"requestAdultVerificationSuccess": "Access request submitted.",
|
||||
"requestAdultVerificationError": "Access request could not be submitted.",
|
||||
"adultStatus": {
|
||||
"ineligible": {
|
||||
"title": "Not available",
|
||||
"body": "The erotic area is only visible to adult users."
|
||||
},
|
||||
"none": {
|
||||
"title": "Not unlocked yet",
|
||||
"body": "The area is visible, but it stays locked until a moderator approves it."
|
||||
},
|
||||
"pending": {
|
||||
"title": "Review pending",
|
||||
"body": "Your request is waiting for moderation review. The area stays locked until then."
|
||||
},
|
||||
"approved": {
|
||||
"title": "Unlocked",
|
||||
"body": "The erotic area is enabled for your account."
|
||||
},
|
||||
"rejected": {
|
||||
"title": "Request denied",
|
||||
"body": "The last request was not approved. You can submit a new request."
|
||||
}
|
||||
}
|
||||
},
|
||||
"languageAssistant": {
|
||||
"eyebrow": "Settings",
|
||||
|
||||
Reference in New Issue
Block a user