faker 2.11.0 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (233) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +372 -13
  3. data/History.md +4 -4
  4. data/README.md +27 -3
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/blockchain/bitcoin.rb +2 -2
  7. data/lib/faker/blockchain/tezos.rb +30 -2
  8. data/lib/faker/books/dune.rb +15 -2
  9. data/lib/faker/books/lovecraft.rb +8 -4
  10. data/lib/faker/default/address.rb +35 -5
  11. data/lib/faker/default/app.rb +1 -1
  12. data/lib/faker/default/avatar.rb +1 -1
  13. data/lib/faker/default/bank.rb +96 -3
  14. data/lib/faker/default/barcode.rb +165 -0
  15. data/lib/faker/default/beer.rb +3 -3
  16. data/lib/faker/default/blood.rb +48 -0
  17. data/lib/faker/default/business.rb +1 -1
  18. data/lib/faker/default/camera.rb +46 -0
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +47 -3
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +98 -17
  23. data/lib/faker/default/commerce.rb +74 -11
  24. data/lib/faker/default/company.rb +96 -11
  25. data/lib/faker/default/compass.rb +135 -0
  26. data/lib/faker/default/computer.rb +63 -0
  27. data/lib/faker/default/construction.rb +54 -0
  28. data/lib/faker/default/cosmere.rb +90 -0
  29. data/lib/faker/default/crypto.rb +4 -4
  30. data/lib/faker/default/crypto_coin.rb +45 -0
  31. data/lib/faker/default/date.rb +16 -12
  32. data/lib/faker/default/driving_licence.rb +67 -1
  33. data/lib/faker/default/drone.rb +332 -0
  34. data/lib/faker/default/educator.rb +13 -0
  35. data/lib/faker/default/faker_adjective.rb +35 -0
  36. data/lib/faker/default/file.rb +53 -2
  37. data/lib/faker/default/finance.rb +45 -0
  38. data/lib/faker/default/food.rb +1 -1
  39. data/lib/faker/default/gender.rb +1 -1
  40. data/lib/faker/default/hipster.rb +107 -10
  41. data/lib/faker/default/id_number.rb +88 -2
  42. data/lib/faker/default/internet.rb +266 -12
  43. data/lib/faker/default/internet_http.rb +48 -0
  44. data/lib/faker/default/invoice.rb +33 -6
  45. data/lib/faker/default/json.rb +61 -5
  46. data/lib/faker/default/lorem.rb +160 -5
  47. data/lib/faker/default/lorem_flickr.rb +67 -7
  48. data/lib/faker/default/lorem_pixel.rb +23 -0
  49. data/lib/faker/default/markdown.rb +91 -0
  50. data/lib/faker/default/measurement.rb +93 -2
  51. data/lib/faker/default/military.rb +26 -0
  52. data/lib/faker/default/mountain.rb +33 -0
  53. data/lib/faker/default/name.rb +98 -0
  54. data/lib/faker/default/nhs.rb +19 -0
  55. data/lib/faker/default/number.rb +28 -13
  56. data/lib/faker/default/omniauth.rb +62 -14
  57. data/lib/faker/default/phone_number.rb +88 -5
  58. data/lib/faker/default/placeholdit.rb +23 -1
  59. data/lib/faker/default/relationship.rb +1 -1
  60. data/lib/faker/default/slack_emoji.rb +81 -0
  61. data/lib/faker/default/south_africa.rb +90 -0
  62. data/lib/faker/default/space.rb +1 -1
  63. data/lib/faker/default/string.rb +20 -3
  64. data/lib/faker/default/stripe.rb +64 -3
  65. data/lib/faker/default/twitter.rb +35 -0
  66. data/lib/faker/default/types.rb +84 -3
  67. data/lib/faker/default/university.rb +45 -0
  68. data/lib/faker/default/vehicle.rb +184 -4
  69. data/lib/faker/default/verb.rb +45 -0
  70. data/lib/faker/default/world_cup.rb +4 -4
  71. data/lib/faker/fantasy/tolkien.rb +67 -0
  72. data/lib/faker/games/clash_of_clans.rb +48 -0
  73. data/lib/faker/games/control.rb +113 -0
  74. data/lib/faker/games/dnd.rb +136 -0
  75. data/lib/faker/games/elder_scrolls.rb +26 -0
  76. data/lib/faker/games/heroes.rb +13 -0
  77. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  78. data/lib/faker/games/minecraft.rb +113 -0
  79. data/lib/faker/games/street_fighter.rb +61 -0
  80. data/lib/faker/games/super_mario.rb +48 -0
  81. data/lib/faker/games/touhou.rb +75 -0
  82. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  83. data/lib/faker/games/world_of_warcraft.rb +26 -1
  84. data/lib/faker/japanese_media/conan.rb +48 -0
  85. data/lib/faker/japanese_media/doraemon.rb +48 -0
  86. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  87. data/lib/faker/japanese_media/naruto.rb +61 -0
  88. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  89. data/lib/faker/movies/departed.rb +49 -0
  90. data/lib/faker/movies/hobbit.rb +4 -4
  91. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  92. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  93. data/lib/faker/movies/movie.rb +13 -0
  94. data/lib/faker/movies/room.rb +63 -0
  95. data/lib/faker/movies/star_wars.rb +74 -2
  96. data/lib/faker/music/hiphop.rb +48 -0
  97. data/lib/faker/music/opera.rb +237 -1
  98. data/lib/faker/music/pearl_jam.rb +50 -0
  99. data/lib/faker/music/phish.rb +27 -1
  100. data/lib/faker/music/prince.rb +64 -0
  101. data/lib/faker/music/rock_band.rb +12 -0
  102. data/lib/faker/music/rush.rb +37 -0
  103. data/lib/faker/music/show.rb +49 -0
  104. data/lib/faker/quotes/quote.rb +80 -1
  105. data/lib/faker/quotes/rajnikanth.rb +1 -0
  106. data/lib/faker/quotes/shakespeare.rb +70 -0
  107. data/lib/faker/sports/volleyball.rb +74 -0
  108. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  109. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  110. data/lib/faker/tv_shows/buffy.rb +17 -4
  111. data/lib/faker/tv_shows/dr_who.rb +1 -1
  112. data/lib/faker/tv_shows/final_space.rb +51 -0
  113. data/lib/faker/tv_shows/futurama.rb +65 -0
  114. data/lib/faker/tv_shows/simpsons.rb +14 -0
  115. data/lib/faker/tv_shows/suits.rb +37 -0
  116. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  117. data/lib/faker/version.rb +1 -1
  118. data/lib/faker.rb +28 -23
  119. data/lib/helpers/base58.rb +1 -1
  120. data/lib/helpers/char.rb +22 -27
  121. data/lib/helpers/unique_generator.rb +0 -2
  122. data/lib/locales/de-AT.yml +4 -2
  123. data/lib/locales/de-CH.yml +1696 -1
  124. data/lib/locales/de.yml +4 -2
  125. data/lib/locales/en/address.yml +2 -0
  126. data/lib/locales/en/adjective.yml +179 -0
  127. data/lib/locales/en/animal.yml +1 -1
  128. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  129. data/lib/locales/en/bank.yml +1 -1
  130. data/lib/locales/en/barcode.yml +24 -0
  131. data/lib/locales/en/big_bang_theory.yml +38 -0
  132. data/lib/locales/en/blood.yml +13 -0
  133. data/lib/locales/en/buffy.yml +1 -1
  134. data/lib/locales/en/camera.yml +611 -0
  135. data/lib/locales/en/clash_of_clan.yml +101 -0
  136. data/lib/locales/en/company.yml +2 -2
  137. data/lib/locales/en/computer.yml +36 -0
  138. data/lib/locales/en/conan.yml +171 -0
  139. data/lib/locales/en/control.yml +247 -0
  140. data/lib/locales/en/demographic.yml +218 -5
  141. data/lib/locales/en/departed.yml +50 -0
  142. data/lib/locales/en/device.yml +112 -4
  143. data/lib/locales/en/dnd.yml +451 -0
  144. data/lib/locales/en/doraemon.yml +286 -0
  145. data/lib/locales/en/dota.yml +531 -63
  146. data/lib/locales/en/dragon_ball.yml +243 -1
  147. data/lib/locales/en/driving_license.yml +181 -0
  148. data/lib/locales/en/drone.yml +95 -0
  149. data/lib/locales/en/dune.yml +401 -131
  150. data/lib/locales/en/educator.yml +6 -0
  151. data/lib/locales/en/elder_scrolls.yml +583 -9
  152. data/lib/locales/en/fallout.yml +311 -133
  153. data/lib/locales/en/final_space.yml +37 -0
  154. data/lib/locales/en/finance.yml +53 -0
  155. data/lib/locales/en/football.yml +3 -3
  156. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  157. data/lib/locales/en/futurama.yml +344 -0
  158. data/lib/locales/en/half_life.yml +84 -3
  159. data/lib/locales/en/heroes.yml +408 -3
  160. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  161. data/lib/locales/en/house.yml +1 -1
  162. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  163. data/lib/locales/en/jack_handey.yml +54 -0
  164. data/lib/locales/en/league_of_legends.yml +285 -6
  165. data/lib/locales/en/lebowski.yml +1 -1
  166. data/lib/locales/en/military.yml +179 -5
  167. data/lib/locales/en/minecraft.yml +663 -0
  168. data/lib/locales/en/mountain.yml +158 -0
  169. data/lib/locales/en/movie.yml +192 -1
  170. data/lib/locales/en/music.yml +451 -29
  171. data/lib/locales/en/myst.yml +87 -31
  172. data/lib/locales/en/name.yml +5 -4
  173. data/lib/locales/en/naruto.yml +231 -0
  174. data/lib/locales/en/one_piece.yml +2 -2
  175. data/lib/locales/en/opera.yml +168 -0
  176. data/lib/locales/en/overwatch.yml +2650 -2622
  177. data/lib/locales/en/pearl_jam.yml +213 -0
  178. data/lib/locales/en/phish.yml +392 -1
  179. data/lib/locales/en/pokemon.yml +417 -4
  180. data/lib/locales/en/prince.yml +227 -0
  181. data/lib/locales/en/quote.yml +692 -163
  182. data/lib/locales/en/rock_band.yml +1 -0
  183. data/lib/locales/en/room.yml +68 -0
  184. data/lib/locales/en/rush.yml +32 -0
  185. data/lib/locales/en/shakespeare.yml +21 -24
  186. data/lib/locales/en/show.yml +597 -0
  187. data/lib/locales/en/simpsons.yml +668 -0
  188. data/lib/locales/en/source.yml +30 -0
  189. data/lib/locales/en/star_trek.yml +1 -1
  190. data/lib/locales/en/star_wars.yml +568 -220
  191. data/lib/locales/en/street_fighter.yml +1524 -0
  192. data/lib/locales/en/studio_ghibli.yml +107 -0
  193. data/lib/locales/en/suits.yml +45 -0
  194. data/lib/locales/en/super_mario.yml +58 -0
  195. data/lib/locales/en/super_smash_bros.yml +18 -4
  196. data/lib/locales/en/tolkien.yml +2453 -0
  197. data/lib/locales/en/touhou.yml +839 -0
  198. data/lib/locales/en/volleyball.yml +501 -0
  199. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  200. data/lib/locales/en/witcher.yml +389 -7
  201. data/lib/locales/en/world_of_warcraft.yml +122 -4
  202. data/lib/locales/en/zelda.yml +962 -4
  203. data/lib/locales/en-AU.yml +50 -10
  204. data/lib/locales/en-CA.yml +2 -0
  205. data/lib/locales/en-GB.yml +1 -1
  206. data/lib/locales/en-IND.yml +2 -1
  207. data/lib/locales/en-MS.yml +2 -1
  208. data/lib/locales/en-NEP.yml +4 -1
  209. data/lib/locales/en-NZ.yml +3 -1
  210. data/lib/locales/en-PAK.yml +2 -1
  211. data/lib/locales/en-SG.yml +2 -1
  212. data/lib/locales/en-US.yml +36 -10
  213. data/lib/locales/en-au-ocker.yml +2 -1
  214. data/lib/locales/en.yml +0 -3
  215. data/lib/locales/es-AR.yml +4603 -0
  216. data/lib/locales/es.yml +56 -0
  217. data/lib/locales/fi-FI.yml +1 -1
  218. data/lib/locales/fr-CA.yml +21 -5
  219. data/lib/locales/fr-CH.yml +2 -2
  220. data/lib/locales/fr.yml +12 -6
  221. data/lib/locales/id.yml +3 -1
  222. data/lib/locales/it.yml +2 -1
  223. data/lib/locales/ja.yml +18 -1
  224. data/lib/locales/ko.yml +94 -2
  225. data/lib/locales/nb-NO.yml +4 -2
  226. data/lib/locales/pt-BR.yml +2 -1
  227. data/lib/locales/pt.yml +3 -1
  228. data/lib/locales/ru.yml +3 -1
  229. data/lib/locales/sk.yml +4 -2
  230. data/lib/locales/uk.yml +2 -0
  231. metadata +90 -23
  232. data/lib/locales/en/hobbit.yml +0 -19
  233. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -1,32 +1,454 @@
1
1
  en:
2
2
  faker:
3
3
  music:
4
- instruments: ['Electric Guitar', 'Acoustic Guitar', 'Flute', 'Trumpet', 'Clarinet', 'Cello', 'Harp', 'Xylophone', 'Harmonica', 'Accordion', 'Organ', 'Piano', 'Ukelele', 'Saxophone', 'Drums', 'Violin', 'Bass Guitar', 'Oboe']
5
- bands: ["AC/DC", "Adam and the Ants", "Afrika Bambaataa", "Al Foster", "Alan Parsons", "Alex Chilton", "Amy Winehouse", "Annie Lennox", "Arctic Monkeys", "B.B. King",
6
- "Bauhaus", "The Beatles", "Beck", "Billy Idol", "The Birthday Party", "Björk", "Blinker The Star", "Blondie", "Blur", "Bob Dylan", "Bob Marley (and the Wailers)",
7
- "Brian Wilson", "Bruce Springsteen", "Buzzcocks", "Captain Beefheart", "Carlos Santana", "Cat Anderson", "Cat Stevens", "Catherine Wheel", "Chic", "Chris Isaak",
8
- "Chrissie Hynde", "Chuck Berry", "The Clash", "Cliff Richard (and the Shadows)", "Coldplay", "Cootie Williams", "Cortinas", " The", "The Cramps", "The Cranberries",
9
- "Cream", "The Cure", "David Bowie", "David Gilmour", "Deepest Blue", "Devo", "Dizzy Gillespie", "Dr Feelgood", "Duke Ellington", "Ed Sheeran", "Ella Fitzgerald",
10
- "Elton John", "Elvis Costello", "Elvis Presley", "Eric Clapton", "The Faces", "Fats Domino", "Flaming Lips", "Florence and the Machine", "Foo Fighters", "Frank Sinatra",
11
- "Frank Zappa", "Frightened Rabbit", "George Michael", "Grace Jones", "Green Day", "Guns N' Roses", "Herbie Hancock", "Horace Silver", "Hugh Masekela", "Ian Dury", "Iggy Pop",
12
- "The Jam", "James Brown", "Jeff Beck", "Jeff Buckley", "Jimi Hendrix", "John Coltrane", "John Lydon", "Johnny Borrell", "Johnny Cash", "Johnny Marr", "Joni Mitchell", "Joy Division",
13
- "K.D Lang", "Kasabian", "Kate Bush", "Keith Moon", "Keith Richards", "The Kinks", "Kiss", "The La's", "Led Zeppelin", "Lenny Kravitz", "Leonard Cohen", "Liam Gallagher",
14
- "The Libertines", "Madness", "Madonna", "Manic Street Preachers", "Marc Bolan", "Marianne Faithfull", "Marilyn Manson", "Maroon 5", "The Mars Volta", "Max Roach", "Michael Jackson",
15
- "Miles Davis", "Morrissey", "Muddy Waters", "Mumford and Sons", "Muse", "Neil Young", "New Order", "Nick Cave", "Nigel Kennedy", "Nina Simone", "Nirvana", "Noel Gallagher",
16
- "O.A.R.", "Oasis", "Offspring", "Ozzy Osbourne", "Paramore", "Pat Metheny", "Patti Smith", "Paul Weller", "Pearl Jam", "Pete Townshend", "Phil Collins", "Phish", "Pink Floyd", "PJ Harvey",
17
- "The Police", "The Pretenders", "Primal Scream", "Prince", "Program The Dead", "Pulp", "Queen", "Radiohead", "The Ramones", "Red Hot Chili Peppers", "R.E.M.", "Rick Wright",
18
- "Rod Stewart", "The Rolling Stones", "Rory Gallagher", "Roxy Music", "Roy Hargrove", "Rufus Wainwright", "Run-D.M.C.", "Ryan Adams", "Sex Pistols", "Simply Red",
19
- "Sinead O'connor", "Siouxsie and The Banshees", "The Slits", "The Smiths", "Sonic Youth", "The Specials", "Squeeze", "Status Quo", "Stereophonics", "Stone Roses",
20
- "Syd Barrett", "Thelonius Monk", "Thin Lizzy", "Thornley", "Tina Turner", "Tom Jones", "Tom Robinson", "Tom Waits", "U2", "The Undertones", "Van Morrison", "Velvet Revolver",
21
- "White Stripes", "The Who", "The Yardbirds", "Yumi Matsutoya"]
22
- albums: ["Thriller", "Back in Black", "The Dark Side of the Moon", "Bat Out of Hell", "The Bodyguard", "Their Greatest Hits (1971–1975)", "Saturday Night Fever", "Rumours",
23
- "Grease: The Original Soundtrack from the Motion Picture", "Led Zeppelin IV", "Bad", "Jagged Little Pill", "Come On Over", "Falling into You", "Sgt. Pepper's Lonely Hearts Club Band",
24
- "Hotel California", "Dirty Dancing", "21", "Let's Talk About Love", "1", "Gold: Greatest Hits", "Dangerous", "The Immaculate Collection", "Abbey Road", "Born in the U.S.A.",
25
- "Brothers in Arms", "Titanic: Music from the Motion Picture", "Metallica", "Nevermind", "The Wall", "Supernatural", "Appetite for Destruction", "Slippery When Wet", "Music Box",
26
- "The Eminem Show", "Hybrid Theory", "Come Away with Me", "Unplugged", "True Blue", "Legend: The Best of Bob Marley & The Wailers", "Tapestry", "No Jacket Required", "Greatest Hits",
27
- "Bridge over Troubled Water", "The Joshua Tree", "...Baby One More Time", "Backstreet's Back", "Backstreet Boys", "Millennium", "Spice", "Happy Nation", "The Sign", "Whitney Houston",
28
- "(What's the Story) Morning Glory?", "The Marshall Mathers LP", "Like a Virgin", "Cross Road", "25", "Boston", "Oops!... I Did It Again", "The Colour of My Love", "Hysteria", "Faith",
29
- "Dookie", "Can't Slow Down", "Daydream", "HIStory: Past, Present and Future, Book I", "Off the Wall", "The Woman in Me", "Breakfast in America", "Tracy Chapman",
30
- "Flashdance: Original Soundtrack from the Motion Picture", "Whitney", "Confessions", "X&Y", "High School Musical", "High School Musical 2", "Viva la Vida or Death and All His Friends",
31
- "I Dreamed a Dream", "Recovery", "Midnight Memories", "Frozen", "Lemonade", "Brand New Eyes", "All We Know Is Falling", "Riot!", "Songs About Jane", "Hands All Over"]
32
- genres: ["Rock", "Pop", "Electronic", "Folk", "World", "Country", "Jazz", "Funk", "Soul", "Hip Hop", "Classical", "Latin", "Reggae", "Stage And Screen", "Blues", "Non Music", "Rap"]
4
+ instruments:
5
+ - Electric Guitar
6
+ - Acoustic Guitar
7
+ - Flute
8
+ - Trumpet
9
+ - Clarinet
10
+ - Cello
11
+ - Harp
12
+ - Xylophone
13
+ - Harmonica
14
+ - Accordion
15
+ - Organ
16
+ - Piano
17
+ - Ukelele
18
+ - Saxophone
19
+ - Drums
20
+ - Violin
21
+ - Bass Guitar
22
+ - Oboe
23
+ bands:
24
+ - AC/DC
25
+ - Adam and the Ants
26
+ - Afrika Bambaataa
27
+ - Al Foster
28
+ - Alan Parsons
29
+ - Alex Chilton
30
+ - Amy Winehouse
31
+ - Annie Lennox
32
+ - Arctic Monkeys
33
+ - B.B. King
34
+ - Bauhaus
35
+ - The Beatles
36
+ - Beck
37
+ - Billy Idol
38
+ - The Birthday Party
39
+ - Björk
40
+ - Blinker The Star
41
+ - Blondie
42
+ - Blur
43
+ - Bob Dylan
44
+ - Bob Marley (and the Wailers)
45
+ - Brian Wilson
46
+ - Bruce Springsteen
47
+ - Buzzcocks
48
+ - Captain Beefheart
49
+ - Carlos Santana
50
+ - Cat Anderson
51
+ - Cat Stevens
52
+ - Catherine Wheel
53
+ - Chic
54
+ - Chris Isaak
55
+ - Chrissie Hynde
56
+ - Chuck Berry
57
+ - The Clash
58
+ - Cliff Richard (and the Shadows)
59
+ - Coldplay
60
+ - Cootie Williams
61
+ - Cortinas
62
+ - " The"
63
+ - The Cramps
64
+ - The Cranberries
65
+ - Cream
66
+ - The Cure
67
+ - David Bowie
68
+ - David Gilmour
69
+ - Deepest Blue
70
+ - Devo
71
+ - Dizzy Gillespie
72
+ - Dr Feelgood
73
+ - Duke Ellington
74
+ - Ed Sheeran
75
+ - Ella Fitzgerald
76
+ - Elton John
77
+ - Elvis Costello
78
+ - Elvis Presley
79
+ - Eric Clapton
80
+ - The Faces
81
+ - Fats Domino
82
+ - Flaming Lips
83
+ - Florence and the Machine
84
+ - Foo Fighters
85
+ - Frank Sinatra
86
+ - Frank Zappa
87
+ - Frightened Rabbit
88
+ - George Michael
89
+ - Grace Jones
90
+ - Green Day
91
+ - Guns N' Roses
92
+ - Herbie Hancock
93
+ - Horace Silver
94
+ - Hugh Masekela
95
+ - Ian Dury
96
+ - Iggy Pop
97
+ - The Jam
98
+ - James Brown
99
+ - Jeff Beck
100
+ - Jeff Buckley
101
+ - Jimi Hendrix
102
+ - John Coltrane
103
+ - John Lydon
104
+ - Johnny Borrell
105
+ - Johnny Cash
106
+ - Johnny Marr
107
+ - Joni Mitchell
108
+ - Joy Division
109
+ - K.D Lang
110
+ - Kasabian
111
+ - Kate Bush
112
+ - Keith Moon
113
+ - Keith Richards
114
+ - The Kinks
115
+ - Kiss
116
+ - The La's
117
+ - Led Zeppelin
118
+ - Lenny Kravitz
119
+ - Leonard Cohen
120
+ - Liam Gallagher
121
+ - The Libertines
122
+ - Madness
123
+ - Madonna
124
+ - Manic Street Preachers
125
+ - Marc Bolan
126
+ - Marianne Faithfull
127
+ - Marilyn Manson
128
+ - Maroon 5
129
+ - The Mars Volta
130
+ - Max Roach
131
+ - Michael Jackson
132
+ - Miles Davis
133
+ - Morrissey
134
+ - Muddy Waters
135
+ - Mumford and Sons
136
+ - Muse
137
+ - Neil Young
138
+ - New Order
139
+ - Nick Cave
140
+ - Nigel Kennedy
141
+ - Nina Simone
142
+ - Nirvana
143
+ - Noel Gallagher
144
+ - O.A.R.
145
+ - Oasis
146
+ - Offspring
147
+ - Ozzy Osbourne
148
+ - Paramore
149
+ - Pat Metheny
150
+ - Patti Smith
151
+ - Paul Weller
152
+ - Pearl Jam
153
+ - Pete Townshend
154
+ - Phil Collins
155
+ - Phish
156
+ - Pink Floyd
157
+ - PJ Harvey
158
+ - The Police
159
+ - The Pretenders
160
+ - Primal Scream
161
+ - Prince
162
+ - Program The Dead
163
+ - Pulp
164
+ - Queen
165
+ - Radiohead
166
+ - The Ramones
167
+ - Red Hot Chili Peppers
168
+ - R.E.M.
169
+ - Rick Wright
170
+ - Rod Stewart
171
+ - The Rolling Stones
172
+ - Rory Gallagher
173
+ - Roxy Music
174
+ - Roy Hargrove
175
+ - Rufus Wainwright
176
+ - Run-D.M.C.
177
+ - Ryan Adams
178
+ - Sex Pistols
179
+ - Simply Red
180
+ - Sinead O'connor
181
+ - Siouxsie and The Banshees
182
+ - The Slits
183
+ - The Smiths
184
+ - Sonic Youth
185
+ - The Specials
186
+ - Squeeze
187
+ - Status Quo
188
+ - Stereophonics
189
+ - Stone Roses
190
+ - Syd Barrett
191
+ - Thelonius Monk
192
+ - Thin Lizzy
193
+ - Thornley
194
+ - Tina Turner
195
+ - Tom Jones
196
+ - Tom Robinson
197
+ - Tom Waits
198
+ - U2
199
+ - The Undertones
200
+ - Van Morrison
201
+ - Velvet Revolver
202
+ - White Stripes
203
+ - The Who
204
+ - The Yardbirds
205
+ - Yumi Matsutoya
206
+ albums:
207
+ - Thriller
208
+ - Back in Black
209
+ - The Dark Side of the Moon
210
+ - Bat Out of Hell
211
+ - The Bodyguard
212
+ - Their Greatest Hits (1971–1975)
213
+ - Saturday Night Fever
214
+ - Rumours
215
+ - 'Grease: The Original Soundtrack from the Motion Picture'
216
+ - Led Zeppelin IV
217
+ - Bad
218
+ - Jagged Little Pill
219
+ - Come On Over
220
+ - Falling into You
221
+ - Sgt. Pepper's Lonely Hearts Club Band
222
+ - Hotel California
223
+ - Dirty Dancing
224
+ - '21'
225
+ - Let's Talk About Love
226
+ - '1'
227
+ - 'Gold: Greatest Hits'
228
+ - Dangerous
229
+ - The Immaculate Collection
230
+ - Abbey Road
231
+ - Born in the U.S.A.
232
+ - Brothers in Arms
233
+ - 'Titanic: Music from the Motion Picture'
234
+ - Metallica
235
+ - Nevermind
236
+ - The Wall
237
+ - Supernatural
238
+ - Appetite for Destruction
239
+ - Slippery When Wet
240
+ - Music Box
241
+ - The Eminem Show
242
+ - Hybrid Theory
243
+ - Come Away with Me
244
+ - Unplugged
245
+ - True Blue
246
+ - 'Legend: The Best of Bob Marley & The Wailers'
247
+ - Tapestry
248
+ - No Jacket Required
249
+ - Greatest Hits
250
+ - Bridge over Troubled Water
251
+ - The Joshua Tree
252
+ - "...Baby One More Time"
253
+ - Backstreet's Back
254
+ - Backstreet Boys
255
+ - Millennium
256
+ - Spice
257
+ - Happy Nation
258
+ - The Sign
259
+ - Whitney Houston
260
+ - "(What's the Story) Morning Glory?"
261
+ - The Marshall Mathers LP
262
+ - Like a Virgin
263
+ - Cross Road
264
+ - '25'
265
+ - Boston
266
+ - Oops!... I Did It Again
267
+ - The Colour of My Love
268
+ - Hysteria
269
+ - Faith
270
+ - Dookie
271
+ - Can't Slow Down
272
+ - Daydream
273
+ - 'HIStory: Past, Present and Future, Book I'
274
+ - Off the Wall
275
+ - The Woman in Me
276
+ - Breakfast in America
277
+ - Tracy Chapman
278
+ - 'Flashdance: Original Soundtrack from the Motion Picture'
279
+ - Whitney
280
+ - Confessions
281
+ - X&Y
282
+ - High School Musical
283
+ - High School Musical 2
284
+ - Viva la Vida or Death and All His Friends
285
+ - I Dreamed a Dream
286
+ - Recovery
287
+ - Midnight Memories
288
+ - Frozen
289
+ - Lemonade
290
+ - Brand New Eyes
291
+ - All We Know Is Falling
292
+ - Riot!
293
+ - Songs About Jane
294
+ - Hands All Over
295
+ genres:
296
+ - Rock
297
+ - Pop
298
+ - Electronic
299
+ - Folk
300
+ - World
301
+ - Country
302
+ - Jazz
303
+ - Funk
304
+ - Soul
305
+ - Hip Hop
306
+ - Classical
307
+ - Latin
308
+ - Reggae
309
+ - Stage And Screen
310
+ - Blues
311
+ - Non Music
312
+ - Rap
313
+ hiphop:
314
+ subgenres:
315
+ - Low Fi
316
+ - Grime
317
+ - Drill
318
+ - Alternative
319
+ - Country
320
+ - Undeground
321
+ - West Coast
322
+ - East Coast
323
+ - Conscious
324
+ - Christian
325
+ - Gangsta
326
+ - Old School
327
+ - Southern
328
+ - Mid West
329
+ - Trap
330
+ - Boom Bap
331
+ - Melodic
332
+ groups:
333
+ - Outcast
334
+ - Griselda
335
+ - Wu-Tang Clan
336
+ - YMCMB
337
+ - Maybach Music
338
+ - Bad Boyz
339
+ - Rock Nation
340
+ - Jack Boys
341
+ - OVO
342
+ - Tribe Call Quest
343
+ - Cypress Hill
344
+ - Digital Undeground
345
+ - Naughty By Nature
346
+ - EPMD
347
+ - Run D.M.C
348
+ - N.W.A
349
+ - Salt & Pepa
350
+ - TLC
351
+ - G Unit
352
+ - Bone Thugs & Harmony
353
+ - Destiny's Child
354
+ - Public Enemy
355
+ - Mobb Deep
356
+ - Eric B. & Rakim
357
+ - Fugees
358
+ - The Sugarhill Gang
359
+ - D12
360
+ - Three 6 Mafia
361
+ - Migos
362
+ - Clipse
363
+ - Odd Future
364
+ - 2 Live Crew
365
+ - The Lox
366
+ - Dipset
367
+ artist:
368
+ - Drake
369
+ - Jay-Z
370
+ - Lil Wayne
371
+ - Travis Scott
372
+ - Ice Cube
373
+ - Wutang Clan
374
+ - Tribe Called Quest
375
+ - Nas
376
+ - Foxy Brown
377
+ - TI
378
+ - TPain
379
+ - Big Krit
380
+ - Joey BadA$$
381
+ - A$AP Rocky
382
+ - Tyler The Creator
383
+ - Frank Ocean
384
+ - 50 Cent
385
+ - Snoop Dogg
386
+ - Wiz Khalifa
387
+ - Tupac
388
+ - The Notorious B.I.G
389
+ - Missy Elliot
390
+ - DMX
391
+ - Eminem
392
+ - Method Man
393
+ - Red Man
394
+ - Kanye West
395
+ - Gucci Mane
396
+ - Baby Keem
397
+ - Roddy Ricch
398
+ - Nipsey Hussle
399
+ - Queen Latifah
400
+ - Pusha T
401
+ - Chief Keef
402
+ - Lil Reese
403
+ - Lil Peep
404
+ - Lil Snupe
405
+ - Meek Mill
406
+ - Wale
407
+ - Busta Rhymes
408
+ - Ludacris
409
+ - Ashanti
410
+ - Shy Glizzy
411
+ - Fredo Santana
412
+ - Fat Joe
413
+ - Don Toliver
414
+ - Sheck Wes
415
+ - Bobby Smurda
416
+ - Dave East
417
+ - J Holiday
418
+ - Chris Brown
419
+ - Omarion
420
+ - Fabulous
421
+ - Jadakiss
422
+ - Nicki Minaj
423
+ - Meg The Stallion
424
+ - Saweetie
425
+ - Larry June
426
+ - Quavo
427
+ - Offset
428
+ - Takeoff
429
+ - Stormzy
430
+ - xxxTentacion
431
+ - Juice Wrld
432
+ - Juicy J
433
+ - P Diddy
434
+ - Young Thug
435
+ - Gunna
436
+ - Lil Tecca
437
+ - Da Baby
438
+ - Lil Baby
439
+ - Lil Uzi
440
+ - 21 Savage
441
+ - 2 Chainz
442
+ - Craig Mac
443
+ - Cardi B
444
+ - Chance The Rapper
445
+ - Mac Miller
446
+ - The Game
447
+ - Styles P
448
+ - Paul Wall
449
+ - Cam'ron
450
+ - Jeezy
451
+ - Dr. Dre
452
+ - Nate Dogg
453
+ - Kurupt
454
+ - Twista
@@ -2,47 +2,103 @@ en:
2
2
  faker:
3
3
  games:
4
4
  myst:
5
- games: [ "Myst", "Riven: The Sequel to Myst", "Myst III: Exile", "Myst IV: Revelation", "Uru: Ages Beyond Myst", "Myst V: End of Ages" ]
6
- creatures: [ "squee", "sunner", "wahrks", "ytrams", "scarab beetles", "bahro", "karnaks", "Mangree", "Zeftyr" ]
7
- characters: [ "The Stranger", "Atrus", "Sirrus", "Achenar", "Gehn", "Catherine", "Saavedro", "Yeesha", "Esher", "Atrius", "Ti'ana" ]
8
- ages: [
5
+ games:
6
+ - 'Myst III: Exile'
7
+ - 'Myst IV: Revelation'
8
+ - 'Myst V: End of Ages'
9
+ - 'Riven: The Sequel to Myst'
10
+ - 'Uru: Ages Beyond Myst'
11
+ - Myst
12
+ creatures:
13
+ - bahro
14
+ - karnaks
15
+ - Mangree
16
+ - scarab beetles
17
+ - squee
18
+ - sunner
19
+ - wahrks
20
+ - ytrams
21
+ - Zeftyr
22
+ characters:
23
+ - Achenar
24
+ - Atrius
25
+ - Atrus
26
+ - Catherine
27
+ - Esher
28
+ - Gehn
29
+ - Saavedro
30
+ - Sirrus
31
+ - The Stranger
32
+ - Ti'ana
33
+ - Yeesha
34
+ ages:
9
35
  # Myst
10
- "Myst", "Stoneship", "Mechanical", "Channelwood", "Selenitic", "Earth", "Rime",
36
+ - Channelwood
37
+ - Earth
38
+ - Mechanical
39
+ - Myst Stoneship
40
+ - Rime
41
+ - Selenitic
11
42
  # Riven
12
- "Riven", "Tay", "Age 233",
43
+ - Age 233
44
+ - Riven
45
+ - Tay
13
46
  # Exile
14
- "J'nanin", "Edanna", "Voltanic", "Amateria", "Narayan",
47
+ - Amateria
48
+ - Edanna
49
+ - J'nanin
50
+ - Narayan
51
+ - Voltanic
15
52
  # Revelation
16
- "Spire", "Haven", "Serenia",
53
+ - Haven
54
+ - Serenia
55
+ - Spire
17
56
  # Uru (all versions)
18
- "Relto", "Teledahn", "Gahreesen", "Kadish Tolesa", "Eder Gira", "Eder Kemo", "Nexus", "Er'cana", "Ahnonay", "Eder Delin", "Eder Tsogal", "Pod Age", "Minkata", "Jalak Dador",
57
+ - Ahnonay
58
+ - Eder Delin
59
+ - Eder Gira
60
+ - Eder Kemo
61
+ - Eder Tsogal
62
+ - Er'cana
63
+ - Gahreesen
64
+ - Jalak Dador
65
+ - Kadish Tolesa
66
+ - Minkata
67
+ - Nexus
68
+ - Pod Age
69
+ - Relto
70
+ - Teledahn
19
71
  # End of Ages
20
- "Direbo", "Tahgira", "Todelmer", "Laki'ahn", "Noloben",
72
+ - Direbo
73
+ - Laki'ahn
74
+ - Noloben
75
+ - Tahgira
76
+ - Todelmer
21
77
  # Books
22
- "Ko'ah", "Gemedet", "Age 37", "Inception", "Torus Age", "Averone", "Chroma'agana", "Terahnee",
23
- ]
24
- quotes: [
78
+ - Age 37
79
+ - Averone
80
+ - Chroma'agana
81
+ - Gemedet
82
+ - Inception
83
+ - Ko'ah
84
+ - Terahnee
85
+ - Torus Age
86
+ quotes:
25
87
  # Atrus
26
- "The ending has not yet been written.",
27
- "I realized, the moment I fell into the fissure, that the Book would not be destroyed as I had planned.",
28
- "Try moving the slider.",
29
- "Remember the tower rotation.",
30
-
88
+ - The ending has not yet been written.
89
+ - I realized, the moment I fell into the fissure, that the Book would not be destroyed as I had planned.
90
+ - Try moving the slider.
91
+ - Remember the tower rotation.
31
92
  # Gehn
32
- "Who the devil are you?",
33
- "One thing I know about linking books is that the doors they open don't close behind you.",
34
-
93
+ - Who the devil are you?
94
+ - One thing I know about linking books is that the doors they open don't close behind you.
35
95
  # Achenar
36
- "Find the blue pages.",
37
- "Bring me blue pages.",
38
-
96
+ - Find the blue pages.
97
+ - Bring me blue pages.
39
98
  # Sirrus
40
- "Find the red pages.",
41
- "Bring me the red pages.",
42
-
99
+ - Find the red pages.
100
+ - Bring me the red pages.
43
101
  # Saavedro
44
- "Atrus? Is that you? Come to rescue your Book so soon? Not yet, old friend... not yet.",
45
-
102
+ - Atrus? Is that you? Come to rescue your Book so soon? Not yet, old friend... not yet.
46
103
  # Ti'ana
47
- "Atrus... what do you see?",
48
- ]
104
+ - Atrus... what do you see?