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": "Sprache",
|
||||
"showinsearch": "In Usersuchen anzeigen",
|
||||
"changeaction": "Benutzerdaten ändern",
|
||||
"oldpassword": "Altes Passwort (benötigt)"
|
||||
"oldpassword": "Altes Passwort (benötigt)",
|
||||
"adultAccessTitle": "Erotikbereich",
|
||||
"adultAccessIntro": "Der Erotikbereich ist nur für volljährige Nutzer gedacht und wird zusätzlich durch Moderatoren freigeschaltet.",
|
||||
"requestAdultVerification": "Freischaltung anfragen",
|
||||
"requestAdultVerificationSuccess": "Die Freischaltung wurde angefragt.",
|
||||
"requestAdultVerificationError": "Die Freischaltung konnte nicht angefragt werden.",
|
||||
"adultStatus": {
|
||||
"ineligible": {
|
||||
"title": "Nicht verfügbar",
|
||||
"body": "Der Erotikbereich ist nur für volljährige Nutzer sichtbar."
|
||||
},
|
||||
"none": {
|
||||
"title": "Noch nicht freigeschaltet",
|
||||
"body": "Der Bereich ist sichtbar, aber bis zur Prüfung durch einen Moderator gesperrt."
|
||||
},
|
||||
"pending": {
|
||||
"title": "Prüfung läuft",
|
||||
"body": "Deine Anfrage liegt zur Moderationsprüfung vor. Bis zur Freigabe bleibt der Bereich gesperrt."
|
||||
},
|
||||
"approved": {
|
||||
"title": "Freigeschaltet",
|
||||
"body": "Der Erotikbereich ist für deinen Account freigeschaltet."
|
||||
},
|
||||
"rejected": {
|
||||
"title": "Freischaltung abgelehnt",
|
||||
"body": "Die letzte Anfrage wurde nicht freigegeben. Du kannst eine neue Anfrage stellen."
|
||||
}
|
||||
}
|
||||
},
|
||||
"languageAssistant": {
|
||||
"eyebrow": "Einstellungen",
|
||||
|
||||
Reference in New Issue
Block a user