-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslations.py
36 lines (36 loc) · 1.05 KB
/
translations.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
translations = [
("Man", "Girl"),
("Legend", "Slut"),
("Angry", "On her period"),
("Boss", "Girl boss"),
("Leader", "Bossy"),
("Has a job and family", "Wants it all"),
("Passionate", "Aggressive"),
("Opinionated", "Shrill"),
("Candidate", "Female candidate"),
("Scientist", "Female scientist"),
("Hero", "Mother"),
("Babysitting", "Parenting"),
("Comedian", "Annoying cow"),
("Forward thinking", "Pushy"),
("Strong minded", "Stubborn"),
("Complaining", "Whinging"),
("Dad", "Working mum"),
("Assertive", "Feisty"),
("Cool headed", "Cold"),
("Reserved", "Ladylike"),
("Charismatic", "Sassy"),
("Opinionated", "Loud"),
("Passionate", "Hysterical"),
("Self assured", "Unreasonable"),
("Confident", "Cocky"),
("No-nonsense", "Highly strung"),
("Enthusiastic", "Emotional"),
("Direct", "Abrasive"),
("Forward", "Brash"),
("Blunt", "Brusque"),
("Loving", "Clingy"),
("Opinionated", "Intense"),
("Nice", "Sweet"),
("Outspoken", "Firecracker"),
]