faker 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +83 -0
  3. data/README.md +9 -0
  4. data/lib/faker.rb +37 -15
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/books/dune.rb +15 -2
  7. data/lib/faker/books/lovecraft.rb +8 -4
  8. data/lib/faker/default/address.rb +4 -4
  9. data/lib/faker/default/bank.rb +3 -5
  10. data/lib/faker/default/barcode.rb +11 -11
  11. data/lib/faker/default/beer.rb +3 -3
  12. data/lib/faker/default/camera.rb +46 -0
  13. data/lib/faker/default/chile_rut.rb +3 -2
  14. data/lib/faker/default/code.rb +2 -2
  15. data/lib/faker/default/commerce.rb +1 -1
  16. data/lib/faker/default/company.rb +40 -10
  17. data/lib/faker/default/driving_licence.rb +1 -1
  18. data/lib/faker/default/drone.rb +25 -25
  19. data/lib/faker/default/faker_adjective.rb +35 -0
  20. data/lib/faker/default/finance.rb +21 -0
  21. data/lib/faker/default/food.rb +1 -1
  22. data/lib/faker/default/hipster.rb +8 -5
  23. data/lib/faker/default/id_number.rb +2 -2
  24. data/lib/faker/default/internet.rb +5 -4
  25. data/lib/faker/default/invoice.rb +1 -1
  26. data/lib/faker/default/json.rb +4 -4
  27. data/lib/faker/default/lorem.rb +2 -2
  28. data/lib/faker/default/measurement.rb +3 -2
  29. data/lib/faker/default/military.rb +26 -0
  30. data/lib/faker/default/mountain.rb +33 -0
  31. data/lib/faker/default/number.rb +1 -1
  32. data/lib/faker/default/omniauth.rb +2 -0
  33. data/lib/faker/default/relationship.rb +1 -1
  34. data/lib/faker/default/space.rb +1 -1
  35. data/lib/faker/default/stripe.rb +3 -3
  36. data/lib/faker/default/vehicle.rb +1 -1
  37. data/lib/faker/fantasy/tolkien.rb +67 -0
  38. data/lib/faker/games/clash_of_clans.rb +48 -0
  39. data/lib/faker/games/control.rb +1 -1
  40. data/lib/faker/games/dnd.rb +6 -6
  41. data/lib/faker/games/elder_scrolls.rb +26 -0
  42. data/lib/faker/games/heroes.rb +13 -0
  43. data/lib/faker/games/minecraft.rb +65 -0
  44. data/lib/faker/games/street_fighter.rb +4 -4
  45. data/lib/faker/games/super_mario.rb +48 -0
  46. data/lib/faker/games/world_of_warcraft.rb +26 -1
  47. data/lib/faker/japanese_media/conan.rb +48 -0
  48. data/lib/faker/japanese_media/doraemon.rb +48 -0
  49. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  50. data/lib/faker/japanese_media/naruto.rb +61 -0
  51. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  52. data/lib/faker/movies/hobbit.rb +4 -4
  53. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  54. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  55. data/lib/faker/movies/room.rb +63 -0
  56. data/lib/faker/movies/star_wars.rb +2 -2
  57. data/lib/faker/music/hiphop.rb +48 -0
  58. data/lib/faker/music/opera.rb +237 -1
  59. data/lib/faker/quotes/quote.rb +26 -0
  60. data/lib/faker/sports/volleyball.rb +74 -0
  61. data/lib/faker/tv_shows/buffy.rb +17 -4
  62. data/lib/faker/tv_shows/final_space.rb +51 -0
  63. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  64. data/lib/faker/version.rb +1 -1
  65. data/lib/helpers/unique_generator.rb +3 -0
  66. data/lib/locales/en/adjective.yml +179 -0
  67. data/lib/locales/en/buffy.yml +1 -1
  68. data/lib/locales/en/camera.yml +611 -0
  69. data/lib/locales/en/clash_of_clan.yml +101 -0
  70. data/lib/locales/en/company.yml +2 -2
  71. data/lib/locales/en/conan.yml +171 -0
  72. data/lib/locales/en/demographic.yml +218 -5
  73. data/lib/locales/en/doraemon.yml +286 -0
  74. data/lib/locales/en/dota.yml +531 -63
  75. data/lib/locales/en/dragon_ball.yml +243 -1
  76. data/lib/locales/en/driving_license.yml +3 -0
  77. data/lib/locales/en/dune.yml +401 -131
  78. data/lib/locales/en/elder_scrolls.yml +583 -9
  79. data/lib/locales/en/fallout.yml +311 -133
  80. data/lib/locales/en/final_space.yml +37 -0
  81. data/lib/locales/en/finance.yml +53 -0
  82. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  83. data/lib/locales/en/half_life.yml +84 -3
  84. data/lib/locales/en/heroes.yml +408 -3
  85. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  86. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  87. data/lib/locales/en/jack_handey.yml +54 -0
  88. data/lib/locales/en/league_of_legends.yml +285 -6
  89. data/lib/locales/en/military.yml +179 -5
  90. data/lib/locales/en/minecraft.yml +273 -0
  91. data/lib/locales/en/mountain.yml +158 -0
  92. data/lib/locales/en/music.yml +451 -29
  93. data/lib/locales/en/myst.yml +87 -31
  94. data/lib/locales/en/naruto.yml +231 -0
  95. data/lib/locales/en/opera.yml +168 -0
  96. data/lib/locales/en/overwatch.yml +2650 -2622
  97. data/lib/locales/en/pokemon.yml +417 -4
  98. data/lib/locales/en/quote.yml +692 -163
  99. data/lib/locales/en/room.yml +68 -0
  100. data/lib/locales/en/source.yml +30 -0
  101. data/lib/locales/en/star_trek.yml +1 -1
  102. data/lib/locales/en/street_fighter.yml +4 -4
  103. data/lib/locales/en/studio_ghibli.yml +107 -0
  104. data/lib/locales/en/super_mario.yml +58 -0
  105. data/lib/locales/en/super_smash_bros.yml +16 -4
  106. data/lib/locales/en/tolkien.yml +2453 -0
  107. data/lib/locales/en/volleyball.yml +501 -0
  108. data/lib/locales/en/witcher.yml +389 -7
  109. data/lib/locales/en/world_of_warcraft.yml +122 -4
  110. data/lib/locales/en/zelda.yml +962 -4
  111. data/lib/locales/es.yml +56 -0
  112. data/lib/locales/ja.yml +5 -1
  113. data/lib/locales/pt-BR.yml +1 -1
  114. data/lib/locales/uk.yml +2 -0
  115. metadata +38 -10
  116. data/lib/locales/en/hobbit.yml +0 -19
  117. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -1,7 +1,134 @@
1
1
  en:
2
2
  faker:
3
3
  heroes_of_the_storm:
4
- battlegrounds: ["Alterac Pass", "Battlefield of Eternity", "Blackheart's Bay", "Braxis Holdout", "Cursed Hollow", "Dragon Shire", "Garden of Terror", "Hanamura Temple", "Haunted Mines", "Infernal Shrines", "Sky Temple", "Tomb of the Spider Queen", "Towers of Doom", "Volskaya Foundry", "Warhead Junction"]
5
- class_names: ["Bruiser", "Healer", "Melee Assassin", "Ranged Assassin", "Support", "Tank"]
6
- heroes: ["Abathur", "Alarak", "Alexstrasza", "Ana", "Anduin", "Anub'arak", "Artanis", "Arthas", "Auriel", "Azmodan", "Blaze", "Brightwing", "Cassia", "Chen", "Cho", "Chromie", "D.Va", "Deckard", "Dehaka", "Diablo", "E.T.C.", "Falstad", "Fenix", "Gall", "Garrosh", "Gazlowe", "Genji", "Greymane", "Gul'dan", "Hanzo", "Illidan", "Imperius", "Jaina", "Johanna", "Junkrat", "Kael'thas", "Kel'Thuzad", "Kerrigan", "Kharazim", "Leoric", "Li Li", "Li-Ming", "Lt. Morales", "Lunara", "Lúcio", "Maiev", "Mal'Ganis", "Malfurion", "Malthael", "Medivh", "Mephisto", "Muradin", "Murky", "Nazeebo", "Nova", "Orphea", "Probius", "Ragnaros", "Raynor", "Rehgar", "Rexxar", "Samuro", "Sgt. Hammer", "Sonya", "Stitches", "Stukov", "Sylvanas", "Tassadar", "The Butcher", "The Lost Vikings", "Thrall", "Tracer", "Tychus", "Tyrael", "Tyrande", "Uther", "Valeera", "Valla", "Whitemane", "Xul", "Yrel", "Zagara", "Zarya", "Zeratul", "Zul'jin"]
7
- quotes: ["Beat them like they owe you money!", "Careful wizard, your kind has upset the balance beforeo I become re-dead? Deader? ... Alive?", "Don't forget to check the pocket!", "Have you ever considered aiming anywhere other than the face?", "Hey, you look like the cover of E.T.C.s new album!", "Human words are hard to make together talking for expressing... things!", "I like happy things! Like puppies, and rainbows, and dead enemies!", "I must leave and I blame this failure upon you.", "Mrgrgrlrgrlgr!!!", "Oh my God, I can't believe I just killed a panda.", "Taunting life form; you are weak! And physically unappealing!", "Teammates. Much to improve. is a pretty good contender.", "That was easy! You were easy to kill!", "This will only hurt until you die.", "Ugh, I've known much better healers.", "We drink first blood!", "You look like you could actually be of use here!", "You might be a king, or just a street sweeper... yet sooner or later you dance with the reaper.", "You see this hero yes? Then kill them!", "You think us fools?", "You waste both my time and your breath, and the former has value."]
4
+ battlegrounds:
5
+ - Alterac Pass
6
+ - Battlefield of Eternity
7
+ - Blackheart's Bay
8
+ - Braxis Holdout
9
+ - Cursed Hollow
10
+ - Dragon Shire
11
+ - Garden of Terror
12
+ - Hanamura Temple
13
+ - Haunted Mines
14
+ - Infernal Shrines
15
+ - Sky Temple
16
+ - Tomb of the Spider Queen
17
+ - Towers of Doom
18
+ - Volskaya Foundry
19
+ - Warhead Junction
20
+ class_names:
21
+ - Bruiser
22
+ - Healer
23
+ - Melee Assassin
24
+ - Ranged Assassin
25
+ - Support
26
+ - Tank
27
+ heroes:
28
+ - Abathur
29
+ - Alarak
30
+ - Alexstrasza
31
+ - Ana
32
+ - Anduin
33
+ - Anub'arak
34
+ - Artanis
35
+ - Arthas
36
+ - Auriel
37
+ - Azmodan
38
+ - Blaze
39
+ - Brightwing
40
+ - Cassia
41
+ - Chen
42
+ - Cho
43
+ - Chromie
44
+ - D.Va
45
+ - Deckard
46
+ - Dehaka
47
+ - Diablo
48
+ - E.T.C.
49
+ - Falstad
50
+ - Fenix
51
+ - Gall
52
+ - Garrosh
53
+ - Gazlowe
54
+ - Genji
55
+ - Greymane
56
+ - Gul'dan
57
+ - Hanzo
58
+ - Illidan
59
+ - Imperius
60
+ - Jaina
61
+ - Johanna
62
+ - Junkrat
63
+ - Kael'thas
64
+ - Kel'Thuzad
65
+ - Kerrigan
66
+ - Kharazim
67
+ - Leoric
68
+ - Li Li
69
+ - Li-Ming
70
+ - Lt. Morales
71
+ - Lunara
72
+ - Lúcio
73
+ - Maiev
74
+ - Mal'Ganis
75
+ - Malfurion
76
+ - Malthael
77
+ - Medivh
78
+ - Mephisto
79
+ - Muradin
80
+ - Murky
81
+ - Nazeebo
82
+ - Nova
83
+ - Orphea
84
+ - Probius
85
+ - Ragnaros
86
+ - Raynor
87
+ - Rehgar
88
+ - Rexxar
89
+ - Samuro
90
+ - Sgt. Hammer
91
+ - Sonya
92
+ - Stitches
93
+ - Stukov
94
+ - Sylvanas
95
+ - Tassadar
96
+ - The Butcher
97
+ - The Lost Vikings
98
+ - Thrall
99
+ - Tracer
100
+ - Tychus
101
+ - Tyrael
102
+ - Tyrande
103
+ - Uther
104
+ - Valeera
105
+ - Valla
106
+ - Whitemane
107
+ - Xul
108
+ - Yrel
109
+ - Zagara
110
+ - Zarya
111
+ - Zeratul
112
+ - Zul'jin
113
+ quotes:
114
+ - Beat them like they owe you money!
115
+ - Careful wizard, your kind has upset the balance beforeo I become re-dead? Deader? ... Alive?
116
+ - Don't forget to check the pocket!
117
+ - Have you ever considered aiming anywhere other than the face?
118
+ - Hey, you look like the cover of E.T.C.s new album!
119
+ - Human words are hard to make together talking for expressing... things!
120
+ - I like happy things! Like puppies, and rainbows, and dead enemies!
121
+ - I must leave and I blame this failure upon you.
122
+ - Mrgrgrlrgrlgr!!!
123
+ - Oh my God, I can't believe I just killed a panda.
124
+ - Taunting life form; you are weak! And physically unappealing!
125
+ - Teammates. Much to improve. is a pretty good contender.
126
+ - That was easy! You were easy to kill!
127
+ - This will only hurt until you die.
128
+ - Ugh, I've known much better healers.
129
+ - We drink first blood!
130
+ - You look like you could actually be of use here!
131
+ - You might be a king, or just a street sweeper... yet sooner or later you dance with the reaper.
132
+ - You see this hero yes? Then kill them!
133
+ - You think us fools?
134
+ - You waste both my time and your breath, and the former has value.
@@ -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: ["Aatrox", "Ahri", "Akali", "Alister", "Amumu", "Anivia", "Annie", "Ashe", "Aurelion Sol", "Azir", "Bard", "Blitzcrank", "Brand", "Braum", "Caitlyn", "Camille", "Cassiopeia", "Cho-Gath", "Corki", "Darius", "Diana", "Dr. Mundo", "Draven", "Ekko", "Elise", "Evelynn", "Ezreal", "Fiddlesticks", "Fiora", "Fizz", "Galio", "Gangplank", "Garen", "Gnar", "Gragas", "Graves", "Hecarim", "Heimerdinger", "Illaoi", "Irelia", "Ivern", "Janna", "Jarvan IV", "Jax", "Jayce", "Jhin", "Jinx", "Kai'Sa", "Kalista", "Karma", "Karthus", "Kassadin", "Katarina", "Kayle", "Kayn", "Kennen", "Kha'Zix", "Kindred", "Kled", "Kog'Maw", "LeBlanc", "Lee Sin", "Leona", "Lissandra", "Lucian", "Lulu", "Lux", "Malphite", "Malzahar", "Maokai", "Master Yi", "Miss Fortune", "Mordekaiser", "Morgana", "Neeko", "Nami", "Nasus", "Nautilus", "Nidalee", "Nocturne", "Nunu & Willump", "Olaf", "Orianna", "Ornn", "Pantheon", "Poppy", "Pyke", "Quinn", "Rammus", "Rek'Sai", "Renekton", "Rengar", "Riven", "Rakan", "Rumble", "Ryze", "Sejuani", "Shaco", "Shen", "Shyvanna", "Singed", "Sion", "Sivir", "Skarner", "Sona", "Soraka", "Swain", "Sylas", "Syndra", "Tahm Kench", "Taliyah", "Talon", "Taric", "Teemo", "Thresh", "Tristana", "Trundle", "Tryndamere", "Twisted Fate", "Twitch", "Udyr", "Urgot", "Varus", "Vayne", "Veigar", "Vel'Koz", "Vi", "Viktor", "Vladimir", "Volibear", "Warwick", "Wukong", "Xayah", "Xerath", "Xin Zhao", "Yasuo", "Yorick", "Yuumi", "Zac", "Zed", "Ziggs", "Zilean", "Zoe", "Zyra"]
6
- location: ["Demacia", "Noxus", "Shadow Isles", "Valoran", "Runeterra", "Bandle City", "Bilgewater", "Freljord", "Ionia", "Mount Targon", "Piltover", "Lokfar", "Zaun"]
7
- quote: ["Purge the unjust.", "By my will, this shall be finished!", "You only have to click once, fool!", "My right arm is a lot stronger than my left.", "Ready to set the world on fire...", "The early bird guts the worm!", "Don't you trust me?", "Welcome to Summoners Rift!", "Have you seen my Bear Tibbers?", "NOM NOM NOM", "Defy Noxus and taste your own blood.", "Behold the might of the shadow isles.", "Who wants a piece of the champ?!", "Come on, live a little... while you can!", "Master yourself, master the enemy.", "Blindness is no impairment against a smelly enemy.", "ok.", "Caught between a rock... and a hard place.", "Mundo will go where he pleases!", "Mundo say his own name a lot, or else he forget! Has happened before.", "A man, a woman and a yordle walk into the sun. They die! Because it burns them alive? heh heh heh heh", "The cycle of life and death continues. We will live, they will die.", "My profession?! You know, now that I think of it, I've always wanted to be a baker.", "Tonight we hunt!", "Monsters can be made to fear.", "How about a drink?", "Captain Teemo on duty.", "Hut, two, three, four. Yes, sir!", "I'll scout ahead!", "That's gotta sting.", "Never underestimate the power of the Scout's code.", "I suppose you're expecting some inBEARable pun?", "It's not how much you can lift. It's how good you look!", "Welcome to the League of Draven.", "Not Draven; Draaaaven.", "Who wants some Draven? Heheheh.", "Subtle? I don't do subtle."]
8
- summoner_spell: ["Teleport", "Exhaust", "Barrier", "Smite", "Flash", "Ignite", "Clarity", "Mark", "To the King!", "Ghost", "Heal", "Poro Toss", "Cleanse"]
9
- masteries: ["Battle Trance", "Double Edged Sword", "Bounty Hunter", "Fresh Blood", "Expose Weakness", "Feast", "Warlord's Bloodlust", "Fervor of Battle", "Deathfire Touch", "Greenfather's Gift", "Dangerous Game", "Bandit", "Courage of the Colossus", "Stoneborn Pact", "Grasp of the Undying", "Siegemaster", "Tough Skin", "Explorer", "Assassin", "Secret Stash", "Runic Affinity", "Windspeaker's Blessing", "Thunderlord's Decree", "Stormraider's Surge", "Fearless", "Unyielding", "Meditation", "Battering Blows", "Piercing Thoughts", "Insight", "Perseverance", "Intelligence", "Precision", "Sorcery", "Vampirism", "Fury", "Natural Talent", "Savagery", "Wanderer", "Merciless", "Recovery", "Legendary Guardian", "Swiftness", "Runic Armor", "Veteran's Scars"]
10
- rank: ["Iron IV", "Iron III", "Iron II", "Iron I", "Bronze IV", "Bronze III", "Bronze II", "Bronze I", "Silver IV", "Silver III", "Silver II", "Silver I", "Gold IV", "Gold III", "Gold II", "Gold I", "Platinum IV", "Platinum III", "Platinum II", "Platinum I", "Diamond IV", "Diamond III", "Diamond II", "Diamond I", "Master", "Grandmaster", "Challenger"]
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