faker 2.15.1 → 3.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +848 -34
- data/README.md +225 -103
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +9 -41
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +7 -27
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +25 -17
- data/lib/faker/default/barcode.rb +33 -22
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +71 -42
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +31 -17
- data/lib/faker/default/company.rb +137 -22
- data/lib/faker/default/crypto.rb +26 -4
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +20 -18
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +5 -22
- data/lib/faker/default/finance.rb +30 -7
- data/lib/faker/default/food.rb +27 -1
- data/lib/faker/default/hipster.rb +8 -48
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +175 -27
- data/lib/faker/default/internet.rb +333 -114
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +4 -21
- data/lib/faker/default/lorem.rb +175 -73
- data/lib/faker/default/lorem_flickr.rb +4 -37
- data/lib/faker/default/markdown.rb +10 -13
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
- data/lib/faker/default/number.rb +33 -61
- data/lib/faker/default/omniauth.rb +55 -52
- data/lib/faker/default/phone_number.rb +36 -21
- data/lib/faker/default/placeholdit.rb +10 -20
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +3 -3
- data/lib/faker/default/string.rb +1 -7
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +12 -34
- data/lib/faker/default/vehicle.rb +44 -54
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/locations/australia.rb +52 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +73 -5
- data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/smashing_pumpkins.rb +64 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/deprecator.rb +53 -0
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -14
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -2
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -27
- data/lib/locales/de-CH.yml +4328 -12
- data/lib/locales/de.yml +7185 -99
- data/lib/locales/ee.yml +0 -1
- data/lib/locales/en/address.yml +1826 -562
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/dota.yml +173 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/finance.yml +27 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/harry_potter.yml +1 -1
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/id_number.yml +1 -1
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +2 -2
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +7 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/{room.yml → the_room.yml} +1 -1
- data/lib/locales/en/{show.yml → theater.yml} +1 -1
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-AU.yml +718 -47
- data/lib/locales/en-CA.yml +373 -18
- data/lib/locales/en-GB.yml +116 -8
- data/lib/locales/en-IND.yml +1259 -17
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -17
- data/lib/locales/en-NEP.yml +212 -38
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1153 -123
- data/lib/locales/en-PAK.yml +369 -10
- data/lib/locales/en-SG.yml +581 -16
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +6914 -74
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +266 -22
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1 -2
- data/lib/locales/es.yml +2 -3
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +4 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +22 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +2733 -44
- data/lib/locales/fr-CH.yml +1 -2
- data/lib/locales/fr.yml +2 -118
- data/lib/locales/hy.yml +3624 -119
- data/lib/locales/id.yml +839 -12
- data/lib/locales/it.yml +1304 -32
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +6 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/football.yml +115 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/sport.yml +130 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +1361 -20
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1 -2
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -29
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/pl.yml +1 -2
- data/lib/locales/pt-BR.yml +8157 -660
- data/lib/locales/pt.yml +844 -45
- data/lib/locales/ru.yml +1355 -32
- data/lib/locales/sk.yml +4410 -43
- data/lib/locales/sv.yml +100 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -2
- data/lib/locales/uk.yml +1808 -44
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +134 -133
- data/History.md +0 -176
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -69
- data/lib/locales/ja.yml +0 -105
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
data/lib/locales/en/mountain.yml
CHANGED
@@ -20,6 +20,8 @@ en:
|
|
20
20
|
- Chomo Lonzo
|
21
21
|
- Chongtar
|
22
22
|
- Churen Himal
|
23
|
+
- Crestone Peak
|
24
|
+
- Denali
|
23
25
|
- Dhaulagiri I
|
24
26
|
- Dhaulagiri II
|
25
27
|
- Dhaulagiri IV
|
@@ -76,9 +78,12 @@ en:
|
|
76
78
|
- Mana Peak
|
77
79
|
- Manaslu
|
78
80
|
- Masherbrum
|
81
|
+
- Mauna Kea
|
79
82
|
- Molamenqing
|
80
83
|
- Momhil Sar
|
81
84
|
- Mount Everest
|
85
|
+
- Mount Shasta
|
86
|
+
- Mount Whitney
|
82
87
|
- Mukut Parbat
|
83
88
|
- Muztagh Ata
|
84
89
|
- Muztagh Tower
|
@@ -123,13 +128,16 @@ en:
|
|
123
128
|
- Yutmaru Sar
|
124
129
|
range:
|
125
130
|
- Annapurna Himalaya
|
131
|
+
- Appalachian Mountains
|
126
132
|
- Assam Himalaya
|
127
133
|
- Baiku Himalaya
|
128
134
|
- Baltoro Karakoram
|
129
135
|
- Batura Karakoram
|
136
|
+
- Cascade
|
130
137
|
- Daxue Shan
|
131
138
|
- Dhaulagiri Himalaya
|
132
139
|
- Ganesh Himalaya
|
140
|
+
- Great Smoky Mountains
|
133
141
|
- Hindu Kush
|
134
142
|
- Hispar Karakoram
|
135
143
|
- Jomolhari Himalaya
|
@@ -151,8 +159,13 @@ en:
|
|
151
159
|
- Panmah Karakoram
|
152
160
|
- Rakaposhi-Haramosh Karakoram
|
153
161
|
- Rimo Karakoram
|
162
|
+
- Rocky Mountains
|
154
163
|
- Saltoro Karakoram
|
164
|
+
- Sangre de Cristo
|
165
|
+
- Sawtooth
|
155
166
|
- Saser Karakoram
|
156
167
|
- Siachen Karakoram
|
168
|
+
- Sierra Nevada
|
157
169
|
- Tian Shan
|
158
|
-
-
|
170
|
+
- Wrangell Mountains
|
171
|
+
- Yengisogat Karakoram
|
data/lib/locales/en/movie.yml
CHANGED
@@ -186,6 +186,7 @@ en:
|
|
186
186
|
- 'Toy Story'
|
187
187
|
- 'Toy Story 2'
|
188
188
|
- 'Toy Story 3'
|
189
|
+
- 'TRON'
|
189
190
|
- 'Twelve Monkeys'
|
190
191
|
- 'Unforgiven'
|
191
192
|
- 'V for Vendetta'
|
@@ -193,4 +194,4 @@ en:
|
|
193
194
|
- 'WALL·E'
|
194
195
|
- 'Whiplash'
|
195
196
|
- 'Witness for the Prosecution'
|
196
|
-
quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning."]
|
197
|
+
quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning.", "Greetings, programs!"]
|
data/lib/locales/en/music.yml
CHANGED
@@ -310,145 +310,155 @@ en:
|
|
310
310
|
- Blues
|
311
311
|
- Non Music
|
312
312
|
- Rap
|
313
|
-
|
314
|
-
|
315
|
-
-
|
316
|
-
-
|
317
|
-
-
|
318
|
-
-
|
319
|
-
-
|
320
|
-
-
|
321
|
-
-
|
322
|
-
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
313
|
+
mambo_no_5:
|
314
|
+
- Angela
|
315
|
+
- Pamela
|
316
|
+
- Sandra
|
317
|
+
- Rita
|
318
|
+
- Monica
|
319
|
+
- Erica
|
320
|
+
- Tina
|
321
|
+
- Mary
|
322
|
+
- Jessica
|
323
|
+
hiphop:
|
324
|
+
subgenres:
|
325
|
+
- Low Fi
|
326
|
+
- Grime
|
327
|
+
- Drill
|
328
|
+
- Alternative
|
329
|
+
- Country
|
330
|
+
- Undeground
|
331
|
+
- West Coast
|
332
|
+
- East Coast
|
333
|
+
- Conscious
|
334
|
+
- Christian
|
335
|
+
- Gangsta
|
336
|
+
- Old School
|
337
|
+
- Southern
|
338
|
+
- Mid West
|
339
|
+
- Trap
|
340
|
+
- Boom Bap
|
341
|
+
- Melodic
|
342
|
+
groups:
|
343
|
+
- Outcast
|
344
|
+
- Griselda
|
345
|
+
- Wu-Tang Clan
|
346
|
+
- YMCMB
|
347
|
+
- Maybach Music
|
348
|
+
- Bad Boyz
|
349
|
+
- Rock Nation
|
350
|
+
- Jack Boys
|
351
|
+
- OVO
|
352
|
+
- Tribe Call Quest
|
353
|
+
- Cypress Hill
|
354
|
+
- Digital Undeground
|
355
|
+
- Naughty By Nature
|
356
|
+
- EPMD
|
357
|
+
- Run D.M.C
|
358
|
+
- N.W.A
|
359
|
+
- Salt & Pepa
|
360
|
+
- TLC
|
361
|
+
- G Unit
|
362
|
+
- Bone Thugs & Harmony
|
363
|
+
- Destiny's Child
|
364
|
+
- Public Enemy
|
365
|
+
- Mobb Deep
|
366
|
+
- Eric B. & Rakim
|
367
|
+
- Fugees
|
368
|
+
- The Sugarhill Gang
|
369
|
+
- D12
|
370
|
+
- Three 6 Mafia
|
371
|
+
- Migos
|
372
|
+
- Clipse
|
373
|
+
- Odd Future
|
374
|
+
- 2 Live Crew
|
375
|
+
- The Lox
|
376
|
+
- Dipset
|
377
|
+
artist:
|
378
|
+
- Drake
|
379
|
+
- Jay-Z
|
380
|
+
- Lil Wayne
|
381
|
+
- Travis Scott
|
382
|
+
- Ice Cube
|
383
|
+
- Wutang Clan
|
384
|
+
- Tribe Called Quest
|
385
|
+
- Nas
|
386
|
+
- Foxy Brown
|
387
|
+
- TI
|
388
|
+
- TPain
|
389
|
+
- Big Krit
|
390
|
+
- Joey BadA$$
|
391
|
+
- A$AP Rocky
|
392
|
+
- Tyler The Creator
|
393
|
+
- Frank Ocean
|
394
|
+
- 50 Cent
|
395
|
+
- Snoop Dogg
|
396
|
+
- Wiz Khalifa
|
397
|
+
- Tupac
|
398
|
+
- The Notorious B.I.G
|
399
|
+
- Missy Elliot
|
400
|
+
- DMX
|
401
|
+
- Eminem
|
402
|
+
- Method Man
|
403
|
+
- Red Man
|
404
|
+
- Kanye West
|
405
|
+
- Gucci Mane
|
406
|
+
- Baby Keem
|
407
|
+
- Roddy Ricch
|
408
|
+
- Nipsey Hussle
|
409
|
+
- Queen Latifah
|
410
|
+
- Pusha T
|
411
|
+
- Chief Keef
|
412
|
+
- Lil Reese
|
413
|
+
- Lil Peep
|
414
|
+
- Lil Snupe
|
415
|
+
- Meek Mill
|
416
|
+
- Wale
|
417
|
+
- Busta Rhymes
|
418
|
+
- Ludacris
|
419
|
+
- Ashanti
|
420
|
+
- Shy Glizzy
|
421
|
+
- Fredo Santana
|
422
|
+
- Fat Joe
|
423
|
+
- Don Toliver
|
424
|
+
- Sheck Wes
|
425
|
+
- Bobby Smurda
|
426
|
+
- Dave East
|
427
|
+
- J Holiday
|
428
|
+
- Chris Brown
|
429
|
+
- Omarion
|
430
|
+
- Fabulous
|
431
|
+
- Jadakiss
|
432
|
+
- Nicki Minaj
|
433
|
+
- Meg The Stallion
|
434
|
+
- Saweetie
|
435
|
+
- Larry June
|
436
|
+
- Quavo
|
437
|
+
- Offset
|
438
|
+
- Takeoff
|
439
|
+
- Stormzy
|
440
|
+
- xxxTentacion
|
441
|
+
- Juice Wrld
|
442
|
+
- Juicy J
|
443
|
+
- P Diddy
|
444
|
+
- Young Thug
|
445
|
+
- Gunna
|
446
|
+
- Lil Tecca
|
447
|
+
- Da Baby
|
448
|
+
- Lil Baby
|
449
|
+
- Lil Uzi
|
450
|
+
- 21 Savage
|
451
|
+
- 2 Chainz
|
452
|
+
- Craig Mac
|
453
|
+
- Cardi B
|
454
|
+
- Chance The Rapper
|
455
|
+
- Mac Miller
|
456
|
+
- The Game
|
457
|
+
- Styles P
|
458
|
+
- Paul Wall
|
459
|
+
- Cam'ron
|
460
|
+
- Jeezy
|
461
|
+
- Dr. Dre
|
462
|
+
- Nate Dogg
|
463
|
+
- Kurupt
|
464
|
+
- Twista
|
data/lib/locales/en/naruto.yml
CHANGED
@@ -22,7 +22,7 @@ en:
|
|
22
22
|
- "Akahoshi"
|
23
23
|
- "Akamaru"
|
24
24
|
- "Akane"
|
25
|
-
- "
|
25
|
+
- "Akane (Kunoichi)"
|
26
26
|
- "Akane's Father"
|
27
27
|
- "Akari Tatsushiro"
|
28
28
|
- "Akatsuchi"
|
@@ -49,7 +49,6 @@ en:
|
|
49
49
|
- "Anko Mitarashi"
|
50
50
|
- "Ao"
|
51
51
|
- "Aoba Yamashiro"
|
52
|
-
- "Aoba Yamashiro"
|
53
52
|
- "Aoda"
|
54
53
|
- "Aoi (game)"
|
55
54
|
- "Aoi Rokushō"
|
@@ -126,7 +125,7 @@ en:
|
|
126
125
|
- "Chōchō Akimichi"
|
127
126
|
- "Chōhan"
|
128
127
|
- "Chōji Akimichi"
|
129
|
-
- "Chōji's
|
128
|
+
- "Chōji's Mother"
|
130
129
|
- "Chōjūrō"
|
131
130
|
- "Chōmei"
|
132
131
|
- "Chōseki"
|
@@ -6,4 +6,4 @@ en:
|
|
6
6
|
islands: ["Dawn Island", "Goat Island", "Shells Town", "Organ Islands", "Island of Rare Animals", "Gecko Islands", "Conomi Islands", "Loguetown", "Kumate Island", "Mirrorball Island", "Tequila Wolf", "Cozia", "Ohara", "Ilusia", "Thriller Bark", "Toroa", "Las Camp", "Kano Country", "Germa Kingdom", "Lvneel Kingdom", "Micqueot", "Spider Miles", "Flevance", "Rubeck Island", "Swallow Island", "Minion Island", "Rakesh", "Notice", "Briss Kingdom", "Karate Island", "Centaurea", "Torino Kingdom", "Baterilla", "Black Drum Kingdom", "Fishman Island", "Amazon Lily", "Impel Down", "Rasukaina", "Cactus Island", "Little Garden", "Holliday Island", "Drum Island", "Alabasta", "Nanimonai Island", "Jaya", "Long Ring Long Land", "Water 7", "Enies Lobby", "San Faldo", "Pucci", "St. Poplar", "Florian Triangle", "Sabaody Archipelago", "Marineford", "Vira", "Banaro Island", "Yuki's Island", "Buggy's Treasure Island", "G-2", "Karakuri Island", "Mamoiro Island", "Boin Archipelago", "Namakura Island", "Kuraigana Island", "Merveille", "G-1", "Yukiryu Island", "Baltigo", "Wano Country", "Edd War", "Floodvalter", "G-5", "Laftel", "Whole Cake Island", "Cacao Island", "Jam Island", "Nuts Island", "Cheese Island", "Biscuits Island", "Candy Island", "Milk Island", "Punk Hazard", "Raijin Island", "Risky Red Island", "Mystoria Island", "Dressrosa", "Green Bit", "Zou", "Prodence Kingdom", "Applenine Island", "Karai Bari Island", "Broc Coli Island", "Elbaf", "Skypiea", "Weatheria"]
|
7
7
|
locations: ["Foosha Village", "Mt. Colubo", "Gray Terminal", "Midway Forest", "Goa Kingdom", "Orange Town", "Syrup Village", "Shimotsuki Village", "Baratie", "Gosa Village", "Cocoyashi Village", "Arlong Park", "Ryugu Kingdom", "Reverse Mountain", "Twin Cape", "Mariejois", "Whiskey Peak", "Bighorn", "Drum Rockies", "Cocoa Weed", "Gyasta", "Robelie", "Sandora Desert", "Sandora River", "Rainbase", "Yuba", "Erumalu", "Nanohana", "Katorea", "Spiders Cafe", "Alubarna", "Tamarisk", "Suiren", "Mock Town", "Sea Train Area", "Totto Land", "Acacia", "Sebio", "Moon", "Birka", "Angel Island", "Upper Yard", "Shandia Village", "Heaven's Gate", "Clouds End", "Rommel Kingdom", "Eight Nine Island", "High Mountain", "Nakrowa", "Land of Ice", "Great Kingdom"]
|
8
8
|
quotes: ["I love heroes, but I don't want to be one. Do you even know what a hero is!? For example, you have some meat. Pirates will feast on the meat, but the hero will distribute it among the people! I want to eat the meat!", "Don't ever think there's any perfect society made by humans!! If you think that way you'll overlook the enemy!! Don't be fooled by appearances!", "If I can't even protect my captain's dream, then whatever ambition I have is nothing but talk! Luffy must be the man who becomes the Pirate King!", "Old man, everyone!! And you.. Luffy. Even though I've been good for nothing my whole life, even though I have the blood of a demon within me... You guys still loved me! Thank you so much!!", "Compared to the \"righteous\" greed of the rulers, the criminals of the world seem much more honorable. When scum rules the world, only more scum is born.", "Pirates are evil? The Marines are righteous?... Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice!", "When do you think people die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No... It’s when they're forgotten!", "You can spill drinks on me, even spit on me. I'll just laugh about it. But If you dare to hurt my friends... I won't forgive you!", "The government says your existence is a crime, but no matter what kind of weapons you may hold, just being alive isn't a sin! There's no crime in living!", "ONE PIECE IS REAL!", "It's not some sort of special power. He has the ability to make allies of everyone he meets. And that is the most fearsome ability on the high seas.", "I want to live!", "Maybe nothing in this world happens by accident. As everything happens for a reason, our destiny slowly takes form.", "Food is a gift from god. Spices are a gift from the devil. It looks like it was a bit too spicy for you.", "I don't care now. I wanted to look like a human because I wanted friends. Now I want to be a monster who's helpful to Luffy!", "Miracles only happen to those who never give up.", "Stop counting only those things you have lost! What is gone, is gone! So ask yourself this. What is there... that still remains to you?!", "If you want to protect something, do it right! Don't let them get their way anymore!", "The royalty and nobles are behind the fire... Believe me... This town smells worse than Gray Terminal. It smells like rotten people! If I stay here... I'll never be free! I'm... ashamed to be born a noble!", "There comes a time when a man has to stand and fight! That time is when his friends' dreams are being laughed at! And I won't let you laugh at that!", "To true friendship, how long you've known each other means nothing.", "When the world shoves you around, you just gotta stand up and shove back. It's not like somebody's gonna save you if you start babbling excuses.", "People's dreams... Never end!", "If you kill yourself, I'll kill you!", "I don't wanna live a thousand years. If I just live through today, that'll be enough."]
|
9
|
-
|
9
|
+
akuma_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]
|
data/lib/locales/en/opera.yml
CHANGED
@@ -87,7 +87,7 @@ en:
|
|
87
87
|
- Alfredo il grande
|
88
88
|
- Il fortunato inganno
|
89
89
|
- L'ajo nell'imbarazzo
|
90
|
-
- Emilia di Liverpool or
|
90
|
+
- Emilia di Liverpool or L'eremitaggio di Liverpool
|
91
91
|
- Alahor in Granata
|
92
92
|
- Don Gregorio
|
93
93
|
- Elvida
|
@@ -324,7 +324,7 @@ en:
|
|
324
324
|
- Maître Pierre
|
325
325
|
- Polyeucte
|
326
326
|
- Le tribut de Zamora
|
327
|
-
|
327
|
+
by_camille_saint_saens:
|
328
328
|
- L'ancêtre
|
329
329
|
- Ascanio
|
330
330
|
- Les barbares
|
@@ -8,13 +8,13 @@ en:
|
|
8
8
|
- Baptiste
|
9
9
|
- Bastion
|
10
10
|
- Brigitte
|
11
|
+
- Cassidy
|
11
12
|
- D.va
|
12
13
|
- Doomfist
|
13
14
|
- Genji
|
14
15
|
- Hanzo
|
15
16
|
- Junkrat
|
16
17
|
- Lucio
|
17
|
-
- McCree
|
18
18
|
- Mei
|
19
19
|
- Mercy
|
20
20
|
- Moira
|
@@ -265,9 +265,8 @@ en:
|
|
265
265
|
- No one likes a squealer
|
266
266
|
- Ready for the fireworks
|
267
267
|
- You that sound like a bad thing
|
268
|
-
- Brave of you to show your face around here,
|
268
|
+
- Brave of you to show your face around here, Cole
|
269
269
|
- On the dartboard
|
270
|
-
- What did you do with it Jesse
|
271
270
|
- Too competent
|
272
271
|
- Ultimate - Light Em Up
|
273
272
|
- Ultimate - Vide Bal Sou Yo
|
@@ -1048,7 +1047,7 @@ en:
|
|
1048
1047
|
- Bastion, you would make the perfect research assistant
|
1049
1048
|
- Youre just no good bully
|
1050
1049
|
- Look somewhere else
|
1051
|
-
- Hey,
|
1050
|
+
- Hey, Cole, do you know what time it is
|
1052
1051
|
- I love your glasses, so cute!
|
1053
1052
|
- We should compare notes some time
|
1054
1053
|
- Zarya How can you even pick up all that weight
|
@@ -1340,7 +1339,6 @@ en:
|
|
1340
1339
|
- Target Eliminated
|
1341
1340
|
- Final Blow - You Got Served
|
1342
1341
|
- Sorry, Reinhardt
|
1343
|
-
- "(vs McCree) Got you this time, Jesse"
|
1344
1342
|
- You made a tactical error
|
1345
1343
|
- I Always Get My Prey
|
1346
1344
|
- Operating At Maximum Efficiency
|
@@ -1393,7 +1391,7 @@ en:
|
|
1393
1391
|
- Try me
|
1394
1392
|
- Then I have nothing to worry about
|
1395
1393
|
- I always dreamed of the day we would fight together
|
1396
|
-
-
|
1394
|
+
- Cassidy, where did you learn to shoot like that?
|
1397
1395
|
- See you in the air
|
1398
1396
|
- I had a poster of you on my wall when I was younger
|
1399
1397
|
- I lost many good soldiers here
|
@@ -1897,7 +1895,7 @@ en:
|
|
1897
1895
|
- If you hold the information, you hold all the cards
|
1898
1896
|
- You trying to be scary
|
1899
1897
|
- I can be nice
|
1900
|
-
- Pleasure working with you
|
1898
|
+
- Pleasure working with you, Cassidy... if that is your real name
|
1901
1899
|
- So what are we doing here, boss
|
1902
1900
|
- What can I say. A girl just has to have the latest tech
|
1903
1901
|
- Your friend, Katya Volskaya. What will you say when you learn the truth
|
@@ -1,7 +1,82 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
phone_number:
|
4
|
-
|
4
|
+
area_code:
|
5
|
+
- '201'
|
6
|
+
- '321'
|
7
|
+
- '416'
|
8
|
+
- '212'
|
9
|
+
- '604'
|
10
|
+
- '305'
|
11
|
+
- '514'
|
12
|
+
- '310'
|
13
|
+
- '613'
|
14
|
+
- '415'
|
15
|
+
- '617'
|
16
|
+
- '713'
|
17
|
+
- '905'
|
18
|
+
- '312'
|
19
|
+
- '619'
|
20
|
+
- '416'
|
21
|
+
- '702'
|
22
|
+
- '202'
|
23
|
+
- '403'
|
24
|
+
- '305'
|
25
|
+
country_code:
|
26
|
+
- '1'
|
27
|
+
- '86'
|
28
|
+
- '91'
|
29
|
+
- '7'
|
30
|
+
- '81'
|
31
|
+
- '44'
|
32
|
+
- '49'
|
33
|
+
- '82'
|
34
|
+
- '55'
|
35
|
+
- '33'
|
36
|
+
- '92'
|
37
|
+
- '90'
|
38
|
+
- '62'
|
39
|
+
- '39'
|
40
|
+
- '34'
|
41
|
+
- '84'
|
42
|
+
- '20'
|
43
|
+
- '30'
|
44
|
+
- '62'
|
45
|
+
- '63'
|
46
|
+
- '64'
|
47
|
+
- '65'
|
48
|
+
- '66'
|
49
|
+
- '852'
|
50
|
+
- '1'
|
51
|
+
- '46'
|
52
|
+
- '41'
|
53
|
+
- '55'
|
54
|
+
- '54'
|
55
|
+
- '31'
|
56
|
+
exchange_code:
|
57
|
+
- '201'
|
58
|
+
- '321'
|
59
|
+
- '416'
|
60
|
+
- '212'
|
61
|
+
- '652'
|
62
|
+
- '305'
|
63
|
+
- '514'
|
64
|
+
- '310'
|
65
|
+
- '613'
|
66
|
+
- '415'
|
67
|
+
formats:
|
68
|
+
- "##########"
|
69
|
+
- "### ### ####"
|
70
|
+
- "###-###-####"
|
71
|
+
- "(###) ###-####"
|
72
|
+
- "###.###.####"
|
73
|
+
- "###-###-####"
|
74
|
+
- "(###) ### ####"
|
75
|
+
- "###-###-####"
|
76
|
+
- "###.###.####"
|
5
77
|
cell_phone:
|
6
|
-
formats:
|
7
|
-
|
78
|
+
formats:
|
79
|
+
- "###-###-####"
|
80
|
+
- "(###) ###-####"
|
81
|
+
- "###.###.####"
|
82
|
+
- "### ### ####"
|
@@ -2,3 +2,4 @@ en:
|
|
2
2
|
faker:
|
3
3
|
rock_band:
|
4
4
|
name: ["Led Zeppelin", "The Beatles", "Pink Floyd", "The Jimi Hendrix Experience", "Van Halen", "Queen", "The Eagles", "Metallica", "U2", "Bob Marley and the Wailers", "The Police", "The Doors", "Stone Temple Pilots", "Rush", "Genesis", "Prince and the Revolution", "Yes", "Earth Wind and Fire", "The Bee Gees", "The Rolling Stones", "The Beach Boys", "Soundgarden", "The Who", "Steely Dan", "James Brown and the JBs", "AC/DC", "Fleetwood Mac", "Crosby, Stills, Nash and Young", "The Allman Brothers", "ZZ Top", "Aerosmith", "Cream", "Bruce Springsteen & The E Street Band", "The Grateful Dead", "Guns 'N Roses", "Pearl Jam", "Boston", "Dire Straits", "King Crimson", "Parliament Funkadelic", "Red Hot Chili Peppers", "Bon Jovi", "Dixie Chicks", "Foreigner", "David Bowie and The Spiders From Mars", "The Talking Heads", "Jethro Tull", "The Band", "The Beastie Boys", "Nirvana", "Rage Against The Machine", "Sly and the Family Stone", "The Clash", "Tool", "Journey", "No Doubt", "Creedence Clearwater Revival", "Deep Purple", "Alice In Chains", "Orbital", "Little Feat", "Duran Duran", "Living Colour", "Frank Zappa and the Mothers of Invention", "The Carpenters", "Audioslave", "The Pretenders", "Primus", "Blondie", "Black Sabbath", "Lynyrd Skynyrd", "Sex Pistols", "Isaac Hayes and the Movement", "R.E.M.", "Traffic", "Buffalo Springfield", "Derek and the Dominos", "The Jackson Five", "The O'Jays", "Harold Melvin and the Blue Notes", "Underworld", "Thievery Corporation", "Motley Crue", "Janis Joplin and Big Brother and the Holding Company", "Blind Faith", "The Animals", "The Roots", "The Velvet Underground", "The Kinks", "Radiohead", "The Scorpions", "Kansas", "Iron Maiden", "Motorhead", "Judas Priest", "The Orb", "The Cure", "Coldplay", "Slayer", "Black Eyed Peas"]
|
5
|
+
song: ["Are You Gonna Be My Girl", "Dani California", "Detroit Rock City", "Stairway to Heaven", "Hey Jude", "All Along the Watchtower", "Satisfaction", "Like A Rolling Stone", "Another Brick In The Wall", "Won't Get Fooled Again", "Hotel California", "Layla", "Sweet Home Alabama", "Bohemian Rhapsody", "Riders on the Storm", "Rock and Roll", "Barracuda", "La Grange", "Dream On", "More Than a Feeling", "Sultans of Swing", "You Shook Me All Night Long", "Kashmir", "Lola", "Carry on Wayward Son", "Tiny Dancer", "Locomotive Breath", "I Still Haven't Found", "Magic Carpet Ride", "Free Bird", "Purple Haze", "Tom Sawyer", "Let It Be", "Baba O'Riley", "The Joker", "Roxanne", "Time", "It's a Long Way to the Top", "Whole Lotta Love", "The Chain", "I've Seen All Good People", "For What It's Worth", "Black Magic Woman", "Nights in White Satin", "While My Guitar Gently Weeps", "Gimme Shelter", "Gold Dust Woman", "Fortunate Son", "American Pie", "Bad Company", "Waitin' For the Bus", "Over the Hills and Far Away", "Owner of a Lonely Heart", "The Logical Song", "A Day in the Life", "Sweet Emotion", "Down on the Corner", "My Sweet Lord", "Knockin' on Heaven's Door", "Just What I Needed", "Don't Fear the Reaper", "Behind Blue Eyes", "Do It Again", "Who Do You Love", "From the Beginning", "Already Gone", "Here Comes The Sun", "With or Without You", "Life's Been Good", "Breakdown", "Comfortably Numb", "Ramble On", "I'd Love to Change the World", "Foreplay Longtime", "Brown Eyed Girl", "Back In Black", "Take it Easy", "Sgt. Pepper", "We Will Rock You", "Dancing Days", "Turn the Page", "All Right Now", "Black Water", "Oh Well", "Me and Bobby McGee", "Rocket Man", "Ohio", "You Really Got Me", "Bloody Well Right", "Dirty Deeds", "Aqualung", "The Wind Cries Mary", "Burnin' for You", "Moving in Stereo", "Bargain", "House of the Rising Sun", "Maybe I'm Amazed", "Bennie & the Jets", "Dust in the Wind", "Crazy On You", "Walkin' On The Moon", "Fire", "Runnin' With The Devil", "Immigrant Song", "Jumpin' Jack Flash", "Levon", "Call Me The Breeze", "You Make Lovin' Fun", "Come Together", "Dreams", "Fire On High", "Wish You Were Here", "Rocky Racoon", "Walk This Way", "In My Life", "Every Breath You Take", "Going To California", "Let It Rain", "Killer Queen", "Street Fighting Man", "Going Mobile", "Panama", "Train Kept A Rollin'", "Highway To Hell", "Dance The Night Away", "In Your Eyes"]
|