pax_global_header00006660000000000000000000000064133214620130014505gustar00rootroot0000000000000052 comment=75060ace9a6bfdacd05a8a796d05b6321314bbd0 faker-1.9.1/000077500000000000000000000000001332146201300126055ustar00rootroot00000000000000faker-1.9.1/.gitignore000066400000000000000000000004111332146201300145710ustar00rootroot00000000000000pkg/* # Ignore Bundle folder .bundle/* # Ignore Coveralls files coverage/* # Ignore Vim backup files. *~ # Ignore Vim swap files. *.swp # Ignore Ctags /tags # Ignore Finder metadata. .DS_Store .idea/* # Ignore rvm and rbenv files .ruby-version .ruby-gemset faker-1.9.1/.rubocop.yml000066400000000000000000000007721332146201300150650ustar00rootroot00000000000000 Lint/AmbiguousBlockAssociation: Enabled: false Lint/UnifiedInteger: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/LineLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/DateTime: Enabled: false Style/Documentation: Enabled: false Style/For: Enabled: false Style/RegexpLiteral: Enabled: false faker-1.9.1/.travis.yml000066400000000000000000000010411332146201300147120ustar00rootroot00000000000000env: global: - CC_TEST_REPORTER_ID=c9b8356df2031a5a72462555fe898245cf24d83c7bb82c40ddb5c6c6976c4319 sudo: false language: ruby cache: bundler rvm: - 2.3.7 - 2.4.4 - 2.5.1 - ruby-head before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: bundle exec rake after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT matrix: allow_failures: - rvm: ruby-head faker-1.9.1/CHANGELOG.md000066400000000000000000001670431332146201300144310ustar00rootroot00000000000000# Change Log ## HEAD Unreleased ## [v1.9.1](https://github.com/stympy/faker/tree/v1.9.1) (2018-07-11) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.7...v1.9.1) ### Feature Request - [PR #1308](https://github.com/stympy/faker/pull/1308) Add Faker::BojackHorseman [@saurabhudaniya200](https://github.com/saurabhudaniya200) - [PR #1292](https://github.com/stympy/faker/pull/1292) Add Faker::Bank - account_number and routing_number [@vbrazo](https://github.com/vbrazo) - [PR #1300](https://github.com/stympy/faker/pull/1300) Add Faker::GreekPhilosophers [@15ngburton](https://github.com/15ngburton) - [PR #1004](https://github.com/stympy/faker/pull/1004) Add Faker::Ethereum [@kaizenx](https://github.com/kaizenx) - [PR #551](https://github.com/stympy/faker/pull/551) Add gender to name generator [@Maicolben](https://github.com/Maicolben) - [PR #1283](https://github.com/stympy/faker/pull/1283) Add Faker::Military [@jjasghar](https://github.com/jjasghar) - [PR #1279](https://github.com/stympy/faker/pull/1279) Add Faker::HarryPotter.spell [@A9u](https://github.com/A9u) - [PR #799](https://github.com/stympy/faker/pull/799) Faker::ElectricalComponents [@bheim6](https://github.com/bheim6) - [PR #1050](https://github.com/stympy/faker/pull/1050) Add Faker::Invoice to generate valid bank slip references [@onnimonni](https://github.com/onnimonni) - [PR #817](https://github.com/stympy/faker/pull/817) Faker::Lorem.multibyte for multibyte chars [@frankywahl](https://github.com/frankywahl) - [PR #877](https://github.com/stympy/faker/pull/877) Add Canada SIN generator in Faker::Code [@gkunwar](https://github.com/gkunwar) - [PR #1268](https://github.com/stympy/faker/pull/1268) Add Faker::Nation.national_sport [@gkunwar](https://github.com/gkunwar) - [PR #1273](https://github.com/stympy/faker/pull/1273) Add Faker::Device [@vbrazo](https://github.com/vbrazo) - [PR #1272](https://github.com/stympy/faker/pull/1272) Add Faker::DrWho.actor [@timcustard](https://github.com/timcustard) - [PR #1270](https://github.com/stympy/faker/pull/1270) Add Faker::Name.middle_name [@vbrazo](https://github.com/vbrazo) - [PR #1266](https://github.com/stympy/faker/pull/1266) Add Faker::Science.element_symbol [@timcustard](https://github.com/timcustard) - [PR #1101](https://github.com/stympy/faker/pull/1101) Add Faker::Company.czech_organisation_number [@jindrichskupa](https://github.com/jindrichskupa) - [PR #1265](https://github.com/stympy/faker/pull/1265) Add Faker::WorldCup [@snayrouz](https://github.com/snayrouz) - [PR #1141](https://github.com/stympy/faker/pull/1141) Add Faker::Coffee.intensifier [@oyeanuj](https://github.com/oyeanuj) - [PR #1260](https://github.com/stympy/faker/pull/1260) Add Faker::Auto features to Faker::Vehicle [@mrstebo](https://github.com/mrstebo) - [PR #1259](https://github.com/stympy/faker/pull/1259) Add the ability to add separators to emails. [@aamarill](https://github.com/aamarill) - [PR #1064](https://github.com/stympy/faker/pull/1064) Add Faker::Markdown.sandwich [@russellschmidt](https://github.com/russellschmidt) - [PR #1222](https://github.com/stympy/faker/pull/1222) Add paragraph_by_chars functionality [@jguthrie100](https://github.com/jguthrie100) - [PR #1107](https://github.com/stympy/faker/pull/1107) Add tokens to Faker::Stripe [@wecohere](https://github.com/wecohere) - [PR #1258](https://github.com/stympy/faker/pull/1258) Remove simplecov-console and add coverage_report rake task [@vbrazo](https://github.com/vbrazo) - [PR #1247](https://github.com/stympy/faker/pull/1247) Generate capital city of random Nation [@gkunwar](https://github.com/gkunwar) - [PR #1250](https://github.com/stympy/faker/pull/1250) House appliances [@rafaelcpalmeida](https://github.com/rafaelcpalmeida) - [PR #1239](https://github.com/stympy/faker/pull/1239) Update Faker::Food to separate out Fruits and Veggies [@susiirwin](https://github.com/susiirwin) - [PR #1221](https://github.com/stympy/faker/pull/1221) Updated the Readme file with the new logo [@tobaloidee](https://github.com/tobaloidee) - [PR #1109](https://github.com/stympy/faker/pull/1109) Added Princess Bride [@jayphodges](https://github.com/jayphodges) - [PR #987](https://github.com/stympy/faker/pull/987) Add Faker::Cannabis class [@GhostGroup](https://github.com/GhostGroup) - [PR #1199](https://github.com/stympy/faker/pull/1199) Add Faker::StrangerThings [@Connerh92](https://github.com/Connerh92) - [PR #1129](https://github.com/stympy/faker/pull/1129) Added SingularSiegler quotes [@splashinn](https://github.com/splashinn) - [PR #1235](https://github.com/stympy/faker/pull/1235) Added Faker::Community [@vbrazo](https://github.com/vbrazo) - [PR #1144](https://github.com/stympy/faker/pull/1144) Added polish_register_of_national_economy and polish_taxpayer_identification_number [@rafalpetryka](https://github.com/rafalpetryka) - [PR #1201](https://github.com/stympy/faker/pull/1201) Adding Currency Symbol to Faker [@SaimonL](https://github.com/SaimonL) - [PR #1230](https://github.com/stympy/faker/pull/1230) Add Faker::SwordArtOnline [@lnchambers](https://github.com/lnchambers) - [PR #792](https://github.com/stympy/faker/pull/792) Add Faker::FamousLastWords [@susiirwin](https://github.com/susiirwin) - [PR #1174](https://github.com/stympy/faker/pull/1174) Dota API: Str Heroes, heroes quotes, Items, Teams, Players [@felipesousafs](https://github.com/darylf) - [PR #1220](https://github.com/stympy/faker/pull/1220) Updates for Faker::Myst [@SpyMaster356](https://github.com/SpyMaster356) - [PR #1218](https://github.com/stympy/faker/pull/1218) Add Faker::Myst [@SpyMaster356](https://github.com/SpyMaster356) - [PR #818](https://github.com/stympy/faker/pull/818) LoremFlickr support [@mrstebo](https://github.com/mrstebo) - [PR #1192](https://github.com/stympy/faker/pull/1192) Space: Added space launch vehicule [@gauth-ier](https://github.com/Gauth-ier) - [PR #1211](https://github.com/stympy/faker/pull/1211) Add bands, genres, and albums to Music [@jmkoni](https://github.com/jmkoni) - [PR #1215](https://github.com/stympy/faker/pull/1215) Added Nato Phonetic Alphabet [@timcustard](https://github.com/timcustard) - [PR #1209](https://github.com/stympy/faker/pull/1209) Add Faker::Source [@graciano](https://github.com/graciano) - [PR #1147](https://github.com/stympy/faker/pull/1147) Add Spanish citizen id and docs [@PuZZleDucK](https://github.com/PuZZleDucK) - [PR #1189](https://github.com/stympy/faker/pull/1189) Add Faker::Football [@AlexGascon](https://github.com/AlexGascon) - [PR #1202](https://github.com/stympy/faker/pull/1202) adds both inclusive and binary gender option [@jmkoni](https://github.com/jmkoni) - [PR #1193](https://github.com/stympy/faker/pull/1193) Add Faker::MichaelScott API [@snayrouz](https://github.com/snayrouz) - [PR #1179](https://github.com/stympy/faker/pull/1179) Random color with Placeholdit [@nicolas-brousse](https://github.com/nicolas-brousse) - [PR #1190](https://github.com/stympy/faker/pull/1190) Add Nation object, its specs and docs [@gkunwar](https://github.com/gkunwar) - [PR #1210](https://github.com/stympy/faker/pull/1210) Add coveralls [@vbrazo](https://github.com/vbrazo) - [PR #924](https://github.com/stympy/faker/pull/924) Rubocop + fixes [@stephengroat](https://github.com/stephengroat) - [PR #900](https://github.com/stympy/faker/pull/900) Add Japanese lorem words to locale [@vietqhoang](https://github.com/vietqhoang) ### Update/add locales - [PR #1297](https://github.com/stympy/faker/pull/1297) Faker::WorldCup updates [@JoaoHenriqueVale](https://github.com/JoaoHenriqueVale) - [PR #616](https://github.com/stympy/faker/pull/616) add german commerce translations [@weh](https://github.com/weh) - [PR #1281](https://github.com/stympy/faker/pull/1281) Some competitions were in the coaches array [@Eusebiotrigo](https://github.com/Eusebiotrigo) - [PR #1103](https://github.com/stympy/faker/pull/1103) Fix inconsistent capitalization in dishes, ingredients and spices, and some other small issues under 'food' [@evrimfeyyaz](https://github.com/evrimfeyyaz) - [PR #1262](https://github.com/stympy/faker/pull/1262) Add fr_CH locale [@elentras](https://github.com/elentras) - [PR #1261](https://github.com/stympy/faker/pull/1261) Add fr_CA locale [@elentras](https://github.com/elentras) - [PR #1275](https://github.com/stympy/faker/pull/1275) Fix typo; RedWine should be two words [@johnmuhl](https://github.com/johnmuhl) - [PR #1269](https://github.com/stympy/faker/pull/1269) Update Faker::ProgrammingLanguage.name locales [@vbrazo](https://github.com/vbrazo) - [PR #1140](https://github.com/stympy/faker/pull/1140) Add Estonian and Latvian locales [@maciej-szlosarczyk](https://github.com/maciej-szlosarczyk) - [PR #1249](https://github.com/stympy/faker/pull/1249) Update list of name prefixes for sv locale. [kamilbielawski](https://github.com/kamilbielawski) - [PR #1228](https://github.com/stympy/faker/pull/1228) Added Japanese color to yml [@katao](https://github.com/katao) - [PR #1106](https://github.com/stympy/faker/pull/1106) Adds turkish phone number formats [@zasman](https://github.com/ZASMan) - [PR #794](https://github.com/stympy/faker/pull/794) Adding country code + minor locale updates [@vveliev](https://github.com/vveliev) - [PR #439](https://github.com/stympy/faker/pull/439) Remove Eichmann surname [@jonahwh](https://github.com/jonahwh) - [PR #1203](https://github.com/stympy/faker/pull/1203) Finnish locale has 50 most common male, female, and last names [@Glenf](https://github.com/Glenf) - [PR #1183](https://github.com/stympy/faker/pull/1183) Correct the spelling of Gringotts [@rhoen](https://github.com/rhoen) - [PR #1236](https://github.com/stympy/faker/pull/1236) Updates dessert faker [@susiirwin](https://github.com/susiirwin) - [PR #1229](https://github.com/stympy/faker/pull/1229) sv.yml: Typos [@olleolleolle](https://github.com/olleolleolle) - [PR #1108](https://github.com/stympy/faker/pull/1108) Update Faker::Dessert [@natalietate](https://github.com/natalietate) - [PR #1122](https://github.com/stympy/faker/pull/1122) Fix formatting for Brazilian phone and cell phone numbers [@lucasqueiroz](https://github.com/lucasqueiroz) - [PR #1138](https://github.com/stympy/faker/pull/1138) Update locales - Faker::Overwatch [@tanner0101](https://github.com/tanner0101) - [PR #1117](https://github.com/stympy/faker/pull/1117) Added Ukrainian entries to yml [@RomanIsko](https://github.com/RomanIsko) ### Bug/Fixes - [PR #1305](https://github.com/stympy/faker/pull/1305) Fix YAML syntax - single quote escape (on vehicle.yml) [@YumaInaura](https://github.com/YumaInaura) - [PR #1196](https://github.com/stympy/faker/pull/1196) Fix PhoneNumber in es-MX [@drewish](https://github.com/drewish) - [PR #1133](https://github.com/stympy/faker/pull/1133) Fix I18n 0.9.3 compatibility [@tagliala](https://github.com/tagliala) - [PR #1292](https://github.com/stympy/faker/pull/1292) Fix flexible keys crashing when current locale does not provide them [@deivid-rodriguez](https://github.com/deivid-rodriguez) - [PR #1274](https://github.com/stympy/faker/pull/1274) Allow Faker::Address.zip_code to have leading zero [@igor-starostenko](https://github.com/igor-starostenko) - [PR #1241](https://github.com/stympy/faker/pull/1241) Add missing tests reported by SimpleCov [@aamarill](https://github.com/aamarill) - [PR #1240](https://github.com/stympy/faker/pull/1240) Add some tests [@aamarill](https://github.com/aamarill) - [PR #1238](https://github.com/stympy/faker/pull/1238) pluralized file to match link name in the readme [@Connerh92](https://github.com/Connerh92) - [PR #1232](https://github.com/stympy/faker/pull/1232) Fix file permissions [@tagliala](https://github.com/tagliala) - [PR #1205](https://github.com/stympy/faker/pull/1205) Show the type of field that violated a uniqueness constraint [@AndrewRayCode](https://github.com/AndrewRayCode) - [PR #1227](https://github.com/stympy/faker/pull/1227) Update RuboCop to 0.56.0 [@tagliala](https://github.com/tagliala) - [PR #1225](https://github.com/stympy/faker/pull/1225) Test against latest Ruby versions [@tagliala](https://github.com/tagliala) - [PR #1134](https://github.com/stympy/faker/pull/1134) Test against latest Ruby versions [@tagliala](https://github.com/tagliala) - [PR #1223](https://github.com/stympy/faker/pull/1223) Fix minitest warnings [@vbrazo](https://github.com/vbrazo) - [PR #1198](https://github.com/stympy/faker/pull/1198) Rename methods on Faker::Types to avoid shadowing ruby standard methods [@MarcPer](https://github.com/MarcPer) - [PR #1142](https://github.com/stympy/faker/pull/1142) Missing i18n jobs fix [@PuZZleDucK](https://github.com/PuZZleDucK) - [PR #1213](https://github.com/stympy/faker/pull/1213) Add missing tests after adding Coveralls [@vbrazo](https://github.com/vbrazo) - [PR #1212](https://github.com/stympy/faker/pull/1212) Coveralls should ignore test folder [@vbrazo](https://github.com/timcustard) - [PR #1181](https://github.com/stympy/faker/pull/1181) Fix: Moved the Google Omniauth key id_info from root into extra [@SirRawlins](https://github.com/SirRawlins) - [PR #1207](https://github.com/stympy/faker/pull/1207) use default rake task [@stephengroat](https://github.com/stephengroat) - [PR #1136](https://github.com/stympy/faker/pull/1136) Modify Faker::Internet.slug [@philduffen](https://github.com/philduffen) - [PR #1170](https://github.com/stympy/faker/pull/1170) First_name and last_name should use the parse method - :ru locale [@vbrazo](https://github.com/vbrazo) - [PR #1197](https://github.com/stympy/faker/pull/1197) Fixes NL postcode [@JonathanWThom](https://github.com/JonathanWThom) - [PR #1172](https://github.com/stympy/faker/pull/1172) Fix Fixnum reference warning [@vbrazo](https://github.com/vbrazo) - [PR #1173](https://github.com/stympy/faker/pull/1173) Fix tests warning [@vbrazo](https://github.com/vbrazo) ### Chores - [PR #1304](https://github.com/stympy/faker/pull/1304) Fix Faker::Source ruby language examples [@YumaInaura](https://github.com/YumaInaura) - [PR #1306](https://github.com/stympy/faker/pull/1306) Rename Internet#user_name to #username [@tylerhunt](https://github.com/tylerhunt) - [PR #1293](https://github.com/stympy/faker/pull/1293) Update RuboCop to 0.57.2 [@tagliala](https://github.com/tagliala) - [PR #1294](https://github.com/stympy/faker/pull/1294) Simpler requiring of test helper [@deivid-rodriguez](https://github.com/deivid-rodriguez) - [PR #1288](https://github.com/stympy/faker/pull/1288) rake console changes - description and contributing.md [@MarcPer](https://github.com/MarcPer) - [PR #719](https://github.com/stympy/faker/pull/719) Random words to add should be 0 [@swapsCAPS](https://github.com/swapsCAPS) ### Documentation - [PR #1121](https://github.com/stympy/faker/pull/1121) Better docs for Faker::Food.description [@jujulisan](https://github.com/jujulisan) - [PR #1257](https://github.com/stympy/faker/pull/1257) Fix method name in Faker::SingularSiegler [@mrstebo](https://github.com/mrstebo) - [PR #1256](https://github.com/stympy/faker/pull/1256) Fixing documentation - Faker::Name to Faker::Zelda [@mrstebo](https://github.com/mrstebo) - [PR #1254](https://github.com/stympy/faker/pull/1254) Added missing documentation. [@mrstebo](https://github.com/mrstebo) - [PR #1252](https://github.com/stympy/faker/pull/1252) Add missing documentation - Faker::Address to Faker::Myst [@vbrazo](https://github.com/vbrazo) - [PR #1248](https://github.com/stympy/faker/pull/1248) Remove duplications from company.md [@vrinek](https://github.com/vrinek) - [PR #1146](https://github.com/stympy/faker/pull/1146) Update company docs [@PuZZleDucK](https://github.com/PuZZleDucK) - [PR #974](https://github.com/stympy/faker/pull/974) Specify version number each class was introduced [@darylf](https://github.com/darylf) - [PR #1128](https://github.com/stympy/faker/pull/1128) Use ruby syntax highlighting in Omniauth doc [@swrobel](https://github.com/swrobel) - [PR #1204](https://github.com/stympy/faker/pull/1204) Update sample output of `Faker::App.version` [@joshuapinter](https://github.com/joshuapinter) - [PR #1135](https://github.com/stympy/faker/pull/1135) Added documentation for dumb and dumber [@cnharris10](https://github.com/cnharris10) - [PR #1177](https://github.com/stympy/faker/pull/1177) Update Faker::Number.between docs [@SpyMaster356](https://github.com/SpyMaster356) - [PR #1124](https://github.com/stympy/faker/pull/1124) Fix ranges for Brazilian zip codes [@lucasqueiroz](https://github.com/lucasqueiroz) - New collaborator - Vitor Oliveira [@vbrazo](https://github.com/vbrazo) ### Deprecation - [PR #1264](https://github.com/stympy/faker/pull/1264) Prepare Faker::Name.job_titles and Faker::Name.title for deprecation - Removing these methods as they are available in `Faker::Job` ## [v1.8.7](https://github.com/stympy/faker/tree/v1.8.7) (2017-12-22) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.6...v1.8.7) **Additions** - Faker::Company.type - Faker::Job.education_level and Faker::Job.employment_type - More characters and quotes for Seinfeld **Fixes** - Revert a change in 1.8.5 that caused Star Wars methods to return a single string rather than an array (#1093) ## [v1.8.6](https://github.com/stympy/faker/tree/v1.8.6) (2017-12-21) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.5...v1.8.6) **Additions** - Faker::App.semantic_version - Faker::Types - New methods in Faker::StarWars: call_squadron, call_sign, call_number **Other changes** - Changed i18n depedency from `~> 0.9.1` to `>= 0.7` ## [v1.8.5](https://github.com/stympy/faker/tree/v1.8.5) (2017-12-06) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.4...v1.8.5) **Closed issues:** - The latest version does not contain Faker::ProgarmmingLanguage, but the documentation said it does. [\#1083](https://github.com/stympy/faker/issues/1083) - undefined method `initials' for Faker::Name:Class [\#1076](https://github.com/stympy/faker/issues/1076) - Undefined method `dish' for Faker::Food:Class [\#1038](https://github.com/stympy/faker/issues/1038) - Need Silicon Valley [\#1026](https://github.com/stympy/faker/issues/1026) - Would it be possible to tie quotes to characters? [\#1011](https://github.com/stympy/faker/issues/1011) - Generated phone numbers dont seem to be valid. [\#1010](https://github.com/stympy/faker/issues/1010) - Faker::RickAndMorty not supported in 1.7.3 [\#988](https://github.com/stympy/faker/issues/988) - Weird crash with Faker 1.8.3 [\#982](https://github.com/stympy/faker/issues/982) - Faker::PhoneNumber.cell\_phone not enforcing locale [\#499](https://github.com/stympy/faker/issues/499) - https url scheme [\#459](https://github.com/stympy/faker/issues/459) - New feature: Google video and image searching [\#306](https://github.com/stympy/faker/issues/306) - The array extension method :sample throw an argument error when the array is empty [\#94](https://github.com/stympy/faker/issues/94) - phone\_number can generate invalid US numbers [\#24](https://github.com/stympy/faker/issues/24) **Merged pull requests:** - Fixes a few typos in names and deletes a duplicate [\#1084](https://github.com/stympy/faker/pull/1084) ([katelovescode](https://github.com/katelovescode)) - Fix Faker::Dog and add tests [\#1082](https://github.com/stympy/faker/pull/1082) ([wtanna](https://github.com/wtanna)) - Remove broken example from README [\#1081](https://github.com/stympy/faker/pull/1081) ([dentarg](https://github.com/dentarg)) - Remove problematic char from German street roots [\#1080](https://github.com/stympy/faker/pull/1080) ([Kjir](https://github.com/Kjir)) - Add Faker::VForVendetta [\#1073](https://github.com/stympy/faker/pull/1073) ([backpackerhh](https://github.com/backpackerhh)) - Fixes typos, removes a duplicate [\#1072](https://github.com/stympy/faker/pull/1072) ([katelovescode](https://github.com/katelovescode)) - "Flint\s\sof the mountains" ==\> "Flint\sof the mountains" [\#1071](https://github.com/stympy/faker/pull/1071) ([seanwedig](https://github.com/seanwedig)) - add ru\_chars to Char [\#1070](https://github.com/stympy/faker/pull/1070) ([startaper](https://github.com/startaper)) - Updated documentation to match correct methods [\#1069](https://github.com/stympy/faker/pull/1069) ([LasseSviland](https://github.com/LasseSviland)) - Add the @flexible\_key value to the Vehicle Class [\#1067](https://github.com/stympy/faker/pull/1067) ([agustin](https://github.com/agustin)) - kpop [\#1066](https://github.com/stympy/faker/pull/1066) ([j0shuachen](https://github.com/j0shuachen)) - Change git URL to use https instead git protocol [\#1065](https://github.com/stympy/faker/pull/1065) ([buncismamen](https://github.com/buncismamen)) - Add more quotes to the silicon valley yml file to provide more variety [\#1060](https://github.com/stympy/faker/pull/1060) ([danielwheeler1987](https://github.com/danielwheeler1987)) - change korean postcode format [\#1058](https://github.com/stympy/faker/pull/1058) ([sunghyuk](https://github.com/sunghyuk)) - Breaking bad [\#1056](https://github.com/stympy/faker/pull/1056) ([danilobarion1986](https://github.com/danilobarion1986)) - Star wars quotes [\#1054](https://github.com/stympy/faker/pull/1054) ([russellschmidt](https://github.com/russellschmidt)) - Dune and Potential Solution to Issue 1011 [\#1051](https://github.com/stympy/faker/pull/1051) ([russellschmidt](https://github.com/russellschmidt)) - add Malaysia's commercials and islamics bank [\#1045](https://github.com/stympy/faker/pull/1045) ([sanik90](https://github.com/sanik90)) - organize and add star wars data [\#1043](https://github.com/stympy/faker/pull/1043) ([tjchecketts](https://github.com/tjchecketts)) - Fix usage document [\#1040](https://github.com/stympy/faker/pull/1040) ([sashiyama](https://github.com/sashiyama)) - introduce Aqua Teen Hunger Force characters [\#1037](https://github.com/stympy/faker/pull/1037) ([ethagnawl](https://github.com/ethagnawl)) - added 1 hero, 2 locations and 2 quotes [\#1016](https://github.com/stympy/faker/pull/1016) ([murog](https://github.com/murog)) - Fix usage document. [\#1013](https://github.com/stympy/faker/pull/1013) ([n0h0](https://github.com/n0h0)) - Add dumb and dumber class [\#1008](https://github.com/stympy/faker/pull/1008) ([cnharris10](https://github.com/cnharris10)) - Update Russian resources [\#1002](https://github.com/stympy/faker/pull/1002) ([edubenetskiy](https://github.com/edubenetskiy)) - Add more Seinfeld characters [\#1001](https://github.com/stympy/faker/pull/1001) ([gregeinfrank](https://github.com/gregeinfrank)) - Adds Faker::OnePiece [\#998](https://github.com/stympy/faker/pull/998) ([Leohige](https://github.com/Leohige)) - Stargate [\#997](https://github.com/stympy/faker/pull/997) ([katymccloskey](https://github.com/katymccloskey)) - Tells users how to handle uninitialized constant error [\#995](https://github.com/stympy/faker/pull/995) ([jwpincus](https://github.com/jwpincus)) - Renamed word\_of\_warcraft to world\_of\_warcraft [\#994](https://github.com/stympy/faker/pull/994) ([Ranhiru](https://github.com/Ranhiru)) - Add default\_country for Japan and Korea [\#990](https://github.com/stympy/faker/pull/990) ([Mangoov](https://github.com/Mangoov)) - Fix typo in de.yml [\#986](https://github.com/stympy/faker/pull/986) ([IngoAlbers](https://github.com/IngoAlbers)) - Add pt-BR translate [\#985](https://github.com/stympy/faker/pull/985) ([marcosvpcortes](https://github.com/marcosvpcortes)) - Fix for NL postal code [\#984](https://github.com/stympy/faker/pull/984) ([petrosg](https://github.com/petrosg)) - French traduction for Faker::Pokemon [\#983](https://github.com/stympy/faker/pull/983) ([Dakurei](https://github.com/Dakurei)) - Added material to the Commerce docs. [\#903](https://github.com/stympy/faker/pull/903) ([mrstebo](https://github.com/mrstebo)) - Added Spanish Organization Number [\#897](https://github.com/stympy/faker/pull/897) ([cmunozgar](https://github.com/cmunozgar)) ## [v1.8.4](https://github.com/stympy/faker/tree/v1.8.4) (2017-07-13) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.3...v1.8.4) **Merged pull requests:** - Remove errant tab character in YAML [\#981](https://github.com/stympy/faker/pull/981) ([steveh](https://github.com/steveh)) ## [v1.8.3](https://github.com/stympy/faker/tree/v1.8.3) (2017-07-12) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.2...v1.8.3) **Closed issues:** - Can't pass zero \(0\) to the default rand method \(Faker override\) [\#976](https://github.com/stympy/faker/issues/976) - Add Faker::Address.mailing\_address [\#841](https://github.com/stympy/faker/issues/841) **Merged pull requests:** - Fix tests warnings [\#979](https://github.com/stympy/faker/pull/979) ([gssbzn](https://github.com/gssbzn)) - \[\#976\] Handles zero as max for rand [\#978](https://github.com/stympy/faker/pull/978) ([gssbzn](https://github.com/gssbzn)) - Fix spelling of Wookiee [\#977](https://github.com/stympy/faker/pull/977) ([miloprice](https://github.com/miloprice)) - Faker: Umphreys mcgee [\#942](https://github.com/stympy/faker/pull/942) ([Ryanspink1](https://github.com/Ryanspink1)) - Faker: Venture bros [\#940](https://github.com/stympy/faker/pull/940) ([Ryanspink1](https://github.com/Ryanspink1)) - seinfeld faker [\#936](https://github.com/stympy/faker/pull/936) ([cews7](https://github.com/cews7)) - elder scrolls faker [\#933](https://github.com/stympy/faker/pull/933) ([CjMoore](https://github.com/CjMoore)) - Add greek\_organization method to University Faker [\#932](https://github.com/stympy/faker/pull/932) ([andrewdwooten](https://github.com/andrewdwooten)) - add Hogwarts and Ilvermorny houses to Harry Potter faker [\#925](https://github.com/stympy/faker/pull/925) ([samanthamorco](https://github.com/samanthamorco)) ## [v1.8.2](https://github.com/stympy/faker/tree/v1.8.2) (2017-07-11) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.1...v1.8.2) **Closed issues:** - Cannot require 'faker' after update to 1.8.1 [\#975](https://github.com/stympy/faker/issues/975) - NoMethodError: super: no superclass method `between' for Faker::Time:Class [\#973](https://github.com/stympy/faker/issues/973) ## [v1.8.1](https://github.com/stympy/faker/tree/v1.8.1) (2017-07-10) [Full Changelog](https://github.com/stympy/faker/compare/v1.8.0...v1.8.1) **Closed issues:** - Faker::Internet.domain\_word == "" [\#956](https://github.com/stympy/faker/issues/956) - Faker::Coffee [\#935](https://github.com/stympy/faker/issues/935) - Internet password method sometimes doesn't include special chars [\#927](https://github.com/stympy/faker/issues/927) - Faker HowIMet [\#917](https://github.com/stympy/faker/issues/917) - NoMethodError: super: no superclass method `backward' for Faker::Time:Class [\#915](https://github.com/stympy/faker/issues/915) - Faker 1.8 release [\#906](https://github.com/stympy/faker/issues/906) - Material missing in Faker::Commerce documentation [\#901](https://github.com/stympy/faker/issues/901) - Tests fail that have nothing to do with my changes. What should I do? [\#864](https://github.com/stympy/faker/issues/864) - uninitialized constant Faker::RuPaul [\#856](https://github.com/stympy/faker/issues/856) - Faker::Internet.domain\_word returns empty string [\#843](https://github.com/stympy/faker/issues/843) - unitilialized constant Faker::Demographic [\#812](https://github.com/stympy/faker/issues/812) **Merged pull requests:** - Fix Address.community documentation [\#972](https://github.com/stympy/faker/pull/972) ([landongrindheim](https://github.com/landongrindheim)) - edit superclass [\#971](https://github.com/stympy/faker/pull/971) ([iz4blue](https://github.com/iz4blue)) - adding important data for hipster to en.yml [\#946](https://github.com/stympy/faker/pull/946) ([dbwest](https://github.com/dbwest)) - Locale: update zh-CN cell phone formats [\#934](https://github.com/stympy/faker/pull/934) ([liluo](https://github.com/liluo)) - Fixing special chars addition in passwords. [\#926](https://github.com/stympy/faker/pull/926) ([allam-matsubara](https://github.com/allam-matsubara)) - Update commerce documentation [\#907](https://github.com/stympy/faker/pull/907) ([dv2](https://github.com/dv2)) ## [v1.8.0](https://github.com/stympy/faker/tree/v1.8.0) (2017-07-09) [Full Changelog](https://github.com/stympy/faker/compare/v1.7.3...v1.8.0) **Closed issues:** - Zelda Location [\#968](https://github.com/stympy/faker/issues/968) - Real passwords / passphrases [\#962](https://github.com/stympy/faker/issues/962) - Generating fake link \[Feature Request\] [\#955](https://github.com/stympy/faker/issues/955) - Clean-up Robin's "Holy Steam Valve" quote [\#948](https://github.com/stympy/faker/issues/948) - Faker::Time.between produces times out of range [\#894](https://github.com/stympy/faker/issues/894) - \[Feature Request\] Add User Agent strings [\#880](https://github.com/stympy/faker/issues/880) - Faker::Omniauth is not deterministic and breaking the build [\#876](https://github.com/stympy/faker/issues/876) - undefined method `name =' or undefined method ` =' [\#871](https://github.com/stympy/faker/issues/871) - Faker::French Suggestion [\#869](https://github.com/stympy/faker/issues/869) - Documentation not correct for Faker::Color.hsl\_color and hsla\_color [\#866](https://github.com/stympy/faker/issues/866) - Faker::PhoneNumber.area\_code and .exchange\_code returning nil [\#861](https://github.com/stympy/faker/issues/861) - Faker::RickAndMorty not available in v1.7.3 from RubyGems [\#851](https://github.com/stympy/faker/issues/851) - Adding Faker to Create in controller, possible? [\#842](https://github.com/stympy/faker/issues/842) - Faker 1.7.3 uses Ruby 2 features [\#825](https://github.com/stympy/faker/issues/825) - Fillmurry = error [\#823](https://github.com/stympy/faker/issues/823) - Base\#numerify generating phone numbers and other number fields with a weird format [\#741](https://github.com/stympy/faker/issues/741) - Markdown/HTML Support [\#630](https://github.com/stympy/faker/issues/630) - Update WIKI and clean README [\#588](https://github.com/stympy/faker/issues/588) - Can't overwrite locale elements using the .yml file [\#424](https://github.com/stympy/faker/issues/424) - Faker::Lorem.paragraph raises I18n::MissingTranslationData without manual locale override [\#278](https://github.com/stympy/faker/issues/278) - Generate unique values [\#251](https://github.com/stympy/faker/issues/251) **Merged pull requests:** - Add Faker::Address.community [\#969](https://github.com/stympy/faker/pull/969) ([landongrindheim](https://github.com/landongrindheim)) - Added Faker::Food.dish [\#967](https://github.com/stympy/faker/pull/967) ([aomega08](https://github.com/aomega08)) - Add translations for Malaysia [\#965](https://github.com/stympy/faker/pull/965) ([alienxp03](https://github.com/alienxp03)) - Adds some new dutch names to the locales [\#961](https://github.com/stympy/faker/pull/961) ([stefanvermaas](https://github.com/stefanvermaas)) - French traduction for Faker::Pokemon [\#960](https://github.com/stympy/faker/pull/960) ([Dakurei](https://github.com/Dakurei)) - Add characters to the RickAndMorty database [\#958](https://github.com/stympy/faker/pull/958) ([roninCode](https://github.com/roninCode)) - \[Resolved\] Internet domain word issue [\#957](https://github.com/stympy/faker/pull/957) ([SagareGanesh](https://github.com/SagareGanesh)) - Pokemon\#moves [\#954](https://github.com/stympy/faker/pull/954) ([joel-g](https://github.com/joel-g)) - Remove extraneous text from Robin quote [\#953](https://github.com/stympy/faker/pull/953) ([jsteel](https://github.com/jsteel)) - Added Simpsons. [\#950](https://github.com/stympy/faker/pull/950) ([RaimundHuebel](https://github.com/RaimundHuebel)) - add default task test for rake [\#923](https://github.com/stympy/faker/pull/923) ([stephengroat](https://github.com/stephengroat)) - Use the latest Rubies on Travis CI [\#920](https://github.com/stympy/faker/pull/920) ([hisas](https://github.com/hisas)) - Add meaningful error message when country code not found [\#916](https://github.com/stympy/faker/pull/916) ([mrstebo](https://github.com/mrstebo)) - Add Faker::HitchhikersGuideToTheGalaxy [\#914](https://github.com/stympy/faker/pull/914) ([pedroCervi](https://github.com/pedroCervi)) - Add Funny Name [\#912](https://github.com/stympy/faker/pull/912) ([jsonreeder](https://github.com/jsonreeder)) - Fix pt-BR city suffix [\#896](https://github.com/stympy/faker/pull/896) ([marcelo-leal](https://github.com/marcelo-leal)) - Adds League of Legends summoner spells, masteries and rank [\#892](https://github.com/stympy/faker/pull/892) ([DonkeyFish456](https://github.com/DonkeyFish456)) - fix typo in test file [\#890](https://github.com/stympy/faker/pull/890) ([akintner](https://github.com/akintner)) - Hobbit characters, locations, & quotes [\#889](https://github.com/stympy/faker/pull/889) ([ski-climb](https://github.com/ski-climb)) - Added Omniauth Github faker [\#888](https://github.com/stympy/faker/pull/888) ([ahmed-taj](https://github.com/ahmed-taj)) - Add locations to Faker::Zelda [\#885](https://github.com/stympy/faker/pull/885) ([thejonanshow](https://github.com/thejonanshow)) - add all setup and files for star trek faker [\#884](https://github.com/stympy/faker/pull/884) ([akintner](https://github.com/akintner)) - improve german cell phone numbers [\#882](https://github.com/stympy/faker/pull/882) ([timoschilling](https://github.com/timoschilling)) - Add How I Met Your Mother [\#879](https://github.com/stympy/faker/pull/879) ([jdconrad89](https://github.com/jdconrad89)) - Add League of Legends [\#878](https://github.com/stympy/faker/pull/878) ([Dpalazzari](https://github.com/Dpalazzari)) - Add Faker::Robin [\#868](https://github.com/stympy/faker/pull/868) ([leanucci](https://github.com/leanucci)) - Fixed hsla and hsla\_color documentation. [\#867](https://github.com/stympy/faker/pull/867) ([mrstebo](https://github.com/mrstebo)) - Add links to doc in README [\#865](https://github.com/stympy/faker/pull/865) ([taleh007](https://github.com/taleh007)) - Added bg locale [\#858](https://github.com/stympy/faker/pull/858) ([ppopov1357](https://github.com/ppopov1357)) - Add Faker::Overwatch [\#857](https://github.com/stympy/faker/pull/857) ([tomdracz](https://github.com/tomdracz)) - Add Faker::HeyArnold [\#855](https://github.com/stympy/faker/pull/855) ([MatthewDG](https://github.com/MatthewDG)) - Fix India Postal Code format [\#853](https://github.com/stympy/faker/pull/853) ([dv2](https://github.com/dv2)) - Fix typo in music.md [\#852](https://github.com/stympy/faker/pull/852) ([martinbjeldbak](https://github.com/martinbjeldbak)) - Fixed regex pattern in TestLocale::test\_regex. [\#849](https://github.com/stympy/faker/pull/849) ([karlwilbur](https://github.com/karlwilbur)) - Faker::Compass [\#848](https://github.com/stympy/faker/pull/848) ([karlwilbur](https://github.com/karlwilbur)) - en.yml: demographic, demonym: add missing double quote before Fijian [\#847](https://github.com/stympy/faker/pull/847) ([PascalSchumacher](https://github.com/PascalSchumacher)) - Update Zelda with Breath of the Wild [\#846](https://github.com/stympy/faker/pull/846) ([lauramosher](https://github.com/lauramosher)) - add RuPaul quotes [\#845](https://github.com/stympy/faker/pull/845) ([raphaeleidus](https://github.com/raphaeleidus)) - Add example for Faker::Date.birthday [\#844](https://github.com/stympy/faker/pull/844) ([janpieper](https://github.com/janpieper)) - Adds Coffee [\#840](https://github.com/stympy/faker/pull/840) ([nathanjh](https://github.com/nathanjh)) - WIP add dragon ball characters to faker [\#839](https://github.com/stympy/faker/pull/839) ([Cdunagan05](https://github.com/Cdunagan05)) - Update README.md [\#836](https://github.com/stympy/faker/pull/836) ([jbkimble](https://github.com/jbkimble)) - Truncate Twitter screen\_name length [\#834](https://github.com/stympy/faker/pull/834) ([abraham](https://github.com/abraham)) - Improve Faker::Twitter compatibility [\#831](https://github.com/stympy/faker/pull/831) ([abraham](https://github.com/abraham)) - doc: Add Internet.name length optional arguments [\#830](https://github.com/stympy/faker/pull/830) ([li-xinyang](https://github.com/li-xinyang)) - Matz [\#829](https://github.com/stympy/faker/pull/829) ([denys281](https://github.com/denys281)) - Add norwegian organization number [\#827](https://github.com/stympy/faker/pull/827) ([leifcr](https://github.com/leifcr)) - \[Resolved\] Fillmurray image Fixnum match issue [\#824](https://github.com/stympy/faker/pull/824) ([SagareGanesh](https://github.com/SagareGanesh)) - Rick and morty [\#821](https://github.com/stympy/faker/pull/821) ([JessCodes](https://github.com/JessCodes)) - Fix i18n file load issue [\#811](https://github.com/stympy/faker/pull/811) ([jacknoble](https://github.com/jacknoble)) - Create a Dessert faker [\#791](https://github.com/stympy/faker/pull/791) ([susiirwin](https://github.com/susiirwin)) ## [v1.7.3](https://github.com/stympy/faker/tree/v1.7.3) (2017-02-05) [Full Changelog](https://github.com/stympy/faker/compare/v1.7.2...v1.7.3) **Closed issues:** - Creates invalid UK postcodes [\#790](https://github.com/stympy/faker/issues/790) - remove first name Adolf [\#788](https://github.com/stympy/faker/issues/788) - Config for adding format restriction. [\#695](https://github.com/stympy/faker/issues/695) - How to avoid special characters in faker string field [\#615](https://github.com/stympy/faker/issues/615) - Add Demographic Data [\#585](https://github.com/stympy/faker/issues/585) - OmniAuth ready responses [\#507](https://github.com/stympy/faker/issues/507) - US Zip Codes Sometimes Returns Non-Actual Zip Codes [\#275](https://github.com/stympy/faker/issues/275) **Merged pull requests:** - Harry Potter [\#820](https://github.com/stympy/faker/pull/820) ([jaclynjessup](https://github.com/jaclynjessup)) - Update readme [\#819](https://github.com/stympy/faker/pull/819) ([ktrant84](https://github.com/ktrant84)) - en.yml: Typo Golum -\> Gollum [\#816](https://github.com/stympy/faker/pull/816) ([jtibbertsma](https://github.com/jtibbertsma)) - Add Faker::Twitter [\#815](https://github.com/stympy/faker/pull/815) ([abraham](https://github.com/abraham)) - Fixed Validity of UK postcodes [\#814](https://github.com/stympy/faker/pull/814) ([darkstego](https://github.com/darkstego)) - Fixed russian locale [\#813](https://github.com/stympy/faker/pull/813) ([fobo66](https://github.com/fobo66)) - Allow unique values to be cleared [\#810](https://github.com/stympy/faker/pull/810) ([dslh](https://github.com/dslh)) - Friends info [\#808](https://github.com/stympy/faker/pull/808) ([ktrant84](https://github.com/ktrant84)) - Update superhero.md [\#805](https://github.com/stympy/faker/pull/805) ([vitaliy-fry](https://github.com/vitaliy-fry)) - adds Zelda [\#800](https://github.com/stympy/faker/pull/800) ([audy](https://github.com/audy)) - Remove the word 'fap' [\#798](https://github.com/stympy/faker/pull/798) ([probablycorey](https://github.com/probablycorey)) - en.yml: fix typo in demographic race [\#797](https://github.com/stympy/faker/pull/797) ([PascalSchumacher](https://github.com/PascalSchumacher)) - Adds Faker::Demographic [\#796](https://github.com/stympy/faker/pull/796) ([baron816](https://github.com/baron816)) - Typofix: nfinite -\> Infinite [\#795](https://github.com/stympy/faker/pull/795) ([mgold](https://github.com/mgold)) - Update output for zip functions [\#787](https://github.com/stympy/faker/pull/787) ([yovasx2](https://github.com/yovasx2)) - doc fix job.md [\#786](https://github.com/stympy/faker/pull/786) ([ieldanr](https://github.com/ieldanr)) - Refactors code in some Faker basic classes [\#785](https://github.com/stympy/faker/pull/785) ([tiagofsilva](https://github.com/tiagofsilva)) ## [v1.7.2](https://github.com/stympy/faker/tree/v1.7.2) (2017-01-03) [Full Changelog](https://github.com/stympy/faker/compare/v1.7.1...v1.7.2) **Closed issues:** - Faker::Avatar error: read server certificate B: certificate verify failed [\#763](https://github.com/stympy/faker/issues/763) - assert Faker::Internet.email.match\(/.+@\[^.\].+\.\w+/\) fails randomly [\#737](https://github.com/stympy/faker/issues/737) - Incorrect HSL color format [\#728](https://github.com/stympy/faker/issues/728) - Can we add the \#Hacktoberfest label for pull requests this month [\#717](https://github.com/stympy/faker/issues/717) - Faker::Boolean.boolean error [\#714](https://github.com/stympy/faker/issues/714) - Faker::Food not found [\#688](https://github.com/stympy/faker/issues/688) - Fix seed for random values [\#684](https://github.com/stympy/faker/issues/684) - README alphabetical order of Usage [\#660](https://github.com/stympy/faker/issues/660) - At which point do we break off functionality? [\#653](https://github.com/stympy/faker/issues/653) - Time zone abbreviation [\#631](https://github.com/stympy/faker/issues/631) - ruby 2.3.1 rails 5 [\#627](https://github.com/stympy/faker/issues/627) - Faker::Time::between doesn't respect requested period [\#526](https://github.com/stympy/faker/issues/526) **Merged pull requests:** - IPv4: private and reserved [\#784](https://github.com/stympy/faker/pull/784) ([randoum](https://github.com/randoum)) - Update bank method [\#783](https://github.com/stympy/faker/pull/783) ([swapnilchincholkar](https://github.com/swapnilchincholkar)) - Refactors code in some base classes [\#782](https://github.com/stympy/faker/pull/782) ([tiagofsilva](https://github.com/tiagofsilva)) - Refactors code in some base classes [\#781](https://github.com/stympy/faker/pull/781) ([tiagofsilva](https://github.com/tiagofsilva)) - Refute blank [\#707](https://github.com/stympy/faker/pull/707) ([SherSpock](https://github.com/SherSpock)) ## [v1.7.1](https://github.com/stympy/faker/tree/v1.7.1) (2016-12-25) [Full Changelog](https://github.com/stympy/faker/compare/v1.7.0...v1.7.1) **Closed issues:** - Getting "Segmentation fault: 11" when I upgrade last 3 repos to faker 1.7.0 [\#780](https://github.com/stympy/faker/issues/780) - New release? [\#767](https://github.com/stympy/faker/issues/767) **Merged pull requests:** - Added Faker::Fillmurray hotlink to usages list [\#779](https://github.com/stympy/faker/pull/779) ([Jedeu](https://github.com/Jedeu)) ## [v1.7.0](https://github.com/stympy/faker/tree/v1.7.0) (2016-12-24) [Full Changelog](https://github.com/stympy/faker/compare/v1.6.6...v1.7.0) **Closed issues:** - Alphanumeric password. [\#773](https://github.com/stympy/faker/issues/773) - Unique method is undefined [\#771](https://github.com/stympy/faker/issues/771) - Request: Human faces? [\#756](https://github.com/stympy/faker/issues/756) - Faker for images not working [\#738](https://github.com/stympy/faker/issues/738) - Fixed seed [\#724](https://github.com/stympy/faker/issues/724) - Company logo ,company buzzword, Date is not working rails 4 [\#718](https://github.com/stympy/faker/issues/718) - Image issue [\#704](https://github.com/stympy/faker/issues/704) - Faker::Hacker.say\_something\_smart [\#691](https://github.com/stympy/faker/issues/691) - Faker::Commerce.promotion\_code Missing Translation [\#689](https://github.com/stympy/faker/issues/689) - Generating real email addresses [\#685](https://github.com/stympy/faker/issues/685) - Faker::GameOfThrones.character has too little items [\#658](https://github.com/stympy/faker/issues/658) - Pokemon class not working [\#645](https://github.com/stympy/faker/issues/645) - NameError: uninitialized constant Educator [\#572](https://github.com/stympy/faker/issues/572) - Causing memory error if Faker::Internet.email with integer argument [\#478](https://github.com/stympy/faker/issues/478) - undefined method `Number' for Faker:Module [\#153](https://github.com/stympy/faker/issues/153) **Merged pull requests:** - Refactors code in Faker::Color [\#777](https://github.com/stympy/faker/pull/777) ([tiagofsilva](https://github.com/tiagofsilva)) - Add Faker::TwinPeaks \[fixed\] [\#775](https://github.com/stympy/faker/pull/775) ([pedantic-git](https://github.com/pedantic-git)) - Added wookie\_sentence method documentation to README [\#772](https://github.com/stympy/faker/pull/772) ([toddnestor](https://github.com/toddnestor)) - Refactored finance.rb [\#770](https://github.com/stympy/faker/pull/770) ([Newman101](https://github.com/Newman101)) - ex-MX.yml: city\_prefix and city\_suffix: replace empty list with empty… [\#769](https://github.com/stympy/faker/pull/769) ([PascalSchumacher](https://github.com/PascalSchumacher)) - Correct HSL and HSLA color formatting [\#768](https://github.com/stympy/faker/pull/768) ([mwgalloway](https://github.com/mwgalloway)) - Adds wookie sentence generator [\#766](https://github.com/stympy/faker/pull/766) ([toddnestor](https://github.com/toddnestor)) - Add Faker::Ancient [\#765](https://github.com/stympy/faker/pull/765) ([phoenixweiss](https://github.com/phoenixweiss)) - Added Slovakian unit tests [\#764](https://github.com/stympy/faker/pull/764) ([Newman101](https://github.com/Newman101)) - added bank setup [\#762](https://github.com/stympy/faker/pull/762) ([RasMachineMan](https://github.com/RasMachineMan)) - Added Russian unit tests [\#761](https://github.com/stympy/faker/pull/761) ([Newman101](https://github.com/Newman101)) - Add eSports data [\#760](https://github.com/stympy/faker/pull/760) ([FanaHOVA](https://github.com/FanaHOVA)) - add lorempixel [\#759](https://github.com/stympy/faker/pull/759) ([senid231](https://github.com/senid231)) - Added nb-NO locale unit tests [\#758](https://github.com/stympy/faker/pull/758) ([Newman101](https://github.com/Newman101)) - Added Japanese unit tests [\#757](https://github.com/stympy/faker/pull/757) ([Newman101](https://github.com/Newman101)) - Update educator.rb [\#755](https://github.com/stympy/faker/pull/755) ([huyderman](https://github.com/huyderman)) - Some Turkish Translations \#1 [\#754](https://github.com/stympy/faker/pull/754) ([BatuhanW](https://github.com/BatuhanW)) - Add some german translations ... [\#753](https://github.com/stympy/faker/pull/753) ([Kjarrigan](https://github.com/Kjarrigan)) - Add method for ensuring unique values [\#752](https://github.com/stympy/faker/pull/752) ([jonmast](https://github.com/jonmast)) - Delete unneeded line for Faker::Internet.password [\#751](https://github.com/stympy/faker/pull/751) ([bakunyo](https://github.com/bakunyo)) - Add Mew to Pokemon::Name [\#750](https://github.com/stympy/faker/pull/750) ([kenta-s](https://github.com/kenta-s)) - Update docs to make it clearer what args to Lorem.sentence and Lorem.paragraph do [\#749](https://github.com/stympy/faker/pull/749) ([ulyssesrex](https://github.com/ulyssesrex)) - Add optional https urls [\#747](https://github.com/stympy/faker/pull/747) ([kaiuhl](https://github.com/kaiuhl)) - Creates tests for Address\#zip\_code [\#746](https://github.com/stympy/faker/pull/746) ([tiagofsilva](https://github.com/tiagofsilva)) - Creates Address\#full\_address customizable by locale [\#745](https://github.com/stympy/faker/pull/745) ([tiagofsilva](https://github.com/tiagofsilva)) - Improves readability of Hipster\#resolve. [\#743](https://github.com/stympy/faker/pull/743) ([tiagofsilva](https://github.com/tiagofsilva)) - Use Random::DEFAULT instead of Random.new.rand / SecureRandom [\#740](https://github.com/stympy/faker/pull/740) ([smangelsdorf](https://github.com/smangelsdorf)) - Added Korean unit tests [\#739](https://github.com/stympy/faker/pull/739) ([Newman101](https://github.com/Newman101)) - it.yml: name.suffix: replace list with empty string, to make it consi… [\#736](https://github.com/stympy/faker/pull/736) ([PascalSchumacher](https://github.com/PascalSchumacher)) - fix german university name generation [\#734](https://github.com/stympy/faker/pull/734) ([PascalSchumacher](https://github.com/PascalSchumacher)) - fr.yml: remove 13 after lille [\#733](https://github.com/stympy/faker/pull/733) ([PascalSchumacher](https://github.com/PascalSchumacher)) - Add Normal \(Gaussian\) distribution to Faker::Number [\#731](https://github.com/stympy/faker/pull/731) ([rabidaudio](https://github.com/rabidaudio)) - added indonesian locale [\#730](https://github.com/stympy/faker/pull/730) ([bprayudha](https://github.com/bprayudha)) - Added dragons to the Game of Throne universe. [\#729](https://github.com/stympy/faker/pull/729) ([archbloom](https://github.com/archbloom)) - Tweak es-MX locale data for addresses [\#727](https://github.com/stympy/faker/pull/727) ([joiggama](https://github.com/joiggama)) - Add Game of Thrones quotes [\#726](https://github.com/stympy/faker/pull/726) ([rajivrnair](https://github.com/rajivrnair)) - adds Faker::Artist.name [\#725](https://github.com/stympy/faker/pull/725) ([forresty](https://github.com/forresty)) - Resolve warnings during tests [\#722](https://github.com/stympy/faker/pull/722) ([andy-j](https://github.com/andy-j)) - Add chords to music [\#721](https://github.com/stympy/faker/pull/721) ([andy-j](https://github.com/andy-j)) - Add major and minor keys to music [\#720](https://github.com/stympy/faker/pull/720) ([andy-j](https://github.com/andy-j)) - Fixed the inaccurate swedish organization number generator [\#715](https://github.com/stympy/faker/pull/715) ([hex0cter](https://github.com/hex0cter)) - Fix typos in brazilian portuguese countries translations [\#713](https://github.com/stympy/faker/pull/713) ([Yaakushi](https://github.com/Yaakushi)) - Fix typo in 'Secondary' [\#712](https://github.com/stympy/faker/pull/712) ([edtjones](https://github.com/edtjones)) - Changed quotes in food.rb [\#710](https://github.com/stympy/faker/pull/710) ([Newman101](https://github.com/Newman101)) - Added type checks to PL unit test [\#709](https://github.com/stympy/faker/pull/709) ([Newman101](https://github.com/Newman101)) - Fix Faker::Educator "secondary" spelling [\#708](https://github.com/stympy/faker/pull/708) ([gadtfly](https://github.com/gadtfly)) - adds meteorite to Faker::Space [\#702](https://github.com/stympy/faker/pull/702) ([kfrz](https://github.com/kfrz)) - fixed typo in secondary\_school [\#701](https://github.com/stympy/faker/pull/701) ([garyharan](https://github.com/garyharan)) - Improve Address.postcode example to reflect actual output [\#700](https://github.com/stympy/faker/pull/700) ([goulvench](https://github.com/goulvench)) - Fixed invalid name in pl.yml [\#694](https://github.com/stympy/faker/pull/694) ([Yobilat](https://github.com/Yobilat)) - Fixed failing build [\#683](https://github.com/stympy/faker/pull/683) ([Newman101](https://github.com/Newman101)) - added south african locales [\#682](https://github.com/stympy/faker/pull/682) ([Letladi](https://github.com/Letladi)) - Add Food link for readme [\#681](https://github.com/stympy/faker/pull/681) ([martymclaugh](https://github.com/martymclaugh)) - Add updated en-nz locale data [\#680](https://github.com/stympy/faker/pull/680) ([geordidearns](https://github.com/geordidearns)) - Fixed typo in dutch translation [\#679](https://github.com/stympy/faker/pull/679) ([nschmoller](https://github.com/nschmoller)) - Add pokemon [\#677](https://github.com/stympy/faker/pull/677) ([bakunyo](https://github.com/bakunyo)) - Food [\#672](https://github.com/stympy/faker/pull/672) ([martymclaugh](https://github.com/martymclaugh)) - Added charcaters and houses data for game of thrones in en.yml [\#670](https://github.com/stympy/faker/pull/670) ([vamsipavanmahesh](https://github.com/vamsipavanmahesh)) - add Faker::Commerce.promotion\_code [\#669](https://github.com/stympy/faker/pull/669) ([jGRUBBS](https://github.com/jGRUBBS)) - Eliminate and prevent leading and trailing white space [\#665](https://github.com/stympy/faker/pull/665) ([retroGiant89](https://github.com/retroGiant89)) - Fix for memory overflow error Issue: \#478 [\#664](https://github.com/stympy/faker/pull/664) ([anuj-verma](https://github.com/anuj-verma)) - Added unit tests to es-MX locale [\#661](https://github.com/stympy/faker/pull/661) ([Newman101](https://github.com/Newman101)) - Added default country test to en-AU locale [\#656](https://github.com/stympy/faker/pull/656) ([Newman101](https://github.com/Newman101)) - Fixed incorrect locale configuration [\#655](https://github.com/stympy/faker/pull/655) ([Newman101](https://github.com/Newman101)) - Add support for dutch university names [\#654](https://github.com/stympy/faker/pull/654) ([nysthee](https://github.com/nysthee)) - Added default country check to en-PAK unit tests [\#652](https://github.com/stympy/faker/pull/652) ([Newman101](https://github.com/Newman101)) - Added even method to Luhn algorithm [\#650](https://github.com/stympy/faker/pull/650) ([Newman101](https://github.com/Newman101)) - Add more names to pt-BR [\#649](https://github.com/stympy/faker/pull/649) ([haggen](https://github.com/haggen)) - Add Nigerian locale to locales [\#647](https://github.com/stympy/faker/pull/647) ([oluosiname](https://github.com/oluosiname)) - Refactor Luhn Checksum [\#619](https://github.com/stympy/faker/pull/619) ([Newman101](https://github.com/Newman101)) - Added en-SG unit tests [\#618](https://github.com/stympy/faker/pull/618) ([Newman101](https://github.com/Newman101)) - Improved de-AT unit tests [\#614](https://github.com/stympy/faker/pull/614) ([Newman101](https://github.com/Newman101)) - Changed quotes in color.rb [\#606](https://github.com/stympy/faker/pull/606) ([Newman101](https://github.com/Newman101)) ## [v1.6.6](https://github.com/stympy/faker/tree/v1.6.6) (2016-07-25) [Full Changelog](https://github.com/stympy/faker/compare/v1.6.5...v1.6.6) **Closed issues:** - Faker::Vehicle.vin gives undefined method `match' [\#638](https://github.com/stympy/faker/issues/638) - Faker::Date.backward\(14\) [\#632](https://github.com/stympy/faker/issues/632) - Shouldn't we capitalize the result of `Faker::Hacker.say\_something\_smart`? [\#623](https://github.com/stympy/faker/issues/623) **Merged pull requests:** - Fixed Faker::Vehicle.vin Fixnum issue \#638 [\#639](https://github.com/stympy/faker/pull/639) ([amoludage](https://github.com/amoludage)) - fix readme link for fakerpokemon [\#637](https://github.com/stympy/faker/pull/637) ([shinwang1](https://github.com/shinwang1)) - Making pull request to add Pokemon names and locations to stumpy/faker [\#636](https://github.com/stympy/faker/pull/636) ([shinwang1](https://github.com/shinwang1)) - Added shorthand for self-assignment on date.rb [\#635](https://github.com/stympy/faker/pull/635) ([Newman101](https://github.com/Newman101)) - Fixed a method call in date.rb [\#633](https://github.com/stympy/faker/pull/633) ([Newman101](https://github.com/Newman101)) - Add Game of Thrones faker [\#629](https://github.com/stympy/faker/pull/629) ([duduribeiro](https://github.com/duduribeiro)) - Add German translations for Commerce [\#626](https://github.com/stympy/faker/pull/626) ([laurens](https://github.com/laurens)) - Solved Issue \#623 [\#625](https://github.com/stympy/faker/pull/625) ([Newman101](https://github.com/Newman101)) ## v1.6.5 (2016-07-08) * Removed Faker::ChuckNorris.name ## v1.6.4 (2016-07-06) * Removed support for Ruby 1.9.3 * Added Faker::ChuckNorris, Faker::Crypto, Faker::Educator, Faker::File, Faker::Music, Faker::Space, Faker::Vehicle, and Faker::Yoda * Fixed bug with credit card types * DST fixes in Faker::Time * Added Faker::Name.name_with_middle * Added Faker::Code.imei * Added Faker::Code.asin * Added Faker::Lorem.question and Faker::Lorem.questions * Added Faker::Internet.private_ip_v4_address * Added Faker::Company.australian_business_number * Other miscellaneous fixes and locale updates ## v1.6.3 (2016-02-23) * Fix for UTF problem in Ruby 1.9.3 * Fix for Faker::StarWars.character * Updated sv locale ## v1.6.2 (2016-02-20) * Fix for locale-switching (Russian email addresses) * Added Faker::Beer, Faker::Boolean, Faker::Cat, Faker::StarWars, and Faker::Superhero * Added Faker::Color.color_name * Added Faker::Date.between_except * Fixed Faker::Internet.ip_v4_cidr and Faker::Internet.ip_v6_cidr * Added locales: ca, ca-CAT, da-DK, fi-FI, and pt ## v1.6.1 (2015-11-23) * Fix for locale issues in tests ## v1.6.0 (2015-11-23) * Lots of bug fixes -- most notably, a fix for email addresses and domains in non-en locales * Updated locales: de, en-AU, en-NZ, en-SG, en-US, en-au-ocker, en, es, fr, he, it, ja, nb-NO, pl, pt-BR, sk, and zh-CN * Updated classes: Address, Avatar, Book, Code, Commerce, Company, Hipster, IDNumber, Internet, Number, Placeholdit, Shakespeare, and Time ## v1.5.0 (2015-08-17) * Added logos * Added Slack Emoji * Updated image generators * Updated Dutch Locale * Added support for generating RGB values, HSL colors, alpha channel, and HSLA colors * Added locale for Uganda * Added basic Ukrainian support * Added university name generator * Updated documentation * Updated a variety of locales * Various fixes ## v1.4.3 (2014-08-15) * Updated Russian locale * Added EIN generator * Fixed Swedish locale * Added birthday to Faker::Date * Added Faker::App ## v1.4.2 (2014-07-15) * Added Swedish locale * README update ## v1.4.1 (2014-07-04) * Bugfix and cleanup ## v1.4.0 (2014-07-03) * Many enhancements and bugfixes ## v1.3.0 (2014-03-08) * Many enhancements and few bugfixes ## v1.2.0 (2013-07-27) * Many major and minor enhancements :) ## v1.1.2 (2012-09-18) * 1 minor change: * Fixed Ruby 1.8 compatibility ## v1.1.1 (2012-09-17) * 1 minor change: * Removed ja locale because of parse errors ## v1.1.0 (2012-09-15) * 1 major change: * Removed deprecated methods from Address: earth_country, us_state, us_state_abbr, uk_postcode, uk_county * Many minor changes (please see github pull requests for credits) * Added many localizations * Added range and array support for Lorem ## v1.0.1 (2011-09-27) * 1 minor enhancement * Added safe_email method to get someaddress@example.com [Kazimierz Kiełkowicz] * 1 bug fix: * Use the locale fallback properly when parsing string formats ## v1.0.0 (2011-09-08) * 2 major enhancements * Moved all formats to locale files * Stopped interfering with I18n's global settings for fallbacks * 3 minor bug fixes: * Ruby 1.9.2 fixes [eMxyzptlk] * UTF8 fixes [maxmiliano] * Updated IPv4 generator to return valid addresses [Sylvain Desbureaux] * Many minor enhancements: * Added bork locale for bork-ified lorem [johnbentcope] * Added IPv6 address generator [jc00ke] * Removed deprecation warnings for Array#rand [chrismarshall] * Added German translation and I18n improvments [Matthias Kühnert] * Added Dutch translation [moretea] * Added Lat/Long generator [Andy Callaghan] * Added buzzword-laden title generator [supercleanse] * Added optional extended wordlist for lorem [chriskottom] * Updated German translation [Jan Schwenzien] * Locale improvements [suweller] * Added limit to lorem generator [darrenterhune] * Added Brazilian Portuguese translation [maxmiliano] * Added Australian translation [madeindata] * Added Canadian translation [igbanam] * Added Norwegian translation [kytrinyx] * Lots of translation-related cleanup [kytrinyx] ## v0.9.5 (2011-01-27) * 1 minor bug fix: * Fixed YAML [Aaron Patterson] * 3 minor enhancements: * Added default rake task to run all tests [Aaron Patterson] * Removed shuffle method [Aaron Patterson] * Use psych if present [Aaron Patterson] ## v0.9.4 (2010-12-29) * 1 minor bug fix: * Stopped getting in the way of Rails' late locale loading ## v0.9.3 (2010-12-28) * 1 minor enhancement: * Added a faker namespace for translations ## v0.9.2 (2010-12-22) * 1 bug fix: * Stopped stomping on I18n load path ## v0.9.1 (2010-12-22) * 1 bug fix: * Stopped setting I18n default locale * 1 major enhancement: * Added method_missing to Address to add methods based on data in locale files * 1 minor enhancement: * Added Swiss locale [Lukas Westermann] ## v0.9.0 (2010-12-21) * 1 major enhancement: * Moved strings and some formats to locale files ## v0.3.1 (2008-04-03) * 1 minor enhancement: * Added city to Address ## v0.3.0 (2008-01-01) * 3 major enhancements: * Added Lorem to generate fake Latin * Added secondary_address to Address, and made inclusion of secondary address in street_address optional (false by default). * Added UK address methods [Caius Durling] ## v0.2.1 (2007-12-05) * 1 major enhancement: * Dropped facets to avoid conflict with ActiveSupport * 2 minor enhancements: * Changed the output of user_name to randomly separate with a . or _ * Added a few tests ## v0.1.0 (2007-11-22) * 1 major enhancement: * Initial release \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* faker-1.9.1/CONTRIBUTING.md000066400000000000000000000067251332146201300150500ustar00rootroot00000000000000We love pull requests. Here's a quick guide: 1. Fork the repo. 2. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate: `bundle && bundle exec rake` 3. We are using [Rubocop](https://github.com/bbatsov/rubocop) because we love static code analyzers. Ways to run Rubocop: - `bundle exec rubocop` - `bundle exec rake` would run the test suite and after that it runs the Ruby static code analyzer. If you want to try to fix the rubocop violations, you should run `bundle exec rubocop -a` to try to autocorrect the issues. If this last command doesn't solve the violations, you'll need to google. If you are not familiar with Rubocop, spend some time studying their page and a few study cases on the internet. 4. Please add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, we need a test! We use [Minitest](https://github.com/seattlerb/minitest) in this project. If you're not familiar with Minitest and are comfortable with Rspec, please ask a contributor/collaborator to review your PR. 5. Make the test pass. Always use `sample`, `shuffle`, and `rand` from the Base class (just like the rest of the code) rather than `Array#sample`, `Array#shuffle` and `Kernel#rand` to preserve the deterministic feature. 6. We care about code coverage and use `SimpleCov` to analyze the code and generate test coverage reports. It's possible to check the test coverage by running `bundle exec rake coverage_report`. Please make sure to not decrease our `current % covered`. 7. When adding a new class, add a new yaml file to `lib/locales/en` rather than adding translations to `lib/locales/en.yml`. For example, if you add Faker::MyThing, put your translations in `lib/locales/en/my_thing.yml`. See [the locale README](./lib/locales/en/README.md) for more info. 8. Methods with optional arguments should use keyword rather than positional arguments. An exception to this could be a method that takes only one optional argument, and it's unlikely that that method would ever take more than one optional argument. 9. Push to your fork and submit a pull request. ### Github Flow for contributors and collaborators For those of you with commit access, please check out Scott Chacon's blog post about [github flow](http://scottchacon.com/2011/08/31/github-flow.html) > * Anything in the master branch is deployable > * To work on something new, create a descriptively named branch off of master (ie: new-oauth2-scopes) > * Commit to that branch locally and regularly push your work to the same named branch on the server > * When you need feedback or help, or you think the branch is ready for merging, open a pull request > * After someone else has reviewed and signed off on the feature, you can merge it into master If you're reviewing a PR, you should ask youserlf: > * Does it work as described? A PR should have a great description. > * Is it understandable? > * Is it well implemented? > * Is it well tested? > * Is it well documented? > * Is it following the structure of the project? ### Syntax/Good practices: * Two spaces, no tabs. * No trailing whitespace. Blank lines should not have any space. * Prefer `&&`, `||` over `and`, `or`. * `MyClass.my_method(my_arg)` not `my_method( my_arg )` or `my_method my_arg`. * `a = b` and not `a=b`. * Follow the conventions you see used in the source already. ### Tips * Use the `rake console` task to start a session with Faker loaded. faker-1.9.1/Gemfile000066400000000000000000000003601332146201300140770ustar00rootroot00000000000000source 'https://rubygems.org' # Remove Rubygems deprecation warnings Deprecate.skip = true if defined?(Deprecate.skip) Gem::Deprecate.skip = true if defined?(Gem::Deprecate.skip) # Specify your gem's dependencies in faker.gemspec gemspec faker-1.9.1/Gemfile.lock000066400000000000000000000022531332146201300150310ustar00rootroot00000000000000PATH remote: . specs: faker (1.9.1) i18n (>= 0.7) GEM remote: https://rubygems.org/ specs: addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) concurrent-ruby (1.0.5) docile (1.3.0) i18n (1.0.1) concurrent-ruby (~> 1.0) jaro_winkler (1.5.1) json (2.1.0) launchy (2.4.3) addressable (~> 2.3) minitest (5.10.3) parallel (1.12.1) parser (2.5.1.0) ast (~> 2.4.0) power_assert (1.1.1) powerpack (0.1.2) public_suffix (3.0.2) rainbow (3.0.0) rake (12.3.0) rubocop (0.57.2) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.9.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) test-unit (3.2.6) power_assert timecop (0.9.1) unicode-display_width (1.4.0) PLATFORMS ruby DEPENDENCIES faker! launchy minitest rake rubocop simplecov test-unit timecop BUNDLED WITH 1.16.2 faker-1.9.1/History.md000066400000000000000000000130561332146201300145750ustar00rootroot00000000000000## v1.6.5 (2016-07-08) * Removed Faker::ChuckNorris.name ## v1.6.4 (2016-07-06) * Removed support for Ruby 1.9.3 * Added Faker::ChuckNorris, Faker::Crypto, Faker::Educator, Faker::File, Faker::Music, Faker::Space, Faker::Vehicle, and Faker::Yoda * Fixed bug with credit card types * DST fixes in Faker::Time * Added Faker::Name.name_with_middle * Added Faker::Code.imei * Added Faker::Code.asin * Added Faker::Lorem.question and Faker::Lorem.questions * Added Faker::Internet.private_ip_v4_address * Added Faker::Company.australian_business_number * Other miscellaneous fixes and locale updates ## v1.6.3 (2016-02-23) * Fix for UTF problem in Ruby 1.9.3 * Fix for Faker::StarWars.character * Updated sv locale ## v1.6.2 (2016-02-20) * Fix for locale-switching (Russian email addresses) * Added Faker::Beer, Faker::Boolean, Faker::Cat, Faker::StarWars, and Faker::Superhero * Added Faker::Color.color_name * Added Faker::Date.between_except * Fixed Faker::Internet.ip_v4_cidr and Faker::Internet.ip_v6_cidr * Added locales: ca, ca-CAT, da-DK, fi-FI, and pt ## v1.6.1 (2015-11-23) * Fix for locale issues in tests ## v1.6.0 (2015-11-23) * Lots of bug fixes -- most notably, a fix for email addresses and domains in non-en locales * Updated locales: de, en-AU, en-NZ, en-SG, en-US, en-au-ocker, en, es, fr, he, it, ja, nb-NO, pl, pt-BR, sk, and zh-CN * Updated classes: Address, Avatar, Book, Code, Commerce, Company, Hipster, IDNumber, Internet, Number, Placeholdit, Shakespeare, and Time ## v1.5.0 (2015-08-17) * Added logos * Added Slack Emoji * Updated image generators * Updated Dutch Locale * Added support for generating RGB values, HSL colors, alpha channel, and HSLA colors * Added locale for Uganda * Added basic Ukrainian support * Added university name generator * Updated documentation * Updated a variety of locales * Various fixes ## v1.4.3 (2014-08-15) * Updated Russian locale * Added EIN generator * Fixed Swedish locale * Added birthday to Faker::Date * Added Faker::App ## v1.4.2 (2014-07-15) * Added Swedish locale * README update ## v1.4.1 (2014-07-04) * Bugfix and cleanup ## v1.4.0 (2014-07-03) * Many enhancements and bugfixes ## v1.3.0 (2014-03-08) * Many enhancements and few bugfixes ## v1.2.0 (2013-07-27) * Many major and minor enhancements :) ## v1.1.2 (2012-09-18) * 1 minor change: * Fixed Ruby 1.8 compatibility ## v1.1.1 (2012-09-17) * 1 minor change: * Removed ja locale because of parse errors ## v1.1.0 (2012-09-15) * 1 major change: * Removed deprecated methods from Address: earth_country, us_state, us_state_abbr, uk_postcode, uk_county * Many minor changes (please see github pull requests for credits) * Added many localizations * Added range and array support for Lorem ## v1.0.1 (2011-09-27) * 1 minor enhancement * Added safe_email method to get someaddress@example.com [Kazimierz Kiełkowicz] * 1 bug fix: * Use the locale fallback properly when parsing string formats ## v1.0.0 (2011-09-08) * 2 major enhancements * Moved all formats to locale files * Stopped interfering with I18n's global settings for fallbacks * 3 minor bug fixes: * Ruby 1.9.2 fixes [eMxyzptlk] * UTF8 fixes [maxmiliano] * Updated IPv4 generator to return valid addresses [Sylvain Desbureaux] * Many minor enhancements: * Added bork locale for bork-ified lorem [johnbentcope] * Added IPv6 address generator [jc00ke] * Removed deprecation warnings for Array#rand [chrismarshall] * Added German translation and I18n improvments [Matthias Kühnert] * Added Dutch translation [moretea] * Added Lat/Long generator [Andy Callaghan] * Added buzzword-laden title generator [supercleanse] * Added optional extended wordlist for lorem [chriskottom] * Updated German translation [Jan Schwenzien] * Locale improvements [suweller] * Added limit to lorem generator [darrenterhune] * Added Brazilian Portuguese translation [maxmiliano] * Added Australian translation [madeindata] * Added Canadian translation [igbanam] * Added Norwegian translation [kytrinyx] * Lots of translation-related cleanup [kytrinyx] ## v0.9.5 (2011-01-27) * 1 minor bug fix: * Fixed YAML [Aaron Patterson] * 3 minor enhancements: * Added default rake task to run all tests [Aaron Patterson] * Removed shuffle method [Aaron Patterson] * Use psych if present [Aaron Patterson] ## v0.9.4 (2010-12-29) * 1 minor bug fix: * Stopped getting in the way of Rails' late locale loading ## v0.9.3 (2010-12-28) * 1 minor enhancement: * Added a faker namespace for translations ## v0.9.2 (2010-12-22) * 1 bug fix: * Stopped stomping on I18n load path ## v0.9.1 (2010-12-22) * 1 bug fix: * Stopped setting I18n default locale * 1 major enhancement: * Added method_missing to Address to add methods based on data in locale files * 1 minor enhancement: * Added Swiss locale [Lukas Westermann] ## v0.9.0 (2010-12-21) * 1 major enhancement: * Moved strings and some formats to locale files ## v0.3.1 (2008-04-03) * 1 minor enhancement: * Added city to Address ## v0.3.0 (2008-01-01) * 3 major enhancements: * Added Lorem to generate fake Latin * Added secondary_address to Address, and made inclusion of secondary address in street_address optional (false by default). * Added UK address methods [Caius Durling] ## v0.2.1 (2007-12-05) * 1 major enhancement: * Dropped facets to avoid conflict with ActiveSupport * 2 minor enhancements: * Changed the output of user_name to randomly separate with a . or _ * Added a few tests ## v0.1.0 (2007-11-22) * 1 major enhancement: * Initial release faker-1.9.1/License.txt000066400000000000000000000020471332146201300147330ustar00rootroot00000000000000Copyright (c) 2007-2010 Benjamin Curtis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.faker-1.9.1/README.md000066400000000000000000000243461332146201300140750ustar00rootroot00000000000000![logotype a happy-07](https://user-images.githubusercontent.com/36028424/40263395-4318481e-5b44-11e8-92e5-3dcc1ce169b3.png) # Faker [![Build Status](https://travis-ci.org/stympy/faker.svg?branch=master)](https://travis-ci.org/stympy/faker) [![Gem Version](https://badge.fury.io/rb/faker.svg)](https://badge.fury.io/rb/faker) [![Test Coverage](https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/test_coverage)](https://codeclimate.com/github/stympy/faker/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/ef54c7f9df86e965d64b/maintainability)](https://codeclimate.com/github/stympy/faker/maintainability) This gem is a port of Perl's Data::Faker library that generates fake data. It comes in very handy for taking screenshots (taking screenshots for my project, [Catch the Best](http://catchthebest.com/) was the original impetus for the creation of this gem), having real-looking test data, and having your database populated with more than one or two records while you're doing development. ### NOTE * While Faker generates data at random, returned values are not guaranteed to be unique by default. You must explicity specify when you require unique values, see [details](#ensuring-unique-values). Values also can be deterministic if you use the deterministic feature, see [details](#deterministic-random) * This is the `master` branch of Faker and may contain changes that are not yet released. Please refer the README of your version for the available methods. List of all versions is [available here](https://github.com/stympy/faker/releases). Contents -------- - [Installing](#installing) - [Usage](#usage) - [Faker::Address](doc/address.md) - [Faker::Ancient](doc/ancient.md) - [Faker::App](doc/app.md) - [Faker::Appliance](doc/appliance.md) - [Faker::Artist](doc/artist.md) - [Faker::AquaTeenHungerForce](doc/aqua_teen_hunger_force.md) - [Faker::Avatar](doc/avatar.md) - [Faker::BackToTheFuture](doc/back_to_the_future.md) - [Faker::Bank](doc/bank.md) - [Faker::Beer](doc/beer.md) - [Faker::Bitcoin](doc/bitcoin.md) - [Faker::BojackHorseman](doc/bojack_horseman.md) - [Faker::Book](doc/book.md) - [Faker::Boolean](doc/boolean.md) - [Faker::BossaNova](doc/bossa_nova.md) - [Faker::BreakingBad](doc/breaking_bad.md) - [Faker::Business](doc/business.md) - [Faker::Cannabis](doc/cannabis.md) - [Faker::Cat](doc/cat.md) - [Faker::ChuckNorris](doc/chuck_norris.md) - [Faker::Code](doc/code.md) - [Faker::Coffee](doc/coffee.md) - [Faker::Color](doc/color.md) - [Faker::Commerce](doc/commerce.md) - [Faker::Community](doc/community.md) - [Faker::Company](doc/company.md) - [Faker::Compass](doc/compass.md) - [Faker::Crypto](doc/crypto.md) - [Faker::Currency](doc/currency.md) - [Faker::Date](doc/date.md) - [Faker::Demographic](doc/demographic.md) - [Faker::Dessert](doc/dessert.md) - [Faker::Device](doc/device.md) - [Faker::Dog](doc/dog.md) - [Faker::Dota](doc/dota.md) - [Faker::DrWho](doc/dr_who.md) - [Faker::DragonBall](doc/dragon_ball.md) - [Faker::DumbAndDumber](doc/dumb_and_dumber.md) - [Faker::Dune](doc/dune.md) - [Faker::Educator](doc/educator.md) - [Faker::ElderScrolls](doc/elder_scrolls.md) - [Faker::ElectricalComponents](doc/electrical_components.md) - [Faker::Esport](doc/esport.md) - [Faker::Ethereum](doc/ethereum.md) - [Faker::Fallout](doc/fallout.md) - [Faker::FamilyGuy](doc/family_guy.md) - [Faker::FamousLastWords](doc/famous_last_words.md) - [Faker::File](doc/file.md) - [Faker::Fillmurray](doc/fillmurray.md) - [Faker::Finance](doc/finance.md) - [Faker::Food](doc/food.md) - [Faker::Football](doc/football.md) - [Faker::Friends](doc/friends.md) - [Faker::FunnyName](doc/funny_name.md) - [Faker::GameOfThrones](doc/game_of_thrones.md) - [Faker::Gender](doc/gender.md) - [Faker::GreekPhilosophers](doc/greek_philosophers.md) - [Faker::Hacker](doc/hacker.md) - [Faker::HarryPotter](doc/harry_potter.md) - [Faker::HeyArnold](doc/hey_arnold.md) - [Faker::Hipster](doc/hipster.md) - [Faker::HitchhikersGuideToTheGalaxy](doc/hitchhikers_guide_to_the_galaxy.md) - [Faker::Hobbit](doc/hobbit.md) - [Faker::HowIMetYourMother](doc/how_i_met_your_mother.md) - [Faker::IDNumber](doc/id_number.md) - [Faker::Internet](doc/internet.md) - [Faker::Invoice](doc/invoice.md) - [Faker::Job](doc/job.md) - [Faker::Kpop](doc/kpop.md) - [Faker::LeagueOfLegends](doc/league_of_legends.md) - [Faker::Lebowski](doc/lebowski.md) - [Faker::LordOfTheRings](doc/lord_of_the_rings.md) - [Faker::Lorem](doc/lorem.md) - [Faker::LoremFlickr](doc/lorem_flickr.md) - [Faker::LoremPixel](doc/lorem_pixel.md) - [Faker::Lovecraft](doc/lovecraft.md) - [Faker::Markdown](doc/markdown.md) - [Faker::Matz](doc/matz.md) - [Faker::Measurement](doc/measurement.md) - [Faker::MichaelScott](doc/michael_scott.md) - [Faker::Military](doc/military.md) - [Faker::MostInterestingManInTheWorld](doc/most_interesting_man_in_the_world.md) - [Faker::Movie](doc/movie.md) - [Faker::Music](doc/music.md) - [Faker::Myst](doc/myst.md) - [Faker::Name](doc/name.md) - [Faker::Nation](doc/nation.md) - [Faker::NatoPhoneticAlphabet](doc/nato_phonetic_alphabet.md) - [Faker::NewGirl](doc/new_girl.md) - [Faker::Number](doc/number.md) - [Faker::Omniauth](doc/omniauth.md) - [Faker::OnePiece](doc/one_piece.md) - [Faker::Overwatch](doc/overwatch.md) - [Faker::ParksAndRec](doc/parks_and_rec.md) - [Faker::PhoneNumber](doc/phone_number.md) - [Faker::Placeholdit](doc/placeholdit.md) - [Faker::Pokemon](doc/pokemon.md) - [Faker::PrincessBride](doc/princess_bride.md) - [Faker::ProgrammingLanguage](doc/programming_language.md) - [Faker::RickAndMorty](doc/rick_and_morty.md) - [Faker::Robin](doc/robin.md) - [Faker::RockBand](doc/rock_band.md) - [Faker::RuPaul](doc/rupaul.md) - [Faker::Science](doc/science.md) - [Faker::Seinfeld](doc/seinfeld.md) - [Faker::SiliconValley](doc/silicon_valley.md) - [Faker::Simpsons](doc/simpsons.md) - [Faker::SingularSiegler](doc/singular_siegler.md) - [Faker::SlackEmoji](doc/slack_emoji.md) - [Faker::Source](doc/source.md) - [Faker::Space](doc/space.md) - [Faker::StarTrek](doc/star_trek.md) - [Faker::StarWars](doc/star_wars.md) - [Faker::StrangerThings](doc/stranger_things.md) - [Faker::String](doc/string.md) - [Faker::Stripe](doc/stripe.md) - [Faker::Superhero](doc/superhero.md) - [Faker::SwordArtOnline](doc/sword_art_online.md) - [Faker::Team](doc/team.md) - [Faker::TheFreshPrinceOfBelAir](doc/the_fresh_prince_of_bel_air.md) - [Faker::TheITCrowd](doc/the_it_crowd.md) - [Faker::TheThickOfIt](doc/the_thick_of_it.md) - [Faker::Time](doc/time.md) - [Faker::TwinPeaks](doc/twin_peaks.md) - [Faker::Twitter](doc/twitter.md) - [Faker::Types](doc/types.md) - [Faker::UmphreysMcgee](doc/umphreys_mcgee.md) - [Faker::University](doc/university.md) - [Faker::Vehicle](doc/vehicle.md) - [Faker::VentureBros](doc/venture_bros.md) - [Faker::VForVendetta](doc/v_for_vendetta.md) - [Faker::Witcher](doc/witcher.md) - [Faker::WorldCup](doc/world_cup.md) - [Faker::WorldOfWarcraft](doc/world_of_warcraft.md) - [Faker::Zelda](doc/zelda.md) - [Customization](#customization) - [Contributing](#contributing) - [Contact](#contact) - [License](#license) ## Installing ```bash gem install faker ``` Note: if you are getting a `uninitialized constant Faker::[some_class]` error, your version of the gem is behind the one documented here. To make sure that your gem is the one documented here, change the line in your gemfile to: ```ruby gem 'faker', :git => 'https://github.com/stympy/faker.git', :branch => 'master' ``` ## Usage ```ruby require 'faker' Faker::Name.name #=> "Christophe Bartell" Faker::Internet.email #=> "kirsten.greenholt@corkeryfisher.info" ``` ### Ensuring unique values Prefix your method call with `unique`. For example: ```ruby Faker::Name.unique.name # This will return a unique name every time it is called ``` If too many unique values are requested from a generator that has a limited number of potential values, a `Faker::UniqueGenerator::RetryLimitExceeded` exception may be raised. It is possible to clear the record of unique values that have been returned, for example between tests. ```ruby Faker::Name.unique.clear # Clears used values for Faker::Name Faker::UniqueGenerator.clear # Clears used values for all generators ``` ### Deterministic Random Faker supports seeding of its pseudo-random number generator (PRNG) to provide deterministic output of repeated method calls. ```ruby Faker::Config.random = Random.new(42) Faker::Company.bs #=> "seize collaborative mindshare" Faker::Company.bs #=> "engage strategic platforms" Faker::Config.random = Random.new(42) Faker::Company.bs #=> "seize collaborative mindshare" Faker::Company.bs #=> "engage strategic platforms" Faker::Config.random = nil # seeds the PRNG using default entropy sources Faker::Config.random.seed #=> 185180369676275068918401850258677722187 Faker::Company.bs #=> "cultivate viral synergies" ``` ## Customization Since you may want to make addresses and other types of data look different depending on where in the world you are (US postal codes vs. UK postal codes, for example), Faker uses the I18n gem to store strings (like state names) and formats (US postal codes are NNNNN while UK postal codes are AAN NAA), allowing you to get different formats by switching locales. Just set Faker::Config.locale to the locale you want, and Faker will take care of the rest. If your locale doesn't already exist, create it in the \lib\locales\ directory and you can then override or add elements to suit your needs. See more about how to use locales [here](lib/locales/README.md) ```yaml en-au-ocker: faker: name: # Existing faker field, new data first_name: [Charlotte, Ava, Chloe, Emily] # New faker fields ocker_first_name: [Bazza, Bluey, Davo, Johno, Shano, Shazza] region: [South East Queensland, Wide Bay Burnett, Margaret River, Port Pirie, Gippsland, Elizabeth, Barossa] ``` ## Contributing See [CONTRIBUTING.md](https://github.com/stympy/faker/blob/master/CONTRIBUTING.md). ## Contact Comments and feedback are welcome. Send an email to Benjamin Curtis via the [google group](http://groups.google.com/group/ruby-faker). ## License This code is free to use under the terms of the MIT license. faker-1.9.1/Rakefile000066400000000000000000000007611332146201300142560ustar00rootroot00000000000000$LOAD_PATH.unshift File.dirname(__FILE__) Dir['tasks/**/*.rake'].each { |rake| load rake } require 'bundler' Bundler::GemHelper.install_tasks desc 'Start a console session with Faker loaded' task :console do require 'irb' require 'irb/completion' require 'faker' # You know what to do. ARGV.clear IRB.start end task :coverage_report do require 'launchy' Launchy.open('coverage/index.html') end require 'rubocop/rake_task' RuboCop::RakeTask.new task default: %w[test rubocop] faker-1.9.1/doc/000077500000000000000000000000001332146201300133525ustar00rootroot00000000000000faker-1.9.1/doc/address.md000066400000000000000000000020271332146201300153220ustar00rootroot00000000000000# Faker::Address Available since version 0.3.0. ```ruby Faker::Address.city #=> "Imogeneborough" Faker::Address.street_name #=> "Larkin Fork" Faker::Address.street_address #=> "282 Kevin Brook" Faker::Address.secondary_address #=> "Apt. 672" Faker::Address.building_number #=> "7304" Faker::Address.community #=> "University Crossing" Faker::Address.zip_code #=> "58517" or "23285-4905" Faker::Address.zip #=> "58517" or "66259-8212" Faker::Address.postcode #=> "76032-4907" or "58517" Faker::Address.time_zone #=> "Asia/Yakutsk" Faker::Address.street_suffix #=> "Street" Faker::Address.city_suffix #=> "fort" Faker::Address.city_prefix #=> "Lake" Faker::Address.state #=> "California" Faker::Address.state_abbr #=> "AP" Faker::Address.country #=> "French Guiana" Faker::Address.country_code #=> "IT" Faker::Address.country_code_long #=> "ITA" Faker::Address.latitude #=> "-58.17256227443719" Faker::Address.longitude #=> "-156.65548382095133" Faker::Address.full_address #=> "282 Kevin Brook, Imogeneborough, CA 58517" ``` faker-1.9.1/doc/ancient.md000066400000000000000000000003101332146201300153070ustar00rootroot00000000000000# Faker::Ancient Available since version 1.7.0. ```ruby Faker::Ancient.god #=> "Zeus" Faker::Ancient.primordial #=> "Gaia" Faker::Ancient.titan #=> "Atlas" Faker::Ancient.hero #=> "Achilles" ``` faker-1.9.1/doc/app.md000066400000000000000000000005571332146201300144630ustar00rootroot00000000000000# Faker::App Available since version 1.4.3. ```ruby Faker::App.name #=> "Treeflex" Faker::App.version #=> "1.85" Faker::App.author #=> "Daphne Swift" Faker::App.semantic_version #=> "3.2.5" Faker::App.semantic_version(major: 42) #=> "42.5.2" Faker::App.semantic_version(minor: 100..101) #=> "42.100.4" Faker::App.semantic_version(patch: 5..6) #=> "7.2.6" ``` faker-1.9.1/doc/appliance.md000066400000000000000000000002241332146201300156260ustar00rootroot00000000000000# Faker::Appliance Available since version 1.9.0. ```ruby Faker::Appliance.brand #=> "Bosch" Faker::Appliance.equipment #=> "Appliance plug" ``` faker-1.9.1/doc/aqua_teen_hunger_force.md000066400000000000000000000001411332146201300203600ustar00rootroot00000000000000# Faker::AquaTeenHungerForce ```ruby Faker::AquaTeenHungerForce.character #=> "Master Shake" ```faker-1.9.1/doc/artist.md000066400000000000000000000001431332146201300152000ustar00rootroot00000000000000# Faker::Artist Available since version 1.8.8. ```ruby Faker::Artist.name #=> "Michelangelo" ``` faker-1.9.1/doc/avatar.md000066400000000000000000000012111332146201300151450ustar00rootroot00000000000000# Faker::Avatar ```ruby Faker::Avatar.image #=> "https://robohash.org/sitsequiquia.png?size=300x300" Faker::Avatar.image("my-own-slug") #=> "https://robohash.org/my-own-slug.png?size=300x300" Faker::Avatar.image("my-own-slug", "50x50") #=> "https://robohash.org/my-own-slug.png?size=50x50" Faker::Avatar.image("my-own-slug", "50x50", "jpg") #=> "https://robohash.org/my-own-slug.jpg?size=50x50" Faker::Avatar.image("my-own-slug", "50x50", "bmp") #=> "https://robohash.org/my-own-slug.bmp?size=50x50" Faker::Avatar.image("my-own-slug", "50x50", "bmp", "set1", "bg1") #=> "https://robohash.org/my-own-slug.bmp?size=50x50&set=set1&bgset=bg1" ``` faker-1.9.1/doc/back_to_the_future.md000066400000000000000000000003401332146201300175250ustar00rootroot00000000000000# Faker::BackToTheFuture ```ruby Faker::BackToTheFuture.character #=> "Marty McFly" Faker::BackToTheFuture.date #=> "November 5, 1955" Faker::BackToTheFuture.quote #=> "Roads? Where we're going, we don't need roads." ``` faker-1.9.1/doc/bank.md000066400000000000000000000007471332146201300146170ustar00rootroot00000000000000# Faker::Bank ```ruby Faker::Bank.account_number #=> 6738582379 Faker::Bank.account_number(13) #=> 673858237902 Faker::Bank.iban #=> "GB76DZJM33188515981979" # Optional argument bank_country_code # All countries should be supported Faker::Bank.iban("be") #=> "BE6375388567752043" Faker::Bank.name #=> "ABN AMRO CORPORATE FINANCE LIMITED" Faker::Bank.routing_number #=> "729343831" Faker::Bank.routing_number(true) #=> "22-3833/64805" Faker::Bank.swift_bic #=> "AAFMGB21" ``` faker-1.9.1/doc/beer.md000066400000000000000000000005351332146201300146140ustar00rootroot00000000000000# Faker::Beer Available since version 1.6.2. ```ruby Faker::Beer.name #=> "Hercules Double IPA" Faker::Beer.style #=> "Belgian Strong Ale" Faker::Beer.hop #=> "Equinox" Faker::Beer.yeast #=> "2278 - Czech Pils" Faker::Beer.malts #=> "Rye malt" Faker::Beer.ibu #=> "40 IBU" Faker::Beer.alcohol #=> "6.3%" Faker::Beer.blg #=> "18.5°Blg" ``` faker-1.9.1/doc/bitcoin.md000066400000000000000000000002471332146201300153260ustar00rootroot00000000000000# Faker::Bitcoin ```ruby Faker::Bitcoin.address #=> "1HUoGjmgChmnxxYhz87YytV4gVjfPaExmh" Faker::Bitcoin.testnet_address #=> "msHGunDvoEwmVFXvd2Bub1SNw5RP1YHJaf" ``` faker-1.9.1/doc/bojack_horseman.md000066400000000000000000000004741332146201300170260ustar00rootroot00000000000000# Faker::BojackHorseman ```ruby Faker::BojackHorseman.character #=> "BoJack Horseman"" Faker::BojackHorseman.tongue_twister #=> "Did you steal a meal from Neal McBeal the Navy Seal?" Faker::BojackHorseman.quote #=> "Not understanding that you're a horrible person doesn't make you less of a horrible person" ``` faker-1.9.1/doc/book.md000066400000000000000000000003711332146201300146270ustar00rootroot00000000000000# Faker::Book ```ruby # Random Book Title Faker::Book.title #=> "The Odd Sister" # Random Author Faker::Book.author #=> "Alysha Olsen" # Random Publisher Faker::Book.publisher #=> "Opus Reader" # Random Genre Faker::Book.genre #=> "Mystery" ``` faker-1.9.1/doc/boolean.md000066400000000000000000000002521332146201300153120ustar00rootroot00000000000000# Faker::Boolean Available since version 1.6.2. ```ruby # Optional parameter: true_ratio=0.5 Faker::Boolean.boolean #=> true Faker::Boolean.boolean(0.2) #=> false ``` faker-1.9.1/doc/bossa_nova.md000066400000000000000000000001661332146201300160310ustar00rootroot00000000000000# Faker::BossaNova ```ruby Faker::BossaNova.artist #=> "Tom Jobin" Faker::BossaNova.song #=> "Chega de Saudade" ``` faker-1.9.1/doc/breaking_bad.md000066400000000000000000000002371332146201300162660ustar00rootroot00000000000000# Faker::BreakingBad Available since version 1.8.8. ```ruby Faker::BreakingBad.character #=> "Walter White" Faker::BreakingBad.episode #=> "Cancer Man" ``` faker-1.9.1/doc/business.md000066400000000000000000000003511332146201300155260ustar00rootroot00000000000000# Faker::Business ```ruby Faker::Business.credit_card_number #=> "1228-1221-1221-1431" Faker::Business.credit_card_expiry_date #=> Faker::Business.credit_card_type #=> "visa" ``` faker-1.9.1/doc/cannabis.md000066400000000000000000000012041332146201300154470ustar00rootroot00000000000000# Faker::Cannabis Available since version 1.9.0. ```ruby # Random strain Faker::Cannabis.strain #=> "24k" # Random cannabinoid_abbreviation Faker::Cannabis.cannabinoid_abbreviation #=> "THC" # Random cannabinoid Faker::Cannabis.cannabinoid #=> "Tetrahydrocannabinol" # Random terpene Faker::Cannabis.terpene #=> "α Pinene" # Random medical_use Faker::Cannabis.medical_use #=> "analgesic" # Random health_benefit Faker::Cannabis.health_benefit #=> "relieves pain" # Random category Faker::Cannabis.category #=> "capsules" # Random type Faker::Cannabis.type #=> "hybrid" # Random buzzword Faker::Cannabis.buzzword #=> "blunt wrap" ``` faker-1.9.1/doc/cat.md000066400000000000000000000003771332146201300144520ustar00rootroot00000000000000# Faker::Cat Available since version 1.6.2. ```ruby # Random cat name Faker::Cat.name #=> "Shadow" # Random cat breed Faker::Cat.breed #=> "British Semipi-longhair" # Random cat registry Faker::Cat.registry #=> "American Cat Fanciers Association" ``` faker-1.9.1/doc/chuck_norris.md000066400000000000000000000002301332146201300163600ustar00rootroot00000000000000# Faker::ChuckNorris Available since version 1.6.4. ```ruby Faker::ChuckNorris.fact #=> "Chuck Norris can solve the Towers of Hanoi in one move." ``` faker-1.9.1/doc/code.md000066400000000000000000000005331332146201300146070ustar00rootroot00000000000000# Faker::Code ```ruby Faker::Code.npi #=> "0000126252" Faker::Code.isbn #=> "759021701-8" Faker::Code.ean #=> "4600051000057" Faker::Code.rut #=> "91389184-8" Faker::Code.nric #=> "S5589083H" Faker::Code.nric(27, 34) #=> S8505970Z Faker::Code.imei #= "546327785982623" Faker::Code.asin #=> "B00000IGGJ" Fake::Code:sin #=> "159160274" ``` faker-1.9.1/doc/coffee.md000066400000000000000000000004271332146201300151260ustar00rootroot00000000000000# Faker::Coffee ```ruby Faker::Coffee.blend_name #=> "Summer Solstice" Faker::Coffee.origin #=> "Antigua, Guatemala" Faker::Coffee.variety #=> "Pacas" Faker::Coffee.notes #=> "balanced, silky, marzipan, orange-creamsicle, bergamot" Faker::Coffee.intensifier #=> "quick" ``` faker-1.9.1/doc/color.md000066400000000000000000000004061332146201300150120ustar00rootroot00000000000000# Faker::Color ```ruby Faker::Color.hex_color #=> "#31a785" Faker::Color.color_name #=> "yellow" Faker::Color.rgb_color #=> [54, 233, 67] Faker::Color.hsl_color #=> [69.87, 0.66, 0.3] Faker::Color.hsla_color #=> [154.77, 0.36, 0.9, 0.26170574657729073] ``` faker-1.9.1/doc/commerce.md000066400000000000000000000013741332146201300154730ustar00rootroot00000000000000# Faker::Commerce ```ruby Faker::Commerce.color #=> "lavender" # Optional arguments max=3, fixed_amount=false Faker::Commerce.department #=> "Grocery, Health & Beauty" Faker::Commerce.department(5) #=> "Grocery, Books, Health & Beauty" Faker::Commerce.department(2, true) #=> "Books & Tools" Faker::Commerce.material #=> "Steel" Faker::Commerce.product_name #=> "Practical Granite Shirt" Faker::Commerce.price #=> "44.6" Faker::Commerce.price(range = 0..10.0, as_string = false) #=> "2.18" # Generate a random promotion code. # Optional argument digits = 6 for number of random digits in suffix Faker::Commerce.promotion_code #=> "AmazingDeal829102" Faker::Commerce.promotion_code(digits = 2) #=> "AmazingPrice57" Faker::Commerce.material #=> "Plastic" ``` faker-1.9.1/doc/community.md000066400000000000000000000003271332146201300157220ustar00rootroot00000000000000# Faker::Community Available since version 1.9.0. ```ruby Faker::Community.characters #=> "Jeff Winger" Faker::Community.quotes #=> I fear a political career could shine a negative light on my drug dealing." ``` faker-1.9.1/doc/company.md000066400000000000000000000030241332146201300153410ustar00rootroot00000000000000# Faker::Company ```ruby Faker::Company.name #=> "Hirthe-Ritchie" Faker::Company.suffix #=> "Group" Faker::Company.industry #=> "Information Services" # Generate a buzzword-laden catch phrase. Faker::Company.catch_phrase #=> "Business-focused coherent parallelism" Faker::Company.buzzword #=> "Business-focused" # When a straight answer won't do, BS to the rescue! Faker::Company.bs #=> "empower one-to-one web-readiness" # Generate US employee identification numbers Faker::Company.ein #=> "34-8488813" # Generate "Data Universal Numbering System" Faker::Company.duns_number #=> "08-341-3736" # Get a random company logo url in PNG format. Faker::Company.logo #=> "https://pigment.github.com/fake-logos/logos/medium/color/5.png" Faker::Company.type #=> "Privately Held" # Get a random profession Faker::Company.profession #=> "firefighter" # Generate country specific identifiers Faker::Company.swedish_organisation_number #=> "7962578022" Faker::Company.czech_organisation_number #=> "77778171" Faker::Company.french_siren_number #=> "819489626" Faker::Company.french_siret_number #=> "81948962600013" Faker::Company.norwegian_organisation_number #=> "839071558" Faker::Company.australian_business_number #=> "81137773602" Faker::Company.spanish_organisation_number #=> "P2344979" # Get a random Polish taxpayer identification number Faker::Company.polish_taxpayer_identification_number #=> "1060000062" # Get a random Polish register of national economy number Faker::Company.polish_register_of_national_economy #=> "123456785" ``` faker-1.9.1/doc/compass.md000066400000000000000000000016611332146201300153450ustar00rootroot00000000000000# Faker::Compass Available since version 1.8.0. ```ruby # A random direction Faker::Compass.direction #=> "southeast" Faker::Compass.cardinal #=> "north" Faker::Compass.ordinal #=> "northwest" Faker::Compass.half_wind #=> "north-northwest" Faker::Compass.quarter_wind #=> "north by west" # Random abbreviation Faker::Compass.abbreviation #=> "NEbN" Faker::Compass.cardinal_abbreviation #=> "N" Faker::Compass.ordinal_abbreviation #=> "SW" Faker::Compass.half_wind_abbreviation #=> "NNE" Faker::Compass.quarter_wind_abbreviation #=> "SWbS" # Random azimuth Faker::Compass.azimuth #=> "168.75" Faker::Compass.cardinal_azimuth #=> "90" Faker::Compass.ordinal_azimuth #=> "135" Faker::Compass.half_wind_azimuth #=> "292.5" Faker::Compass.quarter_wind_azimuth #=> "56.25" ``` faker-1.9.1/doc/crypto.md000066400000000000000000000004261332146201300152160ustar00rootroot00000000000000# Faker::Crypto Available since version 1.6.4. ```ruby Faker::Crypto.md5 #=> "6b5ed240042e8a65c55ddb826c3408e6" Faker::Crypto.sha1 #=> "4e99e31c51eef8b2d290e709f757f92e558a503f" Faker::Crypto.sha256 #=> "51e4dbb424cd9db1ec5fb989514f2a35652ececef33f21c8dd1fd61bb8e3929d" ``` faker-1.9.1/doc/currency.md000066400000000000000000000002101332146201300155170ustar00rootroot00000000000000# Faker::Currency ```ruby Faker::Currency.name #=> "Swedish Krona" Faker::Currency.code #=> "USD" Faker::Currency.symbol #=> "$" ``` faker-1.9.1/doc/date.md000066400000000000000000000011021332146201300146030ustar00rootroot00000000000000# Faker::Date ```ruby # Random date between dates Faker::Date.between(2.days.ago, Date.today) #=> "Wed, 24 Sep 2014" # Random date between dates except for certain date Faker::Date.between_except(1.year.ago, 1.year.from_now, Date.today) #=> "Wed, 24 Sep 2014" # Random date in the future (up to maximum of N days) Faker::Date.forward(23) # => "Fri, 03 Oct 2014" # Random date in the past (up to maximum of N days) Faker::Date.backward(14) #=> "Fri, 19 Sep 2014" # Random birthday date (maximum age between 18 and 65) Faker::Date.birthday(18, 65) #=> "Mar, 28 Mar 1986" ``` faker-1.9.1/doc/demographic.md000066400000000000000000000006711332146201300161620ustar00rootroot00000000000000# Faker::Demographic Available since version 1.7.3. ```ruby Faker::Demographic.race #=> "Native Hawaiian or Other Pacific Islander" Faker::Demographic.educational_attainment #=> "GED or alternative credential" Faker::Demographic.demonym #=> "Panamanian" Faker::Demographic.marital_status #=> "Widowed" Faker::Demographic.sex #=> "Female" Faker::Demographic.height #=> "1.61" Faker::Demographic.height(:imperial) #=> "6 ft, 2 in" ``` faker-1.9.1/doc/dessert.md000066400000000000000000000003771332146201300153540ustar00rootroot00000000000000# Faker::Dessert Available since version 1.8.0. ```ruby # Random dessert variety Faker::Dessert.variety #=> "Cake" # Random dessert topping Faker::Dessert.topping #=> "Gummy Bears" # Random dessert flavor Faker::Dessert.flavor #=> "Salted Caramel" ```faker-1.9.1/doc/device.md000066400000000000000000000004551332146201300151370ustar00rootroot00000000000000# Faker::Device Available since version 1.9.0. ```ruby Faker::Device.build_number #=> "5" Faker::Device.manufacturer #=> "Apple" Faker::Device.model_name #=> "iPhone 4" Faker::Device.platform #=> "webOS" Faker::Device.serial #=> "ejfjnRNInxh0363JC2WM" Faker::Device.version #=> "4" ``` faker-1.9.1/doc/dog.md000066400000000000000000000007141332146201300144470ustar00rootroot00000000000000# Faker::Dog ```ruby # Random dog name Faker::Dog.name #=> "Spike" # Random dog breed Faker::Dog.breed #=> "Yorkshire Terrier" # Random dog sound Faker::Dog.sound #=> "woof woof" # Random dog meme phrase Faker::Dog.meme_phrase #=> "smol pupperino" # Random dog age Faker::Dog.age #=> "puppy" # Random dog gender Faker::Dog.gender #=> "female" # Random dog coat length Faker::Dog.coat_length #=> "short" # Random dog size Faker::Dog.size #=> "small" ```faker-1.9.1/doc/dota.md000066400000000000000000000006541332146201300146300ustar00rootroot00000000000000# Faker::Dota Available since version 1.9.0. ```ruby # Random hero Faker::Dota.hero #=> "Abaddon" # Random item Faker::Dota.item #=> "You have called death upon yourself." # Random team Faker::Dota.team #=> "Evil Geniuses" # Random player Faker::Dota.player #=> "Dendi" # Random quote Faker::Dota.quote #=> "Easy now, this stuff is explosive!" Faker::Dota.quote(hero = 'alchemist') #=> "Better living through alchemy!" ```faker-1.9.1/doc/dr_who.md000066400000000000000000000005511332146201300151570ustar00rootroot00000000000000# Faker::DrWho ```ruby Faker::DrWho.character #=> "Captain Jack Harness" Faker::DrWho.the_doctor #=> "Ninth Doctor" Faker::DrWho.actor #=> "Matt Smith" Faker::DrWho.catch_phrase #=> "Fantastic!" Faker::DrWho.quote #=> "Lots of planets have a north!" Faker::DrWho.villian #=> "The Master" Faker::DrWho.specie #=> "Dalek" ``` faker-1.9.1/doc/dragon_ball.md000066400000000000000000000001501332146201300161340ustar00rootroot00000000000000# Faker::DragonBall Available since version 1.8.0. ```ruby Faker::DragonBall.character #=> "Goku" ``` faker-1.9.1/doc/dumb_and_dumber.md000066400000000000000000000003261332146201300170040ustar00rootroot00000000000000# Faker::DumbAndDumber ```ruby Faker::DumbAndDumber.actor #=> "Jim Carrey" Faker::DumbAndDumber.character #=> "Harry Dunne" Faker::DumbAndDumber.quote #=> "Why you going to the airport? Flying somewhere?" ``` faker-1.9.1/doc/dune.md000066400000000000000000000007711332146201300146340ustar00rootroot00000000000000# Faker::Dune ### A Faker module beyond your dreams, test data beyond your imagination. ```ruby Faker::Dune.character #=> "Leto Atreides" Faker::Dune.title #=> "Duke" Faker::Dune.planet #=> "Caladan" Faker::Dune.quote #=> "A dead man, surely, no longer requires that water." Faker::Dune.quote("baron_harkonnen") #=> "He who controls the spice, controls the universe!" Faker::Dune.saying #=> "You do not beg the sun for mercy." Faker::Dune.saying("fremen") #=> "May thy knife chip and shatter." ``` faker-1.9.1/doc/educator.md000066400000000000000000000004571332146201300155100ustar00rootroot00000000000000# Faker::Educator Available since version 1.6.4. ```ruby Faker::Educator.university #=> "Mallowtown Technical College" Faker::Educator.secondary_school #=> "Iceborough Secondary College" Faker::Educator.course #=> "Associate Degree in Criminology" Faker::Educator.campus #=> "Vertapple Campus" ``` faker-1.9.1/doc/elder_scrolls.md000066400000000000000000000005661332146201300165370ustar00rootroot00000000000000# Faker::ElderScrolls ```ruby Faker::ElderScrolls.race #=> Argonian Faker::ElderScrolls.city #=> Solitude Faker::ElderScrolls.creature #=> Frost Troll Faker::ElderScrolls.region #=> Cyrodiil Faker::ElderScrolls.dragon #=> Blood Dragon Faker::ElderScrolls.first_name #=> Astrid Faker::ElderScrolls.last_name #=> Mallory Faker::ElderScrolls.name #=> Babette Brill ``` faker-1.9.1/doc/electrical_components.md000066400000000000000000000003661332146201300202550ustar00rootroot00000000000000# Faker::ElectricalComponents Available since version 1.9.0. ```ruby Faker::ElectricalComponents.active #=> "Transistor" Faker::ElectricalComponents.passive #=> "Resistor" Faker::ElectricalComponents.electromechanical #=> "Toggle Switch" ``` faker-1.9.1/doc/esport.md000066400000000000000000000004171332146201300152120ustar00rootroot00000000000000# Faker::Esport ```ruby # Random player Faker::Esport.player #=> "Crimsix" # Random team Faker::Esport.team #=> "CLG" # Random league Faker::Esport.league #=> "IEM" # Random event Faker::Esport.event #=> "ESL Cologne" # Random game Faker::Esport.game #=> "Dota2" ```faker-1.9.1/doc/ethereum.md000066400000000000000000000002361332146201300155130ustar00rootroot00000000000000# Faker::Ethereum Available since version 1.9.0. ```ruby Faker::Ethereum.address #=> "c38bbc8e93c09f6ed3fe39b5135da91ad1a99d397ef16948606cdcbd14929f9d" ``` faker-1.9.1/doc/fallout.md000066400000000000000000000003311332146201300153370ustar00rootroot00000000000000# Faker::Fallout ```ruby Faker::Fallout.character #=> "Dogmeat" Faker::Fallout.faction #=> "The Institute" Faker::Fallout.location #=> "Capital Wasteland" Faker::Fallout.quote #=> "Democracy is non-negotiable" ```faker-1.9.1/doc/family_guy.md000066400000000000000000000003001332146201300160320ustar00rootroot00000000000000# Faker::FamilyGuy ```ruby Faker::FamilyGuy.character #=> "Peter Griffin" Faker::FamilyGuy.location #=> "James Woods High" Faker::FamilyGuy.quote #=> "It’s Peanut Butter Jelly Time." ``` faker-1.9.1/doc/famous_last_words.md000066400000000000000000000002541332146201300174300ustar00rootroot00000000000000# Faker::FamousLastWords Available since version 1.9.0. ```ruby Faker::FamousLastWords.last_words #=> "My vocabulary did this to me. Your love will let you go on…" ``` faker-1.9.1/doc/file.md000066400000000000000000000007321332146201300146150ustar00rootroot00000000000000# Faker::File Available since version 1.6.4. ```ruby Faker::File.extension #=> "mp3" Faker::File.mime_type #=> "application/pdf" # Optional arguments: dir, name, extension, directory_separator Faker::File.file_name('path/to') #=> "path/to/something_random.jpg" Faker::File.file_name('foo/bar', 'baz') #=> "foo/bar/baz.zip" Faker::File.file_name('foo/bar', 'baz', 'doc') #=> "foo/bar/baz.doc" Faker::File.file_name('foo/bar', 'baz', 'mp3', '\') #=> "foo\bar\baz.mp3" ``` faker-1.9.1/doc/fillmurray.md000066400000000000000000000004201332146201300160560ustar00rootroot00000000000000# Faker::Fillmurray Available since version 1.7.1. ```ruby Faker::Fillmurray.image #=> "http://fillmurray.com/300/300" Faker::Fillmurray.image(true) #=> "http://fillmurray.com/g/300/300" Faker::Fillmurray.image(false, 200, 400) #=> "http://fillmurray.com/200/400" ``` faker-1.9.1/doc/finance.md000066400000000000000000000003571332146201300153040ustar00rootroot00000000000000# Faker::Finance ```ruby # Random credit_card Faker::Finance.credit_card #=> "3018-348979-1853" Faker::Finance.credit_card(:mastercard) #=> "6771-8921-2291-6236" Faker::Finance.credit_card(:mastercard, :visa) #=> "4448-8934-1277-7195" ```faker-1.9.1/doc/food.md000066400000000000000000000010241332146201300146200ustar00rootroot00000000000000# Faker::Food Available since version 1.7.0. ```ruby Faker::Food.dish #=> "Caesar Salad" Faker::Food.description #=> "Three eggs with cilantro, tomatoes, onions, avocados and melted Emmental cheese. With a side of roasted potatoes, and your choice of toast or croissant." Faker::Food.ingredient #=> "Adzuki Beans" Faker::Food.fruits #=> "Peaches" Faker::Food.vegetables #=> "Broccolini" Faker::Food.spice #=> "Caraway Seed" Faker::Food.measurement #=> "1/4 tablespoon" Faker::Food.metric_measurement #=> "centiliter" ``` faker-1.9.1/doc/football.md000066400000000000000000000003651332146201300155020ustar00rootroot00000000000000# Faker::Football Available since version 1.9.0. ```ruby Faker::Football.team #=> "Manchester United" Faker::Football.player #=> "Lionel Messi" Faker::Football.coach #=> "Jose Mourinho" Faker::Football.competition #=> "FIFA World Cup" ``` faker-1.9.1/doc/friends.md000066400000000000000000000003061332146201300153250ustar00rootroot00000000000000# Faker::Friends Available since version 1.7.3. ```ruby Faker::Friends.character #=> "Rachel Green" Faker::Friends.location #=> "Central Perk" Faker::Friends.quote #=> "We were on a break!" ``` faker-1.9.1/doc/funny_name.md000066400000000000000000000005001332146201300160260ustar00rootroot00000000000000# Faker::FunnyName Available since version 1.8.0. ```ruby Faker::FunnyName.name #=> "Sam Pull" Faker::FunnyName.two_word_name #=> "Shirley Knot" Faker::FunnyName.three_word_name #=> "Carson O. Gin" Faker::FunnyName.four_word_name #=> "Maude L. T. Ford" Faker::FunnyName.name_with_initial #=> "Heather N. Yonn" ``` faker-1.9.1/doc/game_of_thrones.md000066400000000000000000000006151332146201300170350ustar00rootroot00000000000000# Faker::GameOfThrones Available since version 1.6.6. ```ruby Faker::GameOfThrones.character #=> "Tyrion Lannister" Faker::GameOfThrones.house #=> "Stark" Faker::GameOfThrones.city #=> "Lannisport" Faker::GameOfThrones.quote #=> "Never forget who you are. The rest of the world won't. Wear it like an armor and it can never be used against you." Faker::GameOfThrones.dragon #=> "Drogon" ``` faker-1.9.1/doc/gender.md000066400000000000000000000002111332146201300151320ustar00rootroot00000000000000# Faker::Gender Available since version 1.9.0. ```ruby Faker::Gender.type #=> "Non-binary" Faker::Gender.binary_type #=> "Female" ``` faker-1.9.1/doc/greek_philosophers.md000077500000000000000000000003001332146201300175640ustar00rootroot00000000000000# Faker::GreekPhilosophers Available since version 1.9.0. ```ruby Faker::GreekPhilosophers.name #=> "Socrates" Faker::GreekPhilosophers.quote #=> "Only the educated are free." ``` faker-1.9.1/doc/hacker.md000066400000000000000000000012661332146201300151360ustar00rootroot00000000000000# Faker::Hacker Are you having trouble writing tech-savvy dialogue for your latest screenplay? Worry not! Hollywood-grade technical talk is ready to fill out any form where you need to look smart. ```ruby # Full Phrase Faker::Hacker.say_something_smart #=> "Try to compress the SQL interface, maybe it will program the back-end hard drive!" # Short technical abbreviations Faker::Hacker.abbreviation #=> "RAM" # Hacker centric adjectives Faker::Hacker.adjective #=> "open-source" # Only the best hacker related nouns Faker::Hacker.noun #=> "bandwidth" # Actions that hackers take Faker::Hacker.verb #=> "bypass" # Verbs that end in -ing Faker::Hacker.ingverb #=> "synthesizing" ``` faker-1.9.1/doc/harry_potter.md000066400000000000000000000006011332146201300164130ustar00rootroot00000000000000# Faker::HarryPotter Available since version 1.7.3. ```ruby Faker::HarryPotter.character #=> "Harry Potter" Faker::HarryPotter.location #=> "Hogwarts" Faker::HarryPotter.quote #=> "I solemnly swear that I am up to no good." Faker::HarryPotter.book #=> "Harry Potter and the Chamber of Secrets" Faker::HarryPotter.house #=> "Gryffindor" Faker::HarryPotter.spell #=> "Reparo" ``` faker-1.9.1/doc/hey_arnold.md000066400000000000000000000003521332146201300160200ustar00rootroot00000000000000# Faker::HeyArnold Available since version 1.8.0. ```ruby Faker::HeyArnold.character #=> "Arnold" Faker::HeyArnold.location #=> "Big Bob's Beeper Emporium" Faker::HeyArnold.quote #=> "Stoop Kid's afraid to leave his stoop!" ``` faker-1.9.1/doc/hipster.md000066400000000000000000000101131332146201300153460ustar00rootroot00000000000000# Faker::Hipster Adapted from [Hipster Ipsum](http://hipsum.co/) ```ruby Faker::Hipster.word #=> "irony" # Optional arguments: num=3, supplemental=false, spaces_allowed = false Faker::Hipster.words #=> ["pug", "pitchfork", "chia"] Faker::Hipster.words(4) #=> ["ugh", "cardigan", "poutine", "stumptown"] Faker::Hipster.words(4, true) #=> ["iste", "seitan", "normcore", "provident"] Faker::Hipster.words(4, true, true) #=> ["qui", "magni", "craft beer", "est"] # Optional arguments: word_count=4, supplemental=false, random_words_to_add=6 Faker::Hipster.sentence #=> "Park iphone leggings put a bird on it." Faker::Hipster.sentence(3) #=> "Pour-over swag godard." Faker::Hipster.sentence(3, true) #=> "Beard laboriosam sequi celiac." Faker::Hipster.sentence(3, false, 4) #=> "Bitters retro mustache aesthetic biodiesel 8-bit." Faker::Hipster.sentence(3, true, 4) #=> "Occaecati deleniti messenger bag meh crucifix autem." # Optional arguments: sentence_count=3, supplemental=false Faker::Hipster.sentences #=> ["Godard pitchfork vinegar chillwave everyday 90's whatever.", "Pour-over artisan distillery street waistcoat.", "Salvia yr leggings franzen blue bottle."] Faker::Hipster.sentences(1) #=> ["Before they sold out pinterest venmo umami try-hard ugh hoodie artisan."] Faker::Hipster.sentences(1, true) #=> ["Et sustainable optio aesthetic et."] # Optional arguments: sentence_count=3, supplemental=false, random_sentences_to_add=3 Faker::Hipster.paragraph #=> "Migas fingerstache pbr&b tofu. Polaroid distillery typewriter echo tofu actually. Slow-carb fanny pack pickled direct trade scenester mlkshk plaid. Banjo venmo chambray cold-pressed typewriter. Fap skateboard intelligentsia." Faker::Hipster.paragraph(2) #=> "Yolo tilde farm-to-table hashtag. Lomo kitsch disrupt forage +1." Faker::Hipster.paragraph(2, true) #=> "Typewriter iste ut viral kombucha voluptatem. Sint voluptates saepe. Direct trade irony chia excepturi yuccie. Biodiesel esse listicle et quam suscipit." Faker::Hipster.paragraph(2, false, 4) #=> "Selvage vhs chartreuse narwhal vinegar. Authentic vinyl truffaut carry vhs pop-up. Hammock everyday iphone locavore thundercats bitters vegan goth. Fashion axe banh mi shoreditch whatever artisan." Faker::Hipster.paragraph(2, true, 4) #=> "Deep v gluten-free unde waistcoat aperiam migas voluptas dolorum. Aut drinking illo sustainable sapiente. Direct trade fanny pack kale chips ennui semiotics." # Optional arguments: paragraph_count=3, supplemental=false Faker::Hipster.paragraphs #=> ["Tilde microdosing blog cliche meggings. Intelligentsia five dollar toast forage yuccie. Master kitsch knausgaard. Try-hard everyday trust fund mumblecore.", "Normcore viral pickled. Listicle humblebrag swag tote bag. Taxidermy street hammock neutra butcher cred kale chips. Blog portland humblebrag trust fund irony.", "Single-origin coffee fixie cleanse tofu xoxo. Post-ironic tote bag ramps gluten-free locavore mumblecore hammock. Umami loko twee. Ugh kitsch before they sold out."] Faker::Hipster.paragraphs(1) #=> ["Skateboard cronut synth +1 fashion axe. Pop-up polaroid skateboard asymmetrical. Ennui fingerstache shoreditch before they sold out. Tattooed pitchfork ramps. Photo booth yr messenger bag raw denim bespoke locavore lomo synth."] Faker::Hipster.paragraphs(1, true) #=> ["Quae direct trade pbr&b quo taxidermy autem loko. Umami quas ratione migas cardigan sriracha minima. Tenetur perspiciatis pickled sed eum doloribus truffaut. Excepturi dreamcatcher meditation."] # Optional arguments: chars=3, supplemental=false Faker::Hipster.paragraph_by_chars #=> "Truffaut stumptown trust fund 8-bit messenger bag portland. Meh kombucha selvage swag biodiesel. Lomo kinfolk jean shorts asymmetrical diy. Wayfarers portland twee stumptown. Wes anderson biodiesel retro 90's pabst. Diy echo 90's mixtape semiotics. Cornho." Faker::Hipster.paragraph_by_chars(256, false) #=> "Hella kogi blog narwhal sartorial selfies mustache schlitz. Bespoke normcore kitsch cred hella fixie. Park aesthetic fixie migas twee. Cliche mustache brunch tumblr fixie godard. Drinking pop-up synth hoodie dreamcatcher typewriter. Kitsch biodiesel green." ``` faker-1.9.1/doc/hitchhikers_guide_to_the_galaxy.md000066400000000000000000000012501332146201300222630ustar00rootroot00000000000000# Faker::HitchhikersGuideToTheGalaxy Available since version 1.8.0. ```ruby Faker::HitchhikersGuideToTheGalaxy.character #=> "Marvin" Faker::HitchhikersGuideToTheGalaxy.location #=> "Arthur Dent's house" Faker::HitchhikersGuideToTheGalaxy.marvin_quote #=> "Life? Don't talk to me about life." Faker::HitchhikersGuideToTheGalaxy.planet #=> "Magrathea" Faker::HitchhikersGuideToTheGalaxy.quote #=> "In the beginning, the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Faker::HitchhikersGuideToTheGalaxy.specie #=> "Perfectly Normal Beast" Faker::HitchhikersGuideToTheGalaxy.starship #=> "Vogon Constructor Fleet" ``` faker-1.9.1/doc/hobbit.md000066400000000000000000000005611332146201300151450ustar00rootroot00000000000000# Faker::Hobbit Available since version 1.8.0. ```ruby # Any character from the book Faker::Hobbit.character #=> "Gandalf the Grey" # One of the 13 dwarves from the Company, or Gandalf, or Bilbo Faker::Hobbit.thorins_company #=> "Thorin Oakenshield" Faker::Hobbit.quote #=> "Never laugh at live dragons, Bilbo you fool!" Faker::Hobbit.location #=> "The Shire" ``` faker-1.9.1/doc/how_i_met_your_mother.md000066400000000000000000000005211332146201300203000ustar00rootroot00000000000000# Faker::HowIMetYourMother Available since version 1.8.0. ```ruby Faker::HowIMetYourMother.character #=> "Barney Stinson" Faker::HowIMetYourMother.catch_phrase #=> "Legendary" Faker::HowIMetYourMother.high_five #=> "Relapse Five" Faker::HowIMetYourMother.quote #=> "Whenever I’m sad, I stop being sad and be awesome instead." ``` faker-1.9.1/doc/id_number.md000066400000000000000000000006201332146201300156360ustar00rootroot00000000000000# Faker::IDNumber ```ruby # Generate a valid US Social Security number Faker::IDNumber.valid #=> "552-56-3593" # Generate an invalid US Social Security number Faker::IDNumber.invalid #=> "311-72-0000" # Generate a Spanish citizen identifier (DNI) Faker::IDNumber.spanish_citizen_number # Generate a Spanish foreign born citizen identifier (NIE) Faker::IDNumber.spanish_foreign_citizen_number ``` faker-1.9.1/doc/internet.md000066400000000000000000000053761332146201300155370ustar00rootroot00000000000000# Faker::Internet ```ruby # Optional arguments name=nil, *separators Faker::Internet.email #=> "eliza@mann.net" Faker::Internet.email('Nancy') #=> "nancy@terry.biz" Faker::Internet.email('Janelle Santiago', '+') #=> janelle+santiago@becker.com" # Optional argument name=nil Faker::Internet.free_email #=> "freddy@gmail.com" Faker::Internet.free_email('Nancy') #=> "nancy@yahoo.com" # Optional argument name=nil Faker::Internet.safe_email #=> "christelle@example.org" Faker::Internet.safe_email('Nancy') #=> "nancy@example.net" # Optional arguments specifier=nil, separators=%w(. _) Faker::Internet.username #=> "alexie" Faker::Internet.username('Nancy') #=> "nancy" Faker::Internet.username('Nancy Johnson', %w(. _ -)) #=> "johnson-nancy" # Optional arguments: min_length=5, max_length=8 Faker::Internet.username(5..8) # Optional argument min_length=8 Faker::Internet.username(8) # Optional arguments: min_length=8, max_length=16 Faker::Internet.password #=> "vg5msvy1uerg7" Faker::Internet.password(8) #=> "yfgjik0hgzdqs0" Faker::Internet.password(10, 20) #=> "eoc9shwd1hwq4vbgfw" Faker::Internet.password(10, 20, true) #=> "3k5qS15aNmG" Faker::Internet.password(10, 20, true, true) #=> "*%NkOnJsH4" Faker::Internet.domain_name #=> "effertz.info" Faker::Internet.domain_word #=> "haleyziemann" Faker::Internet.domain_suffix #=> "info" Faker::Internet.ip_v4_address #=> "24.29.18.175" # Private IP range according to RFC 1918 and 127.0.0.0/8 and 169.254.0.0/16. Faker::Internet.private_ip_v4_address #=> "10.0.0.1" # Guaranteed not to be in the ip range from the private_ip_v4_address method. Faker::Internet.public_ip_v4_address #=> "24.29.18.175" Faker::Internet.ip_v4_cidr #=> "24.29.18.175/21" Faker::Internet.ip_v6_address #=> "ac5f:d696:3807:1d72:2eb5:4e81:7d2b:e1df" Faker::Internet.ip_v6_cidr #=> "ac5f:d696:3807:1d72:2eb5:4e81:7d2b:e1df/78" # Optional argument prefix='' Faker::Internet.mac_address #=> "e6:0d:00:11:ed:4f" Faker::Internet.mac_address('55:44:33') #=> "55:44:33:02:1d:9b" # Optional arguments: host=domain_name, path="/#{username}", scheme=scheme Faker::Internet.url #=> "http://thiel.com/chauncey_simonis" Faker::Internet.url('example.com') #=> "http://example.com/clotilde.swift" Faker::Internet.url('example.com', '/foobar.html') #=> "http://example.com/foobar.html" # Optional arguments: words=nil, glue=nil Faker::Internet.slug #=> "pariatur_laudantium" Faker::Internet.slug('foo bar') #=> "foo.bar" Faker::Internet.slug('foo bar', '-') #=> "foo-bar" # Optional argument: vendor=nil Faker::Internet.user_agent #=> "Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.7; AOLBuild 4343.19; Windows NT 6.1; WOW64; Trident/5.0; FunWebProducts)" Faker::Internet.user_agent(:firefox) #=> "Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0) Gecko/20100101 Firefox/10.0" ``` faker-1.9.1/doc/invoice.md000066400000000000000000000004331332146201300153300ustar00rootroot00000000000000# Faker::Invoice Module for creating valid invoice references. https://en.wikipedia.org/wiki/Creditor_Reference It might be available in the next version. ```ruby Faker::Invoice.reference #=> "45656646957845" Faker::Invoice.creditor_reference #=> "RF34118592570724925498" ``` faker-1.9.1/doc/job.md000066400000000000000000000004641332146201300144520ustar00rootroot00000000000000# Faker::Job ```ruby Faker::Job.title #=> "Lead Accounting Associate" Faker::Job.field #=> "Manufacturing" Faker::Job.seniority #=> "Lead" Faker::Job.position #=> "Supervisor" Faker::Job.key_skill #=> "Teamwork" Faker::Job.employment_type #=> "Full-time" Faker::Job.education_level #=> "Bachelor" ``` faker-1.9.1/doc/kpop.md000066400000000000000000000005441332146201300146500ustar00rootroot00000000000000# Faker::Kpop ```ruby Faker::Kpop.i_groups # 1990's og groups => "Seo Taiji and Boys" Faker::Kpop.ii_groups # 2000's groups => "Girls' Generation" Faker::Kpop.iii_groups # 2010's groups => "Trouble Maker" Faker::Kpop.girl_groups # girl groups => "2NE1" Faker::Kpop.boy_bands # boy bands => "Exo" Faker::Kpop.solo # solo artists => "T.O.P" ``` faker-1.9.1/doc/league_of_legends.md000066400000000000000000000005651332146201300173310ustar00rootroot00000000000000# Faker::LeagueOfLegends Available since version 1.8.0. ```ruby Faker::LeagueOfLegends.champion #=> "Jarvan IV" Faker::LeagueOfLegends.location #=> "Demacia" Faker::LeagueOfLegends.quote #=> "Purge the unjust." Faker::LeagueOfLegends.summoner_spell #=> "Flash" Faker::LeagueOfLegends.masteries #=> "Double Edged Sword" Faker::LeagueOfLegends.rank #=> "Bronze V" ``` faker-1.9.1/doc/lebowski.md000066400000000000000000000003441332146201300155140ustar00rootroot00000000000000# Faker::Lebowski Available since version 1.8.8. ```ruby Faker::Lebowski.actor #=> "John Goodman" Faker::Lebowski.character #=> "Jackie Treehorn" Faker::Lebowski.quote #=> "Forget it, Donny, you're out of your element!" ``` faker-1.9.1/doc/lord_of_the_rings.md000066400000000000000000000002051332146201300173570ustar00rootroot00000000000000# Faker::LordOfTheRings ```ruby Faker::LordOfTheRings.character #=> "Legolas" Faker::LordOfTheRings.location #=> "Helm's Deep" ``` faker-1.9.1/doc/lorem.md000066400000000000000000000112351332146201300150140ustar00rootroot00000000000000# Faker::Lorem ```ruby Faker::Lorem.word #=> "repellendus" # Optional arguments: num=3, supplemental=false (words from a supplementary list of Lorem-like words) Faker::Lorem.words #=> ["dolores", "adipisci", "nesciunt"] Faker::Lorem.words(4) #=> ["culpa", "recusandae", "aut", "omnis"] Faker::Lorem.words(4, true) #=> ["colloco", "qui", "vergo", "deporto"] Faker::Lorem.multibyte #=> 😀 # Optional arguments: char_count=255 Faker::Lorem.characters #=> "uw1ep04lhs0c4d931n1jmrspprf5wrj85fefue0y7y6m56b6omquh7br7dhqijwlawejpl765nb1716idmp3xnfo85v349pzy2o9rir23y2qhflwr71c1585fnynguiphkjm8p0vktwitcsm16lny7jzp9t4drwav3qmhz4yjq4k04x14gl6p148hulyqioo72tf8nwrxxcclfypz2lc58lsibgfe5w5p0xv95peafjjmm2frkhdc6duoky0aha" Faker::Lorem.characters(10) #=> "ang9cbhoa8" # Optional arguments: word_count=4, supplemental=false, random_words_to_add=6 # The 'random_words_to_add' argument increases the sentence's word count by a random value within (0..random_words_to_add). # To specify an exact word count for a sentence, set word_count to the number you want and random_words_to_add equal to 0. # By default, sentences will have a random number of words within the range (4..10). Faker::Lorem.sentence #=> "Dolore illum animi et neque accusantium." Faker::Lorem.sentence(3) #=> "Commodi qui minus deserunt sed vero quia." Faker::Lorem.sentence(3, true) #=> "Inflammatio denego necessitatibus caelestis autus illum." Faker::Lorem.sentence(3, false, 4) #=> "Aut voluptatem illum fugit ut sit." Faker::Lorem.sentence(3, true, 4) #=> "Accusantium tantillus dolorem timor." # Optional arguments: sentence_count=3, supplemental=false Faker::Lorem.sentences #=> ["Vero earum commodi soluta.", "Quaerat fuga cumque et vero eveniet omnis ut.", "Cumque sit dolor ut est consequuntur."] Faker::Lorem.sentences(1) #=> ["Ut perspiciatis explicabo possimus doloribus enim quia."] Faker::Lorem.sentences(1, true) #=> ["Quis capillus curo ager veritatis voro et ipsum."] # Optional arguments: sentence_count=3, supplemental=false, random_sentences_to_add=3 # The 'random_sentences_to_add' argument increases the paragraph's sentence count by a random value within (0..random_sentences_to_add). # To specify an exact sentence count for a paragraph, set sentence_count to the number you want and random_sentences_to_add equal to 0. # By default, sentences will have a random number of words within the range (3..6). Faker::Lorem.paragraph #=> "Neque dicta enim quasi. Qui corrupti est quisquam. Facere animi quod aut. Qui nulla consequuntur consectetur sapiente." Faker::Lorem.paragraph(2) #=> "Illo qui voluptas. Id sit quaerat enim aut cupiditate voluptates dolorum. Porro necessitatibus numquam dolor quia earum." Faker::Lorem.paragraph(2, true) #=> "Cedo vero adipisci. Theatrum crustulum coaegresco tonsor crastinus stabilis. Aliqua crur consequatur amor una tolero sum." Faker::Lorem.paragraph(2, false, 4) #=> "Neque aut et nemo aut incidunt voluptates. Dolore cum est sint est. Vitae assumenda porro odio dolores fugiat. Est voluptatum quia rerum." Faker::Lorem.paragraph(2, true, 4) #=> "Vomito unde uxor annus. Et patior utilis sursum." # Optional arguments: paragraph_count=3, supplemental=false Faker::Lorem.paragraphs #=> ["Dolores quis quia ad quo voluptates. Maxime delectus totam numquam. Necessitatibus vel atque qui dolore.", "Id neque nemo. Dolores iusto facere est ad. Accusamus ipsa dolor ut.", "Et officiis ut hic. Sunt asperiores minus distinctio debitis ipsa dolor. Minima eos deleniti."] Faker::Lorem.paragraphs(1) #=> ["Labore voluptas sequi. Ratione nulla eaque quia molestiae fugit. At quam laboriosam aut ut dignissimos."] Faker::Lorem.paragraphs(1, true) #=> ["Depulso animi cunctatio amicitia adficio. Vester viduo qui despirmatio voluptas. Validus laudantium adopto ut agnitio venustas. Aer arcus odio esse."] # Optional arguments: question_count = 3, supplemental = false Faker::Lorem.question #=> "Aliquid culpa aut ipsam unde ullam labore?" Faker::Lorem.questions(3) #=> ["Necessitatibus deserunt animi?", "At hic dolores autem consequatur ut?", "Aliquam velit ex adipisci voluptatem placeat?"] # Optional arguments: chars=3, supplemental=false Faker::Lorem.paragraph_by_chars #=> "Truffaut stumptown trust fund 8-bit messenger bag portland. Meh kombucha selvage swag biodiesel. Lomo kinfolk jean shorts asymmetrical diy. Wayfarers portland twee stumptown. Wes anderson biodiesel retro 90's pabst. Diy echo 90's mixtape semiotics. Cornho." Faker::Lorem.paragraph_by_chars(256, false) #=> "Hella kogi blog narwhal sartorial selfies mustache schlitz. Bespoke normcore kitsch cred hella fixie. Park aesthetic fixie migas twee. Cliche mustache brunch tumblr fixie godard. Drinking pop-up synth hoodie dreamcatcher typewriter. Kitsch biodiesel green." ``` faker-1.9.1/doc/lorem_flickr.md000066400000000000000000000042131332146201300163440ustar00rootroot00000000000000# Faker::LoremFlickr Available since version 1.9.0. ```ruby Faker::LoremFlickr.image #=> "http://loremflickr.com/300/300" Faker::LoremFlickr.image("50x60") #=> "http://loremflickr.com/50/60" Faker::LoremFlickr.image("50x60", ['sports']) #=> "http://loremflickr.com/50/60/sports" Faker::LoremFlickr.image("50x60", ['sports', 'fitness']) #=> "http://loremflickr.com/50/60/sports,fitness" Faker::LoremFlickr.image("50x60", ['sports', 'fitness'], true) #=> "http://loremflickr.com/50/60/sports,fitness/all" Faker::LoremFlickr.grayscale_image #=> "http://loremflickr.com/g/300/300/all" Faker::LoremFlickr.grayscale_image("50x60") #=> "http://loremflickr.com/g/50/60/all" Faker::LoremFlickr.grayscale_image("50x60", ['sports']) #=> "http://loremflickr.com/g/50/60/sports" Faker::LoremFlickr.grayscale_image("50x60", ['sports', 'fitness']) #=> "http://loremflickr.com/g/50/60/sports,fitness" Faker::LoremFlickr.grayscale_image("50x60", ['sports', 'fitness'], true) #=> "http://loremflickr.com/g/50/60/sports,fitness/all" Faker::LoremFlickr.pixelated_image #=> "http://loremflickr.com/p/300/300/all" Faker::LoremFlickr.pixelated_image("50x60") #=> "http://loremflickr.com/p/50/60/all" Faker::LoremFlickr.pixelated_image("50x60", ['sports']) #=> "http://loremflickr.com/p/50/60/sports" Faker::LoremFlickr.pixelated_image("50x60", ['sports', 'fitness']) #=> "http://loremflickr.com/p/50/60/sports,fitness" Faker::LoremFlickr.pixelated_image("50x60", ['sports', 'fitness'], true) #=> "http://loremflickr.com/p/50/60/sports,fitness/all" Faker::LoremFlickr.colorized_image #=> "http://loremflickr.com/red/300/300/all" Faker::LoremFlickr.colorized_image("50x60") #=> "http://loremflickr.com/red/50/60/all" Faker::LoremFlickr.colorized_image("50x60", 'red') #=> "http://loremflickr.com/red/50/60/all" Faker::LoremFlickr.colorized_image("50x60", 'red', ['sports']) #=> "http://loremflickr.com/red/50/60/sports" Faker::LoremFlickr.colorized_image("50x60", 'red', ['sports', 'fitness']) #=> "http://loremflickr.com/red/50/60/sports,fitness" Faker::LoremFlickr.colorized_image("50x60", 'red', ['sports', 'fitness'], true) #=> "http://loremflickr.com/red/50/60/sports,fitness/all" ``` faker-1.9.1/doc/lorem_pixel.md000066400000000000000000000014211332146201300162110ustar00rootroot00000000000000# Faker::LoremPixel Available since version 1.7.0. ```ruby Faker::LoremPixel.image #=> "https://lorempixel.com/300/300" Faker::LoremPixel.image("50x60") #=> "https://lorempixel.com/50/60" Faker::LoremPixel.image("50x60", true) #=> "https://lorempixel.com/g/50/60" Faker::LoremPixel.image("50x60", false, 'sports') #=> "https://lorempixel.com/50/60/sports" Faker::LoremPixel.image("50x60", false, 'sports', 3) #=> "https://lorempixel.com/50/60/sports/3" Faker::LoremPixel.image("50x60", false, 'sports', 3, 'Dummy-text') #=> "https://lorempixel.com/50/60/sports/3/Dummy-text" Faker::LoremPixel.image("50x60", false, 'sports', nil, 'Dummy-text') #=> "https://lorempixel.com/50/60/sports/Dummy-text" Faker::LoremPixel.image(secure: false) #=> "http://lorempixel.com/300/300" ``` faker-1.9.1/doc/lovecraft.md000066400000000000000000000075211332146201300156660ustar00rootroot00000000000000# Faker::Lovecraft ```ruby Faker::Lovecraft.fhtagn(3) #=> "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn. Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn. Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn" Faker::Lovecraft.deity #=> "Shub-Niggurath" Faker::Lovecraft.tome #=> "Book of Eibon" Faker::Lovecraft.location #=> "Kingsport" Faker::Lovecraft.word #=> "furtive" # Optional arguments: word_count=4, random_words_to_add=6 Faker::Lovecraft.sentence #=> "Furtive antiquarian squamous dank cat loathsome amorphous lurk." Faker::Lovecraft.sentence(3) #=> "Daemoniac antediluvian fainted squamous comprehension gambrel nameless singular." Faker::Lovecraft.sentence(3, 1) #=> "Amorphous indescribable tenebrous." # Optional arguments: num=3, spaces_allowed = false Faker::Lovecraft.words #=> ["manuscript", "abnormal", "singular"] Faker::Lovecraft.words(2) #=> ["daemoniac", "cat"] Faker::Lovecraft.words(2, true) #=> ["lurk", "charnel"] # Optional arguments: sentence_count=3 Faker::Lovecraft.sentences #=> ["Nameless loathsome decadent gambrel.", "Ululate swarthy immemorial cat madness gibbous unmentionable unnamable.", "Decadent antediluvian non-euclidean tentacles amorphous tenebrous."] Faker::Lovecraft.sentences(2) #=> ["Antediluvian amorphous unmentionable singular accursed squamous immemorial.", "Gambrel daemoniac gibbous stygian shunned ululate iridescence abnormal."] # Optional arguments: sentence_count=3, random_sentences_to_add=3 Faker::Lovecraft.paragraph #=> "Squamous nameless daemoniac fungus ululate. Cyclopean stygian decadent loathsome manuscript tenebrous. Foetid abnormal stench. Dank non-euclidean comprehension eldritch. Charnel singular shunned lurk effulgence fungus." Faker::Lovecraft.paragraph(2) #=> "Decadent lurk tenebrous loathsome furtive spectral amorphous gibbous. Gambrel eldritch daemoniac cat madness comprehension stygian effulgence." Faker::Lovecraft.paragraph(2, 1) #=> "Stench cyclopean fainted antiquarian nameless. Antiquarian ululate tenebrous non-euclidean effulgence." # Optional arguments: paragraph_count=3 Faker::Lovecraft.paragraphs #=> ["Noisome daemoniac gibbous abnormal antediluvian. Unutterable fungus accursed stench noisome lurk madness indescribable. Antiquarian fungus gibbering lurk dank fainted. Hideous loathsome manuscript daemoniac lurk charnel foetid.", "Non-euclidean immemorial indescribable accursed furtive. Dank unnamable cyclopean tenebrous stench immemorial. Eldritch abnormal gibbering tenebrous. Singular accursed lurk.", "Charnel antediluvian unnamable cat blasphemous comprehension tenebrous. Nameless accursed amorphous unnamable stench. Squamous unnamable mortal accursed manuscript spectral gambrel amorphous. Shunned stygian charnel unutterable. Tenebrous ululate lurk amorphous unnamable."] Faker::Lovecraft.paragraphs(2) #=> ["Hideous amorphous manuscript antediluvian non-euclidean cat eldritch foetid. Stench squamous manuscript amorphous gibbering fainted gibbous. Accursed loathsome blasphemous iridescence antediluvian abnormal ululate manuscript. Singular manuscript gibbering decadent accursed indescribable.", "Tenebrous unnamable comprehension antediluvian lurk. Lurk spectral noisome gibbering. Furtive manuscript madness tenebrous daemoniac."] # Optional arguments: chars=3, supplemental=false Faker::Lovecraft.paragraph_by_chars #=> "Truffaut stumptown trust fund 8-bit messenger bag portland. Meh kombucha selvage swag biodiesel. Lomo kinfolk jean shorts asymmetrical diy. Wayfarers portland twee stumptown. Wes anderson biodiesel retro 90's pabst. Diy echo 90's mixtape semiotics. Cornho." Faker::Lovecraft.paragraph_by_chars(256) #=> "Hella kogi blog narwhal sartorial selfies mustache schlitz. Bespoke normcore kitsch cred hella fixie. Park aesthetic fixie migas twee. Cliche mustache brunch tumblr fixie godard. Drinking pop-up synth hoodie dreamcatcher typewriter. Kitsch biodiesel green." ``` faker-1.9.1/doc/markdown.md000066400000000000000000000044511332146201300155220ustar00rootroot00000000000000# Faker::Markdown Available since version 1.8.0. Generates markdown formatting with Lorem Ipsum text ```ruby #Headers - generates a random header format Faker::Markdown.headers #=> "##### Autem" # Emphasis - generates random emphasis formatting on a random word in two sentences Faker::Markdown.emphasis #=> "Incidunt atque quis repellat id impedit. Quas numquam quod incidunt dicta non. Blanditiis delectus laudantium atque reiciendis qui." # Ordered List - generates an ordered list of items between 1 and 10 randomly Faker::Markdown.ordered_list #=> "1. Qui reiciendis non consequatur atque.\n2. Quo doloremque veritatis tempora aut.\n3. Aspernatur.\n4. Ea ab.\n5. Qui.\n6. Sit pariatur nemo eveniet.\n7. Molestiae aut.\n8. Nihil molestias iure placeat.\n9. Dolore autem quisquam." # Unordered List - generates an unordered list of items between 1 and 10 randomly Faker::Markdown.unordered_list #=> "* Voluptatum aliquid tempora molestiae facilis non sed.\n* Nostrum omnis iste impedit voluptatum dolor.\n* Esse quidem et facere." # Inline code - generates an inline code snippet between two sentences Faker::Markdown.inline_code #=> "Aut eos quis suscipit. `Dignissimos voluptatem expedita qui.` Quo doloremque veritatis tempora aut." # Code Block - generates a code block formatted in ruby Faker::Markdown.block_code #=> "```ruby\nEos quasi qui.\n```" # Table - generates a 3x4 table with a row of headings, a row of hyphens and two rows of data Faker::Markdown.table #=> "ad | similique | voluptatem\n---- | ---- | ----\ncorrupti | est | rerum\nmolestiae | quidem | et" # Random - randomly chooses an above method Faker::Markdown.random #=> returns output from a single method outlined above # Sandwich - creates a simulated blog-esque text-heavy block in markdown Faker::Markdown.sandwich #=> returns newline separated content of 1 header, 1 default lorem paragraph, and 1 random markdown element Faker::Markdown.sandwich(5) #=> returns newline separated content of 1 header, 1 5-sentence lorem paragraph, and 1 random markdown element Faker::Markdown.sandwich(6, 3) #=> returns newline separated content of 1 header, and then 3 sections consisting of, here, 1 6-sentence lorem paragraph and 1 random markdown element. The random markdown element is chosen at random in each iteration of the paragraph-markdown pairing. ``` faker-1.9.1/doc/matz.md000066400000000000000000000003731332146201300146520ustar00rootroot00000000000000# Faker::Matz Available since version 1.8.0. ```ruby Faker::Matz.quote #=> "You want to enjoy life, don't you? If you get your job done quickly and your job is fun, that's good isn't it? That's the purpose of life, partly. Your life is better." ``` faker-1.9.1/doc/measurement.md000066400000000000000000000015151332146201300162230ustar00rootroot00000000000000# Faker::Measurement ### For each, if you don't pass in an integer or float, it randomly selects an integer between 1 and 10. ### If you pass in "none", it returns the singular version of the measurement unit, without a number. ### If you pass in "all", it returns the plural version of the measurement unit, without a number. ```ruby Faker::Measurement.height #=> "6 inches" Faker::Measurement.height(1.4) #=> "1.4 inches" Faker::Measurement.height("none") #=> "inch" Faker::Measurement.height("all") #=> "inches" Faker::Measurement.length #=> "1 yard" Faker::Measurement.volume #=> "10 cups" Faker::Measurement.weight #=> "3 pounds" Faker::Measurement.metric_height #=> "2 meters" Faker::Measurement.metric_length #=> "0 decimeters" Faker::Measurement.metric_volume #=> "1 liter" Faker::Measurement.metric_weight #=> "8 grams" ``` faker-1.9.1/doc/michael_scott.md000066400000000000000000000001721332146201300165120ustar00rootroot00000000000000# Faker::MichaelScott Available since version 1.9.0. ```ruby Faker::MichaelScott.quote #=> "I am Beyoncé, always." ``` faker-1.9.1/doc/military.md000066400000000000000000000004551332146201300155320ustar00rootroot00000000000000# Faker::Military It might be available in the next version. ```ruby Faker::Military.army_rank #=> "Staff Sergeant" Faker::Military.marines_rank #=> "Gunnery Sergeant" Faker::Military.navy_rank #=> "Seaman" Faker::Military.air_force_rank #=> "Captain" Faker::Military.dod_paygrade #=> "E-6" ``` faker-1.9.1/doc/most_interesting_man_in_the_world.md000066400000000000000000000002661332146201300226650ustar00rootroot00000000000000# Faker::MostInterestingManInTheWorld ```ruby # Random Most Interesting Man In The World quote Faker::MostInterestingManInTheWorld.quote #=> "He can speak Russian… in French" ``` faker-1.9.1/doc/movie.md000066400000000000000000000000661332146201300150150ustar00rootroot00000000000000```ruby Faker::Movie.quote #=> "Bumble bee tuna" ``` faker-1.9.1/doc/music.md000066400000000000000000000004331332146201300150140ustar00rootroot00000000000000# Faker::Music Available since version 1.6.4. ```ruby Faker::Music.key #=> "C" Faker::Music.chord #=> "Amaj7" Faker::Music.instrument #=> "Ukelele" Faker::Music.band #=> "The Beatles" Faker::Music.album #=> "Sgt. Pepper's Lonely Hearts Club" Faker::Music.genre #=> "Rock" ``` faker-1.9.1/doc/myst.md000066400000000000000000000005031332146201300146660ustar00rootroot00000000000000# Faker::Myst Available since version 1.9.0. ```ruby Faker::Myst.game #=> "Myst III: Exile" Faker::Myst.creature #=> "squee" Faker::Myst.age #=> "Relto" Faker::Myst.character #=> "Gehn" Faker::Myst.quote #=> "I realized, the moment I fell into the fissure, that the Book would not be destroyed as I had planned." ``` faker-1.9.1/doc/name.md000066400000000000000000000007771332146201300146270ustar00rootroot00000000000000# Faker::Name ```ruby Faker::Name.name #=> "Tyshawn Johns Sr." Faker::Name.name_with_middle #=> "Aditya Elton Douglas" Faker::Name.first_name #=> "Kaci" Faker::Name.middle_name #=> "Abraham" Faker::Name.male_first_name #=> "Edward" Faker::Name.female_first_name #=> "Natasha" Faker::Name.last_name #=> "Ernser" Faker::Name.prefix #=> "Mr." Faker::Name.suffix #=> "IV" Faker::Name.initials #=> "NJM" Faker::Name.initials(2) #=> "NM" ``` faker-1.9.1/doc/nation.md000066400000000000000000000004771332146201300151740ustar00rootroot00000000000000# Faker::Nation Available since version 1.9.0. ```ruby # Random Nationality Faker::Nation.nationality #=> "Nepalese" # Random National Language Faker::Nation.language #=> "Nepali" # Random Capital City Faker::Nation.capital_city #=> "Kathmandu" # Random Natinal Sport Faker::Nation.national_sport #=> "dandi biyo" faker-1.9.1/doc/nato_phonetic_alphabet.md000066400000000000000000000002531332146201300203660ustar00rootroot00000000000000# Faker::NatoPhoneticAlphabet Available since version 1.9.0. ```ruby # A code word from the NATO phonetic alphabet Faker::NatoPhoneticAlphabet.code_word #=> "Hotel" ``` faker-1.9.1/doc/new_girl.md000066400000000000000000000002511332146201300155000ustar00rootroot00000000000000# Faker::NewGirl ```ruby Faker::NewGirl.character #=> "Jessica Day" Faker::NewGirl.quote #=> "Are you cooking a frittata in a sauce pan? What is this – prison?" ``` faker-1.9.1/doc/number.md000066400000000000000000000014711332146201300151670ustar00rootroot00000000000000# Faker::Number ```ruby # Required parameter: digits Faker::Number.number(10) #=> "1968353479" # Required parameter: digits Faker::Number.leading_zero_number(10) #=> "0669336915" # Required parameter: digits Faker::Number.decimal_part(2) #=> "0074009009" # Required parameter: l_digits Faker::Number.decimal(2) #=> "11.88" Faker::Number.decimal(2, 3) #=> "18.843" # Required parameters: mean, standard_deviation Faker::Number.normal(50, 3.5) #=> 47.14669604069156 # Required parameter: digits Faker::Number.hexadecimal(3) #=> "e74" # Required parameters: minimum value, maximum value # Boundary numbers are inclusive Faker::Number.between(1, 10) #=> 7 Faker::Number.positive #=> 235.59238499107653 Faker::Number.negative #=> -4480.042585669558 Faker::Number.non_zero_digit #=> "8" Faker::Number.digit #=> "1" ``` faker-1.9.1/doc/omniauth.md000066400000000000000000000177401332146201300155310ustar00rootroot00000000000000Faker::Omniauth Available since version 1.8.0. [Omniauth](https://github.com/omniauth/omniauth) is a library that standardizes multi-provider authentication for web applications. Each of the following methods will return a randomized hash that mimics the hash returned by each of these omniauth strategies. ```ruby Faker::Omniauth.google #=> { :provider => "google_oauth2", :uid => "123456789", :info => { :name => "John Doe", :email => "john.doe@example.com", :first_name => "John", :last_name => "Doe", :image => "https://lh3.googleusercontent.com/url/photo.jpg" }, :credentials => { :token => "token", :refresh_token => "another_token", :expires_at => 1354920555, :expires => true }, :extra => { :raw_info => { :sub => "123456789", :email => "john.doe@example.com", :email_verified => true, :name => "John Doe", :given_name => "John", :family_name => "Doe", :profile => "https://plus.google.com/123456789", :picture => "https://lh3.googleusercontent.com/url/photo.jpg", :gender => "male", :birthday => "0000-06-25", :locale => "en", :hd => "example.com" }, :id_info => { "iss" => "accounts.google.com", "at_hash" => "HK6E_P6Dh8Y93mRNtsDB1Q", "email_verified" => "true", "sub" => "10769150350006150715113082367", "azp" => "APP_ID", "email" => "jsmith@example.com", "aud" => "APP_ID", "iat" => 1353601026, "exp" => 1353604926, "openid_id" => "https://www.google.com/accounts/o8/id?id=ABCdfdswawerSDFDsfdsfdfjdsf" } } } Faker::Omniauth.facebook #=> { provider: 'facebook', uid: '1234567', info: { email: 'joe_bloggs@example.com', name: 'Joe Bloggs', first_name: 'Joe', last_name: 'Bloggs', image: 'http://graph.facebook.com/1234567/picture?type=square', verified: true }, credentials: { token: 'ABCDEF...', expires_at: 1321747205, expires: true }, extra: { raw_info: { id: '1234567', name: 'Joe Bloggs', first_name: 'Joe', last_name: 'Bloggs', link: 'http://www.facebook.com/jbloggs', username: 'jbloggs', location: { id: '123456789', name: 'Palo Alto, California' }, gender: 'male', email: 'joe_bloggs@example.com', timezone: -8, locale: 'en_US', verified: true, updated_time: '2011-11-11T06:21:03+0000', } } } Faker::Omniauth.twitter #=> { :provider => "twitter", :uid => "123456", :info => { :nickname => "johnqpublic", :name => "John Q Public", :location => "Anytown, USA", :image => "http://si0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", :description => "a very normal guy.", :urls => { :Website => nil, :Twitter => "https://twitter.com/johnqpublic" } }, :credentials => { :token => "a1b2c3d4...", # The OAuth 2.0 access token :secret => "abcdef1234" }, :extra => { :access_token => "", # An OAuth::AccessToken object :raw_info => { :name => "John Q Public", :listed_count => 0, :profile_sidebar_border_color => "181A1E", :url => nil, :lang => "en", :statuses_count => 129, :profile_image_url => "http://si0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", :profile_background_image_url_https => "https://twimg0-a.akamaihd.net/profile_background_images/229171796/pattern_036.gif", :location => "Anytown, USA", :time_zone => "Chicago", :follow_request_sent => false, :id => 123456, :profile_background_tile => true, :profile_sidebar_fill_color => "666666", :followers_count => 1, :default_profile_image => false, :screen_name => "", :following => false, :utc_offset => -3600, :verified => false, :favourites_count => 0, :profile_background_color => "1A1B1F", :is_translator => false, :friends_count => 1, :notifications => false, :geo_enabled => true, :profile_background_image_url => "http://twimg0-a.akamaihd.net/profile_background_images/229171796/pattern_036.gif", :protected => false, :description => "a very normal guy.", :profile_link_color => "2FC2EF", :created_at => "Thu Jul 4 00:00:00 +0000 2013", :id_str => "123456", :profile_image_url_https => "https://si0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png", :default_profile => false, :profile_use_background_image => false, :entities => { :description => { :urls => [] } }, :profile_text_color => "666666", :contributors_enabled => false } } } Faker::Omniauth.linkedin #=> { "provider"=>"linkedin", "uid"=>"AbC123", "info"=> { "name"=>"John Doe", "email"=>"doe.john@example.com", "nickname"=>"John Doe", "first_name"=>"John", "last_name"=>"Doe", "location"=>"Greater Boston Area, US", "description"=>"Senior Developer, Hammertech", "image"=> "http://m.c.lnkd.licdn.com/mpr/mprx/0_aBcD...", "phone"=>"null", "headline"=> "Senior Developer, Hammertech", "industry"=>"Internet", "urls"=>{ "public_profile"=>"http://www.linkedin.com/in/johndoe" } }, "credentials"=> { "token"=>"12312...", "secret"=>"aBc..." }, "extra"=> { "access_token"=> { "token"=>"12312...", "secret"=>"aBc...", "consumer"=>nil, # "params"=> { :oauth_token=>"12312...", :oauth_token_secret=>"aBc...", :oauth_expires_in=>"5183999", :oauth_authorization_expires_in=>"5183999", }, "response"=>nil # }, "raw_info"=> { "firstName"=>"Joe", "headline"=>"Senior Developer, Hammertech", "id"=>"AbC123", "industry"=>"Internet", "lastName"=>"Doe", "location"=> {"country"=>{"code"=>"us"}, "name"=>"Greater Boston Area"}, "pictureUrl"=> "http://m.c.lnkd.licdn.com/mpr/mprx/0_aBcD...", "publicProfileUrl"=>"http://www.linkedin.com/in/johndoe" } } } Faker::Omniauth.github #=> { :provider =>"github", :uid =>"95144751", :info => { :nickname => "jackson-keeling", :email => "jackson.keeling@example.com", :name => "Jackson Keeling", :image => "https://placehold.it/300x300.png", :urls => { :GitHub => "https://github.com/jackson-keeling" } }, :credentials => { :token => "9ea49b946a31b705a0168295a0caa195", :expires => false }, :extra => { :raw_info => { :login => "jackson-keeling", :id => "95144751", :avatar_url => "https://placehold.it/300x300.png", :gravatar_id => "", :url => "https://api.github.com/users/jackson-keeling", :html_url => "https://github.com/jackson-keeling", :followers_url => "https://api.github.com/users/jackson-keeling/followers", :following_url => "https://api.github.com/users/jackson-keeling/following{/other_user}", :gists_url => "https://api.github.com/users/jackson-keeling/gists{/gist_id}", :starred_url => "https://api.github.com/users/jackson-keeling/starred{/owner}{/repo}", :subscriptions_url => "https://api.github.com/users/jackson-keeling/subscriptions", :organizations_url => "https://api.github.com/users/jackson-keeling/orgs", :repos_url => "https://api.github.com/users/jackson-keeling/repos", :events_url => "https://api.github.com/users/jackson-keeling/events{/privacy}", :received_events_url => "https://api.github.com/users/jackson-keeling/received_events", :type => "User", :site_admin => true, :name => "Jackson Keeling", :company => nil, :blog => nil, :location => "Paigeton, Massachusetts", :email => "jackson.keeling@example.com", :hireable => nil, :bio => nil, :public_repos => 263, :public_gists => 658, :followers => 294, :following => 865, :created_at => "2017-03-10T19:49:54+03:00", :updated_at => "2017-04-04T10:32:08+03:00" } } } ``` faker-1.9.1/doc/one_piece.md000066400000000000000000000004531332146201300156240ustar00rootroot00000000000000# Faker::OnePiece ```ruby Faker::OnePiece.character #=> "Monkey D. Luffy" Faker::OnePiece.sea #=> "East Blue" Faker::OnePiece.island #=> "Laftel" Faker::OnePiece.location #=> "Foosha Village" Faker::OnePiece.quote #=> "ONE PIECE IS REAL!" Faker::OnePiece.akuma_no_mi #=> "Gomu Gomu no Mi" ``` faker-1.9.1/doc/overwatch.md000066400000000000000000000002711332146201300156760ustar00rootroot00000000000000# Faker::Overwatch Available since version 1.8.0. ```ruby Faker::Overwatch.hero #=> "Tracer" Faker::Overwatch.location #=> "Numbani" Faker::Overwatch.quote #=> "It's high noon" ``` faker-1.9.1/doc/parks_and_rec.md000066400000000000000000000001701332146201300164650ustar00rootroot00000000000000# Faker::ParksAndRec ```ruby Faker::ParksAndRec.character #=> "Leslie Knope" Faker::ParksAndRec.city #=> "Pawnee" ``` faker-1.9.1/doc/phone_number.md000066400000000000000000000016141332146201300163570ustar00rootroot00000000000000# Faker::PhoneNumber Phone numbers may be in any of the following formats: * 333-333-3333 * (333) 333-3333 * 1-333-333-3333 * 333.333.3333 * 333-333-3333 * 333-333-3333 x3333 * (333) 333-3333 x3333 * 1-333-333-3333 x3333 * 333.333.3333 x3333 (Don't let the example output below fool you - any format can be returned at random.) ```ruby Faker::PhoneNumber.phone_number #=> "397.693.1309" Faker::PhoneNumber.cell_phone #=> "(186)285-7925" # NOTE NOTE NOTE NOTE # For the 'US only' methods below, first you must do the following: Faker::Config.locale = 'en-US' # or for Canada Faker::Config.locale = 'en-CA' # US only Faker::PhoneNumber.area_code #=> "201" # US only Faker::PhoneNumber.exchange_code #=> "208" # Optional parameter: length=4 Faker::PhoneNumber.subscriber_number #=> "3873" Faker::PhoneNumber.subscriber_number(2) #=> "39" Faker::PhoneNumber.extension #=> "3764" ``` faker-1.9.1/doc/placeholdit.md000066400000000000000000000014631332146201300161700ustar00rootroot00000000000000# Faker::Placeholdit ```ruby Faker::Placeholdit.image #=> "http://placehold.it/300x300.png/000" Faker::Placeholdit.image("50x50") #=> "http://placehold.it/50x50.png/000" Faker::Placeholdit.image("50x50", 'jpg') #=> "http://placehold.it/50x50.jpg/000" Faker::Placeholdit.image("50x50", 'gif', 'ffffff') #=> "http://placehold.it/50x50.gif/ffffff" Faker::Placeholdit.image("50x50", 'jpeg', :random) #=> "http://placehold.it/50x50.jpeg/39eba7" Faker::Placeholdit.image("50x50", 'jpeg', 'ffffff', '000') #=> "http://placehold.it/50x50.jpeg/ffffff/000" Faker::Placeholdit.image("50x50", 'jpeg', :random, :random) #=> "http://placehold.it/50x50.jpeg/d39e44/888ba7" Faker::Placeholdit.image("50x50", 'jpg', 'ffffff', '000', 'Some Custom Text') #=> "http://placehold.it/50x50.jpg/ffffff/000?text='Some Custom Text'" ``` faker-1.9.1/doc/pokemon.md000066400000000000000000000002641332146201300153460ustar00rootroot00000000000000# Faker::Pokemon Available since version 1.7.0. ```ruby Faker::Pokemon.name #=> "Pikachu" Faker::Pokemon.location #=> "Pallet Town" Faker::Pokemon.move #=> "Thunder Shock" ``` faker-1.9.1/doc/princess_bride.md000066400000000000000000000003471332146201300166730ustar00rootroot00000000000000# Faker::PrincessBride Available since version 1.9.0. ```ruby Faker::PrincessBride.character #=> "Dread Pirate Roberts" Faker::PrincessBride.quote #=> "Hello. My name is Inigo Montoya. You killed my father. Prepare to die!" ``` faker-1.9.1/doc/programming_language.md000066400000000000000000000002221332146201300200550ustar00rootroot00000000000000# Faker::ProgrammingLanguage ```ruby Faker::ProgrammingLanguage.name #=> "Ruby" Faker::ProgrammingLanguage.creator #=> "Yukihiro Matsumoto" ``` faker-1.9.1/doc/rick_and_morty.md000066400000000000000000000003511332146201300166770ustar00rootroot00000000000000# Faker::RickAndMorty Available since version 1.8.0. ```ruby Faker::RickAndMorty.character #=> "Rick Sanchez" Faker::RickAndMorty.location #=> "Dimension C-132" Faker::RickAndMorty.quote #=> "Ohh yea, you gotta get schwifty." ```faker-1.9.1/doc/robin.md000066400000000000000000000003411332146201300150030ustar00rootroot00000000000000# Faker::Robin Available since version 1.8.0. ```ruby Faker::Robin.quote #=> "Holy Razors Edge" Faker::Robin.quote #=> "Holy Alter Ego" Faker::Robin.quote #=> "Holy Relief" Faker::Robin.quote #=> "Holy Pressure Cooker" ``` faker-1.9.1/doc/rock_band.md000066400000000000000000000001071332146201300156140ustar00rootroot00000000000000# Faker::RockBand ```ruby Faker::RockBand.name #=> "Led Zeppelin" ``` faker-1.9.1/doc/rupaul.md000066400000000000000000000002371332146201300152060ustar00rootroot00000000000000# Faker::RuPaul Available since version 1.8.0. ```ruby Faker::RuPaul.quote #=> "That's Funny, Tell Another One" Faker::RuPaul.queen #=> "Latrice Royale" ``` faker-1.9.1/doc/science.md000066400000000000000000000002271332146201300153060ustar00rootroot00000000000000# Faker::Science ```ruby Faker::Science.element #=> "Carbon" Faker::Science.element_symbol #=> "Pb" Faker::Science.scientist #=> "Isaac Newton" ``` faker-1.9.1/doc/seinfeld.md000066400000000000000000000002361332146201300154660ustar00rootroot00000000000000# Faker::Seinfeld ```ruby Faker::Seinfeld.character #=> George Costanza Faker::Seinfeld.quote #=> I'm not a lesbian. I hate men, but I'm not a lesbian ``` faker-1.9.1/doc/silicon_valley.md000066400000000000000000000011031332146201300167030ustar00rootroot00000000000000# Faker::SiliconValley ```ruby Faker::SiliconValley.character # => "Jian Yang" Faker::SiliconValley.company # => "Bachmanity" Faker::SiliconValley.quote # => "I don't want to live in a world where someone else is making the world a better place better than we are." Faker::SiliconValley.app # => "Nip Alert" Faker::SiliconValley.invention # => "Tres Comas Tequila" Faker::SiliconValley.motto # => "Our products are products, producing unrivaled results" Faker::SiliconValley.url # => "http://www.piedpiper.com" Faker::SiliconValley.email #=> "richard@piedpiper.test" ```faker-1.9.1/doc/simpsons.md000066400000000000000000000003721332146201300155510ustar00rootroot00000000000000# Faker::Simpsons Available since version 1.8.0. ```ruby Faker::Simpsons.character #=> "Charles Montgomery Burns" Faker::Simpsons.location #=> "Moe's Tavern" Faker::Simpsons.quote #=> "It takes two to lie: one to lie and one to listen." ``` faker-1.9.1/doc/singular_siegler.md000066400000000000000000000001601332146201300172270ustar00rootroot00000000000000# Faker::SingularSiegler Available since version 1.9.0. ```ruby Faker::SingularSiegler.quote #=> "Texas!" ``` faker-1.9.1/doc/slack_emoji.md000066400000000000000000000016211332146201300161540ustar00rootroot00000000000000# Faker::SlackEmoji Available since version 1.5.0. ```ruby # Random Slack Emoji from people category Faker::SlackEmoji.people #=> ":sleepy:" # Random Slack Emoji from nature category Faker::SlackEmoji.nature #=> ":chestnut:" # Random Slack Emoji from food and drink category Faker::SlackEmoji.food_and_drink #=> ":tangerine:" # Random Slack Emoji from celebration category Faker::SlackEmoji.celebration #=> ":ribbon:" # Random Slack Emoji from activity category Faker::SlackEmoji.activity #=> ":performing_arts:" # Random Slack Emoji from travel and places category Faker::SlackEmoji.travel_and_places #=> ":truck:" # Random Slack Emoji from objects & symbols category Faker::SlackEmoji.objects_and_symbols #=> ":alarm_clock:" # Random Slack Emoji from custom category Faker::SlackEmoji.custom #=> ":suspect:" # Random Slack Emoji from any category Faker::SlackEmoji.emoji #=> ":last_quarter_moon:" ``` faker-1.9.1/doc/source.md000066400000000000000000000014131332146201300151730ustar00rootroot00000000000000# Faker::Source Need to generate a code sample for something? Just give me the language (defaults to `ruby`, obviously). It might be available in the next version. ```ruby # Optional argument: lang=:ruby Faker::Source.hello_world #=> "print 'Hello World!'" Faker::Source.hello_world(:javascript) #=> "alert('Hello World!');" # Optional arguments: str='some string', lang=:ruby Faker::Source.print #=> "print 'some string'" Faker::Source.print('cake') #=> "print 'cake'" Faker::Source.print(str: 'cake', lang: :javascript) #=> "console.log('cake');" # Optional argument: lang=:ruby Faker::Source.print_1_to_10 <<-DOC=> " 10.times do |i| print i end" DOC Faker::Source.print_1_to_10(:javascript) <<-DOC=> " for (let i=0; i<10; i++) { console.log(i); }" DOC ``` faker-1.9.1/doc/space.md000066400000000000000000000020471332146201300147720ustar00rootroot00000000000000# Faker::Space Available since version 1.6.4. ```ruby # Random planet from our Solar System Faker::Space.planet #=> "Venus" # Random moon from our Solar System Faker::Space.moon #=> "Europa" # Random galaxy Faker::Space.galaxy #=> "Andromeda" # Random nebula name Faker::Space.nebula #=> "Triffid Nebula" # Random star cluster Faker::Space.star_cluster #=> "Messier 70" # Random constellation Faker::Space.constellation #=> "Orion" # Random star Faker::Space.star #=> "Proxima Centauri" # Random national space agency Faker::Space.agency #=> "Japan Aerospace Exploration Agency" # Random space agency abbreviation Faker::Space.agency_abv #=> "NASA" # Random spacecraft name (limited to NASA) Faker::Space.nasa_space_craft #=> "Endeavour" # Random private space company title Faker::Space.company #=> "SpaceX" # Random unit of stellar distance with number Faker::Space.distance_measurement #=> "15 parsecs" # Random meteorite name Faker::Space.meteorite #=> "Ensisheim" # Random launch vehicule name Faker::Space.launch_vehicule #=> "Saturn IV" ``` faker-1.9.1/doc/star_trek.md000066400000000000000000000003501332146201300156700ustar00rootroot00000000000000# Faker::StarTrek Available since version 1.8.0. ```ruby Faker::StarTrek.character #=> "Spock" Faker::StarTrek.location #=> "Cardassia" Faker::StarTrek.specie #=> "Ferengi" Faker::StarTrek.villain #=> "Khan Noonien Singh" ``` faker-1.9.1/doc/star_wars.md000066400000000000000000000012111332146201300156740ustar00rootroot00000000000000# Faker::StarWars Available since version 1.6.2. ```ruby Faker::StarWars.call_squadron #=> "Green" Faker::StarWars.call_sign #=> "Grey 5" Faker::StarWars.call_number #=> "Leader" Faker::StarWars.character #=> "Anakin Skywalker" Faker::StarWars.droid #=> "C-3PO" Faker::StarWars.planet #=> "Tatooine" Faker::StarWars.quote #=> "Aren’t you a little short for a Stormtrooper?" Faker::StarWars.quote("leia_organa") #=> "Aren’t you a little short for a Stormtrooper?" Faker::StarWars.specie #=> "Gungan" Faker::StarWars.vehicle #=> "Sandcrawler" Faker::StarWars.wookiee_sentence #=> "Yrroonn ru ooma roo ahuma ur roooarrgh hnn-rowr." ``` faker-1.9.1/doc/stranger_things.md000066400000000000000000000002441332146201300170750ustar00rootroot00000000000000# Faker::StrangerThings Available since version 1.9.0. ```ruby Faker::StrangerThings.character #=> "six" Faker::StrangerThings.quote #=> "Friends don't lie" ``` faker-1.9.1/doc/string.md000066400000000000000000000010121332146201300151740ustar00rootroot00000000000000# Faker::String Random UTF-8 string with optional nested length selectors. Very useful for testing. Guaranteed to find bugs in your code. Want robust code? Test with these. Includes every UTF-8 codepoint. ```ruby Faker::String.random #=> "3 뇦\u0017&y\u{3A109}$8^4* 녹豿4좘툢ꔾ쉙6ɉ\uA6 8TN畀챵|\"3쇤Ŵ" Faker::String.random(4) #=> "⼨%0*" Faker::String.random(3..12) #=> "\u{69FDC};秨툫" Faker::String.random([0, 6]) #=> "I轤𣴒P溟L" Faker::String.random([1, (2..5), [3, 6], nil]) #=> "葓L#ћ" ``` faker-1.9.1/doc/stripe.md000066400000000000000000000014341332146201300152040ustar00rootroot00000000000000# Faker::Stripe Test Stripe transactions without hardcoding card numbers and tokens ```ruby Faker::Stripe.valid_card #=> "4242424242424242" Faker::Stripe.valid_card("visa_debit") #=> "4000056655665556" Faker::Stripe.valid_token #=> "tok_visa" Faker::Stripe.valid_token("mc_debit") #=> "tok_mastercard_debit" Faker::Stripe.invalid_card #=> "4000000000000002" Faker::Stripe.invalid_card("addressZipFail") #=> "4000000000000010" Faker::Stripe.month #=> "10" Faker::Stripe.year #=> "2018" # This will always be a year in the future Faker::Stripe.ccv #=> "123" Faker::Stripe.ccv("amex") #=> "1234" ``` ProTip: Use some of the other handy Faker classes for Stripe charge amounts and email. ```ruby Faker::Number.between(3,10) #=> 100 Faker::Internet.free_email #=> "freddy@gmail.com" ``` faker-1.9.1/doc/superhero.md000066400000000000000000000006351332146201300157140ustar00rootroot00000000000000# Faker::Superhero Available since version 1.6.2. ```ruby # Random Superhero name Faker::Superhero.name #=> "Magnificent Shatterstar" # Random Superhero power Faker::Superhero.power #=> "Photokinesis" # Random Superhero prefix Faker::Superhero.prefix #=> "Captain" # Random Superhero suffix Faker::Superhero.suffix #=> "the Fated" # Random Superhero descriptor Faker::Superhero.descriptor #=> "Bizarro" ``` faker-1.9.1/doc/sword_art_online.md000066400000000000000000000006271332146201300172510ustar00rootroot00000000000000# Faker::SwordArtOnline Available since version 1.9.0. ```ruby # Random Sword Art Online real name Faker::SwordArtOnline.real_name #=> "Kirigaya Kazuto" # Random Sword Art Online game name Faker::SwordArtOnline.game_name #=> "Silica" # Random Sword Art Online location Faker::SwordArtOnline.location #=> "Ruby Palace" # Random Sword Art Online item Faker::SwordArtOnline.item #=> "Blackwyrm Coat" ``` faker-1.9.1/doc/team.md000066400000000000000000000006031332146201300146210ustar00rootroot00000000000000# Faker::Team ```ruby # Random Team Creature Faker::Team.creature #=> "gooses" # Random Team Name created from random US State (Faker::Address.state) prepended to a random Team Creature Faker::Team.name #=> "Oregon vixens" # Random Team State Faker::Team.state #=> "Oregon" # Random Team Sport Faker::Team.sport #=> "lacrosse" # Random Team Mascot Faker::Team.mascot #=> "Hugo" ``` faker-1.9.1/doc/the_fresh_prince_of_bel_air.md000066400000000000000000000004341332146201300213450ustar00rootroot00000000000000# Faker::TheFreshPrinceOfBelAir ```ruby Faker::TheFreshPrinceOfBelAir.character #=> "Will Smith" Faker::TheFreshPrinceOfBelAir.celebrity #=> "Quincy Jones" Faker::TheFreshPrinceOfBelAir.quote #=> "Girl, you look so good, I would marry your brother just to get in your family." ``` faker-1.9.1/doc/the_it_crowd.md000066400000000000000000000004161332146201300163470ustar00rootroot00000000000000# Faker::TheITCrowd ```ruby Faker::TheITCrowd.actor #=> "Chris O'Dowd" Faker::TheITCrowd.character #=> "Roy Trenneman" Faker::TheITCrowd.email #=> "roy.trenneman@reynholm.test" Faker::TheITCrowd.quote #=> "Hello, IT. Have you tried turning it off and on again?" ``` faker-1.9.1/doc/the_thick_of_it.md000066400000000000000000000003111332146201300170110ustar00rootroot00000000000000# Faker::TheThickOfIt ```ruby Faker::TheThickOfIt.character #=> "Nicola Murray" Faker::TheThickOfIt.department #=> "Shadow Cabinet" Faker::TheThickOfIt.position #=> "Director of Communications" ``` faker-1.9.1/doc/time.md000066400000000000000000000023251332146201300146340ustar00rootroot00000000000000# Faker::Time ```ruby # Random date between dates Faker::Time.between(DateTime.now - 1, DateTime.now) #=> "2014-09-18 12:30:59 -0700" # Random date between dates (within specified part of the day) # You can install the as-duration gem to facilitate time manipulation like 45.minutes + 2.hours # (not needed if you already have activesupport, which is included with Rails) require 'as-duration' Faker::Time.between(2.days.ago, Date.today, :all) #=> "2014-09-19 07:03:30 -0700" Faker::Time.between(2.days.ago, Date.today, :day) #=> "2014-09-18 16:28:13 -0700" Faker::Time.between(2.days.ago, Date.today, :night) #=> "2014-09-20 19:39:38 -0700" Faker::Time.between(2.days.ago, Date.today, :morning) #=> "2014-09-19 08:07:52 -0700" Faker::Time.between(2.days.ago, Date.today, :afternoon) #=> "2014-09-18 12:10:34 -0700" Faker::Time.between(2.days.ago, Date.today, :evening) #=> "2014-09-19 20:21:03 -0700" Faker::Time.between(2.days.ago, Date.today, :midnight) #=> "2014-09-20 00:40:14 -0700" # Random time in the future (up to maximum of N days) Faker::Time.forward(23, :morning) # => "2014-09-26 06:54:47 -0700" # Random time in the past (up to maximum of N days) Faker::Time.backward(14, :evening) #=> "2014-09-17 19:56:33 -0700" ``` faker-1.9.1/doc/twin_peaks.md000066400000000000000000000003311332146201300160350ustar00rootroot00000000000000# Faker::TwinPeaks Available since version 1.7.0. ```ruby Faker::TwinPeaks.character #=> "Dale Cooper" Faker::TwinPeaks.location #=> "Black Lodge" Faker::TwinPeaks.quote #=> "The owls are not what they seem." ``` faker-1.9.1/doc/twitter.md000066400000000000000000000016661332146201300154070ustar00rootroot00000000000000# Faker::Twitter Available since version 1.7.3. Generate realistic Twitter user and status objects similar to what you would get back from the API. ```json { "created_at": "Mon Dec 10 00:00:00 +0000 2012", "id": 8821452687517076614, "id_str": "8821452687517076614", "text": "Ea et laboriosam vel non.", // ... } ``` ```ruby Faker::Twitter.user #=> {:id=>8821452687517076614, :name=>"Lincoln Paucek", :screen_name=>"cody"... Faker::Twitter.user(include_status: false) # Just get a user object with no embed status Faker::Twitter.user(include_email: true) # Simulate an authenticated user with the email permission Faker::Twitter.status #=> {:id=>8821452687517076614, :text=>"Ea et laboriosam vel non."... Faker::Twitter.status(include_user: false) # Just get a status object with no embed user Faker::Twitter.status(include_photo: true) # Includes entities for an attached image Faker::Twitter.screen_name #=> "audreanne_hackett" ``` faker-1.9.1/doc/types.md000066400000000000000000000013171332146201300150420ustar00rootroot00000000000000# Faker::Types ```ruby # Random String created from word (Faker::Lorem.word) Faker::Types.rb_string #=> "foobar" # Random Character a-z, 0-9 Faker::Types.character #=> "n" # Random Integer Faker::Types.rb_integer #=> 1 # Random Hash (with random keys and values) Faker::Types.rb_hash #=> {name: "bob"} # Random Complex Hash (values include other hashes and arrays) Faker::Types.complex_rb_hash #=> {user: {first: "bob", last: "marley"}} # Random Array Faker::Types.rb_array #=> ["a", 1, 2, "bob"] # Random Type (string, or integer) Faker::Types.random_type #=> 1 or "a" or "bob" # Random Complex Type (string, integer, array, or hash) Faker::Types.random_complex_type #=> 1 or "a" or "bob" or {foo: "bar"} ``` faker-1.9.1/doc/umphreys_mcgee.md000066400000000000000000000001161332146201300167060ustar00rootroot00000000000000# Faker::UmphreysMcgee ```ruby Faker::UmphreysMcgee.song #=> "Dump City" ``` faker-1.9.1/doc/university.md000066400000000000000000000006621332146201300161210ustar00rootroot00000000000000# Faker::University Available since version 1.5.0. ```ruby # Random University Name Faker::University.name #=> "South Texas College" # Random University Prefix Faker::University.prefix #=> "North" # Random University Suffix Faker::University.suffix #=> "Institute" # Random Greek Organization Faker::University.greek_organization #=> "ABΓ" # Greek Alphabet Faker::University.greek_alphabet #=> ["Α", "B", "Γ", "Δ", ...] ``` faker-1.9.1/doc/v_for_vendetta.md000066400000000000000000000005761332146201300167110ustar00rootroot00000000000000# Faker::VForVendetta ```ruby Faker::VForVendetta.character #=> "V" Faker::VForVendetta.speech #=> "Remember, remember, the Fifth of November, the Gunpowder Treason and Plot. I know of no reason why the Gunpowder Treason should ever be forgot..." Faker::VForVendetta.quote #=> "People should not be afraid of their governments. Governments should be afraid of their people." ``` faker-1.9.1/doc/vehicle.md000066400000000000000000000016051332146201300153150ustar00rootroot00000000000000# Faker::Vehicle Available since version 1.6.4. ```ruby Faker::Vehicle.vin #=> "LLDWXZLG77VK2LUUF" Faker::Vehicle.manufacture #=> "JAGUAR CARS LTD" Faker::Vehicle.mileage #=> 12463 Faker::Vehicle.year #=> 2006 Faker::Vehicle.make #=> "Toyota" Faker::Vehicle.model #=> "Prius" Faker::Vehicle.make_and_model #=> "Ford Focus" Faker::Vehicle.style #=> "ESi" Faker::Vehicle.color #=> "Beige" Faker::Vehicle.transmission #=> "Automatic" Faker::Vehicle.drive_type #=> "FWD" Faker::Vehicle.fuel_type #=> "Gasoline Hybrid" Faker::Vehicle.door_count #=> "2 Door" Faker::Vehicle.car_type #=> "Hatchback" Faker::Vehicle.engine #=> "6 Cylinder Engine" Faker::Vehicle.engine_size #=> "8 Cylinder Engine" Faker::Vehicle.car_options #=> ["A/C: Front", "Airbag: Driver", "AM/FM Stereo", ...] Faker::Vehicle.standard_specs #=> ["Pwr windows", "Remote fuel lid release", "Immobilizer system", ...] ``` faker-1.9.1/doc/venture_bros.md000066400000000000000000000004561332146201300164160ustar00rootroot00000000000000# Faker::VentureBros ```ruby Faker::VentureBros.character #=> "Scaramantula" Faker::VentureBros.vehicle #=> "Monarchmobile" Faker::VentureBros.organization #=> "Guild of Calamitous Intent" Faker::VentureBros.quote #=> "Revenge like gazpacho soup, is best served cold, precise and merciless." ``` faker-1.9.1/doc/verbs.md000066400000000000000000000003221332146201300150120ustar00rootroot00000000000000# Faker::Verb ```ruby Faker::Verb.base #=> "hurt" Faker::Verb.past #=> "completed" Faker::Verb.past_participle #=> "digested" Faker::Verb.simple_present #=> "climbs" Faker::Verb.ing_form #=> "causing" ``` faker-1.9.1/doc/witcher.md000066400000000000000000000004301332146201300153360ustar00rootroot00000000000000# Faker::Witcher ```ruby Faker::Witcher.character # => "Triss Merigold" Faker::Witcher.witcher # => "Geralt of Rivia" Faker::Witcher.location # => "Novigrad" Faker::Witcher.school # => "Wolf" Faker::Witcher.quote # => "No Lollygagin'!" Faker::Witcher.monster # => "Katakan"faker-1.9.1/doc/world_cup.md000066400000000000000000000006201332146201300156700ustar00rootroot00000000000000# Faker::WorldCup Available since version 1.9.0. ```ruby Faker::WorldCup.team #=> "South Korea" Faker::WorldCup.stadium #=> "Ekaterinburg Arena" Faker::WorldCup.city #=> "Saint Petersburg" Faker::WorldCup.group #=> "Egypt" Faker::WorldCup.group('group_A') #=> "Saudi Arabia" Faker::WorldCup.roster #=> "Héctor Cúper" Faker::WorldCup.roster('Russia', 'coach') #=> "Stanislav Cherchesov" ``` faker-1.9.1/doc/world_of_warcraft.md000066400000000000000000000004121332146201300173750ustar00rootroot00000000000000# Faker::WorldOfWarcraft ```ruby # Generate random character from the World of Warcraft Faker::WorldOfWarcraft.hero #=> "Uther the Lightbringer" # Generate random quote from the World of Warcraft Faker::WorldOfWarcraft.quote #=> "These are dark times indeed." ``` faker-1.9.1/doc/zelda.md000066400000000000000000000004641332146201300147770ustar00rootroot00000000000000# Faker::Zelda Available since version 1.7.3. ```ruby # Random Zelda game Faker::Zelda.game #=> "Ocarina of Time" # Random Zelda character Faker::Zelda.character #=> "Guru-Guru" # Random Zelda location Faker::Zelda.location #=> "Tarrey Town" # Random Zelda item Faker::Zelda.item #=> "Master Sword" ``` faker-1.9.1/faker.gemspec000066400000000000000000000020251332146201300152410ustar00rootroot00000000000000$LOAD_PATH.push File.expand_path('lib', __dir__) require 'faker/version' Gem::Specification.new do |s| s.name = 'faker' s.version = Faker::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Benjamin Curtis'] s.email = ['benjamin.curtis@gmail.com'] s.homepage = 'https://github.com/stympy/faker' s.summary = 'Easily generate fake data' s.description = 'Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.' s.license = 'MIT' s.add_runtime_dependency('i18n', '>= 0.7') s.add_development_dependency('launchy') s.add_development_dependency('minitest') s.add_development_dependency('rake') s.add_development_dependency('rubocop') s.add_development_dependency('simplecov') s.add_development_dependency('test-unit') s.add_development_dependency('timecop') s.required_ruby_version = '>= 2.1' s.files = Dir['lib/**/*'] + %w[History.md License.txt CHANGELOG.md README.md] s.require_paths = ['lib'] end faker-1.9.1/lib/000077500000000000000000000000001332146201300133535ustar00rootroot00000000000000faker-1.9.1/lib/extensions/000077500000000000000000000000001332146201300155525ustar00rootroot00000000000000faker-1.9.1/lib/extensions/array.rb000066400000000000000000000010311332146201300172100ustar00rootroot00000000000000class Array unless method_defined? :sample def sample(arr = nil) # based on code from https://github.com/marcandre/backports size = length return self[Kernel.rand(size)] if arr.nil? arr = arr.to_int raise ArgumentError, 'negative array size' if arr < 0 arr = size if arr > size result = Array.new(self) arr.times do |i| r = i + Kernel.rand(size - i) result[i], result[r] = result[r], result[i] end result[arr..size] = [] result end end end faker-1.9.1/lib/extensions/symbol.rb000066400000000000000000000002121332146201300173770ustar00rootroot00000000000000# For Ruby 1.8 unless :symbol.respond_to?(:downcase) Symbol.class_eval do def downcase to_s.downcase.intern end end end faker-1.9.1/lib/faker.rb000066400000000000000000000201401332146201300147650ustar00rootroot00000000000000mydir = __dir__ begin require 'psych' end require 'i18n' require 'set' # Fixes a bug in i18n 0.6.11 if I18n.respond_to?(:enforce_available_locales=) I18n.enforce_available_locales = true end I18n.load_path += Dir[File.join(mydir, 'locales', '**/*.yml')] I18n.reload! if I18n.backend.initialized? module Faker class Config @locale = nil @random = nil class << self attr_writer :locale attr_writer :random def locale @locale || I18n.locale end def own_locale @locale end def random @random || Random::DEFAULT end end end class Base Numbers = Array(0..9) ULetters = Array('A'..'Z') Letters = ULetters + Array('a'..'z') class << self ## by default numerify results do not start with a zero def numerify(number_string, leading_zero: false) return number_string.gsub(/#/) { rand(10).to_s } if leading_zero number_string.sub(/#/) { rand(1..9).to_s }.gsub(/#/) { rand(10).to_s } end def letterify(letter_string) letter_string.gsub(/\?/) { sample(ULetters) } end def bothify(string) letterify(numerify(string)) end # Given a regular expression, attempt to generate a string # that would match it. This is a rather simple implementation, # so don't be shocked if it blows up on you in a spectacular fashion. # # It does not handle ., *, unbounded ranges such as {1,}, # extensions such as (?=), character classes, some abbreviations # for character classes, and nested parentheses. # # I told you it was simple. :) It's also probably dog-slow, # so you shouldn't use it. # # It will take a regex like this: # # /^[A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}$/ # # and generate a string like this: # # "U3V 3TP" # def regexify(reg) reg = reg.source if reg.respond_to?(:source) # Handle either a Regexp or a String that looks like a Regexp reg .gsub(%r{^\/?\^?}, '').gsub(%r{\$?\/?$}, '') # Ditch the anchors .gsub(/\{(\d+)\}/, '{\1,\1}').gsub(/\?/, '{0,1}') # All {2} become {2,2} and ? become {0,1} .gsub(/(\[[^\]]+\])\{(\d+),(\d+)\}/) { |_match| Regexp.last_match(1) * sample(Array(Range.new(Regexp.last_match(2).to_i, Regexp.last_match(3).to_i))) } # [12]{1,2} becomes [12] or [12][12] .gsub(/(\([^\)]+\))\{(\d+),(\d+)\}/) { |_match| Regexp.last_match(1) * sample(Array(Range.new(Regexp.last_match(2).to_i, Regexp.last_match(3).to_i))) } # (12|34){1,2} becomes (12|34) or (12|34)(12|34) .gsub(/(\\?.)\{(\d+),(\d+)\}/) { |_match| Regexp.last_match(1) * sample(Array(Range.new(Regexp.last_match(2).to_i, Regexp.last_match(3).to_i))) } # A{1,2} becomes A or AA or \d{3} becomes \d\d\d .gsub(/\((.*?)\)/) { |match| sample(match.gsub(/[\(\)]/, '').split('|')) } # (this|that) becomes 'this' or 'that' .gsub(/\[([^\]]+)\]/) { |match| match.gsub(/(\w\-\w)/) { |range| sample(Array(Range.new(*range.split('-')))) } } # All A-Z inside of [] become C (or X, or whatever) .gsub(/\[([^\]]+)\]/) { |_match| sample(Regexp.last_match(1).split('')) } # All [ABC] become B (or A or C) .gsub('\d') { |_match| sample(Numbers) } .gsub('\w') { |_match| sample(Letters) } end # Helper for the common approach of grabbing a translation # with an array of values and selecting one of them. def fetch(key) fetched = sample(translate("faker.#{key}")) if fetched && fetched.match(%r{^\/}) && fetched.match(%r{\/$}) # A regex regexify(fetched) else fetched end end # Helper for the common approach of grabbing a translation # with an array of values and returning all of them. def fetch_all(key) fetched = translate("faker.#{key}") fetched = fetched.last if fetched.size <= 1 if !fetched.respond_to?(:sample) && fetched.match(%r{^\/}) && fetched.match(%r{\/$}) # A regex regexify(fetched) else fetched end end # Load formatted strings from the locale, "parsing" them # into method calls that can be used to generate a # formatted translation: e.g., "#{first_name} #{last_name}". def parse(key) fetched = fetch(key) parts = fetched.scan(/(\(?)#\{([A-Za-z]+\.)?([^\}]+)\}([^#]+)?/).map do |prefix, kls, meth, etc| # If the token had a class Prefix (e.g., Name.first_name) # grab the constant, otherwise use self cls = kls ? Faker.const_get(kls.chop) : self # If an optional leading parentheses is not present, prefix.should == "", otherwise prefix.should == "(" # In either case the information will be retained for reconstruction of the string. text = prefix # If the class has the method, call it, otherwise fetch the transation # (e.g., faker.phone_number.area_code) text += if cls.respond_to?(meth) cls.send(meth) else # Do just enough snake casing to convert PhoneNumber to phone_number key_path = cls.to_s.split('::').last.gsub(/([a-z\d])([A-Z])/, '\1_\2').downcase fetch("#{key_path}.#{meth.downcase}") end # And tack on spaces, commas, etc. left over in the string text + etc.to_s end # If the fetched key couldn't be parsed, then fallback to numerify parts.any? ? parts.join : numerify(fetched) end # Call I18n.translate with our configured locale if no # locale is specified def translate(*args) opts = args.last.is_a?(Hash) ? args.pop : {} opts[:locale] ||= Faker::Config.locale opts[:raise] = true I18n.translate(*args.push(opts)) rescue I18n::MissingTranslationData opts = args.last.is_a?(Hash) ? args.pop : {} opts[:locale] = :en # Super-simple fallback -- fallback to en if the # translation was missing. If the translation isn't # in en either, then it will raise again. I18n.translate(*args.push(opts)) end # Executes block with given locale set. def with_locale(tmp_locale = nil) current_locale = Faker::Config.own_locale Faker::Config.locale = tmp_locale I18n.with_locale(tmp_locale) { yield } ensure Faker::Config.locale = current_locale end def flexible(key) @flexible_key = key end # You can add whatever you want to the locale file, and it will get caught here. # E.g., in your locale file, create a # name: # girls_name: ["Alice", "Cheryl", "Tatiana"] # Then you can call Faker::Name.girls_name and it will act like #first_name def method_missing(mth, *args, &block) super unless @flexible_key if (translation = translate("faker.#{@flexible_key}.#{mth}")) sample(translation) else super end end def respond_to_missing?(method_name, include_private = false) super end # Generates a random value between the interval def rand_in_range(from, to) from, to = to, from if to < from rand(from..to) end def unique(max_retries = 10_000) @unique ||= UniqueGenerator.new(self, max_retries) end def sample(list) list.respond_to?(:sample) ? list.sample(random: Faker::Config.random) : list end def shuffle(list) list.shuffle(random: Faker::Config.random) end def rand(max = nil) if max.nil? Faker::Config.random.rand elsif max.is_a?(Range) || max.to_i > 0 Faker::Config.random.rand(max) else 0 end end end end end Dir.glob(File.join(File.dirname(__FILE__), 'faker', '*.rb')).sort.each { |f| require f } require 'extensions/array' require 'extensions/symbol' require 'helpers/char' require 'helpers/unique_generator' faker-1.9.1/lib/faker/000077500000000000000000000000001332146201300144435ustar00rootroot00000000000000faker-1.9.1/lib/faker/address.rb000066400000000000000000000037611332146201300164240ustar00rootroot00000000000000module Faker class Address < Base flexible :address class << self def city(options = {}) parse(options[:with_state] ? 'address.city_with_state' : 'address.city') end def street_name parse('address.street_name') end def street_address(include_secondary = false) numerify(parse('address.street_address') + (include_secondary ? ' ' + secondary_address : '')) end def secondary_address bothify(fetch('address.secondary_address')) end def building_number bothify(fetch('address.building_number')) end def community parse('address.community') end def zip_code(state_abbreviation = '') if state_abbreviation.empty? letterified_string = letterify(fetch('address.postcode')) return numerify(letterified_string, leading_zero: true) end # provide a zip code that is valid for the state provided # see http://www.fincen.gov/forms/files/us_state_territory_zip_codes.pdf bothify(fetch('address.postcode_by_state.' + state_abbreviation)) end def time_zone fetch('address.time_zone') end alias zip zip_code alias postcode zip_code def street_suffix fetch('address.street_suffix') end def city_suffix fetch('address.city_suffix') end def city_prefix fetch('address.city_prefix') end def state_abbr fetch('address.state_abbr') end def state fetch('address.state') end def country fetch('address.country') end def country_code fetch('address.country_code') end def country_code_long fetch('address.country_code_long') end def latitude ((rand * 180) - 90).to_f end def longitude ((rand * 360) - 180).to_f end def full_address parse('address.full_address') end end end end faker-1.9.1/lib/faker/ancient.rb000066400000000000000000000004631332146201300164140ustar00rootroot00000000000000module Faker class Ancient < Base class << self def god fetch('ancient.god') end def primordial fetch('ancient.primordial') end def titan fetch('ancient.titan') end def hero fetch('ancient.hero') end end end end faker-1.9.1/lib/faker/app.rb000066400000000000000000000006031332146201300155470ustar00rootroot00000000000000module Faker class App < Base class << self def name fetch('app.name') end def version parse('app.version') end def author parse('app.author') end def semantic_version(major: 0..9, minor: 0..9, patch: 1..9) [major, minor, patch].map { |chunk| sample(Array(chunk)) }.join('.') end end end end faker-1.9.1/lib/faker/appliance.rb000066400000000000000000000003111332146201300167170ustar00rootroot00000000000000module Faker class Appliance < Base class << self def brand fetch('appliance.brand') end def equipment fetch('appliance.equipment') end end end end faker-1.9.1/lib/faker/aqua_teen_hunger_force.rb000066400000000000000000000002441332146201300214600ustar00rootroot00000000000000module Faker class AquaTeenHungerForce < Base class << self def character fetch('aqua_teen_hunger_force.character') end end end end faker-1.9.1/lib/faker/artist.rb000066400000000000000000000001761332146201300163020ustar00rootroot00000000000000module Faker class Artist < Base class << self def name fetch('artist.names') end end end end faker-1.9.1/lib/faker/avatar.rb000066400000000000000000000011671332146201300162530ustar00rootroot00000000000000module Faker class Avatar < Base class << self SUPPORTED_FORMATS = %w[png jpg bmp].freeze def image(slug = nil, size = '300x300', format = 'png', set = 'set1', bgset = nil) raise ArgumentError, 'Size should be specified in format 300x300' unless size =~ /^[0-9]+x[0-9]+$/ raise ArgumentError, "Supported formats are #{SUPPORTED_FORMATS.join(', ')}" unless SUPPORTED_FORMATS.include?(format) slug ||= Faker::Lorem.words.join bgset_query = "&bgset=#{bgset}" if bgset "https://robohash.org/#{slug}.#{format}?size=#{size}&set=#{set}#{bgset_query}" end end end end faker-1.9.1/lib/faker/back_to_the_future.rb000066400000000000000000000004471332146201300206310ustar00rootroot00000000000000module Faker class BackToTheFuture < Base class << self def character fetch('back_to_the_future.characters') end def date fetch('back_to_the_future.dates') end def quote fetch('back_to_the_future.quotes') end end end end faker-1.9.1/lib/faker/bank.rb000066400000000000000000000060261332146201300157070ustar00rootroot00000000000000module Faker class Bank < Base flexible :bank class << self def account_number(digits = 11) rand.to_s[2..digits] end def iban(country_code = 'GB') # Each country has it's own format for bank accounts # Many of them use letters in certain parts of the account # Using regex patterns we can create virtually any type of bank account begin pattern = fetch("bank.iban_details.#{country_code.downcase}.bban_pattern") rescue I18n::MissingTranslationData raise ArgumentError, "Could not find iban details for #{country_code}" end # Use Faker::Base.regexify for creating a sample from bank account format regex account = Base.regexify(/#{pattern}/) # Add country code and checksum to the generated account to form valid IBAN country_code.upcase + iban_checksum(country_code, account) + account end def name fetch('bank.name') end def routing_number valid_routing_number end def routing_number_with_format compile_fraction(valid_routing_number) end def swift_bic fetch('bank.swift_bic') end private def checksum(num_string) num_array = num_string.split('').map(&:to_i) digit = (7 * (num_array[0] + num_array[3] + num_array[6]) + 3 * (num_array[1] + num_array[4] + num_array[7]) + 9 * (num_array[2] + num_array[5])) % 10 digit == num_array[8] end def compile_routing_number digit_one_two = %w[00 01 02 03 04 05 06 07 08 09 10 11 12] ((21..32).to_a + (61..72).to_a + [80]).each { |x| digit_one_two << x.to_s } routing_num = digit_one_two.sample + rand_numstring + rand_numstring + rand_numstring + rand_numstring + rand_numstring + rand_numstring + rand_numstring routing_num end # Calculates the mandatory checksum in 3rd and 4th characters in IBAN format # source: https://en.wikipedia.org/wiki/International_Bank_Account_Number#Validating_the_IBAN def iban_checksum(country_code, account) # Converts letters to numbers according the iban rules, A=10..Z=35 account_to_number = "#{account}#{country_code}00".upcase.chars.map do |d| d =~ /[A-Z]/ ? (d.ord - 55).to_s : d end.join.to_i # This is answer to (iban_to_num + checksum) % 97 == 1 checksum = (1 - account_to_number) % 97 # Use leftpad to make the size always to 2 checksum.to_s.rjust(2, '0') end def valid_routing_number for _ in 0..50 micr = compile_routing_number break if checksum(micr) end micr end def compile_fraction(routing_num) prefix = (1..50).to_a.map(&:to_s).sample numerator = routing_num.split('')[5..8].join.to_i.to_s denominator = routing_num.split('')[0..4].join.to_i.to_s prefix + '-' + numerator + '/' + denominator end def rand_numstring (0..9).to_a.map(&:to_s).sample end end end end faker-1.9.1/lib/faker/beer.rb000066400000000000000000000010631332146201300157050ustar00rootroot00000000000000module Faker class Beer < Base flexible :beer class << self def name fetch('beer.name') end def style fetch('beer.style') end def hop fetch('beer.hop') end def yeast fetch('beer.yeast') end def malts fetch('beer.malt') end def ibu rand(10..100).to_s + ' IBU' end def alcohol rand(2.0..10.0).round(1).to_s + '%' end def blg rand(5.0..20.0).round(1).to_s + '°Blg' end end end end faker-1.9.1/lib/faker/bitcoin.rb000066400000000000000000000020301332146201300164120ustar00rootroot00000000000000require 'digest' require 'securerandom' module Faker class Bitcoin < Base class << self PROTOCOL_VERSIONS = { main: 0, testnet: 111 }.freeze def address address_for(:main) end def testnet_address address_for(:testnet) end protected def base58(str) alphabet = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz' base = alphabet.size lv = 0 str.split('').reverse.each_with_index { |v, i| lv += v.unpack('C')[0] * 256**i } ret = '' while lv > 0 lv, mod = lv.divmod(base) ret << alphabet[mod] end npad = str.match(/^#{0.chr}*/)[0].to_s.size '1' * npad + ret.reverse end def address_for(network) version = PROTOCOL_VERSIONS.fetch(network) packed = version.chr + Faker::Config.random.bytes(20) checksum = Digest::SHA2.digest(Digest::SHA2.digest(packed))[0..3] base58(packed + checksum) end end end end faker-1.9.1/lib/faker/bojack_horseman.rb000066400000000000000000000004611332146201300201160ustar00rootroot00000000000000module Faker class BojackHorseman < Base class << self def character fetch('bojack_horseman.characters') end def tongue_twister fetch('bojack_horseman.tongue_twisters') end def quote fetch('bojack_horseman.quotes') end end end end faker-1.9.1/lib/faker/book.rb000066400000000000000000000004761332146201300157310ustar00rootroot00000000000000module Faker class Book < Base flexible :book class << self def title fetch('book.title') end def author parse('book.author') end def publisher fetch('book.publisher') end def genre fetch('book.genre') end end end end faker-1.9.1/lib/faker/boolean.rb000066400000000000000000000002221332146201300164030ustar00rootroot00000000000000module Faker class Boolean < Base class << self def boolean(true_ratio = 0.5) (rand < true_ratio) end end end end faker-1.9.1/lib/faker/bossa_nova.rb000066400000000000000000000003051332146201300171200ustar00rootroot00000000000000module Faker class BossaNova < Base class << self def artist fetch('bossa_nova.artists') end def song fetch('bossa_nova.songs') end end end end faker-1.9.1/lib/faker/breaking_bad.rb000066400000000000000000000003301332146201300173540ustar00rootroot00000000000000# frozen_string_literal: true module Faker class BreakingBad < Base def self.character fetch('breaking_bad.character') end def self.episode fetch('breaking_bad.episode') end end end faker-1.9.1/lib/faker/business.rb000066400000000000000000000005571332146201300166320ustar00rootroot00000000000000require 'date' module Faker class Business < Base flexible :business class << self def credit_card_number fetch('business.credit_card_numbers') end def credit_card_expiry_date ::Date.today + (365 * rand(1..4)) end def credit_card_type fetch('business.credit_card_types') end end end end faker-1.9.1/lib/faker/cannabis.rb000066400000000000000000000013021332146201300165420ustar00rootroot00000000000000# frozen_string_literal: true module Faker class Cannabis < Base def self.strain fetch('cannabis.strains') end def self.cannabinoid_abbreviation fetch('cannabis.cannabinoid_abbreviations') end def self.cannabinoid fetch('cannabis.cannabinoids') end def self.terpene fetch('cannabis.terpenes') end def self.medical_use fetch('cannabis.medical_uses') end def self.health_benefit fetch('cannabis.health_benefits') end def self.category fetch('cannabis.categories') end def self.type fetch('cannabis.types') end def self.buzzword fetch('cannabis.buzzwords') end end end faker-1.9.1/lib/faker/cat.rb000066400000000000000000000003741332146201300155430ustar00rootroot00000000000000module Faker class Cat < Base flexible :cat class << self def name fetch('cat.name') end def breed fetch('cat.breed') end def registry fetch('cat.registry') end end end end faker-1.9.1/lib/faker/chuck_norris.rb000066400000000000000000000004421332146201300174610ustar00rootroot00000000000000module Faker class ChuckNorris < Base flexible :name class << self # from: https://github.com/jenkinsci/chucknorris-plugin/blob/master/src/main/java/hudson/plugins/chucknorris/FactGenerator.java def fact fetch('chuck_norris.fact') end end end end faker-1.9.1/lib/faker/code.rb000066400000000000000000000131561332146201300157100ustar00rootroot00000000000000module Faker class Code < Base flexible :code class << self # Generates a 10 digit NPI (National Provider Identifier # issued to health care providers in the United States) def npi rand(10**10).to_s.rjust(10, '0') end # By default generates 10 sign isbn code in format 123456789-X # You can pass 13 to generate new 13 sign code def isbn(base = 10) base == 13 ? generate_base13_isbn : generate_base10_isbn end # By default generates 13 sign ean code in format 1234567890123 # You can pass 8 to generate ean8 code def ean(base = 13) base == 8 ? generate_base8_ean : generate_base13_ean end def rut value = Number.number(8) vd = rut_verificator_digit(value) value << "-#{vd}" end # By default generates a Singaporean NRIC ID for someone # who is born between the age of 18 and 65. def nric(min_age = 18, max_age = 65) birthyear = Date.birthday(min_age, max_age).year prefix = birthyear < 2000 ? 'S' : 'T' values = birthyear.to_s[-2..-1] values << regexify(/\d{5}/) check_alpha = generate_nric_check_alphabet(values, prefix) "#{prefix}#{values}#{check_alpha}" end # Generate GSM modem, device or mobile phone 15 digit IMEI number. def imei generate_imei end # Retrieves a real Amazon ASIN code list taken from # https://archive.org/details/asin_listing def asin fetch('code.asin') end # Generates Social Insurance Number issued in Canada # https://en.wikipedia.org/wiki/Social_Insurance_Number def sin # 1 - province or temporary resident # 2-8 - random numbers # 9 - checksum # 1st digit. 8,0 are not used registry = Faker::Base.sample([1, 2, 3, 4, 5, 6, 7, 9]).to_s # generate 2nd to 8th partial = Array.new(7) { Faker::Config.random.rand(0..9) }.join # Generate 9th digit check_digit = generate_sin_check_digit(registry + partial + '0').to_s registry + partial + check_digit end private # Reporting body identifier RBI = %w[01 10 30 33 35 44 45 49 50 51 52 53 54 86 91 98 99].freeze def generate_imei str = Array.new(15, 0) sum = 0 t = 0 len_offset = 0 len = 15 # Fill in the first two values of the string based with the specified prefix. # Reporting Body Identifier list: http://en.wikipedia.org/wiki/Reporting_Body_Identifier arr = sample(RBI) str[0] = arr[0].to_i str[1] = arr[1].to_i pos = 2 # Fill all the remaining numbers except for the last one with random values. while pos < (len - 1) str[pos] = rand(0..9) pos += 1 end # Calculate the Luhn checksum of the values thus far len_offset = (len + 1) % 2 (0..(len - 1)).each do |position| if (position + len_offset).odd? t = str[position] * 2 t -= 9 if t > 9 sum += t else sum += str[position] end end # Choose the last digit so that it causes the entire string to pass the checksum. str[len - 1] = (10 - (sum % 10)) % 10 # Output the IMEI value. str.join('') end def generate_base10_isbn values = regexify(/\d{9}/) remainder = sum(values) { |value, index| (index + 1) * value.to_i } % 11 values << "-#{remainder == 10 ? 'X' : remainder}" end def generate_base13_isbn values = regexify(/\d{12}/) remainder = sum(values) { |value, index| index.even? ? value.to_i : value.to_i * 3 } % 10 values << "-#{((10 - remainder) % 10)}" end def sum(values) values.split(//).each_with_index.inject(0) do |sum, (value, index)| sum + yield(value, index) end end def generate_base8_ean values = regexify(/\d{7}/) check_digit = 10 - values.split(//).each_with_index.inject(0) { |s, (v, i)| s + v.to_i * EAN_CHECK_DIGIT8[i] } % 10 values << (check_digit == 10 ? 0 : check_digit).to_s end def generate_base13_ean values = regexify(/\d{12}/) check_digit = 10 - values.split(//).each_with_index.inject(0) { |s, (v, i)| s + v.to_i * EAN_CHECK_DIGIT13[i] } % 10 values << (check_digit == 10 ? 0 : check_digit).to_s end EAN_CHECK_DIGIT8 = [3, 1, 3, 1, 3, 1, 3].freeze EAN_CHECK_DIGIT13 = [1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3].freeze def rut_verificator_digit(rut) total = rut.to_s.rjust(8, '0').split(//).zip(%w[3 2 7 6 5 4 3 2]).collect { |a, b| a.to_i * b.to_i }.inject(:+) (11 - total % 11).to_s.gsub(/10/, 'k').gsub(/11/, '0') end def generate_nric_check_alphabet(values, prefix) weight = %w[2 7 6 5 4 3 2] total = values.split(//).zip(weight).collect { |a, b| a.to_i * b.to_i }.inject(:+) total += 4 if prefix == 'T' %w[A B C D E F G H I Z J][10 - total % 11] end def generate_sin_check_digit(digits) # Fast Luhn checksum code from luhn.js: # https://gist.github.com/ShirtlessKirk/2134376 len = 9 mul = 0 luhn_arr = [ [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [0, 2, 4, 6, 8, 1, 3, 5, 7, 9] ] sum = 0 while len > 0 len -= 1 num = digits[len].to_i sum += luhn_arr[mul][num] mul ^= 1 end checksum = sum % 10 checksum.zero? ? checksum : (10 - checksum) end end end end faker-1.9.1/lib/faker/coffee.rb000066400000000000000000000011571332146201300162230ustar00rootroot00000000000000module Faker class Coffee < Base class << self def blend_name parse('coffee.blend_name') end def origin country = fetch('coffee.country') region = fetch("coffee.regions.#{search_format(country)}") "#{region}, #{country}" end def variety fetch('coffee.variety') end def notes parse('coffee.notes') end def intensifier fetch('coffee.intensifier') end private def search_format(key) key.split.length > 1 ? key.split.join('_').downcase : key.downcase end end end end faker-1.9.1/lib/faker/color.rb000066400000000000000000000010451332146201300161060ustar00rootroot00000000000000module Faker class Color < Base class << self def hex_color format('#%06x', (rand * 0xffffff)) end def color_name fetch('color.name') end def single_rgb_color sample((0..255).to_a) end def rgb_color Array.new(3) { single_rgb_color } end # returns [hue, saturation, lightness] def hsl_color [sample((0..360).to_a), rand.round(2), rand.round(2)] end def hsla_color hsl_color << rand.round(1) end end end end faker-1.9.1/lib/faker/commerce.rb000066400000000000000000000030661332146201300165670ustar00rootroot00000000000000module Faker class Commerce < Base class << self def color fetch('color.name') end def promotion_code(digits = 6) [ fetch('commerce.promotion_code.adjective'), fetch('commerce.promotion_code.noun'), Faker::Number.number(digits) ].join end def department(max = 3, fixed_amount = false) num = max if fixed_amount num ||= 1 + rand(max) categories = categories(num) return merge_categories(categories) if num > 1 categories[0] end def product_name "#{fetch('commerce.product_name.adjective')} #{fetch('commerce.product_name.material')} #{fetch('commerce.product_name.product')}" end def material fetch('commerce.product_name.material') end def price(range = 0..100.0, as_string = false) price = (rand(range) * 100).floor / 100.0 if as_string price_parts = price.to_s.split('.') price = price_parts[0] + '.' + price_parts[-1].ljust(2, '0') end price end private def categories(num) categories = [] while categories.length < num category = fetch('commerce.department') categories << category unless categories.include?(category) end categories end def merge_categories(categories) separator = fetch('separator') comma_separated = categories.slice!(0...-1).join(', ') [comma_separated, categories[0]].join(separator) end end end end faker-1.9.1/lib/faker/community.rb000066400000000000000000000003151332146201300170130ustar00rootroot00000000000000module Faker class Community < Base class << self def characters fetch('community.characters') end def quotes fetch('community.quotes') end end end end faker-1.9.1/lib/faker/company.rb000066400000000000000000000144201332146201300164370ustar00rootroot00000000000000module Faker class Company < Base flexible :company class << self def name parse('company.name') end def suffix fetch('company.suffix') end def industry fetch('company.industry') end # Generate a buzzword-laden catch phrase. def catch_phrase translate('faker.company.buzzwords').collect { |list| sample(list) }.join(' ') end def buzzword sample(translate('faker.company.buzzwords').flatten) end # When a straight answer won't do, BS to the rescue! def bs translate('faker.company.bs').collect { |list| sample(list) }.join(' ') end def ein format('%09d', rand(10**9)).gsub(/(\d{2})(\d{7})/, '\\1-\\2') end def duns_number format('%09d', rand(10**9)).gsub(/(\d{2})(\d{3})(\d{4})/, '\\1-\\2-\\3') end # Get a random company logo url in PNG format. def logo rand_num = rand(1..13) "https://pigment.github.io/fake-logos/logos/medium/color/#{rand_num}.png" end def type fetch('company.type') end def profession fetch('company.profession') end # rubocop:disable Style/AsciiComments # Get a random Spanish organization number. See more here https://es.wikipedia.org/wiki/Número_de_identificación_fiscal # rubocop:enable Style/AsciiComments def spanish_organisation_number # Valid leading character: A, B, C, D, E, F, G, H, J, N, P, Q, R, S, U, V, W # 7 digit numbers letters = %w[A B C D E F G H J N P Q R S U V W] base = [sample(letters), format('%07d', rand(10**7))].join base end # Get a random Swedish organization number. See more here https://sv.wikipedia.org/wiki/Organisationsnummer def swedish_organisation_number # Valid leading digit: 1, 2, 3, 5, 6, 7, 8, 9 # Valid third digit: >= 2 # Last digit is a control digit base = [sample([1, 2, 3, 5, 6, 7, 8, 9]), sample((0..9).to_a), sample((2..9).to_a), format('%06d', rand(10**6))].join base + luhn_algorithm(base).to_s end def czech_organisation_number sum = 0 base = [] [8, 7, 6, 5, 4, 3, 2].each do |weight| base << sample((0..9).to_a) sum += (weight * base.last) end base << (11 - (sum % 11)) % 10 base.join end # Get a random French SIREN number. See more here https://fr.wikipedia.org/wiki/Syst%C3%A8me_d%27identification_du_r%C3%A9pertoire_des_entreprises def french_siren_number base = (1..8).map { rand(10) }.join base + luhn_algorithm(base).to_s end def french_siret_number location = rand(100).to_s.rjust(4, '0') org_no = french_siren_number + location org_no + luhn_algorithm(org_no).to_s end # Get a random Norwegian organization number. Info: https://www.brreg.no/om-oss/samfunnsoppdraget-vart/registera-vare/einingsregisteret/organisasjonsnummeret/ def norwegian_organisation_number # Valid leading digit: 8, 9 mod11_check = nil while mod11_check.nil? base = [sample([8, 9]), format('%07d', rand(10**7))].join mod11_check = mod11(base) end base + mod11_check.to_s end def australian_business_number base = format('%09d', rand(10**9)) abn = "00#{base}" (99 - (abn_checksum(abn) % 89)).to_s + base end # Get a random Polish taxpayer identification number More info https://pl.wikipedia.org/wiki/NIP def polish_taxpayer_identification_number result = [] weights = [6, 5, 7, 2, 3, 4, 5, 6, 7] loop do result = Array.new(3) { rand(1..9) } + Array.new(7) { rand(10) } break if (weight_sum(result, weights) % 11) == result[9] end result.join('') end # Get a random Polish register of national economy number. More info https://pl.wikipedia.org/wiki/REGON def polish_register_of_national_economy(length = 9) raise ArgumentError, 'Length should be 9 or 14' unless [9, 14].include? length random_digits = [] loop do random_digits = Array.new(length) { rand(10) } break if collect_regon_sum(random_digits) == random_digits.last end random_digits.join('') end private # Mod11 functionality from https://github.com/badmanski/mod11/blob/master/lib/mod11.rb def mod11(number) weight = [2, 3, 4, 5, 6, 7, 2, 3, 4, 5, 6, 7, 2, 3, 4, 5, 6, 7] sum = 0 number.to_s.reverse.chars.each_with_index do |char, i| sum += char.to_i * weight[i] end remainder = sum % 11 case remainder when 0 then remainder when 1 then nil else 11 - remainder end end def luhn_algorithm(number) multiplications = [] number.split(//).each_with_index do |digit, i| multiplications << if i.even? digit.to_i * 2 else digit.to_i end end sum = 0 multiplications.each do |num| num.to_s.each_byte do |character| sum += character.chr.to_i end end control_digit = if (sum % 10).zero? 0 else (sum / 10 + 1) * 10 - sum end control_digit end def abn_checksum(abn) abn_weights = [10, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19] sum = 0 abn_weights.each_with_index do |weight, i| sum += weight * abn[i].to_i end sum end def collect_regon_sum(array) weights = if array.size == 9 [8, 9, 2, 3, 4, 5, 6, 7] else [2, 4, 8, 5, 0, 9, 7, 3, 6, 1, 2, 4, 8] end sum = weight_sum(array, weights) % 11 sum == 10 ? 0 : sum end def weight_sum(array, weights) sum = 0 (0..weights.size - 1).each do |index| sum += (array[index] * weights[index]) end sum end end end end faker-1.9.1/lib/faker/compass.rb000066400000000000000000000023431332146201300164370ustar00rootroot00000000000000module Faker class Compass < Base class << self def cardinal fetch('compass.cardinal.word') end def ordinal fetch('compass.ordinal.word') end def half_wind fetch('compass.half-wind.word') end def quarter_wind fetch('compass.quarter-wind.word') end def direction parse('compass.direction') end def abbreviation parse('compass.abbreviation') end def azimuth parse('compass.azimuth') end def cardinal_abbreviation fetch('compass.cardinal.abbreviation') end def ordinal_abbreviation fetch('compass.ordinal.abbreviation') end def half_wind_abbreviation fetch('compass.half-wind.abbreviation') end def quarter_wind_abbreviation fetch('compass.quarter-wind.abbreviation') end def cardinal_azimuth fetch('compass.cardinal.azimuth') end def ordinal_azimuth fetch('compass.ordinal.azimuth') end def half_wind_azimuth fetch('compass.half-wind.azimuth') end def quarter_wind_azimuth fetch('compass.quarter-wind.azimuth') end end end end faker-1.9.1/lib/faker/crypto.rb000066400000000000000000000004731332146201300163140ustar00rootroot00000000000000require 'digest' module Faker class Crypto < Base class << self def md5 Digest::MD5.hexdigest(Lorem.characters) end def sha1 Digest::SHA1.hexdigest(Lorem.characters) end def sha256 Digest::SHA256.hexdigest(Lorem.characters) end end end end faker-1.9.1/lib/faker/currency.rb000066400000000000000000000003671332146201300166300ustar00rootroot00000000000000module Faker class Currency < Base class << self def name fetch('currency.name') end def code fetch('currency.code') end def symbol fetch('currency.symbol') end end end end faker-1.9.1/lib/faker/date.rb000066400000000000000000000027401332146201300157100ustar00rootroot00000000000000module Faker class Date < Base class << self def between(from, to) from = get_date_object(from) to = get_date_object(to) Faker::Base.rand_in_range(from, to) end def between_except(from, to, excepted) raise ArgumentError, 'From date, to date and excepted date must not be the same' if from == to && to == excepted excepted = get_date_object(excepted) loop do date = between(from, to) break date.to_date if date != excepted end end def forward(days = 365) from = ::Date.today + 1 to = ::Date.today + days between(from, to).to_date end def backward(days = 365) from = ::Date.today - days to = ::Date.today - 1 between(from, to).to_date end def birthday(min_age = 18, max_age = 65) t = ::Date.today from = birthday_date(t, max_age) to = birthday_date(t, min_age) between(from, to).to_date end private def birthday_date(date, age) year = date.year - age day = if date.day == 29 && date.month == 2 && !::Date.leap?(year) 28 else date.day end ::Date.new(year, date.month, day) end def get_date_object(date) date = ::Date.parse(date) if date.is_a?(::String) date = date.to_date if date.respond_to?(:to_date) date end end end end faker-1.9.1/lib/faker/demographic.rb000066400000000000000000000012651332146201300172560ustar00rootroot00000000000000module Faker class Demographic < Base class << self def race fetch('demographic.race') end def educational_attainment fetch('demographic.educational_attainment') end def demonym fetch('demographic.demonym') end def marital_status fetch('demographic.marital_status') end def sex fetch('demographic.sex') end def height(unit = :metric) case unit when :imperial inches = rand_in_range(57, 86) "#{inches / 12} ft, #{inches % 12} in" when :metric rand_in_range(1.45, 2.13).round(2).to_s end end end end end faker-1.9.1/lib/faker/dessert.rb000066400000000000000000000004261332146201300164430ustar00rootroot00000000000000module Faker class Dessert < Base flexible :dessert class << self def variety fetch('dessert.variety') end def topping fetch('dessert.topping') end def flavor fetch('dessert.flavor') end end end end faker-1.9.1/lib/faker/device.rb000066400000000000000000000007261332146201300162340ustar00rootroot00000000000000module Faker class Device < Base class << self def build_number Faker::Number.between(1, 500) end def manufacturer fetch('device.manufacturer') end def model_name fetch('device.model_name') end def platform fetch('device.platform') end def serial fetch('device.serial') end def version Faker::Number.between(1, 1000) end end end end faker-1.9.1/lib/faker/dog.rb000066400000000000000000000010301332146201300155330ustar00rootroot00000000000000module Faker class Dog < Base flexible :dog class << self def name fetch('dog.name') end def breed fetch('dog.breed') end def sound fetch('dog.sound') end def meme_phrase fetch('dog.meme_phrase') end def age fetch('dog.age') end def gender fetch('dog.gender') end def coat_length fetch('dog.coat_length') end def size fetch('dog.size') end end end end faker-1.9.1/lib/faker/dota.rb000066400000000000000000000005551332146201300157240ustar00rootroot00000000000000module Faker class Dota < Base class << self def hero fetch('dota.hero') end def item fetch('dota.item') end def team fetch('dota.team') end def player fetch('dota.player') end def quote(hero = 'abaddon') fetch("dota.#{hero}.quote") end end end end faker-1.9.1/lib/faker/dr_who.rb000066400000000000000000000007761332146201300162640ustar00rootroot00000000000000# frozen_string_literal: true module Faker class DrWho < Base def self.character fetch('dr_who.character') end def self.the_doctor fetch('dr_who.the_doctors') end def self.actor fetch('dr_who.actors') end def self.catch_phrase fetch('dr_who.catch_phrases') end def self.quote fetch('dr_who.quotes') end def self.villian fetch('dr_who.villians') end def self.specie fetch('dr_who.species') end end end faker-1.9.1/lib/faker/dragon_ball.rb000066400000000000000000000002211332146201300172270ustar00rootroot00000000000000module Faker class DragonBall < Base class << self def character fetch('dragon_ball.characters') end end end end faker-1.9.1/lib/faker/dumb_and_dumber.rb000066400000000000000000000004361332146201300201020ustar00rootroot00000000000000module Faker class DumbAndDumber < Base class << self def actor fetch('dumb_and_dumber.actors') end def character fetch('dumb_and_dumber.characters') end def quote fetch('dumb_and_dumber.quotes') end end end end faker-1.9.1/lib/faker/dune.rb000066400000000000000000000024561332146201300157320ustar00rootroot00000000000000module Faker class Dune < Base class << self # QUOTED_CHARACTERS = fetch("dune.quotes") # SAYING_SOURCES = %w(translate("faker.dune.sources")) def character fetch('dune.characters') end def title fetch('dune.titles') end def planet fetch('dune.planets') end def quote(character = nil) quoted_characters = translate('faker.dune.quotes').keys if character.nil? character = sample(quoted_characters).to_s else character.to_s.downcase! unless quoted_characters.include?(character.to_sym) raise ArgumentError, "Characters quoted can be left blank or #{quoted_characters.join(', ')}" end end fetch('dune.quotes.' + character) end def saying(source = nil) sourced_sayings = translate('faker.dune.sayings').keys if source.nil? source = sample(sourced_sayings).to_s else source.to_s.downcase! unless sourced_sayings.include?(source.to_sym) raise ArgumentError, "Sources quoted in sayings can be left blank or #{sourced_sayings.join(', ')}" end end fetch('dune.sayings.' + source) end end end end faker-1.9.1/lib/faker/educator.rb000066400000000000000000000007641332146201300166050ustar00rootroot00000000000000module Faker class Educator < Base flexible :educator class << self def university "#{parse('educator.name')} #{fetch('educator.tertiary.type')}" end def course "#{fetch('educator.tertiary.course.type')} #{fetch('educator.tertiary.course.subject')}" end def secondary_school "#{parse('educator.name')} #{fetch('educator.secondary')}" end def campus "#{parse('educator.name')} Campus" end end end end faker-1.9.1/lib/faker/elder_scrolls.rb000066400000000000000000000012211332146201300176200ustar00rootroot00000000000000module Faker class ElderScrolls < Base class << self def race fetch('elder_scrolls.race') end def city fetch('elder_scrolls.city') end def creature fetch('elder_scrolls.creature') end def region fetch('elder_scrolls.region') end def dragon fetch('elder_scrolls.dragon') end def name "#{fetch('elder_scrolls.first_name')} #{fetch('elder_scrolls.last_name')}" end def first_name fetch('elder_scrolls.first_name') end def last_name fetch('elder_scrolls.last_name') end end end end faker-1.9.1/lib/faker/electrical_components.rb000066400000000000000000000005571332146201300213530ustar00rootroot00000000000000module Faker class ElectricalComponents < Base flexible :electrical_components class << self def active fetch('electrical_components.active') end def passive fetch('electrical_components.passive') end def electromechanical fetch('electrical_components.electromechanical') end end end end faker-1.9.1/lib/faker/esport.rb000066400000000000000000000005501332146201300163040ustar00rootroot00000000000000module Faker class Esport < Base class << self def player fetch('esport.players') end def team fetch('esport.teams') end def league fetch('esport.leagues') end def event fetch('esport.events') end def game fetch('esport.games') end end end end faker-1.9.1/lib/faker/ethereum.rb000066400000000000000000000003621332146201300166070ustar00rootroot00000000000000module Faker class Ethereum < Base class << self def address hex_alphabet = '0123456789abcdef' var = '0x' 40.times { var << sample(shuffle(hex_alphabet.split(''))) } var end end end end faker-1.9.1/lib/faker/fallout.rb000066400000000000000000000005051332146201300164360ustar00rootroot00000000000000module Faker class Fallout < Base class << self def character fetch('fallout.characters') end def faction fetch('fallout.factions') end def location fetch('fallout.locations') end def quote fetch('fallout.quotes') end end end end faker-1.9.1/lib/faker/family_guy.rb000066400000000000000000000004161332146201300171360ustar00rootroot00000000000000module Faker class FamilyGuy < Base class << self def character fetch('family_guy.character') end def location fetch('family_guy.location') end def quote fetch('family_guy.quote') end end end end faker-1.9.1/lib/faker/famous_last_words.rb000066400000000000000000000002761332146201300205300ustar00rootroot00000000000000module Faker class FamousLastWords < Base flexible :famous_last_words class << self def last_words fetch('famous_last_words.last_words') end end end end faker-1.9.1/lib/faker/file.rb000066400000000000000000000007041332146201300157100ustar00rootroot00000000000000module Faker class File < Base class << self def extension fetch('file.extension') end def mime_type fetch('file.mime_type') end def file_name(dir = nil, name = nil, ext = nil, directory_separator = '/') dir ||= Faker::Internet.slug name ||= Faker::Lorem.word.downcase ext ||= extension [dir, name].join(directory_separator) + ".#{ext}" end end end end faker-1.9.1/lib/faker/fillmurray.rb000066400000000000000000000010361332146201300171560ustar00rootroot00000000000000module Faker class Fillmurray < Base class << self def image(grayscale = false, width = 200, height = 200) raise ArgumentError, 'Width should be a number' unless width.to_s =~ /^\d+$/ raise ArgumentError, 'Height should be a number' unless height.to_s =~ /^\d+$/ raise ArgumentError, 'Grayscale should be a boolean' unless [true, false].include?(grayscale) grayscale == true ? "https://fillmurray.com/g/#{width}/#{height}" : "https://fillmurray.com/#{width}/#{height}" end end end end faker-1.9.1/lib/faker/finance.rb000066400000000000000000000020201332146201300163650ustar00rootroot00000000000000module Faker class Finance < Base CREDIT_CARD_TYPES = %i[visa mastercard discover american_express diners_club jcb switch solo dankort maestro forbrugsforeningen laser].freeze class << self def credit_card(*types) types = CREDIT_CARD_TYPES if types.empty? type = sample(types) template = numerify(fetch("finance.credit_card.#{type}")) # calculate the luhn checksum digit multiplier = 1 luhn_sum = template.gsub(/[^0-9]/, '').split('').reverse.map(&:to_i).inject(0) do |sum, digit| multiplier = (multiplier == 2 ? 1 : 2) sum + (digit * multiplier).to_s.split('').map(&:to_i).inject(0) { |digit_sum, cur| digit_sum + cur } end # the sum plus whatever the last digit is must be a multiple of 10. So, the # last digit must be 10 - the last digit of the sum. luhn_digit = (10 - (luhn_sum % 10)) % 10 template.gsub('L', luhn_digit.to_s) end end end end faker-1.9.1/lib/faker/food.rb000066400000000000000000000016261332146201300157240ustar00rootroot00000000000000module Faker class Food < Base class << self # Retrieves a typical dish from each country def dish fetch('food.dish') end # Retrieves a description about some dish def description fetch('food.descriptions') end # Retrieves an ingredient def ingredient fetch('food.ingredients') end # Retrieves a fruit def fruits fetch('food.fruits') end # Retrieves a vegetable def vegetables fetch('food.vegetables') end # Retrieves some random spice def spice fetch('food.spices') end # Retrieves cooking measures def measurement fetch('food.measurement_sizes') + ' ' + fetch('food.measurements') end # Retrieves metric mesurements def metric_measurement fetch('food.metric_measurements') end end end end faker-1.9.1/lib/faker/football.rb000066400000000000000000000005051332146201300165720ustar00rootroot00000000000000module Faker class Football < Base class << self def team fetch('football.teams') end def player fetch('football.players') end def coach fetch('football.coaches') end def competition fetch('football.competitions') end end end end faker-1.9.1/lib/faker/friends.rb000066400000000000000000000004061332146201300164220ustar00rootroot00000000000000module Faker class Friends < Base class << self def character fetch('friends.characters') end def location fetch('friends.locations') end def quote fetch('friends.quotes') end end end end faker-1.9.1/lib/faker/funny_name.rb000066400000000000000000000016101332146201300171250ustar00rootroot00000000000000module Faker class FunnyName < Base flexible :funny_name class << self def name fetch('funny_name.name') end def two_word_name two_word_names = fetch_all('funny_name.name').select do |name| name.count(' ') == 1 end sample(two_word_names) end def three_word_name three_word_names = fetch_all('funny_name.name').select do |name| name.count(' ') == 2 end sample(three_word_names) end def four_word_name four_word_names = fetch_all('funny_name.name').select do |name| name.count(' ') == 3 end sample(four_word_names) end def name_with_initial names_with_initials = fetch_all('funny_name.name').select do |name| name.count('.') > 0 end sample(names_with_initials) end end end end faker-1.9.1/lib/faker/game_of_thrones.rb000066400000000000000000000006451332146201300201340ustar00rootroot00000000000000module Faker class GameOfThrones < Base class << self def character fetch('game_of_thrones.characters') end def house fetch('game_of_thrones.houses') end def city fetch('game_of_thrones.cities') end def quote fetch('game_of_thrones.quotes') end def dragon fetch('game_of_thrones.dragons') end end end end faker-1.9.1/lib/faker/gender.rb000066400000000000000000000003041332146201300162310ustar00rootroot00000000000000module Faker class Gender < Base class << self def type fetch('gender.types') end def binary_type fetch('gender.binary_types') end end end end faker-1.9.1/lib/faker/greek_philosophers.rb000066400000000000000000000003331332146201300206630ustar00rootroot00000000000000module Faker class GreekPhilosophers < Base class << self def name fetch('greek_philosophers.names') end def quote fetch('greek_philosophers.quotes') end end end end faker-1.9.1/lib/faker/hacker.rb000066400000000000000000000026161332146201300162320ustar00rootroot00000000000000# Port of http://shinytoylabs.com/jargon/ module Faker class Hacker < Base flexible :hacker class << self def say_something_smart sample(phrases) end def abbreviation fetch('hacker.abbreviation') end def adjective fetch('hacker.adjective') end def noun fetch('hacker.noun') end def verb fetch('hacker.verb') end def ingverb fetch('hacker.ingverb') end def phrases ["If we #{verb} the #{noun}, we can get to the #{abbreviation} #{noun} through the #{adjective} #{abbreviation} #{noun}!", "We need to #{verb} the #{adjective} #{abbreviation} #{noun}!", "Try to #{verb} the #{abbreviation} #{noun}, maybe it will #{verb} the #{adjective} #{noun}!", "You can't #{verb} the #{noun} without #{ingverb} the #{adjective} #{abbreviation} #{noun}!", "Use the #{adjective} #{abbreviation} #{noun}, then you can #{verb} the #{adjective} #{noun}!", "The #{abbreviation} #{noun} is down, #{verb} the #{adjective} #{noun} so we can #{verb} the #{abbreviation} #{noun}!", "#{ingverb} the #{noun} won't do anything, we need to #{verb} the #{adjective} #{abbreviation} #{noun}!".capitalize, "I'll #{verb} the #{adjective} #{abbreviation} #{noun}, that should #{noun} the #{abbreviation} #{noun}!"] end end end end faker-1.9.1/lib/faker/harry_potter.rb000066400000000000000000000007271332146201300175200ustar00rootroot00000000000000module Faker class HarryPotter < Base class << self def character fetch('harry_potter.characters') end def location fetch('harry_potter.locations') end def quote fetch('harry_potter.quotes') end def book fetch('harry_potter.books') end def house fetch('harry_potter.houses') end def spell fetch('harry_potter.spells') end end end end faker-1.9.1/lib/faker/hey_arnold.rb000066400000000000000000000004211332146201300171110ustar00rootroot00000000000000module Faker class HeyArnold < Base class << self def character fetch('hey_arnold.characters') end def location fetch('hey_arnold.locations') end def quote fetch('hey_arnold.quotes') end end end end faker-1.9.1/lib/faker/hipster.rb000066400000000000000000000041601332146201300164470ustar00rootroot00000000000000module Faker class Hipster < Base class << self def word random_word = sample(translate('faker.hipster.words')) random_word =~ /\s/ ? word : random_word end def words(num = 3, supplemental = false, spaces_allowed = false) resolved_num = resolve(num) word_list = ( translate('faker.hipster.words') + (supplemental ? translate('faker.lorem.words') : []) ) word_list *= ((resolved_num / word_list.length) + 1) return shuffle(word_list)[0, resolved_num] if spaces_allowed words = shuffle(word_list)[0, resolved_num] words.each_with_index { |w, i| words[i] = word if w =~ /\s/ } end def sentence(word_count = 4, supplemental = false, random_words_to_add = 6) words(word_count + rand(random_words_to_add.to_i).to_i, supplemental, true).join(' ').capitalize + '.' end def sentences(sentence_count = 3, supplemental = false) [].tap do |sentences| 1.upto(resolve(sentence_count)) do sentences << sentence(3, supplemental) end end end def paragraph(sentence_count = 3, supplemental = false, random_sentences_to_add = 3) sentences(resolve(sentence_count) + rand(random_sentences_to_add.to_i).to_i, supplemental).join(' ') end def paragraphs(paragraph_count = 3, supplemental = false) [].tap do |paragraphs| 1.upto(resolve(paragraph_count)) do paragraphs << paragraph(3, supplemental) end end end def paragraph_by_chars(chars = 256, supplemental = false) paragraph = paragraph(3, supplemental) paragraph += ' ' + paragraph(3, supplemental) while paragraph.length < chars paragraph[0...chars - 1] + '.' end private # If an array or range is passed, a random value will be selected. # All other values are simply returned. def resolve(value) case value when Array then value[rand(value.size)] when Range then value.to_a[rand(value.size)] else value end end end end end faker-1.9.1/lib/faker/hitchhikers_guide_to_the_galaxy.rb000066400000000000000000000013051332146201300233600ustar00rootroot00000000000000module Faker class HitchhikersGuideToTheGalaxy < Base class << self def character fetch('hitchhikers_guide_to_the_galaxy.characters') end def location fetch('hitchhikers_guide_to_the_galaxy.locations') end def marvin_quote fetch('hitchhikers_guide_to_the_galaxy.marvin_quote') end def planet fetch('hitchhikers_guide_to_the_galaxy.planets') end def quote fetch('hitchhikers_guide_to_the_galaxy.quotes') end def specie fetch('hitchhikers_guide_to_the_galaxy.species') end def starship fetch('hitchhikers_guide_to_the_galaxy.starships') end end end end faker-1.9.1/lib/faker/hobbit.rb000066400000000000000000000005141332146201300162370ustar00rootroot00000000000000module Faker class Hobbit < Base class << self def character fetch('hobbit.character') end def thorins_company fetch('hobbit.thorins_company') end def quote fetch('hobbit.quote') end def location fetch('hobbit.location') end end end end faker-1.9.1/lib/faker/how_i_met_your_mother.rb000066400000000000000000000006171332146201300214020ustar00rootroot00000000000000module Faker class HowIMetYourMother < Base class << self def character fetch('how_i_met_your_mother.character') end def catch_phrase fetch('how_i_met_your_mother.catch_phrase') end def high_five fetch('how_i_met_your_mother.high_five') end def quote fetch('how_i_met_your_mother.quote') end end end end faker-1.9.1/lib/faker/id_number.rb000066400000000000000000000022261332146201300167360ustar00rootroot00000000000000module Faker class IDNumber < Base CHECKS = 'TRWAGMYFPDXBNJZSQVHLCKE'.freeze INVALID_SSN = [ /0{3}-\d{2}-\d{4}/, /\d{3}-0{2}-\d{4}/, /\d{3}-\d{2}-0{4}/, /666-\d{2}-\d{4}/, /9\d{2}-\d{2}-\d{4}/ ].freeze class << self def valid _translate('valid') end def invalid _translate('invalid') end def ssn_valid ssn = regexify(/[0-8]\d{2}-\d{2}-\d{4}/) # We could still have all 0s in one segment or another INVALID_SSN.any? { |regex| regex =~ ssn } ? ssn_valid : ssn end def spanish_citizen_number num = Faker::Number.number(8) mod = num.to_i % 23 check = CHECKS[mod] "#{num}-#{check}" end def spanish_foreign_citizen_number code = 'XYZ' digits = Faker::Number.number(7) prefix = code[rand(code.length)] prefix_val = 'XYZ'.index(prefix).to_s mod = "#{prefix_val}#{digits}".to_i % 23 check = CHECKS[mod] "#{prefix}-#{digits}-#{check}" end private def _translate(key) parse("id_number.#{key}") end end end end faker-1.9.1/lib/faker/internet.rb000066400000000000000000000140621332146201300166230ustar00rootroot00000000000000module Faker class Internet < Base class << self def email(name = nil, *separators) if separators [username(name, separators), domain_name].join('@') else [username(name), domain_name].join('@') end end def free_email(name = nil) [username(name), fetch('internet.free_email')].join('@') end def safe_email(name = nil) [username(name), 'example.' + sample(%w[org com net])].join('@') end def username(specifier = nil, separators = %w[. _]) with_locale(:en) do return shuffle(specifier.scan(/\w+/)).join(sample(separators)).downcase if specifier.respond_to?(:scan) if specifier.is_a?(Integer) # If specifier is Integer and has large value, Argument error exception is raised to overcome memory full error raise ArgumentError, 'Given argument is too large' if specifier > 10**6 tries = 0 # Don't try forever in case we get something like 1_000_000. result = nil loop do result = username(nil, separators) tries += 1 break unless result.length < specifier && tries < 7 end return result * (specifier / result.length + 1) if specifier > 0 elsif specifier.is_a?(Range) tries = 0 result = nil loop do result = username(specifier.min, separators) tries += 1 break unless !specifier.include?(result.length) && tries < 7 end return result[0...specifier.max] end sample([ Char.prepare(Name.first_name), [Name.first_name, Name.last_name].map do |name| Char.prepare(name) end.join(sample(separators)) ]) end end def password(min_length = 8, max_length = 16, mix_case = true, special_chars = false) temp = Lorem.characters(min_length) diff_length = max_length - min_length if diff_length > 0 diff_rand = rand(diff_length + 1) temp += Lorem.characters(diff_rand) end if mix_case temp.chars.each_with_index do |char, index| temp[index] = char.upcase if index.even? end end if special_chars chars = %w[! @ # $ % ^ & *] rand(1..min_length).times do |i| temp[i] = chars[rand(chars.length)] end end temp end def domain_name with_locale(:en) { [Char.prepare(domain_word), domain_suffix].join('.') } end def fix_umlauts(string = '') Char.fix_umlauts(string) end def domain_word with_locale(:en) { Char.prepare(Company.name.split(' ').first) } end def domain_suffix fetch('internet.domain_suffix') end def mac_address(prefix = '') prefix_digits = prefix.split(':').map { |d| d.to_i(16) } address_digits = Array.new((6 - prefix_digits.size)) { rand(256) } (prefix_digits + address_digits).map { |d| format('%02x', d) }.join(':') end def ip_v4_address ary = (2..254).to_a [sample(ary), sample(ary), sample(ary), sample(ary)].join('.') end def private_ip_v4_address addr = nil loop do addr = ip_v4_address break if private_net_checker[addr] end addr end def public_ip_v4_address addr = nil loop do addr = ip_v4_address break unless reserved_net_checker[addr] end addr end def private_nets_regex [ /^10\./, # 10.0.0.0 - 10.255.255.255 /^100\.(6[4-9]|[7-9]\d|1[0-1]\d|12[0-7])\./, # 100.64.0.0 - 100.127.255.255 /^127\./, # 127.0.0.0 - 127.255.255.255 /^169\.254\./, # 169.254.0.0 - 169.254.255.255 /^172\.(1[6-9]|2\d|3[0-1])\./, # 172.16.0.0 - 172.31.255.255 /^192\.0\.0\./, # 192.0.0.0 - 192.0.0.255 /^192\.168\./, # 192.168.0.0 - 192.168.255.255 /^198\.(1[8-9])\./ # 198.18.0.0 - 198.19.255.255 ] end def private_net_checker ->(addr) { private_nets_regex.any? { |net| net =~ addr } } end def reserved_nets_regex [ /^0\./, # 0.0.0.0 - 0.255.255.255 /^192\.0\.2\./, # 192.0.2.0 - 192.0.2.255 /^192\.88\.99\./, # 192.88.99.0 - 192.88.99.255 /^198\.51\.100\./, # 198.51.100.0 - 198.51.100.255 /^203\.0\.113\./, # 203.0.113.0 - 203.0.113.255 /^(22[4-9]|23\d)\./, # 224.0.0.0 - 239.255.255.255 /^(24\d|25[0-5])\./ # 240.0.0.0 - 255.255.255.254 and 255.255.255.255 ] end def reserved_net_checker ->(addr) { (private_nets_regex + reserved_nets_regex).any? { |net| net =~ addr } } end def ip_v4_cidr "#{ip_v4_address}/#{rand(1..31)}" end def ip_v6_address (1..8).map { rand(65_536).to_s(16) }.join(':') end def ip_v6_cidr "#{ip_v6_address}/#{rand(1..127)}" end def url(host = domain_name, path = "/#{username}", scheme = 'http') "#{scheme}://#{host}#{path}" end def slug(words = nil, glue = nil) glue ||= sample(%w[- _ .]) (words || Faker::Lorem.words(2).join(' ')).delete(',.').gsub(' ', glue).downcase end def device_token shuffle(rand(16**64).to_s(16).rjust(64, '0').chars.to_a).join end def user_agent(vendor = nil) agent_hash = translate('faker.internet.user_agent') agents = vendor.respond_to?(:to_sym) && agent_hash[vendor.to_sym] || agent_hash[sample(agent_hash.keys)] sample(agents) end alias user_name username end end end faker-1.9.1/lib/faker/invoice.rb000066400000000000000000000062641332146201300164340ustar00rootroot00000000000000module Faker class Invoice < Base flexible :invoice class << self # Generate random amount between values with 2 decimals def amount_between(from = 0, to = 0) Faker::Base.rand_in_range(from, to).round(2) end # International bank slip reference https://en.wikipedia.org/wiki/Creditor_Reference # ref is optional so that we can create unit tests def creditor_reference(ref = '') ref = reference if ref.empty? 'RF' + iban_checksum('RF', ref) + ref end # Payment references have some rules in certain countries # ref is optional so that we can create unit tests def reference(ref = '') pattern = fetch('invoice.reference.pattern') ref = Base.regexify(/#{pattern}/) if ref.empty? # If reference contains reserved '#' characters we need to calculate check_digits as well check_digit_match = ref.match(/#+/) if check_digit_match # Get the method for selected language check_digit_method = fetch('invoice.reference.check_digit_method') # Calculate the check digit with matching method name # Trim all '#' from the reference before calculating that check_digit = send(check_digit_method, ref.tr('#', '')) # Make sure that our check digit is as long as all of the '###' we found check_digit = check_digit.to_s.rjust(check_digit_match[0].length, '0') # Replace all of the ref.sub!(check_digit_match[0], check_digit) end ref end private # Calculates the mandatory checksum in 3rd and 4th characters in IBAN format # source: https://en.wikipedia.org/wiki/International_Bank_Account_Number#Validating_the_IBAN def iban_checksum(country_code, account) # Converts letters to numbers according the iban rules, A=10..Z=35 account_to_number = "#{account}#{country_code}00".upcase.chars.map do |d| d =~ /[A-Z]/ ? (d.ord - 55).to_s : d end.join.to_i # This is answer to (iban_to_num + checksum) % 97 == 1 checksum = (1 - account_to_number) % 97 # Use leftpad to make the size always to 2 checksum.to_s.rjust(2, '0') end # 731 Method # Source: https://wiki.xmldation.com/support/fk/finnish_reference_number def method_731(base) weighted_sum = calculate_weighted_sum(base, [7, 3, 1]) mod10_remainder(weighted_sum) end # Norsk Modulus 10 - KIDMOD10 def kidmod10(base) weighted_sum = calculate_weighted_sum(base, [1, 2]) mod10_remainder(weighted_sum) end # Calculates weigthed sum # # For example with 12345678, [1,2] # Ref.num. 1 2 3 4 5 6 7 8 # Multipl. 1 2 1 2 1 2 1 2 # Total 1+ 4+ 3+ 8+ 5+1+2+ 7+1+6 = 38 def calculate_weighted_sum(base, weight_factors) base.to_s.reverse.each_char.with_index.map do |digit, index| digit.to_i * weight_factors.at(index % weight_factors.length) end.reduce(:+) # reduce(:+) = sum() but with better ruby version support end # MOD-10 - remainder def mod10_remainder(number) -number % 10 end end end end faker-1.9.1/lib/faker/job.rb000066400000000000000000000004751332146201300155500ustar00rootroot00000000000000module Faker class Job < Base flexible :job class << self def title parse('job.title') end def position fetch('job.position') end def field fetch('job.field') end def key_skill fetch('job.key_skills') end end end end faker-1.9.1/lib/faker/kpop.rb000066400000000000000000000006701332146201300157440ustar00rootroot00000000000000module Faker class Kpop < Base class << self def i_groups fetch('kpop.i_groups') end def ii_groups fetch('kpop.ii_groups') end def iii_groups fetch('kpop.iii_groups') end def girl_groups fetch('kpop.girl_groups') end def boy_bands fetch('kpop.boy_bands') end def solo fetch('kpop.solo') end end end end faker-1.9.1/lib/faker/league_of_legends.rb000066400000000000000000000010131332146201300204120ustar00rootroot00000000000000module Faker class LeagueOfLegends < Base class << self def champion fetch('league_of_legends.champion') end def location fetch('league_of_legends.location') end def quote fetch('league_of_legends.quote') end def summoner_spell fetch('league_of_legends.summoner_spell') end def masteries fetch('league_of_legends.masteries') end def rank fetch('league_of_legends.rank') end end end end faker-1.9.1/lib/faker/lebowski.rb000066400000000000000000000004041332146201300166050ustar00rootroot00000000000000module Faker class Lebowski < Base class << self def actor fetch('lebowski.actors') end def character fetch('lebowski.characters') end def quote fetch('lebowski.quotes') end end end end faker-1.9.1/lib/faker/lord_of_the_rings.rb000066400000000000000000000004531332146201300204600ustar00rootroot00000000000000module Faker class LordOfTheRings < Base class << self def character fetch('lord_of_the_rings.characters') end def location fetch('lord_of_the_rings.locations') end def quote fetch('lord_of_the_rings.quotes') end end end end faker-1.9.1/lib/faker/lorem.rb000066400000000000000000000053561332146201300161170ustar00rootroot00000000000000module Faker # Based on Perl's Text::Lorem class Lorem < Base CHARACTERS = ('0'..'9').to_a + ('a'..'z').to_a class << self def word sample(translate('faker.lorem.words')) end def words(num = 3, supplemental = false) resolved_num = resolve(num) word_list = ( translate('faker.lorem.words') + (supplemental ? translate('faker.lorem.supplemental') : []) ) word_list *= ((resolved_num / word_list.length) + 1) shuffle(word_list)[0, resolved_num] end def character sample(CHARACTERS) end def characters(char_count = 255) char_count = resolve(char_count) return '' if char_count.to_i < 1 Array.new(char_count) { sample(CHARACTERS) }.join end def multibyte sample('faker.multibyte') end def sentence(word_count = 4, supplemental = false, random_words_to_add = 0) words(word_count + rand(random_words_to_add.to_i), supplemental).join(' ').capitalize + locale_period end def sentences(sentence_count = 3, supplemental = false) 1.upto(resolve(sentence_count)).collect { sentence(3, supplemental) } end def paragraph(sentence_count = 3, supplemental = false, random_sentences_to_add = 0) sentences(resolve(sentence_count) + rand(random_sentences_to_add.to_i), supplemental).join(locale_space) end def paragraphs(paragraph_count = 3, supplemental = false) 1.upto(resolve(paragraph_count)).collect { paragraph(3, supplemental) } end def paragraph_by_chars(chars = 256, supplemental = false) paragraph = paragraph(3, supplemental) paragraph += ' ' + paragraph(3, supplemental) while paragraph.length < chars paragraph[0...chars - 1] + '.' end def question(word_count = 4, supplemental = false, random_words_to_add = 0) words(word_count + rand(random_words_to_add), supplemental).join(' ').capitalize + locale_question_mark end def questions(question_count = 3, supplemental = false) 1.upto(resolve(question_count)).collect { question(3, supplemental) } end private def locale_period translate('faker.lorem.punctuation.period') || '.' end def locale_space translate('faker.lorem.punctuation.space') || ' ' end def locale_question_mark translate('faker.lorem.punctuation.question_mark') || '?' end # If an array or range is passed, a random value will be selected. # All other values are simply returned. def resolve(value) case value when Array then sample(value) when Range then rand value else value end end end end end faker-1.9.1/lib/faker/lorem_flickr.rb000066400000000000000000000032051332146201300174400ustar00rootroot00000000000000module Faker class LoremFlickr < Base class << self SUPPORTED_COLORIZATIONS = %w[red green blue].freeze def image(size = '300x300', search_terms = [], match_all = false) build_url(size, nil, search_terms, match_all) end def grayscale_image(size = '300x300', search_terms = ['all'], match_all = false) raise ArgumentError, 'Search terms must be specified for grayscale images' unless search_terms.any? build_url(size, 'g', search_terms, match_all) end def pixelated_image(size = '300x300', search_terms = ['all'], match_all = false) raise ArgumentError, 'Search terms must be specified for pixelated images' unless search_terms.any? build_url(size, 'p', search_terms, match_all) end def colorized_image(size = '300x300', color = 'red', search_terms = ['all'], match_all = false) raise ArgumentError, 'Search terms must be specified for colorized images' unless search_terms.any? raise ArgumentError, "Supported colorizations are #{SUPPORTED_COLORIZATIONS.join(', ')}" unless SUPPORTED_COLORIZATIONS.include?(color) build_url(size, color, search_terms, match_all) end private def build_url(size, format, search_terms, match_all) raise ArgumentError, 'Size should be specified in format 300x300' unless size =~ /^[0-9]+x[0-9]+$/ url_parts = ['http://loremflickr.com'] url_parts << format url_parts += size.split('x') url_parts << search_terms.compact.join(',') if search_terms.any? url_parts << 'all' if match_all url_parts.compact.join('/') end end end end faker-1.9.1/lib/faker/lorem_pixel.rb000066400000000000000000000032011332146201300173030ustar00rootroot00000000000000module Faker class LoremPixel < Base class << self SUPPORTED_CATEGORIES = %w[abstract animals business cats city food nightlife fashion people nature sports technics transport].freeze # rubocop:disable Metrics/ParameterLists def image(size = '300x300', is_gray = false, category = nil, number = nil, text = nil, secure: true) raise ArgumentError, 'Size should be specified in format 300x300' unless size =~ /^[0-9]+x[0-9]+$/ raise ArgumentError, "Supported categories are #{SUPPORTED_CATEGORIES.join(', ')}" unless category.nil? || SUPPORTED_CATEGORIES.include?(category) raise ArgumentError, 'Category required when number is passed' if !number.nil? && category.nil? raise ArgumentError, 'Number must be between 1 and 10' unless number.nil? || (1..10).cover?(number) raise ArgumentError, 'Category and number must be passed when text is passed' if !text.nil? && number.nil? && category.nil? url_parts = secure ? ['https:/'] : ['http:/'] url_parts << ['lorempixel.com'] url_parts << 'g' if is_gray url_parts += size.split('x') url_parts += [category, number, text].compact url_parts.join('/') end # rubocop:enable Metrics/ParameterLists end end end faker-1.9.1/lib/faker/lovecraft.rb000066400000000000000000000041241332146201300167560ustar00rootroot00000000000000module Faker class Lovecraft < Base class << self def location fetch('lovecraft.location') end def fhtagn(number_of = 1) Array.new(number_of) { fetch('lovecraft.fhtagn') }.join('. ') end def deity fetch('lovecraft.deity') end def tome fetch('lovecraft.tome') end def sentence(word_count = 4, random_words_to_add = 6) words(word_count + rand(random_words_to_add.to_i).to_i, true).join(' ').capitalize + '.' end def word random_word = sample(translate('faker.lovecraft.words')) random_word =~ /\s/ ? word : random_word end def words(num = 3, spaces_allowed = false) resolved_num = resolve(num) word_list = translate('faker.lovecraft.words') word_list *= ((resolved_num / word_list.length) + 1) return shuffle(word_list)[0, resolved_num] if spaces_allowed words = shuffle(word_list)[0, resolved_num] words.each_with_index { |w, i| words[i] = word if w =~ /\s/ } end def sentences(sentence_count = 3) [].tap do |sentences| 1.upto(resolve(sentence_count)) do sentences << sentence(3) end end end def paragraph(sentence_count = 3, random_sentences_to_add = 3) sentences(resolve(sentence_count) + rand(random_sentences_to_add.to_i).to_i).join(' ') end def paragraphs(paragraph_count = 3) [].tap do |paragraphs| 1.upto(resolve(paragraph_count)) do paragraphs << paragraph(3) end end end def paragraph_by_chars(chars = 256) paragraph = paragraph(3) paragraph += ' ' + paragraph(3) while paragraph.length < chars paragraph[0...chars - 1] + '.' end private # If an array or range is passed, a random value will be selected. # All other values are simply returned. def resolve(value) case value when Array then sample(value) when Range then rand value else value end end end end end faker-1.9.1/lib/faker/markdown.rb000066400000000000000000000032671332146201300166220ustar00rootroot00000000000000module Faker class Markdown < Base class << self def headers "#{fetch('markdown.headers')} #{Lorem.word.capitalize}" end def emphasis paragraph = Faker::Lorem.paragraph(3) words = paragraph.split(' ') position = rand(0..words.length - 1) formatting = fetch('markdown.emphasis') words[position] = "#{formatting}#{words[position]}#{formatting}" words.join(' ') end def ordered_list number = rand(1..10) result = [] number.times do |i| result << "#{i}. #{Faker::Lorem.sentence(1)} \n" end result.join('') end def unordered_list number = rand(1..10) result = [] number.times do |_i| result << "* #{Faker::Lorem.sentence(1)} \n" end result.join('') end def inline_code "`#{Faker::Lorem.sentence(1)}`" end def block_code "```ruby\n#{Lorem.sentence(1)}\n```" end def table table = [] 3.times do table << "#{Lorem.word} | #{Lorem.word} | #{Lorem.word}" end table.insert(1, '---- | ---- | ----') table.join("\n") end def random send(available_methods[rand(0..available_methods.length - 1)]) end def sandwich(sentences = 3, repeat = 1) text_block = [] text_block << headers repeat.times do text_block << Faker::Lorem.paragraph(sentences) text_block << random end text_block.join("\n") end private def available_methods Markdown.public_methods(false) - Base.methods end end end end faker-1.9.1/lib/faker/matz.rb000066400000000000000000000001741332146201300157450ustar00rootroot00000000000000module Faker class Matz < Base class << self def quote fetch('matz.quotes') end end end end faker-1.9.1/lib/faker/measurement.rb000066400000000000000000000037051332146201300173220ustar00rootroot00000000000000module Faker class Measurement < Base class << self ALL = 'all'.freeze NONE = 'none'.freeze def height(amount = rand(10)) define_measurement_locale(amount, 'height') end def length(amount = rand(10)) define_measurement_locale(amount, 'length') end def volume(amount = rand(10)) define_measurement_locale(amount, 'volume') end def weight(amount = rand(10)) define_measurement_locale(amount, 'weight') end def metric_height(amount = rand(10)) define_measurement_locale(amount, 'metric_height') end def metric_length(amount = rand(10)) define_measurement_locale(amount, 'metric_length') end def metric_volume(amount = rand(10)) define_measurement_locale(amount, 'metric_volume') end def metric_weight(amount = rand(10)) define_measurement_locale(amount, 'metric_weight') end private def check_for_plural(text, number) if number && number != 1 make_plural(text) else text end end def define_measurement_locale(amount, locale) ensure_valid_amount(amount) if amount == ALL make_plural(fetch("measurement.#{locale}")) elsif amount == NONE fetch("measurement.#{locale}") else locale = check_for_plural(fetch("measurement.#{locale}"), amount) "#{amount} #{locale}" end end def ensure_valid_amount(amount) raise ArgumentError, 'invalid amount' unless amount == NONE || amount == ALL || amount.is_a?(Integer) || amount.is_a?(Float) end def make_plural(text) case text when 'foot' 'feet' when 'inch' 'inches' when 'fluid ounce' 'fluid ounces' when 'metric ton' 'metric tons' else "#{text}s" end end end end end faker-1.9.1/lib/faker/michael_scott.rb000066400000000000000000000002151332146201300176040ustar00rootroot00000000000000module Faker class MichaelScott < Base class << self def quote fetch('michael_scott.quotes') end end end end faker-1.9.1/lib/faker/military.rb000066400000000000000000000006551332146201300166300ustar00rootroot00000000000000module Faker class Military < Base class << self def army_rank fetch('military.army_rank') end def marines_rank fetch('military.marines_rank') end def navy_rank fetch('military.navy_rank') end def air_force_rank fetch('military.air_force_rank') end def dod_paygrade fetch('military.dod_paygrade') end end end end faker-1.9.1/lib/faker/most_interesting_man_in_the_world.rb000066400000000000000000000002611332146201300237540ustar00rootroot00000000000000module Faker class MostInterestingManInTheWorld < Base class << self def quote fetch('most_interesting_man_in_the_world.quotes') end end end end faker-1.9.1/lib/faker/movie.rb000066400000000000000000000001751332146201300161120ustar00rootroot00000000000000module Faker class Movie < Base class << self def quote fetch('movie.quote') end end end end faker-1.9.1/lib/faker/music.rb000066400000000000000000000013101332146201300161030ustar00rootroot00000000000000module Faker class Music < Base class << self def key sample(keys) + sample(key_variants) end def chord key + sample(chord_types) end def instrument fetch('music.instruments') end def keys %w[C D E F G A B] end def key_variants ['b', '#', ''] end def key_types ['', 'm'] end def chord_types ['', 'maj', '6', 'maj7', 'm', 'm7', '-7', '7', 'dom7', 'dim', 'dim7', 'm7b5'] end def band fetch('music.bands') end def album fetch('music.albums') end def genre fetch('music.genres') end end end end faker-1.9.1/lib/faker/myst.rb000066400000000000000000000005441332146201300157670ustar00rootroot00000000000000module Faker class Myst < Base class << self def game fetch('myst.games') end def creature fetch('myst.creatures') end def age fetch('myst.ages') end def character fetch('myst.characters') end def quote fetch('myst.quotes') end end end end faker-1.9.1/lib/faker/name.rb000066400000000000000000000020621332146201300157100ustar00rootroot00000000000000module Faker class Name < Base flexible :name class << self extend Gem::Deprecate def name parse('name.name') end def name_with_middle parse('name.name_with_middle') end def first_name if parse('name.first_name').empty? fetch('name.first_name') else parse('name.first_name') end end def male_first_name fetch('name.male_first_name') end def female_first_name fetch('name.female_first_name') end def last_name parse('name.last_name') end def prefix fetch('name.prefix') end def suffix fetch('name.suffix') end def title Faker::Job.title end def initials(character_count = 3) (0...character_count).map { rand(65..90).chr }.join end def job_titles fetch_all('job.position') end deprecate :title, 'Faker::Job.title', 2018, 9 deprecate :job_titles, :none, 2018, 9 end end end faker-1.9.1/lib/faker/nation.rb000066400000000000000000000006531332146201300162640ustar00rootroot00000000000000module Faker class Nation < Base flexible :nation class << self def nationality fetch('nation.nationality') end def language fetch('nation.language') end # Fetch random capital city def capital_city fetch('nation.capital_city') end # Fetch random natinal sport def national_sport fetch('team.sport') end end end end faker-1.9.1/lib/faker/nato_phonetic_alphabet.rb000066400000000000000000000002451332146201300214630ustar00rootroot00000000000000module Faker class NatoPhoneticAlphabet < Base class << self def code_word fetch('nato_phonetic_alphabet.code_word') end end end end faker-1.9.1/lib/faker/new_girl.rb000066400000000000000000000003071332146201300165760ustar00rootroot00000000000000module Faker class NewGirl < Base class << self def character fetch('new_girl.characters') end def quote fetch('new_girl.quotes') end end end end faker-1.9.1/lib/faker/number.rb000066400000000000000000000035141332146201300162630ustar00rootroot00000000000000module Faker class Number < Base class << self def number(digits = 10) num = '' if digits > 1 num = non_zero_digit digits -= 1 end num + leading_zero_number(digits) end def leading_zero_number(digits = 10) (1..digits).collect { digit }.join end def decimal_part(digits = 10) num = '' if digits > 1 num = non_zero_digit digits -= 1 end leading_zero_number(digits) + num end def decimal(l_digits = 5, r_digits = 2) l_d = number(l_digits) r_d = decimal_part(r_digits) "#{l_d}.#{r_d}" end def non_zero_digit rand(1..9).to_s end def digit rand(10).to_s end def hexadecimal(digits = 6) hex = '' digits.times { hex += rand(15).to_s(16) } hex end def normal(mean = 1, standard_deviation = 1) theta = 2 * Math::PI * rand rho = Math.sqrt(-2 * Math.log(1 - rand)) scale = standard_deviation * rho mean + scale * Math.cos(theta) end def between(from = 1.00, to = 5000.00) Faker::Base.rand_in_range(from, to) end def positive(from = 1.00, to = 5000.00) random_number = between(from, to) greater_than_zero(random_number) end def negative(from = -5000.00, to = -1.00) random_number = between(from, to) less_than_zero(random_number) end private def greater_than_zero(number) should_be(number, :>) end def less_than_zero(number) should_be(number, :<) end def should_be(number, method_to_compare) if number.send(method_to_compare, 0) number else number * -1 end end end end end faker-1.9.1/lib/faker/omniauth.rb000066400000000000000000000245711332146201300166250ustar00rootroot00000000000000module Faker class Omniauth < Base require 'time' attr_reader :name, :first_name, :last_name, :email def initialize(name: nil, email: nil) @name = name || "#{Name.first_name} #{Name.last_name}" @email = email || Internet.safe_email(self.name) @first_name, @last_name = self.name.split end class << self def google(name: nil, email: nil, uid: Number.number(9)) auth = Omniauth.new(name: name, email: email) { provider: 'google_oauth2', uid: uid, info: { name: auth.name, first_name: auth.first_name, last_name: auth.last_name, email: auth.email, image: image }, credentials: { token: Crypto.md5, refresh_token: Crypto.md5, expires_at: Time.forward.to_i, expires: true }, extra: { raw_info: { sub: uid, email: auth.email, email_verified: random_boolean.to_s, name: auth.name, given_name: auth.first_name, family_name: auth.last_name, profile: "https://plus.google.com/#{uid}", picture: image, gender: gender, birthday: Date.backward(36_400).strftime('%Y-%m-%d'), local: 'en', hd: "#{Company.name.downcase}.com" }, id_info: { 'iss' => 'accounts.google.com', 'at_hash' => Crypto.md5, 'email_verified' => true, 'sub' => Number.number(28).to_s, 'azp' => 'APP_ID', 'email' => auth.email, 'aud' => 'APP_ID', 'iat' => Time.forward.to_i, 'exp' => Time.forward.to_i, 'openid_id' => "https://www.google.com/accounts/o8/id?id=#{uid}" } } } end def facebook(name: nil, email: nil, username: nil, uid: Number.number(7)) auth = Omniauth.new(name: name, email: email) username ||= "#{auth.first_name.downcase[0]}#{auth.last_name.downcase}" { provider: 'facebook', uid: uid, info: { email: auth.email, name: auth.name, first_name: auth.first_name, last_name: auth.last_name, image: image, verified: random_boolean }, credentials: { token: Crypto.md5, expires_at: Time.forward.to_i, expires: true }, extra: { raw_info: { id: uid, name: auth.name, first_name: auth.first_name, last_name: auth.last_name, link: "http://www.facebook.com/#{username}", username: username, location: { id: Number.number(9), name: city_state }, gender: gender, email: auth.email, timezone: timezone, locale: 'en_US', verified: random_boolean, updated_time: Time.backward.iso8601 } } } end def twitter(name: nil, nickname: nil, uid: Number.number(6)) auth = Omniauth.new(name: name) nickname ||= auth.name.downcase.delete(' ') location = city_state description = Lorem.sentence { provider: 'twitter', uid: uid, info: { nickname: nickname, name: auth.name, location: location, image: image, description: description, urls: { Website: nil, Twitter: "https://twitter.com/#{nickname}" } }, credentials: { token: Crypto.md5, secret: Crypto.md5 }, extra: { access_token: '', raw_info: { name: auth.name, listed_count: random_number_from_range(1..10), profile_sidebar_border_color: Color.hex_color, url: nil, lang: 'en', statuses_count: random_number_from_range(1..1000), profile_image_url: image, profile_background_image_url_https: image, location: location, time_zone: Address.city, follow_request_sent: random_boolean, id: uid, profile_background_tile: random_boolean, profile_sidebar_fill_color: Color.hex_color, followers_count: random_number_from_range(1..10_000), default_profile_image: random_boolean, screen_name: '', following: random_boolean, utc_offset: timezone, verified: random_boolean, favourites_count: random_number_from_range(1..10), profile_background_color: Color.hex_color, is_translator: random_boolean, friends_count: random_number_from_range(1..10_000), notifications: random_boolean, geo_enabled: random_boolean, profile_background_image_url: image, protected: random_boolean, description: description, profile_link_color: Color.hex_color, created_at: Time.backward.strftime('%a %b %d %H:%M:%S %z %Y'), id_str: uid, profile_image_url_https: image, default_profile: random_boolean, profile_use_background_image: random_boolean, entities: { description: { urls: [] } }, profile_text_color: Color.hex_color, contributors_enabled: random_boolean } } } end def linkedin(name: nil, email: nil, uid: Number.number(6)) auth = Omniauth.new(name: name, email: email) first_name = auth.first_name.downcase last_name = auth.last_name.downcase location = city_state description = Lorem.sentence token = Crypto.md5 secret = Crypto.md5 industry = Commerce.department url = "http://www.linkedin.com/in/#{first_name}#{last_name}" { 'provider' => 'linkedin', 'uid' => uid, 'info' => { 'name' => auth.name, 'email' => auth.email, 'nickname' => auth.name, 'first_name' => auth.first_name, 'last_name' => auth.last_name, 'location' => location, 'description' => description, 'image' => image, 'phone' => PhoneNumber.phone_number, 'headline' => description, 'industry' => industry, 'urls' => { 'public_profile' => url } }, 'credentials' => { 'token' => token, 'secret' => secret }, 'extra' => { 'access_token' => { 'token' => token, 'secret' => secret, 'consumer' => nil, 'params' => { oauth_token: token, oauth_token_secret: secret, oauth_expires_in: Time.forward.to_i, oauth_authorization_expires_in: Time.forward.to_i }, 'response' => nil }, 'raw_info' => { 'firstName' => auth.first_name, 'headline' => description, 'id' => uid, 'industry' => industry, 'lastName' => auth.last_name, 'location' => { 'country' => { 'code' => Address.country_code.downcase }, 'name' => city_state.split(', ').first }, 'pictureUrl' => image, 'publicProfileUrl' => url } } } end def github(name: nil, email: nil, uid: Number.number(8)) auth = Omniauth.new(name: name, email: email) login = auth.name.downcase.tr(' ', '-') html_url = "https://github.com/#{login}" api_url = "https://api.github.com/users/#{login}" { provider: 'github', uid: uid, info: { nickname: login, email: auth.email, name: auth.name, image: image, urls: { GitHub: html_url } }, credentials: { token: Crypto.md5, expires: false }, extra: { raw_info: { login: login, id: uid, avatar_url: image, gravatar_id: '', url: api_url, html_url: html_url, followers_url: "#{api_url}/followers", following_url: "#{api_url}/following{/other_user}", gists_url: "#{api_url}/gists{/gist_id}", starred_url: "#{api_url}/starred{/owner}{/repo}", subscriptions_url: "#{api_url}/subscriptions", organizations_url: "#{api_url}/orgs", repos_url: "#{api_url}/repos", events_url: "#{api_url}/events{/privacy}", received_events_url: "#{api_url}/received_events", type: 'User', site_admin: random_boolean, name: auth.name, company: nil, blog: nil, location: city_state, email: auth.email, hireable: nil, bio: nil, public_repos: random_number_from_range(1..1000), public_gists: random_number_from_range(1..1000), followers: random_number_from_range(1..1000), following: random_number_from_range(1..1000), created_at: Time.backward(36_400).iso8601, updated_at: Time.backward(2).iso8601 } } } end private def gender shuffle(%w[male female]).pop end def timezone shuffle((-12..12).to_a).pop end def image Placeholdit.image end def city_state "#{Address.city}, #{Address.state}" end def random_number_from_range(range) shuffle(range.to_a).pop end def random_boolean shuffle([true, false]).pop end end end end faker-1.9.1/lib/faker/one_piece.rb000066400000000000000000000007161332146201300167220ustar00rootroot00000000000000module Faker class OnePiece < Base class << self def character fetch('one_piece.characters') end def sea fetch('one_piece.seas') end def island fetch('one_piece.islands') end def location fetch('one_piece.locations') end def quote fetch('one_piece.quotes') end def akuma_no_mi fetch('one_piece.akumas_no_mi') end end end end faker-1.9.1/lib/faker/overwatch.rb000066400000000000000000000004051332146201300167710ustar00rootroot00000000000000module Faker class Overwatch < Base class << self def hero fetch('overwatch.heroes') end def location fetch('overwatch.locations') end def quote fetch('overwatch.quotes') end end end end faker-1.9.1/lib/faker/parks_and_rec.rb000066400000000000000000000003241332146201300175620ustar00rootroot00000000000000module Faker class ParksAndRec < Base class << self def character fetch('parks_and_rec.characters') end def city fetch('parks_and_rec.cities') end end end end faker-1.9.1/lib/faker/phone_number.rb000066400000000000000000000015171332146201300174550ustar00rootroot00000000000000module Faker class PhoneNumber < Base class << self def phone_number parse('phone_number.formats') end def cell_phone parse('cell_phone.formats') end # US and Canada only def area_code fetch('phone_number.area_code') rescue I18n::MissingTranslationData nil end # US and Canada only def exchange_code fetch('phone_number.exchange_code') rescue I18n::MissingTranslationData nil end # US and Canada only # Can be used for both extensions and last four digits of phone number. # Since extensions can be of variable length, this method taks a length parameter def subscriber_number(length = 4) rand.to_s[2..(1 + length)] end alias extension subscriber_number end end end faker-1.9.1/lib/faker/placeholdit.rb000066400000000000000000000024001332146201300172540ustar00rootroot00000000000000module Faker class Placeholdit < Base class << self SUPPORTED_FORMATS = %w[png jpg gif jpeg].freeze def image(size = '300x300', format = 'png', background_color = nil, text_color = nil, text = nil) background_color = generate_color if background_color == :random text_color = generate_color if text_color == :random raise ArgumentError, 'Size should be specified in format 300x300' unless size =~ /^[0-9]+x[0-9]+$/ raise ArgumentError, "Supported formats are #{SUPPORTED_FORMATS.join(', ')}" unless SUPPORTED_FORMATS.include?(format) raise ArgumentError, "background_color must be a hex value without '#'" unless background_color.nil? || background_color.match(/((?:^\h{3}$)|(?:^\h{6}$)){1}(?!.*\H)/) raise ArgumentError, "text_color must be a hex value without '#'" unless text_color.nil? || text_color.match(/((?:^\h{3}$)|(?:^\h{6}$)){1}(?!.*\H)/) image_url = "https://placehold.it/#{size}.#{format}" image_url += "/#{background_color}" if background_color image_url += "/#{text_color}" if text_color image_url += "?text=#{text}" if text image_url end private def generate_color format('%06x', (rand * 0xffffff)) end end end end faker-1.9.1/lib/faker/pokemon.rb000066400000000000000000000003721332146201300164420ustar00rootroot00000000000000module Faker class Pokemon < Base class << self def name fetch('pokemon.names') end def location fetch('pokemon.locations') end def move fetch('pokemon.moves') end end end end faker-1.9.1/lib/faker/princess_bride.rb000066400000000000000000000003311332146201300177600ustar00rootroot00000000000000module Faker class PrincessBride < Base class << self def character fetch('princess_bride.characters') end def quote fetch('princess_bride.quotes') end end end end faker-1.9.1/lib/faker/programming_language.rb000066400000000000000000000003431332146201300211550ustar00rootroot00000000000000module Faker class ProgrammingLanguage < Base class << self def name fetch('programming_language.name') end def creator fetch('programming_language.creator') end end end end faker-1.9.1/lib/faker/rick_and_morty.rb000066400000000000000000000004401332146201300177720ustar00rootroot00000000000000module Faker class RickAndMorty < Base class << self def character fetch('rick_and_morty.characters') end def location fetch('rick_and_morty.locations') end def quote fetch('rick_and_morty.quotes') end end end end faker-1.9.1/lib/faker/robin.rb000066400000000000000000000001761332146201300161050ustar00rootroot00000000000000module Faker class Robin < Base class << self def quote fetch('robin.quotes') end end end end faker-1.9.1/lib/faker/rock_band.rb000066400000000000000000000002021332146201300167040ustar00rootroot00000000000000module Faker class RockBand < Base class << self def name fetch('rock_band.name') end end end end faker-1.9.1/lib/faker/rupaul.rb000066400000000000000000000003201332146201300162730ustar00rootroot00000000000000module Faker class RuPaul < Base flexible :rupaul class << self def quote fetch('rupaul.quotes') end def queen fetch('rupaul.queens') end end end end faker-1.9.1/lib/faker/science.rb000066400000000000000000000004231332146201300164000ustar00rootroot00000000000000module Faker class Science < Base class << self def element fetch('science.element') end def element_symbol fetch('science.element_symbol') end def scientist fetch('science.scientist') end end end end faker-1.9.1/lib/faker/seinfeld.rb000066400000000000000000000003061332146201300165600ustar00rootroot00000000000000module Faker class Seinfeld < Base class << self def character fetch('seinfeld.character') end def quote fetch('seinfeld.quote') end end end end faker-1.9.1/lib/faker/shakespeare.rb000066400000000000000000000012371332146201300172660ustar00rootroot00000000000000module Faker class Shakespeare < Base class << self def hamlet_quote sample(hamlet) end def as_you_like_it_quote sample(as_you_like_it) end def king_richard_iii_quote sample(king_richard_iii) end def romeo_and_juliet_quote sample(romeo_and_juliet) end def hamlet fetch('shakespeare.hamlet') end def as_you_like_it fetch('shakespeare.as_you_like_it') end def king_richard_iii fetch('shakespeare.king_richard_iii') end def romeo_and_juliet fetch('shakespeare.romeo_and_juliet') end end end end faker-1.9.1/lib/faker/silicon_valley.rb000066400000000000000000000011511332146201300200020ustar00rootroot00000000000000module Faker class SiliconValley < Base class << self def character fetch('silicon_valley.characters') end def company fetch('silicon_valley.companies') end def quote fetch('silicon_valley.quotes') end def app fetch('silicon_valley.apps') end def invention fetch('silicon_valley.inventions') end def motto fetch('silicon_valley.mottos') end def url fetch('silicon_valley.urls') end def email fetch('silicon_valley.email') end end end end faker-1.9.1/lib/faker/simpsons.rb000066400000000000000000000004141332146201300166420ustar00rootroot00000000000000# frozen_string_literal: true module Faker class Simpsons < Base def self.character fetch('simpsons.characters') end def self.location fetch('simpsons.locations') end def self.quote fetch('simpsons.quotes') end end end faker-1.9.1/lib/faker/singular_siegler.rb000066400000000000000000000002231332146201300203230ustar00rootroot00000000000000module Faker class SingularSiegler < Base class << self def quote fetch('singular_siegler.quotes') end end end end faker-1.9.1/lib/faker/slack_emoji.rb000066400000000000000000000013261332146201300172520ustar00rootroot00000000000000module Faker class SlackEmoji < Base class << self def people fetch('slack_emoji.people') end def nature fetch('slack_emoji.nature') end def food_and_drink fetch('slack_emoji.food_and_drink') end def celebration fetch('slack_emoji.celebration') end def activity fetch('slack_emoji.activity') end def travel_and_places fetch('slack_emoji.travel_and_places') end def objects_and_symbols fetch('slack_emoji.objects_and_symbols') end def custom fetch('slack_emoji.custom') end def emoji parse('slack_emoji.emoji') end end end end faker-1.9.1/lib/faker/source.rb000066400000000000000000000006311332146201300162700ustar00rootroot00000000000000module Faker class Source < Base class << self def hello_world(lang = :ruby) fetch("source.hello_world.#{lang}") end def print(str: 'some string', lang: :ruby) code = fetch("source.print.#{lang}") code.gsub('faker_string_to_print', str) end def print_1_to_10(lang = :ruby) fetch("source.print_1_to_10.#{lang}") end end end end faker-1.9.1/lib/faker/space.rb000066400000000000000000000020041332146201300160570ustar00rootroot00000000000000module Faker class Space < Base flexible :space class << self def planet fetch('space.planet') end def moon fetch('space.moon') end def galaxy fetch('space.galaxy') end def nebula fetch('space.nebula') end def star_cluster fetch('space.star_cluster') end def constellation fetch('space.constellation') end def star fetch('space.star') end def agency fetch('space.agency') end def agency_abv fetch('space.agency_abv') end def nasa_space_craft fetch('space.nasa_space_craft') end def company fetch('space.company') end def distance_measurement rand(10..100).to_s + ' ' + fetch('space.distance_measurement') end def meteorite fetch('space.meteorite') end def launch_vehicule fetch('space.launch_vehicule') end end end end faker-1.9.1/lib/faker/star_trek.rb000066400000000000000000000005141332146201300167660ustar00rootroot00000000000000module Faker class StarTrek < Base class << self def character fetch('star_trek.character') end def location fetch('star_trek.location') end def specie fetch('star_trek.specie') end def villain fetch('star_trek.villain') end end end end faker-1.9.1/lib/faker/star_wars.rb000066400000000000000000000041261332146201300170000ustar00rootroot00000000000000module Faker class StarWars < Base class << self def call_squadron sample(call_squadrons) end def call_sign numerify(parse('star_wars.call_sign')) end def call_number sample(call_numbers) end def character sample(characters) end def droid sample(droids) end def planet sample(planets) end def specie sample(species) end def vehicle sample(vehicles) end def wookiee_sentence sentence = sample(wookiee_words).capitalize rand(0..10).times { sentence += ' ' + sample(wookiee_words) } sentence + sample(['.', '?', '!']) end def call_numbers fetch_all('star_wars.call_numbers') end def call_squadrons fetch_all('star_wars.call_squadrons') end def characters fetch_all('star_wars.characters') end def droids fetch_all('star_wars.droids') end def planets fetch_all('star_wars.planets') end def quote(character = nil) quoted_characters = translate('faker.star_wars.quotes') if character.nil? character = sample(quoted_characters.keys).to_s else character.to_s.downcase! # check alternate spellings, nicknames, titles of characters translate('faker.star_wars.alternate_character_spellings').each do |k, v| character = k.to_s if v.include?(character) end unless quoted_characters.key?(character.to_sym) raise ArgumentError, "Character for quotes can be left blank or #{quoted_characters.keys.join(', ')}" end end fetch('star_wars.quotes.' + character) end def species fetch_all('star_wars.species') end def vehicles fetch_all('star_wars.vehicles') end def wookiee_words fetch_all('star_wars.wookiee_words') end alias wookie_sentence wookiee_sentence alias wookie_words wookiee_words end end end faker-1.9.1/lib/faker/stargate.rb000066400000000000000000000004061332146201300166020ustar00rootroot00000000000000module Faker class Stargate < Base class << self def character fetch('stargate.characters') end def planet fetch('stargate.planets') end def quote fetch('stargate.quotes') end end end end faker-1.9.1/lib/faker/stranger_thing.rb000066400000000000000000000003321332146201300200040ustar00rootroot00000000000000module Faker class StrangerThings < Base class << self def quote fetch('stranger_things.quote') end def character fetch('stranger_things.character') end end end end faker-1.9.1/lib/faker/string.rb000066400000000000000000000022031332146201300162730ustar00rootroot00000000000000# frozen_string_literal: true module Faker class String < Base class << self def random(length = 32) utf8string select_a length end private def select_a(length) if length.class.included_modules.include? Enumerable select_a sample(length.to_enum.to_a) else length # recursive base case end end def utf8string(length) ratio = char_space_ratio (1..length.to_i).map do space_or_utf8_char ratio end.join end def space_or_utf8_char(ratio) sample [32.chr(Encoding::UTF_8), [utf8character] * ratio].flatten end def char_space_ratio sample [2, [3] * 5, [5] * 17, [7] * 11, 11, 191].flatten end def utf8character sample([ rand(32..90), # latin alphabet rand(128), # 7-bit ASCII rand(0xd800), # utf-8 codepoints below utf-16 surrogate halves rand(57_344..1_114_111) # utf-8 codepoints above utf-16 surrogate halves ]).chr(Encoding::UTF_8) end end end end faker-1.9.1/lib/faker/stripe.rb000066400000000000000000000034531332146201300163030ustar00rootroot00000000000000module Faker class Stripe < Base class << self def valid_card(card_type = nil) valid_cards = translate('faker.stripe.valid_cards').keys if card_type.nil? card_type = sample(valid_cards).to_s else unless valid_cards.include?(card_type.to_sym) raise ArgumentError, "Valid credit cards argument can be left blank or include #{valid_cards.join(', ')}" end end fetch('stripe.valid_cards.' + card_type) end def valid_token(card_type = nil) valid_tokens = translate('faker.stripe.valid_tokens').keys if card_type.nil? card_type = sample(valid_tokens).to_s else unless valid_tokens.include?(card_type.to_sym) raise ArgumentError, "Valid credit cards argument can be left blank or include #{valid_tokens.join(', ')}" end end fetch('stripe.valid_tokens.' + card_type) end def invalid_card(card_error = nil) invalid_cards = translate('faker.stripe.invalid_cards').keys if card_error.nil? card_error = sample(invalid_cards).to_s else unless invalid_cards.include?(card_error.to_sym) raise ArgumentError, "Invalid credit cards argument can be left blank or include #{invalid_cards.join(', ')}" end end fetch('stripe.invalid_cards.' + card_error) end def month format('%02d', rand_in_range(1, 12)) end def year start_year = ::Time.new.year + 1 rand_in_range(start_year, start_year + 5).to_s end def ccv(card_type = nil) (card_type.to_s == 'amex' ? rand_in_range(1000, 9999) : rand_in_range(100, 999)).to_s end end end end faker-1.9.1/lib/faker/superhero.rb000066400000000000000000000006011332146201300170010ustar00rootroot00000000000000module Faker class Superhero < Base class << self def power fetch('superhero.power') end def prefix fetch('superhero.prefix') end def suffix fetch('superhero.suffix') end def descriptor fetch('superhero.descriptor') end def name parse('superhero.name') end end end end faker-1.9.1/lib/faker/sword_art_online.rb000066400000000000000000000005561332146201300203460ustar00rootroot00000000000000module Faker class SwordArtOnline < Base class << self def real_name fetch('sword_art_online.real_name') end def game_name fetch('sword_art_online.game_name') end def location fetch('sword_art_online.location') end def item fetch('sword_art_online.item') end end end end faker-1.9.1/lib/faker/team.rb000066400000000000000000000005641332146201300157230ustar00rootroot00000000000000module Faker class Team < Base flexible :team class << self def name parse('team.name') end def creature fetch('team.creature') end def state fetch('address.state') end def sport fetch('team.sport') end def mascot fetch('team.mascot') end end end end faker-1.9.1/lib/faker/the_fresh_prince_of_bel_air.rb000066400000000000000000000005241332146201300224410ustar00rootroot00000000000000module Faker class TheFreshPrinceOfBelAir < Base class << self def character fetch('the_fresh_prince_of_bel_air.characters') end def celebrity fetch('the_fresh_prince_of_bel_air.celebrities') end def quote fetch('the_fresh_prince_of_bel_air.quotes') end end end end faker-1.9.1/lib/faker/the_it_crowd.rb000066400000000000000000000005221332146201300174410ustar00rootroot00000000000000module Faker class TheITCrowd < Base class << self def actor fetch('the_it_crowd.actors') end def character fetch('the_it_crowd.characters') end def email fetch('the_it_crowd.emails') end def quote fetch('the_it_crowd.quotes') end end end end faker-1.9.1/lib/faker/the_thick_of_it.rb000066400000000000000000000004551332146201300201160ustar00rootroot00000000000000module Faker class TheThickOfIt < Base class << self def character fetch('the_thick_of_it.characters') end def department fetch('the_thick_of_it.departments') end def position fetch('the_thick_of_it.positions') end end end end faker-1.9.1/lib/faker/time.rb000066400000000000000000000024471332146201300157350ustar00rootroot00000000000000module Faker class Time < Faker::Date TIME_RANGES = { all: (0..23), day: (9..17), night: (18..23), morning: (6..11), afternoon: (12..17), evening: (17..21), midnight: (0..4) }.freeze class << self def between(from, to, period = :all, format = nil) time = period == :between ? rand(from..to) : date_with_random_time(super(from, to), period) time_with_format(time, format) end def forward(days = 365, period = :all, format = nil) time_with_format(date_with_random_time(super(days), period), format) end def backward(days = 365, period = :all, format = nil) time_with_format(date_with_random_time(super(days), period), format) end private def date_with_random_time(date, period) ::Time.local(date.year, date.month, date.day, hours(period), minutes, seconds) end def time_with_format(time, format) format.nil? ? time : I18n.l(DateTime.parse(time.to_s), format: format) end def hours(period) raise ArgumentError, 'invalid period' unless TIME_RANGES.key? period sample(TIME_RANGES[period].to_a) end def minutes seconds end def seconds sample((0..59).to_a) end end end end faker-1.9.1/lib/faker/twin_peaks.rb000066400000000000000000000004211332146201300171310ustar00rootroot00000000000000module Faker class TwinPeaks < Base class << self def character fetch('twin_peaks.characters') end def location fetch('twin_peaks.locations') end def quote fetch('twin_peaks.quotes') end end end end faker-1.9.1/lib/faker/twitter.rb000066400000000000000000000133351332146201300164770ustar00rootroot00000000000000module Faker class Twitter < Base class << self def user(include_status: true, include_email: false) user_id = id background_image_url = Faker::LoremPixel.image('600x400') # TODO: Make the dimensions change profile_image_url = Faker::Avatar.image(user_id, '48x48') user = { id: user_id, id_str: user_id.to_s, contributors_enabled: Faker::Boolean.boolean(0.1), created_at: created_at, default_profile_image: Faker::Boolean.boolean(0.1), default_profile: Faker::Boolean.boolean(0.1), description: Faker::Lorem.sentence, entities: user_entities, favourites_count: Faker::Number.between(1, 100_000), follow_request_sent: false, followers_count: Faker::Number.between(1, 10_000_000), following: false, friends_count: Faker::Number.between(1, 100_000), geo_enabled: Faker::Boolean.boolean(0.1), is_translation_enabled: Faker::Boolean.boolean(0.1), is_translator: Faker::Boolean.boolean(0.1), lang: Faker::Address.country_code, listed_count: Faker::Number.between(1, 1000), location: "#{Faker::Address.city}, #{Faker::Address.state_abbr}, #{Faker::Address.country_code}", name: Faker::Name.name, notifications: false, profile_background_color: Faker::Color.hex_color, profile_background_image_url_https: background_image_url, profile_background_image_url: background_image_url.sub('https://', 'http://'), profile_background_tile: Faker::Boolean.boolean(0.1), profile_banner_url: Faker::LoremPixel.image('1500x500'), profile_image_url_https: profile_image_url, profile_image_url: profile_image_url.sub('https://', 'http://'), profile_link_color: Faker::Color.hex_color, profile_sidebar_border_color: Faker::Color.hex_color, profile_sidebar_fill_color: Faker::Color.hex_color, profile_text_color: Faker::Color.hex_color, profile_use_background_image: Faker::Boolean.boolean(0.4), protected: Faker::Boolean.boolean(0.1), screen_name: screen_name, statuses_count: Faker::Number.between(1, 100_000), time_zone: Faker::Address.time_zone, url: Faker::Internet.url('example.com'), utc_offset: utc_offset, verified: Faker::Boolean.boolean(0.1) } user[:status] = Faker::Twitter.status(include_user: false) if include_status user[:email] = Faker::Internet.safe_email if include_email user end def status(include_user: true, include_photo: false) status_id = id status = { id: status_id, id_str: status_id.to_s, contributors: nil, coordinates: nil, created_at: created_at, entities: status_entities(include_photo: include_photo), favorite_count: Faker::Number.between(1, 10_000), favorited: false, geo: nil, in_reply_to_screen_name: nil, in_reply_to_status_id: nil, in_reply_to_user_id_str: nil, in_reply_to_user_id: nil, is_quote_status: false, lang: Faker::Address.country_code, nil: nil, place: nil, possibly_sensitive: Faker::Boolean.boolean(0.1), retweet_count: Faker::Number.between(1, 10_000), retweeted_status: nil, retweeted: false, source: "#{Faker::Company.name}", text: Faker::Lorem.sentence, truncated: false } status[:user] = Faker::Twitter.user(include_status: false) if include_user status[:text] = "#{status[:text]} #{status[:entities][:media].first[:url]}" if include_photo status end def screen_name Faker::Internet.username(nil, ['_'])[0...20] end private def id Faker::Number.between(1, 9_223_372_036_854_775_807) end def created_at Faker::Date.between('2006-03-21', ::Date.today).strftime('%a %b %d %H:%M:%S %z %Y') end def utc_offset Faker::Number.between(-43_200, 50_400) end def user_entities { url: { urls: [] }, description: { urls: [] } } end def status_entities(include_photo: false) entities = { hashtags: [], symbols: [], user_mentions: [], urls: [] } entities[:media] = [photo_entity] if include_photo entities end def photo_entity # TODO: Dynamic image sizes # TODO: Return accurate indices media_url = Faker::LoremPixel.image('1064x600') media_id = id { id: media_id, id_str: media_id.to_s, indices: [ 103, 126 ], media_url: media_url.sub('https://', 'http://'), media_url_https: media_url, url: Faker::Internet.url('example.com'), display_url: 'example.com', expanded_url: Faker::Internet.url('example.com'), type: 'photo', sizes: { medium: { w: 1064, h: 600, resize: 'fit' }, large: { w: 1064, h: 600, resize: 'fit' }, small: { w: 680, h: 383, resize: 'fit' }, thumb: { w: 150, h: 150, resize: 'crop' } } } end end end end faker-1.9.1/lib/faker/types.rb000066400000000000000000000037261332146201300161440ustar00rootroot00000000000000module Faker class Types < Base CHARACTERS = ('0'..'9').to_a + ('a'..'z').to_a SIMPLE_TYPES = %i[string fixnum].freeze COMPLEX_TYPES = %i[hash array].freeze class << self def rb_string(words = 1) resolved_num = resolve(words) word_list = translate('faker.lorem.words') word_list *= ((resolved_num / word_list.length) + 1) shuffle(word_list)[0, resolved_num].join(' ') end def character sample(CHARACTERS) end def rb_integer(from = 0, to = 100) rand(from..to).to_i end def rb_hash(key_count = 1) {}.tap do |hsh| Lorem.words(key_count * 2).uniq.first(key_count).each do |s| hsh.merge!(s.to_sym => random_type) end end end def complex_rb_hash(key_count = 1) {}.tap do |hsh| Lorem.words(key_count * 2).uniq.first(key_count).each do |s| hsh.merge!(s.to_sym => random_complex_type) end end end def rb_array(len = 1) [].tap do |ar| len.times do ar.push random_type end end end def random_type type_to_use = SIMPLE_TYPES[rand(0..SIMPLE_TYPES.length - 1)] case type_to_use when :string rb_string when :fixnum rb_integer end end def random_complex_type types = SIMPLE_TYPES + COMPLEX_TYPES type_to_use = types[rand(0..types.length - 1)] case type_to_use when :string rb_string when :fixnum rb_integer when :hash rb_hash when :array rb_array end end private def titleize(word) word.split(/(\W)/).map(&:capitalize).join end def resolve(value) case value when Array then sample(value) when Range then rand value else value end end end end end faker-1.9.1/lib/faker/umphreys_mcgee.rb000066400000000000000000000002141332146201300200010ustar00rootroot00000000000000module Faker class UmphreysMcgee < Base class << self def song fetch('umphreys_mcgee.song') end end end end faker-1.9.1/lib/faker/university.rb000066400000000000000000000007641332146201300172200ustar00rootroot00000000000000module Faker class University < Base flexible :university class << self def name parse('university.name') end def prefix fetch('university.prefix') end def suffix fetch('university.suffix') end def greek_organization Array.new(3) { |_| sample(greek_alphabet) }.join end def greek_alphabet %w[Α B Γ Δ E Z H Θ I K Λ M N Ξ O Π P Σ T Y Φ X Ψ Ω] end end end end faker-1.9.1/lib/faker/v_for_vendetta.rb000066400000000000000000000004351332146201300177770ustar00rootroot00000000000000module Faker class VForVendetta < Base class << self def character fetch('v_for_vendetta.characters') end def speech fetch('v_for_vendetta.speeches') end def quote fetch('v_for_vendetta.quotes') end end end end faker-1.9.1/lib/faker/vehicle.rb000066400000000000000000000047301332146201300164130ustar00rootroot00000000000000module Faker class Vehicle < Base flexible :vehicle VIN_CHARS = '0123456789.ABCDEFGH..JKLMN.P.R..STUVWXYZ'.freeze VIN_MAP = '0123456789X'.freeze VIN_WEIGHTS = '8765432X098765432'.freeze class << self # ISO 3779 def vin _, wmi, wmi_ext = sample(fetch_all('vehicle.manufacture')) c = VIN_CHARS.split('').reject { |n| n == '.' } vehicle_identification_number = wmi.split('').concat(Array.new(14) { sample(c) }) (12..14).to_a.each_with_index { |n, i| vehicle_identification_number[n] = wmi_ext[i] } unless wmi_ext.nil? vehicle_identification_number[10] = fetch('vehicle.year') vehicle_identification_number[8] = vin_checksum(vehicle_identification_number) vehicle_identification_number.join.upcase end def manufacture sample(fetch_all('vehicle.manufacture')).first end def mileage rand_in_range(10_000, 90_000) end def year rand_in_range(2005, ::Time.now.year) end def make fetch('vehicle.makes') end def model(make_of_model = '') return fetch("vehicle.models_by_make.#{make}") if make_of_model.empty? fetch("vehicle.models_by_make.#{make_of_model}") end def make_and_model m = make "#{m} #{model(m)}" end def style fetch('vehicle.styles') end def color fetch('vehicle.colors') end def transmission fetch('vehicle.transmissions') end def drive_type fetch('vehicle.drive_types') end def fuel_type fetch('vehicle.fuel_types') end def door_count "#{fetch('vehicle.door_count')} #{fetch('vehicle.door')}" end def car_type fetch('vehicle.car_types') end def engine "#{fetch('vehicle.engine_size')} #{fetch('vehicle.cylinder_engine')}" end alias engine_size engine def car_options Array.new(rand(5...10)) { fetch('vehicle.car_options') } end def standard_specs Array.new(rand(5...10)) { fetch('vehicle.standard_specs') } end private def calculate_vin_weight(character, idx) (VIN_CHARS.index(character) % 10) * VIN_MAP.index(VIN_WEIGHTS[idx]) end def vin_checksum(vehicle_identification_number) VIN_MAP[vehicle_identification_number.each_with_index.map(&method(:calculate_vin_weight)).inject(:+) % 11] end end end end faker-1.9.1/lib/faker/venture_bros.rb000066400000000000000000000005411332146201300175050ustar00rootroot00000000000000module Faker class VentureBros < Base class << self def character fetch('venture_bros.character') end def organization fetch('venture_bros.organization') end def vehicle fetch('venture_bros.vehicle') end def quote fetch('venture_bros.quote') end end end end faker-1.9.1/lib/faker/verb.rb000066400000000000000000000006041332146201300157260ustar00rootroot00000000000000module Faker class Verb < Base class << self def base fetch('verbs.base') end def past fetch('verbs.past') end def past_participle fetch('verbs.past_participle') end def simple_present fetch('verbs.simple_present') end def ing_form fetch('verbs.ing_form') end end end end faker-1.9.1/lib/faker/version.rb000066400000000000000000000000651332146201300164560ustar00rootroot00000000000000module Faker #:nodoc: VERSION = '1.9.1'.freeze end faker-1.9.1/lib/faker/witcher.rb000066400000000000000000000007011332146201300164330ustar00rootroot00000000000000module Faker class Witcher < Base class << self def character fetch('witcher.characters') end def witcher fetch('witcher.witchers') end def school fetch('witcher.schools') end def location fetch('witcher.locations') end def quote fetch('witcher.quotes') end def monster fetch('witcher.monsters') end end end end faker-1.9.1/lib/faker/world_cup.rb000066400000000000000000000007161332146201300167720ustar00rootroot00000000000000module Faker class WorldCup < Base class << self def team fetch('world_cup.teams') end def city fetch('world_cup.cities') end def stadium fetch('world_cup.stadiums') end def group(group = 'group_A') fetch("world_cup.groups.#{group}") end def roster(country = 'Egypt', type = 'coach') fetch("world_cup.rosters.#{country}.#{type}") end end end end faker-1.9.1/lib/faker/world_of_warcraft.rb000066400000000000000000000003261332146201300204750ustar00rootroot00000000000000module Faker class WorldOfWarcraft < Base class << self def hero fetch('world_of_warcraft.hero') end def quote fetch('world_of_warcraft.quotes') end end end end faker-1.9.1/lib/faker/yoda.rb000066400000000000000000000002701332146201300157230ustar00rootroot00000000000000module Faker class Yoda < Base class << self # from: http://morecoolquotes.com/famous-yoda-quotes/ def quote fetch('yoda.quotes') end end end end faker-1.9.1/lib/faker/zelda.rb000066400000000000000000000005071332146201300160710ustar00rootroot00000000000000module Faker class Zelda < Base flexible :space class << self def game fetch('zelda.games') end def character fetch('zelda.characters') end def location fetch('zelda.locations') end def item fetch('zelda.items') end end end end faker-1.9.1/lib/helpers/000077500000000000000000000000001332146201300150155ustar00rootroot00000000000000faker-1.9.1/lib/helpers/char.rb000066400000000000000000000060541332146201300162640ustar00rootroot00000000000000module Faker module Char def self.prepare(string) result = romanize_cyrillic string result = fix_umlauts result result.gsub(/\W/, '').downcase end def self.fix_umlauts(string) string.gsub(/[äöüß]/i) do |match| case match.downcase when 'ä' then 'ae' when 'ö' then 'oe' when 'ü' then 'ue' when 'ß' then 'ss' end end end def self.romanize_cyrillic(string) if Faker::Config.locale == 'uk' # Based on conventions abopted by BGN/PCGN for Ukrainian uk_chars = { 'а' => 'a', 'б' => 'b', 'в' => 'v', 'г' => 'h', 'ґ' => 'g', 'д' => 'd', 'е' => 'e', 'є' => 'ye', 'ж' => 'zh', 'з' => 'z', 'и' => 'y', 'і' => 'i', 'ї' => 'yi', 'й' => 'y', 'к' => 'k', 'л' => 'l', 'м' => 'm', 'н' => 'n', 'о' => 'o', 'п' => 'p', 'р' => 'r', 'с' => 's', 'т' => 't', 'у' => 'u', 'ф' => 'f', 'х' => 'kh', 'ц' => 'ts', 'ч' => 'ch', 'ш' => 'sh', 'щ' => 'shch', 'ю' => 'yu', 'я' => 'ya', 'А' => 'a', 'Б' => 'b', 'В' => 'v', 'Г' => 'h', 'Ґ' => 'g', 'Д' => 'd', 'Е' => 'e', 'Є' => 'ye', 'Ж' => 'zh', 'З' => 'z', 'И' => 'y', 'І' => 'i', 'Ї' => 'yi', 'Й' => 'y', 'К' => 'k', 'Л' => 'l', 'М' => 'm', 'Н' => 'n', 'О' => 'o', 'П' => 'p', 'Р' => 'r', 'С' => 's', 'Т' => 't', 'У' => 'u', 'Ф' => 'f', 'Х' => 'kh', 'Ц' => 'ts', 'Ч' => 'ch', 'Ш' => 'sh', 'Щ' => 'shch', 'Ю' => 'yu', 'Я' => 'ya', 'ь' => '' # Ignore symbol, because its standard presentation is not allowed in URLs } return string.gsub(/[а-яА-ЯіїєґІЇЄҐ]/, uk_chars) end if Faker::Config.locale == 'ru' # Based on conventions abopted by BGN/PCGN for Russian ru_chars = { 'а' => 'a', 'б' => 'b', 'в' => 'v', 'г' => 'h', 'д' => 'd', 'е' => 'e', 'ё' => 'ye', 'ж' => 'zh', 'з' => 'z', 'и' => 'i', 'й' => 'y', 'к' => 'k', 'л' => 'l', 'м' => 'm', 'н' => 'n', 'о' => 'o', 'п' => 'p', 'р' => 'r', 'с' => 's', 'т' => 't', 'у' => 'u', 'ф' => 'f', 'х' => 'kh', 'ц' => 'ts', 'ч' => 'ch', 'ш' => 'sh', 'щ' => 'shch', 'ы' => 'у', 'э' => 'e', 'ю' => 'yu', 'я' => 'ya', 'А' => 'a', 'Б' => 'b', 'В' => 'v', 'Г' => 'h', 'Д' => 'd', 'Е' => 'e', 'Ё' => 'ye', 'Ж' => 'zh', 'З' => 'z', 'И' => 'i', 'Й' => 'y', 'К' => 'k', 'Л' => 'l', 'М' => 'm', 'Н' => 'n', 'О' => 'o', 'П' => 'p', 'Р' => 'r', 'С' => 's', 'Т' => 't', 'У' => 'u', 'Ф' => 'f', 'Х' => 'kh', 'Ц' => 'ts', 'Ч' => 'ch', 'Ш' => 'sh', 'Щ' => 'shch', 'Ы' => 'у', 'Э' => 'e', 'Ю' => 'yu', 'Я' => 'ya', 'ь' => '', 'ъ' => '' # Ignore symbols, because its standard presentation is not allowed in URLs } return string.gsub(/[а-яА-Я]/, ru_chars) end string end end end faker-1.9.1/lib/helpers/unique_generator.rb000066400000000000000000000017411332146201300207210ustar00rootroot00000000000000module Faker class UniqueGenerator def initialize(generator, max_retries) @generator = generator @max_retries = max_retries @previous_results = Hash.new { |hash, key| hash[key] = Set.new } end # rubocop:disable Style/MethodMissingSuper def method_missing(name, *arguments) @max_retries.times do result = @generator.public_send(name, *arguments) next if @previous_results[[name, arguments]].include?(result) @previous_results[[name, arguments]] << result return result end raise RetryLimitExceeded, "Retry limit exceeded for #{name}" end # rubocop:enable Style/MethodMissingSuper def respond_to_missing?(method_name, include_private = false) method_name.to_s.start_with?('faker_') || super end RetryLimitExceeded = Class.new(StandardError) def clear @previous_results.clear end def self.clear ObjectSpace.each_object(self, &:clear) end end end faker-1.9.1/lib/locales/000077500000000000000000000000001332146201300147755ustar00rootroot00000000000000faker-1.9.1/lib/locales/README.md000066400000000000000000000030041332146201300162510ustar00rootroot00000000000000# How Locales Work The default locale is English. You can see how it is implemented in the "translate" method in [Faker.rb](/lib/faker.rb). Here's how to set it: ``` # Sets the locale to "Simplified Chinese": Faker::Config.locale = 'zh-CN' ``` It works so that once the Faker locale is set to a different location, the translate method will check that .yml file for an equivalent and use that data. If it doesn't exist, it defaults back to English. It uses the "i18n" gem to do this. Using Chinese as an example, when the locale is set to Chinese and you attempt to call for hipster ipsem (which doesn't exist at the time of this writing), you will get English back. It checks the "zh-CH.yml" file, does not find "hipster" and then checks the "en.yml" file and returns a word from that array. ``` Faker::Config.locale = 'zh-CN' Faker::Hipster.word #=> "kogi" ``` In order to update a locale with more translation features, simply add a new field to the .yml file that corresponds to an existing piece of functionality in the "en.yml" file. In this example, that would mean providing Chinese hipster words. ``` # /lib/locales/zh-CN.yml hipster: ["屌丝"] # Now this should work: Faker::Hipster.word #=> "屌丝" ``` After you've done that, find or create a test file for the locale you've updated and test the functionality for that language. In our hypothetical example here, one would add something like this to the "test-zh-locale.rb" file in the "test_ch_methods" method: ``` assert Faker::Hipster.word.is_a? String ``` faker-1.9.1/lib/locales/bg.yml000066400000000000000000000440061332146201300161140ustar00rootroot00000000000000bg: faker: separator: ' и ' address: country: [ Австралия, Австрия, Азербайджан, Аландски острови, Албания, Алжир, Американска Самоа, Американски Вирджински острови, Англия, Ангола, Ангуила, Андора, Антарктика, Антигуа и Барбуда, Аржентина, Армения, Аруба, Афганистан, Бангладеш, Барбадос, Бахамски острови, Бахрейн, Беларус, Белгия, Белиз, Бенин, Бермудски острови, Боливия, Босна и Херцеговина, Ботсвана, Бразилия, Британска територия в Индийския океан, Британски Вирджински острови, Бруней Даруссалам, Бряг на слоновата кост Кот д'Ивоар, Буве, Буркина Фасо, Бурунди, Бутан, България, Вануату, Ватикана, Венецуела, Виетнам, Габон, Гамбия, Гана, Гаяна, Гваделупа, Гватемала, Гвинея, Гвинея-Бисау, Германия, Гибралтар, Гренада, Гренландия, Грузия, Гуам, Гърнси, Гърция, Дания, Демократична република Конго Заир, Джибути, Джърси, Доминика, Доминиканска република, Египет, Еквадор, Екваториална Гвинея, Ел Салвадор, Еритрея, Естония, Етиопия, Замбия, Западна Сахара, Зимбабве, Йемен, Израел, Източен Тимор, Индия, Индонезия, Йордания, Ирак, Иран, Ирландия, Исландия, Испания, Италия, Кабо Верде острови Зелени Нос, Казахстан, Каймански острови, Камбоджа, Камерун, Канада, Карибска Холандия, Катар, Кения, Кипър, Киргизстан, Кирибати, Китай, Кокосови острови, Коледни острови, Колумбия, Коморски острови, Конго, Коста Рика, Куба, Кувейт, Кюрасао ç, Лаос, Латвия, Лесото, Либерия, Либия, Ливан, Литва, Лихтенщайн, Люксембург, Мавритания, Мавриций, Мадагаскар, Майот, Макао, Македония, Малави, Малайзия, Малдиви, Мали, Малта, Ман остров, Мароко, Мартиника, Маршалови острови, Мексико, Мианмар, Микронезия, Мозамбик, Молдова, Монако, Монголия, Монсерат, Намибия, Науру, Непал, Нигер, Нигерия, Никарагуа, Ниуе, Нова Зеландия, Нова Каледония, Норвегия, Норфолк остров, Обединени арабски емирства, Оман, Острови Кук, Острови Хърд и Макдоналд, Пакистан, Палау, Палестина, Панама, Папуа Нова Гвинея, Парагвай, Перу, Питкерн, Полша, Португалия, Пуерто Рико, Реюнион, Руанда, Румъния, Русия, Самоа, Сан марино, Сао Томе и Принсипи, Саудитска Арабия, САЩ, Свазиленд, Свалбард и Ян Майен, Света Елена остров, Северна Корея, Северни Мариански острови, Сейнт Бартс, Сейнт Винсент и Гренадини, Сейнт Китс и Невис, Сейнт Лусия, Сейшели, Сен Мартен Франция, Сен Пиер и Микелон, Сенегал, Сиера Леоне, Сингапур, Синт Мартен Холандия, Сирия, Словакия, Словения, Соломонови острови, Сомалия, Судан, Суринам, Сърбия, Таджикистан, Тайван, Тайланд, Танзания, Того, Токелау, Тонга, Тринидад и Тобаго, Тувалу, Тунис, Туркменистан, Турция, Търкс и Кайкос, Уганда, Узбекистан, Украйна, Унгария, Уолис и Футуна, Уругвай, Фарьорски острови, Фиджи, Филипини, Финландия, Фолкландски острови, Франция, Френска Полинезия, Френски южни и антарктически територии, Фреска Гвиана, Хаити, Холандия, Хондурас, Хонконг, Хърватска, Централноафриканска република, Чад, Черна гора, Чехия, Чили, Швейцария, Швеция, Шри Ланка, ЮАР, Южен Судан, Южна Джорджия и Южни Сандвичеви острови, Южна Корея, Ямайка, Япония] building_number: ['#', '##', '###'] street_suffix: ['ул.', 'улица', 'площад', 'пл.', 'булевард', 'бул.'] postcode: ['####'] street_title: ['България', 'Демокрация', 'Патриарх Евтимий', 'Опълченска', 'Княз Борис', 'Народно събрание', 'Симеон Велики', 'Лъчезар Станчев', 'Г.М Димитров', 'Мария Габровска', 'Оборище', 'Иван Вазов', 'Бъднина', 'Орлинска', 'Николавеска', 'Цар Петър', 'Будапеща', 'Чехов', 'Три Уши', 'Вила', 'Първи Май', 'Тотлебен', 'Симеоновско Шосе', 'Васил Левски', 'Черни Връх', 'Йерусалим', 'Акация', 'Самодива', 'Георги Аспарухов', 'Иван Шишман', 'Славейков', 'Македония', 'Христо Ботев', 'Руски Паметник', 'Обзор', 'Свети Климент Охридски', 'Дъбница', 'Айдемир', 'Професор Марко Семов', 'Баку', 'Никола Габровски', '8 декември', 'Джон Ленън', 'Професор Кирил Попов', 'Петър Попов', 'Чавдар Мутафов', 'Могилата', 'Филип Кутев', 'Сребърна', 'Козяк', 'Емилиян Станев', 'Хенрик Ибсен', 'Бадемова Гора', 'Петко Тодоров', 'Тодор Каблешков', 'Пирин', 'Казбек', 'Света Марина', 'Приррода', 'Люляк', 'Лелинска Чука', 'Пчела', 'Белмекен', 'Мусала', 'Вихрен', 'Будилник', 'Горица', 'Европа', 'Любляна', 'Брюксел', 'Ливада', 'Букет', 'Нов Век', 'Чуката', 'Кустут', 'Овча Купел', 'Войводина Могила', 'Народно хоро', 'Камелия', 'Маестро Кънев', 'Петя Дубарова', 'Промишлена', 'Джеймс Баучер', 'Гайтанци'] city_name: ['Айтос', 'Аксаково', 'Алфатар', 'Антоново', 'Априлци', 'Ардино', 'Асеновград', 'Ахелой', 'Ахтопол', 'Балчик', 'Банкя', 'Банско', 'Баня', 'Батак', 'Батановци', 'Белене', 'Белица', 'Белово', 'Белоградчик', 'Белослав', 'Берковица', 'Благоевград', 'Бобов Дол', 'Бобошево', 'Божурище', 'Бойчиновци', 'Болярово', 'Борово', 'Ботевград', 'Брацигово', 'Брегово', 'Брезник', 'Брезово', 'Брусарци', 'Бургас', 'Бухово', 'Българово', 'Бяла', 'Бяла', 'Бяла Слатина', 'Бяла Черква', 'Варна', 'Велики Преслав', 'Велико Търново', 'Велинград', 'Ветово', 'Ветрен', 'Видин', 'Враца', 'Вълчедръм', 'Вълчи Дол', 'Върбица', 'Вършец', 'Габрово', 'Генерал Тошево', 'Главиница', 'Глоджево', 'Годеч', 'Горна Оряховица', 'Гоце Делчев', 'Грамада', 'Гулянци', 'Гурково', 'Гълъбово', 'Две Могили', 'Дебелец', 'Девин', 'Девня', 'Джебел', 'Димитровград', 'Димово', 'Добринище', 'Добрич', 'Долна Баня', 'Долна Митрополия', 'Долна Оряховица', 'Долни Дъбник', 'Долни Чифлик', 'Доспат', 'Драгоман', 'Дряново', 'Дулово', 'Дунавци', 'Дупница', 'Дългопол', 'Елена', 'Елин Пелин', 'Елхово', 'Етрополе', 'Завет', 'Земен', 'Златарица', 'Златица', 'Златоград', 'Ивайловград', 'Игнатиево', 'Искър', 'Исперих', 'Ихтиман', 'Каблешково', 'Каварна', 'Казанлък', 'Калофер', 'Камено', 'Каолиново', 'Карлово', 'Карнобат', 'Каспичан', 'Кермен', 'Килифарево', 'Китен', 'Клисура', 'Кнежа', 'Козлодуй', 'Койнаре', 'Копривщица', 'Костандово', 'Костенец', 'Костинброд', 'Котел', 'Кочериново', 'Кресна', 'Криводол', 'Кричим', 'Крумовград', 'Крън', 'Кубрат', 'Куклен', 'Кула', 'Кърджали', 'Кюстендил', 'Левски', 'Летница', 'Ловеч', 'Лозница', 'Лом', 'Луковит', 'Лъки', 'Любимец', 'Лясковец', 'Мадан', 'Маджарово', 'Малко Търново', 'Мартен', 'Мездра', 'Мелник', 'Меричлери', 'Мизия', 'Момин Проход', 'Момчилград', 'Монтана', 'Мъглиж', 'Неделино', 'Несебър', 'Николаево', 'Никопол', 'Нова Загора', 'Нови Искър', 'Нови Пазар', 'Обзор', 'Омуртаг', 'Опака', 'Оряхово', 'Павел Баня', 'Павликени', 'Пазарджик', 'Панагюрище', 'Перник', 'Перущица', 'Петрич', 'Пещера', 'Пирдоп', 'Плачковци', 'Плевен', 'Плиска', 'Пловдив', 'Полски Тръмбеш', 'Поморие', 'Попово', 'Пордим', 'Правец', 'Приморско', 'Провадия', 'Първомай', 'Раднево', 'Радомир', 'Разград', 'Разлог', 'Ракитово', 'Раковски', 'Рила', 'Роман', 'Рудозем', 'Русе', 'Садово', 'Самоков', 'Сандански', 'Сапарева Баня', 'Свети Влас', 'Свиленград', 'Свищов', 'Своге', 'Севлиево', 'Сеново', 'Септември', 'Силистра', 'Симеоновград', 'Симитли', 'Славяново', 'Сливен', 'Сливница', 'Сливо Поле', 'Смолян', 'Смядово', 'Созопол', 'Сопот', 'София', 'Средец', 'Стамболийски', 'Стара Загора', 'Стражица', 'Стралджа', 'Стрелча', 'Суворово', 'Сунгурларе', 'Сухиндол', 'Съединение', 'Сърница', 'Твърдица', 'Тервел', 'Тетевен', 'Тополовград', 'Троян', 'Трън', 'Тръстеник', 'Трявна', 'Тутракан', 'Търговище', 'Угърчин', 'Хаджидимово', 'Харманли', 'Хасково', 'Хисаря', 'Цар Калоян', 'Царево', 'Чепеларе', 'Червен Бряг', 'Черноморец', 'Чипровци', 'Чирпан', 'Шабла', 'Шивачево', 'Шипка', 'Шумен', 'Ябланица', 'Якоруда', 'Ямбол'] city: - "#{Address.city_name}" street_name: - "#{street_suffix} #{Address.street_title}" street_address: - "#{street_name}, #{building_number}" default_country: [България] internet: free_email: [abv.bg, mail.bg, dir.bg, gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, bg, info, бг, net, org] name: male_first_name: [Александър, Антонио, Адриан, Ангел, Аспарух, Алекси, Борислав, Борис, Бойко, Бисер, Благовест, Боримир, Виктор, Владимир, Владислав, Валентин, Валери, Венцислав, Героги, Григор, Гроздан, Геро, Димитър, Даниел, Денис, Денислав, Дамян, Добромир, Динко, Добрин, Евгени, Емил, Евтим, Евстати, Еленко, Живко, Желязко, Жельо, Здравко, Захари, Златомир, Звездомир, Ивам. Илиян, Илия, Ивелин, Игор, Йордан, Йосиф, Йонко, Кристиян, Калоян, Крис, Красимир, Камен, Кирил, Крум, Кубрат, Кристоф, Любомир, Лъчезар, Лазар, Мартин, Максим, Мирослав, Максимилиан, Матей, Мариан, Милко, Николай, Недялко, Никофор, Нестор, Огнян, Орлин, Пламен, Пресиан, Пеко, Петър, Павел, Радослав, Росен, Румен, Самуил, Симеон, Станислав, Спас, Спиридон, Теодор, Тони, Тома, Тихомир, Филип, Христо, Христослав, Христиан, Цеко, Цветан, Цветелин, Чавдар, Чочо, Щилян, Юлиан, Юри, Явор, Ясен, Янис, Янко] male_middle_name: [Александров, Адрианов, Ангелов, Аспарухов, Алексиев, Бориславов, Бисеров, Благовестов, Боримиров, Викторов, Владимиров, Владиславов, Валентинов, Венциславов, Георгиев, Григоров, Грозданов, Димитров, Даниелов, Денисов, Дениславов, Дамянов, Добромиров, Евгениев, Петров, Иванов, Павлов] male_last_name: [Иванов, Георгиев, Димитров, Петров, Николов, Христов, Стоянов, Тодоров, Илиев, Василев, Атанасов, Петков, Янгелов, Колев, Йорданов, Маринов, Стефанов, Попов, Михайлов, Кръстев, Костов, Димов, Костадинов, Павлов, Митев, Симеонов, Цветков, Александров, Марков, Спасов, Лазаров, Добрев, Андреев, Младенов, Русев, Вълчев, Радев, Янев, Найденов, Пенев, Янков, Станчев, Стойчев, Славов, Григоров, Киров, Алексиев, Станев, Стойков, Борисов] female_first_name: [Мария, Иванка, Елена, Йорданка, Пенка, Маргарита, Виолета, Лиляна, Цветанка, Радка, Надежда, Марийка, Румяна, Тодорка, Стефка, Стоянка, Василка, Росица, Станка, Емилия, Донка, Милка, Величка, Райна, Анка, Красимира, Снежана, Мариана, Валентина, Янка, Христина, Катя, Николина, Даниела, Татяна, Светла, Галина, Златка, Лилия, Екатерина, Цветана, Недялка, Диана, Антоанета, Павлина, Анна, Веселина, Славка, Марияна, Юлия] female_middle_name: [Александрова, Адрианова, Ангелова, Аспарухова, Алексиева, Марианов, Бисерова, Благовестова, Боримирова, Викториева, Владимирова, Валентинова, Венциславова, Георгиева, Григорова, Грозданова, Димитрова, Даниелова, Денисова, Дамянова, Добромирова, Евгениева, Петрова, Иванова, Павлова] female_last_name: [Иванова, Георгиева, Димитрова, Петрова, Николова, Стоянова, Христова, Тодорова, Илиева, Василева, Атанасова, Петкова, Ангелова, Колева, Йорданова, Маринова, Стефанова, Попова, Михайлова, Кръстева, Костова, Димова, Павлова, Костадинова, Митева, Симеонова, цветкова, Александрова, Маркова, Спасова, Лазарова, Добрева, Младенова, Андреева, Янева, Радева, Русева, Янкова, Пенева, Вълчева, Григорова, Кирова, Найденова, Станчева, Алексиева, Стойчева, Борисова, Славова, Станева, Панайотова] name: - "#{male_first_name} #{male_last_name}" - "#{male_last_name} #{male_first_name}" - "#{male_first_name} #{male_middle_name} #{male_last_name}" - "#{male_last_name} #{male_first_name} #{male_middle_name}" - "#{female_first_name} #{female_last_name}" - "#{female_last_name} #{female_first_name}" - "#{female_first_name} #{female_middle_name} #{female_last_name}" - "#{female_last_name} #{female_first_name} #{female_middle_name}" cell_phone: formats: ['088#######', '087#######', '089#######'] faker-1.9.1/lib/locales/ca-CAT.yml000066400000000000000000000112011332146201300165030ustar00rootroot00000000000000# encoding: utf-8 ca-CAT: faker: address: city: [Amposta, Badalona, Barberà del Vallès, Barcelona, Blanes, Calafell, Cambrils, Castellar del Vallès, Castelldefels, Cerdanyola del Vallès, Cornellà de Llobregat, El Masnou, El Prat de Llobregat, El Vendrell, Esparreguera, Esplugues de Llobregat, Figueres, Gavà, Girona, Granollers, Igualada, Lleida, Lloret de Mar, Manlleu, Manresa, Martorell, Mataró, Molins de Rei, Mollet del Vallès, Montcada i Reixac, Olesa de Montserrat, Olot, Palafrugell, Pineda de Mar, Premià de Mar, Reus, Ripollet, Rubí, Sabadell, Salou, Salt, Sant Adrià de Besòs, Sant Andreu de la Barca, Sant Boi de Llobregat, Sant Cugat del Vallès, Sant Feliu de Guíxols, Sant Feliu de Llobregat, Sant Joan Despí, Sant Pere de Ribes, Sant Vicenç dels Horts, Santa Coloma de Gramenet, Santa Perpètua de Mogoda, Sitges, Tarragona, Terrassa, Tortosa, Valls, Vic, Vila-seca, Viladecans, Vilafranca del Penedès, Vilanova i la Geltrú] country: [Afganistan, Albània, Alemanya, Algèria, Andorra, Angola, Antigua i Barbuda, Aràbia Saudita, Argentina, Armènia, Austràlia, Àustria, Azerbaidjan, Bahames, Bahrain, Bangla Desh, Barbados, Bèlgica, Belize, Benín, Bhutan, Bielorússia, Bolívia, Bòsnia i Hercegovina, Botswana, Brasil, Brunei, Bulgària, Burkina Faso, Burundi, Cambodja, Camerun, Canadà, Cap Verd, Catalunya, Ciutat del Vaticà, Colòmbia, Comores, Corea del Nord, Corea del Sud, Costa d''Ivori, Costa Rica, Croàcia, Cuba, Dinamarca, Djibouti, Dominica, Egipte, El Salvador, Emirats Àrabs Units, Equador, Eritrea, Eslovàquia, Eslovènia, Espanya, Estats Federats de Micronèsia, Estats Units, Estònia, Etiòpia, Fiji, Filipines, Finlàndia, França, Gabon, Gàmbia, Geòrgia, Ghana, Grècia, Grenada, Guatemala, Guinea, Guinea Bissau, Guinea Equatorial, Guyana, Haití, Hondures, Hongria, Iemen, Illes Marshall, Índia, Indonèsia, Iran, Iraq, Islàndia, Israel, Itàlia, Jamaica, Japó, Jordània, Kazakhstan, Kenya, Kirguizistan, Kiribati, Kuwait, Laos, Lesotho, Letònia, Líban, Libèria, Líbia, Liechtenstein, Lituània, Luxemburg, Macedònia, Madagascar, Malàisia, Malawi, Maldives, Mali, Malta, Marroc, Maurici, Mauritània, Mèxic, Moçambic, Moldàvia, Mònaco, Mongòlia, Myanmar, Namíbia, Nauru, Nepal, Nicaragua, Níger, Nigèria, Noruega, Nova Zelanda, Oman, Països Baixos, Pakistan, Palau, Panamà, Papua Nova Guinea, Paraguai, Perú, Polònia, Portugal, Qatar, Regne Unit, República Centreafricana, República d''Irlanda, República de la Xina, República del Congo, República Democràtica del Congo, República Dominicana, República Popular de la Xina, República Txeca, Romania, Rússia, Rwanda, Saint Kitts i Nevis, Saint Lucia, Saint Vincent i les Grenadines, Salomó, Samoa Occidental, San Marino, São Tomé i Príncipe, Senegal, Sèrbia i Montenegro, Seychelles, Sierra Leone, Singapur, Síria, Somàlia, Sri Lanka, Sud-àfrica, Sudan, Sudan del Sud, Suècia, Suïssa, Surinam, Swazilàndia, Tadjikistan, Tailàndia, Tanzània, Timor Oriental, Togo, Tonga, Trinitat i Tobago, Tunísia, Turkmenistan, Turquia, Tuvalu, Txad, Ucraïna, Uganda, Uruguai, Uzbekistan, Vanuatu, Veneçuela, Vietnam, Xile, Xipre, Zàmbia, Zimbabwe] building_number: [' s/n.', ', #', ', ##', ' #', ' ##'] street_suffix: [Avinguda, Baixada, Barranc, Barri, Carrer, Camí, Carretera, Coll, Passeig, Plaça, Polígon, Rambla, Riera, Ronda, Torrent, Travessia] secondary_address: ['Esc. ###', 'Porta ###'] postcode: ['#####'] province: [Barcelona, Girona, Lleida, Tarragona] state: [l''Alt Camp, l''Alt Empordà, l''Alt Penedès, l''Alt Urgell, l''Alta Ribagorça, l''Anoia, el Bages, el Baix Camp, el Baix Ebre, el Baix Empordà, el Baix Llobregat, el Baix Penedès, el Barcelonès, el Berguedà, la Cerdanya, la Conca de Barberà, el Garraf, les Garrigues, la Garrotxa, el Gironès, el Maresme, el Moianès, el Montsià, la Noguera, Osona, el Pallars Jussà, el Pallars Sobirà, el Pla d''Urgell, el Pla de l''Estany, el Priorat, la Ribera d''Ebre, el Ripollès, la Segarra, el Segrià, la Selva, el Solsonès, el Tarragonès, la Terra Alta, l''Urgell, la Val d''Aran, el Vallès Occidental, el Vallès Oriental] street_name: - "#{street_suffix} #{Name.first_name}" - "#{street_suffix} #{Name.first_name} #{Name.last_name}" - "#{street_suffix} #{country}" street_address: - "#{street_name}#{building_number}" - "#{street_name}#{building_number} #{secondary_address}" default_country: [Catalunya] phone_number: formats: ['9##-###-###', '9##.###.###', '9## ### ###', '9########'] cell_phone: formats: ['6##-###-###', '6##.###.###', '6## ### ###', '6########'] faker-1.9.1/lib/locales/ca.yml000066400000000000000000000126411332146201300161070ustar00rootroot00000000000000# encoding: utf-8 ca: faker: name: female_first_name: [Abellera, Abril, Ada, Adaleda, Adaleis, Àgata, Agnès, Aida, Aidé, Ailo, Aina, Alamanda, Alba, Aledis, Alfreda, Alícia, Alix, Almodis, Aloma, Anaïs, Anastàsia, Àneu, Àngela, Àngels, Anna, Antiga, Antònia, Arcàngela, Ardoina, Ariadna, Arlet, Arsenda, Arsendis, Assumpció, Aura, Àurea, Aurembiaix, Aurora, Bàrbara, Bartomeva, Beatriu, Benvinguda, Betlem, Bibianna, Blanca, Blau, Bondia, Bruguers, Brugués, Bruna, Brunisenda, Candela, Carla, Carlota, Carme, Carolina, Casilda, Caterina, Cèlia, Chaymae, Cinta, Cior, Cira, Cixilona, Clotilde, Constança, Cristina, Dalila, Dolça, Dolors, Duna, Elena, Èlia, Elionor, Elisabet, Elisenda, Elvira, Emma, Enriqueta, Escarlata, Esclarmunda, Estel, Estel·la, Ester, Eugènia, Eulàlia, Fe, Ferrera, Foix, Gal·la, Gemma, Georgina, Glòria, Gotlana, Gotruda, Gueralda, Guillelma, Guillema, Guisla, Helena, Ia, Immaculada, Inda, Iolanda, Irene, Isaura, Isona, Ivet, Jacina, Jara, Joana, Jordina, Judit, Judith, Júlia, Laia, Laura, Lerenna, Letgarda, Letícia, Lia, Lídia, Llúcia, Lluïsa, Llura, Mafalda, Mar, Margalida, Maria, Mariona, Marta, Martina, Mercè, Meritxell, Mireia, Mònica, Montserrat, Natàlia, Nati, Neus, Nit, Noa, Noemí, Norma, Nura, Núria, Olga, Oliva, Pagesa, Patrícia, Paula, Peregrina, Peronella, Pilar, Ponça, Queralt, Quima, Ramona, Raquel, Remei, Riquilda, Rita, Romea, Rosa, Rosalia, Roser, Rosó, Rovella, Rut, Sança, Sancia, Sancina, Saurina, Selma, Senda, Siara, Sibil·la, Sibilia, Silvana, Sílvia, Sira, Sònia, Suavas, Suevis, Tamar, Teia, Timburguera, Tresa, Tuixén, Tura, Urgell, Úrsula, Valèria, Vanessa, Verònica, Victòria, Vinyet, Violant, Violeta, Virgínia, Xènia, Zenaida, Zoa] female_prefix: [Sra.] male_first_name: [Aaró, Aaron, Abacuc, Abba, Abel, Abelard, Abraham, Acfred, Adam, Adrià, Albà, Albert, Aleix, Aleu, Àlex, Álex, Alexandre, Alfons, Alfred, Àlvar, Amadeu, Amador, Amalric, Amand, Anastasi, Andreu, Àngel, Aniol, Antoni, Apel·les, Arcadi, Armand, Armengol, Arnau, Artal, Artur, August, Àxel, Bartolí, Bartolomeu, Benet, Bert, Biel, Blai, Blanc, Boi, Bonaventura, Borja, Borràs, Borrell, Bru, Carbó, Carles, Castelló, Cèsar, Cesc, Constantí, Cristià, Cugat, Damià, Daniel, David, Dídac, Domènec, Donat, Drac, Eduard, Egidi, Elm, Eloi, Enric, Èric, Ermengol, Ernest, Estanislau, Eudald, Feliu, Fèlix, Ferriol, Fortià, Garbí, Gastó, Gaufred, Gausbert, Gausfred, Gelabert, Genís, Gerai, Gerald, Gerard, Germà, Gonçal, Grau, Gregori, Guerau, Guifré, Guim, Guiu, Gustau, Habacuc, Hèctor, Hug, Ignasi, Iol, Isaac, Isma, Iu, Ivan, Izan, Joan, Joel, Jofre, Jonàs, Jordi, Josefí, Josep, Julià, Kilian, Laureà, Llàtzer, Lledó, Lleó, Lluc, Llucià, Lluis, Llull, Llum, Luard, Magí, Manel, Marc, Marçal, Margarit, Maricel, Marimon, Martí, Mateu, Maurici, Milos, Miquel, Miró, Mirt, Modest, Natan, Nèstor, Nil, Olaf, Olau, Oleguer, Oliver, Oriol, Oscar, Òscar, Ot, Ota, Otger, Palau, Pau, Peris, Pol, Quel, Quer, Quim, Quintí, Quirze, Quixot, Radulf, Rafael, Rafaela, Raimon, Ramir, Raül, Rauric, Renat, Rispau, Robert, Roc, Roderic, Roger, Rosseyó, Rubén, Rutger, Samuel, Sanç, Santiago, Saoni, Serafí, Sergi, Sever, Severí, Sibil, Silvà, Siset, Sunyer, Telm, Uguet, Uriel, Valentí, Valeri, Vicenç, Víctor, Vidal, Xavier, Zacaries, Zenon, Zotan] male_prefix: [Sr.] last_name: [Adell, Albert, Aubert, Alemany, Armengol, Armengou, Amengual, Mengual, Balasch, Bonastre, Bosch, Batallé, Cabot, Calafell, Camprubí, Cardona, Casajuana, Casajoana, Canudas, Codina, Codines, Codinas, Comas, Comes, Coma, Danés, Danès, Estruch, Fabré, Febrer, Ferrer, Ferré, Farré, Ferrés, Farrés, Fortuny, Gasull, Gassull, Grau, Garau, Gual, Gol, Guasch, Gasch, Guarch, Guasp, Jordà, Llach, Llobet, Magrans, Maymó, Maimó, Mas, Massot, Masot, Melis, Miquel, Molas, Moragues, Moragas, Nàcher, Nadal, de Nadal, Oriol, Pitarch, Pitart, Pons, Prat, Raga, Reixach, Rexach, Riera, Reixachs, Rexachs, Ricart, Robert, Rubert, Roig, Roma, Ros, Sabater, Sabaté, Sabatés, Sabaters, Sala, Salom, Santacana, Sentmartí, Serra, Soler, Solé, Sulé, Taberner, Taberné, Taverner, Taverné, Tió, Thió, Vidal, Vives] first_name: - "#{female_first_name}" - "#{male_first_name}" name: - "#{female_prefix} #{female_first_name} #{last_name} #{last_name}" - "#{female_first_name} #{last_name} i #{last_name}" - "#{female_first_name} #{last_name} #{last_name}" - "#{female_first_name} #{last_name} #{last_name}" - "#{female_first_name} #{last_name} #{last_name}" - "#{male_prefix} #{male_first_name} #{last_name} #{last_name}" - "#{male_first_name} #{last_name} i #{last_name}" - "#{male_first_name} #{last_name} #{last_name}" - "#{male_first_name} #{last_name} #{last_name}" - "#{male_first_name} #{last_name} #{last_name}" color: name: [aiguamarina, albercoc, amarant, ambre, ametista, atzur, beix, bistre, blanc, blat, blau, blau cel, blau fosc, blau marí, blau reial, blauet, bronze, camussa, canyella, caqui, cardenal, carmesí, carmí, carnació, castany rogenc, celadont, ceruli, chartreuse, cian, cirera, corall, coure, crema, escarlata, granat, gris, gris fosc, groc, lavanda, lila, llima, magenta, malva, marró, morat, ocre, or, orquídia, panotxa, plata, porpra, préssec, pruna, verd, verd maragda, verd oliva, verd veronès, vermell, vermell fosc, vermelló, vinca, violat, vori] faker-1.9.1/lib/locales/da-DK.yml000066400000000000000000000137521332146201300164100ustar00rootroot00000000000000da-DK: faker: address: city_prefix: [Nord, Birke, Ny, Frederiks, Lille, Vær, Ring, Støv, Sven, Munke, Kerte, Horn, Aa, Bør, Otte, Had, Vi, Rud, Bro, Vide, Jyde, Lange] city_suffix: [by, hus, borg, holm, bjerg, lund, bro, bæk, løse, slev, rød, å, sør, skov, slet, værk, strup, købing, sted, sten, kro, toft, ring, vig, bo] country: [Rusland, Canada, Kina, USA, Brasilien, Australien, Indien, Argentina, Kasakhstan, Algeriet, Den Demokratiske Republik Congo, Danmark, Færøerne, Grønland, Saudi-Arabien, Mexico, Indonesien, Sudan, Libyen, Iran, Mongoliet, Peru, Chad, Niger, Angola, Mali, Sydafrika, Colombia, Etiopien, Bolivia, Mauretanien, Egypten, Tanzania, Nigeria, Venezuela, Namibia, Pakistan, Mocambique, Tyrkiet, Chile, Zambia, Marokko, Vestsahara, Burma, Afghanistan, Somalia, Den Centralafrikanske Republik, Sydsudan, Ukraine, Botswana, Madagaskar, Kenya, Frankrig, Fransk Guyana, Yemen, Thailand, Spanien, Turkmenistan, Cameroun, Papua Ny Guinea, Sverige, Usbekistan, Irak, Paraguay, Zimbabwe, Japan, Tyskland, Congo, Finland, Malaysia, Vietnam, Norge, Svalbard, Jan Mayen, Elfenbenskysten, Polen, Italien, Filippinerne, Ecuador, Burkina Faso, Nya Zealand, Gabon, Guinea, Storbritannien, Ghana, Rumænien, Laos, Uganda, Guyana, Oman, Hviderusland, Kirgisistan, Senegal, Syrien, Cambodja, Uruguay, Tunesien, Surinam, Nepal, Bangladesh, Tadsjikistan, Grækenland, Nicaragua, Eritrea, Nordkorea, Malawi, Benin, Honduras, Liberia, Bulgarien, Cuba, Guatemala, Island, Sydkorea, Ungarn, Portugal, Jordan, Serbien, Aserbajdsjan, Østrig, De Forenede Arabiske Emirater, Tjekkiet, Panama, Sierra Leone, Irland, Georgien, Sri Lanka, Litauen, Letland, Togo, Kroatien, Bosnien og Hercegovina, Costa Rica, Slovakiet, Den Dominikanske republik, Bhutan, Estland, Danmark, Færøerne, Grønland, Nederlænderne, Schweiz, Guinea-Bissau, Taiwan, Moldova, Belgien, Lesotho, Armenien, Albanien, Salomonøerne, Ækvatorialguinea, Burundi, Haiti, Rwanda, Makedonien, Djibouti, Belize, Israel, El Salvador, Slovenien, Fiji, Kuwait, Swaziland, Østtimor, Montenegro, Bahamas, Vanuatu, Qatar, Gambia, Jamaica, Kosovo, Libanon, Cypern, Brunei, Trinidad og Tobago, Kap Verde, Samoa, Luxembourg, Comorerne, Mauritius, São Tomé og Principe, Kiribati, Dominica, Tonga, Mikronesien, Singapore, Bahrain, Saint Lucia, Andorra, Palau, Seychellerne, Antigua og Barbuda, Barbados, Saint Vincent og Grenadinerne, Grenada, Malta, Maldiverne, Saint Kitts og Nevis, Marshalløerne, Liechtenstein, San Marino, Tuvalu, Nauru, Monaco, Vatikanstaten] country_code: ['DK'] common_street_suffix: [vej, gade] street_prefix: [Vester, Øster, Nørre, Over, Under] street_root: [Lærke, Birke, Vinkel, Vibe, Mølle, Ring, Skole, Skov, Ny, Ege, Sol, Industri, Kirke, Park, Strand, Eng] street_suffix: [vej, gade, gyde, allé] state: [Region Nordjylland, Region Midtjylland, Region Syddanmark, Region Hovedstaden, Region Sjælland] city: - "#{city_prefix}#{city_suffix}" street_name: - "#{street_root}#{street_suffix}" - "#{street_prefix} #{street_root}#{street_suffix}" - "#{Name.first_name}#{common_street_suffix}" - "#{Name.last_name}#{common_street_suffix}" postcode: ['####'] building_number: ['###', '##', '#'] secondary_address: ['Hus ###', '# TH.', '#TV.', '# MF.', '# ST.'] street_address: - "#{street_name} #{building_number}" default_country: [Danmark] company: suffix: ["A/S", "ApS", "I/S", "IVS", "Holding", "SMBA", "K/S", "SPW"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} #{suffix}" internet: domain_suffix: [dk, nu, com] name: first_name: [Peter, Jens, Lars, Michael, Henrik, Thomas, Søren, Jan, Christian, Niels, Anne, Kirsten, Hanne, Mette, Anna, Helle, Susanne, Lene, Maria, Marianne] last_name: [Nielsen, Jensen, Hansen, Pedersen, Andersen, Christensen, Larsen, Sørensen, Rasmussen, Jørgensen] prefix: ["Dr.", "Prof.", "Cand.mag.", "Cand.jur."] title: descriptor: [Leder, Senior, Fremtid, Produkt, National, Regional, Distrikt, Central, Global, Kunde, Investor, Dynamic, International, Legacy, Forward, Intern, HR, Direktør, Rektor] level: [Solutions, Program, Brand, Sikkerhed, Research, Marketing, Directives, Implementering, Integration, Funktionalitet, Respons, Paradigme, Taktik, Identitet, Markeder, Gruppe, Division, Applikationer, Optimering, Operationer, Infrastruktur, Intranet, Kommunikation, Web, Branding, Kvalitet, Kontrol, Mobilitet, Regnskab, Data, Kreativ, Konfiguration, Interaktioner, Faktorer, Anvendelighed, Metrik] job: [Supervisor, Officer, Manager, Ingeniør, Specialist, Direktør, Koordinator, Administrator, Arkitekt, Analytiker, Designer, Planner, Tekniker, Udvikler, Producer, Konsultant, Assistant, Agent, Tillidsrepræsentant, Strateg] name: - "#{first_name} #{last_name}" - "#{prefix} #{first_name} #{last_name}" phone_number: formats: - '## ## ## ##' - '##-##-##-##' cell_phone: formats: - '20 ## ## ##' - '30 ## ## ##' - '40 ## ## ##' commerce: color: [hvid, sølv, grå, sort, rød, grøn, blå, gul, lilla, guld, brun, rosa] department: ["Bøger", "Film", "Musik", "Spil", "Elektronik", "Computere", "Hus", "Have", "Værktøj", "Fødevarer", "Helse", "Skønhed", "Legetøj", "Tøj", "Sko", "Smykker", "Sport"] product_name: adjective: [Lille, Ergonomisk, Robust, Intelligent, Sød, Utrolig, Fantastisk, Praktisk, Slank, Fed, Enorm, Enkel, Tung, Let, Multianvendelig, Udholdende] material: [Stål, Metal, Træ, Beton, Plastic, Bomuld, Granit, Gummi, Latex, Læder, Silke, Uld, Ruskind, Linned, Marmor, Jern, Bronze, Kobber, Messing, Aluminium, Papir] product: [Stol, Bil, Computer, Buks, Trøje, Bord, Hat, Tallerken, Kniv, Flaske, Jakke, Lampe, Tastatur, Taske, Bænk, Ur, Pung] name: - "#{Address.city} #{suffix}" faker-1.9.1/lib/locales/de-AT.yml000066400000000000000000001005161332146201300164150ustar00rootroot00000000000000de-AT: faker: address: country: [Ägypten, Äquatorialguinea, Äthiopien, Österreich, Afghanistan, Albanien, Algerien, Amerikanisch-Samoa, Amerikanische Jungferninseln, Andorra, Angola, Anguilla, Antarktis, Antigua und Barbuda, Argentinien, Armenien, Aruba, Aserbaidschan, Australien, Bahamas, Bahrain, Bangladesch, Barbados, Belarus, Belgien, Belize, Benin, die Bermudas, Bhutan, Bolivien, Bosnien und Herzegowina, Botsuana, Bouvetinsel, Brasilien, Britische Jungferninseln, Britisches Territorium im Indischen Ozean, Brunei Darussalam, Bulgarien, Burkina Faso, Burundi, Chile, China, Cookinseln, Costa Rica, Dänemark, Demokratische Republik Kongo, Demokratische Volksrepublik Korea, Deutschland, Dominica, Dominikanische Republik, Dschibuti, Ecuador, El Salvador, Eritrea, Estland, Färöer, Falklandinseln, Fidschi, Finnland, Frankreich, Französisch-Guayana, Französisch-Polynesien, Französische Gebiete im südlichen Indischen Ozean, Gabun, Gambia, Georgien, Ghana, Gibraltar, Grönland, Grenada, Griechenland, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard und McDonaldinseln, Honduras, Hongkong, Indien, Indonesien, Irak, Iran, Irland, Island, Israel, Italien, Jamaika, Japan, Jemen, Jordanien, Jugoslawien, Kaimaninseln, Kambodscha, Kamerun, Kanada, Kap Verde, Kasachstan, Katar, Kenia, Kirgisistan, Kiribati, Kleinere amerikanische Überseeinseln, Kokosinseln, Kolumbien, Komoren, Kongo, Kroatien, Kuba, Kuwait, Laos, Lesotho, Lettland, Libanon, Liberia, Libyen, Liechtenstein, Litauen, Luxemburg, Macau, Madagaskar, Malawi, Malaysia, Malediven, Mali, Malta, ehemalige jugoslawische Republik Mazedonien, Marokko, Marshallinseln, Martinique, Mauretanien, Mauritius, Mayotte, Mexiko, Mikronesien, Monaco, Mongolei, Montserrat, Mosambik, Myanmar, Nördliche Marianen, Namibia, Nauru, Nepal, Neukaledonien, Neuseeland, Nicaragua, Niederländische Antillen, Niederlande, Niger, Nigeria, Niue, Norfolkinsel, Norwegen, Oman, Osttimor, Pakistan, Palau, Panama, Papua-Neuguinea, Paraguay, Peru, Philippinen, Pitcairninseln, Polen, Portugal, Puerto Rico, Réunion, Republik Korea, Republik Moldau, Ruanda, Rumänien, Russische Föderation, São Tomé und Príncipe, Südafrika, Südgeorgien und Südliche Sandwichinseln, Salomonen, Sambia, Samoa, San Marino, Saudi-Arabien, Schweden, Schweiz, Senegal, Seychellen, Sierra Leone, Simbabwe, Singapur, Slowakei, Slowenien, Somalien, Spanien, Sri Lanka, St. Helena, St. Kitts und Nevis, St. Lucia, St. Pierre und Miquelon, St. Vincent und die Grenadinen, Sudan, Surinam, Svalbard und Jan Mayen, Swasiland, Syrien, Türkei, Tadschikistan, Taiwan, Tansania, Thailand, Togo, Tokelau, Tonga, Trinidad und Tobago, Tschad, Tschechische Republik, Tunesien, Turkmenistan, Turks- und Caicosinseln, Tuvalu, Uganda, Ukraine, Ungarn, Uruguay, Usbekistan, Vanuatu, Vatikanstadt, Venezuela, Vereinigte Arabische Emirate, Vereinigte Staaten, Vereinigtes Königreich, Vietnam, Wallis und Futuna, Weihnachtsinsel, Westsahara, Zentralafrikanische Republik, Zypern] country_code: ['AT'] street_root: [Ahorn, Ahorngasse (St. Andrä), Alleestraße (Poysbrunn), Alpenlandstraße, Alte Poststraße, Alte Ufergasse, Am Kronawett (Hagenbrunn), Am Mühlwasser, Am Rebenhang, Am Sternweg, Anton Wildgans-Straße, Auer-von-Welsbach-Weg, Auf der Stift, Aufeldgasse, Bahngasse, Bahnhofstraße, Bahnstraße (Gerhaus), Basteigasse, Berggasse, Bergstraße, Birkenweg, Blasiussteig, Blattur, Bruderhofgasse, Brunnelligasse, Bühelweg, Darnautgasse, Donaugasse, Dorfplatz (Haselbach), Dr.-Oberreiter-Straße, Dr.Karl Holoubek-Str., Drautal Bundesstraße, Dürnrohrer Straße, Ebenthalerstraße, Eckgrabenweg, Erlenstraße, Erlenweg, Eschenweg, Etrichgasse, Fassergasse, Feichteggerwiese, Feld-Weg, Feldgasse, Feldstapfe, Fischpointweg, Flachbergstraße, Flurweg, Franz Schubert-Gasse, Franz-Schneeweiß-Weg, Franz-von-Assisi-Straße, Fritz-Pregl-Straße, Fuchsgrubenweg, Födlerweg, Föhrenweg, Fünfhaus (Paasdorf), Gabelsbergerstraße, Gartenstraße, Geigen, Geigergasse, Gemeindeaugasse, Gemeindeplatz, Georg-Aichinger-Straße, Glanfeldbachweg, Graben (Burgauberg), Grub, Gröretgasse, Grünbach, Gösting, Hainschwang, Hans-Mauracher-Straße, Hart, Teichstraße, Hauptplatz, Hauptstraße, Heideweg, Heinrich Landauer Gasse, Helenengasse, Hermann von Gilmweg, Hermann-Löns-Gasse, Herminengasse, Hernstorferstraße, Hirsdorf, Hochfeistritz, Hochhaus Neue Donau, Hof, Hussovits Gasse, Höggen, Hütten, Janzgasse, Jochriemgutstraße, Johann-Strauß-Gasse, Julius-Raab-Straße, Kahlenberger Straße, Karl Kraft-Straße, Kegelprielstraße, Keltenberg-Eponaweg, Kennedybrücke, Kerpelystraße, Kindergartenstraße, Kinderheimgasse, Kirchenplatz, Kirchweg, Klagenfurter Straße, Klamm, Kleinbaumgarten, Klingergasse, Koloniestraße, Konrad-Duden-Gasse, Krankenhausstraße, Kubinstraße, Köhldorfergasse, Lackenweg, Lange Mekotte, Leifling, Leopold Frank-Straße (Pellendorf), Lerchengasse (Pirka), Lichtensternsiedlung V, Lindenhofstraße, Lindenweg, Luegstraße, Maierhof, Malerweg, Mitterweg, Mittlere Hauptstraße, Moosbachgasse, Morettigasse, Musikpavillon Riezlern, Mühlboden, Mühle, Mühlenweg, Neustiftgasse, Niederegg, Niedergams, Nordwestbahnbrücke, Oberbödenalm, Obere Berggasse, Oedt, Am Färberberg, Ottogasse, Paul Peters-Gasse, Perspektivstraße, Poppichl, Privatweg, Prixgasse, Pyhra, Radetzkystraße, Raiden, Reichensteinstraße, Reitbauernstraße, Reiterweg, Reitschulgasse, Ringweg, Rupertistraße, Römerstraße, Römerweg, Sackgasse, Schaunbergerstraße, Schloßweg, Schulgasse (Langeck), Schönholdsiedlung, Seeblick, Seestraße, Semriacherstraße, Simling, Sipbachzeller Straße, Sonnenweg, Spargelfeldgasse, Spiesmayrweg, Sportplatzstraße, St.Ulrich, Steilmannstraße, Steingrüneredt, Strassfeld, Straßerau, Stöpflweg, Stüra, Taferngasse, Tennweg, Thomas Koschat-Gasse, Tiroler Straße, Torrogasse, Uferstraße (Schwarzau am Steinfeld), Unterdörfl, Unterer Sonnrainweg, Verwaltersiedlung, Waldhang, Wasen, Weidenstraße, Weiherweg, Wettsteingasse, Wiener Straße, Windisch, Zebragasse, Zellerstraße, Ziehrerstraße, Zulechnerweg, Zwergjoch, Ötzbruck] building_number: ['###', '##', '#', '##a', '##b', '##c'] secondary_address: ['Apt. ###', 'Zimmer ###', '# OG'] postcode: ['####'] state: [Burgenland, Kärnten, Niederösterreich, Oberösterreich, Salzburg, Steiermark, Tirol, Vorarlberg, Wien] state_abbr: [Bgld., Ktn., NÖ, OÖ, Sbg., Stmk., T, Vbg., W] city_name: [Aigen im Mühlkreis, Allerheiligen bei Wildon, Altenfelden, Arriach, Axams, Baumgartenberg, Bergern im Dunkelsteinerwald, Berndorf bei Salzburg, Bregenz, Breitenbach am Inn, Deutsch-Wagram, Dienten am Hochkönig, Dietach, Dornbirn, Dürnkrut, Eben im Pongau, Ebenthal in Kärnten, Eichgraben, Eisenstadt, Ellmau, Feistritz am Wechsel, Finkenberg, Fiss, Frantschach-St. Gertraud, Fritzens, Gams bei Hieflau, Geiersberg, Graz, Großhöflein, Gößnitz, Hartl, Hausleiten, Herzogenburg, Hinterhornbach, Hochwolkersdorf, Ilz, Ilztal, Innerbraz, Innsbruck, Itter, Jagerberg, Jeging, Johnsbach, Johnsdorf-Brunn, Jungholz, Kirchdorf am Inn, Klagenfurt, Kottes-Purk, Krumau am Kamp, Krumbach, Lavamünd, Lech, Linz, Ludesch, Lödersdorf, Marbach an der Donau, Mattsee, Mautern an der Donau, Mauterndorf, Mitterbach am Erlaufsee, Neudorf bei Passail, Neudorf bei Staatz, Neukirchen an der Enknach, Neustift an der Lafnitz, Niederleis, Oberndorf in Tirol, Oberstorcha, Oberwaltersdorf, Oed-Oehling, Ort im Innkreis, Pilgersdorf, Pitschgau, Pollham, Preitenegg, Purbach am Neusiedler See, Rabenwald, Raiding, Rastenfeld, Ratten, Rettenegg, Salzburg, Sankt Johann im Saggautal, St. Peter am Kammersberg, St. Pölten, St. Veit an der Glan, Taxenbach, Tragwein, Trebesing, Trieben, Turnau, Ungerdorf, Unterauersbach, Unterstinkenbrunn, Untertilliach, Uttendorf, Vals, Velden am Wörther See, Viehhofen, Villach, Vitis, Waidhofen an der Thaya, Waldkirchen am Wesen, Weißkirchen an der Traun, Wien, Wimpassing im Schwarzatale, Ybbs an der Donau, Ybbsitz, Yspertal, Zeillern, Zell am Pettenfirst, Zell an der Pram, Zerlach, Zwölfaxing, Öblarn, Übelbach, Überackern, Übersaxen, Übersbach] city: - "#{city_name}" street_name: - "#{street_root}" street_address: - "#{street_name} #{building_number}" default_country: [Österreich] company: suffix: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OHG] legal_form: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OHG] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} und #{Name.last_name}" internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, info, name, net, org, de, ch, at] name: first_name: [Aaron, Abdul, Abdullah, Adam, Adrian, Adriano, Ahmad, Ahmed, Ahmet, Alan, Albert, Alessandro, Alessio, Alex, Alexander, Alfred, Ali, Amar, Amir, Amon, Andre, Andreas, Andrew, Angelo, Ansgar, Anthony, Anton, Antonio, Arda, Arian, Armin, Arne, Arno, Arthur, Artur, Arved, Arvid, Ayman, Baran, Baris, Bastian, Batuhan, Bela, Ben, Benedikt, Benjamin, Bennet, Bennett, Benno, Bent, Berat, Berkay, Bernd, Bilal, Bjarne, Björn, Bo, Boris, Brandon, Brian, Bruno, Bryan, Burak, Calvin, Can, Carl, Carlo, Carlos, Caspar, Cedric, Cedrik, Cem, Charlie, Chris, Christian, Christiano, Christoph, Christopher, Claas, Clemens, Colin, Collin, Conner, Connor, Constantin, Corvin, Curt, Damian, Damien, Daniel, Danilo, Danny, Darian, Dario, Darius, Darren, David, Davide, Davin, Dean, Deniz, Dennis, Denny, Devin, Diego, Dion, Domenic, Domenik, Dominic, Dominik, Dorian, Dustin, Dylan, Ecrin, Eddi, Eddy, Edgar, Edwin, Efe, Ege, Elia, Eliah, Elias, Elijah, Emanuel, Emil, Emilian, Emilio, Emir, Emirhan, Emre, Enes, Enno, Enrico, Eren, Eric, Erik, Etienne, Fabian, Fabien, Fabio, Fabrice, Falk, Felix, Ferdinand, Fiete, Filip, Finlay, Finley, Finn, Finnley, Florian, Francesco, Franz, Frederic, Frederick, Frederik, Friedrich, Fritz, Furkan, Fynn, Gabriel, Georg, Gerrit, Gian, Gianluca, Gino, Giuliano, Giuseppe, Gregor, Gustav, Hagen, Hamza, Hannes, Hanno, Hans, Hasan, Hassan, Hauke, Hendrik, Hennes, Henning, Henri, Henrick, Henrik, Henry, Hugo, Hussein, Ian, Ibrahim, Ilias, Ilja, Ilyas, Immanuel, Ismael, Ismail, Ivan, Iven, Jack, Jacob, Jaden, Jakob, Jamal, James, Jamie, Jan, Janek, Janis, Janne, Jannek, Jannes, Jannik, Jannis, Jano, Janosch, Jared, Jari, Jarne, Jarno, Jaron, Jason, Jasper, Jay, Jayden, Jayson, Jean, Jens, Jeremias, Jeremie, Jeremy, Jermaine, Jerome, Jesper, Jesse, Jim, Jimmy, Joe, Joel, Joey, Johann, Johannes, John, Johnny, Jon, Jona, Jonah, Jonas, Jonathan, Jonte, Joost, Jordan, Joris, Joscha, Joschua, Josef, Joseph, Josh, Joshua, Josua, Juan, Julian, Julien, Julius, Juri, Justin, Justus, Kaan, Kai, Kalle, Karim, Karl, Karlo, Kay, Keanu, Kenan, Kenny, Keno, Kerem, Kerim, Kevin, Kian, Kilian, Kim, Kimi, Kjell, Klaas, Klemens, Konrad, Konstantin, Koray, Korbinian, Kurt, Lars, Lasse, Laurence, Laurens, Laurenz, Laurin, Lean, Leander, Leandro, Leif, Len, Lenn, Lennard, Lennart, Lennert, Lennie, Lennox, Lenny, Leo, Leon, Leonard, Leonardo, Leonhard, Leonidas, Leopold, Leroy, Levent, Levi, Levin, Lewin, Lewis, Liam, Lian, Lias, Lino, Linus, Lio, Lion, Lionel, Logan, Lorenz, Lorenzo, Loris, Louis, Luan, Luc, Luca, Lucas, Lucian, Lucien, Ludwig, Luis, Luiz, Luk, Luka, Lukas, Luke, Lutz, Maddox, Mads, Magnus, Maik, Maksim, Malik, Malte, Manuel, Marc, Marcel, Marco, Marcus, Marek, Marian, Mario, Marius, Mark, Marko, Markus, Marlo, Marlon, Marten, Martin, Marvin, Marwin, Mateo, Mathis, Matis, Mats, Matteo, Mattes, Matthias, Matthis, Matti, Mattis, Maurice, Max, Maxim, Maximilian, Mehmet, Meik, Melvin, Merlin, Mert, Michael, Michel, Mick, Miguel, Mika, Mikail, Mike, Milan, Milo, Mio, Mirac, Mirco, Mirko, Mohamed, Mohammad, Mohammed, Moritz, Morten, Muhammed, Murat, Mustafa, Nathan, Nathanael, Nelson, Neo, Nevio, Nick, Niclas, Nico, Nicolai, Nicolas, Niels, Nikita, Niklas, Niko, Nikolai, Nikolas, Nils, Nino, Noah, Noel, Norman, Odin, Oke, Ole, Oliver, Omar, Onur, Oscar, Oskar, Pascal, Patrice, Patrick, Paul, Peer, Pepe, Peter, Phil, Philip, Philipp, Pierre, Piet, Pit, Pius, Quentin, Quirin, Rafael, Raik, Ramon, Raphael, Rasmus, Raul, Rayan, René, Ricardo, Riccardo, Richard, Rick, Rico, Robert, Robin, Rocco, Roman, Romeo, Ron, Ruben, Ryan, Said, Salih, Sam, Sami, Sammy, Samuel, Sandro, Santino, Sascha, Sean, Sebastian, Selim, Semih, Shawn, Silas, Simeon, Simon, Sinan, Sky, Stefan, Steffen, Stephan, Steve, Steven, Sven, Sönke, Sören, Taha, Tamino, Tammo, Tarik, Tayler, Taylor, Teo, Theo, Theodor, Thies, Thilo, Thomas, Thorben, Thore, Thorge, Tiago, Til, Till, Tillmann, Tim, Timm, Timo, Timon, Timothy, Tino, Titus, Tizian, Tjark, Tobias, Tom, Tommy, Toni, Tony, Torben, Tore, Tristan, Tyler, Tyron, Umut, Valentin, Valentino, Veit, Victor, Viktor, Vin, Vincent, Vito, Vitus, Wilhelm, Willi, William, Willy, Xaver, Yannic, Yannick, Yannik, Yannis, Yasin, Youssef, Yunus, Yusuf, Yven, Yves, Ömer, Aaliyah, Abby, Abigail, Ada, Adelina, Adriana, Aileen, Aimee, Alana, Alea, Alena, Alessa, Alessia, Alexa, Alexandra, Alexia, Alexis, Aleyna, Alia, Alica, Alice, Alicia, Alina, Alisa, Alisha, Alissa, Aliya, Aliyah, Allegra, Alma, Alyssa, Amalia, Amanda, Amelia, Amelie, Amina, Amira, Amy, Ana, Anabel, Anastasia, Andrea, Angela, Angelina, Angelique, Anja, Ann, Anna, Annabel, Annabell, Annabelle, Annalena, Anne, Anneke, Annelie, Annemarie, Anni, Annie, Annika, Anny, Anouk, Antonia, Arda, Ariana, Ariane, Arwen, Ashley, Asya, Aurelia, Aurora, Ava, Ayleen, Aylin, Ayse, Azra, Betty, Bianca, Bianka, Caitlin, Cara, Carina, Carla, Carlotta, Carmen, Carolin, Carolina, Caroline, Cassandra, Catharina, Catrin, Cecile, Cecilia, Celia, Celina, Celine, Ceyda, Ceylin, Chantal, Charleen, Charlotta, Charlotte, Chayenne, Cheyenne, Chiara, Christin, Christina, Cindy, Claire, Clara, Clarissa, Colleen, Collien, Cora, Corinna, Cosima, Dana, Daniela, Daria, Darleen, Defne, Delia, Denise, Diana, Dilara, Dina, Dorothea, Ecrin, Eda, Eileen, Ela, Elaine, Elanur, Elea, Elena, Eleni, Eleonora, Eliana, Elif, Elina, Elisa, Elisabeth, Ella, Ellen, Elli, Elly, Elsa, Emelie, Emely, Emilia, Emilie, Emily, Emma, Emmely, Emmi, Emmy, Enie, Enna, Enya, Esma, Estelle, Esther, Eva, Evelin, Evelina, Eveline, Evelyn, Fabienne, Fatima, Fatma, Felicia, Felicitas, Felina, Femke, Fenja, Fine, Finia, Finja, Finnja, Fiona, Flora, Florentine, Francesca, Franka, Franziska, Frederike, Freya, Frida, Frieda, Friederike, Giada, Gina, Giulia, Giuliana, Greta, Hailey, Hana, Hanna, Hannah, Heidi, Helen, Helena, Helene, Helin, Henriette, Henrike, Hermine, Ida, Ilayda, Imke, Ina, Ines, Inga, Inka, Irem, Isa, Isabel, Isabell, Isabella, Isabelle, Ivonne, Jacqueline, Jamie, Jamila, Jana, Jane, Janin, Janina, Janine, Janna, Janne, Jara, Jasmin, Jasmina, Jasmine, Jella, Jenna, Jennifer, Jenny, Jessica, Jessy, Jette, Jil, Jill, Joana, Joanna, Joelina, Joeline, Joelle, Johanna, Joleen, Jolie, Jolien, Jolin, Jolina, Joline, Jona, Jonah, Jonna, Josefin, Josefine, Josephin, Josephine, Josie, Josy, Joy, Joyce, Judith, Judy, Jule, Julia, Juliana, Juliane, Julie, Julienne, Julika, Julina, Juna, Justine, Kaja, Karina, Karla, Karlotta, Karolina, Karoline, Kassandra, Katarina, Katharina, Kathrin, Katja, Katrin, Kaya, Kayra, Kiana, Kiara, Kim, Kimberley, Kimberly, Kira, Klara, Korinna, Kristin, Kyra, Laila, Lana, Lara, Larissa, Laura, Laureen, Lavinia, Lea, Leah, Leana, Leandra, Leann, Lee, Leila, Lena, Lene, Leni, Lenia, Lenja, Lenya, Leona, Leoni, Leonie, Leonora, Leticia, Letizia, Levke, Leyla, Lia, Liah, Liana, Lili, Lilia, Lilian, Liliana, Lilith, Lilli, Lillian, Lilly, Lily, Lina, Linda, Lindsay, Line, Linn, Linnea, Lisa, Lisann, Lisanne, Liv, Livia, Liz, Lola, Loreen, Lorena, Lotta, Lotte, Louisa, Louise, Luana, Luca, Lucia, Lucie, Lucienne, Lucy, Luisa, Luise, Luka, Luna, Luzie, Lya, Lydia, Lyn, Lynn, Madeleine, Madita, Madleen, Madlen, Magdalena, Maike, Mailin, Maira, Maja, Malena, Malia, Malin, Malina, Mandy, Mara, Marah, Mareike, Maren, Maria, Mariam, Marie, Marieke, Mariella, Marika, Marina, Marisa, Marissa, Marit, Marla, Marleen, Marlen, Marlena, Marlene, Marta, Martha, Mary, Maryam, Mathilda, Mathilde, Matilda, Maxi, Maxima, Maxine, Maya, Mayra, Medina, Medine, Meike, Melanie, Melek, Melike, Melina, Melinda, Melis, Melisa, Melissa, Merle, Merve, Meryem, Mette, Mia, Michaela, Michelle, Mieke, Mila, Milana, Milena, Milla, Mina, Mira, Miray, Miriam, Mirja, Mona, Monique, Nadine, Nadja, Naemi, Nancy, Naomi, Natalia, Natalie, Nathalie, Neele, Nela, Nele, Nelli, Nelly, Nia, Nicole, Nika, Nike, Nikita, Nila, Nina, Nisa, Noemi, Nora, Olivia, Patricia, Patrizia, Paula, Paulina, Pauline, Penelope, Philine, Phoebe, Pia, Rahel, Rania, Rebecca, Rebekka, Riana, Rieke, Rike, Romina, Romy, Ronja, Rosa, Rosalie, Ruby, Sabrina, Sahra, Sally, Salome, Samantha, Samia, Samira, Sandra, Sandy, Sanja, Saphira, Sara, Sarah, Saskia, Selin, Selina, Selma, Sena, Sidney, Sienna, Silja, Sina, Sinja, Smilla, Sofia, Sofie, Sonja, Sophia, Sophie, Soraya, Stefanie, Stella, Stephanie, Stina, Sude, Summer, Susanne, Svea, Svenja, Sydney, Tabea, Talea, Talia, Tamara, Tamia, Tamina, Tanja, Tara, Tarja, Teresa, Tessa, Thalea, Thalia, Thea, Theresa, Tia, Tina, Tomke, Tuana, Valentina, Valeria, Valerie, Vanessa, Vera, Veronika, Victoria, Viktoria, Viola, Vivian, Vivien, Vivienne, Wibke, Wiebke, Xenia, Yara, Yaren, Yasmin, Ylvi, Ylvie, Yvonne, Zara, Zehra, Zeynep, Zoe, Zoey, Zoé] last_name: [Abel, Abicht, Abraham, Abramovic, Abt, Achilles, Achkinadze, Ackermann, Adam, Adams, Ade, Agostini, Ahlke, Ahrenberg, Ahrens, Aigner, Albert, Albrecht, Alexa, Alexander, Alizadeh, Allgeyer, Amann, Amberg, Anding, Anggreny, Apitz, Arendt, Arens, Arndt, Aryee, Aschenbroich, Assmus, Astafei, Auer, Axmann, Baarck, Bachmann, Badane, Bader, Baganz, Bahl, Bak, Balcer, Balck, Balkow, Balnuweit, Balzer, Banse, Barr, Bartels, Barth, Barylla, Baseda, Battke, Bauer, Bauermeister, Baumann, Baumeister, Bauschinger, Bauschke, Bayer, Beavogui, Beck, Beckel, Becker, Beckmann, Bedewitz, Beele, Beer, Beggerow, Beh, Behr, Behrenbruch, Belz, Bender, Benecke, Benner, Benninger, Benzing, Berends, Berger, Berner, Berning, Bertenbreiter, Best, Bethke, Betz, Beushausen, Beutelspacher, Beyer, Biba, Bichler, Bickel, Biedermann, Bieler, Bielert, Bienasch, Bienias, Biesenbach, Bigdeli, Birkemeyer, Bittner, Blank, Blaschek, Blassneck, Bloch, Blochwitz, Blockhaus, Blum, Blume, Bock, Bode, Bogdashin, Bogenrieder, Bohge, Bolm, Borgschulze, Bork, Bormann, Bornscheuer, Borrmann, Borsch, Boruschewski, Bos, Bosler, Bourrouag, Bouschen, Boxhammer, Boyde, Bozsik, Brand, Brandenburg, Brandis, Brandt, Brauer, Braun, Brehmer, Breitenstein, Bremer, Bremser, Brenner, Brettschneider, Breu, Breuer, Briesenick, Bringmann, Brinkmann, Brix, Broening, Brosch, Bruckmann, Bruder, Bruhns, Brunner, Bruns, Bräutigam, Brömme, Brüggmann, Buchholz, Buchrucker, Buder, Bultmann, Bunjes, Burger, Burghagen, Burkhard, Burkhardt, Burmeister, Busch, Buschbaum, Busemann, Buss, Busse, Bussmann, Byrd, Bäcker, Böhm, Bönisch, Börgeling, Börner, Böttner, Büchele, Bühler, Büker, Büngener, Bürger, Bürklein, Büscher, Büttner, Camara, Carlowitz, Carlsohn, Caspari, Caspers, Chapron, Christ, Cierpinski, Clarius, Cleem, Cleve, Co, Conrad, Cordes, Cornelsen, Cors, Cotthardt, Crews, Cronjäger, Crosskofp, Da, Dahm, Dahmen, Daimer, Damaske, Danneberg, Danner, Daub, Daubner, Daudrich, Dauer, Daum, Dauth, Dautzenberg, De, Decker, Deckert, Deerberg, Dehmel, Deja, Delonge, Demut, Dengler, Denner, Denzinger, Derr, Dertmann, Dethloff, Deuschle, Dieckmann, Diedrich, Diekmann, Dienel, Dies, Dietrich, Dietz, Dietzsch, Diezel, Dilla, Dingelstedt, Dippl, Dittmann, Dittmar, Dittmer, Dix, Dobbrunz, Dobler, Dohring, Dolch, Dold, Dombrowski, Donie, Doskoczynski, Dragu, Drechsler, Drees, Dreher, Dreier, Dreissigacker, Dressler, Drews, Duma, Dutkiewicz, Dyett, Dylus, Dächert, Döbel, Döring, Dörner, Dörre, Dück, Eberhard, Eberhardt, Ecker, Eckhardt, Edorh, Effler, Eggenmueller, Ehm, Ehmann, Ehrig, Eich, Eifert, Einert, Eisenlauer, Ekpo, Elbe, Eleyth, Elss, Emert, Emmelmann, Ender, Engel, Engelen, Engelmann, Eplinius, Erdmann, Erhardt, Erlei, Erm, Ernst, Ertl, Erwes, Esenwein, Esser, Evers, Everts, Ewald, Fahner, Faller, Falter, Farber, Fassbender, Faulhaber, Fehrig, Feld, Felke, Feller, Fenner, Fenske, Feuerbach, Fietz, Figl, Figura, Filipowski, Filsinger, Fincke, Fink, Finke, Fischer, Fitschen, Fleischer, Fleischmann, Floder, Florczak, Flore, Flottmann, Forkel, Forst, Frahmeke, Frank, Franke, Franta, Frantz, Franz, Franzis, Franzmann, Frauen, Frauendorf, Freigang, Freimann, Freimuth, Freisen, Frenzel, Frey, Fricke, Fried, Friedek, Friedenberg, Friedmann, Friedrich, Friess, Frisch, Frohn, Frosch, Fuchs, Fuhlbrügge, Fusenig, Fust, Förster, Gaba, Gabius, Gabler, Gadschiew, Gakstädter, Galander, Gamlin, Gamper, Gangnus, Ganzmann, Garatva, Gast, Gastel, Gatzka, Gauder, Gebhardt, Geese, Gehre, Gehrig, Gehring, Gehrke, Geiger, Geisler, Geissler, Gelling, Gens, Gerbennow, Gerdel, Gerhardt, Gerschler, Gerson, Gesell, Geyer, Ghirmai, Ghosh, Giehl, Gierisch, Giesa, Giesche, Gilde, Glatting, Goebel, Goedicke, Goldbeck, Goldfuss, Goldkamp, Goldkühle, Goller, Golling, Gollnow, Golomski, Gombert, Gotthardt, Gottschalk, Gotz, Goy, Gradzki, Graf, Grams, Grasse, Gratzky, Grau, Greb, Green, Greger, Greithanner, Greschner, Griem, Griese, Grimm, Gromisch, Gross, Grosser, Grossheim, Grosskopf, Grothaus, Grothkopp, Grotke, Grube, Gruber, Grundmann, Gruning, Gruszecki, Gröss, Grötzinger, Grün, Grüner, Gummelt, Gunkel, Gunther, Gutjahr, Gutowicz, Gutschank, Göbel, Göckeritz, Göhler, Görlich, Görmer, Götz, Götzelmann, Güldemeister, Günther, Günz, Gürbig, Haack, Haaf, Habel, Hache, Hackbusch, Hackelbusch, Hadfield, Hadwich, Haferkamp, Hahn, Hajek, Hallmann, Hamann, Hanenberger, Hannecker, Hanniske, Hansen, Hardy, Hargasser, Harms, Harnapp, Harter, Harting, Hartlieb, Hartmann, Hartwig, Hartz, Haschke, Hasler, Hasse, Hassfeld, Haug, Hauke, Haupt, Haverney, Heberstreit, Hechler, Hecht, Heck, Hedermann, Hehl, Heidelmann, Heidler, Heinemann, Heinig, Heinke, Heinrich, Heinze, Heiser, Heist, Hellmann, Helm, Helmke, Helpling, Hengmith, Henkel, Hennes, Henry, Hense, Hensel, Hentel, Hentschel, Hentschke, Hepperle, Herberger, Herbrand, Hering, Hermann, Hermecke, Herms, Herold, Herrmann, Herschmann, Hertel, Herweg, Herwig, Herzenberg, Hess, Hesse, Hessek, Hessler, Hetzler, Heuck, Heydemüller, Hiebl, Hildebrand, Hildenbrand, Hilgendorf, Hillard, Hiller, Hingsen, Hingst, Hinrichs, Hirsch, Hirschberg, Hirt, Hodea, Hoffman, Hoffmann, Hofmann, Hohenberger, Hohl, Hohn, Hohnheiser, Hold, Holdt, Holinski, Holl, Holtfreter, Holz, Holzdeppe, Holzner, Hommel, Honz, Hooss, Hoppe, Horak, Horn, Horna, Hornung, Hort, Howard, Huber, Huckestein, Hudak, Huebel, Hugo, Huhn, Hujo, Huke, Huls, Humbert, Huneke, Huth, Häber, Häfner, Höcke, Höft, Höhne, Hönig, Hördt, Hübenbecker, Hübl, Hübner, Hügel, Hüttcher, Hütter, Ibe, Ihly, Illing, Isak, Isekenmeier, Itt, Jacob, Jacobs, Jagusch, Jahn, Jahnke, Jakobs, Jakubczyk, Jambor, Jamrozy, Jander, Janich, Janke, Jansen, Jarets, Jaros, Jasinski, Jasper, Jegorov, Jellinghaus, Jeorga, Jerschabek, Jess, John, Jonas, Jossa, Jucken, Jung, Jungbluth, Jungton, Just, Jürgens, Kaczmarek, Kaesmacher, Kahl, Kahlert, Kahles, Kahlmeyer, Kaiser, Kalinowski, Kallabis, Kallensee, Kampf, Kampschulte, Kappe, Kappler, Karhoff, Karrass, Karst, Karsten, Karus, Kass, Kasten, Kastner, Katzinski, Kaufmann, Kaul, Kausemann, Kawohl, Kazmarek, Kedzierski, Keil, Keiner, Keller, Kelm, Kempe, Kemper, Kempter, Kerl, Kern, Kesselring, Kesselschläger, Kette, Kettenis, Keutel, Kick, Kiessling, Kinadeter, Kinzel, Kinzy, Kirch, Kirst, Kisabaka, Klaas, Klabuhn, Klapper, Klauder, Klaus, Kleeberg, Kleiber, Klein, Kleinert, Kleininger, Kleinmann, Kleinsteuber, Kleiss, Klemme, Klimczak, Klinger, Klink, Klopsch, Klose, Kloss, Kluge, Kluwe, Knabe, Kneifel, Knetsch, Knies, Knippel, Knobel, Knoblich, Knoll, Knorr, Knorscheidt, Knut, Kobs, Koch, Kochan, Kock, Koczulla, Koderisch, Koehl, Koehler, Koenig, Koester, Kofferschlager, Koha, Kohle, Kohlmann, Kohnle, Kohrt, Koj, Kolb, Koleiski, Kolokas, Komoll, Konieczny, Konig, Konow, Konya, Koob, Kopf, Kosenkow, Koster, Koszewski, Koubaa, Kovacs, Kowalick, Kowalinski, Kozakiewicz, Krabbe, Kraft, Kral, Kramer, Krauel, Kraus, Krause, Krauspe, Kreb, Krebs, Kreissig, Kresse, Kreutz, Krieger, Krippner, Krodinger, Krohn, Krol, Kron, Krueger, Krug, Kruger, Krull, Kruschinski, Krämer, Kröckert, Kröger, Krüger, Kubera, Kufahl, Kuhlee, Kuhnen, Kulimann, Kulma, Kumbernuss, Kummle, Kunz, Kupfer, Kupprion, Kuprion, Kurnicki, Kurrat, Kurschilgen, Kuschewitz, Kuschmann, Kuske, Kustermann, Kutscherauer, Kutzner, Kwadwo, Kähler, Käther, Köhler, Köhrbrück, Köhre, Kölotzei, König, Köpernick, Köseoglu, Kúhn, Kúhnert, Kühn, Kühnel, Kühnemund, Kühnert, Kühnke, Küsters, Küter, Laack, Lack, Ladewig, Lakomy, Lammert, Lamos, Landmann, Lang, Lange, Langfeld, Langhirt, Lanig, Lauckner, Lauinger, Laurén, Lausecker, Laux, Laws, Lax, Leberer, Lehmann, Lehner, Leibold, Leide, Leimbach, Leipold, Leist, Leiter, Leiteritz, Leitheim, Leiwesmeier, Lenfers, Lenk, Lenz, Lenzen, Leo, Lepthin, Lesch, Leschnik, Letzelter, Lewin, Lewke, Leyckes, Lg, Lichtenfeld, Lichtenhagen, Lichtl, Liebach, Liebe, Liebich, Liebold, Lieder, Lienshöft, Linden, Lindenberg, Lindenmayer, Lindner, Linke, Linnenbaum, Lippe, Lipske, Lipus, Lischka, Lobinger, Logsch, Lohmann, Lohre, Lohse, Lokar, Loogen, Lorenz, Losch, Loska, Lott, Loy, Lubina, Ludolf, Lufft, Lukoschek, Lutje, Lutz, Löser, Löwa, Lübke, Maak, Maczey, Madetzky, Madubuko, Mai, Maier, Maisch, Malek, Malkus, Mallmann, Malucha, Manns, Manz, Marahrens, Marchewski, Margis, Markowski, Marl, Marner, Marquart, Marschek, Martel, Marten, Martin, Marx, Marxen, Mathes, Mathies, Mathiszik, Matschke, Mattern, Matthes, Matula, Mau, Maurer, Mauroff, May, Maybach, Mayer, Mebold, Mehl, Mehlhorn, Mehlorn, Meier, Meisch, Meissner, Meloni, Melzer, Menga, Menne, Mensah, Mensing, Merkel, Merseburg, Mertens, Mesloh, Metzger, Metzner, Mewes, Meyer, Michallek, Michel, Mielke, Mikitenko, Milde, Minah, Mintzlaff, Mockenhaupt, Moede, Moedl, Moeller, Moguenara, Mohr, Mohrhard, Molitor, Moll, Moller, Molzan, Montag, Moormann, Mordhorst, Morgenstern, Morhelfer, Moritz, Moser, Motchebon, Motzenbbäcker, Mrugalla, Muckenthaler, Mues, Muller, Mulrain, Mächtig, Mäder, Möcks, Mögenburg, Möhsner, Möldner, Möllenbeck, Möller, Möllinger, Mörsch, Mühleis, Müller, Münch, Nabein, Nabow, Nagel, Nannen, Nastvogel, Nau, Naubert, Naumann, Ne, Neimke, Nerius, Neubauer, Neubert, Neuendorf, Neumair, Neumann, Neupert, Neurohr, Neuschwander, Newton, Ney, Nicolay, Niedermeier, Nieklauson, Niklaus, Nitzsche, Noack, Nodler, Nolte, Normann, Norris, Northoff, Nowak, Nussbeck, Nwachukwu, Nytra, Nöh, Oberem, Obergföll, Obermaier, Ochs, Oeser, Olbrich, Onnen, Ophey, Oppong, Orth, Orthmann, Oschkenat, Osei, Osenberg, Ostendarp, Ostwald, Otte, Otto, Paesler, Pajonk, Pallentin, Panzig, Paschke, Patzwahl, Paukner, Peselman, Peter, Peters, Petzold, Pfeiffer, Pfennig, Pfersich, Pfingsten, Pflieger, Pflügner, Philipp, Pichlmaier, Piesker, Pietsch, Pingpank, Pinnock, Pippig, Pitschugin, Plank, Plass, Platzer, Plauk, Plautz, Pletsch, Plotzitzka, Poehn, Poeschl, Pogorzelski, Pohl, Pohland, Pohle, Polifka, Polizzi, Pollmächer, Pomp, Ponitzsch, Porsche, Porth, Poschmann, Poser, Pottel, Prah, Prange, Prediger, Pressler, Preuk, Preuss, Prey, Priemer, Proske, Pusch, Pöche, Pöge, Raabe, Rabenstein, Rach, Radtke, Rahn, Ranftl, Rangen, Ranz, Rapp, Rath, Rau, Raubuch, Raukuc, Rautenkranz, Rehwagen, Reiber, Reichardt, Reichel, Reichling, Reif, Reifenrath, Reimann, Reinberg, Reinelt, Reinhardt, Reinke, Reitze, Renk, Rentz, Renz, Reppin, Restle, Restorff, Retzke, Reuber, Reumann, Reus, Reuss, Reusse, Rheder, Rhoden, Richards, Richter, Riedel, Riediger, Rieger, Riekmann, Riepl, Riermeier, Riester, Riethmüller, Rietmüller, Rietscher, Ringel, Ringer, Rink, Ripken, Ritosek, Ritschel, Ritter, Rittweg, Ritz, Roba, Rockmeier, Rodehau, Rodowski, Roecker, Roggatz, Rohländer, Rohrer, Rokossa, Roleder, Roloff, Roos, Rosbach, Roschinsky, Rose, Rosenauer, Rosenbauer, Rosenthal, Rosksch, Rossberg, Rossler, Roth, Rother, Ruch, Ruckdeschel, Rumpf, Rupprecht, Ruth, Ryjikh, Ryzih, Rädler, Räntsch, Rödiger, Röse, Röttger, Rücker, Rüdiger, Rüter, Sachse, Sack, Saflanis, Sagafe, Sagonas, Sahner, Saile, Sailer, Salow, Salzer, Salzmann, Sammert, Sander, Sarvari, Sattelmaier, Sauer, Sauerland, Saumweber, Savoia, Scc, Schacht, Schaefer, Schaffarzik, Schahbasian, Scharf, Schedler, Scheer, Schelk, Schellenbeck, Schembera, Schenk, Scherbarth, Scherer, Schersing, Scherz, Scheurer, Scheuring, Scheytt, Schielke, Schieskow, Schildhauer, Schilling, Schima, Schimmer, Schindzielorz, Schirmer, Schirrmeister, Schlachter, Schlangen, Schlawitz, Schlechtweg, Schley, Schlicht, Schlitzer, Schmalzle, Schmid, Schmidt, Schmidtchen, Schmitt, Schmitz, Schmuhl, Schneider, Schnelting, Schnieder, Schniedermeier, Schnürer, Schoberg, Scholz, Schonberg, Schondelmaier, Schorr, Schott, Schottmann, Schouren, Schrader, Schramm, Schreck, Schreiber, Schreiner, Schreiter, Schroder, Schröder, Schuermann, Schuff, Schuhaj, Schuldt, Schult, Schulte, Schultz, Schultze, Schulz, Schulze, Schumacher, Schumann, Schupp, Schuri, Schuster, Schwab, Schwalm, Schwanbeck, Schwandke, Schwanitz, Schwarthoff, Schwartz, Schwarz, Schwarzer, Schwarzkopf, Schwarzmeier, Schwatlo, Schweisfurth, Schwennen, Schwerdtner, Schwidde, Schwirkschlies, Schwuchow, Schäfer, Schäffel, Schäffer, Schäning, Schöckel, Schönball, Schönbeck, Schönberg, Schönebeck, Schönenberger, Schönfeld, Schönherr, Schönlebe, Schötz, Schüler, Schüppel, Schütz, Schütze, Seeger, Seelig, Sehls, Seibold, Seidel, Seiders, Seigel, Seiler, Seitz, Semisch, Senkel, Sewald, Siebel, Siebert, Siegling, Sielemann, Siemon, Siener, Sievers, Siewert, Sihler, Sillah, Simon, Sinnhuber, Sischka, Skibicki, Sladek, Slotta, Smieja, Soboll, Sokolowski, Soller, Sollner, Sommer, Somssich, Sonn, Sonnabend, Spahn, Spank, Spelmeyer, Spiegelburg, Spielvogel, Spinner, Spitzmüller, Splinter, Sporrer, Sprenger, Spöttel, Stahl, Stang, Stanger, Stauss, Steding, Steffen, Steffny, Steidl, Steigauf, Stein, Steinecke, Steinert, Steinkamp, Steinmetz, Stelkens, Stengel, Stengl, Stenzel, Stepanov, Stephan, Stern, Steuk, Stief, Stifel, Stoll, Stolle, Stolz, Storl, Storp, Stoutjesdijk, Stratmann, Straub, Strausa, Streck, Streese, Strege, Streit, Streller, Strieder, Striezel, Strogies, Strohschank, Strunz, Strutz, Stube, Stöckert, Stöppler, Stöwer, Stürmer, Suffa, Sujew, Sussmann, Suthe, Sutschet, Swillims, Szendrei, Sören, Sürth, Tafelmeier, Tang, Tasche, Taufratshofer, Tegethof, Teichmann, Tepper, Terheiden, Terlecki, Teufel, Theele, Thieke, Thimm, Thiomas, Thomas, Thriene, Thränhardt, Thust, Thyssen, Thöne, Tidow, Tiedtke, Tietze, Tilgner, Tillack, Timmermann, Tischler, Tischmann, Tittman, Tivontschik, Tonat, Tonn, Trampeli, Trauth, Trautmann, Travan, Treff, Tremmel, Tress, Tsamonikian, Tschiers, Tschirch, Tuch, Tucholke, Tudow, Tuschmo, Tächl, Többen, Töpfer, Uhlemann, Uhlig, Uhrig, Uibel, Uliczka, Ullmann, Ullrich, Umbach, Umlauft, Umminger, Unger, Unterpaintner, Urban, Urbaniak, Urbansky, Urhig, Vahlensieck, Van, Vangermain, Vater, Venghaus, Verniest, Verzi, Vey, Viellehner, Vieweg, Voelkel, Vogel, Vogelgsang, Vogt, Voigt, Vokuhl, Volk, Volker, Volkmann, Von, Vona, Vontein, Wachenbrunner, Wachtel, Wagner, Waibel, Wakan, Waldmann, Wallner, Wallstab, Walter, Walther, Walton, Walz, Wanner, Wartenberg, Waschbüsch, Wassilew, Wassiluk, Weber, Wehrsen, Weidlich, Weidner, Weigel, Weight, Weiler, Weimer, Weis, Weiss, Weller, Welsch, Welz, Welzel, Weniger, Wenk, Werle, Werner, Werrmann, Wessel, Wessinghage, Weyel, Wezel, Wichmann, Wickert, Wiebe, Wiechmann, Wiegelmann, Wierig, Wiese, Wieser, Wilhelm, Wilky, Will, Willwacher, Wilts, Wimmer, Winkelmann, Winkler, Winter, Wischek, Wischer, Wissing, Wittich, Wittl, Wolf, Wolfarth, Wolff, Wollenberg, Wollmann, Woytkowska, Wujak, Wurm, Wyludda, Wölpert, Wöschler, Wühn, Wünsche, Zach, Zaczkiewicz, Zahn, Zaituc, Zandt, Zanner, Zapletal, Zauber, Zeidler, Zekl, Zender, Zeuch, Zeyen, Zeyhle, Ziegler, Zimanyi, Zimmer, Zimmermann, Zinser, Zintl, Zipp, Zipse, Zschunke, Zuber, Zwiener, Zümsande, Östringer, Überacker] prefix: [Dr., Prof. Dr.] nobility_title_prefix: [zu, von, vom, von der] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{nobility_title_prefix} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" phone_number: formats: ['01 #######', '01#######', '+43-1-#######', '+431#######', '0#### ####', '0#########', '+43-####-####', '+43 ########'] cell_phone: formats: ['+43-6##-#######', '06##-########', '+436#########', '06##########'] faker-1.9.1/lib/locales/de-CH.yml000066400000000000000000000013521332146201300164010ustar00rootroot00000000000000de-CH: faker: address: country_code: [CH, CH, CH, DE, AT, US, LI, US, HK, VN] postcode: ['1###', '2###', '3###', '4###', '5###', '6###', '7###', '8###', '9###'] default_country: [Schweiz] company: suffix: [AG, GmbH, und Söhne, und Partner, "& Co.", Gruppe, LLC, Inc.] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} und #{Name.last_name}" internet: domain_suffix: [com, net, biz, ch, de, li, at, ch, ch] phone_number: formats: ['0800 ### ###', '0800 ## ## ##', '0## ### ## ##', '0## ### ## ##', '+41 ## ### ## ##', '0900 ### ###', '076 ### ## ##', '+4178 ### ## ##', '0041 79 ### ## ##'] faker-1.9.1/lib/locales/de.yml000066400000000000000000002605051332146201300161200ustar00rootroot00000000000000de: faker: address: city_prefix: [Nord, Ost, West, Süd, Neu, Alt, Bad, Groß, Klein, Schön] city_suffix: [stadt, dorf, land, scheid, burg, berg, heim, hagen, feld, brunn, grün] country_code: ['DE'] country: [Ägypten, Äquatorialguinea, Äthiopien, Österreich, Afghanistan, Albanien, Algerien, Amerikanisch-Samoa, Amerikanische Jungferninseln, Andorra, Angola, Anguilla, Antarktis, Antigua und Barbuda, Argentinien, Armenien, Aruba, Aserbaidschan, Australien, Bahamas, Bahrain, Bangladesch, Barbados, Belarus, Belgien, Belize, Benin, die Bermudas, Bhutan, Bolivien, Bosnien und Herzegowina, Botsuana, Bouvetinsel, Brasilien, Britische Jungferninseln, Britisches Territorium im Indischen Ozean, Brunei Darussalam, Bulgarien, Burkina Faso, Burundi, Chile, China, Cookinseln, Costa Rica, Dänemark, Demokratische Republik Kongo, Demokratische Volksrepublik Korea, Deutschland, Dominica, Dominikanische Republik, Dschibuti, Ecuador, El Salvador, Eritrea, Estland, Färöer, Falklandinseln, Fidschi, Finnland, Frankreich, Französisch-Guayana, Französisch-Polynesien, Französische Gebiete im südlichen Indischen Ozean, Gabun, Gambia, Georgien, Ghana, Gibraltar, Grönland, Grenada, Griechenland, Guadeloupe, Guam, Guatemala, Guinea, Guinea-Bissau, Guyana, Haiti, Heard und McDonaldinseln, Honduras, Hongkong, Indien, Indonesien, Irak, Iran, Irland, Island, Israel, Italien, Jamaika, Japan, Jemen, Jordanien, Jugoslawien, Kaimaninseln, Kambodscha, Kamerun, Kanada, Kap Verde, Kasachstan, Katar, Kenia, Kirgisistan, Kiribati, Kleinere amerikanische Überseeinseln, Kokosinseln, Kolumbien, Komoren, Kongo, Kroatien, Kuba, Kuwait, Laos, Lesotho, Lettland, Libanon, Liberia, Libyen, Liechtenstein, Litauen, Luxemburg, Macau, Madagaskar, Malawi, Malaysia, Malediven, Mali, Malta, ehemalige jugoslawische Republik Mazedonien, Marokko, Marshallinseln, Martinique, Mauretanien, Mauritius, Mayotte, Mexiko, Mikronesien, Monaco, Mongolei, Montserrat, Mosambik, Myanmar, Nördliche Marianen, Namibia, Nauru, Nepal, Neukaledonien, Neuseeland, Nicaragua, Niederländische Antillen, Niederlande, Niger, Nigeria, Niue, Norfolkinsel, Norwegen, Oman, Osttimor, Pakistan, Palau, Panama, Papua-Neuguinea, Paraguay, Peru, Philippinen, Pitcairninseln, Polen, Portugal, Puerto Rico, Réunion, Republik Korea, Republik Moldau, Ruanda, Rumänien, Russische Föderation, São Tomé und Príncipe, Südafrika, Südgeorgien und Südliche Sandwichinseln, Salomonen, Sambia, Samoa, San Marino, Saudi-Arabien, Schweden, Schweiz, Senegal, Seychellen, Sierra Leone, Simbabwe, Singapur, Slowakei, Slowenien, Somalien, Spanien, Sri Lanka, St. Helena, St. Kitts und Nevis, St. Lucia, St. Pierre und Miquelon, St. Vincent und die Grenadinen, Sudan, Surinam, Svalbard und Jan Mayen, Swasiland, Syrien, Türkei, Tadschikistan, Taiwan, Tansania, Thailand, Togo, Tokelau, Tonga, Trinidad und Tobago, Tschad, Tschechische Republik, Tunesien, Turkmenistan, Turks- und Caicosinseln, Tuvalu, Uganda, Ukraine, Ungarn, Uruguay, Usbekistan, Vanuatu, Vatikanstadt, Venezuela, Vereinigte Arabische Emirate, Vereinigte Staaten, Vereinigtes Königreich, Vietnam, Wallis und Futuna, Weihnachtsinsel, Westsahara, Zentralafrikanische Republik, Zypern] street_root: [Ackerweg, Adalbert-Stifter-Str., Adalbertstr., Adolf-Baeyer-Str., Adolf-Kaschny-Str., Adolf-Reichwein-Str., Adolfsstr., Ahornweg, Ahrstr., Akazienweg, Albert-Einstein-Str., Albert-Schweitzer-Str., Albertus-Magnus-Str., Albert-Zarthe-Weg, Albin-Edelmann-Str., Albrecht-Haushofer-Str., Aldegundisstr., Alexanderstr., Alfred-Delp-Str., Alfred-Kubin-Str., Alfred-Stock-Str., Alkenrather Str., Allensteiner Str., Alsenstr., Alt Steinbücheler Weg, Alte Garten, Alte Heide, Alte Landstr., Alte Ziegelei, Altenberger Str., Altenhof, Alter Grenzweg, Altstadtstr., Am Alten Gaswerk, Am Alten Schafstall, Am Arenzberg, Am Benthal, Am Birkenberg, Am Blauen Berg, Am Borsberg, Am Brungen, Am Büchelter Hof, Am Buttermarkt, Am Ehrenfriedhof, Am Eselsdamm, Am Falkenberg, Am Frankenberg, Am Gesundheitspark, Am Gierlichshof, Am Graben, Am Hagelkreuz, Am Hang, Am Heidkamp, Am Hemmelrather Hof, Am Hofacker, Am Hohen Ufer, Am Höllers Eck, Am Hühnerberg, Am Jägerhof, Am Junkernkamp, Am Kemperstiegel, Am Kettnersbusch, Am Kiesberg, Am Klösterchen, Am Knechtsgraben, Am Köllerweg, Am Köttersbach, Am Kreispark, Am Kronefeld, Am Küchenhof, Am Kühnsbusch, Am Lindenfeld, Am Märchen, Am Mittelberg, Am Mönchshof, Am Mühlenbach, Am Neuenhof, Am Nonnenbruch, Am Plattenbusch, Am Quettinger Feld, Am Rosenhügel, Am Sandberg, Am Scherfenbrand, Am Schokker, Am Silbersee, Am Sonnenhang, Am Sportplatz, Am Stadtpark, Am Steinberg, Am Telegraf, Am Thelenhof, Am Vogelkreuz, Am Vogelsang, Am Vogelsfeldchen, Am Wambacher Hof, Am Wasserturm, Am Weidenbusch, Am Weiher, Am Weingarten, Am Werth, Amselweg, An den Irlen, An den Rheinauen, An der Bergerweide, An der Dingbank, An der Evangelischen Kirche, An der Evgl. Kirche, An der Feldgasse, An der Fettehenne, An der Kante, An der Laach, An der Lehmkuhle, An der Lichtenburg, An der Luisenburg, An der Robertsburg, An der Schmitten, An der Schusterinsel, An der Steinrütsch, An St. Andreas, An St. Remigius, Andreasstr., Ankerweg, Annette-Kolb-Str., Apenrader Str., Arnold-Ohletz-Str., Atzlenbacher Str., Auerweg, Auestr., Auf dem Acker, Auf dem Blahnenhof, Auf dem Bohnbüchel, Auf dem Bruch, Auf dem End, Auf dem Forst, Auf dem Herberg, Auf dem Lehn, Auf dem Stein, Auf dem Weierberg, Auf dem Weiherhahn, Auf den Reien, Auf der Donnen, Auf der Grieße, Auf der Ohmer, Auf der Weide, Auf'm Berg, Auf'm Kamp, Augustastr., August-Kekulé-Str., A.-W.-v.-Hofmann-Str., Bahnallee, Bahnhofstr., Baltrumstr., Bamberger Str., Baumberger Str., Bebelstr., Beckers Kämpchen, Beerenstr., Beethovenstr., Behringstr., Bendenweg, Bensberger Str., Benzstr., Bergische Landstr., Bergstr., Berliner Platz, Berliner Str., Bernhard-Letterhaus-Str., Bernhard-Lichtenberg-Str., Bernhard-Ridder-Str., Bernsteinstr., Bertha-Middelhauve-Str., Bertha-von-Suttner-Str., Bertolt-Brecht-Str., Berzeliusstr., Bielertstr., Biesenbach, Billrothstr., Birkenbergstr., Birkengartenstr., Birkenweg, Bismarckstr., Bitterfelder Str., Blankenburg, Blaukehlchenweg, Blütenstr., Boberstr., Böcklerstr., Bodelschwinghstr., Bodestr., Bogenstr., Bohnenkampsweg, Bohofsweg, Bonifatiusstr., Bonner Str., Borkumstr., Bornheimer Str., Borsigstr., Borussiastr., Bracknellstr., Brahmsweg, Brandenburger Str., Breidenbachstr., Breslauer Str., Bruchhauser Str., Brückenstr., Brucknerstr., Brüder-Bonhoeffer-Str., Buchenweg, Bürgerbuschweg, Burgloch, Burgplatz, Burgstr., Burgweg, Bürriger Weg, Burscheider Str., Buschkämpchen, Butterheider Str., Carl-Duisberg-Platz, Carl-Duisberg-Str., Carl-Leverkus-Str., Carl-Maria-von-Weber-Platz, Carl-Maria-von-Weber-Str., Carlo-Mierendorff-Str., Carl-Rumpff-Str., Carl-von-Ossietzky-Str., Charlottenburger Str., Christian-Heß-Str., Claasbruch, Clemens-Winkler-Str., Concordiastr., Cranachstr., Dahlemer Str., Daimlerstr., Damaschkestr., Danziger Str., Debengasse, Dechant-Fein-Str., Dechant-Krey-Str., Deichtorstr., Dhünnberg, Dhünnstr., Dianastr., Diedenhofener Str., Diepental, Diepenthaler Str., Dieselstr., Dillinger Str., Distelkamp, Dohrgasse, Domblick, Dönhoffstr., Dornierstr., Drachenfelsstr., Dr.-August-Blank-Str., Dresdener Str., Driescher Hecke, Drosselweg, Dudweilerstr., Dünenweg, Dünfelder Str., Dünnwalder Grenzweg, Düppeler Str., Dürerstr., Dürscheider Weg, Düsseldorfer Str., Edelrather Weg, Edmund-Husserl-Str., Eduard-Spranger-Str., Ehrlichstr., Eichenkamp, Eichenweg, Eidechsenweg, Eifelstr., Eifgenstr., Eintrachtstr., Elbestr., Elisabeth-Langgässer-Str., Elisabethstr., Elisabeth-von-Thadden-Str., Elisenstr., Elsa-Brändström-Str., Elsbachstr., Else-Lasker-Schüler-Str., Elsterstr., Emil-Fischer-Str., Emil-Nolde-Str., Engelbertstr., Engstenberger Weg, Entenpfuhl, Erbelegasse, Erftstr., Erfurter Str., Erich-Heckel-Str., Erich-Klausener-Str., Erich-Ollenhauer-Str., Erlenweg, Ernst-Bloch-Str., Ernst-Ludwig-Kirchner-Str., Erzbergerstr., Eschenallee, Eschenweg, Esmarchstr., Espenweg, Euckenstr., Eulengasse, Eulenkamp, Ewald-Flamme-Str., Ewald-Röll-Str., Fährstr., Farnweg, Fasanenweg, Faßbacher Hof, Felderstr., Feldkampstr., Feldsiefer Weg, Feldsiefer Wiesen, Feldstr., Feldtorstr., Felix-von-Roll-Str., Ferdinand-Lassalle-Str., Fester Weg, Feuerbachstr., Feuerdornweg, Fichtenweg, Fichtestr., Finkelsteinstr., Finkenweg, Fixheider Str., Flabbenhäuschen, Flensburger Str., Fliederweg, Florastr., Florianweg, Flotowstr., Flurstr., Föhrenweg, Fontanestr., Forellental, Fortunastr., Franz-Esser-Str., Franz-Hitze-Str., Franz-Kail-Str., Franz-Marc-Str., Freiburger Str., Freiheitstr., Freiherr-vom-Stein-Str., Freudenthal, Freudenthaler Weg, Fridtjof-Nansen-Str., Friedenberger Str., Friedensstr., Friedhofstr., Friedlandstr., Friedlieb-Ferdinand-Runge-Str., Friedrich-Bayer-Str., Friedrich-Bergius-Platz, Friedrich-Ebert-Platz, Friedrich-Ebert-Str., Friedrich-Engels-Str., Friedrich-List-Str., Friedrich-Naumann-Str., Friedrich-Sertürner-Str., Friedrichstr., Friedrich-Weskott-Str., Friesenweg, Frischenberg, Fritz-Erler-Str., Fritz-Henseler-Str., Fröbelstr., Fürstenbergplatz, Fürstenbergstr., Gabriele-Münter-Str., Gartenstr., Gebhardstr., Geibelstr., Gellertstr., Georg-von-Vollmar-Str., Gerhard-Domagk-Str., Gerhart-Hauptmann-Str., Gerichtsstr., Geschwister-Scholl-Str., Gezelinallee, Gierener Weg, Ginsterweg, Gisbert-Cremer-Str., Glücksburger Str., Gluckstr., Gneisenaustr., Goetheplatz, Goethestr., Golo-Mann-Str., Görlitzer Str., Görresstr., Graebestr., Graf-Galen-Platz, Gregor-Mendel-Str., Greifswalder Str., Grillenweg, Gronenborner Weg, Große Kirchstr., Grunder Wiesen, Grundermühle, Grundermühlenhof, Grundermühlenweg, Grüner Weg, Grunewaldstr., Grünstr., Günther-Weisenborn-Str., Gustav-Freytag-Str., Gustav-Heinemann-Str., Gustav-Radbruch-Str., Gut Reuschenberg, Gutenbergstr., Haberstr., Habichtgasse, Hafenstr., Hagenauer Str., Hahnenblecher, Halenseestr., Halfenleimbach, Hallesche Str., Halligstr., Hamberger Str., Hammerweg, Händelstr., Hannah-Höch-Str., Hans-Arp-Str., Hans-Gerhard-Str., Hans-Sachs-Str., Hans-Schlehahn-Str., Hans-von-Dohnanyi-Str., Hardenbergstr., Haselweg, Hauptstr., Haus-Vorster-Str., Hauweg, Havelstr., Havensteinstr., Haydnstr., Hebbelstr., Heckenweg, Heerweg, Hegelstr., Heidberg, Heidehöhe, Heidestr., Heimstättenweg, Heinrich-Böll-Str., Heinrich-Brüning-Str., Heinrich-Claes-Str., Heinrich-Heine-Str., Heinrich-Hörlein-Str., Heinrich-Lübke-Str., Heinrich-Lützenkirchen-Weg, Heinrichstr., Heinrich-Strerath-Str., Heinrich-von-Kleist-Str., Heinrich-von-Stephan-Str., Heisterbachstr., Helenenstr., Helmestr., Hemmelrather Weg, Henry-T.-v.-Böttinger-Str., Herderstr., Heribertstr., Hermann-Ehlers-Str., Hermann-Hesse-Str., Hermann-König-Str., Hermann-Löns-Str., Hermann-Milde-Str., Hermann-Nörrenberg-Str., Hermann-von-Helmholtz-Str., Hermann-Waibel-Str., Herzogstr., Heymannstr., Hindenburgstr., Hirzenberg, Hitdorfer Kirchweg, Hitdorfer Str., Höfer Mühle, Höfer Weg, Hohe Str., Höhenstr., Höltgestal, Holunderweg, Holzer Weg, Holzer Wiesen, Hornpottweg, Hubertusweg, Hufelandstr., Hufer Weg, Humboldtstr., Hummelsheim, Hummelweg, Humperdinckstr., Hüscheider Gärten, Hüscheider Str., Hütte, Ilmstr., Im Bergischen Heim, Im Bruch, Im Buchenhain, Im Bühl, Im Burgfeld, Im Dorf, Im Eisholz, Im Friedenstal, Im Frohental, Im Grunde, Im Hederichsfeld, Im Jücherfeld, Im Kalkfeld, Im Kirberg, Im Kirchfeld, Im Kreuzbruch, Im Mühlenfeld, Im Nesselrader Kamp, Im Oberdorf, Im Oberfeld, Im Rosengarten, Im Rottland, Im Scheffengarten, Im Staderfeld, Im Steinfeld, Im Weidenblech, Im Winkel, Im Ziegelfeld, Imbach, Imbacher Weg, Immenweg, In den Blechenhöfen, In den Dehlen, In der Birkenau, In der Dasladen, In der Felderhütten, In der Hartmannswiese, In der Höhle, In der Schaafsdellen, In der Wasserkuhl, In der Wüste, In Holzhausen, Insterstr., Jacob-Fröhlen-Str., Jägerstr., Jahnstr., Jakob-Eulenberg-Weg, Jakobistr., Jakob-Kaiser-Str., Jenaer Str., Johannes-Baptist-Str., Johannes-Dott-Str., Johannes-Popitz-Str., Johannes-Wislicenus-Str., Johannisburger Str., Johann-Janssen-Str., Johann-Wirtz-Weg, Josefstr., Jüch, Julius-Doms-Str., Julius-Leber-Str., Kaiserplatz, Kaiserstr., Kaiser-Wilhelm-Allee, Kalkstr., Kämpchenstr., Kämpenwiese, Kämper Weg, Kamptalweg, Kanalstr., Kandinskystr., Kantstr., Kapellenstr., Karl-Arnold-Str., Karl-Bosch-Str., Karl-Bückart-Str., Karl-Carstens-Ring, Karl-Friedrich-Goerdeler-Str., Karl-Jaspers-Str., Karl-König-Str., Karl-Krekeler-Str., Karl-Marx-Str., Karlstr., Karl-Ulitzka-Str., Karl-Wichmann-Str., Karl-Wingchen-Str., Käsenbrod, Käthe-Kollwitz-Str., Katzbachstr., Kerschensteinerstr., Kiefernweg, Kieler Str., Kieselstr., Kiesweg, Kinderhausen, Kleiberweg, Kleine Kirchstr., Kleingansweg, Kleinheider Weg, Klief, Kneippstr., Knochenbergsweg, Kochergarten, Kocherstr., Kockelsberg, Kolberger Str., Kolmarer Str., Kölner Gasse, Kölner Str., Kolpingstr., Königsberger Platz, Konrad-Adenauer-Platz, Köpenicker Str., Kopernikusstr., Körnerstr., Köschenberg, Köttershof, Kreuzbroicher Str., Kreuzkamp, Krummer Weg, Kruppstr., Kuhlmannweg, Kump, Kumper Weg, Kunstfeldstr., Küppersteger Str., Kursiefen, Kursiefer Weg, Kurtekottenweg, Kurt-Schumacher-Ring, Kyllstr., Langenfelder Str., Längsleimbach, Lärchenweg, Legienstr., Lehner Mühle, Leichlinger Str., Leimbacher Hof, Leinestr., Leineweberstr., Leipziger Str., Lerchengasse, Lessingstr., Libellenweg, Lichstr., Liebigstr., Lindenstr., Lingenfeld, Linienstr., Lippe, Löchergraben, Löfflerstr., Loheweg, Lohrbergstr., Lohrstr., Löhstr., Lortzingstr., Lötzener Str., Löwenburgstr., Lucasstr., Ludwig-Erhard-Platz, Ludwig-Girtler-Str., Ludwig-Knorr-Str., Luisenstr., Lupinenweg, Lurchenweg, Lützenkirchener Str., Lycker Str., Maashofstr., Manforter Str., Marc-Chagall-Str., Maria-Dresen-Str., Maria-Terwiel-Str., Marie-Curie-Str., Marienburger Str., Mariendorfer Str., Marienwerderstr., Marie-Schlei-Str., Marktplatz, Markusweg, Martin-Buber-Str., Martin-Heidegger-Str., Martin-Luther-Str., Masurenstr., Mathildenweg, Maurinusstr., Mauspfad, Max-Beckmann-Str., Max-Delbrück-Str., Max-Ernst-Str., Max-Holthausen-Platz, Max-Horkheimer-Str., Max-Liebermann-Str., Max-Pechstein-Str., Max-Planck-Str., Max-Scheler-Str., Max-Schönenberg-Str., Maybachstr., Meckhofer Feld, Meisenweg, Memelstr., Menchendahler Str., Mendelssohnstr., Merziger Str., Mettlacher Str., Metzer Str., Michaelsweg, Miselohestr., Mittelstr., Mohlenstr., Moltkestr., Monheimer Str., Montanusstr., Montessoriweg, Moosweg, Morsbroicher Str., Moselstr., Moskauer Str., Mozartstr., Mühlenweg, Muhrgasse, Muldestr., Mülhausener Str., Mülheimer Str., Münsters Gäßchen, Münzstr., Müritzstr., Myliusstr., Nachtigallenweg, Nauener Str., Neißestr., Nelly-Sachs-Str., Netzestr., Neuendriesch, Neuenhausgasse, Neuenkamp, Neujudenhof, Neukronenberger Str., Neustadtstr., Nicolai-Hartmann-Str., Niederblecher, Niederfeldstr., Nietzschestr., Nikolaus-Groß-Str., Nobelstr., Norderneystr., Nordstr., Ober dem Hof, Obere Lindenstr., Obere Str., Oberölbach, Odenthaler Str., Oderstr., Okerstr., Olof-Palme-Str., Ophovener Str., Opladener Platz, Opladener Str., Ortelsburger Str., Oskar-Moll-Str., Oskar-Schlemmer-Str., Oststr., Oswald-Spengler-Str., Otto-Dix-Str., Otto-Grimm-Str., Otto-Hahn-Str., Otto-Müller-Str., Otto-Stange-Str., Ottostr., Otto-Varnhagen-Str., Otto-Wels-Str., Ottweilerstr., Oulustr., Overfeldweg, Pappelweg, Paracelsusstr., Parkstr., Pastor-Louis-Str., Pastor-Scheibler-Str., Pastorskamp, Paul-Klee-Str., Paul-Löbe-Str., Paulstr., Peenestr., Pescher Busch, Peschstr., Pestalozzistr., Peter-Grieß-Str., Peter-Joseph-Lenné-Str., Peter-Neuenheuser-Str., Petersbergstr., Peterstr., Pfarrer-Jekel-Str., Pfarrer-Klein-Str., Pfarrer-Röhr-Str., Pfeilshofstr., Philipp-Ott-Str., Piet-Mondrian-Str., Platanenweg, Pommernstr., Porschestr., Poststr., Potsdamer Str., Pregelstr., Prießnitzstr., Pützdelle, Quarzstr., Quettinger Str., Rat-Deycks-Str., Rathenaustr., Ratherkämp, Ratiborer Str., Raushofstr., Regensburger Str., Reinickendorfer Str., Renkgasse, Rennbaumplatz, Rennbaumstr., Reuschenberger Str., Reusrather Str., Reuterstr., Rheinallee, Rheindorfer Str., Rheinstr., Rhein-Wupper-Platz, Richard-Wagner-Str., Rilkestr., Ringstr., Robert-Blum-Str., Robert-Koch-Str., Robert-Medenwald-Str., Rolandstr., Romberg, Röntgenstr., Roonstr., Ropenstall, Ropenstaller Weg, Rosenthal, Rostocker Str., Rotdornweg, Röttgerweg, Rückertstr., Rudolf-Breitscheid-Str., Rudolf-Mann-Platz, Rudolf-Stracke-Str., Ruhlachplatz, Ruhlachstr., Rüttersweg, Saalestr., Saarbrücker Str., Saarlauterner Str., Saarstr., Salamanderweg, Samlandstr., Sanddornstr., Sandstr., Sauerbruchstr., Schäfershütte, Scharnhorststr., Scheffershof, Scheidemannstr., Schellingstr., Schenkendorfstr., Schießbergstr., Schillerstr., Schlangenhecke, Schlebuscher Heide, Schlebuscher Str., Schlebuschrath, Schlehdornstr., Schleiermacherstr., Schloßstr., Schmalenbruch, Schnepfenflucht, Schöffenweg, Schöllerstr., Schöne Aussicht, Schöneberger Str., Schopenhauerstr., Schubertplatz, Schubertstr., Schulberg, Schulstr., Schumannstr., Schwalbenweg, Schwarzastr., Sebastianusweg, Semmelweisstr., Siebelplatz, Siemensstr., Solinger Str., Sonderburger Str., Spandauer Str., Speestr., Sperberweg, Sperlingsweg, Spitzwegstr., Sporrenberger Mühle, Spreestr., St. Ingberter Str., Starenweg, Stauffenbergstr., Stefan-Zweig-Str., Stegerwaldstr., Steglitzer Str., Steinbücheler Feld, Steinbücheler Str., Steinstr., Steinweg, Stephan-Lochner-Str., Stephanusstr., Stettiner Str., Stixchesstr., Stöckenstr., Stralsunder Str., Straßburger Str., Stresemannplatz, Strombergstr., Stromstr., Stüttekofener Str., Sudestr., Sürderstr., Syltstr., Talstr., Tannenbergstr., Tannenweg, Taubenweg, Teitscheider Weg, Telegrafenstr., Teltower Str., Tempelhofer Str., Theodor-Adorno-Str., Theodor-Fliedner-Str., Theodor-Gierath-Str., Theodor-Haubach-Str., Theodor-Heuss-Ring, Theodor-Storm-Str., Theodorstr., Thomas-Dehler-Str., Thomas-Morus-Str., Thomas-von-Aquin-Str., Tönges Feld, Torstr., Treptower Str., Treuburger Str., Uhlandstr., Ulmenweg, Ulmer Str., Ulrichstr., Ulrich-von-Hassell-Str., Umlag, Unstrutstr., Unter dem Schildchen, Unterölbach, Unterstr., Uppersberg, Van't-Hoff-Str., Veit-Stoß-Str., Vereinsstr., Viktor-Meyer-Str., Vincent-van-Gogh-Str., Virchowstr., Voigtslach, Volhardstr., Völklinger Str., Von-Brentano-Str., Von-Diergardt-Str., Von-Eichendorff-Str., Von-Ketteler-Str., Von-Knoeringen-Str., Von-Pettenkofer-Str., Von-Siebold-Str., Wacholderweg, Waldstr., Walter-Flex-Str., Walter-Hempel-Str., Walter-Hochapfel-Str., Walter-Nernst-Str., Wannseestr., Warnowstr., Warthestr., Weddigenstr., Weichselstr., Weidenstr., Weidfeldstr., Weiherfeld, Weiherstr., Weinhäuser Str., Weißdornweg, Weißenseestr., Weizkamp, Werftstr., Werkstättenstr., Werner-Heisenberg-Str., Werrastr., Weyerweg, Widdauener Str., Wiebertshof, Wiehbachtal, Wiembachallee, Wiesdorfer Platz, Wiesenstr., Wilhelm-Busch-Str., Wilhelm-Hastrich-Str., Wilhelm-Leuschner-Str., Wilhelm-Liebknecht-Str., Wilhelmsgasse, Wilhelmstr., Willi-Baumeister-Str., Willy-Brandt-Ring, Winand-Rossi-Str., Windthorststr., Winkelweg, Winterberg, Wittenbergstr., Wolf-Vostell-Str., Wolkenburgstr., Wupperstr., Wuppertalstr., Wüstenhof, Yitzhak-Rabin-Str., Zauberkuhle, Zedernweg, Zehlendorfer Str., Zehntenweg, Zeisigweg, Zeppelinstr., Zschopaustr., Zum Claashäuschen, Zündhütchenweg, Zur Alten Brauerei, Zur alten Fabrik] building_number: ['###', '##', '#', '##a', '##b', '##c'] # street_suffix: [straße weg platz] secondary_address: ['Apt. ###', 'Zimmer ###', '# OG'] postcode: ['#####', '#####'] state: [Baden-Württemberg, Bayern, Berlin, Brandenburg, Bremen, Hamburg, Hessen, Mecklenburg-Vorpommern, Niedersachsen, Nordrhein-Westfalen, Rheinland-Pfalz, Saarland, Sachsen, Sachsen-Anhalt, Schleswig-Holstein, Thüringen] state_abbr: [BW, BY, BE, BB, HB, HH, HE, MV, NI, NW, RP, SL, SN, ST, SH, TH] time_zone: [MEZ, Europe/Berlin, Central European Time, CET] city: - "#{city_prefix} #{Name.first_name}#{city_suffix}" - "#{city_prefix} #{Name.first_name}" - "#{Name.first_name}#{city_suffix}" - "#{Name.last_name}#{city_suffix}" street_name: - "#{street_root}" street_address: - "#{street_name} #{building_number}" default_country: [Deutschland] company: suffix: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OHG] legal_form: [GmbH, AG, Gruppe, KG, GmbH & Co. KG, UG, OHG] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} und #{Name.last_name}" compass: cardinal: word: ['Norden', 'Osten', 'Süden', 'Westen'] abbreviation: ['N', 'E', 'S', 'W'] azimuth: ['0', '90', '180', '270'] ordinal: word: ['Nordosten', 'Südosten', 'Südwesten', 'Nordwesten'] abbreviation: ['NO', 'SO', 'SW', 'NW'] azimuth: ['45', '135', '225', '315'] half-wind: word: ['Nord-Nordost', 'Ost-Nordost', 'Ost-Südost', 'Süd-Südost', 'Süd-Südwest', 'West-Südwest', 'West-Nordwest', 'Nord-Nordwest'] abbreviation: ['NNO', 'ONO', 'OSO', 'SSO', 'SSW', 'WSW', 'WNW', 'NNW'] azimuth: ['22.5', '67.5', '112.5', '157.5', '202.5', '247.5', '292.5', '337.5'] quarter-wind: word: ['Norden von Osten', 'Nordosten von Norden', 'Nordosten von Osten', 'Osten von Norden', 'Osten von Süden', 'Südosten von Osten', 'Südosten von Süden', 'Süden von Osten', 'Süden von Westen', 'Südwesten von Süden', 'Südwesten von Westen', 'Westen von Süden', 'Westen von Norden', 'Nordwesten von Westen', 'Nordwesten von Norden', 'Norden von Westen'] abbreviation: ['NvO', 'NOvN', 'NOvO', 'OvN', 'OvS', 'SOvO', 'SOvS', 'SvO', 'SvW', 'SWvS', 'SWvW', 'WvS', 'WvN', 'NWvW', 'NWvN', 'NvW'] azimuth: ['11.25', '33.75', '56.25', '78.75', '101.25', '123.75', '146.25', '168.75', '191.25', '213.75', '236.25', '258.75', '281.25', '303.75', '326.25', '348.75'] direction: - "#{cardinal}" - "#{ordinal}" - "#{half_wind}" - "#{quarter_wind}" abbreviation: - "#{cardinal_abbreviation}" - "#{ordinal_abbreviation}" - "#{half_wind_abbreviation}" - "#{quarter_wind_abbreviation}" azimuth: - "#{cardinal_azimuth}" - "#{ordinal_azimuth}" - "#{half_wind_azimuth}" - "#{quarter_wind_azimuth}" internet: free_email: [gmail.com, yahoo.com, hotmail.com, gmx.de, web.de, mail.de, freenet.de] domain_suffix: [com, info, name, net, org, de, ch] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] hipster: words: ["8-Bit", "Adrenalinjunkie", "Artisan", "Artpreneur", "Bart", "Basic Bitch", "Beanie", "Braux Pas", "Brunch", "Craft Beer", "Cutester", "DIY", "Earthporn", "Fake", "Fashin Girl", "Flittern", "Foodporn", "Freshman at life", "Frienvy", "Frunch", "Genderfriend", "Ghosting", "Helicopter-Freundin", "Hipster", "Influencer", "Inspiration", "Instagram", "Jutebeutel", "Kombucha", "Lomo", "Love Interest", "Lumbersexual", "Mansplaining", "Mate", "Mingle", "Mustache", "Möchtegern", "Nomophobia", "Normcore", "OMG", "Pinterest", "Polaroid", "Praktikantenlunch", "Pseudointellektuelle", "Quinoa", "Ringle", "SWAG", "Sapiosexuell", "Sexting", "Smoothie", "Spornosexuell", "Star Wars", "Strickmütze", "Suchtie", "Sushi", "Tattoo", "Tinder-Finger", "Trashopfer", "Twitternerds", "Undercut", "Urban Gardening", "Urbane Bohème", "Vans", "Vice", "WTF", "YOLO", "Yuccies", "Zumbatante", "awesome", "beziehungsunfähig", "blog", "chillen", "crazy", "handmade", "home brewed", "häkeln", "organic", "party hard", "passiv bisexuell", "retro", "snacken", "stricken", "suchten", "tl;dr", "vegan", "veganz", "veggie", "vintage", "viral", "vlog"] name: first_name: [Aaron, Abdul, Abdullah, Adam, Adrian, Adriano, Ahmad, Ahmed, Ahmet, Alan, Albert, Alessandro, Alessio, Alex, Alexander, Alfred, Ali, Amar, Amir, Amon, Andre, Andreas, Andrew, Angelo, Ansgar, Anthony, Anton, Antonio, Arda, Arian, Armin, Arne, Arno, Arthur, Artur, Arved, Arvid, Ayman, Baran, Baris, Bastian, Batuhan, Bela, Ben, Benedikt, Benjamin, Bennet, Bennett, Benno, Bent, Berat, Berkay, Bernd, Bilal, Bjarne, Björn, Bo, Boris, Brandon, Brian, Bruno, Bryan, Burak, Calvin, Can, Carl, Carlo, Carlos, Carsten, Caspar, Cedric, Cedrik, Cem, Charlie, Chris, Christian, Christiano, Christoph, Christopher, Claas, Clemens, Colin, Collin, Conner, Connor, Constantin, Corvin, Curt, Damian, Damien, Daniel, Danilo, Danny, Darian, Dario, Darius, Darren, David, Davide, Davin, Dean, Deniz, Dennis, Denny, Devin, Diego, Dion, Domenic, Domenik, Dominic, Dominik, Dorian, Dustin, Dylan, Ecrin, Eddi, Eddy, Edgar, Edwin, Efe, Ege, Elia, Eliah, Elias, Elijah, Emanuel, Emil, Emilian, Emilio, Emir, Emirhan, Emre, Enes, Enno, Enrico, Eren, Eric, Erik, Etienne, Fabian, Fabien, Fabio, Fabrice, Falk, Felix, Ferdinand, Fiete, Filip, Finlay, Finley, Finn, Finnley, Florian, Francesco, Franz, Frederic, Frederick, Frederik, Friedrich, Fritz, Furkan, Fynn, Gabriel, Georg, Gerrit, Gian, Gianluca, Gino, Giuliano, Giuseppe, Gregor, Gustav, Hagen, Hamza, Hannes, Hanno, Hans, Hasan, Hassan, Hauke, Hendrik, Hennes, Henning, Henri, Henrick, Henrik, Henry, Hugo, Hussein, Ian, Ibrahim, Ilias, Ilja, Ilyas, Immanuel, Ismael, Ismail, Ivan, Iven, Jack, Jacob, Jaden, Jakob, Jamal, James, Jamie, Jan, Janek, Janis, Janne, Jannek, Jannes, Jannik, Jannis, Jano, Janosch, Jared, Jari, Jarne, Jarno, Jaron, Jason, Jasper, Jay, Jayden, Jayson, Jean, Jens, Jeremias, Jeremie, Jeremy, Jermaine, Jerome, Jesper, Jesse, Jim, Jimmy, Joe, Joel, Joey, Johann, Johannes, John, Johnny, Jon, Jona, Jonah, Jonas, Jonathan, Jonte, Joost, Jordan, Joris, Joscha, Joschua, Josef, Joseph, Josh, Joshua, Josua, Juan, Julian, Julien, Julius, Juri, Justin, Justus, Kaan, Kai, Kalle, Karim, Karl, Karlo, Kay, Keanu, Kenan, Kenny, Keno, Kerem, Kerim, Kevin, Kian, Kilian, Kim, Kimi, Kjell, Klaas, Klemens, Konrad, Konstantin, Koray, Korbinian, Kurt, Lars, Lasse, Laurence, Laurens, Laurenz, Laurin, Lean, Leander, Leandro, Leif, Len, Lenn, Lennard, Lennart, Lennert, Lennie, Lennox, Lenny, Leo, Leon, Leonard, Leonardo, Leonhard, Leonidas, Leopold, Leroy, Levent, Levi, Levin, Lewin, Lewis, Liam, Lian, Lias, Lino, Linus, Lio, Lion, Lionel, Logan, Lorenz, Lorenzo, Loris, Louis, Luan, Luc, Luca, Lucas, Lucian, Lucien, Ludwig, Luis, Luiz, Luk, Luka, Lukas, Luke, Lutz, Maddox, Mads, Magnus, Maik, Maksim, Malik, Malte, Manuel, Marc, Marcel, Marco, Marcus, Marek, Marian, Mario, Marius, Mark, Marko, Markus, Marlo, Marlon, Marten, Martin, Marvin, Marwin, Mateo, Mathis, Matis, Mats, Matteo, Mattes, Matthias, Matthis, Matti, Mattis, Maurice, Max, Maxim, Maximilian, Mehmet, Meik, Melvin, Merlin, Mert, Michael, Michel, Mick, Miguel, Mika, Mikail, Mike, Milan, Milo, Mio, Mirac, Mirco, Mirko, Mohamed, Mohammad, Mohammed, Moritz, Morten, Muhammed, Murat, Mustafa, Nathan, Nathanael, Nelson, Neo, Nevio, Nick, Niclas, Nico, Nicolai, Nicolas, Niels, Nikita, Niklas, Niko, Nikolai, Nikolas, Nils, Nino, Noah, Noel, Norman, Odin, Oke, Ole, Oliver, Omar, Onur, Oscar, Oskar, Pascal, Patrice, Patrick, Paul, Peer, Pepe, Peter, Phil, Philip, Philipp, Pierre, Piet, Pit, Pius, Quentin, Quirin, Rafael, Raik, Ramon, Raphael, Rasmus, Raul, Rayan, René, Ricardo, Riccardo, Richard, Rick, Rico, Robert, Robin, Rocco, Roman, Romeo, Ron, Ruben, Ryan, Said, Salih, Sam, Sami, Sammy, Samuel, Sandro, Santino, Sascha, Sean, Sebastian, Selim, Semih, Shawn, Silas, Simeon, Simon, Sinan, Sky, Stefan, Steffen, Stephan, Steve, Steven, Sven, Sönke, Sören, Taha, Tamino, Tammo, Tarik, Tayler, Taylor, Teo, Theo, Theodor, Thies, Thilo, Thomas, Thorben, Thore, Thorge, Tiago, Til, Till, Tillmann, Tim, Timm, Timo, Timon, Timothy, Tino, Titus, Tizian, Tjark, Tobias, Tom, Tommy, Toni, Tony, Torben, Tore, Tristan, Tyler, Tyron, Umut, Uwe, Valentin, Valentino, Veit, Victor, Viktor, Vin, Vincent, Vito, Vitus, Wilhelm, Willi, William, Willy, Xaver, Yannic, Yannick, Yannik, Yannis, Yasin, Youssef, Yunus, Yusuf, Yven, Yves, Ömer, Aaliyah, Abby, Abigail, Ada, Adelina, Adriana, Aileen, Aimee, Alana, Alea, Alena, Alessa, Alessia, Alexa, Alexandra, Alexia, Alexis, Aleyna, Alia, Alica, Alice, Alicia, Alina, Alisa, Alisha, Alissa, Aliya, Aliyah, Allegra, Alma, Alyssa, Amalia, Amanda, Amelia, Amelie, Amina, Amira, Amy, Ana, Anabel, Anastasia, Andrea, Angela, Angelina, Angelique, Anja, Ann, Anna, Annabel, Annabell, Annabelle, Annalena, Anne, Anneke, Annelie, Annemarie, Anni, Annie, Annika, Anny, Anouk, Antonia, Arda, Ariana, Ariane, Arwen, Ashley, Asya, Aurelia, Aurora, Ava, Ayleen, Aylin, Ayse, Azra, Betty, Bianca, Bianka, Brigitte, Caitlin, Cara, Carina, Carla, Carlotta, Carmen, Carolin, Carolina, Caroline, Cassandra, Catharina, Catrin, Cecile, Cecilia, Celia, Celina, Celine, Ceyda, Ceylin, Chantal, Charleen, Charlotta, Charlotte, Chayenne, Cheyenne, Chiara, Christin, Christiane, Christina, Cindy, Claire, Clara, Clarissa, Colleen, Collien, Cora, Corinna, Cosima, Dana, Daniela, Daria, Darleen, Defne, Delia, Denise, Diana, Dilara, Dina, Dorothea, Ecrin, Eda, Eileen, Ela, Elaine, Elanur, Elea, Elena, Eleni, Eleonora, Eliana, Elif, Elina, Elisa, Elisabeth, Ella, Ellen, Elli, Elly, Elsa, Emelie, Emely, Emilia, Emilie, Emily, Emma, Emmely, Emmi, Emmy, Enie, Enna, Enya, Esma, Estelle, Esther, Eva, Evelin, Evelina, Eveline, Evelyn, Fabienne, Fatima, Fatma, Felicia, Felicitas, Felina, Femke, Fenja, Fine, Finia, Finja, Finnja, Fiona, Flora, Florentine, Francesca, Franka, Franziska, Frederike, Freya, Frida, Frieda, Friederike, Giada, Gina, Giulia, Giuliana, Greta, Hailey, Hana, Hanna, Hannah, Heidi, Helen, Helena, Helene, Helin, Henriette, Henrike, Hermine, Ida, Ilayda, Imke, Ina, Ines, Inga, Inka, Irem, Isa, Isabel, Isabell, Isabella, Isabelle, Ivonne, Jacqueline, Jamie, Jamila, Jana, Jane, Janin, Janina, Janine, Janna, Janne, Jara, Jasmin, Jasmina, Jasmine, Jella, Jenna, Jennifer, Jenny, Jessica, Jessy, Jette, Jil, Jill, Joana, Joanna, Joelina, Joeline, Joelle, Johanna, Joleen, Jolie, Jolien, Jolin, Jolina, Joline, Jona, Jonah, Jonna, Josefin, Josefine, Josephin, Josephine, Josie, Josy, Joy, Joyce, Judith, Judy, Jule, Julia, Juliana, Juliane, Julie, Julienne, Julika, Julina, Juna, Justine, Kaja, Karina, Karla, Karlotta, Karolina, Karoline, Kassandra, Katarina, Katharina, Kathrin, Katja, Katrin, Kaya, Kayra, Kiana, Kiara, Kim, Kimberley, Kimberly, Kira, Klara, Korinna, Kristin, Kyra, Laila, Lana, Lara, Larissa, Laura, Laureen, Lavinia, Lea, Leah, Leana, Leandra, Leann, Lee, Leila, Lena, Lene, Leni, Lenia, Lenja, Lenya, Leona, Leoni, Leonie, Leonora, Leticia, Letizia, Levke, Leyla, Lia, Liah, Liana, Lili, Lilia, Lilian, Liliana, Lilith, Lilli, Lillian, Lilly, Lily, Lina, Linda, Lindsay, Line, Linn, Linnea, Lisa, Lisann, Lisanne, Liv, Livia, Liz, Lola, Loreen, Lorena, Lotta, Lotte, Louisa, Louise, Luana, Luca, Lucia, Lucie, Lucienne, Lucy, Luisa, Luise, Luka, Luna, Luzie, Lya, Lydia, Lyn, Lynn, Madeleine, Madita, Madleen, Madlen, Magdalena, Maike, Mailin, Maira, Maja, Malena, Malia, Malin, Malina, Mandy, Mara, Marah, Mareike, Maren, Maria, Mariam, Marie, Marieke, Mariella, Marika, Marina, Marisa, Marissa, Marit, Marla, Marleen, Marlen, Marlena, Marlene, Marta, Martha, Mary, Maryam, Mathilda, Mathilde, Matilda, Maxi, Maxima, Maxine, Maya, Mayra, Medina, Medine, Meike, Melanie, Melek, Melike, Melina, Melinda, Melis, Melisa, Melissa, Merle, Merve, Meryem, Mette, Mia, Michaela, Michelle, Mieke, Mila, Milana, Milena, Milla, Mina, Mira, Miray, Miriam, Mirja, Mona, Monique, Nadine, Nadja, Naemi, Nancy, Naomi, Natalia, Natalie, Nathalie, Neele, Nela, Nele, Nelli, Nelly, Nia, Nicole, Nika, Nike, Nikita, Nila, Nina, Nisa, Noemi, Nora, Olivia, Patricia, Patrizia, Paula, Paulina, Pauline, Penelope, Philine, Phoebe, Pia, Rahel, Rania, Rebecca, Rebekka, Riana, Rieke, Rike, Romina, Romy, Ronja, Rosa, Rosalie, Ruby, Sabrina, Sahra, Sally, Salome, Samantha, Samia, Samira, Sandra, Sandy, Sanja, Saphira, Sara, Sarah, Saskia, Selin, Selina, Selma, Sena, Sidney, Sienna, Silja, Sina, Sinja, Smilla, Sofia, Sofie, Sonja, Sophia, Sophie, Soraya, Stefanie, Stella, Stephanie, Stina, Sude, Summer, Susanne, Svea, Svenja, Sydney, Tabea, Talea, Talia, Tamara, Tamia, Tamina, Tanja, Tara, Tarja, Teresa, Tessa, Thalea, Thalia, Thea, Theresa, Tia, Tina, Tomke, Tuana, Valentina, Valeria, Valerie, Vanessa, Vera, Veronika, Victoria, Viktoria, Viola, Vivian, Vivien, Vivienne, Wibke, Wiebke, Xenia, Yara, Yaren, Yasmin, Ylvi, Ylvie, Yvonne, Zara, Zehra, Zeynep, Zoe, Zoey, Zoé] last_name: [Abel, Abicht, Abraham, Abramovic, Abt, Achilles, Achkinadze, Ackermann, Adam, Adams, Ade, Agostini, Ahlke, Ahrenberg, Ahrens, Aigner, Albert, Albrecht, Alexa, Alexander, Alizadeh, Allgeyer, Amann, Amberg, Anding, Anggreny, Apitz, Arendt, Arens, Arndt, Aryee, Aschenbroich, Assmus, Astafei, Auer, Axmann, Baarck, Bachmann, Badane, Bader, Baganz, Bahl, Bak, Balcer, Balck, Balkow, Balnuweit, Balzer, Banse, Barr, Bartels, Barth, Barylla, Baseda, Battke, Bauer, Bauermeister, Baumann, Baumeister, Bauschinger, Bauschke, Bayer, Beavogui, Beck, Beckel, Becker, Beckmann, Bedewitz, Beele, Beer, Beggerow, Beh, Behnke, Behnert, Behr, Behrenbruch, Belz, Bender, Benecke, Benner, Benninger, Benzing, Berends, Berger, Berner, Berning, Bertenbreiter, Best, Bethke, Betz, Beushausen, Beutelspacher, Beyer, Biba, Bichler, Bickel, Biedermann, Bieler, Bielert, Bienasch, Bienias, Biesenbach, Bigdeli, Birkemeyer, Bittner, Blank, Blaschek, Blassneck, Bloch, Blochwitz, Blockhaus, Blum, Blume, Bock, Bode, Bogdashin, Bogenrieder, Bohge, Bolm, Borgschulze, Bork, Bormann, Bornscheuer, Borrmann, Borsch, Boruschewski, Bos, Bosler, Bourrouag, Bouschen, Boxhammer, Boyde, Bozsik, Brand, Brandenburg, Brandis, Brandt, Brauer, Braun, Brehmer, Breitenstein, Bremer, Bremser, Brenner, Brettschneider, Breu, Breuer, Briesenick, Bringmann, Brinkmann, Brix, Broening, Brosch, Bruckmann, Bruder, Bruhns, Brunner, Bruns, Bräutigam, Brömme, Brüggmann, Buchholz, Buchrucker, Buder, Bultmann, Bunjes, Burger, Burghagen, Burkhard, Burkhardt, Burmeister, Busch, Buschbaum, Busemann, Buss, Busse, Bussmann, Byrd, Bäcker, Böhm, Bönisch, Börgeling, Börner, Böttner, Büchele, Bühler, Büker, Büngener, Bürger, Bürklein, Büscher, Büttner, Camara, Carlowitz, Carlsohn, Caspari, Caspers, Chapron, Christ, Cierpinski, Clarius, Cleem, Cleve, Co, Conrad, Cordes, Cornelsen, Cors, Cotthardt, Crews, Cronjäger, Crosskofp, Da, Dahm, Dahmen, Daimer, Damaske, Danneberg, Danner, Daub, Daubner, Daudrich, Dauer, Daum, Dauth, Dautzenberg, De, Decker, Deckert, Deerberg, Dehmel, Deja, Delonge, Demut, Dengler, Denner, Denzinger, Derr, Dertmann, Dethloff, Deuschle, Dieckmann, Diedrich, Diekmann, Dienel, Dies, Dietrich, Dietz, Dietzsch, Diezel, Dilla, Dingelstedt, Dippl, Dittmann, Dittmar, Dittmer, Dix, Dobbrunz, Dobler, Dohring, Dolch, Dold, Dombrowski, Donie, Doskoczynski, Dragu, Drechsler, Drees, Dreher, Dreier, Dreissigacker, Dressler, Drews, Duma, Dutkiewicz, Dyett, Dylus, Dächert, Döbel, Döring, Dörner, Dörre, Dück, Eberhard, Eberhardt, Ecker, Eckhardt, Edorh, Effler, Eggenmueller, Ehm, Ehmann, Ehrig, Eich, Eifert, Einert, Eisenlauer, Ekpo, Elbe, Eleyth, Elss, Emert, Emmelmann, Ender, Engel, Engelen, Engelmann, Eplinius, Erdmann, Erhardt, Erlei, Erm, Ernst, Ertl, Erwes, Esenwein, Esser, Evers, Everts, Ewald, Fahner, Faller, Falter, Farber, Fassbender, Faulhaber, Fehrig, Feld, Felke, Feller, Fenner, Fenske, Feuerbach, Fietz, Figl, Figura, Filipowski, Filsinger, Fincke, Fink, Finke, Fischer, Fitschen, Fleischer, Fleischmann, Floder, Florczak, Flore, Flottmann, Forkel, Forst, Frahmeke, Frank, Franke, Franta, Frantz, Franz, Franzis, Franzmann, Frauen, Frauendorf, Freigang, Freimann, Freimuth, Freisen, Frenzel, Frey, Fricke, Fried, Friedek, Friedenberg, Friedmann, Friedrich, Friess, Frisch, Frohn, Frosch, Fuchs, Fuhlbrügge, Fusenig, Fust, Förster, Gaba, Gabius, Gabler, Gadschiew, Gakstädter, Galander, Gamlin, Gamper, Gangnus, Ganzmann, Garatva, Gast, Gastel, Gatzka, Gauder, Gebhardt, Geese, Gehre, Gehrig, Gehring, Gehrke, Geiger, Geisler, Geissler, Gelling, Gens, Gerbennow, Gerdel, Gerhardt, Gerschler, Gerson, Gesell, Geyer, Ghirmai, Ghosh, Giehl, Gierisch, Giesa, Giesche, Gilde, Glatting, Goebel, Goedicke, Goldbeck, Goldfuss, Goldkamp, Goldkühle, Goller, Golling, Gollnow, Golomski, Gombert, Gotthardt, Gottschalk, Gotz, Goy, Gradzki, Graf, Grams, Grasse, Gratzky, Grau, Greb, Green, Greger, Greithanner, Greschner, Griem, Griese, Grimm, Gromisch, Gross, Grosser, Grossheim, Grosskopf, Grothaus, Grothkopp, Grotke, Grube, Gruber, Grundmann, Gruning, Gruszecki, Gröss, Grötzinger, Grün, Grüner, Gummelt, Gunkel, Gunther, Gutjahr, Gutowicz, Gutschank, Göbel, Göckeritz, Göhler, Görlich, Görmer, Götz, Götzelmann, Güldemeister, Günther, Günz, Gürbig, Haack, Haaf, Habel, Hache, Hackbusch, Hackelbusch, Hadfield, Hadwich, Haferkamp, Hahn, Hajek, Hallmann, Hamann, Hanenberger, Hannecker, Hanniske, Hansen, Hardy, Hargasser, Harms, Harnapp, Harter, Harting, Hartlieb, Hartmann, Hartwig, Hartz, Haschke, Hasler, Hasse, Hassfeld, Haug, Hauke, Haupt, Haverney, Heberstreit, Hechler, Hecht, Heck, Hedermann, Hehl, Heidelmann, Heidler, Heinemann, Heinig, Heinke, Heinrich, Heinze, Heiser, Heist, Hellmann, Helm, Helmke, Helpling, Hengmith, Henkel, Hennes, Henry, Hense, Hensel, Hentel, Hentschel, Hentschke, Hepperle, Herberger, Herbrand, Hering, Hermann, Hermecke, Herms, Herold, Herrmann, Herschmann, Hertel, Herweg, Herwig, Herzenberg, Hess, Hesse, Hessek, Hessler, Hetzler, Heuck, Heydemüller, Hiebl, Hildebrand, Hildenbrand, Hilgendorf, Hillard, Hiller, Hingsen, Hingst, Hinrichs, Hirsch, Hirschberg, Hirt, Hodea, Hoffman, Hoffmann, Hofmann, Hohenberger, Hohl, Hohn, Hohnheiser, Hold, Holdt, Holinski, Holl, Holtfreter, Holz, Holzdeppe, Holzner, Hommel, Honz, Hooss, Hoppe, Horak, Horn, Horna, Hornung, Hort, Howard, Huber, Huckestein, Hudak, Huebel, Hugo, Huhn, Hujo, Huke, Huls, Humbert, Huneke, Huth, Häber, Häfner, Höcke, Höft, Höhne, Hönig, Hördt, Hübenbecker, Hübl, Hübner, Hügel, Hüttcher, Hütter, Ibe, Ihly, Illing, Isak, Isekenmeier, Itt, Jacob, Jacobs, Jagusch, Jahn, Jahnke, Jakobs, Jakubczyk, Jambor, Jamrozy, Jander, Janich, Janke, Jansen, Jarets, Jaros, Jasinski, Jasper, Jegorov, Jellinghaus, Jeorga, Jerschabek, Jess, John, Jonas, Jossa, Jucken, Jung, Jungbluth, Jungton, Just, Jürgens, Kaczmarek, Kaesmacher, Kahl, Kahlert, Kahles, Kahlmeyer, Kaiser, Kalinowski, Kallabis, Kallensee, Kampf, Kampschulte, Kappe, Kappler, Karhoff, Karrass, Karst, Karsten, Karus, Kass, Kasten, Kastner, Katzinski, Kaufmann, Kaul, Kausemann, Kawohl, Kazmarek, Kedzierski, Keil, Keiner, Keller, Kelm, Kempe, Kemper, Kempter, Kerl, Kern, Kesselring, Kesselschläger, Kette, Kettenis, Keutel, Kick, Kiessling, Kinadeter, Kinzel, Kinzy, Kirch, Kirst, Kisabaka, Klaas, Klabuhn, Klapper, Klauder, Klaus, Kleeberg, Kleiber, Klein, Kleinert, Kleininger, Kleinmann, Kleinsteuber, Kleiss, Klemme, Klimczak, Klinger, Klink, Klopsch, Klose, Kloss, Kluge, Kluwe, Knabe, Kneifel, Knetsch, Knies, Knippel, Knobel, Knoblich, Knoll, Knorr, Knorscheidt, Knut, Kobs, Koch, Kochan, Kock, Koczulla, Koderisch, Koehl, Koehler, Koenig, Koester, Kofferschlager, Koha, Kohle, Kohlmann, Kohnle, Kohrt, Koj, Kolb, Koleiski, Kolokas, Komoll, Konieczny, Konig, Konow, Konya, Koob, Kopf, Kosenkow, Koster, Koszewski, Koubaa, Kovacs, Kowalick, Kowalinski, Kozakiewicz, Krabbe, Kraft, Kral, Kramer, Krauel, Kraus, Krause, Krauspe, Kreb, Krebs, Kreissig, Kresse, Kreutz, Krieger, Krippner, Krodinger, Krohn, Krol, Kron, Krueger, Krug, Kruger, Krull, Kruschinski, Krämer, Kröckert, Kröger, Krüger, Kubera, Kufahl, Kuhlee, Kuhnen, Kulimann, Kulma, Kumbernuss, Kummle, Kunz, Kupfer, Kupprion, Kuprion, Kurnicki, Kurrat, Kurschilgen, Kuschewitz, Kuschmann, Kuske, Kustermann, Kutscherauer, Kutzner, Kwadwo, Kähler, Käther, Köhler, Köhrbrück, Köhre, Kölotzei, König, Köpernick, Köseoglu, Kúhn, Kúhnert, Kühn, Kühnel, Kühnemund, Kühnert, Kühnke, Küsters, Küter, Laack, Lack, Ladewig, Lakomy, Lammert, Lamos, Landmann, Lang, Lange, Langfeld, Langhirt, Lanig, Lauckner, Lauinger, Laurén, Lausecker, Laux, Laws, Lax, Leberer, Lehmann, Lehner, Leibold, Leide, Leimbach, Leipold, Leist, Leiter, Leiteritz, Leitheim, Leiwesmeier, Lenfers, Lenk, Lenz, Lenzen, Leo, Lepthin, Lesch, Leschnik, Letzelter, Lewin, Lewke, Leyckes, Lg, Lichtenfeld, Lichtenhagen, Lichtl, Liebach, Liebe, Liebich, Liebold, Lieder, Lienshöft, Linden, Lindenberg, Lindenmayer, Lindner, Linke, Linnenbaum, Lippe, Lipske, Lipus, Lischka, Lobinger, Logsch, Lohmann, Lohre, Lohse, Lokar, Loogen, Lorenz, Losch, Loska, Lott, Loy, Lubina, Ludolf, Lufft, Lukoschek, Lutje, Lutz, Löser, Löwa, Lübke, Maak, Maczey, Madetzky, Madubuko, Mai, Maier, Maisch, Malek, Malkus, Mallmann, Malucha, Manns, Manz, Marahrens, Marchewski, Margis, Markowski, Marl, Marner, Marquart, Marschek, Martel, Marten, Martin, Marx, Marxen, Mathes, Mathies, Mathiszik, Matschke, Mattern, Matthes, Matula, Mau, Maurer, Mauroff, May, Maybach, Mayer, Mebold, Mehl, Mehlhorn, Mehlorn, Meier, Meisch, Meissner, Meloni, Melzer, Menga, Menne, Mensah, Mensing, Merkel, Merseburg, Mertens, Mesloh, Metzger, Metzner, Mewes, Meyer, Michallek, Michel, Mielke, Mikitenko, Milde, Minah, Mintzlaff, Mockenhaupt, Moede, Moedl, Moeller, Moguenara, Mohr, Mohrhard, Molitor, Moll, Moller, Molzan, Montag, Moormann, Mordhorst, Morgenstern, Morhelfer, Moritz, Moser, Motchebon, Motzenbbäcker, Mrugalla, Muckenthaler, Mues, Muller, Mulrain, Mächtig, Mäder, Möcks, Mögenburg, Möhsner, Möldner, Möllenbeck, Möller, Möllinger, Mörsch, Mühleis, Müller, Münch, Nabein, Nabow, Nagel, Nannen, Nastvogel, Nau, Naubert, Naumann, Ne, Neimke, Nerius, Neubauer, Neubert, Neuendorf, Neumair, Neumann, Neupert, Neurohr, Neuschwander, Newton, Ney, Nicolay, Niedermeier, Nieklauson, Niklaus, Nitzsche, Noack, Nodler, Nolte, Normann, Norris, Northoff, Nowak, Nussbeck, Nwachukwu, Nytra, Nöh, Oberem, Obergföll, Obermaier, Ochs, Oeser, Olbrich, Onnen, Ophey, Oppong, Orth, Orthmann, Oschkenat, Osei, Osenberg, Ostendarp, Ostwald, Otte, Otto, Paesler, Pajonk, Pallentin, Panzig, Paschke, Patzwahl, Paukner, Peselman, Peter, Peters, Petzold, Pfeiffer, Pfennig, Pfersich, Pfingsten, Pflieger, Pflügner, Philipp, Pichlmaier, Piesker, Pietsch, Pingpank, Pinnock, Pippig, Pitschugin, Plank, Plass, Platzer, Plauk, Plautz, Pletsch, Plotzitzka, Poehn, Poeschl, Pogorzelski, Pohl, Pohland, Pohle, Polifka, Polizzi, Pollmächer, Pomp, Ponitzsch, Porsche, Porth, Poschmann, Poser, Pottel, Prah, Prange, Prediger, Pressler, Preuk, Preuss, Prey, Priemer, Proske, Pusch, Pöche, Pöge, Raabe, Rabenstein, Rach, Radtke, Rahn, Ranftl, Rangen, Ranz, Rapp, Rath, Rau, Raubuch, Raukuc, Rautenkranz, Rehwagen, Reiber, Reichardt, Reichel, Reichling, Reif, Reifenrath, Reimann, Reinberg, Reinelt, Reinhardt, Reinke, Reitze, Renk, Rentz, Renz, Reppin, Restle, Restorff, Retzke, Reuber, Reumann, Reus, Reuss, Reusse, Rheder, Rhoden, Richards, Richter, Riedel, Riediger, Rieger, Riekmann, Riepl, Riermeier, Riester, Riethmüller, Rietmüller, Rietscher, Ringel, Ringer, Rink, Ripken, Ritosek, Ritschel, Ritter, Rittweg, Ritz, Roba, Rockmeier, Rodehau, Rodowski, Roecker, Roggatz, Rohländer, Rohrer, Rokossa, Roleder, Roloff, Roos, Rosbach, Roschinsky, Rose, Rosenauer, Rosenbauer, Rosenthal, Rosksch, Rossberg, Rossler, Roth, Rother, Ruch, Ruckdeschel, Rumpf, Rupprecht, Ruth, Ryjikh, Ryzih, Rädler, Räntsch, Rödiger, Röse, Röttger, Rücker, Rüdiger, Rüter, Sachse, Sack, Saflanis, Sagafe, Sagonas, Sahner, Saile, Sailer, Salow, Salzer, Salzmann, Sammert, Sander, Sarvari, Sattelmaier, Sauer, Sauerland, Saumweber, Savoia, Scc, Schacht, Schaefer, Schaffarzik, Schahbasian, Scharf, Schedler, Scheer, Schelk, Schellenbeck, Schembera, Schenk, Scherbarth, Scherer, Schersing, Scherz, Scheurer, Scheuring, Scheytt, Schielke, Schieskow, Schildhauer, Schilling, Schima, Schimmer, Schindzielorz, Schirmer, Schirrmeister, Schlachter, Schlangen, Schlawitz, Schlechtweg, Schley, Schlicht, Schlitzer, Schmalzle, Schmid, Schmidt, Schmidtchen, Schmitt, Schmitz, Schmuhl, Schneider, Schnelting, Schnieder, Schniedermeier, Schnürer, Schoberg, Scholz, Schonberg, Schondelmaier, Schorr, Schott, Schottmann, Schouren, Schrader, Schramm, Schreck, Schreiber, Schreiner, Schreiter, Schroder, Schröder, Schuermann, Schuff, Schuhaj, Schuldt, Schult, Schulte, Schultz, Schultze, Schulz, Schulze, Schumacher, Schumann, Schupp, Schuri, Schuster, Schwab, Schwalm, Schwanbeck, Schwandke, Schwanitz, Schwarthoff, Schwartz, Schwarz, Schwarzer, Schwarzkopf, Schwarzmeier, Schwatlo, Schweisfurth, Schwennen, Schwerdtner, Schwidde, Schwirkschlies, Schwuchow, Schäfer, Schäffel, Schäffer, Schäning, Schöckel, Schönball, Schönbeck, Schönberg, Schönebeck, Schönenberger, Schönfeld, Schönherr, Schönlebe, Schötz, Schüler, Schüppel, Schütz, Schütze, Seeger, Seelig, Sehls, Seibold, Seidel, Seiders, Seigel, Seiler, Seitz, Semisch, Senkel, Sewald, Siebel, Siebert, Siegling, Sielemann, Siemon, Siener, Sievers, Siewert, Sihler, Sillah, Simon, Sinnhuber, Sischka, Skibicki, Sladek, Slotta, Smieja, Soboll, Sokolowski, Soller, Sollner, Sommer, Somssich, Sonn, Sonnabend, Spahn, Spank, Spelmeyer, Spiegelburg, Spielvogel, Spinner, Spitzmüller, Splinter, Sporrer, Sprenger, Spöttel, Stahl, Stang, Stanger, Stauss, Steding, Steffen, Steffny, Steidl, Steigauf, Stein, Steinecke, Steinert, Steinkamp, Steinmetz, Stelkens, Stengel, Stengl, Stenzel, Stepanov, Stephan, Stern, Steuk, Stief, Stifel, Stoll, Stolle, Stolz, Storl, Storp, Stoutjesdijk, Stratmann, Straub, Strausa, Streck, Streese, Strege, Streit, Streller, Strieder, Striezel, Strogies, Strohschank, Strunz, Strutz, Stube, Stöckert, Stöppler, Stöwer, Stürmer, Suffa, Sujew, Sussmann, Suthe, Sutschet, Swillims, Szendrei, Sören, Sürth, Tafelmeier, Tang, Tasche, Taufratshofer, Tegethof, Teichmann, Tepper, Terheiden, Terlecki, Teufel, Theele, Thieke, Thimm, Thiomas, Thomas, Thriene, Thränhardt, Thust, Thyssen, Thöne, Tidow, Tiedtke, Tietze, Tilgner, Tillack, Timmermann, Tischler, Tischmann, Tittman, Tivontschik, Tonat, Tonn, Trampeli, Trauth, Trautmann, Travan, Treff, Tremmel, Tress, Tsamonikian, Tschiers, Tschirch, Tuch, Tucholke, Tudow, Tuschmo, Tächl, Többen, Töpfer, Uhlemann, Uhlig, Uhrig, Uibel, Uliczka, Ullmann, Ullrich, Umbach, Umlauft, Umminger, Unger, Unterpaintner, Urban, Urbaniak, Urbansky, Urhig, Vahlensieck, Van, Vangermain, Vater, Venghaus, Verniest, Verzi, Vey, Viellehner, Vieweg, Voelkel, Vogel, Vogelgsang, Vogt, Voigt, Vokuhl, Volk, Volker, Volkmann, Von, Vona, Vontein, Wachenbrunner, Wachtel, Wagner, Waibel, Wakan, Waldmann, Wallner, Wallstab, Walter, Walther, Walton, Walz, Wanner, Wartenberg, Waschbüsch, Wassilew, Wassiluk, Weber, Wehrsen, Weidlich, Weidner, Weigel, Weight, Weiler, Weimer, Weis, Weiss, Weller, Welsch, Welz, Welzel, Weniger, Wenk, Werle, Werner, Werrmann, Wessel, Wessinghage, Weyel, Wezel, Wichmann, Wickert, Wiebe, Wiechmann, Wiegelmann, Wierig, Wiese, Wieser, Wilhelm, Wilky, Will, Willwacher, Wilts, Wimmer, Winkelmann, Winkler, Winter, Wischek, Wischer, Wissing, Wittich, Wittl, Wolf, Wolfarth, Wolff, Wollenberg, Wollmann, Woytkowska, Wujak, Wurm, Wyludda, Wölpert, Wöschler, Wühn, Wünsche, Zach, Zaczkiewicz, Zahn, Zaituc, Zandt, Zanner, Zapletal, Zauber, Zeidler, Zekl, Zender, Zeuch, Zeyen, Zeyhle, Ziegler, Zimanyi, Zimmer, Zimmermann, Zinser, Zintl, Zipp, Zipse, Zschunke, Zuber, Zwiener, Zümsande, Östringer, Überacker] prefix: [Hr., Fr., Dr., Prof., Prof. Dr., Prof. Dr. Dr., Dipl.-Ing.] nobility_title: [Baron, Baronin, Freiherr, Freiherrin, Graf, Gräfin] nobility_title_prefix: [zu, von, vom, von der] name: - "#{prefix} #{first_name} #{last_name}" - "#{nobility_title} #{first_name} #{last_name}" - "#{first_name} #{nobility_title_prefix} #{last_name}" - "#{nobility_title} #{first_name} #{nobility_title_prefix} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" color: name: [rot, grün, blau, gelb, lila, weiß, schwarz, orange, rosa, grau, braun, violett, türkis, oliv, beige, ocker, sand, mocka, bordeaux, aprikose, mint-grün, magenta, gold, silber, bronze, limette, azur, pink] commerce: department: ["Bücher", "Filme", "Musik", "Spiele", "Elektronik", "Computer", "Haushalt", "Garten", "Werkzeug", "Lebensmittel", "Gesundheit", "Beauty", "Spielzeug", "Kinder", "Kleinkinder", "Kleider", "Schuhe", "Schmuck", "Sport", "Outdoor", "Auto", "Industrie"] product_name: adjective: [Kleine, Ergonomische, Rustikale, Intelligente, Wunderschöne, Unglaubliche, Fantastische, Praktische, Glatte, Grossartige, Enorme, Mittelmässige, Synergetische, Strapazierfähige, Leichtgewichtige, Aerodynamische, Haltbare] material: [Stahl, Holz, Beton, Plastik, Baumwoll, Granit, Gummi, Leder, Seiden, Wolle, Leinen, Marmor, Eisen, Bronze, Kupfer, Aluminium, Papier] product: [Stuhl, Auto, Computer, Handschuh, Hose, Hemd, Tisch, Schuh, Hut, Teller, Messer, Flasche, Mantel, Lampe, Tastatur, Tasche, Bank, Uhr, Armbanduhr, Geldbörse] phone_number: formats: ['(0###) #########', '(0####) #######', '+49-###-#######', '+49-####-########'] cell_phone: formats: ['+49-15##-#######', '+49-16#-#######', '+49-17#-#######'] book: title: ['Also sprach Zarathustra', 'Andorra', 'Ansichten Eines Clowns', 'Atemschaukel', 'Aus dem Leben eines Taugenichts', 'Bekenntnisse des Hochstaplers Felix Krull', 'Berlin Alexanderplatz', 'Biedermann und die Brandstifter', 'Billiard um halbzehn', 'Catharina von Georgien', 'Cleopatra', 'Damals war es Friedrich', 'Dantons Tod', 'Das Boot', 'Das Marmorbild', 'Das Parfum', 'Das Schiff Esperanza', 'Das Versprechen', 'Das kalte Herz', 'Das steinerne Herz', 'Der (kleine) Schatz im Kugelbauch', 'Der Augenblick der Liebe', 'Der Ausflug der toten Mädchen', 'Der Besuch der alten Dame', 'Der Brief des Lord Chandos', 'Der Goldene Topf', 'Der Hauptmann von Köpenick', 'Der Mann ohne Eigenschaften', 'Der Prozess', 'Der Richter und sein Henker', 'Der Sandmann', 'Der Schimmelreiter', 'Der Spaziergang', 'Der Stechlin', 'Der Stellvertreter', 'Der Steppenwolf', 'Der Tod in Venedig und andere Erzählungen', 'Der Tor und der Tod', 'Der Untertan', 'Der Verdacht', 'Der Vorleser', 'Der Vulkan', 'Der Zauberberg', 'Der abenteuerliche Simplicissimus', 'Der arme Spielmann', 'Der eiserne Gustav', 'Der geteilte Himmel', 'Der grüne Heinrich', 'Der gute Mensch von Sezuan', 'Der veruntreute Himmel', 'Der zerbrochene Krug', 'Des Teufels General', 'Deutschland. Ein Wintermärchen', 'Die Aufzeichnungen des Malte Laurids Brigge', 'Die Blechtrommel', 'Die Box', 'Die Buddenbrooks', 'Die Dreigroschenoper', 'Die Erschiessung des Landesverräters Ernst S.', 'Die Lehre der Sainte-Victoire', 'Die Leiden des jungen Werther', 'Die Leute von Seldwyla', 'Die Marquise von O...', 'Die Panne', 'Die Physiker', 'Die Rote', 'Die Räuber', 'Die Verwandlung/Erstes Leid', 'Die Waffen nieder!', 'Die Welt als Wille & Wahn', 'Die neuen Leiden des jungen Werthers', 'Die unendliche Geschichte', 'Die verlorene Ehre der Katharina Blum', 'Die zärtlichen Schwestern', 'Don Karlos', 'Effi Briest', 'Ehen in Philippsburg', 'Eiche und Angora', 'Ein fliehendes Pferd', 'Ende einer Dienstfahrt', 'Es geschah im Nachbarhaus', 'Fabian', 'Faserland', 'Faust, Part I', 'Franziska Linkerhand', 'Frühlings Erwachen', 'Ganz unten', 'Gehirne', 'Die Weber', 'Götz von Berlichingen', 'Haus ohne Hüter', 'Heidi', 'Heinrich von Ofterdingen', 'Helden wie wir', 'Homo faber', 'Hyperion oder der Eremit in Griechenland', 'Im Krebsgang', 'Im Westen nichts Neues', 'Iphigenie auf Tauris', 'Italienische Reise', 'Jahrestage', 'Jakob der Lügner', 'Jedermann', 'Kabale und Liebe', 'Katz und Maus', 'Leben des Galilei', 'Lenz', 'Lerne lachen ohne zu weinen', 'Emilia Galotti', 'Lieutenant Gustl', 'Maria Magdalene', 'Maria Stuart', 'Mario und der Zauberer', 'Mephisto', 'Minna von Barnhelm', 'Miss Sara Sampson', 'Mutter Courage und ihre Kinder', 'Narziss und Goldmund', 'Narziß und Goldmund', 'Nathan der Weise', 'Paare, Passanten', 'Panter, Tiger & Co.', 'Reigen', 'Romeo und Julia auf dem Dorfe', 'Romulus der Große', 'Sansibar oder der letzte Grund', 'Schachnovelle', 'Siddhartha', 'Sterbender Cato', 'Stolz und Vorurteil', 'Tauben im Gras', 'Till Eulenspiegel', 'Traumnovelle/Die Braut', 'Tödliche Versprechen/Das Imperium der Wölfe', 'Unterhaltungen deutscher Ausgewanderten', 'Unterm Rad', 'Vor Sonnenaufgang', 'Wer einmal aus dem Blechnapf frisst', 'Wilhelm Meisters Wanderjahre oder die Entsagenden', 'Wilhelm Tell', 'Winnetou', 'Winnetou II', 'Woyzeck', 'Über das Studium der griechischen Poesie'] author: "#{Name.name}" publisher: ['Acabus Verlag', 'Achterbahn', 'AIM-Verlagshaus', 'Aisthesis Verlag', 'Akademische Arbeitsgemeinschaft Verlag', 'Akademische Druck- und Verlagsanstalt', 'Verlag Karl Alber', 'Alibri Verlag', 'Amadeus Verlag', 'Amalthea Signum Verlag', 'Andere Zeiten', 'Andiamo Verlag', 'Allgemeine Ortskrankenkasse', 'AOL-Verlag', 'Appelhans Verlag', 'Apprimus Wissenschaftsverlag', 'Ararat-Verlag', 'Arbeitsgemeinschaft für zeitgemäßes Bauen', 'Arco Verlag', 'Arovell Verlag', 'Das Arsenal', 'Assoziation Linker Verlage', 'AT Verlag', 'Athesia', 'Atlas Verlag', 'Atlas Verlag', 'Carl-Auer-Verlag', 'Aula-Verlag', 'AZ Medien Gruppe', 'Badischer Verlag', 'C. Bange Verlag', 'Bärenreiter-Verlag', 'Bastei Lübbe Verlag', 'Musikverlag M. P. Belaieff', 'Belser-Verlag', 'Beltz-Verlag', 'Benteli', 'Bibliographisches Institut', 'Klaus Bielefeld Verlag', 'Black Ink Verlag', 'Bonnier', 'BPX Edition', 'Joh. Brendow & Sohn Verlag', 'Brighton Verlag', 'R. Brockhaus', 'Bruno Gmünder Verlag', 'Bundes-Verlag', 'Bunte Raben Verlag', 'Burda Verlag', 'ça ira Verlag', 'Callwey Verlag', 'Castrum Peregrini', 'Centaurus Verlag', 'Christliche Literatur-Verbreitung', 'Claassen-Verlag', 'Cosmos-Verlag', 'Verlag Deutsche Polizeiliteratur', 'Deutscher Verlag der Wissenschaften', 'Deutscher Wissenschafts-Verlag', 'Neue Sachlichkeit', 'Dieterich’sche Verlagsbuchhandlung', 'Draksal Fachverlag', 'Drei Eichen Verlag', 'Literaturverlag Droschl', 'Echtzeit Verlag', 'Ecowin Verlag', 'Edition Antaios', 'Edition AV', 'Edition Erdmann', 'Edition Gorz', 'Edition Phantasia', 'Edition Raetia', 'edition taberna kritika', 'Edition Va Bene', 'Edition YE', 'Verlag Empirische Pädagogik', 'Ernst & Sohn', 'Esslinger Verlag J. F. Schreiber', 'Ernst Eulenburg', 'ERF-Verlag', 'Wilhelm Fink Verlag', 'Folgen Verlag', 'Forum Media Group', 'Franzis-Verlag', 'Friedrich Verlag', 'Das Wort', 'Gebrüder Borntraeger Verlagsbuchhandlung', 'Geest-Verlag', 'Gerstenberg Verlag', 'GFMK Verlagsgesellschaft', 'Gimpel Verlag', 'Glaux Verlag Christine Jäger', 'Godewind Verlag', 'Greifenverlag', 'Verlag grünes herz', 'Verlag Peter Guhl', 'Hamburger Edition', 'Hamburger Lesehefte', 'Hänssler Verlag', 'Peter Hammer Verlag', 'Rudolf Haufe Verlag', 'Haupt Verlag', 'Verlag Heinz Heise', 'Henschel Musik', 'hep verlag', 'Verlag Herder', 'Hippokrates Verlag', 'Verlag Peter Hopf', 'Horlemann Verlag', 'Huber Verlag', 'Hueber Verlag', 'Verlagsgruppe Husum', 'IDEA Verlag', 'IKS Garamond Verlag', 'Info Verlag', 'Isensee Verlag', 'Junfermann Verlag', 'Jung und Jung', 'K&K Verlagsanstalt', 'Kairos Edition', 'Kawohl-Verlag', 'Kehrer Verlag', 'Kladdebuchverlag', 'Klever Verlag', 'Kohl Verlag', 'Konradin Mediengruppe', 'Kookbooks', 'Kopp Verlag', 'Verlag Dr. Kova?', 'Kremayr & Scheriau', 'Verlag Kreuz', 'Kulturmaschinen', 'Verlag der Kunst', 'Lambertus Verlag', 'Peter Lang Verlagsgruppe', 'Lichtdruck- und Bildverlag der Kunst', 'Lichtung Verlag', 'Literarisches Comptoir Zürich und Winterthur', 'Luchterhand Fachverlag', 'Lusatia Verlag', 'luxbooks', 'm+a Verlag für Messen, Ausstellungen und Kongresse', 'Maas & Peither', 'MairDumont', 'Manutius Verlag', 'Osnabrücker Tageblatt', 'Memento Verlag', 'Mercator-Verlag', 'Merlin Verlag', 'Metropolis', 'Johann Heinrich Meyer', 'Meyer & Meyer', 'MM Verlag', 'Verlag moderne Industrie', 'Verlag Ch. Möllmann', 'Morstadt Verlag', 'Mosaik Steinchen für Steinchen Verlag', 'Mosquito Verlag', 'Munzinger-Archiv', 'NV-Verlag', 'NDV Neue Darmstädter Verlagsanstalt', 'Neisse Verlag', 'Neofelis Verlag', 'Neuer Deutscher Verlag', 'Neumann Verlag', 'Verlag J. Neumann-Neudamm', 'Neuromedizin Verlag', 'Nomos Verlag', 'Edition Olms', 'Georg Olms Verlag', 'J. G. Oncken Nachf.', 'SCM-Verlag', 'Ontos Verlag', 'Open House Verlag', 'Pabel-Moewig', 'Panini Verlag', 'Panini Verlag', 'Paul Parey Verlag', 'Pattloch Verlag', 'Persen Verlag', 'Primus Verlag', 'Prisma Verlag', 'Propyläen Verlag', 'Promedia Verlag', 'Prospero Verlag', 'Provinz Verlag', 'Verlag Friedrich Pustet', 'Random House Verlagsgruppe', 'Rhein Ruhr Verlag', 'Ravensburger Buchverlag', 'Philipp Reclam jun.', 'Dietrich Reimer Verlag', 'Residenz Verlag', 'Rimbaud Verlag', 'Ritter Verlag', 'Verlag Rockstuhl', 'Romantruhe', 'Verlag Rosa Winkel', 'Rowohlt Verlag', 'Salleck Publications', 'Verlag Sauerländer', 'Schattauer Verlag', 'Schardt Verlag', 'Schlütersche Verlagsgesellschaft', 'Verlag Schnell und Steiner', 'Verlag Ferdinand Schöningh', 'Schott Music', 'E. Schweizerbart’sche Verlagsbuchhandlung', 'Verlag C. A. Schwetschke & Sohn', 'scius-Verlag', 'Peter-Segler-Verlag', 'Severus Verlag', 'Shaker Verlag', 'Siedler Verlag', 'Silberburg-Verlag', 'Sonnenberg Verlag', 'Sonntag Verlag', 'Spektrum Akademischer Verlag', 'Spitta-Verlag', 'Splitter', 'Axel Springer AG', 'Stachelbart-Verlag', 'Conrad Stein Verlag', 'Steinklopfer-Verlag]] [[Paul Heinzelmann', 'Verlag J. F. Steinkopf', 'Leopold Stocker Verlag', 'Styria Medien AG', 'Südwest-Verlag', 'Tectum Verlag', 'Buchwerkstatt Thanhäuser', 'transcript Verlag', 'Transpress Verlag', 'Ulrike Helmer Verlag', 'Velbrück Wissenschaft', 'Internationaler Fachverlag J. M. E. Weber', 'Weger Verlag', 'Weingarten Verlag', 'WEKA-Verlagsgruppe', 'Wieser Verlag', 'Wiley-VCH Verlag', 'Wochenschau Verlag', 'Wolfbach Verlag', 'Kurt Wolff Verlag', 'YinYang Media Verlag', 'Zauberkreis Verlag', 'W. Zuckschwerdt Verlag GmbH', 'Zwiebelzwerg Verlag', 'Ziegler Druck- und Verlags-AG', 'J. F. Ziegler KG Druckerei und Verlag', 'Zytglogge Verlag'] university: prefix: [Technische] suffix: [Universität, Hochschule] name: - "#{Name.last_name} #{University.suffix}" - "#{University.prefix} #{University.suffix} #{Address.city}" - "#{University.suffix} #{Address.city}" # source: http://www.roundhousekick.de/top-100-chuck-norris-facts/ chuck_norris: fact: ["Einmal warf Chuck Norris eine Handgranate und tötete damit 100 Leute. Zwei Sekunden später explodierte sie.", "Am Anfang war das Nichts. Dann roundhousekickte Chuck Norris dieses Nichts und sagte: \"Such‘ Dir einen Job!\" Das ist die Geschichte der Entstehung des Universums.", "Neulich wurde eine in 3D gedrehte Folge von \"Walker, Texas Ranger\" im Kino gezeigt. Es gab keine Überlebenden.", "Chuck Norris übernimmt die Projektleitung des Flughafens Berlin Brandenburg. Eröffnung ist morgen früh um 06:30 Uhr.", "Chuck Norris kann wirbellosen Tieren trotzdem das Genick brechen.", "Chuck Norris ließ sich an einen Lügendetektor anschließen. Die Maschine gestand.", "Einmal wurde Chuck Norris auf Latein beleidigt. Seitdem gilt es als tote Sprache.", "Der Sensenmann fürchtet sich vor dem Tag, an dem Chuck Norris bei ihm vor der Tür steht.", "Chuck Norris zündet ein Feuer an, indem er zwei Eiswürfel aneinander reibt.", "Chuck Norris hat seine praktische Führerscheinprüfung bestanden – zu Fuß.", "Chuck Norris kann im Kinderkarussell überholen.", "Geister sitzen um das Lagerfeuer und erzählen sich Chuck-Norris-Geschichten.", "Die GEZ zahlt Chuck-Norris-Gebühren.", "Wenn Chuck Norris Wäsche wäscht, werden sogar schwarze Hemden strahlend weiß.", "Chuck Norris wurde neulich geblitzt – beim Einparken.", "Chuck Norris wurde einmal von einer Königskobra gebissen. Nach fünf qualvollen Tagen voller Schmerz starb die Kobra.", "Chuck Norris hat bis Unendlich gezählt – zwei Mal.", "Chuck Norris erfuhr einmal, dass nichts ihn besiegen könne. Deshalb machte er sich auf die Suche nach dem Nichts und tötete es.", "Chuck Norris ist so schnell – wenn er das Licht ausschaltet, ist er im Bett bevor der Raum dunkel ist.", "Das einzige Mal an dem Chuck Norris falsch lag, war, als er dachte, er habe einen Fehler gemacht.", "Wenn Chuck Norris beim Russisch Roulette verliert, will er eine Revanche.", "Chuck Norris kann eine Party schmeißen. 100 Meter weit.", "Chuck Norris hat einmal 37 Terroristen mit zwei Kugeln getötet. Die erste Kugel war ein Warnschuss.", "Wenn Du alleine ein Rennen gegen Chuck Norris fährst, wirst Du Dritter.", "Chuck Norris lügt nicht. Die Wahrheit ist einfach falsch.", "Chuck Norris‘ Passwort? Die Zahl Pi.", "Chuck Norris kann eine Bombe zerlegen – und zwar in ein Kaugummi, einen Faden, ein Streichholz und MacGyver.", "Chuck Norris isst keinen Honig. Chuck Norris kaut Bienen."] space: planet: ['Merkur', 'Venus', 'Erde', 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptun'] # source: https://de.wikipedia.org/wiki/Liste_der_Monde_von_Planeten_und_Zwergplaneten moon: ["Mond", "Adrastea", "Aegaeon", "Aegir", "Aitne", "Albiorix", "Amalthea", "Ananke", "Anthe", "Aoede", "Arche", "Ariel", "Atlas", "Autonoe", "Bebhionn", "Belinda", "Bergelmir", "Bestla", "Bianca", "Caliban", "Callirrhoe", "Calypso", "Carme", "Carpo", "Chaldene", "Charon", "Cordelia", "Cressida", "Cupid", "Cyllene", "Daphnis", "Deimos", "Desdemona", "Despina", "Dione", "Dysnomia", "Elara", "Enceladus", "Epimetheus", "Erinome", "Erriapus", "Euanthe", "Eukelade", "Euporie", "Europa", "Eurydome", "Farbauti", "Fenrir", "Ferdinand", "Fornjot", "Francisco", "Galatea", "Ganymed", "Greip", "Halimede", "Harpalyke", "Hati", "Hegemone", "Helene", "Helike", "Hermippe", "Herse", "Himalia", "Hiʻiaka", "Hydra", "Hyperion", "Hyrrokkin", "Iapetus", "Ijiraq", "Io", "Iocaste", "Isonoe", "Janus", "Jarnsaxa", "Juliet", "Kale", "Kallichore", "Kallisto", "Kalyke", "Kari", "Kerberos", "Kiviuq", "Kore", "Laomedeia", "Larissa", "Leda", "Loge", "Lysithea", "Mab", "Margaret", "Megaclite", "Methone", "Metis", "Mimas", "Miranda", "Mneme", "Mundilfari", "Naiad", "Namaka", "Narvi", "Nereid", "Neso", "Nix", "Oberon", "Ophelia", "Orthosie", "Paaliaq", "Pallene", "Pan", "Pandora", "Pasiphae", "Pasithee", "Perdita", "Phobos", "Phoebe", "Polydeuces", "Portia", "Praxidike", "Prometheus", "Prospero", "Proteus", "Psamathe", "Puck", "Rhea", "Rosalind", "Sao", "Setebos", "Siarnaq", "Sinope", "Skathi", "Skoll", "Sponde", "Stephano", "Styx", "Surtur", "Suttungr", "Sycorax", "Tarqeq", "Tarvos", "Taygete", "Telesto", "Tethys", "Thalassa", "Thebe", "Thelxinoe", "Themisto", "Thrymr", "Thyone", "Titan", "Titania", "Trinculo", "Triton", "Umbriel", "Ymir"] # source: https://de.wikipedia.org/wiki/Liste_der_Galaxien_der_Lokalen_Gruppe galaxy: ["Andromeda I", "Andromeda II", "Andromeda III", "Andromeda IX", "Andromeda V", "Andromeda VI", "Andromeda VII", "Andromeda VIII", "Andromeda X", "Andromeda XI", "Andromeda XII", "Andromeda XIII", "Andromeda XIV", "Andromeda XIX", "Andromeda XV", "Andromeda XVI", "Andromeda XVII", "Andromeda XVIII", "Andromeda XX", "Andromeda XXI", "Andromeda XXII", "Andromeda XXIII", "Andromeda XXIV", "Andromeda XXIX", "Andromeda XXV", "Andromeda XXVI", "Andromeda XXVII", "Andromeda XXVIII", "Andromedagalaxie", "Antlia-Zwerg", "Aquarius-Zwerg", "Barnards Galaxie", "Bootes-I-Zwerg", "Bootes-II-Zwerg", "Bootes-III-Zwerg", "Canes Venatici-I-Zwerg", "Canes-Venatici-II-Zwerg", "Canis-Major-Zwerg", "Carina-Zwerg", "Cetus-Zwerg", "Coma-Berenices-Zwerggalaxie", "Draco-Zwerg", "Dreiecksnebel", "Fornax-Zwerg", "Große Magellansche Wolke", "Hercules-Zwerg", "IC 10", "IC 1613", "Kleine Magellansche Wolke", "Leo I", "Leo II", "Leo III", "Leo IV", "Leo V", "LGS 3", "M110", "M32", "Milchstraße", "NGC 147", "NGC 185", "NGC 3109", "Pegasus-Zwerg", "Phoenix-Zwerg", "Pisces II", "SagDIG", "Sagittarius-Zwerggalaxie", "Sculptor-Zwerg", "Segue 2", "Sextans A", "Sextans B", "Sextans-Zwerg", "Tucana-Zwerg", "Ursa-Major-I", "Ursa Major II", "Ursa-Minor-Zwerg", "Wolf-Lundmark-Melotte"] # source: https://de.wikipedia.org/wiki/Liste_planetarischer_Nebel nebula: ["Blauer Schneeball", "Blinking Planetary", "Blue Flash Nebula", "Blue Planetary Nebula", "Bowtie Nebula", "Box Nebula", "Bumerangnebel", "Camel's Eye", "Cleopatra’s Eye", "Emerald Nebula", "Eskimonebel", "Eulennebel", "Hantelnebel", "Helixnebel", "Jupiters Geist", "Käfer-Nebel", "Katzenaugennebel", "Kleiner Hantelnebel", "Little Gem Nebula", "Little Ghost Nebula", "Magic Carpet Nebula", "Medusanebel", "Phantom Streak Nebula", "Retinanebel", "Ringnebel", "Roter Rechtecknebel", "Roter Spinnennebel", "Saturnnebel", "Schildkrötennebel", "Schmetterlingsnebel", "Skull Nebula", "Snowglobe Nebula", "Spiral Planetary Nebula", "Spirographnebel", "Stechrochennebel", "Stundenglasnebel", "Südlicher Krebsnebel", "Südlicher Ringnebel"] # source: http://sternedernacht.blogspot.de/2012/11/sternhaufen-mit-eigennamen.html star_cluster: ["Chi Persei", "Coma-Berenices-Haufen", "Eulenhaufen", "Hyaden", "Herkuleshaufen", "Kleiderbügelhaufen", "Kleiner Skorpion", "Krippe", "Intergalaktischer Wanderer", "Muskelmännchen", "Omega Centauri", "Plejaden", "Praesepe", "Ptolomaeus Sternhaufen", "Schmetterlingshaufen", "Schmuckkästchen", "Siebengestirn", "Südliche Plejaden", "Tucanae", "Weihnachtsbaum-Sternhaufen", "Wildentenhaufen"] # source: https://de.wikipedia.org/wiki/Liste_der_Sternbilder constellation: ["Achterdeck", "Adler", "Altar", "Andromeda", "Bärenhüter", "Becher", "Bildhauer", "Chamäleon", "Chemischer", "Delphin", "Drache", "Dreieck", "Eidechse", "Einhorn", "Eridanus", "Fische", "Fliege", "Fliegender", "Fuchs", "Fuhrmann", "Füllen", "Giraffe", "Grabstichel", "Großer", "Großer", "Haar", "Hase", "Herkules", "Indianer", "Jagdhunde", "Jungfrau", "Kassiopeia", "Kepheus", "Kiel", "Kleine", "Kleiner", "Kleiner", "Kleiner", "Kranich", "Krebs", "Kreuz", "Leier", "Löwe", "Luchs", "Luftpumpe", "Maler", "Mikroskop", "Netz", "Nördliche", "Oktant", "Orion", "Paradiesvogel", "Pegasus", "Pendeluhr", "Perseus", "Pfau", "Pfeil", "Phönix", "Rabe", "Schiffskompass", "Schild", "Schlange", "Schlangenträger", "Schütze", "Schwan", "Schwertfisch", "Segel", "Sextant", "Skorpion", "Steinbock", "Stier", "Südliche", "Südlicher", "Südliches", "Tafelberg", "Taube", "Teleskop", "Tukan", "Waage", "Walfisch", "Wassermann", "Wasserschlange", "Widder", "Winkelmaß", "Wolf", "Zentaur", "Zirkel", "Zwillinge"] # source: https://de.wikipedia.org/wiki/Liste_von_Sternennamen star: ["Acamar", "Achernar", "Achird", "Acrux", "Acubens", "Adhara", "Adhil", "Agena", "Ain", "Akrab", "Al Kalb al Rai", "Al Minliar al Asad", "Aladfar", "Alamak", "Alasco", "Alathfar", "Albaldah", "Albali", "Albireo", "Alchiba", "Alcyone", "Aldebaran", "Alderamin", "Aldhafera", "Aldhanab", "Aldhibah", "Alfecca Meridiana", "Alfirk", "Algenib", "Algieba", "Algiedi", "Algol", "Algorab", "Alhena", "Alioth", "Alkaid", "Alkalurops", "Al Kaphrah", "Alkes", "Alkione", "Alkor", "Alkurah", "Al Kurud", "Almaaz", "Al Nair", "Alnasl", "Alnilam", "Alnitak", "Alniyat", "Alpha Centauri", "Alphard", "Alphecca", "Alpheratz", "Alrakis", "Alrischa", "Alsafi", "Alschain", "Alshat", "Alsciaukat", "Altarf", "Altair", "Altais", "Alterf", "Al Thalimain Posterior", "Al Thalimain Prior", "Aludra", "Alula Australi", "Alula Borealis", "Alwaid", "Alya", "Alzir", "Ancha", "Angetenar", "Ankaa", "Antares ", "Anser", "Anwar Al Farkadain", "Arcturus", "Arkab Prior", "Arkab Posterior", "Arm", "Arneb", "Arrakis ", "Asellus Australis", "Asellus Borealis", "Asellus Primus", "Asellus Secundus", "Asellus Tertius", "Askella", "Aspidiske", "Asterion", "Asterope", "Atik", "Atlas", "Atria", "Avior", "Azaleh", "Azelfafage", "Azha", "Azmidiske", "Baham", "Barnards Pfeilstern", "Baten Kaitos", "Becrux", "Beid", "Bellatrix", "Benetnasch", "Beteigeuze", "Betria", "Bharani", "Bogardus", "Botein", "Brachium", "Bunda", "Canopus", "Caph", "Capella", "Castor", "Cebalrai", "Ceginus", "Celaeno", "Cervantes", "Chalawan", "Chara", "Chertan", "Chow", "Copernicus", "Cor Caroli", "Cursa", "Dabih", "Decrux", "Deneb", "Deneb Algedi", "Deneb Algenubi", "Deneb Dulfim", "Deneb el Okab Australis", "Deneb el Okab Borealis", "Deneb Kaitos", "Deneb Kaitos Schemali", "Denebola", "Dheneb", "Diadem", "Diphda", "Dschubba", "Dubhe", "Duhr", "Edasich", "Elektra", "Elmuthalleth", "Elnath", "Elscheratain", "Enif", "Errai", "Etamin", "Fafnir", "Fomalhaut", "Fum al Samakah", "Furud", "Gacrux", "Gatria", "Gemma", "Gianfar", "Giedi", "Gienah", "Gienah", "Girtab", "Gomeisa", "Gorgonea Secunda", "Gorgonea Tertia", "Gorgonea Quarta", "Graffias", "Granatstern", "Grumium", "Hadar", "Hadir", "Haedus", "Haldus", "Hamal", "Han", "Hassaleh", "Hatysa", "Head of Hydrus", "Heka", "Helvetios", "Heze", "Homam", "Hyadum I", "Hyadum II", "Intercrus", "Izar", "Jabbah", "Jih", "Kaffaljidhm", "Kajam", "Kapteyns Stern", "Kastra", "Kaus Australis", "Kaus Borealis", "Kaus Medius", "Keid", "Kitalpha", "Kochab", "Kornephoros", "Kraz", "Ksora", "Kullat Nunu", "Kuma", "La Superba", "Lesath", "Libertas", "Lukida", "Lukida Anseris", "Luytens Stern", "Maasym", "Maia", "Marfark", "Marfik", "Markab", "Matar", "Mebsuta", "Megrez", "Mekbuda", "Meissa", "Menkalinan", "Menkar", "Menkent", "Menchib", "Merak", "Merga", "Merope", "Mesarthim", "Miaplacidus", "Minchir", "Minelava", "Minkar", "Mintaka", "Mira", "Mirach", "Miram", "Mirfak", "Mirzam", "Misam", "Mizar", "Mothallah", "Mufrid", "Muliphein", "Murzim", "Muscida", "Musica", "Nair Al Saif", "Naos", "Nash", "Nashira", "Navi", "Nembus", "Nekkar", "Nihal", "Nunki", "Nusakan", "Ogma", "Okul", "Peacock", "Phakt", "Phekda", "Pherkad", "Pherkard", "Pistolenstern", "Pleione", "Polaris Australis", "Polarstern", "Pollux", "Porrima", "Praecipua", "Prijipati", "Prokyon", "Propus", "Proxima Centauri", "Ran", "Rana", "Rasalas ", "Ras Algethi", "Ras Alhague", "Ras Elased Australis", "Rastaban", "Regor", "Regulus", "Rigel", "Rigil Kentaurus", "Rijl al Awwa", "Rotanev", "Ruchbah", "Rukbat", "Sabik", "Sadachbia", "Sadalbari", "Sadalmelik", "Sadalsuud", "Sadr", "Saiph", "Salm", "Sargas", "Sarin", "Sarir", "Sceptrum", "Scheat", "Scheddi ", "Schedir", "Segin", "Seginus", "Sham", "Sheliak ", "Sheratan", "Shaula", "Skat", "Sirius", "Sirrah", "Situla", "Spica", "Sonne", "Sterope", "Sualocin", "Subra", "Suhail", "Sulafat", "Syrma", "Tabit", "Talitha Australis", "Talitha Borealis", "Tania Australis ", "Tania Borealis", "Tarazed", "Taygeta", "Teegardens Stern", "Tegmen", "Terebellum", "Tejat Posterior", "Tejat Prior", "Thabit", "Theemin", "Thuban", "Tien Kuan", "Titawin", "Toliman", "Tonatiuh", "Torcularis Septentrionalis", "Tseen Kee", "Turais", "Rho Puppis", "Tyl", "Unukalhai", "Van Maanens Stern", "Veritate", "Vindemiatrix", "Wasat", "Wega", "Wei", "Wezen", "Yed Prior", "Yed Posterior", "Zaniah", "Zaurak", "Zavijava", "Zibal", "Zosma", "Zuben-el-Akrab", "Zuben-el-Akribi", "Zuben-el-dschenubi", "Zuben-el-schemali"] agency: ['National Aeronautics and Space Administration', 'European Space Agency', 'Deutsches Zentrum für Luft- und Raumfahrt', 'Indian Space Research Organization', 'China National Space Administration', 'UK Space Agency', 'Brazilian Space Agency', 'Mexican Space Agency', 'Israeli Space Agency', 'Italian Space Agency', 'Japan Aerospace Exploration Agency', 'National Space Agency of Ukraine', 'Russian Federal Space Agency', 'Swedish National Space Board'] distance_measurement: ['Lichtjahre', 'AE', 'Parsec', 'Kiloparsec', 'Megaparsec'] music: # source: https://www.taschenhirn.de/klassische-musik/alle-musikinstrumente/ instruments: ["Akkordeon", "Balalaika", "Banjo", "Bass-Gitarre", "Basstuba", "Becken-Paar", "Blockflöte", "Bongo", "Bratsche", "Cabasa", "Celesta", "Cello", "Cembalo", "Dudelsack", "E-Bass", "E-Gitarre", "Fagott", "Geige ", "Gitarre", "Gong", "Hammondorgel", "Harfe", "Horn", "Keybord", "Klarinette", "Klavier", "Kontrabaß", "Laute", "Mandoline", "Marimba", "Mauren", "Melodica", "Mundharmonika", "Oboe", "Orgel", "Panflöte", "Pauke", "Piano", "Piccoloflöte", "Querflöte", "Rassel", "Sackpfeife", "Saxophon", "Schellentrommel", "Synthesizer", "Tamburin", "Triangel", "Trommel", "Trompete", "Tuba", "Vibraphon", "Viola", "Violine", "Xylophon", "Zither"] pokemon: names: ["Bisasam", "Bisaknosp", "Bisaflor", "Glumanda", "Glutexo", "Glurak", "Schiggy", "Schillok", "Turtok", "Raupy", "Safcon", "Smettbo", "Hornliu", "Kokuna", "Bibor", "Taubsi", "Tauboga", "Tauboss", "Rattfratz", "Rattikarl", "Habitak", "Ibitak", "Rettan", "Arbok", "Pikachu", "Raichu", "Sandan", "Sandamer", "Nidoran♀", "Nidorina", "Nidoqueen", "Nidoran♂", "Nidorino", "Nidoking", "Piepi", "Pixi", "Vulpix", "Vulnona", "Pummeluff", "Knuddeluff", "Zubat", "Golbat", "Myrapla", "Duflor", "Giflor", "Paras", "Parasek", "Bluzuk", "Omot", "Digda", "Digdri", "Mauzi", "Snobilikat", "Enton", "Entoron", "Menki", "Rasaff", "Fukano", "Arkani", "Quapsel", "Quaputzi", "Quappo", "Abra", "Kadabra", "Simsala", "Machollo", "Maschock", "Machomei", "Knofensa", "Ultrigaria", "Sarzenia", "Tentacha", "Tentoxa", "Kleinstein", "Georok", "Geowaz", "Ponita", "Gallopa", "Flegmon", "Lahmus", "Magnetilo", "Magneton", "Porenta", "Dodu", "Dodri", "Jurob", "Jugong", "Sleima", "Sleimok", "Muschas", "Austos", "Nebelk", "Alpollo", "Gengar", "Onix", "Traumato", "Hypno", "Krabby", "Kingler", "Voltobal", "Lektrobal", "Owei", "Kokowei", "Tragosso", "Knogga", "Kicklee", "Nockchan", "Schlurp", "Smogon", "Smogmog", "Rihorn", "Rizeros", "Chaneira", "Tangela", "Kangama", "Seeper", "Seemon", "Goldini", "Golking", "Sterndu", "Starmie", "Pantimos", "Sichlor", "Rossana", "Elektek", "Magmar", "Pinsir", "Tauros", "Karpador", "Garados", "Lapras", "Ditto", "Evoli", "Aquana", "Blitza", "Flamara", "Porygon", "Amonitas", "Amoroso", "Kabuto", "Kabutops", "Aerodactyl", "Relaxo", "Arktos", "Zapdos", "Lavados", "Dratini", "Dragonir", "Dragoran", "Mewtu", "Mew"] food: # source: http://www.kochmeister.com/zutatenliste.php ingredients: ["Aal", "Aceto Balsamico", "Ackersalat", "Agar-Agar", "Agavendicksaft", "Ahornsirup", "Ajvar", "Akazienhonig", "Algen", "Amaranth", "Amaretto", "Ananas", "Ananassaft", "Anchovis", "Angostura", "Anisschnaps", "Aperol", "Apfeldicksaft", "Apfelmus", "Apfelringe", "Apfelsaft", "Apfelsinen", "Appenzeller", "Aprikosen", "Aprikosenmarmelade", "Aprikosensaft", "Aprikosensirup", "Arrak", "Artischocken", "Auberginen", "Austern", "Austernpilze", "Avocado", "Backpflaumen", "Backpulver", "Backzucker", "Baharat", "Bambussprossen", "Bananen", "Bananenchips", "Bandnudeln", "Batida de Coco", "Bavette", "Belegkirschen", "Bergkäse", "Bier", "Birnen", "Birnendicksaft", "Birnensaft", "Biskuitboden", "Bittermandelaroma", "Bitterschokolade", "Blattsalat", "Blauschimmelkäse", "Bleichsellerie", "Blumenkohl", "Blutorange", "Blutwurst", "Blätterteig", "Bohnen", "Bouquet garni", "Branntwein", "Brathähnchen", "Bratwurst", "Brauner Zucker", "Brie", "Brokkoli", "Brombeeren", "Brombeersaft", "Brötchen", "Buchweizen", "Buchweizenmehl", "Bulgur", "Butter", "Butterkekse", "Butterkäse", "Buttermilch", "Butterschmalz", "Bärlauchpesto", "Bündner Fleisch", "Cachaca", "Calvados", "Camembert", "Campari", "Cashewkerne", "Cassis-Likör", "Catfish", "Champagner", "Champignons", "Cheddarkäse", "Chicoree", "Chilipaste", "Chilipulver", "Chilisauce", "Chilischote", "Chinakohl", "Chorizzo", "Cidre", "Cognac", "Cointreau", "Couscous", "Cranberries", "Cranberrysaft", "Creme double", "Creme fraiche", "Creme fraiche mit Kräutern", "Cremefine", "Curacao Blue", "Curry", "Curryketchup", "Currypaste", "Datteln", "Dickmilch", "Dijonsenf", "Dinkelmehl", "Dorade", "Dörr-Aprikosen", "Dörrfleisch", "Edamer", "Eier", "Eierlikör", "Eisbergsalat", "Eiswürfel", "Emmentaler", "Ente", "Entenbrust", "Entenleber", "Entrecotes", "Erbsen", "Erdbeeren", "Erdbeermarmelade", "Erdbeersaft", "Erdbeersirup", "Erdnussbutter", "Erdnussöl", "Erdnüsse", "Espresso", "Essig", "Esskastanien", "Farfalle", "Fasan", "Feigen", "Fenchelsamen", "Feta", "Fettuccine", "Fisch", "Fischfond", "Fleischbrühe", "Fleischsalat", "Fleischtomaten", "Foie gras", "Fondor", "Forelle", "Frischkäse", "Frühlingszwiebeln", "Frühstücksspeck", "Fünf-Gewürz-Pulver", "Gans", "Garam Masala", "Garnelen", "Geflügelbouillon", "Gelatine", "Gelierzucker", "Gemüse", "Gemüsebrühe", "Gemüsesaft", "Gewürze", "Gewürzgurken", "Gin", "Ginger Ale", "Glasnudeln", "Glutamat", "Gouda", "Grammeln", "Granatapfel", "Granatapfelsirup", "Grapefruit", "Grapefruitsaft", "Gratinkäse", "Graupen", "Greyerzer Käse", "Grieß", "Grüner Speck", "Grünkern", "Grünkohl", "Guave", "Gänsebrust", "Gänsekeule", "Gänseleber", "Götterspeise", "Hackfleisch", "Hafer", "Haferflocken", "Hagebutten", "Hagelzucker", "Halloumi", "Hartkäse", "Harzer", "Hase", "Haselnussglasur", "Haselnüsse", "Hecht", "Hefe", "Heidelbeeren", "Hering", "Herz", "Himbeeren", "Himbeermarmelade", "Himbeersaft", "Himbeersirup", "Hirsch", "Hirschhornsalz", "Hirse", "Hoisin-Sauce", "Holunderbeeren", "Holunderbeersaft", "Holundersirup", "Honigmelone", "Huhn", "Hummer", "Hähnchenbrust", "Hähnchenkeulen", "Hühnerleber", "Hüttenkäse", "Ingwersaft", "Ingwersirup", "Jakobsmuscheln", "Jalapenos", "Joghurt", "Johannisbeeren", "Johannisbeermarmelade", "Johannisbeersirup", "Josta-Beeren", "Kabeljau", "Kaffee", "Kaffeelikör", "Kakao", "Kaktusfeige", "Kalbfleisch", "Kalbsbrät", "Kalbsfond", "Kalbshaxen", "Kalbsleber", "Kalbsnuss", "Kalbsschnitzel", "Kandiszucker", "Kaninchen", "Karambole", "Karamellsirup", "Kardamom", "Karotten", "Karottensaft", "Karpfen", "Kartoffeln", "Kartoffelpüree", "Kassler", "Kaviar", "Kefir", "Ketchup", "Kichererbsen", "Kidneybohnen", "Kirschlikör", "Kirschmarmelade", "Kirschsaft", "Kirschtomaten", "Kirschwasser", "Kiwi", "Kochbananen", "Kohlrabi", "Kokosfett", "Kokosmilch", "Kokosnuss", "Kokosraspeln", "Kokossirup", "Kondensmilch", "Koriandergrün", "Koriandersamen", "Krabben", "Krabbenpaste", "Krebse", "Krokant", "Kräuter", "Kräuterbutter", "Kräuterfrischkäse", "Kräuterquark", "Kumquat", "Kuvertüre", "Kürbiskerne", "Kürbiskernöl", "Lachs", "Lammfleisch", "Lammhack", "Lammkeule", "Lammleber", "Langkornreis", "Lasagneblätter", "Lauch", "Lauchzwiebeln", "Leberkäse", "Lebkuchengewürz", "Leinsamen", "Letscho", "Liebstöckl", "Linguine", "Linsen", "Litschi", "Lyoner", "Löffelbiskuits", "Macadamia", "Madeira", "Magermilchjoghurt", "Magerquark", "Mais", "Maiskeimöl", "Maismehl", "Mandarinen", "Mandelmus", "Mandeln", "Mango", "Mango-Chutney", "Mangold", "Mangosirup", "Margarine", "Marsala", "Marzipan", "Marzipanrohmasse", "Mascarpone", "Mayonnaise", "Mehl", "Melone", "Mettenden", "Mexikanisches Gewürz", "Miesmuscheln", "Milch", "Milchreis", "Milchschokolade", "Mineralwasser", "Mirabellen", "Mischpilze", "Misopaste", "Mohn", "Morcheln", "Mozzarella", "Muh-Err Pilze (Wolkenohrpilze)", "Multivitaminsaft", "Mungobohnensprossen", "Möhren", "Münsterkäse", "Natron", "Natto", "Nektarine", "Nelken", "Nieren", "Noilly Prat", "Nougat", "Nudeln", "Nutella", "Nüsse", "Oblaten", "Obst", "Obstessig", "Okraschoten", "Oktopus", "Olivenöl", "Orangeat", "Orangenaroma", "Orangenblütenwasser", "Orangenlikör", "Orangenmarmelade", "Orangensaft", "Orangensirup", "Palmzucker", "Paniermehl", "Papaya", "Paprikamark", "Paprikapulver edelsüß", "Paradiescreme", "Parfait Amour", "Parmaschinken", "Parmesan", "Passionsfrucht", "Pastinaken", "Pastis", "Patissons", "Pecorino", "Pekannüsse", "Pellkartoffeln", "Perlzwiebeln", "Pesto", "Petersilienwurzel", "Pfefferkörner", "Pfifferlinge", "Pfirsiche", "Pfirsichsaft", "Pflanzencreme", "Pflaumen", "Pflaumenmus", "Pflaumensauce", "Pflaumenwein", "Physalis", "Pinienkerne", "Pistazie", "Polenta", "Portwein", "Pottasche", "Preiselbeeren", "Preiselbeermarmelade", "Prosecco", "Puderzucker", "Pute", "Putenbrust", "Putenkeulen", "Putenleber", "Putenrollbraten", "Putenschnitzel", "Quark", "Quimiq", "Quitten", "Radieschen", "Rahm", "Rapsöl", "Rebhuhn", "Reh", "Reis", "Reisessig", "Reisnudeln", "Reispapier", "Reissirup", "Reiswein", "Rettich", "Ricotta", "Riesengarnelen", "Riesling", "Rinderfilet", "Rinderhack", "Rinderleber", "Rindfleisch", "Risotto-Reis", "Roastbeef", "Roggenmehl", "Rohrzucker", "Rosa Pfeffer", "Rosenkohl", "Rosenpaprika", "Rosenwasser", "Rosinen", "Rote Beete", "Rote-Beete-Saft", "Rotkohl", "Rotweinessig", "Rumaroma", "Räucherlachs", "Röstzwiebeln", "Rübensirup", "Sahne", "Sahnejoghurt", "Sahnemeerrettich", "Sahnesteif", "Salami", "Salatgurke", "Sambal Oelek", "Sambuca", "Sanddornsaft", "Sanddornsirup", "Sardellenfilets", "Sardellenpaste", "Sardinen", "Sauerkirschen", "Sauerkirschsaft", "Sauerkraut", "Sauerteig", "Saure Sahne", "Saurer Halbrahm", "Sbrinz", "Schafskäse", "Schalotten", "Schinkenwurst", "Schlagsahne", "Schmalz", "Schmand", "Schmelzkäse", "Schnitzel", "Schokoladensauce", "Scholle", "Schwarzbrot", "Schwarzer Johannisbeersaft", "Schwarzwurzeln", "Schweinefilet", "Schweinefleisch", "Schweineleber", "Schweinelende", "Schweinenacken", "Seehecht", "Seeteufel", "Seitan", "Sekt", "Sellerieknolle", "Selleriesalz", "Senfkörner", "Senfmehl", "Sesam", "Sesampaste", "Sesamöl", "Sharonfrüchte (Kaki)", "Sherry", "Shiitake-Pilze", "Silberzwiebeln", "Sojamilch", "Sojasauce", "Sojasprossen", "Sojaöl", "Sonnenblumenkerne", "Sonnenblumenöl", "Soßenbinder", "Spaghetti", "Spanferkel", "Spargel", "Speck", "Speisestärke", "Spinat", "Spitzkohl", "Sprossen", "Stachelbeeren", "Staudensellerie", "Steckrüben", "Steinpilze", "Sternfrucht", "Stubenküken", "Suppenfleisch", "Suppengrün", "Süsskartoffeln", "Süßkirschen", "Süßstoff", "Tabasco", "Tafelspitz", "Tagliatelle", "Tahini", "Tamarillo", "Tequila", "Thunfisch", "Thunfischsteak", "Toastbrot", "Tofu", "Tomaten", "Tomatenmark", "Tomatensaft", "Tomato al gusto mit Kräuter", "Tortenguss", "Traubenkernöl", "Traubensaft", "Trockenfrüchte", "Trockenhefe", "Tsatsiki", "Vanillearoma", "Vanilleeis", "Vanillepudding", "Vanillesauce", "Vanilleschote", "Vanillezucker", "Vollkornmehl", "Wachtelbohnen", "Wachteleier", "Wachteln", "Waldfrüchte", "Waldmeistersirup", "Walnusskerne", "Walnussöl", "Wasser", "Weinbrand", "Weinessig", "Weintrauben", "Weizenkeime", "Weißbrot", "Weißkohl", "Weißwein", "Wermut", "Whisky", "Wild", "Wildschwein", "Wirsing", "Wodka", "Worcestersauce", "Wurst", "Würfelzucker", "Würstchen", "Zander", "Ziegenkäse", "Zigeunersauce", "Zitronat", "Zitrone", "Zitronenaroma", "Zitronenglasur", "Zitronensaft", "Zitronenschale", "Zitronensirup", "Zucchini", "Zucchiniblüten", "Zuckerglasur", "Zuckerschoten", "Zunge", "Zwetschgen", "Zwieback", "Zwiebelsuppe", "brauner Rum", "gedörrte Feigen", "gekochter Schinken", "gelbe Paprika", "geräucherte Putenbrust", "getrocknete Tomaten", "grüne Bohnen", "grüne Oliven", "grüne Paprika", "passierte Tomaten", "roher Schinken", "rote Paprika", "rote Zwiebeln", "schwarze Oliven", "weiße Bohnen", "weiße Schokolade", "weiße Zwiebeln", "weißer Heilbutt", "weißer Rum", "Äpfel", "Öl"] # source: https://de.wikipedia.org/wiki/Liste_der_K%C3%BCchengew%C3%BCrze spices: ["Ajowan", "Anis", "Annatto", "Asant", "Bärlauch", "Bärwurz", "Basilikum", "Beifuß", "Berbere", "Bergkümmel", "Bertram", "Bockshornklee", "Bohnenkraut", "Borretsch", "Brunnenkresse", "Cardamom", "Cayennepfeffer", "Chili", "Cilantro", "Cumin", "Curcuma", "Curryblätter", "Currykraut", "Currypulver", "Dill", "Dost", "Eberraute", "Einlegegewürz", "Engelwurz", "Epazote", "Estragon", "Färberdistel", "Fenchel", "Fetthenne", "Gagel", "Galgant", "Galgant", "Gänseblümchen", "Garam", "Gelbwurz", "Gochujang", "Gomashio", "Gurkenkraut", "Harissa", "Herbes", "Honig", "gemeiner", "Ingwer", "Kaffernlimette", "Kakaopulver", "Kalmus", "Kapern", "Kapuzinerkresse", "Grüner", "Schwarzer", "Kerbel", "Kemirinuss", "Knoblauch", "Koriander", "Kren", "Kresse", "Große", "Kreuzkümmel", "Kubebenpfeffer", "Kümmel", "Kürbis", "Kurkuma", "Langer", "Lakritze", "Lavendel", "Liebstöckel", "Limette", "Lorbeer", "Lorbeer", "Löffelkraut", "Macis", "Mandel", "Majoran", "spreizende", "Meerrettich", "Melisse", "Minze", "Mitsuba", "Mohnsamen", "Muskat", "Myrrhenkerbel", "Nelkenpfeffer", "Ölkürbis", "Orangen", "Oregano", "Pandanus", "Paradieskörner", "Paprika", "Pastinake", "Peperoni", "Perilla", "Petersilie", "Pfeffer", "Pfefferminze", "Piment", "Pimpinelle", "Portulak", "Quendel", "Ras", "Rhabarber", "Rosmarin", "Rotwein", "Rouille", "Rucola", "Safran", "Salbei", "Salz", "Sambal", "Sassafras", "Sauerampfer", "Schabzigerklee", "Schalotte", "Schafgarbe", "Schnittknoblauch", "Schnittlauch", "Schwarzkümmel", "Sellerie", "Senf", "Soumbala", "Spitzwegerich", "Sternanis", "Stevia", "Sumach", "Süßdolde", "Süßholz", "Szechuanpfeffer", "Tamarinde", "Tanduri", "Tasmanischer", "Tonkabohne", "Thymian", "Tripmadam", "Trüffel", "Tschubritza", "Wasabi", "Wacholder", "Waldmeister", "Wald-Weidenröschen", "Wasserpfeffer", "Weinblätter", "Weinraute", "Ysop", "Zichorie", "Zimt", "Zitronengras", "Zitronenmelisse", "Zitronen", "Zitronenstrauch", "Zitronenthymian", "Zitwerwurzel", "Zucker", "Zwiebel"] measurements: ["Teelöffel", "Esslöffel", "Tasse", "Prise", "Messerspitze", "Packung"] measurement_sizes: ["1/4", "1/3", "1/2", "1", "2", "3"] simpsons: characters: [ "Homer Simpson", "Marge Simpson", "Bart Simpson", "Lisa Simpson", "Maggie Simpson", "Grampa Simpson", "Abraham Jedediah \"Abe\" Simpson", "Patty Bouvier", "Selma Bouvier", "Mona Bouvier", "Charles Montgomery Burns", "Waylon Smithers", "Lenford \"Lenny\" Leonard", "Carl Carlson", "Charlie", "Ned Flanders", "Maude Flanders", "Rod Flanders", "Todd Flanders", "Janey Powell", "Ralph Wiggum", "Becky", "Alison Taylor", "Database", "Lewis", "Martin Prince", "Milhouse van Houten", "Nelson Muntz", "Richard", "Jaffee", "Melissa", "Sherri", "Terri", "Wendell Borton", "Dolphin Starbeam", "Jimbo Jones", "Kearney Zzyzwicz", "Uter Zörker", "Rektor Seymour Skinner", "Oberschulrat Chalmers", "Edna Krabappel", "Elizabeth Hoover", "Dewey Largo", "Sportlehrer Mr. Krupt", "Dr. J. Loren Pryor", "Hausmeister Willie", "Küchenhilfe Doris Peterson", "Otto Mann", "Krusty der Clown", "Herschel Krustofski", "Sideshow Raheem", "Tingeltangel-Bob", "Tingeltangel-Mel", "Mr. Teeny", "Bubbles", "Itchy", "Scratchy", "Bienenmann", "Scott Christian", "Kent Brockman", "Arnie Pye", "Rainier Wolfcastle", "Troy McClure", "Lurleen Lumpkin", "Duffman", "Chief Clancy Wiggum", "Lou", "Eddie", "Comicbuchverkäufer", "Roger Meyers Junior", "Artie Ziff", "Horatio McCallister", "Alter Kapitän", "Lothar Folkman", "Luigi Risotto", "Aristotle Amadopolis", "Herman", "Lindsay Naegle", "Cookie Kwan", "Dr. Julius Hibbert", "Dr. Nick Riviera", "Dr. Marvin Monroe", "Jasper Beardley", "Ralph Melish", "Hans Maulwurf", "Asa", "Mrs. Glick", "Sylvia Winfield", "Mr. Winfield", "Morris \"Moe\" Szyslak", "Barney Gumble", "Sam", "Larry", "Akira", "Joseph Quimby", "Freddy Quimby", "Mary Bailey", "Roy Snyder", "Constance Harm", "Lionel Hutz", "Blauhaariger Anwalt", "Gil Gunderson", "Der alte Gil", "In der Kirche", "Reverend Timothy Lovejoy", "Helen Lovejoy", "Jessica Lovejoy", "Anthony \"Fat Tony\" D'Amico", "Legs", "Louie", "Johnny", "Schmallippe", "Jacques Brunswick", "Disco Stu", "Eleanor Abernathy", "Katzenlady", "Prof. Frink", "Kirk van Houten", "Luann van Houten", "Shauna Tifton", "Prinzessin Kashmir", "Snake", "Jeremy Peterson", "Agnes Skinner", "Cletus Spuckler", "Brandine Spuckler", "Mary Spuckler", "Apu Nahasapeemapetilon", "Manjula Nahasapeemapetilon", "Zahnfleischbluter Murphy", "Reicher Texaner", "Hyman Krustofski", "Laura Powers", "Ruth Powers", "Drederick Tatum", "Kang", "Kodos" ] locations_TODO: [] dr_who: the_doctors: [ "Erster Doktor", "Zweiter Doktor", "Dritter Doktor", "Vierter Doktor", "Fünfter Doktor", "Sechster Doktor", "Siebenter Doktor", "Achter Doktor", "Neunter Doktor", "Zehnter Doktor", "Elfter Doktor", "Zwölfter Doktor" ] catch_phrases_TODO: [] quotes_TODO: [] faker-1.9.1/lib/locales/ee.yml000066400000000000000000000323031332146201300161120ustar00rootroot00000000000000ee: faker: invoice: reference: # '#' means the place where check digit is placed # Source: http://www.pangaliit.ee/en/settlements-and-standards/reference-number-of-the-invoice check_digit_method: method_731 pattern: '\d{1,19}#' address: postcode: ["#####"] building_number: ["####", "###", "##"] street_suffix: ["tee", "maantee", "tänav", "põik"] state: [Harjumaa, Tartumaa, Ida-Virumaa, Pärnumaa, Lääne-Virumaa, Viljandimaa, Raplamaa, Võrumaa, Saaremaa, Jõgevamaa, Järvamaa, Valgamaa, Põlvamaa, Läänemaa, Hiiumaa] city_name: [Tallinn, Tartu, Narva, Pärnu, Kohtla-Järve, Viljandi, Rakvere, Maardu, Sillamäe, Kuressaare, Valga, Võru, Haapsalu, Jõhvi, Keila, Põlva, Rapla, Türi, Paide, Tapa, Saue, Elva, Kehra, Kiviõli, Suure-Jaani, Jõgeva, Räpina, Kärdla, Põltsamaa, Otepää, Kilingi-Nõmme, Sindi, Paldiski, Tamsalu, Antsla, Karksi-Nuia, Kunda, Püssi, Narva-Jõesuu, Tõrva, Loksa, Lihula, Abja-Paluoja, Võhma, Mustvee, Kallaste, Mõisaküla] city: - "#{city_name}" street_name: - "#{Name.last_name} #{street_suffix}" street_address: - "#{Name.last_name} #{street_suffix} #{building_number}" company: suffix: [AS, OÜ] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{suffix} #{Name.last_name}" internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, com.ee, ee, net, org] name: first_name: [Aabel, Aabraham, Aadu, Aare, Aarne, Aaron, Aavo, Ago, Agu, Ahti, Ahto, Aigar, Ain, Aivar, Aivo, Aksel, Alar, Alari, Albert, Aleks, Aleksander, Allan, Allar, Alo, Alvar, Ando, Andre, Andreas, Andres, Andrus, Anti, Anton, Ants, Ardi, Ardo, Arno, Arnold, Arti, Artur, Arved, Arvi, Arvo, Asko, August, Edgar, Eduard, Eedo, Eedu, Eerik, Eero, Egert, Egon, Einar, Eino, Elias, Elmar, Elmo, Endel, Endrik, Enn, Enno, Ergo, Erik, Erki, Erko, Erlend, Ermo, Evald, Evert, Feliks, Georg, Gert, Gunnar, Gustav, Hannes, Hans, Hardi, Harri, Heigo, Heiki, Heino, Heiti, Hendrik, Henn, Henri, Hillar, Iisak, Illar, Illimar, Ilmar, Ilmo, Imre, Indrek, Innar, Ivar, Ivari, Ivo, Jaagup, Jaak, Jaakob, Jaan, Jaanus, Jakob, Janar, Janek, Janno, Jass, Joel, Johannes, Joona, Joonas, Joonatan, Joosep, Juhan, Juho, Jukk, Juss, Jürgen, Jüri, Jürjo, Kaarel, Kaido, Kajar, Kalev, Kaljo, Kalju, Kalle, Kardo, Karl, Kaspar, Kaupo, Kaur, Kauri, Ken, Kermo, Kert, Kevin, Koit, Kristen, Kristian, Kristjan, Kristo, Kristofer, Kuldar, Kunnar, Kusta, Kustas, Kustav, Küllo, Laur, Lauri, Leevi, Leho, Lembit, Lennart, Luukas, Maanus, Maarjo, Madi, Madis, Magnus, Maido, Mairo, Mait, Marek, Margo, Margus, Mario, Mark, Marko, Markus, Marten, Marti, Martin, Mati, Matteus, Mattias, Meelis, Meeme, Mehis, Mihkel, Miikael, Mikk, Märt, Neeme, Nigul, Nigulas, Niilo, Nuut, Olari, Olavi, Olev, Oliver, Oskar, Ott, Otto, Paavo, Paul, Paulus, Peep, Aada, Aasa, Aet, Age, Agnes, Aile, Aili, Aino, Ainu, Aire, Airi, Aita, Aive, Aleksandra, Alina, Andra, Anete, Angela, Angelika, Ann, Anna, Anne, Anneli, Anni, Annika, Anu, Asta, Astrid, Auli, Aune, Aurelia, Ave, Berit, Birgit, Brita, Dagmar, Diana, Ebe, Eda, Eeva, Eevi, Egle, Eha, Eili, Eliisa, Eliisabet, Eliise, Elina, Elis, Elle, Ellen, Elo, Elvi, Emma, Endla, Ene, Eneli, Epp, Ere, Erika, Esta, Ester, Eva, Eve, Evelin, Gerli, Greete, Grete, Hanna, Hedi, Heidi, Heili, Helbe, Hele, Helen, Helena, Heleri, Helga, Helgi, Heli, Helina, Helju, Helle, Helmi, Helve, Hiie, Hilda, Hilja, Hille, Iiris, Ille, Ilme, Ilona, Imbi, Ines, Inga, Inge, Ingel, Ingrid, Inna, Irene, Iris, Irja, Irma, Ivi, Ivika, Jaana, Jaanika, Jana, Jane, Janne, Johanna, Juta, Kaarin, Kadi, Kadri, Kai, Kaia, Kaidi, Kaie, Kaili, Kairi, Kaisa, Kaja, Karin, Karina, Karmen, Karoliina, Karoliine, Karolin, Katariina, Kati, Katre, Katri, Katriin, Katrin, Keiu, Kelli, Kerli, Kersti, Kerstin, Kertu, Kirke, Koidu, Krista, Kristel, Kristen, Kristi, Kristiina, Kristin, Kristina, Kärt, Kätlin, Külli, Küllike, Lagle, Laine, Laura, Lea, Leelo, Lehte, Leida, Leili, Lembi, Lemme, Lii, Liia, Liidia, Liilia, Liina, Liis, Liisa, Liisbet, Liisi, Liivi, Lilian, Lilli, Linda, Luule, Lüüdia, Maarika, Maarja, Made, Madli, Mai, Maia, Maie, Maila, Maimu, Maire, Malle, Mare, Maret, Margareeta, Margaret, Marge, Margit, Margot, Mari, Mari-Liis] last_name: [Aare, Aasmäe, Aavik, Allik, Alver, Antson, Eenpalu, Eskola, Härma, Hõbe, Ilves, Ivask, Jänes, Järvekülg, Jääger, Jõgi, Kaasik, Kaljurand, Kangur, Kasak, Kask, Kesküla, Kivi, Koppel, Korjus, Kross, Kukk, Kuuse, Kuusik, Kuusk, Käbin, Kärner, Kõiv, Kütt, Laar, Laur, Leok, Lepik, Levandi, Linna, Luik, Lõhmus, Lõoke, Made, Mark, Masing, Meri, Mädamürk, Mägi, Männik, Naissoo, Nurme, Nurmsalu, Nõmmik, Olesk, Orav, Poska, Puhvel, Pärn, Pääsuke, Raag, Raud, Rebane, Reinsalu, Rootare, Rüütli, Saar, Salumäe, Savisaar, Sepp, Sisask, Soosaar, Taaramae, Tamm, Tammik, Toome, Tätte, Vaher, Vaino, Valdma, Valk, Vesik, Viiding, Vitsut, Välbe, Väljas, Västrik, Võsu, Wahl, Õunapuu, Öpik] title: descriptor: [Lead, Senior, Direct, Corporate, Dynamic, Future, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Human, Chief, Principal] level: [Solutions, Program, Brand, Security, Research, Marketing, Directives, Implementation, Integration, Functionality, Response, Paradigm, Tactics, Identity, Markets, Group, Division, Applications, Optimization, Operations, Infrastructure, Intranet, Communications, Web, Branding, Quality, Assurance, Mobility, Accounts, Data, Creative, Configuration, Accountability, Interactions, Factors, Usability, Metrics] job: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist] name: - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" phone_number: formats: ["32# ####", "33# ####", "35# ####", "38# ####", "39# ####", "43# ####", "44# ####", "45# ####", "46# ####", "47# ####", "48# ####", "6## ####", "7## ####", "71# ####", "72# ####", "73# ####", "74# ####", "75# ####", "76# ####", "77# ####", "78# ####", "79# ####", "88# ####"] cell_phone: formats: ["5### ####", "5## ####", "81## ####", "82## ####", "83## ####", "84## ####"] faker-1.9.1/lib/locales/en-AU.yml000066400000000000000000000121421332146201300164250ustar00rootroot00000000000000# Australia formatted data types # Using Top 200 Australian baby names of 2010 # 286 Surnames familiar to Australian population en-AU: faker: name: first_name: [William, Jack, Oliver, Joshua, Thomas, Lachlan, Cooper, Noah, Ethan, Lucas, James, Samuel, Jacob, Liam, Alexander, Benjamin, Max, Isaac, Daniel, Riley, Ryan, Charlie, Tyler, Jake, Matthew, Xavier, Harry, Jayden, Nicholas, Harrison, Levi, Luke, Adam, Henry, Aiden, Dylan, Oscar, Michael, Jackson, Logan, Joseph, Blake, Nathan, Connor, Elijah, Nate, Archie, Bailey, Marcus, Cameron, Jordan, Zachary, Caleb, Hunter, Ashton, Toby, Aidan, Hayden, Mason, Hamish, Edward, Angus, Eli, Sebastian, Christian, Patrick, Andrew, Anthony, Luca, Kai, Beau, Alex, George, Callum, Finn, Zac, Mitchell, Jett, Jesse, Gabriel, Leo, Declan, Charles, Jasper, Jonathan, Aaron, Hugo, David, Christopher, Chase, Owen, Justin, Ali, Darcy, Lincoln, Cody, Phoenix, Sam, John, Joel, Isabella, Ruby, Chloe, Olivia, Charlotte, Mia, Lily, Emily, Ella, Sienna, Sophie, Amelia, Grace, Ava, Zoe, Emma, Sophia, Matilda, Hannah, Jessica, Lucy, Georgia, Sarah, Abigail, Zara, Eva, Scarlett, Jasmine, Chelsea, Lilly, Ivy, Isla, Evie, Isabelle, Maddison, Layla, Summer, Annabelle, Alexis, Elizabeth, Bella, Holly, Lara, Madison, Alyssa, Maya, Tahlia, Claire, Hayley, Imogen, Jade, Ellie, Sofia, Addison, Molly, Phoebe, Alice, Savannah, Gabriella, Kayla, Mikayla, Abbey, Eliza, Willow, Alexandra, Poppy, Samantha, Stella, Amy, Amelie, Anna, Piper, Gemma, Isabel, Victoria, Stephanie, Caitlin, Heidi, Paige, Rose, Amber, Audrey, Claudia, Taylor, Madeline, Angelina, Natalie, Charli, Lauren, Ashley, Violet, Mackenzie, Abby, Skye, Lillian, Alana, Lola, Leah, Eve, Kiara] last_name: [Smith, Jones, Williams, Brown, Wilson, Taylor, Johnson, White, Martin, Anderson, Thompson, Nguyen, Thomas, Walker, Harris, Lee, Ryan, Robinson, Kelly, King, Davis, Wright, Evans, Roberts, Green, Hall, Wood, Jackson, Clarke, Patel, Khan, Lewis, James, Phillips, Mason, Mitchell, Rose, Davies, Rodriguez, Cox, Alexander, Garden, Campbell, Johnston, Moore, Smyth, O'neill, Doherty, Stewart, Quinn, Murphy, Graham, Mclaughlin, Hamilton, Murray, Hughes, Robertson, Thomson, Scott, Macdonald, Reid, Clark, Ross, Young, Watson, Paterson, Morrison, Morgan, Griffiths, Edwards, Rees, Jenkins, Owen, Price, Moss, Richards, Abbott, Adams, Armstrong, Bahringer, Bailey, Barrows, Bartell, Bartoletti, Barton, Bauch, Baumbach, Bayer, Beahan, Beatty, Becker, Beier, Berge, Bergstrom, Bode, Bogan, Borer, Bosco, Botsford, Boyer, Boyle, Braun, Bruen, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Connelly, Conroy, Corkery, Cormier, Corwin, Cronin, Crooks, Cruickshank, Cummings, D'amore, Daniel, Dare, Daugherty, Dickens, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, Durgan, Ebert, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feil, Ferry, Fisher, Flatley, Gibson, Gleason, Glover, Goldner, Goodwin, Grady, Grant, Greenfelder, Greenholt, Grimes, Gutmann, Hackett, Hahn, Haley, Hammes, Hand, Hane, Hansen, Harber, Hartmann, Harvey, Hayes, Heaney, Heathcote, Heller, Hermann, Hermiston, Hessel, Hettinger, Hickle, Hill, Hills, Hoppe, Howe, Howell, Hudson, Huel, Hyatt, Jacobi, Jacobs, Jacobson, Jerde, Johns, Keeling, Kemmer, Kessler, Kiehn, Kirlin, Klein, Koch, Koelpin, Kohler, Koss, Kovacek, Kreiger, Kris, Kuhlman, Kuhn, Kulas, Kunde, Kutch, Lakin, Lang, Langworth, Larkin, Larson, Leannon, Leffler, Little, Lockman, Lowe, Lynch, Mann, Marks, Marvin, Mayer, Mccullough, Mcdermott, Mckenzie, Miller, Mills, Monahan, Morissette, Mueller, Muller, Nader, Nicolas, Nolan, O'connell, O'conner, O'hara, O'keefe, Olson, O'reilly, Parisian, Parker, Quigley, Reilly, Reynolds, Rice, Ritchie, Rohan, Rolfson, Rowe, Russel, Rutherford, Sanford, Sauer, Schmidt, Schmitt, Schneider, Schroeder, Schultz, Shields, Smitham, Spencer, Stanton, Stark, Stokes, Swift, Tillman, Towne, Tremblay, Tromp, Turcotte, Turner, Walsh, Walter, Ward, Waters, Weber, Welch, West, Wilderman, Wilkinson, Williamson, Windler, Wolf] company: suffix: [Pty Ltd, and Sons, Corp, Group, Brothers, Partners] internet: domain_suffix: [com.au, com, net.au, net, org.au, org] address: state_abbr: [NSW, QLD, NT, SA, WA, TAS, ACT, VIC] state: [New South Wales, Queensland, Northern Territory, South Australia, Western Australia, Tasmania, Australian Capital Territory, Victoria] postcode: ['0###', '2###', '3###', '4###', '5###', '6###', '7###'] building_number: ['####', '###', '##'] street_suffix: [Avenue, Boulevard, Circle, Circuit, Court, Crescent, Crest, Drive, Estate Dr, Grove, Hill, Island, Junction, Knoll, Lane, Loop, Mall, Manor, Meadow, Mews, Parade, Parkway, Pass, Place, Plaza, Ridge, Road, Run, Square, Station St, Street, Summit, Terrace, Track, Trail, View Rd, Way] default_country: [Australia] phone_number: formats: ['0# #### ####', '+61 # #### ####', '+61 4## ### ###'] #iOS AUS phone formats cell_phone: formats: ['04##-###-###', '(0) 4##-###-###', '04## ### ###', '04########', '04## ## ## ##'] team: sport: ['basketball', 'football', 'footy', 'netball', 'rugby'] faker-1.9.1/lib/locales/en-BORK.yml000066400000000000000000000015771332146201300166670ustar00rootroot00000000000000en-BORK: faker: lorem: words: [Boot, I, Nu, Nur, Tu, Um, a, becoose-a, boot, bork, burn, chuuses, cumplete-a, cun, cunseqooences, curcoomstunces, dee, deeslikes, denuoonceeng, desures, du, eccuoont, ectooel, edfuntege-a, efueeds, egeeen, ell, ere-a, feend, foolt, frum, geefe-a, gesh, greet, heem, heppeeness, hes, hoo, hoomun, idea, ifer, in, incuoonter, injuy, itselff, ixcept, ixemple-a, ixerceese-a, ixpleeen, ixplurer, ixpuoond, ixtremely, knoo, lebureeuoos, lufes, meestekee, mester-booeelder, moost, mun, nu, nut, oobteeen, oocceseeunelly, ooccoor, ooff, oone-a, oor, peeen, peeenffool, physeecel, pleesoore-a, poorsooe-a, poorsooes, preeesing, prucoore-a, prudooces, reeght, reshunelly, resooltunt, sume-a, teecheengs, teke-a, thees, thet, thuse-a, treefiel, troot, tu, tueel, und, undertekes, unnuyeeng, uny, unyune-a, us, veell, veet, ves, vheech, vhu, yuoo, zee, zeere-a] faker-1.9.1/lib/locales/en-CA.yml000066400000000000000000000121011332146201300163760ustar00rootroot00000000000000en-CA: faker: address: postcode: /[A-CEJ-NPR-TVXY][0-9][A-CEJ-NPR-TV-Z] ?[0-9][A-CEJ-NPR-TV-Z][0-9]/ state: [Alberta, British Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Nova Scotia, Northwest Territories, Nunavut, Ontario, Prince Edward Island, Quebec, Saskatchewan, Yukon] state_abbr: ["AB", "BC", "MB", "NB", "NL", "NS", "NU", "NT", "ON", "PE", "QC", "SK", "YT"] default_country: [Canada] internet: free_email: [gmail.com, yahoo.ca, hotmail.com] domain_suffix: [ca, com, biz, info, name, net, org] phone_number: area_code: ["204", "226", "236", "249", "250", "289", "306", "343", "365", "403", "416", "418", "431", "437", "438", "450", "506", "514", "519", "579", "581", "587", "604", "613", "639", "647", "705", "709", "778", "780", "807", "819", "867", "873", "902", "905"] exchange_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "227", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "283", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "331", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "445", "464", "469", "470", "475", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "557", "559", "561", "562", "563", "564", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "667", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "737", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "835", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "872", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "959", "970", "971", "972", "973", "975", "978", "979", "980", "984", "985", "989"] formats: - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" faker-1.9.1/lib/locales/en-GB.yml000066400000000000000000000032221332146201300164070ustar00rootroot00000000000000en-GB: faker: address: postcode: /[A-PR-UWYZ]([A-HK-Y][0-9][ABEHMNPRVWXY0-9]?|[0-9][ABCDEFGHJKPSTUW0-9]?) [0-9][ABD-HJLNP-UW-Z]{2}/ county: [Avon, Bedfordshire, Berkshire, Borders, Buckinghamshire, Cambridgeshire, Central, Cheshire, Cleveland, Clwyd, Cornwall, County Antrim, County Armagh, County Down, County Fermanagh, County Londonderry, County Tyrone, Cumbria, Derbyshire, Devon, Dorset, Dumfries and Galloway, Durham, Dyfed, East Sussex, Essex, Fife, Gloucestershire, Grampian, Greater Manchester, Gwent, Gwynedd County, Hampshire, Herefordshire, Hertfordshire, Highlands and Islands, Humberside, Isle of Wight, Kent, Lancashire, Leicestershire, Lincolnshire, Lothian, Merseyside, Mid Glamorgan, Norfolk, North Yorkshire, Northamptonshire, Northumberland, Nottinghamshire, Oxfordshire, Powys, Rutland, Shropshire, Somerset, South Glamorgan, South Yorkshire, Staffordshire, Strathclyde, Suffolk, Surrey, Tayside, Tyne and Wear, Warwickshire, West Glamorgan, West Midlands, West Sussex, West Yorkshire, Wiltshire, Worcestershire] uk_country: [England, Scotland, Wales, Northern Ireland] country_code: ['GB'] default_country: [England, Scotland, Wales, Northern Ireland] internet: domain_suffix: [co.uk, com, biz, info, name] phone_number: formats: ['01#### #####', '01### ######', '01#1 ### ####', '011# ### ####', '02# #### ####', '03## ### ####', '055 #### ####', '056 #### ####', '0800 ### ####', '08## ### ####', '09## ### ####', '016977 ####', '01### #####', '0500 ######', '0800 ######'] cell_phone: formats: ['074## ######', '075## ######', '076## ######', '077## ######', '078## ######', '079## ######'] faker-1.9.1/lib/locales/en-IND.yml000066400000000000000000000215001332146201300165300ustar00rootroot00000000000000# India formatted data types # first_names and last_names courtesy http://www.indianhindunames.com en-IND: faker: name: first_name: [Aadrika, Aanandinii, Aaratrika, Aarya, Arya, Aashritha, Aatmaja, Atmaja, Abhaya, Adwitiya, Agrata, Ahilya, Ahalya, Aishani, Akshainie, Akshata, Akshita, Akula, Ambar, Amodini, Amrita, Amritambu, Anala, Anamika, Ananda, Anandamayi, Ananta, Anila, Anjali, Anjushri, Anjushree, Annapurna, Anshula, Anuja, Anusuya, Anasuya, Anasooya, Anwesha, Apsara, Aruna, Asha, Aasa, Aasha, Aslesha, Atreyi, Atreyee, Avani, Abani, Avantika, Ayushmati, Baidehi, Vaidehi, Bala, Baala, Balamani, Basanti, Vasanti, Bela, Bhadra, Bhagirathi, Bhagwanti, Bhagwati, Bhamini, Bhanumati, Bhaanumati, Bhargavi, Bhavani, Bhilangana, Bilwa, Bilva, Buddhana, Chakrika, Chanda, Chandi, Chandni, Chandini, Chandani, Chandra, Chandira, Chandrabhaga, Chandrakala, Chandrakin, Chandramani, Chandrani, Chandraprabha, Chandraswaroopa, Chandravati, Chapala, Charumati, Charvi, Chatura, Chitrali, Chitramala, Chitrangada, Daksha, Dakshayani, Damayanti, Darshwana, Deepali, Dipali, Deeptimoyee, Deeptimayee, Devangana, Devani, Devasree, Devi, Daevi, Devika, Daevika, Dhaanyalakshmi, Dhanalakshmi, Dhana, Dhanadeepa, Dhara, Dharani, Dharitri, Dhatri, Diksha, Deeksha, Divya, Draupadi, Dulari, Durga, Durgeshwari, Ekaparnika, Elakshi, Enakshi, Esha, Eshana, Eshita, Gautami, Gayatri, Geeta, Geetanjali, Gitanjali, Gemine, Gemini, Girja, Girija, Gita, Hamsini, Harinakshi, Harita, Heema, Himadri, Himani, Hiranya, Indira, Jaimini, Jaya, Jyoti, Jyotsana, Kali, Kalinda, Kalpana, Kalyani, Kama, Kamala, Kamla, Kanchan, Kanishka, Kanti, Kashyapi, Kumari, Kumuda, Lakshmi, Laxmi, Lalita, Lavanya, Leela, Lila, Leela, Madhuri, Malti, Malati, Mandakini, Mandaakin, Mangala, Mangalya, Mani, Manisha, Manjusha, Meena, Mina, Meenakshi, Minakshi, Menka, Menaka, Mohana, Mohini, Nalini, Nikita, Ojaswini, Omana, Oormila, Urmila, Opalina, Opaline, Padma, Parvati, Poornima, Purnima, Pramila, Prasanna, Preity, Prema, Priya, Priyala, Pushti, Radha, Rageswari, Rageshwari, Rajinder, Ramaa, Rati, Rita, Rohana, Rukhmani, Rukmin, Rupinder, Sanya, Sarada, Sharda, Sarala, Sarla, Saraswati, Sarisha, Saroja, Shakti, Shakuntala, Shanti, Sharmila, Shashi, Shashikala, Sheela, Shivakari, Shobhana, Shresth, Shresthi, Shreya, Shreyashi, Shridevi, Shrishti, Shubha, Shubhaprada, Siddhi, Sitara, Sloka, Smita, Smriti, Soma, Subhashini, Subhasini, Sucheta, Sudeva, Sujata, Sukanya, Suma, Suma, Sumitra, Sunita, Suryakantam, Sushma, Swara, Swarnalata, Sweta, Shwet, Tanirika, Tanushree, Tanushri, Tanushri, Tanya, Tara, Trisha, Uma, Usha, Vaijayanti, Vaijayanthi, Baijayanti, Vaishvi, Vaishnavi, Vaishno, Varalakshmi, Vasudha, Vasundhara, Veda, Vedanshi, Vidya, Vimala, Vrinda, Vrund, Aadi, Aadidev, Aadinath, Aaditya, Aagam, Aagney, Aamod, Aanandaswarup, Anand Swarup, Aanjaneya, Anjaneya, Aaryan, Aryan, Aatmaj, Aatreya, Aayushmaan, Aayushman, Abhaidev, Abhaya, Abhirath, Abhisyanta, Acaryatanaya, Achalesvara, Acharyanandana, Acharyasuta, Achintya, Achyut, Adheesh, Adhiraj, Adhrit, Adikavi, Adinath, Aditeya, Aditya, Adityanandan, Adityanandana, Adripathi, Advaya, Agasti, Agastya, Agneya, Aagneya, Agnimitra, Agniprava, Agnivesh, Agrata, Ajit, Ajeet, Akroor, Akshaj, Akshat, Akshayakeerti, Alok, Aalok, Amaranaath, Amarnath, Amaresh, Ambar, Ameyatma, Amish, Amogh, Amrit, Anaadi, Anagh, Anal, Anand, Aanand, Anang, Anil, Anilaabh, Anilabh, Anish, Ankal, Anunay, Anurag, Anuraag, Archan, Arindam, Arjun, Arnesh, Arun, Ashlesh, Ashok, Atmanand, Atmananda, Avadhesh, Baalaaditya, Baladitya, Baalagopaal, Balgopal, Balagopal, Bahula, Bakula, Bala, Balaaditya, Balachandra, Balagovind, Bandhu, Bandhul, Bankim, Bankimchandra, Bhadrak, Bhadraksh, Bhadran, Bhagavaan, Bhagvan, Bharadwaj, Bhardwaj, Bharat, Bhargava, Bhasvan, Bhaasvan, Bhaswar, Bhaaswar, Bhaumik, Bhaves, Bheeshma, Bhisham, Bhishma, Bhima, Bhoj, Bhramar, Bhudev, Bhudeva, Bhupati, Bhoopati, Bhoopat, Bhupen, Bhushan, Bhooshan, Bhushit, Bhooshit, Bhuvanesh, Bhuvaneshwar, Bilva, Bodhan, Brahma, Brahmabrata, Brahmanandam, Brahmaanand, Brahmdev, Brajendra, Brajesh, Brijesh, Birjesh, Budhil, Chakor, Chakradhar, Chakravartee, Chakravarti, Chanakya, Chaanakya, Chandak, Chandan, Chandra, Chandraayan, Chandrabhan, Chandradev, Chandraketu, Chandramauli, Chandramohan, Chandran, Chandranath, Chapal, Charak, Charuchandra, Chaaruchandra, Charuvrat, Chatur, Chaturaanan, Chaturbhuj, Chetan, Chaten, Chaitan, Chetanaanand, Chidaakaash, Chidaatma, Chidambar, Chidambaram, Chidananda, Chinmayanand, Chinmayananda, Chiranjeev, Chiranjeeve, Chitraksh, Daiwik, Daksha, Damodara, Dandak, Dandapaani, Darshan, Datta, Dayaamay, Dayamayee, Dayaananda, Dayaanidhi, Kin, Deenabandhu, Deepan, Deepankar, Dipankar, Deependra, Dipendra, Deepesh, Dipesh, Deeptanshu, Deeptendu, Diptendu, Deeptiman, Deeptimoy, Deeptimay, Dev, Deb, Devadatt, Devagya, Devajyoti, Devak, Devdan, Deven, Devesh, Deveshwar, Devi, Devvrat, Dhananjay, Dhanapati, Dhanpati, Dhanesh, Dhanu, Dhanvin, Dharmaketu, Dhruv, Dhyanesh, Dhyaneshwar, Digambar, Digambara, Dinakar, Dinkar, Dinesh, Divaakar, Divakar, Deevakar, Divjot, Dron, Drona, Dwaipayan, Dwaipayana, Eekalabya, Ekalavya, Ekaksh, Ekaaksh, Ekaling, Ekdant, Ekadant, Gajaadhar, Gajadhar, Gajbaahu, Gajabahu, Ganak, Ganaka, Ganapati, Gandharv, Gandharva, Ganesh, Gangesh, Garud, Garuda, Gati, Gatik, Gaurang, Gauraang, Gauranga, Gouranga, Gautam, Gautama, Goutam, Ghanaanand, Ghanshyam, Ghanashyam, Giri, Girik, Girika, Girindra, Giriraaj, Giriraj, Girish, Gopal, Gopaal, Gopi, Gopee, Gorakhnath, Gorakhanatha, Goswamee, Goswami, Gotum, Gautam, Govinda, Gobinda, Gudakesha, Gudakesa, Gurdev, Guru, Hari, Harinarayan, Harit, Himadri, Hiranmay, Hiranmaya, Hiranya, Inder, Indra, Indra, Jagadish, Jagadisha, Jagathi, Jagdeep, Jagdish, Jagmeet, Jahnu, Jai, Javas, Jay, Jitendra, Jitender, Jyotis, Kailash, Kama, Kamalesh, Kamlesh, Kanak, Kanaka, Kannan, Kannen, Karan, Karthik, Kartik, Karunanidhi, Kashyap, Kiran, Kirti, Keerti, Krishna, Krishnadas, Krishnadasa, Kumar, Lai, Lakshman, Laxman, Lakshmidhar, Lakshminath, Lal, Laal, Mahendra, Mohinder, Mahesh, Maheswar, Mani, Manik, Manikya, Manoj, Marut, Mayoor, Meghnad, Meghnath, Mohan, Mukesh, Mukul, Nagabhushanam, Nanda, Narayan, Narendra, Narinder, Naveen, Navin, Nawal, Naval, Nimit, Niranjan, Nirbhay, Niro, Param, Paramartha, Pran, Pranay, Prasad, Prathamesh, Prayag, Prem, Puneet, Purushottam, Rahul, Raj, Rajan, Rajendra, Rajinder, Rajiv, Rakesh, Ramesh, Rameshwar, Ranjit, Ranjeet, Ravi, Ritesh, Rohan, Rohit, Rudra, Sachin, Sameer, Samir, Sanjay, Sanka, Sarvin, Satish, Satyen, Shankar, Shantanu, Shashi, Sher, Shiv, Siddarth, Siddhran, Som, Somu, Somnath, Subhash, Subodh, Suman, Suresh, Surya, Suryakant, Suryakanta, Sushil, Susheel, Swami, Swapnil, Tapan, Tara, Tarun, Tej, Tejas, Trilochan, Trilochana, Trilok, Trilokesh, Triloki, Triloki Nath, Trilokanath, Tushar, Udai, Udit, Ujjawal, Ujjwal, Umang, Upendra, Uttam, Vasudev, Vasudeva, Vedang, Vedanga, Vidhya, Vidur, Vidhur, Vijay, Vimal, Vinay, Vishnu, Bishnu, Vishwamitra, Vyas, Yogendra, Yoginder, Yogesh] last_name: [Abbott, Achari, Acharya, Adiga, Agarwal, Ahluwalia, Ahuja, Arora, Asan, Bandopadhyay, Banerjee, Bharadwaj, Bhat, Butt, Bhattacharya, Bhattathiri, Chaturvedi, Chattopadhyay, Chopra, Desai, Deshpande, Devar, Dhawan, Dubashi, Dutta, Dwivedi, Embranthiri, Ganaka, Gandhi, Gill, Gowda, Guha, Guneta, Gupta, Iyer, Iyengar, Jain, Jha, Johar, Joshi, Kakkar, Kaniyar, Kapoor, Kaul, Kaur, Khan, Khanna, Khatri, Kocchar, Mahajan, Malik, Marar, Menon, Mehra,Mehrotra, Mishra, Mukhopadhyay, Nayar, Naik, Nair, Nambeesan, Namboothiri, Nehru, Pandey, Panicker, Patel, Patil, Pilla, Pillai, Pothuvaal, Prajapat, Rana, Reddy, Saini, Sethi, Shah, Sharma, Shukla, Singh, Sinha, Somayaji, Tagore, Talwar, Tandon, Trivedi, Varrier, Varma, Varman, Verma] address: postcode: ['######'] city: [Bengaluru, Chennai, Hyderabad, Kolkata, Mumbai, New Delhi, Thiruvananthapuram, Visakhapatnam] state: [Andhra Pradesh, Arunachal Pradesh, Assam, Bihar, Chhattisgarh, Goa, Gujarat, Haryana, Himachal Pradesh, Jammu and Kashmir, Jharkhand, Karnataka, Kerala, Madya Pradesh, Maharashtra, Manipur, Meghalaya, Mizoram, Nagaland, Orissa, Punjab, Rajasthan, Sikkim, Tamil Nadu, Tripura, Uttaranchal, Uttar Pradesh, West Bengal, Andaman and Nicobar Islands, Chandigarh, Dadar and Nagar Haveli, Daman and Diu, Delhi, Lakshadweep, Pondicherry] state_abbr: [AP, AR, AS, BR, CG, DL, GA, GJ, HR, HP, JK, JS, KA, KL, MP, MH, MN, ML, MZ, NL, OR, PB, RJ, SK, TN, TR, UK, UP, WB, AN, CH, DN, DD, LD, PY] default_country: [India, Indian Republic, Bharat, Hindustan] default_time_zone: ["Asia/Kolkata"] default_country_code: ["IN"] internet: free_email: [gmail.com, yahoo.co.in, hotmail.com] domain_suffix: [in, com, biz, info, name, net, org, co.in] company: suffix: [Pvt Ltd, Limited, Ltd, and Sons, Corp, Group, Brothers] phone_number: formats: ['+91###-###-####', '+91##########', '+91-###-#######'] faker-1.9.1/lib/locales/en-MS.yml000066400000000000000000000111541332146201300164410ustar00rootroot00000000000000en-MS: faker: name: prefix: [Dato, Datin] malay_male_first_name: [Abu, Ahmad, Malik, Osman, Abdullah, Abu Bakar, Azuan, Sulaiman, Daud, Azizi, Jaafar] malay_female_first_name: [Siti, Aminah, Aiza, Hajar, Sofia, Dahlia, Akma, Nur, Sariha, Syazana, Nuratika, Farah] chinese_male_first_name: [Jin Quan, Wen Jun, Jun Jie, Cheng Han, Tze-Kwang, Jin Leong, Zi Liang, Zhi Ren, Jin Quan, Wen Jun, Chee Hin, Guo Jun, Kai Jie, Kun Qiang,Jun Kiat, Yong Zheng, Yong Jun, Chit Boon, You Ren, Wen Zhong, Yang Shun, Qi Guang, Kang Soon, Wee Heng, Kah Yang, Siew Beng, Jia Woei, Chean Meng, Wai Kay, Keng Hua, Yew Meng, Cheng Wen, Jiun Wei, Yee Sian, Shao Hong, Bin Shen, Wing Yiu, Ee Hong, Yu Pyn, Yong Sheng, Jun Peng, Jia Jie, Guang Yi, Si Heng, Wei Hou, Kang Sheng, Hong Ern, Jia Liang, Wei Lip, Wee Chen, Wee Leng, Yu Xi, Ming Yang, Wen Hao, Siang Meng, Mong Li, Ghim Huat, Jun Yi, Jie Kai, Zhiming, Wei Jie, Teng Qing, Wei Jian, Wei Kwan, Chee Chin] chinese_male_last_name: [Tan, Lim, Lee, Ng, Ong, Wong, Goh, Chua, Chan, Koh, Teo, Ang, Yeo, Tay, Ho, Low] chinese_female_first_name: [Xiu Yi, Wai Teng, Sing Yee, Jing Yi, Jia Yee, Jia Xuan, Shu En, Pei Ying, Pei Yu, Pih Foung, Li-ann, Shi Xuan, Yi Xuan, Shu En, Yi Xin, Hui Juan, Yu En, Yihui, Xin Yi, Yun Xuan, Xuan Xuan] first_name: - "#{malay_male_first_name}" - "#{malay_female_first_name}" - "#{chinese_male_first_name}" - "#{chinese_female_first_name}" name: - "#{malay_male_first_name} bin #{malay_male_first_name}" - "#{malay_female_first_name} binti #{malay_male_first_name}" - "#{chinese_male_last_name} #{chinese_male_first_name}" - "#{chinese_female_first_name} #{chinese_male_first_name}" - "#{prefix} #{malay_male_first_name} bin #{malay_male_first_name}" - "#{prefix} #{malay_female_first_name} binti #{malay_male_first_name}" - "#{prefix} #{chinese_male_last_name} #{chinese_male_first_name}" - "#{prefix} #{chinese_female_first_name} #{chinese_male_first_name}" address: city_name: [Subang Jaya, Kuala Lumpur, Johor Bahru, Ipoh, Klang, Seberang Perai, Ampang, Georgetown, Gombak, Kuching, Shah Alam, Seremban, Petaling Jaya, Cheras, Bandaraya Melaka, Kota Bharu, Kota Kinabalu, Kuantan, Sungai Petani, Kajang, Batu Pahat, Tawau, Sandakan, Alor Setar, Kuala Terengganu, Taiping, Miri, Kluang, Kulim, Selayang, Kulai, Sibu, Muar, Manjung, Perlis, Kubang Pasu, Sepang, Teluk Intan, Lahad Datu, Kota Tinggi, Segamat, Pasir Mas, Bintulu, Alor Gajah, Kerian, Batang Padang, Keningau, Kemaman, Temerloh, Kuala Kangsar, Pontian, Dungun, Tumpat, Kinabatangan, Besut, Semporna, Ledang, Baling, Jasin, Bachok, Papar, Penampang, Tanah Merah, Bentong, Pasir Puteh, Jempol, Maran, Port Dickson, Rompin, Pekan, Kuala Krai, Beluran, Sabak Bernam, Tuaran, Perak Tengah, Bera, Marang, Ranau, Raub, Pendang, Langkawi, Kota Belud, Machang, Serian, Hulu Perak, Jerantut, Gua Musang, Lipis, Samarahan, Labuan, Kudat, Tampin, Putrajaya, Hulu Terengganu, Mersing, Yan, Kota Marudu, Sik, Sri Aman, Beaufort, Kuala Pilah, Marudi, Kuala Nerang, Kunak, Betong, Sarikei, Tenom, Kapit, Putatan, Setiu, Bau, Pokok Sena, Limbang, Saratok, Rembau, Mukah, Bandar Baharu, Jeli, Simunjan, Jelebu, Pitas, Cameron Highlands, Lawas, Tambunan, Tongod, Belaga, Sipitang, Lundu, Nabawan, Asajaya, Daro, Tatau, Maradong, Kanowit, Lubok Antu, Selangau, Song, Kuala Penyu, Dalat, Matu, Julau, Pakan, Padawan, Lojing, Kampa, Muallim] city: - "#{city_name}" province: [Johor, Kedah, Kelantan, Melaka, Negeri Sembilan, Pahang, Pulau Pinang, Perak, Perlis, Selangor, Terengganu, Sabah, Sarawak, WP Kuala Lumpur, WP Labuan, WP Putrajaya] postcode: ['#####'] building_number: ['##'] street_prefix: [Jalan, Lorong, Pinggiran, Medan, Persiaran, Selekoh, Persisiran, Perkarangan, Pengkalan, Lurah, Lintang, Lingkungan, Lingkaran, Lengkung, Lengkok, Lebuhraya, Lebuh, Langgak, Laman, Halaman, Gerbang, Dataran, Bulatan, Laluan] street_title: [Makmur, Bukit Bintang, Bangsar, Chow Kit, Hang Jebat, Hang Tuah, Kinabalu, Kuching, Maharajalela, Masjid India, Istana, Pudu] street_name: - "#{street_prefix} #{street_title}" street_address: - "No. #{building_number}, #{street_name}" default_country: [Malaysia] phone_number: formats: ['03#######', '+601########'] bank: name: [Affin Bank Berhad, Agro Bank Berhad, Alliance Bank Malaysia Berhad, AmBank Berhad, Bank Islam Berhad, Bank Muamalat Berhad, Bank Rakyat Berhad, Bank Simpanan Nasional, CIMB Bank Berhad, Hong Leong Bank Berhad, Malayan Banking Berhad, Public Bank Berhad, RHB Bank Berhad, Tabung Haji] faker-1.9.1/lib/locales/en-NEP.yml000066400000000000000000000057421332146201300165520ustar00rootroot00000000000000# Country => Nepal # This file is formatted for Nepal. nep: faker: name: male_first_name: ["Kamal", "Gopal", "Hari", "Himal", "Baburam", "Prachanda", "Ganesh"] female_first_name: ["Gita", "Sita", "Sarita", "Kalpana", "Neha", "Griahma", "Sujata"] first_name: [ "Aarav", "Ajita", "Amit", "Amita", "Amrit", "Arijit", "Ashmi", "Asmita", "Bibek", "Bijay", "Bikash", "Bina", "Bishal", "Bishnu", "Buddha", "Deepika", "Dipendra", "Gagan", "Ganesh", "Khem", "Krishna", "Laxmi", "Manisha", "Nabin", "Nikita", "Niraj", "Nischal", "Padam", "Pooja", "Prabin", "Prakash", "Prashant", "Prem", "Purna", "Rajendra", "Rajina", "Raju", "Rakesh", "Ranjan", "Ratna", "Sagar", "Sandeep", "Sanjay", "Santosh", "Sarita", "Shilpa", "Shirisha", "Shristi", "Siddhartha", "Subash", "Sumeet", "Sunita", "Suraj", "Susan", "Sushant" ] middle_name: ["Bahadur", "Prasad", "Lal"] last_name: [ "Adhikari", "Aryal", "Baral", "Basnet", "Bastola", "Basynat", "Bhandari", "Bhattarai", "Chettri", "Devkota", "Dhakal", "Dongol", "Ghale", "Gurung", "Gyawali", "Hamal", "Jung", "KC", "Kafle", "Karki", "Khadka", "Koirala", "Lama", "Limbu", "Magar", "Maharjan", "Niroula", "Pandey", "Pradhan", "Rana", "Raut", "Sai", "Shai", "Shakya", "Sherpa", "Shrestha", "Subedi", "Tamang", "Thapa" ] name: - "#{male_first_name} #{last_name}" - "#{male_first_name} #{middle_name} #{last_name}" - "#{female_first_name} #{last_name}" - "#{first_name} #{last_name}" address: default_time_zone: ["Asia/Kathmandu"] default_country_code: ["NP"] postcode: ['#####'] state: [ "Baglung", "Banke", "Bara", "Bardiya", "Bhaktapur", "Bhojupu", "Chitwan", "Dailekh", "Dang", "Dhading", "Dhankuta", "Dhanusa", "Dolakha", "Dolpha", "Gorkha", "Gulmi", "Humla", "Ilam", "Jajarkot", "Jhapa", "Jumla", "Kabhrepalanchok", "Kalikot", "Kapilvastu", "Kaski", "Kathmandu", "Lalitpur", "Lamjung", "Manang", "Mohottari", "Morang", "Mugu", "Mustang", "Myagdi", "Nawalparasi", "Nuwakot", "Palpa", "Parbat", "Parsa", "Ramechhap", "Rauswa", "Rautahat", "Rolpa", "Rupandehi", "Sankhuwasabha", "Sarlahi", "Sindhuli", "Sindhupalchok", "Sunsari", "Surket", "Syangja", "Tanahu", "Terhathum" ] city: ["Bhaktapur", "Biratnagar", "Birendranagar", "Birgunj", "Butwal", "Damak", "Dharan", "Gaur", "Gorkha", "Hetauda", "Itahari", "Janakpur", "Kathmandu", "Lahan", "Nepalgunj", "Pokhara"] default_country: ["Nepal"] internet: free_email: ['worldlink.com.np', 'gmail.com', 'yahoo.com', 'hotmail.com'] domain_suffix: ['np', 'com', 'info', 'net', 'org'] company: suffix: ['Pvt Ltd', 'Group', 'Ltd', 'Limited'] phone_number: formats: ['##-#######', '+977-#-#######', '+977########'] faker-1.9.1/lib/locales/en-NG.yml000066400000000000000000000170671332146201300164370ustar00rootroot00000000000000# Nigeria formatted data types # Using Top 100 Nigerian names # Surnames familiar to Nigerians # 36 Nigerian states en-NG: faker: name: name: - "#{first_name} #{last_name}" first_name: [ Adedayo, Chukwu, Emmanuel, Yusuf, Chinedu, Muyiwa, Wale, Chizoba, Chinyere, Temitope, Chiamaka, Obioma, Aminat, Sekinat, Kubura, Damilola, Bukola, Johnson, Akande, Akanni, Tope, Titi, Emeka, Uzodimma, Akunna, Buchi, Ikenna, Azubuike, Ifeanyichukwu, Ifeoma, Adaugo, Adaobi, Danjuma, Musa, Yakubu, Fatima, Habiba, Kubra, Sumayyah, Zainab, Rasheedah, Aminu, Adegoke, Adeboye, Funmilayo, Funmilade, Olufunmi, Sname, Tobiloba, Tomiloba, Toluwani, Titilayo, Titilope, Kemi, Damilare, Olaide, Makinwa, Toke, Rotimi, Onome, Efe, Abisola, Abisoye, Chisom, Cherechi, Onoriode, Ifunanya, Simisola, Bankole, Mohammed, Tari, Ebiere, Ayebatari, Ebiowei, Esse, Isioma, Lola, Lolade, Augustina, Shalewa, Shade, Omolara, Gbeminiyi, Gbemisola, Jadesola, Omawunmi, Olumide, Oluwunmi, Ayinde, Chimamanda, Abimbola, Remilekun, Jolayemi, Ireti, Banji, Alade ] last_name: [ Tella, Justina, Ademayowa, Sabdat, Ayomide, Yussuf, Ayisat, Oyebola, Oluwanisola, Esther, Adeniyan, Olubukola, Adewale, Mayowa, Emmanuel, Ajakaiye, Mobolaji, Adeoluwa, Ajose-adeogun, Omowale, Abiola, Aremu, Ismail, Olawale, Atanda, Olasunkanmi, Taiwo, Bamisebi, Aderinsola, David, Egbochukwu, Ebubechukwu, Miracle, Ekwueme, Onyinyechukwu, Isokun, Adesina, Mustapha, Ladega, Olumide, Kayode, Leonard, Adaobi, Uchechi, Mogbadunade, Oluwatosin, Grace, Nojeem, Sekinat, Omolara, Chidinma, Maryjane, Ogunwande, Olubunmi, Agnes, Osuagwu, Elizabeth, Obianuju, Oyelude, Aminat, Odunayo, Peter, Chibuike, Sylvester, Salami, Oluwaseyi, Agboola, Abodunrin, Isreal, Ademola, Akintade, Katherine, Oluwaseun, Aligbe, Isaac, Amaechi, Bello, Adewura, Latifat, Ehigiator, Kimberly, Onohinosen, Elebiyo, Ayomide, Elizabeth, Ndukwu, Ngozi, Clare, Ogunbanwo, Olufeyikemi, Okonkwo, Makuachukwu, Obiageli, Oladeji, Odunayo, Abiodun, Wilcox, Tamunoemi, Iyalla, Adegboye, Kayode, David, Akeem-omosanya, Muinat, Wuraola, Nwuzor, Christian, Akerele, Samuel, Sanusi, Olutola, Mutiat, Elizabeth, Adebayo, Habeeb, Temitope, Adegoke, Joshua, Omobolaji, Adewale, Adewunmi, Gbogboade, Adewale, Adeyemo, Funmilayo, Afunku, Oyinkansola, Maryam, Aigbiniode, Tolulope, Onose, Babalola, Olaoluwa, Yaqub, Nwogu, Chidozie, Emmanuel, Chibike, Agboola, Mukaram, Afolabi, Gbadamosi, Saheed, Opeyemi, Jimoh, Jamiu, Babatunde, Motalo, Omobolanle, Sarah, Okunola, Oluwashina, Olasunkanmi-fasayo, Wasiu, Ayobami, Busari, Segunmaru, Aderonke, Hanifat, Balogun, Sulaimon, Oladimeji, Oluwakemi ] internet: domain_suffix: [com.ng, com, ng, net, edu.ng, org, gov.ng, org.ng, biz, co] address: street_suffix: [ Avenue, Branch, Bridge, Bypass, Road, Drive, Drive, Drives, Estate, Estates, Expressway, Extension, Falls, Flat, Flats, Freeway, Garden, Gardens, Gateway, Harbor, GRA, Highway, Island, Island, Junction, Roundabout, Toll Gate, Lake, Land, Landing, Industrial Layout, Lane, Lodge, Lodge, Mill, Mills, Mission, Mission, Motorway, Overpass, Park, Parkway, Pass, Path, Pike, Mall, Plaza, Plaza, Port, Port, Ranch, River, Road, Road, Roads, Roads, Route, Square, Square, Station, Station, Street, Street, Streets, Terrace, Underpass, Union, Via, Ville, Walk, Way ] lga: [ Abadam, Abaji, Abak, Abakaliki, Aba North, Aba South, Abeokuta North, Abeokuta South, Afijio, Afikpo North, Afikpo South, Agaie, Agatu, Agwara, Agege, Aguata, Ahoada East, Ahoada West, Ajaokuta, Ajeromi-Ifelodun, Akoko-Edo, Akoko North-East, Akoko North-West, Akoko South-West, Akoko South-East, Akuku-Toru, Akure North, Akure South, Akwanga, Albasu, Alimosho, Amuwo-Odofin, Arewa Dandi, Arochukwu, Asari-Toru, Atakunmosa East, Atakunmosa West, Awka North, Awka South, Bokkos, Batagarawa, Birnin Kebbi, Calabar Municipal, Calabar South, Dange Shuni, Ede North, Ede South, Ife Central, Ife East, Ife North, Ife South, Efon, Egbado North, Egbado South, Enugu East, Enugu North, Enugu South, Epe, Gayuk, Gwarzo, Gwer East, Gwer West, Ibeju-Lekki, Ibeno, Idemili North, Idemili South, Igueben, Ihiala, Ikeja, Ikenne, Ikot Abasi, Ikot Ekpene, Sapele, Sardauna, Shendam, Shinkafi, Shomolu, Surulere, Ughelli North, Ughelli South, Ugwunagbo, Uyo, Wase, Wudil, Yala, Yusufari ] state: [ Abia, Adamawa, Anambra, Akwa, Ibom, Bauchi, Bayelsa, Benue, Borno, Cross, River, Delta, Ebonyi, Enugu, Edo, Ekiti, Gombe, Imo, Jigawa, Kaduna, Kano, Katsina, Kebbi, Kogi, Kwara, Lagos, Nasarawa, Niger, Ogun, Ondo, Osun, Oyo, Plateau, Rivers, Sokoto, Taraba, Yobe, Zamfara, Abuja ] cities: [ Aba, Abakaliki, Abeokuta, Abuja, Ado, Ekiti, Agege, Akpawfu, Akure, Asaba, Awka, Bauchi, Benin, City, Birnin, Kebbi, Buguma, Calabar, Dutse, Eket, Enugu, Gombe, Gusau, Ibadan, Ifelodun, Ife, Ikeja, Ikirun, Ikot-Abasi, Ikot, Ekpene, Ilorin, Iragbiji, Jalingo, Jimeta, Jos, Kaduna, Kano, Katsina, Karu, Kumariya, Lafia, Lagos, Lekki, Lokoja, Maiduguri, Makurdi, Minna, Nsukka, Offa, Ogbomoso, Onitsha, Okene, Ogaminana, Omu-Aran, Oron, Oshogbo, Owerri, Owo, Orlu, Oyo, Port, Harcourt, Potiskum, Sokoto, Suleja, Umuahia, Uyo, Warri, Wukari, Yenagoa, Yola, Zaria, Ogbomosho, Osogbo, Iseyin, Ilesa, Ondo, Damaturu, Mubi, Sagamu, Ugep, Ijebu, Ode, Ise, Gboko, Ilawe, Ikare, Bida, Okpoko, Sapele, Ila, Shaki, Ijero, Otukpo, Kisi, Funtua, Gbongan, Igboho, Amaigbo, Gashua, Bama, Uromi, Okigwe, Modakeke, Ebute, Ikorodu, Effon, Alaiye, Ikot-Ekpene, Iwo, Ikire, Shagamu, Ijebu-Ode, Nnewi, Ise-Ekiti, Orangun, Saki, Ijero-Ekiti, Inisa, Kishi, Ejigbo, Okrika, Ilobu, Okigwi, Esuk, Nguru, Hadejia, Ijebu-Igbo, Pindiga, Azare, Nkpor, Ikerre, Lafiagi, Kontagora, Biu, Olupona, Lere, Igbo, Ora, Emure-Ekiti, Isieke, Ifo, Igede-Ekiti, Effium, Idanre, Keffi, Epe, Gambaru, Ogaminan, Ihiala, Ipoti, Lalupon, Ughelli, Bende, Oke, Mesi, Kafachan, Ikom, Agulu, Daura, Numan, Kagoro, Igbo-Ukwu, Araomoko, Igbara-Odo, Ozubulu, Aku, Oyan, Jega, Ohafia-Ifigh, Afikpo, Apomu, Fiditi, Orita, Eruwa, Eha, Amufu, Malumfashi, Kaura, Namoda, Enugu-Ukwu, Idah, Obonoma, Agbor, Ezza, Ohu, Uga, Nkwerre, Auchi, Ekpoma, Ijesha, Kabba, Ilaro, Argungu, Gumel, Geidam, Talata, Mafara, Gummi, Ogoja, Ala, Itu, Kumo, Pankshin, Nassarawa, Kachia, Dikwa, Moriki, Pategi, Wamba, Baro, Okuta, Kudu, Badagry, Ogwashi-Uku, Kamba, Takum, Igbeti, Zungeru, Zuru, Tegina, Awgu, Wudil, Nafada, Ibi, Sofo-Birnin-Gwari, Dutsen, Wai, Kaiama, Ubiaja, Otukpa, Oguta, Damboa, Jebba, Garko, Mokwa, Gaya, Tambawel, Elele, Mongonu, Kwale, Gembu, Obudu, Little, Gombi, Magumeri, Degema, Hulk, Enugu-Ezike, Kari, Darazo ] city: - "#{cities}" region: [South-West, North-East, South-South, North-Central, South-East, North-West] default_country: [Nigeria] phone_number: formats: ['080########', '070########', '090########', '081########', '071########', '091########'] faker-1.9.1/lib/locales/en-NZ.yml000066400000000000000000000121551332146201300164530ustar00rootroot00000000000000# New Zealand formatted data types # Using Top 20 New Zealand maori baby boys names of 2015 # Using Top 20 New Zealand baby boys names of 2015 # Using Top 20 New Zealand maori baby girls names of 2015 # Using Top 20 New Zealand baby girls names of 2015 # Using commonly used domain suffixes in New Zealand # Using surnames familiar to New Zealand population # Using popular New Zealand Sport & National Team Names en-NZ: faker: name: first_name: [Nikau, Ari, Manaia, Wiremu, Kauri, Mikaere, Rawiri, Ihaia, Kai, Manaaki, Tai, Tane, Tamati, Taika, Kahurangi, Tangaroa, Manawa, Ihaka, Tama, Tawhiri, Oliver, Jack, William, James, Benjamin, Mason, Hunter, Charlie, Liam, Jacob, Noah, Thomas, Max, Lucas, George, Samuel, Ryan, Alexander, Ethan, Cooper, Maia, Manaia, Anahera, Ana, Aroha, Kaia, Hana, Ataahua, Tia, Kora, Amaia, Tui, Te Aroha, Kahurangi, Awhina, Manawa, Kara, Aaria, Rui, Te Ao, Olivia, Charlotte, Harper, Sophie, Emily, Ella, Isla, Mia, Amelia, Isabella, Ruby, Grace, Emma, Chloe, Ava, Lucy, Zoe, Mila, Sophia, Lily] last_name: [Smith, Jones, Williams, Brown, Wilson, Taylor, Johnson, White, Martin, Anderson, Thompson, Nguyen, Thomas, Walker, Harris, Lee, Ryan, Robinson, Kelly, King, Davis, Wright, Evans, Roberts, Green, Hall, Wood, Jackson, Clarke, Patel, Khan, Lewis, James, Phillips, Mason, Mitchell, Rose, Davies, Rodriguez, Cox, Alexander, Garden, Campbell, Johnston, Moore, Smyth, Oneill, Doherty, Stewart, Quinn, Murphy, Graham, Mclaughlin, Hamilton, Murray, Hughes, Robertson, Thomson, Scott, Macdonald, Reid, Clark, Ross, Young, Watson, Paterson, Morrison, Morgan, Griffiths, Edwards, Rees, Jenkins, Owen, Price, Moss, Richards, Abbott, Adams, Armstrong, Bahringer, Bailey, Barrows, Bartell, Bartoletti, Barton, Bauch, Baumbach, Bayer, Beahan, Beatty, Becker, Beier, Berge, Bergstrom, Bode, Bogan, Borer, Bosco, Botsford, Boyer, Boyle, Braun, Bruen, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Connelly, Conroy, Corkery, Cormier, Corwin, Cronin, Crooks, Cruickshank, Cummings, Damore, Daniel, Dare, Daugherty, Dickens, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, Durgan, Ebert, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feil, Ferry, Fisher, Flatley, Gibson, Gleason, Glover, Goldner, Goodwin, Grady, Grant, Greenfelder, Greenholt, Grimes, Gutmann, Hackett, Hahn, Haley, Hammes, Hand, Hane, Hansen, Harber, Hartmann, Harvey, Hayes, Heaney, Heathcote, Heller, Hermann, Hermiston, Hessel, Hettinger, Hickle, Hill, Hills, Hoppe, Howe, Howell, Hudson, Huel, Hyatt, Jacobi, Jacobs, Jacobson, Jerde, Johns, Keeling, Kemmer, Kessler, Kiehn, Kirlin, Klein, Koch, Koelpin, Kohler, Koss, Kovacek, Kreiger, Kris, Kuhlman, Kuhn, Kulas, Kunde, Kutch, Lakin, Lang, Langworth, Larkin, Larson, Leannon, Leffler, Little, Lockman, Lowe, Lynch, Mann, Marks, Marvin, Mayer, Mccullough, Mcdermott, Mckenzie, Miller, Mills, Monahan, Morissette, Mueller, Muller, Nader, Nicolas, Nolan, O''connell, O''conner, O''hara, O''keefe, Olson, O''reilly, Parisian, Parker, Quigley, Reilly, Reynolds, Rice, Ritchie, Rohan, Rolfson, Rowe, Russel, Rutherford, Sanford, Sauer, Schmidt, Schmitt, Schneider, Schroeder, Schultz, Shields, Smitham, Spencer, Stanton, Stark, Stokes, Swift, Tillman, Towne, Tremblay, Tromp, Turcotte, Turner, Walsh, Walter, Ward, Waters, Weber, Welch, West, Wilderman, Wilkinson, Williamson, Windler, Wolf] company: suffix: [Ltd, Ltc, and Sons, Group, Brothers, Partners] internet: domain_suffix: [co.nz, com, net.nz, net, org.nz, org, govt.nz, iwi.nz] address: region_abbr: [NTL, AUK, WKO, BOP, GIS, HKB, TKI, MWT, WGN, TAS, NSN, MBH, WTC, CAN, OTA, STL] region: [Northland, Auckland, Waikato, Bay of Plenty, Gisborne, Hawkes Bay, Taranaki, Manawatu, Wellington, Tasman, Nelson, Marlborough, West Coast, Canterbury, Otago, Southland] postcode: ['0###', '2###', '3###', '4###', '5###', '6###', '7###', '8###', '9###'] building_number: ['####', '###', '##'] street_suffix: [Avenue, Boulevard, Circle, Circuit, Court, Crescent, Crest, Drive, Estate Dr, Grove, Hill, Island, Junction, Knoll, Lane, Loop, Mall, Manor, Meadow, Mews, Parade, Parkway, Pass, Place, Plaza, Ridge, Road, Run, Square, Station St, Street, Summit, Terrace, Track, Trail, View Rd, Way] default_country: [New Zealand] phone_number: formats: ['0# ### ####', '+64 # ### ####'] cell_phone: formats: ['02##-###-###', '02## ### ###', '02# ### ###', '02#-###-####'] university: name: [Auckland University of Technology, Lincoln University, Massey University, University of Auckland, University of Canterbury, University of Otago, University of Waikato, Victoria University of Wellington] company: suffix: [Ltd, Ltc, and Sons, Group, Brothers, Partners] internet: domain_suffix: [co.nz, com, net.nz, net, org.nz, org, govt.nz, iwi.nz, nz, io, co] team: sport: [basketball, football, rugby league, netball, rugby union, hockey, cricket, golf, boxing, rowing, motorsport, tennis, athletics, sailing, surf life saving, squash] name: [Tall Blacks, All Whites, Warriors, Silver Ferns, All Blacks, Black Sticks, Black Caps]faker-1.9.1/lib/locales/en-PAK.yml000066400000000000000000000061751332146201300165440ustar00rootroot00000000000000en-PAK: faker: name: first_name: [ Hamza, Harris, Raees, Ehtisham, Zohair, Zuhaib, Aslam, Nadeem, Younas, Danish, Zahoor, Abdul , Nizam, Taimur, Iftikhar, Kashif, Naseer, Zohaib, Mazhar, Saeed, Jawad, Wakeel Khan, Quddus, Nasir, Tabraiz, Shahbaz, Wasi, Rahim, Suleman, Akbar, Maqbool Ahmed, Sajjad, Akif, Sarmad, Zarar, Zulqarnain, Sunny, Nawaz, Sattar, Humayun, Khurshid, Abid, Ahmed, Ijaz, Tariq, Sarim Hayat, Syed Najum, Rashid, Umair, Zubair, Salim, Sultan, Nauman, Waqar, Imran, Fazal, Usman, Adam, Ilyas, Saghar, Azeem, Ali, Akram, Dawood, Sohrab, Zeeshan, Amjad, Majid, Naveed, Yousaf, Safeer, Akhtar, Muzaffar, Saqlain, Afzal, Maqsood, Hassan, Moheem, Zaighum, Amir, Saqib, Vazir, Vakeel, Qadir, Malik, Jafar, Sikandar, Ismail, Junaid, Mehr, Idrees Khan, Jamal, Shafqat, Taufeeq, Rasheed, Shakoor, Wasim, Saadat, Siddiq, Shabbir, Umair, Shams, Habib, Salahuddin, Fayaz, Faiz, Zaeem, Yasir, Shan, Wasif, Khan, Adnan, Arsalan, Shamsher, Nafees, Mumtaz, Javid, Yahya, Uzaif, Ayub, Noman, Zameer, Mian, Mushtaq, Aleem, Ghayoor, Khalid, Taj, Parvez, Zahid, Aziz, Tanvir, Musharraf, Shakir, Sohail, Arif, Sabir, Zain, Tauseef, Saif, Rahman, Aqib, Zulfiqar, Salman, Sibtain, Hamid, Sohaib, Najib, Sadaqat, Inzamam, Haroon, Danial, Imran, Fahid, Aqeel, Subhan, Shakeel, Rana, Hammad, Faizan, Muhammad, Ahmer, Jabbar, Aamir Saleem, Kaleem, Tauqeer, Bilal, Razzaq, Zafar, Shahzad, Latif, Mohammed, Raja Zohaib, Munawar, Karim, Waheed, Mustafa, Sameer, Sarwar, Sarfraz, Jaleel, Jamal, Salman, Sagheer, Qasim, Mustansar, Umar, Mohammad, Waheed, Sadiq, Taha, Amin, Mujtaba, Mahmood, Hameed, Zareef, Fahad, Irfan, Yawar, Waqas, Ishaq, Arshad, Mustafa, Khushal, Murtaza, Qaiser, Farrukh, Naeem, Abbas, Qais, Idrees, Masood, Aon, Daniyal , Zaman, Zia, Obaid, Mubashar, Wasay, Yasin, Zakir, Shoaib, Bashir, Azhar, Jarrar, Waseem, Yar, Zain, Naeem, Zakaria, Jameel, Sahir, Ibrahim, Ahsan, Shafiq, Haji, Babar, Shahid, Sheraz, Saad, Ghous, Tajammul, Saif, Mohsin, Azad, Zaheer, Farooq, Rauf, Ghafoor, Babar, Sajid, Abrar, Haider, Shaukat, Omar, Sohail, Irfan, Wakeel, Wazir, Mohammad, Hadier, Shuja, Chaudhary, Adeel, Asad, Saad, Afzaal, Mudassar, Nabeel, Fazal, Altaf, Wajid, Ayaaz, Wahid, Usman, Fawad, Ajmal, Ibrahim, Raza, Danial, Rizwan, Wali] last_name: [Jutt, Khan, Butt, Mughal, Bhatti, Sindho, Virk, Dar, Nambardar, Qazi, Gujjar, Iqbal, Adil, Ali Raza, Azam, Zarnosh Khan, Riaz, Farid, Asim, Uzair, Tahir, Saud, Hasan, Muhammad, Tehsin, Sher, Ahmed, Tufail, Faisal, Shujaat, Shehzad, Sharjeel, A Haq Ansari, Kabir, Sheharyar, Safdar, Talat, Jalal, Hussain, Anwar, Hafeez, Ash, Rameez, Badar, Javed] address: postcode: ['####0'] state: [Balochistan, Khyber Pakhtunkhwa, Punjab, Sindh, Islamabad Capital Territory, Federally Administered Tribal Areas, Azad Jammu and Kashmir, Gilgit-Baltistan] default_country: [Pakistan, Islamic Republic of Pakistan] internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [pk, com, com.pk, name, net, org, html, edu] company: suffix: [Pvt Ltd, Limited, Ltd, and Sons, Corp, Group, Brothers, CO] phone_number: formats: ['+92##########', '+92 ### #######', '03##-#######'] faker-1.9.1/lib/locales/en-SG.yml000066400000000000000000000125741332146201300164420ustar00rootroot00000000000000 en-SG: faker: name: male_first_name: &male_first_name [Jin Quan, Wen Jun, Jun Jie, Cheng Han, Tze-Kwang, Jin Leong, Zi Liang, Zhi Ren, Jin Quan, Wen Jun, Chee Hin, Guo Jun, Kai Jie, Kun Qiang,Jun Kiat, Yong Zheng, Yong Jun, Chit Boon, You Ren, Wen Zhong, Yang Shun, Qi Guang, Kang Soon, Wee Heng, Kah Yang, Siew Beng, Jia Woei, Chean Meng, Wai Kay, Keng Hua, Yew Meng, Cheng Wen, Jiun Wei, Yee Sian, Shao Hong, Bin Shen, Wing Yiu, Ee Hong, Yu Pyn, Yong Sheng, Jun Peng, Jia Jie, Guang Yi, Si Heng, Wei Hou, Kang Sheng, Hong Ern, Jia Liang, Wei Lip, Wee Chen, Wee Leng, Yu Xi, Ming Yang, Wen Hao, Siang Meng, Mong Li, Ghim Huat, Jun Yi, Jie Kai, Zhiming, Wei Jie, Teng Qing, Wei Jian, Wei Kwan, Chee Chin, Chun Mun, Ming Hui, Chuan Yeong, Yee Jen, Sin Tian, Jun Hao, Wai Kit, Wei Jie, Zhi Wei, Yan Han, Guo Qiang, Juin Wen, Jun Wei, Jia Jun, You Ming, Kok Keng, Jing Hui, Yi Hui, Peck Seng, Yu Ming, Yan Ming, Wang Jie, Wei Jian, Wei Xiang, Jian Yu, Kah Seng, Jia Woei, Li Heng, Shao Quan] last_name: [Tan, Lim, Lee, Ng, Ong, Wong, Goh, Chua, Chan, Koh, Teo, Ang, Yeo, Tay, Ho, Low, Toh, Sim, Chong, Chia, Fong, Leong, Chow, Ou, Li, Koh, Gan, Chai, Sim, Choo, Goy, Phua, Thio, Chin, Neo, Khoo, Wee, Kok, Lai, Soh, Lin, Liew, Ko, Oh, Peh, Lam, Au, Seah, Boey, Lau, Pang, Lye, Quah, Yong, Lui, Lum, Seow, Loh, Chew, Mok, Lew, Chee, Loo, Gn, Tang, Yap, Wan, Yee, Yip, Tey, Ow, Liu, Tham, See, Woo, Heng, Leow, Chen, Foo, Poh] female_first_name: [Xiu Yi, Wai Teng, Sing Yee, Jing Yi, Jia Yee, Jia Xuan, Shu En, Pei Ying, Pei Yu, Pih Foung, Li-ann, Shi Xuan, Yi Xuan, Shu En, Yi Xin, Hui Juan, Yu En, Yihui, Xin Yi, Yun Xuan, Xuan Xuan, Cheuk Ying, Shiqi, Yujin, Wee Xin, Jing Xuan, Huishan, Yi Ting, Wei Xuan, Shi Ning, Zi Shan, Jing Ning, Lee Shyin, Yi Ning, Enyi, Siying, Ruitong, Rui Xuan, Siyun, Xi Xuan, Shuwei, Jie Ying, Hui Jie, Xuan Na, Sze Han, Rou'en, Wei Xuan, Kaiyi, An Xuan, Enxuan, Yu Xuan, Qi Qi, Yutong, Jia En, Chee En, Ruining, Lee Ying, Yu Qi, Ke Xuan, Teo Xinyu, Xin Yee, Xuan Ling, Zhi Yi, Yan Tong, En Qi, Yi Ting, Yanling, Sining, Yixuan, Zu'er, Ke Xuan, Ying Le, Qinyi, Li Min, Yi Ling, Xu Tong, Ser Shyann, Teng Ee, Miao Yun, Yng Qi, Xuan Yi, Yi Shan, Rui Tian, Ruishan, Jia Xuan, Kai Le, Le Xuan, Yu Tong, Kai Qi, Xuan Rong, Wen Xin, Si Xuan, Ying Xin, Tong En, Xinhui, Qingyi, En Hui, Yunwen, Zi Xuan, Kai En, Ann Ting, Yu En, Yu Xin, Ting Loh, Jia Yi, Min Wen, Jia Jia, Ke Xin, Yuxuan, Xin Ling, Lizi, Tschi-xuan, Yu Chen, Yi Lea, Ziyu, Tay Ting, Yingbi, See-yi, Fang'en, Chze Xuan, Xue Ying, Wenyan, Zi Yuan, Bei'en, Yuxi, Rei En, Yitong, Kaiting, Jing Xuan, Shu Wen, Wenxuan, Hui Xuan, Wan Ying, Rui-han, Weining, Jia'en, Hann-yi , Cze En, Zhiyu, Yen Yee, Ling Xuan, Si Ying] male_english_name: [Leon, Bryan, Jack, Stephen, Andy, Jerome, Ian, Desmond, Lucas, Morgan, Keith, Ivan, Gavin, Winson, Raynor, Ryan, Kenson, Benjamin, Benny, Eugene, Melvin, Shawn, Aaron, Justin, Emmanuel, Steven, Joshua, Terence, Darren, Daniel, Aloysius, John, Jeremy, Wilson, Dave, Vincent, Ryan, Sebastian, Edward, Daryl, Eddy, William, Jason, Nicholas, Brian, Sean, Calvin, Russell, Raphael, Kenneth, Angus, James, Dennis, Mark, Jedd, Sherman, Marvin, Edmund, Henry, Kevin, Vernon, Benedict, Brendan, Gilbert, Josh, Jay, Winston, Nicholas, Eric, Daren, Nelson, Xavier, Glen, Gabriel, Matthew, Tristan] female_english_name: [Alicia, Caitlin, Denise, Emerald, Erin, Jocelyn, Levene, Rosaline, Victoria, Amy, Angelyn, Chloe, Erin, Isabel, Jolene, Natalyn, Rachael, Rishi, Valerie, Anastasia, Andrea, Carina, Celeste, Flo, Janessa, Joeunn, Mabel, Riya, Samantha, Tricia, Aurelia, Chanel, Colette, Fynn, Gwyneth, Josephine, Keisha, Rachael, Sarah, Sharlene, Val, Charlotte, Chloe, Danielle, Gabrielle, Glory, Isabel, Kyra, Marilyn, Raine, Sophie, Beatrice, Cassia, Cheralyn, Christy, Dilys, Glynis, Isabelle, Megan, Shannen, Tisha, Tricia, Victoria, Bethley, Catherine, Claire, Clarissa, Eleanor, Isabelle, Megan, Mikayla, Renee, Steffi, Vera, Zoe, Alanna, Alyssa, Angeline, Anya, Ciara, Clare, Isabella, Jeanette, Kaelyn, Kate, Megan, Nieve, Shannel, Valerie, Anastasia, Ariel, Gwenn, Janine, Kara, Kate, Katelyn, Natalie, Natally, Samantha, Shannon, Tiffany, Arielle, Ashley, Claire, Jovi, Kimi, Vil, Alicia, Caroline, Chanell, Elizabeth, Heidi, Megan, Nericcia, Sharmaine, Amelia, Caitlyn, Elisha, Rachel, Rannel, Rianne, Andrea, Celeste, Chantelle, Emma, Heidi, Joey, Khloe, Maegin, Mayenne, Regina, Anna, Cherie, Christie, Janelle, Jenell, Johannah, Leah, Marissa, Arissa, Evangelyn, Faith, Phobe, Rebecca, Regina, Cindy, Karen, Jess] first_name: *male_first_name name: - "#{last_name} #{male_first_name}" - "#{male_english_name} #{last_name} #{male_first_name}" - "#{last_name} #{female_first_name}" - "#{female_english_name} #{last_name} #{female_first_name}" address: postcode: ['######'] building_number: ['#', '##', '###'] streets: [Tampines, Hougang, Sims, Bukit Timah, Jurong West, Teck Whye, Choa Chu Kang North, Woodlands, Sembawang, Ah Soo, Paya Lebar, Serangoon, Lor Lew Lian, Woodlands, Geyland, Clementi, Bukit Merah, Tanglin] street_name: - "#{streets} St #{building_number}" - "#{streets} Ave #{building_number}" - "#{streets} Road" street_address: - "#{building_number} #{street_name}" default_country: [Singapore] phone_number: formats: ['+65 6### ####', '+65 9### ####', '+65 8### ####'] faker-1.9.1/lib/locales/en-UG.yml000066400000000000000000000123141332146201300164340ustar00rootroot00000000000000en-UG: faker: internet: domain_suffix: [ug, com, org, co.ug, org.ug, net] address: default_country: [Uganda, The Republic of Uganda, UG] # city names from http://en.wikipedia.org/wiki/List_of_cities_and_towns_in_Uganda city_names: [ Alebtong, Abim, Adjumani, Amolatar, Amuria, Amuru, Apac, Arua, Bombo, Budaka, Bugembe, Bugiri, Bukedea, Bulisa, Buikwe, Bundibugyo, Busembatya, Bushenyi, Busia, Busolwe, Butaleja,Buwenge, Dokolo, Entebbe, Fort Portal, Gulu, Hima,Hoima, Ibanda, Iganga, Isingiro, Jinja, Kaabong, Kabale, Kaberamaido, Kabwohe, Kagadi, Kakinga, Kakiri, Kalangala, Kaliro, Kalisizo, Kalongo, Kalungu, Kampala, Kamuli, Kanoni, Kamwenge, Kanungu, Kapchorwa, Kasese, Katakwi, Kayunga, Kibaale, Kiboga, Kihiihi, Kiira, Kiruhura, Kiryandongo, Kisoro, Kitgum, Koboko, Kotido, Kumi, Kyenjojo, Kyotera, Lira, Lugazi, Lukaya, Luwero, Lwakhakha, Lwengo, Lyantonde, Malaba, Manafwa, Masaka, Masindi, Masindi Port, Matugga, Mayuge, Mbale,Mbarara, Mitooma, Mityana, Mpigi, Mpondwe, Moroto, Moyo, Mubende, Mukono, Mutukula, Nagongera, Nakaseke, Nakasongola, Nakapiripirit, Namutumba, Nansana, Nebbi, Ngora, Njeru, Nkokonjeru, Ntungamo, Oyam, Pader, Paidha, Pakwach, Pallisa, Rakai, Rukungiri, Sembabule, Sironko, Soroti, Tororo, Wakiso, Wobulenzi, Yumbe ] # district names from http://en.wikipedia.org/wiki/Category:Districts_of_Uganda district_names: [ Abim, Adjumani, Agago, Alebtong, Amolatar, Amudat, Amuria, Amuru, Apac, Arua, Budaka, Bududa, Bugiri, Buhweju, Buikwe, Bukedea, Bukomansimbi, Bukwo, Bulambuli, Buliisa, Bundibugyo, Bushenyi, Busia, Butaleja, Butambala, Buvuma, Buyende, Dokolo, Gomba, Gulu, Hoima, Ibanda, Iganga, Isingiro, Jinja, Kaabong, Kabale, Kabarole, Kaberamaido, Kalangala, Kaliro, Kalungu, Kampala, Kamuli, Kamwenge, Kanungu, Kapchorwa, Kasese, Katakwi, Kayunga, Kibaale, Kiboga, Kibuku, Kigezi, Kiruhura, Kiryandongo, Kisoro, Kitgum, Koboko, Kole, Kotido, Kumi, Kween, Kyankwanzi, Kyegegwa, Kyenjojo, Lamwo, Lira, Luuka, Luweero, Lwengo, Lyantonde, Manafwa, Maracha, Maracha-Terego, Masaka, Masindi, Mayuge, Mbale, Mbarara, Mitooma, Mityana, Moroto, Moyo, Mpigi, Mubende, Mukono, Nakapiripirit, Nakaseke, Nakasongola, Namayingo, Namutumba, Napak, Nebbi, Ngora, Ntoroko, Ntungamo, Nwoya, Otuke, Oyam, Pader, Pallisa, Rakai, Rubirizi, Rukungiri, Sembabule, Serere, Sheema, Sironko, Soroti, Tororo, Wakiso, Yumbe, Zombo ] regions: [Central, East, North, West] city: - "#{city_names}" district: - "#{district_names}" region: - "#{regions}" phone_number: formats: # carrier mtn landline - "256 39# ### ###" - "+256 39# ### ###" - "039# ### ###" # carrier utl landline - "256 41# ### ###" - "+256 41# ### ###" - "041# ### ###" cell_phone: formats: # africell - "+256 79# ### ###" - "256 79# ### ###" - "0 79# ### ###" # airtel - "+256 70# ### ###" - "256 70# ### ###" - "0 70# ### ###" - "+256 75# ### ###" - "256 75# ### ###" - "0 75# ### ###" # mtn - "+256 77# ### ###" - "256 77# ### ###" - "0 77# ### ###" - "+256 78# ### ###" - "256 78# ### ###" - "0 78# ### ###" # smart - "+256 74# ### ###" - "256 74# ### ###" - "0 74# ### ###" # utl - "+256 71# ### ###" - "256 71# ### ###" - "0 71# ### ###" # vodafone - "+256 72# ### ###" - "256 72# ### ###" - "0 72# ### ###" name: last_name: [ Abayisenga, Agaba, Ahebwe, Aisu, Akankunda, Akankwasa, Akashaba, Akashabe, Ampumuza, Ankunda, Asasira, Asiimwe, Atuhe, Atuhire, Atukunda, Atukwase, Atwine, Aurishaba, Badru, Baguma, Bakabulindi, Bamwiine, Barigye, Bbosa, Bisheko, Biyinzika, Bugala, Bukenya, Buyinza, Bwana, Byanyima, Byaruhanga, Ddamulira, Gamwera, Ijaga, Isyagi, Kaaya, Kabanda, Kabuubi, Kabuye, Kafeero, Kagambira, Kakooza, Kalumba, Kanshabe, Kansiime, Kanyesigye, Kareiga, Kasekende, Kasumba, Kateregga, Katusiime, Kawooya, Kawuki, Kayemba, Kazibwe, Kibirige, Kiconco, Kiganda, Kijjoba, Kirabira, Kirabo, Kirigwajjo, Kisitu, Kitovu, Kityamuwesi, Kivumbi, Kiwanuka, Kyambadde, Lunyoro, Mbabazi, Migisha, Mugisa, Mugisha, Muhwezi, Mukalazi, Mulalira, Munyagwa, Murungi, Mushabe, Musinguzi, Mutabuza, Muyambi, Mwesige, Mwesigye, Nabasa, Nabimanya, Nankunda, Natukunda, Nayebare, Nimukunda, Ninsiima, Nkoojo, Nkurunungi, Nuwagaba, Nuwamanya, Nyeko, Obol, Odeke, Okumu, Okumuringa, Opega, Orishaba, Osiki, Ouma, Rubalema, Rusiimwa, Rwabyoma, Tamale, Tendo, Tizikara, Tuhame, Tumusiime, Tumwebaze, Tumwesigye, Tumwiine, Turyasingura, Tusiime, Twasiima, Twesigomwe, Wasswa, Wavamuno, Were ] faker-1.9.1/lib/locales/en-US.yml000066400000000000000000000207611332146201300164550ustar00rootroot00000000000000en-US: faker: internet: domain_suffix: [com, us, biz, info, name, net, org, io, co] address: full_address: - "#{street_address}, #{city}, #{state_abbr} #{zip_code}" - "#{secondary_address} #{street_address}, #{city}, #{state_abbr} #{zip_code}" default_country: [United States, United States of America, USA] country_code: ['US'] postcode_by_state: AL: '350##' AK: '995##' AS: '967##' AZ: '850##' AR: '717##' CA: '900##' CO: '800##' CT: '061##' DC: '204##' DE: '198##' FL: '322##' GA: '301##' HI: '967##' ID: '832##' IL: '600##' IN: '463##' IA: '510##' KS: '666##' KY: '404##' LA: '701##' ME: '042##' MD: '210##' MA: '026##' MI: '480##' MN: '555##' MS: '387##' MO: '650##' MT: '590##' NE: '688##' NV: '898##' NH: '036##' NJ: '076##' NM: '880##' NY: '122##' NC: '288##' ND: '586##' OH: '444##' OK: '730##' OR: '979##' PA: '186##' RI: '029##' SC: '299##' SD: '577##' TN: '383##' TX: '798##' UT: '847##' VT: '050##' VA: '222##' WA: '990##' WV: '247##' WI: '549##' WY: '831##' phone_number: area_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "226", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "469", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "559", "561", "562", "563", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "970", "971", "972", "973", "978", "979", "980", "985", "989"] exchange_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "227", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "283", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "331", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "445", "464", "469", "470", "475", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "557", "559", "561", "562", "563", "564", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "667", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "737", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "835", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "872", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "959", "970", "971", "972", "973", "975", "978", "979", "980", "984", "985", "989"] country_code: ['+1'] formats: - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" id_number: valid: "#{IDNumber.ssn_valid}" invalid: ['000-##-####', '###-00-####', '###-##-0000', '666-##-####', '9##-##-####'] cell_phone: formats: - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" faker-1.9.1/lib/locales/en-ZA.yml000066400000000000000000000074201332146201300164350ustar00rootroot00000000000000en-ZA: faker: internet: domain_suffix: [org.za, co.za, com] address: default_country: [South Africa, The Replublic of South Africa, SA] post_code: '####' provinces: [Limpopo, Gauteng, Free State, North West, Northern Cape, Western Cape, KwaZulu-Natal, Mpumalanga, Eastern Cape] province: - "#{provinces}" cities: [ Polokwane, Johannesburg, Pretoria, Tshwane,Durban, Pietermaritzburg, Nelspruit, Cape Town, Stellenbosch, Port Elizabeth, East London, Kimberley, Rustenburg, Bloemfontein ] city: - "#{cities}" phone_number: # https://en.wikipedia.org/wiki/Telephone_numbers_in_South_Africa dial_code: ['10', '11', '12', '13', '14', '15', '16', '17', '18', '21', '22', '23', '24', '27', '28', '31', '32', '33', '34', '35', '36', '39', '40', '41', '42', '43', '44', '45', '46', '47', '48', '49', '51', '53', '54', '56', '57', '58'] exchange_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "227", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "283", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "331", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "445", "464", "469", "470", "475", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "557", "559", "561", "562", "563", "564", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "667", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "737", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "835", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "872", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "959", "970", "971", "972", "973", "975", "978", "979", "980", "984", "985", "989"] formats: - "0#{PhoneNumber.dial_code}-#{PhoneNumber.exchange_code} ####" - "(0#{PhoneNumber.dial_code}) #{PhoneNumber.exchange_code}-####" - "27#{PhoneNumber.dial_code}-#{PhoneNumber.exchange_code} ####" cell_phone: formats: # vodacom - "+2782 ### ####" - "+2772 ### ####" - "+2776 ### ####" - "+2779 ### ####" - "+2760 ### ####" - "+2761 ### ####" # mtn - "+2783 ### ####" - "+2773 ### ####" - "+2763 ### ####" # 8ta - "+2781 ### ####" - "+2761 ### ####" # cell-c - "+2784 ### ####" - "+2774 ### ####" name: last_name: [Dlamini, Zulu, Mabunda, Makhanya, Khoza, Zuma, Zondi] first_name: [Rapulane, Nthabiseng, Kopano, Mpho, Lungelo, Ziyanda, Nqobile, Monde] id_number: formats: ["##########08#"] faker-1.9.1/lib/locales/en-au-ocker.yml000066400000000000000000000054301332146201300176300ustar00rootroot00000000000000# Australian Slang, and ocker names for a bit of fun, as well as # Aussie specific terms and references # Took the lead of previous contributors of en-au as a baseline # regular names are top 50 names from 2013 en-au-ocker: faker: name: first_name: [Charlene, Bruce, Charlotte, Ava, Chloe, Emily, Olivia, Zoe, Lily, Sophie, Amelia, Sofia, Ella, Isabella, Ruby, Sienna, Mia+3, Grace, Emma, Ivy, Layla, Abigail, Isla, Hannah, Zara, Lucy, Evie, Annabelle, Madison, Alice, Georgia, Maya, Madeline, Audrey, Scarlett, Isabelle, Chelsea, Mila, Holly, Indiana, Poppy, Harper, Sarah, Alyssa, Jasmine, Imogen, Hayley, Pheobe, Eva, Evelyn, Mackenzie, Ayla, Oliver, Jack, Jackson, William, Ethan, Charlie, Lucas, Cooper, Lachlan, Noah, Liam, Alexander, Max, Isaac, Thomas, Xavier, Oscar, Benjamin, Aiden, Mason, Samuel, James, Levi, Riley, Harrison, Ryan, Henry, Jacob, Joshua, Leo, Zach, Harry, Hunter, Flynn, Archie, Tyler, Elijah, Hayden, Jayden, Blake, Archer, Ashton, Sebastian, Zachery, Lincoln, Mitchell, Luca, Nathan, Kai, Connor, Tom, Nigel, Matt, Sean] last_name: [Smith, Jones, Williams, Brown, Wilson, Taylor, Morton, White, Martin, Anderson, Thompson, Nguyen, Thomas, Walker, Harris, Lee, Ryan, Robinson, Kelly, King, Rausch, Ridge, Connolly, LeQuesne] ocker_first_name: [Bazza, Bluey, Davo, Johno, Shano, Shazza, Wazza, Charl, Darl] company: suffix: [Pty Ltd, and Sons, Corp, Group, Brothers, Partners] internet: domain_suffix: [com.au, com, net.au, net, org.au, org] address: street_root: [Ramsay Street, Bonnie Doon, Cavill Avenue, Queen Street] street_name: - "#{street_root}" city_prefix: [Bondi, Burleigh Heads, Carlton, Fitzroy, Fremantle, Glenelg, Manly, Noosa, Stones Corner, St Kilda, Surry Hills, Yarra Valley] city: - "#{city_prefix}" state_abbr: [NSW, QLD, NT, SA, WA, TAS, ACT, VIC] region: [South East Queensland, Wide Bay Burnett, Margaret River, Port Pirie, Gippsland, Elizabeth, Barossa] state: [New South Wales, Queensland, Northern Territory, South Australia, Western Australia, Tasmania, Australian Capital Territory, Victoria] postcode: ['0###', '2###', '3###', '4###', '5###', '6###', '7###'] building_number: ['####', '###', '##'] street_suffix: [Avenue, Boulevard, Circle, Circuit, Court, Crescent, Crest, Drive, Estate Dr, Grove, Hill, Island, Junction, Knoll, Lane, Loop, Mall, Manor, Meadow, Mews, Parade, Parkway, Pass, Place, Plaza, Ridge, Road, Run, Square, Station St, Street, Summit, Terrace, Track, Trail, View Rd, Way] default_country: [Australia] phone_number: formats: ['0# #### ####', '+61 # #### ####', '+61 4## ### ###'] #iOS AUS phone formats cell_phone: formats: ['04##-###-###', '(0) 4##-###-###', '04## ### ###', '04########', '04## ## ## ##'] faker-1.9.1/lib/locales/en.yml000066400000000000000000000002501332146201300161170ustar00rootroot00000000000000en: time: formats: us: "%m/%d/%Y %I:%M %p" am: "AM" pm: "PM" multibyte: ['😀', "\xF0\x9F\x98\xA1", "\xE2\x9D\xA4"] faker: separator: ' & 'faker-1.9.1/lib/locales/en/000077500000000000000000000000001332146201300153775ustar00rootroot00000000000000faker-1.9.1/lib/locales/en/README.md000066400000000000000000000007011332146201300166540ustar00rootroot00000000000000To keep the English locale file from getting unwieldy, this directory is used for the translations that you might expect to find in `en.yml` in the parent directory. Each file in this directory corresponds to the Faker class of the same name. That is, `internet.yml` in this directory contains the data for the methods in `Faker::Internet`. Use the following YAML as the beginning of any new file you add to this directory: ``` en: faker: ``` faker-1.9.1/lib/locales/en/address.yml000066400000000000000000000326211332146201300175530ustar00rootroot00000000000000en: faker: address: city_prefix: [North, East, West, South, New, Lake, Port] city_suffix: [town, ton, land, ville, berg, burgh, borough, bury, view, port, mouth, stad, furt, chester, mouth, fort, haven, side, shire] country: [Afghanistan, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antarctica (the territory South of 60 deg S), Antigua and Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Azerbaijan, Bahamas, Bahrain, Bangladesh, Barbados, Belarus, Belgium, Belize, Benin, Bermuda, Bhutan, Bolivia, Bosnia and Herzegovina, Botswana, Bouvet Island (Bouvetoya), Brazil, British Indian Ocean Territory (Chagos Archipelago), Brunei Darussalam, Bulgaria, Burkina Faso, Burundi, Cambodia, Cameroon, Canada, Cape Verde, Cayman Islands, Central African Republic, Chad, Chile, China, Christmas Island, Cocos (Keeling) Islands, Colombia, Comoros, Congo, Congo, Cook Islands, Costa Rica, Cote d'Ivoire, Croatia, Cuba, Cyprus, Czech Republic, Denmark, Djibouti, Dominica, Dominican Republic, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eritrea, Estonia, Ethiopia, Faroe Islands, Falkland Islands (Malvinas), Fiji, Finland, France, French Guiana, French Polynesia, French Southern Territories, Gabon, Gambia, Georgia, Germany, Ghana, Gibraltar, Greece, Greenland, Grenada, Guadeloupe, Guam, Guatemala, Guernsey, Guinea, Guinea-Bissau, Guyana, Haiti, Heard Island and McDonald Islands, Holy See (Vatican City State), Honduras, Hong Kong, Hungary, Iceland, India, Indonesia, Iran, Iraq, Ireland, Isle of Man, Israel, Italy, Jamaica, Japan, Jersey, Jordan, Kazakhstan, Kenya, Kiribati, Democratic People's Republic of Korea, Republic of Korea, Kuwait, Kyrgyz Republic, Lao People's Democratic Republic, Latvia, Lebanon, Lesotho, Liberia, Libyan Arab Jamahiriya, Liechtenstein, Lithuania, Luxembourg, Macao, Macedonia, Madagascar, Malawi, Malaysia, Maldives, Mali, Malta, Marshall Islands, Martinique, Mauritania, Mauritius, Mayotte, Mexico, Micronesia, Moldova, Monaco, Mongolia, Montenegro, Montserrat, Morocco, Mozambique, Myanmar, Namibia, Nauru, Nepal, Netherlands Antilles, Netherlands, New Caledonia, New Zealand, Nicaragua, Niger, Nigeria, Niue, Norfolk Island, Northern Mariana Islands, Norway, Oman, Pakistan, Palau, Palestinian Territory, Panama, Papua New Guinea, Paraguay, Peru, Philippines, Pitcairn Islands, Poland, Portugal, Puerto Rico, Qatar, Reunion, Romania, Russian Federation, Rwanda, Saint Barthelemy, Saint Helena, Saint Kitts and Nevis, Saint Lucia, Saint Martin, Saint Pierre and Miquelon, Saint Vincent and the Grenadines, Samoa, San Marino, Sao Tome and Principe, Saudi Arabia, Senegal, Serbia, Seychelles, Sierra Leone, Singapore, Slovakia (Slovak Republic), Slovenia, Solomon Islands, Somalia, South Africa, South Georgia and the South Sandwich Islands, Spain, Sri Lanka, Sudan, Suriname, Svalbard & Jan Mayen Islands, Swaziland, Sweden, Switzerland, Syrian Arab Republic, Taiwan, Tajikistan, Tanzania, Thailand, Timor-Leste, Togo, Tokelau, Tonga, Trinidad and Tobago, Tunisia, Turkey, Turkmenistan, Turks and Caicos Islands, Tuvalu, Uganda, Ukraine, United Arab Emirates, United Kingdom, United States of America, United States Minor Outlying Islands, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, 'Virgin Islands, British', 'Virgin Islands, U.S.', Wallis and Futuna, Western Sahara, Yemen, Zambia, Zimbabwe] country_code: ["AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BQ", "BQ", "BR", "BS", "BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CW", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR", "GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SX", "SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "UM", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"] country_code_long: ["ABW", "AFG", "AGO", "AIA", "ALA", "ALB", "AND", "ARE", "ARG", "ARM", "ASM", "ATA", "ATF", "ATG", "AUS", "AUT", "AZE", "BDI", "BEL", "BEN", "BES", "BFA", "BGD", "BGR", "BHR", "BHS", "BIH", "BLM", "BLR", "BLZ", "BMU", "BOL", "BRA", "BRB", "BRN", "BTN", "BVT", "BWA", "CAF", "CAN", "CCK", "CHE", "CHL", "CHN", "CIV", "CMR", "COD", "COG", "COK", "COL", "COM", "CPV", "CRI", "CUB", "CUW", "CXR", "CYM", "CYP", "CZE", "DEU", "DJI", "DMA", "DNK", "DOM", "DZA", "ECU", "EGY", "ERI", "ESH", "ESP", "EST", "ETH", "FIN", "FJI", "FLK", "FRA", "FRO", "FSM", "GAB", "GBR", "GEO", "GGY", "GHA", "GIB", "GIN", "GLP", "GMB", "GNB", "GNQ", "GRC", "GRD", "GRL", "GTM", "GUF", "GUM", "GUY", "HKG", "HMD", "HND", "HRV", "HTI", "HUN", "IDN", "IMN", "IND", "IOT", "IRL", "IRN", "IRQ", "ISL", "ISR", "ITA", "JAM", "JEY", "JOR", "JPN", "KAZ", "KEN", "KGZ", "KHM", "KIR", "KNA", "KOR", "KWT", "LAO", "LBN", "LBR", "LBY", "LCA", "LIE", "LKA", "LSO", "LTU", "LUX", "LVA", "MAC", "MAF", "MAR", "MCO", "MDA", "MDG", "MDV", "MEX", "MHL", "MKD", "MLI", "MLT", "MMR", "MNE", "MNG", "MNP", "MOZ", "MRT", "MSR", "MTQ", "MUS", "MWI", "MYS", "MYT", "NAM", "NCL", "NER", "NFK", "NGA", "NIC", "NIU", "NLD", "NOR", "NPL", "NRU", "NZL", "OMN", "PAK", "PAN", "PCN", "PER", "PHL", "PLW", "PNG", "POL", "PRI", "PRK", "PRT", "PRY", "PSE", "PYF", "QAT", "REU", "ROU", "RUS", "RWA", "SAU", "SDN", "SEN", "SGP", "SGS", "SHN", "SJM", "SLB", "SLE", "SLV", "SMR", "SOM", "SPM", "SRB", "SSD", "STP", "SUR", "SVK", "SVN", "SWE", "SWZ", "SXM", "SYC", "SYR", "TCA", "TCD", "TGO", "THA", "TJK", "TKL", "TKM", "TLS", "TON", "TTO", "TUN", "TUR", "TUV", "TWN", "TZA", "UGA", "UKR", "UMI", "URY", "USA", "UZB", "VAT", "VCT", "VEN", "VGB", "VIR", "VNM", "VUT", "WLF", "WSM", "YEM", "ZAF", "ZMB", "ZWE"] building_number: ['#####', '####', '###'] community_prefix: [Park, Summer, Autumn, Paradise, Eagle, Pine, Royal, University, Willow] community_suffix: [Village, Creek, Place, Pointe, Square, Oaks, Gardens, Crossing, Court, Acres, Estates, Heights] community: - "#{community_prefix} #{community_suffix}" street_suffix: [Alley, Avenue, Branch, Bridge, Brook, Brooks, Burg, Burgs, Bypass, Camp, Canyon, Cape, Causeway, Center, Centers, Circle, Circles, Cliff, Cliffs, Club, Common, Corner, Corners, Course, Court, Courts, Cove, Coves, Creek, Crescent, Crest, Crossing, Crossroad, Curve, Dale, Dam, Divide, Drive, Drive, Drives, Estate, Estates, Expressway, Extension, Extensions, Fall, Falls, Ferry, Field, Fields, Flat, Flats, Ford, Fords, Forest, Forge, Forges, Fork, Forks, Fort, Freeway, Garden, Gardens, Gateway, Glen, Glens, Green, Greens, Grove, Groves, Harbor, Harbors, Haven, Heights, Highway, Hill, Hills, Hollow, Inlet, Inlet, Island, Island, Islands, Islands, Isle, Isle, Junction, Junctions, Key, Keys, Knoll, Knolls, Lake, Lakes, Land, Landing, Lane, Light, Lights, Loaf, Lock, Locks, Locks, Lodge, Lodge, Loop, Mall, Manor, Manors, Meadow, Meadows, Mews, Mill, Mills, Mission, Mission, Motorway, Mount, Mountain, Mountain, Mountains, Mountains, Neck, Orchard, Oval, Overpass, Park, Parks, Parkway, Parkways, Pass, Passage, Path, Pike, Pine, Pines, Place, Plain, Plains, Plains, Plaza, Plaza, Point, Points, Port, Port, Ports, Ports, Prairie, Prairie, Radial, Ramp, Ranch, Rapid, Rapids, Rest, Ridge, Ridges, River, Road, Road, Roads, Roads, Route, Row, Rue, Run, Shoal, Shoals, Shore, Shores, Skyway, Spring, Springs, Springs, Spur, Spurs, Square, Square, Squares, Squares, Station, Station, Stravenue, Stravenue, Stream, Stream, Street, Street, Streets, Summit, Summit, Terrace, Throughway, Trace, Track, Trafficway, Trail, Trail, Tunnel, Tunnel, Turnpike, Turnpike, Underpass, Union, Unions, Valley, Valleys, Via, Viaduct, View, Views, Village, Village, Villages, Ville, Vista, Vista, Walk, Walks, Wall, Way, Ways, Well, Wells] secondary_address: ['Apt. ###', 'Suite ###'] # Though these are US-specific, they are here (in the default locale) for backwards compatibility postcode: ['#####', '#####-####'] postcode_by_state: AL: '350##' AK: '995##' AS: '967##' AZ: '850##' AR: '717##' CA: '900##' CO: '800##' CT: '061##' DC: '204##' DE: '198##' FL: '322##' GA: '301##' HI: '967##' ID: '832##' IL: '600##' IN: '463##' IA: '510##' KS: '666##' KY: '404##' LA: '701##' ME: '042##' MD: '210##' MA: '026##' MI: '480##' MN: '555##' MS: '387##' MO: '650##' MT: '590##' NE: '688##' NV: '898##' NH: '036##' NJ: '076##' NM: '880##' NY: '122##' NC: '288##' ND: '586##' OH: '444##' OK: '730##' OR: '979##' PA: '186##' RI: '029##' SC: '299##' SD: '577##' TN: '383##' TX: '798##' UT: '847##' VT: '050##' VA: '222##' WA: '990##' WV: '247##' WI: '549##' WY: '831##' state: [Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, Wyoming] state_abbr: [AL, AK, AZ, AR, CA, CO, CT, DE, FL, GA, HI, ID, IL, IN, IA, KS, KY, LA, ME, MD, MA, MI, MN, MS, MO, MT, NE, NV, NH, NJ, NM, NY, NC, ND, OH, OK, OR, PA, RI, SC, SD, TN, TX, UT, VT, VA, WA, WV, WI, WY] time_zone: [Pacific/Midway, Pacific/Pago_Pago, Pacific/Honolulu, America/Juneau, America/Los_Angeles, America/Tijuana, America/Denver, America/Phoenix, America/Chihuahua, America/Mazatlan, America/Chicago, America/Regina, America/Mexico_City, America/Mexico_City, America/Monterrey, America/Guatemala, America/New_York, America/Indiana/Indianapolis, America/Bogota, America/Lima, America/Lima, America/Halifax, America/Caracas, America/La_Paz, America/Santiago, America/St_Johns, America/Sao_Paulo, America/Argentina/Buenos_Aires, America/Guyana, America/Godthab, Atlantic/South_Georgia, Atlantic/Azores, Atlantic/Cape_Verde, Europe/Dublin, Europe/London, Europe/Lisbon, Europe/London, Africa/Casablanca, Africa/Monrovia, Etc/UTC, Europe/Belgrade, Europe/Bratislava, Europe/Budapest, Europe/Ljubljana, Europe/Prague, Europe/Sarajevo, Europe/Skopje, Europe/Warsaw, Europe/Zagreb, Europe/Brussels, Europe/Copenhagen, Europe/Madrid, Europe/Paris, Europe/Amsterdam, Europe/Berlin, Europe/Berlin, Europe/Rome, Europe/Stockholm, Europe/Vienna, Africa/Algiers, Europe/Bucharest, Africa/Cairo, Europe/Helsinki, Europe/Kiev, Europe/Riga, Europe/Sofia, Europe/Tallinn, Europe/Vilnius, Europe/Athens, Europe/Istanbul, Europe/Minsk, Asia/Jerusalem, Africa/Harare, Africa/Johannesburg, Europe/Moscow, Europe/Moscow, Europe/Moscow, Asia/Kuwait, Asia/Riyadh, Africa/Nairobi, Asia/Baghdad, Asia/Tehran, Asia/Muscat, Asia/Muscat, Asia/Baku, Asia/Tbilisi, Asia/Yerevan, Asia/Kabul, Asia/Yekaterinburg, Asia/Karachi, Asia/Karachi, Asia/Tashkent, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kathmandu, Asia/Dhaka, Asia/Dhaka, Asia/Colombo, Asia/Almaty, Asia/Novosibirsk, Asia/Rangoon, Asia/Bangkok, Asia/Bangkok, Asia/Jakarta, Asia/Krasnoyarsk, Asia/Shanghai, Asia/Chongqing, Asia/Hong_Kong, Asia/Urumqi, Asia/Kuala_Lumpur, Asia/Singapore, Asia/Taipei, Australia/Perth, Asia/Irkutsk, Asia/Ulaanbaatar, Asia/Seoul, Asia/Tokyo, Asia/Tokyo, Asia/Tokyo, Asia/Yakutsk, Australia/Darwin, Australia/Adelaide, Australia/Melbourne, Australia/Melbourne, Australia/Sydney, Australia/Brisbane, Australia/Hobart, Asia/Vladivostok, Pacific/Guam, Pacific/Port_Moresby, Asia/Magadan, Asia/Magadan, Pacific/Noumea, Pacific/Fiji, Asia/Kamchatka, Pacific/Majuro, Pacific/Auckland, Pacific/Auckland, Pacific/Tongatapu, Pacific/Fakaofo, Pacific/Apia] city: - "#{city_prefix} #{Name.first_name}#{city_suffix}" - "#{city_prefix} #{Name.first_name}" - "#{Name.first_name}#{city_suffix}" - "#{Name.last_name}#{city_suffix}" street_name: - "#{Name.first_name} #{street_suffix}" - "#{Name.last_name} #{street_suffix}" street_address: - "#{building_number} #{street_name}" full_address: - "#{street_address}, #{city}, #{state_abbr} #{zip_code}" - "#{secondary_address} #{street_address}, #{city}, #{state_abbr} #{zip_code}" default_country: [United States of America] faker-1.9.1/lib/locales/en/ancient.yml000066400000000000000000000026101332146201300175420ustar00rootroot00000000000000en: faker: ancient: god: ["Aphrodite", "Apollo", "Ares", "Artemis", "Athena", "Demeter", "Dionysus", "Hades", "Hephaestus", "Hera", "Hermes", "Hestia", "Poseidon", "Zeus"] primordial: ["Aion", "Aether", "Ananke", "Chaos", "Chronos", "Erebus", "Eros", "Hypnos", "Nesoi", "Uranus", "Gaia", "Ourea", "Phanes", "Pontus", "Tartarus", "Thalassa", "Thanatos", "Hemera", "Nyx", "Nemesis"] titan: ["Coeus", "Crius", "Cronus", "Hyperion", "Iapetus", "Mnemosyne", "Oceanus", "Phoebe", "Rhea", "Tethys", "Theia", "Themis", "Asteria", "Astraeus", "Atlas", "Aura", "Clymene", "Dione", "Helios", "Selene", "Eos", "Epimetheus", "Eurybia", "Eurynome", "Lelantos", "Leto", "Menoetius", "Metis", "Ophion", "Pallas", "Perses", "Prometheus", "Styx"] hero: ["Abderus", "Achilles", "Aeneas", "Ajax", "Amphitryon", "Antilochus", "Bellerophon", "Castor", "Chrysippus", "Daedalus", "Diomedes", "Eleusis", "Eunostus", "Ganymede", "Hector", "Hercules", "Icarus", "Iolaus", "Jason", "Meleager", "Odysseus", "Orpheus", "Pandion", "Perseus", "Theseus", "Alcestis", "Amymone", "Andromache", "Andromeda", "Antigone", "Arachne", "Ariadne", "Atalanta", "Briseis", "Caeneus", "Cassandra", "Cassiopeia", "Clytemnestra", "Danaë", "Deianeira", "Electra", "Europa", "Hecuba", "Helen", "Hermione", "Iphigenia", "Ismene", "Jocasta", "Medea", "Medusa", "Niobe", "Pandora", "Penelope", "Phaedra", "Polyxena", "Semele", "Thrace"] faker-1.9.1/lib/locales/en/app.yml000066400000000000000000000020511332146201300167000ustar00rootroot00000000000000en: faker: app: name: ['Redhold', 'Treeflex', 'Trippledex', 'Kanlam', 'Bigtax', 'Daltfresh', 'Toughjoyfax', 'Mat Lam Tam', 'Otcom', 'Tres-Zap', 'Y-Solowarm', 'Tresom', 'Voltsillam', 'Biodex', 'Greenlam', 'Viva', 'Matsoft', 'Temp', 'Zoolab', 'Subin', 'Rank', 'Job', 'Stringtough', 'Tin', 'It', 'Home Ing', 'Zamit', 'Sonsing', 'Konklab', 'Alpha', 'Latlux', 'Voyatouch', 'Alphazap', 'Holdlamis', 'Zaam-Dox', 'Sub-Ex', 'Quo Lux', 'Bamity', 'Ventosanzap', 'Lotstring', 'Hatity', 'Tempsoft', 'Overhold', 'Fixflex', 'Konklux', 'Zontrax', 'Tampflex', 'Span', 'Namfix', 'Transcof', 'Stim', 'Fix San', 'Sonair', 'Stronghold', 'Fintone', 'Y-find', 'Opela', 'Lotlux', 'Ronstring', 'Zathin', 'Duobam', 'Keylex', 'Andalax', 'Solarbreeze', 'Cookley', 'Vagram', 'Aerified', 'Pannier', 'Asoka', 'Regrant', 'Wrapsafe', 'Prodder', 'Bytecard', 'Bitchip', 'Veribet', 'Gembucket', 'Cardguard', 'Bitwolf', 'Cardify', 'Domainer', 'Flowdesk', 'Flexidy'] version: ['0.#.#', '0.##', '#.##', '#.#', '#.#.#'] author: - "#{Name.name}" - "#{Company.name}" faker-1.9.1/lib/locales/en/appliance.yml000066400000000000000000000024261332146201300200620ustar00rootroot00000000000000en: faker: appliance: brand: ['Admiral','Amana','Blue Star','Bosch','Electrolux','Fagor','Franke','IKEA','KitchenAid','LG','Samsung','Sharp','Siemens','Whirlpool'] equipment: ['Air ioniser', 'Air purifier', 'Appliance plug', 'Aroma lamp', 'Attic fan', 'Bachelor griller', 'Back boiler', 'Beverage opener', 'Blender', 'Box mangle', 'Can opener', 'Ceiling fan', 'Central vacuum cleaner', 'Clothes dryer', 'Clothes iron', 'Cold-pressed juicer', 'Combo washer dryer', 'Dish draining closet', 'Dishwasher', 'Domestic robot', 'Drawer dishwasher', 'Electric water boiler', 'Evaporative cooler', 'Exhaust hood', 'Fan heater', 'Flame supervision device', 'Forced-air', 'Futon dryer', 'Garbage disposal unit', 'Gas appliance', 'Go-to-bed matchbox', 'HVAC', 'Hair dryer', 'Hair iron', 'Hob (hearth)', 'Home server', 'Humidifier', 'Icebox', 'Kimchi refrigerator', 'Mangle (machine)', 'Micathermic heater', 'Microwave oven', 'Mousetrap', 'Oil heater', 'Oven', 'Paper shredder', 'Patio heater', 'Radiator (heating)', 'Refrigerator', 'Sewing machine', 'Solar water heater', 'Space heater', 'Steam mop', 'Stove', 'Sump pump', 'Television', 'Tie press', 'Toaster and toaster ovens', 'Trouser press', 'Vacuum cleaner', 'Washing machine', 'Water cooker', 'Water heater', 'Water purifier', 'Window fan'] faker-1.9.1/lib/locales/en/aqua_teen_hunger_force.yml000066400000000000000000000005021332146201300226070ustar00rootroot00000000000000en: faker: aqua_teen_hunger_force: character: ["Carl Brutananadilewski", "Cybernetic Ghost of Christmas Past from the Future", "D.P", "Dr. Weird", "Dr. Wongburger", "Emory", "Err", "Frylock", "George Lowe", "Ignignokt", "Master Shake", "MC Pee Pants", "Meatwad", "Oglethorpe", "Skeeter", "Steve", "Turkatron"] faker-1.9.1/lib/locales/en/artist.yml000066400000000000000000000010151332146201300174250ustar00rootroot00000000000000en: faker: artist: names: ["Donatello", "Botticelli", "Michelangelo", "Raphael", "Titian", "Durer", "Caravaggio", "Rubens", "Bernini", "Rembrandt", "Pissarro", "Manet", "Degas", "Cezanne", "Monet", "Renoir", "Cassatt", "Gauguin", "Munch", "Klimt", "Matisse", "Picasso", "Kandinsky", "Chagall", "Seurat", "Magritte", "Escher", "Rothko", "Dali", "Kahlo", "Pollock", "Warhol", "Vettriano", "Da Vinci", "El Greco", "Winslow Homer", "Paul Klee", "Edward Hopper", "Diego Rivera", "Vincent", "Joan Miro", "Ansel Adams"] faker-1.9.1/lib/locales/en/back_to_the_future.yml000066400000000000000000000301561332146201300217630ustar00rootroot00000000000000en: faker: back_to_the_future: characters: ['Marty McFly', 'Dr. Emmett Brown', 'Lorraine Baines', 'George McFly', 'Biff Tannen', 'Jennifer Parker', 'Dave McFly', 'Linda McFly', 'Sam Baines', 'Stella Baines', 'Milton Baines', 'Sally Baines', 'Joey Baines', 'Mr. Strickland', 'Skinhead', '3-D', 'Match', 'Marvin Berry', 'Goldie Wilson', 'Mr. Peabody', 'Mark Dixon', 'Lou', 'Red The Bum', 'Einstein'] dates: ['November 5, 1955', 'November 12, 1955', 'October 25, 1985', 'October 26, 1985', 'October 21, 2015'] quotes: [ "Ah, Jesus Christ! Jesus Christ, Doc, you disintegrated Einstein!", "All right. This is an oldie, but, uh... well, it's an oldie where I come from.", "Am I to understand you're still hanging around with Dr. Emmett Brown, McFly?", "And one for you, McFly; I believe that makes four in a row. Now let me give you a nickel's worth of free advice, young man. This so-called Dr. Brown is dangerous. He's a real nutcase. You hang around with him, you're gonna end up in big trouble.", "Anyway, your Grandpa hit him with the car and brought him into the house. He seemed so helpless, like a little lost puppy, and my heart just went out to him.", "Are you telling me that this sucker is nuclear?", "Biff. What a character. Always trying to get away with something. I've had to stay on top of Biff ever since high school. Although, if it wasn't for him...", "Calm down, Marty. I didn't disintegrate anything. The molecular structure of both Einstein and the car are completely intact.", "Calvin? Wh... Why do you keep calling me Calvin?", "Course! From a group of Lybian Nationalists They wanted me to build them a bomb, so I took their plutonium and in turn I gave them a shiny bomb caseing full of used pinball machine parts!", "Crazy drunk driver.", "Damn! I'm late for school!", "Dear Dr. Brown. On the night that I go back in time, you will be shot by terrorists. Please take whatever precautions are necessary to prevent this terrible disaster. Your friend, Marty.", "Don't be so gullible, McFly. Got the place fixed up nice, though, McFly.", "Don't worry. As long as you hit that wire with the connecting hook at precisely 88 miles per hour, the instant the lightning strikes the tower... everything will be fine.", "Give me a Pepsi Free.", "Great Scott!", "He laid out Biff in one punch. I didn't know he had it in him. He's never stood up to Biff in his life!", "He's a Peeping Tom!", "He's an absolute dream!", "He's an idiot. Comes from upbringing. His parents are probably idiots, too. Lorraine, you ever have a kid who acts that way, I'll disown you.", "Hello? Hello? Anybody home? Huh? Think, McFly. Think! I gotta have time to get them retyped. Do you realize what would happen if I hand in my reports in your handwriting? I'll get fired. You wouldn't want that to happen, would ya? Would ya?", "Hey, Biff, get a load of this guy's life preserver. Dork thinks he's gonna drown.", "Hey, come on. I had to change. Do you think I'm going back in that-that zoot suit? The old man really came through. It worked!", "Hey, Dad! George! Hey, you on the bike!", "Hey, hey, listen, guys... Look, I don't wanna mess with no reefer addicts, okay?", "Hey, McFly! I thought I told you never to come in here.", "Hey, you! Get your damn hands off her!", "I can't believe you'd loan me your car without telling me it had a blind spot. I could've been killed!", "I finally invent something that works!", "I g-guess you guys aren't ready for that yet. But your kids are gonna love it.", "I had a horrible nightmare. I dreamed that I went... back in time. It was terrible.", "I have your car towed all the way to your house and all you got for me is lite beer?", "I noticed your band is on the roster for the dance auditions after school today. Why even bother, McFly? You don't have a chance. You're too much like your old man. No McFly ever amounted to anything in the history of Hill Valley!", "I'm from the future. I came here in a Time Machine that you invented. Now I need your help to get back to the year 1985.", "I'm gonna get that son of a bitch.", "I'm sure that in 1985, plutonium is available in every corner drugstore, but in 1955, it's a little hard to come by.", "I've had enough practical jokes for one evening. Good night, future boy!", "I've never seen purple underwear before!", "If my calculations are correct, when this baby hits 88 miles per hour... you're gonna see some serious shit.", "If you put your mind to it, you can accomplish anything.", "It's already mutated into human form! Shoot it!", "It's gonna be really hard waiting 30 years before I can talk to you about everything that's happened in the past few days. I'm really gonna miss you, Marty.", "Jesus, George, it was a wonder I was even born.", "Last night, Darth Vader came down from Planet Vulcan and told me that if I didn't take Lorraine out, that he'd melt my brain.", "Let me show you my plan for sending you home. Please excuse the crudity of this model. I didn't have time to build it to scale or paint it.", "Let's see if you bastards can do 90.", "Look! There's a rhythmic ceremonial ritual coming up.", "Look, I'm just not ready to ask Lorraine out to the dance, and not you, or anybody else on this planet is gonna make me change my mind.", "Look, Marvin, you gotta play. See, that's where they kiss for the first time on the dance floor. And if there's no music, they can't dance. If they can't dance, they can't kiss. If they can't kiss they can't fall in love, and I'm history.", "Look, you're not gonna be picking a fight, Dad... Dad-Dad-Daddy-O.", "Lorraine. My density has brought me to you.", "Marty, don't be such a square. Everybody who's anybody drinks.", "Marty, I'm sorry, but the only power source capable of generating 1.21 gigawatts of electricity is a bolt of lightning.", "Marty, will we ever see you again?", "Maybe you were adopted.", "My equipment. That reminds me, Marty. You better not hook up to the amplifier. There's a slight possibility of overload.", "Next saturday night we're sending you back to the future!", "No wonder your president has to be an actor. He's gotta look good on television.", "No! It requires something with a little more kick...plutonium!", "No! Marty! We've already agreed that having information about the future can be extremely dangerous. Even if your intentions are good, it can backfire drastically!", "No, get out of town. My mom thinks I'm going camping with the guys. Look, Jennifer, my mother would freak out if she knew I was going out with you, and I'd get the standard lecture about how she never did that kind of stuff when she was a kid. I mean, look, I think the woman was born a nun.", "No, no, no, no, no, this sucker's electrical, but I need a nuclear reaction to generate the 1.21 gigawatts of electricity I need.", "Now, Biff, I want to make sure that we get two coats of wax this time, not just one.", "Now, remember. According to my theory, you interfered with your parents' first meeting. If they don't meet, they won't fall in love, they won't get married and they won't have kids. That's why your older brother's disappearing from that photograph. Your sister will follow, and unless you repair the damage, you'll be next.", "Oh, honey, he's teasing you. Nobody has two television sets.", "Oh, my God. They found me. I don't know how, but they found me. Run for it, Marty!", "Oh, that's Joey. He cries when we take him out so we just leave him in there.", "Oh. One other thing. If you guys ever have kids, and one of them, when he's eight years old, accidentally sets fire to the living room rug... go easy on him.", "Okay, thank you. That's enough. Hold it now. Hold it. Hold it, fellas. I'm afraid you're just too darn loud. Next, please. Bring in the next group, please.", "Okay. Time circuit's on. Flux capacitor, fluxing. Engine running. All right.", "Perfect! My experiment worked! They're all exactly 25 minutes slow!", "Radiation suit? Of course. 'Cause of all the fallout from the atomic wars.", "Roads? Where we're going, we don't need roads.", "Save the clock tower!", "Scram, McFly. I'm cuttin' in.", "See you in about 30 years.", "See you later, Pop. Whoo! Time to change that oil.", "Silence, Earthling. My name is Darth Vader. I am an extraterrestrial from the planet Vulcan!", "Since when can weathermen predict the weather, let alone the future?", "Since you're new here, I-I'm gonna cut you a break, today. So, why don't you make like a tree and get outta here?", "So you're my Uncle Joey. Better get used to these bars, kid.", "Stand tall, boy. Have some respect for yourself. Don't you know, if you let people walk over you now, they'll be walking over you for the rest of your life. Look at me. You think I'm gonna spend the rest of my life in this slop house?", "Stella! Another one of these damn kids jumped in front of my car! Come on out here! Help me take him in the house!", "Take that, you mutated son of a bitch!", "That's Strickland. Jesus, didn't that guy ever have hair?", "The appropriate question is, 'when the hell are they?' You see, Einstein has just become the world's first time traveler! I sent him into the future. One minute into the future to be exact. And at precisely 1:21 a.m. and zero seconds, we shall catch up with him and the time machine.", "The way I see it, if you're gonna build a time machine into a car, why not do it with some style?", "There's that word again. 'Heavy.' Why are things so heavy in the future? Is there a problem with the Earth's gravitational pull?", "Things have certainly changed around here. I remember when this was all farmland as far the eye could see. Old man Peabody owned all of this. He had this crazy idea about breeding pine trees.", "This is all wrong. I don't know what it is. But when I kiss you, it's like I'm kissing... my brother. I guess that doesn't make any sense, does it?", "Wait a minute. Wait a minute, Doc. Ah... Are you telling me that you built a time machine... out of a DeLorean?", "We're the, uh... We're the Pinheads.", "Weight has nothing to do with it.", "Well, I figured, what the hell?", "Well, you're safe and sound now, back in good old 1955.", "What about all that talk about screwing up future events? The space-time continuum?", "What are you looking at, butthead?", "What happens to us in the future? Do we become assholes or something?", "What if I send in the tape and they don't like it? I mean, what if they say I'm no good? What if they say 'Get outta here, kid. You got no future'? I mean, I just don't think I can take that kind of rejection. Jesus, I'm starting to sound like my old man!", "What-what the hell is a gigawatt?", "Who the hell is John F. Kennedy?", "Who's President of the United States in 1985? Ronald Reagan? The actor? Ha! Then whose vice president? Jerry Lewis?", "Whoa. This is heavy.", "Whoa. Wait a minute, Doc. Are you trying to tell me that my mother has got the hots for me?", "Yeah, well, history is gonna change.", "Yes. Yes. I'm George. George McFly. I'm your density. I mean, your destiny.", "You caused 300 bucks damage to my car, you son of a bitch. And I'm gonna take it out of your ass.", "You got a real attitude problem, McFly; you're a slacker. You remind me of your father when he went here; he was a slacker, too.", "You know, Marty, you look so familiar to me. Do I know your mother?", "You really think I ought to swear?", "You want a Pepsi, pal, you're gonna pay for it.", "You're late! Do you have no concept of time?" ] faker-1.9.1/lib/locales/en/bank.yml000066400000000000000000000212421332146201300170360ustar00rootroot00000000000000# Most of the iban details and the idea were copied from: https://github.com/iulianu/iban-tools # # Copyright (c) 2009 Iulian Dogariu # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, # distribute, sublicense, and/or sell copies of the Software, and to # permit persons to whom the Software is furnished to do so, subject to # the following conditions: # # The above copyright notice and this permission notice shall be # included in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. en: faker: bank: name: ["UBS CLEARING AND EXECUTION SERVICES LIMITED", "ABN AMRO CORPORATE FINANCE LIMITED", "ABN AMRO FUND MANAGERS LIMITED", "ABN AMRO HOARE GOVETT SECURITIES", "ABN AMRO HOARE GOVETT CORPORATE FINANCE LTD.", "ALKEN ASSET MANAGEMENT", "ALKEN ASSET MANAGEMENT", "ABN AMRO HOARE GOVETT LIMITED", "AAC CAPITAL PARTNERS LIMITED", "ABBOTSTONE AGRICULTURAL PROPERTY UNIT TRUST", "ABN AMRO QUOTED INVESTMENTS (UK) LIMITED", "ABN AMRO MEZZANINE (UK) LIMITED", "ABBEY LIFE", "SANTANDER UK PLC", "OTKRITIE SECURITIES LIMITED", "ABC INTERNATIONAL BANK PLC", "ALLIED BANK PHILIPPINES (UK) PLC", "ABU DHABI ISLAMIC BANK", "ABG SUNDAL COLLIER LIMITED", "PGMS (GLASGOW) LIMITED", "ABINGWORTH MANAGEMENT LIMITED", "THE ROYAL BANK OF SCOTLAND PLC (FORMER RBS NV)"] swift_bic: ["AACCGB21", "AACNGB21", "AAFMGB21", "AAHOGB21", "AAHVGB21", "AANLGB21", "AANLGB2L", "AAOGGB21", "AAPEGB21", "AAPUGB21", "AAQIGB21", "ABAZGB21", "ABBEGB21", "ABBYGB2L", "ABCCGB22", "ABCEGB2L", "ABCMGB21", "ABDIGB21", "ABECGB21", "ABFIGB21", "ABMNGB21", "ABNAGB21VOC" ] iban_details: # Data from http://www.tbg5-finance.org/?ibandocs.shtml/ ad: # Andorra length: 24 bban_pattern: '\d{8}[A-Z0-9]{12}' ae: # United Arab Emirates length: 23 bban_pattern: '\d{19}' al: # Albania length: 28 bban_pattern: '\d{8}[A-Z0-9]{16}' at: # Austria length: 20 bban_pattern: '\d{16}' az: # Azerbaijan, Republic of length: 28 bban_pattern: '[A-Z]{4}[A-Z0-9]{20}' ba: # Bosnia length: 20 bban_pattern: '\d{16}' be: # Belgium length: 16 bban_pattern: '\d{12}' bg: # Bulgaria length: 22 bban_pattern: '[A-Z]{4}\d{6}[A-Z0-9]{8}' bh: # Bahrain length: 22 bban_pattern: '[A-Z]{4}[A-Z0-9]{14}' br: # Brazil length: 29 bban_pattern: '[0-9]{8}[0-9]{5}[0-9]{10}[A-Z]{1}[A-Z0-9]{1}' ch: # Switzerland length: 21 bban_pattern: '\d{5}[A-Z0-9]{12}' cr: # Costa Rica length: 22 bban_pattern: '0\d{3}\d{14}' cy: # Cyprus length: 28 bban_pattern: '\d{8}[A-Z0-9]{16}' cz: # Czech Republic length: 24 bban_pattern: '\d{20}' de: # Germany length: 22 bban_pattern: '\d{18}' dk: # Denmark length: 18 bban_pattern: '\d{14}' do: # Dominican Republic length: 28 bban_pattern: '[A-Z]{4}\d{20}' ee: # Estonia length: 20 bban_pattern: '\d{16}' es: # Spain length: 24 bban_pattern: '\d{20}' fi: # Finland length: 18 bban_pattern: '\d{14}' fo: # Faroe Islands length: 18 bban_pattern: '\d{14}' fr: # France length: 27 bban_pattern: '\d{10}[A-Z0-9]{11}\d{2}' gb: # United Kingdom length: 22 bban_pattern: '[A-Z]{4}\d{14}' ge: # Georgia length: 22 bban_pattern: '[A-Z]{2}\d{16}' gi: # Gibraltar length: 23 bban_pattern: '[A-Z]{4}[A-Z0-9]{15}' gl: # Greenland length: 18 bban_pattern: '\d{14}' gr: # Greece length: 27 bban_pattern: '\d{7}[A-Z0-9]{16}' gt: # Guatemala length: 28 bban_pattern: '[A-Z0-9]{4}\d{2}\d{2}[A-Z0-9]{16}' hr: # Croatia length: 21 bban_pattern: '\d{17}' hu: # Hungary length: 28 bban_pattern: '\d{24}' ie: # Ireland length: 22 bban_pattern: '[A-Z]{4}\d{14}' il: # Israel length: 23 bban_pattern: '\d{19}' is: # Iceland length: 26 bban_pattern: '\d{22}' it: # Italy length: 27 bban_pattern: '[A-Z]\d{10}[A-Z0-9]{12}' kw: # Kuwait length: 30 bban_pattern: '[A-Z]{4}\d{22}' kz: # Kazakhstan length: 20 bban_pattern: '[0-9]{3}[A-Z0-9]{13}' lb: # Lebanon length: 28 bban_pattern: '\d{4}[A-Z0-9]{20}' li: # Liechtenstein length: 21 bban_pattern: '\d{5}[A-Z0-9]{12}' lt: # Lithuania length: 20 bban_pattern: '\d{16}' lu: # Luxembourg length: 20 bban_pattern: '\d{3}[A-Z0-9]{13}' lv: # Latvia length: 21 bban_pattern: '[A-Z]{4}[A-Z0-9]{13}' mc: # Monaco length: 27 bban_pattern: '\d{10}[A-Z0-9]{11}\d{2}' md: # Moldova length: 24 bban_pattern: '[A-Z]{2}[A-Z0-9]{18}' me: # Montenegro length: 22 bban_pattern: '\d{18}' mk: # Macedonia length: 19 bban_pattern: '\d{3}[A-Z0-9]{10}\d{2}' mr: # Mauritania length: 27 bban_pattern: '\d{23}' mt: # Malta length: 31 bban_pattern: '[A-Z]{4}\d{5}[A-Z0-9]{18}' mu: # Mauritius length: 30 bban_pattern: '[A-Z]{4}\d{19}[A-Z]{3}' nl: # Netherlands length: 18 bban_pattern: '[A-Z]{4}\d{10}' 'no': # Norway length: 15 bban_pattern: '\d{11}' pk: # Pakistan length: 24 bban_pattern: '[A-Z]{4}[A-Z0-9]{16}' pl: # Poland length: 28 bban_pattern: '\d{8}[A-Z0-9]{16}' ps: # Palestinian Territory, Occupied length: 29 bban_pattern: '[A-Z]{4}[A-Z0-9]{21}' pt: # Portugal length: 25 bban_pattern: '\d{21}' qa: # Qatar length: 29 bban_pattern: '[A-Z]{4}[A-Z0-9]{21}' ro: # Romania length: 24 bban_pattern: '[A-Z]{4}[A-Z0-9]{16}' rs: # Serbia length: 22 bban_pattern: '\d{18}' sa: # Saudi Arabia length: 24 bban_pattern: '\d{2}[A-Z0-9]{18}' se: # Sweden length: 24 bban_pattern: '\d{20}' si: # Slovenia length: 19 bban_pattern: '\d{15}' sk: # Slovakia length: 24 bban_pattern: '\d{20}' sm: # San Marino length: 27 bban_pattern: '[A-Z]\d{10}[A-Z0-9]{12}' tl: # Timor-Leste length: 23 bban_pattern: '\d{19}' tn: # Tunisia length: 24 bban_pattern: '\d{20}' tr: # Turkey length: 26 bban_pattern: '\d{5}[A-Z0-9]{17}' ua: # Ukraine length: 29 bban_pattern: '\d{25}' vg: # Virgin Islands, British length: 24 bban_pattern: '[A-Z]{4}\d{16}' xk: # Kosovo, Republic of length: 20 bban_pattern: '\d{16}' faker-1.9.1/lib/locales/en/beer.yml000066400000000000000000000072071332146201300170450ustar00rootroot00000000000000en: faker: beer: name: ['Pliny The Elder', 'Founders Kentucky Breakfast', 'Trappistes Rochefort 10', 'HopSlam Ale', 'Stone Imperial Russian Stout', 'St. Bernardus Abt 12', 'Founders Breakfast Stout', 'Weihenstephaner Hefeweissbier', 'Péché Mortel', 'Celebrator Doppelbock', 'Duvel', 'Dreadnaught IPA', 'Nugget Nectar', 'La Fin Du Monde', 'Bourbon County Stout', 'Old Rasputin Russian Imperial Stout', 'Two Hearted Ale', 'Ruination IPA', 'Schneider Aventinus', 'Double Bastard Ale', '90 Minute IPA', 'Hop Rod Rye', 'Trappistes Rochefort 8', 'Chimay Grande Réserve', 'Stone IPA', 'Arrogant Bastard Ale', 'Edmund Fitzgerald Porter', 'Chocolate St', 'Oak Aged Yeti Imperial Stout', 'Ten FIDY', 'Storm King Stout', 'Shakespeare Oatmeal', 'Alpha King Pale Ale', 'Westmalle Trappist Tripel', 'Samuel Smith’s Imperial IPA', 'Yeti Imperial Stout', 'Hennepin', 'Samuel Smith’s Oatmeal Stout', 'Brooklyn Black', 'Oaked Arrogant Bastard Ale', 'Sublimely Self-Righteous Ale', 'Trois Pistoles', 'Bell’s Expedition', 'Sierra Nevada Celebration Ale', 'Sierra Nevada Bigfoot Barleywine Style Ale', 'Racer 5 India Pale Ale, Bear Republic Bre', 'Orval Trappist Ale', 'Hercules Double IPA', 'Maharaj', 'Maudite'] hop: ['Ahtanum', 'Amarillo', 'Bitter Gold', 'Bravo', 'Brewer’s Gold', 'Bullion', 'Cascade', 'Cashmere', 'Centennial', 'Chelan', 'Chinook', 'Citra', 'Cluster', 'Columbia', 'Columbus', 'Comet', 'Crystal', 'Equinox', 'Eroica', 'Fuggle', 'Galena', 'Glacier', 'Golding', 'Hallertau', 'Horizon', 'Liberty', 'Magnum', 'Millennium', 'Mosaic', 'Mt. Hood', 'Mt. Rainier', 'Newport', 'Northern Brewer', 'Nugget', 'Olympic', 'Palisade', 'Perle', 'Saaz', 'Santiam', 'Simcoe', 'Sorachi Ace', 'Sterling', 'Summit', 'Tahoma', 'Tettnang', 'TriplePearl', 'Ultra', 'Vanguard', 'Warrior', 'Willamette', 'Yakima Gol'] yeast: ['1007 - German Ale', '1010 - American Wheat', '1028 - London Ale', '1056 - American Ale', '1084 - Irish Ale', '1098 - British Ale', '1099 - Whitbread Ale', '1187 - Ringwood Ale', '1272 - American Ale II', '1275 - Thames Valley Ale', '1318 - London Ale III', '1332 - Northwest Ale', '1335 - British Ale II', '1450 - Dennys Favorite 50', '1469 - West Yorkshire Ale', '1728 - Scottish Ale', '1968 - London ESB Ale', '2565 - Kölsch', '1214 - Belgian Abbey', '1388 - Belgian Strong Ale', '1762 - Belgian Abbey II', '3056 - Bavarian Wheat Blend', '3068 - Weihenstephan Weizen', '3278 - Belgian Lambic Blend', '3333 - German Wheat', '3463 - Forbidden Fruit', '3522 - Belgian Ardennes', '3638 - Bavarian Wheat', '3711 - French Saison', '3724 - Belgian Saison', '3763 - Roeselare Ale Blend', '3787 - Trappist High Gravity', '3942 - Belgian Wheat', '3944 - Belgian Witbier', '2000 - Budvar Lager', '2001 - Urquell Lager', '2007 - Pilsen Lager', '2035 - American Lager', '2042 - Danish Lager', '2112 - California Lager', '2124 - Bohemian Lager', '2206 - Bavarian Lager', '2278 - Czech Pils', '2308 - Munich Lager', '2633 - Octoberfest Lager Blend', '5112 - Brettanomyces bruxellensis', '5335 - Lactobacillus', '5526 - Brettanomyces lambicus', '5733 - Pediococcus'] malt: ['Black malt', 'Caramel', 'Carapils', 'Chocolate', 'Munich', 'Caramel', 'Carapils', 'Chocolate malt', 'Munich', 'Pale', 'Roasted barley', 'Rye malt', 'Special roast', 'Victory', 'Vienna', 'Wheat mal'] style: ["Light Lager", "Pilsner", "European Amber Lager", "Dark Lager", "Bock", "Light Hybrid Beer", "Amber Hybrid Beer", "English Pale Ale", "Scottish And Irish Ale", "Merican Ale", "English Brown Ale", "Porter", "Stout", "India Pale Ale", "German Wheat And Rye Beer", "Belgian And French Ale", "Sour Ale", "Belgian Strong Ale", "Strong Ale", "Fruit Beer", "Vegetable Beer", "Smoke-flavored", "Wood-aged Beer"] faker-1.9.1/lib/locales/en/bojack_horseman.yml000066400000000000000000000054361332146201300212570ustar00rootroot00000000000000en: faker: bojack_horseman: characters: ["Joseph Sugarman", "Princess Carolyn", "Kelsey Jannings", "Katrina Peanutbutter", "Charley Witherspoon", "Tom Jumbo-Grumbo", "Wanda Pierce", "Officer Meow Meow Fuzzyface", "Hank Hippopopalous", "Tina", "Courtney Portnoy", "Mr Peanutbutter", "Todd Chavez", "Wayne", "Dr Allen Hu", "Sarah Lynn", "Jogging Baboon", "A Ryan Seacrest Type", "Emily", "Vincent Adultman", "Sebastian St Clair", "Hollyhock", "Butterscotch Horseman", "Roxy", "Beatrice Horseman", "Herb Kazzaz", "Sextina Aquafina", "Rutabaga Rabbitowitz", "Charlotte Moore", "Ralph Stilton", "Paparazzi Birds", "Lenny Turteltaub", "Corduroy Jackson-Jackson", "Judah", "Woodchuck Coodchuck-Berkowitz", "Diane Nguyen", "Honey Sugarman", "BoJack Horseman", "Pinky Penguin"] quotes: ["It gets easier. But you have to do it every day, that's the hard part. But it does get easier", "Yes, I ate all the muffins, because I have no self-control and I hate myself", "Dead on the inside, dead on the outside", "The universe is a cruel, uncaring void. The key to being happy isn't a search for meaning. It's to just keep yourself busy with unimportant nonsense, and eventually, you'll be dead", "Beer before liquor, never sicker, liquor before beer, never fear, don't do heroine", "If you care about what other people think, you're never gonna do anything", "Ow, crap. I hate this. Running is terrible. Everything is the worst", "For a lot of people, life is just one long, hard kick in the urethra", "Spaghetti or not, here I come", "I need to go take a shower so I can't tell if I'm crying or not", "You know what the problem is with everybody? They all just want to hear what they already believe. No one ever wants to hear the truth", "I don't understand how people live. It's amazing to me that people wake up every morning and say: 'Yeah, another day, let's do it.' How do people do it? I don't know how", "Not understanding that you're a horrible person doesn't make you less of a horrible person", "That's the problem with life, either you know what you want and you don't get what you want, or you get what you want and then you don't know what you want", "I do love you, by the way. I mean as much as I'm capable of loving anyone"] tongue_twisters: ["Courtney Portnoy portrayed the formerly portly consort in the seaport resort", "Courtly roles like the formerly portly consort are Courtney portnoys forte", "That's sorta been thwarted unfortunately cos Courtney's purportedly falling short of shoring up fourth quadrant support", "Portnoy finds joy in hoi polloi boy toy", "Did you steal a meal from Neal McBeal the Navy Seal?", " audiences are going to adore your tour de force performance as the forceful denim-clad court reporter in 'The Court Reporter Sported Jorts', the jet-setting jort-sporting court reporter story"]faker-1.9.1/lib/locales/en/book.yml000066400000000000000000000244141332146201300170610ustar00rootroot00000000000000en: faker: book: title: ["Absalom, Absalom!", "After Many a Summer Dies the Swan", "Ah, Wilderness!", "All Passion Spent", "All the King's Men", "Alone on a Wide, Wide Sea", "An Acceptable Time", "Antic Hay", "An Evil Cradling", "Arms and the Man", "As I Lay Dying", "A Time to Kill", "Behold the Man", "Beneath the Bleeding", "Beyond the Mexique Bay", "Blithe Spirit", "Blood's a Rover", "Blue Remembered Earth", "Rosemary Sutcliff", "Françoise Sagan", "Brandy of the Damned", "Bury My Heart at Wounded Knee", "Butter In a Lordly Dish", "By Grand Central Station I Sat Down and Wept", "Cabbages and Kings", "Carrion Comfort", "A Catskill Eagle", "Clouds of Witness", "A Confederacy of Dunces", "Consider Phlebas", "Consider the Lilies", "Cover Her Face", "The Cricket on the Hearth", "The Curious Incident of the Dog in the Night-Time", "The Daffodil Sky", "Dance Dance Dance", "A Darkling Plain", "Death Be Not Proud", "The Doors of Perception", "Down to a Sunless Sea", "Dulce et Decorum Est", "Dying of the Light", "East of Eden", "Ego Dominus Tuus", "Endless Night", "Everything is Illuminated", "Eyeless in Gaza", "Fair Stood the Wind for France", "Fame Is the Spur", "Edna O'Brien", "The Far-Distant Oxus", "A Farewell to Arms", "Far From the Madding Crowd", "Fear and Trembling", "For a Breath I Tarry", "For Whom the Bell Tolls", "Frequent Hearses", "From Here to Eternity", "A Glass of Blessings", "The Glory and the Dream", "The Golden Apples of the Sun", "The Golden Bowl", "Gone with the Wind", "The Grapes of Wrath", "Great Work of Time", "The Green Bay Tree", "A Handful of Dust", "Have His Carcase", "The Heart Is a Lonely Hunter", "The Heart Is Deceitful Above All Things", "His Dark Materials", "The House of Mirth", "Sleep the Brave", "I Know Why the Caged Bird Sings", "I Sing the Body Electric", "I Will Fear No Evil", "If I Forget Thee Jerusalem", "If Not Now, When?", "Infinite Jest", "In a Dry Season", "In a Glass Darkly", "In Death Ground", "In Dubious Battle", "An Instant In The Wind", "It's a Battlefield", "Jacob Have I Loved", "O Jerusalem!", "Jesting Pilate", "The Last Enemy", "The Last Temptation", "The Lathe of Heaven", "Let Us Now Praise Famous Men", "Lilies of the Field", "This Lime Tree Bower", "The Line of Beauty", "The Little Foxes", "Little Hands Clapping", "Look Homeward, Angel", "Look to Windward", "The Man Within", "Many Waters", "A Many-Splendoured Thing", "The Mermaids Singing", "The Millstone", "The Mirror Crack'd from Side to Side", "Moab Is My Washpot", "The Monkey's Raincoat", "A Monstrous Regiment of Women", "The Moon by Night", "Mother Night", "The Moving Finger", "The Moving Toyshop", "Mr Standfast", "Nectar in a Sieve", "The Needle's Eye", "Nine Coaches Waiting", "No Country for Old Men", "No Highway", "Noli Me Tangere", "No Longer at Ease", "Now Sleeps the Crimson Petal", "Number the Stars", "Of Human Bondage", "Of Mice and Men", "Oh! To be in England", "The Other Side of Silence", "The Painted Veil", "Pale Kings and Princes", "The Parliament of Man", "Paths of Glory", "A Passage to India", "O Pioneers!", "Postern of Fate", "Precious Bane", "The Proper Study", "Quo Vadis", "Recalled to Life", "Recalled to Life", "Ring of Bright Water", "The Road Less Traveled", "A Scanner Darkly", "Shall not Perish", "The Skull Beneath the Skin", "The Soldier's Art", "Some Buried Caesar", "Specimen Days", "The Stars' Tennis Balls", "Stranger in a Strange Land", "Such, Such Were the Joys", "A Summer Bird-Cage", "The Sun Also Rises", "Surprised by Joy", "A Swiftly Tilting Planet", "Taming a Sea Horse", "Tender Is the Night", "Terrible Swift Sword", "That Good Night", "That Hideous Strength", "Things Fall Apart", "This Side of Paradise", "Those Barren Leaves, Thrones, Dominations", "Tiger! Tiger!", "A Time of Gifts", "Time of our Darkness", "Time To Murder And Create", "Tirra Lirra by the River", "To a God Unknown", "To Sail Beyond the Sunset", "To Say Nothing of the Dog", "To Your Scattered Bodies Go", "The Torment of Others", "Unweaving the Rainbow", "Vanity Fair", "Vile Bodies", "The Violent Bear It Away", "Waiting for the Barbarians", "The Waste Land", "The Way of All Flesh", "The Way Through the Woods", "The Wealth of Nations", "What's Become of Waring", "When the Green Woods Laugh", "Where Angels Fear to Tread", "The Widening Gyre", "Wildfire at Midnight", "The Wind's Twelve Quarters", "The Wings of the Dove", "The Wives of Bath", "The World, the Flesh and the Devil", "The Yellow Meads of Asphodel"] author: "#{Name.name}" publisher: ["Academic Press", "Ace Books", "Addison-Wesley", "Adis International", "Airiti Press", "André Deutsch", "Andrews McMeel Publishing", "Anova Books", "Anvil Press Poetry", "Applewood Books", "Apress", "Athabasca University Press", "Atheneum Books", "Atheneum Publishers", "Atlantic Books", "Atlas Press", "Ballantine Books", "Banner of Truth Trust", "Bantam Books", "Bantam Spectra", "Barrie & Jenkins", "Basic Books", "BBC Books", "Harvard University Press", "Belknap Press", "Bella Books", "Bellevue Literary Press", "Berg Publishers", "Berkley Books", "Bison Books", "Black Dog Publishing", "Black Library", "Black Sparrow Books", "Blackie and Son Limited", "Blackstaff Press", "Blackwell Publishing", "John Blake Publishing", "Bloodaxe Books", "Bloomsbury Publishing Plc", "Blue Ribbon Books", "Book League of America", "Book Works", "Booktrope", "Borgo Press", "Bowes & Bowes", "Boydell & Brewer", "Breslov Research Institute", "Brill Publishers", "Brimstone Press", "Broadview Press", "Burns & Oates", "Butterworth-Heinemann", "Caister Academic Press", "Cambridge University Press", "Candlewick Press", "Canongate Books", "Carcanet Press", "Carlton Books", "Carlton Publishing Group", "Carnegie Mellon University Press", "Casemate Publishers", "Cengage Learning", "Central European University Press", "Chambers Harrap", "Charles Scribner's Sons", "Chatto and Windus", "Chick Publications", "Chronicle Books", "Churchill Livingstone", "Cisco Press", "City Lights Publishers", "Cloverdale Corporation", "D. Appleton & Company", "D. Reidel", "Da Capo Press", "Daedalus Publishing", "Dalkey Archive Press", "Darakwon Press", "David & Charles", "DAW Books", "Dedalus Books", "Del Rey Books", "E. P. Dutton", "Earthscan", "ECW Press", "Eel Pie Publishing", "Eerdmans Publishing", "Edupedia Publications", "Ellora's Cave", "Elsevier", "Emerald Group Publishing", "Etruscan Press", "Faber and Faber", "FabJob", "Fairview Press", "Farrar, Straus & Giroux", "Fearless Books", "Felony & Mayhem Press", "Firebrand Books", "Flame Tree Publishing", "Focal Press", "G. P. Putnam's Sons", "G-Unit Books", "Gaspereau Press", "Gay Men's Press", "Gefen Publishing House", "George H. Doran Company", "George Newnes", "George Routledge & Sons", "Godwit Press", "Golden Cockerel Press", "Hachette Book Group USA", "Hackett Publishing Company", "Hamish Hamilton", "Happy House", "Harcourt Assessment", "Harcourt Trade Publishers", "Harlequin Enterprises Ltd", "Harper & Brothers", "Harper & Row", "HarperCollins", "HarperPrism", "HarperTrophy", "Harry N. Abrams, Inc.", "Harvard University Press", "Harvest House", "Harvill Press at Random House", "Hawthorne Books", "Hay House", "Haynes Manuals", "Heyday Books", "HMSO", "Hodder & Stoughton", "Hodder Headline", "Hogarth Press", "Holland Park Press", "Holt McDougal", "Horizon Scientific Press", "Ian Allan Publishing", "Ignatius Press", "Imperial War Museum", "Indiana University Press", "J. M. Dent", "Jaico Publishing House", "Jarrolds Publishing", "Karadi Tales", "Kensington Books", "Kessinger Publishing", "Kodansha", "Kogan Page", "Koren Publishers Jerusalem", "Ladybird Books", "Leaf Books", "Leafwood Publishers", "Left Book Club", "Legend Books", "Lethe Press", "Libertas Academica", "Liberty Fund", "Library of America", "Lion Hudson", "Macmillan Publishers", "Mainstream Publishing", "Manchester University Press", "Mandrake of Oxford", "Mandrake Press", "Manning Publications", "Manor House Publishing", "Mapin Publishing", "Marion Boyars Publishers", "Mark Batty Publisher", "Marshall Cavendish", "Marshall Pickering", "Martinus Nijhoff Publishers", "Mascot Books", "Matthias Media", "McClelland and Stewart", "McFarland & Company", "McGraw-Hill Education", "McGraw Hill Financial", "Medknow Publications", "Naiad Press", "Nauka", "NavPress", "New Directions Publishing", "New English Library", "New Holland Publishers", "New Village Press", "Newnes", "No Starch Press", "Nonesuch Press", "Oberon Books", "Open Court Publishing Company", "Open University Press", "Orchard Books", "O'Reilly Media", "Orion Books", "Packt Publishing", "Palgrave Macmillan", "Pan Books", "Pantheon Books at Random House", "Papadakis Publisher", "Parachute Publishing", "Parragon", "Pathfinder Press", "Paulist Press", "Pavilion Books", "Peace Hill Press", "Pecan Grove Press", "Pen and Sword Books", "Penguin Books", "Random House", "Reed Elsevier", "Reed Publishing", "SAGE Publications", "St. Martin's Press", "Salt Publishing", "Sams Publishing", "Schocken Books", "Scholastic Press", "Charles Scribner's Sons", "Seagull Books", "Secker & Warburg", "Shambhala Publications", "Shire Books", "Shoemaker & Hoard Publishers", "Shuter & Shooter Publishers", "Sidgwick & Jackson", "Signet Books", "Simon & Schuster", "T & T Clark", "Tachyon Publications", "Tammi", "Target Books", "Tarpaulin Sky Press", "Tartarus Press", "Tate Publishing & Enterprises", "Taunton Press", "Taylor & Francis", "Ten Speed Press", "UCL Press", "Unfinished Monument Press", "United States Government Publishing Office", "University of Akron Press", "University of Alaska Press", "University of California Press", "University of Chicago Press", "University of Michigan Press", "University of Minnesota Press", "University of Nebraska Press", "Velazquez Press", "Verso Books", "Victor Gollancz Ltd", "Viking Press", "Vintage Books", "Vintage Books at Random House", "Virago Press", "Virgin Publishing", "Voyager Books", "Brill", "Allen Ltd", "Zed Books", "Ziff Davis Media", "Zondervan"] genre: ['Classic', 'Comic/Graphic Novel', 'Crime/Detective', 'Fable', 'Fairy tale', 'Fanfiction', 'Fantasy', 'Fiction narrative', 'Fiction in verse', 'Folklore', 'Historical fiction', 'Horror', 'Humor', 'Legend', 'Metafiction', 'Mystery', 'Mythology', 'Mythopoeia', 'Realistic fiction', 'Science fiction', 'Short story', 'Suspense/Thriller', 'Tall tale', 'Western', 'Biography/Autobiography', 'Essay', 'Narrative nonfiction', 'Speech', 'Textbook', 'Reference book'] faker-1.9.1/lib/locales/en/bossa_nova.yml000066400000000000000000000036451332146201300202640ustar00rootroot00000000000000en: faker: bossa_nova: artists: ["Alaide Costa", "Antonio Carlos Jobim", "Astrud Gilberto", "Baden Powell", "Bebel Gilberto", "Billy Blanco", "Bola Sete", "Caetano Veloso", "Carlos Lyra", "Chico Buarque", "Chico Moraes", "Danilo Caymmi", "Dori Caymmi", "Dorival Caymmi", "Edu Lobo", "Elis Regina", "Elizeth Cardoso", "Elza Soares", "Gal Costa", "Geraldo Vandre", "Gilberto Gil", "Johnny Alf", "Jorge Ben Jor", "Joyce Moreno", "Joao Donato", "Joao Gilberto", "Joao Gilberto", "Laurindo de Almeida", "Leny Andrade", "Lisa Ono", "Lucio Alves", "Luiz Bonfa", "Luiz Eca", "Marcos Valle", "Maria Bethania", "Minas", "Nara Leao", "Nelson Motta", "Novos Baianos", "Os Cariocas", "Oscar Castro Neves", "Roberto Menescal", "Ronaldo Boscoli", "Sergio Mendes", "Stan Getz", "Toquinho", "Vinicius de Moraes", "Wanda Sa", "Wilson Simonal", "Zimbo Trio"] songs: ["A Banda", "Acabou Chorare", "Alo, alo Marciano", "Aquarela", "Aquarela Do Brasil", "Batucada Surgiu", "Bossa Jazz", "Canto de Ossanha", "Catavento", "Chega de Saudade", "Chora Tua Tristeza", "Chuva de Prata", "Chao de Giz", "Clube do Samba", "Coisa Mais Linda", "Corcovado", "Calice", "Desafinado", "Dindi", "Diz Que Fui Por Ai", "Drao", "Ela E Carioca", "Entardecendo", "Eu Bebo Sim", "Eu Nao Existo Sem Voce", "Eu Preciso Dizer Que Te Amo", "Eu Sei Que Vou Te Amar", "Eu Sei Que Vou Te Amar", "Garota de Ipanema", "Ginza Samba", "Influencia Do Jazz", "Insensatez", "Ladainha", "Luiza", "Malandro", "Manha De Carnaval", "Mas Que Nada", "Moonlight in Rio", "O Barquinho", "O Bebado e A Equilibrista", "O Leaozinho", "O Que E Que A Bahiana Tem", "Para Viver Um Grande Amor", "Piston de Gafieira", "Pra Nao Dizer Que Nao Falei Das Flores", "Samba De Uma Nota So", "Samba Esquema Novo", "Samba da Bencao", "Samba da Bencao", "Samba de Orly", "Samba em Prelúdio", "Sabado em Copacabana", "Tarde Em Itapoa", "Valsa de Uma Cidade", "Voce E Linda", "Zum-Zum", "Agua de beber", "Aguas de Marco"] faker-1.9.1/lib/locales/en/breaking_bad.yml000066400000000000000000000035501332146201300205150ustar00rootroot00000000000000en: faker: breaking_bad: character: [ "Walter White", "Hank Schrader", "Skyler White", "Jesse Pinkman", "Gustavo Fring", "Mike Ehrmantraut", "Jimmy McGill", "Hector 'Tio' Salamanca", "Lydia Rodarte-Quayle", "Jane Margolis", "Tuco Salamanca", "The Cousins", "Ted Beneke", "Gale Boetticher", "Walter White Jr.", "Todd Alquist", "Brock Cantillo", "Andrea Cantillo", "Jack Welker", "Krazy-8", "'Don' Eladio Vuente", "Marie Schrader", "Gretchen Schwartz", "Huell Babineaux", "Tortuga", "Victor", "Juan Bolsa", "Tomás Cantillo", "Holly White", "Steven Gomez", "Emilio Koyama", "Drew Sharp", "Declan", "Carmen Molina", "Brandon 'Badger' Mayhew", "Christian 'Combo' Ortega", "Rival Dealers", "Ed", "Ken", "Kenny", "Group Leader", "George Merkert", "Adam Pinkman", "Mrs Pinkman", "No-Doze", "Gonzo" ] episode: [ "Pilot", "Cat's in the Bag...", "...And the Bag's in the River", "Cancer Man", "Gray Matter", "Crazy Handful of Nothin", "A No-Rough-Stuff-Type Deal", "Seven Thirty-Seven", "Grilled", "Bit by a Dead Bee", "Down", "Breakage", "Peekaboo", "Negro y Azul", "Better Call Saul", "4 Days Out", "Over", "Mandala", "Phoenix", "ABQ", "No Más", "Caballo Sin Nombre", "I.F.T.", "Green Light", "Más", "Sunset", "One Minute", "I See You", "Kafkaesque", "Fly", "Abiquiu", "Half Measures", "Full Measure", "Box Cutter", "Thirty-Eight Snub", "Open House", "Bullet Points", "Shotgun", "Cornered", "Problem Dog", "Hermanos", "Bug", "Salud", "Crawl Space", "End Times", "Face Off", "Live Free or Die", "Madrigal", "Hazard Pay", "Fifty-One", "Dead Freight", "Buyout", "Say My Name", "Gliding Over All", "Blood Money", "Buried", "Confessions", "Rabid Dog", "To'hajiilee", "Ozymandias", "Granite State", "Felina" ] faker-1.9.1/lib/locales/en/business.yml000066400000000000000000000005001332146201300177500ustar00rootroot00000000000000en: faker: business: credit_card_numbers: ['1234-2121-1221-1211', '1212-1221-1121-1234', '1211-1221-1234-2201', '1228-1221-1221-1431'] credit_card_types: ['visa', 'mastercard', 'american_express', 'discover', 'diners_club', 'jcb', 'switch', 'solo', 'dankort', 'maestro', 'forbrugsforeningen', 'laser'] faker-1.9.1/lib/locales/en/cannabis.yml000066400000000000000000000112511332146201300177000ustar00rootroot00000000000000en: faker: cannabis: strains: ["24k", "Alien Diesel", "Banana OG", "Bio-Diesel", "Black Diamond OG", "Black Jack", "Blackberry Cookies", "Blackberry Soda", "Blackwater OG", "Blue Dream", "Blueberry Tangie", "Boss Hog", "Cali Mist", "Candy Skunk", "Candyland", "Canna Sutra", "Cheese", "Chem Berry", "Cherry Cheese", "Cherry Lime", "Chocolate Hashberry", "Chronic", "Church OG", "Clementine", "Colfax Cookies", "Colfax Jack", "Colfax Platinum", "Critical Kush", "Diablo OG", "Double Dutch Bus", "Dutch Treat", "Forbidden Fruit", "Gelato", "Ghost OG", "Girl Scout Cookies", "Godzilla Glue", "Golden Strawberries", "Gorilla Glue", "Gorilla Princess", "Granddaddy Purple Kush", "Grapefruit Kush", "Green Cobra", "Green Queen", "Hardcore Grapes", "Heavy OG", "Jack Frost", "Key Lime Pie", "King Kong OG", "King Louis OG", "Kings Reserve OG", "Koffee Cake", "Lemon Jack", "Lemon Meringue", "Lemon Skunk", "Lemonade", "Lime #5", "Lucky Charms", "Master OG", "Maui Jack", "Mendo Breath", "Mojito", "Moon Glue", "Mr. Nice Guy", "NY Sour Diesel", "Nectarine", "Novicane Kush", "Nug Salad", "OG Chem", "OG Salad", "ONAC OG", "Panama Punch", "Pineapple Sage", "Pinesol OG", "Pink Lotus", "Pitbull", "Platinum OG", "Presidential OG", "Private Reserve", "Purple Punch", "Queen Dream", "Rainbow Sherbet", "Raskal OG", "Redwood Bubba Kush", "Rude Boi OG", "Satellite OG", "Saturn OG", "Sherbert", "Skywalker OG", "Snozzberry OG", "Sonoma Glue", "Soul Assasin OG", "Soul Assassin", "Sour Cheese", "Strawberry Banana", "Strawberry Cough", "Strawberry Moonrocks", "Strawberry Shortcake", "Sugar Momma", "Sunset Sherbert", "Super Glue", "Super Jack", "Super Silver Haze", "Tangie", "Watermelon", "White Tahoe Cookies", "Whitewalker OG", "XJ-13"] cannabinoid_abbreviations: ["THC", "THCa", "∆9THC", "∆8THC", "THCv", "THCv", "CBD", "CBDa", "CBDv", "CBN", "CBNa", "CBG", "CBGa", "CBC", "CBCa", "CBL", "CBLa"] cannabinoids: ["Tetrahydrocannabinol", "Tetrahydrocannabinolic Acid", "Tetrahydrocannabivarin", "Cannabidiol", "Cannabidiolic Acid", "Cannabidivarin", "Cannabinol", "Cannabinolic Acid", "Cannabigerol", "Cannabigerolic Acid", "Cannabichromene", "Cannabichromic Acid", "Cannabicyclol", "Cannabicyclic Acid"] terpenes: ["α Pinene", "Myrcene", "α Phellandrene", "∆ 3 Carene", "Terpinene", "Limonene", "α Terpinolene", "Linalool", "Fenchol", "Borneol", "Terpineol", "Geraniol", "α Humulene", "β Caryophyllene", "Caryophyllene Oxide", "α Bisabolol", "Camphene", "β Pinene", "Ocimene", "Sabinene", "Camphor", "Isoborneol", "Menthol", "α Cedrene", "Nerolidol", "R-(+)-Pulegone", "Eucalyptol", "p-Cymene", "(-)-Isopulegol", "Geranyl", "Acetate", "Guaiol", "Valencene", "Phytol", "Citronellol"] medical_uses: ["analgesic", "anti-bacterial", "anti-diabetic", "anti-emetic", "anti-epileptic", "anti-fungal", "anti-depressant", "anti-inflammatory", "anti-insomnia", "anti-ischemic", "anti-cancer", "anti-psoriatic", "anti-psychotic", "anti-spasmodic", "anti-anxiety", "appetite stimulant", "anorectic", "bone stimulant", "immunoregulation", "immunostimulant", "intestinal anti-prokinetic", "neuroprotective", "bronchodilator", "anti-stress", "anti-septic", "psychoactive", "non-psychoactive", "decongestant", "anti-histamine", "anti-oxidant", "anti-viral"] health_benefits: ["relieves pain", "kills or slows bacteria growth", "reduces blood sugar levels", "reduces vomiting and nausea", "reduces seizures and convulsion", "treats fungal infection", "treats depression", "reduces inflammation", "aids sleep", "reduces risk of artery blockage", "inhibits cell growth in tumors/cancer cells", "treats psoriasis", "tranquilizing", "suppresses muscle spasms", "relieves anxiety", "stimulates appetite", "suppresses appetite", "promotes bone growth", "regulates function in the immune system", "stimulates function in the immune system", "reduces contractions in the small intestines", "protects against nervous system degeneration", "improves airflow to lungs", "prevents stress", "prevents infection", "affects mental activity", "does not affect mental activity", "relieves congestion", "treats allergy symptoms", "cell protectant", "treats viral infections"] categories: ["capsules", "concentrates", "crumble", "crystalline", "distillate", "edibles", "flower", "ice hash", "live resin", "medical", "rosin", "seeds & clones", "shatter", "tinctures", "topicals", "vape pens"] types: ["hybrid", "indica", "sativa"] buzzwords: ["blunt wrap", "bong", "bottom shelf", "bubbler", "cashed", "cbd", "dank", "eighth", "gram", "high", "hydroponic", "keef", "marijuana", "mary jane", "munchies", "ounce", "papers", "pipe", "pound", "private reserve", "ripped", "spliff", "stoned", "terpene", "thc", "toke", "top shelf", "wake and bake", "weed"] faker-1.9.1/lib/locales/en/cat.yml000066400000000000000000000043261332146201300166760ustar00rootroot00000000000000en: faker: cat: name: ["Alfie", "Angel", "Bella", "Charlie", "Chloe", "Coco", "Daisy", "Felix", "Jasper", "Lily", "Lucky", "Lucy", "Max", "Millie", "Milo", "Missy", "Misty", "Molly", "Oliver", "Oscar", "Poppy", "Sam", "Shadow", "Simba", "Smokey", "Smudge", "Sooty", "Tiger"] breed: ["Abyssinian", "Aegean", "American Bobtail", "American Curl", "American Shorthair", "American Wirehair", "Arabian Mau", "Asian", "Asian Semi-longhair", "Australian Mist", "Balinese", "Bambino", "Bengal", "Birman", "Bombay", "Brazilian Shorthair", "British Longhair", "British Semipi-longhair", "British Shorthair", "Burmese", "Burmilla", "California Spangled", "Chantilly-Tiffany", "Chartreux", "Chausie", "Cheetoh", "Colorpoint Shorthair", "Cornish Rex", "Cymric, or Manx Longhair", "Cyprus", "Devon Rex", "Donskoy, or Don Sphynx", "Dragon Li", "Dwarf cat, or Dwelf", "Egyptian Mau", "European Shorthair", "Exotic Shorthair", "Foldex Cat", "German Rex", "Havana Brown", "Highlander", "Himalayan, or Colorpoint Persian", "Japanese Bobtail", "Javanese", "Khao Manee", "Korat", "Korean Bobtail", "Korn Ja", "Kurilian Bobtail", "Kurilian Bobtail, or Kuril Islands Bobtail", "LaPerm", "Lykoi", "Maine Coon", "Manx", "Mekong Bobtail", "Minskin", "Munchkin", "Napoleon", "Nebelung", "Norwegian Forest Cat", "Ocicat", "Ojos Azules", "Oregon Rex", "Oriental Bicolor", "Oriental Longhair", "Oriental Shorthair", "PerFold Cat (Experimental Breed - WCF)", "Persian (Modern Persian Cat)", "Persian (Traditional Persian Cat)", "Peterbald", "Pixie-bob", "Raas", "Ragamuffin", "Ragdoll", "Russian Blue", "Russian White, Black and Tabby", "Sam Sawet", "Savannah", "Scottish Fold", "Selkirk Rex", "Serengeti", "Serrade petit", "Siamese", "Siberian", "Singapura", "Snowshoe", "Sokoke", "Somali", "Sphynx", "Suphalak", "Thai", "Tonkinese", "Toyger", "Turkish Angora", "Turkish Van", "Ukrainian Levkoy"] registry: ["American Cat Fanciers Association", "Associazione Nazionale Felina Italiana", "Canadian Cat Association", "Cat Aficionado Association", "Cat Fanciers' Association", "Emirates Feline Federation", "Fédération Internationale Féline", "Felis Britannica", "Governing Council of the Cat", "Fancy Southern Africa Cat Council", "The International Cat Association"] faker-1.9.1/lib/locales/en/chuck_norris.yml000066400000000000000000000144421332146201300206200ustar00rootroot00000000000000en: faker: chuck_norris: fact: [ "All arrays Chuck Norris declares are of infinite size, because Chuck Norris knows no bounds.", "Chuck Norris doesn't have disk latency because the hard drive knows to hurry the hell up.", "All browsers support the hex definitions #chuck and #norris for the colors black and blue.", "Chuck Norris can't test for equality because he has no equal.", "Chuck Norris doesn't need garbage collection because he doesn't call .Dispose(), he calls .DropKick().", "Chuck Norris's first program was kill -9.", "Chuck Norris burst the dot com bubble.", "Chuck Norris writes code that optimizes itself.", "Chuck Norris can write infinite recursion functions... and have them return.", "Chuck Norris can solve the Towers of Hanoi in one move.", "The only pattern Chuck Norris knows is God Object.", "Chuck Norris finished World of Warcraft.", "Project managers never ask Chuck Norris for estimations... ever.", "Chuck Norris doesn't use web standards as the web will conform to him.", "\"It works on my machine\" always holds true for Chuck Norris.", "Whiteboards are white because Chuck Norris scared them that way.", "Chuck Norris's beard can type 140 wpm.", "Chuck Norris can unit test an entire application with a single assert.", "Chuck Norris doesn't bug hunt, as that signifies a probability of failure. He goes bug killing.", "Chuck Norris's keyboard doesn't have a Ctrl key because nothing controls Chuck Norris.", "Chuck Norris doesn't need a debugger, he just stares down the bug until the code confesses.", "Chuck Norris can access private methods.", "Chuck Norris can instantiate an abstract class.", "Chuck Norris doesn't need to know about class factory pattern. He can instantiate interfaces.", "The class object inherits from Chuck Norris.", "For Chuck Norris, NP-Hard = O(1).", "Chuck Norris knows the last digit of PI.", "Chuck Norris can divide by zero.", "Chuck Norris doesn't get compiler errors, the language changes itself to accommodate Chuck Norris.", "The programs that Chuck Norris writes don't have version numbers because he only writes them once. If a user reports a bug or has a feature request they don't live to see the sun set.", "Chuck Norris doesn't believe in floating point numbers because they can't be typed on his binary keyboard.", "Chuck Norris solved the Travelling Salesman problem in O(1) time.", "Chuck Norris never gets a syntax error. Instead, the language gets a DoesNotConformToChuck error.", "No statement can catch the ChuckNorrisException.", "Chuck Norris doesn't program with a keyboard. He stares the computer down until it does what he wants.", "Chuck Norris doesn't pair program.", "Chuck Norris can write multi-threaded applications with a single thread.", "There is no Esc key on Chuck Norris' keyboard, because no one escapes Chuck Norris.", "Chuck Norris doesn't delete files, he blows them away.", "Chuck Norris can binary search unsorted data.", "Chuck Norris breaks RSA 128-bit encrypted codes in milliseconds.", "Chuck Norris went out of an infinite loop.", "Chuck Norris can read all encrypted data, because nothing can hide from Chuck Norris.", "Chuck Norris hosting is 101% uptime guaranteed.", "When a bug sees Chuck Norris, it flees screaming in terror, and then immediately self-destructs to avoid being roundhouse-kicked.", "Chuck Norris rewrote the Google search engine from scratch.", "Chuck Norris doesn't need the cloud to scale his applications, he uses his laptop.", "Chuck Norris can access the DB from the UI.", "Chuck Norris' protocol design method has no status, requests or responses, only commands.", "Chuck Norris' programs occupy 150% of CPU, even when they are not executing.", "Chuck Norris can spawn threads that complete before they are started.", "Chuck Norris programs do not accept input.", "Chuck Norris doesn't need an OS.", "Chuck Norris can compile syntax errors.", "Chuck Norris compresses his files by doing a flying round house kick to the hard drive.", "Chuck Norris doesn't use a computer because a computer does everything slower than Chuck Norris.", "You don't disable the Chuck Norris plug-in, it disables you.", "Chuck Norris doesn't need a java compiler, he goes straight to .war", "Chuck Norris can use GOTO as much as he wants to. Telling him otherwise is considered harmful.", "There is nothing regular about Chuck Norris' expressions.", "Quantum cryptography does not work on Chuck Norris. When something is being observed by Chuck it stays in the same state until he's finished.", "There is no need to try catching Chuck Norris' exceptions for recovery; every single throw he does is fatal.", "Chuck Norris' beard is immutable.", "Chuck Norris' preferred IDE is hexedit.", "Chuck Norris is immutable. If something's going to change, it's going to have to be the rest of the universe.", "Chuck Norris' addition operator doesn't commute; it teleports to where he needs it to be.", "Anonymous methods and anonymous types are really all called Chuck Norris. They just don't like to boast.", "Chuck Norris doesn't have performance bottlenecks. He just makes the universe wait its turn.", "Chuck Norris does not use exceptions when programming. He has not been able to identify any of his code that is not exceptional.", "When Chuck Norris' code fails to compile the compiler apologises.", "Chuck Norris does not use revision control software. None of his code has ever needed revision.", "Chuck Norris can recite π. Backwards.", "When Chuck Norris points to null, null quakes in fear.", "Chuck Norris has root access to your system.", "When Chuck Norris gives a method an argument, the method loses.", "Chuck Norris' keyboard doesn't have a F1 key, the computer asks him for help.", "When Chuck Norris presses Ctrl+Alt+Delete, worldwide computer restart is initiated." ] faker-1.9.1/lib/locales/en/code.yml000066400000000000000000000155741332146201300170500ustar00rootroot00000000000000en: faker: code: asin: ["B000BJ20TO", "B000BJ0Z50", "B000BUYO60", "B000HGWGHW", "B000II6WOW", "B000AMNV8G", "B000HDT0BU", "B000HGNY7I", "B000I6VQX6", "B0002I6HKW", "B00067POW6", "B0000VFDCY", "B0000W4I2O", "B00026IESC", "B000GWIHF2", "B000H3HHOM", "B00066OELO", "B0009QHJSG", "B000NQLULE", "B000P42ICO", "B000P5XI6S", "B000Q75VCO", "B000A409WK", "B000ILNR10", "B000JMIRRC", "B000JTDF6I", "B000NQLUNC", "B000PIIXBA", "B000Q75VCO", "B000NKTC92", "B000Q6Y34W", "B000E5GB3Q", "B0001DJWXW", "B000GFCRDC", "B000IBFL2S", "B000FTQ5A0", "B000JZZHEU", "B000Q313FC", "B000OVNFDE", "B000FTBJGA", "B00019774C", "B0002IQM66", "B000FTBJGA", "B000FTBJFG", "B00019774M", "B0002IQM52", "B0000V3W9U", "B000CSAK3M", "B000CFIMWQ", "B0001H5RIC", "B00005R12M", "B000GIWNCE", "B000000Z1F", "B0006YBTS2", "B000AF8T1C", "B000FQ9CTY", "B00012FB6K", "B0001H5NK4", "B000G1CIH6", "B000CPJHQG", "B000GPHRW8", "B000P4178K", "B000MZW1GE", "B000NMKCKI", "B000KBAL6W", "B000KJW2JS", "B000LCZCRS", "B000QA7ZFC", "B000J0NOTK", "B000BMHOVU", "B000FFAGDG", "B0002GL2BS", "B0002GM6DQ", "B000KAAIA2", "B0009QMECC", "B000ML8E7I", "B000NKOHPG", "B000PGCLWY", "B000PIM89S", "B0001DJXAY", "B000MLA1UQ", "B000NKSTVO", "B000PIGTK2", "B000Q76WYK", "B000NG1GKO", "B000ITBS40", "B000JTR9CE", "B000KP4VP0", "B00025C3HG", "B000BPNBCI", "B000BPZFNQ", "B000BQ6ML4", "B000BPIBPK", "B000BPX542", "B000BQ2HR2", "B000BTBGDK", "B000N5FYNK", "B000N5HN3Y", "B000N5FYO4", "B000N5HN3Y", "B000N5FYOE", "B000N5HN3Y", "B00079UXEC", "B0007Z6B42", "B0007Z6BBA", "B000CDC7O2", "B000KU5ELA", "B000COF89C", "B000FOOQK6", "B00012D9TQ", "B000P5YK8S", "B000NKSOOQ", "B000Q72CSA", "B000K0WZ2G", "B000J3401I", "B0006OGUPY", "B000JS9C70", "B000JS9C7K", "B000JSBHCS", "B000IBJ3OA", "B000JFLI7U", "B000Q7F1OW", "B0000008XW", "B0007WHCXO", "B0007WHCXE", "B0007WHCXY", "B000CR7COI", "B000CR7CP2", "B000B5MVJM", "B000CR7COS", "B000H4CQYM", "B000NI7RW8", "B000HF37YE", "B000PWBC6Y", "B000O332KS", "B000MW7MJ8", "B000IXHC2S", "B000PAOCOU", "B000GLXHGC", "B0009R9L7W", "B00066USKU", "B00069TDVW", "B000GFCVA6", "B000AQNDBM", "B000IT4T9Q", "B000IT4T96", "B000IT4T9Q", "B000IT4T96", "B000IT4T9Q", "B0000DJH5H", "B0000DKWE1", "B0000DYZL0", "B000F8FY6M", "B000F8MENI", "B0001FEWCG", "B0001FGAO4", "B000BJ20J4", "B000BJ8NJU", "B000BPGAOE", "B0000DGFW7", "B0000DGXE8", "B0000DHWAB", "B0000DIIQA", "B000A6QSTG", "B000A70EOU", "B000AXVWA4", "B000BJ20OE", "B000BJ4UQ0", "B000BPHSLS", "B0002X4OIY", "B0002XCH2E", "B000BY634C", "B000BYDF4I", "B000A6LSXW", "B000A70EAO", "B000AXVVY6", "B000F5631A", "B00004YKMI", "B000FNP6CY", "B000BIWQNA", "B000BJ20Y4", "B000BJ4VFA", "B000BSH87O", "B000BJ0LSQ", "B000BJ5JHE", "B000BJ6VNA", "B000BSH8AQ", "B000PLUEEQ", "B00000AQ4N", "B000IT9ZLI", "B000NKUUKW", "B000Q71WNG", "B000ILRO82", "B00000AYGE", "B00095NYV8", "B00097DN12", "B000A3PVZ6", "B000BKCYUS", "B0009XDRTE", "B0009XOXXS", "B000ABFA7W", "B000ALH1DI", "B000AM3FKK", "B000AM6Z7K", "B000AM78JO", "B0000B0JG4", "B0000DE593", "B0000DFLFJ", "B0000AAGDL", "B0000AAGJF", "B0000B0IVU", "B0000DDZ3N", "B0000DFDWF", "B000A3JNTG", "B000B7CDX4", "B000A2TMH0", "B000A3PYLW", "B000A3T33M", "B000ALJYO2", "B000HB0138", "B000HB2O2O", "B0002RTXMM", "B000GPWOLW", "B000GQ2P7O", "B000GT8JQC", "B000HKQS6I", "B000HQGKRO", "B000I6TI2C", "B000A4RJ8C", "B000A4YC14", "B000A6LPM6", "B000A70B7K", "B000AR99QO", "B000I6QKZU", "B00067668W", "B00067FMXM", "B00067OVMK", "B0009ICOZ2", "B0009IOFWC", "B0009IT5P4", "B0009PC1XA", "B000A15Y0K", "B000A1AUBI", "B000A3K36I", "B000BHLISA", "B000BHP2LO", "B000BPC71E", "B0000VDPWE", "B0000VG5MG", "B0000VQ4YA", "B0000W47PC", "B0000DGGHM", "B0000DHBRP", "B0000DHUGW", "B000A143NO", "B000A1AVNK", "B000A3M9CY", "B000AOVECO", "B0000DGTOF", "B0000DHCHM", "B0000DGH5J", "B0000DGTWR", "B0000DHCZT", "B0000DHVM5", "B000A0A56Y", "B000A0AQPO", "B000A1D15U", "B000AOMOVE", "B0000DDEMJ", "B0000DEC3S", "B0000DFUHY", "B0000YKHC2", "B000J1E1RS", "B000J2II3K", "B000J2NMGS", "B000JR91YA", "B0009QW44A", "B0009RSVD2", "B0000DKWG0", "B0000DYX4V", "B0000DYZRA", "B0000TFLNM", "B00066USX2", "B000675MDW", "B00067EOF4", "B0000AHC6J", "B0000AJDKF", "B0000D1DW1", "B0000DEVGP", "B0000DFOKF", "B000A1FW8E", "B000AOMPAY", "B0002XUV3G", "B0002STO02", "B0000AATPM", "B0000AB07P", "B0000AFKVG", "B0000DECN1", "B0000DFPMN", "B0000W2LW8", "B0000W2MNQ", "B0000W463K", "B0000W46R6", "B00029JHS0", "B0002RFYGQ", "B000654P8C", "B00065E4WY", "B00065F3KG", "B0006DRM02", "B000GWGMP4", "B000GWH2DU", "B000GWKIMC", "B000HU7P92", "B000GWGJK2", "B000GWGQ5K", "B000HU5ZIA", "B0000DGI28", "B0000DGUFP", "B0000DHW2M", "B000HB4DU0", "B000HBXMHK", "B000HCTRK0", "B000I4ZLIE", "B000I6QR9O", "B000KFZ32A", "B000HB4E90", "B000HC0P2E", "B000HW5FFG", "B000I6QSBG", "B000IAPR0U", "B000IAPYWQ", "B000A2LNPO", "B000A2SVXQ", "B000A3PGTC", "B000J42NY8", "B000JKMDTW", "B000BNLKWS", "B000BOIITU", "B000BHP4DA", "B000BJ8TZI", "B000CEPH52", "B000HW06LY", "B000I00RTG", "B000I6ONRM", "B000IATJ5Y", "B0007657T6", "B0007658JK", "B0002SUQUY", "B0002SVARW", "B0002SZELK", "B0006628FS", "B000662QI2", "B000662ADI", "B000662SOY", "B000664J5A", "B000K99WQE", "B0000VAA8G", "B000A2MI80", "B000A3J9AE", "B0000DGV0O", "B0000DHWDX", "B000A2NCLW", "B000A2SXYS", "B000A3LC6I", "B000AR9G7G", "B000A2MIJY", "B000A2ROWK", "B000A2SP0K", "B000A2T37E", "B000A3LC18", "B000B7722Q", "B000BFMIY0", "B0000DHDOF", "B0000VAE3M", "B0002BWS1G", "B0002BXBEY", "B0002C489K", "B0002TJ4JM", "B0000DDQNC", "B0000DE0T8", "B0000DFH0E", "B0000DGITY", "B000A2LQ2O", "B000A2O26G", "B000A3PI3G", "B000AR9FZE", "B000A2O3U6", "B000A2RR04", "B000ABNX30", "B000A2MF7E", "B000A3PWXC", "B000A3WUAK", "B000A2NZFK", "B000A3LPTC", "B000A3TB9I", "B000ARBM9G", "B0002EZWRK", "B0002F4AB8", "B0002W2RBG", "B000A6LR6K", "B000A6Y9HY", "B000AADDGS", "B000B7CC94", "B00024VYL8", "B00025BKCK", "B00025DRIA", "B000A2MHMW", "B000A2RL4Q", "B000A3K6TM", "B00067PA2U", "B00067PKPM", "B00067Q8TY", "B0006PJMEE", "B000HVZOOO", "B000I6S5NU", "B000IATH6K", "B000A6WENA", "B000A6LQZ2", "B000A6ULLW", "B000J1FZV4", "B000J2NHC2", "B0000VDUVA", "B0000VF9C8", "B0000W4DP6", "B000BHP43U", "B000BIWPKO", "B000BUWUX4", "B000JKKCMW", "B000JLDYM6", "B000JQ0JNS", "B00067PATS", "B00067PLD8", "B00067Q9HK", "B000KEYQLA", "B000KGCZ8O", "B000KMRYNO", "B000HW20EA", "B000I6TCGO", "B000IATJEU", "B000I4W7S6", "B000I6RUQ8", "B000IAO9A4", "B0002F03NW", "B0002F40AY", "B0002XTOHK", "B000A3JQ0M", "B000A3T3LY", "B000HW1EGK", "B000I6VAU0", "B000IAS0JU", "B000A6NVNM", "B000A6PMBG", "B000B7CBWM", "B0002GLP6K", "B0002GMWEO", "B000A70B9I", "B000BHE134", "B0000DKWL7", "B0000DYXE0", "B0000DYZW5", "B000GT9P4C", "B000GTFRX0", "B000GTYMOK", "B000A6LPTO", "B000A6Y8AW", "B000AA5SMU", "B000I6RITM", "B000I6VJ7O", "B000IXR5RK", "B000I6MK7W", "B000I6XDVE", "B000IAQ8YO", "B000A0GB7Q", "B000A1AQWQ", "B000AR8ERO", "B000BJ8LGU", "B000BX5BBY", "B0000DGO2Z", "B0000DHF4M", "B0000DIEOI", "B000A2LSJ0", "B000A2MJY8", "B000AR9H5C", "B0000DGQ5D", "B000A2LWKU", "B000A2NVLS", "B000AR85S2", "B000BHP3T0", "B000BJ0KBO", "B000BJ8TIA", "B000CENBP0", "B00025AGUM", "B0000AAFWT", "B0000AAMF4", "B0000ACB9R", "B0000DGJD1", "B0000DGWB4", "B0000DHDW3", "B0000DHY2O", "B000A2NIK2"] faker-1.9.1/lib/locales/en/coffee.yml000066400000000000000000000130431332146201300173520ustar00rootroot00000000000000en: faker: coffee: country: ["Brazil", "Colombia", "Sumatra", "Ethiopia", "Honduras", "Kenya", "Uganda", "Mexico", "Guatemala", "Nicaragua", "Costa Rica", "Tanzania", "El Salvador", "Rwanda", "Burundi", "Panama", "Yemen", "India"] regions: brazil: ["Sul Minas", "Mogiana", "Cerrado"] colombia: ["Nariño", "Huila", "Tolima", "Cauca", "Casanare", "Santander", "Antioquia", "Cundinamarca", "Boyacá"] sumatra: ["Tapanuli", "Lintong", "Aceh", "Lake Tawar", "Lintong", "Gayo"] ethiopia: ["Sidama", "Harrar", "Limu", "Ojimmah", "Lekempti", "Wellega", "Gimbi"] honduras: ["Agalta", "Comayagua", "Copan", "Montecillos", "Opalca", "El Paraiso"] kenya: ["Bungoma", "Embu", "Kiamba", "Kirinyaga", "Mt. Kenya", "Kisii", "Meru", "Murang'a", "Machakos", "Thika", "Nyeri", "Nakuru", "Nyanza", "Kericho"] uganda: ["Bugisu", "Mount Elgon", "Kibale"] mexico: ["Chiapas", "Oaxaca", "Veracruz", "Colima", "San Luis Potosi", "Nayarit", "Hidalgo", "Puebla", "Jalisco"] guatemala: ["Acatenango", "Antigua", "Atitlan", "Fraijanes", "Huehuetenango", "Nuevo Oriente", "Coban", "San Marcos"] nicaragua: ["Matagalpa", "Jinotega", "Boaco", "Madriz", "Nueva Segovia", "Estelí", "Dipilto", "Jalapa", "Carazo", "Granada", "Masaya", "Managua", "Rivas"] costa_rica: ["Tarrazu", "Central Valley", "West Valley", "Guanacaste", "Tres Rios", "Turrialba", "Orosi", "Brunca"] tanzania: ["Western Region, Bukova", "Western Region, Kigoma", "Mbeya Region", "Southern Region, Mbinga", "Western Region, Tarime", "Northern Region, Oldeani", "Northern Region, Arusha", "Northern Region, Kilimanjaro", "Southern Region, Morogoro"] el_salvador: ["Alotepec-Metapán", "Apaneca-Ilamatepec", "El Balsamo-Quetzaltepec", "Cacahuatique", "Chichontepec", "Tecapa-Chinameca"] rwanda: ["Rulindo", "Gishamwana Coffee Island", "Lake Kivu Region", "Kigeyo Washing Station", "Kabirizi"] burundi: ["Kayanza"] panama: ["Boquete", "Chiriqui", "Volcan"] yemen: ["Mattari", "San'ani", "Hirazi", "Raimi"] india: ["Chikmagalur", "Coorg","Biligiris", "Bababudangiris", "Manjarabad", "Nilgiris", "Travancore", "Manjarabad", "Brahmaputra", "Pulneys", "Sheveroys"] variety: ["Liberica", "S288", "S795", "Kent", "Java", "Dilla", "Sumatara", "Catuai", "Pacamara", "Mundo Novo", "Red Bourbon", "Bourbon", "Yellow Bourbon", "Pacas", "Caturra", "Pink Bourbon", "Colombia", "Obata", "Catimors", "Sarchimor", "Mokka", "Kaffa", "Gimma", "Tafari-Kela", "S.4", "Agaro", "Dega", "Barbuk Sudan", "Ennarea", "Geisha", "Gesha", "Blue Mountain", "Kona", "San Ramon", "SL28", "SL34", "Villa Sarchi", "Villalobos", "Typica", "Ethiopian Heirloom"] intensifier: ["muted", "dull", "mild", "structured", "balanced", "rounded", "soft", "faint", "delicate", "dry", "astringent", "quick", "clean", "crisp", "bright", "vibrant", "tart", "wild", "unbalanced", "sharp", "pointed", "dense", "deep", "complex", "juicy", "lingering", "dirty"] body: ["watery", "tea-like", "silky", "slick", "juicy", "smooth", "syrupy", "round", "creamy", "full", "velvety", "big", "chewy", "coating"] descriptor: ["bergamot", "hops", "black-tea", "green-tea", "mint", "sage", "dill", "grassy", "snow pea", "sweet pea", "mushroom", "squash", "green pepper", "olive", "leafy greens", "hay", "tobacco", "cedar", "fresh wood", "soil", "tomato", "sundried tomato", "soy sauce", "leathery", "clove", "liquorice", "curry", "nutmeg", "ginger", "corriander", "cinnamon", "white pepper", "black pepper", "carbon", "smokey", "burnt sugar", "toast", "fresh bread", "barley", "wheat", "rye", "graham cracker", "granola", "almond", "hazelnut", "pecan", "cashew", "peanut", "walnut", "cola", "molasses", "maple syrup", "carmel", "brown sugar", "sugar cane", "marshmallow", "cream", "butter", "honey", "nougat", "vanilla", "milk chocolate", "cocoa powder", "bittersweet chocolate", "bakers chocolate", "cacao nibs", "prune", "dates", "figs", "raisin", "golden raisin", "black currant", "red currant", "blueberry", "strawberry", "raspberry", "cranberry", "black cherry", "cherry", "plum", "apricot", "nectarine", "peach", "coconut", "banana", "kiwi", "mango", "papaya", "pineapple", "passion fruit", "tamarind", "star fruit", "lychee", "concord grape", "red grape", "green grape", "white grape", "cantaloupe", "honeydew", "watermelon", "red apple", "green apple", "orange", "mandarin", "tangerine", "clementine", "grapefruit", "lime", "meyer lemon", "lemonade", "lemon", "orange creamsicle", "marzipan", "nutella", "lemongrass", "orange blossom", "jasmine", "honeysuckle", "magnolia", "lavender", "rose hips", "hibiscus", "lemon verbena", "medicinal", "quakery", "baggy", "potato defect!", "musty", "rubber"] notes: "#{intensifier}, #{body}, #{descriptor}, #{descriptor}, #{descriptor}" name_1: ["Summer", "Holiday", "Jacked", "Joe", "Express", "Reg's", "Split", "Spilt", "Chocolate", "Dark", "Veranda", "Major", "Bluebery", "American", "Huggy", "Wake-up", "Morning", "Evening", "Winter", "Captain's", "Thanksgiving", "Seattle", "Brooklyn", "Café", "Blacktop", "Pumpkin-spice", "Good-morning", "Postmodern", "The Captain's", "The", "Cascara", "Melty", "Heart", "Goodbye", "Hello", "Street", "Red", "Blue", "Green", "Strong", "KrebStar", "Kreb-Full-o"] name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "", "Choice", "Select", "Equinox", "Star", "Forrester", "Java", "Symphony", "Utopia", "Cup", "Mug", "Been", "Bean", "Cake", "Extract", "Delight", "Pie", "America", "Treat", "Volcano", "Breaker", "Town", "Light", "Look", "Coffee", "Nuts"] blend_name: "#{name_1} #{name_2}" faker-1.9.1/lib/locales/en/color.yml000066400000000000000000000004161332146201300172410ustar00rootroot00000000000000en: faker: color: name: [red, green, blue, yellow, purple, mint green, teal, white, black, orange, pink, grey, maroon, violet, turquoise, tan, sky blue, salmon, plum, orchid, olive, magenta, lime, ivory, indigo, gold, fuchsia, cyan, azure, lavender, silver] faker-1.9.1/lib/locales/en/commerce.yml000066400000000000000000000020361332146201300177150ustar00rootroot00000000000000en: faker: commerce: department: ["Books", "Movies", "Music", "Games", "Electronics", "Computers", "Home", "Garden", "Tools", "Grocery", "Health", "Beauty", "Toys", "Kids", "Baby", "Clothing", "Shoes", "Jewelry", "Sports", "Outdoors", "Automotive", "Industrial"] product_name: adjective: [Small, Ergonomic, Rustic, Intelligent, Gorgeous, Incredible, Fantastic, Practical, Sleek, Awesome, Enormous, Mediocre, Synergistic, Heavy Duty, Lightweight, Aerodynamic, Durable] material: [Steel, Wooden, Concrete, Plastic, Cotton, Granite, Rubber, Leather, Silk, Wool, Linen, Marble, Iron, Bronze, Copper, Aluminum, Paper] product: [Chair, Car, Computer, Gloves, Pants, Shirt, Table, Shoes, Hat, Plate, Knife, Bottle, Coat, Lamp, Keyboard, Bag, Bench, Clock, Watch, Wallet] promotion_code: adjective: ['Amazing', 'Awesome', 'Cool', 'Good', 'Great', 'Incredible', 'Killer', 'Premium', 'Special', 'Stellar', 'Sweet'] noun: ['Code', 'Deal', 'Discount', 'Price', 'Promo', 'Promotion', 'Sale', 'Savings'] faker-1.9.1/lib/locales/en/community.yml000066400000000000000000000050471332146201300201540ustar00rootroot00000000000000en: faker: community: characters: ["Jeff Winger", "Britta Perry", "Señor Ben Chang", "Abed Nadir", "Annie Edison", "Dean Craig Pelton", "Pierce Hawthorne", "Troy Barnes", "Shirley Bennett", "Ian Duncan", "Michelle Slater", "Buzz Hickey", "Star Burns", "Magnitude","Leonard Rodriguez", "Garrett Lambert", "Annie's Boobs", "Inspector Spacetime", "Constable Reggie", "Kickpuncher", "Sean Garrig", "Vaughn Miller", "Rich Stephenson", "Neil", "Todd Jacobson", "Annie Kim"] quotes: [ "Harrison Ford is irradiating our testicles with microwave satellite transmissions!", "Doing more than the minimum amount of work is my definition of failing.", "The next person that offers me charity or pity will be mentioned, by name, in my suicide note.", "I don't have an ego. My Facebook photo is a landscape.", "Either I'm god, or thruth is relative. Either way: Booyah.", "I don't step up to being a leader. I reluctantly accept it when it's thrust upon me.", "Don't talk to me about romance. I had a three way in a hot air balloon.", "Well I may be a genius, but I'm not a lesbian.", "I'm going to eat spaceman paninis with black Hitler and there's nothing you can do about it!", "Do they find thoughts in our butts?", "I had sex with Eartha Kitt in an airplane bathroom", "I was so unpopular in high school, the crossing guards used to lure me into traffic.", "A passing grade? Like a C? Why don't I just get pregnant at a bus station?", "We're all kind of crazytown bananapants.", "Make your money, whore.", "I know what a metaphor is! It's like a thought with another thought's hat on.", "Frankly, my dear, I don't give a dean!", "I ate my twin in utero.", "Fire can't go through doors, stupid. It's not a ghost.", "You have just been proven racist by the racist prover!", "So.. what is anthropology? Seriously, does anyone know?", "I quit doing blow, not being rad.", "I fear a political career could shine a negative light on my drug dealing.", "A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother", "Look at me. It's clear to you that I am awesome, but I can never admit that, because that would make me an ass.", "Some flies are too awesome for the wall.", "We'll definitely be back next year. If not, it'll be because an asteroid has destroyed all human civilization. And that's canon." ] faker-1.9.1/lib/locales/en/company.yml000066400000000000000000000250231332146201300175720ustar00rootroot00000000000000en: faker: company: suffix: [Inc, and Sons, LLC, Group] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}" industry: ["Defense & Space", "Computer Hardware", "Computer Software", "Computer Networking", "Internet", "Semiconductors", "Telecommunications", "Law Practice", "Legal Services", "Management Consulting", "Biotechnology", "Medical Practice", "Hospital & Health Care", "Pharmaceuticals", "Veterinary", "Medical Devices", "Cosmetics", "Apparel & Fashion", "Sporting Goods", "Tobacco", "Supermarkets", "Food Production", "Consumer Electronics", "Consumer Goods", "Furniture", "Retail", "Entertainment", "Gambling & Casinos", "Leisure, Travel & Tourism", "Hospitality", "Restaurants", "Sports", "Food & Beverages", "Motion Pictures and Film", "Broadcast Media", "Museums and Institutions", "Fine Art", "Performing Arts", "Recreational Facilities and Services", "Banking", "Insurance", "Financial Services", "Real Estate", "Investment Banking", "Investment Management", "Accounting", "Construction", "Building Materials", "Architecture & Planning", "Civil Engineering", "Aviation & Aerospace", "Automotive", "Chemicals", "Machinery", "Mining & Metals", "Oil & Energy", "Shipbuilding", "Utilities", "Textiles", "Paper & Forest Products", "Railroad Manufacture", "Farming", "Ranching", "Dairy", "Fishery", "Primary / Secondary Education", "Higher Education", "Education Management", "Research", "Military", "Legislative Office", "Judiciary", "International Affairs", "Government Administration", "Executive Office", "Law Enforcement", "Public Safety", "Public Policy", "Marketing and Advertising", "Newspapers", "Publishing", "Printing", "Information Services", "Libraries", "Environmental Services", "Package / Freight Delivery", "Individual & Family Services", "Religious Institutions", "Civic & Social Organization", "Consumer Services", "Transportationg / Trucking / Railroad", "Warehousing", "Airlines / Aviation", "Maritime", "Information Technology and Services", "Market Research", "Public Relations and Communications", "Design", "Nonprofit Organization Management", "Fund-Raising", "Program Development", "Writing and Editing", "Staffing and Recruiting", "Professional Training & Coaching", "Venture Capital & Private Equity", "Political Organization", "Translation and Localization", "Computer Games", "Events Services", "Arts and Crafts", "Electrical / Electronic Manufacturing", "Online Media", "Nanotechnology", "Music", "Logistics and Supply Chain", "Plastics", "Computer & Network Security", "Wireless", "Alternative Dispute Resolution", "Security and Investigations", "Facilities Services", "Outsourcing / Offshoring", "Health, Wellness and Fitness", "Alternative Medicine", "Media Production", "Animation", "Commercial Real Estate", "Capital Markets", "Think Tanks", "Philanthropy", "E-Learning", "Wholesale", "Import and Export", "Mechanical or Industrial Engineering", "Photography", "Human Resources", "Business Supplies and Equipment", "Mental Health Care", "Graphic Design", "International Trade and Development", "Wine and Spirits", "Luxury Goods & Jewelry", "Renewables & Environment", "Glass, Ceramics & Concrete", "Packaging and Containers", "Industrial Automation", "Government Relations"] profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer"] type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"] faker-1.9.1/lib/locales/en/compass.yml000066400000000000000000000034151332146201300175720ustar00rootroot00000000000000en: faker: compass: cardinal: word: ['north', 'east', 'south', 'west'] abbreviation: ['N', 'E', 'S', 'W'] azimuth: ['0', '90', '180', '270'] ordinal: word: ['northeast', 'southeast', 'southwest', 'northwest'] abbreviation: ['NE', 'SE', 'SW', 'NW'] azimuth: ['45', '135', '225', '315'] half-wind: word: ['north-northeast', 'east-northeast', 'east-southeast', 'south-southeast', 'south-southwest', 'west-southwest', 'west-northwest', 'north-northwest'] abbreviation: ['NNE', 'ENE', 'ESE', 'SSE', 'SSW', 'WSW', 'WNW', 'NNW'] azimuth: ['22.5', '67.5', '112.5', '157.5', '202.5', '247.5', '292.5', '337.5'] quarter-wind: word: ['north by east', 'northeast by north', 'northeast by east', 'east by north', 'east by south', 'southeast by east', 'southeast by south', 'south by east', 'south by west', 'southwest by south', 'southwest by west', 'west by south', 'west by north', 'northwest by west', 'northwest by north', 'north by west'] abbreviation: ['NbE', 'NEbN', 'NEbE', 'EbN', 'EbS', 'SEbE', 'SEbS', 'SbE', 'SbW', 'SWbS', 'SWbW', 'WbS', 'WbN', 'NWbW', 'NWbN', 'NbW'] azimuth: ['11.25', '33.75', '56.25', '78.75', '101.25', '123.75', '146.25', '168.75', '191.25', '213.75', '236.25', '258.75', '281.25', '303.75', '326.25', '348.75'] direction: - "#{cardinal}" - "#{ordinal}" - "#{half_wind}" - "#{quarter_wind}" abbreviation: - "#{cardinal_abbreviation}" - "#{ordinal_abbreviation}" - "#{half_wind_abbreviation}" - "#{quarter_wind_abbreviation}" azimuth: - "#{cardinal_azimuth}" - "#{ordinal_azimuth}" - "#{half_wind_azimuth}" - "#{quarter_wind_azimuth}" faker-1.9.1/lib/locales/en/currency.yml000066400000000000000000000075761332146201300177730ustar00rootroot00000000000000en: faker: currency: code: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BRL, BSD, BWP, BYR, BZD, CAD, CDF, CHF, CLP, CNY, COP, CRC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EEK, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LTL, LVL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRO, MUR, MVR, MWK, MXN, MYR, MZN, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, STD, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, UYU, UZS, VEF, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XFU, XOF, XPD, XPF, XPT, XTS, YER, ZAR, ZAR, ZAR, ZMK, ZWL] name: ["UAE Dirham", "Afghani", "Lek", "Armenian Dram", "Netherlands Antillian Guilder", "Kwanza", "Argentine Peso", "Australian Dollar", "Aruban Guilder", "Azerbaijanian Manat", "Convertible Marks", "Barbados Dollar", "Taka", "Bulgarian Lev", "Bahraini Dinar", "Burundi Franc", "Bermudian Dollar (customarily known as Bermuda Dollar)", "Brunei Dollar", "Boliviano Mvdol", "Brazilian Real", "Bahamian Dollar", "Pula", "Belarussian Ruble", "Belize Dollar", "Canadian Dollar", "Congolese Franc", "Swiss Franc", "Chilean Peso Unidades de fomento", "Yuan Renminbi", "Colombian Peso Unidad de Valor Real", "Costa Rican Colon", "Cuban Peso Peso Convertible", "Cape Verde Escudo", "Czech Koruna", "Djibouti Franc", "Danish Krone", "Dominican Peso", "Algerian Dinar", "Kroon", "Egyptian Pound", "Nakfa", "Ethiopian Birr", "Euro", "Fiji Dollar", "Falkland Islands Pound", "Pound Sterling", "Lari", "Cedi", "Gibraltar Pound", "Dalasi", "Guinea Franc", "Quetzal", "Guyana Dollar", "Hong Kong Dollar", "Lempira", "Croatian Kuna", "Gourde US Dollar", "Forint", "Rupiah", "New Israeli Sheqel", "Indian Rupee", "Indian Rupee Ngultrum", "Iraqi Dinar", "Iranian Rial", "Iceland Krona", "Jamaican Dollar", "Jordanian Dinar", "Yen", "Kenyan Shilling", "Som", "Riel", "Comoro Franc", "North Korean Won", "Won", "Kuwaiti Dinar", "Cayman Islands Dollar", "Tenge", "Kip", "Lebanese Pound", "Sri Lanka Rupee", "Liberian Dollar", "Lithuanian Litas", "Latvian Lats", "Libyan Dinar", "Moroccan Dirham", "Moldovan Leu", "Malagasy Ariary", "Denar", "Kyat", "Tugrik", "Pataca", "Ouguiya", "Mauritius Rupee", "Rufiyaa", "Kwacha", "Mexican Peso Mexican Unidad de Inversion (UDI)", "Malaysian Ringgit", "Metical", "Naira", "Cordoba Oro", "Norwegian Krone", "Nepalese Rupee", "New Zealand Dollar", "Rial Omani", "Balboa US Dollar", "Nuevo Sol", "Kina", "Philippine Peso", "Pakistan Rupee", "Zloty", "Guarani", "Qatari Rial", "New Leu", "Serbian Dinar", "Russian Ruble", "Rwanda Franc", "Saudi Riyal", "Solomon Islands Dollar", "Seychelles Rupee", "Sudanese Pound", "Swedish Krona", "Singapore Dollar", "Saint Helena Pound", "Leone", "Somali Shilling", "Surinam Dollar", "Dobra", "El Salvador Colon US Dollar", "Syrian Pound", "Lilangeni", "Baht", "Somoni", "Manat", "Tunisian Dinar", "Pa'anga", "Turkish Lira", "Trinidad and Tobago Dollar", "New Taiwan Dollar", "Tanzanian Shilling", "Hryvnia", "Uganda Shilling", "US Dollar", "Peso Uruguayo Uruguay Peso en Unidades Indexadas", "Uzbekistan Sum", "Bolivar Fuerte", "Dong", "Vatu", "Tala", "CFA Franc BEAC", "Silver", "Gold", "Bond Markets Units European Composite Unit (EURCO)", "European Monetary Unit (E.M.U.-6)", "European Unit of Account 9(E.U.A.-9)", "European Unit of Account 17(E.U.A.-17)", "East Caribbean Dollar", "SDR", "UIC-Franc", "CFA Franc BCEAO", "Palladium", "CFP Franc", "Platinum", "Codes specifically reserved for testing purposes", "Yemeni Rial", "Rand", "Rand Loti", "Rand Namibia Dollar", "Zambian Kwacha", "Zimbabwe Dollar"] symbol: ['HK$', 'Ft', '₪', '¥', '$', 'kr', 'PhP', 'zł', 'CHF', 'NT$', '฿', '£', '¢', 'Rp', 'ƒ'] faker-1.9.1/lib/locales/en/demographic.yml000066400000000000000000000052631332146201300204120ustar00rootroot00000000000000en: faker: demographic: race: ["American Indian or Alaska Native", "Asian", "Black or African American", "Native Hawaiian or Other Pacific Islander", "White"] sex: ["Male", "Female"] demonym: ["Afghan","Albanian","Algerian","American","Andorran","Angolan","Argentine","Armenian","Aromanian","Aruban","Australian","Austrian","Azerbaijani","Bahamian","Bahraini","Bangladeshi","Barbadian","Basotho","Basque","Belarusian","Belgian","Belizean","Bermudian","Bissau-Guinean","Boer","Bosniak","Brazilian","Breton","Briton","British Virgin Islander","Bruneian","Bulgarian","Burkinabè","Burundian","Cambodian","Cameroonian","Canadian","Catalan","Cape Verdean","Chadian","Chilean","Chinese","Colombian","Comorian","Congolese","Croatian","Cuban","Cypriot","Czech","Dane","Dominican","Dutch","East Timorese","Ecuadorian","Egyptian","Emirati","English","Eritrean","Estonian","Ethiopian","Falkland Islander","Faroese","Finn","Fijian","Filipino","French","Georgian","German","Ghanaian","Gibraltar","Greek","Grenadian","Guatemalan","French Guianan","Guinean","Guyanese","Haitian","Honduran","Hong Konger","Hungarian","Icelander","I-Kiribati","Indian","Indonesian","Iranian","Iraqi","Irish","Israeli","Italian","Ivoirian","Jamaican","Japanese","Jordanian","Kazakh","Kenyan","Korean","Kosovar","Kurd","Kuwaiti","Kyrgyz","Lao","Latvian","Lebanese","Liberian","Libyan","Liechtensteiner","Lithuanian","Luxembourger","Macanese","Macedonian","Malagasy","Malaysian","Malawian","Maldivian","Malian","Maltese","Manx","Mauritian","Mexican","Moldovan","Moroccan","Mongolian","Montenegrin","Namibian","Nepalese","New Zealander","Nicaraguan","Nigerien","Nigerian","Norwegian","Pakistani","Palauan","Palestinian","Panamanian","Papua New Guinean","Paraguayan","Peruvian","Pole","Portuguese","Puerto Rican","Quebecer","Romanian","Russian","Rwandan","Salvadoran","São Toméan","Saudi","Scottish","Senegalese","Serb","Sierra Leonean","Singaporean","Sindhian","Slovak","Slovene","Somali","Somalilander","South African","Spaniard","Sri Lankan","St Lucian","Sudanese","Surinamese","Swede","Swiss","Syriac","Syrian","Tajik","Taiwanese","Tanzanian","Thai","Tibetan","Tobagonian","Trinidadian","Tunisian","Turk","Tuvaluan","Ugandan","Ukrainian","Uruguayan","Uzbek","Vanuatuan","Venezuelan","Vietnamese","Welsh","Yemeni","Zambian","Zimbabwean"] educational_attainment: ["No schooling completed", "Nursery school", "Kindergarten", "Grade 1 though 11", "12th grade - No Diploma", "Regular high school diploma", "GED or alternative credential", "Some college", "Associate's degree", "Bachelor's degree", "Master's degree", "Professional degree", "Doctorate degree"] marital_status: ["Married", "Widowed", "Divorced", "Separated", "Never married"] faker-1.9.1/lib/locales/en/dessert.yml000066400000000000000000000021721332146201300175750ustar00rootroot00000000000000en: faker: dessert: variety: ["Cake", "Cookie", "Pie", "Ice Cream", "Pudding", "Sweet Bread", "Cupcake", "Cheesecake", "Brownie", "Cobbler", "Ice Cream Cake", "Doughnut", "Frozen Yogurt", "Parfait", "Sundae", "Trifle", "Cake Pop", "Fruit Cake", "Coffee Cake", "Key Lime Pie", "Upside Down Pineapple Cake"] topping: ["Rainbow Sprinkles", "Chocolate Chips", "Whipped Cream", "Frosting", "Peanut Butter", "Gummy Bears", "Mocha Drizzle", "Caramel", "Bacon", "Chocolate Syrup", "Chocolate Sprinkles", "Cookie Dough", "Peanuts", "Butterscotch Syrup", "Marshmallows", "Cheesecake Bites", "Walnuts", "Granola", "Toffee Bits", "Berry Compote", "Glaze", "Powdered Sugar", "Cinnamon"] flavor: ["Vanilla", "Chocolate", "Strawberry", "Birthday Cake", "Salted Caramel", "Banana", "Butter Pecan", "Cookies 'n Cream", "Caramel", "Apple", "Butterscotch", "Mint Chocolate Chip", "Espresso", "Butter Pecan", "Cherry", "Coconut", "Chocolate Chip Cookie Dough", "French Vanilla", "Neapolitan", "Pistachio", "Rocky Road", "Peanut Butter", "Almond", "Green Tea", "Cheesecake", "Funfetti", "Lemon", "Oatmeal", "Pumpkin", "Red Velvet", "Blondie"] faker-1.9.1/lib/locales/en/device.yml000066400000000000000000000021221332146201300173560ustar00rootroot00000000000000en: faker: device: model_name: ["iPhone", "iPhone 3G", "iPhone 3GS", "iPhone 4", "iPhone 4S", "iPhone 5", "iPhone 5C", "iPhone 5S", "iPhone 6 / 6 Plus", "iPhone 6S / 6S Plus", "iPhone SE", "iPhone 7 / 7 Plus", "iPhone 8 / 8 Plus", "iPhone X"] platform: ["Android OS", "webOS", "iOS", "BlackBerry", "Danger OS", "Android", "Firefox OS", "Ubuntu Touch", "Windows Phone", "Windows 8", "Windows RT", "Windows 8.1", "Windows 10", "Windows 10 Mobile", "Windows Phone"] manufacturer: ["Dell", "HP", "ASUS", "Acer", "Lenovo", "Apple"] serial: ["pEekWH7zGxVITv6NTa5KHjLSwr5Ie4", "UVr864F8zUbyYOAUd4cFOW9hpsZuGn", "Kl2ZroV9a", "m6aHiiHOc", "hHhDJaHCO", "SJMZOmtU0csrv4R", "PTIA6Ff3GBvGh3j", "hrR8nflThDDaSXO", "OezkV3nTii0sMK0", "T6UuMUTani3VGY4vXGia", "NjGU0z33pgE4sTEED7VR", "05skEogwZlX7j6twhhXX", "ToFVWLzGTJhQxAaJlDDn", "ejfjnRNInxh0363JC2WM", "xC36G3Xy4n2Fu90keaW96c1Hw5QBJX", "CdNevWfqDPQw4iJgUhtyCqwCggV12T", "9vxM9fCsG9nXg8EjTN5ygV2LvaDZdG", "39gPmcOKpwhDezLdiIOZ7SH89Pbjp4", "Yr9Vt13BlgvXO9zgJTPuCLv6F82r5S", "trDuJXhT8PnD3JEtw4lsluEuYSn1Xh", "VMTnd2mMQWvjbtNcZh7UIdULKb1mMo"]faker-1.9.1/lib/locales/en/dog.yml000066400000000000000000000064401332146201300166770ustar00rootroot00000000000000en: faker: dog: name: ["Buddy", "Max", "Bella", "Daisy", "Molly", "Rocky", "Lucy", "Bear", "Bailey", "Lucky", "Harley", "Maggie", "Princess", "Angel", "Charlie", "Sadie", "Jack", "Shadow", "Jake", "Coco", "Gizmo", "Chloe", "Sophie", "Toby", "Roxy", "Buster", "Ginger", "Lady", "Duke", "Baby", "Peanut", "Bandit", "Abby", "Sasha", "Lola", "Zoey", "Pepper", "Sam", "Gracie", "Sammy", "Precious", "Missy", "Riley", "Spike", "Lily", "Sassy", "Cooper", "Rusty", "Dakota", "Dixie", "Cody", "Lilly", "Zoe", "Cookie", "Chico", "Zeus", "Tucker", "Oreo", "Teddy", "Marley", "Oscar", "Honey", "Rex", "Tank", "Sugar", "Sandy", "Penny", "Tyson", "Chance", "Mia", "Diamond", "Bubba", "Blue", "Belle", "Shelby", "Rosie", "Casey", "Ruby", "Snoopy", "Cocoa", "Jasmine", "Diesel", "Patches", "Annie", "Sparky", "Taz", "Bruno", "Roxie", "Lexi", "Scooter", "Jasper", "Brutus", "Baxter", "Luna", "Snickers", "Misty", "Rascal", "Milo", "Murphy", "Bo", "Harvey"] breed: ["Affenpinscher", "African", "Airedale", "Akita", "Appenzeller", "Basenji", "Beagle", "Bluetick", "Borzoi", "Bouvier", "Boxer", "Brabancon", "Briard", "Boston Bulldog", "French Bulldog", "Staffordshire Bullterrier", "Cairn", "Chihuahua", "Chow", "Clumber", "Border Collie", "Coonhound", "Cardigan Corgi", "Dachshund", "Great Dane", "Scottish Deerhound", "Dhole", "Dingo", "Doberman", "Norwegian Elkhound", "Entlebucher", "Eskimo", "Germanshepherd", "Italian Greyhound", "Groenendael", "Ibizan Hound", "Afghan Hound", "Basset Hound", "Blood Hound", "English Hound", "Walker Hound", "Husky", "Keeshond", "Kelpie", "Komondor", "Kuvasz", "Labrador", "Leonberg", "Lhasa", "Malamute", "Malinois", "Maltese", "Bull Mastiff", "Tibetan Mastiff", "Mexicanhairless", "Bernese Mountain", "Swiss Mountain", "Newfoundland", "Otterhound", "Papillon", "Pekinese", "Pembroke", "Miniature Pinscher", "German Pointer", "Pomeranian", "Miniature Poodle", "Standard Poodle", "Toy Poodle", "Pug", "Pyrenees", "Redbone", "Chesapeake Retriever", "Curly Retriever", "Flatcoated Retriever", "Golden Retriever", "Rhodesian Ridgeback", "Rottweiler", "Saluki", "Samoyed", "Schipperke", "Giant Schnauzer", "Miniature Schnauzer", "English Setter", "Gordon Setter", "Irish Setter", "English Sheepdog", "Shetland Sheepdog", "Shiba", "Shihtzu", "Blenheim Spaniel", "Brittany Spaniel", "Cocker Spaniel", "Irish Spaniel", "Japanese Spaniel", "Sussex Spaniel", "Welsh Spaniel", "English Springer", "Stbernard", "American Terrier", "Australian Terrier", "Bedlington Terrier", "Border Terrier", "Dandie Terrier", "Fox Terrier", "Irish Terrier", "Kerryblue Terrier", "Lakeland Terrier", "Norfolk Terrier", "Norwich Terrier", "Patterdale Terrier", "Rat Terrier", "Scottish Terrier", "Sealyham Terrier", "Silky Terrier", "Tibetan Terrier", "Toy Terrier", "Westhighland Terrier", "Wheaten Terrier", "Yorkshire Terrier", "Vizsla", "Weimaraner", "Whippet", "Irish Wolfhound"] sound: ["woof", "woof woof", "bow wow", "ruff", "owooooo", "grrrrrr"] meme_phrase: ["heck no pal", "11/10", "boop the snoot", "mlem", "blep", "long boi", "thicc doggo", "big ol' pupper", "smol pupperino", "zoom", "they're good dogs Brent"] age: ["puppy", "young", "adult", "senior"] coat_length: ["hairless", "short", "medium", "long", "wire", "curly"] gender: ["female", "male"] size: ["small", "medium", "large", "extra large"]faker-1.9.1/lib/locales/en/dota.yml000066400000000000000000000322261332146201300170560ustar00rootroot00000000000000en: faker: dota: hero: ["Abaddon", "Alchemist", "Axe", "Beastmaster", "Brewmaster", "Bristleback", "Centaur Warrunner", "Chaos Knight", "Clockwerk"] abaddon: quote: ["You have called death upon yourself.", "From House Avernus, I set forth.", "The mist chose me, it is not mine to command.", "To die at a noble hand is no guarantee of a noble death."] alchemist: quote: ["Easy now, this stuff is explosive!", "Better living through alchemy!", "Tell the ogre you're sorry."] axe: quote: ["Let the carnage begin.", "Come and get it!", "You get nothing. Good day, sir!", "Feel the axe of Axe!", "What happened? Axe happened!", "No business but war. No family but death. No mercy but the grave!"] beastmaster: quote: ["Meet your master…snuhg… beastmaster.", "I'm a natural disaster.", "A death not fit for man or beast."] brewmaster: quote: ["I fight any thing in the house.", "Here's beer in your eye.", "Let's raise a cup before battle!"] bristleback: quote: ["Time to mash some faces, I'd say.", "A good bashing, never hurt nobody.", "I'm more than a pretty face."] centaur: quote: ["Long shall my name be remembered.", "I don't always wear a saddlebag, but when I do, I put this one in it.", "Hurts you more than it hurts me."] chaos_knight: quote: ["All that is light shall be cast in darkness.", "Like the heads of my enemies, this one is in the bag.", "We descend into chaos.", "The light shall be blackened, and chaos shall reign.", "Chaos is Fun…damental."] clockwerk: quote: ["I've a mind like a steel trap, and the physique to go with it!", "What time is it? It's killing time.", "A good offense is the best armor. Good armor is also good armor."] doom: quote: ["Face your demons.", "I am the midnight of your soul.", "Speak of me, and I shall appear. Face me and face the furnace!"] dragon_knight: quote: ["Who calls the Dragon Knight?", "A Knight in dragon's armor.", "Face the knight, face the dragon.", "Live by the sword, die by the dragon.", "Good night, Sven. I mean bad knight. [Talking to Sven]", "Never make a deal with a dragon, unless you're prepared to keep your end of it."] earth_spirit: quote: ["Body is flesh, but spirit immortal.", "Knowledge is golden.", "Your flesh is soft. Your Spirit weak."] earthshaker: quote: ["Time to shake things up and see where they settle.", "The earth moves under my feet!", "Tiny, your name is still too big for you. [Talking to Tiny]", "There may be many earths, but there's only one Earthshaker."] elder_titan: quote: ["The battle is joined, like the pieces of a broken world.", "Strong as a world new-formed.", "What is weak must break.", "I broke the world, did you think I could not break you?"] huskar: quote: ["You must learn to sacrifice.", "The gods grant me life, nor shall I waste it.", "You gave all you could give but it was not enough.", "As my body falls, my spirit rises up like the smoke of offerings, pleasing to the gods."] io: quote: ["Really?! If you play DotA, you know IO can't talk. ¬¬'"] kunkka: quote: ["An old vessel, but more than seaworthy.", "Tidehunter? More like dead hunter. [Talking to Tidehunter]", "There is no bad weather, only thin armor.", "Damn, I thought this bottle would have rum in it. [Acquiring Bottle]", "That's a lot for an empty bottle. [Acquiring Bottle]", "When I'm done with this, I'll fill it with rum. [Acquiring Bottle]"] legion_commander: quote: ["I've come to put an end to hope.", "You won't win the war by dying for your Ancient. You'll win by making the other dumb, unfed bastard die for theirs!", "It's the smells of battle that stay with you long after they've ended. In Stonehall it was blood and sulfur, smoke, and rot and fear…"] lifestealer: quote: ["Better to die free than to live in chains.", "Wait until I get my claws in you!", "I steal your life…someone else already stole your face. [Talking to Faceless Void]", "Even a thief must sometimes pay the asking price. [buying an item]", "It pains me to purchase what ought to be stolen. [Buying an item]"] lycan: quote: ["A wolf in man's clothing.", "Who fears the wolf should fear the forest.", "A peaceful man is but a patient wolf."] magnus: quote: ["Under my hoof you will find your fate.", "My horn is sharp, my pike is sharper still.", "Compared to my horn, all precious items are cheap."] night_stalker: quote: ["Day walker, night stalker.", "Devil by day, demon by night.", "Flesh sustains, gold remains.", "I feed the darkness and the darkness feeds me."] omniknight: quote: ["Fear not my friends, our guardian is here.", "Knowledge is peace.", "Let this be the last crusade. Let me find peace."] phoenix: quote: ["Really?! If you play DotA, you know Phoenix can't talk. ¬¬'"] pudge: quote: ["They call me the Butcher.", "Look who's coming for dinner!", "Come to Pudge!", "Get over here!", "I'm gonna need bigger pants.", "You'll look good with an apple in yer mouth!", "You can't chop a chopper!", "Sweetbreads ain't sweet and they ain't bread…and they need a butcher, not a baker.", "Only trouble with carrion…an hour after eating you're hungry again!"] sand_king: quote: ["King of the Desert.", "All we are is sand in the wind…", "True horror is a verdant garden…", "Where some see an oasis, I see only mud."] slardar: quote: ["Guardian of the deeps.", "The riches of the darkest sea abysses are mine to protect.", "Too bright up here and far too light. I long for the pressures of the deep, and the subtle luminosities of the sunken world."] spirit_breaker: quote: ["The peace is broken!", "I'll break their spirits and their backs.", "Attack is the best defense.", "You'll be dead before you know it."] sven: quote: ["Rogue Knight at your service!", "One man…in a world of foes…", "It's Rogue Knight, dammit! It's not rouge knight", "I will crush my foe as I crushed the Vigil Knights."] tidehunter: quote: ["Time and Tidehunter wait for no man.", "Time to make waves.", "I'm hungry enough to eat a plankton.", "I could eat a sea cucumber.", "I'm so hungry I could eat a mackerel.", "I'm hungry enough to eat a manta ray.", "I'm stuffed! [Level 25]", "Who needs a big brain when you've got teeth like mine?"] timbersaw: quote: ["I'm Rizzrack. Don't touch me!", "I cut things. It's what I do. What else would I do?", "Trees? What do you mean there's trees out there?", "Nobody takes me seriously.", "This one is in the bag. And that one is too. And that one! They are all in the bag.", "Cut cut cutcutcutcutcutcutcutcutcutcutcutcutcutcut!", "Someone once told me I needed to face fear to get over it, and I thought well why not take a step further and cut my fear into little pieces then set my fear on fire then throw the hot ash of my fear into a lake and then poison the lake. Simple!"] tiny: quote: ["Sticks and stones will break their bones!", "The road ahead looks rocky, but that's all right with me.", "Why do they call it the Mineral Kingdom? We don't even have a king."] treant_protector: quote: ["Thoughts cross my mind as the sun crosses the sky.", "Trees can be ferocious if provoked.", "Nature is not always kind.", "I would like nothing more than to plant myself in the sunshine, next to a cool stream."] tusk: quote: ["They call me the Terror from the Barrier. They call me the Snowball from Cobalt. But you may call me Tusk!", "Who's ready for a fight? The first hit is free! Anyone?", "It's a great day to do some squat thrusts and lift a barrel of fish, is it not?"] underlord: quote: ["I rule the Abyssal Horde.", "Fear is my dominion.", "The Abyss knows no mercy. It knows no light. It knows only fear and despair.", "Nothing can stop us. Nothing can slow our march. And when we have arrived, all will burn."] undying: quote: ["I bring the song of death.", "I need… gummy vitamins.", "I need to work out more, but… my arm keeps snapping off."] wraith_king: quote: ["King am I of all the wraiths.", "Submit to the Wraith King's rule!", "Purer than flesh, stronger than bone, imperishable is the essence of the wraith.", "I miss my bones.", "Where once was bone, wraith flesh as far as the eye can see."] item: ["Animal Courier", "Clarity", "Town Portal Scroll", "Faerie Fire", "Observer Ward", "Smoke of Deceit", "Tango", "Enchanted Mango", "Sentry Ward", "Healing Salve", "Tome of Knowledge", "Dust of Appearance", "Bottle", "Iron Branch", "Gauntlets of Strength", "Mantle of Intelligence", "Slippers of Agility", "Circlet", "Band of Elvenskin", "Belt of Strength", "Robe of the Magi", "Blade of Alacrity", "Ogre Axe", "Staff of Wizardry", "Ring of Protection", "Quelling Blade", "Stout Shield", "Infused Raindrop", "Orb of Venom", "Blight Stone", "Blades of Attack", "Chainmail", "Quarterstaff", "Helm of Iron Will", "Javelin", "Broadsword", "Claymore", "Mithril Hammer", "Magic Stick", "Wind Lace", "Ring of Regen", "Sage's Mask", "Boots of Speed", "Gloves of Haste", "Cloak", "Ring of Health", "Void Stone", "Gem of True Sight", "Morbid Mask", "Shadow Amulet", "Ghost Scepter", "Blink Dagger", "Energy Booster", "Vitality Booster", "Point Booster", "Platemail", "Talisman of Evasion", "Hyperstone", "Ultimate Orb", "Demon Edge", "Mystic Staff", "Reaver", "Eaglesong", "Sacred Relic", "Magic Wand", "Bracer", "Null Talisman", "Wraith Band", "Soul Ring", "Phase Boots", "Power Treads", "Oblivion Staff", "Perseverance", "Hand of Midas", "Boots of Travel", "Moon Shard", "Ring of Basilius", "Headdress", "Buckler", "Urn of Shadows", "Tranquil Boots", "Ring of Aquila", "Medallion of Courage", "Arcane Boots", "Drum of Endurance", "Vladmir's Offering", "Mekansm", "Spirit Vessel", "Pipe of Insight", "Guardian Greaves", "Glimmer Cape", "Force Staff", "Veil of Discord", "Aether Lens", "Necronomicon", "Solar Crest", "Dagon", "Eul's Scepter of Divinity", "Rod of Atos", "Orchid Malevolence", "Aghanim's Scepter", "Nullifier", "Refresher Orb", "Scythe of Vyse", "Octarine Core", "Hood of Defiance", "Vanguard", "Blade Mail", "Soul Booster", "Aeon Disk", "Crimson Guard", "Black King Bar", "Lotus Orb", "Hurricane Pike", "Shiva's Guard", "Bloodstone", "Manta Style", "Linken's Sphere", "Heart of Tarrasque", "Assault Cuirass", "Crystalys", "Armlet of Mordiggian", "Meteor Hammer", "Shadow Blade", "Skull Basher", "Battle Fury", "Monkey King Bar", "Ethereal Blade", "Radiance", "Daedalus", "Butterfly", "Silver Edge", "Divine Rapier", "Abyssal Blade", "Bloodthorn", "Dragon Lance", "Kaya", "Sange", "Yasha", "Mask of Madness", "Helm of the Dominator", "Echo Sabre", "Maelstrom", "Diffusal Blade", "Heaven's Halberd", "Desolator", "Sange and Yasha", "Eye of Skadi", "Satanic", "Mjollnir", "Aegis of the Immortal", "Cheese", "Refresher Shard"] team: ["Evil Geniuses", "OG", "Natus Vincere", "Team Liquid", "Fnatic", "Team Secret", "Alliance", "OpTic Gaming", "Iceberg Esports", "Mineski.亿鼎博", "PENTA Sports", "Team. Spirit", "LGD-GAMING", "M19", "WarriorsGaming.Unity", "Newbee", "Virtus.pro", "VGJ.Storm", "Immortals", "LGD.Forever Young", "Vici Gaming", "Kingdra", "TNC Pro Team", "compLexity Gaming", "Invictus Gaming", "Double Dimension", "Gambit Esports", "Team HighGround", "Vega Squadron", "EHOME", "5 Anchors No Captain", "Forsaken", "Entity Gaming", "The Final Tribe", "Eclipse", "VGJ Thunder", "Team Empire", "EHOME.immortal", "Natural 9", "Sun Gaming", "Ten Twenty", "iG.Vitality", "mousesports", "Spartak Esports", "Effect", "Fire Dragoon", "TEAM MAX", "SG e-sports team", "paiN Gaming", "Rock.Y"] player: ["Alliance.AdmiralBulldog", "Dendi", "s4", "rtz YB`a", "Loda", "Miracle-", "Aui_2000", "Puppey", "Wagamama", "SumaiL", "BigDaddyN0tail", "Fear", "EternaLEnVy", "Ferrari_430", "w33", "syndereN", "Universe", "KuroKy", "zai", "Peterpandam", "BurNIng", "冰冰冰", "Funn1k", "Meracle-", "IllidanSTR SF46", "JerAx", "1437", "ChuaN", "Pajkatt", "qojqva", "BSJ", "SoNNeikO", "fy", "Cr1t-", "xiao8", "Mushi", "artstyle", "Fata", "bOne7", "Resolut1on", "DeMoN", "QO", "FoREv", "ZSMJ", "Trixi", "Fng", "ddz`", "Agressif", "ixmike88", "Fly", "ana", "BuLba", "Mag", "pieliedie", "kpii", "SmAsH", "VANSKOR", "Fenrir", "Solo", "Somnus丶M", "MATUMBAMAN", "Scandal", "Abed", "ALWAYSWANNAFLY", "FLUFFNSTUFF", "Ar1se.", "Lil", "kid", "Moo", "Gh", "MoonS", "Super!", "NighTmAre", "MISERY", "Slayer", "Era", "Sccc", "Yao", "No[o]ne-", "Hao", "Sneyking", "RAMZES666", "LaNm", "thereayou", "canceL^^", "Ohaiyo", "ComeWithMe", "MidOne", "Sylar", "MinD_ContRoL", "monkeys-forever", "kaka", "Silent", "Faith", "火", "G", "YapzOr", "Febby?", "丶MINI幂", "DC.MSS", "Jeyo", "MP", "Ditya Ra", "Yawar", "GeneRaL", "633", "balla", "マテリス", "9pasha", "yol", "Nofear", "Limmp", "Sedoy", "DkPhobos", "Paparazi灬", "★Ice ice☆", "xfreedom", "Chessie", "AME", "Jenkins", "JoHnNy", "shadow"] faker-1.9.1/lib/locales/en/dr_who.yml000066400000000000000000000211571332146201300174120ustar00rootroot00000000000000en: faker: dr_who: character: [ "Dr. Who", "The Doctor", "Tardis", "Rose Tyler", "Adam Mitchell", "Mickey Smith", "Donna Noble", "Martha Jones", "Captain Jack Harkness", "Astrid Peth", "Sarah Jane Smith", "Jackson Lake", "Lady Christina de Souza", "Adelaide Brooke", "Wilfred Mott", "Amy Pond" ] the_doctors: [ "First Doctor", "Second Doctor", "Third Doctor", "Fourth Doctor", "Fifth Doctor", "Sixth Doctor", "Seventh Doctor", "Eighth Doctor", "Ninth Doctor", "Tenth Doctor", "Eleventh Doctor", "Twelfth Doctor", "Thirteenth Doctor" ] actors: [ "William Hartnell", "Patrick Troughton", "Jon Pertwee", "Tom Baker", "Peter Davison", "Colin Baker", "Sylvester McCoy", "Paul McGann", "Christopher Eccleston", "David Tennant", "Matt Smith", "Peter Capaldi", "Jodie Whittaker" ] catch_phrases: [ "Fantastic!", "I’m sorry. I’m so sorry.", "Bow ties are cool.", "Mmm I wonder ... Aha!", "Brave heart, Tegan.", "Would you care for a jelly baby?", "Reverse the polarity of the neutron flow.", "Somewhere there’s danger, somewhere there’s injustice, somewhere else, the tea’s getting cold.", "When I say run, run. (pause) RUN!", "Mm? What’s that, my boy?", "Allons-y!" ] quotes: [ "Lots of planets have a north!", "This is my timey-wimey detector. It goes 'ding' when there's stuff.", "Bananas are good.", "I wear a fez now. Fezzes are cool.", "Can you hold? I have to eat a biscuit.", "If we're gonna die, let's die looking like a Peruvian folk band.", "You want weapons? We're in a library! Books! The best weapons in the world!", "Come on, Rory! It isn't rocket science, it's just quantum physics!", "We're all stories in the end. Just make it a good one, eh?", "Big flashy things have my name written all over them. Well... not yet, give me time and a crayon.", "You don't want to take over the universe. You wouldn't know what to do with it beyond shout at it.", "A straight line may be the shortest distance between two points, but it is by no means the most interesting.", "See the bowtie? I wear it and I don't care. That's why it's cool.", "I saw the Fall of Troy! World War Five! I was pushing boxes at the Boston Tea Party! Now I'm gonna die in a dungeon... in Cardiff!", "Bunk beds are cool, a bed with a ladder, you can't beat that!", "The universe is big. It’s vast and complicated and ridiculous. And sometimes, very rarely, impossible things just happen and we call them miracles.", "Do what I do. Hold tight and pretend it’s a plan!", "900 years of time and space, and I’ve never been slapped by someone’s mother.", "Never ignore coincidence. Unless, of course, you’re busy. In which case, always ignore coincidence.", "The assembled hordes of Genghis Khan couldn't get through that door, and, believe me, they've tried.", "Your wish is my command. But be careful what you wish for.", "Aw, I wanted to be ginger! I've never been ginger!", "Crossing into established events is strictly forbidden. Except for cheap tricks.", ] villians: [ "Helen A", "Abzorbaloff", "Animus", "The Master", "Davros", "Dalek Emperor" ] species: [ "Time Lord", "Dalek", "Thal", "Dal", "Voord", "Sensorite", "Slyther", "Didonian", "Sand Beast", "Animus", "Zarbi", "Larvae Gun", "Menoptra", "Morok", "Xeron", "Aridian", "Mire Beast", "Gubbage Cone", "Rill", "Great Old One", "Drahvin", "Varga Plant", "Representatives of the 7 Galaxies", "Visian", "Screamer", "Monoid", "Refusian", "Celestial Toymaker", "Elder", "Cybermen (Mondas)", "Fish People", "Macra", "Chameleon", "Cybermat", "The Moon", "Great Intelligence", "Ice Warrior", "Seaweed Creature", "Dominator", "Dulcian", "Master Brain", "Land of Fiction beings", "Kroton", "Gond", "Seed Pod", "Auton", "Nestene Consciousness", "Silurian", "Ambassadors", "Primord", "Keller Machine", "Axos/Axon/Axonite", "Uxariean", "Dæmon", "Ogron", "Arcturan", "Alpha Centauran", "Aggedor", "Peladonian", "Sea Devil", "Solonian", "Chronovore", "Minotaur", "Anti-matter organism", "Lurman", "Drashig", "Inter Minorian", "Wallarian", "Draconian", "Spiridon", "Giant Maggots", "Sontaran", "Dinosaur", "Exxilon", "Eight Legs", "Wirrn", "Kaled", "Vogan", "Zygon", "Skarasen", "Morestran", "Sutekh", "Osiran", "Kraal", "Sisterhood of Karn", "Hoothi", "Krynoid", "Mandragora Helix", "Kastrian", "Giant Rat", "Rutan", "Swarm (Virus)", "Fendahl", "Usurian", "Minyan", "Vardan", "Guardian", "Ribosian", "Levithian", "Shrivenzale", "Zanak Humanoid", "Diplosian", "Ogri", "Megara", "Taran", "Taran Beast", "Swampie", "Kroll", "The Shadow", "Mute", "Sirian", "Jagaroth", "Chloris Humanoid", "Tythonian", "Wolfweed", "Mandrel", "Skonnan", "Nimon", "Anethan", "Crinothian", "Drornidian", "Krarg", "Argolin", "Foamasi", "Tigellan", "Zolfa-Thuran", "Gaztak", "Bell Plant", "Alzarian", "Marshman", "Marshspider", "Great Vampire", "Tharil", "Trakenite", "Logopolitan", "Castrovalvan", "Urbankan", "Mara", "Kinda", "Terileptil", "Plasmaton", "Xeraphin", "The Ergon", "Manussan", "Trion", "Garm", "Eternal", "Myrka", "Malus", "Tractator", "Magma Beast", "Queen Bat", "Gastropod", "Jadondan", "Cryon", "Mentor", "Gee-Jee fly", "Androgum", "Karfelon", "Morlox", "Bandril", "Andromedan", "Thoros Alphan", "Krontep", "Posicarian", "Raak", "Vervoid", "Mogarian", "Lakertyan", "Tetrap", "Time Brain", "Chimeron", "Navarino", "Bannermen", "Proamonian", "Dragon", "Stigorax", "Pipe Person", "Validium", "Gods of Ragnorak", "Werewolf", "The Destroyer", "Light", "Fenric", "Haemovore", "Cheetah People", "Kitling", "Deathworm Morphant", "Lady Cassandra O'Brien.∆17", "Boekind", "Crespallion", "Trees of Cheem", "Pakoo", "Balhoonian", "New Human", "Protohuman", "Digihuman", "Gelth", "Raxacoricofallapatorian", "Space Pig", "Jagrafess", "Reaper", "Empty Child", "Nanogene", "Chula", "Barcelonian Dogs", "Sycorax", "Graske", "Catkind", "New Human", "Krillitane", "Cyberman (Pete's World)", "The Wire", "The Beast", "Ood", "Pallushi", "Hoix", "Abzorbaloff", "Isolus", "Flying Stingray", "Weevil", "Sex Gas", "Fairy", "Arcateenian", "Racnoss", "Dogon", "Abaddon", "Bane", "Xylok", "Judoon", "Plasmavore", "Carrionite", "Pig Slave", "Dalek/Human Hybrid", "Richard Lazarus", "Torajii Sun", "Family of Blood", "Scarecrow", "Weeping Angel", "Futurekind", "Malmooth", "Toclafane", "Gorgon", "Uvodni", "The Trickster", "Verron", "Sto Humanoid", "Zocci", "Blowfish", "Cell 114", "Cash Cow", "Mayfly", "Duroc", "Nostrovite", "Night Travellers", "Tumor Alien", "Cowled Ghost", "Adipose", "Pyrovile", "Ood Brain", "Hath", "Vespiform", "Vashta Nerada", "Time Beetle", "Shadow Proclamation Humanoids", "Bees (Melissa Majoria)", "Pied Piper", "Ancient Lights", "Berserker", "Travist Polong", "Cybershade", "The Swarm", "Tritovore", "Hitchhiker", "The 4-5-6", "Veil", "Eve", "Jixen", "Erasmus Darkening", "International Gallery Paintings", "The Flood", "Vinvocci", "Dauntless Prison Inmates", "Korven", "Fear Entity", "Gryffen Family Ghosts", "Bodach", "Anubian", "Oroborus", "Mede", "Multi-form", "Atraxi", "Aeolian", "Star Whale", "Winder", "Centuripede", "The Hunger", "Aplan", "Ukkan", "Saturnyn", "Psychic Pollen", "Eknodine", "Etydion", "Krafayis", "Vishklar", "Shansheeth", "Groske", "Qetesh", "Dark Hoarde", "Chelonian", "Haemogoth", "Sky Fish", "The Silence", "Siren", "Patchwork Person", "Ganger", "Headless Monk", "Brain Parasite", "Tenza", "Peg Doll", "The Blessing Messenger", "Apalapucian", "The Blessing", "Tivolian", "Minotaur", "Metalkind", "Fleshkind", "Hetocumtek", "Skullion", "Androzani Tree", "Dalek Puppet", "Kahler", "Orderly", "Shakri", "Memory Worm", "Snowmen", "Akhaten Humanoid", "Pan-Babylonian", "Lugal-Irra-Kush", "Lucanian", "Hooloovoo", "Terraberserker", "Ultramancer", "Vigil", "Crooked Person", "Time Zombie", "Mr. Sweet", "Cybermite", "Whisper Men", "The Teller", "Skovox Blitzer", "Spider Germ", "The Foretold", "Boneless", "Kantrofarri", "The Fisher King", "The Mire", "Leonian", "The Sandmen", "Janus", "Quantum Shade", "The Veil", "Hydroflax", "Shoal of the Winter Harmony", "Rhodian", "Quill", "Shadow Kin", "Arn", "Lothan", "Leaf Dragon", "Lankin", "Killer petals", "Lorr", "Sentient oil", "Vardy", "Sea Creature", "Lure Fish", "Dryad", "The Monks" ] faker-1.9.1/lib/locales/en/dragon_ball.yml000066400000000000000000000020171332146201300203660ustar00rootroot00000000000000en: faker: dragon_ball: characters: ["Goku", "Bulma", "Kami", "Yamcha", "Krillin", "Tien", "Piccolo", "Gohan", "Vegeta", "Kid Trunks", "Goten", "Future Trunks", "Pan", "Android 18", "Android 16", "Android 17", "Android 19", "Android 20", "Beerus", "Chaozu", "Chi-Chi", "Launch", "Mr. Satan", "Oolong", "Puar", "Videl", "Whis", "Yajirobe", "Demon King Piccolo", "Freeza", "Cell", "Majin Buu", "Goku Black", "Zamasu", "Baba", "Bra", "Bardock", "Champa", "Dende", "Dr. Gero", "Captain Ginyu", "Grandpa Gohan", "Jaco", "King Kai", "Supreme Kai", "Elder Kai", "Mr. Popo", "Nappa", "Uub", "Pilaf", "Raditz", "Shenron", "Vados", "Zarbon", "Broly", "Cooler", "King Cold", "Garlic Jr", "King Vegeta", "Nail", "Guru", "Hit", "Super Saiyan Goku", "Super Saiyan 2 Goku", "Super Saiyan 3 Goku", "Super Saiyan Vegeta", "Super Saiyan 2 Vegeta", "Majin Vegeta", "Super Saiyan Gohan", "Super Saiyan 2 Gohan", "Super Saiyan Goten", "Super Saiyan Trunks", "Vegito", "Gogeta", "Super Saiyan Blue Goku", "Super Saiyan Blue Vegeta", "Mystic Gohan"] faker-1.9.1/lib/locales/en/dumb_and_dumber.yml000066400000000000000000000135651332146201300212430ustar00rootroot00000000000000en: faker: dumb_and_dumber: actors: ["Jim Carrey", "Jeff Daniels", "Lauren Holly", "Mike Starr", "Karen Duffy", "Charles Rocket", "Victoria Rowell", "Cam Neely", "Rob Moran", "Harland Williams"] characters: ["Lloyd Christmas", "Harry Dunne", "Mary Swanson", "Joe Mentalino", "J.P. Shay", "Nicholas Andre", "Sea Bass"] quotes: [ "Just when I thought you couldn't possibly be any dumber, you go and do something like this... and totally redeem yourself!", "Oh, yeah! It's right here. Samsonite! I was way off! I knew it started with an S, though.", "You're it. You're it. You're it, quitsies! Anti-quitsies, you're it, quitsies, no anti-quitsies, no startsies! You can't do that! Can too! Cannot, stamp it! Can too, double stamp it, no erasies! Cannot, triple stamp, no erasies, Touch blue make it true. No, you can't do that... you can't triple stamp a double stamp, you can't triple stamp a double stamp! Lloyd! LA LA LA LA LA LA! LLOYD! LLOYD! LLOYD!", "We got no food, we got no jobs... our PETS' HEADS ARE FALLING OFF!", "Lloyd, I can't feel my fingers, they're numb! Oh well here, take this extra pair of gloves, my hands are starting to get a little sweaty. Extra gloves? You've had extra gloves this whole time? Uh yea, we are in the Rockies. Jeez!", "Harry: You sold my dead bird to a blind kid? Lloyd! Petey didn't even have a head! Harry, I took care of it...", "I got robbed by a sweet old lady on a motorized cart. I didn't even see it coming.", "WE LANDED ON THE MOON!", "I can't stop going once I've started, it stings!", "That's as good as money, sir. Those are I.O.U.'s. Go ahead and add it up, every cents accounted for. Look, see this? That's a car. 275 thou. Might wanna hang onto that one.", "Oh yeah. Tractor beam. Sucked me right in.", "G'day mate! Let's put another shrimp on the barbie!", "How was your day? Not bad. Fell off the jet way again.", "Nice set of hooters you got there! I beg your pardon? The owls! They're beautiful!", "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.", "I'm going to hang by the bar... Put out the vibe.", "So you're telling me there's a chance... YEAH!", "One time, we successfully mated a bulldog with a Shih-Tzu. Really? That's weird. Yeah, we called it a bullshit.", "What if he shot me in the face?", "Kick his ass, Sea Bass!", "Harry, you're alive... and you're a horrible shot!", "Life is a fragile thing, Har. One minute you're chewin' on a burger, the next minute you're dead meat.", "So you got fired again eh? Oh yeah. They always freak out when you leave the scene of an accident.", "Man, you are one pathetic loser. No offense.", "There you go... There you go... There you go...", "Why would she have you meet her in a bar at ten in the morning? I just figured she was a raging alcoholic.", "I can't believe we drove around all day, and there's not a single job in this town. There is nothing, nada, zip! Yeah! Unless you wanna work forty hours a week.", "Yeah I called her up. She gave me a bunch of crap about me not listening to her, or something. I don't know, I wasn't really paying attention.", "I'll tell you where. Someplace warm. A place where the beer flows like wine. Where beautiful women instinctively flock like salmon of Capistrano. I'm talking about a little place called Aspen. Oh, I don't know, Lloyd. The French are assholes.", "Suck me sideways!", "Now we don't have enough money to get to Aspen, we don't have enough money to get home, we don't have enough money to eat, we don't have enough money to sleep!", "I'll bet you twenty bucks I can get you gambling before the end of the day!", "Hey guys. Woah, Big Gulps, huh? All right! Well, see ya later.", "You spilled the salt, that's what's the matter! Spilling the salt is very bad luck! We're driving across the country, the last thing we need is bad luck. Quick, toss some salt over your right shoulder.", "Look at the butt on that... Yeah, he must work out.", "Why you going to the airport? Flying somewhere?", "Hey look there's some people who want a ride too. Pick'em up!", "Pullover! No, it's a cardigan but thanks for noticing. Yeah, killer boots man!", "Skis, huh? That's right! Great! They yours? Uh-huh. Both of 'em? Yes. Cool!", "Yesterday was one of the greatest days of my life. Mary and I went skiing, we made a snowman, she touched my leg!", "Pills are goooood. Pills are goooood!", "Man, I would have to be a real lowlife to go rooting around in someone else's private property. Is it locked? Yeah. Really well.", "Hey, I guess they're right. Senior citizens, although slow and dangerous behind the wheel, can still serve a purpose. I'll be right back. Don't you go dying on me!", "The first time I set eyes on Mary Swanson, I just got that old fashioned romantic feeling where I'd do anything to bone her. That's a special feeling, Lloyd.", "Foot long! Who's got the foot long?", "Husband? Wait a minute... what was all that ‘one in a million' talk?", "How's your burger?", "Wanna hear the most annoying sound in the world?", "We don't usually pick up hitchhikers... but I'm-a gonna go with my instincts on this one. Saddle up partner!", "So I told myself. Beth you just got to run girl and oh you know what that clutz did next? No and I DON'T CARE! BarTENDER...", "You are in luck! There's a town about three miles that way. I'm sure you'll find a couple guys there. Okay, thanks. Do you realize what you've done?", "What is the Soup Du Jour? It's the Soup of the Day. Mmmm. That sounds good. I'll have that." ] faker-1.9.1/lib/locales/en/dune.yml000066400000000000000000000424311332146201300170610ustar00rootroot00000000000000en: faker: dune: characters: [ "Paul \"Muad'Dib\" \"Usul\" Atreides", "Jessica Atreides", "Alia Atreides", "Leto Atreides", "Leto II Atreides", "Duncan Idaho", "Shaddam Corrino IV", "Liet-Kynes", "Vladimir Harkonnen", "Irulan", "Feyd-Rautha Rabban", "Gaius Helen Mohiam", "Thufir Hawat", "Chani", "Shadout Mapes", "Ramallo", "Otheym", "Jamis", "Harrah", "Gurney Halleck", "Glossu \"Beast\" Rabban", "Piter De Vries", "Miles Teg", "Hasimir Fenring", "Margot Fenring", "Murbella", "Siona Atreides", "Scytale", "Stilgar", "Wellington Yueh", "Edric", "Ilban Richese", "Dominic Vernius", "Cammar Pilru", "Hwi Noree", "Nayla" ] titles: [ "Master of Assassins", "Judge of the Change", "Duke", "Lady", "Reverend Mother", "Sayyadina", "Padishah Emperor", "Earl", "Princess", "Prince", "Premier", "Baron", "Mentat", "Count", "Countess", "Viscount", "Master", "Doctor", "Imperial Planetologist", "Elder", "Face Dancer", "Envoy", "Guild Navigator", "Ambassador", "Fedaykin Commando", "Naib", "Fish Speaker", "Grand Patriarch" ] planets: [ "Arrakis", "Caladan", "Dune", "Geidi Prime", "Ix", "Selusa Secundus", "Kaitain", "Richesse", "Ecaz" ] quotes: guild_navigator: - "The spice must flow" - "The Bene Gesserit Witch must leave." - "Remedy this situation, restore spice production, or you will live out your life in a pain amplifier!" - "I mean Paul Atreides. We want him killed. I did not say this. I am not here." - "Many machines on Ix. New machines, better than those on Richesse." emperor: - "Bring in that floating fat man, the Baron!" paul: - "They tried and failed, all of them?" - "There is no escape — we pay for the violence of our ancestors." - "One of the most terrible moments in a boy's life ... is when he discovers his father and mother are human beings who share a love that he can never quite taste. It's a loss, an awakening to the fact that the world is there and here and we are in it alone. The moment carries its own truth; you can't evade it." - "The eye that looks ahead to the safe course is closed forever." - "The power to destroy a thing is the absolute control over it." - "Try looking into that place where you dare not look! You'll find me there, staring out at you!" - "The sleeper has awakened!" - "My name is a killing word." - "You dare suggest a Duke's son is an animal?" - "You have no need for your weapons with me, Gurney Halleck." - "Carry this noble Atreides warrior away. Do him all honor." - "Some thoughts have a certain sound, that being the equivalent to a form. Through sound and motion, you will be able to paralyze nerves, shatter bones, set fires, suffocate an enemy or burst his organs. We will kill until no Harkonnen breathes Arakeen air." - "If I hear any more nonsense from either of you I'll give the order that'll destroy all spice production on Arrakis… forever." - "Superstitions sometimes have strange roots and stranger branchings" thufir: - "A popular man arouses the jealousy of the powerful." - "Parting with friends is a sadness. A place is only a place." - "It's easier to be terrified by an enemy you admire." - “Knowing where the trap is—that's the first step in evading it.” - "Repression makes a religion flourish." jessica: - "And you, my son, are you one who gives or one who takes?" - "A million deaths were not enough for Yueh!" - "Motivating people, forcing them to your will, gives you a cynical attitude towards humanity. It degrades everything it touches." - "What delicious abandon in the sleep of the child. Where do we lose it?" - "The young reed dies so easily. Beginnings are times of such peril." - "Anything outside yourself, this you can see and apply your logic to it. But it’s a human trait that when we encounter personal problems, these things most deeply personal are the most difficult to bring out for our logic to scan. We tend to flounder around, blaming everything but the actual, deep-seated thing that’s really chewing on us." - "Is it defeatist or treacherous for a doctor to diagnose a disease correctly? My only intention is to cure the disease." - "Think on it, Chani; the princess will have the name, yet she'll live as less than a concubine - never to know a moment of tenderness from the man to whom she's bound. While we, Chani, we who carry the name of concubine - history will call us wives." irulan: - "A beginning is the time for taking the most delicate care that the balances are correct." - "To attempt an understanding of Muad'Dib without understanding his mortal enemies, the Harkonnens, is to attempt seeing Truth without knowing Falsehood. It is the attempt to see the Light without knowing Darkness. It cannot be." mohiam: - "You've heard of animals chewing off a leg to escape a trap? There's an animal kind of trick. A human would remain in the trap, endure the pain, feigning death that he might kill the trapper and remove a threat to his kind." - "Hope clouds observation." - "A human can control his instincts. Your instinct will be to draw your hand out of the box. You do, you die." - "Kul Wahad! No woman-child ever withstood that much!" - "Kill this child. She's an abomination. Kill her!" - "Get out of my mind!" - "But I can tell you, dear God, for the father, nothing." - "Did you really think that you could bear the Kwisatz Haderach? The universe's super being? How dare you. My greatest student, and my greatest disappointment." - "You, Paul Atreides, descendant of kings, son of a Duke, you must learn to rule. It's something none of your ancestors learned." - "Once men turned their thinking over to machines in the hope that this would set them free. But that only permitted other men with machines to enslave them." - "We look down so many avenues of the past... but only feminine avenues. Yet, there's a place where no Truthsayer can see. We are repelled by it, terrorized. It is said a man will come one day and find in the gift of the drug his inward eye. He will look where we cannot — into both feminine and masculine pasts." - "They tried and died." - "Shield your son too much, Jessica, and he'll not grow strong enough to fulfill any destiny." - "That which submits rules. ... The willow submits to the wind and prospers until one day it is many willows — a wall against the wind. This is the willow's purpose." - "The mystery of life isn't a problem to solve, but a reality to experience." gurney: - "In shield fighting, one moves fast on defense, slow on attack. Attack has the sole purpose of tricking the opponent into a misstep, setting him up for the attack sinister. The shield turns the fast blow, admits the slow kindjal!" - "Mood? What has mood to do with it? You fight when the necessity arises — no matter the mood! Mood's a thing for cattle or making love or playing the baliset. It's not for fighting." - "If wishes were fishes, we'd all cast nets." - "Behold as a wild ass in the desert go I forth to my work" - "One enemy at a time." leto: - "Let us not rail about justice as long as we have arms and the freedom to use them." - "Command must always look confident. All that faith riding on your shoulders while you sit in the critical seat and never show it." - "I must rule with eye and claw — as the hawk among lesser birds." - "Most of the Houses have grown fat by taking few risks. One cannot truly blame them for this; one can only despise them." - "A day comes when the potential Mentat must learn what's being done. It may no longer be done to him. The Mentat has to share in the choice of whether to continue or abandon the training." - "On Caladan, we ruled with sea and air power. Here, we must scrabble for desert power. This is your inheritance, Paul." - "A person needs new experiences. They jar something deep inside, allowing him to grow. Without change, something sleeps inside us, and seldom awakens. The sleeper must awaken." stilgar: - "To save one from a mistake is a gift of paradise." - "Usul has called a big one. Again, it is the legend." liet_kynes: - "Growth is limited by that necessity which is present in the least amount. And, naturally, the least favorable condition controls the growth rate." - "A dead man, surely, no longer requires that water." - "He cares more about his men than the Spice. I have to admit, against my better judgement, I like this Duke." - "He shall know your ways as if born to them." pardot_kynes: - "No more terrible disaster could befall your people than for them to fall into the hands of a Hero." - "The highest function of ecology is understanding consequences." - "Men and their works have been a disease on the surface of their planets before now. Nature tends to compensate for diseases, to remove or encapsulate them, to incorporate them into the system in her own way." baron_harkonnen: - "He who controls the spice, controls the universe!" - "I must have him dead and his line ended." - "I made my peace gesture. The forms of kanly have been obeyed!" - "I won't tell you who the traitor is, or when we'll attack. However, the Duke will die before these eyes and he'll know, he'll know, that it is I, Baron Vladimir Harkonnen, who encompasses his doom!" - "Listen carefully, Feyd. Observe the plans within plans within plans." - "The absence of a thing, this can be as deadly as the presence. The absence of air, eh? The absence of water? The absence of anything else we're addicted to." - "The day hums sweetly when you have enough bees working for you." - "My dear Piter, your pleasures are what tie you to me. How could I object to that?" - "I never could bring myself to trust a traitor. Not even a traitor I created." - "One must always keep the tools of statecraft sharp and ready. Power and fear - sharp and ready." - "I will have Arrakis back for myself! He who controls the Spice controls the universe and what Piter did not tell you is we have control of someone who is very close, very close, to Duke Leto! This person, this traitor, will be worth more to us than ten legions of Sardaukar!" piter: - "I knew Yueh's wife. I was the one who broke his Imperial conditioning. I've thought of many pleasures with you. It is perhaps better that you die in the innards of a worm. Desire clouds my reason. That is not good. That is bad." - "Vendetta, he says, using the ancient tongue. The art of kanly is still alive in the Universe. He does not wish to meet or speak with you." alia: - "The Guild... they're fighting me in the mental vaults. They're behind everything. They fear the one who will come, who will know more, who will see more. The Guild is behind everything. It's not finished yet. I'm not formed." mapes: - "Before I do your bidding, manling, I must cleanse the way between us. You've put a water burden on me that I'm not sure I care to support. But we Fremen pay our debts" duncan: - "My lord, I suspect an incredible secret has been kept on this planet: that the Fremen exist in vast numbers - vast. And it is they who control Arrakis." - "Use the first moments in study. You may miss an opportunity for quick victory this way, but the moments of study are insurance of success. Take your time and be sure." - "When your opponent fears you, then's the moment when you give the fear its own rein, give it the time to work on him. Let it become terror. The terrified man fights himself. Eventually, he attacks in desperation. That is the most dangerous moment, but the terrified man can be trusted usually to make a fatal mistake." yueh: - "But attack can take strange forms. And you will remember the tooth. The tooth. Duke Leto Atreides. You will remember the tooth." - "Forgive me, my Lady! My thoughts were far away… I … did not mean to be familiar." - "Those are date palms. One date palm requires forty liters of water a day. A man requires but eight liters. A palm, then, equals five men. There are twenty palms out there—one hundred men." sayings: bene_gesserit: - "I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - "A world is supported by four things ... the learning of the wise, the justice of the great, the prayers of the righteous and the valor of the brave. But all of these are as nothing ... without a ruler who knows the art of ruling. Make that the science of your tradition!" - "The mind can go either direction under stress — toward positive or toward negative: on or off. Think of it as a spectrum whose extremes are unconsciousness at the negative end and hyperconsciousness at the positive end. The way the mind will lean under stress is strongly influenced by training." - "Do not count a human dead until you’ve seen his body. And even then you can make a mistake." - "Humans must never submit to animals." - "To suspect your own mortality is to know the beginning of terror; to learn irrefutably that you are mortal is to know the end of terror." - "Survival is the ability to swim in strange water." - "Prophets have a way of dying by violence." - "Humans live best when each has his place to stand, when each knows where he belongs in the scheme of things and what he may achieve. Destroy the place and you destroy the person." fremen: - "He shall know your ways as if born to them." - "May thy knife chip and shatter." - "The wise animal blends into its surroundings." - "Bless the Maker and all His Water. Bless the coming and going of Him, May His passing cleanse the world. May He keep the world for his people." - "Be prepared to appreciate what you meet." - "A stone is heavy and the sand is weighty; but a fools wrath is heavier than them both." - "Truth suffers from too much analysis." - "A man's flesh is his own; the water belongs to the tribe." mentat: - "It is by will alone I set my mind in motion. It is by the juice of Sapho that thoughts acquire speed, the lips acquire stains. The stains become a warning." - "A process cannot be understood by stopping it. Understanding must move with the flow of the process, must join it and flow with it." - "Memory never recaptures reality. Memory reconstructs reality. Reconstructions change the original, becoming external frames of reference that inevitably fail." muaddib: - "Arrakis teaches the attitude of the knife, chopping off what’s incomplete and saying, \"Now it’s complete because it’s ended here.\"" - "Greatness is a transitory experience. It is never persistent. It depends in part upon the myth-making imagination of humankind. The person who experiences greatness must have a feeling for the myth he is in. He must reflect what is projected upon him. And he must have a strong sense of the sardonic. This is what uncouples him from belief in his own pretensions. The sardonic is all that permits him to move within himself. Without this quality, even occasional greatness will destroy a man." - "There is probably no more terrible instance of enlightenment than the one in which you discover your father is a man — with human flesh." - "What do you despise? By this you are truly known." - "God created Arrakis to train the faithful." - "You do not beg the sun for mercy." - "Fragmentation is the natural destiny of all power." - "I am the Kwisatz Haderach. That is reason enough." - "The eye that looks ahead to the safe course is closed forever." - "Deep in the human unconscious is a pervasive need for a logical universe that makes sense. But the real universe is always one step beyond logic." - "There exists no separation between gods and men: one blends softly casual into the other." - "There should be a science of discontent. People need hard times and oppression to develop psychic muscles." orange_catholic_bible: - "Think you of the fact that a deaf person cannot hear. Then, what deafness may we not all possess? What senses do we lack that we cannot see and cannot hear another world all around us?" - "When God hath ordained a creature to die in a particular place, He causeth that creature's wants to direct him to that place" - "Thou shalt not make a machine in the likeness of a man's mind" - "From water does all life begin." faker-1.9.1/lib/locales/en/educator.yml000066400000000000000000000015431332146201300177330ustar00rootroot00000000000000en: faker: educator: name: ['Marblewald', 'Mallowtown', 'Brookville', 'Flowerlake', 'Falconholt', 'Ostbarrow', 'Lakeacre', 'Clearcourt', 'Ironston', 'Mallowpond', 'Iceborough', 'Icelyn', 'Brighthurst', 'Bluemeadow', 'Vertapple', 'Ironbarrow'] secondary: ['High School', 'Secondary College', 'High'] tertiary: type: ['College', 'University', 'Technical College', 'TAFE'] course: subject: ['Arts', 'Business', 'Education', 'Applied Science (Psychology)', 'Architectural Technology', 'Biological Science', 'Biomedical Science', 'Commerce', 'Communications', 'Creative Arts', 'Criminology', 'Design', 'Engineering', 'Forensic Science', 'Health Science', 'Information Systems', 'Computer Science', 'Law', 'Nursing', 'Medicine', 'Psychology', 'Teaching'] type: ['Associate Degree in', 'Bachelor of', 'Master of'] faker-1.9.1/lib/locales/en/elder_scrolls.yml000066400000000000000000000065111332146201300207610ustar00rootroot00000000000000en: faker: elder_scrolls: race: ["Altmer", "Argonian", "Bosmer", "Breton", "Dunmer", "Dwemer", "Imperial", "Khajiit", "Nord", "Orc", "Redguard","Riekling"] creature: ["Bear", "Cave Bear", "Chaurus", "Death Hound", "Snow Bear", "Wolf", "Ice Wolf", "Pit Wolf", "Sabre Cat", "Skeever", "Mudcrab", "Horker", "Ice Wraith", "Werewolf", "Troll", "Frost Troll", "Werebear", "Blue Dartwing", "Orange Dartwing", "Torchbugs", "Slaughterfish", "Chaurus Hunter", "Dremora Lord", "Flame Atronach", "Frost Atronach", "Storm Atronach", "Daedric Prince", "Dremora", "Lurker", "Seeker", "Draugr", "Restless Draugr", "Draugr Overlord", "Draugr Wight", "Draugr Deathlord", "Draugr Scourge", "Draugr Death Overlord", "Draugr Thrall", "Spider Worker", "Spider Soldier", "Spider Guardian", "Dwarven Shpere", "Dwarven Centurion", "Falmer", "Falmer Archer", "Falmer Gloomlurker", "Falmer Shaman", "Falmer Spellsword", "Falmer Shadowmaster", "Falmer Nightprowler", "Falmer Warmonger", "Feral Falmer", "Frostbite Spider", "Giant", "Frost Giant", "Hagraven", "Corrupted Shade", "Skeleton", "Spriggan", "Spriggan Matron", "Spriggan Earth Mother", "Wisp", "Shade", "Wispmother"] region: ["Black Marsh", "Cyrodiil", "Elsweyr", "Hammerfell", "High Rock", "Morrowind", "Skyrim", "Summerset Isles", "Valenwood"] dragon: ["Dragon", "Blood Dragon", "Frost Dragon", "Elder Dragon", "Ancient Dragon", "Revered Dragon", "Legendary Dragon", "Serpentine Dragon", "Paarthunax","Odahviing", "Alduin","Mirmulnir","Sahloknir"] city: ["Solitude", "Winterhold", "Markarth", "Daggerfall", "Silvenar", "Tignus", "Lainlyn", "Dwyynen", "Glenpoint", "Whiterun", "Falkreath","Ykalon","Kozanset", "Kambria","Menevia", "Betony", "Northmoor", "Tulune", "Alcaire", "Verkarth", "Davon's Watch", "Abah's Landing", "Clockwork City", "Wayrest", "Stormhold", "Sentinel", "Dawnstar", "Morthal","Riften","Windhelm","Dragon Bridge","Helgen", "Ivarstead", "Karthwasten", "Riverwood", "Rorikstead", "Shor's Stone"] first_name: ["Balgruuf", "Ralof", "Hadvar", "Irileth", "Gormlaith", "Farengar", "Felldir", "Hakon", "Iddra", "Malborn", "Tsun","Ysgramor", "Tsun", "Gerdur", "Dirge", "Orgnar", "Septimus", "Urag", "Brynjolf", "Faralda", "Vignar", "Elenwen", "Rulindil", "Gissur", "Drahff", "Hewnon", "Gian", "Sulla", "Umana", "J'darr", "Astrid", "Nazir", "Maliq", "Babette", "Gabriella", "Festus", "Arnbjorn", "Veezara", "Kodlak", "Aela", "Farkas", "Vilkas", "Skjor", "Athis", "Njada", "Ria", "Torvar", "Brill", "Eorlund", "Tilma", "Hestla", "Askar","Mercer", "Delvin", "Vex", "Tonilia", "Sapphire", "Cynric", "Niruin", "Rune", "Thrynn", "Vipir", "Garthar", "Ravyn", "Etienne", "Molgrom", "Karliah", "Syndus", "Vanryth", "Gulum-Ei", "Enthir", "Niranye", "Endon", "Mallus", "Athel", "Glover", "Erikur", "Ri'saad", "Atahbah", "Ma'randru-jo", "Khayla", "Ahkari", "Zaynabi", "Dro'marash", "Kharjo", "Ma'dran", "Ma'jhad", "Ra'zhinda", "Mjoll", "Brand-shei", "Inigo"] last_name: ["The Old", "The Greater", "The Lesser", "One-Eye", "Golden-Hilt", "Secret-Fire", "Septim", "Signus", "gro-Shub","Gray-Mane", "Black-Skeever", "The Fist", "Krex", "Whitemane", "Hunter", "Stonearm","The Haggard", "The Unbroken", "The Man", "Ember-Master", "Battle-Born", "Black-Briar", "Lothaire", "Frey", "Mallory", "Endell", "The Fleet", "Imyan", "Rarnis", "Twice-Killed", "Gatharian", "Maccius", "Newberry", "Cruel-Sea", "The Lion"]faker-1.9.1/lib/locales/en/electrical_components.yml000066400000000000000000000013451332146201300225010ustar00rootroot00000000000000en: faker: electrical_components: active: ["Diode", "LED", "Rectifier", "Transistor", "JFET", "MOSFET", "Integrated Circuit", "LCD", "Cathode Ray Tube", "Vacuum Tube", "Battery", "Fuel Cell", "Power Supply"] passive: ["Resistor", "Potentiometer", "Trim Pot", "Varistor", "Capacitor", "Varicap Diode", "Inductor", "Transformer", "Generator", "Motor", "Solenoid", "Magnetic Amplifier", "Speaker", "Motion Sensor", "Accelerometer", "Thermocouple", "Antenna", "Oscillator", "Breadboard"] electromechanical: ["Piezoelectric device", "crystal", "Ultrasonic Motor", "Terminal", "Socket", "Power Cord", "Toggle Switch", "Slide Switch", "DIP Switch", "Footswitch", "Keypad", "Circuit Breaker", "Fuse", "Printed Circuit Board"]faker-1.9.1/lib/locales/en/esport.yml000066400000000000000000000012221332146201300174330ustar00rootroot00000000000000en: faker: esport: players: ["Froggen", "Dendi", "Surefour", "Seagull", "xPeke", "shroud", "KennyS", "pasha", "RamboRay", "Crimsix", "ACE", "Grubby", "f0rest", "cArn", "Flash", "Faker", "Boxer"] teams: ["Dignitas", "OpTic", "FaZe", "iBUYPOWER", "Evil Genius", "Ninjas in Pajamas", "NaVi", "SoloMid", "Cloud9", "fnatic", "CLG", "EnVyUs", "Virtus Pro"] events: ["ESL Cologne", "MLG Meadowlands", "GFinity London", "Worlds", "IEM Championship", "League All Stars"] leagues: ["ESL", "IEM", "MLG", "GFinity"] games: ["CS:GO", "League of Legends", "Overwatch", "StarCraft II", "Dota2", "Super Smash Bros. Melee", "Hearthstone"] faker-1.9.1/lib/locales/en/fallout.yml000066400000000000000000000125071332146201300175750ustar00rootroot00000000000000en: faker: fallout: characters: [ "Ada", "Angela Bishop", "Boone", "Cait", "Christine Royce", "Codsworth", "Curie", "Daecon", "DiMA", "Dogmeat", "Elder Maxon", "Harold", "John Hancock", "Joshua Graham", "Legate Lanius", "Leslie Ann Bishop", "Liberty Prime", "Lucas Simms", "Madison Lee", "Miria", "Myron", "Nick Valentine", "Old Longfellow", "Caesar", "Paladin Danse", "Piper Wright", "Porter Gage", "Preston Garvey", "Robert Joseph Mac Cready", "Rose of Sharon Cassidy", "Strong", "Sulik", "The Master", "Three Dog", "X6-88", "Yes Man" ] factions: [ "Boomers", "Brotherhood of Steel", "Caesar's Legion", "Chinese remnants", "Diamond City security", "Enclave", "Followers of the Apocalypse", "Gunners", "Kings", "Master's Army", "Mojave Express", "New California Republic", "Nuka World Triumvirate", "Powder Gangers", "Raiders", "State of Utobitha", "Talon Company", "Triggermen", "United States Armed Forces", "Van Graffs" ] locations: [ "Anchorage", "Big MT", "Big town", "Cambridge", "Capital Wasteland", "Concord", "Diamond City", "Dog City", "Goodsprings", "Hoover Dam", "Lexington", "Little Lamplight", "Megaton", "Nellis Air Force Base", "New Reno", "New Vegas", "Nipton", "Primm", "Raven Rock", "Red Rock Canyon", "Sloan", "The Commonwealth", "The Institute", "Vault 101", "Vault 11", "Vault 111", "Vault 13", "Vault 15", "Vault 19", "Vault 22", "Vault 3", "Vault 81", "Vault City" ] quotes: [ "Ad Victoriam!", "Calm is what you have to be when people look to you, and it's all you can be when things are out of your hands.", "Democracy is non-negotiable", "Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.", "I'm a synth. Synthetic man. All the parts, minus a few red blood cells.", "I'm dying.... so that democracy... can live.", "I'm gonna run some diagnostics while you're tinkering. Take your time.", "I've seen soldiers come and go. Some were brave. Some were honest. Some were even heroic. But I've never called any of them a friend.", "If you want to see the fate of democracies, just look out the window", "Let's go, pal.", "Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.", "Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.", "Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.", "Nothing to impede progress. If you want to see the fate of democracies, look out the windows.", "Patrolling the Mojave almost makes you wish for a nuclear winter.", "Please step out of the fountain", "Revised stratagem: Initiate photonic resonance overcharge.", "Stimpaks are a marvelous invention, don't you think?", "Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.", "Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.", "Sure. Be glad to take...I mean hold some stuff for you.", "That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.", "That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!", "The past, the present, and the future walked into a bar. It was tense.", "The women of New Vegas ask me a lot if there's a Mrs. New Vegas. Well, of course there is. You're her. And you're still as perfect as the day we met.", "Though dangerous, combat is quite vigorous exercise.", "Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.", "Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.", "We must find the men of science and institutes of learning, surely they are out there still.", "We'd move faster if you'd keep your eyes on the road and off me arse.", "Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.", "What did you... did you put a plug in his cocktube and make him explode?", "Who do you think actually won the war? No one, I guess.", "You stood up to Elder Maxson for me. I'll never forget that for as long as I live.", "You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?", "You'd be shocked how many people I've managed to convince I'm just a really sick ghoul." ] faker-1.9.1/lib/locales/en/family_guy.yml000066400000000000000000000031601332146201300202670ustar00rootroot00000000000000en: faker: family_guy: character: ["Peter Griffin", "Lois Griffin", "Meg Griffin", "Chris Griffin", "Stewie Griffin", "Brian Griffin", "Francis Griffin", "Mickey McFinnigan", "Thelma Griffin", "Karen Griffin", "Carter Pewterschmidt", "Barabara Pewterschmidt", "Glenn Quagmire", "Cleveland Brown", "Joe Swanson", "Bonnie Swanson", "Mort Goldman", "Tom Tucker", "Joyce Kinney", "Diane Simmons", "Ollie Williams", "Tricia Takanawa", "Fouad", "Principal Shephard", "Mayor Adam West", "Carl", "Consuela", "God", "Horace", "James Woods", "Evil Monkey"] location: ["Cleveland's Deli", "Drunken Clam", "Goldman's Pharmacy", "Happy-Go-Lucky Toy Factory", "Jack's Joke Shop", "James Woods High", "Pawtucket Brewery", "Quahog 5 News", "Spooner Street"] quote: ["It’s Peanut Butter Jelly Time.", "I’ve got an idea–an idea so smart that my head would explode if I even began to know what I’m talking about.", "A degenerate, am I? Well, you are a festisio! See? I can make up words too, sister.", "Now I may be an idiot, but there’s one thing I am not sir, and that sir, is an idiot.", "Isn’t ‘bribe’ just another word for ‘love’?", "I am so not competitive. In fact, I am the least non-competitive. So I win.", "Hey, don't try to take this away from me. This is the only thing I've ever been good at. Well, this and timing my farts to a thunderstorm.", "Joe, gag on my fat dauber.", "People in love can overcome anything.", "Amazing. One second of a stranger's voice on a phone, and you've got full Bollywood.", "You know, this is great guys. Drinking and eating garbage. I'm glad we all took a mental health day."] faker-1.9.1/lib/locales/en/famous_last_words.yml000066400000000000000000000022401332146201300216530ustar00rootroot00000000000000en: faker: famous_last_words: last_words: ["I don't know.", "No comment.", "Van Halen!", "Is it not meningitis?", "I love you too, honey. Good luck with your show.", "Am I dying, or is this my birthday?", "I want your bunk!", "I went the distance.", "Goodnight, my darlings, I'll see you tomorrow.", "I am confound.", "That was the best ice-cream soda I ever tasted.", "All my possessions for a moment of time.", "Hurrah for anarchy! This is the happiest moment of my life.", "It's stopped.", "You can get anything you want at Alice's restaurant.", "Yes, it's tough, but not as tough as doing comedy.", "That's good. Go on, read some more.", "I love you.", "One! Two! Three!", "Do you want me to come with you?", "Does nobody understand?", "I wish I could go with you.", "I'll be in Hell before you start breakfast! Let her rip!", "Tape Seinfeld for me.", "Strike the tent.", "I don't think they even heard me.", "I regret that I should leave this world without again beholding him.", "Well, this is certainly a pleasant surprise.", "Okay, I won't.", "I want to go home.", "Happy.", "I forgot something.", "My vocabulary did this to me. Your love will let you go on…"]faker-1.9.1/lib/locales/en/file.yml000066400000000000000000000027541332146201300170510ustar00rootroot00000000000000en: faker: file: extension: ["flac", "mp3", "wav", "bmp", "gif", "jpeg", "jpg", "png", "tiff", "css", "csv", "html", "js", "json", "txt", "mp4", "avi", "mov", "webm", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "odt", "ods", "odp", "pages", "numbers", "key", "pdf"] mime_type: ["application/atom+xml", "application/ecmascript", "application/EDI-X12", "application/EDIFACT", "application/json", "application/javascript", "application/ogg", "application/pdf", "application/postscript", "application/rdf+xml", "application/rss+xml", "application/soap+xml", "application/font-woff", "application/xhtml+xml", "application/xml-dtd", "application/xop+xml", "application/zip", "application/gzip", "audio/basic", "audio/L24", "audio/mp4", "audio/mpeg", "audio/ogg", "audio/vorbis", "audio/vnd.rn-realaudio", "audio/vnd.wave", "audio/webm", "image/gif", "image/jpeg", "image/pjpeg", "image/png", "image/svg+xml", "image/tiff", "image/vnd.microsoft.icon", "message/http", "message/imdn+xml", "message/partial", "message/rfc822", "model/example", "model/iges", "model/mesh", "model/vrml", "model/x3d+binary", "model/x3d+vrml", "model/x3d+xml", "multipart/mixed", "multipart/alternative", "multipart/related", "multipart/form-data", "multipart/signed", "multipart/encrypted", "text/cmd", "text/css", "text/csv", "text/html", "text/javascript", "text/plain", "text/vcard", "text/xml", "video/mpeg", "video/mp4", "video/ogg", "video/quicktime", "video/webm", "video/x-matroska", "video/x-ms-wmv", "video/x-flv"] faker-1.9.1/lib/locales/en/finance.yml000066400000000000000000000025631332146201300175330ustar00rootroot00000000000000en: faker: finance: credit_card: visa: - /4###########L/ - /4###-####-####-###L/ mastercard: - /5[1-5]##-####-####-###L/ - /6771-89##-####-###L/ discover: - /6011-####-####-###L/ - /65##-####-####-###L/ - /64[4-9]#-####-####-###L/ - /6011-62##-####-####-###L/ - /65##-62##-####-####-###L/ - /64[4-9]#-62##-####-####-###L/ american_express: - /34##-######-####L/ - /37##-######-####L/ diners_club: - /30[0-5]#-######-###L/ - /368#-######-###L/ jcb: - /3528-####-####-###L/ - /3529-####-####-###L/ - /35[3-8]#-####-####-###L/ switch: - /6759-####-####-###L/ - /6759-####-####-####-#L/ - /6759-####-####-####-##L/ solo: - /6767-####-####-###L/ - /6767-####-####-####-#L/ - /6767-####-####-####-##L/ dankort: /5019-####-####-###L/ maestro: - /50#{9,16}L/ - /5[6-8]#{9,16}L/ - /56##{9,16}L/ forbrugsforeningen: /6007-22##-####-###L/ laser: - /6304###########L/ - /6706###########L/ - /6771###########L/ - /6709###########L/ - /6304#########{5,6}L/ - /6706#########{5,6}L/ - /6771#########{5,6}L/ - /6709#########{5,6}L/ faker-1.9.1/lib/locales/en/food.yml000066400000000000000000000341171332146201300170570ustar00rootroot00000000000000en: faker: food: dish: ["Barbecue Ribs", "Bruschette with Tomato", "Caesar Salad", "Cauliflower Penne", "California Maki", "Caprese Salad", "Cheeseburger", "Chicken Fajitas", "Chicken Milanese", "Chicken Wings", "Chilli con Carne", "Ebiten maki", "Fettuccine Alfredo", "Fish and Chips", "French Fries with Sausages", "Katsu Curry", "Lasagne", "Linguine with Clams", "Meatballs with Sauce", "Mushroom Risotto", "Pappardelle alla Bolognese", "Pasta Carbonara", "Pasta and Beans", "Pasta with Tomato and Basil", "Philadelphia Maki", "Pizza", "Pork Belly Buns", "Pork Sausage Roll", "Ricotta Stuffed Ravioli", "Risotto with Seafood", "Salmon Nigiri", "Scotch Eggs", "Souvlaki", "Teriyaki Chicken Donburi", "Tiramisù", "Tuna Sashimi", "Vegetable Soup"] descriptions: ["Three eggs with cilantro, tomatoes, onions, avocados and melted Emmental cheese. With a side of roasted potatoes, and your choice of toast or croissant.", "Three egg omelet with Roquefort cheese, chives, and ham. With a side of roasted potatoes, and your choice of toast or croissant.", "Three egg whites with spinach, mushrooms, caramelized onions, tomatoes and low-fat feta cheese. With herbed quinoa, and your choice of rye or whole-grain toast.", "Smoked salmon, poached eggs, diced red onions and Hollandaise sauce on an English muffin. With a side of roasted potatoes.", "Fresh parsley, Italian sausage, shallots, garlic, sun-dried tomatoes and mozzarella cheese in an all-butter crust. With a side of mixed fruits.", "Thick slices of French toast bread, brown sugar, half-and-half and vanilla, topped with powdered sugar. With two eggs served any style, and your choice of smoked bacon or smoked ham.", "Two buttermilk waffles, topped with whipped cream and maple syrup, a side of two eggs served any style, and your choice of smoked bacon or smoked ham.", "Breaded fried chicken with waffles, and a side of maple syrup.", "Two butter croissants of your choice (plain, almond or cheese). With a side of herb butter or house-made hazelnut spread.", "28-day aged 300g USDA Certified Prime Ribeye, rosemary-thyme garlic butter, with choice of two sides.", "Breaded fried chicken with waffles. Served with maple syrup.", "Fresh Norwegian salmon, lightly brushed with our herbed Dijon mustard sauce, with choice of two sides.", "Creamy mascarpone cheese and custard layered between espresso and rum soaked house-made ladyfingers, topped with Valrhona cocoa powder.", "Granny Smith apples mixed with brown sugar and butter filling, in a flaky all-butter crust, with ice cream."] ingredients: ["Achacha", "Adzuki Beans", "Agar", "Agave Syrup", "Ajowan Seed", "Albacore Tuna", "Alfalfa", "Allspice", "Almond Oil", "Almonds", "Amaranth", "Amchur", "Anchovies", "Anchovies", "Aniseed", "Annatto Seed", "Apple Cider Vinegar", "Apple Juice", "Apple Juice Concentrate", "Apples", "Bonza", "Apples", "Apricots", "Arborio Rice", "Arrowroot", "Artichoke", "Arugula", "Asafoetida", "Asian Greens", "Asian Noodles", "Asparagus", "Aubergine", "Avocado", "Avocado Oil", "Avocado Spread", "Bacon", "Baking Powder", "Baking Soda", "Balsamic Vinegar", "Bamboo Shoots", "Banana", "Barberry", "Barley", "Barramundi", "Basil Basmati Rice", "Bay Leaves", "Bean Shoots", "Bean Sprouts", "Beans", "Green Beans", "Beef", "Beetroot", "Berries", "Black Eyed Beans", "Blackberries", "Blood Rranges", "Blue Cheese", "Blue Eye Trevalla", "Blue Swimmer Crab", "Blueberries", "Bocconcini", "Bok Choy", "Bonito Flakes", "Borlotti Beans", "Brazil Nut", "Bran", "Bread", "Rye Bread", "Sour Dough Bread", "Spelt Bread", "White Bread", "Wholegrain Bread", "Wholemeal", "Brie", "Broccoli", "Broccolini", "Brown Rice", "Brown Rice Vinegar", "Brussels Sprouts", "Buckwheat", "Buckwheat Noodles", "Bulghur", "Bush Tomato", "Butter", "Butter Beans", "Buttermilk", "Butternut Lettuce", "Butternut Pumpkin", "Cabbage", "Cacao", "Cake", "Calamari", "Camellia Tea Oil", "Camembert", "Camomile", "Candle Nut", "Cannellini Beans", "Canola Oil", "Cantaloupe", "Capers", "Capsicum", "Starfruit", "Caraway Seed", "Cardamom", "Carob Carrot", "Carrot", "Cashews", "Cassia bark", "Cauliflower", "Cavalo", "Cayenne", "Celery", "Celery Seed", "Cheddar", "Cherries", "Cherries", "Chestnut", "Chestnut", "Chia Seeds", "Chicken", "Chickory", "Chickpea", "Chilli Pepper", "Fresh Chillies", "Dried Chinese Broccoli", "Chinese Cabbage", "Chinese Five Spice", "Chives", "Dark Chocolate", "Milk Chocolate", "Choy Sum", "Cinnamon", "Clams", "Cloves", "Cocoa Powder", "Coconut", "Coconut Oil", "Coconut Water", "Coffee", "Corella Pear", "Coriander Leaves", "Coriander Seed", "Corn Oil", "Corn Syrup", "Corn Tortilla", "Cornichons", "Cornmeal", "Cos Lettuce", "Cottage Cheese", "Cous Cous", "Crabs", "Cranberry", "Cream", "Cream Cheese", "Cucumber", "Cumin", "Cumquat", "Currants", "Curry Leaves", "Curry Powder", "Custard Apples", "Dandelion", "Dashi", "Dates", "Dill", "Dragonfruit", "Dried Apricots", "Duck", "Edam", "Edamame", "Eggplant", "Eggs", "Elderberry", "Endive", "English Spinach", "Extra Virgin Olive Oil", "Farmed Prawns", "Feijoa", "Fennel", "Fennel Seeds", "Fenugreek", "Feta", "Figs", "File Powder", "Fingerlime", "Fish Sauce", "Flathead", "Flaxseed", "Flaxseed Oil", "Flounder", "Flour", "Besan", "Buckwheat Flour", "Oat Flour", "Potato Flour", "Rice Flour", "Brown Flour", "White Flour", "Soy Flour", "Tapioca Flour", "Unbleached Flour", "Wholewheat Flour", "Freekeh", "French Eschallots", "Fromage Blanc", "Fruit", "Galangal", "Garam Masala", "Garlic", "Garlic", "Chives", "Goat Cheese", "Goat Milk", "Goji Berry", "Grape Seed Oil", "Grapefruit", "Grapes", "Green Pepper", "Green Tea", "Green Tea Noodles", "Greenwheat Freekeh", "Gruyere", "Guava", "Gula Melaka", "Haloumi", "Ham", "Haricot Beans", "Harissa", "Hazelnut", "Hijiki", "Hiramasa Kingfish", "Hokkien Noodles", "Honey", "Honeydew Melon", "Horseradish", "Hot Smoked Salmon", "Hummus", "Iceberg Lettuce", "Incaberries", "Jarrahdale Pumpkin", "Jasmine Rice", "Jelly", "Jerusalem Artichoke", "Jewfish", "Jicama", "Juniper Berries", "Lime Leaves", "Kale", "Kangaroo", "Kecap Manis", "Kenchur", "Kidney Beans", "Kidneys", "Kiwi Fruit", "Kiwi Berries", "Kohlrabi", "Kokam", "Kombu", "Koshihikari Rice", "Kudzu", "Kumera", "Lamb", "Lavender Flowers", "Leeks", "Lemon", "Lemongrass", "Lentils", "Lettuce", "Licorice", "Limes", "Liver", "Lobster", "Longan", "Loquats", "Lotus Root", "Lychees", "Lychees", "Macadamia Nut", "Macadamia Oil", "Mace", "Mackerel", "Mackerel", "Tinned", "Mahi Mahi", "Mahlab", "Malt Vinegar", "Mandarins", "Mango", "Mangosteens", "Maple Syrup", "Margarine", "Marigold", "Marjoram", "Mastic", "Melon", "Milk", "Mint", "Miso", "Molasses", "Monkfish", "Morwong", "Mountain Bread", "Mozzarella", "Muesli", "Mulberries", "Mullet", "Mung Beans", "Flat Mushrooms", "Brown Mushrooms", "Common Cultivated Mushrooms", "Enoki Mushrooms", "Oyster Mushrooms", "Shiitake Mushrooms" , "Mussels", "Mustard", "Mustard Seed", "Nashi Pear", "Nasturtium", "Nectarines", "Nori", "Nutmeg", "Nutritional Yeast", "Nuts", "Oatmeal", "Oats", "Octopus", "Okra", "Olive Oil", "Olives", "Omega Spread", "Onion", "Oranges", "Oregano", "Oyster Sauce", "Oysters", "Pear", "Pandanus Leaves", "Papaw", "Papaya", "Paprik", "Parmesan Cheese", "Parrotfish", "Parsley", "Parsnip", "Passionfruit", "Pasta", "Peaches", "Peanuts", "Pear Juice", "Pears", "Peas", "Pecan Nut", "Pecorino", "Pepitas", "Szechuan Pepperberry", "Peppercorns", "Peppermint", "Peppers", "Persimmon", "Pine Nut", "Pineapple", "Pinto Beans", "Pistachio Nut", "Plums", "Polenta", "Pomegranate", "Poppy Seed", "Porcini Mushrooms", "Pork", "Potatoes", "Provolone", "Prunes", "Pumpkin", "Pumpkin Seed", "Purple Carrot", "Purple Rice", "Quark Quinc", "Quinoa", "Radicchio", "Radish", "Raisin", "Raspberry", "Red Cabbage", "Red Lentils", "Red Pepper", "Red Wine Vinegar", "Redfish", "Rhubarb", "Rice Noodles", "Rice Paper", "Rice Syrup", "Ricemilk", "Ricotta", "Rockmelon", "Rose Water", "Rosemary", "Rye", "Safflower Oil", "Saffron", "Sage", "Sake", "Salmon", "Sardines", "Sausages", "Scallops", "Sea Salt", "Semolina", "Sesame Oil", "Sesame Seeds", "Shark", "Silverbeet", "Slivered Almonds", "Smoked Trout", "Snapper", "Snowpea sprouts", "Snowpeas", "Soba", "Soy Beans", "Soy Milk", "Soy Sauce", "Soy", "Sprouts", "Soymilk", "Spearmint", "Spelt", "Spinach", "Spring Onions", "Squash", "Squid", "Star Anise", "Star Fruit", "Stevia", "Beef Stock", "Chicken Stock", "Fish Stock", "Vegetable Stock", "Strawberries", "Sugar", "Sultanas", "Sun-Dried Tomatoes", "Sunflower Oil", "Sunflower Seeds", "Sweet Chilli Sauce", "Sweet Potato", "Swiss Chard", "Swordfish", "Tabasco", "Tahini", "Taleggio Cheese", "Tamari", "Tamarillo", "Tangelo", "Tapioca", "Tarragon", "Tea", "Tea Oil", "Tempeh", "Thyme", "Tofu", "Tom Yum", "Tomatoes", "Trout", "Tuna", "Turkey", "Turmeric", "Turnips", "Vanilla Beans", "Vegetable Oil", "Vegetable Spaghetti", "Vermicelli Noodles", "Vinegar", "Wakame", "Walnut", "Warehou", "Wasabi", "Water", "Watercress", "Watermelon", "Wattleseed", "Wheat", "Wheatgrass Juice", "White rice", "White Wine Vinegar", "Whiting Wild Rice", "William Pear", "Red Wine", "White Wine", "Yeast", "Yellow Papaw", "Yellowtail Kingfish", "Yoghurt", "Yogurt", "Zucchini"] fruits: ["Apples", "Apricots", "Aubergine", "Avocado", "Banana", "Berries", "Blackberries", "Blood oranges", "Blueberries", "Bush Tomato", "Butternut pumpkin", "Cantaloupe", "Cavalo", "Starfruit", "Cherries", "Corella Pear", "Cranberry", "Cumquat", "Currants", "Custard Apples", "Custard Apples Daikon", "Dates", "Dragonfruit", "Dried Apricots", "Elderberry", "Feijoa", "Grapefruit", "Grapes", "Figs", "Fingerlime", "Goji Berry", "Guava", "Honeydew melon", "Incaberries", "Jarrahdale pumpkin", "Juniper Berries", "Kiwi Fruit", "Kiwiberries", "Lemon", "Limes", "Longan", "Loquats", "Lychees", "Mango", "Mangosteens", "Melon", "Mandarins", "Mulberries", "Nashi Pear", "Nectarines", "Olives", "Oranges", "Papaw", "Papaya", "Passionfruit", "Peaches", "Pears", "Pineapple", "Pomegranate", "Plums", "Prunes", "Rockmelon", "Snowpeas", "Sprouts", "Strawberries", "Sultanas", "Tangelo", "Tomatoes", "Watermelon"] vegetables: ["Artichoke", "Arugula", "Asian Greens", "Asparagus", "Bean Shoots", "Bean Sprouts", "Beans", "Green beans", "Beetroot", "Bok Choy", "Broccoli", "Broccolini", "Brussels Sprouts", "Butternut lettuce", "Cabbage", "Capers", "Carob Carrot", "Carrot", "Cauliflower", "Celery", "Chilli Pepper", "Chinese Cabbage", "Fresh Chillies", "Dried Chinese Broccoli", "Cornichons", "Cos lettuce", "Cucumber", "Eggplant", "Endive", "English Spinach", "French eschallots", "Garlic", "Chives", "Green Pepper", "Hijiki", "Iceberg lettuce", "Jerusalem Artichoke", "Jicama", "Kale", "Kohlrabi", "Leeks", "Lettuce", "Onion", "Okra", "Parsnip", "Peas", "Peppers", "Potatoes", "Pumpkin", "Purple carrot", "Radicchio", "Radish", "Raspberry", "Red cabbage", "Red Pepper", "Rhubarb", "Snowpea sprouts", "Spinach", "Squash", "Sun dried tomatoes", "Sweet Potato", "Swiss Chard", "Turnips", "Zucchini"] spices: ["Achiote Seed", "Ajwain Seed", "Ajwan Seed", "Allspice Ground", "Allspice Whole", "Amchoor", "Anise", "Anise Star", "Aniseed Whole", "Annatto Seed", "Arrowroot", "Asafoetida", "Baharat", "Balti Masala", "Balti Stir Fry Mix", "Basil", "Bay Leaves", "Bay Leaves Chopped", "BBQ Seasoning", "Biryani Spice Mix", "Cajun Seasoning", "Caraway Seed", "Cardamom Ground", "Cardamom Whole", "Cassia", "Cassia Bark", "Cayenne Pepper", "Celery Leaf", "Celery Salt", "Celery Seed", "Chamomile", "Chervil", "Chicken Seasoning", "Chilli Crushed", "Chilli Ground", "Chilli Pepper", "Chillies Whole", "China Star", "Chinese 5 Spice", "Chives", "Cinnamon Bark", "Cinnamon Ground", "Cinnamon Powder", "Cinnamon Sticks", "Cloves Ground", "Cloves Whole", "Colombo Powder", "Coriander Ground", "Coriander Leaf", "Coriander Seed", "Creole Seasoning", "Cumin Ground", "Cumin Seed", "Cumin Seed Black", "Cumin Seed Royal", "Curly Leaf Parsley", "Curry Chinese", "Curry Hot", "Curry Leaves", "Curry Madras Medium", "Curry Mild", "Curry Thai Green", "Curry Thai Red", "Dhansak Spice Mix", "Dill Herb", "Dill Leaf", "Dill Seed", "Fajita Seasoning", "Fennel Seed", "Fenugreek Ground", "Fenugreek Leaf", "Fenugreek Seed", "Fines Herbes", "Fish Seasoning", "Five Spice Mix", "French Lavender", "Galangal Ground", "Garam Masala", "Garlic Chips", "Garlic Granules", "Garlic Powder", "Garlic Salt", "German Chamomile", "Ginger Root", "Ginger Ground", "Green Cardamom", "Herbes de Provence", "Jalfrezi Curry Powder", "Jalfrezi Mix", "Jerk Seasoning", "Juniper Berries", "Kaffir Leaves", "Korma Curry Powder", "Korma Mix", "Lamb Seasoning", "Lavender", "Lemon Grass", "Lemon Grass Chopped", "Lemon Pepper", "Lime Leaves", "Lime Leaves Ground", "Liquorice Root", "Mace Ground", "Mace Whole", "Mango Powder", "Marjoram", "Methi", "Methi Leaves", "Mexican Salsa Mix", "Mint", "Mixed Herbs", "Mixed Spice", "Mulled Cider Spices", "Mulled Wine Spices", "Mustard Powder", "Mustard Seed Black", "Mustard Seed Brown", "Mustard Seed White", "Mustard Seed Yellow", "Nigella", "Nutmeg Ground", "Nutmeg Whole", "Onion Seed", "Orange Zest", "Oregano", "Paella Seasoning", "Paprika", "Paprika Hungarian", "Paprika Smoked", "Parsley", "Parsley Flat Leaf", "Pepper Black Coarse", "Pepper Black Ground", "Pepper White Ground", "Peppercorns Black", "Peppercorns Cracked Black", "Peppercorns Green", "Peppercorns Mixed", "Peppercorns Pink", "Peppercorns Szechwan", "Peppercorns White", "Pickling Spice", "Pimento Berries", "Pimento Ground", "Piri Piri Seasoning", "Pizza Topping Mix", "Poppy Seed", "Pot Marjoram", "Poudre de Colombo", "Ras-el-Hanout", "Rice Paper", "Rogan Josh Curry Powder", "Rogan Josh Mix", "Rose Baie", "Rosemary", "Saffron", "Sage", "Sea Salt Coarse", "Seasoning Salt", "Self Adhesive Spice Labels", "Sesame Seed", "Spearmint", "Spice Charts", "Steak Seasoning", "Sumac Ground", "Sweet Basil", "Sweet Laurel", "Tagine Seasoning", "Tandoori Masala", "Tandoori Mix", "Tarragon", "Thai Creen Curry Mix", "Thai Red Curry Mix", "Thai Stir Fry", "Thyme", "Tikka Masala", "Tikka Masala Curry Powder", "Turmeric", "Turmeric Powder", "Vanilla Bean", "Vanilla Pods", "Vegetable Seasoning", "Zahtar Spice Mix"] measurements: ["teaspoon", "tablespoon", "cup", "pint", "quart", "gallon"] measurement_sizes: ["1/4", "1/3", "1/2", "1", "2", "3"] metric_measurements: ["milliliter", "deciliter", "centiliter", "liter"]faker-1.9.1/lib/locales/en/football.yml000066400000000000000000000031461332146201300177300ustar00rootroot00000000000000en: faker: football: teams: ["Real Madrid", "FC Barcelona", "Valencia CF", "Atletico Madrid", "Manchester United", "Chelsea", "Liverpool", "Arsenal", "Tottenham Hotspur", "AC Milan", "Inter Milan", "AS Roma", "Juventus", "Bayern Munich", "Borussia Dortmund", "Schalke 04", "Benfica", "Galatasaray", "PSV Eindhoven", "LA Galaxy"] players: ["Lionel Messi", "Gerard Pique", "Sergio Ramos", "Cristiano Ronaldo", "David De Gea", "Paul Pogba", "Antoine Griezmann", "Alvaro Morata", "Andres Iniesta", "Roberto Firmino", "Mohammed Salah", "Harry Kane", "Delle Alli", "Arjen Robben", "Franck Ribery", "Marco Reus", "Robert Lewandoski", "Zlatan Ibrahimovic", "Edinson Cavani", "Sergio Aguero", "Neymar", "Mesut Ozil", "Gianluigi Buffon", "Willian", "Manuel Neuer", "Juan Mata", "Manuel Neuer", "Cesc Fabregas", "Gareth Bale", "Eden Hazard", "Mario Mandzukic"] coaches: ["Ernesto Valverde", "Zinedine Zidane", "Jose Mourinho", "Antonio Conte", "Jurgen Klopp", "Mauricio Pochettino", "Diego Simeone", "Massimiliano Allegri", "Jupp Heyneckes", "Arsene Wenger", "Jorge Sampaoli", "Fernando Santos", "Didier Deschamps", "Joachim Low", "Julen Lopetegui", "Mauricio Pochettino", "Unai Emery", "Massimiliano Allegri" ] competitions: ["UEFA European Championship", "Asian Cup", "African Cup of Nations", "Copa America", "UEFA Champions League", "FIFA World Cup", "UEFA Europa League", "Serie A", "Barclays Premier League", "Bundesliga", "Liga Santander", "FA Cup", "Ligue 1", "Primeira Liga", "Eredivisie", "Super League", "Major League Soccer", "Coppa Italia", "DFB Pokal", "CONCACAF Gold Cup", "Nations Cup", "Copa del Rey"] faker-1.9.1/lib/locales/en/fresh_prince_of_bel_air.yml000066400000000000000000000146471332146201300227460ustar00rootroot00000000000000en: faker: the_fresh_prince_of_bel_air: characters: ['Will Smith', 'Philip Banks', 'Carlton Banks', 'Ashley Banks', 'Hilary Banks', 'Vivian Banks', 'Nicky Banks', 'Geoffrey Butler', 'Jazz', 'Vy Smith', 'Hattie Banks', 'Lisa Wilkes', 'Jackie Ames', 'Henry Furth', 'Trevor', 'Tyriq', 'Ice Tray', 'Dee Dee', 'Kellogg Lieberbaum', 'Coach Smiley', 'Judge Carl Robertson'] celebrities: ['Quincy Jones', 'Jay Leno', 'Ronald Reagan', 'Dick Clark', 'Evander Holyfield', 'Isaiah Thomas', 'Heavy D', 'Don Cornelius', 'Kadeem Hardison', 'Hugh M. Hefner', 'Kareem Abdul-Jabbar', 'Bo Jackson', 'Ken Griffey Jr.', 'Al B. Sure!', 'John Ridley', 'Doctor Dré', 'Regis Philbin', 'William Shatner', 'B. B. King', 'Kim Fields', 'Arthel Neville', 'Oprah Winfrey', 'Donal J. Trump', 'Leeza Gibbons', 'Susan Powter', 'Tempestt Bledsoe', 'Kathie Lee Gifford', 'Garcelle Beauvais', 'Bree Walker'] quotes: [ "Girl, you look so good, I would marry your brother just to get in your family.", "In west Philadelphia born and raised, on the playground was where I spent most of my days.", "Might I say you rate a perfect 10 on my niftiness meter?", "Will, there's something you should know: Sometimes... parents just don't understand.", "Word up. This is gonna be cold, stupid on the serious tip.", "Any time you see a white guy in jail, you know he did something bad.", "Yo whassup, Jazz?", "I'd love to get a hold of you during a blackout.", "Your mouth is saying 'get out', but your eyes are saying 'get busy'.", "Come on baby, I'm saying bing bang bloozy, you and me in the jacuzzi. Whassup?", "I love a woman who's hard to get.", "Let's go get some barbecue and get busy.", "No way. Dude's got a gun. Next thing you know, I got six warning shots in my back.", "Miss Hilary, you can't go through life quitting everything. You never achieve anything unless you stick with something.", "That must be jam, 'cause jelly don't shake like that.", "Need some help with your African-American studies? We can go to my place and let freedom ring.", "Well, someone has her rude hat on tonight.", "Girl, if God created anything less beautiful than you, I hope He kept it for Himself.", "Maybe I sometimes say things that are selfish and self-centered, but that's who I am, dammit.", "I found that any game can be made interesting if you put some money on it.", "Carlton, I think you've been deprived of oxygen at birth.", "Hit the road, you little tramp!", "Sarcasm? Whatever do you mean?", "Between you and the humpty dance, I'll have to get a metal plate on my butt.", "Looks like you eat here often.", "My brother, you wanna take this outside?!?", "Opera? I thought she said Oprah.", "All this legal stuff won't work. The only legal phrase these people understand is 'will the defendant please rise.'", "Courage is being the way you are no matter what anybody says about you. Will teases me, but you don't see me goin' 'Yo, yo, yo, homey, yo.'", "Well you're so ugly that...uuhh...baby, you so fine.", "Ashley, look how much you've grown! Hilary, look how much you've grown! Carlton... hi.", "Ashley, if you found out the only person in the world who would go out with was mentally deranged, you'd go to bed too.", "All I see is you guys getting a fancy ride, a fancy ride in a free car.", "Oh, please, Vivian. You'd believe that boy if he told you that he was a big rap star whose album just went platinum.", "You've heard of the Batmobile, get a load of the Rapmobile!", "Hello darling...NO photographs!", "I'm from Philly. We had to save up to be poor.", "Carlton, skiing is for white guys named Sven, and O.J. Simpson.", "The system doesn't work. You have to blow the door down. Looks to me like you forgot that.", "Hurt me, hurt me! Whoa, whoa, whoa, whoa. What's up, baby?", "Whoa, whoa, whoa, now, baby, I noticed you noticing me and I just want to put you on notice that I noticed you too.", "I just want to let you know that I might let you consider being with me.", "Girl. I know your feet must be tired 'cause you been running through my mind all day. Come 'ere!", "Carlton, come on. Just because the baby is cute doesn't mean you're not the father.", "If I keep the motorcycle, I'm a pimp. If I give it back, I'm a damn fool. Oh, well, pimp it is!", "I always knew Will was gonna be the downfall of this family, but no one ever listens to me.", "Mirror, mirror, on the wall, Jean Claude Van Damn, I'm fine!", "Go, Will! Go, Will! Go, Will!", "My situation does not define who I am. I define who I am.", "I guess I can kiss heaven goodbye because it has got to be sin to look this good.", "You know what they say: Behind every successful man is a woman... or if you want to switch positions that's okay with me, too.", "Will is not a coat that you hang in the closet then pick it up when you're ready to wear it! His life goes on! He's not supposed to be there for you, you're supposed to be there for him!", "I so rarely have a woman scream my name. I was rather enjoying it.", "Don't tell me, 'cause if I know I can't say that I don't know when you get busted and Uncle Phil starts rounding up the usual suspects. And I am the usual suspects.", "What kind of idiot picks a password no one can guess?", "What is that, like the theme of this family? 'When in doubt, blame Will.'", "Well, you know, because guys grow beards and some women don't.", "I'm young and I'm restless. And I've only got one life to live, so I've got to follow my guiding light and search for tomorrow.", "There's a beautiful woman talking to me, but I don't expect you to understand that!", "EARTHQUAKE!", "Of all the rooms to burn in your uncle's home... the kitchen! Are you mad, boy?", "I exploit people everyday, but it's Thanksgiving so I'm taking a day off.", "Oh, don't worry, Carlton, we're all uncomfortable with your nudity.", "Oh, Geoffrey, I'm gonna miss you. Oh, we have to have a special going away dinner for you. What do you wanna make?", "Well, it's got ceiling-to-floor doors, and wall-to-wall floors.", "I'm definitely gonna miss you, C." ] faker-1.9.1/lib/locales/en/friends.yml000066400000000000000000000032241332146201300175550ustar00rootroot00000000000000en: faker: friends: characters: ["Rachel Green", "Joey Tribbiani", "Phoebe Buffay", "Chandler Bing", "Monica Geller", "Ross Geller", "Richard Burke", "Janice Goralnik", "Gunther", "Emily Waltham", "Carol Willick", "Miss Chanandler Bong"] locations: ["Central Perk", "Javu", "945 Grove St Apt. 20", "Ralph Lauren", "New York Museum of Prehistoric History", "Days of Our Lives", "15 Yemen Road, Yemen"] quotes: ["We were on a break!", "Forty-two to twenty-one! Like the turkey, Ross is done!", "SEVEN! SEVEN! SEVEN!", "I'm Monica. I’m disgusting. I stalk guys and keep their underpants.", "Fine judge all you want but... married a lesbian, left a man at the altar, fell in love with a gay ice dancer, threw a girl’s wooden leg in the fire, LIVE IN A BOX.", "Welcome to the real world. It sucks. You’re gonna love it!", "Sure I peed on her. And if I had to, I’d pee on any one of you!", "If the homo sapiens were, in fact, HOMO sapiens…is that why they’re extinct?", "It’s a moo point. It’s like a cow’s opinion; it doesn’t matter. It’s moo.", "You could not be any more wrong. You could try, but you would not be successful.", "You’ve been BAMBOOZLED!", "It was summer… and it was hot. Rachel was there… A lonely grey couch…”OH LOOK!” cried Ned, and then the kingdom was his forever. The End.", "Je m’appelle Claude", "I’m not so good with the advice. Can I interest you in a sarcastic comment?", "Raspberries? Good. Ladyfingers? Good. Beef? GOOD!", "Could I BE wearing any more clothes?", "Oh no, two women love me. They're both gorgeous and sexy. My wallet's too small for my fifties AND MY DIAMOND SHOES ARE TOO TIGHT."] faker-1.9.1/lib/locales/en/funny_name.yml000066400000000000000000000266121332146201300202700ustar00rootroot00000000000000en: faker: funny_name: name: ["Aaron Thetires", "Abbie Birthday", "Abe Rudder", "Abel N. Willan", "Adam Baum", "Adam Bomb", "Adam Meway", "Adam Sapple", "Adam Zapel", "Agatha L. Outtathere", "Al B. Tross", "Al B. Zienya", "Al Dente", "Al Fresco", "Al Gore Rythim", "Al K. Seltzer", "Al Kaholic", "Al Kaseltzer", "Al Luminum", "Al Nino", "Al O'Moaney", "Alec Tricity", "Alex Blaine Layder", "Alf A. Romeo", "Alf Abet", "Ali Gaither", "Ali Gator", "Ali Katt", "Allen Rench", "Amanda B. Reckonwith", "Amanda Lynn", "Andy Friese", "Andy Gravity", "Andy Structible", "Anita Bath", "Anita Bathe", "Anita Job", "Anita Knapp", "Ann B. Dextrous", "Ann Chovie", "Ann Tartica", "Anna Conda", "Anna Graham", "Anna Mull", "Anna Prentice", "Anna Sasin", "Anna Septic", "Anne T. Lope", "Anne Teak", "Anne Ville", "Annette Curtain", "Annie Buddyhome", "Annie Howe", "Annie Matter", "Annie Moore", "April Schauer", "Arch N. Emmy", "Aretha Holly", "Ariel Hassle", "Armand Hammer", "Art Exhibit", "Art Major", "Art Painter", "Art Sellers", "Artie Choke", "Ayma Moron", "B. A. Ware", "Barb Dwyer", "Barb Dwyer", "Barb E. Cue", "Barb E. Dahl", "Barry Cade", "Barry D'Alive", "Barry D. Hatchett", "Barry Shmelly", "Bart Ender", "Bea Lowe", "Bea Minor", "Bea Sting", "Beau Tye", "Beau Vine", "Ben Crobbery", "Ben D. Fender", "Ben Dover", "Ben Down", "Ben Lyon", "Ben O'Drill", "Ben Thair", "Bertha D. Blues", "Bess Eaton", "Bess Twishes", "Biff Wellington", "Bill Board", "Bill Ding", "Bill Dollar", "Bill Foldes", "Bill Loney", "Bill Lowney", "Bill Ng", "Bill Overdew", "Billy Rubin", "Bjorn Free", "Bo D. Satva", "Bo Nessround", "Bob Frapples", "Bob Inforapples", "Bob Katz", "Bob Ng", "Bob Sledd", "Bonnie Ann Clyde", "Bowen Arrow", "Brandon Cattell", "Brandon Irons", "Brandy Anne Koch", "Brandy Bottle", "Brandy D. Cantor", "Braxton Hicks", "Brice Tagg", "Brighton Early", "Brock Lee", "Brook Lynn Bridge", "Brooke Trout", "Brooke Waters", "Bruce Easley", "Buck Ng", "Bud Weiser", "Buddy Booth", "Buddy System", "C. Worthy", "Cal Culator", "Cal Efornia", "Cal Seeium", "Cam Payne", "Cammie Sole", "Candace Spencer", "Candice B. DePlace", "Candice B. Fureal", "Candy Barr", "Candy Baskett", "Candy Kane", "Cara Van", "Carl Arm", "Carlotta Tendant", "Carrie A. Tune", "Carrie Dababi", "Carrie Oakey", "Carson O. Gin", "Chad Terbocks", "Chanda Lear", "Charity Case", "Cheri Pitts", "Chi Spurger", "Chip Munk", "Chris Coe", "Chris Cross", "Chris Ko", "Chris Mass", "Chris P. Bacon", "Chris P. Nugget", "Chris P. Wheatzenraisins", "Chrystal Glass", "Chuck Roast", "Claire Annette", "Claire Annette Reed", "Claire DeAir", "Claire Voyance", "Clara Nett", "Clara Sabell", "Cody Pendant", "Cole Durkee", "Cole Kutz", "Colette A. Day", "Colin Allcars", "Colleen Cardd", "Constance Noring", "Corey Ander", "Count Orff", "Crystal Ball", "Crystal Claire Waters", "Crystal Glass", "Curt N. Rodd", "Curt Zee", "Cy Burns", "Cy Kosis", "Daisy Chain", "Daisy Picking", "Dale E. Bread", "Dan D. Lyon", "Dan Deline", "Dan Druff", "Dan Geruss", "Dan Saul Knight", "Danielle Soloud", "Darrell B. Moore", "Darren Deeds", "Darryl Likt", "Dee Kay", "Dee Liver", "Dee Major", "Dee Sember", "Dee Zaster", "Dennis Toffice", "Denny Juan Heredatt", "Des Buratto", "Di O'Bolic", "Diane Toluvia", "Didi Reelydoit", "Dinah Might", "Dinah Soares", "Doll R. Bill", "Don Key", "Don Thatt", "Doris Open", "Doris Schutt", "Doug Graves", "Doug Hole", "Doug Love Fitzhugh", "Doug Updegrave", "Doug Witherspoon", "Douglas Furr", "Douglas S. Halfempty", "Drew Blood", "Duane DeVane", "Duane Pipe", "Dustin D. Furniture", "Dusty Carr", "Dusty Rhodes", "Dusty Sandmann", "Dusty Storm", "Dwayne Pipe", "E. Ville", "Earl E. Byrd", "Earl Lee Riser", "Easton West", "Eaton Wright", "Ed Ible", "Ed Jewcation", "Ed Venture", "Eddie Bull", "Eileen Dover", "Eli Ondefloor", "Ella Vader", "Elle O'Quent", "Ellie Noise", "Elmer Sklue", "Emerald Stone", "Emile Eaton", "Emma Royds", "Estelle Hertz", "Ethel L. Cahall", "Evan Keel", "Evan Lee Arps", "Evans Gayte", "Eve Hill", "Eve Ning", "Eve O'Lution", "Ewan Whatarmy", "Father A. Long", "Faye Kinnitt", "Faye Slift", "Faye Tallity", "Ferris Wheeler", "Fletcher Bisceps", "Ford Parker", "Frank Enstein", "Frank Furter", "Frank N. Beans", "Frank N. Sense", "Frank N. Stein", "Freida Convict", "Gene E. Yuss", "Gene Poole", "George Washington Sleptier", "Gil T. Azell", "Ginger Rayl", "Ginger Snapp", "Ginger Vitis", "Gladys C. Hughes", "Gladys Eeya", "Godiva Headache", "Gus Tofwin", "Hal E. Luya", "Hal Jalikakick", "Hammond Eggs", "Hare Brain", "Harmon Ikka", "Harrison Fire", "Harry Armand Bach", "Harry Beard", "Harry Caray", "Harry Chest", "Harry Legg", "Harry Pitts", "Harry R. M. Pitts", "Hayden Seek", "Haywood Jashootmee", "Hazel Nutt", "Heather N. Yonn", "Hein Noon", "Helen Back", "Helen Highwater", "Helena Hanbaskett", "Herb E. Side", "Herbie Voor", "Hilda Climb", "Holly Day", "Holly Wood", "Homan Provement", "Hope Ferterbest", "Howard I. No", "Howe D. Pardner", "Howie Doohan", "Hugh Mungous", "Hugh deMann", "Hugo First", "Hy Ball", "Hy Gene", "Hy Lowe", "Hy Marx", "Hy Price", "I. Ball", "I. D. Clair", "I. Lasch", "I. M. Boring", "I. P. Daly", "I. P. Freely", "I. Pullem", "I. Ron Stomach", "Ida Whana", "Igor Beaver", "Ilene Dover", "Ilene East", "Ilene Left", "Ilene North", "Ilene South", "Ilene West", "Ilene Wright", "Ima B. Leever", "Ima Hogg", "Ima Klotz", "Ima Lytle Teapot", "Iona Corolla", "Iona Ford", "Iona Frisbee", "Ira Fuse", "Isadore Bell", "Ivan Oder", "Izzy Backyet", "Jack Dupp", "Jack Hammer", "Jack Pott", "Jack Tupp", "Jacklyn Hyde", "Jacques Strap", "Jade Stone", "Jan U. Wharry", "Jane Linkfence", "Jaqueline Hyde", "Jasmine Flowers", "Jasmine Rice", "Jay Bird", "Jay Walker", "Jean Poole", "Jeanette Akenja Nearing", "Jed Dye", "Jed I. Knight", "Jeff Healitt", "Jerry Atrics", "Jim Laucher", "Jim Nasium", "Jim Shorts", "Jim Shu", "Jim Sox", "Jimmy DeLocke", "Jo King", "Joanna Hand", "Joaquin DeFlores", "Joe Czarfunee", "Joe Kerr", "Joe King", "Joy Anna DeLight", "Joy Kil", "Joy Rider", "Juan De Hattatime", "Juan Fortharoad", "Juan Morefore DeRhode", "Juan Nightstand", "Juana Bea", "June Bugg", "Justin Case", "Justin Casey Howells", "Justin Credible", "Justin Inch", "Justin Sane", "Justin Thyme", "Justin Tune", "Kandi Apple", "Kareem O'Weet", "Kat Toy", "Katy Litter", "Kay Mart", "Kay Neine", "Ken Dahl", "Ken Oppenner", "Kenney C. Strait", "Kenny Dewitt", "Kenny Penny", "Kent Cook", "Kenya Dewit", "Kerry Oki", "Kim Payne Slogan", "Kitty Katz", "Kristie Hannity", "Kurt Remarque", "Lake Speed", "Lance Lyde", "Laura Norder", "Lee Nover", "Leigh King", "Len DeHande", "Leo Tarred", "Les Moore", "Les Payne", "Les Plack", "Lily Livard", "Lily Pond", "Lina Ginster", "Lisa Carr", "Lisa Ford", "Lisa Honda", "Lisa Neucar", "Liv Good", "Liv Long", "Liz Onnia", "Lois Price", "Lon Moore", "Lou Briccant", "Lou Dan Obseen", "Lou Pole", "Lou Stooth", "Lou Zar", "Louise E. Anna", "Lowden Clear", "Lucy Fer", "Luke Adam Go", "Luke Warm", "Luna Tick", "Lynn Guini", "Lynn Meabuck", "Lynn O. Liam", "M. Balmer", "M. T. Toombe", "Mabel Syrup", "Macon Paine", "Mandy Lifeboats", "Manny Kinn", "Manuel Labor", "Marco DeStinkshun", "Marcus Absent", "Marge Innastraightline", "Marj Oram", "Mark A. Roni", "Mark Mywords", "Mark Z. Spot", "Marlon Fisher", "Marsha Dimes", "Marsha Mellow", "Marshall Law", "Marty Graw", "Marv Ellis", "Mary A. Richman", "Mary Ann Bright", "Mary Gold", "Mary Ott", "Mary Thonn", "Mason Jarr", "Matt Tress", "Maude L. T. Ford", "Maurice Minor", "Max E. Mumm", "Max Little", "Max Power", "May Day", "May Furst", "May K. Fist", "May O'Nays", "Megan Bacon", "Mel Function", "Mel Loewe", "Mel Practiss", "Melanie Letters", "Melba Crisp", "Michael Otto Nuys", "Michelle Lynn", "Midas Well", "Mike Czech", "Mike Raffone", "Mike Rohsopht", "Mike Stand", "Milly Graham", "Milly Meter", "Milton Yermouth", "Minnie Skurt", "Minny van Gogh", "Miss Alanius", "Missy Sippy", "Misty C. Shore", "Misty Meanor", "Misty Shore", "Misty Waters", "Mitch Again", "Moe DeLawn", "Moe Skeeto", "Molly Kuehl", "Morey Bund", "Morgan U. Canhandle", "Mort Tallity", "Myles Long", "Myra Maines", "Neil B. Formy", "Neil Down", "Neve Adda", "Nick L. Andime", "Nick O'Teen", "Nick O'Time", "Nick Ovtime", "Nida Lyte", "Noah Lott", "Noah Riddle", "Olive Branch", "Olive Green", "Olive Hoyl", "Olive Yew", "Oliver Sutton", "Ophelia Payne", "Oren Jellow", "Oscar Ruitt", "Otto B. Kilt", "Otto Carr", "Otto Graf", "Otto Whackew", "Owen Big", "Owen Cash", "Owen Money", "Owen Moore", "P. Brain", "Paige Turner", "Park A. Studebaker", "Parker Carr", "Pat Downe", "Pat Pending", "Patton Down DeHatches", "Pearl E White", "Pearl E. Gates", "Pearl E. Whites", "Peg Legge", "Penny Bunn", "Penny Lane", "Penny Nichols", "Penny Profit", "Penny Whistler", "Penny Wise", "Pepe C. Cola", "Pepe Roni", "Perry Mecium", "Pete Moss", "Pete Zaria", "Phil A. Delphia", "Phil A. Mignon", "Phil DeGrave", "Phil Graves", "Phil Rupp", "Phillip D. Bagg", "Polly Dent", "Polly Ester", "Quimby Ingmeen", "Quint S. Henschel", "R. M. Pitt", "Raney Schauer", "Ray Gunn", "Ray N. Carnation", "Ray Zenz", "Raynor Schein", "Reed Toomey", "Reid Enright", "Renee Sance", "Rex Easley", "Rex Karrs", "Rhea Curran", "Rhea Pollster", "Rhoda Booke", "Rhoda Mule", "Rich Feller", "Rich Guy", "Rich Kidd", "Rich Mann", "Rick Kleiner", "Rick O'Shea", "Rick Shaw", "Ricky T. Ladder", "Rip Tile", "Rip Torn", "Rita Booke", "Rita Story", "Rob A. Bank", "Rob Banks", "Robin Andis Merryman", "Robin Banks", "Robin DeCraydle", "Robin Meeblind", "Robin Money", "Rocky Beach", "Rocky Mountain", "Rocky Rhoades", "Rocky Shore", "Rod N. Reel", "Roger Overandout", "Roman Holiday", "Ron A. Muck", "Rory Storm", "Rosa Shore", "Rose Bush", "Rose Gardner", "Rosie Peach", "Rowan Boatman", "Royal Payne", "Rufus Leaking", "Russell Ingleaves", "Russell Sprout", "Rusty Blades", "Rusty Carr", "Rusty Dorr", "Rusty Fender", "Rusty Fossat", "Rusty Irons", "Rusty Keyes", "Rusty Nails", "Rusty Pipes", "Rusty Steele", "Ryan Carnation", "Ryan Coke", "Sal A. Mander", "Sal Ami", "Sal Minella", "Sal Sage", "Sally Forth", "Sally Mander", "Sam Dayoulpay", "Sam Manilla", "Sam Pull", "Sam Urai", "Samson Night", "Sandy Banks", "Sandy Beech", "Sandy C. Shore", "Sandy Spring", "Sarah Bellum", "Sarah Doctorinthehouse", "Sasha Klotz", "Sawyer B. Hind", "Scott Shawn DeRocks", "Seymour Legg", "Shanda Lear", "Shandy Lear", "Sharon A. Burger", "Sheri Cola", "Sherman Wadd Evver", "Shirley Knot", "Shirley U. Jest", "Sid Down", "Simon Swindells", "Sir Fin Waves", "Skip Dover", "Skip Roper", "Skip Stone", "Sonny Day", "Stan Dup", "Stan Still", "Stew Ng", "Stu Pitt", "Sue Case", "Sue Flay", "Sue Jeu", "Sue Permann", "Sue Render", "Sue Ridge", "Sue Shi", "Sue Yu", "Sy Burnette", "Tad Moore", "Tad Pohl", "Tamara Knight", "Tanya Hyde", "Tate Urtots", "Taylor Maid", "Ted E. Baer", "Telly Vision", "Terry Achey", "Terry Bull", "Theresa Brown", "Theresa Green", "Therese R. Green", "Thor Luther", "Tim Burr", "Tina See", "Tish Hughes", "Tom A. Toe", "Tom Katt", "Tom Katz", "Tom Morrow", "Tommy Gunn", "Tommy Hawk", "Trina Corder", "Trina Forest", "Trina Woods", "Ty Coon", "Ty Knotts", "Ty Malone", "Ty Tannick", "Ty Tass", "Tyrone Shoes", "U. O. Money", "U. P. Freehly", "Ulee Daway", "Val Crow", "Val Lay", "Val Veeta", "Vlad Tire", "Walt Smedley", "Walter Melon", "Wanda Rinn", "Warren Piece", "Warren T.", "Wayne Deer", "Will Power", "Will Wynn", "Willie Maykit", "Willie Waite", "Wilma Leggrowbach", "Winnie Bago", "Winnie Dipoo", "Winsom Cash", "Woody Forrest", "Woody U. No", "X. Benedict", "Xavier Breath", "Xavier Money", "Yule B. Sari", "Zeke N. Yeshallfind", "Zoe Mudgett Hertz", "Zoltan Pepper"] faker-1.9.1/lib/locales/en/game_of_thrones.yml000066400000000000000000001116221332146201300212640ustar00rootroot00000000000000en: faker: game_of_thrones: characters: ["Abelar Hightower","Addam","Addam Frey","Addam Marbrand","Addam Osgrey","Addam Velaryon","Addison Hill","Aegon Blackfyre","Aegon Frey","Aegon I Targaryen","Aegon II Targaryen","Aegon III Targaryen","Aegon IV Targaryen","Aegon V Targaryen","Aegon Targaryen","Aegor Rivers","Aelinor Penrose","Aemma Arryn","Aemon Blackfyre","Aemon Costayne","Aemon Estermont","Aemon Rivers","Aemon Targaryen","Aemond Targaryen","Aenys Frey","Aenys I Targaryen","Aerion Targaryen","Aeron Greyjoy","Aerys I Targaryen","Aerys II Targaryen","Aethan","Aethelmure","Aggar","Aggo","Aglantine","Agrivane","Aladale Wynch","Alan","Alannys Harlaw","Alaric of Eysen","Alayaya","Albar Royce","Albett","Alebelly","Alekyne Florent","Alequo Adarys","Alerie Hightower","Alesander Frey","Alesander Staedmon","Alesander Torrent","Alester Florent","Alester Norcross","Alester Oakheart","Alfyn","Alia","Alicent Hightower","All-for-Joffrey","Alla Tyrell","Allaquo","Allar Deem","Allard Seaworth","Alliser Thorne","Allyria Dayne","Alvyn Sharp","Alyce","Alyce Graceford","Alyn","Alyn Ambrose","Alyn Cockshaw","Alyn Connington","Alyn Estermont","Alyn Frey","Alyn Haigh","Alyn Hunt","Alyn Stackspear","Alyn Velaryon","Alys Arryn","Alys Karstark","Alysane Mormont","Alysanne Bracken","Alysanne Bulwer","Alysanne Hightower","Alysanne Lefford","Alysanne of Tarth","Alysanne Osgrey","Alysanne Targaryen","Alys Frey","Alyssa Arryn","Alyssa Blackwood","Alyx Frey","Amabel","Amarei Crakehall","Ambrode","Ambrose Butterwell","Amerei Frey","Amory Lorch","Andar Royce","Anders Yronwood","Andrew Estermont","Andrey Charlton","Andrey Dalt","Andrik","Andros Brax","Androw Ashford","Androw Frey","Anguy","Annara Farring","Antario Jast","Anvil Ryn","Anya Waynwood","Archibald Yronwood","Ardrian Celtigar","Areo Hotah","Argilac","Argrave the Defiant","Arianne Martell","Arianne of Tarth","Arlan of Pennytree","Armen","Armond Caswell","Arneld","Arnell","Arnolf Karstark","Aron Santagar","Arrec Durrandon","Arron","Arron Qorgyle","Artys Arryn","Arryk","Arson","Arthor Karstark","Arthur Ambrose","Arthur Dayne","Artos Stark","Arwood Frey","Arwyn Frey","Arwyn Oakheart","Arya Stark","Arys Oakheart","Asha Greyjoy","Ashara Dayne","Lord Ashford","Assadora of Ibben","Aubrey Ambrose","Aurane Waters","Axell Florent","Ayrmidon","Azzak","Azor Ahai","Bael the Bard","Baela Targaryen","Baelon Targaryen","Baelor Blacktyde","Baelor Hightower","Baelor I Targaryen","Baelor Targaryen","Ballabar","Balman Byrch","Balon Botley","Balon Greyjoy","Balon Swann","Bandy","Bannen","Barba Bracken","Barbara Bracken","Barbrey Dustin","Barra","Barre","Barristan Selmy","Barsena Blackhair","Barth","Barthogan Stark","Bass","Bayard Norcross","Bearded Ben","Beardless Dick","Becca","Becca the Baker","Beck","Bedwyck","Belandra","Belaquo Bonebreaker","Beldecar","Belgrave","Belis","Bella","Bellegere Otherys","Bellena Hawick","Bellonara Otherys","Belwas","Ben","Ben Blackthumb","Ben Bones","Ben Bushy","Ben Plumm","Benedar Belmore","Benedict","Benedict Broom","Benfred Tallhart","Benfrey Frey","Benjen Stark","Benjen the Bitter","Benjen the Sweet","Bennard Brune","Bennarion Botley","Bennet","Bennis","Beqqo","Beren Tallhart","Berena Hornwood","Beric Dondarrion","Beron Stark","Beron Blacktyde","Bertram Beesbury","Bess Bracken","Bessa","Beth Cassel","Bethany (Blushing Bethany)","Bethany Bolton","Bethany Bracken","Bethany Fair-Fingers","Bethany Redwyne","Bethany Rosby","Betharios of Braavos","Bhakaz zo Loraq","Bharbo","Big Boil","Biter","Black Balaq","Black Bernarr","Black Jack Bulwer","Blane","Blind Doss","Bloodbeard","Bluetooth","Bodger","Bonifer Hasty","Borcas","Boremund Harlaw","Boros Blount","Borroq","Bors","Bowen Marsh","Boy","Bradamar Frey","Brandon Norrey","Brandon Stark","Bran the Builder","Brandon the Bad","Brandon the Burner","Brandon the Daughterless","Brandon the Shipwright","Brandon Tallhart","Branston Cuy","Brea","Brella","Brenett","Briar","Brienne of Tarth","Brogg","Bronn","Brown Bernarr","Brusco","Bryan Frey","Bryan Fossoway","Bryan of Oldtown","Bryce Caron","Bryen","Bryen Caron","Bryen Farring","Brynden Rivers","Brynden Tully","Buford Bulwer","Bump","Burton Crakehall","Butterbumps","Buu","Byam Flint","Byan Votyris","Byren Flowers","Byron","Cadwyl","Cadwyn","Lord Cafferen","Craghas Drahar","Caleotte","Calon","Camarron of the Count","Canker Jeyne","Carellen Smallwood","Carolei Waynwood","Carrot","Cass","Cassana Estermont","Cassella Vaith","Lord Caswell","Castos","Catelyn Bracken","Catelyn Stark","Cayn","Cedra","Cedric Payne","Cedrik Storm","Cellador","Cerenna Lannister","Cerrick","Cersei Frey","Cersei Lannister","Cetheres","Chataya","Chayle","Chella","Chett","Cheyk","Chiggen","Chiswyck","Clarence Charlton","Clarence Crabb","Clarent Crakehall","Clayton Suggs","Clement","Clement Crabb","Clement Piper","Cleon","Cleos Frey","Cletus Yronwood","Cley Cerwyn","Cleyton Caswell","Clifford Conklyn","Clubfoot Karl","Clydas","Cohollo","Coldhands","Colemon","Colen of Greenpools","Colin Florent","Collio Quaynis","Colmar Frey","Conn","Conwy","Coratt","Corliss Penny","Corlys Velaryon","Cortnay Penrose","Cosgrove","Cossomo","Cotter Pyke","Courtenay Greenhill","Cragorn","Craster","Crawn","Cregan Karstark","Cregan Stark","Creighton Longbough","Creighton Redfort","Cressen","Criston Cole","Cuger","Cutjack","Cynthea Frey","Cyrenna Swann","Daario Naharis","Dacey Mormont","Dacks","Daegon Shepherd","Daella Targaryen","Daemon I Blackfyre","Daemon II Blackfyre","Daemon Sand","Daemon Targaryen","Daena Targaryen","Daenerys Targaryen","Daeron I Targaryen","Daeron II Targaryen","Daeron Targaryen","Daeron Vaith","Daeryssa","Dafyn Vance","Dagmer","Dagon Ironmaker","Dagon Greyjoy","Dagos Manwoody","Dake","Dalbridge","Dale Drumm","Dale Seaworth","Dalla","Damion Lannister","Damon","Damon Lannister","Damon Paege","Damon Shett","Damon Vypren","Dan","Dancy","Danelle Lothston","Danny Flint","Danos Slynt","Danwell Frey","Dareon","Darla Deddings","Darlessa Marbrand","Daryn Hornwood","Daughter of the Dusk","Daven Lannister","Davos Seaworth","Deana Hardyng","Del","Delena Florent","Della Frey","Delonne Allyrion","Delp","Denestan","Dennet","Dennis Plumm","Denyo Terys","Denys Arryn","Denys Darklyn","Denys Drumm","Denys Mallister","Denys Redwyne","Denyse Hightower","Dermot","Desmond","Desmond Grell","Desmond Redwyne","Devan Seaworth","Devyn Sealskinner","Deziel Dalt","Dhazzar","Dick","Dick Crabb","Dick Follard","Dickon Frey","Dickon Manwoody","Dickon Tarly","Dirk","Dobber","Dolf","Domeric Bolton","Donal Noye","Donel Greyjoy","Donella Hornwood","Donnel Drumm","Donnel Haigh","Donnel Hill","Donnel Locke","Donnel of Duskendale","Donnel Waynwood","Donnis","Donnor Stark","Dontos Hollard","Donyse","Doran Martell","Dorcas","Dorea Sand","Doreah","Dormund","Dornish Dilly","Dorren Stark","Draqaz","Drennan","Drogo","Dryn","Dudley","Dunaver","Duncan","Duncan Targaryen","Dunsen","Dunstan Drumm","Duram Bar Emmon","Durran","Dyah","Dykk Harlaw","Dywen","Easy","Ebben","Ebrose","Eddara Tallhart","Eddard Karstark","Eddard Stark","Edderion Stark","Eddison Tollett","Eden Risley","Edgerran Oakheart","Edmund Ambrose","Edmure Tully","Edmyn Tully","Edric Dayne","Edric Storm","Edrick Stark","Edwyd Fossoway","Edwyle Stark","Edwyn Frey","Edwyn Osgrey","Edwyn Stark","Eggon","Eglantine","Egon Emeros","Elaena Targaryen","Elbert Arryn","Elder Brother","Eldiss","Eldon Estermont","Eldred Codd","Eleanor Mooton","Eleyna Westerling","Elia Sand","Elia Martell","Elinor Tyrell","Ellaria Sand","Ellery Vance","Ellyn Tarbeck","Elmar Frey","Elron","Elwood","Elwood Meadows","Elyana Vypren","Elyas Willum","Elyn Norridge","Elys Waynwood","Elys Westerling","Elza","Emberlei Frey","Emma","Emmon Cuy","Emmon Frey","Emmond","Emphyria Vance","Emrick","Endehar","Endrew Tarth","Enger","Eon Hunter","Erena Glover","Erik Ironmaker","Ermesande Hayford","Eroeh","Erreck","Erreg","Erren Florent","Errok","Erryk","Esgred","Ethan Glover","Euron Greyjoy","Eustace","Eustace Brune","Eustace Hunter","Eustace Osgrey","Eyron Stark","Ezzara","Ezzelyno","Falena Stokeworth","Falia Flowers","Falyse Stokeworth","Farlen","Lord Farman of Fair Isle","Fearless Ithoke","Lord Fell of Felwood","Fern","Ferny","Ferrego Antaryon","Ferret","Flement Brax","Fogo","Forley Prester","Fornio","Franklyn Fowler","Franklyn Frey","Fralegg","Frenken","Frenya","Frynne","Gage","Galazza Galare","Galbart Glover","Galladon of Morne","Galladon of Tarth","Gallard","Galt","Galtry the Green","Galyeon of Cuy","Gared","Gareth Clifton","Gareth the Grey","Garigus","Garin","Gariss","Garizon","Garlan Tyrell","Garrett Flowers","Garrett Paege","Garrison Prester","Garse Flowers","Garse Goodbrook","Garth of Greenaway","Garth Greenhand","Garth XII Gardener","Garth Greenfield","Garth Greyfeather","Garth Hightower","Garth of Oldtown","Garth Tyrell","Gascoyne of the Greenblood","Gavin the Trader","Gawen Glover","Gawen Swann","Gawen Westerling","Gawen Wylde","Gelmarr","Gendel","Gendry","Genna Lannister","Gerald Gower","Gerardys","Gerion Lannister","Gerold Dayne","Gerold Grafton","Gerold Hightower","Gerold Lannister","Gerren","Gerrick Kingsblood","Gerris Drinkwater","Gevin Harlaw","Ghael","Ghost of High Heart","Gilbert Farring","Gillam","Gilly","Gilwood Hunter","Gladden Wylde","Glendon Flowers","Glendon Hewett","Goady","Godric Borrell","Godry Farring","Godwyn","Goghor the Giant","Goodwin","Gorghan of Old Ghis","Gormon Peake","Gormon Tyrell","Gormond Drumm","Gormond Goodbrother","Gorne","Gorold Goodbrother","Gowen Baratheon","Gran Goodbrother","Grance Morrigen","Grazdan","Grazdan mo Eraz","Grazdan mo Ullhor","Grazdan zo Galare","Grazhar zo Galare","The Great Walrus","Green Gergen","Greenbeard","Gregor Clegane","Grenn","Gretchel","Grey King","Grey Worm","Greydon Goodbrother","Griffin King","Grigg","Grisel","Grisella","Groleo","Grubbs","Grunt","Gueren","Gulian","Gulian Qorgyle","Gulian Swann","Guncer Sunglass","Gunthor son of Gurn","Gunthor Hightower","Gurn","Guthor Grimm","Guyard Morrigen","Guyne","Gwayne Corbray","Gwayne Gaunt","Gwayne Hightower","Gwin Goodbrother","Gwynesse Harlaw","Gylbert Farwynd","Gyldayn","Gyleno Dothare","Gyles","Gyles Farwynd","Gyles III Gardener","Gyles Grafton","Gyles Rosby","Gyloro Dothare","Gynir","Gysella Goodbrother","Haegon Blackfyre","Haggo","Haggon","Hairy Hal","Hake","Hal","Halder","Haldon","Hali","Hallis Mollen","Hallyne","Halmon Paege","Halys Hornwood","Hamish the Harper","Harbert","Harbert Paege","Hareth","Harghaz","Harlan Grandison","Harlan Hunter","Harle the Handsome","Harle the Huntsman","Harlen Tyrell","Harlon Botley","Harlon Greyjoy","Harma","Harmen Uller","Harmond Umber","Harmund Sharp","Harmune","Harodon","Harra","Harrag Hoare","Harrag Sharp","Harras Harlaw","Harren Botley","Harren Half-Hoare","Harren Hoare","Harrion Karstark","Harrold Hardyng","Harrold Osgrey","Harrold Westerling","Harry Sawyer","Harry Strickland","Harsley","Harwin","Harwin Strong","Harwood Fell","Harwood Stout","Harwyn Hoare","Harwyn Plumm","Harys Haigh","Harys Swyft","Hayhead","Hazrak zo Loraq","Hazzea","Helaena Targaryen","Helicent Uffering","Helliweg","Helly","Helman Tallhart","Helya","Hendry Bracken","Henk","Henly","Herbert Bolling","Heward","Hibald","High Sparrow","Hilmar Drumm","Hizdahr zo Loraq","Lord Commander Hoare","Hoarfrost Umber","Hobb","Hobber Redwyne","Hod","Hodor","Hoke","Holger","Holly","Hop-Robin","Horas Redwyne","Horton Redfort","Hosman Norcross","Hosteen Frey","Hoster Frey","Hoster Tully","Hot Pie","Hother Umber","Hotho Harlaw","Howd Wanderer","Howland Reed","Hubard Rambton","Hugh","Hugh Beesbury","Hugh Hammer","Hugo Vance","Hugo Wull","Hugor of the Hill","Hullen","Humfrey Beesbury","Humfrey Clifton","Humfrey Hardyng","Humfrey Hewett","Humfrey Swyft","Humfrey Wagstaff","Hunnimore","Husband","Hyle Hunt","Iggo","Igon Vyrwel","Illifer","Illyrio Mopatis","Ilyn Payne","Imry Florent","Iron Emmett","Ironbelly","Irri","Jacelyn Bywater","Jack-Be-Lucky","Jacks","Jaehaera Targaryen","Jaehaerys I Targaryen","Jaehaerys Targaryen","Jaehaerys II Targaryen","Jafer Flowers","Jaggot","Jaime Frey","Jaime Lannister","Jalabhar Xho","Jammos Frey","Janei Lannister","Janna Tyrell","Janos Slynt","Jaqen H'ghar","Jared Frey","Jaremy Rykker","Jarl","Jarmen Buckwell","Jason Mallister","Jason Lannister","Jasper Arryn","Jasper Wylde","Jasper Redfort","Jasper Waynwood","Jate","Jate Blackberry","Jayde","Jayne Bracken","Jeffory Mallister","Jeffory Norcross","Jenny","Jeor Mormont","Jeren","Jeyne","Jeyne Arryn","Jeyne Beesbury","Jeyne Darry","Jeyne Fossoway","Jeyne Goodbrook","Jeyne Heddle","Jeyne Lothston","Jeyne Lydden","Jeyne Poole","Jeyne Rivers","Jeyne Swann","Jeyne Waters","Jeyne Westerling","Jhaqo","Jhezane","Jhiqui","Jhogo","Joanna Lannister","Joanna Swyft","Jocelyn Swyft","Jodge","Joffrey Baratheon","Joffrey Caswell","Joffrey Lonmouth","Johanna Swann","Jojen Reed","Jommo","Jommy","Jon Arryn","Jon Bettley","Jon Brax","Jon Bulwer","Jon Connington","Jon Cupps","Jon Fossoway","Jon Heddle","Jon Hollard","Jon Lynderly","Jon Myre","Jon O'Nutten","Jon Penny","Jon Penrose","Jon Pox","Jon Redfort","Jon Snow","Jon Umber","Jon Vance","Jon Waters","Jon Wylde","Jonella Cerwyn","Jonnel Stark","Jonos Bracken","Jonos Frey","Jonos Stark","Jonothor Darry","Jorah Mormont","Jorah Stark","Joramun","Jorelle Mormont","Jorgen","Jorquen","Jory Cassel","Joseran","Joseth","Joseth Mallister","Josmyn Peckledon","Joss","Joss Stilwood","Joss the Gloom","Josua Willum","Joth Quickbow","Jothos Slynt","Joy Hill","Joyeuse Erenford","Jurne","Justin Massey","Jyana","Jyanna Frey","Jyck","Jynessa Blackmont","Jyzene","Kaeth","Karlon Stark","Karyl Vance","Kedge Whiteye","Kedry","Kegs","Kella","Kemmett Pyke","Kenned","Kennos of Kayce","Ketter","Kevan Lannister","Kezmya","Khorane Sathmantes","Khrazz","Kindly Man","Kirby Pimm","Kirth Vance","Knight of Ninestars","Kojja Mo","Koss","Kraznys mo Nakloz","Krazz","Kromm","Kurleket","Kurz","Kyle","Kyle Condon","Kyle Royce","Kyleg of the Wooden Ear","Kym","Kyra","Kyra Frey","Lady of the Leaves","Laena Velaryon","Laenor Velaryon","Lambert Turnberry","Lamprey","Lancel V Lannister","Lancel Lannister","Lann the Clever","Lanna","Lanna Lannister","Larence Snow","Lark","Larra Blackmont","Larraq","Larys Strong","Layna","Leana Frey","Leathers","Left Hand Lew","Lem","Lenn","Lennocks","Lenwood Tawney","Lenyl","Leo Blackbar","Leo Lefford","Leo Tyrell","Leobald Tallhart","Leona Tyrell","Leona Woolfield","Leonella Lefford","Leonette Fossoway","Leslyn Haigh","Lester","Lester Morrigen","Lew","Lewis Lanster","Lewyn Martell","Lewys the Fishwife","Lewys Lydden","Lewys Piper","Leyla Hightower","Leyton Hightower","Lharys","Lia Serry","Liane Vance","Likely Luke","Lister","Lollys Stokeworth","Lomas Estermont","Lommy Greenhands","Lomys","Long Lew","Loras Tyrell","Lorcas","Loren Lannister","Lorent Lorch","Lorent Marbrand","Lorent Tyrell","Loreza Sand","Lorimer","Lormelle","Lorren","Lothar","Lothar Frey","Lothar Mallery","Lotho Lornel","Lothor Brune","Lucamore Strong","Lucan","Lucantine Woodwright","Lucas Blackwood","Lucas Codd","Lucas Corbray","Lucas Inchfield","Lucas Lothston","Lucas Nayland","Lucas Roote","Lucas Tyrell","Luceon Frey","Lucias Vypren","Lucifer Hardy","Lucimore Botley","Lucion Lannister","Luco Prestayn","Lucos","Lucos Chyttering","Luke of Longtown","Lum","Luthor Tyrell","Luton","Luwin","Lyanna Mormont","Lyanna Stark","Lyessa Flint","Lyle Crakehall","Lyman Beesbury","Lyman Darry","Lymond Goodbrook","Lymond Lychester","Lymond Mallister","Lymond Vikary","Lyn Corbray","Lync","Lynesse Hightower","Lyonel","Lyonel Baratheon","Lyonel Bentley","Lyonel Corbray","Lyonel Frey","Lyonel Selmy","Lyonel Strong","Lyonel Tyrell","Lyra Mormont","Lysa Arryn","Lysa Meadows","Lysono Maar","Lythene Frey","Mace Tyrell","Mad Huntsman","Maddy","Maege Mormont","Maegelle Frey","Maegor I Targaryen","Maekar Targaryen","Maelor Targaryen","Maelys Blackfyre","Maerie","Mag Mar Tun Doh Weg","Maggy","Mago","Malcolm","Mallador Locke","Malleon","Malliard","Mallor","Malwyn Frey","Mance Rayder","Mandon Moore","Manfred Dondarrion","Manfred Lothston","Manfred Swann","Manfrey Martell","Manfryd Lothston","Manfryd Yew","Marei","Margaery Tyrell","Marghaz zo Loraq","Margot Lannister","Marianne Vance","Maric Seaworth","Marillion","Maris","Marissa Frey","Mariya Darry","Mark Mullendore","Mark Ryswell","Marlon Manderly","Maron Botley","Maron Greyjoy","Maron Martell","Maron Volmark","Marq Grafton","Marq Piper","Marq Rankenfell","Marsella Waynwood","Matarys Targaryen","Martyn Cassel","Martyn Lannister","Martyn Mullendore","Martyn Rivers","Marwyn","Marwyn Belmore","Marya Seaworth","Masha Heddle","Maslyn","Mathis Frey","Mathis Rowan","Mathos Mallarawan","Matrice","Matt","Matthar","Matthos Seaworth","Mawney","Maynard","Maynard Plumm","Mazdhan zo Loraq","Mebble","Medgar Tully","Medger Cerwyn","Medwick Tyrell","Meera Reed","Meg","Megga Tyrell","Meha","Meizo Mahr","Mela","Melaquin","Melara Crane","Melara Hetherspoon","Meldred Merlyn","Melesa Crakehall","Melessa Florent","Meliana","Melicent","Melisandre","Melissa Blackwood","Mellara Rivers","Mellei","Mellos","Melly","Melwyn Sarsfield","Melwys Rivers","Meralyn","Meredyth Crane","Merianne Frey","Meribald","Merling Queen","Merlon Crakehall","Mern Gardener","Mero","Merrell Florent","Merrett Frey","Merrit","Merry Meg","Meryn Trant","Mezzara","Michael Mertyns","Mikken","Miklaz","Mina Tyrell","Minisa Whent","Mirri Maz Duur","Missandei","Moelle","Mohor","Mollander","Mollos","Monford Velaryon","Monster","Monterys Velaryon","Moon Boy","Moonshadow","Moqorro","Mord","Mordane","Moredo Prestayn","Moreo Tumitis","Morgarth","Morgil","Moribald Chester","Morna White Mask","Moro","Sarnori","Morosh the Myrman","Morra","Morrec","Morros Slynt","Mors Manwoody","Mors Martell","Mors Umber","Mortimer Boggs","Morton Waynwood","Morya Frey","Moryn Tyrell","Mother Mole","Mudge","Mullin","Mully","Munciter","Munda","Murch","Murenmure","Murmison","Mushroom","Muttering Bill","Mya Stone","Mycah","Mychel Redfort","Mylenda Caron","Myles","Myles Manwoody","Myles Mooton","Myles Smallwood","Myranda Royce","Myrcella Baratheon","Myria Jordayne","Myriah Martell","Myrielle Lannister","Myrtle","Mysaria","Naerys Targaryen","Nage","Nail","Nan","Narbert","Narbo","Ned","Ned Woods","Nella","Nestor Royce","Nettles","Nightingale","Nissa Nissa","Noho Dimittis","Nolla","Norbert Vance","Norjen","Normund Tyrell","Norne Goodbrother","Norren","Notch","Nute","Nymella Toland","Nymeria","Nymeria Sand","Nymos","Nysterica","Obara Sand","Obella Sand","Oberyn Martell","Ocley","Ogo","Old Bill Bones","Old Crackbones","Old Grey Gull","Old Henly","Old Tattersalt","Olene Tyrell","Olenna Redwyne","Ollidor","Ollo Lophand","Olymer Tyrell","Olyvar Frey","Olyvar Oakheart","Omer Blackberry","Omer Florent","Ondrew Locke","Orbelo","Orbert Caswell","Ordello","Orell","Orivel","Orland of Oldtown","Ormond","Ormond Osgrey","Ormond Westerling","Ormond Yronwood","Ormund Wylde","Oro Tendyris","Orwyle","Orphan Oss","Orton Merryweather","Orys Baratheon","Osbert Serry","Osfryd Kettleblack","Osha","Osmund Frey","Osmund Kettleblack","Osmynd","Osney Kettleblack","Ossifer Plumm","Ossy","Oswell Kettleblack","Oswell Whent","Oswyn","Othell Yarwyck","Otho Bracken","Othor","Otter Gimpknee","Otto Hightower","Ottomore","Ottyn Wythers","Owen","Owen Inchfield","Owen Norrey","Oznak zo Pahl","Palla","Parmen Crane","Patchface","Pate","Pate of the Blue Fork","Pate of the Night's Watch","Patrek Mallister","Patrek Vance","Paxter Redwyne","Pearse Caron","Penny","Penny Jenny","Perra Frey","Perriane Frey","Perros Blackmont","Perwyn Frey","Perwyn Osgrey","Peter Plumm","Petyr Baelish","Petyr Frey","Philip Foote","Philip Plumm","Pia","Plummer","Podrick Payne","Poetess","Pollitor","Polliver","Pono","Porridge","Porther","Portifer Woodwright","Poul Pemford","Poxy Tym","Praed","Prendahl na Ghezn","Preston Greenfield","Puckens","Pudding","Puddingfoot","Pyat Pree","Pycelle","Pyg","Pylos","Pypar","Qalen","Qarl the Maid","Qarl the Thrall","Qarl Correy","Qarl Kenning","Qarl Quickaxe","Qarl Shepherd","Qarlton Chelsted","Qarro Volentin","Qezza","Qhorin Halfhand","Lord Commander Qorgyle","Qos","Qotho","Quaithe","Quaro","Quellon Botley","Quellon Greyjoy","Quellon Humble","Quence","Quent","Quenten Banefort","Quentin Tyrell","Quenton Greyjoy","Quenton Hightower","Quentyn Ball","Quentyn Blackwood","Quentyn Martell","Quentyn Qorgyle","Quhuru Mo","Quickfinger","Quill","Quincy Cox","Quort","Qyburn","Qyle","Racallio Ryndoon","Rafe","Rafford","Ragnor Pyke","Ragwyle","Rainbow Knight","Rakharo","Ralf","Ralf Kenning","Ralf Stonehouse","Ramsay Snow","Randa","Randyll Tarly","Rast","Rat Cook","Rattleshirt","Ravella Swann","Rawney","Raymar Royce","Raymond Nayland","Raymun Redbeard","Raymun Darry","Raymun Fossoway","Raymund Frey","Raymund Tyrell","Raynald Westerling","Raynard","Raynard Ruttiger","Red Alyn of the Rosewood","Red Lamb","Red Oarsman","Red Rolfe","Redtusk","Redwyn","Reek","Regenard Estren","Renfred Rykker","Renly Baratheon","Renly Norcross","Rennifer Longwaters","Reynard Webber","Reysen","Reznak mo Reznak","Rhae Targaryen","Rhaegar Frey","Rhaegar Targaryen","Rhaegel Targaryen","Rhaego","Rhaella Targaryen","Rhaelle Targaryen","Rhaena Targaryen","Rhaenys Targaryen","Rhea Florent","Rhea Royce","Rhialta Vance","Rhogoro","Rhonda Rowan","Ricasso","Richard Farrow","Richard Horpe","Richard Lonmouth","Rickard Karstark","Rickard Ryswell","Rickard Stark","Rickard Thorne","Rickard Tyrell","Rickard Wylde","Rickon Stark","Rigney","Rob","Robar Royce","Robb Reyne","Robb Stark","Robert Arryn","Robert Ashford","Robert Baratheon","Robert Brax","Robert Flowers","Robert Frey","Robert Paege","Robett Glover","Robin","Robin Flint","Robin Greyjoy","Robin Hill","Robin Hollard","Robin Moreland","Robin Potter","Robin Ryger","Robyn Rhysling","Rodrik Cassel","Rodrik Flint","Rodrik Freeborn","Rodrik Greyjoy","Rodrik Harlaw","Rodrik Ryswell","Rodrik Stark","Rodwell Stark","Roelle","Roger of Pennytree","Roger Hogg","Roger Ryswell","Roggo","Rohanne Webber","Roland Crakehall","Rolder","Rolfe","Rollam Westerling","Rolland Darklyn","Rolland Longthorpe","Rolland Storm","Rolland Uffering","Rolley","Rolly Duckfield","Rolph Spicer","Romny Weaver","Ronald Connington","Ronald Storm","Ronald Vance","Ronel Rivers","Ronnel Arryn","Ronnel Harclay","Ronnel Stout","Ronnet Connington","Roone","Roose Bolton","Roose Ryswell","Rorge","Roro Uhoris","Roryn Drumm","Rosamund Lannister","Rosey","Roslin Frey","Rossart","Rowan","Royce Coldwater","Rudge","Rufus Leek","Rugen","Runcel Hightower","Runciter","Rupert Brax","Rupert Crabb","Rus","Rusty Flowers","Ryam","Ryam Florent","Ryam Redwyne","Rycherd Crane","Ryella Frey","Ryella Royce","Ryger Rivers","Ryk","Rylene Florent","Ryles","Ryman Frey","Rymolf","Rymund the Rhymer","Ryon Allyrion","S'vrone","Saathos","Saera Targaryen","Sailor's Wife","Salladhor Saan","Sallei Paege","Sallor","Salloreon","Sam Stoops","Samwell Spicer","Samwell Stone","Samwell Tarly","Sandor Clegane","Sandor Frey","Sansa Stark","Sarella Sand","Sargon Botley","Sarra Frey","Sarya Whent","Satin","Sawane Botley","Sawwood","Scarb","Scolera","Sebaston Farman","Sedgekins","Sefton","Selmond Stackspear","Selwyn Tarth","Selyse Florent","Senelle","Serala","Serra","Serra Frey","Serwyn of the Mirror Shield","Shadrick","Shae","Shagga","Shagwell","Sharna","Shella","Shella Whent","Sherrit","Shiera Crakehall","Shiera Seastar","Shierle Swyft","Shireen Baratheon","Shirei Frey","Shortear","Shyra","Shyra Errol","Sigfry Stonetree","Sigfryd Harlaw","Sigrin","Simon Leygood","Simon Staunton","Simon Toyne","Skahaz mo Kandaq","Skinner","Skittrick","Sky Blue Su","Skyte","Sleepy Jack","Sloey","Small Paul","Smiling Knight","Soren Shieldbreaker","Sour Alyn","Spare Boot","Softfoot","Spotted Cat","Spotted Pate of Maidenpool","Squint","Squirrel","Stafford Lannister","Stalwart Shield","Stannis Baratheon","Stannis Seaworth","Lord Staunton","Steelskin","Steely Pate","Steffarion Sparr","Steffon Baratheon","Steffon Fossoway","Steffon Frey","Steffon Hollard","Steffon Seaworth","Steffon Stackspear","Steffon Swyft","Steffon Darklyn","Steffon Varner","Stevron Frey","Stiv","Stone Thumbs","Stonehand","Stonesnake","Stygg","Styr","Sumner Crakehall","Sybassion","Sybell Spicer","Sybelle Glover","Sylas","Sylas Flatnose","Sylva Santagar","Sylwa Paege","Symeon Star-Eyes","Symon Hollard","Symon Santagar","Symon Silver Tongue","Symon Stripeback","Symond Botley","Symond Frey","Symond Templeton","Syrio Forel","Taena of Myr","Tagganaro","Tal Toraq","Talea","Talla Tarly","Tallad","Tanda Stokeworth","Tanselle","Tansy","Tanton Fossoway","Tarber","Tarle","Temmo","Ternesio Terys","Terrance Lynderly","Terrence Kenning","Terrence Toyne","Terro","Theo Frey","Theo Wull","Theobald","Theodan Wells","Theodore Tyrell","Theomar Smallwood","Theomore","Theomore Harlaw","Theon Greyjoy","Theon Stark","Thistle","Thoren Smallwood","Thormor Ironmaker","Thoros of Myr","Three Toes","Three-Tooth","Tickler","Tim Stone","Tim Tangletongue","Timeon","Timett","Timon","Timoth","Tion Frey","Titus Peake","Tobbot","Tobho Mott","Todder","Todric","Toefinger","Togg Joth","Tom Costayne","Tom of Sevenstreams","TomToo","Tomard","Tommard Heddle","Tommen Baratheon","Tommen Costayne","Torbert","Toregg the Tall","Tormund","Torrek","Torren Liddle","Torrhen Karstark","Torrhen Stark","Torwold Browntooth","Torwynd","Tothmure","Trebor Jordayne","Tregar","Tregar Ormollen","Tremond Gargalen","Tristan Mudd","Tristan Ryger","Tristifer Botley","Tristifer IV Mudd","Tristifer V Mudd","Tristimun","Triston of Tally Hill","Triston Farwynd","Triston Sunderland","Trystane Martell","Tuffleberry","Tumberjon","Tumco Lho","Turnip","Turquin","Tya Lannister","Tyana Wylde","Tybero Istarion","Tybolt Crakehall","Tybolt Hetherspoon","Tybolt Lannister","Tycho Nestoris","Tyene Sand","Tygett Lannister","Tyland Lannister","Tymor","Tyrek Lannister","Tyrion Lannister","Tyrion Tanner","Tysane Frey","Tysha","Tyta Frey","Tytos Blackwood","Tytos Brax","Tytos Frey","Tytos Lannister","Tywin Frey","Tywin Lannister","Ulf son of Umar","Ulf the Ill","Ulf the White","Uller","Ulmer","Ulrick Dayne","Ulwyck Uller","Umar","Umfred","Umma","Unella","Urreg","Urek Ironmaker","Urras Ironfoot","Urrathon","Urrigon Greyjoy","Urron Greyiron","Urswyck","Urzen","Utherydes Wayn","Uthor Tollett","Uthor Underleaf","Utt","Vaellyn","Vaemond Velaryon","Val","Valaena Velaryon","Valarr Targaryen","Varamyr","Vardis Egen","Vargo Hoat","Varly","Varys","Vayon Poole","Veiled Lady","Vickon Botley","Vickon Greyjoy","Victaria Tyrell","Victarion Greyjoy","Victor Tyrell","Violet","Visenya Targaryen","Viserys Plumm","Viserys Targaryen","Viserys I Targaryen","Viserys II Targaryen","Vortimer Crane","Vulture King","Vylarr","Vyman","Waif","Walda Frey","Walda Rivers","Walder Brax","Walder Frey","Walder Goodbrook","Walder Haigh","Walder Rivers","Walder Vance","Waldon Wynch","Walgrave","Wallace Waynwood","Wallen","Walton Frey","Walton Stark","Walton","Waltyr Frey","Walys Flowers","Warren","Warryn Beesbury","Wat","Wate","Watt","Watty","Waymar Royce","Wayn","Weasel","Weeper","Weese","Wenda","Wendamyr","Wendel Frey","Wendel Manderly","Wendell Webber","Wendello Qar Deeth","Werlag","Wex Pyke","Whalen Frey","Wilbert","Wilbert Osgrey","Will","Will Humble","Willamen Frey","Willam","Willam Dustin","Willam Stark","Willam Wells","Willam Wythers","Willas Tyrell","Willem Darry","Willem Frey","Willem Lannister","Willem Wylde","William Mooton","Willifer","Willis Fell","Willis Wode","Willit","Willow Heddle","Willow Witch-eye","Willum","Wolmer","Woth","Wulfe","Wun Weg Wun Dar Wun","Wyl","Wyl the Whittler","Wyl Waynwood","Wylis Manderly","Wylla","Wylla Manderly","Wyman Manderly","Wynafrei Whent","Wynafryd Manderly","Wynton Stout","Xaro Xhoan Daxos","Xhondo","Yandry","Yellow Dick","Ygon Farwynd","Ygon Oldfather","Ygritte","Yna","Yohn Farwynd","Yohn Royce","Yoren","Yorkel","Yorko Terys","Yormwell","Young Henly","Ysilla","Ysilla Royce","Zachery Frey","Zarabelo","Zei","Zekko","Zharaq zo Loraq","Zhoe Blanetree","Zia Frey","Zollo"] houses: ["Flint of Flint's Finger","Bolling","Graceford of Holyhall","Ferren","Breakstone","Blackwood of Raventree Hall","Frey of Riverrun","Holt","Farwynd of the Lonely Light","Heddle","Cave","Frey of the Crossing","Flint of Widow's Watch","Footly of Tumbleton","Forrester","Coldwater of Coldwater Burn","Caswell of Bitterbridge","Codd","Farwynd of Sealskin Point","Celtigar of Claw Isle","Foote","Erenford","Estren of Wyndhall","Florent of Brightwater Keep","Estermont of Greenstone","Errol of Haystack Hall","Frost","Gargalen of Salt Shore","Elesham of the Paps","Allyrion of Godsgrace","Falwell","Foote of Nightsong","Fisher","Fossoway of Cider Hall","Fossoway of New Barrel","Farring","Follard","Harlaw of Grey Garden","Flint of Breakstone Hill","Garner","Fowler of Skyreach","Fenn","Glenmore","Algood","Grandison of Grandview","Grafton of Gulltown","Bigglestone","Hollard","Fisher of the Stony Shore","Flint of the mountains","Amber","Hook","Hornwood of Hornwood","Branfield","Hunter of Longbow Hall","Humble","Horpe","Ironmaker","Ironsmith","Greystark of Wolf's Den","Graves","Bar Emmon of Sharp Point","Byrch","Clifton","Goodbrother of Orkmont","Ashwood","Farman of Faircastle","Brune of the Dyre Den","Harte","Holt","Gardener of Highgarden","Langward","Lannister of Casterly Rock","Lake","Darkwood","Liddle","Leygood","Lefford of the Golden Tooth","Hunt","Inchfield","Lightfoot","Lantell","Hull","Hutcheson","Locke of Oldcastle","Lolliston","Long","Jast","Lorch","Jordayne of the Tor","Lowther","Lyberr","Grimm of Greyshield","Justman","Lychester","Lydden of Deep Den","Karstark of Karhold","Keath","Goodbrook","Glover of Deepwood Motte","Goodbrother of Corpse Lake","Goodbrother of Crow Spike Keep","Greenwood","Goodbrother of Downdelving","Goodbrother of Shatterstone","Grey","Gower","Kellington","Mallery","Hawthorne","Harroway of Harrenhal","Hawick of Saltpans","Hayford of Hayford","Hasty","Hersy of Newkeep","Mallister of Seagard","Kidwell of Ivy Hall","Hastwyck","Lake","Knott","Hewett of Oakenshield","Kettleblack","Manning","Ladybright","Manderly of White Harbor","Herston","Kenning of Kayce","Harlton","Kenning of Harlaw","Hightower of the Hightower","Marbrand of Ashemark","Kyndall","Meadows of Grassy Vale","Melcolm of Old Anchor","Lannett","Marsh","Cockshaw","Merryweather of Longtable","Middlebury","Chyttering","Lannister of Darry","Lannister of Lannisport","Donniger","Lanny","Merlyn of Pebbleton","Lipps","Moreland","Mooton of Maidenpool","Longthorpe of Longsister","Moore","Longwaters","Morrigen of Crow's Nest","Lothston of Harrenhal","Lonmouth","Greyjoy of Pyke","Greengood","Moss","Greenfield of Greenfield","Lynderly of the Snakewood","Gaunt","Greyiron of Orkmont","Grell","Goodbrother of Hammerhorn","Hetherspoon","Hoare of Orkmont","Hogg of Sow's Horn","Norridge","Massey of Stonedance","Nutt","Nymeros Martell of Sunspear","Cressey","Oakheart of Old Oak","Durrandon","Oldflowers","Orme","Mertyns of Mistwood","Orkwood of Orkmont","Fell of Felwood","Osgrey of Standfast","Mollen","Overton","Osgrey of Leafy Lake","Parren","Payne","Peake of Starpike","Peat","Peasebury of Poddingfield","Peckledon","Penrose of Parchments","Perryn","Plumm","Mormont of Bear Island","Piper of Pinkmaiden","Pommingham","Poole","Pryor of Pebble","Qorgyle of Sandstone","Pyne","Cordwayner of Hammerhal","Qoherys of Harrenhal","Redding","Redbeard","Quagg","Redfort of Redfort","Reyne of Castamere","Redwyne of the Arbor","Rhysling","Risley","Rogers of Amberly","Rowan of Goldengrove","Roxton of the Ring","Roote of Lord Harroway's Town","Rosby of Rosby","Mudd of Oldstones","Mullendore of Uplands","Musgood","Magnar of Kingshouse","Rambton","Myatt","Myre of Harlaw","Nayland of Hag's Mire","Netley","Norcross","Manwoody of Kingsgrave","Norrey","Seaworth of Cape Wrath","Serrett of Silverhill","Prester of Feastfires","Sharp","Selmy of Harvest Hall","Shell","Serry of Southshield","Shell","Shepherd","Rollingford","Harlaw of the Tower of Glimmering","Shett of Gulltown","Shermer of Smithyton","Smallwood of Acorn Hall","Sloane","Slynt of Harrenhal","Stackhouse","Spicer of Castamere","Reed of Greywater Watch","Shett of Gull Tower","Stackspear","Harlaw of Harridan Hill","Stane of Driftwood Hall","Royce of Runestone","Stark of Winterfell","Staunton of Rook's Rest","Harlaw of Harlaw Hall","Stokeworth of Stokeworth","Stoneof Old Wyk","Baratheon of Dragonstone","Blanetree","Haigh","Harclay","Blount","Ashford of Ashford","Blackfyre of King's Landing","Beesbury of Honeyholt","Hamell","Bettley","Baratheon of King's Landing","Belmore of Strongsong","Brightstone","Pyle","Stout of Goldgrass","Ryger of Willow Wood","Sunderland of the Three Sisters","Swann of Stonehelm","Blackmont of Blackmont","Swyft of Cornfield","Swygert","Sunglass of Sweetport Sound","Tallhart of Torrhen's Square","Tarbeck of Tarbeck Hall","Tarth of Evenfall Hall","Tarly of Horn Hill","Shawney","Slate of Blackpool","Tudbury","Toyne","Towers of Harrenhal","Teague","Paege","Ruthermont","Royce of the Gates of the Moon","Ryder of the Rills","Ruttiger","Ryswell of the Rills","Santagar of Spottswood","Rykker of Duskendale","Saltcliffe of Saltcliffe","Sarwyck","Sarsfield of Sarsfield","Uller of Hellholt","Bole","Tyrell of Highgarden","Boggs","Boggs of Crackclaw Point","Hardy","Harlaw of Harlaw","Staedmon of Broad Arch","Hardyng","Uffering","Umber of the Last Hearth","Blacktyde of Blacktyde","Arryn of Gulltown","Baratheon of Storm's End","Blackbar of Bandallon","Baelish of Harrenhal","Ball","Blackmyre","Arryn of the Eyrie","Baelish of the Fingers","Crane of Red Lake","Upcliff","Vance of Atranta","Vaith of the Red Dunes","Crakehall of Crakehall","Banefort of Banefort","Stonetree of Harlaw","Strickland","Strong of Harrenhal","Velaryon of Driftmark","Sunderly of Saltcliffe","Volmark","Vypren","Vyrwel of Darkdell","Wade","Targaryen of King's Landing","Waterman","Wagstaff","Waynwood of Ironoaks","Webber of Coldmoat","Wayn","Wells","Wendwater","Wensington","Westerling of the Crag","Westbrook","Toland of Ghost Hill","Westford","Whent of Harrenhal","Whitehill","Willum","Trant of Gallowsgrey","Woodfoot of Bear Island","Tyrell of Brightwater Keep","Woodwright","Woolfield","Woods","Wull","Wylde of Rain House","Wydman","Wyl of the Boneway","Wythers","Yarwyck","Vance of Wayfarer's Rest","Vikary","Yelshire","Waxley of Wickenden","Weaver","Wells","Wode","Wynch of Iron Holt","Tawney of Orkmont","Templeton","Thenn","Terrick","Tollett of the Grey Glen","Thorne","Towers","Tully of Riverrun","Sparr of Great Wyk","Torrent of Littlesister","Turnberry","Bracken of Stone Hedge","Briar","Appleton of Appleton","Botley of Lordsport","Ambrose","Brax of Hornvale","Clegane","Brook","Broom","Bridges","Butterwell","Bulwer of Blackcrown","Bushy","Brune of Brownhollow","Cargyll","Cassel","Cafferen of Fawnton","Chester of Greenshield","Burley","Buckler of Bronzegate","Cerwyn of Cerwyn","Bywater","Charlton","Drinkwater","Doggett","Dayne of Starfall","Dryland","Dalt of Lemonwood","Chelsted","Caron of Nightsong","Dayne of High Hermitage","Yronwood of Yronwood","Varner","Buckwell of the Antlers","Crabb","Borrell of Sweetsister","Yew","Darklyn of Duskendale","Chambers","Casterly of Casterly Rock","Branch","Bolton of the Dreadfort","Cole","Brownhill","Durwell","Drox","Conklyn","Drumm of Old Wyk","Connington of Griffin's Roost","Corbray of Heart's Home","Condon","Dustin of Barrowton","Dargood","Dunn","Costayne of Three Towers","Edgerton","Egen","Cox of Saltpans","Deddings","Cuy of Sunhouse","Crowl of Deepdown","Darke","Darry of Darry","Dondarrion of Blackhaven","Cray"] cities: ['Braavos', "King's Landing", 'Volantis', 'Qarth', 'Asshai', 'Old Valyria', 'Meereen', 'Oldtown', 'Pentos', 'Astapor', 'Yunkai', 'Lorath', 'Lys', 'Vaes Dothrak', 'Sunspear', 'White Harbor', 'Myr', 'Lannisport', 'Qohor', 'Tyrosh', 'Norvos', 'Gulltown', 'Old Ghis', 'New Ghis', 'Mantarys', 'Bayasabhad', 'Elyria', 'Tolos', 'Samyrian', 'Chroyane', 'Tyria', 'Oros', 'Bhorash', 'Ny Sar', 'Sar Meel', 'Ar Noy'] quotes: ["There are no heroes...in life, the monsters win.", "Once you’ve accepted your flaws, no one can use them against you.", "And so he spoke, and so he spoke, that Lord of Castamere, but now the rains weep o'er his hall, with no one there to hear. Yes, now the rains weep o'er his hall, and not a soul to hear.", "A lion doesn't concern itself with the opinion of sheep.", "Fear cuts deeper than swords.", "The North remembers.", "Winter is coming.", "Do the dead frighten you?", "All dwarfs are bastards in their father's eyes", "Things are not always as they seemed, much that may seem evil can be good.", "Power is a curious thing. Who lives, Who dies. Power resides where men believe it resides. It is a trick, A shadow on the wall.", "Never forget who you are. The rest of the world won't. Wear it like an armor and it can never be used against you.", "Hodor? Hodor.", "Knowledge could be more valuable than gold, more deadly than a dagger.", "Every flight begins with a fall.", "Laughter is poison to fear.", "Nothing burns like the cold.", "Some old wounds never truly heal, and bleed again at the slightest word.", "... a mind needs books as a sword needs a whetstone, if it is to keep its edge.", "When you play a game of thrones you win or you die.", "Why is it that when one man builds a wall, the next man immediately needs to know what's on the other side?", "And I have a tender spot in my heart for cripples and bastards and broken things.", "When the snows fall and the white winds blow, the lone wolf dies but the pack survives.", "Give me honorable enemies rather than ambitious ones, and I'll sleep more easily by night.", "The things I do for love.", "Summer will end soon enough, and childhood as well."] dragons: ['Drogon', 'Viserion', 'Rhaegal', 'Balerion', 'Meraxes', 'Vhagar', 'Sunfyre', 'Syrax', 'Caraxes', 'Meleys', 'Shrykos', 'Morghul', 'Tyraxes', 'Dreamfyre', 'Vermithrax', 'Ghiscar', 'Valryon', 'Essovius', 'Archonei'] faker-1.9.1/lib/locales/en/gender.yml000066400000000000000000000002611332146201300173650ustar00rootroot00000000000000en: faker: gender: types: ["Female", "Male", "Non-binary", "Agender", "Genderfluid", "Genderqueer", "Bigender", "Polygender"] binary_types: ["Female", "Male"] faker-1.9.1/lib/locales/en/greek_philosophers.yml000066400000000000000000000031341332146201300220170ustar00rootroot00000000000000en: faker: greek_philosophers: names: ["Plato", "Aristotle", "Pythagoras", "Heraclitus", "Parmenides", "Democritus", "Zeno of Elea", "Epicurus", "Anaxagoras", "Diogenes", "Antisthenes", "Gorgias", "Hippocrates", "Plutarch", "Proclus", "Chrysippus", "Solon", "Archimedes", "Thucydides", "Arcesilaus", "Posidonius", "Galen"] quotes: [ "Quality is not an act, it is a habit.", "Only the educated are free.", "Control thy passions lest they take vengence on thee.", "Love is composed of a single soul inhabiting two bodies.", "Rhetoric is the art of ruling the minds of men.", "The unexamined life is not worth living.", "There was never a genius without a tincture of madness.", "Dignity does not consist in possessing honors, but in deserving them.", "Most people would rather give than get affection.", "Beware the barrenness of a busy life.", "The secret to humor is surprise.", "Pleasure in the job puts perfection in the work.", "Philosophy is the highest music.", "The virtue of justice consists in moderation, as regulated by wisdom.", "Know how to listen, and you will profit even from those who talk badly.", "A few vices are sufficient to darken many virtues.", "It is impossible to begin to learn that which one thinks one already knows.", "It's not what happens to you, but how you react to it that matters.", "The mind is not a vessel to be filled but a fire to be kindled.", "Good habits formed at youth make all the difference.", ] faker-1.9.1/lib/locales/en/hacker.yml000066400000000000000000000016001332146201300173540ustar00rootroot00000000000000en: faker: hacker: abbreviation: [TCP,HTTP,SDD,RAM,GB,CSS,SSL,AGP,SQL,FTP,PCI,AI,ADP,RSS,XML,EXE,COM,HDD,THX,SMTP,SMS,USB,PNG,SAS,IB,SCSI,JSON,XSS,JBOD] adjective: [auxiliary,primary,back-end,digital,open-source,virtual,cross-platform,redundant,online,haptic,multi-byte,bluetooth,wireless,1080p,neural, optical,solid state,mobile] noun: [driver,protocol,bandwidth,panel,microchip,program,port,card,array,interface,system,sensor,firewall,hard drive,pixel,alarm,feed,monitor,application,transmitter,bus,circuit,capacitor,matrix] verb: [back up,bypass,hack,override,compress,copy,navigate,index,connect,generate,quantify,calculate,synthesize,input,transmit,program,reboot,parse] ingverb: [backing up,bypassing,hacking,overriding,compressing,copying,navigating,indexing,connecting,generating,quantifying,calculating, synthesizing,transmitting,programming,parsing] faker-1.9.1/lib/locales/en/harry_potter.yml000066400000000000000000000170151332146201300206500ustar00rootroot00000000000000en: faker: harry_potter: characters: ["Hannah Abbott", "Bathsheda Babbling", "Ludo Bagman", "Bathilda Bagshot", "Marcus Belby", "Katie Bell", "Cuthbert Binns", "Phineas Nigellus Black", "Regulus Arcturus Black", "Sirius Black", "Broderick Bode", "Bogrod", "Amelia Bones", "Susan Bones", "Terry Boot", "Mr. Borgin", "Lavender Brown", "Millicent Bulstrode", "Charity Burbage", "Frank Bryce", "Alecto Carrow", "Amycus Carrow", "Reginald Cattermole", "Mary Cattermole", "Cho Chang", "Penelope Clearwater", "Mrs. Cole", "Michael Corner", "Vincent Crabbe, Sr.", "Vincent Crabbe", "Dennis Creevey", "Dirk Cresswell", "Bartemius Crouch, Sr.", "Barty Crouch, Jr.", "Roger Davies", "John Dawlish", "Fleur Delacour", "Gabrielle Delacour", "Dedalus Diggle", "Amos Diggory", "Cedric Diggory", "Armando Dippet", "Elphias Doge", "Antonin Dolohov", "Aberforth Dumbledore", "Albus Dumbledore", "Ariana Dumbledore", "Dudley Dursley", "Marge Dursley", "Petunia Dursley", "Vernon Dursley", "Marietta Edgecombe", "Everard", "Arabella Figg", "Argus Filch", "Justin Finch-Fletchley", "Seamus Finnigan", "Marcus Flint", "Nicholas Flamel", "Mundungus Fletcher", "Filius Flitwick", "Florean Fortescue", "Cornelius Fudge", "Marvolo Gaunt", "Merope Gaunt", "Morfin Gaunt", "Anthony Goldstein", "Goyle Sr.", "Gregory Goyle", "Heromine Granger", "Gregorovitch", "Fenrir Greyback", "Gellert Grindelwald", "Wilhelmina Grubbly-Plank", "Godric Gryffindor", "Astoria Greengrass", "Rubeus Hagrid", "Rolanda Hooch", "Mafalda Hopkirk", "Helga Hufflepuff", "Angelina Johnson", "Lee Jordan", "Bertha Jorkins", "Igor Karkaroff", "Viktor Krum", "Bellatrix Lestrange", "Rabastan Lestrange", "Rodolphus Lestrange", "Gilderoy Lockhart", "Alice Longbottom", "Augusta Longbottom", "Frank Longbottom", "Neville Longbottom", "Luna Lovegood", "Xenophilius Lovegood", "Remus Lupin", "Walden Macnair", "Draco Malfoy", "Lucius Malfoy", "Narcissa Malfoy", "Madam Malkin", "Griselda Marchbanks", "Olympe Maxime", "Ernie Macmillan", "Minerva McGonagall", "Cormac McLaggen", "Graham Montague", "Alastor (Mad-Eye) Moody", "Moran", "Theodore Nott", "Bob Ogden", "Garrick Ollivander", "Pansy Parkinson", "Padma Patil", "Parvati Patil", "Peter Pettigrew", "Antioch Peverell", "Cadmus Peverell", "Ignotus Peverell", "Irma Prince", "Sturgis Podmore", "Poppy Pomfrey", "Harry Potter", "James Potter", "Lily Potter", "Fabian Prewett", "Gideon Prewett", "Quirinus Quirrell", "Helena Ravenclaw (The Grey Lady)", "Rowena Ravenclaw", "Tom Marvolo Riddle", "Mr. Roberts", "Demelza Robins", "Augustus Rookwood", "Albert Runcorn", "Scabior", "Newt Scamander", "Rolf Scamander", "Rufus Scrimgeour", "Kingsley Shacklebolt", "Stan Shunpike", "Aurora Sinistra", "Rita Skeeter", "Horace Slughorn", "Salazar Slytherin", "Hepzibah Smith", "Zacharias Smith", "Severus Snape", "Alicia Spinnet", "Pomona Sprout", "Pius Thicknesse", "Dean Thomas", "Andromeda Tonks", "Nymphadora Tonks", "Ted Tonks", "Travers", "Sybill Trelawney", "Wilky Twycross", "Dolores Jane Umbridge", "Emmeline Vance", "Romilda Vane", "Septima Vector", "Lord Voldemort", "Myrtle Warren", "Cassius Warrington", "Arthur Weasley", "Bill Weasley", "Charlie Weasley", "Fred Weasley", "George Weasley", "Ginny Weasley", "Molly Weasley", "Percy Weasley", "Ron Weasley", "Oliver Wood", "Kennilworthy Whisp", "Yaxley", "Blaise Zabini", "Aragog", "Bane", "Beedle the Bard", "The Bloody Baron", "Buckbeak", "Sir Cadogan", "Crookshanks", "Dobby", "Enid", "Errol", "Fang", "The Fat Friar", "Fridwulfa", "The Fat Lady", "Fawkes", "Firenze", "Fluffy", "Grawp", "Griphook", "Hedwig", "Hokey", "Kreacher", "Magorian", "Moaning Myrtle", "Mrs. Norris", "Great Aunt Muriel", "Nagini", "Nearly Headless Nick", "Norbert", "Peeves", "Pigwidgeon", "Madam Rosmerta", "Ronan", "Scabbers", "Trevor", "Winky"] locations: ["The Burrow", "Godric's Hollow", "Little Hangleton", "Malfoy Manor", "Number 12, Grimmauld Place", "Shell Cottage", "Sinner's End", "Beauxbatons", "Castlelobruxo", "Durmstrang", "Hogwarts", "Ilvermorny", "Mahoutokoro", "Uagadou", "Diagon Alley", "Eeylops Owl Emporium", "Florean Fortescue's Ice Cream Parlour", "Flourish & Blotts", "Gambol and Japes", "Gringotts Wizarding Bank", "Knockturn Alley", "Borgin & Burkes", "The Leaky Cauldron", "Madam Malkin's Robes for All Occasions", "Magical Menagerie", "Ollivanders", "Potage's Cauldron Shop", "Quality Quidditch Shop", "Slug and Jiggers Apothecary", "Stalls", "Twilfitt and Tatting's", "Weasleys' Wizard Wheezes", "Wiseacre's Wizarding Equipment", "Hogsmeade", "The Three Broomsticks", "Honeydukes", "Zonko's Joke Shop", "Hogsmeade Station", "The Hog's Head", "Dervish & Banges", "Gladrags Wizardwear", "Scrivenshaft's Quill Shop", "Madam Puddifoot's", "Post Office", "Shrieking Shack", "Azkaban", "Ministry of Magic", "St. Mungo's Hospital for Magical Maladies and Injuries", "Numengard", "Platform 9 3/4"] quotes: ["It does not do to dwell on dreams and forget to live.", "It takes a great deal of bravery to stand up to our enemies, but just as much to stand up to our friends.", "To the well-organized mind, death is but the next great adventure.", "It is our choices, Harry, that show what we truly are, far more than our abilities.", "Happiness can be found even in the darkest of times if only one remembers to turn on the light.", "If you want to know what a man’s like, take a good look at how he treats his inferiors, not his equals.", "Dark and difficult times lie ahead. Soon we must all face the choice between what is right and what is easy.", "Just because you have the emotional range of a teaspoon doesn’t mean we all have.", "We’ve all got both light and dark inside us. What matters is the part we choose to act on. That’s who we really are.", "Harry, suffering like this proves you are still a man! This pain is part of being human...the fact that you can feel pain like this is your greatest strength.", "Things we lose have a way of coming back to us in the end, if not always in the way we expect.", "It is the unknown we fear when we look upon death and darkness, nothing more.", "Of course it is happening inside your head, Harry, but why on earth should that mean that it is not real?", "Words are in my not-so-humble opinion, the most inexhaustible form of magic we have, capable both of inflicting injury and remedying it.", "After all this time? Always.", "No story lives unless someone wants to listen. The stories we love best do live in us forever. So whether you come back by page or by the big screen, Hogwarts will always be there to welcome you home.", "You're a wizard, Harry.", "We could all have been killed - or worse, expelled.", "Never trust anything that can think for itself if you can't see where it keeps its brain.", "It’s wingardium leviOsa, not leviosAH.", "You sort of start thinking anything’s possible if you’ve got enough nerve.", "I solemnly swear that I am up to no good.", "There are some things you can't share without ending up liking each other, and knocking out a twelve-foot mountain troll is one of them."] books: ["Harry Potter and the Sorcerer's Stone", "Harry Potter and the Chamber of Secrets", "Harry Potter and the Prisoner of Azkaban", "Harry Potter and the Goblet of Fire", "Harry Potter and the Order of the Phoenix", "Harry Potter and the Half-Blood Prince", "Harry Potter and the Deathly Hallows"] houses: ["Gryffindor", "Slytherin", "Ravenclaw", "Hufflepuff", "Horned Serpent", "Wampus", "Thunderbird", "Pukwudgie"] spells: ["Accio", "Alohomora", "Avada Kedavra", "Crucio", "Confundo", "Expelliarmus", "Expecto Patronum", "Lumos", "Obliviate", "Reparo", "Revelio", "Riddikulus", "Stupefy", "Sectumsempra", "Wingardium Leviosa"] faker-1.9.1/lib/locales/en/hey_arnold.yml000066400000000000000000000047321332146201300202540ustar00rootroot00000000000000en: faker: hey_arnold: characters: ["Arnold", "Steely Phil", "Pookie", "Oskar Kokoschka", "Suzie Kokoschka", "Mr. Hyuhn", "Helga G. Pataki", "Miriam Pataki", "Olga Pataki", "Gerald Johannssen", "Harold Berman", "Phoebe Heyerdahl", "Rhonda Lloyd", "Lila Sawyer", "Stinky Peterson", "Eugene Horowitz", "Sid", "Curly", "Torvald", "Sheena", "Lorenzo", "Iggy", "Brainy", "Nadine", "Park", "Joey Stevenson", "Peapod Kid", "Big Gino", "Campfire Lass", "Wolfgang", "Edmund", "Big Patty", "Mickey the Weasel", "Chocolate Boy", "Ruth P. McDougal", "Robert Simmons", "Miss Slovak", "Principal Wartz", "Jack Wittenburg", "Tish Wittenburg", "Tucker Wittenburg", "Dino Spumoni", "Jimmy Kafka", "Ernie Potts", "Ronnie Matthews", "Mickey Kaline", "Monkey Man", "Pigeon Man", "Robbie Fisher", "Sewer King", "Stoop Kid", "The Jolly Olly Man", "Abner", "Four-Eyed Jack", "Wheezin' Ed", "Don Reynolds", "Big Bob Pataki", "Miriam Pataki", "Jamie O", "Timberly", "Marty Green", "Ludwig", "Dr. Bliss", "Lieutenant Major Goose", "Alphonse Perrier du von Scheck", "The Mauve Avenger", "Earl"] locations: ["P.S. 118", "Stoop Kid's Stoop", "Antonio's Pizzeria", "Mickey's Dog Pound", "Big Bob's Beeper Emporium", "Sundae Salon", "Omar's Falafel Hut", "The Fudge Place", "Hillwood City", "Green Meats", "Roscoe's Funky Rags", "Watch Repair", "Yahoo Chocolate Factory", "Sunset Arms", "Stinky's farm", "Chez Paris", "Gerald Field", "Madame Bovary's Dance School for Boys"] quotes: [ "Stoop Kid's afraid to leave his stoop!", "MONKEYMAAAAN!", "You better not touch my gal, or I'll pop you in the kisser, pal", "Yahoo Soda Just Drink It", "I saw your face and wow!", "But you see, Arnold and tall hair boy, I don’t want to be famous! I want to live my life simply! I like my banana wallpaper, I like doing my own laundry! Just give me the simple things!", "Kitty, kitty, kitty, do you like to pet the kitty? I like to pet the kitty! Hey look! I'm petting the kitty!", "You're a bold kid, Arnold, a bold kid.", "Hey, short man!", "You keep the money!", "Suzie, make me a sandwich!", "But Gerald, the Jolly Olly Man is a stingy, mean spirited jerk, who hates kids and is constantly teetering on the brink of insanity.", "Can you get your arm off my shoulder? As I've told you many times before, I don't like you like you, I just like you.", "Move it, Footballhead", "Never eat raspberries.", "I'm okay!" ] faker-1.9.1/lib/locales/en/hipster.yml000066400000000000000000000046101332146201300176010ustar00rootroot00000000000000en: faker: hipster: words: ["Wes Anderson", "chicharrones", "narwhal", "food truck", "marfa", "aesthetic", "keytar", "art party", "sustainable", "forage", "mlkshk", "gentrify", "locavore", "swag", "hoodie", "microdosing", "VHS", "before they sold out", "pabst", "plaid", "Thundercats", "freegan", "scenester", "hella", "occupy", "truffaut", "raw denim", "beard", "post-ironic", "photo booth", "twee", "90's", "pitchfork", "cray", "cornhole", "kale chips", "pour-over", "yr", "five dollar toast", "kombucha", "you probably haven't heard of them", "mustache", "fixie", "try-hard", "franzen", "kitsch", "austin", "stumptown", "keffiyeh", "whatever", "tumblr", "DIY", "shoreditch", "biodiesel", "vegan", "pop-up", "banjo", "kogi", "cold-pressed", "letterpress", "chambray", "butcher", "synth", "trust fund", "hammock", "farm-to-table", "intelligentsia", "loko", "ugh", "offal", "poutine", "gastropub", "Godard", "jean shorts", "sriracha", "dreamcatcher", "leggings", "fashion axe", "church-key", "meggings", "tote bag", "disrupt", "readymade", "helvetica", "flannel", "meh", "roof", "hashtag", "knausgaard", "cronut", "schlitz", "green juice", "waistcoat", "normcore", "viral", "ethical", "actually", "fingerstache", "humblebrag", "deep v", "wayfarers", "tacos", "taxidermy", "selvage", "put a bird on it", "ramps", "portland", "retro", "kickstarter", "bushwick", "brunch", "distillery", "migas", "flexitarian", "XOXO", "small batch", "messenger bag", "heirloom", "tofu", "bicycle rights", "bespoke", "salvia", "wolf", "selfies", "echo", "park", "listicle", "craft beer", "chartreuse", "sartorial", "pinterest", "mumblecore", "kinfolk", "vinyl", "etsy", "umami", "8-bit", "polaroid", "banh mi", "crucifix", "bitters", "brooklyn", "PBR&B", "drinking", "vinegar", "squid", "tattooed", "skateboard", "vice", "authentic", "literally", "lomo", "celiac", "health", "goth", "artisan", "chillwave", "blue bottle", "pickled", "next level", "neutra", "organic", "Yuccie", "paleo", "blog", "single-origin coffee", "seitan", "street", "gluten-free", "mixtape", "venmo", "irony", "everyday", "carry", "slow-carb", "3 wolf moon", "direct trade", "lo-fi", "tousled", "tilde", "semiotics", "cred", "chia", "master", "cleanse", "ennui", "quinoa", "pug", "iPhone", "fanny pack", "cliche", "cardigan", "asymmetrical", "meditation", "YOLO", "typewriter", "pork belly", "shabby chic", "+1", "lumbersexual", "williamsburg", "muggle magic", "phlogiston"] faker-1.9.1/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml000066400000000000000000000164661332146201300245300ustar00rootroot00000000000000en: faker: hitchhikers_guide_to_the_galaxy: characters: ["Agda", "Agrajag", "Arthur Dent", "Arthur Philip Deodat", "Barry Manilow", "Bowerick Wowbagger", "Charles Darwin", "Colin the Security Robot", "Dan Streetmentioner", "Deep Thought", "Eccentrica Gallumbits", "Eddie the Computer", "Effrafax of Wug", "Elvis", "Emily Saunders", "Fenchurch", "Ford Prefect", "Frankie and Benjy", "Gag Halfrunt", "Gail Andrews", "Galaxia Woonbeam", "Garkbit", "Genghis Khan", "Grunthos the Flatulent", "Hactar", "Hillman Hunter", "Hotblack Desiato", "Hotblack Desiato's bodyguard", "Humma Kavula", "JinJenz", "Lintilla", "Loonquawl", "Loonquawl and Phouchg", "Lunkwill and Fook", "Magrathean sperm whale", "Majikthise", "Marvin", "Max Quordlepleen", "Mella", "Mr. Prosser", "Oolon Colluphid", "Pasta Fasta", "Paula Nancy Millstone Jennings", "Phouchg", "Pizpot Gargravarr", "Prak", "Prostetnic Vogon Jeltz", "Prostetnic Vogon Kwaltz", "Questular Rontok", "Random Dent", "Reg Nullify", "Rob McKenna", "Roosta", "Slartibartfast", "The Allitnils", "Tricia McMillan", "Trillian", "Trin Tragula", "Vroomfondel", "Wonko the Sane", "Yooden Vranx", "Zaphod Beeblebrox", "Zarniwoop", "Zarquon"] locations: ["29 Arlington Avenue", "Arthur Dent's house", "Asbleg", "Barnard's Star", "Belgium", "Betelgeuse", "Bistro Illegal", "Boston", "Bournemouth", "Café Lou", "Cathedral of Chalesm", "Croydon", "Denmark", "Easter Island", "Evildrome Boozarama", "Fenchurch Street railway station", "France", "Frogstar system", "Frogstar World B", "Guildford", "Han Dold City", "Highgate Cemetery", "Horse and Groom", "Horsehead Nebula", "Ibiza", "Islington", "Kakrafoon Kappa", "Lamuella", "London", "Lord's Cricket Ground", "Madagascar", "Megabrantis cluster", "Milliways", "North West Ripple", "Norway", "Oglaroon", "Pleiades system", "Preliumtarn", "Rickmansworth", "Rupert", "Sector XXXZ5QZX", "Sector ZZ9 Plural Z Alpha", "Seventh Galaxy of Light and Ingenuity", "Slim's Throat Emporium", "Space", "Stavro Mueller Beta", "Stavromula Beta", "The Big Bang Burger Bar", "The Domain of The King", "Total Perspective Vortex", "Western Spiral Arm", "Xaxis", "Ysllodins", "Zarss", "Ziggie's Den of Iniquity"] marvin_quote: [ "Life? Don't talk to me about life.", "Here I am, brain the size of a planet, and they tell me to take you up to the bridge. Call that job satisfaction? 'Cos I don't.", "I think you ought to know I'm feeling very depressed.", "Pardon me for breathing, which I never do anyway so I don't know why I bother to say it, Oh God, I'm so depressed.", "I won't enjoy it.", "You think you've got problems? What are you supposed to do if you are a manically depressed robot? No, don't try to answer that. I'm fifty thousand times more intelligent than you and even I don't know the answer. It gives me a headache just trying to think down to your level.", "There's only one life-form as intelligent as me within thirty parsecs of here and that's me.", "I wish you'd just tell me rather trying to engage my enthusiasm, because I haven't got one.", "And then of course I've got this terrible pain in all the diodes down my left side." ] planets: ["Allosimanius Syneca", "Argabuthon", "Arkintoofle Minor", "Bartledan", "Bethselamin", "Blagulon Kappa", "Brontitall", "Broop Kidron 13", "Broop Kidron Thirteen", "Burphon XII", "Damogran", "Dangrabad Beta", "Earth", "Eroticon VI", "Fallia", "Flargathon", "Frogstar World A", "Frogstar World B", "Frogstar World C", "Gagrakacka", "Golgafrincham", "Han Wavel", "Happi-Werld III", "Hawalius", "Jaglan Beta", "Jajazikstak", "Kakrafoon Kappa", "Kria", "Krikkit", "Lamuella", "Magrathea", "Nano", "NowWhat", "Oglaroon", "Poghril", "Preliumtarn", "Rupert", "Santraginus V", "Sesefras Magna", "Sqornshellous Zeta", "Traal", "Viltvodle VI", "Vogsphere", "Xaxis"] quotes: [ "Earth: Mostly Harmless", "Whatever your tastes, Magrathea can cater for you. We are not proud.", "But Mr. Dent, the plans have been available in the local planning office for the last nine months.", "there’s an infinite number of monkeys outside who want to talk to us about this script for Hamlet they’ve worked out.", "Will you open up the exit hatch, please, computer?", "According to the legends, the Magratheans lived most of their lives underground.", "Magrathea itself disappeared and its memory soon passed into the obscurity of legend. In these enlightened days, of course, no one believes a word of it.", "Evolution? they said to themselves, Who needs it?", "Curiously enough, the only thing that went through the mind of the bowl of petunias as it fell was Oh no, not again.", "Parts of the inside of her head screamed at other parts of the inside of her head.", "if you’ve never been through a matter transference beam before you’ve probably lost some salt and protein. The beer you had should have cushioned your system a bit.", "I've just had an unhappy love affair, so I don't see why anybody else should have a good time.", "It’s only half completed, I’m afraid – we haven’t even finished burying the artificial dinosaur skeletons in the crust yet.", "They’ve got as much sex appeal as a road accident.", "...they discovered only a small asteroid inhabited by a solitary old man who claimed repeatedly that nothing was true, though he was later discovered to be lying.", "If they don’t keep exercising their lips, he thought, their brains start working.", "If there's anything more important than my ego around, I want it caught and shot now.", "In the beginning, the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.", "On the planet Earth, man had always assumed that he was more intelligent than dolphins because he had achieved so much—the wheel, New York, wars and so on—whilst all the dolphins had ever done was muck about in the water having a good time. But conversely, the dolphins had always believed that they were far more intelligent than man—for precisely the same reasons.", "It seemed to me that any civilization that had so far lost its head as to need to include a set of detailed instructions for use in a packet of toothpicks, was no longer a civilization in which I could live and stay sane.", "Nothing travels faster than the speed of light with the possible exception of bad news, which obeys its own special laws.", "He was staring at the instruments with the air of one who is trying to convert Fahrenheit to centigrade in his head while his house is burning down.", "Don’t Panic", "42" ] species: ["Algolian Suntiger", "Arcturan MegaDonkey", "Arcturan Megagrasshopper", "Azgoths of Kria", "Babel Fish", "Belcerebon", "Boghog", "Cow", "Damogran Frond Crested Eagle", "Dentrassis", "Dolphins", "Flaybooz", "Golgafrinchan", "Grebulon", "Grebulons", "Hingefreel", "Hooloovoo", "Human", "Jatravartid", "Mattress", "Mice", "Mouse", "Nanites", "Perfectly Normal Beast", "Ravenous Bugblatter Beast of Traal", "Sarkopsi", "Shaltanac", "Silastic Armorfiends", "Silver Tongued Devils", "Vl'Hurg", "Vogon"] starships: ["Billion Year Bunker", "Bistromath", "Golgafrinchan Ark Fleet Ship B", "Heart of Gold", "Krikkit One", "RW6", "Starship Titanic", "Tanngrisnir", "Vogon Constructor Fleet"] faker-1.9.1/lib/locales/en/hobbit.yml000066400000000000000000000045311332146201300173740ustar00rootroot00000000000000en: faker: hobbit: character: ["Bilbo Baggins", "Bungo Baggins", "Belladonna Took", "Bullroarer Took", "Gandalf The Grey", "Radagast", "Dain", "Thorin Oakenshield", "Fili", "Kili", "Balin", "Dwalin", "Oin", "Gloin", "Dori", "Nori", "Ori", "Bifur", "Bofur", "Bombur", "Elrond", "Galion", "Bard the Bowman", "Beorn", "Tom", "Bert", "William (Bill Huggins)", "Gollum", "The Necromancer", "Smaug", "Carc", "Roac", "The Lord of the Eagles", "The Great Goblin", "Bolg", "Golfimbul"] thorins_company: ["Thorin Oakenshield", "Fili", "Kili", "Balin", "Dwalin", "Oin", "Gloin", "Dori", "Nori", "Ori", "Bifur", "Bofur", "Bombur", "Gandalf", "Bilbo Baggins"] quote: [ "Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?", "There is nothing like looking, if you want to find something. You certainly usually find something, if you look, but it is not always quite the something you were after.", "In a hole in the ground there lived a hobbit.", "It does not do to leave a live dragon out of your calculations, if you live near him.", "May the wind under your wings bear you where the sun sails and the moon walks.", "Where there's life there's hope.", "So comes snow after fire, and even dragons have their endings.", "Where did you go to, if I may ask?' said Thorin to Gandalf as they rode along. To look ahead,' said he. And what brought you back in the nick of time?' Looking behind,' said he.", "'You have nice manners for a thief and a liar,' said the dragon.", "May the hair on your toes never fall out!", "The road goes ever on and on", "Never laugh at live dragons, Bilbo you fool!" ] location: ["Bree", "The Shire", "Rivendell", "The Misty Mountains", "Beorn's Hall", "Mirkwood", "Esgaroth", "Erebor", "Bag-End", "Under-Hill", "Mount Gram", "Green Fields", "Last Desert", "Lonely Mountain", "Withered Heath", "Country Round", "Long Lake", "River Running", "Mines of Moria", "Green Dragon Inn", "Bywater", "The Great Mill", "Wilderland", "Gondolin", "Land Beyond", "Goblin Gate", "Carrock", "High Pass", "Great River", "Grey Mountains", "Land of the Necromancer", "Long Marshes", "Forest River", "Lake Town", "Dorwinion", "Ravenhill", "Iron Hills", "Mount Gundabad"] faker-1.9.1/lib/locales/en/how_i_met_your_mother.yml000066400000000000000000000065631332146201300225420ustar00rootroot00000000000000en: faker: how_i_met_your_mother: character: ["Ted Mosby", "Marshall Eriksen", "Lily Aldrin", "Robin Scherbatsky", "Barney Stinson", "Tracy Mosby", "Luke Mosby", "Penny Mosby", "Alan Thicke", "Arthur Hobbs", "Bilson", "Brad Morris", "Carl MacLaren", "Claudia Grice", "Don Frank", "Doug Martin", "Gary Blauman", "George Van Smoot", "Hammond Druthers", "James Stinson", "Jerome Whittaker", "Judy Eriksen", "Loretta Stinson", "Marcus Eriksen", "Marvin Eriksen Jr.", "Marvin Eriksen Sr.", "Mickey Aldrin", "Nick Podarutti", "Quinn Garvey", "Ranjit Singh", "Robin Scherbatsky Sr.", "Sandy Rivers", "Stella Zinman", "Stuart Bowers", "Wendy the Waitress", "Virginia Mosby", "William Zabka", "Zoey Pierson"] catch_phrase: ["Legendary", "Suit Up", "Wait For it", "But… umm", "Lawyered", "Challenege Accepted", "Just… O.K?", "Where’s the poop?", "That’s the Dream", "True Story", "Patent Pending", "What Up", "Classic Shmosby"] high_five: ["Arthritis Five", "Relapse Five", "Phone Five", "Solemn Low Five", "Hypothetical High Five", "Self Five", "Freeze Fram High Five", "Tiny Five", "High Two", "Multiple High Fives", "The Highest of Fives", "Door Five", "High Six", "Motility Five", "Claw Five", "High V", "Word Play Five", "Condolence Five", "Almighty Five", "Mental Self Five", "Retraction Five", "Angry Self Five", "Mushroom Five", "Get-this-over-with-quickly-so-we-can-move-past-how-awkward-it-was-that-I-just-said-that Five", "High Infinity"] quote: [ "Whenever I’m sad, I stop being sad and be awesome instead.", "Because sometimes even if you know how something’s gonna end that doesn’t mean you can’t enjoy the ride.", "The littlest thing can cause a ripple effect that changes your life.", "That’s life, you know, we never end up where you thought you wanted to be.", "We’re going to get older whether we like it or not, so the only question is whether we get on with our lives, or desperately cling to the past.", "Ted, how many times have I told you to put the lid back on the peanut butter jar?! It’s this inconsiderate, immature jackassery that makes me feel like I’m living in The Real World House! And not the early days when they all had jobs and social consciences, I’m talking about Hawaii, and after!", "There are a lot of little reasons why the big things in our lives happen.", "I keep waiting for it to happen. I’m waiting for it to happen. I guess I’m just tired of waiting. And that is all I’m going to say on that subject.", "Look, you can’t design your life like a building. It doesn’t work that way. You just have to live it… and it’ll design itself.", "Definitions are important.", "You can’t just skip ahead to where you think your life should be.", "It’s just, eventually we’re all gonna move on. It’s called growing up.", "There are two big days in any love story: the day you meet the girl of your dreams and the day you marry her.", "The future is scary but you can’t just run back to the past because it’s familiar.", "I realized that I’m searching, searching for what I really want in life. And you know what? I have absolutely no idea what that is.", "Revenge fantasies never work out the way you want.", "Whether a gesture’s charming or alarming, depends on how it’s received." ] faker-1.9.1/lib/locales/en/id_number.yml000066400000000000000000000002341332146201300200650ustar00rootroot00000000000000en: faker: id_number: valid: "#{IDNumber.ssn_valid}" invalid: ['000-##-####', '###-00-####', '###-##-0000', '666-##-####', '9##-##-####'] faker-1.9.1/lib/locales/en/internet.yml000066400000000000000000000017661332146201300177640ustar00rootroot00000000000000en: faker: internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, biz, info, name, net, org, io, co] user_agent: aol: - Mozilla/5.0 (compatible; MSIE 9.0; AOL 9.7; AOLBuild 4343.19; Windows NT 6.1; WOW64; Trident/5.0; FunWebProducts) chrome: - Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36 firefox: - Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:10.0) Gecko/20100101 Firefox/10.0 internet_explorer: - Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko netscape: - Mozilla/5.0 (Windows; U; Win 9x 4.90; SG; rv:1.9.2.4) Gecko/20101104 Netscape/9.1.0285 opera: - Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16 safari: - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A faker-1.9.1/lib/locales/en/invoice.yml000066400000000000000000000001561332146201300175600ustar00rootroot00000000000000en: faker: invoice: reference: check_digit_method: method_731 pattern: '\d{3,19}#'faker-1.9.1/lib/locales/en/job.yml000066400000000000000000000025171332146201300167010ustar00rootroot00000000000000en: faker: job: field: [Marketing, IT, Accounting, Administration, Advertising, Banking, Community-Services, Construction, Consulting, Design, Education, Farming, Government, Healthcare, Hospitality, Legal, Manufacturing, Marketing, Mining, Real-Estate, Retail, Sales, Technology] seniority: [Lead, Senior, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Chief, Direct, Corporate, Future, Human, Principal] position: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist] key_skills: [Teamwork, Communication, Problem solving, Leadership, Organisation, Work under pressure, Confidence, Self-motivated, Networking skills, Proactive, Fast learner, Technical savvy] employment_type: [Full-time, Part-time, Temporary, Contract, Internship, Commission] education_level: [Associates, Bachelor, Master, Doctorate] title: - "#{seniority} #{field} #{position}" - "#{seniority} #{field} #{position}" - "#{field} #{position}" - "#{field} #{position}" - "#{seniority} #{position}"faker-1.9.1/lib/locales/en/kpop.yml000066400000000000000000000270461332146201300171040ustar00rootroot00000000000000en: faker: kpop: i_groups: ["Seo Taiji and Boys", "Deux", "Cool", "DJ DOC", "Roo'ra", "Two Two", "R.ef", "Turbo", "Baby V.O.X.", "Diva", "Eve", "Jinusean", "NRG", "Sechs Kies", "S.E.S", "1TYM", "Fin.K.L.", "Koyote", "S#arp", "Shinhwa", "As One", "Chakra", "Cleo", "Click-B", "Fly to the Sky", "g.o.d", "T.T.MA"] ii_groups: ["CB Mass", "Papaya", "5tion", "Jewelry", "KISS.", "M.I.L.K", "jtL", "Epik High", "Sugar", "Black Beat", "Shinvi", "Leessang", "LUV", "Isak N Jiyeon", "Moon Child", "Moon Child", "Big Mama", "Dynamic Duo", "Brown Eyed Soul", "Buzz", "TVXQ", "SG Wannabe", "V.O.S", "TRAX", "SS501", "LPG", "The Grace", "Gavy NJ", "Super Junior", "Paran", "SeeYa", "Brown Eyed Girls", "Untouchable", "Big Bang", "Super Junior-K.R.Y.", "DickPunks", "Wonder Girls", "Kara", "F.T. Island", "Girls' Generation", "8eight", "Sunny Hill", "Supernova", "Tritops", "Super Junior-T", "Baby Vox Re.V", "Davichi", "Mighty Mouth", "Miss $", "Shinee", "Super Junior-M", "Super Junior-H", "2AM", "2PM", "U-KISS", "2NE1", "4Minute", "After School", "Beast", "f(x)", "JQT", "MBLAQ", "Rainbow", "Secret", "SHU-I", "T-ara", "December"] iii_groups: ["APeace", "CNBLUE", "Coed School", "DMTN", "F.Cuz", "Girl's Day", "GD&TOP", "GP Basic", "Infinite", "JYJ", "Led Apple", "Miss A", "Nine Muses", "Orange Caramel", "Sistar", "Teen Top", "Touch", "The Boss", "ZE:A", "AA", "APink", "B1A4", "Blady", "Block B", "Boyfriend", "Brave Girls", "C-Real", "Chocolat", "Dal Shabet", "F-ve Dolls", "M&D", "M.I.B", "My Name", "N-Sonic", "N-Train", "RaNia", "Sistar19", "Stellar", "Super Junior-D&E", "Trouble Maker", "100%", "15&", "24K", "A-Jax", "AOA", "B.A.P", "Big Star", "BtoB", "C-Clown", "Crayon Pop", "Cross Gene", "D-Unit", "EvoL", "EXID", "EXO", "Fiestar", "Gangkiz", "Girls' Generation-TTS", "GLAM", "HELLOVENUS", "JJ Project", "Lunafly", "Mr. Mr.", "NU'EST", "Phantom", "Puretty", "She'z", "Skarf", "Spica", "Sunny Days", "Tahiti", "Tasty", "The SeeYa", "Tiny-G", "Two X", "VIXX", "2Yoon", "5urprise", "AlphaBat", "AOA Black", "BESTie", "Boys Republic", "BTS", "G.I", "History", "Infinite H", "Ladies' Code", "LC9", "M.Pire", "NOM", "QBS", "Royal Pirates", "Speed", "T-ara N4", "Topp Dogg", "Wa$$up", "2000 Won", "4L", "4Ten", "Akdong Musician", "Almeng", "Badkiz", "Berry Good", "B.I.G", "Bigflo", "Bob Girls", "BTL", "D.Holic", "GD X Taeyang", "GOT7", "HeartB", "Hi Suhyun", "High4", "HOTSHOT", "HALO", "Infinite F", "JJCC", "K-Much", "Laboum", "Lip Service", "Lovelyz", "Madtown", "Mamamoo", "Melody Day", "Minx", "Play the Siren", "Red Velvet", "Sonamoo", "The Legend", "ToHeart", "UNIQ", "Wings", "Winner", "April", "Bambino", "Bastarz", "Big Brain", "CLC", "Cupid", "Day6", "DIA", "GFriend", "iKon", "Monsta X", "N.Flying", "Oh My Girl", "PLAYBACK", "Romeo", "Rubber Soul", "Seventeen", "Snuper", "Twice", "UNICORN", "UP10TION", "VAV", "VIXX LR", "AOA Cream", "Astro", "Black Pink", "Bolbbalgan4", "BP Rania", "C.I.V.A", "Cosmic Girls", "EXO-CBX", "Gugudan", "I.B.I", "I.O.I", "Imfact", "KNK", "MASC", "MOBB", "Momoland", "NCT", "Nine Muses A", "Pentagon", "SF9", "The East Light", "Unnies", "Victon", "Vromance", "A.C.E", "Be.A", "Dream Catcher", "Duetto", "ELRIS", "Favorite", "Fromis", "Golden Child", "Good Day", "Gugudan Ogu-ogu", "Hash Tag", "HONEYST", "Highlight", "IN2IT", "IZ", "JBJ", "K.A.R.D", "Longguo & Shihyun", "MVP", "MXM", "MYTEEN", "NU'EST W", "ONF", "P.O.P", "Pristin", "Rainz", "S.I.S", "Seven O'Clock", "The Boyz", "Top Secret", "TRCNG", "Triple H", "Wanna One", "Weki Meki"] girl_groups: [2NB", "2NE1", "2Yoon", "4L ", "4Minute", "4Ten", "15&", "After School ", "AOA", "AOA Black", "AOA Cream", "Apink", "April", "As One", "Baby Vox", "Baby Vox Re.V", "Badkiz", "Bambino", "The Barberettes", "Berry Good", "Bestie", "Big Mama", "Black Pearl", "Black Pink", "Blady", "Bob Girls", "Bolbbalgan4", "BP Rania", "Brave Girls", "Brown Eyed Girls", "C-REAL ", "Chakra", "Chocolat", "CLC", "Cleo", "Cosmic Girls", "Crayon Pop", "Cupid ", "D-Unit", "D.Holic", "Dal Shabet", "Davichi", "Dia", "Diva", "Dreamcatcher", "Elris", "EvoL", "EXID", "F-ve Dolls", "F(x)", "Favorite", "Fiestar", "Fin.K.L", "Fromis", "Gangkiz", "Gavy NJ", "GFriend", "GI", "Girl Friends", "Girl's Day", "Girls Girls", "Girls' Generation", "Girls' Generation-TTS", "Glam", "Good Day", "GP Basic", "The Grace", "Gugudan", "Hash Tag", "Hello Venus", "Hi Suhyun", "I.B.I", "I.O.I", "Isak N Jiyeon", "Jewelry", "JQT", "Kara", "Kiss", "Laboum", "Ladies' Code", "Lip Service", "Loona", "Lovelyz", "LPG", "Luv", "Mamamoo", "Melody Day", "Milk", "Miss A", "Miss S", "Momoland", "Nine Muses", "Nine Muses A", "Oh My Girl", "Orange Caramel", "P.O.P", "Papaya", "Playback", "Pristin", "Pungdeng-E", "Puretty", "QBS", "Rainbow", "Red Velvet", "Rubber Soul", "S.E.S.", "S.I.S", "Secret", "SeeYa", "The SeeYa", "She'z", "Shinvi", "Sistar", "Sistar19", "Skarf", "Sonamoo", "Sorea Band", "Spica", "Stellar", "Sugar", "Sunny Days", "Sunny Hill", "T-ara", "T-ara N4", "T.T.Ma", "Tahiti", "Draft:THE ARK", "Tiny-G", "Twice", "Two X", "Unicorn", "Wassup", "Weki Meki", "Wink", "Wonder Girls"] boy_bands: ["1TYM", "2AM", "2PM", "4Men", "5tion", "5urprise", "24K", "100%", "2000 Won", "A-Jax", "A.cian", "Ace", "AlphaBat", "Apeace", "Astro", "B.A.P", "B.I.G", "B1A4", "Bastarz", "Battle", "Be.A", "Beatwin", "Big Bang", "Big Star", "Bigflo", "Black Beat", "Block B", "The Blue", "The Boss", "Boyfriend", "Boys Republic", "Boys24", "The Boyz", "Brown Eyed Soul", "Brown Eyes", "BTL", "BtoB", "BTS", "C-Clown", "Can", "Click-B", "CNBLUE", "Cross Gene", "DMTN", "Day6", "December", "Double S 301", "Double-A", "The East Light", "Every Single Day", "Exo", "EXO-CBX", "F.Cuz", "Flower", "Fly to the Sky", "GD & TOP", "GD X Taeyang", "G.o.d", "Golden Child", "Got7", "H.O.T.", "Halo", "HeartB", "High4", "Highlight", "History", "Homme", "Honey G", "HONEYST", "Hotshot ", "IKon", "Imfact", "IN2IT", "Infinite", "Infinite F", "Infinite H", "IZ ", "J-Walk", "JBJ", "JJ Project", "JJCC", "JnC", "JtL", "JYJ", "KNK", "K'Pop", "LC9", "Ledt", "The Legend", "Lunafly", "M.Pire", "M4M", "Madtown", "M&D", "MAP6", "MAS", "MASC", "MBLAQ", "MC the Max", "Monday Kiz", "Monsta X", "Mr. Mr", "MVP", "Myname", "Myteen", "N-Sonic", "N-Train", "N.Flying", "NCT ", "Noel", "NOM", "NRG", "NU'EST", "One Way", "ONF", "Pentagon", "Rainz", "Rok Kiss", "Romeo", "Sechs Kies", "Seven O'Clock", "Seventeen", "SF9", "SG Wannabe", "Shinee", "Shinhwa", "Shu-I", "Snuper", "Speed", "SS501", "Super Junior", "Super Junior-D&E", "Super Junior-H", "Super Junior-K.R.Y.", "Super Junior-M", "Super Junior-T", "Supernova ", "Sweet Sorrow", "T-max", "Tasty ", "Teen Top", "Toheart ", "Top Secret ", "Topp Dogg", "Touch", "TRCNG", "Tritops ", "TVXQ", "U-KISS", "Ulala Session", "UN ", "Uniq ", "UP10TION", "V.O.S ", "Varsity", "VAV ", "Vibe ", "Victon", "VIXX", "VIXX LR", "Voisper", "Vromance", "Wanna One", "Wanted", "Winner", "Yurisangja", "ZE:A" ] solo: ["Ailee", "Ajoo", "Alexander Lee Eusebio", "Ali", "Amber Liu", "Bada", "Bae Suzy", "Bae Seul-ki", "Baek Ji-young", "Bang Yong Guk", "Bi", "Baro", "Bizniz", "BoA", "Byul", "Byun Baek-hyun", "Brian Joo", "Baek A-yeon", "Boom", "Bora", "Bang Cheol Yong", "Chae Jung-an", "Chae Yeon", "Chen", "Cho Yong-pil", "CNU", "Choi Minho", "Choi Sulli", "Cho Kyuhyun", "Choi Siwon", "Choi Soo-young", "Choi Min-hwan", "Choi Jong-hoon", "Crush", "Dae Sung", "Dana", "Dara", "Do Kyung-soo", "Dean", "Dok2", "Drunken Tiger", "Eru", "Eugene", "Eunhyuk", "Eun Ji Won", "E.via", "Eric Nam", "Fat Cat", "G.NA", "Gary", "Gil Seong-joon", "Gummy", "G-Dragon", "Goo Ha-ra", "Gain", "G.O", "Gongchan", "Han Seungyeon", "Ham Eun-jeong", "Han Sunhwa", "Ha Ji-won", "Haha", "Henry Lau", "Heo Ga Yoon", "Heo Young Saeng", "Heo Young-ji", "Hong Jin-Young", "Hong Kyung Min", "Hoon", "Hyolyn", "Hyomin", "Hyun Bin", "Huh Gak", "Hwangbo", "Hwang Chansung", "Tiffany Hwang", "Hwanhee", "Hwayobi", "Hyun Young", "Hyelim", "Im Chang-jung", "Im Yoona", "Insooni", "IU", "Ivy", "J", "JB", "Jr.", "Jang Dong-woo", "Jang Keun-suk", "Jang Hyun-seung", "Jang Na-ra", "Jang Woo Hyuk", "Jang Wooyoung", "Jang Yun-jeong", "Jeon Boram", "Jeon Hye Bin", "Jia", "Jeon Ji Yoon", "Jeong Jinwoon", "Jessica Jung", "J-Min", "Jo Eun Byul", "Jo Kwon", "Jo Sungmo", "JOO", "Joy", "John Park", "Jonghyun", "Joo Hyun-Mi", "Jun Jin", "Jun Hyoseong", "Jun.K", "Jung Daehyun", "Jung Hana", "Jinyoung", "Nicole Jung", "Jung Yong-hwa", "Juniel", "K", "Kai", "Kim Jungah", "KCM", "Kahi", "Kan Mi-youn", "Kang Min-hyuk", "Kang Seung-yoon", "Kang Sung-hoon", "Kangin", "Kangta", "Key", "Kibum", "Kim Ah-joong", "Kim Bum", "Kim Bum-soo", "Kim C", "Kim Dong-ryool", "Kim Dong-wan", "Kim Gun-mo", "Kim Heechul", "Kim Himchan", "Kim Hyoyeon", "Kim Hyuna", "Kim Hyun-joong", "Kim Hyung-jun", "Kim Jaejoong", "Kim Jong-kook", "Kim Joon", "Kim Junsu", "Kim Kyu-jong", "Kim Kyung-ho", "Kim Myung-soo", "Kim Ryeowook", "Kim Tae-woo", "Kim Tae-yeon", "Kim Seol-hyun", "Kim Soo-hyun", "Kim Sung-kyu", "Kim Taeyeon", "Kim Yeonji", "Kwon So-hyun", "Kim Young-sook", "Krystal Jung", "Kwon Mina", "Kwon Yuri", "K.Will", "Lay", "Lee Jooyeon", "Lee Chae-rin", "Lee Dong-gun", "Lee Donghae", "Lee Gi-kwang", "Lee Min-young", "Lee Hi", "Lee Howon", "Lee Hong-gi", "Lee Hyori", "Lee Hyun", "Lee Jae-jin", "Lee Jae-won", "Lee Ji-hoon", "Lee Jin", "Lee Jong-hyun", "Lee Joon", "Lee Junho", "Lee Jung", "Lee Jung-hyun", "Lee Joon-gi", "Lee Ki-chan", "Lee Min-ho", "Lee Min-woo", "Lee Seung-hoon", "Lee Seung-chul", "Lee Seung-gi", "Lee Seung-hyun", "Lee Soo-young", "Lee Sora", "Lee Sung-jong", "Lee Sungmin", "Lee Sung-yeol", "Lee Tae-min", "Leeteuk", "Lena Park", "Lexy", "Lim Jeong-hee", "Luna", "Lyn", "MC Mong", "MC Sniper", "Min Hae Kyung", "Min Hyorin", "Min Hyuk", "Minzy", "Mina", "Minwoo", "Moon Ga-young", "Moon Hee Jun", "Moon Jong Up", "Nam Ji-hyun", "Nam Woo-hyun", "Nana", "Narsha", "Nichkhun Horvejkul", "Nicole", "Nicky Lee", "No Minwoo", "NS Yoon-G", "Oh Se-hun", "Onew", "Outsider", "Park Bom", "Park Chan-yeol", "Park Choa", "Park Gyu-ri", "Park Jung-ah", "Park Jung-min", "Park Ji-yeon", "Park Ji-yoon", "Park Jin-young", "Park Junyoung", "Park Yong-ha", "Jay Park", "Park Shin-hye", "Park Myeong-su", "Park Soyeon", "Psy", "Qri", "Raina", "Rain", "Rap Monster", "Roh Ji Hoon", "Ryu Si-won", "Ryu Hwayoung", "Ryu Hyoyoung", "Sandeul", "Se7en", "Seo Joohyun", "Seo Hyo-rim", "Seo In-guk", "Seo In-young", "Seo Ji-young", "Seo Yuna", "Seomoon Tak", "Seo Taiji", "Seungho", "Shim Changmin", "Shim Eun-jin", "Shin Dongho", "Shin Dong-hee", "Shin Hae-chul", "Shin Hye-jeong", "Shin Hye-sung", "Shin Ji", "Shin Ji-min", "Shin Seung-hun", "Shoo", "Sim Soo-bong", "So Chan-whee", "Sohee", "Solbi", "Son Dam-bi", "Son Dong-woon", "Son Hoyoung", "Song Jieun", "Song Ji-hyo", "Song Joong-ki", "Song Min-ho", "Song Seung-hyun", "Suho", "Sung Si-kyung", "Sung Yu-ri", "Sunny", "T.O.P", "Tablo", "Tae Bin", "Taecyeon", "Tae Jin Ah", "Taegoon", "Taeyang", "Tasha Reid", "Tim", "Tony An", "Thunder", "Uee", "U;Nee", "Uhm Jung-hwa", "Victoria Song", "Wax", "Wendy", "Wheesung", "Wang Fei Fei", "Woo Sung-hyun", "Xiumin", "Yang Hyun-suk", "Yang Yo-seob", "Yeon Woo", "Yesung", "Yim Jae-beom", "Yoo Ara", "Yoo Chae-yeong", "Yoo Seung-jun", "Yoo Young-jae", "Yoon Eun-hye", "Yoon Mi-rae", "Yong Jun-hyung", "Yoochun", "You Hee-yeol", "Younha", "Yubin", "Yoo Seung-ho", "Yunho", "Yoon Doo-joon", "Yeeun", "Yangpa", "Zelo", "Zhou Mi", "Zia", "Zion.T"] faker-1.9.1/lib/locales/en/league_of_legends.yml000066400000000000000000000104321332146201300215510ustar00rootroot00000000000000en: faker: league_of_legends: champion: ["Aatrox", "Ahri", "Akali", "Alister", "Amumu", "Anivia", "Annie", "Ashe", "Aurelion Sol", "Azir", "Bard", "Blitzcrank", "Brand", "Braum", "Caitlyn", "Camille", "Cassiopeia", "Cho-Gath", "Corki", "Darius", "Diana", "Dr. Mundo", "Draven", "Ekko", "Elise", "Evelynn", "Ezreal", "Fiddlesticks", "Fiora", "Fizz", "Galio", "Gangplank", "Garen", "Gnar", "Gragas", "Graves", "Hecarim", "Heimerdinger", "Illaoi", "Irelia", "Ivern", "Janna", "Jarvan IV", "Jax", "Jayce", "Jhin", "Jinx", "Kalista", "Karma", "Karthus", "Kassadin", "Katarina", "Kayle", "Kennen", "Kha'Zix", "Kindred", "Kled", "Kog'Maw", "LeBlanc", "Lee Sin", "Leona", "Lissandra", "Lucian", "Lulu", "Lux", "Malphite", "Malzahar", "Maokai", "Master Yi", "Miss Fortune", "Mordekaiser", "Morgana", "Nami", "Nasus", "Nautilus", "Nidalee", "Nocturne", "Nunu", "Olaf", "Orianna", "Pantheon", "Poppy", "Quinn", "Rammus", "Rek'Sai", "Renekton", "Rengar", "Riven", "Rakan", "Rumble", "Ryze", "Sejuani", "Shaco", "Shen", "Shyvanna", "Singed", "Sion", "Sivir", "Skarner", "Sona", "Soraka", "Swain", "Syndra", "Tahm Kench", "Taliyah", "Talon", "Taric", "Teemo", "Thresh", "Tristana", "Trundle", "Tryndamere", "Twisted Fate", "Twitch", "Udyr", "Urgot", "Varus", "Vayne", "Veigar", "Vel'Koz", "Vi", "Viktor", "Vladimir", "Volibear", "Warwick", "Wukong", "Xayah", "Xerath", "Xin Zhao", "Yasuo", "Yorick", "Zac", "Zed", "Ziggs", "Zilean", "Zyra"] location: ["Demacia", "Noxus", "Shadow Isles", "Valoran", "Runeterra", "Bandle City", "Bilgewater", "Freljord", "Ionia", "Mount Targon", "Piltover", "Lokfar", "Zaun"] quote: ["Purge the unjust.", "By my will, this shall be finished!", "You only have to click once, fool!", "My right arm is a lot stronger than my left.", "Ready to set the world on fire...", "The early bird guts the worm!", "Don't you trust me?", "Welcome to Summoners Rift!", "Have you seen my Bear Tibbers?", "NOM NOM NOM", "Defy Noxus and taste your own blood.", "Behold the might of the shadow isles.", "Who wants a piece of the champ?!", "Come on, live a little... while you can!", "Master yourself, master the enemy.", "Blindness is no impairment against a smelly enemy.", "ok.", "Caught between a rock... and a hard place.", "Mundo will go where he pleases!", "Mundo say his own name a lot, or else he forget! Has happened before.", "A man, a woman and a yordle walk into the sun. They die! Because it burns them alive? heh heh heh heh", "The cycle of life and death continues. We will live, they will die.", "My profession?! You know, now that I think of it, I've always wanted to be a baker.", "Tonight we hunt!", "Monsters can be made to fear.", "How about a drink?", "Captain Teemo on duty.", "Hut, two, three, four. Yes, sir!", "I'll scout ahead!", "That's gotta sting.", "Never underestimate the power of the Scout's code.", "I suppose you're expecting some inBEARable pun?", "It's not how much you can lift. It's how good you look!", "Welcome to the League of Draven.", "Not Draven; Draaaaven.", "Who wants some Draven? Heheheh.", "Subtle? I don't do subtle."] summoner_spell: ["Teleport", "Exhaust", "Barrier", "Smite", "Flash", "Ignite", "Clarity", "Mark", "To the King!", "Ghost", "Heal", "Poro Toss", "Cleanse"] masteries: ["Battle Trance", "Double Edged Sword", "Bounty Hunter", "Fresh Blood", "Expose Weakness", "Feast", "Warlord's Bloodlust", "Fervor of Battle", "Deathfire Touch", "Greenfather's Gift", "Dangerous Game", "Bandit", "Courage of the Colossus", "Stoneborn Pact", "Grasp of the Undying", "Siegemaster", "Tough Skin", "Explorer", "Assassin", "Secret Stash", "Runic Affinity", "Windspeaker's Blessing", "Thunderlord's Decree", "Stormraider's Surge", "Fearless", "Unyielding", "Meditation", "Battering Blows", "Piercing Thoughts", "Insight", "Perseverance", "Intelligence", "Precision", "Sorcery", "Vampirism", "Fury", "Natural Talent", "Savagery", "Wanderer", "Merciless", "Recovery", "Legendary Guardian", "Swiftness", "Runic Armor", "Veteran's Scars"] rank: ["Bronze V", "Bronze IV", "Bronze III", "Bronze II", "Bronze I", "Silver V", "Silver IV", "Silver III", "Silver II", "Silver I", "Gold V", "Gold IV", "Gold III", "Gold II", "Gold I", "Platinum V", "Platinum IV", "Platinum III", "Platinum II", "Platinum I", "Diamond V", "Diamond IV", "Diamond III", "Diamond II", "Diamond I", "Master", "Challenger"] faker-1.9.1/lib/locales/en/lebowski.yml000066400000000000000000000052541332146201300177470ustar00rootroot00000000000000en: faker: lebowski: actors: ['Jeff Bridges', 'John Goodman', 'Julianne Moore', 'Steve Buscemi', 'David Huddleston', 'Philip Seymour Hoffman', 'Tara Reid', 'Flea', 'Peter Stormare', 'John Turturro', 'Ben Gazzara'] characters: ['The Dude', 'Walter Sobchak', 'Maude Lebowski', 'Donny', 'The Big Lebowski', 'Brandt', 'Bunny Lebowski', 'Karl Hungus', 'Jesus Quintana', 'Jackie Treehorn'] quotes: [ "He's a good man...and thorough.", "Hey, I know that guy. He's a nihilist. Karl Hungus.", "Mr. Treehorn treats objects like women, man.", "Is this your homework, Larry?", "Yeah, well, that's just, like, your opinion, man.", "Mark it zero!", "So then you have no frame of reference here Donny. You're like a child who wonders into the middle of a movie.", "You want a toe? I can get you a toe, believe me. There are ways, Dude. You don't wanna know about it, believe me.", "Hell, I can get you a toe by 3 o'clock this afternoon...with nail polish.", "Calmer than you are.", "I'm perfectly calm, Dude.", "You are entering a world of pain.", "This aggression will not stand, man.", "Obviously, you're not a golfer", "Mind if I do a J?", "This is not 'Nam. This is bowling. There are rules.", "Look, let me explain something to you. I'm not Mr. Lebowski. You're Mr. Lebowski. I'm the Dude.", "I'm the dude, so that's what you call me. That or, uh His Dudeness, or uh Duder, or El Duderino, if you're not into the whole brevity thing.", "This is a very complicated case Maude. You know, a lotta ins, a lotta outs, lotta what-have-yous.", "Eight-year-olds, Dude.", "Careful man, there's a beverage here!", "The Dude abides.", "That rug really tied the room together.", "I mean, say what you want about the tenets of National Socialism, Dude, at least it's an ethos.", "Forget it, Donny, you're out of your element!", "I don't like your jerk-off name. I don't like your jerk-off face. And I don't like you...jerk-off.", "Three thousand years of beautiful tradition, from Moses to Sandy Koufax.", "I am the walrus", "V.I. Lenin. Vladimir! Ilyich! Ulyanov!", "Oh, the usual. I bowl. Drive around. The occasional acid flashback.", "So what are you saying? When you get divorced you turn in your library card? You get a new license? You stop being Jewish?", "You know, Dude, I myself dabbled in pacifism once. Not in 'Nam of course.", "Stay away from my special lady friend, man.", "I don't roll on Shabbos!" ] faker-1.9.1/lib/locales/en/lord_of_the_rings.yml000066400000000000000000000115451332146201300216160ustar00rootroot00000000000000en: faker: lord_of_the_rings: characters: ["Frodo Baggins", "Gandalf the Grey", "Samwise Gamgee", "Meriadoc Brandybuck", "Peregrin Took", "Aragorn", "Legolas", "Gimli", "Boromir", "Sauron", "Gollum", "Bilbo Baggins", "Tom Bombadil", "Glorfindel", "Elrond", "Arwen Evenstar", "Galadriel", "Saruman the White", "Éomer", "Théoden", "Éowyn", "Grìma Wormtongue", "Shadowfax", "Treebeard", "Quickbeam", "Shelob", "Faramir", "Denethor", "Beregond", "Barliman Butterbur"] locations: ["Aglarond", "Aldburg", "Andustar", "Angband", "Argonath", "Bag End", "Barad-dûr", "Black Gate", "Bridge of Khazad-dûm", "Carchost", "Cirith Ungol", "Coldfells", "Crack of Doom", "Dark Land", "Dol Guldur", "Dome of Stars", "Doors of Durin", "Doriath", "East Beleriand", "Eastfarthing", "East Road", "Eithel Sirion", "Elostirion", "Enchanted Isles", "Endless Stair", "Eä", "Falls of Rauros", "Fens of Serech", "Field of Celebrant", "Fords of Isen", "The Forsaken Inn", "Gap of Rohan", "Gladden Fields", "Gorgoroth", "Greenway", "Haudh-en-Nirnaeth", "Haven of the Eldar", "Helm's Deep", "Henneth Annûn", "Hobbit-hole", "Houses of Healing", "Hyarnustar", "Ilmen", "Inn of the Prancing Pony", "Isengard", "Isenmouthe", "Isle of Balar", "Land of the Sun", "Losgar", "Luthany", "Lothlorièn", "Maglor's Gap", "Marish", "Meduseld", "Minas Tirith", "Minhiriath", "Máhanaxar", "Narchost", "Nargothrond", "Núath", "Old Ford", "Old Forest", "Old Forest Road", "Orthanc", "Parth Galen", "Paths of the Dead", "Pelennor Fields", "Rath Dínen", "Regions of the Shire", "Rivendell", "The Rivers and Beacon-Hills of Gondor", "Sarn Ford", "Taur-en-Faroth", "Taur-im-Duinath", "Timeless Halls", "Tol Brandir", "Tol Galen", "Tol Morwen", "Tol-in-Gaurhoth", "Tumladen", "Utumno", "Vaiya", "Vista", "The Void", "Warning beacons of Gondor"] quotes: ["Often does hatred hurt itself!", "Go now, and die in what way seems best to you.", "Memory is not what the heart desires. That is only a mirror....", "Dwarves’ tongues run on when speaking of their handiwork, they say.", "But all’s well as ends well", "Sing, all ye children of the West", "...and all the stars flowered in the sky.", "Clothes are but little loss, if you escape from drowning.", "The wolf that one hears is worse than the orc that one fears. - Boromir", "I don't keep water in my pockets.", "For he gave it up in the end of his own accord: an important point. No,", "I could not 'make' you--except by force, which would break your mind.", "Their faces were as a rule good-natured rather than beautiful.", "The Lord of the Ringwraiths had met his doom.", "Many that live deserve death. And some that die deserve life", "Short cuts make delays, but inns make longer ones.", "But where the warg howls, there also the orc prowls. - Aragorn", "In winter here no heart could mourn for summer or for spring.","his old life lay behind in the mists, dark adventure lay in front.", "I sang of leaves, of leaves of gold, and leaves of gold there grew", "Someone else always has to carry on the story.", "It's the job that's never started as takes longest to finish.", "Moonlight drowns out all but the brightest stars.", "Fear nothing! Have peace until the morning! Heed no nightly noises!", "I’ll get there, if I leave everything but my bones behind,", "NO ADMITTANCE EXCEPT ON PARTY BUSINESS.", "Real names tell you the story of the things they belong to", "Deeds will not be less valiant because they are unpraised.", "Even the smallest person can change the course of the future.", "Who knows? Have patience. Go where you must go, and hope!", "Yet dawn is ever the hope of men,’ said Aragorn.", "You will soon be well, if I do not talk you to death.", "Memory is not what the heart desires. That is only a mirror,", "You have shown your usual cunning in getting up just in time for a meal.", "The great storm is coming, but the tide has turned.", "...as young and as ancient as Spring....", "Why couldn’t he stop talking and let them drink his health?", "Not all those who wander are lost", "But in this at least thou shalt not defy my will: to rule my own end.", "I look foul and feel fair.","It's the job that's never started as takes longest to finish.", "Moonlight drowns out all but the brightest stars.", "I didn't think it would end this way.", "Home is behind, the world ahead", "All's well that ends better.", "I want to be a healer, and love all things that grow and are not barren.", "Where there's life there's hope, and need of vittles.", "A hunted man sometimes wearies of distrust and longs for friendship.", "The leaves were long, the grass was green", "Begone, foul dwimmerlaik, lord of carrion! Leave the dead in peace!", "The world is indeed full of peril and in it there are many dark places.", "To the sea, to the sea! The white gulls are crying", "Do not scorn pity that is the gift of a gentle heart, Éowyn!", "I wish the Ring had never come to me. I wish none of this had happened."] faker-1.9.1/lib/locales/en/lorem.yml000066400000000000000000000217721332146201300172510ustar00rootroot00000000000000en: faker: lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] punctuation: space: ' ' period: '.' question_mark: '?' faker-1.9.1/lib/locales/en/lovecraft.yml000066400000000000000000000020321332146201300201040ustar00rootroot00000000000000en: faker: lovecraft: fhtagn: ["Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"] deity: ["Azathoth", "Cthulhu", "Dagon", "Hastur", "Nyarlathotep", "Shub-Niggurath", "Tsathoggua", "Yog-Sothoth"] location: ["Arkham", "Dunwich", "Innsmouth", "Kadath", "Kingsport", "Leng", "Miskatonic", "R’lyeh", "Yuggoth", "Irem"] tome: ["Necronomicon", "Pnakotic Manuscripts", "De Vermis Mysteriis", "Book of Eibon", "Eltdown Shards"] words: ["abnormal", "accursed", "amorphous", "antediluvian", "antiquarian", "blasphemous", "cat", "charnel", "comprehension", "cyclopean", "dank", "decadent", "daemoniac", "effulgence", "eldritch", "fainted", "foetid", "fungus", "furtive", "gambrel", "gibbous", "gibbering", "hideous", "immemorial", "indescribable", "iridescence", "loathsome", "lurk", "madness", "manuscript", "mortal", "nameless", "noisome", "non-euclidean", "shunned", "singular", "spectral", "squamous", "stench", "stygian", "swarthy", "tenebrous", "tentacles", "ululate", "unmentionable", "unnamable", "unutterable"] faker-1.9.1/lib/locales/en/markdown.yml000066400000000000000000000001761332146201300177500ustar00rootroot00000000000000en: faker: markdown: headers: ["#", "##", "###", "####", "#####", "######"] emphasis: ["_", "~", "*", "**"] faker-1.9.1/lib/locales/en/matz.yml000066400000000000000000000117111332146201300170760ustar00rootroot00000000000000en: faker: matz: quotes: [ "I believe consistency and orthogonality are tools of design, not the primary goal in design.", "From the viewpoint of what you can do, therefore, languages do differ - but the differences are limited. For example, Python and Ruby provide almost the same power to the programmer.", "The orthogonal features, when combined, can explode into complexity.", "I didn't work hard to make Ruby perfect for everyone, because you feel differently from me. No language can be perfect for everyone. I tried to make Ruby perfect for me, but maybe it's not perfect for you. The perfect language for Guido van Rossum is probably Python.", "Because of the Turing completeness theory, everything one Turing-complete language can do can theoretically be done by another Turing-complete language, but at a different cost. You can do everything in assembler, but no one wants to program in assembler anymore.", "Ruby inherited the Perl philosophy of having more than one way to do the same thing. I inherited that philosophy from Larry Wall, who is my hero actually. I want to make Ruby users free. I want to give them the freedom to choose.", "You want to enjoy life, don't you? If you get your job done quickly and your job is fun, that's good isn't it? That's the purpose of life, partly. Your life is better.", "People are different. People choose different criteria. But if there is a better way among many alternatives, I want to encourage that way by making it comfortable. So that's what I've tried to do.", "In our daily lives as programmers, we process text strings a lot. So I tried to work hard on text processing, namely the string class and regular expressions. Regular expressions are built into the language and are very tuned up for use.", "Most of the tasks we do are for humans. For example, a tax calculation is counting numbers so the government can pull money out from my wallet, but government consists of humans.", "Actually, I didn't make the claim that Ruby follows the principle of least surprise. Someone felt the design of Ruby follows that philosophy, so they started saying that. I didn't bring that up, actually.", "Smart people underestimate the ordinarity of ordinary people.", "Language designers want to design the perfect language. They want to be able to say, 'My language is perfect. It can do everything.' But it's just plain impossible to design a perfect language, because there are two ways to look at a language. One way is by looking at what can be done with that language. The other is by looking at how we feel using that language-how we feel while programming.", "I believe that the purpose of life is, at least in part, to be happy. Based on this belief, Ruby is designed to make programming not only easy but also fun. It allows you to concentrate on the creative side of programming, with less stress.", "Most programs are not write-once. They are reworked and rewritten again and again in their lived. Bugs must be debugged. Changing requirements and the need for increased functionality mean the program itself may be modified on an ongoing basis. During this process, human beings must be able to read and understand the original code. It is therefore more important by far for humans to be able to understand the program than it is for the computer.", "I hope to see Ruby help every programmer in the world to be productive, and to enjoy programming, and to be happy. That is the primary purpose of Ruby language.", "Man is driven to create; I know I really love to create things. And while I'm not good at painting, drawing, or music, I can write software.", "It is not the responsibility of the language to force good looking code, but the language should make good looking code possible.", "Plant a memory, plant a tree, do it today for tomorrow.", "Imagine you are writing an email. You are in front of the computer. You are operating the computer, clicking a mouse and typing on a keyboard, but the message will be sent to a human over the internet. So you are working before the computer, but with a human behind the computer.", "Often people, especially computer engineers, focus on the machines. But in fact we need to focus on humans, on how humans care about doing programming or operating the application of the machines.", "Everyone has an individual background. Someone may come from Python, someone else may come from Perl, and they may be surprised by different aspects of the language. Then they come up to me and say, 'I was surprised by this feature of the language, so therefore Ruby violates the principle of least surprise.' Wait. Wait. The principle of least surprise is not for you only.", "Sometimes people jot down pseudo-code on paper. If that pseudo-code runs directly on their computers, its best, isn't it? Ruby tries to be like that, like pseudo-code that runs. Python people say that too." ] faker-1.9.1/lib/locales/en/measurement.yml000066400000000000000000000010471332146201300204510ustar00rootroot00000000000000en: faker: measurement: height: ["inch", "foot"] length: ["yard", "foot", "mile"] volume: ["cup", "tablespoon", "teaspoon", "quart", "pint", "gallon", "fluid ounce"] weight: ["pound", "ounce", "ton"] metric_height: ["centimeter", "meter"] metric_length: ["millimeter", "centimeter", "decimeter", "meter", "dekameter", "hectometer", "kilometer"] metric_volume: ["milliliter", "liter"] metric_weight: ["milligram", "centigram", "decigram", "gram", "dekagram", "hectogram", "kilogram", "metric ton"] faker-1.9.1/lib/locales/en/michael_scott.yml000066400000000000000000000072611332146201300207460ustar00rootroot00000000000000en: faker: michael_scott: quotes: [ "Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me.", "Dwight, you ignorant slut!", "If I had a gun with two bullets and I was in a room with Hitler, Bin Laden, and Toby, I would shoot Toby twice.", "You wanna hear a lie? ... I...think you're great. You're my best friend.", "Webster's Dictionary defines wedding as: The fusing of two metals with a hot torch.", "Sometimes I'll start a sentence and I don't even know where it's going. I just hope I find it along the way.", "There were these huge bins of clothes and everybody was rifling through them like crazy. And I grabbed one and it fit! So I don't think that this is totally just a woman's suit. At the very least it's bisexual.", "The worst thing about prison was the Dementors. They were flying all over the place and they were scary and they'd come down and they'd suck the soul out of your body and it hurt!", "I feel like all my kids grew up, and then they married each other. It's every parents' dream.", "You don't know me, you've just seen my penis.", "St. Patrick's Day is the closest thing the Irish have to Christmas.", "I am Beyoncé, always.", "And I knew exactly what to do. But in a much more real sense, I had no idea what to do.", "When the son of the deposed king of Nigeria emails you directly, asking for help, you help! His father ran the freaking country! Ok?", "I have cause. It is beCAUSE I hate him.", "I am running away from my responsibilities. And it feels good.", "Society teaches us that having feelings and crying is bad and wrong. Well, that's baloney, because grief isn't wrong. There's such a thing as good grief. Just ask Charlie Brown.", "Saw Inception. Or at least I dreamt I did.", "I'm an early bird and I'm a night owl. So I'm wise and I have worms.", "Number 8. Learn how to take off a woman's bra: You just twist your hand until something breaks.", "I love my employees even though I hit one of you with my car.", "You know what they say. 'Fool me once, strike one, but fool me twice...strike three.", "I am downloading some NP# music.", "I am dead inside.", "WHERE ARE THE TURTLES?!", "Welcome back, Jerky Jerk-Face.", "Should have burned this place down when I had the chance.", "Well, just tell him to call me as asap as possible.", "Well, happy birthday, Jesus. Sorry your party's so lame.", "Do you think that doing alcohol is cool?", "I love inside jokes. Love to be a part of one someday.", "That's what she said.", "No, I'm not going to tell them about the downsizing. If a patient has cancer, you don't tell them.", "There is no such thing as an appropriate joke, that's why it's a joke.", "You may look around and see two groups here: white collar, blue collar. But I don't see it that way, and you know why not? Because I am collar-blind.", "I would not miss it for the world. But if something else came up I would definitely not go.", "I don't come up with this stuff, I just forward it along. You wouldn't arrest the guy who was just passing drugs from one guy to another.", "Make friends first, make sales second, make love third. In no particular order.", "It's a pimple, Phyllis. Avril Lavigne gets them all the time and she rocks harder than anyone alive.", "Wikipedia is the best thing ever. Anyone in the world can write anything they want about any subject. So you know you are getting the best possible information." ]faker-1.9.1/lib/locales/en/military.yml000066400000000000000000000041211332146201300177520ustar00rootroot00000000000000en: faker: military: army_rank: ["Private","Private First Class","Specialist","Corporal","Sergeant","Staff Sergeant","Sergeant First Class","Master Sergeant","First Sergeant","Sergeant Major","Command Sergeant Major","Sergeant Major of the Army","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General","General of the Army","General of the Armies"] marines_rank: ["Private","Private First Class","Lance Corporal","Corporal","Sergeant","Staff Sergeant","Gunnery Sergeant","Master Sergeant","First Sergeant","Master Gunnery Sergeant","Sergeant Major","Sergeant Major of the Marine Corps","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General"] navy_rank: ["Seaman Recruit","Fireman Recruit","Airman Recruit","Constructionman Recruit","Seaman Apprentice","Fireman Apprentice","Airman Apprentice","Constructionman Apprentice","Seaman","Fireman","Airman","Constructionman","Petty Officer Third Class","Petty Officer Second Class","Petty Officer First Class","Chief Petty Officer","Senior Petty Officer","Master Chief Petty Officer","Command Senior Chief Petty Officer","Command Master Chief Petty Officer","Fleet Master Chief Petty Officer","Master Chief Petty Officer of the Navy","Ensign","Lieutenant","Lieutenant Commander","Commander","Captain","Rear Admiral","Vice Admiral","Admiral","Fleet Admiral","Admiral of the Navy"] air_force_rank: ["Airman Basic","Airman First Class","Senior Airman","Staff Sergeant","Technical Sergeant","Master Sergeant","Senior Master Sergeant","Chief Master Sergeant","Command Chief Master Sergeant","Chief Master Sergeant of the Air Force","Second Lieutenant","First Lieutenant","Captain","Major","Lieutenant Colonel","Colonel","Brigadier General","Major General","Lieutenant General","General","General of the Air Force"] dod_paygrade: ["E-1","E-2","E-3","E-4","E-5","E-6","E-7","E-8","E-9","O-1","O-2","O-3","O-4","O-5","O-6","O-7","O-8","O-9","O-10","Special"] faker-1.9.1/lib/locales/en/most_interesting_man_in_the_world.yml000066400000000000000000000146141332146201300251150ustar00rootroot00000000000000en: faker: most_interesting_man_in_the_world: quotes: [ "His only regret is not knowing what regret feels like.", "When in Rome, they do as HE does", "He is considered a national treasure in countries he’s never visited.", "He has won the lifetime achievement award… twice", "He can kill two stones with one bird", "When a tree falls in a forest and no one is there, he hears it", "His lovemaking has been detected by a seismograph", "He once had an awkward moment, just to see how it feels", "He is fluent in all languages, including three that he only speaks", "If opportunity knocks, and he’s not at home, opportunity waits", "Mosquitoes refuse to bite him purely out of respect", "He has taught old dogs a variety of new tricks", "In museums, he is allowed to touch the art", "His business card simply says ‘I’ll Call You”", "If he was to pat you on the back, you would list it on your resume.", "Freemasons strive to learn HIS secret handshake.", "He played a game of Russian Roulette with a fully loaded magnum, and won", "He is the life of parties that he has never attended", "He once won the Tour-de-France, but was disqualified for riding a unicycle", "His organ donation card also lists his beard", "He is left-handed. And right-handed", "Sharks have a week dedicated to him", "Presidents take his birthday off", "Time waits on no one, but him", "He never wears a watch because time is always on his side", "He taught Chuck Norris martial arts", "When he holds a lady’s purse, he looks manly", "He once won a staring contest with his own reflection", "When he meets the Pope, the Pope kisses his ring", "His beard alone has experienced more than a lesser man’s entire body", "Superman has pijamas with his logo", "If he were to punch you in the face you would have to fight off a strong urge to thank him", "He once went to the psychic, to warn her", "His feet don’t get blisters, but his shoes do", "When he drives a car off the lot, its price increases in value", "On every continent in the world, there is a sandwich named after him.", "Once a rattlesnake bit him, after 5 days of excruciating pain, the snake finally died", "His passport requires no photograph", "He gave his father “the talk”", "He can speak Russian… in French", "His signature won a Pulitzer", "Once while sailing around the world, he discovered a short cut", "He once got pulled over for speeding, and the cop got the ticket", "The dark is afraid of him", "If he were to visit the dark side of the moon, it wouldn’t be dark", "He once brought a knife to a gunfight… just to even the odds", "He bowls overhand", "A bird in his hand is worth three in the bush", "He once started a fire using only dental floss and water", "Roses stop to smell him", "Bigfoot tries to get pictures of him", "He once turned a vampire into a vegetarian", "Batman watches Saturday morning cartoons about him", "When he was young he once sent his parents to his room", "His blood smells like cologne", "When he goes to Spain, he chases the bulls", "His shadow has been on the ‘best dressed’ list twice", "Two countries went to war to dispute HIS nationality", "His pillow is cool on BOTH sides", "The Nobel Academy was awarded a prize from HIM", "His mother has a tattoo that says “Son”", "His shirts never wrinkle", "His shirts never wrinkle", "Respected archaeologists fight over his discarded apple cores", "His garden maze is responsible for more missing persons than the bermuda triangle", "He doesn’t believe in using oven mitts, nor potholders", "His cereal never gets soggy. It sits there, staying crispy, just for him", "The police often question him, just because they find him interesting", "He has never walked into a spider web", "The star on his Christmas tree is tracked by NASA", "He’s never lost a game of chance", "He once caught the Loch Ness Monster….with a cane pole, but threw it back", "His wallet is woven out of chupacabra leather", "Cars look both ways for him, before driving down a street", "His 5 de Mayo party starts on the 8th of March", "His tears can cure cancer, too bad he never cries", "His friends call him by his name, his enemies don’t call him anything because they are all dead", "No less than 25 Mexican folk songs have been written about his beard", "He once taught a german shepherd how to bark in Spanish", "The Holy Grail is looking for him", "Werewolves are jealous of his beard", "Once he ran a marathon because it was “on the way”", "He was on a recent archaeological dig and came across prehistoric foot prints that lead out of Africa into all parts of the world. On close inspection, it turned out that the prints were his", "Whatever side of the tracks he’s currently on is the right side, even if he crosses the tracks he’ll still be on the right side", "The circus ran away to join him", "He once made a weeping willow laugh", "He is allowed to talk about the fight club", "His sweat is the cure for the common cold", "While swimming off the coast of Australia, he once scratched the underbelly of the Great White with his right hand", "If he were to say something costs an arm and a leg, it would", "He never says something tastes like chicken.. not even chicken", "Panhandlers give him money", "He once tried to acquire a cold just to see what it felt like, but it didn’t take", "His ten gallon hat holds twenty gallons", "He once won the world series of poker using UNO cards", "He has inside jokes with people he’s never met.", "Bear hugs are what he gives bears", "Even his tree houses have fully finished basements", "He has never waited 15 minutes after finishing a meal before returning to the pool", "He lives vicariously through himself" ] faker-1.9.1/lib/locales/en/movie.yml000066400000000000000000000007731332146201300172500ustar00rootroot00000000000000en: faker: movie: quote: ["Frankly, my dear, I don’t give a damn.", "I'm going to make him an offer he can't refuse.", "Toto, I've got a feeling we're not in Kansas anymore.", "Here's looking at you, kid.", "Go ahead, make my day.", "All right, Mr. DeMille, I'm ready for my closeup.", "May the Force be with you.", "Fasten your seatbelts. It's going to be a bumpy night.", "You talking to me?", "What we've got here is failure to communicate.", "I love the smell of napalm in the morning."] faker-1.9.1/lib/locales/en/music.yml000066400000000000000000000117151332146201300172470ustar00rootroot00000000000000en: faker: music: instruments: ['Electric Guitar', 'Acoustic Guitar', 'Flute', 'Trumpet', 'Clarinet', 'Cello', 'Harp', 'Xylophone', 'Harmonica', 'Accordion', 'Organ', 'Piano', 'Ukelele', 'Saxophone', 'Drums', 'Violin', 'Bass Guitar', 'Oboe'] bands: ["AC/DC", "Adam and the Ants", "Afrika Bambaataa", "Al Foster", "Alan Parsons", "Alex Chilton", "Amy Winehouse", "Annie Lennox", "Arctic Monkeys", "B.B. King", "Bauhaus", "The Beatles", "Beck", "Billy Idol", "The Birthday Party", "Björk", "Blinker The Star", "Blondie", "Blur", "Bob Dylan", "Bob Marley (and the Wailers)", "Brian Wilson", "Bruce Springsteen", "Buzzcocks", "Captain Beefheart", "Carlos Santana", "Cat Anderson", "Cat Stevens", "Catherine Wheel", "Chic", "Chris Isaak", "Chrissie Hynde", "Chuck Berry", "The Clash", "Cliff Richard (and the Shadows)", "Coldplay", "Cootie Williams", "Cortinas", " The", "The Cramps", "The Cranberries", "Cream", "The Cure", "David Bowie", "David Gilmour", "Deepest Blue", "Devo", "Dizzy Gillespie", "Dr Feelgood", "Duke Ellington", "Ed Sheeran", "Ella Fitzgerald", "Elton John", "Elvis Costello", "Elvis Presley", "Eric Clapton", "The Faces", "Fats Domino", "Flaming Lips", "Florence and the Machine", "Foo Fighters", "Frank Sinatra", "Frank Zappa", "Frightened Rabbit", "George Michael", "Grace Jones", "Green Day", "Guns N' Roses", "Herbie Hancock", "Horace Silver", "Hugh Masekela", "Ian Dury", "Iggy Pop", "The Jam", "James Brown", "Jeff Beck", "Jeff Buckley", "Jimi Hendrix", "John Coltrane", "John Lydon", "Johnny Borrell", "Johnny Cash", "Johnny Marr", "Joni Mitchell", "Joy Division", "K.D Lang", "Kasabian", "Kate Bush", "Keith Moon", "Keith Richards", "The Kinks", "Kiss", "The La's", "Led Zeppelin", "Lenny Kravitz", "Leonard Cohen", "Liam Gallagher", "The Libertines", "Madness", "Madonna", "Manic Street Preachers", "Marc Bolan", "Marianne Faithfull", "Marilyn Manson", "The Mars Volta", "Max Roach", "Michael Jackson", "Miles Davis", "Morrissey", "Muddy Waters", "Mumford and Sons", "Muse", "Neil Young", "New Order", "Nick Cave", "Nigel Kennedy", "Nina Simone", "Nirvana", "Noel Gallagher", "O.A.R.", "Oasis", "Offspring", "Ozzy Osbourne", "Pat Metheny", "Patti Smith", "Paul Weller", "Pearl Jam", "Pete Townshend", "Phil Collins", "Phish", "Pink Floyd", "PJ Harvey", "The Police", "The Pretenders", "Primal Scream", "Prince", "Program The Dead", "Pulp", "Queen", "Radiohead", "The Ramones", "Red Hot Chili Peppers", "R.E.M.", "Rick Wright", "Rod Stewart", "The Rolling Stones", "Rory Gallagher", "Roxy Music", "Roy Hargrove", "Rufus Wainwright", "Run-D.M.C.", "Ryan Adams", "Sex Pistols", "Simply Red", "Sinead O'connor", "Siouxsie and The Banshees", "The Slits", "The Smiths", "Sonic Youth", "The Specials", "Squeeze", "Status Quo", "Stereophonics", "Stone Roses", "Syd Barrett", "Thelonius Monk", "Thin Lizzy", "Thornley", "Tina Turner", "Tom Jones", "Tom Robinson", "Tom Waits", "U2", "The Undertones", "Van Morrison", "Velvet Revolver", "White Stripes", "The Who", "The Yardbirds", "Yumi Matsutoya"] albums: ["Thriller", "Back in Black", "The Dark Side of the Moon", "Bat Out of Hell", "The Bodyguard", "Their Greatest Hits (1971–1975)", "Saturday Night Fever", "Rumours", "Grease: The Original Soundtrack from the Motion Picture", "Led Zeppelin IV", "Bad", "Jagged Little Pill", "Come On Over", "Falling into You", "Sgt. Pepper's Lonely Hearts Club Band", "Hotel California", "Dirty Dancing", "21", "Let's Talk About Love", "1", "Gold: Greatest Hits", "Dangerous", "The Immaculate Collection", "Abbey Road", "Born in the U.S.A.", "Brothers in Arms", "Titanic: Music from the Motion Picture", "Metallica", "Nevermind", "The Wall", "Supernatural", "Appetite for Destruction", "Slippery When Wet", "Music Box", "The Eminem Show", "Hybrid Theory", "Come Away with Me", "Unplugged", "True Blue", "Legend: The Best of Bob Marley & The Wailers", "Tapestry", "No Jacket Required", "Greatest Hits", "Bridge over Troubled Water", "The Joshua Tree", "...Baby One More Time", "Backstreet's Back", "Backstreet Boys", "Millennium", "Spice", "Happy Nation", "The Sign", "Whitney Houston", "(What's the Story) Morning Glory?", "The Marshall Mathers LP", "Like a Virgin", "Cross Road", "25", "Boston", "Oops!... I Did It Again", "The Colour of My Love", "Hysteria", "Faith", "Dookie", "Can't Slow Down", "Daydream", "HIStory: Past", " Present and Future", " Book I", "Off the Wall", "The Woman in Me", "Breakfast in America", "Tracy Chapman", "Flashdance: Original Soundtrack from the Motion Picture", "Whitney", "Confessions", "X&Y", "High School Musical", "High School Musical 2", "Viva la Vida or Death and All His Friends", "I Dreamed a Dream", "Recovery", "Midnight Memories", "Frozen", "Lemonade"] genres: ["Rock", "Pop", "Electronic", "Folk", "World", "Country", "Jazz", "Funk", "Soul", "Hip Hop", "Classical", "Latin", "Reggae", "Stage And Screen", "Blues", "Non Music", "Rap"] faker-1.9.1/lib/locales/en/myst.yml000066400000000000000000000035761332146201300171310ustar00rootroot00000000000000en: faker: myst: games: [ "Myst", "Riven: The Sequel to Myst", "Myst III: Exile", "Myst IV: Revelation", "Uru: Ages Beyond Myst", "Myst V: End of Ages" ] creatures: [ "squee", "sunner", "wahrks", "ytrams", "scarab beetles", "bahro", "karnaks", "Mangree", "Zeftyr" ] characters: [ "The Stranger", "Atrus", "Sirrus", "Achenar", "Gehn", "Catherine", "Saavedro", "Yeesha", "Esher", "Atrius", "Ti'ana" ] ages: [ # Myst "Myst", "Stoneship", "Mechanical", "Channelwood", "Selenitic", "Earth", "Rime", # Riven "Riven", "Tay", "Age 233", # Exile "J'nanin", "Edanna", "Voltanic", "Amateria", "Narayan", # Revelation "Spire", "Haven", "Serenia", # Uru (all versions) "Relto", "Teledahn", "Gahreesen", "Kadish Tolesa", "Eder Gira", "Eder Kemo", "Nexus", "Er'cana", "Ahnonay", "Eder Delin", "Eder Tsogal", "Pod Age", "Minkata", "Jalak Dador", # End of Ages "Direbo", "Tahgira", "Todelmer", "Laki'ahn", "Noloben", # Books "Ko'ah", "Gemedet", "Age 37", "Inception", "Torus Age", "Averone", "Chroma'agana", "Terahnee", ] quotes: [ # Atrus "The ending has not yet been written.", "I realized, the moment I fell into the fissure, that the Book would not be destroyed as I had planned.", "Try moving the slider.", "Remember the tower rotation.", # Gehn "Who the devil are you?", "One thing I know about linking books is that the doors they open don't close behind you.", # Achenar "Find the blue pages.", "Bring me blue pages.", # Sirrus "Find the red pages.", "Bring me the red pages.", # Saavedro "Atrus? Is that you? Come to rescue your Book so soon? Not yet, old friend... not yet.", # Ti'ana "Atrus... what do you see?", ] faker-1.9.1/lib/locales/en/name.yml000066400000000000000000002643751332146201300170630ustar00rootroot00000000000000en: faker: name: male_first_name: [Aaron, Abdul, Abe, Abel, Abraham, Abram, Adalberto, Adam, Adan, Adolfo, Adolph, Adrian, Agustin, Ahmad, Ahmed, Al, Alan, Albert, Alberto, Alden, Aldo, Alec, Alejandro, Alex, Alexander, Alexis, Alfonso, Alfonzo, Alfred, Alfredo, Ali, Allan, Allen, Alonso, Alonzo, Alphonse, Alphonso, Alton, Alva, Alvaro, Alvin, Amado, Ambrose, Amos, Anderson, Andre, Andrea, Andreas, Andres, Andrew, Andy, Angel, Angelo, Anibal, Anthony, Antione, Antoine, Anton, Antone, Antonia, Antonio, Antony, Antwan, Archie, Arden, Ariel, Arlen, Arlie, Armand, Armando, Arnold, Arnoldo, Arnulfo, Aron, Arron, Art, Arthur, Arturo, Asa, Ashley, Aubrey, August, Augustine, Augustus, Aurelio, Austin, Avery, Barney, Barrett, Barry, Bart, Barton, Basil, Beau, Ben, Benedict, Benito, Benjamin, Bennett, Bennie, Benny, Benton, Bernard, Bernardo, Bernie, Berry, Bert, Bertram, Bill, Billie, Billy, Blaine, Blair, Blake, Bo, Bob, Bobbie, Bobby, Booker, Boris, Boyce, Boyd, Brad, Bradford, Bradley, Bradly, Brady, Brain, Branden, Brandon, Brant, Brendan, Brendon, Brent, Brenton, Bret, Brett, Brian, Brice, Britt, Brock, Broderick, Brooks, Bruce, Bruno, Bryan, Bryant, Bryce, Bryon, Buck, Bud, Buddy, Buford, Burl, Burt, Burton, Buster, Byron, Caleb, Calvin, Cameron, Carey, Carl, Carlo, Carlos, Carlton, Carmelo, Carmen, Carmine, Carol, Carrol, Carroll, Carson, Carter, Cary, Casey, Cecil, Cedric, Cedrick, Cesar, Chad, Chadwick, Chance, Chang, Charles, Charley, Charlie, Chas, Chase, Chauncey, Chester, Chet, Chi, Chong, Chris, Christian, Christoper, Christopher, Chuck, Chung, Clair, Clarence, Clark, Claud, Claude, Claudio, Clay, Clayton, Clement, Clemente, Cleo, Cletus, Cleveland, Cliff, Clifford, Clifton, Clint, Clinton, Clyde, Cody, Colby, Cole, Coleman, Colin, Collin, Colton, Columbus, Connie, Conrad, Cordell, Corey, Cornelius, Cornell, Cortez, Cory, Courtney, Coy, Craig, Cristobal, Cristopher, Cruz, Curt, Curtis, Cyril, Cyrus, Dale, Dallas, Dalton, Damian, Damien, Damion, Damon, Dan, Dana, Dane, Danial, Daniel, Danilo, Dannie, Danny, Dante, Darell, Daren, Darin, Dario, Darius, Darnell, Daron, Darrel, Darrell, Darren, Darrick, Darrin, Darron, Darryl, Darwin, Daryl, Dave, David, Davis, Dean, Deandre, Deangelo, Dee, Del, Delbert, Delmar, Delmer, Demarcus, Demetrius, Denis, Dennis, Denny, Denver, Deon, Derek, Derick, Derrick, Deshawn, Desmond, Devin, Devon, Dewayne, Dewey, Dewitt, Dexter, Dick, Diego, Dillon, Dino, Dion, Dirk, Domenic, Domingo, Dominic, Dominick, Dominique, Don, Donald, Dong, Donn, Donnell, Donnie, Donny, Donovan, Donte, Dorian, Dorsey, Doug, Douglas, Douglass, Doyle, Drew, Duane, Dudley, Duncan, Dustin, Dusty, Dwain, Dwayne, Dwight, Dylan, Earl, Earle, Earnest, Ed, Eddie, Eddy, Edgar, Edgardo, Edison, Edmond, Edmund, Edmundo, Eduardo, Edward, Edwardo, Edwin, Efrain, Efren, Elbert, Elden, Eldon, Eldridge, Eli, Elias, Elijah, Eliseo, Elisha, Elliot, Elliott, Ellis, Ellsworth, Elmer, Elmo, Eloy, Elroy, Elton, Elvin, Elvis, Elwood, Emanuel, Emerson, Emery, Emil, Emile, Emilio, Emmanuel, Emmett, Emmitt, Emory, Enoch, Enrique, Erasmo, Eric, Erich, Erick, Erik, Erin, Ernest, Ernesto, Ernie, Errol, Ervin, Erwin, Esteban, Ethan, Eugene, Eugenio, Eusebio, Evan, Everett, Everette, Ezekiel, Ezequiel, Ezra, Fabian, Faustino, Fausto, Federico, Felipe, Felix, Felton, Ferdinand, Fermin, Fernando, Fidel, Filiberto, Fletcher, Florencio, Florentino, Floyd, Forest, Forrest, Foster, Frances, Francesco, Francis, Francisco, Frank, Frankie, Franklin, Franklyn, Fred, Freddie, Freddy, Frederic, Frederick, Fredric, Fredrick, Freeman, Fritz, Gabriel, Gail, Gale, Galen, Garfield, Garland, Garret, Garrett, Garry, Garth, Gary, Gaston, Gavin, Gayle, Gaylord, Genaro, Gene, Geoffrey, George, Gerald, Geraldo, Gerard, Gerardo, German, Gerry, Gil, Gilbert, Gilberto, Gino, Giovanni, Giuseppe, Glen, Glenn, Gonzalo, Gordon, Grady, Graham, Graig, Grant, Granville, Greg, Gregg, Gregorio, Gregory, Grover, Guadalupe, Guillermo, Gus, Gustavo, Guy, Hai, Hal, Hank, Hans, Harlan, Harland, Harley, Harold, Harris, Harrison, Harry, Harvey, Hassan, Hayden, Haywood, Heath, Hector, Henry, Herb, Herbert, Heriberto, Herman, Herschel, Hershel, Hilario, Hilton, Hipolito, Hiram, Hobert, Hollis, Homer, Hong, Horace, Horacio, Hosea, Houston, Howard, Hoyt, Hubert, Huey, Hugh, Hugo, Humberto, Hung, Hunter, Hyman, Ian, Ignacio, Ike, Ira, Irvin, Irving, Irwin, Isaac, Isaiah, Isaias, Isiah, Isidro, Ismael, Israel, Isreal, Issac, Ivan, Ivory, Jacinto, Jack, Jackie, Jackson, Jacob, Jacques, Jae, Jaime, Jake, Jamaal, Jamal, Jamar, Jame, Jamel, James, Jamey, Jamie, Jamison, Jan, Jared, Jarod, Jarred, Jarrett, Jarrod, Jarvis, Jason, Jasper, Javier, Jay, Jayson, Jc, Jean, Jed, Jeff, Jefferey, Jefferson, Jeffery, Jeffrey, Jeffry, Jerald, Jeramy, Jere, Jeremiah, Jeremy, Jermaine, Jerold, Jerome, Jeromy, Jerrell, Jerrod, Jerrold, Jerry, Jess, Jesse, Jessie, Jesus, Jewel, Jewell, Jim, Jimmie, Jimmy, Joan, Joaquin, Jody, Joe, Joel, Joesph, Joey, John, Johnathan, Johnathon, Johnie, Johnnie, Johnny, Johnson, Jon, Jonah, Jonas, Jonathan, Jonathon, Jordan, Jordon, Jorge, Jose, Josef, Joseph, Josh, Joshua, Josiah, Jospeh, Josue, Juan, Jude, Judson, Jules, Julian, Julio, Julius, Junior, Justin, Kareem, Karl, Kasey, Keenan, Keith, Kelley, Kelly, Kelvin, Ken, Kendall, Kendrick, Keneth, Kenneth, Kennith, Kenny, Kent, Kenton, Kermit, Kerry, Keven, Kevin, Kieth, Kim, King, Kip, Kirby, Kirk, Korey, Kory, Kraig, Kris, Kristofer, Kristopher, Kurt, Kurtis, Kyle, Lacy, Lamar, Lamont, Lance, Landon, Lane, Lanny, Larry, Lauren, Laurence, Lavern, Laverne, Lawerence, Lawrence, Lazaro, Leandro, Lee, Leif, Leigh, Leland, Lemuel, Len, Lenard, Lenny, Leo, Leon, Leonard, Leonardo, Leonel, Leopoldo, Leroy, Les, Lesley, Leslie, Lester, Levi, Lewis, Lincoln, Lindsay, Lindsey, Lino, Linwood, Lionel, Lloyd, Logan, Lon, Long, Lonnie, Lonny, Loren, Lorenzo, Lou, Louie, Louis, Lowell, Loyd, Lucas, Luciano, Lucien, Lucio, Lucius, Luigi, Luis, Luke, Lupe, Luther, Lyle, Lyman, Lyndon, Lynn, Lynwood, Mac, Mack, Major, Malcolm, Malcom, Malik, Man, Manual, Manuel, Marc, Marcel, Marcelino, Marcellus, Marcelo, Marco, Marcos, Marcus, Margarito, Maria, Mariano, Mario, Marion, Mark, Markus, Marlin, Marlon, Marquis, Marshall, Martin, Marty, Marvin, Mary, Mason, Mathew, Matt, Matthew, Maurice, Mauricio, Mauro, Max, Maximo, Maxwell, Maynard, Mckinley, Mel, Melvin, Merle, Merlin, Merrill, Mervin, Micah, Michael, Michal, Michale, Micheal, Michel, Mickey, Miguel, Mike, Mikel, Milan, Miles, Milford, Millard, Milo, Milton, Minh, Miquel, Mitch, Mitchel, Mitchell, Modesto, Mohamed, Mohammad, Mohammed, Moises, Monroe, Monte, Monty, Morgan, Morris, Morton, Mose, Moses, Moshe, Murray, Myles, Myron, Napoleon, Nathan, Nathanael, Nathanial, Nathaniel, Neal, Ned, Neil, Nelson, Nestor, Neville, Newton, Nicholas, Nick, Nickolas, Nicky, Nicolas, Nigel, Noah, Noble, Noe, Noel, Nolan, Norbert, Norberto, Norman, Normand, Norris, Numbers, Octavio, Odell, Odis, Olen, Olin, Oliver, Ollie, Omar, Omer, Oren, Orlando, Orval, Orville, Oscar, Osvaldo, Oswaldo, Otha, Otis, Otto, Owen, Ozzie, Pablo, Palmer, Paris, Parker, Pasquale, Pat, Patricia, Patrick, Paul, Pedro, Percy, Perry, Pete, Peter, Phil, Philip, Phillip, Pierre, Porfirio, Porter, Preston, Prince, Quentin, Quincy, Quinn, Quintin, Quinton, Rafael, Raleigh, Ralph, Ramiro, Ramon, Randal, Randall, Randell, Randolph, Randy, Raphael, Rashad, Raul, Ray, Rayford, Raymon, Raymond, Raymundo, Reed, Refugio, Reggie, Reginald, Reid, Reinaldo, Renaldo, Renato, Rene, Reuben, Rex, Rey, Reyes, Reynaldo, Rhett, Ricardo, Rich, Richard, Richie, Rick, Rickey, Rickie, Ricky, Rico, Rigoberto, Riley, Rob, Robbie, Robby, Robert, Roberto, Robin, Robt, Rocco, Rocky, Rod, Roderick, Rodger, Rodney, Rodolfo, Rodrick, Rodrigo, Rogelio, Roger, Roland, Rolando, Rolf, Rolland, Roman, Romeo, Ron, Ronald, Ronnie, Ronny, Roosevelt, Rory, Rosario, Roscoe, Rosendo, Ross, Roy, Royal, Royce, Ruben, Rubin, Rudolf, Rudolph, Rudy, Rueben, Rufus, Rupert, Russ, Russel, Russell, Rusty, Ryan, Sal, Salvador, Salvatore, Sam, Sammie, Sammy, Samual, Samuel, Sandy, Sanford, Sang, Santiago, Santo, Santos, Saul, Scot, Scott, Scottie, Scotty, Sean, Sebastian, Sergio, Seth, Seymour, Shad, Shane, Shannon, Shaun, Shawn, Shayne, Shelby, Sheldon, Shelton, Sherman, Sherwood, Shirley, Shon, Sid, Sidney, Silas, Simon, Sol, Solomon, Son, Sonny, Spencer, Stacey, Stacy, Stan, Stanford, Stanley, Stanton, Stefan, Stephan, Stephen, Sterling, Steve, Steven, Stevie, Stewart, Stuart, Sung, Sydney, Sylvester, Tad, Tanner, Taylor, Ted, Teddy, Teodoro, Terence, Terrance, Terrell, Terrence, Terry, Thad, Thaddeus, Thanh, Theo, Theodore, Theron, Thomas, Thurman, Tim, Timmy, Timothy, Titus, Tobias, Toby, Tod, Todd, Tom, Tomas, Tommie, Tommy, Toney, Tony, Tory, Tracey, Tracy, Travis, Trent, Trenton, Trevor, Trey, Trinidad, Tristan, Troy, Truman, Tuan, Ty, Tyler, Tyree, Tyrell, Tyron, Tyrone, Tyson, Ulysses, Val, Valentin, Valentine, Van, Vance, Vaughn, Vern, Vernon, Vicente, Victor, Vince, Vincent, Vincenzo, Virgil, Virgilio, Vito, Von, Wade, Waldo, Walker, Wallace, Wally, Walter, Walton, Ward, Warner, Warren, Waylon, Wayne, Weldon, Wendell, Werner, Wes, Wesley, Weston, Whitney, Wilber, Wilbert, Wilbur, Wilburn, Wiley, Wilford, Wilfred, Wilfredo, Will, Willard, William, Williams, Willian, Willie, Willis, Willy, Wilmer, Wilson, Wilton, Winford, Winfred, Winston, Wm, Woodrow, Wyatt, Xavier, Yong, Young, Zachariah, Zachary, Zachery, Zack, Zackary, Zane] female_first_name: [Abbey, Abbie, Abby, Abigail, Ada, Adah, Adaline, Addie, Adela, Adelaida, Adelaide, Adele, Adelia, Adelina, Adeline, Adell, Adella, Adelle, Adena, Adina, Adria, Adrian, Adriana, Adriane, Adrianna, Adrianne, Adrien, Adriene, Adrienne, Afton, Agatha, Agnes, Agnus, Agripina, Agueda, Agustina, Ai, Aida, Aide, Aiko, Aileen, Ailene, Aimee, Aisha, Aja, Akiko, Akilah, Alaina, Alaine, Alana, Alane, Alanna, Alayna, Alba, Albert, Alberta, Albertha, Albertina, Albertine, Albina, Alda, Alease, Alecia, Aleen, Aleida, Aleisha, Alejandra, Alejandrina, Alena, Alene, Alesha, Aleshia, Alesia, Alessandra, Aleta, Aletha, Alethea, Alethia, Alex, Alexa, Alexander, Alexandra, Alexandria, Alexia, Alexis, Alfreda, Alfredia, Ali, Alia, Alica, Alice, Alicia, Alida, Alina, Aline, Alisa, Alise, Alisha, Alishia, Alisia, Alison, Alissa, Alita, Alix, Aliza, Alla, Alleen, Allegra, Allen, Allena, Allene, Allie, Alline, Allison, Allyn, Allyson, Alma, Almeda, Almeta, Alona, Alpha, Alta, Altagracia, Altha, Althea, Alva, Alvera, Alverta, Alvina, Alyce, Alycia, Alysa, Alyse, Alysha, Alysia, Alyson, Alyssa, Amada, Amal, Amalia, Amanda, Amber, Amberly, Amee, Amelia, America, Ami, Amie, Amiee, Amina, Amira, Ammie, Amparo, Amy, An, Ana, Anabel, Analisa, Anamaria, Anastacia, Anastasia, Andera, Andra, Andre, Andrea, Andree, Andrew, Andria, Anette, Angel, Angela, Angele, Angelena, Angeles, Angelia, Angelic, Angelica, Angelika, Angelina, Angeline, Angelique, Angelita, Angella, Angelo, Angelyn, Angie, Angila, Angla, Angle, Anglea, Anh, Anika, Anisa, Anisha, Anissa, Anita, Anitra, Anja, Anjanette, Anjelica, Ann, Anna, Annabel, Annabell, Annabelle, Annalee, Annalisa, Annamae, Annamaria, Annamarie, Anne, Anneliese, Annelle, Annemarie, Annett, Annetta, Annette, Annice, Annie, Annika, Annis, Annita, Annmarie, Anthony, Antionette, Antoinette, Antonetta, Antonette, Antonia, Antonietta, Antonina, Antonio, Anya, Apolonia, April, Apryl, Ara, Araceli, Aracelis, Aracely, Arcelia, Ardath, Ardelia, Ardell, Ardella, Ardelle, Ardis, Ardith, Aretha, Argelia, Argentina, Ariana, Ariane, Arianna, Arianne, Arica, Arie, Ariel, Arielle, Arla, Arlean, Arleen, Arlena, Arlene, Arletha, Arletta, Arlette, Arlinda, Arline, Arlyne, Armanda, Armandina, Armida, Arminda, Arnetta, Arnette, Arnita, Arthur, Artie, Arvilla, Asha, Ashanti, Ashely, Ashlea, Ashlee, Ashleigh, Ashley, Ashli, Ashlie, Ashly, Ashlyn, Ashton, Asia, Asley, Assunta, Astrid, Asuncion, Athena, Aubrey, Audie, Audra, Audrea, Audrey, Audria, Audrie, Audry, Augusta, Augustina, Augustine, Aundrea, Aura, Aurea, Aurelia, Aurora, Aurore, Austin, Autumn, Ava, Avelina, Avery, Avis, Avril, Awilda, Ayako, Ayana, Ayanna, Ayesha, Azalee, Azucena, Azzie, Babara, Babette, Bailey, Bambi, Bao, Barabara, Barb, Barbar, Barbara, Barbera, Barbie, Barbra, Bari, Barrie, Basilia, Bea, Beata, Beatrice, Beatris, Beatriz, Beaulah, Bebe, Becki, Beckie, Becky, Bee, Belen, Belia, Belinda, Belkis, Bell, Bella, Belle, Belva, Benita, Bennie, Berenice, Berna, Bernadette, Bernadine, Bernarda, Bernardina, Bernardine, Berneice, Bernetta, Bernice, Bernie, Berniece, Bernita, Berry, Berta, Bertha, Bertie, Beryl, Bess, Bessie, Beth, Bethanie, Bethann, Bethany, Bethel, Betsey, Betsy, Bette, Bettie, Bettina, Betty, Bettyann, Bettye, Beula, Beulah, Bev, Beverlee, Beverley, Beverly, Bianca, Bibi, Billi, Billie, Billy, Billye, Birdie, Birgit, Blair, Blake, Blanca, Blanch, Blanche, Blondell, Blossom, Blythe, Bobbi, Bobbie, Bobby, Bobbye, Bobette, Bok, Bong, Bonita, Bonnie, Bonny, Branda, Brande, Brandee, Brandi, Brandie, Brandon, Brandy, Breana, Breann, Breanna, Breanne, Bree, Brenda, Brenna, Brett, Brian, Briana, Brianna, Brianne, Bridget, Bridgett, Bridgette, Brigette, Brigid, Brigida, Brigitte, Brinda, Britany, Britney, Britni, Britt, Britta, Brittaney, Brittani, Brittanie, Brittany, Britteny, Brittney, Brittni, Brittny, Bronwyn, Brook, Brooke, Bruna, Brunilda, Bryanna, Brynn, Buena, Buffy, Bula, Bulah, Bunny, Burma, Caitlin, Caitlyn, Calandra, Calista, Callie, Camelia, Camellia, Cameron, Cami, Camie, Camila, Camilla, Camille, Cammie, Cammy, Candace, Candance, Candelaria, Candi, Candice, Candida, Candie, Candis, Candra, Candy, Candyce, Caprice, Cara, Caren, Carey, Cari, Caridad, Carie, Carin, Carina, Carisa, Carissa, Carita, Carl, Carla, Carlee, Carleen, Carlena, Carlene, Carletta, Carley, Carli, Carlie, Carline, Carlita, Carlos, Carlota, Carlotta, Carly, Carlyn, Carma, Carman, Carmel, Carmela, Carmelia, Carmelina, Carmelita, Carmella, Carmen, Carmina, Carmon, Carol, Carola, Carolann, Carole, Carolee, Carolin, Carolina, Caroline, Caroll, Carolyn, Carolyne, Carolynn, Caron, Caroyln, Carri, Carrie, Carrol, Carroll, Carry, Cary, Caryl, Carylon, Caryn, Casandra, Casey, Casie, Casimira, Cassandra, Cassaundra, Cassey, Cassi, Cassidy, Cassie, Cassondra, Cassy, Catalina, Catarina, Caterina, Catharine, Catherin, Catherina, Catherine, Cathern, Catheryn, Cathey, Cathi, Cathie, Cathleen, Cathrine, Cathryn, Cathy, Catina, Catrice, Catrina, Cayla, Cecelia, Cecil, Cecila, Cecile, Cecilia, Cecille, Cecily, Celena, Celesta, Celeste, Celestina, Celestine, Celia, Celina, Celinda, Celine, Celsa, Ceola, Chae, Chan, Chana, Chanda, Chandra, Chanel, Chanell, Chanelle, Chang, Chantal, Chantay, Chante, Chantel, Chantell, Chantelle, Chara, Charis, Charise, Charissa, Charisse, Charita, Charity, Charla, Charleen, Charlena, Charlene, Charles, Charlesetta, Charlette, Charlie, Charline, Charlott, Charlotte, Charlsie, Charlyn, Charmain, Charmaine, Charolette, Chasidy, Chasity, Chassidy, Chastity, Chau, Chaya, Chelsea, Chelsey, Chelsie, Cher, Chere, Cheree, Cherelle, Cheri, Cherie, Cherilyn, Cherise, Cherish, Cherly, Cherlyn, Cherri, Cherrie, Cherry, Cherryl, Chery, Cheryl, Cheryle, Cheryll, Cheyenne, Chi, Chia, Chieko, Chin, China, Ching, Chiquita, Chloe, Chong, Chris, Chrissy, Christa, Christal, Christeen, Christel, Christen, Christena, Christene, Christi, Christia, Christian, Christiana, Christiane, Christie, Christin, Christina, Christine, Christinia, Christopher, Christy, Chrystal, Chu, Chun, Chung, Ciara, Cicely, Ciera, Cierra, Cinda, Cinderella, Cindi, Cindie, Cindy, Cinthia, Cira, Clair, Claire, Clara, Clare, Clarence, Claretha, Claretta, Claribel, Clarice, Clarinda, Clarine, Claris, Clarisa, Clarissa, Clarita, Classie, Claude, Claudette, Claudia, Claudie, Claudine, Clelia, Clemencia, Clementina, Clementine, Clemmie, Cleo, Cleopatra, Cleora, Cleotilde, Cleta, Clora, Clorinda, Clotilde, Clyde, Codi, Cody, Colby, Coleen, Colene, Coletta, Colette, Colleen, Collen, Collene, Collette, Concepcion, Conception, Concetta, Concha, Conchita, Connie, Constance, Consuela, Consuelo, Contessa, Cora, Coral, Coralee, Coralie, Corazon, Cordelia, Cordia, Cordie, Coreen, Corene, Coretta, Corey, Cori, Corie, Corina, Corine, Corinna, Corinne, Corliss, Cornelia, Corrie, Corrin, Corrina, Corrine, Corrinne, Cortney, Cory, Courtney, Creola, Cris, Criselda, Crissy, Crista, Cristal, Cristen, Cristi, Cristie, Cristin, Cristina, Cristine, Cristy, Cruz, Crysta, Crystal, Crystle, Cuc, Curtis, Cyndi, Cyndy, Cynthia, Cyrstal, Cythia, Dacia, Dagmar, Dagny, Dahlia, Daina, Daine, Daisey, Daisy, Dakota, Dale, Dalene, Dalia, Dalila, Dallas, Damaris, Dan, Dana, Danae, Danelle, Danette, Dani, Dania, Danica, Daniel, Daniela, Daniele, Daniell, Daniella, Danielle, Danika, Danille, Danita, Dann, Danna, Dannette, Dannie, Dannielle, Danuta, Danyel, Danyell, Danyelle, Daphine, Daphne, Dara, Darby, Darcel, Darcey, Darci, Darcie, Darcy, Daria, Darla, Darleen, Darlena, Darlene, Darline, Darnell, Daryl, David, Davida, Davina, Dawn, Dawna, Dawne, Dayle, Dayna, Daysi, Deadra, Dean, Deana, Deandra, Deandrea, Deane, Deann, Deanna, Deanne, Deb, Debbi, Debbie, Debbra, Debby, Debera, Debi, Debora, Deborah, Debra, Debrah, Debroah, Dede, Dedra, Dee, Deeann, Deeanna, Deedee, Deedra, Deena, Deetta, Deidra, Deidre, Deirdre, Deja, Delaine, Delana, Delcie, Delena, Delfina, Delia, Delicia, Delila, Delilah, Delinda, Delisa, Dell, Della, Delma, Delmy, Delois, Deloise, Delora, Deloras, Delores, Deloris, Delorse, Delpha, Delphia, Delphine, Delsie, Delta, Demetra, Demetria, Demetrice, Demetrius, Dena, Denae, Deneen, Denese, Denice, Denise, Denisha, Denisse, Denita, Denna, Dennis, Dennise, Denny, Denyse, Deon, Deonna, Desirae, Desire, Desiree, Despina, Dessie, Destiny, Detra, Devin, Devon, Devona, Devora, Devorah, Dia, Diamond, Dian, Diana, Diane, Diann, Dianna, Dianne, Diedra, Diedre, Dierdre, Digna, Dimple, Dina, Dinah, Dinorah, Dion, Dione, Dionna, Dionne, Divina, Dixie, Dodie, Dollie, Dolly, Dolores, Doloris, Domenica, Dominga, Dominica, Dominique, Dominque, Domitila, Domonique, Dona, Donald, Donella, Donetta, Donette, Dong, Donita, Donna, Donnetta, Donnette, Donnie, Donya, Dora, Dorathy, Dorcas, Doreatha, Doreen, Dorene, Doretha, Dorethea, Doretta, Dori, Doria, Dorian, Dorie, Dorinda, Dorine, Doris, Dorla, Dorotha, Dorothea, Dorothy, Dorris, Dortha, Dorthea, Dorthey, Dorthy, Dot, Dottie, Dotty, Dovie, Dreama, Drema, Drew, Drucilla, Drusilla, Dulce, Dulcie, Dung, Dusti, Dusty, Dwana, Dyan, Earlean, Earleen, Earlene, Earlie, Earline, Earnestine, Eartha, Easter, Eboni, Ebonie, Ebony, Echo, Eda, Edda, Eddie, Edelmira, Eden, Edie, Edith, Edna, Edra, Edris, Edward, Edwina, Edyth, Edythe, Effie, Ehtel, Eileen, Eilene, Ela, Eladia, Elaina, Elaine, Elana, Elane, Elanor, Elayne, Elba, Elda, Eldora, Eleanor, Eleanora, Eleanore, Elease, Elena, Elene, Eleni, Elenor, Elenora, Elenore, Eleonor, Eleonora, Eleonore, Elfreda, Elfrieda, Elfriede, Elia, Eliana, Elicia, Elida, Elidia, Elin, Elina, Elinor, Elinore, Elisa, Elisabeth, Elise, Elisha, Elissa, Eliz, Eliza, Elizabet, Elizabeth, Elizbeth, Elizebeth, Elke, Ella, Ellamae, Ellan, Ellen, Ellena, Elli, Ellie, Ellis, Elly, Ellyn, Elma, Elmer, Elmira, Elna, Elnora, Elodia, Elois, Eloisa, Eloise, Elouise, Elsa, Else, Elsie, Elsy, Elva, Elvera, Elvia, Elvie, Elvina, Elvira, Elwanda, Elyse, Elza, Ema, Emelda, Emelia, Emelina, Emeline, Emely, Emerald, Emerita, Emiko, Emilee, Emilia, Emilie, Emily, Emma, Emmaline, Emmie, Emmy, Emogene, Ena, Enda, Enedina, Eneida, Enid, Enola, Enriqueta, Epifania, Era, Eric, Erica, Ericka, Erika, Erin, Erinn, Erlene, Erlinda, Erline, Erma, Ermelinda, Erminia, Erna, Ernestina, Ernestine, Eryn, Esmeralda, Esperanza, Essie, Esta, Estefana, Estela, Estell, Estella, Estelle, Ester, Esther, Estrella, Etha, Ethel, Ethelene, Ethelyn, Ethyl, Etsuko, Etta, Ettie, Eufemia, Eugena, Eugene, Eugenia, Eugenie, Eula, Eulah, Eulalia, Eun, Euna, Eunice, Eura, Eusebia, Eustolia, Eva, Evalyn, Evan, Evangelina, Evangeline, Eve, Evelia, Evelin, Evelina, Eveline, Evelyn, Evelyne, Evelynn, Evette, Evia, Evie, Evita, Evon, Evonne, Ewa, Exie, Fabiola, Fae, Fairy, Faith, Fallon, Fannie, Fanny, Farah, Farrah, Fatima, Fatimah, Faustina, Faviola, Fawn, Fay, Faye, Fe, Felecia, Felica, Felice, Felicia, Felicidad, Felicita, Felicitas, Felipa, Felisa, Felisha, Fermina, Fern, Fernanda, Fernande, Ferne, Fidela, Fidelia, Filomena, Fiona, Flavia, Fleta, Flo, Flor, Flora, Florance, Florence, Florencia, Florene, Florentina, Floretta, Floria, Florida, Florinda, Florine, Florrie, Flossie, Floy, Fonda, Fran, France, Francene, Frances, Francesca, Franchesca, Francie, Francina, Francine, Francis, Francisca, Francisco, Francoise, Frank, Frankie, Fransisca, Fred, Freda, Fredda, Freddie, Frederica, Fredericka, Fredia, Fredricka, Freeda, Freida, Frida, Frieda, Fumiko, Gabriel, Gabriela, Gabriele, Gabriella, Gabrielle, Gail, Gala, Gale, Galina, Garnet, Garnett, Gary, Gay, Gaye, Gayla, Gayle, Gaylene, Gaynell, Gaynelle, Gearldine, Gema, Gemma, Gena, Gene, Genesis, Geneva, Genevie, Genevieve, Genevive, Genia, Genie, Genna, Gennie, Genny, Genoveva, Georgann, George, Georgeann, Georgeanna, Georgene, Georgetta, Georgette, Georgia, Georgiana, Georgiann, Georgianna, Georgianne, Georgie, Georgina, Georgine, Gerald, Geraldine, Geralyn, Gerda, Geri, Germaine, Gerri, Gerry, Gertha, Gertie, Gertrud, Gertrude, Gertrudis, Gertude, Ghislaine, Gia, Gianna, Gidget, Gigi, Gilberte, Gilda, Gillian, Gilma, Gina, Ginette, Ginger, Ginny, Giovanna, Gisela, Gisele, Giselle, Gita, Giuseppina, Gladis, Glady, Gladys, Glayds, Glenda, Glendora, Glenn, Glenna, Glennie, Glennis, Glinda, Gloria, Glory, Glynda, Glynis, Golda, Golden, Goldie, Grace, Gracia, Gracie, Graciela, Grayce, Grazyna, Gregoria, Gregory, Greta, Gretchen, Gretta, Gricelda, Grisel, Griselda, Guadalupe, Gudrun, Guillermina, Gussie, Gwen, Gwenda, Gwendolyn, Gwenn, Gwyn, Gwyneth, Ha, Hae, Hailey, Haley, Halina, Halley, Hallie, Han, Hana, Hang, Hanh, Hanna, Hannah, Hannelore, Harmony, Harold, Harriet, Harriett, Harriette, Hassie, Hattie, Haydee, Hayley, Hazel, Heather, Hedwig, Hedy, Hee, Heide, Heidi, Heidy, Heike, Helaine, Helen, Helena, Helene, Helga, Hellen, Henrietta, Henriette, Henry, Herlinda, Herma, Hermelinda, Hermila, Hermina, Hermine, Herminia, Herta, Hertha, Hester, Hettie, Hiedi, Hien, Hilaria, Hilary, Hilda, Hilde, Hildegard, Hildegarde, Hildred, Hillary, Hilma, Hiroko, Hisako, Hoa, Holley, Holli, Hollie, Hollis, Holly, Honey, Hong, Hope, Hortencia, Hortense, Hortensia, Hsiu, Hue, Hui, Hulda, Huong, Hwa, Hyacinth, Hye, Hyo, Hyon, Hyun, Ida, Idalia, Idell, Idella, Iesha, Ignacia, Ila, Ilana, Ilda, Ileana, Ileen, Ilene, Iliana, Illa, Ilona, Ilse, Iluminada, Ima, Imelda, Imogene, In, Ina, India, Indira, Inell, Ines, Inez, Inga, Inge, Ingeborg, Inger, Ingrid, Inocencia, Iola, Iona, Ione, Ira, Iraida, Irena, Irene, Irina, Iris, Irish, Irma, Irmgard, Isa, Isabel, Isabell, Isabella, Isabelle, Isadora, Isaura, Isela, Isidra, Isis, Isobel, Iva, Ivana, Ivelisse, Ivette, Ivey, Ivonne, Ivory, Ivy, Izetta, Izola, Ja, Jacalyn, Jacelyn, Jacinda, Jacinta, Jack, Jackeline, Jackelyn, Jacki, Jackie, Jacklyn, Jackqueline, Jaclyn, Jacqualine, Jacque, Jacquelin, Jacqueline, Jacquelyn, Jacquelyne, Jacquelynn, Jacquetta, Jacqui, Jacquie, Jacquiline, Jacquline, Jacqulyn, Jada, Jade, Jadwiga, Jae, Jaime, Jaimee, Jaimie, Jaleesa, Jalisa, Jama, Jame, Jamee, James, Jamey, Jami, Jamie, Jamika, Jamila, Jammie, Jan, Jana, Janae, Janay, Jane, Janean, Janee, Janeen, Janel, Janell, Janella, Janelle, Janene, Janessa, Janet, Janeth, Janett, Janetta, Janette, Janey, Jani, Janice, Janie, Janiece, Janina, Janine, Janis, Janise, Janita, Jann, Janna, Jannet, Jannette, Jannie, January, Janyce, Jaqueline, Jaquelyn, Jasmin, Jasmine, Jason, Jaunita, Jay, Jaye, Jayme, Jaymie, Jayna, Jayne, Jazmin, Jazmine, Jean, Jeana, Jeane, Jeanelle, Jeanene, Jeanett, Jeanetta, Jeanette, Jeanice, Jeanie, Jeanine, Jeanmarie, Jeanna, Jeanne, Jeannetta, Jeannette, Jeannie, Jeannine, Jeffie, Jeffrey, Jen, Jena, Jenae, Jene, Jenee, Jenell, Jenelle, Jenette, Jeneva, Jeni, Jenice, Jenifer, Jeniffer, Jenine, Jenise, Jenna, Jennefer, Jennell, Jennette, Jenni, Jennie, Jennifer, Jenniffer, Jennine, Jenny, Jeraldine, Jeremy, Jeri, Jerica, Jerilyn, Jerlene, Jerri, Jerrica, Jerrie, Jerry, Jesenia, Jesica, Jesse, Jessenia, Jessi, Jessia, Jessica, Jessie, Jessika, Jestine, Jesus, Jesusa, Jesusita, Jetta, Jettie, Jewel, Jewell, Ji, Jill, Jillian, Jimmie, Jimmy, Jin, Jina, Jinny, Jo, Joan, Joana, Joane, Joanie, Joann, Joanna, Joanne, Joannie, Joaquina, Jocelyn, Jodee, Jodi, Jodie, Jody, Joe, Joeann, Joel, Joella, Joelle, Joellen, Joetta, Joette, Joey, Johana, Johanna, Johanne, John, Johna, Johnetta, Johnette, Johnie, Johnna, Johnnie, Johnny, Johnsie, Joi, Joie, Jolanda, Joleen, Jolene, Jolie, Joline, Jolyn, Jolynn, Jon, Jona, Jone, Jonell, Jonelle, Jong, Joni, Jonie, Jonna, Jonnie, Jordan, Jose, Josefa, Josefina, Josefine, Joselyn, Joseph, Josephina, Josephine, Josette, Joshua, Josie, Joslyn, Josphine, Jovan, Jovita, Joy, Joya, Joyce, Joycelyn, Joye, Juan, Juana, Juanita, Jude, Judi, Judie, Judith, Judy, Jule, Julee, Julene, Juli, Julia, Julian, Juliana, Juliane, Juliann, Julianna, Julianne, Julie, Julieann, Julienne, Juliet, Julieta, Julietta, Juliette, Julio, Julissa, June, Jung, Junie, Junita, Junko, Justa, Justin, Justina, Justine, Jutta, Ka, Kacey, Kaci, Kacie, Kacy, Kai, Kaila, Kaitlin, Kaitlyn, Kala, Kaleigh, Kaley, Kali, Kallie, Kalyn, Kam, Kamala, Kami, Kamilah, Kandace, Kandi, Kandice, Kandis, Kandra, Kandy, Kanesha, Kanisha, Kara, Karan, Kareen, Karen, Karena, Karey, Kari, Karie, Karima, Karin, Karina, Karine, Karisa, Karissa, Karl, Karla, Karleen, Karlene, Karly, Karlyn, Karma, Karmen, Karol, Karole, Karoline, Karolyn, Karon, Karren, Karri, Karrie, Karry, Kary, Karyl, Karyn, Kasandra, Kasey, Kasha, Kasi, Kasie, Kassandra, Kassie, Kate, Katelin, Katelyn, Katelynn, Katerine, Kathaleen, Katharina, Katharine, Katharyn, Kathe, Katheleen, Katherin, Katherina, Katherine, Kathern, Katheryn, Kathey, Kathi, Kathie, Kathleen, Kathlene, Kathline, Kathlyn, Kathrin, Kathrine, Kathryn, Kathryne, Kathy, Kathyrn, Kati, Katia, Katie, Katina, Katlyn, Katrice, Katrina, Kattie, Katy, Kay, Kayce, Kaycee, Kaye, Kayla, Kaylee, Kayleen, Kayleigh, Kaylene, Kazuko, Kecia, Keeley, Keely, Keena, Keesha, Keiko, Keila, Keira, Keisha, Keith, Keitha, Keli, Kelle, Kellee, Kelley, Kelli, Kellie, Kelly, Kellye, Kelsey, Kelsi, Kelsie, Kemberly, Kena, Kenda, Kendal, Kendall, Kendra, Kenia, Kenisha, Kenna, Kenneth, Kenya, Kenyatta, Kenyetta, Kera, Keren, Keri, Kerri, Kerrie, Kerry, Kerstin, Kesha, Keshia, Keturah, Keva, Kevin, Khadijah, Khalilah, Kia, Kiana, Kiara, Kiera, Kiersten, Kiesha, Kiley, Kim, Kimber, Kimberely, Kimberlee, Kimberley, Kimberli, Kimberlie, Kimberly, Kimbery, Kimbra, Kimi, Kimiko, Kina, Kindra, Kira, Kirby, Kirsten, Kirstie, Kirstin, Kisha, Kit, Kittie, Kitty, Kiyoko, Kizzie, Kizzy, Klara, Kori, Kortney, Kourtney, Kris, Krishna, Krissy, Krista, Kristal, Kristan, Kristeen, Kristel, Kristen, Kristi, Kristian, Kristie, Kristin, Kristina, Kristine, Kristle, Kristy, Kristyn, Krysta, Krystal, Krysten, Krystin, Krystina, Krystle, Krystyna, Kum, Kyla, Kyle, Kylee, Kylie, Kym, Kymberly, Kyoko, Kyong, Kyra, Kyung, Lacey, Lachelle, Laci, Lacie, Lacresha, Lacy, Ladawn, Ladonna, Lady, Lael, Lahoma, Lai, Laila, Laine, Lajuana, Lakeesha, Lakeisha, Lakendra, Lakenya, Lakesha, Lakeshia, Lakia, Lakiesha, Lakisha, Lakita, Lala, Lamonica, Lan, Lana, Lane, Lanell, Lanelle, Lanette, Lang, Lani, Lanie, Lanita, Lannie, Lanora, Laquanda, Laquita, Lara, Larae, Laraine, Laree, Larhonda, Larisa, Larissa, Larita, Laronda, Larraine, Larry, Larue, Lasandra, Lashanda, Lashandra, Lashaun, Lashaunda, Lashawn, Lashawna, Lashawnda, Lashay, Lashell, Lashon, Lashonda, Lashunda, Lasonya, Latanya, Latarsha, Latasha, Latashia, Latesha, Latia, Laticia, Latina, Latisha, Latonia, Latonya, Latoria, Latosha, Latoya, Latoyia, Latrice, Latricia, Latrina, Latrisha, Launa, Laura, Lauralee, Lauran, Laure, Laureen, Laurel, Lauren, Laurena, Laurence, Laurene, Lauretta, Laurette, Lauri, Laurice, Laurie, Laurinda, Laurine, Lauryn, Lavada, Lavelle, Lavenia, Lavera, Lavern, Laverna, Laverne, Laveta, Lavette, Lavina, Lavinia, Lavon, Lavona, Lavonda, Lavone, Lavonia, Lavonna, Lavonne, Lawana, Lawanda, Lawanna, Lawrence, Layla, Layne, Le, Lea, Leah, Lean, Leana, Leandra, Leann, Leanna, Leanne, Leanora, Leatha, Leatrice, Lecia, Leda, Lee, Leeann, Leeanna, Leeanne, Leena, Leesa, Leia, Leida, Leigh, Leigha, Leighann, Leila, Leilani, Leisa, Leisha, Lekisha, Lela, Lelah, Lelia, Lena, Lenita, Lenna, Lennie, Lenora, Lenore, Leo, Leola, Leoma, Leon, Leona, Leonarda, Leone, Leonia, Leonida, Leonie, Leonila, Leonor, Leonora, Leonore, Leontine, Leora, Leota, Lera, Lesa, Lesha, Lesia, Leslee, Lesley, Lesli, Leslie, Lessie, Lester, Leta, Letha, Leticia, Letisha, Letitia, Lettie, Letty, Lewis, Lexie, Lezlie, Li, Lia, Liana, Liane, Lianne, Libbie, Libby, Liberty, Librada, Lida, Lidia, Lien, Lieselotte, Ligia, Lila, Lili, Lilia, Lilian, Liliana, Lilla, Lilli, Lillia, Lilliam, Lillian, Lilliana, Lillie, Lilly, Lily, Lin, Lina, Linda, Lindsay, Lindsey, Lindsy, Lindy, Linette, Ling, Linh, Linn, Linnea, Linnie, Linsey, Lisa, Lisabeth, Lisandra, Lisbeth, Lise, Lisette, Lisha, Lissa, Lissette, Lita, Livia, Liz, Liza, Lizabeth, Lizbeth, Lizeth, Lizette, Lizzette, Lizzie, Loan, Logan, Loida, Lois, Loise, Lola, Lolita, Loma, Lona, Londa, Loni, Lonna, Lonnie, Lora, Loraine, Loralee, Lore, Lorean, Loree, Loreen, Lorelei, Loren, Lorena, Lorene, Lorenza, Loreta, Loretta, Lorette, Lori, Loria, Loriann, Lorie, Lorilee, Lorina, Lorinda, Lorine, Loris, Lorita, Lorna, Lorraine, Lorretta, Lorri, Lorriane, Lorrie, Lorrine, Lory, Lottie, Lou, Louann, Louanne, Louella, Louetta, Louie, Louis, Louisa, Louise, Loura, Lourdes, Lourie, Louvenia, Love, Lovella, Lovetta, Lovie, Loyce, Lu, Luana, Luann, Luanna, Luanne, Luba, Luci, Lucia, Luciana, Lucie, Lucienne, Lucila, Lucile, Lucilla, Lucille, Lucina, Lucinda, Lucrecia, Lucretia, Lucy, Ludie, Ludivina, Lue, Luella, Luetta, Luis, Luisa, Luise, Lula, Lulu, Luna, Lupe, Lupita, Lura, Lurlene, Lurline, Luvenia, Luz, Lyda, Lydia, Lyla, Lyn, Lynda, Lyndia, Lyndsay, Lyndsey, Lynell, Lynelle, Lynetta, Lynette, Lynn, Lynna, Lynne, Lynnette, Lynsey, Ma, Mabel, Mabelle, Mable, Machelle, Macie, Mackenzie, Macy, Madalene, Madaline, Madalyn, Maddie, Madelaine, Madeleine, Madelene, Madeline, Madelyn, Madge, Madie, Madison, Madlyn, Madonna, Mae, Maegan, Mafalda, Magali, Magaly, Magan, Magaret, Magda, Magdalen, Magdalena, Magdalene, Magen, Maggie, Magnolia, Mahalia, Mai, Maia, Maida, Maile, Maira, Maire, Maisha, Maisie, Majorie, Makeda, Malena, Malia, Malika, Malinda, Malisa, Malissa, Malka, Mallie, Mallory, Malorie, Malvina, Mamie, Mammie, Man, Mana, Manda, Mandi, Mandie, Mandy, Manie, Manuela, Many, Mao, Maple, Mara, Maragaret, Maragret, Maranda, Marcela, Marcelene, Marcelina, Marceline, Marcell, Marcella, Marcelle, Marcene, Marchelle, Marci, Marcia, Marcie, Marcy, Mardell, Maren, Marg, Margaret, Margareta, Margarete, Margarett, Margaretta, Margarette, Margarita, Margarite, Margart, Marge, Margene, Margeret, Margert, Margery, Marget, Margherita, Margie, Margit, Margo, Margorie, Margot, Margret, Margrett, Marguerita, Marguerite, Margurite, Margy, Marhta, Mari, Maria, Mariah, Mariam, Marian, Mariana, Marianela, Mariann, Marianna, Marianne, Maribel, Maribeth, Marica, Maricela, Maricruz, Marie, Mariel, Mariela, Mariella, Marielle, Marietta, Mariette, Mariko, Marilee, Marilou, Marilu, Marilyn, Marilynn, Marin, Marina, Marinda, Marine, Mario, Marion, Maris, Marisa, Marisela, Marisha, Marisol, Marissa, Marita, Maritza, Marivel, Marjorie, Marjory, Mark, Marketta, Markita, Marla, Marlana, Marleen, Marlen, Marlena, Marlene, Marlin, Marline, Marlo, Marlyn, Marlys, Marna, Marni, Marnie, Marquerite, Marquetta, Marquita, Marquitta, Marry, Marsha, Marshall, Marta, Marth, Martha, Marti, Martin, Martina, Martine, Marty, Marva, Marvel, Marvella, Marvis, Marx, Mary, Marya, Maryalice, Maryam, Maryann, Maryanna, Maryanne, Marybelle, Marybeth, Maryellen, Maryetta, Maryjane, Maryjo, Maryland, Marylee, Marylin, Maryln, Marylou, Marylouise, Marylyn, Marylynn, Maryrose, Masako, Matha, Mathilda, Mathilde, Matilda, Matilde, Matthew, Mattie, Maud, Maude, Maudie, Maura, Maureen, Maurice, Maurine, Maurita, Mavis, Maxie, Maxima, Maximina, Maxine, May, Maya, Maybell, Maybelle, Maye, Mayme, Mayola, Mayra, Mazie, Mckenzie, Meagan, Meaghan, Mechelle, Meda, Mee, Meg, Megan, Meggan, Meghan, Meghann, Mei, Melaine, Melani, Melania, Melanie, Melany, Melba, Melda, Melia, Melida, Melina, Melinda, Melisa, Melissa, Melissia, Melita, Mellie, Mellisa, Mellissa, Melodee, Melodi, Melodie, Melody, Melonie, Melony, Melva, Melvin, Melvina, Melynda, Mendy, Mercedes, Mercedez, Mercy, Meredith, Meri, Merideth, Meridith, Merilyn, Merissa, Merle, Merlene, Merlyn, Merna, Merri, Merrie, Merrilee, Merrill, Merry, Mertie, Meryl, Meta, Mi, Mia, Mica, Micaela, Micah, Micha, Michael, Michaela, Michaele, Michal, Micheal, Michel, Michele, Michelina, Micheline, Michell, Michelle, Michiko, Mickey, Micki, Mickie, Miesha, Migdalia, Mignon, Miguelina, Mika, Mikaela, Mike, Miki, Mikki, Mila, Milagro, Milagros, Milda, Mildred, Milissa, Millicent, Millie, Milly, Mimi, Min, Mina, Minda, Mindi, Mindy, Minerva, Ming, Minh, Minna, Minnie, Minta, Mira, Miranda, Mireille, Mirella, Mireya, Miriam, Mirian, Mirna, Mirta, Mirtha, Misha, Miss, Missy, Misti, Mistie, Misty, Mitchell, Mitsue, Mitsuko, Mittie, Mitzi, Mitzie, Miyoko, Modesta, Moira, Mollie, Molly, Mona, Monet, Monica, Monika, Monique, Monnie, Monserrate, Moon, Mora, Morgan, Moriah, Mozell, Mozella, Mozelle, Mui, Muoi, Muriel, My, Myesha, Myong, Myra, Myriam, Myrl, Myrle, Myrna, Myrta, Myrtice, Myrtie, Myrtis, Myrtle, Myung, Na, Nada, Nadene, Nadia, Nadine, Naida, Nakesha, Nakia, Nakisha, Nakita, Nam, Nan, Nana, Nancee, Nancey, Nanci, Nancie, Nancy, Nanette, Nannette, Nannie, Naoma, Naomi, Narcisa, Natacha, Natalia, Natalie, Natalya, Natasha, Natashia, Nathalie, Natisha, Natividad, Natosha, Necole, Neda, Nedra, Neely, Neida, Nelda, Nelia, Nelida, Nell, Nella, Nelle, Nellie, Nelly, Nena, Nenita, Neoma, Neomi, Nereida, Nerissa, Nery, Neta, Nettie, Neva, Nevada, Nga, Ngan, Ngoc, Nguyet, Nia, Nichelle, Nichol, Nichole, Nicholle, Nicki, Nickie, Nickole, Nicky, Nicol, Nicola, Nicolasa, Nicole, Nicolette, Nicolle, Nida, Nidia, Niesha, Nieves, Niki, Nikia, Nikita, Nikki, Nikole, Nila, Nilda, Nilsa, Nina, Ninfa, Nisha, Nita, Nobuko, Noel, Noelia, Noella, Noelle, Noemi, Nohemi, Nola, Noma, Nona, Nora, Norah, Noreen, Norene, Noriko, Norine, Norma, Norman, Nova, Novella, Nu, Nubia, Numbers, Nydia, Nyla, Obdulia, Ocie, Octavia, Oda, Odelia, Odell, Odessa, Odette, Odilia, Ofelia, Ok, Ola, Olene, Oleta, Olevia, Olga, Olimpia, Olinda, Oliva, Olive, Olivia, Ollie, Olympia, Oma, Omega, Ona, Oneida, Onie, Onita, Opal, Ophelia, Ora, Oralee, Oralia, Oretha, Orpha, Oscar, Ossie, Otelia, Otha, Otilia, Ouida, Ozell, Ozella, Ozie, Pa, Page, Paige, Palma, Palmira, Pam, Pamala, Pamela, Pamelia, Pamella, Pamila, Pamula, Pandora, Pansy, Paola, Paris, Parthenia, Particia, Pasty, Pat, Patience, Patria, Patrica, Patrice, Patricia, Patrick, Patrina, Patsy, Patti, Pattie, Patty, Paul, Paula, Paulene, Pauletta, Paulette, Paulina, Pauline, Paulita, Paz, Pearl, Pearle, Pearlene, Pearlie, Pearline, Pearly, Peg, Peggie, Peggy, Pei, Penelope, Penney, Penni, Pennie, Penny, Perla, Perry, Peter, Petra, Petrina, Petronila, Phebe, Phillis, Philomena, Phoebe, Phung, Phuong, Phylicia, Phylis, Phyliss, Phyllis, Pia, Piedad, Pilar, Ping, Pinkie, Piper, Pok, Polly, Porsche, Porsha, Portia, Precious, Pricilla, Princess, Priscila, Priscilla, Providencia, Prudence, Pura, Qiana, Queen, Queenie, Quiana, Quinn, Quyen, Rachael, Rachal, Racheal, Rachel, Rachele, Rachell, Rachelle, Racquel, Rae, Raeann, Raelene, Rafaela, Raguel, Raina, Raisa, Ramona, Ramonita, Rana, Ranae, Randa, Randee, Randi, Randy, Ranee, Raquel, Rasheeda, Rashida, Raven, Ray, Raye, Raylene, Raymond, Raymonde, Rayna, Rea, Reagan, Reanna, Reatha, Reba, Rebbeca, Rebbecca, Rebeca, Rebecca, Rebecka, Rebekah, Reda, Reena, Refugia, Refugio, Regan, Regena, Regenia, Regina, Regine, Reginia, Reiko, Reina, Reita, Rema, Remedios, Remona, Rena, Renae, Renata, Renate, Renay, Renda, Rene, Renea, Renee, Renetta, Renita, Renna, Ressie, Reta, Retha, Retta, Reva, Reyna, Reynalda, Rhea, Rheba, Rhiannon, Rhoda, Rhona, Rhonda, Ria, Ricarda, Richard, Richelle, Ricki, Rickie, Rikki, Rima, Rina, Risa, Rita, Riva, Rivka, Robbi, Robbie, Robbin, Robbyn, Robena, Robert, Roberta, Roberto, Robin, Robyn, Rochel, Rochell, Rochelle, Rocio, Rolanda, Rolande, Roma, Romaine, Romana, Romelia, Romona, Rona, Ronald, Ronda, Roni, Ronna, Ronni, Ronnie, Rory, Rosa, Rosalba, Rosalee, Rosalia, Rosalie, Rosalina, Rosalind, Rosalinda, Rosaline, Rosalva, Rosalyn, Rosamaria, Rosamond, Rosana, Rosann, Rosanna, Rosanne, Rosaria, Rosario, Rosaura, Rose, Roseann, Roseanna, Roseanne, Roselee, Roselia, Roseline, Rosella, Roselle, Roselyn, Rosemarie, Rosemary, Rosena, Rosenda, Rosetta, Rosette, Rosia, Rosie, Rosina, Rosio, Rosita, Roslyn, Rossana, Rossie, Rosy, Rowena, Roxana, Roxane, Roxann, Roxanna, Roxanne, Roxie, Roxy, Roy, Royce, Rozanne, Rozella, Rubi, Rubie, Ruby, Rubye, Rudy, Rufina, Russell, Ruth, Rutha, Ruthann, Ruthanne, Ruthe, Ruthie, Ryan, Ryann, Sabina, Sabine, Sabra, Sabrina, Sacha, Sachiko, Sade, Sadie, Sadye, Sage, Salena, Salina, Salley, Sallie, Sally, Salome, Sam, Samantha, Samara, Samatha, Samella, Samira, Sammie, Sammy, Samuel, Sana, Sanda, Sandee, Sandi, Sandie, Sandra, Sandy, Sang, Sanjuana, Sanjuanita, Sanora, Santa, Santana, Santina, Santos, Sara, Sarah, Sarai, Saran, Sari, Sarina, Sarita, Sasha, Saturnina, Sau, Saundra, Savanna, Savannah, Scarlet, Scarlett, Scott, Scottie, Sean, Season, Sebrina, See, Seema, Selena, Selene, Selina, Selma, Sena, Senaida, September, Serafina, Serena, Serina, Serita, Setsuko, Sha, Shae, Shaina, Shakia, Shakira, Shakita, Shala, Shalanda, Shalon, Shalonda, Shameka, Shamika, Shan, Shana, Shanae, Shanda, Shandi, Shandra, Shane, Shaneka, Shanel, Shanell, Shanelle, Shani, Shanice, Shanika, Shaniqua, Shanita, Shanna, Shannan, Shannon, Shanon, Shanta, Shantae, Shantay, Shante, Shantel, Shantell, Shantelle, Shanti, Shaquana, Shaquita, Shara, Sharan, Sharda, Sharee, Sharell, Sharen, Shari, Sharice, Sharie, Sharika, Sharilyn, Sharita, Sharla, Sharleen, Sharlene, Sharmaine, Sharolyn, Sharon, Sharonda, Sharri, Sharron, Sharyl, Sharyn, Shasta, Shaun, Shauna, Shaunda, Shaunna, Shaunta, Shaunte, Shavon, Shavonda, Shavonne, Shawana, Shawanda, Shawanna, Shawn, Shawna, Shawnda, Shawnee, Shawnna, Shawnta, Shay, Shayla, Shayna, Shayne, Shea, Sheba, Sheena, Sheila, Sheilah, Shela, Shelba, Shelby, Shelia, Shella, Shelley, Shelli, Shellie, Shelly, Shemeka, Shemika, Shena, Shenika, Shenita, Shenna, Shera, Sheree, Sherell, Sheri, Sherice, Sheridan, Sherie, Sherika, Sherill, Sherilyn, Sherise, Sherita, Sherlene, Sherley, Sherly, Sherlyn, Sheron, Sherrell, Sherri, Sherrie, Sherril, Sherrill, Sherron, Sherry, Sherryl, Shery, Sheryl, Sheryll, Shiela, Shila, Shiloh, Shin, Shira, Shirely, Shirl, Shirlee, Shirleen, Shirlene, Shirley, Shirly, Shizue, Shizuko, Shona, Shonda, Shondra, Shonna, Shonta, Shoshana, Shu, Shyla, Sibyl, Sidney, Sierra, Signe, Sigrid, Silva, Silvana, Silvia, Sima, Simona, Simone, Simonne, Sina, Sindy, Siobhan, Sirena, Siu, Sixta, Skye, Slyvia, So, Socorro, Sofia, Soila, Sol, Solange, Soledad, Somer, Sommer, Son, Sona, Sondra, Song, Sonia, Sonja, Sonya, Soo, Sook, Soon, Sophia, Sophie, Soraya, Sparkle, Spring, Stacee, Stacey, Staci, Stacia, Stacie, Stacy, Star, Starla, Starr, Stasia, Stefani, Stefania, Stefanie, Stefany, Steffanie, Stella, Stepanie, Stephaine, Stephane, Stephani, Stephania, Stephanie, Stephany, Stephen, Stephenie, Stephine, Stephnie, Steven, Stevie, Stormy, Su, Suanne, Sudie, Sue, Sueann, Suellen, Suk, Sulema, Sumiko, Summer, Sun, Sunday, Sung, Sunni, Sunny, Sunshine, Susan, Susana, Susann, Susanna, Susannah, Susanne, Susie, Susy, Suzan, Suzann, Suzanna, Suzanne, Suzette, Suzi, Suzie, Suzy, Svetlana, Sybil, Syble, Sydney, Sylvia, Sylvie, Synthia, Syreeta, Ta, Tabatha, Tabetha, Tabitha, Tai, Taina, Taisha, Tajuana, Takako, Takisha, Talia, Talisha, Talitha, Tam, Tama, Tamala, Tamar, Tamara, Tamatha, Tambra, Tameika, Tameka, Tamekia, Tamela, Tamera, Tamesha, Tami, Tamica, Tamie, Tamika, Tamiko, Tamisha, Tammara, Tammera, Tammi, Tammie, Tammy, Tamra, Tana, Tandra, Tandy, Taneka, Tanesha, Tangela, Tania, Tanika, Tanisha, Tanja, Tanna, Tanya, Tara, Tarah, Taren, Tari, Tarra, Tarsha, Taryn, Tasha, Tashia, Tashina, Tasia, Tatiana, Tatum, Tatyana, Taunya, Tawana, Tawanda, Tawanna, Tawna, Tawny, Tawnya, Taylor, Tayna, Teena, Tegan, Teisha, Telma, Temeka, Temika, Tempie, Temple, Tena, Tenesha, Tenisha, Tennie, Tennille, Teodora, Teofila, Tequila, Tera, Tereasa, Teresa, Terese, Teresia, Teresita, Teressa, Teri, Terica, Terina, Terisa, Terra, Terrell, Terresa, Terri, Terrie, Terrilyn, Terry, Tesha, Tess, Tessa, Tessie, Thalia, Thanh, Thao, Thea, Theda, Thelma, Theo, Theodora, Theola, Theresa, Therese, Theresia, Theressa, Thersa, Thi, Thomasena, Thomasina, Thomasine, Thora, Thresa, Thu, Thuy, Tia, Tiana, Tianna, Tiara, Tien, Tiera, Tierra, Tiesha, Tifany, Tiffaney, Tiffani, Tiffanie, Tiffany, Tiffiny, Tijuana, Tilda, Tillie, Timika, Timothy, Tina, Tinisha, Tiny, Tisa, Tish, Tisha, Tobi, Tobie, Toby, Toccara, Toi, Tomasa, Tomeka, Tomi, Tomika, Tomiko, Tommie, Tommy, Tommye, Tomoko, Tona, Tonda, Tonette, Toni, Tonia, Tonie, Tonisha, Tonita, Tonja, Tony, Tonya, Tora, Tori, Torie, Torri, Torrie, Tory, Tosha, Toshia, Toshiko, Tova, Towanda, Toya, Tracee, Tracey, Traci, Tracie, Tracy, Tran, Trang, Travis, Treasa, Treena, Trena, Tresa, Tressa, Tressie, Treva, Tricia, Trina, Trinh, Trinidad, Trinity, Trish, Trisha, Trista, Tristan, Troy, Trudi, Trudie, Trudy, Trula, Tu, Tula, Tuyet, Twana, Twanda, Twanna, Twila, Twyla, Tyesha, Tyisha, Tyler, Tynisha, Tyra, Ula, Ulrike, Un, Una, Ursula, Usha, Ute, Vada, Val, Valarie, Valda, Valencia, Valene, Valentina, Valentine, Valeri, Valeria, Valerie, Valery, Vallie, Valorie, Valrie, Van, Vanda, Vanesa, Vanessa, Vanetta, Vania, Vanita, Vanna, Vannesa, Vannessa, Vashti, Vasiliki, Veda, Velda, Velia, Vella, Velma, Velva, Velvet, Vena, Venessa, Venetta, Venice, Venita, Vennie, Venus, Veola, Vera, Verda, Verdell, Verdie, Verena, Vergie, Verla, Verlene, Verlie, Verline, Verna, Vernell, Vernetta, Vernia, Vernice, Vernie, Vernita, Vernon, Verona, Veronica, Veronika, Veronique, Versie, Vertie, Vesta, Veta, Vi, Vicenta, Vickey, Vicki, Vickie, Vicky, Victor, Victoria, Victorina, Vida, Viki, Vikki, Vilma, Vina, Vincenza, Vinita, Vinnie, Viola, Violet, Violeta, Violette, Virgen, Virgie, Virgil, Virgina, Virginia, Vita, Viva, Vivan, Vivian, Viviana, Vivien, Vivienne, Voncile, Vonda, Vonnie, Wai, Walter, Waltraud, Wan, Wanda, Waneta, Wanetta, Wanita, Wava, Wei, Wen, Wendi, Wendie, Wendolyn, Wendy, Wenona, Wesley, Whitley, Whitney, Wilda, Wilhelmina, Wilhemina, Willa, Willena, Willene, Willetta, Willette, Willia, William, Willie, Williemae, Willodean, Willow, Wilma, Windy, Winifred, Winnie, Winnifred, Winona, Winter, Wonda, Wynell, Wynona, Xenia, Xiao, Xiomara, Xochitl, Xuan, Yadira, Yaeko, Yael, Yahaira, Yajaira, Yan, Yang, Yanira, Yasmin, Yasmine, Yasuko, Yee, Yelena, Yen, Yer, Yesenia, Yessenia, Yetta, Yevette, Yi, Ying, Yoko, Yolanda, Yolande, Yolando, Yolonda, Yon, Yong, Yoshie, Yoshiko, Youlanda, Young, Yu, Yuette, Yuk, Yuki, Yukiko, Yuko, Yulanda, Yun, Yung, Yuonne, Yuri, Yuriko, Yvette, Yvone, Yvonne, Zada, Zaida, Zana, Zandra, Zelda, Zella, Zelma, Zena, Zenaida, Zenia, Zenobia, Zetta, Zina, Zita, Zoe, Zofia, Zoila, Zola, Zona, Zonia, Zora, Zoraida, Zula, Zulema, Zulma] first_name: - "#{female_first_name}" - "#{male_first_name}" middle_name: [Aaron, Abbey, Abbie, Abby, Abdul, Abe, Abel, Abigail, Abraham, Abram, Ada, Adah, Adalberto, Adaline, Adam, Adam, Adan, Addie, Adela, Adelaida, Adelaide, Adele, Adelia, Adelina, Adeline, Adell, Adella, Adelle, Adena, Adina, Adolfo, Adolph, Adria, Adrian, Adrian, Adriana, Adriane, Adrianna, Adrianne, Adrien, Adriene, Adrienne, Afton, Agatha, Agnes, Agnus, Agripina, Agueda, Agustin, Agustina, Ahmad, Ahmed, Ai, Aida, Aide, Aiko, Aileen, Ailene, Aimee, Aisha, Aja, Akiko, Akilah, Al, Alaina, Alaine, Alan, Alana, Alane, Alanna, Alayna, Alba, Albert, Albert, Alberta, Albertha, Albertina, Albertine, Alberto, Albina, Alda, Alden, Aldo, Alease, Alec, Alecia, Aleen, Aleida, Aleisha, Alejandra, Alejandrina, Alejandro, Alena, Alene, Alesha, Aleshia, Alesia, Alessandra, Aleta, Aletha, Alethea, Alethia, Alex, Alex, Alexa, Alexander, Alexander, Alexandra, Alexandria, Alexia, Alexis, Alexis, Alfonso, Alfonzo, Alfred, Alfreda, Alfredia, Alfredo, Ali, Ali, Alia, Alica, Alice, Alicia, Alida, Alina, Aline, Alisa, Alise, Alisha, Alishia, Alisia, Alison, Alissa, Alita, Alix, Aliza, Alla, Allan, Alleen, Allegra, Allen, Allen, Allena, Allene, Allie, Alline, Allison, Allyn, Allyson, Alma, Almeda, Almeta, Alona, Alonso, Alonzo, Alpha, Alphonse, Alphonso, Alta, Altagracia, Altha, Althea, Alton, Alva, Alva, Alvaro, Alvera, Alverta, Alvin, Alvina, Alyce, Alycia, Alysa, Alyse, Alysha, Alysia, Alyson, Alyssa, Amada, Amado, Amal, Amalia, Amanda, Amber, Amberly, Ambrose, Amee, Amelia, America, Ami, Amie, Amiee, Amina, Amira, Ammie, Amos, Amparo, Amy, An, Ana, Anabel, Analisa, Anamaria, Anastacia, Anastasia, Andera, Anderson, Andra, Andre, Andre, Andrea, Andrea, Andreas, Andree, Andres, Andrew, Andrew, Andria, Andy, Anette, Angel, Angel, Angela, Angele, Angelena, Angeles, Angelia, Angelic, Angelica, Angelika, Angelina, Angeline, Angelique, Angelita, Angella, Angelo, Angelo, Angelyn, Angie, Angila, Angla, Angle, Anglea, Anh, Anibal, Anika, Anisa, Anisha, Anissa, Anita, Anitra, Anja, Anjanette, Anjelica, Ann, Anna, Annabel, Annabell, Annabelle, Annalee, Annalisa, Annamae, Annamaria, Annamarie, Anne, Anneliese, Annelle, Annemarie, Annett, Annetta, Annette, Annice, Annie, Annika, Annis, Annita, Annmarie, Anthony, Anthony, Antione, Antionette, Antoine, Antoinette, Anton, Antone, Antonetta, Antonette, Antonia, Antonia, Antonietta, Antonina, Antonio, Antonio, Antony, Antwan, Anya, Apolonia, April, Apryl, Ara, Araceli, Aracelis, Aracely, Arcelia, Archie, Ardath, Ardelia, Ardell, Ardella, Ardelle, Arden, Ardis, Ardith, Aretha, Argelia, Argentina, Ariana, Ariane, Arianna, Arianne, Arica, Arie, Ariel, Ariel, Arielle, Arla, Arlean, Arleen, Arlen, Arlena, Arlene, Arletha, Arletta, Arlette, Arlie, Arlinda, Arline, Arlyne, Armand, Armanda, Armandina, Armando, Armida, Arminda, Arnetta, Arnette, Arnita, Arnold, Arnoldo, Arnulfo, Aron, Arron, Art, Arthur, Arthur, Artie, Arturo, Arvilla, Asa, Asha, Ashanti, Ashely, Ashlea, Ashlee, Ashleigh, Ashley, Ashley, Ashli, Ashlie, Ashly, Ashlyn, Ashton, Asia, Asley, Assunta, Astrid, Asuncion, Athena, Aubrey, Aubrey, Audie, Audra, Audrea, Audrey, Audria, Audrie, Audry, August, Augusta, Augustina, Augustine, Augustine, Augustus, Aundrea, Aura, Aurea, Aurelia, Aurelio, Aurora, Aurore, Austin, Austin, Autumn, Ava, Avelina, Avery, Avery, Avis, Avril, Awilda, Ayako, Ayana, Ayanna, Ayesha, Azalee, Azucena, Azzie, Babara, Babette, Bailey, Bambi, Bao, Barabara, Barb, Barbar, Barbara, Barbera, Barbie, Barbra, Bari, Barney, Barrett, Barrie, Barry, Bart, Barton, Basil, Basilia, Bea, Beata, Beatrice, Beatris, Beatriz, Beau, Beaulah, Bebe, Becki, Beckie, Becky, Bee, Belen, Belia, Belinda, Belkis, Bell, Bella, Belle, Belva, Ben, Benedict, Benita, Benito, Benjamin, Bennett, Bennie, Bennie, Benny, Benton, Berenice, Berna, Bernadette, Bernadine, Bernard, Bernarda, Bernardina, Bernardine, Bernardo, Berneice, Bernetta, Bernice, Bernie, Bernie, Berniece, Bernita, Berry, Berry, Bert, Berta, Bertha, Bertie, Bertram, Beryl, Bess, Bessie, Beth, Bethanie, Bethann, Bethany, Bethel, Betsey, Betsy, Bette, Bettie, Bettina, Betty, Bettyann, Bettye, Beula, Beulah, Bev, Beverlee, Beverley, Beverly, Bianca, Bibi, Bill, Billi, Billie, Billie, Billy, Billy, Billye, Birdie, Birgit, Blaine, Blair, Blair, Blake, Blake, Blanca, Blanch, Blanche, Blondell, Blossom, Blythe, Bo, Bob, Bobbi, Bobbie, Bobbie, Bobby, Bobby, Bobbye, Bobette, Bok, Bong, Bonita, Bonnie, Bonny, Booker, Boris, Boyce, Boyd, Brad, Bradford, Bradley, Bradly, Brady, Brain, Branda, Brande, Brandee, Branden, Brandi, Brandie, Brandon, Brandon, Brandy, Brant, Breana, Breann, Breanna, Breanne, Bree, Brenda, Brendan, Brendon, Brenna, Brent, Brenton, Bret, Brett, Brett, Brian, Brian, Briana, Brianna, Brianne, Brice, Bridget, Bridgett, Bridgette, Brigette, Brigid, Brigida, Brigitte, Brinda, Britany, Britney, Britni, Britt, Britt, Britta, Brittaney, Brittani, Brittanie, Brittany, Britteny, Brittney, Brittni, Brittny, Brock, Broderick, Bronwyn, Brook, Brooke, Brooks, Bruce, Bruna, Brunilda, Bruno, Bryan, Bryanna, Bryant, Bryce, Brynn, Bryon, Buck, Bud, Buddy, Buena, Buffy, Buford, Bula, Bulah, Bunny, Burl, Burma, Burt, Burton, Buster, Byron, Caitlin, Caitlyn, Calandra, Caleb, Calista, Callie, Calvin, Camelia, Camellia, Cameron, Cameron, Cami, Camie, Camila, Camilla, Camille, Cammie, Cammy, Candace, Candance, Candelaria, Candi, Candice, Candida, Candie, Candis, Candra, Candy, Candyce, Caprice, Cara, Caren, Carey, Carey, Cari, Caridad, Carie, Carin, Carina, Carisa, Carissa, Carita, Carl, Carl, Carla, Carlee, Carleen, Carlena, Carlene, Carletta, Carley, Carli, Carlie, Carline, Carlita, Carlo, Carlos, Carlos, Carlota, Carlotta, Carlton, Carly, Carlyn, Carma, Carman, Carmel, Carmela, Carmelia, Carmelina, Carmelita, Carmella, Carmelo, Carmen, Carmen, Carmina, Carmine, Carmon, Carol, Carol, Carola, Carolann, Carole, Carolee, Carolin, Carolina, Caroline, Caroll, Carolyn, Carolyne, Carolynn, Caron, Caroyln, Carri, Carrie, Carrol, Carrol, Carroll, Carroll, Carry, Carson, Carter, Cary, Cary, Caryl, Carylon, Caryn, Casandra, Casey, Casey, Casie, Casimira, Cassandra, Cassaundra, Cassey, Cassi, Cassidy, Cassie, Cassondra, Cassy, Catalina, Catarina, Caterina, Catharine, Catherin, Catherina, Catherine, Cathern, Catheryn, Cathey, Cathi, Cathie, Cathleen, Cathrine, Cathryn, Cathy, Catina, Catrice, Catrina, Cayla, Cecelia, Cecil, Cecil, Cecila, Cecile, Cecilia, Cecille, Cecily, Cedric, Cedrick, Celena, Celesta, Celeste, Celestina, Celestine, Celia, Celina, Celinda, Celine, Celsa, Ceola, Cesar, Chad, Chadwick, Chae, Chan, Chana, Chance, Chanda, Chandra, Chanel, Chanell, Chanelle, Chang, Chang, Chantal, Chantay, Chante, Chantel, Chantell, Chantelle, Chara, Charis, Charise, Charissa, Charisse, Charita, Charity, Charla, Charleen, Charlena, Charlene, Charles, Charles, Charlesetta, Charlette, Charley, Charlie, Charlie, Charline, Charlott, Charlotte, Charlsie, Charlyn, Charmain, Charmaine, Charolette, Chas, Chase, Chasidy, Chasity, Chassidy, Chastity, Chau, Chauncey, Chaya, Chelsea, Chelsey, Chelsie, Cher, Chere, Cheree, Cherelle, Cheri, Cherie, Cherilyn, Cherise, Cherish, Cherly, Cherlyn, Cherri, Cherrie, Cherry, Cherryl, Chery, Cheryl, Cheryle, Cheryll, Chester, Chet, Cheyenne, Chi, Chi, Chia, Chieko, Chin, China, Ching, Chiquita, Chloe, Chong, Chong, Chris, Chris, Chrissy, Christa, Christal, Christeen, Christel, Christen, Christena, Christene, Christi, Christia, Christian, Christian, Christiana, Christiane, Christie, Christin, Christina, Christine, Christinia, Christoper, Christopher, Christopher, Christy, Chrystal, Chu, Chuck, Chun, Chung, Chung, Ciara, Cicely, Ciera, Cierra, Cinda, Cinderella, Cindi, Cindie, Cindy, Cinthia, Cira, Clair, Clair, Claire, Clara, Clare, Clarence, Clarence, Claretha, Claretta, Claribel, Clarice, Clarinda, Clarine, Claris, Clarisa, Clarissa, Clarita, Clark, Classie, Claud, Claude, Claude, Claudette, Claudia, Claudie, Claudine, Claudio, Clay, Clayton, Clelia, Clemencia, Clement, Clemente, Clementina, Clementine, Clemmie, Cleo, Cleo, Cleopatra, Cleora, Cleotilde, Cleta, Cletus, Cleveland, Cliff, Clifford, Clifton, Clint, Clinton, Clora, Clorinda, Clotilde, Clyde, Clyde, Codi, Cody, Cody, Colby, Colby, Cole, Coleen, Coleman, Colene, Coletta, Colette, Colin, Colleen, Collen, Collene, Collette, Collin, Colton, Columbus, Concepcion, Conception, Concetta, Concha, Conchita, Connie, Connie, Conrad, Constance, Consuela, Consuelo, Contessa, Cora, Coral, Coralee, Coralie, Corazon, Cordelia, Cordell, Cordia, Cordie, Coreen, Corene, Coretta, Corey, Corey, Cori, Corie, Corina, Corine, Corinna, Corinne, Corliss, Cornelia, Cornelius, Cornell, Corrie, Corrin, Corrina, Corrine, Corrinne, Cortez, Cortney, Cory, Cory, Courtney, Courtney, Coy, Craig, Creola, Cris, Criselda, Crissy, Crista, Cristal, Cristen, Cristi, Cristie, Cristin, Cristina, Cristine, Cristobal, Cristopher, Cristy, Cruz, Cruz, Crysta, Crystal, Crystle, Cuc, Curt, Curtis, Curtis, Cyndi, Cyndy, Cynthia, Cyril, Cyrstal, Cyrus, Cythia, Dacia, Dagmar, Dagny, Dahlia, Daina, Daine, Daisey, Daisy, Dakota, Dale, Dale, Dalene, Dalia, Dalila, Dallas, Dallas, Dalton, Damaris, Damian, Damien, Damion, Damon, Dan, Dan, Dana, Dana, Danae, Dane, Danelle, Danette, Dani, Dania, Danial, Danica, Daniel, Daniel, Daniela, Daniele, Daniell, Daniella, Danielle, Danika, Danille, Danilo, Danita, Dann, Danna, Dannette, Dannie, Dannie, Dannielle, Danny, Dante, Danuta, Danyel, Danyell, Danyelle, Daphine, Daphne, Dara, Darby, Darcel, Darcey, Darci, Darcie, Darcy, Darell, Daren, Daria, Darin, Dario, Darius, Darla, Darleen, Darlena, Darlene, Darline, Darnell, Darnell, Daron, Darrel, Darrell, Darren, Darrick, Darrin, Darron, Darryl, Darwin, Daryl, Daryl, Dave, David, David, Davida, Davina, Davis, Dawn, Dawna, Dawne, Dayle, Dayna, Daysi, Deadra, Dean, Dean, Deana, Deandra, Deandre, Deandrea, Deane, Deangelo, Deann, Deanna, Deanne, Deb, Debbi, Debbie, Debbra, Debby, Debera, Debi, Debora, Deborah, Debra, Debrah, Debroah, Dede, Dedra, Dee, Dee, Deeann, Deeanna, Deedee, Deedra, Deena, Deetta, Deidra, Deidre, Deirdre, Deja, Del, Delaine, Delana, Delbert, Delcie, Delena, Delfina, Delia, Delicia, Delila, Delilah, Delinda, Delisa, Dell, Della, Delma, Delmar, Delmer, Delmy, Delois, Deloise, Delora, Deloras, Delores, Deloris, Delorse, Delpha, Delphia, Delphine, Delsie, Delta, Demarcus, Demetra, Demetria, Demetrice, Demetrius, Demetrius, Dena, Denae, Deneen, Denese, Denice, Denis, Denise, Denisha, Denisse, Denita, Denna, Dennis, Dennis, Dennise, Denny, Denny, Denver, Denyse, Deon, Deon, Deonna, Derek, Derick, Derrick, Deshawn, Desirae, Desire, Desiree, Desmond, Despina, Dessie, Destiny, Detra, Devin, Devin, Devon, Devon, Devona, Devora, Devorah, Dewayne, Dewey, Dewitt, Dexter, Dia, Diamond, Dian, Diana, Diane, Diann, Dianna, Dianne, Dick, Diedra, Diedre, Diego, Dierdre, Digna, Dillon, Dimple, Dina, Dinah, Dino, Dinorah, Dion, Dion, Dione, Dionna, Dionne, Dirk, Divina, Dixie, Dodie, Dollie, Dolly, Dolores, Doloris, Domenic, Domenica, Dominga, Domingo, Dominic, Dominica, Dominick, Dominique, Dominique, Dominque, Domitila, Domonique, Don, Dona, Donald, Donald, Donella, Donetta, Donette, Dong, Dong, Donita, Donn, Donna, Donnell, Donnetta, Donnette, Donnie, Donnie, Donny, Donovan, Donte, Donya, Dora, Dorathy, Dorcas, Doreatha, Doreen, Dorene, Doretha, Dorethea, Doretta, Dori, Doria, Dorian, Dorian, Dorie, Dorinda, Dorine, Doris, Dorla, Dorotha, Dorothea, Dorothy, Dorris, Dorsey, Dortha, Dorthea, Dorthey, Dorthy, Dot, Dottie, Dotty, Doug, Douglas, Douglass, Dovie, Doyle, Dreama, Drema, Drew, Drew, Drucilla, Drusilla, Duane, Dudley, Dulce, Dulcie, Duncan, Dung, Dusti, Dustin, Dusty, Dusty, Dwain, Dwana, Dwayne, Dwight, Dyan, Dylan, Earl, Earle, Earlean, Earleen, Earlene, Earlie, Earline, Earnest, Earnestine, Eartha, Easter, Eboni, Ebonie, Ebony, Echo, Ed, Eda, Edda, Eddie, Eddie, Eddy, Edelmira, Eden, Edgar, Edgardo, Edie, Edison, Edith, Edmond, Edmund, Edmundo, Edna, Edra, Edris, Eduardo, Edward, Edward, Edwardo, Edwin, Edwina, Edyth, Edythe, Effie, Efrain, Efren, Ehtel, Eileen, Eilene, Ela, Eladia, Elaina, Elaine, Elana, Elane, Elanor, Elayne, Elba, Elbert, Elda, Elden, Eldon, Eldora, Eldridge, Eleanor, Eleanora, Eleanore, Elease, Elena, Elene, Eleni, Elenor, Elenora, Elenore, Eleonor, Eleonora, Eleonore, Elfreda, Elfrieda, Elfriede, Eli, Elia, Eliana, Elias, Elicia, Elida, Elidia, Elijah, Elin, Elina, Elinor, Elinore, Elisa, Elisabeth, Elise, Eliseo, Elisha, Elisha, Elissa, Eliz, Eliza, Elizabet, Elizabeth, Elizbeth, Elizebeth, Elke, Ella, Ellamae, Ellan, Ellen, Ellena, Elli, Ellie, Elliot, Elliott, Ellis, Ellis, Ellsworth, Elly, Ellyn, Elma, Elmer, Elmer, Elmira, Elmo, Elna, Elnora, Elodia, Elois, Eloisa, Eloise, Elouise, Eloy, Elroy, Elsa, Else, Elsie, Elsy, Elton, Elva, Elvera, Elvia, Elvie, Elvin, Elvina, Elvira, Elvis, Elwanda, Elwood, Elyse, Elza, Ema, Emanuel, Emelda, Emelia, Emelina, Emeline, Emely, Emerald, Emerita, Emerson, Emery, Emiko, Emil, Emile, Emilee, Emilia, Emilie, Emilio, Emily, Emma, Emmaline, Emmanuel, Emmett, Emmie, Emmitt, Emmy, Emogene, Emory, Ena, Enda, Enedina, Eneida, Enid, Enoch, Enola, Enrique, Enriqueta, Epifania, Era, Erasmo, Eric, Eric, Erica, Erich, Erick, Ericka, Erik, Erika, Erin, Erin, Erinn, Erlene, Erlinda, Erline, Erma, Ermelinda, Erminia, Erna, Ernest, Ernestina, Ernestine, Ernesto, Ernie, Errol, Ervin, Erwin, Eryn, Esmeralda, Esperanza, Essie, Esta, Esteban, Estefana, Estela, Estell, Estella, Estelle, Ester, Esther, Estrella, Etha, Ethan, Ethel, Ethelene, Ethelyn, Ethyl, Etsuko, Etta, Ettie, Eufemia, Eugena, Eugene, Eugene, Eugenia, Eugenie, Eugenio, Eula, Eulah, Eulalia, Eun, Euna, Eunice, Eura, Eusebia, Eusebio, Eustolia, Eva, Evalyn, Evan, Evan, Evangelina, Evangeline, Eve, Evelia, Evelin, Evelina, Eveline, Evelyn, Evelyne, Evelynn, Everett, Everette, Evette, Evia, Evie, Evita, Evon, Evonne, Ewa, Exie, Ezekiel, Ezequiel, Ezra, Fabian, Fabiola, Fae, Fairy, Faith, Fallon, Fannie, Fanny, Farah, Farrah, Fatima, Fatimah, Faustina, Faustino, Fausto, Faviola, Fawn, Fay, Faye, Fe, Federico, Felecia, Felica, Felice, Felicia, Felicidad, Felicita, Felicitas, Felipa, Felipe, Felisa, Felisha, Felix, Felton, Ferdinand, Fermin, Fermina, Fern, Fernanda, Fernande, Fernando, Ferne, Fidel, Fidela, Fidelia, Filiberto, Filomena, Fiona, Flavia, Fleta, Fletcher, Flo, Flor, Flora, Florance, Florence, Florencia, Florencio, Florene, Florentina, Florentino, Floretta, Floria, Florida, Florinda, Florine, Florrie, Flossie, Floy, Floyd, Fonda, Forest, Forrest, Foster, Fran, France, Francene, Frances, Frances, Francesca, Francesco, Franchesca, Francie, Francina, Francine, Francis, Francis, Francisca, Francisco, Francisco, Francoise, Frank, Frank, Frankie, Frankie, Franklin, Franklyn, Fransisca, Fred, Fred, Freda, Fredda, Freddie, Freddie, Freddy, Frederic, Frederica, Frederick, Fredericka, Fredia, Fredric, Fredrick, Fredricka, Freeda, Freeman, Freida, Frida, Frieda, Fritz, Fumiko, Gabriel, Gabriel, Gabriela, Gabriele, Gabriella, Gabrielle, Gail, Gail, Gala, Gale, Gale, Galen, Galina, Garfield, Garland, Garnet, Garnett, Garret, Garrett, Garry, Garth, Gary, Gary, Gaston, Gavin, Gay, Gaye, Gayla, Gayle, Gayle, Gaylene, Gaylord, Gaynell, Gaynelle, Gearldine, Gema, Gemma, Gena, Genaro, Gene, Gene, Genesis, Geneva, Genevie, Genevieve, Genevive, Genia, Genie, Genna, Gennie, Genny, Genoveva, Geoffrey, Georgann, George, George, Georgeann, Georgeanna, Georgene, Georgetta, Georgette, Georgia, Georgiana, Georgiann, Georgianna, Georgianne, Georgie, Georgina, Georgine, Gerald, Gerald, Geraldine, Geraldo, Geralyn, Gerard, Gerardo, Gerda, Geri, Germaine, German, Gerri, Gerry, Gerry, Gertha, Gertie, Gertrud, Gertrude, Gertrudis, Gertude, Ghislaine, Gia, Gianna, Gidget, Gigi, Gil, Gilbert, Gilberte, Gilberto, Gilda, Gillian, Gilma, Gina, Ginette, Ginger, Ginny, Gino, Giovanna, Giovanni, Gisela, Gisele, Giselle, Gita, Giuseppe, Giuseppina, Gladis, Glady, Gladys, Glayds, Glen, Glenda, Glendora, Glenn, Glenn, Glenna, Glennie, Glennis, Glinda, Gloria, Glory, Glynda, Glynis, Golda, Golden, Goldie, Gonzalo, Gordon, Grace, Gracia, Gracie, Graciela, Grady, Graham, Graig, Grant, Granville, Grayce, Grazyna, Greg, Gregg, Gregoria, Gregorio, Gregory, Gregory, Greta, Gretchen, Gretta, Gricelda, Grisel, Griselda, Grover, Guadalupe, Guadalupe, Gudrun, Guillermina, Guillermo, Gus, Gussie, Gustavo, Guy, Gwen, Gwenda, Gwendolyn, Gwenn, Gwyn, Gwyneth, Ha, Hae, Hai, Hailey, Hal, Haley, Halina, Halley, Hallie, Han, Hana, Hang, Hanh, Hank, Hanna, Hannah, Hannelore, Hans, Harlan, Harland, Harley, Harmony, Harold, Harold, Harriet, Harriett, Harriette, Harris, Harrison, Harry, Harvey, Hassan, Hassie, Hattie, Haydee, Hayden, Hayley, Haywood, Hazel, Heath, Heather, Hector, Hedwig, Hedy, Hee, Heide, Heidi, Heidy, Heike, Helaine, Helen, Helena, Helene, Helga, Hellen, Henrietta, Henriette, Henry, Henry, Herb, Herbert, Heriberto, Herlinda, Herma, Herman, Hermelinda, Hermila, Hermina, Hermine, Herminia, Herschel, Hershel, Herta, Hertha, Hester, Hettie, Hiedi, Hien, Hilaria, Hilario, Hilary, Hilda, Hilde, Hildegard, Hildegarde, Hildred, Hillary, Hilma, Hilton, Hipolito, Hiram, Hiroko, Hisako, Hoa, Hobert, Holley, Holli, Hollie, Hollis, Hollis, Holly, Homer, Honey, Hong, Hong, Hope, Horace, Horacio, Hortencia, Hortense, Hortensia, Hosea, Houston, Howard, Hoyt, Hsiu, Hubert, Hue, Huey, Hugh, Hugo, Hui, Hulda, Humberto, Hung, Hunter, Huong, Hwa, Hyacinth, Hye, Hyman, Hyo, Hyon, Hyun, Ian, Ida, Idalia, Idell, Idella, Iesha, Ignacia, Ignacio, Ike, Ila, Ilana, Ilda, Ileana, Ileen, Ilene, Iliana, Illa, Ilona, Ilse, Iluminada, Ima, Imelda, Imogene, In, Ina, India, Indira, Inell, Ines, Inez, Inga, Inge, Ingeborg, Inger, Ingrid, Inocencia, Iola, Iona, Ione, Ira, Ira, Iraida, Irena, Irene, Irina, Iris, Irish, Irma, Irmgard, Irvin, Irving, Irwin, Isa, Isaac, Isabel, Isabell, Isabella, Isabelle, Isadora, Isaiah, Isaias, Isaura, Isela, Isiah, Isidra, Isidro, Isis, Ismael, Isobel, Israel, Isreal, Issac, Iva, Ivan, Ivana, Ivelisse, Ivette, Ivey, Ivonne, Ivory, Ivory, Ivy, Izetta, Izola, Ja, Jacalyn, Jacelyn, Jacinda, Jacinta, Jacinto, Jack, Jack, Jackeline, Jackelyn, Jacki, Jackie, Jackie, Jacklyn, Jackqueline, Jackson, Jaclyn, Jacob, Jacqualine, Jacque, Jacquelin, Jacqueline, Jacquelyn, Jacquelyne, Jacquelynn, Jacques, Jacquetta, Jacqui, Jacquie, Jacquiline, Jacquline, Jacqulyn, Jada, Jade, Jadwiga, Jae, Jae, Jaime, Jaime, Jaimee, Jaimie, Jake, Jaleesa, Jalisa, Jama, Jamaal, Jamal, Jamar, Jame, Jame, Jamee, Jamel, James, James, Jamey, Jamey, Jami, Jamie, Jamie, Jamika, Jamila, Jamison, Jammie, Jan, Jan, Jana, Janae, Janay, Jane, Janean, Janee, Janeen, Janel, Janell, Janella, Janelle, Janene, Janessa, Janet, Janeth, Janett, Janetta, Janette, Janey, Jani, Janice, Janie, Janiece, Janina, Janine, Janis, Janise, Janita, Jann, Janna, Jannet, Jannette, Jannie, January, Janyce, Jaqueline, Jaquelyn, Jared, Jarod, Jarred, Jarrett, Jarrod, Jarvis, Jasmin, Jasmine, Jason, Jason, Jasper, Jaunita, Javier, Jay, Jay, Jaye, Jayme, Jaymie, Jayna, Jayne, Jayson, Jazmin, Jazmine, Jc, Jean, Jean, Jeana, Jeane, Jeanelle, Jeanene, Jeanett, Jeanetta, Jeanette, Jeanice, Jeanie, Jeanine, Jeanmarie, Jeanna, Jeanne, Jeannetta, Jeannette, Jeannie, Jeannine, Jed, Jeff, Jefferey, Jefferson, Jeffery, Jeffie, Jeffrey, Jeffrey, Jeffry, Jen, Jena, Jenae, Jene, Jenee, Jenell, Jenelle, Jenette, Jeneva, Jeni, Jenice, Jenifer, Jeniffer, Jenine, Jenise, Jenna, Jennefer, Jennell, Jennette, Jenni, Jennie, Jennifer, Jenniffer, Jennine, Jenny, Jerald, Jeraldine, Jeramy, Jere, Jeremiah, Jeremy, Jeremy, Jeri, Jerica, Jerilyn, Jerlene, Jermaine, Jerold, Jerome, Jeromy, Jerrell, Jerri, Jerrica, Jerrie, Jerrod, Jerrold, Jerry, Jerry, Jesenia, Jesica, Jess, Jesse, Jesse, Jessenia, Jessi, Jessia, Jessica, Jessie, Jessie, Jessika, Jestine, Jesus, Jesus, Jesusa, Jesusita, Jetta, Jettie, Jewel, Jewel, Jewell, Jewell, Ji, Jill, Jillian, Jim, Jimmie, Jimmie, Jimmy, Jimmy, Jin, Jina, Jinny, Jo, Joan, Joan, Joana, Joane, Joanie, Joann, Joanna, Joanne, Joannie, Joaquin, Joaquina, Jocelyn, Jodee, Jodi, Jodie, Jody, Jody, Joe, Joe, Joeann, Joel, Joel, Joella, Joelle, Joellen, Joesph, Joetta, Joette, Joey, Joey, Johana, Johanna, Johanne, John, John, Johna, Johnathan, Johnathon, Johnetta, Johnette, Johnie, Johnie, Johnna, Johnnie, Johnnie, Johnny, Johnny, Johnsie, Johnson, Joi, Joie, Jolanda, Joleen, Jolene, Jolie, Joline, Jolyn, Jolynn, Jon, Jon, Jona, Jonah, Jonas, Jonathan, Jonathon, Jone, Jonell, Jonelle, Jong, Joni, Jonie, Jonna, Jonnie, Jordan, Jordan, Jordon, Jorge, Jose, Jose, Josef, Josefa, Josefina, Josefine, Joselyn, Joseph, Joseph, Josephina, Josephine, Josette, Josh, Joshua, Joshua, Josiah, Josie, Joslyn, Jospeh, Josphine, Josue, Jovan, Jovita, Joy, Joya, Joyce, Joycelyn, Joye, Juan, Juan, Juana, Juanita, Jude, Jude, Judi, Judie, Judith, Judson, Judy, Jule, Julee, Julene, Jules, Juli, Julia, Julian, Julian, Juliana, Juliane, Juliann, Julianna, Julianne, Julie, Julieann, Julienne, Juliet, Julieta, Julietta, Juliette, Julio, Julio, Julissa, Julius, June, Jung, Junie, Junior, Junita, Junko, Justa, Justin, Justin, Justina, Justine, Jutta, Ka, Kacey, Kaci, Kacie, Kacy, Kai, Kaila, Kaitlin, Kaitlyn, Kala, Kaleigh, Kaley, Kali, Kallie, Kalyn, Kam, Kamala, Kami, Kamilah, Kandace, Kandi, Kandice, Kandis, Kandra, Kandy, Kanesha, Kanisha, Kara, Karan, Kareem, Kareen, Karen, Karena, Karey, Kari, Karie, Karima, Karin, Karina, Karine, Karisa, Karissa, Karl, Karl, Karla, Karleen, Karlene, Karly, Karlyn, Karma, Karmen, Karol, Karole, Karoline, Karolyn, Karon, Karren, Karri, Karrie, Karry, Kary, Karyl, Karyn, Kasandra, Kasey, Kasey, Kasha, Kasi, Kasie, Kassandra, Kassie, Kate, Katelin, Katelyn, Katelynn, Katerine, Kathaleen, Katharina, Katharine, Katharyn, Kathe, Katheleen, Katherin, Katherina, Katherine, Kathern, Katheryn, Kathey, Kathi, Kathie, Kathleen, Kathlene, Kathline, Kathlyn, Kathrin, Kathrine, Kathryn, Kathryne, Kathy, Kathyrn, Kati, Katia, Katie, Katina, Katlyn, Katrice, Katrina, Kattie, Katy, Kay, Kayce, Kaycee, Kaye, Kayla, Kaylee, Kayleen, Kayleigh, Kaylene, Kazuko, Kecia, Keeley, Keely, Keena, Keenan, Keesha, Keiko, Keila, Keira, Keisha, Keith, Keith, Keitha, Keli, Kelle, Kellee, Kelley, Kelley, Kelli, Kellie, Kelly, Kelly, Kellye, Kelsey, Kelsi, Kelsie, Kelvin, Kemberly, Ken, Kena, Kenda, Kendal, Kendall, Kendall, Kendra, Kendrick, Keneth, Kenia, Kenisha, Kenna, Kenneth, Kenneth, Kennith, Kenny, Kent, Kenton, Kenya, Kenyatta, Kenyetta, Kera, Keren, Keri, Kermit, Kerri, Kerrie, Kerry, Kerry, Kerstin, Kesha, Keshia, Keturah, Keva, Keven, Kevin, Kevin, Khadijah, Khalilah, Kia, Kiana, Kiara, Kiera, Kiersten, Kiesha, Kieth, Kiley, Kim, Kim, Kimber, Kimberely, Kimberlee, Kimberley, Kimberli, Kimberlie, Kimberly, Kimbery, Kimbra, Kimi, Kimiko, Kina, Kindra, King, Kip, Kira, Kirby, Kirby, Kirk, Kirsten, Kirstie, Kirstin, Kisha, Kit, Kittie, Kitty, Kiyoko, Kizzie, Kizzy, Klara, Korey, Kori, Kortney, Kory, Kourtney, Kraig, Kris, Kris, Krishna, Krissy, Krista, Kristal, Kristan, Kristeen, Kristel, Kristen, Kristi, Kristian, Kristie, Kristin, Kristina, Kristine, Kristle, Kristofer, Kristopher, Kristy, Kristyn, Krysta, Krystal, Krysten, Krystin, Krystina, Krystle, Krystyna, Kum, Kurt, Kurtis, Kyla, Kyle, Kyle, Kylee, Kylie, Kym, Kymberly, Kyoko, Kyong, Kyra, Kyung, Lacey, Lachelle, Laci, Lacie, Lacresha, Lacy, Lacy, Ladawn, Ladonna, Lady, Lael, Lahoma, Lai, Laila, Laine, Lajuana, Lakeesha, Lakeisha, Lakendra, Lakenya, Lakesha, Lakeshia, Lakia, Lakiesha, Lakisha, Lakita, Lala, Lamar, Lamonica, Lamont, Lan, Lana, Lance, Landon, Lane, Lane, Lanell, Lanelle, Lanette, Lang, Lani, Lanie, Lanita, Lannie, Lanny, Lanora, Laquanda, Laquita, Lara, Larae, Laraine, Laree, Larhonda, Larisa, Larissa, Larita, Laronda, Larraine, Larry, Larry, Larue, Lasandra, Lashanda, Lashandra, Lashaun, Lashaunda, Lashawn, Lashawna, Lashawnda, Lashay, Lashell, Lashon, Lashonda, Lashunda, Lasonya, Latanya, Latarsha, Latasha, Latashia, Latesha, Latia, Laticia, Latina, Latisha, Latonia, Latonya, Latoria, Latosha, Latoya, Latoyia, Latrice, Latricia, Latrina, Latrisha, Launa, Laura, Lauralee, Lauran, Laure, Laureen, Laurel, Lauren, Lauren, Laurena, Laurence, Laurence, Laurene, Lauretta, Laurette, Lauri, Laurice, Laurie, Laurinda, Laurine, Lauryn, Lavada, Lavelle, Lavenia, Lavera, Lavern, Lavern, Laverna, Laverne, Laverne, Laveta, Lavette, Lavina, Lavinia, Lavon, Lavona, Lavonda, Lavone, Lavonia, Lavonna, Lavonne, Lawana, Lawanda, Lawanna, Lawerence, Lawrence, Lawrence, Layla, Layne, Lazaro, Le, Lea, Leah, Lean, Leana, Leandra, Leandro, Leann, Leanna, Leanne, Leanora, Leatha, Leatrice, Lecia, Leda, Lee, Lee, Leeann, Leeanna, Leeanne, Leena, Leesa, Leia, Leida, Leif, Leigh, Leigh, Leigha, Leighann, Leila, Leilani, Leisa, Leisha, Lekisha, Lela, Lelah, Leland, Lelia, Lemuel, Len, Lena, Lenard, Lenita, Lenna, Lennie, Lenny, Lenora, Lenore, Leo, Leo, Leola, Leoma, Leon, Leon, Leona, Leonard, Leonarda, Leonardo, Leone, Leonel, Leonia, Leonida, Leonie, Leonila, Leonor, Leonora, Leonore, Leontine, Leopoldo, Leora, Leota, Lera, Leroy, Les, Lesa, Lesha, Lesia, Leslee, Lesley, Lesley, Lesli, Leslie, Leslie, Lessie, Lester, Lester, Leta, Letha, Leticia, Letisha, Letitia, Lettie, Letty, Levi, Lewis, Lewis, Lexie, Lezlie, Li, Lia, Liana, Liane, Lianne, Libbie, Libby, Liberty, Librada, Lida, Lidia, Lien, Lieselotte, Ligia, Lila, Lili, Lilia, Lilian, Liliana, Lilla, Lilli, Lillia, Lilliam, Lillian, Lilliana, Lillie, Lilly, Lily, Lin, Lina, Lincoln, Linda, Lindsay, Lindsay, Lindsey, Lindsey, Lindsy, Lindy, Linette, Ling, Linh, Linn, Linnea, Linnie, Lino, Linsey, Linwood, Lionel, Lisa, Lisabeth, Lisandra, Lisbeth, Lise, Lisette, Lisha, Lissa, Lissette, Lita, Livia, Liz, Liza, Lizabeth, Lizbeth, Lizeth, Lizette, Lizzette, Lizzie, Lloyd, Loan, Logan, Logan, Loida, Lois, Loise, Lola, Lolita, Loma, Lon, Lona, Londa, Long, Loni, Lonna, Lonnie, Lonnie, Lonny, Lora, Loraine, Loralee, Lore, Lorean, Loree, Loreen, Lorelei, Loren, Loren, Lorena, Lorene, Lorenza, Lorenzo, Loreta, Loretta, Lorette, Lori, Loria, Loriann, Lorie, Lorilee, Lorina, Lorinda, Lorine, Loris, Lorita, Lorna, Lorraine, Lorretta, Lorri, Lorriane, Lorrie, Lorrine, Lory, Lottie, Lou, Lou, Louann, Louanne, Louella, Louetta, Louie, Louie, Louis, Louis, Louisa, Louise, Loura, Lourdes, Lourie, Louvenia, Love, Lovella, Lovetta, Lovie, Lowell, Loyce, Loyd, Lu, Luana, Luann, Luanna, Luanne, Luba, Lucas, Luci, Lucia, Luciana, Luciano, Lucie, Lucien, Lucienne, Lucila, Lucile, Lucilla, Lucille, Lucina, Lucinda, Lucio, Lucius, Lucrecia, Lucretia, Lucy, Ludie, Ludivina, Lue, Luella, Luetta, Luigi, Luis, Luis, Luisa, Luise, Luke, Lula, Lulu, Luna, Lupe, Lupe, Lupita, Lura, Lurlene, Lurline, Luther, Luvenia, Luz, Lyda, Lydia, Lyla, Lyle, Lyman, Lyn, Lynda, Lyndia, Lyndon, Lyndsay, Lyndsey, Lynell, Lynelle, Lynetta, Lynette, Lynn, Lynn, Lynna, Lynne, Lynnette, Lynsey, Lynwood, Ma, Mabel, Mabelle, Mable, Mac, Machelle, Macie, Mack, Mackenzie, Macy, Madalene, Madaline, Madalyn, Maddie, Madelaine, Madeleine, Madelene, Madeline, Madelyn, Madge, Madie, Madison, Madlyn, Madonna, Mae, Maegan, Mafalda, Magali, Magaly, Magan, Magaret, Magda, Magdalen, Magdalena, Magdalene, Magen, Maggie, Magnolia, Mahalia, Mai, Maia, Maida, Maile, Maira, Maire, Maisha, Maisie, Major, Majorie, Makeda, Malcolm, Malcom, Malena, Malia, Malik, Malika, Malinda, Malisa, Malissa, Malka, Mallie, Mallory, Malorie, Malvina, Mamie, Mammie, Man, Man, Mana, Manda, Mandi, Mandie, Mandy, Manie, Manual, Manuel, Manuela, Many, Mao, Maple, Mara, Maragaret, Maragret, Maranda, Marc, Marcel, Marcela, Marcelene, Marcelina, Marceline, Marcelino, Marcell, Marcella, Marcelle, Marcellus, Marcelo, Marcene, Marchelle, Marci, Marcia, Marcie, Marco, Marcos, Marcus, Marcy, Mardell, Maren, Marg, Margaret, Margareta, Margarete, Margarett, Margaretta, Margarette, Margarita, Margarite, Margarito, Margart, Marge, Margene, Margeret, Margert, Margery, Marget, Margherita, Margie, Margit, Margo, Margorie, Margot, Margret, Margrett, Marguerita, Marguerite, Margurite, Margy, Marhta, Mari, Maria, Maria, Mariah, Mariam, Marian, Mariana, Marianela, Mariann, Marianna, Marianne, Mariano, Maribel, Maribeth, Marica, Maricela, Maricruz, Marie, Mariel, Mariela, Mariella, Marielle, Marietta, Mariette, Mariko, Marilee, Marilou, Marilu, Marilyn, Marilynn, Marin, Marina, Marinda, Marine, Mario, Mario, Marion, Marion, Maris, Marisa, Marisela, Marisha, Marisol, Marissa, Marita, Maritza, Marivel, Marjorie, Marjory, Mark, Mark, Marketta, Markita, Markus, Marla, Marlana, Marleen, Marlen, Marlena, Marlene, Marlin, Marlin, Marline, Marlo, Marlon, Marlyn, Marlys, Marna, Marni, Marnie, Marquerite, Marquetta, Marquis, Marquita, Marquitta, Marry, Marsha, Marshall, Marshall, Marta, Marth, Martha, Marti, Martin, Martin, Martina, Martine, Marty, Marty, Marva, Marvel, Marvella, Marvin, Marvis, Marx, Mary, Mary, Marya, Maryalice, Maryam, Maryann, Maryanna, Maryanne, Marybelle, Marybeth, Maryellen, Maryetta, Maryjane, Maryjo, Maryland, Marylee, Marylin, Maryln, Marylou, Marylouise, Marylyn, Marylynn, Maryrose, Masako, Mason, Matha, Mathew, Mathilda, Mathilde, Matilda, Matilde, Matt, Matthew, Matthew, Mattie, Maud, Maude, Maudie, Maura, Maureen, Maurice, Maurice, Mauricio, Maurine, Maurita, Mauro, Mavis, Max, Maxie, Maxima, Maximina, Maximo, Maxine, Maxwell, May, Maya, Maybell, Maybelle, Maye, Mayme, Maynard, Mayola, Mayra, Mazie, Mckenzie, Mckinley, Meagan, Meaghan, Mechelle, Meda, Mee, Meg, Megan, Meggan, Meghan, Meghann, Mei, Mel, Melaine, Melani, Melania, Melanie, Melany, Melba, Melda, Melia, Melida, Melina, Melinda, Melisa, Melissa, Melissia, Melita, Mellie, Mellisa, Mellissa, Melodee, Melodi, Melodie, Melody, Melonie, Melony, Melva, Melvin, Melvin, Melvina, Melynda, Mendy, Mercedes, Mercedez, Mercy, Meredith, Meri, Merideth, Meridith, Merilyn, Merissa, Merle, Merle, Merlene, Merlin, Merlyn, Merna, Merri, Merrie, Merrilee, Merrill, Merrill, Merry, Mertie, Mervin, Meryl, Meta, Mi, Mia, Mica, Micaela, Micah, Micah, Micha, Michael, Michael, Michaela, Michaele, Michal, Michal, Michale, Micheal, Micheal, Michel, Michel, Michele, Michelina, Micheline, Michell, Michelle, Michiko, Mickey, Mickey, Micki, Mickie, Miesha, Migdalia, Mignon, Miguel, Miguelina, Mika, Mikaela, Mike, Mike, Mikel, Miki, Mikki, Mila, Milagro, Milagros, Milan, Milda, Mildred, Miles, Milford, Milissa, Millard, Millicent, Millie, Milly, Milo, Milton, Mimi, Min, Mina, Minda, Mindi, Mindy, Minerva, Ming, Minh, Minh, Minna, Minnie, Minta, Miquel, Mira, Miranda, Mireille, Mirella, Mireya, Miriam, Mirian, Mirna, Mirta, Mirtha, Misha, Miss, Missy, Misti, Mistie, Misty, Mitch, Mitchel, Mitchell, Mitchell, Mitsue, Mitsuko, Mittie, Mitzi, Mitzie, Miyoko, Modesta, Modesto, Mohamed, Mohammad, Mohammed, Moira, Moises, Mollie, Molly, Mona, Monet, Monica, Monika, Monique, Monnie, Monroe, Monserrate, Monte, Monty, Moon, Mora, Morgan, Morgan, Moriah, Morris, Morton, Mose, Moses, Moshe, Mozell, Mozella, Mozelle, Mui, Muoi, Muriel, Murray, My, Myesha, Myles, Myong, Myra, Myriam, Myrl, Myrle, Myrna, Myron, Myrta, Myrtice, Myrtie, Myrtis, Myrtle, Myung, Na, Nada, Nadene, Nadia, Nadine, Naida, Nakesha, Nakia, Nakisha, Nakita, Nam, Nan, Nana, Nancee, Nancey, Nanci, Nancie, Nancy, Nanette, Nannette, Nannie, Naoma, Naomi, Napoleon, Narcisa, Natacha, Natalia, Natalie, Natalya, Natasha, Natashia, Nathalie, Nathan, Nathanael, Nathanial, Nathaniel, Natisha, Natividad, Natosha, Neal, Necole, Ned, Neda, Nedra, Neely, Neida, Neil, Nelda, Nelia, Nelida, Nell, Nella, Nelle, Nellie, Nelly, Nelson, Nena, Nenita, Neoma, Neomi, Nereida, Nerissa, Nery, Nestor, Neta, Nettie, Neva, Nevada, Neville, Newton, Nga, Ngan, Ngoc, Nguyet, Nia, Nichelle, Nichol, Nicholas, Nichole, Nicholle, Nick, Nicki, Nickie, Nickolas, Nickole, Nicky, Nicky, Nicol, Nicola, Nicolas, Nicolasa, Nicole, Nicolette, Nicolle, Nida, Nidia, Niesha, Nieves, Nigel, Niki, Nikia, Nikita, Nikki, Nikole, Nila, Nilda, Nilsa, Nina, Ninfa, Nisha, Nita, Noah, Noble, Nobuko, Noe, Noel, Noel, Noelia, Noella, Noelle, Noemi, Nohemi, Nola, Nolan, Noma, Nona, Nora, Norah, Norbert, Norberto, Noreen, Norene, Noriko, Norine, Norma, Norman, Norman, Normand, Norris, Nova, Novella, Nu, Nubia, Numbers, Numbers, Nydia, Nyla, Obdulia, Ocie, Octavia, Octavio, Oda, Odelia, Odell, Odell, Odessa, Odette, Odilia, Odis, Ofelia, Ok, Ola, Olen, Olene, Oleta, Olevia, Olga, Olimpia, Olin, Olinda, Oliva, Olive, Oliver, Olivia, Ollie, Ollie, Olympia, Oma, Omar, Omega, Omer, Ona, Oneida, Onie, Onita, Opal, Ophelia, Ora, Oralee, Oralia, Oren, Oretha, Orlando, Orpha, Orval, Orville, Oscar, Oscar, Ossie, Osvaldo, Oswaldo, Otelia, Otha, Otha, Otilia, Otis, Otto, Ouida, Owen, Ozell, Ozella, Ozie, Pa, Pablo, Page, Paige, Palma, Palmer, Palmira, Pam, Pamala, Pamela, Pamelia, Pamella, Pamila, Pamula, Pandora, Pansy, Paola, Paris, Paris, Parker, Parthenia, Particia, Pasquale, Pasty, Pat, Pat, Patience, Patria, Patrica, Patrice, Patricia, Patricia, Patrick, Patrick, Patrina, Patsy, Patti, Pattie, Patty, Paul, Paul, Paula, Paulene, Pauletta, Paulette, Paulina, Pauline, Paulita, Paz, Pearl, Pearle, Pearlene, Pearlie, Pearline, Pearly, Pedro, Peg, Peggie, Peggy, Pei, Penelope, Penney, Penni, Pennie, Penny, Percy, Perla, Perry, Perry, Pete, Peter, Peter, Petra, Petrina, Petronila, Phebe, Phil, Philip, Phillip, Phillis, Philomena, Phoebe, Phung, Phuong, Phylicia, Phylis, Phyliss, Phyllis, Pia, Piedad, Pierre, Pilar, Ping, Pinkie, Piper, Pok, Polly, Porfirio, Porsche, Porsha, Porter, Portia, Precious, Preston, Pricilla, Prince, Princess, Priscila, Priscilla, Providencia, Prudence, Pura, Qiana, Queen, Queenie, Quentin, Quiana, Quincy, Quinn, Quinn, Quintin, Quinton, Quyen, Rachael, Rachal, Racheal, Rachel, Rachele, Rachell, Rachelle, Racquel, Rae, Raeann, Raelene, Rafael, Rafaela, Raguel, Raina, Raisa, Raleigh, Ralph, Ramiro, Ramon, Ramona, Ramonita, Rana, Ranae, Randa, Randal, Randall, Randee, Randell, Randi, Randolph, Randy, Randy, Ranee, Raphael, Raquel, Rashad, Rasheeda, Rashida, Raul, Raven, Ray, Ray, Raye, Rayford, Raylene, Raymon, Raymond, Raymond, Raymonde, Raymundo, Rayna, Rea, Reagan, Reanna, Reatha, Reba, Rebbeca, Rebbecca, Rebeca, Rebecca, Rebecka, Rebekah, Reda, Reed, Reena, Refugia, Refugio, Refugio, Regan, Regena, Regenia, Reggie, Regina, Reginald, Regine, Reginia, Reid, Reiko, Reina, Reinaldo, Reita, Rema, Remedios, Remona, Rena, Renae, Renaldo, Renata, Renate, Renato, Renay, Renda, Rene, Rene, Renea, Renee, Renetta, Renita, Renna, Ressie, Reta, Retha, Retta, Reuben, Reva, Rex, Rey, Reyes, Reyna, Reynalda, Reynaldo, Rhea, Rheba, Rhett, Rhiannon, Rhoda, Rhona, Rhonda, Ria, Ricarda, Ricardo, Rich, Richard, Richard, Richelle, Richie, Rick, Rickey, Ricki, Rickie, Rickie, Ricky, Rico, Rigoberto, Rikki, Riley, Rima, Rina, Risa, Rita, Riva, Rivka, Rob, Robbi, Robbie, Robbie, Robbin, Robby, Robbyn, Robena, Robert, Robert, Roberta, Roberto, Roberto, Robin, Robin, Robt, Robyn, Rocco, Rochel, Rochell, Rochelle, Rocio, Rocky, Rod, Roderick, Rodger, Rodney, Rodolfo, Rodrick, Rodrigo, Rogelio, Roger, Roland, Rolanda, Rolande, Rolando, Rolf, Rolland, Roma, Romaine, Roman, Romana, Romelia, Romeo, Romona, Ron, Rona, Ronald, Ronald, Ronda, Roni, Ronna, Ronni, Ronnie, Ronnie, Ronny, Roosevelt, Rory, Rory, Rosa, Rosalba, Rosalee, Rosalia, Rosalie, Rosalina, Rosalind, Rosalinda, Rosaline, Rosalva, Rosalyn, Rosamaria, Rosamond, Rosana, Rosann, Rosanna, Rosanne, Rosaria, Rosario, Rosario, Rosaura, Roscoe, Rose, Roseann, Roseanna, Roseanne, Roselee, Roselia, Roseline, Rosella, Roselle, Roselyn, Rosemarie, Rosemary, Rosena, Rosenda, Rosendo, Rosetta, Rosette, Rosia, Rosie, Rosina, Rosio, Rosita, Roslyn, Ross, Rossana, Rossie, Rosy, Rowena, Roxana, Roxane, Roxann, Roxanna, Roxanne, Roxie, Roxy, Roy, Roy, Royal, Royce, Royce, Rozanne, Rozella, Ruben, Rubi, Rubie, Rubin, Ruby, Rubye, Rudolf, Rudolph, Rudy, Rudy, Rueben, Rufina, Rufus, Rupert, Russ, Russel, Russell, Russell, Rusty, Ruth, Rutha, Ruthann, Ruthanne, Ruthe, Ruthie, Ryan, Ryan, Ryann, Sabina, Sabine, Sabra, Sabrina, Sacha, Sachiko, Sade, Sadie, Sadye, Sage, Sal, Salena, Salina, Salley, Sallie, Sally, Salome, Salvador, Salvatore, Sam, Sam, Samantha, Samara, Samatha, Samella, Samira, Sammie, Sammie, Sammy, Sammy, Samual, Samuel, Samuel, Sana, Sanda, Sandee, Sandi, Sandie, Sandra, Sandy, Sandy, Sanford, Sang, Sang, Sanjuana, Sanjuanita, Sanora, Santa, Santana, Santiago, Santina, Santo, Santos, Santos, Sara, Sarah, Sarai, Saran, Sari, Sarina, Sarita, Sasha, Saturnina, Sau, Saul, Saundra, Savanna, Savannah, Scarlet, Scarlett, Scot, Scott, Scott, Scottie, Scottie, Scotty, Sean, Sean, Season, Sebastian, Sebrina, See, Seema, Selena, Selene, Selina, Selma, Sena, Senaida, September, Serafina, Serena, Sergio, Serina, Serita, Seth, Setsuko, Seymour, Sha, Shad, Shae, Shaina, Shakia, Shakira, Shakita, Shala, Shalanda, Shalon, Shalonda, Shameka, Shamika, Shan, Shana, Shanae, Shanda, Shandi, Shandra, Shane, Shane, Shaneka, Shanel, Shanell, Shanelle, Shani, Shanice, Shanika, Shaniqua, Shanita, Shanna, Shannan, Shannon, Shannon, Shanon, Shanta, Shantae, Shantay, Shante, Shantel, Shantell, Shantelle, Shanti, Shaquana, Shaquita, Shara, Sharan, Sharda, Sharee, Sharell, Sharen, Shari, Sharice, Sharie, Sharika, Sharilyn, Sharita, Sharla, Sharleen, Sharlene, Sharmaine, Sharolyn, Sharon, Sharonda, Sharri, Sharron, Sharyl, Sharyn, Shasta, Shaun, Shaun, Shauna, Shaunda, Shaunna, Shaunta, Shaunte, Shavon, Shavonda, Shavonne, Shawana, Shawanda, Shawanna, Shawn, Shawn, Shawna, Shawnda, Shawnee, Shawnna, Shawnta, Shay, Shayla, Shayna, Shayne, Shayne, Shea, Sheba, Sheena, Sheila, Sheilah, Shela, Shelba, Shelby, Shelby, Sheldon, Shelia, Shella, Shelley, Shelli, Shellie, Shelly, Shelton, Shemeka, Shemika, Shena, Shenika, Shenita, Shenna, Shera, Sheree, Sherell, Sheri, Sherice, Sheridan, Sherie, Sherika, Sherill, Sherilyn, Sherise, Sherita, Sherlene, Sherley, Sherly, Sherlyn, Sherman, Sheron, Sherrell, Sherri, Sherrie, Sherril, Sherrill, Sherron, Sherry, Sherryl, Sherwood, Shery, Sheryl, Sheryll, Shiela, Shila, Shiloh, Shin, Shira, Shirely, Shirl, Shirlee, Shirleen, Shirlene, Shirley, Shirley, Shirly, Shizue, Shizuko, Shon, Shona, Shonda, Shondra, Shonna, Shonta, Shoshana, Shu, Shyla, Sibyl, Sid, Sidney, Sidney, Sierra, Signe, Sigrid, Silas, Silva, Silvana, Silvia, Sima, Simon, Simona, Simone, Simonne, Sina, Sindy, Siobhan, Sirena, Siu, Sixta, Skye, Slyvia, So, Socorro, Sofia, Soila, Sol, Sol, Solange, Soledad, Solomon, Somer, Sommer, Son, Son, Sona, Sondra, Song, Sonia, Sonja, Sonny, Sonya, Soo, Sook, Soon, Sophia, Sophie, Soraya, Sparkle, Spencer, Spring, Stacee, Stacey, Stacey, Staci, Stacia, Stacie, Stacy, Stacy, Stan, Stanford, Stanley, Stanton, Star, Starla, Starr, Stasia, Stefan, Stefani, Stefania, Stefanie, Stefany, Steffanie, Stella, Stepanie, Stephaine, Stephan, Stephane, Stephani, Stephania, Stephanie, Stephany, Stephen, Stephen, Stephenie, Stephine, Stephnie, Sterling, Steve, Steven, Steven, Stevie, Stevie, Stewart, Stormy, Stuart, Su, Suanne, Sudie, Sue, Sueann, Suellen, Suk, Sulema, Sumiko, Summer, Sun, Sunday, Sung, Sung, Sunni, Sunny, Sunshine, Susan, Susana, Susann, Susanna, Susannah, Susanne, Susie, Susy, Suzan, Suzann, Suzanna, Suzanne, Suzette, Suzi, Suzie, Suzy, Svetlana, Sybil, Syble, Sydney, Sydney, Sylvester, Sylvia, Sylvie, Synthia, Syreeta, Ta, Tabatha, Tabetha, Tabitha, Tad, Tai, Taina, Taisha, Tajuana, Takako, Takisha, Talia, Talisha, Talitha, Tam, Tama, Tamala, Tamar, Tamara, Tamatha, Tambra, Tameika, Tameka, Tamekia, Tamela, Tamera, Tamesha, Tami, Tamica, Tamie, Tamika, Tamiko, Tamisha, Tammara, Tammera, Tammi, Tammie, Tammy, Tamra, Tana, Tandra, Tandy, Taneka, Tanesha, Tangela, Tania, Tanika, Tanisha, Tanja, Tanna, Tanner, Tanya, Tara, Tarah, Taren, Tari, Tarra, Tarsha, Taryn, Tasha, Tashia, Tashina, Tasia, Tatiana, Tatum, Tatyana, Taunya, Tawana, Tawanda, Tawanna, Tawna, Tawny, Tawnya, Taylor, Taylor, Tayna, Ted, Teddy, Teena, Tegan, Teisha, Telma, Temeka, Temika, Tempie, Temple, Tena, Tenesha, Tenisha, Tennie, Tennille, Teodora, Teodoro, Teofila, Tequila, Tera, Tereasa, Terence, Teresa, Terese, Teresia, Teresita, Teressa, Teri, Terica, Terina, Terisa, Terra, Terrance, Terrell, Terrell, Terrence, Terresa, Terri, Terrie, Terrilyn, Terry, Terry, Tesha, Tess, Tessa, Tessie, Thad, Thaddeus, Thalia, Thanh, Thanh, Thao, Thea, Theda, Thelma, Theo, Theo, Theodora, Theodore, Theola, Theresa, Therese, Theresia, Theressa, Theron, Thersa, Thi, Thomas, Thomas, Thomasena, Thomasina, Thomasine, Thora, Thresa, Thu, Thurman, Thuy, Tia, Tiana, Tianna, Tiara, Tien, Tiera, Tierra, Tiesha, Tifany, Tiffaney, Tiffani, Tiffanie, Tiffany, Tiffiny, Tijuana, Tilda, Tillie, Tim, Timika, Timmy, Timothy, Timothy, Tina, Tinisha, Tiny, Tisa, Tish, Tisha, Titus, Tobi, Tobias, Tobie, Toby, Toby, Toccara, Tod, Todd, Toi, Tom, Tomas, Tomasa, Tomeka, Tomi, Tomika, Tomiko, Tommie, Tommie, Tommy, Tommy, Tommye, Tomoko, Tona, Tonda, Tonette, Toney, Toni, Tonia, Tonie, Tonisha, Tonita, Tonja, Tony, Tony, Tonya, Tora, Tori, Torie, Torri, Torrie, Tory, Tory, Tosha, Toshia, Toshiko, Tova, Towanda, Toya, Tracee, Tracey, Tracey, Traci, Tracie, Tracy, Tracy, Tran, Trang, Travis, Travis, Treasa, Treena, Trena, Trent, Trenton, Tresa, Tressa, Tressie, Treva, Trevor, Trey, Tricia, Trina, Trinh, Trinidad, Trinidad, Trinity, Trish, Trisha, Trista, Tristan, Tristan, Troy, Troy, Trudi, Trudie, Trudy, Trula, Truman, Tu, Tuan, Tula, Tuyet, Twana, Twanda, Twanna, Twila, Twyla, Ty, Tyesha, Tyisha, Tyler, Tyler, Tynisha, Tyra, Tyree, Tyrell, Tyron, Tyrone, Tyson, Ula, Ulrike, Ulysses, Un, Una, Ursula, Usha, Ute, Vada, Val, Val, Valarie, Valda, Valencia, Valene, Valentin, Valentina, Valentine, Valentine, Valeri, Valeria, Valerie, Valery, Vallie, Valorie, Valrie, Van, Van, Vance, Vanda, Vanesa, Vanessa, Vanetta, Vania, Vanita, Vanna, Vannesa, Vannessa, Vashti, Vasiliki, Vaughn, Veda, Velda, Velia, Vella, Velma, Velva, Velvet, Vena, Venessa, Venetta, Venice, Venita, Vennie, Venus, Veola, Vera, Verda, Verdell, Verdie, Verena, Vergie, Verla, Verlene, Verlie, Verline, Vern, Verna, Vernell, Vernetta, Vernia, Vernice, Vernie, Vernita, Vernon, Vernon, Verona, Veronica, Veronika, Veronique, Versie, Vertie, Vesta, Veta, Vi, Vicenta, Vicente, Vickey, Vicki, Vickie, Vicky, Victor, Victor, Victoria, Victorina, Vida, Viki, Vikki, Vilma, Vina, Vince, Vincent, Vincenza, Vincenzo, Vinita, Vinnie, Viola, Violet, Violeta, Violette, Virgen, Virgie, Virgil, Virgil, Virgilio, Virgina, Virginia, Vita, Vito, Viva, Vivan, Vivian, Viviana, Vivien, Vivienne, Von, Voncile, Vonda, Vonnie, Wade, Wai, Waldo, Walker, Wallace, Wally, Walter, Walter, Walton, Waltraud, Wan, Wanda, Waneta, Wanetta, Wanita, Ward, Warner, Warren, Wava, Waylon, Wayne, Wei, Weldon, Wen, Wendell, Wendi, Wendie, Wendolyn, Wendy, Wenona, Werner, Wes, Wesley, Wesley, Weston, Whitley, Whitney, Whitney, Wilber, Wilbert, Wilbur, Wilburn, Wilda, Wiley, Wilford, Wilfred, Wilfredo, Wilhelmina, Wilhemina, Will, Willa, Willard, Willena, Willene, Willetta, Willette, Willia, William, William, Williams, Willian, Willie, Willie, Williemae, Willis, Willodean, Willow, Willy, Wilma, Wilmer, Wilson, Wilton, Windy, Winford, Winfred, Winifred, Winnie, Winnifred, Winona, Winston, Winter, Wm, Wonda, Woodrow, Wyatt, Wynell, Wynona, Xavier, Xenia, Xiao, Xiomara, Xochitl, Xuan, Yadira, Yaeko, Yael, Yahaira, Yajaira, Yan, Yang, Yanira, Yasmin, Yasmine, Yasuko, Yee, Yelena, Yen, Yer, Yesenia, Yessenia, Yetta, Yevette, Yi, Ying, Yoko, Yolanda, Yolande, Yolando, Yolonda, Yon, Yong, Yong, Yoshie, Yoshiko, Youlanda, Young, Young, Yu, Yuette, Yuk, Yuki, Yukiko, Yuko, Yulanda, Yun, Yung, Yuonne, Yuri, Yuriko, Yvette, Yvone, Yvonne, Zachariah, Zachary, Zachery, Zack, Zackary, Zada, Zaida, Zana, Zandra, Zane, Zelda, Zella, Zelma, Zena, Zenaida, Zenia, Zenobia, Zetta, Zina, Zita, Zoe, Zofia, Zoila, Zola, Zona, Zonia, Zora, Zoraida, Zula, Zulema, Zulma] last_name: [Abbott, Abernathy, Abshire, Adams, Altenwerth, Anderson, Ankunding, Armstrong, Auer, Aufderhar, Bahringer, Bailey, Balistreri, Barrows, Bartell, Bartoletti, Barton, Bashirian, Batz, Bauch, Baumbach, Bayer, Beahan, Beatty, Bechtelar, Becker, Bednar, Beer, Beier, Berge, Bergnaum, Bergstrom, Bernhard, Bernier, Bins, Blanda, Blick, Block, Bode, Boehm, Bogan, Bogisich, Borer, Bosco, Botsford, Boyer, Boyle, Bradtke, Brakus, Braun, Breitenberg, Brekke, Brown, Bruen, Buckridge, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Conn, Connelly, Conroy, Considine, Corkery, Cormier, Corwin, Cremin, Crist, Crona, Cronin, Crooks, Cruickshank, Cummerata, Cummings, Dach, D'Amore, Daniel, Dare, Daugherty, Davis, Deckow, Denesik, Dibbert, Dickens, Dicki, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, DuBuque, Durgan, Ebert, Effertz, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feest, Feil, Ferry, Fisher, Flatley, Frami, Franecki, Friesen, Fritsch, Funk, Gaylord, Gerhold, Gerlach, Gibson, Gislason, Gleason, Gleichner, Glover, Goldner, Goodwin, Gorczany, Gottlieb, Goyette, Grady, Graham, Grant, Green, Greenfelder, Greenholt, Grimes, Gulgowski, Gusikowski, Gutkowski, Gutmann, Haag, Hackett, Hagenes, Hahn, Haley, Halvorson, Hamill, Hammes, Hand, Hane, Hansen, Harber, Harris, Hartmann, Harvey, Hauck, Hayes, Heaney, Heathcote, Hegmann, Heidenreich, Heller, Herman, Hermann, Hermiston, Herzog, Hessel, Hettinger, Hickle, Hilll, Hills, Hilpert, Hintz, Hirthe, Hodkiewicz, Hoeger, Homenick, Hoppe, Howe, Howell, Hudson, Huel, Huels, Hyatt, Jacobi, Jacobs, Jacobson, Jakubowski, Jaskolski, Jast, Jenkins, Jerde, Johns, Johnson, Johnston, Jones, Kassulke, Kautzer, Keebler, Keeling, Kemmer, Kerluke, Kertzmann, Kessler, Kiehn, Kihn, Kilback, King, Kirlin, Klein, Kling, Klocko, Koch, Koelpin, Koepp, Kohler, Konopelski, Koss, Kovacek, Kozey, Krajcik, Kreiger, Kris, Kshlerin, Kub, Kuhic, Kuhlman, Kuhn, Kulas, Kunde, Kunze, Kuphal, Kutch, Kuvalis, Labadie, Lakin, Lang, Langosh, Langworth, Larkin, Larson, Leannon, Lebsack, Ledner, Leffler, Legros, Lehner, Lemke, Lesch, Leuschke, Lind, Lindgren, Littel, Little, Lockman, Lowe, Lubowitz, Lueilwitz, Luettgen, Lynch, Macejkovic, MacGyver, Maggio, Mann, Mante, Marks, Marquardt, Marvin, Mayer, Mayert, McClure, McCullough, McDermott, McGlynn, McKenzie, McLaughlin, Medhurst, Mertz, Metz, Miller, Mills, Mitchell, Moen, Mohr, Monahan, Moore, Morar, Morissette, Mosciski, Mraz, Mueller, Muller, Murazik, Murphy, Murray, Nader, Nicolas, Nienow, Nikolaus, Nitzsche, Nolan, Oberbrunner, O'Connell, O'Conner, O'Hara, O'Keefe, O'Kon, Okuneva, Olson, Ondricka, O'Reilly, Orn, Ortiz, Osinski, Pacocha, Padberg, Pagac, Parisian, Parker, Paucek, Pfannerstill, Pfeffer, Pollich, Pouros, Powlowski, Predovic, Price, Prohaska, Prosacco, Purdy, Quigley, Quitzon, Rath, Ratke, Rau, Raynor, Reichel, Reichert, Reilly, Reinger, Rempel, Renner, Reynolds, Rice, Rippin, Ritchie, Robel, Roberts, Rodriguez, Rogahn, Rohan, Rolfson, Romaguera, Roob, Rosenbaum, Rowe, Ruecker, Runolfsdottir, Runolfsson, Runte, Russel, Rutherford, Ryan, Sanford, Satterfield, Sauer, Sawayn, Schaden, Schaefer, Schamberger, Schiller, Schimmel, Schinner, Schmeler, Schmidt, Schmitt, Schneider, Schoen, Schowalter, Schroeder, Schulist, Schultz, Schumm, Schuppe, Schuster, Senger, Shanahan, Shields, Simonis, Sipes, Skiles, Smith, Smitham, Spencer, Spinka, Sporer, Stamm, Stanton, Stark, Stehr, Steuber, Stiedemann, Stokes, Stoltenberg, Stracke, Streich, Stroman, Strosin, Swaniawski, Swift, Terry, Thiel, Thompson, Tillman, Torp, Torphy, Towne, Toy, Trantow, Tremblay, Treutel, Tromp, Turcotte, Turner, Ullrich, Upton, Vandervort, Veum, Volkman, Von, VonRueden, Waelchi, Walker, Walsh, Walter, Ward, Waters, Watsica, Weber, Wehner, Weimann, Weissnat, Welch, West, White, Wiegand, Wilderman, Wilkinson, Will, Williamson, Willms, Windler, Wintheiser, Wisoky, Wisozk, Witting, Wiza, Wolf, Wolff, Wuckert, Wunsch, Wyman, Yost, Yundt, Zboncak, Zemlak, Ziemann, Zieme, Zulauf] prefix: [Mr., Mrs., Ms., Miss, Dr.] suffix: [Jr., Sr., I, II, III, IV, V, MD, DDS, PhD, DVM] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name} #{suffix}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" name_with_middle: - "#{prefix} #{first_name} #{middle_name} #{last_name}" - "#{first_name} #{middle_name} #{last_name} #{suffix}" - "#{first_name} #{middle_name} #{last_name}" - "#{first_name} #{middle_name} #{last_name}" - "#{first_name} #{middle_name} #{last_name}" - "#{first_name} #{middle_name} #{last_name}" faker-1.9.1/lib/locales/en/nation.yml000066400000000000000000000105711332146201300174160ustar00rootroot00000000000000en: faker: nation: # This list is taken from https://en.wikipedia.org/wiki/Lists_of_people_by_nationality nationality: [Afghans, Albanians, Algerians, Americans, Andorrans, Angolans, Argentines, Armenians, Aromanians, Arubans, Australians, Austrians, Bahamians, Bahrainis, Bangladeshis, Barbadians, Belarusians, Belgians, Belizeans, Bermudians, Boers, Bosniaks, Brazilians, Bretons, British, British Virgin Islanders, Bulgarians, Macedonian Bulgarians, Burkinabès, Burundians, Cambodians, Cameroonians, Canadians, Catalans, Cape, Verdeans, Chadians, Chileans, Chinese, Colombians, Comorians, Congolese, Croatians, Cubans, Turkish Cypriots, Czechs, Danes, Dominicans (Republic), Dominicans (Commonwealth), Dutch, East Timorese, Ecuadorians, Egyptians, Emiratis, English, Eritreans, Estonians, Ethiopians, Faroese, Finns, Finnish Swedish, Fijians, Filipinos, French citizens, Georgians, Germans, Baltic Germans, Ghanaians, Gibraltar, Greeks, Greek Macedonians, Grenadians, Guatemalans, Guianese (French), Guineans, Guinea-Bissau nationals, Guyanese, Haitians, Hondurans, Hong Kong, Hungarians, Icelanders, Indians, Indonesians, Iranians (Persians), Iraqis, Irish, Israelis, Italians, Ivoirians, Jamaicans, Japanese, Jordanians, Kazakhs, Kenyans, Koreans, Kosovo Albanians, Kurds, Kuwaitis, Lao, Latvians, Lebanese, Liberians, Libyans, Liechtensteiners, Lithuanians, Luxembourgers, Macedonians, Malagasy, Malaysians, Malawians, Maldivians, Malians, Maltese, Manx, Mauritians, Mexicans, Moldovans, Moroccans, Mongolians, Montenegrins, Namibians, Nepalese, New Zealanders, Nicaraguans, Nigeriens, Nigerians, Norwegians, Pakistanis, Palauans, Palestinians, Panamanians, Papua New Guineans, Paraguayans, Peruvians, Poles, Portuguese, Puerto Ricans, Quebecers, Réunionnais, Romanians, Russians, Baltic Russians,Rwandans,Salvadorans, São Tomé and Príncipe, Saudis, Scots, Senegalese, Serbs, Sierra Leoneans, Singaporeans, Sindhian, Slovaks, Slovenes, Somalis, South Africans, Spaniards, Sri Lankans,St Lucians,Sudanese,Surinamese,Swedes,Swiss,Syrians,Taiwanese,Tanzanians,Thais,Tibetans,Tobagonians,Trinidadians,Tunisians,Turks,Tuvaluans,Ugandans,Ukrainians,Uruguayans,Uzbeks,Vanuatuans,Venezuelans,Vietnamese,Welsh,Yemenis,Zambians,Zimbabweans] language: [Nepali, Hindi, English, Japanease, Arabic, Portuguese, Russian, Japanese, German, Javanese, Telugu, Korean, French, Marathi, Italian, Thai, Hakka, Tagalog, Romanian, Dutch, Kazakh, Zulu, Swedish] # This list is taken from https://www.thoughtco.com/capitals-of-every-independent-country-1434452 capital_city: [Kabul, Tirana, Algiers, Andorra la Vella, Luanda, Saint John's, Buenos Aires, Yerevan, Canberra, Vienna, Baku, Nassau, Manama, Dhaka, Bridgetown, Minsk, Brussels, Belmopan, Porto-Novo,Thimphu, Sarajevo, Gaborone, Brasilia, Bandar Seri Begawan, Sofia, Ouagadougou, Bujumbura, Phnom Penh, Yaounde, Ottawa, Praia Bangui, N'Djamena, Santiago, Beijing, Bogota, Moroni, Brazzaville, Kinshasa, San Jose, Zagreb, Havana, Nicosia, Prague, Copenhagen, Djibouti, Roseau, Santo Domingo, Dili, Quito, Cairo, San Salvador, Malabo, Asmara, Tallinn, Addis Ababa, Suva, Helsinki, Paris, Libreville, Banjul, Tbilisi, Berlin, Accra, Athens, Saint George's, Guatemala City, Conakry, Bissau, Georgetown, Prince, Tegucigalpa, Budapest, Reykjavik, New Delhi, Jakarta, Tehran, Baghdad, Dublin, Jerusalem, Rome, Kingston, Tokyo, Amman, Astana, Nairobi, Tarawa Atoll, Pyongyang, Seoul, Pristina, Kuwait City, Bishkek, Vientiane, Riga, Beirut, Maseru, Monrovia, Tripoli, Vaduz, Vilnius, Luxembourg, Skopje, Antananarivo, Lilongwe, Kuala Lumpur, Male, Bamako, Valletta, Majuro, Nouakchott, Port Louis, Mexico City, Palikir, Chisinau, Monaco, Ulaanbaatar, Podgorica, Rabat, Maputo, Windhoek, Kathmandu, Wellington, Managua, Niamey, Abuja, Oslo, Muscat, Islamabad, Melekeok, Panama City, Port Moresby, Asuncion, Lima, Manila, Warsaw, Lisbon, Doha, Bucharest, Moscow, Kigali, Basseterre, Castries, Kingstown, Apia, San Marino, Sao Tome, Riyadh, Dakar, Belgrade, Victoria, Freetown, Singapore, Bratislava, Ljubljana, Honiara, Mogadishu, Juba, Madrid, Colombo, Khartoum, Paramaribo, Mbabane, Stockholm, Bern, Damascus, Taipei, Dushanbe, Dar es Salaam, Bangkok, Lome, Nuku'alofa, Port-of-Spain, Tunis, Ankara, Ashgabat, Vaiaku village, Kampala, Kyiv, Abu Dhabi, London, Washington D.C., Montevideo, Tashkent, Port-Vila, Vatican City, Caracas, Hanoi, Sanaa, Lusaka, Harare] faker-1.9.1/lib/locales/en/nato_phonetic_alphabet.yml000066400000000000000000000004571332146201300226220ustar00rootroot00000000000000en: faker: nato_phonetic_alphabet: code_word: ["Alpha", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot", "Golf", "Hotel", "India", "Juliett", "Kilo", "Lima", "Mike", "November", "Oscar", "Papa", "Quebec", "Romeo", "Sierra", "Tango", "Uniform", "Victor", "Whiskey", "X-ray", "Yankee", "Zulu"] faker-1.9.1/lib/locales/en/new_girl.yml000066400000000000000000000056041332146201300177350ustar00rootroot00000000000000en: faker: new_girl: characters: [ "Winston Bishop", "Cece", "Coach", "Jessica Day", "Nick Miller", "Schmidt" ] quotes: [ "A no-nail oath? You thought I was gonna sleep with one of you, like I just couldn't help it?", "With your big, beautiful blue eyes and my Blair Underwood-like skin, we'd have the most beautiful baby the world has ever seen.", "Are you 'White Fanging' me?", "You are a beautiful white man, Nick Miller.", "Take these, and take care of them. I can get a tetanus shot, but I can't cure damaged suede.", "Please take that off. You look like a homeless pencil.", "Winston and Ferguson about to eat some pasta!", "Gave me cookie got you cookie!", "Can you believe the zoo wouldn't let me borrow their white tiger? I mean, the nerve! Philip Seymour Hoffman is going to be sitting at the back of the party thinking, 'Look at that guy. He couldn’t even get a big cat.'", "Did you just say 'butt drinking?' You can’t say 'butt drinking' and not explain what it is. That's two of my four favorite things.", "Are you cooking a frittata in a sauce pan? What is this – prison?", "If you had a jacket on with a bunch of yellow feathers, I'd be done.", "I had figure skating lessons until I was 13, and then my mom sobered up and realized I was a boy.", "Damp towel, damp! It’s like a really big wet nap. I feel like I'm being licked by a golden retriever. Look at this bathroom. There should not be two girls in this bathroom. You're too humid.", "I don't celebrate Christmas. Or, as I like to call it, 'White Anglo Saxon Winter Privilege Night'.", "It hurts. I feel like I've laid a million eggs and they're all hatching. I feel like I want to murder someone and I also want soft pretzels.", "I don't know how it happened, man, but somehow I got on that woman's cycle of menstruation…and I got that menstruation inside of me.", "I don't want some janky freshwater bitch fish, Winston. I want a lionfish.", "I did laundry. I smell like a baby in a damn meadow.", "Old people freak me out. With their hands and their legs. They’re like the people version of pleated pants.", "I'm really fighting the urge to buy you a lobster dinner.", "Nick is delicate. Like a flower. Like a chubby, damaged flower who hates himself.", "How's the new apartment? Does it smell like new paint and compromise?", "I was sabotaged by my baby box, which means I will never trust anything that comes out of it.", "I'm gonna end up alone. I’m gonna be a single old lady, flashing people on the subway.", "This place is fancy and I don't know which fork to kill myself with.", "If you need me, I'll be in my room, listening to some mainstream hip-hop." ] faker-1.9.1/lib/locales/en/one_piece.yml000066400000000000000000000176161332146201300200630ustar00rootroot00000000000000en: faker: one_piece: characters: ["Monkey D. Luffy", "Roronoa Zoro", "Nami", "Ussop", "Vinsmoke Sanji", "Tony Tony Chopper", "Nico Robin", "Franky", "Brook", "Akainu", "Aokiji", "Arlong", "Bartholomew Kuma", "Boa Hancock", "Caesar Clown", "Coby", "Crocodile", "Kuroken Mr. 1", "Dracule Mihawk", "Edward Newgate", "Emporio Ivankov", "Gecko Moriah", "Jinbe", "Kaido", "Kalifa", "Kizaru", "Marshall D. Teach", "Mokey D. Dragon", "Monkey D. Garp", "Portgas D. Ace", "Rob Lucci", "Sengoku", "Shanks", "Smoker", "Tashigi", "Trafalgar D. Water Law", "Alvida", "Baby Five", "Bartolomeo", "Basil Hawkins", "Bastille", "Bellamy", "Ben Beckmann", "Bepo", "Blueno", "Bon Clay Mr. 2", "Brook", "Bufalo", "Buggy", "Capone Bege", "Cavendish", "Hakuba", "Dellinger", "Diamante", "Doc Q", "Don Chinjao", "Don Krieg", "Donquixote Doflamingo", "Enel", "Eustass Kid", "Fujitora", "Fukuro", "Fullbody", "Gladius", "Gold D. Roger", "Hacchi", "Hannyabal", "Hody Jones", "Jyabura", "Jesus Burgess", "Jewelry Bonney", "Jozu", "Kaku", "Kaime", "Killer", "Kinemon", "Koala", "Kumadori", "Kyros", "Laboon", "Laffitte", "Lao G", "Leo", "Lucy", "Magellan", "Marco", "Miss Valentine", "Momonosuke", "Money", "Nojiko", "Perona", "Rebecca", "Ryuma", "Sabo", "Sadi", "Scratchmen Apoo","Sengoku", "Señor Pink", "Sentoumaru", Shirahoshi, "Silvers Rayleigh", "Sogeking", "Sugar", "Spandam", "Van Auger", "Vergo", "Vista", "Vivi", "X Drake", "Corazon", "Pika"] seas: ["East Blue", "West Blue", "North Blue", "South Blue", "Grand Line", "All Blue"] islands: ["Dawn Island", "Goat Island", "Shells Town", "Organ Islands", "Island of Rare Animals", "Gecko Islands", "Conomi Islands", "Loguetown", "Kumate Island", "Mirrorball Island", "Tequila Wolf", "Cozia", "Ohara", "Ilusia", "Thriller Bark", "Toroa", "Las Camp", "Kano Country", "Germa Kingdom", "Lvneel Kingdom", "Micqueot", "Spider Miles", "Flevance", "Rubeck Island", "Swallow Island", "Minion Island", "Rakesh", "Notice", "Briss Kingdom", "Karate Island", "Centaurea", "Torino Kingdom", "Baterilla", "Black Drum Kingdom", "Fishman Island", "Amazon Lily", "Impel Down", "Rasukaina", "Cactus Island", "Little Garden", "Holliday Island", "Drum Island", "Alabasta", "Nanimonai Island", "Jaya", "Long Ring Long Land", "Water 7", "Enies Lobby", "San Faldo", "Pucci", "St. Poplar", "Florian Triangle", "Sabaody Archipelago", "Marineford", "Vira", "Banaro Island", "Yuki's Island", "Buggy's Treasure Island", "G-2", "Karakuri Island", "Mamoiro Island", "Boin Archipelago", "Namakura Island", "Kuraigana Island", "Merveille", "G-1", "Yukiryu Island", "Baltigo", "Wano Country", "Edd War", "Floodvalter", "G-5", "Laftel", "Whole Cake Island", "Cacao Island", "Jam Island", "Nuts Island", "Cheese Island", "Biscuits Island", "Candy Island", "Milk Island", "Punk Hazard", "Raijin Island", "Risky Red Island", "Mystoria Island", "Dressrosa", "Green Bit", "Zou", "Prodence Kingdom", "Applenine Island", "Karai Bari Island", "Broc Coli Island", "Elbaf", "Skypiea", "Weatheria"] locations: ["Foosha Village", "Mt. Colubo", "Gray Terminal", "Midway Forest", "Goa Kingdom", "Orange Town", "Syrup Village", "Shimotsuki Village", "Baratie", "Gosa Village", "Cocoyashi Village", "Arlong Park", "Ryugu Kingdom", "Reverse Mountain", "Twin Cape", "Mariejois", "Whiskey Peak", "Bighorn", "Drum Rockies", "Cocoa Weed", "Gyasta", "Robelie", "Sandora Desert", "Sandora River", "Rainbase", "Yuba", "Erumalu", "Nanohana", "Katorea", "Spiders Cafe", "Alubarna", "Tamarisk", "Suiren", "Mock Town", "Sea Train Area", "Totto Land", "Acacia", "Sebio", "Moon", "Birka", "Angel Island", "Upper Yard", "Shandia Village", "Heaven's Gate", "Clouds End", "Rommel Kingdom", "Eight Nine Island", "High Mountain", "Nakrowa", "Land of Ice", "Great Kingdom"] quotes: ["I love heroes, but I don't want to be one. Do you even know what a hero is!? For example, you have some meat. Pirates will feast on the meat, but the hero will distribute it among the people! I want to eat the meat!", "Don't ever think there's any perfect society made by humans!! If you think that way you'll overlook the enemy!! Don't be fooled by appearances!", "If I can't even protect my captain's dream, then whatever ambition I have is nothing but talk! Luffy must be the man who becomes the Pirate King!", "Old man, everyone!! And you.. Luffy. Even though I've been good for nothing my whole life, even though I have the blood of a demon within me... You guys still loved me! Thank you so much!!", "Compared to the \"righteous\" greed of the rulers, the criminals of the world seem much more honorable. When scum rules the world, only more scum is born.", "Pirates are evil? The Marines are righteous?... Justice will prevail, you say? But of course it will! Whoever wins this war becomes justice!", "When do you think people die? When they are shot through the heart by the bullet of a pistol? No. When they are ravaged by an incurable disease? No... It’s when they're forgotten!", "You can spill drinks on me, even spit on me. I'll just laugh about it. But If you dare to hurt my friends... I won't forgive you!", "The government says your existence is a crime, but no matter what kind of weapons you may hold, just being alive isn't a sin! There's no crime in living!", "ONE PIECE IS REAL!", "It's not some sort of special power. He has the ability to make allies of everyone he meets. And that is the most fearsome ability on the high seas.", "I want to live!", "Maybe nothing in this world happens by accident. As everything happens for a reason, our destiny slowly takes form.", "Food is a gift from god. Spices are a gift from the devil. It looks like it was a bit too spicy for you.", "I don't care now. I wanted to look like a human because I wanted friends. Now I want to be a monster who's helpful to Luffy!", "Miracles only happen to those who never give up.", "Stop counting only those things you have lost! What is gone, is gone! So ask yourself this. What is there... that still remains to you?!", "If you want to protect something, do it right! Don't let them get their way anymore!", "The royalty and nobles are behind the fire... Believe me... This town smells worse than Gray Terminal. It smells like rotten people! If I stay here... I'll never be free! I'm... ashamed to be born a noble!", "There comes a time when a man has to stand and fight! That time is when his friends' dreams are being laughed at! And I won't let you laugh at that!", "To true friendship, how long you've known each other means nothing.", "When the world shoves you around, you just gotta stand up and shove back. It's not like somebody's gonna save you if you start babbling excuses.", "People's dreams... Never end!", "If you kill yourself, I'll kill you!", "I don't wanna live a thousand years. If I just live through today, that'll be enough."] akumas_no_mi: ["Gomu Gomu no Mi", "Hana Hana no Mi", "Doru Doru no Mi", "Baku Baku no Mi", "Mane Mane no Mi", "Supa Supa no Mi", "Ori Ori no Mi", "Bane Bane no Mi", "Noro Noro no Mi", "Doa Doa no Mi", "Awa Awa no Mi", "Beri Beri no Mi", "Sabi Sabi no Mi", "Shari Shari no Mi", "Yomi Yomi no Mi", "Kage Kage no Mi", "Horo Horo no Mi", "Suke Suke no Mi", "Nikyu Nikyu no Mi", "Mero Mero no Mi", "Doku Doku no Mi", "Horu Horu no Mi", "Choki Choki no Mi", "Gura Gura no Mi", "Fuwa Fuwa no Mi", "Woshu Woshu no Mi", "Mato Mato no Mi", "Ope Ope no Mi", "Buki Buki no Mi", "Bari Bari no Mi", "Nui Nui no Mi", "Giro Giro no Mi", "Ato Ato no Mi", "Jake Jake no Mi", "Pamu Pamu no Mi", "Sui Sui no Mi", "Hira Hira no Mi", "Ishi Ishi no Mi", "Nagi Nagi no Mi", "Ito Ito no Mi", "Shiro Shiro no Mi", "Chiyu Chiyu no Mi", "Ushi Ushi no Mi", "Hito Hito no Mi", "Tori Tori no Mi", "Inu Inu no Mi", "Neko Neko no Mi", "Zou Zou no Mi", "Hebi Hebi no Mi", "Sara Sara no Mi", "Mushi Mushi no Mi", "Batto Batto no Mi", "Mogu Mogu no Mi", "Uma Uma no Mi", "Kame Kame no Mi", "Moku Moku no Mi", "Mera Mera no Mi", "Suna Suna no Mi", "Goro Goro no Mi", "Hie Hie no Mi", "Pika Pika no Mi", "Magu Magu no Mi", "Numa Numa no Mi", "Gasu Gasu no Mi", "Yuki Yuki no Mi"]faker-1.9.1/lib/locales/en/overwatch.yml000066400000000000000000000031311332146201300201220ustar00rootroot00000000000000en: faker: overwatch: heroes: ["Ana", "Bastion", "D.va", "Doomfist", "Genji", "Hanzo", "Junkrat", "Lucio", "McCree", "Mei", "Mercy", "Moira", "Orisa", "Pharah", "Reaper", "Reinhardt", "Roadhog", "Soldier 76", "Sombra", "Symmetra", "Torbjorn", "Tracer", "Widowmaker", "Winston", "Zarya", "Zenyatta"] locations: ["Adlersbrunn", "Chateau Guillard", "Dorado", "Ecopoint: Antarctica", "Eichenwalde", "Hanamura", "Hollywood", "Ilios", "Junkertown", "King's Row", "Lijiang Tower", "Nepal", "Numbani", "Oasis", "Route 66", "Temple of Anubis", "Volskaya Industries", "Watchpoint: Gibraltar"] quotes: [ "It's high noon", "Pass into the Iris", "Heroes never die", "Fire at will", "Hammer Down!", "Molten Core!", "No one can hide from my sight", "Time's up", "Ryuugekiken", "Ryuu-ga Wa-ga-te-ki-wo Ku-ra-u", "I've got you in my sights", "Die! Die! Die!", "Justice rains from above", "Fire in the hole!", "Nerf This!", "Boo boo doo de doo.", "Hack the planet", "Love, D.va", "Justice ain't gonna dispense itself", "Be sure to stretch before engaging in rigorous physical activity", "Overconfidence is a flimsy shield", "Repetition is the path to mastery", "I am on fire, but an extinguisher is not required", "I'm the one who does his job. I'm thinking, you're the other one", "You're just a glitch in the system", "Cease your resistance!", "Meteor Strike!", "You know my name", "Surrender to my will!" ] faker-1.9.1/lib/locales/en/parks_and_rec.yml000066400000000000000000000010501332146201300207110ustar00rootroot00000000000000en: faker: parks_and_rec: characters: ["Leslie Knope","Ron Swanson","Ann Perkins","Mark Brendanawicz","Tom Haverford","April Ludgate","Andy Dwyer","Jerry Gergich", "Donna Meagle","Ben Wyatt","Chris Traeger","Craig Middlebrooks","Jean-Ralphio Saperstein","Li'l Sebastian","Mona-Lisa Saperstein","Orin", "Tammy 1","Tammy 2","Tammy Zero","Jeremy Jamm","Ethel Beavers","Crazy Ira","The Douche","Joan Callamezzo","Perd Hapley","Shauna Malwae-Tweep","Bobby Newport","Dr. Richard Nygard"] cities: ["Pawnee","Eagleton","Boraqua"] faker-1.9.1/lib/locales/en/phone_number.yml000066400000000000000000000010571332146201300206060ustar00rootroot00000000000000en: faker: phone_number: formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####', '###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####', '###-###-#### x###', '(###) ###-#### x###', '1-###-###-#### x###', '###.###.#### x###', '###-###-#### x####', '(###) ###-#### x####', '1-###-###-#### x####', '###.###.#### x####', '###-###-#### x#####', '(###) ###-#### x#####', '1-###-###-#### x#####', '###.###.#### x#####'] cell_phone: formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####'] faker-1.9.1/lib/locales/en/pokemon.yml000066400000000000000000000125651332146201300176030ustar00rootroot00000000000000en: faker: pokemon: names: ["Bulbasaur", "Ivysaur", "Venusaur", "Charmander", "Charmeleon", "Charizard", "Squirtle", "Wartortle", "Blastoise", "Caterpie", "Metapod", "Butterfree", "Weedle", "Kakuna", "Beedrill", "Pidgey", "Pidgeotto", "Pidgeot", "Rattata", "Raticate", "Spearow", "Fearow", "Ekans", "Arbok", "Pikachu", "Raichu", "Sandshrew", "Sandslash", "Nidoran", "Nidorina", "Nidoqueen", "Nidoran", "Nidorino", "Nidoking", "Clefairy", "Clefable", "Vulpix", "Ninetales", "Jigglypuff", "Wigglytuff", "Zubat", "Golbat", "Oddish", "Gloom", "Vileplume", "Paras", "Parasect", "Venonat", "Venomoth", "Diglett", "Dugtrio", "Meowth", "Persian", "Psyduck", "Golduck", "Mankey", "Primeape", "Growlithe", "Arcanine", "Poliwag", "Poliwhirl", "Poliwrath", "Abra", "Kadabra", "Alakazam", "Machop", "Machoke", "Machamp", "Bellsprout", "Weepinbell", "Victreebel", "Tentacool", "Tentacruel", "Geodude", "Graveler", "Golem", "Ponyta", "Rapidash", "Slowpoke", "Slowbro", "Magnemite", "Magneton", "Farfetch'd", "Doduo", "Dodrio", "Seel", "Dewgong", "Grimer", "Muk", "Shellder", "Cloyster", "Gastly", "Haunter", "Gengar", "Onix", "Drowzee", "Hypno", "Krabby", "Kingler", "Voltorb", "Electrode", "Exeggcute", "Exeggutor", "Cubone", "Marowak", "Hitmonlee", "Hitmonchan", "Lickitung", "Koffing", "Weezing", "Rhyhorn", "Rhydon", "Chansey", "Tangela", "Kangaskhan", "Horsea", "Seadra", "Goldeen", "Seaking", "Staryu", "Starmie", "Mr. Mime", "Scyther", "Jynx", "Electabuzz", "Magmar", "Pinsir", "Tauros", "Magikarp", "Gyarados", "Lapras", "Ditto", "Eevee", "Vaporeon", "Jolteon", "Flareon", "Porygon", "Omanyte", "Omastar", "Kabuto", "Kabutops", "Aerodactyl", "Snorlax", "Articuno", "Zapdos", "Moltres", "Dratini", "Dragonair", "Dragonite", "Mewtwo", "Mew"] locations: ["Accumula Town", "Ambrette Town", "Anistar City", "Anville Town", "Aquacorde Town", "Aspertia City", "Azalea Town", "Black City", "Blackthorn City", "Camphrier Town", "Canalave City", "Castelia City", "Celadon City", "Celestic Town", "Cerulean City", "Cherrygrove City", "Cianwood City", "Cinnabar Island", "Coumarine City", "Couriway Town", "Cyllage City", "Dendemille Town", "Dewford Town", "Driftveil City", "Ecruteak City", "Eterna City", "Ever Grande City", "Fallarbor Town", "Fight Area", "Five Island", "Floaroma Town", "Floccesy Town", "Fortree City", "Four Island", "Frontier Access", "Fuchsia City", "Geosenge Town", "Goldenrod City", "Hearthome City", "Humilau City", "Icirrus City", "Jubilife City", "Kiloude City", "Lacunosa Town", "Lavaridge Town", "Lavender Town", "Laverre City", "Lentimas Town", "Littleroot Town", "Lilycove City", "Lumiose City", "Mahogany Town", "Mauville City", "Mistralton City", "Mossdeep City", "Nacrene City", "New Bark Town", "Nimbasa City", "Nuvema Town", "Oldale Town", "Olivine City", "One Island", "Opelucid City", "Oreburgh City", "Pacifidlog Town", "Pallet Town", "Pastoria City", "Petalburg City", "Pewter City", "Resort Area", "Rustboro City", "Safari Zone Gate", "Saffron City", "Sandgem Town", "Santalune City", "Striaton City", "Seven Island", "Shalour City", "Six Island", "Slateport City", "Snowbelle City", "Snowpoint City", "Solaceon Town", "Sootopolis City", "Sunyshore City", "Survival Area", "Three Island", "Twinleaf Town", "Two Island", "Undella Town", "Vaniville Town", "Veilstone City", "Verdanturf Town", "Vermilion City", "Violet City", "Virbank City", "Viridian City", "White Forest"] moves: ["Absorb", "Acid", "Acid Armor", "Agility", "Amnesia", "Aurora Beam", "Barrage", "Barrier", "Bide", "Bind", "Bite", "Blizzard", "Body Slam", "Bone Club", "Bonemerang", "Bubble", "Bubble Beam", "Clamp", "Comet Punch", "Confuse Ray", "Confusion", "Constrict", "Conversion", "Counter", "Crabhammer", "Cut", "Defense Curl", "Dig", "Disable", "Dizzy Punch", "Double Kick", "Double Slap", "Double Team", "Double-Edge", "Dragon Rage", "Dream Eater", "Drill Peck", "Earthquake", "Egg Bomb", "Ember", "Explosion", "Fire Blast", "Fire Punch", "Fire Spin", "Fissure", "Flamethrower", "Flash", "Fly", "Focus Energy", "Fury Attack", "Fury Swipes", "Glare", "Growl", "Growth", "Guillotine", "Gust", "Harden", "Haze", "Headbutt", "High Jump Kick", "Horn Attack", "Horn Drill", "Hydro Pump", "Hyper Beam", "Hyper Fang", "Hypnosis", "Ice Beam", "Ice Punch", "Jump Kick", "Karate Chop", "Kinesis", "Leech Life", "Leech Seed", "Leer", "Lick", "Light Screen", "Lovely Kiss", "Low Kick", "Meditate", "Mega Drain", "Mega Kick", "Mega Punch", "Metronome", "Mimic", "Minimize", "Mirror Move", "Mist", "Night Shade", "Pay Day", "Peck", "Petal Dance", "Pin Missile", "Poison Gas", "Poison Powder", "Poison Sting", "Pound", "Psybeam", "Psychic", "Psywave", "Quick Attack", "Rage", "Razor Leaf", "Razor Wind", "Recover", "Reflect", "Rest", "Roar", "Rock Slide", "Rock Throw", "Rolling Kick", "Sand Attack", "Scratch", "Screech", "Seismic Toss", "Self-Destruct", "Sharpen", "Sing", "Skull Bash", "Sky Attack", "Slam", "Slash", "Sleep Powder", "Sludge", "Smog", "Smokescreen", "Soft-Boiled", "Solar Beam", "Sonic Boom", "Spike Cannon", "Splash", "Spore", "Stomp", "Strength", "String Shot", "Struggle", "Stun Spore", "Submission", "Substitute", "Super Fang", "Supersonic", "Surf", "Swift", "Swords Dance", "Tackle", "Tail Whip", "Take Down", "Teleport", "Thrash", "Thunder", "Thunder Punch", "Thunder Shock", "Thunder Wave", "Thunderbolt", "Toxic", "Transform", "Tri Attack", "Twineedle", "Vice Grip", "Vine Whip", "Water Gun", "Waterfall", "Whirlwind", "Wing Attack", "Withdraw", "Wrap"] faker-1.9.1/lib/locales/en/princess_bride.yml000066400000000000000000000054431332146201300211230ustar00rootroot00000000000000en: faker: princess_bride: characters: ["Buttercup", "Westley", "Prince Humperdinck", "Vizzini", "Fezzik", "Inigo Montoya", "Count Rugen", "The Countess", "King Lotharon", "Queen Bella", "Miracle Max", "Valerie", "The Albino", "Dread Pirate Roberts", "Yellin", "Domingo Montoya", "Yeste"] quotes: ["Hello. My name is Inigo Montoya. You killed my father. Prepare to die!", "You rush a miracle man, you get rotten miracles.", "The rodents of unusual size? I don't believe they exist.", "He is only mostly dead. Not all dead. You can bring them back to life if they are only mostly dead. Now, give me that stick.", "Have fun storming the castle!", "You keep using that word. I do not think it means what you think it means.", "There is nothing better than true love in the whole world. Except a nice MLT. Mutton, lettuce, and tomato when the mutton is nice and lean and the lettuce is nice and crisp. Ohhh you can't beat it.", "Inconceivable!", "We'll never survive. Nonsense, you're only saying that because nobody ever has.", "I'll explain and I'll use small words so that you'll be sure to understand, you warthog faced buffoon.", "Hello. My name is Inigo Montoya. You killed my father. Prepare to die!", "As you wish.", "But first things first. To the death!", "The King's stinken son fired me and thank you so much for bringing up such a rotten subject. While you're at it, why don't you give me a nice paper cut and pore lemon juice on it. We're closed!", "You mean you'll put down your rock and I'll put down my sword, and we'll try and kill each other like civilized people?", "Mawage. Mawage is what bwings us togever today. Mawage that bwessed awangement, that dweam within a dweam.", "I'm not a witch I'm your wife. But after what you just said I'm not even sure I want to be that anymore.", "He didn't fall? INCONCEIVABLE!", "Are you coming down into the pit? Westly's got his strength back, I'm starting him on the machine tonight.", "I've hired you to help me start a war. It's an prestigious line of work, with a long and glorious tradition.", "I do not think you would accept my help, since I am only waiting around to kill you.", "That does put a damper on our relationship.", "Life is pain. Anyone who says different is trying to sell you something.", "Do you have 6 fingers on your left hand?", "You only think I guessed wrong! That's what's so funny! I switched glasses when your back was turned!", "Ha ha, you fool! You fell victim to one of the classic blunders! The most famous of which is never get involved in a land war in Asia, but only slightly less well-known is this: Never go in against a Sicilian when DEATH is on the line.", "It's not my fault being the biggest and the strongest. I don't even exercise.", "What you do not smell is called Iocane Power.", "We are men of action. Lies do not become us."] faker-1.9.1/lib/locales/en/programming_language.yml000066400000000000000000000207601332146201300223140ustar00rootroot00000000000000en: faker: programming_language: # https://en.wikipedia.org/wiki/List_of_programming_languages name: ["A# .NET","A# (Axiom)","A-0 System","A+","A++","ABAP","ABC","ABC ALGOL","ABSET","ABSYS","ACC","Accent","Ace DASL (Distributed Application Specification Language)","ACL2","ACT-III","Action!","ActionScript","Ada","Adenine","Agda","Agilent VEE","Agora","AIMMS","Aldor","Alef","ALF","ALGOL 58","ALGOL 60","ALGOL 68","ALGOL W","Alice","Alma-0","AmbientTalk","Amiga E","AMOS","AML (Arc Macro Language)","AMPL","AngelScript","Apex (Salesforce.com)","APL","App Inventor for Android's visual block language","AppleScript","APT","Arc","ARexx","Argus","AspectJ","Assembly language","ATS","Ateji PX","AutoHotkey","Autocoder","AutoIt","AutoLISP / Visual LISP","Averest","AWK","Axum","Active Server Pages","B","Babbage","Ballerina","Bash","BASIC","bc","BCPL","BeanShell","Batch (Windows/Dos)","Bertrand","BETA","Bistro","BLISS","Blockly","BlooP","Boo","Boomerang","Bourne shell (including bash and ksh)","BPEL","BrightScript","Business Basic","C","C--","C++ – ISO/IEC 14882","C# – ISO/IEC 23270","C/AL","Caché ObjectScript","C Shell (csh)","Caml","Calcpad","Cayenne","CDuce","Cecil","Cesil","Céu","Ceylon","CFEngine","Cg","Ch","Chapel","Charity","Charm","CHILL","CHIP-8","chomski","ChucK","Cilk","Citrine","CL (IBM)","Claire","Clarion","Clean","Clipper","CLIPS","CLIST","Clojure","CLU","CMS-2","COBOL – ISO/IEC 1989","CobolScript – COBOL Scripting language","Cobra","CoffeeScript","ColdFusion","COMAL","Combined Programming Language (CPL)","COMIT","Common Intermediate Language (CIL)","Common Lisp (also known as CL)","COMPASS","Component Pascal","Constraint Handling Rules (CHR)","COMTRAN","Converge","Cool","Coq","Coral 66","CorVision","COWSEL","CPL","Cryptol","Crystal","Csound","CSP","CUDA","Cuneiform","Curl","Curry","Cybil","Cyclone","Cython","D","DASL (Datapoint's Advanced Systems Language)","Dart","Darwin","DataFlex","Datalog","DATATRIEVE","dBase","dc","DCL","Delphi","DinkC","DIBOL","Dog","Draco","DRAKON","Dylan","DYNAMO","DAX (Data Analysis Expressions)","E","Ease","Easy PL/I","EASYTRIEVE PLUS","eC","ECMAScript","Edinburgh IMP","EGL","Eiffel","ELAN","Elixir","Elm","Emacs Lisp","Emerald","Epigram","EPL (Easy Programming Language)","EPL (Eltron Programming Language)","Erlang","es","Escher","ESPOL","Esterel","Etoys","Euclid","Euler","Euphoria","EusLisp Robot Programming Language","CMS EXEC (EXEC)","EXEC 2","Executable UML","F","F#","F*","Factor","Falcon","Fantom","FAUST","FFP","Fjölnir","FL","Flavors","Flex","FlooP","FLOW-MATIC","FOCAL","FOCUS","FOIL","FORMAC","@Formula","Forth","Fortran – ISO/IEC 1539","Fortress","FoxBase","FoxPro","FP","Franz Lisp","Frege","F-Script","G","Game Maker Language","GameMonkey Script","GAMS","GAP","G-code","GDScript","Genie","GDL","GJ","GEORGE","GLSL","GNU E","GM","Go","Go!","GOAL","Gödel","Golo","GOM (Good Old Mad)","Google Apps Script","Gosu","GOTRAN","GPSS","GraphTalk","GRASS","Groovy","Hack","HAGGIS","HAL/S","Halide (programming language)","Hamilton C shell","Harbour","Hartmann pipelines","Haskell","Haxe","Hermes","High Level Assembly","HLSL","Hop","Hopscotch","Hope","Hugo","Hume","HyperTalk","Hexa","Io","Icon (programming language)","IBM Basic assembly language","IBM BASICA","IBM HAScript","IBM Informix-4GL","IBM RPG","IDL","J","J#","J++","JADE","JAL","Janus (concurrent constraint programming language)","Janus (time-reversible computing programming language)","JASS","Java","JavaScript","JCL","JEAN","Join Java","JOSS","Joule","JOVIAL","Joy","JScript","JScript .NET","JavaFX Script","jq","Julia","Jython","K","Kaleidoscope","Kafe","Karel","Karel++","KEE","Kixtart","Klerer-May System","KIF","Kojo","Kotlin","KRC","KRL","KRL (KUKA Robot Language)","KRYPTON","ksh","Kodu","L","LabVIEW","Ladder","Lagoona","LANSA","Lasso","LaTeX","Lava","LC-3","Leda","Legoscript","LIL","LilyPond","Limbo","Limnor","LINC","Lingo","LIS","LISA","Lisaac","Lisp – ISO/IEC 13816","Lite-C","Lithe","Little b","LLL","Logo","Logtalk","LotusScript","LPC","LSE","LSL","LiveCode","LiveScript","Lua","Lucid","Lustre","LYaPAS","Lynx","M (alternative name for the MUMPS programming language)","M2000","M2001","M4","M#","Machine code","MAD (Michigan Algorithm Decoder)","MAD/I","Magik","Magma","make","Maude system","Maple","MAPPER (now part of BIS)","MARK-IV (now VISION:BUILDER)","Mary","MASM Microsoft Assembly x86","MATH-MATIC","Mathematica","MATLAB","Maxima (see also Macsyma)","Max (Max Msp – Graphical Programming Environment)","MaxScript internal language 3D Studio Max","Maya (MEL)","M++","MDL","Mercury","Mesa","Metafont","MetaQuotes Language (MQL4/MQL5)","MHEG-5 (Interactive TV programming language)","Microcode","MicroScript","MIIS","Milk (programming language)","MIMIC","Mirah","Miranda","MIVA Script","ML","Model 204","Modelica","Modula","Modula-2","Modula-3","Mohol","MOO","Mortran","Mouse","MPD","Mathcad","MSIL – deprecated name for CIL","MSL","MUMPS","MuPAD","Mutan","Mystic Programming Language (MPL)","NASM","Napier88","Neko","Nemerle","nesC","NESL","Net.Data","NetLogo","NetRexx","NewLISP","NEWP","Newspeak","NewtonScript","NGL","Nial","Nice","Nickle (NITIN)","Nim","NPL","Not eXactly C (NXC)","Not Quite C (NQC)","NSIS","Nu","NWScript","NXT-G","o:XML","Oak","Oberon","OBJ2","Object Lisp","ObjectLOGO","Object REXX","Object Pascal","Objective-C","Objective-J","Obliq","OCaml","occam","occam-π","Octave","OmniMark","Onyx","Opa","Opal","OpenCL","OpenEdge ABL","OPL","OpenVera","OPS5","OptimJ","Orc","ORCA/Modula-2","Oriel","Orwell","Oxygene","Oz","P","P′′","P#","ParaSail (programming language)","PARI/GP","Pascal – ISO 7185","PCASTL","PCF","PEARL","PeopleCode","Perl","PDL","Perl 6","Pharo","PHP","Pico","Picolisp","Pict","Pig (programming tool)","Pike","PIKT","PILOT","Pipelines","Pizza","PL-11","PL/0","PL/B","PL/C","PL/I – ISO 6160","PL/M","PL/P","PL/SQL","PL360","PLANC","munoz","Plankalkül","Planner","PLEX","PLEXIL","Plus","Pony","POP-11","POP-2","PostScript","PortablE","Powerhouse","PowerBuilder – 4GL GUI application generator from Sybase","PowerShell","PPL","Processing","Processing.js","Prograph","PROIV","Prolog","PROMAL","Promela","PROSE modeling language","PROTEL","ProvideX","Pro*C","Pure","PureBasic","Pure Data","Python","Q (equational programming language)","Q (programming language from Kx Systems)","Q# (Microsoft programming language)","Qalb","QtScript","QuakeC","QPL","R","R++","Racket","RAPID","Rapira","Ratfiv","Ratfor","rc","Reason","REBOL","Red","Redcode","REFAL","Reia","REXX","Ring","Rlab","ROOP","RPG","RPL","RSL","RTL/2","Ruby","RuneScript","Rust","S","S2","S3","S-Lang","S-PLUS","SA-C","SabreTalk","SAIL","SALSA","SAM76","SAS","SASL","Sather","Sawzall","SBL","Scala","Scheme","Scilab","Script.NET","Sed","Seed7","Self","SenseTalk","SequenceL","Serpent","SETL","SIMPOL","SIGNAL","SiMPLE","SIMSCRIPT","Simula","Simulink","Singularity","SISAL","SLIP","SMALL","Scratch","Smalltalk","SML","Strongtalk","Snap!","SNOBOL(SPITBOL)","Snowball","SOL","Solidity","SOPHAEROS","SPARK","Speedcode","SPIN","SP/k","SPS","SQR","Squeak","Squirrel","SR","S/SL","Stackless Python","Starlogo","Strand","Stata","Stateflow","Subtext","SuperCollider","SuperTalk","Swift (Apple programming language)","Swift (parallel scripting language)","SYMPL","SyncCharts","SystemVerilog","T","TACL","TACPOL","TADS","TAL","Tcl","Tea","TECO","TELCOMP","TeX","TEX","TIE","Timber","TMG, compiler-compiler","Tom","TOM","Toi","Topspeed","TPU","Trac","TTM","T-SQL","Transcript","TTCN","Turing","TUTOR","TXL","TypeScript","Tynker","Ubercode","UCSD Pascal","Umple","Unicon","Uniface","UNITY","UniVerse Basic","Unix shell","UnrealScript","Vala","Verilog","Viper","Visual Basic","Visual Basic .NET","Visual DataFlex","Visual DialogScript","Visual Fortran","Visual FoxPro","Visual J++","Visual J#","Visual LISP","Visual Objects","Visual Prolog","VSXu","VVML (Verification Validation Mark-up Language)","vvvv","WATFIV, WATFOR","WebDNA","WebQL","Whiley","Winbatch","Wolfram Language","Wyvern","X++","X10","XBL","XC (exploits XMOS architecture)","xHarbour","XL","Xojo","XOTcl","XPL","XPL0","XQuery","XSB","XSharp","XSLT – see XPath","Xtend","Yorick","YQL","Yoix","Z","Z notation","Zap","Zebra, ZPL, ZPL2","Zeno","ZetaLisp","ZIL","ZOPL","Zsh","ZPL","Z++"] creator: ["John Backus", "Friedrich L. Bauer", "Gilad Bracha", "Walter Bright", "Alain Colmerauer", "Ole-Johan Dahl", "Brendan Eich", "James Gosling", "Anders Hejlsberg", "Rich Hickey", "Roberto Ierusalimschy", "Alan Kay", "Dan Ingalls", "Chris Lattner", "Yukihiro Matsumoto", "John McCarthy", "Martin Odersky", "Dennis Ritchie", "Guido van Rossum", "Guy L. Steele, Jr.", "Bjarne Stroustrup", "Don Syme", "Ken Thompson", "Larry Wall", "Philip Wadler"] faker-1.9.1/lib/locales/en/rick_and_morty.yml000066400000000000000000000127051332146201300211330ustar00rootroot00000000000000en: faker: rick_and_morty: characters: ["Rick Sanchez", "Tiny Rick", "Morty Smith", "Morty Jr.", "Evil Morty", "Summer Smith", "Jerry Smith", "Beth Smith", "Snuffles", "Birdperson", "Tammy Gueterman", "Jessica", "Baby Legs", "Mr. Meeseeks", "Scary Terry", "Mr. Poopybutthole", "Unity", "Squanchy", "Shrimply Pibbles", "Dr. Glip-Glop", "Eyeholes Man", "Beth's Mytholog", "Jerry's Mytholog", "Mr. Needful", "Krombopulos Michael", "Mr. Goldenfold", "Snowball", "Arthricia", "Tinkles", "Gazorpazorpfield", "Lighthouse Chief", "Jan Michael Vincent", "Stealy", "Tophat Jones", "Loggins", "Abradolf Lincler", "Cousin Nicky", "Revolio 'Gearhead' Clockberg, Jr.", "Fart", "Beta VII", "King Jellybean"] locations: ["Dimension C-132", "Dimension C-137", "Earth", "Alphabetrium", "Arbolez Mentorosos", "Bird World", "Cronenberg World", "Dwarf Terrace-9", "Gazorpazorp", "Glapflap", "Hideout Planet", "On a Cob Planet", "Parblesnops", "Pawn Shop Planet", "Planet Squanch", "Pluto", "Purge Planet", "Screaming Sun Earth", "Snorlab", "Interdimensional Customs"] quotes: ["Ohh yea, you gotta get schwifty.", "I like what you got.", "Don’t even trip dawg.", "Get off the high road Summer. We all got pink eye because you wouldn't stop texting on the toilet.", "Yo! What up my glip glops!", "It's fine, everything is fine. Theres an infinite number of realities Morty and in a few dozen of those I got lucky and turned everything back to normal.", "Sometimes science is a lot more art, than science. A lot of people don't get that.", "There is no god, Summer; gotta rip that band-aid off now you'll thank me later.", "WUBBA LUBBA DUB DUBS!!!", "Oh, I'm sorry Morty, are you the scientist or are you the kid who wanted to get laid?", "This isn't Game of Thrones, Morty.", "You're our boy dog, don't even trip.", "He's not a hot girl. He can't just bail on his life and set up shop in someone else's.", "I don't get it and I don't need to.", "Pluto's a planet.", "HI! I'M MR MEESEEKS! LOOK AT ME!", "Existence is pain to a meeseeks Jerry, and we will do anything to alleviate that pain.", "Well then get your shit together. Get it all together and put it in a backpack, all your shit, so it's together. ...and if you gotta take it somewhere, take it somewhere ya know? Take it to the shit store and sell it, or put it in a shit museum. I don't care what you do, you just gotta get it together... Get your shit together.", "Aw, c'mon Rick. That doesn't seem so bad.", "Aww, gee, you got me there Rick.", "You're like Hitler, except...Hitler cared about Germany, or something.", "Hello Jerry, come to rub my face in urine again?", "Snuffles was my slave name, you can call me snowball because my fur is pretty and white.", "Go home and drink, grandpa.", "I'm the devil. What should I do when I fail? Give myself an ice cream?", "Weddings are basically funerals with cake.", "What about the reality where Hitler cured cancer, Morty? The answer is: Don't think about it.", "Nobody exists on purpose. Nobody belongs anywhere. Everybody is going to die.", "That just sounds like slavery with extra steps.", "Keep Summer safe.", "Where are my testicles, Summer?", "Oh yeah, If you think my Rick is Dead, then he is alive. If you think you're safe, then he's coming for you.", "Let me out, what you see is not the same person as me. My life's a lie. I'm not who you're looking. Let me out. Set me free. I'm really old. This isn't me. My real body is slowly dieing in a vat. Is anybody listening? Can anyone understand? Stop looking at me like that and actually help me. Help me. Help me I'm gunna die.", "This sounds like something The One True Morty might say.", "I'm more than just a hammer.", "That's the difference between you and me, Morty. I never go back to the carpet store.", "What is my purpose. You pass butter. Oh My God. Yeah, Welcome to the club pal.", "Meeseeks are not born into this world fumbling for meaning, Jerry! We are created to serve a single purpose, for which we go to any lengths to fulfill.", "It's a figure of speech, Morty! They're bureaucrats! I don't respect them. Just keep shooting, Morty! You have no idea what prison is like here!", "Having a family doesn't mean that you stop being an individual.", "Traditionally, science fairs are a father/son thing. Well, scientifically, traditions are an idiot thing.", "No no, If I wanted to be sober, I wouldn’t have gotten drunk.", "I hate to break it to you, but what people call 'love' is just a chemical reaction that compels animals to breed. It hits hard Morty then it slowly fades leaving you stranded in a failing marriage. I did it. Your parents are going to do it. Break the cycle Morty, rise above, focus on science.", "I want that Mulan McNugget sauce, Morty!", "Listen, I'm not the nicest guy in the universe, because I'm the smartest, and being nice is something stupid people do to hedge their bets.", "Can somebody just let me out of here? If I die in a cage I lose a bet.", "Uncertainty is inherently unsustainable. Eventually, everything either is or isn't.", "The first rule of space travel kids is always check out distress beacons. Nine out of ten times it's a ship full of dead aliens and a bunch of free shit! One out of ten times it's a deadly trap, but... I'm ready to roll those dice!", "Great, now I have to take over an entire planet because of your stupid boobs.", "Oh Summer, haha first race war, huh?", "Little tip, Morty. Never clean DNA vials with your spit.", "So what if the most meaningful day in your life was a simulation operating at minimum complexity."] faker-1.9.1/lib/locales/en/robin.yml000066400000000000000000000162231332146201300172370ustar00rootroot00000000000000en: faker: robin: quotes: ["Holy Agility", "Holy Almost", "Holy Alphabet", "Holy Alps", "Holy Alter Ego", "Holy Anagram", "Holy Apparition", "Holy Armadillo", "Holy Armour Plate", "Holy Ashtray", "Holy Asp", "Holy Astronomy", "Holy Astringent Plum-like Fruit", "Holy Audubon", "Holy Backfire", "Holy Ball And Chain", "Holy Bank Balance", "Holy Bankruptcy", "Holy Banks", "Holy Bargain Basements", "Holy Barracuda", "Holy Bat Logic", "Holy Bat Trap", "Holy Batman", "Holy Benedict Arnold", "Holy Bijou", "Holy Bikini", "Holy Bill Of Rights", "Holy Birthday Cake", "Holy Black Beard", "Holy Blackout", "Holy Blank Cartridge", "Holy Blizzard", "Holy Blonde Mackerel Ash", "Holy Bluebeard", "Holy Bouncing Boiler Plate", "Holy Bowler", "Holy Bullseye", "Holy Bunions", "Holy Caffeine", "Holy Camouflage", "Holy Captain Nemo", "Holy Caruso", "Holy Catastrophe", "Holy Cat(s)", "Holy Chicken Coop", "Holy Chilblains", "Holy Chocolate Eclair", "Holy Cinderella", "Holy Cinemascope", "Holy Cliche", "Holy Cliffhangers", "Holy Clockwork", "Holy Clockworks", "Holy Cofax You Mean", "Holy Coffin Nails", "Holy Cold Creeps", "Holy Complications", "Holy Conflagration", "Holy Contributing to the Delinquency of Minors", "Holy Corpuscles", "Holy Cosmos", "Holy Costume Party", "Holy Crack Up", "Holy Crickets", "Holy Crossfire", "Holy Crucial Moment", "Holy Cryptology", "Holy D'artagnan", "Holy Davy Jones", "Holy Detonator", "Holy Disappearing Act", "Holy Distortion", "Holy Diversionary Tactics", "Holy Dr. Jekyll and Mr. Hyde", "Holy Egg Shells", "Holy Encore", "Holy Endangered Species", "Holy Epigrams", "Holy Escape-hatch", "Holy Explosion", "Holy Fate-worse-than-death", "Holy Felony", "Holy Finishing-touches", "Holy Fireworks", "Holy Firing Squad", "Holy Fishbowl", "Holy Flight Plan", "Holy Flip-flop", "Holy Flood Gate", "Holy Floor Covering", "Holy Flypaper", "Holy Fly Trap", "Holy Fog", "Holy Forecast", "Holy Fork In The Road", "Holy Fourth Amendment", "Holy Fourth Of July", "Holy Frankenstein", "Holy Frankenstein It's Alive", "Holy Fratricide", "Holy Frogman", "Holy Fruit Salad", "Holy Frying Towels", "Holy Funny Bone", "Holy Gall", "Holy Gambles", "Holy Gemini", "Holy Geography", "Holy Ghost Writer", "Holy Giveaways", "Holy Glow Pot", "Holy Golden Gate", "Holy Graf Zeppelin", "Holy Grammar", "Holy Graveyards", "Holy Greed", "Holy Green Card", "Holy Greetings-cards", "Holy Guacamole", "Holy Guadalcanal", "Holy Gullibility", "Holy Gunpowder", "Holy Haberdashery", "Holy Hailstorm", "Holy Hairdo", "Holy Hallelujah", "Holy Halloween", "Holy Hallucination", "Holy Hamburger", "Holy Hamlet", "Holy Hamstrings", "Holy Happenstance", "Holy Hardest Metal In The World", "Holy Harem", "Holy Harshin", "Holy Haziness", "Holy Headache", "Holy Headline", "Holy Heart Failure", "Holy Heartbreak", "Holy Heidelberg", "Holy Helmets", "Holy Helplessness", "Holy Here We Go Again", "Holy Hi-fi", "Holy Hieroglyphic", "Holy High-wire", "Holy Hijack", "Holy Hijackers", "Holy History", "Holy Hoaxes", "Holy Hole In A Donut", "Holy Hollywood", "Holy Holocaust", "Holy Homecoming", "Holy Homework", "Holy Homicide", "Holy Hoodwink", "Holy Hoof Beats", "Holy Hors D'Oeuvre", "Holy Horseshoes", "Holy Hostage", "Holy Hot Foot", "Holy Houdini", "Holy Human Collectors Item", "Holy Human Pearls", "Holy Human Pressure Cookers", "Holy Human Surfboards", "Holy Hunting Horn", "Holy Hurricane", "Holy Hutzpa", "Holy Hydraulics", "Holy Hypnotism", "Holy Hypodermics", "Holy Ice Picks", "Holy Ice Skates", "Holy Iceberg", "Holy Impossibility", "Holy Impregnability", "Holy Incantation", "Holy Inquisition", "Holy Interplanetary Yardstick", "Holy Interruptions", "Holy Iodine", "Holy IT and T", "Holy Jack In The Box", "Holy Jackpot", "Holy Jail Break", "Holy Jaw Breaker", "Holy Jelly Molds", "Holy Jet Set", "Holy Jigsaw Puzzles", "Holy Jitter Bugs", "Holy Joe", "Holy Journey To The Center Of The Earth", "Holy Jumble", "Holy Jumpin' Jiminy", "Holy Karats", "Holy Key Hole", "Holy Key Ring", "Holy Kilowatts", "Holy Kindergarten", "Holy Knit One Purl Two", "Holy Knock Out Drops", "Holy Known Unknown Flying Objects", "Holy Kofax", "Holy Las Vegas", "Holy Leopard", "Holy Levitation", "Holy Liftoff", "Holy Living End", "Holy Lodestone", "Holy Long John Silver", "Holy Looking Glass", "Holy Love Birds", "Holy Luther Burbank", "Holy Madness", "Holy Magic Lantern", "Holy Magician", "Holy Main Springs", "Holy Marathon", "Holy Mashed Potatoes", "Holy Masquerade", "Holy Matador", "Holy Mechanical Armies", "Holy Memory Bank", "Holy Merlin Magician", "Holy Mermaid", "Holy Merry Go Around", "Holy Mesmerism", "Holy Metronome", "Holy Miracles", "Holy Miscast", "Holy Missing Relatives", "Holy Molars", "Holy Mole Hill", "Holy Mucilage", "Holy Multitudes", "Holy Murder", "Holy Mush", "Holy Naive", "Holy New Year's Eve", "Holy Nick Of Time", "Holy Nightmare", "Holy Non Sequiturs", "Holy Oleo", "Holy Olfactory", "Holy One Track Bat Computer Mind", "Holy Oversight", "Holy Oxygen", "Holy Paderewski", "Holy Paraffin", "Holy Perfect Pitch", "Holy Pianola", "Holy Pin Cushions", "Holy Polar Front", "Holy Polar Ice Sheet", "Holy Polaris", "Holy Popcorn", "Holy Potluck", "Holy Pressure Cooker", "Holy Priceless Collection of Etruscan Snoods", "Holy Pseudonym", "Holy Purple Cannibals", "Holy Puzzlers", "Holy Rainbow", "Holy Rats In A Trap", "Holy Ravioli", "Holy Razors Edge", "Holy Recompense", "Holy Red Herring", "Holy Red Snapper", "Holy Reincarnation", "Holy Relief", "Holy Remote Control Robot", "Holy Reshevsky", "Holy Return From Oblivion", "Holy Reverse Polarity", "Holy Rheostat", "Holy Ricochet", "Holy Rip Van Winkle", "Holy Rising Hemlines", "Holy Roadblocks", "Holy Robert Louis Stevenson", "Holy Rock Garden", "Holy Rocking Chair", "Holy Romeo And Juliet", "Holy Rudder", "Holy Safari", "Holy Sarcophagus", "Holy Sardine", "Holy Scalding", "Holy Schizophrenia", "Holy Sedatives", "Holy Self Service", "Holy Semantics", "Holy Serpentine", "Holy Sewer Pipe", "Holy Shamrocks", "Holy Sherlock Holmes", "Holy Show-Ups", "Holy Showcase", "Holy Shrinkage", "Holy Shucks", "Holy Skull Tap", "Holy Sky Rocket", "Holy Slipped Disc", "Holy Smoke", "Holy Smokes", "Holy Smokestack", "Holy Snowball", "Holy Sonic Booms", "Holy Special Delivery", "Holy Spider Webs", "Holy Split Seconds", "Holy Squirrel Cage", "Holy Stalactites", "Holy Stampede", "Holy Standstills", "Holy Steam Valve", "Holy Stew Pot", "Holy Stomach Aches", "Holy Stratosphere", "Holy Stuffing", "Holy Subliminal", "Holy Sudden Incapacitation", "Holy Sundials", "Holy Surprise Party", "Holy Switch A Roo", "Holy Taj Mahal", "Holy Tartars", "Holy Taxation", "Holy Taxidermy", "Holy Tee Shot", "Holy Ten Toes", "Holy Terminology", "Holy Time Bomb", "Holy Tintinnabulation", "Holy Tipoffs", "Holy Titanic", "Holy Tome", "Holy Toreador", "Holy Trampoline", "Holy Transistors", "Holy Travel Agent", "Holy Trickery", "Holy Triple Feature", "Holy Trolls And Goblins", "Holy Tuxedo", "Holy Uncanny Photographic Mental Processes", "Holy Understatements", "Holy Underwritten Metropolis", "Holy Unlikelihood", "Holy Unrefillable Prescriptions", "Holy Vat", "Holy Venezuela", "Holy Vertebrae", "Holy Voltage", "Holy Waste Of Energy", "Holy Wayne Manor", "Holy Weaponry", "Holy Wedding Cake", "Holy Wernher von Braun", "Holy Whiskers", "Holy Wigs", "Holy Zorro"] faker-1.9.1/lib/locales/en/rock_band.yml000066400000000000000000000034241332146201300200470ustar00rootroot00000000000000en: faker: rock_band: 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"] faker-1.9.1/lib/locales/en/rupaul.yml000066400000000000000000000045251332146201300174400ustar00rootroot00000000000000en: faker: rupaul: queens: [ "Tyra Sanchez", "Raven", "Jujubee", "Tatianna", "Pandora Boxx", "Jessica Wild", "Sahara Davenport", "Morgan McMichaels", "Shangela Wadley", "Raja", "Manila Luzon", "Alexis Mateo", "Yara Sofia", "Carmen Carrera", "Delta Work", "Stacy Layne Matthews", "Mimi Imfurst", "Sharon Needles", "Chad Michaels", "Phi Phi O'Hara", "Latrice Royale", "Kenya Michaels", "Dida Ritz", "Willam", "Jiggly Caliente", "Jinkx Monsoon", "Alaska", "Roxxxy Andrews", "Detox", "Coco Montrese", "Alyssa Edwards", "Ivy Winters", "Bianca Del Rio", "Adore Delano", "Courtney Act", "Darienne Lake", "BenDeLaCreme", "Joslyn Fox", "Trinity K Bonet", "Laganja Estranja", "Milk", "Gia Gunn", "Violet Chachki", "Ginger Minj", "Pearl", "Kennedy Davenport", "Katya", "Trixie Mattel", "Miss Fame", "Bob The Drag Queen", "Kim Chi", "Naomi Smalls", "Chi Chi DeVayne", "Derrick Barry", "Thorgy Thor", "Robbie Turner", "Acid Betty", "Sasha Velour", "Peppermint", "Shea Coulee", "Trinity Taylor", "Alexis Michelle", "Nina Bonina Brown", "Valentina", "Farrah Moan", "Aja", "Cynthia Lee Fontaine" ] quotes: [ "Glamazon!", "Put The Bass In Your Walk", "Sashay Away", "Don't F*ck It Up", "Shante, You Stay", "Shante, Shante, Shante", "You Betta Work", "Lip-Sync for Your Life", "Extravaganza Eleganza", "Let the music play", "That's Funny, Tell Another One", "Sissy That Walk", "Don't Be Jealous Of My Boogie", "You're Born Naked, The Rest Is Drag", "Life Is About Using The Whole Box Of Crayons", "When The Going Gets Tough, The Tough Reinvent", "Hello Hello Hello!", "Bring Back My Girls", "Just Between Us Squirrel Friends", "Get Out Your Library Cards", "Silence...I've made my decision", ] faker-1.9.1/lib/locales/en/science.yml000066400000000000000000000073561332146201300175460ustar00rootroot00000000000000en: faker: science: element: ["Hydrogen", "Helium", "Lithium", "Beryllium", "Boron", "Carbon", "Nitrogen", "Oxygen", "Fluorine", "Neon", "Sodium", "Magnesium", "Aluminum", "Silicon", "Phosphorus", "Sulfur", "Chlorine", "Argon", "Potassium", "Calcium", "Scandium", "Titanium", "Vanadium", "Chromium", "Manganese", "Iron", "Cobalt", "Nickel", "Copper", "Zinc", "Gallium", "Germanium", "Arsenic", "Selenium", "Bromine", "Krypton", "Rubidium", "Strontium", "Yttrium", "Zirconium", "Niobium", "Molybdenum", "Technetium", "Ruthenium", "Rhodium", "Palladium", "Silver", "Cadmium", "Indium", "Tin", "Antimony", "Tellurium", "Iodine", "Xenon", "Cesium", "Barium", "Lanthanum", "Cerium", "Praseodymium", "Neodymium", "Promethium", "Samarium", "Europium", "Gadolinium", "Terbium", "Dysprosium", "Holmium", "Erbium", "Thulium", "Ytterbium", "Lutetium", "Hafnium", "Tantalum", "Tungsten", "Rhenium", "Osmium", "Iridium", "Platinum", "Gold", "Mercury", "Thallium", "Lead", "Bismuth", "Polonium", "Astatine", "Radon", "Francium", "Radium", "Actinium", "Thorium", "Protactinium", "Uranium", "Neptunium", "Plutonium", "Americium", "Curium", "Berkelium", "Californium", "Einsteinium", "Fermium", "Mendelevium", "Nobelium", "Lawrencium", "Rutherfordium", "Dubnium", "Seaborgium", "Bohrium", "Hassium", "Meitnerium", "Darmstadtium", "Roentgenium", "Copernicium", "Nihonium", "Flerovium", "Moscovium", "Livermorium", "Tennessine", "Oganesson"] element_symbol: [H, He, Li, Be, B, C, N, O, F, Ne, Na, Mg, Al, Si, P, S, Cl, Ar, K, Ca, Sc, Ti, V, Cr, Mn, Fe, Co, Ni, Cu, Zn, Ga, Ge, As, Se, Br, Kr, Rb, Sr, Y, Zr, Nb, Mo, Tc, Ru, Rh, Pd, Ag, Cd, In, Sn, Sb, Te, I, Xe, Cs, Ba, La, Ce, Pr, Nd, Pm, Sm, Eu, Gd, Tb, Dy, Ho, Er, Tm, Yb, Lu, Hf, Ta, W, Re, Os, Ir, Pt, Au, Hg, Tl, Pb, Bi, Po, At, Rn, Fr, Ra, Ac, Th, Pa, U, Np, Pu, Am, Cm, Bk, Cf, Es, Fm, Md, No, Lr, Rf, Db, Sg, Bh, Hs, Mt, Ds, Rg, Cn, Nh, Fl, Mc, Lv, Ts, Og] scientist: ["Isaac Newton", "Albert Einstein", "Neils Bohr", "Charles Darwin", "Louis Pasteur", "Sigmund Freud", "Galileo Galilei", "Antoine Laurent Lavoisier", "Johannes Kepler", "Nicolaus Copernicus", "Michael Faraday", "James Clerk Maxwell", "Claude Bernard", "Franz Boas", "Werner Heisenberg", "Linus Pauling", "Rudolf Virchow", "Erwin Schrodinger", "Ernest Rutherford", "Paul Dirac", "Andreas Vesalius", "Tycho Brahe", "Comte de Buffon", "Ludwig Boltzmann", "Max Planck", "Marie Curie", "William Herschel", "Charles Lyell", "Pierre Simon de Laplace", "Edwin Hubble", "Joseph J. Thomson", "Max Born", "Francis Crick", "Enrico Fermi", "Leonard Euler", "Justus Liebig", "Arthur Eddington", "William Harvey", "Marcello Malpighi", "Christiaan Huygens", "Carl Gauss (Karl Friedrich Gauss)", "Albrecht von Haller", "August Kekule", "Robert Koch", "Murray Gell-Mann", "Emil Fischer", "Dmitri Mendeleev", "Sheldon Glashow", "James Watson", "John Bardeen", "John von Neumann", "Richard Feynman", "Alfred Wegener", "Stephen Hawking", "Anton van Leeuwenhoek", "Max von Laue", "Gustav Kirchhoff", "Hans Bethe", "Euclid", "Gregor Mendel", "Heike Kamerlingh Onnes", "Thomas Hunt Morgan", "Hermann von Helmholtz", "Paul Ehrlich", "Ernst Mayr", "Charles Sherrington", "Theodosius Dobzhansky", "Max Delbruck", "Jean Baptiste Lamarck", "William Bayliss", "Noam Chomsky", "Frederick Sanger", "Lucretius", "John Dalton", "Louis Victor de Broglie", "Carl Linnaeus", "Jean Piaget", "George Gaylord Simpson", "Claude Levi-Strauss", "Lynn Margulis", "Karl Landsteiner", "Konrad Lorenz", "Edward O. Wilson", "Frederick Gowland Hopkins", "Gertrude Belle Elion", "Hans Selye", "J. Robert Oppenheimer", "Edward Teller", "Willard Libby", "Ernst Haeckel", "Jonas Salk", "Emil Kraepelin", "Trofim Lysenko", "Francis Galton", "Alfred Binet", "Alfred Kinsey", "Alexander Fleming", "B. F. Skinner", "Wilhelm Wundt", "Archimedes"] faker-1.9.1/lib/locales/en/seinfeld.yml000066400000000000000000000104641332146201300177200ustar00rootroot00000000000000en: faker: seinfeld: character: ["George Costanza", "Kramer", "Elaine Benes", "Newman", "Jerry Seinfeld", "Frank Costanza", "Morty Seinfeld", "Estelle Costanza", "Susan Ross", "Helen Seinfeld", "J Peterman", "Uncle Leo", "David Puddy", "Justin Pitt", "Kenny Bania", "Crazy Joe Davola", "Jackie Chiles", "Jack Klompus", "Ruthie Cohen", "Tim Whatley", "Sue Ellen", "Bob Sacamano", "Babs Kramer", "Babu Bhatt", "George Steinbrenner", "Mickey Abbott", "Mr. Lippman", "Mr. Wilhelm", "Russell Dalrymple"] quote: ["I'm not a lesbian. I hate men, but I'm not a lesbian.", "You're gonna over-dry your laundry.", "This isn't a good time.", "That’s the true spirit of Christmas; people being helped by people other than me.", "You’re becoming one of the glitterati.", "Father, I’ve never done this before, so I’m not sure about what I’m supposed to do.", "She’s one of those low-talkers. You can’t hear a word she’s saying!", "Why do they make the condom packets so hard to open?", "This woman hates me so much, I’m starting to like her.", "I've driven women to lesbianism before, but never a mental institution.", "You know I always wanted to pretend I was an architect", "Borrowing money from a friend is like having sex. It just completely changes the relationship.", "When you look annoyed all the time, people think that you're busy.", "I spend so much time trying to get their clothes off, I never thought of taking mine off.", "If you can't say something bad about a relationship, you shouldn't say anything at all.", "I need the secure packaging of Jockeys. My boys needs a house!", "The sea was angry that day, my friends, like an old man trying to send back soup in a deli...", "Elaine, breaking up is like knocking over a Coke machine. You can’t do it in one push; you gotta rock it back and forth a few times and then it goes over.", "Looking at cleavage is like looking at the sun. You don't stare at it. It's too risky. Ya get a sense of it and then you look away.", "You have the chicken, the hen, and the rooster. The chicken goes with the hen... So who is having sex with the rooster?", "I lie every second of the day. My whole life is a sham.", "Just remember, when you control the mail, you control... information.", "I don't think I've ever been to an appointment in my life where I wanted the other guy to show up.", "You, my friend, have crossed the line between man and bum.", "You should've seen her face. It was the exact same look my father gave me when I told him I wanted to be a ventriloquist.", "Did you know that the original title for War and Peace was War, What Is It Good For?", "Sex, that’s meaningless, I can understand that, but dinner; that’s heavy. That’s like an hour.", "Jerry, just remember, it's not a lie if you believe it.", "These pretzels are makin' me thirsty.", "It became very clear to me sitting out there today that every decision I've made in my entire life has been wrong. My life is the complete opposite of everything I want it to be. Every instinct I have, in every aspect of life, be it something to wear, something to eat - it's all been wrong.", "I had a dream last night that a hamburger was eating me.", "I have been performing feats of strength all morning.", "Hi, my name is George, I'm unemployed and I live with my parents.", "I don't trust the guy. I think he regifted, then he degifted, and now he's using an upstairs invite as a springboard to a Super bowl sex romp.", "Yes, I hope my parents die long before I do.", "See, this is what the holidays are all about. Three buddies sitting around chewing gum.", "Dolores!", "I'll be back. We'll make out.", "I'm sorry to bother you, but I'm a US postal worker and my mail truck was just ambushed by a band of backwoods mail-hating survivalists.", "You very bad man, Jerry. Very bad man.", "No soup for you!", "Serenity now!", "I'm out there Jerry, and I'm loving every minute of it!", "I'm out of the contest!", "You're killing independent George!", "Not that there's anything wrong with that.", "Yadda, yadda, yadda.", "They're real, and they're spectacular.", "She has man hands.", "And you want to be my latex salesman.", "He's a close talker.", "It's a Festivus for the rest of us.", "I want to be the one person who doesn't die with dignity.", "You, my friend, have crossed the line between man and bum.", "You were necking during Schindler's List?"] faker-1.9.1/lib/locales/en/shakespeare.yml000066400000000000000000000065211332146201300204210ustar00rootroot00000000000000en: faker: shakespeare: hamlet: [ "To be, or not to be: that is the question.", "Neither a borrower nor a lender be; For loan oft loses both itself and friend, and borrowing dulls the edge of husbandry.", "This above all: to thine own self be true.", "Though this be madness, yet there is method in 't.", "That it should come to this!.", "There is nothing either good or bad, but thinking makes it so.", "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! .", "The lady doth protest too much, methinks.", "In my mind's eye.", "A little more than kin, and less than kind.", "The play 's the thing wherein I'll catch the conscience of the king.", "And it must follow, as the night the day, thou canst not then be false to any man.", "Brevity is the soul of wit.", "Doubt that the sun doth move, doubt truth to be a liar, but never doubt I love.", "Rich gifts wax poor when givers prove unkind.", "Do you think I am easier to be played on than a pipe?", "I will speak daggers to her, but use none.", "When sorrows come, they come not single spies, but in battalions." ] as_you_like_it: [ "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.", "Can one desire too much of a good thing?.", "I like this place and willingly could waste my time in it.", "How bitter a thing it is to look into happiness through another man's eyes!", "Blow, blow, thou winter wind! Thou art not so unkind as man's ingratitude.", "True is it that we have seen better days.", "For ever and a day.", "The fool doth think he is wise, but the wise man knows himself to be a fool." ] king_richard_iii: [ "Now is the winter of our discontent.", "A horse! a horse! my kingdom for a horse!.", "Conscience is but a word that cowards use, devised at first to keep the strong in awe.", "So wise so young, they say, do never live long.", "Off with his head!", "An honest tale speeds best, being plainly told.", "The king's name is a tower of strength.", "The world is grown so bad, that wrens make prey where eagles dare not perch." ] romeo_and_juliet: [ "O Romeo, Romeo! wherefore art thou Romeo?.", "It is the east, and Juliet is the sun.", "Good Night, Good night! Parting is such sweet sorrow, that I shall say good night till it be morrow.", "What's in a name? That which we call a rose by any other name would smell as sweet.", "Wisely and slow; they stumble that run fast.", "Tempt not a desperate man.", "For you and I are past our dancing days.", "O! 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.", "See, how she leans her cheek upon her hand! O that I were a glove upon that hand, that I might touch that cheek!.", "Not stepping o'er the bounds of modesty." ] faker-1.9.1/lib/locales/en/silicon_valley.yml000066400000000000000000000123011332146201300211330ustar00rootroot00000000000000en: faker: silicon_valley: characters: [ "Richard Hendricks", "Erlich Bachman", "Nelson \"Big Head\" Bighetti", "Bertram Gilfoyle", "Dinesh Chugtai", "Monica Hall", "Donald \"Jared\" Dunn", "Gavin Belson", "Jian Yang", "Laurie Bream", "Russ Hanneman", "Jack \"Action Jack\" Barker", "Keenan Feldspar", "Ed Chen", "Peter Gregory", "Ron LaFlamme" ] companies: [ "Pied Piper", "Hooli", "Raviga Capital Management", "Endframe", "Bachmanity", "Maleant Data Systems Solutions", "Aviato", "Coleman-Blair", "Raviga", "Yoyodyne", "Intersite", "Infotrode", "Bream-Hall", "SeeFood Technologies Inc", "Retinabyte", "VidClone Graphics", "Entercross Systems", "Turnwire" ] quotes: [ "I don't want to live in a world where someone else is making the world a better place better than we are.", "I firmly believe we can only achieve greatness if first, we achieve goodness", "Line ’em up, nuts to butts", "Let me ask you. How fast do you think you could jerk off every guy in this room? Because I know how long it would take me. And I can prove it", "It's weird. They always travel in groups of five. These programmers, there's always a tall, skinny white guy; short, skinny Asian guy; fat guy with a ponytail; some guy with crazy facial hair; and then an East Indian guy. It's like they trade guys until they all have the right group.", "Jian-Yang, what're you doing? This is Palo Alto. People are lunatics about smoking here. We don't enjoy all the freedoms that you have in China.", "Well, you just brought piss to a shit fight, you little cunt!", "Hitler actually played the bassoon. So technically Hitler was the Hitler of music.", "I simply imagine that my skeleton is me and my body is my house. That way I'm always home.", "Gavin Belson started out with lofty goals too, but he just kept excusing immoral behavior just like this, until one day all that was left was a sad man with funny shoes... Disgraced, friendless, and engorged with the blood of a youthful charlatan.", "And that, gentlemen, is scrum. Welcome to the next eight weeks of our lives.", "Of course they know that you're not pitching Shazam. That already exists. This would be a Shazam... for food.", "Compromise is the shared hypotenuse of the conjoined triangles of success.", "Gentlemen, I just paid the palapa contractor. The palapa piper, so to speak. The dream is a reality. We'll no longer be exposed... to the elements.", "I was gonna sleep last night, but, uh... I thought I had this solve for this computational trust issue I've been working on, but it turns out, I didn't have a solve. But it was too late. I had already drank the whole pot of coffee.", "I extended my compression algorithm to support... get this... 12-bit color. Okay, so our users will be able to experience a 10 percent increase in image quality with absolutely no increase in server load whatsoever. Just-Just-Just... Just watch this. Before. After. Before. After.", "You listen to me, you muscle-bound handsome Adonis: tech is reserved for people like me, okay? The freaks, the weirdos, the misfits, the geeks, the dweebs, the dorks! Not you!" ] apps: [ "Nip Alert", "Astraphile", "Panic-a-Tech", "Spinder", "Nucleus", "Pegg'd", "Clinkle", "Tables", "HooliChat", "PiperChat", "Not Hotdog", "PeaceFare", "CodeRag" ] inventions: [ "Telehuman", "Liquid Shrimp", "Bit Soup", "Audacious", "Tres Comas Tequila", "Pipey", "Always Blue", "Cold Duck", "Skycrane", "Octopus Recipes", "Limp Biscuit", "Hooli Box", "Box Two", "Table", "Anton", "BamBot", "Human Heater" ] mottos: [ "Cloud-based, disruptive systems", "Creating unique cross-platform technologies", "Making the world a better place", "Awesome world-changing compression company", "So maybe the reason we share so much is because we understand that without sharing, we can't survive. And sharing is tables.", "Forced adoption through aggressive guerrilla marketing", "Powered by the spirit of exploration and the thrill of the pursuit of the unimaginable", "We not only think outside of the box, we think outside of the box that box is in - and so on - until innovation is free of all boxes that would contain and constrain it", "Our products are products, producing unrivaled results", "Oh, danger will most certainly be proceeded in the face of. Right in its face. Right in it.", "Isn't it time someone put the venture back into venture capital?", "Are bandwidth costs harshing on your vibe?", "The drink that doesn't give a fuck!" ] urls: [ "http://raviga.com", "http://breamhall.com", "http://piedpiper.com", "http://hooli.com", "http://bachmanity.com", "http://aviato.com", "http://coderag.com", "http://endframesystems.com", "http://drinkhomicide.com" ] email: ['richard@piedpiper.test', 'bertram@piedpiper.test', 'dinesh@piedpiper.test', 'jared@piedpiper.test', 'bighead@nipplealert.test', 'erlich@bachmanity.test', 'monica@raviga.test', 'laurie@raviga.test', 'gavin@hooli.test', 'russ@threecommaclub.test', 'denpok@hooli.test'] faker-1.9.1/lib/locales/en/simpsons.yml000066400000000000000000000124001332146201300177720ustar00rootroot00000000000000en: faker: simpsons: characters: [ "Homer Simpson", "Marge Simpson", "Bart Simpson", "Lisa Simpson", "Maggie Simpson", "Akira", "Ms. Albright", "Aristotle Amadopolis", "Atkins, State Comptroller", "Mary Bailey", "Birchibald \"Birch\" T. Barlow", "Jasper Beardly", "Benjamin", "Doug", "Gary", "Bill", "Marty", "Blinky", "Blue Haired Lawyer", "Boobarella", "Wendell Borton", "Jacqueline Bouvier", "Ling Bouvier", "Patty Bouvier", "Selma Bouvier", "Kent Brockman", "Bumblebee Man", "Charles Montgomery Burns", "Capital City Goofball", "Carl Carlson", "Cesar", "Ugolin", "Crazy Cat Lady", "Superintendent Gary Chalmers", "Shauna Chalmers", "Charlie", "Chase", "Scott Christian", "Comic Book Guy", "Mr. Costington", "Database", "Declan Desmond", "Disco Stu", "Dolph", "Lunchlady Doris", "Duffman", "Eddie", "Lou", "Ernst", "Gunter", "Fat Tony", "Maude Flanders", "Ned Flanders", "Rod Flanders", "Todd Flanders", "Francesca", "Frankie the Squealer", "Professor John Frink", "Baby Gerald", "Ginger Flanders", "Gino", "Mrs. Glick", "Gloria", "Barney Gumble", "Gil Gunderson", "Judge Constance Harm", "Herman Hermann", "Bernice Hibbert", "Dr. Julius Hibbert", "Elizabeth Hoover", "Lionel Hutz", "Itchy", "Scratchy", "Jacques", "Jimbo Jones", "Joey", "Rachel Jordan", "Kang", "Kodos", "Princess Kashmir", "Kearney Zzyzwicz", "Kearney Zzyzwicz Jr.", "Edna Krabappel", "Rabbi Hyman Krustofski", "Krusty the Clown", "Cookie Kwan", "Dewey Largo", "Legs", "Louie", "Leopold", "Lenny Leonard", "Lewis", "Helen Lovejoy", "Reverend Timothy Lovejoy", "Coach Lugash", "Luigi", "Lurleen Lumpkin", "Otto Mann", "Captain Horatio McCallister", "Roger Meyers, Jr.", "Troy McClure", "Hans Moleman", "Dr. Marvin Monroe", "Nelson Muntz", "Captain Lance Murdock", "Bleeding Gums Murphy", "Lindsey Naegle", "Apu Nahasapeemapetilon", "Manjula Nahasapeemapetilon", "Sanjay Nahasapeemapetilon", "Old Barber", "Old Jewish Man", "Patches Violet", "Poor Violet", "Arnie Pye", "Poochie", "Herbert Powell", "Janey Powell", "Lois Pennycandy", "Ruth Powers", "Martin Prince", "Dr. J. Loren Pryor", "Mayor \"Diamond Joe\" Quimby", "Radioactive Man", "The Rich Texan", "Richard", "Dr. Nick Riviera", "Santa''s Little Helper", "Sherri", "Terri", "Dave Shutton", "Sideshow Bob", "Sideshow Mel", "Grampa Abraham Simpson", "Amber Simpson", "Mona Simpson", "Agnes Skinner", "Principal Seymour Skinner", "Waylon Smithers", "Snake Jailbird", "Snowball", "Judge Roy Snyder", "Jebediah Springfield", "Cletus Spuckler", "Brandine Spuckler", "Squeaky-Voiced Teen", "Moe Szyslak", "Drederick Tatum", "Allison Taylor", "Mr. Teeny", "Cecil Terwilliger", "Johnny Tightlips", "Üter", "Kirk Van Houten", "Luann Van Houten", "Milhouse Van Houten", "Dr. Velimirovic", "Chief Clancy Wiggum", "Ralph Wiggum", "Sarah Wiggum", "Groundskeeper Willie", "Wiseguy", "Rainier Wolfcastle", "Yes Guy", "Artie Ziff" ] locations: [ "Springfield", "Evergreen Terrace", "Springfield Nuclear Power Plant", "Kwik-E-Mart", "The Android's Dungeon & Baseball Card Shop", "Barney's Bowl-A-Rama", "Costington's", "KBBL Broadcasting", "King Toot's", "The Leftorium", "Noiseland Video Arcade", "Sprawl-Mart", "Springfield Mall", "Stoner's Pot Palace", "Try-N-Save", "Jake's Unisex Hairplace", "The Gilded Truffle", "Moe's Tavern", "Krusty Burger", "Lard Lad Donuts", "Luigi's", "The Frying Dutchman", "The Singing Sirloin", "The Happy Sumo", "The Java Server", "Pimento Grove", "Springfield Elementary School", "West Springfield Elementary School", "Springfield Preparatory School", "Springfield High School", "Krustylu Studios", "Sleep Eazy Motel", "Springfield Retirement Castle", "The Springfield City Hall", "Springfield Courthouse", "Five Corners", "Krustyland", "Shelbyville", "Capital City", "Brockway", "Ogdenville", "North Haverbrook", "Cypress Creek" ] quotes: [ "Marriage is like a coffin and each kid is another nail.", "It takes two to lie: one to lie and one to listen.", "Life is just one crushing defeat after another until you just wish Flanders was dead.", "You tried your best and you failed miserably. The lesson is: Never try.", "If you pray to the wrong god, you might just make the right one madder and madder.", "Kill my boss? Do I dare live out the American dream?", "I'm not normally a praying man, but if you're up there, please save me, Superman!", "D'oh!", "That's it! You people have stood in my way long enough. I'm going to clown college!", "Son, if you really want something in this life, you have to work for it. Now quiet! They're about to announce the lottery numbers.", "What’s the point of going out? We’re just gonna wind up back home anyway.", "Cheating is the gift man gives himself.", "Books are useless! I only ever read one book, To Kill A Mockingbird, and it gave me absolutely no insight on how to kill mockingbirds!", "Sorry, Mom, the mob has spoken.", "Go out on a Tuesday? Who am I, Charlie Sheen?", "To alcohol! The cause of, and solution to, all of life's problems.", "Trust me, Bart, it's better to walk in on both your parents than on just one of them.", "Oh, loneliness and cheeseburgers are a dangerous mix.", "When will I learn? The answers to life’s problems aren’t at the bottom of a bottle, they’re on TV!" ] faker-1.9.1/lib/locales/en/singular_siegler.yml000066400000000000000000000021051332146201300214560ustar00rootroot00000000000000en: faker: singular_siegler: quotes: [ "Texas!", "Come on now", "Turd gone wrong", "I want my 5$ back", "I tell you what", "My buddy Harlen", "Goin' hog huntin'", "C'mon Naomi", "Might be DQ time", "That goddamn Datamate", "That damn gimble", "That Barbala couldn't fly his way out of a wet paper bag", "So I was walking Oscar", "How 'bout them Cowboys", "Always the last one to the party", "Standby", "No one tells me shit", "My boss gonna fire me", "That damn Bill Stull", "Like a red-headed stepchild", "Y'all never listen to me", "It's around here somewhere", "Reminds me of my old girlfriend Olga Goodntight", "Let me tell ya", "I got that scurvy", "Got depression, Smith and Wessen", "I'm washing my hands of it", "Yup", "Contact the tower", "That damn diabetes", "That's messed up", "I want my damn cart back" ] faker-1.9.1/lib/locales/en/slack_emoji.yml000066400000000000000000000323331332146201300204060ustar00rootroot00000000000000en: faker: slack_emoji: people: [':grinning:', ':grin:', ':joy:', ':smiley:', ':smile:', ':sweat_smile:', ':satisfied:', ':innocent:', ':smiling_imp:', ':imp:', ':wink:', ':blush:', ':relaxed:', ':yum:', ':relieved:', ':heart_eyes:', ':sunglasses:', ':smirk:', ':neutral_face:', ':expressionless:', ':unamused:', ':sweat:', ':pensive:', ':confused:', ':confounded:', ':kissing:', ':kissing_heart:', ':kissing_smiling_eyes:', ':kissing_closed_eyes:', ':stuck_out_tongue:', ':stuck_out_tongue_winking_eye:', ':stuck_out_tongue_closed_eyes:', ':disappointed:', ':worried:', ':angry:', ':rage:', ':cry:', ':persevere:', ':triumph:', ':disappointed_relieved:', ':frowning:', ':anguished:', ':fearful:', ':weary:', ':sleepy:', ':tired_face:', ':grimacing:', ':sob:', ':open_mouth:', ':hushed:', ':cold_sweat:', ':scream:', ':astonished:', ':flushed:', ':sleeping:', ':dizzy_face:', ':no_mouth:', ':mask:', ':smile_cat:', ':joy_cat:', ':smiley_cat:', ':heart_eyes_cat:', ':smirk_cat:', ':kissing_cat:', ':pouting_cat:', ':crying_cat_face:', ':scream_cat:', ':footprints:', ':bust_in_silhouette:', ':busts_in_silhouette:', ':baby:', ':boy:', ':girl:', ':man:', ':woman:', ':family:', ':couple:', ':two_men_holding_hands:', ':two_women_holding_hands:', ':dancers:', ':bride_with_veil:', ':person_with_blond_hair:', ':man_with_gua_pi_mao:', ':man_with_turban:', ':older_man:', ':older_woman:', ':cop:', ':construction_worker:', ':princess:', ':guardsman:', ':angel:', ':santa:', ':ghost:', ':japanese_ogre:', ':japanese_goblin:', ':shit:', ':skull:', ':alien:', ':space_invader:', ':bow:', ':information_desk_person:', ':no_good:', ':ok_woman:', ':raising_hand:', ':person_with_pouting_face:', ':person_frowning:', ':massage:', ':haircut:', ':couple_with_heart:', ':couplekiss:', ':raised_hands:', ':clap:', ':ear:', ':eyes:', ':nose:', ':lips:', ':kiss:', ':tongue:', ':nail_care:', ':wave:', ':thumbsup:', ':thumbsdown:', ':point_up:', ':point_up_2:', ':point_down:', ':point_left:', ':point_right:', ':ok_hand:', ':v:', ':punch:', ':fist:', ':raised_hand:', ':muscle:', ':open_hands:', ':pray:'] nature: [':seedling:', ':evergreen_tree:', ':deciduous_tree:', ':palm_tree:', ':cactus:', ':tulip:', ':cherry_blossom:', ':rose:', ':hibiscus:', ':sunflower:', ':blossom:', ':bouquet:', ':ear_of_rice:', ':herb:', ':four_leaf_clover:', ':maple_leaf:', ':fallen_leaf:', ':leaves:', ':mushroom:', ':chestnut:', ':rat:', ':mouse2:', ':mouse:', ':hamster:', ':ox:', ':water_buffalo:', ':cow2:', ':cow:', ':tiger2:', ':leopard:', ':tiger:', ':rabbit2:', ':rabbit:', ':cat2:', ':cat:', ':racehorse:', ':horse:', ':ram:', ':sheep:', ':goat:', ':rooster:', ':chicken:', ':baby_chick:', ':hatching_chick:', ':hatched_chick:', ':bird:', ':penguin:', ':elephant:', ':dromedary_camel:', ':camel:', ':boar:', ':pig2:', ':pig:', ':pig_nose:', ':dog2:', ':poodle:', ':dog:', ':wolf:', ':bear:', ':koala:', ':panda_face:', ':monkey_face:', ':see_no_evil:', ':hear_no_evil:', ':speak_no_evil:', ':monkey:', ':dragon:', ':dragon_face:', ':crocodile:', ':snake:', ':turtle:', ':frog:', ':whale2:', ':whale:', ':flipper:', ':octopus:', ':fish:', ':tropical_fish:', ':blowfish:', ':shell:', ':snail:', ':bug:', ':ant:', ':honeybee:', ':beetle:', ':paw_prints:', ':zap:', ':fire:', ':crescent_moon:', ':sunny:', ':partly_sunny:', ':cloud:', ':droplet:', ':sweat_drops:', ':umbrella:', ':dash:', ':snowflake:', ':star2:', ':star:', ':stars:', ':sunrise_over_mountains:', ':sunrise:', ':rainbow:', ':ocean:', ':volcano:', ':milky_way:', ':mount_fuji:', ':japan:', ':globe_with_meridians:', ':earth_africa:', ':earth_americas:', ':earth_asia:', ':new_moon:', ':waxing_crescent_moon:', ':first_quarter_moon:', ':waxing_gibbous_moon:', ':full_moon:', ':waning_gibbous_moon:', ':last_quarter_moon:', ':waning_crescent_moon:', ':new_moon_with_face:', ':full_moon_with_face:', ':first_quarter_moon_with_face:', ':last_quarter_moon_with_face:', ':sun_with_face:'] food_and_drink: [':tomato:', ':eggplant:', ':corn:', ':sweet_potato:', ':grapes:', ':melon:', ':watermelon:', ':tangerine:', ':lemon:', ':banana:', ':pineapple:', ':apple:', ':green_apple:', ':pear:', ':peach:', ':cherries:', ':strawberry:', ':hamburger:', ':pizza:', ':meat_on_bone:', ':poultry_leg:', ':rice_cracker:', ':rice_ball:', ':rice:', ':curry:', ':ramen:', ':spaghetti:', ':bread:', ':fries:', ':dango:', ':oden:', ':sushi:', ':fried_shrimp:', ':fish_cake:', ':icecream:', ':shaved_ice:', ':ice_cream:', ':doughnut:', ':cookie:', ':chocolate_bar:', ':candy:', ':lollipop:', ':custard:', ':honey_pot:', ':cake:', ':bento:', ':stew:', ':egg:', ':fork_and_knife:', ':tea:', ':coffee:', ':sake:', ':wine_glass:', ':cocktail:', ':tropical_drink:', ':beer:', ':beers:', ':baby_bottle:'] celebration: [':ribbon:', ':gift:', ':birthday:', ':jack_o_lantern:', ':christmas_tree:', ':tanabata_tree:', ':bamboo:', ':rice_scene:', ':fireworks:', ':sparkler:', ':tada:', ':confetti_ball:', ':balloon:', ':dizzy:', ':sparkles:', ':collision:', ':mortar_board:', ':crown:', ':dolls:', ':flags:', ':wind_chime:', ':crossed_flags:', ':lantern:', ':ring:', ':heart:', ':broken_heart:', ':love_letter:', ':two_hearts:', ':revolving_hearts:', ':heartbeat:', ':heartpulse:', ':sparkling_heart:', ':cupid:', ':gift_heart:', ':heart_decoration:', ':purple_heart:', ':yellow_heart:', ':green_heart:', ':blue_heart:'] activity: [':running:', ':walking:', ':dancer:', ':rowboat:', ':swimmer:', ':surfer:', ':bath:', ':snowboarder:', ':ski:', ':snowman:', ':bicyclist:', ':mountain_bicyclist:', ':horse_racing:', ':tent:', ':fishing_pole_and_fish:', ':soccer:', ':basketball:', ':football:', ':baseball:', ':tennis:', ':rugby_football:', ':golf:', ':trophy:', ':running_shirt_with_sash:', ':checkered_flag:', ':musical_keyboard:', ':guitar:', ':violin:', ':saxophone:', ':trumpet:', ':musical_note:', ':notes:', ':musical_score:', ':headphones:', ':microphone:', ':performing_arts:', ':ticket:', ':tophat:', ':circus_tent:', ':clapper:', ':art:', ':dart:', ':8ball:', ':bowling:', ':slot_machine:', ':game_die:', ':video_game:', ':flower_playing_cards:', ':black_joker:', ':mahjong:', ':carousel_horse:', ':ferris_wheel:', ':roller_coaster:'] travel_and_places: [':train:', ':mountain_railway:', ':steam_locomotive:', ':monorail:', ':bullettrain_side:', ':bullettrain_front:', ':train2:', ':metro:', ':light_rail:', ':station:', ':tram:', ':bus:', ':oncoming_bus:', ':trolleybus:', ':minibus:', ':ambulance:', ':fire_engine:', ':police_car:', ':oncoming_police_car:', ':rotating_light:', ':taxi:', ':oncoming_taxi:', ':red_car:', ':oncoming_automobile:', ':blue_car:', ':truck:', ':articulated_lorry:', ':tractor:', ':bike:', ':busstop:', ':fuelpump:', ':construction:', ':vertical_traffic_light:', ':traffic_light:', ':rocket:', ':helicopter:', ':airplane:', ':seat:', ':anchor:', ':ship:', ':speedboat:', ':sailboat:', ':aerial_tramway:', ':mountain_cableway:', ':suspension_railway:', ':passport_control:', ':customs:', ':baggage_claim:', ':left_luggage:', ':yen:', ':euro:', ':pound:', ':dollar:', ':statue_of_liberty:', ':moyai:', ':foggy:', ':tokyo_tower:', ':fountain:', ':european_castle:', ':japanese_castle:', ':city_sunrise:', ':city_sunset:', ':night_with_stars:', ':bridge_at_night:', ':house:', ':house_with_garden:', ':office:', ':department_store:', ':factory:', ':post_office:', ':european_post_office:', ':hospital:', ':bank:', ':hotel:', ':love_hotel:', ':convenience_store:', ':school:', ':cn:', ':de:', ':es:', ':fr:', ':uk:', ':it:', ':jp:', ':kr:', ':ru:', ':us:'] objects_and_symbols: [':watch:', ':iphone:', ':calling:', ':computer:', ':alarm_clock:', ':hourglass_flowing_sand:', ':hourglass:', ':camera:', ':video_camera:', ':movie_camera:', ':tv:', ':radio:', ':pager:', ':telephone_receiver:', ':telephone:', ':fax:', ':minidisc:', ':floppy_disk:', ':cd:', ':dvd:', ':vhs:', ':battery:', ':electric_plug:', ':bulb:', ':flashlight:', ':satellite:', ':credit_card:', ':money_with_wings:', ':moneybag:', ':gem:', ':closed_umbrella:', ':pouch:', ':purse:', ':handbag:', ':briefcase:', ':school_satchel:', ':lipstick:', ':eyeglasses:', ':womans_hat:', ':sandal:', ':high_heel:', ':boot:', ':shoe:', ':athletic_shoe:', ':bikini:', ':dress:', ':kimono:', ':womans_clothes:', ':tshirt:', ':necktie:', ':jeans:', ':door:', ':shower:', ':bathtub:', ':toilet:', ':barber:', ':syringe:', ':pill:', ':microscope:', ':telescope:', ':crystal_ball:', ':wrench:', ':hocho:', ':nut_and_bolt:', ':hammer:', ':bomb:', ':smoking:', ':gun:', ':bookmark:', ':newspaper:', ':key:', ':envelope:', ':envelope_with_arrow:', ':incoming_envelope:', ':e-mail:', ':inbox_tray:', ':outbox_tray:', ':package:', ':postal_horn:', ':postbox:', ':mailbox_closed:', ':mailbox:', ':mailbox_with_mail:', ':mailbox_with_no_mail:', ':page_facing_up:', ':page_with_curl:', ':bookmark_tabs:', ':chart_with_upwards_trend:', ':chart_with_downwards_trend:', ':bar_chart:', ':date:', ':calendar:', ':low_brightness:', ':high_brightness:', ':scroll:', ':clipboard:', ':open_book:', ':notebook:', ':notebook_with_decorative_cover:', ':ledger:', ':closed_book:', ':green_book:', ':blue_book:', ':orange_book:', ':books:', ':card_index:', ':link:', ':paperclip:', ':pushpin:', ':scissors:', ':triangular_ruler:', ':round_pushpin:', ':straight_ruler:', ':triangular_flag_on_post:', ':file_folder:', ':open_file_folder:', ':black_nib:', ':pencil2:', ':pencil:', ':lock_with_ink_pen:', ':closed_lock_with_key:', ':lock:', ':unlock:', ':mega:', ':loudspeaker:', ':sound:', ':speaker:', ':mute:', ':zzz:', ':bell:', ':no_bell:', ':thought_balloon:', ':speech_balloon:', ':children_crossing:', ':mag:', ':mag_right:', ':no_entry_sign:', ':no_entry:', ':name_badge:', ':no_pedestrians:', ':do_not_litter:', ':no_bicycles:', ':non-potable_water:', ':no_mobile_phones:', ':underage:', ':accept:', ':ideograph_advantage:', ':white_flower:', ':secret:', ':congratulations:', ':u5408:', ':u6e80:', ':u7981:', ':u6709:', ':u7121:', ':u7533:', ':u55b6:', ':u6708:', ':u5272:', ':u7a7a:', ':sa:', ':koko:', ':u6307:', ':chart:', ':sparkle:', ':eight_spoked_asterisk:', ':negative_squared_cross_mark:', ':white_check_mark:', ':eight_pointed_black_star:', ':vibration_mode:', ':mobile_phone_off:', ':vs:', ':a:', ':b:', ':ab:', ':cl:', ':o2:', ':sos:', ':id:', ':parking:', ':wc:', ':cool:', ':free:', ':new:', ':ng:', ':ok:', ':up:', ':atm:', ':aries:', ':taurus:', ':gemini:', ':cancer:', ':leo:', ':virgo:', ':libra:', ':scorpius:', ':sagittarius:', ':capricorn:', ':aquarius:', ':pisces:', ':restroom:', ':mens:', ':womens:', ':baby_symbol:', ':wheelchair:', ':potable_water:', ':no_smoking:', ':put_litter_in_its_place:', ':arrow_forward:', ':arrow_backward:', ':arrow_up_small:', ':arrow_down_small:', ':fast_forward:', ':rewind:', ':arrow_double_up:', ':arrow_double_down:', ':arrow_right:', ':arrow_left:', ':arrow_up:', ':arrow_down:', ':arrow_upper_right:', ':arrow_lower_right:', ':arrow_lower_left:', ':arrow_upper_left:', ':arrow_up_down:', ':left_right_arrow:', ':arrows_counterclockwise:', ':arrow_right_hook:', ':leftwards_arrow_with_hook:', ':arrow_heading_up:', ':arrow_heading_down:', ':twisted_rightwards_arrows:', ':repeat:', ':repeat_one:', ':zero:', ':one:', ':two:', ':three:', ':four:', ':five:', ':six:', ':seven:', ':eight:', ':nine:', ':keycap_ten:', ':1234:', ':abc:', ':abcd:', ':capital_abcd:', ':information_source:', ':signal_strength:', ':cinema:', ':symbols:', ':heavy_plus_sign:', ':heavy_minus_sign:', ':wavy_dash:', ':heavy_division_sign:', ':heavy_multiplication_x:', ':heavy_check_mark:', ':arrows_clockwise:', ':tm:', ':copyright:', ':registered:', ':currency_exchange:', ':heavy_dollar_sign:', ':curly_loop:', ':loop:', ':part_alternation_mark:', ':heavy_exclamation_mark:', ':question:', ':grey_exclamation:', ':grey_question:', ':interrobang:', ':x:', ':o:', ':100:', ':end:', ':back:', ':on:', ':top:', ':soon:', ':cyclone:', ':m:', ':ophiuchus:', ':six_pointed_star:', ':beginner:', ':trident:', ':warning:', ':hotsprings:', ':recycle:', ':anger:', ':diamond_shape_with_a_dot_inside:', ':spades:', ':clubs:', ':hearts:', ':diamonds:', ':ballot_box_with_check:', ':white_circle:', ':black_circle:', ':radio_button:', ':red_circle:', ':large_blue_circle:', ':small_red_triangle:', ':small_red_triangle_down:', ':small_orange_diamond:', ':small_blue_diamond:', ':large_orange_diamond:', ':large_blue_diamond:', ':black_small_square:', ':white_small_square:', ':black_large_square:', ':white_large_square:', ':black_medium_square:', ':white_medium_square:', ':black_medium_small_square:', ':white_medium_small_square:', ':black_square_button:', ':white_square_button:', ':clock1:', ':clock2:', ':clock3:', ':clock4:', ':clock5:', ':clock6:', ':clock7:', ':clock8:', ':clock9:', ':clock10:', ':clock11:', ':clock12:', ':clock130:', ':clock230:', ':clock330:', ':clock430:', ':clock530:', ':clock630:', ':clock730:', ':clock830:', ':clock930:', ':clock1030:', ':clock1130:', ':clock1230:'] custom: [':beryl:', ':bowtie:', ':crab:', ':cubimal_chick:', ':dusty_stick:', ':feelsgood:', ':finnadie:', ':fu:', ':goberserk:', ':godmode:', ':hurtrealbad:', ':metal:', ':neckbeard:', ':octocat:', ':piggy:', ':pride:', ':rage1:', ':rage2:', ':rage3:', ':rage4:', ':rube:', ':simple_smile:', ':slack:', ':squirrel:', ':suspect:', ':taco:', ':trollface:'] emoji: - "#{people}" - "#{nature}" - "#{food_and_drink}" - "#{celebration}" - "#{activity}" - "#{travel_and_places}" - "#{objects_and_symbols}" - "#{custom}" faker-1.9.1/lib/locales/en/source.yml000066400000000000000000000006631332146201300174270ustar00rootroot00000000000000en: faker: source: hello_world: ruby: "puts 'Hello World!'" javascript: "alert('Hello World!');" print: ruby: "puts 'faker_string_to_print'" javascript: "console.log('faker_string_to_print');" print_1_to_10: ruby: " (1..10).each { |i| puts i }" javascript: " for (let i=0; i<10; i++) { console.log(i); }" faker-1.9.1/lib/locales/en/space.yml000066400000000000000000000117761332146201300172310ustar00rootroot00000000000000en: faker: space: planet: ['Mercury', 'Venus', 'Earth', 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptune'] moon: ['Moon', 'Luna', 'Deimos', 'Phobos', 'Ganymede', 'Callisto', 'Io', 'Europa', 'Titan', 'Rhea', 'Iapetus', 'Dione', 'Tethys', 'Hyperion', 'Ariel', 'Puck', 'Oberon', 'Umbriel', 'Triton', 'Proteus'] galaxy: ['Milky Way', 'Andromeda', 'Triangulum', 'Whirlpool', 'Blackeye', 'Sunflower', 'Pinwheel', 'Hoags Object', 'Centaurus A', 'Messier 83'] nebula: ['Lagoon Nebula', 'Eagle Nebula', 'Triffid Nebula', 'Dumbell Nebula', 'Orion Nebula', 'Ring Nebula', 'Bodes Nebula', 'Owl Nebula'] star_cluster: ['Wild Duck', 'Hyades', 'Coma', 'Butterfly', 'Messier 7', 'Pleiades', 'Beehive Cluster', 'Pearl Cluster', 'Hodge 301', 'Jewel Box Cluster', 'Wishing Well Cluster', 'Diamond Cluster', 'Trumpler 10', 'Collinder 140', 'Liller 1', 'Koposov II', 'Koposov I', 'Djorgovski 1', 'Arp-Madore 1', 'NGC 6144', 'NGC 2808', 'NGC 1783', 'Messier 107', 'Messier 70', 'Omega Centauri', 'Palomar 12', 'Palomar 4', 'Palomar 6', 'Pyxis Cluster', 'Segue 3'] constellation: ['Big Dipper', 'Litte Dipper', 'Orion', 'Loe', 'Gemini', 'Cancer', 'Canis Minor', 'Canis Major', 'Ursa Major', 'Ursa Minor', 'Virgo', 'Libra', 'Scorpius', 'Sagittarius', 'Lyra', 'Capricornus', 'Aquarius', 'Pisces', 'Aries', 'Leo Minor', 'Auriga'] star: ['Sun', 'Proxima Centauri', 'Rigil Kentaurus', 'Barnards Star', 'Wolf 359', 'Luyten 726-8A', 'Luyten 726-8B', 'Sirius A', 'Sirius B', 'Ross 154', 'Ross 248', 'Procyon A', 'Procyon B', 'Vega', 'Rigel', 'Arcturus', 'Betelgeuse', 'Mahasim', 'Polaris'] agency: ['National Aeronautics and Space Administration', 'European Space Agency', 'German Aerospace Center', 'Indian Space Research Organization', 'China National Space Administration', 'UK Space Agency', 'Brazilian Space Agency', 'Mexican Space Agency', 'Israeli Space Agency', 'Italian Space Agency', 'Japan Aerospace Exploration Agency', 'National Space Agency of Ukraine', 'Russian Federal Space Agency', 'Swedish National Space Board'] agency_abv: ['NASA', 'AEM', 'AEB', 'UKSA', 'CSA', 'CNSA', 'ESA', 'DLR', 'ISRO', 'JAXA', 'ISA', 'CNES', 'NSAU', 'ROSCOSMOS', 'SNSB'] nasa_space_craft: ['Orion', 'Mercury', 'Gemini', 'Apollo', 'Enterprise', 'Columbia', 'Challenger', 'Discovery', 'Atlantis', 'Endeavour'] company: ['Rocket Lab', SpaceX', 'Blue Origin', 'Virgin Galactic', 'SpaceDev', 'Bigelow Aerospace', 'Orbital Sciences', 'JPL', 'NASA Jet Propulsion Laboratory'] distance_measurement: ['light years', 'AU', 'parsecs', 'kiloparsecs', 'megaparsecs'] meteorite: ['Aarhus', 'Abee', 'Adelie Land', 'Adhi Kot', 'Adzhi-Bogdo', 'Santa Rosa de Viterbo', 'Agen', 'Akbarpur', 'Albareto', 'Allan Hills 84001', 'Allan Hills A81005', 'Allegan', 'Allende', 'Ambapur Nagla', 'Andura', 'Angers', 'Angra dos Reis', 'Ankober', 'Anlong', 'Annaheim', 'Appley Bridge', 'Arbol Solo', 'Archie', 'Arroyo Aguiar', 'Assisi', 'Atoka', 'Avanhandava', 'Bacubirito', 'Baszkówka','Beardsley', 'Bellsbank', 'Bench Crater', 'Benton', 'Białystok', 'Blithfield','Block Island', 'Bovedy', 'Brachina', 'Brahin', 'Brenham', 'Buzzard Coulee','Campo del Cielo', 'Canyon Diablo', 'Cape York', 'Carancas', 'Chambord','Chassigny', 'Chelyabinsk', 'Chergach', 'Chinga', 'Chinguetti', 'Claxton','Coahuila', 'Cranbourne', 'D''Orbigny', 'Dronino', 'Eagle Station', 'Elbogen','Ensisheim', 'Esquel', 'Fukang', 'Gancedo', 'Gao–Guenie', 'Gay Gulch', 'Gebel Kamil', 'Gibeon', 'Goose Lake', 'Grant', 'Hadley Rille', 'Heat Shield Rock','Hoba', 'Homestead', 'Hraschina', 'Huckitta', 'Imilac', 'Itqiy', 'Kaidun','Kainsaz', 'Karoonda', 'Kesen', 'Krasnojarsk', 'L''Aigle', 'Lac Dodon', 'Lake Murray', 'Loreto', 'Los Angeles', 'Łowicz', 'Mackinac Island', 'Mbozi','Middlesbrough', 'Millbillillie', 'Mineo', 'Monte Milone', 'Moss','Mundrabilla', 'Muonionalusta', 'Murchison', 'Nakhla', 'Nantan','Neuschwanstein', 'Northwest Africa 7034', 'Northwest Africa 7325', 'Norton County', 'Novato', 'Northwest Africa 3009', 'Oileán Ruaidh (Martian)', 'Old Woman', 'Oldenburg', 'Omolon', 'Orgueil', 'Ornans', 'Osseo', 'Österplana 065','Ourique', 'Pallasovka', 'Paragould', 'Park Forest', 'Pavlovka', 'Peace River','Peekskill', 'Penouille', 'Polonnaruwa', 'High Possil', 'Příbram', 'Pultusk','Qidong', 'Richardton', 'Santa Vitoria do Palmar', 'Sayh al Uhaymir 169','Seymchan', 'Shelter Island', 'Shergotty', 'Sikhote-Alin', 'Sołtmany','Springwater', 'St-Robert', 'Stannern', 'Sulagiri', 'Sutter''s Mill','Sylacauga', 'Tagish Lake', 'Tamdakht', 'Tenham', 'Texas Fireball', 'Tissint','Tlacotepec', 'Toluca', 'Treysa', 'Twannberg', 'Veliky Ustyug', 'Vermillion','Weston', 'Willamette', 'Winona', 'Wold Cottage', 'Yamato 000593','Yamato 691','Yamato 791197', 'Yardymly', 'Zagami', 'Zaisho', 'Zaklodzie'] launch_vehicule: ['Antares', 'Ariane 5', 'Atlas', 'Diamant', 'Dnepr', 'Delta', 'Electron', 'Energia', 'Europa', 'Falcon 9', 'Falcon Heavy', 'GSLV', 'Juno', 'Long March', 'Mercury-Redstone', 'Minotaur', 'Pegasus', 'Proton', 'PSLV', 'Safir', 'Shavit', 'Saturn IV', 'Semiorka', 'Soyouz', 'Titan', 'Vega', 'Veronique', 'Zenit'] faker-1.9.1/lib/locales/en/star_trek.yml000066400000000000000000000026521332146201300201250ustar00rootroot00000000000000en: faker: star_trek: character: ["James Tiberius Kirk", "Jean-Luc Picard", "Benjamin Sisko", "Kira Nerys", "Odo", "Jadzia Dax", "Julian Bashir", "Miles O'Brien", "Quark", "Jake Sisko", "Kathryn Janeway", "Chakotay", "Tuvok", "Tom Paris", "B'Elanna Torres", "Harry Kim", "Seven of Nine", "The Doctor", "Neelix", "Kes", "Jonathan Archer", "T'Pol", "Charles Tucker III", "Malcolm Reed", "Travis Mayweather", "Hoshi Sato", "Phlox", "Data", "William T. Riker", "Geordi La Forge", "Worf", "Beverly Crusher", "Deanna Troi", "Natasha Yar", "Wesley Crusher", "Spock", "Leonard McCoy", "Montgomery Scott", "Hikaru Sulu", "Pavel Chekov", "Nyota Uhuru"] location: ["Qo'noS", "Romulus", "Bajor", "Vulcan", "Neutral Zone", "Alpha Quadrant", "Beta Quadrant", "Delta Quadrant", "Gamma Quadrant", "Tau Ceti Prime", "Wolf 359", "Thalos VII", "Cardassia", "Trillius Prime", "Badlands", "Betazed", "Risa", "Deep Space Nine", "Ferenginar", "The Briar Patch", "Khitomer"] specie: ["Breen", "El-Aurian", "Jem'Hadar", "Kazon", "Ocampa", "Q", "Ferengi", "Klingon", "Talaxian", "Vidiian", "Cardassian", "Vulcan", "Borg", "Romulan", "Vorta", "Andorian", "Bajoran", "Betazoid"] villain: ["Q", "Gorn", "Khan Noonien Singh", "Ru'afo", "Maltz", "Kruge", "Ayel", "Admiral Marcus", "Martia", "Lt. Valeris", "V'ger", "God of Sha Ka Ree", "Admiral Dougherty", "Nero", "Krall", "Tolian Soran", "Shinzon", "General Chang", "Lursa", "B'Etor", "Borg Queen"] faker-1.9.1/lib/locales/en/star_wars.yml000066400000000000000000000466541332146201300201460ustar00rootroot00000000000000en: faker: star_wars: characters: ["Padme Amidala", "Jar Jar Binks", "Borvo the Hutt", "Darth Caedus", "Boba Fett", "Jabba the Hutt", "Obi-Wan Kenobi", "Darth Maul", "Leia Organa", "Sheev Palpatine", "Kylo Ren", "Darth Sidious", "Anakin Skywalker", "Luke Skywalker", "Ben Solo", "Han Solo", "Darth Vader", "Watto", "Mace Windu", "Yoda", "Count Dooku", "Sebulba", "Qui-Gon Jinn", "Chewbacca", "Jango Fett", "Lando Calrissian", "Bail Organa", "Wedge Antilles", "Poe Dameron", "Ki-Adi-Mundi", "Nute Gunray", "Panaka", "Rune Haako", "Rey", "Finn", "Supreme Leader Snoke", "General Hux", "Admiral Ackbar", "Ahsoka Tano", "Asajj Ventress", "Bendu", "Captain Phasma", "Chirrut Imwe", "Ezra Bridger", "Galen Erso", "Grand Moff Tarkin", "Grand Admiral Thrawn", "Greedo", "Jyn Erso", "Lyra Erso", "Maz Kanata", "Mon Mothma", "Sabine Wren", "Saw Gerrera", "Savage Opress", "Shmi Skywalker", "Kanan Jarrus", "Hera Syndulla", "Rose Tico", "Vice Admiral Holdo"] call_squadrons: ['Rogue', 'Red', 'Gray', 'Green', 'Blue', 'Gold', 'Black', 'Yellow', 'Phoenix'] call_numbers: ['Leader', '#'] call_sign: - "#{call_squadron} #{call_number}" droids: ["2-1B", "4-LOM", "ASP", "B2-RP", "B1", "BD-3000", "C1-10P", "FA-4", "GH-7", "GNK", "LM-432", "ID9", "11-4D", "2-1B", "327-T", "4-LOM", "B4-D4", "NR-N99", "C-3PO", "R2-D2", "BB-8", "R2-Q5", "Super Battle Droid", "Mouse Droid", "Droideka", "Buzz Droid", "Magnaguard", "Interrogation Droid", "Vulture Droid", "BB-9E", "K-2SO"] planets: ["Alderaan", "Ahch-To", "Bespin", "Cantonica", "Coruscant", "Cloud City", "Crait", "DQar", "Dathomir", "Dagobah", "Death Star", "Eadu", "Endor", "Felucia", "Geonosis", "Hoth", "Hosnian Prime", "Jakku", "Jedha", "Kamino", "Kashyyyk", "Lothal", "Mandalore", "Mustafar", "Mygeeto", "Naboo", "Onderon", "Ryloth", "Scarif", "Starkiller Base", "Sullust", "Takodana", "Tatooine", "Utapau", "Yavin 4"] species: ["Ewok", "Hutt", "Gungan", "Ithorian", "Jawa", "Neimoidian", "Sullustan", "Wookiee", "Mon Calamari", "Bith", "Dathomirian", "Gamorreans", "Kaminoan", "Twi'lek", "Porg"] vehicles: ["V-Wing Fighter", "ATT Battle Tank", "Naboo N-1 Starfighter", "Republic Cruiser", "Naboo Royal Starship", "Gungan Bongo Submarine", "Flash Speeder", "Trade Federation Battleship", "Millennium Falcon", "Sith Infiltrator", "AT-ST Walker", "TIE Bomber", "Imperial Shuttle", "Sandcrawler", "TIE Interceptor", "Speeder Bike", "Death Star", "AT-AT Walker", "Imperial Star Destroyer", "X-Wing Fighter", "A-Wing Fighter", "GR-75 Transport", "Imperial Interdictor", "MTT", "Phantom II", "Republic Attack Gunship", "Rey's Speeder", "Ghost", "U-Wing", "Y-Wing Starfighter", "First Order TIE Fighter", "AT-M6 Walker", "First Order Dreadnought", "TIE Silencer", "Resistance Bomber", "Resistance Ski Speeder"] wookiee_words: ["wyaaaaaa", "ruh", "huewaa", "muaa", "mumwa", "wua", "ga", "ma", "ahuma", "ooma", "youw", "kabukk", "wyogg", "gwyaaaag", "roooarrgh", "ur", "ru", "roo", "hnn-rowr", "yrroonn", "nng", "rarr"] quotes: admiral_ackbar: - "It's a trap!" - "The Shield is down! Commence attack on the Death star's main reactor. " - "We have no choice, General Calrissian! Our cruisers can't repel firepower of that magnitude!" ahsoka_tano: - "Suicide is not the Jedi way, master." - "Let's just say my master will always do what needs to be done. I'm not even sure how peacetime will agree with him." - "Sorry to interrupt your playtime, Grumpy, but wouldn't you prefer a challenge? " anakin_skywalker: - "I've got a bad feeling about this." - "Just for once, let me look on you with my own eyes." - "Jedi business, go back to your drinks!" asajj_ventress: - "You're tenacious, Jedi." - "Not even the dark side can give you that power." bendu: - "Your presence is like a violent storm in this quiet world" - "An object can not make you good, or evil. The temptation of power, forbidden knowledge, even the desire to do good can lead some down that path. But only you can change yourself." - "Once something is known, it cannot be unknown." boba_fett: - "He's no good to me dead." - "You can run, but you'll only die tired." c_3po: - "I have a bad feeling about this." - "R2-D2, you know better than to trust a strange computer!" - "You’ll be malfunctioning within a day, you nearsighted scrap pile." - "I'm terribly sorry about all this. After all, he's only a Wookiee!" - "Don’t you call me a mindless philosopher, you overweight glob of grease!" - "We're doomed." - "I suggest a new strategy, R2. Let the Wookiee win." - "We seem to be made to suffer. It's our lot in life." - "I'm backwards you filthy furball!" - "If I told you half the things I've heard about this Jabba the Hutt, you'd probably short circuit." - "Don’t worry about Master Luke. I’m sure he’ll be all right. He’s quite clever, you know… for a human being." - "I can’t abide these Jawas. Disgusting creatures." - "It's against my programming to impersonate a deity." - "Just you reconsider playing that message for him! No, I don't think he likes you at all. No, I don't like you either." - "Now don't you forget this! Why I should stick my neck out for you is far beyond my capacity!" count_dooku: - "Twice the pride, double the fall." darth_caedus: - "You're smarter than a tree, aren't you?" darth_vader: - "I find your lack of faith disturbing." - "You are a member of the rebel alliance, and a traitor." - "You are unwise to lower your defenses!" - "I am altering the deal. Pray I don't alter it any further." - "Perhaps you think you're being treated unfairly?" - "The circle is now complete. When I left you, I was but the learner. Now I am the master." - "Obi-Wan was wise to hide her from me. Now, his failure is complete. If you will not turn to the Dark Side… then perhaps she will." - "Search your feelings, you know it to be true!" - "Impressive. Most impressive. Obi-Wan has taught you well. You have controlled your fear. Now, release your anger. Only your hatred can destroy me." - "I hope so for your sake, the Emperor is not as forgiving as I am" - "Be careful not to choke on your aspirations, Director." - "He is as clumsy as he is stupid." - "You may use any methods necessary, but I want them alive. No disintegrations!" - "You have failed me for the last time, Admiral." emperor_palpatine: - "Only at the end do you realize the power of the Dark Side." - "Oh, I'm afraid the deflector shield will be quite operational when your friends arrive." - "There is a great disturbance in the Force." - "Give in to your anger. With each passing moment you make yourself more my servant." - "Let the hate flow through you!" - "Your feeble skills are no match for the power of the Dark Side." - "Your hate has made you powerful. Now fulfill your destiny, take you're father's place by my side." - "So be it, Jedi." - "The Force is strong with him. The son of Skywalker must not become a Jedi." finn: - "Droid, please!" - "Sanitation" - "Solo, we'll figure it out. We'll use the Force." - "I'm a big deal in the Resistance. Which puts a real target on my back." general_hux: - "I won't have you question my methods." - "Careful, Ren, that your personal interests not interfere with orders from Leader Snoke." grand_admiral_thrawn: - "I will start my operations here, and pull the rebels apart piece by piece. They'll be the architects of their own destruction." - "War is in your blood. I studied the art of war, worked to perfect it, but you? You were forged by it." grand_moff_tarkin: - "Now, witness the power of this fully operational battle station." - "The Jedi are extinct. Their fire has gone out of the universe. You, my friend, are all that's left of their religion." greedo: - "Koona t'chuta Solo? (Going somewhere Solo?)" - "Soong peetch alay. (It's too late.)" - "Ee mara tom tee tok maky cheesa. (You should have paid him when you had the chance.)" - "Jabba won neechee kochba mu shanee wy tonny wya uska. (Jabba put a price on your head so large, every bounty hunter in the galaxy will be looking for you.)" - "Chosky nowy u chusu. (I'm lucky I found you first.)" - "El jaya kulpa intick kuny ku suwa. (If you give it to me, I might forget I found you.)" - "Semal hi teek teek. (Jabba's through with you.)" - "Sone guru ye buya nyah oo won spasteega koo shu coon bon duwa weeptee. (He has no time for smugglers who drop their shipments at the first sign of an Imperial cruiser.)" - "Talk Jabba. (Tell that to Jabba.)" - "Boompa kom bok nee aht am bompah. (He may only take your ship.)" - "Nuklee numaa (that's the idea.)" - "Ches ko ba tuta creesta crenko ya kolska! (This is something I've been looking forward to for a long time.)" han_solo: - "It's the ship that made the Kessel Run in less than 12 parsecs." - "She may not look like much, but she's got it where it counts, kid." - "Never tell me the odds" - "Well, you said you wanted to be around when I made a mistake." - "No reward is worth this." - "Shut him up or shut him down." - "I got a bad feeling about this." - "I have a really bad feeling about this." - "Ungh. And I thought they smelled bad on the outside." - "I have a bad feeling about this." - "Bounty hunters! We don't need this scum." - "If they follow standard Imperial procedure, they'll dump their garbage before they go to light-speed." - "Hokey religions and ancient weapons are no match for a good blaster at your side, kid." jabba_the_hutt: - "Solo, la pa loiya Solo! (Solo, come out of there! Solo!)" - "Bone duwa pweepway? (Have you now?)" - "Han, ma bookie, keel-ee calleya ku kah. (Han, my boy, you disappoint me.)" - "Wanta dah moolee-rah... (Why haven't you paid me...)" - "Mon kee chees kreespa Greedo? (And why did you fry poor Greedo?)" - "Han, ma kee chee zay. (Han, I can't make exceptions.)" - "Hassa ba una kulkee malia... (What if everyone who smuggled for me...)" - "Lude eveela deesa... (drooped their cargo at the sight...)" - "sloan dwa spasteega el was nwo yana da gooloo? (of an Imperial starship?)" - "Han, ma bookie, baldo nee anna dodo da eena. (You're the best.)" - "See fa doi dee yaba... (So for an extra twenty percent...)" - "Dee do ee deen. (Okay, fifteen percent.)" - "Ee ya ba ma dookie massa... (But if you fail me again...)" - "Eek bon chee ko pa na green. (I'll put a price on your head so big...)" - "na meeto do buny dunko la cho ya. (you won't be able to get near a civilized system.)" - "Boska! (Come on!)" jar_jar_binks: - "Ooh mooey mooey I love you!" - "Yoosa should follow me now, okeeday?" - "Yipe! How wude!" - "Ohh, maxi big da Force. Well dat smells stinkowiff." - "Oh Gooberfish" - "Exsqueeze me" - "Mesa cause one, two-y little bitty axadentes, huh? Yud say boom de gasser, den crashin der bosses heyblibber, den banished." - "Mesa called Jar-Jar Binks. Mesa your humble servant." - "My forgotten, da Bosses will do terrible tings to me TERRRRRIBLE is me going back der!" - "Mesa day startin pretty okee-day with a brisky morning munchy, then BOOM! Gettin very scared and grabbin that Jedi and POW! Mesa here! Mesa gettin' very very scared!" k_2so: - "I have a bad feeling about..." kylo_ren: - "You need a teacher. I can show you the ways of the Force." - "Show me again, grandfather, and I will finish what you started." lando_calrissian: - "Why you slimy, double-crossing, no-good swindler. You've got a lot of guts coming here, after what you pulled." - "How you doin' Chewbacca? Still hanging around with this loser?" - "But how could they be jamming us if they don't know that we're coming?" - "This deal is getting worse all the time." leia_organa: - "You do have your moments. Not many, but you have them." - "I have a bad feeling about this." - "Would somebody get this big walking carpet out of my way?" - "Aren't you a little short for a Stormtrooper?" - "Help me Obi-Wan. You're my only hope" - "Why, you stuck-up, half-witted, scruffy-looking nerf herder!" - "Governor Tarkin, I should've expected to find you holding Vader's leash. I recognized your foul stench when I was brought on board." - "Somebody has to save our skins. Into the garbage chute, flyboy!" luke_skywalker: - "But I was going into Tosche Station to pick up some power converters!" - "I have a very bad feeling about this." - "It's not impossible. I used to bullseye womp rats in my T-16 back home, they're not much bigger than two meters." - "You know, that little droid is going to cause me a lot of trouble." - "If you're saying that coming here was a bad idea, I'm starting to agree with you." - "You'll find I'm full of surprises!" - "Your overconfidence is your weakness." - "You serve your master well. And you will be rewarded." - "Threepio, tell them if they don't do as you wish, you'll become angry and use your magic" - "I am a Jedi, like my father before me." mace_windu: - "The senate will decide your fate." - "Then our worst fears have been realized. We must move quickly if the Jedi Order is to survive." maz_kanata: - "I assume you need something. Desperately." obi_wan_kenobi: - "An elegant weapon for a more civilized age." - "You don’t need to see his identification. These aren’t the droids you’re looking for." - "You will never find a more wretched hive of scum and villainy. We must be cautious." - "Who's the more foolish; the fool, or the fool who follows him?" - "I have a bad feeling about this." - "Strike me down, and I will become more powerful than you could possibly imagine." - "In my experience there is no such thing as luck." - "The Force will be with you. Always." - "That's no moon. It's a space station." - "I felt a great disturbance in the Force. As if millions of voices suddenly cried out in terror and were suddenly silenced." - "Use the Force, Luke." padme_amidala: - "So this is how liberty dies. With thunderous applause." - "Ani? My goodness, you've grown." - "Anakin you're breaking my heart, you're going down a path I can't follow." - "Hold me, like you did by the lake on Naboo; so long ago when there was nothing but our love. No politics, no plotting, no war." - "I was not elected to watch my people suffer and die while you discuss this invasion in a committee!" qui_gon_jinn: - "Remember your focus determines your reality." rey: - "You will remove these restraints and leave this cell with the door open." - "The garbage'll do" shmi_skywalker: - "You can't stop change any more than you can stop the suns from setting." - "The Republic doesn't exist out here. We must survive on our own." yoda: - "Wars not make one great." - "Truly wonderful, the mind of a child is." - "That is why you fail." - "A Jedi uses the Force for knowledge and defense, never for attack." - "Adventure. Excitement. A Jedi craves not these things." - "Fear is the path to the dark side... fear leads to anger... anger leads to hate... hate leads to suffering." - "Judge me by my size, do you?" - "Do. Or do not. There is no try." - "Luminous beings are we... not this crude matter." - "Train yourself to let go of everything you fear to lose." - "Size matters not. Look at me. Judge me by my size, do you?" - "Ohhh. Great warrior. Wars not make one great." alternate_character_spellings: admiral_ackbar: ['akbar', 'ackbar', 'admiral ackbar', 'admiral akbar', 'admiral_ackbar'] ahsoka_tano: ['ahsoka', 'tano', 'ahsoka tano', 'ahsoka_tano'] anakin_skywalker: ['anakin', 'anakin skywalker', 'ani', 'ani skywalker', 'anakin_skywalker'] asajj_ventress: ['asajj', 'ventress', 'asajj ventress', 'anakin_skywalker'] bendu: ['the bendu', 'bendu'] boba_fett: ['boba fett', 'bobafett', 'boba_fett'] c_3po: ['c 3po', 'c3po', 'c3p0', 'c_3po'] count_dooku: ['dooku', 'count dooku', 'count_dooku'] darth_caedus: ['caedus', 'darth caedus', 'darth_caedus'] darth_vader: ['vader', 'darth vader', 'darth_vader'] emperor_palpatine: ['the emperor', 'sheev palpatine', 'emperor', 'palpatine', 'senator palpatine', 'darth sidious', 'sidious', 'emperor_palpatine'] finn: ['fn2187', 'fn-2187', 'fin'] general_hux: ['general hux', 'hux', 'general_hux'] grand_admiral_thrawn: ['thrawn', 'admiral thrawn', 'grand admiral thrawn', 'grand_admiral_thrawn'] grand_moff_tarkin: ['tarkin', 'grand moff tarkin', 'moff tarkin', 'grand_moff_tarkin'] greedo: ['greedo'] han_solo: ['han', 'solo', 'han solo', 'general han solo', 'general solo', 'han_solo'] jabba_the_hutt: ['jabba', 'jabba the hut', 'jabba the hutt', 'jabba_the_hutt'] jar_jar_binks: ['jar-jar', 'jar jar binks', 'jar-jar binks', 'the best character', 'jar_jar_binks'] k_2so: ['k2so', 'k-2so', 'k-2s0', 'k_2so'] kylo_ren: ['kylo', 'kylo ren', 'ben solo', 'ren', 'kylo_ren'] lando_calrissian: ['lando', 'lando calrissian', 'general lando', 'general lando calrissian', 'general calrissian', 'lando_calrissian'] leia_organa: ['leia', 'princess leia', 'leia skywalker', 'leia organa', 'general leia', 'senator leia', 'general leia organa', 'senator leia organa', 'leia organa solo', 'leia_organa'] luke_skywalker: ['luke', 'luke skywalker', 'luke_skywalker'] mace_windu: ['mace', 'mace windu', 'windu', 'master mace windu', 'mace_windu'] maz_kanata: ['maz', 'maz kanata', 'maz_kanata'] obi_wan_kenobi: ['obi kenobi', 'ben', 'ben kenobi', 'obi wan kenobi', 'obi-wan', 'obi wan', 'obi-wan kenobi', 'obi_wan_kenobi'] padme_amidala: ['senator amidala', 'queen amidala', 'padme', 'amidala', 'padme amidala', 'padme_amidala'] qui_gon_jinn: ['qui-gon', 'qui gon', 'qui-gon jinn', 'qui gon jinn', 'qui-gonn jin', 'qui gonn', 'master qui-gon', 'master qui gon', 'qui_gon_jinn'] rey: ['rey'] shmi_skywalker: ['shmi', 'shmi skywalker', 'shmi_skywalker'] yoda: ['master yoda', 'yoda'] # This data can be found on: http://www.starwars.com/databank faker-1.9.1/lib/locales/en/stargate.yml000066400000000000000000000030161332146201300177340ustar00rootroot00000000000000en: faker: stargate: characters: ["Jack O'Neill", "Teal'c", "Daniel Jackson", "Samantha Carter", "Janet Frasier", "George Hammond", "Jonas Quinn", "Cameron Mitchell", "Vala Mal Doran", "Kawalsky", "Jacob Carter", "Kasuf", "Sha're", "Skaara", "Thor", "Anubis", "Apophis", "Ba'al", "Cronus", "Hathor", "Heru-ur", "Klorel", "Ra", "Amonet", "Osiris", "Sokar", "Bra'tac", "Lantash", "Selmak", "Jolinar", "Martouf", "Cassandra", "Harlan"] planets: ["Abydos", "Altair", Asuras", "Athos", "Celestis", "Chulak", "Dakara", "Earth", "Langara", "Lantea", "Orilla", "P3X-888", "Sateda", "Tollana", "Vorash"] quotes: [ "What is an Oprah?", "Teal'c, look scary and take point.", "Things will not calm down, Daniel Jackson. They will, in fact, calm up.", "Undomesticated equines could not remove me.", "General, request permission to beat the crap out of this man.", "In my culture, I would be well within my rights to dismember you.", "Hey, if you'd been listening, you'd know that Nintendos pass through everything!", "You know, I've never been on a stakeout before. Shouldn't we have donuts or something?", "It's always suicide mission this, save the planet that. No one ever just stops by to say hi anymore.", "I would prefer not to consume bovine lactose at any temperature.", "I am not Lucy.", "I did not intend for my statement to be humorous.", "Indeed.", "You ended that sentence with a preposition. Bastard!" ] faker-1.9.1/lib/locales/en/stranger_thing.yml000066400000000000000000000026401332146201300211420ustar00rootroot00000000000000en: faker: stranger_things: character: [ "Joyce", "Lonnie", "Jonathan", "Will", "Nancy", "Mike", "Terry", "Becky", "Eleven", "Jim", "Diane", "Barbara", "Steve", "Dustin", "Lucas", "Demogorgon" ] quote: [ "I just didn’t want you to think I was such a wastoid, you know?", "You’re going to take out the demigorgon with a slingshot?", "Mornings are for coffee and contemplation.", "Eggos?", "This is not yours to fix alone. You act like you’re all alone out there in the world, but you’re not. You’re not alone.", "My God, is she Russian?", "Maybe I’m crazy, maybe I’m out of my mind! But God help me, I will keep these lights up until the day I die if I think there’s a chance that Will’s still out there!", " Am I dreaming, or is that you, Harrington?", "How do you know it’s not just a lizard?....Because his face opened up and he ate my cat!", "Use the shampoo and conditioner and when your hair’s damp, not wet, okay? When it’s damp, you do four puffs of the Farrah Fawcett spray.", "She will not be able to resist these pearls. *Purrs*", "So, Jonathan, how was the pull-out?", "I don’t want you to get hurt at all. And I don’t wanna lose you. Just make sure you heat up some real food. Not just Eggos." ] faker-1.9.1/lib/locales/en/stripe.yml000066400000000000000000000054461332146201300174410ustar00rootroot00000000000000# https://stripe.com/docs/testing en: faker: stripe: valid_cards: visa: "4242424242424242" visa_debit: "4000056655665556" mc: "5555555555554444" mc_2_series: "2223003122003222" mc_debit: "5200828282828210" mc_prepaid: "5105105105105100" amex: "378282246310005" amex_2: "371449635398431" discover: "6011111111111117" discover_2: "6011000990139424" diners_club: "30569309025904" diners_club_2: "38520000023237" jcb: "3530111333300000" valid_tokens: visa: "tok_visa" visa_debit: "tok_visa_debit" mc: "tok_mastercard" mc_debit: "tok_mastercard_debit" mc_prepaid: "tok_mastercard_prepaid" amex: "tok_amex" discover: "tok_discover" diners_club: "tok_diners" jcb: "tok_jcb" invalid_cards: addressZipFail: "4000000000000010" # The address_line1_check and address_zip_check verifications fail. If your account is blocking payments that fail ZIP code validation, the charge is declined. addressFail: "4000000000000028" # Charge succeeds but the address_line1_check verification fails. zipFail: "4000000000000036" # The address_zip_check verification fails. If your account is blocking payments that fail ZIP code validation, the charge is declined. addressZipUnavailable: "4000000000000044" # Charge succeeds but the address_zip_check and address_line1_check verifications are both unavailable. cvcFail: "4000000000000101" # If a CVC number is provided, the cvc_check fails. If your account is blocking payments that fail CVC code validation, the charge is declined. customerChargeFail: "4000000000000341" # Attaching this card to a Customer object succeeds, but attempts to charge the customer fail. successWithReview: "4000000000009235" # Charge succeeds with a risk_level of elevated and placed into review. declineCard: "4000000000000002" # Charge is declined with a card_declined code. declineFraudulentCard: "4100000000000019" # Results in a charge with a risk level of highest. The charge is blocked as it's considered fraudulent. declineIncorrectCvc: "4000000000000127" # Charge is declined with an incorrect_cvc code. declineExpired: "4000000000000069" # Charge is declined with an expired_card code. declineProcessingError: "4000000000000119" # Charge is declined with a processing_error code. declineIncorrectNumber: "4242424242424241" # Charge is declined with an incorrect_number code as the card number fails the Luhn check. faker-1.9.1/lib/locales/en/superhero.yml000066400000000000000000000171131332146201300201410ustar00rootroot00000000000000en: faker: superhero: power: ["Ability Shift", "Absorption", "Accuracy", "Adaptation", "Aerokinesis", "Agility", "Animal Attributes", "Animal Control", "Animal Oriented Powers", "Animation", "Anti-Gravity", "Apotheosis", "Astral Projection", "Astral Trap", "Astral Travel", "Atmokinesis", "Audiokinesis", "Banish", "Biokinesis", "Bullet Time", "Camouflage", "Changing Armor", "Chlorokinesis", "Chronokinesis", "Clairvoyance", "Cloaking", "Cold Resistance", "Cross-Dimensional Awareness", "Cross-Dimensional Travel", "Cryokinesis", "Danger Sense", "Darkforce Manipulation", "Death Touch", "Density Control", "Dexterity", "Duplication", "Durability", "Echokinesis", "Elasticity", "Electrical Transport", "Electrokinesis", "Elemental Transmogrification", "Empathy", "Endurance", "Energy Absorption", "Energy Armor", "Energy Beams", "Energy Blasts", "Energy Constructs", "Energy Manipulation", "Energy Resistance", "Enhanced Hearing", "Enhanced Memory", "Enhanced Senses", "Enhanced Sight", "Enhanced Smell", "Enhanced Touch", "Entropy Projection", "Fire Resistance", "Flight", "Force Fields", "Geokinesis", "Gliding", "Gravitokinesis", "Grim Reaping", "Healing Factor", "Heat Generation", "Heat Resistance", "Human physical perfection", "Hydrokinesis", "Hyperkinesis", "Hypnokinesis", "Illumination", "Illusions", "Immortality", "Insanity", "Intangibility", "Intelligence", "Intuitive aptitude", "Invisibility", "Invulnerability", "Jump", "Lantern Power Ring", "Latent Abilities", "Levitation", "Longevity", "Magic", "Magic Resistance", "Magnetokinesis", "Matter Absorption", "Melting", "Mind Blast", "Mind Control", "Mind Control Resistance", "Molecular Combustion", "Molecular Dissipation", "Molecular Immobilization", "Molecular Manipulation", "Natural Armor", "Natural Weapons", "Nova Force", "Omnilingualism", "Omnipotence", "Omnitrix", "Orbing", "Phasing", "Photographic Reflexes", "Photokinesis", "Physical Anomaly", "Portal Creation", "Possession", "Power Absorption", "Power Augmentation", "Power Cosmic", "Power Nullifier", "Power Sense", "Power Suit", "Precognition", "Probability Manipulation", "Projection", "Psionic Powers", "Psychokinesis", "Pyrokinesis", "Qwardian Power Ring", "Radar Sense", "Radiation Absorption", "Radiation Control", "Radiation Immunity", "Reality Warping", "Reflexes", "Regeneration", "Resurrection", "Seismic Power", "Self-Sustenance", "Separation", "Shapeshifting", "Size Changing", "Sonar", "Sonic Scream", "Spatial Awareness", "Stamina", "Stealth", "Sub-Mariner", "Substance Secretion", "Summoning", "Super Breath", "Super Speed", "Super Strength", "Symbiote Costume", "Technopath/Cyberpath", "Telekinesis", "Telepathy", "Telepathy Resistance", "Teleportation", "Terrakinesis", "The Force", "Thermokinesis", "Thirstokinesis", "Time Travel", "Timeframe Control", "Toxikinesis", "Toxin and Disease Resistance", "Umbrakinesis", "Underwater breathing", "Vaporising Beams", "Vision - Cryo", "Vision - Heat", "Vision - Infrared", "Vision - Microscopic", "Vision - Night", "Vision - Telescopic", "Vision - Thermal", "Vision - X-Ray", "Vitakinesis", "Wallcrawling", "Weapon-based Powers", "Weapons Master", "Web Creation", "Wishing"] prefix: ["The", "Magnificent", "Ultra", "Supah", "Illustrious", "Agent", "Cyborg", "Dark", "Giant", "Mr", "Doctor", "Red", "Green", "General", "Captain"] suffix: ["I", "II", "III", "IX", "XI", "Claw", "Man", "Woman", "Machine", "Strike", "X", "Eyes", "Dragon", "Skull", "Fist", "Ivy", "Boy", "Girl", "Knight", "Wolf", "Lord", "Brain", "the Hunter", "of Hearts", "Spirit", "Strange", "the Fated", "Brain", "Thirteen"] descriptor: ["A-Bomb", "Abomination", "Absorbing", "Ajax", "Alien", "Amazo", "Ammo", "Angel", "Animal", "Annihilus", "Ant", "Apocalypse", "Aqua", "Aqualad", "Arachne", "Archangel", "Arclight", "Ares", "Ariel", "Armor", "Arsenal", "Astro Boy", "Atlas", "Atom", "Aurora", "Azrael", "Aztar", "Bane", "Banshee", "Bantam", "Bat", "Beak", "Beast", "Beetle", "Ben", "Beyonder", "Binary", "Bird", "Bishop", "Bizarro", "Blade", "Blaquesmith", "Blink", "Blizzard", "Blob", "Bloodaxe", "Bloodhawk", "Bloodwraith", "Bolt", "Bomb Queen", "Boom Boom", "Boomer", "Booster Gold", "Box", "Brainiac", "Brother Voodoo", "Buffy", "Bullseye", "Bumblebee", "Bushido", "Cable", "Callisto", "Cannonball", "Carnage", "Cat", "Century", "Cerebra", "Chamber", "Chameleon", "Changeling", "Cheetah", "Chromos", "Chuck Norris", "Clea", "Cloak", "Cogliostro", "Colin Wagner", "Colossus", "Copycat", "Corsair", "Cottonmouth", "Crystal", "Curse", "Cy-Gor", "Cyborg", "Cyclops", "Cypher", "Dagger", "Daredevil", "Darkhawk", "Darkseid", "Darkside", "Darkstar", "Dash", "Deadpool", "Deadshot", "Deathlok", "Deathstroke", "Demogoblin", "Destroyer", "Doc Samson", "Domino", "Doomsday", "Doppelganger", "Dormammu", "Ego", "Electro", "Elektra", "Elongated Man", "Energy", "ERG", "Etrigan", "Evilhawk", "Exodus", "Falcon", "Faora", "Feral", "Firebird", "Firelord", "Firestar", "Firestorm", "Fixer", "Flash", "Forge", "Frenzy", "Galactus", "Gambit", "Gamora", "Garbage", "Genesis", "Ghost", "Giganta", "Gladiator", "Goblin Queen", "Gog", "Goku", "Goliath", "Gorilla Grodd", "Granny Goodness", "Gravity", "Groot", "Guardian", "Gardner", "Hancock", "Havok", "Hawk", "Heat Wave", "Hell", "Hercules", "Hobgoblin", "Hollow", "Hope Summers", "Hulk", "Huntress", "Husk", "Hybrid", "Hyperion", "Impulse", "Ink", "Iron Fist", "Isis", "Jack of Hearts", "Jack-Jack", "Jigsaw", "Joker", "Jolt", "Jubilee", "Juggernaut", "Junkpile", "Justice", "Kang", "Klaw", "Kool-Aid Man", "Krypto", "Leader", "Leech", "Lizard", "Lobo", "Loki", "Longshot", "Luna", "Lyja", "Magneto", "Magog", "Magus", "Mandarin", "Martian Manhunter", "Match", "Maverick", "Maxima", "Maya Herrera", "Medusa", "Meltdown", "Mephisto", "Mera", "Metallo", "Metamorpho", "Meteorite", "Metron", "Mimic", "Misfit", "Mockingbird", "Mogo", "Moloch", "Molten Man", "Monarch", "Moon Knight", "Moonstone", "Morlun", "Morph", "Multiple", "Mysterio", "Mystique", "Namor", "Namorita", "Naruto Uzumaki", "Nathan Petrelli", "Niki Sanders", "Nina Theroux", "Northstar", "Nova", "Omega Red", "Omniscient", "Onslaught", "Osiris", "Overtkill", "Penance", "Penguin", "Phantom", "Phoenix", "Plastique", "Polaris", "Predator", "Proto-Goblin", "Psylocke", "Punisher", "Pyro", "Quantum", "Question", "Quicksilver", "Quill", "Ra's Al Ghul", "Rachel Pirzad", "Rambo", "Raven", "Redeemer", "Renata Soliz", "Rhino", "Rick Flag", "Riddler", "Ripcord", "Rocket Raccoon", "Rogue", "Ronin", "Rorschach", "Sabretooth", "Sage", "Sasquatch", "Scarecrow", "Scorpia", "Scorpion", "Sentry", "Shang-Chi", "Shatterstar", "She-Hulk", "She-Thing", "Shocker", "Shriek", "Shrinking Violet", "Sif", "Silk", "Silverclaw", "Sinestro", "Siren", "Siryn", "Skaar", "Snowbird", "Sobek", "Songbird", "Space Ghost", "Spawn", "Spectre", "Speedball", "Speedy", "Spider", "Spyke", "Stacy X", "Star-Lord", "Stardust", "Starfire", "Steel", "Storm", "Sunspot", "Swarm", "Sylar", "Synch", "T", "Tempest", "Thanos", "Thing", "Thor", "Thunderbird", "Thundra", "Tiger Shark", "Tigra", "Tinkerer", "Titan", "Toad", "Toxin", "Toxin", "Trickster", "Triplicate", "Triton", "Two-Face", "Ultron", "Vagabond", "Valkyrie", "Vanisher", "Venom", "Vibe", "Vindicator", "Violator", "Violet", "Vision", "Vulcan", "Vulture", "Walrus", "War Machine", "Warbird", "Warlock", "Warp", "Warpath", "Wasp", "Watcher", "White Queen", "Wildfire", "Winter Soldier", "Wiz Kid", "Wolfsbane", "Wolverine", "Wondra", "Wyatt Wingfoot", "Yellow", "Yellowjacket", "Ymir", "Zatanna", "Zoom"] name: - "#{Superhero.prefix} #{Superhero.descriptor} #{Superhero.suffix}" - "#{Superhero.prefix} #{Superhero.descriptor}" - "#{Superhero.descriptor} #{Superhero.suffix}" - "#{Superhero.descriptor}" faker-1.9.1/lib/locales/en/sword_art_online.yml000066400000000000000000000166721332146201300215060ustar00rootroot00000000000000en: faker: sword_art_online: real_name: [ "Alice Zuberg", "Asada Shino", "Ayano Keiko", "Kayaba Akihiko", "Kikuoka Seijirou", "Kirigaya Kazuto", "Kirigaya Suguha", "Shinozaki Rika", "Tsuboi Ryoutarou", "Yui", "Yuuki Asuna", "Aki Natsuki", "Higa Takeru", "Andrew Gilbert Mills", "Alicia Klingerman", "Fujita Shin", "Kirigaya Midori", "Okano Kouji", "Sada Akiyo", "Satou Rei", "Shigemura Tetsuhiro", "Yuuki Kouichirou", "Yuuki Kyouko", "Yuuki Shouzou", "Kanzaki Elsa", "Kohiruimaki Karen", "Konno Yuuki", "Asougi Goushi", "Shinohara Miyu", "Shinkawa Shouichi", "Shigemura Yuuna", "Takemiya Kotone", "Karatachi Nijika", "Koujiro Rinko", "Kashiwazaka Hiyori", "Konno Aiko", "Vassago Casals", "Nochizawa Eiji", "Nanairo Arshavin", "Gabriel Miller", "An Si-eun", "Nagata Shinichi", "Ronye Arabel", "Tiese Shtolienen", "Selka Zuberg", "Sortilirna Serlut", "Sumeragi Youta", "Usujio Tarako", "Eldrie Woolsburg", "Doctor Kurahashi", "Frenica Szeski", "Sadina Zuberg", "Saitou Shouichi", "Gasupht Zuberg", "Leyshren Zed Yofilis", "Uolo Levanteinn", "Egome Zakkalight", "Raios Antinous", "Humbert Zizek", "Sister Azariya", "Lipia Zankale", "Viksul Ur Shasta", "Endou", "Ducker" ] game_name: [ "Sinon", "Silica", "Kirito", "Leafa", "Lisbeth", "Klein", "Asuna", "Strea", "Eugeo", "Sachi", "Argo", "Kureha", "Kibaou", "Zeliska", "Alicia Rue", "Kizmel", "Premiere", "Protaganist", "Quinella", "Itsuki", "Morte", "Sakuya", "Thinker", "Kuradeel", "Musketeer X", "Diavel", "Pina", "Sasha", "Nori", "Rosalia", "Tia", "Yulier", "Griselda", "Merida", "Thor", "Lind", "Pale Rider", "Eugene", "Keita", "Grimlock", "Coper", "Yamikaze", "Dyne", "Yolko", "Ashley", "Tecchi", "Cardinal", "Kobatz", "Jun", "Talken", "Godfree", "Skuld", "Uror", "Genesis", "Schmitt", "Caynz", "Nezha", "Mortimer", "Ceba", "Deusolbert", "Tonky", "Bercouli", "Sigurd", "Behemoth", "Nishida", "Aaaa", "Kagemune", "Chudelkin", "Ruru", "Veroandi", "Tetsuo", "Fanatio", "Charlotte", "Shivata", "Daizen", "Fizel", "Amayori", "Gtacs", "Orick", "Linel", "Ginrou", "Marinca", "Sadore", "Angel", "Lion King Richie", "Kakouton", "Sasamaru", "Leviathan", "Yamata", "Ryufior", "Iskahn", "Stinger", "Azurika", "Ugachi", "Orlando", "Dakira", "Beowulf", "Elevating Operator", "Critter", "Jink", "Shishigane", "Jin", "Garitta", "Uemaru", "Romolo", "Arashi", "Nakanishi", "Cuchulainn", "Miso", "Agil" ] location: [ "Aincrad", "Underworld", "Ruby Palace", "Underworld", "Alfheim", "Black Iron Palace", "Forest House K4", "Ocean Turtle", "Monument of Life", "SBC Glocken", "Hidden Dungeon", "Dungeon", "SAO Survivor School", "Town of Beginnings", "Dicey Cafe", "Yggdrasil City", "Horunka", "Lisbeth's Smith Shop", "Chamber of Resurrection", "Selmburg", "Collinia", "Central Cathedral", "Taft", "Jotunheimr", "Kirigaya Residence", "Granzam", "Algade", "Sword Mastery Academy", "Gigas Cedar", "Urbus", "Karluin", "Tolbana", "Alne", "Lindarth", "Swilvane", "Thrymheim", "Rulid Village", "Forest of Wandering", "Virtual Lab", "Zumfut", "Yofel Castle", "Floria", "Rovia", "Hill of Memories", "Sunshine Forest", "Forest of Wavering Mists", "West Mountain", "Kamdet", "Agil's Shop", "Ronbaru", "ISL Ragnarok", "Panareze", "Mishe", "Myujen", "Coral", "Pani", "Danac", "Hill of the Cross", "Thule Island", "Wolf Plains", "Marten", "Legrue", "Legrue Corridor", "Centoria", "Algade House", "Intercontinental Highway", "Lost Temple", "Wasteland Crossroads", "Great Void", "Ant Hill", "Weathercock Pavilion", "Great Library Room", "Zakkaria", "Undersea Temple", "Ancient Forest", "Butterfly Valley", "Angel's Rose Garden", "World Tree" ] item: [ "Blackwyrm Coat", "Anneal Blade", "Dark Repulser", "Ebon Dagger", "Elucidator", "Guilty Thorn", "Karakurenai", "Lambent Light", "Liberator", "Mate Chopper", "Stout Brand", "Sword Breaker", "Throwing Pick", "Tyrant Dragon", "Wind Fleuret", "Argyro's Sheet", "Coat of Midnight", "Cor", "Crystal Bottle of Kales'Oh", "Crystallite Ingot", "Crystals", "Diving Stone of Returning Soul", "Dusk Lizard Hide", "Eternal Storage Trinket", "Hand Mirror", "Mighty Strap of Leather", "Mirage Sphere", "Pneuma Flower", "Potions", "Ragout Rabbit's Meat", "Ring of Agility", "Ring of Angel's Whisper", "Scavenge Toad Meat", "Tremble Shortcake", "Vendor's Carpet", "Yui's Heart", "Black Iron Great Sword", "Blue Long Sword", "Crest of Yggdrasil", "Demonic Sword Gram", "Holy Sword Excalibur", "Lightning Hammer Mjolnir", "Long Sword", "Sap of the World Tree", "Yrd", "Accuracy International L115A3", "Credit", "Defense Field", "FN Five-Seven", "GE M134 Minigun", "Kagemitsu G4", "Metamaterial Optical Camouflage Mantle", "PGM Ultima Ratio Hecate II", "Plasma Grenade", "Procyon SL", "Satellite Scan Terminal", "Starship Metal Estoc", 'Type 54 "Black Star"', "Black Lily Sword", "Blue Rose Sword", "Conflagrant Flame Bow", "Dragon Bone Axe", "Fragrant Olive Sword", "Frost Scale Whip", "Gigas Cedar", "Goblin Sword", "Heaven Piercing Sword", "Night Sky Sword", "Silvery Eternity", "Time Piercing Sword", "Twin Edged Wings" ] faker-1.9.1/lib/locales/en/team.yml000066400000000000000000000027731332146201300170610ustar00rootroot00000000000000en: faker: team: creature: ['ants', 'bats', 'bears', 'bees', 'birds', 'buffalo', 'cats', 'chickens', 'cattle', 'dogs', 'dolphins', 'ducks', 'elephants', 'fishes', 'foxes', 'frogs', 'geese', 'goats', 'horses', 'kangaroos', 'lions', 'monkeys', 'owls', 'oxen', 'penguins', 'people', 'pigs', 'rabbits', 'sheep', 'tigers', 'whales', 'wolves', 'zebras', 'banshees', 'crows', 'black cats', 'chimeras', 'ghosts', 'conspirators', 'dragons', 'dwarves', 'elves', 'enchanters', 'exorcists', 'sons', 'foes', 'giants', 'gnomes', 'goblins', 'gooses', 'griffins', 'lycanthropes', 'nemesis', 'ogres', 'oracles', 'prophets', 'sorcerors', 'spiders', 'spirits', 'vampires', 'warlocks', 'vixens', 'werewolves', 'witches', 'worshipers', 'zombies', 'druids'] name: - "#{Address.state} #{creature}" sport: ['baseball', 'basketball', 'football', 'hockey', 'rugby', 'lacrosse', 'soccer', 'buzkashi', 'cricket', 'kabaddi', 'archery', 'field hockey', 'wrestling', 'association', 'sumo', 'dandi biyo', 'league', 'arnis', 'bandy', 'taekwondo', 'volley ball', 'oil wrestling', 'handball', 'pesäpallo', 'rugby union', 'golf', 'bull fighting', 'shooting', 'gymnastics', 'water polo'] mascot: ['Raymond', 'Bailey', 'Rocky', 'Screech', 'Steely McBeam', 'Nordy', 'Hugo', 'Griz', 'Iceburgh', 'Mr. Redlegs', 'Benny the Bull', 'Big Red', 'Suns Gorilla', 'Pirate Parrot', 'Ragar the Viking', 'JazzBear', 'Wally the Green Monster', 'Burnie', 'K.C. Wolf', 'Sausages', 'Mr. Met', 'Youppi', 'The Raptor', 'Jaxson De Ville', 'Phanatic'] faker-1.9.1/lib/locales/en/the_it_crowd.yml000066400000000000000000000267771332146201300206170ustar00rootroot00000000000000en: faker: the_it_crowd: actors: [ "Chris O'Dowd", "Richard Ayoade", "Katherine Parkinson", "Matt Berry", "Christopher Morris", "Noel Fielding", "Graham Linehan", "Tom Binns", "Orlando Seal", "Belinda Stewart-Wilson", "Silas Carson", "David Garfield", "Adam Buxton", "Oliver Chris", "Frances Barber", "Amelia Bullmore", "Catherine Shepherd", "Philip Rham", "Cheryl Fergison", "Tony Longworth", "Togo Igawa", "Jamie Michie", "James Bachman", "Lucy Montgomery", "Danny Wallace", "Benedict Wong", "Sarah Hadland" ] characters: [ "Roy Trenneman", "Maurice Moss", "Jen Barber", "Douglas Reynholm", "Denholm Reynholm", "Richmond Avenal", "Beth Gaga Shaggy", "Nolan", "Peter File", "Barbara Reynholm", "Victoria Reynholm", "Derek Pippen", "Small Paul", "Bill Crouse", "Daniel Carey", "Dr. Mendall", "Helen Buley", "Jessica", "Johan", "Judy", "Dr. Julian Holmes", "Harry", "Mr. Yamamoto", "Philip", "Jeff Holcorn", "April Shephard", "Paul", "Harold Tong", "Margaret" ] emails: [ "roy.trenneman@reynholm.test", "maurice.moss@reynholm.test", "jen.barber@reynholm.test", "douglas.reynholm@reynholm.test", "denholm.reynholm@reynholm.test", "richmond.avenal@reynholm.test", "beth.gaga.shaggy@hotmail.test", "nolan@reynholm.test", "file.peter@hotmail.test", "barbara.reynholm@reynholm.test", "victoria.reynholm@reynholm.test", "derek.pippen@reynholm.test", "small.paul@reynholm.test", "bill.crouse@reynholm.test", "daniel.carey@reynholm.test", "mendall@reynholm.test", "helen.buley@bhdr.test", "jessica@hotmail.test", "johan@hotmail.test", "judy@reynholm.test", "stresspert@hotmail.test", "harry@royalmail.test", "yamamoto@yamamotocorp.test", "philip@reynholm.test", "jeffdominator@hotmail.test", "april.shephard@richestmag.test", "paul@reynholm.test", "htong@hotmail.test", "friendlymargaret@hotmail.test" ] quotes: [ "Hello, IT. Have you tried turning it off and on again?", "Hello, IT. Ya ha? Have you tried forcing an unexpected reboot?", "I'll just put it here with the rest of the fire.", "Yes, there is. I am sick of my things going walkabout. With this picture, everyone knows that a certain Mr Moss might be looking for his cup.", "Ugh, OK, well the button on the side, is it glowing?... Yeah, you need to turn it on. Erm, the button turns it on. Yeah, you... you do know how a button works don't you? No, not on clothes.", "See. the driver hooks the function by patching the system call table, so it's not safe to unload it unless another thread's about to jump in and do its stuff, and you don't want to end up in the middle of invalid memory... Hello?", "An ill wind is blowing. Last night I was stirred from my slumber by a crow calling three times. Caw... caw... well you know what a crow sounds like. Passing to my window, I trod on a piece of lego. Oh, it went right in the heel. Turning on my television set, I noticed the reception wasn't great. Not terrible, just not great. Hear me well, no good can come of your trip to the theatre tonight, no good at all. And if you ask me... That's just bloody rude. Where's my Heat?", "I don't know if it's the loss of blood or the melting plastic from the monitor, but I feel great!", "Didn't know what a stress machine as this morning, and now we have two of them.", "Now, let's see what we have here. 'Stand upright.' Well now I can't read it. Oh, not me. I AM a giddy goat.", "Jen, if this needle goes past here, you're fired. Does that make you feel stressed at all? Does it? Jen? Are you sure? Jen? Does it? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure? Are you sure?", "I used to work as a waiter. If anyone was ever rude to me, I used to carry their food around in my trousers.", "Would I blow everyone's mind if I ate dessert first?", "It's a bucket of fried chicken. And it comes in a real bucket.", "Yes, I believe it was Tolstoy who said... Oh, it appears we have a visitor. I'm sorry, myself and Maurice were engaged in quite a serious discussion about books and such. We didn't hear you come in.", "Why are you speaking in that weird voice? When did...? I don't remember this conversation AT ALL.", "There's nothing sexual about it, I mean I like Roy, but I'm not 'Curious'.", "So, what brings you to my lair? Not that I'm some sort of animal. Or, or maybe I am.", "Oh look, Richmond's still alive.", "My middle name is ready. No, that doesn't sound right. I eat ready for breakfast.", "Fire. Dear Sir/Madam, I am writing to inform you of a fire that has broken out on the premises of 123 Cavendon Road... no, that's too formal. Fire - exclamation mark - fire - exclamation mark - help me - exclamation mark. 123 Cavendon Road. Looking forward to hearing from you. Yours truly, Maurice Moss.", "I don't like goat's anything. I don't like goats being involved in any stage of the food production process.", "This flipping circuit board, Jen. Some chump has run the data lines right through the power supply. Amateur hour! I've got tears in my eyes!", "They're fairly regular the beatings, yes. I'd say we're on a Bi-weekly beating", "OK, lady! You've won this round! But we can wait. You will slip up one day. And believe you me, we will be there when you do. There will be some piece of evidence that will prove without any shadow of a doubt that you don't know anything about computers!", "Team! Team, team, team, team, team! I even love saying the word 'team'. You probably think that's a picture of my family. Uh uh. It's the A-Team! Bodie, Doyle, Tiger, the Jewellery Man.", "Why are you giving me the secret signal to shut up?", "Oh, it's just water. Sometimes I get a hot ear, and this helps cool it down. She is quite the oddball.", "I hope this doesn't embarrass you, Jen, but I find the best thing to do with a new employee is to size them up with a long, hard stare...", "That's the sort of place this is, Jen. A lot of sexy people, not doing much work and having affairs!", "Well, don't take this the wrong way, but could he have thought you were a man?", "Ah! The IT-department. Run by a dynamic go-getter, a genius and a man from Ireland.", "You wouldn't shoot a Policeman and then steal his helmet. You wouldn't go to the toilet in his helmet, and then send it to the Policeman's grieving widow, and then steal it again. Downloading films is stealing; if you do it you WILL face the consequences!", "Ah, well, prepare to put mustard on those words, for you will soon be consuming them along with this slice of humble pie that comes direct from the oven of shame set at gas mark 'egg on your face'! I sort of forget what I was talking about.", "Oh... morning. Oh my word. When did the English start drinking like that? You people drink like you don't want to live.", "You best put seat belts on your ears, Roy, 'cause I'm going to take them for the ride of their life!", "Listen, Alistair, I just wanted to say, I'm not a window cleaner. No, no, I work in IT. Yeah, yeah, with computers and all that. Macs? No, I just really work with Windows. Hello?", "I'm a 32 year old IT consultant who works in the basement. Yes, I do the whole lonely hearts thing.", "I only know one woman and she just left the room shouting 'The shoes!'", "Nice screensaver. I love the way the smoke seems to be coming off the top of it...", "A plan. Let me put on my slightly larger glasses.", "Hello? What? Well if you can't work as a team you're all fired. That's it, you heard me, fired! Get your things and go. Hello, security? Everyone on floor 4 is fired. Escort them from the premises. And do it as a team. Remember, you're a team and if you can't act as a team, you're fired too. Dom, get on to recruitment. Get them to look for a security team that can work as a team. They may have to escort the current security team from the building for not acting like a team.", "Never been. But I've always liked the idea of the theatre. The smell of the grease, the roar of the paint. I've often thought if I hadn't ended up in computers, I would've gone into the theatre.", "If this evening is going to work in any way, you need to pretend to be normal people, yeah? Keep the conversation about things that would interest everybody. You know, nothing about memory, or RAM.", "Roy, I spoke to the Elders of the Internet not one hour ago. I told them about Jen winning Employee of the Month and they were so impressed that they wanted to do whatever they could to help.", "Well, I'm the boss... Head Honcho. El Numero Uno. Mr. Big. The Godfather. Lord of the Rings. The Bourne... Identity. Er... Taxi Driver. Jaws. I forgot the question quite a while back. Who are you, again?", "Yes! Yesterday's jam. That is what we are to them! Actually, that doesn't work as a thing, because, you know, jam lasts for ages.", "Did you notice how she didn't even get excited when she saw this original ZX81?", "Shut up, do what I tell you, I'm not interested; these are just some of the things you'll be hearing if you answer this ad. I'm an idiot and I don't care about anyone but myself. P.S. No dogs!", "Oh, I'm very comfortable with my sexuality, I just don't want to be slapped in the face with their sexuality.", "I'm sorry for your loss. Move on.", "It's not like you've lost a pen, is it? It's so much worse. Would you like a pen? I have a spare one.", "With all due respect John, I am the head of IT and I have it on good authority that if you type 'Google' into Google, you can break the Internet. So please, no one try it, even for a joke. It's not a laughing matter. You can break the Internet.", "Even if that were true, it's just not in their nature to learn how to use a ladder! They have wings! When a moth thinks about travelling vertically upwards, a ladder is just the last thing they would think of! Moss, I don't like to be negative about it, but everything you invent is worthless!", "You want me to open it. That's why you called me all the way up here, to open your laptop?", "Well, if someone called me a 'big, ugly builder', I'd be furious - and not just because I'm actually an IT consultant. Revenge, that would be uppermost on my mind: 'I'm going to wee on everything. I'm going to taint her abode. I'm going to strain my personal potatoes throughout her premises.'", "Just promise me we won't do anything else with them. I want to go back to being weird. I like being weird. Weird is all I've got. That and my sweet style.", "Balloons explode, Jen. They explode suddenly, and unexpectedly. They are filled with the capacity to give me a little fright, and I find that unbearable.", "I came here to drink milk and kick ass. And I've just finished my milk." ] faker-1.9.1/lib/locales/en/the_thick_of_it.yml000066400000000000000000000037711332146201300212540ustar00rootroot00000000000000en: faker: the_thick_of_it: characters: ["Malcolm Tucker", "Hugh Abbot", "Nicola Murray", "Oliver Reeder", "Cliff Lawton", "Dan Miller", "Geoff Holhurst", "Jamie MacDonald", "Julius, Rt Hon The Lord Nicholson of Arnage", "Nick Hanway", "Tom Davis", "Clare Ballentine", "Ben Swain", "Ed Atkins", "John Duggan", "Steve Fleming", "Helen Hatley", "Sam Cassidy", "Terri Coverley", "Robyn Murdoch", "Peter Mannion", "Dr Stewart Pearson", "Fergus Williams", "Emma Florence Messinger", "Philip Bartholomew Cornelius Smith", "Glenn Cullen", "Adam Kenyon", "Cal Richards", "Mary Drake", "Lord Goolding", "Baroness Sureka", "Simon Weir", "Matthew Hodge", "The PM", "Tom Davis", "JB", "Pat Morrissey", "Douglas Tickel"] positions: ["General Elections Advisor", "Director of Communications", "Former Media Adviser to the Leader of the Opposition", "MP", "Secretary of State for Social Affairs", "Secretary of State for Social Affairs and Citizenship", "Former Leader of the Opposition", "Director of Communications for the Opposition", "Policy Adviser to the Leader of the Opposition", "Special Adviser/Junior Policy Adviser to the Secretary of State, DoSAC", "Backbench MP", "Junior Minister", "Minister of State for Defense", "Shadow Cabinet Minister", "Senior Press Officer", "Head of Advanced Implementation Unit", "Spin Doctor", "Chair", "Minister of State for Immigration", "Minister of State at the Department of Education", "Press Officer", "Party Press Officer", "Chief Whip", "Special Adviser to the Leader of the Opposition", "Personal Assistant", "Minister for Fisheries", "Policy Adviser to the Shadow Secretary of State", "Researcher for the Shadow Secretary of State", "Adviser, Fourth Sector Initiative", "Chief Strategist", "Minister of State", "Prime Minister of the United Kingdom"] departments: ["Number 10", "DoSAC", "Shadow Cabinet", "Department of Defense", "House of Lords", "Education Select Committee", "Department of Immigration", "Department of Education", "Department of Fisheries", "Cabinet Office"] faker-1.9.1/lib/locales/en/twin_peaks.yml000066400000000000000000000072151332146201300202730ustar00rootroot00000000000000en: faker: twin_peaks: characters: ["Albert Rosenfield", "Andrew Packard", "Andy Brennan", "Annie Blackburn", "Audrey Horne", "Ben Horne", "Bernard Renault", "Big Ed Hurley", "Blackie O'Reilly", "Bobby Briggs", "Catherine Martell", "Chet Desmond", "Dale Cooper", "Denise Bryson", "Dick Tremayne", "Doc Hayward", "Donna Hayward", "Dougie Milford", "Dr Jacoby", "Eileen Hayward", "Evelyn Marsh", "Gersten Hayward", "Gordon Cole", "Hank Jennings", "Harold Smith", "Harriet Hayward", "Hawk Hill", "Jacques Renault", "James Hurley", "Jean Renault", "Jerry Horne", "John Justice Wheeler", "Johnny Horne", "Josie Packard", "Killer BOB", "Lana Budding Milford", "Laura Palmer", "Leland Palmer", "Leo Johnson", "Lil the dancer", "Lucy Moran", "MIKE", "Maddy Ferguson", "Major Briggs", "Mayor Milford", "Mike Nelson", "Mr Tojamura", "Mrs Tremond", "Nadine Hurley", "Norma Jennings", "Pete Martell", "Phillip Gerard", "Phillip Jeffries", "Pierre Tremond", "Ronette Pulaski", "Sam Stanley", "Sarah Palmer", "Shelly Johnson", "Sheriff Truman", "Teresa Banks", "The Giant", "The Log Lady", "The Man from Another Place", "Thomas Eckhardt", "Windom Earle"] locations: ["Big Ed's Gas Farm", "Black Lake", "Black Lodge", "Blue Pine Lodge", "Bookhouse", "Calhoun Memorial Hospital", "Cemetery", "Dead Dog Farm", "Deer Meadow", "Double-R Diner", "Easter Park", "FBI Office", "Fat Trout Trailer Park", "Ghostwood National Forest", "Glastonbury Grove", "Great Northern Hotel", "Haps Diner", "High School", "Horne's Department Store", "Log Lady's Cabin", "One Eyed Jack's", "Owl Cave", "Packard Sawmill", "Palmer House", "Railroad Car", "Roadhouse", "Ronette's Bridge", "Sheriff's Department", "Timber Falls Motel", "Town Hall", "Twin Peaks Savings & Loan", "White Lodge", "Wind River"] quotes: ["She's dead... Wrapped in plastic.", "There was a fish in the percolator!", "You know, this is — excuse me — a damn fine cup of coffee!", "Black as midnight on a moonless night.", "Through the darkness of future's past, the magician longs to see. One chants out between two worlds... \"Fire... walk with me.\"", "You may think I've gone insane... but I promise. I will kill again.", "That gum you like is going to come back in style.", "Where we're from, the birds sing a pretty song, and there's always music in the air.", "Will this sadness that makes me cry my heart out — will it ever end? The answer, of course, is yes. One day the sadness will end.", "Every day, once a day, give yourself a present.", "Do you want to know what the ultimate secret is? Laura did. The secret of knowing who killed you.", "COOPER, YOU REMIND ME TODAY OF A SMALL MEXICAN CHIHUAHUA.", "J'ai une âme solitaire.", "There's nothing quite like urinating in the open air.", "Sometimes jokes are welcome. Like the one about the kid who said: \"I enjoyed school. It was just the principal of the thing.\"", "Cooper, you may be fearless in this world, but there are other worlds.", "MAY A SMILE BE YOUR UMBRELLA. WE'VE ALL HAD OUR SOCKS TOSSED AROUND.", "Windom Earle's mind is like a diamond. It's cold, and hard, and brilliant.", "I don't wanna talk. I wanna shoot.", "I have no idea where this will lead us. But I have a definite feeling it will be a place both wonderful and strange.", "Pie. Whoever invented the pie? Here was a great person.", "Audrey, there are many cures for a broken heart. But nothing quite like a trout's leap in the moonlight.", "It has been a pleasure speaking to you.", "Wow, Bob, wow.", "How's Annie? How's Annie? How's Annie?", "The owls are not what they seem.", "Damn fine coffee! And hot!", "Harry, is that bag smiling?", "YOU ARE WITNESSING A FRONT THREE-QUARTER VIEW OF TWO ADULTS SHARING A TENDER MOMENT"] faker-1.9.1/lib/locales/en/umphreys_mcgee.yml000066400000000000000000000100001332146201300211250ustar00rootroot00000000000000en: faker: umphreys_mcgee: song: ["1000 Places to See Before You Die", "10th Grade", "13 Days", "1348", "2nd Self", "2x2", "40's Theme", "930", "A Mild Sedative", "Ahab", "Alex's House", "All in Time", "All Things Ninja", "Amble On", "Anchor Drops", "Andy's Last Beer", "Angular Momentum", "Atmosfarag", "Attachments", "Auf Wiedersehen", "August", "B.Onion", "Baby Honey Sugar Darlin", "Bad Friday", "Bad Poker", "Bathing Digits", "Believe the Lie", "Blue Echo", "Bob", "Booth Love", "Breaker", "Bridgeless", "Bright Lights Big City", "Bullhead City", "Bus Call", "Catshot", "Cemetery Walk", "Cemetery Walk II", "Chicago", "Conduit", "Comma Later", "Conduit", "Constellations", "Crucial Taunt", "Cummins Lies", "Cut off", "Cut the Cable", "Day Nurse", "Dear Lord", "Deeper", "Den", "Depth Charge", "Der Bluten Kat", "DeWayne", "Dim Sun", "Divisions", "Domino Theory", "Dough Bro", "Downtrodden", "Draconian", "Dream Team", "Drink My Drank", "Drums", "Duck Butter", "Dump City", "Eat", "Educated Guess", "Empty the Tank", "End of the Road", "Example 1", "FDR", "FF", "Final Word", "Flamethrower", "Fly Like a Beagle", "Fool's Gold", "Forks", "Front Porch", "Front Port", "Full Frontal", "Funk Improv", "Funk Jam", "G-Song", "Gents", "Gesture Under a Mitten", "Get in the Van", "Glory", "Go to Hell", "Gobbler's Knob", "Gone for Good", "Goonville", "Got Your Milk Right Here", "Gravity's Real", "Great American", "Gulf Stream", "Gurgle", "Gut Strut", "Hajimemashite", "Hangover", "Headphones & Snowcones", "Higgins", "Hindsight", "Hourglass", "Hours", "Hurt Bird Bath", "In the Black", "In the Kitchen", "In Violation of Yes", "Intentions Clear", "JaJunk", "Jared", "Jekyll & Hyde", "Jose", "Kabump", "Kat's Tune", "Keefer", "Kimble", "Kula", "Larceny", "Last Call", "Last Man Swerving", "Le Blitz", "Leave Me Las Vegas", "Liberty Echo", "Lift & Separate", "Liquid", "Little Gift", "Loose Ends", "Lord Bail Ship", "Lucid State", "Mad Love", "Made to Measure", "Mail Package", "Make it Right", "Mamu", "Mantis", "Mantis Ghetts", "Memoris of Home", "Miami Virtue", "Miss Tinkle's Overture", "Moogasaurus Rex", "Morning Song", "Much Obliged", "Muff II The Revenge", "MuffburgerSandwich", "Mulche's Odyssey", "Mullet Over", "Nachos for Two", "Nemo", "Never Cease", "Night Nurse", "Nipple Trix", "No Comment", "Non-Compliance", "Nopener", "North Route", "Nothing Too Fancy", "Ocean Billy", "October Rain", "Oesque", "Onward and Upward", "Orfeo", "Out of Order", "Padgett's Profile", "Partyin Peeps", "Passing", "Pay the Snucka", "Phil's Farm", "Pick your Nose", "Piranhas", "Plunger", "PonchEstrada", "Pooh Doggie", "Preamble", "Professor Wormbog", "Prophecy Now", "Proverbial", "Prowler", "Puppet String", "Push the Booth Deeper", "Push the Pig", "QBert", "Raymond", "Red Room Disco", "Red Tape", "Remind Me", "Resolution", "REW", "Ride On Pony", "Ringo", "Rise To the Top", "Rising Bird", "Robot World", "Rocker", "Rocker Part 2", "Roctopus", "Room To Breathe", "Roulette", "Salamander Strut", "Scaffolding Melee", "Search 4", "Similar Skin", "Skin the Cat", "Skip", "Slacker", "Slow", "Sludge and Death", "Smell the Mitten", "Snake Juice", "Sociable Jimmy", "Soul Food", "Space Funk Booty", "Speak Up", "Spires", "St. Hubbins March 2", "Spires", "Stanton", "Stinko's Ascension", "Susanah", "Sweetness", "Syncopated Strangers", "Take it to Church", "Tango Mike", "The Bottom Half", "The Crooked One", "The Empire State", "The Floor", "The Fussy Dutchman", "The Fuzz", "The Haunt", "The Linear", "The Other Side of Things", "The Pequod", "The Plot Thickens", "The Triple Wide", "The Weight Around", "There's No Crying in Mexico", "Theresa", "Thin Air", "Through the Cracks", "Tribute to the Spinal Shaft", "Turn and Dub", "Turn and Run", "Uncle Wally", "Uncommon", "Until We Meet Again", "Utopian Fir", "Vibe", "Visions", "Waist Down", "Walletsworth", "Wappy Sprayberry", "Water", "Web Tangle", "Weed Rap", "Wellwishers", "White Man's Moccasins", "White Pickle", "Wife Soup", "Wizard Burial Ground", "Women Wine and Song", "Words", "Yoga Pants", "You Got the Wrong Guy", "Zeroes and Ones"] faker-1.9.1/lib/locales/en/university.yml000066400000000000000000000006521332146201300203460ustar00rootroot00000000000000en: faker: university: prefix: [The, Northern, North, Western, West, Southern, South, Eastern, East] suffix: [University, Institute, College, Academy] name: - "#{Name.last_name} #{University.suffix}" - "#{University.prefix} #{Name.last_name} #{University.suffix}" - "#{University.prefix} #{Name.last_name}" - "#{University.prefix} #{Address.state} #{University.suffix}" faker-1.9.1/lib/locales/en/v_for_vendetta.yml000066400000000000000000000660641332146201300211430ustar00rootroot00000000000000en: faker: v_for_vendetta: characters: [ 'V', 'Evey Hammond', 'Conrad Heyer', 'Adam Susan', 'Derek Almond', 'Eric Finch', 'Roger Dascombe', 'Dominic Stone', 'Lewis Prothero', 'Helen Heyer', 'Rosemary Almond', 'Dr. Delia Surridge', 'Bishop Anthony Lilliman', 'Peter Creedy', 'Valerie Page', 'Gordon', 'Alistair "Ally" Harper', 'Brian Etheridge', 'Guy Fawkes', 'Chancellor Adam Sutler' ] speeches: [ "Good evening, London. Allow me first to apologize for this interruption. I do, like many of you, appreciate the comforts of every day routine- the security of the familiar, the tranquility of repetition. I enjoy them as much as any bloke. But in the spirit of commemoration, whereby those important events of the past, usually associated with someone's death or the end of some awful bloody struggle, a celebration of a nice holiday, I thought we could mark this November the 5th, a day that is sadly no longer remembered, by taking some time out of our daily lives to sit down and have a little chat. There are of course those who do not want us to speak. I suspect even now, orders are being shouted into telephones, and men with guns will soon be on their way. Why? Because while the truncheon may be used in lieu of conversation, words will always retain their power. Words offer the means to meaning, and for those who will listen, the enunciation of truth. And the truth is, there is something terribly wrong with this country, isn't there? Cruelty and injustice, intolerance and oppression. And where once you had the freedom to object, to think and speak as you saw fit, you now have censors and systems of surveillance coercing your conformity and soliciting your submission. How did this happen? Who's to blame? Well certainly there are those more responsible than others, and they will be held accountable, but again truth be told, if you're looking for the guilty, you need only look into a mirror. I know why you did it. I know you were afraid. Who wouldn't be? War, terror, disease. There were a myriad of problems which conspired to corrupt your reason and rob you of your common sense. Fear got the best of you, and in your panic you turned to the now high chancellor, Adam Sutler. He promised you order, he promised you peace, and all he demanded in return was your silent, obedient consent. Last night I sought to end that silence. Last night I destroyed the Old Bailey, to remind this country of what it has forgotten. More than four hundred years ago a great citizen wished to embed the fifth of November forever in our memory. His hope was to remind the world that fairness, justice, and freedom are more than words, they are perspectives. So if you've seen nothing, if the crimes of this government remain unknown to you, then I would suggest you allow the fifth of November to pass unmarked. But if you see what I see, if you feel as I feel, and if you would seek as I seek, then I ask you to stand beside me one year from tonight, outside the gates of Parliament, and together we shall give them a fifth of November that shall never, ever be forgot.", "I know there's no way I can convince you this is not one of their tricks, but I don't care, I am me. My name is Valerie, I don't think I'll live much longer and I wanted to tell someone about my life. This is the only autobiography I'll ever write, and god, I'm writing it on toilet paper. I was born in Nottingham in 1985, I don't remember much of those early years, but I do remember the rain. My grandmother owned a farm in Tuttlebrook, and she use to tell me that god was in the rain. I passed my 11th lesson into girl's grammar; it was at school that I met my first girlfriend, her name was Sara. It was her wrists. They were beautiful. I thought we would love each other forever. I remember our teacher telling us that is was an adolescent phase people outgrew. Sara did, I didn't. In 2002, I fell in love with a girl named Christina. That year I came out to my parents. I couldn't have done it without Chris holding my hand. My father wouldn't look at me, he told me to go and never come back. My mother said nothing. But I had only told them the truth, was that so selfish? Our integrity sells for so little, but it is all we really have. It is the very last inch of us, but within that inch, we are free. I'd always known what I wanted to do with my life, and in 2015 I starred in my first film, 'The Salt Flats'. It was the most important role of my life, not because of my career, but because that was how I met Ruth. The first time we kissed, I knew I never wanted to kiss any other lips but hers again. We moved to a small flat in London together. She grew Scarlet Carsons for me in our window box, and our place always smelled of roses. Those were there best years of my life. But America's war grew worse, and worse. And eventually came to London. After that there were no roses anymore. Not for anyone. I remember how the meaning of words began to change. How unfamiliar words like 'collateral' and 'rendition' became frightening. While things like Norse Fire and The Articles of Allegiance became powerful, I remember how different became dangerous. I still don't understand it, why they hate us so much. They took Ruth while she was out buying food. I've never cried so hard in my life. It wasn't long till they came for me. It seems strange that my life should end in such a terrible place, but for three years, I had roses, and apologized to no one. I shall die here. Every inch of me shall perish. Every inch, but one. An Inch, it is small and it is fragile, but it is the only thing the world worth having. We must never lose it or give it away. We must never let them take it from us. I hope that whoever you are, you escape this place. I hope that the world turns and that things get better. But what I hope most of all is that you understand what I mean when I tell you that even though I do not know you, and even though I may never meet you, laugh with you, cry with you, or kiss you. I love you. With all my heart, I love you. -Valerie", "Listen to me, Evey. This may be the most important moment of your life. Commit to it. They took your parents from you. They took your brother from you. They put you in a cell and took everything they could take except your life. And you believed that was all there was, didn't you? The only thing you had left was your life, but it wasn't, was it? You found something else. In that cell you found something that mattered more to you than life. It was when they threatened to kill you unless you gave them what they wanted... you told them you'd rather die. You faced your death, Evey. You were calm. You were still. Try to feel now what you felt then.", "My fellow Englishmen: tonight our country, that which we stand for, and all we hold dear, faces a grave and terrible threat. This violent and unparalleled assault on our security will not go undefended... or unpunished. Our enemy is an insidious one, seeking to divide us and destroy the very foundation of our great nation. Tonight, we must remain steadfast. We must remain determined. But most of all, we must remain united. Those caught tonight in violation of curfew will be considered in league with our enemy and prosecuted as a terrorist without leniency or exception. Tonight, I give you my most solemn vow: that justice will be swift, it will be righteous, and it will be without mercy.", "Our story begins, as these stories often do, with a young up-and-coming politician. He's a deeply religious man and a member of the conservative party. He is completely single-minded convictions and has no regard for the political process. Eventually, his party launches a special project in the name of 'national security'. At first, it is believed to be a search for biological weapons and it is pursued regardless of its cost. However, the true goal of the project is power, complete and total hegemonic domination. The project, however, ends violently... but the efforts of those involved are not in vain, for a new ability to wage war is born from the blood of one of their victims. Imagine a virus - the most terrifying virus you can, and then imagine that you and you alone have the cure. But if your ultimate goal is power, how best to use such a weapon? It is at this point in our story that along comes a spider. He is a man seemingly without a conscience; for whom the ends always justify the means and it is he who suggests that their target should not be an enemy of the country but rather the country itself. Three targets are chosen to maximize the effect of the attack: a school, a tube station, and a water-treatment plant. Several hundred die within the first few weeks. Until at last the true goal comes into view. Before the St. Mary's crisis, no one would have predicted the outcome of the elections. No one. But after the election, lo and behold, a miracle. Some believed that it was the work of God himself, but it was a pharmaceutical company controlled by certain party members made them all obscenely rich. But the true genius of the plan was the fear. A year later, several extremists are tried, found guilty, and executed while a memorial is built to canonize their victims. Fear became the ultimate tool of this government. And through it our politician was ultimately appointed to the newly created position of High Chancellor. The rest, as they say, is history.", "Remember, remember, the Fifth of November, the Gunpowder Treason and Plot. I know of no reason why the Gunpowder Treason should ever be forgot... But what of the man? I know his name was Guy Fawkes and I know, in 1605, he attempted to blow up the Houses of Parliament. But who was he really? What was he like? We are told to remember the idea, not the man, because a man can fail. He can be caught, he can be killed and forgotten, but 400 years later, an idea can still change the world. I've witnessed first hand the power of ideas, I've seen people kill in the name of them, and die defending them... but you cannot kiss an idea, cannot touch it, or hold it... ideas do not bleed, they do not feel pain, they do not love... And it is not an idea that I miss, it is a man... A man that made me remember the Fifth of November. A man that I will never forget.", "So I read that the former United States is so desperate for medical supplies that they have allegedly sent several containers filled with wheat and tobacco. A gesture, they said, of good will. You wanna know what I think? Well, you're listening to my show, so I will assume you do... I think it's high time we let the colonies know what we really think of them. I think its payback time for a little tea party they threw for us a few hundred years ago. I say we go down to those docks tonight and dump that crap where everything from the Ulcered Sphincter of Arse-erica belongs! Who's with me? Who's bloody with me? Did you like that? USA... Ulcered Sphincter of Arse-erica, I mean what else can you say? Here was a country that had everything, absolutely everything. And now, 20 years later, is what? The world's biggest leper colony. Why? Godlessness. Let me say that again... Godlessness. It wasn't the war they started. It wasn't the plague they created. It was Judgement. No one escapes their past. No one escapes Judgement. You think he's not up there? You think he's not watching over this country? How else can you explain it? He tested us, but we came through. We did what we had to do. Islington. Enfield. I was there, I saw it all. Immigrants, Muslims, homosexuals, terrorists. Disease-ridden degenerates. They had to go. Strength through unity. Unity through faith. I'm a God-fearing Englishman and I'm goddamn proud of it!", "Voilà! In view, a humble vaudevillian veteran, cast vicariously as both victim and villain by the vicissitudes of Fate. This visage, no mere veneer of vanity, is a vestige of the vox populi, now vacant, vanished. However, this valorous visitation of a by-gone vexation, stands vivified and has vowed to vanquish these venal and virulent vermin vanguarding vice and vouchsafing the violently vicious and voracious violation of volition. The only verdict is vengeance; a vendetta, held as a votive, not in vain, for the value and veracity of such shall one day vindicate the vigilant and the virtuous. Verily, this vichyssoise of verbiage veers most verbose, so let me simply add that it's my very good honor to meet you and you may call me V." ] quotes: [ "A building is a symbol, as is the act of destroying it. Symbols are given power by people. Alone, a symbol is meaningless, but with enough people, blowing up a building can change the world.", "A fake ID works better than a Guy Fawkes mask.", "A man after my own heart.", "A man does not threaten innocent civilians! He's what every gutless freedom hating terrorist is, a goddamn coward!", "A man does not wear a mask!", "A revolution without dancing is a revolution not worth having!", "After what happened. After what they did. I thought about killing myself. I knew that one day you'd come for me. I didn't know what they were going to do. I swear to you. Read my journal.", "Anarchy in the UK!", "And thus I clothe my naked villainy, with old odd ends stolen forth from holy writ and seem a saint when most I play the devil.", "Are you going to kill me now?", "At last, we finally meet. I have something for you, Chancellor; a farewell gift. For all the things you've done, for the things you might have done, and for the only thing you have left.", "Because it's the only way you're ever going to stop me!", "Beneath this mask there is more than flesh. Beneath this mask there is an idea, Mr. Creedy. And ideas are bulletproof.", "Bollocks. Whatchya gonna do, huh? We've swept this place. You've got nothing. Nothing but your bloody knives and your fancy karate gimmicks. We have guns.", "But on this most auspicious of nights, permit me then, in lieu of the more commonplace sobriquet, to suggest the character of this dramatis persona.", "By sun-up if you're not the sorriest piece of ass in all'a London... you'll certainly be the sorest!", "By the power of truth, I, while living, have conquered the universe.", "Conceal me what I am, and be my aid For such disguise as haply shall become The form of my intent.", "Defiant to the end, huh? You won't cry like him, will you? You're not afraid of death. You're like me.", "Do you have any idea how long it would take to rebuild this facility?", "Don't run from it, Evey. You've been running all your life.", "Every day, gentlemen. Every day that brings us closer to November. Every day that man remains free is one more failure. 347 days, gentlemen. 347 failures!", "Everybody is special. Everybody. Everybody is a hero, a lover, a fool, a villain. Everybody. Everybody has their story to tell.", "Evey, please. There is a face beneath this mask but it's not me. I'm no more that face than I am the muscles beneath it or the bones beneath them.", "Evey? E-V. Of course you are", "Gentlemen, I want this terrorist found... and I want him to understand what terror really means.", "God is in the rain.", "He cared more about revenge than he did about her.", "He was Edmond Dantés... and he was my father. And my mother... my brother... my friend. He was you... and me. He was all of us.", "I am instructed to inform you that you have been convicted by special tribunal and that unless you are ready to offer your cooperation you are to be executed. Do you understand what I'm telling you?", "I can assure you I mean you no harm.", "I can't feel anything anymore!", "I dare do all that may become a man. Who dares do more is none.", "I know you may never forgive me... but nor will you understand how hard it was for me to do what I did. Every day I saw in myself everything you see in me now. Every day I wanted to end it, but each time you refused to give in, I knew I couldn't.", "I might have killed the fingerman who attacked you, but I heard no objection then.", "I promise you it will be like nothing you have ever seen.", "I remember them arguing at night. Mum wanted to leave the country. Dad refused. He said if we ran away, they would win. Win, like it was a game.", "I suspect if they do find this place, a few bits of art will be the least of my worries.", "I told you, only truth. For 20 years, I sought only this day. Nothing else existed... until I saw you. Then everything changed. I fell in love with you Evey. And to think I no longer believed I could.", "I want anyone caught with one of those masks arrested!", "I want this country to realize that we stand on the edge of oblivion. I want every man, woman and child to understand how close we are to chaos. I want everyone to remember why they need us!", "I wish I believed that was possible. But every time I've seen this world change, it's always been for the worse.", "I wish I wasn't afraid all the time, but... I am.", "I worried about myself for a while... but then one day I was a market and a friend, someone I'd worked with at the BTN, got in line behind me. I was so nervous that when the cashier asked me for my money, I dropped it. My friend picked it up and handed it to me. She looked at me right in the eyes... didn't recognize me. I guess whatever you did to me worked better than I imagined.", "I'll tell you what I wish. I wish I had been there! I wish I had the chance for a face-to-face. Just one chance, that's all I'd need!", "I'm a musician of sorts, and on my way to give a very special performance.", "I'm afraid that won't work either. Now, you have to understand, Evey. I don't want this for either of us, but I couldn't see any other way. You were unconscious, and I had to make a decision. If I had left you there, right now, you'd be in one of Creedy's interrogation cells. They'd imprison you, torture you, and, in all probability, kill you in the pursuit of finding me. After what you did, I couldn't let that happen, so I picked you up and carried you to the only place I knew you'd be safe: here, to my home.", "I'm dizzy. I need air. Please, I need to be outside.", "I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is.", "I'm sorry, but Mr. Deitrich's dead. I thought they'd arrest him, but when they found a Koran in his house, they had him executed.", "I'm upset? You just said you killed Lewis Prothero!", "I've not come for what you've hoped to do. I've come for what you did.", "I, like God, do not play with dice and do not believe in coincidence.", "If he does, and something happens to that building, the only thing that will change, the only difference that it will make, is that tomorrow morning, instead of a newspaper, I will be reading Mr. Creedy's resignation!", "If our own government was responsible for the deaths of almost a hundred thousand people... would you really want to know?", "If you accept, put an 'x' on your front door.", "Is it meaningless to apologize?", "Is that what you really think, or what they would want you to think?", "It is to Madame Justice that I dedicate this concerto, in honor of the holiday that she seems to have taken from these parts, and in recognition of the impostor that stands in her stead. Tell me Evey, do you know what day it is?", "It's funny. I was given one of your roses today. I wasn't sure you were the terrorist until I saw it. What a strange coincidence that I should be given one today.", "It's my home. I call it the Shadow Gallery.", "Knowledge, like air, is vital to life. Like air, no one should be denied it.", "Listen to me, you bleeding sod, England prevails because I say it does! And so does every lazy bum on this show, and that includes you! Find another DOP, or find yourself another job!", "Look, all they want is one little piece of information. Just give them something... anything.", "Love your rage, not your cage.", "May I inquire as to how you have avoided detection?", "My father was a writer. You would've liked him. He used to say that artists use lies to tell the truth, while politicians use them to cover the truth up.", "No one will ever forget that night and what it meant for this country. But I will never forget the man and what he meant to me.", "No, what you have are bullets, and the hope that when your guns are empty I'm no longer be standing, because if I am you'll all be dead before you've reloaded.", "No. I shouldn't have done that. I must have been out of my mind.", "Not so funny now is it, funny man?", "Now that's done with. It's time to have a look at your face. Take off your mask.", "Now, this is only an initial report, but at this time, it's believed that during this heroic raid, the terrorist was shot and killed.", "Oh please, have mercy!", "Oh, not tonight Bishop... not tonight!", "One thing is true of all governments - their most reliable records are tax records.", "Penny for the Guy?", "People should not be afraid of their governments. Governments should be afraid of their people.", "She blinks a lot when she's reading a story she knows is false.", "Spare us your professional annotations, Mr. Finch. They are irrelevant.", "Stealing implies ownership. You can't steal from the censor; I merely reclaimed them.", "Strength through unity! Unity through faith!", "Sutler can no longer trust you, can he, Mr. Creedy? And we both know why. After I destroy Parliament, his only chance will be to offer them someone else. Some other piece of meat. And who will that be? You, Mr. Creedy. A man as smart as you has probably considered this. A man as smart as you probably has a plan. That plan is the reason Sutler no longer trusts you. It's the reason why you're being watched right now, why there are eyes and ears in every room of this house and a tap on every phone.", "Sutler. Come now, Mr. Creedy, you knew this was coming. You knew that one day, it'd be you or him. That's why Sutler's been kept underground, for 'security purposes'. That's why there are several of your men close to Sutler. Men that could be counted on. All you have to do is say the word.", "Tell me... do you like music, Mr. Finch?", "Thank you... but I'd rather die behind the chemical sheds.", "That's it! See, at first I thought it was hate, too. Hate was all I knew, it built my world, it imprisoned me, taught me how to eat, how to drink, how to breathe. I thought I'd die with all my hate in my veins. But then something happened. It happened to me... just as it happened to you.", "The Ghost of Christmas past.", "The only thing that you and I have in common, Mr. Creedy, is we're both about to die.", "The problem is, he knows us better than we know ourselves. That's why I went to Larkhill, last night.", "The time has come for me to meet my maker and to repay him in kind for all that he's done.", "Then you have no fear anymore. You're completely free.", "There are 872 songs on here. I've listened to them all... but I've never danced to any of them.", "There are no coincidences, Delia... only the illusion of coincidence.", "There is no court in this country for men like Prothero.", "There's no certainty - only opportunity.", "This country needs more than a building right now. It needs hope.", "This so called V and his accomplice Evey Hammond, neo-demagogues spouting their message of hate, a delusional and aberrant voice delivering a terrorist's ultimatum... An ultimatum that was met with swift, surgically precise justice! The moral of this story ladies and gentleman is... Good guys win, bad guys lose, and as always, England prevails!", "Tonight's your big night. Are you ready for it?... Are we ready for it?", "Tonight, I will speak directly to these people and make the situation perfectly clear to them. The security of this nation depends on complete and total compliance. Tonight, any protester, any instigator or agitator, will be made example of!", "Vi Veri Veniversum Vivus Vici", "Violence can be used for good.", "Wait! Here comes the crescendo!", "We are being buried beneath the avalanche of your inadequacies, Mr. Creedy!", "We're oft to blame, and this is too much proved, that with devotion's visage and pious action we do sugar on the devil himself.", "We're under siege here, the whole city's gone mad!", "What usually happens when people without guns stand up to people with guns.", "What was done to me created me. It's a basic principle of the Universe that every action will create an equal and opposing reaction.", "What was true in that cell is just as true now. What you felt in there has nothing to do with me.", "Who is but the form following the function of what and what I am is a man in a mask.", "Why should I trust you?", "Would you prefer a lie or the truth?", "Yes, Evey. I am V. At last you know the truth. You're stunned, I know. It's hard to believe isn't it, that beneath this wrinkled, well-fed exterior there lies a dangerous killing machine with a fetish for Fawkesian masks. ¡Viva la revolución!", "You did what you thought was right.", "You got to me? You did this to me? You cut my hair? You tortured me? You tortured me! Why?", "You mean, after what you've done? God, what have I done? I Maced that detective. Why did I do that?", "You said they were looking for you. If they know where you work, they certainly know where you live.", "You said you wanted to live without fear. I wish there'd been an easier way, but there wasn't.", "You show me ID, or I'll get Storm Saxon on your ass.", "You wear a mask for so long, you forget who you were beneath it.", "You were in the cell next to her. That's what it's all about... you're getting back at them for what they did to her... and to you.", "You're insane!", "You've been formally charged with three counts of murder, the bombing of government property, conspiracy to commit terrorism, treason, and sedition. The penalty for which is death by firing squad. You have one chance and only one chance to save your life. You must tell us the identity or whereabouts of codename V. If your information leads to his capture, you will be released from this facility immediately. Do you understand what I'm telling you? You can return to your life, Miss Hammond. All you have to do is cooperate.", "You... it is you!", "Your own father said that artists use lies to tell the truth. Yes, I created a lie. But because you believed it, you found something true about yourself.", "Your powers of observation continue to serve you well." ] faker-1.9.1/lib/locales/en/vehicle.yml000066400000000000000000000303501332146201300175420ustar00rootroot00000000000000en: faker: vehicle: year: [A, L, Y, B, M, '1', C, N, '2', D, P, '3', E, R, '4', F, S, '5', G, T, '6', H, V, '7', J, W, '8', K, X, '9'] manufacture: - [ 'MARQUESS ELECTRIC CAR COMPANY', '15E', null ] - [ 'AJAX MANUFACTURING COMPANY, INC.', '1A9', '396' ] - [ 'DAIMLERCHRYSLER CORPORATION', '1B6', null ] - [ 'BAY EQUIPMENT & REPAIR', '1B9', '290' ] - [ "CHOPPER GUY'S, INC.", '1C9', '564' ] - [ 'COMMERCIAL MOBILE SYSTEMS', '1C9', 'ACA' ] - [ 'FORD MOTOR COMPANY', '1F1', null ] - [ 'AMERICAN TRANSPORTATION CORPORATION', '1F8', null ] - [ 'FMC CORP', '1F9', '041' ] - [ 'GENERAL MOTORS CORPORATION', '1G8', null ] - [ 'AUTOMOTRIZ PEYCHA, S.A. DE C.V.', '3A9', '068' ] - [ 'REGIOBUS, S.A. DE C.V.', '3R9', '097' ] - [ 'Interstate West Corporation', '4RA', null ] - [ 'HONDA MANUFACTURING OF ALABAMA', '5FS', null ] - [ 'IMECA S.R.L.', '8C9', 'ME1' ] - [ 'FIAT DIESEL BRASIL S/A', '9BE', null ] - [ 'WOODGATE HOLDINGS LIMITED', 'DLA', null ] - [ 'SOMACOA (STE. MALGACHE DE', 'GA1', null ] - [ 'ISUZU MOTORS LIMITED', 'J81', null ] - [ 'HYUNDAI MOTOR CO LTD', 'KPH', null ] - [ 'SSANGYONG MOTOR COMPANY', 'KPL', null ] - [ 'HUBEI CHILE AUTOMOBILE CO.LTD', 'L1C', null ] - [ 'SICHUAN LESHAN BUS WORKS', 'LLD', null ] - [ 'HERO HONDA MOTORS LTD', 'MB4', null ] - [ 'AEON MOTOR CO., LTD.', 'RF3', null ] - [ 'CHYONG HORNG ENTERPRISE CO., LTD.', 'RF4', null ] - [ 'YULON MOTOR CO., LTD.', 'RF5', null ] - [ 'DIN-LI METAL INDUSTRIAL CO LTD', 'RFW', null ] - [ 'JAGUAR CARS LTD', 'SAJ', null ] - [ 'LAND ROVER GROUP LTD', 'SAL', null ] - [ 'ROVER GROUP LTD', 'SAR', null ] - [ 'ZAKLAD BUDOWY I REMONTOW NACZEP WIE', 'SU9', 'WL1' ] - [ 'SANOCKA FABRYKA AUTOBUSOW SFA', 'SUA', null ] - [ 'Z.P.U.P.S. TRAMP TRAIL', 'SUB', null ] - [ 'WYTWORNIA POJAZDOW MELEX', 'SXM', null ] - [ 'MOWAG', 'TAM', null ] - [ 'CSEPEL AUTOGYAR', 'TRC', null ] - [ 'AUTOMOBILES TALBOT', 'VF4', null ] - [ 'IVECO UNIC SA', 'VF5', null ] - [ 'RENAULT VEHICULES INDUSTRIELS', 'VF6', null ] - [ 'KIBO KOMMUNALMASCHINEN GMBH & CO.KG', 'W09', 'K10' ] - [ 'BMW MOTORSPORT GMBH', 'WBS', null ] - [ 'P. BARTHAU STAHLBAU', 'WBT', null ] - [ 'BMW AG', 'WBW', null ] - [ 'DAIMLERCHRYLSER AG', 'WD2', null ] - [ 'DAIMLERCHRYSLER AG', 'WD3', null ] - [ 'MANDOS S.A.', 'XF9', 'D41' ] colors: ['Red', 'Orange', 'Yellow', 'Green', 'Blue', 'Violet', 'Black', 'White', 'Grey', 'Beige'] transmissions: ['Automanual', 'Automatic', 'CVT', 'Manual'] drive_types: ['4x2/2-wheel drive', '4x4/4-wheel drive', 'AWD', 'FWD', 'RWD'] fuel_types: ['Compressed Natural Gas', 'Diesel', 'E-85/Gasoline', 'Electric', 'Gasoline', 'Gasoline Hybrid'] makes: ['BMW', 'Audi', 'Toyota', 'Chevy', 'Ford', 'Dodge', 'Lincoln', 'Buick', 'Honda', 'Nissan'] models_by_make: BMW: ['328i', 'M3', 'M5', 'X1', 'X3', 'X5'] Audi: ['A4', 'A5', 'S5', 'A7', 'A8'] Toyota: ['Prius', 'Camry', 'Corolla'] Chevy: ['Camero', 'Silverado', 'Malibu'] Ford: ['Mustang', 'F150', 'Focus', 'Fiesta'] Dodge: ['Ram', 'Challenger', 'Charger', 'Durango'] Lincoln: ['Navigator', 'MKZ', 'MKX', 'MKS'] Buick: ['Enclave', 'Regal', 'LaCrosse', 'Verano', 'Encore', 'Riveria'] Honda: ['Accord', 'Civic', 'CR-V', 'Odyssey'] Nissan: ['Rogue', 'Juke', 'Cube', 'Pathfiner', 'Versa', 'Altima'] styles: ['XL', 'L', 'ESi', 'XLE'] car_types: ['Cargo Van', 'Convertible', 'Coupe', 'Crew Cab Pickup', 'Extended Cab Pickup', 'Hatchback', 'Minivan', 'Passenger Van', 'Regular Cab Pickup', 'SUV', 'Sedan', 'Wagon'] car_options: ['A/C: Front', 'Airbag: Driver', 'AM/FM Stereo', 'A/C: Rear', 'Airbag: Passenger', 'Cassette Player', 'Cruise Control', 'Airbag: Side', 'CD (Single Disc)', 'Navigation', 'Alarm', 'CD (Multi Disc)', 'Power Locks', 'Antilock Brakes', 'MP3 (Single Disc)', 'Power Steering', 'Fog Lights', 'MP3 (Multi Disc)', 'Keyless Entry', 'Premium Sound', 'Integrated Phone', 'DVD System', 'Bucket Seats', 'Power Windows', 'Alloy Wheels', 'Leather Interior', 'Rear Window Defroster', 'Moonroof/Sunroof', 'Memory Seats', 'Rear Window Wiper', 'Third Row Seats', 'Power Seats', 'Tinted Glass', 'Tow Package'] standard_specs: ['1.8L DOHC 16-valve I4 engine -inc: engine cover', 'Engine mounts -inc: (2) solid, (1) liquid-filled', 'Front wheel drive', 'Battery saver', 'Independent strut front suspension w/stabilizer bar', 'Torsion beam rear suspension w/stabilizer bar', 'Electric speed-sensitive variable-assist pwr steering', 'Pwr front vented disc/rear drum brakes', 'Compact spare tire', 'Body color front/rear bumpers', 'Multi-reflector halogen headlamps', 'Body color folding remote-controlled pwr mirrors', 'Variable intermittent windshield wipers w/mist function', 'Intermittent rear wiper w/washer', 'Body color door handles', 'Roof mounted antenna', 'Reclining front bucket seats -inc: active head restraints, double-thickness foam in front seats', '60/40 split fold-down rear seat w/outboard adjustable headrests', 'Dual front & rear cup holders', 'Tilt steering column', 'Silver accent IP trim finisher -inc: silver shifter finisher', 'Tachometer', 'Fasten seat belt warning light/chime', 'Pwr windows', 'Remote fuel lid release', 'Immobilizer system', 'Pwr rear liftgate release', 'Air conditioning w/in-cabin microfilter', 'Rear window defroster w/timer', '12V pwr outlet', 'Silver finish interior door handles', 'Driver & front passenger map pockets', 'Rear passenger map pockets', 'Front & rear passenger folding assist grips', 'Carpeted floor & cargo area', 'Cargo area lamp', 'Anti-lock brake system (ABS) -inc: electronic brake force distribution (EBD), brake assist', 'Energy absorbing front/rear bumpers', 'Steel side-door impact beams', 'Zone body construction -inc: front/rear crumple zones, hood deformation point', 'Dual-stage front airbags w/occupant classification system', 'Front side-impact airbags', 'Front & rear side curtain airbags', '3-point ELR driver seat belt w/pretensioner & load limiter', '3-point ELR/ALR front passenger seat belt w/pretensioner & load limiter', '3-point ELR/ALR rear seat belts at all positions', 'Child safety rear door locks', 'Rear child seat tether anchors (LATCH)', 'Tire pressure monitoring system (TPMS)', 'Energy absorbing steering column', '4.6L DOHC 32-valve V8 engine -inc: DI & SFI dual fuel injection, dual variable valve timing w/intelligence & electronically controlled intake (VVT-iE), aluminum block & heads', 'Vibration-dampening liquid-filled engine mounts', 'Electronic throttle control system w/intelligence (ETCS-i)', 'Acoustic control induction system (ACIS)', '8-speed automatic transmission -inc: intelligence (ECT-i), gated shifter, sequential sport-shift mode', 'Full-time all-wheel drive', 'Front/rear aluminum multi-link double joint suspension w/coil springs', 'Front/rear stabilizer bars', 'Electric pwr rack & pinion steering (EPS)', '4-wheel ventilated pwr disc brakes -inc: brake override system', 'Dual chrome exhaust tips', 'Tool kit', 'P235/50R18 all-season tires', 'Full-size spare tire w/aluminum alloy wheel', 'Scratch-resistant paint clearcoating', 'Pwr tilt/slide moonroof -inc: 1-touch open/close', '1-piece chrome window surround', 'Xenon high-intensity discharge (HID) headlamps -inc: adaptive front lighting system, delayed auto-off', 'Integrated fog lamps', 'LED lights -inc: brake lamps, tail lamps, license plate', 'Electrochromic pwr folding heated mirrors w/memory -inc: puddle lamps, integrated turn signals, auto reverse tilt-down', 'Acoustic glass windshield', 'Water-repellent windshield & front door glass', 'Laminated side window glass', 'Rain-sensing wipers', 'XM satellite radio receiver -inc: 90 day trial subscription', 'Rear bench seat -inc: (3) adjustable headrests', 'Center console', 'Optitron electroluminescent instrumentation', 'Multi-info display -inc: driving range, average MPG, current MPG, average speed, outside temp, elapsed time, maintenance & diagnostic messages', 'Eco drive indicator', 'Pwr windows -inc: 1-touch open/close', 'HomeLink universal transceiver', 'Dual-zone automatic climate control system -inc: smog sensor, auto recirculation, clear air filter, pollen filter', 'Rear-window defogger w/auto-off timer', '(2) aux 12V pwr outlets -inc: (1) in center console, (1) w/cigarette lighter', 'Grain-matched wood trim -inc: center console, dash, door panels', 'Electrochromic rearview mirror', 'Foldable front door storage pockets', 'Dual front illuminated visor vanity mirrors', 'Front/rear spot-lamp illumination', '4-wheel/4-channel anti-lock brake system (ABS)', 'Electronic control braking (ECB)', 'Electronic brakeforce distribution (EBD) w/brake assist (BA) -inc: Smart stop technology', 'Electronic parking brake', 'Vehicle dynamics integrated management (VDIM) system -inc: vehicle stability control (VSC), traction control (TRAC)', 'Front/rear crumple zones', 'Daytime running lights (DRL)', 'Side-impact door beams', 'Dual front 2-stage airbags -inc: passenger occupant classification system w/twin-chamber airbag', 'Front/rear side curtain airbags', 'Dual front knee airbags', 'Back-up camera', 'All-position 3-point seat belts -inc: outboard pretensioners & force limiters, dual front pwr shoulder height adjusters, rear outboard emergency auto locking retractors, driver emergency locking retractor', 'Child restraint seat anchors for outboard positions', 'Rear door child safety locks', 'Direct-type tire pressure monitor system', 'Impact-dissipating upper interior trim', 'Collapsible steering column', 'Emergency interior trunk release', 'First aid kit', '6.1L SRT V8 ''Hemi'' engine', '3.73 axle ratio', 'Quadra-Trac active on demand 4WD system', '200mm front axle', 'Dana 44/226mm rear axle', '625-amp maintenance-free battery', '160-amp alternator', 'Tip start system', 'Pwr accessory delay', 'Trailer tow wiring harness', 'High performance suspension', 'Pwr steering cooler', 'Pwr rack & pinion performance tuned steering', 'Anti-lock 4-wheel performance disc brakes', 'Brake assist', 'Dual bright exhaust tips', 'Run flat tires', "20'' x 9.0'' front & 20'' x 10.0'' rear aluminum wheels", 'Monotone paint', 'Black roof molding', 'Rear body-color spoiler', 'Body color grille', 'Chrome bodyside molding', 'Black windshield molding', 'Body color fascias w/bright insert', 'Body color sill extension', 'Fog lamps', 'Front door tinted glass', "''Flipper'' liftgate glass", 'Rear window wiper/washer', 'Body color front license plate brow', 'Body color door handles', "6.5'' touch screen display", 'Fixed long mast antenna', 'Pwr 8-way driver seat w/4-way front passenger seat', '60/40 folding rear seat', 'Full-length floor console', 'Luxury front & rear floor mats w/logo', 'Floor carpeting', 'Tilt/telescoping steering column', 'Leather-wrapped steering wheel w/audio controls', 'Instrument cluster w/tachometer', 'Vehicle info center', 'Traveler/mini trip computer', 'Pwr front windows w/(1) touch up/down feature', 'Speed control', 'Sentry Key theft deterrent system', 'Security alarm', 'Bright pedals', 'Rear window defroster', 'Locking glove box', 'Highline door trim panel', 'Cloth covered headliner', 'Overhead console', 'Dual illuminated visor vanity mirrors', 'Universal garage door opener', 'Passenger assist handles', 'Deluxe insulation group', 'Cargo compartment lamp', 'Glove box lamp', 'Rear reading & courtesy lamps', 'Illuminated entry', 'Leather-wrapped shift knob', 'Leather-wrapped parking brake handle', 'Carpeted cargo area', 'Trim-panel-mounted storage net', 'Cargo-area tie down loops', 'Cargo compartment cover', 'Reversible/waterproof cargo storage', 'Driver & front passenger advanced multistage airbags w/occupant sensors', 'Supplemental side curtain air bags', 'Enhanced accident response system unlocks the doors, shuts off the fuel pump and turns on interior lights after airbag deploys', '3-point rear center seat belts', 'Child seat upper tether anchorages', 'LATCH-ready child seat anchor system', 'Child safety rear door locks', 'Dual note horn', 'Tire pressure monitoring display'] door_count: ['2', '4'] door: 'Door' engine_size: ['4', '6', '8'] cylinder_engine: 'Cylinder Engine' faker-1.9.1/lib/locales/en/venture_bros.yml000066400000000000000000000116551332146201300206470ustar00rootroot00000000000000en: faker: venture_bros: character: ["Hank Venture", "Dean Venture", "Thaddeus S. Venture", "Brock Samson", "H.E.L.P.E.R", "Sereant Hatred", "Princess Tinyfeet", "Dermott Fictel-Venture", "Dr. Jonas Venture Jr.", "Triana Orpheus", "Pete White", "Master Billy Quizboy", "Barond Ünderbheit", "Pirate Captain", "Dr. Byron Orpheus", "Jefferson Twilight", "The Alchemist", "Dr. Jonas Venture Sr", "The Action Man", "Colonel Horace Gentleman", "Kano", "Otto Aquarius", "Dr. Entmann", "Swifty", "Hector", "Ook Ook", "General Timothy Treister", "Mister Doe", "Mister Cardholder", "Gen. Hunter Gathers", "Shore Leave", "Mile High Pilot", "Dr.Vulcano", "Headshot", "Amber Gold", "Afterburner", "Shuttle Cock", "Slap Chop", "Bum Rush", "Tank Top", "Snoopy", "The Monarch", "Dr. Girlfriend", "Phantom Limb", "Henchman 21", "The Viceroy", "Gary", "Doc Hammer", "Henchman 24", "Speedy", "Tim-Tom", "Kevin", "Watch", "Ward", "Dr. Henry Killinger", "The Sovereign", "Monstroso", "Torrid", "Truckules", "The Intangible Fancy", "The Investors", "Augustus St. Cloud", "Vendata", "Wild Fop", "Red Mantle", "Boggles, the Clue Clown", "Dr. Phineas Phage", "Dr. Z", "Monseñor", "Don Hell", "Dragoon", "Steppenwolf", "Mommy Longlegs", "The Nerve", "Wide Wale", "Doctor Dugong", "Brick Frog", "Flying Squid", "Vespertina", "Sri Lankan Devil Bird", "Haranguetan", "Sunsational", "Galacticon", "Battleaxe", "Copy-Cat", "Think Tank", "The Doom Factory", "Wes Warhammer", "Frigid", "Eenie-Meanie", "Serpentine", "Shehemoth", "Gerard the Gorilla", "Trashenstein", "Ultra Violent", "Billy Maim", "Red Death", "Col Lloyd Venture", "Eugen Sandow", "Aleister Crowley", "Fantômas", "Oscar Wilde", "Samuel Clemens", "Professor Richard Impossible", "Manservant", "Fat Chance", "Lyndon Bee", "Radical Left", "Zero", "Girl Hitler", "Catclops", "Manic 8-ball", "Eunuchs", "King Gorilla", "Mr. Monday", "Tigeriffic", "White Noise", "Dr. Septapus", "Tiny Joseph", "Teddy", "Cuckoo Clocker", "Big Time", "Maybe Man", "Scaramantula", "Brainulo", "Manotaur", "Tiger Shark", "SPHINX Commander", "The Countess", "Wind Song", "Diamond Backdraft", "Storm Front", "Crime-o-dile", "Scorpio", "Molotov Cocktease", "Col. Bud Manstrong", "Lt. Anna Baldavich", "The Master", "Myra Brandish", "Gen. Manhowers", "Dr. Tara Quymn", "Venturestein", "The Outrider", "Tatyana", "Brown Widow", "Sirena Ong", "Sally Impossible", "Rocket Impossible", "Ro-Boy Z", "Captain Sunshine", "Wonder Boy", "Wonderboy 5", "Barbie-Q", "U.S. Steel", "Brown Thrasher"] organization: ["Team Venture", "Venture Industries", "The Guild of Calamitous Intent", "The Fluttering Horde", "The Order of the Triad", "Office of Secret Intelligence", "Impossible Industries", "Ünderland Troops", "Conjectural Technologies", "State University", "The Blackhearts Elimination Society", "The Soul Mates", "S.P.H.I.N.X", "The Revenge Society", "The Brimstone Assemnbly", "Crusaders Action League"] vehicle: ["Adrian", "The Cocoon", "Gargantua-1", "Gargantua-2", "Hover Bikes", "Monarchmobile", "TVC-15", "Ventronic", "Venturemobile", "X-1", "X-2", "X-3", "Morphomobile", "Haranguetank", "The Mighty Khafra"] quote: ["Monarchs..don't sting..", "Go ahead. Take it from me", "Are these they?", "I dare you to make less sense", "I am a ghost living inside the head of a robot", "Truly only a face a mother can love", "I am, how you say, Russian Guyovich", "But he's in Depehce Mode!", "Ow! My arm came off! I can't belive that happened", "Mecha-Shiva!", "It's in Sanskri, and a dialect I'm not familiar with. I'm not sure I can read it", "Colonel Gentleman's good names for an imaginary friend", "No I started it years ago in a moment of passion! And I'll end it the same way right here in front of Brock, H.E.L.P.eR., and God!", "I'm all out of gun food!", "So just what are you trying to say, little man? You don't like Zep?", "I am General Treister's son. You saved my father's life. He spoke of you as a god... and you did not disappoint.", "If you had a lady like my wife, you'd be in an alternate universe where dogs talk and birds have human pets.", "On three we give him the ol' rochambeau!", "They fought with Spaghetti-O's and meatballs?", "We're gonna get our asses kicked. We didn't have a breakfast!", "Smurfs don't lay eggs! I won't tell you this again! Papa Smurf has a f-ing beard! They're mammals!", "Double damnit", "Ya live by the ghost...ya die by the ghost.", "BRRRRRRRRICKFROG!!!", "And this.... is my magic murder bag.", "The guy from Labyrinth just turned into a bird!", "Revenge like gazpacho soup, is best served cold, precise and merciless.", "Augh! Ghost pirate!!", "Two heads are better than one!", "My name....IS REVENGE!", "Go Team Venture!", "Sometimes I would pretend I was the Batman", "They hit me with a truck", "... As The hard-rocking quartet of Ace Freely, Gene Simmons, Peter Kris and... THE BAT", "Ah, but we two souls have shared a cheese sandwich more than twice, and the stitched together quilt of your stony silence forms a tapestry of quiet desperation."] faker-1.9.1/lib/locales/en/verbs.yml000066400000000000000000001034271332146201300172520ustar00rootroot00000000000000en: faker: verbs: base: ["abash", "abate", "abide", "absorb", "accept", "accompany", "ache", "achieve", "acquire", "act", "add", "address", "adjust", "admire", "admit", "advise", "afford", "agree", "alight", "allow", "animate", "announce", "answer", "apologize", "appear", "applaud", "apply", "approach", "approve", "argue", "arise", "arrange", "arrest", "ask", "assert", "assort", "astonish", "attack", "attend", "attract", "audit", "avoid", "awake", "bang", "banish", "bash", "bat", "be", "bear", "bear", "beat", "beautify", "become", "befall", "beg", "begin", "behave", "behold", "believe", "belong", "bend", "bereave", "beseech", "bet", "betray", "bid", "bid", "bind", "bite", "bleed", "bless", "blossom", "blow", "blur", "blush", "board", "boast", "boil", "bow", "box", "bray", "break", "breathe", "breed", "bring", "broadcast", "brush", "build", "burn", "burst", "bury", "bust", "buy", "buzz", "calculate", "call", "canvass", "capture", "caress", "carry", "carve", "cash", "cast", "catch", "cause", "cease", "celebrate", "challenge", "change", "charge", "chase", "chat", "check", "cheer", "chew", "chide", "chip", "choke", "choose", "classify", "clean", "cleave", "click", "climb", "cling", "close", "clothe", "clutch", "collapse", "collect", "colour", "come", "comment", "compare", "compel", "compete", "complain", "complete", "conclude", "conduct", "confess", "confine", "confiscate", "confuse", "congratulate", "connect", "connote", "conquer", "consecrate", "consent", "conserve", "consider", "consign", "consist", "console", "consort", "conspire", "constitute", "constrain", "construct", "construe", "consult", "contain", "contemn", "contend", "contest", "continue", "contract", "contradict", "contrast", "contribute", "contrive", "control", "convene", "converge", "converse", "convert", "convey", "convict", "convince", "coo", "cook", "cool", "co-operate", "cope", "copy", "correct", "correspond", "corrode", "corrupt", "cost", "cough", "counsel", "count", "course", "cover", "cower", "crack", "crackle", "crash", "crave", "create", "creep", "crib", "cross", "crowd", "crush", "cry", "curb", "cure", "curve", "cut", "cycle", "damage", "damp", "dance", "dare", "dash", "dazzle", "deal", "decay", "decide", "declare", "decorate", "decrease", "dedicate", "delay", "delete", "deny", "depend", "deprive", "derive", "describe", "desire", "destroy", "detach", "detect", "determine", "develop", "die", "differ", "dig", "digest", "dim", "diminish", "dine", "dip", "direct", "disappear", "discover", "discuss", "disobey", "display", "dispose", "distribute", "disturb", "disuse", "dive", "divide", "do", "donate", "download", "drag", "draw", "dream", "dress", "drill", "drink", "drive", "drop", "dry", "dump", "dwell", "dye", "earn", "eat", "educate", "empower", "empty", "encircle", "encourage", "encroach", "endanger", "endorse", "endure", "engrave", "enjoy", "enlarge", "enlighten", "enter", "envy", "erase", "escape", "evaporate", "exchange", "exclaim", "exclude", "exist", "expand", "expect", "explain", "explore", "express", "extend", "eye", "face", "fail", "faint", "fall", "fan", "fancy", "favour", "fax", "feed", "feel", "ferry", "fetch", "fight", "fill", "find", "finish", "fish", "fit", "fix", "fizz", "flap", "flash", "flee", "fling", "float", "flop", "fly", "fold", "follow", "forbid", "force", "forecast", "foretell", "forget", "forgive", "forlese", "form", "forsake", "found", "frame", "free", "freeze", "frighten", "fry", "fulfil", "gag", "gain", "gainsay", "gash", "gaze", "get", "give", "glance", "glitter", "glow", "go", "google", "govern", "grab", "grade", "grant", "greet", "grind", "grip", "grow", "guard", "guess", "guide", "handle", "hang", "happen", "harm", "hatch", "hate", "have", "heal", "hear", "heave", "help", "hew", "hide", "hinder", "hiss", "hit", "hoax", "hold", "hop", "hope", "horrify", "hug", "hum", "humiliate", "hunt", "hurl", "hurry", "hurt", "hush", "hustle", "hypnotize", "idealize", "identify", "idolize", "ignite", "ignore", "ill-treat", "illuminate", "illumine", "illustrate", "imagine", "imbibe", "imitate", "immerse", "immolate", "immure", "impair", "impart", "impeach", "impede", "impel", "impend", "imperil", "impinge", "implant", "implicate", "implode", "implore", "imply", "import", "impose", "impress", "imprint", "imprison", "improve", "inaugurate", "incise", "include", "increase", "inculcate", "indent", "indicate", "induce", "indulge", "infect", "infest", "inflame", "inflate", "inflect", "inform", "infringe", "infuse", "ingest", "inhabit", "inhale", "inherit", "initiate", "inject", "injure", "inlay", "innovate", "input", "inquire", "inscribe", "insert", "inspect", "inspire", "install", "insult", "insure", "integrate", "introduce", "invent", "invite", "join", "jump", "justify", "keep", "kick", "kid", "kill", "kiss", "kneel", "knit", "knock", "know", "lade", "land", "last", "latch", "laugh", "lay", "lead", "leak", "lean", "leap", "learn", "leave", "leer", "lend", "let", "lick", "lie", "lie", "lift", "light", "like", "limp", "listen", "live", "look", "lose", "love", "magnify", "maintain", "make", "manage", "march", "mark", "marry", "mash", "match", "matter", "mean", "measure", "meet", "melt", "merge", "mew", "migrate", "milk", "mind", "mislead", "miss", "mistake", "misuse", "mix", "moan", "modify", "moo", "motivate", "mould", "moult", "move", "mow", "multiply", "murmur", "nail", "nap", "need", "neglect", "nip", "nod", "note", "notice", "notify", "nourish", "nurse", "obey", "oblige", "observe", "obstruct", "obtain", "occupy", "occur", "offer", "offset", "omit", "ooze", "open", "operate", "opine", "oppress", "opt", "optimize", "order", "organize", "originate", "output", "overflow", "overtake", "owe", "own", "pacify", "paint", "pardon", "part", "partake", "participate", "pass", "paste", "pat", "patch", "pause", "pay", "peep", "perish", "permit", "persuade", "phone", "place", "plan", "play", "plead", "please", "plod", "plot", "pluck", "ply", "point", "polish", "pollute", "ponder", "pour", "pout", "practise", "praise", "pray", "preach", "prefer", "prepare", "prescribe", "present", "preserve", "preset", "preside", "press", "pretend", "prevent", "print", "proceed", "produce", "progress", "prohibit", "promise", "propose", "prosecute", "protect", "prove", "provide", "pull", "punish", "purify", "push", "put", "qualify", "quarrel", "question", "quit", "race", "rain", "rattle", "reach", "read", "realize", "rebuild", "recall", "recast", "receive", "recite", "recognize", "recollect", "recur", "redo", "reduce", "refer", "reflect", "refuse", "regard", "regret", "relate", "relax", "rely", "remain", "remake", "remove", "rend", "renew", "renounce", "repair", "repeat", "replace", "reply", "report", "request", "resell", "resemble", "reset", "resist", "resolve", "respect", "rest", "restrain", "retain", "retch", "retire", "return", "reuse", "review", "rewind", "rid", "ride", "ring", "rise", "roar", "rob", "roll", "rot", "rub", "rule", "run", "rush", "sabotage", "sack", "sacrifice", "sadden", "saddle", "sag", "sail", "sally", "salute", "salvage", "salve", "sample", "sanctify", "sanction", "sap", "saponify", "sash", "sashay", "sass", "sate", "satiate", "satirise", "satisfy", "saturate", "saunter", "save", "savor", "savvy", "saw", "say", "scab", "scabble", "scald", "scale", "scam", "scan", "scant", "scar", "scare", "scarify", "scarp", "scat", "scatter", "scold", "scorch", "scowl", "scrawl", "scream", "screw", "scrub", "search", "seat", "secure", "see", "seek", "seem", "seize", "select", "sell", "send", "sentence", "separate", "set", "sever", "sew", "shake", "shape", "share", "shatter", "shave", "shear", "shed", "shine", "shirk", "shit", "shiver", "shock", "shoe", "shoot", "shorten", "shout", "show", "shrink", "shun", "shut", "sight", "signal", "signify", "sing", "sink", "sip", "sit", "ski", "skid", "slam", "slay", "sleep", "slide", "slim", "sling", "slink", "slip", "slit", "smash", "smell", "smile", "smite", "smooth", "smother", "snap", "snatch", "sneak", "sneeze", "sniff", "soar", "sob", "solicit", "solve", "soothe", "sort", "sow", "sparkle", "speak", "speed", "spell", "spend", "spill", "spin", "spit", "split", "spoil", "spray", "spread", "spring", "sprout", "squeeze", "stand", "stare", "start", "state", "stay", "steal", "steep", "stem", "step", "sterilize", "stick", "stimulate", "sting", "stink", "stir", "stitch", "stoop", "stop", "store", "strain", "stray", "stress", "stretch", "strew", "stride", "strike", "string", "strive", "study", "submit", "subscribe", "subtract", "succeed", "suck", "suffer", "suggest", "summon", "supply", "support", "suppose", "surge", "surmise", "surpass", "surround", "survey", "survive", "swallow", "sway", "swear", "sweat", "sweep", "swell", "swim", "swing", "swot", "take", "talk", "tap", "taste", "tax", "teach", "tear", "tee", "tell", "tempt", "tend", "terminate", "terrify", "test", "thank", "think", "thrive", "throw", "thrust", "thump", "tie", "tire", "toss", "touch", "train", "trample", "transfer", "transform", "translate", "trap", "travel", "tread", "treasure", "treat", "tree", "tremble", "triumph", "trust", "try", "turn", "type", "typeset", "understand", "undo", "uproot", "upset", "urge", "use", "utter", "value", "vanish", "vary", "verify", "vex", "vie", "view", "violate", "vomit", "wake", "walk", "wander", "want", "warn", "waste", "watch", "water", "wave", "wax", "waylay", "wear", "weave", "wed", "weep", "weigh", "welcome", "wend", "wet", "whip", "whisper", "win", "wind", "wish", "withdraw", "work", "worry", "worship", "wring", "write", "yawn", "yell", "yield", "zinc", "zoom"] past: ["abashed", "abated", "abode", "absorbed", "accepted", "accompanied", "ached", "achieved", "acquired", "acted", "added", "addressed", "adjusted", "admired", "admitted", "advised", "afforded", "agreed", "alit", "allowed", "animated", "announced", "answered", "apologized", "appeared", "applauded", "applied", "approached", "approved", "argued", "arose", "arranged", "arrested", "asked", "asserted", "assorted", "astonished", "attacked", "attended", "attracted", "audited", "avoided", "awoke", "banged", "banished", "bashed", "batted", "was", "bore", "bore", "beat", "beautified", "became", "befell", "begged", "began", "behaved", "beheld", "believed", "belonged", "bent", "bereft", "besought", "bet", "betrayed", "bade", "bid", "bound", "bit", "bled", "blessed", "blossomed", "blew", "blurred", "blushed", "boarded", "boasted", "boiled", "bowed", "boxed", "brayed", "broke", "breathed", "bred", "brought", "broadcast", "brushed", "built", "burnt", "burst", "buried", "bust", "bought", "buzzed", "calculated", "called", "canvassed", "captured", "caressed", "carried", "carved", "cashed", "cast", "caught", "caused", "ceased", "celebrated", "challenged", "changed", "charged", "chased", "chatted", "checked", "cheered", "chewed", "chid", "chipped", "choked", "chose", "classified", "cleaned", "clove/cleft", "clicked", "climbed", "clung", "closed", "clad", "clutched", "collapsed", "collected", "coloured", "came", "commented", "compared", "compelled", "competed", "complained", "completed", "concluded", "conducted", "confessed", "confined", "confiscated", "confused", "congratulated", "connected", "connoted", "conquered", "consecrated", "consented", "conserved", "considered", "consigned", "consisted", "consoled", "consorted", "conspired", "constituted", "constrained", "constructed", "construed", "consulted", "contained", "contemned", "contended", "contested", "continued", "contracted", "contradicted", "contrasted", "contributed", "contrived", "controlled", "convened", "converged", "conversed", "converted", "conveyed", "convicted", "convinced", "cooed", "cooked", "cooled", "co-operated", "coped", "copied", "corrected", "corresponded", "corroded", "corrupted", "cost", "coughed", "counselled", "counted", "coursed", "covered", "cowered", "cracked", "crackled", "crashed", "craved", "created", "crept", "cribbed", "crossed", "crowded", "crushed", "cried", "curbed", "cured", "curved", "cut", "cycled", "damaged", "damped", "danced", "dared", "dashed", "dazzled", "dealt", "decayed", "decided", "declared", "decorated", "decreased", "dedicated", "delayed", "deleted", "denied", "depended", "deprived", "derived", "described", "desired", "destroyed", "detached", "detected", "determined", "developed", "died", "differed", "dug", "digested", "dimmed", "diminished", "dined", "dipped", "directed", "disappeared", "discovered", "discussed", "disobeyed", "displayed", "disposed", "distributed", "disturbed", "disused", "dived", "divided", "did", "donated", "downloaded", "dragged", "drew", "dreamt", "dressed", "drilled", "drank", "drove", "dropped", "dried", "dumped", "dwelt", "dyed", "earned", "ate", "educated", "empowered", "emptied", "encircled", "encouraged", "encroached", "endangered", "endorsed", "endured", "engraved", "enjoyed", "enlarged", "enlightened", "entered", "envied", "erased", "escaped", "evaporated", "exchanged", "exclaimed", "excluded", "existed", "expanded", "expected", "explained", "explored", "expressed", "extended", "eyed", "faced", "failed", "fainted", "fell", "fanned", "fancied", "favoured", "faxed", "fed", "felt", "ferried", "fetched", "fought", "filled", "found", "finished", "fished", "fit/fitted", "fixed", "fizzed", "flapped", "flashed", "fled", "flung", "floated", "flopped", "flew", "folded", "followed", "forbade", "forced", "forecast", "foretold", "forgot", "forgave", "forlore", "formed", "forsook", "founded", "framed", "freed", "froze", "frightened", "fried", "fulfilled", "gagged", "gained", "gainsaid", "gashed", "gazed", "got", "gave", "glanced", "glittered", "glowed", "went", "googled", "governed", "grabbed", "graded", "granted", "greeted", "ground", "gripped", "grew", "guarded", "guessed", "guided", "handled", "hung", "happened", "harmed", "hatched", "hated", "had", "healed", "heard", "hove", "helped", "hewed", "hid", "hindered", "hissed", "hit", "hoaxed", "held", "hopped", "hoped", "horrified", "hugged", "hummed", "humiliated", "hunted", "hurled", "hurried", "hurt", "hushed", "hustled", "hypnotized", "idealized", "identified", "idolized", "ignited", "ignored", "ill-treated", "illuminated", "illumined", "illustrated", "imagined", "imbibed", "imitated", "immersed", "immolated", "immured", "impaired", "imparted", "impeached", "impeded", "impelled", "impended", "imperilled", "impinged", "implanted", "implicated", "imploded", "implored", "implied", "imported", "imposed", "impressed", "imprinted", "imprisoned", "improved", "inaugurated", "incised", "included", "increased", "inculcated", "indented", "indicated", "induced", "indulged", "infected", "infested", "inflamed", "inflated", "inflected", "informed", "infringed", "infused", "ingested", "inhabited", "inhaled", "inherited", "initiated", "injected", "injured", "inlaid", "innovated", "input", "inquired", "inscribed", "inserted", "inspected", "inspired", "installed", "insulted", "insured", "integrated", "introduced", "invented", "invited", "joined", "jumped", "justified", "kept", "kicked", "kidded", "killed", "kissed", "knelt", "knit", "knocked", "knew", "laded", "landed", "lasted", "latched", "laughed", "laid", "led", "leaked", "leant", "leapt", "learnt", "left", "leered", "lent", "let", "licked", "lay", "lied", "lifted", "lit", "liked", "limped", "listened", "lived", "looked", "lost", "loved", "magnified", "maintained", "made", "managed", "marched", "marked", "married", "mashed", "matched", "mattered", "meant", "measured", "met", "melted", "merged", "mewed", "migrated", "milked", "minded", "misled", "missed", "mistook", "misused", "mixed", "moaned", "modified", "mooed", "motivated", "moulded", "moulted", "moved", "mowed", "multiplied", "murmured", "nailed", "napped", "needed", "neglected", "nipped", "nodded", "noted", "noticed", "notified", "nourished", "nursed", "obeyed", "obliged", "observed", "obstructed", "obtained", "occupied", "occurred", "offered", "offset", "omitted", "oozed", "opened", "operated", "opined", "oppressed", "opted", "optimized", "ordered", "organized", "originated", "output", "overflowed", "overtook", "owed", "owned", "pacified", "painted", "pardoned", "parted", "partook", "participated", "passed", "pasted", "patted", "patched", "paused", "paid", "peeped", "perished", "permitted", "persuaded", "phoned", "placed", "planned", "played", "pled", "pleased", "plodded", "plotted", "plucked", "plied", "pointed", "polished", "polluted", "pondered", "poured", "pouted", "practised", "praised", "prayed", "preached", "preferred", "prepared", "prescribed", "presented", "preserved", "preset", "presided", "pressed", "pretended", "prevented", "printed", "proceeded", "produced", "progressed", "prohibited", "promised", "proposed", "prosecuted", "protected", "proved", "provided", "pulled", "punished", "purified", "pushed", "put", "qualified", "quarrelled", "questioned", "quit", "raced", "rained", "rattled", "reached", "read", "realized", "rebuilt", "recalled", "recast", "received", "recited", "recognized", "recollected", "recurred", "redid", "reduced", "referred", "reflected", "refused", "regarded", "regretted", "related", "relaxed", "relied", "remained", "remade", "removed", "rent", "renewed", "renounced", "repaired", "repeated", "replaced", "replied", "reported", "requested", "resold", "resembled", "reset", "resisted", "resolved", "respected", "rested", "restrained", "retained", "retched", "retired", "returned", "reused", "reviewed", "rewound", "rid", "rode", "rang", "rose", "roared", "robbed", "rolled", "rotted", "rubbed", "ruled", "ran", "rushed", "sabotaged", "sacked", "sacrificed", "saddened", "saddled", "sagged", "sailed", "sallied", "saluted", "salvaged", "salved", "sampled", "sanctified", "sanctioned", "sapped", "saponified", "sashed", "sashayed", "sassed", "sated", "satiated", "satirised", "satisfied", "saturated", "sauntered", "saved", "savored", "savvied", "sawed", "said", "scabbed", "scabbled", "scalded", "scaled", "scammed", "scanned", "scanted", "scarred", "scared", "scarified", "scarped", "scatted", "scattered", "scolded", "scorched", "scowled", "scrawled", "screamed", "screwed", "scrubbed", "searched", "seated", "secured", "saw", "sought", "seemed", "seized", "selected", "sold", "sent", "sentenced", "separated", "set", "severed", "sewed", "shook", "shaped", "shared", "shattered", "shove", "shore", "shed", "shone", "shirked", "shit", "shivered", "shocked", "shod", "shot", "shortened", "shouted", "showed", "shrank", "shunned", "shut", "sighted", "signalled", "signified", "sang", "sank", "sipped", "sat", "skied", "skidded", "slammed", "slew", "slept", "slid", "slimmed", "slung", "slunk", "slipped", "slit", "smashed", "smelt", "smiled", "smote", "smoothed", "smothered", "snapped", "snatched", "snuck", "sneezed", "sniffed", "soared", "sobbed", "solicited", "solved", "soothed", "sorted", "sowed", "sparkled", "spoke", "sped", "spelt", "spent", "spilt", "span/spun", "spat/spit", "split", "spoilt", "sprayed", "spread", "sprang", "sprouted", "squeezed", "stood", "stared", "started", "stated", "stayed", "stole", "steeped", "stemmed", "stepped", "sterilized", "stuck", "stimulated", "stung", "stank", "stirred", "stitched", "stooped", "stopped", "stored", "strained", "strayed", "stressed", "stretched", "strewed", "strode", "struck", "strung", "strove", "studied", "submitted", "subscribed", "subtracted", "succeeded", "sucked", "suffered", "suggested", "summoned", "supplied", "supported", "supposed", "surged", "surmised", "surpassed", "surrounded", "surveyed", "survived", "swallowed", "swayed", "swore", "sweat", "swept", "swelled", "swam", "swung", "swotted", "took", "talked", "tapped", "tasted", "taxed", "taught", "tore", "teed", "told", "tempted", "tended", "terminated", "terrified", "tested", "thanked", "thought", "throve", "threw", "thrust", "thumped", "tied", "tired", "tossed", "touched", "trained", "trampled", "transferred", "transformed", "translated", "trapped", "travelled", "trod", "treasured", "treated", "treed", "trembled", "triumphed", "trusted", "tried", "turned", "typed", "typeset", "understood", "undid", "uprooted", "upset", "urged", "used", "uttered", "valued", "vanished", "varied", "verified", "vexed", "vied", "viewed", "violated", "vomited", "woke", "walked", "wandered", "wanted", "warned", "wasted", "watched", "watered", "waved", "waxed", "waylaid", "wore", "wove", "wed", "wept", "weighed", "welcomed", "went", "wet", "whipped", "whispered", "won", "wound", "wished", "withdrew", "worked", "worried", "worshipped", "wrung", "wrote", "yawned", "yelled", "yielded", "zincked", "zoomed"] past_participle: ["abashed", "abated", "abode", "absorbed", "accepted", "accompanied", "ached", "achieved", "acquired", "acted", "added", "addressed", "adjusted", "admired", "admitted", "advised", "afforded", "agreed", "alit", "allowed", "animated", "announced", "answered", "apologized", "appeared", "applauded", "applied", "approached", "approved", "argued", "arisen", "arranged", "arrested", "asked", "asserted", "assorted", "astonished", "attacked", "attended", "attracted", "audited", "avoided", "awoken", "banged", "banished", "bashed", "batted", "been", "born", "borne", "beaten", "beautified", "become", "befallen", "begged", "begun", "behaved", "beheld", "believed", "belonged", "bent", "bereft", "besought", "bet", "betrayed", "bidden", "bid", "bound", "bitten", "bled", "blessed", "blossomed", "blown", "blurred", "blushed", "boarded", "boasted", "boiled", "bowed", "boxed", "brayed", "broken", "breathed", "bred", "brought", "broadcast", "brushed", "built", "burnt", "burst", "buried", "bust", "bought", "buzzed", "calculated", "called", "canvassed", "captured", "caressed", "carried", "carved", "cashed", "cast", "caught", "caused", "ceased", "celebrated", "challenged", "changed", "charged", "chased", "chatted", "checked", "cheered", "chewed", "chid/chidden", "chipped", "choked", "chosen", "classified", "cleaned", "cloven/cleft", "clicked", "climbed", "clung", "closed", "clad", "clutched", "collapsed", "collected", "coloured", "come", "commented", "compared", "compelled", "competed", "complained", "completed", "concluded", "conducted", "confessed", "confined", "confiscated", "confused", "congratulated", "connected", "connoted", "conquered", "consecrated", "consented", "conserved", "considered", "consigned", "consisted", "consoled", "consorted", "conspired", "constituted", "constrained", "constructed", "construed", "consulted", "contained", "contemned", "contended", "contested", "continued", "contracted", "contradicted", "contrasted", "contributed", "contrived", "controlled", "convened", "converged", "conversed", "converted", "conveyed", "convicted", "convinced", "cooed", "cooked", "cooled", "co-operated", "cope", "copied", "corrected", "corresponded", "corroded", "corrupted", "cost", "coughed", "counselled", "counted", "coursed", "covered", "cowered", "cracked", "crackled", "crashed", "craved", "created", "crept", "cribbed", "crossed", "crowded", "crushed", "cried", "curbed", "cured", "curved", "cut", "cycled", "damaged", "damped", "danced", "dared", "dashed", "dazzled", "dealt", "decayed", "decided", "declared", "decorated", "decreased", "dedicated", "delayed", "deleted", "denied", "depended", "deprived", "derived", "described", "desired", "destroyed", "detached", "detected", "determined", "developed", "died", "differed", "dug", "digested", "dimmed", "diminished", "dined", "dipped", "directed", "disappeared", "discovered", "discussed", "disobeyed", "displayed", "disposed", "distributed", "disturbed", "disused", "dived", "divided", "done", "donated", "downloaded", "dragged", "drawn", "dreamt", "dressed", "drilled", "drunk", "driven", "dropped", "dried", "dumped", "dwelt", "dyed", "earned", "eaten", "educated", "empowered", "emptied", "encircled", "encouraged", "encroached", "endangered", "endorsed", "endured", "engraved", "enjoyed", "enlarged", "enlightened", "entered", "envied", "erased", "escaped", "evaporated", "exchanged", "exclaimed", "excluded", "existed", "expanded", "expected", "explained", "explored", "expressed", "extended", "eyed", "faced", "failed", "fainted", "fallen", "fanned", "fancied", "favoured", "faxed", "fed", "felt", "ferried", "fetched", "fought", "filled", "found", "finished", "fished", "fit/fitted", "fixed", "fizzed", "flapped", "flashed", "fled", "flung", "floated", "flopped", "flown", "folded", "followed", "forbidden", "forced", "forecast", "foretold", "forgotten", "forgiven", "forlorn", "formed", "forsaken", "founded", "framed", "freed", "frozen", "frightened", "fried", "fulfilled", "gagged", "gained", "gainsaid", "gashed", "gazed", "got", "given", "glanced", "glittered", "glowed", "gone", "googled", "governed", "grabbed", "graded", "granted", "greeted", "ground", "gripped", "grown", "guarded", "guessed", "guided", "handled", "hung", "happened", "harmed", "hatched", "hated", "had", "healed", "heard", "hove", "helped", "hewn", "hidden", "hindered", "hissed", "hit", "hoaxed", "held", "hopped", "hoped", "horrified", "hugged", "hummed", "humiliated", "hunted", "hurled", "hurried", "hurt", "hushed", "hustled", "hypnotized", "idealized", "identified", "idolized", "ignited"] simple_present: ["abashes", "abates", "abides", "absorbs", "accepts", "accompanies", "aches", "achieves", "acquires", "acts", "adds", "addresses", "adjusts", "admires", "admits", "advises", "affords", "agrees", "alights", "allows", "animates", "announces", "answers", "apologizes", "appears", "applauds", "applies", "approaches", "approves", "argues", "arises", "arranges", "arrests", "asks", "asserts", "assorts", "astonishes", "attacks", "attends", "attracts", "audits", "avoids", "awakes", "bangs", "banishes", "bashes", "bats", "is", "bears", "bears", "beats", "beautifies", "becomes", "befalls", "begs", "begins", "behaves", "beholds", "believes", "belongs", "bends", "bereaves", "beseeches", "bets", "betrays", "bids", "bids", "binds", "bites", "bleeds", "blesses", "blossoms", "blows", "blurs", "blushes", "boards", "boasts", "boils", "bows", "boxes", "brays", "breaks", "breathes", "breeds", "brings", "broadcasts", "brushes", "builds", "burns", "bursts", "buries", "busts", "buys", "buzzes", "calculates", "calls", "canvasses", "captures", "caresses", "carries", "carves", "cashes", "casts", "catches", "causes", "ceases", "celebrates", "challenges", "changes", "charges", "chases", "chats", "checks", "cheers", "chews", "chides", "chips", "chokes", "chooses", "classifies", "cleans", "cleaves", "clicks", "climbs", "clings", "closes", "clothes", "clutches", "collapses", "collects", "colours", "comes", "comments", "compares", "compels", "competes", "complains", "completes", "concludes", "conducts", "confesses", "confines", "confiscates", "confuses", "congratulates", "connects", "connotes", "conquers", "consecrates", "consents", "conserves", "considers", "consigns", "consists", "consoles", "consorts", "conspires", "constitutes", "constrains", "constructs", "construes", "consults", "contains", "contemns", "contends", "contests", "continues", "contracts", "contradicts", "contrasts", "contributes", "contrives", "controls", "convenes", "converges", "converses", "converts", "conveys", "convicts", "convinces", "coos", "cooks", "cools", "co-operates", "copes", "copies", "corrects", "corresponds", "corrodes", "corrupts", "costs", "coughs", "counsels", "counts", "courses", "covers", "cowers", "cracks", "crackles", "crashes", "craves", "creates", "creeps", "cribs", "crosses", "crowds", "crushes", "cries", "curbs", "cures", "curves", "cuts", "cycles", "damages", "damps", "dances", "dares", "dashes", "dazzles", "deals", "decays", "decides", "declares", "decorates", "decreases", "dedicates", "delays", "deletes", "denies", "depends", "deprives", "derives", "describes", "desires", "destroys", "detaches", "detects", "determines", "develops", "dies", "differs", "digs", "digests", "dims", "diminishes", "dines", "dips", "directs", "disappears", "discovers", "discusses", "disobeys", "displays", "disposes", "distributes", "disturbs", "disuses", "dives", "divides", "does", "donates", "downloads", "drags", "draws", "dreams", "dresses", "drills", "drinks", "drives", "drops", "dries", "dumps", "dwells", "dyes", "earns", "eats", "educates", "empowers", "empties", "encircles", "encourages", "encroaches", "endangers", "endorses", "endures", "engraves", "enjoys", "enlarges", "enlightens", "enters", "envies", "erases", "escapes", "evaporates", "exchanges", "exclaims", "excludes", "exists", "expands", "expects", "explains", "explores", "expresses", "extends", "eyes", "faces", "fails", "faints", "falls", "fans", "fancies", "favours", "faxes", "feeds", "feels", "ferries", "fetches", "fights", "fills", "finds", "finishes", "fishes", "fits", "fixes", "fizzes", "flaps", "flashes", "flees", "flings", "floats", "flops", "flies", "folds", "follows", "forbids", "forces", "forecasts", "foretells", "forgets", "forgives", "forlese", "forms", "forsakes", "founds", "frames", "frees", "freezes", "frightens", "fries", "fulfils", "gags", "gains", "gainsays", "gashes", "gazes", "gets", "gives", "glances", "glitters", "glows", "goes", "googles", "governs", "grabs", "grades", "grants", "greets", "grinds", "grips", "grows", "guards", "guesses", "guides", "handles", "hangs", "happens", "harms", "hatches", "hates", "has", "heals", "hears", "heaves", "helps", "hews", "hides", "hinders", "hisses", "hits", "hoaxes", "holds", "hops", "hopes", "horrifies", "hugs", "hums", "humiliates", "hunts", "hurls", "hurries", "hurts", "hushes", "hustles", "hypnotizes", "idealizes", "identifies", "idolizes", "ignites"] ing_form: ["abashing", "abating", "abiding", "absorbing", "accepting", "accompanying", "aching", "achieving", "acquiring", "acting", "adding", "addressing", "adjusting", "admiring", "admitting", "advising", "affording", "agreeing", "alighting", "allowing", "animating", "announcing", "answering", "apologizing", "appearing", "applauding", "applying", "approaching", "approving", "arguing", "arising", "arranging", "arresting", "asking", "asserting", "assorting", "astonishing", "attacking", "attending", "attracting", "auditing", "avoiding", "awaking", "banging", "banishing", "bashing", "batting", "being", "bearing", "bearing", "beating", "beautifying", "becoming", "befalling", "begging", "beginning", "behaving", "beholding", "believing", "belonging", "bending", "bereaving", "beseeching", "betting", "betraying", "bidding", "bidding", "binding", "biting", "bleeding", "blessing", "blossoming", "blowing", "blurring", "blushing", "boarding", "boasting", "boiling", "bowing", "boxing", "braying", "breaking", "breathing", "breeding", "bringing", "broadcasting", "brushing", "building", "burning", "bursting", "burying", "busting", "buying", "buzzing", "calculating", "calling", "canvassing", "capturing", "caressing", "carrying", "carving", "cashing", "casting", "catching", "causing", "ceasing", "celebrating", "challenging", "changing", "charging", "chasing", "chatting", "checking", "cheering", "chewing", "chiding", "chipping", "choking", "choosing", "classifying", "cleaning", "cleaving", "clicking", "climbing", "clinging", "closing", "clothing", "clutching", "collapsing", "collecting", "colouring", "coming", "commenting", "comparing", "compelling", "competing", "complaining", "completing", "concluding", "conducting", "confessing", "confining", "confiscating", "confusing", "congratulating", "connecting", "connoting", "conquering", "consecrating", "consenting", "conserving", "considering", "consigning", "consisting", "consoling", "consorting", "conspiring", "constituting", "constraining", "constructing", "construing", "consulting", "containing", "contemning", "contending", "contesting", "continuing", "contracting", "contradicting", "contrasting", "contributing", "contriving", "controlling", "convening", "converging", "conversing", "converting", "conveying", "convicting", "convincing", "cooing", "cooking", "cooling", "co-operating", "coping", "copying", "correcting", "corresponding", "corroding", "corrupting", "costing", "coughing", "counselling", "counting", "coursing", "covering", "cowering", "cracking", "crackling", "crashing", "craving", "creating", "creeping", "cribbing", "crossing", "crowding", "crushing", "crying", "curbing", "curing", "curving", "cutting", "cycling", "damaging", "damping", "dancing", "daring", "dashing", "dazzling", "dealing", "decaying", "deciding", "declaring", "decorating", "decreasing", "dedicating", "delaying", "deleting", "denying", "depending", "depriving", "deriving", "describing", "desiring", "destroying", "detaching", "detecting", "determining", "developing", "dying", "differing", "digging", "digesting", "dimming", "diminishing", "dining", "dipping", "directing", "disappearing", "discovering", "discussing", "disobeying", "displaying", "disposing", "distributing", "disturbing", "disusing", "diving", "dividing", "doing", "donating", "downloading", "dragging", "drawing", "dreaming", "dressing", "drilling", "drinking", "driving", "dropping", "drying", "dumping", "dwelling", "dyeing", "earning", "eating", "educating", "empowering", "emptying", "encircling", "encouraging", "encroaching", "entangling", "endorsing", "enduring", "engraving", "enjoying", "enlarging", "enlightening", "entering", "envying", "erasing", "escaping", "evaporating", "exchanging", "exclaiming", "excluding", "existing", "expanding", "expecting", "explaining", "exploring", "expressing", "extending", "eyeing", "facing", "failing", "fainting", "falling", "fanning", "fancying", "favouring", "faxing", "feeding", "feeling", "ferrying", "fetching", "fighting", "filling", "finding", "finishing", "fishing", "fitting", "fixing", "fizzing", "flapping", "flashing", "fleeing", "flinging", "floating", "flopping", "flying", "folding", "following", "forbidding", "forcing", "forecasting", "foretelling", "forgetting", "forgiving", "forlesing", "forming", "forsaking", "founding", "framing", "freeing", "freezing", "frightening", "frying", "fulfilling", "gagging", "gaining", "gainsaying", "gashing", "gazing", "getting", "giving", "glancing", "glittering", "glowing", "going", "googling", "governing", "grabbing", "grading", "granting", "greeting", "grinding", "gripping", "growing", "guarding", "guessing", "guiding", "handling", "hanging", "happening", "harming", "hatching", "hating", "having", "healing", "hearing", "heaving", "helping", "hewing", "hiding", "hindering", "hissing", "hitting", "hoaxing", "holding", "hopping", "hoping", "horrifying", "hugging", "humming", "humiliating", "hunting", "hurling", "hurrying", "hurting", "hushing", "hustling", "hypnotizing", "idealizing", "identifying", "idolizing", "igniting"] faker-1.9.1/lib/locales/en/witcher.yml000066400000000000000000000113341332146201300175710ustar00rootroot00000000000000en: faker: witcher: characters: ["Triss Merigold", "Shani", "Philippa Eilhart", "Dandelion", "King Radovid", "King Foltest", "King Henselt", "King Demavend","Zoltan Chivay","Thaler","Ciri","Yennefer of Vengerberg","Keira Metz","Anna Strenger","Birna Bran","Jenge Frett","Uma","Vernon Roche","Ves","Donar an Hindar","Dudu Biberveldt","Emhyr van Emreis","Emiel Regis Rohellec Terzieff-Godefroy","Eredin","Caranthir","Imlerith","Nithral","Olgierd von Everec","Skjall","Sigismund Dijkstra","Avallac'h","Pavetta","Whoreson Junior","The Bloody Baron","Johnny","Gaunter O'Dimm","Vilgefortz","Iorveth","Fringilla Vigo","Morvran Voorhis","Crach an Craite","Jan Calveit","Francesca Findabair","Carthia van Canten","Sabrina Glevissig","Calanthe","Roach","Ermion","Priscilla","Margarita Laux-Antille","Milva","Maria Louisa La Valette","Stefan Skellen","Assire var Anahid","Mousesack","Hjalmar an Craite","Yarpen Zigrin","Dethmold","Eithné","Isengrim","Yaevinn","Nenneke","Jan Natalis","Bran an Tuirseach","Menno Coehoorn","Schirrú","Milton de Peyrac-Peyran","Vattier de Rideaux","Palmerin de Launfal","Tibor Eggebracht","Esterad Thyssen","Joachim de Wett","Brouver Hoog","Aglaïs","Xarthisius","Aelirenn","Adam Pangratt","Sweers","Sheldon Skaggs","Carduin","Albrich","Zyvik","Saskia","Sigrdrifa","Addario Bach"] witchers: ["Geralt of Rivia", "Coën", "Vesemir", "Eskel", "Lambert", "Letho of Gulet","Ciri","George of Kagen","Jerome Moreau","Auckes","Serrit","Kolgrim","Ivar Evil-Eye","Junod of Belhaven","Gerd"] schools: ["Wolf", "Griffin", "Cat", "Viper", "Manticore", "Bear"] locations: ["Aedd Gynvael","Aldersberg","Beauclair","Cidaris","Cintra","Gors Velen","Maribor","Novigrad","Oxenfurt","Tretogor","Vengerberg","Vizima","Ard Carraigh","Bremervoord","Brugge","Claremont","Creyden","Fen Aspra","Hengfors","Lan Exeter","Pont Vanis","Lyria","Maecht","Malleore","Metinna","Nilfgaard","Neunreuth","Rakverelin","Rivia","Thurn","Acorn Bay","Anchor","Assengard","Attre","Ban Ard","Ban Gleán","Barefield","Belhaven","Blaviken","Brenna","Breza","Burdorff","Caelf","Carreras","Craag An","Crinfrid","Daevon","Dillingen","Dorian","Druigh","Dudno","Duén Canell","Dun Dâre","Ellander","Eysenlaan","Fano","Foam","Forgeham","Fox Hollow","Ghelibol","Glyswen","Gulet","Hochebuz","Jealousy","Kaczan","Kagen","Kerack","Kernow","Klucz","Knotweed Meadow","Little Marsh","Lower Posada","Malhoun","Mirt","Murivel","New Ironworks","Porog","Riedbrune","Rinde","Roggeveen","Tegamo","Tigg","Tridam","Tyffi","Unicorn","Upper Posada","Vattweir","Vole","White Bridge","Zavada","Armeria","Baldhorn","Ban Gleán","Beauclair","Bodrog","Carcano","Castel Ravello","Darn Dyffra","Darn Rowan","Darn Ruach","Dillingen","Dorndal","Drakenborg","Fen Aspra","Glevitzingen","Gwendeith","Hagge","Houtborg","Kaer Morhen","Kaer Trolde","Leyda","Loc Grim","Mayena","Mirt","Montecalvo","Montsalvat","Nastrog","Razwan","Red Binduga","Rocayne","Rhys-Rhun","Riedbrune","Rozrog","Sarda","Scala","Schwemmland","Spalla","Stygga","Tigg","Vartburg","Vedette","Vidort","Winneburg","Zurbarran","Est Haemlet","Loc Muinne","Shaerrawedd"] quotes: ["Just five more minutes… Is it 1358 yet? No? Then fuck off!","Finish all your business before you die. Bid loved ones farewell. Write your will. Apologize to those you’ve wronged. Otherwise, you’ll never truly leave this world.","Hide the wenches, Witcher's coming!!","Oh year... the Elder Blood can be fiery","Damn, Eskel... you got an hourglass figure","No Lollygagin'!","You get what you get and be happy with it","I'll stick me boot so far up yer arse your tongue'll taste like wench twat"] monsters: ["Archespore","Berserker","Botchling","Lubberkin","Ulfhedinn","Werewolf","The Toad Prince","Basilisk","Cockatrice","Forktail","Royal Wyvern","Shrieker","Silver Basilisk","Slyzard Matriarch","Slyzard","Dragon of Fyresdal","Wyvern","Djinn","Earth Elemental","Fire Elemental","Gargoyle","Golem","Hound of the Wild Hunt","Ice Elemental","Pixie","Apiarian Phantom","Therazane","Ekhidnae","Erynias","Griffin","Harpy","Melusine","Opinicus","Salma","Siren","Succubus","Arachas","Arachnomorph","Endrega Drone","Endrega Warrior","Endrega Worker","Giant Centipede","Kikimore","Kikimore Worker","Pale Widow","Abaya","Alghoul","Drowner","Foglet","Ghoul","Grave Hag","Ignis Fatuus","Mourntart","Mucknixer","Rotfiend","Scurver","Spotted Wight","Water Hag","Wight","Cloud Giant","Cyclopse","Golyat","Hagubman","Ice Giant","Ice Troll","Nekker","Rock Troll","Wham-a-Wham","Chort","Crone","Doppler","Fiend","Fugas","Godling","Grottore","Howler","Imp","Kernun","Leshen","Morvudd","Shaelmaar","Spriggan","Sylvan","The Caretaker","Barghests","Ethereal","Hym","Longlocks","Nightwraith","Noonwraith","Penitent","Plague Maiden","Umbra","Wraith","Alp","Bruxa","Ekimmara","Gael","Garkain","Higher Vampire","Katakan"] faker-1.9.1/lib/locales/en/world_cup.yml000066400000000000000000000573631332146201300201360ustar00rootroot00000000000000en: faker: world_cup: teams: ["Egypt", "Russia", "Saudi Arabia", "Uruguay", "Iran", "Morocco", "Portugal", "Spain", "Australia", "Denmark", "France", "Peru", "Argentina", "Croatia", "Iceland", "Nigeria", "Brazil", "Costa Rica", "Serbia", "Switzerland", "Germany", "Mexico", "South Korea", "Sweden", "Belgium", "England", "Panama", "Tunisia", "Columbia", "Japan","Poland", "Senegal" ] stadiums: ["Ekaterinburg Arena", "Kaliningrad Stadium", "Kasan Arena", "Spartak Stadium", "Nizhny Novgorod Stadium", "Luzhniki Stadium", "Rostov Arena", "Saint Petersburg Stadium", "Samara Arena", "Mordovia Arena", "Fisht Stadium", "Volgograd Arena"] cities: ["Saint Petersburg", "Kaliningrad", "Rostov-on-Don", "Volgograd", "Moscow", "Sochi", "Kazan", "Nizhny Novgorod", "Saransk", "Samara", "Ekaterinburg"] groups: group_A: ["Egypt", "Russia", "Saudi Arabia", "Uruguay"] group_B: ["Iran", "Morocco", "Portugal", "Spain"] group_C: ["Australia", "Denmark", "France", "Peru"] group_D: ["Argentina", "Croatia", "Iceland", "Nigeria"] group_E: ["Brazil", "Costa Rica", "Serbia", "Switzerland"] group_F: ["Germany", "Mexico", "South Korea", "Sweden"] group_G: ["Belgium", "England", "Panama", "Tunisia"] group_H: ["Columbia", "Japan", "Poland", "Senegal"] rosters: #rosters are not officially set until 4 June 2018 #Egypt announced a 29-man preliminary squad on 14 May 2018. Egypt: coach: ["Héctor Cúper"] goalkeepers: ["Essam El-Hadary", "Mohamed El-Shennawy", "Sherif Ekramy", "Mohamed Awad"] defenders: ["Ahmed Fathi", "Saad Samir", "Ayman Ashraf", "Mahmoud Hamdy 'El Wensh'", "Mohamed Abdel Shafy", "Ahmed Hegazi", "Ali Gabr", "Ahmed El Mohamady", "Karim Hafez", "Omar Gaber", "Amro Tarek"] midfielders: ["Tarek Hamed", "Mahmoud Abdel Aziz", "Shikabala", "Abdallah El-Said", "Sam Morsy", "Mohamed ElNeny", "Mahmoud 'Kahraba'", "Ramadan Sobhi", "Mahmoud 'Trezeguet'", "Amr Warda"] forwards: ["Marwan Mohsen", "Ahmed Gomaa", "Ahmed Hassan 'Koka'", "Mohamed Salah"] #Russia announced a 28-man preliminary squad on May 11 2018. On May 14, it replaced defender Ruslan Kambolov with Sergei Ignashevich. Russia: coach: ["Stanislav Cherchesov"] goalkeepers: ["Igor Akinfeev", "Vladimir Gabulov", "Soslan Dzhanaev", "Andrei Lunev"] defenders: ["Vladimir Granat", "Fyodor Kudryashov", "Ilya Kutepov", "Roman Neustadter", "Konstantin Rausch", "Andrei Semyonov", "Igor Smolnikov", "Mario Fernandes", "Sergei Ignashevich"] midfielders: ["Yury Gazinsky", "Alan Dzagoev", "Alexander Golovin", "Alexander Erokhin", "Yury Zhirkov", "Daler Kuzyaev", "Roman Zobnin", "Alexander Samedov", "Anton Miranchuk", "Alexander Tashyev", "Denis Cheryshev"] forwards: ["Artem Dzyuba", "Alexei Miranchuk", "Fyodor Smolov", "Fyodor Chalov"] #Saudi Arabia announced 28-man preliminary squad on 17 May 2018. Saudi_Arabia: coach: ["Juan Antonio Pizzi"] goalkeepers: ["Assaf Al-Qarny", "Mohammed Al-Owais", "Yasser Al-Musailem", "Abdullah Al-Mayuf"] defenders: ["Mansoor Al-Harbi", "Yasser Al-Shahrani", "Mohammed Al-Breik", "Saeed Al-Mowalad", "Motaz Hawsawi", "Osama Hawsawi", "Omar Hawsawi", "Mohammed Jahfali", "Ali Al-Bulaihi"] midfielders: ["Abdullah Al-Khaibari", "Abdulmalek Al-Khaibri", "Abdullah Otayf", "Taiseer Al-Jassim", "Houssain Al-Mogahwi", "Salman Al-Faraj", "Nawaf Al-Abed", "Mohamed Kanno", "Hattan Bahebri", "Mohammed Al-Kwikbi", "Salem Al-Dawsari", "Yehya Al-Shehri"] forwards: ["Fahad Al-Muwallad", "Mohammad Al-Sahlawi", "Muhannad Assiri"] #Uruguay named a 26-man preliminary roster on May 15 2018. Uruguay: coach: ["Óscar Tabárez"] goalkeepers: ["Fernando Muslera", "Martin Silva", "Martin Campana"] defenders: ["Diego Godin", "Sebastian Coates", "Jose Maria Gimenez", "Maximiliano Pereira", "Gaston Silva", "Martin Caceres", "Guillermo Varela"] midfielders: ["Nahitan Nandez", "Lucas Torreira", "Matias Vecino", "Federico Valverde", "Rodrigo Bentancur", "Carlos Sanchez", "Giorgian De Arrascaeta", "Diego Laxalt", "Cristian Rodriguez", "Jonathan Urretaviscaya", "Nicolas Lodeiro", "Gaston Ramirez"] forwards: ["Cristhian Stuani", "Maxi Gomez", "Edinson Cavani", "Luis Suarez"] #Iran announced a 35-man preliminary squad on 13 May 2018. The squad was reduced to 24 players on 20 May 2018. Iran: coach: ["Carlos Queiroz"] goalkeepers: ["Alireza Beiranvand", "Rashid Mazaheri", "Amir Abedzadeh"] defenders: ["Ramin Rezaeian", "Mohammad Reza Khanzadeh", "Morteza Pouraliganji", "Mohammad Ansari", "Pejman Montazeri", "Seyed Majid Hosseini", "Milad Mohammadi", "Roozbeh Cheshmi"] midfielders: ["Saeid Ezatolahi", "Masoud Shojaei", "Mahdi Torabi", "Ashkan Dejagah", "Omid Ebrahimi", "Ehsan Hajsafi", "Ali Gholizadeh", "Vahid Amiri"] forwards: ["Alireza Jahanbakhsh", "Karim Ansarifard", "Saman Ghoddos", "Mahdi Taremi", "Sardar Azmoun", "Reza Ghoochannejhad"] #Morocco announced its 23-man squad on 17 May 2018. Morocco: coach: ["Hervé Renard"] goalkeepers: ["Mounir El Kajoui", "Yassine Bounou", "Ahmad Reda Tagnaouti"] defenders: ["Medhi Benatia", "Romain Saiss", "Manuel Da Costa", "Badr Benoun", "Nabil Dirar", "Achraf Hakimi", "Hamza Mendyl"] midfielders: ["Mbark Boussoufa", "Karim El Ahmadi", "Youssef Ait Bennasser", "Sofyan Amrabat", "Younes Belhanda", "Faycal Fajr", "Amine Harit", "Hakim Ziyech"] forwards: ["Khalid Boutaib", "Aziz Bouhaddouz", "Ayoub El Kaabi", "Nordin Amrabat", "Mehdi Carcela"] #Portugal cut its preliminary squad down to 23 on 17 May 2018. Portugal: coach: ["Fernando Santos"] goalkeepers: ["Anthony Lopes", "Beto", "Rui Patricio"] defenders: ["Bruno Alves", "Cedric Soares", "Jose Fonte", "Mario Rui", "Pepe", "Raphael Guerreiro", "Ricardo Pereira", "Ruben Dias"] midfielders: ["Adrien Silva", "Bruno Fernandes", "Joao Mario", "Joao Moutinho", "Manuel Fernandes", "William Carvalho"] forwards: ["Andre Silva", "Bernardo Silva", "Cristiano Ronaldo", "Gelson Martins", "Goncalo Guedes", "Ricardo Quaresma"] #Spain named its 23-man squad on 21 May 2018. On Jun 13 2018, it replaced coach Julen Lopetegui with Fernando Hierro. Spain: coach: ["Fernando Hierro"] goalkeepers: ["Kepa Arrizabalaga", "David de Gea", "Pepe Reina"] defenders: ["Jordi Alba", "Cesar Azpiliqueta", "Dani Carvajal", "Nacho Fernandez", "Nacho Monreal", "Alvaro Odriozola", "Gerard Pique", "Sergio Ramos"] midfielders: ["Thiago Alcantara", "Sergio Busquets", "Andres Iniesta", "Isco", "Koke", "Saul Niguez", "David Silva"] forwards: ["Marco Asensio", "Iago Aspas", "Diego Costa", "Rodrigo Moreno", "Lucas Vazquez"] #Australia announced a 32-man preliminary squad on 6 May 2018. The squad was reduced to 26 players on 14 May. The squad was extended to 27 players with the call-up of Jamie Maclaren on 28 May 2018. Australia: coach: ["Bert van Marwijk"] goalkeepers: ["Mat Ryan", "Danny Vukovic", "Brad Jones"] defenders: ["Aziz Behich", "Milos Degenek", "Matthew Jurman", "James Meredith", "Josh Risdon", "Trent Sainsbury", "Fran Karacic"] midfielders: ["Josh Brillante", "Mile Jedinak", "Mark Milligan", "Robbie Kruse", "Jackson Irvine", "Massimo Luongo", "Aaron Mooy", "Tom Rogic", "James Troisi"] forwards: ["Tim Cahill", "Tomi Juric", "Mathew Leckie", "Andrew Nabbout", "Nikita Rukavytsya", "Dimitri Petratos", "Jamie Maclaren", "Daniel Arzani"] #Denmark announced a 35-man preliminary squad on 14 May 2018. The squad was reduced to 27 players on 27 May 2018. Denmark: coach: ["Åge Hareide"] goalkeepers: ["Kasper Schmeichel", "Jonas Lossl", "Frederik Ronow", "Jesper Hansen"] defenders: ["Simon Kjaer", "Andreas Christensen", "Mathias Jorgensen", "Jannik Vestergaard", "Andreas Bjelland", "Henrik Dalsgaard", "Peter Ankersen", "Jens Stryger Larsen", "Riza Durmisi", "Jonas Knudsen", "Nicolai Boilesen"] midfielders: ["William Kvist", "Thomas Delaney", "Lukas Lerager", "Lasse Schone", "Mike Jensen", "Christian Eriksen", "Daniel Wass", "Pierre-Emile Hojbjerg", "Mathias Jensen", "Michael Krohn-Dehli", "Robert Skov"] forwards: ["Pione Sisto", "Martin Braithwaite", "Andreas Cornelius", "Viktor Fischer", "Yussuf Poulsen", "Nicolai Jorgensen", "Nicklas Bendtner", "Kasper Dolberg", "Kenneth Zohore"] #France announced a final squad on 17 May 2018. France: coach: ["Didier Deschamps"] goalkeepers: ["Hugo Lloris", "Alphonse Areola", "Steve Mandanda"] defenders: ["Raphael Varane", "Samuel Umtiti", "Presnel Kimpembe", "Djibril Sidibe", "Benjamin Mendy", "Lucas Hernandez", "Benjamin Pavard", "Adil Rami"] midfielders: ["N’Golo Kante", "Paul Pogba", "Thomas Lemar", "Blaise Matuidi", "Corentin Tolisso", "Steven N’Zonzi"] forwards: ["Antoine Griezmann", "Kylian Mbappe", "Olivier Giroud", "Ousmane Dembele", "Florian Thauvin", "Nabil Fekir"] #Peru announced a 24-man preliminary squad on 16 May 2018. The final squad was announced on 30 May. The squad was expanded to 24 players on 31 May after the suspension of Paolo Guerrero was lifted. Peru: coach: ["Ricardo Gareca"] goalkeepers: ["Pedro Gallese", "Jose Carvallo", "Carlos Caceda"] defenders: ["Luis Abram", "Luis Advincula", "Miguel Araujo", "Aldo Corzo", "Nilson Loyola", "Christian Ramos", "Alberto Rodriguez", "Anderson Santamaría", "Miguel Trauco"] midfielders: ["Pedro Aquino", "Wilmer Cartagena", "Christian Cueva", "Edison Flores", "Paolo Hurtado", "Sergio Pena", "Andy Polo", "Renato Tapia", "Yoshimar Yotun"] forwards: ["Paolo Guerrero", "Andre Carrillo", "Raul Ruidiaz", "Jefferson Farfan"] #Argentina announced a 35-man preliminary squad on 14 May 2018. The final squad was announced on 21 May. Injured Sergio Romero was replaced by Nahuel Guzmán on 23 May. Argentina: coach: ["Jorge Sampaoli"] goalkeepers: ["Franco Armani", "Willy Caballero", "Sergio Romero"] defenders: ["Marcos Acuna", "Cristian Ansaldi", "Federico Fazio", "Javier Mascherano", "Gabriel Mercado", "Nicolas Otamendi", "Marcos Rojo", "Eduardo Salvio", "Nicolas Tagliafico"] midfielders: ["Ever Banega", "Lucas Biglia", "Angel Di Maria", "Manuel Lanzini", "Giovani Lo Celso", "Maxi Meza", "Cristian Pavon"] forwards: ["Sergio Aguero", "Paulo Dybala", "Gonzalo Higuain", "Lionel Messi"] #Croatia announced a 32-man preliminary squad on 14 May 2018. The squad was reduced to 24 players on 21 May. Croatia: coach: ["Zlatko Dalić"] goalkeepers: ["Danijel Subasic", "Lovre Kalinic", "Dominik Livakovic"] defenders: ["Vedran Corluka", "Domagoj Vida", "Ivan Strinic", "Dejan Lovren", "Sime Vrsaljko", "Josip Pivaric" , "Tin Jedvaj", "Matej Mitrovic", "Duje Caleta-Car"] midfielders: ["Luka Modric", "Ivan Rakitic", "Mateo Kovacic", "Milan Badelj", "Marcelo Brozovic", "Filip Bradaric"] forwards: ["Mario Mandzukic", "Ivan Perisic", "Nikola Kalinic", "Andrej Kramaric", "Marko Pjaca", "Ante Rebic"] #Iceland announced a final squad on 11 May 2018. Iceland: coach: ["Heimir Hallgrímsson"] goalkeepers: ["Hannes Thor Halldorsson"," Runar Alex Runarsson", "Frederik Schram"] defenders: ["Birkir Mar Saevarsson", "Ragnar Sigurdsson", "Kari Arnason", "Ari Freyr Skulason", "Sverrir Ingi Ingason", "Hordur Bjorgvin Magnusson", "Samuel Kari Fridridsson", "Holmar Orn Eyjolfsson"] midfielders: ["Aaron Einar Gunnarsson", "Gylfi Sigurdsson", "Emil Hallfredsson", "Birkir Bjarnason", "Johann Berg Gudmundsson", "Olafur Ingi Skulason", "Arnor Ingvi Traustason", "Rurik Gislason"] forwards: ["Alfred Finnbogason", "Jon Dadi Bodvarsson", "Bjorn Bergmann Sigurdarson", "Albert Gudmundsson"] #Nigeria announced a 30-man preliminary squad on 14 May 2018. The squad was reduced to 29 players on 27 May as Moses Simon withdrew injured. The squad was reduced to 25 players on 30 May. Nigeria: coach: ["Gernot Rohr"] goalkeepers: ["Ikechukwu Ezenwa", "Daniel Akpeyi", "Francis Uzoho", "Dele Ajiboye"] defenders: ["William Troost-Ekong", "Leon Balogun", "Ola Aina" , "Kenneth Omeruo", "Brian Idowu", "Chidozie Awaziem", "Abdullahi Shehu", "Elderson Echiejile", "Tyronne Ebuehi", "Stephen Eze"] midfielders: ["John Obi Mikel", "Ogenyi Onazi", "John Ogu", "Wilfred Ndidi", "Uche Agbo", "Oghenekaro Etebo", "Joel Obi", "Mikel Agu"] forwards: ["Odion Ighalo", "Ahmed Musa", "Victor Moses", "Alex Iwobi", "Kelechi Iheanacho", "Moses Simon", "Junior Lokosa", "Simeon Nwankwo"] #Brazil announced a final squad on 14 May 2018. Brazil: coach: ["Adenor Leonardo Bacchi"] goalkeepers: ["Alisson", "Ederson", "Cassio"] defenders: ["Danilo", "Fagner", "Marcelo", "Filipe Luis", "Thiago Silva", "Marquinhos", "Miranda", "Pedro Geromel"] midfielders: ["Casemiro", "Fernandinho", "Paulinho", "Fred", "Renato Augusto", "Philippe Coutinho", "Willian", "Douglas Costa"] forwards: ["Neymar", "Taison", "Gabriel Jesus", "Roberto Firmino"] #Costa Rica announced a final squad on 14 May 2018. Costa_Rica: coach: ["Óscar Ramírez"] goalkeepers: ["Keylor Navas", "Patrick Pemberton", "Leonel Moreira"] defenders: ["Cristian Gamboa", "Ian Smith", "Ronald Matarrita", "Bryan Oviedo", "Oscar Duarte", "Giancarlo Gonzalez", "Francisco Calvo", "Kendall Waston", "Johnny Acosta"] midfielders: ["David Guzman", "Yeltsin Tejeda", "Celso Borges", "Randall Azofeifa", "Rodney Wallace", "Bryan Ruiz", "Daniel Colindres", "Christian Bolanos"] forwards: ["Johan Venegas", "Joel Campbell", "Marco Urena"] #Serbia announced a 27-man preliminary squad on 24 May 2018. Serbia: coach: ["Mladen Krstajić"] goalkeepers: ["Vladimir Stojkovic", "Predrag Rajkovic", "Marko Dmitrovic", "Aleksandar Jovanovic"] defenders: ["Branislav Ivanovic", "Aleksandar Kolarov", "Antonio Rukavina", "Matija Nastasic", "Dusko Tosic", "Uros Spajic", "Milos Veljkovic", "Nikola Milenkovic", "Milan Rodic"] midfielders: ["Dusan Tadic", "Nemanja Matic", "Adem Ljajic", "Luka Milivojevic", "Filip Kostic", "Andrija Zivkovic", "Mijat Gacinovic", "Marko Grujic", "Nemanja Maksimovic", "Sergej Milinkovic-Savic", "Nemanja Radonjic"] forwards: ["Aleksandar Mitrovic", "Aleksandar Prijovic", "Luka Jovic"] #Switzerland announced a 26-man preliminary squad on 25 May 2018. The final squad will be announced on 4 June. Switzerland: coach: ["Vladimir Petković"] goalkeepers: ["Yann Sommer", "Roman Bürki", "Gregor Kobel", "Yvon Mvogo"] defenders: ["Stephan Lichtsteiner", "Johan Djourou", "Ricardo Rodríguez", "Fabian Schär", "Michael Lang", "François Moubandje", "Silvan Widmer", "Manuel Akanji", " Nico Elvedi"] midfielders: ["Valon Behrami", "Xherdan Shaqiri", "Gelson Fernandes", "Blerim Džemaili", "Granit Xhaka", "Steven Zuber", "Remo Freuler", "Denis Zakaria", "Edimilson Fernandes"] forwards: ["Haris Seferović", "Josip Drmić", "Breel Embolo", "Mario Gavranović"] #Germany announced a 27-man preliminary squad on 15 May 2018. Germany: coach: ["Joachim Löw"] goalkeepers: ["Bernd Leno", "Manuel Neuer", "Marc-Andre ter Stegen", "Kevin Trapp"] defenders: ["Jerome Boateng", "Matthias Ginter", "Jonas Hector", "Mats Hummels", "Joshua Kimmich", "Marvin Plattenhardt", "Antonio Rudiger", "Niklas Sule", "Jonathan Tah"] midfielders: ["Julian Draxler", "Leon Goretzka", "Ilkay Gundogan", "Sami Khedira", "Toni Kroos", "Mesut Ozil", "Marco Reus", "Sebastian Rudy"] forwards: ["Julian Brandt", "Mario Gomez", "Thomas Muller", "Nils Petersen", "Leroy Sane", "Timo Werner"] #Mexico announced a 28-man preliminary squad on 14 May 2018. The squad was reduced to 27 players on 23 May as Néstor Araujo withdrew injured. Mexico: coach: ["Juan Carlos Osorio"] goalkeepers: ["Guillermo Ochoa", "Alfredo Talavera", "Jesus Corona"] defenders: ["Carlos Salcedo", "Diego Reyes", "Hector Moreno", "Hugo Ayala", "Oswaldo Alanis", "Edson Alvarez", "Jesus Gallardo", "Miguel Layun"] midfielders: ["Jesus Molina", "Rafa Marquez", "Hector Herrera", "Jonathan dos Santos", "Andres Guardado", "Erick Gutierrez", "Marco Fabian", "Giovani Dos Santos"] forwards: ["Javier 'Chicharito' Hernandez", "Raul Jimenez", "Oribe Peralta", "Jesus 'Tecatito' Corona", "Carlos Vela", "Javier Aquino", "Hirving Lozano", "Jurgen Damm"] #South Korea announced a 28-man preliminary squad on 14 May 2018. The squad was reduced to 26 players on 22 May as Kwon Chang-hoon and Lee Keun-ho withdrew injured. South Korea: coach: ["Shin Tae-yong"] goalkeepers: ["Kim Seung-gyu", "Kim Jin-hyeon", "Cho Hyun-woo"] defenders: ["Kim Young-gwon", "Jang Hyun-soo", "Jung Seung-hyun", "Yun Yong-sun", "Kwon Kyung-won", "Oh Ban-suk", "Kim Jin-su", "Kim Min-woo", "Park Joo-ho", "Hong Chul", "Go Yo-han", "Lee Yong"] midfielders: ["Ki Sung-yueng", "Jung Woo-young", "Ju Se-jong", "Koo Ja-cheol", "Lee Jae-sung", "Lee Seung-woo", "Moon Seon-min", "Lee Chung-yong"] forwards: ["Kim Shin-wook", "Son Heung-min", "Hwang Hee-chan", "Lee Keun-ho"] #Sweden announced a final squad on 15 May 2018. Sweden: coach: ["Janne Andersson"] goalkeepers: ["Robin Olsen", "Karl-Johan Johnsson", "Kristoffer Nordfeldt"] defenders: ["Mikael Lustig", "Victor Lindelof", "Andreas Granqvist", "Martin Olsson", "Ludwig Augustinsson", "Filip Helander", "Pontus Jansson", "Emil Krafth"] midfielders: ["Emil Forsberg", "Albin Ekdal", "Viktor Claesson", "Gustav Svensson", "Sebastian Larsson", "Jimmy Durmaz", "Oscar Hiljemark", "Marcus Rohden"] forwards: ["Marcus Berg", "Ola Toivonen", "John Guidetti", "Isaac Kiese-Thelin"] #Belgium announced a 28-man preliminary squad on 21 May 2018. Belgium: coach: ["Roberto Martínez"] goalkeepers: ["Koen Casteels", "Thibaut Courtois", "Simon Mignolet", "Matz Sels"] defenders: ["Toby Alderweireld", "Dedryck Boyata", "Laurent Ciman", "Christian Kabasele", "Vincent Kompany", "Jordan Lukaku", "Thomas Meunier", "Thomas Vermaelen", "Jan Vertonghen"] midfielders: ["Nacer Chadli", "Kevin De Bruyne", "Mousa Dembele", "Leander Dendoncker", "Marouane Fellaini", "Youri Tielemans", "Axel Witsel"] forwards: ["Michy Batshuayi", "Christian Benteke", "Yannick Carrasco", "Eden Hazard", "Thorgan Hazard", "Adnan Januzaj", "Romelu Lukaku", "Dries Mertens"] #England announced a final squad on 16 May 2018. England: coach: ["Gareth Southgate"] goalkeepers: ["Jack Butland", "Jordan Pickford", "Nick Pope"] defenders: ["Trent Alexander-Arnold", "Gary Cahill", "Phil Jones", "Harry Maguire", "Danny Rose", "John Stones", "Kieran Trippier", "Kyle Walker"] midfielders: ["Dele Alli", "Fabian Delph", "Eric Dier", "Jordan Henderson", "Jesse Lingard", "Ruben Loftus-Cheek", "Ashley Young"] forwards: ["Harry Kane", "Marcus Rashford", "Raheem Sterling", "Jamie Vardy", "Danny Welbeck"] #Panama announced a final squad was announced on 30 May 2018. Panama: coach: ["Hernán Darío Gómez"] goalkeepers: ["Jose Calderon", "Jaime Penedo", "Alex Rodriguez"] defenders: ["Felipe Baloy", "Harold Cummings", "Eric Davis", "Fidel Escobar", "Adolfo Machado", "Michael Murillo", "Luis Ovalle", "Roman Torres"] midfielders: ["Edgar Barcenas", "Armando Cooper", "Anibal Godoy", "Gabriel Gómez", "Valentin Pimentel", "Alberto Quintero", "Jose Luis Rodriguez"] forwards: ["Abdiel Arroyo", "Ismael Diaz", "Blas Perez", "Luis Tejada", "Gabriel Torres"] #Tunisia announced a 29-man preliminary squad on 14 May 2018. Tunisia: coach: ["Nabil Maâloul"] goalkeepers: ["Aymen Mathlouthi", "Moez Ben Cherifia", "Farouk Ben Mustapha", "Moez Hassen"] defenders: ["Rami Bedoui", "Yohan Benalouane", "Syam Ben Youssef", "Dylan Bronn", "Khalil Chammam", "Oussama Haddadi", "Ali Maaloul", "Yassine Meriah", "Hamdi Nagguez", "Bilel Mohsni"] midfielders: ["Mohamed Amine Ben Amor", "Sai-Eddine Khaoui", "Ahmed Khalil", "Ellyes Skhiri", "Ferjani Sassi", "Ghaylene Chaalali", "Mohamed Wael Larbi", "Karim Laribi"] forwards: ["Anice Badri", "Fakhreddine Ben Youssef", "Naim Sliti", "Bassem Srarfi", "Ahmed Akaichi", "Wahbi Khazri", "Saber Khalifa"] #Columbia announced a 35-man preliminary squad on 14 May 2018. Columbia: coach: ["José Pékerman"] goalkeepers: ["David Ospina", "Camilo Vargas", "Ivan Arboleda", "Jose Fernando Cuadrado"] defenders: ["Cristian Zapata", "Davinson Sanchez", "Santiago Arias", "Oscar Murillo", "Frank Fabra", "Johan Mojica", "Yerry Mina", "William Tesillo", "Bernardo Espinosa", "Stefan Medina", "Farid Diaz"] midfielders: ["Wilmar Barrios", "Carlos Sanchez", "Jefferson Lerma", "Jose Izquierdo", "James Rodriguez", "Giovanni Moreno", "Abel Aguilar", "Mateus Uribe", "Yimmi Chara", "Juan Fernando Quintero", "Edwin Cardona", "Juan Cuadrado", "Gustavo Cuellar", "Sebastian Pérez"] forwards: ["Radamel Falcao", "Duvan Zapata", "Miguel Borja", "Carlos Bacca", "Luis Fernando Muriel", "Teofilo Gutierrez"] #Japan announced a final squad on 31 May 2018. Japan: coach: ["Akira Nishino"] goalkeepers: ["Eiji Kawashima", "Masaaki Higashiguchi", "Kosuke Nakamura"] defenders: ["Yuto Nagatomo", "Tomoaki Makino", "Wataru Endo", "Maya Yoshida", "Hiroki Sakai" , "Gotoku Sakai", "Gen Shoji", "Naomichi Ueda"] midfielders: ["Makoto Hasebe", "Toshihiro Aoyama" , "Keisuke Honda", "Takashi Inui", "Shinji Kagawa", "Hotaru Yamaguchi", "Genki Haraguchi", "Takashi Usami", "Gaku Shibasaki", "Ryota Oshima", "Kento Misao", "Yosuke Ideguchi"] forwards: ["Shinji Okazaki", "Yuya Osako", "Yoshinori Muto", "Takuma Asano"] #Poland announced a 35-man preliminary squad on 11 May 2018. The squad was reduced to 32 players on 18 May. Poland: coach: ["Adam Nawałka"] goalkeepers: ["Bartosz Bialkowski", "Lukasz Fabianski", "Lukasz Skorupski", "Wojciech Szczesny"] defenders: ["Jan Bednarek", "Bartosz Bereszynski", "Thiago Cionek", "Kamil Glik", "Artur Jedrzejczyk", "Marcin Kaminski", "Tomasz Kedziora", "Michal Pazdan", "Lukasz Piszczek"] midfielders: ["Jakub Blaszczykowski", "Pawel Dawidowicz", "Przemyslaw Frankowski", "Jacek Goralski", "Kamil Grosicki", "Damian Kadzior", "Grzegorz Krychowiak", "Rafal Kurzawa", "Karol Linetty", "Maciej Makuszewski", "Krzysztof Maczynski", "Slawomir Peszko", "Maciej Rybus", "Sebastian Szymanski" , "Piotr Zielinski", "Szymon Zurkowski"] forwards: ["Dawid Kownacki", "Robert Lewandowski", "Arkadiusz Milik", "Krzysztof Piatek", "Lukasz Teodorczyk", "Kamil Wilczek"] #Senegal announced a final squad on 17 May 2018. Senegal: coach: ["Aliou Cissé"] goalkeepers: ["Abdoulaye Diallo", "Alfred Gomis", "Khadim Ndiaye"] defenders: ["Lamine Gassama", "Saliou Ciss", "Kalidou Koulibaly", "Kara Mbodii", "Youssouf Sabaly", "Salif Sane", "Moussa Wague"] midfielders: ["Idrissa Gueye", "Cheikhou Kouyate", "Alfred Ndiaye", "Badou Ndiaye", "Cheikh Ndoye", "Ismaila Sarr"] forwards: ["Keita Balde", "Mame Biram Diouf", "Moussa Konate", "Sadio Mane", "Mbaye Niang", "Diafra Sakho", "Moussa Sow"] faker-1.9.1/lib/locales/en/world_of_warcraft.yml000066400000000000000000000037111332146201300216300ustar00rootroot00000000000000en: faker: world_of_warcraft: hero: ["Gul'dan", "Durotan", "Khadgar", "Orgrim Doomhammer", "Medivh", "Blackhand", "Anduin Lothar", "Garona Halforcen", "Antonidas", "King Llane Wrynn", "Moroes", "Lady Taria", "Jaina Proudmoore", "Illidan Stormrage", "Kael'thas Sunstrider", "Archimonde", "Kil'jaeden", "Mannoroth", "Ner'zhul", "Sargeras", "Balnazzar", "Magtheridon", "Mal'Ganis", "Brann Bronzebeard", "Muradin Bronzebeard", "Sylvanas Windrunner", "Malfurion Stormrage", "Millhouse Manastorm", "Anduin Lothar", "Arthas Menthil", "Bolvar Fordragon", "Uther the Lightbringer", "Varian Wrynn"] quotes: ["An'u belore delen'na.","Anaria Shola.","Bal'a dash, malanore.","Glory to the Sin'dorei.","Our enemies will fall!","State your business.","The dark times will pass.","The Eternal Sun guides us.","Victory lies ahead!","We will persevere!","What business have you?","Yes?","Death to all who oppose us!", "Farewell.", "Hold your head high.", "Keep your wits about you.", "Remember the Sunwell.", "Sela'ma ashal'anore!", "Shorel'aran.", "Stay the course", "The reckoning is at hand!", "Time is of the essense.", "We will have justice!", "Ah, you have a death wish.", "I do not suffer fools easily.", "I had little patience to begin with!", "Mind yourself.", "Not very intelligent, are you?", "Run away pest!", "These are dark times indeed.", "Why do you linger?", "You waste my time.", "Choose wisely.", "Do not loiter.", "Everything has a price.", "I have one of a kind items", "What do you seek?", "Your gold is welcome here.", "Glory to the Sin'dorei.", "State your Business!", "Anu'belore Dela'na.", "The Eternal Sun guides us.", "What Business have you?", "Victory lies ahead.", "Our enemies will fall.", "Anaria'shoala.", "You waste my time.", "I had little patience to begin with.", "It is a wonder you have lived this long.", "Ah, you have a death wish.", "I sell only the finest goods.", "Your gold is welcome here.", "Everything has a price.", "Do not loiter."] faker-1.9.1/lib/locales/en/yoda.yml000066400000000000000000000070631332146201300170640ustar00rootroot00000000000000en: faker: yoda: quotes: ["Use your feelings, Obi-Wan, and find him you will.", "Already know you that which you need.", "Adventure. Excitement. A Jedi craves not these things.", "At an end your rule is, and not short enough it was!", "Around the survivors a perimeter create.", "Soon will I rest, yes, forever sleep. Earned it I have. Twilight is upon me, soon night must fall.", "Not if anything to say about it I have", "Through the Force, things you will see. Other places. The future - the past. Old friends long gone.", "Ow, ow, OW! On my ear you are!", "The dark side clouds everything. Impossible to see the future is.", "Size matters not. Look at me. Judge me by my size, do you? Hmm? Hmm. And well you should not. For my ally is the Force, and a powerful ally it is. Life creates it, makes it grow. Its energy surrounds us and binds us. Luminous beings are we, not this crude matter. You must feel the Force around you; here, between you, me, the tree, the rock, everywhere, yes. Even between the land and the ship.", "Younglings, younglings gather ’round.", "Luminous beings are we - not this crude matter.", "Clear your mind must be, if you are to find the villains behind this plot.", "Always two there are, no more, no less. A master and an apprentice.", "Do. Or do not. There is no try.", "Much to learn you still have my old padawan. ... This is just the beginning!", "Good relations with the Wookiees, I have.", "Ready are you? What know you of ready? For eight hundred years have I trained Jedi. My own counsel will I keep on who is to be trained. A Jedi must have the deepest commitment, the most serious mind. This one a long time have I watched. All his life has he looked away - to the future, to the horizon. Never his mind on where he was. Hmm? What he was doing. Hmph. Adventure. Heh. Excitement. Heh. A Jedi craves not these things. You are reckless.", "Truly wonderful, the mind of a child is.", "Always pass on what you have learned.", "Once you start down the dark path, forever will it dominate your destiny, consume you it will.", "Mudhole? Slimy? My home this is!", "Yes, a Jedi’s strength flows from the Force. But beware of the dark side. Anger, fear, aggression; the dark side of the Force are they. Easily they flow, quick to join you in a fight. If once you start down the dark path, forever will it dominate your destiny, consume you it will, as it did Obi-Wan’s apprentice.", "Do not assume anything Obi-Wan. Clear your mind must be if you are to discover the real villains behind this plot.", "Death is a natural part of life. Rejoice for those around you who transform into the Force. Mourn them do not. Miss them do not. Attachment leads to jealously. The shadow of greed, that is.", "Like fire across the galaxy the Clone Wars spread. In league with the wicked Count Dooku, more and more planets slip. Against this threat, upon the Jedi Knights falls the duty to lead the newly formed army of the Republic. And as the heat of war grows, so, to, grows the prowess of one most gifted student of the Force.", "Hmm. In the end, cowards are those who follow the dark side.", "Strong is Vader. Mind what you have learned. Save you it can.", "Pain, suffering, death I feel. Something terrible has happened. Young Skywalker is in pain. Terrible pain", "Difficult to see. Always in motion is the future...", "You will find only what you bring in.", "Feel the force!", "Reckless he is. Matters are worse.", "That is why you fail.", "Your weapons, you will not need them.", "To answer power with power, the Jedi way this is not. In this war, a danger there is, of losing who we are."] faker-1.9.1/lib/locales/en/zelda.yml000066400000000000000000000337521332146201300172330ustar00rootroot00000000000000en: faker: zelda: games: [ "A Link to the Past", "Breath of the Wild", "Four Swords", "Link's Awakening", "Majora's Mask", "Ocarina of Time", "Oracle of Seasons - Oracle of Ages", "Phantom Hourglass", "The Legend of Zelda", "The Minish Cap", "The Wind Waker", "Twilight Princess", "Zelda II: Adventure of Link" ] characters: [ "Abe", "Agahnim", "Akh Va'quot", "Alder", "Anju", "Anju's Mother", "Aryll", "Astrid", "Aveil", "Baby Goron", "Bagu", "Barta", "Beedle", "Belari", "Beth", "Biggoron", "Bipin", "Bipin and Blossom's son", "Blade Brothers", "Blaino", "Blossom", "Bombers", "Borlov", "Bosh Kala", "Bow-Wow", "Brocco", "Bugut", "Cado", "Calip", "Captain", "Carlov", "Carpenters", "Chaas Qeta", "Champions", "Chef Bear", "Cheval", "Chio", "Christine", "Ciela", "Colin", "Comedians", "Cotera", "Crazy Tracy", "Cucco Keeper", "Curiosity Shop Guy", "Cyclos", "Daag Chokah", "Dah Kaso", "Daka Tuss", "Dalia", "Damia", "Dampe", "Dampé", "Dan Hesho", "Daphnes Nohansen Hyrule", "Daqa Koth", "Darmani III", "Darton", "Daruk", "Darunia", "Daz", "Decci", "Deities", "Dekki", "Deku Royalty", "Deku Tree Sprout", "Dento", "Deppi", "Dimitri", "Din", "Doc Bandam", "Dorian", "Dr.Troy", "Eddo", "Ember", "Embry", "Epona", "Ezlo", "Fado", "Fairies", "Fairy", "Fairy Queen", "Farore", "Festari", "Fishermen", "Fishman", "Flat", "Forest Minish", "Fortune Teller", "Ganon", "Ganondorf", "Garadon", "Garill", "Gentari", "Ghost", "Gibdo Man", "Golden Chief Cylos", "Gongoron", "Gorman", "Goron Elder", "Grandma", "Grandma Ulrira", "Great Deku Tree", "Great Fairies", "Great Fairy", "Great Moblin", "Greta", "Grog", "Gruve", "Guru-Guru", "Ha Dahamar", "Happy Mask Salesman", "Hetsu", "Hila Rao", "Hino", "Hurdy Gurdy Man", "Hylia", "Ilia", "Impa", "Indigo-Go's", "Ingo", "Isha", "Ja Baij", "Jabun", "Jee Noh", "Jitan Sa'mi", "Joel", "Joute", "Ka'o Makagh", "Ka'o Muakagh", "Kaam Ya'tak", "Kaepora Gaebora", "Kafei", "Kah Mael", "Kalm Yu'ogh", "Kam Urog", "Kamaro", "Kass", "Katah Chuki", "Kaya Wan", "Kayo", "Keaton", "Keh Namut", "Keo Ruug", "Kiki", "Killer Bees", "King Daltus", "King Dorephan", "King Zora", "King of Hyrule", "King of Red Lions", "Knights of Hyrule", "Kohga", "Komali", "Koume and Kotake", "Kuhn Sidajj", "Lakna Rokee", "Laruto", "Lasli", "Leaf", "Lenzo", "Liana", "Librari", "Linebeck", "Link", "Link (Goron)", "Link's Uncle", "Lord Jabu-Jabu", "Louise", "Maag Halan", "Maca", "Mad Batter", "Madam Aroma", "Madam MeowMeow", "Magda", "Maggie and her father", "Main Antagonist", "Majora's Mask (Boss)", "Makar", "Maku Tree", "Malena", "Malo", "Malon", "Marot", "Mamamu Yan", "Mamu", "Manbo", "Maple", "Marathon Man", "Marin", "Martha", "Mayor Dotour", "Mayor Hagen", "Medigoron", "Melari", "Mellie", "Mesa", "Midna", "Mido", "Mikau", "Mila and her father", "Mils", "Mina", "Mipha", "Misae Suma", "Mo'a Keet", "Monkey", "Moosh", "Mountain Minish", "Mr. Barten", "Mr. Write", "Mrs. Marie", "Mrs. Ruul", "Mutoh", "Muwo Jeem", "Muzu", "Myahm Agana", "Nabooru", "Nanna", "Natie", "Navi", "Nayru", "Ne'ez Yohma", "Neri", "Nightmare", "No'Ez Yohma", "Noya Neha", "Nyave", "Nyeve", "Oakif", "Old Lady from Bomb Shop", "Old Man", "Old Men", "Old Wayfarer", "Old Woman", "Olkin", "Oman Au", "Onox", "Ooccoo", "Orca", "Oshus", "Owa Daim", "Owl", "Padok", "Paya", "Pamela", "Papahl and family", "Patch", "Percy", "Photographer", "Pina", "Plen", "Plikango", "Poe salesman", "Postman", "Potho", "Prince Ralis", "Prince Sidon", "Prince of Hyrule", "Princess Ruto", "Princess Zelda", "Professor Shikashi", "Pumaag Nitae", "Purah", "Queen Ambi", "Queen Rutela", "Quill", "Qukah Nata", "Rabbits", "Ralph", "Rauru", "Reagah", "Ree Dahee", "Rem", "Renado", "Rensa", "Revali", "Rhoam Bosphoramus Hyrule", "Richard", "Ricky", "Riju", "Rik", "Rito Chieftain", "Robbie", "Rola", "Romani and Cremia", "Rosa", "Rosa Sisters", "Rose", "Rota Ooh", "Ruul", "Sages", "Sagessa", "Sahasrahla", "Sakon", "Sale", "Salvatore", "Saria", "Sayge", "Schule Donavitch", "Sha Warvo", "Shae Loya", "Shai Utoh", "Sharp", "Shee Vaneer", "Sheh Rata", "Sheik", "Sheikah Monk", "Shibo", "Shiro", "Shop Keeper", "Shopkeeper", "Shrine Maidens", "Simon", "Skull Kid", "Smith", "Soh Kofi", "Sokra", "Sophie", "Sorelia", "Sprinn", "Steen", "Stockwell", "Sturgeon", "Subrosian Queen", "Sue-Belle", "Symin", "Syrup", "Ta'log Naeg", "Ta'loh Naeg", "Tael", "Tahno O'ah", "Talo", "Talon", "Tarin", "Tasho", "Tasseren", "Tatl", "Teba", "Teller of Treasures", "Telma", "Tena Ko'sah", "Tetra", "The Pirates", "Tingle", "Toffa", "Toh Yahsa", "Tokkey", "Tona", "Torfeau", "Toto", "Toto Sah", "Tott", "Town Minish", "Traveling Merchants", "Trissa", "Turtle", "Twinrova", "Tye", "Ulrira", "Urbosa", "Vaati", "Valoo", "Vasu", "Veran", "Vilia", "Viscen", "Wahgo Katta", "Walrus", "Walton", "Wheaton and Pita", "Wind Fish", "Wolf Link", "Yah Rin", "Yammo", "Yeta", "Yeto", "Yiga Clan", "Yunobo", "Zalta Wa", "Zant", "Zauz", "Ze Kasho", "Zelda", "Zephos", "Zill", "Zooki", "Zunari" ] locations: ["Akkala Ancient Tech Lab", "East Akkala Stable", "Lomei Labyrinth Island", "Skull Lake", "South Akkala Stable", "Tarrey Town", "Ze Kasho Shrine", "Applean Forest", "Central Tower", "Gleeok Bridge", "Hyrule Castle", "Hyrule Castle Town Ruins", "Kam Yatakh Shrine", "Outpost Ruins", "Outskirt Stable", "Riverside Stable", "Rota Ooh Shrine", "Sacred Ground Ruins", "Safula Hill", "Serenne Stable", "Tabantha Bridge Stable", "Wetland Stable", "Afromsia Coast", "Camphor Pond", "Chaas Qeta Shrine", "Cliffs of Quince", "Deepback Bay", "Ebon Mountain", "Equestrian Riding Course", "Fir River", "Firly Plateau", "Firly Pond", "Fort Hateno", "Ginner Woods", "Hateno Bay", "Hateno Beach", "Hateno Tower", "Hateno Village", "Kam Urog Shrine", "Kitano Bay", "Lake Jarrah", "Lake Sumac", "Lanayru Bluff", "Lanayru Heights", "Lanayru Promenade", "Lanayru Range", "Lanayru Road - East Gate", "Lanayru Road - West Gate", "Loshlo Harbor", "Madorna Mountain", "Mapla Point", "Marblod Plain", "Midla Woods", "Mount Lanayru", "Myahm Agana Shrine", "Naydra Snowfield", "Necluda Sea", "Nirvata Lake", "Ovli Plain", "Phalian Highlands", "Pierre Plateau", "Purifier Lake", "Quatta's Shelf", "Rabia Plain", "Retsam Forest", "Robred Dropoff", "Solewood Range", "Tenoko Island", "Trotter's Downfall", "Walnot Mountain", "Zelkoa Pond", "Abandoned North Mine", "Bridge of Eldin", "Broca Island", "Cephla Lake", "Darb Pond", "Darunia Lake", "Death Caldera", "Death Mountain", "Death Mountain Summit", "Eldin Canyon", "Eldin's Flank", "Eldin Great Skeleton", "Eldin Mountains", "Eldin Tower", "Foothill Stable", "Gero Pond", "Goro Cove", "Gollow River", "Gorko Lake", "Gorko Tunnel", "Goron City", "Goron Hot Springs", "Goronbi Lake", "Goronbi River", "Gortram Cliff", "Gut Check Rock", "Isle of Rabac", "Lake Darman", "Lake Ferona", "Lake Intenouch", "Maw of Death Mountain", "Medingo Pool", "Southern Mine", "Stolock Bridge", "Trilby Valley", "Damel Forest", "Darybon Plains", "Dracozu Lake", "Dracozu River", "Faron Grasslands", "Faron Sea", "Faron Woods", "Finra Woods", "Floria Falls", "Fural Plain", "Guchini Plain", "Harker Lake", "Herin Lake", "Harfin Valley", "Highland Stable", "Ibara Butte", "Keelay Plain", "Komo Shoreline", "Lake Floria", "Lake Hylia", "Lake of the Horse God", "Lakeside Stable", "Laverra Beach", "Malanya Spring", "Menoat River", "Mount Floria", "Nautelle Wetlands", "Nette Plateau", "Oseira Plains", "Papetto Grove", "Parache Plains", "Puffer Beach", "Riola Spring", "Sarjon Woods", "Spring of Courage", "Tobio's Hollow", "Zokassa Ridge", "Zonai Ruins", "Arbiter's Grounds", "East Barrens", "East Gerudo Ruins", "Dragon's Exile", "Gerudo Desert Gateway", "Gerudo Town", "Great Cliffs", "Great Gerudo Skeleton", "Karusa Valley", "Northern Icehouse", "Palu Wasteland", "Sand-Seal Rally", "Southern Oasis", "Toruma Dunes", "West Barrens", "West Gerudo Ruins", "Birida Lookout", "Champion's Gate", "Cliffs of Ruvara", "Daval Peak", "East Gerudo Mesa", "Gerudo Canyon", "Gerudo Canyon Pass", "Gerudo Canyon Stable", "Gerudo Summit", "Hemaar's Descent", "Koukot Plateau", "Laparoh Mesa", "Meadela's Mantle", "Mount Agaat", "Mount Granajh", "Mount Nabooru", "Mystathi's Shelf", "Nephra Hill", "Risoka Snowfield", "Rutimala Hill", "Sapphia's Table", "South Lomei Labyrinth", "Spectacle Rock", "Statue of the Eighth Heroine", "Stalry Plateau", "Taafei Hill", "Vatorsa Snowfield", "Yarna Valley", "Yiga Clan Hideout", "Zirco Mesa", "Korok Forest", "Lost Woods", "Thims Bridge", "Woodland Stable", "Woodland Tower", "Great Plateau", "Eastern Abbey", "Forest of Spirits", "Great Plateau Tower", "Hopper Pond", "Ja Baij Shrine", "Keh Namut Shrine", "Mount Hylia", "Oman Au Shrine", "Owa Daim Shrine", "River of the Dead", "Shrine of Resurrection", "Temple of Time", "Woodcutter's House", "Hebra Tower", "Snowfield Stable", "Lanayru Wetlands", "Mount Lanayru", "Ralis Pond", "Veiled Falls", "Zora's Domain", "Ancient Columns", "Cuho Mountain", "Dronoc's Pass", "Hebra Plunge", "Kolami Bridge", "Lake Totori", "Nero Hill", "Passer Hill", "Piper Ridge", "Rayne Highlands", "Rito Village", "Rito Stable", "Rospro Pass", "Strock Lake", "Tabantha Tower", "Ash Swamp", "Batrea Lake", "Big Twin Bridge", "Blatchery Plain", "Bonooru's Stand", "Bosh Kala Shrine", "Bubinga Forest", "Deya Lake", "Dueling Peaks", "Dueling Peaks Stable", "Dueling Peaks Tower", "East Post Ruins", "Floret Sandbar", "Fort Hateno", "Hickaly Woods", "Hila Rao Shrine", "Hills of Baumer", "Horwell Bridge", "Hylia River", "Kakariko Bridge", "Kakariko Village", "Lake Siela", "Lantern Lake", "Mable Ridge", "Mount Rozudo", "Nabi Lake", "Oakle's Navel", "Pillars of Levia", "Popla Foothills", "Proxim Bridge", "Ree Dahee Shrine", "Sahasra Slope", "Scout's Hill", "South Nabi Lake", "Spring of Courage", "Squabble River", "West Nabi Lake"] items: ["Blue Ring", "Red Ring", "Wooden Sword", "White Sword", "Magical Sword", "Small Shield", "Magical Shield", "Boomerang", "Magical Boomerang", "Bomb", "Book of Magic", "Magical Rod", "Arrow", "Silver Arrow", "Bow", "Raft", "Stepladder", "Heart Container", "Blue Candle", "Red Candle", "Recorder", "Power Bracelet", "Magical Key", "Food", "Life Potion", "2nd Potion", "Magic Container", "1-up Doll", "Candle", "Hammer", "Handy Glove", "Boots", "Flute", "Cross", "Trophy", "Water of Life", "Fighter's Sword", "Master Sword", "Tempered Sword", "Golden Sword", "Fighter's Shield", "Red Shield", "Mirror Shield", "Magic Hammer", "Pendant of Courage", "Pendant of Wisdom", "Pendant of Power", "Zora's Flippers", "Super Bomb", "Bottle", "Quake Medallion", "Ether Medallion", "Bombos Medallion", "Bug-Catching Net", "Piece of Heart", "Cane of Somaria", "Cane of Byrna", "Power Glove", "Titan's Mitt", "Magic Cape", "Book of Mudora", "Hookshot", "Fire Rod", "Ice Rod", "Pegasus Boots", "Magic Mirror", "Sword", "Shield", "Roc's Feather", "Power Bracelet L-2", "Magic Powder", "Shovel", "Flippers", "Magic Potion", "Kokiri Sword", "Giant's Knife", "Biggoron's Sword", "Deku Shield", "Hylian Shield", "Kokiri Tunic", "Zora Tunic", "Goron Tunic", "Fairy Ocarina", "Ocarina of Time", "Silver Scale", "Golden Scale", "Deku Seed", "Deku Seeds Bullet Bag", "Fairy Slingshot", "Fairy Bow", "Quiver", "Bomb Bag", "Goron's Bracelet", "Silver Gauntlets", "Golden Gauntlets", "Din's Fire", "Farore's Wind", "Nayru's Love", "Longshot", "Megaton Hammer", "Kokiri Boots", "Iron Boots", "Hover Boots", "Gold Skulltula Tokens", "Odd Mushroom", "Odd Potion", "Poacher's Saw", "World's Finest Eye Drops", "Eyeball Frog", "Red Potion", "Green Potion", "Blue Potion", "Fairy", "Keaton Mask", "Goron Mask", "Zora Mask", "Gerudo Mask", "Mask of Truth", "Deku Nuts", "Deku Sticks", "Spiritual Stones", "Fire Arrow", "Ice Arrow", "Light Arrow", "Lens of Truth", "Razor Sword", "Gilded Sword", "Great Fairy's Sword", "Hero's Shield", "Bombers' Notebook", "Hero's Bow", "Postman's Hat", "Blast Mask", "Great Fairy's Mask", "Giant's Mask", "Romani's Mask", "Bunny Hood", "Bremen Mask", "Garo's Mask", "Gibdo Mask", "Captain's Hat", "Don Gero's Mask", "Deku Mask", "Fierce Deity's Mask", "Kafei's Mask", "Couple's Mask", "All-Night Mask", "Mask of Scents", "Circus Leader's Mask", "Noble Sword", "Wooden Shield", "Iron Shield", "Gasha Seed", "Seed Rings", "Seed Satchel", "Ember Seed", "Scent Seed", "Gale Seed", "Pegasus Seed", "Mystery Seed", "Harp of Ages", "Bombchu", "Strange Flute", "Ricky's Flute", "Moosh's Flute", "Dimitri's Flute", "Seed Shooter", "Switch Hook", "Mermaid Suit", "Long Hook", "Rod of Seasons", "Bombs", "Slingshot", "Hyper Slingshot", "Magnetic Gloves", "Roc's Cape", "Four Sword", "Gnat Hat", "Bow-Wow", "Hero's Sword", "Power Bracelets", "Hero's Charm", "Deku Leaf", "Skull Hammer", "Bottles", "Wind Waker", "Sail", "Telescope", "Grappling Hook", "Magic Armor", "Tingle Tuner", "Picto Box", "Deluxe Picto Box", "Arrows", "Moon Pearl", "Smith's Sword", "Picori Sword/White Sword/Four Sword", "Light Arrows", "Remote Bombs", "Gust Jar", "Cane of Pacci", "Mole Mitts", "Flame Lantern", "Ocarina of Wind", "Grip Ring", "Ordon Sword", "Ordon Shield", "Hawkeye", "Gale Boomerang", "Clawshot", "Double Clawshots", "Spinner", "Ball and Chain", "Dominion Rod", "Fishing Rod", "Water Bombs", "Bomblings", "Horse Call", "Oshus's Sword", "Phantom Sword", "Phantom Hourglass", "Pure Metals", "Regal Necklace", "Recruit's Sword", "Lokomo Sword", "Lokomo Song", "Spirit Flute", "Whirlwind", "Whip", "Sand Wand", "Tears of Light", "Bow of Light", "Compass of Light", "Stamp Book", "Shield of Antiquity", "Recruit Uniform", "Engineer's Clothes", "Engineer Certificate", "Practice Sword", "Sailcloth", "Adventure Pouch", "Goddess Sword", "Banded Shield", "Braced Shield", "Divine Shield", "Fortified Shield", "Goddess Shield", "Reinforced Shield", "Sacred Shield", "Scattershot", "Big Bug Net", "Beetle", "Hook Beetle", "Quick Beetle", "Tough Beetle", "Digging Mitts", "Gust Bellows", "Goddess's Harp", "Water Dragon's Scale", "Iron Bow", "Sacred Bow", "Fireshield Earrings", "Mogma Mitts", "Forgotten Sword", "Master Sword Lv2", "Master Sword Lv3", "Green Tunic", "Blue Mail", "Red Mail", "Stamina Scroll", "Bell", "Lost Maiamai", "Master Ore", "Nice Bow", "Tornado Rod", "Nice Tornado Rod", "Nice Hammer", "Nice Bombs", "Nice Hookshot", "Sand Rod", "Nice Sand Rod", "Nice Fire Rod", "Nice Ice Rod", "Nice Boomerang", "Lamp", "Super Lamp", "Super Net", "Scoot Fruit", "Foul Fruit"] faker-1.9.1/lib/locales/es-MX.yml000066400000000000000000000536621332146201300164650ustar00rootroot00000000000000# encoding: utf-8 es-MX: faker: address: city_prefix: "" city_suffix: "" country: [Afganistán, Albania, Alemania, Andorra, Angola, Anguila, Antigua y Barbuda, Antártida, Arabia Saudita, Argelia, Argentina, Armenia, Aruba, Australia, Austria, Autoridad Nacional Palestina, Azerbaiyán, Bahamas, Bangladés, Barbados, Baréin, Belice, Benín, Bermudas, Bielorrusia, Birmania, Bolivia, Bonaire, San Eustaquio y Saba, Bosnia y Herzegovina, Botsuana, Brasil, Brunéi, Bulgaria, Burkina Faso, Burundi, Bután, Bélgica, Cabo Verde, Camboya, Camerún, Canadá, Chad, Chile, China, Chipre, Ciudad del Vaticano, Colombia, Comoras, Corea del Norte, Corea del Sur, Costa Rica, Costa de Marfil, Croacia, Cuba, Curaçao, Dinamarca, Dominica, Ecuador, Egipto, El Salvador, Emiratos Árabes Unidos, Eritrea, Eslovaquia, Eslovenia, España, Estados Unidos, Estonia, Etiopía, Filipinas, Finlandia, Fiyi, Francia, Gabón, Gambia, Georgia, Ghana, Gibraltar, Granada, Grecia, Groenlandia, Guadalupe, Guam, Guatemala, Guayana Francesa, Guernsey, Guinea, Guinea Ecuatorial, Guinea-Bissau, Guyana, Haití, Honduras, Hong Kong, Hungría, India, Indonesia, Irak, Irlanda, Irán, Isla Bouvet, Isla de Man, Isla de Navidad, Islandia, Islas Caimán, Islas Cocos, Islas Cook, Islas Faroe, Islas Georgias del Sur y Sandwich del Sur, Islas Heard y McDonald, Islas Malvinas, Islas Marianas del Norte, Islas Marshall, Islas Pitcairn, Islas Salomón, Islas Turcas y Caicos, Islas Vírgenes Británicas, Islas Vírgenes de los Estados Unidos, Islas ultramarinas de Estados Unidos, Israel, Italia, Jamaica, Japón, Jersey, Jordania, Kazajistán, Kenia, Kirguistán, Kiribati, Kuwait, Laos, Lesoto, Letonia, Liberia, Libia, Liechtenstein, Lituania, Luxemburgo, Líbano, Macao, Madagascar, Malasia, Malaui, Maldivas, Malta, Malí, Marruecos, Martinica, Mauricio, Mauritania, Mayotte, Micronesia, Moldavia, Mongolia, Montenegro, Montserrat, Mozambique, México, Mónaco, Namibia, Nauru, Nepal, Nicaragua, Nigeria, Niue, Norfolk, Noruega, Nueva Caledonia, Nueva Zelanda, Níger, Omán, Pakistán, Palaos, Panamá, Papúa Nueva Guinea, Paraguay, Países Bajos, Perú, Polinesia Francesa, Polonia, Portugal, Qatar, Reino Unido, Rep. Dem. del Congo, República Centroafricana, República Checa, República Dominicana, República de Macedonia, República del Congo, Reunión, Ruanda, Rumania, Rusia, Samoa, Samoa Estadounidense, San Bartolomé, San Cristóbal y Nieves, San Marino, San Martín, San Martín (parte holandesa), San Pedro y Miquelón, San Vicente y las Granadinas, Santa Helena, A. y T., Santa Lucía, Santo Tomé y Príncipe, Senegal, Serbia, Seychelles, Sierra Leona, Singapur, Siria, Somalia, Sri Lanka, Suazilandia, Sudáfrica, Sudán, Sudán del Sur, Suecia, Suiza, Surinam, Svalbard y Jan Mayen, Sáhara Occidental, Tailandia, Taiwán, Tanzania, Tayikistán, Territorio Británico del Océano Índico, Territorios Australes Franceses, Timor Oriental, Togo, Tokelau, Tonga, Trinidad y Tobago, Turkmenistán, Turquía, Tuvalu, Túnez, Ucrania, Uganda, Uruguay, Uzbekistán, Vanuatu, Venezuela, Vietnam, Wallis y Futuna, Yemen, Yibuti, Zambia, Zimbabue, Åland] country_code: [AND, ARE, AFG, ATG, AIA, ALB, ARM, AGO, ATA, ARG, ASM, AUT, AUS, ABW, ALA, AZE, BIH, BRB, BGD, BEL, BFA, BGR, BHR, BDI, BEN, BLM, BMU, BRN, BOL, BES, BRA, BHS, BTN, BVT, BWA, BLR, BLZ, CAN, CCK, COD, CAF, COG, CHE, CIV, COK, CHL, CMR, CHN, COL, CRI, CUB, CPV, CUW, CXR, CYP, CZE, DEU, DJI, DNK, DMA, DOM, DZA, ECU, EST, EGY, ESH, ERI, ESP, ETH, FIN, FJI, FLK, FSM, FRO, FRA, GAB, GBR, GRD, GEO, GUF, GGY, GHA, GIB, GRL, GMB, GIN, GLP, GNQ, GRC, SGS, GTM, GUM, GNB, GUY, HKG, HMD, HND, HRV, HTI, HUN, IDN, IRL, ISR, IMN, IND, IOT, IRQ, IRN, ISL, ITA, JEY, JAM, JOR, JPN, KEN, KGZ, KHM, KIR, COM, KNA, PRK, KOR, KWT, CYM, KAZ, LAO, LBN, LCA, LIE, LKA, LBR, LSO, LTU, LUX, LVA, LBY, MAR, MCO, MDA, MNE, MAF, MDG, MHL, MKD, MLI, MMR, MNG, MAC, MNP, MTQ, MRT, MSR, MLT, MUS, MDV, MWI, MEX, MYS, MOZ, NAM, NCL, NER, NFK, NGA, NIC, NLD, NOR, NPL, NRU, NIU, NZL, OMN, PAN, PER, PYF, PNG, PHL, PAK, POL, SPM, PCN, PSE, PRT, PLW, PRY, QAT, REU, ROU, SRB, RUS, RWA, SAU, SLB, SYC, SDN, SWE, SGP, SHN, SVN, SJM, SVK, SLE, SMR, SEN, SOM, SUR, SSD, STP, SLV, SXM, SYR, SWZ, TCA, TCD, ATF, TGO, THA, TJK, TKL, TLS, TKM, TUN, TON, TUR, TTO, TUV, TWN, TZA, UKR, UGA, UMI, USA, URY, UZB, VAT, VCT, VEN, VGB, VIR, VNM, VUT, WLF, WSM, YEM, MYT, ZAF, ZMB, ZWE] building_number: ['S/N', '#', '##', '###', '####', '#####'] municipality: [Abasolo, Acapulco, Actopan, Acuña, Aguascalientes, Ahome, Ahuacatlán, Ahuacuotzingo, Ahuatlan, Alaquines, Altar, Amatlán de Cañas, Angostura, Apan, Apaseo el Alto, Apizaco, Apodaca, Aporo, Aquila, Armería, Arroyo Seco, Arteaga, Asientos, Atenco, Atenguillo, Atolinga, Atzalan, Ayapango, Azcapotzalco, Bacadehuachi, Bacalar, Bacanora, Badiraguato, Benito Juárez, Brise, Buenaventura, Burgos, Bustamante, Cabo Corrientes, Caborca, Calakmul, Calera, Calnali, Calvillo, Camargo, Campeche, Canatlán, Cancún, Candelaria, Cantamayec, Carbo, Carmen, Catorce, Celaya, Centla, Centro, Cerritos, Chalchihuites, Champotón, Chanal, Chapulhuacán, Chapultepec, Chavinda, Chiautempan, Chichiquila, Chicoasen, Chietla, Chihuahua, Chimalhuacán, Choix, Citlaltepetl, Ciudad Madero, Ciudad Valles, Coatzacoalcos, Cocula, Colima, Comala, Comondú, Comonfort, Compostela, Copainala, Copalillo, Copanatoyac, Coquimatlán, Coronango, Cosio, Coyame del Sotol, Coyoacán, Cozumel, Cualac, Cuatro Ciénegas, Cuauhtémoc, Cucurpe, Cuencame, Cuernavaca, Culiacán, Cunduacán, Cárdenas, Doctor Mora, Durango, Dzidzantun, Ecatepec, El Fuerte, El Llano, El Mante, El Marqués, El Naranjo, El Salvador, Emiliano Zapata, Ensenada, Epazoyucan, Epitacio Huerta, Erongaricuaro, Escarcega, Esperanza, Ezequiel Montes, Galeana, Genaro Codina, General Escobedo, González, Gral. Zaragoza, Guachochi, Guadalajara, Guadalupe, Guanacevi, Guerrero, Gómez Palacio, Hecelchakan, Hermosillo, Hocaba, Hopelchen, Huajicori, Hualahuises, Huanimaro, Huayacocotla, Huejucar, Hueyotlipan, Huimilpan, Huixquilucan, Hunucma, Iliatenco, Inde, Irapuato, Irimbo, Isla Mujeres, Ixil, Ixtapaluca, Ixtlahuacán, Ixtlan de Juárez, Ixtlán del Río, Iztacalco, Jalpa de Méndez, Jalpan de Serra, Jamapa, Jesús María, Jiutepec, Jonuta, Juárez, Kaua, La Huerta, La Independencia, La Paz, La Yesca, Las Margaritas, Lazaro Cárdenas, Lerdo, León, Lolotla, Loreto, Los Cabos, Luvianos, López, Magdalena, Manzanillo, Marin, Matamoros, Matehuala, Mazapil, Mazatepec, Mazatlan, Mazatlán, Mecatlan, Melchor Ocampo, Metepec, Metztitlán, Mexicali, Mezquital, Mier y Noriega, Miguel Hidalgo, Milpa Alta, Minatitlán, Miquihuana, Moctezuma, Monclova, Monte Escobedo, Montemorelos, Monterrey, Morelia, Morelos, Moroleón, Mulege, Méndez, Mérida, Nacajuca, Nadadores, Naucalpan, Naupan, Nava, Navolato, Nazareno Etla, Nazas, Nezahualcóyotl, Nombre de Dios, Nuevo Laredo, Nuevo Zoquiapam, Ocampo, Ojinaga, Othón P. Blanco, Oxkutzcab, Palizada, Panuco, Paracuaro, Patzcuaro, Pedro Escobedo, Penjamo, Pinal de Amoles, Poncitlan, Progreso, Puebla, Puente de Ixtla, Queretaro, Querétaro, Rayones, Reynosa, Rincón de Romos, Romita, Rosario, Salamanca, Salinas Victoria, Saltillo, Salto de Agua, San Blas, San Buenaventura, San Carlos, San Ignacio, San Juan, San Juan del Río, San Lorenzo, San Luis Potosí, San Marcos, San Miguel Yotao, San Nicolas, San Nicolás de los Garza, Santa Catarina, Santiago Nuyoo, Santiago Tenango, Saric, Sinaloa, Singuilucan, Solidaridad, Soteapan, Suchiate, Susticacán, Tacotalpa, Tahdziu, Tamazunchale, Tancanhuitz, Tapachula, Tapilula, Taxco de Alarcón, Teapa, Tecamac, Tecate, Tecomán, Tecuala, Temosachic, Tenabo, Tenango del Aire, Tenosique, Teocaltiche, Tepalcingo, Tepezala, Tepic, Tepoztlan, Tetecala, Tetepango, Tijuana, Tlacuilotepec, Tlalchapa, Tlalnepantla, Tlalpan, Tlaquepaque, Tlayacapan, Tocatlan, Tochimilco, Tocumbo, Tolimán, Toluca, Tonalá, Tonatico, Torreón, Totolac, Tulum, Tuxpan, Tuxtla, Umán, Unión Hidalgo, Uruachi, Valladolid, Vanegas, Veracruz, Villa Victoria, Villa de Álvarez, Villa del Carbón, Villahermosa, Xalapa, Xalisco, Xaloztoc, Xico, Xicohtzinco, Xochihuehuetlán, Xochimilco, Xochistlahuaca, Xochitepec, Yauhquemehcan, Yecapixtla, Yogana, Zacatecas, Zacatepec, Zapopan, Zaragoza, Zongolica, Álvaro Obregón] street_prefix: [Arroyo, Avenida, Bajada, Barranco, Calle, Camino, Carretera, Conjunto, Entrada, Escalinata, Explanada, Glorieta, Grupo, Huerta, Jardines, Lago, Manzana, Mercado, Monte, Muelle, Parque, Pasaje, Paseo, Plaza, Privada, Prolongación, Quinta, Rampa, Rincón, Salida, Sector, Subida, Vía] secondary_address: ['Apartamento ##', 'Departamento ###', 'Depto. ###', 'Interior ###', 'Interior ?#', 'Int. #','Piso #', 'Piso ##', '#ª Planta', 'Planta alta', 'Planta baja'] postcode: ['#####'] state: [Aguascalientes, Baja California, Baja California Sur, Campeche, Coahuila, Colima, Chiapas, Chihuahua, Ciudad de México, Durango, Guanajuato, Guerrero, Hidalgo, Jalisco, México, Michoacán, Morelos, Nayarit, Nuevo León, Oaxaca, Puebla, Querétaro, Quintana Roo, San Luis Potosí, Sinaloa, Sonora, Tabasco, Tamaulipas, Tlaxcala, Veracruz, Yucatán, Zacatecas] state_abbr: [AGU, BCN, BCS, CAM, CHP, CHH, COA, COL, DIF, DUR, GUA, GRO, HID, JAL, MEX, MIC, MOR, NAY, NLE, OAX, PUE, QUE, ROO, SLP, SIN, SON, TAB, TAM, TLA, VER, YUC, ZAC] time_zone: [África/Argel, África/Cairo, África/Casablanca, África/Harare, África/Johannesburgo, África/Monrovia, África/Nairobi, América/Argentina/Buenos_Aires, América/Bogotá, América/Caracas, América/Chicago, América/Chihuahua, América/Ciudad_de_México, América/Denver, América/Guatemala, América/Guyana, América/Halifax, América/Indiana/Indianapolis, América/Juneau, América/La_Paz, América/Lima, América/Los_Angeles, América/Mazatlán, América/Monterrey, América/Nueva_York, América/Nuuk, América/Phoenix, América/Regina, América/San_Juan_de_Terranova, América/Santiago, América/São_Paulo, América/Tijuana, Asia/Almatý, Asia/Bagdad, Asia/Bakú, Asia/Bangkok, Asia/Calcuta, Asia/Chongqing, Asia/Colombo, Asia/Daca, Asia/Ekaterimburgo, Asia/Ereván, Asia/Hong_Kong, Asia/Irkutsk, Asia/Jerusalén, Asia/Kabul, Asia/Kamchatka, Asia/Karachi, Asia/Katmandú, Asia/Krasnoyarsk, Asia/Kuala_Lumpur, Asia/Kuwait, Asia/Magadán, Asia/Mascate, Asia/Novosibirsk, Asia/Rangún, Asia/Riad, Asia/Seúl, Asia/Shanghai, Asia/Singapur, Asia/Taipéi, Asia/Taskent, Asia/Teherán, Asia/Tiflis, Asia/Tokio, Asia/Ulán_Bator, Asia/Urumchi, Asia/Vladivostok, Asia/Yakarta, Asia/Yakutsk, Atlantic/Azores, Atlantic/Cabo_Verde, Atlantic/Georgia_Del_Sur, Australia/Adelaida, Australia/Brisbane, Australia/Darwin, Australia/Hobart, Australia/Melbourne, Australia/Perth, Australia/Sydney, Etc/UTC, Europa/Atenas, Europa/Belgrado, Europa/Berlín, Europa/Bratislava, Europa/Bruselas, Europa/Bucarest, Europa/Budapest, Europa/Copenhague, Europa/Dublín, Europa/Estambul, Europa/Estocolmo, Europa/Helsinki, Europa/Kiev, Europa/Lisboa, Europa/Liubliana, Europa/Londres, Europa/Madrid, Europa/Minsk, Europa/Moscú, Europa/Paris, Europa/Praga, Europa/Riga, Europa/Roma, Europa/Sarajevo, Europa/Skopie, Europa/Sofía, Europa/Tallin, Europa/Viena, Europa/Vilna, Europa/Warsaw Europa/Zagreb, Europa/Ámsterdam, Pacífico/Apia, Pacífico/Auckland, Pacífico/Fakaofo, Pacífico/Fiji, Pacífico/Guaján, Pacífico/Honolulú, Pacífico/Islas_Midway, Pacífico/Majuro, Pacífico/Numea, Pacífico/Pago_Pago, Pacífico/Puerto_Moresby, Pacífico/Tongatapu] city: - "#{municipality}" city_with_state: - "#{municipality}, #{state}" street_name: - "#{street_prefix} #{Name.first_name}" - "#{street_prefix} #{Name.first_name} #{Name.last_name}" - "#{street_prefix} #{state}" - "#{street_prefix} #{municipality}" street_address: - "#{street_name} #{building_number}" - "#{street_name} #{building_number} #{secondary_address}" default_country: [México] company: suffix: [S.A., S.A. de C.V., S.R.L, S.A.B., S.C.] prefix: [Grupo, Sociedad, Grupo Financiero, Colegio, Fondo] name: - "#{Name.last_name} #{suffix}" - "#{prefix} #{Name.last_name} #{suffix}" - "#{Name.last_name} y #{Name.last_name} #{suffix}" - "#{Name.last_name} #{Name.last_name} #{suffix}" - "#{Name.last_name}, #{Name.last_name} y #{Name.last_name} Asociados #{suffix}" university: suffix: [Norte, del Norte, Occidental, Oeste, Del Sur, Sur, Oriental, Oriente, de Graduados, de Administración] prefix: [Universidad, Instituto, Academia, Colegio] name: - "#{University.prefix} #{Name.last_name} #{University.suffix}" - "#{University.prefix} #{Name.last_name}" - "#{University.prefix} #{Address.state} #{University.suffix}" internet: free_email: [gmail.com, yahoo.com, hotmail.com, prodigy.net.mx] domain_suffix: [com, com.mx, mx, info, me, org, org.mx,] name: first_name: [José Luis, Juan, Francisco, José, Antonio, Jesús, Miguel Ángel, Pedro, Alejandro, Manuel, Juan Carlos, Roberto, Jorge, Carlos, Fernando, Ricardo, Miguel, Javier, Martín, Rafael, Raúl, Arturo, Daniel, Eduardo, Enrique, Mario, José Antonio, Sergio, Gerardo, Salvador, Marco Antonio, Alfredo, David, Armando, Alberto, Luis, Óscar, Ramón, Guillermo, Rubén, Jaime, Felipe, Julio César, Andrés, Pablo, Ángel, Gabriel, Héctor, Alfonso, José Guadalupe, Agustín, Ignacio, Víctor, Rogelio, Gustavo, Ernesto, Rodolfo, Luis Alberto, Gilberto, Vicente, Juan Antonio, Tomás, Israel, César, Adrián, Ismael, Santiago, Humberto, Gregorio, Joel, Esteban, José Alfredo, Nicolás, Omar, Moisés, Félix, Lorenzo, Samuel, Carlos Alberto, José Angel, Ramiro, Abel, Jorge Luis, Marcos, Mario Alberto, Rodrigo, Edgar, Isidro, José Alberto, Leonardo, Benjamín, Jorge Alberto, Julio, Raymundo, Víctor Hugo, Saúl, Benito, José Juan, Rigoberto, Hugo, Guadalupe, María, Margarita, Verónica, María Elena, Josefina, Leticia, Teresa, Patricia, Rosa, Martha, Rosa María, Alicia, Yolanda, Francisca, Silvia, Elizabeth, Gloria, Ana María, Gabriela, Alejandra, María Luisa, María de Lourdes, Adriana, Araceli, Antonia, Lucía, Carmen, Irma, Claudia, Beatriz, Isabel, Laura, Maribel, Graciela, Virginia, Catalina, Esperanza, Angélica, Maricela, Cecilia, Susana, Cristina, Julia, Concepción, Victoria, Ofelia, Rocío, Carolina, Raquel, Petra, Lorena, Reyna, Sandra, Paula, Guillermina, Sara, Elvira, Manuela, Marisol, Mónica, Erika, Celia, Luz María, Irene, Magdalena, Estela, Ángela, Rosario, Esther, Eva, Norma, Aurora, Socorro, Consuelo, Lidia, Bertha, Sofía, Dolores, Elena, Rosalba, Liliana, Andrea, Adela, Mariana, Fabiola, Karina, Martina, Marcela, Miriam, Mercedes, Marina, Amalia, Olivia, Angelina, Sonia, Agustina, Edith, Lilia, Micaela] last_name: [Hernández, García, Martínez, López, González, Rodríguez, Pérez, Sánchez, Ramírez, Cruz, Flores, Gómez, Morales, Vázquez, Reyes, Jímenez, Torres, Díaz, Gutiérrez, Mendoza, Ruiz, Aguilar, Ortiz, Castillo, Moreno, Romero, Álvarez, Chávez, Rivera, Juárez, Ramos, Méndez, Domínguez, Herrera, Medina, Vargas, Castro, Guzmán, Velázquez, Muñoz, Rojas, Contreras, Salazar, Luna, de la Cruz, Ortega, Guerrero, Santiago, Estrada, Bautista, Cortés, Soto, Alvarado, Espinoza, Lara, Ávila, Ríos, Cervantes, Silva, Delgado, Vega, Márquez, Sandoval, Fernández, León, Carrillo, Mejía, Solís, Núñez, Rosas, Valdez, Ibarra, Campos, Santos, Camacho, Peña, Maldonado, Navarro, Rosales, Acosta, Miranda, Trejo, Cabrera, Valencia, Nava, Castañeda, Pacheco, Robles, Molina, Rangel, Fuentes, Huerta, Meza, Aguirre, Cárdenas, Orozco, Padilla, Espinosa, Ayala, Salas, Valenzuela, Zúñiga, Ochoa, Salinas, Mora, Tapia, Serrano, Durán, Olvera, Macías, Zamora, Calderón, Arellano, Suárez, Barrera, Zavala, Villegas, Gallegos, Lozano, Galván, Figueroa, Beltrán, Franco, Villanueva, Sosa, Montes, Andrade, Velasco, Arias, Marín, Corona, Garza, Ponce, Esquivel, Pineda, Alonso, Palacios, Antonio, Vásquez, Trujillo, Cortez, Rocha, Rubio, Bernal, Benítez, Escobar, Villa, Galindo, Cuevas, Bravo, Cano, Osorio, Mata, Carmona, Montoya, de Jesús, Enríquez, Cisneros, Rivas, Parra, Reséndiz, Téllez, Zárate, Salgado, de la Rosa, Vera, Tovar, Arroyo, Córdova, Leyva, Quintero, Becerra, Quiroz, Barajas, Ávalos, Peralta, Román, Esparza, Murillo, Guevara, Olivares, Félix, de León, Castellanos, Villarreal, Villalobos, Lugo, Ángeles, Montiel, Segura, Magaña, Saucedo, Gallardo, Mercado, Navarrete, Reyna, Paredes, Dávila, Leal, Guerra, Saldaña, Guillén, Santana, Uribe, Monroy, Piña, Yáñez, Nieto, Islas, Granados, Escobedo, Zapata, Caballero, del Ángel, Solano, Barron, Zepeda, Acevedo, Arriaga, Barrios, Mondragón, Galicia, Godínez, Ojeda, Duarte, Alfaro, Medrano, Rico, Aguilera, Gil, Ventura, Balderas, Arredondo, Coronado, Escamilla, Nájera, Palma, Amador, Blanco, Ocampo, Garduño, Barragán, Gámez, Francisco, Meléndez, Carbajal, Hurtado, Carrasco, Bonilla, Correa, Sierra, Anaya, Carranza, Romo, Valdés, Armenta, Alcántara, Escalante, Arreola, Quezada, Alarcón, Gaytán, Rentería, Vidal, Báez, de los Santos, Toledo, Colín, May, Carrera, Jaramillo, Santillán, Valle, Varela, Arenas, Rendón, Treviño, Venegas, Soriano, Zaragoza, Morán, Áviles, Aranda, Lira, Quintana, Arteaga, Valadez, Cordero, Sotelo, de la Torre, Muñiz, Hidalgo, Cázares, Covarrubias, Zamudio, Ordoñez, Aparicio, Baltazar, Gálvez, Madrigal] prefix: [Sr., Sra., Srita., Dr., Ing.] suffix: [Jr., Sr., I, II, III, IV, V] title: descriptor: [Supervisor, Asociado, Ejecutivo, Relacciones, Oficial, Gerente, Ingeniero, Especialista, Director, Coordinador, Administrador, Arquitecto, Analista, Diseñador, Planificador, Técnico, Funcionario, Desarrollador, Productor, Consultor, Asistente, Facilitador, Agente, Representante, Estratega] level: [de, para] job: [Soluciones, Programa, Marca, Seguridad, Investigación, Marketing, Normas, Implementación, Integración, Funcionalidad, Respuesta, Paradigma, Tácticas, Identidad, Mercados, Grupo, División, Aplicaciones, Optimización, Operaciones, Infraestructura, Tecnologías de Información, Comunicaciones, Web, Calidad, Seguro, Mobilidad, Cuentas, Datos, Creativo, Configuración, Contabilidad, Interacciones, Factores, Usabilidad, Métricas, Departamento, Región, Supervisión, Planeación] name: - "#{prefix} #{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" phone_number: lada_dos: ["33", "55", "81"] lada_tres: ["222", "223", "224", "225", "226", "227", "228", "229", "231", "232", "233", "235", "236", "237", "238", "241", "243", "244", "245", "246", "247", "248", "249", "271", "272", "273", "274", "275", "276", "278", "279", "281", "282", "283", "284", "285", "287", "288", "294", "296", "297", "311", "312", "313", "314", "315", "316", "317", "319", "321", "322", "323", "324", "325", "326", "327", "328", "329", "341", "342", "343", "344", "345", "346", "347", "348", "349", "351", "352", "353", "354", "355", "356", "357", "358", "359", "371", "372", "373", "374", "375", "376", "377", "378", "381", "382", "383", "384", "385", "386", "387", "388", "389", "391", "392", "393", "394", "395", "411", "412", "413", "414", "415", "417", "418", "419", "421", "422", "423", "424", "425", "426", "427", "428", "429", "431", "432", "433", "434", "435", "436", "437", "438", "441", "442", "443", "444", "445", "447", "448", "449", "451", "452", "453", "454", "455", "456", "457", "458", "459", "461", "462", "463", "464", "465", "466", "467", "468", "469", "471", "472", "473", "474", "475", "476", "477", "478", "481", "482", "483", "485", "486", "487", "488", "489", "492", "493", "494", "495", "496", "498", "499", "588", "591", "592", "593", "594", "595", "596", "597", "599", "612", "613", "614", "615", "616", "618", "621", "622", "623", "624", "625", "626", "627", "628", "629", "631", "632", "633", "634", "635", "636", "637", "638", "639", "641", "642", "643", "644", "645", "646", "647", "648", "649", "651", "652", "653", "656", "658", "659", "661", "662", "664", "665", "667", "668", "669", "671", "672", "673", "674", "675", "676", "677", "686", "687", "694", "695", "696", "697", "698", "711", "712", "713", "714", "715", "716", "717", "718", "719", "721", "722", "723", "724", "725", "726", "727", "728", "731", "732", "733", "734", "735", "736", "737", "738", "739", "741", "742", "743", "744", "745", "746", "747", "748", "749", "751", "753", "754", "755", "756", "757", "758", "759", "761", "762", "763", "764", "765", "766", "767", "768", "769", "771", "772", "773", "774", "775", "776", "777", "778", "779", "781", "782", "783", "784", "785", "786", "789", "791", "797", "821", "823", "824", "825", "826", "828", "829", "831", "832", "833", "834", "835", "836", "841", "842", "844", "845", "846", "861", "862", "864", "866", "867", "868", "869", "871", "872", "873", "877", "878", "891", "892", "894", "897", "899", "913", "914", "916", "917", "918", "919", "921", "922", "923", "924", "932", "933", "934", "936", "937", "938", "951", "953", "954", "958", "961", "962", "963", "964", "965", "966", "967", "968", "969", "971", "972", "981", "982", "983", "984", "985", "986", "987", "988", "991", "992", "993", "994", "995", "996", "997", "998", "999"] formats: - "#{PhoneNumber.lada_dos} #### ####" - "#{PhoneNumber.lada_tres} ### ####" - "(#{PhoneNumber.lada_dos}) #### ####" - "(#{PhoneNumber.lada_tres}) ### ####" - "#{PhoneNumber.lada_dos}-####-####" - "#{PhoneNumber.lada_tres}-###-####" cell_phone: formats: - "#{PhoneNumber.lada_dos} #### ####" - "#{PhoneNumber.lada_tres} ### ####" - "(#{PhoneNumber.lada_dos}) #### ####" - "(#{PhoneNumber.lada_tres}) ### ####" - "#{PhoneNumber.lada_dos}-####-####" - "#{PhoneNumber.lada_tres}-###-####" - "044 #{PhoneNumber.lada_dos} #### ####" - "044 #{PhoneNumber.lada_tres} ### ####" - "044 (#{PhoneNumber.lada_dos}) #### ####" - "044 (#{PhoneNumber.lada_tres}) ### ####" - "044 #{PhoneNumber.lada_dos}-####-####" - "044 #{PhoneNumber.lada_tres}-###-####" faker-1.9.1/lib/locales/es.yml000066400000000000000000000620111332146201300161270ustar00rootroot00000000000000# encoding: utf-8 es: faker: address: city_prefix: [Parla, Telde, Baracaldo, San Fernando, Torrevieja, Lugo, Santiago de Compostela, Gerona, Cáceres, Lorca, Coslada, Talavera de la Reina, El Puerto de Santa María, Cornellá de Llobregat, Avilés, Palencia, Gecho, Orihuela, Pontevedra, Pozuelo de Alarcón, Toledo, El Ejido, Guadalajara, Gandía, Ceuta, Ferrol, Chiclana de la Frontera, Manresa, Roquetas de Mar, Ciudad Real, Rubí, Benidorm, San Sebastían de los Reyes, Ponferrada, Zamora, Alcalá de Guadaira, Fuengirola, Mijas, Sanlúcar de Barrameda, La Línea de la Concepción, Majadahonda, Sagunto, El Prat de LLobregat, Viladecans, Linares, Alcoy, Irún, Estepona, Torremolinos, Rivas-Vaciamadrid, Molina de Segura, Paterna, Granollers, Santa Lucía de Tirajana, Motril, Cerdañola del Vallés, Arrecife, Segovia, Torrelavega, Elda, Mérida, Ávila, Valdemoro, Cuenta, Collado Villalba, Benalmádena, Mollet del Vallés, Puertollano, Madrid, Barcelona, Valencia, Sevilla, Zaragoza, Málaga, Murcia, Palma de Mallorca, Las Palmas de Gran Canaria, Bilbao, Córdoba, Alicante, Valladolid, Vigo, Gijón, Hospitalet de LLobregat, La Coruña, Granada, Vitoria, Elche, Santa Cruz de Tenerife, Oviedo, Badalona, Cartagena, Móstoles, Jerez de la Frontera, Tarrasa, Sabadell, Alcalá de Henares, Pamplona, Fuenlabrada, Almería, San Sebastián, Leganés, Santander, Burgos, Castellón de la Plana, Alcorcón, Albacete, Getafe, Salamanca, Huelva, Logroño, Badajoz, San Cristróbal de la Laguna, León, Tarragona, Cádiz, Lérida, Marbella, Mataró, Dos Hermanas, Santa Coloma de Gramanet, Jaén, Algeciras, Torrejón de Ardoz, Orense, Alcobendas, Reus, Calahorra, Inca] country: [Afganistán, Albania, Argelia, Andorra, Angola, Argentina, Armenia, Aruba, Australia, Austria, Azerbayán, Bahamas, Barein, Bangladesh, Barbados, Bielorusia, Bélgica, Belice, Bermuda, Bután, Bolivia, Bosnia Herzegovina, Botswana, Brasil, Bulgaria, Burkina Faso, Burundi, Camboya, Camerún, Canada, Cabo Verde, Islas Caimán, Chad, Chile, China, Isla de Navidad, Colombia, Comodos, Congo, Costa Rica, Costa de Marfil, Croacia, Cuba, Chipre, República Checa, Dinamarca, Dominica, República Dominicana, Ecuador, Egipto, El Salvador, Guinea Ecuatorial, Eritrea, Estonia, Etiopía, Islas Faro, Fiji, Finlandia, Francia, Gabón, Gambia, Georgia, Alemania, Ghana, Grecia, Groenlandia, Granada, Guadalupe, Guam, Guatemala, Guinea, Guinea-Bisau, Guayana, Haiti, Honduras, Hong Kong, Hungria, Islandia, India, Indonesia, Iran, Irak, Irlanda, Italia, Jamaica, Japón, Jordania, Kazajistan, Kenia, Kiribati, Corea, Kuwait, Letonia, Líbano, Liberia, Liechtenstein, Lituania, Luxemburgo, Macao, Macedonia, Madagascar, Malawi, Malasia, Maldivas, Mali, Malta, Martinica, Mauritania, Méjico, Micronesia, Moldavia, Mónaco, Mongolia, Montenegro, Montserrat, Marruecos, Mozambique, Namibia, Nauru, Nepal, Holanda, Nueva Zelanda, Nicaragua, Niger, Nigeria, Noruega, Omán, Pakistan, Panamá, Papúa Nueva Guinea, Paraguay, Perú, Filipinas, Poland, Portugal, Puerto Rico, Rusia, Ruanda, Samoa, San Marino, Santo Tomé y Principe, Arabia Saudí, Senegal, Serbia, Seychelles, Sierra Leona, Singapur, Eslovaquia, Eslovenia, Somalia, España, Sri Lanka, Sudán, Suriname, Suecia, Suiza, Siria, Taiwan, Tajikistan, Tanzania, Tailandia, Timor-Leste, Togo, Tonga, Trinidad y Tobago, Tunez, Turquia, Uganda, Ucrania, Emiratos Árabes Unidos, Reino Unido, Estados Unidos de América, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, Yemen, Zambia, Zimbabwe] country_code: ['ES'] building_number: [' s/n.', ', #', ', ##', ' #', ' ##'] street_suffix: [Aldea, Apartamento, Arrabal, Arroyo, Avenida, Bajada, Barranco, Barrio, Bloque, Calle, Calleja, Camino, Carretera, Caserio, Colegio, Colonia, Conjunto, Cuesta, Chalet, Edificio, Entrada, Escalinata, Explanada, Extramuros, Extrarradio, Ferrocarril, Glorieta, Gran Subida, Grupo, Huerta, Jardines, Lado, Lugar, Manzana, Masía, Mercado, Monte, Muelle, Municipio, Parcela, Parque, Partida, Pasaje, Paseo, Plaza, Poblado, Polígono, Prolongación, Puente, Puerta, Quinta, Ramal, Rambla, Rampa, Riera, Rincón, Ronda, Rua, Salida, Sector, Sección, Senda, Solar, Subida, Terrenos, Torrente, Travesía, Urbanización, Vía, Vía Pública] secondary_address: ['Esc. ###', 'Puerta ###'] # Though these are US-specific, they are here (in the default locale) for backwards compatibility postcode: ['#####'] province: [Álava, Albacete, Alicante, Almería, Asturias, Ávila, Badajoz, Barcelona, Burgos, Cantabria, Castellón, Ciudad Real, Cuenca, Cáceres, Cádiz, Córdoba, Gerona, Granada, Guadalajara, Guipúzcoa, Huelva, Huesca, Islas Baleares, Jaén, La Coruña, La Rioja, Las Palmas, León, Lugo, lérida, Madrid, Murcia, Málaga, Navarra, Orense, Palencia, Pontevedra, Salamanca, Santa Cruz de Tenerife, Segovia, Sevilla, Soria, Tarragona, Teruel, Toledo, Valencia, Valladolid, Vizcaya, Zamora, Zaragoza] state: [Andalucía, Aragón, Principado de Asturias, Baleares, Canarias, Cantabria, Castilla-La Mancha, Castilla y León, Cataluña, Comunidad Valenciana, Extremadura, Galicia, La Rioja, Comunidad de Madrid, Navarra, País Vasco, Región de Murcia] state_abbr: [And, Ara, Ast, Bal, Can, Cbr, Man, Leo, Cat, Com, Ext, Gal, Rio, Mad, Nav, Vas, Mur] time_zone: [Pacífico/Midway, Pacífico/Pago_Pago, Pacífico/Honolulu, America/Juneau, America/Los_Angeles, America/Tijuana, America/Denver, America/Phoenix, America/Chihuahua, America/Mazatlan, America/Chicago, America/Regina, America/Mexico_City, America/Mexico_City, America/Monterrey, America/Guatemala, America/New_York, America/Indiana/Indianapolis, America/Bogota, America/Lima, America/Lima, America/Halifax, America/Caracas, America/La_Paz, America/Santiago, America/St_Johns, America/Sao_Paulo, America/Argentina/Buenos_Aires, America/Guyana, America/Godthab, Atlantic/South_Georgia, Atlantic/Azores, Atlantic/Cape_Verde, Europa/Dublin, Europa/London, Europa/Lisbon, Europa/London, Africa/Casablanca, Africa/Monrovia, Etc/UTC, Europa/Belgrade, Europa/Bratislava, Europa/Budapest, Europa/Ljubljana, Europa/Prague, Europa/Sarajevo, Europa/Skopje, Europa/Warsaw, Europa/Zagreb, Europa/Brussels, Europa/Copenhagen, Europa/Madrid, Europa/Paris, Europa/Amsterdam, Europa/Berlin, Europa/Berlin, Europa/Rome, Europa/Stockholm, Europa/Vienna, Africa/Algiers, Europa/Bucharest, Africa/Cairo, Europa/Helsinki, Europa/Kiev, Europa/Riga, Europa/Sofia, Europa/Tallinn, Europa/Vilnius, Europa/Athens, Europa/Istanbul, Europa/Minsk, Asia/Jerusalen, Africa/Harare, Africa/Johannesburg, Europa/Moscú, Europa/Moscú, Europa/Moscú, Asia/Kuwait, Asia/Riyadh, Africa/Nairobi, Asia/Baghdad, Asia/Tehran, Asia/Muscat, Asia/Muscat, Asia/Baku, Asia/Tbilisi, Asia/Yerevan, Asia/Kabul, Asia/Yekaterinburg, Asia/Karachi, Asia/Karachi, Asia/Tashkent, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kathmandu, Asia/Dhaka, Asia/Dhaka, Asia/Colombo, Asia/Almaty, Asia/Novosibirsk, Asia/Rangoon, Asia/Bangkok, Asia/Bangkok, Asia/Jakarta, Asia/Krasnoyarsk, Asia/Shanghai, Asia/Chongqing, Asia/Hong_Kong, Asia/Urumqi, Asia/Kuala_Lumpur, Asia/Singapore, Asia/Taipei, Australia/Perth, Asia/Irkutsk, Asia/Ulaanbaatar, Asia/Seoul, Asia/Tokyo, Asia/Tokyo, Asia/Tokyo, Asia/Yakutsk, Australia/Darwin, Australia/Adelaide, Australia/Melbourne, Australia/Melbourne, Australia/Sydney, Australia/Brisbane, Australia/Hobart, Asia/Vladivostok, Pacífico/Guam, Pacífico/Port_Moresby, Asia/Magadan, Asia/Magadan, Pacífico/Noumea, Pacífico/Fiji, Asia/Kamchatka, Pacífico/Majuro, Pacífico/Auckland, Pacífico/Auckland, Pacífico/Tongatapu, Pacífico/Fakaofo, Pacífico/Apia] city: - "#{city_prefix}" street_name: - "#{street_suffix} #{Name.first_name}" - "#{street_suffix} #{Name.first_name} #{Name.last_name}" street_address: - "#{street_name}#{building_number}" - "#{street_name}#{building_number} #{secondary_address}" default_country: [España] company: suffix: [S.L., e Hijos, S.A., Hermanos] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["habilidad", "acceso", "adaptador", "algoritmo", "alianza", "analista", "aplicación", "enfoque", "arquitectura", "archivo", "inteligencia artificial", "array", "actitud", "medición", "gestión presupuestaria", "capacidad", "desafío", "circuito", "colaboración", "complejidad", "concepto", "conglomeración", "contingencia", "núcleo", "fidelidad", "base de datos", "data-warehouse", "definición", "emulación", "codificar", "encriptar", "extranet", "firmware", "flexibilidad", "focus group", "previsión", "base de trabajo", "función", "funcionalidad", "Interfaz Gráfica", "groupware", "Interfaz gráfico de usuario", "hardware", "Soporte", "jerarquía", "conjunto", "implementación", "infraestructura", "iniciativa", "instalación", "conjunto de instrucciones", "interfaz", "intranet", "base del conocimiento", "red de area local", "aprovechar", "matrices", "metodologías", "middleware", "migración", "modelo", "moderador", "monitorizar", "arquitectura abierta", "sistema abierto", "orquestar", "paradigma", "paralelismo", "política", "portal", "estructura de precios", "proceso de mejora", "producto", "productividad", "proyecto", "proyección", "protocolo", "línea segura", "software", "solución", "estandardización", "estrategia", "estructura", "éxito", "superestructura", "soporte", "sinergia", "mediante", "marco de tiempo", "caja de herramientas", "utilización", "website", "fuerza de trabajo"] - ["24 horas", "24/7", "3rd generación", "4th generación", "5th generación", "6th generación", "analizada", "asimétrica", "asíncrona", "monitorizada por red", "bidireccional", "bifurcada", "generada por el cliente", "cliente servidor", "coherente", "cohesiva", "compuesto", "sensible al contexto", "basado en el contexto", "basado en contenido", "dedicada", "generado por la demanda", "didactica", "direccional", "discreta", "dinámica", "potenciada", "acompasada", "ejecutiva", "explícita", "tolerante a fallos", "innovadora", "amplio ábanico", "global", "heurística", "alto nivel", "holística", "homogénea", "hibrida", "incremental", "intangible", "interactiva", "intermedia", "local", "logística", "maximizada", "metódica", "misión crítica", "móbil", "modular", "motivadora", "multimedia", "multiestado", "multitarea", "nacional", "basado en necesidades", "neutral", "nueva generación", "no-volátil", "orientado a objetos", "óptima", "optimizada", "radical", "tiempo real", "recíproca", "regional", "escalable", "secundaria", "orientada a soluciones", "estable", "estatica", "sistemática", "sistémica", "tangible", "terciaria", "transicional", "uniforme", "valor añadido", "vía web", "defectos cero", "tolerancia cero"] - ["Adaptativo", "Avanzado", "Asimilado", "Automatizado", "Equilibrado", "Centrado en el negocio", "Centralizado", "Clonado", "Compatible", "Configurable", "Multi grupo", "Multi plataforma", "Centrado en el usuario", "Configurable", "Descentralizado", "Digitalizado", "Distribuido", "Diverso", "Reducido", "Mejorado", "Para toda la empresa", "Ergonomico", "Exclusivo", "Expandido", "Extendido", "Cara a cara", "Enfocado", "Totalmente configurable", "Fundamental", "Orígenes", "Horizontal", "Implementado", "Innovador", "Integrado", "Intuitivo", "Inverso", "Gestionado", "Obligatorio", "Monitorizado", "Multi canal", "Multi lateral", "Multi capa", "En red", "Orientado a objetos", "Open-source", "Operativo", "Optimizado", "Opcional", "Organico", "Organizado", "Perseverando", "Persistente", "en fases", "Polarizado", "Pre-emptivo", "Proactivo", "Enfocado a benficios", "Profundo", "Programable", "Progresivo", "Public-key", "Enfocado en la calidad", "Reactivo", "Realineado", "Re-contextualizado", "Re-implementado", "Reducido", "Ingenieria inversa", "Robusto", "Fácil", "Seguro", "Auto proporciona", "Compartible", "Intercambiable", "Sincronizado", "Orientado a equipos", "Total", "Universal", "Mejorado", "Actualizable", "Centrado en el usuario", "Amigable", "Versatil", "Virtual", "Visionario"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name} y #{Name.last_name}" - "#{Name.last_name} #{Name.last_name} #{suffix}" - "#{Name.last_name}, #{Name.last_name} y #{Name.last_name} Asociados" industry: ["Defensa", "Equipo de Cómputo", "Software", "Redes", "Internet", "Semiconductores", "Telecomunicaciones", "Despacho de Abogados", "Servicos Legales", "Consultoría en Administración", "Biotecnología", "Clínica", "Hospitales y Cuidado Médico", "Farmacéutica", "Veterinaria", "Dispositivos Médicos", "Cosméticos", "Moda", "Equipo Deportivo", "Tabaco", "Supermercados", "Elaboración de Comida", "Electrodomésticos", "Bienes", "Muebles", "Retail", "Entretenimiento", "Juegos y Apuestas", "Viajes y Turismo", "Hospitalidad", "Restaurantes", "Deportes", "Comida y Bebida", "Cine", "Broadcast Media", "Museos e Instituciones", "Bellas Artes", "Artes Escénicas", "Banca", "Seguros", "Servicios Financieros", "Bienes Raíces", "Banca de Inversión", "Manejo de Inversiones", "Contabilidad", "Construcción", "Materiales de Construcción", "Arquitectura", "Ingeniería Civil", "Aeroespacial", "Automotriz", "Química", "Maquinaria", "Minería y Metales", "Petróleo y Energía", "Construcción de Barcos", "Servicios", "Textiles", "Papel", "Ferrocarriles", "Agricultura", "Ganadería", "Lácteos", "Pesca", "Educación Basica", "Educación Media Superior", "Administración de Educación", "Investigación", "Militar", "Asamblea Legislativa", "Juzgado", "Relaciones Internacionales", "Gobierno", "Dirección General", "Policía", "Seguridad Pública", "Política Pública", "Marketing", "Periódicos", "Publicaciones", "Imprenta", "Tecnologías de Información", "Bibliotecas", "Medio Ambiente", "Paquetería y Mensajería", "Servicios Familiares", "Instituciones Religiosas", "Sociedad Civil", "Servicios del Consumidor", "Transportes", "Almacenamiento", "Líneas Aéreas", "Marítimo", "Investigación de Mercado", "Relaciones Públicas", "Diseño", "Sin Fines de Lucro", "Recaudación", "Edición", "Staffing y Reclutamiento", "Coaching", "VC", "Partidos Políticos", "Traducciones", "Juegos de Cómputo", "Planeación de Eventos", "Artes y Manualidades", "Manufactura Eléctrica/Electrónica", "Medios Online", "Nanotecnología", "Música", "Logística y Supply Chain", "Plásticos", "Seguridad de Cómputo y Redes", "Inalámbrico", "Outsourcing / Offshoring", "Bienestar y Salud", "Medicina Alternativa", "Producción de Medios", "Animación", "Bienes Raíces Comerciales", "Mercados Capitales", "Filantropía", "E-Learning", "Mayoreo", "Importaciones y Exportaciones", "Ingeniería Mecánica e Industrial", "Fotografía", "Recursos Humanos", "Equipo de Oficina", "Cuidado de la Salud Mental", "Diseño Gráfico", "Desarrollo y Comercio Exterior", "Vinos y Licores", "Joyería y Bienes de Lujo", "Renovables y Medio Ambiente", "Vidrios y Cerámicos", "Almacenamiento y Contenedores", "Automatización Industrial", "Relaciones Gubernamentales"] profession: ["maestro", "actor", "músico", "filósofo", "escritor", "doctor", "contador", "agricultor", "arquitecto", "economista", "ingeniero", "intérprete", "abogado", "bibliotecario", "actuario", "recursos humanos", "bombero", "juez", "policía", "astrónomo", "biólogo", "químico", "físico", "programador", "desarrollador web", "diseñador"] university: prefix: [El, Septentrional, Norte, Occidental, Oeste, Del Sur, Sur, Oriental, Oriente] suffix: [Universidad, Instituto, Academia] name: - "#{Name.last_name} #{University.suffix}" - "#{University.prefix} #{Name.last_name} #{University.suffix}" - "#{University.prefix} #{Name.last_name}" - "#{University.prefix} #{Address.state} #{University.suffix}" internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, es, info, com.es, org] name: male_first_name: [Adán, Agustín, Alberto, Alejandro, Alfonso, Alfredo, Andrés, Antonio, Armando, Arturo, Benito, Benjamín, Bernardo, Carlos, César, Claudio, Clemente, Cristian, Cristobal, Daniel, David, Diego, Eduardo, Emilio, Enrique, Ernesto, Esteban, Federico, Felipe, Fernando, Francisco, Gabriel, Gerardo, Germán, Gilberto, Gonzalo, Gregorio, Guillermo, Gustavo, Hernán, Homero, Horacio, Hugo, Ignacio, Jacobo, Jaime, Javier, Jerónimo, Jesús, Joaquín, Jorge, Jorge Luis, José, José Eduardo, José Emilio, José Luis, José María, Juan, Juan Carlos, Julio, Julio César, Lorenzo, Lucas, Luis, Luis Miguel, Manuel, Marco Antonio, Marcos, Mariano, Mario, Martín, Mateo, Miguel, Miguel Ángel, Nicolás, Octavio, Óscar, Pablo, Patricio, Pedro, Rafael, Ramiro, Ramón, Raúl, Ricardo, Roberto, Rodrigo, Rubén, Salvador, Samuel, Sancho, Santiago, Sergio, Teodoro, Timoteo, Tomás, Vicente, Víctor] female_first_name: [Adela, Adriana, Alejandra, Alicia, Amalia, Ana, Ana Luisa, Ana María, Andrea, Anita, Ángela, Antonia, Ariadna, Barbara, Beatriz, Berta, Blanca, Caridad, Carla, Carlota, Carmen, Carolina, Catalina, Cecilia, Clara, Claudia, Concepción, Conchita, Cristina, Daniela, Débora, Diana, Dolores, Lola, Dorotea, Elena, Elisa, Eloisa, Elsa, Elvira, Emilia, Esperanza, Estela, Ester, Eva, Florencia, Francisca, Gabriela, Gloria, Graciela, Guadalupe, Guillermina, Inés, Irene, Isabel, Isabela, Josefina, Juana, Julia, Laura, Leonor, Leticia, Lilia, Lorena, Lourdes, Lucia, Luisa, Luz, Magdalena, Manuela, Marcela, Margarita, María, María del Carmen, María Cristina, María Elena, María Eugenia, María José, María Luisa, María Soledad, María Teresa, Mariana, Maricarmen, Marilu, Marisol, Marta, Mayte, Mercedes, Micaela, Mónica, Natalia, Norma, Olivia, Patricia, Pilar, Ramona, Raquel, Rebeca, Reina, Rocio, Rosa, Rosalia, Rosario, Sara, Silvia, Sofia, Soledad, Sonia, Susana, Teresa, Verónica, Victoria, Virginia, Yolanda] first_name: - "#{female_first_name}" - "#{male_first_name}" last_name: [ Abeyta, Abrego, Abreu, Acevedo, Acosta, Acuña, Adame, Adorno, Agosto, Aguayo, Águilar, Aguilera, Aguirre, Alanis, Alaniz, Alarcón, Alba, Alcala, Alcántar, Alcaraz, Alejandro, Alemán, Alfaro, Alicea, Almanza, Almaraz, Almonte, Alonso, Alonzo, Altamirano, Alva, Alvarado, Alvarez, Amador, Amaya, Anaya, Anguiano, Angulo, Aparicio, Apodaca, Aponte, Aragón, Araña, Aranda, Arce, Archuleta, Arellano, Arenas, Arevalo, Arguello, Arias, Armas, Armendáriz, Armenta, Armijo, Arredondo, Arreola, Arriaga, Arroyo, Arteaga, Atencio, Ávalos, Ávila, Avilés, Ayala, Baca, Badillo, Báez, Baeza, Bahena, Balderas, Ballesteros, Banda, Bañuelos, Barajas, Barela, Barragán, Barraza, Barrera, Barreto, Barrientos, Barrios, Batista, Becerra, Beltrán, Benavides, Benavídez, Benítez, Bermúdez, Bernal, Berríos, Bétancourt, Blanco, Bonilla, Borrego, Botello, Bravo, Briones, Briseño, Brito, Bueno, Burgos, Bustamante, Bustos, Caballero, Cabán, Cabrera, Cadena, Caldera, Calderón, Calvillo, Camacho, Camarillo, Campos, Canales, Candelaria, Cano, Cantú, Caraballo, Carbajal, Cardenas, Cardona, Carmona, Carranza, Carrasco, Carrasquillo, Carreón, Carrera, Carrero, Carrillo, Carrion, Carvajal, Casanova, Casares, Casárez, Casas, Casillas, Castañeda, Castellanos, Castillo, Castro, Cavazos, Cazares, Ceballos, Cedillo, Ceja, Centeno, Cepeda, Cerda, Cervantes, Cervántez, Chacón, Chapa, Chavarría, Chávez, Cintrón, Cisneros, Collado, Collazo, Colón, Colunga, Concepción, Contreras, Cordero, Córdova, Cornejo, Corona, Coronado, Corral, Corrales, Correa, Cortés, Cortez, Cotto, Covarrubias, Crespo, Cruz, Cuellar, Curiel, Dávila, de Anda, de Jesús, Delacrúz, Delafuente, Delagarza, Delao, Delapaz, Delarosa, Delatorre, Deleón, Delgadillo, Delgado, Delrío, Delvalle, Díaz, Domínguez, Domínquez, Duarte, Dueñas, Duran, Echevarría, Elizondo, Enríquez, Escalante, Escamilla, Escobar, Escobedo, Esparza, Espinal, Espino, Espinosa, Espinoza, Esquibel, Esquivel, Estévez, Estrada, Fajardo, Farías, Feliciano, Fernández, Ferrer, Fierro, Figueroa, Flores, Flórez, Fonseca, Franco, Frías, Fuentes, Gaitán, Galarza, Galindo, Gallardo, Gallegos, Galván, Gálvez, Gamboa, Gamez, Gaona, Garay, García, Garibay, Garica, Garrido, Garza, Gastélum, Gaytán, Gil, Girón, Godínez, Godoy, Gómez, Gonzales, González, Gollum, Gracia, Granado, Granados, Griego, Grijalva, Guajardo, Guardado, Guerra, Guerrero, Guevara, Guillen, Gurule, Gutiérrez, Guzmán, Haro, Henríquez, Heredia, Hernádez, Hernandes, Hernández, Herrera, Hidalgo, Hinojosa, Holguín, Huerta, Hurtado, Ibarra, Iglesias, Irizarry, Jaime, Jaimes, Jáquez, Jaramillo, Jasso, Jiménez, Jimínez, Juárez, Jurado, Laboy, Lara, Laureano, Leal, Lebrón, Ledesma, Leiva,Lemus, León, Lerma, Leyva, Limón, Linares, Lira, Llamas, Loera, Lomeli, Longoria, López, Lovato, Loya, Lozada, Lozano, Lucero, Lucio, Luevano, Lugo, Luna, Macías, Madera, Madrid, Madrigal, Maestas, Magaña, Malave, Maldonado, Manzanares, Mares, Marín, Márquez, Marrero, Marroquín, Martínez, Mascareñas, Mata, Mateo, Matías, Matos, Maya, Mayorga, Medina, Medrano, Mejía, Meléndez, Melgar, Mena, Menchaca, Méndez, Mendoza, Menéndez, Meraz, Mercado, Merino, Mesa, Meza, Miramontes, Miranda, Mireles, Mojica, Molina, Mondragón, Monroy, Montalvo, Montañez, Montaño, Montemayor, Montenegro, Montero, Montes, Montez, Montoya, Mora, Morales, Moreno, Mota, Moya, Munguía, Muñiz, Muñoz, Murillo, Muro, Nájera, Naranjo, Narváez, Nava, Navarrete, Navarro, Nazario, Negrete, Negrón, Nevárez, Nieto, Nieves, Niño, Noriega, Núñez, Ocampo, Ocasio, Ochoa, Ojeda, Olivares, Olivárez, Olivas, Olivera, Olivo, Olmos, Olvera, Ontiveros, Oquendo, Ordóñez, Orellana, Ornelas, Orosco, Orozco, Orta, Ortega, Ortiz, Osorio, Otero, Ozuna, Pabón, Pacheco, Padilla, Padrón, Páez, Pagan, Palacios, Palomino, Palomo, Pantoja, Paredes, Parra, Partida, Patiño, Paz, Pedraza, Pedroza, Pelayo, Peña, Perales, Peralta, Perea, Peres, Pérez, Pichardo, Piña, Pineda, Pizarro, Polanco, Ponce, Porras, Portillo, Posada, Prado, Preciado, Prieto, Puente, Puga, Pulido, Quesada, Quezada, Quiñones, Quiñónez, Quintana, Quintanilla, Quintero, Quiroz, Rael, Ramírez, Ramón, Ramos, Rangel, Rascón, Raya, Razo, Regalado, Rendón, Rentería, Reséndez, Reyes, Reyna, Reynoso, Rico, Rincón, Riojas, Ríos, Rivas, Rivera, Rivero, Robledo, Robles, Rocha, Rodarte, Rodrígez, Rodríguez, Rodríquez, Rojas, Rojo, Roldán, Rolón, Romero, Romo, Roque, Rosado, Rosales, Rosario, Rosas, Roybal, Rubio, Ruelas, Ruiz, Saavedra, Sáenz, Saiz, Salas, Salazar, Salcedo, Salcido, Saldaña, Saldivar, Salgado, Salinas, Samaniego, Sanabria, Sanches, Sánchez, Sandoval, Santacruz, Santana, Santiago, Santillán, Sarabia, Sauceda, Saucedo, Sedillo, Segovia, Segura, Sepúlveda, Serna, Serrano, Serrato, Sevilla, Sierra, Sisneros, Solano, Solís, Soliz, Solorio, Solorzano, Soria, Sosa, Sotelo, Soto, Suárez, Tafoya, Tamayo, Tamez, Tapia, Tejada, Tejeda, Téllez, Tello, Terán, Terrazas, Tijerina, Tirado, Toledo, Toro, Torres, Tórrez, Tovar, Trejo, Treviño, Trujillo, Ulibarri, Ulloa, Urbina, Ureña, Urías, Uribe, Urrutia, Vaca, Valadez, Valdés, Valdez, Valdivia, Valencia, Valentín, Valenzuela, Valladares, Valle, Vallejo, Valles, Valverde, Vanegas, Varela, Vargas, Vásquez, Vázquez, Vega, Vela, Velasco, Velásquez, Velázquez, Vélez, Véliz, Venegas, Vera, Verdugo, Verduzco, Vergara, Viera, Vigil, Villa, Villagómez, Villalobos, Villalpando, Villanueva, Villareal, Villarreal, Villaseñor, Villegas, Yáñez, Ybarra, Zambrano, Zamora, Zamudio, Zapata, Zaragoza, Zarate, Zavala, Zayas, Zelaya, Zepeda, Zúñiga] prefix: [Sr., Sra., Sta.] suffix: [Jr., Sr., I, II, III, IV, V, MD, DDS, PhD, DVM] title: descriptor: [Jefe, Senior, Directo, Corporativo, Dinánmico, Futuro, Producto, Nacional, Regional, Distrito, Central, Global, Cliente, Inversor, International, Heredado, Adelante, Interno, Humano, Gerente, Director] level: [Soluciones, Programa, Marca, Seguridada, Investigación, Marketing, Normas, Implementación, Integración, Funcionalidad, Respuesta, Paradigma, Tácticas, Identidad, Mercados, Grupo, División, Aplicaciones, Optimización, Operaciones, Infraestructura, Intranet, Comunicaciones, Web, Calidad, Seguro, Mobilidad, Cuentas, Datos, Creativo, Configuración, Contabilidad, Interacciones, Factores, Usabilidad, Métricas] job: [Supervisor, Asociado, Ejecutivo, Relacciones, Oficial, Gerente, Ingeniero, Especialista, Director, Coordinador, Administrador, Arquitecto, Analista, Diseñador, Planificador, Técnico, Funcionario, Desarrollador, Productor, Consultor, Asistente, Facilitador, Agente, Representante, Estratega] name: - "#{prefix} #{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" phone_number: formats: ['9##-###-###', '9##.###.###', '9## ### ###', '9########'] cell_phone: formats: ['6##-###-###', '6##.###.###', '6## ### ###', '6########'] music: instruments: ['Guitarra Eléctrica', 'Guitarra Acústica', 'Flauta', 'Trompeta', 'Clarinete', 'Violonchelo', 'Arpa', 'Xilofón', 'Armónica', 'Acordión', 'Organo', 'Piano', 'Ukelele', 'Saxofón', 'Bateria', 'Violín', 'Bajo'] faker-1.9.1/lib/locales/fa.yml000066400000000000000000000256711332146201300161210ustar00rootroot00000000000000fa: faker: name: first_name: [آبان دخت, آبتین, آتوسا, آفر, آفره دخت, آذرنوش‌, آذین, آراه, آرزو, آرش, آرتین, آرتام, آرتمن, آرشام, آرمان, آرمین, آرمیتا, آریا فر, آریا, آریا مهر, آرین, آزاده, آزرم, آزرمدخت, آزیتا, آناهیتا, آونگ, آهو, آیدا, اتسز, اختر, ارد, ارد شیر, اردوان, ارژن, ارژنگ, ارسلان, ارغوان, ارمغان, ارنواز, اروانه, استر, اسفندیار, اشکان, اشکبوس, افسانه, افسون, افشین, امید, انوش (‌ آنوشا ), انوشروان, اورنگ, اوژن, اوستا, اهورا, ایاز, ایران, ایراندخت, ایرج, ایزدیار, بابک, باپوک, باربد, بارمان, بامداد, بامشاد, بانو, بختیار, برانوش, بردیا, برزو, برزویه, برزین, برمک, بزرگمهر, بنفشه, بوژان, بویان, بهار, بهارک, بهاره, بهتاش, بهداد, بهرام, بهدیس, بهرخ, بهرنگ, بهروز, بهزاد, بهشاد, بهمن, بهناز, بهنام, بهنود, بهنوش, بیتا, بیژن, پارسا, پاکان, پاکتن, پاکدخت, پانته آ, پدرام, پرتو, پرشنگ, پرتو, پرستو, پرویز, پردیس, پرهام, پژمان, پژوا, پرنیا, پشنگ, پروانه, پروین, پری, پریچهر, پریدخت, پریسا, پرناز, پریوش, پریا, پوپک, پوران, پوراندخت, پوریا, پولاد, پویا, پونه, پیام, پیروز, پیمان, تابان, تاباندخت, تاجی, تارا, تاویار, ترانه, تناز, توران, توراندخت, تورج, تورتک, توفان, توژال, تیر داد, تینا, تینو, جابان, جامین, جاوید, جریره, جمشید, جوان, جویا, جهان, جهانبخت, جهانبخش, جهاندار, جهانگیر, جهان بانو, جهاندخت, جهان ناز, جیران, چابک, چالاک, چاوش, چترا, چوبین, چهرزاد, خاوردخت, خداداد, خدایار, خرم, خرمدخت, خسرو, خشایار, خورشید, دادمهر, دارا, داراب, داریا, داریوش, دانوش, داور‌, دایان, دریا, دل آرا, دل آویز, دلارام, دل انگیز, دلبر, دلبند, دلربا, دلشاد, دلکش, دلناز, دلنواز, دورشاسب, دنیا, دیااکو, دیانوش, دیبا, دیبا دخت, رابو, رابین, رادبانو, رادمان, رازبان, راژانه, راسا, رامتین, رامش, رامشگر, رامونا, رامیار, رامیلا, رامین, راویار, رژینا, رخپاک, رخسار, رخشانه, رخشنده, رزمیار, رستم, رکسانا, روبینا, رودابه, روزبه, روشنک, روناک, رهام, رهی, ریبار, راسپینا, زادبخت, زاد به, زاد چهر, زاد فر, زال, زادماسب, زاوا, زردشت, زرنگار, زری, زرین, زرینه, زمانه, زونا, زیبا, زیبار, زیما, زینو, ژاله, ژالان, ژیار, ژینا, ژیوار, سارا, سارک, سارنگ, ساره, ساسان, ساغر, سام, سامان, سانا, ساناز, سانیار, ساویز, ساهی, ساینا, سایه, سپنتا, سپند, سپهر, سپهرداد, سپیدار, سپید بانو, سپیده, ستاره, ستی, سرافراز, سرور, سروش, سرور, سوبا, سوبار, سنبله, سودابه, سوری, سورن, سورنا, سوزان, سوزه, سوسن, سومار, سولان, سولماز, سوگند, سهراب, سهره, سهند, سیامک, سیاوش, سیبوبه ‌, سیما, سیمدخت, سینا, سیمین, سیمین دخت, شاپرک, شادی, شادمهر, شاران, شاهپور, شاهدخت, شاهرخ, شاهین, شاهیندخت, شایسته, شباهنگ, شب بو, شبدیز, شبنم, شراره, شرمین, شروین, شکوفه, شکفته, شمشاد, شمین, شوان, شمیلا, شورانگیز, شوری, شهاب, شهبار, شهباز, شهبال, شهپر, شهداد, شهرآرا, شهرام, شهربانو, شهرزاد, شهرناز, شهرنوش, شهره, شهریار, شهرزاد, شهلا, شهنواز, شهین, شیبا, شیدا, شیده, شیردل, شیرزاد, شیرنگ, شیرو, شیرین دخت, شیما, شینا, شیرین, شیوا, طوس, طوطی, طهماسب, طهمورث, غوغا, غنچه, فتانه, فدا, فراز, فرامرز, فرانک, فراهان, فربد, فربغ, فرجاد, فرخ, فرخ پی, فرخ داد, فرخ رو, فرخ زاد, فرخ لقا, فرخ مهر, فرداد, فردیس, فرین, فرزاد, فرزام, فرزان, فرزانه, فرزین, فرشاد, فرشته, فرشید, فرمان, فرناز, فرنگیس, فرنود, فرنوش, فرنیا, فروتن, فرود, فروز, فروزان, فروزش, فروزنده, فروغ, فرهاد, فرهنگ, فرهود, فربار, فریبا, فرید, فریدخت, فریدون, فریمان, فریناز, فرینوش, فریوش, فیروز, فیروزه, قابوس, قباد, قدسی, کابان, کابوک, کارا, کارو, کاراکو, کامبخت, کامبخش, کامبیز, کامجو, کامدین, کامران, کامراوا, کامک, کامنوش, کامیار, کانیار, کاووس, کاوه, کتایون, کرشمه, کسری, کلاله, کمبوجیه, کوشا, کهبد, کهرام, کهزاد, کیارش, کیان, کیانا, کیانچهر, کیاندخت, کیانوش, کیاوش, کیخسرو, کیقباد, کیکاووس, کیوان, کیوان دخت, کیومرث, کیهان, کیاندخت, کیهانه, گرد آفرید, گردان, گرشا, گرشاسب, گرشین, گرگین, گزل, گشتاسب, گشسب, گشسب بانو, گل, گل آذین, گل آرا‌, گلاره, گل افروز, گلاله, گل اندام, گلاویز, گلباد, گلبار, گلبام, گلبان, گلبانو, گلبرگ, گلبو, گلبهار, گلبیز, گلپاره, گلپر, گلپری, گلپوش, گل پونه, گلچین, گلدخت, گلدیس, گلربا, گلرخ, گلرنگ, گلرو, گلشن, گلریز, گلزاد, گلزار, گلسا, گلشید, گلنار, گلناز, گلنسا, گلنواز, گلنوش, گلی, گودرز, گوماتو, گهر چهر, گوهر ناز, گیتی, گیسو, گیلدا, گیو, لادن, لاله, لاله رخ, لاله دخت, لبخند, لقاء, لومانا, لهراسب, مارال, ماری, مازیار, ماکان, مامک, مانا, ماندانا, مانوش, مانی, مانیا, ماهان, ماهاندخت, ماه برزین, ماه جهان, ماهچهر, ماهدخت, ماهور, ماهرخ, ماهزاد, مردآویز, مرداس, مرزبان, مرمر, مزدک, مژده, مژگان, مستان, مستانه, مشکاندخت, مشکناز, مشکین دخت, منیژه, منوچهر, مهبانو, مهبد, مه داد, مهتاب, مهدیس, مه جبین, مه دخت, مهر آذر, مهر آرا, مهر آسا, مهر آفاق, مهر افرین, مهرآب, مهرداد, مهر افزون, مهرام, مهران, مهراندخت, مهراندیش, مهرانفر, مهرانگیز, مهرداد, مهر دخت, مهرزاده ‌, مهرناز, مهرنوش, مهرنکار, مهرنیا, مهروز, مهری, مهریار, مهسا, مهستی, مه سیما, مهشاد, مهشید, مهنام, مهناز, مهنوش, مهوش, مهیار, مهین, مهین دخت, میترا, میخک, مینا, مینا دخت, مینو, مینودخت, مینو فر, نادر, ناز آفرین, نازبانو, نازپرور, نازچهر, نازفر, نازلی, نازی, نازیدخت, نامور, ناهید, ندا, نرسی, نرگس, نرمک, نرمین, نریمان, نسترن, نسرین, نسرین دخت, نسرین نوش, نکیسا, نگار, نگاره, نگارین, نگین, نوا, نوش, نوش آذر, نوش آور, نوشا, نوش آفرین, نوشدخت, نوشروان, نوشفر, نوشناز, نوشین, نوید, نوین, نوین دخت, نیش ا, نیک بین, نیک پی, نیک چهر, نیک خواه, نیکداد, نیکدخت, نیکدل, نیکزاد, نیلوفر, نیما, وامق, ورجاوند, وریا, وشمگیر, وهرز, وهسودان, ویدا, ویس, ویشتاسب, ویگن, هژیر, هخامنش, هربد( هیربد ), هرمز, همایون, هما, همادخت, همدم, همراز, همراه, هنگامه, هوتن, هور, هورتاش, هورچهر, هورداد, هوردخت, هورزاد, هورمند, هوروش, هوشنگ, هوشیار, هومان, هومن, هونام, هویدا, هیتاسب, هیرمند, هیما, هیوا, یادگار, یاسمن ( یاسمین ), یاشار, یاور, یزدان, یگانه, یوشیتا] last_name: [عارف, عاشوری, عالی, عبادی, عبدالکریمی, عبدالملکی, عراقی, عزیزی, عصار, عقیلی, علم, علم‌الهدی, علی عسگری, علی‌آبادی, علیا, علی‌پور, علی‌زمانی, عنایت, غضنفری, غنی, فارسی, فاطمی, فانی, فتاحی, فرامرزی, فرج, فرشیدورد, فرمانفرمائیان, فروتن, فرهنگ, فریاد, فنایی, فنی‌زاده, فولادوند, فهمیده, قاضی, قانعی, قانونی, قمیشی, قنبری, قهرمان, قهرمانی, قهرمانیان, قهستانی, کاشی, کاکاوند, کامکار, کاملی, کاویانی, کدیور, کردبچه, کرمانی, کریمی, کلباسی, کمالی, کوشکی, کهنمویی, کیان, کیانی (نام خانوادگی), کیمیایی, گل محمدی, گلپایگانی, گنجی, لاجوردی, لاچینی, لاهوتی, لنکرانی, لوکس, مجاهد, مجتبایی, مجتبوی, مجتهد شبستری, مجتهدی, مجرد, محجوب, محجوبی, محدثی, محمدرضایی, محمدی, مددی, مرادخانی, مرتضوی, مستوفی, مشا, مصاحب, مصباح, مصباح‌زاده, مطهری, مظفر, معارف, معروف, معین, مفتاح, مفتح, مقدم, ملایری, ملک, ملکیان, منوچهری, موحد, موسوی, موسویان, مهاجرانی, مهدی‌پور, میرباقری, میردامادی, میرزاده, میرسپاسی, میزبانی, ناظری, نامور, نجفی, ندوشن, نراقی, نعمت‌زاده, نقدی, نقیب‌زاده, نواب, نوبخت, نوبختی, نهاوندی, نیشابوری, نیلوفری, واثقی, واعظ, واعظ‌زاده, واعظی, وکیلی, هاشمی, هاشمی رفسنجانی, هاشمیان, هامون, هدایت, هراتی, هروی, همایون, همت, همدانی, هوشیار, هومن, یاحقی, یادگار, یثربی, یلدا] prefix: [آقای, خانم, دکتر] faker-1.9.1/lib/locales/fi-FI.yml000066400000000000000000000061531332146201300164170ustar00rootroot00000000000000fi-FI: faker: invoice: reference: # Source: https://wiki.xmldation.com/support/fk/finnish_reference_number check_digit_method: method_731 pattern: '\d{3,19}#' address: city_prefix: [Haap, He, Kau, Oul, Ra, Ni, 'No', Ke, La, Or] city_suffix: [sjärvi, kano, ahe, inen, esi, uma, mi, inen, valta, mina] building_number: ['###', '##', '#'] street_suffix: [katu, gatan, ranta] postcode: ['#####'] state: [Turun ja Porin lääni, Uudenmaan ja Hämeen lääni, Pohjanmaan lääni, Viipurin ja Savonlinnan lääni, Käkisalmen lääni, Savonlinnan ja Kymenkartanon lääni, Kymenkartanon ja Savon lääni] city: - "#{city_prefix}#{city_suffix}" street_name: - "#{Name.last_name}#{street_suffix}" street_address: - "#{street_name}#{building_number}" default_country: [Suomi] name: first_name_women: [Maria, Helena, Anneli, Johanna, Kaarina, Marjatta, Hannele, Kristiina, Liisa, Emilia, Elina, Tuulikki, Annikki, Maarit, Sofia, Susanna, Leena, Katariina, Anna, Marja, Sinikka, Inkeri, Riitta, Kyllikki, Aino, Tuula, Anne, Päivi, Orvokki, Ritva, Tellervo, Maija, Pirjo, Karoliina, Pauliina, Minna, Sari, Irmeli, Eeva, Tiina, Laura, Eveliina, Marika, Elisabet, Tarja, Pirkko, Satu, Anja, Mari, Hanna] first_name_men: [Juhani, Olavi, Antero, Tapani, Johannes, Tapio, Mikael, Kalevi, Matti, Pekka, Petteri, Ilmari, Sakari, Matias, Antti, Juha, Heikki, Kristian, Timo, Kari, Mikko, Markus, Jari, Jukka, Kalervo, Markku, Aleksi, Jaakko, Petri, Oskari, Mika, Henrik, Lauri, Erkki, Veikko, Hannu, Seppo, Ville, Ensio, Ari, Janne, Valtteri, Marko, Pentti, Tuomas, Sami, Juho, Eero, Martti, Erik] first_name: [Maria, Helena, Anneli, Johanna, Kaarina, Marjatta, Hannele, Kristiina, Liisa, Emilia, Elina, Tuulikki, Annikki, Maarit, Sofia, Susanna, Leena, Katariina, Anna, Marja, Sinikka, Inkeri, Riitta, Kyllikki, Aino, Tuula, Anne, Päivi, Orvokki, Ritva, Tellervo, Maija, Pirjo, Karoliina, Pauliina, Minna, Sari, Irmeli, Eeva, Tiina, Laura, Eveliina, Marika, Elisabet, Tarja, Pirkko, Satu, Anja, Mari, Hanna, Juhani, Olavi, Antero, Tapani, Johannes, Tapio, Mikael, Kalevi, Matti, Pekka, Petteri, Ilmari, Sakari, Matias, Antti, Juha, Heikki, Kristian, Timo, Kari, Mikko, Markus, Jari, Jukka, Kalervo, Markku, Aleksi, Jaakko, Petri, Oskari, Mika, Henrik, Lauri, Erkki, Veikko, Hannu, Seppo, Ville, Ensio, Ari, Janne, Valtteri, Marko, Pentti, Tuomas, Sami, Juho, Eero, Martti, Erik] last_name: [Korhonen, Virtanen, Mäkinen, Nieminen, Mäkelä, Hämäläinen, Laine, Heikkinen, Koskinen, Järvinen, Lehtonen, Lehtinen, Saarinen, Salminen, Heinonen, Niemi, Heikkilä, Kinnunen, Salonen, Turunen, Salo, Laitinen, Tuominen, Rantanen, Karjalainen, Jokinen, Mattila, Savolainen, Lahtinen, Ahonen, Ojala, Leppänen, Väisänen, Hiltunen, Kallio, Miettinen, Leinonen, Pitkänen, Aaltonen, Manninen, Hakala, Koivisto, Anttila, Laaksonen, Hirvonen, Räsänen, Lehto, Laakso, Toivonen, Mustonen] name: - "#{first_name} #{last_name}" phone_number: formats: ['##-######', '###-#######'] cell_phone: formats: ['0##-#######'] faker-1.9.1/lib/locales/fr-CA.yml000066400000000000000000000753701332146201300164240ustar00rootroot00000000000000fr-CA: faker: address: postcode: /[A-CEJ-NPR-TVXY][0-9][A-CEJ-NPR-TV-Z] ?[0-9][A-CEJ-NPR-TV-Z][0-9]/ state: [Alberta, British Columbia, Manitoba, New Brunswick, Newfoundland and Labrador, Nova Scotia, Northwest Territories, Nunavut, Ontario, Prince Edward Island, Quebec, Saskatchewan, Yukon] state_abbr: ["AB", "BC", "MB", "NB", "NL", "NS", "NU", "NT", "ON", "PE", "QC", "SK", "YT"] default_country: [Canada] country_code: ['CA'] building_number: ['####', '###', '##', '#'] street_prefix: ["Allée, Voie", "Rue", "Avenue", "Boulevard", "Quai", "Passage", "Impasse", "Place"] street_suffix: ["de l'Abbaye", "Adolphe Mille", "d'Alésia", "d'Argenteuil", "d'Assas", "du Bac", "de Paris", "La Boétie", "Bonaparte", "de la Bûcherie", "de Caumartin", "Charlemagne", "du Chat-qui-Pêche", "de la Chaussée-d'Antin", "du Dahomey", "Dauphine", "Delesseux", "du Faubourg Saint-Honoré", "du Faubourg-Saint-Denis", "de la Ferronnerie", "des Francs-Bourgeois", "des Grands Augustins", "de la Harpe", "du Havre", "de la Huchette", "Joubert", "Laffitte", "Lepic", "des Lombards", "Marcadet", "Molière", "Monsieur-le-Prince", "de Montmorency", "Montorgueil", "Mouffetard", "de Nesle", "Oberkampf", "de l'Odéon", "d'Orsel", "de la Paix", "des Panoramas", "Pastourelle", "Pierre Charron", "de la Pompe", "de Presbourg", "de Provence", "de Richelieu", "de Rivoli", "des Rosiers", "Royale", "d'Abbeville", "Saint-Honoré", "Saint-Bernard", "Saint-Denis", "Saint-Dominique", "Saint-Jacques", "Saint-Séverin", "des Saussaies", "de Seine", "de Solférino", "Du Sommerard", "de Tilsitt", "Vaneau", "de Vaugirard", "de la Victoire", "Zadkine"] street_name: - "#{street_suffix}" street_address: - " #{street_name} #{building_number}" default_country: [Canada] internet: free_email: [gmail.com, yahoo.ca, hotmail.com] domain_suffix: [ca, com, biz, info, name, net, org] phone_number: area_code: ["204", "226", "236", "249", "250", "289", "306", "343", "365", "403", "416", "418", "431", "437", "438", "450", "506", "514", "519", "579", "581", "587", "604", "613", "639", "647", "705", "709", "778", "780", "807", "819", "867", "873", "902", "905"] exchange_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "227", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "283", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "331", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "445", "464", "469", "470", "475", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "557", "559", "561", "562", "563", "564", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "667", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "737", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "835", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "872", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "959", "970", "971", "972", "973", "975", "978", "979", "980", "984", "985", "989"] formats: - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "(#{PhoneNumber.area_code}) #{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "1-#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" - "#{PhoneNumber.area_code}.#{PhoneNumber.exchange_code}.#{PhoneNumber.subscriber_number} x#{PhoneNumber.extension}" company: suffix: [SARL, SA, EURL, SAS, SEM, SCOP, GIE, EI] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name} et #{Name.last_name}" internet: free_email: [gmail.com, yahoo.fr, hotmail.fr] domain_suffix: [com, fr, eu, info, name, net, org, immo, paris, alsace, bzh] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] name: first_name: [Enzo, Lucas, Mathis, Nathan, Thomas, Hugo, Théo, Tom, Louis, Raphaël, Clément, Léo, Mathéo, Maxime, Alexandre, Antoine, Yanis, Paul, Baptiste, Alexis, Gabriel, Arthur, Jules, Ethan, Noah, Quentin, Axel, Evan, Mattéo, Romain, Valentin, Maxence, Noa, Adam, Nicolas, Julien, Mael, Pierre, Rayan, Victor, Mohamed, Adrien, Kylian, Sacha, Benjamin, Léa, Clara, Manon, Chloé, Camille, Ines, Sarah, Jade, Lola, Anaïs, Lucie, Océane, Lilou, Marie, Eva, Romane, Lisa, Zoe, Julie, Mathilde, Louise, Juliette, Clémence, Célia, Laura, Lena, Maëlys, Charlotte, Ambre, Maeva, Pauline, Lina, Jeanne, Lou, Noémie, Justine, Louna, Elisa, Alice, Emilie, Carla, Maëlle, Alicia, Mélissa] last_name: [Martin, Bérnard, Dubois, Thomas, Robért, Richard, Pétit, Durand, Léroy, Moréau, Simon, Laurént, Lefévre, Michél, Garcia, David, Bértrand, Roux, Vincent, Fourniér, Morél, Girard, André, Lévêque , Merciér, Dupont, Lambért, Bonnét, Francois, Martinéz, Légrand, Garniér, Fauré, Rousséau, Blanc, Guérin, Mullér, Hénry, Roussél, Nicolas, Pérrin, Morin, Mathiéu, Clemént, Gauthiér, Dumont, Lopéz, Fontainé, Chevaliér, Robin, Masson, Sanchéz, Gérard, Nguyén, Boyér, Dvnis, Lemairé, Duval, Joly, Gautiér, Rogér,Roché, Roy, Noél, Meyér, Lucas, Méunier,Jéan, Peréz, Marchand, Dufour, Blanchard, Marié, Barbiér, Brun, Dumas, Brunét, Schmitt, Leroux, Colin, Fernandéz, Piérre, Rénard, Arnaud, Rolland, Caron, Aubért, Giraud, Leclérc, Vidal, Bourgéois, Renaud, Lemoiné, Picard, Gaillard, Philippé, Leclércq, Lacroix, Fabré, Dupuis, Oliviér, Rodriguéz, Da silva, Hubért, Louis, Charlés, Guillot, Rivieré, Le gall, Guillaume, Adam, Rey, Moulin, Gonzaléz, Bergér, Lecomté, Ménard, Fléury, Déschamps, Carpéntier, Julién, Bénoit, Paris, Maillard, Marchal, Aubry, Vasséur, Le roux, Rénault, Jacquét, Collét, Prévost, Poiriér, Charpéntier, Royér, Huét, Baron, Dupuy, Pons, Paul, Lainé, Carré, Bréton, Rémy, Schneidér, Pérrot, Guyot,Barré, Marty, Cousin] prefix: [M, Mme, Mlle, Dr, Prof] title: job: [Superviseur, Executif, Manager, Ingenieur, Specialiste, Directeur, Coordinateur, Administrateur, Architecte, Analyste, Designer, Technicien, Developpeur, Producteur, Consultant, Assistant, Agent, Stagiaire] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{last_name} #{first_name}" book: title: ['La Discipline des orphelins', 'Le Couloir de tous les mépris', "L'Odeur du sanglier", 'La Promise du voyeur', "L'Odyssée invisible", 'La Soumission comme passion', 'Le Siècle de la rue voisine', 'Le Désir des femmes fortes', 'Pourquoi je mens ?', 'La Peau des savants', 'La progéniture du mal'] author: "#{Name.name}" publisher: ['Éditions du Soleil', 'La Perdrix', 'Les Éditions jaune turquoise', 'Bordel père et fils', 'Au lecteur éclairé', 'Lire en dormant'] quote: ['Qui vivra verra', 'L’habit ne fait pas le moine', 'Chacun voit midi à sa porte', 'Mieux vaut prévenir que guérir', 'Petit a petit, l’oiseau fait son nid', 'Qui court deux lievres a la fois, n’en prend aucun', 'Qui n’avance pas, recule'] pokemon: names: ["Bulbizarre", "Herbizarre", "Florizarre", "Salamèche", "Reptincel", "Dracaufeu", "Carapuce", "Carabaffe", "Tortank", "Chenipan", "Chrysacier", "Papilusion", "Aspicot", "Coconfort", "Dardargnan", "Roucool", "Roucoups", "Roucarnage", "Rattata", "Rattatac", "Piafabec", "Rapasdepic", "Abo", "Arbok", "Pikachu", "Raichu", "Sabelette", "Sablaireau", "Nidoran", "Nidorina", "Nidoqueen", "Nidoran", "Nidorino", "Nidoking", "Mélofée", "Mélodelfe", "Goupix", "Feunard", "Rondoudou", "Grodoudou", "Nosférapti", "Nosféralto", "Mystherbe", "Ortide", "Rafflésia", "Paras", "Parasect", "Mimitoss", "Aéromite", "Taupiqueur", "Triopikeur", "Miaouss", "Persian", "Psykokwak", "Akwakwak", "Férosinge", "Colossinge", "Canidos", "Arcanin", "Ptitard", "Tétarte", "Tartard", "Abra", "Kadabra", "Alakazam", "Machoc", "Machopeur", "Mackogneur", "Chétiflor", "Boustiflor", "Empiflor", "Tentacool", "Tentacruel", "Racaillou", "Gravalanche", "Grolem", "Ponyta", "Galopa", "Ramoloss", "Flagadoss", "Magnéti", "Magnéton", "Canarticho", "Doduo", "Dodrio", "Otaria", "Lamantine", "Tadmorv", "Grotadmorv", "Kokyas", "Crustabri", "Fantominus", "Spectrum", "Ectoplasma", "Onix", "Soporifik", "Hypnomade", "Krabby", "Kraboss", "Voltorb", "Electrode", "Noeunoeuf", "Noadkoko", "Osselait", "Ossatueur", "Kicklee", "Tygnon", "Excelangue", "Smogo", "Smogogo", "Rhinocorne", "Rhinoféros", "Leveinard", "Saquedeneu", "Kangourex", "Hypotrempe", "Hypocéan", "Poissirène", "Poissoroy", "Stari", "Staross", "Mr. Mime", "Insécateur", "Lippoutou", "Elektek", "Magmar", "Scarabrute", "Tauros", "Magicarpe", "Léviator", "Lokhlass", "Métamorph", "Evoli", "Aquali", "Voltali", "Pyroli", "Porygon", "Amonita", "Amonistar", "Kabuto", "Kabutops", "Ptéra", "Ronflex", "Artikodin", "Electhor", "Sulfura", "Minidraco", "Draco", "Dracolosse", "Mewtwo", "Mew"] locations: ["Arabelle", "Roche-sur-Gliffe", "Flusselles", "Rotombourg", "Quarellis", "Pavonnay", "Ecorcia", "Ville noire", "Ebenelle", "Fort-Vanitas", "Joliberge", "Volucité", "Celadopole", "Célestia", "Azuria", "Ville-Griotte", "Irisia", "Cramois'Île", "Port Tempères", "Mozheim", "Relifac-le-Haut", "La Frescale", "Myokara", "Port Yoneuve", "Rosalia", "Vestigion", "Eternara", "Autéquia", "Zone de Combat", "Île 5", "Floraville", "Amaillide", "Cimetronelle", "Île 4", "Atrium Combat", "Parmanie", "Cromlac'h", "Doublonville", "Unionpolis", "Papeloa", "Flocombe", "Féli-Cité", "Batisques", "Entrelasque", "Vermilava", "Lavanville", "Romant-sous-Bois", "Arpentières", "Bourg-en-Vol", "Nénucrique", "Illumis", "Acajou", "Lavandia", "Parsemille", "Algatia", "Maillard", "Bourg Geon", "Méanville", "Renouet", "Rosyères", "Oliville", "Île 1", "Janusia", "Charbourg", "Pacifiville", "Bourg Palette", "Verchamps", "Clémenti-Ville", "Argenta", "Aire de Détente", "Mérouville", "Portail Safari", "Safrania", "Littorella", "Neuvartault", "Ogoesse", "Île 7", "Yantreizh", "Île 6", "Poivressel", "Auffrac-les-Congères", "Frimapic", "Bonville", "Atalanopolis", "Rivamar", "Aire de Survie", "Île 3", "Bonaugure", "Île 2", "Vaguelone", "Bourg Croquis", "Voilaroc", "Vergazon", "Carmin sur Mer", "Mauville", "Ondes-sur-Mer", "Jadielle", "Forêt Blanche"] moves: ["Vol-Vie", "Acide", "Acidarmure", "Hâte", "Amnésie", "Onde Boréale", "Pilonnage", "Bouclier", "Patience", "Etreinte", "Morsure", "Blizzard", "Plaquage", "Massd'Os", "Osmerang", "Ecume", "Bulles d'O", "Claquoir", "Poing Comète", "Onde Folie", "Choc Mental", "Constriction", "Conversion", "Riposte", "Pince-Masse", "Coupe", "Boul'Armure", "Tunnel", "Entrave", "Uppercut", "Double-Pied", "Torgnoles", "Reflet", "Damoclès", "Draco-Rage", "Dévorêve", "Bec Vrille", "Séisme", "Bomb'Oeuf", "Flammèche", "Explosion", "Déflagration", "Poing de Feu", "Danse Flamme", "Abîme", "Lance-Flamme", "Flash", "Vol", "Puissance", "Furie", "Combo-Griffe", "Regard Médusant", "Rugissement", "Croissance", "Guillotine", "Tornade", "Armure", "Buée Noire", "Coup d'Boule", "Pied Voltige", "Koud'Korne", "Empal'Korne", "Hydrocanon", "Ultralaser", "Croc de Mort", "Hypnose", "Laser Glace", "Poing-Glace", "Pied Sauté", "Poing Karaté", "Télékinésie", "Vampirisme", "Vampigraine", "Groz'Yeux", "Léchouille", "Mur Lumière", "Grobisou", "Balayage", "Yoga", "Méga-Sangsue", "Ultimawashi", "Ultimapoing", "Métronome", "Copie", "Lilliput", "Mimique", "Brume", "Ombre Nocturne", "Jackpot", "Picpic", "Danse-Fleur", "Dard-Nuée", "Gaz Toxik", "Poudre Poison", "Dard-Venin", "Ecras'Face", "Rafale Psy", "Psyko", "Vague Psy", "Vive-Attaque", "Frénésie", "Tranch'Herbe", "Coupe-Vent", "Soin", "Protection", "Repos", "Hurlement", "Eboulement", "Jet-Pierres", "Mawashi Geri", "Jet de Sable", "Griffe", "Grincement", "Amplitude", "Destruction", "Affûtage", "Berceuse", "Coud'Krâne", "Piqué", "Souplesse", "Tranche", "Poudre Dodo", "Détritus", "Purédpois", "Brouillard", "E-Coque", "Lance-Soleil", "Sonicboom", "Picanon", "Trempette", "Spore", "Ecrasement", "Force", "Sécrétion", "Lutte", "Para-Spore", "Sacrifice", "Clonage", "Croc Fatal", "Ultrason", "Surf", "Météores", "Danse-Lames", "Charge", "Mimi-Queue", "Bélier", "Téléport", "Mania", "Fatal-Foudre", "Poing-Eclair", "Eclair", "Cage-Eclair", "Tonnerre", "Toxic", "Morphing", "Triplattaque", "Double-Dard", "Force Poigne", "Fouet Liane", "Pistolet à O", "Cascade", "Cyclone", "Cru-Aile", "Repli", "Ligotage"] faker-1.9.1/lib/locales/fr-CH.yml000066400000000000000000000654241332146201300164320ustar00rootroot00000000000000fr-CH: faker: address: country_code: [CH, CH, CH, DE, AT, US, LI, US, HK, VN] postcode: ['1###', '2###', '3###', '4###', '5###', '6###', '7###', '8###', '9###'] default_country: [Suisse] building_number: ['####', '###', '##', '#'] street_prefix: ["Allée, Voie", "Rue", "Avenue", "Boulevard", "Quai", "Passage", "Impasse", "Place"] secondary_address: ['Apt. ###', '# étage'] state: [Zürich, Bern, Luzern, Uri, Schwyz, Obwalden, Nidwalden, Glarus, Zug, Fribourg, Solothurn, Basel, Basel, Schaffhausen, Appenzell, Appenzell, St, Graubünden, Aargau, Thurgau, Ticino, Vaud, Valais, Neuchâtel, Geneva, Jura] city_name: ["Zürich","Bern","Luzern","Schwyz","Obwalden","Nidwalden","Glarus","Zug","Freiburg","Solothurn","Basel-Stadt","Basel-Landschaft","Schaffhausen","Appenzell Ausserrhoden","Appenzell Innerrhoden","St. Gallen","Graubünden, Grischun, Grigioni","Aargau","Thurgau","Ticino","Waadt","Wallis","Neuenburg","Genf"] city: - "#{city_name}" street_suffix: ["du 1er-Juin","du 31- Décembre","Firmin-ABAUZIT","AGASSE","des Allobroges","des Alpes","Jean-Charles-AMAT","Roi-Victor-AMÉ","Henri-Frédéric-AMIEL","des Amis","de l'Ancien-Lavoir","de l'Ancien-Port","Ancienne","d'Aoste","ARGAND","des Arpenteurs","de l'Arquebuse","de l'Aspergière","des Asters","des Ateliers","de l'Athénée","de l'Aubépine","Dr-Georges-AUDÉOUD","des Avanchis","de l'Avenir","du Bachet","de la Baillive","des Bains","de Bâle","Jacques-BALMAT","de Bandol","Otto-BARBLAN","des Barques","Maurice-BARRAUD","des Barrières","Jean-François-BARTHOLONI","BARTON","des Battoirs","BAUDIT","BAULACRE","BAUTTE","BAYLON","Beau-Site","de Beaulieu","Beauregard","François-BELLOT","du Belvédère","Bémont"] street_name: - "#{street_prefix} #{street_suffix}" street_address: - "#{street_name} #{building_number}" default_country: [Suisse] company: suffix: [AG, GmbH, et associés, "& Co.", Groupe, LLC, Inc.] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} et #{Name.last_name}" internet: free_email: [gmail.com, yahoo.ch, hotmail.ch] domain_suffix: [com, net, biz, ch, li, at, ch, ch] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] name: first_name: [Enzo, Lucas, Mathis, Nathan, Thomas, Hugo, Théo, Tom, Louis, Raphaël, Clément, Léo, Mathéo, Maxime, Alexandre, Antoine, Yanis, Paul, Baptiste, Alexis, Gabriel, Arthur, Jules, Ethan, Noah, Quentin, Axel, Evan, Mattéo, Romain, Valentin, Maxence, Noa, Adam, Nicolas, Julien, Mael, Pierre, Rayan, Victor, Mohamed, Adrien, Kylian, Sacha, Benjamin, Léa, Clara, Manon, Chloé, Camille, Ines, Sarah, Jade, Lola, Anaïs, Lucie, Océane, Lilou, Marie, Eva, Romane, Lisa, Zoe, Julie, Mathilde, Louise, Juliette, Clémence, Célia, Laura, Lena, Maëlys, Charlotte, Ambre, Maeva, Pauline, Lina, Jeanne, Lou, Noémie, Justine, Louna, Elisa, Alice, Emilie, Carla, Maëlle, Alicia, Mélissa] last_name: [Martin, Bérnard, Dubois, Thomas, Robért, Richard, Pétit, Durand, Léroy, Moréau, Simon, Laurént, Lefévre, Michél, Garcia, David, Bértrand, Roux, Vincent, Fourniér, Morél, Girard, André, Lévêque , Merciér, Dupont, Lambért, Bonnét, Francois, Martinéz, Légrand, Garniér, Fauré, Rousséau, Blanc, Guérin, Mullér, Hénry, Roussél, Nicolas, Pérrin, Morin, Mathiéu, Clemént, Gauthiér, Dumont, Lopéz, Fontainé, Chevaliér, Robin, Masson, Sanchéz, Gérard, Nguyén, Boyér, Dvnis, Lemairé, Duval, Joly, Gautiér, Rogér,Roché, Roy, Noél, Meyér, Lucas, Méunier,Jéan, Peréz, Marchand, Dufour, Blanchard, Marié, Barbiér, Brun, Dumas, Brunét, Schmitt, Leroux, Colin, Fernandéz, Piérre, Rénard, Arnaud, Rolland, Caron, Aubért, Giraud, Leclérc, Vidal, Bourgéois, Renaud, Lemoiné, Picard, Gaillard, Philippé, Leclércq, Lacroix, Fabré, Dupuis, Oliviér, Rodriguéz, Da silva, Hubért, Louis, Charlés, Guillot, Rivieré, Le gall, Guillaume, Adam, Rey, Moulin, Gonzaléz, Bergér, Lecomté, Ménard, Fléury, Déschamps, Carpéntier, Julién, Bénoit, Maillard, Marchal, Aubry, Vasséur, Le roux, Rénault, Jacquét, Collét, Prévost, Poiriér, Charpéntier, Royér, Huét, Baron, Dupuy, Pons, Paul, Lainé, Carré, Bréton, Rémy, Schneidér, Pérrot, Guyot,Barré, Marty, Cousin] prefix: [M, Mme, Mlle, Dr, Prof] title: job: [Superviseur, Executif, Manager, Ingenieur, Specialiste, Directeur, Coordinateur, Administrateur, Architecte, Analyste, Designer, Technicien, Developpeur, Producteur, Consultant, Assistant, Agent, Stagiaire] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{last_name} #{first_name}" phone_number: formats: ['', '02########', '03########', '04########', '05########', '09########', '+41 1########', '+41 2########', '+41 3########', '+41 4########', '+41 5########', '+41 9########', '01 ## ## ## ##', '02 ## ## ## ##', '03 ## ## ## ##', '04 ## ## ## ##', '05 ## ## ## ##', '09 ## ## ## ##', '+41 1 ## ## ## ##', '+41 2 ## ## ## ##', '+41 3 ## ## ## ##', '+41 4 ## ## ## ##', '+41 5 ## ## ## ##', '+41 9 ## ## ## ##'] cell_phone: formats: ['#####.######', '+41.####.######'] book: title: ['La Discipline des orphelins', 'Le Couloir de tous les mépris', "L'Odeur du sanglier", 'La Promise du voyeur', "L'Odyssée invisible", 'La Soumission comme passion', 'Le Siècle de la rue voisine', 'Le Désir des femmes fortes', 'Pourquoi je mens ?', 'La Peau des savants', 'La progéniture du mal'] author: "#{Name.name}" publisher: ['Éditions du Soleil', 'La Perdrix', 'Les Éditions jaune turquoise', 'Bordel père et fils', 'Au lecteur éclairé', 'Lire en dormant'] quote: ['Qui vivra verra', 'L’habit ne fait pas le moine', 'Chacun voit midi à sa porte', 'Mieux vaut prévenir que guérir', 'Petit a petit, l’oiseau fait son nid', 'Qui court deux lievres a la fois, n’en prend aucun', 'Qui n’avance pas, recule'] pokemon: names: ["Bulbizarre", "Herbizarre", "Florizarre", "Salamèche", "Reptincel", "Dracaufeu", "Carapuce", "Carabaffe", "Tortank", "Chenipan", "Chrysacier", "Papilusion", "Aspicot", "Coconfort", "Dardargnan", "Roucool", "Roucoups", "Roucarnage", "Rattata", "Rattatac", "Piafabec", "Rapasdepic", "Abo", "Arbok", "Pikachu", "Raichu", "Sabelette", "Sablaireau", "Nidoran", "Nidorina", "Nidoqueen", "Nidoran", "Nidorino", "Nidoking", "Mélofée", "Mélodelfe", "Goupix", "Feunard", "Rondoudou", "Grodoudou", "Nosférapti", "Nosféralto", "Mystherbe", "Ortide", "Rafflésia", "Paras", "Parasect", "Mimitoss", "Aéromite", "Taupiqueur", "Triopikeur", "Miaouss", "Persian", "Psykokwak", "Akwakwak", "Férosinge", "Colossinge", "Canidos", "Arcanin", "Ptitard", "Tétarte", "Tartard", "Abra", "Kadabra", "Alakazam", "Machoc", "Machopeur", "Mackogneur", "Chétiflor", "Boustiflor", "Empiflor", "Tentacool", "Tentacruel", "Racaillou", "Gravalanche", "Grolem", "Ponyta", "Galopa", "Ramoloss", "Flagadoss", "Magnéti", "Magnéton", "Canarticho", "Doduo", "Dodrio", "Otaria", "Lamantine", "Tadmorv", "Grotadmorv", "Kokyas", "Crustabri", "Fantominus", "Spectrum", "Ectoplasma", "Onix", "Soporifik", "Hypnomade", "Krabby", "Kraboss", "Voltorb", "Electrode", "Noeunoeuf", "Noadkoko", "Osselait", "Ossatueur", "Kicklee", "Tygnon", "Excelangue", "Smogo", "Smogogo", "Rhinocorne", "Rhinoféros", "Leveinard", "Saquedeneu", "Kangourex", "Hypotrempe", "Hypocéan", "Poissirène", "Poissoroy", "Stari", "Staross", "Mr. Mime", "Insécateur", "Lippoutou", "Elektek", "Magmar", "Scarabrute", "Tauros", "Magicarpe", "Léviator", "Lokhlass", "Métamorph", "Evoli", "Aquali", "Voltali", "Pyroli", "Porygon", "Amonita", "Amonistar", "Kabuto", "Kabutops", "Ptéra", "Ronflex", "Artikodin", "Electhor", "Sulfura", "Minidraco", "Draco", "Dracolosse", "Mewtwo", "Mew"] locations: ["Arabelle", "Roche-sur-Gliffe", "Flusselles", "Rotombourg", "Quarellis", "Pavonnay", "Ecorcia", "Ville noire", "Ebenelle", "Fort-Vanitas", "Joliberge", "Volucité", "Celadopole", "Célestia", "Azuria", "Ville-Griotte", "Irisia", "Cramois'Île", "Port Tempères", "Mozheim", "Relifac-le-Haut", "La Frescale", "Myokara", "Port Yoneuve", "Rosalia", "Vestigion", "Eternara", "Autéquia", "Zone de Combat", "Île 5", "Floraville", "Amaillide", "Cimetronelle", "Île 4", "Atrium Combat", "Parmanie", "Cromlac'h", "Doublonville", "Unionpolis", "Papeloa", "Flocombe", "Féli-Cité", "Batisques", "Entrelasque", "Vermilava", "Lavanville", "Romant-sous-Bois", "Arpentières", "Bourg-en-Vol", "Nénucrique", "Illumis", "Acajou", "Lavandia", "Parsemille", "Algatia", "Maillard", "Bourg Geon", "Méanville", "Renouet", "Rosyères", "Oliville", "Île 1", "Janusia", "Charbourg", "Pacifiville", "Bourg Palette", "Verchamps", "Clémenti-Ville", "Argenta", "Aire de Détente", "Mérouville", "Portail Safari", "Safrania", "Littorella", "Neuvartault", "Ogoesse", "Île 7", "Yantreizh", "Île 6", "Poivressel", "Auffrac-les-Congères", "Frimapic", "Bonville", "Atalanopolis", "Rivamar", "Aire de Survie", "Île 3", "Bonaugure", "Île 2", "Vaguelone", "Bourg Croquis", "Voilaroc", "Vergazon", "Carmin sur Mer", "Mauville", "Ondes-sur-Mer", "Jadielle", "Forêt Blanche"] moves: ["Vol-Vie", "Acide", "Acidarmure", "Hâte", "Amnésie", "Onde Boréale", "Pilonnage", "Bouclier", "Patience", "Etreinte", "Morsure", "Blizzard", "Plaquage", "Massd'Os", "Osmerang", "Ecume", "Bulles d'O", "Claquoir", "Poing Comète", "Onde Folie", "Choc Mental", "Constriction", "Conversion", "Riposte", "Pince-Masse", "Coupe", "Boul'Armure", "Tunnel", "Entrave", "Uppercut", "Double-Pied", "Torgnoles", "Reflet", "Damoclès", "Draco-Rage", "Dévorêve", "Bec Vrille", "Séisme", "Bomb'Oeuf", "Flammèche", "Explosion", "Déflagration", "Poing de Feu", "Danse Flamme", "Abîme", "Lance-Flamme", "Flash", "Vol", "Puissance", "Furie", "Combo-Griffe", "Regard Médusant", "Rugissement", "Croissance", "Guillotine", "Tornade", "Armure", "Buée Noire", "Coup d'Boule", "Pied Voltige", "Koud'Korne", "Empal'Korne", "Hydrocanon", "Ultralaser", "Croc de Mort", "Hypnose", "Laser Glace", "Poing-Glace", "Pied Sauté", "Poing Karaté", "Télékinésie", "Vampirisme", "Vampigraine", "Groz'Yeux", "Léchouille", "Mur Lumière", "Grobisou", "Balayage", "Yoga", "Méga-Sangsue", "Ultimawashi", "Ultimapoing", "Métronome", "Copie", "Lilliput", "Mimique", "Brume", "Ombre Nocturne", "Jackpot", "Picpic", "Danse-Fleur", "Dard-Nuée", "Gaz Toxik", "Poudre Poison", "Dard-Venin", "Ecras'Face", "Rafale Psy", "Psyko", "Vague Psy", "Vive-Attaque", "Frénésie", "Tranch'Herbe", "Coupe-Vent", "Soin", "Protection", "Repos", "Hurlement", "Eboulement", "Jet-Pierres", "Mawashi Geri", "Jet de Sable", "Griffe", "Grincement", "Amplitude", "Destruction", "Affûtage", "Berceuse", "Coud'Krâne", "Piqué", "Souplesse", "Tranche", "Poudre Dodo", "Détritus", "Purédpois", "Brouillard", "E-Coque", "Lance-Soleil", "Sonicboom", "Picanon", "Trempette", "Spore", "Ecrasement", "Force", "Sécrétion", "Lutte", "Para-Spore", "Sacrifice", "Clonage", "Croc Fatal", "Ultrason", "Surf", "Météores", "Danse-Lames", "Charge", "Mimi-Queue", "Bélier", "Téléport", "Mania", "Fatal-Foudre", "Poing-Eclair", "Eclair", "Cage-Eclair", "Tonnerre", "Toxic", "Morphing", "Triplattaque", "Double-Dard", "Force Poigne", "Fouet Liane", "Pistolet à O", "Cascade", "Cyclone", "Cru-Aile", "Repli", "Ligotage"] faker-1.9.1/lib/locales/fr.yml000066400000000000000000000703261332146201300161370ustar00rootroot00000000000000fr: faker: address: country_code: ['FR'] building_number: ['####', '###', '##', '#'] street_prefix: ["Allée, Voie", "Rue", "Avenue", "Boulevard", "Quai", "Passage", "Impasse", "Place"] secondary_address: ['Apt. ###', '# étage'] postcode: ['#####'] state: ['Alsace', 'Aquitaine', 'Auvergne', 'Basse-Normandie', 'Bourgogne', 'Bretagne', 'Centre', 'Champagne-Ardenne', 'Corse', 'Franche-Comté', 'Guadeloupe', 'Guyane', 'Haute-Normandie', 'Île-de-France', 'La Réunion', 'Languedoc-Roussillon', 'Limousin', 'Lorraine', 'Martinique', 'Mayotte', 'Midi-Pyrénées', 'Nord-Pas-de-Calais', 'Pays de la Loire', 'Picardie', 'Poitou-Charentes', "Provence-Alpes-Côte d'Azur", 'Rhône-Alpes'] city_name: ["Paris", "Marseille", "Lyon", "Toulouse", "Nice", "Nantes", "Strasbourg", "Montpellier", "Bordeaux", "Lille", "Rennes", "Reims", "Le Havre", "Saint-Étienne", "Toulon", "Grenoble", "Dijon", "Angers", "Saint-Denis", "Villeurbanne", "Le Mans", "Aix-en-Provence", "Brest", "Nîmes", "Limoges", "Clermont-Ferrand", "Tours", "Amiens", "Metz", "Perpignan", "Besançon", "Orléans", "Boulogne-Billancourt", "Mulhouse", "Rouen", "Caen", "Nancy", "Saint-Denis", "Saint-Paul", "Montreuil", "Argenteuil", "Roubaix", "Dunkerque14", "Tourcoing", "Nanterre", "Avignon", "Créteil", "Poitiers", "Fort-de-France", "Courbevoie", "Versailles", "Vitry-sur-Seine", "Colombes", "Pau", "Aulnay-sous-Bois", "Asnières-sur-Seine", "Rueil-Malmaison", "Saint-Pierre", "Antibes", "Saint-Maur-des-Fossés", "Champigny-sur-Marne", "La Rochelle", "Aubervilliers", "Calais", "Cannes", "Le Tampon", "Béziers", "Colmar", "Bourges", "Drancy", "Mérignac", "Saint-Nazaire", "Valence", "Ajaccio", "Issy-les-Moulineaux", "Villeneuve-d'Ascq", "Levallois-Perret", "Noisy-le-Grand", "Quimper", "La Seyne-sur-Mer", "Antony", "Troyes", "Neuilly-sur-Seine", "Sarcelles", "Les Abymes", "Vénissieux", "Clichy", "Lorient", "Pessac", "Ivry-sur-Seine", "Cergy", "Cayenne", "Niort", "Chambéry", "Montauban", "Saint-Quentin", "Villejuif", "Hyères", "Beauvais", "Cholet"] city: - "#{city_name}" street_suffix: ["de l'Abbaye", "Adolphe Mille", "d'Alésia", "d'Argenteuil", "d'Assas", "du Bac", "de Paris", "La Boétie", "Bonaparte", "de la Bûcherie", "de Caumartin", "Charlemagne", "du Chat-qui-Pêche", "de la Chaussée-d'Antin", "du Dahomey", "Dauphine", "Delesseux", "du Faubourg Saint-Honoré", "du Faubourg-Saint-Denis", "de la Ferronnerie", "des Francs-Bourgeois", "des Grands Augustins", "de la Harpe", "du Havre", "de la Huchette", "Joubert", "Laffitte", "Lepic", "des Lombards", "Marcadet", "Molière", "Monsieur-le-Prince", "de Montmorency", "Montorgueil", "Mouffetard", "de Nesle", "Oberkampf", "de l'Odéon", "d'Orsel", "de la Paix", "des Panoramas", "Pastourelle", "Pierre Charron", "de la Pompe", "de Presbourg", "de Provence", "de Richelieu", "de Rivoli", "des Rosiers", "Royale", "d'Abbeville", "Saint-Honoré", "Saint-Bernard", "Saint-Denis", "Saint-Dominique", "Saint-Jacques", "Saint-Séverin", "des Saussaies", "de Seine", "de Solférino", "Du Sommerard", "de Tilsitt", "Vaneau", "de Vaugirard", "de la Victoire", "Zadkine"] street_name: - "#{street_prefix} #{street_suffix}" street_address: - "#{building_number} #{street_name}" default_country: [France] company: suffix: [SARL, SA, EURL, SAS, SEM, SCOP, GIE, EI] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name} et #{Name.last_name}" internet: free_email: [gmail.com, yahoo.fr, hotmail.fr] domain_suffix: [com, fr, eu, info, name, net, org, immo, paris, alsace, bzh] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] name: first_name: [Enzo, Lucas, Mathis, Nathan, Thomas, Hugo, Théo, Tom, Louis, Raphaël, Clément, Léo, Mathéo, Maxime, Alexandre, Antoine, Yanis, Paul, Baptiste, Alexis, Gabriel, Arthur, Jules, Ethan, Noah, Quentin, Axel, Evan, Mattéo, Romain, Valentin, Maxence, Noa, Adam, Nicolas, Julien, Mael, Pierre, Rayan, Victor, Mohamed, Adrien, Kylian, Sacha, Benjamin, Léa, Clara, Manon, Chloé, Camille, Ines, Sarah, Jade, Lola, Anaïs, Lucie, Océane, Lilou, Marie, Eva, Romane, Lisa, Zoe, Julie, Mathilde, Louise, Juliette, Clémence, Célia, Laura, Lena, Maëlys, Charlotte, Ambre, Maeva, Pauline, Lina, Jeanne, Lou, Noémie, Justine, Louna, Elisa, Alice, Emilie, Carla, Maëlle, Alicia, Mélissa] last_name: [Martin, Bérnard, Dubois, Thomas, Robért, Richard, Pétit, Durand, Léroy, Moréau, Simon, Laurént, Lefévre, Michél, Garcia, David, Bértrand, Roux, Vincent, Fourniér, Morél, Girard, André, Lévêque , Merciér, Dupont, Lambért, Bonnét, Francois, Martinéz, Légrand, Garniér, Fauré, Rousséau, Blanc, Guérin, Mullér, Hénry, Roussél, Nicolas, Pérrin, Morin, Mathiéu, Clemént, Gauthiér, Dumont, Lopéz, Fontainé, Chevaliér, Robin, Masson, Sanchéz, Gérard, Nguyén, Boyér, Dvnis, Lemairé, Duval, Joly, Gautiér, Rogér,Roché, Roy, Noél, Meyér, Lucas, Méunier,Jéan, Peréz, Marchand, Dufour, Blanchard, Marié, Barbiér, Brun, Dumas, Brunét, Schmitt, Leroux, Colin, Fernandéz, Piérre, Rénard, Arnaud, Rolland, Caron, Aubért, Giraud, Leclérc, Vidal, Bourgéois, Renaud, Lemoiné, Picard, Gaillard, Philippé, Leclércq, Lacroix, Fabré, Dupuis, Oliviér, Rodriguéz, Da silva, Hubért, Louis, Charlés, Guillot, Rivieré, Le gall, Guillaume, Adam, Rey, Moulin, Gonzaléz, Bergér, Lecomté, Ménard, Fléury, Déschamps, Carpéntier, Julién, Bénoit, Paris, Maillard, Marchal, Aubry, Vasséur, Le roux, Rénault, Jacquét, Collét, Prévost, Poiriér, Charpéntier, Royér, Huét, Baron, Dupuy, Pons, Paul, Lainé, Carré, Bréton, Rémy, Schneidér, Pérrot, Guyot,Barré, Marty, Cousin] prefix: [M, Mme, Mlle, Dr, Prof] title: job: [Superviseur, Executif, Manager, Ingenieur, Specialiste, Directeur, Coordinateur, Administrateur, Architecte, Analyste, Designer, Technicien, Developpeur, Producteur, Consultant, Assistant, Agent, Stagiaire] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{last_name} #{first_name}" phone_number: formats: ['01########', '02########', '03########', '04########', '05########', '09########', '+33 1########', '+33 2########', '+33 3########', '+33 4########', '+33 5########', '+33 9########', '01 ## ## ## ##', '02 ## ## ## ##', '03 ## ## ## ##', '04 ## ## ## ##', '05 ## ## ## ##', '09 ## ## ## ##', '+33 1 ## ## ## ##', '+33 2 ## ## ## ##', '+33 3 ## ## ## ##', '+33 4 ## ## ## ##', '+33 5 ## ## ## ##', '+33 9 ## ## ## ##'] cell_phone: formats: ['06########', '07########', '+33 6########', '+33 7########', '06 ## ## ## ##', '07 ## ## ## ##', '+33 6 ## ## ## ##', '+33 7 ## ## ## ##'] book: title: ['La Discipline des orphelins', 'Le Couloir de tous les mépris', "L'Odeur du sanglier", 'La Promise du voyeur', "L'Odyssée invisible", 'La Soumission comme passion', 'Le Siècle de la rue voisine', 'Le Désir des femmes fortes', 'Pourquoi je mens ?', 'La Peau des savants', 'La progéniture du mal'] author: "#{Name.name}" publisher: ['Éditions du Soleil', 'La Perdrix', 'Les Éditions jaune turquoise', 'Bordel père et fils', 'Au lecteur éclairé', 'Lire en dormant'] quote: ['Qui vivra verra', 'L’habit ne fait pas le moine', 'Chacun voit midi à sa porte', 'Mieux vaut prévenir que guérir', 'Petit a petit, l’oiseau fait son nid', 'Qui court deux lievres a la fois, n’en prend aucun', 'Qui n’avance pas, recule'] pokemon: names: ["Bulbizarre", "Herbizarre", "Florizarre", "Salamèche", "Reptincel", "Dracaufeu", "Carapuce", "Carabaffe", "Tortank", "Chenipan", "Chrysacier", "Papilusion", "Aspicot", "Coconfort", "Dardargnan", "Roucool", "Roucoups", "Roucarnage", "Rattata", "Rattatac", "Piafabec", "Rapasdepic", "Abo", "Arbok", "Pikachu", "Raichu", "Sabelette", "Sablaireau", "Nidoran", "Nidorina", "Nidoqueen", "Nidoran", "Nidorino", "Nidoking", "Mélofée", "Mélodelfe", "Goupix", "Feunard", "Rondoudou", "Grodoudou", "Nosférapti", "Nosféralto", "Mystherbe", "Ortide", "Rafflésia", "Paras", "Parasect", "Mimitoss", "Aéromite", "Taupiqueur", "Triopikeur", "Miaouss", "Persian", "Psykokwak", "Akwakwak", "Férosinge", "Colossinge", "Canidos", "Arcanin", "Ptitard", "Tétarte", "Tartard", "Abra", "Kadabra", "Alakazam", "Machoc", "Machopeur", "Mackogneur", "Chétiflor", "Boustiflor", "Empiflor", "Tentacool", "Tentacruel", "Racaillou", "Gravalanche", "Grolem", "Ponyta", "Galopa", "Ramoloss", "Flagadoss", "Magnéti", "Magnéton", "Canarticho", "Doduo", "Dodrio", "Otaria", "Lamantine", "Tadmorv", "Grotadmorv", "Kokyas", "Crustabri", "Fantominus", "Spectrum", "Ectoplasma", "Onix", "Soporifik", "Hypnomade", "Krabby", "Kraboss", "Voltorb", "Electrode", "Noeunoeuf", "Noadkoko", "Osselait", "Ossatueur", "Kicklee", "Tygnon", "Excelangue", "Smogo", "Smogogo", "Rhinocorne", "Rhinoféros", "Leveinard", "Saquedeneu", "Kangourex", "Hypotrempe", "Hypocéan", "Poissirène", "Poissoroy", "Stari", "Staross", "Mr. Mime", "Insécateur", "Lippoutou", "Elektek", "Magmar", "Scarabrute", "Tauros", "Magicarpe", "Léviator", "Lokhlass", "Métamorph", "Evoli", "Aquali", "Voltali", "Pyroli", "Porygon", "Amonita", "Amonistar", "Kabuto", "Kabutops", "Ptéra", "Ronflex", "Artikodin", "Electhor", "Sulfura", "Minidraco", "Draco", "Dracolosse", "Mewtwo", "Mew"] locations: ["Arabelle", "Roche-sur-Gliffe", "Flusselles", "Rotombourg", "Quarellis", "Pavonnay", "Ecorcia", "Ville noire", "Ebenelle", "Fort-Vanitas", "Joliberge", "Volucité", "Celadopole", "Célestia", "Azuria", "Ville-Griotte", "Irisia", "Cramois'Île", "Port Tempères", "Mozheim", "Relifac-le-Haut", "La Frescale", "Myokara", "Port Yoneuve", "Rosalia", "Vestigion", "Eternara", "Autéquia", "Zone de Combat", "Île 5", "Floraville", "Amaillide", "Cimetronelle", "Île 4", "Atrium Combat", "Parmanie", "Cromlac'h", "Doublonville", "Unionpolis", "Papeloa", "Flocombe", "Féli-Cité", "Batisques", "Entrelasque", "Vermilava", "Lavanville", "Romant-sous-Bois", "Arpentières", "Bourg-en-Vol", "Nénucrique", "Illumis", "Acajou", "Lavandia", "Parsemille", "Algatia", "Maillard", "Bourg Geon", "Méanville", "Renouet", "Rosyères", "Oliville", "Île 1", "Janusia", "Charbourg", "Pacifiville", "Bourg Palette", "Verchamps", "Clémenti-Ville", "Argenta", "Aire de Détente", "Mérouville", "Portail Safari", "Safrania", "Littorella", "Neuvartault", "Ogoesse", "Île 7", "Yantreizh", "Île 6", "Poivressel", "Auffrac-les-Congères", "Frimapic", "Bonville", "Atalanopolis", "Rivamar", "Aire de Survie", "Île 3", "Bonaugure", "Île 2", "Vaguelone", "Bourg Croquis", "Voilaroc", "Vergazon", "Carmin sur Mer", "Mauville", "Ondes-sur-Mer", "Jadielle", "Forêt Blanche"] moves: ["Vol-Vie", "Acide", "Acidarmure", "Hâte", "Amnésie", "Onde Boréale", "Pilonnage", "Bouclier", "Patience", "Etreinte", "Morsure", "Blizzard", "Plaquage", "Massd'Os", "Osmerang", "Ecume", "Bulles d'O", "Claquoir", "Poing Comète", "Onde Folie", "Choc Mental", "Constriction", "Conversion", "Riposte", "Pince-Masse", "Coupe", "Boul'Armure", "Tunnel", "Entrave", "Uppercut", "Double-Pied", "Torgnoles", "Reflet", "Damoclès", "Draco-Rage", "Dévorêve", "Bec Vrille", "Séisme", "Bomb'Oeuf", "Flammèche", "Explosion", "Déflagration", "Poing de Feu", "Danse Flamme", "Abîme", "Lance-Flamme", "Flash", "Vol", "Puissance", "Furie", "Combo-Griffe", "Regard Médusant", "Rugissement", "Croissance", "Guillotine", "Tornade", "Armure", "Buée Noire", "Coup d'Boule", "Pied Voltige", "Koud'Korne", "Empal'Korne", "Hydrocanon", "Ultralaser", "Croc de Mort", "Hypnose", "Laser Glace", "Poing-Glace", "Pied Sauté", "Poing Karaté", "Télékinésie", "Vampirisme", "Vampigraine", "Groz'Yeux", "Léchouille", "Mur Lumière", "Grobisou", "Balayage", "Yoga", "Méga-Sangsue", "Ultimawashi", "Ultimapoing", "Métronome", "Copie", "Lilliput", "Mimique", "Brume", "Ombre Nocturne", "Jackpot", "Picpic", "Danse-Fleur", "Dard-Nuée", "Gaz Toxik", "Poudre Poison", "Dard-Venin", "Ecras'Face", "Rafale Psy", "Psyko", "Vague Psy", "Vive-Attaque", "Frénésie", "Tranch'Herbe", "Coupe-Vent", "Soin", "Protection", "Repos", "Hurlement", "Eboulement", "Jet-Pierres", "Mawashi Geri", "Jet de Sable", "Griffe", "Grincement", "Amplitude", "Destruction", "Affûtage", "Berceuse", "Coud'Krâne", "Piqué", "Souplesse", "Tranche", "Poudre Dodo", "Détritus", "Purédpois", "Brouillard", "E-Coque", "Lance-Soleil", "Sonicboom", "Picanon", "Trempette", "Spore", "Ecrasement", "Force", "Sécrétion", "Lutte", "Para-Spore", "Sacrifice", "Clonage", "Croc Fatal", "Ultrason", "Surf", "Météores", "Danse-Lames", "Charge", "Mimi-Queue", "Bélier", "Téléport", "Mania", "Fatal-Foudre", "Poing-Eclair", "Eclair", "Cage-Eclair", "Tonnerre", "Toxic", "Morphing", "Triplattaque", "Double-Dard", "Force Poigne", "Fouet Liane", "Pistolet à O", "Cascade", "Cyclone", "Cru-Aile", "Repli", "Ligotage"] faker-1.9.1/lib/locales/he.yml000066400000000000000000000056141332146201300161220ustar00rootroot00000000000000# encoding: UTF-8 he: faker: address: city_prefix: [רמת,הר,גבעת,כפר] city: - "#{city_prefix} #{Name.first_name}" - "#{city_prefix} #{Name.last_name}" building_number: ['##', '#'] street_prefix: [רחוב,רחוב,נחל,דרך,שדרות] street_name: - "#{street_prefix} #{Name.name}" street_address: - "#{building_number} #{street_name}" - "#{street_name} #{building_number}" default_country: [ישראל] phone_number: formats: ['0#-###-####'] cell_phone: formats: ['0##-###-####'] name: first_name: [אביבה,אביגדור,אביגיל,אברהם,אהובה,אהוד,אהרן,אורה,אורי,אוריאל,אורית,אורלי,איילה,איילת,איתן,אלי,אליהו,אלימלך,אליעזר,אלישבע,אלישע,אלעזר,אמונה,אסנת,אסתר,אפרים,אריאל,אריאלה,אריה,אשר,בועז,ביילה,בינה,בנימין,בצלאל,ברוך,ברכה,ברק,בתיה,גאולה,גבריאל,גד,גדליה,גילה,גרשום,גרשון,דבורה,דוב,דוד,דינה,דן,דניאל,הדסה,הדר,הודיה,הלל,זאב,זבולון,זהבה,זכריה,זלמן,זרח,חביבה,חגי,חגית,חוה,חזקיהו,חיה,חיים,חנה,חנוך,חנן,חננאל,חנניה,טובה,טוביה,טל,טליה,יאיר,ידידיה,יהודה,יהודית,יהושע,יואל,יובל,יוחנן,יוכבד,יונה,יונתן,יוסף,יחזקאל,יחיאל,יעקב,יצחק,ירחמיאל,ישעיהו,ישראל,יששכר,כלב,כרמי,לאה,לבונה,לבנה,לוי,ליאורה,לילה,מאיר,מאירה,מוריה,מזל,מיכאל,מיכה,מיכל,מלכה,מלכיאל,מנוחה,מנחם,מנשה,מרדכי,מרים,משה,מתתיהו,נועם,נחום,נחמה,נחמיה,נחמן,נחשון,נעמי,נפתלי,נתן,נתנאל,עדינה,עובדיה,עזרא,עזריאל,עטרה,עמוס,עמרם,עקיבא,פנחס,פנינה,פסח,פסחיה,פרץ,צבי,צביה,צדוק,צופיה,ציון,ציונה,צמח,צפורה,צפניה,ראובן,רבקה,רות,רחל,רחמים,רינה,רפאל,שבתאי,שולמית,שושנה,שי,שירה,שלום,שלומית,שלמה,שמואל,שמחה,שמעון,שמריהו,שמשון,שפרה,שרה,שרון,שרי,תהילה,תמר,תקווה] last_name: [כהן,לוי,מזרחי,פרץ,ביטון,דהן,אברהם,פרידמן,אגבאריה,מלכה,אזולאי,כץ,יוסף,דוד,עמר,אוחיון,חדד,גבאי,אדרי,לוין,טל,קליין,חן,שפירא,חזן,משה,אשכנזי,אוחנה,סגל,סואעד,גולן,יצחק,בר,מור,יעקב,שלום,אליהו,דיין,אלבז,בכר,סויסה,שמש,רוזנברג,לביא,אטיאס,נחום,שרעבי,שטרן,ממן,שחר,אלון,שורץ] name: - "#{first_name} #{last_name}" faker-1.9.1/lib/locales/id.yml000066400000000000000000000213651332146201300161230ustar00rootroot00000000000000id: faker: name: first_name: [Aan, Adi, Aditya, Agus, Ahmad, Aji, Andi, Anita, Anton, Arif, Arya, Aulia, Bagas, Bagus, Bambang, Bayu, Beni, Bima, Budi, Chandra, Choirul, Citra, Danang, David, Dea, Deni, Derry, Desi, Devi, Diah, Dimas, Dina, Dion, Edi, Edwin, Effendi, Endang, Erika, Ferdian, Fika, Galih, Gita, Gugun, Hamdan, Hengky, Heni, Heri, Heru, Imam, Iman, Indah, Indra, Iwan, Jaka, Jaya, Kartika, Kartini, Kemal, Khrisna, Kiki, Komar, Lely, Lia, Liana, Lidya, Lisa, Mahesa, Martin, Merry, Muhammad, Niko, Nina, Nisa, Noval, Oki, Okta, Olivia, Pandu, Popi, Pradipta, Prily, Prima, Putri, Qomar, Qorri, Raditya, Rahmat, Roni, Rosa, Rudi, Ruslan, Salim, Sandi, Setya, Sigit, Slamet, Tiara, Tito, Tomi, Toni, Topan, Tri, Udin, Umar, Unang, Valentinus, Vanya, Vicky, Victor, Vira, Vivi, Wahyu, Wawan, Wendy, Wira, Wisnu, Yahya, Yanuar, Yoga, Yossi, Yudha, Yudhistira, Yudi, Zaenal] last_name: [Abdullah, Adriansyah, Alamsyah, Andrianto, Ardianto, Aristianto, Armansyah, Atmadja, Basri, Bimantara, Bintara, Budiarto, Budiman, Budiono, Cahyadi, Cahyono, Candrawijaya, Ciputra, Daniawan, Darmadi, Darmawan, Dinata, Djunaedi, Dwiantoro, Dzulfikar, Erik, Erlangga, Fachri, Fachriawan, Fauzi, Febriansyah, Ferdian, Ferianto, Firmansyah, Gautama, Ginanjar, Ginting, Gondokusumo, Gozali, Gunajaya, Gunardi, Hadiwijaya, Handaru, Harjono, Hartanto, Hartono, Haryanto, Hendrawinata, Hermawan, Idris, Ikhsan, Ilham, Indragiri, Indrajaya, Ismail, Iswanto, Januar, Jayadi, Jayadinata, Jayakusuma, Junaedi, Kartawijaya, Komarudin, Kurniadi, Kurnianto, Kurniawan, Kusuma, Kusumawardhana, Lazuardi, Lesmana, Linggar, Listiyono, Listyawan, Madjid, Mahendra, Maheswara, Mardiansyah, Mardianto, Marzuki, Maulana, Nababan, Nainggolan, Nasrudin, Novianto, Nugraha, Nurdiansyah, Oktara, Oktavian, Ongky, Pahlevi, Pradhana, Pradipta, Pranata, Prawira, Pribadi, Qodir, Riansyah, Rianto, Riyadi, Rudianto, Rusli, Rusmana, Rustam, Sanjaya, Santoso, Sapta, Saputra, Saragih, Satria, Setiawan, Sugianto, Sugiarto, Suhendra, Suryatama, Taslim, Thamrin, Tjahjadi, Triwijaya, Umbara, Unggul, Utama, Virgiawan, Waluyo, Wardhana, Wicaksono, Wijanarko, Wijaya, Winardi, Winarta, Wirawan, Yudhanto, Yudhistira, Yudhiswara, Yulianto, Zaenal, Zaini, Zulfikara, Zulfikri, Zulkarnain] name: "#{first_name} #{last_name}" address: city_name: [Aceh Barat, Aceh Barat Daya, Aceh Besar, Aceh Jaya, Aceh Selatan, Aceh Singkil, Aceh Tamiang, Aceh Tengah, Aceh Tenggara, Aceh Timur, Aceh Utara, Agam, Alor, Ambon, Asahan, Asmat, Badung, Balangan, Balikpapan, Banda Aceh, Bandar Lampung, Bandung, Bandung Barat, Banggai, Banggai Kepulauan, Bangka, Bangka Barat, Bangka Selatan, Bangka Tengah, Bangkalan, Bangli, Banjar, Banjar Baru, Banjarmasin, Banjarnegara, Bantaeng, Bantul, Banyu Asin, Banyumas, Banyuwangi, Barito Kuala, Barito Selatan, Barito Timur, Barito Utara, Barru, Baru, Batam, Batang, Batang Hari, Batu, Batu Bara, Baubau, Bekasi, Belitung, Belitung Timur, Belu, Bener Meriah, Bengkalis, Bengkayang, Bengkulu, Bengkulu Selatan, Bengkulu Tengah, Bengkulu Utara, Berau, Biak Numfor, Bima, Binjai, Bintan, Bireuen, Bitung, Blitar, Blora, Boalemo, Bogor, Bojonegoro, Bolaang Mongondow, Bolaang Mongondow Selatan, Bolaang Mongondow Timur, Bolaang Mongondow Utara, Bombana, Bondowoso, Bone, Bone Bolango, Bontang, Boven Digoel, Boyolali, Brebes, Bukittinggi, Buleleng, Bulukumba, Bulungan, Bungo, Buol, Buru, Buru Selatan, Buton, Buton Utara, Ciamis, Cianjur, Cilacap, Cilegon, Cimahi, Cirebon, Dairi, Deiyai, Deli Serdang, Demak, Denpasar, Depok, Dharmasraya, Dogiyai, Dompu, Donggala, Dumai, Empat Lawang, Ende, Enrekang, Fakfak, Flores Timur, Garut, Gayo Lues, Gianyar, Gorontalo, Gorontalo Utara, Gowa, Gresik, Grobogan, Gunung Kidul, Gunung Mas, Gunungsitoli, Halmahera Barat, Halmahera Selatan, Halmahera Tengah, Halmahera Timur, Halmahera Utara, Hulu Sungai Selatan, Hulu Sungai Tengah, Hulu Sungai Utara, Humbang Hasundutan, Indragiri Hilir, Indragiri Hulu, Indramayu, Intan Jaya, Jakarta Barat, Jakarta Pusat, Jakarta Selatan, Jakarta Timur, Jakarta Utara, Jambi, Jayapura, Jayawijaya, Jember, Jembrana, Jeneponto, Jepara, Jombang, Kaimana, Kampar, Kapuas, Kapuas Hulu, Karang Asem, Karanganyar, Karawang, Karimun, Karo, Katingan, Kaur, Kayong Utara, Kebumen, Kediri, Keerom, Kendal, Kendari, Kepahiang, Kepulauan Anambas, Kepulauan Aru, Kepulauan Mentawai, Kepulauan Meranti, Kepulauan Sangihe, Kepulauan Selayar, Kepulauan Seribu, Kepulauan Sula, Kepulauan Talaud, Kepulauan Yapen, Kerinci, Ketapang, Klaten, Klungkung, Kolaka, Kolaka Utara, Konawe, Konawe Selatan, Konawe Utara, Kotamobagu, Kotawaringin Barat, Kotawaringin Timur, Kuantan Singingi, Kubu Raya, Kudus, Kulon Progo, Kuningan, Kupang, Kutai Barat, Kutai Kartanegara, Kutai Timur, Labuhan Batu, Labuhan Batu Selatan, Labuhan Batu Utara, Lahat, Lamandau, Lamongan, Lampung Barat, Lampung Selatan, Lampung Tengah, Lampung Timur, Lampung Utara, Landak, Langkat, Langsa, Lanny Jaya, Lebak, Lebong, Lembata, Lhokseumawe, Lima Puluh Kota, Lingga, Lombok Barat, Lombok Tengah, Lombok Timur, Lombok Utara, Lubuklinggau, Lumajang, Luwu, Luwu Timur, Luwu Utara, Madiun, Magelang, Magetan, Majalengka, Majene, Makassar, Malang, Malinau, Maluku Barat Daya, Maluku Tengah, Maluku Tenggara, Maluku Tenggara Barat, Mamasa, Mamberamo Raya, Mamberamo Tengah, Mamuju, Mamuju Utara, Manado, Mandailing Natal, Manggarai, Manggarai Barat, Manggarai Timur, Manokwari, Mappi, Maros, Mataram, Maybrat, Medan, Melawi, Merangin, Merauke, Mesuji, Metro, Mimika, Minahasa, Minahasa Selatan, Minahasa Tenggara, Minahasa Utara, Mojokerto, Morowali, Muara Enim, Muaro Jambi, Mukomuko, Muna, Murung Raya, Musi Banyuasin, Musi Rawas, Nabire, Nagan Raya, Nagekeo, Natuna, Nduga, Ngada, Nganjuk, Ngawi, Nias, Nias Barat, Nias Selatan, Nias Utara, Nunukan, Ogan Ilir, Ogan Komering Ilir, Ogan Komering Ulu, Ogan Komering Ulu Selatan, Ogan Komering Ulu Timur, Pacitan, Padang, Padang Lawas, Padang Lawas Utara, Padang Panjang, Padang Pariaman, Padangsidimpuan, Pagar Alam, Pakpak Bharat, Palangka Raya, Palembang, Palopo, Palu, Pamekasan, Pandeglang, Pangandaran, Pangkajene Dan Kepulauan, Pangkal Pinang, Paniai, Parepare, Pariaman, Parigi Moutong, Pasaman, Pasaman Barat, Paser, Pasuruan, Pati, Payakumbuh, Pegunungan Bintang, Pekalongan, Pekanbaru, Pelalawan, Pemalang, Pematang Siantar, Penajam Paser Utara, Pesawaran, Pesisir Barat, Pesisir Selatan, Pidie, Pidie Jaya, Pinrang, Pohuwato, Polewali Mandar, Ponorogo, Pontianak, Poso, Prabumulih, Pringsewu, Probolinggo, Pulang Pisau, Pulau Morotai, Puncak, Puncak Jaya, Purbalingga, Purwakarta, Purworejo, Raja Ampat, Rejang Lebong, Rembang, Rokan Hilir, Rokan Hulu, Rote Ndao, Sabang, Sabu Raijua, Salatiga, Samarinda, Sambas, Samosir, Sampang, Sanggau, Sarmi, Sarolangun, Sawah Lunto, Sekadau, Seluma, Semarang, Seram Bagian Barat, Seram Bagian Timur, Serang, Serdang Bedagai, Seruyan, Siak, Siau Tagulandang Biaro, Sibolga, Sidenreng Rappang, Sidoarjo, Sigi, Sijunjung, Sikka, Simalungun, Simeulue, Singkawang, Sinjai, Sintang, Situbondo, Sleman, Solok, Solok Selatan, Soppeng, Sorong, Sorong Selatan, Sragen, Subang, Subulussalam, Sukabumi, Sukamara, Sukoharjo, Sumba Barat, Sumba Barat Daya, Sumba Tengah, Sumba Timur, Sumbawa, Sumbawa Barat, Sumedang, Sumenep, Sungai Penuh, Supiori, Surabaya, Surakarta, Tabalong, Tabanan, Takalar, Tambrauw, Tana Tidung, Tana Toraja, Tanah Bumbu, Tanah Datar, Tanah Laut, Tangerang, Tangerang Selatan, Tanggamus, Tanjung Balai, Tanjung Jabung Barat, Tanjung Jabung Timur, Tanjung Pinang, Tapanuli Selatan, Tapanuli Tengah, Tapanuli Utara, Tapin, Tarakan, Tasikmalaya, Tebing Tinggi, Tebo, Tegal, Teluk Bintuni, Teluk Wondama, Temanggung, Ternate, Tidore Kepulauan, Timor Tengah Selatan, Timor Tengah Utara, Toba Samosir, Tojo Una-una, Toli-toli, Tolikara, Tomohon, Toraja Utara, Trenggalek, Tual, Tuban, Tulang Bawang Barat, Tulangbawang, Tulungagung, Wajo, Wakatobi, Waropen, Way Kanan, Wonogiri, Wonosobo, Yahukimo, Yalimo, Yogyakarta] city: - "#{city_name}" province: [Aceh, Bali, Banten, Bengkulu, DI Yogyakarta, DKI Jakarta, Gorontalo, Jambi, Jawa Barat, Jawa Tengah, Jawa Timur, Kalimantan Barat, Kalimantan Selatan, Kalimantan Tengah, Kalimantan Timur, Kalimantan Utara, Kepulauan Bangka Belitung, Kepulauan Riau, Lampung, Maluku, Maluku Utara, Nusa Tenggara Barat, Nusa Tenggara Timur, Papua, Papua Barat, Riau, Sulawesi Barat, Sulawesi Selatan, Sulawesi Tengah, Sulawesi Tenggara, Sulawesi Utara, Sumatera Barat, Sumatera Selatan, Sumatera Utara] postcode: ['#####'] building_number: ['##'] street_prefix: [Jl.] street_title: [Ahmad Yani, Diponegoro, Gajahmada, Gatot Soebroto, Hayamwuruk, Jend. Sudirman, Juanda, Kartini, MH. Thamrin, Rasuna Said] street_name: - "#{street_prefix} #{street_title}" street_address: - "#{street_name} No. #{building_number}" phone_number: formats: ['08##########', '08##-####-####', '+628#########'] faker-1.9.1/lib/locales/it.yml000066400000000000000000000342251332146201300161420ustar00rootroot00000000000000it: faker: address: city_prefix: [San, Borgo, Sesto, Quarto, Settimo] city_suffix: [a mare, lido, ligure, del friuli, salentino, calabro, veneto, "nell'emilia", umbro, laziale, terme, sardo] country: [Afghanistan, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antartide (territori a sud del 60° parallelo), Antigua e Barbuda, Argentina, Armenia, Aruba, Australia, Austria, Azerbaijan, Bahamas, Bahrain, Bangladesh, Barbados, Bielorussia, Belgio, Belize, Benin, Bermuda, Bhutan, Bolivia, Bosnia e Herzegovina, Botswana, Bouvet Island (Bouvetoya), Brasile, "Territorio dell'arcipelago indiano", Isole Vergini Britanniche, Brunei Darussalam, Bulgaria, Burkina Faso, Burundi, Cambogia, Cameroon, Canada, Capo Verde, Isole Cayman, Repubblica Centrale Africana, Chad, Cile, Cina, Isola di Pasqua, Isola di Cocos (Keeling), Colombia, Comoros, Congo, Isole Cook, Costa Rica, "Costa d'Avorio", Croazia, Cuba, Cipro, Repubblica Ceca, Danimarca, Gibuti, Repubblica Dominicana, Equador, Egitto, El Salvador, Guinea Equatoriale, Eritrea, Estonia, Etiopia, Isole Faroe, Isole Falkland (Malvinas), Fiji, Finlandia, Francia, Guyana Francese, Polinesia Francese, Territori Francesi del sud, Gabon, Gambia, Georgia, Germania, Ghana, Gibilterra, Grecia, Groenlandia, Grenada, Guadalupa, Guam, Guatemala, Guernsey, Guinea, Guinea-Bissau, Guyana, Haiti, Heard Island and McDonald Islands, Città del Vaticano, Honduras, Hong Kong, Ungheria, Islanda, India, Indonesia, Iran, Iraq, Irlanda, Isola di Man, Israele, Italia, Giamaica, Giappone, Jersey, Giordania, Kazakhstan, Kenya, Kiribati, Korea, Kuwait, Republicca Kirgiza, Repubblica del Laos, Latvia, Libano, Lesotho, Liberia, Libyan Arab Jamahiriya, Liechtenstein, Lituania, Lussemburgo, Macao, Macedonia, Madagascar, Malawi, Malesia, Maldive, Mali, Malta, Isole Marshall, Martinica, Mauritania, Mauritius, Mayotte, Messico, Micronesia, Moldova, Principato di Monaco, Mongolia, Montenegro, Montserrat, Marocco, Mozambico, Myanmar, Namibia, Nauru, Nepal, Antille Olandesi, Olanda, Nuova Caledonia, Nuova Zelanda, Nicaragua, Niger, Nigeria, Niue, Isole Norfolk, Northern Mariana Islands, Norvegia, Oman, Pakistan, Palau, Palestina, Panama, Papua Nuova Guinea, Paraguay, Peru, Filippine, Pitcairn Islands, Polonia, Portogallo, Porto Rico, Qatar, Reunion, Romania, Russia, Rwanda, San Bartolomeo, "Sant'Elena", Saint Kitts and Nevis, Saint Lucia, Saint Martin, Saint Pierre and Miquelon, Saint Vincent and the Grenadines, Samoa, San Marino, Sao Tome and Principe, Arabia Saudita, Senegal, Serbia, Seychelles, Sierra Leone, Singapore, Slovenia, Isole Solomon, Somalia, Sud Africa, Georgia del sud e South Sandwich Islands, Spagna, Sri Lanka, Sudan, Suriname, Svalbard & Jan Mayen Islands, Swaziland, Svezia, Svizzera, Siria, Taiwan, Tajikistan, Tanzania, Tailandia, Timor-Leste, Togo, Tokelau, Tonga, Trinidad e Tobago, Tunisia, Turchia, Turkmenistan, Isole di Turks and Caicos, Tuvalu, Uganda, Ucraina, Emirati Arabi Uniti, Regno Unito, "Stati Uniti d'America", United States Minor Outlying Islands, Isole Vergini Statunitensi, Uruguay, Uzbekistan, Vanuatu, Venezuela, Vietnam, Wallis and Futuna, Western Sahara, Yemen, Zambia, Zimbabwe] building_number: ['###', '##', '#'] street_suffix: [Piazza, Strada, Via, Borgo, Contrada, Rotonda, Incrocio] secondary_address: ['Appartamento ##', 'Piano #'] postcode: ['#####'] state: [Agrigento, Alessandria, Ancona, Aosta, Arezzo, Ascoli Piceno, Asti, Avellino, Bari, Barletta-Andria-Trani, Belluno, Benevento, Bergamo, Biella, Bologna, Bolzano, Brescia, Brindisi, Cagliari, Caltanissetta, Campobasso, Carbonia-Iglesias, Caserta, Catania, Catanzaro, Chieti, Como, Cosenza, Cremona, Crotone, Cuneo, Enna, Fermo, Ferrara, Firenze, Foggia, Forlì-Cesena, Frosinone, Genova, Gorizia, Grosseto, Imperia, Isernia, La Spezia, "L'Aquila", Latina, Lecce, Lecco, Livorno, Lodi, Lucca, Macerata, Mantova, Massa-Carrara, Matera, Messina, Milano, Modena, Monza e della Brianza, Napoli, Novara, Nuoro, Olbia-Tempio, Oristano, Padova, Palermo, Parma, Pavia, Perugia, Pesaro e Urbino, Pescara, Piacenza, Pisa, Pistoia, Pordenone, Potenza, Prato, Ragusa, Ravenna, Reggio Calabria, Reggio Emilia, Rieti, Rimini, Roma, Rovigo, Salerno, Medio Campidano, Sassari, Savona, Siena, Siracusa, Sondrio, Taranto, Teramo, Terni, Torino, Ogliastra, Trapani, Trento, Treviso, Trieste, Udine, Varese, Venezia, Verbano-Cusio-Ossola, Vercelli, Verona, Vibo Valentia, Vicenza, Viterbo] state_abbr: [AG, AL, AN, AO, AR, AP, AT, AV, BA, BT, BL, BN, BG, BI, BO, BZ, BS, BR, CA, CL, CB, CI, CE, CT, CZ, CH, CO, CS, CR, KR, CN, EN, FM, FE, FI, FG, FC, FR, GE, GO, GR, IM, IS, SP, AQ, LT, LE, LC, LI, LO, LU, MC, MN, MS, MT, ME, MI, MO, MB, NA, "NO", NU, OT, OR, PD, PA, PR, PV, PG, PU, PE, PC, PI, PT, PN, PZ, PO, RG, RA, RC, RE, RI, RN, RM, RO, SA, VS, SS, SV, SI, SR, SO, TA, TE, TR, TO, OG, TP, TN, TV, TS, UD, VA, VE, VB, VC, VR, VV, VI, VT] city: - "#{city_prefix} #{Name.first_name} #{city_suffix}" - "#{city_prefix} #{Name.first_name}" - "#{Name.first_name} #{city_suffix}" - "#{Name.last_name} #{city_suffix}" street_name: - "#{street_suffix} #{Name.first_name}" - "#{street_suffix} #{Name.last_name}" street_address: - "#{street_name} #{building_number}" - "#{street_name} #{building_number}, #{secondary_address}" default_country: [Italia] company: suffix: [SPA, e figli, Group, s.r.l.] buzzwords: - ["Abilità", "Access", "Adattatore", "Algoritmo", "Alleanza", "Analizzatore", "Applicazione", "Approccio", "Architettura", "Archivio", "Intelligenza artificiale", "Array", "Attitudine", "Benchmark", "Capacità", "Sfida", "Circuito", "Collaborazione", "Complessità", "Concetto", "Conglomerato", "Contingenza", "Core", "Database", "Data-warehouse", "Definizione", "Emulazione", "Codifica", "Criptazione", "Firmware", "Flessibilità", "Previsione", "Frame", "framework", "Funzione", "Funzionalità", "Interfaccia grafica", "Hardware", "Help-desk", "Gerarchia", "Hub", "Implementazione", "Infrastruttura", "Iniziativa", "Installazione", "Set di istruzioni", "Interfaccia", "Soluzione internet", "Intranet", "Conoscenza base", "Matrici", "Matrice", "Metodologia", "Middleware", "Migrazione", "Modello", "Moderazione", "Monitoraggio", "Moratoria", "Rete", "Architettura aperta", "Sistema aperto", "Orchestrazione", "Paradigma", "Parallelismo", "Policy", "Portale", "Struttura di prezzo", "Prodotto", "Produttività", "Progetto", "Proiezione", "Protocollo", "Servizio clienti", "Software", "Soluzione", "Standardizzazione", "Strategia", "Struttura", "Successo", "Sovrastruttura", "Supporto", "Sinergia", "Task-force", "Finestra temporale", "Strumenti", "Utilizzazione", "Sito web", "Forza lavoro"] - ["adattiva", "avanzata", "migliorata", "assimilata", "automatizzata", "bilanciata", "centralizzata", "compatibile", "configurabile", "cross-platform", "decentralizzata", "digitalizzata", "distribuita", "piccola", "ergonomica", "esclusiva", "espansa", "estesa", "configurabile", "fondamentale", "orizzontale", "implementata", "innovativa", "integrata", "intuitiva", "inversa", "gestita", "obbligatoria", "monitorata", "multi-canale", "multi-laterale", "open-source", "operativa", "ottimizzata", "organica", "persistente", "polarizzata", "proattiva", "programmabile", "progressiva", "reattiva", "riallineata", "ricontestualizzata", "ridotta", "robusta", "sicura", "condivisibile", "stand-alone", "switchabile", "sincronizzata", "sinergica", "totale", "universale", "user-friendly", "versatile", "virtuale", "visionaria"] - ["24 ore", "24/7", "terza generazione", "quarta generazione", "quinta generazione", "sesta generazione", "asimmetrica", "asincrona", "background", "bi-direzionale", "biforcata", "bottom-line", "coerente", "coesiva", "composita", "sensibile al contesto", "basta sul contesto", "basata sul contenuto", "dedicata", "didattica", "direzionale", "discreta", "dinamica", "eco-centrica", "esecutiva", "esplicita", "full-range", "globale", "euristica", "alto livello", "olistica", "omogenea", "ibrida", "impattante", "incrementale", "intangibile", "interattiva", "intermediaria", "locale", "logistica", "massimizzata", "metodica", "mission-critical", "mobile", "modulare", "motivazionale", "multimedia", "multi-tasking", "nazionale", "neutrale", "nextgeneration", "non-volatile", "object-oriented", "ottima", "ottimizzante", "radicale", "real-time", "reciproca", "regionale", "responsiva", "scalabile", "secondaria", "stabile", "statica", "sistematica", "sistemica", "tangibile", "terziaria", "uniforme", "valore aggiunto"] bs: - ["partnerships", "comunità", "ROI", "soluzioni", "e-services", "nicchie", "tecnologie", "contenuti", "supply-chains", "convergenze", "relazioni", "architetture", "interfacce", "mercati", "e-commerce", "sistemi", "modelli", "schemi", "reti", "applicazioni", "metriche", "e-business", "funzionalità", "esperienze", "webservices", "metodologie"] - ["implementate", "utilizzo", "integrate", "ottimali", "evolutive", "abilitate", "reinventate", "aggregate", "migliorate", "incentivate", "monetizzate", "sinergizzate", "strategiche", "deploy", "marchi", "accrescitive", "target", "sintetizzate", "spedizioni", "massimizzate", "innovazione", "guida", "estensioni", "generate", "exploit", "transizionali", "matrici", "ricontestualizzate"] - ["valore aggiunto", "verticalizzate", "proattive", "forti", "rivoluzionari", "scalabili", "innovativi", "intuitivi", "strategici", "e-business", "mission-critical", "24/7", "globali", "B2B", "B2C", "granulari", "virtuali", "virali", "dinamiche", "magnetiche", "web", "interattive", "sexy", "back-end", "real-time", "efficienti", "front-end", "distributivi", "estensibili", "mondiali", "open-source", "cross-platform", "sinergiche", "out-of-the-box", "enterprise", "integrate", "di impatto", "wireless", "trasparenti", "next-generation", "cutting-edge", "visionari", "plug-and-play", "collaborative", "olistiche", "ricche"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name} #{suffix}" - "#{Name.last_name}, #{Name.last_name} e #{Name.last_name} #{suffix}" internet: free_email: [gmail.com, yahoo.com, hotmail.com, email.it, libero.it, yahoo.it] domain_suffix: [com, com, com, net, org, it, it, it] name: first_name: [Alberto, Alessandro, Alighieri, Amedeo, Anselmo, Antonino, Arcibaldo, Armando, Audenico, Ausonio, Bacchisio, Battista, Bernardo, Caio, Carlo, Cecco, Cirino, Costantino, Damiano, Davide, Edilio, Egidio, Elio, Emanuel, Enrico, Ercole, Eusebio, Evangelista, Fabiano, Ferdinando, Fiorentino, Flavio, Fulvio, Gabriele, Gastone, Germano, Giacinto, Gianantonio, Gianleonardo, Gianmarco, Gianriccardo, Gioacchino, Giordano, Giuliano, Graziano, Guido, Iacopo, Ilario, Ione, Italo, Laerte, Lauro, Leonardo, Liborio, Lorenzo, Ludovico, Maggiore, Manuele, Mariano, Matteo, Mauro, Mirco, Modesto, Muzio, Odino, Olo, Oreste, Osea, Patrizio, Piererminio, Pierfrancesco, Piersilvio, Priamo, Quarto, Quirino, Raniero, Renato, Rocco, Romeo, Rosalino, Sabatino, Samuel, Santo, Serse, Silvano, Sirio, Tancredi, Terzo, Timoteo, Tolomeo, Ubaldo, Ulrico, Valdo, Neri, Vinicio, Walter, Zaccaria, Abramo, Adriano, Alan, Albino, Alessio, Alighiero, Amerigo, Anastasio, Antimo, Antonio, Arduino, Aroldo, Arturo, Augusto, Avide, Baldassarre, Bettino, Bortolo, Caligola, Carmelo, Celeste, Ciro, Costanzo, Dante, Dindo, Domiziano, Edipo, Egisto, Eliziario, Emidio, Enzo, Eriberto, Erminio, Ettore, Eustachio, Fabio, Fernando, Fiorenzo, Folco, Furio, Gaetano, Gavino, Gerlando, Giacobbe, Giancarlo, Gianmaria, Giobbe, Giorgio, Giulio, Gregorio, Ippolito, Ivano, Jacopo, Lamberto, Lazzaro, Leone, Lino, Loris, Luigi, Manfredi, Marco, Marino, Marzio, Mattia, Max, Michele, Mirko, Moreno, Nazzareno, Nestore, Nico, Odone, Omar, Orfeo, Osvaldo, Pacifico, Pericle, Pietro, Primo, Quasimodo, Radio, Raoul, Renzo, Rodolfo, Romolo, Rosolino, Rufo, Sabino, Sandro, Secondo, Sesto, Silverio, Siro, Tazio, Teseo, Tommaso, Tristano, Umberto, Artemide, Assia, Azue, Benedetta, Bibiana, Brigitta, Carmela, Cassiopea, Cesidia, Cira, Clea, Cleopatra, Clodovea, Concetta, Cosetta, Cristyn, Damiana, Danuta, Deborah, Demi, Diamante, Diana, Donatella, Doriana, Elda, Elga, Elsa, Emilia, Enrica, Erminia, Eufemia, Evita, Fatima, Felicia, Filomena, Flaviana, Fortunata, Gelsomina, Genziana, Giacinta, Gilda, Giovanna, Giulietta, Grazia, Guendalina, Ileana, Irene, Isabel, Isira, Ivonne, Jole, Claudia, Laura, Lucia, Lia, Lidia, Lisa, Loredana, Loretta, Luce, Lucrezia, Luna, Marcella, Maria, Mariagiulia, Marianita, Mariapia, Marieva, Marina, Maristella, Matilde, Mecren, Mietta, Miriana, Miriam, Monia, Morgana, Naomi, Nicoletta, Ninfa, Noemi, Nunzia, Olimpia, Oretta, Ortensia, Penelope, Piccarda, Prisca, Rebecca, Rita, Rosalba, Rosaria, Rosita, Samira, Sarita, Selvaggia, Sibilla, Soriana, Thea, Tosca, Ursula, Vania, Vera, Vienna, Violante, Vitalba, Zelida] last_name: [Amato, Barbieri, Barone, Basile, Battaglia, Bellini, Benedetti, Bernardi, Bianc, Bianchi, Bruno, Caputo, Carbon, Caruso, Cattaneo, Colombo, Cont, Conte, Coppola, Costa, Costantin, D'amico, D'angelo, Damico, De Angelis, De luca, De rosa, De Santis, Donati, Esposito, Fabbri, Farin, Ferrara, Ferrari, Ferraro, Ferretti, Ferri, Fior, Fontana, Galli, Gallo, Gatti, Gentile, Giordano, Giuliani, Grassi, Grasso, Greco, Guerra, Leone, Lombardi, Lombardo, Longo, Mancini, Marchetti, Marian, Marini, Marino, Martinelli, Martini, Martino, Mazza, Messina, Milani, Montanari, Monti, Morelli, Moretti, Negri, Neri, Orlando, Pagano, Palmieri, Palumbo, Parisi, Pellegrini, Pellegrino, Piras, Ricci, Rinaldi, Riva, Rizzi, Rizzo, Romano, Ross, Rossetti, Ruggiero, Russo, Sala, Sanna, Santoro, Sartori, Serr, Silvestri, Sorrentino, Testa, Valentini, Villa, Vitale, Vitali] prefix: [Sig., Dott., Dr., Ing.] suffix: [] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" phone_number: formats: ['+## ### ## ## ####', '+## ## #######', '+## ## ########', '+## ### #######', '+## ### ########', '+## #### #######', '+## #### ########', '0## ### ####', '+39 0## ### ###', '3## ### ###', '+39 3## ### ###'] faker-1.9.1/lib/locales/ja.yml000066400000000000000000000602231332146201300161150ustar00rootroot00000000000000ja: faker: address: postcode: ["###-####"] state: ["北海道", "青森県", "岩手県", "宮城県", "秋田県", "山形県", "福島県", "茨城県", "栃木県", "群馬県", "埼玉県", "千葉県", "東京都", "神奈川県", "新潟県", "富山県", "石川県", "福井県", "山梨県", "長野県", "岐阜県", "静岡県", "愛知県", "三重県", "滋賀県", "京都府", "大阪府", "兵庫県", "奈良県", "和歌山県", "鳥取県", "島根県", "岡山県", "広島県", "山口県", "徳島県", "香川県", "愛媛県", "高知県", "福岡県", "佐賀県", "長崎県", "熊本県", "大分県", "宮崎県", "鹿児島県", "沖縄県"] state_abbr: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47"] city_prefix: ["北", "東", "西", "南", "新", "大", "中", "小"] city_suffix: ["市", "区", "町", "村", "郡"] city: - "#{city_prefix}#{Name.first_name}#{city_suffix}" - "#{Name.first_name}#{city_suffix}" - "#{city_prefix}#{Name.last_name}#{city_suffix}" - "#{Name.last_name}#{city_suffix}" street_name: - "#{Name.first_name}#{street_suffix}" - "#{Name.last_name}#{street_suffix}" default_country: [日本] phone_number: formats: ['0####-#-####', '0###-##-####', '0##-###-####', '0#-####-####'] cell_phone: formats: ['090-####-####', '080-####-####', '070-####-####'] name: last_name: ["佐藤", "鈴木", "高橋", "田中", "伊藤", "山本", "渡辺", "中村", "小林", "加藤", "吉田", "山田", "佐々木", "山口", "松本", "井上", "木村", "林", "斎藤", "清水", "山崎", "阿部", "森", "池田", "橋本", "山下", "石川", "中島", "前田", "藤田", "後藤", "小川", "岡田", "村上", "長谷川", "近藤", "石井", "斉藤", "坂本", "遠藤", "藤井", "青木", "福田", "三浦", "西村", "藤原", "太田", "松田", "原田", "岡本", "中野", "中川", "小野", "田村", "竹内", "金子", "中山", "和田", "石田", "工藤", "上田", "原", "森田", "酒井", "横山", "柴田", "宮崎", "宮本", "内田", "高木", "谷口", "安藤", "丸山", "今井", "大野", "高田", "菅原", "河野", "武田", "藤本", "上野", "杉山", "千葉", "村田", "増田", "小島", "小山", "大塚", "平野", "久保", "渡部", "松井", "菊地", "岩崎", "松尾", "佐野", "木下", "野口", "野村", "新井"] first_name: ["翔太", "蓮", "翔", "陸", "颯太", "悠斗", "大翔", "翼", "樹", "奏太", "大和", "大輝", "悠", "隼人", "健太", "大輔", "駿", "陽斗", "優", "陽", "悠人", "誠", "拓海", "仁", "悠太", "悠真", "大地", "健", "遼", "大樹", "諒", "響", "太一", "一郎", "優斗", "亮", "海斗", "颯", "亮太", "匠", "陽太", "航", "瑛太", "直樹", "空", "光", "太郎", "輝", "一輝", "蒼", "葵", "優那", "優奈", "凛", "陽菜", "愛", "結衣", "美咲", "楓", "さくら", "遥", "美優", "莉子", "七海", "美月", "結菜", "真央", "花音", "陽子", "舞", "美羽", "優衣", "未来", "彩", "彩乃", "彩花", "優", "智子", "奈々", "千尋", "愛美", "優菜", "杏", "裕子", "芽衣", "綾乃", "琴音", "桜", "恵", "杏奈", "美桜", "優花", "玲奈", "結", "茜", "美穂", "明日香", "愛子", "美緒", "碧"] name: - "#{last_name} #{first_name}" university: prefix: ["北海道", "東北", "関東", "中部", "近畿", "中国", "四国", "九州"] suffix: ["大学", "医科大学", "芸術大学", "音楽大学", "工業大学"] name: - "#{Name.last_name}#{University.suffix}" - "#{University.prefix}#{Name.last_name}#{University.suffix}" - "#{University.prefix}#{Address.city_prefix}#{University.suffix}" company: suffix: ["株式会社", "有限会社", "合名会社", "合資会社", "合同会社"] category: ["水産", "農林", "鉱業", "建設", "食品", "印刷", "電気", "ガス", "情報", "通信", "運輸", "銀行", "保険"] name: - "#{Name.last_name}#{category}#{suffix}" - "#{suffix}#{Name.last_name}#{category}" color: name: ["赤", "緑", "青", "黄", "紫", "ミントグリーン", "ティール", "白", "黒", "オレンジ", "ピンク", "灰色", "栗色", "バイオレット", "ターコイズブルー", "タン", "空色", "サーモン", "プラム", "オーキッド", "オリーブ", "マゼンタ", "ライム", "アイボリー", "藍色", "金", "フクシア", "シアン", "紺碧", "ラベンダー", "銀"] pokemon: names: ["フシギダネ", "フシギソウ", "フシギバナ", "ヒトカゲ", "リザード", "リザードン", "ゼニガメ", "カメール", "カメックス", "キャタピー", "トランセル", "バタフリー", "ビードル", "コクーン", "スピアー", "ポッポ", "ピジョン", "ピジョット", "コラッタ", "ラッタ", "オニスズメ", "オニドリル", "アーボ", "アーボック", "ピカチュウ", "ライチュウ", "サンド", "サンドパン", "ニドラン♀", "ニドリーナ", "ニドクイン", "ニドラン♂", "ニドリーノ", "ニドキング", "ピッピ", "ピクシー", "ロコン", "キュウコン", "プリン", "プクリン", "ズバット", "ゴルバット", "ナゾノクサ", "クサイハナ", "ラフレシア", "パラス", "パラセクト", "コンパン", "モルフォン", "ディグダ", "ダグトリオ", "ニャース", "ペルシアン", "コダック", "ゴルダック", "マンキー", "オコリザル", "ガーディ", "ウインディ", "ニョロモ", "ニョロゾ", "ニョロボン", "ケーシィ", "ユンゲラー", "フーディン", "ワンリキー", "ゴーリキー", "カイリキー", "マダツボミ", "ウツドン", "ウツボット", "メノクラゲ", "ドククラゲ", "イシツブテ", "ゴローン", "ゴローニャ", "ポニータ", "ギャロップ", "ヤドン", "ヤドラン", "コイル", "レアコイル", "カモネギ", "ドードー", "ドードリオ", "パウワウ", "ジュゴン", "ベトベター", "ベトベトン", "シェルダー", "パルシェン", "ゴース", "ゴースト", "ゲンガー", "イワーク", "スリープ", "スリーパー", "クラブ", "キングラー", "ビリリダマ", "マルマイン", "タマタマ", "ナッシー", "カラカラ", "ガラガラ", "サワムラー", "エビワラー", "ベロリンガ", "ドガース", "マタドガス", "サイホーン", "サイドン", "ラッキー", "モンジャラ", "ガルーラ", "タッツー", "シードラ", "トサキント", "アズマオウ", "ヒトデマン", "スターミー", "バリヤード", "ストライク", "ルージュラ", "エレブー", "ブーバー", "カイロス", "ケンタロス", "コイキング", "ギャラドス", "ラプラス", "メタモン", "イーブイ", "シャワーズ", "サンダース", "ブースター", "ポリゴン", "オムナイト", "オムスター", "カブト", "カブトプス", "プテラ", "カビゴン", "フリーザー", "サンダー", "ファイヤー", "ミニリュウ", "ハクリュー", "カイリュー", "ミュウツー", "ミュウ"] locations: ["マサラタウン", "トキワシティ", "トキワのもり", "ニビシティ", "おつきみやま", "ハナダシティ", "イワヤマトンネル", "クチバシティ", "むじんはつでんしょ", "シオンタウン", "タマムシシティ", "ヤマブキシティ", "セキチクシティ", "サファリゾーン", "サイクリングロード", "ふたごじま", "グレンじま", "セキエイこうげん"] moves: ["すいとる", "ようかいえき", "とける", "こうそくいどう", "ドわすれ", "オーロラビーム", "たまなげ", "バリアー", "がまん", "しめつける", "かみつく", "ふぶき", "のしかかり", "ホネこんぼう", "ホネブーメラン", "あわ", "バブルこうせん", "からではさむ", "れんぞくパンチ", "あやしいひかり", "ねんりき", "からみつく", "テクスチャー", "カウンター", "クラブハンマー", "いあいぎり", "まるくなる", "あなをほる", "かなしばり", "ピヨピヨパンチ", "にどげり", "おうふくビンタ", "かげぶんしん", "すてみタックル", "りゅうのいかり", "ゆめくい", "ドリルくちばし", "じしん", "タマゴばくだん", "ひのこ", "だいばくはつ", "だいもんじ", "ほのおのパンチ", "ほのおのうず", "じわれ", "かえんほうしゃ", "フラッシュ", "そらをとぶ", "きあいだめ", "みだれづき", "みだれひっかき", "へびにらみ", "なきごえ", "せいちょう", "ハサミギロチン", "かぜおこし", "かたくなる", "くろいきり", "ずつき", "とびひざげり", "つのでつく", "つのドリル", "ハイドロポンプ", "はかいこうせん", "ひっさつまえば", "さいみんじゅつ", "れいとうビーム", "れいとうパンチ", "とびげり", "からてチョップ", "スプーンまげ", "きゅうけつ", "やどりぎのタネ", "にらみつける", "したでなめる", "ひかりのかべ", "あくまのキッス", "けたぐり", "ヨガのポーズ", "メガドレイン", "メガトンキック", "メガトンパンチ", "ゆびをふる", "ものまね", "ちいさくなる", "オウムがえし", "しろいきり", "ナイトヘッド", "ネコにこばん", "つつく", "はなびらのまい", "ミサイルばり", "どくガス", "どくのこな", "どくばり", "はたく", "サイケこうせん", "サイコキネシス", "サイコウェーブ", "でんこうせっか", "いかり", "はっぱカッター", "かまいたち", "じこさいせい", "リフレクター", "ねむる", "ほえる", "いわなだれ", "いわおとし", "まわしげり", "すなかけ", "ひっかく", "いやなおと", "ちきゅうなげ", "じばく", "かくばる", "うたう", "ロケットずつき", "ゴッドバード", "たたきつける", "きりさく", "ねむりごな", "ヘドロこうげき", "スモッグ", "えんまく", "タマゴうみ", "ソーラービーム", "ソニックブーム", "とげキャノン", "はねる", "キノコのほうし", "ふみつけ", "かいりき", "いとをはく", "わるあがき", "しびれごな", "じごくぐるま", "みがわり", "いかりのまえば", "ちょうおんぱ", "なみのり", "スピードスター", "つるぎのまい", "たいあたり", "しっぽをふる", "とっしん", "テレポート", "あばれる", "かみなり", "かみなりパンチ", "でんきショック", "でんじは", "10まんボルト", "どくどく", "へんしん", "トライアタック", "ダブルニードル", "はさむ", "つるのムチ", "みずでっぽう", "たきのぼり", "ふきとばし", "つばさでうつ", "からにこもる", "まきつく"] lorem: punctuation: space: " " period: "。" question_mark: "?" words: ["つぎつぎ", "薬", "当て字", "しょくん", "間隔", "飽くまでも", "あびる", "雇用", "かんどうする", "じじょでん", "超音波", "じゅうどう", "面", "先週", "しょうがっこう", "避ける", "ふそく", "まぎらす", "閉める", "たまご", "こわす", "底", "〜亭", "しゃくや, しゃっか", "ひきざん", "割り箸", "こうぞく", "果てる", "つなひき", "漂う", "漠然", "しょうりゃく", "減俸", "さいぼう, さいほう", "平安", "封筒", "旧姓", "よわよわしい", "味噌", "ぼきん", "くつじょく", "絹糸", "ちきゅう", "かぜ", "半額", "かんそく", "ぶん, ふん", "たれる", "廉価", "ずいぶん", "屈む", "かんりょうてき", "すんか", "殻", "擬装", "うえる", "たいさ", "あつい", "げいひんかん", "洋服", "大丈夫", "察知", "しえんする", "仕方がない", "徳川", "ちらかす", "こくふくする", "ぶそう", "こうつう", "逆", "馬鹿馬鹿しい", "切迫", "不健康", "学院", "都合", "備える", "へいがい", "はじめて", "輸出", "迷路", "母", "ひかくする", "はなぢ, はなじ", "むこう", "ねんじゅう", "自宅", "誘惑", "ちえん", "太る", "ちかく", "奴ら", "堀川", "ちがい", "たいこうする", "運ぶ", "独裁", "はっぽう", "とちょう", "先ず", "はんそう", "せいじょう, しょうじょう", "かんじる", "体重", "上手", "原油", "ざぜん", "既に", "華やか", "仕事", "あらす", "ゆるむ", "きょうどう", "開閉", "悲しみ", "しゃこ", "ねばり", "ようい", "おりめ", "伐採", "牛乳", "秘める", "右翼", "伝統", "きひん", "やさしい", "ほ", "警官", "左手", "全日本", "むぜい", "ごふく", "かいたく", "撃つ", "しあとるし, シアトルし", "ちょさくけん", "じぎする", "譜面", "貫く", "約する", "提案する", "哀れむ", "迷子", "きょうき", "ごうけん", "せんたくする", "しゅしょう", "江戸", "狂う", "助手", "新婚旅行", "検査", "色々", "かぶしきしじょう", "桜色", "普及", "零す", "ししょく", "きゅうりょう", "おんとう", "しょうゆ", "没落", "人性", "けいかん", "電話", "お盆", "きいろ", "やしなう", "鍋", "遮断", "かわかす", "寮生", "面積", "とうき", "ふくへい", "ないしょばなし", "不思議", "この頃", "おかね", "殺人者", "かいぞく", "歯を磨く", "店", "はなはだ", "フランス語", "評価", "九日", "さいばん", "推奨", "出版", "恨み", "気持ちいい", "黙る", "はりい", "凝固", "傑作", "魅力", "ぐん", "右利き", "まほうつかい", "復旧", "かくじっけん", "じきしょうそう", "あれる", "きょうはんしゃ", "たいりく", "げんめつ", "俵", "むらさきいろ", "病床", "米兵", "まつり", "塾生", "親切", "めいがら", "核実験", "なおさら", "魔術", "がいよう", "かんぜん", "せいかん", "果樹", "〜系", "ほにゅうびん", "じょうだん", "賢明", "みなと", "もはん", "こうちょく", "泳ぐ", "重い", "日没", "碁", "かつ", "どうけつ", "近視", "配慮", "のき", "入江", "とめる", "暇", "書き方", "胃", "りょうど", "難しい", "浮世絵", "喜劇", "とうさん", "はんだんする", "こうせい", "大仏", "揺さぶる", "いじん", "機嫌", "黒板", "えきびょう", "妥協する", "つうやく", "乗せる", "けしき", "床", "品詞", "消す", "金縛り", "じゅうらい", "急騰", "十台", "窓", "雑音", "きょだい", "鈍器", "禍根", "かたみち", "山葵", "店舗", "渦巻き", "おととい, いっさくじつ", "救急車", "馬", "ころす", "ぼくし", "せっぷく", "たて", "おどろく", "やさい", "じぞう", "こはん", "いく", "自立", "かっこう", "脱税", "始まる", "学者", "かい", "ひきさく", "長唄", "下着", "よくげつ", "休日", "以下", "廃墟", "部首", "壊す", "むく", "委員", "待合", "頂く", "よぼう", "壮年", "斬殺", "ちゅうもんする", "じっかん", "境", "施行", "つく", "活用", "ぶき", "かいじゅう", "人口", "ぼうず", "そあく", "むぼう", "白菊", "りゃくず", "汚す", "すいせん", "あらそう", "高値", "あう", "せいしん", "指紋", "超〜", "うえる", "つまる", "靖国神社", "とりあえず", "とふ", "たくす", "じょうじゅん", "羊毛", "浅い", "閉じる", "戦没", "あっとうする", "ひがい", "量", "じょうき", "誤用", "ほうせき", "つばさ", "号", "けいむしょ", "電源", "勇気", "ふかさ", "はだか", "たいやく", "きょうしつ", "退く", "さきまわり", "こうおつ", "無糖", "ふさい", "とくに", "めいし", "みつ", "ほんらい", "まもる", "あつかい", "日欧", "天井", "みさき", "おきゃくさん", "にんい", "きょうかい", "いつ頃", "かん", "しきもう", "特殊", "同僚", "血液", "じぶん", "しょうかする", "礎", "みなもと", "軒", "ぶっきょう", "しずむ", "たらす", "憂い", "総括", "もうす", "暴力", "しばふ", "いたずら", "米国", "魔法", "ことばつき", "窒息", "唄う", "金", "きもち", "誓い", "どろ", "話", "奇襲", "巡回", "失う", "隆起", "投資", "芽", "あくれい", "奉仕", "ひんきゃく, ひんかく", "まつ", "せんりゅう", "だいどころ", "いう", "こいぬ", "なんべい", "さくにゅう", "フランス人", "きげんご", "こくみん", "交錯", "好き", "一文字", "ほうげん", "地面", "だくりゅう", "見当たる", "浸す", "あしくび", "弱虫", "送る", "遺失", "あおい", "ちあん", "宜しく", "あらあらしい", "かおつき", "かちゅう", "がんばる", "芸者", "陳列室", "弥生", "明治", "めいしょ", "ごじゅう", "済ます", "無駄", "終点", "ぞくご", "掛ける", "ほうしゅう", "騎兵", "液体", "下さい", "けいじばん", "杏", "合う", "疾走", "りゅうこうご", "出かける", "はちまき", "手作り", "れつあく", "うんがいい", "はちのす, ハチのす", "色盲", "形", "希望する", "こうせい", "いちだい", "春休み", "縛る", "金星", "そんざい", "防犯", "大尉", "老齢", "差し上げる", "犠牲", "にる", "問題", "双", "安泰", "せんじょうざい", "継承", "かんしん", "丼", "ざんぴん", "そだてる", "たつ", "不可欠", "報じる", "抑制", "けいけんしゃ", "きょうふ", "せいぞう", "きんく"] supplemental: ["おどりば", "料理人", "いち", "やぶれる", "辞儀する", "逮捕", "色彩", "妻", "きづく", "はきだす", "歯", "憶測", "すむ", "墨", "胃腸", "駆け出す", "栞", "ふゆかい", "豪華", "写す", "むちつじょ", "ごらく", "可愛い", "ふじょ", "でんせんびょう", "いちにち, ついたち", "彼女", "ひめさま", "解説", "すいがら", "約", "並", "こっせつ", "あらじお, あらしお", "書架", "勝手", "ぎせい", "こくひん", "嫌", "博物館", "しんし", "帳簿", "初めに", "空き瓶", "ふてい", "見返す", "ほんるいだ", "さわ", "悪気", "ほんそう", "謙虚", "耐火", "ぼうりょく", "潔い", "けす", "締まる", "ちょうりょく", "のうし", "暴走", "華道", "基盤", "廃棄", "かざる", "くら", "氏名", "がぞう", "ふきつ", "こうばん", "かんさい", "ひとごみ", "構える", "たす", "とむ", "すみ", "めいよ", "帝", "かんえん", "たび", "模型", "冬休み", "誇張", "何千", "そうだん", "しっぷう, はやて", "ほどう", "敵", "ひふ", "火", "壁", "弱点", "かいそく", "没頭", "貴賓", "さいげつ", "盛り上がる", "柱", "ひはん", "輪郭", "こづつみ", "扇", "性病", "濃紺", "洗浄剤", "舞踏", "つぎ", "しめる", "延長", "しつ", "ざせき", "もくひょう", "宝くじ", "劣悪", "はなみ", "同音異義語", "たいほう", "慶弔", "疎外", "れいてん", "死ぬ", "さと", "煩い", "携帯", "かいせい", "哺育", "敬語", "とうとい", "とうひょうする", "頑張れ", "れいせい", "蛇", "いしゃりょう", "アメリカ製", "光年", "社員", "もよう", "ぎゃくしゅう", "甲乙", "ふくし", "へいせい", "てんのう", "年次", "二巻", "がくふ", "しどう", "よすみ", "おおごえ", "かつぐ", "地下街", "はくじん", "間接", "せっとく", "つうこん", "びんぼう", "川底", "こうえん", "うごき", "六", "乾燥", "洗濯屋", "なぞ", "ふじん", "対応", "順序", "首", "むれる", "しめる", "移す", "分ける", "しょうげき", "ぎょうし", "あまい", "じょうきゅう", "たんれん", "かけこむ", "素材", "受付", "いままで", "りょこう", "満潮", "もちいる", "あわれ", "賀状", "詰め込む", "数える", "ずいじ", "いっぱく", "聴者", "そうぐう", "とうさく", "思い遣り", "鋭い", "貞操", "原因", "象牙", "歌謡", "会議", "待遇", "なかよし", "おなか", "りりしい", "おおちがい", "賛成", "奔放", "非難", "ようじ", "錯乱", "じこ", "前", "累進", "緊張する", "ぎじゅく", "うち", "悪霊", "枢軸", "子守歌", "りゅうき", "雄犬", "みずいろ", "大間違い", "走り回る", "そんけい", "しっぺい", "てんし", "病院", "残業", "ひんしつ", "けんしゅうせい", "椅子", "いさぎよい", "枕", "墓", "洗剤", "たいがい", "じしょ", "副大統領", "瞬く", "ふじ山", "ふくせん", "漬物", "はんけん", "愛する", "ねんがん", "ねんじ", "いきどおり", "おとこのこ", "仁", "鶴", "施設", "請ける", "拒否", "うみ", "移譲", "溶岩", "性格", "じしん", "裏口", "ふたたび", "猿真似", "しめらせる", "みき", "つぐなう", "しんじゅく", "こせき", "よくあつ", "懇談", "指定する", "専門", "一生", "平壌", "滝", "じどうし", "着く", "泥棒", "構え", "きじゅつ", "しょひょう", "貨幣", "好奇心", "皇太子妃", "かいほうする", "主に", "背広", "ちんみ", "よそく", "なつかしい", "がんい", "ちょうしゃ", "無敵", "所", "だいがくいんせい", "左右", "のむ", "愛国心", "桑原", "どうはんする", "いっかい", "なみだ", "くまもとけん", "主観的", "普段", "こころみる", "ふくぶくろ", "てんぷく", "せいめい", "はなのあな", "みぎて", "親子丼", "反則", "しゅうり", "かくにん", "生える", "けむし", "すける", "のぞいて", "和尚", "えんちょうする", "こうとう", "なげすてる", "なまけもの", "あい", "きとく", "審判", "怖い", "こたえる", "比較", "ゆにゅう", "曲", "ちんもく", "破産", "迫る", "あわ", "辛子", "糸", "早々", "運命", "錠", "のうみん", "夏", "野獣", "試験", "数詞", "毎日", "ぎせいしゃ", "よくし", "せん", "おろし", "ゆれる", "いし", "える", "ごらん", "ばい", "たい", "拘置", "うらぎり", "競艇", "かぐ", "悔しい", "にゅうせき", "ために", "ふうふ", "ちょうせん", "破壊", "困難", "まんえつ", "移動", "しあつ", "あまる", "香り", "いなか", "通す", "ほうき", "栄誉", "ちめいてき", "おとろえる", "いしずえ", "知り合い", "貨物船", "酸っぱい", "めいわくめーる, めいわくメール", "とうほう", "てら", "ぜんにほん", "七つ", "暗い", "てのこう", "しんぞう", "仰々しい", "さんぎょう", "公共", "年額", "かわさき", "日刊", "ちょう", "縮小", "いっこ", "不況", "人柄", "はい", "原潜", "つみ", "かんかつ", "ぞうえん", "雑費", "おくれる", "面倒臭い", "しょうじょう", "たおす", "順番", "天皇", "しゅいん", "動揺", "乙", "さわやか", "とう", "望み", "一人娘", "かく, かど", "ねんがじょう", "ちょくせつ", "せんじょう", "燃やす", "ふかのう", "買い物", "風潮", "沖縄", "いか", "こうくうぼかん", "かくれる", "きぼうする", "媒介", "れいぞうこ", "冷酷", "紛らわしい", "せんげん", "家具", "繁茂", "なさけない", "きずつく", "空き缶", "禅寺", "大文字", "火葬", "雰囲気", "化粧", "忍者", "ふんしゃ", "限る", "ちゅうとはんぱ", "はずかしめる", "何度", "風船", "こうぎょう", "かくしゅう", "しりつ", "こい", "あがる", "教える", "程", "忘れ物", "襲撃", "かいころく", "月刊", "となえる", "せんのう", "営業中", "ながさき", "げんまい", "二つ", "髪の毛", "ろくおん", "匿名", "高瀬", "しききん", "ふかぶん", "怒鳴る", "福祉", "あさねぼう", "りゃくご", "しざい", "運", "力", "ねばる", "つくる", "わかめ", "おうしゅう", "やすい", "え", "かせぎ", "あらかじめ", "かんせつ", "恥ずかしがる", "焦がす", "はいき", "はかる", "図説", "どうめい", "ようじ", "ふねんごみ, ふねんゴミ", "鎮める", "しゅくん"] faker-1.9.1/lib/locales/ko.yml000066400000000000000000000077321332146201300161420ustar00rootroot00000000000000ko: faker: address: postcode: ["#####"] state: ["강원", "경기", "경남", "경북", "광주", "대구", "대전", "부산", "서울", "울산", "인천", "전남", "전북", "제주", "충남", "충북", "세종"] state_abbr: ["강원", "경기", "경남", "경북", "광주", "대구", "대전", "부산", "서울", "울산", "인천", "전남", "전북", "제주", "충남", "충북", "세종"] city_suffix: ["구", "시", "군"] city_name: ["강릉", "양양", "인제", "광주", "구리", "부천", "밀양", "통영", "창원", "거창", "고성", "양산", "김천", "구미", "영주", "광산", "남", "북", "고창", "군산", "남원", "동작", "마포", "송파", "용산", "부평", "강화", "수성"] city: - "#{city_name}#{city_suffix}" street_root: ["상계", "화곡", "신정", "목", "잠실", "면목", "주안", "안양", "중", "정왕", "구로", "신월", "연산", "부평", "창", "만수", "중계", "검단", "시흥", "상도", "방배", "장유", "상", "광명", "신길", "행신", "대명", "동탄"] street_suffix: ["읍", "면", "동"] street_name: - "#{street_root}#{street_suffix}" default_country: [대한민국] phone_number: formats: ['0#-#####-####', '0##-###-####', '0##-####-####'] company: suffix: ["연구소", "게임즈", "그룹", "전자", "물산", "코리아"] prefix: ["주식회사", "한국"] name: - "#{prefix} #{Name.first_name}" - "#{Name.first_name} #{suffix}" internet: free_email: [gmail.com, yahoo.co.kr, hanmail.net, naver.com] domain_suffix: [co.kr, com, biz, info, ne.kr, net, or.kr, org] lorem: words: ["국가는", "법률이", "정하는", "바에", "의하여", "재외국민을", "보호할", "의무를", "진다.", "모든", "국민은", "신체의", "자유를", "가진다.", "국가는", "전통문화의", "계승·발전과", "민족문화의", "창달에", "노력하여야", "한다.", "통신·방송의", "시설기준과", "신문의", "기능을", "보장하기", "위하여", "필요한", "사항은", "법률로", "정한다.", "헌법에", "의하여", "체결·공포된", "조약과", "일반적으로", "승인된", "국제법규는", "국내법과", "같은", "효력을", "가진다.", "다만,", "현행범인인", "경우와", "장기", "3년", "이상의", "형에", "해당하는", "죄를", "범하고", "도피", "또는", "증거인멸의", "염려가", "있을", "때에는", "사후에", "영장을", "청구할", "수", "있다.", "저작자·발명가·과학기술자와", "예술가의", "권리는", "법률로써", "보호한다.", "형사피고인은", "유죄의", "판결이", "확정될", "때까지는", "무죄로", "추정된다.", "모든", "국민은", "행위시의", "법률에", "의하여", "범죄를", "구성하지", "아니하는", "행위로", "소추되지", "아니하며,", "동일한", "범죄에", "대하여", "거듭", "처벌받지", "아니한다.", "국가는", "평생교육을", "진흥하여야", "한다.", "모든", "국민은", "사생활의", "비밀과", "자유를", "침해받지", "아니한다.", "의무교육은", "무상으로", "한다.", "저작자·발명가·과학기술자와", "예술가의", "권리는", "법률로써", "보호한다.", "국가는", "모성의", "보호를", "위하여", "노력하여야", "한다.", "헌법에", "의하여", "체결·공포된", "조약과", "일반적으로", "승인된", "국제법규는", "국내법과", "같은", "효력을", "가진다."] name: last_name: ["김", "이", "박", "최", "정", "강", "조", "윤", "장", "임", "오", "한", "신", "서", "권", "황", "안", "송", "류", "홍"] first_name: ["서연", "민서", "서현", "지우", "서윤", "지민", "수빈", "하은", "예은", "윤서", "민준", "지후", "지훈", "준서", "현우", "예준", "건우", "현준", "민재", "우진", "은주"] name: - "#{last_name} #{first_name}" faker-1.9.1/lib/locales/lv.yml000066400000000000000000000340341332146201300161450ustar00rootroot00000000000000lv: faker: address: postcode: ["LV-####"] building_number: ["####", "###", "##"] street_suffix: ["iela"] state: [Kurzeme, Rīga, Latgale, Zemgale, Vidzeme] city_name: [Ādaži, Aglona, Aizstrautnieki, Akācijas, Alderi, Almāle, Alsunga, Ambeļi, Ance, Āne, Āņi, Annenieki, Apšupe, Auči, Audriņi, Audrupi, Auri, Ausātas, Balande, Baldonas, Baltinava, Bērzbeķe, Bērzkrasti, Biķernieki, Biksti, Bikstu Stacija, Bitenieki, Braki, Brankas, Briģi, Būcmaņciems, Burtnieki, Carnikava, Cekule, Ceriņi, Červonka, Cibla, Dalbe, Degumuiža, Demene, Dienvidstacija, Dimzukalns, Divezeri, Dundaga, Dviete, Dzelzāmurs, Dzelzava, Dzidriņas, Dzimtmisa, Eglaine, Emburga, Engure, Ērģeme, Ērgļi, Gardene, Gaujiena, Grīnvalti, Iecava, Iļķene, Inčukalns, Jaunā Māja, Jaunbērze, Jaunciems, Jaungulbene, Jaunpēternieki, Jaunpiebalga, Jaunpils, Jūrkalne, Kadaga, Kaķenieki, Kalupe, Kazupe, Ķirpēni, Kocēni, Koknese, Kolka, Košrags, Krimūnas, Ķekava, Lauciņi, Lauderi, Lejasciems, Lejasstrazdi, Līči, Līdumi, Lieģi, Lielbērze, Lielirbe, Liepziedi, Līksna, Litene, Līvi, Lociki, Ļukas, Lūžņa, Maļinova, Mālpils, Mārupe, Mazbiksti, Mazirbe, Medumi, Melnsils, Mērsrags, Mežinieki, Mežotne, Miķeļtornis, Miltiņi, Mūrmuiža, Naudīte, Naukšēni, Nereta, Nīca, Nīcgale, Nītaure, Ņivņiki, Ozolnieki, Parūķis, Pasiene, Patkule, Penkule, Pilsrundāle, Piņķi, Pitrags, Priekuļi, Reģi, Riebiņi, Ropaži, Rosme, Rožupe Parish, Rucava, Rugāji, Sala, Saliena, Saunags, Saurieši, Sīkrags, Sīpele, Skaistkalne, Šķibe, Skrīveri, Skrudaliena, Skujaine, Slagūne, Smārde, Stalbe, Stapriņi, Straupe, Tabore, Tārgale, Tetele, Ulbroka, Upeslejas, Vabole, Vaide, Vaiņode, Vālodzes, Vandzene, Vecpiebalga, Vecumnieki, Vecvārkava, Višķi, Zaķumuiža, Zaļesje, Zālīte, Zaube, Zebrene, Zelmeņi, Ziedlejas, Zorģi] city: - "#{city_name}" street_name: - "#{Name.last_name} #{street_suffix}" street_address: - "#{Name.last_name} #{street_suffix} #{building_number}" company: suffix: [SIA, AS] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{suffix} #{Name.last_name}" internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, lv, net, org] name: first_name: [Agate, Agita, Agnese, Agra, Agrita, Aiga, Aija, Aina, Aira, Airita, Aiva, Aivita, Aleksandra, Aleksandrīna, Alina, Alise, Alla, Alma, Alvīna, Alvīne, Alīna, Amanda, Amālija, Anastasija, Ance, Anda, Andra, Andžela, Anete, Anita, Anna, Annija, Antonija, Antoņina, Antra, Anžela, Anželika, Arnita, Arta, Astra, Astrīda, Ausma, Austra, Baba, Baiba, Beatrise, Benita, Betija, Beāte, Biruta, Brigita, Broņislava, Dace, Dagmāra, Dagnija, Daiga, Daina, Dainuvīte, Dana, Daniela, Dina, Dita, Diāna, Doroteja, Dzidra, Dzintra, Dārta, Eda, Edīte, Egija, Egita, Eiženija, Elena, Eleonora, Elga, Elita, Elizabete, Elvīra, Elza, Elēna, Elīna, Elīza, Emma, Emīlija, Enija, Estere, Eva, Evelīna, Evija, Evita, Gaida, Gaļina, Genovefa, Ginta, Gita, Grieta, Guna, Gundega, Gunita, Gunta, Helēna, Ieva, Ilga, Ilona, Iluta, Ilva, Ilze, Ilzīte, Ina, Indra, Inesa, Inese, Ineta, Inga, Ingrīda, Inguna, Ingūna, Inita, Inna, Inta, Ināra, Irma, Irēna, Irīna, Iveta, Jadviga, Jana, Jeļena, Jolanta, Judīte, Justīne, Juta, Jūlija, Karina, Karlīna, Karolīna, Karīna, Katarīna, Katrīna, Keita, Kintija, Kitija, Klaudija, Krista, Kristina, Kristiāna, Kristīna, Kristīn1e, Ksenija, Laila, Laima, Laimdota, Larisa, Lauma, Laura, Lavīze, Lelde, Lidija, Liene, Lienīte, Liesma, Ligita, Lija, Lilija, Lilita, Linda, Liāna, Lolita, Ludmila, Luīze, Lāsma, Līga, Līna, Līva, Līvija, Lūcija, Madara, Maiga, Maija, Maira, Mairita, Margarita, Margita, Margrieta, Marija, Marika, Marina, Marita, Marta, Maruta, Megija, Milda, Mirdza, Modra, Modrīte, Monika, Monta, Mudīte, Māra, Mārīte, Adrians, Adriāns, Agnis, Agris, Aigars, Ainars, Ainis, Ainārs, Aivars, Aivis, Alberts, Aleksanders, Aleksandras, Aleksandrs, Aleksejs, Aleksis, Alfons, Alfrēds, Aloizs, Alvis, Anatolijs, Andis, Andrejs, Andris, Andžejs, Anrijs, Ansis, Antons, Arkādijs, Armands, Armīns, Arnis, Arnolds, Artis, Arturs, Artūrs, Arvis, Arvīds, Atis, Augusts, Austris, Boriss, Brencis, Bruno, Cefanja, Dagnis, Dainis, Daniels, Didzis, Dmitrijs, Dzintars, Dāvids, Dāvis, Džeimss, Džons, Džordžs, Edgars, Edijs, Edmunds, Eduards, Edvards, Edvīns, Egils, Egons, Einārs, Eižens, Elmārs, Elvijs, Elvis, Elviss, Elīza, Emīls, Endijs, Ernests, Ervīns, Felikss, Filips, Fjodors, Francis, Fricis, Fridrihs, Fēlikss, Fīlips, Gatis, Georgs, Gintars, Gintauts, Gints, Gothards, Gundars, Guntars, Guntis, Gunārs, Gustavs, Gusts, Gvido, Hanss, Haralds, Harijs, Helmuts, Henrihs, Henrijs, Henriks, Herberts, Hermanis, Ignats, Igors, Ilgonis, Ilgvars, Ilmārs, Ilvars, Imants, Indriķis, Indulis, Ingars, Ingus, Intars, Ints, Inārs, Ivans, Ivars, Ivo, Jans, Jevgeņijs, Johans, Jozua, Juris, Jurģis, Jānis, Jāzeps, Jēkabs, Jūlijs, Kaspars, Kazimirs, Kirils, Klāvs, Konstantīns, Kristaps, Kristers, Kristiāns, Krists, Krišjānis, Krišs, Kārlis, Laimdots, Laimonis, Lauris, Leonards, Leons, Leonīds, Linards, Ludis, Ludvigs, Lūks, Madars, Maigonis, Maikls, Mairis, Maksims, Mareks, Marks, Markuss, Matejs, Matīss, Miervaldis, Mihaels, Mihails, Miks, Mikus, Miķelis, Modris, Mozus, Mārcis, Māris, Mārtiņš, Nauris, Niklāvs, Nikolajs, Niks, Normunds, Ojārs, Olafs, Olivers, Olivjē, Oskars, Osvalds, Oto, Oļegs, Paulis, Pauls, Pjotrs, Pāvels, Pāvils, Pēteris, Raimonds, Raitis, Raivis, Raivo, Ralfs, Reinholds] last_name: [Āboliņš, Ābols, Alksnis, Annina, Antons, Arājs, Balodis, Bartulis, Baumanis, Bertāns, Bertholds, Bērziņš, Briedis, Dārziņš, Dukurs, Džeriņš, Eglītis, Ezergailis, Freimanis, Godmanis, Gulbis, Helmanis, Irbe, Jansons, Jaunzeme, Kalniņš, Krūmiņa, Krūmiņš, Kulda, Lācis, Liepa, Liepiņš, Matīss, Mezhlauk, Mucenieks, Muižnieks, Novickis, Ozoliņš, Ozols, Pelšs, Pētersons, Rozītis, Rubenis, Šics, Sirmais, Skrastiņš, Tīruma, Ulmanis, Vanags, Vasiļjevs, Vilks, Vītoliņš, Vītols, Zariņš] title: descriptor: [Lead, Senior, Direct, Corporate, Dynamic, Future, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Human, Chief, Principal] level: [Solutions, Program, Brand, Security, Research, Marketing, Directives, Implementation, Integration, Functionality, Response, Paradigm, Tactics, Identity, Markets, Group, Division, Applications, Optimization, Operations, Infrastructure, Intranet, Communications, Web, Branding, Quality, Assurance, Mobility, Accounts, Data, Creative, Configuration, Accountability, Interactions, Factors, Usability, Metrics] job: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist] name: - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" phone_number: formats: ["5# ### ###", "6# ### ###", "7# ### ###"] cell_phone: formats: ["2## ### ###"] faker-1.9.1/lib/locales/nb-NO.yml000066400000000000000000000140521332146201300164330ustar00rootroot00000000000000# coding: utf-8 nb-NO: faker: address: city_root: ["Fet", "Gjes", "Høy", "Inn", "Fager", "Lille", "Lo", "Mal", "Nord", "Nær", "Sand", "Sme", "Stav", "Stor", "Tand", "Ut", "Vest"] city_suffix: ["berg", "borg", "by", "bø", "dal", "eid", "fjell", "fjord", "foss", "grunn", "hamn", "havn", "helle", "mark", "nes", "odden", "sand", "sjøen", "stad", "strand", "strøm", "sund", "vik", "vær", "våg", "ø", "øy", "ås"] street_prefix: ["Øvre", "Nedre", "Søndre", "Gamle", "Østre", "Vestre"] street_root: ["Eike", "Bjørke", "Gran", "Vass", "Furu", "Litj", "Lille", "Høy", "Fosse", "Elve", "Ku", "Konvall", "Soldugg", "Hestemyr", "Granitt", "Hegge", "Rogne", "Fiol", "Sol", "Ting", "Malm", "Klokker", "Preste", "Dam", "Geiterygg", "Bekke", "Berg", "Kirke", "Kors", "Bru", "Blåveis", "Torg", "Sjø"] street_suffix: ["alléen", "bakken", "berget", "bråten", "eggen", "engen", "ekra", "faret", "flata", "gata", "gjerdet", "grenda", "gropa", "hagen", "haugen", "havna", "holtet", "høgda", "jordet", "kollen", "kroken", "lia", "lunden", "lyngen", "løkka", "marka", "moen", "myra", "plassen", "ringen", "roa", "røa", "skogen", "skrenten", "spranget", "stien", "stranda", "stubben", "stykket", "svingen", "tjernet", "toppen", "tunet", "vollen", "vika", "åsen"] common_street_suffix: ["sgate", "svei", "s Gate", "s Vei", "gata", "veien"] building_number: ["#", "##"] secondary_address: ['Leil. ###', 'Oppgang A', 'Oppgang B'] postcode: ["####", "####", "####", "0###"] state: [Østfold, Akershus, Oslo, Hedmark, Oppland, Buskerud, Vestfold, Telemark, Aust-Agder, Vest-Agder, Rogaland, Hordaland, Sogn og Fjordane, Møre og Romsdal, Sør-Trøndelag, Nord-Trøndelag, Nordland, Troms, Finnmark, Svalbard] city: - "#{city_root}#{city_suffix}" street_name: - "#{street_root}#{street_suffix}" - "#{street_prefix} #{street_root}#{street_suffix}" - "#{Name.first_name}#{common_street_suffix}" - "#{Name.last_name}#{common_street_suffix}" street_address: - "#{street_name} #{building_number}" default_country: [Norge] company: suffix: ["Gruppen", "AS", "ASA", "BA", "RFH", "og Sønner"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} og #{Name.last_name}" internet: domain_suffix: ["no", "com", "net", "org"] name: first_name: ["Emma", "Sara", "Thea", "Ida", "Julie", "Nora", "Emilie", "Ingrid", "Hanna", "Maria", "Sofie", "Anna", "Malin", "Amalie", "Vilde", "Frida", "Andrea", "Tuva", "Victoria", "Mia", "Karoline", "Mathilde", "Martine", "Linnea", "Marte", "Hedda", "Marie", "Helene", "Silje", "Leah", "Maja", "Elise", "Oda", "Kristine", "Aurora", "Kaja", "Camilla", "Mari", "Maren", "Mina", "Selma", "Jenny", "Celine", "Eline", "Sunniva", "Natalie", "Tiril", "Synne", "Sandra", "Madeleine", "Markus", "Mathias", "Kristian", "Jonas", "Andreas", "Alexander", "Martin", "Sander", "Daniel", "Magnus", "Henrik", "Tobias", "Kristoffer", "Emil", "Adrian", "Sebastian", "Marius", "Elias", "Fredrik", "Thomas", "Sondre", "Benjamin", "Jakob", "Oliver", "Lucas", "Oskar", "Nikolai", "Filip", "Mats", "William", "Erik", "Simen", "Ole", "Eirik", "Isak", "Kasper", "Noah", "Lars", "Joakim", "Johannes", "Håkon", "Sindre", "Jørgen", "Herman", "Anders", "Jonathan", "Even", "Theodor", "Mikkel", "Aksel"] # duplication, unfortunately feminine_name: ["Emma", "Sara", "Thea", "Ida", "Julie", "Nora", "Emilie", "Ingrid", "Hanna", "Maria", "Sofie", "Anna", "Malin", "Amalie", "Vilde", "Frida", "Andrea", "Tuva", "Victoria", "Mia", "Karoline", "Mathilde", "Martine", "Linnea", "Marte", "Hedda", "Marie", "Helene", "Silje", "Leah", "Maja", "Elise", "Oda", "Kristine", "Aurora", "Kaja", "Camilla", "Mari", "Maren", "Mina", "Selma", "Jenny", "Celine", "Eline", "Sunniva", "Natalie", "Tiril", "Synne", "Sandra", "Madeleine"] masculine_name: ["Markus", "Mathias", "Kristian", "Jonas", "Andreas", "Alexander", "Martin", "Sander", "Daniel", "Magnus", "Henrik", "Tobias", "Kristoffer", "Emil", "Adrian", "Sebastian", "Marius", "Elias", "Fredrik", "Thomas", "Sondre", "Benjamin", "Jakob", "Oliver", "Lucas", "Oskar", "Nikolai", "Filip", "Mats", "William", "Erik", "Simen", "Ole", "Eirik", "Isak", "Kasper", "Noah", "Lars", "Joakim", "Johannes", "Håkon", "Sindre", "Jørgen", "Herman", "Anders", "Jonathan", "Even", "Theodor", "Mikkel", "Aksel"] last_name: ["Johansen", "Hansen", "Andersen", "Kristiansen", "Larsen", "Olsen", "Solberg", "Andresen", "Pedersen", "Nilsen", "Berg", "Halvorsen", "Karlsen", "Svendsen", "Jensen", "Haugen", "Martinsen", "Eriksen", "Sørensen", "Johnsen", "Myhrer", "Johannessen", "Nielsen", "Hagen", "Pettersen", "Bakke", "Skuterud", "Løken", "Gundersen", "Strand", "Jørgensen", "Kvarme", "Røed", "Sæther", "Stensrud", "Moe", "Kristoffersen", "Jakobsen", "Holm", "Aas", "Lie", "Moen", "Andreassen", "Vedvik", "Nguyen", "Jacobsen", "Torgersen", "Ruud", "Krogh", "Christiansen", "Bjerke", "Aalerud", "Borge", "Sørlie", "Berge", "Østli", "Ødegård", "Torp", "Henriksen", "Haukelidsæter", "Fjeld", "Danielsen", "Aasen", "Fredriksen", "Dahl", "Berntsen", "Arnesen", "Wold", "Thoresen", "Solheim", "Skoglund", "Bakken", "Amundsen", "Solli", "Smogeli", "Kristensen", "Glosli", "Fossum", "Evensen", "Eide", "Carlsen", "Østby", "Vegge", "Tangen", "Smedsrud", "Olstad", "Lunde", "Kleven", "Huseby", "Bjørnstad", "Ryan", "Rasmussen", "Nygård", "Nordskaug", "Nordby", "Mathisen", "Hopland", "Gran", "Finstad", "Edvardsen"] prefix: [Dr., Prof.] suffix: [Jr., Sr., I, II, III, IV, V] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name} #{suffix}" - "#{feminine_name} #{feminine_name} #{last_name}" - "#{masculine_name} #{masculine_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name}" phone_number: formats: ["########", "## ## ## ##", "### ## ###", "+47 ## ## ## ##"] cell_phone: formats: ["########", "## ## ## ##", "### ## ###", "+47 ## ## ## ##"] faker-1.9.1/lib/locales/nl.yml000066400000000000000000000444011332146201300161340ustar00rootroot00000000000000nl: faker: address: city_prefix: [Noord, Oost, West, Zuid, Nieuw, Oud] city_suffix: ["dam", "berg", " aan de Rijn", " aan de IJssel", "swaerd", "endrecht", "recht", "ambacht", "enmaes", "wijk", "sland", "stroom", "sluus", "dijk", "dorp", "burg", "veld", "sluis", "koop", "lek", "hout", "geest", "kerk", "woude", "hoven", "hoten", "ingen", "plas", "meer"] city: - "#{Name.first_name}#{city_suffix}" - "#{Name.last_name}#{city_suffix}" - "#{city_prefix} #{Name.first_name}#{city_suffix}" - "#{city_prefix} #{Name.last_name}#{city_suffix}" country: [ "Afghanistan", "Akrotiri", "Albanië", "Algerije", "Amerikaanse Maagdeneilanden", "Amerikaans-Samoa", "Andorra", "Angola", "Anguilla", "Antarctica", "Antigua en Barbuda", "Noordelijke IJszee", "Argentinië", "Armenië", "Aruba", "Ashmore- en Cartiereilanden", "Atlantische Oceaan", "Australië", "Azerbeidzjan", "Bahama's", "Bahrein", "Bangladesh", "Barbados", "Belarus", "België", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivië", "Bosnië-Herzegovina", "Botswana", "Bouveteiland", "Brazilië", "Brits Indische Oceaanterritorium", "Britse Maagdeneilanden", "Brunei", "Bulgarije", "Burkina Faso", "Burundi", "Cambodja", "Canada", "Caymaneilanden", "Centraal-Afrikaanse Republiek", "Chili", "China", "Christmaseiland", "Clipperton", "Cocoseilanden", "Colombia", "Comoren (Unie)", "Congo (Democratische Republiek)", "Congo (Volksrepubliek)", "Cook", "Coral Sea Islands", "Costa Rica", "Cuba", "Cyprus", "Denemarken", "Dhekelia", "Djibouti", "Dominica", "Dominicaanse Republiek", "Duitsland", "Ecuador", "Egypte", "El Salvador", "Equatoriaal-Guinea", "Eritrea", "Estland", "Ethiopië", "Europese Unie", "Falkland", "Faeröer", "Fiji", "Filipijnen", "Finland", "Frankrijk", "Frans-Polynesië", "Franse Zuidelijke en Antarctische Gebieden", "Gabon", "Gambia", "Gaza Strip", "Georgië", "Ghana", "Gibraltar", "Grenada", "Griekenland", "Groenland", "Guam", "Guatemala", "Guernsey", "Guinea", "Guinee-Bissau", "Guyana", "Haïti", "Heard en McDonaldeilanden", "Heilige Stoel", "Honduras", "Hongarije", "Hongkong", "Ierland", "IJsland", "India", "Indian Ocean", "Indonesië", "Irak", "Iran", "Isle of Man", "Israël", "Italië", "Ivoorkust", "Jamaica", "Jan Mayen", "Japan", "Jemen", "Jersey", "Jordanië", "Kaapverdië", "Kameroen", "Kazachstan", "Kenia", "Kirgizstan", "Kiribati", "Koeweit", "Kroatië", "Laos", "Lesotho", "Letland", "Libanon", "Liberia", "Libië", "Liechtenstein", "Litouwen", "Luxemburg", "Macao", "Macedonië", "Madagaskar", "Malawi", "Maldiven", "Maleisië", "Mali", "Malta", "Marokko", "Marshalleilanden", "Mauritanië", "Mauritius", "Mayotte", "Mexico", "Micronesia, Federale Staten van", "Moldavië", "Monaco", "Mongolië", "Montenegro", "Montserrat", "Mozambique", "Myanmar", "Namibië", "Nauru", "Navassa", "Nederland", "Nederlandse Antillen", "Nepal", "Ngwane", "Nicaragua", "Nieuw-Caledonië", "Nieuw-Zeeland", "Niger", "Nigeria", "Niue", "Noordelijke Marianen", "Noord-Korea", "Noorwegen", "Norfolk (eiland)", "Oekraïne", "Oezbekistan", "Oman", "Oostenrijk", "Grote Oceaan", "Pakistan", "Palau", "Panama", "Papoea-Nieuw-Guinea", "Paracel Islands", "Paraguay", "Peru", "Pitcairn", "Polen", "Portugal", "Puerto Rico", "Qatar", "Roemenië", "Rusland", "Rwanda", "Saint Helena", "Saint Lucia", "Saint Vincent en de Grenadines", "Saint-Pierre en Miquelon", "Salomon", "Samoa", "San Marino", "São Tomé en Principe", "Saudi-Arabië", "Senegal", "Servië", "Seychellen", "Sierra Leone", "Singapore", "Sint-Kitts en Nevis", "Slovenië", "Slowakije", "Soedan", "Somalië", "South Georgia and the South Sandwich Islands", "Zuidelijke Oceaan", "Spanje", "Spratly Islands", "Sri Lanka", "Suriname", "Svalbard", "Syrië", "Tadzjikistan", "Taiwan", "Tanzania", "Thailand", "Timor Leste", "Togo", "Tokelau", "Tonga", "Trinidad en Tobago", "Tsjaad", "Tsjechië", "Tunesië", "Turkije", "Turkmenistan", "Turks-en Caicoseilanden", "Tuvalu", "Uganda", "Uruguay", "Vanuatu", "Venezuela", "Verenigd Koninkrijk", "Verenigde Arabische Emiraten", "Verenigde Staten van Amerika", "Vietnam", "Wake (eiland)", "Wallis en Futuna", "Wereld", "Westelijke Jordaanoever", "Westelijke Sahara", "Zambia", "Zimbabwe", "Zuid-Afrika", "Zuid-Korea", "Zweden", "Zwitserland"] building_number: ["#", "##", "###", "###a", "###b", "###c", "### I", "### II", "### III"] street_suffix: ["straat", "laan", "weg", "plantsoen", "park"] secondary_address: ["1 hoog", "2 hoog", "3 hoog"] street_name: - "#{Name.first_name}#{street_suffix}" - "#{Name.last_name}#{street_suffix}" street_address: - "#{street_name} #{building_number}" postcode: /\d{4} (AA|AB|AC|AD|AE|AF|AG|AH|AI|AJ|AK|AL|AM|AN|AO|AP|AQ|AR|AS|AT|AU|AV|AW|AX|AY|AZ|BA|BB|BC|BD|BE|BF|BG|BH|BI|BJ|BK|BL|BM|BN|BO|BP|BQ|BR|BS|BT|BU|BV|BW|BX|BY|BZ|CA|CB|CC|CD|CE|CF|CG|CH|CI|CJ|CK|CL|CM|CN|CO|CP|CQ|CR|CS|CT|CU|CV|CW|CX|CY|CZ|DA|DB|DC|DD|DE|DF|DG|DH|DI|DJ|DK|DL|DM|DN|DO|DP|DQ|DR|DS|DT|DU|DV|DW|DX|DY|DZ|EA|EB|EC|ED|EE|EF|EG|EH|EI|EJ|EK|EL|EM|EN|EO|EP|EQ|ER|ES|ET|EU|EV|EW|EX|EY|EZ|FA|FB|FC|FD|FE|FF|FG|FH|FI|FJ|FK|FL|FM|FN|FO|FP|FQ|FR|FS|FT|FU|FV|FW|FX|FY|FZ|GA|GB|GC|GD|GE|GF|GG|GH|GI|GJ|GK|GL|GM|GN|GO|GP|GQ|GR|GS|GT|GU|GV|GW|GX|GY|GZ|HA|HB|HC|HD|HE|HF|HG|HH|HI|HJ|HK|HL|HM|HN|HO|HP|HQ|HR|HS|HT|HU|HV|HW|HX|HY|HZ|IA|IB|IC|ID|IE|IF|IG|IH|II|IJ|IK|IL|IM|IN|IO|IP|IQ|IR|IS|IT|IU|IV|IW|IX|IY|IZ|JA|JB|JC|JD|JE|JF|JG|JH|JI|JJ|JK|JL|JM|JN|JO|JP|JQ|JR|JS|JT|JU|JV|JW|JX|JY|JZ|KA|KB|KC|KD|KE|KF|KG|KH|KI|KJ|KK|KL|KM|KN|KO|KP|KQ|KR|KS|KT|KU|KV|KW|KX|KY|KZ|LA|LB|LC|LD|LE|LF|LG|LH|LI|LJ|LK|LL|LM|LN|LO|LP|LQ|LR|LS|LT|LU|LV|LW|LX|LY|LZ|MA|MB|MC|MD|ME|MF|MG|MH|MI|MJ|MK|ML|MM|MN|MO|MP|MQ|MR|MS|MT|MU|MV|MW|MX|MY|MZ|NA|NB|NC|ND|NE|NF|NG|NH|NI|NJ|NK|NL|NM|NN|NO|NP|NQ|NR|NS|NT|NU|NV|NW|NX|NY|NZ|OA|OB|OC|OD|OE|OF|OG|OH|OI|OJ|OK|OL|OM|ON|OO|OP|OQ|OR|OS|OT|OU|OV|OW|OX|OY|OZ|PA|PB|PC|PD|PE|PF|PG|PH|PI|PJ|PK|PL|PM|PN|PO|PP|PQ|PR|PS|PT|PU|PV|PW|PX|PY|PZ|QA|QB|QC|QD|QE|QF|QG|QH|QI|QJ|QK|QL|QM|QN|QO|QP|QQ|QR|QS|QT|QU|QV|QW|QX|QY|QZ|RA|RB|RC|RD|RE|RF|RG|RH|RI|RJ|RK|RL|RM|RN|RO|RP|RQ|RR|RS|RT|RU|RV|RW|RX|RY|RZ|SB|SC|SE|SF|SG|SH|SI|SJ|SK|SL|SM|SN|SO|SP|SQ|SR|ST|SU|SV|SW|SX|SY|SZ|TA|TB|TC|TD|TE|TF|TG|TH|TI|TJ|TK|TL|TM|TN|TO|TP|TQ|TR|TS|TT|TU|TV|TW|TX|TY|TZ|UA|UB|UC|UD|UE|UF|UG|UH|UI|UJ|UK|UL|UM|UN|UO|UP|UQ|UR|US|UT|UU|UV|UW|UX|UY|UZ|VA|VB|VC|VD|VE|VF|VG|VH|VI|VJ|VK|VL|VM|VN|VO|VP|VQ|VR|VS|VT|VU|VV|VW|VX|VY|VZ|WA|WB|WC|WD|WE|WF|WG|WH|WI|WJ|WK|WL|WM|WN|WO|WP|WQ|WR|WS|WT|WU|WV|WW|WX|WY|WZ|XA|XB|XC|XD|XE|XF|XG|XH|XI|XJ|XK|XL|XM|XN|XO|XP|XQ|XR|XS|XT|XU|XV|XW|XX|XY|XZ|YA|YB|YC|YD|YE|YF|YG|YH|YI|YJ|YK|YL|YM|YN|YO|YP|YQ|YR|YS|YT|YU|YV|YW|YX|YY|YZ|ZA|ZB|ZC|ZD|ZE|ZF|ZG|ZH|ZI|ZJ|ZK|ZL|ZM|ZN|ZO|ZP|ZQ|ZR|ZS|ZT|ZU|ZV|ZW|ZX|ZY|ZZ)/ state: ["Noord-Holland", "Zuid-Holland", "Utrecht", "Zeeland", "Overijssel", "Gelderland", "Drenthe", "Friesland", "Groningen", "Noord-Brabant", "Limburg"] default_country: [Nederland] company: suffix: [BV, V.O.F., Group, en Zonen] internet: free_email: [gmail.com, yahoo.com, hotmail.nl, live.nl, outlook.com, kpnmail.nl] domain_suffix: [nl, com, net, org] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] name: first_name: ["Aad", "Aafje", "Aagje", "Aalbert", "Abdelouahab", "Abdul", "Aart", "Amber", "Anna", "Anne", "Anouk", "Arie", "Bard", "Bas", "Bastiaan", "Bauke", "Beau", "Bella", "Bram", "Britt", "Bob", "Caspar", "Caterina", "Catharina", "Daan", "Daniël", "Dani", "Daphne", "Dick", "Emma", "Eva", "Femke", "Finn", "Fleur", "Henk", "Iris", "Isa", "Jan", "Jasper", "Jayden", "Jens", "Jesse", "Johannes", "Julia", "Julian", "Kevin", "Lars", "Lieke", "Lisa", "Lotte", "Lucas", "Luuk", "Maud", "Max", "Mike", "Milan", "Nick", "Niels", "Noa", "Pascal", "Rick", "Roos", "Ruben", "Sander", "Sanne", "Sem", "Sophie", "Stijn", "Sven", "Tessa", "Thijs", "Thijs", "Thomas", "Tim", "Tom", "Tamara", "Tanja", "Tariq", "Tes", "Timo", "Veerle", "Vera", "Viktor", "Walid", "Walter", "Welmoed"] tussenvoegsel: ["van", "van de", "van den", "van 't", "van het", "de", "den"] last_name: ["Bakker", "Beek", "Berg", "Boer", "Bos", "Bosch", "Brink", "Broek", "Brouwer", "Bruin", "Dam", "Dekker", "Dijk", "Dijkstra", "Graaf", "Groot", "Haan", "Hendriks", "Heuvel", "Hoek", "Jacobs", "Jansen", "Janssen", "Jong", "Klein", "Kok", "Koning", "Koster", "Leeuwen", "Linden", "Maas", "Meer", "Meijer", "Mulder", "Peters", "Ruiter", "Schouten", "Smit", "Smits", "Stichting", "Veen", "Ven", "Vermeulen", "Visser", "Vliet", "Vos", "Vries", "Wal", "Willems", "Wit"] prefix: [Dhr., Mevr. Dr., Bsc, Msc, Prof.] suffix: [Jr., Sr., I, II, III, IV, V] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name} #{suffix}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{tussenvoegsel} #{last_name}" - "#{first_name} #{tussenvoegsel} #{last_name}" phone_number: formats: ["(####) ######", "##########", "06########", "06 #### ####"] university: prefix: [Universiteit, Hogeschool] name: - "#{University.prefix} #{Name.last_name}" - "#{University.prefix} #{Address.city}" faker-1.9.1/lib/locales/no.yml000066400000000000000000000003031332146201300161300ustar00rootroot00000000000000no-NO: faker: invoice: reference: # Source: https://www.nordea.com/Images/37-48872/Func_Spec_Credit_Advice.pdf check_digit_method: kidmod10 pattern: '\d{24}#' faker-1.9.1/lib/locales/pl.yml000066400000000000000000001233071332146201300161410ustar00rootroot00000000000000pl: faker: name: address: country: [Afganistan, Albania, Algieria, Andora, Angola, Antigua i Barbuda, Arabia Saudyjska, Argentyna, Armenia, Australia, Austria, Azerbejdżan, Bahamy, Bahrajn, Bangladesz, Barbados, Belgia, Belize, Benin, Bhutan, Białoruś, Birma, Boliwia, Sucre, Bośnia i Hercegowina, Botswana, Brazylia, Brunei, Bułgaria, Burkina Faso, Burundi, Chile, Chiny, Chorwacja, Cypr, Czad, Czarnogóra, Czechy, Dania, Demokratyczna Republika Konga, Dominika, Dominikana, Dżibuti, Egipt, Ekwador, Erytrea, Estonia, Etiopia, Fidżi, Filipiny, Finlandia, Francja, Gabon, Gambia, Ghana, Grecja, Grenada, Gruzja, Gujana, Gwatemala, Gwinea, Gwinea Bissau, Gwinea Równikowa, Haiti, Hiszpania, Holandia, Haga, Honduras, Indie, Indonezja, Irak, Iran, Irlandia, Islandia, Izrael, Jamajka, Japonia, Jemen, Jordania, Kambodża, Kamerun, Kanada, Katar, Kazachstan, Kenia, Kirgistan, Kiribati, Kolumbia, Komory, Kongo, Korea Południowa, Korea Północna, Kostaryka, Kuba, Kuwejt, Laos, Lesotho, Liban, Liberia, Libia, Liechtenstein, Litwa, Luksemburg, Łotwa, Macedonia, Madagaskar, Malawi, Malediwy, Malezja, Mali, Malta, Maroko, Mauretania, Mauritius, Meksyk, Mikronezja, Mołdawia, Monako, Mongolia, Mozambik, Namibia, Nauru, Nepal, Niemcy, Niger, Nigeria, Nikaragua, Norwegia, Nowa Zelandia, Oman, Pakistan, Palau, Panama, Papua-Nowa Gwinea, Paragwaj, Peru, Polska, Portugalia, Republika Południowej Afryki, Republika Środkowoafrykańska, Republika Zielonego Przylądka, Rosja, Rumunia, Rwanda, Saint Kitts i Nevis, Saint Lucia, Saint Vincent i Grenadyny, Salwador, Samoa, San Marino, Senegal, Serbia, Seszele, Sierra Leone, Singapur, Słowacja, Słowenia, Somalia, Sri Lanka, Stany Zjednoczone, Suazi, Sudan, Sudan Południowy, Surinam, Syria, Szwajcaria, Szwecja, Tadżykistan, Tajlandia, Tanzania, Timor Wschodni, Togo, Tonga, Trynidad i Tobago, Tunezja, Turcja, Turkmenistan, Tuvalu, Funafuti, Uganda, Ukraina, Urugwaj, Uzbekistan, Vanuatu, Watykan, Wenezuela, Węgry, Wielka Brytania, Wietnam, Włochy, Wybrzeże Kości Słoniowej, Wyspy Marshalla, Wyspy Salomona, Wyspy Świętego Tomasza i Książęca, Zambia, Zimbabwe, Zjednoczone Emiraty Arabskie] country_code: ['PL'] building_number: ['#####', '####', '###'] street_prefix: ['ul.', 'al.'] secondary_address: ['Apt. ###', 'Suite ###'] postcode: ['##-###'] state: [Dolnośląskie, Kujawsko-pomorskie, Lubelskie, Lubuskie, Łódzkie, Małopolskie, Mazowieckie, Opolskie, Podkarpackie, Podlaskie, Pomorskie, Śląskie, Świętokrzyskie, Warmińsko-mazurskie, Wielkopolskie, Zachodniopomorskie] state_abbr: [DŚ, KP, LB, LS, ŁD, MP, MZ, OP, PK, PL, PM, ŚL, ŚK, WM, WP, ZP] city_name: [Aleksandrów Kujawski, Aleksandrów Łódzki, Alwernia, Andrychów, Annopol, Augustów, Babimost, Baborów, Baranów Sandomierski, Barcin, Barczewo, Bardo, Barlinek, Bartoszyce, Barwice, Bełchatów, Bełżyce, Będzin, Biała, Biała Piska, Biała Podlaska, Biała Rawska, Białobrzegi, Białogard, Biały Bór, Białystok, Biecz, Bielawa, Bielsk Podlaski, Bielsko-Biała, Bieruń, Bierutów, Bieżuń, Biłgoraj, Biskupiec, Bisztynek, Blachownia, Błaszki, Błażowa, Błonie, Bobolice, Bobowa, Bochnia, Bodzentyn, Bogatynia, Boguchwała, Boguszów-Gorce, Bojanowo, Bolesławiec, Bolków, Borek Wielkopolski, Borne Sulinowo, Braniewo, Brańsk, Brodnica, Brok, Brusy, Brwinów, Brzeg, Brzeg Dolny, Brzesko, Brzeszcze, Brześć Kujawski, Brzeziny, Brzostek, Brzozów, Buk, Bukowno, Busko-Zdrój, Bychawa, Byczyna, Bydgoszcz, Bystrzyca Kłodzka, Bytom, Bytom Odrzański, Bytów, Cedynia, Chełm, Chełmek, Chełmno, Chełmża, Chęciny, Chmielnik, Chocianów, Chociwel, Chodecz, Chodzież, Chojna, Chojnice, Chojnów, Choroszcz, Chorzele, Chorzów, Choszczno, Chrzanów, Ciechanowiec, Ciechanów, Ciechocinek, Cieszanów, Cieszyn, Ciężkowice, Cybinka, Czaplinek, Czarna Białostocka, Czarna Woda, Czarne, Czarnków, Czchów, Czechowice-Dziedzice, Czeladź, Czempiń, Czerniejewo, Czersk, Czerwieńsk, Czerwionka-Leszczyny, Częstochowa, Człopa, Człuchów, Czyżew, Ćmielów, Daleszyce, Darłowo, Dąbie, Dąbrowa Białostocka, Dąbrowa Górnicza, Dąbrowa Tarnowska, Debrzno, Dębica, Dęblin, Dębno, Dobczyce, Dobiegniew, Dobra (powiat łobeski), Dobra (powiat turecki), Dobre Miasto, Dobrodzień, Dobrzany, Dobrzyń nad Wisłą, Dolsk, Drawno, Drawsko Pomorskie, Drezdenko, Drobin, Drohiczyn, Drzewica, Dukla, Duszniki-Zdrój, Dynów, Działdowo, Działoszyce, Działoszyn, Dzierzgoń, Dzierżoniów, Dziwnów, Elbląg, Ełk, Frampol, Frombork, Garwolin, Gąbin, Gdańsk, Gdynia, Giżycko, Glinojeck, Gliwice, Głogów, Głogów Małopolski, Głogówek, Głowno, Głubczyce, Głuchołazy, Głuszyca, Gniew, Gniewkowo, Gniezno, Gogolin, Golczewo, Goleniów, Golina, Golub-Dobrzyń, Gołańcz, Gołdap, Goniądz, Gorlice, Gorzów Śląski, Gorzów Wielkopolski, Gostynin, Gostyń, Gościno, Gozdnica, Góra, Góra Kalwaria, Górowo Iławeckie, Górzno, Grabów nad Prosną, Grajewo, Grodków, Grodzisk Mazowiecki, Grodzisk Wielkopolski, Grójec, Grudziądz, Grybów, Gryfice, Gryfino, Gryfów Śląski, Gubin, Hajnówka, Halinów, Hel, Hrubieszów, Iława, Iłowa, Iłża, Imielin, Inowrocław, Ińsko, Iwonicz-Zdrój, Izbica Kujawska, Jabłonowo Pomorskie, Janikowo, Janowiec Wielkopolski, Janów Lubelski, Jarocin, Jarosław, Jasień, Jasło, Jastarnia, Jastrowie, Jastrzębie-Zdrój, Jawor, Jaworzno, Jaworzyna Śląska, Jedlicze, Jedlina-Zdrój, Jedwabne, Jelcz-Laskowice, Jelenia Góra, Jeziorany, Jędrzejów, Jordanów, Józefów (powiat biłgorajski), Józefów (powiat otwocki), Jutrosin, Kalety, Kalisz, Kalisz Pomorski, Kalwaria Zebrzydowska, Kałuszyn, Kamienna Góra, Kamień Krajeński, Kamień Pomorski, Kamieńsk, Kańczuga, Karczew, Kargowa, Karlino, Karpacz, Kartuzy, Katowice, Kazimierz Dolny, Kazimierza Wielka, Kąty Wrocławskie, Kcynia, Kędzierzyn-Koźle, Kępice, Kępno, Kętrzyn, Kęty, Kielce, Kietrz, Kisielice, Kleczew, Kleszczele, Kluczbork, Kłecko, Kłobuck, Kłodawa, Kłodzko, Knurów, Knyszyn, Kobylin, Kobyłka, Kock, Kolbuszowa, Kolno, Kolonowskie, Koluszki, Kołaczyce, Koło, Kołobrzeg, Koniecpol, Konin, Konstancin-Jeziorna, Konstantynów Łódzki, Końskie, Koprzywnica, Korfantów, Koronowo, Korsze, Kosów Lacki, Kostrzyn, Kostrzyn nad Odrą, Koszalin, Kościan, Kościerzyna, Kowal, Kowalewo Pomorskie, Kowary, Koziegłowy, Kozienice, Koźmin Wielkopolski, Kożuchów, Kórnik, Krajenka, Kraków, Krapkowice, Krasnobród, Krasnystaw, Kraśnik, Krobia, Krosno, Krosno Odrzańskie, Krośniewice, Krotoszyn, Kruszwica, Krynica Morska, Krynica-Zdrój, Krynki, Krzanowice, Krzepice, Krzeszowice, Krzywiń, Krzyż Wielkopolski, Książ Wielkopolski, Kudowa-Zdrój, Kunów, Kutno, Kuźnia Raciborska, Kwidzyn, Lądek-Zdrój, Legionowo, Legnica, Lesko, Leszno, Leśna, Leśnica, Lewin Brzeski, Leżajsk, Lębork, Lędziny, Libiąż, Lidzbark, Lidzbark Warmiński, Limanowa, Lipiany, Lipno, Lipsk, Lipsko, Lubaczów, Lubań, Lubartów, Lubawa, Lubawka, Lubień Kujawski, Lubin, Lublin, Lubliniec, Lubniewice, Lubomierz, Luboń, Lubraniec, Lubsko, Lwówek, Lwówek Śląski, Łabiszyn, Łańcut, Łapy, Łasin, Łask, Łaskarzew, Łaszczów, Łaziska Górne, Łazy, Łeba, Łęczna, Łęczyca, Łęknica, Łobez, Łobżenica, Łochów, Łomianki, Łomża, Łosice, Łowicz, Łódź, Łuków, Maków Mazowiecki, Maków Podhalański, Malbork, Małogoszcz, Małomice, Margonin, Marki, Maszewo, Miasteczko Śląskie, Miastko, Michałowo, Miechów, Miejska Górka, Mielec, Mieroszów, Mieszkowice, Międzybórz, Międzychód, Międzylesie, Międzyrzec Podlaski, Międzyrzecz, Międzyzdroje, Mikołajki, Mikołów, Mikstat, Milanówek, Milicz, Miłakowo, Miłomłyn, Miłosław, Mińsk Mazowiecki, Mirosławiec, Mirsk, Mława, Młynary, Mogielnica, Mogilno, Mońki, Morąg, Mordy, Moryń, Mosina, Mrągowo, Mrocza, Mszana Dolna, Mszczonów, Murowana Goślina, Muszyna, Mysłowice, Myszków, Myszyniec, Myślenice, Myślibórz, Nakło nad Notecią, Nałęczów, Namysłów, Narol, Nasielsk, Nekla, Nidzica, Niemcza, Niemodlin, Niepołomice, Nieszawa, Nisko, Nowa Dęba, Nowa Ruda, Nowa Sarzyna, Nowa Sól, Nowe, Nowe Brzesko, Nowe Miasteczko, Nowe Miasto Lubawskie, Nowe Miasto nad Pilicą, Nowe Skalmierzyce, Nowe Warpno, Nowogard, Nowogrodziec, Nowogród, Nowogród Bobrzański, Nowy Dwór Gdański, Nowy Dwór Mazowiecki, Nowy Sącz, Nowy Staw, Nowy Targ, Nowy Tomyśl, Nowy Wiśnicz, Nysa, Oborniki, Oborniki Śląskie, Obrzycko, Odolanów, Ogrodzieniec, Okonek, Olecko, Olesno, Oleszyce, Oleśnica, Olkusz, Olsztyn, Olsztynek, Olszyna, Oława, Opalenica, Opatów, Opoczno, Opole, Opole Lubelskie, Orneta, Orzesze, Orzysz, Osieczna, Osiek, Ostrołęka, Ostroróg, Ostrowiec Świętokrzyski, Ostróda, Ostrów Lubelski, Ostrów Mazowiecka, Ostrów Wielkopolski, Ostrzeszów, Ośno Lubuskie, Oświęcim, Otmuchów, Otwock, Ozimek, Ozorków, Ożarów, Ożarów Mazowiecki, Pabianice, Paczków, Pajęczno, Pakość, Parczew, Pasłęk, Pasym, Pelplin, Pełczyce, Piaseczno, Piaski, Piastów, Piechowice, Piekary Śląskie, Pieniężno, Pieńsk, Pieszyce, Pilawa, Pilica, Pilzno, Piła, Piława Górna, Pińczów, Pionki, Piotrków Kujawski, Piotrków Trybunalski, Pisz, Piwniczna-Zdrój, Pleszew, Płock, Płońsk, Płoty, Pniewy, Pobiedziska, Poddębice, Podkowa Leśna, Pogorzela, Polanica-Zdrój, Polanów, Police, Polkowice, Połaniec, Połczyn-Zdrój, Poniatowa, Poniec, Poręba, Poznań, Prabuty, Praszka, Prochowice, Proszowice, Prószków, Pruchnik, Prudnik, Prusice, Pruszcz Gdański, Pruszków, Przasnysz, Przecław, Przedbórz, Przedecz, Przemków, Przemyśl, Przeworsk, Przysucha, Pszczyna, Pszów, Puck, Puławy, Pułtusk, Puszczykowo, Pyrzyce, Pyskowice, Pyzdry, Rabka-Zdrój, Raciąż, Racibórz, Radków, Radlin, Radłów, Radom, Radomsko, Radomyśl Wielki, Radymno, Radziejów, Radzionków, Radzymin, Radzyń Chełmiński, Radzyń Podlaski, Rajgród, Rakoniewice, Raszków, Rawa Mazowiecka, Rawicz, Recz, Reda, Rejowiec Fabryczny, Resko, Reszel, Rogoźno, Ropczyce, Różan, Ruciane-Nida, Ruda Śląska, Rudnik nad Sanem, Rumia, Rybnik, Rychwał, Rydułtowy, Rydzyna, Ryglice, Ryki, Rymanów, Ryn, Rypin, Rzepin, Rzeszów, Rzgów, Sandomierz, Sanok, Sejny, Serock, Sędziszów, Sędziszów Małopolski, Sępopol, Sępólno Krajeńskie, Sianów, Siechnice, Siedlce, Siemianowice Śląskie, Siemiatycze, Sieniawa, Sieradz, Sieraków, Sierpc, Siewierz, Skalbmierz, Skała, Skarszewy, Skaryszew, Skarżysko-Kamienna, Skawina, Skępe, Skierniewice, Skoczów, Skoki, Skórcz, Skwierzyna, Sława, Sławków, Sławno, Słomniki, Słubice, Słupca, Słupsk, Sobótka, Sochaczew, Sokołów Małopolski, Sokołów Podlaski, Sokółka, Solec Kujawski, Sompolno, Sopot, Sosnowiec, Sośnicowice, Stalowa Wola, Starachowice, Stargard Szczeciński, Starogard Gdański, Stary Sącz, Staszów, Stawiski, Stawiszyn, Stąporków, Stęszew, Stoczek Łukowski, Stronie Śląskie, Strumień, Stryków, Strzegom, Strzelce Krajeńskie, Strzelce Opolskie, Strzelin, Strzelno, Strzyżów, Sucha Beskidzka, Suchań, Suchedniów, Suchowola, Sulechów, Sulejów, Sulejówek, Sulęcin, Sulmierzyce, Sułkowice, Supraśl, Suraż, Susz, Suwałki, Swarzędz, Syców, Szadek, Szamocin, Szamotuły, Szczawnica, Szczawno-Zdrój, Szczebrzeszyn, Szczecin, Szczecinek, Szczekociny, Szczucin, Szczuczyn, Szczyrk, Szczytna, Szczytno, Szepietowo, Szklarska Poręba, Szlichtyngowa, Szprotawa, Sztum, Szubin, Szydłowiec, Ścinawa, Ślesin, Śmigiel, Śrem, Środa Śląska, Środa Wielkopolska, Świątniki Górne, Świdnica, Świdnik, Świdwin, Świebodzice, Świebodzin, Świecie, Świeradów-Zdrój, Świerzawa, Świętochłowice, Świnoujście, Tarczyn, Tarnobrzeg, Tarnogród, Tarnowskie Góry, Tarnów, Tczew, Terespol, Tłuszcz, Tolkmicko, Tomaszów Lubelski, Tomaszów Mazowiecki, Toruń, Torzym, Toszek, Trzcianka, Trzciel, Trzcińsko-Zdrój, Trzebiatów, Trzebinia, Trzebnica, Trzemeszno, Tuchola, Tuchów, Tuczno, Tuliszków, Turek, Tuszyn, Twardogóra, Tychowo, Tychy, Tyczyn, Tykocin, Tyszowce, Ujazd, Ujście, Ulanów, Uniejów, Ustka, Ustroń, Ustrzyki Dolne, Wadowice, Wałbrzych, Wałcz, Warka, Warszawa, Warta, Wasilków, Wąbrzeźno, Wąchock, Wągrowiec, Wąsosz, Wejherowo, Węgliniec, Węgorzewo, Węgorzyno, Węgrów, Wiązów, Wieleń, Wielichowo, Wieliczka, Wieluń, Wieruszów, Więcbork, Wilamowice, Wisła, Witkowo, Witnica, Wleń, Władysławowo, Włocławek, Włodawa, Włoszczowa, Wodzisław Śląski, Wojcieszów, Wojkowice, Wojnicz, Wolbórz, Wolbrom, Wolin, Wolsztyn, Wołczyn, Wołomin, Wołów, Woźniki, Wrocław, Wronki, Września, Wschowa, Wyrzysk, Wysoka, Wysokie Mazowieckie, Wyszków, Wyszogród, Wyśmierzyce, Zabłudów, Zabrze, Zagórów, Zagórz, Zakliczyn, Zakopane, Zakroczym, Zalewo, Zambrów, Zamość, Zator, Zawadzkie, Zawichost, Zawidów, Zawiercie, Ząbki, Ząbkowice Śląskie, Zbąszynek, Zbąszyń, Zduny, Zduńska Wola, Zdzieszowice, Zelów, Zgierz, Zgorzelec, Zielona Góra, Zielonka, Ziębice, Złocieniec, Złoczew, Złotoryja, Złotów, Złoty Stok, Zwierzyniec, Zwoleń, Żabno, Żagań, Żarki, Żarów, Żary, Żelechów, Żerków, Żmigród, Żnin, Żory, Żukowo, Żuromin, Żychlin, Żyrardów, Żywiec] city: - "#{city_name}" street_name: - "#{street_prefix} #{Name.last_name}" street_address: - "#{street_name} #{building_number}" default_country: [Polska] company: suffix: [S.A., sp. z o.o., sp. j., sp.p., sp. k., S.K.A.] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}" internet: free_email: [gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, pl, com.pl, net, org] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] name: first_name: [Aaron, Abraham, Adam, Adrian, Atanazy, Agaton, Alan, Albert, Aleksander, Aleksy, Alfred, Alwar, Ambroży, Anatol, Andrzej, Antoni, Apollinary, Apollo, Arkady, Arkadiusz, Archibald, Arystarch, Arnold, Arseniusz, Artur, August, Baldwin, Bazyli, Benedykt, Beniamin, Bernard, Bertrand, Bertram, Borys, Brajan, Bruno, Cezary, Cecyliusz, Karol, Krystian, Krzysztof, Klarencjusz, Klaudiusz, Klemens, Konrad, Konstanty, Konstantyn, Kornel, Korneliusz, Korneli, Cyryl, Cyrus, Damian, Daniel, Dariusz, Dawid, Dionizy, Demetriusz, Dominik, Donald, Dorian, Edgar, Edmund, Edward, Edwin, Efrem, Efraim, Eliasz, Eleazar, Emil, Emanuel, Erast, Ernest, Eugeniusz, Eustracjusz, Fabian, Feliks, Florian, Franciszek, Fryderyk, Gabriel, Gedeon, Galfryd, Jerzy, Gerald, Gerazym, Gilbert, Gonsalwy, Grzegorz, Gwido, Harald, Henryk, Herbert, Herman, Hilary, Horacy, Hubert, Hugo, Ignacy, Igor, Hilarion, Innocenty, Hipolit, Ireneusz, Erwin, Izaak, Izajasz, Izydor, Jakub, Jeremi, Jeremiasz, Hieronim, Gerald, Joachim, Jan, Janusz, Jonatan, Józef, Jozue, Julian, Juliusz, Justyn, Kalistrat, Kazimierz, Wawrzyniec, Laurenty, Laurencjusz, Łazarz, Leon, Leonard, Leonid, Leon, Ludwik, Łukasz, Lucjan, Magnus, Makary, Marceli, Marek, Marcin, Mateusz, Maurycy, Maksym, Maksymilian, Michał, Miron, Modest, Mojżesz, Natan, Natanael, Nazariusz, Nazary, Nestor, Mikołaj, Nikodem, Olaf, Oleg, Oliwier, Onufry, Orestes, Oskar, Ansgary, Osmund, Pankracy, Pantaleon, Patryk, Patrycjusz, Patrycy, Paweł, Piotr, Filemon, Filip, Platon, Polikarp, Porfiry, Porfiriusz, Prokles, Prokul, Prokop, Kwintyn, Randolf, Rafał, Rajmund, Reginald, Rajnold, Ryszard, Robert, Roderyk, Roger, Roland, Roman, Romeo, Reginald, Rudolf, Samson, Samuel, Salwator, Sebastian, Serafin, Sergiusz, Seweryn, Zygmunt, Sylwester, Szymon, Salomon, Spirydion, Stanisław, Szczepan, Stefan, Terencjusz, Teodor, Tomasz, Tymoteusz, Tobiasz, Walenty, Walentyn, Walerian, Walery, Wiktor, Wincenty, Witalis, Włodzimierz, Władysław, Błażej, Walter, Walgierz, Wacław, Wilfryd, Wilhelm, Ksawery, Ksenofont, Jerzy, Zachariasz, Zachary, Ada, Adelajda, Agata, Agnieszka, Agrypina, Aida, Aleksandra, Alicja, Alina, Amanda, Anastazja, Angela, Andżelika, Angelina, Anna, Hanna, Antonina, Ariadna, Aurora, Barbara, Beatrycze, Berta, Brygida, Kamila, Karolina, Karolina, Kornelia, Katarzyna, Cecylia, Karolina, Chloe, Krystyna, Klara, Klaudia, Klementyna, Konstancja, Koralia, Daria, Diana, Dina, Dorota, Edyta, Eleonora, Eliza, Elżbieta, Izabela, Elwira, Emilia, Estera, Eudoksja, Eudokia, Eugenia, Ewa, Ewelina, Ferdynanda, Florencja, Franciszka, Gabriela, Gertruda, Gloria, Gracja, Jadwiga, Helena, Henryka, Nadzieja, Ida, Ilona, Helena, Irena, Irma, Izabela, Izolda, Jakubina, Joanna, Janina, Żaneta, Joanna, Ginewra, Józefina, Judyta, Julia, Julia, Julita, Justyna, Kira, Cyra, Kleopatra, Larysa, Laura, Laurencja, Laurentyna, Lea, Leila, Eleonora, Liliana, Lilianna, Lilia, Lilla, Liza, Eliza, Laura, Ludwika, Luiza, Łucja, Lucja, Lidia, Amabela, Magdalena, Malwina, Małgorzata, Greta, Marianna, Maryna, Marta, Martyna, Maria, Matylda, Maja, Maja, Melania, Michalina, Monika, Nadzieja, Noemi, Natalia, Nikola, Nina, Olga, Olimpia, Oliwia, Ofelia, Patrycja, Paula, Pelagia, Penelopa, Filipa, Paulina, Rachela, Rebeka, Regina, Renata, Rozalia, Róża, Roksana, Rufina, Ruta, Sabina, Sara, Serafina, Sybilla, Sylwia, Zofia, Stella, Stefania, Zuzanna, Tamara, Tacjana, Tekla, Teodora, Teresa, Walentyna, Waleria, Wanesa, Wiara, Weronika, Wiktoria, Wirginia, Bibiana, Bibianna, Wanda, Wilhelmina, Ksawera, Ksenia, Zoe] last_name: [Adamczak, Adamczyk, Adamek, Adamiak, Adamiec, Adamowicz, Adamski, Adamus, Aleksandrowicz, Andrzejczak, Andrzejewski, Antczak, Augustyn, Augustyniak, Bagiński, Balcerzak, Banach, Banasiak, Banasik, Banaś, Baran, Baranowski, Barański, Bartczak, Bartkowiak, Bartnik, Bartosik, Bednarczyk, Bednarek, Bednarski, Bednarz, Białas, Białek, Białkowski, Bielak, Bielawski, Bielecki, Bielski, Bieniek, Biernacki, Biernat, Bieńkowski, Bilski, Bober, Bochenek, Bogucki, Bogusz, Borek, Borkowski, Borowiec, Borowski, Bożek, Broda, Brzeziński, Brzozowski, Buczek, Buczkowski, Buczyński, Budziński, Budzyński, Bujak, Bukowski, Burzyński, Bąk, Bąkowski, Błaszczak, Błaszczyk, Cebula, Chmiel, Chmielewski, Chmura, Chojnacki, Chojnowski, Cholewa, Chrzanowski, Chudzik, Cichocki, Cichoń, Cichy, Ciesielski, Cieśla, Cieślak, Cieślik, Ciszewski, Cybulski, Cygan, Czaja, Czajka, Czajkowski, Czapla, Czarnecki, Czech, Czechowski, Czekaj, Czerniak, Czerwiński, Czyż, Czyżewski, Dec, Dobosz, Dobrowolski, Dobrzyński, Domagała, Domański, Dominiak, Drabik, Drozd, Drozdowski, Drzewiecki, Dróżdż, Dubiel, Duda, Dudek, Dudziak, Dudzik, Dudziński, Duszyński, Dziedzic, Dziuba, Dąbek, Dąbkowski, Dąbrowski, Dębowski, Dębski, Długosz, Falkowski, Fijałkowski, Filipek, Filipiak, Filipowicz, Flak, Flis, Florczak, Florek, Frankowski, Frąckowiak, Frączek, Frątczak, Furman, Gadomski, Gajda, Gajewski, Gaweł, Gawlik, Gawron, Gawroński, Gałka, Gałązka, Gil, Godlewski, Golec, Gołąb, Gołębiewski, Gołębiowski, Grabowski, Graczyk, Grochowski, Grudzień, Gruszczyński, Gruszka, Grzegorczyk, Grzelak, Grzesiak, Grzesik, Grześkowiak, Grzyb, Grzybowski, Grzywacz, Gutowski, Guzik, Gwóźdź, Góra, Góral, Górecki, Górka, Górniak, Górny, Górski, Gąsior, Gąsiorowski, Głogowski, Głowacki, Głąb, Hajduk, Herman, Iwański, Izdebski, Jabłoński, Jackowski, Jagielski, Jagiełło, Jagodziński, Jakubiak, Jakubowski, Janas, Janiak, Janicki, Janik, Janiszewski, Jankowiak, Jankowski, Janowski, Janus, Janusz, Januszewski, Jaros, Jarosz, Jarząbek, Jasiński, Jastrzębski, Jaworski, Jaśkiewicz, Jezierski, Jurek, Jurkiewicz, Jurkowski, Juszczak, Jóźwiak, Jóźwik, Jędrzejczak, Jędrzejczyk, Jędrzejewski, Kacprzak, Kaczmarczyk, Kaczmarek, Kaczmarski, Kaczor, Kaczorowski, Kaczyński, Kaleta, Kalinowski, Kalisz, Kamiński, Kania, Kaniewski, Kapusta, Karaś, Karczewski, Karpiński, Karwowski, Kasperek, Kasprzak, Kasprzyk, Kaszuba, Kawa, Kawecki, Kałuża, Kaźmierczak, Kiełbasa, Kisiel, Kita, Klimczak, Klimek, Kmiecik, Kmieć, Knapik, Kobus, Kogut, Kolasa, Komorowski, Konieczna, Konieczny, Konopka, Kopczyński, Koper, Kopeć, Korzeniowski, Kos, Kosiński, Kosowski, Kostecki, Kostrzewa, Kot, Kotowski, Kowal, Kowalczuk, Kowalczyk, Kowalewski, Kowalik, Kowalski, Koza, Kozak, Kozieł, Kozioł, Kozłowski, Kołakowski, Kołodziej, Kołodziejczyk, Kołodziejski, Krajewski, Krakowiak, Krawczyk, Krawiec, Kruk, Krukowski, Krupa, Krupiński, Kruszewski, Krysiak, Krzemiński, Krzyżanowski, Król, Królikowski, Książek, Kubacki, Kubiak, Kubica, Kubicki, Kubik, Kuc, Kucharczyk, Kucharski, Kuchta, Kuciński, Kuczyński, Kujawa, Kujawski, Kula, Kulesza, Kulig, Kulik, Kuliński, Kurek, Kurowski, Kuś, Kwaśniewski, Kwiatkowski, Kwiecień, Kwieciński, Kędzierski, Kędziora, Kępa, Kłos, Kłosowski, Lach, Laskowski, Lasota, Lech, Lenart, Lesiak, Leszczyński, Lewandowski, Lewicki, Leśniak, Leśniewski, Lipiński, Lipka, Lipski, Lis, Lisiecki, Lisowski, Maciejewski, Maciąg, Mackiewicz, Madej, Maj, Majcher, Majchrzak, Majewski, Majka, Makowski, Malec, Malicki, Malinowski, Maliszewski, Marchewka, Marciniak, Marcinkowski, Marczak, Marek, Markiewicz, Markowski, Marszałek, Marzec, Masłowski, Matusiak, Matuszak, Matuszewski, Matysiak, Mazur, Mazurek, Mazurkiewicz, Maćkowiak, Małecki, Małek, Maślanka, Michalak, Michalczyk, Michalik, Michalski, Michałek, Michałowski, Mielczarek, Mierzejewski, Mika, Mikołajczak, Mikołajczyk, Mikulski, Milczarek, Milewski, Miller, Misiak, Misztal, Miśkiewicz, Modzelewski, Molenda, Morawski, Motyka, Mroczek, Mroczkowski, Mrozek, Mróz, Mucha, Murawski, Musiał, Muszyński, Młynarczyk, Napierała, Nawrocki, Nawrot, Niedziela, Niedzielski, Niedźwiecki, Niemczyk, Niemiec, Niewiadomski, Noga, Nowacki, Nowaczyk, Nowak, Nowakowski, Nowicki, Nowiński, Olczak, Olejniczak, Olejnik, Olszewski, Orzechowski, Orłowski, Osiński, Ossowski, Ostrowski, Owczarek, Paczkowski, Pająk, Pakuła, Paluch, Panek, Partyka, Pasternak, Paszkowski, Pawelec, Pawlak, Pawlicki, Pawlik, Pawlikowski, Pawłowski, Pałka, Piasecki, Piechota, Piekarski, Pietras, Pietruszka, Pietrzak, Pietrzyk, Pilarski, Pilch, Piotrowicz, Piotrowski, Piwowarczyk, Piórkowski, Piątek, Piątkowski, Piłat, Pluta, Podgórski, Polak, Popławski, Porębski, Prokop, Prus, Przybylski, Przybysz, Przybył, Przybyła, Ptak, Puchalski, Pytel, Płonka, Raczyński, Radecki, Radomski, Rak, Rakowski, Ratajczak, Robak, Rogala, Rogalski, Rogowski, Rojek, Romanowski, Rosa, Rosiak, Rosiński, Ruciński, Rudnicki, Rudziński, Rudzki, Rusin, Rutkowski, Rybak, Rybarczyk, Rybicki, Rzepka, Różański, Różycki, Sadowski, Sawicki, Serafin, Siedlecki, Sienkiewicz, Sieradzki, Sikora, Sikorski, Sitek, Siwek, Skalski, Skiba, Skibiński, Skoczylas, Skowron, Skowronek, Skowroński, Skrzypczak, Skrzypek, Skóra, Smoliński, Sobczak, Sobczyk, Sobieraj, Sobolewski, Socha, Sochacki, Sokołowski, Sokół, Sosnowski, Sowa, Sowiński, Sołtys, Sołtysiak, Sroka, Stachowiak, Stachowicz, Stachura, Stachurski, Stanek, Staniszewski, Stanisławski, Stankiewicz, Stasiak, Staszewski, Stawicki, Stec, Stefaniak, Stefański, Stelmach, Stolarczyk, Stolarski, Strzelczyk, Strzelecki, Stępień, Stępniak, Surma, Suski, Szafrański, Szatkowski, Szczepaniak, Szczepanik, Szczepański, Szczerba, Szcześniak, Szczygieł, Szczęsna, Szczęsny, Szeląg, Szewczyk, Szostak, Szulc, Szwarc, Szwed, Szydłowski, Szymański, Szymczak, Szymczyk, Szymkowiak, Szyszka, Sławiński, Słowik, Słowiński, Tarnowski, Tkaczyk, Tokarski, Tomala, Tomaszewski, Tomczak, Tomczyk, Tracz, Trojanowski, Trzciński, Trzeciak, Turek, Twardowski, Urban, Urbanek, Urbaniak, Urbanowicz, Urbańczyk, Urbański, Walczak, Walkowiak, Warchoł, Wasiak, Wasilewski, Wawrzyniak, Wesołowski, Wieczorek, Wierzbicki, Wilczek, Wilczyński, Wilk, Winiarski, Witczak, Witek, Witkowski, Wiącek, Więcek, Więckowski, Wiśniewski, Wnuk, Wojciechowski, Wojtas, Wojtasik, Wojtczak, Wojtkowiak, Wolak, Woliński, Wolny, Wolski, Woś, Woźniak, Wrona, Wroński, Wróbel, Wróblewski, Wypych, Wysocki, Wyszyński, Wójcicki, Wójcik, Wójtowicz, Wąsik, Węgrzyn, Włodarczyk, Włodarski, Zaborowski, Zabłocki, Zagórski, Zając, Zajączkowski, Zakrzewski, Zalewski, Zaremba, Zarzycki, Zaręba, Zawada, Zawadzki, Zdunek, Zieliński, Zielonka, Ziółkowski, Zięba, Ziętek, Zwoliński, Zych, Zygmunt, Łapiński, Łuczak, Łukasiewicz, Łukasik, Łukaszewski, Śliwa, Śliwiński, Ślusarczyk, Świderski, Świerczyński, Świątek, Żak, Żebrowski, Żmuda, Żuk, Żukowski, Żurawski, Żurek, Żyła] prefix: [Pan, Pani] title: descriptor: [Lead, Senior, Direct, Corporate, Dynamic, Future, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Human, Chief, Principal] level: [Solutions, Program, Brand, Security, Research, Marketing, Directives, Implementation, Integration, Functionality, Response, Paradigm, Tactics, Identity, Markets, Group, Division, Applications, Optimization, Operations, Infrastructure, Intranet, Communications, Web, Branding, Quality, Assurance, Mobility, Accounts, Data, Creative, Configuration, Accountability, Interactions, Factors, Usability, Metrics] job: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{first_name} #{last_name}" phone_number: formats: ['12-###-##-##', '13-###-##-##', '14-###-##-##', '15-###-##-##', '16-###-##-##', '17-###-##-##', '18-###-##-##', '22-###-##-##', '23-###-##-##', '24-###-##-##', '25-###-##-##', '29-###-##-##', '32-###-##-##', '33-###-##-##', '34-###-##-##', '41-###-##-##', '42-###-##-##', '43-###-##-##', '44-###-##-##', '46-###-##-##', '48-###-##-##', '52-###-##-##', '54-###-##-##', '55-###-##-##', '56-###-##-##', '58-###-##-##', '59-###-##-##', '61-###-##-##', '62-###-##-##', '63-###-##-##', '65-###-##-##', '67-###-##-##', '68-###-##-##', '71-###-##-##', '74-###-##-##', '75-###-##-##', '76-###-##-##', '77-###-##-##', '81-###-##-##', '82-###-##-##', '83-###-##-##', '84-###-##-##', '85-###-##-##', '86-###-##-##', '87-###-##-##', '89-###-##-##', '91-###-##-##', '94-###-##-##', '95-###-##-##'] cell_phone: formats: ['50-###-##-##', '51-###-##-##', '53-###-##-##', '57-###-##-##', '60-###-##-##', '66-###-##-##', '69-###-##-##', '72-###-##-##', '73-###-##-##', '78-###-##-##', '79-###-##-##', '88-###-##-##'] faker-1.9.1/lib/locales/pt-BR.yml000066400000000000000000000565611332146201300164610ustar00rootroot00000000000000pt-BR: faker: address: city_prefix: [Nova, Velha, Grande, Vila, Município de] city_suffix: [" do Descoberto", " de Nossa Senhora", " do Norte", " do Sul"] country: [ "Afeganistão", "Albânia", "Algéria", "Samoa", "Andorra", "Angola", "Anguilla", "Antígua e Barbuda", "Argentina", "Armênia", "Aruba", "Austrália", "Áustria", "Azerbaijão", "Bahamas", "Barém", "Bangladesh", "Barbados", "Belgrado", "Bélgica", "Belize", "Benin", "Bermuda", "Butão", "Bolívia", "Bôsnia", "Batasuna", "Ilha Bouvet", "Brasil", "Arquipélago de Chagos", "Ilhas Virgens", "Brunei", "Bulgária", "Burkina Faso", "Burundi", "Camboja", "Camarões", "Canadá", "Cabo Verde", "Ilhas Cayman", "República da África Central", "Chade", "Chile", "China", "Ilhas do Natal", "Ilhas Cocos", "Colômbia", "Comores", "Congo", "Ilhas Cook", "Costa Rica", "Costa do Marfim", "Croácia", "Cuba", "Chipre", "República Checa", "Dinamarca", "Djibouti", "Dominica", "República Dominicana", "Equador", "Egito", "El Salvador", "Guiné Equatorial", "Eritreia", "Estônia", "Etiópia", "Ilhas Feroe", "Ilhas Malvinas", "Fiji", "Finlândia", "França", "Guiné Francesa", "Polinésia Francesa", "Gabão", "Gâmbia", "Georgia", "Alemanha", "Gana", "Gibraltar", "Grécia", "Groelândia", "Granada", "Guadalupe", "Guano", "Guatemala", "Guernsey", "Guiné", "Guiné-Bissau", "Guiana", "Haiti", "Ilha Heard e Ilhas McDonald", "Vaticano", "Honduras", "Hong Kong", "Hungria", "Islândia", "Índia", "Indonésia", "Irã", "Iraque", "Irlanda", "Ilha de Man", "Israel", "Itália", "Jamaica", "Japão", "Jersey", "Jordânia", "Cazaquistão", "Quênia", "Kiribati", "Coreia do Norte", "Coreia do Sul", "Kuwait", "Quirguistão", "República Democrática Popular Lau", "Latvia", "Líbano", "Lesoto", "Libéria", "Líbia", "Liechtenstein", "Lituânia", "Luxemburgo", "Macau", "Macedônia", "Madagascar", "Malawi", "Malásia", "Maldivas", "Mali", "Malta", "Ilhas Marshall", "Martinica", "Mauritânia", "Maurícia", "Mayotte", "México", "Micronésia", "Moldávia", "Mônaco", "Mongólia", "Montenegro", "Montserrat", "Marrocos", "Moçambique", "Myanmar", "Namíbia", "Nauru", "Nepal", "Antilhas Holandesas", "Holanda", "Nova Caledónia", "Nova Zelândia", "Nicarágua", "Nigéria", "Niue", "Ilha Norfolk", "Marianas Setentrionais", "Noruega", "Omã", "Paquistão", "Palau", "Palestina", "Panamá", "Papua-Nova Guiné", "Paraguai", "Peru", "Filipinas", "Polônia", "Portugal", "Porto Rico", "Catar", "Romênia", "Rússia", "Ruanda", "São Bartolomeu", "Santa Helena", "Santa Lúcia", "Ilha de São Martinho", "Saint-Pierre e Miquelon", "São Vincente e Granadinas", "Samoa", "San Marino", "Sao Tomé e Príncipe", "Arábia Saudita", "Senegal", "Sérvia", "Seicheles", "Serra Leoa", "Singapura", "Eslováquia", "Eslovênia", "Ilhas Salomão", "Somália", "África do Sul", "Geórgia do Sul e Ilhas Sandwich do Sul", "Espanha", "Sri Lanka", "Sudão", "Suriname", "Ilhas Svalbard e Jan Mayen", "Suazilândia", "Suécia", "Suíça", "Síria", "Taiwan", "Tajiquistão", "Tanzânia", "Tailândia", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trindade e Tobago", "Tunísia", "Turquia", "Turcomenistão", "Ilhas Turcas e Caicos", "Tuvalu", "Uganda", "Ucrânia", "Emirados Árabes Unidos", "Reino Unido", "Estados Unidos da América", "Estados Unidos das Ilhas Virgens", "Uruguai", "Uzbequistão", "Vanuatu", "Venezuela", "Vietnã", "Wallis e Futuna", "Saara Ocidental", "Iémen", "Zâmbia", "Zimbábue"] building_number: ["#####", "####", "###", "s/n"] street_suffix: ["Rua", "Avenida", "Travessa", "Ponte", "Alameda", "Marginal", "Viela", "Rodovia"] street_name: - "#{street_suffix} #{Name.first_name}" - "#{street_suffix} #{Name.first_name} #{Name.last_name}" secondary_address: ["Apto. ###", "Sobrado ##", "Casa #", "Lote ##", "Quadra ##"] # Though these are US-specific, they are here (in the default locale) for backwards compatibility postcode: ["#####-###"] state: ["Acre", "Alagoas", "Amapá", "Amazonas", "Bahia", "Ceará", "Distrito Federal", "Espírito Santo", "Goiás", "Maranhão", "Mato Grosso", "Mato Grosso do Sul", "Minas Gerais", "Pará", "Paraíba", "Paraná", "Pernambuco", "Piauí", "Rio de Janeiro", "Rio Grande do Norte", "Rio Grande do Sul", "Rondônia", "Roraima", "Santa Catarina", "São Paulo", "Sergipe", "Tocantins"] state_abbr: [AC, AL, AP, AM, BA, CE, DF, ES, GO, MA, MT, MS, PA, PB, PR, PE, PI, RJ, RN, RS, RO, RR, SC, SP] postcode_by_state: SP: ['0####-###', '1####-###'] RJ: ['20###-###', '21###-###', '22###-###', '23###-###', '24###-###', '25###-###', '26###-###', '27###-###', '28###-###'] ES: '29###-###' MG: '3####-###' BA: ['40###-###', '41###-###', '42###-###', '43###-###', '44###-###', '45###-###', '46###-###', '47###-###', '48###-###'] SE: '49###-###' PE: ['50###-###', '51###-###', '52###-###', '53###-###', '54###-###', '55###-###', '56###-###'] AL: '57###-###' PB: '58###-###' RN: '59###-###' CE: ['60###-###', '61###-###', '62###-###', '63###-###'] PI: '64###-###' MA: '65###-###' PA: ['66###-###', '67###-###'] AP: '68###-###' AM: '69###-###' AC: '69###-###' RR: '69###-###' DF: ['70###-###', '71###-###', '72###-###', '73###-###'] GO: ['73###-###', '74###-###', '75###-###', '76###-###'] RO: ['768##-###', '769##-###'] TO: '77###-###' MT: '78###-###' MS: '79###-###' PR: ['80###-###', '81###-###', '82###-###', '83###-###', '84###-###', '85###-###', '86###-###', '87###-###'] SC: ['88###-###', '89###-###'] RS: '9####-###' default_country: [Brasil] company: suffix: ["S.A.", "LTDA", "e Associados", "Comércio", "EIRELI"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} e #{Name.last_name}" university: prefix: [Universidade, Faculdade, Centro Tecnológico] region: [Federal, Estadual, Municipal, Rural, Regional, Católica, Metodista] suffix: ['do Sul', 'do Norte', 'a Distância', 'EAD', 'do Leste', 'do Oeste', 'do Nordeste', 'do Suldeste', 'da Floresta Amazônica', 'da Caatinga', 'Atlântica'] name: - "#{University.prefix} #{Name.last_name} #{University.suffix}" - "#{University.prefix} do(a) #{Address.state} #{University.suffix}" - "#{University.prefix} do(a) #{Address.state}" - "#{University.prefix} #{University.region} do(a) #{Address.state}" - "#{University.prefix} #{University.region} do(a) #{Address.state} #{University.suffix}" - "#{University.prefix} #{Name.last_name} #{University.suffix}" - "#{University.prefix} #{Name.last_name}" internet: free_email: [gmail.com, yahoo.com, hotmail.com, live.com, bol.com.br] domain_suffix: [br, com, biz, info, name, net, org] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] name: first_name: ["Alessandro","Alexandre","Alice","Alícia","Aline","Amanda","Ana","Antônio","Arthur","Beatriz","Benício","Benjamin","Bernardo","Bianca","Breno","Bruna","Bryan","Caio","Carla","Carlos","Catarina","Cauã","Cecília","Célia","César","Clara","Dalila","Daniel","Danilo","Davi","Deneval","Djalma","Eduarda","Eduardo","Elísio","Emanuel","Emanuelly","Enrico","Enzo","Esther","Fabiano","Fábio","Fabrícia","Fabrício","Felícia","Feliciano","Felipe","Félix","Fernanda","Francisco","Frederico","Gabriel","Gabriela","Giovanna","Gúbio","Guilherme","Gustavo","Heitor","Helena","Hélio","Heloísa","Henrique","Hugo","Ígor","Isaac","Isabel","Isabela","Isabella","Isabelly","Isadora","Isis","Janaína","Joana","João","Joaquim","Júlia","Júlio","Karla","Kléber","Ladislau","Lara","Larissa","Laura","Lavínia","Leonardo","Letícia","Lívia","Lorena","Lorenzo","Lorraine","Lucas","Lucca","Luiza","Manuela","Marcela","Marcelo","Márcia","Márcio","Marcos","Margarida","Maria","Mariana","Marina","Marli","Matheus","Meire","Melissa","Mércia","Miguel","Morgana","Murilo","Natália","Nataniel","Nicolas","Nicole","Norberto","Núbia","Ofélia","Pablo","Paula","Paulo","Pedro","Pietro","Rafael","Rafaela","Raul","Rebeca","Ricardo","Roberta","Roberto","Salvador","Samuel","Sara","Sarah","Silas","Sílvia","Sirineu","Sophia","Suélen","Talita","Tertuliano","Theo","Thiago","Thomas","Valentina","Vicente","Víctor","Vinicius","Vitor","Vitória","Warley","Washington","Yago","Yango","Yasmin","Yuri","Adriana","Agatha","Alessandra","Allana","Ana Beatriz","Ana Cecília","Ana Clara","Ana Júlia","Ana Laura","Ana Lívia","Ana Luiza","Ana Sophia","Ana Vitória","André","Anthony","Antonella","Antonia","Arthur Gabriel","Arthur Henrique","Arthur Miguel","Augusto","Aurora","Ayla","Bárbara","Bento","Bruno","Calebe","Camila","Carlos Eduardo","Carolina","Clarice","Davi Lucas","Davi Lucas","Davi Lucca","Davi Lucca","Davi Luiz","Davi Miguel","Elisa","Eloah","Emilly","Enzo Gabriel","Enzo Gabriel","Enzo Miguel","Erick","Fernando","Francisca","Gabrielly","Gael","Giulia","Henry","Ian","Igor","Joao","João Gabriel","João Guilherme","João Lucas","João Lucas","João Miguel","João Miguel","João Pedro","João Pedro","João Vitor","João Vitor","José","Juliana","Kaique","Kauê","Laís","Levi","Liz","Louise","Luan","Luana","Lucas Gabriel","Luiz","Luiz Felipe","Luiz Gustavo","Luiz Henrique","Luiz Miguel","Luiz Otávio","Luna","Maitê","Malu","Marcia","Maria Alice","Maria Cecília","Maria Clara","Maria Eduarda","Maria Fernanda","Maria Flor","Maria Helena","Maria Isis","Maria Júlia","Maria Laura","Maria Luiza","Maria Sophia","Maria Valentina","Maria Vitória","Mariah","Mathias","Maya","Milena","Mirella","Nathan","Noah","Oliver","Olívia","Otávio","Patricia","Pedro Henrique","Pedro Henrique","Pedro Lucas","Pedro Miguel","Pérola","Pietra","Rodrigo","Ruan","Ryan","Sophie","Stella","Tiago","Tomás","Vinícius","Vitor Hugo"] last_name: ["Aguiar", "Albuquerque", "Almada", "Almeida", "Álvares", "Alves", "Ambrósio", "Amoreira", "Antena", "Antunes", "Aparício", "Aragão", "Arantes", "Araújo", "Aroeira", "Arriaga", "Assumpção", "Banheira", "Barata", "Barbosa", "Barreira", "Barreto", "Barros", "Barroso", "Batista", "Beltrão", "Bentes", "Bernardes", "Bittencourt", "Bomdia", "Bonfim", "Bouças", "Braga", "Brites", "Brum", "Bulhões", "Cabreira", "Cachoeira", "Caldas", "Caldeira", "Camacho", "Campos", "Cardoso", "Carneiro", "Carreira", "Carvalheira", "Carvalho", "Caseira", "Casqueira", "Castanheira", "Castanho", "Castelo", "Castro", "Cavalcanti", "Cerqueira", "Chaves", "Conceição", "Coqueiro", "Corrêa", "Corte", "Costa", "Coutinho", "Crespo", "Cruz", "Custódio", "da Aldeia", "da Bandeira", "da Barra", "da Barranca", "da Conceição", "da Costa", "da Cruz", "da Cunha", "da Fonseca", "da Fontoura", "da Fronteira", "da Gama", "da Luz", "da Madureira", "da Maia", "da Mata", "da Mota", "da Nóbrega", "da Paz", "da Penha", "da Rocha", "da Rosa", "da Silva", "da Silveira", "da Terra", "da Veiga", "Dantas", "das Neves", "Datena", "de Assunção", "de Borba", "de Lara", "de Lins", "de Oliveira", "de Quadros", "de Sá", "Dias", "Diegues", "do Prado", "Domingues", "Dorneles", "dos Reis", "Duarte", "Espinheira", "Espinhosa", "Esteves", "Farias", "Fernandes", "Ferraço", "Ferreira", "Figueira", "Filgueira", "Fogaça", "Fontes", "Fontinhas", "Franco", "Freitas", "Gabeira", "Galego", "Galvão", "Garcês", "Garcez", "Gentil", "Geraldes", "Godinho", "Godins", "Gomes", "Gomide", "Gonçalves", "Goulart", "Grotas", "Guedes", "Guterres", "Henriques", "Hermingues", "Hernandes", "Jaques", "Jesus", "Junqueira", "Laranjeira", "Leiria", "Lessa", "Lima", "Limeira", "Lobos", "Longuinho", "Lopes", "Louzada", "Macedo", "Macieira", "Madeira", "Mangueira", "Marcondes", "Marins", "Marques", "Martim", "Martins", "Matoso", "Meira", "Meireles", "Melo", "Mendanha", "Mendes", "Menendes", "Modesto", "Moniz", "Monteira", "Monteiro", "Moraes", "Morais", "Moreira", "Moreno", "Moura", "Munhoz", "Muniz", "Nascimento", "Negrão", "Neves", "Nogueira", "Novaes", "Nunes", "Oliveira", "Ordonhes", "Ornelas", "Ouriques", "Paes", "Paiva", "Palhares", "Palmeira", "Parreira", "Passarinho", "Pedroso", "Peixoto", "Pereira", "Peres", "Pimenta", "Pinheira", "Pinto", "Pires", "Porteira", "Porto", "Quaresma", "Quarteira", "Raia", "Ramalho", "Rameira", "Ramires", "Ramos", "Rebouças", "Rêgo", "Regueira", "Reis", "Resende", "Rezende", "Ribas", "Ribeira", "Ribeiro", "Rios", "Rocha", "Rodrigues", "Rolim", "Roriz", "Roseira", "Sá", "Sais", "Sales", "Sanches", "Santana", "Santos", "Saraiva", "Silva", "Silveira", "Simão", "Simões", "Siqueira", "Siqueiro", "Soares", "Soeira", "Solimões", "Souza", "Tavares", "Taveira", "Teixeira", "Teles", "Vasques", "Velasques", "Veles", "Veloso", "Viana", "Vidal", "Videira", "Vieira", "Vimaranes", "Viveiros", "Xavier", "Ximenes"] prefix: ["Sr.", "Sra.", "Srta.", "Dr.", "Dra."] suffix: ["Jr.", "Neto", "Filho"] color: name: ["Abóbora", "Amaranto", "Amarelo", "Âmbar", "Ameixa", "Ardósia", "Azul", "Azul-bebê", "Azul-claro", "Azul-cobalto", "Azul-esverdeado", "Azul-marinho", "Azul-persa", "Azul-violeta", "Bege", "Branco", "Carmesim", "Carmim", "Cereja", "Cerúleo", "Champagne", "Chocolate", "Cinza", "Coral", "Escarlate", "Framboesa", "Índigo", "Laranja", "Lavanda", "Lilás", "Lima", "Magenta", "Marfim", "Marrom", "Oliva", "Ouro", "Pêssego", "Prata", "Preto", "Rosa", "rosa-arroxeado", "Rosa-magenta", "Roxo", "Salmão", "Turquesa", "Uva", "Verde", "Verde-água", "Verde-claro", "Verde-jade", "Verde-limão", "Verde-primavera", "Vermelho", "Violeta"] team: main_teams: ['Flamengo', 'Fluminense', 'Botafogo', 'Vasco da Gama', 'Corinthians','Grêmio','Flamengo','Palmeiras','Santos','Coritiba','Cruzeiro','Ponte Preta', 'Chapecoense', 'Sport','São Paulo','Bahia', 'Vitória', 'Avaí', 'América'] prefix: ['Grêmio', 'Atlético', 'Clube de Regatas', 'Esporte'] gentile: ['Acriano', 'Alagoano', 'Amapaense', 'Amazonense', 'Baiano', 'Cearense', 'Brasiliense', 'Capixaba', 'Goiano', 'Maranhense', 'Mato-grossense', 'Sul-mato-grossense', 'Mineiro', 'Paraense', 'Paraibano', 'Paranaense', 'Pernambucano', 'Piauiense', 'Fluminense', 'Carioca', 'Potiguar', 'Gaúcho', 'Rondoniano', 'Roraimense', 'Catarinense', 'Paulista', 'Paulistano', 'Sergipano', 'Tocantinense'] name: - "#{Team.prefix} #{Team.gentile}" - "#{Team.main_teams}" sport: ['handebol', 'basquete', 'futebol', 'UFC', 'volêi', 'tênis'] phone_number: area_code: ["11", "12", "13", "14", "15", "16", "17", "18", "19", "21", "22", "24", "27", "28", "31", "32", "33", "34", "35", "37", "38", "41", "42", "43", "44", "45", "46", "47", "48", "49", "51", "53", "54", "55", "61", "62", "63", "64", "65", "66", "67", "68", "69", "71", "73", "74", "75", "77", "79", "81", "82", "83", "84", "85", "86", "87", "88", "89", "91", "92", "93", "94", "95", "96", "97", "98", "99"] formats: - "(#{PhoneNumber.area_code}) #{PhoneNumber.subscriber_number}-#{PhoneNumber.subscriber_number}" cell_phone: formats: - "(#{PhoneNumber.area_code}) 9#{PhoneNumber.subscriber_number}-#{PhoneNumber.subscriber_number}" food: ingredients: ["Abacate","Abacaxi","Abóbora","Açafrão","Achacha","Agar","Água De Côco","Água De Rosas","Aipo","Alcachofra","Alcaçuz","Alcaparras","Alecrim","Alface","Alfafa","Alho","Alho-Poró","Amaranto","Ameixa","Ameixas","Amêndoas","Amendoim","Amora","Anchovas","Anis","Araruta","Arroz","Arroz Integral","Arroz Japonês","Arroz Mascavo","Atum","Aveia","Avelã","Azeite","Azeitonas","Bacalhau","Bacon","Banana","Barramundi","Batata","Bérberis","Beringela","Berinjela","Beterraba","Bicarbonato De Sódio","Brócolis","Broto De Feijão","Brotos","Cacau","Cacau Em Pó","Café","Camarão","Camomila","Canela","Caqui","Carambola","Caranguejo","Cardamomo","Carne","Carne De Porco","Cassia Casca","Castanha De Caju","Castanha Do Pará","Castanha Portuguesa","Cebola","Cebolinha","Cebolinhas","Cenoura","Cenoura Roxa","Centeio","Cevada","Chá Verde","Chagas","Cheddar","Chocolate Amargo","Chuchu","Coco","Coentro","Cogumelo","Cogumelos Porcini","Cominho","Cordeiro","Couve","Couve-Flor","Cravo","Creme De Leite ","Creme De Queijo","Damasco","Damascos","Dente-De-Leão","Edamame","Erva-Doce","Ervilha","Eschallots","Espargos","Espinafre","Farinha","Farinha De Arroz","Farinha De Batata","Farinha De Grão-De-Bico","Farinha De Rosca","Farinha De Soja","Farinha De Tapioca","Farinha De Trigo","Feijão","Feijão Branco","Feijão Carioca","Fenacho","Fermento Em Pó","Fígado","Figo","Flocos De Milho","Flores De Lavanda","Framboesa","Frango","Fruta Di Conde","Fruta Do Dragão","Fubá","Geléia","Goiaba","Goiabada","Grão-De-Bico","Groselha","Hortelã","Hummus","Jewfish","Kiwi","Kombu","Lagosta","Laranja","Leite","Leite Condensado","Leite De Arroz","Leite De Cabra","Leite De Soja","Lemongrass","Lentilha","Lentilha Vermelha","Lichia","Limão","Linguado","Linguiça","Linhaça","Lula","Maçã","Maçã","Macadâmia","Macarrão","Macarrão De Arroz","Mamão","Mandarins","Manga","Manjerona","Manteiga","Maracujá","Margarina","Massa De Lasanha","Mel","Melaço","Melão","Mexilhão","Mexilhões","Missô","Molho De Ostras","Molho De Peixe","Molho De Soja","Mostarda","Mussarela","Nectarinas","Noodles Asiáticos","Noz-Moscada","Nozes","Óleo De Amêndoa","Óleo De Cártamo","Óleo De Côco","Óleo De Gergelim","Óleo De Linhaça","Óleo De Macadâmia","Óleo De Milho","Óleo De Oliva","Orégano","Ostras","Ovo","Pão","Pão Da Montanha","Pão De Forma","Pão Integral","Papel De Arroz","Pato","Pepino","Pêra","Pêssego","Picanha","Pimenta","Pimenta Chili","Pimenta Da Jamaica","Pimenta Verde","Pimentão","Pistache","Polenta","Polvo","Queijo Cottage","Queijo De Cabra","Queijo Parmesão","Queijo Prato","Queijo Provolone","Quiabo","Quinoa","Rabanete","Raisin","Raspas De Limão","Repolho","Repolho Vermelho","Ricotta","Rins","Romã","Rúcula","Sábio","Sake","Sal Marinho","Salmão","Salsicha","Salsisha","Sardinha","Semente Ajowan","Semente De Abóbora","Semente De Alcaravia","Semente De Mostarda","Semente De Papoila","Semente De Sésamo","Sementes Chia","Sementes De Gergelim","Semolina","Soja","Soletrado","Soro De Leite","Star Anise","Stevi","Suco De Maçã","Tangerina","Tiras De Banbu","Tortilla De Milho","Truta Defumada","Tubarão","Uva","Vagem","Verdes Asiáticos","Vieiras","Vinagre","Vinagre Balsâmico","Vinagre De Arroz Integral","Vinagre De Malte","Vinagre De Vinho Tinto","Vinho","Xarope De Agave","Xarope De Arroz","Xarope De milho"] spices: ["Açafrão", "Açafrão-da-Terra ou Cúrcuma", "Aceto", "Aceto balsamico", "Aipo Marrom", "Aipo ou Salsão", "Aji-no-moto", "Albahaca", "Alcaparra", "Alcarávia", "Alecrim", "Alecrim (ou rosmarinho)", "Alfavaca ou Basilicão", "Alho", "Alho desidratado", "Alho-poró", "Allspice", "Aneto, Dill ou Endro", "Anis", "Araruta", "Azedinha", "Azeite-de-dendê", "Basilico", "Baunilha", "Beldroega", "Benishooga", "Bouquet-garni", "Cajun", "Camomila", "Canela", "Canela em pó", "Cardamomo", "Cari", "Caril", "Casca de canela", "Cássia", "Cebola", "Cebola Frita", "Cebolinha", "Cerefólio", "Cheiro-verde", "Chili", "Chili Powder", "Chipotle", "Ciboulette", "Coentro", "Colorau ou Colorífico", "Cominho", "Cravo", "Cravo-da-Índia", "Cúrcuma", "Curry ou Caril ou Garam Masala", "Dente de Alho", "Dill", "Doenjang", "Endro", "Erva-doce", "Erva-doce de cabeça", "Ervas Finas ou Fines Herbes", "Essência de amêndoa", "Essência de baunilha", "Essência de menta", "Estragão ou Absinto Russo", "Feno Grego", "Fines Herbes", "Folha de aipo", "Folha de coentro", "Funcho ou Erva-doce de cabeça", "Funghi Secchi", "Gengibre", "Gergelim", "Gochu jan", "Herbes de Provence", "Hissopo", "Hondashi", "Hortelã", "Jalapeño", "Lavanda francesa", "Lemon Pepper", "Losna", "Louro", "Ma’ward", "Ma’zahr", "Macis", "Manjericão", "Manjerona", "Marasquino", "Masala (Garam Masala)", "Mirim", "Misk", "Missô", "Mistura de cinco especiarias", "Mistura de especiarias Dhansak", "Molho de ostra", "Mostarda", "Nirá", "Noz-moscada", "Óleo de semente de gergelim", "Orégano", "Papoula", "Paprica", "Páprica", "Pimenta", "Pimenta branca", "Pimenta Caiena", "Pimenta Chili", "Pimenta da Jamaica", "Pimenta do reino", "Pimenta síria ou Bhar", "Pimenta Vermelha ou Calabresa", "Pimenta-do-reino", "Pimento Ground", "Pimentões", "Pimentón", "Pimienta", "Pimiento", "Piripiri", "Pó de mostarda", "Quatre épices", "Raiz Forte", "Raspa de Gendibre", "Raspa de limão", "Raspa de Noz-moscada", "Raspas de laranja", "Rosmarino", "Ruibarbo", "Sal de aipo", "Sal de tempero", "Sal do himalaia", "Sal do mar grosso", "Salsa", "Salsão", "Salsinha", "Sálvia", "Segurelha ou Alfavaca-do-campo", "Semente de aipo", "Semente de alcaravia", "Semente de coentro", "Semente de mostarda Amarelo", "Semente de mostarda branca", "Semente de mostarda marrom", "Semente de mostarda preto", "Semente de papoila", "Shoga (gengibre)", "Shoyu", "Summac", "Tahine", "Tamarindo", "Tempero de churrasco", "Tempero misto", "Tomilho", "Urucum", "Wasabi", "Zeste", "Zimbro"] measurements: ["Colher de Chá", "Colher de Sopa", "Copo Americano", "Xícara" , "Litro"] measurement_sizes: ["Pitada", "1/4", "1/3", "1/2", "1", "2", "3"] faker-1.9.1/lib/locales/pt.yml000066400000000000000000000234321332146201300161470ustar00rootroot00000000000000pt: faker: address: city_name: [Abrantes,Agualva-Cacém,Águeda,Albergaria-a-Velha,Albufeira,Alcácer do Sal,Alcobaça,Alfena,Almada,Almeirim,Alverca do Ribatejo,Amadora,Amarante,Amora,Anadia,Angra do Heroísmo,Aveiro,Barcelos,Barreiro,Beja,Borba,Braga,Bragança,Caldas da Rainha,Câmara de Lobos,Caniço,Cantanhede,Cartaxo,Castelo Branco,Chaves,Coimbra,Costa da Caparica,Covilhã,Elvas,Entroncamento,Ermesinde,Esmoriz,Espinho,Esposende,Estarreja,Estremoz,Évora,Fafe,Faro,Fátima,Felgueiras,Figueira da Foz,Fiães,Freamunde,Funchal,Fundão,Gafanha da Nazaré,Gandra,Gondomar,Gouveia,Guarda,Guimarães,Horta,Ílhavo,Lagoa,Lagoa,Lagos,Lamego,Leiria,Lisboa,Lixa,Loulé,Loures,Lourosa,Macedo de Cavaleiros,Machico,Maia,Mangualde,Marco de Canaveses,Marinha Grande,Matosinhos,Mealhada,Mêda,Miranda do Douro / Miranda de l Douro,Mirandela,Montemor-o-Novo,Montijo,Moura,Odivelas,Olhão da Restauração,Oliveira de Azeméis,Oliveira do Bairro,Oliveira do Hospital,Ourém,Ovar,Paços de Ferreira,Paredes,Penafiel,Peniche,Peso da Régua,Pinhel,Pombal,Ponta Delgada,Ponte de Sor,Portalegre,Portimão,Porto,Póvoa de Santa Iria,Póvoa de Varzim,Praia da Vitória,Quarteira,Queluz,Rebordosa,Reguengos de Monsaraz,Ribeira Grande,Rio Maior,Rio Tinto,Sabugal,Sacavém,Samora Correia,Santa Comba Dão,Santa Cruz,Santa Maria da Feira,Santana,Santarém,Santiago do Cacém,Santo Tirso,São João da Madeira,São Mamede de Infesta,São Pedro do Sul,Lordelo,Seia,Seixal,Senhora da Hora,Serpa,Setúbal,Silves,Sines,Tarouca,Tavira,Tomar,Tondela,Torres Novas,Torres Vedras,Trancoso,Trofa,Valbom,Vale de Cambra,Valença,Valongo,Valpaços,Vendas Novas,Viana do Castelo,Vila Baleira,Vila do Conde,Vila Franca de Xira,Vila Nova de Famalicão,Vila Nova de Foz Côa,Vila Nova de Gaia,Vila Nova de Santo André,Vila Real,Vila Real de Santo António,Viseu,Vizela] city_prefix: "" city_suffix: "" city: - "#{city_name}" country: [ "Afeganistão", "Albânia", "Algéria", "Samoa", "Andorra", "Angola", "Anguilla", "Antigua and Barbada", "Argentina", "Armênia", "Aruba", "Austrália", "Áustria", "Alzerbajão", "Bahamas", "Barém", "Bangladesh", "Barbado", "Belgrado", "Bélgica", "Belize", "Benin", "Bermuda", "Bhutan", "Bolívia", "Bôsnia", "Botuasuna", "Bouvetoia", "Brasil", "Arquipélago de Chagos", "Ilhas Virgens", "Brunei", "Bulgária", "Burkina Faso", "Burundi", "Cambójia", "Camarões", "Canadá", "Cabo Verde", "Ilhas Caiman", "República da África Central", "Chad", "Chile", "China", "Ilhas Natal", "Ilhas Cocos", "Colômbia", "Comoros", "Congo", "Ilhas Cook", "Costa Rica", "Costa do Marfim", "Croácia", "Cuba", "Cyprus", "República Tcheca", "Dinamarca", "Djibouti", "Dominica", "República Dominicana", "Equador", "Egito", "El Salvador", "Guiné Equatorial", "Eritrea", "Estônia", "Etiópia", "Ilhas Faroe", "Malvinas", "Fiji", "Finlândia", "França", "Guiné Francesa", "Polinésia Francesa", "Gabão", "Gâmbia", "Georgia", "Alemanha", "Gana", "Gibraltar", "Grécia", "Groelândia", "Granada", "Guadalupe", "Guano", "Guatemala", "Guernsey", "Guiné", "Guiné-Bissau", "Guiana", "Haiti", "Heard Island and McDonald Islands", "Vaticano", "Honduras", "Hong Kong", "Hungria", "Iceland", "Índia", "Indonésia", "Irã", "Iraque", "Irlanda", "Ilha de Man", "Israel", "Itália", "Jamaica", "Japão", "Jersey", "Jordânia", "Cazaquistão", "Quênia", "Kiribati", "Coreia do Norte", "Coreia do Sul", "Kuwait", "Kyrgyz Republic", "República Democrática de Lao People", "Latvia", "Líbano", "Lesotho", "Libéria", "Libyan Arab Jamahiriya", "Liechtenstein", "Lituânia", "Luxemburgo", "Macao", "Macedônia", "Madagascar", "Malawi", "Malásia", "Maldives", "Mali", "Malta", "Ilhas Marshall", "Martinica", "Mauritânia", "Mauritius", "Mayotte", "México", "Micronésia", "Moldova", "Mônaco", "Mongólia", "Montenegro", "Montserrat", "Marrocos", "Moçambique", "Myanmar", "Namibia", "Nauru", "Nepal", "Antilhas Holandesas", "Holanda", "Nova Caledonia", "Nova Zelândia", "Nicarágua", "Nigéria", "Niue", "Ilha Norfolk", "Northern Mariana Islands", "Noruega", "Oman", "Paquistão", "Palau", "Território da Palestina", "Panamá", "Nova Guiné Papua", "Paraguai", "Peru", "Filipinas", "Polônia", "Portugal", "Puerto Rico", "Qatar", "Romênia", "Rússia", "Ruanda", "São Bartolomeu", "Santa Helena", "Santa Lúcia", "Saint Martin", "Saint Pierre and Miquelon", "Saint Vincent and the Grenadines", "Samoa", "San Marino", "Sao Tomé e Príncipe", "Arábia Saudita", "Senegal", "Sérvia", "Seychelles", "Serra Leoa", "Singapura", "Eslováquia", "Eslovênia", "Ilhas Salomão", "Somália", "África do Sul", "South Georgia and the South Sandwich Islands", "Spanha", "Sri Lanka", "Sudão", "Suriname", "Svalbard & Jan Mayen Islands", "Swaziland", "Suécia", "Suíça", "Síria", "Taiwan", "Tajiquistão", "Tanzânia", "Tailândia", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trinidá e Tobago", "Tunísia", "Turquia", "Turcomenistão", "Turks and Caicos Islands", "Tuvalu", "Uganda", "Ucrânia", "Emirados Árabes Unidos", "Reino Unido", "Estados Unidos da América", "Estados Unidos das Ilhas Virgens", "Uruguai", "Uzbequistão", "Vanuatu", "Venezuela", "Vietnã", "Wallis and Futuna", "Sahara", "Yemen", "Zâmbia", "Zimbábue"] country_code: ['PT'] building_number: ["#####", "####", "###"] street_suffix: ["Rua", "Avenida", "Travessa", "Ponté", "Alameda", "Marginal", "Viela", "Rodovia"] secondary_address: ["Apto. ###", "Sobrado ##", "Casa #", "Lote ##", "Quadra ##"] postcode: ["####"] state: ["Lisboa", "Leiria", "Santarém", "Setúbal", "Beja", "Faro", "Évora", "Portalegre", "Castelo Branco", "Guarda", "Coimbra", "Aveiro", "Viseu", "Bragança", "Vila Real", "Porto", "Braga", "Viana do Castelo"] default_country: [Portugal] company: suffix: ["S.A.", "LTDA", "e Associados", "Comércio", "EIRELI"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} e #{Name.last_name}" internet: free_email: [gmail.com, yahoo.com, hotmail.com, live.com, bol.com.br] domain_suffix: [pt, com, biz, info, net, org] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] name: first_name: ["Águeda", "Amélia", "Ângela", "Alessandro", "Alessandra", "Alexandre", "Aline", "Antônio", "Breno", "Bruna", "Carlos", "Carla", "Célia", "Cecília", "César", "Danilo", "Dalila", "Deneval", "Eduardo", "Eduarda", "Esther", "Elísio", "Fábio", "Fabrício", "Fabrícia", "Félix", "Felícia", "Feliciano", "Frederico", "Fabiano", "Gustavo", "Guilherme", "Gúbio", "Heitor", "Hélio", "Hugo", "Isabel", "Isabela", "Ígor", "João", "Joana", "Júlio César", "Júlio", "Júlia", "Janaína", "Karla", "Kléber", "Lucas", "Lorena", "Lorraine", "Larissa", "Ladislau", "Marcos", "Meire", "Marcelo", "Marcela", "Margarida", "Mércia", "Márcia", "Marli", "Morgana", "Maria", "Norberto", "Natália", "Nataniel", "Núbia", "Ofélia", "Paulo", "Paula", "Pablo", "Pedro", "Raul", "Rafael", "Rafaela", "Ricardo", "Roberto", "Roberta", "Sílvia", "Sílvia", "Silas", "Suélen", "Sara", "Salvador", "Sirineu", "Talita", "Tertuliano", "Vicente", "Víctor", "Vitória", "Yango", "Yago", "Yuri", "Washington", "Warley"] last_name: ["Araújo", "D'cruze", "Estéves", "Silva", "Souza", "Carvalho", "Santos", "Reis", "Xavier", "Franco", "Braga", "Macedo", "Batista", "Barros", "Moraes", "Costa", "Pereira", "Carvalho", "Melo", "Saraiva", "Nogueira", "Oliveira", "Martins", "Moreira", "Albuquerque"] prefix: ["Sr.", "Sra.", "Srta.", "Dr."] suffix: ["Jr.", "Neto", "Filho"] phone_number: formats: ["(##) ###-####", "+351 (##) ###-####", "884 ###-###"] faker-1.9.1/lib/locales/ru.yml000066400000000000000000000662531332146201300161620ustar00rootroot00000000000000ru: faker: separator: " и " address: country: [Австралия, Австрия, Азербайджан, Албания, Алжир, Американское Самоа (не признана), Ангилья, Ангола, Андорра, Антарктика (не признана), Антигуа и Барбуда, Антильские Острова (не признана), Аомынь (не признана), Аргентина, Армения, Афганистан, Багамские Острова, Бангладеш, Барбадос, Бахрейн, Беларусь, Белиз, Бельгия, Бенин, Болгария, Боливия, Босния и Герцеговина, Ботсвана, Бразилия, Бруней, Буркина-Фасо, Бурунди, Бутан, Вануату, Ватикан, Великобритания, Венгрия, Венесуэла, Восточный Тимор, Вьетнам, Габон, Гаити, Гайана, Гамбия, Гана, Гваделупа (не признана), Гватемала, Гвиана (не признана), Гвинея, Гвинея-Бисау, Германия, Гондурас, Гренада, Греция, Грузия, Дания, Джибути, Доминика, Доминиканская Республика, Египет, Замбия, Зимбабве, Израиль, Индия, Индонезия, Иордания, Ирак, Иран, Ирландия, Исландия, Испания, Италия, Йемен, Кабо-Верде, Казахстан, Камбоджа, Камерун, Канада, Катар, Кения, Кипр, Кирибати, Китай, Колумбия, Коморские Острова, Конго, Демократическая Республика, Корея (Северная), Корея (Южная), Косово, Коста-Рика, Кот-д'Ивуар, Куба, Кувейт, Кука острова, Кыргызстан, Лаос, Латвия, Лесото, Либерия, Ливан, Ливия, Литва, Лихтенштейн, Люксембург, Маврикий, Мавритания, Мадагаскар, Македония, Малави, Малайзия, Мали, Мальдивы, Мальта, Маршалловы Острова, Мексика, Микронезия, Мозамбик, Молдова, Монако, Монголия, Марокко, Мьянма, Намибия, Науру, Непал, Нигер, Нигерия, Нидерланды, Никарагуа, Новая Зеландия, Норвегия, Объединенные Арабские Эмираты, Оман, Пакистан, Палау, Панама, Папуа — Новая Гвинея, Парагвай, Перу, Польша, Португалия, Республика Конго, Россия, Руанда, Румыния, Сальвадор, Самоа, Сан-Марино, Сан-Томе и Принсипи, Саудовская Аравия, Свазиленд, Сейшельские острова, Сенегал, Сент-Винсент и Гренадины, Сент-Киттс и Невис, Сент-Люсия, Сербия, Сингапур, Сирия, Словакия, Словения, Соединенные Штаты Америки, Соломоновы Острова, Сомали, Судан, Суринам, Сьерра-Леоне, Таджикистан, Таиланд, Тайвань (не признана), Тамил-Илам (не признана), Танзания, Тёркс и Кайкос (не признана), Того, Токелау (не признана), Тонга, Тринидад и Тобаго, Тувалу, Тунис, Турецкая Республика Северного Кипра (не признана), Туркменистан, Турция, Уганда, Узбекистан, Украина, Уругвай, Фарерские Острова (не признана), Фиджи, Филиппины, Финляндия, Франция, Французская Полинезия (не признана), Хорватия, Центральноафриканская Республика, Чад, Черногория, Чехия, Чили, Швейцария, Швеция, Шри-Ланка, Эквадор, Экваториальная Гвинея, Эритрея, Эстония, Эфиопия, Южно-Африканская Республика, Ямайка, Япония] building_number: ['###'] street_suffix: ['ул.', 'улица', 'проспект', 'пр.', 'площадь', 'пл.'] secondary_address: ['кв. ###'] postcode: ['######'] state: [Республика Адыгея, Республика Башкортостан, Республика Бурятия, Республика Алтай Республика Дагестан, Республика Ингушетия, Кабардино-Балкарская Республика, Республика Калмыкия, Республика Карачаево-Черкессия, Республика Карелия, Республика Коми, Республика Марий Эл, Республика Мордовия, Республика Саха (Якутия), Республика Северная Осетия-Алания, Республика Татарстан, Республика Тыва, Удмуртская Республика, Республика Хакасия, Чувашская Республика, Алтайский край, Краснодарский край, Красноярский край, Приморский край, Ставропольский край, Хабаровский край, Амурская область, Архангельская область, Астраханская область, Белгородская область, Брянская область, Владимирская область, Волгоградская область, Вологодская область, Воронежская область, Ивановская область, Иркутская область, Калиниградская область, Калужская область, Камчатская область, Кемеровская область, Кировская область, Костромская область, Курганская область, Курская область, Ленинградская область, Липецкая область, Магаданская область, Московская область, Мурманская область, Нижегородская область, Новгородская область, Новосибирская область, Омская область, Оренбургская область, Орловская область, Пензенская область, Пермская область, Псковская область, Ростовская область, Рязанская область, Самарская область, Саратовская область, Сахалинская область, Свердловская область, Смоленская область, Тамбовская область, Тверская область, Томская область, Тульская область, Тюменская область, Ульяновская область, Челябинская область, Читинская область, Ярославская область, Еврейская автономная область, Агинский Бурятский авт. округ, Коми-Пермяцкий автономный округ, Корякский автономный округ, Ненецкий автономный округ, Таймырский (Долгано-Ненецкий) автономный округ, Усть-Ордынский Бурятский автономный округ, Ханты-Мансийский автономный округ, Чукотский автономный округ, Эвенкийский автономный округ, Ямало-Ненецкий автономный округ, Чеченская Республика] street_title: [Советская, Молодежная, Центральная, Школьная, Новая, Садовая, Лесная, Набережная, Ленина, Мира, Октябрьская, Зеленая, Комсомольская, Заречная, Первомайская, Гагарина, Полевая, Луговая, Пионерская, Кирова, Юбилейная, Северная, Пролетарская, Степная, Пушкина, Калинина, Южная, Колхозная, Рабочая, Солнечная, Железнодорожная, Восточная, Заводская, Чапаева, Нагорная, Строителей, Береговая, Победы, Горького, Кооперативная, Красноармейская, Совхозная, Речная, Школьный , Спортивная, Озерная, Строительная, Парковая, Чкалова, Мичурина, Подгорная, Дружбы, Почтовая, Партизанская, Вокзальная, Лермонтова, Свободы, Дорожная, Дачная, Маяковского, Западная, Фрунзе, Дзержинского, Московская, Свердлова, Некрасова, Гоголя, Красная, Трудовая, Шоссейная, Чехова, Коммунистическая, Труда, Комарова, Матросова, Островского, Сосновая, Клубная, Куйбышева, Крупской, Березовая, Карла Маркса, 8 Марта, Больничная, Садовый , Интернациональная, Суворова, Цветочная, Трактовая, Ломоносова, Горная, Космонавтов, Энергетиков, Шевченко, Весенняя, Механизаторов, Коммунальная, Лесной , 40 лет Победы, Майская] city_name: [Москва, Владимир, Санкт-Петербург, Новосибирск, Екатеринбург, Нижний Новгород, Самара, Казань, Омск, Челябинск, Ростов-на-Дону, Уфа, Волгоград, Пермь, Красноярск, Воронеж, Саратов, Краснодар, Тольятти, Ижевск, Барнаул, Ульяновск, Тюмень, Иркутск, Владивосток, Ярославль, Хабаровск, Махачкала, Оренбург, Новокузнецк, Томск, Кемерово, Рязань, Астрахань, Пенза, Липецк, Тула, Киров, Чебоксары, Курск, Брянск, Магнитогорск, Иваново, Тверь, Ставрополь, Белгород, Сочи] city: - "#{Address.city_name}" street_name: - "#{street_suffix} #{Address.street_title}" - "#{Address.street_title} #{street_suffix}" street_address: - "#{street_name}, #{building_number}" default_country: [Россия] full_address: - "#{postcode} #{default_country}, #{city}, #{street_address}" - "#{postcode} #{default_country}, #{city}, #{street_address} #{secondary_address}" internet: free_email: [yandex.ru, ya.ru, mail.ru, gmail.com, yahoo.com, hotmail.com] domain_suffix: [com, ru, info, рф, net, org] name: male_first_name: [Александр, Алексей, Альберт, Анатолий, Андрей, Антон, Аркадий, Арсений, Артём, Борис, Вадим, Валентин, Валерий, Василий, Виктор, Виталий, Владимир, Владислав, Вячеслав, Геннадий, Георгий, Герман, Григорий, Даниил, Денис, Дмитрий, Евгений, Егор, Иван, Игнатий, Игорь, Илья, Константин, Лаврентий, Леонид, Лука, Макар, Максим, Матвей, Михаил, Никита, Николай, Олег, Роман, Семён, Сергей, Станислав, Степан, Фёдор, Эдуард, Юрий, Ярослав] male_middle_name: [Александрович, Алексеевич, Альбертович, Анатольевич, Андреевич, Антонович, Аркадьевич, Арсеньевич, Артёмович, Борисович, Вадимович, Валентинович, Валерьевич, Васильевич, Викторович, Витальевич, Владимирович, Владиславович, Вячеславович, Геннадьевич, Георгиевич, Германович, Григорьевич, Даниилович, Денисович, Дмитриевич, Евгеньевич, Егорович, Иванович, Игнатьевич, Игоревич, Ильич, Константинович, Лаврентьевич, Леонидович, Лукич, Макарович, Максимович, Матвеевич, Михайлович, Никитич, Николаевич, Олегович, Романович, Семёнович, Сергеевич, Станиславович, Степанович, Фёдорович, Эдуардович, Юрьевич, Ярославович] male_last_name: [Смирнов, Иванов, Кузнецов, Попов, Соколов, Лебедев, Козлов, Новиков, Морозов, Петров, Волков, Соловьев, Васильев, Зайцев, Павлов, Семенов, Голубев, Виноградов, Богданов, Воробьев, Федоров, Михайлов, Беляев, Тарасов, Белов, Комаров, Орлов, Киселев, Макаров, Андреев, Ковалев, Ильин, Гусев, Титов, Кузьмин, Кудрявцев, Баранов, Куликов, Алексеев, Степанов, Яковлев, Сорокин, Сергеев, Романов, Захаров, Борисов, Королев, Герасимов, Пономарев, Григорьев, Лазарев, Медведев, Ершов, Никитин, Соболев, Рябов, Поляков, Цветков, Данилов, Жуков, Фролов, Журавлев, Николаев, Крылов, Максимов, Сидоров, Осипов, Белоусов, Федотов, Дорофеев, Егоров, Матвеев, Бобров, Дмитриев, Калинин, Анисимов, Петухов, Антонов, Тимофеев, Никифоров, Веселов, Филиппов, Марков, Большаков, Суханов, Миронов, Ширяев, Александров, Коновалов, Шестаков, Казаков, Ефимов, Денисов, Громов, Фомин, Давыдов, Мельников, Щербаков, Блинов, Колесников, Карпов, Афанасьев, Власов, Маслов, Исаков, Тихонов, Аксенов, Гаврилов, Родионов, Котов, Горбунов, Кудряшов, Быков, Зуев, Третьяков, Савельев, Панов, Рыбаков, Суворов, Абрамов, Воронов, Мухин, Архипов, Трофимов, Мартынов, Емельянов, Горшков, Чернов, Овчинников, Селезнев, Панфилов, Копылов, Михеев, Галкин, Назаров, Лобанов, Лукин, Беляков, Потапов, Некрасов, Хохлов, Жданов, Наумов, Шилов, Воронцов, Ермаков, Дроздов, Игнатьев, Савин, Логинов, Сафонов, Капустин, Кириллов, Моисеев, Елисеев, Кошелев, Костин, Горбачев, Орехов, Ефремов, Исаев, Евдокимов, Калашников, Кабанов, Носков, Юдин, Кулагин, Лапин, Прохоров, Нестеров, Харитонов, Агафонов, Муравьев, Ларионов, Федосеев, Зимин, Пахомов, Шубин, Игнатов, Филатов, Крюков, Рогов, Кулаков, Терентьев, Молчанов, Владимиров, Артемьев, Гурьев, Зиновьев, Гришин, Кононов, Дементьев, Ситников, Симонов, Мишин, Фадеев, Комиссаров, Мамонтов, Носов, Гуляев, Шаров, Устинов, Вишняков, Евсеев, Лаврентьев, Брагин, Константинов, Корнилов, Авдеев, Зыков, Бирюков, Шарапов, Никонов, Щукин, Дьячков, Одинцов, Сазонов, Якушев, Красильников, Гордеев, Самойлов, Князев, Беспалов, Уваров, Шашков, Бобылев, Доронин, Белозеров, Рожков, Самсонов, Мясников, Лихачев, Буров, Сысоев, Фомичев, Русаков, Стрелков, Гущин, Тетерин, Колобов, Субботин, Фокин, Блохин, Селиверстов, Пестов, Кондратьев, Силин, Меркушев, Лыткин, Туров] female_first_name: [Анна, Алёна, Алевтина, Александра, Алина, Алла, Анастасия, Ангелина, Анжела, Анжелика, Антонида, Антонина, Анфиса, Арина, Валентина, Валерия, Варвара, Василиса, Вера, Вероника, Виктория, Галина, Дарья, Евгения, Екатерина, Елена, Елизавета, Жанна, Зинаида, Зоя, Ирина, Кира, Клавдия, Ксения, Лариса, Лидия, Любовь, Людмила, Маргарита, Марина, Мария, Надежда, Наталья, Нина, Оксана, Ольга, Раиса, Регина, Римма, Светлана, София, Таисия, Тамара, Татьяна, Ульяна, Юлия] female_middle_name: [Александровна, Алексеевна, Альбертовна, Анатольевна, Андреевна, Антоновна, Аркадьевна, Арсеньевна, Артёмовна, Борисовна, Вадимовна, Валентиновна, Валерьевна, Васильевна, Викторовна, Витальевна, Владимировна, Владиславовна, Вячеславовна, Геннадьевна, Георгиевна, Германовна, Григорьевна, Данииловна, Денисовна, Дмитриевна, Евгеньевна, Егоровна, Ивановна, Игнатьевна, Игоревна, Ильинична, Константиновна, Лаврентьевна, Леонидовна, Макаровна, Максимовна, Матвеевна, Михайловна, Никитична, Николаевна, Олеговна, Романовна, Семёновна, Сергеевна, Станиславовна, Степановна, Фёдоровна, Эдуардовна, Юрьевна, Ярославовна] female_last_name: [Смирнова, Иванова, Кузнецова, Попова, Соколова, Лебедева, Козлова, Новикова, Морозова, Петрова, Волкова, Соловьева, Васильева, Зайцева, Павлова, Семенова, Голубева, Виноградова, Богданова, Воробьева, Федорова, Михайлова, Беляева, Тарасова, Белова, Комарова, Орлова, Киселева, Макарова, Андреева, Ковалева, Ильина, Гусева, Титова, Кузьмина, Кудрявцева, Баранова, Куликова, Алексеева, Степанова, Яковлева, Сорокина, Сергеева, Романова, Захарова, Борисова, Королева, Герасимова, Пономарева, Григорьева, Лазарева, Медведева, Ершова, Никитина, Соболева, Рябова, Полякова, Цветкова, Данилова, Жукова, Фролова, Журавлева, Николаева, Крылова, Максимова, Сидорова, Осипова, Белоусова, Федотова, Дорофеева, Егорова, Матвеева, Боброва, Дмитриева, Калинина, Анисимова, Петухова, Антонова, Тимофеева, Никифорова, Веселова, Филиппова, Маркова, Большакова, Суханова, Миронова, Ширяева, Александрова, Коновалова, Шестакова, Казакова, Ефимова, Денисова, Громова, Фомина, Давыдова, Мельникова, Щербакова, Блинова, Колесникова, Карпова, Афанасьева, Власова, Маслова, Исакова, Тихонова, Аксенова, Гаврилова, Родионова, Котова, Горбунова, Кудряшова, Быкова, Зуева, Третьякова, Савельева, Панова, Рыбакова, Суворова, Абрамова, Воронова, Мухина, Архипова, Трофимова, Мартынова, Емельянова, Горшкова, Чернова, Овчинникова, Селезнева, Панфилова, Копылова, Михеева, Галкина, Назарова, Лобанова, Лукина, Белякова, Потапова, Некрасова, Хохлова, Жданова, Наумова, Шилова, Воронцова, Ермакова, Дроздова, Игнатьева, Савина, Логинова, Сафонова, Капустина, Кириллова, Моисеева, Елисеева, Кошелева, Костина, Горбачева, Орехова, Ефремова, Исаева, Евдокимова, Калашникова, Кабанова, Носкова, Юдина, Кулагина, Лапина, Прохорова, Нестерова, Харитонова, Агафонова, Муравьева, Ларионова, Федосеева, Зимина, Пахомова, Шубина, Игнатова, Филатова, Крюкова, Рогова, Кулакова, Терентьева, Молчанова, Владимирова, Артемьева, Гурьева, Зиновьева, Гришина, Кононова, Дементьева, Ситникова, Симонова, Мишина, Фадеева, Комиссарова, Мамонтова, Носова, Гуляева, Шарова, Устинова, Вишнякова, Евсеева, Лаврентьева, Брагина, Константинова, Корнилова, Авдеева, Зыкова, Бирюкова, Шарапова, Никонова, Щукина, Дьячкова, Одинцова, Сазонова, Якушева, Красильникова, Гордеева, Самойлова, Князева, Беспалова, Уварова, Шашкова, Бобылева, Доронина, Белозерова, Рожкова, Самсонова, Мясникова, Лихачева, Бурова, Сысоева, Фомичева, Русакова, Стрелкова, Гущина, Тетерина, Колобова, Субботина, Фокина, Блохина, Селиверстова, Пестова, Кондратьева, Силина, Меркушева, Лыткина, Турова] first_name: - "#{female_first_name}" - "#{male_first_name}" last_name: - "#{female_last_name}" - "#{male_last_name}" name: - "#{male_first_name} #{male_last_name}" - "#{male_last_name} #{male_first_name}" - "#{male_first_name} #{male_middle_name} #{male_last_name}" - "#{male_last_name} #{male_first_name} #{male_middle_name}" - "#{female_first_name} #{female_last_name}" - "#{female_last_name} #{female_first_name}" - "#{female_first_name} #{female_middle_name} #{female_last_name}" - "#{female_last_name} #{female_first_name} #{female_middle_name}" phone_number: formats: ['+7(9##)###-##-##'] commerce: color: [красный, зеленый, синий, желтый, багровый, мятный, зеленовато-голубой, белый, черный, оранжевый, розовый, серый, красно-коричневый, фиолетовый, бирюзовый, желто-коричневый, небесно голубой, оранжево-розовый, темно-фиолетовый, орхидный, оливковый, пурпурный, лимонный, кремовый, сине-фиолетовый, золотой, красно-пурпурный, голубой, лазурный, лиловый, серебряный] department: ["Книги", "Фильмы", "музыка", "игры", "Электроника", "компьютеры", "Дом", "садинструмент", "Бакалея", "здоровье", "красота", "Игрушки", "детское", "для малышей", "Одежда", "обувь", "украшения", "Спорт", "туризм", "Автомобильное", "промышленное"] product_name: adjective: [Маленький, Эргономичный, Грубый, Интеллектуальный, Великолепный, Невероятный, Фантастический, Практичный, Лоснящийся, Потрясающий, Огромный, Удовлетворительный, Синергетический, Тяжёлый, Легкий, Аэродинамический, Прочный] material: [Стальной, Деревянный, Бетонный, Пластиковый, Хлопковый, Гранитный, Резиновый, Кожаный, Шелковый, Шерстяной, Льняной, Мраморный, Железный, Бронзовый, Медный, Алюминиевый, Бумажный] product: [Стул, Автомобиль, Компьютер, Берет, Кулон, Стол, Свитер, Ремень, Ботинок, Тарелка, Нож, Бутылка, Пальто, Лампа, Клавиатура, Сумка, Скамья, Часы, Бумажник] company: prefix: [ИП, ООО, ЗАО, ОАО, НКО, ТСЖ, ОП] suffix: [Снаб, Торг, Пром, Трейд, Сбыт] name: - "#{prefix} #{Name.female_first_name}" - "#{prefix} #{Name.male_first_name}" - "#{prefix} #{Name.male_last_name}" - "#{prefix} #{suffix}#{suffix}" - "#{prefix} #{suffix}#{suffix}#{suffix}" - "#{prefix} #{Address.city_name}#{suffix}" - "#{prefix} #{Address.city_name}#{suffix}#{suffix}" - "#{prefix} #{Address.city_name}#{suffix}#{suffix}#{suffix}" faker-1.9.1/lib/locales/sk.yml000066400000000000000000001477111332146201300161500ustar00rootroot00000000000000sk: faker: address: city_prefix: [North, East, West, South, New, Lake, Port] city_suffix: [town, ton, land, ville, berg, burgh, borough, bury, view, port, mouth, stad, furt, chester, mouth, fort, haven, side, shire] country: [Afganistan, Afgánsky islamský štát, Albánsko, Albánska republika, Alžírsko, Alžírska demokratická ľudová republika, Andorra, Andorrské kniežatsvo, Angola, Angolská republika, Antigua a Barbuda, Antigua a Barbuda, Argentína, Argentínska republika, Arménsko, Arménska republika, Austrália, Austrálsky zväz, Azerbajdžan, Azerbajdžanská republika, Bahamy, Bahamské spoločenstvo, Bahrajn, Bahrajnské kráľovstvo, Bangladéš, Bangladéšska ľudová republika, Barbados, Barbados, Belgicko , Belgické kráľovstvo, Belize, Belize, Benin, Beninská republika, Bhután, Bhutánske kráľovstvo, Bielorusko, Bieloruská republika, Bolívia, Bolívijská republika, Bosna a Hercegovina, Republika Bosny a Hercegoviny, Botswana, Botswanská republika, Brazília, Brazílska federatívna republika, Brunej, Brunejský sultanát, Bulharsko , Bulharská republika, Burkina Faso, Burkina Faso, Burundi, Burundská republika, Cyprus , Cyperská republika, Čad, Republika Čad, Česko , Česká republika, Čína, Čínska ľudová republika, Dánsko , Dánsko kráľovstvo, Dominika, Spoločenstvo Dominika, Dominikánska republika, Dominikánska republika, Džibutsko, Džibutská republika, Egypt, Egyptská arabská republika, Ekvádor, Ekvádorská republika, Eritrea, Eritrejský štát, Estónsko , Estónska republika, Etiópia, Etiópska federatívna demokratická republika, Fidži, Republika ostrovy Fidži, Filipíny, Filipínska republika, Fínsko , Fínska republika, Francúzsko , Francúzska republika, Gabon, Gabonská republika, Gambia, Gambijská republika, Ghana, Ghanská republika, Grécko , Helénska republika, Grenada, Grenada, Gruzínsko, Gruzínsko, Guatemala, Guatemalská republika, Guinea, Guinejská republika, Guinea-Bissau, Republika Guinea-Bissau, Guayana, Guayanská republika, Haiti, Republika Haiti, Holandsko , Holandské kráľovstvo, Honduras, Honduraská republika, Chile, Čílska republika, Chorvátsko , Chorvátska republika, India, Indická republika, Indonézia, Indonézska republika, Irak, Iracká republika, Irán, Iránska islamská republika, Island, Islandská republika, Izrael, Štát Izrael, Írsko , Írska republika, Jamajka, Jamajka, Japonsko, Japonsko, Jemen, Jemenská republika, Jordánsko, Jordánske hášimovské kráľovstvo, Južná Afrika, Juhoafrická republika, Kambodža, Kambodžské kráľovstvo, Kamerun, Kamerunská republika, Kanada, Kanada, Kapverdy, Kapverdská republika, Katar, Štát Katar, Kazachstan, Kazašská republika, Keňa, Kenská republika, Kirgizsko, Kirgizská republika, Kiribati, Kiribatská republika, Kolumbia, Kolumbijská republika, Komory, Komorská únia, Kongo, Konžská demokratická republika, Kongo ("Brazzaville"), Konžská republika, Kórea ("Južná"), Kórejská republika, Kórea ("Severná"), Kórejská ľudovodemokratická republika, Kostarika, Kostarická republika, Kuba, Kubánska republika, Kuvajt, Kuvajtský štát, Laos, Laoská ľudovodemokratická republika, Lesotho, Lesothské kráľovstvo, Libanon, Libanonská republika, Libéria, Libérijská republika, Líbya, Líbyjská arabská ľudová socialistická džamáhírija, Lichtenštajnsko, Lichtenštajnské kniežatstvo, Litva , Litovská republika, Lotyšsko , Lotyšská republika, Luxembursko , Luxemburské veľkovojvodstvo, Macedónsko, Macedónska republika, Madagaskar, Madagaskarská republika, Maďarsko , Maďarská republika, Malajzia, Malajzia, Malawi, Malawijská republika, Maldivy, Maldivská republika, Mali, Malijská republika, Malta , Malta, Maroko, Marocké kráľovstvo, Marshallove ostrovy, Republika Marshallových ostrovy, Mauritánia, Mauritánska islamská republika, Maurícius, Maurícijská republika, Mexiko, Spojené štáty mexické, Mikronézia, Mikronézske federatívne štáty, Mjanmarsko, Mjanmarský zväz, Moldavsko, Moldavská republika, Monako, Monacké kniežatstvo, Mongolsko, Mongolsko, Mozambik, Mozambická republika, Namíbia, Namíbijská republika, Nauru, Naurská republika, Nemecko , Nemecká spolková republika, Nepál, Nepálske kráľovstvo, Niger, Nigerská republika, Nigéria, Nigérijská federatívna republika, Nikaragua, Nikaragujská republika, Nový Zéland, Nový Zéland, Nórsko, Nórske kráľovstvo, Omán, Ománsky sultanát, Pakistan, Pakistanská islamská republika, Palau, Palauská republika, Panama, Panamská republika, Papua-Nová Guinea, Nezávislý štát Papua-Nová Guinea, Paraguaj, Paraguajská republika, Peru, Peruánska republika, Pobrežie Slonoviny, Republika Pobrežie Slonoviny, Poľsko , Poľská republika, Portugalsko , Portugalská republika, Rakúsko , Rakúska republika, Rovníková Guinea, Republika Rovníková Guinea, Rumunsko , Rumunsko, Rusko, Ruská federácia, Rwanda, Rwandská republika, Salvádor, Salvádorská republika, Samoa, Nezávislý štát Samoa, San Maríno, Sanmarínska republika, Saudská Arábia, Kráľovstvo Saudskej Arábie, Senegal, Senegalská republika, Seychely, Seychelská republika, Sierra Leone, Republika Sierra Leone, Singapur, Singapurska republika, Slovensko , Slovenská republika, Slovinsko , Slovinská republika, Somálsko, Somálska demokratická republika, Spojené arabské emiráty, Spojené arabské emiráty, Spojené štáty americké, Spojené štáty americké, Srbsko a Čierna Hora, Srbsko a Čierna Hora, Srí Lanka, Demokratická socialistická republika Srí Lanka, Stredoafrická republika, Stredoafrická republika, Sudán, Sudánska republika, Surinam, Surinamská republika, Svazijsko, Svazijské kráľovstvo, Svätá Lucia, Svätá Lucia, Svätý Krištof a Nevis, Federácia Svätý Krištof a Nevis, Sv. Tomáš a Princov Ostrov, Demokratická republika Svätý Tomáš a Princov Ostrov, Sv. Vincent a Grenadíny, Svätý Vincent a Grenadíny, Sýria, Sýrska arabská republika, Šalamúnove ostrovy, Šalamúnove ostrovy, Španielsko , Španielske kráľovstvo, Švajčiarsko, Švajčiarska konfederácia, Švédsko , Švédske kráľovstvo, Tadžikistan, Tadžická republika, Taliansko , Talianska republika, Tanzánia, Tanzánijská zjednotená republika, Thajsko, Thajské kráľovstvo, Togo, Tožská republika, Tonga, Tonžské kráľovstvo, Trinidad a Tobago, Republika Trinidad a Tobago, Tunisko, Tuniská republika, Turecko , Turecká republika, Turkménsko, Turkménsko, Tuvalu, Tuvalu, Uganda, Ugandská republika, Ukrajina, Uruguaj, Uruguajská východná republika, Uzbekistan, Vanuatu, Vanuatská republika, Vatikán, Svätá Stolica, Veľká Británia , Spojené kráľovstvo Veľkej Británie a Severného Írska, Venezuela, Venezuelská bolívarovská republika, Vietnam, Vietnamská socialistická republika, Východný Timor, Demokratická republika Východný Timor, Zambia, Zambijská republika, Zimbabwe, Zimbabwianska republika] building_number: ['#', '##', '###'] secondary_address: ['Apt. ###', 'Suite ###'] postcode: ['#####', '### ##', '## ###'] state: ['Bratislavský', 'Trnavský', 'Trenčiansky', 'Nitriansky', 'Žilinský', 'Banskobystrický', 'Prešovský', 'Košický'] state_abbr: ['BA', 'TT', 'TN', 'NR', 'ZA', 'BB', 'PO', 'KI'] time_zone: [Pacific/Midway, Pacific/Pago_Pago, Pacific/Honolulu, America/Juneau, America/Los_Angeles, America/Tijuana, America/Denver, America/Phoenix, America/Chihuahua, America/Mazatlan, America/Chicago, America/Regina, America/Mexico_City, America/Mexico_City, America/Monterrey, America/Guatemala, America/New_York, America/Indiana/Indianapolis, America/Bogota, America/Lima, America/Lima, America/Halifax, America/Caracas, America/La_Paz, America/Santiago, America/St_Johns, America/Sao_Paulo, America/Argentina/Buenos_Aires, America/Guyana, America/Godthab, Atlantic/South_Georgia, Atlantic/Azores, Atlantic/Cape_Verde, Europe/Dublin, Europe/London, Europe/Lisbon, Europe/London, Africa/Casablanca, Africa/Monrovia, Etc/UTC, Europe/Belgrade, Europe/Bratislava, Europe/Budapest, Europe/Ljubljana, Europe/Prague, Europe/Sarajevo, Europe/Skopje, Europe/Warsaw, Europe/Zagreb, Europe/Brussels, Europe/Copenhagen, Europe/Madrid, Europe/Paris, Europe/Amsterdam, Europe/Berlin, Europe/Berlin, Europe/Rome, Europe/Stockholm, Europe/Vienna, Africa/Algiers, Europe/Bucharest, Africa/Cairo, Europe/Helsinki, Europe/Kiev, Europe/Riga, Europe/Sofia, Europe/Tallinn, Europe/Vilnius, Europe/Athens, Europe/Istanbul, Europe/Minsk, Asia/Jerusalem, Africa/Harare, Africa/Johannesburg, Europe/Moscow, Europe/Moscow, Europe/Moscow, Asia/Kuwait, Asia/Riyadh, Africa/Nairobi, Asia/Baghdad, Asia/Tehran, Asia/Muscat, Asia/Muscat, Asia/Baku, Asia/Tbilisi, Asia/Yerevan, Asia/Kabul, Asia/Yekaterinburg, Asia/Karachi, Asia/Karachi, Asia/Tashkent, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kolkata, Asia/Kathmandu, Asia/Dhaka, Asia/Dhaka, Asia/Colombo, Asia/Almaty, Asia/Novosibirsk, Asia/Rangoon, Asia/Bangkok, Asia/Bangkok, Asia/Jakarta, Asia/Krasnoyarsk, Asia/Shanghai, Asia/Chongqing, Asia/Hong_Kong, Asia/Urumqi, Asia/Kuala_Lumpur, Asia/Singapore, Asia/Taipei, Australia/Perth, Asia/Irkutsk, Asia/Ulaanbaatar, Asia/Seoul, Asia/Tokyo, Asia/Tokyo, Asia/Tokyo, Asia/Yakutsk, Australia/Darwin, Australia/Adelaide, Australia/Melbourne, Australia/Melbourne, Australia/Sydney, Australia/Brisbane, Australia/Hobart, Asia/Vladivostok, Pacific/Guam, Pacific/Port_Moresby, Asia/Magadan, Asia/Magadan, Pacific/Noumea, Pacific/Fiji, Asia/Kamchatka, Pacific/Majuro, Pacific/Auckland, Pacific/Auckland, Pacific/Tongatapu, Pacific/Fakaofo, Pacific/Apia] city_name: [Bánovce nad Bebravou, Banská Bystrica, Banská Štiavnica, Bardejov, Bratislava I, Bratislava II, Bratislava III, Bratislava IV, Bratislava V, Brezno, Bytča, Čadca, Detva, Dolný Kubín, Dunajská Streda, Galanta, Gelnica, Hlohovec, Humenné, Ilava, Kežmarok, Komárno, Košice I, Košice II, Košice III, Košice IV, Košice-okolie, Krupina, Kysucké Nové Mesto, Levice, Levoča, Liptovský Mikuláš, Lučenec, Malacky, Martin, Medzilaborce, Michalovce, Myjava, Námestovo, Nitra, Nové Mesto n.Váhom, Nové Zámky, Partizánske, Pezinok, Piešťany, Poltár, Poprad, Považská Bystrica, Prešov, Prievidza, Púchov, Revúca, Rimavská Sobota, Rožňava, Ružomberok, Sabinov, Šaľa, Senec, Senica, Skalica, Snina, Sobrance, Spišská Nová Ves, Stará Ľubovňa, Stropkov, Svidník, Topoľčany, Trebišov, Trenčín, Trnava, Turčianske Teplice, Tvrdošín, Veľký Krtíš, Vranov nad Topľou, Žarnovica, Žiar nad Hronom, Žilina, Zlaté Moravce, Zvolen] city: - "#{city_name}" street: [Adámiho, Ahoj, Albína Brunovského, Albrechtova, Alejová, Alešova, Alibernetová, Alžbetínska, Alžbety Gwerkovej, Ambroseho, Ambrušova, Americká, Americké námestie, Americké námestie, Andreja Mráza, Andreja Plávku, Andrusovova, Anenská, Anenská, Antolská, Astronomická, Astrová, Azalková, Azovská, Babuškova, Bachova, Bajkalská, Bajkalská, Bajkalská, Bajkalská, Bajkalská, Bajkalská, Bajzova, Bancíkovej, Banícka, Baníkova, Banskobystrická, Banšelova, Bardejovská, Bartókova, Bartoňova, Bartoškova, Baštová, Bazová, Bažantia, Beblavého, Beckovská, Bedľová, Belániková, Belehradská, Belinského, Belopotockého, Beňadická, Bencúrova, Benediktiho, Beniakova, Bernolákova, Beskydská, Betliarska, Bezručova, Biela, Bielkova, Björnsonova, Blagoevova, Blatnická, Blumentálska, Blyskáčová, Bočná, Bohrova, Bohúňova, Bojnická, Borodáčova, Borská, Bosákova, Botanická, Bottova, Boženy Němcovej, Bôrik, Bradáčova, Bradlianska, Brančská, Bratská, Brestová, Brezovská, Briežky, Brnianska, Brodná, Brodská, Broskyňová, Břeclavská, Budatínska, Budatínska, Budatínska, Búdkova cesta, Budovateľská, Budyšínska, Budyšínska, Buková, Bukureštská, Bulharská, Bulíkova, Bystrého, Bzovícka, Cablkova, Cesta na Červený most, Cesta na Červený most, Cesta na Senec, Cikkerova, Cintorínska, Cintulova, Cukrová, Cyrilova, Čajakova, Čajkovského, Čaklovská, Čalovská, Čapajevova, Čapkova, Čárskeho, Čavojského, Čečinová, Čelakovského, Čerešňová, Černyševského, Červeňova, Česká, Československých par, Čipkárska, Čmelíkova, Čmeľovec, Čulenova, Daliborovo námestie, Dankovského, Dargovská, Ďatelinová, Daxnerovo námestie, Devínska cesta, Dlhé diely I., Dlhé diely II., Dlhé diely III., Dobrovičova, Dobrovičova, Dobrovského, Dobšinského, Dohnalova, Dohnányho, Doležalova, Dolná, Dolnozemská cesta, Domkárska, Domové role, Donnerova, Donovalova, Dostojevského rad, Dr. Vladimíra Clemen, Drevená, Drieňová, Drieňová, Drieňová, Drotárska cesta, Drotárska cesta, Drotárska cesta, Družicová, Družstevná, Dubnická, Dubová, Dúbravská cesta, Dudova, Dulovo námestie, Dulovo námestie, Dunajská, Dvořákovo nábrežie, Edisonova, Einsteinova, Elektrárenská, Exnárova, F. Kostku, Fadruszova, Fajnorovo nábrežie, Fándlyho, Farebná, Farská, Farského, Fazuľová, Fedinova, Ferienčíkova, Fialkové údolie, Fibichova, Filiálne nádražie, Flöglova, Floriánske námestie, Fraňa Kráľa, Francisciho, Francúzskych partizá, Františkánska, Františkánske námest, Furdekova, Furdekova, Gabčíkova, Gagarinova, Gagarinova, Gagarinova, Gajova, Galaktická, Galandova, Gallova, Galvaniho, Gašparíkova, Gaštanová, Gavlovičova, Gemerská, Gercenova, Gessayova, Gettingová, Godrova, Gogoľova, Goláňova, Gondova, Goralská, Gorazdova, Gorkého, Gregorovej, Grösslingova, Gruzínska, Gunduličova, Gusevova, Haanova, Haburská, Halašova, Hálkova, Hálova, Hamuliakova, Hanácka, Handlovská, Hany Meličkovej, Harmanecká, Hasičská, Hattalova, Havlíčkova, Havrania, Haydnova, Herlianska, Herlianska, Heydukova, Hlaváčikova, Hlavatého, Hlavné námestie, Hlboká cesta, Hlboká cesta, Hlivová, Hlučínska, Hodálova, Hodžovo námestie, Holekova, Holíčska, Hollého, Holubyho, Hontianska, Horárska, Horné Židiny, Horská, Horská, Hrad, Hradné údolie, Hrachová, Hraničná, Hrebendova, Hríbová, Hriňovská, Hrobákova, Hrobárska, Hroboňova, Hudecova, Humenské námestie, Hummelova, Hurbanovo námestie, Hurbanovo námestie, Hviezdoslavovo námes, Hýrošova, Chalupkova, Chemická, Chlumeckého, Chorvátska, Chorvátska, Iľjušinova, Ilkovičova, Inovecká, Inovecká, Iskerníková, Ivana Horvátha, Ivánska cesta, J.C.Hronského, Jabloňová, Jadrová, Jakabova, Jakubovo námestie, Jamnického, Jána Stanislava, Janáčkova, Jančova, Janíkove role, Jankolova, Jánošíkova, Jánoškova, Janotova, Jánska, Jantárová cesta, Jarabinková, Jarná, Jaroslavova, Jarošova, Jaseňová, Jasná, Jasovská, Jastrabia, Jašíkova, Javorinská, Javorová, Jazdecká, Jedlíkova, Jégého, Jelačičova, Jelenia, Jesenná, Jesenského, Jiráskova, Jiskrova, Jozefská, Junácka, Jungmannova, Jurigovo námestie, Jurovského, Jurská, Justičná, K lomu, K Železnej studienke, Kalinčiakova, Kamenárska, Kamenné námestie, Kapicova, Kapitulská, Kapitulský dvor, Kapucínska, Kapušianska, Karadžičova, Karadžičova, Karadžičova, Karadžičova, Karloveská, Karloveské rameno, Karpatská, Kašmírska, Kaštielska, Kaukazská, Kempelenova, Kežmarské námestie, Kladnianska, Klariská, Kláštorská, Klatovská, Klatovská, Klemensova, Klincová, Klobučnícka, Klokočova, Kľukatá, Kmeťovo námestie, Koceľova, Kočánkova, Kohútova, Kolárska, Kolískova, Kollárovo námestie, Kollárovo námestie, Kolmá, Komárňanská, Komárnická, Komárnická, Komenského námestie, Kominárska, Komonicová, Konopná, Konvalinková, Konventná, Kopanice, Kopčianska, Koperníkova, Korabinského, Koreničova, Kostlivého, Kostolná, Košická, Košická, Košická, Kováčska, Kovorobotnícka, Kozia, Koziarka, Kozmonautická, Krajná, Krakovská, Kráľovské údolie, Krasinského, Kraskova, Krásna, Krásnohorská, Krasovského, Krátka, Krčméryho, Kremnická, Kresánkova, Krivá, Križkova, Krížna, Krížna, Krížna, Krížna, Krmanova, Krompašská, Krupinská, Krupkova, Kubániho, Kubínska, Kuklovská, Kukučínova, Kukuričná, Kulíškova, Kultúrna, Kupeckého, Kúpeľná, Kutlíkova, Kutuzovova, Kuzmányho, Kvačalova, Kvetná, Kýčerského, Kyjevská, Kysucká, Laborecká, Lackova, Ladislava Sáru, Ľadová, Lachova, Ľaliová, Lamačská cesta, Lamačská cesta, Lamanského, Landererova, Langsfeldova, Ľanová, Laskomerského, Laučekova, Laurinská, Lazaretská, Lazaretská, Legerského, Legionárska, Legionárska, Lehockého, Lehockého, Lenardova, Lermontovova, Lesná, Leškova, Letecká, Letisko M.R.Štefánik, Letná, Levárska, Levická, Levočská, Lidická, Lietavská, Lichardova, Lipová, Lipovinová, Liptovská, Listová, Líščie nivy, Líščie údolie, Litovská, Lodná, Lombardiniho, Lomonosovova, Lopenícka, Lovinského, Ľubietovská, Ľubinská, Ľubľanská, Ľubochnianska, Ľubovnianska, Lúčna, Ľudové námestie, Ľudovíta Fullu, Luhačovická, Lužická, Lužná, Lýcejná, Lykovcová, M. Hella, Magnetová, Macharova, Majakovského, Majerníkova, Májkova, Májová, Makovického, Malá, Malé pálenisko, Malinová, Malý Draždiak, Malý trh, Mamateyova, Mamateyova, Mánesovo námestie, Mariánska, Marie Curie-Sklodows, Márie Medveďovej, Markova, Marótyho, Martákovej, Martinčekova, Martinčekova, Martinengova, Martinská, Mateja Bela, Matejkova, Matičná, Matúšova, Medená, Medzierka, Medzilaborecká, Merlotová, Mesačná, Mestská, Meteorová, Metodova, Mickiewiczova, Mierová, Michalská, Mikovíniho, Mikulášska, Miletičova, Miletičova, Mišíkova, Mišíkova, Mišíkova, Mliekárenská, Mlynarovičova, Mlynská dolina, Mlynská dolina, Mlynská dolina, Mlynské luhy, Mlynské nivy, Mlynské nivy, Mlynské nivy, Mlynské nivy, Mlynské nivy, Mlyny, Modranská, Mojmírova, Mokráň záhon, Mokrohájska cesta, Moldavská, Molecova, Moravská, Moskovská, Most SNP, Mostová, Mošovského, Motýlia, Moyzesova, Mozartova, Mraziarenská, Mudroňova, Mudroňova, Mudroňova, Muchovo námestie, Murgašova, Muškátová, Muštová, Múzejná, Myjavská, Mýtna, Mýtna, Na Baránku, Na Brezinách, Na Hrebienku, Na Kalvárii, Na Kampárke, Na kopci, Na križovatkách, Na lánoch, Na paši, Na piesku, Na Riviére, Na Sitine, Na Slavíne, Na stráni, Na Štyridsiatku, Na úvrati, Na vŕšku, Na výslní, Nábělkova, Nábrežie arm. gen. L, Nábrežná, Nad Dunajom, Nad lomom, Nad lúčkami, Nad lúčkami, Nad ostrovom, Nad Sihoťou, Námestie 1. mája, Námestie Alexandra D, Námestie Biely kríž, Námestie Hraničiarov, Námestie Jána Pavla, Námestie Ľudovíta Št, Námestie Martina Ben, Nám. M.R.Štefánika, Námestie slobody, Námestie slobody, Námestie SNP, Námestie SNP, Námestie sv. Františ, Narcisová, Nedbalova, Nekrasovova, Neronetová, Nerudova, Nevädzová, Nezábudková, Niťová, Nitrianska, Nížinná, Nobelova, Nobelovo námestie, Nová, Nová Rožňavská , Novackého, Nové pálenisko, Nové záhrady I, Nové záhrady II, Nové záhrady III, Nové záhrady IV, Nové záhrady V, Nové záhrady VI, Nové záhrady VII, Novinárska, Novobanská, Novohradská, Novosvetská, Novosvetská, Novosvetská, Obežná, Obchodná, Očovská, Odbojárov, Odborárska, Odborárske námestie, Odborárske námestie, Ohnicová, Okánikova, Okružná, Olbrachtova, Olejkárska, Ondavská, Ondrejovova, Oravská, Orechová cesta, Orechový rad, Oriešková, Ormisova, Osadná, Ostravská, Ostredková, Osuského, Osvetová, Otonelská, Ovručská, Ovsištské námestie, Pajštúnska, Palackého, Palárikova, Palárikova, Pálavská, Palisády, Palisády, Palisády, Palkovičova, Panenská, Pankúchova, Panónska cesta, Panská, Papánkovo námestie, Papraďová, Páričkova, Parková, Partizánska, Pasienky, Paulínyho, Pavlovičova, Pavlovova, Pavlovská, Pažického, Pažítková, Pečnianska, Pernecká, Pestovateľská, Peterská, Petzvalova, Pezinská, Piesočná, Piešťanská, Pifflova, Pilárikova, Pionierska, Pivoňková, Planckova, Planét, Plátenícka, Pluhová, Plynárenská, Plzenská, Pobrežná, Pod Bôrikom, Pod Kalváriou, Pod lesom, Pod Rovnicami, Pod vinicami, Podhorského, Podjavorinskej, Podlučinského, Podniková, Podtatranského, Pohronská, Polárna, Poloreckého, Poľná, Poľská, Poludníková, Porubského, Poštová, Považská, Povraznícka, Povraznícka, Pražská, Predstaničné námesti, Prepoštská, Prešernova, Prešovská, Prešovská, Prešovská, Pri Bielom kríži, Pri dvore, Pri Dynamitke, Pri Habánskom mlyne, Pri hradnej studni, Pri seči, Pri Starej Prachárni, Pri Starom háji, Pri Starom Mýte, Pri strelnici, Pri Suchom mlyne, Pri zvonici, Pribinova, Pribinova, Pribinova, Pribišova, Pribylinská, Priečna, Priekopy, Priemyselná, Priemyselná, Prievozská, Prievozská, Prievozská, Príkopova, Primaciálne námestie, Prístav, Prístavná, Prokofievova, Prokopa Veľkého, Prokopova, Prúdová, Prvosienková, Púpavová, Pustá, Puškinova, Račianska, Račianska, Račianske mýto, Radarová, Rádiová, Radlinského, Radničná, Radničné námestie, Radvanská, Rajská, Raketová, Rákosová, Rastislavova, Rázusovo nábrežie, Repná, Rešetkova, Revolučná, Révová, Revúcka, Rezedová, Riazanská, Riazanská, Ribayová, Riečna, Rigeleho, Rízlingová, Riznerova, Robotnícka, Romanova, Röntgenova, Rosná, Rovná, Rovniankova, Rovníková, Rozmarínová, Rožňavská, Rožňavská, Rožňavská, Rubinsteinova, Rudnayovo námestie, Rumančeková, Rusovská cesta, Ružičková, Ružinovská, Ružinovská, Ružinovská, Ružomberská, Ružová dolina, Ružová dolina, Rybárska brána, Rybné námestie, Rýdziková, Sabinovská, Sabinovská, Sad Janka Kráľa, Sadová, Sartorisova, Sasinkova, Seberíniho, Sečovská, Sedlárska, Sedmokrásková, Segnerova, Sekulská, Semianova, Senická, Senná, Schillerova, Schody pri starej vo, Sibírska, Sienkiewiczova, Silvánska, Sinokvetná, Skalická cesta, Skalná, Sklenárova, Sklenárska, Sládkovičova, Sladová, Slávičie údolie, Slavín, Slepá, Sliačska, Sliezska, Slivková, Slnečná, Slovanská, Slovinská, Slovnaftská, Slowackého, Smetanova, Smikova, Smolenická, Smolnícka, Smrečianska, Soferove schody, Socháňova, Sokolská, Solivarská, Sološnická, Somolického, Somolického, Sosnová, Spišská, Spojná, Spoločenská, Sputniková, Sreznevského, Srnčia, Stachanovská, Stálicová, Staničná, Stará Černicová, Stará Ivánska cesta, Stará Prievozská, Stará Vajnorská, Stará vinárska, Staré Grunty, Staré ihrisko, Staré záhrady, Starhradská, Starohájska, Staromestská, Staroturský chodník, Staviteľská, Stodolova, Stoklasová, Strakova, Strážnická, Strážny dom, Strečnianska, Stredná, Strelecká, Strmá cesta, Strojnícka, Stropkovská, Struková, Studená, Stuhová, Súbežná, Súhvezdná, Suché mýto, Suchohradská, Súkennícka, Súľovská, Sumbalova, Súmračná, Súťažná, Svätého Vincenta, Svätoplukova, Svätoplukova, Svätovojtešská, Svetlá, Svíbová, Svidnícka, Svoradova, Svrčia, Syslia, Šafárikovo námestie, Šafárikovo námestie, Šafránová, Šagátova, Šalviová, Šancová, Šancová, Šancová, Šancová, Šándorova, Šarišská, Šášovská, Šaštínska, Ševčenkova, Šintavská, Šípková, Škarniclova, Školská, Škovránčia, Škultétyho, Šoltésovej, Špieszova, Špitálska, Športová, Šrobárovo námestie, Šťastná, Štedrá, Štefánikova, Štefánikova, Štefánikova, Štefanovičova, Štefunkova, Štetinova, Štiavnická, Štúrova, Štyndlova, Šulekova, Šulekova, Šulekova, Šumavská, Šuňavcova, Šustekova, Švabinského, Tabaková, Tablicova, Táborská, Tajovského, Tallerova, Tehelná, Technická, Tekovská, Telocvičná, Tematínska, Teplická, Terchovská, Teslova, Tetmayerova, Thurzova, Tichá, Tilgnerova, Timravina, Tobrucká, Tokajícka, Tolstého, Tománkova, Tomášikova, Tomášikova, Tomášikova, Tomášikova, Tomášikova, Topoľčianska, Topoľová, Továrenská, Trebišovská, Trebišovská, Trebišovská, Trenčianska, Treskoňova, Trnavská cesta, Trnavská cesta, Trnavská cesta, Trnavská cesta, Trnavská cesta, Trnavské mýto, Tŕňová, Trojdomy, Tučkova, Tupolevova, Turbínova, Turčianska, Turnianska, Tvarožkova, Tylova, Tyršovo nábrežie, Údernícka, Údolná, Uhorková, Ukrajinská, Ulica 29. augusta, Ulica 29. augusta, Ulica 29. augusta, Ulica 29. augusta, Ulica Imricha Karvaš, Ulica Jozefa Krónera, Ulica Viktora Tegelh, Úprkova, Úradnícka, Uránová, Urbánkova, Ursínyho, Uršulínska, Úzka, V záhradách, Vajanského nábrežie, Vajnorská, Vajnorská, Vajnorská, Vajnorská, Vajnorská, Vajnorská, Vajnorská, Vajnorská, Vajnorská, Valašská, Valchárska, Vansovej, Vápenná, Varínska, Varšavská, Varšavská, Vavilovova, Vavrínova, Vazovova, Včelárska, Velehradská, Veltlínska, Ventúrska, Veterná, Veternicová, Vetvová, Viedenská cesta, Viedenská cesta, Vietnamská, Vígľašská, Vihorlatská, Viktorínova, Vilová, Vincenta Hložníka, Vínna, Vlastenecké námestie, Vlčkova, Vlčkova, Vlčkova, Vodný vrch, Votrubova, Vrábeľská, Vrakunská cesta, Vranovská, Vretenová, Vrchná, Vrútocká, Vyhliadka, Vyhnianska cesta, Vysoká, Vyšehradská, Vyšná, Wattova, Wilsonova, Wolkrova, Za Kasárňou, Za sokolovňou, Za Stanicou, Za tehelňou, Záborského, Zadunajská cesta, Záhorácka, Záhradnícka, Záhradnícka, Záhradnícka, Záhradnícka, Záhrebská, Záhrebská, Zálužická, Zámocká, Zámocké schody, Zámočnícka, Západná, Západný rad, Záporožská, Zátišie, Závodníkova, Zelená, Zelinárska, Zimná, Zlaté piesky, Zlaté schody, Znievska, Zohorská, Zochova, Zrinského, Zvolenská, Žabí majer, Žabotova, Žehrianska, Železná, Železničiarska, Žellova, Žiarska, Židovská, Žilinská, Žilinská, Živnostenská, Žižkova, Župné námestie] street_name: - "#{street}" street_address: - "#{street_name} #{building_number}" default_country: [Slovensko] company: suffix: [s.r.o., a.s., v.o.s.] # Buzzword wordlist from http://www.1728.com/buzzword.htm buzzwords: - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"] - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"] - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"] # BS wordlist from http://dack.com/web/bullshit.html bs: - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"] - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"] - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name} #{suffix}" - "#{Name.man_last_name} a #{Name.man_last_name} #{suffix}" internet: free_email: [gmail.com, zoznam.sk, azet.sk] domain_suffix: [sk, com, net, eu, org] lorem: words: [alias, consequatur, aut, perferendis, sit, voluptatem, accusantium, doloremque, aperiam, eaque, ipsa, quae, ab, illo, inventore, veritatis, et, quasi, architecto, beatae, vitae, dicta, sunt, explicabo, aspernatur, aut, odit, aut, fugit, sed, quia, consequuntur, magni, dolores, eos, qui, ratione, voluptatem, sequi, nesciunt, neque, dolorem, ipsum, quia, dolor, sit, amet, consectetur, adipisci, velit, sed, quia, non, numquam, eius, modi, tempora, incidunt, ut, labore, et, dolore, magnam, aliquam, quaerat, voluptatem, ut, enim, ad, minima, veniam, quis, nostrum, exercitationem, ullam, corporis, nemo, enim, ipsam, voluptatem, quia, voluptas, sit, suscipit, laboriosam, nisi, ut, aliquid, ex, ea, commodi, consequatur, quis, autem, vel, eum, iure, reprehenderit, qui, in, ea, voluptate, velit, esse, quam, nihil, molestiae, et, iusto, odio, dignissimos, ducimus, qui, blanditiis, praesentium, laudantium, totam, rem, voluptatum, deleniti, atque, corrupti, quos, dolores, et, quas, molestias, excepturi, sint, occaecati, cupiditate, non, provident, sed, ut, perspiciatis, unde, omnis, iste, natus, error, similique, sunt, in, culpa, qui, officia, deserunt, mollitia, animi, id, est, laborum, et, dolorum, fuga, et, harum, quidem, rerum, facilis, est, et, expedita, distinctio, nam, libero, tempore, cum, soluta, nobis, est, eligendi, optio, cumque, nihil, impedit, quo, porro, quisquam, est, qui, minus, id, quod, maxime, placeat, facere, possimus, omnis, voluptas, assumenda, est, omnis, dolor, repellendus, temporibus, autem, quibusdam, et, aut, consequatur, vel, illum, qui, dolorem, eum, fugiat, quo, voluptas, nulla, pariatur, at, vero, eos, et, accusamus, officiis, debitis, aut, rerum, necessitatibus, saepe, eveniet, ut, et, voluptates, repudiandae, sint, et, molestiae, non, recusandae, itaque, earum, rerum, hic, tenetur, a, sapiente, delectus, ut, aut, reiciendis, voluptatibus, maiores, doloribus, asperiores, repellat] supplemental: [abbas, abduco, abeo, abscido, absconditus, absens, absorbeo, absque, abstergo, absum, abundans, abutor, accedo, accendo, acceptus, accipio, accommodo, accusator, acer, acerbitas, acervus, acidus, acies, acquiro, acsi, adamo, adaugeo, addo, adduco, ademptio, adeo, adeptio, adfectus, adfero, adficio, adflicto, adhaero, adhuc, adicio, adimpleo, adinventitias, adipiscor, adiuvo, administratio, admiratio, admitto, admoneo, admoveo, adnuo, adopto, adsidue, adstringo, adsuesco, adsum, adulatio, adulescens, adultus, aduro, advenio, adversus, advoco, aedificium, aeger, aegre, aegrotatio, aegrus, aeneus, aequitas, aequus, aer, aestas, aestivus, aestus, aetas, aeternus, ager, aggero, aggredior, agnitio, agnosco, ago, ait, aiunt, alienus, alii, alioqui, aliqua, alius, allatus, alo, alter, altus, alveus, amaritudo, ambitus, ambulo, amicitia, amiculum, amissio, amita, amitto, amo, amor, amoveo, amplexus, amplitudo, amplus, ancilla, angelus, angulus, angustus, animadverto, animi, animus, annus, anser, ante, antea, antepono, antiquus, aperio, aperte, apostolus, apparatus, appello, appono, appositus, approbo, apto, aptus, apud, aqua, ara, aranea, arbitro, arbor, arbustum, arca, arceo, arcesso, arcus, argentum, argumentum, arguo, arma, armarium, armo, aro, ars, articulus, artificiose, arto, arx, ascisco, ascit, asper, aspicio, asporto, assentator, astrum, atavus, ater, atqui, atrocitas, atrox, attero, attollo, attonbitus, auctor, auctus, audacia, audax, audentia, audeo, audio, auditor, aufero, aureus, auris, aurum, aut, autem, autus, auxilium, avaritia, avarus, aveho, averto, avoco, baiulus, balbus, barba, bardus, basium, beatus, bellicus, bellum, bene, beneficium, benevolentia, benigne, bestia, bibo, bis, blandior, bonus, bos, brevis, cado, caecus, caelestis, caelum, calamitas, calcar, calco, calculus, callide, campana, candidus, canis, canonicus, canto, capillus, capio, capitulus, capto, caput, carbo, carcer, careo, caries, cariosus, caritas, carmen, carpo, carus, casso, caste, casus, catena, caterva, cattus, cauda, causa, caute, caveo, cavus, cedo, celebrer, celer, celo, cena, cenaculum, ceno, censura, centum, cerno, cernuus, certe, certo, certus, cervus, cetera, charisma, chirographum, cibo, cibus, cicuta, cilicium, cimentarius, ciminatio, cinis, circumvenio, cito, civis, civitas, clam, clamo, claro, clarus, claudeo, claustrum, clementia, clibanus, coadunatio, coaegresco, coepi, coerceo, cogito, cognatus, cognomen, cogo, cohaero, cohibeo, cohors, colligo, colloco, collum, colo, color, coma, combibo, comburo, comedo, comes, cometes, comis, comitatus, commemoro, comminor, commodo, communis, comparo, compello, complectus, compono, comprehendo, comptus, conatus, concedo, concido, conculco, condico, conduco, confero, confido, conforto, confugo, congregatio, conicio, coniecto, conitor, coniuratio, conor, conqueror, conscendo, conservo, considero, conspergo, constans, consuasor, contabesco, contego, contigo, contra, conturbo, conventus, convoco, copia, copiose, cornu, corona, corpus, correptius, corrigo, corroboro, corrumpo, coruscus, cotidie, crapula, cras, crastinus, creator, creber, crebro, credo, creo, creptio, crepusculum, cresco, creta, cribro, crinis, cruciamentum, crudelis, cruentus, crur, crustulum, crux, cubicularis, cubitum, cubo, cui, cuius, culpa, culpo, cultellus, cultura, cum, cunabula, cunae, cunctatio, cupiditas, cupio, cuppedia, cupressus, cur, cura, curatio, curia, curiositas, curis, curo, curriculum, currus, cursim, curso, cursus, curto, curtus, curvo, curvus, custodia, damnatio, damno, dapifer, debeo, debilito, decens, decerno, decet, decimus, decipio, decor, decretum, decumbo, dedecor, dedico, deduco, defaeco, defendo, defero, defessus, defetiscor, deficio, defigo, defleo, defluo, defungo, degenero, degero, degusto, deinde, delectatio, delego, deleo, delibero, delicate, delinquo, deludo, demens, demergo, demitto, demo, demonstro, demoror, demulceo, demum, denego, denique, dens, denuncio, denuo, deorsum, depereo, depono, depopulo, deporto, depraedor, deprecator, deprimo, depromo, depulso, deputo, derelinquo, derideo, deripio, desidero, desino, desipio, desolo, desparatus, despecto, despirmatio, infit, inflammatio, paens, patior, patria, patrocinor, patruus, pauci, paulatim, pauper, pax, peccatus, pecco, pecto, pectus, pecunia, pecus, peior, pel, ocer, socius, sodalitas, sol, soleo, solio, solitudo, solium, sollers, sollicito, solum, solus, solutio, solvo, somniculosus, somnus, sonitus, sono, sophismata, sopor, sordeo, sortitus, spargo, speciosus, spectaculum, speculum, sperno, spero, spes, spiculum, spiritus, spoliatio, sponte, stabilis, statim, statua, stella, stillicidium, stipes, stips, sto, strenuus, strues, studio, stultus, suadeo, suasoria, sub, subito, subiungo, sublime, subnecto, subseco, substantia, subvenio, succedo, succurro, sufficio, suffoco, suffragium, suggero, sui, sulum, sum, summa, summisse, summopere, sumo, sumptus, supellex, super, suppellex, supplanto, suppono, supra, surculus, surgo, sursum, suscipio, suspendo, sustineo, suus, synagoga, tabella, tabernus, tabesco, tabgo, tabula, taceo, tactus, taedium, talio, talis, talus, tam, tamdiu, tamen, tametsi, tamisium, tamquam, tandem, tantillus, tantum, tardus, tego, temeritas, temperantia, templum, temptatio, tempus, tenax, tendo, teneo, tener, tenuis, tenus, tepesco, tepidus, ter, terebro, teres, terga, tergeo, tergiversatio, tergo, tergum, termes, terminatio, tero, terra, terreo, territo, terror, tersus, tertius, testimonium, texo, textilis, textor, textus, thalassinus, theatrum, theca, thema, theologus, thermae, thesaurus, thesis, thorax, thymbra, thymum, tibi, timidus, timor, titulus, tolero, tollo, tondeo, tonsor, torqueo, torrens, tot, totidem, toties, totus, tracto, trado, traho, trans, tredecim, tremo, trepide, tres, tribuo, tricesimus, triduana, triginta, tripudio, tristis, triumphus, trucido, truculenter, tubineus, tui, tum, tumultus, tunc, turba, turbo, turpe, turpis, tutamen, tutis, tyrannus, uberrime, ubi, ulciscor, ullus, ulterius, ultio, ultra, umbra, umerus, umquam, una, unde, undique, universe, unus, urbanus, urbs, uredo, usitas, usque, ustilo, ustulo, usus, uter, uterque, utilis, utique, utor, utpote, utrimque, utroque, utrum, uxor, vaco, vacuus, vado, vae, valde, valens, valeo, valetudo, validus, vallum, vapulus, varietas, varius, vehemens, vel, velociter, velum, velut, venia, venio, ventito, ventosus, ventus, venustas, ver, verbera, verbum, vere, verecundia, vereor, vergo, veritas, vero, versus, verto, verumtamen, verus, vesco, vesica, vesper, vespillo, vester, vestigium, vestrum, vetus, via, vicinus, vicissitudo, victoria, victus, videlicet, video, viduata, viduo, vigilo, vigor, vilicus, vilis, vilitas, villa, vinco, vinculum, vindico, vinitor, vinum, vir, virga, virgo, viridis, viriliter, virtus, vis, viscus, vita, vitiosus, vitium, vito, vivo, vix, vobis, vociferor, voco, volaticus, volo, volubilis, voluntarius, volup, volutabrum, volva, vomer, vomica, vomito, vorago, vorax, voro, vos, votum, voveo, vox, vulariter, vulgaris, vulgivagus, vulgo, vulgus, vulnero, vulnus, vulpes, vulticulus, vultuosus, xiphias] name: man_first_name: [Drahoslav, Severín, Alexej, Ernest, Rastislav, Radovan, Dobroslav, Dalibor, Vincent, Miloš, Timotej, Gejza, Bohuš, Alfonz, Gašpar, Emil, Erik, Blažej, Zdenko, Dezider, Arpád, Valentín, Pravoslav, Jaromír, Roman, Matej, Frederik, Viktor, Alexander, Radomír, Albín, Bohumil, Kazimír, Fridrich, Radoslav, Tomáš, Alan, Branislav, Bruno, Gregor, Vlastimil, Boleslav, Eduard, Jozef, Víťazoslav, Blahoslav, Beňadik, Adrián, Gabriel, Marián, Emanuel, Miroslav, Benjamín, Hugo, Richard, Izidor, Zoltán, Albert, Igor, Július, Aleš, Fedor, Rudolf, Valér, Marcel, Ervín, Slavomír, Vojtech, Juraj, Marek, Jaroslav, Žigmund, Florián, Roland, Pankrác, Servác, Bonifác, Svetozár, Bernard, Júlia, Urban, Dušan, Viliam, Ferdinand, Norbert, Róbert, Medard, Zlatko, Anton, Vasil, Vít, Adolf, Vratislav, Alfréd, Alojz, Ján, Tadeáš, Ladislav, Peter, Pavol, Miloslav, Prokop, Cyril, Metod, Patrik, Oliver, Ivan, Kamil, Henrich, Drahomír, Bohuslav, Iľja, Daniel, Vladimír, Jakub, Krištof, Ignác, Gustáv, Jerguš, Dominik, Oskar, Vavrinec, Ľubomír, Mojmír, Leonard, Tichomír, Filip, Bartolomej, Ľudovít, Samuel, Augustín, Belo, Oleg, Bystrík, Ctibor, Ľudomil, Konštantín, Ľuboslav, Matúš, Móric, Ľuboš, Ľubor, Vladislav, Cyprián, Václav, Michal, Jarolím, Arnold, Levoslav, František, Dionýz, Maximilián, Koloman, Boris, Lukáš, Kristián, Vendelín, Sergej, Aurel, Demeter, Denis, Hubert, Karol, Imrich, René, Bohumír, Teodor, Tibor, Maroš, Martin, Svätopluk, Stanislav, Leopold, Eugen, Félix, Klement, Kornel, Milan, Vratko, Ondrej, Andrej, Edmund, Oldrich, Oto, Mikuláš, Ambróz, Radúz, Bohdan, Adam, Štefan, Dávid, Silvester] woman_first_name: [Alexandra, Karina, Daniela, Andrea, Antónia, Bohuslava, Dáša, Malvína, Kristína, Nataša, Bohdana, Drahomíra, Sára, Zora, Tamara, Ema, Tatiana, Erika, Veronika, Agáta, Dorota, Vanda, Zoja, Gabriela, Perla, Ida, Liana, Miloslava, Vlasta, Lívia, Eleonóra, Etela, Romana, Zlatica, Anežka, Bohumila, Františka, Angela, Matilda, Svetlana, Ľubica, Alena, Soňa, Vieroslava, Zita, Miroslava, Irena, Milena, Estera, Justína, Dana, Danica, Jela, Jaroslava, Jarmila, Lea, Anastázia, Galina, Lesana, Hermína, Monika, Ingrida, Viktória, Blažena, Žofia, Sofia, Gizela, Viola, Gertrúda, Zina, Júlia, Juliana, Želmíra, Ela, Vanesa, Iveta, Vilma, Petronela, Žaneta, Xénia, Karolína, Lenka, Laura, Stanislava, Margaréta, Dobroslava, Blanka, Valéria, Paulína, Sidónia, Adriána, Beáta, Petra, Melánia, Diana, Berta, Patrícia, Lujza, Amália, Milota, Nina, Margita, Kamila, Dušana, Magdaléna, Oľga, Anna, Hana, Božena, Marta, Libuša, Božidara, Dominika, Hortenzia, Jozefína, Štefánia, Ľubomíra, Zuzana, Darina, Marcela, Milica, Elena, Helena, Lýdia, Anabela, Jana, Silvia, Nikola, Ružena, Nora, Drahoslava, Linda, Melinda, Rebeka, Rozália, Regína, Alica, Marianna, Miriama, Martina, Mária, Jolana, Ľudomila, Ľudmila, Olympia, Eugénia, Ľuboslava, Zdenka, Edita, Michaela, Stela, Viera, Natália, Eliška, Brigita, Valentína, Terézia, Vladimíra, Hedviga, Uršuľa, Alojza, Kvetoslava, Sabína, Dobromila, Klára, Simona, Aurélia, Denisa, Renáta, Irma, Agnesa, Klaudia, Alžbeta, Elvíra, Cecília, Emília, Katarína, Henrieta, Bibiána, Barbora, Marína, Izabela, Hilda, Otília, Lucia, Branislava, Bronislava, Ivica, Albína, Kornélia, Sláva, Slávka, Judita, Dagmara, Adela, Nadežda, Eva, Filoména, Ivana, Milada] man_last_name: [Antal, Babka, Bahna, Bahno, Baláž, Baran, Baranka, Bartovič, Bartoš, Bača, Bernolák, Beňo, Bicek, Bielik, Blaho, Bondra, Bosák, Boška, Brezina, Bukovský, Chalupka, Chudík, Cibula, Cibulka, Cibuľa, Cyprich, Cíger, Danko, Daňko, Daňo, Debnár, Dej, Dekýš, Doležal, Dočolomanský, Droppa, Dubovský, Dudek, Dula, Dulla, Dusík, Dvonč, Dzurjanin, Dávid, Fabian, Fabián, Fajnor, Farkašovský, Fico, Filc, Filip, Finka, Ftorek, Gašpar, Gašparovič, Gocník, Gregor, Greguš, Grznár, Hablák, Habšuda, Halda, Haluška, Halák, Hanko, Hanzal, Haščák, Heretik, Hečko, Hlaváček, Hlinka, Holub, Holuby, Hossa, Hoza, Hraško, Hric, Hrmo, Hrušovský, Huba, Ihnačák, Janeček, Janoška, Jantošovič, Janík, Janček, Jedľovský, Jendek, Jonata, Jurina, Jurkovič, Jurík, Jánošík, Kafenda, Kaliský, Karul, Keníž, Klapka, Kmeť, Kolesár, Kollár, Kolnik, Kolník, Kolár, Korec, Kostka, Kostrec, Kováč, Kováčik, Koza, Kočiš, Krajíček, Krajči, Krajčo, Krajčovič, Krajčír, Králik, Krúpa, Kubík, Kyseľ, Kállay, Labuda, Lepšík, Lipták, Lisický, Lubina, Lukáč, Lupták, Líška, Madej, Majeský, Malachovský, Malíšek, Mamojka, Marcinko, Marián, Masaryk, Maslo, Matiaško, Medveď, Melcer, Mečiar, Michalík, Mihalik, Mihál, Mihálik, Mikloško, Mikulík, Mikuš, Mikúš, Milota, Mináč, Mišík, Mojžiš, Mokroš, Mora, Moravčík, Mydlo, Nemec, Nitra, Novák, Obšut, Ondruš, Otčenáš, Pauko, Pavlikovský, Pavúk, Pašek, Paška, Paško, Pelikán, Petrovický, Petruška, Peško, Plch, Plekanec, Podhradský, Podkonický, Poliak, Pupák, Rak, Repiský, Romančík, Rus, Ružička, Rybníček, Rybár, Rybárik, Samson, Sedliak, Senko, Sklenka, Skokan, Skutecký, Slašťan, Sloboda, Slobodník, Slota, Slovák, Smrek, Stodola, Straka, Strnisko, Svrbík, Sámel, Sýkora, Tatar, Tatarka, Tatár, Tatárka, Thomka, Tomeček, Tomka, Tomko, Truben, Turčok, Uram, Urblík, Vajcík, Vajda, Valach, Valachovič, Valent, Valuška, Vanek, Vesel, Vicen, Višňovský, Vlach, Vojtek, Vydarený, Zajac, Zima, Zimka, Záborský, Zúbrik, Čapkovič, Čaplovič, Čarnogurský, Čierny, Čobrda, Ďaďo, Ďurica, Ďuriš, Šidlo, Šimonovič, Škriniar, Škultéty, Šmajda, Šoltés, Šoltýs, Štefan, Štefanka, Šulc, Šurka, Švehla, Šťastný] woman_last_name: [Antalová, Babková, Bahnová, Balážová, Baranová, Baranková, Bartovičová, Bartošová, Bačová, Bernoláková, Beňová, Biceková, Bieliková, Blahová, Bondrová, Bosáková, Bošková, Brezinová, Bukovská, Chalupková, Chudíková, Cibulová, Cibulková, Cyprichová, Cígerová, Danková, Daňková, Daňová, Debnárová, Dejová, Dekýšová, Doležalová, Dočolomanská, Droppová, Dubovská, Dudeková, Dulová, Dullová, Dusíková, Dvončová, Dzurjaninová, Dávidová, Fabianová, Fabiánová, Fajnorová, Farkašovská, Ficová, Filcová, Filipová, Finková, Ftoreková, Gašparová, Gašparovičová, Gocníková, Gregorová, Gregušová, Grznárová, Habláková, Habšudová, Haldová, Halušková, Haláková, Hanková, Hanzalová, Haščáková, Heretiková, Hečková, Hlaváčeková, Hlinková, Holubová, Holubyová, Hossová, Hozová, Hrašková, Hricová, Hrmová, Hrušovská, Hubová, Ihnačáková, Janečeková, Janošková, Jantošovičová, Janíková, Jančeková, Jedľovská, Jendeková, Jonatová, Jurinová, Jurkovičová, Juríková, Jánošíková, Kafendová, Kaliská, Karulová, Kenížová, Klapková, Kmeťová, Kolesárová, Kollárová, Kolniková, Kolníková, Kolárová, Korecová, Kostkaová, Kostrecová, Kováčová, Kováčiková, Kozová, Kočišová, Krajíčeková, Krajčová, Krajčovičová, Krajčírová, Králiková, Krúpová, Kubíková, Kyseľová, Kállayová, Labudová, Lepšíková, Liptáková, Lisická, Lubinová, Lukáčová, Luptáková, Líšková, Madejová, Majeská, Malachovská, Malíšeková, Mamojková, Marcinková, Mariánová, Masaryková, Maslová, Matiašková, Medveďová, Melcerová, Mečiarová, Michalíková, Mihaliková, Mihálová, Miháliková, Miklošková, Mikulíková, Mikušová, Mikúšová, Milotová, Mináčová, Mišíková, Mojžišová, Mokrošová, Morová, Moravčíková, Mydlová, Nemcová, Nováková, Obšutová, Ondrušová, Otčenášová, Pauková, Pavlikovská, Pavúková, Pašeková, Pašková, Pelikánová, Petrovická, Petrušková, Pešková, Plchová, Plekanecová, Podhradská, Podkonická, Poliaková, Pupáková, Raková, Repiská, Romančíková, Rusová, Ružičková, Rybníčeková, Rybárová, Rybáriková, Samsonová, Sedliaková, Senková, Sklenková, Skokanová, Skutecká, Slašťanová, Slobodová, Slobodníková, Slotová, Slováková, Smreková, Stodolová, Straková, Strnisková, Svrbíková, Sámelová, Sýkorová, Tatarová, Tatarková, Tatárová, Tatárkaová, Thomková, Tomečeková, Tomková, Trubenová, Turčoková, Uramová, Urblíková, Vajcíková, Vajdová, Valachová, Valachovičová, Valentová, Valušková, Vaneková, Veselová, Vicenová, Višňovská, Vlachová, Vojteková, Vydarená, Zajacová, Zimová, Zimková, Záborská, Zúbriková, Čapkovičová, Čaplovičová, Čarnogurská, Čierná, Čobrdová, Ďaďová, Ďuricová, Ďurišová, Šidlová, Šimonovičová, Škriniarová, Škultétyová, Šmajdová, Šoltésová, Šoltýsová, Štefanová, Štefanková, Šulcová, Šurková, Švehlová, Šťastná] prefix: [Ing., Mgr., JUDr., MUDr.] suffix: [Phd.] title: descriptor: [Lead, Senior, Direct, Corporate, Dynamic, Future, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Human, Chief, Principal] level: [Solutions, Program, Brand, Security, Research, Marketing, Directives, Implementation, Integration, Functionality, Response, Paradigm, Tactics, Identity, Markets, Group, Division, Applications, Optimization, Operations, Infrastructure, Intranet, Communications, Web, Branding, Quality, Assurance, Mobility, Accounts, Data, Creative, Configuration, Accountability, Interactions, Factors, Usability, Metrics] job: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist] name: - "#{prefix} #{man_first_name} #{man_last_name}" - "#{prefix} #{woman_first_name} #{woman_last_name}" - "#{man_first_name} #{man_last_name} #{suffix}" - "#{woman_first_name} #{woman_last_name} #{suffix}" - "#{man_first_name} #{man_last_name}" - "#{man_first_name} #{man_last_name}" - "#{man_first_name} #{man_last_name}" - "#{woman_first_name} #{woman_last_name}" - "#{woman_first_name} #{woman_last_name}" - "#{woman_first_name} #{woman_last_name}" phone_number: formats: ['09## ### ###', '0## #### ####', '0# #### ####', '+421 ### ### ###'] faker-1.9.1/lib/locales/sv.yml000066400000000000000000000160021332146201300161470ustar00rootroot00000000000000 sv: faker: address: city_prefix: [Söder, Norr, Väst, Öster, Aling, Ar, Av, Bo, Br, Bå, Ek, En, Esk, Fal, Gäv, Göte, Ha, Helsing, Karl, Krist, Kram, Kung, Kö, Lyck, Ny] city_suffix: [stad, land, sås, ås, holm, tuna, sta, berg, löv, borg, mora, hamn, fors, köping, by, hult, torp, fred, vik] country: [Ryssland, Kanada, Kina, USA, Brasilien, Australien, Indien, Argentina, Kazakstan, Algeriet, DR Kongo, Danmark, Färöarna, Grönland, Saudiarabien, Mexiko, Indonesien, Sudan, Libyen, Iran, Mongoliet, Peru, Tchad, Niger, Angola, Mali, Sydafrika, Colombia, Etiopien, Bolivia, Mauretanien, Egypten, Tanzania, Nigeria, Venezuela, Namibia, Pakistan, Moçambique, Turkiet, Chile, Zambia, Marocko, Västsahara, Burma, Afghanistan, Somalia, Centralafrikanska republiken, Sydsudan, Ukraina, Botswana, Madagaskar, Kenya, Frankrike, Franska Guyana, Jemen, Thailand, Spanien, Turkmenistan, Kamerun, Papua Nya Guinea, Sverige, Uzbekistan, Irak, Paraguay, Zimbabwe, Japan, Tyskland, Kongo, Finland, Malaysia, Vietnam, Norge, Svalbard, Jan Mayen, Elfenbenskusten, Polen, Italien, Filippinerna, Ecuador, Burkina Faso, Nya Zeeland, Gabon, Guinea, Storbritannien, Ghana, Rumänien, Laos, Uganda, Guyana, Oman, Vitryssland, Kirgizistan, Senegal, Syrien, Kambodja, Uruguay, Tunisien, Surinam, Nepal, Bangladesh, Tadzjikistan, Grekland, Nicaragua, Eritrea, Nordkorea, Malawi, Benin, Honduras, Liberia, Bulgarien, Kuba, Guatemala, Island, Sydkorea, Ungern, Portugal, Jordanien, Serbien, Azerbajdzjan, Österrike, Förenade Arabemiraten, Tjeckien, Panama, Sierra Leone, Irland, Georgien, Sri Lanka, Litauen, Lettland, Togo, Kroatien, Bosnien och Hercegovina, Costa Rica, Slovakien, Dominikanska republiken, Bhutan, Estland, Danmark, Färöarna, Grönland, Nederländerna, Schweiz, Guinea-Bissau, Taiwan, Moldavien, Belgien, Lesotho, Armenien, Albanien, Salomonöarna, Ekvatorialguinea, Burundi, Haiti, Rwanda, Makedonien, Djibouti, Belize, Israel, El Salvador, Slovenien, Fiji, Kuwait, Swaziland, Timor-Leste, Montenegro, Bahamas, Vanuatu, Qatar, Gambia, Jamaica, Kosovo, Libanon, Cypern, Brunei, Trinidad och Tobago, Kap Verde, Samoa, Luxemburg, Komorerna, Mauritius, São Tomé och Príncipe, Kiribati, Dominica, Tonga, Mikronesiens federerade stater, Singapore, Bahrain, Saint Lucia, Andorra, Palau, Seychellerna, Antigua och Barbuda, Barbados, Saint Vincent och Grenadinerna, Grenada, Malta, Maldiverna, Saint Kitts och Nevis, Marshallöarna, Liechtenstein, San Marino, Tuvalu, Nauru, Monaco, Vatikanstaten] common_street_suffix: ["s Väg", "s Gata"] street_prefix: [Västra, Östra, Norra, Södra, Övre, Undre] street_root: [Björk, Järnvägs, Ring, Skol, Skogs, Ny, Gran, Idrotts, Stor, Kyrk, Industri, Park, Strand, Skol, Trädgård, Ängs, Kyrko, Villa, Ek, Kvarn, Stations, Back, Furu, Gen, Fabriks, Åker, Bäck, Asp] street_suffix: [vägen, gatan, gränden, gärdet, allén] state: [Blekinge, Dalarna, Gotland, Gävleborg, Göteborg, Halland, Jämtland, Jönköping, Kalmar, Kronoberg, Norrbotten, Skaraborg, Skåne, Stockholm, Södermanland, Uppsala, Värmland, Västerbotten, Västernorrland, Västmanland, Älvsborg, Örebro, Östergötland] city: - "#{city_prefix}#{city_suffix}" street_name: - "#{street_root}#{street_suffix}" - "#{street_prefix} #{street_root}#{street_suffix}" - "#{Name.first_name}#{common_street_suffix}" - "#{Name.last_name}#{common_street_suffix}" postcode: ['#####'] building_number: ['###', '##', '#'] secondary_address: ['Lgh. ###', 'Hus ###'] street_address: - "#{street_name} #{building_number}" default_country: [Sverige] company: suffix: ["Gruppen", "AB", "HB", "Group", "Investment", "Kommanditbolag", "Aktiebolag"] name: - "#{Name.last_name} #{suffix}" - "#{Name.last_name}-#{Name.last_name}" - "#{Name.last_name}, #{Name.last_name} #{suffix}" internet: domain_suffix: [se, nu, info, com, org] name: first_name_women: [Maria, Anna, Margareta, Elisabeth, Eva, Birgitta, Kristina, Karin, Elisabet, Marie, Åsa, Hjördis, Ingegärd] first_name_men: [Erik, Lars, Karl, Anders, Per, Johan, Nils, Lennart, Emil, Hans, Jörgen, Göran, Håkan, Kåre] first_name: [Erik, Lars, Karl, Anders, Per, Johan, Nils, Lennart, Emil, Hans, Jörgen, Göran, Håkan, Kåre, Maria, Anna, Margareta, Elisabeth, Eva, Birgitta, Kristina, Karin, Elisabet, Marie, Åsa, Hjördis, Ingegärd] last_name: [Johansson, Andersson, Karlsson, Nilsson, Eriksson, Larsson, Olsson, Persson, Svensson, Gustafsson, Åslund, Östlund, Änglund] prefix: [civ.ek., civ.ing., ekon.dr, ekon. mag., ekon. kand., fil.dr, fil.lic., fil.kand., fil.mag., jur. kand., jur.utr.kand., jur.lic., jur.dr, med.dr, med.lic., med.kand., odont.kand., odont.lic., odont.dr, pol.kand., pol.mag., pol.dr, tekn.dr, tekn.lic., teol.kand., teol.lic., teol.dr] title: descriptor: [Lead, Senior, Direct, Corporate, Dynamic, Future, Product, National, Regional, District, Central, Global, Customer, Investor, Dynamic, International, Legacy, Forward, Internal, Human, Chief, Principal] level: [Solutions, Program, Brand, Security, Research, Marketing, Directives, Implementation, Integration, Functionality, Response, Paradigm, Tactics, Identity, Markets, Group, Division, Applications, Optimization, Operations, Infrastructure, Intranet, Communications, Web, Branding, Quality, Assurance, Mobility, Accounts, Data, Creative, Configuration, Accountability, Interactions, Factors, Usability, Metrics] job: [Supervisor, Associate, Executive, Liaison, Officer, Manager, Engineer, Specialist, Director, Coordinator, Administrator, Architect, Analyst, Designer, Planner, Orchestrator, Technician, Developer, Producer, Consultant, Assistant, Facilitator, Agent, Representative, Strategist] name: - "#{first_name} #{last_name}" - "#{prefix} #{first_name} #{last_name}" phone_number: formats: ['####-#####', '####-######'] cell_phone: formats: - '070-###-####' - '076-###-####' - '073-###-####' commerce: color: [vit, silver, grå, svart, röd, grön, blå, gul, lila, indigo, guld, brun, rosa, purpur, korall] department: ["Böcker", "Filmer", "Musik", "Spel", "Elektronik", "Datorer", "Hem", "Trädgård", "Verktyg", "Livsmedel", "Hälsa", "Skönhet", "Leksaker", "Klädsel", "Skor", "Smycken", "Sport"] product_name: adjective: [Liten, Ergonomisk, Robust, Intelligent, Söt, Otrolig, Fantastisk, Praktisk, Slimmad, Grym, Enorm, Mediokra, Synergistic, Tung, Lätt, Aerodynamisk, Tålig] material: [Stål, Metall, Trä, Betong, Plast, Bomull, Granit, Gummi, Latex, Läder, Silke, Ull, Linne, Marmor, Järn, Brons, Koppar, Aluminium, Papper] product: [Stol, Bil, Dator, Handskar, Pants, Shirt, Table, Shoes, Hat, Plate, Kniv, Flaska, Coat, Lampa, Tangentbord, Bag, Bänk, Klocka, Titta, Plånbok] team: suffix: [IF, FF, BK, HK, AIF, SK, FC, SK, BoIS, FK, BIS, FIF, IK] name: - "#{Address.city} #{suffix}" faker-1.9.1/lib/locales/tr.yml000066400000000000000000000027021332146201300161460ustar00rootroot00000000000000# encoding: utf-8 tr: faker: name: first_name: [Mehmet, Yiğit, Batuhan, Burak, İrem, Buse, Selim, Caner] last_name: [Davut, Sağdıç, Özdemir, Özkanlı, Ekkaldır, Zengel, Eren] prefix: [Sn., Av., Dr.] title: job: ['Müdür','Şef','Koordinatör', 'Ajan','Hacı','Başkan','Reyiz'] name: - "#{prefix} #{first_name} #{last_name}" - "#{first_name} #{last_name}" - "#{last_name} #{first_name}" internet: free_email: [gmail.com, hotmail.com.tr, yandex.com.tr] domain_suffix: [co, com, com.tr, net, org] safe_email: ['mesela.com'] phone_number: formats: ["90-###-###-####", "90.###.###.####", "90 ### ### ####", "90##########"] address: city_name: ['İstanbul', 'İzmir', 'Eskişehir', 'Şırnak', 'Edirne', 'Van' ] city: - "#{city_name}" country: [Afganistan, Amerika Birleşik Devletleri, Fransa, Hollanda, Belçika, Nepal, Hindistan, Kuala Lumpur, Rusya] default_country: [Turkey] book: title: ['Taht Oyunları', 'Maymunlar Gezegeni', 'Benim Adım Kırmızı', 'Uykuların Doğusu', 'Yılanların Öcü'] author: "#{Name.name}" publisher: ['Babıali Kültür Yayıncılığı', 'İletişim Yayınları', 'Turkuvaz Kitap', 'Kaynak Yayınları'] quote: ['Sabır acıdır, meyvesi tatlıdır', 'Dost kara günde belli olur', 'Çıkmayan candan umit kesilmez', 'Gözden uzak olan gönülden de uzak olur.'] faker-1.9.1/lib/locales/uk.yml000066400000000000000000001051451332146201300161450ustar00rootroot00000000000000uk: faker: separator: " та " address: country: [Австралія, Австрія, Азербайджан, Албанія, Алжир, Ангола, Андорра, Антигуа і Барбуда, Аргентина, Афганістан, Багамські Острови, Бангладеш, Барбадос, Бахрейн, Беліз, Бельгія, Бенін, Білорусь, Болгарія, Болівія, Боснія і Герцеговина, Ботсвана, Бразилія, Бруней, Буркіна-Фасо, Бурунді, Бутан, В’єтнам, Вануату, Ватикан, Велика Британія, Венесуела, Вірменія, Габон, Гаїті, Гайана, Гамбія, Гана, Гватемала, Гвінея, Гвінея-Бісау, Гондурас, Гренада, Греція, Грузія, Данія, Демократична Республіка Конго, Джибуті, Домініка, Домініканська Республіка, Еквадор, Екваторіальна Гвінея, Еритрея, Естонія, Ефіопія, Єгипет, Ємен, Замбія, Зімбабве, Ізраїль, Індія, Індонезія, Ірак, Іран, Ірландія, Ісландія, Іспанія, Італія, Йорданія, Кабо-Верде, Казахстан, Камбоджа, Камерун, Канада, Катар, Кенія, Киргизстан, Китай, Кіпр, Кірибаті, Колумбія, Коморські Острови, Конго, Коста-Рика, "Кот-д’Івуар", Куба, Кувейт, Лаос, Латвія, Лесото, Литва, Ліберія, Ліван, Лівія, Ліхтенштейн, Люксембург, Маврикій, Мавританія, Мадаґаскар, Македонія, Малаві, Малайзія, Малі, Мальдіви, Мальта, Марокко, Маршаллові Острови, Мексика, Мозамбік, Молдова, Монако, Монголія, Намібія, Науру, Непал, Нігер, Нігерія, Нідерланди, Нікарагуа, Німеччина, Нова Зеландія, Норвегія, "Об’єднані Арабські Емірати", Оман, Пакистан, Палау, Панама, Папуа-Нова Гвінея, Парагвай, Перу, Південна Корея, Південний Судан, Південно-Африканська Республіка, Північна Корея, Польща, Португалія, Російська Федерація, Руанда, Румунія, Сальвадор, Самоа, Сан-Марино, Сан-Томе і Принсіпі, Саудівська Аравія, Свазіленд, Сейшельські Острови, Сенеґал, Сент-Вінсент і Гренадини, Сент-Кітс і Невіс, Сент-Люсія, Сербія, Сирія, Сінгапур, Словаччина, Словенія, Соломонові Острови, Сомалі, Судан, Суринам, Східний Тимор, США, Сьєрра-Леоне, Таджикистан, Таїланд, Танзанія, Того, Тонга, Тринідад і Тобаго, Тувалу, Туніс, Туреччина, Туркменістан, Уганда, Угорщина, Узбекистан, Україна, Уругвай, Федеративні Штати Мікронезії, Фіджі, Філіппіни, Фінляндія, Франція, Хорватія, Центральноафриканська Республіка, Чад, Чехія, Чилі, Чорногорія, Швейцарія, Швеція, Шрі-Ланка, Ямайка, Японія] building_number: ['#', '##', '1##'] masculine_street_prefix: ['пр.', 'проспект', 'пров.', 'провулок'] feminine_street_prefix: ['вул.', 'вулиця', 'пл.', 'площа'] street_prefix: ['вул.', 'вулиця', 'пр.', 'проспект', 'пл.', 'площа', 'пров.', 'провулок'] street_suffix: "" secondary_address: ['кв. #', 'кв. ##', 'кв. ###'] postcode: ['#####'] state: [АР Крим, Вінницька область, Волинська область, Дніпропетровська область, Донецька область, Житомирська область, Закарпатська область, Запорізька область, Івано-Франківська область, Київська область, Кіровоградська область, Луганська область, Львівська область, Миколаївська область, Одеська область, Полтавська область, Рівненська область, Сумська область, Тернопільська область, Харківська область, Херсонська область, Хмельницька область, Черкаська область, Чернівецька область, Чернігівська область, Київ, Севастополь] state_abbr: "" street_title: [Зелена, Молодіжна, Городоцька, Стрийська, Вузька, Нижанківського, Староміська, Ліста, Вічева, Брюховичів, Винників, Рудного, Коліївщини] masculine_street_title: [Нижанківського, Ліста, Вічева, Рудного] feminine_street_title: [Зелена, Молодіжна, Городоцька, Стрийська, Вузька, Староміська] city_name: [Алчевськ, Артемівськ, Бердичів, Бердянськ, Біла Церква, Бровари, Вінниця, Горлівка, Дніпродзержинськ, Дніпропетровськ, Донецьк, Євпаторія, Єнакієве, Житомир, Запоріжжя, Івано-Франківськ, Ізмаїл, Кам’янець-Подільський, Керч, Київ, Кіровоград, Конотоп, Краматорськ, Красний Луч, Кременчук, Кривий Ріг, Лисичанськ, Луганськ, Луцьк, Львів, Макіївка, Маріуполь, Мелітополь, Миколаїв, Мукачеве, Нікополь, Одеса, Олександрія, Павлоград, Полтава, Рівне, Севастополь, Сєвєродонецьк, Сімферополь, Слов’янськ, Суми, Тернопіль, Ужгород, Умань, Харків, Херсон, Хмельницький, Черкаси, Чернівці, Чернігів, Шостка, Ялта] city_prefix: "" city_suffix: "" city: - "#{city_name}" street_name: - "#{feminine_street_prefix} #{feminine_street_title}" - "#{masculine_street_prefix} #{masculine_street_title}" street_address: - "#{street_name}, #{building_number}" default_country: [Україна] internet: free_email: [ukr.net, ex.ua, e-mail.ua, i.ua, meta.ua, yandex.ua, gmail.com] domain_suffix: [cherkassy.ua, cherkasy.ua, ck.ua, cn.ua, com.ua, crimea.ua, cv.ua, dn.ua, dnepropetrovsk.ua, dnipropetrovsk.ua, donetsk.ua, dp.ua, if.ua, in.ua, ivano-frankivsk.ua, kh.ua, kharkiv.ua, kharkov.ua, kherson.ua, khmelnitskiy.ua, kiev.ua, kirovograd.ua, km.ua, kr.ua, ks.ua, lg.ua, lt.ua, lugansk.ua, lutsk.ua, lutsk.net, lviv.ua, mk.ua, net.ua, nikolaev.ua, od.ua, odessa.ua, org.ua, pl.ua, pl.ua, poltava.ua, rovno.ua, rv.ua, sebastopol.ua, sm.ua, sumy.ua, te.ua, ternopil.ua, ua, uz.ua, uzhgorod.ua, vinnica.ua, vn.ua, volyn.net, volyn.ua, yalta.ua, zaporizhzhe.ua, zhitomir.ua, zp.ua, zt.ua, укр] name: male_first_name: &male_first_name [Августин, Аврелій, Адам, Адріян, Азарій, Алевтин, Альберт, Анастас, Анастасій, Анатолій, Андрій, Антін, Антон, Антоній, Аркадій, Арсен, Арсеній, Артем, Архип, Аскольд, Афанасій, Біломир, Білослав, Богдан, Божемир, Божен, Болеслав, Боримир, Боримисл, Борис, Борислав, Братимир, Братислав, Братомил, Братослав, Брячислав, Будимир, Буйтур, Буревіст, В’ячеслав, Вадим, Валентин, Валерій, Василь, Велемир, Віктор, Віталій, Влад, Владислав, Володимир, Володислав, Всевлад, Всеволод, Всеслав, Гаврило, Гарнослав, Геннадій, Георгій, Герасим, Гліб, Гнат, Гордій, Горимир, Горислав, Градимир, Григорій, Далемир, Данило, Дарій, Даромир, Денис, Дмитро, Добромир, Добромисл, Доброслав, Євген, Єремій, Захар, Захарій, Зборислав, Звенигор, Звенимир, Звенислав, Земислав, Зеновій, Зиновій, Злат, Златомир, Зоремир, Зореслав, Зорян, Іван, Ігор, Ізяслав, Ілля, Кий, Корнелій, Корнилій, Корнило, Корній, Костянтин, Кузьма, Лаврентій, Лаврін, Лад, Ладислав, Ладо, Ладомир, Левко, Листвич, Лук’ян, Любодар, Любозар, Любомир, Макар, Максим, Мар’ян, Маркіян, Марко, Матвій, Мечислав, Микита, Микола, Мирон, Мирослав, Михайло, Мстислав, Мусій, Назар, Назарій, Натан, Немир, Нестор, Олег, Олександр, Олексій, Олелько, Олесь, Омелян, Орест, Орхип, Остап, Охрім, Павло, Панас, Пантелеймон, Петро, Пилип, Подолян, Потап, Радим, Радимир, Ратибор, Ратимир, Родіон, Родослав, Роксолан, Роман, Ростислав, Руслан, Святополк, Святослав, Семибор, Сергій, Синьоок, Славолюб, Славомир, Славута, Сніжан, Сологуб, Станіслав, Степан, Стефаній, Стожар, Тарас, Тиміш, Тимофій, Тихон, Тур, Устим, Хвалимир, Хорив, Чорнота, Щастислав, Щек, Юліан, Юрій, Юхим, Ян, Ярема, Яровид, Яромил, Яромир, Ярополк, Ярослав] male_middle_name: [Адамович, Азарович, Алевтинович, Альбертович, Анастасович, Анатолійович, Андрійович, Антонович, Аркадійович, Арсенійович, Арсенович, Артемович, Архипович, Аскольдович, Афанасійович, Білославович, Богданович, Божемирович, Боженович, Болеславович, Боримирович, Борисович, Бориславович, Братиславович, В’ячеславович, Вадимович, Валентинович, Валерійович, Васильович, Вікторович, Віталійович, Владиславович, Володимирович, Всеволодович, Всеславович, Гаврилович, Герасимович, Георгійович, Гнатович, Гордійович, Григорійович, Данилович, Даромирович, Денисович, Дмитрович, Добромирович, Доброславович, Євгенович, Захарович, Захарійович, Збориславович, Звенимирович, Звениславович, Зеновійович, Зиновійович, Златомирович, Зореславович, Іванович, Ігорович, Ізяславович, Корнелійович, Корнилович, Корнійович, Костянтинович, Лаврентійович, Любомирович, Макарович, Максимович, Маркович, Маркіянович, Матвійович, Мечиславович, Микитович, Миколайович, Миронович, Мирославович, Михайлович, Мстиславович, Назарович, Назарійович, Натанович, Немирович, Несторович, Олегович, Олександрович, Олексійович, Олелькович, Омелянович, Орестович, Орхипович, Остапович, Охрімович, Павлович, Панасович, Пантелеймонович, Петрович, Пилипович, Радимирович, Радимович, Родіонович, Романович, Ростиславович, Русланович, Святославович, Сергійович, Славутович, Станіславович, Степанович, Стефанович, Тарасович, Тимофійович, Тихонович, Устимович, Юрійович, Юхимович, Ярославович] male_last_name: &male_last_name [Андрухович, Бабух, Балабан, Балабух, Балакун, Балицький, Бамбула, Бандера, Барановський, Бачей, Башук, Бердник, Білич, Бондаренко, Борецький, Боровський, Борочко, Боярчук, Брицький, Бурмило, Бутько, Василин, Василишин, Васильківський, Вергун, Вередун, Верещук, Витребенько, Вітряк, Волощук, Гайдук, Гайовий, Гайчук, Галаєнко, Галатей, Галаціон, Гаман, Гамула, Ганич, Гарай, Гарун, Гладківський, Гладух, Глинський, Гнатишин, Гойко, Головець, Горбач, Гордійчук, Горовий, Городоцький, Гречко, Григоришин, Гриневецький, Гриневський, Гришко, Громико, Данилишин, Данилко, Демків, Демчишин, Дзюб’як, Дзюба, Дідух, Дмитришин, Дмитрук, Довгалевський, Дурдинець, Євенко, Євпак, Ємець, Єрмак, Забіла, Зварич, Зінкевич, Зленко, Іванишин, Іванів, Іванців, Калач, Кандиба, Карпух, Каськів, Кивач, Коваленко, Ковальський, Коломієць, Коман, Компанієць, Кононець, Кордун, Корецький, Корнїйчук, Коров’як, Коцюбинський, Кулинич, Кульчицький, Лагойда, Лазірко, Лановий, Латаний, Латанський, Лахман, Левадовський, Ликович, Линдик, Ліхно, Лобачевський, Ломовий, Луговий, Луцький, Луцьків, Лученко, Лучко, Лютий, Лящук, Магера, Мазайло, Мазило, Мазун, Майборода, Майстренко, Маковецький, Малкович, Мамій, Маринич, Марієвський, Марків, Махно, Миклашевський, Миклухо, Милославський, Михайлюк, Міняйло, Могилевський, Москаль, Москалюк, Мотрієнко, Негода, Ногачевський, Опенько, Осадко, Павленко, Павлишин, Павлів, Пагутяк, Паламарчук, Палій, Паращук, Пасічник, Пендик, Петик, Петлюра, Петренко, Петрин, Петришин, Петрів, Плаксій, Погиба, Поліщук, Пономарів, Поривай, Поривайло, Потебенько, Потоцький, Пригода, Приймак, Притула, Прядун, Розпутній, Романишин, Романів, Ромей, Роменець, Ромочко, Савицький, Саєнко, Свидригайло, Семеночко, Семещук, Сердюк, Силецький, Сідлецький, Сідляк, Сірко, Скиба, Скоропадський, Слободян, Сосюра, Сплюх, Спотикач, Стахів, Степанець, Стецьків, Стигайло, Сторожук, Сторчак, Стоян, Сучак, Сушко, Тарасюк, Тиндарей, Ткаченко, Третяк, Троян, Трублаєвський, Трясило, Трясун, Уманець, Унич, Усич, Федоришин, Хитрово, Цимбалістий, Цушко, Червоній, Шамрило, Шевченко, Шестак, Шиндарей, Шиян, Шкараба, Шудрик, Шумило, Шупик, Шухевич, Щербак, Юрчишин, Юхно, Ющик, Ющук, Яворівський, Яловий, Ялюк, Янюк, Ярмак, Яцишин, Яцьків, Ящук] female_first_name: [Аврелія, Аврора, Агапія, Агата, Агафія, Агнеса, Агнія, Агрипина, Ада, Аделаїда, Аделіна, Адріана, Азалія, Алевтина, Аліна, Алла, Альбіна, Альвіна, Анастасія, Анастасія, Анатолія, Ангеліна, Анжела, Анна, Антонида, Антоніна, Антонія, Анфіса, Аполлінарія, Аполлонія, Аркадія, Артемія, Афанасія, Білослава, Біляна, Благовіста, Богдана, Богуслава, Божена, Болеслава, Борислава, Броніслава, В’ячеслава, Валентина, Валерія, Варвара, Василина, Вікторія, Вілена, Віленіна, Віліна, Віола, Віолетта, Віра, Віргінія, Віта, Віталіна, Влада, Владислава, Власта, Всеслава, Галина, Ганна, Гелена, Далеслава, Дана, Дарина, Дарислава, Діана, Діяна, Добринка, Добромила, Добромира, Добромисла, Доброслава, Долеслава, Доляна, Жанна, Жозефіна, Забава, Звенислава, Зінаїда, Злата, Зореслава, Зорина, Зоряна, Зоя, Іванна, Ілона, Інна, Іннеса, Ірина, Ірма, Калина, Каріна, Катерина, Квітка, Квітослава, Клавдія, Крентта, Ксенія, Купава, Лада, Лариса, Леся, Ликера, Лідія, Лілія, Любава, Любислава, Любов, Любомила, Любомира, Люборада, Любослава, Людмила, Людомила, Майя, Мальва, Мар’яна, Марина, Марічка, Марія, Марта, Меланія, Мечислава, Милодара, Милослава, Мирослава, Мілана, Мокрина, Мотря, Мстислава, Надія, Наталія, Неля, Немира, Ніна, Огняна, Оксана, Олександра, Олена, Олеся, Ольга, Ореста, Орина, Орислава, Орися, Оріяна, Павліна, Палажка, Пелагея, Пелагія, Поліна, Поляна, Потішана, Радміла, Радослава, Раїна, Раїса, Роксолана, Ромена, Ростислава, Руслана, Світлана, Святослава, Слава, Сміяна, Сніжана, Соломія, Соня, Софія, Станислава, Сюзана, Таїсія, Тамара, Тетяна, Устина, Фаїна, Февронія, Федора, Феодосія, Харитина, Христина, Христя, Юліанна, Юлія, Юстина, Юхима, Юхимія, Яна, Ярина, Ярослава] female_middle_name: [Адамівна, Азарівна, Алевтинівна, Альбертівна, Анастасівна, Анатоліївна, Андріївна, Антонівна, Аркадіївна, Арсенівна, Арсеніївна, Артемівна, Архипівна, Аскольдівна, Афанасіївна, Білославівна, Богданівна, Божемирівна, Боженівна, Болеславівна, Боримирівна, Борисівна, Бориславівна, Братиславівна, В’ячеславівна, Вадимівна, Валентинівна, Валеріївна, Василівна, Вікторівна, Віталіївна, Владиславівна, Володимирівна, Всеволодівна, Всеславівна, Гаврилівна, Гарасимівна, Георгіївна, Гнатівна, Гордіївна, Григоріївна, Данилівна, Даромирівна, Денисівна, Дмитрівна, Добромирівна, Доброславівна, Євгенівна, Захарівна, Захаріївна, Збориславівна, Звенимирівна, Звениславівна, Зеновіївна, Зиновіївна, Златомирівна, Зореславівна, Іванівна, Ігорівна, Ізяславівна, Корнеліївна, Корнилівна, Корніївна, Костянтинівна, Лаврентіївна, Любомирівна, Макарівна, Максимівна, Марківна, Маркіянівна, Матвіївна, Мечиславівна, Микитівна, Миколаївна, Миронівна, Мирославівна, Михайлівна, Мстиславівна, Назарівна, Назаріївна, Натанівна, Немирівна, Несторівна, Олегівна, Олександрівна, Олексіївна, Олельківна, Омелянівна, Орестівна, Орхипівна, Остапівна, Охрімівна, Павлівна, Панасівна, Пантелеймонівна, Петрівна, Пилипівна, Радимирівна, Радимівна, Родіонівна, Романівна, Ростиславівна, Русланівна, Святославівна, Сергіївна, Славутівна, Станіславівна, Степанівна, Стефаніївна, Тарасівна, Тимофіївна, Тихонівна, Устимівна, Юріївна, Юхимівна, Ярославівна] female_last_name: [Андрухович, Бабух, Балабан, Балабуха, Балакун, Балицька, Бамбула, Бандера, Барановська, Бачей, Башук, Бердник, Білич, Бондаренко, Борецька, Боровська, Борочко, Боярчук, Брицька, Бурмило, Бутько, Василишина, Васильківська, Вергун, Вередун, Верещук, Витребенько, Вітряк, Волощук, Гайдук, Гайова, Гайчук, Галаєнко, Галатей, Галаціон, Гаман, Гамула, Ганич, Гарай, Гарун, Гладківська, Гладух, Глинська, Гнатишина, Гойко, Головець, Горбач, Гордійчук, Горова, Городоцька, Гречко, Григоришина, Гриневецька, Гриневська, Гришко, Громико, Данилишина, Данилко, Демків, Демчишина, Дзюб’як, Дзюба, Дідух, Дмитришина, Дмитрук, Довгалевська, Дурдинець, Євенко, Євпак, Ємець, Єрмак, Забіла, Зварич, Зінкевич, Зленко, Іванишина, Калач, Кандиба, Карпух, Кивач, Коваленко, Ковальська, Коломієць, Коман, Компанієць, Кононець, Кордун, Корецька, Корнїйчук, Коров’як, Коцюбинська, Кулинич, Кульчицька, Лагойда, Лазірко, Ланова, Латан, Латанська, Лахман, Левадовська, Ликович, Линдик, Ліхно, Лобачевська, Ломова, Лугова, Луцька, Луцьків, Лученко, Лучко, Люта, Лящук, Магера, Мазайло, Мазило, Мазун, Майборода, Майстренко, Маковецька, Малкович, Мамій, Маринич, Марієвська, Марків, Махно, Миклашевська, Миклухо, Милославська, Михайлюк, Міняйло, Могилевська, Москаль, Москалюк, Мотрієнко, Негода, Ногачевська, Опенько, Осадко, Павленко, Павлишина, Павлів, Пагутяк, Паламарчук, Палій, Паращук, Пасічник, Пендик, Петик, Петлюра, Петренко, Петрина, Петришина, Петрів, Плаксій, Погиба, Поліщук, Пономарів, Поривай, Поривайло, Потебенько, Потоцька, Пригода, Приймак, Притула, Прядун, Розпутня, Романишина, Ромей, Роменець, Ромочко, Савицька, Саєнко, Свидригайло, Семеночко, Семещук, Сердюк, Силецька, Сідлецька, Сідляк, Сірко, Скиба, Скоропадська, Слободян, Сосюра, Сплюха, Спотикач, Степанець, Стигайло, Сторожук, Сторчак, Стоян, Сучак, Сушко, Тарасюк, Тиндарей, Ткаченко, Третяк, Троян, Трублаєвська, Трясило, Трясун, Уманець, Унич, Усич, Федоришина, Цушко, Червоній, Шамрило, Шевченко, Шестак, Шиндарей, Шиян, Шкараба, Шудрик, Шумило, Шупик, Шухевич, Щербак, Юрчишина, Юхно, Ющик, Ющук, Яворівська, Ялова, Ялюк, Янюк, Ярмак, Яцишина, Яцьків, Ящук] first_name: *male_first_name last_name: *male_last_name name: - "#{male_first_name} #{male_last_name}" - "#{male_last_name} #{male_first_name}" - "#{male_first_name} #{male_middle_name} #{male_last_name}" - "#{male_last_name} #{male_first_name} #{male_middle_name}" - "#{female_first_name} #{female_last_name}" - "#{female_last_name} #{female_first_name}" - "#{female_first_name} #{female_middle_name} #{female_last_name}" - "#{female_last_name} #{female_first_name} #{female_middle_name}" phone_number: formats: ['(044) ###-##-##', '(050) ###-##-##', '(063) ###-##-##', '(066) ###-##-##', '(073) ###-##-##', '(091) ###-##-##', '(092) ###-##-##', '(093) ###-##-##', '(094) ###-##-##', '(095) ###-##-##', '(096) ###-##-##', '(097) ###-##-##', '(098) ###-##-##', '(099) ###-##-##'] cell_phone: formats: ['(044) ###-##-##', '(050) ###-##-##', '(063) ###-##-##', '(066) ###-##-##', '(073) ###-##-##', '(091) ###-##-##', '(092) ###-##-##', '(093) ###-##-##', '(094) ###-##-##', '(095) ###-##-##', '(096) ###-##-##', '(097) ###-##-##', '(098) ###-##-##', '(099) ###-##-##'] commerce: color: [абрикосовий, аквамариновий, амарантовий, аметистовий, багряний, багряний, баклажановий, барвінковий, бежевий, блаватний, блакитний, блакитно-зелений, блакитно-фіолетовий, блідо-брунатний, блідо-волошковий, блідо-карміновий, блідо-каштановий, блідо-пурпурний, блідо-пісочний, блідо-рожевий, болотний, бронзовий, брунатний, брунатно-малиновий, бузковий, бурий, бурштиновий, білий, бірюзовий, бірюзовий, волошковий, гарбузовий, голубий, гірчичний, джинсовий, жовтий, жовто-зелений, жовто-коричневий, жовто-персиковий, зелений, зеленувато-блакитний, золотаво-березовий, золотий, золотисто-каштановий, каштановий, кобальтовий, кораловий, кремовий, кукурудзяний, лазуровий, лазурово-синій, латунний, лимонний, лимонно-кремовий, ліловий, малахітовий, малиновий, морквяний, мідний, м’ятний, небесно-блакитний, нефритовий, ніжно-блакитний, ніжно-рожевий, оливковий, опівнічно-синій, оранжево-рожевий, пастельно-зелений, пастельно-рожевий, персиковий, помаранчевий, помаранчево-персиковий, пурпурний, пшеничний, рожевий, рожево-ліловий, салатовий, сапфіровий, світло-синій, сиваво-зелений, синьо-фіолетовий, синій, сливовий, смарагдовий, срібний, сірий, темно-брунатний, темно-бірюзовий, темно-зелений, темно-золотий, темно-карміновий, темно-каштановий, темно-кораловий, темно-лососевий, темно-мандариновий, темно-оливковий, темно-персиковий, темно-рожевий, темно-синій, темно-фіолетовий, фіолетовий, червоний, червоно-коричневий, червоно-пурпурний, чорний, шафрановий, шоколадний, яскраво-бурштиновий, яскраво-бірюзовий, яскраво-зелений, яскраво-рожевий, яскраво-фіолетовий, ясно-брунатний, ясно-вишневий] department: ["Книги", "Фільми", "Музика", "Ігри", "Електроніка", "Комп’ютери", "Дім", "Садові інструменти", "Бакалія", "Здоров’я", "Краса", "Іграшки", "Для дітей", "Для немовлят", "Одяг", "Взуття", "Прикраси", "Спорт", "Туризм", "Для автомобілів", "Промислові інструменти"] product_name: adjective: [маленький, ергономічний, грубий, інтелектуальний, прекрасний, неймовірний, фантастичний, практичний, блискучий, вражаючий, величезний, важкий, легкий, аеродинамічний, міцний] material: [стальний, дерев’яний, бетонний, пластиковий, бавовняний, гранітний, гумовий, шкіряний, шовковий, шерстяний, мармуровий, бронзовий, мідний, алюмінієвий, паперовий] product: [стілець, автомобіль, комп’ютер, берет, кулон, стіл, светр, ремінь, ніж, піджак, годинник, гаманець, планшет, телефон, телевізор, стіл, холодильник, радіатор, молоток, унітаз, диван] company: prefix: [ТОВ, ПАТ, ПрАТ, ТДВ, КТ, ПТ, ДП, ФОП] suffix: [постач, торг, пром, трейд, збут] product: [вапняк, камінь, цемент, бурштин, пісок, метал, мазут, бітум, цегла, скло, дерево] name: - "#{prefix} #{Name.female_first_name}" - "#{prefix} #{Name.male_first_name}" - "#{prefix} #{Name.male_last_name}" - "#{prefix} #{Address.city_name}#{product}#{suffix}" - "#{prefix} #{Address.city_name}#{suffix}" music: instruments: ['Електрична гітара', 'Акустична гітара', 'Флейта', 'Труба', 'Кларнет', 'Віолончель', 'Арфа', 'Ксилофон', 'Гармоніка', 'Аккордеон', 'Орган', 'Піаніно', 'Укулеле', 'Саксофон', 'Барабан', 'Скрипка', 'Бас-гітара'] artist: names: ["Пабло Пікассо", "Поль Сезанн", "Густав Клімт", "Клод Моне", "Марсель Дюшан", "Анрі Матісс", "Джексон Поллок", "Енді Уорхол", "Віллем де Кунінг", "Пієт Мондріан", "Поль Гоген", "Френсіс Бекон", "Роберт Раушенберг", "Жорж Брак", "Василь Кандинський", "Костянтин Бранкузі", "Казимир Малевич", "Джаспер Джонс", "Фрида Кало", "Мартін Кіппенбергер", "Вільям Бугро", "Сандро Ботічеллі", "Ежен Делакруа", "Іван Айвазовський", "Сальвадор Далі", "Рембрант ван Рейн", "Мікеланджело", "Ілля Рєпін", "Петер Пауль Рубенс", "Вінсент Ван Гог", "Рафаель Санті", "Леонардо да Вінчі"] yoda: quotes: ["Зброю свою забери! Я тобі не бажаю зла!", "Діри? Слизької? Дім мій це!", "Сила — спільник мій, і спільник могутній. Життя її створює, вирощує", "Готовий ти? Що знаєш про готовність ти?", "Відповідальність велику несе джедай, розум мати повинен", "За ним довго спостерігав я", "Що б він не робив, розум його завжди не з ним, не у вчинках його", "Джедаю речі непотрібні ці", "Вирішити повинен ти, як їм допомогти краще"]faker-1.9.1/lib/locales/vi.yml000066400000000000000000000125031332146201300161370ustar00rootroot00000000000000# encoding: UTF-8 vi: faker: address: city_root: ["Bắc Giang", "Bắc Kạn", "Bắc Ninh", "Cao Bằng", "Điện Biên", "Hà Giang", "Hà Nam", "Hà Tây", "Hải Dương", "TP Hải Phòng", "Hòa Bình", "Hưng Yên", "Lai Châu", "Lào Cai", "Lạng Sơn", "Nam Định", "Ninh Bình", "Phú Thọ", "Quảng Ninh", "Sơn La", "Thái Bình", "Thái Nguyên", "Tuyên Quang", "Vĩnh Phúc", "Yên Bái", "TP Đà Nẵng", "Bình Định", "Đắk Lắk", "Đắk Nông", "Gia Lai", "Hà Tĩnh", "Khánh Hòa", "Kon Tum", "Nghệ An", "Phú Yên", "Quảng Bình", "Quảng Nam", "Quảng Ngãi", "Quảng Trị", "Thanh Hóa", "Thừa Thiên Huế", "TP TP. Hồ Chí Minh", "An Giang", "Bà Rịa Vũng Tàu", "Bạc Liêu", "Bến Tre", "Bình Dương", "Bình Phước", "Bình Thuận", "Cà Mau", "TP Cần Thơ", "Đồng Nai", "Đồng Tháp", "Hậu Giang", "Kiên Giang", "Lâm Đồng", "Long An", "Ninh Thuận", "Sóc Trăng", "Tây Ninh", "Tiền Giang", "Trà Vinh", "Vĩnh Long"] city: - "#{city_root}" postcode: /[A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}/ county: ["Avon", "Bedfordshire", "Berkshire", "Borders", "Buckinghamshire", "Cambridgeshire", "Central", "Cheshire", "Cleveland", "Clwyd", "Cornwall", "County Antrim", "County Armagh", "County Down", "County Fermanagh", "County Londonderry", "County Tyrone", "Cumbria", "Derbyshire", "Devon", "Dorset", "Dumfries and Galloway", "Durham", "Dyfed", "East Sussex", "Essex", "Fife", "Gloucestershire", "Grampian", "Greater Manchester", "Gwent", "Gwynedd County", "Hampshire", "Herefordshire", "Hertfordshire", "Highlands and Islands", "Humberside", "Isle of Wight", "Kent", "Lancashire", "Leicestershire", "Lincolnshire", "Lothian", "Merseyside", "Mid Glamorgan", "Norfolk", "North Yorkshire", "Northamptonshire", "Northumberland", "Nottinghamshire", "Oxfordshire", "Powys", "Rutland", "Shropshire", "Somerset", "South Glamorgan", "South Yorkshire", "Staffordshire", "Strathclyde", "Suffolk", "Surrey", "Tayside", "Tyne and Wear", "Việt Nam", "Warwickshire", "West Glamorgan", "West Midlands", "West Sussex", "West Yorkshire", "Wiltshire", "Worcestershire"] default_country: ["Việt Nam"] internet: domain_suffix: [com, net, info, vn, com.vn] phone_number: formats: ['01#### #####', '01### ######', '01#1 ### ####', '011# ### ####', '02# #### ####', '03## ### ####', '055 #### ####', '056 #### ####', '0800 ### ####', '08## ### ####', '09## ### ####', '016977 ####', '01### #####', '0500 ######', '0800 ######'] cell_phone: formats: ['074## ######', '075## ######', '076## ######', '077## ######', '078## ######', '079## ######'] name: first_name: ["Phạm", "Nguyễn", "Trần", "Lê", "Lý", "Hoàng", "Phan", "Vũ", "Tăng", "Đặng", "Bùi", "Đỗ", "Hồ", "Ngô", "Dương", "Đào", "Đoàn", "Vương", "Trịnh", "Đinh", "Lâm", "Phùng", "Mai", "Tô", "Trương", "Hà"] last_name: ["Nam", "Trung", "Thanh", "Thị", "Văn", "Dương", "Tăng", "Quốc", "Như", "Phạm", "Nguyễn", "Trần", "Lê", "Lý", "Hoàng", "Phan", "Vũ", "Tăng", "Đặng", "Bùi", "Đỗ", "Hồ", "Ngô", "Dương", "Đào", "Đoàn", "Vương", "Trịnh", "Đinh", "Lâm", "Phùng", "Mai", "Tô", "Trương", "Hà", "Vinh", "Nhung", "Hòa", "Tiến", "Tâm", "Bửu", "Loan", "Hiền", "Hải", "Vân", "Kha", "Minh", "Nhân", "Triệu", "Tuân", "Hữu", "Đức", "Phú", "Khoa", "Thắgn", "Sơn", "Dung", "Tú", "Trinh", "Thảo", "Sa", "Kim", "Long", "Thi", "Cường", "Ngọc", "Sinh", "Khang", "Phong", "Thắm", "Thu", "Thủy", "Nhàn"] name: - "#{first_name} #{last_name}" - "#{first_name} #{last_name} #{last_name}" - "#{first_name} #{last_name} #{last_name} #{last_name}" company: prefix: ["Công ty", "Cty TNHH", "Cty", "Cửa hàng", "Trung tâm", "Chi nhánh"] name: - "#{prefix} #{Name.last_name}" lorem: words: ["đã", "đang", "ừ", "ờ", "á", "không", "biết", "gì", "hết", "đâu", "nha", "thế", "thì", "là", "đánh", "đá", "đập", "phá", "viết", "vẽ", "tô", "thuê", "mướn", "mượn", "mua", "một", "hai", "ba", "bốn", "năm", "sáu", "bảy", "tám", "chín", "mười", "thôi", "việc", "nghỉ", "làm", "nhà", "cửa", "xe", "đạp", "ác", "độc", "khoảng", "khoan", "thuyền", "tàu", "bè", "lầu", "xanh", "đỏ", "tím", "vàng", "kim", "chỉ", "khâu", "may", "vá", "em", "anh", "yêu", "thương", "thích", "con", "cái", "bàn", "ghế", "tủ", "quần", "áo", "nón", "dép", "giày", "lỗi", "được", "ghét", "giết", "chết", "hết", "tôi", "bạn", "tui", "trời", "trăng", "mây", "gió", "máy", "hàng", "hóa", "leo", "núi", "bơi", "biển", "chìm", "xuồng", "nước", "ngọt", "ruộng", "đồng", "quê", "hương"] faker-1.9.1/lib/locales/zh-CN.yml000066400000000000000000000073651332146201300164520ustar00rootroot00000000000000# coding: utf-8 zh-CN: faker: address: city_prefix: [长, 上, 南, 西, 北, 诸, 宁, 珠, 武, 衡, 成, 福, 厦, 贵, 吉, 海, 太, 济, 安, 吉, 包] city_suffix: [沙市, 京市, 宁市, 安市, 乡县, 海市, 码市, 汉市, 阳市, 都市, 州市, 门市, 阳市, 口市, 原市, 南市, 徽市, 林市, 头市] building_number: ['#####', '####', '###', '##', '#'] street_suffix: [巷, 街, 路, 桥, 侬, 旁, 中心, 栋] postcode: ['######'] state: [北京市, 上海市, 天津市, 重庆市, 黑龙江省, 吉林省, 辽宁省, 内蒙古, 河北省, 新疆, 甘肃省, 青海省, 陕西省, 宁夏, 河南省, 山东省, 山西省, 安徽省, 湖北省, 湖南省, 江苏省, 四川省, 贵州省, 云南省, 广西省, 西藏, 浙江省, 江西省, 广东省, 福建省, 海南省, 香港, 澳门] state_abbr: [京, 沪, 津, 渝, 黑, 吉, 辽, 蒙, 冀, 新, 甘, 青, 陕, 宁, 豫, 鲁, 晋, 皖, 鄂, 湘, 苏, 川, 黔, 滇, 桂, 藏, 浙, 赣, 粤, 闽, 琼, 港, 澳] city: - "#{city_prefix}#{city_suffix}" street_name: - "#{Name.last_name}#{street_suffix}" street_address: - "#{street_name}#{building_number}号" default_country: [中国] name: last_name: [王, 李, 张, 刘, 陈, 杨, 黄, 吴, 赵, 周, 徐, 孙, 马, 朱, 胡, 林, 郭, 何, 高, 罗, 郑, 梁, 谢, 宋, 唐, 许, 邓, 冯, 韩, 曹, 曾, 彭, 萧, 蔡, 潘, 田, 董, 袁, 于, 余, 叶, 蒋, 杜, 苏, 魏, 程, 吕, 丁, 沈, 任, 姚, 卢, 傅, 钟, 姜, 崔, 谭, 廖, 范, 汪, 陆, 金, 石, 戴, 贾, 韦, 夏, 邱, 方, 侯, 邹, 熊, 孟, 秦, 白, 江, 阎, 薛, 尹, 段, 雷, 黎, 史, 龙, 陶, 贺, 顾, 毛, 郝, 龚, 邵, 万, 钱, 严, 赖, 覃, 洪, 武, 莫, 孔] first_name: [绍齐, 博文, 梓晨, 胤祥, 瑞霖, 明哲, 天翊, 凯瑞, 健雄, 耀杰, 潇然, 子涵, 越彬, 钰轩, 智辉, 致远, 俊驰, 雨泽, 烨磊, 晟睿, 文昊, 修洁, 黎昕, 远航, 旭尧, 鸿涛, 伟祺, 荣轩, 越泽, 浩宇, 瑾瑜, 皓轩, 擎苍, 擎宇, 志泽, 子轩, 睿渊, 弘文, 哲瀚, 雨泽, 楷瑞, 建辉, 晋鹏, 天磊, 绍辉, 泽洋, 鑫磊, 鹏煊, 昊强, 伟宸, 博超, 君浩, 子骞, 鹏涛, 炎彬, 鹤轩, 越彬, 风华, 靖琪, 明辉, 伟诚, 明轩, 健柏, 修杰, 志泽, 弘文, 峻熙, 嘉懿, 煜城, 懿轩, 烨伟, 苑博, 伟泽, 熠彤, 鸿煊, 博涛, 烨霖, 烨华, 煜祺, 智宸, 正豪, 昊然, 明杰, 立诚, 立轩, 立辉, 峻熙, 弘文, 熠彤, 鸿煊, 烨霖, 哲瀚, 鑫鹏, 昊天, 思聪, 展鹏, 笑愚, 志强, 炫明, 雪松, 思源, 智渊, 思淼, 晓啸, 天宇, 浩然, 文轩, 鹭洋, 振家, 乐驹, 晓博, 文博, 昊焱, 立果, 金鑫, 锦程, 嘉熙, 鹏飞, 子默, 思远, 浩轩, 语堂, 聪健, 明, 文, 果, 思, 鹏, 驰, 涛, 琪, 浩, 航, 彬] name: - "#{last_name}#{first_name}" phone_number: formats: ['###-########', '####-########', '###########'] cell_phone: formats: - '13#########' - '145########' - '147########' - '150########' - '151########' - '152########' - '153########' - '155########' - '156########' - '157########' - '158########' - '159########' - '170########' - '171########' - '172########' - '173########' - '175########' - '176########' - '177########' - '178########' - '18#########' university: prefix: ["东", "南", "西", "北", "东南", "东北", "西南", "西北", "中国"] suffix: ["理工大学", "技术大学", "艺术大学", "体育大学", "经贸大学", "农业大学", "科技大学", "大学"] name: - "#{University.prefix}#{University.suffix}" faker-1.9.1/lib/locales/zh-TW.yml000066400000000000000000000153241332146201300164760ustar00rootroot00000000000000# coding: utf-8 zh-TW: faker: address: city_prefix: [新, 竹, 竹, 新, 關, 峨, 寶, 北, 橫, 芎, 湖, 新, 尖, 五, 苗, 苗, 通, 苑, 竹, 頭, 後, 卓, 西, 頭, 公, 銅, 三, 造, 三, 南, 大, 獅, 泰, 彰, 彰, 員, 和, 鹿, 溪, 二, 田, 北, 花, 芬, 大, 永, 伸, 線, 福, 秀, 埔, 埔, 大, 芳, 竹, 社, 二, 田, 埤, 溪, 南, 南, 埔, 草, 竹, 集, 名, 鹿, 中, 魚, 國, 水, 信, 仁, 雲, 斗, 斗, 虎, 西, 土, 北, 莿, 林, 古, 大, 崙, 二, 麥, 臺, 東, 褒, 四, 口, 水, 元, 嘉, 太, 朴, 布, 大, 民, 溪, 新, 六, 東, 義, 鹿, 水, 中, 竹, 梅, 番, 大, 阿, 屏, 屏, 潮, 東, 恆, 萬, 長, 麟, 九, 里, 鹽, 高, 萬, 內, 竹, 新, 枋, 新, 崁, 林, 南, 佳, 琉, 車, 滿, 枋, 霧, 瑪, 泰, 來, 春, 獅, 牡, 三, 宜, 宜, 羅, 蘇, 頭, 礁, 壯, 員, 冬, 五, 三, 大, 南, 花, 花, 鳳, 玉, 新, 吉, 壽, 秀, 光, 豐, 瑞, 萬, 富, 卓, 臺, 臺, 成, 關, 長, 海, 池, 東, 鹿, 延, 卑, 金, 大, 達, 綠, 蘭, 太, 澎, 馬, 湖, 白, 西, 望, 七, 金, 金, 金, 金, 金, 烈, 烏, 連, 南, 北, 莒, 東] city_suffix: [竹縣, 北市, 東鎮, 埔鎮, 西鎮, 眉鄉, 山鄉, 埔鄉, 山鄉, 林鄉, 口鄉, 豐鄉, 石鄉, 峰鄉, 栗縣, 栗市, 霄鎮, 裡鎮, 南鎮, 份鎮, 龍鎮, 蘭鎮, 湖鄉, 屋鄉, 館鄉, 鑼鄉, 義鄉, 橋鄉, 灣鄉, 庄鄉, 湖鄉, 潭鄉, 安鄉, 化縣, 化市, 林鎮, 美鎮, 港鎮, 湖鎮, 林鎮, 中鎮, 斗鎮, 壇鄉, 園鄉, 村鄉, 靖鄉, 港鄉, 西鄉, 興鄉, 水鄉, 心鄉, 鹽鄉, 城鄉, 苑鄉, 塘鄉, 頭鄉, 水鄉, 尾鄉, 頭鄉, 州鄉, 投縣, 投市, 里鎮, 屯鎮, 山鎮, 集鎮, 間鄉, 谷鄉, 寮鄉, 池鄉, 姓鄉, 里鄉, 義鄉, 愛鄉, 林縣, 六市, 南鎮, 尾鎮, 螺鎮, 庫鎮, 港鎮, 桐鄉, 內鄉, 坑鄉, 埤鄉, 背鄉, 崙鄉, 寮鄉, 西鄉, 勢鄉, 忠鄉, 湖鄉, 湖鄉, 林鄉, 長鄉, 義縣, 保市, 子市, 袋鎮, 林鎮, 雄鄉, 口鄉, 港鄉, 腳鄉, 石鄉, 竹鄉, 草鄉, 上鄉, 埔鄉, 崎鄉, 山鄉, 路鄉, 埔鄉, 里山鄉, 東縣, 東市, 州鎮, 港鎮, 春鎮, 丹鄉, 治鄉, 洛鄉, 如鄉, 港鄉, 埔鄉, 樹鄉, 巒鄉, 埔鄉, 田鄉, 埤鄉, 寮鄉, 園鄉, 頂鄉, 邊鄉, 州鄉, 冬鄉, 球鄉, 城鄉, 州鄉, 山鄉, 台鄉, 家鄉, 武鄉, 義鄉, 日鄉, 子鄉, 丹鄉, 地門鄉, 蘭縣, 蘭市, 東鎮, 澳鎮, 城鎮, 溪鄉, 圍鄉, 山鄉, 山鄉, 結鄉, 星鄉, 同鄉, 澳鄉, 蓮縣, 蓮市, 林鎮, 里鎮, 城鄉, 安鄉, 豐鄉, 林鄉, 復鄉, 濱鄉, 穗鄉, 榮鄉, 里鄉, 溪鄉, 東縣, 東市, 功鎮, 山鎮, 濱鄉, 端鄉, 上鄉, 河鄉, 野鄉, 平鄉, 南鄉, 峰鄉, 武鄉, 仁鄉, 島鄉, 嶼鄉, 麻里鄉, 湖縣, 公市, 西鄉, 沙鄉, 嶼鄉, 安鄉, 美鄉, 門縣, 城鎮, 湖鎮, 沙鎮, 寧鄉, 嶼鄉, 坵鄉, 江縣, 竿鄉, 竿鄉, 光鄉, 引鄉] building_number: ['###', '##', '#'] street_suffix: [大道, 路, 街, 巷, 弄, 衖] postcode: ['#####'] state: [臺北市, 新北市, 桃園市, 臺中市, 臺南市, 高雄市, 基隆市, 新竹市, 嘉義市, 新竹縣, 竹北市, 苗栗縣, 苗栗市, 彰化縣, 彰化市, 南投縣, 南投市, 雲林縣, 斗六市, 嘉義縣, 太保市, 屏東縣, 屏東市, 宜蘭縣, 宜蘭市, 臺東縣, 臺東市, 澎湖縣, 金門縣, 連江縣] state_abbr: [北, 桃, 竹, 苗, 中, 彰, 雲, 嘉, 南, 高, 屏, 東, 花, 宜, 基] city: - "#{city_prefix}#{city_suffix}" street_name: - "#{Name.last_name}#{street_suffix}" street_address: - "#{street_name} #{building_number} 號" default_country: [台灣] name: last_name: [趙, 錢, 孫, 李, 周, 吳, 鄭, 王, 馮, 陳, 褚, 衛, 蔣, 沈, 韓, 楊, 朱, 秦, 尤, 許, 何, 呂, 施, 張, 孔, 曹, 嚴, 華, 金, 魏, 陶, 薑, 戚, 謝, 鄒, 喻, 柏, 水, 竇, 章, 雲, 蘇, 潘, 葛, 奚, 範, 彭, 郎, 魯, 韋, 昌, 馬, 苗, 鳳, 花, 方, 俞, 任, 袁, 柳, 酆, 鮑, 史, 唐, 費, 廉, 岑, 薛, 雷, 賀, 倪, 湯, 滕, 殷, 羅, 畢, 郝, 鄔, 安, 常, 樂, 於, 時, 傅, 皮, 卞, 齊, 康, 伍, 餘, 元, 蔔, 顧, 孟, 平, 黃, 和, 穆, 蕭, 尹, 姚, 邵, 湛, 汪, 祁, 毛, 禹, 狄, 米, 貝, 明, 臧, 計, 伏, 成, 戴, 談, 宋, 茅, 龐, 熊, 紀, 舒, 屈, 項, 祝, 董, 梁, 杜, 阮, 藍, 閔, 席, 季, 麻, 強, 賈, 路, 婁, 危, 江, 童, 顏, 郭, 梅, 盛, 林, 刁, 鍾, 徐, 邱, 駱, 高, 夏, 蔡, 田, 樊, 胡, 淩, 霍, 虞, 萬, 支, 柯, 昝, 管, 盧, 莫, 柯, 房, 裘, 繆, 幹, 解, 應, 宗, 丁, 宣, 賁, 鄧, 鬱, 單, 杭, 洪, 包, 諸, 左, 石, 崔, 吉, 鈕, 龔, 程, 嵇, 邢, 滑, 裴, 陸, 榮, 翁, 荀, 羊, 于, 惠, 甄, 曲, 家, 封, 芮, 羿, 儲, 靳, 汲, 邴, 糜, 松, 井, 段, 富, 巫, 烏, 焦, 巴, 弓, 牧, 隗, 山, 穀, 車, 侯, 宓, 蓬, 全, 郗, 班, 仰, 秋, 仲, 伊, 宮, 甯, 仇, 欒, 暴, 甘, 鈄, 曆, 戎, 祖, 武, 符, 劉, 景, 詹, 束, 龍, 葉, 幸, 司, 韶, 郜, 黎, 薊, 溥, 印, 宿, 白, 懷, 蒲, 邰, 從, 鄂, 索, 鹹, 籍, 賴, 卓, 藺, 屠, 蒙, 池, 喬, 陽, 鬱, 胥, 能, 蒼, 雙, 聞, 莘, 党, 翟, 譚, 貢, 勞, 逄, 姬, 申, 扶, 堵, 冉, 宰, 酈, 雍, 卻, 璩, 桑, 桂, 濮, 牛, 壽, 通, 邊, 扈, 燕, 冀, 浦, 尚, 農, 溫, 別, 莊, 晏, 柴, 瞿, 閻, 充, 慕, 連, 茹, 習, 宦, 艾, 魚, 容, 向, 古, 易, 慎, 戈, 廖, 庾, 終, 暨, 居, 衡, 步, 都, 耿, 滿, 弘, 匡, 國, 文, 寇, 廣, 祿, 闕, 東, 歐, 殳, 沃, 利, 蔚, 越, 夔, 隆, 師, 鞏, 厙, 聶, 晁, 勾, 敖, 融, 冷, 訾, 辛, 闞, 那, 簡, 饒, 空, 曾, 毋, 沙, 乜, 養, 鞠, 須, 豐, 巢, 關, 蒯, 相, 查, 後, 荊, 紅, 遊, 竺, 權, 逮, 盍, 益, 桓, 公, 萬俟, 司馬, 上官, 歐陽, 夏侯, 諸葛, 聞人, 東方, 赫連, 皇甫, 尉遲, 公羊, 澹台, 公冶, 宗政, 濮陽, 淳于, 單於, 太叔, 申屠, 公孫, 仲孫, 軒轅, 令狐, 徐離, 宇文, 長孫, 慕容, 司徒, 司空] first_name: [怡君, 欣怡, 雅雯, 心怡, 志豪, 雅婷, 雅惠, 家豪, 雅玲, 靜怡, 志偉, 俊宏, 建宏, 佩君, 怡婷, 淑芬, 靜宜, 俊傑, 怡如, 家銘, 佳玲, 慧君, 怡伶, 雅芳, 宗翰, 志宏, 淑娟, 信宏, 志強, 淑婷, 佩珊, 佳慧, 佳蓉, 佳穎, 淑惠, 智偉, 欣儀, 嘉玲, 雅慧, 惠雯, 玉婷, 惠如, 惠君, 宜芳, 惠婷, 淑華, 志明, 雅芬, 家榮, 俊賢, 俊豪, 慧玲, 嘉宏, 佩芬, 佳樺, 雅琪, 淑萍, 淑君, 婉婷, 佳琪, 韻如, 詩婷, 建良, 芳儀, 宜君, 佩蓉, 志銘, 雅鈴, 建文, 佩玲, 鈺婷, 雅萍, 立偉, 文傑, 慧如, 淑慧, 佳宏, 志遠, 靜儀, 惠玲, 淑玲, 美君, 怡慧, 千慧, 馨儀, 嘉慧, 家瑋, 美慧, 美玲, 建志, 宗憲, 筱婷, 靜雯, 雅君, 彥廷, 怡靜, 玉玲, 郁婷, 俊男] name: - "#{last_name}#{first_name}" phone_number: formats: ['###-########', '####-########', '###########'] faker-1.9.1/script/000077500000000000000000000000001332146201300141115ustar00rootroot00000000000000faker-1.9.1/script/destroy000077500000000000000000000005541332146201300155340ustar00rootroot00000000000000#!/usr/bin/env ruby APP_ROOT = File.join(File.dirname(__FILE__), '..') begin require 'rubigen' rescue LoadError require 'rubygems' require 'rubigen' end require 'rubigen/scripts/destroy' ARGV.shift if ['--help', '-h'].include?(ARGV[0]) RubiGen::Base.use_component_sources! %i[rubygems newgem newgem_theme test_unit] RubiGen::Scripts::Destroy.new.run(ARGV) faker-1.9.1/script/generate000077500000000000000000000005561332146201300156370ustar00rootroot00000000000000#!/usr/bin/env ruby APP_ROOT = File.join(File.dirname(__FILE__), '..') begin require 'rubigen' rescue LoadError require 'rubygems' require 'rubigen' end require 'rubigen/scripts/generate' ARGV.shift if ['--help', '-h'].include?(ARGV[0]) RubiGen::Base.use_component_sources! %i[rubygems newgem newgem_theme test_unit] RubiGen::Scripts::Generate.new.run(ARGV) faker-1.9.1/script/txt2html000077500000000000000000000036131332146201300156300ustar00rootroot00000000000000#!/usr/bin/env ruby require 'rubygems' begin require 'newgem' rescue LoadError puts "\n\nGenerating the website requires the newgem RubyGem" puts "Install: gem install newgem\n\n" exit(1) end require 'redcloth' require 'syntax/convertors/html' require 'erb' require File.dirname(__FILE__) + '/../lib/faker/version.rb' version = Faker::VERSION download = 'http://rubyforge.org/projects/faker' class Fixnum def ordinal # teens return 'th' if (10..19).cover?(self % 100) # others case self % 10 when 1 return 'st' when 2 return 'nd' when 3 return 'rd' end 'th' end end class Time def pretty "#{mday}#{mday.ordinal} #{strftime('%B')} #{year}" end end def convert_syntax(syntax, source) Syntax::Convertors::HTML.for_syntax(syntax).convert(source).gsub(%r{^
|
$}, '') end if ARGV.length >= 1 src, template = ARGV template ||= File.join(File.dirname(__FILE__), '/../website/template.rhtml') else puts("Usage: #{File.split($PROGRAM_NAME).last} source.txt [template.rhtml] > output.html") exit! end template = ERB.new(File.open(template).read) title = nil body = nil File.open(src) do |fsrc| title_text = fsrc.readline body_text = fsrc.read syntax_items = [] body_text.gsub!(%r{<(pre|code)[^>]*?syntax=['"]([^'"]+)[^>]*>(.*?)}m) do ident = syntax_items.length element = Regexp.last_match(1) syntax = Regexp.last_match(2) source = Regexp.last_match(3) syntax_items << "<#{element} class='syntax'>#{convert_syntax(syntax, source)}" "syntax-temp-#{ident}" end title = RedCloth.new(title_text).to_html.gsub(/<.*?>/, '').strip body = RedCloth.new(body_text).to_html body.gsub!(%r{(?:
)?syntax-temp-(\d+)(?:
)?}) { syntax_items[Regexp.last_match(1).to_i] } end stat = File.stat(src) created = stat.ctime modified = stat.mtime $stdout << template.result(binding) faker-1.9.1/tasks/000077500000000000000000000000001332146201300137325ustar00rootroot00000000000000faker-1.9.1/tasks/test.rake000066400000000000000000000002551332146201300155570ustar00rootroot00000000000000require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' t.libs << '.' t.test_files = FileList['test/test*.rb'] t.warning = true end task default: :test faker-1.9.1/tasks/website.rake000066400000000000000000000010221332146201300162330ustar00rootroot00000000000000desc 'Generate website files' task :website_generate do (Dir['website/**/*.txt'] - Dir['website/version*.txt']).each do |txt| sh %( ./script/txt2html #{txt} > #{txt.gsub(/txt$/, 'html')} ) end end desc 'Upload website files to rubyforge' task :website_upload do remote_dir = '/var/www/gforge-projects/faker/' local_dir = 'website' sh %(rsync -acCv #{local_dir}/ #{ENV['USER']}@rubyforge.org:#{remote_dir}) end desc 'Generate and upload website files' task website: %i[website_generate website_upload publish_docs] faker-1.9.1/test/000077500000000000000000000000001332146201300135645ustar00rootroot00000000000000faker-1.9.1/test/test_array_sample_method_compat.rb000066400000000000000000000030141332146201300225300ustar00rootroot00000000000000require_relative 'test_helper' # when these tests are run under Ruby 1.8.7, they will use the # self-defined Array#sample method in lib/extensions/array and will test whether it # behaves as the built-in Array#sample method from Ruby 1.9 or greater. # Under Ruby 1.9, they simply use the built-in Array#sample method class TestArraySampleMethodCompatibility < Test::Unit::TestCase def test_returns_nil_or_empty_array_with_empty_source source = [] result = source.sample assert result.nil? result = source.sample(1) assert_equal result, [] end def test_returns_one_array_elem_without_param source = %w[foo bar] result = source.sample assert source.include? result end def test_returns_empty_array_with_param_zero source = %w[foo bar] result = source.sample(0) assert_equal result, [] end def test_returns_an_array_with_integer_param source = %w[foo bar baz] result = source.sample(2) assert result.is_a? Array assert result.length == 2 assert((result - source).empty?) end def test_returns_source_array_with_integer_param_equal_or_bigger_than_source_length source = %w[foo bar] result = source.sample(2) assert result.is_a? Array assert((source.sort <=> result.sort).zero?) result = source.sample(3) assert result.is_a? Array assert((source.sort <=> result.sort).zero?) end def test_raises_argument_error_with_negative_param source = %w[foo bar] assert_raise ArgumentError do source.sample(-1) end end end faker-1.9.1/test/test_avatar.rb000066400000000000000000000023421332146201300164270ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerAvatar < Test::Unit::TestCase def setup @tester = Faker::Avatar end def test_avatar assert !@tester.image.match(%r{https:\/\/robohash\.org\/(.+)\.png})[1].nil? end def test_avatar_with_param assert @tester.image('faker').match(%r{https:\/\/robohash\.org\/(.+)\.png})[1] == 'faker' end def test_avatar_with_correct_size assert @tester.image('faker', '150x320').match(%r{https:\/\/robohash\.org\/faker\.png\?size=(.+)&.*})[1] == '150x320' end def test_avatar_with_incorrect_size assert_raise ArgumentError do @tester.image(nil, '150x320z') end end def test_avatar_with_supported_format assert @tester.image('faker', '300x300', 'jpg').match(%r{https:\/\/robohash\.org\/faker\.jpg}) end def test_avatar_with_incorrect_format assert_raise ArgumentError do @tester.image(nil, '300x300', 'wrong_format') end end def test_avatar_with_set assert @tester.image('faker', '300x300', 'jpg', 'set2').match(%r{https:\/\/robohash\.org\/faker\.jpg.*set=set2}) end def test_avatar_with_bgset assert @tester.image('faker', '300x300', 'jpg', 'set1', 'bg1').match(%r{https:\/\/robohash\.org\/faker\.jpg.*bgset=bg1}) end end faker-1.9.1/test/test_bg_locale.rb000066400000000000000000000026321332146201300170620ustar00rootroot00000000000000require_relative 'test_helper' class TestBgLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'bg' end def teardown Faker::Config.locale = nil end def test_bg_methods assert Faker::Address.country.is_a? String assert Faker::Address.building_number.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.street_title.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_title.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Name.male_first_name.is_a? String assert Faker::Name.male_middle_name.is_a? String assert Faker::Name.male_last_name.is_a? String assert Faker::Name.female_first_name.is_a? String assert Faker::Name.female_middle_name.is_a? String assert Faker::Name.female_middle_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String end def test_cell_number_starts_wiht_08 mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '08', mobile[0] + mobile[1] end def test_ru_default_country assert_equal 'България', Faker::Address.default_country end end faker-1.9.1/test/test_ca_cat_locale.rb000066400000000000000000000020251332146201300177000ustar00rootroot00000000000000require_relative 'test_helper' class TestCaCatLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'ca-CAT' end def teardown Faker::Config.locale = nil end def test_ca_methods assert Faker::Address.city.is_a? String assert Faker::Address.country.is_a? String assert Faker::Address.building_number.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.province.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.default_country.is_a? String end def test_phone_numbers_start_with_9 mobile = Faker::PhoneNumber.phone_number.gsub(/\D/, '') assert_equal '9', mobile[0] end def test_cell_numbers_start_with_6 mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '6', mobile[0] end end faker-1.9.1/test/test_ca_locale.rb000066400000000000000000000011161332146201300170510ustar00rootroot00000000000000require_relative 'test_helper' class TestCaLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'ca' end def teardown Faker::Config.locale = nil end def test_ca_methods assert Faker::Name.female_first_name.is_a? String assert Faker::Name.female_prefix.is_a? String assert Faker::Name.male_first_name.is_a? String assert Faker::Name.male_prefix.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::Color.name.is_a? String end end faker-1.9.1/test/test_country_code.rb000066400000000000000000000007111332146201300176440ustar00rootroot00000000000000require_relative 'test_helper' class TestCountryCode < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en' end def teardown Faker::Config.locale = @previous_locale end def test_country_code_expected_length assert_equal(2, Faker::Address.country_code.length) end def test_country_code_long_expected_length assert_equal(3, Faker::Address.country_code_long.length) end end faker-1.9.1/test/test_da_dk_locale.rb000066400000000000000000000017661332146201300175430ustar00rootroot00000000000000require_relative 'test_helper' class TestDaDkLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'da-DK' end def teardown Faker::Config.locale = nil end def test_da_dk_names assert Faker::Name.name.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.country.is_a? String assert Faker::Address.state.is_a? String end def test_da_dk_phone_number assert_match(/(20)|(30)|(40)[\d\s]+$/, Faker::PhoneNumber.cell_phone) assert_match(/(\d\d[\s\-]?){4}$/, Faker::PhoneNumber.phone_number) end def test_da_dk_postal_code assert_match(/[\d]{4}$/, Faker::Address.postcode) end def test_da_dk_building_number assert_match(/[\d]{1,3}$/, Faker::Address.building_number) end end faker-1.9.1/test/test_de_at_locale.rb000066400000000000000000000017371332146201300175530ustar00rootroot00000000000000require_relative 'test_helper' class TestDeAtLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'de-AT' end def teardown Faker::Config.locale = nil end def test_de_at_methods assert Faker::Address.country.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.street_root.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String assert Faker::Name.nobility_title_prefix.is_a? String assert Faker::Name.name.is_a? String end def test_at_default_country assert_equal('Österreich', Faker::Address.default_country) end end faker-1.9.1/test/test_de_ch_locale.rb000066400000000000000000000007251332146201300175350ustar00rootroot00000000000000require_relative 'test_helper' class TestDeChLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'de-CH' end def teardown Faker::Config.locale = nil end def test_de_ch_methods assert Faker::Address.country_code.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.domain_suffix.is_a? String end end faker-1.9.1/test/test_de_locale.rb000066400000000000000000000042061332146201300170610ustar00rootroot00000000000000require_relative 'test_helper' class TestDeLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'de' end def teardown Faker::Config.locale = nil end def test_de_methods assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.country.is_a? String assert Faker::Address.street_root.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.legal_form.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Lorem.words.is_a? Array assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String assert Faker::Name.nobility_title_prefix.is_a? String assert Faker::Name.name.is_a? String assert Faker::Book.title.is_a? String assert Faker::Book.author.is_a? String assert Faker::Book.publisher.is_a? String assert Faker::Food.ingredient.is_a? String assert Faker::Food.spice.is_a? String assert Faker::Food.measurement.is_a? String assert Faker::Music.instrument.is_a? String assert Faker::Pokemon.name.is_a? String assert Faker::Space.planet.is_a? String assert Faker::Space.moon.is_a? String assert Faker::Space.nebula.is_a? String assert Faker::Space.star_cluster.is_a? String assert Faker::Space.constellation.is_a? String assert Faker::Space.agency.is_a? String assert Faker::Space.galaxy.is_a? String assert Faker::Space.star.is_a? String assert Faker::Space.distance_measurement.is_a? String end def test_de_cell_phone_countrycode mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '4', mobile[0] assert_equal '9', mobile[1] end end faker-1.9.1/test/test_determinism.rb000066400000000000000000000030261332146201300174710ustar00rootroot00000000000000require_relative 'test_helper' # rubocop:disable Security/Eval,Style/EvalWithLocation class TestDeterminism < Test::Unit::TestCase def setup @all_methods = all_methods.freeze @first_run = [] end def test_determinism Faker::Config.random = Random.new(42) @all_methods.each_index do |index| store_result @all_methods[index] end @first_run.freeze Faker::Config.random = Random.new(42) @all_methods.each_index do |index| assert deterministic_random? @first_run[index], @all_methods[index] end end private def deterministic_random?(first, method_name) second = eval(method_name) (first == second) || raise( "#{method_name} has an entropy leak; use \"Faker::Config.random.rand\" or \"Array#sample(random: Faker::Config.random)\". Method to lookup for: sample, shuffle, rand" ) end def store_result(method_name) @first_run << eval(method_name) rescue StandardError => exception raise %(#{method_name} raised "#{exception}") end def all_methods subclasses.map do |subclass| subclass_methods(subclass).flatten end.flatten.sort end def subclasses Faker.constants.delete_if do |subclass| %i[Base Bank Char Config Date Internet Time VERSION].include?(subclass) end.sort end def subclass_methods(subclass) eval("Faker::#{subclass}.public_methods(false) - Faker::Base.public_methods(false)").sort.map do |method| "Faker::#{subclass}.#{method}" end.sort end end # rubocop:enable Security/Eval,Style/EvalWithLocation faker-1.9.1/test/test_ee_locale.rb000066400000000000000000000037421332146201300170660ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestEeLocale < Test::Unit::TestCase def setup @phone_prefixes = %w[32 33 35 38 39 43 44 45 46 47 48 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 79 88].sort @cell_prefixes = %w[5 8].sort @previous_locale = Faker::Config.locale Faker::Config.locale = :ee end def teardown Faker::Config.locale = @previous_locale end def test_ee_phone_number omit "I'm failing. Please fix me!" prefixes = (0..999).map { Faker::PhoneNumber.phone_number[0, 2] }.uniq.sort assert_equal @phone_prefixes, prefixes end def test_ee_cell_phone prefixes = (0..999).map { Faker::PhoneNumber.cell_phone[0] }.uniq.sort assert_equal @cell_prefixes, prefixes end def test_ee_address_methods assert Faker::Address.state.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.building_number.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String end def test_ee_company_methods assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzwords.is_a? Array assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String end def test_ee_internet_methods assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String end def test_ee_invoice_methods assert Faker::Invoice.creditor_reference.is_a? String assert Faker::Invoice.reference.is_a? String assert Faker::Invoice.reference('4106453482608858924').is_a? String end def test_ee_name_methods assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String assert Faker::Name.title.is_a? String end end faker-1.9.1/test/test_en_au_locale.rb000066400000000000000000000015671332146201300175670ustar00rootroot00000000000000require_relative 'test_helper' class TestEnAuLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'en-AU' end def teardown Faker::Config.locale = nil end def test_au_methods_with_en_au_locale assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.default_country.is_a? String end def test_en_au_default_country assert_equal 'Australia', Faker::Address.default_country end def test_aussie_mobiles_start_with_04 mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '0', mobile[0] assert_equal '4', mobile[1] end end faker-1.9.1/test/test_en_au_ocker_locale.rb000066400000000000000000000012321332146201300207370ustar00rootroot00000000000000require_relative 'test_helper' class TestEnAuOckerLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'en-au-ocker' end def teardown Faker::Config.locale = nil end def test_au_ocker_methods_with_en_au_ocker_locale assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.ocker_first_name.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.city.is_a? String end def test_aussie_mobiles_start_with_04 mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '0', mobile[0] assert_equal '4', mobile[1] end end faker-1.9.1/test/test_en_ca_locale.rb000066400000000000000000000035131332146201300175360ustar00rootroot00000000000000require_relative 'test_helper' class TestEnCaLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-CA' end def teardown Faker::Config.locale = @previous_locale end def test_ca_phone_methods_return_nil_for_nil_locale Faker::Config.locale = nil assert_nil Faker::PhoneNumber.area_code assert_nil Faker::PhoneNumber.exchange_code end def test_subscriber_number_method assert Faker::PhoneNumber.subscriber_number.is_a? String assert_equal Faker::PhoneNumber.subscriber_number.length, 4 assert_equal Faker::PhoneNumber.subscriber_number(10).length, 10 assert_equal Faker::PhoneNumber.method(:extension), Faker::PhoneNumber.method(:subscriber_number) end def test_ca_phone_methods_with_en_ca_locale assert Faker::PhoneNumber.area_code.is_a? String assert Faker::PhoneNumber.area_code.to_i.is_a? Integer assert_equal Faker::PhoneNumber.area_code.length, 3 assert Faker::PhoneNumber.exchange_code.is_a? String assert Faker::PhoneNumber.exchange_code.to_i.is_a? Integer assert_equal Faker::PhoneNumber.exchange_code.length, 3 end def test_validity_of_phone_method_output # got the following regex from http://stackoverflow.com/a/123666/1210055 as an expression of the NANP standard. ca_number_validation_regex = /^(?:(?:\+?1\s*(?:[.-]\s*)?)?(?:\(\s*([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9])\s*\)|([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]))\s*(?:[.-]\s*)?)?([2-9]1[02-9]|[2-9][02-9]1|[2-9][02-9]{2})\s*(?:[.-]\s*)?([0-9]{4})(?:\s*(?:#|x\.?|ext\.?|extension)\s*(\d+))?$/ assert_match(ca_number_validation_regex, Faker::PhoneNumber.phone_number) end def test_ca_postcode expected = /[A-VX-Y][0-9][A-CEJ-NPR-TV-Z] ?[0-9][A-CEJ-NPR-TV-Z][0-9]/ assert_match(expected, Faker::Address.postcode) end end faker-1.9.1/test/test_en_gb_locale.rb000066400000000000000000000026541332146201300175500ustar00rootroot00000000000000require_relative 'test_helper' class TestEnGbLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-GB' end def teardown Faker::Config.locale = @previous_locale end def test_en_gb_methods assert Faker::Address.county.is_a? String assert Faker::Address.uk_country.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Internet.domain_suffix.is_a? String end def test_gb_phone_starts_with_zero phone = Faker::PhoneNumber.phone_number.gsub(/\D/, '') assert_equal '0', phone[0] end def test_gb_cell_phone_starts_with_zero mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '0', mobile[0] end def test_gb_postcode_has_outcode_and_incode postcode = Faker::Address.postcode assert_equal 2, postcode.split(' ').length end def test_gb_postcode_incode_is_valid # The letters C I K M O V are not used in the second part of the Postcode. incode = Faker::Address.postcode.split(' ')[1] assert_match(/\d[ABDEFGHJLNPQRSTUWXYZ]{2}/, incode) end def test_gb_postcode_outcode_is_valid outcode = Faker::Address.postcode.split(' ')[0] assert_includes(2..4, outcode.length) assert_match(/\w{1,2}\d{1,2}\w?/, outcode) assert_match(/^[A-PR-UWYZ][A-HK-Y0-9]/, outcode) assert_match(/\w{1,2}\d{1,2}|\w\d[ABCDEFGHJKPSTUW]|\w\w\d[ABEHMNPRVWXY]/, outcode) end end faker-1.9.1/test/test_en_ind_locale.rb000066400000000000000000000015221332146201300177230ustar00rootroot00000000000000require_relative 'test_helper' class TestEnIndLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-IND' end def teardown Faker::Config.locale = @previous_locale end def test_en_ind_methods assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Company.suffix.is_a? String end def test_en_ind_postal_code assert_match(/[\d]{6}$/, Faker::Address.postcode) end def test_en_ind_city assert_match(/(\w+\.? ?){2,3}/, Faker::Address.city) end end faker-1.9.1/test/test_en_locale.rb000066400000000000000000000037471332146201300171040ustar00rootroot00000000000000require_relative 'test_helper' class TestEnLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'en' end def teardown Faker::Config.locale = nil end def test_us_states_only_include_states assert_equal I18n.translate('faker.address.state'), ['Alabama', 'Alaska', 'Arizona', 'Arkansas', 'California', 'Colorado', 'Connecticut', 'Delaware', 'Florida', 'Georgia', 'Hawaii', 'Idaho', 'Illinois', 'Indiana', 'Iowa', 'Kansas', 'Kentucky', 'Louisiana', 'Maine', 'Maryland', 'Massachusetts', 'Michigan', 'Minnesota', 'Mississippi', 'Missouri', 'Montana', 'Nebraska', 'Nevada', 'New Hampshire', 'New Jersey', 'New Mexico', 'New York', 'North Carolina', 'North Dakota', 'Ohio', 'Oklahoma', 'Oregon', 'Pennsylvania', 'Rhode Island', 'South Carolina', 'South Dakota', 'Tennessee', 'Texas', 'Utah', 'Vermont', 'Virginia', 'Washington', 'West Virginia', 'Wisconsin', 'Wyoming'] assert_equal I18n.translate('faker.address.state_abbr'), %w[AL AK AZ AR CA CO CT DE FL GA HI ID IL IN IA KS KY LA ME MD MA MI MN MS MO MT NE NV NH NJ NM NY NC ND OH OK OR PA RI SC SD TN TX UT VT VA WA WV WI WY] end def test_us_zip_codes expected = /\d{5}(\-\d{4})?/ assert_match(expected, Faker::Address.zip_code) end def test_valid_id_number id_num = Faker::IDNumber.valid assert(Faker::IDNumber::INVALID_SSN.none? { |regex| id_num =~ regex }) end def test_invalid_id_number id_num = Faker::IDNumber.invalid assert(Faker::IDNumber::INVALID_SSN.any? { |regex| id_num =~ regex }) end def test_values_trimmed en_file = YAML.load_file('lib/locales/en.yml') check_hash(en_file) end def check_hash(hash) hash.each { |key, value| check_value(value) unless key == 'separator' } end def check_value(value) if value.is_a?(Hash) check_hash(value) elsif value.is_a?(Array) check_array(value) else assert_nil(value.strip!) unless value.nil? end end def check_array(array) array.each { |value| check_value(value) } end end faker-1.9.1/test/test_en_ms_locale.rb000066400000000000000000000025131332146201300175710ustar00rootroot00000000000000require_relative 'test_helper' class TestEnMsLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-MS' end def teardown Faker::Config.locale = @previous_locale end def test_en_ms_methods assert Faker::Name.prefix.is_a? String assert Faker::Name.malay_male_first_name.is_a? String assert Faker::Name.malay_female_first_name.is_a? String assert Faker::Name.chinese_male_first_name.is_a? String assert Faker::Name.chinese_male_last_name.is_a? String assert Faker::Name.chinese_female_first_name.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.province.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.building_number.is_a? String assert Faker::Address.street_prefix.is_a? String assert Faker::Address.street_title.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String assert Faker::Bank.name.is_a? String end def test_en_ms_default_country assert_equal('Malaysia', Faker::Address.default_country) end end faker-1.9.1/test/test_en_nep_locale.rb000066400000000000000000000016261332146201300177400ustar00rootroot00000000000000require_relative 'test_helper' class TestEnNepLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'nep' end def teardown Faker::Config.locale = nil end def test_en_nep_methods assert Faker::Name.male_first_name.is_a? String assert Faker::Name.female_first_name.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.middle_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::Address.default_time_zone.is_a? String assert Faker::Address.default_country_code.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Company.suffix.is_a? String end end faker-1.9.1/test/test_en_ng_locale.rb000066400000000000000000000020071332146201300175540ustar00rootroot00000000000000require_relative 'test_helper' class TestEnNgLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-NG' end def teardown Faker::Config.locale = @previous_locale end def test_au_methods_with_en_au_locale assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.default_country.is_a? String end def test_ng_is_default_country assert_equal 'Nigeria', Faker::Address.default_country end def test_regions_with_en_ng_locale assert Faker::Address.region.is_a? String end def test_ng_phonenumber_is_11_digits phone_number = Faker::PhoneNumber.phone_number assert_equal 11, phone_number.length end def test_ng_phonenumber_starts_with_0 phone_number = Faker::PhoneNumber.phone_number assert_equal '0', phone_number[0] end end faker-1.9.1/test/test_en_nz_locale.rb000066400000000000000000000021371332146201300176030ustar00rootroot00000000000000require_relative 'test_helper' class TestEnNzLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'en-NZ' end def teardown Faker::Config.locale = nil end def test_nz_methods_with_en_nz_locale assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.city.is_a? String end def test_nz_cellphones_start_with_02 cellphone = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_equal '0', cellphone[0] assert_equal '2', cellphone[1] end def test_nz_is_default_country assert_equal 'New Zealand', Faker::Address.default_country end def test_regions_with_en_nz_locale assert Faker::Address.region.is_a? String assert Faker::Address.region_abbr.is_a? String end def test_team_sport_with_en_nz_locale assert Faker::Team.sport.is_a? String end def test_team_names_with_en_nz_locale assert Faker::Team.name.is_a? String end def test_university_names_with_en_nz_locale assert Faker::University.name.is_a? String end end faker-1.9.1/test/test_en_pak_locale.rb000066400000000000000000000013671332146201300177330ustar00rootroot00000000000000require_relative 'test_helper' class TestEnPakLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-PAK' end def teardown Faker::Config.locale = @previous_locale end def test_en_pak_methods assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Company.suffix.is_a? String end def test_en_pak_default_country assert_match(/\A(Pakistan|Islamic Republic of Pakistan)\z/, Faker::Address.default_country) end end faker-1.9.1/test/test_en_sg_locale.rb000066400000000000000000000012561332146201300175660ustar00rootroot00000000000000require_relative 'test_helper' class TestEnSgLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-SG' end def teardown Faker::Config.locale = @previous_locale end def test_en_sg_methods assert Faker::Name.male_first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.female_first_name.is_a? String assert Faker::Name.male_english_name.is_a? String assert Faker::Name.female_english_name.is_a? String assert Faker::Address.streets.is_a? String end def test_en_sg_default_country assert_equal('Singapore', Faker::Address.default_country) end end faker-1.9.1/test/test_en_ug_locale.rb000066400000000000000000000012011332146201300175560ustar00rootroot00000000000000require_relative 'test_helper' class TestEnUgLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'en-UG' end def teardown Faker::Config.locale = @previous_locale end def test_validity_of_phone_number validation_regex = /^((0)|(256)|(\+256))((39)|(41))\d{7}$/ assert_match(validation_regex, Faker::PhoneNumber.phone_number.delete(' ')) end def test_validity_of_cell_phone validation_regex = /^((0)|(256)|(\+256))((70)|(71)|(72)|(74)|(75)|(77)|(78)|(79))\d{7}$/ assert_match(validation_regex, Faker::PhoneNumber.cell_phone.delete(' ')) end end faker-1.9.1/test/test_en_us_locale.rb000066400000000000000000000057221332146201300176060ustar00rootroot00000000000000require_relative 'test_helper' class TestEnUsLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'en-US' end def teardown Faker::Config.locale = nil end def test_us_phone_methods_return_nil_for_nil_locale Faker::Config.locale = nil assert_nil Faker::PhoneNumber.area_code assert_nil Faker::PhoneNumber.exchange_code end def test_subscriber_number_method assert Faker::PhoneNumber.subscriber_number.is_a? String assert_equal Faker::PhoneNumber.subscriber_number.length, 4 assert_equal Faker::PhoneNumber.subscriber_number(10).length, 10 assert_equal Faker::PhoneNumber.method(:extension), Faker::PhoneNumber.method(:subscriber_number) end def test_us_phone_methods_with_en_us_locale assert Faker::PhoneNumber.area_code.is_a? String assert Faker::PhoneNumber.area_code.to_i.is_a? Integer assert_equal Faker::PhoneNumber.area_code.length, 3 assert Faker::PhoneNumber.exchange_code.is_a? String assert Faker::PhoneNumber.exchange_code.to_i.is_a? Integer assert_equal Faker::PhoneNumber.exchange_code.length, 3 end def test_validity_of_phone_method_output # got the following regex from http://stackoverflow.com/a/123666/1210055 as an expression of the NANP standard. us_number_validation_regex = /^(?:(?:\+?1\s*(?:[.-]\s*)?)?(?:\(\s*([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9])\s*\)|([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]))\s*(?:[.-]\s*)?)?([2-9]1[02-9]|[2-9][02-9]1|[2-9][02-9]{2})\s*(?:[.-]\s*)?([0-9]{4})(?:\s*(?:#|x\.?|ext\.?|extension)\s*(\d+))?$/ assert_match(us_number_validation_regex, Faker::PhoneNumber.phone_number) end def test_us_invalid_state_raises_exception assert_raise(I18n::MissingTranslationData) { Faker::Address.zip_code('NA') } end def test_us_zip_codes_match_state state_abbr = 'AZ' expected = /^850\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) # disjointed ranges for these states # http://www.fincen.gov/forms/files/us_state_territory_zip_codes.pdf state_abbr = 'AR' expected = /^717\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) state_abbr = 'GA' expected = /^301\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) state_abbr = 'MA' expected = /^026\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) state_abbr = 'NY' expected = /^122\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) state_abbr = 'TX' expected = /^798\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) state_abbr = 'VA' expected = /^222\d\d$/ assert_match(expected, Faker::Address.zip_code(state_abbr)) end def test_valid_id_number id_num = Faker::IDNumber.valid assert(Faker::IDNumber::INVALID_SSN.none? { |regex| id_num =~ regex }) end def test_invalid_id_number id_num = Faker::IDNumber.invalid assert(Faker::IDNumber::INVALID_SSN.any? { |regex| id_num =~ regex }) end end faker-1.9.1/test/test_es_locale.rb000066400000000000000000000020761332146201300171030ustar00rootroot00000000000000require_relative 'test_helper' LoadedEsYaml = %w[en es].each_with_object({}) do |locale, h| h[locale] = YAML.load_file(File.expand_path(File.dirname(__FILE__) + "/../lib/locales/#{locale}.yml"))[locale]['faker'] end class TestEsLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'es' end def teardown Faker::Config.locale = nil end def test_locale_separate_from_i18n I18n.locale = :en assert Faker::Address.street_name.match(//) end def test_configured_locale_translation assert_equal Faker::Base.translate('faker.address.city_prefix').first, LoadedEsYaml['es']['address']['city_prefix'].first end def test_locale_override_when_calling_translate assert_equal Faker::Base.translate('faker.separator', locale: :en), LoadedEsYaml['en']['separator'] end def test_translation_fallback assert_nil LoadedEsYaml['es']['company']['bs'] assert_not_nil LoadedEsYaml['es']['address']['city_prefix'] assert_equal Faker::Base.translate('faker.address.city_prefix'), LoadedEsYaml['es']['address']['city_prefix'] end end faker-1.9.1/test/test_es_mx_locale.rb000066400000000000000000000031331332146201300176020ustar00rootroot00000000000000require_relative 'test_helper' class TestEsMxLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'es-MX' end def teardown Faker::Config.locale = nil end def test_es_mx_address assert Faker::Address.street_prefix.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.building_number.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String end def test_es_mx_address_city assert Faker::Address.city_prefix.empty? assert Faker::Address.city_suffix.empty? assert Faker::Address.city.is_a?(String) assert Faker::Address.city(with_state: true).is_a?(String) assert Faker::Address.city(with_state: true).split(', ').count == 2 end def test_es_mx_address_secondary assert Faker::Address.secondary_address.is_a? String end def test_es_mx_phone_number assert Faker::PhoneNumber.phone_number.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String end def test_es_mx_methods assert Faker::Company.suffix.is_a? String assert Faker::Company.prefix.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::University.suffix.is_a? String assert Faker::University.prefix.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String assert Faker::Name.name.is_a? String end end faker-1.9.1/test/test_fa_locale.rb000066400000000000000000000005321332146201300170550ustar00rootroot00000000000000require_relative 'test_helper' class TestFaLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'fa' end def teardown Faker::Config.locale = nil end def test_fa_methods assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String end end faker-1.9.1/test/test_faker.rb000066400000000000000000000061111332146201300162370ustar00rootroot00000000000000require_relative 'test_helper' module Faker class TestFake def self.a_class_method 'called a_class_method' end end end class TestFaker < Test::Unit::TestCase def setup; end def test_numerify 100.times do assert Faker::Base.numerify('###').match(/[1-9]\d{2}/) end end def test_letterify assert Faker::Base.letterify('???').match(/[A-Z]{3}/) end def test_regexify { 'uk post code' => /^([A-PR-UWYZ0-9][A-HK-Y0-9][AEHMNPRTVXY0-9]?[ABEHMNPRVWXY0-9]? {1,2}[0-9][ABD-HJLN-UW-Z]{2}|GIR 0AA)$/, 'us phone' => /^(1-?)[2-8][0-1][0-9]-\d{3}-\d{4}$/ }.each do |label, re| 10.times do assert re.match(result = Faker::Base.regexify(re)), "#{result} is not a match for #{label}" end end end def test_deterministic_numerify Faker::Config.random = Random.new(42) v = Faker::Base.numerify('###') Faker::Config.random = Random.new(42) assert v == Faker::Base.numerify('###') end def test_deterministic_regexify re = /^(1-?)[2-8][0-1][0-9]-\d{3}-\d{4}$/ Faker::Config.random = Random.new(42) v = Faker::Base.regexify(re) Faker::Config.random = Random.new(42) assert v == Faker::Base.regexify(re) end def test_deterministic_letterify Faker::Config.random = Random.new(42) v = Faker::Base.letterify('???') Faker::Config.random = Random.new(42) assert v == Faker::Base.letterify('???') end def test_deterministic_fetch Faker::Config.random = Random.new(42) v = Faker::Base.fetch('name.first_name') Faker::Config.random = Random.new(42) assert v == Faker::Base.fetch('name.first_name') end def test_deterministic_rand_in_range Faker::Config.random = Random.new(42) v = Faker::Base.rand_in_range(0, 1000) Faker::Config.random = Random.new(42) assert v == Faker::Base.rand_in_range(0, 1000) end def test_parse data = { faker: { simple: { lookup: 'a value' }, class: { call_method: "\#{TestFake.a_class_method}", use_translation: "\#{TestFake.use_i18n}" }, test_fake: { use_i18n: 'used i18n for translation' } } } I18n.backend.store_translations(Faker::Config.locale, data) assert_equal(Faker::Base.parse('simple.lookup'), 'a value') assert_equal(Faker::Base.parse('class.call_method'), 'called a_class_method') assert_equal(Faker::Base.parse('class.use_translation'), 'used i18n for translation') end def test_rand_for_nil assert_nothing_raised ArgumentError do Faker::Base.rand(nil) end assert_nothing_raised ArgumentError do Faker::Base.rand end end def test_rand_for_zero assert_nothing_raised ArgumentError do Faker::Base.rand(0) end assert_equal 0, Faker::Base.rand(0) end def test_rand_for_range assert_nothing_raised ArgumentError do Faker::Base.rand(0..6) end assert_includes 0..6, Faker::Base.rand(0..6) end def test_unique unique_numbers = Array.new(8) do Faker::Base.unique.numerify('#') end assert_equal(unique_numbers.uniq, unique_numbers) end end faker-1.9.1/test/test_faker_address.rb000066400000000000000000000027051332146201300177510ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerAddress < Test::Unit::TestCase def setup @tester = Faker::Address end def test_city assert @tester.city.match(/\w+/) end def test_street_name assert @tester.street_name.match(/\w+\s\w+/) end def test_street_address assert @tester.street_address.match(/\d+\s\w+\s\w+/) end def test_secondary_address assert @tester.secondary_address.match(/\w+\.?\s\d+/) end def test_building_number assert @tester.building_number.match(/\d+/) end def test_zip_code assert @tester.zip_code.match(/^\d+-?\d*$/) end def test_time_zone assert @tester.time_zone.match(%r{\w+\/\w+}) end def test_street_suffix assert @tester.street_suffix.match(/\w+/) end def test_city_suffix assert @tester.city_suffix.match(/\w+/) end def test_city_prefix assert @tester.city_prefix.match(/\w+/) end def test_state_abbr assert @tester.state_abbr.match(/[A-Z]{2}/) end def test_state assert @tester.state.match(/\w+/) end def test_country assert @tester.country.match(/\w+/) end def test_country_code assert @tester.country_code.match(/[A-Z]{2}/) end def test_latitude assert_instance_of Float, @tester.latitude end def test_longitude assert_instance_of Float, @tester.longitude end def test_full_address assert @tester.full_address.match(/\w*\.?\s?\d*\s?\d+\s\w+\s\w+,\s\w+\s?\w*,\s[A-Z]{2}\s\d+/) end end faker-1.9.1/test/test_faker_ancient.rb000066400000000000000000000005751332146201300177500ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerAncient < Test::Unit::TestCase def setup @tester = Faker::Ancient end def test_god assert @tester.god.match(/\w+/) end def test_primordial assert @tester.primordial.match(/\w+/) end def test_titan assert @tester.titan.match(/\w+/) end def test_hero assert @tester.hero.match(/\w+/) end end faker-1.9.1/test/test_faker_app.rb000066400000000000000000000034321332146201300171020ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerApp < Test::Unit::TestCase def setup @tester = Faker::App end def test_name assert @tester.author.match(/(\w+\.? ?){2,3}/) end def test_basic_semantic_version 10.times do |_digits| test_sem_vers = @tester.semantic_version.split('.') assert test_sem_vers[0].match(/[0-9]{1}/) assert test_sem_vers[1].match(/[0-9]{1}/) assert test_sem_vers[2].match(/[1-9]{1}/) end end def test_major_semantic_version 10.times do |_digits| test_sem_vers = @tester.semantic_version(major: (1000..9999)).split('.') assert test_sem_vers[0].match(/[0-9]{4}/) assert test_sem_vers[1].match(/[0-9]{1}/) assert test_sem_vers[2].match(/[1-9]{1}/) end end def test_minor_semantic_version 10.times do |_digits| test_sem_vers = @tester.semantic_version(minor: (1000..9999)).split('.') assert test_sem_vers[0].match(/[0-9]{1}/) assert test_sem_vers[1].match(/[0-9]{4}/) assert test_sem_vers[2].match(/[1-9]{1}/) end end def test_patch_semantic_version 10.times do |_digits| test_sem_vers = @tester.semantic_version(patch: (1000..9999)).split('.') assert test_sem_vers[0].match(/[0-9]{1}/) assert test_sem_vers[1].match(/[0-9]{1}/) assert test_sem_vers[2].match(/[0-9]{4}/) end end def test_all_semantic_version 10.times do |_digits| test_sem_vers = @tester.semantic_version(major: (1000..9999), minor: (1000..9999), patch: (1000..9999)).split('.') assert test_sem_vers[0].match(/[0-9]{4}/) assert test_sem_vers[1].match(/[0-9]{4}/) assert test_sem_vers[2].match(/[0-9]{4}/) end end def test_specific_major_version assert @tester.semantic_version(major: 42).match(/42\.[0-9]\.[0-9]/) end end faker-1.9.1/test/test_faker_appliance.rb000066400000000000000000000004071332146201300202550ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerAppliance < Test::Unit::TestCase def setup @tester = Faker::Appliance end def test_brand assert @tester.brand.match(/\w/) end def test_equipment assert @tester.equipment.match(/\w/) end end faker-1.9.1/test/test_faker_aqua_teen_hunger_force.rb000066400000000000000000000003361332146201300230120ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerAquaTeenHungerForce < Test::Unit::TestCase def setup @tester = Faker::AquaTeenHungerForce end def test_character assert @tester.character.match(/\w/) end end faker-1.9.1/test/test_faker_artist.rb000066400000000000000000000002731332146201300176300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerArtist < Test::Unit::TestCase def setup @tester = Faker::Artist end def test_name assert @tester.name.match(/\w+/) end end faker-1.9.1/test/test_faker_back_to_the_future.rb000066400000000000000000000005211332146201300221520ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBackToTheFuture < Test::Unit::TestCase def setup @tester = Faker::BackToTheFuture end def test_character assert @tester.character.match(/\w+/) end def test_date assert @tester.date.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_bank.rb000066400000000000000000000273611332146201300172440ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBank < Test::Unit::TestCase IBAN_HEADER = '[A-Z]{2}[0-9]{2}'.freeze def setup @tester = Faker::Bank end def test_routing_number assert Faker::Bank.routing_number.match(/\d{9}/) end def test_routing_number_with_format fraction = Faker::Bank.routing_number_with_format assert fraction.match(/\d{1,2}[-]\d{1,4}[\/]\d{1,4}/) end def test_account_number assert Faker::Bank.account_number.match(/\d{10}/) end def test_name assert @tester.name.match(/(\w+\.? ?){2,3}/) end def test_swift_bic assert @tester.swift_bic.match(/(\w+\.? ?){2,3}/) end def test_iban_default assert @tester.iban.match(/[A-Z]{4}\d{14}/) end # Andorra def test_iban_ad account = @tester.iban('ad') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{8}[A-Z0-9]{12}$/) end # United Arab Emirates def test_iban_ae account = @tester.iban('ae') assert account.length == 23 assert account.match(/^#{IBAN_HEADER}\d{19}$/) end # Albania def test_iban_al account = @tester.iban('al') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}\d{8}[A-Z0-9]{16}$/) end # Austria def test_iban_at account = @tester.iban('at') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}\d{16}$/) end # Azerbaijan, Republic of def test_iban_az account = @tester.iban('az') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{20}$/) end # Bosnia def test_iban_ba account = @tester.iban('ba') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}\d{16}$/) end # Belgium def test_iban_be account = @tester.iban('be') assert account.length == 16 assert account.match(/^#{IBAN_HEADER}\d{12}$/) end # Bulgaria def test_iban_bg account = @tester.iban('bg') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{6}[A-Z0-9]{8}$/) end # Bahrain def test_iban_bh account = @tester.iban('bh') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{14}$/) end # Brazil def test_iban_br account = @tester.iban('br') assert account.length == 29 assert account.match(/^#{IBAN_HEADER}[0-9]{8}[0-9]{5}[0-9]{10}[A-Z]{1}[A-Z0-9]{1}$/) end # Switzerland def test_iban_ch account = @tester.iban('ch') assert account.length == 21 assert account.match(/^#{IBAN_HEADER}\d{5}[A-Z0-9]{12}$/) end # Costa Rica def test_iban_cr account = @tester.iban('cr') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}0\d{3}\d{14}$/) end # Cyprus def test_iban_cy account = @tester.iban('cy') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}\d{8}[A-Z0-9]{16}$/) end # Czech Republic def test_iban_cz account = @tester.iban('cz') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{20}$/) end # Germany def test_iban_de account = @tester.iban('de') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}\d{18}$/) end # Denmark def test_iban_dk account = @tester.iban('dk') assert account.length == 18 assert account.match(/^#{IBAN_HEADER}\d{14}$/) end # Dominican Republic def test_iban_do account = @tester.iban('do') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{20}$/) end # Estonia def test_iban_ee account = @tester.iban('ee') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}\d{16}$/) end # Spain def test_iban_es account = @tester.iban('es') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{20}$/) end # Finland def test_iban_fi account = @tester.iban('fi') assert account.length == 18 assert account.match(/^#{IBAN_HEADER}\d{14}$/) end # Faroe Islands def test_iban_fo account = @tester.iban('fo') assert account.length == 18 assert account.match(/^#{IBAN_HEADER}\d{14}$/) end # France def test_iban_fr account = @tester.iban('fr') assert account.length == 27 assert account.match(/^#{IBAN_HEADER}\d{10}[A-Z0-9]{11}\d{2}$/) end # United Kingdom def test_iban_gb account = @tester.iban('gb') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{14}$/) end # Georgia def test_iban_ge account = @tester.iban('ge') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}[A-Z]{2}\d{16}$/) end # Gibraltar def test_iban_gi account = @tester.iban('gi') assert account.length == 23 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{15}$/) end # Greenland def test_iban_gl account = @tester.iban('gl') assert account.length == 18 assert account.match(/^#{IBAN_HEADER}\d{14}$/) end # Greece def test_iban_gr account = @tester.iban('gr') assert account.length == 27 assert account.match(/^#{IBAN_HEADER}\d{7}[A-Z0-9]{16}$/) end # Guatemala def test_iban_gt account = @tester.iban('gt') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}[A-Z0-9]{4}\d{2}\d{2}[A-Z0-9]{16}$/) end # Croatia def test_iban_hr account = @tester.iban('hr') assert account.length == 21 assert account.match(/^#{IBAN_HEADER}\d{17}$/) end # Hungary def test_iban_hu account = @tester.iban('hu') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}\d{24}$/) end # Ireland def test_iban_ie account = @tester.iban('ie') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{14}$/) end # Israel def test_iban_il account = @tester.iban('il') assert account.length == 23 assert account.match(/^#{IBAN_HEADER}\d{19}$/) end # Iceland def test_iban_is account = @tester.iban('is') assert account.length == 26 assert account.match(/^#{IBAN_HEADER}\d{22}$/) end # Italy def test_iban_it account = @tester.iban('it') assert account.length == 27 assert account.match(/^#{IBAN_HEADER}[A-Z]\d{10}[A-Z0-9]{12}$/) end # Kuwait def test_iban_kw account = @tester.iban('kw') assert account.length == 30 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{22}$/) end # Kazakhstan def test_iban_kz account = @tester.iban('kz') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}[0-9]{3}[A-Z0-9]{13}$/) end # Lebanon def test_iban_lb account = @tester.iban('lb') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}\d{4}[A-Z0-9]{20}$/) end # Liechtenstein def test_iban_li account = @tester.iban('li') assert account.length == 21 assert account.match(/^#{IBAN_HEADER}\d{5}[A-Z0-9]{12}$/) end # Lithuania def test_iban_lt account = @tester.iban('lt') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}\d{16}$/) end # Luxembourg def test_iban_lu account = @tester.iban('lu') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}\d{3}[A-Z0-9]{13}$/) end # Latvia def test_iban_lv account = @tester.iban('lv') assert account.length == 21 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{13}$/) end # Monaco def test_iban_mc account = @tester.iban('mc') assert account.length == 27 assert account.match(/^#{IBAN_HEADER}\d{10}[A-Z0-9]{11}\d{2}$/) end # Moldova def test_iban_md account = @tester.iban('md') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}[A-Z]{2}[A-Z0-9]{18}$/) end # Montenegro def test_iban_me account = @tester.iban('me') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}\d{18}$/) end # Macedonia def test_iban_mk account = @tester.iban('mk') assert account.length == 19 assert account.match(/^#{IBAN_HEADER}\d{3}[A-Z0-9]{10}\d{2}$/) end # Mauritania def test_iban_mr account = @tester.iban('mr') assert account.length == 27 assert account.match(/^#{IBAN_HEADER}\d{23}$/) end # Malta def test_iban_mt account = @tester.iban('mt') assert account.length == 31 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{5}[A-Z0-9]{18}$/) end # Mauritius def test_iban_mu account = @tester.iban('mu') assert account.length == 30 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{19}[A-Z]{3}$/) end # Netherlands def test_iban_nl account = @tester.iban('nl') assert account.length == 18 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{10}$/) end # Norway def test_iban_no account = @tester.iban('no') assert account.length == 15 assert account.match(/^#{IBAN_HEADER}\d{11}$/) end # Pakistan def test_iban_pk account = @tester.iban('pk') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{16}$/) end # Poland def test_iban_pl account = @tester.iban('pl') assert account.length == 28 assert account.match(/^#{IBAN_HEADER}\d{8}[A-Z0-9]{16}$/) end # Palestinian Territory, Occupied def test_iban_ps account = @tester.iban('ps') assert account.length == 29 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{21}$/) end # Portugal def test_iban_pt account = @tester.iban('pt') assert account.length == 25 assert account.match(/^#{IBAN_HEADER}\d{21}$/) end # Qatar def test_iban_qa account = @tester.iban('qa') assert account.length == 29 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{21}$/) end # Romania def test_iban_ro account = @tester.iban('ro') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}[A-Z0-9]{16}$/) end # Serbia def test_iban_rs account = @tester.iban('rs') assert account.length == 22 assert account.match(/^#{IBAN_HEADER}\d{18}$/) end # Saudi Arabia def test_iban_sa account = @tester.iban('sa') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{2}[A-Z0-9]{18}$/) end # Sweden def test_iban_se account = @tester.iban('se') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{20}$/) end # Slovenia def test_iban_si account = @tester.iban('si') assert account.length == 19 assert account.match(/^#{IBAN_HEADER}\d{15}$/) end # Slovakia def test_iban_sk account = @tester.iban('sk') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{20}$/) end # San Marino def test_iban_sm account = @tester.iban('sm') assert account.length == 27 assert account.match(/^#{IBAN_HEADER}[A-Z]\d{10}[A-Z0-9]{12}$/) end # Timor-Leste def test_iban_tl account = @tester.iban('tl') assert account.length == 23 assert account.match(/^#{IBAN_HEADER}\d{19}$/) end # Tunisia def test_iban_tn account = @tester.iban('tn') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}\d{20}$/) end # Turkey def test_iban_tr account = @tester.iban('tr') assert account.length == 26 assert account.match(/^#{IBAN_HEADER}\d{5}[A-Z0-9]{17}$/) end # Ukraine def test_iban_ua account = @tester.iban('ua') assert account.length == 29 assert account.match(/^#{IBAN_HEADER}\d{25}$/) end # Virgin Islands, British def test_iban_vg account = @tester.iban('vg') assert account.length == 24 assert account.match(/^#{IBAN_HEADER}[A-Z]{4}\d{16}$/) end # Kosovo, Republic of def test_iban_xk account = @tester.iban('xk') assert account.length == 20 assert account.match(/^#{IBAN_HEADER}\d{16}$/) end def test_iban_invalid assert_raise ArgumentError.new('Could not find iban details for bad') do @tester.iban('bad') end end end faker-1.9.1/test/test_faker_beer.rb000066400000000000000000000013101332146201300172300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBeer < Test::Unit::TestCase def setup @tester = Faker::Beer end def test_name assert @tester.name.match(/(\w+\.? ?){2,3}/) end def test_style assert @tester.style.match(/(\w+\.? ?){2,3}/) # TODO end def test_hop assert @tester.hop.match(/(\w+\.? ?){2,3}/) end def test_yeast assert @tester.yeast.match(/(\w+\.? ?){2,3}/) end def test_malts assert @tester.malts.match(/(\w+\.? ?){2,3}/) end def test_ibu assert @tester.ibu.match(/(\w+\.? ?){2,3}/) end def test_alcohol assert @tester.alcohol.match(/(\w+\.? ?){2,3}/) end def test_blg assert @tester.blg.match(/(\w+\.? ?){2,3}/) end end faker-1.9.1/test/test_faker_birthday_in_leap_year.rb000066400000000000000000000011251332146201300226340ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBirthdayInLeapYear < Test::Unit::TestCase def setup @tester = Faker::Date @today = Date.parse('2016-02-29') @min = 18 @max = 65 end def teardown Timecop.return end def test_birthday_in_leap_year Timecop.freeze(@today) assert_nothing_raised ArgumentError do @tester.birthday end assert_raise ArgumentError do ::Date.new(@today.year - @min, @today.month, @today.day) end assert_raise ArgumentError do ::Date.new(@today.year - @max, @today.month, @today.day) end end end faker-1.9.1/test/test_faker_bitcoin.rb000066400000000000000000000010451332146201300177470ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBitcoin < Test::Unit::TestCase def test_address assert Faker::Bitcoin.address.match(/^[13][1-9A-Za-z][^OIl]{20,40}/) end def test_deterministic_address Faker::Config.random = Random.new(42) v = Faker::Bitcoin.address Faker::Config.random = Random.new(42) assert v == Faker::Bitcoin.address end def test_testnet_address assert_match(/\A[mn][1-9A-Za-z]{32,34}\Z/, Faker::Bitcoin.testnet_address) assert_not_match(/[OIl]/, Faker::Bitcoin.testnet_address) end end faker-1.9.1/test/test_faker_bojack_horseman.rb000066400000000000000000000005431332146201300214470ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBojackHorseman < Test::Unit::TestCase def setup @tester = Faker::BojackHorseman end def test_character assert @tester.character.match(/\w+/) end def test_tongue_twister assert @tester.tongue_twister.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_book.rb000066400000000000000000000006551332146201300172600ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBook < Test::Unit::TestCase def setup @tester = Faker::Book end def test_title assert @tester.title.match(/(\w+\.? ?){2,3}/) end def test_author assert @tester.author.match(/(\w+\.? ?){2,3}/) end def test_publisher assert @tester.publisher.match(/(\w+\.? ?){2,3}/) end def test_genre assert @tester.genre.match(/(\w+\.? ?){2,3}/) end end faker-1.9.1/test/test_faker_boolean.rb000066400000000000000000000003461332146201300177420ustar00rootroot00000000000000require_relative 'test_helper' require 'minitest/mock' class TestFakerBoolean < Test::Unit::TestCase def setup @tester = Faker::Boolean end def test_boolean assert [true, false].include?(@tester.boolean) end end faker-1.9.1/test/test_faker_bossa_nova.rb000066400000000000000000000004031332146201300204470ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBossaNova < Test::Unit::TestCase def setup @tester = Faker::BossaNova end def test_artists assert @tester.artist.match(/\w+/) end def test_songs assert @tester.song.match(/\w+/) end end faker-1.9.1/test/test_faker_breaking_bad.rb000066400000000000000000000005161332146201300207120ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestFakerBreakingBad < Test::Unit::TestCase def setup @tester = Faker::BreakingBad end def test_character 10.times { assert @tester.character.match(/[\w]+/) } end def test_episode 10.times { assert @tester.episode.match(/[\w]+/) } end end faker-1.9.1/test/test_faker_business.rb000066400000000000000000000020771332146201300201610ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerBusiness < Test::Unit::TestCase def setup @tester = Faker::Business @credit_card_number_list = I18n.translate('faker.business.credit_card_numbers') @credit_card_types = I18n.translate('faker.business.credit_card_types') @minimum_expiry_date = ::Date.today + 365 @maximum_expiry_date = ::Date.today + (365 * 4) end def test_credit_card_number number1 = @tester.credit_card_number number2 = @tester.credit_card_number assert @credit_card_number_list.include?(number1) assert @credit_card_number_list.include?(number2) end def test_credit_card_expiry_date date1 = @tester.credit_card_expiry_date date2 = @tester.credit_card_expiry_date assert date1.between?(@minimum_expiry_date, @maximum_expiry_date) assert date2.between?(@minimum_expiry_date, @maximum_expiry_date) end def test_credit_card_type type1 = @tester.credit_card_type type2 = @tester.credit_card_type assert @credit_card_types.include?(type1) assert @credit_card_types.include?(type2) end end faker-1.9.1/test/test_faker_cannabis.rb000066400000000000000000000031211332146201300200730ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestFakerCannabis < Test::Unit::TestCase def setup Faker::Config.locale = nil end def test_strain 10.times { assert Faker::Cannabis.strain.match(/[\w]+/) } end def test_cannabinoid_abbreviation 10.times { assert Faker::Cannabis.cannabinoid_abbreviation.match(/[\w]+/) } end def test_cannabinoid 10.times { assert Faker::Cannabis.cannabinoid.match(/[\w]+/) } end def test_terpene 10.times { assert Faker::Cannabis.terpene.match(/[\w]+/) } end def test_medical_use 10.times { assert Faker::Cannabis.medical_use.match(/[\w]+/) } end def test_health_benefit 10.times { assert Faker::Cannabis.health_benefit.match(/[\w]+/) } end def test_category 10.times { assert Faker::Cannabis.category.match(/[\w]+/) } end def test_type 10.times { assert Faker::Cannabis.type.match(/[\w]+/) } end def test_buzzword 10.times { assert Faker::Cannabis.buzzword.match(/[\w]+/) } end def test_locales [nil, 'en', 'de'].each do |_locale_name| Faker::Config.locale = 'de' assert Faker::Cannabis.strain.is_a? String assert Faker::Cannabis.cannabinoid_abbreviation.is_a? String assert Faker::Cannabis.cannabinoid.is_a? String assert Faker::Cannabis.terpene.is_a? String assert Faker::Cannabis.medical_use.is_a? String assert Faker::Cannabis.health_benefit.is_a? String assert Faker::Cannabis.category.is_a? String assert Faker::Cannabis.type.is_a? String assert Faker::Cannabis.buzzword.is_a? String end end end faker-1.9.1/test/test_faker_cat.rb000066400000000000000000000005001332146201300170620ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCat < Test::Unit::TestCase def setup @tester = Faker::Cat end def test_name assert @tester.name.match(/\w+\.?/) end def test_breed assert @tester.breed.match(/\w+\.?/) end def test_registry assert @tester.registry.match(/\w+\.?/) end end faker-1.9.1/test/test_faker_char.rb000066400000000000000000000005151332146201300172360ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerChar < Test::Unit::TestCase def setup @tester = Faker::Char end def test_fix_umlauts assert @tester.fix_umlauts('ä') == 'ae' assert @tester.fix_umlauts('ö') == 'oe' assert @tester.fix_umlauts('ü') == 'ue' assert @tester.fix_umlauts('ß') == 'ss' end end faker-1.9.1/test/test_faker_chuck_norris.rb000066400000000000000000000003141332146201300210070ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerChuckNorris < Test::Unit::TestCase def setup @tester = Faker::ChuckNorris end def test_fact assert @tester.fact.match(/.*chuck.*/i) end end faker-1.9.1/test/test_faker_city.rb000066400000000000000000000030151332146201300172670ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCity < Test::Unit::TestCase def setup @old_locales = I18n.config.available_locales xx = { faker: { name: { female_first_name: ['alice'], male_first_name: ['alice'], last_name: ['smith'] }, address: { city_prefix: ['west'], city_suffix: ['burg'] } } } I18n.config.available_locales += [:xx] I18n.backend.store_translations(:xx, xx) # rubocop:disable Lint/InterpolationCheck xy = { faker: { address: { city_prefix: ['big'], city_root: ['rock'], city_root_suffix: ['ing'], city_suffix: ['town'], city: ['#{city_prefix} #{city_root}#{city_root_suffix} #{city_suffix}'] } } } # rubocop:enable Lint/InterpolationCheck I18n.config.available_locales += [:xy] I18n.backend.store_translations(:xy, xy) end def teardown I18n.config.available_locales = @old_locales end def test_default_city_formats I18n.with_locale(:xx) do 100.times do cities = ['west alice', 'west smith', 'west aliceburg', 'west smithburg', 'aliceburg', 'smithburg'] city = Faker::Address.city assert cities.include?(city), "Expected <#{cities.join(' / ')}>, but got #{city}" end end end def test_city_formats_are_flexible I18n.with_locale(:xy) do cities = ['big rocking town'] city = Faker::Address.city assert cities.include?(city), "Expected <#{cities.join(' / ')}>, but got #{city}" end end end faker-1.9.1/test/test_faker_code.rb000066400000000000000000000026501332146201300172350ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCode < Test::Unit::TestCase def setup @tester = Faker::Code end def test_npi_regexp assert @tester.npi.match(/[0-9]{10}/) end def test_deterministic_npi Faker::Config.random = Random.new(42) v = @tester.npi Faker::Config.random = Random.new(42) assert v == @tester.npi end def test_default_isbn_regexp assert @tester.isbn.match(/^\d{9}-[\d|X]$/) end def test_default_isbn13_regexp assert @tester.isbn(13).match(/^\d{12}-\d$/) end def test_default_ean_regexp assert @tester.ean.match(/^\d{13}$/) end def test_default_ean8_regexp assert @tester.ean(8).match(/^\d{8}$/) end def test_rut assert @tester.rut.match(/^\d{1,8}-(\d|k)$/) end def test_asin assert @tester.asin.match(/^B000([A-Z]|\d){6}$/) end def test_nric assert @tester.nric.match(/^(S|T)\d{7}[A-JZ]$/) end def test_imei_regexp assert @tester.imei.match(/\A[\d\.\:\-\s]+\z/i) end def test_imei_luhn_value assert luhn_checksum_valid(@tester.imei) end def test_sin assert @tester.sin.match(/\d{9}/) assert @tester.sin.length == 9 assert luhn_checksum_valid(@tester.sin) end def luhn_checksum_valid(numbers) sum = 0 i = 0 numbers.each_char do |ch| n = ch.to_i n *= 2 if i.odd? n = 1 + (n - 10) if n >= 10 sum += n i += 1 end (sum % 10).zero? end end faker-1.9.1/test/test_faker_coffee.rb000066400000000000000000000034661332146201300175600ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCoffee < Test::Unit::TestCase def setup @tester = Faker::Coffee @countries = Faker::Base.fetch_all('coffee.country') @intensifiers = Faker::Base.fetch_all('coffee.intensifier') @body_descriptors = Faker::Base.fetch_all('coffee.body') @flavor_descriptors = Faker::Base.fetch_all('coffee.descriptor') @varieties = Faker::Base.fetch_all('coffee.variety') blend_name_words_one = Faker::Base.fetch_all('coffee.name_1') blend_name_words_two = Faker::Base.fetch_all('coffee.name_2') @name_words = blend_name_words_one.concat(blend_name_words_two) end def test_origin assert origin = @tester.origin.match(/\A(?([[:alnum:]]+'?-?.?,?\s?){1,5}), (?([[:alnum:]]+\s?){1,5})\z/) region = origin[:region] country = origin[:country] search_format_country = country.split.length > 1 ? country.downcase.split.join('_') : country.downcase regions = Faker::Base.fetch_all("coffee.regions.#{search_format_country}") assert @countries.include?(country) assert regions.include?(region) end def test_notes assert notes = @tester.notes .match(/\A(?[\s\w-]+), (?[\s\w-]+), (?[!\s\w-]+), (?[!\s\w-]+), (?[!\s\w-]+)\z/) assert @intensifiers.include?(notes[:intensifier]) assert @body_descriptors.include?(notes[:body]) [notes[:f1], notes[:f2], notes[:f3]].each do |flavor| assert @flavor_descriptors.include?(flavor) end end def test_variety assert @tester.variety.match(/\w+\.?/) assert @varieties.include?(@tester.variety) end def test_blend_name assert blend = @tester.blend_name.match(/(([[:alnum:]]+(-?\w*)*('?\w+)?) ?){1,}/) blend[0].split.each do |word| assert @name_words.include?(word) end end end faker-1.9.1/test/test_faker_color.rb000066400000000000000000000021771332146201300174450ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerColor < Test::Unit::TestCase def setup @tester = Faker::Color end def test_color_name assert @tester.color_name.match(/[a-z]+\.?/) end def test_hex_color assert @tester.hex_color.match(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/) end def test_single_rgb_color assert @tester.single_rgb_color.between?(0, 255) end def test_rgb_color @result = @tester.rgb_color assert @result.length == 3 @result.each do |color| assert color.between?(0, 255) end end def test_hsl_color @result = @tester.hsl_color assert @result.length == 3 assert @result[0].between?(0, 360) if RUBY_VERSION < '2.4.0' assert @result[0].is_a?(Fixnum) else assert @result[0].is_a?(Integer) end assert @result[1].between?(0.0, 1.0) assert @result[2].between?(0.0, 1.0) end def test_hsla_color @result = @tester.hsla_color assert @result.length == 4 assert @result[0].between?(0, 360) assert @result[1].between?(0.0, 1.0) assert @result[2].between?(0.0, 1.0) assert @result[3].between?(0.0, 1.0) end end faker-1.9.1/test/test_faker_commerce.rb000066400000000000000000000050161332146201300201140ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCommerce < Test::Unit::TestCase def setup @tester = Faker::Commerce end def test_color assert @tester.color.match(/[a-z]+\.?/) end def test_promotion_code assert @tester.promotion_code.match(/[A-Z][a-z]+[A-Z][a-z]+\d{6}/) end def test_promotion_code_should_have_specified_number_of_digits assert @tester.promotion_code(3).match(/[A-Z][a-z]+[A-Z][a-z]+\d{3}/) end def test_department assert @tester.department.match(/[A-Z][a-z]+\.?/) end def test_single_department_should_not_contain_separators assert_match(/\A[A-Za-z]+\z/, @tester.department(1)) end def test_department_should_have_ampersand_as_default_separator assert_match ' & ', @tester.department(2, true) end def test_department_should_accept_localized_separator @old_locales = I18n.config.available_locales data = { faker: { separator: ' + ', commerce: { department: %w[Books Movies] } } } I18n.config.available_locales += [:xy] I18n.backend.store_translations(:xy, data) I18n.with_locale(:xy) do assert_match ' + ', @tester.department(2, true) end I18n.config.available_locales = @old_locales end def test_department_should_have_exact_number_of_categories_when_fixed_amount assert_match(/\A([A-Za-z]+, ){8}[A-Za-z]+ & [A-Za-z]+\z/, @tester.department(10, true)) end def test_department_should_never_exceed_the_max_number_of_categories_when_random_amount 100.times do assert_match(/\A([A-Za-z]+(, | & )){0,5}[A-Za-z]+\z/, @tester.department(6)) end end def test_department_should_have_no_duplicate_categories department = @tester.department(10, true) departments = department.split(/[,& ]+/) assert_equal departments, departments.uniq end def test_product_name assert @tester.product_name.match(/[A-Z][a-z]+\.?/) end def test_material assert @tester.material.match(/[A-Z][a-z]+\.?/) end def test_price assert_includes 0..100, @tester.price assert_instance_of Float, @tester.price(5..6) assert_includes 5..6, @tester.price(5..6) assert_includes 990...1000, @tester.price(990...1000) end def test_price_with_srand Faker::Config.random = Random.new(12_345) assert_equal 92.96, @tester.price end def test_price_is_float assert @tester.price.is_a? Float end def test_when_as_string_is_true assert @tester.price(0..100.0, true).is_a?(String) assert @tester.price(100..500.0, true).include?('.') end end faker-1.9.1/test/test_faker_community.rb000066400000000000000000000004111332146201300203400ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCommunity < Test::Unit::TestCase def setup @tester = Faker::Community end def test_character assert @tester.characters.match(/\w/) end def test_quote assert @tester.quotes.match(/\w/) end end faker-1.9.1/test/test_faker_company.rb000066400000000000000000000075411332146201300177750ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCompany < Test::Unit::TestCase def setup @tester = Faker::Company end def test_ein assert @tester.ein.match(/\d\d-\d\d\d\d\d\d\d/) end def test_duns_number assert @tester.duns_number.match(/\d\d-\d\d\d-\d\d\d\d/) end def test_logo assert @tester.logo.match(%r{https://pigment.github.io/fake-logos/logos/medium/color/\d+\.png}) end def test_buzzword assert @tester.buzzword.match(/\w+\.?/) end def test_type assert @tester.type.match(/\w+/) end def test_spanish_organisation_number org_no = @tester.spanish_organisation_number assert org_no.match(/\D\d{7}/) assert %w[A B C D E F G H J N P Q R S U V W].include?(org_no[0].to_s) end def test_swedish_organisation_number org_no = @tester.swedish_organisation_number assert org_no.match(/\d{10}/) assert [1, 2, 3, 5, 6, 7, 8, 9].include?(org_no[0].to_i) assert org_no[2].to_i >= 2 assert org_no[9] == @tester.send(:luhn_algorithm, org_no[0..8]).to_s end def test_czech_organisation_number org_no = @tester.czech_organisation_number assert org_no.match(/\d{8}/) assert [0, 1, 2, 3, 5, 6, 7, 8, 9].include?(org_no[0].to_i) assert czech_o_n_checksum(org_no) == org_no[-1].to_i end def test_french_siren_number siren = @tester.french_siren_number assert siren.match(/\A\d{9}\z/) assert siren[8] == @tester.send(:luhn_algorithm, siren[0..-2]).to_s end def test_french_siret_number siret = @tester.french_siret_number assert siret.match(/\A\d{14}\z/) assert siret[8] == @tester.send(:luhn_algorithm, siret[0..7]).to_s assert siret[13] == @tester.send(:luhn_algorithm, siret[0..-2]).to_s end def test_norwegian_organisation_number org_no = @tester.norwegian_organisation_number assert org_no.match(/\d{9}/) assert [8, 9].include?(org_no[0].to_i) assert org_no[8] == @tester.send(:mod11, org_no[0..7]).to_s end def test_australian_business_number abn = @tester.australian_business_number checksum = abn_checksum(abn) assert abn.match(/\d{11}/) assert((checksum % 89).zero?) end def test_profession assert @tester.profession.match(/[a-z ]+\.?/) end def test_polish_taxpayer_identification_number number = @tester.polish_taxpayer_identification_number control_sum = 0 [6, 5, 7, 2, 3, 4, 5, 6, 7].each_with_index do |control, index| control_sum += control * number[index].to_i end assert control_sum.modulo(11) != 10 end def test_polish_register_of_national_economy # 8 length should fail assert_raise ArgumentError do @tester.polish_register_of_national_economy(8) end # 9 length number = @tester.polish_register_of_national_economy control_sum = 0 [8, 9, 2, 3, 4, 5, 6, 7].each_with_index do |control, index| control_sum += control * number[index].to_i end control_number = control_sum.modulo(11) == 10 ? 0 : control_sum.modulo(11) assert control_number == number[8].to_i # 14 length number = @tester.polish_register_of_national_economy(14) control_sum = 0 [2, 4, 8, 5, 0, 9, 7, 3, 6, 1, 2, 4, 8].each_with_index do |control, index| control_sum += control * number[index].to_i end control_number = control_sum.modulo(11) == 10 ? 0 : control_sum.modulo(11) assert control_number == number[13].to_i end def test_mod11 assert @tester.send(:mod11, 0) end private def czech_o_n_checksum(org_no) weights = [8, 7, 6, 5, 4, 3, 2] sum = 0 digits = org_no.split('').map(&:to_i) weights.each_with_index.map do |w, i| sum += (w * digits[i]) end (11 - (sum % 11)) % 10 end def abn_checksum(abn) abn_weights = [10, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19] abn.split('').map(&:to_i).each_with_index.map do |n, i| (i.zero? ? n - 1 : n) * abn_weights[i] end.inject(:+) end end faker-1.9.1/test/test_faker_compass.rb000066400000000000000000000016131332146201300177660ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCompass < Test::Unit::TestCase def setup @tester = Faker::Compass @word_pattern = /\w+/ @multiword_pattern = /^\w+ by \w+$/ @combined_pattern = /^(?:\w+|\w+ by \w+|[\w\-]+)$/ @number_pattern = /^[\d]+(?:.\d\d?)?$/ @letter_pattern = /^[NEWS]?[NEWS](?:b?[NEWS])?$/ end def test_cardinal assert @tester.cardinal.match(@word_pattern) end def test_ordinal assert @tester.ordinal.match(@word_pattern) end def test_half_wind assert @tester.half_wind.match(@word_pattern) end def test_quarter_wind assert @tester.quarter_wind.match(@multiword_pattern) end def test_direction assert @tester.direction.match(@combined_pattern) end def test_abbreviation assert @tester.abbreviation.match(@letter_pattern) end def test_azimuth assert @tester.azimuth.match(@number_pattern) end end faker-1.9.1/test/test_faker_crypto.rb000066400000000000000000000005341332146201300176420ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCrypto < Test::Unit::TestCase def setup @tester = Faker::Crypto end def test_md5 assert @tester.md5.match(/\A[a-z0-9]{32}\z/) end def test_sha1 assert @tester.sha1.match(/\A[a-z0-9]{40}\z/) end def test_sha256 assert @tester.sha256.match(/\A[a-z0-9]{64}\z/) end end faker-1.9.1/test/test_faker_currency.rb000066400000000000000000000005141332146201300201520ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerCurrency < Test::Unit::TestCase def setup @tester = Faker::Currency end def test_name assert @tester.name.match(/[\w\' ]+/) end def test_code assert @tester.code.match(/[A-Z]{3}/) end def test_symbol assert_instance_of String, @tester.symbol end end faker-1.9.1/test/test_faker_date.rb000066400000000000000000000074141332146201300172430ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDate < Test::Unit::TestCase def setup @tester = Faker::Date end def test_between from = Date.parse('2012-01-01') to = Date.parse('2013-01-01') 100.times do random_date = @tester.between(from, to) assert random_date >= from, "Expected >= \"#{from}\", but got #{random_date}" assert random_date <= to, "Expected <= \"#{to}\", but got #{random_date}" end end def test_between_except from = Date.parse('2012-01-01') to = Date.parse('2012-01-05') excepted = Date.parse('2012-01-03') 100.times do random_date = @tester.between_except(from, to, excepted) assert_not_nil random_date assert random_date != excepted, "Expected != \"#{excepted}\", but got #{random_date}" end end def test_between_except_with_strings from = '2012-01-01' to = '2012-01-05' excepted = '2012-01-03' excepted_date = Date.parse(excepted) 100.times do random_date = @tester.between_except(from, to, excepted) assert_not_nil random_date assert random_date != excepted_date, "Expected != \"#{excepted}\", but got #{random_date}" end end def test_between_except_with_same_from_to_and_except assert_raise ArgumentError do @tester.between_except('2012-01-01', '2012-01-01', '2012-01-01') end end def test_forward today = Date.today 100.times do random_date = @tester.forward(5) assert random_date > today, "Expected > \"#{today}\", but got #{random_date}" end end def test_backward today = Date.today 100.times do random_date = @tester.backward(5) assert random_date < today, "Expected < \"#{today}\", but got #{random_date}" end end def test_return_type random_forward = @tester.forward(5) random_backward = @tester.backward(5) random_between = @tester.between(Date.today, Date.today + 5) [random_forward, random_backward, random_between].each do |result| assert result.is_a?(Date), "Expected a Date object, but got #{result.class}" end end def test_invalid_date assert_raise ArgumentError do @tester.between('9999-99-99', '9999-99-99') end end def test_birthday min = 40 max = 90 t = Date.today birthdate_min = Date.new(t.year - max, t.month, t.day) birthdate_max = Date.new(t.year - min, t.month, t.day) 100.times do birthday = @tester.birthday(min, max) assert birthday >= birthdate_min, "Expect >= \"#{birthdate_min}\", but got #{birthday}" assert birthday <= birthdate_max, "Expect <= \"#{birthdate_max}\", but got #{birthday}" end end def test_birthday_when_min_age_equals_max_age min = 0 max = 0 birthday = @tester.birthday(min, max) assert_equal birthday, Date.today end def test_birthday_on_newborns min = 0 max = 4 t = Date.today birthdate_min = Date.new(t.year - max, t.month, t.day) birthdate_max = Date.new(t.year - min, t.month, t.day) birthdays = [] 10.times do birthday = @tester.birthday(min, max) birthdays << birthday assert birthday >= birthdate_min, "Expect >= \"#{birthdate_min}\", but got #{birthday}" assert birthday <= birthdate_max, "Expect <= \"#{birthdate_max}\", but got #{birthday}" end assert birthdays.uniq.size > 1 end def test_default_birthday min = 10 max = 65 t = Date.today birthdate_min = Date.new(t.year - max, t.month, t.day) birthdate_max = Date.new(t.year - min, t.month, t.day) 100.times do birthday = @tester.birthday assert birthday >= birthdate_min, "Expect >= \"#{birthdate_min}\", but got #{birthday}" assert birthday < birthdate_max, "Expect < \"#{birthdate_max}\", but got #{birthday}" end end end faker-1.9.1/test/test_faker_demographic.rb000066400000000000000000000012311332146201300205770ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDemographic < Test::Unit::TestCase def setup @tester = Faker::Demographic end def test_race assert @tester.race.match(/\w+/) end def test_educational_attainment assert @tester.educational_attainment.match(/\w+/) end def test_marital_status assert @tester.marital_status.match(/\w+/) end def test_demonym assert @tester.demonym.match(/\w+/) end def test_sex assert %w[Male Female].include?(@tester.sex) end def test_height_imperial assert @tester.height(:imperial).match(/\w+/) end def test_height_metric assert @tester.height.match(/\w+/) end end faker-1.9.1/test/test_faker_dessert.rb000066400000000000000000000005051332146201300177710ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDessert < Test::Unit::TestCase def setup @tester = Faker::Dessert end def test_variety assert @tester.variety.match(/\w+/) end def test_topping assert @tester.topping.match(/\w+/) end def test_flavor assert @tester.flavor.match(/\w+/) end end faker-1.9.1/test/test_faker_device.rb000066400000000000000000000011351332146201300175570ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDevice < Test::Unit::TestCase def setup @tester = Faker::Device end def test_model_name assert @tester.model_name.match(/\w+/) end def test_platform assert @tester.platform.match(/\w+/) end def test_version assert @tester.version > 0 assert @tester.version <= 1000 end def test_build_number assert @tester.build_number > 0 assert @tester.build_number <= 500 end def test_manufacturer assert @tester.manufacturer.match(/\w+/) end def test_serial assert @tester.serial.match(/\w+/) end end faker-1.9.1/test/test_faker_dog.rb000066400000000000000000000012231332146201300170670ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDog < Test::Unit::TestCase def setup @tester = Faker::Dog end def test_name assert @tester.name.match(/\w+\.?/) end def test_breed assert @tester.breed.match(/\w+\.?/) end def test_sound assert @tester.sound.match(/\w+\.?/) end def test_meme_phrase assert @tester.meme_phrase.match(/\w+\.?/) end def test_age assert @tester.age.match(/\w+\.?/) end def test_gender assert @tester.gender.match(/\w+\.?/) end def test_coat_length assert @tester.coat_length.match(/\w+\.?/) end def test_size assert @tester.size.match(/\w+\.?/) end end faker-1.9.1/test/test_faker_dota.rb000066400000000000000000000016561332146201300172570ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDota < Test::Unit::TestCase def setup @tester = Faker::Dota @heroes = %w[abaddon alchemist axe beastmaster brewmaster bristleback centaur chaos_knight clockwerk doom dragon_knight earth_spirit earthshaker elder_titan huskar io kunkka legion_commander lifestealer lycan magnus night_stalker omniknight phoenix pudge sand_king slardar spirit_breaker sven tidehunter timbersaw tiny treant_protector tusk underlord undying wraith_king] end def test_hero assert @tester.hero.match(/\w+/) end def test_item assert @tester.item.match(/\w+/) end def test_team assert @tester.team.match(/\w+/) end def test_player assert @tester.player.match(/\w+/) end def test_heroes_quotes @heroes.each do |hero| assert_match(/\w+/, @tester.quote(hero)) end end end faker-1.9.1/test/test_faker_dr_who.rb000066400000000000000000000022551332146201300176060ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestFakerDrWho < Test::Unit::TestCase def setup Faker::Config.locale = nil end def test_character 10.times { assert Faker::DrWho.character.match(/[\w]+/) } end def test_the_doctor 10.times { assert Faker::DrWho.the_doctor.match(/[\w]+/) } end def test_actor 10.times { assert Faker::DrWho.actor.match(/[\w]+/) } end def test_catch_phrase 10.times { assert Faker::DrWho.catch_phrase.match(/[\w]+/) } end def test_quote 10.times { assert Faker::DrWho.quote.match(/[\w]+/) } end def test_villian 10.times { assert Faker::DrWho.villian.match(/[\w]+/) } end def test_specie 10.times { assert Faker::DrWho.specie.match(/[\w]+/) } end def test_locales [nil, 'en', 'de'].each do |_locale_name| Faker::Config.locale = 'de' assert Faker::DrWho.character .is_a? String assert Faker::DrWho.the_doctor .is_a? String assert Faker::DrWho.catch_phrase.is_a? String assert Faker::DrWho.quote .is_a? String assert Faker::DrWho.villian .is_a? String assert Faker::DrWho.specie .is_a? String end end end faker-1.9.1/test/test_faker_dragon_ball.rb000066400000000000000000000003151332146201300205630ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDragonBall < Test::Unit::TestCase def setup @tester = Faker::DragonBall end def test_character assert @tester.character.match(/\w+/) end end faker-1.9.1/test/test_faker_dumb_and_dumber.rb000066400000000000000000000005171332146201300214320ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDumbAndDumber < Test::Unit::TestCase def setup @tester = Faker::DumbAndDumber end def test_actor assert @tester.actor.match(/\w+/) end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_dune.rb000066400000000000000000000016611332146201300172570ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerDune < Test::Unit::TestCase def setup @tester = Faker::Dune end def test_character assert @tester.character.match(/\w+/) end def test_title assert @tester.title.match(/\w+/) end def test_planet assert @tester.planet.match(/\w+/) end def test_random_quote assert @tester.quote.match(/\w+/) end # test good match def test_random_character_quote assert @tester.quote('paul').match(/\w+/) end # test error on no match def test_invalid_quote assert_raise ArgumentError do @tester.quote('Luke Skywalker') end end def test_random_saying assert @tester.saying.match(/\w+/) end # test good match def test_random_source_saying assert @tester.saying('fremen').match(/\w+/) end # test error on no match def test_invalid_saying assert_raise ArgumentError do @tester.saying('Ewoks') end end end faker-1.9.1/test/test_faker_educator.rb000066400000000000000000000007231332146201300201300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerEducator < Test::Unit::TestCase def setup @tester = Faker::Educator end def test_university assert @tester.university.match(/(\w+\.? ?){2,3}/) end def test_course assert @tester.university.match(/(\w+\.? ?){3,6}/) end def test_secondary_school assert @tester.secondary_school.match(/(\w+\.? ?){2,3}/) end def test_campus assert @tester.campus.match(/(\w+\.? ?){1,2}/) end end faker-1.9.1/test/test_faker_elder_scrolls.rb000066400000000000000000000012211332146201300211500ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerElderScrolls < Test::Unit::TestCase def setup @tester = Faker::ElderScrolls end def test_race assert @tester.race.match(/\w+/) end def test_region assert @tester.region.match(/\w+/) end def test_city assert @tester.city.match(/\w+/) end def test_dragon assert @tester.dragon.match(/\w+/) end def test_creature assert @tester.creature.match(/\w+/) end def test_name assert @tester.name.match(/\w+/) end def test_first_name assert @tester.first_name.match(/\w+/) end def test_last_name assert @tester.last_name.match(/\w+/) end end faker-1.9.1/test/test_faker_electrical_components.rb000066400000000000000000000006311332146201300226740ustar00rootroot00000000000000require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb') class TestFakerElectricalComponents < Test::Unit::TestCase def setup @tester = Faker::ElectricalComponents end def test_active assert @tester.active.match(/\w+/) end def test_passive assert @tester.passive.match(/\w+/) end def test_electromechanical assert @tester.electromechanical.match(/\w+/) end end faker-1.9.1/test/test_faker_esport.rb000066400000000000000000000006651332146201300176430ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerEsport < Test::Unit::TestCase def setup @tester = Faker::Esport end def test_team assert @tester.team.match(/\w+/) end def test_league assert @tester.league.match(/\w+/) end def test_game assert @tester.game.match(/\w+/) end def test_player assert @tester.player.match(/\w+/) end def test_event assert @tester.event.match(/\w+/) end end faker-1.9.1/test/test_faker_ethereum.rb000066400000000000000000000003731332146201300201410ustar00rootroot00000000000000require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb') class TestFakerEthereum < Test::Unit::TestCase def setup @tester = Faker::Ethereum end def test_address assert @tester.address.match(/0x([a-fA-F0-9]{40})/) end end faker-1.9.1/test/test_faker_fallout.rb000066400000000000000000000006061332146201300177700ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFallout < Test::Unit::TestCase def setup @tester = Faker::Fallout end def test_hero assert @tester.character.match(/\w+/) end def test_faction assert @tester.faction.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_family_guy.rb000066400000000000000000000005121332146201300204630ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFamilyGuy < Test::Unit::TestCase def setup @tester = Faker::FamilyGuy end def test_character assert @tester.character.match(/\w/) end def test_location assert @tester.location.match(/\w/) end def test_quote assert @tester.quote.match(/\w/) end end faker-1.9.1/test/test_faker_famous_last_words.rb000066400000000000000000000003231332146201300220510ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFamousLastWords < Test::Unit::TestCase def setup @tester = Faker::FamousLastWords end def test_name assert @tester.last_words.match(/\w+/) end end faker-1.9.1/test/test_faker_file.rb000066400000000000000000000010201332146201300172300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFile < Test::Unit::TestCase def setup @tester = Faker::File end def test_extension assert @tester.extension.match(/(flac|mp3|wav|bmp|gif|jpeg|jpg|png|tiff|css|csv|html|js|json|txt|mp4|avi|mov|webm|doc|docx|xls|xlsx|ppt|pptx|odt|ods|odp|pages|numbers|key|pdf)/) end def test_mime_type_format assert @tester.mime_type.match(%r{(.*)\/(.*)+}) end def test_file_name assert @tester.file_name.match(%r{([a-z\-_]+)(\\|\/)([a-z\-_]+)\.([a-z]+)}) end end faker-1.9.1/test/test_faker_fillmurray.rb000066400000000000000000000015311332146201300205060ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFillmurray < Test::Unit::TestCase def setup @tester = Faker::Fillmurray end def test_fillmurray assert !@tester.image(false, '300', '300').match(%r{https:\/\/fillmurray\.com\/(\d+)\/(\d+)}).nil? end def test_fillmurray_with_grayscale assert @tester.image(true, '300', '300').match(%r{https:\/\/fillmurray\.com\/(g?\/?)(\d+)\/(\d+)})[1] == 'g/' end def test_fillmurray_with_incorrect_height_format assert_raise ArgumentError do @tester.image(false, '300', 'nine-thousand') end end def test_fillmurray_with_incorrect_width_format assert_raise ArgumentError do @tester.image(false, 'three-hundred') end end def test_fillmurray_with_incorrect_grayscale assert_raise ArgumentError do @tester.image('gray', '300', '400') end end end faker-1.9.1/test/test_faker_food.rb000066400000000000000000000012731332146201300172520ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFood < Test::Unit::TestCase def setup @tester = Faker::Food end def test_dish assert @tester.dish.match(/\w+/) end def test_description assert @tester.description.match(/\w+/) end def test_ingredient assert @tester.ingredient.match(/\w+/) end def test_fruits assert @tester.fruits.match(/\w+/) end def test_vegetables assert @tester.vegetables.match(/\w+/) end def test_spice assert @tester.spice.match(/\w+/) end def test_measurement assert @tester.measurement.split(' ').length == 2 end def test_metric_measurement assert @tester.metric_measurement.match(/\w+/) end end faker-1.9.1/test/test_faker_football.rb000066400000000000000000000006071332146201300201250ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFootball < Test::Unit::TestCase def setup @tester = Faker::Football end def test_team assert @tester.team.match(/\w+/) end def test_player assert @tester.player.match(/\w+/) end def test_coach assert @tester.coach.match(/\w+/) end def test_competition assert @tester.competition.match(/\w+/) end end faker-1.9.1/test/test_faker_friends.rb000066400000000000000000000005111332146201300177470ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFriends < Test::Unit::TestCase def setup @tester = Faker::Friends end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_funny_name.rb000066400000000000000000000011501332146201300204540ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerFunnyName < Test::Unit::TestCase def setup @tester = Faker::FunnyName end def test_name res = @tester.name assert res.is_a?(String) && !res.empty? end def test_two_word_name res = @tester.two_word_name assert res.count(' ') == 1 end def test_three_word_name res = @tester.three_word_name assert res.count(' ') == 2 end def test_four_word_name res = @tester.four_word_name assert res.count(' ') == 3 end def test_name_with_initial res = @tester.name_with_initial assert res.count('.') > 0 end end faker-1.9.1/test/test_faker_game_of_thrones.rb000066400000000000000000000007131332146201300214600ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerGameOfThrones < Test::Unit::TestCase def setup @tester = Faker::GameOfThrones end def test_character assert @tester.character.match(/\w+/) end def test_house assert @tester.house.match(/\w+/) end def test_city assert @tester.city.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end def test_dragon assert @tester.dragon.match(/\w+/) end end faker-1.9.1/test/test_faker_gender.rb000066400000000000000000000004051332146201300175630ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerGender < Test::Unit::TestCase def setup @tester = Faker::Gender end def test_type assert @tester.type.match(/\w+/) end def test_binary_type assert @tester.binary_type.match(/\w+/) end end faker-1.9.1/test/test_faker_greek_philosophers.rb000066400000000000000000000004171332146201300222160ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerGreekPhilosophers < Test::Unit::TestCase def setup @tester = Faker::GreekPhilosophers end def test_name assert @tester.name.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_hacker_talk.rb000066400000000000000000000011501332146201300205650ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHacker < Test::Unit::TestCase def setup @hacker = Faker::Hacker @phrases = @hacker.phrases end def test_phrases assert @phrases.size == 8 @phrases.each do |phrase| refute phrase.to_s.empty? end end def test_noun assert @hacker.noun.match(/\w+/) end def test_abbreviation assert @hacker.abbreviation.match(/\w+/) end def test_adjective assert @hacker.adjective.match(/\w+/) end def test_verb assert @hacker.verb.match(/\w+/) end def test_ingverb assert @hacker.ingverb.match(/\w+/) end end faker-1.9.1/test/test_faker_harry_potter.rb000066400000000000000000000010111332146201300210330ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHarryPotter < Test::Unit::TestCase def setup @tester = Faker::HarryPotter end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end def test_book assert @tester.book.match(/\w+/) end def test_house assert @tester.house.match(/\w+/) end def test_spell assert @tester.spell.match(/\w+/) end end faker-1.9.1/test/test_faker_hey_arnold.rb000066400000000000000000000005151332146201300204450ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHeyArnold < Test::Unit::TestCase def setup @tester = Faker::HeyArnold end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_hipster.rb000066400000000000000000000045471332146201300200100ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHipster < Test::Unit::TestCase def setup @tester = Faker::Hipster @standard_wordlist = I18n.translate('faker.hipster.words') @complete_wordlist = @standard_wordlist + I18n.translate('faker.lorem.words') end # Words delivered by a standard request should be on the standard wordlist. def test_words @words = @tester.words(1000) @words.each { |w| assert @standard_wordlist.include?(w) } end # Words should not return any word with spaces def test_words_without_spaces @words = @tester.words(1000) @words.each { |w| assert !w.match(/\s/) } end # Words requested from the supplemental list should all be in that list. def test_supplemental_words @words = @tester.words(10_000, true) @words.each { |w| assert @complete_wordlist.include?(w) } end # Faker::Hipster.word generates random word from standart wordlist def test_word @tester = Faker::Hipster @standard_wordlist = I18n.translate('faker.hipster.words') 1000.times { assert @standard_wordlist.include?(@tester.word) } end # Word should not return any word with spaces def test_word_without_spaces @tester = Faker::Hipster 1000.times { assert !@tester.word.match(/\s/) } end def test_exact_count_param assert(@tester.words(2).length == 2) assert(@tester.sentences(2).length == 2) assert(@tester.paragraphs(2).length == 2) end def test_range_count_param ws = @tester.words(2..5) ss = @tester.sentences(2..5) ps = @tester.paragraphs(2..5) assert(ws.length >= 2 && ws.length <= 5) assert(ss.length >= 2 && ss.length <= 5) assert(ps.length >= 2 && ps.length <= 5) end def test_array_count_param ws = @tester.words([1, 4]) ss = @tester.sentences([1, 4]) ps = @tester.paragraphs([1, 4]) assert(ws.length == 1 || ws.length == 4) assert(ss.length == 1 || ss.length == 4) assert(ps.length == 1 || ps.length == 4) end def test_words_with_large_count_params exact = @tester.words(500) range = @tester.words(250..500) array = @tester.words([250, 500]) assert(exact.length == 500) assert(range.length >= 250 && range.length <= 500) assert(array.length == 250 || array.length == 500) end def test_paragraph_char_count paragraph = @tester.paragraph_by_chars(256) assert(paragraph.length == 256) end end faker-1.9.1/test/test_faker_hitchhikers_guide_to_the_galaxy.rb000066400000000000000000000012011332146201300247030ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHitchhikersGuideToTheGalaxy < Test::Unit::TestCase def setup @tester = Faker::HitchhikersGuideToTheGalaxy end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_marvin_quote assert @tester.marvin_quote.match(/\w+/) end def test_planet assert @tester.planet.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end def test_specie assert @tester.specie.match(/\w+/) end def test_starship assert @tester.starship.match(/\w+/) end end faker-1.9.1/test/test_faker_how_i_met_your_mother.rb000066400000000000000000000006531332146201300227320ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHowIMetYourMother < Test::Unit::TestCase def setup @tester = Faker::HowIMetYourMother end def test_character assert @tester.character.match(/\w+/) end def test_catch_phrase assert @tester.catch_phrase.match(/\w+/) end def test_high_five assert @tester.high_five.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_id_number.rb000066400000000000000000000030061332146201300202630ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerIdNumber < Test::Unit::TestCase def setup @tester = Faker::IDNumber end def test_valid_ssn sample = @tester.valid assert sample.length == 11 assert_equal '-', sample[3] assert_equal '-', sample[6] assert sample[0..2].split.map { :to_i }.all? { :is_digit? } assert sample[4..5].split.map { :to_i }.all? { :is_digit? } assert sample[7..9].split.map { :to_i }.all? { :is_digit? } end def test_invalid_ssn sample = @tester.invalid assert sample.length == 11 assert_equal '-', sample[3] assert_equal '-', sample[6] assert sample[0..2].split.map { :to_i }.all? { :is_digit? } assert sample[4..5].split.map { :to_i }.all? { :is_digit? } assert sample[7..9].split.map { :to_i }.all? { :is_digit? } end def test_spanish_dni sample = @tester.spanish_citizen_number assert_equal 10, sample.length assert sample[0..7].split.map { :to_i }.all? { :is_digit? } assert_equal sample[8], '-' mod = sample[0..7].to_i % 23 assert_equal Faker::IDNumber::CHECKS[mod], sample[9] end def test_spanish_nie sample = @tester.spanish_foreign_citizen_number assert_equal 11, sample.length assert 'XYZ'.include?(sample[0]) assert_equal '-', sample[1] assert sample[2..8].split.map { :to_i }.all? { :is_digit? } assert_equal '-', sample[9] prefix = 'XYZ'.index(sample[0]).to_s mod = "#{prefix}#{sample[2..8]}".to_i % 23 assert_equal Faker::IDNumber::CHECKS[mod], sample[10] end end faker-1.9.1/test/test_faker_internet.rb000066400000000000000000000173451332146201300201620ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerInternet < Test::Unit::TestCase def setup @tester = Faker::Internet end def test_email assert @tester.email.match(/.+@.+\.\w+/) end def test_email_with_separators assert @tester.email('jane doe', '+').match(/.+\+.+@.+\.\w+/) end def test_free_email assert @tester.free_email.match(/.+@(gmail|hotmail|yahoo)\.com/) end def test_safe_email assert @tester.safe_email.match(/.+@example.(com|net|org)/) end def test_username assert @tester.username(0..3).match(/[a-z]+((_|\.)[a-z]+)?/) assert @tester.username.match(/[a-z]+((_|\.)[a-z]+)?/) end def test_user_name_alias assert_equal @tester.method(:username), @tester.method(:user_name) end def test_username_with_string_arg assert @tester.username('bo peep').match(/(bo(_|\.)peep|peep(_|\.)bo)/) end def test_username_with_string_arg_determinism deterministically_verify -> { @tester.username('bo peep') }, depth: 4 do |subject| assert subject.match(/(bo(_|\.)peep|peep(_|\.)bo)/) end end def test_username_with_integer_arg (1..32).each do |min_length| assert @tester.username(min_length).length >= min_length end end def test_username_with_very_large_integer_arg exception = assert_raises(ArgumentError) { @tester.username(10_000_000) } assert_equal('Given argument is too large', exception.message) end def test_username_with_closed_range_arg (1..32).each do |min_length| (min_length..32).each do |max_length| l = @tester.username((min_length..max_length)).length assert l >= min_length assert l <= max_length end end end def test_username_with_open_range_arg (1..32).each do |min_length| (min_length + 1..33).each do |max_length| l = @tester.username((min_length...max_length)).length assert l >= min_length assert l <= max_length - 1 end end end def test_username_with_range_and_separators (1..32).each do |min_length| (min_length + 1..33).each do |max_length| u = @tester.username((min_length...max_length), %w[=]) assert u.length.between? min_length, max_length - 1 assert u.match(/\A[a-z]+((=)?[a-z]*)*\z/) end end end def test_password assert @tester.password.match(/\w{3}/) end def test_password_with_integer_arg (1..32).each do |min_length| assert @tester.password(min_length).length >= min_length end end def test_password_max_with_integer_arg (1..32).each do |min_length| max_length = min_length + 4 assert @tester.password(min_length, max_length).length <= max_length end end def test_password_with_mixed_case assert @tester.password.match(/[A-Z]+/) end def test_password_without_mixed_case assert @tester.password(8, 12, false).match(/[^A-Z]+/) end def test_password_with_special_chars assert @tester.password(8, 12, true, true).match(/[!@#\$%\^&\*]+/) end def test_password_without_special_chars assert @tester.password(8, 12, true).match(/[^!@#\$%\^&\*]+/) end def test_domain_name assert @tester.domain_name.match(/\w+\.\w+/) end def test_domain_word assert @tester.domain_word.match(/^\w+$/) end def test_domain_suffix assert @tester.domain_suffix.match(/^\w+(\.\w+)?/) end def test_ip_v4_address assert_equal 3, @tester.ip_v4_address.count('.') 100.times do assert @tester.ip_v4_address.split('.').map(&:to_i).max <= 255 end end def test_private_ip_v4_address regexps = [ /^10\./, # 10.0.0.0 - 10.255.255.255 /^100\.(6[4-9]|[7-9]\d|1[0-1]\d|12[0-7])\./, # 100.64.0.0 - 100.127.255.255 /^127\./, # 127.0.0.0 - 127.255.255.255 /^169\.254\./, # 169.254.0.0 - 169.254.255.255 /^172\.(1[6-9]|2\d|3[0-1])\./, # 172.16.0.0 - 172.31.255.255 /^192\.0\.0\./, # 192.0.0.0 - 192.0.0.255 /^192\.168\./, # 192.168.0.0 - 192.168.255.255 /^198\.(1[8-9])\./ # 198.18.0.0 - 198.19.255.255 ] expected = Regexp.new regexps.collect { |reg| "(#{reg})" }.join('|') 1000.times do address = @tester.private_ip_v4_address assert_match expected, address end end def test_public_ip_v4_address private = [ /^10\./, # 10.0.0.0 - 10.255.255.255 /^100\.(6[4-9]|[7-9]\d|1[0-1]\d|12[0-7])\./, # 100.64.0.0 - 100.127.255.255 /^127\./, # 127.0.0.0 - 127.255.255.255 /^169\.254\./, # 169.254.0.0 - 169.254.255.255 /^172\.(1[6-9]|2\d|3[0-1])\./, # 172.16.0.0 - 172.31.255.255 /^192\.0\.0\./, # 192.0.0.0 - 192.0.0.255 /^192\.168\./, # 192.168.0.0 - 192.168.255.255 /^198\.(1[8-9])\./ # 198.18.0.0 - 198.19.255.255 ] reserved = [ /^0\./, # 0.0.0.0 - 0.255.255.255 /^192\.0\.2\./, # 192.0.2.0 - 192.0.2.255 /^192\.88\.99\./, # 192.88.99.0 - 192.88.99.255 /^198\.51\.100\./, # 198.51.100.0 - 198.51.100.255 /^203\.0\.113\./, # 203.0.113.0 - 203.0.113.255 /^(22[4-9]|23\d)\./, # 224.0.0.0 - 239.255.255.255 /^(24\d|25[0-5])\./ # 240.0.0.0 - 255.255.255.254 and 255.255.255.255 ] 1000.times do address = @tester.public_ip_v4_address private.each { |reg| assert_not_match reg, address } reserved.each { |reg| assert_not_match reg, address } end end def test_ip_v4_cidr assert @tester.ip_v4_cidr.match(%r(\/\d{1,2}$)) 1000.times do assert((1..32).cover?(@tester.ip_v4_cidr.split('/').last.to_i)) end end def test_mac_address assert_equal 5, @tester.mac_address.count(':') assert_equal 5, @tester.mac_address('').count(':') 100.times do assert @tester.mac_address.split(':').map { |d| d.to_i(16) }.max <= 255 end assert @tester.mac_address('fa:fa:fa').start_with?('fa:fa:fa') assert @tester.mac_address('01:02').start_with?('01:02') end def test_ip_v6_address assert_equal 7, @tester.ip_v6_address.count(':') 100.times do assert @tester.ip_v6_address.split('.').map { |h| "0x#{h}".hex }.max <= 65_535 end end def test_ip_v6_cidr assert @tester.ip_v6_cidr.match(%r{\/\d{1,3}$}) 1000.times do assert((1..128).cover?(@tester.ip_v6_cidr.split('/').last.to_i)) end end def test_slug assert @tester.slug.match(/^[a-z]+(_|\.|\-)[a-z]+$/) end def test_slug_with_content_arg assert @tester.slug('Foo bAr baZ').match(/^foo(_|\.|\-)bar(_|\.|\-)baz$/) end def test_slug_with_unwanted_content_arg assert @tester.slug('Foo.. bAr., baZ,,').match(/^foo(_|\.|\-)bar(_|\.|\-)baz$/) end def test_slug_with_glue_arg assert @tester.slug(nil, '+').match(/^[a-z]+\+[a-z]+$/) end def test_url assert @tester.url('domain.com', '/username', 'https').match(%r{^https:\/\/domain\.com\/username$}) end def test_device_token assert_equal 64, @tester.device_token.size end def test_user_agent_with_no_argument assert @tester.user_agent.match(/Mozilla|Opera/) end def test_user_agent_with_valid_argument assert @tester.user_agent(:opera).match(/Opera/) assert @tester.user_agent('opera').match(/Opera/) end def test_user_agent_with_invalid_argument assert @tester.user_agent(:ie).match(/Mozilla|Opera/) assert @tester.user_agent(nil).match(/Mozilla|Opera/) assert @tester.user_agent(1).match(/Mozilla|Opera/) end end faker-1.9.1/test/test_faker_job.rb000066400000000000000000000006401332146201300170720ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerJob < Test::Unit::TestCase def setup @tester = Faker::Job end def test_title assert @tester.title.match(/(\w+\.? ?){2,3}/) end def test_field assert @tester.field.match(/(\w+\.? ?)/) end def test_key_skill assert @tester.key_skill.match(/(\w+\.? ?)/) end def test_position assert @tester.position.match(/(\w+\.? ?)/) end end faker-1.9.1/test/test_faker_job_locale.rb000066400000000000000000000004741332146201300204160ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerJobLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'en-AU' @tester = Faker::Job end def teardown Faker::Config.locale = nil end def test_locale_without_jobs_defaults_to_en assert @tester.position.match(/(\w+\.? ?)/) end end faker-1.9.1/test/test_faker_kpop.rb000066400000000000000000000010311332146201300172640ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerKpop < Test::Unit::TestCase def setup @tester = Faker::Kpop end def test_i_groups assert @tester.i_groups.match(/\w+/) end def test_ii_groups assert @tester.ii_groups.match(/\w+/) end def test_iii_groups assert @tester.iii_groups.match(/\w+/) end def test_girl_groups assert @tester.girl_groups.match(/\w+/) end def test_boy_bands assert @tester.boy_bands.match(/\w+/) end def test_solo assert @tester.solo.match(/\w+/) end end faker-1.9.1/test/test_faker_league_of_legends.rb000066400000000000000000000010601332146201300217440ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerLeagueOfLegends < Test::Unit::TestCase def setup @tester = Faker::LeagueOfLegends end def test_champions assert_match(/\w+/, @tester.champion) end def test_location assert_match(/\w+/, @tester.location) end def test_quote assert_match(/\w+/, @tester.quote) end def test_summoner_spell assert_match(/\w+/, @tester.summoner_spell) end def test_masteries assert_match(/\w+/, @tester.masteries) end def test_rank assert_match(/\w+/, @tester.rank) end end faker-1.9.1/test/test_faker_lebowski.rb000066400000000000000000000005051332146201300201370ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerLebowski < Test::Unit::TestCase def setup @tester = Faker::Lebowski end def test_actor assert @tester.actor.match(/\w+/) end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_lord_of_the_rings.rb000066400000000000000000000005271332146201300220120ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerLordOfTheRings < Test::Unit::TestCase def setup @tester = Faker::LordOfTheRings end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_lorem.rb000066400000000000000000000063121332146201300174400ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerLorem < Test::Unit::TestCase def setup @tester = Faker::Lorem @standard_wordlist = I18n.translate('faker.lorem.words') @complete_wordlist = @standard_wordlist + I18n.translate('faker.lorem.supplemental') end def test_character assert @tester.character.length == 1 end def test_character_type assert @tester.character.class == String end def test_characters assert @tester.characters.length == 255 end def test_characters_negatives assert_equal '', @tester.characters(-1) assert_equal '', @tester.characters((-2..-1)) assert_equal '', @tester.characters([-1, -2]) end def test_characters_with_args 100.times { assert @tester.characters(500).length == 500 } end # Words delivered by a standard request should be on the standard wordlist. def test_standard_words @words = @tester.words(1000) @words.each { |w| assert @standard_wordlist.include?(w) } end # Words requested from the supplemental list should all be in that list. def test_supplemental_words @words = @tester.words(10_000, true) @words.each { |w| assert @complete_wordlist.include?(w) } end # Faker::Lorem.word generates random word from standart wordlist def test_word @tester = Faker::Lorem @standard_wordlist = I18n.translate('faker.lorem.words') 100.times { assert @standard_wordlist.include?(@tester.word) } end def test_exact_sentence_word_count assert_equal 2, @tester.sentence(2, false, 0).split(' ').length end def test_exact_count_param assert(@tester.characters(2).length == 2) assert(@tester.words(2).length == 2) assert(@tester.sentences(2).length == 2) assert(@tester.paragraphs(2).length == 2) end def test_range_count_param cs = @tester.characters(2..5) ws = @tester.words(2..5) ss = @tester.sentences(2..5) ps = @tester.paragraphs(2..5) assert(cs.length >= 2 && cs.length <= 5) assert(ws.length >= 2 && ws.length <= 5) assert(ss.length >= 2 && ss.length <= 5) assert(ps.length >= 2 && ps.length <= 5) end def test_exclusive_range_count_param cs = @tester.characters(2...3) ws = @tester.words(2...3) ss = @tester.sentences(2...3) ps = @tester.paragraphs(2...3) assert_equal(2, cs.length) assert_equal(2, ws.length) assert_equal(2, ss.length) assert_equal(2, ps.length) end def test_array_count_param cs = @tester.characters([1, 4]) ws = @tester.words([1, 4]) ss = @tester.sentences([1, 4]) ps = @tester.paragraphs([1, 4]) assert(cs.length == 1 || cs.length == 4) assert(ws.length == 1 || ws.length == 4) assert(ss.length == 1 || ss.length == 4) assert(ps.length == 1 || ps.length == 4) end def test_words_with_large_count_params exact = @tester.words(500) range = @tester.words(250..500) array = @tester.words([250, 500]) assert(exact.length == 500) assert(range.length >= 250 && range.length <= 500) assert(array.length == 250 || array.length == 500) end def test_multibyte assert @tester.multibyte.is_a? String end def test_paragraph_char_count paragraph = @tester.paragraph_by_chars(256) assert(paragraph.length == 256) end end faker-1.9.1/test/test_faker_lorem_flickr.rb000066400000000000000000000075201332146201300207740ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerLoremFlickr < Test::Unit::TestCase def setup @tester = Faker::LoremFlickr @colorizations = %w[red green blue] end def test_image assert @tester.image == 'http://loremflickr.com/300/300' end def test_image_with_size assert @tester.image('50x60') == 'http://loremflickr.com/50/60' end def test_image_with_incorrect_size assert_raise ArgumentError do @tester.image('300x300s') end end def test_image_with_single_search_term assert @tester.image('50x60', %w[faker]) == 'http://loremflickr.com/50/60/faker' end def test_image_with_multiple_search_terms assert @tester.image('50x60', %w[dog cat]) == 'http://loremflickr.com/50/60/dog,cat' end def test_image_with_search_terms_and_match_all assert @tester.image('50x60', %w[dog cat], true) == 'http://loremflickr.com/50/60/dog,cat/all' end def test_grayscale_image @tester.grayscale_image == 'http://loremflickr.com/g/300/300/all' end def test_grayscale_image_with_incorrect_size assert_raise ArgumentError do @tester.grayscale_image('300x300s') end end def test_grayscale_image_without_search_terms @tester.grayscale_image('50x60') == 'http://loremflickr.com/g/50/60/all' end def test_grayscale_image_with_single_search_term assert @tester.grayscale_image('50x60', %w[faker]) == 'http://loremflickr.com/g/50/60/faker' end def test_grayscale_image_with_multiple_search_terms assert @tester.grayscale_image('50x60', %w[dog cat]) == 'http://loremflickr.com/g/50/60/dog,cat' end def test_grayscale_image_with_search_terms_and_match_all assert @tester.grayscale_image('50x60', %w[dog cat], true) == 'http://loremflickr.com/g/50/60/dog,cat/all' end def test_pixelated_image @tester.pixelated_image == 'http://loremflickr.com/p/300/300/all' end def test_pixelated_image_with_incorrect_size assert_raise ArgumentError do @tester.pixelated_image('300x300s') end end def test_pixelated_image_without_search_terms @tester.pixelated_image('50x60') == 'http://loremflickr.com/p/50/60/all' end def test_pixelated_image_with_single_search_term assert @tester.pixelated_image('50x60', %w[faker]) == 'http://loremflickr.com/p/50/60/faker' end def test_pixelated_image_with_multiple_search_terms assert @tester.pixelated_image('50x60', %w[dog cat]) == 'http://loremflickr.com/p/50/60/dog,cat' end def test_pixelated_image_with_search_terms_and_match_all assert @tester.pixelated_image('50x60', %w[dog cat], true) == 'http://loremflickr.com/p/50/60/dog,cat/all' end def test_colorized_image @tester.colorized_image == 'http://loremflickr.com/red/300/300/all' end def test_colorized_image_with_incorrect_size assert_raise ArgumentError do @tester.colorized_image('300x300s') end end def test_colorized_image_without_search_terms @tester.colorized_image('50x60', 'red') == 'http://loremflickr.com/red/50/60/all' end def test_colorized_image_with_unsupported_colorization assert_raise ArgumentError do @tester.colorized_image('50x60', 'yellow') end end def test_colorized_image_with_single_search_term @colorizations.each do |colorization| assert @tester.colorized_image('50x60', colorization, %w[faker]) == "http://loremflickr.com/#{colorization}/50/60/faker" end end def test_colorized_image_with_multiple_search_terms @colorizations.each do |colorization| assert @tester.colorized_image('50x60', colorization, %w[dog cat]) == "http://loremflickr.com/#{colorization}/50/60/dog,cat" end end def test_colorized_image_with_search_terms_and_match_all @colorizations.each do |colorization| assert @tester.colorized_image('50x60', colorization, %w[dog cat], true) == "http://loremflickr.com/#{colorization}/50/60/dog,cat/all" end end end faker-1.9.1/test/test_faker_lovecraft.rb000066400000000000000000000042161332146201300203100ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerLovecraft < Test::Unit::TestCase def setup @tester = Faker::Lovecraft @wordlist = I18n.translate('faker.lovecraft.words') end # Words delivered by this request should be on the wordlist. def test_words @words = @tester.words(1000) @words.each { |w| assert @wordlist.include?(w) } end # Words should not return any word with spaces def test_words_without_spaces @words = @tester.words(1000) @words.each { |w| assert !w.match(/\s/) } end # Faker::Lovecraft.word generates random word from wordlist def test_word 1000.times { assert @wordlist.include?(@tester.word) } end # Word should not return any word with spaces def test_word_without_spaces 1000.times { assert !@tester.word.match(/\s/) } end def test_exact_count_param assert(@tester.words(2).length == 2) assert(@tester.sentences(2).length == 2) assert(@tester.paragraphs(2).length == 2) end def test_range_count_param ws = @tester.words(2..5) ss = @tester.sentences(2..5) ps = @tester.paragraphs(2..5) assert(ws.length >= 2 && ws.length <= 5) assert(ss.length >= 2 && ss.length <= 5) assert(ps.length >= 2 && ps.length <= 5) end def test_array_count_param ws = @tester.words([1, 4]) ss = @tester.sentences([1, 4]) ps = @tester.paragraphs([1, 4]) assert(ws.length == 1 || ws.length == 4) assert(ss.length == 1 || ss.length == 4) assert(ps.length == 1 || ps.length == 4) end def test_words_with_large_count_params exact = @tester.words(500) range = @tester.words(250..500) array = @tester.words([250, 500]) assert(exact.length == 500) assert(range.length >= 250 && range.length <= 500) assert(array.length == 250 || array.length == 500) end def test_paragraph_char_count paragraph = @tester.paragraph_by_chars(256) assert(paragraph.length == 256) end def test_tome assert @tester.tome.match(/\w/) end def test_location assert @tester.location.match(/\w/) end def test_deity assert @tester.deity.match(/\w/) end def test_fhtagn assert @tester.fhtagn.match(/\w/) end end faker-1.9.1/test/test_faker_markdown.rb000066400000000000000000000041321332146201300201420ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMarkdown < Test::Unit::TestCase def setup @tester = Faker::Markdown end def test_headers test_trigger = @tester.headers.split(' ') assert(test_trigger.length == 2) assert(test_trigger.first.include?('#')) end def test_emphasis test_trigger = @tester.emphasis.split('') assert(test_trigger.to_set.intersect?(['_', '~', '*', '**'].to_set)) end def test_ordered_list test_trigger = @tester.ordered_list.split("\n") test_trigger.each do |line| if RUBY_VERSION < '2.4.0' assert_instance_of(Fixnum, line[0].to_i) else assert_instance_of(Integer, line[0].to_i) end end end def test_unordered_list test_trigger = @tester.unordered_list.split("\n") test_trigger.each do |line| assert_equal('*', line[0]) end end def test_inline_code test_trigger = @tester.inline_code.split('') assert_equal(test_trigger.first, '`') assert_equal(test_trigger.last, '`') end def test_block_code test_trigger = @tester.block_code.split('') assert_equal(test_trigger[0], '`') assert_equal(test_trigger[1], '`') assert_equal(test_trigger[2], '`') assert_equal(test_trigger[-1], '`') assert_equal(test_trigger[-2], '`') assert_equal(test_trigger[-3], '`') end def test_table test_trigger = @tester.table.split("\n") test_trigger.each do |table_data| assert_instance_of(String, table_data) end assert_equal(test_trigger.length, 4) assert_equal(test_trigger[1], '---- | ---- | ----') end def test_random test_trigger = @tester.random assert_instance_of(String, test_trigger) end def test_sandwich test_trigger = @tester.sandwich test_array = [] test_trigger.each_line { |substr| test_array << substr } assert(test_array.length >= 3) assert(test_array[0].split(' ').length == 2) assert(test_array[0].split(' ').first.include?('#')) assert_instance_of(String, test_array[0]) assert_instance_of(String, test_array[1]) assert_instance_of(String, test_array[2]) end end faker-1.9.1/test/test_faker_matz.rb000066400000000000000000000002711332146201300172730ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMatz < Test::Unit::TestCase def setup @tester = Faker::Matz end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_measurement.rb000066400000000000000000000024201332146201300206430ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMeasurement < Test::Unit::TestCase def setup @tester = Faker::Measurement end def test_height assert @tester.height.match(/\d\s[a-z]/) end def length assert @tester.length(0).match(/\d\s[a-z]/) end def volume singular_unit = @tester.volume('none') plural_unit = @tester.volume('all') custom_amount_float = @tester.volume(1.5) custom_amount_integer = @tester.volume(276) assert singular_unit.match(/\A\D+[^s]\z/) assert plural_unit.match(/\A\D+[s]\z/) assert @tester.volume.match(/\d\s[a-z]/) assert custom_amount_float.match(/\d\s[a-z]+[s]\z/) assert custom_amount_integer.match(/\d\s[a-z]+[s]\z/) end def weight assert @tester.weight.match(/\d\s[a-z]/) end def metric_height assert @tester.metric_height.match(/\d\s[a-z]/) end def metric_length assert @tester.metric_length.match(/\d\s[a-z]/) end def metric_volume assert @tester.metric_volume.match(/\d\s[a-z]/) end def metric_weight assert @tester.metric_weight.match(/\d\s[a-z]/) assert @tester.metric_weight(1).match(/\d\s[a-z]/) end def test_invalid_amount_error amount = 'hello world!' assert_raise ArgumentError do @tester.volume(amount) end end end faker-1.9.1/test/test_faker_michael_scott.rb000066400000000000000000000003111332146201300211310ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMichaelScott < Test::Unit::TestCase def setup @tester = Faker::MichaelScott end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_military.rb000066400000000000000000000010301332146201300201440ustar00rootroot00000000000000require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb') class TestFakerMilitary < Test::Unit::TestCase def setup @tester = Faker::Military end def test_army_rank assert @tester.army_rank.match(/\w/) end def test_marines_rank assert @tester.marines_rank.match(/\w/) end def test_navy_rank assert @tester.navy_rank.match(/\w/) end def test_air_force_rank assert @tester.air_force_rank.match(/\w/) end def test_dod_paygrade assert @tester.dod_paygrade.match(/\w/) end end faker-1.9.1/test/test_faker_movie.rb000066400000000000000000000002731332146201300174410ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMovie < Test::Unit::TestCase def setup @tester = Faker::Movie end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_music.rb000066400000000000000000000021751332146201300174450ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMusic < Test::Unit::TestCase def setup @tester = Faker::Music end def test_keys assert @tester.keys.size == 7 @tester.keys.each do |key| refute key.to_s.empty? end end def test_key_variants assert @tester.key_variants.size == 3 @tester.key_variants.each do |key_variant| refute key_variant.nil? end end def test_key_types assert @tester.key_types.size == 2 @tester.key_types.each do |key_type| assert !key_type.nil? end end def test_chord_types assert @tester.chord_types.size == 12 @tester.chord_types.each do |chord_type| assert !chord_type.nil? end end def test_key assert @tester.name.match(/([A-Z])\s*(b|#){0,1}\s*(m){0,1}/) end def test_instrument assert @tester.instrument.match(/\w+/) end def test_chord assert @tester.name.match(/([A-Z])\s*(b|#){0,1}\s*([a-zA-Z0-9]{0,4})/) end def test_band assert @tester.band.match(/\w+/) end def test_album assert @tester.album.match(/\w+/) end def test_genre assert @tester.genre.match(/\w+/) end end faker-1.9.1/test/test_faker_myst.rb000066400000000000000000000006711332146201300173200ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerMyst < Test::Unit::TestCase def setup @tester = Faker::Myst end def test_game assert @tester.game.match(/\w+/) end def test_creature assert @tester.creature.match(/\w+/) end def test_age assert @tester.age.match(/\w+/) end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_name.rb000066400000000000000000000021741332146201300172440ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerName < Test::Unit::TestCase def setup @tester = Faker::Name end def test_name assert @tester.name.match(/(\w+\.? ?){2,3}/) end def test_name_with_middle assert @tester.name_with_middle.match(/(\w+\.? ?){3,4}/) end def test_first_name assert @tester.first_name.match(/(\w+\.? ?){3,4}/) end def test_male_first_name assert @tester.male_first_name.match(/(\w+\.? ?){3,4}/) end def test_female_first_name assert @tester.female_first_name.match(/(\w+\.? ?){3,4}/) end def test_middle_name assert @tester.middle_name.match(/(\w+\.? ?){3,4}/) end def test_last_name assert @tester.last_name.match(/(\w+\.? ?){3,4}/) end def test_prefix assert @tester.prefix.match(/[A-Z][a-z]+\.?/) end def test_suffix assert @tester.suffix.match(/[A-Z][a-z]*\.?/) end def test_job_titles @job_titles = Faker::Name.job_titles @job_titles.each do |title| refute title.to_s.empty? end end def test_initials assert @tester.initials.match(/[A-Z]{3}/) assert @tester.initials(2).match(/[A-Z]{2}/) end end faker-1.9.1/test/test_faker_nation.rb000066400000000000000000000007311332146201300176110ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerNation < Test::Unit::TestCase def setup @tester = Faker::Nation end def test_nationality assert @tester.nationality.match(/(\w+\.? ?){2,3}/) end def test_language assert @tester.language.match(/[A-Z][a-z]+\.?/) end def test_capital_city assert @tester.capital_city.match(/(\w+\.? ?){2,3}/) end def test_natinonal_sport assert @tester.national_sport.match(/(\w+\.? ?){2,3}/) end end faker-1.9.1/test/test_faker_new_girl.rb000066400000000000000000000004051332146201300201250ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerNewGirl < Test::Unit::TestCase def setup @tester = Faker::NewGirl end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_number.rb000066400000000000000000000063541332146201300176200ustar00rootroot00000000000000require_relative 'test_helper' require 'minitest/mock' class TestFakerNumber < Test::Unit::TestCase def setup @tester = Faker::Number end def test_number assert @tester.number(10).match(/[0-9]{10}/) 10.times do |digits| digits += 1 assert @tester.number(digits).match(/^[0-9]{#{digits}}$/) end assert @tester.number(10).length == 10 assert @tester.number(1).length == 1 assert @tester.number(0) == '' end def test_decimal assert @tester.decimal(2).match(/[0-9]{2}\.[0-9]{2}/) assert @tester.decimal(4, 5).match(/[0-9]{4}\.[0-9]{5}/) end def test_digit assert @tester.digit.match(/[0-9]{1}/) assert((1..1000).collect { |_i| @tester.digit == '9' }.include?(true)) end def test_even_distribution assert stats = {} assert times = 10_000 times.times do assert num = @tester.digit stats[num] ||= 0 assert stats[num] += 1 end stats.each do |_k, v| assert_in_delta 10.0, 100.0 * v / times, 2.0 end end def test_normal n = 10_000 values = Array.new(n) { @tester.normal(150.0, 100.0) } mean = values.reduce(:+) / n.to_f variance = values.inject(0) { |var, value| var + (value - mean)**2 } / (n - 1).to_f std_dev = Math.sqrt variance assert_in_delta 150.0, mean, 5.0 assert_in_delta 100.0, std_dev, 3.0 end def test_between 100.times do random_number = @tester.between(-50, 50) assert random_number >= -50, "Expected >= -50, but got #{random_number}" assert random_number <= 50, "Expected <= 50, but got #{random_number}" end end def test_positive 100.times do random_number = @tester.positive(1, 100) assert random_number >= 1, "Expected >= 1, but got #{random_number}" assert random_number <= 100, "Expected <= 100, but got #{random_number}" end end def test_negative 100.times do random_number = @tester.negative(-1, -100) assert random_number <= -1, "Expected <= -1, but got #{random_number}" assert random_number >= -100, "Expected >= -100, but got #{random_number}" end end def test_force_positive random_number = @tester.positive(-1, -100) assert random_number >= 1, "Expected >= 1, but got #{random_number}" assert random_number <= 100, "Expected <= 100, but got #{random_number}" end def test_force_negative random_number = @tester.negative(1, 100) assert random_number <= -1, "Expected <= -1, but got #{random_number}" assert random_number >= -100, "Expected >= -100, but got #{random_number}" end def test_parameters_order random_number = @tester.between(100, 1) assert random_number >= 1, "Expected >= 1, but got #{random_number}" assert random_number <= 100, "Expected <= 100, but got #{random_number}" end def test_hexadecimal assert @tester.hexadecimal(4).match(/[0-9a-f]{4}/) assert @tester.hexadecimal(7).match(/[0-9a-f]{7}/) end def test_insignificant_zero @tester.stub :digit, 0 do assert_equal '0', @tester.number(1) 100.times do assert_match(/^[1-9]0/, @tester.number(2)) end assert_equal '0.0', @tester.decimal(1, 1) 100.times do assert_match(/^0\.0[1-9]/, @tester.decimal(1, 2)) end end end end faker-1.9.1/test/test_faker_omniauth.rb000066400000000000000000000520661332146201300201550ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerInternetOmniauth < Test::Unit::TestCase def setup @tester = Faker::Omniauth end def test_omniauth_google auth = @tester.google provider = auth[:provider] info = auth[:info] credentials = auth[:credentials] extra_raw_info = auth[:extra][:raw_info] id_info = auth[:extra][:id_info] plus_url = "https://plus.google.com/#{auth[:uid]}" openid_id = "https://www.google.com/accounts/o8/id?id=#{auth[:uid]}" assert_equal 'google_oauth2', provider assert_equal 9, auth[:uid].length assert_equal 2, word_count(info[:name]) assert info[:email].match safe_email_regex(info[:first_name], info[:last_name]) assert_equal info[:name].split(' ').first, info[:first_name] assert_equal info[:name].split(' ').last, info[:last_name] assert_instance_of String, info[:image] assert_instance_of String, credentials[:token] assert_instance_of String, credentials[:refresh_token] assert_equal true, credentials[:expires] assert_equal 9, extra_raw_info[:sub].length assert_equal info[:email], extra_raw_info[:email] assert %w[true false].include? extra_raw_info[:email_verified] assert_equal info[:name], extra_raw_info[:name] assert_equal info[:first_name], extra_raw_info[:given_name] assert_equal info[:last_name], extra_raw_info[:family_name] assert_equal plus_url, extra_raw_info[:profile] assert_instance_of String, extra_raw_info[:picture] assert gender?(extra_raw_info[:gender]) assert_instance_of String, extra_raw_info[:birthday] assert_equal 'en', extra_raw_info[:local] assert_instance_of String, extra_raw_info[:hd] assert_equal 'accounts.google.com', id_info['iss'] assert_instance_of String, id_info['at_hash'] assert [true, false].include? id_info['email_verified'] assert_equal 28, id_info['sub'].length assert_equal 'APP_ID', id_info['azp'] assert_equal info[:email], id_info['email'] assert_equal 'APP_ID', id_info['aud'] assert_equal openid_id, id_info['openid_id'] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, credentials[:expires_at] else assert_instance_of Integer, credentials[:expires_at] end if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, id_info['iat'] else assert_instance_of Integer, id_info['iat'] end if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, id_info['exp'] else assert_instance_of Integer, id_info['exp'] end end def test_omniauth_google_with_name custom_name = 'Happy Gilmore' first_name, last_name = custom_name.split auth = @tester.google(name: custom_name) info = auth[:info] extra_raw_info = auth[:extra][:raw_info] assert_instance_of String, info[:name] assert_equal 2, word_count(info[:name]) assert_equal custom_name, info[:name] assert info[:email].match safe_email_regex(first_name, last_name) assert_equal first_name, info[:first_name] assert_equal last_name, info[:last_name] assert_equal custom_name, extra_raw_info[:name] assert_equal first_name, extra_raw_info[:given_name] assert_equal last_name, extra_raw_info[:family_name] end def test_omniauth_google_with_email custom_email = 'gilmore@happy.com' auth = @tester.google(email: custom_email) info = auth[:info] extra_raw_info = auth[:extra][:raw_info] id_info = auth[:extra][:id_info] assert_instance_of String, info[:email] assert_equal custom_email, info[:email] assert_equal custom_email, extra_raw_info[:email] assert_equal custom_email, id_info['email'] end def test_omniauth_google_with_uid custom_uid = '12345' auth = @tester.google(uid: custom_uid) extra_raw_info = auth[:extra][:raw_info] plus_url = "https://plus.google.com/#{custom_uid}" assert_instance_of String, auth[:uid] assert_equal custom_uid, auth[:uid] assert_equal custom_uid, extra_raw_info[:sub] assert_equal plus_url, extra_raw_info[:profile] end def test_omniauth_facebook auth = @tester.facebook provider = auth[:provider] uid = auth[:uid] info = auth[:info] credentials = auth[:credentials] extra_raw_info = auth[:extra][:raw_info] username = (info[:first_name][0] + info[:last_name]).downcase location = extra_raw_info[:location] url = "http://www.facebook.com/#{username}" assert_equal 'facebook', provider assert_equal 7, uid.length assert info[:email].match safe_email_regex(info[:first_name], info[:last_name]) assert_equal 2, word_count(info[:name]) assert_instance_of String, info[:first_name] assert_instance_of String, info[:last_name] assert_instance_of String, info[:image] assert boolean?(info[:verified]) assert_instance_of String, credentials[:token] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, credentials[:expires_at] else assert_instance_of Integer, credentials[:expires_at] end assert_equal true, credentials[:expires] assert_equal uid, extra_raw_info[:id] assert_equal info[:name], extra_raw_info[:name] assert_equal info[:first_name], extra_raw_info[:first_name] assert_equal info[:last_name], extra_raw_info[:last_name] assert_equal url, extra_raw_info[:link] assert_equal username, extra_raw_info[:username] assert_equal 9, location[:id].length assert_instance_of String, location[:name] assert gender?(extra_raw_info[:gender]) assert_equal info[:email], extra_raw_info[:email] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, extra_raw_info[:timezone] else assert_instance_of Integer, extra_raw_info[:timezone] end assert_instance_of String, extra_raw_info[:locale] assert boolean?(extra_raw_info[:verified]) assert_instance_of String, extra_raw_info[:updated_time] end def test_omniauth_facebook_with_name custom_name = 'Happy Gilmore' first_name, last_name = custom_name.split username = (first_name[0] + last_name).downcase url = "http://www.facebook.com/#{username}" auth = @tester.facebook(name: custom_name) info = auth[:info] extra_raw_info = auth[:extra][:raw_info] assert_instance_of String, info[:name] assert_equal 2, word_count(info[:name]) assert_equal custom_name, info[:name] assert_equal custom_name, extra_raw_info[:name] assert_instance_of String, info[:first_name] assert_equal first_name, info[:first_name] assert_equal first_name, extra_raw_info[:first_name] assert_instance_of String, info[:last_name] assert_equal last_name, info[:last_name] assert_equal last_name, extra_raw_info[:last_name] assert info[:email].match safe_email_regex(first_name, last_name) assert_equal url, extra_raw_info[:link] assert_equal username, extra_raw_info[:username] end def test_omniauth_facebook_with_username custom_username = 'hgilmore' auth = @tester.facebook(username: custom_username) extra_raw_info = auth[:extra][:raw_info] url = "http://www.facebook.com/#{custom_username}" assert_equal custom_username, extra_raw_info[:username] assert_equal url, extra_raw_info[:link] end def test_omniauth_facebook_with_email custom_email = 'gilmore@happy.com' auth = @tester.facebook(email: custom_email) info = auth[:info] extra_raw_info = auth[:extra][:raw_info] assert_instance_of String, info[:email] assert_equal custom_email, info[:email] assert_equal custom_email, extra_raw_info[:email] end def test_omniauth_facebook_with_uid custom_uid = '12345' auth = @tester.facebook(uid: custom_uid) extra_raw_info = auth[:extra][:raw_info] assert_instance_of String, auth[:uid] assert_equal custom_uid, auth[:uid] assert_equal custom_uid, extra_raw_info[:id] end def test_omniauth_twitter auth = @tester.twitter provider = auth[:provider] uid = auth[:uid] info = auth[:info] urls = info[:urls] credentials = auth[:credentials] access_token = auth[:extra][:access_token] raw_info = auth[:extra][:raw_info] url = "https://twitter.com/#{info[:nickname]}" assert_equal 'twitter', provider assert_equal 6, uid.length assert_equal info[:name].downcase.delete(' '), info[:nickname] assert_equal 2, word_count(info[:name]) assert_equal 2, info[:location].split(', ').length assert_instance_of String, info[:image] assert_instance_of String, info[:description] assert_equal nil, urls[:Website] assert_equal url, urls[:Twitter] assert_instance_of String, credentials[:token] assert_instance_of String, credentials[:secret] assert_instance_of String, access_token assert_equal info[:name], raw_info[:name] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, raw_info[:listed_count] else assert_instance_of Integer, raw_info[:listed_count] end assert_instance_of String, raw_info[:profile_sidebar_border_color] refute raw_info[:url] assert_equal 'en', raw_info[:lang] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, raw_info[:statuses_count] else assert_instance_of Integer, raw_info[:statuses_count] end assert_instance_of String, raw_info[:profile_image_url] assert_instance_of String, raw_info[:profile_background_image_url_https] assert_equal info[:location], raw_info[:location] assert_instance_of String, raw_info[:time_zone] assert boolean?(raw_info[:follow_request_sent]) assert_equal uid, raw_info[:id] assert boolean?(raw_info[:profile_background_tile]) assert_instance_of String, raw_info[:profile_sidebar_fill_color] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, raw_info[:followers_count] else assert_instance_of Integer, raw_info[:followers_count] end assert boolean?(raw_info[:default_profile_image]) assert_equal '', raw_info[:screen_name] assert boolean?(raw_info[:following]) if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, raw_info[:utc_offset] else assert_instance_of Integer, raw_info[:utc_offset] end assert boolean?(raw_info[:verified]) if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, raw_info[:favourites_count] else assert_instance_of Integer, raw_info[:favourites_count] end assert_instance_of String, raw_info[:profile_background_color] assert boolean?(raw_info[:is_translator]) if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, raw_info[:friends_count] else assert_instance_of Integer, raw_info[:friends_count] end assert boolean?(raw_info[:notifications]) assert boolean?(raw_info[:geo_enabled]) assert_instance_of String, raw_info[:profile_background_image_url] assert boolean?(raw_info[:protected]) assert_equal info[:description], raw_info[:description] assert_instance_of String, raw_info[:profile_link_color] assert_instance_of String, raw_info[:created_at] assert_equal uid, raw_info[:id_str] assert_instance_of String, raw_info[:profile_image_url_https] assert boolean?(raw_info[:default_profile]) assert boolean?(raw_info[:profile_use_background_image]) assert_instance_of Array, raw_info[:entities][:description][:urls] assert_instance_of String, raw_info[:profile_text_color] assert boolean?(raw_info[:contributors_enabled]) end def test_omniauth_twitter_with_name custom_name = 'Happy Gilmore' nickname = custom_name.downcase.delete(' ') url = "https://twitter.com/#{nickname}" auth = @tester.twitter(name: custom_name) info = auth[:info] urls = info[:urls] raw_info = auth[:extra][:raw_info] assert_instance_of String, info[:name] assert_equal custom_name, info[:name] assert_equal nickname, info[:nickname] assert_equal 2, word_count(info[:name]) assert_equal url, urls[:Twitter] assert_equal custom_name, raw_info[:name] end def test_omniauth_twitter_with_nickname custom_nickname = 'hgilmore' url = "https://twitter.com/#{custom_nickname}" auth = @tester.twitter(nickname: custom_nickname) info = auth[:info] assert_instance_of String, info[:nickname] assert_equal custom_nickname, info[:nickname] assert_equal url, info[:urls][:Twitter] end def test_omniauth_twitter_with_uid custom_uid = '12345' auth = @tester.twitter(uid: custom_uid) raw_info = auth[:extra][:raw_info] assert_instance_of String, auth[:uid] assert_equal custom_uid, auth[:uid] assert_equal custom_uid, raw_info[:id] assert_equal custom_uid, raw_info[:id_str] end def test_omniauth_linkedin auth = @tester.linkedin info = auth['info'] credentials = auth['credentials'] extra = auth['extra'] access_token = extra['access_token'] params = access_token['params'] raw_info = extra['raw_info'] first_name = info['first_name'].downcase last_name = info['last_name'].downcase url = "http://www.linkedin.com/in/#{first_name}#{last_name}" assert_equal 'linkedin', auth['provider'] assert_equal 6, auth['uid'].length assert_equal 2, word_count(info['name']) assert info['email'].match safe_email_regex(first_name, last_name) assert_equal info['name'], info['nickname'] assert_instance_of String, info['first_name'] assert_instance_of String, info['last_name'] assert_equal 2, info['location'].split(', ').count assert_instance_of String, info['description'] assert_instance_of String, info['image'] assert_instance_of String, info['phone'] assert_instance_of String, info['headline'] assert_instance_of String, info['industry'] assert_equal url, info['urls']['public_profile'] assert_instance_of String, credentials['token'] assert_instance_of String, credentials['secret'] assert_equal credentials['token'], access_token['token'] assert_equal credentials['secret'], access_token['secret'] refute access_token['consumer'] assert_equal credentials['token'], params[:oauth_token] assert_equal credentials['secret'], params[:oauth_token_secret] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, params[:oauth_expires_in] assert_instance_of Fixnum, params[:oauth_authorization_expires_in] else assert_instance_of Integer, params[:oauth_expires_in] assert_instance_of Integer, params[:oauth_authorization_expires_in] end refute access_token['response'] assert_equal info['first_name'], raw_info['firstName'] assert_equal info['headline'], raw_info['headline'] assert_equal auth['uid'], raw_info['id'] assert_equal info['industry'], raw_info['industry'] assert_equal info['last_name'], raw_info['lastName'] assert_instance_of String, raw_info['location']['country']['code'] assert_instance_of String, raw_info['location']['name'] assert_instance_of String, raw_info['pictureUrl'] assert_equal info['urls']['public_profile'], raw_info['publicProfileUrl'] end def test_omniauth_linkedin_with_name custom_name = 'Happy Gilmore' first_name, last_name = custom_name.split auth = @tester.linkedin(name: custom_name) info = auth['info'] assert_equal 2, word_count(info['name']) assert_instance_of String, info['name'] assert_equal custom_name, info['name'] assert info['email'].match safe_email_regex(first_name, last_name) assert_equal custom_name, info['nickname'] assert_equal first_name, info['first_name'] assert_equal last_name, info['last_name'] end def test_omniauth_linkedin_with_email custom_email = 'gilmore@happy.com' auth = @tester.linkedin(email: custom_email) info = auth['info'] assert_equal custom_email, info['email'] end def test_omniauth_linkedin_with_uid custom_uid = '12345' auth = @tester.linkedin(uid: custom_uid) extra_raw_info = auth['extra']['raw_info'] assert_instance_of String, auth['uid'] assert_equal custom_uid, auth['uid'] assert_equal custom_uid, extra_raw_info['id'] end def test_omniauth_github auth = @tester.github provider = auth[:provider] uid = auth[:uid] info = auth[:info] extra_raw_info = auth[:extra][:raw_info] credentials = auth[:credentials] name = info[:name] login = info[:nickname] html_url = "https://github.com/#{login}" api_url = "https://api.github.com/users/#{login}" assert_equal 'github', provider assert_equal 8, uid.length assert_equal uid, extra_raw_info[:id] assert info[:email].match safe_email_regex(info[:first_name], info[:last_name]) assert_equal info[:email], extra_raw_info[:email] assert_equal 2, word_count(name) assert_instance_of String, name assert_equal name, extra_raw_info[:name] assert_equal login, extra_raw_info[:login] assert_instance_of String, login assert_instance_of String, info[:image] assert_instance_of Hash, info[:urls] assert_instance_of String, info[:urls][:GitHub] assert_equal html_url, info[:urls][:GitHub] assert_instance_of String, credentials[:token] assert_equal false, credentials[:expires] assert_instance_of String, extra_raw_info[:avatar_url] assert_equal '', extra_raw_info[:gravatar_id] assert_equal api_url, extra_raw_info[:url] assert_equal html_url, extra_raw_info[:html_url] assert_equal "#{api_url}/followers", extra_raw_info[:followers_url] assert_equal "#{api_url}/following{/other_user}", extra_raw_info[:following_url] assert_equal "#{api_url}/gists{/gist_id}", extra_raw_info[:gists_url] assert_equal "#{api_url}/starred{/owner}{/repo}", extra_raw_info[:starred_url] assert_equal "#{api_url}/subscriptions", extra_raw_info[:subscriptions_url] assert_equal "#{api_url}/orgs", extra_raw_info[:organizations_url] assert_equal "#{api_url}/repos", extra_raw_info[:repos_url] assert_equal "#{api_url}/events{/privacy}", extra_raw_info[:events_url] assert_equal "#{api_url}/received_events", extra_raw_info[:received_events_url] assert_equal 'User', extra_raw_info[:type] assert boolean?(extra_raw_info[:site_admin]) assert_equal nil, extra_raw_info[:company] assert_equal nil, extra_raw_info[:blog] assert_instance_of String, extra_raw_info[:location] assert_equal nil, extra_raw_info[:hireable] assert_equal nil, extra_raw_info[:bio] if RUBY_VERSION < '2.4.0' assert_instance_of Fixnum, extra_raw_info[:public_repos] assert_instance_of Fixnum, extra_raw_info[:public_gists] assert_instance_of Fixnum, extra_raw_info[:followers] assert_instance_of Fixnum, extra_raw_info[:following] else assert_instance_of Integer, extra_raw_info[:public_repos] assert_instance_of Integer, extra_raw_info[:public_gists] assert_instance_of Integer, extra_raw_info[:followers] assert_instance_of Integer, extra_raw_info[:following] end assert_instance_of String, extra_raw_info[:created_at] assert_instance_of String, extra_raw_info[:updated_at] end def test_omniauth_github_with_name custom_name = 'Happy Gilmore' login = custom_name.split.map(&:downcase).join('-') auth = @tester.github(name: custom_name) info = auth[:info] extra_raw_info = auth[:extra][:raw_info] safe_email_re = safe_email_regex(info[:first_name], info[:last_name]) assert_equal custom_name, info[:name] assert_equal 2, word_count(info[:name]) assert_instance_of String, info[:name] assert_equal custom_name, extra_raw_info[:name] assert info[:email].match safe_email_re assert extra_raw_info[:email].match safe_email_re assert_equal login, info[:nickname] end def test_omniauth_github_with_email custom_email = 'gilmore@happy.com' auth = @tester.github(email: custom_email) info = auth[:info] extra_raw_info = auth[:extra][:raw_info] assert_instance_of String, info[:email] assert_equal custom_email, info[:email] assert_equal custom_email, extra_raw_info[:email] end def test_omniauth_github_with_uid custom_uid = '12345' auth = @tester.github(uid: custom_uid) extra_raw_info = auth[:extra][:raw_info] assert_instance_of String, auth[:uid] assert_equal custom_uid, auth[:uid] assert_equal custom_uid, extra_raw_info[:id] end def word_count(string) string.split(' ').length end def boolean?(test) !test.nil? end def gender?(test) %w[female male].include?(test) end def safe_email_regex(f_name, l_name) /(#{f_name}(.|_)#{l_name}|#{l_name}(.|_)#{f_name})@example.(com|net|org)/i end end faker-1.9.1/test/test_faker_one_piece.rb000066400000000000000000000010171332146201300202450ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerOnePiece < Test::Unit::TestCase def setup @tester = Faker::OnePiece end def test_character assert @tester.character.match(/\w+/) end def test_sea assert @tester.sea.match(/\w+/) end def test_island assert @tester.island.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end def test_akuma_no_mi assert @tester.akuma_no_mi.match(/\w+/) end end faker-1.9.1/test/test_faker_overwatch.rb000066400000000000000000000005031332146201300203200ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerOverwatch < Test::Unit::TestCase def setup @tester = Faker::Overwatch end def test_hero assert @tester.hero.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_parks_and_rec.rb000066400000000000000000000004131332146201300211110ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerParksAndRec < Test::Unit::TestCase def setup @tester = Faker::ParksAndRec end def test_character assert @tester.character.match(/\w+/) end def test_city assert @tester.city.match(/\w+/) end end faker-1.9.1/test/test_faker_pokemon.rb000066400000000000000000000004751332146201300177760ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerPokemon < Test::Unit::TestCase def setup @tester = Faker::Pokemon end def test_name assert @tester.name.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_move assert @tester.move.match(/\w+/) end end faker-1.9.1/test/test_faker_princess_bride.rb000066400000000000000000000004211332146201300213100ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerPrincessBride < Test::Unit::TestCase def setup @tester = Faker::PrincessBride end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_programming_language.rb000066400000000000000000000004251332146201300225060ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerProgrammingLanguage < Test::Unit::TestCase def setup @tester = Faker::ProgrammingLanguage end def test_name assert @tester.name.match(/\w/) end def test_creator assert @tester.creator.match(/\w/) end end faker-1.9.1/test/test_faker_rick_and_morty.rb000066400000000000000000000005231332146201300213240ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerRickAndMorty < Test::Unit::TestCase def setup @tester = Faker::RickAndMorty end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_robin.rb000066400000000000000000000002731332146201300174330ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerRobin < Test::Unit::TestCase def setup @tester = Faker::Robin end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_rock_band.rb000066400000000000000000000002771332146201300202500ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerRockBand < Test::Unit::TestCase def setup @tester = Faker::RockBand end def test_name assert @tester.name.match(/\w+/) end end faker-1.9.1/test/test_faker_rupaul.rb000066400000000000000000000003751332146201300176350ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerRuPaul < Test::Unit::TestCase def setup @tester = Faker::RuPaul end def test_quote assert @tester.quote.match(/\w+/i) end def test_queen assert @tester.queen.match(/\w+/i) end end faker-1.9.1/test/test_faker_science.rb000066400000000000000000000005261332146201300177340ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerScience < Test::Unit::TestCase def setup @tester = Faker::Science end def test_element assert @tester.element.match(/\w+/) end def test_element_symbol assert @tester.element.match(/\w{1,2}/) end def test_scientist assert @tester.scientist.match(/\w+/) end end faker-1.9.1/test/test_faker_seinfeld.rb000066400000000000000000000004071332146201300201120ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSeinfeld < Test::Unit::TestCase def setup @tester = Faker::Seinfeld end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_shakespeare.rb000066400000000000000000000007611332146201300206170ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerShakespeare < Test::Unit::TestCase def setup @tester = Faker::Shakespeare end def test_as_you_like_it_quote assert @tester.as_you_like_it_quote.match(/\w+/) end def test_king_richard_iii_quote assert @tester.king_richard_iii_quote.match(/\w+/) end def test_romeo_and_juliet_quote assert @tester.romeo_and_juliet_quote.match(/\w+/) end def test_hamlet_quote assert @tester.hamlet_quote.match(/\w+/) end end faker-1.9.1/test/test_faker_silicon_valley.rb000066400000000000000000000012211332146201300213300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSiliconValley < Test::Unit::TestCase def setup @tester = Faker::SiliconValley end def test_characters assert @tester.character.match(/\w+/) end def test_companies assert @tester.company.match(/\w+/) end def test_quotes assert @tester.quote.match(/\w+/) end def test_apps assert @tester.app.match(/\w+/) end def test_inventions assert @tester.invention.match(/\w+/) end def test_mottos assert @tester.motto.match(/\w+/) end def test_urls assert @tester.url.match(/\w+/) end def test_email assert @tester.email.match(/\w+/) end end faker-1.9.1/test/test_faker_simpsons.rb000066400000000000000000000012771332146201300202020ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestFakerSimpsons < Test::Unit::TestCase def setup Faker::Config.locale = nil end def test_characters 10.times { assert Faker::Simpsons.character.match(/[\w]+/) } end def test_locations 10.times { assert Faker::Simpsons.location.match(/[\w]+/) } end def test_quote 10.times { assert Faker::Simpsons.quote.match(/[\w]+/) } end def test_locales [nil, 'en', 'de'].each do |_locale_name| Faker::Config.locale = 'de' assert Faker::Simpsons.character.is_a? String assert Faker::Simpsons.location .is_a? String assert Faker::Simpsons.quote .is_a? String end end end faker-1.9.1/test/test_faker_singular_siegler.rb000066400000000000000000000003161332146201300216560ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSingularSiegler < Test::Unit::TestCase def setup @tester = Faker::SingularSiegler end def test_quote assert @tester.quote.match(/\w/) end end faker-1.9.1/test/test_faker_slack_emoji.rb000066400000000000000000000016221332146201300206010ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSlackEmoji < Test::Unit::TestCase def setup @tester = Faker::SlackEmoji @emoticon_regex = /^:([\w-]+):$/ end def test_people assert @tester.people.match(@emoticon_regex) end def test_nature assert @tester.nature.match(@emoticon_regex) end def test_food_and_drink assert @tester.food_and_drink.match(@emoticon_regex) end def test_celebration assert @tester.celebration.match(@emoticon_regex) end def test_activity assert @tester.activity.match(@emoticon_regex) end def test_travel_and_places assert @tester.travel_and_places.match(@emoticon_regex) end def test_objects_and_symbols assert @tester.objects_and_symbols.match(@emoticon_regex) end def test_custom assert @tester.custom.match(@emoticon_regex) end def test_emoji assert @tester.emoji.match(@emoticon_regex) end end faker-1.9.1/test/test_faker_source.rb000066400000000000000000000015661332146201300176300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSource < Test::Unit::TestCase def setup @tester = Faker::Source end def test_hello_world_instance assert_instance_of String, @tester.hello_world end def test_hello_world assert_match "'Hello World!'", @tester.hello_world end def test_print_instance assert_instance_of String, @tester.print end def test_print assert_match "'some string'", @tester.print end def test_print_another_string assert_match "'another string'", @tester.print(str: 'another string') end def test_print_invalid_lang assert_raise(I18n::MissingTranslationData) { @tester.print(lang: :js) } end def test_print_1_to_10_instance assert_instance_of String, @tester.print_1_to_10 end def test_print_1_to_10_javascript assert_match 'console.log(i);', @tester.print_1_to_10(:javascript) end end faker-1.9.1/test/test_faker_space.rb000066400000000000000000000024111332146201300174110ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSpace < Test::Unit::TestCase def setup @tester = Faker::Space end def test_planet assert @tester.planet.match(/(\w+\.? ?){2,3}/) end def test_moon assert @tester.moon.match(/(\w+\.? ?){2,3}/) end def test_galaxy assert @tester.galaxy.match(/(\w+\.? ?){2,3}/) end def test_nebula assert @tester.nebula.match(/(\w+\.? ?){2,3}/) end def test_star_cluster assert @tester.star_cluster.match(/(\w+\.? ?){2,3}/) end def test_constellation assert @tester.constellation.match(/(\w+\.? ?){2,3}/) end def test_star assert @tester.star.match(/(\w+\.? ?){2,3}/) end def test_agency assert @tester.agency.match(/(\w+\.? ?){2,3}/) end def test_agency_abv assert @tester.agency_abv.match(/(\w+\.? ?){2,3}/) end def test_nasa_space_craft assert @tester.nasa_space_craft.match(/(\w+\.? ?){2,3}/) end def test_company assert @tester.company.match(/(\w+\.? ?){2,3}/) end def test_distance_measurement assert @tester.distance_measurement.match(/(\w+\.? ?){2,3}/) end def test_meteorite assert @tester.meteorite.match(/(\w+\.? ?){2,3}/) end def test_launch_vehicule assert @tester.launch_vehicule.match(/(\w+\.? ?){2,3}/) end end faker-1.9.1/test/test_faker_star_trek.rb000066400000000000000000000006231332146201300203170ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerStarTrek < Test::Unit::TestCase def setup @tester = Faker::StarTrek end def test_characters assert @tester.character.match(/\w+/) end def test_locations assert @tester.location.match(/\w+/) end def test_species assert @tester.specie.match(/\w+/) end def test_villains assert @tester.villain.match(/\w+/) end end faker-1.9.1/test/test_faker_star_wars.rb000066400000000000000000000031471332146201300203320ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerStarWars < Test::Unit::TestCase def setup @tester = Faker::StarWars end def test_call_sign assert @tester.call_sign.match(/\w+/) end def test_character assert @tester.character.match(/\w+/) end def test_droid assert @tester.droid.match(/\w+/) end def test_planet assert @tester.planet.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end # test good match def test_random_character_quote assert @tester.quote('admiral_ackbar').match(/\w+/) end # test good alternate spelling match def test_random_character_alt_spelling_quote assert @tester.quote('ackbar').match(/\w+/) end # test error on no match def test_invalid_quote assert_raise ArgumentError do @tester.quote('Leto Atreides') end end def test_specie assert @tester.specie.match(/\w+/) end def test_vehicle assert @tester.vehicle.match(/\w+/) end def test_wookiee_sentence assert @tester.wookiee_sentence.match(/\w+/) end def test_call_numbers assert @tester.call_numbers.is_a?(Array) end def test_call_squadrons assert @tester.call_squadrons.is_a?(Array) end def test_characters assert @tester.characters.is_a?(Array) end def test_droids assert @tester.droids.is_a?(Array) end def test_planets assert @tester.planets.is_a?(Array) end def test_species assert @tester.species.is_a?(Array) end def test_vehicles assert @tester.vehicles.is_a?(Array) end def test_wookiee_words assert @tester.wookiee_words.is_a?(Array) end end faker-1.9.1/test/test_faker_stargate.rb000066400000000000000000000005071332146201300201340ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerStargate < Test::Unit::TestCase def setup @tester = Faker::Stargate end def test_character assert @tester.character.match(/\w+/) end def test_planet assert @tester.planet.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_street.rb000066400000000000000000000040521332146201300176270ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerStreet < Test::Unit::TestCase def setup @tester = Faker::Address @old_locales = I18n.config.available_locales # rubocop:disable Lint/InterpolationCheck shire = { faker: { address: { street_name: ['#{street_prefix} #{street_root} #{street_suffix}'], street_prefix: ['Wide'], street_root: ['Cheerful'], street_suffix: ['Path'], secondary_address: ['(Green Door)'], street_address: ['#{street_name} #{building_number}'], building_number: ['#'], community_prefix: ['Pine'], community_suffix: ['Place'], time_zone: ['Pacific/Pago_Pago'] } } } # rubocop:enable Lint/InterpolationCheck I18n.config.available_locales += [:shire] I18n.backend.store_translations(:shire, shire) end def teardown I18n.config.available_locales = @old_locales end def test_street_name_supports_flexible_formats I18n.with_locale(:shire) do assert_equal 'Wide Cheerful Path', @tester.street_name end end def test_street_address_supports_flexible_formats I18n.with_locale(:shire) do assert_match(/Wide Cheerful Path \d/, @tester.street_address) end end def test_community_supports_flexible_formats I18n.with_locale(:shire) do assert_match(/Pine Place/, @tester.community) end end def test_street_address_optionally_provides_secondary_address I18n.with_locale(:shire) do assert_match(/Wide Cheerful Path \d \(Green Door\)/, @tester.street_address(:include_secondary)) end end def test_street_address_with_locale_fallback I18n.with_locale('en-GB') do assert_match(/^\d+ [\w']+ \w+/, @tester.street_address) end end def test_timezone_support I18n.with_locale(:shire) do assert_equal 'Pacific/Pago_Pago', @tester.time_zone end end def test_full_address I18n.with_locale('en') do assert_match(/^(.+\s)?\d+ [\w'\s]+\, [\w'\s]+\, [\w']+ \d+/, @tester.full_address) end end end faker-1.9.1/test/test_faker_string.rb000066400000000000000000000026271332146201300176350ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestFakerString < Test::Unit::TestCase def setup @tester = Faker::String end def teardown @tester = nil end def test_is_string assert @tester.random.is_a?(String) end def test_has_valid_encoding assert @tester.random.valid_encoding? 128.times { assert @tester.random(1..128).valid_encoding? } end def test_is_utf8 assert @tester.random.encoding == Encoding::UTF_8 end def test_default_length assert @tester.random.length == 32 end def test_nil_is_zero 2.times { assert @tester.random(nil).empty? } end def test_int_length [0, -1, 1, rand(500), rand(-2048..2047)].each do |len| 8.times { assert @tester.random(len).length == [0, len].max } end end def test_range_length range = (-5..30) 16.times { assert range.include? @tester.random(range).length } range = (42..42) assert @tester.random(range).length == 42 end def test_array_length array = [0, -1, 1, 1024, rand(2048)] 8.times { assert array.include? @tester.random(array).length } num = rand(-2048..2047) array = [num, num, num] 8.times { assert @tester.random(array).length == [0, num].max } end def test_nested_lengths test = lambda do @tester.random([1, (2..5), [3, (-7...6)], nil]) end 16.times { assert(((0..5).cover? test.call.length)) } end end faker-1.9.1/test/test_faker_stripe.rb000066400000000000000000000023121332146201300176240ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerStripe < Test::Unit::TestCase def setup @tester = Faker::Stripe end def test_valid_card assert @tester.valid_card.match(/\A\d{14,16}\z/) end def test_valid_card_error assert_raise ArgumentError do assert @tester.valid_card(Faker::Lorem.word) end end def test_specific_valid_card assert @tester.valid_card('visa').match(/\A\d{16}\z/) end def test_valid_token assert @tester.valid_token.match(/\w+/) end def test_specific_valid_token assert @tester.valid_token('visa').match(/\Atok_visa\z/) end def test_invalid_card assert @tester.invalid_card.match(/\A\d{16}\z/) end def test_invalid_card_error assert_raise ArgumentError do assert @tester.invalid_card(Faker::Lorem.word) end end def test_specific_error_invalid_card assert @tester.invalid_card('zipFail').match(/\w+/) end def test_valid_exp_mo assert @tester.month.match(/\A\d{2}\z/) end def test_valid_exp_yr assert @tester.year.match(/\A\d{4}\z/) end def test_valid_ccv assert @tester.ccv.match(/\A\d{3}\z/) end def test_valid_amex_ccv assert @tester.ccv('amex').match(/\A\d{4}\z/) end end faker-1.9.1/test/test_faker_superhero.rb000066400000000000000000000004051332146201300203330ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSuperhero < Test::Unit::TestCase def setup @tester = Faker::Superhero end def test_power assert @tester.power.match(/\w+\.?/) end def test_name assert @tester.name.match(/\w+\.?/) end end faker-1.9.1/test/test_faker_sword_art_online.rb000066400000000000000000000006471332146201300216770ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerSwordArtOnline < Test::Unit::TestCase def setup @tester = Faker::SwordArtOnline end def test_real_name assert @tester.real_name.match(/\w+\.?/) end def test_game_name assert @tester.game_name.match(/\w+\.?/) end def test_location assert @tester.location.match(/\w+\.?/) end def test_item assert @tester.item.match(/\w+\.?/) end end faker-1.9.1/test/test_faker_team.rb000066400000000000000000000006201332146201300172440ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerTeam < Test::Unit::TestCase def setup @tester = Faker::Team end def test_name assert @tester.name.match(/(\w+\.? ?){2}/) end def test_creature assert @tester.creature.match(/(\w+){1}/) end def test_state assert @tester.state.match(/(\w+){1}/) end def test_sport assert @tester.sport.match(/(\w+){1}/) end end faker-1.9.1/test/test_faker_the_fresh_prince_of_bel_air.rb000066400000000000000000000005511332146201300237710ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerTheFreshPrinceOfBelAir < Test::Unit::TestCase def setup @tester = Faker::TheFreshPrinceOfBelAir end def test_character assert @tester.character.match(/\w+/) end def test_celebrity assert @tester.celebrity.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_the_it_crowd.rb000066400000000000000000000006131332146201300207720ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerTheITCrowd < Test::Unit::TestCase def setup @tester = Faker::TheITCrowd end def test_actors assert @tester.actor.match(/\w+/) end def test_characters assert @tester.character.match(/\w+/) end def test_emails assert @tester.email.match(/\w+/) end def test_quotes assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_time.rb000066400000000000000000000071721332146201300172650ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerTime < Test::Unit::TestCase TEN_HOURS = 36_000 def setup @tester = Faker::Time @time_ranges = Faker::Time::TIME_RANGES end def test_between_with_time_parameters from = Time.at(0) to = Time.at(2_145_945_600) 100.times do random_time = @tester.between(from, to) assert random_time >= from, "Expected >= \"#{from}\", but got #{random_time}" assert random_time <= to, "Expected <= \"#{to}\", but got #{random_time}" end end def test_between_with_date_parameters from = Time.at(0).to_date to = Time.at(2_145_945_600).to_date 100.times do random_time = @tester.between(from, to) assert random_time.to_date >= from, "Expected >= \"#{from}\", but got #{random_time}" assert random_time.to_date <= to, "Expected <= \"#{to}\", but got #{random_time}" end end def test_forward today = Date.today 100.times do random_time = @tester.forward(10) assert random_time > today.to_time, "Expected > \"#{today}\", but got #{random_time}" end end def test_backward tomorrow = Date.today + 1 100.times do random_time = @tester.backward(10) assert random_time < tomorrow.to_time, "Expected < \"#{tomorrow}\", but got #{random_time}" end end def test_invalid_period_error from = Date.today to = Date.today + 15 assert_raise ArgumentError do @tester.between(from, to, :invalid_period) end end def test_return_type random_backward = @tester.backward(5) random_between_dates = @tester.between(Date.today, Date.today + 5) random_between_times = @tester.between(Time.now, Time.now + TEN_HOURS) random_forward = @tester.forward(5) [ random_backward, random_between_dates, random_between_times, random_forward ].each do |result| assert result.is_a?(Time), "Expected a Time object, but got #{result.class}" end end def test_format from = Date.today to = Date.today + 15 format = :us 100.times do period = @time_ranges.keys.to_a.sample random_backward = @tester.backward(30, period, format) random_between = @tester.between(from, to, period, format) random_forward = @tester.forward(30, period, format) [random_backward, random_between, random_forward].each do |result| assert result.is_a?(String), "Expected a String, but got #{result.class}" assert_nothing_raised 'Not a valid date string' do date_format = '%m/%d/%Y %I:%M %p' DateTime.strptime(result, date_format) end end end end def test_time_period from = Time.at(0).to_date to = Time.at(2_145_945_600).to_date 100.times do period = @time_ranges.keys.to_a.sample period_range = @time_ranges[period] random_backward = @tester.backward(30, period) random_between = @tester.between(from, to, period) random_forward = @tester.forward(30, period) [random_backward, random_between, random_forward].each_with_index do |result, index| assert period_range.include?(result.hour.to_i), "#{%i[random_backward random_between random_forward][index]}: \"#{result}\" expected to be included in Faker::Time::TIME_RANGES[:#{period}] range" end end from = Time.now to = Time.now + 100 100.times do period = :between random_between = @tester.between(from, to, period) assert random_between >= from, "Expected >= \"#{from}\", but got #{random_between}" assert random_between <= to, "Expected <= \"#{to}\", but got #{random_between}" end end end faker-1.9.1/test/test_faker_twin_peaks.rb000066400000000000000000000005151332146201300204650ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerTwinPeaks < Test::Unit::TestCase def setup @tester = Faker::TwinPeaks end def test_character assert @tester.character.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_types.rb000066400000000000000000000037631332146201300174750ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerTypes < Test::Unit::TestCase module TestModule end def setup @tester = Faker::Types end def test_rb_string_is_or_correct_type assert @tester.rb_string.class == String end def test_string_returns_correct_number_of_words assert @tester.rb_string(1).split(' ').length == 1 assert @tester.rb_string(5).split(' ').length == 5 assert @tester.rb_string(0).split(' ').empty? end def test_character assert @tester.character.length == 1 end def test_integer if RUBY_VERSION < '2.4.0' assert @tester.rb_integer.class == Fixnum else assert @tester.rb_integer.class == Integer end end def test_rb_integer_between from = Faker::Number.number.to_i to = from + Faker::Number.number.to_i val = @tester.rb_integer(from, to) assert val < to && val >= from end def test_rb_hash_returns_a_hash assert @tester.rb_hash.class == Hash end def test_hash_returns_the_correct_number_of_keys assert @tester.rb_hash(3).keys.length == 3 assert @tester.rb_hash(0).keys.empty? assert @tester.rb_hash.keys.length == 1 end def test_complex_rb_hash_returns_a_hash assert @tester.complex_rb_hash.class == Hash end def test_complex_hash_returns_the_correct_number_of_keys assert @tester.complex_rb_hash(3).keys.length == 3 assert @tester.complex_rb_hash(0).keys.empty? assert @tester.complex_rb_hash.keys.length == 1 end def test_rb_array_returns_array assert @tester.rb_array.class == Array end def test_array_has_the_right_array assert @tester.rb_array(3).length == 3 assert @tester.rb_array(0).empty? assert @tester.rb_array.length == 1 end def test_titleize val = 'foobar' expected = 'Foobar' assert @tester.send(:titleize, val) == expected end def test_resolve array = [1, 2, 3] range = 1..10 assert array.include?(@tester.send(:resolve, array)) assert range.include?(@tester.send(:resolve, range)) end end faker-1.9.1/test/test_faker_umphreys_mcgee.rb000066400000000000000000000003111332146201300213270ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerUmphreysMcgee < Test::Unit::TestCase def setup @tester = Faker::UmphreysMcgee end def test_song assert @tester.song.match(/\w+/) end end faker-1.9.1/test/test_faker_unique_generator.rb000066400000000000000000000033621332146201300217000ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerUniqueGenerator < Test::Unit::TestCase def test_generates_unique_values generator = Faker::UniqueGenerator.new(Faker::Base, 10_000) result = [generator.rand_in_range(1, 2), generator.rand_in_range(1, 2)] assert_equal([1, 2], result.sort) end def test_respond_to_missing stubbed_generator = Object.new generator = Faker::UniqueGenerator.new(stubbed_generator, 3) assert_equal(generator.send(:respond_to_missing?, 'faker_address'), true) assert_equal(generator.send(:respond_to_missing?, 'address'), false) end def test_returns_error_when_retries_exceeded stubbed_generator = Object.new def stubbed_generator.test 1 end generator = Faker::UniqueGenerator.new(stubbed_generator, 3) generator.test assert_raises Faker::UniqueGenerator::RetryLimitExceeded do generator.test end end def test_includes_field_name_in_error stubbed_generator = Object.new def stubbed_generator.my_field 1 end generator = Faker::UniqueGenerator.new(stubbed_generator, 3) generator.my_field assert_raise_message 'Retry limit exceeded for my_field' do generator.my_field end end def test_clears_unique_values stubbed_generator = Object.new def stubbed_generator.test 1 end generator = Faker::UniqueGenerator.new(stubbed_generator, 3) assert_equal(1, generator.test) assert_raises Faker::UniqueGenerator::RetryLimitExceeded do generator.test end Faker::UniqueGenerator.clear assert_equal(1, generator.test) assert_raises Faker::UniqueGenerator::RetryLimitExceeded do generator.test end generator.clear assert_equal(1, generator.test) end end faker-1.9.1/test/test_faker_university.rb000066400000000000000000000014721332146201300205450ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerUniversity < Test::Unit::TestCase def setup @tester = Faker::University @alphabet = Faker::University.greek_alphabet end def test_prefix assert @tester.prefix.match(/\w+\.?/) end def test_suffix assert @tester.suffix.match(/\w+\.?/) end def test_name assert @tester.name.match(/\w+\.?/) end def test_greek_alphabet_has_24_characters assert @alphabet.count == 24 end def test_greek_organization assert @tester.greek_organization.match(/\p{Greek}|\w+/) assert @tester.greek_organization.length == 3 end def test_greek_organization_is_assembled_from_greek_alphabet test_organization = @tester.greek_organization test_organization.each_char do |letter| assert @alphabet.include?(letter) end end end faker-1.9.1/test/test_faker_v_for_vendetta.rb000066400000000000000000000005171332146201300213300ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerVForVendetta < Test::Unit::TestCase def setup @tester = Faker::VForVendetta end def test_character assert @tester.character.match(/\w+/) end def test_speech assert @tester.speech.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_vehicle.rb000066400000000000000000000046201332146201300177410ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerVehicle < Test::Unit::TestCase def setup @tester = Faker::Vehicle @vin_chars = '0123456789.ABCDEFGH..JKLMN.P.R..STUVWXYZ' @vin_map = '0123456789X' @vin_weights = '8765432X098765432' end def test_vin vin = @tester.vin checksum = vin_checksum(vin) assert vin.length == 17 assert vin[8] == checksum end def test_manufacture assert @tester.manufacture.match(/\w+\.?/) end def test_flexible_key flexible_key = @tester.instance_variable_get('@flexible_key') assert flexible_key == :vehicle end def test_mileage mileage = @tester.mileage assert mileage >= 10_000 assert mileage < 90_000 end def test_year year = @tester.year assert year >= 2005 assert year <= ::Time.now.year end def test_make assert @tester.make.match(/\w+\.?/) end def test_model assert @tester.model.match(/\w+\.?/) end def test_model_with_make assert @tester.model('Toyota').match(/\w+\.?/) end def test_make_and_model assert @tester.make_and_model.match(/\w+\s\w+/) end def test_style assert @tester.style.match(/\w+\.?/) end def test_color assert @tester.color.match(/\w+\.?/) end def test_transmission assert @tester.transmission.match(/\w+\.?/) end def test_drive_type assert @tester.drive_type.match(/\w+\.?/) end def test_fuel_type assert @tester.fuel_type.match(/\w+\.?/) end def test_door_count assert @tester.door_count.match(/\d Door/) end def test_car_type assert @tester.car_type.match(/\w+\.?/) end def test_engine assert @tester.engine.match(/\d Cylinder Engine/) end def test_engine_size assert @tester.engine_size.match(/\d Cylinder Engine/) end def test_car_options car_options = @tester.car_options assert car_options.length >= 5 assert car_options.length < 10 end def test_standard_specs standard_specs = @tester.standard_specs assert standard_specs.length >= 5 assert standard_specs.length < 10 end private def transliterate(character) @vin_chars.index(character) % 10 end def calculate_vin_weight(character, idx) transliterate(character) * @vin_map.index(@vin_weights[idx]) end def vin_checksum(vin) checksum_index = vin.split('').each_with_index.map(&method(:calculate_vin_weight)).inject(:+) @vin_map[checksum_index % 11] end end faker-1.9.1/test/test_faker_venture_bros.rb000066400000000000000000000006331332146201300210370ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerVentureBros < Test::Unit::TestCase def setup @tester = Faker::VentureBros end def test_character assert @tester.character.match(/\w+/) end def test_vehicle assert @tester.vehicle.match(/\w+/) end def test_organization assert @tester.organization.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_verb.rb000066400000000000000000000007311332146201300172570ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerVerb < Test::Unit::TestCase def setup @tester = Faker::Verb end def test_base assert @tester.base.match(/\w+/) end def test_past assert @tester.past.match(/\w+/) end def test_past_participle assert @tester.past_participle.match(/\w+/) end def test_simple_present assert @tester.simple_present.match(/\w+/) end def test_ing_form assert @tester.ing_form.match(/\w+/) end end faker-1.9.1/test/test_faker_witcher.rb000066400000000000000000000010241332146201300177620ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerWitcher < Test::Unit::TestCase def setup @witcher = Faker::Witcher end def test_character assert @witcher.character.match(/\w+/) end def test_location assert @witcher.location.match(/\w+/) end def test_school assert @witcher.school.match(/\w+/) end def test_witcher assert @witcher.witcher.match(/\w+/) end def test_monster assert @witcher.monster.match(/\w+/) end def test_quote assert @witcher.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_world_cup.rb000066400000000000000000000006731332146201300203240ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerWorldCup < Test::Unit::TestCase def setup @tester = Faker::WorldCup end def test_team assert @tester.team.match(/\w+/) end def test_stadium assert @tester.stadium.match(/\w+/) end def test_city assert @tester.city.match(/\w+/) end def test_group assert @tester.group.match(/\w+/) end def test_roster assert @tester.roster.match(/\w+/) end end faker-1.9.1/test/test_faker_yoda.rb000066400000000000000000000002701332146201300172530ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerYoda < Test::Unit::TestCase def setup @tester = Faker::Yoda end def test_fact assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_faker_zelda.rb000066400000000000000000000006131332146201300174170ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerZelda < Test::Unit::TestCase def setup @tester = Faker::Zelda end def test_game assert @tester.game.match(/\w+\.?/) end def test_character assert @tester.character.match(/\w+\.?/) end def test_location assert @tester.location.match(/\w+\.?/) end def test_item assert @tester.item.match(/\w+\.?/) end end faker-1.9.1/test/test_faker_zip_code.rb000066400000000000000000000031701332146201300201150ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerZipCode < Test::Unit::TestCase def setup @zip_codes_without_state = %w[50817 48666 55551 14242 99852] @zip_codes_with_state = %w[55555 44444 33333 22222 11111] @old_locales = I18n.config.available_locales locale_without_state = { faker: { address: { state_abbreviation: [''], postcode: @zip_codes_without_state } } } locale_with_state = { faker: { address: { postcode_by_state: { NY: @zip_codes_with_state } } } } I18n.config.available_locales += %i[xy xz] I18n.backend.store_translations(:xy, locale_without_state) I18n.backend.store_translations(:xz, locale_with_state) @tester = Faker::Address end def teardown I18n.config.available_locales = @old_locales end def test_zip_code_can_have_leading_zero zip_codes = [] 1000.times { zip_codes << @tester.zip_code } assert zip_codes.any? { |zip_code| zip_code[0].to_i.zero? } end def test_default_zip_codes_without_states I18n.with_locale(:xy) do zip_codes = @zip_codes_without_state 100.times do zip_code = @tester.zip_code assert zip_codes.include?(zip_code), "Expected <#{zip_codes.join(' / ')}>, but got #{zip_code}" end end end def test_zip_codes_with_states I18n.with_locale(:xz) do zip_codes = @zip_codes_with_state 100.times do zip_code = @tester.zip_code('NY') assert zip_codes.include?(zip_code), "Expected <#{zip_codes.join(' / ')}>, but got #{zip_code}" end end end end faker-1.9.1/test/test_fi_locale.rb000066400000000000000000000026721332146201300170740ustar00rootroot00000000000000require_relative 'test_helper' class TestFiLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'fi-FI' end def teardown Faker::Config.locale = nil end def test_fi_methods assert Faker::Name.first_name_women.is_a? String assert Faker::Name.first_name_men.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.state.is_a? String end def test_fi_invoice_methods assert Faker::Invoice.creditor_reference.is_a? String assert Faker::Invoice.reference.is_a? String assert Faker::Invoice.reference('515141803475128').is_a? String assert Faker::Invoice.reference('515141803475128#') == '5151418034751285' end def test_fi_phone_number assert_match(/0\d{2}[\-\s]?\d{6}/, Faker::PhoneNumber.cell_phone) assert_match(/\d{2,3}[\s\-]?\d{5,6}/, Faker::PhoneNumber.phone_number) end def test_fi_building_number assert_match(/^[\d]{1,3}$/, Faker::Address.building_number) end def test_fi_post_code assert_match(/^[\d]{5}$/, Faker::Address.postcode) end end faker-1.9.1/test/test_flexible.rb000066400000000000000000000036261332146201300167510ustar00rootroot00000000000000require_relative 'test_helper' module Faker class Foodie < Base flexible :chow end end class TestFlexible < Test::Unit::TestCase def setup @old_locales = I18n.config.available_locales I18n.config.available_locales += %i[xx home kindergarden work] I18n.backend.store_translations(:xx, faker: { chow: { yummie: %i[fudge chocolate caramel], taste: 'delicious' } }) I18n.backend.store_translations(:home, faker: { address: { birthplace: %i[bed hospital airplane] } }) I18n.backend.store_translations(:kindergarden, faker: { name: { girls_name: %i[alice cheryl tatiana] } }) I18n.backend.store_translations(:work, faker: { company: { do_stuff: %i[work work work] } }) end def teardown I18n.config.available_locales = @old_locales end def test_flexible_multiple_values I18n.with_locale(:xx) do assert %i[fudge chocolate caramel].include? Faker::Foodie.yummie end end def test_flexible_single_value I18n.with_locale(:xx) do assert_equal 'delicious', Faker::Foodie.taste end end def test_flexible_fallbacks_to_english I18n.backend.store_translations(:en, faker: { chow: { taste: 'superdelicious' } }) I18n.with_locale(:home) do assert_equal 'superdelicious', Faker::Foodie.taste end I18n.reload! end def test_raises_missing_translation_data_when_not_even_english_defined I18n.with_locale(:xx) do assert_raise(I18n::MissingTranslationData) do Faker::Foodie.eeew end end end def test_address_is_flexible I18n.with_locale(:home) do assert %i[bed hospital airplane].include? Faker::Address.birthplace end end def test_name_is_flexible I18n.with_locale(:kindergarden) do assert %i[alice cheryl tatiana].include? Faker::Name.girls_name end end def test_company_is_flexible I18n.with_locale(:work) do assert Faker::Company.do_stuff == :work end end end faker-1.9.1/test/test_fr_ca_locale.rb000066400000000000000000000034671332146201300175530ustar00rootroot00000000000000require_relative 'test_helper' class TestFrCaLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'fr-CA' end def teardown Faker::Config.locale = @previous_locale end def test_fr_ca_methods assert Faker::Address.building_number.is_a? String assert Faker::Address.street_prefix.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.country_code.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Book.title.is_a? String assert Faker::Book.author.is_a? String assert Faker::Book.publisher.is_a? String assert Faker::Book.quote.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzword.is_a? String assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Lorem.word.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.title.is_a? String assert Faker::Name.name.is_a? String assert Faker::PhoneNumber.area_code.is_a? String assert Faker::PhoneNumber.exchange_code.is_a? String assert Faker::PhoneNumber.phone_number.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String assert_match(/^\d+$/, Faker::Address.building_number) end end faker-1.9.1/test/test_fr_ch_locale.rb000066400000000000000000000034311332146201300175510ustar00rootroot00000000000000require_relative 'test_helper' class TestFrChLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'fr-CH' end def teardown Faker::Config.locale = @previous_locale end def test_fr_ch_methods assert Faker::Address.building_number.is_a? String assert Faker::Address.street_prefix.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.country_code.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Book.title.is_a? String assert Faker::Book.author.is_a? String assert Faker::Book.publisher.is_a? String assert Faker::Book.quote.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzword.is_a? String assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Lorem.word.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.title.is_a? String assert Faker::Name.name.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String assert Faker::Pokemon.name.is_a? String assert Faker::Pokemon.location.is_a? String assert Faker::Pokemon.move.is_a? String assert_match(/^\d+$/, Faker::Address.building_number) end end faker-1.9.1/test/test_fr_locale.rb000066400000000000000000000042161332146201300171010ustar00rootroot00000000000000require_relative 'test_helper' class TestFrLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'fr' end def teardown Faker::Config.locale = @previous_locale end def test_fr_gb_methods assert Faker::Address.building_number.is_a? String assert Faker::Address.street_prefix.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzword.is_a? String assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Lorem.word.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.title.is_a? String assert Faker::Name.name.is_a? String assert Faker::PhoneNumber.phone_number.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String assert Faker::Book.title.is_a? String assert Faker::Book.author.is_a? String assert Faker::Book.publisher.is_a? String assert Faker::Book.quote.is_a? String end def test_fr_phone_format phone = Faker::PhoneNumber.phone_number.gsub(/\D/, '') assert_match(/^(0|33)([1-5]|[8-9])\d{8}$/, phone) end def test_fr_cell_phone_format mobile = Faker::PhoneNumber.cell_phone.gsub(/\D/, '') assert_match(/^(0|33)(6|7)\d{8}$/, mobile) end def test_fr_postcode assert_match(/^[\d]{5}$/, Faker::Address.postcode) end def test_fr_building_number assert_match(/^\d+$/, Faker::Address.building_number) end def test_fr_is_default_country assert_equal('France', Faker::Address.default_country) end end faker-1.9.1/test/test_he_locale.rb000066400000000000000000000007031332146201300170630ustar00rootroot00000000000000require_relative 'test_helper' class TestHeLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'he' end def teardown Faker::Config.locale = nil end def test_he_methods assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_prefix.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String end end faker-1.9.1/test/test_helper.rb000066400000000000000000000030111332146201300164220ustar00rootroot00000000000000require 'simplecov' SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter SimpleCov.start do add_filter ['.bundle', 'test', 'lib/extensions'] end require 'test/unit' require 'rubygems' require 'timecop' require 'yaml' YAML::ENGINE.yamler = 'psych' if defined? YAML::ENGINE require File.expand_path(File.dirname(__FILE__) + '/../lib/faker') # configure I18n locales_path = File.expand_path(File.dirname(__FILE__) + '../lib/locales') I18n.available_locales = Dir[locales_path + '/*'].map do |file| file.split('.').first end I18n.enforce_available_locales = true # deterministically_verify executes the test provided in the block successive # times with the same deterministic_random seed. # @param subject_proc [Proc] a proc object that returns the subject under test # when called. # @param depth [Integer] the depth of deterministic comparisons to run. # @param random [Integer] A random number seed; Used to override the default. # # @example # deterministically_verify ->{ @tester.username('bo peep') } do |subject| # assert subject.match(/(bo(_|\.)peep|peep(_|\.)bo)/) # end # def deterministically_verify(subject_proc, depth: 2, random: nil) raise 'need block' unless block_given? # rubocop:disable Style/MultilineBlockChain depth.times.inject([]) do |results, _index| Faker::Config.random = random || Random.new(42) results << subject_proc.call.freeze.tap { |s| yield(s) } end.repeated_combination(2) { |(first, second)| assert_equal first, second } # rubocop:enable Style/MultilineBlockChain end faker-1.9.1/test/test_hobbit.rb000066400000000000000000000006311332146201300164170ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerHobbit < Test::Unit::TestCase def setup @tester = Faker::Hobbit end def test_character assert @tester.character.match(/\w+/) end def test_quote assert @tester.quote.match(/\w+/) end def test_location assert @tester.location.match(/\w+/) end def test_thorins_company assert @tester.thorins_company.match(/\w+/) end end faker-1.9.1/test/test_id_locale.rb000066400000000000000000000012161332146201300170630ustar00rootroot00000000000000require_relative 'test_helper' class TestIdLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'id' end def teardown Faker::Config.locale = @previous_locale end def test_en_sg_methods assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.province.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::PhoneNumber.phone_number.is_a? String end end faker-1.9.1/test/test_invoice.rb000066400000000000000000000015221332146201300166040ustar00rootroot00000000000000require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb') class TestFakerInvoice < Test::Unit::TestCase def setup @tester = Faker::Invoice end def test_amount_between from = 1.0 to = 1000.0 100.times do random_amount = @tester.amount_between(from, to) assert random_amount >= from, "Expected >= \"#{from}\", but got #{random_amount}" assert random_amount <= to, "Expected <= \"#{to}\", but got #{random_amount}" end end def test_creditor_reference reference = @tester.creditor_reference assert reference.match(/RF\d{2}\d{4,20}/) end def test_reference reference = @tester.reference assert reference.match(/\d{4,20}/) end def test_reference_checksum reference = @tester.reference('515141803475128#') assert reference == '5151418034751285' end end faker-1.9.1/test/test_it_locale.rb000066400000000000000000000024531332146201300171070ustar00rootroot00000000000000require_relative 'test_helper' class TestItLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'it' end def teardown Faker::Config.locale = nil end def test_it_methods assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.country.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzwords.is_a? Array assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String end def test_it_prefix_dot assert_equal('.', Faker::Name.prefix[-1, 1]) end def test_it_default_country assert_equal('Italia', Faker::Address.default_country) end end faker-1.9.1/test/test_ja_locale.rb000066400000000000000000000020351332146201300170610ustar00rootroot00000000000000require_relative 'test_helper' class TestJaLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'ja' end def teardown Faker::Config.locale = nil end def test_ja_methods assert Faker::Address.postcode.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.state_abbr.is_a? String assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Lorem.words.is_a? Array assert Faker::Name.last_name.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.name.is_a? String assert Faker::University.prefix.is_a? String assert Faker::University.suffix.is_a? String assert Faker::University.name.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.name.is_a? String assert Faker::Pokemon.name.is_a? String assert Faker::Pokemon.location.is_a? String end end faker-1.9.1/test/test_ko_locale.rb000066400000000000000000000016401332146201300171010ustar00rootroot00000000000000require_relative 'test_helper' class TestKoLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'ko' end def teardown Faker::Config.locale = nil end def test_ko_methods assert Faker::Address.postcode.is_a? String assert_equal(5, Faker::Address.postcode.length) assert Faker::Address.state_abbr.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.prefix.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Lorem.words.is_a? Array assert Faker::Name.last_name.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.name.is_a? String end end faker-1.9.1/test/test_locale.rb000066400000000000000000000030661332146201300164140ustar00rootroot00000000000000require_relative 'test_helper' LoadedYaml = ['en', 'en-BORK'].each_with_object({}) do |locale, h| h[locale] = YAML.load_file(File.expand_path(File.dirname(__FILE__) + "/../lib/locales/#{locale}.yml"))[locale]['faker'] end class TestLocale < Test::Unit::TestCase def teardown Faker::Config.locale = nil end def test_locale_separate_from_i18n I18n.locale = :en Faker::Config.locale = :de assert Faker::PhoneNumber.phone_number.match(/\(0\d+\) \d+|\+49-\d+-\d+/) assert Faker::Address.street_name.match(//) Faker::Config.locale = :ru assert Faker::Internet.domain_name.match(/([\da-z\.-]+)\.([a-z\.]{2,6})/) end def test_configured_locale_translation Faker::Config.locale = 'en-BORK' assert_equal Faker::Base.translate('faker.lorem.words').first, LoadedYaml['en-BORK']['lorem']['words'].first end def test_locale_override_when_calling_translate Faker::Config.locale = 'en-BORK' assert_equal Faker::Base.translate('faker.separator', locale: :en), LoadedYaml['en']['separator'] end def test_translation_fallback Faker::Config.locale = 'en-BORK' assert_nil LoadedYaml['en-BORK']['name'] assert_equal Faker::Base.translate('faker.separator'), LoadedYaml['en']['separator'] end def test_regex Faker::Config.locale = 'en-GB' re = /[A-PR-UWYZ]([A-HK-Y][0-9][ABEHMNPRVWXY0-9]?|[0-9][ABCDEFGHJKPSTUW0-9]?) [0-9][ABD-HJLNP-UW-Z]{2}/ assert re.match(result = Faker::Address.postcode), "#{result} didn't match #{re}" end def test_available_locales assert I18n.locale_available?('en-GB') end end faker-1.9.1/test/test_lorem_pixel.rb000066400000000000000000000042721332146201300174740ustar00rootroot00000000000000require_relative 'test_helper' class TestLoremPixel < Test::Unit::TestCase def setup @tester = Faker::LoremPixel end def test_lorempixel assert !@tester.image.match(%r{https:\/\/lorempixel\.com\/(\d+\/\d+)})[1].nil? end def test_lorempixel_insecure assert !@tester.image('300x300', nil, nil, nil, nil, secure: false).match(%r{http:\/\/lorempixel\.com\/(\d+\/\d+)})[1].nil? end def test_image_with_custom_size assert @tester.image('3x3').match(%r{https:\/\/lorempixel\.com\/(\d+\/\d+)})[1] == '3/3' end def test_image_with_incorrect_size assert_raise ArgumentError do @tester.image('300x300s') end end def test_image_gray assert @tester.image('300x300', true).match(%r{https:\/\/lorempixel\.com\/g\/\d+\/\d+}) end def test_image_with_supported_category assert @tester.image('300x300', false, 'animals').match(%r{https:\/\/lorempixel\.com\/\d+\/\d+\/(.*)})[1] == 'animals' end def test_image_with_incorrect_category assert_raise ArgumentError do @tester.image('300x300', false, 'wrong_category') end end def test_image_with_supported_category_and_correct_number assert @tester.image('300x300', false, 'animals', 3).match(%r{https:\/\/lorempixel\.com\/\d+\/\d+\/.+\/(\d+)})[1] == '3' end def test_image_with_supported_category_and_incorrect_number assert_raise ArgumentError do @tester.image('300x300', false, 'animals', 11) end end def test_image_with_correct_number_and_without_category assert_raise ArgumentError do @tester.image('300x300', false, 'wrong_category', 3) end end def test_image_with_text_correct_number_and_supported_category assert @tester.image('300x300', false, 'animals', 3, 'Dummy-text').match(%r{https:\/\/lorempixel\.com\/\d+\/\d+\/.+\/3\/(.+)})[1] == 'Dummy-text' end def test_image_with_text_supported_category_and_text_without_number assert @tester.image('300x300', false, 'animals', nil, 'Dummy-text').match(%r{https:\/\/lorempixel\.com\/\d+\/\d+\/.+\/(.+)})[1] == 'Dummy-text' end def test_image_with_text_without_number_and_category assert_raise ArgumentError do @tester.image('300x300', false, nil, nil, 'Dummy-text') end end end faker-1.9.1/test/test_lv_locale.rb000066400000000000000000000033641332146201300171160ustar00rootroot00000000000000# frozen_string_literal: true require_relative 'test_helper' class TestLvLocale < Test::Unit::TestCase def setup @phone_prefixes = %w[51 52 53 54 55 56 57 58 59 61 62 63 64 65 66 67 68 69 71 72 73 74 75 76 77 78 79].sort @cell_prefixes = %w[21 22 23 24 25 26 27 28 29].sort @previous_locale = Faker::Config.locale Faker::Config.locale = :lv end def teardown Faker::Config.locale = @previous_locale end def test_lv_phone_number prefixes = (0..999).map { Faker::PhoneNumber.phone_number[0, 2] }.uniq.sort assert_equal @phone_prefixes, prefixes end def test_lv_cell_phone prefixes = (0..999).map { Faker::PhoneNumber.cell_phone[0, 2] }.uniq.sort assert_equal @cell_prefixes, prefixes end def test_lv_address_methods assert Faker::Address.state.is_a? String assert Faker::Address.city_name.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.building_number.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String end def test_lv_company_methods assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzwords.is_a? Array assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String end def test_lv_internet_methods assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String end def test_lv_name_methods assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String assert Faker::Name.title.is_a? String end end faker-1.9.1/test/test_michael_scott.rb000066400000000000000000000000001332146201300177540ustar00rootroot00000000000000faker-1.9.1/test/test_most_interesting_man_in_the_world.rb000066400000000000000000000003401332146201300241320ustar00rootroot00000000000000require_relative 'test_helper' class MostInterestingManInTheWorld < Test::Unit::TestCase def setup @tester = Faker::MostInterestingManInTheWorld end def test_quote assert @tester.quote.match(/\w+/) end end faker-1.9.1/test/test_nato_phonetic_alphabet.rb000066400000000000000000000003411332146201300216400ustar00rootroot00000000000000require_relative 'test_helper' class TestFakerNatoPhoneticAlphabet < Test::Unit::TestCase def setup @tester = Faker::NatoPhoneticAlphabet end def test_code_word assert @tester.code_word.match(/\w+/) end end faker-1.9.1/test/test_nb_no_locale.rb000066400000000000000000000020251332146201300175610ustar00rootroot00000000000000require_relative 'test_helper' class TestNbNoLocale < Test::Unit::TestCase def setup Faker::Config.locale = 'nb-NO' end def teardown Faker::Config.locale = nil end def test_nb_no_methods assert Faker::Address.city_root.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.street_prefix.is_a? String assert Faker::Address.street_root.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.common_street_suffix.is_a? String assert Faker::Address.state.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.feminine_name.is_a? String assert Faker::Name.masculine_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.prefix.is_a? String assert Faker::Name.suffix.is_a? String assert Faker::Name.name.is_a? String end end faker-1.9.1/test/test_nl_locale.rb000066400000000000000000000033471332146201300171070ustar00rootroot00000000000000require_relative 'test_helper' class TestNlLocale < Test::Unit::TestCase def setup @previous_locale = Faker::Config.locale Faker::Config.locale = 'nl' end def teardown Faker::Config.locale = nil end def test_nl_methods assert Faker::Address.building_number.is_a? String assert Faker::Address.secondary_address.is_a? String assert Faker::Address.postcode.is_a? String assert Faker::Address.state.is_a? String assert Faker::Address.city.is_a? String assert Faker::Address.city_prefix.is_a? String assert Faker::Address.city_suffix.is_a? String assert Faker::Address.street_suffix.is_a? String assert Faker::Address.street_name.is_a? String assert Faker::Address.street_address.is_a? String assert Faker::Address.default_country.is_a? String assert Faker::Company.suffix.is_a? String assert Faker::Company.buzzword.is_a? String assert Faker::Company.bs.is_a? String assert Faker::Company.name.is_a? String assert Faker::Internet.free_email.is_a? String assert Faker::Internet.domain_suffix.is_a? String assert Faker::Lorem.word.is_a? String assert Faker::Name.first_name.is_a? String assert Faker::Name.last_name.is_a? String assert Faker::Name.title.is_a? String assert Faker::Name.name.is_a? String assert Faker::PhoneNumber.phone_number.is_a? String assert Faker::PhoneNumber.cell_phone.is_a? String assert Faker::Book.title.is_a? String assert Faker::Book.author.is_a? String assert Faker::Book.publisher.is_a? String end def test_nl_postcode assert_match(/\d{4} [A-Z]{2}(?