faker 2.11.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +4 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +28 -23
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/fallout.yml
CHANGED
@@ -2,136 +2,314 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
fallout:
|
5
|
-
characters:
|
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
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
5
|
+
characters:
|
6
|
+
- Abel
|
7
|
+
- Ada
|
8
|
+
- Agatha
|
9
|
+
- Alan
|
10
|
+
- Alex
|
11
|
+
- Alya
|
12
|
+
- Amber
|
13
|
+
- Andrew
|
14
|
+
- Angela Bishop
|
15
|
+
- Anthony
|
16
|
+
- Aradesh
|
17
|
+
- Barry
|
18
|
+
- Beth
|
19
|
+
- Billy
|
20
|
+
- Boone
|
21
|
+
- Brenden
|
22
|
+
- Butch Harris
|
23
|
+
- Cabbot
|
24
|
+
- Caesar
|
25
|
+
- Cait
|
26
|
+
- Calder
|
27
|
+
- Caleb
|
28
|
+
- Children of the Cathedral member
|
29
|
+
- Christine
|
30
|
+
- Christine Royce
|
31
|
+
- Chuck
|
32
|
+
- Cindy
|
33
|
+
- Cleo
|
34
|
+
- Codsworth
|
35
|
+
- Cougar
|
36
|
+
- Curie
|
37
|
+
- Curtis
|
38
|
+
- Daecon
|
39
|
+
- Dan
|
40
|
+
- Dane
|
41
|
+
- Daren Hightower
|
42
|
+
- Darrel
|
43
|
+
- Decker
|
44
|
+
- Demetre Romara
|
45
|
+
- Diana
|
46
|
+
- DiMA
|
47
|
+
- Doc Morbid
|
48
|
+
- Dog
|
49
|
+
- Dogmeat
|
50
|
+
- Dominic Moore
|
51
|
+
- Dr. Wu
|
52
|
+
- Dugan
|
53
|
+
- Ed
|
54
|
+
- Elder
|
55
|
+
- Elder Maxon
|
56
|
+
- Flash
|
57
|
+
- Flip
|
58
|
+
- Francis
|
59
|
+
- Gabriel
|
60
|
+
- Garl Death-Hand
|
61
|
+
- Garret
|
62
|
+
- Gary
|
63
|
+
- George
|
64
|
+
- Ghoul leader
|
65
|
+
- Ghoul prisoner
|
66
|
+
- Gizmo
|
67
|
+
- Greg
|
68
|
+
- Gretch
|
69
|
+
- Guido
|
70
|
+
- Gunther
|
71
|
+
- Gustofer
|
72
|
+
- Gwen
|
73
|
+
- Harold
|
74
|
+
- Harry
|
75
|
+
- Heather
|
76
|
+
- Henry
|
77
|
+
- Herion
|
78
|
+
- Hernandez
|
79
|
+
- Ian
|
80
|
+
- Iguana Bob Frazier
|
81
|
+
- Irwin
|
82
|
+
- Ismarc
|
83
|
+
- Izo
|
84
|
+
- Jacoren
|
85
|
+
- Jain
|
86
|
+
- Jake
|
87
|
+
- Jarvis
|
88
|
+
- Jasmine
|
89
|
+
- Jason Zimmerman
|
90
|
+
- Jelissa
|
91
|
+
- Jennifer
|
92
|
+
- Jeremiah
|
93
|
+
- Jerry
|
94
|
+
- Jessica
|
95
|
+
- John
|
96
|
+
- John Hancock
|
97
|
+
- John Maxson
|
98
|
+
- Jon Zimmerman
|
99
|
+
- Joshua Graham
|
100
|
+
- Justin Greene
|
101
|
+
- Kalnor
|
102
|
+
- Kane
|
103
|
+
- Katja
|
104
|
+
- Katrina
|
105
|
+
- Kenji
|
106
|
+
- Kenny
|
107
|
+
- Keri Lee
|
108
|
+
- Killian Darkwater
|
109
|
+
- Krupper
|
110
|
+
- Kyle
|
111
|
+
- Larry
|
112
|
+
- Lars
|
113
|
+
- Lasher
|
114
|
+
- Laura
|
115
|
+
- Legate Lanius
|
116
|
+
- Lemmy
|
117
|
+
- Lenny
|
118
|
+
- Leon
|
119
|
+
- Leone
|
120
|
+
- Leslie Ann Bishop
|
121
|
+
- Lex
|
122
|
+
- Liberty Prime
|
123
|
+
- Lieutenant
|
124
|
+
- Lorenzo Giovanni
|
125
|
+
- Lorraine
|
126
|
+
- Lorri
|
127
|
+
- Lox
|
128
|
+
- Loxley
|
129
|
+
- Lucas Simms
|
130
|
+
- Lucy
|
131
|
+
- Luke
|
132
|
+
- Lyle
|
133
|
+
- Lynda
|
134
|
+
- MacRae
|
135
|
+
- Madison Lee
|
136
|
+
- Marcelles
|
137
|
+
- Martha Rastello
|
138
|
+
- Master
|
139
|
+
- Mat
|
140
|
+
- Mathia
|
141
|
+
- Michael
|
142
|
+
- Miles
|
143
|
+
- Miria
|
144
|
+
- Mitch
|
145
|
+
- Mohandki
|
146
|
+
- Morpheus
|
147
|
+
- Myron
|
148
|
+
- Nancy
|
149
|
+
- Neal
|
150
|
+
- Nick Valentine
|
151
|
+
- Nicole
|
152
|
+
- Old Longfellow
|
153
|
+
- Paladin Danse
|
154
|
+
- Patrick the Celt
|
155
|
+
- Paul
|
156
|
+
- Percy
|
157
|
+
- Petrox
|
158
|
+
- Phil
|
159
|
+
- Phillips
|
160
|
+
- Piper Wright
|
161
|
+
- Porter Gage
|
162
|
+
- Preston Garvey
|
163
|
+
- Rayze
|
164
|
+
- Razlo
|
165
|
+
- Razor
|
166
|
+
- Rhombus
|
167
|
+
- Rick
|
168
|
+
- Robert Joseph Mac Cready
|
169
|
+
- Rock
|
170
|
+
- Rose of Sharon Cassidy
|
171
|
+
- Rutger
|
172
|
+
- Sally
|
173
|
+
- Sammael
|
174
|
+
- Sarah
|
175
|
+
- Sasha
|
176
|
+
- Saul
|
177
|
+
- Savil
|
178
|
+
- Set
|
179
|
+
- Seth
|
180
|
+
- Shannon
|
181
|
+
- Shark
|
182
|
+
- Sherry
|
183
|
+
- Shopkeeper
|
184
|
+
- Sid
|
185
|
+
- Sinthia
|
186
|
+
- Skizzer
|
187
|
+
- Slappy
|
188
|
+
- Slummer
|
189
|
+
- Smitty
|
190
|
+
- Sophia
|
191
|
+
- Stapleton
|
192
|
+
- Strong
|
193
|
+
- Sulik
|
194
|
+
- Talius
|
195
|
+
- Talus
|
196
|
+
- Tandi
|
197
|
+
- Terry
|
198
|
+
- The Master
|
199
|
+
- Theresa
|
200
|
+
- Thomas
|
201
|
+
- Thorndyke
|
202
|
+
- Three Dog
|
203
|
+
- Tine Taylor
|
204
|
+
- Tolya
|
205
|
+
- Ton Barracus
|
206
|
+
- Tony Fry
|
207
|
+
- Trish
|
208
|
+
- Tycho
|
209
|
+
- Unit 462
|
210
|
+
- Van Hagan
|
211
|
+
- Vance
|
212
|
+
- Victor
|
213
|
+
- Vincent
|
214
|
+
- Vinnie
|
215
|
+
- Viola
|
216
|
+
- Vree
|
217
|
+
- Wiggum
|
218
|
+
- X6-88
|
219
|
+
- Yes Man
|
220
|
+
- Zack
|
221
|
+
- Zack Barstow
|
222
|
+
- Zark
|
223
|
+
- ZAX 1.2
|
224
|
+
factions:
|
225
|
+
- Boomers
|
226
|
+
- Brotherhood of Steel
|
227
|
+
- Caesar's Legion
|
228
|
+
- Chinese remnants
|
229
|
+
- Diamond City security
|
230
|
+
- Enclave
|
231
|
+
- Followers of the Apocalypse
|
232
|
+
- Gunners
|
233
|
+
- Kings
|
234
|
+
- Master's Army
|
235
|
+
- Mojave Express
|
236
|
+
- New California Republic
|
237
|
+
- Nuka World Triumvirate
|
238
|
+
- Powder Gangers
|
239
|
+
- Raiders
|
240
|
+
- State of Utobitha
|
241
|
+
- Talon Company
|
242
|
+
- Triggermen
|
243
|
+
- United States Armed Forces
|
244
|
+
- Van Graffs
|
245
|
+
locations:
|
246
|
+
- Anchorage
|
247
|
+
- Big MT
|
248
|
+
- Big town
|
249
|
+
- Cambridge
|
250
|
+
- Capital Wasteland
|
251
|
+
- Concord
|
252
|
+
- Diamond City
|
253
|
+
- Dog City
|
254
|
+
- Goodsprings
|
255
|
+
- Hoover Dam
|
256
|
+
- Lexington
|
257
|
+
- Little Lamplight
|
258
|
+
- Megaton
|
259
|
+
- Nellis Air Force Base
|
260
|
+
- New Reno
|
261
|
+
- New Vegas
|
262
|
+
- Nipton
|
263
|
+
- Primm
|
264
|
+
- Raven Rock
|
265
|
+
- Red Rock Canyon
|
266
|
+
- Sloan
|
267
|
+
- The Commonwealth
|
268
|
+
- The Institute
|
269
|
+
- Vault 101
|
270
|
+
- Vault 11
|
271
|
+
- Vault 111
|
272
|
+
- Vault 13
|
273
|
+
- Vault 15
|
274
|
+
- Vault 19
|
275
|
+
- Vault 22
|
276
|
+
- Vault 3
|
277
|
+
- Vault 81
|
278
|
+
- Vault City
|
279
|
+
quotes:
|
280
|
+
- Ad Victoriam!
|
281
|
+
- Calm is what you have to be when people look to you, and it's all you can be when things are out of your hands.
|
282
|
+
- Democracy is non-negotiable
|
283
|
+
- Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.
|
284
|
+
- I'm a synth. Synthetic man. All the parts, minus a few red blood cells.
|
285
|
+
- I'm dying.... so that democracy... can live.
|
286
|
+
- I'm gonna run some diagnostics while you're tinkering. Take your time.
|
287
|
+
- I've seen soldiers come and go. Some were brave. Some were honest. Some were even heroic. But I've never called any of them a friend.
|
288
|
+
- If you want to see the fate of democracies, just look out the window
|
289
|
+
- Let's go, pal.
|
290
|
+
- 'Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.'
|
291
|
+
- Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.
|
292
|
+
- Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.
|
293
|
+
- Nothing to impede progress. If you want to see the fate of democracies, look out the windows.
|
294
|
+
- Patrolling the Mojave almost makes you wish for a nuclear winter.
|
295
|
+
- Please step out of the fountain
|
296
|
+
- 'Revised stratagem: Initiate photonic resonance overcharge.'
|
297
|
+
- Stimpaks are a marvelous invention, don't you think?
|
298
|
+
- Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.
|
299
|
+
- Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.
|
300
|
+
- Sure. Be glad to take...I mean hold some stuff for you.
|
301
|
+
- That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.
|
302
|
+
- That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!
|
303
|
+
- The past, the present, and the future walked into a bar. It was tense.
|
304
|
+
- The women of New Vegas ask me a lot if there's a Mrs. New Vegas. Well, of course there is. You're her. And you're still as perfect as the day we met.
|
305
|
+
- Though dangerous, combat is quite vigorous exercise.
|
306
|
+
- Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.
|
307
|
+
- 'Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.'
|
308
|
+
- We must find the men of science and institutes of learning, surely they are out there still.
|
309
|
+
- We'd move faster if you'd keep your eyes on the road and off me arse.
|
310
|
+
- Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.
|
311
|
+
- What did you... did you put a plug in his cocktube and make him explode?
|
312
|
+
- Who do you think actually won the war? No one, I guess.
|
313
|
+
- You stood up to Elder Maxson for me. I'll never forget that for as long as I live.
|
314
|
+
- You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?
|
315
|
+
- You'd be shocked how many people I've managed to convince I'm just a really sick ghoul.
|
@@ -0,0 +1,37 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
final_space:
|
4
|
+
characters:
|
5
|
+
- A.V.A
|
6
|
+
- Ash Graven
|
7
|
+
- Avocato
|
8
|
+
- Bolo
|
9
|
+
- Clarence
|
10
|
+
- Gary Goodspeed
|
11
|
+
- H.U.E
|
12
|
+
- John Goodspeed
|
13
|
+
- KVN
|
14
|
+
- Little Cato
|
15
|
+
- Lord Commander
|
16
|
+
- Mooncake
|
17
|
+
- Nighfall
|
18
|
+
- Quinn Ergon
|
19
|
+
- Sheryl Goodspeed
|
20
|
+
|
21
|
+
vehicles:
|
22
|
+
- Crimson Light
|
23
|
+
- Galaxy One
|
24
|
+
- Imperium Cruiser
|
25
|
+
- F71 Hawk
|
26
|
+
- Heavy Incinerator
|
27
|
+
- Star Chaser
|
28
|
+
|
29
|
+
quotes:
|
30
|
+
- It's an alien on my face! It's an alien on my...It's a space alien!
|
31
|
+
- Get. Your. Finger. Out. Of. My. TUMMY!
|
32
|
+
- Chookity
|
33
|
+
- Twist my nipples rough
|
34
|
+
- Let's get wild, how about you buy me a drink
|
35
|
+
- Hey kids, it's me, your mother
|
36
|
+
- That's not a cookie. And you know that HUE, you know that!
|
37
|
+
- Get off my cheeks HUE!
|
data/lib/locales/en/finance.yml
CHANGED
@@ -111,3 +111,56 @@ en:
|
|
111
111
|
ZA:
|
112
112
|
- "ZA##########"
|
113
113
|
- "ZA###########"
|
114
|
+
ticker:
|
115
|
+
nasdaq:
|
116
|
+
- MSFT
|
117
|
+
- AAPL
|
118
|
+
- AMZN
|
119
|
+
- GOOG
|
120
|
+
- FB
|
121
|
+
- INTC
|
122
|
+
- CSCO
|
123
|
+
- CMCSA
|
124
|
+
- PEP
|
125
|
+
- ADBE
|
126
|
+
- NVDA
|
127
|
+
- NFLX
|
128
|
+
- PYPL
|
129
|
+
- COST
|
130
|
+
- AMGN
|
131
|
+
- AVGO
|
132
|
+
- TXN
|
133
|
+
- CHTR
|
134
|
+
- SBUX
|
135
|
+
- QCOM
|
136
|
+
- GILD
|
137
|
+
- MDLZ
|
138
|
+
- FISV
|
139
|
+
- BKNG
|
140
|
+
- INTU
|
141
|
+
nyse:
|
142
|
+
- XOM
|
143
|
+
- WFC
|
144
|
+
- JNJ
|
145
|
+
- GE
|
146
|
+
- NVX
|
147
|
+
- WMT
|
148
|
+
- JPM
|
149
|
+
- PG
|
150
|
+
- TM
|
151
|
+
- PFE
|
152
|
+
- CVX
|
153
|
+
- BABA
|
154
|
+
- VZ
|
155
|
+
- BUD
|
156
|
+
- ORCL
|
157
|
+
- DIS
|
158
|
+
- KO
|
159
|
+
- HSBC
|
160
|
+
- T
|
161
|
+
- BAC
|
162
|
+
- C
|
163
|
+
- MRK
|
164
|
+
- V
|
165
|
+
- BRK.B
|
166
|
+
- MA
|
data/lib/locales/en/football.yml
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
football:
|
4
|
-
teams: ["Real Madrid", "FC Barcelona", "Valencia CF", "Atletico Madrid", "Manchester United", "Chelsea", "Liverpool", "Arsenal", "Tottenham Hotspur", "AC Milan", "Inter Milan", "AS Roma", "Juventus", "Bayern Munich", "Borussia Dortmund", "Schalke 04", "Benfica", "Galatasaray", "PSV Eindhoven", "LA Galaxy"]
|
5
|
-
players: ["Lionel Messi", "Gerard Pique", "Sergio Ramos", "Cristiano Ronaldo", "David De Gea", "Paul Pogba", "Antoine Griezmann", "Alvaro Morata", "Andres Iniesta", "Roberto Firmino", "Mohammed Salah", "Harry Kane", "Delle Alli", "Arjen Robben", "Franck Ribery", "Marco Reus", "Robert Lewandoski", "Zlatan Ibrahimovic", "Edinson Cavani", "Sergio Aguero", "Neymar", "Mesut Ozil", "Gianluigi Buffon", "Willian", "Manuel Neuer", "Juan Mata", "Manuel Neuer", "Cesc Fabregas", "Gareth Bale", "Eden Hazard", "Mario Mandzukic"]
|
6
|
-
coaches: ["Ernesto Valverde", "Zinedine Zidane", "Jose Mourinho", "Antonio Conte", "Jurgen Klopp", "Mauricio Pochettino", "Diego Simeone", "Massimiliano Allegri", "Jupp Heyneckes", "Arsene Wenger", "Jorge Sampaoli", "Fernando Santos", "Didier Deschamps", "Joachim Low", "Julen Lopetegui", "Mauricio Pochettino", "Unai Emery", "Massimiliano Allegri" ]
|
4
|
+
teams: ["Real Madrid", "FC Barcelona", "Valencia CF", "Atletico Madrid", "Manchester United", "Chelsea", "Liverpool", "Arsenal", "Tottenham Hotspur", "AC Milan", "Inter Milan", "AS Roma", "Juventus", "Bayern Munich", "Borussia Dortmund", "Schalke 04", "Benfica", "Galatasaray", "PSV Eindhoven", "LA Galaxy", "Paris Saint Germain"]
|
5
|
+
players: ["Lionel Messi", "Gerard Pique", "Sergio Ramos", "Cristiano Ronaldo", "David De Gea", "Paul Pogba", "Antoine Griezmann", "Alvaro Morata", "Andres Iniesta", "Roberto Firmino", "Mohammed Salah", "Harry Kane", "Delle Alli", "Arjen Robben", "Franck Ribery", "Marco Reus", "Robert Lewandoski", "Zlatan Ibrahimovic", "Edinson Cavani", "Sergio Aguero", "Neymar", "Mesut Ozil", "Gianluigi Buffon", "Willian", "Manuel Neuer", "Juan Mata", "Manuel Neuer", "Cesc Fabregas", "Gareth Bale", "Eden Hazard", "Mario Mandzukic", "Kylian Mbappe"]
|
6
|
+
coaches: ["Ernesto Valverde", "Zinedine Zidane", "Jose Mourinho", "Antonio Conte", "Jurgen Klopp", "Mauricio Pochettino", "Diego Simeone", "Massimiliano Allegri", "Jupp Heyneckes", "Arsene Wenger", "Jorge Sampaoli", "Fernando Santos", "Didier Deschamps", "Joachim Low", "Julen Lopetegui", "Mauricio Pochettino", "Unai Emery", "Massimiliano Allegri", "Thomas Tuchel"]
|
7
7
|
competitions: ["UEFA European Championship", "Asian Cup", "African Cup of Nations", "Copa America", "UEFA Champions League", "FIFA World Cup", "UEFA Europa League", "Serie A", "Barclays Premier League", "Bundesliga", "Liga Santander", "FA Cup", "Ligue 1", "Primeira Liga", "Eredivisie", "Super League", "Major League Soccer", "Coppa Italia", "DFB Pokal", "CONCACAF Gold Cup", "Nations Cup", "Copa del Rey"]
|
8
8
|
positions: ["Goalkeeper", "Full Back", "Right Back", "Left Back", "Defensive Midfielder", "Midfielder", "Attacking Midfielder", "Right Midfielder", "Left Midfielder", "Right Wing", "Left Wing", "Second Striker", "Centre Forward"]
|
@@ -2,7 +2,7 @@ en:
|
|
2
2
|
faker:
|
3
3
|
the_fresh_prince_of_bel_air:
|
4
4
|
characters: ['Will Smith', 'Philip Banks', 'Carlton Banks', 'Ashley Banks', 'Hilary Banks', 'Vivian Banks', 'Nicky Banks', 'Geoffrey Butler', 'Jazz', 'Vy Smith', 'Hattie Banks', 'Lisa Wilkes', 'Jackie Ames', 'Henry Furth', 'Trevor', 'Tyriq', 'Ice Tray', 'Dee Dee', 'Kellogg Lieberbaum', 'Coach Smiley', 'Judge Carl Robertson']
|
5
|
-
|
5
|
+
actors: ['Quincy Jones', 'Jay Leno', 'Ronald Reagan', 'Dick Clark', 'Evander Holyfield', 'Isaiah Thomas', 'Heavy D', 'Don Cornelius', 'Kadeem Hardison', 'Hugh M. Hefner', 'Kareem Abdul-Jabbar', 'Bo Jackson', 'Ken Griffey Jr.', 'Al B. Sure!', 'John Ridley', 'Doctor Dré', 'Regis Philbin', 'William Shatner', 'B. B. King', 'Kim Fields', 'Arthel Neville', 'Oprah Winfrey', 'Donal J. Trump', 'Leeza Gibbons', 'Susan Powter', 'Tempestt Bledsoe', 'Kathie Lee Gifford', 'Garcelle Beauvais', 'Bree Walker']
|
6
6
|
quotes: [
|
7
7
|
"Girl, you look so good, I would marry your brother just to get in your family.",
|
8
8
|
"In west Philadelphia born and raised, on the playground was where I spent most of my days.",
|