faker 2.11.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +4 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +28 -23
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/en/music.yml
CHANGED
@@ -1,32 +1,454 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
music:
|
4
|
-
instruments:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
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
|
data/lib/locales/en/myst.yml
CHANGED
@@ -2,47 +2,103 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
myst:
|
5
|
-
games:
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
-
|
36
|
+
- Channelwood
|
37
|
+
- Earth
|
38
|
+
- Mechanical
|
39
|
+
- Myst Stoneship
|
40
|
+
- Rime
|
41
|
+
- Selenitic
|
11
42
|
# Riven
|
12
|
-
|
43
|
+
- Age 233
|
44
|
+
- Riven
|
45
|
+
- Tay
|
13
46
|
# Exile
|
14
|
-
|
47
|
+
- Amateria
|
48
|
+
- Edanna
|
49
|
+
- J'nanin
|
50
|
+
- Narayan
|
51
|
+
- Voltanic
|
15
52
|
# Revelation
|
16
|
-
|
53
|
+
- Haven
|
54
|
+
- Serenia
|
55
|
+
- Spire
|
17
56
|
# Uru (all versions)
|
18
|
-
|
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
|
-
|
72
|
+
- Direbo
|
73
|
+
- Laki'ahn
|
74
|
+
- Noloben
|
75
|
+
- Tahgira
|
76
|
+
- Todelmer
|
21
77
|
# Books
|
22
|
-
|
23
|
-
|
24
|
-
|
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
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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
|
-
|
33
|
-
|
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
|
-
|
37
|
-
|
38
|
-
|
96
|
+
- Find the blue pages.
|
97
|
+
- Bring me blue pages.
|
39
98
|
# Sirrus
|
40
|
-
|
41
|
-
|
42
|
-
|
99
|
+
- Find the red pages.
|
100
|
+
- Bring me the red pages.
|
43
101
|
# Saavedro
|
44
|
-
|
45
|
-
|
102
|
+
- Atrus? Is that you? Come to rescue your Book so soon? Not yet, old friend... not yet.
|
46
103
|
# Ti'ana
|
47
|
-
|
48
|
-
]
|
104
|
+
- Atrus... what do you see?
|