diff --git a/common/messages/de.json b/common/messages/de.json index ee414a12..c79303b0 100644 --- a/common/messages/de.json +++ b/common/messages/de.json @@ -667,6 +667,11 @@ "profile.big5_low": "Niedrig", "profile.big5_neuroticism": "Neurotizismus", "profile.big5_openness": "Offenheit", + "profile.big5_guidance": "Das Big-Five-Persönlichkeitsmodell ist ein wissenschaftliches Modell, das Variationen in der Persönlichkeit in fünf separate Faktoren gruppiert (", + "profile.big5_wikipedia_link": "Wikipedia-Artikel", + "profile.big5_guidance_suffix": "). Sie können einen gut zitierten Public-Domain-Annäherungstest ", + "profile.big5_test_link": "hier", + "profile.big5_guidance_end": ".", "profile.big5_very_high": "Sehr hoch", "profile.big5_very_low": "Sehr niedrig", "profile.bio.about_me": "Über mich", diff --git a/common/messages/fr.json b/common/messages/fr.json index 78153e32..41957016 100644 --- a/common/messages/fr.json +++ b/common/messages/fr.json @@ -666,6 +666,11 @@ "profile.big5_low": "Faible", "profile.big5_neuroticism": "Névrosisme", "profile.big5_openness": "Ouverture", + "profile.big5_guidance": "Le modèle des traits de personnalité Big Five est un modèle scientifique qui regroupe les variations de personnalité en cinq facteurs distincts (", + "profile.big5_wikipedia_link": "article Wikipédia", + "profile.big5_guidance_suffix": "). Vous pouvez passer un test approximatif de domaine public bien cité ", + "profile.big5_test_link": "ici", + "profile.big5_guidance_end": ".", "profile.big5_very_high": "Très élevé", "profile.big5_very_low": "Très faible", "profile.bio.about_me": "À propos de moi", diff --git a/web/components/optional-profile-form.tsx b/web/components/optional-profile-form.tsx index 555923bb..1aae9f3f 100644 --- a/web/components/optional-profile-form.tsx +++ b/web/components/optional-profile-form.tsx @@ -28,6 +28,7 @@ import {SignupBio} from 'web/components/bio/editable-bio' import {Button, IconButton} from 'web/components/buttons/button' import {Col} from 'web/components/layout/col' import {Row} from 'web/components/layout/row' +import {CustomLink} from 'web/components/links' import {MultiCheckbox} from 'web/components/multi-checkbox' import {City, CityRow, profileToCity, useCitySearch} from 'web/components/search-location' import {Carousel} from 'web/components/widgets/carousel' @@ -768,11 +769,28 @@ export const OptionalProfileUserForm = (props: { {/* Big Five personality traits (0–100) */} -
+ {t(
+ 'profile.big5_guidance',
+ 'The Big Five personality trait model is a scientific model that groups variation in personality into five separate factors (',
+ )}
+
- {t( - 'profile.big5_hint', - 'Drag each slider to set where you see yourself on these traits (0 = low, 100 = high).', - )} -
+ {t( + 'profile.big5_hint', + 'Drag each slider to set where you see yourself on these traits (0 = low, 100 = high).', + )} +