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/pokemon.yml
CHANGED
@@ -2,7 +2,420 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
pokemon:
|
5
|
-
names:
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
names:
|
6
|
+
- Bulbasaur
|
7
|
+
- Ivysaur
|
8
|
+
- Venusaur
|
9
|
+
- Charmander
|
10
|
+
- Charmeleon
|
11
|
+
- Charizard
|
12
|
+
- Squirtle
|
13
|
+
- Wartortle
|
14
|
+
- Blastoise
|
15
|
+
- Caterpie
|
16
|
+
- Metapod
|
17
|
+
- Butterfree
|
18
|
+
- Weedle
|
19
|
+
- Kakuna
|
20
|
+
- Beedrill
|
21
|
+
- Pidgey
|
22
|
+
- Pidgeotto
|
23
|
+
- Pidgeot
|
24
|
+
- Rattata
|
25
|
+
- Raticate
|
26
|
+
- Spearow
|
27
|
+
- Fearow
|
28
|
+
- Ekans
|
29
|
+
- Arbok
|
30
|
+
- Pikachu
|
31
|
+
- Raichu
|
32
|
+
- Sandshrew
|
33
|
+
- Sandslash
|
34
|
+
- Nidoran
|
35
|
+
- Nidorina
|
36
|
+
- Nidoqueen
|
37
|
+
- Nidoran
|
38
|
+
- Nidorino
|
39
|
+
- Nidoking
|
40
|
+
- Clefairy
|
41
|
+
- Clefable
|
42
|
+
- Vulpix
|
43
|
+
- Ninetales
|
44
|
+
- Jigglypuff
|
45
|
+
- Wigglytuff
|
46
|
+
- Zubat
|
47
|
+
- Golbat
|
48
|
+
- Oddish
|
49
|
+
- Gloom
|
50
|
+
- Vileplume
|
51
|
+
- Paras
|
52
|
+
- Parasect
|
53
|
+
- Venonat
|
54
|
+
- Venomoth
|
55
|
+
- Diglett
|
56
|
+
- Dugtrio
|
57
|
+
- Meowth
|
58
|
+
- Persian
|
59
|
+
- Psyduck
|
60
|
+
- Golduck
|
61
|
+
- Mankey
|
62
|
+
- Primeape
|
63
|
+
- Growlithe
|
64
|
+
- Arcanine
|
65
|
+
- Poliwag
|
66
|
+
- Poliwhirl
|
67
|
+
- Poliwrath
|
68
|
+
- Abra
|
69
|
+
- Kadabra
|
70
|
+
- Alakazam
|
71
|
+
- Machop
|
72
|
+
- Machoke
|
73
|
+
- Machamp
|
74
|
+
- Bellsprout
|
75
|
+
- Weepinbell
|
76
|
+
- Victreebel
|
77
|
+
- Tentacool
|
78
|
+
- Tentacruel
|
79
|
+
- Geodude
|
80
|
+
- Graveler
|
81
|
+
- Golem
|
82
|
+
- Ponyta
|
83
|
+
- Rapidash
|
84
|
+
- Slowpoke
|
85
|
+
- Slowbro
|
86
|
+
- Magnemite
|
87
|
+
- Magneton
|
88
|
+
- Farfetch'd
|
89
|
+
- Doduo
|
90
|
+
- Dodrio
|
91
|
+
- Seel
|
92
|
+
- Dewgong
|
93
|
+
- Grimer
|
94
|
+
- Muk
|
95
|
+
- Shellder
|
96
|
+
- Cloyster
|
97
|
+
- Gastly
|
98
|
+
- Haunter
|
99
|
+
- Gengar
|
100
|
+
- Onix
|
101
|
+
- Drowzee
|
102
|
+
- Hypno
|
103
|
+
- Krabby
|
104
|
+
- Kingler
|
105
|
+
- Voltorb
|
106
|
+
- Electrode
|
107
|
+
- Exeggcute
|
108
|
+
- Exeggutor
|
109
|
+
- Cubone
|
110
|
+
- Marowak
|
111
|
+
- Hitmonlee
|
112
|
+
- Hitmonchan
|
113
|
+
- Lickitung
|
114
|
+
- Koffing
|
115
|
+
- Weezing
|
116
|
+
- Rhyhorn
|
117
|
+
- Rhydon
|
118
|
+
- Chansey
|
119
|
+
- Tangela
|
120
|
+
- Kangaskhan
|
121
|
+
- Horsea
|
122
|
+
- Seadra
|
123
|
+
- Goldeen
|
124
|
+
- Seaking
|
125
|
+
- Staryu
|
126
|
+
- Starmie
|
127
|
+
- Mr. Mime
|
128
|
+
- Scyther
|
129
|
+
- Jynx
|
130
|
+
- Electabuzz
|
131
|
+
- Magmar
|
132
|
+
- Pinsir
|
133
|
+
- Tauros
|
134
|
+
- Magikarp
|
135
|
+
- Gyarados
|
136
|
+
- Lapras
|
137
|
+
- Ditto
|
138
|
+
- Eevee
|
139
|
+
- Vaporeon
|
140
|
+
- Jolteon
|
141
|
+
- Flareon
|
142
|
+
- Porygon
|
143
|
+
- Omanyte
|
144
|
+
- Omastar
|
145
|
+
- Kabuto
|
146
|
+
- Kabutops
|
147
|
+
- Aerodactyl
|
148
|
+
- Snorlax
|
149
|
+
- Articuno
|
150
|
+
- Zapdos
|
151
|
+
- Moltres
|
152
|
+
- Dratini
|
153
|
+
- Dragonair
|
154
|
+
- Dragonite
|
155
|
+
- Mewtwo
|
156
|
+
- Mew
|
157
|
+
locations:
|
158
|
+
- Accumula Town
|
159
|
+
- Ambrette Town
|
160
|
+
- Anistar City
|
161
|
+
- Anville Town
|
162
|
+
- Aquacorde Town
|
163
|
+
- Aspertia City
|
164
|
+
- Azalea Town
|
165
|
+
- Black City
|
166
|
+
- Blackthorn City
|
167
|
+
- Camphrier Town
|
168
|
+
- Canalave City
|
169
|
+
- Castelia City
|
170
|
+
- Celadon City
|
171
|
+
- Celestic Town
|
172
|
+
- Cerulean City
|
173
|
+
- Cherrygrove City
|
174
|
+
- Cianwood City
|
175
|
+
- Cinnabar Island
|
176
|
+
- Coumarine City
|
177
|
+
- Couriway Town
|
178
|
+
- Cyllage City
|
179
|
+
- Dendemille Town
|
180
|
+
- Dewford Town
|
181
|
+
- Driftveil City
|
182
|
+
- Ecruteak City
|
183
|
+
- Eterna City
|
184
|
+
- Ever Grande City
|
185
|
+
- Fallarbor Town
|
186
|
+
- Fight Area
|
187
|
+
- Five Island
|
188
|
+
- Floaroma Town
|
189
|
+
- Floccesy Town
|
190
|
+
- Fortree City
|
191
|
+
- Four Island
|
192
|
+
- Frontier Access
|
193
|
+
- Fuchsia City
|
194
|
+
- Geosenge Town
|
195
|
+
- Goldenrod City
|
196
|
+
- Hearthome City
|
197
|
+
- Humilau City
|
198
|
+
- Icirrus City
|
199
|
+
- Jubilife City
|
200
|
+
- Kiloude City
|
201
|
+
- Lacunosa Town
|
202
|
+
- Lavaridge Town
|
203
|
+
- Lavender Town
|
204
|
+
- Laverre City
|
205
|
+
- Lentimas Town
|
206
|
+
- Littleroot Town
|
207
|
+
- Lilycove City
|
208
|
+
- Lumiose City
|
209
|
+
- Mahogany Town
|
210
|
+
- Mauville City
|
211
|
+
- Mistralton City
|
212
|
+
- Mossdeep City
|
213
|
+
- Nacrene City
|
214
|
+
- New Bark Town
|
215
|
+
- Nimbasa City
|
216
|
+
- Nuvema Town
|
217
|
+
- Oldale Town
|
218
|
+
- Olivine City
|
219
|
+
- One Island
|
220
|
+
- Opelucid City
|
221
|
+
- Oreburgh City
|
222
|
+
- Pacifidlog Town
|
223
|
+
- Pallet Town
|
224
|
+
- Pastoria City
|
225
|
+
- Petalburg City
|
226
|
+
- Pewter City
|
227
|
+
- Resort Area
|
228
|
+
- Rustboro City
|
229
|
+
- Safari Zone Gate
|
230
|
+
- Saffron City
|
231
|
+
- Sandgem Town
|
232
|
+
- Santalune City
|
233
|
+
- Striaton City
|
234
|
+
- Seven Island
|
235
|
+
- Shalour City
|
236
|
+
- Six Island
|
237
|
+
- Slateport City
|
238
|
+
- Snowbelle City
|
239
|
+
- Snowpoint City
|
240
|
+
- Solaceon Town
|
241
|
+
- Sootopolis City
|
242
|
+
- Sunyshore City
|
243
|
+
- Survival Area
|
244
|
+
- Three Island
|
245
|
+
- Twinleaf Town
|
246
|
+
- Two Island
|
247
|
+
- Undella Town
|
248
|
+
- Vaniville Town
|
249
|
+
- Veilstone City
|
250
|
+
- Verdanturf Town
|
251
|
+
- Vermilion City
|
252
|
+
- Violet City
|
253
|
+
- Virbank City
|
254
|
+
- Viridian City
|
255
|
+
- White Forest
|
256
|
+
moves:
|
257
|
+
- Absorb
|
258
|
+
- Acid
|
259
|
+
- Acid Armor
|
260
|
+
- Agility
|
261
|
+
- Amnesia
|
262
|
+
- Aurora Beam
|
263
|
+
- Barrage
|
264
|
+
- Barrier
|
265
|
+
- Bide
|
266
|
+
- Bind
|
267
|
+
- Bite
|
268
|
+
- Blizzard
|
269
|
+
- Body Slam
|
270
|
+
- Bone Club
|
271
|
+
- Bonemerang
|
272
|
+
- Bubble
|
273
|
+
- Bubble Beam
|
274
|
+
- Clamp
|
275
|
+
- Comet Punch
|
276
|
+
- Confuse Ray
|
277
|
+
- Confusion
|
278
|
+
- Constrict
|
279
|
+
- Conversion
|
280
|
+
- Counter
|
281
|
+
- Crabhammer
|
282
|
+
- Cut
|
283
|
+
- Defense Curl
|
284
|
+
- Dig
|
285
|
+
- Disable
|
286
|
+
- Dizzy Punch
|
287
|
+
- Double Kick
|
288
|
+
- Double Slap
|
289
|
+
- Double Team
|
290
|
+
- Double-Edge
|
291
|
+
- Dragon Rage
|
292
|
+
- Dream Eater
|
293
|
+
- Drill Peck
|
294
|
+
- Earthquake
|
295
|
+
- Egg Bomb
|
296
|
+
- Ember
|
297
|
+
- Explosion
|
298
|
+
- Fire Blast
|
299
|
+
- Fire Punch
|
300
|
+
- Fire Spin
|
301
|
+
- Fissure
|
302
|
+
- Flamethrower
|
303
|
+
- Flash
|
304
|
+
- Fly
|
305
|
+
- Focus Energy
|
306
|
+
- Fury Attack
|
307
|
+
- Fury Swipes
|
308
|
+
- Glare
|
309
|
+
- Growl
|
310
|
+
- Growth
|
311
|
+
- Guillotine
|
312
|
+
- Gust
|
313
|
+
- Harden
|
314
|
+
- Haze
|
315
|
+
- Headbutt
|
316
|
+
- High Jump Kick
|
317
|
+
- Horn Attack
|
318
|
+
- Horn Drill
|
319
|
+
- Hydro Pump
|
320
|
+
- Hyper Beam
|
321
|
+
- Hyper Fang
|
322
|
+
- Hypnosis
|
323
|
+
- Ice Beam
|
324
|
+
- Ice Punch
|
325
|
+
- Jump Kick
|
326
|
+
- Karate Chop
|
327
|
+
- Kinesis
|
328
|
+
- Leech Life
|
329
|
+
- Leech Seed
|
330
|
+
- Leer
|
331
|
+
- Lick
|
332
|
+
- Light Screen
|
333
|
+
- Lovely Kiss
|
334
|
+
- Low Kick
|
335
|
+
- Meditate
|
336
|
+
- Mega Drain
|
337
|
+
- Mega Kick
|
338
|
+
- Mega Punch
|
339
|
+
- Metronome
|
340
|
+
- Mimic
|
341
|
+
- Minimize
|
342
|
+
- Mirror Move
|
343
|
+
- Mist
|
344
|
+
- Night Shade
|
345
|
+
- Pay Day
|
346
|
+
- Peck
|
347
|
+
- Petal Dance
|
348
|
+
- Pin Missile
|
349
|
+
- Poison Gas
|
350
|
+
- Poison Powder
|
351
|
+
- Poison Sting
|
352
|
+
- Pound
|
353
|
+
- Psybeam
|
354
|
+
- Psychic
|
355
|
+
- Psywave
|
356
|
+
- Quick Attack
|
357
|
+
- Rage
|
358
|
+
- Razor Leaf
|
359
|
+
- Razor Wind
|
360
|
+
- Recover
|
361
|
+
- Reflect
|
362
|
+
- Rest
|
363
|
+
- Roar
|
364
|
+
- Rock Slide
|
365
|
+
- Rock Throw
|
366
|
+
- Rolling Kick
|
367
|
+
- Sand Attack
|
368
|
+
- Scratch
|
369
|
+
- Screech
|
370
|
+
- Seismic Toss
|
371
|
+
- Self-Destruct
|
372
|
+
- Sharpen
|
373
|
+
- Sing
|
374
|
+
- Skull Bash
|
375
|
+
- Sky Attack
|
376
|
+
- Slam
|
377
|
+
- Slash
|
378
|
+
- Sleep Powder
|
379
|
+
- Sludge
|
380
|
+
- Smog
|
381
|
+
- Smokescreen
|
382
|
+
- Soft-Boiled
|
383
|
+
- Solar Beam
|
384
|
+
- Sonic Boom
|
385
|
+
- Spike Cannon
|
386
|
+
- Splash
|
387
|
+
- Spore
|
388
|
+
- Stomp
|
389
|
+
- Strength
|
390
|
+
- String Shot
|
391
|
+
- Struggle
|
392
|
+
- Stun Spore
|
393
|
+
- Submission
|
394
|
+
- Substitute
|
395
|
+
- Super Fang
|
396
|
+
- Supersonic
|
397
|
+
- Surf
|
398
|
+
- Swift
|
399
|
+
- Swords Dance
|
400
|
+
- Tackle
|
401
|
+
- Tail Whip
|
402
|
+
- Take Down
|
403
|
+
- Teleport
|
404
|
+
- Thrash
|
405
|
+
- Thunder
|
406
|
+
- Thunder Punch
|
407
|
+
- Thunder Shock
|
408
|
+
- Thunder Wave
|
409
|
+
- Thunderbolt
|
410
|
+
- Toxic
|
411
|
+
- Transform
|
412
|
+
- Tri Attack
|
413
|
+
- Twineedle
|
414
|
+
- Vice Grip
|
415
|
+
- Vine Whip
|
416
|
+
- Water Gun
|
417
|
+
- Waterfall
|
418
|
+
- Whirlwind
|
419
|
+
- Wing Attack
|
420
|
+
- Withdraw
|
421
|
+
- Wrap
|
@@ -0,0 +1,227 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
prince:
|
4
|
+
lyric:
|
5
|
+
- "Only want to see you laughing in the purple rain."
|
6
|
+
- "It's been 7 hours and 16 days since you took your love away."
|
7
|
+
- "All seven and we watch them fall. They stand in the way of love and we will smoke them all with an intellect, and a savoir faire"
|
8
|
+
- "It was only last June when her old man ran away. She couldn't stop crying cause she knew he was gone to stay."
|
9
|
+
- "But I say, it's only mountains and the sea. Love will conquer if you just believe."
|
10
|
+
- "Some say a man ain't happy unless a man truly dies."
|
11
|
+
- "The girl on the seesaw is laughing, for love is the color this place imparts."
|
12
|
+
- "People call me rude, I wish we all were nude. I wish there was no black and white, I wish there were no rules."
|
13
|
+
- "Do I believe in God? Do I believe in me? Some people wanna die so they can be free."
|
14
|
+
- "You didn't have the decency to change the sheets."
|
15
|
+
- "And they say I'm so shy, yeah, but with you I just go wild!"
|
16
|
+
- "How can you just leave me standing alone in a world so cold?"
|
17
|
+
- "Don't worry, I won't hurt you... I only want you to have some fun."
|
18
|
+
- "Is that your boyfriend? Ha, I don't care."
|
19
|
+
- "Piano man, put it where it feel good!"
|
20
|
+
- "Rain is wet, and sugar is sweet. Clap your hands, and stomp your feet!"
|
21
|
+
- "You're gonna have to fight your own damn war, cause we don't want to fight no more."
|
22
|
+
- "You ask me if I love you, it's automatic."
|
23
|
+
- "Shut up already, damn!"
|
24
|
+
- "There's a brand new groove going 'round, in your funky town, and the kick drum is the fault."
|
25
|
+
- "Come on y'all, we got to jam, before the police come. A groove this funky is on the run."
|
26
|
+
- "Until the end of time, I'll be there for you."
|
27
|
+
- "Life it ain't real funky, unless it's got that pop. Dig it."
|
28
|
+
- "Meet me in another world, space and joy. Vous etes tres belle, mama, girls and boys."
|
29
|
+
- "We all have our problems. Some big, some are small. Soon all of our problems will be taken by the cross."
|
30
|
+
- "Love come quick, love come in a hurry, there are thieves in the temple tonight."
|
31
|
+
- "Let's Groove, September, Earth, Wind and Fire, Hot Pants by James, Sly is going to take you higher."
|
32
|
+
- "If it ain't Chuck D, or Jam Master Jay, know what? They're losin', cause we got a PhD in advanced body movin'."
|
33
|
+
- "Where is my love life? Where can it be? There must be something wrong with the machinery."
|
34
|
+
- "You need another lover like you need a hole in your head."
|
35
|
+
- "If I came back as a dolphin, would you listen to me then?"
|
36
|
+
- "The reason that you're cool, is because you're from the old school, and they know it."
|
37
|
+
- "I'm hot and I don't care who knows it, I got a job to do."
|
38
|
+
- "I never meant to cause you any sorrow, I never meant to cause you any pain."
|
39
|
+
- "Baby, I could never steal you from another, it's such a shame our friendship had to end."
|
40
|
+
- "I guess I should've known, by the way you parked your car sideways that it wouldn't last."
|
41
|
+
- "I guess I must be dumb, you had a pocket full of horses, Trojan and some of 'em used."
|
42
|
+
- "Woke up the next morning, Nikki wasn't there. I looked all over and all I found was a phone number on the stairs. It said thank you for a funky time, call me up whenever you wanna grind."
|
43
|
+
- "I was working part-time in a five-and-dime, my boss was Mr. McGee."
|
44
|
+
- "The rain sound so cool when it hits the barn roof, and the horses wonder who you are."
|
45
|
+
- "Everybody wants to tell what's already been told, what's the use of money if you ain't gonna break the mold?"
|
46
|
+
- "Even at the center of fire, there is cold, all that glitters ain't gold."
|
47
|
+
- "Paint a perfect picture, bring to life a vision in one's mind. The beautiful ones always smash the picture. Always. Everytime."
|
48
|
+
- "Now where I come from, we don't let society, tell us how it's supposed to be."
|
49
|
+
- "My name is Prince, and I am funky. When it come to funk I am a junkie."
|
50
|
+
- "My name is Prince, the one and only."
|
51
|
+
- "In the beginning God made the sea, but on the seventh day he made me."
|
52
|
+
- "Dearly beloved, we are gathered here today to get through this thing called life."
|
53
|
+
- "Let's go crazy, let's get nuts! Look for the purple bandana until they put us in the truck, let's go!"
|
54
|
+
- "If I gave you diamonds and pearls, would you be a happy boy or a girl? If I could I would give you the world."
|
55
|
+
- "I'm not a woman, I'm not a man, I am something that you'll never understand."
|
56
|
+
- "Might not now it now, baby but I are, I'm a star!"
|
57
|
+
- "If a man is considered guilty for what goes on in his mind, then give me the electric chair for all my future crimes."
|
58
|
+
- "I rock the party, I rock the house, I rock the whole world, north, east and south. In the west, - seventeen horns blowing."
|
59
|
+
- "When we're dancing close and slow, I never want to let you go."
|
60
|
+
- "I knew from the start, that I loved you with all my heart, but you were untrue. You had another lover and she looked just like you."
|
61
|
+
- "Baby, baby when I look at you, I get a warm feeling inside."
|
62
|
+
- "We've been together for quite some time, I'd think by now you'd know, it would take forever to get you off my mind if ever you decide to go."
|
63
|
+
- "All of this and more is for you, with love, sincerity and deepest care, my life with you I share."
|
64
|
+
- "All I want to see is the love in your eyes."
|
65
|
+
- "We gonna play in the sunshine, we're going to get over. I'm feeling kinda lucky tonight I'm gonna find my four leaf clover."
|
66
|
+
- "Before my life is done, some way, some how, I'm going to have fun."
|
67
|
+
- "It was 7:45 and we were all line, to greet the teacher Miss Cathleen."
|
68
|
+
- "Starfish and coffee, maple syrup and jam, butterscotch clouds, a tangerine, and a side order of ham."
|
69
|
+
- "If I was your girlfriend, would you let me dress you?"
|
70
|
+
- "Would you let me wash your hair? Could I make you breakfast sometime? Or then, could we just hang out?"
|
71
|
+
- "Baby I just can't stand to see you happy, more than I hate to see you sad."
|
72
|
+
- "Are your smiles, are your smiles for me?"
|
73
|
+
- "Dorothy was a waitress on the promenade, she worked the night shift, dishwater blonde, tall and fine, she got a lot of tips."
|
74
|
+
- "You are my savior, you are my light, forever I want you in my life."
|
75
|
+
- "Everybody wants to find Graffiti Bridge, something to believe in, a reason to believe that there's a heaven above."
|
76
|
+
- "So what is the answer to the question of you? What do I look for, what shall I do?"
|
77
|
+
- "Kicking the jughead, doing the jughead, come on, get stupid!"
|
78
|
+
- "You can relax now, the max is in control."
|
79
|
+
- "Why settle for a star when you can have the sun?"
|
80
|
+
- "You sho'nuf do be cookin' in my book!"
|
81
|
+
- "I was dreamin' when I wrote this, forgive me if I go astray."
|
82
|
+
- "So tonight I'm gonna party like it's nineteen ninety-nine."
|
83
|
+
- "You were so hard to find, the beautiful ones, they hurt you every time."
|
84
|
+
song:
|
85
|
+
- "1-800-Newfunk Ad"
|
86
|
+
- "1000 X's & O's"
|
87
|
+
- "17 Days"
|
88
|
+
- "200 Balloons"
|
89
|
+
- "3 Chains o' Gold"
|
90
|
+
- "319"
|
91
|
+
- "A Love Bizarre"
|
92
|
+
- "Alphabet St."
|
93
|
+
- "And God Created Woman"
|
94
|
+
- "Another Lonely Christmas"
|
95
|
+
- "Anotherloverholenyohead"
|
96
|
+
- "Automatic"
|
97
|
+
- "Baby I'm A Star"
|
98
|
+
- "Baltimore"
|
99
|
+
- "Bambi"
|
100
|
+
- "The Beautiful Ones"
|
101
|
+
- "Black Sweat"
|
102
|
+
- "Breakfast Can Wait"
|
103
|
+
- "Can't Stop This Feeling I Got"
|
104
|
+
- "Cindy C."
|
105
|
+
- "Cloreen Baconskin"
|
106
|
+
- "Computer Blue"
|
107
|
+
- "Cream"
|
108
|
+
- "Crimson and Clover"
|
109
|
+
- "D.M.S.R"
|
110
|
+
- "Delirious"
|
111
|
+
- "Dead On It"
|
112
|
+
- "Do It All Night"
|
113
|
+
- "Darling Nikki"
|
114
|
+
- "Eye No"
|
115
|
+
- "Endorphinmachine"
|
116
|
+
- "Funk n' Roll"
|
117
|
+
- "Girls & Boys"
|
118
|
+
- "Gold"
|
119
|
+
- "Guitar"
|
120
|
+
- "Head"
|
121
|
+
- "The Greatest Romance Ever Sold"
|
122
|
+
- "How Come You Don't Call Me Anymore?"
|
123
|
+
- "Housequake"
|
124
|
+
- "I Feel For You"
|
125
|
+
- "I Hate U"
|
126
|
+
- "I Love U, but I Don't Trust U Anymore"
|
127
|
+
- "I Wanna Be Your Lover"
|
128
|
+
- "I Wish U Heaven"
|
129
|
+
- "I Would Die 4 U"
|
130
|
+
- "I Could Never Take The Place Of Your Man"
|
131
|
+
- "International Lover"
|
132
|
+
- "It's Gonna Be A Beautiful Night"
|
133
|
+
- "Jam Of The Year"
|
134
|
+
- "Joy In Repetition"
|
135
|
+
- "Kiss"
|
136
|
+
- "Le Grind"
|
137
|
+
- "Let's Go Crazy"
|
138
|
+
- "Little Red Corvette"
|
139
|
+
- "Lady Cab Driver"
|
140
|
+
- "Let's Work"
|
141
|
+
- "Mountains"
|
142
|
+
- "The Most Beautiful Girl In The World"
|
143
|
+
- "Nothing Compares 2 U"
|
144
|
+
- "New Position"
|
145
|
+
- "My Name Is Prince"
|
146
|
+
- "Money Don't Matter 2 Night"
|
147
|
+
- "Mr. Nelson"
|
148
|
+
- "Ol' Skool Company"
|
149
|
+
- "Paisley Park"
|
150
|
+
- "Pink Cashmere"
|
151
|
+
- "Peach"
|
152
|
+
- "Partyman"
|
153
|
+
- "Pop Life"
|
154
|
+
- "Play In The Sunshine"
|
155
|
+
- "Pretzel Body Logic"
|
156
|
+
- "Raspberry Beret"
|
157
|
+
- "Scandalous!"
|
158
|
+
- "Sexy MF"
|
159
|
+
- "Something in the Water (Does Not Compute)"
|
160
|
+
- "Strange Relationship"
|
161
|
+
- "Screwdriver"
|
162
|
+
- "She's Always In My Hair"
|
163
|
+
- "Sometimes It Snows In April"
|
164
|
+
- "Starfish And Coffee"
|
165
|
+
- "Still Waiting"
|
166
|
+
- "Superfunkycalifragisexy"
|
167
|
+
- "Take Me With U"
|
168
|
+
- "Tamborine"
|
169
|
+
- "(There'll Never B) Another Like Me"
|
170
|
+
- "Thunder"
|
171
|
+
- "Thieves In The Temple"
|
172
|
+
- "U Got The Look"
|
173
|
+
- "Under The Cherry Moon"
|
174
|
+
- "Uptown"
|
175
|
+
- "When Doves Cry"
|
176
|
+
- "When You Were Mine"
|
177
|
+
- "When 2 R In Love"
|
178
|
+
- "When We're Dancing Close And Slow"
|
179
|
+
album:
|
180
|
+
- "For You"
|
181
|
+
- "Prince"
|
182
|
+
- "Controversy"
|
183
|
+
- "Dirty Mind"
|
184
|
+
- "1999"
|
185
|
+
- "Purple Rain"
|
186
|
+
- "Around The World In A Day"
|
187
|
+
- "Lovesexy"
|
188
|
+
- "Sign O' The Times"
|
189
|
+
- "Graffiti Bridge"
|
190
|
+
- "Diamonds And Pearls"
|
191
|
+
- "O(+>"
|
192
|
+
- "Come"
|
193
|
+
- "The Black Album"
|
194
|
+
- "The Gold Experience"
|
195
|
+
- "Chaos And Disorder"
|
196
|
+
- "Emancipation"
|
197
|
+
- "Crystal Ball"
|
198
|
+
- "The Truth"
|
199
|
+
- "The Vault - Old Friends 4 Sale"
|
200
|
+
- "Rave Un2 the Joy Fantastic"
|
201
|
+
- "The Rainbow Children"
|
202
|
+
- "One Nite Alone..."
|
203
|
+
- "Xpectation"
|
204
|
+
- "N.E.W.S"
|
205
|
+
- "C-Note"
|
206
|
+
- "Musicology"
|
207
|
+
- "The Chocolate Invasion"
|
208
|
+
- "The Slaughterhouse"
|
209
|
+
- "3121"
|
210
|
+
- "Planet Earth"
|
211
|
+
- "LOtUSFLOW3R"
|
212
|
+
- "MPLSoUND"
|
213
|
+
- "20Ten"
|
214
|
+
- "PLECTRUMELECTRUM"
|
215
|
+
- "ART OFFICIAL AGE"
|
216
|
+
- "HITNRUN Phase One"
|
217
|
+
- "HITNRUN Phase Two"
|
218
|
+
- "Piano and a Microphone 1983"
|
219
|
+
- "Originals"
|
220
|
+
band:
|
221
|
+
- "The Revolution"
|
222
|
+
- "The New Power Generation"
|
223
|
+
- "3rdeyegirl"
|
224
|
+
- "The Time"
|
225
|
+
- "Vanity 6"
|
226
|
+
- "Apollonia 6"
|
227
|
+
- "The Family"
|