faker 2.11.0 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (233) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +372 -13
  3. data/History.md +4 -4
  4. data/README.md +27 -3
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/blockchain/bitcoin.rb +2 -2
  7. data/lib/faker/blockchain/tezos.rb +30 -2
  8. data/lib/faker/books/dune.rb +15 -2
  9. data/lib/faker/books/lovecraft.rb +8 -4
  10. data/lib/faker/default/address.rb +35 -5
  11. data/lib/faker/default/app.rb +1 -1
  12. data/lib/faker/default/avatar.rb +1 -1
  13. data/lib/faker/default/bank.rb +96 -3
  14. data/lib/faker/default/barcode.rb +165 -0
  15. data/lib/faker/default/beer.rb +3 -3
  16. data/lib/faker/default/blood.rb +48 -0
  17. data/lib/faker/default/business.rb +1 -1
  18. data/lib/faker/default/camera.rb +46 -0
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +47 -3
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +98 -17
  23. data/lib/faker/default/commerce.rb +74 -11
  24. data/lib/faker/default/company.rb +96 -11
  25. data/lib/faker/default/compass.rb +135 -0
  26. data/lib/faker/default/computer.rb +63 -0
  27. data/lib/faker/default/construction.rb +54 -0
  28. data/lib/faker/default/cosmere.rb +90 -0
  29. data/lib/faker/default/crypto.rb +4 -4
  30. data/lib/faker/default/crypto_coin.rb +45 -0
  31. data/lib/faker/default/date.rb +16 -12
  32. data/lib/faker/default/driving_licence.rb +67 -1
  33. data/lib/faker/default/drone.rb +332 -0
  34. data/lib/faker/default/educator.rb +13 -0
  35. data/lib/faker/default/faker_adjective.rb +35 -0
  36. data/lib/faker/default/file.rb +53 -2
  37. data/lib/faker/default/finance.rb +45 -0
  38. data/lib/faker/default/food.rb +1 -1
  39. data/lib/faker/default/gender.rb +1 -1
  40. data/lib/faker/default/hipster.rb +107 -10
  41. data/lib/faker/default/id_number.rb +88 -2
  42. data/lib/faker/default/internet.rb +266 -12
  43. data/lib/faker/default/internet_http.rb +48 -0
  44. data/lib/faker/default/invoice.rb +33 -6
  45. data/lib/faker/default/json.rb +61 -5
  46. data/lib/faker/default/lorem.rb +160 -5
  47. data/lib/faker/default/lorem_flickr.rb +67 -7
  48. data/lib/faker/default/lorem_pixel.rb +23 -0
  49. data/lib/faker/default/markdown.rb +91 -0
  50. data/lib/faker/default/measurement.rb +93 -2
  51. data/lib/faker/default/military.rb +26 -0
  52. data/lib/faker/default/mountain.rb +33 -0
  53. data/lib/faker/default/name.rb +98 -0
  54. data/lib/faker/default/nhs.rb +19 -0
  55. data/lib/faker/default/number.rb +28 -13
  56. data/lib/faker/default/omniauth.rb +62 -14
  57. data/lib/faker/default/phone_number.rb +88 -5
  58. data/lib/faker/default/placeholdit.rb +23 -1
  59. data/lib/faker/default/relationship.rb +1 -1
  60. data/lib/faker/default/slack_emoji.rb +81 -0
  61. data/lib/faker/default/south_africa.rb +90 -0
  62. data/lib/faker/default/space.rb +1 -1
  63. data/lib/faker/default/string.rb +20 -3
  64. data/lib/faker/default/stripe.rb +64 -3
  65. data/lib/faker/default/twitter.rb +35 -0
  66. data/lib/faker/default/types.rb +84 -3
  67. data/lib/faker/default/university.rb +45 -0
  68. data/lib/faker/default/vehicle.rb +184 -4
  69. data/lib/faker/default/verb.rb +45 -0
  70. data/lib/faker/default/world_cup.rb +4 -4
  71. data/lib/faker/fantasy/tolkien.rb +67 -0
  72. data/lib/faker/games/clash_of_clans.rb +48 -0
  73. data/lib/faker/games/control.rb +113 -0
  74. data/lib/faker/games/dnd.rb +136 -0
  75. data/lib/faker/games/elder_scrolls.rb +26 -0
  76. data/lib/faker/games/heroes.rb +13 -0
  77. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  78. data/lib/faker/games/minecraft.rb +113 -0
  79. data/lib/faker/games/street_fighter.rb +61 -0
  80. data/lib/faker/games/super_mario.rb +48 -0
  81. data/lib/faker/games/touhou.rb +75 -0
  82. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  83. data/lib/faker/games/world_of_warcraft.rb +26 -1
  84. data/lib/faker/japanese_media/conan.rb +48 -0
  85. data/lib/faker/japanese_media/doraemon.rb +48 -0
  86. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  87. data/lib/faker/japanese_media/naruto.rb +61 -0
  88. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  89. data/lib/faker/movies/departed.rb +49 -0
  90. data/lib/faker/movies/hobbit.rb +4 -4
  91. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  92. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  93. data/lib/faker/movies/movie.rb +13 -0
  94. data/lib/faker/movies/room.rb +63 -0
  95. data/lib/faker/movies/star_wars.rb +74 -2
  96. data/lib/faker/music/hiphop.rb +48 -0
  97. data/lib/faker/music/opera.rb +237 -1
  98. data/lib/faker/music/pearl_jam.rb +50 -0
  99. data/lib/faker/music/phish.rb +27 -1
  100. data/lib/faker/music/prince.rb +64 -0
  101. data/lib/faker/music/rock_band.rb +12 -0
  102. data/lib/faker/music/rush.rb +37 -0
  103. data/lib/faker/music/show.rb +49 -0
  104. data/lib/faker/quotes/quote.rb +80 -1
  105. data/lib/faker/quotes/rajnikanth.rb +1 -0
  106. data/lib/faker/quotes/shakespeare.rb +70 -0
  107. data/lib/faker/sports/volleyball.rb +74 -0
  108. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  109. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  110. data/lib/faker/tv_shows/buffy.rb +17 -4
  111. data/lib/faker/tv_shows/dr_who.rb +1 -1
  112. data/lib/faker/tv_shows/final_space.rb +51 -0
  113. data/lib/faker/tv_shows/futurama.rb +65 -0
  114. data/lib/faker/tv_shows/simpsons.rb +14 -0
  115. data/lib/faker/tv_shows/suits.rb +37 -0
  116. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  117. data/lib/faker/version.rb +1 -1
  118. data/lib/faker.rb +28 -23
  119. data/lib/helpers/base58.rb +1 -1
  120. data/lib/helpers/char.rb +22 -27
  121. data/lib/helpers/unique_generator.rb +0 -2
  122. data/lib/locales/de-AT.yml +4 -2
  123. data/lib/locales/de-CH.yml +1696 -1
  124. data/lib/locales/de.yml +4 -2
  125. data/lib/locales/en/address.yml +2 -0
  126. data/lib/locales/en/adjective.yml +179 -0
  127. data/lib/locales/en/animal.yml +1 -1
  128. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  129. data/lib/locales/en/bank.yml +1 -1
  130. data/lib/locales/en/barcode.yml +24 -0
  131. data/lib/locales/en/big_bang_theory.yml +38 -0
  132. data/lib/locales/en/blood.yml +13 -0
  133. data/lib/locales/en/buffy.yml +1 -1
  134. data/lib/locales/en/camera.yml +611 -0
  135. data/lib/locales/en/clash_of_clan.yml +101 -0
  136. data/lib/locales/en/company.yml +2 -2
  137. data/lib/locales/en/computer.yml +36 -0
  138. data/lib/locales/en/conan.yml +171 -0
  139. data/lib/locales/en/control.yml +247 -0
  140. data/lib/locales/en/demographic.yml +218 -5
  141. data/lib/locales/en/departed.yml +50 -0
  142. data/lib/locales/en/device.yml +112 -4
  143. data/lib/locales/en/dnd.yml +451 -0
  144. data/lib/locales/en/doraemon.yml +286 -0
  145. data/lib/locales/en/dota.yml +531 -63
  146. data/lib/locales/en/dragon_ball.yml +243 -1
  147. data/lib/locales/en/driving_license.yml +181 -0
  148. data/lib/locales/en/drone.yml +95 -0
  149. data/lib/locales/en/dune.yml +401 -131
  150. data/lib/locales/en/educator.yml +6 -0
  151. data/lib/locales/en/elder_scrolls.yml +583 -9
  152. data/lib/locales/en/fallout.yml +311 -133
  153. data/lib/locales/en/final_space.yml +37 -0
  154. data/lib/locales/en/finance.yml +53 -0
  155. data/lib/locales/en/football.yml +3 -3
  156. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  157. data/lib/locales/en/futurama.yml +344 -0
  158. data/lib/locales/en/half_life.yml +84 -3
  159. data/lib/locales/en/heroes.yml +408 -3
  160. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  161. data/lib/locales/en/house.yml +1 -1
  162. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  163. data/lib/locales/en/jack_handey.yml +54 -0
  164. data/lib/locales/en/league_of_legends.yml +285 -6
  165. data/lib/locales/en/lebowski.yml +1 -1
  166. data/lib/locales/en/military.yml +179 -5
  167. data/lib/locales/en/minecraft.yml +663 -0
  168. data/lib/locales/en/mountain.yml +158 -0
  169. data/lib/locales/en/movie.yml +192 -1
  170. data/lib/locales/en/music.yml +451 -29
  171. data/lib/locales/en/myst.yml +87 -31
  172. data/lib/locales/en/name.yml +5 -4
  173. data/lib/locales/en/naruto.yml +231 -0
  174. data/lib/locales/en/one_piece.yml +2 -2
  175. data/lib/locales/en/opera.yml +168 -0
  176. data/lib/locales/en/overwatch.yml +2650 -2622
  177. data/lib/locales/en/pearl_jam.yml +213 -0
  178. data/lib/locales/en/phish.yml +392 -1
  179. data/lib/locales/en/pokemon.yml +417 -4
  180. data/lib/locales/en/prince.yml +227 -0
  181. data/lib/locales/en/quote.yml +692 -163
  182. data/lib/locales/en/rock_band.yml +1 -0
  183. data/lib/locales/en/room.yml +68 -0
  184. data/lib/locales/en/rush.yml +32 -0
  185. data/lib/locales/en/shakespeare.yml +21 -24
  186. data/lib/locales/en/show.yml +597 -0
  187. data/lib/locales/en/simpsons.yml +668 -0
  188. data/lib/locales/en/source.yml +30 -0
  189. data/lib/locales/en/star_trek.yml +1 -1
  190. data/lib/locales/en/star_wars.yml +568 -220
  191. data/lib/locales/en/street_fighter.yml +1524 -0
  192. data/lib/locales/en/studio_ghibli.yml +107 -0
  193. data/lib/locales/en/suits.yml +45 -0
  194. data/lib/locales/en/super_mario.yml +58 -0
  195. data/lib/locales/en/super_smash_bros.yml +18 -4
  196. data/lib/locales/en/tolkien.yml +2453 -0
  197. data/lib/locales/en/touhou.yml +839 -0
  198. data/lib/locales/en/volleyball.yml +501 -0
  199. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  200. data/lib/locales/en/witcher.yml +389 -7
  201. data/lib/locales/en/world_of_warcraft.yml +122 -4
  202. data/lib/locales/en/zelda.yml +962 -4
  203. data/lib/locales/en-AU.yml +50 -10
  204. data/lib/locales/en-CA.yml +2 -0
  205. data/lib/locales/en-GB.yml +1 -1
  206. data/lib/locales/en-IND.yml +2 -1
  207. data/lib/locales/en-MS.yml +2 -1
  208. data/lib/locales/en-NEP.yml +4 -1
  209. data/lib/locales/en-NZ.yml +3 -1
  210. data/lib/locales/en-PAK.yml +2 -1
  211. data/lib/locales/en-SG.yml +2 -1
  212. data/lib/locales/en-US.yml +36 -10
  213. data/lib/locales/en-au-ocker.yml +2 -1
  214. data/lib/locales/en.yml +0 -3
  215. data/lib/locales/es-AR.yml +4603 -0
  216. data/lib/locales/es.yml +56 -0
  217. data/lib/locales/fi-FI.yml +1 -1
  218. data/lib/locales/fr-CA.yml +21 -5
  219. data/lib/locales/fr-CH.yml +2 -2
  220. data/lib/locales/fr.yml +12 -6
  221. data/lib/locales/id.yml +3 -1
  222. data/lib/locales/it.yml +2 -1
  223. data/lib/locales/ja.yml +18 -1
  224. data/lib/locales/ko.yml +94 -2
  225. data/lib/locales/nb-NO.yml +4 -2
  226. data/lib/locales/pt-BR.yml +2 -1
  227. data/lib/locales/pt.yml +3 -1
  228. data/lib/locales/ru.yml +3 -1
  229. data/lib/locales/sk.yml +4 -2
  230. data/lib/locales/uk.yml +2 -0
  231. metadata +90 -23
  232. data/lib/locales/en/hobbit.yml +0 -19
  233. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -2,136 +2,314 @@ en:
2
2
  faker:
3
3
  games:
4
4
  fallout:
5
- characters: [
6
- "Ada",
7
- "Angela Bishop",
8
- "Boone",
9
- "Cait",
10
- "Christine Royce",
11
- "Codsworth",
12
- "Curie",
13
- "Daecon",
14
- "DiMA",
15
- "Dogmeat",
16
- "Elder Maxon",
17
- "Harold",
18
- "John Hancock",
19
- "Joshua Graham",
20
- "Legate Lanius",
21
- "Leslie Ann Bishop",
22
- "Liberty Prime",
23
- "Lucas Simms",
24
- "Madison Lee",
25
- "Miria",
26
- "Myron",
27
- "Nick Valentine",
28
- "Old Longfellow",
29
- "Caesar",
30
- "Paladin Danse",
31
- "Piper Wright",
32
- "Porter Gage",
33
- "Preston Garvey",
34
- "Robert Joseph Mac Cready",
35
- "Rose of Sharon Cassidy",
36
- "Strong",
37
- "Sulik",
38
- "The Master",
39
- "Three Dog",
40
- "X6-88",
41
- "Yes Man"
42
- ]
43
- factions: [
44
- "Boomers",
45
- "Brotherhood of Steel",
46
- "Caesar's Legion",
47
- "Chinese remnants",
48
- "Diamond City security",
49
- "Enclave",
50
- "Followers of the Apocalypse",
51
- "Gunners",
52
- "Kings",
53
- "Master's Army",
54
- "Mojave Express",
55
- "New California Republic",
56
- "Nuka World Triumvirate",
57
- "Powder Gangers",
58
- "Raiders",
59
- "State of Utobitha",
60
- "Talon Company",
61
- "Triggermen",
62
- "United States Armed Forces",
63
- "Van Graffs"
64
- ]
65
- locations: [
66
- "Anchorage",
67
- "Big MT",
68
- "Big town",
69
- "Cambridge",
70
- "Capital Wasteland",
71
- "Concord",
72
- "Diamond City",
73
- "Dog City",
74
- "Goodsprings",
75
- "Hoover Dam",
76
- "Lexington",
77
- "Little Lamplight",
78
- "Megaton",
79
- "Nellis Air Force Base",
80
- "New Reno",
81
- "New Vegas",
82
- "Nipton",
83
- "Primm",
84
- "Raven Rock",
85
- "Red Rock Canyon",
86
- "Sloan",
87
- "The Commonwealth",
88
- "The Institute",
89
- "Vault 101",
90
- "Vault 11",
91
- "Vault 111",
92
- "Vault 13",
93
- "Vault 15",
94
- "Vault 19",
95
- "Vault 22",
96
- "Vault 3",
97
- "Vault 81",
98
- "Vault City"
99
- ]
100
- quotes: [
101
- "Ad Victoriam!",
102
- "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.",
103
- "Democracy is non-negotiable",
104
- "Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.",
105
- "I'm a synth. Synthetic man. All the parts, minus a few red blood cells.",
106
- "I'm dying.... so that democracy... can live.",
107
- "I'm gonna run some diagnostics while you're tinkering. Take your time.",
108
- "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.",
109
- "If you want to see the fate of democracies, just look out the window",
110
- "Let's go, pal.",
111
- "Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.",
112
- "Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.",
113
- "Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.",
114
- "Nothing to impede progress. If you want to see the fate of democracies, look out the windows.",
115
- "Patrolling the Mojave almost makes you wish for a nuclear winter.",
116
- "Please step out of the fountain",
117
- "Revised stratagem: Initiate photonic resonance overcharge.",
118
- "Stimpaks are a marvelous invention, don't you think?",
119
- "Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.",
120
- "Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.",
121
- "Sure. Be glad to take...I mean hold some stuff for you.",
122
- "That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.",
123
- "That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!",
124
- "The past, the present, and the future walked into a bar. It was tense.",
125
- "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.",
126
- "Though dangerous, combat is quite vigorous exercise.",
127
- "Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.",
128
- "Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.",
129
- "We must find the men of science and institutes of learning, surely they are out there still.",
130
- "We'd move faster if you'd keep your eyes on the road and off me arse.",
131
- "Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.",
132
- "What did you... did you put a plug in his cocktube and make him explode?",
133
- "Who do you think actually won the war? No one, I guess.",
134
- "You stood up to Elder Maxson for me. I'll never forget that for as long as I live.",
135
- "You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?",
136
- "You'd be shocked how many people I've managed to convince I'm just a really sick ghoul."
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!
@@ -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
@@ -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
- celebrities: ['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']
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.",