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:
@@ -248,8 +248,72 @@
|
||||
"withdrawn": "You have withdrawn your friendship request.",
|
||||
"denied": "You have denied the friendship request.",
|
||||
"accepted": "The friendship has been established."
|
||||
}
|
||||
,
|
||||
},
|
||||
"erotic": {
|
||||
"eyebrow": "Erotic",
|
||||
"accessTitle": "Unlock the erotic area",
|
||||
"accessIntro": "Pictures, videos and later chat areas are visible from age 18, but only usable after moderator approval.",
|
||||
"lockedShort": "This area becomes usable only after moderator approval.",
|
||||
"requestVerification": "Request access",
|
||||
"requestSent": "The access request has been submitted.",
|
||||
"requestError": "The access request could not be submitted.",
|
||||
"requestInfoTitle": "Submitted proof",
|
||||
"documentLabel": "Verification document",
|
||||
"noteLabel": "Short note for moderation",
|
||||
"settingsLink": "Open account settings",
|
||||
"picturesTitle": "Erotic pictures",
|
||||
"picturesIntro": "Your content stays strictly separate from the normal gallery. Manage only images for the unlocked erotic area here.",
|
||||
"uploadTitle": "Upload erotic picture",
|
||||
"noimages": "There are currently no pictures in this erotic folder.",
|
||||
"videosTitle": "Erotic videos",
|
||||
"videosIntro": "Your own videos are managed separately from the normal social area. This first version focuses on upload, list and playback.",
|
||||
"videoUploadTitle": "Upload erotic video",
|
||||
"videoUploadHint": "The first rollout stores videos directly and intentionally skips transcoding or streaming profiles for now.",
|
||||
"videoDescription": "Description",
|
||||
"videoFile": "Video file",
|
||||
"myVideos": "My videos",
|
||||
"noVideos": "You have not uploaded any erotic videos yet.",
|
||||
"reportAction": "Report",
|
||||
"reportNote": "Short note for moderation",
|
||||
"submitReport": "Submit report",
|
||||
"reportSubmitted": "The report has been submitted.",
|
||||
"reportError": "The report could not be saved.",
|
||||
"moderationHidden": "Hidden by moderation",
|
||||
"hiddenByModeration": "This content has been temporarily hidden by moderation.",
|
||||
"reportReasons": {
|
||||
"suspected_minor": "Suspected minor",
|
||||
"non_consensual": "Non-consensual content",
|
||||
"violence": "Violence or abuse",
|
||||
"harassment": "Harassment or pressure",
|
||||
"spam": "Spam or scam",
|
||||
"other": "Other"
|
||||
},
|
||||
"intro": "The area is unlocked. The actual picture and video modules follow in the next step.",
|
||||
"enabledTitle": "Access unlocked",
|
||||
"enabledBody": "Your account is enabled for the erotic area. The separate picture and video views are built next.",
|
||||
"roadmapTitle": "Next up",
|
||||
"roadmapModeration": "separate moderation and reporting paths",
|
||||
"roadmapUpload": "dedicated upload and management views",
|
||||
"roadmapSeparation": "clear separation from the normal gallery",
|
||||
"status": {
|
||||
"none": {
|
||||
"title": "Not unlocked yet",
|
||||
"body": "The area is visible, but stays locked until moderator approval."
|
||||
},
|
||||
"pending": {
|
||||
"title": "Review pending",
|
||||
"body": "Your request is waiting for moderation review."
|
||||
},
|
||||
"approved": {
|
||||
"title": "Unlocked",
|
||||
"body": "The erotic area is already unlocked for your account."
|
||||
},
|
||||
"rejected": {
|
||||
"title": "Request denied",
|
||||
"body": "The last request was denied. You can submit a new request."
|
||||
}
|
||||
}
|
||||
},
|
||||
"vocab": {
|
||||
"title": "Vocabulary trainer",
|
||||
"description": "Create languages (or subscribe to them) and share them with friends.",
|
||||
|
||||
Reference in New Issue
Block a user