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,10 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ league_of_legends:
5
+ champion: ["Aatrox", "Ahri", "Akali", "Alister", "Amumu", "Anivia", "Annie", "Ashe", "Aurelion Sol", "Azir", "Bard", "Blitzcrank", "Brand", "Braum", "Caitlyn", "Camille", "Cassiopeia", "Cho-Gath", "Corki", "Darius", "Diana", "Dr. Mundo", "Draven", "Ekko", "Elise", "Evelynn", "Ezreal", "Fiddlesticks", "Fiora", "Fizz", "Galio", "Gangplank", "Garen", "Gnar", "Gragas", "Graves", "Hecarim", "Heimerdinger", "Illaoi", "Irelia", "Ivern", "Janna", "Jarvan IV", "Jax", "Jayce", "Jhin", "Jinx", "Kai'Sa", "Kalista", "Karma", "Karthus", "Kassadin", "Katarina", "Kayle", "Kayn", "Kennen", "Kha'Zix", "Kindred", "Kled", "Kog'Maw", "LeBlanc", "Lee Sin", "Leona", "Lissandra", "Lucian", "Lulu", "Lux", "Malphite", "Malzahar", "Maokai", "Master Yi", "Miss Fortune", "Mordekaiser", "Morgana", "Neeko", "Nami", "Nasus", "Nautilus", "Nidalee", "Nocturne", "Nunu & Willump", "Olaf", "Orianna", "Ornn", "Pantheon", "Poppy", "Pyke", "Quinn", "Rammus", "Rek'Sai", "Renekton", "Rengar", "Riven", "Rakan", "Rumble", "Ryze", "Sejuani", "Shaco", "Shen", "Shyvanna", "Singed", "Sion", "Sivir", "Skarner", "Sona", "Soraka", "Swain", "Sylas", "Syndra", "Tahm Kench", "Taliyah", "Talon", "Taric", "Teemo", "Thresh", "Tristana", "Trundle", "Tryndamere", "Twisted Fate", "Twitch", "Udyr", "Urgot", "Varus", "Vayne", "Veigar", "Vel'Koz", "Vi", "Viktor", "Vladimir", "Volibear", "Warwick", "Wukong", "Xayah", "Xerath", "Xin Zhao", "Yasuo", "Yorick", "Yuumi", "Zac", "Zed", "Ziggs", "Zilean", "Zoe", "Zyra"]
6
+ location: ["Demacia", "Noxus", "Shadow Isles", "Valoran", "Runeterra", "Bandle City", "Bilgewater", "Freljord", "Ionia", "Mount Targon", "Piltover", "Lokfar", "Zaun"]
7
+ quote: ["Purge the unjust.", "By my will, this shall be finished!", "You only have to click once, fool!", "My right arm is a lot stronger than my left.", "Ready to set the world on fire...", "The early bird guts the worm!", "Don't you trust me?", "Welcome to Summoners Rift!", "Have you seen my Bear Tibbers?", "NOM NOM NOM", "Defy Noxus and taste your own blood.", "Behold the might of the shadow isles.", "Who wants a piece of the champ?!", "Come on, live a little... while you can!", "Master yourself, master the enemy.", "Blindness is no impairment against a smelly enemy.", "ok.", "Caught between a rock... and a hard place.", "Mundo will go where he pleases!", "Mundo say his own name a lot, or else he forget! Has happened before.", "A man, a woman and a yordle walk into the sun. They die! Because it burns them alive? heh heh heh heh", "The cycle of life and death continues. We will live, they will die.", "My profession?! You know, now that I think of it, I've always wanted to be a baker.", "Tonight we hunt!", "Monsters can be made to fear.", "How about a drink?", "Captain Teemo on duty.", "Hut, two, three, four. Yes, sir!", "I'll scout ahead!", "That's gotta sting.", "Never underestimate the power of the Scout's code.", "I suppose you're expecting some inBEARable pun?", "It's not how much you can lift. It's how good you look!", "Welcome to the League of Draven.", "Not Draven; Draaaaven.", "Who wants some Draven? Heheheh.", "Subtle? I don't do subtle."]
8
+ summoner_spell: ["Teleport", "Exhaust", "Barrier", "Smite", "Flash", "Ignite", "Clarity", "Mark", "To the King!", "Ghost", "Heal", "Poro Toss", "Cleanse"]
9
+ masteries: ["Battle Trance", "Double Edged Sword", "Bounty Hunter", "Fresh Blood", "Expose Weakness", "Feast", "Warlord's Bloodlust", "Fervor of Battle", "Deathfire Touch", "Greenfather's Gift", "Dangerous Game", "Bandit", "Courage of the Colossus", "Stoneborn Pact", "Grasp of the Undying", "Siegemaster", "Tough Skin", "Explorer", "Assassin", "Secret Stash", "Runic Affinity", "Windspeaker's Blessing", "Thunderlord's Decree", "Stormraider's Surge", "Fearless", "Unyielding", "Meditation", "Battering Blows", "Piercing Thoughts", "Insight", "Perseverance", "Intelligence", "Precision", "Sorcery", "Vampirism", "Fury", "Natural Talent", "Savagery", "Wanderer", "Merciless", "Recovery", "Legendary Guardian", "Swiftness", "Runic Armor", "Veteran's Scars"]
10
+ rank: ["Iron IV", "Iron III", "Iron II", "Iron I", "Bronze IV", "Bronze III", "Bronze II", "Bronze I", "Silver IV", "Silver III", "Silver II", "Silver I", "Gold IV", "Gold III", "Gold II", "Gold I", "Platinum IV", "Platinum III", "Platinum II", "Platinum I", "Diamond IV", "Diamond III", "Diamond II", "Diamond I", "Master", "Grandmaster", "Challenger"]
@@ -0,0 +1,43 @@
1
+ en:
2
+ faker:
3
+ lebowski:
4
+ actors: ['Jeff Bridges', 'John Goodman', 'Julianne Moore', 'Steve Buscemi', 'David Huddleston', 'Philip Seymour Hoffman', 'Tara Reid',
5
+ 'Flea', 'Peter Stormare', 'John Turturro', 'Ben Gazzara']
6
+ characters: ['The Dude', 'Walter Sobchak', 'Maude Lebowski', 'Donny', 'The Big Lebowski', 'Brandt', 'Bunny Lebowski', 'Karl Hungus', 'Jesus Quintana',
7
+ 'Jackie Treehorn']
8
+ quotes: [
9
+ "He's a good man...and thorough.",
10
+ "Hey, I know that guy. He's a nihilist. Karl Hungus.",
11
+ "Mr. Treehorn treats objects like women, man.",
12
+ "Is this your homework, Larry?",
13
+ "Yeah, well, that's just, like, your opinion, man.",
14
+ "Mark it zero!",
15
+ "So then you have no frame of reference here Donny. You're like a child who wonders into the middle of a movie.",
16
+ "You want a toe? I can get you a toe, believe me. There are ways, Dude. You don't wanna know about it, believe me.",
17
+ "Hell, I can get you a toe by 3 o'clock this afternoon...with nail polish.",
18
+ "Calmer than you are.",
19
+ "I'm perfectly calm, Dude.",
20
+ "You are entering a world of pain.",
21
+ "This aggression will not stand, man.",
22
+ "Obviously, you're not a golfer",
23
+ "Mind if I do a J?",
24
+ "This is not 'Nam. This is bowling. There are rules.",
25
+ "Look, let me explain something to you. I'm not Mr. Lebowski. You're Mr. Lebowski. I'm the Dude.",
26
+ "I'm the dude, so that's what you call me. That or, uh His Dudeness, or uh Duder, or El Duderino, if you're not into the whole brevity thing.",
27
+ "This is a very complicated case Maude. You know, a lotta ins, a lotta outs, lotta what-have-yous.",
28
+ "Eight-year-olds, Dude.",
29
+ "Careful man, there's a beverage here!",
30
+ "The Dude abides.",
31
+ "That rug really tied the room together.",
32
+ "I mean, say what you want about the tenets of National Socialism, Dude, at least it's an ethos.",
33
+ "Forget it, Donny, you're out of your element!",
34
+ "I don't like your jerk-off name. I don't like your jerk-off face. And I don't like you...jerk-off.",
35
+ "Three thousand years of beautiful tradition, from Moses to Sandy Koufax.",
36
+ "I am the walrus",
37
+ "V.I. Lenin. Vladimir! Ilyich! Ulyanov!",
38
+ "Oh, the usual. I bowl. Drive around. The occasional acid flashback.",
39
+ "So what are you saying? When you get divorced you turn in your library card? You get a new license? You stop being Jewish?",
40
+ "You know, Dude, I myself dabbled in pacifism once. Not in 'Nam of course.",
41
+ "Stay away from my special lady friend, man.",
42
+ "I don't roll on Shabbos!"
43
+ ]
@@ -0,0 +1,6 @@
1
+ en:
2
+ faker:
3
+ lord_of_the_rings:
4
+ characters: ["Frodo Baggins", "Gandalf the Grey", "Samwise Gamgee", "Meriadoc Brandybuck", "Peregrin Took", "Aragorn", "Legolas", "Gimli", "Boromir", "Sauron", "Gollum", "Bilbo Baggins", "Tom Bombadil", "Glorfindel", "Elrond", "Arwen Evenstar", "Galadriel", "Saruman the White", "Éomer", "Théoden", "Éowyn", "Grìma Wormtongue", "Shadowfax", "Treebeard", "Quickbeam", "Shelob", "Faramir", "Denethor", "Beregond", "Barliman Butterbur"]
5
+ locations: ["Aglarond", "Aldburg", "Andustar", "Angband", "Argonath", "Bag End", "Barad-dûr", "Black Gate", "Bridge of Khazad-dûm", "Carchost", "Cirith Ungol", "Coldfells", "Crack of Doom", "Dark Land", "Dol Guldur", "Dome of Stars", "Doors of Durin", "Doriath", "East Beleriand", "Eastfarthing", "East Road", "Eithel Sirion", "Elostirion", "Enchanted Isles", "Endless Stair", "Eä", "Falls of Rauros", "Fens of Serech", "Field of Celebrant", "Fords of Isen", "The Forsaken Inn", "Gap of Rohan", "Gladden Fields", "Gorgoroth", "Greenway", "Haudh-en-Nirnaeth", "Haven of the Eldar", "Helm's Deep", "Henneth Annûn", "Hobbit-hole", "Houses of Healing", "Hyarnustar", "Ilmen", "Inn of the Prancing Pony", "Isengard", "Isenmouthe", "Isle of Balar", "Land of the Sun", "Losgar", "Luthany", "Lothlorièn", "Maglor's Gap", "Marish", "Meduseld", "Minas Tirith", "Minhiriath", "Máhanaxar", "Narchost", "Nargothrond", "Núath", "Old Ford", "Old Forest", "Old Forest Road", "Orthanc", "Parth Galen", "Paths of the Dead", "Pelennor Fields", "Rath Dínen", "Regions of the Shire", "Rivendell", "The Rivers and Beacon-Hills of Gondor", "Sarn Ford", "Taur-en-Faroth", "Taur-im-Duinath", "Timeless Halls", "Tol Brandir", "Tol Galen", "Tol Morwen", "Tol-in-Gaurhoth", "Tumladen", "Utumno", "Vaiya", "Vista", "The Void", "Warning beacons of Gondor"]
6
+ quotes: ["Often does hatred hurt itself!", "Go now, and die in what way seems best to you.", "Memory is not what the heart desires. That is only a mirror....", "Dwarves’ tongues run on when speaking of their handiwork, they say.", "But all’s well as ends well", "Sing, all ye children of the West", "...and all the stars flowered in the sky.", "Clothes are but little loss, if you escape from drowning.", "The wolf that one hears is worse than the orc that one fears. - Boromir", "I don't keep water in my pockets.", "For he gave it up in the end of his own accord: an important point. No,", "I could not 'make' you--except by force, which would break your mind.", "Their faces were as a rule good-natured rather than beautiful.", "The Lord of the Ringwraiths had met his doom.", "Many that live deserve death. And some that die deserve life", "Short cuts make delays, but inns make longer ones.", "But where the warg howls, there also the orc prowls. - Aragorn", "In winter here no heart could mourn for summer or for spring.","his old life lay behind in the mists, dark adventure lay in front.", "I sang of leaves, of leaves of gold, and leaves of gold there grew", "Someone else always has to carry on the story.", "It's the job that's never started as takes longest to finish.", "Moonlight drowns out all but the brightest stars.", "Fear nothing! Have peace until the morning! Heed no nightly noises!", "I’ll get there, if I leave everything but my bones behind,", "NO ADMITTANCE EXCEPT ON PARTY BUSINESS.", "Real names tell you the story of the things they belong to", "Deeds will not be less valiant because they are unpraised.", "Even the smallest person can change the course of the future.", "Who knows? Have patience. Go where you must go, and hope!", "Yet dawn is ever the hope of men,’ said Aragorn.", "You will soon be well, if I do not talk you to death.", "Memory is not what the heart desires. That is only a mirror,", "You have shown your usual cunning in getting up just in time for a meal.", "The great storm is coming, but the tide has turned.", "...as young and as ancient as Spring....", "Why couldn’t he stop talking and let them drink his health?", "Not all those who wander are lost", "But in this at least thou shalt not defy my will: to rule my own end.", "I look foul and feel fair.","It's the job that's never started as takes longest to finish.", "Moonlight drowns out all but the brightest stars.", "I didn't think it would end this way.", "Home is behind, the world ahead", "All's well that ends better.", "I want to be a healer, and love all things that grow and are not barren.", "Where there's life there's hope, and need of vittles.", "A hunted man sometimes wearies of distrust and longs for friendship.", "The leaves were long, the grass was green", "Begone, foul dwimmerlaik, lord of carrion! Leave the dead in peace!", "The world is indeed full of peril and in it there are many dark places.", "To the sea, to the sea! The white gulls are crying", "Do not scorn pity that is the gift of a gentle heart, Éowyn!", "I wish the Ring had never come to me. I wish none of this had happened."]
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ lorem:
4
+ words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat]
5
+ supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias]
6
+ # emoji code stored in bytes
7
+ multibyte: [[240, 159, 152, 128] , [240, 159, 152, 161], [226, 157, 164]]
8
+ punctuation:
9
+ space: ' '
10
+ period: '.'
11
+ question_mark: '?'
@@ -0,0 +1,9 @@
1
+ en:
2
+ faker:
3
+ lovecraft:
4
+ fhtagn: ["Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"]
5
+ deity: ["Azathoth", "Cthulhu", "Dagon", "Hastur", "Nyarlathotep", "Shub-Niggurath", "Tsathoggua", "Yog-Sothoth"]
6
+ location: ["Arkham", "Dunwich", "Innsmouth", "Kadath", "Kingsport", "Leng", "Miskatonic", "R’lyeh", "Yuggoth", "Irem"]
7
+ tome: ["Necronomicon", "Pnakotic Manuscripts", "De Vermis Mysteriis", "Book of Eibon", "Eltdown Shards"]
8
+ words: ["abnormal", "accursed", "amorphous", "antediluvian", "antiquarian", "blasphemous", "cat", "charnel", "comprehension", "cyclopean", "dank", "decadent", "daemoniac", "effulgence", "eldritch", "fainted", "foetid", "fungus", "furtive", "gambrel", "gibbous", "gibbering", "hideous", "immemorial", "indescribable", "iridescence", "loathsome", "lurk", "madness", "manuscript", "mortal", "nameless", "noisome", "non-euclidean", "shunned", "singular", "spectral", "squamous", "stench", "stygian", "swarthy", "tenebrous", "tentacles", "ululate", "unmentionable", "unnamable", "unutterable"]
9
+
@@ -0,0 +1,5 @@
1
+ en:
2
+ faker:
3
+ markdown:
4
+ headers: ["#", "##", "###", "####", "#####", "######"]
5
+ emphasis: ["_", "~", "*", "**"]
@@ -0,0 +1,4 @@
1
+ en:
2
+ faker:
3
+ marketing:
4
+ buzzwords: ["etc. etc.", "put a pin in it", "t-shirt sizes", "heavy lifting", "circle back", "two-way street", "data points", "out of the box", "get value out of the conversation", "penetrate the market", "plug and chug", "deep dive", "SWAG", "bucketize it", "sales funnel", "market share", "impact map", "growth unit", "tee it up", "make it actionable", "put a bow on it", "give you some time back", "bandwidth-constrained", "had to 'punt' on that", "home stretch", "get a pulse on", "value add", "expansion play", "rubber meets the road", "sprint to the finish line", "button up the loose ends", "heads down", "learnings", "ideate", "customer journey", "buying cycle", "synergy", "snackable content", "thought leader", "thought leadership", "immersive experience", "value proposition", "gamification", "agile marketing", "infographic", "granular", "streamline", "swim lane", "best practice", "bleeding edge", "out of pocket", "let's take this offline", "branding"]
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ measurement:
4
+ height: ["inch", "foot"]
5
+ length: ["yard", "foot", "mile"]
6
+ volume: ["cup", "tablespoon", "teaspoon", "quart", "pint", "gallon", "fluid ounce"]
7
+ weight: ["pound", "ounce", "ton"]
8
+ metric_height: ["centimeter", "meter"]
9
+ metric_length: ["millimeter", "centimeter", "decimeter", "meter", "dekameter", "hectometer", "kilometer"]
10
+ metric_volume: ["milliliter", "liter"]
11
+ metric_weight: ["milligram", "centigram", "decigram", "gram", "dekagram", "hectogram", "kilogram", "metric ton"]
@@ -0,0 +1,45 @@
1
+ en:
2
+ faker:
3
+ michael_scott:
4
+ quotes: [
5
+ "Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me.",
6
+ "Dwight, you ignorant slut!",
7
+ "If I had a gun with two bullets and I was in a room with Hitler, Bin Laden, and Toby, I would shoot Toby twice.",
8
+ "You wanna hear a lie? ... I...think you're great. You're my best friend.",
9
+ "Webster's Dictionary defines wedding as: The fusing of two metals with a hot torch.",
10
+ "Sometimes I'll start a sentence and I don't even know where it's going. I just hope I find it along the way.",
11
+ "There were these huge bins of clothes and everybody was rifling through them like crazy. And I grabbed one and it fit! So I don't think that this is totally just a woman's suit. At the very least it's bisexual.",
12
+ "The worst thing about prison was the Dementors. They were flying all over the place and they were scary and they'd come down and they'd suck the soul out of your body and it hurt!",
13
+ "I feel like all my kids grew up, and then they married each other. It's every parents' dream.",
14
+ "You don't know me, you've just seen my penis.",
15
+ "St. Patrick's Day is the closest thing the Irish have to Christmas.",
16
+ "I am Beyoncé, always.",
17
+ "And I knew exactly what to do. But in a much more real sense, I had no idea what to do.",
18
+ "When the son of the deposed king of Nigeria emails you directly, asking for help, you help! His father ran the freaking country! Ok?",
19
+ "I have cause. It is beCAUSE I hate him.",
20
+ "I am running away from my responsibilities. And it feels good.",
21
+ "Society teaches us that having feelings and crying is bad and wrong. Well, that's baloney, because grief isn't wrong. There's such a thing as good grief. Just ask Charlie Brown.",
22
+ "Saw Inception. Or at least I dreamt I did.",
23
+ "I'm an early bird and I'm a night owl. So I'm wise and I have worms.",
24
+ "Number 8. Learn how to take off a woman's bra: You just twist your hand until something breaks.",
25
+ "I love my employees even though I hit one of you with my car.",
26
+ "You know what they say. 'Fool me once, strike one, but fool me twice...strike three.",
27
+ "I am downloading some NP# music.",
28
+ "I am dead inside.",
29
+ "WHERE ARE THE TURTLES?!",
30
+ "Welcome back, Jerky Jerk-Face.",
31
+ "Should have burned this place down when I had the chance.",
32
+ "Well, just tell him to call me as asap as possible.",
33
+ "Well, happy birthday, Jesus. Sorry your party's so lame.",
34
+ "Do you think that doing alcohol is cool?",
35
+ "I love inside jokes. Love to be a part of one someday.",
36
+ "That's what she said.",
37
+ "No, I'm not going to tell them about the downsizing. If a patient has cancer, you don't tell them.",
38
+ "There is no such thing as an appropriate joke, that's why it's a joke.",
39
+ "You may look around and see two groups here: white collar, blue collar. But I don't see it that way, and you know why not? Because I am collar-blind.",
40
+ "I would not miss it for the world. But if something else came up I would definitely not go.",
41
+ "I don't come up with this stuff, I just forward it along. You wouldn't arrest the guy who was just passing drugs from one guy to another.",
42
+ "Make friends first, make sales second, make love third. In no particular order.",
43
+ "It's a pimple, Phyllis. Avril Lavigne gets them all the time and she rocks harder than anyone alive.",
44
+ "Wikipedia is the best thing ever. Anyone in the world can write anything they want about any subject. So you know you are getting the best possible information."
45
+ ]
@@ -0,0 +1,8 @@
1
+ en:
2
+ faker:
3
+ military:
4
+ army_rank: ["Private","Private First Class","Specialist","Corporal","Sergeant","Staff Sergeant","Sergeant First Class","Master Sergeant","First Sergeant","Sergeant Major","Command Sergeant Major","Sergeant Major of the Army","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General","General of the Army","General of the Armies"]
5
+ marines_rank: ["Private","Private First Class","Lance Corporal","Corporal","Sergeant","Staff Sergeant","Gunnery Sergeant","Master Sergeant","First Sergeant","Master Gunnery Sergeant","Sergeant Major","Sergeant Major of the Marine Corps","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General"]
6
+ navy_rank: ["Seaman Recruit","Fireman Recruit","Airman Recruit","Constructionman Recruit","Seaman Apprentice","Fireman Apprentice","Airman Apprentice","Constructionman Apprentice","Seaman","Fireman","Airman","Constructionman","Petty Officer Third Class","Petty Officer Second Class","Petty Officer First Class","Chief Petty Officer","Senior Petty Officer","Master Chief Petty Officer","Command Senior Chief Petty Officer","Command Master Chief Petty Officer","Fleet Master Chief Petty Officer","Master Chief Petty Officer of the Navy","Ensign","Lieutenant","Lieutenant Commander","Commander","Captain","Rear Admiral","Vice Admiral","Admiral","Fleet Admiral","Admiral of the Navy"]
7
+ air_force_rank: ["Airman Basic","Airman First Class","Senior Airman","Staff Sergeant","Technical Sergeant","Master Sergeant","Senior Master Sergeant","Chief Master Sergeant","Command Chief Master Sergeant","Chief Master Sergeant of the Air Force","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General","General of the Air Force"]
8
+ dod_paygrade: ["E-1","E-2","E-3","E-4","E-5","E-6","E-7","E-8","E-9","O-1","O-2","O-3","O-4","O-5","O-6","O-7","O-8","O-9","O-10","Special"]
@@ -0,0 +1,5 @@
1
+ en:
2
+ faker:
3
+ movie:
4
+ quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning."]
5
+
@@ -0,0 +1,32 @@
1
+ en:
2
+ faker:
3
+ music:
4
+ instruments: ['Electric Guitar', 'Acoustic Guitar', 'Flute', 'Trumpet', 'Clarinet', 'Cello', 'Harp', 'Xylophone', 'Harmonica', 'Accordion', 'Organ', 'Piano', 'Ukelele', 'Saxophone', 'Drums', 'Violin', 'Bass Guitar', 'Oboe']
5
+ bands: ["AC/DC", "Adam and the Ants", "Afrika Bambaataa", "Al Foster", "Alan Parsons", "Alex Chilton", "Amy Winehouse", "Annie Lennox", "Arctic Monkeys", "B.B. King",
6
+ "Bauhaus", "The Beatles", "Beck", "Billy Idol", "The Birthday Party", "Björk", "Blinker The Star", "Blondie", "Blur", "Bob Dylan", "Bob Marley (and the Wailers)",
7
+ "Brian Wilson", "Bruce Springsteen", "Buzzcocks", "Captain Beefheart", "Carlos Santana", "Cat Anderson", "Cat Stevens", "Catherine Wheel", "Chic", "Chris Isaak",
8
+ "Chrissie Hynde", "Chuck Berry", "The Clash", "Cliff Richard (and the Shadows)", "Coldplay", "Cootie Williams", "Cortinas", " The", "The Cramps", "The Cranberries",
9
+ "Cream", "The Cure", "David Bowie", "David Gilmour", "Deepest Blue", "Devo", "Dizzy Gillespie", "Dr Feelgood", "Duke Ellington", "Ed Sheeran", "Ella Fitzgerald",
10
+ "Elton John", "Elvis Costello", "Elvis Presley", "Eric Clapton", "The Faces", "Fats Domino", "Flaming Lips", "Florence and the Machine", "Foo Fighters", "Frank Sinatra",
11
+ "Frank Zappa", "Frightened Rabbit", "George Michael", "Grace Jones", "Green Day", "Guns N' Roses", "Herbie Hancock", "Horace Silver", "Hugh Masekela", "Ian Dury", "Iggy Pop",
12
+ "The Jam", "James Brown", "Jeff Beck", "Jeff Buckley", "Jimi Hendrix", "John Coltrane", "John Lydon", "Johnny Borrell", "Johnny Cash", "Johnny Marr", "Joni Mitchell", "Joy Division",
13
+ "K.D Lang", "Kasabian", "Kate Bush", "Keith Moon", "Keith Richards", "The Kinks", "Kiss", "The La's", "Led Zeppelin", "Lenny Kravitz", "Leonard Cohen", "Liam Gallagher",
14
+ "The Libertines", "Madness", "Madonna", "Manic Street Preachers", "Marc Bolan", "Marianne Faithfull", "Marilyn Manson", "Maroon 5", "The Mars Volta", "Max Roach", "Michael Jackson",
15
+ "Miles Davis", "Morrissey", "Muddy Waters", "Mumford and Sons", "Muse", "Neil Young", "New Order", "Nick Cave", "Nigel Kennedy", "Nina Simone", "Nirvana", "Noel Gallagher",
16
+ "O.A.R.", "Oasis", "Offspring", "Ozzy Osbourne", "Paramore", "Pat Metheny", "Patti Smith", "Paul Weller", "Pearl Jam", "Pete Townshend", "Phil Collins", "Phish", "Pink Floyd", "PJ Harvey",
17
+ "The Police", "The Pretenders", "Primal Scream", "Prince", "Program The Dead", "Pulp", "Queen", "Radiohead", "The Ramones", "Red Hot Chili Peppers", "R.E.M.", "Rick Wright",
18
+ "Rod Stewart", "The Rolling Stones", "Rory Gallagher", "Roxy Music", "Roy Hargrove", "Rufus Wainwright", "Run-D.M.C.", "Ryan Adams", "Sex Pistols", "Simply Red",
19
+ "Sinead O'connor", "Siouxsie and The Banshees", "The Slits", "The Smiths", "Sonic Youth", "The Specials", "Squeeze", "Status Quo", "Stereophonics", "Stone Roses",
20
+ "Syd Barrett", "Thelonius Monk", "Thin Lizzy", "Thornley", "Tina Turner", "Tom Jones", "Tom Robinson", "Tom Waits", "U2", "The Undertones", "Van Morrison", "Velvet Revolver",
21
+ "White Stripes", "The Who", "The Yardbirds", "Yumi Matsutoya"]
22
+ albums: ["Thriller", "Back in Black", "The Dark Side of the Moon", "Bat Out of Hell", "The Bodyguard", "Their Greatest Hits (1971–1975)", "Saturday Night Fever", "Rumours",
23
+ "Grease: The Original Soundtrack from the Motion Picture", "Led Zeppelin IV", "Bad", "Jagged Little Pill", "Come On Over", "Falling into You", "Sgt. Pepper's Lonely Hearts Club Band",
24
+ "Hotel California", "Dirty Dancing", "21", "Let's Talk About Love", "1", "Gold: Greatest Hits", "Dangerous", "The Immaculate Collection", "Abbey Road", "Born in the U.S.A.",
25
+ "Brothers in Arms", "Titanic: Music from the Motion Picture", "Metallica", "Nevermind", "The Wall", "Supernatural", "Appetite for Destruction", "Slippery When Wet", "Music Box",
26
+ "The Eminem Show", "Hybrid Theory", "Come Away with Me", "Unplugged", "True Blue", "Legend: The Best of Bob Marley & The Wailers", "Tapestry", "No Jacket Required", "Greatest Hits",
27
+ "Bridge over Troubled Water", "The Joshua Tree", "...Baby One More Time", "Backstreet's Back", "Backstreet Boys", "Millennium", "Spice", "Happy Nation", "The Sign", "Whitney Houston",
28
+ "(What's the Story) Morning Glory?", "The Marshall Mathers LP", "Like a Virgin", "Cross Road", "25", "Boston", "Oops!... I Did It Again", "The Colour of My Love", "Hysteria", "Faith",
29
+ "Dookie", "Can't Slow Down", "Daydream", "HIStory: Past, Present and Future, Book I", "Off the Wall", "The Woman in Me", "Breakfast in America", "Tracy Chapman",
30
+ "Flashdance: Original Soundtrack from the Motion Picture", "Whitney", "Confessions", "X&Y", "High School Musical", "High School Musical 2", "Viva la Vida or Death and All His Friends",
31
+ "I Dreamed a Dream", "Recovery", "Midnight Memories", "Frozen", "Lemonade", "Brand New Eyes", "All We Know Is Falling", "Riot!", "Songs About Jane", "Hands All Over"]
32
+ genres: ["Rock", "Pop", "Electronic", "Folk", "World", "Country", "Jazz", "Funk", "Soul", "Hip Hop", "Classical", "Latin", "Reggae", "Stage And Screen", "Blues", "Non Music", "Rap"]
@@ -0,0 +1,48 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ myst:
5
+ games: [ "Myst", "Riven: The Sequel to Myst", "Myst III: Exile", "Myst IV: Revelation", "Uru: Ages Beyond Myst", "Myst V: End of Ages" ]
6
+ creatures: [ "squee", "sunner", "wahrks", "ytrams", "scarab beetles", "bahro", "karnaks", "Mangree", "Zeftyr" ]
7
+ characters: [ "The Stranger", "Atrus", "Sirrus", "Achenar", "Gehn", "Catherine", "Saavedro", "Yeesha", "Esher", "Atrius", "Ti'ana" ]
8
+ ages: [
9
+ # Myst
10
+ "Myst", "Stoneship", "Mechanical", "Channelwood", "Selenitic", "Earth", "Rime",
11
+ # Riven
12
+ "Riven", "Tay", "Age 233",
13
+ # Exile
14
+ "J'nanin", "Edanna", "Voltanic", "Amateria", "Narayan",
15
+ # Revelation
16
+ "Spire", "Haven", "Serenia",
17
+ # Uru (all versions)
18
+ "Relto", "Teledahn", "Gahreesen", "Kadish Tolesa", "Eder Gira", "Eder Kemo", "Nexus", "Er'cana", "Ahnonay", "Eder Delin", "Eder Tsogal", "Pod Age", "Minkata", "Jalak Dador",
19
+ # End of Ages
20
+ "Direbo", "Tahgira", "Todelmer", "Laki'ahn", "Noloben",
21
+ # Books
22
+ "Ko'ah", "Gemedet", "Age 37", "Inception", "Torus Age", "Averone", "Chroma'agana", "Terahnee",
23
+ ]
24
+ quotes: [
25
+ # Atrus
26
+ "The ending has not yet been written.",
27
+ "I realized, the moment I fell into the fissure, that the Book would not be destroyed as I had planned.",
28
+ "Try moving the slider.",
29
+ "Remember the tower rotation.",
30
+
31
+ # Gehn
32
+ "Who the devil are you?",
33
+ "One thing I know about linking books is that the doors they open don't close behind you.",
34
+
35
+ # Achenar
36
+ "Find the blue pages.",
37
+ "Bring me blue pages.",
38
+
39
+ # Sirrus
40
+ "Find the red pages.",
41
+ "Bring me the red pages.",
42
+
43
+ # Saavedro
44
+ "Atrus? Is that you? Come to rescue your Book so soon? Not yet, old friend... not yet.",
45
+
46
+ # Ti'ana
47
+ "Atrus... what do you see?",
48
+ ]
@@ -0,0 +1,25 @@
1
+ en:
2
+ faker:
3
+ name:
4
+ male_first_name: [Aaron, Abdul, Abe, Abel, Abraham, Abram, Adalberto, Adam, Adan, Adolfo, Adolph, Adrian, Agustin, Ahmad, Ahmed, Al, Alan, Albert, Alberto, Alden, Aldo, Alec, Alejandro, Alex, Alexander, Alexis, Alfonso, Alfonzo, Alfred, Alfredo, Ali, Allan, Allen, Alonso, Alonzo, Alphonse, Alphonso, Alton, Alva, Alvaro, Alvin, Amado, Ambrose, Amos, Anderson, Andre, Andrea, Andreas, Andres, Andrew, Andy, Angel, Angelo, Anibal, Anthony, Antione, Antoine, Anton, Antone, Antonia, Antonio, Antony, Antwan, Archie, Arden, Ariel, Arlen, Arlie, Armand, Armando, Arnold, Arnoldo, Arnulfo, Aron, Arron, Art, Arthur, Arturo, Asa, Ashley, Aubrey, August, Augustine, Augustus, Aurelio, Austin, Avery, Barney, Barrett, Barry, Bart, Barton, Basil, Beau, Ben, Benedict, Benito, Benjamin, Bennett, Bennie, Benny, Benton, Bernard, Bernardo, Bernie, Berry, Bert, Bertram, Bill, Billie, Billy, Blaine, Blair, Blake, Bo, Bob, Bobbie, Bobby, Booker, Boris, Boyce, Boyd, Brad, Bradford, Bradley, Bradly, Brady, Brain, Branden, Brandon, Brant, Brendan, Brendon, Brent, Brenton, Bret, Brett, Brian, Brice, Britt, Brock, Broderick, Brooks, Bruce, Bruno, Bryan, Bryant, Bryce, Bryon, Buck, Bud, Buddy, Buford, Burl, Burt, Burton, Buster, Byron, Caleb, Calvin, Cameron, Carey, Carl, Carlo, Carlos, Carlton, Carmelo, Carmen, Carmine, Carol, Carrol, Carroll, Carson, Carter, Cary, Casey, Cecil, Cedric, Cedrick, Cesar, Chad, Chadwick, Chance, Chang, Charles, Charley, Charlie, Chas, Chase, Chauncey, Chester, Chet, Chi, Chong, Chris, Christian, Christoper, Christopher, Chuck, Chung, Clair, Clarence, Clark, Claud, Claude, Claudio, Clay, Clayton, Clement, Clemente, Cleo, Cletus, Cleveland, Cliff, Clifford, Clifton, Clint, Clinton, Clyde, Cody, Colby, Cole, Coleman, Colin, Collin, Colton, Columbus, Connie, Conrad, Cordell, Corey, Cornelius, Cornell, Cortez, Cory, Courtney, Coy, Craig, Cristobal, Cristopher, Cruz, Curt, Curtis, Cyril, Cyrus, Dale, Dallas, Dalton, Damian, Damien, Damion, Damon, Dan, Dana, Dane, Danial, Daniel, Danilo, Dannie, Danny, Dante, Darell, Daren, Darin, Dario, Darius, Darnell, Daron, Darrel, Darrell, Darren, Darrick, Darrin, Darron, Darryl, Darwin, Daryl, Dave, David, Davis, Dean, Deandre, Deangelo, Dee, Del, Delbert, Delmar, Delmer, Demarcus, Demetrius, Denis, Dennis, Denny, Denver, Deon, Derek, Derick, Derrick, Deshawn, Desmond, Devin, Devon, Dewayne, Dewey, Dewitt, Dexter, Dick, Diego, Dillon, Dino, Dion, Dirk, Domenic, Domingo, Dominic, Dominick, Dominique, Don, Donald, Dong, Donn, Donnell, Donnie, Donny, Donovan, Donte, Dorian, Dorsey, Doug, Douglas, Douglass, Doyle, Drew, Duane, Dudley, Duncan, Dustin, Dusty, Dwain, Dwayne, Dwight, Dylan, Earl, Earle, Earnest, Ed, Eddie, Eddy, Edgar, Edgardo, Edison, Edmond, Edmund, Edmundo, Eduardo, Edward, Edwardo, Edwin, Efrain, Efren, Elbert, Elden, Eldon, Eldridge, Eli, Elias, Elijah, Eliseo, Elisha, Elliot, Elliott, Ellis, Ellsworth, Elmer, Elmo, Eloy, Elroy, Elton, Elvin, Elvis, Elwood, Emanuel, Emerson, Emery, Emil, Emile, Emilio, Emmanuel, Emmett, Emmitt, Emory, Enoch, Enrique, Erasmo, Eric, Erich, Erick, Erik, Erin, Ernest, Ernesto, Ernie, Errol, Ervin, Erwin, Esteban, Ethan, Eugene, Eugenio, Eusebio, Evan, Everett, Everette, Ezekiel, Ezequiel, Ezra, Fabian, Faustino, Fausto, Federico, Felipe, Felix, Felton, Ferdinand, Fermin, Fernando, Fidel, Filiberto, Fletcher, Florencio, Florentino, Floyd, Forest, Forrest, Foster, Frances, Francesco, Francis, Francisco, Frank, Frankie, Franklin, Franklyn, Fred, Freddie, Freddy, Frederic, Frederick, Fredric, Fredrick, Freeman, Fritz, Gabriel, Gail, Gale, Galen, Garfield, Garland, Garret, Garrett, Garry, Garth, Gary, Gaston, Gavin, Gayle, Gaylord, Genaro, Gene, Geoffrey, George, Gerald, Geraldo, Gerard, Gerardo, German, Gerry, Gil, Gilbert, Gilberto, Gino, Giovanni, Giuseppe, Glen, Glenn, Gonzalo, Gordon, Grady, Graham, Graig, Grant, Granville, Greg, Gregg, Gregorio, Gregory, Grover, Guadalupe, Guillermo, Gus, Gustavo, Guy, Hai, Hal, Hank, Hans, Harlan, Harland, Harley, Harold, Harris, Harrison, Harry, Harvey, Hassan, Hayden, Haywood, Heath, Hector, Henry, Herb, Herbert, Heriberto, Herman, Herschel, Hershel, Hilario, Hilton, Hipolito, Hiram, Hobert, Hollis, Homer, Hong, Horace, Horacio, Hosea, Houston, Howard, Hoyt, Hubert, Huey, Hugh, Hugo, Humberto, Hung, Hunter, Hyman, Ian, Ignacio, Ike, Ira, Irvin, Irving, Irwin, Isaac, Isaiah, Isaias, Isiah, Isidro, Ismael, Israel, Isreal, Issac, Ivan, Ivory, Jacinto, Jack, Jackie, Jackson, Jacob, Jacques, Jae, Jaime, Jake, Jamaal, Jamal, Jamar, Jame, Jamel, James, Jamey, Jamie, Jamison, Jan, Jared, Jarod, Jarred, Jarrett, Jarrod, Jarvis, Jason, Jasper, Javier, Jay, Jayson, Jc, Jean, Jed, Jeff, Jefferey, Jefferson, Jeffery, Jeffrey, Jeffry, Jerald, Jeramy, Jere, Jeremiah, Jeremy, Jermaine, Jerold, Jerome, Jeromy, Jerrell, Jerrod, Jerrold, Jerry, Jess, Jesse, Jessie, Jesus, Jewel, Jewell, Jim, Jimmie, Jimmy, Joan, Joaquin, Jody, Joe, Joel, Joesph, Joey, John, Johnathan, Johnathon, Johnie, Johnnie, Johnny, Johnson, Jon, Jonah, Jonas, Jonathan, Jonathon, Jordan, Jordon, Jorge, Jose, Josef, Joseph, Josh, Joshua, Josiah, Jospeh, Josue, Juan, Jude, Judson, Jules, Julian, Julio, Julius, Junior, Justin, Kareem, Karl, Kasey, Keenan, Keith, Kelley, Kelly, Kelvin, Ken, Kendall, Kendrick, Keneth, Kenneth, Kennith, Kenny, Kent, Kenton, Kermit, Kerry, Keven, Kevin, Kieth, Kim, King, Kip, Kirby, Kirk, Korey, Kory, Kraig, Kris, Kristofer, Kristopher, Kurt, Kurtis, Kyle, Lacy, Lamar, Lamont, Lance, Landon, Lane, Lanny, Larry, Lauren, Laurence, Lavern, Laverne, Lawerence, Lawrence, Lazaro, Leandro, Lee, Leif, Leigh, Leland, Lemuel, Len, Lenard, Lenny, Leo, Leon, Leonard, Leonardo, Leonel, Leopoldo, Leroy, Les, Lesley, Leslie, Lester, Levi, Lewis, Lincoln, Lindsay, Lindsey, Lino, Linwood, Lionel, Lloyd, Logan, Lon, Long, Lonnie, Lonny, Loren, Lorenzo, Lou, Louie, Louis, Lowell, Loyd, Lucas, Luciano, Lucien, Lucio, Lucius, Luigi, Luis, Luke, Lupe, Luther, Lyle, Lyman, Lyndon, Lynn, Lynwood, Mac, Mack, Major, Malcolm, Malcom, Malik, Man, Manual, Manuel, Marc, Marcel, Marcelino, Marcellus, Marcelo, Marco, Marcos, Marcus, Margarito, Maria, Mariano, Mario, Marion, Mark, Markus, Marlin, Marlon, Marquis, Marshall, Martin, Marty, Marvin, Mary, Mason, Mathew, Matt, Matthew, Maurice, Mauricio, Mauro, Max, Maximo, Maxwell, Maynard, Mckinley, Mel, Melvin, Merle, Merlin, Merrill, Mervin, Micah, Michael, Michal, Michale, Micheal, Michel, Mickey, Miguel, Mike, Mikel, Milan, Miles, Milford, Millard, Milo, Milton, Minh, Miquel, Mitch, Mitchel, Mitchell, Modesto, Mohamed, Mohammad, Mohammed, Moises, Monroe, Monte, Monty, Morgan, Morris, Morton, Mose, Moses, Moshe, Murray, Myles, Myron, Napoleon, Nathan, Nathanael, Nathanial, Nathaniel, Neal, Ned, Neil, Nelson, Nestor, Neville, Newton, Nicholas, Nick, Nickolas, Nicky, Nicolas, Nigel, Noah, Noble, Noe, Noel, Nolan, Norbert, Norberto, Norman, Normand, Norris, Numbers, Octavio, Odell, Odis, Olen, Olin, Oliver, Ollie, Omar, Omer, Oren, Orlando, Orval, Orville, Oscar, Osvaldo, Oswaldo, Otha, Otis, Otto, Owen, Ozzie, Pablo, Palmer, Paris, Parker, Pasquale, Pat, Patricia, Patrick, Paul, Pedro, Percy, Perry, Pete, Peter, Phil, Philip, Phillip, Pierre, Porfirio, Porter, Preston, Prince, Quentin, Quincy, Quinn, Quintin, Quinton, Rafael, Raleigh, Ralph, Ramiro, Ramon, Randal, Randall, Randell, Randolph, Randy, Raphael, Rashad, Raul, Ray, Rayford, Raymon, Raymond, Raymundo, Reed, Refugio, Reggie, Reginald, Reid, Reinaldo, Renaldo, Renato, Rene, Reuben, Rex, Rey, Reyes, Reynaldo, Rhett, Ricardo, Rich, Richard, Richie, Rick, Rickey, Rickie, Ricky, Rico, Rigoberto, Riley, Rob, Robbie, Robby, Robert, Roberto, Robin, Robt, Rocco, Rocky, Rod, Roderick, Rodger, Rodney, Rodolfo, Rodrick, Rodrigo, Rogelio, Roger, Roland, Rolando, Rolf, Rolland, Roman, Romeo, Ron, Ronald, Ronnie, Ronny, Roosevelt, Rory, Rosario, Roscoe, Rosendo, Ross, Roy, Royal, Royce, Ruben, Rubin, Rudolf, Rudolph, Rudy, Rueben, Rufus, Rupert, Russ, Russel, Russell, Rusty, Ryan, Sal, Salvador, Salvatore, Sam, Sammie, Sammy, Samual, Samuel, Sandy, Sanford, Sang, Santiago, Santo, Santos, Saul, Scot, Scott, Scottie, Scotty, Sean, Sebastian, Sergio, Seth, Seymour, Shad, Shane, Shannon, Shaun, Shawn, Shayne, Shelby, Sheldon, Shelton, Sherman, Sherwood, Shirley, Shon, Sid, Sidney, Silas, Simon, Sol, Solomon, Son, Sonny, Spencer, Stacey, Stacy, Stan, Stanford, Stanley, Stanton, Stefan, Stephan, Stephen, Sterling, Steve, Steven, Stevie, Stewart, Stuart, Sung, Sydney, Sylvester, Tad, Tanner, Taylor, Ted, Teddy, Teodoro, Terence, Terrance, Terrell, Terrence, Terry, Thad, Thaddeus, Thanh, Theo, Theodore, Theron, Thomas, Thurman, Tim, Timmy, Timothy, Titus, Tobias, Toby, Tod, Todd, Tom, Tomas, Tommie, Tommy, Toney, Tony, Tory, Tracey, Tracy, Travis, Trent, Trenton, Trevor, Trey, Trinidad, Tristan, Troy, Truman, Tuan, Ty, Tyler, Tyree, Tyrell, Tyron, Tyrone, Tyson, Ulysses, Val, Valentin, Valentine, Van, Vance, Vaughn, Vern, Vernon, Vicente, Victor, Vince, Vincent, Vincenzo, Virgil, Virgilio, Vito, Von, Wade, Waldo, Walker, Wallace, Wally, Walter, Walton, Ward, Warner, Warren, Waylon, Wayne, Weldon, Wendell, Werner, Wes, Wesley, Weston, Whitney, Wilber, Wilbert, Wilbur, Wilburn, Wiley, Wilford, Wilfred, Wilfredo, Will, Willard, William, Williams, Willian, Willie, Willis, Willy, Wilmer, Wilson, Wilton, Winford, Winfred, Winston, Wm, Woodrow, Wyatt, Xavier, Yong, Young, Zachariah, Zachary, Zachery, Zack, Zackary, Zane]
5
+ female_first_name: [Abbey, Abbie, Abby, Abigail, Ada, Adah, Adaline, Addie, Adela, Adelaida, Adelaide, Adele, Adelia, Adelina, Adeline, Adell, Adella, Adelle, Adena, Adina, Adria, Adrian, Adriana, Adriane, Adrianna, Adrianne, Adrien, Adriene, Adrienne, Afton, Agatha, Agnes, Agnus, Agripina, Agueda, Agustina, Ai, Aida, Aide, Aiko, Aileen, Ailene, Aimee, Aisha, Aja, Akiko, Akilah, Alaina, Alaine, Alana, Alane, Alanna, Alayna, Alba, Albert, Alberta, Albertha, Albertina, Albertine, Albina, Alda, Alease, Alecia, Aleen, Aleida, Aleisha, Alejandra, Alejandrina, Alena, Alene, Alesha, Aleshia, Alesia, Alessandra, Aleta, Aletha, Alethea, Alethia, Alex, Alexa, Alexander, Alexandra, Alexandria, Alexia, Alexis, Alfreda, Alfredia, Ali, Alia, Alica, Alice, Alicia, Alida, Alina, Aline, Alisa, Alise, Alisha, Alishia, Alisia, Alison, Alissa, Alita, Alix, Aliza, Alla, Alleen, Allegra, Allen, Allena, Allene, Allie, Alline, Allison, Allyn, Allyson, Alma, Almeda, Almeta, Alona, Alpha, Alta, Altagracia, Altha, Althea, Alva, Alvera, Alverta, Alvina, Alyce, Alycia, Alysa, Alyse, Alysha, Alysia, Alyson, Alyssa, Amada, Amal, Amalia, Amanda, Amber, Amberly, Amee, Amelia, America, Ami, Amie, Amiee, Amina, Amira, Ammie, Amparo, Amy, An, Ana, Anabel, Analisa, Anamaria, Anastacia, Anastasia, Andera, Andra, Andre, Andrea, Andree, Andrew, Andria, Anette, Angel, Angela, Angele, Angelena, Angeles, Angelia, Angelic, Angelica, Angelika, Angelina, Angeline, Angelique, Angelita, Angella, Angelo, Angelyn, Angie, Angila, Angla, Angle, Anglea, Anh, Anika, Anisa, Anisha, Anissa, Anita, Anitra, Anja, Anjanette, Anjelica, Ann, Anna, Annabel, Annabell, Annabelle, Annalee, Annalisa, Annamae, Annamaria, Annamarie, Anne, Anneliese, Annelle, Annemarie, Annett, Annetta, Annette, Annice, Annie, Annika, Annis, Annita, Annmarie, Anthony, Antionette, Antoinette, Antonetta, Antonette, Antonia, Antonietta, Antonina, Antonio, Anya, Apolonia, April, Apryl, Ara, Araceli, Aracelis, Aracely, Arcelia, Ardath, Ardelia, Ardell, Ardella, Ardelle, Ardis, Ardith, Aretha, Argelia, Argentina, Ariana, Ariane, Arianna, Arianne, Arica, Arie, Ariel, Arielle, Arla, Arlean, Arleen, Arlena, Arlene, Arletha, Arletta, Arlette, Arlinda, Arline, Arlyne, Armanda, Armandina, Armida, Arminda, Arnetta, Arnette, Arnita, Arthur, Artie, Arvilla, Asha, Ashanti, Ashely, Ashlea, Ashlee, Ashleigh, Ashley, Ashli, Ashlie, Ashly, Ashlyn, Ashton, Asia, Asley, Assunta, Astrid, Asuncion, Athena, Aubrey, Audie, Audra, Audrea, Audrey, Audria, Audrie, Audry, Augusta, Augustina, Augustine, Aundrea, Aura, Aurea, Aurelia, Aurora, Aurore, Austin, Autumn, Ava, Avelina, Avery, Avis, Avril, Awilda, Ayako, Ayana, Ayanna, Ayesha, Azalee, Azucena, Azzie, Babara, Babette, Bailey, Bambi, Bao, Barabara, Barb, Barbar, Barbara, Barbera, Barbie, Barbra, Bari, Barrie, Basilia, Bea, Beata, Beatrice, Beatris, Beatriz, Beaulah, Bebe, Becki, Beckie, Becky, Bee, Belen, Belia, Belinda, Belkis, Bell, Bella, Belle, Belva, Benita, Bennie, Berenice, Berna, Bernadette, Bernadine, Bernarda, Bernardina, Bernardine, Berneice, Bernetta, Bernice, Bernie, Berniece, Bernita, Berry, Berta, Bertha, Bertie, Beryl, Bess, Bessie, Beth, Bethanie, Bethann, Bethany, Bethel, Betsey, Betsy, Bette, Bettie, Bettina, Betty, Bettyann, Bettye, Beula, Beulah, Bev, Beverlee, Beverley, Beverly, Bianca, Bibi, Billi, Billie, Billy, Billye, Birdie, Birgit, Blair, Blake, Blanca, Blanch, Blanche, Blondell, Blossom, Blythe, Bobbi, Bobbie, Bobby, Bobbye, Bobette, Bok, Bong, Bonita, Bonnie, Bonny, Branda, Brande, Brandee, Brandi, Brandie, Brandon, Brandy, Breana, Breann, Breanna, Breanne, Bree, Brenda, Brenna, Brett, Brian, Briana, Brianna, Brianne, Bridget, Bridgett, Bridgette, Brigette, Brigid, Brigida, Brigitte, Brinda, Britany, Britney, Britni, Britt, Britta, Brittaney, Brittani, Brittanie, Brittany, Britteny, Brittney, Brittni, Brittny, Bronwyn, Brook, Brooke, Bruna, Brunilda, Bryanna, Brynn, Buena, Buffy, Bula, Bulah, Bunny, Burma, Caitlin, Caitlyn, Calandra, Calista, Callie, Camelia, Camellia, Cameron, Cami, Camie, Camila, Camilla, Camille, Cammie, Cammy, Candace, Candance, Candelaria, Candi, Candice, Candida, Candie, Candis, Candra, Candy, Candyce, Caprice, Cara, Caren, Carey, Cari, Caridad, Carie, Carin, Carina, Carisa, Carissa, Carita, Carl, Carla, Carlee, Carleen, Carlena, Carlene, Carletta, Carley, Carli, Carlie, Carline, Carlita, Carlos, Carlota, Carlotta, Carly, Carlyn, Carma, Carman, Carmel, Carmela, Carmelia, Carmelina, Carmelita, Carmella, Carmen, Carmina, Carmon, Carol, Carola, Carolann, Carole, Carolee, Carolin, Carolina, Caroline, Caroll, Carolyn, Carolyne, Carolynn, Caron, Caroyln, Carri, Carrie, Carrol, Carroll, Carry, Cary, Caryl, Carylon, Caryn, Casandra, Casey, Casie, Casimira, Cassandra, Cassaundra, Cassey, Cassi, Cassidy, Cassie, Cassondra, Cassy, Catalina, Catarina, Caterina, Catharine, Catherin, Catherina, Catherine, Cathern, Catheryn, Cathey, Cathi, Cathie, Cathleen, Cathrine, Cathryn, Cathy, Catina, Catrice, Catrina, Cayla, Cecelia, Cecil, Cecila, Cecile, Cecilia, Cecille, Cecily, Celena, Celesta, Celeste, Celestina, Celestine, Celia, Celina, Celinda, Celine, Celsa, Ceola, Chae, Chan, Chana, Chanda, Chandra, Chanel, Chanell, Chanelle, Chang, Chantal, Chantay, Chante, Chantel, Chantell, Chantelle, Chara, Charis, Charise, Charissa, Charisse, Charita, Charity, Charla, Charleen, Charlena, Charlene, Charles, Charlesetta, Charlette, Charlie, Charline, Charlott, Charlotte, Charlsie, Charlyn, Charmain, Charmaine, Charolette, Chasidy, Chasity, Chassidy, Chastity, Chau, Chaya, Chelsea, Chelsey, Chelsie, Cher, Chere, Cheree, Cherelle, Cheri, Cherie, Cherilyn, Cherise, Cherish, Cherly, Cherlyn, Cherri, Cherrie, Cherry, Cherryl, Chery, Cheryl, Cheryle, Cheryll, Cheyenne, Chi, Chia, Chieko, Chin, China, Ching, Chiquita, Chloe, Chong, Chris, Chrissy, Christa, Christal, Christeen, Christel, Christen, Christena, Christene, Christi, Christia, Christian, Christiana, Christiane, Christie, Christin, Christina, Christine, Christinia, Christopher, Christy, Chrystal, Chu, Chun, Chung, Ciara, Cicely, Ciera, Cierra, Cinda, Cinderella, Cindi, Cindie, Cindy, Cinthia, Cira, Clair, Claire, Clara, Clare, Clarence, Claretha, Claretta, Claribel, Clarice, Clarinda, Clarine, Claris, Clarisa, Clarissa, Clarita, Classie, Claude, Claudette, Claudia, Claudie, Claudine, Clelia, Clemencia, Clementina, Clementine, Clemmie, Cleo, Cleopatra, Cleora, Cleotilde, Cleta, Clora, Clorinda, Clotilde, Clyde, Codi, Cody, Colby, Coleen, Colene, Coletta, Colette, Colleen, Collen, Collene, Collette, Concepcion, Conception, Concetta, Concha, Conchita, Connie, Constance, Consuela, Consuelo, Contessa, Cora, Coral, Coralee, Coralie, Corazon, Cordelia, Cordia, Cordie, Coreen, Corene, Coretta, Corey, Cori, Corie, Corina, Corine, Corinna, Corinne, Corliss, Cornelia, Corrie, Corrin, Corrina, Corrine, Corrinne, Cortney, Cory, Courtney, Creola, Cris, Criselda, Crissy, Crista, Cristal, Cristen, Cristi, Cristie, Cristin, Cristina, Cristine, Cristy, Cruz, Crysta, Crystal, Crystle, Cuc, Curtis, Cyndi, Cyndy, Cynthia, Cyrstal, Cythia, Dacia, Dagmar, Dagny, Dahlia, Daina, Daine, Daisey, Daisy, Dakota, Dale, Dalene, Dalia, Dalila, Dallas, Damaris, Dan, Dana, Danae, Danelle, Danette, Dani, Dania, Danica, Daniel, Daniela, Daniele, Daniell, Daniella, Danielle, Danika, Danille, Danita, Dann, Danna, Dannette, Dannie, Dannielle, Danuta, Danyel, Danyell, Danyelle, Daphine, Daphne, Dara, Darby, Darcel, Darcey, Darci, Darcie, Darcy, Daria, Darla, Darleen, Darlena, Darlene, Darline, Darnell, Daryl, David, Davida, Davina, Dawn, Dawna, Dawne, Dayle, Dayna, Daysi, Deadra, Dean, Deana, Deandra, Deandrea, Deane, Deann, Deanna, Deanne, Deb, Debbi, Debbie, Debbra, Debby, Debera, Debi, Debora, Deborah, Debra, Debrah, Debroah, Dede, Dedra, Dee, Deeann, Deeanna, Deedee, Deedra, Deena, Deetta, Deidra, Deidre, Deirdre, Deja, Delaine, Delana, Delcie, Delena, Delfina, Delia, Delicia, Delila, Delilah, Delinda, Delisa, Dell, Della, Delma, Delmy, Delois, Deloise, Delora, Deloras, Delores, Deloris, Delorse, Delpha, Delphia, Delphine, Delsie, Delta, Demetra, Demetria, Demetrice, Demetrius, Dena, Denae, Deneen, Denese, Denice, Denise, Denisha, Denisse, Denita, Denna, Dennis, Dennise, Denny, Denyse, Deon, Deonna, Desirae, Desire, Desiree, Despina, Dessie, Destiny, Detra, Devin, Devon, Devona, Devora, Devorah, Dia, Diamond, Dian, Diana, Diane, Diann, Dianna, Dianne, Diedra, Diedre, Dierdre, Digna, Dimple, Dina, Dinah, Dinorah, Dion, Dione, Dionna, Dionne, Divina, Dixie, Dodie, Dollie, Dolly, Dolores, Doloris, Domenica, Dominga, Dominica, Dominique, Dominque, Domitila, Domonique, Dona, Donald, Donella, Donetta, Donette, Dong, Donita, Donna, Donnetta, Donnette, Donnie, Donya, Dora, Dorathy, Dorcas, Doreatha, Doreen, Dorene, Doretha, Dorethea, Doretta, Dori, Doria, Dorian, Dorie, Dorinda, Dorine, Doris, Dorla, Dorotha, Dorothea, Dorothy, Dorris, Dortha, Dorthea, Dorthey, Dorthy, Dot, Dottie, Dotty, Dovie, Dreama, Drema, Drew, Drucilla, Drusilla, Dulce, Dulcie, Dung, Dusti, Dusty, Dwana, Dyan, Earlean, Earleen, Earlene, Earlie, Earline, Earnestine, Eartha, Easter, Eboni, Ebonie, Ebony, Echo, Eda, Edda, Eddie, Edelmira, Eden, Edie, Edith, Edna, Edra, Edris, Edward, Edwina, Edyth, Edythe, Effie, Ehtel, Eileen, Eilene, Ela, Eladia, Elaina, Elaine, Elana, Elane, Elanor, Elayne, Elba, Elda, Eldora, Eleanor, Eleanora, Eleanore, Elease, Elena, Elene, Eleni, Elenor, Elenora, Elenore, Eleonor, Eleonora, Eleonore, Elfreda, Elfrieda, Elfriede, Elia, Eliana, Elicia, Elida, Elidia, Elin, Elina, Elinor, Elinore, Elisa, Elisabeth, Elise, Elisha, Elissa, Eliz, Eliza, Elizabet, Elizabeth, Elizbeth, Elizebeth, Elke, Ella, Ellamae, Ellan, Ellen, Ellena, Elli, Ellie, Ellis, Elly, Ellyn, Elma, Elmer, Elmira, Elna, Elnora, Elodia, Elois, Eloisa, Eloise, Elouise, Elsa, Else, Elsie, Elsy, Elva, Elvera, Elvia, Elvie, Elvina, Elvira, Elwanda, Elyse, Elza, Ema, Emelda, Emelia, Emelina, Emeline, Emely, Emerald, Emerita, Emiko, Emilee, Emilia, Emilie, Emily, Emma, Emmaline, Emmie, Emmy, Emogene, Ena, Enda, Enedina, Eneida, Enid, Enola, Enriqueta, Epifania, Era, Eric, Erica, Ericka, Erika, Erin, Erinn, Erlene, Erlinda, Erline, Erma, Ermelinda, Erminia, Erna, Ernestina, Ernestine, Eryn, Esmeralda, Esperanza, Essie, Esta, Estefana, Estela, Estell, Estella, Estelle, Ester, Esther, Estrella, Etha, Ethel, Ethelene, Ethelyn, Ethyl, Etsuko, Etta, Ettie, Eufemia, Eugena, Eugene, Eugenia, Eugenie, Eula, Eulah, Eulalia, Eun, Euna, Eunice, Eura, Eusebia, Eustolia, Eva, Evalyn, Evan, Evangelina, Evangeline, Eve, Evelia, Evelin, Evelina, Eveline, Evelyn, Evelyne, Evelynn, Evette, Evia, Evie, Evita, Evon, Evonne, Ewa, Exie, Fabiola, Fae, Fairy, Faith, Fallon, Fannie, Fanny, Farah, Farrah, Fatima, Fatimah, Faustina, Faviola, Fawn, Fay, Faye, Fe, Felecia, Felica, Felice, Felicia, Felicidad, Felicita, Felicitas, Felipa, Felisa, Felisha, Fermina, Fern, Fernanda, Fernande, Ferne, Fidela, Fidelia, Filomena, Fiona, Flavia, Fleta, Flo, Flor, Flora, Florance, Florence, Florencia, Florene, Florentina, Floretta, Floria, Florida, Florinda, Florine, Florrie, Flossie, Floy, Fonda, Fran, France, Francene, Frances, Francesca, Franchesca, Francie, Francina, Francine, Francis, Francisca, Francisco, Francoise, Frank, Frankie, Fransisca, Fred, Freda, Fredda, Freddie, Frederica, Fredericka, Fredia, Fredricka, Freeda, Freida, Frida, Frieda, Fumiko, Gabriel, Gabriela, Gabriele, Gabriella, Gabrielle, Gail, Gala, Gale, Galina, Garnet, Garnett, Gary, Gay, Gaye, Gayla, Gayle, Gaylene, Gaynell, Gaynelle, Gearldine, Gema, Gemma, Gena, Gene, Genesis, Geneva, Genevie, Genevieve, Genevive, Genia, Genie, Genna, Gennie, Genny, Genoveva, Georgann, George, Georgeann, Georgeanna, Georgene, Georgetta, Georgette, Georgia, Georgiana, Georgiann, Georgianna, Georgianne, Georgie, Georgina, Georgine, Gerald, Geraldine, Geralyn, Gerda, Geri, Germaine, Gerri, Gerry, Gertha, Gertie, Gertrud, Gertrude, Gertrudis, Gertude, Ghislaine, Gia, Gianna, Gidget, Gigi, Gilberte, Gilda, Gillian, Gilma, Gina, Ginette, Ginger, Ginny, Giovanna, Gisela, Gisele, Giselle, Gita, Giuseppina, Gladis, Glady, Gladys, Glayds, Glenda, Glendora, Glenn, Glenna, Glennie, Glennis, Glinda, Gloria, Glory, Glynda, Glynis, Golda, Golden, Goldie, Grace, Gracia, Gracie, Graciela, Grayce, Grazyna, Gregoria, Gregory, Greta, Gretchen, Gretta, Gricelda, Grisel, Griselda, Guadalupe, Gudrun, Guillermina, Gussie, Gwen, Gwenda, Gwendolyn, Gwenn, Gwyn, Gwyneth, Ha, Hae, Hailey, Haley, Halina, Halley, Hallie, Han, Hana, Hang, Hanh, Hanna, Hannah, Hannelore, Harmony, Harold, Harriet, Harriett, Harriette, Hassie, Hattie, Haydee, Hayley, Hazel, Heather, Hedwig, Hedy, Hee, Heide, Heidi, Heidy, Heike, Helaine, Helen, Helena, Helene, Helga, Hellen, Henrietta, Henriette, Henry, Herlinda, Herma, Hermelinda, Hermila, Hermina, Hermine, Herminia, Herta, Hertha, Hester, Hettie, Hiedi, Hien, Hilaria, Hilary, Hilda, Hilde, Hildegard, Hildegarde, Hildred, Hillary, Hilma, Hiroko, Hisako, Hoa, Holley, Holli, Hollie, Hollis, Holly, Honey, Hong, Hope, Hortencia, Hortense, Hortensia, Hsiu, Hue, Hui, Hulda, Huong, Hwa, Hyacinth, Hye, Hyo, Hyon, Hyun, Ida, Idalia, Idell, Idella, Iesha, Ignacia, Ila, Ilana, Ilda, Ileana, Ileen, Ilene, Iliana, Illa, Ilona, Ilse, Iluminada, Ima, Imelda, Imogene, In, Ina, India, Indira, Inell, Ines, Inez, Inga, Inge, Ingeborg, Inger, Ingrid, Inocencia, Iola, Iona, Ione, Ira, Iraida, Irena, Irene, Irina, Iris, Irish, Irma, Irmgard, Isa, Isabel, Isabell, Isabella, Isabelle, Isadora, Isaura, Isela, Isidra, Isis, Isobel, Iva, Ivana, Ivelisse, Ivette, Ivey, Ivonne, Ivory, Ivy, Izetta, Izola, Ja, Jacalyn, Jacelyn, Jacinda, Jacinta, Jack, Jackeline, Jackelyn, Jacki, Jackie, Jacklyn, Jackqueline, Jaclyn, Jacqualine, Jacque, Jacquelin, Jacqueline, Jacquelyn, Jacquelyne, Jacquelynn, Jacquetta, Jacqui, Jacquie, Jacquiline, Jacquline, Jacqulyn, Jada, Jade, Jadwiga, Jae, Jaime, Jaimee, Jaimie, Jaleesa, Jalisa, Jama, Jame, Jamee, James, Jamey, Jami, Jamie, Jamika, Jamila, Jammie, Jan, Jana, Janae, Janay, Jane, Janean, Janee, Janeen, Janel, Janell, Janella, Janelle, Janene, Janessa, Janet, Janeth, Janett, Janetta, Janette, Janey, Jani, Janice, Janie, Janiece, Janina, Janine, Janis, Janise, Janita, Jann, Janna, Jannet, Jannette, Jannie, January, Janyce, Jaqueline, Jaquelyn, Jasmin, Jasmine, Jason, Jaunita, Jay, Jaye, Jayme, Jaymie, Jayna, Jayne, Jazmin, Jazmine, Jean, Jeana, Jeane, Jeanelle, Jeanene, Jeanett, Jeanetta, Jeanette, Jeanice, Jeanie, Jeanine, Jeanmarie, Jeanna, Jeanne, Jeannetta, Jeannette, Jeannie, Jeannine, Jeffie, Jeffrey, Jen, Jena, Jenae, Jene, Jenee, Jenell, Jenelle, Jenette, Jeneva, Jeni, Jenice, Jenifer, Jeniffer, Jenine, Jenise, Jenna, Jennefer, Jennell, Jennette, Jenni, Jennie, Jennifer, Jenniffer, Jennine, Jenny, Jeraldine, Jeremy, Jeri, Jerica, Jerilyn, Jerlene, Jerri, Jerrica, Jerrie, Jerry, Jesenia, Jesica, Jesse, Jessenia, Jessi, Jessia, Jessica, Jessie, Jessika, Jestine, Jesus, Jesusa, Jesusita, Jetta, Jettie, Jewel, Jewell, Ji, Jill, Jillian, Jimmie, Jimmy, Jin, Jina, Jinny, Jo, Joan, Joana, Joane, Joanie, Joann, Joanna, Joanne, Joannie, Joaquina, Jocelyn, Jodee, Jodi, Jodie, Jody, Joe, Joeann, Joel, Joella, Joelle, Joellen, Joetta, Joette, Joey, Johana, Johanna, Johanne, John, Johna, Johnetta, Johnette, Johnie, Johnna, Johnnie, Johnny, Johnsie, Joi, Joie, Jolanda, Joleen, Jolene, Jolie, Joline, Jolyn, Jolynn, Jon, Jona, Jone, Jonell, Jonelle, Jong, Joni, Jonie, Jonna, Jonnie, Jordan, Jose, Josefa, Josefina, Josefine, Joselyn, Joseph, Josephina, Josephine, Josette, Joshua, Josie, Joslyn, Josphine, Jovan, Jovita, Joy, Joya, Joyce, Joycelyn, Joye, Juan, Juana, Juanita, Jude, Judi, Judie, Judith, Judy, Jule, Julee, Julene, Juli, Julia, Julian, Juliana, Juliane, Juliann, Julianna, Julianne, Julie, Julieann, Julienne, Juliet, Julieta, Julietta, Juliette, Julio, Julissa, June, Jung, Junie, Junita, Junko, Justa, Justin, Justina, Justine, Jutta, Ka, Kacey, Kaci, Kacie, Kacy, Kai, Kaila, Kaitlin, Kaitlyn, Kala, Kaleigh, Kaley, Kali, Kallie, Kalyn, Kam, Kamala, Kami, Kamilah, Kandace, Kandi, Kandice, Kandis, Kandra, Kandy, Kanesha, Kanisha, Kara, Karan, Kareen, Karen, Karena, Karey, Kari, Karie, Karima, Karin, Karina, Karine, Karisa, Karissa, Karl, Karla, Karleen, Karlene, Karly, Karlyn, Karma, Karmen, Karol, Karole, Karoline, Karolyn, Karon, Karren, Karri, Karrie, Karry, Kary, Karyl, Karyn, Kasandra, Kasey, Kasha, Kasi, Kasie, Kassandra, Kassie, Kate, Katelin, Katelyn, Katelynn, Katerine, Kathaleen, Katharina, Katharine, Katharyn, Kathe, Katheleen, Katherin, Katherina, Katherine, Kathern, Katheryn, Kathey, Kathi, Kathie, Kathleen, Kathlene, Kathline, Kathlyn, Kathrin, Kathrine, Kathryn, Kathryne, Kathy, Kathyrn, Kati, Katia, Katie, Katina, Katlyn, Katrice, Katrina, Kattie, Katy, Kay, Kayce, Kaycee, Kaye, Kayla, Kaylee, Kayleen, Kayleigh, Kaylene, Kazuko, Kecia, Keeley, Keely, Keena, Keesha, Keiko, Keila, Keira, Keisha, Keith, Keitha, Keli, Kelle, Kellee, Kelley, Kelli, Kellie, Kelly, Kellye, Kelsey, Kelsi, Kelsie, Kemberly, Kena, Kenda, Kendal, Kendall, Kendra, Kenia, Kenisha, Kenna, Kenneth, Kenya, Kenyatta, Kenyetta, Kera, Keren, Keri, Kerri, Kerrie, Kerry, Kerstin, Kesha, Keshia, Keturah, Keva, Kevin, Khadijah, Khalilah, Kia, Kiana, Kiara, Kiera, Kiersten, Kiesha, Kiley, Kim, Kimber, Kimberely, Kimberlee, Kimberley, Kimberli, Kimberlie, Kimberly, Kimbery, Kimbra, Kimi, Kimiko, Kina, Kindra, Kira, Kirby, Kirsten, Kirstie, Kirstin, Kisha, Kit, Kittie, Kitty, Kiyoko, Kizzie, Kizzy, Klara, Kori, Kortney, Kourtney, Kris, Krishna, Krissy, Krista, Kristal, Kristan, Kristeen, Kristel, Kristen, Kristi, Kristian, Kristie, Kristin, Kristina, Kristine, Kristle, Kristy, Kristyn, Krysta, Krystal, Krysten, Krystin, Krystina, Krystle, Krystyna, Kum, Kyla, Kyle, Kylee, Kylie, Kym, Kymberly, Kyoko, Kyong, Kyra, Kyung, Lacey, Lachelle, Laci, Lacie, Lacresha, Lacy, Ladawn, Ladonna, Lady, Lael, Lahoma, Lai, Laila, Laine, Lajuana, Lakeesha, Lakeisha, Lakendra, Lakenya, Lakesha, Lakeshia, Lakia, Lakiesha, Lakisha, Lakita, Lala, Lamonica, Lan, Lana, Lane, Lanell, Lanelle, Lanette, Lang, Lani, Lanie, Lanita, Lannie, Lanora, Laquanda, Laquita, Lara, Larae, Laraine, Laree, Larhonda, Larisa, Larissa, Larita, Laronda, Larraine, Larry, Larue, Lasandra, Lashanda, Lashandra, Lashaun, Lashaunda, Lashawn, Lashawna, Lashawnda, Lashay, Lashell, Lashon, Lashonda, Lashunda, Lasonya, Latanya, Latarsha, Latasha, Latashia, Latesha, Latia, Laticia, Latina, Latisha, Latonia, Latonya, Latoria, Latosha, Latoya, Latoyia, Latrice, Latricia, Latrina, Latrisha, Launa, Laura, Lauralee, Lauran, Laure, Laureen, Laurel, Lauren, Laurena, Laurence, Laurene, Lauretta, Laurette, Lauri, Laurice, Laurie, Laurinda, Laurine, Lauryn, Lavada, Lavelle, Lavenia, Lavera, Lavern, Laverna, Laverne, Laveta, Lavette, Lavina, Lavinia, Lavon, Lavona, Lavonda, Lavone, Lavonia, Lavonna, Lavonne, Lawana, Lawanda, Lawanna, Lawrence, Layla, Layne, Le, Lea, Leah, Lean, Leana, Leandra, Leann, Leanna, Leanne, Leanora, Leatha, Leatrice, Lecia, Leda, Lee, Leeann, Leeanna, Leeanne, Leena, Leesa, Leia, Leida, Leigh, Leigha, Leighann, Leila, Leilani, Leisa, Leisha, Lekisha, Lela, Lelah, Lelia, Lena, Lenita, Lenna, Lennie, Lenora, Lenore, Leo, Leola, Leoma, Leon, Leona, Leonarda, Leone, Leonia, Leonida, Leonie, Leonila, Leonor, Leonora, Leonore, Leontine, Leora, Leota, Lera, Lesa, Lesha, Lesia, Leslee, Lesley, Lesli, Leslie, Lessie, Lester, Leta, Letha, Leticia, Letisha, Letitia, Lettie, Letty, Lewis, Lexie, Lezlie, Li, Lia, Liana, Liane, Lianne, Libbie, Libby, Liberty, Librada, Lida, Lidia, Lien, Lieselotte, Ligia, Lila, Lili, Lilia, Lilian, Liliana, Lilla, Lilli, Lillia, Lilliam, Lillian, Lilliana, Lillie, Lilly, Lily, Lin, Lina, Linda, Lindsay, Lindsey, Lindsy, Lindy, Linette, Ling, Linh, Linn, Linnea, Linnie, Linsey, Lisa, Lisabeth, Lisandra, Lisbeth, Lise, Lisette, Lisha, Lissa, Lissette, Lita, Livia, Liz, Liza, Lizabeth, Lizbeth, Lizeth, Lizette, Lizzette, Lizzie, Loan, Logan, Loida, Lois, Loise, Lola, Lolita, Loma, Lona, Londa, Loni, Lonna, Lonnie, Lora, Loraine, Loralee, Lore, Lorean, Loree, Loreen, Lorelei, Loren, Lorena, Lorene, Lorenza, Loreta, Loretta, Lorette, Lori, Loria, Loriann, Lorie, Lorilee, Lorina, Lorinda, Lorine, Loris, Lorita, Lorna, Lorraine, Lorretta, Lorri, Lorriane, Lorrie, Lorrine, Lory, Lottie, Lou, Louann, Louanne, Louella, Louetta, Louie, Louis, Louisa, Louise, Loura, Lourdes, Lourie, Louvenia, Love, Lovella, Lovetta, Lovie, Loyce, Lu, Luana, Luann, Luanna, Luanne, Luba, Luci, Lucia, Luciana, Lucie, Lucienne, Lucila, Lucile, Lucilla, Lucille, Lucina, Lucinda, Lucrecia, Lucretia, Lucy, Ludie, Ludivina, Lue, Luella, Luetta, Luis, Luisa, Luise, Lula, Lulu, Luna, Lupe, Lupita, Lura, Lurlene, Lurline, Luvenia, Luz, Lyda, Lydia, Lyla, Lyn, Lynda, Lyndia, Lyndsay, Lyndsey, Lynell, Lynelle, Lynetta, Lynette, Lynn, Lynna, Lynne, Lynnette, Lynsey, Ma, Mabel, Mabelle, Mable, Machelle, Macie, Mackenzie, Macy, Madalene, Madaline, Madalyn, Maddie, Madelaine, Madeleine, Madelene, Madeline, Madelyn, Madge, Madie, Madison, Madlyn, Madonna, Mae, Maegan, Mafalda, Magali, Magaly, Magan, Magaret, Magda, Magdalen, Magdalena, Magdalene, Magen, Maggie, Magnolia, Mahalia, Mai, Maia, Maida, Maile, Maira, Maire, Maisha, Maisie, Majorie, Makeda, Malena, Malia, Malika, Malinda, Malisa, Malissa, Malka, Mallie, Mallory, Malorie, Malvina, Mamie, Mammie, Man, Mana, Manda, Mandi, Mandie, Mandy, Manie, Manuela, Many, Mao, Maple, Mara, Maragaret, Maragret, Maranda, Marcela, Marcelene, Marcelina, Marceline, Marcell, Marcella, Marcelle, Marcene, Marchelle, Marci, Marcia, Marcie, Marcy, Mardell, Maren, Marg, Margaret, Margareta, Margarete, Margarett, Margaretta, Margarette, Margarita, Margarite, Margart, Marge, Margene, Margeret, Margert, Margery, Marget, Margherita, Margie, Margit, Margo, Margorie, Margot, Margret, Margrett, Marguerita, Marguerite, Margurite, Margy, Marhta, Mari, Maria, Mariah, Mariam, Marian, Mariana, Marianela, Mariann, Marianna, Marianne, Maribel, Maribeth, Marica, Maricela, Maricruz, Marie, Mariel, Mariela, Mariella, Marielle, Marietta, Mariette, Mariko, Marilee, Marilou, Marilu, Marilyn, Marilynn, Marin, Marina, Marinda, Marine, Mario, Marion, Maris, Marisa, Marisela, Marisha, Marisol, Marissa, Marita, Maritza, Marivel, Marjorie, Marjory, Mark, Marketta, Markita, Marla, Marlana, Marleen, Marlen, Marlena, Marlene, Marlin, Marline, Marlo, Marlyn, Marlys, Marna, Marni, Marnie, Marquerite, Marquetta, Marquita, Marquitta, Marry, Marsha, Marshall, Marta, Marth, Martha, Marti, Martin, Martina, Martine, Marty, Marva, Marvel, Marvella, Marvis, Marx, Mary, Marya, Maryalice, Maryam, Maryann, Maryanna, Maryanne, Marybelle, Marybeth, Maryellen, Maryetta, Maryjane, Maryjo, Maryland, Marylee, Marylin, Maryln, Marylou, Marylouise, Marylyn, Marylynn, Maryrose, Masako, Matha, Mathilda, Mathilde, Matilda, Matilde, Matthew, Mattie, Maud, Maude, Maudie, Maura, Maureen, Maurice, Maurine, Maurita, Mavis, Maxie, Maxima, Maximina, Maxine, May, Maya, Maybell, Maybelle, Maye, Mayme, Mayola, Mayra, Mazie, Mckenzie, Meagan, Meaghan, Mechelle, Meda, Mee, Meg, Megan, Meggan, Meghan, Meghann, Mei, Melaine, Melani, Melania, Melanie, Melany, Melba, Melda, Melia, Melida, Melina, Melinda, Melisa, Melissa, Melissia, Melita, Mellie, Mellisa, Mellissa, Melodee, Melodi, Melodie, Melody, Melonie, Melony, Melva, Melvin, Melvina, Melynda, Mendy, Mercedes, Mercedez, Mercy, Meredith, Meri, Merideth, Meridith, Merilyn, Merissa, Merle, Merlene, Merlyn, Merna, Merri, Merrie, Merrilee, Merrill, Merry, Mertie, Meryl, Meta, Mi, Mia, Mica, Micaela, Micah, Micha, Michael, Michaela, Michaele, Michal, Micheal, Michel, Michele, Michelina, Micheline, Michell, Michelle, Michiko, Mickey, Micki, Mickie, Miesha, Migdalia, Mignon, Miguelina, Mika, Mikaela, Mike, Miki, Mikki, Mila, Milagro, Milagros, Milda, Mildred, Milissa, Millicent, Millie, Milly, Mimi, Min, Mina, Minda, Mindi, Mindy, Minerva, Ming, Minh, Minna, Minnie, Minta, Mira, Miranda, Mireille, Mirella, Mireya, Miriam, Mirian, Mirna, Mirta, Mirtha, Misha, Miss, Missy, Misti, Mistie, Misty, Mitchell, Mitsue, Mitsuko, Mittie, Mitzi, Mitzie, Miyoko, Modesta, Moira, Mollie, Molly, Mona, Monet, Monica, Monika, Monique, Monnie, Monserrate, Moon, Mora, Morgan, Moriah, Mozell, Mozella, Mozelle, Mui, Muoi, Muriel, My, Myesha, Myong, Myra, Myriam, Myrl, Myrle, Myrna, Myrta, Myrtice, Myrtie, Myrtis, Myrtle, Myung, Na, Nada, Nadene, Nadia, Nadine, Naida, Nakesha, Nakia, Nakisha, Nakita, Nam, Nan, Nana, Nancee, Nancey, Nanci, Nancie, Nancy, Nanette, Nannette, Nannie, Naoma, Naomi, Narcisa, Natacha, Natalia, Natalie, Natalya, Natasha, Natashia, Nathalie, Natisha, Natividad, Natosha, Necole, Neda, Nedra, Neely, Neida, Nelda, Nelia, Nelida, Nell, Nella, Nelle, Nellie, Nelly, Nena, Nenita, Neoma, Neomi, Nereida, Nerissa, Nery, Neta, Nettie, Neva, Nevada, Nga, Ngan, Ngoc, Nguyet, Nia, Nichelle, Nichol, Nichole, Nicholle, Nicki, Nickie, Nickole, Nicky, Nicol, Nicola, Nicolasa, Nicole, Nicolette, Nicolle, Nida, Nidia, Niesha, Nieves, Niki, Nikia, Nikita, Nikki, Nikole, Nila, Nilda, Nilsa, Nina, Ninfa, Nisha, Nita, Nobuko, Noel, Noelia, Noella, Noelle, Noemi, Nohemi, Nola, Noma, Nona, Nora, Norah, Noreen, Norene, Noriko, Norine, Norma, Norman, Nova, Novella, Nu, Nubia, Numbers, Nydia, Nyla, Obdulia, Ocie, Octavia, Oda, Odelia, Odell, Odessa, Odette, Odilia, Ofelia, Ok, Ola, Olene, Oleta, Olevia, Olga, Olimpia, Olinda, Oliva, Olive, Olivia, Ollie, Olympia, Oma, Omega, Ona, Oneida, Onie, Onita, Opal, Ophelia, Ora, Oralee, Oralia, Oretha, Orpha, Oscar, Ossie, Otelia, Otha, Otilia, Ouida, Ozell, Ozella, Ozie, Pa, Page, Paige, Palma, Palmira, Pam, Pamala, Pamela, Pamelia, Pamella, Pamila, Pamula, Pandora, Pansy, Paola, Paris, Parthenia, Particia, Pasty, Pat, Patience, Patria, Patrica, Patrice, Patricia, Patrick, Patrina, Patsy, Patti, Pattie, Patty, Paul, Paula, Paulene, Pauletta, Paulette, Paulina, Pauline, Paulita, Paz, Pearl, Pearle, Pearlene, Pearlie, Pearline, Pearly, Peg, Peggie, Peggy, Pei, Penelope, Penney, Penni, Pennie, Penny, Perla, Perry, Peter, Petra, Petrina, Petronila, Phebe, Phillis, Philomena, Phoebe, Phung, Phuong, Phylicia, Phylis, Phyliss, Phyllis, Pia, Piedad, Pilar, Ping, Pinkie, Piper, Pok, Polly, Porsche, Porsha, Portia, Precious, Pricilla, Princess, Priscila, Priscilla, Providencia, Prudence, Pura, Qiana, Queen, Queenie, Quiana, Quinn, Quyen, Rachael, Rachal, Racheal, Rachel, Rachele, Rachell, Rachelle, Racquel, Rae, Raeann, Raelene, Rafaela, Raguel, Raina, Raisa, Ramona, Ramonita, Rana, Ranae, Randa, Randee, Randi, Randy, Ranee, Raquel, Rasheeda, Rashida, Raven, Ray, Raye, Raylene, Raymond, Raymonde, Rayna, Rea, Reagan, Reanna, Reatha, Reba, Rebbeca, Rebbecca, Rebeca, Rebecca, Rebecka, Rebekah, Reda, Reena, Refugia, Refugio, Regan, Regena, Regenia, Regina, Regine, Reginia, Reiko, Reina, Reita, Rema, Remedios, Remona, Rena, Renae, Renata, Renate, Renay, Renda, Rene, Renea, Renee, Renetta, Renita, Renna, Ressie, Reta, Retha, Retta, Reva, Reyna, Reynalda, Rhea, Rheba, Rhiannon, Rhoda, Rhona, Rhonda, Ria, Ricarda, Richard, Richelle, Ricki, Rickie, Rikki, Rima, Rina, Risa, Rita, Riva, Rivka, Robbi, Robbie, Robbin, Robbyn, Robena, Robert, Roberta, Roberto, Robin, Robyn, Rochel, Rochell, Rochelle, Rocio, Rolanda, Rolande, Roma, Romaine, Romana, Romelia, Romona, Rona, Ronald, Ronda, Roni, Ronna, Ronni, Ronnie, Rory, Rosa, Rosalba, Rosalee, Rosalia, Rosalie, Rosalina, Rosalind, Rosalinda, Rosaline, Rosalva, Rosalyn, Rosamaria, Rosamond, Rosana, Rosann, Rosanna, Rosanne, Rosaria, Rosario, Rosaura, Rose, Roseann, Roseanna, Roseanne, Roselee, Roselia, Roseline, Rosella, Roselle, Roselyn, Rosemarie, Rosemary, Rosena, Rosenda, Rosetta, Rosette, Rosia, Rosie, Rosina, Rosio, Rosita, Roslyn, Rossana, Rossie, Rosy, Rowena, Roxana, Roxane, Roxann, Roxanna, Roxanne, Roxie, Roxy, Roy, Royce, Rozanne, Rozella, Rubi, Rubie, Ruby, Rubye, Rudy, Rufina, Russell, Ruth, Rutha, Ruthann, Ruthanne, Ruthe, Ruthie, Ryan, Ryann, Sabina, Sabine, Sabra, Sabrina, Sacha, Sachiko, Sade, Sadie, Sadye, Sage, Salena, Salina, Salley, Sallie, Sally, Salome, Sam, Samantha, Samara, Samatha, Samella, Samira, Sammie, Sammy, Samuel, Sana, Sanda, Sandee, Sandi, Sandie, Sandra, Sandy, Sang, Sanjuana, Sanjuanita, Sanora, Santa, Santana, Santina, Santos, Sara, Sarah, Sarai, Saran, Sari, Sarina, Sarita, Sasha, Saturnina, Sau, Saundra, Savanna, Savannah, Scarlet, Scarlett, Scott, Scottie, Sean, Season, Sebrina, See, Seema, Selena, Selene, Selina, Selma, Sena, Senaida, September, Serafina, Serena, Serina, Serita, Setsuko, Sha, Shae, Shaina, Shakia, Shakira, Shakita, Shala, Shalanda, Shalon, Shalonda, Shameka, Shamika, Shan, Shana, Shanae, Shanda, Shandi, Shandra, Shane, Shaneka, Shanel, Shanell, Shanelle, Shani, Shanice, Shanika, Shaniqua, Shanita, Shanna, Shannan, Shannon, Shanon, Shanta, Shantae, Shantay, Shante, Shantel, Shantell, Shantelle, Shanti, Shaquana, Shaquita, Shara, Sharan, Sharda, Sharee, Sharell, Sharen, Shari, Sharice, Sharie, Sharika, Sharilyn, Sharita, Sharla, Sharleen, Sharlene, Sharmaine, Sharolyn, Sharon, Sharonda, Sharri, Sharron, Sharyl, Sharyn, Shasta, Shaun, Shauna, Shaunda, Shaunna, Shaunta, Shaunte, Shavon, Shavonda, Shavonne, Shawana, Shawanda, Shawanna, Shawn, Shawna, Shawnda, Shawnee, Shawnna, Shawnta, Shay, Shayla, Shayna, Shayne, Shea, Sheba, Sheena, Sheila, Sheilah, Shela, Shelba, Shelby, Shelia, Shella, Shelley, Shelli, Shellie, Shelly, Shemeka, Shemika, Shena, Shenika, Shenita, Shenna, Shera, Sheree, Sherell, Sheri, Sherice, Sheridan, Sherie, Sherika, Sherill, Sherilyn, Sherise, Sherita, Sherlene, Sherley, Sherly, Sherlyn, Sheron, Sherrell, Sherri, Sherrie, Sherril, Sherrill, Sherron, Sherry, Sherryl, Shery, Sheryl, Sheryll, Shiela, Shila, Shiloh, Shin, Shira, Shirely, Shirl, Shirlee, Shirleen, Shirlene, Shirley, Shirly, Shizue, Shizuko, Shona, Shonda, Shondra, Shonna, Shonta, Shoshana, Shu, Shyla, Sibyl, Sidney, Sierra, Signe, Sigrid, Silva, Silvana, Silvia, Sima, Simona, Simone, Simonne, Sina, Sindy, Siobhan, Sirena, Siu, Sixta, Skye, Slyvia, So, Socorro, Sofia, Soila, Sol, Solange, Soledad, Somer, Sommer, Son, Sona, Sondra, Song, Sonia, Sonja, Sonya, Soo, Sook, Soon, Sophia, Sophie, Soraya, Sparkle, Spring, Stacee, Stacey, Staci, Stacia, Stacie, Stacy, Star, Starla, Starr, Stasia, Stefani, Stefania, Stefanie, Stefany, Steffanie, Stella, Stepanie, Stephaine, Stephane, Stephani, Stephania, Stephanie, Stephany, Stephen, Stephenie, Stephine, Stephnie, Steven, Stevie, Stormy, Su, Suanne, Sudie, Sue, Sueann, Suellen, Suk, Sulema, Sumiko, Summer, Sun, Sunday, Sung, Sunni, Sunny, Sunshine, Susan, Susana, Susann, Susanna, Susannah, Susanne, Susie, Susy, Suzan, Suzann, Suzanna, Suzanne, Suzette, Suzi, Suzie, Suzy, Svetlana, Sybil, Syble, Sydney, Sylvia, Sylvie, Synthia, Syreeta, Ta, Tabatha, Tabetha, Tabitha, Tai, Taina, Taisha, Tajuana, Takako, Takisha, Talia, Talisha, Talitha, Tam, Tama, Tamala, Tamar, Tamara, Tamatha, Tambra, Tameika, Tameka, Tamekia, Tamela, Tamera, Tamesha, Tami, Tamica, Tamie, Tamika, Tamiko, Tamisha, Tammara, Tammera, Tammi, Tammie, Tammy, Tamra, Tana, Tandra, Tandy, Taneka, Tanesha, Tangela, Tania, Tanika, Tanisha, Tanja, Tanna, Tanya, Tara, Tarah, Taren, Tari, Tarra, Tarsha, Taryn, Tasha, Tashia, Tashina, Tasia, Tatiana, Tatum, Tatyana, Taunya, Tawana, Tawanda, Tawanna, Tawna, Tawny, Tawnya, Taylor, Tayna, Teena, Tegan, Teisha, Telma, Temeka, Temika, Tempie, Temple, Tena, Tenesha, Tenisha, Tennie, Tennille, Teodora, Teofila, Tequila, Tera, Tereasa, Teresa, Terese, Teresia, Teresita, Teressa, Teri, Terica, Terina, Terisa, Terra, Terrell, Terresa, Terri, Terrie, Terrilyn, Terry, Tesha, Tess, Tessa, Tessie, Thalia, Thanh, Thao, Thea, Theda, Thelma, Theo, Theodora, Theola, Theresa, Therese, Theresia, Theressa, Thersa, Thi, Thomasena, Thomasina, Thomasine, Thora, Thresa, Thu, Thuy, Tia, Tiana, Tianna, Tiara, Tien, Tiera, Tierra, Tiesha, Tifany, Tiffaney, Tiffani, Tiffanie, Tiffany, Tiffiny, Tijuana, Tilda, Tillie, Timika, Timothy, Tina, Tinisha, Tiny, Tisa, Tish, Tisha, Tobi, Tobie, Toby, Toccara, Toi, Tomasa, Tomeka, Tomi, Tomika, Tomiko, Tommie, Tommy, Tommye, Tomoko, Tona, Tonda, Tonette, Toni, Tonia, Tonie, Tonisha, Tonita, Tonja, Tony, Tonya, Tora, Tori, Torie, Torri, Torrie, Tory, Tosha, Toshia, Toshiko, Tova, Towanda, Toya, Tracee, Tracey, Traci, Tracie, Tracy, Tran, Trang, Travis, Treasa, Treena, Trena, Tresa, Tressa, Tressie, Treva, Tricia, Trina, Trinh, Trinidad, Trinity, Trish, Trisha, Trista, Tristan, Troy, Trudi, Trudie, Trudy, Trula, Tu, Tula, Tuyet, Twana, Twanda, Twanna, Twila, Twyla, Tyesha, Tyisha, Tyler, Tynisha, Tyra, Ula, Ulrike, Un, Una, Ursula, Usha, Ute, Vada, Val, Valarie, Valda, Valencia, Valene, Valentina, Valentine, Valeri, Valeria, Valerie, Valery, Vallie, Valorie, Valrie, Van, Vanda, Vanesa, Vanessa, Vanetta, Vania, Vanita, Vanna, Vannesa, Vannessa, Vashti, Vasiliki, Veda, Velda, Velia, Vella, Velma, Velva, Velvet, Vena, Venessa, Venetta, Venice, Venita, Vennie, Venus, Veola, Vera, Verda, Verdell, Verdie, Verena, Vergie, Verla, Verlene, Verlie, Verline, Verna, Vernell, Vernetta, Vernia, Vernice, Vernie, Vernita, Vernon, Verona, Veronica, Veronika, Veronique, Versie, Vertie, Vesta, Veta, Vi, Vicenta, Vickey, Vicki, Vickie, Vicky, Victor, Victoria, Victorina, Vida, Viki, Vikki, Vilma, Vina, Vincenza, Vinita, Vinnie, Viola, Violet, Violeta, Violette, Virgen, Virgie, Virgil, Virgina, Virginia, Vita, Viva, Vivan, Vivian, Viviana, Vivien, Vivienne, Voncile, Vonda, Vonnie, Wai, Walter, Waltraud, Wan, Wanda, Waneta, Wanetta, Wanita, Wava, Wei, Wen, Wendi, Wendie, Wendolyn, Wendy, Wenona, Wesley, Whitley, Whitney, Wilda, Wilhelmina, Wilhemina, Willa, Willena, Willene, Willetta, Willette, Willia, William, Willie, Williemae, Willodean, Willow, Wilma, Windy, Winifred, Winnie, Winnifred, Winona, Winter, Wonda, Wynell, Wynona, Xenia, Xiao, Xiomara, Xochitl, Xuan, Yadira, Yaeko, Yael, Yahaira, Yajaira, Yan, Yang, Yanira, Yasmin, Yasmine, Yasuko, Yee, Yelena, Yen, Yer, Yesenia, Yessenia, Yetta, Yevette, Yi, Ying, Yoko, Yolanda, Yolande, Yolando, Yolonda, Yon, Yong, Yoshie, Yoshiko, Youlanda, Young, Yu, Yuette, Yuk, Yuki, Yukiko, Yuko, Yulanda, Yun, Yung, Yuonne, Yuri, Yuriko, Yvette, Yvone, Yvonne, Zada, Zaida, Zana, Zandra, Zelda, Zella, Zelma, Zena, Zenaida, Zenia, Zenobia, Zetta, Zina, Zita, Zoe, Zofia, Zoila, Zola, Zona, Zonia, Zora, Zoraida, Zula, Zulema, Zulma]
6
+ first_name:
7
+ - "#{female_first_name}"
8
+ - "#{male_first_name}"
9
+ last_name: [Abbott, Abernathy, Abshire, Adams, Altenwerth, Anderson, Ankunding, Armstrong, Auer, Aufderhar, Bahringer, Bailey, Balistreri, Barrows, Bartell, Bartoletti, Barton, Bashirian, Batz, Bauch, Baumbach, Bayer, Beahan, Beatty, Bechtelar, Becker, Bednar, Beer, Beier, Berge, Bergnaum, Bergstrom, Bernhard, Bernier, Bins, Blanda, Blick, Block, Bode, Boehm, Bogan, Bogisich, Borer, Bosco, Botsford, Boyer, Boyle, Bradtke, Brakus, Braun, Breitenberg, Brekke, Brown, Bruen, Buckridge, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Conn, Connelly, Conroy, Considine, Corkery, Cormier, Corwin, Cremin, Crist, Crona, Cronin, Crooks, Cruickshank, Cummerata, Cummings, Dach, D'Amore, Daniel, Dare, Daugherty, Davis, Deckow, Denesik, Dibbert, Dickens, Dicki, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, DuBuque, Durgan, Ebert, Effertz, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feest, Feil, Ferry, Fisher, Flatley, Frami, Franecki, Friesen, Fritsch, Funk, Gaylord, Gerhold, Gerlach, Gibson, Gislason, Gleason, Gleichner, Glover, Goldner, Goodwin, Gorczany, Gottlieb, Goyette, Grady, Graham, Grant, Green, Greenfelder, Greenholt, Grimes, Gulgowski, Gusikowski, Gutkowski, Gutmann, Haag, Hackett, Hagenes, Hahn, Haley, Halvorson, Hamill, Hammes, Hand, Hane, Hansen, Harber, Harris, Hartmann, Harvey, Hauck, Hayes, Heaney, Heathcote, Hegmann, Heidenreich, Heller, Herman, Hermann, Hermiston, Herzog, Hessel, Hettinger, Hickle, Hilll, Hills, Hilpert, Hintz, Hirthe, Hodkiewicz, Hoeger, Homenick, Hoppe, Howe, Howell, Hudson, Huel, Huels, Hyatt, Jacobi, Jacobs, Jacobson, Jakubowski, Jaskolski, Jast, Jenkins, Jerde, Johns, Johnson, Johnston, Jones, Kassulke, Kautzer, Keebler, Keeling, Kemmer, Kerluke, Kertzmann, Kessler, Kiehn, Kihn, Kilback, King, Kirlin, Klein, Kling, Klocko, Koch, Koelpin, Koepp, Kohler, Konopelski, Koss, Kovacek, Kozey, Krajcik, Kreiger, Kris, Kshlerin, Kub, Kuhic, Kuhlman, Kuhn, Kulas, Kunde, Kunze, Kuphal, Kutch, Kuvalis, Labadie, Lakin, Lang, Langosh, Langworth, Larkin, Larson, Leannon, Lebsack, Ledner, Leffler, Legros, Lehner, Lemke, Lesch, Leuschke, Lind, Lindgren, Littel, Little, Lockman, Lowe, Lubowitz, Lueilwitz, Luettgen, Lynch, Macejkovic, MacGyver, Maggio, Mann, Mante, Marks, Marquardt, Marvin, Mayer, Mayert, McClure, McCullough, McDermott, McGlynn, McKenzie, McLaughlin, Medhurst, Mertz, Metz, Miller, Mills, Mitchell, Moen, Mohr, Monahan, Moore, Morar, Morissette, Mosciski, Mraz, Mueller, Muller, Murazik, Murphy, Murray, Nader, Nicolas, Nienow, Nikolaus, Nitzsche, Nolan, Oberbrunner, O'Connell, O'Conner, O'Hara, O'Keefe, O'Kon, Okuneva, Olson, Ondricka, O'Reilly, Orn, Ortiz, Osinski, Pacocha, Padberg, Pagac, Parisian, Parker, Paucek, Pfannerstill, Pfeffer, Pollich, Pouros, Powlowski, Predovic, Price, Prohaska, Prosacco, Purdy, Quigley, Quitzon, Rath, Ratke, Rau, Raynor, Reichel, Reichert, Reilly, Reinger, Rempel, Renner, Reynolds, Rice, Rippin, Ritchie, Robel, Roberts, Rodriguez, Rogahn, Rohan, Rolfson, Romaguera, Roob, Rosenbaum, Rowe, Ruecker, Runolfsdottir, Runolfsson, Runte, Russel, Rutherford, Ryan, Sanford, Satterfield, Sauer, Sawayn, Schaden, Schaefer, Schamberger, Schiller, Schimmel, Schinner, Schmeler, Schmidt, Schmitt, Schneider, Schoen, Schowalter, Schroeder, Schulist, Schultz, Schumm, Schuppe, Schuster, Senger, Shanahan, Shields, Simonis, Sipes, Skiles, Smith, Smitham, Spencer, Spinka, Sporer, Stamm, Stanton, Stark, Stehr, Steuber, Stiedemann, Stokes, Stoltenberg, Stracke, Streich, Stroman, Strosin, Swaniawski, Swift, Terry, Thiel, Thompson, Tillman, Torp, Torphy, Towne, Toy, Trantow, Tremblay, Treutel, Tromp, Turcotte, Turner, Ullrich, Upton, Vandervort, Veum, Volkman, Von, VonRueden, Waelchi, Walker, Walsh, Walter, Ward, Waters, Watsica, Weber, Wehner, Weimann, Weissnat, Welch, West, White, Wiegand, Wilderman, Wilkinson, Will, Williamson, Willms, Windler, Wintheiser, Wisoky, Wisozk, Witting, Wiza, Wolf, Wolff, Wuckert, Wunsch, Wyman, Yost, Yundt, Zboncak, Zemlak, Ziemann, Zieme, Zulauf]
10
+ prefix: [Mr., Mrs., Ms., Miss, Dr.]
11
+ suffix: [Jr., Sr., I, II, III, IV, V, MD, DDS, PhD, DVM]
12
+ name:
13
+ - "#{prefix} #{first_name} #{last_name}"
14
+ - "#{first_name} #{last_name} #{suffix}"
15
+ - "#{first_name} #{last_name}"
16
+ - "#{first_name} #{last_name}"
17
+ - "#{first_name} #{last_name}"
18
+ - "#{first_name} #{last_name}"
19
+ name_with_middle:
20
+ - "#{prefix} #{first_name} #{last_name} #{last_name}"
21
+ - "#{first_name} #{last_name} #{last_name} #{suffix}"
22
+ - "#{first_name} #{last_name} #{last_name}"
23
+ - "#{first_name} #{last_name} #{last_name}"
24
+ - "#{first_name} #{last_name} #{last_name}"
25
+ - "#{first_name} #{last_name} #{last_name}"
@@ -0,0 +1,11 @@
1
+ en:
2
+ faker:
3
+ nation:
4
+ # National flag emojis in bytes
5
+ # Source for list: https://emojipedia.org/flags
6
+ flag: [[240, 159, 135, 166, 240, 159, 135, 168], [240, 159, 135, 166, 240, 159, 135, 169], [240, 159, 135, 166, 240, 159, 135, 170], [240, 159, 135, 166, 240, 159, 135, 171], [240, 159, 135, 166, 240, 159, 135, 172], [240, 159, 135, 166, 240, 159, 135, 174], [240, 159, 135, 166, 240, 159, 135, 177], [240, 159, 135, 166, 240, 159, 135, 178], [240, 159, 135, 166, 240, 159, 135, 180], [240, 159, 135, 166, 240, 159, 135, 182], [240, 159, 135, 166, 240, 159, 135, 183], [240, 159, 135, 166, 240, 159, 135, 184], [240, 159, 135, 166, 240, 159, 135, 185], [240, 159, 135, 166, 240, 159, 135, 186], [240, 159, 135, 166, 240, 159, 135, 188], [240, 159, 135, 166, 240, 159, 135, 189], [240, 159, 135, 166, 240, 159, 135, 191], [240, 159, 135, 167, 240, 159, 135, 166], [240, 159, 135, 167, 240, 159, 135, 167], [240, 159, 135, 167, 240, 159, 135, 169], [240, 159, 135, 167, 240, 159, 135, 170], [240, 159, 135, 167, 240, 159, 135, 171], [240, 159, 135, 167, 240, 159, 135, 172], [240, 159, 135, 167, 240, 159, 135, 173], [240, 159, 135, 167, 240, 159, 135, 174], [240, 159, 135, 167, 240, 159, 135, 175], [240, 159, 135, 167, 240, 159, 135, 177], [240, 159, 135, 167, 240, 159, 135, 178], [240, 159, 135, 167, 240, 159, 135, 179], [240, 159, 135, 167, 240, 159, 135, 180], [240, 159, 135, 167, 240, 159, 135, 182], [240, 159, 135, 167, 240, 159, 135, 183], [240, 159, 135, 167, 240, 159, 135, 184], [240, 159, 135, 167, 240, 159, 135, 185], [240, 159, 135, 167, 240, 159, 135, 187], [240, 159, 135, 167, 240, 159, 135, 188], [240, 159, 135, 167, 240, 159, 135, 190], [240, 159, 135, 167, 240, 159, 135, 191], [240, 159, 135, 168, 240, 159, 135, 166], [240, 159, 135, 168, 240, 159, 135, 168], [240, 159, 135, 168, 240, 159, 135, 169], [240, 159, 135, 168, 240, 159, 135, 171], [240, 159, 135, 168, 240, 159, 135, 172], [240, 159, 135, 168, 240, 159, 135, 173], [240, 159, 135, 168, 240, 159, 135, 174], [240, 159, 135, 168, 240, 159, 135, 176], [240, 159, 135, 168, 240, 159, 135, 177], [240, 159, 135, 168, 240, 159, 135, 178], [240, 159, 135, 168, 240, 159, 135, 179], [240, 159, 135, 168, 240, 159, 135, 180], [240, 159, 135, 168, 240, 159, 135, 181], [240, 159, 135, 168, 240, 159, 135, 183], [240, 159, 135, 168, 240, 159, 135, 186], [240, 159, 135, 168, 240, 159, 135, 187], [240, 159, 135, 168, 240, 159, 135, 188], [240, 159, 135, 168, 240, 159, 135, 189], [240, 159, 135, 168, 240, 159, 135, 190], [240, 159, 135, 168, 240, 159, 135, 191], [240, 159, 135, 169, 240, 159, 135, 170], [240, 159, 135, 169, 240, 159, 135, 172], [240, 159, 135, 169, 240, 159, 135, 175], [240, 159, 135, 169, 240, 159, 135, 176], [240, 159, 135, 169, 240, 159, 135, 178], [240, 159, 135, 169, 240, 159, 135, 180], [240, 159, 135, 169, 240, 159, 135, 191], [240, 159, 135, 170, 240, 159, 135, 166], [240, 159, 135, 170, 240, 159, 135, 168], [240, 159, 135, 170, 240, 159, 135, 170], [240, 159, 135, 170, 240, 159, 135, 172], [240, 159, 135, 170, 240, 159, 135, 173], [240, 159, 135, 170, 240, 159, 135, 183], [240, 159, 135, 170, 240, 159, 135, 184], [240, 159, 135, 170, 240, 159, 135, 185], [240, 159, 135, 170, 240, 159, 135, 186], [240, 159, 135, 171, 240, 159, 135, 174], [240, 159, 135, 171, 240, 159, 135, 175], [240, 159, 135, 171, 240, 159, 135, 176], [240, 159, 135, 171, 240, 159, 135, 178], [240, 159, 135, 171, 240, 159, 135, 180], [240, 159, 135, 171, 240, 159, 135, 183], [240, 159, 135, 172, 240, 159, 135, 166], [240, 159, 135, 172, 240, 159, 135, 167], [240, 159, 135, 172, 240, 159, 135, 169], [240, 159, 135, 172, 240, 159, 135, 170], [240, 159, 135, 172, 240, 159, 135, 171], [240, 159, 135, 172, 240, 159, 135, 172], [240, 159, 135, 172, 240, 159, 135, 173], [240, 159, 135, 172, 240, 159, 135, 174], [240, 159, 135, 172, 240, 159, 135, 177], [240, 159, 135, 172, 240, 159, 135, 178], [240, 159, 135, 172, 240, 159, 135, 179], [240, 159, 135, 172, 240, 159, 135, 181], [240, 159, 135, 172, 240, 159, 135, 182], [240, 159, 135, 172, 240, 159, 135, 183], [240, 159, 135, 172, 240, 159, 135, 184], [240, 159, 135, 172, 240, 159, 135, 185], [240, 159, 135, 172, 240, 159, 135, 186], [240, 159, 135, 172, 240, 159, 135, 188], [240, 159, 135, 172, 240, 159, 135, 190], [240, 159, 135, 173, 240, 159, 135, 176], [240, 159, 135, 173, 240, 159, 135, 178], [240, 159, 135, 173, 240, 159, 135, 179], [240, 159, 135, 173, 240, 159, 135, 183], [240, 159, 135, 173, 240, 159, 135, 185], [240, 159, 135, 173, 240, 159, 135, 186], [240, 159, 135, 174, 240, 159, 135, 168], [240, 159, 135, 174, 240, 159, 135, 169], [240, 159, 135, 174, 240, 159, 135, 170], [240, 159, 135, 174, 240, 159, 135, 177], [240, 159, 135, 174, 240, 159, 135, 178], [240, 159, 135, 174, 240, 159, 135, 179], [240, 159, 135, 174, 240, 159, 135, 180], [240, 159, 135, 174, 240, 159, 135, 182], [240, 159, 135, 174, 240, 159, 135, 183], [240, 159, 135, 174, 240, 159, 135, 184], [240, 159, 135, 174, 240, 159, 135, 185], [240, 159, 135, 175, 240, 159, 135, 170], [240, 159, 135, 175, 240, 159, 135, 178], [240, 159, 135, 175, 240, 159, 135, 180], [240, 159, 135, 175, 240, 159, 135, 181], [240, 159, 135, 176, 240, 159, 135, 170], [240, 159, 135, 176, 240, 159, 135, 172], [240, 159, 135, 176, 240, 159, 135, 173], [240, 159, 135, 176, 240, 159, 135, 174], [240, 159, 135, 176, 240, 159, 135, 178], [240, 159, 135, 176, 240, 159, 135, 179], [240, 159, 135, 176, 240, 159, 135, 181], [240, 159, 135, 176, 240, 159, 135, 183], [240, 159, 135, 176, 240, 159, 135, 188], [240, 159, 135, 176, 240, 159, 135, 190], [240, 159, 135, 176, 240, 159, 135, 191], [240, 159, 135, 177, 240, 159, 135, 166], [240, 159, 135, 177, 240, 159, 135, 167], [240, 159, 135, 177, 240, 159, 135, 168], [240, 159, 135, 177, 240, 159, 135, 174], [240, 159, 135, 177, 240, 159, 135, 176], [240, 159, 135, 177, 240, 159, 135, 183], [240, 159, 135, 177, 240, 159, 135, 184], [240, 159, 135, 177, 240, 159, 135, 185], [240, 159, 135, 177, 240, 159, 135, 186], [240, 159, 135, 177, 240, 159, 135, 187], [240, 159, 135, 177, 240, 159, 135, 190], [240, 159, 135, 178, 240, 159, 135, 166], [240, 159, 135, 178, 240, 159, 135, 168], [240, 159, 135, 178, 240, 159, 135, 169], [240, 159, 135, 178, 240, 159, 135, 170], [240, 159, 135, 178, 240, 159, 135, 171], [240, 159, 135, 178, 240, 159, 135, 172], [240, 159, 135, 178, 240, 159, 135, 173], [240, 159, 135, 178, 240, 159, 135, 176], [240, 159, 135, 178, 240, 159, 135, 177], [240, 159, 135, 178, 240, 159, 135, 178], [240, 159, 135, 178, 240, 159, 135, 179], [240, 159, 135, 178, 240, 159, 135, 180], [240, 159, 135, 178, 240, 159, 135, 181], [240, 159, 135, 178, 240, 159, 135, 182], [240, 159, 135, 178, 240, 159, 135, 183], [240, 159, 135, 178, 240, 159, 135, 184], [240, 159, 135, 178, 240, 159, 135, 185], [240, 159, 135, 178, 240, 159, 135, 186], [240, 159, 135, 178, 240, 159, 135, 187], [240, 159, 135, 178, 240, 159, 135, 188], [240, 159, 135, 178, 240, 159, 135, 189], [240, 159, 135, 178, 240, 159, 135, 190], [240, 159, 135, 178, 240, 159, 135, 191], [240, 159, 135, 179, 240, 159, 135, 166], [240, 159, 135, 179, 240, 159, 135, 168], [240, 159, 135, 179, 240, 159, 135, 170], [240, 159, 135, 179, 240, 159, 135, 171], [240, 159, 135, 179, 240, 159, 135, 172], [240, 159, 135, 179, 240, 159, 135, 174], [240, 159, 135, 179, 240, 159, 135, 177], [240, 159, 135, 179, 240, 159, 135, 180], [240, 159, 135, 179, 240, 159, 135, 181], [240, 159, 135, 179, 240, 159, 135, 183], [240, 159, 135, 179, 240, 159, 135, 186], [240, 159, 135, 179, 240, 159, 135, 191], [240, 159, 135, 180, 240, 159, 135, 178], [240, 159, 135, 181, 240, 159, 135, 166], [240, 159, 135, 181, 240, 159, 135, 170], [240, 159, 135, 181, 240, 159, 135, 171], [240, 159, 135, 181, 240, 159, 135, 172], [240, 159, 135, 181, 240, 159, 135, 173], [240, 159, 135, 181, 240, 159, 135, 176], [240, 159, 135, 181, 240, 159, 135, 177], [240, 159, 135, 181, 240, 159, 135, 178], [240, 159, 135, 181, 240, 159, 135, 179], [240, 159, 135, 181, 240, 159, 135, 183], [240, 159, 135, 181, 240, 159, 135, 184], [240, 159, 135, 181, 240, 159, 135, 185], [240, 159, 135, 181, 240, 159, 135, 188], [240, 159, 135, 181, 240, 159, 135, 190], [240, 159, 135, 182, 240, 159, 135, 166], [240, 159, 135, 183, 240, 159, 135, 170], [240, 159, 135, 183, 240, 159, 135, 180], [240, 159, 135, 183, 240, 159, 135, 184], [240, 159, 135, 183, 240, 159, 135, 186], [240, 159, 135, 183, 240, 159, 135, 188], [240, 159, 135, 184, 240, 159, 135, 166], [240, 159, 135, 184, 240, 159, 135, 167], [240, 159, 135, 184, 240, 159, 135, 168], [240, 159, 135, 184, 240, 159, 135, 169], [240, 159, 135, 184, 240, 159, 135, 170], [240, 159, 135, 184, 240, 159, 135, 172], [240, 159, 135, 184, 240, 159, 135, 173], [240, 159, 135, 184, 240, 159, 135, 174], [240, 159, 135, 184, 240, 159, 135, 175], [240, 159, 135, 184, 240, 159, 135, 176], [240, 159, 135, 184, 240, 159, 135, 177], [240, 159, 135, 184, 240, 159, 135, 178], [240, 159, 135, 184, 240, 159, 135, 179], [240, 159, 135, 184, 240, 159, 135, 180], [240, 159, 135, 184, 240, 159, 135, 183], [240, 159, 135, 184, 240, 159, 135, 184], [240, 159, 135, 184, 240, 159, 135, 185], [240, 159, 135, 184, 240, 159, 135, 187], [240, 159, 135, 184, 240, 159, 135, 189], [240, 159, 135, 184, 240, 159, 135, 190], [240, 159, 135, 184, 240, 159, 135, 191], [240, 159, 135, 185, 240, 159, 135, 166], [240, 159, 135, 185, 240, 159, 135, 168], [240, 159, 135, 185, 240, 159, 135, 169], [240, 159, 135, 185, 240, 159, 135, 171], [240, 159, 135, 185, 240, 159, 135, 172], [240, 159, 135, 185, 240, 159, 135, 173], [240, 159, 135, 185, 240, 159, 135, 175], [240, 159, 135, 185, 240, 159, 135, 176], [240, 159, 135, 185, 240, 159, 135, 177], [240, 159, 135, 185, 240, 159, 135, 178], [240, 159, 135, 185, 240, 159, 135, 179], [240, 159, 135, 185, 240, 159, 135, 180], [240, 159, 135, 185, 240, 159, 135, 183], [240, 159, 135, 185, 240, 159, 135, 185], [240, 159, 135, 185, 240, 159, 135, 187], [240, 159, 135, 185, 240, 159, 135, 188], [240, 159, 135, 185, 240, 159, 135, 191], [240, 159, 135, 186, 240, 159, 135, 166], [240, 159, 135, 186, 240, 159, 135, 172], [240, 159, 135, 186, 240, 159, 135, 178], [240, 159, 135, 186, 240, 159, 135, 179], [240, 159, 135, 186, 240, 159, 135, 184], [240, 159, 135, 186, 240, 159, 135, 190], [240, 159, 135, 186, 240, 159, 135, 191], [240, 159, 135, 187, 240, 159, 135, 166], [240, 159, 135, 187, 240, 159, 135, 168], [240, 159, 135, 187, 240, 159, 135, 170], [240, 159, 135, 187, 240, 159, 135, 172], [240, 159, 135, 187, 240, 159, 135, 174], [240, 159, 135, 187, 240, 159, 135, 179], [240, 159, 135, 187, 240, 159, 135, 186], [240, 159, 135, 188, 240, 159, 135, 171], [240, 159, 135, 188, 240, 159, 135, 184], [240, 159, 135, 189, 240, 159, 135, 176], [240, 159, 135, 190, 240, 159, 135, 170], [240, 159, 135, 190, 240, 159, 135, 185], [240, 159, 135, 191, 240, 159, 135, 166], [240, 159, 135, 191, 240, 159, 135, 178], [240, 159, 135, 191, 240, 159, 135, 188], [240, 159, 143, 180, 243, 160, 129, 167, 243, 160, 129, 162, 243, 160, 129, 165, 243, 160, 129, 174, 243, 160, 129, 167, 243, 160, 129, 191], [240, 159, 143, 180, 243, 160, 129, 167, 243, 160, 129, 162, 243, 160, 129, 179, 243, 160, 129, 163, 243, 160, 129, 180, 243, 160, 129, 191], [240, 159, 143, 180, 243, 160, 129, 167, 243, 160, 129, 162, 243, 160, 129, 183, 243, 160, 129, 172, 243, 160, 129, 179, 243, 160, 129, 191]]
7
+ # This list is taken from https://en.wikipedia.org/wiki/Lists_of_people_by_nationality
8
+ nationality: [Afghans, Albanians, Algerians, Americans, Andorrans, Angolans, Argentines, Armenians, Aromanians, Arubans, Australians, Austrians, Bahamians, Bahrainis, Bangladeshis, Barbadians, Belarusians, Belgians, Belizeans, Bermudians, Boers, Bosniaks, Brazilians, Bretons, British, British Virgin Islanders, Bulgarians, Macedonian Bulgarians, Burkinabès, Burundians, Cambodians, Cameroonians, Canadians, Catalans, Cape, Verdeans, Chadians, Chileans, Chinese, Colombians, Comorians, Congolese, Croatians, Cubans, Turkish Cypriots, Czechs, Danes, Dominicans (Republic), Dominicans (Commonwealth), Dutch, East Timorese, Ecuadorians, Egyptians, Emiratis, English, Eritreans, Estonians, Ethiopians, Faroese, Finns, Finnish Swedish, Fijians, Filipinos, French citizens, Georgians, Germans, Baltic Germans, Ghanaians, Gibraltar, Greeks, Greek Macedonians, Grenadians, Guatemalans, Guianese (French), Guineans, Guinea-Bissau nationals, Guyanese, Haitians, Hondurans, Hong Kong, Hungarians, Icelanders, Indians, Indonesians, Iranians (Persians), Iraqis, Irish, Israelis, Italians, Ivoirians, Jamaicans, Japanese, Jordanians, Kazakhs, Kenyans, Koreans, Kosovo Albanians, Kurds, Kuwaitis, Lao, Latvians, Lebanese, Liberians, Libyans, Liechtensteiners, Lithuanians, Luxembourgers, Macedonians, Malagasy, Malaysians, Malawians, Maldivians, Malians, Maltese, Manx, Mauritians, Mexicans, Moldovans, Moroccans, Mongolians, Montenegrins, Namibians, Nepalese, New Zealanders, Nicaraguans, Nigeriens, Nigerians, Norwegians, Pakistanis, Palauans, Palestinians, Panamanians, Papua New Guineans, Paraguayans, Peruvians, Poles, Portuguese, Puerto Ricans, Quebecers, Réunionnais, Romanians, Russians, Baltic Russians,Rwandans,Salvadorans, São Tomé and Príncipe, Saudis, Scots, Senegalese, Serbs, Sierra Leoneans, Singaporeans, Sindhian, Slovaks, Slovenes, Somalis, South Africans, Spaniards, Sri Lankans,St Lucians,Sudanese,Surinamese,Swedes,Swiss,Syrians,Taiwanese,Tanzanians,Thais,Tibetans,Tobagonians,Trinidadians,Tunisians,Turks,Tuvaluans,Ugandans,Ukrainians,Uruguayans,Uzbeks,Vanuatuans,Venezuelans,Vietnamese,Welsh,Yemenis,Zambians,Zimbabweans]
9
+ language: [Nepali, Hindi, English, Arabic, Portuguese, Russian, Japanese, German, Javanese, Telugu, Korean, French, Marathi, Italian, Thai, Hakka, Tagalog, Romanian, Dutch, Kazakh, Zulu, Swedish]
10
+ # This list is taken from https://www.thoughtco.com/capitals-of-every-independent-country-1434452
11
+ capital_city: [Kabul, Tirana, Algiers, Andorra la Vella, Luanda, Saint John's, Buenos Aires, Yerevan, Canberra, Vienna, Baku, Nassau, Manama, Dhaka, Bridgetown, Minsk, Brussels, Belmopan, Porto-Novo,Thimphu, Sarajevo, Gaborone, Brasilia, Bandar Seri Begawan, Sofia, Ouagadougou, Bujumbura, Phnom Penh, Yaounde, Ottawa, Praia Bangui, N'Djamena, Santiago, Beijing, Bogota, Moroni, Brazzaville, Kinshasa, San Jose, Zagreb, Havana, Nicosia, Prague, Copenhagen, Djibouti, Roseau, Santo Domingo, Dili, Quito, Cairo, San Salvador, Malabo, Asmara, Tallinn, Addis Ababa, Suva, Helsinki, Paris, Libreville, Banjul, Tbilisi, Berlin, Accra, Athens, Saint George's, Guatemala City, Conakry, Bissau, Georgetown, Prince, Tegucigalpa, Budapest, Reykjavik, New Delhi, Jakarta, Tehran, Baghdad, Dublin, Jerusalem, Rome, Kingston, Tokyo, Amman, Astana, Nairobi, Tarawa Atoll, Pyongyang, Seoul, Pristina, Kuwait City, Bishkek, Vientiane, Riga, Beirut, Maseru, Monrovia, Tripoli, Vaduz, Vilnius, Luxembourg, Skopje, Antananarivo, Lilongwe, Kuala Lumpur, Male, Bamako, Valletta, Majuro, Nouakchott, Port Louis, Mexico City, Palikir, Chisinau, Monaco, Ulaanbaatar, Podgorica, Rabat, Maputo, Windhoek, Kathmandu, Wellington, Managua, Niamey, Abuja, Oslo, Muscat, Islamabad, Melekeok, Panama City, Port Moresby, Asuncion, Lima, Manila, Warsaw, Lisbon, Doha, Bucharest, Moscow, Kigali, Basseterre, Castries, Kingstown, Apia, San Marino, Sao Tome, Riyadh, Dakar, Belgrade, Victoria, Freetown, Singapore, Bratislava, Ljubljana, Honiara, Mogadishu, Juba, Madrid, Colombo, Khartoum, Paramaribo, Mbabane, Stockholm, Bern, Damascus, Taipei, Dushanbe, Dar es Salaam, Bangkok, Lome, Nuku'alofa, Port-of-Spain, Tunis, Ankara, Ashgabat, Vaiaku village, Kampala, Kyiv, Abu Dhabi, London, Washington D.C., Montevideo, Tashkent, Port-Vila, Vatican City, Caracas, Hanoi, Sanaa, Lusaka, Harare]
@@ -0,0 +1,4 @@
1
+ en:
2
+ faker:
3
+ nato_phonetic_alphabet:
4
+ code_word: ["Alpha", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "X-ray", "Yankee", "Zulu"]
@@ -0,0 +1,40 @@
1
+ en:
2
+ faker:
3
+ new_girl:
4
+ characters: [
5
+ "Winston Bishop",
6
+ "Cece",
7
+ "Coach",
8
+ "Jessica Day",
9
+ "Nick Miller",
10
+ "Schmidt"
11
+ ]
12
+ quotes: [
13
+ "A no-nail oath? You thought I was gonna sleep with one of you, like I just couldn't help it?",
14
+ "With your big, beautiful blue eyes and my Blair Underwood-like skin, we'd have the most beautiful baby the world has ever seen.",
15
+ "Are you 'White Fanging' me?",
16
+ "You are a beautiful white man, Nick Miller.",
17
+ "Take these, and take care of them. I can get a tetanus shot, but I can't cure damaged suede.",
18
+ "Please take that off. You look like a homeless pencil.",
19
+ "Winston and Ferguson about to eat some pasta!",
20
+ "Gave me cookie got you cookie!",
21
+ "Can you believe the zoo wouldn't let me borrow their white tiger? I mean, the nerve! Philip Seymour Hoffman is going to be sitting at the back of the party thinking, 'Look at that guy. He couldn’t even get a big cat.'",
22
+ "Did you just say 'butt drinking?' You can’t say 'butt drinking' and not explain what it is. That's two of my four favorite things.",
23
+ "Are you cooking a frittata in a sauce pan? What is this – prison?",
24
+ "If you had a jacket on with a bunch of yellow feathers, I'd be done.",
25
+ "I had figure skating lessons until I was 13, and then my mom sobered up and realized I was a boy.",
26
+ "Damp towel, damp! It’s like a really big wet nap. I feel like I'm being licked by a golden retriever. Look at this bathroom. There should not be two girls in this bathroom. You're too humid.",
27
+ "I don't celebrate Christmas. Or, as I like to call it, 'White Anglo Saxon Winter Privilege Night'.",
28
+ "It hurts. I feel like I've laid a million eggs and they're all hatching. I feel like I want to murder someone and I also want soft pretzels.",
29
+ "I don't know how it happened, man, but somehow I got on that woman's cycle of menstruation…and I got that menstruation inside of me.",
30
+ "I don't want some janky freshwater bitch fish, Winston. I want a lionfish.",
31
+ "I did laundry. I smell like a baby in a damn meadow.",
32
+ "Old people freak me out. With their hands and their legs. They’re like the people version of pleated pants.",
33
+ "I'm really fighting the urge to buy you a lobster dinner.",
34
+ "Nick is delicate. Like a flower. Like a chubby, damaged flower who hates himself.",
35
+ "How's the new apartment? Does it smell like new paint and compromise?",
36
+ "I was sabotaged by my baby box, which means I will never trust anything that comes out of it.",
37
+ "I'm gonna end up alone. I’m gonna be a single old lady, flashing people on the subway.",
38
+ "This place is fancy and I don't know which fork to kill myself with.",
39
+ "If you need me, I'll be in my room, listening to some mainstream hip-hop."
40
+ ]
@@ -0,0 +1,9 @@
1
+ en:
2
+ faker:
3
+ one_piece:
4
+ characters: ["Monkey D. Luffy", "Roronoa Zoro", "Nami", "Ussop", "Vinsmoke Sanji", "Tony Tony Chopper", "Nico Robin", "Franky", "Brook", "Akainu", "Aokiji", "Arlong", "Bartholomew Kuma", "Boa Hancock", "Caesar Clown", "Coby", "Crocodile", "Kuroken Mr. 1", "Dracule Mihawk", "Edward Newgate", "Emporio Ivankov", "Gecko Moriah", "Jinbe", "Kaido", "Kalifa", "Kizaru", "Marshall D. Teach", "Mokey D. Dragon", "Monkey D. Garp", "Portgas D. Ace", "Rob Lucci", "Sengoku", "Shanks", "Smoker", "Tashigi", "Trafalgar D. Water Law", "Alvida", "Baby Five", "Bartolomeo", "Basil Hawkins", "Bastille", "Bellamy", "Ben Beckmann", "Bepo", "Blueno", "Bon Clay Mr. 2", "Brook", "Bufalo", "Buggy", "Capone Bege", "Cavendish", "Hakuba", "Dellinger", "Diamante", "Doc Q", "Don Chinjao", "Don Krieg", "Donquixote Doflamingo", "Enel", "Eustass Kid", "Fujitora", "Fukuro", "Fullbody", "Gladius", "Gold D. Roger", "Hacchi", "Hannyabal", "Hody Jones", "Jyabura", "Jesus Burgess", "Jewelry Bonney", "Jozu", "Kaku", "Kaime", "Killer", "Kinemon", "Koala", "Kumadori", "Kyros", "Laboon", "Laffitte", "Lao G", "Leo", "Lucy", "Magellan", "Marco", "Miss Valentine", "Momonosuke", "Money", "Nojiko", "Perona", "Rebecca", "Ryuma", "Sabo", "Sadi", "Scratchmen Apoo","Sengoku", "Señor Pink", "Sentoumaru", Shirahoshi, "Silvers Rayleigh", "Sogeking", "Sugar", "Spandam", "Van Auger", "Vergo", "Vista", "Vivi", "X Drake", "Corazon", "Pika"]
5
+ seas: ["East Blue", "West Blue", "North Blue", "South Blue", "Grand Line", "All Blue"]
6
+ islands: ["Dawn Island", "Goat Island", "Shells Town", "Organ Islands", "Island of Rare Animals", "Gecko Islands", "Conomi Islands", "Loguetown", "Kumate Island", "Mirrorball Island", "Tequila Wolf", "Cozia", "Ohara", "Ilusia", "Thriller Bark", "Toroa", "Las Camp", "Kano Country", "Germa Kingdom", "Lvneel Kingdom", "Micqueot", "Spider Miles", "Flevance", "Rubeck Island", "Swallow Island", "Minion Island", "Rakesh", "Notice", "Briss Kingdom", "Karate Island", "Centaurea", "Torino Kingdom", "Baterilla", "Black Drum Kingdom", "Fishman Island", "Amazon Lily", "Impel Down", "Rasukaina", "Cactus Island", "Little Garden", "Holliday Island", "Drum Island", "Alabasta", "Nanimonai Island", "Jaya", "Long Ring Long Land", "Water 7", "Enies Lobby", "San Faldo", "Pucci", "St. Poplar", "Florian Triangle", "Sabaody Archipelago", "Marineford", "Vira", "Banaro Island", "Yuki's Island", "Buggy's Treasure Island", "G-2", "Karakuri Island", "Mamoiro Island", "Boin Archipelago", "Namakura Island", "Kuraigana Island", "Merveille", "G-1", "Yukiryu Island", "Baltigo", "Wano Country", "Edd War", "Floodvalter", "G-5", "Laftel", "Whole Cake Island", "Cacao Island", "Jam Island", "Nuts Island", "Cheese Island", "Biscuits Island", "Candy Island", "Milk Island", "Punk Hazard", "Raijin Island", "Risky Red Island", "Mystoria Island", "Dressrosa", "Green Bit", "Zou", "Prodence Kingdom", "Applenine Island", "Karai Bari Island", "Broc Coli Island", "Elbaf", "Skypiea", "Weatheria"]
7
+ locations: ["Foosha Village", "Mt. Colubo", "Gray Terminal", "Midway Forest", "Goa Kingdom", "Orange Town", "Syrup Village", "Shimotsuki Village", "Baratie", "Gosa Village", "Cocoyashi Village", "Arlong Park", "Ryugu Kingdom", "Reverse Mountain", "Twin Cape", "Mariejois", "Whiskey Peak", "Bighorn", "Drum Rockies", "Cocoa Weed", "Gyasta", "Robelie", "Sandora Desert", "Sandora River", "Rainbase", "Yuba", "Erumalu", "Nanohana", "Katorea", "Spiders Cafe", "Alubarna", "Tamarisk", "Suiren", "Mock Town", "Sea Train Area", "Totto Land", "Acacia", "Sebio", "Moon", "Birka", "Angel Island", "Upper Yard", "Shandia Village", "Heaven's Gate", "Clouds End", "Rommel Kingdom", "Eight Nine Island", "High Mountain", "Nakrowa", "Land of Ice", "Great Kingdom"]
8
+ quotes: ["I love heroes, but I don't want to be one. Do you even know what a hero is!? For example, you have some meat. Pirates will feast on the meat, but the hero will distribute it among the people! I want to eat the meat!", "Don't ever think there's any perfect society made by humans!! If you think that way you'll overlook the enemy!! Don't be fooled by appearances!", "If I can't even protect my captain's dream, then whatever ambition I have is nothing but talk! Luffy must be the man who becomes the Pirate King!", "Old man, everyone!! And you.. Luffy. Even though I've been good for nothing my whole life, even though I have the blood of a demon within me... You guys still loved me! Thank you so much!!", "Compared to the \"righteous\" greed of the rulers, the criminals of the world seem much more honorable. When scum rules the world, only more scum is born.", "Pirates are evil? The Marines are righteous?... Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice!", "When do you think people die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No... It’s when they're forgotten!", "You can spill drinks on me, even spit on me. I'll just laugh about it. But If you dare to hurt my friends... I won't forgive you!", "The government says your existence is a crime, but no matter what kind of weapons you may hold, just being alive isn't a sin! There's no crime in living!", "ONE PIECE IS REAL!", "It's not some sort of special power. He has the ability to make allies of everyone he meets. And that is the most fearsome ability on the high seas.", "I want to live!", "Maybe nothing in this world happens by accident. As everything happens for a reason, our destiny slowly takes form.", "Food is a gift from god. Spices are a gift from the devil. It looks like it was a bit too spicy for you.", "I don't care now. I wanted to look like a human because I wanted friends. Now I want to be a monster who's helpful to Luffy!", "Miracles only happen to those who never give up.", "Stop counting only those things you have lost! What is gone, is gone! So ask yourself this. What is there... that still remains to you?!", "If you want to protect something, do it right! Don't let them get their way anymore!", "The royalty and nobles are behind the fire... Believe me... This town smells worse than Gray Terminal. It smells like rotten people! If I stay here... I'll never be free! I'm... ashamed to be born a noble!", "There comes a time when a man has to stand and fight! That time is when his friends' dreams are being laughed at! And I won't let you laugh at that!", "To true friendship, how long you've known each other means nothing.", "When the world shoves you around, you just gotta stand up and shove back. It's not like somebody's gonna save you if you start babbling excuses.", "People's dreams... Never end!", "If you kill yourself, I'll kill you!", "I don't wanna live a thousand years. If I just live through today, that'll be enough."]
9
+ akumas_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]
@@ -0,0 +1,172 @@
1
+ en:
2
+ faker:
3
+ opera:
4
+ italian:
5
+ by_giuseppe_verdi:
6
+ - Oberto Conte di San Bonifacio
7
+ - Un Giorno di Regno
8
+ - Nabucco
9
+ - Lombardi alla Prima Crociata
10
+ - Ernani
11
+ - I due Foscari
12
+ - Giovanna d'Arco
13
+ - Alzira
14
+ - Attila
15
+ - Macbeth
16
+ - I Masnadieri
17
+ - Jérusalem
18
+ - Il Corsaro
19
+ - La Battaglia di Legnano
20
+ - Luisa Miller
21
+ - Stiffelio
22
+ - Rigoletto
23
+ - Il Trovatore
24
+ - Simon Boccanegra
25
+ - Aroldo
26
+ - Un Ballo in Maschera
27
+ - La Forza del Destino
28
+ - Don Carlos
29
+ - Aida
30
+ - Otello
31
+ - Falstaff
32
+ - I Vespri Siciliani
33
+ - La Traviat
34
+ by_gioacchino_rossini:
35
+ - Demetrio e Polibio
36
+ - La cambiale di matrimonio
37
+ - L'equivoco stravagante
38
+ - L'inganno felice
39
+ - Ciro in Babilonia ossia La caduta di Baldassare
40
+ - La scala di seta
41
+ - La pietra del paragone
42
+ - L'occasione fa il ladro ossia Il cambio della valigia
43
+ - Il signor Bruschino ossia Il figlio per azzardo
44
+ - Tancredi
45
+ - L'italiana in Algeri
46
+ - Aureliano in Palmira
47
+ - Il turco in Italia
48
+ - Sigismondo
49
+ - Elisabetta regina d'Inghilterra
50
+ - Torvaldo e Dorliska
51
+ - Il barbiere di Siviglia ossia L'inutile precauzione
52
+ - La gazzetta ossia Il matrimonio per concorso
53
+ - Otello ossia Il Moro di Venezia
54
+ - La Cenerentola ossia La bontà in trionfo
55
+ - La gazza ladra
56
+ - Armida
57
+ - Adelaide di Borgogna ossia Ottone re d'Italia
58
+ - Mosè in Egitto
59
+ - Adina ossia Il califfo di Bagdad
60
+ - Ricciardo e Zoraide
61
+ - Ermione
62
+ - Eduardo e Cristina
63
+ - La donna del lago
64
+ - Bianca e Falliero ossia Il consiglio dei tre
65
+ - Maometto II
66
+ - Matilde di Shabran
67
+ - Zelmira
68
+ - Semiramide
69
+ - Ugo re d'Italia
70
+ - Il viaggio a Reims ossia L'albergo del Giglio d'Oro
71
+ - Le siège de Corinthe
72
+ - Moïse et Pharaon ou Le passage de la mer rouge
73
+ - Le comte Ory
74
+ - Guillaume Tell
75
+ by_gaetano_donizetti:
76
+ - Olimpiade
77
+ - L'ira di Achille
78
+ - Enrico di Borgogna
79
+ - Una follia
80
+ - I piccioli virtuosi ambulanti
81
+ - Il falegname di Livonia o Pietro il grande czar delle Russie
82
+ - Le nozze in villa
83
+ - Zoraida di Granata
84
+ - La zingara
85
+ - La lettera anonima
86
+ - Chiara e Serafina o Il pirata
87
+ - Alfredo il grande
88
+ - Il fortunato inganno
89
+ - L'ajo nell'imbarazzo
90
+ - Emilia di Liverpool or L'eremitaggio di Liverpool
91
+ - Alahor in Granata
92
+ - Don Gregorio
93
+ - Elvida
94
+ - Gabriella di Vergy
95
+ - Olivo e Pasquale
96
+ - Otto mesi in due ore ossia Gli esiliati in Siberia
97
+ - Il borgomastro di Saardam
98
+ - Le convenienze teatrali
99
+ - L'esule di Roma ossia Il proscritto
100
+ - L'eremitaggio di Liverpool
101
+ - Alina regina di Golconda
102
+ - Gianni di Calais
103
+ - Il paria
104
+ - Il giovedì grasso o Il nuovo Pourceaugnac
105
+ - Elisabetta al castello di Kenilworth
106
+ - Alina regina di Golconda[rev]
107
+ - I pazzi per progetto
108
+ - Il diluvio universale
109
+ - Imelda de' Lambertazzi
110
+ - Anna Bolena
111
+ - Gianni di Parigi
112
+ - Le convenienze ed inconvenienze teatrali
113
+ - Francesca di Foix
114
+ - La romanziera e l'uomo nero
115
+ - Fausta
116
+ - Ugo conte di Parigi
117
+ - L'elisir d'amore
118
+ - Sancia di Castiglia
119
+ - Il furioso all'isola di San Domingo
120
+ - Otto mesi in due ore
121
+ - Parisina
122
+ - Torquato Tasso
123
+ - Lucrezia Borgia
124
+ - Il diluvio universale
125
+ - Rosmonda d'Inghilterra
126
+ - Maria Stuarda
127
+ - Buondelmonte
128
+ - Gemma di Vergy
129
+ - Marino Faliero
130
+ - Lucia di Lammermoor
131
+ - Belisario
132
+ - Il campanello di notte
133
+ - Betly o La capanna svizzera
134
+ - L'assedio di Calais
135
+ - Pia de' Tolomei
136
+ - Pia de' Tolomei
137
+ - Betly
138
+ - Roberto Devereux
139
+ - Maria de Rudenz
140
+ - Gabriella di Vergy
141
+ - Poliuto
142
+ - Pia de' Tolomei
143
+ - Lucie de Lammermoor
144
+ - Le duc d'Albe
145
+ - L'ange de Nisida
146
+ - Lucrezia Borgia
147
+ - Les Martyrs
148
+ - La fille du régiment
149
+ - Lucrezia Borgia
150
+ - La favorite
151
+ - Adelia
152
+ - Rita
153
+ - Maria Padilla
154
+ - Linda di Chamounix
155
+ - Caterina Cornaro
156
+ - Don Pasquale
157
+ - Maria di Rohan
158
+ - Dom Sébastien roi de Portugal
159
+ - Dom Sebastian von Portugal
160
+ - Il duca d'Alba
161
+ by_vincenzo_bellini:
162
+ - Adelson e Salvini
163
+ - Bianca e Gernando
164
+ - Il pirata
165
+ - Bianca e Fernando
166
+ - La straniera
167
+ - Zaira
168
+ - I Capuleti e i Montecchi
169
+ - La sonnambula
170
+ - Norma
171
+ - Beatrice di Tenda
172
+ - I puritani