faker 2.15.1 → 3.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +848 -34
- data/README.md +225 -103
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +9 -41
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +7 -27
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +25 -17
- data/lib/faker/default/barcode.rb +33 -22
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +71 -42
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +31 -17
- data/lib/faker/default/company.rb +137 -22
- data/lib/faker/default/crypto.rb +26 -4
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +20 -18
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +5 -22
- data/lib/faker/default/finance.rb +30 -7
- data/lib/faker/default/food.rb +27 -1
- data/lib/faker/default/hipster.rb +8 -48
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +175 -27
- data/lib/faker/default/internet.rb +333 -114
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +4 -21
- data/lib/faker/default/lorem.rb +175 -73
- data/lib/faker/default/lorem_flickr.rb +4 -37
- data/lib/faker/default/markdown.rb +10 -13
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
- data/lib/faker/default/number.rb +33 -61
- data/lib/faker/default/omniauth.rb +55 -52
- data/lib/faker/default/phone_number.rb +36 -21
- data/lib/faker/default/placeholdit.rb +10 -20
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +3 -3
- data/lib/faker/default/string.rb +1 -7
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +12 -34
- data/lib/faker/default/vehicle.rb +44 -54
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/locations/australia.rb +52 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +73 -5
- data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/smashing_pumpkins.rb +64 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/deprecator.rb +53 -0
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -14
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -2
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -27
- data/lib/locales/de-CH.yml +4328 -12
- data/lib/locales/de.yml +7185 -99
- data/lib/locales/ee.yml +0 -1
- data/lib/locales/en/address.yml +1826 -562
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/dota.yml +173 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/finance.yml +27 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/harry_potter.yml +1 -1
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/id_number.yml +1 -1
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +2 -2
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +7 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/{room.yml → the_room.yml} +1 -1
- data/lib/locales/en/{show.yml → theater.yml} +1 -1
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-AU.yml +718 -47
- data/lib/locales/en-CA.yml +373 -18
- data/lib/locales/en-GB.yml +116 -8
- data/lib/locales/en-IND.yml +1259 -17
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -17
- data/lib/locales/en-NEP.yml +212 -38
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1153 -123
- data/lib/locales/en-PAK.yml +369 -10
- data/lib/locales/en-SG.yml +581 -16
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +6914 -74
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +266 -22
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1 -2
- data/lib/locales/es.yml +2 -3
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +4 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +22 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +2733 -44
- data/lib/locales/fr-CH.yml +1 -2
- data/lib/locales/fr.yml +2 -118
- data/lib/locales/hy.yml +3624 -119
- data/lib/locales/id.yml +839 -12
- data/lib/locales/it.yml +1304 -32
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +6 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/football.yml +115 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +1361 -20
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1 -2
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -29
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/pl.yml +1 -2
- data/lib/locales/pt-BR.yml +8157 -660
- data/lib/locales/pt.yml +844 -45
- data/lib/locales/ru.yml +1355 -32
- data/lib/locales/sk.yml +4410 -43
- data/lib/locales/sv.yml +100 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -2
- data/lib/locales/uk.yml +1808 -44
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +134 -133
- data/History.md +0 -176
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -69
- data/lib/locales/ja.yml +0 -105
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
data/lib/locales/en/educator.yml
CHANGED
@@ -22,10 +22,16 @@ en:
|
|
22
22
|
- High
|
23
23
|
- High School
|
24
24
|
- Secondary College
|
25
|
+
primary:
|
26
|
+
- Elementary School
|
27
|
+
- Grade School
|
28
|
+
- Primary School
|
25
29
|
university:
|
26
30
|
- "#{Educator.school_name} #{Educator.tertiary.university_type}"
|
27
31
|
secondary_school:
|
28
32
|
- "#{Educator.school_name} #{secondary}"
|
33
|
+
primary_school:
|
34
|
+
- "#{school_name} #{primary}"
|
29
35
|
campus:
|
30
36
|
- "#{Educator.school_name} Campus"
|
31
37
|
subject:
|
@@ -0,0 +1,480 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
emotion:
|
4
|
+
adjective:
|
5
|
+
- abandoned
|
6
|
+
- able
|
7
|
+
- absorbed
|
8
|
+
- addled
|
9
|
+
- affable
|
10
|
+
- affectionate
|
11
|
+
- afraid
|
12
|
+
- aggravated
|
13
|
+
- aggressive
|
14
|
+
- agreeable
|
15
|
+
- alarmed
|
16
|
+
- amazed
|
17
|
+
- ambivalent
|
18
|
+
- amused
|
19
|
+
- angry
|
20
|
+
- annoyed
|
21
|
+
- anxious
|
22
|
+
- apprehensive
|
23
|
+
- ashamed
|
24
|
+
- astonished
|
25
|
+
- awed
|
26
|
+
- awkward
|
27
|
+
- baffled
|
28
|
+
- bashful
|
29
|
+
- bereaved
|
30
|
+
- bewildered
|
31
|
+
- bitter
|
32
|
+
- blissful
|
33
|
+
- blue
|
34
|
+
- bold
|
35
|
+
- bothered
|
36
|
+
- brave
|
37
|
+
- buoyant
|
38
|
+
- calm
|
39
|
+
- cantankerous
|
40
|
+
- capable
|
41
|
+
- carefree
|
42
|
+
- careful
|
43
|
+
- caring
|
44
|
+
- cautious
|
45
|
+
- chagrined
|
46
|
+
- charitable
|
47
|
+
- cheerful
|
48
|
+
- cold
|
49
|
+
- complacent
|
50
|
+
- composed
|
51
|
+
- compulsive
|
52
|
+
- concerned
|
53
|
+
- confident
|
54
|
+
- considerate
|
55
|
+
- contemptuous
|
56
|
+
- content
|
57
|
+
- contrite
|
58
|
+
- cooperative
|
59
|
+
- cranky
|
60
|
+
- crestfallen
|
61
|
+
- cross
|
62
|
+
- crushed
|
63
|
+
- curious
|
64
|
+
- daring
|
65
|
+
- defiant
|
66
|
+
- dejected
|
67
|
+
- delighted
|
68
|
+
- depressed
|
69
|
+
- detached
|
70
|
+
- determined
|
71
|
+
- devious
|
72
|
+
- disappointed
|
73
|
+
- discouraged
|
74
|
+
- disdainful
|
75
|
+
- disenchanted
|
76
|
+
- disengaged
|
77
|
+
- disgusted
|
78
|
+
- disillusioned
|
79
|
+
- disinterested
|
80
|
+
- dismayed
|
81
|
+
- dismissive
|
82
|
+
- distant
|
83
|
+
- doleful
|
84
|
+
- eager
|
85
|
+
- ecstatic
|
86
|
+
- edgy
|
87
|
+
- elated
|
88
|
+
- embarrassed
|
89
|
+
- emboldened
|
90
|
+
- enraged
|
91
|
+
- enthusiastic
|
92
|
+
- envious
|
93
|
+
- euphoric
|
94
|
+
- excited
|
95
|
+
- exhausted
|
96
|
+
- extravagant
|
97
|
+
- exuberant
|
98
|
+
- fair
|
99
|
+
- fatigued
|
100
|
+
- fearful
|
101
|
+
- flustered
|
102
|
+
- foolish
|
103
|
+
- forgiving
|
104
|
+
- frightened
|
105
|
+
- frustrated
|
106
|
+
- fulfilled
|
107
|
+
- funny
|
108
|
+
- furious
|
109
|
+
- generous
|
110
|
+
- glad
|
111
|
+
- gleeful
|
112
|
+
- gloomy
|
113
|
+
- glum
|
114
|
+
- gracious
|
115
|
+
- grateful
|
116
|
+
- greedy
|
117
|
+
- grief-stricken
|
118
|
+
- grouchy
|
119
|
+
- grumpy
|
120
|
+
- guarded
|
121
|
+
- guilty
|
122
|
+
- happy
|
123
|
+
- heartbroken
|
124
|
+
- helpless
|
125
|
+
- hesitant
|
126
|
+
- hopeless
|
127
|
+
- horrified
|
128
|
+
- humbled
|
129
|
+
- humiliated
|
130
|
+
- hurt
|
131
|
+
- hyperactive
|
132
|
+
- hysterical
|
133
|
+
- ignorant
|
134
|
+
- impatient
|
135
|
+
- impertinent
|
136
|
+
- inadequate
|
137
|
+
- indifferent
|
138
|
+
- inquisitive
|
139
|
+
- insecure
|
140
|
+
- inspired
|
141
|
+
- inspiring
|
142
|
+
- interested
|
143
|
+
- irked
|
144
|
+
- irrational
|
145
|
+
- irritable
|
146
|
+
- irritated
|
147
|
+
- isolated
|
148
|
+
- jaded
|
149
|
+
- jealous
|
150
|
+
- jittery
|
151
|
+
- jocular
|
152
|
+
- joyful
|
153
|
+
- joyous
|
154
|
+
- judged
|
155
|
+
- judgmental
|
156
|
+
- keen
|
157
|
+
- kind
|
158
|
+
- lackluster
|
159
|
+
- lazy
|
160
|
+
- leery
|
161
|
+
- lethargic
|
162
|
+
- listless
|
163
|
+
- lonely
|
164
|
+
- loving
|
165
|
+
- mad
|
166
|
+
- malevolent
|
167
|
+
- manic
|
168
|
+
- manipulated
|
169
|
+
- manipulative
|
170
|
+
- marvelous
|
171
|
+
- mean
|
172
|
+
- meek
|
173
|
+
- melancholy
|
174
|
+
- melodramatic
|
175
|
+
- mirthful
|
176
|
+
- mischievous
|
177
|
+
- miserable
|
178
|
+
- misunderstood
|
179
|
+
- moody
|
180
|
+
- mopey
|
181
|
+
- morose
|
182
|
+
- moved
|
183
|
+
- naive
|
184
|
+
- nasty
|
185
|
+
- naughty
|
186
|
+
- needed
|
187
|
+
- needy
|
188
|
+
- neglected
|
189
|
+
- neglectful
|
190
|
+
- nervous
|
191
|
+
- nice
|
192
|
+
- nonchalant
|
193
|
+
- nonplussed
|
194
|
+
- numb
|
195
|
+
- obedient
|
196
|
+
- obligated
|
197
|
+
- obsessed
|
198
|
+
- obsessive
|
199
|
+
- obstinate
|
200
|
+
- offended
|
201
|
+
- open
|
202
|
+
- openminded
|
203
|
+
- optimistic
|
204
|
+
- outraged
|
205
|
+
- overjoyed
|
206
|
+
- overloaded
|
207
|
+
- overpowered
|
208
|
+
- overstimulated
|
209
|
+
- panicked
|
210
|
+
- panicky
|
211
|
+
- passive
|
212
|
+
- peaceful
|
213
|
+
- peeved
|
214
|
+
- pensive
|
215
|
+
- perturbed
|
216
|
+
- petrified
|
217
|
+
- petty
|
218
|
+
- petulant
|
219
|
+
- placid
|
220
|
+
- playful
|
221
|
+
- pleased
|
222
|
+
- powerful
|
223
|
+
- powerless
|
224
|
+
- preoccupied
|
225
|
+
- pressured
|
226
|
+
- prickly
|
227
|
+
- prideful
|
228
|
+
- proud
|
229
|
+
- puzzled
|
230
|
+
- qualified
|
231
|
+
- quarrelsome
|
232
|
+
- querulous
|
233
|
+
- quiet
|
234
|
+
- quirky
|
235
|
+
- quivery
|
236
|
+
- rational
|
237
|
+
- rattled
|
238
|
+
- reasonable
|
239
|
+
- reasoned
|
240
|
+
- reassured
|
241
|
+
- rebellious
|
242
|
+
- refreshed
|
243
|
+
- rejuvenated
|
244
|
+
- relaxed
|
245
|
+
- relieved
|
246
|
+
- reluctant
|
247
|
+
- remorseful
|
248
|
+
- repulsed
|
249
|
+
- resentful
|
250
|
+
- reserved
|
251
|
+
- restless
|
252
|
+
- sad
|
253
|
+
- safe
|
254
|
+
- sanguine
|
255
|
+
- sarcastic
|
256
|
+
- satisfied
|
257
|
+
- scared
|
258
|
+
- scornful
|
259
|
+
- secure
|
260
|
+
- sensitive
|
261
|
+
- serene
|
262
|
+
- serious
|
263
|
+
- shy
|
264
|
+
- silly
|
265
|
+
- sincere
|
266
|
+
- skeptical
|
267
|
+
- smug
|
268
|
+
- sociable
|
269
|
+
- sorrowful
|
270
|
+
- spiteful
|
271
|
+
- startled
|
272
|
+
- stressed
|
273
|
+
- stubborn
|
274
|
+
- surprised
|
275
|
+
- sympathetic
|
276
|
+
- tearful
|
277
|
+
- teary
|
278
|
+
- temperamental
|
279
|
+
- tender
|
280
|
+
- terrified
|
281
|
+
- thankful
|
282
|
+
- thoughtful
|
283
|
+
- threatened
|
284
|
+
- tickled
|
285
|
+
- timid
|
286
|
+
- tired
|
287
|
+
- tiresome
|
288
|
+
- tolerant
|
289
|
+
- tolerated
|
290
|
+
- torn
|
291
|
+
- touched
|
292
|
+
- tranquil
|
293
|
+
- troubled
|
294
|
+
- trusted
|
295
|
+
- trusting
|
296
|
+
- trustworthy
|
297
|
+
- unafraid
|
298
|
+
- unappreciated
|
299
|
+
- uncertain
|
300
|
+
- uncomfortable
|
301
|
+
- undecided
|
302
|
+
- uneasy
|
303
|
+
- unhappy
|
304
|
+
- unimpressed
|
305
|
+
- unnerved
|
306
|
+
- unruffled
|
307
|
+
- unruly
|
308
|
+
- unsteady
|
309
|
+
- unsure
|
310
|
+
- uplifted
|
311
|
+
- uptight
|
312
|
+
- useful
|
313
|
+
- useless
|
314
|
+
- vacant
|
315
|
+
- vain
|
316
|
+
- valuable
|
317
|
+
- valued
|
318
|
+
- vexed
|
319
|
+
- vibrant
|
320
|
+
- victimized
|
321
|
+
- victorious
|
322
|
+
- violent
|
323
|
+
- vital
|
324
|
+
- vivacious
|
325
|
+
- volatile
|
326
|
+
- vulnerable
|
327
|
+
- warm
|
328
|
+
- wary
|
329
|
+
- wasted
|
330
|
+
- weak
|
331
|
+
- weary
|
332
|
+
- weepy
|
333
|
+
- whimsical
|
334
|
+
- whiny
|
335
|
+
- willful
|
336
|
+
- willing
|
337
|
+
- wishful
|
338
|
+
- wistful
|
339
|
+
- withdrawn
|
340
|
+
- witty
|
341
|
+
- woeful
|
342
|
+
- worn
|
343
|
+
- worried
|
344
|
+
- worthless
|
345
|
+
- wronged
|
346
|
+
- yearning
|
347
|
+
- yielding
|
348
|
+
- youthful
|
349
|
+
- zany
|
350
|
+
- zealous
|
351
|
+
- zestful
|
352
|
+
noun:
|
353
|
+
- adoration
|
354
|
+
- affection
|
355
|
+
- aggravation
|
356
|
+
- agitation
|
357
|
+
- agony
|
358
|
+
- alarm
|
359
|
+
- alienation
|
360
|
+
- amazement
|
361
|
+
- amusement
|
362
|
+
- anger
|
363
|
+
- anguish
|
364
|
+
- annoyance
|
365
|
+
- anxiety
|
366
|
+
- apprehension
|
367
|
+
- arousal
|
368
|
+
- astonishment
|
369
|
+
- attraction
|
370
|
+
- bitterness
|
371
|
+
- bliss
|
372
|
+
- caring
|
373
|
+
- cheerfulness
|
374
|
+
- compassion
|
375
|
+
- contempt
|
376
|
+
- contentment
|
377
|
+
- defeat
|
378
|
+
- dejection
|
379
|
+
- delight
|
380
|
+
- depression
|
381
|
+
- desire
|
382
|
+
- despair
|
383
|
+
- disappointment
|
384
|
+
- disgust
|
385
|
+
- dislike
|
386
|
+
- dismay
|
387
|
+
- displeasure
|
388
|
+
- distress
|
389
|
+
- dread
|
390
|
+
- eagerness
|
391
|
+
- ecstasy
|
392
|
+
- elation
|
393
|
+
- embarrassment
|
394
|
+
- enjoyment
|
395
|
+
- enthrallment
|
396
|
+
- enthusiasm
|
397
|
+
- envy
|
398
|
+
- euphoria
|
399
|
+
- exasperation
|
400
|
+
- excitement
|
401
|
+
- exhilaration
|
402
|
+
- fear
|
403
|
+
- ferocity
|
404
|
+
- fondness
|
405
|
+
- fright
|
406
|
+
- frustration
|
407
|
+
- fury
|
408
|
+
- gaiety
|
409
|
+
- gladness
|
410
|
+
- glee
|
411
|
+
- gloom
|
412
|
+
- glumness
|
413
|
+
- grief
|
414
|
+
- grouchiness
|
415
|
+
- grumpiness
|
416
|
+
- guilt
|
417
|
+
- happiness
|
418
|
+
- hate
|
419
|
+
- homesickness
|
420
|
+
- hope
|
421
|
+
- hopelessness
|
422
|
+
- horror
|
423
|
+
- hostility
|
424
|
+
- humiliation
|
425
|
+
- hurt
|
426
|
+
- hysteria
|
427
|
+
- infatuation
|
428
|
+
- insecurity
|
429
|
+
- insult
|
430
|
+
- irritation
|
431
|
+
- isolation
|
432
|
+
- jealousy
|
433
|
+
- liking
|
434
|
+
- loathing
|
435
|
+
- loneliness
|
436
|
+
- longing
|
437
|
+
- love
|
438
|
+
- lust
|
439
|
+
- melancholy
|
440
|
+
- misery
|
441
|
+
- mortification
|
442
|
+
- neglect
|
443
|
+
- nervousness
|
444
|
+
- optimism
|
445
|
+
- outrage
|
446
|
+
- panic
|
447
|
+
- passion
|
448
|
+
- pity
|
449
|
+
- pleasure
|
450
|
+
- pride
|
451
|
+
- rage
|
452
|
+
- rapture
|
453
|
+
- regret
|
454
|
+
- relief
|
455
|
+
- remorse
|
456
|
+
- resentment
|
457
|
+
- revulsion
|
458
|
+
- sadness
|
459
|
+
- scorn
|
460
|
+
- sentimentality
|
461
|
+
- shame
|
462
|
+
- shock
|
463
|
+
- sorrow
|
464
|
+
- spite
|
465
|
+
- suffering
|
466
|
+
- surprise
|
467
|
+
- sympathy
|
468
|
+
- tenderness
|
469
|
+
- tenseness
|
470
|
+
- terror
|
471
|
+
- thrill
|
472
|
+
- torment
|
473
|
+
- triumph
|
474
|
+
- uneasiness
|
475
|
+
- unhappiness
|
476
|
+
- vengefulness
|
477
|
+
- woe
|
478
|
+
- worry
|
479
|
+
- zeal
|
480
|
+
- zest
|
data/lib/locales/en/file.yml
CHANGED
@@ -2,4 +2,12 @@ en:
|
|
2
2
|
faker:
|
3
3
|
file:
|
4
4
|
extension: ["flac", "mp3", "wav", "bmp", "gif", "jpeg", "jpg", "png", "tiff", "css", "csv", "html", "js", "json", "txt", "mp4", "avi", "mov", "webm", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "odt", "ods", "odp", "pages", "numbers", "key", "pdf"]
|
5
|
-
mime_type:
|
5
|
+
mime_type:
|
6
|
+
application: ["application/atom+xml", "application/ecmascript", "application/EDI-X12", "application/EDIFACT", "application/json", "application/javascript", "application/ogg", "application/pdf", "application/postscript", "application/rdf+xml", "application/rss+xml", "application/soap+xml", "application/font-woff", "application/xhtml+xml", "application/xml-dtd", "application/xop+xml", "application/zip", "application/gzip"]
|
7
|
+
audio: ["audio/basic", "audio/L24", "audio/mp4", "audio/mpeg", "audio/ogg", "audio/vorbis", "audio/vnd.rn-realaudio", "audio/vnd.wave", "audio/webm"]
|
8
|
+
image: ["image/gif", "image/jpeg", "image/pjpeg", "image/png", "image/svg+xml", "image/tiff", "image/vnd.microsoft.icon"]
|
9
|
+
message: ["message/http", "message/imdn+xml", "message/partial", "message/rfc822"]
|
10
|
+
model: ["model/example", "model/iges", "model/mesh", "model/vrml", "model/x3d+binary", "model/x3d+vrml", "model/x3d+xml"]
|
11
|
+
multipart: ["multipart/mixed", "multipart/alternative", "multipart/related", "multipart/form-data", "multipart/signed", "multipart/encrypted"]
|
12
|
+
text: ["text/cmd", "text/css", "text/csv", "text/html", "text/javascript", "text/plain", "text/vcard", "text/xml"]
|
13
|
+
video: ["video/mpeg", "video/mp4", "video/ogg", "video/quicktime", "video/webm", "video/x-matroska", "video/x-ms-wmv", "video/x-flv"]
|