faker 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (383) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +1192 -0
  3. data/History.md +176 -0
  4. data/License.txt +20 -0
  5. data/README.md +364 -0
  6. data/bin/faker +5 -0
  7. data/lib/faker.rb +253 -0
  8. data/lib/faker/blockchain/bitcoin.rb +34 -0
  9. data/lib/faker/blockchain/ethereum.rb +16 -0
  10. data/lib/faker/blockchain/tezos.rb +51 -0
  11. data/lib/faker/books/book.rb +25 -0
  12. data/lib/faker/books/culture_series.rb +34 -0
  13. data/lib/faker/books/dune.rb +58 -0
  14. data/lib/faker/books/lovecraft.rb +73 -0
  15. data/lib/faker/creature/animal.rb +13 -0
  16. data/lib/faker/creature/cat.rb +23 -0
  17. data/lib/faker/creature/dog.rb +43 -0
  18. data/lib/faker/creature/horse.rb +19 -0
  19. data/lib/faker/default/address.rb +103 -0
  20. data/lib/faker/default/alphanumeric.rb +24 -0
  21. data/lib/faker/default/ancient.rb +23 -0
  22. data/lib/faker/default/app.rb +23 -0
  23. data/lib/faker/default/appliance.rb +15 -0
  24. data/lib/faker/default/artist.rb +11 -0
  25. data/lib/faker/default/avatar.rb +18 -0
  26. data/lib/faker/default/bank.rb +100 -0
  27. data/lib/faker/default/beer.rb +41 -0
  28. data/lib/faker/default/boolean.rb +11 -0
  29. data/lib/faker/default/bossa_nova.rb +15 -0
  30. data/lib/faker/default/business.rb +23 -0
  31. data/lib/faker/default/cannabis.rb +45 -0
  32. data/lib/faker/default/chile_rut.rb +44 -0
  33. data/lib/faker/default/chuck_norris.rb +14 -0
  34. data/lib/faker/default/code.rb +188 -0
  35. data/lib/faker/default/coffee.rb +37 -0
  36. data/lib/faker/default/coin.rb +15 -0
  37. data/lib/faker/default/color.rb +32 -0
  38. data/lib/faker/default/commerce.rb +66 -0
  39. data/lib/faker/default/company.rb +256 -0
  40. data/lib/faker/default/compass.rb +67 -0
  41. data/lib/faker/default/construction.rb +29 -0
  42. data/lib/faker/default/cosmere.rb +48 -0
  43. data/lib/faker/default/crypto.rb +21 -0
  44. data/lib/faker/default/crypto_coin.rb +37 -0
  45. data/lib/faker/default/currency.rb +19 -0
  46. data/lib/faker/default/date.rb +69 -0
  47. data/lib/faker/default/dc_comics.rb +25 -0
  48. data/lib/faker/default/demographic.rb +37 -0
  49. data/lib/faker/default/dessert.rb +21 -0
  50. data/lib/faker/default/device.rb +31 -0
  51. data/lib/faker/default/driving_licence.rb +59 -0
  52. data/lib/faker/default/educator.rb +35 -0
  53. data/lib/faker/default/electrical_components.rb +21 -0
  54. data/lib/faker/default/esport.rb +27 -0
  55. data/lib/faker/default/file.rb +32 -0
  56. data/lib/faker/default/fillmurray.rb +15 -0
  57. data/lib/faker/default/finance.rb +40 -0
  58. data/lib/faker/default/food.rb +49 -0
  59. data/lib/faker/default/funny_name.rb +45 -0
  60. data/lib/faker/default/gender.rb +15 -0
  61. data/lib/faker/default/greek_philosophers.rb +15 -0
  62. data/lib/faker/default/hacker.rb +45 -0
  63. data/lib/faker/default/hipster.rb +58 -0
  64. data/lib/faker/default/house.rb +15 -0
  65. data/lib/faker/default/id_number.rb +119 -0
  66. data/lib/faker/default/industry_segments.rb +25 -0
  67. data/lib/faker/default/internet.rb +207 -0
  68. data/lib/faker/default/invoice.rb +96 -0
  69. data/lib/faker/default/job.rb +25 -0
  70. data/lib/faker/default/json.rb +70 -0
  71. data/lib/faker/default/kpop.rb +31 -0
  72. data/lib/faker/default/lorem.rb +80 -0
  73. data/lib/faker/default/lorem_flickr.rb +45 -0
  74. data/lib/faker/default/lorem_pixel.rb +38 -0
  75. data/lib/faker/default/markdown.rb +79 -0
  76. data/lib/faker/default/marketing.rb +13 -0
  77. data/lib/faker/default/measurement.rb +84 -0
  78. data/lib/faker/default/military.rb +27 -0
  79. data/lib/faker/default/name.rb +54 -0
  80. data/lib/faker/default/nation.rb +33 -0
  81. data/lib/faker/default/nato_phonetic_alphabet.rb +11 -0
  82. data/lib/faker/default/nhs.rb +34 -0
  83. data/lib/faker/default/number.rb +105 -0
  84. data/lib/faker/default/omniauth.rb +330 -0
  85. data/lib/faker/default/phone_number.rb +50 -0
  86. data/lib/faker/default/placeholdit.rb +31 -0
  87. data/lib/faker/default/programming_language.rb +15 -0
  88. data/lib/faker/default/relationship.rb +42 -0
  89. data/lib/faker/default/restaurant.rb +11 -0
  90. data/lib/faker/default/science.rb +19 -0
  91. data/lib/faker/default/slack_emoji.rb +43 -0
  92. data/lib/faker/default/source.rb +20 -0
  93. data/lib/faker/default/south_africa.rb +51 -0
  94. data/lib/faker/default/space.rb +64 -0
  95. data/lib/faker/default/string.rb +45 -0
  96. data/lib/faker/default/stripe.rb +65 -0
  97. data/lib/faker/default/subscription.rb +25 -0
  98. data/lib/faker/default/superhero.rb +27 -0
  99. data/lib/faker/default/team.rb +29 -0
  100. data/lib/faker/default/time.rb +69 -0
  101. data/lib/faker/default/twitter.rb +174 -0
  102. data/lib/faker/default/types.rb +79 -0
  103. data/lib/faker/default/university.rb +30 -0
  104. data/lib/faker/default/vehicle.rb +149 -0
  105. data/lib/faker/default/verb.rb +27 -0
  106. data/lib/faker/default/world_cup.rb +27 -0
  107. data/lib/faker/games/dota.rb +29 -0
  108. data/lib/faker/games/elder_scrolls.rb +41 -0
  109. data/lib/faker/games/fallout.rb +25 -0
  110. data/lib/faker/games/game.rb +21 -0
  111. data/lib/faker/games/half_life.rb +21 -0
  112. data/lib/faker/games/heroes.rb +21 -0
  113. data/lib/faker/games/heroes_of_the_storm.rb +25 -0
  114. data/lib/faker/games/league_of_legends.rb +33 -0
  115. data/lib/faker/games/myst.rb +29 -0
  116. data/lib/faker/games/overwatch.rb +21 -0
  117. data/lib/faker/games/pokemon.rb +21 -0
  118. data/lib/faker/games/sonic_the_hedgehog.rb +21 -0
  119. data/lib/faker/games/super_smash_bros.rb +17 -0
  120. data/lib/faker/games/witcher.rb +33 -0
  121. data/lib/faker/games/world_of_warcraft.rb +17 -0
  122. data/lib/faker/games/zelda.rb +26 -0
  123. data/lib/faker/japanese_media/dragon_ball.rb +13 -0
  124. data/lib/faker/japanese_media/one_piece.rb +33 -0
  125. data/lib/faker/japanese_media/sword_art_online.rb +25 -0
  126. data/lib/faker/movies/back_to_the_future.rb +21 -0
  127. data/lib/faker/movies/ghostbusters.rb +21 -0
  128. data/lib/faker/movies/harry_potter.rb +33 -0
  129. data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +37 -0
  130. data/lib/faker/movies/hobbit.rb +25 -0
  131. data/lib/faker/movies/lebowski.rb +21 -0
  132. data/lib/faker/movies/lord_of_the_rings.rb +21 -0
  133. data/lib/faker/movies/movie.rb +11 -0
  134. data/lib/faker/movies/princess_bride.rb +17 -0
  135. data/lib/faker/movies/star_wars.rb +105 -0
  136. data/lib/faker/movies/v_for_vendetta.rb +21 -0
  137. data/lib/faker/music/grateful_dead.rb +19 -0
  138. data/lib/faker/music/music.rb +47 -0
  139. data/lib/faker/music/opera.rb +26 -0
  140. data/lib/faker/music/phish.rb +13 -0
  141. data/lib/faker/music/rock_band.rb +13 -0
  142. data/lib/faker/music/umphreys_mcgee.rb +13 -0
  143. data/lib/faker/quotes/quote.rb +32 -0
  144. data/lib/faker/quotes/shakespeare.rb +41 -0
  145. data/lib/faker/sports/basketball.rb +25 -0
  146. data/lib/faker/sports/football.rb +29 -0
  147. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +15 -0
  148. data/lib/faker/tv_shows/bojack_horseman.rb +23 -0
  149. data/lib/faker/tv_shows/breaking_bad.rb +19 -0
  150. data/lib/faker/tv_shows/buffy.rb +31 -0
  151. data/lib/faker/tv_shows/community.rb +19 -0
  152. data/lib/faker/tv_shows/dr_who.rb +39 -0
  153. data/lib/faker/tv_shows/dumb_and_dumber.rb +23 -0
  154. data/lib/faker/tv_shows/family_guy.rb +23 -0
  155. data/lib/faker/tv_shows/friends.rb +23 -0
  156. data/lib/faker/tv_shows/game_of_thrones.rb +31 -0
  157. data/lib/faker/tv_shows/hey_arnold.rb +23 -0
  158. data/lib/faker/tv_shows/how_i_met_your_mother.rb +27 -0
  159. data/lib/faker/tv_shows/michael_scott.rb +13 -0
  160. data/lib/faker/tv_shows/new_girl.rb +19 -0
  161. data/lib/faker/tv_shows/parks_and_rec.rb +19 -0
  162. data/lib/faker/tv_shows/rick_and_morty.rb +23 -0
  163. data/lib/faker/tv_shows/ru_paul.rb +19 -0
  164. data/lib/faker/tv_shows/seinfeld.rb +23 -0
  165. data/lib/faker/tv_shows/silicon_valley.rb +43 -0
  166. data/lib/faker/tv_shows/simpsons.rb +23 -0
  167. data/lib/faker/tv_shows/south_park.rb +19 -0
  168. data/lib/faker/tv_shows/star_trek.rb +27 -0
  169. data/lib/faker/tv_shows/stargate.rb +23 -0
  170. data/lib/faker/tv_shows/stranger_things.rb +19 -0
  171. data/lib/faker/tv_shows/the_expanse.rb +27 -0
  172. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +23 -0
  173. data/lib/faker/tv_shows/the_it_crowd.rb +27 -0
  174. data/lib/faker/tv_shows/the_thick_of_it.rb +23 -0
  175. data/lib/faker/tv_shows/twin_peaks.rb +23 -0
  176. data/lib/faker/tv_shows/venture_bros.rb +27 -0
  177. data/lib/faker/version.rb +5 -0
  178. data/lib/helpers/base58.rb +22 -0
  179. data/lib/helpers/char.rb +66 -0
  180. data/lib/helpers/unique_generator.rb +56 -0
  181. data/lib/locales/README.md +40 -0
  182. data/lib/locales/ar.yml +102 -0
  183. data/lib/locales/bg.yml +44 -0
  184. data/lib/locales/ca-CAT.yml +24 -0
  185. data/lib/locales/ca.yml +31 -0
  186. data/lib/locales/da-DK.yml +73 -0
  187. data/lib/locales/de-AT.yml +56 -0
  188. data/lib/locales/de-CH.yml +19 -0
  189. data/lib/locales/de.yml +174 -0
  190. data/lib/locales/ee.yml +61 -0
  191. data/lib/locales/en-AU.yml +28 -0
  192. data/lib/locales/en-BORK.yml +4 -0
  193. data/lib/locales/en-CA.yml +36 -0
  194. data/lib/locales/en-GB.yml +14 -0
  195. data/lib/locales/en-IND.yml +25 -0
  196. data/lib/locales/en-MS.yml +47 -0
  197. data/lib/locales/en-NEP.yml +49 -0
  198. data/lib/locales/en-NG.yml +77 -0
  199. data/lib/locales/en-NZ.yml +39 -0
  200. data/lib/locales/en-PAK.yml +18 -0
  201. data/lib/locales/en-SG.yml +35 -0
  202. data/lib/locales/en-UG.yml +128 -0
  203. data/lib/locales/en-US.yml +103 -0
  204. data/lib/locales/en-ZA.yml +148 -0
  205. data/lib/locales/en-au-ocker.yml +33 -0
  206. data/lib/locales/en.yml +60 -0
  207. data/lib/locales/en/README.md +13 -0
  208. data/lib/locales/en/address.yml +581 -0
  209. data/lib/locales/en/ancient.yml +7 -0
  210. data/lib/locales/en/animal.yml +6 -0
  211. data/lib/locales/en/app.yml +8 -0
  212. data/lib/locales/en/appliance.yml +5 -0
  213. data/lib/locales/en/aqua_teen_hunger_force.yml +4 -0
  214. data/lib/locales/en/artist.yml +4 -0
  215. data/lib/locales/en/back_to_the_future.yml +120 -0
  216. data/lib/locales/en/bank.yml +302 -0
  217. data/lib/locales/en/basketball.yml +99 -0
  218. data/lib/locales/en/beer.yml +9 -0
  219. data/lib/locales/en/bojack_horseman.yml +6 -0
  220. data/lib/locales/en/book.yml +7 -0
  221. data/lib/locales/en/bossa_nova.yml +6 -0
  222. data/lib/locales/en/breaking_bad.yml +28 -0
  223. data/lib/locales/en/buffy.yml +260 -0
  224. data/lib/locales/en/business.yml +5 -0
  225. data/lib/locales/en/cannabis.yml +13 -0
  226. data/lib/locales/en/cat.yml +7 -0
  227. data/lib/locales/en/chuck_norris.yml +82 -0
  228. data/lib/locales/en/code.yml +4 -0
  229. data/lib/locales/en/coffee.yml +31 -0
  230. data/lib/locales/en/coin.yml +6 -0
  231. data/lib/locales/en/color.yml +4 -0
  232. data/lib/locales/en/commerce.yml +11 -0
  233. data/lib/locales/en/community.yml +33 -0
  234. data/lib/locales/en/company.yml +22 -0
  235. data/lib/locales/en/compass.yml +34 -0
  236. data/lib/locales/en/construction.yml +425 -0
  237. data/lib/locales/en/cosmere.yml +57 -0
  238. data/lib/locales/en/crypto_coin.yml +25 -0
  239. data/lib/locales/en/culture_series.yml +307 -0
  240. data/lib/locales/en/currency.yml +6 -0
  241. data/lib/locales/en/dc_comics.yml +52 -0
  242. data/lib/locales/en/demographic.yml +8 -0
  243. data/lib/locales/en/dessert.yml +6 -0
  244. data/lib/locales/en/device.yml +7 -0
  245. data/lib/locales/en/dog.yml +11 -0
  246. data/lib/locales/en/dota.yml +105 -0
  247. data/lib/locales/en/dr_who.yml +96 -0
  248. data/lib/locales/en/dragon_ball.yml +4 -0
  249. data/lib/locales/en/dumb_and_dumber.yml +59 -0
  250. data/lib/locales/en/dune.yml +159 -0
  251. data/lib/locales/en/educator.yml +11 -0
  252. data/lib/locales/en/elder_scrolls.yml +11 -0
  253. data/lib/locales/en/electrical_components.yml +6 -0
  254. data/lib/locales/en/esport.yml +8 -0
  255. data/lib/locales/en/fallout.yml +137 -0
  256. data/lib/locales/en/family_guy.yml +7 -0
  257. data/lib/locales/en/file.yml +5 -0
  258. data/lib/locales/en/finance.yml +113 -0
  259. data/lib/locales/en/food.yml +13 -0
  260. data/lib/locales/en/football.yml +8 -0
  261. data/lib/locales/en/fresh_prince_of_bel_air.yml +73 -0
  262. data/lib/locales/en/friends.yml +6 -0
  263. data/lib/locales/en/funny_name.yml +4 -0
  264. data/lib/locales/en/game.yml +283 -0
  265. data/lib/locales/en/game_of_thrones.yml +8 -0
  266. data/lib/locales/en/gender.yml +5 -0
  267. data/lib/locales/en/ghostbusters.yml +91 -0
  268. data/lib/locales/en/grateful_dead.yml +48 -0
  269. data/lib/locales/en/greek_philosophers.yml +26 -0
  270. data/lib/locales/en/hacker.yml +8 -0
  271. data/lib/locales/en/half_life.yml +7 -0
  272. data/lib/locales/en/harry_potter.yml +9 -0
  273. data/lib/locales/en/heroes.yml +6 -0
  274. data/lib/locales/en/heroes_of_the_storm.yml +7 -0
  275. data/lib/locales/en/hey_arnold.yml +24 -0
  276. data/lib/locales/en/hipster.yml +4 -0
  277. data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +45 -0
  278. data/lib/locales/en/hobbit.yml +19 -0
  279. data/lib/locales/en/horse.yml +6 -0
  280. data/lib/locales/en/house.yml +5 -0
  281. data/lib/locales/en/how_i_met_your_mother.yml +28 -0
  282. data/lib/locales/en/id_number.yml +5 -0
  283. data/lib/locales/en/industry_segments.yml +7 -0
  284. data/lib/locales/en/internet.yml +21 -0
  285. data/lib/locales/en/invoice.yml +6 -0
  286. data/lib/locales/en/job.yml +15 -0
  287. data/lib/locales/en/kpop.yml +83 -0
  288. data/lib/locales/en/league_of_legends.yml +10 -0
  289. data/lib/locales/en/lebowski.yml +43 -0
  290. data/lib/locales/en/lord_of_the_rings.yml +6 -0
  291. data/lib/locales/en/lorem.yml +11 -0
  292. data/lib/locales/en/lovecraft.yml +9 -0
  293. data/lib/locales/en/markdown.yml +5 -0
  294. data/lib/locales/en/marketing.yml +4 -0
  295. data/lib/locales/en/measurement.yml +11 -0
  296. data/lib/locales/en/michael_scott.yml +45 -0
  297. data/lib/locales/en/military.yml +8 -0
  298. data/lib/locales/en/movie.yml +5 -0
  299. data/lib/locales/en/music.yml +32 -0
  300. data/lib/locales/en/myst.yml +48 -0
  301. data/lib/locales/en/name.yml +25 -0
  302. data/lib/locales/en/nation.yml +11 -0
  303. data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
  304. data/lib/locales/en/new_girl.yml +40 -0
  305. data/lib/locales/en/one_piece.yml +9 -0
  306. data/lib/locales/en/opera.yml +172 -0
  307. data/lib/locales/en/overwatch.yml +41 -0
  308. data/lib/locales/en/parks_and_rec.yml +7 -0
  309. data/lib/locales/en/phish.yml +4 -0
  310. data/lib/locales/en/phone_number.yml +7 -0
  311. data/lib/locales/en/pokemon.yml +8 -0
  312. data/lib/locales/en/princess_bride.yml +5 -0
  313. data/lib/locales/en/programming_language.yml +6 -0
  314. data/lib/locales/en/quote.yml +166 -0
  315. data/lib/locales/en/relationship.yml +10 -0
  316. data/lib/locales/en/restaurant.yml +129 -0
  317. data/lib/locales/en/rick_and_morty.yml +6 -0
  318. data/lib/locales/en/rock_band.yml +4 -0
  319. data/lib/locales/en/rupaul.yml +125 -0
  320. data/lib/locales/en/science.yml +6 -0
  321. data/lib/locales/en/seinfeld.yml +6 -0
  322. data/lib/locales/en/shakespeare.yml +56 -0
  323. data/lib/locales/en/silicon_valley.yml +53 -0
  324. data/lib/locales/en/simpsons.yml +26 -0
  325. data/lib/locales/en/slack_emoji.yml +20 -0
  326. data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
  327. data/lib/locales/en/source.yml +16 -0
  328. data/lib/locales/en/south_park.yml +5 -0
  329. data/lib/locales/en/space.yml +17 -0
  330. data/lib/locales/en/star_trek.yml +7 -0
  331. data/lib/locales/en/star_wars.yml +258 -0
  332. data/lib/locales/en/stargate.yml +21 -0
  333. data/lib/locales/en/stranger_thing.yml +36 -0
  334. data/lib/locales/en/stripe.yml +42 -0
  335. data/lib/locales/en/subscription.yml +8 -0
  336. data/lib/locales/en/super_smash_bros.yml +205 -0
  337. data/lib/locales/en/superhero.yml +12 -0
  338. data/lib/locales/en/sword_art_online.yml +334 -0
  339. data/lib/locales/en/team.yml +8 -0
  340. data/lib/locales/en/the_expanse.yml +7 -0
  341. data/lib/locales/en/the_it_crowd.yml +155 -0
  342. data/lib/locales/en/the_thick_of_it.yml +6 -0
  343. data/lib/locales/en/twin_peaks.yml +6 -0
  344. data/lib/locales/en/umphreys_mcgee.yml +4 -0
  345. data/lib/locales/en/university.yml +10 -0
  346. data/lib/locales/en/v_for_vendetta.yml +163 -0
  347. data/lib/locales/en/vehicle.yml +80 -0
  348. data/lib/locales/en/venture_bros.yml +7 -0
  349. data/lib/locales/en/verbs.yml +8 -0
  350. data/lib/locales/en/witcher.yml +11 -0
  351. data/lib/locales/en/world_cup.yml +271 -0
  352. data/lib/locales/en/world_of_warcraft.yml +8 -0
  353. data/lib/locales/en/yoda.yml +4 -0
  354. data/lib/locales/en/zelda.yml +8 -0
  355. data/lib/locales/es-MX.yml +102 -0
  356. data/lib/locales/es.yml +94 -0
  357. data/lib/locales/fa.yml +10 -0
  358. data/lib/locales/fi-FI.yml +35 -0
  359. data/lib/locales/fr-CA.yml +90 -0
  360. data/lib/locales/fr-CH.yml +78 -0
  361. data/lib/locales/fr.yml +114 -0
  362. data/lib/locales/he.yml +27 -0
  363. data/lib/locales/hy.yml +416 -0
  364. data/lib/locales/id.yml +23 -0
  365. data/lib/locales/it.yml +70 -0
  366. data/lib/locales/ja.yml +98 -0
  367. data/lib/locales/ko.yml +40 -0
  368. data/lib/locales/lv.yml +55 -0
  369. data/lib/locales/nb-NO.yml +62 -0
  370. data/lib/locales/nl.yml +92 -0
  371. data/lib/locales/no.yml +7 -0
  372. data/lib/locales/pl.yml +77 -0
  373. data/lib/locales/pt-BR.yml +697 -0
  374. data/lib/locales/pt.yml +66 -0
  375. data/lib/locales/ru.yml +76 -0
  376. data/lib/locales/sk.yml +78 -0
  377. data/lib/locales/sv.yml +81 -0
  378. data/lib/locales/tr.yml +40 -0
  379. data/lib/locales/uk.yml +86 -0
  380. data/lib/locales/vi.yml +68 -0
  381. data/lib/locales/zh-CN.yml +56 -0
  382. data/lib/locales/zh-TW.yml +29 -0
  383. metadata +543 -0
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ the_thick_of_it:
4
+ characters: ["Malcolm Tucker", "Hugh Abbot", "Nicola Murray", "Oliver Reeder", "Cliff Lawton", "Dan Miller", "Geoff Holhurst", "Jamie MacDonald", "Julius, Rt Hon The Lord Nicholson of Arnage", "Nick Hanway", "Tom Davis", "Clare Ballentine", "Ben Swain", "Ed Atkins", "John Duggan", "Steve Fleming", "Helen Hatley", "Sam Cassidy", "Terri Coverley", "Robyn Murdoch", "Peter Mannion", "Dr Stewart Pearson", "Fergus Williams", "Emma Florence Messinger", "Philip Bartholomew Cornelius Smith", "Glenn Cullen", "Adam Kenyon", "Cal Richards", "Mary Drake", "Lord Goolding", "Baroness Sureka", "Simon Weir", "Matthew Hodge", "The PM", "Tom Davis", "JB", "Pat Morrissey", "Douglas Tickel"]
5
+ positions: ["General Elections Advisor", "Director of Communications", "Former Media Adviser to the Leader of the Opposition", "MP", "Secretary of State for Social Affairs", "Secretary of State for Social Affairs and Citizenship", "Former Leader of the Opposition", "Director of Communications for the Opposition", "Policy Adviser to the Leader of the Opposition", "Special Adviser/Junior Policy Adviser to the Secretary of State, DoSAC", "Backbench MP", "Junior Minister", "Minister of State for Defense", "Shadow Cabinet Minister", "Senior Press Officer", "Head of Advanced Implementation Unit", "Spin Doctor", "Chair", "Minister of State for Immigration", "Minister of State at the Department of Education", "Press Officer", "Party Press Officer", "Chief Whip", "Special Adviser to the Leader of the Opposition", "Personal Assistant", "Minister for Fisheries", "Policy Adviser to the Shadow Secretary of State", "Researcher for the Shadow Secretary of State", "Adviser, Fourth Sector Initiative", "Chief Strategist", "Minister of State", "Prime Minister of the United Kingdom"]
6
+ departments: ["Number 10", "DoSAC", "Shadow Cabinet", "Department of Defense", "House of Lords", "Education Select Committee", "Department of Immigration", "Department of Education", "Department of Fisheries", "Cabinet Office"]
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ twin_peaks:
4
+ characters: ["Albert Rosenfield", "Andrew Packard", "Andy Brennan", "Annie Blackburn", "Audrey Horne", "Ben Horne", "Bernard Renault", "Big Ed Hurley", "Blackie O'Reilly", "Bobby Briggs", "Catherine Martell", "Chet Desmond", "Dale Cooper", "Denise Bryson", "Dick Tremayne", "Doc Hayward", "Donna Hayward", "Dougie Milford", "Dr Jacoby", "Eileen Hayward", "Evelyn Marsh", "Gersten Hayward", "Gordon Cole", "Hank Jennings", "Harold Smith", "Harriet Hayward", "Hawk Hill", "Jacques Renault", "James Hurley", "Jean Renault", "Jerry Horne", "John Justice Wheeler", "Johnny Horne", "Josie Packard", "Killer BOB", "Lana Budding Milford", "Laura Palmer", "Leland Palmer", "Leo Johnson", "Lil the dancer", "Lucy Moran", "MIKE", "Maddy Ferguson", "Major Briggs", "Mayor Milford", "Mike Nelson", "Mr Tojamura", "Mrs Tremond", "Nadine Hurley", "Norma Jennings", "Pete Martell", "Phillip Gerard", "Phillip Jeffries", "Pierre Tremond", "Ronette Pulaski", "Sam Stanley", "Sarah Palmer", "Shelly Johnson", "Sheriff Truman", "Teresa Banks", "The Giant", "The Log Lady", "The Man from Another Place", "Thomas Eckhardt", "Windom Earle"]
5
+ locations: ["Big Ed's Gas Farm", "Black Lake", "Black Lodge", "Blue Pine Lodge", "Bookhouse", "Calhoun Memorial Hospital", "Cemetery", "Dead Dog Farm", "Deer Meadow", "Double-R Diner", "Easter Park", "FBI Office", "Fat Trout Trailer Park", "Ghostwood National Forest", "Glastonbury Grove", "Great Northern Hotel", "Haps Diner", "High School", "Horne's Department Store", "Log Lady's Cabin", "One Eyed Jack's", "Owl Cave", "Packard Sawmill", "Palmer House", "Railroad Car", "Roadhouse", "Ronette's Bridge", "Sheriff's Department", "Timber Falls Motel", "Town Hall", "Twin Peaks Savings & Loan", "White Lodge", "Wind River"]
6
+ quotes: ["She's dead... Wrapped in plastic.", "There was a fish in the percolator!", "You know, this is — excuse me — a damn fine cup of coffee!", "Black as midnight on a moonless night.", "Through the darkness of future's past, the magician longs to see. One chants out between two worlds... \"Fire... walk with me.\"", "You may think I've gone insane... but I promise. I will kill again.", "That gum you like is going to come back in style.", "Where we're from, the birds sing a pretty song, and there's always music in the air.", "Will this sadness that makes me cry my heart out — will it ever end? The answer, of course, is yes. One day the sadness will end.", "Every day, once a day, give yourself a present.", "Do you want to know what the ultimate secret is? Laura did. The secret of knowing who killed you.", "COOPER, YOU REMIND ME TODAY OF A SMALL MEXICAN CHIHUAHUA.", "J'ai une âme solitaire.", "There's nothing quite like urinating in the open air.", "Sometimes jokes are welcome. Like the one about the kid who said: \"I enjoyed school. It was just the principal of the thing.\"", "Cooper, you may be fearless in this world, but there are other worlds.", "MAY A SMILE BE YOUR UMBRELLA. WE'VE ALL HAD OUR SOCKS TOSSED AROUND.", "Windom Earle's mind is like a diamond. It's cold, and hard, and brilliant.", "I don't wanna talk. I wanna shoot.", "I have no idea where this will lead us. But I have a definite feeling it will be a place both wonderful and strange.", "Pie. Whoever invented the pie? Here was a great person.", "Audrey, there are many cures for a broken heart. But nothing quite like a trout's leap in the moonlight.", "It has been a pleasure speaking to you.", "Wow, Bob, wow.", "How's Annie? How's Annie? How's Annie?", "The owls are not what they seem.", "Damn fine coffee! And hot!", "Harry, is that bag smiling?", "YOU ARE WITNESSING A FRONT THREE-QUARTER VIEW OF TWO ADULTS SHARING A TENDER MOMENT"]
@@ -0,0 +1,4 @@
1
+ en:
2
+ faker:
3
+ umphreys_mcgee:
4
+ song: ["1000 Places to See Before You Die", "10th Grade", "13 Days", "1348", "2nd Self", "2x2", "40's Theme", "930", "A Mild Sedative", "Ahab", "Alex's House", "All in Time", "All Things Ninja", "Amble On", "Anchor Drops", "Andy's Last Beer", "Angular Momentum", "Atmosfarag", "Attachments", "Auf Wiedersehen", "August", "B.Onion", "Baby Honey Sugar Darlin", "Bad Friday", "Bad Poker", "Bathing Digits", "Believe the Lie", "Blue Echo", "Bob", "Booth Love", "Breaker", "Bridgeless", "Bright Lights Big City", "Bullhead City", "Bus Call", "Catshot", "Cemetery Walk", "Cemetery Walk II", "Chicago", "Conduit", "Comma Later", "Conduit", "Constellations", "Crucial Taunt", "Cummins Lies", "Cut off", "Cut the Cable", "Day Nurse", "Dear Lord", "Deeper", "Den", "Depth Charge", "Der Bluten Kat", "DeWayne", "Dim Sun", "Divisions", "Domino Theory", "Dough Bro", "Downtrodden", "Draconian", "Dream Team", "Drink My Drank", "Drums", "Duck Butter", "Dump City", "Eat", "Educated Guess", "Empty the Tank", "End of the Road", "Example 1", "FDR", "FF", "Final Word", "Flamethrower", "Fly Like a Beagle", "Fool's Gold", "Forks", "Front Porch", "Front Port", "Full Frontal", "Funk Improv", "Funk Jam", "G-Song", "Gents", "Gesture Under a Mitten", "Get in the Van", "Glory", "Go to Hell", "Gobbler's Knob", "Gone for Good", "Goonville", "Got Your Milk Right Here", "Gravity's Real", "Great American", "Gulf Stream", "Gurgle", "Gut Strut", "Hajimemashite", "Hangover", "Headphones & Snowcones", "Higgins", "Hindsight", "Hourglass", "Hours", "Hurt Bird Bath", "In the Black", "In the Kitchen", "In Violation of Yes", "Intentions Clear", "JaJunk", "Jared", "Jekyll & Hyde", "Jose", "Kabump", "Kat's Tune", "Keefer", "Kimble", "Kula", "Larceny", "Last Call", "Last Man Swerving", "Le Blitz", "Leave Me Las Vegas", "Liberty Echo", "Lift & Separate", "Liquid", "Little Gift", "Loose Ends", "Lord Bail Ship", "Lucid State", "Mad Love", "Made to Measure", "Mail Package", "Make it Right", "Mamu", "Mantis", "Mantis Ghetts", "Memoris of Home", "Miami Virtue", "Miss Tinkle's Overture", "Moogasaurus Rex", "Morning Song", "Much Obliged", "Muff II The Revenge", "MuffburgerSandwich", "Mulche's Odyssey", "Mullet Over", "Nachos for Two", "Nemo", "Never Cease", "Night Nurse", "Nipple Trix", "No Comment", "Non-Compliance", "Nopener", "North Route", "Nothing Too Fancy", "Ocean Billy", "October Rain", "Oesque", "Onward and Upward", "Orfeo", "Out of Order", "Padgett's Profile", "Partyin Peeps", "Passing", "Pay the Snucka", "Phil's Farm", "Pick your Nose", "Piranhas", "Plunger", "PonchEstrada", "Pooh Doggie", "Preamble", "Professor Wormbog", "Prophecy Now", "Proverbial", "Prowler", "Puppet String", "Push the Booth Deeper", "Push the Pig", "QBert", "Raymond", "Red Room Disco", "Red Tape", "Remind Me", "Resolution", "REW", "Ride On Pony", "Ringo", "Rise To the Top", "Rising Bird", "Robot World", "Rocker", "Rocker Part 2", "Roctopus", "Room To Breathe", "Roulette", "Salamander Strut", "Scaffolding Melee", "Search 4", "Similar Skin", "Skin the Cat", "Skip", "Slacker", "Slow", "Sludge and Death", "Smell the Mitten", "Snake Juice", "Sociable Jimmy", "Soul Food", "Space Funk Booty", "Speak Up", "Spires", "St. Hubbins March 2", "Spires", "Stanton", "Stinko's Ascension", "Susanah", "Sweetness", "Syncopated Strangers", "Take it to Church", "Tango Mike", "The Bottom Half", "The Crooked One", "The Empire State", "The Floor", "The Fussy Dutchman", "The Fuzz", "The Haunt", "The Linear", "The Other Side of Things", "The Pequod", "The Plot Thickens", "The Triple Wide", "The Weight Around", "There's No Crying in Mexico", "Theresa", "Thin Air", "Through the Cracks", "Tribute to the Spinal Shaft", "Turn and Dub", "Turn and Run", "Uncle Wally", "Uncommon", "Until We Meet Again", "Utopian Fir", "Vibe", "Visions", "Waist Down", "Walletsworth", "Wappy Sprayberry", "Water", "Web Tangle", "Weed Rap", "Wellwishers", "White Man's Moccasins", "White Pickle", "Wife Soup", "Wizard Burial Ground", "Women Wine and Song", "Words", "Yoga Pants", "You Got the Wrong Guy", "Zeroes and Ones"]
@@ -0,0 +1,10 @@
1
+ en:
2
+ faker:
3
+ university:
4
+ prefix: [The, Northern, North, Western, West, Southern, South, Eastern, East]
5
+ suffix: [University, Institute, College, Academy]
6
+ name:
7
+ - "#{Name.last_name} #{University.suffix}"
8
+ - "#{University.prefix} #{Name.last_name} #{University.suffix}"
9
+ - "#{University.prefix} #{Name.last_name}"
10
+ - "#{University.prefix} #{Address.state} #{University.suffix}"
@@ -0,0 +1,163 @@
1
+ en:
2
+ faker:
3
+ v_for_vendetta:
4
+ characters: [
5
+ 'V',
6
+ 'Evey Hammond',
7
+ 'Conrad Heyer',
8
+ 'Adam Susan',
9
+ 'Derek Almond',
10
+ 'Eric Finch',
11
+ 'Roger Dascombe',
12
+ 'Dominic Stone',
13
+ 'Lewis Prothero',
14
+ 'Helen Heyer',
15
+ 'Rosemary Almond',
16
+ 'Dr. Delia Surridge',
17
+ 'Bishop Anthony Lilliman',
18
+ 'Peter Creedy',
19
+ 'Valerie Page',
20
+ 'Gordon',
21
+ 'Alistair "Ally" Harper',
22
+ 'Brian Etheridge',
23
+ 'Guy Fawkes',
24
+ 'Chancellor Adam Sutler'
25
+ ]
26
+ speeches: [
27
+ "Good evening, London. Allow me first to apologize for this interruption. I do, like many of you, appreciate the comforts of every day routine- the security of the familiar, the tranquility of repetition. I enjoy them as much as any bloke. But in the spirit of commemoration, whereby those important events of the past, usually associated with someone's death or the end of some awful bloody struggle, a celebration of a nice holiday, I thought we could mark this November the 5th, a day that is sadly no longer remembered, by taking some time out of our daily lives to sit down and have a little chat. There are of course those who do not want us to speak. I suspect even now, orders are being shouted into telephones, and men with guns will soon be on their way. Why? Because while the truncheon may be used in lieu of conversation, words will always retain their power. Words offer the means to meaning, and for those who will listen, the enunciation of truth. And the truth is, there is something terribly wrong with this country, isn't there? Cruelty and injustice, intolerance and oppression. And where once you had the freedom to object, to think and speak as you saw fit, you now have censors and systems of surveillance coercing your conformity and soliciting your submission. How did this happen? Who's to blame? Well certainly there are those more responsible than others, and they will be held accountable, but again truth be told, if you're looking for the guilty, you need only look into a mirror. I know why you did it. I know you were afraid. Who wouldn't be? War, terror, disease. There were a myriad of problems which conspired to corrupt your reason and rob you of your common sense. Fear got the best of you, and in your panic you turned to the now high chancellor, Adam Sutler. He promised you order, he promised you peace, and all he demanded in return was your silent, obedient consent. Last night I sought to end that silence. Last night I destroyed the Old Bailey, to remind this country of what it has forgotten. More than four hundred years ago a great citizen wished to embed the fifth of November forever in our memory. His hope was to remind the world that fairness, justice, and freedom are more than words, they are perspectives. So if you've seen nothing, if the crimes of this government remain unknown to you, then I would suggest you allow the fifth of November to pass unmarked. But if you see what I see, if you feel as I feel, and if you would seek as I seek, then I ask you to stand beside me one year from tonight, outside the gates of Parliament, and together we shall give them a fifth of November that shall never, ever be forgot.",
28
+ "I know there's no way I can convince you this is not one of their tricks, but I don't care, I am me. My name is Valerie, I don't think I'll live much longer and I wanted to tell someone about my life. This is the only autobiography I'll ever write, and god, I'm writing it on toilet paper. I was born in Nottingham in 1985, I don't remember much of those early years, but I do remember the rain. My grandmother owned a farm in Tuttlebrook, and she use to tell me that god was in the rain. I passed my 11th lesson into girl's grammar; it was at school that I met my first girlfriend, her name was Sara. It was her wrists. They were beautiful. I thought we would love each other forever. I remember our teacher telling us that is was an adolescent phase people outgrew. Sara did, I didn't. In 2002, I fell in love with a girl named Christina. That year I came out to my parents. I couldn't have done it without Chris holding my hand. My father wouldn't look at me, he told me to go and never come back. My mother said nothing. But I had only told them the truth, was that so selfish? Our integrity sells for so little, but it is all we really have. It is the very last inch of us, but within that inch, we are free. I'd always known what I wanted to do with my life, and in 2015 I starred in my first film, 'The Salt Flats'. It was the most important role of my life, not because of my career, but because that was how I met Ruth. The first time we kissed, I knew I never wanted to kiss any other lips but hers again. We moved to a small flat in London together. She grew Scarlet Carsons for me in our window box, and our place always smelled of roses. Those were there best years of my life. But America's war grew worse, and worse. And eventually came to London. After that there were no roses anymore. Not for anyone. I remember how the meaning of words began to change. How unfamiliar words like 'collateral' and 'rendition' became frightening. While things like Norse Fire and The Articles of Allegiance became powerful, I remember how different became dangerous. I still don't understand it, why they hate us so much. They took Ruth while she was out buying food. I've never cried so hard in my life. It wasn't long till they came for me. It seems strange that my life should end in such a terrible place, but for three years, I had roses, and apologized to no one. I shall die here. Every inch of me shall perish. Every inch, but one. An Inch, it is small and it is fragile, but it is the only thing the world worth having. We must never lose it or give it away. We must never let them take it from us. I hope that whoever you are, you escape this place. I hope that the world turns and that things get better. But what I hope most of all is that you understand what I mean when I tell you that even though I do not know you, and even though I may never meet you, laugh with you, cry with you, or kiss you. I love you. With all my heart, I love you. -Valerie",
29
+ "Listen to me, Evey. This may be the most important moment of your life. Commit to it. They took your parents from you. They took your brother from you. They put you in a cell and took everything they could take except your life. And you believed that was all there was, didn't you? The only thing you had left was your life, but it wasn't, was it? You found something else. In that cell you found something that mattered more to you than life. It was when they threatened to kill you unless you gave them what they wanted... you told them you'd rather die. You faced your death, Evey. You were calm. You were still. Try to feel now what you felt then.",
30
+ "My fellow Englishmen: tonight our country, that which we stand for, and all we hold dear, faces a grave and terrible threat. This violent and unparalleled assault on our security will not go undefended... or unpunished. Our enemy is an insidious one, seeking to divide us and destroy the very foundation of our great nation. Tonight, we must remain steadfast. We must remain determined. But most of all, we must remain united. Those caught tonight in violation of curfew will be considered in league with our enemy and prosecuted as a terrorist without leniency or exception. Tonight, I give you my most solemn vow: that justice will be swift, it will be righteous, and it will be without mercy.",
31
+ "Our story begins, as these stories often do, with a young up-and-coming politician. He's a deeply religious man and a member of the conservative party. He is completely single-minded convictions and has no regard for the political process. Eventually, his party launches a special project in the name of 'national security'. At first, it is believed to be a search for biological weapons and it is pursued regardless of its cost. However, the true goal of the project is power, complete and total hegemonic domination. The project, however, ends violently... but the efforts of those involved are not in vain, for a new ability to wage war is born from the blood of one of their victims. Imagine a virus - the most terrifying virus you can, and then imagine that you and you alone have the cure. But if your ultimate goal is power, how best to use such a weapon? It is at this point in our story that along comes a spider. He is a man seemingly without a conscience; for whom the ends always justify the means and it is he who suggests that their target should not be an enemy of the country but rather the country itself. Three targets are chosen to maximize the effect of the attack: a school, a tube station, and a water-treatment plant. Several hundred die within the first few weeks. Until at last the true goal comes into view. Before the St. Mary's crisis, no one would have predicted the outcome of the elections. No one. But after the election, lo and behold, a miracle. Some believed that it was the work of God himself, but it was a pharmaceutical company controlled by certain party members made them all obscenely rich. But the true genius of the plan was the fear. A year later, several extremists are tried, found guilty, and executed while a memorial is built to canonize their victims. Fear became the ultimate tool of this government. And through it our politician was ultimately appointed to the newly created position of High Chancellor. The rest, as they say, is history.",
32
+ "Remember, remember, the Fifth of November, the Gunpowder Treason and Plot. I know of no reason why the Gunpowder Treason should ever be forgot... But what of the man? I know his name was Guy Fawkes and I know, in 1605, he attempted to blow up the Houses of Parliament. But who was he really? What was he like? We are told to remember the idea, not the man, because a man can fail. He can be caught, he can be killed and forgotten, but 400 years later, an idea can still change the world. I've witnessed first hand the power of ideas, I've seen people kill in the name of them, and die defending them... but you cannot kiss an idea, cannot touch it, or hold it... ideas do not bleed, they do not feel pain, they do not love... And it is not an idea that I miss, it is a man... A man that made me remember the Fifth of November. A man that I will never forget.",
33
+ "So I read that the former United States is so desperate for medical supplies that they have allegedly sent several containers filled with wheat and tobacco. A gesture, they said, of good will. You wanna know what I think? Well, you're listening to my show, so I will assume you do... I think it's high time we let the colonies know what we really think of them. I think its payback time for a little tea party they threw for us a few hundred years ago. I say we go down to those docks tonight and dump that crap where everything from the Ulcered Sphincter of Arse-erica belongs! Who's with me? Who's bloody with me? Did you like that? USA... Ulcered Sphincter of Arse-erica, I mean what else can you say? Here was a country that had everything, absolutely everything. And now, 20 years later, is what? The world's biggest leper colony. Why? Godlessness. Let me say that again... Godlessness. It wasn't the war they started. It wasn't the plague they created. It was Judgement. No one escapes their past. No one escapes Judgement. You think he's not up there? You think he's not watching over this country? How else can you explain it? He tested us, but we came through. We did what we had to do. Islington. Enfield. I was there, I saw it all. Immigrants, Muslims, homosexuals, terrorists. Disease-ridden degenerates. They had to go. Strength through unity. Unity through faith. I'm a God-fearing Englishman and I'm goddamn proud of it!",
34
+ "Voilà! In view, a humble vaudevillian veteran, cast vicariously as both victim and villain by the vicissitudes of Fate. This visage, no mere veneer of vanity, is a vestige of the vox populi, now vacant, vanished. However, this valorous visitation of a by-gone vexation, stands vivified and has vowed to vanquish these venal and virulent vermin vanguarding vice and vouchsafing the violently vicious and voracious violation of volition. The only verdict is vengeance; a vendetta, held as a votive, not in vain, for the value and veracity of such shall one day vindicate the vigilant and the virtuous. Verily, this vichyssoise of verbiage veers most verbose, so let me simply add that it's my very good honor to meet you and you may call me V."
35
+ ]
36
+ quotes: [
37
+ "A building is a symbol, as is the act of destroying it. Symbols are given power by people. Alone, a symbol is meaningless, but with enough people, blowing up a building can change the world.",
38
+ "A fake ID works better than a Guy Fawkes mask.",
39
+ "A man after my own heart.",
40
+ "A man does not threaten innocent civilians! He's what every gutless freedom hating terrorist is, a goddamn coward!",
41
+ "A man does not wear a mask!",
42
+ "A revolution without dancing is a revolution not worth having!",
43
+ "After what happened. After what they did. I thought about killing myself. I knew that one day you'd come for me. I didn't know what they were going to do. I swear to you. Read my journal.",
44
+ "Anarchy in the UK!",
45
+ "And thus I clothe my naked villainy, with old odd ends stolen forth from holy writ and seem a saint when most I play the devil.",
46
+ "Are you going to kill me now?",
47
+ "At last, we finally meet. I have something for you, Chancellor; a farewell gift. For all the things you've done, for the things you might have done, and for the only thing you have left.",
48
+ "Because it's the only way you're ever going to stop me!",
49
+ "Beneath this mask there is more than flesh. Beneath this mask there is an idea, Mr. Creedy. And ideas are bulletproof.",
50
+ "Bollocks. Whatchya gonna do, huh? We've swept this place. You've got nothing. Nothing but your bloody knives and your fancy karate gimmicks. We have guns.",
51
+ "But on this most auspicious of nights, permit me then, in lieu of the more commonplace sobriquet, to suggest the character of this dramatis persona.",
52
+ "By sun-up if you're not the sorriest piece of ass in all'a London... you'll certainly be the sorest!",
53
+ "By the power of truth, I, while living, have conquered the universe.",
54
+ "Conceal me what I am, and be my aid For such disguise as haply shall become The form of my intent.",
55
+ "Defiant to the end, huh? You won't cry like him, will you? You're not afraid of death. You're like me.",
56
+ "Do you have any idea how long it would take to rebuild this facility?",
57
+ "Don't run from it, Evey. You've been running all your life.",
58
+ "Every day, gentlemen. Every day that brings us closer to November. Every day that man remains free is one more failure. 347 days, gentlemen. 347 failures!",
59
+ "Everybody is special. Everybody. Everybody is a hero, a lover, a fool, a villain. Everybody. Everybody has their story to tell.",
60
+ "Evey, please. There is a face beneath this mask but it's not me. I'm no more that face than I am the muscles beneath it or the bones beneath them.",
61
+ "Evey? E-V. Of course you are",
62
+ "Gentlemen, I want this terrorist found... and I want him to understand what terror really means.",
63
+ "God is in the rain.",
64
+ "He cared more about revenge than he did about her.",
65
+ "He was Edmond Dantés... and he was my father. And my mother... my brother... my friend. He was you... and me. He was all of us.",
66
+ "I am instructed to inform you that you have been convicted by special tribunal and that unless you are ready to offer your cooperation you are to be executed. Do you understand what I'm telling you?",
67
+ "I can assure you I mean you no harm.",
68
+ "I can't feel anything anymore!",
69
+ "I dare do all that may become a man. Who dares do more is none.",
70
+ "I know you may never forgive me... but nor will you understand how hard it was for me to do what I did. Every day I saw in myself everything you see in me now. Every day I wanted to end it, but each time you refused to give in, I knew I couldn't.",
71
+ "I might have killed the fingerman who attacked you, but I heard no objection then.",
72
+ "I promise you it will be like nothing you have ever seen.",
73
+ "I remember them arguing at night. Mum wanted to leave the country. Dad refused. He said if we ran away, they would win. Win, like it was a game.",
74
+ "I suspect if they do find this place, a few bits of art will be the least of my worries.",
75
+ "I told you, only truth. For 20 years, I sought only this day. Nothing else existed... until I saw you. Then everything changed. I fell in love with you Evey. And to think I no longer believed I could.",
76
+ "I want anyone caught with one of those masks arrested!",
77
+ "I want this country to realize that we stand on the edge of oblivion. I want every man, woman and child to understand how close we are to chaos. I want everyone to remember why they need us!",
78
+ "I wish I believed that was possible. But every time I've seen this world change, it's always been for the worse.",
79
+ "I wish I wasn't afraid all the time, but... I am.",
80
+ "I worried about myself for a while... but then one day I was a market and a friend, someone I'd worked with at the BTN, got in line behind me. I was so nervous that when the cashier asked me for my money, I dropped it. My friend picked it up and handed it to me. She looked at me right in the eyes... didn't recognize me. I guess whatever you did to me worked better than I imagined.",
81
+ "I'll tell you what I wish. I wish I had been there! I wish I had the chance for a face-to-face. Just one chance, that's all I'd need!",
82
+ "I'm a musician of sorts, and on my way to give a very special performance.",
83
+ "I'm afraid that won't work either. Now, you have to understand, Evey. I don't want this for either of us, but I couldn't see any other way. You were unconscious, and I had to make a decision. If I had left you there, right now, you'd be in one of Creedy's interrogation cells. They'd imprison you, torture you, and, in all probability, kill you in the pursuit of finding me. After what you did, I couldn't let that happen, so I picked you up and carried you to the only place I knew you'd be safe: here, to my home.",
84
+ "I'm dizzy. I need air. Please, I need to be outside.",
85
+ "I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is.",
86
+ "I'm sorry, but Mr. Deitrich's dead. I thought they'd arrest him, but when they found a Koran in his house, they had him executed.",
87
+ "I'm upset? You just said you killed Lewis Prothero!",
88
+ "I've not come for what you've hoped to do. I've come for what you did.",
89
+ "I, like God, do not play with dice and do not believe in coincidence.",
90
+ "If he does, and something happens to that building, the only thing that will change, the only difference that it will make, is that tomorrow morning, instead of a newspaper, I will be reading Mr. Creedy's resignation!",
91
+ "If our own government was responsible for the deaths of almost a hundred thousand people... would you really want to know?",
92
+ "If you accept, put an 'x' on your front door.",
93
+ "Is it meaningless to apologize?",
94
+ "Is that what you really think, or what they would want you to think?",
95
+ "It is to Madame Justice that I dedicate this concerto, in honor of the holiday that she seems to have taken from these parts, and in recognition of the impostor that stands in her stead. Tell me Evey, do you know what day it is?",
96
+ "It's funny. I was given one of your roses today. I wasn't sure you were the terrorist until I saw it. What a strange coincidence that I should be given one today.",
97
+ "It's my home. I call it the Shadow Gallery.",
98
+ "Knowledge, like air, is vital to life. Like air, no one should be denied it.",
99
+ "Listen to me, you bleeding sod, England prevails because I say it does! And so does every lazy bum on this show, and that includes you! Find another DOP, or find yourself another job!",
100
+ "Look, all they want is one little piece of information. Just give them something... anything.",
101
+ "Love your rage, not your cage.",
102
+ "May I inquire as to how you have avoided detection?",
103
+ "My father was a writer. You would've liked him. He used to say that artists use lies to tell the truth, while politicians use them to cover the truth up.",
104
+ "No one will ever forget that night and what it meant for this country. But I will never forget the man and what he meant to me.",
105
+ "No, what you have are bullets, and the hope that when your guns are empty I'm no longer be standing, because if I am you'll all be dead before you've reloaded.",
106
+ "No. I shouldn't have done that. I must have been out of my mind.",
107
+ "Not so funny now is it, funny man?",
108
+ "Now that's done with. It's time to have a look at your face. Take off your mask.",
109
+ "Now, this is only an initial report, but at this time, it's believed that during this heroic raid, the terrorist was shot and killed.",
110
+ "Oh please, have mercy!",
111
+ "Oh, not tonight Bishop... not tonight!",
112
+ "One thing is true of all governments - their most reliable records are tax records.",
113
+ "Penny for the Guy?",
114
+ "People should not be afraid of their governments. Governments should be afraid of their people.",
115
+ "She blinks a lot when she's reading a story she knows is false.",
116
+ "Spare us your professional annotations, Mr. Finch. They are irrelevant.",
117
+ "Stealing implies ownership. You can't steal from the censor; I merely reclaimed them.",
118
+ "Strength through unity! Unity through faith!",
119
+ "Sutler can no longer trust you, can he, Mr. Creedy? And we both know why. After I destroy Parliament, his only chance will be to offer them someone else. Some other piece of meat. And who will that be? You, Mr. Creedy. A man as smart as you has probably considered this. A man as smart as you probably has a plan. That plan is the reason Sutler no longer trusts you. It's the reason why you're being watched right now, why there are eyes and ears in every room of this house and a tap on every phone.",
120
+ "Sutler. Come now, Mr. Creedy, you knew this was coming. You knew that one day, it'd be you or him. That's why Sutler's been kept underground, for 'security purposes'. That's why there are several of your men close to Sutler. Men that could be counted on. All you have to do is say the word.",
121
+ "Tell me... do you like music, Mr. Finch?",
122
+ "Thank you... but I'd rather die behind the chemical sheds.",
123
+ "That's it! See, at first I thought it was hate, too. Hate was all I knew, it built my world, it imprisoned me, taught me how to eat, how to drink, how to breathe. I thought I'd die with all my hate in my veins. But then something happened. It happened to me... just as it happened to you.",
124
+ "The Ghost of Christmas past.",
125
+ "The only thing that you and I have in common, Mr. Creedy, is we're both about to die.",
126
+ "The problem is, he knows us better than we know ourselves. That's why I went to Larkhill, last night.",
127
+ "The time has come for me to meet my maker and to repay him in kind for all that he's done.",
128
+ "Then you have no fear anymore. You're completely free.",
129
+ "There are 872 songs on here. I've listened to them all... but I've never danced to any of them.",
130
+ "There are no coincidences, Delia... only the illusion of coincidence.",
131
+ "There is no court in this country for men like Prothero.",
132
+ "There's no certainty - only opportunity.",
133
+ "This country needs more than a building right now. It needs hope.",
134
+ "This so called V and his accomplice Evey Hammond, neo-demagogues spouting their message of hate, a delusional and aberrant voice delivering a terrorist's ultimatum... An ultimatum that was met with swift, surgically precise justice! The moral of this story ladies and gentleman is... Good guys win, bad guys lose, and as always, England prevails!",
135
+ "Tonight's your big night. Are you ready for it?... Are we ready for it?",
136
+ "Tonight, I will speak directly to these people and make the situation perfectly clear to them. The security of this nation depends on complete and total compliance. Tonight, any protester, any instigator or agitator, will be made example of!",
137
+ "Vi Veri Veniversum Vivus Vici",
138
+ "Violence can be used for good.",
139
+ "Wait! Here comes the crescendo!",
140
+ "We are being buried beneath the avalanche of your inadequacies, Mr. Creedy!",
141
+ "We're oft to blame, and this is too much proved, that with devotion's visage and pious action we do sugar on the devil himself.",
142
+ "We're under siege here, the whole city's gone mad!",
143
+ "What usually happens when people without guns stand up to people with guns.",
144
+ "What was done to me created me. It's a basic principle of the Universe that every action will create an equal and opposing reaction.",
145
+ "What was true in that cell is just as true now. What you felt in there has nothing to do with me.",
146
+ "Who is but the form following the function of what and what I am is a man in a mask.",
147
+ "Why should I trust you?",
148
+ "Would you prefer a lie or the truth?",
149
+ "Yes, Evey. I am V. At last you know the truth. You're stunned, I know. It's hard to believe isn't it, that beneath this wrinkled, well-fed exterior there lies a dangerous killing machine with a fetish for Fawkesian masks. ¡Viva la revolución!",
150
+ "You did what you thought was right.",
151
+ "You got to me? You did this to me? You cut my hair? You tortured me? You tortured me! Why?",
152
+ "You mean, after what you've done? God, what have I done? I Maced that detective. Why did I do that?",
153
+ "You said they were looking for you. If they know where you work, they certainly know where you live.",
154
+ "You said you wanted to live without fear. I wish there'd been an easier way, but there wasn't.",
155
+ "You show me ID, or I'll get Storm Saxon on your ass.",
156
+ "You wear a mask for so long, you forget who you were beneath it.",
157
+ "You were in the cell next to her. That's what it's all about... you're getting back at them for what they did to her... and to you.",
158
+ "You're insane!",
159
+ "You've been formally charged with three counts of murder, the bombing of government property, conspiracy to commit terrorism, treason, and sedition. The penalty for which is death by firing squad. You have one chance and only one chance to save your life. You must tell us the identity or whereabouts of codename V. If your information leads to his capture, you will be released from this facility immediately. Do you understand what I'm telling you? You can return to your life, Miss Hammond. All you have to do is cooperate.",
160
+ "You... it is you!",
161
+ "Your own father said that artists use lies to tell the truth. Yes, I created a lie. But because you believed it, you found something true about yourself.",
162
+ "Your powers of observation continue to serve you well."
163
+ ]
@@ -0,0 +1,80 @@
1
+ en:
2
+ faker:
3
+ vehicle:
4
+ manufacture: ['Abarth', 'Acura', 'Aixam', 'Alfa Romeo', 'Alpine', 'Aston Martin', 'Audi', 'Baojun', 'Bentley', 'BMW', 'Brilliance', 'Bugatti', 'Buick', 'BYD', 'Cadillac', 'Caterham', "Chang'an", 'Chevrolet', 'Chrysler', 'Citroën', 'Dacia', 'Daihatsu', 'Datsun', 'Dodge', 'Dongfeng', 'DS', 'Dongfeng Fengshen', 'Fiat', 'Karma', 'Ford', 'Ferrari', 'Geely', 'Genesis', 'GMC', 'Hino Motors', 'Holden (HSV)', 'Honda', 'Hyundai', 'Infiniti', 'Isuzu', 'Jaguar', 'Jeep', 'Jie Fang', 'Kantanka', 'Koenigsegg', 'Kia', 'Lada', 'Lamborghini', 'Lancia', 'Land Rover', 'Lexus', 'Ligier', 'Lincoln', 'Lotus', 'LTI', 'Luxgen', 'Mahindra', 'Maruti Suzuki', 'Maserati', 'Mastretta', 'Maybach', 'Mazda', 'McLaren', 'Mercedes-Benz', 'MG', 'Microcar', 'Mini', 'Mitsubishi', 'Morgan', 'NEVS', 'Nissan', 'Noble', 'Opel', 'Pagani', 'Perodua', 'Peugeot', 'PGO', 'Porsche', 'PROTON', 'Ram', 'Ravon', 'Renault', 'Rimac', 'Roewe', 'Rolls Royce', 'Saleen', 'Samand', 'Renault Samsung Motors', 'SEAT', 'Senova', 'Škoda', 'Smart', 'SsangYong', 'Subaru', 'Suzuki', 'Tata', 'Tesla', 'Tiba/Miniator', 'Toyota', 'Uniti', 'Vauxhall', 'Venucia', 'Volkswagen', 'Volvo Cars', 'Vuhl', 'Wuling', 'IVM']
5
+ makes: ['BMW', 'Audi', 'Toyota', 'Chevy', 'Ford', 'Dodge', 'Lincoln', 'Buick', 'Honda', 'Nissan']
6
+ models_by_make:
7
+ BMW: ['328i', 'M3', 'M5', 'X1', 'X3', 'X5']
8
+ Audi: ['A4', 'A5', 'S5', 'A7', 'A8']
9
+ Toyota: ['Prius', 'Camry', 'Corolla']
10
+ Chevy: ['Camero', 'Silverado', 'Malibu']
11
+ Ford: ['Mustang', 'F150', 'Focus', 'Fiesta']
12
+ Dodge: ['Ram', 'Challenger', 'Charger', 'Durango']
13
+ Lincoln: ['Navigator', 'MKZ', 'MKX', 'MKS']
14
+ Buick: ['Enclave', 'Regal', 'LaCrosse', 'Verano', 'Encore', 'Riveria']
15
+ Honda: ['Accord', 'Civic', 'CR-V', 'Odyssey']
16
+ Nissan: ['Rogue', 'Juke', 'Cube', 'Pathfiner', 'Versa', 'Altima']
17
+ colors: ['Red', 'Orange', 'Yellow', 'Green', 'Blue', 'Violet', 'Black', 'White', 'Grey', 'Beige']
18
+ transmissions: ['Automanual', 'Automatic', 'CVT', 'Manual']
19
+ drive_types: ['4x2/2-wheel drive', '4x4/4-wheel drive', 'AWD', 'FWD', 'RWD']
20
+ fuel_types: ['Compressed Natural Gas', 'Diesel', 'E-85/Gasoline', 'Electric', 'Gasoline', 'Gasoline Hybrid', 'Ethanol']
21
+ styles: ['XL','L','ESi','XLE']
22
+ car_types: ['Cargo Van', 'Convertible', 'Coupe', 'Crew Cab Pickup', 'Extended Cab Pickup', 'Hatchback', 'Minivan', 'Passenger Van', 'Regular Cab Pickup', 'SUV', 'Sedan', 'Wagon']
23
+ car_options: ['A/C: Front', 'Airbag: Driver', 'AM/FM Stereo', 'A/C: Rear', 'Airbag: Passenger', 'Cassette Player', 'Cruise Control', 'Airbag: Side', 'CD (Single Disc)', 'Navigation', 'Alarm', 'CD (Multi Disc)', 'Power Locks', 'Antilock Brakes', 'MP3 (Single Disc)', 'Power Steering', 'Fog Lights', 'MP3 (Multi Disc)', 'Keyless Entry', 'Premium Sound', 'Integrated Phone', 'DVD System', 'Bucket Seats', 'Power Windows', 'Alloy Wheels', 'Leather Interior', 'Rear Window Defroster', 'Moonroof/Sunroof', 'Memory Seats', 'Rear Window Wiper', 'Third Row Seats', 'Power Seats', 'Tinted Glass', 'Tow Package']
24
+ standard_specs: ["1.8L DOHC 16-valve I4 engine -inc: engine cover", "Engine mounts -inc: (2) solid, (1) liquid-filled", "Front wheel drive", "Battery saver", "Independent strut front suspension w/stabilizer bar", "Torsion beam rear suspension w/stabilizer bar", "Electric speed-sensitive variable-assist pwr steering", "Pwr front vented disc/rear drum brakes", "Compact spare tire", "Body color front/rear bumpers", "Multi-reflector halogen headlamps", "Body color folding remote-controlled pwr mirrors", "Variable intermittent windshield wipers w/mist function", "Intermittent rear wiper w/washer", "Body color door handles", "Roof mounted antenna", "Reclining front bucket seats -inc: active head restraints, double-thickness foam in front seats", "60/40 split fold-down rear seat w/outboard adjustable headrests", "Dual front & rear cup holders", "Tilt steering column", "Silver accent IP trim finisher -inc: silver shifter finisher", "Tachometer", "Fasten seat belt warning light/chime", "Pwr windows", "Remote fuel lid release", "Immobilizer system", "Pwr rear liftgate release", "Air conditioning w/in-cabin microfilter", "Rear window defroster w/timer", "12V pwr outlet", "Silver finish interior door handles", "Driver & front passenger map pockets", "Rear passenger map pockets", "Front & rear passenger folding assist grips", "Carpeted floor & cargo area", "Cargo area lamp", "Anti-lock brake system (ABS) -inc: electronic brake force distribution (EBD), brake assist", "Energy absorbing front/rear bumpers", "Steel side-door impact beams", "Zone body construction -inc: front/rear crumple zones, hood deformation point", "Dual-stage front airbags w/occupant classification system", "Front side-impact airbags", "Front & rear side curtain airbags", "3-point ELR driver seat belt w/pretensioner & load limiter", "3-point ELR/ALR front passenger seat belt w/pretensioner & load limiter", "3-point ELR/ALR rear seat belts at all positions", "Child safety rear door locks", "Rear child seat tether anchors (LATCH)", "Tire pressure monitoring system (TPMS)", "Energy absorbing steering column", "4.6L DOHC 32-valve V8 engine -inc: DI & SFI dual fuel injection, dual variable valve timing w/intelligence & electronically controlled intake (VVT-iE), aluminum block & heads", "Vibration-dampening liquid-filled engine mounts", "Electronic throttle control system w/intelligence (ETCS-i)", "Acoustic control induction system (ACIS)", "8-speed automatic transmission -inc: intelligence (ECT-i), gated shifter, sequential sport-shift mode", "Full-time all-wheel drive", "Front/rear aluminum multi-link double joint suspension w/coil springs", "Front/rear stabilizer bars", "Electric pwr rack & pinion steering (EPS)", "4-wheel ventilated pwr disc brakes -inc: brake override system", "Dual chrome exhaust tips", "Tool kit", "P235/50R18 all-season tires", "Full-size spare tire w/aluminum alloy wheel", "Scratch-resistant paint clearcoating", "Pwr tilt/slide moonroof -inc: 1-touch open/close", "1-piece chrome window surround", "Xenon high-intensity discharge (HID) headlamps -inc: adaptive front lighting system, delayed auto-off", "Integrated fog lamps", "LED lights -inc: brake lamps, tail lamps, license plate", "Electrochromic pwr folding heated mirrors w/memory -inc: puddle lamps, integrated turn signals, auto reverse tilt-down", "Acoustic glass windshield", "Water-repellent windshield & front door glass", "Laminated side window glass", "Rain-sensing wipers", "XM satellite radio receiver -inc: 90 day trial subscription", "Rear bench seat -inc: (3) adjustable headrests", "Center console", "Optitron electroluminescent instrumentation", "Multi-info display -inc: driving range, average MPG, current MPG, average speed, outside temp, elapsed time, maintenance & diagnostic messages", "Eco drive indicator", "Pwr windows -inc: 1-touch open/close", "HomeLink universal transceiver", "Dual-zone automatic climate control system -inc: smog sensor, auto recirculation, clear air filter, pollen filter", "Rear-window defogger w/auto-off timer", "(2) aux 12V pwr outlets -inc: (1) in center console, (1) w/cigarette lighter", "Grain-matched wood trim -inc: center console, dash, door panels", "Electrochromic rearview mirror", "Foldable front door storage pockets", "Dual front illuminated visor vanity mirrors", "Front/rear spot-lamp illumination", "4-wheel/4-channel anti-lock brake system (ABS)", "Electronic control braking (ECB)", "Electronic brakeforce distribution (EBD) w/brake assist (BA) -inc: Smart stop technology", "Electronic parking brake", "Vehicle dynamics integrated management (VDIM) system -inc: vehicle stability control (VSC), traction control (TRAC)", "Front/rear crumple zones", "Daytime running lights (DRL)", "Side-impact door beams", "Dual front 2-stage airbags -inc: passenger occupant classification system w/twin-chamber airbag", "Front/rear side curtain airbags", "Dual front knee airbags", "Back-up camera", "All-position 3-point seat belts -inc: outboard pretensioners & force limiters, dual front pwr shoulder height adjusters, rear outboard emergency auto locking retractors, driver emergency locking retractor", "Child restraint seat anchors for outboard positions", "Rear door child safety locks", "Direct-type tire pressure monitor system", "Impact-dissipating upper interior trim", "Collapsible steering column", "Emergency interior trunk release", "First aid kit", "6.1L SRT V8 \"Hemi\" engine", "3.73 axle ratio", "Quadra-Trac active on demand 4WD system", "200mm front axle", "Dana 44/226mm rear axle", "625-amp maintenance-free battery", "160-amp alternator", "Tip start system", "Pwr accessory delay", "Trailer tow wiring harness", "High performance suspension", "Pwr steering cooler", "Pwr rack & pinion performance tuned steering", "Anti-lock 4-wheel performance disc brakes", "Brake assist", "Dual bright exhaust tips", "Run flat tires", "20\" x 9.0\" front & 20\" x 10.0\" rear aluminum wheels", "Monotone paint", "Black roof molding", "Rear body-color spoiler", "Body color grille", "Chrome bodyside molding", "Black windshield molding", "Body color fascias w/bright insert", "Body color sill extension", "Fog lamps", "Front door tinted glass", "\"Flipper\" liftgate glass", "Rear window wiper/washer", "Body color front license plate brow", "Body color door handles", "6.5\" touch screen display", "Fixed long mast antenna", "Pwr 8-way driver seat w/4-way front passenger seat", "60/40 folding rear seat", "Full-length floor console", "Luxury front & rear floor mats w/logo", "Floor carpeting", "Tilt/telescoping steering column", "Leather-wrapped steering wheel w/audio controls", "Instrument cluster w/tachometer", "Vehicle info center", "Traveler/mini trip computer", "Pwr front windows w/(1) touch up/down feature", "Speed control", "Sentry Key theft deterrent system", "Security alarm", "Bright pedals", "Rear window defroster", "Locking glove box", "Highline door trim panel", "Cloth covered headliner", "Overhead console", "Dual illuminated visor vanity mirrors", "Universal garage door opener", "Passenger assist handles", "Deluxe insulation group", "Cargo compartment lamp", "Glove box lamp", "Rear reading & courtesy lamps", "Illuminated entry", "Leather-wrapped shift knob", "Leather-wrapped parking brake handle", "Carpeted cargo area", "Trim-panel-mounted storage net", "Cargo-area tie down loops", "Cargo compartment cover", "Reversible/waterproof cargo storage", "Driver & front passenger advanced multistage airbags w/occupant sensors", "Supplemental side curtain air bags", "Enhanced accident response system unlocks the doors, shuts off the fuel pump and turns on interior lights after airbag deploys", "3-point rear center seat belts", "Child seat upper tether anchorages", "LATCH-ready child seat anchor system", "Child safety rear door locks", "Dual note horn", "Tire pressure monitoring display"]
25
+ doors: [1, 2, 3, 4]
26
+ engine_sizes: [4, 6, 8]
27
+ license_plate: '???-####'
28
+ license_plate_by_state:
29
+ AL: ['#??####', '##??###']
30
+ AK: '??? ###'
31
+ AZ: '???####'
32
+ AR: '### ???'
33
+ CA: '#???###'
34
+ CO: '???-###'
35
+ CT: '??·#####'
36
+ DE: '######'
37
+ FL: ['### ???', '??? ?##', '### #??']
38
+ GA: '???####'
39
+ HI: '??? ###'
40
+ ID: ['1A #####', '1A ?####', '1A ??###', '1A #?###', '1A ####?', '1A ###??', '2A #####', '2A ?####', '2A ??###', '2A #?###', '2A ####?', '2A ###??', '1B #####', '1B ?####', '1B ??###', '1B #?###', '1B ####?', '1B ###??', '2B #####', '2B ?####', '2B ??###', '2B #?###', '2B ####?', '2B ###??', '3B #####', '3B ?####', '3B ??###', '3B #?###', '3B ####?', '3B ###??', '4B #####', '4B ?####', '4B ??###', '4B #?###', '4B ####?', '4B ###??', '5B #####', '5B ?####', '5B ??###', '5B #?###', '5B ####?', '5B ###??', '6B #####', '6B ?####', '6B ??###', '6B #?###', '6B ####?', '6B ###??', '7B #####', '7B ?####', '7B ??###', '7B #?###', '7B ####?', '7B ###??', '8B #####', '8B ?####', '8B ??###', '8B #?###', '8B ####?', '8B ###??', '9B #####', '9B ?####', '9B ??###', '9B #?###', '9B ####?', '9B ###??', '10B ####', '10B ?###', '1C #####', '1C ?####', '1C ??###', '1C #?###', '1C ####?', '1C ###??', '2C #####', '2C ?####', '2C ??###', '2C #?###', '2C ####?', '2C ###??', '3C #####', '3C ?####', '3C ??###', '3C #?###', '3C ####?', '3C ###??', '4C #####', '4C ?####', '4C ??###', '4C #?###', '4C ####?', '4C ###??', '5C #####', '5C ?####', '5C ??###', '5C #?###', '5C ####?', '5C ###??', '6C #####', '6C ?####', '6C ??###', '6C #?###', '6C ####?', '6C ###??', '7C #####', '7C ?####', '7C ??###', '7C #?###', '7C ####?', '7C ###??', 'E ######', '1F #####', '1F ?####', '1F ??###', '1F #?###', '1F ####?', '1F ###??', '2F #####', '2F ?####', '2F ??###', '2F #?###', '2F ####?', '2F ###??', '1G #####', '1G ?####', '1G ??###', '1G #?###', '1G ####?', '1G ###??', '2G #####', '2G ?####', '2G ??###', '2G #?###', '2G ####?', '2G ###??', 'I ######', '1J #####', '1J ?####', '1J ??###', '1J #?###', '1J ####?', '1J ###??', '2J #####', '2J ?####', '2J ??###', '2J #?###', '2J ####?', '2J ###??', 'K ######', '1L #####', '1L ?####', '1L ??###', '1L #?###', '1L ####?', '1L ###??', '3L #####', '3L ?####', '3L ??###', '3L #?###', '3L ####?', '3L ###??', '4L #####', '4L ?####', '4L ??###', '4L #?###', '4L ####?', '4L ###??', '1M #####', '1M ?####', '1M ??###', '1M #?###', '1M ####?', '1M ###??', '2M #####', '2M ?####', '2M ??###', '2M #?###', '2M ####?', '2M ###??', 'N ######', '1O #####', '1O ?####', '1O ??###', '1O #?###', '1O ####?', '1O ###??', '2O #####', '2O ?####', '2O ??###', '2O #?###', '2O ####?', '2O ###??', '1P #####', '1P ?####', '1P ??###', '1P #?###', '1P ####?', '1P ###??', '2P #####', '2P ?####', '2P ??###', '2P #?###', '2P ####?', '2P ###??', 'S ######', '1T #####', '1T ?####', '1T ??###', '1T#?###', '1T ####?', '1T ###??', '2T #####', '2T ?####', '2T ??###', '2T #?###', '2T ####?', '2T ###??', 'V ######', 'W ######']
41
+ IL: ['??# ####', '?? #####']
42
+ IN: ['###?', '###??', '###???', '####??', '#####?', '#### ???']
43
+ IA: '??? ###'
44
+ KS: '### ???'
45
+ KY: '### ???'
46
+ LA: ['ZP? ###', 'ZQ? ###', 'ZR? ###', 'ZS? ###', 'ZT? ###', 'ZU? ###', 'ZV? ###', 'ZW? ###', 'ZX? ###', 'ZY? ###', 'ZZ? ###', '### AAA', '### AAB', '### AAC', '### AAD', '### AAE', '### AAF', '### AAG', '### AAH', '### AAI', '### AAJ', '### AAK', '### AAL', '### AAM', '### AAN', '### AAO', '### AAP', '### AAQ', '### AAR', '### AAS', '### AAT', '### AAU', '### AAV', '### AAW', '### AAX', '### AAY', '### AAZ', '### ABA', '### ABB', '### ABC', '### ABD', '### ABE', '### ABF', '### ABG', '### ABH', '### ABI', '### ABJ', '### ABK', '### ABL', '### ABM', '### ABN', '### ABO', '### ABP', '### ABQ', '### ABR', '### ABS', '### ABT', '### ABU', '### ABV', '### ABW', '### ABX', '### ABY', '### ABZ', '### ACA', '### ACB', '### ACC', '### ACD', '### ACE', '### ACF', '### ACG', '### ACH', '### ACI', '### ACJ', '### ACK', '### ACL', '### ACM', '### ACN', '### ACO', '### ACP', '### ACQ', '### ACR', '### ACS', '### ACT', '### ACU', '### ACV', '### ACW', '### ACX', '### ACY', '### ACZ', '### ADA', '### ADB', '### ADC', '### ADD', '### ADE', '### ADF', '### ADG', '### ADH', '### ADI', '### ADJ', '### ADK', '### ADL', '### ADM', '### ADN', '### ADO', '### ADP', '### ADQ', '### ADR', '### ADS', '### ADT', '### ADU', '### ADV', '### ADW', '### ADX', '### ADY', '### ADZ', '### AEA', '### AEB', '### AEC', '### AED', '### AEE', '### AEF', '### AEG', '### AEH', '### AEI', '### AEJ', '### AEK', '### AEL', '### AEM', '### AEN', '### AEO', '### AEP', '### AEQ', '### AER', '### AES', '### AET', '### AEU', '### AEV', '### AEW', '### AEX', '### AEY', '### AEZ', '### AFA', '### AFB', '### AFC', '### AFD', '### AFE', '### AFF', '### AFG', '### AFH', '### AFI', '### AFJ', '### AFK', '### AFL', '### AFM', '### AFN', '### AFO', '### AFP', '### AFQ', '### AFR', '### AFS', '### AFT', '### AFU', '### AFV', '### AFW', '### AFX', '### AFY', '### AFZ', '### AGA', '### AGB', '### AGC', '### AGD', '### AGE', '### AGF', '### AGG', '### AGH', '### AGI', '### AGJ', '### AGK', '### AGL', '### AGM', '### AGN', '### AGO', '### AGP', '### AGQ', '### AGR', '### AGS', '### AGT', '### AGU', '### AGV', '### AGW', '### AGX', '### AGY', '### AGZ', '### AHA', '### AHB', '### AHC', '### AHD', '###AHE', '### AHF', '### AHG', '### AHH', '### AHI', '### AHJ', '### AHK', '### AHL', '### AHM', '### AHN', '### AHO', '### AHP', '### AHQ', '### AHR', '### AHS', '### AHT', '### AHU', '### AHV', '### AHW', '### AHX', '### AHY', '### AHZ', '### AIA', '### AIB', '### AIC', '### AID', '### AIE', '### AIF', '### AIG', '### AIH', '### AII', '### AIJ', '### AIK', '### AIL', '### AIM', '### AIN', '### AIO', '### AIP', '### AIQ', '### AIR', '### AIS', '### AIT', '### AIU', '### AIV', '### AIW', '### AIX', '### AIY', '### AIZ', '### AJA', '### AJB', '### AJC', '### AJD', '### AJE', '### AJF', '### AJG', '### AJH', '### AJI', '### AJJ', '### AJK', '### AJL', '### AJM', '### AJN', '### AJO', '### AJP', '### AJQ', '### AJR', '### AJS', '### AJT', '### AJU', '### AJV', '### AJW', '### AJX', '### AJY', '### AJZ', '### AKA', '### AKB', '### AKC', '### AKD', '### AKE', '### AKF', '### AKG', '### AKH', '### AKI', '### AKJ', '### AKK', '### AKL', '### AKM', '### AKN', '### AKO', '### AKP', '### AKQ', '### AKR', '### AKS', '### AKT', '### AKU', '### AKV', '### AKW', '### AKX', '### AKY', '### AKZ', '### ALA', '### ALB', '### ALC', '### ALD', '### ALE', '### ALF', '### ALG','### ALH', '### ALI', '### ALJ', '### ALK', '### ALL', '### ALM', '### ALN', '### ALO', '### ALP', '### ALQ', '### ALR', '### ALS', '### ALT', '### ALU', '### ALV', '### ALW', '### ALX', '### ALY', '### ALZ', '### AMA', '### AMB', '### AMC', '### AMD', '### AME', '### AMF', '### AMG', '### AMH', '### AMI', '### AMJ', '### AMK', '### AML', '### AMM', '### AMN', '### AMO', '### AMP', '### AMQ', '### AMR', '### AMS', '### AMT', '### AMU', '### AMV', '### AMW', '### AMX', '### AMY', '### AMZ', '### ANA', '### ANB', '### ANC', '### AND', '### ANE', '### ANF', '### ANG', '### ANH', '### ANI', '### ANJ', '### ANK', '### ANL', '### ANM', '### ANN', '### ANO', '### ANP', '### ANQ', '### ANR', '### ANS', '### ANT', '### ANU', '### ANV', '### ANW', '### ANX', '### ANY', '### ANZ', '### AOA', '### AOB', '### AOC', '### AOD', '### AOE', '### AOF', '### AOG', '### AOH', '### AOI', '### AOJ', '### AOK', '### AOL', '### AOM', '### AON', '### AOO', '### AOP', '### AOQ', '### AOR', '### AOS', '### AOT', '### AOU', '### AOV', '### AOW', '### AOX', '### AOY', '### AOZ', '### APA', '### APB', '### APC', '### APD', '### APE', '### APF', '### APG', '### APH', '### API', '### APJ', '### APK', '### APL', '### APM', '### APN', '### APO', '### APP', '### APQ', '### APR', '### APS', '### APT', '### APU', '### APV', '### APW', '### APX', '### APY', '### APZ', '### AQA', '### AQB', '### AQC', '### AQD', '### AQE', '### AQF', '### AQG', '### AQH', '### AQI', '### AQJ', '### AQK', '### AQL', '### AQM', '### AQN', '### AQO', '### AQP', '### AQQ', '### AQR', '### AQS', '### AQT', '### AQU', '### AQV', '### AQW', '### AQX', '### AQY', '### AQZ', '### ARA', '### ARB', '### ARC', '### ARD', '### ARE', '### ARF', '### ARG', '### ARH', '### ARI', '### ARJ', '### ARK', '### ARL', '### ARM', '### ARN', '### ARO', '### ARP', '### ARQ', '### ARR', '### ARS', '### ART', '### ARU', '### ARV', '### ARW', '### ARX', '### ARY', '### ARZ', '### ASA', '### ASB', '### ASC', '### ASD', '### ASE', '### ASF', '### ASG', '### ASH', '### ASI', '### ASJ', '### ASK', '###ASL', '### ASM', '### ASN', '### ASO', '### ASP', '### ASQ', '### ASR', '### ASS', '### AST', '### ASU', '### ASV', '### ASW', '### ASX', '### ASY', '### ASZ', '### ATA', '### ATB', '### ATC', '### ATD', '### ATE', '### ATF', '### ATG', '### ATH', '### ATI', '### ATJ', '### ATK', '### ATL', '### ATM', '### ATN', '### ATO', '### ATP', '### ATQ', '### ATR', '### ATS', '### ATT', '### ATU', '### ATV', '### ATW', '### ATX', '### ATY', '### ATZ', '### AUA', '### AUB', '### AUC', '### AUD', '### AUE', '### AUF', '### AUG', '### AUH', '### AUI', '### AUJ', '### AUK', '### AUL', '### AUM', '### AUN', '### AUO', '### AUP', '### AUQ', '### AUR', '### AUS', '### AUT', '### AUU', '### AUV', '### AUW', '### AUX', '### AUY', '### AUZ', '### AVA', '### AVB', '### AVC', '### AVD', '### AVE', '### AVF', '### AVG', '### AVH', '### AVI', '### AVJ', '### AVK', '### AVL', '### AVM', '### AVN', '### AVO', '### AVP', '### AVQ', '### AVR', '### AVS', '### AVT', '### AVU', '### AVV', '### AVW', '### AVX', '### AVY', '### AVZ', '### AWA', '### AWB', '### AWC', '### AWD', '### AWE', '### AWF', '### AWG', '### AWH', '### AWI', '### AWJ', '### AWK', '### AWL', '### AWM', '### AWN','### AWO', '### AWP', '### AWQ', '### AWR', '### AWS', '### AWT', '### AWU', '### AWV', '### AWW', '### AWX', '### AWY', '### AWZ', '### AXA', '### AXB', '### AXC', '### AXD', '### AXE', '### AXF', '### AXG', '### AXH', '### AXI', '### AXJ', '### AXK', '### AXL', '### AXM', '### AXN', '### AXO', '### AXP', '### AXQ', '### AXR', '### AXS', '### AXT', '### AXU', '### AXV', '### AXW', '### AXX', '### AXY', '### AXZ', '### AYA', '### AYB', '### AYC', '### AYD', '### AYE', '### AYF', '### AYG', '### AYH', '### AYI', '### AYJ', '### AYK', '### AYL', '### AYM', '### AYN', '### AYO', '### AYP', '### AYQ', '### AYR', '### AYS', '### AYT', '### AYU', '### AYV', '### AYW', '### AYX', '### AYY', '### AYZ', '### AZA', '### AZB', '### AZC', '### AZD', '### AZE', '### AZF', '### AZG', '### AZH', '### AZI', '### AZJ', '### AZK', '### AZL', '### AZM', '### AZN', '### AZO', '### AZP', '### AZQ', '### AZR', '### AZS', '### AZT', '### AZU', '### AZV', '### AZW', '### AZX', '### AZY', '### AZZ', '### BAA', '### BAB', '### BAC', '### BAD', '### BAE', '### BAF', '### BAG', '### BAH', '### BAI', '### BAJ', '### BAK', '### BAL', '### BAM', '### BAN', '### BAO', '### BAP', '### BAQ', '### BAR', '### BAS', '### BAT', '### BAU', '### BAV', '### BAW', '### BAX', '### BAY', '### BAZ', '### BBA', '### BBB', '### BBC', '### BBD', '### BBE', '### BBF', '### BBG', '### BBH', '### BBI', '### BBJ', '### BBK', '### BBL', '### BBM', '### BBN', '### BBO', '### BBP', '### BBQ', '### BBR', '### BBS', '### BBT', '### BBU', '### BBV', '### BBW', '### BBX', '### BBY', '### BBZ', '### BCA', '### BCB', '### BCC', '### BCD', '### BCE', '### BCF', '### BCG', '### BCH', '### BCI', '### BCJ', '### BCK', '### BCL', '### BCM', '### BCN', '### BCO', '### BCP', '### BCQ', '### BCR', '### BCS', '### BCT', '### BCU', '### BCV', '### BCW', '### BCX', '### BCY', '### BCZ', '### BDA', '### BDB', '### BDC', '### BDD', '### BDE', '### BDF', '### BDG', '### BDH', '### BDI', '### BDJ', '### BDK', '### BDL', '### BDM', '### BDN', '### BDO', '### BDP', '### BDQ', '### BDR', '###BDS', '### BDT', '### BDU', '### BDV', '### BDW', '### BDX', '### BDY', '### BDZ', '### BEA', '### BEB', '### BEC', '### BED', '### BEE', '### BEF', '### BEG', '### BEH', '### BEI', '### BEJ', '### BEK', '### BEL', '### BEM', '### BEN', '### BEO', '### BEP', '### BEQ', '### BER', '### BES', '### BET', '### BEU', '### BEV', '### BEW', '### BEX', '### BEY', '### BEZ', '### BFA', '### BFB', '### BFC', '### BFD', '### BFE', '### BFF', '### BFG', '### BFH', '### BFI', '### BFJ', '### BFK', '### BFL', '### BFM', '### BFN', '### BFO', '### BFP', '### BFQ', '### BFR', '### BFS', '### BFT', '### BFU', '### BFV', '### BFW', '### BFX', '### BFY', '### BFZ', '### BGA', '### BGB', '### BGC', '### BGD', '### BGE', '### BGF', '### BGG', '### BGH', '### BGI', '### BGJ', '### BGK', '### BGL', '### BGM', '### BGN', '### BGO', '### BGP', '### BGQ', '### BGR', '### BGS', '### BGT', '### BGU', '### BGV', '### BGW', '### BGX', '### BGY', '### BGZ', '### BHA', '### BHB', '### BHC', '### BHD', '### BHE', '### BHF', '### BHG', '### BHH', '### BHI', '### BHJ', '### BHK', '### BHL', '### BHM', '### BHN', '### BHO', '### BHP', '### BHQ', '### BHR', '### BHS', '### BHT', '### BHU','### BHV', '### BHW', '### BHX', '### BHY', '### BHZ', '### BIA', '### BIB', '### BIC', '### BID', '### BIE', '### BIF',
47
+ '### BIG', '### BIH', '### BII', '### BIJ', '### BIK', '### BIL', '### BIM', '### BIN', '### BIO', '### BIP', '### BIQ', '### BIR', '### BIS', '### BIT', '### BIU', '### BIV', '### BIW', '### BIX', '### BIY', '### BIZ', '### BJA', '### BJB', '### BJC', '### BJD', '### BJE', '### BJF', '### BJG', '### BJH', '### BJI', '### BJJ', '### BJK', '### BJL', '### BJM', '### BJN', '### BJO', '### BJP', '### BJQ', '### BJR', '### BJS', '### BJT', '### BJU', '### BJV', '### BJW', '### BJX', '### BJY', '### BJZ', '### BKA', '### BKB', '### BKC', '### BKD', '### BKE', '### BKF', '### BKG', '### BKH', '### BKI', '### BKJ', '### BKK', '### BKL', '### BKM', '### BKN', '### BKO', '### BKP', '### BKQ', '### BKR', '### BKS', '### BKT', '### BKU', '### BKV', '### BKW', '### BKX', '### BKY', '### BKZ', '### BLA', '### BLB', '### BLC', '### BLD', '### BLE', '### BLF', '### BLG', '### BLH', '### BLI', '### BLJ', '### BLK', '### BLL', '### BLM', '### BLN', '### BLO', '### BLP', '### BLQ', '### BLR', '### BLS', '### BLT', '### BLU', '### BLV', '### BLW', '### BLX', '### BLY', '### BLZ', '### BMA', '### BMB', '### BMC', '### BMD', '### BME', '### BMF', '### BMG', '### BMH', '### BMI', '### BMJ', '### BMK', '### BML', '### BMM', '### BMN', '### BMO', '### BMP', '### BMQ', '### BMR', '### BMS', '### BMT', '### BMU', '### BMV', '### BMW', '### BMX', '### BMY', '### BMZ', '### BNA', '### BNB', '### BNC', '### BND', '### BNE', '### BNF', '### BNG', '### BNH', '### BNI', '### BNJ', '### BNK', '### BNL', '### BNM', '### BNN', '### BNO', '### BNP', '### BNQ', '### BNR', '### BNS', '### BNT', '### BNU', '### BNV', '### BNW', '### BNX', '### BNY', '### BNZ', '### BOA', '### BOB', '### BOC', '### BOD', '### BOE', '### BOF', '### BOG', '### BOH', '### BOI', '### BOJ', '### BOK', '### BOL', '### BOM', '### BON', '### BOO', '### BOP', '### BOQ', '### BOR', '### BOS', '### BOT', '### BOU', '### BOV', '### BOW', '### BOX', '### BOY', '###BOZ', '### BPA', '### BPB', '### BPC', '### BPD', '### BPE', '### BPF', '### BPG', '### BPH', '### BPI', '### BPJ', '### BPK', '### BPL', '### BPM', '### BPN', '### BPO', '### BPP', '### BPQ', '### BPR', '### BPS', '### BPT', '### BPU', '### BPV', '### BPW', '### BPX', '### BPY', '### BPZ', '### BQA', '### BQB', '### BQC', '### BQD', '### BQE', '### BQF', '### BQG', '### BQH', '### BQI', '### BQJ', '### BQK', '### BQL', '### BQM', '### BQN', '### BQO', '### BQP', '### BQQ', '### BQR', '### BQS', '### BQT', '### BQU', '### BQV', '### BQW', '### BQX', '### BQY', '### BQZ', '### BRA', '### BRB', '### BRC', '### BRD', '### BRE', '### BRF', '### BRG', '### BRH', '### BRI', '### BRJ', '### BRK', '### BRL', '### BRM', '### BRN', '### BRO', '### BRP', '### BRQ', '### BRR', '### BRS', '### BRT', '### BRU', '### BRV', '### BRW', '### BRX', '### BRY', '### BRZ', '### BSA', '### BSB', '### BSC', '### BSD', '### BSE', '### BSF', '### BSG', '### BSH', '### BSI', '### BSJ', '### BSK', '### BSL', '### BSM', '### BSN', '### BSO', '### BSP', '### BSQ', '### BSR', '### BSS', '### BST', '### BSU', '### BSV', '### BSW', '### BSX', '### BSY', '### BSZ', '### BTA', '### BTB','### BTC', '### BTD', '### BTE', '### BTF', '### BTG', '### BTH', '### BTI', '### BTJ', '### BTK', '### BTL', '### BTM', '### BTN', '### BTO', '### BTP', '### BTQ', '### BTR', '### BTS', '### BTT', '### BTU', '### BTV', '### BTW', '### BTX', '### BTY', '### BTZ', '### BUA', '### BUB', '### BUC', '### BUD', '### BUE', '### BUF', '### BUG', '### BUH', '### BUI', '### BUJ', '### BUK', '### BUL', '### BUM', '### BUN', '### BUO', '### BUP', '### BUQ', '### BUR', '### BUS', '### BUT', '### BUU', '### BUV', '### BUW', '### BUX', '### BUY', '### BUZ', '### BVA', '### BVB', '### BVC', '### BVD', '### BVE', '### BVF', '### BVG', '### BVH', '### BVI', '### BVJ', '### BVK', '### BVL', '### BVM', '### BVN', '### BVO', '### BVP', '### BVQ', '### BVR', '### BVS', '### BVT', '### BVU', '### BVV', '### BVW', '### BVX', '### BVY', '### BVZ', '### BWA', '### BWB', '### BWC', '### BWD', '### BWE', '### BWF', '### BWG', '### BWH', '### BWI', '### BWJ', '### BWK', '### BWL', '### BWM', '### BWN', '### BWO', '### BWP', '### BWQ', '### BWR', '### BWS', '### BWT', '### BWU', '### BWV', '### BWW', '### BWX', '### BWY', '### BWZ', '### BXA', '### BXB', '### BXC', '### BXD', '### BXE', '### BXF', '### BXG', '### BXH', '### BXI', '### BXJ', '### BXK', '### BXL', '### BXM', '### BXN', '### BXO', '### BXP', '### BXQ']
48
+ ME: ['#### GA', '#### GB', '#### GC', '#### GD', '#### GE', '#### GF', '#### GG', '#### GH', '#### GI', '#### GJ', '#### GK', '#### GL', '#### GM', '#### GN', '#### GO', '#### GP', '#### GQ', '#### GR', '#### GS', '#### GT', '#### GU', '#### GV', '#### GW', '#### GX', '#### GY', '#### GZ', '#### HA', '#### HB', '#### HC', '#### HD', '#### HE', '#### HF', '#### HG', '#### HH', '#### HI', '#### HJ', '#### HK', '#### HL', '#### HM', '#### HN', '#### HO', '#### HP', '#### HQ', '#### HR', '#### HS', '#### HT', '#### HU', '#### HV', '#### HW', '#### HX', '#### HY', '#### HZ', '#### IA', '#### IB', '#### IC', '#### ID', '#### IE', '#### IF', '#### IG', '#### IH', '#### II', '#### IJ', '#### IK', '#### IL', '#### IM', '#### IN', '#### IO', '#### IP', '#### IQ', '#### IR', '#### IS', '#### IT', '#### IU', '#### IV', '#### IW', '#### IX', '#### IY', '#### IZ', '#### JA', '#### JB', '#### JC', '#### JD', '#### JE', '#### JF', '#### JG', '#### JH', '#### JI', '#### JJ', '#### JK', '#### JL', '#### JM', '#### JN', '#### JO', '#### JP', '#### JQ', '#### JR', '#### JS', '#### JT', '#### JU', '#### JV', '#### JW', '#### JX', '#### JY', '#### JZ', '#### KA', '#### KB', '####KC', '#### KD', '#### KE', '#### KF', '#### KG', '#### KH', '#### KI', '#### KJ', '#### KK', '#### KL', '#### KM', '#### KN', '#### KO', '#### KP', '#### KQ', '#### KR', '#### KS', '#### KT', '#### KU', '#### KV', '#### KW', '#### KX', '#### KY', '#### KZ', '#### LA', '#### LB', '#### LC', '#### LD', '#### LE', '#### LF', '#### LG', '#### LH', '#### LI', '#### LJ', '#### LK', '#### LL', '#### LM', '#### LN', '#### LO', '#### LP', '#### LQ', '#### LR', '#### LS', '#### LT', '#### LU', '#### LV', '#### LW', '#### LX', '#### LY', '#### LZ', '#### MA', '#### MB', '#### MC', '#### MD', '#### ME', '#### MF', '#### MG', '#### MH', '#### MI', '#### MJ', '#### MK', '#### ML', '#### MM', '#### MN', '#### MO', '#### MP', '#### MQ', '#### MR', '#### MS', '#### MT', '#### MU', '#### MV', '#### MW', '#### MX', '#### MY', '#### MZ', '#### NA', '#### NB', '#### NC', '#### ND', '#### NE', '#### NF', '#### NG', '#### NH', '#### NI', '#### NJ', '#### NK', '#### NL', '#### NM', '#### NN', '#### NO', '#### NP', '#### NQ', '#### NR', '#### NS', '#### NT', '#### NU', '#### NV', '#### NW', '#### NX', '#### NY', '#### NZ', '#### OA', '#### OB', '#### OC', '#### OD', '#### OE', '#### OF', '#### OG', '#### OH', '#### OI', '#### OJ', '#### OK', '#### OL', '#### OM', '#### ON', '#### OO', '#### OP', '#### OQ', '#### OR', '#### OS', '#### OT', '#### OU', '#### OV', '#### OW', '#### OX', '#### OY', '#### OZ', '#### PA', '#### PB', '#### PC', '#### PD', '#### PE', '#### PF', '#### PG', '#### PH', '#### PI', '#### PJ', '#### PK', '#### PL', '#### PM', '#### PN', '#### PO', '#### PP', '#### PQ', '#### PR', '#### PS', '#### PT', '#### PU', '#### PV', '#### PW', '#### PX', '#### PY', '#### PZ', '#### QA', '#### QB', '#### QC', '#### QD', '#### QE', '#### QF', '#### QG', '#### QH', '#### QI', '#### QJ', '#### QK', '#### QL', '#### QM', '#### QN', '#### QO', '#### QP', '#### QQ', '#### QR', '#### QS', '#### QT', '#### QU', '#### QV', '#### QW', '#### QX', '#### QY', '#### QZ', '#### RA', '#### RB', '#### RC', '#### RD', '#### RE', '#### RF', '#### RG','#### RH', '#### RI', '#### RJ', '#### RK', '#### RL', '#### RM', '#### RN', '#### RO', '#### RP', '#### RQ', '#### RR', '#### RS', '#### RT', '#### RU', '#### RV', '#### RW', '#### RX', '#### RY', '#### RZ', '#### SA', '#### SB', '#### SC', '#### SD', '#### SE', '#### SF', '#### SG', '#### SH', '#### SI', '#### SJ', '#### SK', '#### SL', '#### SM', '#### SN', '#### SO', '#### SP', '#### SQ', '#### SR', '#### SS', '#### ST', '#### SU', '#### SV', '#### SW', '#### SX', '#### SY', '#### SZ', '#### TA', '#### TB', '#### TC', '#### TD', '#### TE', '#### TF', '#### TG', '#### TH', '#### TI', '#### TJ', '#### TK', '#### TL', '#### TM', '#### TN', '#### TO', '#### TP', '#### TQ', '#### TR', '#### TS', '#### TT', '#### TU', '#### TV', '#### TW', '#### TX', '#### TY', '#### TZ', '#### UA', '#### UB', '#### UC', '#### UD', '#### UE', '#### UF', '#### UG', '#### UH', '#### UI', '#### UJ', '#### UK', '#### UL', '#### UM', '#### UN', '#### UO', '#### UP', '#### UQ', '#### UR', '#### US', '#### UT', '#### UU', '#### UV', '#### UW', '#### UX', '#### UY', '#### UZ', '#### VA', '#### VB', '#### VC', '#### VD', '#### VE', '#### VF', '#### VG', '#### VH', '#### VI', '####VJ', '#### VK', '#### VL', '#### VM', '#### VN', '#### VO', '#### VP', '#### VQ', '#### VR', '#### VS', '#### VT', '#### VU', '#### VV', '#### VW', '#### VX', '#### VY', '#### VZ', '#### WA', '#### WB', '#### WC', '#### WD', '#### WE', '#### WF', '#### WG', '#### WH', '#### WI', '#### WJ', '#### WK']
49
+ MD: ['#CN####', '#CO####', '#CP####', '#CQ####', '#CR####', '#CS####', '#CT####', '#CU####', '#CV####', '#CW####', '#CX####', '#CY####', '#CZ####', '#DA####', '#DB####', '#DC####', '#DD####', '#DE####']
50
+ MA: ['###·???', '###·#??', '#### ??', '##? ?##', '### ??#', '#?? ###', '#??? ##']
51
+ MI: '??? ####'
52
+ MN: '???-###'
53
+ MS: ['AA? ###', 'AC? ###', 'AD? ###', 'AE? ###', 'AL? ###', 'AM? ###', 'AT? ###', 'BE? ###', 'BL? ###', 'BR? ###', 'BV? ###', 'CA? ###', 'CB? ###', 'CH? ###', 'CK? ###', 'CL? ###', 'CM? ###', 'CN? ###', 'CP? ###', 'CQ? ###', 'CR? ###', 'CT? ###', 'CV? ###', 'CW? ###', 'CY? ###', 'D?? ###', 'FN? ###', 'FR? ###', 'FS? ###', 'FT? ###', 'GA? ###', 'GE? ###', 'GF? ###', 'GN? ###', 'H?? ###', 'HL? ###', 'HM? ###', 'IS? ###', 'IT? ###', 'IW? ###', 'JA? ###', 'JB? ###', 'JD? ###', 'JF? ###', 'JG? ###', 'JH? ###', 'JI? ###', 'JJ? ###', 'JK? ###', 'JL? ###', 'JM? ###', 'JN? ###', 'JP? ###', 'JQ? ###', 'JR? ###', 'KA? ###', 'KB? ###', 'KC? ###', 'KD? ###', 'KM? ###', 'KT? ###', 'KU? ###', 'LA? ###', 'LB? ###', 'LC? ###', 'LD? ###', 'LE? ###', 'LF? ###', 'LG? ###', 'LH? ###', 'LI? ###', 'LJ? ###', 'LK? ###', 'LL? ###', 'LM? ###', 'LN? ###', 'LP? ###', 'LQ? ###', 'LR? ###', 'LS? ###', 'LT? ###', 'LU? ###', 'LV? ###', 'LW? ###', 'LX? ###', 'LY? ###', 'LZ? ###', 'MA? ###', 'MB? ###', 'MC? ###', 'MD? ###', 'ME? ###', 'MF? ###', 'MJ? ###', 'MK? ###', 'ML? ###', 'MN? ###', 'MP? ###', 'MQ? ###', 'MR? ###', 'MS? ###', 'MT? ###', 'NE? ###', 'NF? ###', 'NV? ###', 'NW? ###', 'NX?###', 'PA? ###', 'PB? ###', 'PC? ###', 'PE? ###', 'PK? ###', 'PL? ###', 'PM? ###', 'PN? ###', 'PP? ###', 'PQ? ###', 'PR? ###', 'PS? ###', 'PT? ###', 'PU? ###', 'PW? ###', 'PX? ###', 'QT? ###', 'R?? ###', 'SC? ###', 'SD? ###', 'SF? ###', 'SG? ###', 'SH? ###', 'SM? ###', 'SN? ###', 'SP? ###', 'SR? ###', 'ST? ###', 'SU? ###', 'TA? ###', 'TB? ###', 'TL? ###', 'TN? ###', 'TP? ###', 'TQ? ###', 'TS? ###', 'TT? ###', 'UN? ###', 'UP? ###', 'WA? ###', 'WB? ###', 'WC? ###', 'WD? ###', 'WE? ###', 'WK? ###', 'WL? ###', 'WM? ###', 'WN? ###', 'WP? ###', 'WR? ###', 'WS? ###', 'WT? ###', 'WU? ###', 'WV? ###', 'WW? ###', 'WY? ###', 'WZ? ###', 'YA? ###', 'YL? ###', 'YZ? ###']
54
+ MO: '??# ?#?'
55
+ MT: ['#-#####?', '#???##', '[1-4]#-#{4}?', '5[0-6]-#{4}?', '[1-4]#??##', '5[0-6]??##']
56
+ NE: ['??? ###', '#-?####', '#-??###', '[1-8]#-?###', '9[0-3]-?###', '[1-8]#-??##', '9[0-3]-??##']
57
+ NV: '###·?##'
58
+ NH: ['#####', '### ###', '### ####']
59
+ NJ: '?##-???'
60
+ NM: '###-???'
61
+ NY: '???-####'
62
+ NC: '?[A-M]?-####'
63
+ ND: '### ???'
64
+ OH: '??? ####'
65
+ OK: '???-###'
66
+ OR: ['### ???', 'SL #####', 'CL #####', 'CK #####', 'CA #####', 'CU #####', '9A-####', '? ???', '????', 'WC #####', 'TB #####']
67
+ PA: '???-####'
68
+ RI: ['#', '##', '###', '####', '#####', '??-##', '??-###', '###-###']
69
+ SC: '??? ###'
70
+ SD: ['#?# ###', '[1-5]#? ###', '6[0-7]? ###']
71
+ TN: ['#?#-#?#', '???-###']
72
+ TX: '???-####'
73
+ UT: ['?## #??', '?###?']
74
+ VT: '??? ###'
75
+ VA: '???-####'
76
+ WA: '???####'
77
+ WV: ['#?-####', '#??-###', '##?-###', '??-####', '???-###', '?#?-###']
78
+ WI: ['???-####', '#####K', '#####T']
79
+ WY: ['#-#####', '1#-#####', '2[0-3]-#####', '99-#####', 'DV-####', '####', 'GS###', 'PHS-####', 'WYO-####', 'AF###', 'AR###', 'CG###', 'MC###', 'MM###', 'NA###']
80
+ cylinder_engine: 'Cylinder Engine'
@@ -0,0 +1,7 @@
1
+ en:
2
+ faker:
3
+ venture_bros:
4
+ character: ["Hank Venture", "Dean Venture", "Thaddeus S. Venture", "Brock Samson", "H.E.L.P.E.R", "Sereant Hatred", "Princess Tinyfeet", "Dermott Fictel-Venture", "Dr. Jonas Venture Jr.", "Triana Orpheus", "Pete White", "Master Billy Quizboy", "Barond Ünderbheit", "Pirate Captain", "Dr. Byron Orpheus", "Jefferson Twilight", "The Alchemist", "Dr. Jonas Venture Sr", "The Action Man", "Colonel Horace Gentleman", "Kano", "Otto Aquarius", "Dr. Entmann", "Swifty", "Hector", "Ook Ook", "General Timothy Treister", "Mister Doe", "Mister Cardholder", "Gen. Hunter Gathers", "Shore Leave", "Mile High Pilot", "Dr.Vulcano", "Headshot", "Amber Gold", "Afterburner", "Shuttle Cock", "Slap Chop", "Bum Rush", "Tank Top", "Snoopy", "The Monarch", "Dr. Girlfriend", "Phantom Limb", "Henchman 21", "The Viceroy", "Gary", "Doc Hammer", "Henchman 24", "Speedy", "Tim-Tom", "Kevin", "Watch", "Ward", "Dr. Henry Killinger", "The Sovereign", "Monstroso", "Torrid", "Truckules", "The Intangible Fancy", "The Investors", "Augustus St. Cloud", "Vendata", "Wild Fop", "Red Mantle", "Boggles, the Clue Clown", "Dr. Phineas Phage", "Dr. Z", "Monseñor", "Don Hell", "Dragoon", "Steppenwolf", "Mommy Longlegs", "The Nerve", "Wide Wale", "Doctor Dugong", "Brick Frog", "Flying Squid", "Vespertina", "Sri Lankan Devil Bird", "Haranguetan", "Sunsational", "Galacticon", "Battleaxe", "Copy-Cat", "Think Tank", "The Doom Factory", "Wes Warhammer", "Frigid", "Eenie-Meanie", "Serpentine", "Shehemoth", "Gerard the Gorilla", "Trashenstein", "Ultra Violent", "Billy Maim", "Red Death", "Col Lloyd Venture", "Eugen Sandow", "Aleister Crowley", "Fantômas", "Oscar Wilde", "Samuel Clemens", "Professor Richard Impossible", "Manservant", "Fat Chance", "Lyndon Bee", "Radical Left", "Zero", "Girl Hitler", "Catclops", "Manic 8-ball", "Eunuchs", "King Gorilla", "Mr. Monday", "Tigeriffic", "White Noise", "Dr. Septapus", "Tiny Joseph", "Teddy", "Cuckoo Clocker", "Big Time", "Maybe Man", "Scaramantula", "Brainulo", "Manotaur", "Tiger Shark", "SPHINX Commander", "The Countess", "Wind Song", "Diamond Backdraft", "Storm Front", "Crime-o-dile", "Scorpio", "Molotov Cocktease", "Col. Bud Manstrong", "Lt. Anna Baldavich", "The Master", "Myra Brandish", "Gen. Manhowers", "Dr. Tara Quymn", "Venturestein", "The Outrider", "Tatyana", "Brown Widow", "Sirena Ong", "Sally Impossible", "Rocket Impossible", "Ro-Boy Z", "Captain Sunshine", "Wonder Boy", "Wonderboy 5", "Barbie-Q", "U.S. Steel", "Brown Thrasher"]
5
+ organization: ["Team Venture", "Venture Industries", "The Guild of Calamitous Intent", "The Fluttering Horde", "The Order of the Triad", "Office of Secret Intelligence", "Impossible Industries", "Ünderland Troops", "Conjectural Technologies", "State University", "The Blackhearts Elimination Society", "The Soul Mates", "S.P.H.I.N.X", "The Revenge Society", "The Brimstone Assemnbly", "Crusaders Action League"]
6
+ vehicle: ["Adrian", "The Cocoon", "Gargantua-1", "Gargantua-2", "Hover Bikes", "Monarchmobile", "TVC-15", "Ventronic", "Venturemobile", "X-1", "X-2", "X-3", "Morphomobile", "Haranguetank", "The Mighty Khafra"]
7
+ quote: ["Monarchs..don't sting..", "Go ahead. Take it from me", "Are these they?", "I dare you to make less sense", "I am a ghost living inside the head of a robot", "Truly only a face a mother can love", "I am, how you say, Russian Guyovich", "But he's in Depehce Mode!", "Ow! My arm came off! I can't belive that happened", "Mecha-Shiva!", "It's in Sanskri, and a dialect I'm not familiar with. I'm not sure I can read it", "Colonel Gentleman's good names for an imaginary friend", "No I started it years ago in a moment of passion! And I'll end it the same way right here in front of Brock, H.E.L.P.eR., and God!", "I'm all out of gun food!", "So just what are you trying to say, little man? You don't like Zep?", "I am General Treister's son. You saved my father's life. He spoke of you as a god... and you did not disappoint.", "If you had a lady like my wife, you'd be in an alternate universe where dogs talk and birds have human pets.", "On three we give him the ol' rochambeau!", "They fought with Spaghetti-O's and meatballs?", "We're gonna get our asses kicked. We didn't have a breakfast!", "Smurfs don't lay eggs! I won't tell you this again! Papa Smurf has a f-ing beard! They're mammals!", "Double damnit", "Ya live by the ghost...ya die by the ghost.", "BRRRRRRRRICKFROG!!!", "And this.... is my magic murder bag.", "The guy from Labyrinth just turned into a bird!", "Revenge like gazpacho soup, is best served cold, precise and merciless.", "Augh! Ghost pirate!!", "Two heads are better than one!", "My name....IS REVENGE!", "Go Team Venture!", "Sometimes I would pretend I was the Batman", "They hit me with a truck", "... As The hard-rocking quartet of Ace Freely, Gene Simmons, Peter Kris and... THE BAT", "Ah, but we two souls have shared a cheese sandwich more than twice, and the stitched together quilt of your stony silence forms a tapestry of quiet desperation."]
@@ -0,0 +1,8 @@
1
+ en:
2
+ faker:
3
+ verbs:
4
+ base: ["abash", "abate", "abide", "absorb", "accept", "accompany", "ache", "achieve", "acquire", "act", "add", "address", "adjust", "admire", "admit", "advise", "afford", "agree", "alight", "allow", "animate", "announce", "answer", "apologize", "appear", "applaud", "apply", "approach", "approve", "argue", "arise", "arrange", "arrest", "ask", "assert", "assort", "astonish", "attack", "attend", "attract", "audit", "avoid", "awake", "bang", "banish", "bash", "bat", "be", "bear", "bear", "beat", "beautify", "become", "befall", "beg", "begin", "behave", "behold", "believe", "belong", "bend", "bereave", "beseech", "bet", "betray", "bid", "bid", "bind", "bite", "bleed", "bless", "blossom", "blow", "blur", "blush", "board", "boast", "boil", "bow", "box", "bray", "break", "breathe", "breed", "bring", "broadcast", "brush", "build", "burn", "burst", "bury", "bust", "buy", "buzz", "calculate", "call", "canvass", "capture", "caress", "carry", "carve", "cash", "cast", "catch", "cause", "cease", "celebrate", "challenge", "change", "charge", "chase", "chat", "check", "cheer", "chew", "chide", "chip", "choke", "choose", "classify", "clean", "cleave", "click", "climb", "cling", "close", "clothe", "clutch", "collapse", "collect", "colour", "come", "comment", "compare", "compel", "compete", "complain", "complete", "conclude", "conduct", "confess", "confine", "confiscate", "confuse", "congratulate", "connect", "connote", "conquer", "consecrate", "consent", "conserve", "consider", "consign", "consist", "console", "consort", "conspire", "constitute", "constrain", "construct", "construe", "consult", "contain", "contemn", "contend", "contest", "continue", "contract", "contradict", "contrast", "contribute", "contrive", "control", "convene", "converge", "converse", "convert", "convey", "convict", "convince", "coo", "cook", "cool", "co-operate", "cope", "copy", "correct", "correspond", "corrode", "corrupt", "cost", "cough", "counsel", "count", "course", "cover", "cower", "crack", "crackle", "crash", "crave", "create", "creep", "crib", "cross", "crowd", "crush", "cry", "curb", "cure", "curve", "cut", "cycle", "damage", "damp", "dance", "dare", "dash", "dazzle", "deal", "decay", "decide", "declare", "decorate", "decrease", "dedicate", "delay", "delete", "deny", "depend", "deprive", "derive", "describe", "desire", "destroy", "detach", "detect", "determine", "develop", "die", "differ", "dig", "digest", "dim", "diminish", "dine", "dip", "direct", "disappear", "discover", "discuss", "disobey", "display", "dispose", "distribute", "disturb", "disuse", "dive", "divide", "do", "donate", "download", "drag", "draw", "dream", "dress", "drill", "drink", "drive", "drop", "dry", "dump", "dwell", "dye", "earn", "eat", "educate", "empower", "empty", "encircle", "encourage", "encroach", "endanger", "endorse", "endure", "engrave", "enjoy", "enlarge", "enlighten", "enter", "envy", "erase", "escape", "evaporate", "exchange", "exclaim", "exclude", "exist", "expand", "expect", "explain", "explore", "express", "extend", "eye", "face", "fail", "faint", "fall", "fan", "fancy", "favour", "fax", "feed", "feel", "ferry", "fetch", "fight", "fill", "find", "finish", "fish", "fit", "fix", "fizz", "flap", "flash", "flee", "fling", "float", "flop", "fly", "fold", "follow", "forbid", "force", "forecast", "foretell", "forget", "forgive", "forlese", "form", "forsake", "found", "frame", "free", "freeze", "frighten", "fry", "fulfil", "gag", "gain", "gainsay", "gash", "gaze", "get", "give", "glance", "glitter", "glow", "go", "google", "govern", "grab", "grade", "grant", "greet", "grind", "grip", "grow", "guard", "guess", "guide", "handle", "hang", "happen", "harm", "hatch", "hate", "have", "heal", "hear", "heave", "help", "hew", "hide", "hinder", "hiss", "hit", "hoax", "hold", "hop", "hope", "horrify", "hug", "hum", "humiliate", "hunt", "hurl", "hurry", "hurt", "hush", "hustle", "hypnotize", "idealize", "identify", "idolize", "ignite", "ignore", "ill-treat", "illuminate", "illumine", "illustrate", "imagine", "imbibe", "imitate", "immerse", "immolate", "immure", "impair", "impart", "impeach", "impede", "impel", "impend", "imperil", "impinge", "implant", "implicate", "implode", "implore", "imply", "import", "impose", "impress", "imprint", "imprison", "improve", "inaugurate", "incise", "include", "increase", "inculcate", "indent", "indicate", "induce", "indulge", "infect", "infest", "inflame", "inflate", "inflect", "inform", "infringe", "infuse", "ingest", "inhabit", "inhale", "inherit", "initiate", "inject", "injure", "inlay", "innovate", "input", "inquire", "inscribe", "insert", "inspect", "inspire", "install", "insult", "insure", "integrate", "introduce", "invent", "invite", "join", "jump", "justify", "keep", "kick", "kid", "kill", "kiss", "kneel", "knit", "knock", "know", "lade", "land", "last", "latch", "laugh", "lay", "lead", "leak", "lean", "leap", "learn", "leave", "leer", "lend", "let", "lick", "lie", "lie", "lift", "light", "like", "limp", "listen", "live", "look", "lose", "love", "magnify", "maintain", "make", "manage", "march", "mark", "marry", "mash", "match", "matter", "mean", "measure", "meet", "melt", "merge", "mew", "migrate", "milk", "mind", "mislead", "miss", "mistake", "misuse", "mix", "moan", "modify", "moo", "motivate", "mould", "moult", "move", "mow", "multiply", "murmur", "nail", "nap", "need", "neglect", "nip", "nod", "note", "notice", "notify", "nourish", "nurse", "obey", "oblige", "observe", "obstruct", "obtain", "occupy", "occur", "offer", "offset", "omit", "ooze", "open", "operate", "opine", "oppress", "opt", "optimize", "order", "organize", "originate", "output", "overflow", "overtake", "owe", "own", "pacify", "paint", "pardon", "part", "partake", "participate", "pass", "paste", "pat", "patch", "pause", "pay", "peep", "perish", "permit", "persuade", "phone", "place", "plan", "play", "plead", "please", "plod", "plot", "pluck", "ply", "point", "polish", "pollute", "ponder", "pour", "pout", "practise", "praise", "pray", "preach", "prefer", "prepare", "prescribe", "present", "preserve", "preset", "preside", "press", "pretend", "prevent", "print", "proceed", "produce", "progress", "prohibit", "promise", "propose", "prosecute", "protect", "prove", "provide", "pull", "punish", "purify", "push", "put", "qualify", "quarrel", "question", "quit", "race", "rain", "rattle", "reach", "read", "realize", "rebuild", "recall", "recast", "receive", "recite", "recognize", "recollect", "recur", "redo", "reduce", "refer", "reflect", "refuse", "regard", "regret", "relate", "relax", "rely", "remain", "remake", "remove", "rend", "renew", "renounce", "repair", "repeat", "replace", "reply", "report", "request", "resell", "resemble", "reset", "resist", "resolve", "respect", "rest", "restrain", "retain", "retch", "retire", "return", "reuse", "review", "rewind", "rid", "ride", "ring", "rise", "roar", "rob", "roll", "rot", "rub", "rule", "run", "rush", "sabotage", "sack", "sacrifice", "sadden", "saddle", "sag", "sail", "sally", "salute", "salvage", "salve", "sample", "sanctify", "sanction", "sap", "saponify", "sash", "sashay", "sass", "sate", "satiate", "satirise", "satisfy", "saturate", "saunter", "save", "savor", "savvy", "saw", "say", "scab", "scabble", "scald", "scale", "scam", "scan", "scant", "scar", "scare", "scarify", "scarp", "scat", "scatter", "scold", "scorch", "scowl", "scrawl", "scream", "screw", "scrub", "search", "seat", "secure", "see", "seek", "seem", "seize", "select", "sell", "send", "sentence", "separate", "set", "sever", "sew", "shake", "shape", "share", "shatter", "shave", "shear", "shed", "shine", "shirk", "shit", "shiver", "shock", "shoe", "shoot", "shorten", "shout", "show", "shrink", "shun", "shut", "sight", "signal", "signify", "sing", "sink", "sip", "sit", "ski", "skid", "slam", "slay", "sleep", "slide", "slim", "sling", "slink", "slip", "slit", "smash", "smell", "smile", "smite", "smooth", "smother", "snap", "snatch", "sneak", "sneeze", "sniff", "soar", "sob", "solicit", "solve", "soothe", "sort", "sow", "sparkle", "speak", "speed", "spell", "spend", "spill", "spin", "spit", "split", "spoil", "spray", "spread", "spring", "sprout", "squeeze", "stand", "stare", "start", "state", "stay", "steal", "steep", "stem", "step", "sterilize", "stick", "stimulate", "sting", "stink", "stir", "stitch", "stoop", "stop", "store", "strain", "stray", "stress", "stretch", "strew", "stride", "strike", "string", "strive", "study", "submit", "subscribe", "subtract", "succeed", "suck", "suffer", "suggest", "summon", "supply", "support", "suppose", "surge", "surmise", "surpass", "surround", "survey", "survive", "swallow", "sway", "swear", "sweat", "sweep", "swell", "swim", "swing", "swot", "take", "talk", "tap", "taste", "tax", "teach", "tear", "tee", "tell", "tempt", "tend", "terminate", "terrify", "test", "thank", "think", "thrive", "throw", "thrust", "thump", "tie", "tire", "toss", "touch", "train", "trample", "transfer", "transform", "translate", "trap", "travel", "tread", "treasure", "treat", "tree", "tremble", "triumph", "trust", "try", "turn", "type", "typeset", "understand", "undo", "uproot", "upset", "urge", "use", "utter", "value", "vanish", "vary", "verify", "vex", "vie", "view", "violate", "vomit", "wake", "walk", "wander", "want", "warn", "waste", "watch", "water", "wave", "wax", "waylay", "wear", "weave", "wed", "weep", "weigh", "welcome", "wend", "wet", "whip", "whisper", "win", "wind", "wish", "withdraw", "work", "worry", "worship", "wring", "write", "yawn", "yell", "yield", "zinc", "zoom"]
5
+ past: ["abashed", "abated", "abode", "absorbed", "accepted", "accompanied", "ached", "achieved", "acquired", "acted", "added", "addressed", "adjusted", "admired", "admitted", "advised", "afforded", "agreed", "alit", "allowed", "animated", "announced", "answered", "apologized", "appeared", "applauded", "applied", "approached", "approved", "argued", "arose", "arranged", "arrested", "asked", "asserted", "assorted", "astonished", "attacked", "attended", "attracted", "audited", "avoided", "awoke", "banged", "banished", "bashed", "batted", "was", "bore", "bore", "beat", "beautified", "became", "befell", "begged", "began", "behaved", "beheld", "believed", "belonged", "bent", "bereft", "besought", "bet", "betrayed", "bade", "bid", "bound", "bit", "bled", "blessed", "blossomed", "blew", "blurred", "blushed", "boarded", "boasted", "boiled", "bowed", "boxed", "brayed", "broke", "breathed", "bred", "brought", "broadcast", "brushed", "built", "burnt", "burst", "buried", "bust", "bought", "buzzed", "calculated", "called", "canvassed", "captured", "caressed", "carried", "carved", "cashed", "cast", "caught", "caused", "ceased", "celebrated", "challenged", "changed", "charged", "chased", "chatted", "checked", "cheered", "chewed", "chid", "chipped", "choked", "chose", "classified", "cleaned", "clove/cleft", "clicked", "climbed", "clung", "closed", "clad", "clutched", "collapsed", "collected", "coloured", "came", "commented", "compared", "compelled", "competed", "complained", "completed", "concluded", "conducted", "confessed", "confined", "confiscated", "confused", "congratulated", "connected", "connoted", "conquered", "consecrated", "consented", "conserved", "considered", "consigned", "consisted", "consoled", "consorted", "conspired", "constituted", "constrained", "constructed", "construed", "consulted", "contained", "contemned", "contended", "contested", "continued", "contracted", "contradicted", "contrasted", "contributed", "contrived", "controlled", "convened", "converged", "conversed", "converted", "conveyed", "convicted", "convinced", "cooed", "cooked", "cooled", "co-operated", "coped", "copied", "corrected", "corresponded", "corroded", "corrupted", "cost", "coughed", "counselled", "counted", "coursed", "covered", "cowered", "cracked", "crackled", "crashed", "craved", "created", "crept", "cribbed", "crossed", "crowded", "crushed", "cried", "curbed", "cured", "curved", "cut", "cycled", "damaged", "damped", "danced", "dared", "dashed", "dazzled", "dealt", "decayed", "decided", "declared", "decorated", "decreased", "dedicated", "delayed", "deleted", "denied", "depended", "deprived", "derived", "described", "desired", "destroyed", "detached", "detected", "determined", "developed", "died", "differed", "dug", "digested", "dimmed", "diminished", "dined", "dipped", "directed", "disappeared", "discovered", "discussed", "disobeyed", "displayed", "disposed", "distributed", "disturbed", "disused", "dived", "divided", "did", "donated", "downloaded", "dragged", "drew", "dreamt", "dressed", "drilled", "drank", "drove", "dropped", "dried", "dumped", "dwelt", "dyed", "earned", "ate", "educated", "empowered", "emptied", "encircled", "encouraged", "encroached", "endangered", "endorsed", "endured", "engraved", "enjoyed", "enlarged", "enlightened", "entered", "envied", "erased", "escaped", "evaporated", "exchanged", "exclaimed", "excluded", "existed", "expanded", "expected", "explained", "explored", "expressed", "extended", "eyed", "faced", "failed", "fainted", "fell", "fanned", "fancied", "favoured", "faxed", "fed", "felt", "ferried", "fetched", "fought", "filled", "found", "finished", "fished", "fit/fitted", "fixed", "fizzed", "flapped", "flashed", "fled", "flung", "floated", "flopped", "flew", "folded", "followed", "forbade", "forced", "forecast", "foretold", "forgot", "forgave", "forlore", "formed", "forsook", "founded", "framed", "freed", "froze", "frightened", "fried", "fulfilled", "gagged", "gained", "gainsaid", "gashed", "gazed", "got", "gave", "glanced", "glittered", "glowed", "went", "googled", "governed", "grabbed", "graded", "granted", "greeted", "ground", "gripped", "grew", "guarded", "guessed", "guided", "handled", "hung", "happened", "harmed", "hatched", "hated", "had", "healed", "heard", "hove", "helped", "hewed", "hid", "hindered", "hissed", "hit", "hoaxed", "held", "hopped", "hoped", "horrified", "hugged", "hummed", "humiliated", "hunted", "hurled", "hurried", "hurt", "hushed", "hustled", "hypnotized", "idealized", "identified", "idolized", "ignited", "ignored", "ill-treated", "illuminated", "illumined", "illustrated", "imagined", "imbibed", "imitated", "immersed", "immolated", "immured", "impaired", "imparted", "impeached", "impeded", "impelled", "impended", "imperilled", "impinged", "implanted", "implicated", "imploded", "implored", "implied", "imported", "imposed", "impressed", "imprinted", "imprisoned", "improved", "inaugurated", "incised", "included", "increased", "inculcated", "indented", "indicated", "induced", "indulged", "infected", "infested", "inflamed", "inflated", "inflected", "informed", "infringed", "infused", "ingested", "inhabited", "inhaled", "inherited", "initiated", "injected", "injured", "inlaid", "innovated", "input", "inquired", "inscribed", "inserted", "inspected", "inspired", "installed", "insulted", "insured", "integrated", "introduced", "invented", "invited", "joined", "jumped", "justified", "kept", "kicked", "kidded", "killed", "kissed", "knelt", "knit", "knocked", "knew", "laded", "landed", "lasted", "latched", "laughed", "laid", "led", "leaked", "leant", "leapt", "learnt", "left", "leered", "lent", "let", "licked", "lay", "lied", "lifted", "lit", "liked", "limped", "listened", "lived", "looked", "lost", "loved", "magnified", "maintained", "made", "managed", "marched", "marked", "married", "mashed", "matched", "mattered", "meant", "measured", "met", "melted", "merged", "mewed", "migrated", "milked", "minded", "misled", "missed", "mistook", "misused", "mixed", "moaned", "modified", "mooed", "motivated", "moulded", "moulted", "moved", "mowed", "multiplied", "murmured", "nailed", "napped", "needed", "neglected", "nipped", "nodded", "noted", "noticed", "notified", "nourished", "nursed", "obeyed", "obliged", "observed", "obstructed", "obtained", "occupied", "occurred", "offered", "offset", "omitted", "oozed", "opened", "operated", "opined", "oppressed", "opted", "optimized", "ordered", "organized", "originated", "output", "overflowed", "overtook", "owed", "owned", "pacified", "painted", "pardoned", "parted", "partook", "participated", "passed", "pasted", "patted", "patched", "paused", "paid", "peeped", "perished", "permitted", "persuaded", "phoned", "placed", "planned", "played", "pled", "pleased", "plodded", "plotted", "plucked", "plied", "pointed", "polished", "polluted", "pondered", "poured", "pouted", "practised", "praised", "prayed", "preached", "preferred", "prepared", "prescribed", "presented", "preserved", "preset", "presided", "pressed", "pretended", "prevented", "printed", "proceeded", "produced", "progressed", "prohibited", "promised", "proposed", "prosecuted", "protected", "proved", "provided", "pulled", "punished", "purified", "pushed", "put", "qualified", "quarrelled", "questioned", "quit", "raced", "rained", "rattled", "reached", "read", "realized", "rebuilt", "recalled", "recast", "received", "recited", "recognized", "recollected", "recurred", "redid", "reduced", "referred", "reflected", "refused", "regarded", "regretted", "related", "relaxed", "relied", "remained", "remade", "removed", "rent", "renewed", "renounced", "repaired", "repeated", "replaced", "replied", "reported", "requested", "resold", "resembled", "reset", "resisted", "resolved", "respected", "rested", "restrained", "retained", "retched", "retired", "returned", "reused", "reviewed", "rewound", "rid", "rode", "rang", "rose", "roared", "robbed", "rolled", "rotted", "rubbed", "ruled", "ran", "rushed", "sabotaged", "sacked", "sacrificed", "saddened", "saddled", "sagged", "sailed", "sallied", "saluted", "salvaged", "salved", "sampled", "sanctified", "sanctioned", "sapped", "saponified", "sashed", "sashayed", "sassed", "sated", "satiated", "satirised", "satisfied", "saturated", "sauntered", "saved", "savored", "savvied", "sawed", "said", "scabbed", "scabbled", "scalded", "scaled", "scammed", "scanned", "scanted", "scarred", "scared", "scarified", "scarped", "scatted", "scattered", "scolded", "scorched", "scowled", "scrawled", "screamed", "screwed", "scrubbed", "searched", "seated", "secured", "saw", "sought", "seemed", "seized", "selected", "sold", "sent", "sentenced", "separated", "set", "severed", "sewed", "shook", "shaped", "shared", "shattered", "shove", "shore", "shed", "shone", "shirked", "shit", "shivered", "shocked", "shod", "shot", "shortened", "shouted", "showed", "shrank", "shunned", "shut", "sighted", "signalled", "signified", "sang", "sank", "sipped", "sat", "skied", "skidded", "slammed", "slew", "slept", "slid", "slimmed", "slung", "slunk", "slipped", "slit", "smashed", "smelt", "smiled", "smote", "smoothed", "smothered", "snapped", "snatched", "snuck", "sneezed", "sniffed", "soared", "sobbed", "solicited", "solved", "soothed", "sorted", "sowed", "sparkled", "spoke", "sped", "spelt", "spent", "spilt", "span/spun", "spat/spit", "split", "spoilt", "sprayed", "spread", "sprang", "sprouted", "squeezed", "stood", "stared", "started", "stated", "stayed", "stole", "steeped", "stemmed", "stepped", "sterilized", "stuck", "stimulated", "stung", "stank", "stirred", "stitched", "stooped", "stopped", "stored", "strained", "strayed", "stressed", "stretched", "strewed", "strode", "struck", "strung", "strove", "studied", "submitted", "subscribed", "subtracted", "succeeded", "sucked", "suffered", "suggested", "summoned", "supplied", "supported", "supposed", "surged", "surmised", "surpassed", "surrounded", "surveyed", "survived", "swallowed", "swayed", "swore", "sweat", "swept", "swelled", "swam", "swung", "swotted", "took", "talked", "tapped", "tasted", "taxed", "taught", "tore", "teed", "told", "tempted", "tended", "terminated", "terrified", "tested", "thanked", "thought", "throve", "threw", "thrust", "thumped", "tied", "tired", "tossed", "touched", "trained", "trampled", "transferred", "transformed", "translated", "trapped", "travelled", "trod", "treasured", "treated", "treed", "trembled", "triumphed", "trusted", "tried", "turned", "typed", "typeset", "understood", "undid", "uprooted", "upset", "urged", "used", "uttered", "valued", "vanished", "varied", "verified", "vexed", "vied", "viewed", "violated", "vomited", "woke", "walked", "wandered", "wanted", "warned", "wasted", "watched", "watered", "waved", "waxed", "waylaid", "wore", "wove", "wed", "wept", "weighed", "welcomed", "went", "wet", "whipped", "whispered", "won", "wound", "wished", "withdrew", "worked", "worried", "worshipped", "wrung", "wrote", "yawned", "yelled", "yielded", "zincked", "zoomed"]
6
+ past_participle: ["abashed", "abated", "abode", "absorbed", "accepted", "accompanied", "ached", "achieved", "acquired", "acted", "added", "addressed", "adjusted", "admired", "admitted", "advised", "afforded", "agreed", "alit", "allowed", "animated", "announced", "answered", "apologized", "appeared", "applauded", "applied", "approached", "approved", "argued", "arisen", "arranged", "arrested", "asked", "asserted", "assorted", "astonished", "attacked", "attended", "attracted", "audited", "avoided", "awoken", "banged", "banished", "bashed", "batted", "been", "born", "borne", "beaten", "beautified", "become", "befallen", "begged", "begun", "behaved", "beheld", "believed", "belonged", "bent", "bereft", "besought", "bet", "betrayed", "bidden", "bid", "bound", "bitten", "bled", "blessed", "blossomed", "blown", "blurred", "blushed", "boarded", "boasted", "boiled", "bowed", "boxed", "brayed", "broken", "breathed", "bred", "brought", "broadcast", "brushed", "built", "burnt", "burst", "buried", "bust", "bought", "buzzed", "calculated", "called", "canvassed", "captured", "caressed", "carried", "carved", "cashed", "cast", "caught", "caused", "ceased", "celebrated", "challenged", "changed", "charged", "chased", "chatted", "checked", "cheered", "chewed", "chid/chidden", "chipped", "choked", "chosen", "classified", "cleaned", "cloven/cleft", "clicked", "climbed", "clung", "closed", "clad", "clutched", "collapsed", "collected", "coloured", "come", "commented", "compared", "compelled", "competed", "complained", "completed", "concluded", "conducted", "confessed", "confined", "confiscated", "confused", "congratulated", "connected", "connoted", "conquered", "consecrated", "consented", "conserved", "considered", "consigned", "consisted", "consoled", "consorted", "conspired", "constituted", "constrained", "constructed", "construed", "consulted", "contained", "contemned", "contended", "contested", "continued", "contracted", "contradicted", "contrasted", "contributed", "contrived", "controlled", "convened", "converged", "conversed", "converted", "conveyed", "convicted", "convinced", "cooed", "cooked", "cooled", "co-operated", "cope", "copied", "corrected", "corresponded", "corroded", "corrupted", "cost", "coughed", "counselled", "counted", "coursed", "covered", "cowered", "cracked", "crackled", "crashed", "craved", "created", "crept", "cribbed", "crossed", "crowded", "crushed", "cried", "curbed", "cured", "curved", "cut", "cycled", "damaged", "damped", "danced", "dared", "dashed", "dazzled", "dealt", "decayed", "decided", "declared", "decorated", "decreased", "dedicated", "delayed", "deleted", "denied", "depended", "deprived", "derived", "described", "desired", "destroyed", "detached", "detected", "determined", "developed", "died", "differed", "dug", "digested", "dimmed", "diminished", "dined", "dipped", "directed", "disappeared", "discovered", "discussed", "disobeyed", "displayed", "disposed", "distributed", "disturbed", "disused", "dived", "divided", "done", "donated", "downloaded", "dragged", "drawn", "dreamt", "dressed", "drilled", "drunk", "driven", "dropped", "dried", "dumped", "dwelt", "dyed", "earned", "eaten", "educated", "empowered", "emptied", "encircled", "encouraged", "encroached", "endangered", "endorsed", "endured", "engraved", "enjoyed", "enlarged", "enlightened", "entered", "envied", "erased", "escaped", "evaporated", "exchanged", "exclaimed", "excluded", "existed", "expanded", "expected", "explained", "explored", "expressed", "extended", "eyed", "faced", "failed", "fainted", "fallen", "fanned", "fancied", "favoured", "faxed", "fed", "felt", "ferried", "fetched", "fought", "filled", "found", "finished", "fished", "fit/fitted", "fixed", "fizzed", "flapped", "flashed", "fled", "flung", "floated", "flopped", "flown", "folded", "followed", "forbidden", "forced", "forecast", "foretold", "forgotten", "forgiven", "forlorn", "formed", "forsaken", "founded", "framed", "freed", "frozen", "frightened", "fried", "fulfilled", "gagged", "gained", "gainsaid", "gashed", "gazed", "got", "given", "glanced", "glittered", "glowed", "gone", "googled", "governed", "grabbed", "graded", "granted", "greeted", "ground", "gripped", "grown", "guarded", "guessed", "guided", "handled", "hung", "happened", "harmed", "hatched", "hated", "had", "healed", "heard", "hove", "helped", "hewn", "hidden", "hindered", "hissed", "hit", "hoaxed", "held", "hopped", "hoped", "horrified", "hugged", "hummed", "humiliated", "hunted", "hurled", "hurried", "hurt", "hushed", "hustled", "hypnotized", "idealized", "identified", "idolized", "ignited"]
7
+ simple_present: ["abashes", "abates", "abides", "absorbs", "accepts", "accompanies", "aches", "achieves", "acquires", "acts", "adds", "addresses", "adjusts", "admires", "admits", "advises", "affords", "agrees", "alights", "allows", "animates", "announces", "answers", "apologizes", "appears", "applauds", "applies", "approaches", "approves", "argues", "arises", "arranges", "arrests", "asks", "asserts", "assorts", "astonishes", "attacks", "attends", "attracts", "audits", "avoids", "awakes", "bangs", "banishes", "bashes", "bats", "is", "bears", "bears", "beats", "beautifies", "becomes", "befalls", "begs", "begins", "behaves", "beholds", "believes", "belongs", "bends", "bereaves", "beseeches", "bets", "betrays", "bids", "bids", "binds", "bites", "bleeds", "blesses", "blossoms", "blows", "blurs", "blushes", "boards", "boasts", "boils", "bows", "boxes", "brays", "breaks", "breathes", "breeds", "brings", "broadcasts", "brushes", "builds", "burns", "bursts", "buries", "busts", "buys", "buzzes", "calculates", "calls", "canvasses", "captures", "caresses", "carries", "carves", "cashes", "casts", "catches", "causes", "ceases", "celebrates", "challenges", "changes", "charges", "chases", "chats", "checks", "cheers", "chews", "chides", "chips", "chokes", "chooses", "classifies", "cleans", "cleaves", "clicks", "climbs", "clings", "closes", "clothes", "clutches", "collapses", "collects", "colours", "comes", "comments", "compares", "compels", "competes", "complains", "completes", "concludes", "conducts", "confesses", "confines", "confiscates", "confuses", "congratulates", "connects", "connotes", "conquers", "consecrates", "consents", "conserves", "considers", "consigns", "consists", "consoles", "consorts", "conspires", "constitutes", "constrains", "constructs", "construes", "consults", "contains", "contemns", "contends", "contests", "continues", "contracts", "contradicts", "contrasts", "contributes", "contrives", "controls", "convenes", "converges", "converses", "converts", "conveys", "convicts", "convinces", "coos", "cooks", "cools", "co-operates", "copes", "copies", "corrects", "corresponds", "corrodes", "corrupts", "costs", "coughs", "counsels", "counts", "courses", "covers", "cowers", "cracks", "crackles", "crashes", "craves", "creates", "creeps", "cribs", "crosses", "crowds", "crushes", "cries", "curbs", "cures", "curves", "cuts", "cycles", "damages", "damps", "dances", "dares", "dashes", "dazzles", "deals", "decays", "decides", "declares", "decorates", "decreases", "dedicates", "delays", "deletes", "denies", "depends", "deprives", "derives", "describes", "desires", "destroys", "detaches", "detects", "determines", "develops", "dies", "differs", "digs", "digests", "dims", "diminishes", "dines", "dips", "directs", "disappears", "discovers", "discusses", "disobeys", "displays", "disposes", "distributes", "disturbs", "disuses", "dives", "divides", "does", "donates", "downloads", "drags", "draws", "dreams", "dresses", "drills", "drinks", "drives", "drops", "dries", "dumps", "dwells", "dyes", "earns", "eats", "educates", "empowers", "empties", "encircles", "encourages", "encroaches", "endangers", "endorses", "endures", "engraves", "enjoys", "enlarges", "enlightens", "enters", "envies", "erases", "escapes", "evaporates", "exchanges", "exclaims", "excludes", "exists", "expands", "expects", "explains", "explores", "expresses", "extends", "eyes", "faces", "fails", "faints", "falls", "fans", "fancies", "favours", "faxes", "feeds", "feels", "ferries", "fetches", "fights", "fills", "finds", "finishes", "fishes", "fits", "fixes", "fizzes", "flaps", "flashes", "flees", "flings", "floats", "flops", "flies", "folds", "follows", "forbids", "forces", "forecasts", "foretells", "forgets", "forgives", "forlese", "forms", "forsakes", "founds", "frames", "frees", "freezes", "frightens", "fries", "fulfils", "gags", "gains", "gainsays", "gashes", "gazes", "gets", "gives", "glances", "glitters", "glows", "goes", "googles", "governs", "grabs", "grades", "grants", "greets", "grinds", "grips", "grows", "guards", "guesses", "guides", "handles", "hangs", "happens", "harms", "hatches", "hates", "has", "heals", "hears", "heaves", "helps", "hews", "hides", "hinders", "hisses", "hits", "hoaxes", "holds", "hops", "hopes", "horrifies", "hugs", "hums", "humiliates", "hunts", "hurls", "hurries", "hurts", "hushes", "hustles", "hypnotizes", "idealizes", "identifies", "idolizes", "ignites"]
8
+ ing_form: ["abashing", "abating", "abiding", "absorbing", "accepting", "accompanying", "aching", "achieving", "acquiring", "acting", "adding", "addressing", "adjusting", "admiring", "admitting", "advising", "affording", "agreeing", "alighting", "allowing", "animating", "announcing", "answering", "apologizing", "appearing", "applauding", "applying", "approaching", "approving", "arguing", "arising", "arranging", "arresting", "asking", "asserting", "assorting", "astonishing", "attacking", "attending", "attracting", "auditing", "avoiding", "awaking", "banging", "banishing", "bashing", "batting", "being", "bearing", "bearing", "beating", "beautifying", "becoming", "befalling", "begging", "beginning", "behaving", "beholding", "believing", "belonging", "bending", "bereaving", "beseeching", "betting", "betraying", "bidding", "bidding", "binding", "biting", "bleeding", "blessing", "blossoming", "blowing", "blurring", "blushing", "boarding", "boasting", "boiling", "bowing", "boxing", "braying", "breaking", "breathing", "breeding", "bringing", "broadcasting", "brushing", "building", "burning", "bursting", "burying", "busting", "buying", "buzzing", "calculating", "calling", "canvassing", "capturing", "caressing", "carrying", "carving", "cashing", "casting", "catching", "causing", "ceasing", "celebrating", "challenging", "changing", "charging", "chasing", "chatting", "checking", "cheering", "chewing", "chiding", "chipping", "choking", "choosing", "classifying", "cleaning", "cleaving", "clicking", "climbing", "clinging", "closing", "clothing", "clutching", "collapsing", "collecting", "colouring", "coming", "commenting", "comparing", "compelling", "competing", "complaining", "completing", "concluding", "conducting", "confessing", "confining", "confiscating", "confusing", "congratulating", "connecting", "connoting", "conquering", "consecrating", "consenting", "conserving", "considering", "consigning", "consisting", "consoling", "consorting", "conspiring", "constituting", "constraining", "constructing", "construing", "consulting", "containing", "contemning", "contending", "contesting", "continuing", "contracting", "contradicting", "contrasting", "contributing", "contriving", "controlling", "convening", "converging", "conversing", "converting", "conveying", "convicting", "convincing", "cooing", "cooking", "cooling", "co-operating", "coping", "copying", "correcting", "corresponding", "corroding", "corrupting", "costing", "coughing", "counselling", "counting", "coursing", "covering", "cowering", "cracking", "crackling", "crashing", "craving", "creating", "creeping", "cribbing", "crossing", "crowding", "crushing", "crying", "curbing", "curing", "curving", "cutting", "cycling", "damaging", "damping", "dancing", "daring", "dashing", "dazzling", "dealing", "decaying", "deciding", "declaring", "decorating", "decreasing", "dedicating", "delaying", "deleting", "denying", "depending", "depriving", "deriving", "describing", "desiring", "destroying", "detaching", "detecting", "determining", "developing", "dying", "differing", "digging", "digesting", "dimming", "diminishing", "dining", "dipping", "directing", "disappearing", "discovering", "discussing", "disobeying", "displaying", "disposing", "distributing", "disturbing", "disusing", "diving", "dividing", "doing", "donating", "downloading", "dragging", "drawing", "dreaming", "dressing", "drilling", "drinking", "driving", "dropping", "drying", "dumping", "dwelling", "dyeing", "earning", "eating", "educating", "empowering", "emptying", "encircling", "encouraging", "encroaching", "entangling", "endorsing", "enduring", "engraving", "enjoying", "enlarging", "enlightening", "entering", "envying", "erasing", "escaping", "evaporating", "exchanging", "exclaiming", "excluding", "existing", "expanding", "expecting", "explaining", "exploring", "expressing", "extending", "eyeing", "facing", "failing", "fainting", "falling", "fanning", "fancying", "favouring", "faxing", "feeding", "feeling", "ferrying", "fetching", "fighting", "filling", "finding", "finishing", "fishing", "fitting", "fixing", "fizzing", "flapping", "flashing", "fleeing", "flinging", "floating", "flopping", "flying", "folding", "following", "forbidding", "forcing", "forecasting", "foretelling", "forgetting", "forgiving", "forlesing", "forming", "forsaking", "founding", "framing", "freeing", "freezing", "frightening", "frying", "fulfilling", "gagging", "gaining", "gainsaying", "gashing", "gazing", "getting", "giving", "glancing", "glittering", "glowing", "going", "googling", "governing", "grabbing", "grading", "granting", "greeting", "grinding", "gripping", "growing", "guarding", "guessing", "guiding", "handling", "hanging", "happening", "harming", "hatching", "hating", "having", "healing", "hearing", "heaving", "helping", "hewing", "hiding", "hindering", "hissing", "hitting", "hoaxing", "holding", "hopping", "hoping", "horrifying", "hugging", "humming", "humiliating", "hunting", "hurling", "hurrying", "hurting", "hushing", "hustling", "hypnotizing", "idealizing", "identifying", "idolizing", "igniting", "ignoring", "illuminating", "illustrating", "imagining", "imbibing", "imitating", "immersing", "immolating", "impairing", "imparting", "impeaching", "impeding", "impinging", "implanting", "implicating", "imploding", "imploring", "implying", "importing", "imposing", "impressing", "imprinting", "imprisoning", "improving", "inaugurating", "including", "increasing", "inculcating", "indenting", "indicating", "inducing", "indulging", "infecting", "infesting", "inflaming", "inflating", "inflecting", "informing", "infringing", "infusing", "ingesting", "inhabiting", "inhaling", "inheriting", "initiating", "injecting", "injuring", "innovating", "inputting", "inquiring", "inscribing", "inserting", "inspecting", "inspiring", "installing", "insulting", "integrating", "introducing", "inventing", "inviting", "joining", "jumping", "justifying", "keeping", "kicking", "kidding", "killing", "kissing", "kneeling", "knitting", "knocking", "landing", "lasting", "latching", "laughing", "laying", "leading", "leaking", "leaning", "leaping", "learning", "leaving", "leering", "lending", "letting", "licking", "lying", "lifting", "lighting", "liking", "limping", "listening", "living", "looking", "losing", "loving", "magnifying", "maintaining", "making", "managing", "marching", "marking", "marrying", "mashing", "matching", "measuring", "meeting", "melting", "merging", "mewing", "migrating", "milking", "minding", "misleading", "missing", "mistaking", "misusing", "mixing", "moaning", "modifying", "mooing", "motivating", "moulding", "moving", "mowing", "multiplying", "murmuring", "nailing", "napping", "needing", "neglecting", "nipping", "nodding", "noting", "noticing", "notifying", "nourishing", "nursing", "obeying", "obliging", "observing", "obstructing", "obtaining", "occupying", "offering", "offsetting", "omitting", "oozing", "opening", "operating", "opining", "oppressing", "opting", "optimizing", "ordering", "organizing", "originating", "outputting", "overflowing", "overtaking", "owing", "owning", "pacifying", "painting", "pardoning", "parting", "partaking", "participating", "passing", "pasting", "patting", "patching", "pausing", "paying", "peeping", "perishing", "permitting", "persuading", "phoning", "placing", "planning", "playing", "pleading", "pleasing", "plodding", "plotting", "plucking", "plying", "pointing", "polishing", "polluting", "pondering", "pouring", "pouting", "practicing", "praising", "praying", "preaching", "preparing", "prescribing", "presenting", "preserving", "presiding", "pressing", "pretending", "preventing", "printing", "proceeding", "producing", "progressing", "prohibiting", "promising", "proposing", "prosecuting", "protecting", "proving", "providing", "pulling", "punishing", "purifying", "pushing", "putting", "qualifying", "quarreling", "questioning", "quitting", "racing", "raining", "rattling", "reaching", "reading", "realizing", "rebuilding", "recalling", "recasting", "receiving", "reciting", "recognizing", "recollecting", "recurring", "redoing", "reducing", "referring", "reflecting", "refusing", "regarding", "regretting", "relating", "relaxing", "relying", "remaining", "remaking", "removing", "rending", "renewing", "renouncing", "repairing", "repeating", "replacing", "replying", "reporting", "requesting", "reselling", "resembling", "resetting", "resisting", "resolving", "respecting", "resting", "restraining", "retaining", "retching", "retiring", "returning", "reusing", "reviewing", "rewinding", "ridding", "riding", "ringing", "rising", "roaring", "robbing", "rolling", "rotting", "rubbing", "ruling", "running", "rushing", "sabotaging", "sacking", "sacrificing", "saddening", "saddling", "sagging", "sailing", "saluting", "salvaging", "sampling", "sanctifying", "sanctioning", "sapping", "sashaying", "sassing", "sating", "satiating", "satirizing", "satisfying", "saturating", "sauntering", "saving", "savoring", "sawing", "saying", "scabbing", "scalding", "scaling", "scamming", "scanning", "scarring", "scaring", "scarping", "scatting", "scattering", "scolding", "scorching", "scowling", "scrawling", "screaming", "screwing", "scrubbing", "searching", "seating", "securing", "seeing", "seeking", "seeming", "seizing", "selecting", "selling", "sending", "sentencing", "separating", "setting", "severing", "sewing", "shaking", "shaping", "sharing", "shattering", "shaving", "shearing", "shedding", "shining", "shirking", "shitting", "shivering", "shocking", "shooting", "shortening", "shouting", "showing", "shrinking", "shunning", "shutting", "signaling", "signifying", "singing", "sinking", "sipping", "sitting", "skiing", "skidding", "slamming", "slaying", "sleeping", "sliding", "slimming", "slinging", "slinking", "slipping", "slitting", "smashing", "smelling", "smiling", "smiting", "smoothing", "smothering", "snapping", "snatching", "sneaking", "sneezing", "sniffing", "soaring", "sobbing", "soliciting", "solving", "soothing", "sorting", "sowing", "sparkling", "speaking", "speeding", "spelling", "spending", "spilling", "spinning", "spitting", "splitting", "spoiling", "spraying", "spreading", "springing", "sprouting", "squeezing", "standing", "staring", "starting", "stating", "staying", "stealing", "steeping", "stemming", "stepping", "sterilizing", "sticking", "stimulating", "stinging", "stinking", "stirring", "stitching", "stooping", "stopping", "storing", "straining", "straying", "stressing", "stretching", "strewing", "striding", "striking", "stringing", "striving", "studying", "submitting", "subscribing", "subtracting", "succeeding", "sucking", "suffering", "suggesting", "summoning", "supplying", "supporting", "supposing", "surging", "surmising", "surpassing", "surrounding", "surveying", "surviving", "swallowing", "swaying", "swearing", "sweating", "sweeping", "swelling", "swimming", "swinging", "taking", "talking", "tapping", "tasting", "taxing", "teaching", "tearing", "teeing", "telling", "tempting", "tending", "terminating", "terrifying", "testing", "thanking", "thinking", "thriving", "throwing", "thrusting", "thumping", "tying", "tiring", "tossing", "touching", "training", "trampling", "transferring", "transforming", "translating", "trapping", "traveling", "treading", "treasuring", "treating", "trembling", "trusting", "trying", "turning", "typing", "understanding", "undoing", "uprooting", "upsetting", "urging", "using", "uttering", "valuing", "vanishing", "varying", "verifying", "vexing", "vying", "viewing", "violating", "vomiting", "waking", "walking", "wandering", "wanting", "warning", "wasting", "watching", "watering", "waving", "waxing", "waylaying", "wearing", "weaving", "wedding", "weeping", "weighing", "welcoming", "wending", "wetting", "whipping", "whispering", "winning", "winding", "wishing", "withdrawing", "working", "worrying", "worshipping", "wringing", "writing", "yawning", "yelling", "yielding", "zooming"]
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ witcher:
5
+ characters: ["Triss Merigold", "Shani", "Philippa Eilhart", "Dandelion", "King Radovid", "King Foltest", "King Henselt", "King Demavend","Zoltan Chivay","Thaler","Ciri","Yennefer of Vengerberg","Keira Metz","Anna Strenger","Birna Bran","Jenge Frett","Uma","Vernon Roche","Ves","Donar an Hindar","Dudu Biberveldt","Emhyr van Emreis","Emiel Regis Rohellec Terzieff-Godefroy","Eredin","Caranthir","Imlerith","Nithral","Olgierd von Everec","Skjall","Sigismund Dijkstra","Avallac'h","Pavetta","Whoreson Junior","The Bloody Baron","Johnny","Gaunter O'Dimm","Vilgefortz","Iorveth","Fringilla Vigo","Morvran Voorhis","Crach an Craite","Jan Calveit","Francesca Findabair","Carthia van Canten","Sabrina Glevissig","Calanthe","Roach","Ermion","Priscilla","Margarita Laux-Antille","Milva","Maria Louisa La Valette","Stefan Skellen","Assire var Anahid","Mousesack","Hjalmar an Craite","Yarpen Zigrin","Dethmold","Eithné","Isengrim","Yaevinn","Nenneke","Jan Natalis","Bran an Tuirseach","Menno Coehoorn","Schirrú","Milton de Peyrac-Peyran","Vattier de Rideaux","Palmerin de Launfal","Tibor Eggebracht","Esterad Thyssen","Joachim de Wett","Brouver Hoog","Aglaïs","Xarthisius","Aelirenn","Adam Pangratt","Sweers","Sheldon Skaggs","Carduin","Albrich","Zyvik","Saskia","Sigrdrifa","Addario Bach"]
6
+ witchers: ["Geralt of Rivia", "Coën", "Vesemir", "Eskel", "Lambert", "Letho of Gulet","Ciri","George of Kagen","Jerome Moreau","Auckes","Serrit","Kolgrim","Ivar Evil-Eye","Junod of Belhaven","Gerd"]
7
+ schools: ["Wolf", "Griffin", "Cat", "Viper", "Manticore", "Bear"]
8
+ locations: ["Aedd Gynvael","Aldersberg","Beauclair","Cidaris","Cintra","Gors Velen","Maribor","Novigrad","Oxenfurt","Tretogor","Vengerberg","Vizima","Ard Carraigh","Bremervoord","Brugge","Claremont","Creyden","Fen Aspra","Hengfors","Lan Exeter","Pont Vanis","Lyria","Maecht","Malleore","Metinna","Nilfgaard","Neunreuth","Rakverelin","Rivia","Thurn","Acorn Bay","Anchor","Assengard","Attre","Ban Ard","Ban Gleán","Barefield","Belhaven","Blaviken","Brenna","Breza","Burdorff","Caelf","Carreras","Craag An","Crinfrid","Daevon","Dillingen","Dorian","Druigh","Dudno","Duén Canell","Dun Dâre","Ellander","Eysenlaan","Fano","Foam","Forgeham","Fox Hollow","Ghelibol","Glyswen","Gulet","Hochebuz","Jealousy","Kaczan","Kagen","Kerack","Kernow","Klucz","Knotweed Meadow","Little Marsh","Lower Posada","Malhoun","Mirt","Murivel","New Ironworks","Porog","Riedbrune","Rinde","Roggeveen","Tegamo","Tigg","Tridam","Tyffi","Unicorn","Upper Posada","Vattweir","Vole","White Bridge","Zavada","Armeria","Baldhorn","Ban Gleán","Beauclair","Bodrog","Carcano","Castel Ravello","Darn Dyffra","Darn Rowan","Darn Ruach","Dillingen","Dorndal","Drakenborg","Fen Aspra","Glevitzingen","Gwendeith","Hagge","Houtborg","Kaer Morhen","Kaer Trolde","Leyda","Loc Grim","Mayena","Mirt","Montecalvo","Montsalvat","Nastrog","Razwan","Red Binduga","Rocayne","Rhys-Rhun","Riedbrune","Rozrog","Sarda","Scala","Schwemmland","Spalla","Stygga","Tigg","Vartburg","Vedette","Vidort","Winneburg","Zurbarran","Est Haemlet","Loc Muinne","Shaerrawedd"]
9
+ quotes: ["Just five more minutes… Is it 1358 yet? No? Then fuck off!","Finish all your business before you die. Bid loved ones farewell. Write your will. Apologize to those you’ve wronged. Otherwise, you’ll never truly leave this world.","Hide the wenches, Witcher's coming!!","Oh year... the Elder Blood can be fiery","Damn, Eskel... you got an hourglass figure","No Lollygagin'!","You get what you get and be happy with it","I'll stick me boot so far up yer arse your tongue'll taste like wench twat"]
10
+ monsters: ["Archespore","Berserker","Botchling","Lubberkin","Ulfhedinn","Werewolf","The Toad Prince","Basilisk","Cockatrice","Forktail","Royal Wyvern","Shrieker","Silver Basilisk","Slyzard Matriarch","Slyzard","Dragon of Fyresdal","Wyvern","Djinn","Earth Elemental","Fire Elemental","Gargoyle","Golem","Hound of the Wild Hunt","Ice Elemental","Pixie","Apiarian Phantom","Therazane","Ekhidnae","Erynias","Griffin","Harpy","Melusine","Opinicus","Salma","Siren","Succubus","Arachas","Arachnomorph","Endrega Drone","Endrega Warrior","Endrega Worker","Giant Centipede","Kikimore","Kikimore Worker","Pale Widow","Abaya","Alghoul","Drowner","Foglet","Ghoul","Grave Hag","Ignis Fatuus","Mourntart","Mucknixer","Rotfiend","Scurver","Spotted Wight","Water Hag","Wight","Cloud Giant","Cyclopse","Golyat","Hagubman","Ice Giant","Ice Troll","Nekker","Rock Troll","Wham-a-Wham","Chort","Crone","Doppler","Fiend","Fugas","Godling","Grottore","Howler","Imp","Kernun","Leshen","Morvudd","Shaelmaar","Spriggan","Sylvan","The Caretaker","Barghests","Ethereal","Hym","Longlocks","Nightwraith","Noonwraith","Penitent","Plague Maiden","Umbra","Wraith","Alp","Bruxa","Ekimmara","Gael","Garkain","Higher Vampire","Katakan"]
11
+
@@ -0,0 +1,271 @@
1
+ en:
2
+ faker:
3
+ world_cup:
4
+ teams: ["Egypt", "Russia", "Saudi Arabia", "Uruguay", "Iran", "Morocco", "Portugal", "Spain", "Australia", "Denmark", "France", "Peru", "Argentina", "Croatia", "Iceland", "Nigeria", "Brazil", "Costa Rica", "Serbia", "Switzerland", "Germany", "Mexico", "South Korea", "Sweden", "Belgium", "England", "Panama", "Tunisia", "Columbia", "Japan","Poland", "Senegal" ]
5
+ stadiums: ["Ekaterinburg Arena", "Kaliningrad Stadium", "Kasan Arena", "Spartak Stadium", "Nizhny Novgorod Stadium", "Luzhniki Stadium", "Rostov Arena", "Saint Petersburg Stadium", "Samara Arena", "Mordovia Arena", "Fisht Stadium", "Volgograd Arena"]
6
+ cities: ["Saint Petersburg", "Kaliningrad", "Rostov-on-Don", "Volgograd", "Moscow", "Sochi", "Kazan", "Nizhny Novgorod", "Saransk", "Samara", "Ekaterinburg"]
7
+ groups:
8
+ group_A: ["Egypt", "Russia", "Saudi Arabia", "Uruguay"]
9
+ group_B: ["Iran", "Morocco", "Portugal", "Spain"]
10
+ group_C: ["Australia", "Denmark", "France", "Peru"]
11
+ group_D: ["Argentina", "Croatia", "Iceland", "Nigeria"]
12
+ group_E: ["Brazil", "Costa Rica", "Serbia", "Switzerland"]
13
+ group_F: ["Germany", "Mexico", "South Korea", "Sweden"]
14
+ group_G: ["Belgium", "England", "Panama", "Tunisia"]
15
+ group_H: ["Columbia", "Japan", "Poland", "Senegal"]
16
+ rosters: #rosters are not officially set until 4 June 2018
17
+ #Egypt announced a 29-man preliminary squad on 14 May 2018.
18
+ Egypt:
19
+ coach: ["Héctor Cúper"]
20
+ goalkeepers: ["Essam El-Hadary", "Mohamed El-Shennawy", "Sherif Ekramy", "Mohamed Awad"]
21
+ defenders: ["Ahmed Fathi", "Saad Samir", "Ayman Ashraf", "Mahmoud Hamdy 'El Wensh'", "Mohamed Abdel Shafy", "Ahmed Hegazi", "Ali Gabr", "Ahmed El Mohamady", "Karim Hafez", "Omar Gaber", "Amro Tarek"]
22
+ midfielders: ["Tarek Hamed", "Mahmoud Abdel Aziz", "Shikabala", "Abdallah El-Said", "Sam Morsy", "Mohamed ElNeny", "Mahmoud 'Kahraba'", "Ramadan Sobhi", "Mahmoud 'Trezeguet'", "Amr Warda"]
23
+ forwards: ["Marwan Mohsen", "Ahmed Gomaa", "Ahmed Hassan 'Koka'", "Mohamed Salah"]
24
+
25
+ #Russia announced a 28-man preliminary squad on May 11 2018. On May 14, it replaced defender Ruslan Kambolov with Sergei Ignashevich.
26
+ Russia:
27
+ coach: ["Stanislav Cherchesov"]
28
+ goalkeepers: ["Igor Akinfeev", "Vladimir Gabulov", "Soslan Dzhanaev", "Andrei Lunev"]
29
+ defenders: ["Vladimir Granat", "Fyodor Kudryashov", "Ilya Kutepov", "Roman Neustadter", "Konstantin Rausch", "Andrei Semyonov", "Igor Smolnikov", "Mario Fernandes", "Sergei Ignashevich"]
30
+ midfielders: ["Yury Gazinsky", "Alan Dzagoev", "Alexander Golovin", "Alexander Erokhin", "Yury Zhirkov", "Daler Kuzyaev", "Roman Zobnin", "Alexander Samedov", "Anton Miranchuk", "Alexander Tashyev", "Denis Cheryshev"]
31
+ forwards: ["Artem Dzyuba", "Alexei Miranchuk", "Fyodor Smolov", "Fyodor Chalov"]
32
+
33
+ #Saudi Arabia announced 28-man preliminary squad on 17 May 2018.
34
+ Saudi_Arabia:
35
+ coach: ["Juan Antonio Pizzi"]
36
+ goalkeepers: ["Assaf Al-Qarny", "Mohammed Al-Owais", "Yasser Al-Musailem", "Abdullah Al-Mayuf"]
37
+ defenders: ["Mansoor Al-Harbi", "Yasser Al-Shahrani", "Mohammed Al-Breik", "Saeed Al-Mowalad", "Motaz Hawsawi", "Osama Hawsawi", "Omar Hawsawi", "Mohammed Jahfali", "Ali Al-Bulaihi"]
38
+ midfielders: ["Abdullah Al-Khaibari", "Abdulmalek Al-Khaibri", "Abdullah Otayf", "Taiseer Al-Jassim", "Houssain Al-Mogahwi", "Salman Al-Faraj", "Nawaf Al-Abed", "Mohamed Kanno", "Hattan Bahebri", "Mohammed Al-Kwikbi", "Salem Al-Dawsari", "Yehya Al-Shehri"]
39
+ forwards: ["Fahad Al-Muwallad", "Mohammad Al-Sahlawi", "Muhannad Assiri"]
40
+
41
+ #Uruguay named a 26-man preliminary roster on May 15 2018.
42
+ Uruguay:
43
+ coach: ["Óscar Tabárez"]
44
+ goalkeepers: ["Fernando Muslera", "Martin Silva", "Martin Campana"]
45
+ defenders: ["Diego Godin", "Sebastian Coates", "Jose Maria Gimenez", "Maximiliano Pereira", "Gaston Silva", "Martin Caceres", "Guillermo Varela"]
46
+ midfielders: ["Nahitan Nandez", "Lucas Torreira", "Matias Vecino", "Federico Valverde", "Rodrigo Bentancur", "Carlos Sanchez", "Giorgian De Arrascaeta", "Diego Laxalt", "Cristian Rodriguez", "Jonathan Urretaviscaya", "Nicolas Lodeiro", "Gaston Ramirez"]
47
+ forwards: ["Cristhian Stuani", "Maxi Gomez", "Edinson Cavani", "Luis Suarez"]
48
+
49
+ #Iran announced a 35-man preliminary squad on 13 May 2018. The squad was reduced to 24 players on 20 May 2018.
50
+ Iran:
51
+ coach: ["Carlos Queiroz"]
52
+ goalkeepers: ["Alireza Beiranvand", "Rashid Mazaheri", "Amir Abedzadeh"]
53
+ defenders: ["Ramin Rezaeian", "Mohammad Reza Khanzadeh", "Morteza Pouraliganji", "Mohammad Ansari", "Pejman Montazeri", "Seyed Majid Hosseini", "Milad Mohammadi", "Roozbeh Cheshmi"]
54
+ midfielders: ["Saeid Ezatolahi", "Masoud Shojaei", "Mahdi Torabi", "Ashkan Dejagah", "Omid Ebrahimi", "Ehsan Hajsafi", "Ali Gholizadeh", "Vahid Amiri"]
55
+ forwards: ["Alireza Jahanbakhsh", "Karim Ansarifard", "Saman Ghoddos", "Mahdi Taremi", "Sardar Azmoun", "Reza Ghoochannejhad"]
56
+
57
+ #Morocco announced its 23-man squad on 17 May 2018.
58
+ Morocco:
59
+ coach: ["Hervé Renard"]
60
+ goalkeepers: ["Mounir El Kajoui", "Yassine Bounou", "Ahmad Reda Tagnaouti"]
61
+ defenders: ["Medhi Benatia", "Romain Saiss", "Manuel Da Costa", "Badr Benoun", "Nabil Dirar", "Achraf Hakimi", "Hamza Mendyl"]
62
+ midfielders: ["Mbark Boussoufa", "Karim El Ahmadi", "Youssef Ait Bennasser", "Sofyan Amrabat", "Younes Belhanda", "Faycal Fajr", "Amine Harit", "Hakim Ziyech"]
63
+ forwards: ["Khalid Boutaib", "Aziz Bouhaddouz", "Ayoub El Kaabi", "Nordin Amrabat", "Mehdi Carcela"]
64
+
65
+ #Portugal cut its preliminary squad down to 23 on 17 May 2018.
66
+ Portugal:
67
+ coach: ["Fernando Santos"]
68
+ goalkeepers: ["Anthony Lopes", "Beto", "Rui Patricio"]
69
+ defenders: ["Bruno Alves", "Cedric Soares", "Jose Fonte", "Mario Rui", "Pepe", "Raphael Guerreiro", "Ricardo Pereira", "Ruben Dias"]
70
+ midfielders: ["Adrien Silva", "Bruno Fernandes", "Joao Mario", "Joao Moutinho", "Manuel Fernandes", "William Carvalho"]
71
+ forwards: ["Andre Silva", "Bernardo Silva", "Cristiano Ronaldo", "Gelson Martins", "Goncalo Guedes", "Ricardo Quaresma"]
72
+
73
+ #Spain named its 23-man squad on 21 May 2018. On Jun 13 2018, it replaced coach Julen Lopetegui with Fernando Hierro.
74
+ Spain:
75
+ coach: ["Fernando Hierro"]
76
+ goalkeepers: ["Kepa Arrizabalaga", "David de Gea", "Pepe Reina"]
77
+ defenders: ["Jordi Alba", "Cesar Azpiliqueta", "Dani Carvajal", "Nacho Fernandez", "Nacho Monreal", "Alvaro Odriozola", "Gerard Pique", "Sergio Ramos"]
78
+ midfielders: ["Thiago Alcantara", "Sergio Busquets", "Andres Iniesta", "Isco", "Koke", "Saul Niguez", "David Silva"]
79
+ forwards: ["Marco Asensio", "Iago Aspas", "Diego Costa", "Rodrigo Moreno", "Lucas Vazquez"]
80
+
81
+ #Australia announced a 32-man preliminary squad on 6 May 2018. The squad was reduced to 26 players on 14 May. The squad was extended to 27 players with the call-up of Jamie Maclaren on 28 May 2018.
82
+ Australia:
83
+ coach: ["Bert van Marwijk"]
84
+ goalkeepers: ["Mat Ryan", "Danny Vukovic", "Brad Jones"]
85
+ defenders: ["Aziz Behich", "Milos Degenek", "Matthew Jurman", "James Meredith", "Josh Risdon", "Trent Sainsbury", "Fran Karacic"]
86
+ midfielders: ["Josh Brillante", "Mile Jedinak", "Mark Milligan", "Robbie Kruse", "Jackson Irvine", "Massimo Luongo", "Aaron Mooy", "Tom Rogic", "James Troisi"]
87
+ forwards: ["Tim Cahill", "Tomi Juric", "Mathew Leckie", "Andrew Nabbout", "Nikita Rukavytsya", "Dimitri Petratos", "Jamie Maclaren", "Daniel Arzani"]
88
+
89
+ #Denmark announced a 35-man preliminary squad on 14 May 2018. The squad was reduced to 27 players on 27 May 2018.
90
+ Denmark:
91
+ coach: ["Åge Hareide"]
92
+ goalkeepers: ["Kasper Schmeichel", "Jonas Lossl", "Frederik Ronow", "Jesper Hansen"]
93
+ defenders: ["Simon Kjaer", "Andreas Christensen", "Mathias Jorgensen", "Jannik Vestergaard", "Andreas Bjelland", "Henrik Dalsgaard", "Peter Ankersen", "Jens Stryger Larsen", "Riza Durmisi", "Jonas Knudsen", "Nicolai Boilesen"]
94
+ midfielders: ["William Kvist", "Thomas Delaney", "Lukas Lerager", "Lasse Schone", "Mike Jensen", "Christian Eriksen", "Daniel Wass", "Pierre-Emile Hojbjerg", "Mathias Jensen", "Michael Krohn-Dehli", "Robert Skov"]
95
+ forwards: ["Pione Sisto", "Martin Braithwaite", "Andreas Cornelius", "Viktor Fischer", "Yussuf Poulsen", "Nicolai Jorgensen", "Nicklas Bendtner", "Kasper Dolberg", "Kenneth Zohore"]
96
+
97
+ #France announced a final squad on 17 May 2018.
98
+ France:
99
+ coach: ["Didier Deschamps"]
100
+ goalkeepers: ["Hugo Lloris", "Alphonse Areola", "Steve Mandanda"]
101
+ defenders: ["Raphael Varane", "Samuel Umtiti", "Presnel Kimpembe", "Djibril Sidibe", "Benjamin Mendy", "Lucas Hernandez", "Benjamin Pavard", "Adil Rami"]
102
+ midfielders: ["N’Golo Kante", "Paul Pogba", "Thomas Lemar", "Blaise Matuidi", "Corentin Tolisso", "Steven N’Zonzi"]
103
+ forwards: ["Antoine Griezmann", "Kylian Mbappe", "Olivier Giroud", "Ousmane Dembele", "Florian Thauvin", "Nabil Fekir"]
104
+
105
+ #Peru announced a 24-man preliminary squad on 16 May 2018. The final squad was announced on 30 May. The squad was expanded to 24 players on 31 May after the suspension of Paolo Guerrero was lifted.
106
+ Peru:
107
+ coach: ["Ricardo Gareca"]
108
+ goalkeepers: ["Pedro Gallese", "Jose Carvallo", "Carlos Caceda"]
109
+ defenders: ["Luis Abram", "Luis Advincula", "Miguel Araujo", "Aldo Corzo", "Nilson Loyola", "Christian Ramos", "Alberto Rodriguez", "Anderson Santamaría", "Miguel Trauco"]
110
+ midfielders: ["Pedro Aquino", "Wilmer Cartagena", "Christian Cueva", "Edison Flores", "Paolo Hurtado", "Sergio Pena", "Andy Polo", "Renato Tapia", "Yoshimar Yotun"]
111
+ forwards: ["Paolo Guerrero", "Andre Carrillo", "Raul Ruidiaz", "Jefferson Farfan"]
112
+
113
+ #Argentina announced a 35-man preliminary squad on 14 May 2018. The final squad was announced on 21 May. Injured Sergio Romero was replaced by Nahuel Guzmán on 23 May.
114
+ Argentina:
115
+ coach: ["Jorge Sampaoli"]
116
+ goalkeepers: ["Franco Armani", "Willy Caballero", "Sergio Romero"]
117
+ defenders: ["Marcos Acuna", "Cristian Ansaldi", "Federico Fazio", "Javier Mascherano", "Gabriel Mercado", "Nicolas Otamendi", "Marcos Rojo", "Eduardo Salvio", "Nicolas Tagliafico"]
118
+ midfielders: ["Ever Banega", "Lucas Biglia", "Angel Di Maria", "Manuel Lanzini", "Giovani Lo Celso", "Maxi Meza", "Cristian Pavon"]
119
+ forwards: ["Sergio Aguero", "Paulo Dybala", "Gonzalo Higuain", "Lionel Messi"]
120
+
121
+ #Croatia announced a 32-man preliminary squad on 14 May 2018. The squad was reduced to 24 players on 21 May.
122
+ Croatia:
123
+ coach: ["Zlatko Dalić"]
124
+ goalkeepers: ["Danijel Subasic", "Lovre Kalinic", "Dominik Livakovic"]
125
+ defenders: ["Vedran Corluka", "Domagoj Vida", "Ivan Strinic", "Dejan Lovren", "Sime Vrsaljko", "Josip Pivaric" , "Tin Jedvaj", "Matej Mitrovic", "Duje Caleta-Car"]
126
+ midfielders: ["Luka Modric", "Ivan Rakitic", "Mateo Kovacic", "Milan Badelj", "Marcelo Brozovic", "Filip Bradaric"]
127
+ forwards: ["Mario Mandzukic", "Ivan Perisic", "Nikola Kalinic", "Andrej Kramaric", "Marko Pjaca", "Ante Rebic"]
128
+
129
+ #Iceland announced a final squad on 11 May 2018.
130
+ Iceland:
131
+ coach: ["Heimir Hallgrímsson"]
132
+ goalkeepers: ["Hannes Thor Halldorsson"," Runar Alex Runarsson", "Frederik Schram"]
133
+ defenders: ["Birkir Mar Saevarsson", "Ragnar Sigurdsson", "Kari Arnason", "Ari Freyr Skulason", "Sverrir Ingi Ingason", "Hordur Bjorgvin Magnusson", "Samuel Kari Fridridsson", "Holmar Orn Eyjolfsson"]
134
+ midfielders: ["Aaron Einar Gunnarsson", "Gylfi Sigurdsson", "Emil Hallfredsson", "Birkir Bjarnason", "Johann Berg Gudmundsson", "Olafur Ingi Skulason", "Arnor Ingvi Traustason", "Rurik Gislason"]
135
+ forwards: ["Alfred Finnbogason", "Jon Dadi Bodvarsson", "Bjorn Bergmann Sigurdarson", "Albert Gudmundsson"]
136
+
137
+ #Nigeria announced a 30-man preliminary squad on 14 May 2018. The squad was reduced to 29 players on 27 May as Moses Simon withdrew injured. The squad was reduced to 25 players on 30 May.
138
+ Nigeria:
139
+ coach: ["Gernot Rohr"]
140
+ goalkeepers: ["Ikechukwu Ezenwa", "Daniel Akpeyi", "Francis Uzoho", "Dele Ajiboye"]
141
+ defenders: ["William Troost-Ekong", "Leon Balogun", "Ola Aina" , "Kenneth Omeruo", "Brian Idowu", "Chidozie Awaziem", "Abdullahi Shehu", "Elderson Echiejile", "Tyronne Ebuehi", "Stephen Eze"]
142
+ midfielders: ["John Obi Mikel", "Ogenyi Onazi", "John Ogu", "Wilfred Ndidi", "Uche Agbo", "Oghenekaro Etebo", "Joel Obi", "Mikel Agu"]
143
+ forwards: ["Odion Ighalo", "Ahmed Musa", "Victor Moses", "Alex Iwobi", "Kelechi Iheanacho", "Moses Simon", "Junior Lokosa", "Simeon Nwankwo"]
144
+
145
+ #Brazil announced a final squad on 14 May 2018.
146
+ Brazil:
147
+ coach: ["Adenor Leonardo Bacchi"]
148
+ goalkeepers: ["Alisson", "Ederson", "Cassio"]
149
+ defenders: ["Danilo", "Fagner", "Marcelo", "Filipe Luis", "Thiago Silva", "Marquinhos", "Miranda", "Pedro Geromel"]
150
+ midfielders: ["Casemiro", "Fernandinho", "Paulinho", "Fred", "Renato Augusto", "Philippe Coutinho", "Willian", "Douglas Costa"]
151
+ forwards: ["Neymar", "Taison", "Gabriel Jesus", "Roberto Firmino"]
152
+
153
+ #Costa Rica announced a final squad on 14 May 2018.
154
+ Costa_Rica:
155
+ coach: ["Óscar Ramírez"]
156
+ goalkeepers: ["Keylor Navas", "Patrick Pemberton", "Leonel Moreira"]
157
+ defenders: ["Cristian Gamboa", "Ian Smith", "Ronald Matarrita", "Bryan Oviedo", "Oscar Duarte", "Giancarlo Gonzalez", "Francisco Calvo", "Kendall Waston", "Johnny Acosta"]
158
+ midfielders: ["David Guzman", "Yeltsin Tejeda", "Celso Borges", "Randall Azofeifa", "Rodney Wallace", "Bryan Ruiz", "Daniel Colindres", "Christian Bolanos"]
159
+ forwards: ["Johan Venegas", "Joel Campbell", "Marco Urena"]
160
+
161
+ #Serbia announced a 27-man preliminary squad on 24 May 2018.
162
+ Serbia:
163
+ coach: ["Mladen Krstajić"]
164
+ goalkeepers: ["Vladimir Stojkovic", "Predrag Rajkovic", "Marko Dmitrovic", "Aleksandar Jovanovic"]
165
+ defenders: ["Branislav Ivanovic", "Aleksandar Kolarov", "Antonio Rukavina", "Matija Nastasic", "Dusko Tosic", "Uros Spajic", "Milos Veljkovic", "Nikola Milenkovic", "Milan Rodic"]
166
+ midfielders: ["Dusan Tadic", "Nemanja Matic", "Adem Ljajic", "Luka Milivojevic", "Filip Kostic", "Andrija Zivkovic", "Mijat Gacinovic", "Marko Grujic", "Nemanja Maksimovic", "Sergej Milinkovic-Savic", "Nemanja Radonjic"]
167
+ forwards: ["Aleksandar Mitrovic", "Aleksandar Prijovic", "Luka Jovic"]
168
+
169
+ #Switzerland announced a 26-man preliminary squad on 25 May 2018. The final squad will be announced on 4 June.
170
+ Switzerland:
171
+ coach: ["Vladimir Petković"]
172
+ goalkeepers: ["Yann Sommer", "Roman Bürki", "Gregor Kobel", "Yvon Mvogo"]
173
+ defenders: ["Stephan Lichtsteiner", "Johan Djourou", "Ricardo Rodríguez", "Fabian Schär", "Michael Lang", "François Moubandje", "Silvan Widmer", "Manuel Akanji", " Nico Elvedi"]
174
+ midfielders: ["Valon Behrami", "Xherdan Shaqiri", "Gelson Fernandes", "Blerim Džemaili", "Granit Xhaka", "Steven Zuber", "Remo Freuler", "Denis Zakaria", "Edimilson Fernandes"]
175
+ forwards: ["Haris Seferović", "Josip Drmić", "Breel Embolo", "Mario Gavranović"]
176
+
177
+ #Germany announced a 27-man preliminary squad on 15 May 2018.
178
+ Germany:
179
+ coach: ["Joachim Löw"]
180
+ goalkeepers: ["Bernd Leno", "Manuel Neuer", "Marc-Andre ter Stegen", "Kevin Trapp"]
181
+ defenders: ["Jerome Boateng", "Matthias Ginter", "Jonas Hector", "Mats Hummels", "Joshua Kimmich", "Marvin Plattenhardt", "Antonio Rudiger", "Niklas Sule", "Jonathan Tah"]
182
+ midfielders: ["Julian Draxler", "Leon Goretzka", "Ilkay Gundogan", "Sami Khedira", "Toni Kroos", "Mesut Ozil", "Marco Reus", "Sebastian Rudy"]
183
+ forwards: ["Julian Brandt", "Mario Gomez", "Thomas Muller", "Nils Petersen", "Leroy Sane", "Timo Werner"]
184
+
185
+ #Mexico announced a 28-man preliminary squad on 14 May 2018. The squad was reduced to 27 players on 23 May as Néstor Araujo withdrew injured.
186
+ Mexico:
187
+ coach: ["Juan Carlos Osorio"]
188
+ goalkeepers: ["Guillermo Ochoa", "Alfredo Talavera", "Jesus Corona"]
189
+ defenders: ["Carlos Salcedo", "Diego Reyes", "Hector Moreno", "Hugo Ayala", "Oswaldo Alanis", "Edson Alvarez", "Jesus Gallardo", "Miguel Layun"]
190
+ midfielders: ["Jesus Molina", "Rafa Marquez", "Hector Herrera", "Jonathan dos Santos", "Andres Guardado", "Erick Gutierrez", "Marco Fabian", "Giovani Dos Santos"]
191
+ forwards: ["Javier 'Chicharito' Hernandez", "Raul Jimenez", "Oribe Peralta", "Jesus 'Tecatito' Corona", "Carlos Vela", "Javier Aquino", "Hirving Lozano", "Jurgen Damm"]
192
+
193
+ #South Korea announced a 28-man preliminary squad on 14 May 2018. The squad was reduced to 26 players on 22 May as Kwon Chang-hoon and Lee Keun-ho withdrew injured.
194
+ South Korea:
195
+ coach: ["Shin Tae-yong"]
196
+ goalkeepers: ["Kim Seung-gyu", "Kim Jin-hyeon", "Cho Hyun-woo"]
197
+ defenders: ["Kim Young-gwon", "Jang Hyun-soo", "Jung Seung-hyun", "Yun Yong-sun", "Kwon Kyung-won", "Oh Ban-suk", "Kim Jin-su", "Kim Min-woo", "Park Joo-ho", "Hong Chul", "Go Yo-han", "Lee Yong"]
198
+ midfielders: ["Ki Sung-yueng", "Jung Woo-young", "Ju Se-jong", "Koo Ja-cheol", "Lee Jae-sung", "Lee Seung-woo", "Moon Seon-min", "Lee Chung-yong"]
199
+ forwards: ["Kim Shin-wook", "Son Heung-min", "Hwang Hee-chan", "Lee Keun-ho"]
200
+
201
+ #Sweden announced a final squad on 15 May 2018.
202
+ Sweden:
203
+ coach: ["Janne Andersson"]
204
+ goalkeepers: ["Robin Olsen", "Karl-Johan Johnsson", "Kristoffer Nordfeldt"]
205
+ defenders: ["Mikael Lustig", "Victor Lindelof", "Andreas Granqvist", "Martin Olsson", "Ludwig Augustinsson", "Filip Helander", "Pontus Jansson", "Emil Krafth"]
206
+ midfielders: ["Emil Forsberg", "Albin Ekdal", "Viktor Claesson", "Gustav Svensson", "Sebastian Larsson", "Jimmy Durmaz", "Oscar Hiljemark", "Marcus Rohden"]
207
+ forwards: ["Marcus Berg", "Ola Toivonen", "John Guidetti", "Isaac Kiese-Thelin"]
208
+
209
+ #Belgium announced a 28-man preliminary squad on 21 May 2018.
210
+ Belgium:
211
+ coach: ["Roberto Martínez"]
212
+ goalkeepers: ["Koen Casteels", "Thibaut Courtois", "Simon Mignolet", "Matz Sels"]
213
+ defenders: ["Toby Alderweireld", "Dedryck Boyata", "Laurent Ciman", "Christian Kabasele", "Vincent Kompany", "Jordan Lukaku", "Thomas Meunier", "Thomas Vermaelen", "Jan Vertonghen"]
214
+ midfielders: ["Nacer Chadli", "Kevin De Bruyne", "Mousa Dembele", "Leander Dendoncker", "Marouane Fellaini", "Youri Tielemans", "Axel Witsel"]
215
+ forwards: ["Michy Batshuayi", "Christian Benteke", "Yannick Carrasco", "Eden Hazard", "Thorgan Hazard", "Adnan Januzaj", "Romelu Lukaku", "Dries Mertens"]
216
+
217
+ #England announced a final squad on 16 May 2018.
218
+ England:
219
+ coach: ["Gareth Southgate"]
220
+ goalkeepers: ["Jack Butland", "Jordan Pickford", "Nick Pope"]
221
+ defenders: ["Trent Alexander-Arnold", "Gary Cahill", "Phil Jones", "Harry Maguire", "Danny Rose", "John Stones", "Kieran Trippier", "Kyle Walker"]
222
+ midfielders: ["Dele Alli", "Fabian Delph", "Eric Dier", "Jordan Henderson", "Jesse Lingard", "Ruben Loftus-Cheek", "Ashley Young"]
223
+ forwards: ["Harry Kane", "Marcus Rashford", "Raheem Sterling", "Jamie Vardy", "Danny Welbeck"]
224
+
225
+ #Panama announced a final squad was announced on 30 May 2018.
226
+ Panama:
227
+ coach: ["Hernán Darío Gómez"]
228
+ goalkeepers: ["Jose Calderon", "Jaime Penedo", "Alex Rodriguez"]
229
+ defenders: ["Felipe Baloy", "Harold Cummings", "Eric Davis", "Fidel Escobar", "Adolfo Machado", "Michael Murillo", "Luis Ovalle", "Roman Torres"]
230
+ midfielders: ["Edgar Barcenas", "Armando Cooper", "Anibal Godoy", "Gabriel Gómez", "Valentin Pimentel", "Alberto Quintero", "Jose Luis Rodriguez"]
231
+ forwards: ["Abdiel Arroyo", "Ismael Diaz", "Blas Perez", "Luis Tejada", "Gabriel Torres"]
232
+
233
+ #Tunisia announced a 29-man preliminary squad on 14 May 2018.
234
+ Tunisia:
235
+ coach: ["Nabil Maâloul"]
236
+ goalkeepers: ["Aymen Mathlouthi", "Moez Ben Cherifia", "Farouk Ben Mustapha", "Moez Hassen"]
237
+ defenders: ["Rami Bedoui", "Yohan Benalouane", "Syam Ben Youssef", "Dylan Bronn", "Khalil Chammam", "Oussama Haddadi", "Ali Maaloul", "Yassine Meriah", "Hamdi Nagguez", "Bilel Mohsni"]
238
+ midfielders: ["Mohamed Amine Ben Amor", "Sai-Eddine Khaoui", "Ahmed Khalil", "Ellyes Skhiri", "Ferjani Sassi", "Ghaylene Chaalali", "Mohamed Wael Larbi", "Karim Laribi"]
239
+ forwards: ["Anice Badri", "Fakhreddine Ben Youssef", "Naim Sliti", "Bassem Srarfi", "Ahmed Akaichi", "Wahbi Khazri", "Saber Khalifa"]
240
+
241
+ #Columbia announced a 35-man preliminary squad on 14 May 2018.
242
+ Columbia:
243
+ coach: ["José Pékerman"]
244
+ goalkeepers: ["David Ospina", "Camilo Vargas", "Ivan Arboleda", "Jose Fernando Cuadrado"]
245
+ defenders: ["Cristian Zapata", "Davinson Sanchez", "Santiago Arias", "Oscar Murillo", "Frank Fabra", "Johan Mojica", "Yerry Mina", "William Tesillo", "Bernardo Espinosa", "Stefan Medina", "Farid Diaz"]
246
+ midfielders: ["Wilmar Barrios", "Carlos Sanchez", "Jefferson Lerma", "Jose Izquierdo", "James Rodriguez", "Giovanni Moreno", "Abel Aguilar", "Mateus Uribe", "Yimmi Chara", "Juan Fernando Quintero", "Edwin Cardona", "Juan Cuadrado", "Gustavo Cuellar", "Sebastian Pérez"]
247
+ forwards: ["Radamel Falcao", "Duvan Zapata", "Miguel Borja", "Carlos Bacca", "Luis Fernando Muriel", "Teofilo Gutierrez"]
248
+
249
+ #Japan announced a final squad on 31 May 2018.
250
+ Japan:
251
+ coach: ["Akira Nishino"]
252
+ goalkeepers: ["Eiji Kawashima", "Masaaki Higashiguchi", "Kosuke Nakamura"]
253
+ defenders: ["Yuto Nagatomo", "Tomoaki Makino", "Wataru Endo", "Maya Yoshida", "Hiroki Sakai" , "Gotoku Sakai", "Gen Shoji", "Naomichi Ueda"]
254
+ midfielders: ["Makoto Hasebe", "Toshihiro Aoyama" , "Keisuke Honda", "Takashi Inui", "Shinji Kagawa", "Hotaru Yamaguchi", "Genki Haraguchi", "Takashi Usami", "Gaku Shibasaki", "Ryota Oshima", "Kento Misao", "Yosuke Ideguchi"]
255
+ forwards: ["Shinji Okazaki", "Yuya Osako", "Yoshinori Muto", "Takuma Asano"]
256
+
257
+ #Poland announced a 35-man preliminary squad on 11 May 2018. The squad was reduced to 32 players on 18 May.
258
+ Poland:
259
+ coach: ["Adam Nawałka"]
260
+ goalkeepers: ["Bartosz Bialkowski", "Lukasz Fabianski", "Lukasz Skorupski", "Wojciech Szczesny"]
261
+ defenders: ["Jan Bednarek", "Bartosz Bereszynski", "Thiago Cionek", "Kamil Glik", "Artur Jedrzejczyk", "Marcin Kaminski", "Tomasz Kedziora", "Michal Pazdan", "Lukasz Piszczek"]
262
+ midfielders: ["Jakub Blaszczykowski", "Pawel Dawidowicz", "Przemyslaw Frankowski", "Jacek Goralski", "Kamil Grosicki", "Damian Kadzior", "Grzegorz Krychowiak", "Rafal Kurzawa", "Karol Linetty", "Maciej Makuszewski", "Krzysztof Maczynski", "Slawomir Peszko", "Maciej Rybus", "Sebastian Szymanski" , "Piotr Zielinski", "Szymon Zurkowski"]
263
+ forwards: ["Dawid Kownacki", "Robert Lewandowski", "Arkadiusz Milik", "Krzysztof Piatek", "Lukasz Teodorczyk", "Kamil Wilczek"]
264
+
265
+ #Senegal announced a final squad on 17 May 2018.
266
+ Senegal:
267
+ coach: ["Aliou Cissé"]
268
+ goalkeepers: ["Abdoulaye Diallo", "Alfred Gomis", "Khadim Ndiaye"]
269
+ defenders: ["Lamine Gassama", "Saliou Ciss", "Kalidou Koulibaly", "Kara Mbodii", "Youssouf Sabaly", "Salif Sane", "Moussa Wague"]
270
+ midfielders: ["Idrissa Gueye", "Cheikhou Kouyate", "Alfred Ndiaye", "Badou Ndiaye", "Cheikh Ndoye", "Ismaila Sarr"]
271
+ forwards: ["Keita Balde", "Mame Biram Diouf", "Moussa Konate", "Sadio Mane", "Mbaye Niang", "Diafra Sakho", "Moussa Sow"]