faker 1.8.7 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +1423 -6
- data/History.md +4 -4
- data/License.txt +2 -2
- data/README.md +301 -126
- data/bin/faker +5 -0
- data/lib/faker.rb +150 -61
- data/lib/faker/blockchain/aeternity.rb +70 -0
- data/lib/faker/blockchain/bitcoin.rb +60 -0
- data/lib/faker/blockchain/ethereum.rb +26 -0
- data/lib/faker/blockchain/tezos.rb +135 -0
- data/lib/faker/books/book.rb +61 -0
- data/lib/faker/books/culture_series.rb +83 -0
- data/lib/faker/books/dune.rb +132 -0
- data/lib/faker/books/lovecraft.rb +280 -0
- data/lib/faker/creature/animal.rb +22 -0
- data/lib/faker/creature/cat.rb +50 -0
- data/lib/faker/creature/dog.rb +115 -0
- data/lib/faker/creature/horse.rb +37 -0
- data/lib/faker/default/address.rb +368 -0
- data/lib/faker/default/alphanumeric.rb +73 -0
- data/lib/faker/default/ancient.rb +59 -0
- data/lib/faker/default/app.rb +77 -0
- data/lib/faker/default/appliance.rb +33 -0
- data/lib/faker/default/artist.rb +20 -0
- data/lib/faker/default/avatar.rb +60 -0
- data/lib/faker/default/bank.rb +207 -0
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +113 -0
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/boolean.rb +26 -0
- data/lib/faker/default/bossa_nova.rb +33 -0
- data/lib/faker/default/business.rb +50 -0
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +135 -0
- data/lib/faker/default/chile_rut.rb +98 -0
- data/lib/faker/default/chuck_norris.rb +25 -0
- data/lib/faker/default/code.rb +282 -0
- data/lib/faker/default/coffee.rb +82 -0
- data/lib/faker/default/coin.rb +33 -0
- data/lib/faker/default/color.rb +79 -0
- data/lib/faker/default/commerce.rb +143 -0
- data/lib/faker/default/company.rb +581 -0
- data/lib/faker/default/compass.rb +202 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +83 -0
- data/lib/faker/default/cosmere.rb +138 -0
- data/lib/faker/default/crypto.rb +48 -0
- data/lib/faker/default/crypto_coin.rb +94 -0
- data/lib/faker/default/currency.rb +46 -0
- data/lib/faker/default/date.rb +186 -0
- data/lib/faker/default/dc_comics.rb +70 -0
- data/lib/faker/default/demographic.rb +98 -0
- data/lib/faker/default/dessert.rb +48 -0
- data/lib/faker/default/device.rb +85 -0
- data/lib/faker/default/driving_licence.rb +131 -0
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +102 -0
- data/lib/faker/default/electrical_components.rb +48 -0
- data/lib/faker/default/esport.rb +72 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +100 -0
- data/lib/faker/default/fillmurray.rb +45 -0
- data/lib/faker/default/finance.rb +89 -0
- data/lib/faker/default/food.rb +113 -0
- data/lib/faker/default/funny_name.rb +90 -0
- data/lib/faker/default/gender.rb +46 -0
- data/lib/faker/default/greek_philosophers.rb +33 -0
- data/lib/faker/default/hacker.rb +103 -0
- data/lib/faker/default/hipster.rb +194 -0
- data/lib/faker/default/house.rb +33 -0
- data/lib/faker/default/id_number.rb +279 -0
- data/lib/faker/default/industry_segments.rb +61 -0
- data/lib/faker/default/internet.rb +584 -0
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +136 -0
- data/lib/faker/default/job.rb +61 -0
- data/lib/faker/default/json.rb +143 -0
- data/lib/faker/default/kpop.rb +85 -0
- data/lib/faker/default/lorem.rb +306 -0
- data/lib/faker/default/lorem_flickr.rb +138 -0
- data/lib/faker/default/lorem_pixel.rb +70 -0
- data/lib/faker/default/markdown.rb +175 -0
- data/lib/faker/default/marketing.rb +22 -0
- data/lib/faker/default/measurement.rb +207 -0
- data/lib/faker/default/military.rb +98 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +156 -0
- data/lib/faker/default/nation.rb +76 -0
- data/lib/faker/default/nato_phonetic_alphabet.rb +20 -0
- data/lib/faker/default/nhs.rb +57 -0
- data/lib/faker/default/number.rb +289 -0
- data/lib/faker/default/omniauth.rb +461 -0
- data/lib/faker/default/phone_number.rb +137 -0
- data/lib/faker/default/placeholdit.rb +63 -0
- data/lib/faker/default/programming_language.rb +33 -0
- data/lib/faker/default/relationship.rb +91 -0
- data/lib/faker/default/restaurant.rb +63 -0
- data/lib/faker/default/science.rb +46 -0
- data/lib/faker/default/slack_emoji.rb +124 -0
- data/lib/faker/default/source.rb +76 -0
- data/lib/faker/default/south_africa.rb +141 -0
- data/lib/faker/default/space.rb +191 -0
- data/lib/faker/default/string.rb +66 -0
- data/lib/faker/default/stripe.rb +142 -0
- data/lib/faker/default/subscription.rb +70 -0
- data/lib/faker/default/superhero.rb +72 -0
- data/lib/faker/default/team.rb +74 -0
- data/lib/faker/default/time.rb +179 -0
- data/lib/faker/default/twitter.rb +223 -0
- data/lib/faker/default/types.rb +182 -0
- data/lib/faker/default/university.rb +75 -0
- data/lib/faker/default/vehicle.rb +342 -0
- data/lib/faker/default/verb.rb +72 -0
- data/lib/faker/default/world_cup.rb +86 -0
- 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/dota.rb +80 -0
- data/lib/faker/games/elder_scrolls.rb +139 -0
- data/lib/faker/games/fallout.rb +62 -0
- data/lib/faker/games/game.rb +48 -0
- data/lib/faker/games/half_life.rb +48 -0
- data/lib/faker/games/heroes.rb +61 -0
- data/lib/faker/games/heroes_of_the_storm.rb +72 -0
- data/lib/faker/games/league_of_legends.rb +87 -0
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/myst.rb +74 -0
- data/lib/faker/games/overwatch.rb +48 -0
- data/lib/faker/games/pokemon.rb +48 -0
- data/lib/faker/games/sonic_the_hedgehog.rb +48 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/super_smash_bros.rb +35 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +87 -0
- data/lib/faker/games/world_of_warcraft.rb +60 -0
- data/lib/faker/games/zelda.rb +62 -0
- 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 +48 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/one_piece.rb +87 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/japanese_media/sword_art_online.rb +61 -0
- data/lib/faker/movies/back_to_the_future.rb +49 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/ghostbusters.rb +49 -0
- data/lib/faker/movies/harry_potter.rb +87 -0
- data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +106 -0
- data/lib/faker/movies/hobbit.rb +62 -0
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lebowski.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +49 -0
- data/lib/faker/movies/movie.rb +33 -0
- data/lib/faker/movies/princess_bride.rb +36 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +273 -0
- data/lib/faker/movies/v_for_vendetta.rb +50 -0
- data/lib/faker/music/grateful_dead.rb +37 -0
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +133 -0
- data/lib/faker/music/opera.rb +298 -0
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +48 -0
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +34 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/music/umphreys_mcgee.rb +22 -0
- data/lib/faker/quotes/chiquito.rb +80 -0
- data/lib/faker/quotes/quote.rb +111 -0
- data/lib/faker/quotes/rajnikanth.rb +27 -0
- data/lib/faker/quotes/shakespeare.rb +111 -0
- data/lib/faker/sports/basketball.rb +61 -0
- data/lib/faker/sports/football.rb +74 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +37 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/bojack_horseman.rb +51 -0
- data/lib/faker/tv_shows/breaking_bad.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +89 -0
- data/lib/faker/tv_shows/community.rb +38 -0
- data/lib/faker/tv_shows/dr_who.rb +115 -0
- data/lib/faker/tv_shows/dumb_and_dumber.rb +51 -0
- data/lib/faker/tv_shows/family_guy.rb +51 -0
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/friends.rb +50 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/game_of_thrones.rb +77 -0
- data/lib/faker/tv_shows/hey_arnold.rb +50 -0
- data/lib/faker/tv_shows/how_i_met_your_mother.rb +64 -0
- data/lib/faker/tv_shows/michael_scott.rb +26 -0
- data/lib/faker/tv_shows/new_girl.rb +38 -0
- data/lib/faker/tv_shows/parks_and_rec.rb +37 -0
- data/lib/faker/tv_shows/rick_and_morty.rb +51 -0
- data/lib/faker/tv_shows/ru_paul.rb +37 -0
- data/lib/faker/tv_shows/seinfeld.rb +51 -0
- data/lib/faker/tv_shows/silicon_valley.rb +118 -0
- data/lib/faker/tv_shows/simpsons.rb +65 -0
- data/lib/faker/tv_shows/south_park.rb +38 -0
- data/lib/faker/tv_shows/star_trek.rb +63 -0
- data/lib/faker/tv_shows/stargate.rb +51 -0
- data/lib/faker/tv_shows/stranger_things.rb +38 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_expanse.rb +63 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +64 -0
- data/lib/faker/tv_shows/the_it_crowd.rb +64 -0
- data/lib/faker/tv_shows/the_thick_of_it.rb +51 -0
- data/lib/faker/tv_shows/twin_peaks.rb +51 -0
- data/lib/faker/tv_shows/venture_bros.rb +65 -0
- data/lib/faker/version.rb +3 -1
- data/lib/helpers/base58.rb +22 -0
- data/lib/helpers/char.rb +31 -35
- data/lib/helpers/unique_generator.rb +28 -2
- data/lib/locales/README.md +8 -9
- data/lib/locales/ar.yml +102 -0
- data/lib/locales/bg.yml +5 -2
- data/lib/locales/ca-CAT.yml +1 -1
- data/lib/locales/ca.yml +2 -4
- data/lib/locales/da-DK.yml +10 -6
- data/lib/locales/de-AT.yml +12 -3
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +19 -9
- data/lib/locales/ee.yml +61 -0
- data/lib/locales/en-AU.yml +50 -8
- data/lib/locales/en-CA.yml +27 -2
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-IND.yml +5 -2
- data/lib/locales/en-MS.yml +8 -1
- data/lib/locales/en-NEP.yml +6 -3
- data/lib/locales/en-NG.yml +2 -0
- data/lib/locales/en-NZ.yml +140 -17
- data/lib/locales/en-PAK.yml +4 -2
- data/lib/locales/en-SG.yml +6 -1
- data/lib/locales/en-TH.yml +360 -0
- data/lib/locales/en-US.yml +37 -9
- data/lib/locales/en-ZA.yml +114 -17
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -1
- data/lib/locales/en/address.yml +501 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +6 -0
- data/lib/locales/en/appliance.yml +5 -0
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +275 -60
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/basketball.yml +99 -0
- data/lib/locales/en/beer.yml +2 -1
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/bojack_horseman.yml +6 -0
- data/lib/locales/en/buffy.yml +260 -0
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cannabis.yml +13 -0
- data/lib/locales/en/cat.yml +5 -4
- data/lib/locales/en/chiquito.yml +64 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/coin.yml +6 -0
- data/lib/locales/en/color.yml +1 -1
- data/lib/locales/en/community.yml +33 -0
- data/lib/locales/en/company.yml +3 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/construction.yml +425 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/cosmere.yml +57 -0
- data/lib/locales/en/crypto_coin.yml +25 -0
- data/lib/locales/en/culture_series.yml +307 -0
- data/lib/locales/en/currency.yml +6 -0
- data/lib/locales/en/dc_comics.yml +52 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/dessert.yml +3 -3
- data/lib/locales/en/device.yml +115 -0
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/dog.yml +9 -9
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +573 -0
- data/lib/locales/en/dr_who.yml +6 -2
- 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/dumb_and_dumber.yml +1 -1
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +76 -6
- data/lib/locales/en/elder_scrolls.yml +583 -5
- data/lib/locales/en/electrical_components.yml +6 -0
- data/lib/locales/en/esport.yml +5 -5
- data/lib/locales/en/fallout.yml +313 -134
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +116 -0
- data/lib/locales/en/food.yml +6 -2
- data/lib/locales/en/football.yml +8 -0
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/friends.yml +3 -3
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/game.yml +283 -0
- data/lib/locales/en/gender.yml +6 -0
- data/lib/locales/en/ghostbusters.yml +91 -0
- data/lib/locales/en/grateful_dead.yml +48 -0
- data/lib/locales/en/greek_philosophers.yml +26 -0
- data/lib/locales/en/half_life.yml +88 -0
- data/lib/locales/en/harry_potter.yml +2 -1
- data/lib/locales/en/heroes.yml +411 -0
- data/lib/locales/en/heroes_of_the_storm.yml +134 -0
- data/lib/locales/en/horse.yml +6 -0
- data/lib/locales/en/house.yml +5 -0
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/industry_segments.yml +7 -0
- data/lib/locales/en/invoice.yml +6 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/job.yml +2 -2
- data/lib/locales/en/kpop.yml +3 -3
- data/lib/locales/en/league_of_legends.yml +287 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lorem.yml +6 -0
- data/lib/locales/en/marketing.yml +4 -0
- data/lib/locales/en/michael_scott.yml +45 -0
- data/lib/locales/en/military.yml +182 -0
- 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 -1
- data/lib/locales/en/myst.yml +104 -0
- data/lib/locales/en/name.yml +15 -14
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/nation.yml +11 -0
- data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
- data/lib/locales/en/new_girl.yml +40 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +340 -0
- data/lib/locales/en/overwatch.yml +2652 -33
- data/lib/locales/en/parks_and_rec.yml +7 -0
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +395 -0
- data/lib/locales/en/phone_number.yml +2 -1
- data/lib/locales/en/pokemon.yml +419 -5
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/princess_bride.yml +5 -0
- data/lib/locales/en/programming_language.yml +2 -1
- data/lib/locales/en/quote.yml +695 -0
- data/lib/locales/en/rajnikanth.yml +77 -0
- data/lib/locales/en/relationship.yml +10 -0
- data/lib/locales/en/restaurant.yml +129 -0
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rupaul.yml +51 -21
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +1 -0
- data/lib/locales/en/seinfeld.yml +2 -1
- data/lib/locales/en/shakespeare.yml +23 -26
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/silicon_valley.yml +1 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
- data/lib/locales/en/source.yml +46 -0
- data/lib/locales/en/south_park.yml +5 -0
- data/lib/locales/en/space.yml +3 -2
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -210
- data/lib/locales/en/stargate.yml +1 -2
- data/lib/locales/en/stranger_thing.yml +36 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/stripe.yml +42 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/subscription.yml +8 -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 +220 -0
- data/lib/locales/en/sword_art_online.yml +334 -0
- data/lib/locales/en/team.yml +1 -1
- data/lib/locales/en/the_expanse.yml +7 -0
- data/lib/locales/en/the_it_crowd.yml +155 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/vehicle.yml +77 -49
- data/lib/locales/en/verbs.yml +8 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +391 -8
- data/lib/locales/en/world_cup.yml +271 -0
- data/lib/locales/en/world_of_warcraft.yml +124 -5
- data/lib/locales/en/zelda.yml +964 -5
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es-MX.yml +17 -1
- data/lib/locales/es.yml +75 -1
- data/lib/locales/fa.yml +6 -0
- data/lib/locales/fi-FI.yml +12 -6
- data/lib/locales/fr-CA.yml +107 -0
- data/lib/locales/fr-CH.yml +78 -0
- data/lib/locales/fr.yml +65 -12
- data/lib/locales/he.yml +2 -0
- data/lib/locales/hy.yml +411 -0
- data/lib/locales/id.yml +7 -2
- data/lib/locales/it.yml +15 -3
- data/lib/locales/ja.yml +86 -15
- data/lib/locales/ko.yml +96 -2
- data/lib/locales/lv.yml +55 -0
- data/lib/locales/nb-NO.yml +15 -6
- data/lib/locales/nl.yml +13 -4
- data/lib/locales/no.yml +7 -0
- data/lib/locales/pl.yml +12 -1
- data/lib/locales/pt-BR.yml +624 -17
- data/lib/locales/pt.yml +16 -6
- data/lib/locales/ru.yml +6 -2
- data/lib/locales/sk.yml +21 -13
- data/lib/locales/sv.yml +15 -7
- data/lib/locales/th.yml +380 -0
- data/lib/locales/tr.yml +14 -0
- data/lib/locales/uk.yml +17 -4
- data/lib/locales/vi.yml +7 -2
- data/lib/locales/zh-CN.yml +4 -4
- data/lib/locales/zh-TW.yml +3 -1
- metadata +448 -127
- data/lib/extensions/array.rb +0 -22
- data/lib/extensions/symbol.rb +0 -9
- data/lib/faker/address.rb +0 -67
- data/lib/faker/ancient.rb +0 -21
- data/lib/faker/app.rb +0 -23
- data/lib/faker/aqua_teen_hunger_force.rb +0 -9
- data/lib/faker/artist.rb +0 -9
- data/lib/faker/avatar.rb +0 -15
- data/lib/faker/back_to_the_future.rb +0 -17
- data/lib/faker/bank.rb +0 -37
- data/lib/faker/beer.rb +0 -40
- data/lib/faker/bitcoin.rb +0 -48
- data/lib/faker/book.rb +0 -23
- data/lib/faker/boolean.rb +0 -9
- data/lib/faker/bossa_nova.rb +0 -13
- data/lib/faker/breaking_bad.rb +0 -16
- data/lib/faker/business.rb +0 -22
- data/lib/faker/cat.rb +0 -19
- data/lib/faker/chuck_norris.rb +0 -11
- data/lib/faker/code.rb +0 -147
- data/lib/faker/coffee.rb +0 -29
- data/lib/faker/color.rb +0 -30
- data/lib/faker/commerce.rb +0 -64
- data/lib/faker/company.rb +0 -162
- data/lib/faker/compass.rb +0 -65
- data/lib/faker/crypto.rb +0 -19
- data/lib/faker/date.rb +0 -80
- data/lib/faker/demographic.rb +0 -35
- data/lib/faker/dessert.rb +0 -19
- data/lib/faker/dog.rb +0 -39
- data/lib/faker/dr_who.rb +0 -34
- data/lib/faker/dragon_ball.rb +0 -9
- data/lib/faker/dumb_and_dumber.rb +0 -17
- data/lib/faker/dune.rb +0 -54
- data/lib/faker/educator.rb +0 -23
- data/lib/faker/elder_scrolls.rb +0 -21
- data/lib/faker/esport.rb +0 -25
- data/lib/faker/fallout.rb +0 -21
- data/lib/faker/family_guy.rb +0 -17
- data/lib/faker/file.rb +0 -24
- data/lib/faker/fillmurray.rb +0 -14
- data/lib/faker/finance.rb +0 -28
- data/lib/faker/food.rb +0 -25
- data/lib/faker/friends.rb +0 -17
- data/lib/faker/funny_name.rb +0 -43
- data/lib/faker/game_of_thrones.rb +0 -25
- data/lib/faker/hacker.rb +0 -45
- data/lib/faker/harry_potter.rb +0 -25
- data/lib/faker/hey_arnold.rb +0 -17
- data/lib/faker/hipster.rb +0 -59
- data/lib/faker/hitchhikers_guide_to_the_galaxy.rb +0 -33
- data/lib/faker/hobbit.rb +0 -21
- data/lib/faker/how_i_met_your_mother.rb +0 -21
- data/lib/faker/id_number.rb +0 -36
- data/lib/faker/internet.rb +0 -178
- data/lib/faker/job.rb +0 -16
- data/lib/faker/kpop.rb +0 -29
- data/lib/faker/league_of_legends.rb +0 -29
- data/lib/faker/lebowski.rb +0 -17
- data/lib/faker/lord_of_the_rings.rb +0 -13
- data/lib/faker/lorem.rb +0 -68
- data/lib/faker/lorem_pixel.rb +0 -21
- data/lib/faker/lovecraft.rb +0 -73
- data/lib/faker/markdown.rb +0 -67
- data/lib/faker/matz.rb +0 -9
- data/lib/faker/measurement.rb +0 -127
- data/lib/faker/most_interesting_man_in_the_world.rb +0 -9
- data/lib/faker/movie.rb +0 -9
- data/lib/faker/music.rb +0 -33
- data/lib/faker/name.rb +0 -46
- data/lib/faker/number.rb +0 -86
- data/lib/faker/omniauth.rb +0 -340
- data/lib/faker/one_piece.rb +0 -29
- data/lib/faker/overwatch.rb +0 -17
- data/lib/faker/phone_number.rb +0 -44
- data/lib/faker/placeholdit.rb +0 -20
- data/lib/faker/pokemon.rb +0 -17
- data/lib/faker/programming_language.rb +0 -13
- data/lib/faker/rick_and_morty.rb +0 -17
- data/lib/faker/robin.rb +0 -9
- data/lib/faker/rock_band.rb +0 -9
- data/lib/faker/rupaul.rb +0 -15
- data/lib/faker/science.rb +0 -15
- data/lib/faker/seinfeld.rb +0 -13
- data/lib/faker/shakespeare.rb +0 -40
- data/lib/faker/silicon_valley.rb +0 -33
- data/lib/faker/simpsons.rb +0 -22
- data/lib/faker/slack_emoji.rb +0 -43
- data/lib/faker/space.rb +0 -58
- data/lib/faker/star_trek.rb +0 -21
- data/lib/faker/star_wars.rb +0 -102
- data/lib/faker/stargate.rb +0 -17
- data/lib/faker/superhero.rb +0 -25
- data/lib/faker/team.rb +0 -24
- data/lib/faker/the_fresh_prince_of_bel_air.rb +0 -17
- data/lib/faker/the_thick_of_it.rb +0 -17
- data/lib/faker/time.rb +0 -51
- data/lib/faker/twin_peaks.rb +0 -17
- data/lib/faker/twitter.rb +0 -172
- data/lib/faker/types.rb +0 -93
- data/lib/faker/umphreys_mcgee.rb +0 -9
- data/lib/faker/university.rb +0 -28
- data/lib/faker/v_for_vendetta.rb +0 -17
- data/lib/faker/vehicle.rb +0 -39
- data/lib/faker/venture_bros.rb +0 -21
- data/lib/faker/witcher.rb +0 -29
- data/lib/faker/world_of_warcraft.rb +0 -13
- data/lib/faker/yoda.rb +0 -10
- data/lib/faker/zelda.rb +0 -22
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -5
- data/lib/locales/en/matz.yml +0 -28
- data/lib/locales/en/most_interesting_man_in_the_world.yml +0 -106
- data/lib/locales/en/robin.yml +0 -4
@@ -0,0 +1,95 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
drone:
|
4
|
+
name:
|
5
|
+
- 'DJI Mavic Air 2'
|
6
|
+
- 'DJI Mavic Air'
|
7
|
+
- 'DJI Mavic 2 Pro'
|
8
|
+
- 'DJI Mavic Mini'
|
9
|
+
- 'DJI Mavic Pro'
|
10
|
+
- 'DJI Phantom 4 RTK'
|
11
|
+
- 'DJI Phantom 4 Pro'
|
12
|
+
- 'DJI Inspire 2'
|
13
|
+
- 'DJI Matrice 300 RTK'
|
14
|
+
- 'DJI Matrice 600 Pro'
|
15
|
+
- 'DJI Agras T16'
|
16
|
+
- 'Parrot ANAFI Thermal'
|
17
|
+
- 'Yuneec H520 RTK'
|
18
|
+
- 'Yuneec H520'
|
19
|
+
- 'Yuneec Typhoon H3'
|
20
|
+
- 'Yuneec Typhoon H Plus'
|
21
|
+
- 'SenseFly eBee X'
|
22
|
+
- 'SenseFly eBee SQ'
|
23
|
+
- 'SenseFly eBee Plus'
|
24
|
+
- 'SenseFly eBee Classic'
|
25
|
+
- 'FreeFly Alta X'
|
26
|
+
- 'FreeFly Alta Pro'
|
27
|
+
- 'FreeFly Alta 8'
|
28
|
+
- 'FlyAbility Elios 2'
|
29
|
+
- 'FlyAbility Elios'
|
30
|
+
- 'Autel Evo II Pro 6K'
|
31
|
+
- 'Autel Evo II 8K'
|
32
|
+
- 'Delair UX 11'
|
33
|
+
- 'Delair UX AG'
|
34
|
+
- 'Delair DT26E LiDAR'
|
35
|
+
- 'Delair DT26E Surveillance'
|
36
|
+
- 'Delair DT26E Tactical'
|
37
|
+
- 'Delair DT26E Open Payload'
|
38
|
+
weight: '### g'
|
39
|
+
max_ascent_speed: '# m/s'
|
40
|
+
max_descent_speed: '# m/s'
|
41
|
+
flight_time: '## min'
|
42
|
+
max_altitude: '#### m'
|
43
|
+
max_flight_distance: '#### m'
|
44
|
+
max_speed: '## m/s'
|
45
|
+
max_wind_resistance: '##.# m/s'
|
46
|
+
max_angular_velocity: '##°/s'
|
47
|
+
max_tilt_angle: '##°'
|
48
|
+
operating_temperature: '##°-###°F'
|
49
|
+
battery_capacity:
|
50
|
+
- '3### mAh'
|
51
|
+
- '2### mAh'
|
52
|
+
battery_voltage: '##.#V'
|
53
|
+
battery_type:
|
54
|
+
- 'LiPo 4S'
|
55
|
+
- 'LiPo 3S'
|
56
|
+
- 'Li-Polymer'
|
57
|
+
battery_weight: '### g'
|
58
|
+
charging_temperature: '##°-###°F'
|
59
|
+
max_charging_power: '##W'
|
60
|
+
iso:
|
61
|
+
- '100-3200'
|
62
|
+
- '100-6400'
|
63
|
+
max_resolution: '##MP'
|
64
|
+
photo_format:
|
65
|
+
- 'JPEG'
|
66
|
+
- 'PNG'
|
67
|
+
- 'TIF'
|
68
|
+
video_format:
|
69
|
+
- 'MP4'
|
70
|
+
- 'FLV'
|
71
|
+
- 'MOV'
|
72
|
+
max_shutter_speed:
|
73
|
+
- '1'
|
74
|
+
- '2'
|
75
|
+
- '4'
|
76
|
+
- '8'
|
77
|
+
- '15'
|
78
|
+
- '30'
|
79
|
+
- '60'
|
80
|
+
min_shutter_speed:
|
81
|
+
- '1/8000'
|
82
|
+
- '1/4000'
|
83
|
+
- '1/2000'
|
84
|
+
- '1/1000'
|
85
|
+
- '1/500'
|
86
|
+
- '1/250'
|
87
|
+
- '1/125'
|
88
|
+
- '1/60'
|
89
|
+
- '1/30'
|
90
|
+
- '1/15'
|
91
|
+
- '1/8'
|
92
|
+
- '1/4'
|
93
|
+
- '1/2'
|
94
|
+
shutter_speed_units:
|
95
|
+
- 's'
|
@@ -18,7 +18,7 @@ en:
|
|
18
18
|
"G'day mate! Let's put another shrimp on the barbie!",
|
19
19
|
"How was your day? Not bad. Fell off the jet way again.",
|
20
20
|
"Nice set of hooters you got there! I beg your pardon? The owls! They're beautiful!",
|
21
|
-
"
|
21
|
+
"I expected the Rocky Mountains to be a little rockier than this. I was thinking the same thing. That John Denver's full of shit, man.",
|
22
22
|
"I'm going to hang by the bar... Put out the vibe.",
|
23
23
|
"So you're telling me there's a chance... YEAH!",
|
24
24
|
"One time, we successfully mated a bulldog with a Shih-Tzu. Really? That's weird. Yeah, we called it a bullshit.",
|
data/lib/locales/en/dune.yml
CHANGED
@@ -1,159 +1,429 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
dune:
|
4
|
-
characters:
|
5
|
-
|
6
|
-
|
4
|
+
characters:
|
5
|
+
- Paul "Muad'Dib" "Usul" Atreides
|
6
|
+
- Jessica Atreides
|
7
|
+
- Alia Atreides
|
8
|
+
- Leto Atreides
|
9
|
+
- Leto II Atreides
|
10
|
+
- Duncan Idaho
|
11
|
+
- Shaddam Corrino IV
|
12
|
+
- Liet-Kynes
|
13
|
+
- Vladimir Harkonnen
|
14
|
+
- Irulan
|
15
|
+
- Feyd-Rautha Rabban
|
16
|
+
- Gaius Helen Mohiam
|
17
|
+
- Thufir Hawat
|
18
|
+
- Chani
|
19
|
+
- Shadout Mapes
|
20
|
+
- Ramallo
|
21
|
+
- Otheym
|
22
|
+
- Jamis
|
23
|
+
- Harrah
|
24
|
+
- Gurney Halleck
|
25
|
+
- Glossu "Beast" Rabban
|
26
|
+
- Piter De Vries
|
27
|
+
- Miles Teg
|
28
|
+
- Hasimir Fenring
|
29
|
+
- Margot Fenring
|
30
|
+
- Murbella
|
31
|
+
- Siona Atreides
|
32
|
+
- Scytale
|
33
|
+
- Stilgar
|
34
|
+
- Wellington Yueh
|
35
|
+
- Edric
|
36
|
+
- Ilban Richese
|
37
|
+
- Dominic Vernius
|
38
|
+
- Cammar Pilru
|
39
|
+
- Hwi Noree
|
40
|
+
- Nayla
|
41
|
+
titles:
|
42
|
+
- Master of Assassins
|
43
|
+
- Judge of the Change
|
44
|
+
- Duke
|
45
|
+
- Lady
|
46
|
+
- Reverend Mother
|
47
|
+
- Sayyadina
|
48
|
+
- Padishah Emperor
|
49
|
+
- Earl
|
50
|
+
- Princess
|
51
|
+
- Prince
|
52
|
+
- Premier
|
53
|
+
- Baron
|
54
|
+
- Mentat
|
55
|
+
- Count
|
56
|
+
- Countess
|
57
|
+
- Viscount
|
58
|
+
- Master
|
59
|
+
- Doctor
|
60
|
+
- Imperial Planetologist
|
61
|
+
- Elder
|
62
|
+
- Face Dancer
|
63
|
+
- Envoy
|
64
|
+
- Guild Navigator
|
65
|
+
- Ambassador
|
66
|
+
- Fedaykin Commando
|
67
|
+
- Naib
|
68
|
+
- Fish Speaker
|
69
|
+
- Grand Patriarch
|
70
|
+
planets:
|
71
|
+
- Arrakis
|
72
|
+
- Caladan
|
73
|
+
- Dune
|
74
|
+
- Geidi Prime
|
75
|
+
- Ix
|
76
|
+
- Selusa Secundus
|
77
|
+
- Kaitain
|
78
|
+
- Ecaz
|
79
|
+
- III Delta Kaising
|
80
|
+
- IV Anbus
|
81
|
+
- Al Dhanab
|
82
|
+
- Bela Tegeuse
|
83
|
+
- Buzzell
|
84
|
+
- Chapterhouse
|
85
|
+
- Chusuk
|
86
|
+
- Corrin
|
87
|
+
- Gamont
|
88
|
+
- Gansireed
|
89
|
+
- Gangishree
|
90
|
+
- Ginaz
|
91
|
+
- Grumman
|
92
|
+
- Hagal
|
93
|
+
- Harmonthep
|
94
|
+
- Ipyr
|
95
|
+
- Junction
|
96
|
+
- Kolhar
|
97
|
+
- Lampadas
|
98
|
+
- Lankiveil
|
99
|
+
- Lernaeus
|
100
|
+
- Muritan
|
101
|
+
- Naraj
|
102
|
+
- Palma
|
103
|
+
- Parmentier
|
104
|
+
- Poritrin
|
105
|
+
- Romo
|
106
|
+
- Rossak
|
107
|
+
- Sikun
|
108
|
+
- Synchrony
|
109
|
+
- Tleilax
|
110
|
+
- Tupile
|
111
|
+
cities:
|
112
|
+
- Arrakeen
|
113
|
+
- Bandalong
|
114
|
+
- Barony
|
115
|
+
- Byzantium
|
116
|
+
- Cala City
|
117
|
+
- Carthag
|
118
|
+
- City of Introspection
|
119
|
+
- Comati
|
120
|
+
- Corrinth City
|
121
|
+
- Dar-es-Balat
|
122
|
+
- Elacca
|
123
|
+
- Giedi City
|
124
|
+
- Harko
|
125
|
+
- Niubbe
|
126
|
+
- Ritka
|
127
|
+
- Starda
|
128
|
+
- Thalidei
|
129
|
+
- Vernii
|
130
|
+
- Ysai
|
131
|
+
- Zimia
|
7
132
|
quotes:
|
8
133
|
guild_navigator:
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
134
|
+
- The spice must flow
|
135
|
+
- The Bene Gesserit Witch must leave.
|
136
|
+
- Remedy this situation, restore spice production, or you will live out your
|
137
|
+
life in a pain amplifier!
|
138
|
+
- I mean Paul Atreides. We want him killed. I did not say this. I am not here.
|
139
|
+
- Many machines on Ix. New machines, better than those on Richesse.
|
14
140
|
emperor:
|
15
|
-
|
141
|
+
- Bring in that floating fat man, the Baron!
|
16
142
|
paul:
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
143
|
+
- They tried and failed, all of them?
|
144
|
+
- There is no escape — we pay for the violence of our ancestors.
|
145
|
+
- One of the most terrible moments in a boy's life ... is when he discovers
|
146
|
+
his father and mother are human beings who share a love that he can never
|
147
|
+
quite taste. It's a loss, an awakening to the fact that the world is there
|
148
|
+
and here and we are in it alone. The moment carries its own truth; you can't
|
149
|
+
evade it.
|
150
|
+
- The eye that looks ahead to the safe course is closed forever.
|
151
|
+
- The power to destroy a thing is the absolute control over it.
|
152
|
+
- Try looking into that place where you dare not look! You'll find me there,
|
153
|
+
staring out at you!
|
154
|
+
- The sleeper has awakened!
|
155
|
+
- My name is a killing word.
|
156
|
+
- You dare suggest a Duke's son is an animal?
|
157
|
+
- You have no need for your weapons with me, Gurney Halleck.
|
158
|
+
- Carry this noble Atreides warrior away. Do him all honor.
|
159
|
+
- Some thoughts have a certain sound, that being the equivalent to a form.
|
160
|
+
Through sound and motion, you will be able to paralyze nerves, shatter bones,
|
161
|
+
set fires, suffocate an enemy or burst his organs. We will kill until no
|
162
|
+
Harkonnen breathes Arakeen air.
|
163
|
+
- If I hear any more nonsense from either of you I'll give the order that'll
|
164
|
+
destroy all spice production on Arrakis… forever.
|
165
|
+
- Superstitions sometimes have strange roots and stranger branchings
|
31
166
|
thufir:
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
167
|
+
- A popular man arouses the jealousy of the powerful.
|
168
|
+
- Parting with friends is a sadness. A place is only a place.
|
169
|
+
- It's easier to be terrified by an enemy you admire.
|
170
|
+
- "“Knowing where the trap is—that's the first step in evading it.”"
|
171
|
+
- Repression makes a religion flourish.
|
37
172
|
jessica:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
173
|
+
- And you, my son, are you one who gives or one who takes?
|
174
|
+
- A million deaths were not enough for Yueh!
|
175
|
+
- Motivating people, forcing them to your will, gives you a cynical attitude
|
176
|
+
towards humanity. It degrades everything it touches.
|
177
|
+
- What delicious abandon in the sleep of the child. Where do we lose it?
|
178
|
+
- The young reed dies so easily. Beginnings are times of such peril.
|
179
|
+
- Anything outside yourself, this you can see and apply your logic to it.
|
180
|
+
But it’s a human trait that when we encounter personal problems, these things
|
181
|
+
most deeply personal are the most difficult to bring out for our logic to
|
182
|
+
scan. We tend to flounder around, blaming everything but the actual, deep-seated
|
183
|
+
thing that’s really chewing on us.
|
184
|
+
- Is it defeatist or treacherous for a doctor to diagnose a disease correctly?
|
185
|
+
My only intention is to cure the disease.
|
186
|
+
- Think on it, Chani; the princess will have the name, yet she'll live as
|
187
|
+
less than a concubine - never to know a moment of tenderness from the man
|
188
|
+
to whom she's bound. While we, Chani, we who carry the name of concubine
|
189
|
+
- history will call us wives.
|
46
190
|
irulan:
|
47
|
-
|
48
|
-
|
191
|
+
- A beginning is the time for taking the most delicate care that the balances
|
192
|
+
are correct.
|
193
|
+
- To attempt an understanding of Muad'Dib without understanding his mortal
|
194
|
+
enemies, the Harkonnens, is to attempt seeing Truth without knowing Falsehood.
|
195
|
+
It is the attempt to see the Light without knowing Darkness. It cannot be.
|
49
196
|
mohiam:
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
197
|
+
- You've heard of animals chewing off a leg to escape a trap? There's an animal
|
198
|
+
kind of trick. A human would remain in the trap, endure the pain, feigning
|
199
|
+
death that he might kill the trapper and remove a threat to his kind.
|
200
|
+
- Hope clouds observation.
|
201
|
+
- A human can control his instincts. Your instinct will be to draw your hand
|
202
|
+
out of the box. You do, you die.
|
203
|
+
- Kul Wahad! No woman-child ever withstood that much!
|
204
|
+
- Kill this child. She's an abomination. Kill her!
|
205
|
+
- Get out of my mind!
|
206
|
+
- But I can tell you, dear God, for the father, nothing.
|
207
|
+
- Did you really think that you could bear the Kwisatz Haderach? The universe's
|
208
|
+
super being? How dare you. My greatest student, and my greatest disappointment.
|
209
|
+
- You, Paul Atreides, descendant of kings, son of a Duke, you must learn to
|
210
|
+
rule. It's something none of your ancestors learned.
|
211
|
+
- Once men turned their thinking over to machines in the hope that this would
|
212
|
+
set them free. But that only permitted other men with machines to enslave
|
213
|
+
them.
|
214
|
+
- We look down so many avenues of the past... but only feminine avenues. Yet,
|
215
|
+
there's a place where no Truthsayer can see. We are repelled by it, terrorized.
|
216
|
+
It is said a man will come one day and find in the gift of the drug his
|
217
|
+
inward eye. He will look where we cannot — into both feminine and masculine
|
218
|
+
pasts.
|
219
|
+
- They tried and died.
|
220
|
+
- Shield your son too much, Jessica, and he'll not grow strong enough to fulfill
|
221
|
+
any destiny.
|
222
|
+
- That which submits rules. ... The willow submits to the wind and prospers
|
223
|
+
until one day it is many willows — a wall against the wind. This is the
|
224
|
+
willow's purpose.
|
225
|
+
- The mystery of life isn't a problem to solve, but a reality to experience.
|
65
226
|
gurney:
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
227
|
+
- In shield fighting, one moves fast on defense, slow on attack. Attack has
|
228
|
+
the sole purpose of tricking the opponent into a misstep, setting him up
|
229
|
+
for the attack sinister. The shield turns the fast blow, admits the slow
|
230
|
+
kindjal!
|
231
|
+
- Mood? What has mood to do with it? You fight when the necessity arises —
|
232
|
+
no matter the mood! Mood's a thing for cattle or making love or playing
|
233
|
+
the baliset. It's not for fighting.
|
234
|
+
- If wishes were fishes, we'd all cast nets.
|
235
|
+
- Behold as a wild ass in the desert go I forth to my work
|
236
|
+
- One enemy at a time.
|
71
237
|
leto:
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
238
|
+
- Let us not rail about justice as long as we have arms and the freedom to
|
239
|
+
use them.
|
240
|
+
- Command must always look confident. All that faith riding on your shoulders
|
241
|
+
while you sit in the critical seat and never show it.
|
242
|
+
- I must rule with eye and claw — as the hawk among lesser birds.
|
243
|
+
- Most of the Houses have grown fat by taking few risks. One cannot truly
|
244
|
+
blame them for this; one can only despise them.
|
245
|
+
- A day comes when the potential Mentat must learn what's being done. It may
|
246
|
+
no longer be done to him. The Mentat has to share in the choice of whether
|
247
|
+
to continue or abandon the training.
|
248
|
+
- On Caladan, we ruled with sea and air power. Here, we must scrabble for
|
249
|
+
desert power. This is your inheritance, Paul.
|
250
|
+
- A person needs new experiences. They jar something deep inside, allowing
|
251
|
+
him to grow. Without change, something sleeps inside us, and seldom awakens.
|
252
|
+
The sleeper must awaken.
|
79
253
|
stilgar:
|
80
|
-
|
81
|
-
|
254
|
+
- To save one from a mistake is a gift of paradise.
|
255
|
+
- Usul has called a big one. Again, it is the legend.
|
82
256
|
liet_kynes:
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
257
|
+
- Growth is limited by that necessity which is present in the least amount.
|
258
|
+
And, naturally, the least favorable condition controls the growth rate.
|
259
|
+
- A dead man, surely, no longer requires that water.
|
260
|
+
- He cares more about his men than the Spice. I have to admit, against my
|
261
|
+
better judgement, I like this Duke.
|
262
|
+
- He shall know your ways as if born to them.
|
87
263
|
pardot_kynes:
|
88
|
-
|
89
|
-
|
90
|
-
|
264
|
+
- No more terrible disaster could befall your people than for them to fall
|
265
|
+
into the hands of a Hero.
|
266
|
+
- The highest function of ecology is understanding consequences.
|
267
|
+
- Men and their works have been a disease on the surface of their planets
|
268
|
+
before now. Nature tends to compensate for diseases, to remove or encapsulate
|
269
|
+
them, to incorporate them into the system in her own way.
|
91
270
|
baron_harkonnen:
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
271
|
+
- He who controls the spice, controls the universe!
|
272
|
+
- I must have him dead and his line ended.
|
273
|
+
- I made my peace gesture. The forms of kanly have been obeyed!
|
274
|
+
- I won't tell you who the traitor is, or when we'll attack. However, the
|
275
|
+
Duke will die before these eyes and he'll know, he'll know, that it is I,
|
276
|
+
Baron Vladimir Harkonnen, who encompasses his doom!
|
277
|
+
- Listen carefully, Feyd. Observe the plans within plans within plans.
|
278
|
+
- The absence of a thing, this can be as deadly as the presence. The absence
|
279
|
+
of air, eh? The absence of water? The absence of anything else we're addicted
|
280
|
+
to.
|
281
|
+
- The day hums sweetly when you have enough bees working for you.
|
282
|
+
- My dear Piter, your pleasures are what tie you to me. How could I object
|
283
|
+
to that?
|
284
|
+
- I never could bring myself to trust a traitor. Not even a traitor I created.
|
285
|
+
- One must always keep the tools of statecraft sharp and ready. Power and
|
286
|
+
fear - sharp and ready.
|
287
|
+
- I will have Arrakis back for myself! He who controls the Spice controls
|
288
|
+
the universe and what Piter did not tell you is we have control of someone
|
289
|
+
who is very close, very close, to Duke Leto! This person, this traitor,
|
290
|
+
will be worth more to us than ten legions of Sardaukar!
|
103
291
|
piter:
|
104
|
-
|
105
|
-
|
292
|
+
- I knew Yueh's wife. I was the one who broke his Imperial conditioning. I've
|
293
|
+
thought of many pleasures with you. It is perhaps better that you die in
|
294
|
+
the innards of a worm. Desire clouds my reason. That is not good. That is
|
295
|
+
bad.
|
296
|
+
- Vendetta, he says, using the ancient tongue. The art of kanly is still alive
|
297
|
+
in the Universe. He does not wish to meet or speak with you.
|
106
298
|
alia:
|
107
|
-
|
299
|
+
- The Guild... they're fighting me in the mental vaults. They're behind everything.
|
300
|
+
They fear the one who will come, who will know more, who will see more.
|
301
|
+
The Guild is behind everything. It's not finished yet. I'm not formed.
|
108
302
|
mapes:
|
109
|
-
|
303
|
+
- Before I do your bidding, manling, I must cleanse the way between us. You've
|
304
|
+
put a water burden on me that I'm not sure I care to support. But we Fremen
|
305
|
+
pay our debts
|
110
306
|
duncan:
|
111
|
-
|
112
|
-
|
113
|
-
|
307
|
+
- 'My lord, I suspect an incredible secret has been kept on this planet: that
|
308
|
+
the Fremen exist in vast numbers - vast. And it is they who control Arrakis.'
|
309
|
+
- Use the first moments in study. You may miss an opportunity for quick victory
|
310
|
+
this way, but the moments of study are insurance of success. Take your time
|
311
|
+
and be sure.
|
312
|
+
- When your opponent fears you, then's the moment when you give the fear its
|
313
|
+
own rein, give it the time to work on him. Let it become terror. The terrified
|
314
|
+
man fights himself. Eventually, he attacks in desperation. That is the most
|
315
|
+
dangerous moment, but the terrified man can be trusted usually to make a
|
316
|
+
fatal mistake.
|
114
317
|
yueh:
|
115
|
-
|
116
|
-
|
117
|
-
|
318
|
+
- But attack can take strange forms. And you will remember the tooth. The
|
319
|
+
tooth. Duke Leto Atreides. You will remember the tooth.
|
320
|
+
- Forgive me, my Lady! My thoughts were far away… I … did not mean to be familiar.
|
321
|
+
- Those are date palms. One date palm requires forty liters of water a day.
|
322
|
+
A man requires but eight liters. A palm, then, equals five men. There are
|
323
|
+
twenty palms out there—one hundred men.
|
118
324
|
sayings:
|
119
325
|
bene_gesserit:
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
326
|
+
- I must not fear. Fear is the mind-killer. Fear is the little-death that
|
327
|
+
brings total obliteration. I will face my fear. I will permit it to pass
|
328
|
+
over me and through me. And when it has gone past I will turn the inner
|
329
|
+
eye to see its path. Where the fear has gone there will be nothing. Only
|
330
|
+
I will remain.
|
331
|
+
- A world is supported by four things ... the learning of the wise, the justice
|
332
|
+
of the great, the prayers of the righteous and the valor of the brave. But
|
333
|
+
all of these are as nothing ... without a ruler who knows the art of ruling.
|
334
|
+
Make that the science of your tradition!
|
335
|
+
- 'The mind can go either direction under stress — toward positive or toward
|
336
|
+
negative: on or off. Think of it as a spectrum whose extremes are unconsciousness
|
337
|
+
at the negative end and hyperconsciousness at the positive end. The way
|
338
|
+
the mind will lean under stress is strongly influenced by training.'
|
339
|
+
- Do not count a human dead until you’ve seen his body. And even then you
|
340
|
+
can make a mistake.
|
341
|
+
- Humans must never submit to animals.
|
342
|
+
- To suspect your own mortality is to know the beginning of terror; to learn
|
343
|
+
irrefutably that you are mortal is to know the end of terror.
|
344
|
+
- Survival is the ability to swim in strange water.
|
345
|
+
- Prophets have a way of dying by violence.
|
346
|
+
- Humans live best when each has his place to stand, when each knows where
|
347
|
+
he belongs in the scheme of things and what he may achieve. Destroy the
|
348
|
+
place and you destroy the person.
|
129
349
|
fremen:
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
350
|
+
- He shall know your ways as if born to them.
|
351
|
+
- May thy knife chip and shatter.
|
352
|
+
- The wise animal blends into its surroundings.
|
353
|
+
- Bless the Maker and all His Water. Bless the coming and going of Him, May
|
354
|
+
His passing cleanse the world. May He keep the world for his people.
|
355
|
+
- Be prepared to appreciate what you meet.
|
356
|
+
- A stone is heavy and the sand is weighty; but a fools wrath is heavier than
|
357
|
+
them both.
|
358
|
+
- Truth suffers from too much analysis.
|
359
|
+
- A man's flesh is his own; the water belongs to the tribe.
|
138
360
|
mentat:
|
139
|
-
|
140
|
-
|
141
|
-
|
361
|
+
- It is by will alone I set my mind in motion. It is by the juice of Sapho
|
362
|
+
that thoughts acquire speed, the lips acquire stains. The stains become
|
363
|
+
a warning.
|
364
|
+
- A process cannot be understood by stopping it. Understanding must move with
|
365
|
+
the flow of the process, must join it and flow with it.
|
366
|
+
- Memory never recaptures reality. Memory reconstructs reality. Reconstructions
|
367
|
+
change the original, becoming external frames of reference that inevitably
|
368
|
+
fail.
|
142
369
|
muaddib:
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
370
|
+
- Arrakis teaches the attitude of the knife, chopping off what’s incomplete
|
371
|
+
and saying, "Now it’s complete because it’s ended here."
|
372
|
+
- Greatness is a transitory experience. It is never persistent. It depends
|
373
|
+
in part upon the myth-making imagination of humankind. The person who experiences
|
374
|
+
greatness must have a feeling for the myth he is in. He must reflect what
|
375
|
+
is projected upon him. And he must have a strong sense of the sardonic.
|
376
|
+
This is what uncouples him from belief in his own pretensions. The sardonic
|
377
|
+
is all that permits him to move within himself. Without this quality, even
|
378
|
+
occasional greatness will destroy a man.
|
379
|
+
- There is probably no more terrible instance of enlightenment than the one
|
380
|
+
in which you discover your father is a man — with human flesh.
|
381
|
+
- What do you despise? By this you are truly known.
|
382
|
+
- God created Arrakis to train the faithful.
|
383
|
+
- You do not beg the sun for mercy.
|
384
|
+
- Fragmentation is the natural destiny of all power.
|
385
|
+
- I am the Kwisatz Haderach. That is reason enough.
|
386
|
+
- The eye that looks ahead to the safe course is closed forever.
|
387
|
+
- Deep in the human unconscious is a pervasive need for a logical universe
|
388
|
+
that makes sense. But the real universe is always one step beyond logic.
|
389
|
+
- 'There exists no separation between gods and men: one blends softly casual
|
390
|
+
into the other.'
|
391
|
+
- There should be a science of discontent. People need hard times and oppression
|
392
|
+
to develop psychic muscles.
|
155
393
|
orange_catholic_bible:
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
394
|
+
- Think you of the fact that a deaf person cannot hear. Then, what deafness
|
395
|
+
may we not all possess? What senses do we lack that we cannot see and cannot
|
396
|
+
hear another world all around us?
|
397
|
+
- When God hath ordained a creature to die in a particular place, He causeth
|
398
|
+
that creature's wants to direct him to that place
|
399
|
+
- Thou shalt not make a machine in the likeness of a man's mind
|
400
|
+
- From water does all life begin.
|
401
|
+
- "...and on the seventh day He rested."
|
402
|
+
- Thou shall not suffer a witch to live.
|
403
|
+
- The meek shall inherit the universe.
|
404
|
+
- Men, finding no answers to the sunnan [the ten thousand religious questions
|
405
|
+
from the Shari-ah] now apply their own reasoning. All men seek to be enlightened.
|
406
|
+
Religion is but the most ancient and honorable way in which men have striven
|
407
|
+
to make sense out of God's universe. Scientists seek the lawfulness of events.
|
408
|
+
It is the task of Religion to fit man into this lawfulness.
|
409
|
+
- When law and religious duty are one, your selfdom encloses the universe.
|
410
|
+
- Thou shalt not disfigure the soul.
|
411
|
+
- Religion often partakes of the myth of progress that shields us from the
|
412
|
+
terrors of an uncertain future.
|
413
|
+
- The Universe is God's. It is one thing, a wholeness against which all separations
|
414
|
+
may be identified. Transient life, even that self-aware and reasoning life
|
415
|
+
which we call sentient, holds only fragile trusteeship on any portion of
|
416
|
+
the wholeness.
|
417
|
+
- Much that was called religion has carried an unconscious attitude of hostility
|
418
|
+
toward life. True religion must teach that life is filled with joys pleasing
|
419
|
+
to the eye of God, that knowledge without action is empty. All men must
|
420
|
+
see that the teaching of religion by rules and rote is largely a hoax. The
|
421
|
+
proper teaching is recognized with ease. You can know it without fail because
|
422
|
+
it awakens within you that sensation which tells you this is something you've
|
423
|
+
always known.
|
424
|
+
- Paradise on my right, Hell on my left and the Angel of Death behind.
|
425
|
+
- Some Lies are easier to believe than the truth.
|
426
|
+
- Knowledge is pitiless.
|
427
|
+
- Fate and Hope only rarely speak the same language.
|
428
|
+
- Beware the seeds you sow and the crops you reap. Do not curse God for the
|
429
|
+
punishment you inflict upon yourself.
|