faker 2.11.0 → 2.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +421 -13
- data/History.md +4 -4
- data/README.md +33 -3
- data/lib/faker.rb +28 -23
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +17 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +122 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/science.rb +26 -0
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +37 -11
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +355 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +1 -113
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +9 -0
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +3 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +42 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +133 -24
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
@@ -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
|
data/lib/locales/en/science.yml
CHANGED
@@ -1,6 +1,358 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
science:
|
4
|
-
element:
|
5
|
-
|
6
|
-
|
4
|
+
element:
|
5
|
+
- Actinium
|
6
|
+
- Aluminum
|
7
|
+
- Americium
|
8
|
+
- Antimony
|
9
|
+
- Argon
|
10
|
+
- Arsenic
|
11
|
+
- Astatine
|
12
|
+
- Barium
|
13
|
+
- Berkelium
|
14
|
+
- Beryllium
|
15
|
+
- Bismuth
|
16
|
+
- Bohrium
|
17
|
+
- Boron
|
18
|
+
- Bromine
|
19
|
+
- Cadmium
|
20
|
+
- Calcium
|
21
|
+
- Californium
|
22
|
+
- Carbon
|
23
|
+
- Cerium
|
24
|
+
- Cesium
|
25
|
+
- Chlorine
|
26
|
+
- Chromium
|
27
|
+
- Cobalt
|
28
|
+
- Copernicium
|
29
|
+
- Copper
|
30
|
+
- Curium
|
31
|
+
- Darmstadtium
|
32
|
+
- Dubnium
|
33
|
+
- Dysprosium
|
34
|
+
- Einsteinium
|
35
|
+
- Erbium
|
36
|
+
- Europium
|
37
|
+
- Fermium
|
38
|
+
- Flerovium
|
39
|
+
- Fluorine
|
40
|
+
- Francium
|
41
|
+
- Gadolinium
|
42
|
+
- Gallium
|
43
|
+
- Germanium
|
44
|
+
- Gold
|
45
|
+
- Hafnium
|
46
|
+
- Hassium
|
47
|
+
- Helium
|
48
|
+
- Holmium
|
49
|
+
- Hydrogen
|
50
|
+
- Indium
|
51
|
+
- Iodine
|
52
|
+
- Iridium
|
53
|
+
- Iron
|
54
|
+
- Krypton
|
55
|
+
- Lanthanum
|
56
|
+
- Lawrencium
|
57
|
+
- Lead
|
58
|
+
- Lithium
|
59
|
+
- Livermorium
|
60
|
+
- Lutetium
|
61
|
+
- Magnesium
|
62
|
+
- Manganese
|
63
|
+
- Meitnerium
|
64
|
+
- Mendelevium
|
65
|
+
- Mercury
|
66
|
+
- Molybdenum
|
67
|
+
- Moscovium
|
68
|
+
- Neodymium
|
69
|
+
- Neon
|
70
|
+
- Neptunium
|
71
|
+
- Nickel
|
72
|
+
- Nihonium
|
73
|
+
- Niobium
|
74
|
+
- Nitrogen
|
75
|
+
- Nobelium
|
76
|
+
- Oganesson
|
77
|
+
- Osmium
|
78
|
+
- Oxygen
|
79
|
+
- Palladium
|
80
|
+
- Phosphorus
|
81
|
+
- Platinum
|
82
|
+
- Plutonium
|
83
|
+
- Polonium
|
84
|
+
- Potassium
|
85
|
+
- Praseodymium
|
86
|
+
- Promethium
|
87
|
+
- Protactinium
|
88
|
+
- Radium
|
89
|
+
- Radon
|
90
|
+
- Rhenium
|
91
|
+
- Rhodium
|
92
|
+
- Roentgenium
|
93
|
+
- Rubidium
|
94
|
+
- Ruthenium
|
95
|
+
- Rutherfordium
|
96
|
+
- Samarium
|
97
|
+
- Scandium
|
98
|
+
- Seaborgium
|
99
|
+
- Selenium
|
100
|
+
- Silicon
|
101
|
+
- Silver
|
102
|
+
- Sodium
|
103
|
+
- Strontium
|
104
|
+
- Sulfur
|
105
|
+
- Tantalum
|
106
|
+
- Technetium
|
107
|
+
- Tellurium
|
108
|
+
- Tennessine
|
109
|
+
- Terbium
|
110
|
+
- Thallium
|
111
|
+
- Thorium
|
112
|
+
- Thulium
|
113
|
+
- Tin
|
114
|
+
- Titanium
|
115
|
+
- Tungsten
|
116
|
+
- Uranium
|
117
|
+
- Vanadium
|
118
|
+
- Xenon
|
119
|
+
- Ytterbium
|
120
|
+
- Yttrium
|
121
|
+
- Zinc
|
122
|
+
- Zirconium
|
123
|
+
element_symbol:
|
124
|
+
- H
|
125
|
+
- He
|
126
|
+
- Li
|
127
|
+
- Be
|
128
|
+
- B
|
129
|
+
- C
|
130
|
+
- "N"
|
131
|
+
- O
|
132
|
+
- F
|
133
|
+
- Ne
|
134
|
+
- Na
|
135
|
+
- Mg
|
136
|
+
- Al
|
137
|
+
- Si
|
138
|
+
- P
|
139
|
+
- S
|
140
|
+
- Cl
|
141
|
+
- Ar
|
142
|
+
- K
|
143
|
+
- Ca
|
144
|
+
- Sc
|
145
|
+
- Ti
|
146
|
+
- V
|
147
|
+
- Cr
|
148
|
+
- Mn
|
149
|
+
- Fe
|
150
|
+
- Co
|
151
|
+
- Ni
|
152
|
+
- Cu
|
153
|
+
- Zn
|
154
|
+
- Ga
|
155
|
+
- Ge
|
156
|
+
- As
|
157
|
+
- Se
|
158
|
+
- Br
|
159
|
+
- Kr
|
160
|
+
- Rb
|
161
|
+
- Sr
|
162
|
+
- "Y"
|
163
|
+
- Zr
|
164
|
+
- Nb
|
165
|
+
- Mo
|
166
|
+
- Tc
|
167
|
+
- Ru
|
168
|
+
- Rh
|
169
|
+
- Pd
|
170
|
+
- Ag
|
171
|
+
- Cd
|
172
|
+
- In
|
173
|
+
- Sn
|
174
|
+
- Sb
|
175
|
+
- Te
|
176
|
+
- I
|
177
|
+
- Xe
|
178
|
+
- Cs
|
179
|
+
- Ba
|
180
|
+
- La
|
181
|
+
- Ce
|
182
|
+
- Pr
|
183
|
+
- Nd
|
184
|
+
- Pm
|
185
|
+
- Sm
|
186
|
+
- Eu
|
187
|
+
- Gd
|
188
|
+
- Tb
|
189
|
+
- Dy
|
190
|
+
- Ho
|
191
|
+
- Er
|
192
|
+
- Tm
|
193
|
+
- Yb
|
194
|
+
- Lu
|
195
|
+
- Hf
|
196
|
+
- Ta
|
197
|
+
- W
|
198
|
+
- Re
|
199
|
+
- Os
|
200
|
+
- Ir
|
201
|
+
- Pt
|
202
|
+
- Au
|
203
|
+
- Hg
|
204
|
+
- Tl
|
205
|
+
- Pb
|
206
|
+
- Bi
|
207
|
+
- Po
|
208
|
+
- At
|
209
|
+
- Rn
|
210
|
+
- Fr
|
211
|
+
- Ra
|
212
|
+
- Ac
|
213
|
+
- Th
|
214
|
+
- Pa
|
215
|
+
- U
|
216
|
+
- Np
|
217
|
+
- Pu
|
218
|
+
- Am
|
219
|
+
- Cm
|
220
|
+
- Bk
|
221
|
+
- Cf
|
222
|
+
- Es
|
223
|
+
- Fm
|
224
|
+
- Md
|
225
|
+
- "No"
|
226
|
+
- Lr
|
227
|
+
- Rf
|
228
|
+
- Db
|
229
|
+
- Sg
|
230
|
+
- Bh
|
231
|
+
- Hs
|
232
|
+
- Mt
|
233
|
+
- Ds
|
234
|
+
- Rg
|
235
|
+
- Cn
|
236
|
+
- Nh
|
237
|
+
- Fl
|
238
|
+
- Mc
|
239
|
+
- Lv
|
240
|
+
- Ts
|
241
|
+
- Og
|
242
|
+
element_state:
|
243
|
+
- Gas
|
244
|
+
- Liquid
|
245
|
+
- Plasma
|
246
|
+
- Solid
|
247
|
+
- Unknown
|
248
|
+
element_subcategory:
|
249
|
+
- Alkali metal
|
250
|
+
- Alkaline earth metal
|
251
|
+
- Lanthanide Actinide
|
252
|
+
- Metalloid
|
253
|
+
- Noble gas
|
254
|
+
- Post-transition metal
|
255
|
+
- Reactive nonmetal
|
256
|
+
- Transition metal
|
257
|
+
- Unknown chemical properties
|
258
|
+
scientist:
|
259
|
+
- Albert Einstein
|
260
|
+
- Albrecht von Haller
|
261
|
+
- Alexander Fleming
|
262
|
+
- Alfred Binet
|
263
|
+
- Alfred Kinsey
|
264
|
+
- Alfred Wegener
|
265
|
+
- Andreas Vesalius
|
266
|
+
- Antoine Laurent Lavoisier
|
267
|
+
- Anton van Leeuwenhoek
|
268
|
+
- Archimedes
|
269
|
+
- Arthur Eddington
|
270
|
+
- August Kekule
|
271
|
+
- B. F. Skinner
|
272
|
+
- Carl Gauss (Karl Friedrich Gauss)
|
273
|
+
- Carl Linnaeus
|
274
|
+
- Charles Darwin
|
275
|
+
- Charles Lyell
|
276
|
+
- Charles Sherrington
|
277
|
+
- Christiaan Huygens
|
278
|
+
- Claude Bernard
|
279
|
+
- Claude Levi-Strauss
|
280
|
+
- Comte de Buffon
|
281
|
+
- Dmitri Mendeleev
|
282
|
+
- Edward O. Wilson
|
283
|
+
- Edward Teller
|
284
|
+
- Edwin Hubble
|
285
|
+
- Emil Fischer
|
286
|
+
- Emil Kraepelin
|
287
|
+
- Enrico Fermi
|
288
|
+
- Ernest Rutherford
|
289
|
+
- Ernst Haeckel
|
290
|
+
- Ernst Mayr
|
291
|
+
- Erwin Schrodinger
|
292
|
+
- Euclid
|
293
|
+
- Francis Crick
|
294
|
+
- Francis Galton
|
295
|
+
- Franz Boas
|
296
|
+
- Frederick Gowland Hopkins
|
297
|
+
- Frederick Sanger
|
298
|
+
- Galileo Galilei
|
299
|
+
- George Gaylord Simpson
|
300
|
+
- Gertrude Belle Elion
|
301
|
+
- Gregor Mendel
|
302
|
+
- Gustav Kirchhoff
|
303
|
+
- Hans Bethe
|
304
|
+
- Hans Selye
|
305
|
+
- Heike Kamerlingh Onnes
|
306
|
+
- Hermann von Helmholtz
|
307
|
+
- Isaac Newton
|
308
|
+
- J. Robert Oppenheimer
|
309
|
+
- James Clerk Maxwell
|
310
|
+
- James Watson
|
311
|
+
- Jean Baptiste Lamarck
|
312
|
+
- Jean Piaget
|
313
|
+
- Johannes Kepler
|
314
|
+
- John Bardeen
|
315
|
+
- John Dalton
|
316
|
+
- John von Neumann
|
317
|
+
- Jonas Salk
|
318
|
+
- Joseph J. Thomson
|
319
|
+
- Justus Liebig
|
320
|
+
- Karl Landsteiner
|
321
|
+
- Konrad Lorenz
|
322
|
+
- Leonard Euler
|
323
|
+
- Linus Pauling
|
324
|
+
- Louis Pasteur
|
325
|
+
- Louis Victor de Broglie
|
326
|
+
- Lucretius
|
327
|
+
- Ludwig Boltzmann
|
328
|
+
- Lynn Margulis
|
329
|
+
- Marcello Malpighi
|
330
|
+
- Marie Curie
|
331
|
+
- Max Born
|
332
|
+
- Max Delbruck
|
333
|
+
- Max Planck
|
334
|
+
- Max von Laue
|
335
|
+
- Michael Faraday
|
336
|
+
- Murray Gell-Mann
|
337
|
+
- Neils Bohr
|
338
|
+
- Nicolaus Copernicus
|
339
|
+
- Noam Chomsky
|
340
|
+
- Paul Dirac
|
341
|
+
- Paul Ehrlich
|
342
|
+
- Pierre Simon de Laplace
|
343
|
+
- Richard Feynman
|
344
|
+
- Robert Koch
|
345
|
+
- Rudolf Virchow
|
346
|
+
- Sheldon Glashow
|
347
|
+
- Sigmund Freud
|
348
|
+
- Stephen Hawking
|
349
|
+
- Theodosius Dobzhansky
|
350
|
+
- Thomas Hunt Morgan
|
351
|
+
- Trofim Lysenko
|
352
|
+
- Tycho Brahe
|
353
|
+
- Werner Heisenberg
|
354
|
+
- Wilhelm Wundt
|
355
|
+
- Willard Libby
|
356
|
+
- William Bayliss
|
357
|
+
- William Harvey
|
358
|
+
- William Herschel
|