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
@@ -2,3 +2,4 @@ en:
|
|
2
2
|
faker:
|
3
3
|
rock_band:
|
4
4
|
name: ["Led Zeppelin", "The Beatles", "Pink Floyd", "The Jimi Hendrix Experience", "Van Halen", "Queen", "The Eagles", "Metallica", "U2", "Bob Marley and the Wailers", "The Police", "The Doors", "Stone Temple Pilots", "Rush", "Genesis", "Prince and the Revolution", "Yes", "Earth Wind and Fire", "The Bee Gees", "The Rolling Stones", "The Beach Boys", "Soundgarden", "The Who", "Steely Dan", "James Brown and the JBs", "AC/DC", "Fleetwood Mac", "Crosby, Stills, Nash and Young", "The Allman Brothers", "ZZ Top", "Aerosmith", "Cream", "Bruce Springsteen & The E Street Band", "The Grateful Dead", "Guns 'N Roses", "Pearl Jam", "Boston", "Dire Straits", "King Crimson", "Parliament Funkadelic", "Red Hot Chili Peppers", "Bon Jovi", "Dixie Chicks", "Foreigner", "David Bowie and The Spiders From Mars", "The Talking Heads", "Jethro Tull", "The Band", "The Beastie Boys", "Nirvana", "Rage Against The Machine", "Sly and the Family Stone", "The Clash", "Tool", "Journey", "No Doubt", "Creedence Clearwater Revival", "Deep Purple", "Alice In Chains", "Orbital", "Little Feat", "Duran Duran", "Living Colour", "Frank Zappa and the Mothers of Invention", "The Carpenters", "Audioslave", "The Pretenders", "Primus", "Blondie", "Black Sabbath", "Lynyrd Skynyrd", "Sex Pistols", "Isaac Hayes and the Movement", "R.E.M.", "Traffic", "Buffalo Springfield", "Derek and the Dominos", "The Jackson Five", "The O'Jays", "Harold Melvin and the Blue Notes", "Underworld", "Thievery Corporation", "Motley Crue", "Janis Joplin and Big Brother and the Holding Company", "Blind Faith", "The Animals", "The Roots", "The Velvet Underground", "The Kinks", "Radiohead", "The Scorpions", "Kansas", "Iron Maiden", "Motorhead", "Judas Priest", "The Orb", "The Cure", "Coldplay", "Slayer", "Black Eyed Peas"]
|
5
|
+
song: ["Are You Gonna Be My Girl", "Dani California", "Detroit Rock City", "Stairway to Heaven", "Hey Jude", "All Along the Watchtower", "Satisfaction", "Like A Rolling Stone", "Another Brick In The Wall", "Won't Get Fooled Again", "Hotel California", "Layla", "Sweet Home Alabama", "Bohemian Rhapsody", "Riders on the Storm", "Rock and Roll", "Barracuda", "La Grange", "Dream On", "More Than a Feeling", "Sultans of Swing", "You Shook Me All Night Long", "Kashmir", "Lola", "Carry on Wayward Son", "Tiny Dancer", "Locomotive Breath", "I Still Haven't Found", "Magic Carpet Ride", "Free Bird", "Purple Haze", "Tom Sawyer", "Let It Be", "Baba O'Riley", "The Joker", "Roxanne", "Time", "It's a Long Way to the Top", "Whole Lotta Love", "The Chain", "I've Seen All Good People", "For What It's Worth", "Black Magic Woman", "Nights in White Satin", "While My Guitar Gently Weeps", "Gimme Shelter", "Gold Dust Woman", "Fortunate Son", "American Pie", "Bad Company", "Waitin' For the Bus", "Over the Hills and Far Away", "Owner of a Lonely Heart", "The Logical Song", "A Day in the Life", "Sweet Emotion", "Down on the Corner", "My Sweet Lord", "Knockin' on Heaven's Door", "Just What I Needed", "Don't Fear the Reaper", "Behind Blue Eyes", "Do It Again", "Who Do You Love", "From the Beginning", "Already Gone", "Here Comes The Sun", "With or Without You", "Life's Been Good", "Breakdown", "Comfortably Numb", "Ramble On", "I'd Love to Change the World", "Foreplay Longtime", "Brown Eyed Girl", "Back In Black", "Take it Easy", "Sgt. Pepper", "We Will Rock You", "Dancing Days", "Turn the Page", "All Right Now", "Black Water", "Oh Well", "Me and Bobby McGee", "Rocket Man", "Ohio", "You Really Got Me", "Bloody Well Right", "Dirty Deeds", "Aqualung", "The Wind Cries Mary", "Burnin' for You", "Moving in Stereo", "Bargain", "House of the Rising Sun", "Maybe I'm Amazed", "Bennie & the Jets", "Dust in the Wind", "Crazy On You", "Walkin' On The Moon", "Fire", "Runnin' With The Devil", "Immigrant Song", "Jumpin' Jack Flash", "Levon", "Call Me The Breeze", "You Make Lovin' Fun", "Come Together", "Dreams", "Fire On High", "Wish You Were Here", "Rocky Racoon", "Walk This Way", "In My Life", "Every Breath You Take", "Going To California", "Let It Rain", "Killer Queen", "Street Fighting Man", "Going Mobile", "Panama", "Train Kept A Rollin'", "Highway To Hell", "Dance The Night Away", "In Your Eyes"]
|
@@ -0,0 +1,68 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
room:
|
4
|
+
actors:
|
5
|
+
- Tommy Wiseau
|
6
|
+
- Juliette Danielle
|
7
|
+
- Greg Sestero
|
8
|
+
- Philip Haldiman
|
9
|
+
- Carolyn Minnott
|
10
|
+
- Robyn Paris
|
11
|
+
- Scott Holmes
|
12
|
+
- Dan Janjigian
|
13
|
+
- Kyle Vogt
|
14
|
+
- Greg Ellery
|
15
|
+
characters:
|
16
|
+
- Johnny
|
17
|
+
- Lisa
|
18
|
+
- Mark
|
19
|
+
- Denny
|
20
|
+
- Claudette
|
21
|
+
- Michelle
|
22
|
+
- Mike
|
23
|
+
- Chris-R
|
24
|
+
- Peter
|
25
|
+
- Steven
|
26
|
+
locations:
|
27
|
+
- Johnny's Place
|
28
|
+
- Rooftop
|
29
|
+
- Park
|
30
|
+
- Alley
|
31
|
+
- Flower Shop
|
32
|
+
- Claudette's Place
|
33
|
+
quotes:
|
34
|
+
- "Oh hi, Denny"
|
35
|
+
- "Anything for my princess! Ha-ha-ha-ha."
|
36
|
+
- "Denny, two's great, but three's a crowd. Ha-ha."
|
37
|
+
- "Oh hi, Johnny, I didn't know it was you."
|
38
|
+
- "Here you go, keep the change. Hi doggy!"
|
39
|
+
- "You're my favorite customer"
|
40
|
+
- "I just want to talk to Johnny. You look beautiful today. Can I kiss you?"
|
41
|
+
- "I got the results of the test back. I definitely have breast cancer."
|
42
|
+
- "Did you, uh, know, that chocolate is the symbol of love?"
|
43
|
+
- "Where’s my money, Denny?"
|
44
|
+
- "Denny, what kind of money, just tell me!"
|
45
|
+
- "What kind of drugs, Denny?"
|
46
|
+
- "I did not hit her! It’s not true! It’s bullshit! I did not hit her! I did not! Oh, hi Mark."
|
47
|
+
- "A-ha-ha-ha! What a story, Mark!"
|
48
|
+
- "You can love someone deep inside your heart, and there is nothing wrong with it. If a lot of people loved each other, the world would be a better place to live."
|
49
|
+
- "I never hit you. You shouldn’t have any secrets from me. I’m your future husband."
|
50
|
+
- "Why Lisa, why Lisa, please talk to me, please! You’re part of my life, you are everything, I could not go on without you, Lisa."
|
51
|
+
- "You’re lying, I never hit you. You are tearing me apart, Lisa!"
|
52
|
+
- "Do you understand life? Do you?"
|
53
|
+
- "Oh hi, Mike, what’s new?"
|
54
|
+
- "Oh hey, Denny."
|
55
|
+
- "How can they say this about me? I don’t believe it. I show them. I will record everything."
|
56
|
+
- "You know what they say: love is blind."
|
57
|
+
- "Ha-ha-ha, chicken, Peter, you’re just a little chicken! Cheep, cheep cheep cheep cheep chee-ee-ee-eep eeeeeeeeeeee!"
|
58
|
+
- "Oh, hi Denny. Nice tux, you look great."
|
59
|
+
- "You look great. You look a babyface."
|
60
|
+
- "Oh hi, Susan."
|
61
|
+
- "We got a new client at the bank, we make a lot of money."
|
62
|
+
- "Anyway, how is your sex life?"
|
63
|
+
- "Oh hi, Claudette. Bye!"
|
64
|
+
- "You betrayed me, you’re not good, you’re just a chicken, cheep-cheep-cheep-cheep-cheep."
|
65
|
+
- "It’s not over! Everybody betray me! I fed up with this world!"
|
66
|
+
- "How could you do this to me?! I gave you seven years of my life! And you betray me."
|
67
|
+
- "Aughhhhhhhh!!! Everybody betray me. I don’t have a friend in the world."
|
68
|
+
- "As far as I’m concerned, you can drop off the earth. That’s a promise"
|
@@ -0,0 +1,32 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
rush:
|
4
|
+
players:
|
5
|
+
- Geddy Lee
|
6
|
+
- Alex Lifeson
|
7
|
+
- Neil Peart
|
8
|
+
- John Rutsey
|
9
|
+
albums:
|
10
|
+
- Rush
|
11
|
+
- Fly by Night
|
12
|
+
- Caress of Steel
|
13
|
+
- '2112'
|
14
|
+
- A Farewell to Kings
|
15
|
+
- Hemispheres
|
16
|
+
- Permanent Waves
|
17
|
+
- Moving Pictures
|
18
|
+
- Signals
|
19
|
+
- Grace Under Pressure
|
20
|
+
- Power Windows
|
21
|
+
- Hold Your Fire
|
22
|
+
- Presto
|
23
|
+
- Roll the Bones
|
24
|
+
- Counterparts
|
25
|
+
- Test for Echo
|
26
|
+
- Vapor Trails
|
27
|
+
- Snakes & Arrows
|
28
|
+
- Clockwork Angels
|
29
|
+
- All the World's a Stage
|
30
|
+
- Exit...Stage Left
|
31
|
+
- A Show of Hands
|
32
|
+
- Different Stages
|
@@ -2,55 +2,52 @@ en:
|
|
2
2
|
faker:
|
3
3
|
shakespeare:
|
4
4
|
hamlet: [
|
5
|
-
"To be, or not to be
|
5
|
+
"To be, or not to be, that is the question",
|
6
6
|
"Neither a borrower nor a lender be; For loan oft loses both itself and friend, and borrowing dulls the edge of husbandry.",
|
7
|
-
"This above all: to thine own self be true.",
|
7
|
+
"This above all: to thine own self be true, and it must follow, as the night the day, thou canst not then be false to any man.",
|
8
8
|
"Though this be madness, yet there is method in't.",
|
9
|
-
"That it should come to this
|
9
|
+
"That it should come to this!",
|
10
10
|
"There is nothing either good or bad, but thinking makes it so.",
|
11
|
-
"What a piece of work is man!
|
11
|
+
"What a piece of work is man! How noble in reason, how infinite in faculty! In form and moving how express and admirable! In action how like an angel, in apprehension how like a god! The beauty of the world. The paragon of animals.",
|
12
12
|
"The lady doth protest too much, methinks.",
|
13
|
-
"In my mind's eye.",
|
14
13
|
"A little more than kin, and less than kind.",
|
15
14
|
"The play's the thing wherein I'll catch the conscience of the king.",
|
16
|
-
"And it must follow, as the night the day, thou canst not then be false to any man.",
|
17
15
|
"Brevity is the soul of wit.",
|
18
|
-
"Doubt that the sun doth move, doubt truth to be a liar, but never doubt I love.",
|
16
|
+
"Doubt thou the stars are fire, doubt that the sun doth move, doubt truth to be a liar, but never doubt I love.",
|
19
17
|
"Rich gifts wax poor when givers prove unkind.",
|
20
18
|
"Do you think I am easier to be played on than a pipe?",
|
21
|
-
"I will speak daggers to her
|
22
|
-
"When sorrows come, they come not single spies
|
19
|
+
"I will speak daggers to her but use none.",
|
20
|
+
"When sorrows come, they come not single spies but in battalions."
|
23
21
|
]
|
24
22
|
as_you_like_it: [
|
25
|
-
"All the world's a stage, and all the men and women merely players
|
26
|
-
"Can one desire too much of a good thing
|
23
|
+
"All the world's a stage, and all the men and women merely players; they have their exits and their entrances, and one man in his time plays many parts, his acts being seven ages.",
|
24
|
+
"Can one desire too much of a good thing?",
|
27
25
|
"I like this place and willingly could waste my time in it.",
|
28
|
-
"
|
29
|
-
"Blow, blow, thou winter wind
|
30
|
-
"True is it that we have seen better days.",
|
26
|
+
"But Oh, how bitter a thing it is to look into happiness through another man's eyes.",
|
27
|
+
"Blow, blow, thou winter wind, thou art not so unkind as man's ingratitude.",
|
28
|
+
"True is it that we have seen better days and have with holy bell been knolled to church, and sat at good men’s feasts and wiped our eyes of drops that sacred pity hath engendered.",
|
31
29
|
"For ever and a day.",
|
32
30
|
"The fool doth think he is wise, but the wise man knows himself to be a fool."
|
33
31
|
]
|
34
32
|
king_richard_iii: [
|
35
|
-
"Now is the winter of our discontent
|
36
|
-
"A horse! a horse! my kingdom for a horse
|
33
|
+
"Now is the winter of our discontent made glorious summer by this sun of York",
|
34
|
+
"A horse! a horse! my kingdom for a horse!",
|
37
35
|
"Conscience is but a word that cowards use, devised at first to keep the strong in awe.",
|
38
36
|
"So wise so young, they say, do never live long.",
|
39
|
-
"
|
37
|
+
"But then I sigh and, with a piece of scripture, tell them that God bids us do good for evil; and thus I clothe my naked villainy with odd old ends stolen out of Holy Writ, and seem a saint when most I play the devil.",
|
40
38
|
"An honest tale speeds best, being plainly told.",
|
41
39
|
"The king's name is a tower of strength.",
|
42
|
-
"The world is grown so bad
|
40
|
+
"The world is grown so bad that wrens make prey where eagles dare not perch."
|
43
41
|
]
|
44
42
|
romeo_and_juliet: [
|
45
|
-
"O Romeo, Romeo!
|
46
|
-
"It is the east, and Juliet is the sun.",
|
47
|
-
"Good
|
43
|
+
"O Romeo, Romeo! Wherefore art thou Romeo?",
|
44
|
+
"But soft! What light through yonder window breaks? It is the east, and Juliet is the sun.",
|
45
|
+
"Good night, good night! Parting is such sweet sorrow, that I shall say good night till it be morrow.",
|
48
46
|
"What's in a name? That which we call a rose by any other name would smell as sweet.",
|
49
47
|
"Wisely and slow; they stumble that run fast.",
|
50
48
|
"Tempt not a desperate man.",
|
51
49
|
"For you and I are past our dancing days.",
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"See, how she leans her cheek upon her hand! O that I were a glove upon that hand, that I might touch that cheek!.",
|
50
|
+
"Oh, she doth teach the torches to burn bright! It seems she hangs upon the cheek of night like a rich jewel in an Ethiope’s ear, beauty too rich for use, for earth too dear.",
|
51
|
+
"See how she leans her cheek upon her hand. Oh, that I were a glove upon that hand that I might touch that cheek!",
|
55
52
|
"Not stepping o'er the bounds of modesty."
|
56
53
|
]
|