faker 3.0.0 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +598 -1
  3. data/README.md +203 -107
  4. data/lib/faker/books/lovecraft.rb +2 -3
  5. data/lib/faker/default/address.rb +2 -2
  6. data/lib/faker/default/alphanumeric.rb +1 -1
  7. data/lib/faker/default/chile_rut.rb +23 -17
  8. data/lib/faker/default/code.rb +65 -19
  9. data/lib/faker/default/company.rb +112 -5
  10. data/lib/faker/default/crypto.rb +13 -4
  11. data/lib/faker/default/date.rb +61 -5
  12. data/lib/faker/default/driving_licence.rb +19 -8
  13. data/lib/faker/default/drone.rb +1 -1
  14. data/lib/faker/default/finance.rb +2 -2
  15. data/lib/faker/default/food.rb +14 -1
  16. data/lib/faker/default/hipster.rb +2 -3
  17. data/lib/faker/default/html.rb +230 -0
  18. data/lib/faker/default/id_number.rb +38 -24
  19. data/lib/faker/default/internet.rb +85 -78
  20. data/lib/faker/default/invoice.rb +4 -4
  21. data/lib/faker/default/json.rb +9 -4
  22. data/lib/faker/default/lorem.rb +24 -16
  23. data/lib/faker/default/marketing.rb +1 -1
  24. data/lib/faker/default/measurement.rb +8 -8
  25. data/lib/faker/default/{nhs.rb → national_health_service.rb} +8 -4
  26. data/lib/faker/default/number.rb +1 -1
  27. data/lib/faker/default/omniauth.rb +5 -5
  28. data/lib/faker/default/phone_number.rb +37 -18
  29. data/lib/faker/default/placeholdit.rb +1 -1
  30. data/lib/faker/default/south_africa.rb +3 -3
  31. data/lib/faker/{music/show.rb → default/theater.rb} +8 -8
  32. data/lib/faker/default/twitter.rb +4 -6
  33. data/lib/faker/default/types.rb +5 -6
  34. data/lib/faker/default/vehicle.rb +26 -36
  35. data/lib/faker/games/clash_of_clans.rb +1 -1
  36. data/lib/faker/games/dnd.rb +49 -7
  37. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  38. data/lib/faker/games/heroes_of_the_storm.rb +0 -11
  39. data/lib/faker/games/minecraft.rb +1 -1
  40. data/lib/faker/games/myst.rb +1 -1
  41. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  42. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +10 -10
  43. data/lib/faker/locations/australia.rb +40 -38
  44. data/lib/faker/movies/avatar.rb +49 -0
  45. data/lib/faker/movies/star_wars.rb +1 -1
  46. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  47. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  48. data/lib/faker/quotes/quote.rb +13 -0
  49. data/lib/faker/sports/chess.rb +90 -0
  50. data/lib/faker/sports/sport.rb +9 -3
  51. data/lib/faker/travel/airport.rb +43 -0
  52. data/lib/faker/travel/train_station.rb +54 -0
  53. data/lib/faker/tv_shows/archer.rb +51 -0
  54. data/lib/faker/tv_shows/buffy.rb +0 -13
  55. data/lib/faker/tv_shows/dr_who.rb +0 -13
  56. data/lib/faker/tv_shows/south_park.rb +15 -0
  57. data/lib/faker/tv_shows/spongebob.rb +50 -0
  58. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +0 -13
  59. data/lib/faker/version.rb +1 -1
  60. data/lib/faker.rb +20 -9
  61. data/lib/helpers/deprecator.rb +118 -0
  62. data/lib/helpers/positional_generator.rb +480 -0
  63. data/lib/locales/README.md +18 -2
  64. data/lib/locales/ar.yml +1 -0
  65. data/lib/locales/bg.yml +1 -2
  66. data/lib/locales/da-DK.yml +529 -35
  67. data/lib/locales/de-AT.yml +3487 -27
  68. data/lib/locales/de-CH.yml +4359 -12
  69. data/lib/locales/de.yml +7182 -100
  70. data/lib/locales/ee.yml +0 -1
  71. data/lib/locales/en/address.yml +1826 -561
  72. data/lib/locales/en/airport.yml +381 -0
  73. data/lib/locales/en/archer.yml +75 -0
  74. data/lib/locales/en/australia.yml +106 -105
  75. data/lib/locales/en/avatar.yml +31 -0
  76. data/lib/locales/en/bank.yml +1 -1
  77. data/lib/locales/en/chess.yml +103 -0
  78. data/lib/locales/en/company.yml +1 -0
  79. data/lib/locales/en/cosmere.yml +1 -1
  80. data/lib/locales/en/cowboy_bebop.yml +163 -0
  81. data/lib/locales/en/dnd.yml +186 -1
  82. data/lib/locales/en/dog.yml +262 -7
  83. data/lib/locales/en/dota.yml +120 -67
  84. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  85. data/lib/locales/en/finance.yml +4 -4
  86. data/lib/locales/en/food.yml +14 -1
  87. data/lib/locales/en/{fma_brotherhood.yml → fullmetal_alchemist_brotherhood.yml} +3 -3
  88. data/lib/locales/en/harry_potter.yml +1 -1
  89. data/lib/locales/en/heroes.yml +0 -0
  90. data/lib/locales/en/id_number.yml +1 -1
  91. data/lib/locales/en/internet.yml +3 -4
  92. data/lib/locales/en/minecraft.yml +4 -4
  93. data/lib/locales/en/mitch_hedberg.yml +46 -0
  94. data/lib/locales/en/music.yml +25 -25
  95. data/lib/locales/en/opera.yml +1 -1
  96. data/lib/locales/en/phone_number.yml +78 -3
  97. data/lib/locales/en/restaurant.yml +1 -1
  98. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  99. data/lib/locales/en/south_park.yml +360 -2
  100. data/lib/locales/en/spongebob.yml +489 -0
  101. data/lib/locales/en/star_wars.yml +1 -1
  102. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  103. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  104. data/lib/locales/en/train_station.yml +280 -0
  105. data/lib/locales/en/vehicle.yml +1 -1
  106. data/lib/locales/en-AU.yml +718 -47
  107. data/lib/locales/en-CA.yml +373 -19
  108. data/lib/locales/en-GB.yml +116 -8
  109. data/lib/locales/en-IND.yml +1259 -17
  110. data/lib/locales/en-KE.yml +212 -0
  111. data/lib/locales/en-MS.yml +364 -17
  112. data/lib/locales/en-NEP.yml +212 -38
  113. data/lib/locales/en-NG.yml +1 -0
  114. data/lib/locales/en-NZ.yml +1153 -123
  115. data/lib/locales/en-PAK.yml +392 -10
  116. data/lib/locales/en-SG.yml +581 -16
  117. data/lib/locales/en-UG.yml +1 -0
  118. data/lib/locales/en-US.yml +6914 -74
  119. data/lib/locales/en-ZA.yml +1 -1
  120. data/lib/locales/en-au-ocker.yml +266 -22
  121. data/lib/locales/es-AR.yml +4569 -4599
  122. data/lib/locales/es-MX.yml +1 -2
  123. data/lib/locales/es.yml +2 -3
  124. data/lib/locales/fi-FI.yml +1 -0
  125. data/lib/locales/fr/address.yml +761 -9
  126. data/lib/locales/fr/internet.yml +0 -1
  127. data/lib/locales/fr/name.yml +2 -1
  128. data/lib/locales/fr-CA.yml +2733 -44
  129. data/lib/locales/fr-CH.yml +1 -2
  130. data/lib/locales/fr.yml +3 -1
  131. data/lib/locales/hy.yml +3624 -119
  132. data/lib/locales/id.yml +839 -12
  133. data/lib/locales/it.yml +1304 -32
  134. data/lib/locales/ja/book.yml +492 -3
  135. data/lib/locales/ja/football.yml +115 -0
  136. data/lib/locales/ja/lorem.yml +1 -1
  137. data/lib/locales/ja/sport.yml +130 -0
  138. data/lib/locales/ja/super_mario.yml +1 -1
  139. data/lib/locales/ja/touhou.yml +466 -0
  140. data/lib/locales/ko.yml +1361 -20
  141. data/lib/locales/lt.yml +297 -17
  142. data/lib/locales/lv.yml +0 -1
  143. data/lib/locales/mi-NZ.yml +2 -0
  144. data/lib/locales/nb-NO.yml +518 -29
  145. data/lib/locales/nl.yml +10 -2
  146. data/lib/locales/pl.yml +1 -2
  147. data/lib/locales/pt-BR.yml +8205 -664
  148. data/lib/locales/pt.yml +844 -45
  149. data/lib/locales/ru.yml +1353 -69
  150. data/lib/locales/sk.yml +4410 -43
  151. data/lib/locales/sv.yml +100 -0
  152. data/lib/locales/tr.yml +1 -2
  153. data/lib/locales/uk.yml +1808 -44
  154. data/lib/locales/vi.yml +1 -0
  155. data/lib/locales/zh-CN/bank.yml +17 -0
  156. data/lib/locales/zh-CN.yml +1 -0
  157. data/lib/locales/zh-TW.yml +1 -0
  158. metadata +37 -156
  159. data/History.md +0 -176
  160. data/lib/faker/default/fillmurray.rb +0 -36
  161. data/lib/faker/default/lorem_pixel.rb +0 -64
@@ -0,0 +1,31 @@
1
+ en:
2
+ faker:
3
+ avatar:
4
+ characters: ['Neytiri', 'Jake Sully, Tommy', 'Doctora Grace Augustine', 'Ronal', 'Trudy Chacon', 'Miles Quaritch', 'Dr. Karina Mogue', 'Parker Selfridge', 'Mo at', 'Eytukan', 'Dragon Gunship Pilot', 'Neteyam', 'Varang', 'Otamu', 'Bilano', 'Deyshana', 'Entok', 'Eywaftia', 'Frapohu', 'Ronal', 'Saeyla', 'Sevineyo', 'Ian Garvin', 'Hukato']
5
+ dates: ['December 18, 2009', 'December 15, 2022', 'December 20, 2024']
6
+ quotes: [
7
+ "I'm a warrior of the Jarhead clan.",
8
+ "I was a warrior who dreamed he could bring peace. Sooner or later though, you always have to wake up.",
9
+ "You want a fair deal, you're on the wrong planet. The strong prey on the weak.",
10
+ "Sometimes your whole life boils down to one insane move.",
11
+ "The Sky People have sent us a message: that they can take whatever they want. That no one can stop them. Well, we will send them a message: that they cannot take whatever they want! And that this...this is our land!",
12
+ "All I ever wanted was a single thing worth fighting for.",
13
+ "You don't choose your Avatar... your Avatar chooses you.",
14
+ "The Na'vi say, that every person is born twice. The second time, is when you earn your place among the people...forever.",
15
+ "Your spirit goes with Eywa. Your body stays behind to become part of The People.",
16
+ "If it ain't raining, we ain't training.",
17
+ "I became a Marine for the hardship. To be hammered on the anvil of life. I told myself I could pass any test a man can pass.",
18
+ "If Grace is there with you - look in her memories - she can show you the world we come from. There's no green there. They killed their mother, and they're gonna do the same here.",
19
+ "Sooner or later, though, you always have to wake up.",
20
+ "Everything is backwards now, like out there is the true world, and in here is the dream.",
21
+ "I'm with you now, Jake. We are mated for life.",
22
+ "To become 'taronyu' hunter, you must choose your own Ikran and he must choose you.",
23
+ "Toruk chose him, it has only happened five times since the time of first songs.",
24
+ "You have a strong heart. No fear. But stupid! Ignorant like a child!",
25
+ "Our great mother does not take sides, Jake; she protects the balance of life.",
26
+ "Hey Sully... how does it feel to betray your own race? You think you're one of them? Time to wake up!",
27
+ "Everyone on this base, every one of you, is fighting for survival, and that's a fact.",
28
+ "And when we destroy it, we will blast a crater in their racial memory so deep, that they won't come within 1,000 klicks of this place ever again. And that too, is a fact.",
29
+ "So you just figured you'd come here, to the most hostile environment known to men, with no training of any kind, and see how it went? What was going through your head?",
30
+ "It is hard to fill a cup that is already full."
31
+ ]
@@ -235,7 +235,7 @@ en:
235
235
  pl:
236
236
  # Poland
237
237
  length: 28
238
- bban_pattern: '\d{8}[A-Z0-9]{16}'
238
+ bban_pattern: '\d{8}\d{16}'
239
239
  ps:
240
240
  # Palestinian Territory, Occupied
241
241
  length: 29
@@ -0,0 +1,103 @@
1
+ en:
2
+ faker:
3
+ chess:
4
+ players:
5
+ - Alexander Alekhine
6
+ - Alexei Shirov
7
+ - Alexis Vargas
8
+ - Anatoly Karpov
9
+ - Bobby Fischer
10
+ - Emanuel Lasker
11
+ - Fabiano Caruana
12
+ - Garry Kasparov
13
+ - Hikaru Nakamura
14
+ - Jose Raul Capablanca
15
+ - Levon Aronian
16
+ - Magnus Carlsen
17
+ - Mikhail Botvinnik
18
+ - Radjabov Teimour
19
+ - Sergey Karjakin
20
+ - Tigran Petrosian
21
+ - Viswanathan Anand
22
+ - Vladimir Kramnik
23
+ - Wesley So
24
+ - Paul Morphy
25
+ tournaments:
26
+ - Wijk aan Zee
27
+ - Linares
28
+ - Astrakhan
29
+ - Dortmund
30
+ - Shanghai
31
+ - Bilbao
32
+ - Nanjing
33
+ - Moscow
34
+ - London
35
+ - Moscow
36
+ - Tromsø (Chess World Cup)
37
+ - Paris (Grand Prix 2012–2013)
38
+ - Bucharest
39
+ - Nizhny Novgorod (Russian Championship)
40
+ - Zurich
41
+ - Khanty-Mansisyk (Candidates Tournament)
42
+ - Tbilisi (Grand Prix 2014–2015)
43
+ - Khanty-Mansisyk (Grand Prix 2014–2015)
44
+ - Baku (Chess World Cup)
45
+ - London (Grand Chess Tour)
46
+ - Gibraltar
47
+ openings:
48
+ - Alekhine’s Defense
49
+ - Benko Gambit
50
+ - Benoni Defense
51
+ - Bird’s Opening
52
+ - Bogo-Indian Defense
53
+ - Budapest Gambit
54
+ - Catalan Opening
55
+ - Caro-Kann Defense
56
+ - Colle System
57
+ - Dutch Defense
58
+ - Giuoco Piano
59
+ - English Opening
60
+ - Evans Gambit
61
+ - Four Knights Game
62
+ - French Defense
63
+ - Grünfeld Defense
64
+ - Italian Game
65
+ - King’s Gambit
66
+ - King’s Indian Attack
67
+ - King’s Indian Defense
68
+ - King’s Pawn Game
69
+ - London System
70
+ - Modern Defense
71
+ - Nimzo-Indian Defense
72
+ - Nimzowitsch Defense
73
+ - Petrov’s Defense
74
+ - Philidor’s Defense
75
+ - Pirc Defense
76
+ - Queen’s Pawn Game
77
+ - Queen’s Gambit Accepted
78
+ - Queen’s Gambit Declined
79
+ - Queen’s Indian Defense
80
+ - Réti Opening
81
+ - Ruy Lopez
82
+ - Scandinavian Defense
83
+ - Scotch Game
84
+ - Sicilian Defense
85
+ - Slav Defense
86
+ - Torre Attack
87
+ - Two Knights Defense
88
+ - Vienna Game
89
+ - Wade Defense
90
+ titles:
91
+ - GM
92
+ - IM
93
+ - FM
94
+ - CM
95
+ - WGM
96
+ - WIM
97
+ - WFM
98
+ - WCM
99
+ - AGM
100
+ - AIM
101
+ - AFM
102
+ - ACM
103
+
@@ -20,3 +20,4 @@ en:
20
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"]
23
+ department: ["Asset Management", "Board of Directors", "Business Development", "Corporate Communications", "Creative Services", "Customer Service", "Information Technology", "Engineering", "Finance / Accounting", "General Management", "Human Resources", "Investor Relations", "Legal", "Marketing", "Operations", "Product Management", "Production", "Project Management", "Purchasing / Sourcing", "Quality Assurance", "Risk Management", "Sales", "Strategic Initiatives", "Information Technology"]
@@ -26,7 +26,7 @@ en:
26
26
  'Skybreaker', 'Stoneward', 'Truthwatcher', 'Willshaper', 'Windrunner'
27
27
  ]
28
28
  metals: [
29
- 'Steel', 'Iron', 'Pewter', 'Tin', 'Zinc', 'Brass', 'Copper', Bronze',
29
+ 'Steel', 'Iron', 'Pewter', 'Tin', 'Zinc', 'Brass', 'Copper', 'Bronze',
30
30
  'Duralumin', 'Aluminum', 'Nicrosil', 'Chromium', 'Gold', 'Electrum',
31
31
  'Cadmium', 'Bendalloy', 'Atium', 'Lerasium', 'Ettmetal', 'Malatium'
32
32
  ]
@@ -0,0 +1,163 @@
1
+ en:
2
+ faker:
3
+ cowboy_bebop:
4
+ character:
5
+ - Edward
6
+ - Ein
7
+ - Faye Valentine
8
+ - Jet Black
9
+ - Julia
10
+ - Spike Spiegel
11
+ - Vicious
12
+ - Annie
13
+ - Bob
14
+ - Laughing Bull
15
+ - Gren
16
+ - Punch and Judy
17
+ - Three Old Men
18
+ - Abdul Hakim
19
+ - Andy
20
+ - Asimov Solensan
21
+ - Chessmaster Hex
22
+ - Coffee
23
+ - Doohan
24
+ - Elektra Ovirowa
25
+ - Fad
26
+ - Fatty River
27
+ - Lin
28
+ - George
29
+ - Giraffe
30
+ - Gordon
31
+ - Julius
32
+ - Katerina Solensan
33
+ - Mao Yenrai
34
+ - Maria Murdock
35
+ - Miles
36
+ - Morgan
37
+ - Mr. Appledelhi
38
+ - Rocco Bonnaro
39
+ - Sally Yung
40
+ - Shin
41
+ - Teddy Bomber
42
+ - Udai Taxim
43
+ - Victoria Terpsichore
44
+ - Wen
45
+ - Whitney Hagas Matsumoto
46
+ - Zebra
47
+
48
+ episode:
49
+ - Asteroid Blues
50
+ - Stray Dog Strut
51
+ - Honky Tonk Women
52
+ - Gateway Shuffle
53
+ - Ballad of Fallen Angels
54
+ - Sympathy for the Devil
55
+ - Heavy Metal Queen
56
+ - Waltz for Venus
57
+ - Jamming with Edward
58
+ - Ganymede Elegy
59
+ - Toys in the Attic
60
+ - Jupiter Jazz part 1
61
+ - Jupiter Jazz part 2
62
+ - Bohemian Rhapsody
63
+ - My Funny Valentine
64
+ - Black Dog Serenade
65
+ - Mushroom Samba
66
+ - Speak Like a Child
67
+ - Wild Horses
68
+ - Pierrot le Fou
69
+ - Boogie Woogie Feng Shui
70
+ - Cowboy Funk
71
+ - Brain Scratch
72
+ - Hard Luck Woman
73
+ - The Real Folk Blues part 1
74
+ - The Real Folk Blues part 2
75
+
76
+ song:
77
+ - Tank!
78
+ - Rush
79
+ - Spokey Dokey
80
+ - Bad Dog No Biscuits
81
+ - Cat Blues
82
+ - Cosmos
83
+ - Space Lion
84
+ - Waltz for Zizi
85
+ - Piano Black
86
+ - Pot City
87
+ - Too Good Too Bad
88
+ - Car24
89
+ - The Egg and I
90
+ - Felt Tip Pen
91
+ - Rain
92
+ - Digging My Potato
93
+ - Memory
94
+ - The Real Folk Blues
95
+ - Odd Ones
96
+ - Doggy Dog
97
+ - Cats on Mars
98
+ - Spy
99
+ - Fantaisie Sign
100
+ - Piano Bar I
101
+ - Black Coffee
102
+ - American Money
103
+ - Don't Bother None
104
+ - Vitamin A
105
+ - Live in Baghdad
106
+ - Cats on Mars
107
+ - Want It All Back
108
+ - Bindy
109
+ - You Make Me Cool
110
+ - Vitamin B
111
+ - Green Bird
112
+ - Elm
113
+ - Vitamin C
114
+ - Gateway
115
+ - The Singing Sea
116
+ - The Egg and You
117
+ - Forever Broke
118
+ - Power of Kung Food
119
+ - BlueTim Jensent
120
+ - Words That We Couldn't Say
121
+ - Autumn in Ganymede
122
+ - Mushroom Hunting
123
+ - Go Go Cactus Man
124
+ - Chicken Bone
125
+ - The Real Man
126
+ - N.Y. Rush
127
+ - Adieu
128
+ - Call Me Call Me
129
+ - Ave Maria
130
+ - Stella
131
+ - Flying Teapot
132
+ - Wo Qui Non Coin
133
+ - Road to the West
134
+ - Farewell Blues
135
+ - See You Space Cowboy...
136
+ - 24 Hours Open
137
+ - Pushing the Sky
138
+ - Time to Know ~ Be Waltz
139
+ - Clutch
140
+ - Musawe
141
+ - Yo Pumpkin Head
142
+ - Diggin
143
+ - What Planet Is This?!
144
+ - Fingers
145
+ - Powder
146
+ - Butterfly
147
+ - No Reply
148
+ - Dijurido
149
+ - Gotta Knock a Little Harder
150
+ - No Money.
151
+ - Rain
152
+
153
+ quote:
154
+ - "Men always seem to think about their past before they die, as though they were frantically searching for proof that they truly lived."
155
+ - "I'm not going there to die. I'm going to find out if I'm really alive."
156
+ - "I felt like I was watching a dream I'd never wake up from. Before I knew it, the dream was all over."
157
+ - "Everything has a beginning and an end. Life is just a cycle of starts and stops. There are ends we don't desire, but they're inevitable. We have to face them. It's what being human is all about."
158
+ - "Bang!"
159
+ - "The past is the past and the future is the future. A man is a man and a woman is a woman. The present is the present. I am who I am and you are who you are. That's all there is to it. Does it really matter? Or do we just think it does?"
160
+ - "There are three things I hate the most. Kids, pets, and women with attitude. So tell me, why do we have all of them packed into our ship!?"
161
+ - "Humans were meant to work and sweat for their money after all. Those that try to get rich quickly or live at expense of others - all get divine retribution along the way. That is the lesson. But, one thing about humans is that they quickly forget the lesson they have learnt."
162
+ - "When I was a cop, this was my beat. I’m the Black Dog and when I bite I don’t let go. I have no regrets about her, but I’ll settle this score on my own turf."
163
+ - "I was younger then, I wasn't afraid of anything, I didn't think about dying for a second. I thought I was invincible. Then I met some girl. I wanted to live, I started to think like that; for the first time I was afraid of death. I had never felt like that before."
@@ -440,6 +440,191 @@ en:
440
440
  - Verdan
441
441
  - Warforged
442
442
  - Yuan-Ti
443
+ name:
444
+ first_name:
445
+ - Aeliana
446
+ - Alaric
447
+ - Aldric
448
+ - Alessia
449
+ - Alistair
450
+ - Althea
451
+ - Amonar
452
+ - Andros
453
+ - Anya
454
+ - Aria
455
+ - Ariadne
456
+ - Ariella
457
+ - Azarion
458
+ - Baelgor
459
+ - Baelin
460
+ - Belmorn
461
+ - Brondar
462
+ - Caelum
463
+ - Calista
464
+ - Cassandra
465
+ - Celestia
466
+ - Celestine
467
+ - Corvus
468
+ - Delara
469
+ - Drakon
470
+ - Drust
471
+ - Eamon
472
+ - Eilonwy
473
+ - Elara
474
+ - Eldric
475
+ - Elowen
476
+ - Elyria
477
+ - Emeric
478
+ - Faelina
479
+ - Fionna
480
+ - Freya
481
+ - Galen
482
+ - Garrick
483
+ - Gavric
484
+ - Gideon
485
+ - Gruffudd
486
+ - Illiana
487
+ - Isolde
488
+ - Kael
489
+ - Kael'thas
490
+ - Kaela
491
+ - Kaelis
492
+ - Kaldris
493
+ - Kethric
494
+ - Kyros
495
+ - Leilani
496
+ - Liora
497
+ - Lorimar
498
+ - Lucius
499
+ - Lysandra
500
+ - Lysara
501
+ - Maelis
502
+ - Magnus
503
+ - Marik
504
+ - Melisandra
505
+ - Nymeria
506
+ - Nymira
507
+ - Oriana
508
+ - Orianna
509
+ - Osric
510
+ - Ragnor
511
+ - Rendal
512
+ - Rhovaniel
513
+ - Rurik
514
+ - Selene
515
+ - Seraphina
516
+ - Seraphine
517
+ - Seren
518
+ - Sylvaria
519
+ - Taryn
520
+ - Thalia
521
+ - Thane
522
+ - Tharivol
523
+ - Thorgrim
524
+ - Throrin
525
+ - Tordek
526
+ - Torvald
527
+ - Uldar
528
+ - Ulfgar
529
+ - Valthor
530
+ - Vespera
531
+ - Xander
532
+ - Xanthe
533
+ - Ygritte
534
+ - Yondalla
535
+ - Zara
536
+ - Zarathos
537
+ - Zephyra
538
+ - Zoltan
539
+ last_name:
540
+ - Axebreaker
541
+ - Blackthorn
542
+ - Brightsong
543
+ - Dawnbringer
544
+ - Dreamweaver
545
+ - Earthshaker
546
+ - Fireheart
547
+ - Ironfoot
548
+ - Ironheart
549
+ - Leafwhisper
550
+ - Lightbringer
551
+ - Lightfoot
552
+ - Mistwalker
553
+ - Moonfall
554
+ - Moonshadow
555
+ - Moonsong
556
+ - Moonwhisper
557
+ - Nightbreeze
558
+ - Nightshade
559
+ - Nightstalker
560
+ - Ravenscar
561
+ - Ravenshadow
562
+ - Shadowbane
563
+ - Shadowdancer
564
+ - Silverhand
565
+ - Silverveil
566
+ - Starborn
567
+ - Starweaver
568
+ - Starwhisper
569
+ - Stonewarden
570
+ - Stormborn
571
+ - Stormbringer
572
+ - Stormcloak
573
+ - Stormrider
574
+ - Sunweaver
575
+ - Swiftwind
576
+ - Wildheart
577
+ - Willowbrook
578
+ - Winddancer
579
+ title:
580
+ - the Arcane
581
+ - the Bard
582
+ - the Beautiful
583
+ - the Bold
584
+ - the Brave
585
+ - the Clever
586
+ - the Cunning
587
+ - the Defender
588
+ - the Dreamer
589
+ - the Elegant
590
+ - the Enchanted
591
+ - the Enchanter
592
+ - the Enchantress
593
+ - the Fair
594
+ - the Fearless
595
+ - the Fierce
596
+ - the Gentle
597
+ - the Graceful
598
+ - the Healer
599
+ - the Huntress
600
+ - the Illusionist
601
+ - the Just
602
+ - the Kind
603
+ - the Loyal
604
+ - the Mighty
605
+ - the Moonlit
606
+ - the Poet
607
+ - the Protector
608
+ - the Radiant
609
+ - the Relentless
610
+ - the Resolute
611
+ - the Scribe
612
+ - the Seeker
613
+ - the Silent
614
+ - the Slayer
615
+ - the Stalwart
616
+ - the Stoic
617
+ - the Strong
618
+ - the Swift
619
+ - the Unbreakable
620
+ - the Unbroken
621
+ - the Unconquered
622
+ - the Unseen
623
+ - the Unyielding
624
+ - the Vindicator
625
+ - the Wanderer
626
+ - the Wild
627
+ - the Wise
443
628
  ranged_weapons:
444
629
  - Blowgun
445
630
  - Boomerang
@@ -448,4 +633,4 @@ en:
448
633
  - Longbow
449
634
  - Net
450
635
  - Shortbow
451
- - Sling
636
+ - Sling