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,12 @@
1
+ en:
2
+ faker:
3
+ superhero:
4
+ power: ["Ability Shift", "Absorption", "Accuracy", "Adaptation", "Aerokinesis", "Agility", "Animal Attributes", "Animal Control", "Animal Oriented Powers", "Animation", "Anti-Gravity", "Apotheosis", "Astral Projection", "Astral Trap", "Astral Travel", "Atmokinesis", "Audiokinesis", "Banish", "Biokinesis", "Bullet Time", "Camouflage", "Changing Armor", "Chlorokinesis", "Chronokinesis", "Clairvoyance", "Cloaking", "Cold Resistance", "Cross-Dimensional Awareness", "Cross-Dimensional Travel", "Cryokinesis", "Danger Sense", "Darkforce Manipulation", "Death Touch", "Density Control", "Dexterity", "Duplication", "Durability", "Echokinesis", "Elasticity", "Electrical Transport", "Electrokinesis", "Elemental Transmogrification", "Empathy", "Endurance", "Energy Absorption", "Energy Armor", "Energy Beams", "Energy Blasts", "Energy Constructs", "Energy Manipulation", "Energy Resistance", "Enhanced Hearing", "Enhanced Memory", "Enhanced Senses", "Enhanced Sight", "Enhanced Smell", "Enhanced Touch", "Entropy Projection", "Fire Resistance", "Flight", "Force Fields", "Geokinesis", "Gliding", "Gravitokinesis", "Grim Reaping", "Healing Factor", "Heat Generation", "Heat Resistance", "Human physical perfection", "Hydrokinesis", "Hyperkinesis", "Hypnokinesis", "Illumination", "Illusions", "Immortality", "Insanity", "Intangibility", "Intelligence", "Intuitive aptitude", "Invisibility", "Invulnerability", "Jump", "Lantern Power Ring", "Latent Abilities", "Levitation", "Longevity", "Magic", "Magic Resistance", "Magnetokinesis", "Matter Absorption", "Melting", "Mind Blast", "Mind Control", "Mind Control Resistance", "Molecular Combustion", "Molecular Dissipation", "Molecular Immobilization", "Molecular Manipulation", "Natural Armor", "Natural Weapons", "Nova Force", "Omnilingualism", "Omnipotence", "Omnitrix", "Orbing", "Phasing", "Photographic Reflexes", "Photokinesis", "Physical Anomaly", "Portal Creation", "Possession", "Power Absorption", "Power Augmentation", "Power Cosmic", "Power Nullifier", "Power Sense", "Power Suit", "Precognition", "Probability Manipulation", "Projection", "Psionic Powers", "Psychokinesis", "Pyrokinesis", "Qwardian Power Ring", "Radar Sense", "Radiation Absorption", "Radiation Control", "Radiation Immunity", "Reality Warping", "Reflexes", "Regeneration", "Resurrection", "Seismic Power", "Self-Sustenance", "Separation", "Shapeshifting", "Size Changing", "Sonar", "Sonic Scream", "Spatial Awareness", "Stamina", "Stealth", "Sub-Mariner", "Substance Secretion", "Summoning", "Super Breath", "Super Speed", "Super Strength", "Symbiote Costume", "Technopath/Cyberpath", "Telekinesis", "Telepathy", "Telepathy Resistance", "Teleportation", "Terrakinesis", "The Force", "Thermokinesis", "Thirstokinesis", "Time Travel", "Timeframe Control", "Toxikinesis", "Toxin and Disease Resistance", "Umbrakinesis", "Underwater breathing", "Vaporising Beams", "Vision - Cryo", "Vision - Heat", "Vision - Infrared", "Vision - Microscopic", "Vision - Night", "Vision - Telescopic", "Vision - Thermal", "Vision - X-Ray", "Vitakinesis", "Wallcrawling", "Weapon-based Powers", "Weapons Master", "Web Creation", "Wishing"]
5
+ prefix: ["The", "Magnificent", "Ultra", "Supah", "Illustrious", "Agent", "Cyborg", "Dark", "Giant", "Mr", "Doctor", "Red", "Green", "General", "Captain"]
6
+ suffix: ["I", "II", "III", "IX", "XI", "Claw", "Man", "Woman", "Machine", "Strike", "X", "Eyes", "Dragon", "Skull", "Fist", "Ivy", "Boy", "Girl", "Knight", "Wolf", "Lord", "Brain", "the Hunter", "of Hearts", "Spirit", "Strange", "the Fated", "Brain", "Thirteen"]
7
+ descriptor: ["A-Bomb", "Abomination", "Absorbing", "Ajax", "Alien", "Amazo", "Ammo", "Angel", "Animal", "Annihilus", "Ant", "Apocalypse", "Aqua", "Aqualad", "Arachne", "Archangel", "Arclight", "Ares", "Ariel", "Armor", "Arsenal", "Astro Boy", "Atlas", "Atom", "Aurora", "Azrael", "Aztar", "Bane", "Banshee", "Bantam", "Bat", "Beak", "Beast", "Beetle", "Ben", "Beyonder", "Binary", "Bird", "Bishop", "Bizarro", "Blade", "Blaquesmith", "Blink", "Blizzard", "Blob", "Bloodaxe", "Bloodhawk", "Bloodwraith", "Bolt", "Bomb Queen", "Boom Boom", "Boomer", "Booster Gold", "Box", "Brainiac", "Brother Voodoo", "Buffy", "Bullseye", "Bumblebee", "Bushido", "Cable", "Callisto", "Cannonball", "Carnage", "Cat", "Century", "Cerebra", "Chamber", "Chameleon", "Changeling", "Cheetah", "Chromos", "Chuck Norris", "Clea", "Cloak", "Cogliostro", "Colin Wagner", "Colossus", "Copycat", "Corsair", "Cottonmouth", "Crystal", "Curse", "Cy-Gor", "Cyborg", "Cyclops", "Cypher", "Dagger", "Daredevil", "Darkhawk", "Darkseid", "Darkside", "Darkstar", "Dash", "Deadpool", "Deadshot", "Deathlok", "Deathstroke", "Demogoblin", "Destroyer", "Doc Samson", "Domino", "Doomsday", "Doppelganger", "Dormammu", "Ego", "Electro", "Elektra", "Elongated Man", "Energy", "ERG", "Etrigan", "Evilhawk", "Exodus", "Falcon", "Faora", "Feral", "Firebird", "Firelord", "Firestar", "Firestorm", "Fixer", "Flash", "Forge", "Frenzy", "Galactus", "Gambit", "Gamora", "Garbage", "Genesis", "Ghost", "Giganta", "Gladiator", "Goblin Queen", "Gog", "Goku", "Goliath", "Gorilla Grodd", "Granny Goodness", "Gravity", "Groot", "Guardian", "Gardner", "Hancock", "Havok", "Hawk", "Heat Wave", "Hell", "Hercules", "Hobgoblin", "Hollow", "Hope Summers", "Hulk", "Huntress", "Husk", "Hybrid", "Hyperion", "Impulse", "Ink", "Iron Fist", "Isis", "Jack of Hearts", "Jack-Jack", "Jigsaw", "Joker", "Jolt", "Jubilee", "Juggernaut", "Junkpile", "Justice", "Kang", "Klaw", "Kool-Aid Man", "Krypto", "Leader", "Leech", "Lizard", "Lobo", "Loki", "Longshot", "Luna", "Lyja", "Magneto", "Magog", "Magus", "Mandarin", "Martian Manhunter", "Match", "Maverick", "Maxima", "Maya Herrera", "Medusa", "Meltdown", "Mephisto", "Mera", "Metallo", "Metamorpho", "Meteorite", "Metron", "Mimic", "Misfit", "Mockingbird", "Mogo", "Moloch", "Molten Man", "Monarch", "Moon Knight", "Moonstone", "Morlun", "Morph", "Multiple", "Mysterio", "Mystique", "Namor", "Namorita", "Naruto Uzumaki", "Nathan Petrelli", "Niki Sanders", "Nina Theroux", "Northstar", "Nova", "Omega Red", "Omniscient", "Onslaught", "Osiris", "Overtkill", "Penance", "Penguin", "Phantom", "Phoenix", "Plastique", "Polaris", "Predator", "Proto-Goblin", "Psylocke", "Punisher", "Pyro", "Quantum", "Question", "Quicksilver", "Quill", "Ra's Al Ghul", "Rachel Pirzad", "Rambo", "Raven", "Redeemer", "Renata Soliz", "Rhino", "Rick Flag", "Riddler", "Ripcord", "Rocket Raccoon", "Rogue", "Ronin", "Rorschach", "Sabretooth", "Sage", "Sasquatch", "Scarecrow", "Scorpia", "Scorpion", "Sentry", "Shang-Chi", "Shatterstar", "She-Hulk", "She-Thing", "Shocker", "Shriek", "Shrinking Violet", "Sif", "Silk", "Silverclaw", "Sinestro", "Siren", "Siryn", "Skaar", "Snowbird", "Sobek", "Songbird", "Space Ghost", "Spawn", "Spectre", "Speedball", "Speedy", "Spider", "Spyke", "Stacy X", "Star-Lord", "Stardust", "Starfire", "Steel", "Storm", "Sunspot", "Swarm", "Sylar", "Synch", "T", "Tempest", "Thanos", "Thing", "Thor", "Thunderbird", "Thundra", "Tiger Shark", "Tigra", "Tinkerer", "Titan", "Toad", "Toxin", "Toxin", "Trickster", "Triplicate", "Triton", "Two-Face", "Ultron", "Vagabond", "Valkyrie", "Vanisher", "Venom", "Vibe", "Vindicator", "Violator", "Violet", "Vision", "Vulcan", "Vulture", "Walrus", "War Machine", "Warbird", "Warlock", "Warp", "Warpath", "Wasp", "Watcher", "White Queen", "Wildfire", "Winter Soldier", "Wiz Kid", "Wolfsbane", "Wolverine", "Wondra", "Wyatt Wingfoot", "Yellow", "Yellowjacket", "Ymir", "Zatanna", "Zoom"]
8
+ name:
9
+ - "#{Superhero.prefix} #{Superhero.descriptor} #{Superhero.suffix}"
10
+ - "#{Superhero.prefix} #{Superhero.descriptor}"
11
+ - "#{Superhero.descriptor} #{Superhero.suffix}"
12
+ - "#{Superhero.descriptor}"
@@ -0,0 +1,334 @@
1
+ en:
2
+ faker:
3
+ sword_art_online:
4
+ real_name: [
5
+ "Alice Zuberg",
6
+ "Asada Shino",
7
+ "Ayano Keiko",
8
+ "Kayaba Akihiko",
9
+ "Kikuoka Seijirou",
10
+ "Kirigaya Kazuto",
11
+ "Kirigaya Suguha",
12
+ "Shinozaki Rika",
13
+ "Tsuboi Ryoutarou",
14
+ "Yui",
15
+ "Yuuki Asuna",
16
+ "Aki Natsuki",
17
+ "Higa Takeru",
18
+ "Andrew Gilbert Mills",
19
+ "Alicia Klingerman",
20
+ "Fujita Shin",
21
+ "Kirigaya Midori",
22
+ "Okano Kouji",
23
+ "Sada Akiyo",
24
+ "Satou Rei",
25
+ "Shigemura Tetsuhiro",
26
+ "Yuuki Kouichirou",
27
+ "Yuuki Kyouko",
28
+ "Yuuki Shouzou",
29
+ "Kanzaki Elsa",
30
+ "Kohiruimaki Karen",
31
+ "Konno Yuuki",
32
+ "Asougi Goushi",
33
+ "Shinohara Miyu",
34
+ "Shinkawa Shouichi",
35
+ "Shigemura Yuuna",
36
+ "Takemiya Kotone",
37
+ "Karatachi Nijika",
38
+ "Koujiro Rinko",
39
+ "Kashiwazaka Hiyori",
40
+ "Konno Aiko",
41
+ "Vassago Casals",
42
+ "Nochizawa Eiji",
43
+ "Nanairo Arshavin",
44
+ "Gabriel Miller",
45
+ "An Si-eun",
46
+ "Nagata Shinichi",
47
+ "Ronye Arabel",
48
+ "Tiese Shtolienen",
49
+ "Selka Zuberg",
50
+ "Sortilirna Serlut",
51
+ "Sumeragi Youta",
52
+ "Usujio Tarako",
53
+ "Eldrie Woolsburg",
54
+ "Doctor Kurahashi",
55
+ "Frenica Szeski",
56
+ "Sadina Zuberg",
57
+ "Saitou Shouichi",
58
+ "Gasupht Zuberg",
59
+ "Leyshren Zed Yofilis",
60
+ "Uolo Levanteinn",
61
+ "Egome Zakkalight",
62
+ "Raios Antinous",
63
+ "Humbert Zizek",
64
+ "Sister Azariya",
65
+ "Lipia Zankale",
66
+ "Viksul Ur Shasta",
67
+ "Endou",
68
+ "Ducker"
69
+ ]
70
+ game_name: [
71
+ "Sinon",
72
+ "Silica",
73
+ "Kirito",
74
+ "Leafa",
75
+ "Lisbeth",
76
+ "Klein",
77
+ "Asuna",
78
+ "Strea",
79
+ "Eugeo",
80
+ "Sachi",
81
+ "Argo",
82
+ "Kureha",
83
+ "Kibaou",
84
+ "Zeliska",
85
+ "Alicia Rue",
86
+ "Kizmel",
87
+ "Premiere",
88
+ "Protaganist",
89
+ "Quinella",
90
+ "Itsuki",
91
+ "Morte",
92
+ "Sakuya",
93
+ "Thinker",
94
+ "Kuradeel",
95
+ "Musketeer X",
96
+ "Diavel",
97
+ "Pina",
98
+ "Sasha",
99
+ "Nori",
100
+ "Rosalia",
101
+ "Tia",
102
+ "Yulier",
103
+ "Griselda",
104
+ "Merida",
105
+ "Thor",
106
+ "Lind",
107
+ "Pale Rider",
108
+ "Eugene",
109
+ "Keita",
110
+ "Grimlock",
111
+ "Coper",
112
+ "Yamikaze",
113
+ "Dyne",
114
+ "Yolko",
115
+ "Ashley",
116
+ "Tecchi",
117
+ "Cardinal",
118
+ "Kobatz",
119
+ "Jun",
120
+ "Talken",
121
+ "Godfree",
122
+ "Skuld",
123
+ "Uror",
124
+ "Genesis",
125
+ "Schmitt",
126
+ "Caynz",
127
+ "Nezha",
128
+ "Mortimer",
129
+ "Ceba",
130
+ "Deusolbert",
131
+ "Tonky",
132
+ "Bercouli",
133
+ "Sigurd",
134
+ "Behemoth",
135
+ "Nishida",
136
+ "Aaaa",
137
+ "Kagemune",
138
+ "Chudelkin",
139
+ "Ruru",
140
+ "Veroandi",
141
+ "Tetsuo",
142
+ "Fanatio",
143
+ "Charlotte",
144
+ "Shivata",
145
+ "Daizen",
146
+ "Fizel",
147
+ "Amayori",
148
+ "Gtacs",
149
+ "Orick",
150
+ "Linel",
151
+ "Ginrou",
152
+ "Marinca",
153
+ "Sadore",
154
+ "Angel",
155
+ "Lion King Richie",
156
+ "Kakouton",
157
+ "Sasamaru",
158
+ "Leviathan",
159
+ "Yamata",
160
+ "Ryufior",
161
+ "Iskahn",
162
+ "Stinger",
163
+ "Azurika",
164
+ "Ugachi",
165
+ "Orlando",
166
+ "Dakira",
167
+ "Beowulf",
168
+ "Elevating Operator",
169
+ "Critter",
170
+ "Jink",
171
+ "Shishigane",
172
+ "Jin",
173
+ "Garitta",
174
+ "Uemaru",
175
+ "Romolo",
176
+ "Arashi",
177
+ "Nakanishi",
178
+ "Cuchulainn",
179
+ "Miso",
180
+ "Agil"
181
+ ]
182
+ location: [
183
+ "Aincrad",
184
+ "Underworld",
185
+ "Ruby Palace",
186
+ "Underworld",
187
+ "Alfheim",
188
+ "Black Iron Palace",
189
+ "Forest House K4",
190
+ "Ocean Turtle",
191
+ "Monument of Life",
192
+ "SBC Glocken",
193
+ "Hidden Dungeon",
194
+ "Dungeon",
195
+ "SAO Survivor School",
196
+ "Town of Beginnings",
197
+ "Dicey Cafe",
198
+ "Yggdrasil City",
199
+ "Horunka",
200
+ "Lisbeth's Smith Shop",
201
+ "Chamber of Resurrection",
202
+ "Selmburg",
203
+ "Collinia",
204
+ "Central Cathedral",
205
+ "Taft",
206
+ "Jotunheimr",
207
+ "Kirigaya Residence",
208
+ "Granzam",
209
+ "Algade",
210
+ "Sword Mastery Academy",
211
+ "Gigas Cedar",
212
+ "Urbus",
213
+ "Karluin",
214
+ "Tolbana",
215
+ "Alne",
216
+ "Lindarth",
217
+ "Swilvane",
218
+ "Thrymheim",
219
+ "Rulid Village",
220
+ "Forest of Wandering",
221
+ "Virtual Lab",
222
+ "Zumfut",
223
+ "Yofel Castle",
224
+ "Floria",
225
+ "Rovia",
226
+ "Hill of Memories",
227
+ "Sunshine Forest",
228
+ "Forest of Wavering Mists",
229
+ "West Mountain",
230
+ "Kamdet",
231
+ "Agil's Shop",
232
+ "Ronbaru",
233
+ "ISL Ragnarok",
234
+ "Panareze",
235
+ "Mishe",
236
+ "Myujen",
237
+ "Coral",
238
+ "Pani",
239
+ "Danac",
240
+ "Hill of the Cross",
241
+ "Thule Island",
242
+ "Wolf Plains",
243
+ "Marten",
244
+ "Legrue",
245
+ "Legrue Corridor",
246
+ "Centoria",
247
+ "Algade House",
248
+ "Intercontinental Highway",
249
+ "Lost Temple",
250
+ "Wasteland Crossroads",
251
+ "Great Void",
252
+ "Ant Hill",
253
+ "Weathercock Pavilion",
254
+ "Great Library Room",
255
+ "Zakkaria",
256
+ "Undersea Temple",
257
+ "Ancient Forest",
258
+ "Butterfly Valley",
259
+ "Angel's Rose Garden",
260
+ "World Tree"
261
+ ]
262
+ item: [
263
+ "Blackwyrm Coat",
264
+ "Anneal Blade",
265
+ "Dark Repulser",
266
+ "Ebon Dagger",
267
+ "Elucidator",
268
+ "Guilty Thorn",
269
+ "Karakurenai",
270
+ "Lambent Light",
271
+ "Liberator",
272
+ "Mate Chopper",
273
+ "Stout Brand",
274
+ "Sword Breaker",
275
+ "Throwing Pick",
276
+ "Tyrant Dragon",
277
+ "Wind Fleuret",
278
+ "Argyro's Sheet",
279
+ "Coat of Midnight",
280
+ "Cor",
281
+ "Crystal Bottle of Kales'Oh",
282
+ "Crystallite Ingot",
283
+ "Crystals",
284
+ "Diving Stone of Returning Soul",
285
+ "Dusk Lizard Hide",
286
+ "Eternal Storage Trinket",
287
+ "Hand Mirror",
288
+ "Mighty Strap of Leather",
289
+ "Mirage Sphere",
290
+ "Pneuma Flower",
291
+ "Potions",
292
+ "Ragout Rabbit's Meat",
293
+ "Ring of Agility",
294
+ "Ring of Angel's Whisper",
295
+ "Scavenge Toad Meat",
296
+ "Tremble Shortcake",
297
+ "Vendor's Carpet",
298
+ "Yui's Heart",
299
+ "Black Iron Great Sword",
300
+ "Blue Long Sword",
301
+ "Crest of Yggdrasil",
302
+ "Demonic Sword Gram",
303
+ "Holy Sword Excalibur",
304
+ "Lightning Hammer Mjolnir",
305
+ "Long Sword",
306
+ "Sap of the World Tree",
307
+ "Yrd",
308
+ "Accuracy International L115A3",
309
+ "Credit",
310
+ "Defense Field",
311
+ "FN Five-Seven",
312
+ "GE M134 Minigun",
313
+ "Kagemitsu G4",
314
+ "Metamaterial Optical Camouflage Mantle",
315
+ "PGM Ultima Ratio Hecate II",
316
+ "Plasma Grenade",
317
+ "Procyon SL",
318
+ "Satellite Scan Terminal",
319
+ "Starship Metal Estoc",
320
+ 'Type 54 "Black Star"',
321
+ "Black Lily Sword",
322
+ "Blue Rose Sword",
323
+ "Conflagrant Flame Bow",
324
+ "Dragon Bone Axe",
325
+ "Fragrant Olive Sword",
326
+ "Frost Scale Whip",
327
+ "Gigas Cedar",
328
+ "Goblin Sword",
329
+ "Heaven Piercing Sword",
330
+ "Night Sky Sword",
331
+ "Silvery Eternity",
332
+ "Time Piercing Sword",
333
+ "Twin Edged Wings"
334
+ ]
@@ -0,0 +1,8 @@
1
+ en:
2
+ faker:
3
+ team:
4
+ creature: ['ants', 'bats', 'bears', 'bees', 'birds', 'buffalo', 'cats', 'chickens', 'cattle', 'dogs', 'dolphins', 'ducks', 'elephants', 'fishes', 'foxes', 'frogs', 'geese', 'goats', 'horses', 'kangaroos', 'lions', 'monkeys', 'owls', 'oxen', 'penguins', 'people', 'pigs', 'rabbits', 'sheep', 'tigers', 'whales', 'wolves', 'zebras', 'banshees', 'crows', 'black cats', 'chimeras', 'ghosts', 'conspirators', 'dragons', 'dwarves', 'elves', 'enchanters', 'exorcists', 'sons', 'foes', 'giants', 'gnomes', 'goblins', 'gooses', 'griffins', 'lycanthropes', 'nemesis', 'ogres', 'oracles', 'prophets', 'sorcerors', 'spiders', 'spirits', 'vampires', 'warlocks', 'vixens', 'werewolves', 'witches', 'worshipers', 'zombies', 'druids']
5
+ name:
6
+ - "#{Address.state} #{creature}"
7
+ sport: ['baseball', 'basketball', 'football', 'hockey', 'rugby', 'lacrosse', 'soccer', 'buzkashi', 'cricket', 'kabaddi', 'archery', 'field hockey', 'wrestling', 'association', 'sumo', 'dandi biyo', 'league', 'arnis', 'bandy', 'taekwondo', 'volley ball', 'oil wrestling', 'handball', 'pesäpallo', 'rugby union', 'golf', 'bull fighting', 'shooting', 'gymnastics', 'water polo']
8
+ mascot: ['Raymond', 'Bailey', 'Rocky', 'Screech', 'Steely McBeam', 'Nordy', 'Hugo', 'Griz', 'Iceburgh', 'Mr. Redlegs', 'Benny the Bull', 'Big Red', 'Suns Gorilla', 'Pirate Parrot', 'Ragar the Viking', 'JazzBear', 'Wally the Green Monster', 'Burnie', 'K.C. Wolf', 'Sausages', 'Mr. Met', 'Youppi', 'The Raptor', 'Jaxson De Ville', 'Phanatic']
@@ -0,0 +1,7 @@
1
+ en:
2
+ faker:
3
+ the_expanse:
4
+ characters: ["Jim Holden", "Alex Kamal", "Naomi Nagata", "Amos Burton", "Chrisjen Avasarala", "Joe Miller", "Sadavir Errinwright", "Roberta Draper", "Julie Mao", "Col. Fredrick Lucius Johnson", "Camina Drummer", "Diogo", "Cotyar", "Jules-Pierre Mao", "Dr. Praxidike Meng", "Reverend Doctor Anna Volovodov", "Dr. Strickland", "Mei", "Sec-Gen Gillis", "Admiral Nguyen", "Admiral Souther", "Commander Klaes Ashford", "Clarissa Mao", "Octavia Muss", "Anderson Dawes", "Shed Garvey", "Arjun Avasarala"]
5
+ locations: ["Earth", "Jupiter", "Luna", "Ganymede", "Europa", "Io", "Callisto", "Asteroid belt", "Ceres", "Eros", "Uranus", "Titania", "Saturn", "Titan", "Ilus system", "New Terra", "Sol system", "Mars", "Deimos", "Phobos", "Saturn", "Phoebe"]
6
+ ships: ["Rocinante", "Nauvoo", "Donnager", "Anubis", "Kingfisher", "Kittur Chennamma", "Knight", "Koto", "Canterbury", "Lightbreaker", "Lucien", "Marasmus", "Aristophanes", "Nephthys", "Callisto's Dream", "Corvette", "S.A. Corey", "Schiaparelli", "Razorback", "Tanaka", "Hammurabi"]
7
+ quotes: ["Give the Martians their water! Milowda na animals. You have every right to be angry. You should be angry. But if we act like animals, we only justify their belief that we are. Gif im fo imalowda xitim. Treat them the way they should treat us.", "You know what I love most about Mars? They still dream. We gave up. They're an entire culture dedicated to a common goal, working together as one to turn a lifeless rock into a garden. We had a garden and we paved it.", "My great uncle emigrated from Earth. He missed it terribly. He used to tell me stories when I was a little boy about these... endless blue skies, free air everywhere, open water all the way to the horizon. He told me that someday we would make Mars just like that. When you spend your whole life living under a dome, even the idea of an ocean seems impossible to imagine. I could never understand your people. Why, when the universe has bestowed so much upon you, you seem to care so little for it?", "Do you know it is possible to cry so hard that your tears turn to blood? And living with this pain, I came to realize that I have millions of brothers and sisters in the Belt. I even count you among them.", "Remember the Cant!", "War is an inherently unstable interaction with three things: Intense emotion, politics and luck. That message is luck. Maybe out here, away from all the politics and bullshit, luck opens the door and lets a couple of grunts figure out how not to fight, for once.", "They've launched the hybrids...", "Ma'am, for the first time in your life, please just shut the fuck up!", "This is Amos. He's my best friend in the whole world.", "I am that guy.", "The only way this can be stopped is out here, away from the politicians.", "I met your mother, Alice. When everyone else said you were a terrorist I went to find out for myself. Lovely woman. She thought I was full of shit, too, at first. She's well, happy for you, happy you're free. She told me when you were a boy, you wanted to be a knight.", "This isn't just about the war, we need to contain the protomolecule, make sure it doesn't fall into the wrong hands!", "When I first saw that thing outside, for a split second I thought I was hallucinating. But after hearing what went down in that lab, now I wish I kinda had been.", "But there's only one thing that I need to tell you. And it's the simplest thing. But it's the hardest thing to remember. Listen to your heart. No matter what. It'll always be the right call.", "I have stolen your secret, Fred Johnson. And I am giving it to the Belt.", "Either you're doing an incredibly shitty job or you're no longer in control of the people who work for you.", "I know a lady named Rocinante, she was good to me."]
@@ -0,0 +1,155 @@
1
+ en:
2
+ faker:
3
+ the_it_crowd:
4
+ actors: [
5
+ "Chris O'Dowd",
6
+ "Richard Ayoade",
7
+ "Katherine Parkinson",
8
+ "Matt Berry",
9
+ "Christopher Morris",
10
+ "Noel Fielding",
11
+ "Graham Linehan",
12
+ "Tom Binns",
13
+ "Orlando Seal",
14
+ "Belinda Stewart-Wilson",
15
+ "Silas Carson",
16
+ "David Garfield",
17
+ "Adam Buxton",
18
+ "Oliver Chris",
19
+ "Frances Barber",
20
+ "Amelia Bullmore",
21
+ "Catherine Shepherd",
22
+ "Philip Rham",
23
+ "Cheryl Fergison",
24
+ "Tony Longworth",
25
+ "Togo Igawa",
26
+ "Jamie Michie",
27
+ "James Bachman",
28
+ "Lucy Montgomery",
29
+ "Danny Wallace",
30
+ "Benedict Wong",
31
+ "Sarah Hadland"
32
+ ]
33
+ characters: [
34
+ "Roy Trenneman",
35
+ "Maurice Moss",
36
+ "Jen Barber",
37
+ "Douglas Reynholm",
38
+ "Denholm Reynholm",
39
+ "Richmond Avenal",
40
+ "Beth Gaga Shaggy",
41
+ "Nolan",
42
+ "Peter File",
43
+ "Barbara Reynholm",
44
+ "Victoria Reynholm",
45
+ "Derek Pippen",
46
+ "Small Paul",
47
+ "Bill Crouse",
48
+ "Daniel Carey",
49
+ "Dr. Mendall",
50
+ "Helen Buley",
51
+ "Jessica",
52
+ "Johan",
53
+ "Judy",
54
+ "Dr. Julian Holmes",
55
+ "Harry",
56
+ "Mr. Yamamoto",
57
+ "Philip",
58
+ "Jeff Holcorn",
59
+ "April Shephard",
60
+ "Paul",
61
+ "Harold Tong",
62
+ "Margaret"
63
+ ]
64
+ emails: [
65
+ "roy.trenneman@reynholm.test",
66
+ "maurice.moss@reynholm.test",
67
+ "jen.barber@reynholm.test",
68
+ "douglas.reynholm@reynholm.test",
69
+ "denholm.reynholm@reynholm.test",
70
+ "richmond.avenal@reynholm.test",
71
+ "beth.gaga.shaggy@hotmail.test",
72
+ "nolan@reynholm.test",
73
+ "file.peter@hotmail.test",
74
+ "barbara.reynholm@reynholm.test",
75
+ "victoria.reynholm@reynholm.test",
76
+ "derek.pippen@reynholm.test",
77
+ "small.paul@reynholm.test",
78
+ "bill.crouse@reynholm.test",
79
+ "daniel.carey@reynholm.test",
80
+ "mendall@reynholm.test",
81
+ "helen.buley@bhdr.test",
82
+ "jessica@hotmail.test",
83
+ "johan@hotmail.test",
84
+ "judy@reynholm.test",
85
+ "stresspert@hotmail.test",
86
+ "harry@royalmail.test",
87
+ "yamamoto@yamamotocorp.test",
88
+ "philip@reynholm.test",
89
+ "jeffdominator@hotmail.test",
90
+ "april.shephard@richestmag.test",
91
+ "paul@reynholm.test",
92
+ "htong@hotmail.test",
93
+ "friendlymargaret@hotmail.test"
94
+ ]
95
+ quotes: [
96
+ "Hello, IT. Have you tried turning it off and on again?",
97
+ "Hello, IT. Ya ha? Have you tried forcing an unexpected reboot?",
98
+ "I'll just put it here with the rest of the fire.",
99
+ "Yes, there is. I am sick of my things going walkabout. With this picture, everyone knows that a certain Mr Moss might be looking for his cup.",
100
+ "Ugh, OK, well the button on the side, is it glowing?... Yeah, you need to turn it on. Erm, the button turns it on. Yeah, you... you do know how a button works don't you? No, not on clothes.",
101
+ "See. the driver hooks the function by patching the system call table, so it's not safe to unload it unless another thread's about to jump in and do its stuff, and you don't want to end up in the middle of invalid memory... Hello?",
102
+ "An ill wind is blowing. Last night I was stirred from my slumber by a crow calling three times. Caw... caw... well you know what a crow sounds like. Passing to my window, I trod on a piece of lego. Oh, it went right in the heel. Turning on my television set, I noticed the reception wasn't great. Not terrible, just not great. Hear me well, no good can come of your trip to the theatre tonight, no good at all. And if you ask me... That's just bloody rude. Where's my Heat?",
103
+ "I don't know if it's the loss of blood or the melting plastic from the monitor, but I feel great!",
104
+ "Didn't know what a stress machine as this morning, and now we have two of them.",
105
+ "Now, let's see what we have here. 'Stand upright.' Well now I can't read it. Oh, not me. I AM a giddy goat.",
106
+ "Jen, if this needle goes past here, you're fired. Does that make you feel stressed at all? Does it? Jen? Are you sure? Jen? Does it? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure?",
107
+ "I used to work as a waiter. If anyone was ever rude to me, I used to carry their food around in my trousers.",
108
+ "Would I blow everyone's mind if I ate dessert first?",
109
+ "It's a bucket of fried chicken. And it comes in a real bucket.",
110
+ "Yes, I believe it was Tolstoy who said... Oh, it appears we have a visitor. I'm sorry, myself and Maurice were engaged in quite a serious discussion about books and such. We didn't hear you come in.",
111
+ "Why are you speaking in that weird voice? When did...? I don't remember this conversation AT ALL.",
112
+ "There's nothing sexual about it, I mean I like Roy, but I'm not 'Curious'.",
113
+ "So, what brings you to my lair? Not that I'm some sort of animal. Or, or maybe I am.",
114
+ "Oh look, Richmond's still alive.",
115
+ "My middle name is ready. No, that doesn't sound right. I eat ready for breakfast.",
116
+ "Fire. Dear Sir/Madam, I am writing to inform you of a fire that has broken out on the premises of 123 Cavendon Road... no, that's too formal. Fire - exclamation mark - fire - exclamation mark - help me - exclamation mark. 123 Cavendon Road. Looking forward to hearing from you. Yours truly, Maurice Moss.",
117
+ "I don't like goat's anything. I don't like goats being involved in any stage of the food production process.",
118
+ "This flipping circuit board, Jen. Some chump has run the data lines right through the power supply. Amateur hour! I've got tears in my eyes!",
119
+ "They're fairly regular the beatings, yes. I'd say we're on a Bi-weekly beating",
120
+ "OK, lady! You've won this round! But we can wait. You will slip up one day. And believe you me, we will be there when you do. There will be some piece of evidence that will prove without any shadow of a doubt that you don't know anything about computers!",
121
+ "Team! Team, team, team, team, team! I even love saying the word 'team'. You probably think that's a picture of my family. Uh uh. It's the A-Team! Bodie, Doyle, Tiger, the Jewellery Man.",
122
+ "Why are you giving me the secret signal to shut up?",
123
+ "Oh, it's just water. Sometimes I get a hot ear, and this helps cool it down. She is quite the oddball.",
124
+ "I hope this doesn't embarrass you, Jen, but I find the best thing to do with a new employee is to size them up with a long, hard stare...",
125
+ "That's the sort of place this is, Jen. A lot of sexy people, not doing much work and having affairs!",
126
+ "Well, don't take this the wrong way, but could he have thought you were a man?",
127
+ "Ah! The IT-department. Run by a dynamic go-getter, a genius and a man from Ireland.",
128
+ "You wouldn't shoot a Policeman and then steal his helmet. You wouldn't go to the toilet in his helmet, and then send it to the Policeman's grieving widow, and then steal it again. Downloading films is stealing; if you do it you WILL face the consequences!",
129
+ "Ah, well, prepare to put mustard on those words, for you will soon be consuming them along with this slice of humble pie that comes direct from the oven of shame set at gas mark 'egg on your face'! I sort of forget what I was talking about.",
130
+ "Oh... morning. Oh my word. When did the English start drinking like that? You people drink like you don't want to live.",
131
+ "You best put seat belts on your ears, Roy, 'cause I'm going to take them for the ride of their life!",
132
+ "Listen, Alistair, I just wanted to say, I'm not a window cleaner. No, no, I work in IT. Yeah, yeah, with computers and all that. Macs? No, I just really work with Windows. Hello?",
133
+ "I'm a 32 year old IT consultant who works in the basement. Yes, I do the whole lonely hearts thing.",
134
+ "I only know one woman and she just left the room shouting 'The shoes!'",
135
+ "Nice screensaver. I love the way the smoke seems to be coming off the top of it...",
136
+ "A plan. Let me put on my slightly larger glasses.",
137
+ "Hello? What? Well if you can't work as a team you're all fired. That's it, you heard me, fired! Get your things and go. Hello, security? Everyone on floor 4 is fired. Escort them from the premises. And do it as a team. Remember, you're a team and if you can't act as a team, you're fired too. Dom, get on to recruitment. Get them to look for a security team that can work as a team. They may have to escort the current security team from the building for not acting like a team.",
138
+ "Never been. But I've always liked the idea of the theatre. The smell of the grease, the roar of the paint. I've often thought if I hadn't ended up in computers, I would've gone into the theatre.",
139
+ "If this evening is going to work in any way, you need to pretend to be normal people, yeah? Keep the conversation about things that would interest everybody. You know, nothing about memory, or RAM.",
140
+ "Roy, I spoke to the Elders of the Internet not one hour ago. I told them about Jen winning Employee of the Month and they were so impressed that they wanted to do whatever they could to help.",
141
+ "Well, I'm the boss... Head Honcho. El Numero Uno. Mr. Big. The Godfather. Lord of the Rings. The Bourne... Identity. Er... Taxi Driver. Jaws. I forgot the question quite a while back. Who are you, again?",
142
+ "Yes! Yesterday's jam. That is what we are to them! Actually, that doesn't work as a thing, because, you know, jam lasts for ages.",
143
+ "Did you notice how she didn't even get excited when she saw this original ZX81?",
144
+ "Shut up, do what I tell you, I'm not interested; these are just some of the things you'll be hearing if you answer this ad. I'm an idiot and I don't care about anyone but myself. P.S. No dogs!",
145
+ "Oh, I'm very comfortable with my sexuality, I just don't want to be slapped in the face with their sexuality.",
146
+ "I'm sorry for your loss. Move on.",
147
+ "It's not like you've lost a pen, is it? It's so much worse. Would you like a pen? I have a spare one.",
148
+ "With all due respect John, I am the head of IT and I have it on good authority that if you type 'Google' into Google, you can break the Internet. So please, no one try it, even for a joke. It's not a laughing matter. You can break the Internet.",
149
+ "Even if that were true, it's just not in their nature to learn how to use a ladder! They have wings! When a moth thinks about travelling vertically upwards, a ladder is just the last thing they would think of! Moss, I don't like to be negative about it, but everything you invent is worthless!",
150
+ "You want me to open it. That's why you called me all the way up here, to open your laptop?",
151
+ "Well, if someone called me a 'big, ugly builder', I'd be furious - and not just because I'm actually an IT consultant. Revenge, that would be uppermost on my mind: 'I'm going to wee on everything. I'm going to taint her abode. I'm going to strain my personal potatoes throughout her premises.'",
152
+ "Just promise me we won't do anything else with them. I want to go back to being weird. I like being weird. Weird is all I've got. That and my sweet style.",
153
+ "Balloons explode, Jen. They explode suddenly, and unexpectedly. They are filled with the capacity to give me a little fright, and I find that unbearable.",
154
+ "I came here to drink milk and kick ass. And I've just finished my milk."
155
+ ]