faker 2.19.0 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +346 -7
- data/History.md +1 -1
- data/README.md +198 -104
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +1 -1
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +7 -38
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/default/address.rb +5 -25
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +9 -17
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/chile_rut.rb +8 -14
- data/lib/faker/default/code.rb +11 -24
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +3 -17
- data/lib/faker/default/company.rb +23 -20
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +5 -38
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +1 -11
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/file.rb +5 -24
- data/lib/faker/default/finance.rb +17 -7
- data/lib/faker/default/food.rb +14 -1
- data/lib/faker/default/hipster.rb +6 -45
- data/lib/faker/default/id_number.rb +108 -11
- data/lib/faker/default/internet.rb +168 -129
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +2 -20
- data/lib/faker/default/lorem.rb +20 -76
- data/lib/faker/default/lorem_flickr.rb +4 -32
- data/lib/faker/default/markdown.rb +6 -11
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/nhs.rb +2 -6
- data/lib/faker/default/number.rb +10 -55
- data/lib/faker/default/omniauth.rb +51 -41
- data/lib/faker/default/phone_number.rb +2 -6
- data/lib/faker/default/placeholdit.rb +1 -12
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/string.rb +1 -8
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +5 -27
- data/lib/faker/default/vehicle.rb +29 -51
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +1 -5
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +1 -5
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +15 -64
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/unique_generator.rb +13 -11
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -1
- data/lib/locales/da-DK.yml +1 -1
- data/lib/locales/de-AT.yml +3 -4
- data/lib/locales/de-CH.yml +1 -1
- data/lib/locales/de.yml +1 -1
- data/lib/locales/en/address.yml +2 -3
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/australia.yml +3 -4
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dota.yml +113 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/finance.yml +3 -1
- data/lib/locales/en/fma_brotherhood.yml +78 -0
- data/lib/locales/en/food.yml +12 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/internet.yml +140 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +1 -1
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +2 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en-AU.yml +2 -2
- data/lib/locales/en-CA.yml +2 -1
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-MS.yml +1 -0
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1 -0
- data/lib/locales/en-PAK.yml +1 -0
- data/lib/locales/en-SG.yml +1 -0
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +2 -2
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +2 -0
- data/lib/locales/es-AR.yml +3 -2
- data/lib/locales/es-MX.yml +1 -1
- data/lib/locales/es.yml +2 -2
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +0 -1
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr-CA.yml +1 -1
- data/lib/locales/fr-CH.yml +1 -1
- data/lib/locales/hy.yml +2 -1
- data/lib/locales/it.yml +1 -0
- data/lib/locales/ja/address.yml +258 -4169
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/dog.yml +1 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/lorem.yml +2 -2
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/super_mario.yml +1 -1
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ko.yml +1 -0
- data/lib/locales/lt.yml +34 -0
- data/lib/locales/lv.yml +1 -1
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +1 -0
- data/lib/locales/nl.yml +1 -0
- data/lib/locales/pl.yml +2 -2
- data/lib/locales/pt-BR.yml +5 -0
- data/lib/locales/pt.yml +1 -1
- data/lib/locales/ru.yml +1 -0
- data/lib/locales/sk.yml +1 -0
- data/lib/locales/sv.yml +1 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -0
- data/lib/locales/uk.yml +1 -0
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +96 -33
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -70
- /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
|
@@ -5,7 +5,6 @@ en:
|
|
5
5
|
- Brisbane
|
6
6
|
- Sydney
|
7
7
|
- Melbourne
|
8
|
-
- Brisbane
|
9
8
|
- Perth
|
10
9
|
- Adelaide
|
11
10
|
- Gold Coast
|
@@ -85,7 +84,7 @@ en:
|
|
85
84
|
- Cane Toad
|
86
85
|
- Redback Spider
|
87
86
|
- Funnel Web Spider
|
88
|
-
- Blue Ringed
|
87
|
+
- Blue Ringed Octopus
|
89
88
|
- Fresh Water Crocodile
|
90
89
|
- Skink
|
91
90
|
- Thorny Devil
|
@@ -98,11 +97,11 @@ en:
|
|
98
97
|
- Saltwater Crocodile
|
99
98
|
- Eastern Brown Snake
|
100
99
|
states:
|
101
|
-
- New South
|
100
|
+
- New South Wales
|
102
101
|
- Queensland
|
103
102
|
- Western Australia
|
104
103
|
- Northern Territory
|
105
104
|
- South Australia
|
106
105
|
- Australian Capital Territory
|
107
|
-
-
|
106
|
+
- Victoria
|
108
107
|
- 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
|
+
]
|
@@ -0,0 +1,90 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
bible:
|
4
|
+
character:
|
5
|
+
- Adam
|
6
|
+
- Eve
|
7
|
+
- Cain
|
8
|
+
- Abel
|
9
|
+
- Noah
|
10
|
+
- Abraham
|
11
|
+
- Isaac
|
12
|
+
- Jacob
|
13
|
+
- Esau
|
14
|
+
- Rebekah
|
15
|
+
- Moses
|
16
|
+
- Joseph
|
17
|
+
- Joshua
|
18
|
+
- Caleb
|
19
|
+
- Ruth
|
20
|
+
- Samson
|
21
|
+
- Gideon
|
22
|
+
- Esther
|
23
|
+
- Nehemiah
|
24
|
+
- Solomon
|
25
|
+
- Abimelech
|
26
|
+
- Jeremiah
|
27
|
+
- Isaiah
|
28
|
+
- Daniel
|
29
|
+
- Zechariah
|
30
|
+
- Jesus
|
31
|
+
- Apostle Paul
|
32
|
+
- David
|
33
|
+
- Goliath
|
34
|
+
- Samuel
|
35
|
+
- Martha
|
36
|
+
- Mary
|
37
|
+
- Elizabeth
|
38
|
+
- John the Baptist
|
39
|
+
- Peter
|
40
|
+
- James
|
41
|
+
- John
|
42
|
+
- Elijah
|
43
|
+
- Elisha
|
44
|
+
- Lazarus
|
45
|
+
- Cornelius
|
46
|
+
- Chloe
|
47
|
+
- Eunice
|
48
|
+
- Lois
|
49
|
+
- Timothy
|
50
|
+
- Titus
|
51
|
+
- Bathemaeus
|
52
|
+
|
53
|
+
location:
|
54
|
+
- Egypt
|
55
|
+
- Nile
|
56
|
+
- Red Sea
|
57
|
+
- Niniveh
|
58
|
+
- Malta
|
59
|
+
- Greece
|
60
|
+
- Troas
|
61
|
+
- Philippi
|
62
|
+
- Ephesus
|
63
|
+
- Corinth
|
64
|
+
- Macedonia
|
65
|
+
- Thessalonica
|
66
|
+
- Colossae
|
67
|
+
- Achaia
|
68
|
+
- Samaria
|
69
|
+
- Galatia
|
70
|
+
- Judea
|
71
|
+
- Damascus
|
72
|
+
- Rome
|
73
|
+
- Galilee
|
74
|
+
- Syria
|
75
|
+
- Babylon
|
76
|
+
- Jerusalem
|
77
|
+
|
78
|
+
quote:
|
79
|
+
- I am the way and the truth and the life. No one comes to the Father except through me.
|
80
|
+
- But seek first his kingdom and his righteousness, and all these things will be given to you as well.
|
81
|
+
- In the same way, let your light shine before others, that they may see your good deeds and glorify your Father in heaven.
|
82
|
+
- Ask and it will be given to you; seek and you will find; knock and the door will be opened to you. For everyone who asks receives; the one who seeks finds; and to the one who knocks, the door will be opened.
|
83
|
+
- 'Love the Lord your God with all your heart and with all your soul and with all your mind. This is the first and greatest commandment. And the second is like it: Love your neighbor as yourself. All the Law and the Prophets hang on these two commandments.'
|
84
|
+
- Whatever you do, work at it with all your heart.
|
85
|
+
- For when I am powerless, it is then that I am strong.
|
86
|
+
- Love is patient, love is kind, and is not jealous; love does not brag and is not arrogant, does not act unbecomingly; it does not seek its own [will], is not provoked, does not take into account a wrong suffered, does not rejoice in unrighteousness, but rejoices with the truth; bears all things, believes all things, hopes all things, endures all things.
|
87
|
+
- There is no longer Jew or Greek, there is no longer slave or free, there is no longer male and female; for all of you are one in Christ Jesus.
|
88
|
+
- I am not saying this because I am in need, for I have learned to be content whatever the circumstances. I know what it is to be in need, and I know what it is to have plenty. I have learned the secret of being content in any and every situation, whether well fed or hungry, whether living in plenty or in want. I can do everything through him who gives me strength.
|
89
|
+
- Let us not become weary in doing good, for at the proper time we will reap a harvest if we do not give up
|
90
|
+
|
@@ -0,0 +1,35 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
brooklyn_nine_nine:
|
4
|
+
characters:
|
5
|
+
- Jake Peralta
|
6
|
+
- Amy Santiago
|
7
|
+
- Rosa Diaz
|
8
|
+
- Raymond Holt
|
9
|
+
- Gina Linetti
|
10
|
+
- Charles Boyle
|
11
|
+
- Terry Jeffords
|
12
|
+
- Hitchcock
|
13
|
+
- Scully
|
14
|
+
- Cheddar
|
15
|
+
- Kevin Cozner
|
16
|
+
- Adrian Pimento
|
17
|
+
- Doug Judy
|
18
|
+
- Nikolaj Boyle
|
19
|
+
- Madeline Wuntch
|
20
|
+
- Mlepnos
|
21
|
+
|
22
|
+
quotes:
|
23
|
+
- Cool, cool, cool, cool, cool. No doubt, no doubt, no doubt.
|
24
|
+
- Sarge, with all due respect, I am gonna completely ignore everything you just said.
|
25
|
+
- A place where everybody knows your name is hell. You're describing hell.
|
26
|
+
- If I die, turn my tweets into a book.
|
27
|
+
- Title of your sex tape.
|
28
|
+
- The English language can not fully capture the depth and complexity of my thoughts, so I'm incorporating emojis into my speech to better express myself. Winky face.
|
29
|
+
- Captain Wuntch, good to see you. But if you're here, who's guarding Hades?
|
30
|
+
- Anyone over the age of six celebrating a birthday should go to hell.
|
31
|
+
- Great, I'd like your $8-est bottle of wine, please.
|
32
|
+
- Captain, hey! Welcome to the murder.
|
33
|
+
- It's Gina's phone. Leave me a voice mail. I won't check it 'cause it's not 1993.
|
34
|
+
- You should make me your campaign manager. I was born for politics. I have great hair and I love lying.
|
35
|
+
- It's not that weird to say, 'May I have some cocaine?
|
data/lib/locales/en/cat.yml
CHANGED
@@ -2,6 +2,6 @@ en:
|
|
2
2
|
faker:
|
3
3
|
creature:
|
4
4
|
cat:
|
5
|
-
name: ["Alfie", "Angel", "Bella", "Charlie", "Chloe", "Coco", "Daisy", "Felix", "Jasper", "Lily", "Lucky", "Lucy", "Max", "Millie", "Milo", "Missy", "Misty", "Molly", "Oliver", "Oscar", "Poppy", "Sam", "Shadow", "Simba", "Smokey", "Smudge", "Sooty", "Tiger"]
|
5
|
+
name: ["Alexander Hameowlton", "Alfie", "Angel", "Bella", "Butterscotch", "Captain Zissou", "Charlie", "Chicken", "Chloe", "Coco", "Cookie Hopper", "Daisy", "Doctor Cucumber", "Felix", "Franklin Longfellow", "Jasper", "Katherine Belle", "Lady Rainicorn", "Lily", "Lucky", "Lucy", "Max", "McFluffy Pants", "Millie", "Milo", "Missy", "Misty", "Molly", "Oliver", "Oscar", "Poppy", "Sam", "Shadow", "Simba", "Sir Loin", "Sir Pounce-a-lot", "Smokey", "Smudge", "Sooty", "Tator Tot", "Tiger", "Theodore Reginald Meowskewitz", "Tony", "Tuna", "Waffles"]
|
6
6
|
breed: ["Abyssinian", "Aegean", "American Bobtail", "American Curl", "American Shorthair", "American Wirehair", "Arabian Mau", "Asian", "Asian Semi-longhair", "Australian Mist", "Balinese", "Bambino", "Bengal", "Birman", "Bombay", "Brazilian Shorthair", "British Longhair", "British Semipi-longhair", "British Shorthair", "Burmese", "Burmilla", "California Spangled", "Chantilly-Tiffany", "Chartreux", "Chausie", "Cheetoh", "Colorpoint Shorthair", "Cornish Rex", "Cymric, or Manx Longhair", "Cyprus", "Devon Rex", "Donskoy, or Don Sphynx", "Dragon Li", "Dwarf cat, or Dwelf", "Egyptian Mau", "European Shorthair", "Exotic Shorthair", "Foldex Cat", "German Rex", "Havana Brown", "Highlander", "Himalayan, or Colorpoint Persian", "Japanese Bobtail", "Javanese", "Khao Manee", "Korat", "Korean Bobtail", "Korn Ja", "Kurilian Bobtail", "Kurilian Bobtail, or Kuril Islands Bobtail", "LaPerm", "Lykoi", "Maine Coon", "Manx", "Mekong Bobtail", "Minskin", "Munchkin", "Napoleon", "Nebelung", "Norwegian Forest Cat", "Ocicat", "Ojos Azules", "Oregon Rex", "Oriental Bicolor", "Oriental Longhair", "Oriental Shorthair", "PerFold Cat (Experimental Breed - WCF)", "Persian (Modern Persian Cat)", "Persian (Traditional Persian Cat)", "Peterbald", "Pixie-bob", "Raas", "Ragamuffin", "Ragdoll", "Russian Blue", "Russian White, Black and Tabby", "Sam Sawet", "Savannah", "Scottish Fold", "Selkirk Rex", "Serengeti", "Serrade petit", "Siamese", "Siberian", "Singapura", "Snowshoe", "Sokoke", "Somali", "Sphynx", "Suphalak", "Thai", "Tonkinese", "Toyger", "Turkish Angora", "Turkish Van", "Ukrainian Levkoy"]
|
7
7
|
registry: ["American Cat Fanciers Association", "Associazione Nazionale Felina Italiana", "Canadian Cat Association", "Cat Aficionado Association", "Cat Fanciers' Association", "Emirates Feline Federation", "Fédération Internationale Féline", "Felis Britannica", "Governing Council of the Cat", "Fancy Southern Africa Cat Council", "The International Cat Association"]
|
@@ -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
|
+
|