faker 2.11.0 → 2.18.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 +421 -13
- data/History.md +4 -4
- data/README.md +33 -3
- data/lib/faker.rb +28 -23
- 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/creature/bird.rb +203 -0
- 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 +17 -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 +122 -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/science.rb +26 -0
- 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/tea.rb +41 -0
- 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/witcher.rb +39 -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/music.rb +12 -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/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-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 +37 -11
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- 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/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- 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 +270 -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/lovecraft.yml +76 -6
- 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 +461 -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/science.yml +355 -3
- 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/space.yml +1 -1
- 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/tea.yml +172 -0
- 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 +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- 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 +1 -113
- data/lib/locales/fr/address.yml +21 -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 +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +9 -0
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -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/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -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/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +3 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +42 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +133 -24
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
@@ -0,0 +1,158 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
mountain:
|
4
|
+
name:
|
5
|
+
- Abi Gamin
|
6
|
+
- Annapurna Dakshin
|
7
|
+
- Annapurna I
|
8
|
+
- Annapurna II
|
9
|
+
- Annapurna III
|
10
|
+
- Apsarasas Kangri
|
11
|
+
- Baintha Brakk
|
12
|
+
- Baltistan Peak
|
13
|
+
- Baltoro Kangri
|
14
|
+
- Batura Sar
|
15
|
+
- Broad Peak
|
16
|
+
- Chamlang
|
17
|
+
- Changtse
|
18
|
+
- Cho Oyu
|
19
|
+
- Chogolisa
|
20
|
+
- Chomo Lonzo
|
21
|
+
- Chongtar
|
22
|
+
- Churen Himal
|
23
|
+
- Dhaulagiri I
|
24
|
+
- Dhaulagiri II
|
25
|
+
- Dhaulagiri IV
|
26
|
+
- Dhaulagiri V
|
27
|
+
- Dhaulagiri VI
|
28
|
+
- Diran
|
29
|
+
- Distaghil Sar
|
30
|
+
- Gangapurna
|
31
|
+
- Gangkhar Puensum
|
32
|
+
- Gasherbrum I
|
33
|
+
- Gasherbrum II
|
34
|
+
- Gasherbrum III
|
35
|
+
- Gasherbrum IV
|
36
|
+
- Ghent Kangri
|
37
|
+
- Gimmigela
|
38
|
+
- Gongga Shan
|
39
|
+
- Gurla Mandhata
|
40
|
+
- Gyachung Kang
|
41
|
+
- Gyala Peri
|
42
|
+
- Haramosh Peak
|
43
|
+
- Himalchuli
|
44
|
+
- Ismoil Somoni Peak
|
45
|
+
- Istor-o-Nal
|
46
|
+
- Jengish Chokusu
|
47
|
+
- Pk Pobeda
|
48
|
+
- Jomolhari
|
49
|
+
- Jongsong Peak
|
50
|
+
- K12
|
51
|
+
- K2
|
52
|
+
- Kabru N
|
53
|
+
- Kamet
|
54
|
+
- Kangchenjunga
|
55
|
+
- Kangpenqing
|
56
|
+
- Kangphu Kang
|
57
|
+
- Kanjut Sar
|
58
|
+
- Karjiang
|
59
|
+
- Khartaphu
|
60
|
+
- Khunyang Chhish
|
61
|
+
- Kirat Chuli
|
62
|
+
- Kongur Tagh
|
63
|
+
- Kongur Tiube
|
64
|
+
- Kula Kangri
|
65
|
+
- Kumbhakarna
|
66
|
+
- Labuche Kang
|
67
|
+
- Labuche Kang III
|
68
|
+
- Langtang Lirung
|
69
|
+
- Langtang Ri
|
70
|
+
- Lhotse
|
71
|
+
- Lupghar Sar
|
72
|
+
- Makalu
|
73
|
+
- Malangutti Sar
|
74
|
+
- Malubiting
|
75
|
+
- Mamostong Kangri
|
76
|
+
- Mana Peak
|
77
|
+
- Manaslu
|
78
|
+
- Masherbrum
|
79
|
+
- Molamenqing
|
80
|
+
- Momhil Sar
|
81
|
+
- Mount Everest
|
82
|
+
- Mukut Parbat
|
83
|
+
- Muztagh Ata
|
84
|
+
- Muztagh Tower
|
85
|
+
- Namcha Barwa
|
86
|
+
- Nanda Devi
|
87
|
+
- Nanga Parbat
|
88
|
+
- Nangpai Gosum
|
89
|
+
- Ngadi Chuli
|
90
|
+
- Noijin Kangsang
|
91
|
+
- Noshaq
|
92
|
+
- Nuptse
|
93
|
+
- Passu Sar
|
94
|
+
- Porong Ri
|
95
|
+
- Pumari Chhish
|
96
|
+
- Putha Hiunchuli
|
97
|
+
- Rakaposhi
|
98
|
+
- Rimo I
|
99
|
+
- Rimo III
|
100
|
+
- Saltoro Kangri
|
101
|
+
- Saraghrar
|
102
|
+
- Saser Kangri I
|
103
|
+
- Saser Kangri II E
|
104
|
+
- Saser Kangri III
|
105
|
+
- Sherpi Kangri
|
106
|
+
- Shishapangma
|
107
|
+
- Shispare
|
108
|
+
- Sia Kangri
|
109
|
+
- Siguang Ri
|
110
|
+
- Singhi Kangri
|
111
|
+
- Skil Brum
|
112
|
+
- Skyang Kangri
|
113
|
+
- Sunanda Devi
|
114
|
+
- Teram Kangri I
|
115
|
+
- Teram Kangri III
|
116
|
+
- The Crown
|
117
|
+
- Tirich Mir
|
118
|
+
- Tongshanjiabu
|
119
|
+
- Trivor
|
120
|
+
- Ultar
|
121
|
+
- Ganesh I
|
122
|
+
- Yukshin Gardan Sar
|
123
|
+
- Yutmaru Sar
|
124
|
+
range:
|
125
|
+
- Annapurna Himalaya
|
126
|
+
- Assam Himalaya
|
127
|
+
- Baiku Himalaya
|
128
|
+
- Baltoro Karakoram
|
129
|
+
- Batura Karakoram
|
130
|
+
- Daxue Shan
|
131
|
+
- Dhaulagiri Himalaya
|
132
|
+
- Ganesh Himalaya
|
133
|
+
- Hindu Kush
|
134
|
+
- Hispar Karakoram
|
135
|
+
- Jomolhari Himalaya
|
136
|
+
- Jugal Himalaya
|
137
|
+
- Kangchenjunga Himalaya
|
138
|
+
- Kongur Shan
|
139
|
+
- Kula Kangri Himalaya
|
140
|
+
- Labuche Himalaya
|
141
|
+
- Langtang Himalaya
|
142
|
+
- Lunana Himalaya
|
143
|
+
- Mahalangur Himalaya
|
144
|
+
- Manaslu Himalaya
|
145
|
+
- Masherbrum Karakoram
|
146
|
+
- Muztagata
|
147
|
+
- Nagarze Himalaya
|
148
|
+
- Nalakankar Himalaya
|
149
|
+
- Nanga Parbat Himalaya
|
150
|
+
- Pamir
|
151
|
+
- Panmah Karakoram
|
152
|
+
- Rakaposhi-Haramosh Karakoram
|
153
|
+
- Rimo Karakoram
|
154
|
+
- Saltoro Karakoram
|
155
|
+
- Saser Karakoram
|
156
|
+
- Siachen Karakoram
|
157
|
+
- Tian Shan
|
158
|
+
- Yengisogat Karakoram
|
data/lib/locales/en/movie.yml
CHANGED
@@ -1,5 +1,196 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
movie:
|
4
|
+
title:
|
5
|
+
- '12 Angry Men'
|
6
|
+
- '12 Years a Slave'
|
7
|
+
- '2001: A Space Odyssey'
|
8
|
+
- '3 Idiots'
|
9
|
+
- 'A Beautiful Mind'
|
10
|
+
- 'A Clockwork Orange'
|
11
|
+
- 'A Wednesday'
|
12
|
+
- 'Alien'
|
13
|
+
- 'All About Eve'
|
14
|
+
- 'Amadeus'
|
15
|
+
- 'American Beauty'
|
16
|
+
- 'Apocalypse Now'
|
17
|
+
- 'Back to the Future'
|
18
|
+
- 'Batman Begins'
|
19
|
+
- 'Beauty and the Beast'
|
20
|
+
- 'Before Sunrise'
|
21
|
+
- 'Bicycle Thieves'
|
22
|
+
- 'Blade Runner'
|
23
|
+
- 'Blade Runner 2049'
|
24
|
+
- 'Braveheart'
|
25
|
+
- 'Casablanca'
|
26
|
+
- 'Casino'
|
27
|
+
- 'Catch Me If You Can'
|
28
|
+
- 'Chinatown'
|
29
|
+
- 'Cidade de Deus'
|
30
|
+
- 'Cinema Paradiso'
|
31
|
+
- 'Citizen Kane'
|
32
|
+
- 'City Lights'
|
33
|
+
- 'City of God'
|
34
|
+
- 'Cool Hand Luke'
|
35
|
+
- 'Dead Poets Society'
|
36
|
+
- 'Dial M for Murder'
|
37
|
+
- 'Die Hard'
|
38
|
+
- 'Django Unchained'
|
39
|
+
- 'Dog Day Afternoon'
|
40
|
+
- 'Donnie Darko'
|
41
|
+
- 'Double Indemnity'
|
42
|
+
- 'Dunkirk'
|
43
|
+
- 'Eternal Sunshine of the Spotless Mind'
|
44
|
+
- 'Fargo'
|
45
|
+
- 'Fight Club'
|
46
|
+
- 'Finding Nemo'
|
47
|
+
- 'Forrest Gump'
|
48
|
+
- 'Full Metal Jacket'
|
49
|
+
- 'Gandhi'
|
50
|
+
- 'Gladiator'
|
51
|
+
- 'Gone Girl'
|
52
|
+
- 'Gone with the Wind'
|
53
|
+
- 'Good Will Hunting'
|
54
|
+
- 'Goodfellas'
|
55
|
+
- 'Gran Torino'
|
56
|
+
- 'Grave of the Fireflies'
|
57
|
+
- 'Groundhog Day'
|
58
|
+
- 'Hacksaw Ridge'
|
59
|
+
- 'Heat'
|
60
|
+
- 'Hotel Rwanda'
|
61
|
+
- 'How to Train Your Dragon'
|
62
|
+
- 'In the Name of the Father'
|
63
|
+
- 'Inception'
|
64
|
+
- 'Indiana Jones and the Last Crusade'
|
65
|
+
- 'Inglourious Basterds'
|
66
|
+
- 'Inside Out'
|
67
|
+
- 'Interstellar'
|
68
|
+
- 'Into the Wild'
|
69
|
+
- 'Intouchables'
|
70
|
+
- 'It Happened One Night'
|
71
|
+
- 'Jaws'
|
72
|
+
- 'Judgment at Nuremberg'
|
73
|
+
- 'Jurassic Park'
|
74
|
+
- 'L.A. Confidential'
|
75
|
+
- 'La La Land'
|
76
|
+
- 'Lawrence of Arabia'
|
77
|
+
- 'Life Is Beautiful'
|
78
|
+
- 'Life of Brian'
|
79
|
+
- 'Lock, Stock and Two Smoking Barrels'
|
80
|
+
- 'Mad Max: Fury Road'
|
81
|
+
- 'Mary and Max'
|
82
|
+
- 'Memento'
|
83
|
+
- 'Metropolis'
|
84
|
+
- 'Million Dollar Baby'
|
85
|
+
- 'Modern Times'
|
86
|
+
- 'Monsters, Inc.'
|
87
|
+
- 'Monty Python and the Holy Grail'
|
88
|
+
- 'Mr. Smith Goes to Washington'
|
89
|
+
- 'Network'
|
90
|
+
- 'No Country for Old Men'
|
91
|
+
- 'North by Northwest'
|
92
|
+
- 'Nuovo Cinema Paradiso'
|
93
|
+
- 'Oldboy'
|
94
|
+
- 'Oldeuboi'
|
95
|
+
- 'Once Upon a Time in America'
|
96
|
+
- 'Once Upon a Time in the West'
|
97
|
+
- 'Paper Moon'
|
98
|
+
- 'Paris, Texas'
|
99
|
+
- 'Paths of Glory'
|
100
|
+
- 'Persona'
|
101
|
+
- 'Platoon'
|
102
|
+
- 'Princess Mononoke'
|
103
|
+
- 'Prisoners'
|
104
|
+
- 'Psycho'
|
105
|
+
- 'Pulp Fiction'
|
106
|
+
- 'Raging Bull'
|
107
|
+
- 'Raiders of the Lost Ark'
|
108
|
+
- 'Rocky'
|
109
|
+
- 'Room'
|
110
|
+
- 'Rush'
|
111
|
+
- 'Saving Private Ryan'
|
112
|
+
- 'Scarface'
|
113
|
+
- 'Se7en'
|
114
|
+
- 'Seven Samurai'
|
115
|
+
- 'Sholay'
|
116
|
+
- 'Shutter Island'
|
117
|
+
- 'Snatch'
|
118
|
+
- 'Some Like It Hot'
|
119
|
+
- 'Spirited Away'
|
120
|
+
- 'Spotlight'
|
121
|
+
- 'Stalker'
|
122
|
+
- 'Stand by Me'
|
123
|
+
- 'Star Wars'
|
124
|
+
- 'Star Wars: Episode I – The Phantom Menace'
|
125
|
+
- 'Star Wars: Episode II – Attack of the Clones'
|
126
|
+
- 'Star Wars: Episode III – Revenge of the Sith'
|
127
|
+
- 'Star Wars: Episode IV – A New Hope'
|
128
|
+
- 'Star Wars: Episode V - The Empire Strikes Back'
|
129
|
+
- 'Star Wars: Episode VI - Return of the Jedi'
|
130
|
+
- 'Star Wars: Episode VII - The Force Awakens'
|
131
|
+
- 'Star Wars: Episode VIII – The Last Jedi'
|
132
|
+
- 'Star Wars: Episode IX – The Rise of Skywalker'
|
133
|
+
- 'Sunrise: A Song of Two Humans'
|
134
|
+
- 'Sunset Blvd.'
|
135
|
+
- 'Taxi Driver'
|
136
|
+
- 'Terminator 2: Judgment Day'
|
137
|
+
- 'The Apartment'
|
138
|
+
- 'The Best Years of Our Lives'
|
139
|
+
- 'The Big Lebowski'
|
140
|
+
- 'The Bourne Ultimatum'
|
141
|
+
- 'The Bridge on the River Kwai'
|
142
|
+
- 'The Dark Knight'
|
143
|
+
- 'The Dark Knight Rises'
|
144
|
+
- 'The Deer Hunter'
|
145
|
+
- 'The Departed'
|
146
|
+
- 'The Elephant Man'
|
147
|
+
- 'The General'
|
148
|
+
- 'The Godfather'
|
149
|
+
- 'The Godfather: Part II'
|
150
|
+
- 'The Gold Rush'
|
151
|
+
- 'The Good, the Bad and the Ugly'
|
152
|
+
- 'The Grand Budapest Hotel'
|
153
|
+
- 'The Grapes of Wrath'
|
154
|
+
- 'The Great Dictator'
|
155
|
+
- 'The Great Escape'
|
156
|
+
- 'The Green Mile'
|
157
|
+
- 'The Help'
|
158
|
+
- 'The Intouchables'
|
159
|
+
- 'The Kid'
|
160
|
+
- 'The Lion King'
|
161
|
+
- 'The Lives of Others'
|
162
|
+
- 'The Lord of the Rings: The Fellowship of the Ring'
|
163
|
+
- 'The Lord of the Rings: The Return of the King'
|
164
|
+
- 'The Lord of the Rings: The Two Towers'
|
165
|
+
- 'The Maltese Falcon'
|
166
|
+
- 'The Matrix'
|
167
|
+
- 'The Pianist'
|
168
|
+
- 'The Prestige'
|
169
|
+
- 'The Princess Bride'
|
170
|
+
- 'The Shawshank Redemption'
|
171
|
+
- 'The Shining'
|
172
|
+
- 'The Silence of the Lambs'
|
173
|
+
- 'The Sixth Sense'
|
174
|
+
- 'The Sting'
|
175
|
+
- 'The Terminator'
|
176
|
+
- 'The Thing'
|
177
|
+
- 'The Third Man'
|
178
|
+
- 'The Treasure of the Sierra Madre'
|
179
|
+
- 'The Truman Show'
|
180
|
+
- 'The Usual Suspects'
|
181
|
+
- 'The Wizard of Oz'
|
182
|
+
- 'The Wolf of Wall Street'
|
183
|
+
- 'There Will Be Blood'
|
184
|
+
- 'To Kill a Mockingbird'
|
185
|
+
- 'Touch of Evil'
|
186
|
+
- 'Toy Story'
|
187
|
+
- 'Toy Story 2'
|
188
|
+
- 'Toy Story 3'
|
189
|
+
- 'Twelve Monkeys'
|
190
|
+
- 'Unforgiven'
|
191
|
+
- 'V for Vendetta'
|
192
|
+
- 'Vertigo'
|
193
|
+
- 'WALL·E'
|
194
|
+
- 'Whiplash'
|
195
|
+
- 'Witness for the Prosecution'
|
4
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."]
|
5
|
-
|
data/lib/locales/en/music.yml
CHANGED
@@ -1,32 +1,464 @@
|
|
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
|
+
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
|