Änderung: Verbesserung des NewDirectorDialog.vue und der Übersetzungen
Änderungen: - Anpassung des Dialogtitels in NewDirectorDialog.vue zur Verwendung der korrekten Übersetzung. - Hinzufügung einer Anzeige für den Fall, dass keine Vorschläge für Direktor-Kandidaten verfügbar sind. - Erweiterung der deutschen und englischen Übersetzungen um den neuen Schlüssel "noProposals" für die Anzeige entsprechender Nachrichten. Diese Anpassungen verbessern die Benutzererfahrung durch klare Rückmeldungen im Dialog und korrekte Übersetzungen.
This commit is contained in:
@@ -1,3 +1,172 @@
|
||||
{
|
||||
|
||||
"settings": {
|
||||
"personal": {
|
||||
"title": "Personal Data",
|
||||
"label": {
|
||||
"language": "Language",
|
||||
"birthdate": "Birthdate",
|
||||
"gender": "Gender",
|
||||
"town": "City",
|
||||
"zip": "ZIP",
|
||||
"eyecolor": "Eye Color",
|
||||
"haircolor": "Hair Color",
|
||||
"hairlength": "Hair Length",
|
||||
"skincolor": "Skin Color",
|
||||
"freckles": "Freckles",
|
||||
"weight": "Weight",
|
||||
"bodyheight": "Height",
|
||||
"piercings": "Piercings",
|
||||
"tattoos": "Tattoos",
|
||||
"sexualpreference": "Orientation",
|
||||
"pubichair": "Pubic Hair",
|
||||
"penislength": "Penis Length",
|
||||
"brasize": "Bra Size",
|
||||
"willChildren": "I want children",
|
||||
"smokes": "Smoking",
|
||||
"drinks": "I drink alcohol",
|
||||
"hasChildren": "I have children",
|
||||
"interestedInGender": "Interested in"
|
||||
},
|
||||
"tooltip": {
|
||||
"language": "Language",
|
||||
"birthdate": "Birthdate",
|
||||
"gender": "Gender",
|
||||
"town": "City",
|
||||
"zip": "ZIP",
|
||||
"eyecolor": "Eye Color",
|
||||
"haircolor": "Hair Color",
|
||||
"hairlength": "Hair Length",
|
||||
"skincolor": "Skin Color",
|
||||
"freckles": "Freckles",
|
||||
"weight": "Weight",
|
||||
"bodyheight": "Height",
|
||||
"piercings": "Piercings",
|
||||
"tattoos": "Tattoos",
|
||||
"sexualpreference": "Orientation",
|
||||
"pubichair": "Pubic Hair",
|
||||
"penislength": "Penis Length",
|
||||
"brasize": "Bra Size"
|
||||
},
|
||||
"gender": {
|
||||
"male": "Male",
|
||||
"female": "Female",
|
||||
"transmale": "Trans-Female",
|
||||
"transfemale": "Trans-Male",
|
||||
"nonbinary": "Non-binary"
|
||||
},
|
||||
"language": {
|
||||
"de": "German",
|
||||
"en": "English"
|
||||
},
|
||||
"eyecolor": {
|
||||
"blue": "Blue",
|
||||
"green": "Green",
|
||||
"brown": "Brown",
|
||||
"black": "Black",
|
||||
"grey": "Grey",
|
||||
"hazel": "Hazel",
|
||||
"amber": "Amber",
|
||||
"red": "Red",
|
||||
"other": "Other"
|
||||
},
|
||||
"haircolor": {
|
||||
"black": "Black",
|
||||
"brown": "Brown",
|
||||
"blonde": "Blonde",
|
||||
"red": "Red",
|
||||
"grey": "Grey",
|
||||
"white": "White",
|
||||
"other": "Other"
|
||||
},
|
||||
"hairlength": {
|
||||
"short": "Short",
|
||||
"medium": "Medium",
|
||||
"long": "Long",
|
||||
"bald": "Bald",
|
||||
"other": "Other"
|
||||
},
|
||||
"skincolor": {
|
||||
"light": "Light",
|
||||
"medium": "Medium",
|
||||
"dark": "Dark",
|
||||
"other": "Other"
|
||||
},
|
||||
"freckles": {
|
||||
"much": "Many",
|
||||
"medium": "Medium",
|
||||
"less": "Few",
|
||||
"none": "None"
|
||||
},
|
||||
"sexualpreference": {
|
||||
"straight": "Heterosexual",
|
||||
"gay": "Homosexual",
|
||||
"bi": "Bisexual",
|
||||
"asexual": "Asexual",
|
||||
"pan": "Pansexual"
|
||||
},
|
||||
"pubichair": {
|
||||
"none": "None",
|
||||
"short": "Short",
|
||||
"medium": "Medium",
|
||||
"long": "Long",
|
||||
"hairy": "Natural",
|
||||
"waxed": "Waxed",
|
||||
"landingstrip": "Landing Strip",
|
||||
"bikinizone": "Bikini Zone Only",
|
||||
"other": "Other"
|
||||
},
|
||||
"interestedInGender": {
|
||||
"male": "Men",
|
||||
"female": "Women"
|
||||
},
|
||||
"smokes": {
|
||||
"often": "Often",
|
||||
"socially": "Socially",
|
||||
"daily": "Daily",
|
||||
"never": "Never"
|
||||
},
|
||||
"drinks": {
|
||||
"often": "Often",
|
||||
"socially": "Socially",
|
||||
"daily": "Daily",
|
||||
"never": "Never"
|
||||
}
|
||||
},
|
||||
"view": {
|
||||
"title": "Appearance"
|
||||
},
|
||||
"sexuality": {
|
||||
"title": "Sexuality"
|
||||
},
|
||||
"account": {
|
||||
"title": "Account",
|
||||
"username": "Username",
|
||||
"email": "Email Address",
|
||||
"newpassword": "Password",
|
||||
"newpasswordretype": "Repeat Password",
|
||||
"deleteAccount": "Delete Account",
|
||||
"language": "Language",
|
||||
"showinsearch": "Show in User Search",
|
||||
"changeaction": "Change User Data",
|
||||
"oldpassword": "Old Password (required)"
|
||||
},
|
||||
"interests": {
|
||||
"title": "Interests",
|
||||
"new": "New Interest",
|
||||
"add": "Add",
|
||||
"added": "The new interest has been added and is being processed. Until completion, it is not visible in the list of interests.",
|
||||
"adderror": "An error occurred while adding the interest.",
|
||||
"errorsetinterest": "The interest could not be booked for you."
|
||||
},
|
||||
"visibility": {
|
||||
"Invisible": "Don't show",
|
||||
"OnlyFriends": "Show only to friends",
|
||||
"FriendsAndAdults": "Show to friends and adults",
|
||||
"AdultsOnly": "Show only to adults",
|
||||
"All": "Show to everyone"
|
||||
},
|
||||
"flirt": {
|
||||
"title": "Flirt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user