faker 2.12.0 → 2.16.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 +240 -0
- data/History.md +4 -4
- data/README.md +18 -1
- data/lib/faker.rb +14 -14
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/tezos.rb +28 -0
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +34 -4
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +4 -6
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +3 -3
- 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 +1 -1
- data/lib/faker/default/company.rb +57 -11
- data/lib/faker/default/computer.rb +4 -4
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +26 -2
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +6 -4
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +14 -11
- 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 +1 -1
- data/lib/faker/default/json.rb +7 -6
- 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 +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +15 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/placeholdit.rb +3 -2
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +3 -2
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- 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 +9 -9
- data/lib/faker/games/dnd.rb +91 -16
- 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 +5 -5
- 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 +3 -3
- 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 +3 -3
- data/lib/faker/music/phish.rb +2 -2
- 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 +3 -3
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -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 +3 -3
- 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 +20 -26
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +3 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +8 -2
- 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 +10 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- 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/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/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/dnd.yml +430 -33
- 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/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/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/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- 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/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 +1 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -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/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/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +19 -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 +10 -1
- data/lib/locales/ko.yml +34 -24
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +1 -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 +66 -18
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -0,0 +1,174 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
how_to_train_your_dragon:
|
4
|
+
characters:
|
5
|
+
- Agnar
|
6
|
+
- Agnut Thorston
|
7
|
+
- Alvin the Treacherous
|
8
|
+
- Arick Denson
|
9
|
+
- Arngrim Dammen
|
10
|
+
- Astrid Hofferson
|
11
|
+
- Axel Finke
|
12
|
+
- Axel Skeptisson
|
13
|
+
- Drago Bludvist
|
14
|
+
- Bucket
|
15
|
+
- Buffnut
|
16
|
+
- Cleftjaw
|
17
|
+
- Dagur the Deranged
|
18
|
+
- Derrick
|
19
|
+
- Eret, Son of Eret
|
20
|
+
- Fenris Thorston
|
21
|
+
- Fishlegs Ingerman
|
22
|
+
- Flora May
|
23
|
+
- Froglegs
|
24
|
+
- Gobber the Belch
|
25
|
+
- Gothi
|
26
|
+
- Gruffnut Thorston
|
27
|
+
- Gustav Larson
|
28
|
+
- Hagan Frostbeard
|
29
|
+
- Heather
|
30
|
+
- Hiccup
|
31
|
+
- Hildegard
|
32
|
+
- Ingar Ingerman
|
33
|
+
- Iron Mason
|
34
|
+
- Jens Henderson
|
35
|
+
- Jorgen Redboot
|
36
|
+
- Krogan
|
37
|
+
- Maeve
|
38
|
+
- Mala
|
39
|
+
- Mildew
|
40
|
+
- Nuffink Haddock
|
41
|
+
- Oswald the Agreeable
|
42
|
+
- Padraig
|
43
|
+
- Piglegs
|
44
|
+
- Ruffnut
|
45
|
+
- Ryker Grimborn
|
46
|
+
- Savage
|
47
|
+
dragons:
|
48
|
+
- Axewing
|
49
|
+
- Barf and Belch
|
50
|
+
- Beachcomber
|
51
|
+
- Bewilderbeast
|
52
|
+
- Blazewing
|
53
|
+
- Bonesnarl
|
54
|
+
- Bonnefire
|
55
|
+
- Borealis
|
56
|
+
- Butt and Head
|
57
|
+
- Cagecruncher
|
58
|
+
- Carnastial
|
59
|
+
- Cheesemonger
|
60
|
+
- Chompers
|
61
|
+
- Cloudjumper
|
62
|
+
- Darkvarg
|
63
|
+
- Earsplitter
|
64
|
+
- Fishmeat
|
65
|
+
- Ghostglow
|
66
|
+
- Gressjester
|
67
|
+
- Hookfire
|
68
|
+
- Icebane
|
69
|
+
- Incognito
|
70
|
+
- Irontooth
|
71
|
+
- Krustler
|
72
|
+
- Meatlug
|
73
|
+
- Nightwatch
|
74
|
+
- Obskewer
|
75
|
+
- Reignstorm
|
76
|
+
- Rhineblow
|
77
|
+
- Scardian
|
78
|
+
- Sentinel
|
79
|
+
- Skullcrusher
|
80
|
+
- Smidvarg
|
81
|
+
- Snifflestone
|
82
|
+
- Snogglewing
|
83
|
+
- Stormfly
|
84
|
+
- Thornado
|
85
|
+
- Thorntail
|
86
|
+
- Thunderfish
|
87
|
+
- Toothless
|
88
|
+
- Tripfire
|
89
|
+
- Valdwail
|
90
|
+
- Wavewight
|
91
|
+
- Windshear
|
92
|
+
- Winterwick
|
93
|
+
- Wonderclap
|
94
|
+
- Zeppla
|
95
|
+
locations:
|
96
|
+
- Algae Island
|
97
|
+
- Armorwing Island
|
98
|
+
- Askeblad Island
|
99
|
+
- Barbaric Archipelago
|
100
|
+
- Belching Bog
|
101
|
+
- Berk
|
102
|
+
- Berserker Island
|
103
|
+
- Boarhead Island
|
104
|
+
- Breakneck Bog
|
105
|
+
- Caves of Jotunn
|
106
|
+
- Changewing Island
|
107
|
+
- Clover Coast
|
108
|
+
- Dark Deep
|
109
|
+
- Dark Harbor
|
110
|
+
- Dragon Island
|
111
|
+
- Eastern Strait
|
112
|
+
- Eel Island
|
113
|
+
- Eternitree
|
114
|
+
- Everfrost Forest
|
115
|
+
- Fireworm Island
|
116
|
+
- Gronckle Island
|
117
|
+
- Hazard Island
|
118
|
+
- Hidden World
|
119
|
+
- Hobblegrunt Island
|
120
|
+
- Horrendous Point
|
121
|
+
- Hunter Island
|
122
|
+
- Huttsgalor
|
123
|
+
- Icestorm Island
|
124
|
+
- Island of Friga
|
125
|
+
- Itchy Armpit
|
126
|
+
- Jotun Hot Springs
|
127
|
+
- Knucklebone Knoll
|
128
|
+
- Maze Caves
|
129
|
+
- Melody Island
|
130
|
+
- Misty Backwoods
|
131
|
+
- Mount Ymir
|
132
|
+
- New Berk
|
133
|
+
- Northern Swamp
|
134
|
+
- Outcast Island
|
135
|
+
- Pointy Point
|
136
|
+
- Puffin Point
|
137
|
+
- Quaking Cavern
|
138
|
+
- Radiant Meadows
|
139
|
+
- Ragnarok Rock
|
140
|
+
- Raven Point
|
141
|
+
- Rookery
|
142
|
+
- Rough Sands
|
143
|
+
- Scriven Rock
|
144
|
+
- Scuttleclaw Island
|
145
|
+
- Sea of Despair
|
146
|
+
- Ship Graveyard
|
147
|
+
- Shivering Shores
|
148
|
+
- Shredstone Walls
|
149
|
+
- Snoggletog Island
|
150
|
+
- Sparkfire Mountain
|
151
|
+
- Speed Stinger Island
|
152
|
+
- Straits of Baldur
|
153
|
+
- Sullen Sea
|
154
|
+
- Sundering Wastes
|
155
|
+
- Sunken City
|
156
|
+
- Sunstone Island
|
157
|
+
- Thornbane Valley
|
158
|
+
- Thunderhead Bay
|
159
|
+
- Timberjack Hollow
|
160
|
+
- Titan Island
|
161
|
+
- Training Arena
|
162
|
+
- Trembling Faults
|
163
|
+
- Uglythug Lands
|
164
|
+
- Valhalla
|
165
|
+
- Valka's Mountain
|
166
|
+
- Vanaheim
|
167
|
+
- Viking Cliff
|
168
|
+
- Vinland
|
169
|
+
- Wild Woodland
|
170
|
+
- Windswept Ruin
|
171
|
+
- Woolly Canyon
|
172
|
+
- Wreck Reef
|
173
|
+
- Zippleback Island
|
174
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
quote:
|
4
|
+
jack_handey:
|
5
|
+
- When you die, if you get a choice between going to regular heaven or pie heaven, choose pie heaven. It might be a trick, but if it's not, mmmmmmmm, boy.
|
6
|
+
- I'd rather be rich than stupid.
|
7
|
+
- Whether they find life there or not, I think Jupiter should be called an enemy planet.
|
8
|
+
- If you ever drop your keys into a river of molten lava, let 'em go, because man, they're gone.
|
9
|
+
- Love can sweep you off your feet and carry you along in a way you've never known before. But the ride always ends, and you end up feeling lonely and bitter. Wait. It's not love I'm describing. I'm thinking of a monorail.
|
10
|
+
- Ambition is like a frog sitting on a Venus Flytrap. The flytrap can bite and bite, but it won't bother the frog because it only has little tiny plant teeth. But some other stuff could happen and it could be like ambition.
|
11
|
+
- It's interesting to think that my ancestors used to live in the trees, like apes, until finally they got the nerve to head out onto the plains, where some were probably hit by cars.
|
12
|
+
- Instead of having "answers" on a math test, they should just call them "impressions," and if you got a different "impression," so what, can't we all be brothers?
|
13
|
+
- If they ever come up with a swashbuckling school, I think one of the courses should be laughing, then jumping off something.
|
14
|
+
- I can't stand cheap people. It makes me real mad when someone says something like, "Hey, when are you going to pay me that $100 you owe me?" or "Do you have that $50 you borrowed?" Man, quit being so cheap!
|
15
|
+
- Sometimes I think you have to march right in and demand your rights, even if you don't know what your rights are, or who the person is you're talking to. Then on the way out, slam the door.
|
16
|
+
- We tend to scoff at the beliefs of the ancients. But we can't scoff at them personally, to their faces, and this is what annoys me.
|
17
|
+
- Somebody told me it was frightening how much topsoil we are losing each year, but I told that story around the campfire and nobody got scared.
|
18
|
+
- The difference between a man and a boy is, a boy wants to grow up to be a fireman, but a man wants to grow up to be a giant monster fireman.
|
19
|
+
- If any man says he hates war more than I do, he better have a knife, that's all I have to say.
|
20
|
+
- If God dwells inside us like some people say, I sure hope He likes enchiladas, because that's what He's getting.
|
21
|
+
- Sometimes life seems like a dream, especially when I look down and see that I forgot to put on my pants.
|
22
|
+
- If you saw two guys named Hambone and Flippy, which one would you think liked dolphins most? I'd say Flippy, wouldn't you? You'd be wrong though. It's Hambone.
|
23
|
+
- Instead of a trap door, what about a trap window? The guy looks out it, and if he leans too far, he falls out. Wait. I guess that's like a regular window.
|
24
|
+
- When you go in for a job interview, I think a good thing to ask is if they ever press charges.
|
25
|
+
- If you ever catch on fire, try to avoid looking in a mirror, because I bet that will really throw you into a panic.
|
26
|
+
- One thing vampire children have to be taught early on is, never run with a wooden stake.
|
27
|
+
- Laurie got offended that I used the word "puke." But to me, that's what her dinner tasted like.
|
28
|
+
- If you ever fall off the Sears Tower, just go real limp, because maybe you'll look like a dummy and people will try to catch you because, hey, free dummy.
|
29
|
+
- When I was a kid my favorite relative was Uncle Caveman. After school we'd all go play in his cave, and every once in a while he would eat one of us. It wasn't until later that I found out that Uncle Caveman was a bear.
|
30
|
+
- To me, it's a good idea to always carry two sacks of something when you walk around. That way, if anybody says, "Hey, can you give me a hand?" You can say, "Sorry, got these sacks."
|
31
|
+
- If you're robbing a bank and your pants fall down, I think it's okay to laugh and to let the hostages laugh too, because, come on, life is funny.
|
32
|
+
- Whenever you read a good book, it's like the author is right there, in the room talking to you, which is why I don't like to read good books.
|
33
|
+
- If you lose your job, your marriage and your mind all in one week, try to lose your mind first, because then the other stuff won't matter that much.
|
34
|
+
- I wish I had a kryptonite cross, because then you could keep both Dracula and Superman away.
|
35
|
+
- Instead of trying to build newer and bigger weapons of destruction, we should be thinking about getting more use out of the ones we already have.
|
36
|
+
- Any man, in the right situation, is capable of murder. But not any man is capable of being a good camper. So, murder and camping are not as similar as you might think.
|
37
|
+
- I hope life isn't a big joke, because I don't get it.
|
38
|
+
- If I had a mine shaft, I don't think I would just abandon it. There's got to be a better way.
|
39
|
+
- One thing a computer can do that most humans can't is be sealed up in a cardboard box and sit in a warehouse.
|
40
|
+
- If trees could scream, would we be so cavalier about cutting them down? We might, if they screamed all the time, for no good reason.
|
41
|
+
- Dad always thought laughter was the best medicine, which I guess is why several of us died of tuberculosis.
|
42
|
+
- What is it that makes a complete stranger dive into an icy river to save a solid gold baby? Maybe we'll never know.
|
43
|
+
- I hope that after I die, people will say of me, "That guy sure owed me a lot of money."
|
44
|
+
- I think the monkeys at the zoo should have to wear sunglasses so they can't hypnotize you.
|
45
|
+
- I bet one legend that keeps recurring throughout history, in every culture, is the story of Popeye.
|
46
|
+
- If you ever teach a yodeling class, probably the hardest thing is to keep the students from just trying to yodel right off. You see, we build to that.
|
47
|
+
- To me, boxing is like a ballet, except there's no music, no choreography, and the dancers hit each other.
|
48
|
+
- When I think of all the hours and hours of my life I have spent watching television, it makes me realize, Man, I am really rich with television.
|
49
|
+
- Never laugh at a man, until you have walked a mile in his shoes; then you are a mile away, and you have his shoes.
|
50
|
+
- Just as irrigation is the lifeblood of the Southwest, lifeblood is the soup of cannibals.
|
51
|
+
- With every new sunrise, there is a new chance; but with every sunset, you blew it.
|
52
|
+
- Many people don't realize that playing dead can help not only with bears, but also at important business meetings.
|
53
|
+
- I bet a funny thing about driving a car off a cliff is, while you're in midair, you still hit those brakes. Hey, better try the emergency brake.
|
54
|
+
- One day one of my little nephews came up to me and asked me if the equator was a real line that went around the Earth, or just an imaginary one. I had to laugh. Laugh and laugh. Because I didn't know, and I thought that maybe by laughing he would forget what he asked me.
|
@@ -2,9 +2,288 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
league_of_legends:
|
5
|
-
champion:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
5
|
+
champion:
|
6
|
+
- Aatrox
|
7
|
+
- Ahri
|
8
|
+
- Akali
|
9
|
+
- Alister
|
10
|
+
- Amumu
|
11
|
+
- Anivia
|
12
|
+
- Annie
|
13
|
+
- Ashe
|
14
|
+
- Aurelion Sol
|
15
|
+
- Azir
|
16
|
+
- Bard
|
17
|
+
- Blitzcrank
|
18
|
+
- Brand
|
19
|
+
- Braum
|
20
|
+
- Caitlyn
|
21
|
+
- Camille
|
22
|
+
- Cassiopeia
|
23
|
+
- Cho-Gath
|
24
|
+
- Corki
|
25
|
+
- Darius
|
26
|
+
- Diana
|
27
|
+
- Dr. Mundo
|
28
|
+
- Draven
|
29
|
+
- Ekko
|
30
|
+
- Elise
|
31
|
+
- Evelynn
|
32
|
+
- Ezreal
|
33
|
+
- Fiddlesticks
|
34
|
+
- Fiora
|
35
|
+
- Fizz
|
36
|
+
- Galio
|
37
|
+
- Gangplank
|
38
|
+
- Garen
|
39
|
+
- Gnar
|
40
|
+
- Gragas
|
41
|
+
- Graves
|
42
|
+
- Hecarim
|
43
|
+
- Heimerdinger
|
44
|
+
- Illaoi
|
45
|
+
- Irelia
|
46
|
+
- Ivern
|
47
|
+
- Janna
|
48
|
+
- Jarvan IV
|
49
|
+
- Jax
|
50
|
+
- Jayce
|
51
|
+
- Jhin
|
52
|
+
- Jinx
|
53
|
+
- Kai'Sa
|
54
|
+
- Kalista
|
55
|
+
- Karma
|
56
|
+
- Karthus
|
57
|
+
- Kassadin
|
58
|
+
- Katarina
|
59
|
+
- Kayle
|
60
|
+
- Kayn
|
61
|
+
- Kennen
|
62
|
+
- Kha'Zix
|
63
|
+
- Kindred
|
64
|
+
- Kled
|
65
|
+
- Kog'Maw
|
66
|
+
- LeBlanc
|
67
|
+
- Lee Sin
|
68
|
+
- Leona
|
69
|
+
- Lissandra
|
70
|
+
- Lucian
|
71
|
+
- Lulu
|
72
|
+
- Lux
|
73
|
+
- Malphite
|
74
|
+
- Malzahar
|
75
|
+
- Maokai
|
76
|
+
- Master Yi
|
77
|
+
- Miss Fortune
|
78
|
+
- Mordekaiser
|
79
|
+
- Morgana
|
80
|
+
- Neeko
|
81
|
+
- Nami
|
82
|
+
- Nasus
|
83
|
+
- Nautilus
|
84
|
+
- Nidalee
|
85
|
+
- Nocturne
|
86
|
+
- Nunu & Willump
|
87
|
+
- Olaf
|
88
|
+
- Orianna
|
89
|
+
- Ornn
|
90
|
+
- Pantheon
|
91
|
+
- Poppy
|
92
|
+
- Pyke
|
93
|
+
- Quinn
|
94
|
+
- Rammus
|
95
|
+
- Rek'Sai
|
96
|
+
- Renekton
|
97
|
+
- Rengar
|
98
|
+
- Riven
|
99
|
+
- Rakan
|
100
|
+
- Rumble
|
101
|
+
- Ryze
|
102
|
+
- Sejuani
|
103
|
+
- Shaco
|
104
|
+
- Shen
|
105
|
+
- Shyvanna
|
106
|
+
- Singed
|
107
|
+
- Sion
|
108
|
+
- Sivir
|
109
|
+
- Skarner
|
110
|
+
- Sona
|
111
|
+
- Soraka
|
112
|
+
- Swain
|
113
|
+
- Sylas
|
114
|
+
- Syndra
|
115
|
+
- Tahm Kench
|
116
|
+
- Taliyah
|
117
|
+
- Talon
|
118
|
+
- Taric
|
119
|
+
- Teemo
|
120
|
+
- Thresh
|
121
|
+
- Tristana
|
122
|
+
- Trundle
|
123
|
+
- Tryndamere
|
124
|
+
- Twisted Fate
|
125
|
+
- Twitch
|
126
|
+
- Udyr
|
127
|
+
- Urgot
|
128
|
+
- Varus
|
129
|
+
- Vayne
|
130
|
+
- Veigar
|
131
|
+
- Vel'Koz
|
132
|
+
- Vi
|
133
|
+
- Viktor
|
134
|
+
- Vladimir
|
135
|
+
- Volibear
|
136
|
+
- Warwick
|
137
|
+
- Wukong
|
138
|
+
- Xayah
|
139
|
+
- Xerath
|
140
|
+
- Xin Zhao
|
141
|
+
- Yasuo
|
142
|
+
- Yorick
|
143
|
+
- Yuumi
|
144
|
+
- Zac
|
145
|
+
- Zed
|
146
|
+
- Ziggs
|
147
|
+
- Zilean
|
148
|
+
- Zoe
|
149
|
+
- Zyra
|
150
|
+
location:
|
151
|
+
- Demacia
|
152
|
+
- Noxus
|
153
|
+
- Shadow Isles
|
154
|
+
- Valoran
|
155
|
+
- Runeterra
|
156
|
+
- Bandle City
|
157
|
+
- Bilgewater
|
158
|
+
- Freljord
|
159
|
+
- Ionia
|
160
|
+
- Mount Targon
|
161
|
+
- Piltover
|
162
|
+
- Lokfar
|
163
|
+
- Zaun
|
164
|
+
quote:
|
165
|
+
- Purge the unjust.
|
166
|
+
- By my will, this shall be finished!
|
167
|
+
- You only have to click once, fool!
|
168
|
+
- My right arm is a lot stronger than my left.
|
169
|
+
- Ready to set the world on fire...
|
170
|
+
- The early bird guts the worm!
|
171
|
+
- Don't you trust me?
|
172
|
+
- Welcome to Summoners Rift!
|
173
|
+
- Have you seen my Bear Tibbers?
|
174
|
+
- NOM NOM NOM
|
175
|
+
- Defy Noxus and taste your own blood.
|
176
|
+
- Behold the might of the shadow isles.
|
177
|
+
- Who wants a piece of the champ?!
|
178
|
+
- Come on, live a little... while you can!
|
179
|
+
- Master yourself, master the enemy.
|
180
|
+
- Blindness is no impairment against a smelly enemy.
|
181
|
+
- ok.
|
182
|
+
- Caught between a rock... and a hard place.
|
183
|
+
- Mundo will go where he pleases!
|
184
|
+
- Mundo say his own name a lot, or else he forget! Has happened before.
|
185
|
+
- A man, a woman and a yordle walk into the sun. They die! Because it burns them alive? heh heh heh heh
|
186
|
+
- The cycle of life and death continues. We will live, they will die.
|
187
|
+
- My profession?! You know, now that I think of it, I've always wanted to be a baker.
|
188
|
+
- Tonight we hunt!
|
189
|
+
- Monsters can be made to fear.
|
190
|
+
- How about a drink?
|
191
|
+
- Captain Teemo on duty.
|
192
|
+
- Hut, two, three, four. Yes, sir!
|
193
|
+
- I'll scout ahead!
|
194
|
+
- That's gotta sting.
|
195
|
+
- Never underestimate the power of the Scout's code.
|
196
|
+
- I suppose you're expecting some inBEARable pun?
|
197
|
+
- It's not how much you can lift. It's how good you look!
|
198
|
+
- Welcome to the League of Draven.
|
199
|
+
- Not Draven; Draaaaven.
|
200
|
+
- Who wants some Draven? Heheheh.
|
201
|
+
- Subtle? I don't do subtle.
|
202
|
+
summoner_spell:
|
203
|
+
- Teleport
|
204
|
+
- Exhaust
|
205
|
+
- Barrier
|
206
|
+
- Smite
|
207
|
+
- Flash
|
208
|
+
- Ignite
|
209
|
+
- Clarity
|
210
|
+
- Mark
|
211
|
+
- To the King!
|
212
|
+
- Ghost
|
213
|
+
- Heal
|
214
|
+
- Poro Toss
|
215
|
+
- Cleanse
|
216
|
+
masteries:
|
217
|
+
- Battle Trance
|
218
|
+
- Double Edged Sword
|
219
|
+
- Bounty Hunter
|
220
|
+
- Fresh Blood
|
221
|
+
- Expose Weakness
|
222
|
+
- Feast
|
223
|
+
- Warlord's Bloodlust
|
224
|
+
- Fervor of Battle
|
225
|
+
- Deathfire Touch
|
226
|
+
- Greenfather's Gift
|
227
|
+
- Dangerous Game
|
228
|
+
- Bandit
|
229
|
+
- Courage of the Colossus
|
230
|
+
- Stoneborn Pact
|
231
|
+
- Grasp of the Undying
|
232
|
+
- Siegemaster
|
233
|
+
- Tough Skin
|
234
|
+
- Explorer
|
235
|
+
- Assassin
|
236
|
+
- Secret Stash
|
237
|
+
- Runic Affinity
|
238
|
+
- Windspeaker's Blessing
|
239
|
+
- Thunderlord's Decree
|
240
|
+
- Stormraider's Surge
|
241
|
+
- Fearless
|
242
|
+
- Unyielding
|
243
|
+
- Meditation
|
244
|
+
- Battering Blows
|
245
|
+
- Piercing Thoughts
|
246
|
+
- Insight
|
247
|
+
- Perseverance
|
248
|
+
- Intelligence
|
249
|
+
- Precision
|
250
|
+
- Sorcery
|
251
|
+
- Vampirism
|
252
|
+
- Fury
|
253
|
+
- Natural Talent
|
254
|
+
- Savagery
|
255
|
+
- Wanderer
|
256
|
+
- Merciless
|
257
|
+
- Recovery
|
258
|
+
- Legendary Guardian
|
259
|
+
- Swiftness
|
260
|
+
- Runic Armor
|
261
|
+
- Veteran's Scars
|
262
|
+
rank:
|
263
|
+
- Iron IV
|
264
|
+
- Iron III
|
265
|
+
- Iron II
|
266
|
+
- Iron I
|
267
|
+
- Bronze IV
|
268
|
+
- Bronze III
|
269
|
+
- Bronze II
|
270
|
+
- Bronze I
|
271
|
+
- Silver IV
|
272
|
+
- Silver III
|
273
|
+
- Silver II
|
274
|
+
- Silver I
|
275
|
+
- Gold IV
|
276
|
+
- Gold III
|
277
|
+
- Gold II
|
278
|
+
- Gold I
|
279
|
+
- Platinum IV
|
280
|
+
- Platinum III
|
281
|
+
- Platinum II
|
282
|
+
- Platinum I
|
283
|
+
- Diamond IV
|
284
|
+
- Diamond III
|
285
|
+
- Diamond II
|
286
|
+
- Diamond I
|
287
|
+
- Master
|
288
|
+
- Grandmaster
|
289
|
+
- Challenger
|