faker 2.15.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (305) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +848 -34
  3. data/README.md +225 -103
  4. data/lib/faker/blockchain/aeternity.rb +1 -1
  5. data/lib/faker/blockchain/bitcoin.rb +2 -2
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +31 -3
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +9 -41
  10. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +7 -27
  13. data/lib/faker/default/alphanumeric.rb +2 -8
  14. data/lib/faker/default/app.rb +1 -10
  15. data/lib/faker/default/avatar.rb +1 -12
  16. data/lib/faker/default/bank.rb +25 -17
  17. data/lib/faker/default/barcode.rb +33 -22
  18. data/lib/faker/default/boolean.rb +1 -4
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +25 -25
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +71 -42
  23. data/lib/faker/default/color.rb +77 -6
  24. data/lib/faker/default/commerce.rb +31 -17
  25. data/lib/faker/default/company.rb +137 -22
  26. data/lib/faker/default/crypto.rb +26 -4
  27. data/lib/faker/default/crypto_coin.rb +3 -15
  28. data/lib/faker/default/date.rb +65 -42
  29. data/lib/faker/default/demographic.rb +1 -5
  30. data/lib/faker/default/driving_licence.rb +20 -18
  31. data/lib/faker/default/drone.rb +1 -1
  32. data/lib/faker/default/educator.rb +13 -0
  33. data/lib/faker/default/emotion.rb +33 -0
  34. data/lib/faker/default/file.rb +5 -22
  35. data/lib/faker/default/finance.rb +30 -7
  36. data/lib/faker/default/food.rb +27 -1
  37. data/lib/faker/default/hipster.rb +8 -48
  38. data/lib/faker/default/hobby.rb +22 -0
  39. data/lib/faker/default/html.rb +230 -0
  40. data/lib/faker/default/id_number.rb +175 -27
  41. data/lib/faker/default/internet.rb +333 -114
  42. data/lib/faker/default/invoice.rb +4 -17
  43. data/lib/faker/default/json.rb +4 -21
  44. data/lib/faker/default/lorem.rb +175 -73
  45. data/lib/faker/default/lorem_flickr.rb +4 -37
  46. data/lib/faker/default/markdown.rb +10 -13
  47. data/lib/faker/default/marketing.rb +1 -1
  48. data/lib/faker/default/measurement.rb +16 -48
  49. data/lib/faker/default/name.rb +1 -5
  50. data/lib/faker/default/nation.rb +0 -3
  51. data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
  52. data/lib/faker/default/number.rb +33 -61
  53. data/lib/faker/default/omniauth.rb +55 -52
  54. data/lib/faker/default/phone_number.rb +36 -21
  55. data/lib/faker/default/placeholdit.rb +10 -20
  56. data/lib/faker/default/relationship.rb +1 -5
  57. data/lib/faker/default/religion.rb +6 -0
  58. data/lib/faker/default/science.rb +108 -0
  59. data/lib/faker/default/source.rb +3 -16
  60. data/lib/faker/default/south_africa.rb +3 -3
  61. data/lib/faker/default/string.rb +1 -7
  62. data/lib/faker/default/stripe.rb +4 -20
  63. data/lib/faker/default/tea.rb +41 -0
  64. data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
  65. data/lib/faker/default/time.rb +4 -34
  66. data/lib/faker/default/twitter.rb +7 -23
  67. data/lib/faker/default/types.rb +12 -34
  68. data/lib/faker/default/vehicle.rb +44 -54
  69. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  70. data/lib/faker/default/world_cup.rb +2 -11
  71. data/lib/faker/games/clash_of_clans.rb +1 -1
  72. data/lib/faker/games/dnd.rb +49 -7
  73. data/lib/faker/games/dota.rb +14 -5
  74. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  75. data/lib/faker/games/minecraft.rb +1 -1
  76. data/lib/faker/games/myst.rb +1 -1
  77. data/lib/faker/games/tarkov.rb +205 -0
  78. data/lib/faker/games/touhou.rb +75 -0
  79. data/lib/faker/games/witcher.rb +39 -0
  80. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  81. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
  82. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  83. data/lib/faker/japanese_media/one_piece.rb +1 -1
  84. data/lib/faker/locations/australia.rb +52 -0
  85. data/lib/faker/movies/avatar.rb +49 -0
  86. data/lib/faker/movies/hackers.rb +48 -0
  87. data/lib/faker/movies/star_wars.rb +73 -5
  88. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  89. data/lib/faker/movies/tron.rb +161 -0
  90. data/lib/faker/music/hiphop.rb +3 -3
  91. data/lib/faker/music/music.rb +12 -0
  92. data/lib/faker/music/rock_band.rb +12 -0
  93. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  94. data/lib/faker/quotes/quote.rb +13 -0
  95. data/lib/faker/quotes/rajnikanth.rb +1 -0
  96. data/lib/faker/quotes/shakespeare.rb +34 -0
  97. data/lib/faker/religion/bible.rb +50 -0
  98. data/lib/faker/sports/chess.rb +90 -0
  99. data/lib/faker/sports/mountaineering.rb +22 -0
  100. data/lib/faker/sports/sport.rb +116 -0
  101. data/lib/faker/travel/airport.rb +43 -0
  102. data/lib/faker/travel/train_station.rb +54 -0
  103. data/lib/faker/tv_shows/archer.rb +51 -0
  104. data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
  105. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  106. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  107. data/lib/faker/tv_shows/south_park.rb +15 -0
  108. data/lib/faker/tv_shows/spongebob.rb +50 -0
  109. data/lib/faker/tv_shows/suits.rb +1 -1
  110. data/lib/faker/tv_shows/supernatural.rb +48 -0
  111. data/lib/faker/tv_shows/the_office.rb +37 -0
  112. data/lib/faker/version.rb +2 -2
  113. data/lib/faker.rb +26 -67
  114. data/lib/helpers/base58.rb +1 -1
  115. data/lib/helpers/deprecator.rb +53 -0
  116. data/lib/helpers/positional_generator.rb +480 -0
  117. data/lib/helpers/unique_generator.rb +13 -14
  118. data/lib/locales/README.md +18 -2
  119. data/lib/locales/ar.yml +6 -1
  120. data/lib/locales/bg.yml +1 -2
  121. data/lib/locales/da-DK.yml +529 -35
  122. data/lib/locales/de-AT.yml +3487 -27
  123. data/lib/locales/de-CH.yml +4328 -12
  124. data/lib/locales/de.yml +7185 -99
  125. data/lib/locales/ee.yml +0 -1
  126. data/lib/locales/en/address.yml +1826 -562
  127. data/lib/locales/en/airport.yml +381 -0
  128. data/lib/locales/en/animal.yml +1 -1
  129. data/lib/locales/en/archer.yml +75 -0
  130. data/lib/locales/en/australia.yml +108 -0
  131. data/lib/locales/en/avatar.yml +31 -0
  132. data/lib/locales/en/bank.yml +1 -1
  133. data/lib/locales/en/bible.yml +90 -0
  134. data/lib/locales/en/bird.yml +1281 -0
  135. data/lib/locales/en/book.yml +487 -3
  136. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  137. data/lib/locales/en/cat.yml +1 -1
  138. data/lib/locales/en/chess.yml +103 -0
  139. data/lib/locales/en/coffee.yml +1 -1
  140. data/lib/locales/en/commerce.yml +17 -0
  141. data/lib/locales/en/community.yml +17 -17
  142. data/lib/locales/en/company.yml +1 -0
  143. data/lib/locales/en/computer.yml +23 -4
  144. data/lib/locales/en/cowboy_bebop.yml +163 -0
  145. data/lib/locales/en/device.yml +112 -4
  146. data/lib/locales/en/dnd.yml +186 -1
  147. data/lib/locales/en/dog.yml +262 -7
  148. data/lib/locales/en/dota.yml +173 -0
  149. data/lib/locales/en/dune.yml +266 -397
  150. data/lib/locales/en/educator.yml +6 -0
  151. data/lib/locales/en/emotion.yml +480 -0
  152. data/lib/locales/en/file.yml +9 -1
  153. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  154. data/lib/locales/en/finance.yml +27 -4
  155. data/lib/locales/en/food.yml +1067 -10
  156. data/lib/locales/en/football.yml +3 -3
  157. data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
  158. data/lib/locales/en/game.yml +11 -0
  159. data/lib/locales/en/hackers.yml +53 -0
  160. data/lib/locales/en/harry_potter.yml +1 -1
  161. data/lib/locales/en/heroes.yml +2 -2
  162. data/lib/locales/en/hobby.yml +171 -0
  163. data/lib/locales/en/horse.yml +2 -2
  164. data/lib/locales/en/id_number.yml +1 -1
  165. data/lib/locales/en/internet.yml +136 -3
  166. data/lib/locales/en/kamen_rider.yml +452 -0
  167. data/lib/locales/en/kpop.yml +7 -7
  168. data/lib/locales/en/lebowski.yml +1 -1
  169. data/lib/locales/en/lovecraft.yml +76 -6
  170. data/lib/locales/en/minecraft.yml +4 -4
  171. data/lib/locales/en/mitch_hedberg.yml +46 -0
  172. data/lib/locales/en/mountain.yml +14 -1
  173. data/lib/locales/en/mountaineering.yml +14 -0
  174. data/lib/locales/en/movie.yml +2 -1
  175. data/lib/locales/en/music.yml +152 -142
  176. data/lib/locales/en/naruto.yml +2 -3
  177. data/lib/locales/en/one_piece.yml +1 -1
  178. data/lib/locales/en/opera.yml +2 -2
  179. data/lib/locales/en/overwatch.yml +5 -7
  180. data/lib/locales/en/phone_number.yml +78 -3
  181. data/lib/locales/en/rock_band.yml +1 -0
  182. data/lib/locales/en/science.yml +481 -3
  183. data/lib/locales/en/shakespeare.yml +21 -24
  184. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  185. data/lib/locales/en/source.yml +5 -0
  186. data/lib/locales/en/south_park.yml +360 -2
  187. data/lib/locales/en/space.yml +1 -1
  188. data/lib/locales/en/spongebob.yml +489 -0
  189. data/lib/locales/en/sport.yml +130 -0
  190. data/lib/locales/en/star_wars.yml +1 -1
  191. data/lib/locales/en/stranger_thing.yml +1 -1
  192. data/lib/locales/en/super_smash_bros.yml +7 -2
  193. data/lib/locales/en/supernatural.yml +141 -0
  194. data/lib/locales/en/tarkov.yml +593 -0
  195. data/lib/locales/en/tea.yml +172 -0
  196. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  197. data/lib/locales/en/the_office.yml +86 -0
  198. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  199. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  200. data/lib/locales/en/touhou.yml +839 -0
  201. data/lib/locales/en/train_station.yml +280 -0
  202. data/lib/locales/en/tron.yml +227 -0
  203. data/lib/locales/en/vehicle.yml +2809 -75
  204. data/lib/locales/en/witcher.yml +37 -0
  205. data/lib/locales/en-AU.yml +718 -47
  206. data/lib/locales/en-CA.yml +373 -18
  207. data/lib/locales/en-GB.yml +116 -8
  208. data/lib/locales/en-IND.yml +1259 -17
  209. data/lib/locales/en-KE.yml +212 -0
  210. data/lib/locales/en-MS.yml +364 -17
  211. data/lib/locales/en-NEP.yml +212 -38
  212. data/lib/locales/en-NG.yml +1 -0
  213. data/lib/locales/en-NZ.yml +1153 -123
  214. data/lib/locales/en-PAK.yml +369 -10
  215. data/lib/locales/en-SG.yml +581 -16
  216. data/lib/locales/en-UG.yml +1 -0
  217. data/lib/locales/en-US.yml +6914 -74
  218. data/lib/locales/en-ZA.yml +1 -1
  219. data/lib/locales/en-au-ocker.yml +266 -22
  220. data/lib/locales/es-AR.yml +4570 -0
  221. data/lib/locales/es-MX.yml +1 -2
  222. data/lib/locales/es.yml +2 -3
  223. data/lib/locales/fi-FI.yml +3 -1
  224. data/lib/locales/fr/address.yml +20 -0
  225. data/lib/locales/fr/adjective.yml +266 -0
  226. data/lib/locales/fr/ancient.yml +141 -0
  227. data/lib/locales/fr/animal.yml +5 -0
  228. data/lib/locales/fr/appliance.yml +4 -0
  229. data/lib/locales/fr/book.yml +7 -0
  230. data/lib/locales/fr/color.yml +4 -0
  231. data/lib/locales/fr/company.yml +17 -0
  232. data/lib/locales/fr/compass.yml +23 -0
  233. data/lib/locales/fr/demographic.yml +4 -0
  234. data/lib/locales/fr/gender.yml +6 -0
  235. data/lib/locales/fr/internet.yml +4 -0
  236. data/lib/locales/fr/lorem.yml +5 -0
  237. data/lib/locales/fr/measurement.yml +7 -0
  238. data/lib/locales/fr/name.yml +22 -0
  239. data/lib/locales/fr/phone_number.yml +7 -0
  240. data/lib/locales/fr/pokemon.yml +7 -0
  241. data/lib/locales/fr-CA.yml +2733 -44
  242. data/lib/locales/fr-CH.yml +1 -2
  243. data/lib/locales/fr.yml +2 -118
  244. data/lib/locales/hy.yml +3624 -119
  245. data/lib/locales/id.yml +839 -12
  246. data/lib/locales/it.yml +1304 -32
  247. data/lib/locales/ja/README.md +13 -0
  248. data/lib/locales/ja/address.yml +120539 -0
  249. data/lib/locales/ja/adjective.yml +148 -0
  250. data/lib/locales/ja/ancient.yml +4 -0
  251. data/lib/locales/ja/animal.yml +5 -0
  252. data/lib/locales/ja/bank.yml +4 -0
  253. data/lib/locales/ja/book.yml +7 -0
  254. data/lib/locales/ja/cat.yml +5 -0
  255. data/lib/locales/ja/coffee.yml +4 -0
  256. data/lib/locales/ja/color.yml +4 -0
  257. data/lib/locales/ja/commerce.yml +11 -0
  258. data/lib/locales/ja/company.yml +8 -0
  259. data/lib/locales/ja/dog.yml +6 -0
  260. data/lib/locales/ja/emotion.yml +51 -0
  261. data/lib/locales/ja/food.yml +4 -0
  262. data/lib/locales/ja/football.yml +115 -0
  263. data/lib/locales/ja/gender.yml +4 -0
  264. data/lib/locales/ja/lorem.yml +9 -0
  265. data/lib/locales/ja/name.yml +13 -0
  266. data/lib/locales/ja/naruto.yml +230 -0
  267. data/lib/locales/ja/overwatch.yml +5 -0
  268. data/lib/locales/ja/phone_number.yml +7 -0
  269. data/lib/locales/ja/pokemon.yml +7 -0
  270. data/lib/locales/ja/relationship.yml +10 -0
  271. data/lib/locales/ja/restaurant.yml +11 -0
  272. data/lib/locales/ja/space.yml +5 -0
  273. data/lib/locales/ja/sport.yml +130 -0
  274. data/lib/locales/ja/studio_ghibli.yml +112 -0
  275. data/lib/locales/ja/subscription.yml +8 -0
  276. data/lib/locales/ja/super_mario.yml +9 -0
  277. data/lib/locales/ja/super_smash_bros.yml +8 -0
  278. data/lib/locales/ja/touhou.yml +466 -0
  279. data/lib/locales/ja/university.yml +9 -0
  280. data/lib/locales/ja/zelda.yml +5 -0
  281. data/lib/locales/ko.yml +1361 -20
  282. data/lib/locales/lt.yml +315 -0
  283. data/lib/locales/lv.yml +1 -2
  284. data/lib/locales/mi-NZ.yml +283 -0
  285. data/lib/locales/nb-NO.yml +518 -29
  286. data/lib/locales/nl.yml +1 -1
  287. data/lib/locales/pl.yml +1 -2
  288. data/lib/locales/pt-BR.yml +8157 -660
  289. data/lib/locales/pt.yml +844 -45
  290. data/lib/locales/ru.yml +1355 -32
  291. data/lib/locales/sk.yml +4410 -43
  292. data/lib/locales/sv.yml +100 -0
  293. data/lib/locales/th.yml +76 -76
  294. data/lib/locales/tr.yml +1 -2
  295. data/lib/locales/uk.yml +1808 -44
  296. data/lib/locales/vi.yml +1 -0
  297. data/lib/locales/zh-CN/bank.yml +17 -0
  298. data/lib/locales/zh-CN.yml +1 -0
  299. data/lib/locales/zh-TW.yml +1 -0
  300. metadata +134 -133
  301. data/History.md +0 -176
  302. data/lib/faker/default/fillmurray.rb +0 -45
  303. data/lib/faker/default/lorem_pixel.rb +0 -69
  304. data/lib/locales/ja.yml +0 -105
  305. /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
@@ -0,0 +1,381 @@
1
+ en:
2
+ faker:
3
+ airport:
4
+ united_states:
5
+ large:
6
+ - Hartsfield Jackson Atlanta International Airport
7
+ - Baltimore/Washington International Airport
8
+ - Logan International Airport
9
+ - Charlotte Douglas International Airport
10
+ - Midway International Airport
11
+ - O'Hare International Airport
12
+ - Dallas/Fort Worth International Airport
13
+ - Denver International Airport
14
+ - Detroit Metropolitan Airport
15
+ - Fort Lauderdale Hollywood International Airport
16
+ - Daniel K. Inouye International Airport
17
+ - George Bush Intercontinental Airport
18
+ - Harry Reid International Airport
19
+ - Los Angeles International Airport
20
+ - Miami International Airport
21
+ - Minneapolis Saint Paul International Airport
22
+ - John F. Kennedy International Airport
23
+ - LaGuardia Airport
24
+ - Newark Liberty International Airport
25
+ - Orlando International Airport
26
+ - Philadelphia International Airport
27
+ - Phoenix Sky Harbor International Airport
28
+ - Portland International Airport
29
+ - Salt Lake City International Airport
30
+ - San Diego International Airport
31
+ - San Francisco International Airport
32
+ - Seattle Tacoma International Airport
33
+ - Tampa International Airport
34
+ - Ronald Reagan Washington National Airport**
35
+ - Dulles International Airport
36
+ medium:
37
+ - Albuquerque International Sunport
38
+ - Ted Stevens Anchorage International Airport
39
+ - Austin Bergstrom International Airport
40
+ - Boise Airport
41
+ - Buffalo Niagara International Airport
42
+ - Charleston International Airport
43
+ - Cincinnati/Northern Kentucky International Airport
44
+ - Cleveland Hopkins International Airport
45
+ - John Glenn Columbus International Airport
46
+ - El Paso International Airport
47
+ - Southwest Florida International Airport
48
+ - Gerald R. Ford International Airport
49
+ - Bradley International Airport
50
+ - William P. Hobby Airport
51
+ - Indianapolis International Airport
52
+ - Jacksonville International Airport
53
+ - Kansas City International Airport
54
+ - Louisville Muhammad Ali International Airport
55
+ - Memphis International Airport
56
+ - General Mitchell International Airport
57
+ - Nashville International Airport
58
+ - Louis Armstrong New Orleans International Airport
59
+ - Norfolk International Airport
60
+ - Oakland International Airport
61
+ - Will Rogers World Airport
62
+ - Eppley Airfield
63
+ - Ontario International Airport
64
+ - John Wayne Airport
65
+ - Northwest Florida Beaches International Airport
66
+ - Pittsburgh International Airport
67
+ - Rhode Island T. F. Green International Airport
68
+ - Raleigh Durham International Airport
69
+ - Reno Tahoe International Airport
70
+ - Richmond International Airport
71
+ - Sacramento International Airport
72
+ - San Antonio International Airport
73
+ - San Jose International Airport
74
+ - Spokane International Airport
75
+ - St. Louis Lambert International Airport
76
+ - Palm Beach International Airport
77
+ small:
78
+ - Albany International Airport
79
+ - Appleton International Airport
80
+ - Atlantic City International Airport
81
+ - Bellingham International Airport
82
+ - Birmingham Shuttlesworth International Airport
83
+ - Dayton International Airport
84
+ - Des Moines International Airport
85
+ - Fairbanks International Airport
86
+ - Fresno Yosemite International Airport
87
+ - Green Bay Austin Straubel International Airport
88
+ - Piedmont Triad International Airport
89
+ - Harrisburg International Airport
90
+ - Hilo International Airport
91
+ - Huntsville International Airport
92
+ - Jackson Medgar Wiley Evers International Airport
93
+ - Key West International Airport
94
+ - Kona International Airport
95
+ - McGhee Tyson Airport
96
+ - Clinton National Airport
97
+ - Midland International Air and Space Port
98
+ - Myrtle Beach International Airport
99
+ - Stewart International Airport
100
+ - Orlando Sanford International Airport
101
+ - Palm Springs International Airport
102
+ - Pensacola International Airport
103
+ - Phoenix Mesa Gateway Airport
104
+ - Portland International Jetport
105
+ - Batten International Airport
106
+ - Greater Rochester International Airport
107
+ - Sarasota Bradenton International Airport
108
+ - Savannah/Hilton Head International Airport
109
+ - St. Pete Clearwater International Airport
110
+ - Syracuse Hancock International Airport
111
+ - Tallahassee International Airport
112
+ - Tucson International Airport
113
+ - Tulsa International Airport
114
+ - Wilkes-Barre/Scranton International Airport
115
+ - Wilmington International Airport
116
+ iata_code:
117
+ large:
118
+ - ATL
119
+ - BWI
120
+ - BOS
121
+ - CLT
122
+ - MDW
123
+ - ORD
124
+ - DFW
125
+ - DEN
126
+ - DTW
127
+ - FLL
128
+ - HNL
129
+ - IAH
130
+ - LAS
131
+ - LAX
132
+ - MIA
133
+ - MSP
134
+ - JFK
135
+ - LGA
136
+ - EWR
137
+ - MCO
138
+ - PHL
139
+ - PHX
140
+ - PDX
141
+ - SLC
142
+ - SAN
143
+ - SFO
144
+ - SEA
145
+ - TPA
146
+ - DCA
147
+ - IAD
148
+ medium:
149
+ - ABQ
150
+ - ANC
151
+ - AUS
152
+ - BOI
153
+ - BUF
154
+ - CHS
155
+ - CVG
156
+ - CLE
157
+ - CMH
158
+ - ELP
159
+ - RSW
160
+ - GRR
161
+ - BDL
162
+ - HOU
163
+ - IND
164
+ - JAX
165
+ - MCI
166
+ - SDF
167
+ - MEM
168
+ - MKE
169
+ - BNA
170
+ - MSY
171
+ - ORF
172
+ - OAK
173
+ - OKC
174
+ - OMA
175
+ - ONT
176
+ - SNA
177
+ - ECP
178
+ - PIT
179
+ - PVD
180
+ - RDU
181
+ - RNO
182
+ - RIC
183
+ - SMF
184
+ - SAT
185
+ - SJC
186
+ - GEG
187
+ - STL
188
+ - PBI
189
+ small:
190
+ - ALB
191
+ - ATW
192
+ - ACY
193
+ - BLI
194
+ - BHM
195
+ - DAY
196
+ - DSM
197
+ - FAI
198
+ - FAT
199
+ - GRB
200
+ - GSO
201
+ - MDT
202
+ - ITO
203
+ - HSV
204
+ - JAN
205
+ - EYW
206
+ - KOA
207
+ - TYS
208
+ - LIT
209
+ - MAF
210
+ - MYR
211
+ - SWF
212
+ - SFB
213
+ - PSP
214
+ - PNS
215
+ - AZA
216
+ - PWM
217
+ - RAC
218
+ - ROC
219
+ - SRQ
220
+ - SAV
221
+ - PIE
222
+ - SYR
223
+ - TLH
224
+ - TUS
225
+ - TUL
226
+ - AVP
227
+ - ILM
228
+ european_union:
229
+ large:
230
+ - Gatwick Airport
231
+ - Heathrow Airport
232
+ - Luton Airport
233
+ - London Southend Airport
234
+ - London Stansted Airport
235
+ - Manchester Airport
236
+ - Charles de Gaulle Airport
237
+ - Orly Airport
238
+ - Amsterdam Airport Schiphol
239
+ - Karlsruhe/Baden-Baden Airport
240
+ - Berlin Brandenburg Airport
241
+ - Düsseldorf Airport
242
+ - Frankfurt Airport
243
+ - Munich Airport
244
+ - Josep Tarradellas Barcelona El Prat Airport
245
+ - Madrid-Barajas Airport
246
+ - Palma de Mallorca Airport
247
+ - Milan Malpensa Airport
248
+ - Leonardo da Vinci Fiumicino Airport
249
+ - Athens International Airport
250
+ - Oslo Airport, Gardermoen
251
+ - Stockholm Arlanda Airport
252
+ medium:
253
+ - Birmingham Airport
254
+ - Bristol Airport
255
+ - Liverpool John Lennon Airport
256
+ - London City Airport
257
+ - Luton Airport
258
+ - Newcastle Airport
259
+ - East Midlands Airport
260
+ - Aberdeen Airport
261
+ - Edinburgh Airport
262
+ - Glasgow International Airport
263
+ - Belfast International Airport
264
+ - Beauvais Tillé Airport
265
+ - Bordeaux Mérignac Airport
266
+ - Lyon Saint Exupéry Airport
267
+ - Marseille Provence Airport
268
+ - EuroAirport Basel Mulhouse Freiburg
269
+ - Nantes Atlantique Airport
270
+ - Nice Côte d'Azur Airport
271
+ - Toulouse Blagnac Airport
272
+ - Vienna International Airport
273
+ - Findel Airport
274
+ - Dublin Airport
275
+ - Václav Havel Airport Prague
276
+ - Karlsruhe/Baden-Baden Airport
277
+ - Cologne/Bonn Airport
278
+ - EuroAirport Basel Mulhouse Freiburg
279
+ - Hamburg Airport
280
+ - Hannover Airport
281
+ - Stuttgart Airport
282
+ - Budapest Ferenc Liszt International Airport
283
+ - Bratislava Airport
284
+ - Zurich Airport
285
+ - Kraków John Paul II International Airport
286
+ - Alicante Elche Miguel Hernández Airport
287
+ - Bilbao Airport
288
+ - Fuerteventura Airport
289
+ - Gran Canaria Airport
290
+ - Ibiza Airport
291
+ - Lanzarote Airport
292
+ - Málaga Airport
293
+ - Seville Airport
294
+ - Tenerife North Ciudad de La Laguna Airport
295
+ - Tenerife South Airport
296
+ - Valencia Airport
297
+ - Lisbon Airport
298
+ - Palese Airport
299
+ - Orio al Serio Airport
300
+ - Bologna Airport
301
+ - Cagliari Airport
302
+ - Fontanarossa Airport
303
+ - Linate Airport
304
+ - Naples International Airport
305
+ iata_code:
306
+ large:
307
+ - LGW
308
+ - LHR
309
+ - LTN
310
+ - SEN
311
+ - STN
312
+ - MAN
313
+ - CDG
314
+ - ORY
315
+ - AMS
316
+ - FKB
317
+ - BER
318
+ - DUS
319
+ - FRA
320
+ - MUC
321
+ - BCN
322
+ - MAD
323
+ - PMI
324
+ - MXP
325
+ - FCO
326
+ - ATH
327
+ - OSL
328
+ - ARN
329
+ medium:
330
+ - BHX
331
+ - BRS
332
+ - LPL
333
+ - LCY
334
+ - LTN
335
+ - NCL
336
+ - EMA
337
+ - ABZ
338
+ - EDI
339
+ - GLA
340
+ - BFS
341
+ - BVA
342
+ - BOD
343
+ - LYS
344
+ - MRS
345
+ - BSL
346
+ - NTE
347
+ - NCE
348
+ - TLS
349
+ - VIE
350
+ - LUX
351
+ - DUB
352
+ - PRG
353
+ - FKB
354
+ - CGN
355
+ - MLH/BSL/EAP
356
+ - HAM
357
+ - HAJ
358
+ - STR
359
+ - BUD
360
+ - BTS
361
+ - ZRH
362
+ - KRK
363
+ - ALC
364
+ - BIO
365
+ - FUE
366
+ - LPA
367
+ - IBZ
368
+ - ACE
369
+ - AGP
370
+ - SVQ
371
+ - TFN
372
+ - TFS
373
+ - VLC
374
+ - LIS
375
+ - BRI
376
+ - BGY
377
+ - BLQ
378
+ - CAG
379
+ - CTA
380
+ - LIN
381
+ - NAP
@@ -2,5 +2,5 @@ en:
2
2
  faker:
3
3
  creature:
4
4
  animal:
5
- name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle ", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
5
+ name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
6
6
 
@@ -0,0 +1,75 @@
1
+ en:
2
+ faker:
3
+ archer:
4
+ characters:
5
+ - Sterling Archer
6
+ - Lana Kane
7
+ - Malory Archer
8
+ - Cyril Figgis
9
+ - Cheryl Tunt
10
+ - Pam Poovey
11
+ - Dr. Krieger
12
+ - Ray Gillette
13
+ - Barry Dylan
14
+ - Ron Cadillac
15
+ - Woodhouse
16
+ - Slater
17
+ - Katya Kazanova
18
+ - Brett Bunsen
19
+ - Conway Stern
20
+ - Len Trexler
21
+ - George Spelvin
22
+ - Trinette McGoon
23
+ - Rodney
24
+ - Cecil Tunt
25
+ - Charles and Rudy
26
+ - Gustavo Calderon
27
+ - Captain Lammers
28
+ - Edie Poovey
29
+ - Veronica Deane
30
+ - Figgis Agency staff
31
+ - Slater's agents
32
+ - Popeye
33
+ - Barry-6
34
+ - Conway Stern
35
+ - Bilbo
36
+ - Dutch
37
+ locations:
38
+ - ISIS Headquarters
39
+ - The Tuntmore Towers
40
+ - The Archer Apartment
41
+ - The Malory Apartment
42
+ - The Krieger Lab
43
+ - San Marcos Palace
44
+ - The KGB Headquarters
45
+ - The Vatican
46
+ - Area 51
47
+ - Dreamland
48
+ - Danger Island
49
+ - The Figgis Agency office
50
+ - New York City
51
+ - Miami
52
+ - Monte Carlo
53
+ - Hollywood
54
+ - Texas
55
+ quotes:
56
+ - Lana. Lana. Lana!... Danger zone.
57
+ - I'm sorry, I can't hear you over the sound of my giant throbbing erection!
58
+ - This is why we can't have nice things, people!
59
+ - If I cared about what you do on the weekend, I'd stick a shotgun in my mouth and pull the trigger with my toes.
60
+ - It's like my brain's a tree and you're those little cookie elves.
61
+ - I'm not saying I invented the turtleneck, but I was the first person to realize its potential as a tactical garment.
62
+ - You're about as useful as a cock-flavored lollipop.
63
+ - You want to take away my freedom? You're gonna have to pry it from my cold, dead hands.
64
+ - Just the Tip.
65
+ - It's called 'the velveteen touch of a dandy fop.' Look it up.
66
+ - Phrasing!
67
+ - Danger zone!
68
+ - M as in Mancy
69
+ - Do you want ants? Because that's how you get ants.
70
+ - I swear to god I had something for this.
71
+ - I am the one who makes the decisions, and I decide what we do, and we are not murdering people!
72
+ - You're not my supervisor!
73
+ - That's how you get ants. But seriously, don't eat that.
74
+ - Phrasing. Boom!
75
+ - Read a book, it'll make you feel better.
@@ -0,0 +1,108 @@
1
+ en:
2
+ faker:
3
+ locations:
4
+ australia:
5
+ locations:
6
+ - Brisbane
7
+ - Sydney
8
+ - Melbourne
9
+ - Perth
10
+ - Adelaide
11
+ - Gold Coast
12
+ - Newcastle
13
+ - Canberra
14
+ - Central Coast
15
+ - Sunshine Coast
16
+ - Wollongong
17
+ - Geelong
18
+ - Hobart
19
+ - Townsville
20
+ - Cairns
21
+ - Toowoomba
22
+ - Darwin
23
+ - Ballarat
24
+ - Bendigo
25
+ - Albury
26
+ - Launceston
27
+ - Mackay
28
+ - Rockhampton
29
+ - Bunbury
30
+ - Coffs Harbour
31
+ - Bundaberg
32
+ - Melton
33
+ - Wagga Wagga
34
+ - Hervey Bay
35
+ - Mildura – Wentworth
36
+ - Shepparton – Mooroopna
37
+ - Port Macquarie
38
+ - Gladstone – Tannum Sands
39
+ - Tamworth
40
+ - Traralgon – Morwell
41
+ - Orange
42
+ - Bowral – Mittagong
43
+ - Busselton
44
+ - Geraldton
45
+ - Dubbo
46
+ - Nowra – Bomaderry
47
+ - Warragul – Drouin
48
+ - Bathurst
49
+ - Warrnambool
50
+ - Albany
51
+ - Kalgoorlie
52
+ - Devonport
53
+ - Mount Gambier
54
+ - Lismore
55
+ - Nelson Bay
56
+ animals:
57
+ - Koala
58
+ - Humpback Whale
59
+ - Australian Fur Seal
60
+ - Wallaby
61
+ - Platypus
62
+ - Kangaroo
63
+ - Wombat
64
+ - Sugar Glider
65
+ - Flying Fox
66
+ - Tasmanian Devil
67
+ - Quokka
68
+ - Dugong
69
+ - Luaner
70
+ - Echidna
71
+ - Magpie
72
+ - Cockatoo
73
+ - Tawny Frogmouth
74
+ - Galah
75
+ - Lorikeet
76
+ - Pelican
77
+ - Cassowary
78
+ - Kookaburra
79
+ - Emu
80
+ - Lyrebird
81
+ - Barramundi
82
+ - Grouper
83
+ - Murray Cod
84
+ - Green Tree Frog
85
+ - Cane Toad
86
+ - Redback Spider
87
+ - Funnel Web Spider
88
+ - Blue Ringed Octopus
89
+ - Fresh Water Crocodile
90
+ - Skink
91
+ - Thorny Devil
92
+ - King Brown Snake
93
+ - Carpet Python
94
+ - Tiger Snake
95
+ - Red Bellied Black Snake
96
+ - Blue Tongue Lizard
97
+ - Frilled Neck Lizard
98
+ - Saltwater Crocodile
99
+ - Eastern Brown Snake
100
+ states:
101
+ - New South Wales
102
+ - Queensland
103
+ - Western Australia
104
+ - Northern Territory
105
+ - South Australia
106
+ - Australian Capital Territory
107
+ - Victoria
108
+ - Tasmania
@@ -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