faker 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +83 -0
  3. data/README.md +9 -0
  4. data/lib/faker.rb +37 -15
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/books/dune.rb +15 -2
  7. data/lib/faker/books/lovecraft.rb +8 -4
  8. data/lib/faker/default/address.rb +4 -4
  9. data/lib/faker/default/bank.rb +3 -5
  10. data/lib/faker/default/barcode.rb +11 -11
  11. data/lib/faker/default/beer.rb +3 -3
  12. data/lib/faker/default/camera.rb +46 -0
  13. data/lib/faker/default/chile_rut.rb +3 -2
  14. data/lib/faker/default/code.rb +2 -2
  15. data/lib/faker/default/commerce.rb +1 -1
  16. data/lib/faker/default/company.rb +40 -10
  17. data/lib/faker/default/driving_licence.rb +1 -1
  18. data/lib/faker/default/drone.rb +25 -25
  19. data/lib/faker/default/faker_adjective.rb +35 -0
  20. data/lib/faker/default/finance.rb +21 -0
  21. data/lib/faker/default/food.rb +1 -1
  22. data/lib/faker/default/hipster.rb +8 -5
  23. data/lib/faker/default/id_number.rb +2 -2
  24. data/lib/faker/default/internet.rb +5 -4
  25. data/lib/faker/default/invoice.rb +1 -1
  26. data/lib/faker/default/json.rb +4 -4
  27. data/lib/faker/default/lorem.rb +2 -2
  28. data/lib/faker/default/measurement.rb +3 -2
  29. data/lib/faker/default/military.rb +26 -0
  30. data/lib/faker/default/mountain.rb +33 -0
  31. data/lib/faker/default/number.rb +1 -1
  32. data/lib/faker/default/omniauth.rb +2 -0
  33. data/lib/faker/default/relationship.rb +1 -1
  34. data/lib/faker/default/space.rb +1 -1
  35. data/lib/faker/default/stripe.rb +3 -3
  36. data/lib/faker/default/vehicle.rb +1 -1
  37. data/lib/faker/fantasy/tolkien.rb +67 -0
  38. data/lib/faker/games/clash_of_clans.rb +48 -0
  39. data/lib/faker/games/control.rb +1 -1
  40. data/lib/faker/games/dnd.rb +6 -6
  41. data/lib/faker/games/elder_scrolls.rb +26 -0
  42. data/lib/faker/games/heroes.rb +13 -0
  43. data/lib/faker/games/minecraft.rb +65 -0
  44. data/lib/faker/games/street_fighter.rb +4 -4
  45. data/lib/faker/games/super_mario.rb +48 -0
  46. data/lib/faker/games/world_of_warcraft.rb +26 -1
  47. data/lib/faker/japanese_media/conan.rb +48 -0
  48. data/lib/faker/japanese_media/doraemon.rb +48 -0
  49. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  50. data/lib/faker/japanese_media/naruto.rb +61 -0
  51. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  52. data/lib/faker/movies/hobbit.rb +4 -4
  53. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  54. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  55. data/lib/faker/movies/room.rb +63 -0
  56. data/lib/faker/movies/star_wars.rb +2 -2
  57. data/lib/faker/music/hiphop.rb +48 -0
  58. data/lib/faker/music/opera.rb +237 -1
  59. data/lib/faker/quotes/quote.rb +26 -0
  60. data/lib/faker/sports/volleyball.rb +74 -0
  61. data/lib/faker/tv_shows/buffy.rb +17 -4
  62. data/lib/faker/tv_shows/final_space.rb +51 -0
  63. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  64. data/lib/faker/version.rb +1 -1
  65. data/lib/helpers/unique_generator.rb +3 -0
  66. data/lib/locales/en/adjective.yml +179 -0
  67. data/lib/locales/en/buffy.yml +1 -1
  68. data/lib/locales/en/camera.yml +611 -0
  69. data/lib/locales/en/clash_of_clan.yml +101 -0
  70. data/lib/locales/en/company.yml +2 -2
  71. data/lib/locales/en/conan.yml +171 -0
  72. data/lib/locales/en/demographic.yml +218 -5
  73. data/lib/locales/en/doraemon.yml +286 -0
  74. data/lib/locales/en/dota.yml +531 -63
  75. data/lib/locales/en/dragon_ball.yml +243 -1
  76. data/lib/locales/en/driving_license.yml +3 -0
  77. data/lib/locales/en/dune.yml +401 -131
  78. data/lib/locales/en/elder_scrolls.yml +583 -9
  79. data/lib/locales/en/fallout.yml +311 -133
  80. data/lib/locales/en/final_space.yml +37 -0
  81. data/lib/locales/en/finance.yml +53 -0
  82. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  83. data/lib/locales/en/half_life.yml +84 -3
  84. data/lib/locales/en/heroes.yml +408 -3
  85. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  86. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  87. data/lib/locales/en/jack_handey.yml +54 -0
  88. data/lib/locales/en/league_of_legends.yml +285 -6
  89. data/lib/locales/en/military.yml +179 -5
  90. data/lib/locales/en/minecraft.yml +273 -0
  91. data/lib/locales/en/mountain.yml +158 -0
  92. data/lib/locales/en/music.yml +451 -29
  93. data/lib/locales/en/myst.yml +87 -31
  94. data/lib/locales/en/naruto.yml +231 -0
  95. data/lib/locales/en/opera.yml +168 -0
  96. data/lib/locales/en/overwatch.yml +2650 -2622
  97. data/lib/locales/en/pokemon.yml +417 -4
  98. data/lib/locales/en/quote.yml +692 -163
  99. data/lib/locales/en/room.yml +68 -0
  100. data/lib/locales/en/source.yml +30 -0
  101. data/lib/locales/en/star_trek.yml +1 -1
  102. data/lib/locales/en/street_fighter.yml +4 -4
  103. data/lib/locales/en/studio_ghibli.yml +107 -0
  104. data/lib/locales/en/super_mario.yml +58 -0
  105. data/lib/locales/en/super_smash_bros.yml +16 -4
  106. data/lib/locales/en/tolkien.yml +2453 -0
  107. data/lib/locales/en/volleyball.yml +501 -0
  108. data/lib/locales/en/witcher.yml +389 -7
  109. data/lib/locales/en/world_of_warcraft.yml +122 -4
  110. data/lib/locales/en/zelda.yml +962 -4
  111. data/lib/locales/es.yml +56 -0
  112. data/lib/locales/ja.yml +5 -1
  113. data/lib/locales/pt-BR.yml +1 -1
  114. data/lib/locales/uk.yml +2 -0
  115. metadata +38 -10
  116. data/lib/locales/en/hobbit.yml +0 -19
  117. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -0,0 +1,101 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ clash_of_clans:
5
+ troops:
6
+ - Barbarian
7
+ - Archer
8
+ - Giant
9
+ - Goblin
10
+ - Wall Breaker
11
+ - Balloon
12
+ - Wizard
13
+ - Healer
14
+ - Dragon
15
+ - P.E.K.K.A
16
+ - Baby Dragon
17
+ - Miner
18
+ - Electro Dragon
19
+ - Yeti (Yetimite)
20
+ - Ice Wizard
21
+ - Battle Ram (Barbarian)
22
+ - Pumpkin Barbarian (Barbarian)
23
+ - Giant Skeleton
24
+ - Skeleton Barrel (Skeleton)
25
+ - El Primo
26
+ - Party Wizard
27
+ - Royal Ghost
28
+ - Minion
29
+ - Hog Rider
30
+ - Valkyrie
31
+ - Golem (Golemite)
32
+ - Witch (Skeleton)
33
+ - Lava Hound (Lava Pup)
34
+ - Bowler
35
+ - Ice Golem
36
+ - Headhunter
37
+ - Raged Barbarian
38
+ - Sneaky Archer
39
+ - Boxer Giant
40
+ - Beta Minion
41
+ - Bomber
42
+ - Baby Dragon
43
+ - Cannon Cart
44
+ - Night Witch (Bat)
45
+ - Drop Ship (Skeleton)
46
+ - Super P.E.K.K.A
47
+ - Hog Glider (Hog Rider)
48
+
49
+ ranks:
50
+ - Unranked
51
+ - Bronze III
52
+ - Bronze II
53
+ - Bronze I
54
+ - Silver III
55
+ - Silver II
56
+ - Silver I
57
+ - Gold III
58
+ - Gold II
59
+ - Gold I
60
+ - Crystal III
61
+ - Crystal II
62
+ - Crystal I
63
+ - Master III
64
+ - Master II
65
+ - Master I
66
+ - Champion III
67
+ - Champion II
68
+ - Champion I
69
+ - Titan III
70
+ - Titan II
71
+ - Titan I
72
+ - Legend
73
+
74
+ defensive_buildings:
75
+ - Cannon
76
+ - Archer Tower
77
+ - Mortar
78
+ - Air Defense
79
+ - Wizard Tower
80
+ - Air Sweeper
81
+ - Hidden Tesla
82
+ - Bomb Tower
83
+ - X-Bow
84
+ - Inferno Tower
85
+ - Eagle Artillery
86
+ - Giga Tesla
87
+ - Giga Inferno
88
+ - Scattershot
89
+ - Walls
90
+ - Traps
91
+ - Double Cannon
92
+ - Firecrackers
93
+ - Crusher
94
+ - Guard Post
95
+ - Air Bombs
96
+ - Multi Mortar
97
+ - Roaster
98
+ - Giant Cannon
99
+ - Mega Tesla
100
+ - Lava Launcher
101
+ - Traps
@@ -16,7 +16,7 @@ en:
16
16
  - "#{Name.last_name} #{suffix}"
17
17
  - "#{Name.last_name}-#{Name.last_name}"
18
18
  - "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}"
19
- 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"]
20
- 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", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fiherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
19
+ 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", "Transportation / 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"]
20
+ 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", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fisherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
21
21
  type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"]
22
22
  sic_code: ["0111", "0112", "0115", "0116", "0119", "0131", "0132", "0133", "0134", "0139", "0161", "0171", "0172", "0173", "0174", "0175", "0179", "0181", "0182", "0191", "0211", "0212", "0213", "0214", "0219", "0241", "0251", "0252", "0253", "0254", "0259", "0271", "0272", "0273", "0279", "0291", "0711", "0721", "0722", "0723", "0724", "0741", "0742", "0751", "0752", "0761", "0762", "0781", "0782", "0783", "0811", "0831", "0851", "0912", "0913", "0919", "0921", "0971", "1011", "1021", "1031", "1041", "1044", "1061", "1081", "1094", "1099", "1221", "1222", "1231", "1241", "1311", "1321", "1381", "1382", "1389", "1411", "1422", "1423", "1429", "1442", "1446", "1455", "1459", "1474", "1475", "1479", "1481", "1499", "1521", "1522", "1531", "1541", "1542", "1611", "1622", "1623", "1629", "1711", "1721", "1731", "1741", "1742", "1743", "1751", "1752", "1761", "1771", "1781", "1791", "1793", "1794", "1795", "1796", "1799", "2011", "2013", "2015", "2021", "2022", "2023", "2024", "2026", "2032", "2033", "2034", "2035", "2037", "2038", "2041", "2043", "2044", "2045", "2046", "2047", "2048", "2051", "2052", "2053", "2061", "2062", "2063", "2064", "2066", "2067", "2068", "2074", "2075", "2076", "2077", "2079", "2082", "2083", "2084", "2085", "2086", "2087", "2091", "2092", "2095", "2096", "2097", "2098", "2099", "2111", "2121", "2131", "2141", "2211", "2221", "2231", "2241", "2251", "2252", "2253", "2254", "2257", "2258", "2259", "2261", "2262", "2269", "2273", "2281", "2282", "2284", "2295", "2296", "2297", "2298", "2299", "2311", "2321", "2322", "2323", "2325", "2326", "2329", "2331", "2335", "2337", "2339", "2341", "2342", "2353", "2361", "2369", "2371", "2381", "2384", "2385", "2386", "2387", "2389", "2391", "2392", "2393", "2394", "2395", "2396", "2397", "2399", "2411", "2421", "2426", "2429", "2431", "2434", "2435", "2436", "2439", "2441", "2448", "2449", "2451", "2452", "2491", "2493", "2499", "2511", "2512", "2514", "2515", "2517", "2519", "2521", "2522", "2531", "2541", "2542", "2591", "2599", "2611", "2621", "2631", "2652", "2653", "2655", "2656", "2657", "2671", "2672", "2673", "2674", "2675", "2676", "2677", "2678", "2679", "2711", "2721", "2731", "2732", "2741", "2752", "2754", "2759", "2761", "2771", "2782", "2789", "2791", "2796", "2812", "2813", "2816", "2819", "2821", "2822", "2823", "2824", "2833", "2834", "2835", "2836", "2841", "2842", "2843", "2844", "2851", "2861", "2865", "2869", "2873", "2874", "2875", "2879", "2891", "2892", "2893", "2895", "2899", "2911", "2951", "2952", "2992", "2999", "3011", "3021", "3052", "3053", "3061", "3069", "3081", "3082", "3083", "3084", "3085", "3086", "3087", "3088", "3089", "3111", "3131", "3142", "3143", "3144", "3149", "3151", "3161", "3171", "3172", "3199", "3211", "3221", "3229", "3231", "3241", "3251", "3253", "3255", "3259", "3261", "3262", "3263", "3264", "3269", "3271", "3272", "3273", "3274", "3275", "3281", "3291", "3292", "3295", "3296", "3297", "3299", "3312", "3313", "3315", "3316", "3317", "3321", "3322", "3324", "3325", "3331", "3334", "3339", "3341", "3351", "3353", "3354", "3355", "3356", "3357", "3363", "3364", "3365", "3366", "3369", "3398", "3399", "3411", "3412", "3421", "3423", "3425", "3429", "3431", "3432", "3433", "3441", "3442", "3443", "3444", "3446", "3448", "3449", "3451", "3452", "3462", "3463", "3465", "3466", "3469", "3471", "3479", "3482", "3483", "3484", "3489", "3491", "3492", "3493", "3494", "3495", "3496", "3497", "3498", "3499", "3511", "3519", "3523", "3524", "3531", "3532", "3533", "3534", "3535", "3536", "3537", "3541", "3542", "3543", "3544", "3545", "3546", "3547", "3548", "3549", "3552", "3553", "3554", "3555", "3556", "3559", "3561", "3562", "3563", "3564", "3565", "3566", "3567", "3568", "3569", "3571", "3572", "3575", "3577", "3578", "3579", "3581", "3582", "3585", "3586", "3589", "3592", "3593", "3594", "3596", "3599", "3612", "3613", "3621", "3624", "3625", "3629", "3631", "3632", "3633", "3634", "3635", "3639", "3641", "3643", "3644", "3645", "3646", "3647", "3648", "3651", "3652", "3661", "3663", "3669", "3671", "3672", "3674", "3675", "3676", "3677", "3678", "3679", "3691", "3692", "3694", "3695", "3699", "3711", "3713", "3714", "3715", "3716", "3721", "3724", "3728", "3731", "3732", "3743", "3751", "3761", "3764", "3769", "3792", "3795", "3799", "3812", "3821", "3822", "3823", "3824", "3825", "3826", "3827", "3829", "3841", "3842", "3843", "3844", "3845", "3851", "3861", "3873", "3911", "3914", "3915", "3931", "3942", "3944", "3949", "3951", "3952", "3953", "3955", "3961", "3965", "3991", "3993", "3995", "3996", "3999", "4011", "4013", "4111", "4119", "4121", "4131", "4141", "4142", "4151", "4173", "4212", "4213", "4214", "4215", "4221", "4222", "4225", "4226", "4231", "4311", "4412", "4424", "4432", "4449", "4481", "4482", "4489", "4491", "4492", "4493", "4499", "4512", "4513", "4522", "4581", "4612", "4613", "4619", "4724", "4725", "4729", "4731", "4741", "4783", "4785", "4789", "4812", "4813", "4822", "4832", "4833", "4841", "4899", "4911", "4922", "4923", "4924", "4925", "4931", "4932", "4939", "4941", "4952", "4953", "4959", "4961", "4971", "5012", "5013", "5014", "5015", "5021", "5023", "5031", "5032", "5033", "5039", "5043", "5044", "5045", "5046", "5047", "5048", "5049", "5051", "5052", "5063", "5064", "5065", "5072", "5074", "5075", "5078", "5082", "5083", "5084", "5085", "5087", "5088", "5091", "5092", "5093", "5094", "5099", "5111", "5112", "5113", "5122", "5131", "5136", "5137", "5139", "5141", "5142", "5143", "5144", "5145", "5146", "5147", "5148", "5149", "5153", "5154", "5159", "5162", "5169", "5171", "5172", "5181", "5182", "5191", "5192", "5193", "5194", "5198", "5199", "5211", "5231", "5251", "5261", "5271", "5311", "5331", "5399", "5411", "5421", "5431", "5441", "5451", "5461", "5499", "5511", "5521", "5531", "5541", "5551", "5561", "5571", "5599", "5611", "5621", "5632", "5641", "5651", "5661", "5699", "5712", "5713", "5714", "5719", "5722", "5731", "5734", "5735", "5736", "5812", "5813", "5912", "5921", "5932", "5941", "5942", "5943", "5944", "5945", "5946", "5947", "5948", "5949", "5961", "5962", "5963", "5983", "5984", "5989", "5992", "5993", "5994", "5995", "5999", "6011", "6019", "6021", "6022", "6029", "6035", "6036", "6061", "6062", "6081", "6082", "6091", "6099", "6111", "6141", "6153", "6159", "6162", "6163", "6211", "6221", "6231", "6282", "6289", "6311", "6321", "6324", "6331", "6351", "6361", "6371", "6399", "6411", "6512", "6513", "6514", "6515", "6517", "6519", "6531", "6541", "6552", "6553", "6712", "6719", "6722", "6726", "6732", "6733", "6792", "6794", "6798", "6799", "7011", "7021", "7032", "7033", "7041", "7211", "7212", "7213", "7215", "7216", "7217", "7218", "7219", "7221", "7231", "7241", "7251", "7261", "7291", "7299", "7311", "7312", "7313", "7319", "7322", "7323", "7331", "7334", "7335", "7336", "7338", "7342", "7349", "7352", "7353", "7359", "7361", "7363", "7371", "7372", "7373", "7374", "7375", "7376", "7377", "7378", "7379", "7381", "7382", "7383", "7384", "7389", "7513", "7514", "7515", "7519", "7521", "7532", "7533", "7534", "7536", "7537", "7538", "7539", "7542", "7549", "7622", "7623", "7629", "7631", "7641", "7692", "7694", "7699", "7812", "7819", "7822", "7829", "7832", "7833", "7841", "7911", "7922", "7929", "7933", "7941", "7948", "7991", "7992", "7993", "7996", "7997", "7999", "8011", "8021", "8031", "8041", "8042", "8043", "8049", "8051", "8052", "8059", "8062", "8063", "8069", "8071", "8072", "8082", "8092", "8093", "8099", "8111", "8211", "8221", "8222", "8231", "8243", "8244", "8249", "8299", "8322", "8331", "8351", "8361", "8399", "8412", "8422", "8611", "8621", "8631", "8641", "8651", "8661", "8699", "8711", "8712", "8713", "8721", "8731", "8732", "8733", "8734", "8741", "8742", "8743", "8744", "8748", "8811", "8999", "9111", "9121", "9131", "9199", "9211", "9221", "9222", "9223", "9224", "9229", "9311", "9411", "9431", "9441", "9451", "9511", "9512", "9531", "9532", "9611", "9621", "9631", "9641", "9651", "9661", "9711", "9721", "9999"]
@@ -0,0 +1,171 @@
1
+ en:
2
+ faker:
3
+ conan:
4
+ characters:
5
+ - Shinichi Kudo
6
+ - Conan Edogawa
7
+ - Ran Mouri
8
+ - Kogoro Mouri
9
+ - Ai Haibara
10
+ - Ayumi Yoshida
11
+ - Mitsuhiko Tsuburaya
12
+ - Genta Kojima
13
+ - Hiroshi Agasa
14
+ - Sonoko Suzuki
15
+ - Eri Kisaki
16
+ - Yusaku Kudo
17
+ - Yukiko Kudo
18
+ - Heiji Hattori
19
+ - Kazuha Toyama
20
+ - Yoko Okino
21
+ - Sumiko Kobayashi
22
+ - Tomoaki Araide
23
+ - Makoto Kyogoku
24
+ - Shizuka Hattori
25
+ - Jirokichi Suzuki
26
+ - Eisuke Hondou
27
+ - Azusa Enomoto
28
+ - Subaru Okiya
29
+ - Masumi Sera
30
+ - Shukichi Haneda
31
+ - Sakurako Yonehara
32
+ - Juzo Megure
33
+ - Ninzaburo Shiratori
34
+ - Miwako Sato
35
+ - Wataru Takagi
36
+ - Kazunobu Chiba
37
+ - Yumi Miyamoto
38
+ - Naeko Miike
39
+ - Kiyonaga Matsumoto
40
+ - Inspector Yuminaga
41
+ - Shintaro Chaki
42
+ - Hyoue Kuroda
43
+ - Heizo Hattori
44
+ - Ginshiro Toyama
45
+ - Goro Otaki
46
+ - Kansuke Yamato
47
+ - Yui Uehara
48
+ - Taka'aki Morofushi (Komei)
49
+ - Sango Yokomizo
50
+ - Misao Yamamura
51
+ - Jugo Yokomizo
52
+ - Fumimaro Ayanokoji
53
+ - Rei Furuya (Bourbon)
54
+ - Hiromitsu Morofushi (Scotch)
55
+ - Yuya Kazami
56
+ - Shuichi Akai
57
+ - Jodie Starling (Jodie Saintemillion)
58
+ - James Black
59
+ - Andre Camel
60
+ - Hidemi Hondou (Kir)
61
+ - Ethan Hondou
62
+ - Mary Sera
63
+ - Tsutomu Akai
64
+ - Gin
65
+ - Vodka
66
+ - Chris Vineyard (Vermouth)
67
+ - Chianti
68
+ - Korn
69
+ - Shiho Miyano (Sherry)
70
+ - Akemi Miyano
71
+ - Elena Miyano
72
+ - Atsushi Miyano
73
+ - Tequila
74
+ - Kenzo Masuyama (Pisco)
75
+ - Calvados
76
+ - Rikumichi Kusuda
77
+ - Ki'ichiro Numabuchi
78
+ - Kaito Kuroba
79
+ - Kaitou Kid
80
+ - Aoko Nakamori
81
+ - Ginzo Nakamori
82
+ - Toichi Kuroba
83
+ - Chikage Kuroba
84
+ - Konosuke Jii
85
+ - Kaitou Corbeau
86
+ - Akako Koizumi
87
+ - Saguru Hakuba
88
+ - Snake
89
+ - Spider
90
+ - Scar Akai
91
+ - Kohji Haneda
92
+ - Asaka
93
+ - Momiji Ooka
94
+ - Rumi Wakasa
95
+ - Kanenori Wakita
96
+ - Muga Iori
97
+
98
+ gadgets:
99
+ - Voice-Changing Bowtie
100
+ - Power-Enhancing Kick Shoes
101
+ - Glasses Modification (Microphone)
102
+ - Stun-Gun Wristwatch
103
+ - Portable Bento Box Fax
104
+ - Detective Boys Badge
105
+ - Turbo Engine Skateboard
106
+ - Criminal Tracking Glasses
107
+ - Transmitter
108
+ - Elasticity Suspenders
109
+ - Button Speaker
110
+ - Earring Cellphone
111
+ - Electronic Notebook Map
112
+ - Wristwatch Flashlight
113
+ - Kamen Yaiba Voice Changer/Pen Voice Changer
114
+ - Voice-Changing Face Mask
115
+ - Anywhere Ball Dispensing Belt
116
+ - Voice-Changing Choker
117
+ - Glasses Modification (Bullet Proof Lenses)
118
+ - Glasses Modification (Telescopic Lenses)
119
+ - Hang Glider/Paraglider
120
+ - Cuff Link Speakers
121
+ - Mini Air Tank
122
+ - Turbo Engine Snowboard
123
+ - Satellite-Telephone Wristwatch
124
+ - Drone
125
+ - Card Gun
126
+ - Hang Glider Cape
127
+ - Turbo Engine Scooter
128
+ - Turbo Engine Skates
129
+
130
+ vehicles:
131
+ - Agasa's Volkswagen Beetle
132
+ - Yukiko's Jaguar E-Type
133
+ - Masumi's Yamaha Artesia XT400
134
+ - Jirokichi's Harley Davidson Electra Glide
135
+ - Okiya's Subaru 360
136
+ - Eri's Mini Cooper
137
+ - Baya's Cobra
138
+ - Jii's Vanden Plas Princess 1100
139
+ - Fusae's Jaguar Mark 2
140
+ - Sato's Mazda RX-7
141
+ - Takagi's Nissan Tiida Latio
142
+ - Takagi's Skyline ER34
143
+ - Chiba's Fiat 500
144
+ - Chiba's Nissan GT-R R35 (2017)
145
+ - Uehara's Honda Inspire
146
+ - Gin's Porsche 356 A
147
+ - Chianti's Dodge Viper
148
+ - Vermouth's Harley-Davidson V-Rod
149
+ - Rei's Mazda RX-7
150
+ - Vodka's Porsche 914
151
+ - Chianti's Ducati 1098
152
+ - Araide's Toyota Prius (XW10)
153
+ - Vermouth's De Tomaso Pantera
154
+ - Shuichi's Chevrolet C-1500
155
+ - Shuichi's Ford Mustang
156
+ - James' Mercedes CLK320
157
+ - Jodie's Peugeot 607
158
+ - Hidemi's Citroën BX
159
+ - FBI's Toyota HiAce/Regius Ace
160
+ - FBI's Volvo S40
161
+ - FBI's Lexus GS
162
+ - FBI's Mercedes CLK320
163
+ - Isuzu Cubic bus
164
+ - Nissan X-Trail
165
+ - Toichi's Car
166
+ - Hidemi's Motorcycle
167
+ - Heiji's Motorcycle
168
+ - Snake's car
169
+ - Shiratori's car
170
+ - Kusuda's Nissan
171
+ - Yukiko's Motorcycle
@@ -1,8 +1,221 @@
1
1
  en:
2
2
  faker:
3
3
  demographic:
4
- race: ["American Indian or Alaska Native", "Asian", "Black or African American", "Native Hawaiian or Other Pacific Islander", "White"]
5
- sex: ["Male", "Female"]
6
- 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"]
7
- 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"]
8
- marital_status: ["Married", "Widowed", "Divorced", "Separated", "Never married"]
4
+ race:
5
+ - American Indian or Alaska Native
6
+ - Asian
7
+ - Black or African American
8
+ - Native Hawaiian or Other Pacific Islander
9
+ - White
10
+ sex:
11
+ - Male
12
+ - Female
13
+ demonym:
14
+ - Afghan
15
+ - Albanian
16
+ - Algerian
17
+ - American
18
+ - Andorran
19
+ - Angolan
20
+ - Argentine
21
+ - Armenian
22
+ - Aromanian
23
+ - Aruban
24
+ - Australian
25
+ - Austrian
26
+ - Azerbaijani
27
+ - Bahamian
28
+ - Bahraini
29
+ - Bangladeshi
30
+ - Barbadian
31
+ - Basotho
32
+ - Basque
33
+ - Belarusian
34
+ - Belgian
35
+ - Belizean
36
+ - Bermudian
37
+ - Bissau-Guinean
38
+ - Boer
39
+ - Bosniak
40
+ - Brazilian
41
+ - Breton
42
+ - Briton
43
+ - British Virgin Islander
44
+ - Bruneian
45
+ - Bulgarian
46
+ - Burkinabè
47
+ - Burundian
48
+ - Cambodian
49
+ - Cameroonian
50
+ - Canadian
51
+ - Catalan
52
+ - Cape Verdean
53
+ - Chadian
54
+ - Chilean
55
+ - Chinese
56
+ - Colombian
57
+ - Comorian
58
+ - Congolese
59
+ - Croatian
60
+ - Cuban
61
+ - Cypriot
62
+ - Czech
63
+ - Dane
64
+ - Dominican
65
+ - Dutch
66
+ - East Timorese
67
+ - Ecuadorian
68
+ - Egyptian
69
+ - Emirati
70
+ - English
71
+ - Eritrean
72
+ - Estonian
73
+ - Ethiopian
74
+ - Falkland Islander
75
+ - Faroese
76
+ - Finn
77
+ - Fijian
78
+ - Filipino
79
+ - French
80
+ - Georgian
81
+ - German
82
+ - Ghanaian
83
+ - Gibraltar
84
+ - Greek
85
+ - Grenadian
86
+ - Guatemalan
87
+ - French Guianan
88
+ - Guinean
89
+ - Guyanese
90
+ - Haitian
91
+ - Honduran
92
+ - Hong Konger
93
+ - Hungarian
94
+ - Icelander
95
+ - I-Kiribati
96
+ - Indian
97
+ - Indonesian
98
+ - Iranian
99
+ - Iraqi
100
+ - Irish
101
+ - Israeli
102
+ - Italian
103
+ - Ivoirian
104
+ - Jamaican
105
+ - Japanese
106
+ - Jordanian
107
+ - Kazakh
108
+ - Kenyan
109
+ - Korean
110
+ - Kosovar
111
+ - Kurd
112
+ - Kuwaiti
113
+ - Kyrgyz
114
+ - Lao
115
+ - Latvian
116
+ - Lebanese
117
+ - Liberian
118
+ - Libyan
119
+ - Liechtensteiner
120
+ - Lithuanian
121
+ - Luxembourger
122
+ - Macanese
123
+ - Macedonian
124
+ - Malagasy
125
+ - Malaysian
126
+ - Malawian
127
+ - Maldivian
128
+ - Malian
129
+ - Maltese
130
+ - Manx
131
+ - Mauritian
132
+ - Mexican
133
+ - Moldovan
134
+ - Moroccan
135
+ - Mongolian
136
+ - Montenegrin
137
+ - Namibian
138
+ - Nepalese
139
+ - New Zealander
140
+ - Nicaraguan
141
+ - Nigerien
142
+ - Nigerian
143
+ - Norwegian
144
+ - Pakistani
145
+ - Palauan
146
+ - Palestinian
147
+ - Panamanian
148
+ - Papua New Guinean
149
+ - Paraguayan
150
+ - Peruvian
151
+ - Pole
152
+ - Portuguese
153
+ - Puerto Rican
154
+ - Quebecer
155
+ - Romanian
156
+ - Russian
157
+ - Rwandan
158
+ - Salvadoran
159
+ - São Toméan
160
+ - Saudi
161
+ - Scottish
162
+ - Senegalese
163
+ - Serb
164
+ - Sierra Leonean
165
+ - Singaporean
166
+ - Sindhian
167
+ - Slovak
168
+ - Slovene
169
+ - Somali
170
+ - Somalilander
171
+ - South African
172
+ - Spaniard
173
+ - Sri Lankan
174
+ - St Lucian
175
+ - Sudanese
176
+ - Surinamese
177
+ - Swede
178
+ - Swiss
179
+ - Syriac
180
+ - Syrian
181
+ - Tajik
182
+ - Taiwanese
183
+ - Tanzanian
184
+ - Thai
185
+ - Tibetan
186
+ - Tobagonian
187
+ - Trinidadian
188
+ - Tunisian
189
+ - Turk
190
+ - Tuvaluan
191
+ - Ugandan
192
+ - Ukrainian
193
+ - Uruguayan
194
+ - Uzbek
195
+ - Vanuatuan
196
+ - Venezuelan
197
+ - Vietnamese
198
+ - Welsh
199
+ - Yemeni
200
+ - Zambian
201
+ - Zimbabwean
202
+ educational_attainment:
203
+ - No schooling completed
204
+ - Nursery school
205
+ - Kindergarten
206
+ - Grade 1 though 11
207
+ - 12th grade - No Diploma
208
+ - Regular high school diploma
209
+ - GED or alternative credential
210
+ - Some college
211
+ - Associate's degree
212
+ - Bachelor's degree
213
+ - Master's degree
214
+ - Professional degree
215
+ - Doctorate degree
216
+ marital_status:
217
+ - Married
218
+ - Widowed
219
+ - Divorced
220
+ - Separated
221
+ - Never married