faker 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +66 -1
  3. data/README.md +30 -10
  4. data/bin/faker +19 -0
  5. data/lib/cli.rb +53 -0
  6. data/lib/cli/README.md +55 -0
  7. data/lib/cli/command.rb +24 -0
  8. data/lib/cli/commands/list.rb +17 -0
  9. data/lib/cli/commands/search.rb +29 -0
  10. data/lib/cli/reflector.rb +48 -0
  11. data/lib/cli/reflectors/list.rb +39 -0
  12. data/lib/cli/reflectors/search.rb +46 -0
  13. data/lib/cli/renderer.rb +93 -0
  14. data/lib/faker/blockchain/tezos.rb +10 -5
  15. data/lib/faker/creature/horse.rb +19 -0
  16. data/lib/faker/default/coffee.rb +2 -0
  17. data/lib/faker/default/company.rb +4 -0
  18. data/lib/faker/default/internet.rb +14 -2
  19. data/lib/faker/default/json.rb +4 -4
  20. data/lib/faker/deprecate/unreleased/football.rb +35 -0
  21. data/lib/faker/deprecate/unreleased/movies/grateful_dead.rb +22 -0
  22. data/lib/faker/games/game.rb +21 -0
  23. data/lib/faker/{movies → music}/grateful_dead.rb +3 -1
  24. data/lib/faker/music/opera.rb +26 -0
  25. data/lib/faker/sports/basketball.rb +25 -0
  26. data/lib/faker/sports/football.rb +29 -0
  27. data/lib/faker/version.rb +1 -1
  28. data/lib/locales/en-AU.yml +1 -1
  29. data/lib/locales/en/animal.yml +2 -2
  30. data/lib/locales/en/basketball.yml +99 -0
  31. data/lib/locales/en/company.yml +1 -0
  32. data/lib/locales/en/crypto_coin.yml +22 -6
  33. data/lib/locales/en/dc_comics.yml +5 -5
  34. data/lib/locales/en/dota.yml +3 -1
  35. data/lib/locales/en/food.yml +1 -1
  36. data/lib/locales/en/game.yml +283 -0
  37. data/lib/locales/en/grateful_dead.yml +2 -1
  38. data/lib/locales/en/heroes_of_the_storm.yml +2 -2
  39. data/lib/locales/en/horse.yml +6 -0
  40. data/lib/locales/en/kpop.yml +1 -1
  41. data/lib/locales/en/league_of_legends.yml +2 -2
  42. data/lib/locales/en/music.yml +1 -1
  43. data/lib/locales/en/nation.yml +1 -1
  44. data/lib/locales/en/opera.yml +172 -0
  45. data/lib/locales/en/phish.yml +1 -1
  46. data/lib/locales/en/rupaul.yml +51 -21
  47. data/lib/locales/en/space.yml +1 -1
  48. data/lib/locales/en/stargate.yml +1 -2
  49. data/lib/locales/en/subscription.yml +1 -1
  50. data/lib/locales/en/super_smash_bros.yml +4 -0
  51. data/lib/locales/fr-CA.yml +0 -5
  52. data/lib/locales/fr-CH.yml +0 -1
  53. data/lib/locales/fr.yml +1 -1
  54. data/lib/locales/hy.yml +47 -2
  55. data/lib/locales/ja.yml +16 -0
  56. data/lib/locales/pt-BR.yml +4 -1
  57. data/lib/locales/zh-CN.yml +3 -6
  58. data/lib/locales/zh-TW.yml +2 -2
  59. metadata +137 -98
  60. data/lib/faker/default/football.rb +0 -27
  61. data/lib/faker/deprecate/aqua_teen_hunger_force.rb +0 -15
  62. data/lib/faker/deprecate/back_to_the_future.rb +0 -25
  63. data/lib/faker/deprecate/bitcoin.rb +0 -20
  64. data/lib/faker/deprecate/bojack_horseman.rb +0 -25
  65. data/lib/faker/deprecate/breaking_bad.rb +0 -20
  66. data/lib/faker/deprecate/buffy.rb +0 -35
  67. data/lib/faker/deprecate/cat.rb +0 -25
  68. data/lib/faker/deprecate/community.rb +0 -20
  69. data/lib/faker/deprecate/dog.rb +0 -50
  70. data/lib/faker/deprecate/dota.rb +0 -35
  71. data/lib/faker/deprecate/dr_who.rb +0 -45
  72. data/lib/faker/deprecate/dragon_ball.rb +0 -15
  73. data/lib/faker/deprecate/dumb_and_dumber.rb +0 -25
  74. data/lib/faker/deprecate/dune.rb +0 -35
  75. data/lib/faker/deprecate/elder_scrolls.rb +0 -50
  76. data/lib/faker/deprecate/ethereum.rb +0 -15
  77. data/lib/faker/deprecate/fallout.rb +0 -30
  78. data/lib/faker/deprecate/family_guy.rb +0 -25
  79. data/lib/faker/deprecate/famous_last_words.rb +0 -15
  80. data/lib/faker/deprecate/friends.rb +0 -25
  81. data/lib/faker/deprecate/game_of_thrones.rb +0 -35
  82. data/lib/faker/deprecate/harry_potter.rb +0 -40
  83. data/lib/faker/deprecate/heroes_of_the_storm.rb +0 -30
  84. data/lib/faker/deprecate/hey_arnold.rb +0 -25
  85. data/lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb +0 -44
  86. data/lib/faker/deprecate/hobbit.rb +0 -30
  87. data/lib/faker/deprecate/how_i_met_your_mother.rb +0 -30
  88. data/lib/faker/deprecate/league_of_legends.rb +0 -40
  89. data/lib/faker/deprecate/lebowski.rb +0 -25
  90. data/lib/faker/deprecate/lord_of_the_rings.rb +0 -25
  91. data/lib/faker/deprecate/lovecraft.rb +0 -65
  92. data/lib/faker/deprecate/matz.rb +0 -15
  93. data/lib/faker/deprecate/michael_scott.rb +0 -15
  94. data/lib/faker/deprecate/most_interesting_man_in_the_world.rb +0 -15
  95. data/lib/faker/deprecate/myst.rb +0 -35
  96. data/lib/faker/deprecate/new_girl.rb +0 -20
  97. data/lib/faker/deprecate/one_piece.rb +0 -40
  98. data/lib/faker/deprecate/overwatch.rb +0 -25
  99. data/lib/faker/deprecate/parks_and_rec.rb +0 -20
  100. data/lib/faker/deprecate/pokemon.rb +0 -25
  101. data/lib/faker/deprecate/princess_bride.rb +0 -20
  102. data/lib/faker/deprecate/rick_and_morty.rb +0 -25
  103. data/lib/faker/deprecate/robin.rb +0 -15
  104. data/lib/faker/deprecate/rock_band.rb +0 -15
  105. data/lib/faker/deprecate/ru_paul.rb +0 -20
  106. data/lib/faker/deprecate/seinfeld.rb +0 -25
  107. data/lib/faker/deprecate/shakespeare.rb +0 -50
  108. data/lib/faker/deprecate/silicon_valley.rb +0 -50
  109. data/lib/faker/deprecate/simpsons.rb +0 -25
  110. data/lib/faker/deprecate/singular_siegler.rb +0 -15
  111. data/lib/faker/deprecate/south_park.rb +0 -20
  112. data/lib/faker/deprecate/star_trek.rb +0 -30
  113. data/lib/faker/deprecate/star_wars.rb +0 -95
  114. data/lib/faker/deprecate/stargate.rb +0 -25
  115. data/lib/faker/deprecate/stranger_things.rb +0 -20
  116. data/lib/faker/deprecate/sword_art_online.rb +0 -30
  117. data/lib/faker/deprecate/tezos.rb +0 -33
  118. data/lib/faker/deprecate/the_fresh_prince_of_bel_air.rb +0 -25
  119. data/lib/faker/deprecate/the_it_crowd.rb +0 -30
  120. data/lib/faker/deprecate/the_thick_of_it.rb +0 -25
  121. data/lib/faker/deprecate/twin_peaks.rb +0 -25
  122. data/lib/faker/deprecate/umphreys_mcgee.rb +0 -15
  123. data/lib/faker/deprecate/v_for_vendetta.rb +0 -25
  124. data/lib/faker/deprecate/venture_bros.rb +0 -30
  125. data/lib/faker/deprecate/witcher.rb +0 -40
  126. data/lib/faker/deprecate/world_of_warcraft.rb +0 -20
  127. data/lib/faker/deprecate/yoda.rb +0 -16
  128. data/lib/faker/deprecate/zelda.rb +0 -30
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Faker
4
+ class Sports
5
+ class Football < Base
6
+ class << self
7
+ def team
8
+ fetch('football.teams')
9
+ end
10
+
11
+ def player
12
+ fetch('football.players')
13
+ end
14
+
15
+ def coach
16
+ fetch('football.coaches')
17
+ end
18
+
19
+ def competition
20
+ fetch('football.competitions')
21
+ end
22
+
23
+ def position
24
+ fetch('football.positions')
25
+ end
26
+ end
27
+ end
28
+ end
29
+ end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Faker #:nodoc:
4
- VERSION = '1.9.3'
4
+ VERSION = '1.9.4'
5
5
  end
@@ -7,7 +7,7 @@ en-AU:
7
7
  name:
8
8
  first_name: [William, Jack, Oliver, Joshua, Thomas, Lachlan, Cooper, Noah, Ethan, Lucas, James, Samuel, Jacob, Liam, Alexander, Benjamin, Max, Isaac, Daniel, Riley, Ryan, Charlie, Tyler, Jake, Matthew, Xavier, Harry, Jayden, Nicholas, Harrison, Levi, Luke, Adam, Henry, Aiden, Dylan, Oscar, Michael, Jackson, Logan, Joseph, Blake, Nathan, Connor, Elijah, Nate, Archie, Bailey, Marcus, Cameron, Jordan, Zachary, Caleb, Hunter, Ashton, Toby, Aidan, Hayden, Mason, Hamish, Edward, Angus, Eli, Sebastian, Christian, Patrick, Andrew, Anthony, Luca, Kai, Beau, Alex, George, Callum, Finn, Zac, Mitchell, Jett, Jesse, Gabriel, Leo, Declan, Charles, Jasper, Jonathan, Aaron, Hugo, David, Christopher, Chase, Owen, Justin, Ali, Darcy, Lincoln, Cody, Phoenix, Sam, John, Joel, Isabella, Ruby, Chloe, Olivia, Charlotte, Mia, Lily, Emily, Ella, Sienna, Sophie, Amelia, Grace, Ava, Zoe, Emma, Sophia, Matilda, Hannah, Jessica, Lucy, Georgia, Sarah, Abigail, Zara, Eva, Scarlett, Jasmine, Chelsea, Lilly, Ivy, Isla, Evie, Isabelle, Maddison, Layla, Summer, Annabelle, Alexis, Elizabeth, Bella, Holly, Lara, Madison, Alyssa, Maya, Tahlia, Claire, Hayley, Imogen, Jade, Ellie, Sofia, Addison, Molly, Phoebe, Alice, Savannah, Gabriella, Kayla, Mikayla, Abbey, Eliza, Willow, Alexandra, Poppy, Samantha, Stella, Amy, Amelie, Anna, Piper, Gemma, Isabel, Victoria, Stephanie, Caitlin, Heidi, Paige, Rose, Amber, Audrey, Claudia, Taylor, Madeline, Angelina, Natalie, Charli, Lauren, Ashley, Violet, Mackenzie, Abby, Skye, Lillian, Alana, Lola, Leah, Eve, Kiara]
9
9
  last_name: [Smith, Jones, Williams, Brown, Wilson, Taylor, Johnson, White, Martin, Anderson, Thompson, Nguyen, Thomas, Walker, Harris, Lee, Ryan, Robinson, Kelly, King, Davis, Wright, Evans, Roberts, Green, Hall, Wood, Jackson, Clarke, Patel, Khan, Lewis, James, Phillips, Mason, Mitchell, Rose, Davies, Rodriguez, Cox, Alexander, Garden, Campbell, Johnston, Moore, Smyth, O'neill, Doherty, Stewart, Quinn, Murphy, Graham, Mclaughlin, Hamilton, Murray, Hughes, Robertson, Thomson, Scott, Macdonald, Reid, Clark, Ross, Young, Watson, Paterson, Morrison, Morgan, Griffiths, Edwards, Rees, Jenkins, Owen, Price, Moss, Richards, Abbott, Adams, Armstrong, Bahringer, Bailey, Barrows, Bartell, Bartoletti, Barton, Bauch, Baumbach, Bayer, Beahan, Beatty, Becker, Beier, Berge, Bergstrom, Bode, Bogan, Borer, Bosco, Botsford, Boyer, Boyle, Braun, Bruen, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Connelly, Conroy, Corkery, Cormier, Corwin, Cronin, Crooks, Cruickshank, Cummings, D'amore, Daniel, Dare, Daugherty, Dickens, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, Durgan, Ebert, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feil, Ferry, Fisher, Flatley, Gibson, Gleason, Glover, Goldner, Goodwin, Grady, Grant, Greenfelder, Greenholt, Grimes, Gutmann, Hackett, Hahn, Haley, Hammes, Hand, Hane, Hansen, Harber, Hartmann, Harvey, Hayes, Heaney, Heathcote, Heller, Hermann, Hermiston, Hessel, Hettinger, Hickle, Hill, Hills, Hoppe, Howe, Howell, Hudson, Huel, Hyatt, Jacobi, Jacobs, Jacobson, Jerde, Johns, Keeling, Kemmer, Kessler, Kiehn, Kirlin, Klein, Koch, Koelpin, Kohler, Koss, Kovacek, Kreiger, Kris, Kuhlman, Kuhn, Kulas, Kunde, Kutch, Lakin, Lang, Langworth, Larkin, Larson, Leannon, Leffler, Little, Lockman, Lowe, Lynch, Mann, Marks, Marvin, Mayer, Mccullough, Mcdermott, Mckenzie, Miller, Mills, Monahan, Morissette, Mueller, Muller, Nader, Nicolas, Nolan, O'connell, O'conner, O'hara, O'keefe, Olson, O'reilly, Parisian, Parker, Quigley, Reilly, Reynolds, Rice, Ritchie, Rohan, Rolfson, Rowe, Russel, Rutherford, Sanford, Sauer, Schmidt, Schmitt, Schneider, Schroeder, Schultz, Shields, Smitham, Spencer, Stanton, Stark, Stokes, Swift, Tillman, Towne, Tremblay, Tromp, Turcotte, Turner, Walsh, Walter, Ward, Waters, Weber, Welch, West, Wilderman, Wilkinson, Williamson, Windler, Wolf]
10
- name_with_middle:
10
+ name_with_middle:
11
11
  - "#{first_name} #{last_name} #{last_name}"
12
12
  company:
13
13
  suffix: [Pty Ltd, and Sons, Corp, Group, Brothers, Partners]
@@ -2,5 +2,5 @@ en:
2
2
  faker:
3
3
  creature:
4
4
  animal:
5
- name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu ", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo ", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal ", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle ", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
6
-
5
+ name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal ", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle ", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
6
+
@@ -0,0 +1,99 @@
1
+ en:
2
+ faker:
3
+ basketball:
4
+ teams:
5
+ - Atlanta Hawks
6
+ - Boston Celtics
7
+ - Brooklyn Nets
8
+ - Charlotte Hornets
9
+ - Chicago Bulls
10
+ - Cleveland Cavaliers
11
+ - Dallas Mavericks
12
+ - Denver Nuggets
13
+ - Detroit Pistons
14
+ - Golden State Warriors
15
+ - Houston Rockets
16
+ - Indiana Pacers
17
+ - Los Angeles Clippers
18
+ - Los Angeles Lakers
19
+ - Memphis Grizzlies
20
+ - Miami Heat
21
+ - Milwaukee Bucks
22
+ - Minnesota Timberwolves
23
+ - New Orleans Pelicans
24
+ - New York Knicks
25
+ - Oklahoma City Thunder
26
+ - Orlando Magic
27
+ - Philadelphia 76ers
28
+ - Phoenix Suns
29
+ - Portland Trail Blazers
30
+ - Sacramento Kings
31
+ - San Antonio Spurs
32
+ - Toronto Raptors
33
+ - Utah Jazz
34
+ - Washington Wizards
35
+ players:
36
+ - Kemba Walker
37
+ - Kyrie Irving
38
+ - Kawhi Leonard
39
+ - Giannis Antetokounmpo
40
+ - Joel Embiid
41
+ - Kyle Lowry
42
+ - Victor Oladipo
43
+ - Khris Middleton
44
+ - Bradley Beal
45
+ - Ben Simmons
46
+ - Blake Griffin
47
+ - Nikola Vučević
48
+ - Dwayne Wade
49
+ - D'Angelo Russell
50
+ - Stephen Curry
51
+ - James Harden
52
+ - Kevin Durant
53
+ - Paul George
54
+ - LeBron James
55
+ - Russell Westbrook
56
+ - Damian Lillard
57
+ - Klay Thompson
58
+ - Anthony Davis
59
+ - LaMarcus Aldridge
60
+ - Nikola Jokić
61
+ - Karl-Anthony Towns
62
+ - Dirk Nowitzki
63
+ coaches:
64
+ - Kenny Atkinson
65
+ - J.B. Bickerstaff
66
+ - James Borrego
67
+ - Jim Boylen
68
+ - Scott Brooks
69
+ - Brett Brown
70
+ - Mike Budenholzer
71
+ - Rick Carlisle
72
+ - Dwane Casey
73
+ - Steve Clifford
74
+ - Mike D'Antoni
75
+ - Billy Donovan
76
+ - Larry Drew
77
+ - David Fizdale
78
+ - Alvin Gentry
79
+ - Dave Joerger
80
+ - Steve Kerr
81
+ - Igor Kokoškov
82
+ - Michael Malone
83
+ - Nate McMillan
84
+ - Nick Nurse
85
+ - Lloyd Pierce
86
+ - Gregg Popovich
87
+ - Doc Rivers
88
+ - Ryan Saunders
89
+ - Quin Snyder
90
+ - Erik Spoelstra
91
+ - Brad Stevens
92
+ - Terry Stotts
93
+ - Luke Walton
94
+ positions:
95
+ - Point Guard
96
+ - Shooting Guard
97
+ - Small Forward
98
+ - Power Forward
99
+ - Center
@@ -19,3 +19,4 @@ en:
19
19
  industry: ["Defense & Space", "Computer Hardware", "Computer Software", "Computer Networking", "Internet", "Semiconductors", "Telecommunications", "Law Practice", "Legal Services", "Management Consulting", "Biotechnology", "Medical Practice", "Hospital & Health Care", "Pharmaceuticals", "Veterinary", "Medical Devices", "Cosmetics", "Apparel & Fashion", "Sporting Goods", "Tobacco", "Supermarkets", "Food Production", "Consumer Electronics", "Consumer Goods", "Furniture", "Retail", "Entertainment", "Gambling & Casinos", "Leisure, Travel & Tourism", "Hospitality", "Restaurants", "Sports", "Food & Beverages", "Motion Pictures and Film", "Broadcast Media", "Museums and Institutions", "Fine Art", "Performing Arts", "Recreational Facilities and Services", "Banking", "Insurance", "Financial Services", "Real Estate", "Investment Banking", "Investment Management", "Accounting", "Construction", "Building Materials", "Architecture & Planning", "Civil Engineering", "Aviation & Aerospace", "Automotive", "Chemicals", "Machinery", "Mining & Metals", "Oil & Energy", "Shipbuilding", "Utilities", "Textiles", "Paper & Forest Products", "Railroad Manufacture", "Farming", "Ranching", "Dairy", "Fishery", "Primary / Secondary Education", "Higher Education", "Education Management", "Research", "Military", "Legislative Office", "Judiciary", "International Affairs", "Government Administration", "Executive Office", "Law Enforcement", "Public Safety", "Public Policy", "Marketing and Advertising", "Newspapers", "Publishing", "Printing", "Information Services", "Libraries", "Environmental Services", "Package / Freight Delivery", "Individual & Family Services", "Religious Institutions", "Civic & Social Organization", "Consumer Services", "Transportationg / Trucking / Railroad", "Warehousing", "Airlines / Aviation", "Maritime", "Information Technology and Services", "Market Research", "Public Relations and Communications", "Design", "Nonprofit Organization Management", "Fund-Raising", "Program Development", "Writing and Editing", "Staffing and Recruiting", "Professional Training & Coaching", "Venture Capital & Private Equity", "Political Organization", "Translation and Localization", "Computer Games", "Events Services", "Arts and Crafts", "Electrical / Electronic Manufacturing", "Online Media", "Nanotechnology", "Music", "Logistics and Supply Chain", "Plastics", "Computer & Network Security", "Wireless", "Alternative Dispute Resolution", "Security and Investigations", "Facilities Services", "Outsourcing / Offshoring", "Health, Wellness and Fitness", "Alternative Medicine", "Media Production", "Animation", "Commercial Real Estate", "Capital Markets", "Think Tanks", "Philanthropy", "E-Learning", "Wholesale", "Import and Export", "Mechanical or Industrial Engineering", "Photography", "Human Resources", "Business Supplies and Equipment", "Mental Health Care", "Graphic Design", "International Trade and Development", "Wine and Spirits", "Luxury Goods & Jewelry", "Renewables & Environment", "Glass, Ceramics & Concrete", "Packaging and Containers", "Industrial Automation", "Government Relations"]
20
20
  profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fiherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
21
21
  type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"]
22
+ sic_code: ["0111", "0112", "0115", "0116", "0119", "0131", "0132", "0133", "0134", "0139", "0161", "0171", "0172", "0173", "0174", "0175", "0179", "0181", "0182", "0191", "0211", "0212", "0213", "0214", "0219", "0241", "0251", "0252", "0253", "0254", "0259", "0271", "0272", "0273", "0279", "0291", "0711", "0721", "0722", "0723", "0724", "0741", "0742", "0751", "0752", "0761", "0762", "0781", "0782", "0783", "0811", "0831", "0851", "0912", "0913", "0919", "0921", "0971", "1011", "1021", "1031", "1041", "1044", "1061", "1081", "1094", "1099", "1221", "1222", "1231", "1241", "1311", "1321", "1381", "1382", "1389", "1411", "1422", "1423", "1429", "1442", "1446", "1455", "1459", "1474", "1475", "1479", "1481", "1499", "1521", "1522", "1531", "1541", "1542", "1611", "1622", "1623", "1629", "1711", "1721", "1731", "1741", "1742", "1743", "1751", "1752", "1761", "1771", "1781", "1791", "1793", "1794", "1795", "1796", "1799", "2011", "2013", "2015", "2021", "2022", "2023", "2024", "2026", "2032", "2033", "2034", "2035", "2037", "2038", "2041", "2043", "2044", "2045", "2046", "2047", "2048", "2051", "2052", "2053", "2061", "2062", "2063", "2064", "2066", "2067", "2068", "2074", "2075", "2076", "2077", "2079", "2082", "2083", "2084", "2085", "2086", "2087", "2091", "2092", "2095", "2096", "2097", "2098", "2099", "2111", "2121", "2131", "2141", "2211", "2221", "2231", "2241", "2251", "2252", "2253", "2254", "2257", "2258", "2259", "2261", "2262", "2269", "2273", "2281", "2282", "2284", "2295", "2296", "2297", "2298", "2299", "2311", "2321", "2322", "2323", "2325", "2326", "2329", "2331", "2335", "2337", "2339", "2341", "2342", "2353", "2361", "2369", "2371", "2381", "2384", "2385", "2386", "2387", "2389", "2391", "2392", "2393", "2394", "2395", "2396", "2397", "2399", "2411", "2421", "2426", "2429", "2431", "2434", "2435", "2436", "2439", "2441", "2448", "2449", "2451", "2452", "2491", "2493", "2499", "2511", "2512", "2514", "2515", "2517", "2519", "2521", "2522", "2531", "2541", "2542", "2591", "2599", "2611", "2621", "2631", "2652", "2653", "2655", "2656", "2657", "2671", "2672", "2673", "2674", "2675", "2676", "2677", "2678", "2679", "2711", "2721", "2731", "2732", "2741", "2752", "2754", "2759", "2761", "2771", "2782", "2789", "2791", "2796", "2812", "2813", "2816", "2819", "2821", "2822", "2823", "2824", "2833", "2834", "2835", "2836", "2841", "2842", "2843", "2844", "2851", "2861", "2865", "2869", "2873", "2874", "2875", "2879", "2891", "2892", "2893", "2895", "2899", "2911", "2951", "2952", "2992", "2999", "3011", "3021", "3052", "3053", "3061", "3069", "3081", "3082", "3083", "3084", "3085", "3086", "3087", "3088", "3089", "3111", "3131", "3142", "3143", "3144", "3149", "3151", "3161", "3171", "3172", "3199", "3211", "3221", "3229", "3231", "3241", "3251", "3253", "3255", "3259", "3261", "3262", "3263", "3264", "3269", "3271", "3272", "3273", "3274", "3275", "3281", "3291", "3292", "3295", "3296", "3297", "3299", "3312", "3313", "3315", "3316", "3317", "3321", "3322", "3324", "3325", "3331", "3334", "3339", "3341", "3351", "3353", "3354", "3355", "3356", "3357", "3363", "3364", "3365", "3366", "3369", "3398", "3399", "3411", "3412", "3421", "3423", "3425", "3429", "3431", "3432", "3433", "3441", "3442", "3443", "3444", "3446", "3448", "3449", "3451", "3452", "3462", "3463", "3465", "3466", "3469", "3471", "3479", "3482", "3483", "3484", "3489", "3491", "3492", "3493", "3494", "3495", "3496", "3497", "3498", "3499", "3511", "3519", "3523", "3524", "3531", "3532", "3533", "3534", "3535", "3536", "3537", "3541", "3542", "3543", "3544", "3545", "3546", "3547", "3548", "3549", "3552", "3553", "3554", "3555", "3556", "3559", "3561", "3562", "3563", "3564", "3565", "3566", "3567", "3568", "3569", "3571", "3572", "3575", "3577", "3578", "3579", "3581", "3582", "3585", "3586", "3589", "3592", "3593", "3594", "3596", "3599", "3612", "3613", "3621", "3624", "3625", "3629", "3631", "3632", "3633", "3634", "3635", "3639", "3641", "3643", "3644", "3645", "3646", "3647", "3648", "3651", "3652", "3661", "3663", "3669", "3671", "3672", "3674", "3675", "3676", "3677", "3678", "3679", "3691", "3692", "3694", "3695", "3699", "3711", "3713", "3714", "3715", "3716", "3721", "3724", "3728", "3731", "3732", "3743", "3751", "3761", "3764", "3769", "3792", "3795", "3799", "3812", "3821", "3822", "3823", "3824", "3825", "3826", "3827", "3829", "3841", "3842", "3843", "3844", "3845", "3851", "3861", "3873", "3911", "3914", "3915", "3931", "3942", "3944", "3949", "3951", "3952", "3953", "3955", "3961", "3965", "3991", "3993", "3995", "3996", "3999", "4011", "4013", "4111", "4119", "4121", "4131", "4141", "4142", "4151", "4173", "4212", "4213", "4214", "4215", "4221", "4222", "4225", "4226", "4231", "4311", "4412", "4424", "4432", "4449", "4481", "4482", "4489", "4491", "4492", "4493", "4499", "4512", "4513", "4522", "4581", "4612", "4613", "4619", "4724", "4725", "4729", "4731", "4741", "4783", "4785", "4789", "4812", "4813", "4822", "4832", "4833", "4841", "4899", "4911", "4922", "4923", "4924", "4925", "4931", "4932", "4939", "4941", "4952", "4953", "4959", "4961", "4971", "5012", "5013", "5014", "5015", "5021", "5023", "5031", "5032", "5033", "5039", "5043", "5044", "5045", "5046", "5047", "5048", "5049", "5051", "5052", "5063", "5064", "5065", "5072", "5074", "5075", "5078", "5082", "5083", "5084", "5085", "5087", "5088", "5091", "5092", "5093", "5094", "5099", "5111", "5112", "5113", "5122", "5131", "5136", "5137", "5139", "5141", "5142", "5143", "5144", "5145", "5146", "5147", "5148", "5149", "5153", "5154", "5159", "5162", "5169", "5171", "5172", "5181", "5182", "5191", "5192", "5193", "5194", "5198", "5199", "5211", "5231", "5251", "5261", "5271", "5311", "5331", "5399", "5411", "5421", "5431", "5441", "5451", "5461", "5499", "5511", "5521", "5531", "5541", "5551", "5561", "5571", "5599", "5611", "5621", "5632", "5641", "5651", "5661", "5699", "5712", "5713", "5714", "5719", "5722", "5731", "5734", "5735", "5736", "5812", "5813", "5912", "5921", "5932", "5941", "5942", "5943", "5944", "5945", "5946", "5947", "5948", "5949", "5961", "5962", "5963", "5983", "5984", "5989", "5992", "5993", "5994", "5995", "5999", "6011", "6019", "6021", "6022", "6029", "6035", "6036", "6061", "6062", "6081", "6082", "6091", "6099", "6111", "6141", "6153", "6159", "6162", "6163", "6211", "6221", "6231", "6282", "6289", "6311", "6321", "6324", "6331", "6351", "6361", "6371", "6399", "6411", "6512", "6513", "6514", "6515", "6517", "6519", "6531", "6541", "6552", "6553", "6712", "6719", "6722", "6726", "6732", "6733", "6792", "6794", "6798", "6799", "7011", "7021", "7032", "7033", "7041", "7211", "7212", "7213", "7215", "7216", "7217", "7218", "7219", "7221", "7231", "7241", "7251", "7261", "7291", "7299", "7311", "7312", "7313", "7319", "7322", "7323", "7331", "7334", "7335", "7336", "7338", "7342", "7349", "7352", "7353", "7359", "7361", "7363", "7371", "7372", "7373", "7374", "7375", "7376", "7377", "7378", "7379", "7381", "7382", "7383", "7384", "7389", "7513", "7514", "7515", "7519", "7521", "7532", "7533", "7534", "7536", "7537", "7538", "7539", "7542", "7549", "7622", "7623", "7629", "7631", "7641", "7692", "7694", "7699", "7812", "7819", "7822", "7829", "7832", "7833", "7841", "7911", "7922", "7929", "7933", "7941", "7948", "7991", "7992", "7993", "7996", "7997", "7999", "8011", "8021", "8031", "8041", "8042", "8043", "8049", "8051", "8052", "8059", "8062", "8063", "8069", "8071", "8072", "8082", "8092", "8093", "8099", "8111", "8211", "8221", "8222", "8231", "8243", "8244", "8249", "8299", "8322", "8331", "8351", "8361", "8399", "8412", "8422", "8611", "8621", "8631", "8641", "8651", "8661", "8699", "8711", "8712", "8713", "8721", "8731", "8732", "8733", "8734", "8741", "8742", "8743", "8744", "8748", "8811", "8999", "9111", "9121", "9131", "9199", "9211", "9221", "9222", "9223", "9224", "9229", "9311", "9411", "9431", "9441", "9451", "9511", "9512", "9531", "9532", "9611", "9621", "9631", "9641", "9651", "9661", "9711", "9721", "9999"]
@@ -1,9 +1,25 @@
1
1
  en:
2
2
  faker:
3
3
  crypto_coin:
4
- coin:
5
- - "Bitcoin, BTC, https://i.imgur.com/psBNOBq.png"
6
- - "Litecoin, LTC, https://i.imgur.com/EFz61Ei.png"
7
- - "Dash, DASH, https://i.imgur.com/2uX91cb.png"
8
- - "Ethereum, ETH, https://i.imgur.com/uOPFCXj.png"
9
- - "Ripple, XRP, https://i.imgur.com/GjAPSsL.png"
4
+ coin:
5
+ - "Bitcoin, BTC, https://i.imgur.com/psBNOBq.png"
6
+ - "Bitcoin Cash, BCC, https://i.imgur.com/ViTjr9u.png"
7
+ - "Bitcoin Gold, BTG, https://i.imgur.com/l9cVE7c.png"
8
+ - "Bitcoin SV, BSV, https://i.imgur.com/DkixrAc.png"
9
+ - "Binance Coin, BNB, https://i.imgur.com/2HJr7OR.png"
10
+ - "Cardano, ADA, https://i.imgur.com/8qGU4zg.png"
11
+ - "Dash, DASH, https://i.imgur.com/2uX91cb.png"
12
+ - "Decred, DCR, https://i.imgur.com/nURXAC2.png"
13
+ - "EOS.IO, EOS, https://i.imgur.com/Cr2w77s.png"
14
+ - "Ethereum, ETH, https://i.imgur.com/uOPFCXj.png"
15
+ - "Ethereum Classic, ETC, https://i.imgur.com/8wBtmQA.png"
16
+ - "IOTA, IOT, https://i.imgur.com/DGFCOVt.png"
17
+ - "Litecoin, LTC, https://i.imgur.com/EFz61Ei.png"
18
+ - "Monero, XMR, https://i.imgur.com/pnupcJM.png"
19
+ - "NEM, XEM, https://i.imgur.com/SJ8NteF.png"
20
+ - "NEO, NEO, https://i.imgur.com/BmtVrJi.png"
21
+ - "Ripple, XRP, https://i.imgur.com/GjAPSsL.png"
22
+ - "Stellar, XLM, https://i.imgur.com/COLIHUE.png"
23
+ - "Tether, USDT, https://i.imgur.com/xk6pQZy.png"
24
+ - "TRON, TRX, https://i.imgur.com/grG05ZK.png"
25
+ - "Zcash, ZEC, https://i.imgur.com/mX3r4j9.png"
@@ -5,7 +5,7 @@ en:
5
5
  "Batman", "Superman", "Red Arrow", "Green Lantern", "Robin",
6
6
  "Nightwing", "The Flash", "Aquaman", "Green Arrow", "Captain Marvel",
7
7
  "Shazam", "Martain Manhunter", "Cyborg", "Hawkman", "Speedy", "Arsenal",
8
- "Red Tornado","Booster Gold", "Doctor Fate", "Beast Boy", "Plastic Man",
8
+ "Red Tornado", "Booster Gold", "Doctor Fate", "Beast Boy", "Plastic Man",
9
9
  "Captain Atom", "Tempest", "Spectre", "Midnighter", "The Atom", "Kilowog",
10
10
  "Firestorm", "Blue Beetle", "Animal Man", "Mr. Miracle", "Wildcat",
11
11
  "Rorschach", "Dr. Manhattan", "Nite Owl", "The Comedian", "Azrael",
@@ -21,7 +21,7 @@ en:
21
21
  villain: [
22
22
  "The Joker", "Lex Luthor", "Darkseid", "Sinestro", "Brainiac", "Black Adam",
23
23
  "Ras al Ghul", "Deathstroke", "Two-Face", "Doomsday", "Catwoman", "Mongul",
24
- "Bizaroo", "Riddler", "Captain Cold", "Bane", "Harley Quinn", "Scarecrow",
24
+ "Bizarro", "Riddler", "Captain Cold", "Bane", "Harley Quinn", "Scarecrow",
25
25
  "Paralax", "Gorilla Grodd", "General Zod", "Black Manta", "Mr. Freeze",
26
26
  "Cheetah", "Amanda Waller", "Penguin", "Poison Ivy", "Solomon Grundy",
27
27
  "Parasite", "Krona", "Deadshot", "Metallo", "Lobo", "Eclipso", "Ares",
@@ -39,14 +39,14 @@ en:
39
39
  ]
40
40
  title: [
41
41
  "The Sinestro Corps War", "The Coyote Gospel", "Green Arrow: The Longbow Hunters",
42
- "Jla: Earth 2 ", "Identity Crisis", "Jla: Tower Of Babel", "Superman For All Seasons",
42
+ "JLA: Earth 2", "Identity Crisis", "JLA: Tower Of Babel", "Superman For All Seasons",
43
43
  "Superman: Red Son", "Batman: The Long Halloween", "Swamp Thing: The Anatomy Lesson",
44
- "For The Man Who Has Everything", "Jack Kirby'S New Gods",
44
+ "For The Man Who Has Everything", "Jack Kirby's New Gods",
45
45
  "Arkham Asylum: A Serious House On Serious Earth", "Snowbirds Don't Fly",
46
46
  "Whatever Happened To The Man Of Tomorrow?", "The Killing Joke",
47
47
  "Teen Titans: The Judas Contract", "The New Frontier",
48
48
  "Kingdom Come", "Crisis On Infinite Earths",
49
49
  "Batman: Year One", "All Star Superman", "The Dark Knight Returns",
50
- "Multiversity", "Gotham Central", "Grant Morrison'S Animal Man",
50
+ "Multiversity", "Gotham Central", "Grant Morrison's Animal Man",
51
51
  "Doom Patrol", "Action Comics", "Detective Comics"
52
52
  ]
@@ -2,7 +2,7 @@ en:
2
2
  faker:
3
3
  games:
4
4
  dota:
5
- hero: ["Abaddon", "Alchemist", "Axe", "Beastmaster", "Brewmaster", "Bristleback", "Centaur Warrunner", "Chaos Knight", "Clockwerk"]
5
+ hero: ["Abaddon", "Alchemist", "Axe", "Beastmaster", "Brewmaster", "Bristleback", "Centaur Warrunner", "Chaos Knight", "Clockwerk", "Meepo"]
6
6
  abaddon:
7
7
  quote: ["You have called death upon yourself.", "From House Avernus, I set forth.", "The mist chose me, it is not mine to command.", "To die at a noble hand is no guarantee of a noble death."]
8
8
  alchemist:
@@ -45,6 +45,8 @@ en:
45
45
  quote: ["A wolf in man's clothing.", "Who fears the wolf should fear the forest.", "A peaceful man is but a patient wolf."]
46
46
  magnus:
47
47
  quote: ["Under my hoof you will find your fate.", "My horn is sharp, my pike is sharper still.", "Compared to my horn, all precious items are cheap."]
48
+ meepo:
49
+ quote: ["Got dirt between my toes.", "One paw in front of the other!", "What's up Meepo?", "Have shovel, will bury. You.", "They should call you Ain't-Mage.", "You punched out all of my blood!", "Try that again, tough guy!"]
48
50
  night_stalker:
49
51
  quote: ["Day walker, night stalker.", "Devil by day, demon by night.", "Flesh sustains, gold remains.", "I feed the darkness and the darkness feeds me."]
50
52
  omniknight:
@@ -3,7 +3,7 @@ en:
3
3
  food:
4
4
  dish: ["Arepas", "Barbecue Ribs", "Bruschette with Tomato", "Bunny Chow", "Caesar Salad", "California Maki", "Caprese Salad", "Cauliflower Penne", "Cheeseburger", "Chicken Fajitas", "Chicken Milanese", "Chicken Parm", "Chicken Wings", "Chilli con Carne", "Ebiten maki", "Fettuccine Alfredo", "Fish and Chips", "French Fries with Sausages", "French Toast", "Hummus", "Katsu Curry", "Kebab", "Lasagne", "Linguine with Clams", "Massaman Curry", "Meatballs with Sauce", "Mushroom Risotto", "Pappardelle alla Bolognese", "Pasta Carbonara", "Pasta and Beans", "Pasta with Tomato and Basil", "Peking Duck", "Philadelphia Maki", "Pho", "Pierogi", "Pizza", "Poke", "Pork Belly Buns", "Pork Sausage Roll", "Poutine", "Ricotta Stuffed Ravioli", "Risotto with Seafood", "Salmon Nigiri", "Scotch Eggs", "Seafood Paella", "Som Tam", "Souvlaki", "Stinky Tofu", "Sushi", "Tacos", "Teriyaki Chicken Donburi", "Tiramisù", "Tuna Sashimi", "Vegetable Soup"]
5
5
  descriptions: ["Three eggs with cilantro, tomatoes, onions, avocados and melted Emmental cheese. With a side of roasted potatoes, and your choice of toast or croissant.", "Three egg omelet with Roquefort cheese, chives, and ham. With a side of roasted potatoes, and your choice of toast or croissant.", "Three egg whites with spinach, mushrooms, caramelized onions, tomatoes and low-fat feta cheese. With herbed quinoa, and your choice of rye or whole-grain toast.", "Smoked salmon, poached eggs, diced red onions and Hollandaise sauce on an English muffin. With a side of roasted potatoes.", "Fresh parsley, Italian sausage, shallots, garlic, sun-dried tomatoes and mozzarella cheese in an all-butter crust. With a side of mixed fruits.", "Thick slices of French toast bread, brown sugar, half-and-half and vanilla, topped with powdered sugar. With two eggs served any style, and your choice of smoked bacon or smoked ham.", "Two buttermilk waffles, topped with whipped cream and maple syrup, a side of two eggs served any style, and your choice of smoked bacon or smoked ham.", "Breaded fried chicken with waffles, and a side of maple syrup.", "Two butter croissants of your choice (plain, almond or cheese). With a side of herb butter or house-made hazelnut spread.", "28-day aged 300g USDA Certified Prime Ribeye, rosemary-thyme garlic butter, with choice of two sides.", "Breaded fried chicken with waffles. Served with maple syrup.", "Fresh Norwegian salmon, lightly brushed with our herbed Dijon mustard sauce, with choice of two sides.", "Creamy mascarpone cheese and custard layered between espresso and rum soaked house-made ladyfingers, topped with Valrhona cocoa powder.", "Granny Smith apples mixed with brown sugar and butter filling, in a flaky all-butter crust, with ice cream."]
6
- ingredients: ["Achacha", "Adzuki Beans", "Agar", "Agave Syrup", "Ajowan Seed", "Albacore Tuna", "Alfalfa", "Allspice", "Almond Oil", "Almonds", "Amaranth", "Amchur", "Anchovies", "Anchovies", "Aniseed", "Annatto Seed", "Apple Cider Vinegar", "Apple Juice", "Apple Juice Concentrate", "Apples", "Bonza", "Apples", "Apricots", "Arborio Rice", "Arrowroot", "Artichoke", "Arugula", "Asafoetida", "Asian Greens", "Asian Noodles", "Asparagus", "Aubergine", "Avocado", "Avocado Oil", "Avocado Spread", "Bacon", "Baking Powder", "Baking Soda", "Balsamic Vinegar", "Bamboo Shoots", "Banana", "Barberry", "Barley", "Barramundi", "Basil Basmati Rice", "Bay Leaves", "Bean Shoots", "Bean Sprouts", "Beans", "Green Beans", "Beef", "Beetroot", "Berries", "Black Eyed Beans", "Blackberries", "Blood Rranges", "Blue Cheese", "Blue Eye Trevalla", "Blue Swimmer Crab", "Blueberries", "Bocconcini", "Bok Choy", "Bonito Flakes", "Borlotti Beans", "Brazil Nut", "Bran", "Bread", "Rye Bread", "Sour Dough Bread", "Spelt Bread", "White Bread", "Wholegrain Bread", "Wholemeal", "Brie", "Broccoli", "Broccolini", "Brown Rice", "Brown Rice Vinegar", "Brussels Sprouts", "Buckwheat", "Buckwheat Noodles", "Bulghur", "Bush Tomato", "Butter", "Butter Beans", "Buttermilk", "Butternut Lettuce", "Butternut Pumpkin", "Cabbage", "Cacao", "Cake", "Calamari", "Camellia Tea Oil", "Camembert", "Camomile", "Candle Nut", "Cannellini Beans", "Canola Oil", "Cantaloupe", "Capers", "Capsicum", "Starfruit", "Caraway Seed", "Cardamom", "Carob Carrot", "Carrot", "Cashews", "Cassia bark", "Cauliflower", "Cavalo", "Cayenne", "Celery", "Celery Seed", "Cheddar", "Cherries", "Cherries", "Chestnut", "Chestnut", "Chia Seeds", "Chicken", "Chickory", "Chickpea", "Chilli Pepper", "Fresh Chillies", "Dried Chinese Broccoli", "Chinese Cabbage", "Chinese Five Spice", "Chives", "Dark Chocolate", "Milk Chocolate", "Choy Sum", "Cinnamon", "Clams", "Cloves", "Cocoa Powder", "Coconut", "Coconut Oil", "Coconut Water", "Coffee", "Corella Pear", "Coriander Leaves", "Coriander Seed", "Corn Oil", "Corn Syrup", "Corn Tortilla", "Cornichons", "Cornmeal", "Cos Lettuce", "Cottage Cheese", "Cous Cous", "Crabs", "Cranberry", "Cream", "Cream Cheese", "Cucumber", "Cumin", "Cumquat", "Currants", "Curry Leaves", "Curry Powder", "Custard Apples", "Dandelion", "Dashi", "Dates", "Dill", "Dragonfruit", "Dried Apricots", "Duck", "Edam", "Edamame", "Eggplant", "Eggs", "Elderberry", "Endive", "English Spinach", "Extra Virgin Olive Oil", "Farmed Prawns", "Feijoa", "Fennel", "Fennel Seeds", "Fenugreek", "Feta", "Figs", "File Powder", "Fingerlime", "Fish Sauce", "Flathead", "Flaxseed", "Flaxseed Oil", "Flounder", "Flour", "Besan", "Buckwheat Flour", "Oat Flour", "Potato Flour", "Rice Flour", "Brown Flour", "White Flour", "Soy Flour", "Tapioca Flour", "Unbleached Flour", "Wholewheat Flour", "Freekeh", "French Eschallots", "Fromage Blanc", "Fruit", "Galangal", "Garam Masala", "Garlic", "Garlic", "Chives", "Goat Cheese", "Goat Milk", "Goji Berry", "Grape Seed Oil", "Grapefruit", "Grapes", "Green Pepper", "Green Tea", "Green Tea Noodles", "Greenwheat Freekeh", "Gruyere", "Guava", "Gula Melaka", "Haloumi", "Ham", "Haricot Beans", "Harissa", "Hazelnut", "Hijiki", "Hiramasa Kingfish", "Hokkien Noodles", "Honey", "Honeydew Melon", "Horseradish", "Hot Smoked Salmon", "Hummus", "Iceberg Lettuce", "Incaberries", "Jarrahdale Pumpkin", "Jasmine Rice", "Jelly", "Jerusalem Artichoke", "Jewfish", "Jicama", "Juniper Berries", "Lime Leaves", "Kale", "Kangaroo", "Kecap Manis", "Kenchur", "Kidney Beans", "Kidneys", "Kiwi Fruit", "Kiwi Berries", "Kohlrabi", "Kokam", "Kombu", "Koshihikari Rice", "Kudzu", "Kumera", "Lamb", "Lavender Flowers", "Leeks", "Lemon", "Lemongrass", "Lentils", "Lettuce", "Licorice", "Limes", "Liver", "Lobster", "Longan", "Loquats", "Lotus Root", "Lychees", "Lychees", "Macadamia Nut", "Macadamia Oil", "Mace", "Mackerel", "Mackerel", "Tinned", "Mahi Mahi", "Mahlab", "Malt Vinegar", "Mandarins", "Mango", "Mangosteens", "Maple Syrup", "Margarine", "Marigold", "Marjoram", "Mastic", "Melon", "Milk", "Mint", "Miso", "Molasses", "Monkfish", "Morwong", "Mountain Bread", "Mozzarella", "Muesli", "Mulberries", "Mullet", "Mung Beans", "Flat Mushrooms", "Brown Mushrooms", "Common Cultivated Mushrooms", "Enoki Mushrooms", "Oyster Mushrooms", "Shiitake Mushrooms" , "Mussels", "Mustard", "Mustard Seed", "Nashi Pear", "Nasturtium", "Nectarines", "Nori", "Nutmeg", "Nutritional Yeast", "Nuts", "Oatmeal", "Oats", "Octopus", "Okra", "Olive Oil", "Olives", "Omega Spread", "Onion", "Oranges", "Oregano", "Oyster Sauce", "Oysters", "Pear", "Pandanus Leaves", "Papaw", "Papaya", "Paprik", "Parmesan Cheese", "Parrotfish", "Parsley", "Parsnip", "Passionfruit", "Pasta", "Peaches", "Peanuts", "Pear Juice", "Pears", "Peas", "Pecan Nut", "Pecorino", "Pepitas", "Szechuan Pepperberry", "Peppercorns", "Peppermint", "Peppers", "Persimmon", "Pine Nut", "Pineapple", "Pinto Beans", "Pistachio Nut", "Plums", "Polenta", "Pomegranate", "Poppy Seed", "Porcini Mushrooms", "Pork", "Potatoes", "Provolone", "Prunes", "Pumpkin", "Pumpkin Seed", "Purple Carrot", "Purple Rice", "Quark Quinc", "Quinoa", "Radicchio", "Radish", "Raisin", "Raspberry", "Red Cabbage", "Red Lentils", "Red Pepper", "Red Wine Vinegar", "Redfish", "Rhubarb", "Rice Noodles", "Rice Paper", "Rice Syrup", "Ricemilk", "Ricotta", "Rockmelon", "Rose Water", "Rosemary", "Rye", "Safflower Oil", "Saffron", "Sage", "Sake", "Salmon", "Sardines", "Sausages", "Scallops", "Sea Salt", "Semolina", "Sesame Oil", "Sesame Seeds", "Shark", "Silverbeet", "Slivered Almonds", "Smoked Trout", "Snapper", "Snowpea sprouts", "Snowpeas", "Soba", "Soy Beans", "Soy Milk", "Soy Sauce", "Soy", "Sprouts", "Soymilk", "Spearmint", "Spelt", "Spinach", "Spring Onions", "Squash", "Squid", "Star Anise", "Star Fruit", "Stevia", "Beef Stock", "Chicken Stock", "Fish Stock", "Vegetable Stock", "Strawberries", "Sugar", "Sultanas", "Sun-Dried Tomatoes", "Sunflower Oil", "Sunflower Seeds", "Sweet Chilli Sauce", "Sweet Potato", "Swiss Chard", "Swordfish", "Tabasco", "Tahini", "Taleggio Cheese", "Tamari", "Tamarillo", "Tangelo", "Tapioca", "Tarragon", "Tea", "Tea Oil", "Tempeh", "Thyme", "Tofu", "Tom Yum", "Tomatoes", "Trout", "Tuna", "Turkey", "Turmeric", "Turnips", "Vanilla Beans", "Vegetable Oil", "Vegetable Spaghetti", "Vermicelli Noodles", "Vinegar", "Wakame", "Walnut", "Warehou", "Wasabi", "Water", "Watercress", "Watermelon", "Wattleseed", "Wheat", "Wheatgrass Juice", "White rice", "White Wine Vinegar", "Whiting Wild Rice", "William Pear", "Red Wine", "White Wine", "Yeast", "Yellow Papaw", "Yellowtail Kingfish", "Yoghurt", "Yogurt", "Zucchini"]
6
+ ingredients: ["Achacha", "Adzuki Beans", "Agar", "Agave Syrup", "Ajowan Seed", "Albacore Tuna", "Alfalfa", "Allspice", "Almond Oil", "Almonds", "Amaranth", "Amchur", "Anchovies", "Anchovies", "Aniseed", "Annatto Seed", "Apple Cider Vinegar", "Apple Juice", "Apple Juice Concentrate", "Apples", "Bonza", "Apples", "Apricots", "Arborio Rice", "Arrowroot", "Artichoke", "Arugula", "Asafoetida", "Asian Greens", "Asian Noodles", "Asparagus", "Aubergine", "Avocado", "Avocado Oil", "Avocado Spread", "Bacon", "Baking Powder", "Baking Soda", "Balsamic Vinegar", "Bamboo Shoots", "Banana", "Barberry", "Barley", "Barramundi", "Basil Basmati Rice", "Bay Leaves", "Bean Shoots", "Bean Sprouts", "Beans", "Green Beans", "Beef", "Beetroot", "Berries", "Black Eyed Beans", "Blackberries", "Blood Oranges", "Blue Cheese", "Blue Eye Trevalla", "Blue Swimmer Crab", "Blueberries", "Bocconcini", "Bok Choy", "Bonito Flakes", "Borlotti Beans", "Brazil Nut", "Bran", "Bread", "Rye Bread", "Sour Dough Bread", "Spelt Bread", "White Bread", "Wholegrain Bread", "Wholemeal", "Brie", "Broccoli", "Broccolini", "Brown Rice", "Brown Rice Vinegar", "Brussels Sprouts", "Buckwheat", "Buckwheat Noodles", "Bulghur", "Bush Tomato", "Butter", "Butter Beans", "Buttermilk", "Butternut Lettuce", "Butternut Pumpkin", "Cabbage", "Cacao", "Cake", "Calamari", "Camellia Tea Oil", "Camembert", "Camomile", "Candle Nut", "Cannellini Beans", "Canola Oil", "Cantaloupe", "Capers", "Capsicum", "Starfruit", "Caraway Seed", "Cardamom", "Carob Carrot", "Carrot", "Cashews", "Cassia bark", "Cauliflower", "Cavalo", "Cayenne", "Celery", "Celery Seed", "Cheddar", "Cherries", "Chestnut", "Chia Seeds", "Chicken", "Chickory", "Chickpea", "Chilli Pepper", "Fresh Chillies", "Dried Chinese Broccoli", "Chinese Cabbage", "Chinese Five Spice", "Chives", "Dark Chocolate", "Milk Chocolate", "Choy Sum", "Cinnamon", "Clams", "Cloves", "Cocoa Powder", "Coconut", "Coconut Oil", "Coconut Water", "Coffee", "Corella Pear", "Coriander Leaves", "Coriander Seed", "Corn Oil", "Corn Syrup", "Corn Tortilla", "Cornichons", "Cornmeal", "Cos Lettuce", "Cottage Cheese", "Cous Cous", "Crabs", "Cranberry", "Cream", "Cream Cheese", "Cucumber", "Cumin", "Cumquat", "Currants", "Curry Leaves", "Curry Powder", "Custard Apples", "Dandelion", "Dashi", "Dates", "Dill", "Dragonfruit", "Dried Apricots", "Duck", "Edam", "Edamame", "Eggplant", "Eggs", "Elderberry", "Endive", "English Spinach", "Extra Virgin Olive Oil", "Farmed Prawns", "Feijoa", "Fennel", "Fennel Seeds", "Fenugreek", "Feta", "Figs", "File Powder", "Fingerlime", "Fish Sauce", "Flathead", "Flaxseed", "Flaxseed Oil", "Flounder", "Flour", "Besan", "Buckwheat Flour", "Oat Flour", "Potato Flour", "Rice Flour", "Brown Flour", "White Flour", "Soy Flour", "Tapioca Flour", "Unbleached Flour", "Wholewheat Flour", "Freekeh", "French Eschallots", "Fromage Blanc", "Fruit", "Galangal", "Garam Masala", "Garlic", "Chives", "Goat Cheese", "Goat Milk", "Goji Berry", "Grape Seed Oil", "Grapefruit", "Grapes", "Green Pepper", "Green Tea", "Green Tea Noodles", "Greenwheat Freekeh", "Gruyere", "Guava", "Gula Melaka", "Haloumi", "Ham", "Haricot Beans", "Harissa", "Hazelnut", "Hijiki", "Hiramasa Kingfish", "Hokkien Noodles", "Honey", "Honeydew Melon", "Horseradish", "Hot Smoked Salmon", "Hummus", "Iceberg Lettuce", "Incaberries", "Jarrahdale Pumpkin", "Jasmine Rice", "Jelly", "Jerusalem Artichoke", "Jewfish", "Jicama", "Juniper Berries", "Lime Leaves", "Kale", "Kangaroo", "Kecap Manis", "Kenchur", "Kidney Beans", "Kidneys", "Kiwi Fruit", "Kiwi Berries", "Kohlrabi", "Kokam", "Kombu", "Koshihikari Rice", "Kudzu", "Kumera", "Lamb", "Lavender Flowers", "Leeks", "Lemon", "Lemongrass", "Lentils", "Lettuce", "Licorice", "Limes", "Liver", "Lobster", "Longan", "Loquats", "Lotus Root", "Lychees", "Macadamia Nut", "Macadamia Oil", "Mace", "Mackerel", "Tinned", "Mahi Mahi", "Mahlab", "Malt Vinegar", "Mandarins", "Mango", "Mangosteens", "Maple Syrup", "Margarine", "Marigold", "Marjoram", "Mastic", "Melon", "Milk", "Mint", "Miso", "Molasses", "Monkfish", "Morwong", "Mountain Bread", "Mozzarella", "Muesli", "Mulberries", "Mullet", "Mung Beans", "Flat Mushrooms", "Brown Mushrooms", "Common Cultivated Mushrooms", "Enoki Mushrooms", "Oyster Mushrooms", "Shiitake Mushrooms" , "Mussels", "Mustard", "Mustard Seed", "Nashi Pear", "Nasturtium", "Nectarines", "Nori", "Nutmeg", "Nutritional Yeast", "Nuts", "Oatmeal", "Oats", "Octopus", "Okra", "Olive Oil", "Olives", "Omega Spread", "Onion", "Oranges", "Oregano", "Oyster Sauce", "Oysters", "Pear", "Pandanus Leaves", "Papaw", "Papaya", "Paprik", "Parmesan Cheese", "Parrotfish", "Parsley", "Parsnip", "Passionfruit", "Pasta", "Peaches", "Peanuts", "Pear Juice", "Pears", "Peas", "Pecan Nut", "Pecorino", "Pepitas", "Szechuan Pepperberry", "Peppercorns", "Peppermint", "Peppers", "Persimmon", "Pine Nut", "Pineapple", "Pinto Beans", "Pistachio Nut", "Plums", "Polenta", "Pomegranate", "Poppy Seed", "Porcini Mushrooms", "Pork", "Potatoes", "Provolone", "Prunes", "Pumpkin", "Pumpkin Seed", "Purple Carrot", "Purple Rice", "Quark Quinc", "Quinoa", "Radicchio", "Radish", "Raisin", "Raspberry", "Red Cabbage", "Red Lentils", "Red Pepper", "Red Wine Vinegar", "Redfish", "Rhubarb", "Rice Noodles", "Rice Paper", "Rice Syrup", "Ricemilk", "Ricotta", "Rockmelon", "Rose Water", "Rosemary", "Rye", "Safflower Oil", "Saffron", "Sage", "Sake", "Salmon", "Sardines", "Sausages", "Scallops", "Sea Salt", "Semolina", "Sesame Oil", "Sesame Seeds", "Shark", "Silverbeet", "Slivered Almonds", "Smoked Trout", "Snapper", "Snowpea sprouts", "Snowpeas", "Soba", "Soy Beans", "Soy Milk", "Soy Sauce", "Soy", "Sprouts", "Soymilk", "Spearmint", "Spelt", "Spinach", "Spring Onions", "Squash", "Squid", "Star Anise", "Star Fruit", "Stevia", "Beef Stock", "Chicken Stock", "Fish Stock", "Vegetable Stock", "Strawberries", "Sugar", "Sultanas", "Sun-Dried Tomatoes", "Sunflower Oil", "Sunflower Seeds", "Sweet Chilli Sauce", "Sweet Potato", "Swiss Chard", "Swordfish", "Tabasco", "Tahini", "Taleggio Cheese", "Tamari", "Tamarillo", "Tangelo", "Tapioca", "Tarragon", "Tea", "Tea Oil", "Tempeh", "Thyme", "Tofu", "Tom Yum", "Tomatoes", "Trout", "Tuna", "Turkey", "Turmeric", "Turnips", "Vanilla Beans", "Vegetable Oil", "Vegetable Spaghetti", "Vermicelli Noodles", "Vinegar", "Wakame", "Walnut", "Warehou", "Wasabi", "Water", "Watercress", "Watermelon", "Wattleseed", "Wheat", "Wheatgrass Juice", "White rice", "White Wine Vinegar", "Whiting Wild Rice", "William Pear", "Red Wine", "White Wine", "Yeast", "Yellow Papaw", "Yellowtail Kingfish", "Yoghurt", "Yogurt", "Zucchini"]
7
7
  fruits: ["Apples", "Apricots", "Aubergine", "Avocado", "Banana", "Berries", "Blackberries", "Blood oranges", "Blueberries", "Bush Tomato", "Butternut pumpkin", "Cantaloupe", "Cavalo", "Starfruit", "Cherries", "Corella Pear", "Cranberry", "Cumquat", "Currants", "Custard Apples", "Custard Apples Daikon", "Dates", "Dragonfruit", "Dried Apricots", "Elderberry", "Feijoa", "Grapefruit", "Grapes", "Figs", "Fingerlime", "Goji Berry", "Guava", "Honeydew melon", "Incaberries", "Jarrahdale pumpkin", "Juniper Berries", "Kiwi Fruit", "Kiwiberries", "Lemon", "Limes", "Longan", "Loquats", "Lychees", "Mango", "Mangosteens", "Melon", "Mandarins", "Mulberries", "Nashi Pear", "Nectarines", "Olives", "Oranges", "Papaw", "Papaya", "Passionfruit", "Peaches", "Pears", "Pineapple", "Pomegranate", "Plums", "Prunes", "Rockmelon", "Snowpeas", "Sprouts", "Strawberries", "Sultanas", "Tangelo", "Tomatoes", "Watermelon"]
8
8
  vegetables: ["Artichoke", "Arugula", "Asian Greens", "Asparagus", "Bean Shoots", "Bean Sprouts", "Beans", "Green beans", "Beetroot", "Bok Choy", "Broccoli", "Broccolini", "Brussels Sprouts", "Butternut lettuce", "Cabbage", "Capers", "Carob Carrot", "Carrot", "Cauliflower", "Celery", "Chilli Pepper", "Chinese Cabbage", "Fresh Chillies", "Dried Chinese Broccoli", "Cornichons", "Cos lettuce", "Cucumber", "Eggplant", "Endive", "English Spinach", "French eschallots", "Garlic", "Chives", "Green Pepper", "Hijiki", "Iceberg lettuce", "Jerusalem Artichoke", "Jicama", "Kale", "Kohlrabi", "Leeks", "Lettuce", "Onion", "Okra", "Parsnip", "Peas", "Peppers", "Potatoes", "Pumpkin", "Purple carrot", "Radicchio", "Radish", "Raspberry", "Red cabbage", "Red Pepper", "Rhubarb", "Snowpea sprouts", "Spinach", "Squash", "Sun dried tomatoes", "Sweet Potato", "Swiss Chard", "Turnips", "Zucchini"]
9
9
  spices: ["Achiote Seed", "Ajwain Seed", "Ajwan Seed", "Allspice Ground", "Allspice Whole", "Amchoor", "Anise", "Anise Star", "Aniseed Whole", "Annatto Seed", "Arrowroot", "Asafoetida", "Baharat", "Balti Masala", "Balti Stir Fry Mix", "Basil", "Bay Leaves", "Bay Leaves Chopped", "BBQ Seasoning", "Biryani Spice Mix", "Cajun Seasoning", "Caraway Seed", "Cardamom Ground", "Cardamom Whole", "Cassia", "Cassia Bark", "Cayenne Pepper", "Celery Leaf", "Celery Salt", "Celery Seed", "Chamomile", "Chervil", "Chicken Seasoning", "Chilli Crushed", "Chilli Ground", "Chilli Pepper", "Chillies Whole", "China Star", "Chinese 5 Spice", "Chives", "Cinnamon Bark", "Cinnamon Ground", "Cinnamon Powder", "Cinnamon Sticks", "Cloves Ground", "Cloves Whole", "Colombo Powder", "Coriander Ground", "Coriander Leaf", "Coriander Seed", "Creole Seasoning", "Cumin Ground", "Cumin Seed", "Cumin Seed Black", "Cumin Seed Royal", "Curly Leaf Parsley", "Curry Chinese", "Curry Hot", "Curry Leaves", "Curry Madras Medium", "Curry Mild", "Curry Thai Green", "Curry Thai Red", "Dhansak Spice Mix", "Dill Herb", "Dill Leaf", "Dill Seed", "Fajita Seasoning", "Fennel Seed", "Fenugreek Ground", "Fenugreek Leaf", "Fenugreek Seed", "Fines Herbes", "Fish Seasoning", "Five Spice Mix", "French Lavender", "Galangal Ground", "Garam Masala", "Garlic Chips", "Garlic Granules", "Garlic Powder", "Garlic Salt", "German Chamomile", "Ginger Root", "Ginger Ground", "Green Cardamom", "Herbes de Provence", "Jalfrezi Curry Powder", "Jalfrezi Mix", "Jerk Seasoning", "Juniper Berries", "Kaffir Leaves", "Korma Curry Powder", "Korma Mix", "Lamb Seasoning", "Lavender", "Lemon Grass", "Lemon Grass Chopped", "Lemon Pepper", "Lime Leaves", "Lime Leaves Ground", "Liquorice Root", "Mace Ground", "Mace Whole", "Mango Powder", "Marjoram", "Methi", "Methi Leaves", "Mexican Salsa Mix", "Mint", "Mixed Herbs", "Mixed Spice", "Mulled Cider Spices", "Mulled Wine Spices", "Mustard Powder", "Mustard Seed Black", "Mustard Seed Brown", "Mustard Seed White", "Mustard Seed Yellow", "Nigella", "Nutmeg Ground", "Nutmeg Whole", "Onion Seed", "Orange Zest", "Oregano", "Paella Seasoning", "Paprika", "Paprika Hungarian", "Paprika Smoked", "Parsley", "Parsley Flat Leaf", "Pepper Black Coarse", "Pepper Black Ground", "Pepper White Ground", "Peppercorns Black", "Peppercorns Cracked Black", "Peppercorns Green", "Peppercorns Mixed", "Peppercorns Pink", "Peppercorns Szechwan", "Peppercorns White", "Pickling Spice", "Pimento Berries", "Pimento Ground", "Piri Piri Seasoning", "Pizza Topping Mix", "Poppy Seed", "Pot Marjoram", "Poudre de Colombo", "Ras-el-Hanout", "Rice Paper", "Rogan Josh Curry Powder", "Rogan Josh Mix", "Rose Baie", "Rosemary", "Saffron", "Sage", "Sea Salt Coarse", "Seasoning Salt", "Self Adhesive Spice Labels", "Sesame Seed", "Spearmint", "Spice Charts", "Steak Seasoning", "Sumac Ground", "Sweet Basil", "Sweet Laurel", "Tagine Seasoning", "Tandoori Masala", "Tandoori Mix", "Tarragon", "Thai Creen Curry Mix", "Thai Red Curry Mix", "Thai Stir Fry", "Thyme", "Tikka Masala", "Tikka Masala Curry Powder", "Turmeric", "Turmeric Powder", "Vanilla Bean", "Vanilla Pods", "Vegetable Seasoning", "Zahtar Spice Mix"]
@@ -0,0 +1,283 @@
1
+ en:
2
+ faker:
3
+ game:
4
+ title:
5
+ - 'Half-Life'
6
+ - 'Half-Life: Opposing Force'
7
+ - 'Half-Life: Blue Shift'
8
+ - 'Half-Life 2'
9
+ - 'Half-Life 2: Episode One'
10
+ - 'Half-Life 2: Episode Two'
11
+ - 'Half-Life 2: Lost Coast'
12
+ - 'Portal'
13
+ - 'Portal 2'
14
+ - 'Team Fortress Classic'
15
+ - 'Team Fortress 2'
16
+ - 'Left 4 Dead'
17
+ - 'Left 4 Dead 2'
18
+ - 'Day of Defeat'
19
+ - 'Ricochet'
20
+ - 'Dota 2'
21
+ - 'Counter-Strike'
22
+ - 'Counter-Strike: Source'
23
+ - 'Counter-Strike: Global Offensive'
24
+ - "Garry's Mod"
25
+ - 'Super Mario Bros.'
26
+ - 'Super Mario Bros. 2'
27
+ - 'Super Mario Bros. 3'
28
+ - 'Super Mario World'
29
+ - 'Super Mario Sunshine'
30
+ - 'Super Mario Galaxy'
31
+ - 'Super Mario Galaxy 2'
32
+ - 'Super Mario Odyssey'
33
+ - 'Mario Kart 64'
34
+ - 'Mario Kart: Double Dash'
35
+ - 'Mario Kart DS'
36
+ - 'Mario Kart Wii'
37
+ - 'Mario Kart 7'
38
+ - 'Mario Kart 8'
39
+ - 'Mario Kart 8 Deluxe'
40
+ - "Luigi's Mansion"
41
+ - 'Animal Crossing'
42
+ - 'Animal Crossing: Wild World'
43
+ - 'Animal Crossing: City Folk'
44
+ - 'Animal Crossing: New Leaf'
45
+ - 'Civilization III'
46
+ - 'Civilization IV'
47
+ - 'Civilization V'
48
+ - 'Civilization VI'
49
+ - 'The Legend of Zelda'
50
+ - 'The Legend of Zelda: Ocarina of Time'
51
+ - "The Legend of Zelda: Majora's Mask"
52
+ - 'The Legend of Zelda: Twilight Princess'
53
+ - 'The Legend of Zelda: Skyward Sword'
54
+ - 'The Legend of Zelda: Breath of the Wild'
55
+ - 'Pong'
56
+ - 'Pac-Man'
57
+ - 'Starcraft'
58
+ - 'Starcraft II'
59
+ - 'Overwatch'
60
+ - 'Hearthstone'
61
+ - 'Halo: Combat Evolved'
62
+ - 'Halo 2'
63
+ - 'Halo 3'
64
+ - 'Halo 3: ODST'
65
+ - 'Halo: Reach'
66
+ - 'Halo 4'
67
+ - 'Halo 5: Guardians'
68
+ - 'Wii Sports'
69
+ - 'Wii Sports Resort'
70
+ - 'Wii Play'
71
+ - 'Wii Music'
72
+ - 'Pokémon Red'
73
+ - 'Pokémon Blue'
74
+ - 'Pokémon Yellow'
75
+ - 'Pokémon Gold'
76
+ - 'Pokémon Silver'
77
+ - 'Pokémon Crystal'
78
+ - 'Pokémon Ruby'
79
+ - 'Pokémon Sapphire'
80
+ - 'Pokémon FireRed'
81
+ - 'Pokémon LeafGreen'
82
+ - 'Pokémon Emerald'
83
+ - 'Pokémon Diamond'
84
+ - 'Pokémon Pearl'
85
+ - 'Pokémon Platinum'
86
+ - 'Pokémon HeartGold'
87
+ - 'Pokémon SoulSilver'
88
+ - 'Pokémon Black'
89
+ - 'Pokémon White'
90
+ - 'Pokémon Black 2'
91
+ - 'Pokémon White 2'
92
+ - 'Pokémon X'
93
+ - 'Pokémon Y'
94
+ - 'Pokémon Omega Ruby'
95
+ - 'Pokémon Alpha Sapphire'
96
+ - 'Pokémon Sun'
97
+ - 'Pokémon Moon'
98
+ - 'Pokémon Ultra Sun'
99
+ - 'Pokémon Ultra Moon'
100
+ - "Pokémon: Let's Go Pikachu!"
101
+ - "Pokémon: Let's Go Eevee!"
102
+ - 'Pokémon Sword'
103
+ - 'Pokémon Shield'
104
+ - 'Doom'
105
+ - 'Doom II'
106
+ - 'Doom 3: BFG'
107
+ - 'Quake'
108
+ - 'Wolfenstein 3D'
109
+ - 'Wolfenstein: The New Order'
110
+ - 'Wolfenstein: The Old Blood'
111
+ - 'Wolfenstein 2: The New Colossus'
112
+ - 'Puyo Puyo Tetris'
113
+ - 'Katamari Damacy'
114
+ - 'Bastion'
115
+ - 'Transistor'
116
+ - 'System Shock'
117
+ - 'BioShock'
118
+ - 'BioShock Infinite'
119
+ - 'Deus Ex'
120
+ - 'Metroid Prime'
121
+ - 'Metroid Prime 2: Echoes'
122
+ - 'Metroid Prime 3: Corruption'
123
+ - 'Super Meat Boy'
124
+ - 'Super Smash Bros. Brawl'
125
+ - 'Super Smash Bros. Melee'
126
+ - 'Super Smash Bros. Ultimate'
127
+ - 'Thief II'
128
+ - 'Vampire: The Masquerade – Bloodlines'
129
+ - 'Myst'
130
+ - 'Batman: Arkham Asylum'
131
+ - 'Batman: Arkham City'
132
+ - 'Dishonored'
133
+ - 'God of War'
134
+ - 'LittleBigPlanet'
135
+ - 'Grim Fandango'
136
+ - 'Day of the Tentacle'
137
+ - 'Kingdom Hearts'
138
+ - 'Kingdom Hearts II'
139
+ - 'The Last of Us'
140
+ - 'Perfect Dark'
141
+ - 'Shadow of the Colossus'
142
+ - 'Fallout: New Vegas'
143
+ - 'Fire Emblem Awakening'
144
+ - "Banjo-Kazooie: Grunty's Revenge"
145
+ - 'Banjo-Kazooie: Nuts & Bolts'
146
+ - 'Firewatch'
147
+ - 'Mass Effect'
148
+ - 'Mass Effect 2'
149
+ - 'Mass Effect 3'
150
+ - 'Mega Man'
151
+ - 'Mega Man Battle Network'
152
+ - 'Bayonetta'
153
+ - 'Bayonetta 2'
154
+ - 'The Wonderful 101'
155
+ - 'Sleeping Dogs'
156
+ - 'Battletoads'
157
+ - 'Brütal Legend'
158
+ - 'Halo Wars'
159
+ - 'Clannad'
160
+ - 'Highway Blossoms'
161
+ - 'Infamous'
162
+ - 'Crash Bandicoot'
163
+ - 'Just Cause'
164
+ - 'Just Cause 2'
165
+ - 'Devil May Cry'
166
+ - 'Life is Strange'
167
+ - 'WarioWare: Smooth Moves'
168
+ - 'WarioWare: Touched!'
169
+ - 'Dwarf Fortress'
170
+ - 'Dungeon Keeper'
171
+ - 'Minecraft'
172
+ - 'Fortnite'
173
+ - "PlayerUnknown's Battlegrounds"
174
+ - "Kirby's Adventure"
175
+ - "Kirby's Dream Land"
176
+ - "Kirby's Epic Yarn"
177
+ - "Yoshi's Wooly World"
178
+ - 'L.A. Noire'
179
+ - 'Kid Icarus'
180
+ - 'Ice Climbers'
181
+ - 'Crysis'
182
+ - 'Crysis 2'
183
+ - 'Hitman: Absolution'
184
+ - 'Metal Gear Solid'
185
+ - 'F-Zero'
186
+ - 'F.E.A.R.'
187
+ - 'Max Payne'
188
+ - 'Max Payne 2: The Fall of Max Payne'
189
+ - 'Max Payne 3'
190
+ - 'Far Cry'
191
+ - 'Castle Crashers'
192
+ - 'Sonic Unleashed'
193
+ - "Mirror's Edge"
194
+ - 'The Witcher'
195
+ - 'The Witcher 2: Assassins of Kings'
196
+ - 'The Witcher 3: Wild Hunt'
197
+ - 'Monster Hunter: World'
198
+ - 'Call of Duty'
199
+ - 'Call of Duty 4: Modern Warfare'
200
+ - 'Call of Duty: Modern Warfare Remastered'
201
+ - 'Call of Duty: Modern Warfare 2'
202
+ - 'Call of Duty: Modern Warfare 3'
203
+ - 'Call of Duty: World at War'
204
+ - 'Call of Duty: Black Ops'
205
+ - 'Call of Duty: Black Ops II'
206
+ - 'Call of Duty: Black Ops III'
207
+ - 'Call of Duty: Black Ops 4'
208
+ - 'Shadow Tactics: Blade of the Shogun'
209
+ - 'Commandos: Behind Enemy Lines'
210
+ - 'Commandos: Beyond the Call of Duty'
211
+ - 'Commandos 2: Men of Courage'
212
+ - 'Commandos 3: Destination Berlin'
213
+ - 'Commandos: Strike Force'
214
+ - 'Desperados: Wanted Dead or Alive'
215
+ - "Desperados 2: Cooper's Revenge"
216
+ - 'Helldorado'
217
+ - 'Desperados III'
218
+ - 'Diablo'
219
+ - 'Diablo II'
220
+ - 'Diablo III'
221
+ - 'Guitar Hero'
222
+ genre:
223
+ - 'First-person shooter'
224
+ - 'Puzzle'
225
+ - 'Platformer'
226
+ - 'Action'
227
+ - 'Adventure'
228
+ - 'Real-time strategy'
229
+ - 'Action role-playing'
230
+ - 'Dungeon crawl'
231
+ - 'Roguelike'
232
+ - 'Tactical role-playing'
233
+ - 'Sports'
234
+ - 'Simulation'
235
+ - 'Fighting'
236
+ - 'Massively multiplayer online'
237
+ - 'Stealth'
238
+ - 'Survival'
239
+ - 'Rhythm'
240
+ - 'Survival horror'
241
+ - 'Text adventure'
242
+ - 'Visual novel'
243
+ - 'Real-time strategy'
244
+ - 'Multiplayer online battle arena'
245
+ - 'Tower defense'
246
+ - 'Trivia'
247
+ - 'Real-time tactics'
248
+ - 'Hack and slash'
249
+ - 'Battle royale'
250
+ - 'Third-person shooter'
251
+ - 'Music'
252
+ platform:
253
+ - 'Xbox'
254
+ - 'Xbox 360'
255
+ - 'Xbox One'
256
+ - 'PlayStation'
257
+ - 'PlayStation 2'
258
+ - 'PlayStation 3'
259
+ - 'PlayStation 4'
260
+ - 'PlayStation Portable'
261
+ - 'PlayStation Vita'
262
+ - 'Game Boy'
263
+ - 'Game Boy Color'
264
+ - 'Game Boy Advance'
265
+ - 'Nintendo DS'
266
+ - 'Nintendo DSi'
267
+ - 'Nintendo 3DS'
268
+ - 'Nintendo Entertainment System'
269
+ - 'Super Nintendo Entertainment System'
270
+ - 'Nintendo 64'
271
+ - 'GameCube'
272
+ - 'Wii'
273
+ - 'Wii U'
274
+ - 'Nintendo Switch'
275
+ - 'Windows'
276
+ - 'macOS'
277
+ - 'Linux'
278
+ - 'Sega Genesis'
279
+ - 'Sega Master System'
280
+ - 'Game Gear'
281
+ - 'Sega Saturn'
282
+ - 'Sega Dreamcast'
283
+ - 'Virtual Boy'