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,16 @@
1
+ en:
2
+ faker:
3
+ source:
4
+ hello_world:
5
+ ruby: "puts 'Hello World!'"
6
+ javascript: "alert('Hello World!');"
7
+ print:
8
+ ruby: "puts 'faker_string_to_print'"
9
+ javascript: "console.log('faker_string_to_print');"
10
+ print_1_to_10:
11
+ ruby: "
12
+ (1..10).each { |i| puts i }"
13
+ javascript: "
14
+ for (let i=0; i<10; i++) {
15
+ console.log(i);
16
+ }"
@@ -0,0 +1,5 @@
1
+ en:
2
+ faker:
3
+ south_park:
4
+ characters: ["Sharon Marsh", "Officer Barbrady", "Jesus", "Token Black", "Dr. Alphonse Mephesto", "Stephen Stotch", "Heidi Turner", "Jimmy Valmer", "Sheila Broflovski", "Jimbo Kern", "Ike Broflovski", "Kevin McCormick", "Father Maxi", "Grandpa Marvin Marsh", "Clyde Donovan", "Butters Stotch", "Shelly Marsh", "Kyle Broflovski", "Stuart McCormick", "Carol McCormick", "Timmy Burch", "Ned Gerblansky", "Mr. Mackey", "Satan", "Moses", "PC Principal", "Bradley Biggle", "Randy Marsh", "Kenny McCormick", "Terrance and Phillip", "Mr. Slave", "Sergeant Harrison Yates", "Lemmiwinks", "Mr. Hankey", "Wendy Testaburger", "Santa", "God", "Stan Marsh", "Towelie", "Gerald Broflovski", "Bebe Stevens", "Starvin' Marvin", "Karen McCormick", "David Rodriguez", "Eric Cartman", "Mayor McDaniels", "Tuong Lu Kim", "Tweek Tweak", "Dougie", "Craig Tucker", "Mr. Garrison", "Pip", "Liane Cartman", "Scott Malkinson", "Linda Stotch"]
5
+ quotes: ["Hippies. They're everywhere. They wanna save Earth, but all they do is smoke pot and smell bad", "They took our deers", "Kenny’s family is so poor that yesterday, they had to put their cardboard box up for a second mortgage", "Without evil there could be no good, so it must be good to be evil sometimes", "Dad, Tom Cruise won't come out of the closet!", "They took der derrs", "I'm not just sure, I'm HIV positive", "I don't make the rules Kyle, I simply think them up and write them down", "I'm just getting a little cancer Stan", "Respect my authoritaahh!!!", "Your mother was worried sick and I was here drinking beer", "Hey Panda Bear! We don't take kindly to your types around here.", "You know what they say: You can't teach a gay dog straight tricks", "They took our jobs", "Maybe we should send you to a concentration camp", "Life is short butters, & thats why you have to do whatever you want all the time", "No we haven't actually seen it Tom, we're just reporting it"]
@@ -0,0 +1,17 @@
1
+ en:
2
+ faker:
3
+ space:
4
+ planet: ['Mercury', 'Venus', 'Earth', 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptune']
5
+ moon: ['Moon', 'Luna', 'Deimos', 'Phobos', 'Ganymede', 'Callisto', 'Io', 'Europa', 'Titan', 'Rhea', 'Iapetus', 'Dione', 'Tethys', 'Hyperion', 'Ariel', 'Puck', 'Oberon', 'Umbriel', 'Triton', 'Proteus']
6
+ galaxy: ['Milky Way', 'Andromeda', 'Triangulum', 'Whirlpool', 'Blackeye', 'Sunflower', 'Pinwheel', 'Hoags Object', 'Centaurus A', 'Messier 83']
7
+ nebula: ['Lagoon Nebula', 'Eagle Nebula', 'Triffid Nebula', 'Dumbell Nebula', 'Orion Nebula', 'Ring Nebula', 'Bodes Nebula', 'Owl Nebula']
8
+ star_cluster: ['Wild Duck', 'Hyades', 'Coma', 'Butterfly', 'Messier 7', 'Pleiades', 'Beehive Cluster', 'Pearl Cluster', 'Hodge 301', 'Jewel Box Cluster', 'Wishing Well Cluster', 'Diamond Cluster', 'Trumpler 10', 'Collinder 140', 'Liller 1', 'Koposov II', 'Koposov I', 'Djorgovski 1', 'Arp-Madore 1', 'NGC 6144', 'NGC 2808', 'NGC 1783', 'Messier 107', 'Messier 70', 'Omega Centauri', 'Palomar 12', 'Palomar 4', 'Palomar 6', 'Pyxis Cluster', 'Segue 3']
9
+ constellation: ['Big Dipper', 'Litte Dipper', 'Orion', 'Leo', 'Gemini', 'Cancer', 'Canis Minor', 'Canis Major', 'Ursa Major', 'Ursa Minor', 'Virgo', 'Libra', 'Scorpius', 'Sagittarius', 'Lyra', 'Capricornus', 'Aquarius', 'Pisces', 'Aries', 'Leo Minor', 'Auriga']
10
+ star: ['Sun', 'Proxima Centauri', 'Rigil Kentaurus', 'Barnards Star', 'Wolf 359', 'Luyten 726-8A', 'Luyten 726-8B', 'Sirius A', 'Sirius B', 'Ross 154', 'Ross 248', 'Procyon A', 'Procyon B', 'Vega', 'Rigel', 'Arcturus', 'Betelgeuse', 'Mahasim', 'Polaris']
11
+ agency: ['National Aeronautics and Space Administration', 'European Space Agency', 'German Aerospace Center', 'Indian Space Research Organization', 'China National Space Administration', 'UK Space Agency', 'Brazilian Space Agency', 'Mexican Space Agency', 'Israeli Space Agency', 'Italian Space Agency', 'Japan Aerospace Exploration Agency', 'National Space Agency of Ukraine', 'Russian Federal Space Agency', 'Swedish National Space Board']
12
+ agency_abv: ['NASA', 'AEM', 'AEB', 'UKSA', 'CSA', 'CNSA', 'ESA', 'DLR', 'ISRO', 'JAXA', 'ISA', 'CNES', 'NSAU', 'ROSCOSMOS', 'SNSB']
13
+ nasa_space_craft: ['Orion', 'Mercury', 'Gemini', 'Apollo', 'Enterprise', 'Columbia', 'Challenger', 'Discovery', 'Atlantis', 'Endeavour']
14
+ company: ['Rocket Lab', SpaceX', 'Blue Origin', 'Virgin Galactic', 'SpaceDev', 'Bigelow Aerospace', 'Orbital Sciences', 'JPL', 'NASA Jet Propulsion Laboratory']
15
+ distance_measurement: ['light years', 'AU', 'parsecs', 'kiloparsecs', 'megaparsecs']
16
+ meteorite: ['Aarhus', 'Abee', 'Adelie Land', 'Adhi Kot', 'Adzhi-Bogdo', 'Santa Rosa de Viterbo', 'Agen', 'Akbarpur', 'Albareto', 'Allan Hills 84001', 'Allan Hills A81005', 'Allegan', 'Allende', 'Ambapur Nagla', 'Andura', 'Angers', 'Angra dos Reis', 'Ankober', 'Anlong', 'Annaheim', 'Appley Bridge', 'Arbol Solo', 'Archie', 'Arroyo Aguiar', 'Assisi', 'Atoka', 'Avanhandava', 'Bacubirito', 'Baszkówka','Beardsley', 'Bellsbank', 'Bench Crater', 'Benton', 'Białystok', 'Blithfield','Block Island', 'Bovedy', 'Brachina', 'Brahin', 'Brenham', 'Buzzard Coulee','Campo del Cielo', 'Canyon Diablo', 'Cape York', 'Carancas', 'Chambord','Chassigny', 'Chelyabinsk', 'Chergach', 'Chinga', 'Chinguetti', 'Claxton','Coahuila', 'Cranbourne', 'D''Orbigny', 'Dronino', 'Eagle Station', 'Elbogen','Ensisheim', 'Esquel', 'Fukang', 'Gancedo', 'Gao–Guenie', 'Gay Gulch', 'Gebel Kamil', 'Gibeon', 'Goose Lake', 'Grant', 'Hadley Rille', 'Heat Shield Rock','Hoba', 'Homestead', 'Hraschina', 'Huckitta', 'Imilac', 'Itqiy', 'Kaidun','Kainsaz', 'Karoonda', 'Kesen', 'Krasnojarsk', 'L''Aigle', 'Lac Dodon', 'Lake Murray', 'Loreto', 'Los Angeles', 'Łowicz', 'Mackinac Island', 'Mbozi','Middlesbrough', 'Millbillillie', 'Mineo', 'Monte Milone', 'Moss','Mundrabilla', 'Muonionalusta', 'Murchison', 'Nakhla', 'Nantan','Neuschwanstein', 'Northwest Africa 7034', 'Northwest Africa 7325', 'Norton County', 'Novato', 'Northwest Africa 3009', 'Oileán Ruaidh (Martian)', 'Old Woman', 'Oldenburg', 'Omolon', 'Orgueil', 'Ornans', 'Osseo', 'Österplana 065','Ourique', 'Pallasovka', 'Paragould', 'Park Forest', 'Pavlovka', 'Peace River','Peekskill', 'Penouille', 'Polonnaruwa', 'High Possil', 'Příbram', 'Pultusk','Qidong', 'Richardton', 'Santa Vitoria do Palmar', 'Sayh al Uhaymir 169','Seymchan', 'Shelter Island', 'Shergotty', 'Sikhote-Alin', 'Sołtmany','Springwater', 'St-Robert', 'Stannern', 'Sulagiri', 'Sutter''s Mill','Sylacauga', 'Tagish Lake', 'Tamdakht', 'Tenham', 'Texas Fireball', 'Tissint','Tlacotepec', 'Toluca', 'Treysa', 'Twannberg', 'Veliky Ustyug', 'Vermillion','Weston', 'Willamette', 'Winona', 'Wold Cottage', 'Yamato 000593','Yamato 691','Yamato 791197', 'Yardymly', 'Zagami', 'Zaisho', 'Zaklodzie']
17
+ launch_vehicle: ['Antares', 'Ariane 5', 'Atlas', 'Diamant', 'Dnepr', 'Delta', 'Electron', 'Energia', 'Europa', 'Falcon 9', 'Falcon Heavy', 'GSLV', 'Juno', 'Long March', 'Mercury-Redstone', 'Minotaur', 'Pegasus', 'Proton', 'PSLV', 'Safir', 'Shavit', 'Saturn IV', 'Semiorka', 'Soyouz', 'Titan', 'Vega', 'Veronique', 'Zenit']
@@ -0,0 +1,7 @@
1
+ en:
2
+ faker:
3
+ star_trek:
4
+ character: ["James Tiberius Kirk", "Jean-Luc Picard", "Benjamin Sisko", "Kira Nerys", "Odo", "Jadzia Dax", "Julian Bashir", "Miles O'Brien", "Quark", "Jake Sisko", "Kathryn Janeway", "Chakotay", "Tuvok", "Tom Paris", "B'Elanna Torres", "Harry Kim", "Seven of Nine", "The Doctor", "Neelix", "Kes", "Jonathan Archer", "T'Pol", "Charles Tucker III", "Malcolm Reed", "Travis Mayweather", "Hoshi Sato", "Phlox", "Data", "William T. Riker", "Geordi La Forge", "Worf", "Beverly Crusher", "Deanna Troi", "Natasha Yar", "Wesley Crusher", "Spock", "Leonard McCoy", "Montgomery Scott", "Hikaru Sulu", "Pavel Chekov", "Nyota Uhuru"]
5
+ location: ["Qo'noS", "Romulus", "Bajor", "Vulcan", "Neutral Zone", "Alpha Quadrant", "Beta Quadrant", "Delta Quadrant", "Gamma Quadrant", "Tau Ceti Prime", "Wolf 359", "Thalos VII", "Cardassia", "Trillius Prime", "Badlands", "Betazed", "Risa", "Deep Space Nine", "Ferenginar", "The Briar Patch", "Khitomer"]
6
+ specie: ["Breen", "El-Aurian", "Jem'Hadar", "Kazon", "Ocampa", "Q", "Ferengi", "Klingon", "Talaxian", "Vidiian", "Cardassian", "Vulcan", "Borg", "Romulan", "Vorta", "Andorian", "Bajoran", "Betazoid"]
7
+ villain: ["Q", "Gorn", "Khan Noonien Singh", "Ru'afo", "Maltz", "Kruge", "Ayel", "Admiral Marcus", "Martia", "Lt. Valeris", "V'ger", "God of Sha Ka Ree", "Admiral Dougherty", "Nero", "Krall", "Tolian Soran", "Shinzon", "General Chang", "Lursa", "B'Etor", "Borg Queen"]
@@ -0,0 +1,258 @@
1
+ en:
2
+ faker:
3
+ star_wars:
4
+ characters: ["Padme Amidala", "Jar Jar Binks", "Borvo the Hutt", "Darth Caedus", "Boba Fett", "Jabba the Hutt", "Obi-Wan Kenobi", "Darth Maul", "Leia Organa", "Sheev Palpatine", "Kylo Ren", "Darth Sidious", "Anakin Skywalker", "Luke Skywalker", "Ben Solo", "Han Solo", "Darth Vader", "Watto", "Mace Windu", "Yoda", "Count Dooku", "Sebulba", "Qui-Gon Jinn", "Chewbacca", "Jango Fett", "Lando Calrissian", "Bail Organa", "Wedge Antilles", "Poe Dameron", "Ki-Adi-Mundi", "Nute Gunray", "Panaka", "Rune Haako", "Rey", "Finn", "Supreme Leader Snoke", "General Hux", "Admiral Ackbar", "Ahsoka Tano", "Asajj Ventress", "Bendu", "Captain Phasma", "Chirrut Imwe", "Ezra Bridger", "Galen Erso", "Grand Moff Tarkin", "Grand Admiral Thrawn", "Greedo", "Jyn Erso", "Lyra Erso", "Maz Kanata", "Mon Mothma", "Sabine Wren", "Saw Gerrera", "Savage Opress", "Shmi Skywalker", "Kanan Jarrus", "Hera Syndulla", "Rose Tico", "Vice Admiral Holdo"]
5
+ call_squadrons: ['Rogue', 'Red', 'Gray', 'Green', 'Blue', 'Gold', 'Black', 'Yellow', 'Phoenix']
6
+ call_numbers: ['Leader', '#']
7
+ call_sign:
8
+ - "#{call_squadron} #{call_number}"
9
+ droids: ["2-1B", "4-LOM", "ASP", "B2-RP", "B1", "BD-3000", "C1-10P", "FA-4", "GH-7", "GNK", "LM-432", "ID9", "11-4D", "2-1B", "327-T", "4-LOM", "B4-D4", "NR-N99", "C-3PO", "R2-D2", "BB-8", "R2-Q5", "Super Battle Droid", "Mouse Droid", "Droideka", "Buzz Droid", "Magnaguard", "Interrogation Droid", "Vulture Droid", "BB-9E", "K-2SO"]
10
+ planets: ["Alderaan", "Ahch-To", "Bespin", "Cantonica", "Coruscant", "Cloud City", "Crait", "DQar", "Dathomir", "Dagobah", "Death Star", "Eadu", "Endor", "Felucia", "Geonosis", "Hoth", "Hosnian Prime", "Jakku", "Jedha", "Kamino", "Kashyyyk", "Lothal", "Mandalore", "Mustafar", "Mygeeto", "Naboo", "Onderon", "Ryloth", "Scarif", "Starkiller Base", "Sullust", "Takodana", "Tatooine", "Utapau", "Yavin 4"]
11
+ species: ["Ewok", "Hutt", "Gungan", "Ithorian", "Jawa", "Neimoidian", "Sullustan", "Wookiee", "Mon Calamari", "Bith", "Dathomirian", "Gamorreans", "Kaminoan", "Twi'lek", "Porg"]
12
+ vehicles: ["V-Wing Fighter", "ATT Battle Tank", "Naboo N-1 Starfighter", "Republic Cruiser", "Naboo Royal Starship", "Gungan Bongo Submarine", "Flash Speeder", "Trade Federation Battleship", "Millennium Falcon", "Sith Infiltrator", "AT-ST Walker", "TIE Bomber", "Imperial Shuttle", "Sandcrawler", "TIE Interceptor", "Speeder Bike", "Death Star", "AT-AT Walker", "Imperial Star Destroyer", "X-Wing Fighter", "A-Wing Fighter", "GR-75 Transport", "Imperial Interdictor", "MTT", "Phantom II", "Republic Attack Gunship", "Rey's Speeder", "Ghost", "U-Wing", "Y-Wing Starfighter", "First Order TIE Fighter", "AT-M6 Walker", "First Order Dreadnought", "TIE Silencer", "Resistance Bomber", "Resistance Ski Speeder"]
13
+ wookiee_words: ["wyaaaaaa", "ruh", "huewaa", "muaa", "mumwa", "wua", "ga", "ma", "ahuma", "ooma", "youw", "kabukk", "wyogg", "gwyaaaag", "roooarrgh", "ur", "ru", "roo", "hnn-rowr", "yrroonn", "nng", "rarr"]
14
+ quotes:
15
+ admiral_ackbar:
16
+ - "It's a trap!"
17
+ - "The Shield is down! Commence attack on the Death star's main reactor."
18
+ - "We have no choice, General Calrissian! Our cruisers can't repel firepower of that magnitude!"
19
+ ahsoka_tano:
20
+ - "Suicide is not the Jedi way, master."
21
+ - "Let's just say my master will always do what needs to be done. I'm not even sure how peacetime will agree with him."
22
+ - "Sorry to interrupt your playtime, Grumpy, but wouldn't you prefer a challenge?"
23
+ anakin_skywalker:
24
+ - "I've got a bad feeling about this."
25
+ - "Just for once, let me look on you with my own eyes."
26
+ - "Jedi business, go back to your drinks!"
27
+ asajj_ventress:
28
+ - "You're tenacious, Jedi."
29
+ - "Not even the dark side can give you that power."
30
+ bendu:
31
+ - "Your presence is like a violent storm in this quiet world"
32
+ - "An object can not make you good, or evil. The temptation of power, forbidden knowledge, even the desire to do good can lead some down that path. But only you can change yourself."
33
+ - "Once something is known, it cannot be unknown."
34
+ boba_fett:
35
+ - "He's no good to me dead."
36
+ - "You can run, but you'll only die tired."
37
+ c_3po:
38
+ - "I have a bad feeling about this."
39
+ - "R2-D2, you know better than to trust a strange computer!"
40
+ - "You’ll be malfunctioning within a day, you nearsighted scrap pile."
41
+ - "I'm terribly sorry about all this. After all, he's only a Wookiee!"
42
+ - "Don’t you call me a mindless philosopher, you overweight glob of grease!"
43
+ - "We're doomed."
44
+ - "I suggest a new strategy, R2. Let the Wookiee win."
45
+ - "We seem to be made to suffer. It's our lot in life."
46
+ - "I'm backwards you filthy furball!"
47
+ - "If I told you half the things I've heard about this Jabba the Hutt, you'd probably short circuit."
48
+ - "Don’t worry about Master Luke. I’m sure he’ll be all right. He’s quite clever, you know… for a human being."
49
+ - "I can’t abide these Jawas. Disgusting creatures."
50
+ - "It's against my programming to impersonate a deity."
51
+ - "Just you reconsider playing that message for him! No, I don't think he likes you at all. No, I don't like you either."
52
+ - "Now don't you forget this! Why I should stick my neck out for you is far beyond my capacity!"
53
+ count_dooku:
54
+ - "Twice the pride, double the fall."
55
+ darth_caedus:
56
+ - "You're smarter than a tree, aren't you?"
57
+ darth_vader:
58
+ - "I find your lack of faith disturbing."
59
+ - "You are a member of the rebel alliance, and a traitor."
60
+ - "You are unwise to lower your defenses!"
61
+ - "I am altering the deal. Pray I don't alter it any further."
62
+ - "Perhaps you think you're being treated unfairly?"
63
+ - "The circle is now complete. When I left you, I was but the learner. Now I am the master."
64
+ - "Obi-Wan was wise to hide her from me. Now, his failure is complete. If you will not turn to the Dark Side… then perhaps she will."
65
+ - "Search your feelings, you know it to be true!"
66
+ - "Impressive. Most impressive. Obi-Wan has taught you well. You have controlled your fear. Now, release your anger. Only your hatred can destroy me."
67
+ - "I hope so for your sake, the Emperor is not as forgiving as I am"
68
+ - "Be careful not to choke on your aspirations, Director."
69
+ - "He is as clumsy as he is stupid."
70
+ - "You may use any methods necessary, but I want them alive. No disintegrations!"
71
+ - "You have failed me for the last time, Admiral."
72
+ emperor_palpatine:
73
+ - "Only at the end do you realize the power of the Dark Side."
74
+ - "Oh, I'm afraid the deflector shield will be quite operational when your friends arrive."
75
+ - "There is a great disturbance in the Force."
76
+ - "Give in to your anger. With each passing moment you make yourself more my servant."
77
+ - "Let the hate flow through you!"
78
+ - "Your feeble skills are no match for the power of the Dark Side."
79
+ - "Your hate has made you powerful. Now fulfill your destiny, take you're father's place by my side."
80
+ - "So be it, Jedi."
81
+ - "The Force is strong with him. The son of Skywalker must not become a Jedi."
82
+ finn:
83
+ - "Droid, please!"
84
+ - "Sanitation"
85
+ - "Solo, we'll figure it out. We'll use the Force."
86
+ - "I'm a big deal in the Resistance. Which puts a real target on my back."
87
+ general_hux:
88
+ - "I won't have you question my methods."
89
+ - "Careful, Ren, that your personal interests not interfere with orders from Leader Snoke."
90
+ grand_admiral_thrawn:
91
+ - "I will start my operations here, and pull the rebels apart piece by piece. They'll be the architects of their own destruction."
92
+ - "War is in your blood. I studied the art of war, worked to perfect it, but you? You were forged by it."
93
+ grand_moff_tarkin:
94
+ - "Now, witness the power of this fully operational battle station."
95
+ - "The Jedi are extinct. Their fire has gone out of the universe. You, my friend, are all that's left of their religion."
96
+ greedo:
97
+ - "Koona t'chuta Solo? (Going somewhere Solo?)"
98
+ - "Soong peetch alay. (It's too late.)"
99
+ - "Ee mara tom tee tok maky cheesa. (You should have paid him when you had the chance.)"
100
+ - "Jabba won neechee kochba mu shanee wy tonny wya uska. (Jabba put a price on your head so large, every bounty hunter in the galaxy will be looking for you.)"
101
+ - "Chosky nowy u chusu. (I'm lucky I found you first.)"
102
+ - "El jaya kulpa intick kuny ku suwa. (If you give it to me, I might forget I found you.)"
103
+ - "Semal hi teek teek. (Jabba's through with you.)"
104
+ - "Sone guru ye buya nyah oo won spasteega koo shu coon bon duwa weeptee. (He has no time for smugglers who drop their shipments at the first sign of an Imperial cruiser.)"
105
+ - "Talk Jabba. (Tell that to Jabba.)"
106
+ - "Boompa kom bok nee aht am bompah. (He may only take your ship.)"
107
+ - "Nuklee numaa (that's the idea.)"
108
+ - "Ches ko ba tuta creesta crenko ya kolska! (This is something I've been looking forward to for a long time.)"
109
+ han_solo:
110
+ - "It's the ship that made the Kessel Run in less than 12 parsecs."
111
+ - "She may not look like much, but she's got it where it counts, kid."
112
+ - "Never tell me the odds"
113
+ - "Well, you said you wanted to be around when I made a mistake."
114
+ - "No reward is worth this."
115
+ - "Shut him up or shut him down."
116
+ - "I got a bad feeling about this."
117
+ - "I have a really bad feeling about this."
118
+ - "Ungh. And I thought they smelled bad on the outside."
119
+ - "I have a bad feeling about this."
120
+ - "Bounty hunters! We don't need this scum."
121
+ - "If they follow standard Imperial procedure, they'll dump their garbage before they go to light-speed."
122
+ - "Hokey religions and ancient weapons are no match for a good blaster at your side, kid."
123
+ jabba_the_hutt:
124
+ - "Solo, la pa loiya Solo! (Solo, come out of there! Solo!)"
125
+ - "Bone duwa pweepway? (Have you now?)"
126
+ - "Han, ma bookie, keel-ee calleya ku kah. (Han, my boy, you disappoint me.)"
127
+ - "Wanta dah moolee-rah... (Why haven't you paid me...)"
128
+ - "Mon kee chees kreespa Greedo? (And why did you fry poor Greedo?)"
129
+ - "Han, ma kee chee zay. (Han, I can't make exceptions.)"
130
+ - "Hassa ba una kulkee malia... (What if everyone who smuggled for me...)"
131
+ - "Lude eveela deesa... (drooped their cargo at the sight...)"
132
+ - "sloan dwa spasteega el was nwo yana da gooloo? (of an Imperial starship?)"
133
+ - "Han, ma bookie, baldo nee anna dodo da eena. (You're the best.)"
134
+ - "See fa doi dee yaba... (So for an extra twenty percent...)"
135
+ - "Dee do ee deen. (Okay, fifteen percent.)"
136
+ - "Ee ya ba ma dookie massa... (But if you fail me again...)"
137
+ - "Eek bon chee ko pa na green. (I'll put a price on your head so big...)"
138
+ - "na meeto do buny dunko la cho ya. (you won't be able to get near a civilized system.)"
139
+ - "Boska! (Come on!)"
140
+ jar_jar_binks:
141
+ - "Ooh mooey mooey I love you!"
142
+ - "Yoosa should follow me now, okeeday?"
143
+ - "Yipe! How wude!"
144
+ - "Ohh, maxi big da Force. Well dat smells stinkowiff."
145
+ - "Oh Gooberfish"
146
+ - "Exsqueeze me"
147
+ - "Mesa cause one, two-y little bitty axadentes, huh? Yud say boom de gasser, den crashin der bosses heyblibber, den banished."
148
+ - "Mesa called Jar-Jar Binks. Mesa your humble servant."
149
+ - "My forgotten, da Bosses will do terrible tings to me TERRRRRIBLE is me going back der!"
150
+ - "Mesa day startin pretty okee-day with a brisky morning munchy, then BOOM! Gettin very scared and grabbin that Jedi and POW! Mesa here! Mesa gettin' very very scared!"
151
+ k_2so:
152
+ - "I have a bad feeling about..."
153
+ kylo_ren:
154
+ - "You need a teacher. I can show you the ways of the Force."
155
+ - "Show me again, grandfather, and I will finish what you started."
156
+ lando_calrissian:
157
+ - "Why you slimy, double-crossing, no-good swindler. You've got a lot of guts coming here, after what you pulled."
158
+ - "How you doin' Chewbacca? Still hanging around with this loser?"
159
+ - "But how could they be jamming us if they don't know that we're coming?"
160
+ - "This deal is getting worse all the time."
161
+ leia_organa:
162
+ - "You do have your moments. Not many, but you have them."
163
+ - "I have a bad feeling about this."
164
+ - "Would somebody get this big walking carpet out of my way?"
165
+ - "Aren't you a little short for a Stormtrooper?"
166
+ - "Help me Obi-Wan. You're my only hope"
167
+ - "Why, you stuck-up, half-witted, scruffy-looking nerf herder!"
168
+ - "Governor Tarkin, I should've expected to find you holding Vader's leash. I recognized your foul stench when I was brought on board."
169
+ - "Somebody has to save our skins. Into the garbage chute, flyboy!"
170
+ luke_skywalker:
171
+ - "But I was going into Tosche Station to pick up some power converters!"
172
+ - "I have a very bad feeling about this."
173
+ - "It's not impossible. I used to bullseye womp rats in my T-16 back home, they're not much bigger than two meters."
174
+ - "You know, that little droid is going to cause me a lot of trouble."
175
+ - "If you're saying that coming here was a bad idea, I'm starting to agree with you."
176
+ - "You'll find I'm full of surprises!"
177
+ - "Your overconfidence is your weakness."
178
+ - "You serve your master well. And you will be rewarded."
179
+ - "Threepio, tell them if they don't do as you wish, you'll become angry and use your magic"
180
+ - "I am a Jedi, like my father before me."
181
+ mace_windu:
182
+ - "The senate will decide your fate."
183
+ - "Then our worst fears have been realized. We must move quickly if the Jedi Order is to survive."
184
+ maz_kanata:
185
+ - "I assume you need something. Desperately."
186
+ obi_wan_kenobi:
187
+ - "An elegant weapon for a more civilized age."
188
+ - "You don’t need to see his identification. These aren’t the droids you’re looking for."
189
+ - "You will never find a more wretched hive of scum and villainy. We must be cautious."
190
+ - "Who's the more foolish; the fool, or the fool who follows him?"
191
+ - "I have a bad feeling about this."
192
+ - "Strike me down, and I will become more powerful than you could possibly imagine."
193
+ - "In my experience there is no such thing as luck."
194
+ - "The Force will be with you. Always."
195
+ - "That's no moon. It's a space station."
196
+ - "I felt a great disturbance in the Force. As if millions of voices suddenly cried out in terror and were suddenly silenced."
197
+ - "Use the Force, Luke."
198
+ padme_amidala:
199
+ - "So this is how liberty dies. With thunderous applause."
200
+ - "Ani? My goodness, you've grown."
201
+ - "Anakin you're breaking my heart, you're going down a path I can't follow."
202
+ - "Hold me, like you did by the lake on Naboo; so long ago when there was nothing but our love. No politics, no plotting, no war."
203
+ - "I was not elected to watch my people suffer and die while you discuss this invasion in a committee!"
204
+ qui_gon_jinn:
205
+ - "Remember your focus determines your reality."
206
+ rey:
207
+ - "You will remove these restraints and leave this cell with the door open."
208
+ - "The garbage'll do"
209
+ shmi_skywalker:
210
+ - "You can't stop change any more than you can stop the suns from setting."
211
+ - "The Republic doesn't exist out here. We must survive on our own."
212
+ yoda:
213
+ - "Wars not make one great."
214
+ - "Truly wonderful, the mind of a child is."
215
+ - "That is why you fail."
216
+ - "A Jedi uses the Force for knowledge and defense, never for attack."
217
+ - "Adventure. Excitement. A Jedi craves not these things."
218
+ - "Fear is the path to the dark side... fear leads to anger... anger leads to hate... hate leads to suffering."
219
+ - "Judge me by my size, do you?"
220
+ - "Do. Or do not. There is no try."
221
+ - "Luminous beings are we... not this crude matter."
222
+ - "Train yourself to let go of everything you fear to lose."
223
+ - "Size matters not. Look at me. Judge me by my size, do you?"
224
+ - "Ohhh. Great warrior. Wars not make one great."
225
+ alternate_character_spellings:
226
+ admiral_ackbar: ['akbar', 'ackbar', 'admiral ackbar', 'admiral akbar', 'admiral_ackbar']
227
+ ahsoka_tano: ['ahsoka', 'tano', 'ahsoka tano', 'ahsoka_tano']
228
+ anakin_skywalker: ['anakin', 'anakin skywalker', 'ani', 'ani skywalker', 'anakin_skywalker']
229
+ asajj_ventress: ['asajj', 'ventress', 'asajj ventress', 'asajj_ventress']
230
+ bendu: ['the bendu', 'bendu']
231
+ boba_fett: ['boba fett', 'bobafett', 'boba_fett']
232
+ c_3po: ['c 3po', 'c3po', 'c3p0', 'c_3po']
233
+ count_dooku: ['dooku', 'count dooku', 'count_dooku']
234
+ darth_caedus: ['caedus', 'darth caedus', 'darth_caedus']
235
+ darth_vader: ['vader', 'darth vader', 'darth_vader']
236
+ emperor_palpatine: ['the emperor', 'sheev palpatine', 'emperor', 'palpatine', 'senator palpatine', 'darth sidious', 'sidious', 'emperor_palpatine']
237
+ finn: ['fn2187', 'fn-2187', 'fin']
238
+ general_hux: ['general hux', 'hux', 'general_hux']
239
+ grand_admiral_thrawn: ['thrawn', 'admiral thrawn', 'grand admiral thrawn', 'grand_admiral_thrawn']
240
+ grand_moff_tarkin: ['tarkin', 'grand moff tarkin', 'moff tarkin', 'grand_moff_tarkin']
241
+ greedo: ['greedo']
242
+ han_solo: ['han', 'solo', 'han solo', 'general han solo', 'general solo', 'han_solo']
243
+ jabba_the_hutt: ['jabba', 'jabba the hut', 'jabba the hutt', 'jabba_the_hutt']
244
+ jar_jar_binks: ['jar-jar', 'jar jar binks', 'jar-jar binks', 'the best character', 'jar_jar_binks']
245
+ k_2so: ['k2so', 'k-2so', 'k-2s0', 'k_2so']
246
+ kylo_ren: ['kylo', 'kylo ren', 'ben solo', 'ren', 'kylo_ren']
247
+ lando_calrissian: ['lando', 'lando calrissian', 'general lando', 'general lando calrissian', 'general calrissian', 'lando_calrissian']
248
+ leia_organa: ['leia', 'princess leia', 'leia skywalker', 'leia organa', 'general leia', 'senator leia', 'general leia organa', 'senator leia organa', 'leia organa solo', 'leia_organa']
249
+ luke_skywalker: ['luke', 'luke skywalker', 'luke_skywalker']
250
+ mace_windu: ['mace', 'mace windu', 'windu', 'master mace windu', 'mace_windu']
251
+ maz_kanata: ['maz', 'maz kanata', 'maz_kanata']
252
+ obi_wan_kenobi: ['obi kenobi', 'ben', 'ben kenobi', 'obi wan kenobi', 'obi-wan', 'obi wan', 'obi-wan kenobi', 'obi_wan_kenobi']
253
+ padme_amidala: ['senator amidala', 'queen amidala', 'padme', 'amidala', 'padme amidala', 'padme_amidala']
254
+ qui_gon_jinn: ['qui-gon', 'qui gon', 'qui-gon jinn', 'qui gon jinn', 'qui-gonn jin', 'qui gonn', 'master qui-gon', 'master qui gon', 'qui_gon_jinn']
255
+ rey: ['rey']
256
+ shmi_skywalker: ['shmi', 'shmi skywalker', 'shmi_skywalker']
257
+ yoda: ['master yoda', 'yoda']
258
+ # This data can be found on: http://www.starwars.com/databank
@@ -0,0 +1,21 @@
1
+ en:
2
+ faker:
3
+ stargate:
4
+ characters: ["Jack O'Neill", "Teal'c", "Daniel Jackson", "Samantha Carter", "Janet Frasier", "George Hammond", "Jonas Quinn", "Cameron Mitchell", "Vala Mal Doran", "Kawalsky", "Jacob Carter", "Kasuf", "Sha're", "Skaara", "Thor", "Anubis", "Apophis", "Ba'al", "Cronus", "Hathor", "Heru-ur", "Klorel", "Ra", "Amonet", "Osiris", "Sokar", "Bra'tac", "Lantash", "Selmak", "Jolinar", "Martouf", "Cassandra", "Harlan"]
5
+ planets: ["Abydos", "Altair", "Asuras", "Athos", "Celestis", "Chulak", "Dakara", "Earth", "Langara", "Lantea", "Orilla", "P3X-888", "Sateda", "Tollana", "Vorash"]
6
+ quotes: [
7
+ "What is an Oprah?",
8
+ "Teal'c, look scary and take point.",
9
+ "Things will not calm down, Daniel Jackson. They will, in fact, calm up.",
10
+ "Undomesticated equines could not remove me.",
11
+ "General, request permission to beat the crap out of this man.",
12
+ "In my culture, I would be well within my rights to dismember you.",
13
+ "Hey, if you'd been listening, you'd know that Nintendos pass through everything!",
14
+ "You know, I've never been on a stakeout before. Shouldn't we have donuts or something?",
15
+ "It's always suicide mission this, save the planet that. No one ever just stops by to say hi anymore.",
16
+ "I would prefer not to consume bovine lactose at any temperature.",
17
+ "I am not Lucy.",
18
+ "I did not intend for my statement to be humorous.",
19
+ "Indeed.",
20
+ "You ended that sentence with a preposition. Bastard!"
21
+ ]
@@ -0,0 +1,36 @@
1
+ en:
2
+ faker:
3
+ stranger_things:
4
+ character: [
5
+ "Joyce",
6
+ "Lonnie",
7
+ "Jonathan",
8
+ "Will",
9
+ "Nancy",
10
+ "Mike",
11
+ "Terry",
12
+ "Becky",
13
+ "Eleven",
14
+ "Jim",
15
+ "Diane",
16
+ "Barbara",
17
+ "Steve",
18
+ "Dustin",
19
+ "Lucas",
20
+ "Demogorgon"
21
+ ]
22
+ quote: [
23
+ "I just didn’t want you to think I was such a wastoid, you know?",
24
+ "You’re going to take out the demigorgon with a slingshot?",
25
+ "Mornings are for coffee and contemplation.",
26
+ "Eggos?",
27
+ "This is not yours to fix alone. You act like you’re all alone out there in the world, but you’re not. You’re not alone.",
28
+ "My God, is she Russian?",
29
+ "Maybe I’m crazy, maybe I’m out of my mind! But God help me, I will keep these lights up until the day I die if I think there’s a chance that Will’s still out there!",
30
+ " Am I dreaming, or is that you, Harrington?",
31
+ "How do you know it’s not just a lizard?....Because his face opened up and he ate my cat!",
32
+ "Use the shampoo and conditioner and when your hair’s damp, not wet, okay? When it’s damp, you do four puffs of the Farrah Fawcett spray.",
33
+ "She will not be able to resist these pearls. *Purrs*",
34
+ "So, Jonathan, how was the pull-out?",
35
+ "I don’t want you to get hurt at all. And I don’t wanna lose you. Just make sure you heat up some real food. Not just Eggos."
36
+ ]
@@ -0,0 +1,42 @@
1
+ # https://stripe.com/docs/testing
2
+ en:
3
+ faker:
4
+ stripe:
5
+ valid_cards:
6
+ visa: "4242424242424242"
7
+ visa_debit: "4000056655665556"
8
+ mc: "5555555555554444"
9
+ mc_2_series: "2223003122003222"
10
+ mc_debit: "5200828282828210"
11
+ mc_prepaid: "5105105105105100"
12
+ amex: "378282246310005"
13
+ amex_2: "371449635398431"
14
+ discover: "6011111111111117"
15
+ discover_2: "6011000990139424"
16
+ diners_club: "30569309025904"
17
+ diners_club_2: "38520000023237"
18
+ jcb: "3530111333300000"
19
+ valid_tokens:
20
+ visa: "tok_visa"
21
+ visa_debit: "tok_visa_debit"
22
+ mc: "tok_mastercard"
23
+ mc_debit: "tok_mastercard_debit"
24
+ mc_prepaid: "tok_mastercard_prepaid"
25
+ amex: "tok_amex"
26
+ discover: "tok_discover"
27
+ diners_club: "tok_diners"
28
+ jcb: "tok_jcb"
29
+ invalid_cards:
30
+ addressZipFail: "4000000000000010" # The address_line1_check and address_zip_check verifications fail. If your account is blocking payments that fail ZIP code validation, the charge is declined.
31
+ addressFail: "4000000000000028" # Charge succeeds but the address_line1_check verification fails.
32
+ zipFail: "4000000000000036" # The address_zip_check verification fails. If your account is blocking payments that fail ZIP code validation, the charge is declined.
33
+ addressZipUnavailable: "4000000000000044" # Charge succeeds but the address_zip_check and address_line1_check verifications are both unavailable.
34
+ cvcFail: "4000000000000101" # If a CVC number is provided, the cvc_check fails. If your account is blocking payments that fail CVC code validation, the charge is declined.
35
+ customerChargeFail: "4000000000000341" # Attaching this card to a Customer object succeeds, but attempts to charge the customer fail.
36
+ successWithReview: "4000000000009235" # Charge succeeds with a risk_level of elevated and placed into review.
37
+ declineCard: "4000000000000002" # Charge is declined with a card_declined code.
38
+ declineFraudulentCard: "4100000000000019" # Results in a charge with a risk level of highest. The charge is blocked as it's considered fraudulent.
39
+ declineIncorrectCvc: "4000000000000127" # Charge is declined with an incorrect_cvc code.
40
+ declineExpired: "4000000000000069" # Charge is declined with an expired_card code.
41
+ declineProcessingError: "4000000000000119" # Charge is declined with a processing_error code.
42
+ declineIncorrectNumber: "4242424242424241" # Charge is declined with an incorrect_number code as the card number fails the Luhn check.
@@ -0,0 +1,8 @@
1
+ en:
2
+ faker:
3
+ subscription:
4
+ plans: ["Free Trial", "Basic", "Starter", "Essential", "Student", "Bronze", "Standard", "Silver", "Gold", "Platinum", "Professional", "Business", "Diamond", "Premium"]
5
+ statuses: ["Active", "Idle", "Blocked", "Pending"]
6
+ payment_methods: ["Credit card", "Debit card", "Paypal", "Cash", "Money transfer", "Bitcoins", "Cheque", "Apple Pay", "Google Pay", "WeChat Pay", "Alipay", "Visa checkout"]
7
+ subscription_terms: ["Daily", "Weekly", "Monthly", "Annual", "Biennal", "Triennal", "Quinquennal", "Lifetime"]
8
+ payment_terms: ["Payment in advance", "Monthly", "Annual", "Full subscription"]
@@ -0,0 +1,205 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ super_smash_bros:
5
+ fighter:
6
+ - Banjo-Kazooie
7
+ - Bayonetta
8
+ - Bowser
9
+ - Bowser Jr.
10
+ - Captain Falcon
11
+ - Charizard
12
+ - Chrom
13
+ - Cloud
14
+ - Corrin
15
+ - Daisy
16
+ - Dark Pit
17
+ - Dark Samus
18
+ - Diddy Kong
19
+ - Donkey Kong
20
+ - Dr. Mario
21
+ - Duck Hunt Duo
22
+ - Falco
23
+ - Fox
24
+ - Ganondorf
25
+ - Greninja
26
+ - Hero
27
+ - Ice Climbers
28
+ - Ike
29
+ - Incineroar
30
+ - Inkling
31
+ - Isabelle
32
+ - Ivysaur
33
+ - Jigglypuff
34
+ - Joker
35
+ - Ken
36
+ - King Dedede
37
+ - King K. Rool
38
+ - Kirby
39
+ - Link
40
+ - Little Mac
41
+ - Lucario
42
+ - Lucas
43
+ - Lucina
44
+ - Luigi
45
+ - Mario
46
+ - Marth
47
+ - Mega Man
48
+ - Meta Knight
49
+ - Mewtwo
50
+ - Mii Fighter
51
+ - Mii Gunner
52
+ - Mii Sword Fighter
53
+ - Mr. Game & Watch
54
+ - Ness
55
+ - Olimar
56
+ - Pac-Man
57
+ - Palutena
58
+ - Peach
59
+ - Pichu
60
+ - Pikachu
61
+ - Piranha Plant
62
+ - Pit
63
+ - Pokémon Trainer
64
+ - R.O.B.
65
+ - Richter Belmont
66
+ - Ridley
67
+ - Robin
68
+ - Rosalina
69
+ - Roy
70
+ - Ryu
71
+ - Samus
72
+ - Sheik
73
+ - Shulk
74
+ - Simon Belmont
75
+ - Snake
76
+ - Sonic
77
+ - Squirtle
78
+ - Toon Link
79
+ - Villager
80
+ - Wario
81
+ - Wii Fit Trainer
82
+ - Wolf
83
+ - Yoshi
84
+ - Young Link
85
+ - Zelda
86
+ - Zero Suit Samus
87
+ stage:
88
+ - 3D Land
89
+ - 75m
90
+ - Arena Ferox
91
+ - Balloon Fight
92
+ - Battlefield
93
+ - Big Battlefield
94
+ - Big Blue
95
+ - Boxing Ring
96
+ - Bridge of Eldin
97
+ - Brinstar
98
+ - Brinstar Depths
99
+ - Castle Siege
100
+ - Coliseum
101
+ - Corneria
102
+ - Delfino Plaza
103
+ - Distant Planet
104
+ - Dracula's Castle
105
+ - Dream Land
106
+ - Duck Hunt
107
+ - Figure-8 Circuit
108
+ - Final Destination
109
+ - Find Mii
110
+ - Flat Zone
111
+ - Flat Zone 2
112
+ - Flat Zone X
113
+ - Fountain of Dreams
114
+ - Fourside
115
+ - Frigate Orpheon
116
+ - Gamer
117
+ - Garden of Hope
118
+ - Gaur Plain
119
+ - Gerudo Valley
120
+ - Golden Plains
121
+ - Great Bay
122
+ - The Great Cave Offensive
123
+ - Great Plateau Tower
124
+ - Green Greens
125
+ - Green Hill Zone
126
+ - Halberd
127
+ - Hanenbow
128
+ - Hyrule Castle
129
+ - Icicle Mountain
130
+ - Jungle Hijinxs
131
+ - Jungle Japes
132
+ - Kalos Pokémon League
133
+ - Kongo Falls
134
+ - Kongo Jungle
135
+ - Living Room
136
+ - Luigi's Mansion
137
+ - Lylat Cruise
138
+ - Magicant
139
+ - Mario Bros.
140
+ - Mario Circuit
141
+ - Mario Galaxy
142
+ - Mementos
143
+ - Midgar
144
+ - Miiverse
145
+ - Moray Towers
146
+ - Mushroom Kingdom
147
+ - Mushroom Kingdom II
148
+ - Mushroomy Kingdom
149
+ - Mushroom Kingdom U
150
+ - Mute City
151
+ - New Donk City Hall
152
+ - New Pork City
153
+ - Norfair
154
+ - Onett
155
+ - Orbital Gate Assault
156
+ - Pac-Land
157
+ - Pac-Maze
158
+ - Palutena's Temple
159
+ - Paper Mario
160
+ - Peach's Castle
161
+ - Princess Peach's Castle
162
+ - PictoChat
163
+ - PictoChat 2
164
+ - Pilotwings
165
+ - Pirate Ship
166
+ - Planet Zebes
167
+ - Poké Floats
168
+ - Pokémon Stadium
169
+ - Pokémon Stadium 2
170
+ - Port Town Aero Dive
171
+ - Prism Tower
172
+ - Pyrosphere
173
+ - Rainbow Cruise
174
+ - Rainbow Road
175
+ - Reset Bomb Forest
176
+ - Rumble Falls
177
+ - Saffron City
178
+ - Sector Z
179
+ - Shadow Moses Island
180
+ - Skyloft
181
+ - Skyworld
182
+ - Smashville
183
+ - Spear Pillar
184
+ - Spiral Mountain
185
+ - Spirit Train
186
+ - Summit
187
+ - Super Happy Tree
188
+ - Super Mario Maker
189
+ - Suzaku Castle
190
+ - Temple
191
+ - Tomodachi Life
192
+ - Tortimer Island
193
+ - Town and City
194
+ - Umbra Clock Tower
195
+ - Unova Pokémon League
196
+ - Venom
197
+ - WarioWare, Inc.
198
+ - Wii Fit Studio
199
+ - Wily Castle
200
+ - Windy Hill Zone
201
+ - Woolly World
202
+ - Wrecking Crew
203
+ - Wuhu Island
204
+ - Yoshi's Island
205
+ - Yoshi's Story