ffaker 2.8.1 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: fedaf619b699e6fae5b80eb7bf7d7bf7cfe9ca358d670c7f8e5f4d842d49f02d
4
- data.tar.gz: 17fe2da9020e6002038950b8962faef55caa3d470c664ea208bfe0cf91f552e2
2
+ SHA1:
3
+ metadata.gz: ff6c8f01bba10878d74706377a46bf261116ba20
4
+ data.tar.gz: 9b6458456c13fbc069e02f0a723547c365a98287
5
5
  SHA512:
6
- metadata.gz: d2badb8a9bc89494749254378fbaeb77a180c668f55e4844c7f94f0d45cd5f4d9d74bc14ee1c8c668d7f4b01b61edd5fcfef30dafc949746f73103f16f468f26
7
- data.tar.gz: 0c49c665096f9a5c2f90327a16040ad4e7b0613771f89e3831f29b63475b483e68b8f2dbcecee4ea8448d991c5770314ac45b0a4951635fc355070cfb5f80e38
6
+ metadata.gz: 9ca3c94c33f1eb71d57f51e69a780f4b0fb92b596d657bd949a98fdf1ca36f6d5867680e82f5e2641a523e6b1e696fb398058aad84d81a235a85803dc2f976c7
7
+ data.tar.gz: 010600be93929b186b15fdcb4c199dee851651a4557d3d6b6e1faeac8f3d9e7a5113580abd929081f98766bc5769acd9786c12bb616eff80423e969523873041
@@ -1,3 +1,10 @@
1
+ ## 2.9.0
2
+ - Add orly book cover generator [@artplan1]
3
+ - Add LoremIE (Irish) [@mklemme]
4
+ - Improve FFaker::Time.between docs and implementation [@eikes]
5
+ - Fix patronymics for Никита [@ulzr]
6
+ - Add EAN generator [@jvanbaarsen]
7
+
1
8
  ## 2.8.1
2
9
  - Updated password generation [@makketagg]
3
10
 
@@ -34,6 +34,7 @@
34
34
  * [FFaker::Book](#ffakerbook)
35
35
  * [FFaker::Boolean](#ffakerboolean)
36
36
  * [FFaker::CheesyLingo](#ffakercheesylingo)
37
+ * [FFaker::Code](#ffakercode)
37
38
  * [FFaker::Color](#ffakercolor)
38
39
  * [FFaker::ColorUA](#ffakercolorua)
39
40
  * [FFaker::Company](#ffakercompany)
@@ -78,6 +79,7 @@
78
79
  * [FFaker::LoremAR](#ffakerloremar)
79
80
  * [FFaker::LoremCN](#ffakerloremcn)
80
81
  * [FFaker::LoremFR](#ffakerloremfr)
82
+ * [FFaker::LoremIE](#ffakerloremie)
81
83
  * [FFaker::LoremJA](#ffakerloremja)
82
84
  * [FFaker::LoremKR](#ffakerloremkr)
83
85
  * [FFaker::LoremRU](#ffakerloremru)
@@ -149,27 +151,27 @@
149
151
 
150
152
  | Method | Example |
151
153
  | ------ | ------- |
152
- | `instance_tenancy` | host, dedicated, dedicated |
153
- | `instance_type` | m1.small, hi1.4xlarge, m2.4xlarge |
154
- | `offering_type` | Light Utilization, Light Utilization, Partial Upfront |
155
- | `product_description` | SUSE Linux, Red Hat Enterprise Linux (Amazon VPC), Windows with SQL Server Web (Amazon VPC) |
154
+ | `instance_tenancy` | host, host, host |
155
+ | `instance_type` | cc2.8xlarge, t1.micro, m3.large |
156
+ | `offering_type` | Partial Upfront, All Upfront, Medium Utilization |
157
+ | `product_description` | Red Hat Enterprise Linux, Windows with SQL Server Standard (Amazon VPC), Windows with SQL Server Standard |
156
158
 
157
159
  ## FFaker::Address
158
160
 
159
161
  | Method | Example |
160
162
  | ------ | ------- |
161
- | `building_number` | 0645, 91341, 969 |
162
- | `city` | Glenntown, Mauricemouth, Metzton |
163
- | `city_prefix` | Lake, New, West |
164
- | `city_suffix` | fort, port, side |
165
- | `country` | Colombia, Kazakhstan, CuraÇao |
166
- | `country_code` | AZ, DZ, ER |
167
- | `neighborhood` | Florissant West, Kingsbridge Heights, Babylon Bayside |
168
- | `secondary_address` | Apt. 075, Suite 049, Suite 217 |
169
- | `street_address` | 670 Weissnat Plain, 1025 Rubin Row, 59922 Williamson Locks |
170
- | `street_name` | Leannon Ridges, Albertha Spurs, Schiller Stream |
171
- | `street_suffix` | Forges, Crescent, Burgs |
172
- | `time_zone` | America/Mazatlan, America/Monterrey, Asia/Jakarta |
163
+ | `building_number` | 37474, 4068, 5625 |
164
+ | `city` | East Diannastad, New Nam, Sinaton |
165
+ | `city_prefix` | East, East, North |
166
+ | `city_suffix` | haven, haven, shire |
167
+ | `country` | Tonga, Uzbekistan, Guam |
168
+ | `country_code` | PM, CL, IO |
169
+ | `neighborhood` | Bridesburg, Bridesburg, Pound Ridge East |
170
+ | `secondary_address` | Apt. 525, Apt. 074, Apt. 250 |
171
+ | `street_address` | 7471 Santa Forks, 54236 Olson Village, 726 Margeret Crest |
172
+ | `street_name` | Emard Neck, Wolff Ports, Haag Garden |
173
+ | `street_suffix` | Plain, Viaduct, Stream |
174
+ | `time_zone` | Pacific/Auckland, America/Chicago, Europe/Belgrade |
173
175
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
174
176
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
175
177
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -181,23 +183,23 @@
181
183
 
182
184
  | Method | Example |
183
185
  | ------ | ------- |
184
- | `building_number` | 07335, 59129, 7885 |
185
- | `city` | East Altonside, Eugenestad, North Loraside |
186
- | `city_prefix` | East, North, Port |
187
- | `city_suffix` | chester, view, burgh |
188
- | `country` | Faroe Islands, Lesotho, Tuvalu |
189
- | `country_code` | IS, BF, AE |
190
- | `full_address` | 1247 Roberts Park, Bendigo VIC 7310, 4259 Rosenbaum Mall, O'Connor ACT 0830, 6937 Luettgen Groves, Glenorchy TAS 6160 |
191
- | `neighborhood` | Pound Ridge East, North East Irwindale, Summerlin North |
192
- | `postcode` | 2340, 5000, 7310 |
193
- | `secondary_address` | Apt. 080, Suite 023, Suite 781 |
194
- | `state` | South Australia, Victoria, Victoria |
195
- | `state_abbr` | ACT, SA, TAS |
196
- | `street_address` | 019 Maybell Gardens, 7516 Hellen Stream, 986 Kozey Unions |
197
- | `street_name` | Dooley Camp, Bergstrom Shore, Arianna Parkways |
198
- | `street_suffix` | Shoal, Forest, Ridges |
199
- | `suburb` | Burnie, Palmerston, Murray Bridge |
200
- | `time_zone` | Australia/Brisbane, Australia/Melbourne, Australia/Hobart |
186
+ | `building_number` | 680, 39353, 02088 |
187
+ | `city` | South Leida, East Anglea, Lake Georgina |
188
+ | `city_prefix` | South, North, New |
189
+ | `city_suffix` | burgh, side, mouth |
190
+ | `country` | Macao, Moldova, Republic of, Holy See (Vatican City State) |
191
+ | `country_code` | GL, MR, PE |
192
+ | `full_address` | 905 Dominica Shoals, Frankston VIC 7310, 3223 Kirlin Corners, Geelong VIC 0800, 49693 Sigrid Wells, O'Connor ACT 2216 |
193
+ | `neighborhood` | North Norridge, Allegheny West, Cipriani |
194
+ | `postcode` | 7250, 0800, 7250 |
195
+ | `secondary_address` | Apt. 656, Apt. 276, Suite 030 |
196
+ | `state` | Queensland, South Australia, New South Wales |
197
+ | `state_abbr` | WA, SA, WA |
198
+ | `street_address` | 43900 Waelchi Fork, 581 Lockman Mews, 07740 Leonila Lakes |
199
+ | `street_name` | Stokes Common, Wisoky Trafficway, Keturah Hill |
200
+ | `street_suffix` | Pine, Rue, Views |
201
+ | `suburb` | Canberra, Geraldton, O'Connor |
202
+ | `time_zone` | Australia/Perth, Australia/Hobart, Australia/Hobart |
201
203
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
202
204
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
203
205
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -209,49 +211,49 @@
209
211
 
210
212
  | Method | Example |
211
213
  | ------ | ------- |
212
- | `building_number` | 6816, 512, 8223 |
213
- | `city` | Linhares, São João de Meriti, Florianópolis |
214
- | `city_prefix` | West, East, East |
215
- | `city_suffix` | port, burgh, haven |
216
- | `country` | Cook Islands, Haiti, Solomon Islands |
217
- | `country_code` | AX, CM, TM |
218
- | `full_address` | Travessa Daisi Farias, 2566, Parintins, Distrito Federal, Brazil, Avenida Pascoal Martins da Luz, 005, Caxias do Sul, Paraná, Brazil, Avenida Eleonora Viana Costa, 6513, Abaetetuba, Santa Catarina, Brazil |
219
- | `neighborhood` | Olmsted Falls Central, White Oak South of Columbia Pike, phoenix |
220
- | `secondary_address` | Suite 145, Apt. 835, Apt. 771 |
221
- | `state` | Mato Grosso do Sul, Santa Catarina, Rio Grande do Norte |
222
- | `state_abbr` | SE, RS, AL |
223
- | `street` | Rua Ecila da Mata da Costa, Rua Anália Melo Porto, Alameda Zanir Pereira |
224
- | `street_address` | 98527 Gaylord Circles, 65447 Tawanda Dam, 62318 Juan Glen |
225
- | `street_name` | Elsie Centers, Fausto Greens, Towne Streets |
226
- | `street_prefix` | Alameda, Travessa, Avenida |
227
- | `street_suffix` | Lake, Ranch, Way |
228
- | `time_zone` | Australia/Perth, Europe/Moscow, Asia/Kuala_Lumpur |
214
+ | `building_number` | 512, 84181, 164 |
215
+ | `city` | Santa Luzia, Ji-Paraná, Patos |
216
+ | `city_prefix` | North, North, West |
217
+ | `city_suffix` | burgh, shire, mouth |
218
+ | `country` | Uganda, Congo, The Democratic Republic of The, Bermuda |
219
+ | `country_code` | KY, BM, LI |
220
+ | `full_address` | Avenida Élio Franco, 70869, Araguari, Rio Grande do Sul, Brazil, Avenida Acidália Moura, 7056, Ilhéus, Espírito Santo, Brazil, Alameda Abdenago Xavier Pereira, 387, Teixeira de Freitas, São Paulo, Brazil |
221
+ | `neighborhood` | Far Rockaway/Bayswater, Babylon Bayside, White Oak South of Columbia Pike |
222
+ | `secondary_address` | Apt. 209, Apt. 189, Suite 746 |
223
+ | `state` | Pará, Pará, Mato Grosso |
224
+ | `state_abbr` | SE, PI, AP |
225
+ | `street` | Rua Eneida Rezende Albuquerque, Travessa Mário Souza da Cruz, Travessa Airton Brito |
226
+ | `street_address` | 02394 Annett Pines, 12096 Geraldo Road, 339 Maegan Square |
227
+ | `street_name` | William Roads, Isa Trace, Cartwright Square |
228
+ | `street_prefix` | Rua, Travessa, Alameda |
229
+ | `street_suffix` | Loaf, Ramp, Shores |
230
+ | `time_zone` | Asia/Vladivostok, America/Argentina/Buenos_Aires, Europe/Riga |
229
231
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
230
232
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
231
233
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
232
234
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
233
235
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
234
- | `zip_code` | 30213-023, 39028-426, 53708-280 |
236
+ | `zip_code` | 86622-226, 16929-411, 27108-096 |
235
237
 
236
238
  ## FFaker::AddressCA
237
239
 
238
240
  | Method | Example |
239
241
  | ------ | ------- |
240
- | `building_number` | 73763, 580, 04745 |
241
- | `city` | La Tuque, Kamloops , Quinte West |
242
- | `city_prefix` | East, North, Lake |
243
- | `city_suffix` | borough, furt, stad |
244
- | `country` | Finland, El Salvador, Armenia |
245
- | `country_code` | TV, PG, GD |
246
- | `neighborhood` | Ocean Parkway South, Summerlin North, Olmsted Falls Central |
247
- | `postal_code` | S4R 3R3, C2K 9V2, G0T 8G2 |
248
- | `province` | Nunavut, Saskatchewan, British Columbia |
249
- | `province_abbr` | NB, BC, NB |
250
- | `secondary_address` | Suite 971, Apt. 561, Apt. 686 |
251
- | `street_address` | 117 Serina Courts, 99097 Stehr Mount, 49501 Gutmann Landing |
252
- | `street_name` | Conrad Canyon, Gricelda Mission, Margurite Ridges |
253
- | `street_suffix` | Garden, Plains, Spur |
254
- | `time_zone` | Europe/Prague, Pacific/Fakaofo, Pacific/Auckland |
242
+ | `building_number` | 1735, 45558, 892 |
243
+ | `city` | Delta , Sarnia , The Blue Mountains |
244
+ | `city_prefix` | New, South, North |
245
+ | `city_suffix` | port, port, side |
246
+ | `country` | Vanuatu, Romania, Djibouti |
247
+ | `country_code` | RE, BJ, FR |
248
+ | `neighborhood` | Mott Haven/Port Morris, Rockville East of Hungerford Dr, Murray Hill |
249
+ | `postal_code` | G2P 6K6, A4L 6T0, J5K 9E8 |
250
+ | `province` | Alberta, New Brunswick, Nunavut |
251
+ | `province_abbr` | AB, PE, QC |
252
+ | `secondary_address` | Apt. 885, Suite 277, Suite 145 |
253
+ | `street_address` | 091 Terrance Junction, 404 Yong Locks, 10831 Fairy Alley |
254
+ | `street_name` | Harvey Parkways, Sid Shore, Pacocha Trace |
255
+ | `street_suffix` | Spurs, Passage, Valleys |
256
+ | `time_zone` | America/Tijuana, America/La_Paz, Atlantic/South_Georgia |
255
257
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
256
258
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
257
259
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -263,20 +265,20 @@
263
265
 
264
266
  | Method | Example |
265
267
  | ------ | ------- |
266
- | `building_number` | 358, 1286, 40256 |
267
- | `canton_abbr` | ZG, AG, OW |
268
- | `city` | Carlottaview, East Jonellmouth, Markitaville |
269
- | `city_prefix` | East, South, Lake |
270
- | `city_suffix` | berg, fort, ton |
271
- | `country` | Jamaica, Mauritius, Burundi |
272
- | `country_code` | VI, CC, HR |
273
- | `neighborhood` | Far Rockaway/Bayswater, Cipriani, Mott Haven/Port Morris |
274
- | `postal_code` | 8310, 5680, 6906 |
275
- | `secondary_address` | Apt. 317, Suite 804, Apt. 173 |
276
- | `street_address` | 391 Palmira Circle, 459 Marcelina Valley, 432 Walter Junction |
277
- | `street_name` | Joella Center, Armando Spurs, Lehner Forks |
278
- | `street_suffix` | Extensions, Bridge, Plains |
279
- | `time_zone` | Asia/Kolkata, Asia/Magadan, Asia/Rangoon |
268
+ | `building_number` | 0210, 19074, 5350 |
269
+ | `canton_abbr` | JU, ZH, ZG |
270
+ | `city` | Kundeburgh, West Trang, North Kourtney |
271
+ | `city_prefix` | North, West, New |
272
+ | `city_suffix` | side, mouth, port |
273
+ | `country` | Cape Verde, Gambia, Algeria |
274
+ | `country_code` | BT, LT, NL |
275
+ | `neighborhood` | Brentwood Central, Bronxdale, White Oak South of Columbia Pike |
276
+ | `postal_code` | 8180, 2810, 6874 |
277
+ | `secondary_address` | Suite 134, Apt. 395, Apt. 818 |
278
+ | `street_address` | 444 Cathy Fork, 5899 Abbott Crescent, 0423 Hegmann Dale |
279
+ | `street_name` | Freddie Lakes, Murazik Light, Dee Plain |
280
+ | `street_suffix` | Parkways, Skyway, Circles |
281
+ | `time_zone` | Europe/Vienna, Asia/Kolkata, Europe/Skopje |
280
282
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
281
283
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
282
284
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -288,21 +290,21 @@
288
290
 
289
291
  | Method | Example |
290
292
  | ------ | ------- |
291
- | `building_number` | 4413, 37145, 509 |
292
- | `canton` | Jura, Appenzell Ausserrhoden, Basel-Landschaft |
293
- | `canton_abbr` | GE, UR, OW |
294
- | `city` | Haleyside, Arnulfochester, Lake Sammyshire |
295
- | `city_prefix` | Port, North, East |
296
- | `city_suffix` | shire, side, mouth |
297
- | `country` | Swaziland, Ghana, Tonga |
298
- | `country_code` | OM, FR, HR |
299
- | `neighborhood` | Pound Ridge East, Allegheny West, Sea Ranch Lakes |
300
- | `postal_code` | 8495, 2273, 7734 |
301
- | `secondary_address` | Suite 351, Apt. 762, Apt. 300 |
302
- | `street_address` | 806 Yuko Plains, 258 Roxanne Burg, 9490 Wunsch Lock |
303
- | `street_name` | Wuckert Mountains, Macejkovic Cove, Nigel Valley |
304
- | `street_suffix` | Cove, Estates, Dale |
305
- | `time_zone` | Asia/Bangkok, America/Argentina/Buenos_Aires, Atlantic/Cape_Verde |
293
+ | `building_number` | 334, 66302, 19376 |
294
+ | `canton` | Schaffhausen, Waadt, Jura |
295
+ | `canton_abbr` | UR, SH, SO |
296
+ | `city` | Sipesshire, South Donovan, Hayesmouth |
297
+ | `city_prefix` | North, Lake, New |
298
+ | `city_suffix` | burgh, town, port |
299
+ | `country` | Côte d'Ivoire, Kuwait, Mauritius |
300
+ | `country_code` | IT, TJ, BF |
301
+ | `neighborhood` | White Oak South of Columbia Pike, South of Bell Road, White Oak South of Columbia Pike |
302
+ | `postal_code` | 0046, 8326, 9426 |
303
+ | `secondary_address` | Suite 471, Suite 463, Suite 378 |
304
+ | `street_address` | 5294 Kiana Ramp, 046 Lizzette Course, 280 Block Underpass |
305
+ | `street_name` | Mildred Fork, Marks Ville, Larson Freeway |
306
+ | `street_suffix` | Camp, Extensions, Overpass |
307
+ | `time_zone` | Asia/Kamchatka, Europe/Vilnius, America/Indiana/Indianapolis |
306
308
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
307
309
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
308
310
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -314,21 +316,21 @@
314
316
 
315
317
  | Method | Example |
316
318
  | ------ | ------- |
317
- | `building_number` | 16470, 782, 597 |
318
- | `canton` | Soleure, Uri, Thurgovie |
319
- | `canton_abbr` | SZ, GR, TI |
320
- | `city` | Gastonmouth, Lake Cassandrachester, Schneidermouth |
321
- | `city_prefix` | East, East, Lake |
322
- | `city_suffix` | bury, ton, mouth |
323
- | `country` | Romania, Eritrea, Andorra |
324
- | `country_code` | RO, HK, BO |
325
- | `neighborhood` | Olmsted Falls Central, Cleveland Park, West Covina East |
326
- | `postal_code` | 6476, 0363, 2889 |
327
- | `secondary_address` | Apt. 969, Suite 738, Suite 168 |
328
- | `street_address` | 67852 Dibbert Shore, 372 Wilkinson Viaduct, 8537 Kamilah Underpass |
329
- | `street_name` | Young Radial, Robin Hill, Jeannie Grove |
330
- | `street_suffix` | Tunnel, Hollow, Islands |
331
- | `time_zone` | America/Mexico_City, America/Guatemala, America/Argentina/Buenos_Aires |
319
+ | `building_number` | 69735, 691, 745 |
320
+ | `canton` | Valais, Appenzell Rhodes-Extérieures, Bâle-Campagne |
321
+ | `canton_abbr` | OW, GE, AI |
322
+ | `city` | Bradtkeshire, Cummingsstad, New Gaylemouth |
323
+ | `city_prefix` | North, North, West |
324
+ | `city_suffix` | borough, furt, shire |
325
+ | `country` | South Africa, Mauritius, Brazil |
326
+ | `country_code` | RS, SM, NO |
327
+ | `neighborhood` | Cleveland Park, Northwoods West, Northwoods West |
328
+ | `postal_code` | 6888, 8748, 0621 |
329
+ | `secondary_address` | Apt. 357, Suite 383, Apt. 705 |
330
+ | `street_address` | 4344 Isabell Junction, 6194 Booker Plain, 56009 Karren Parkway |
331
+ | `street_name` | Sipes Ville, Annalisa Islands, Beata Ford |
332
+ | `street_suffix` | Extension, Crossroad, Ports |
333
+ | `time_zone` | America/Godthab, America/Chicago, Asia/Chongqing |
332
334
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
333
335
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
334
336
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -340,21 +342,21 @@
340
342
 
341
343
  | Method | Example |
342
344
  | ------ | ------- |
343
- | `building_number` | 25429, 143, 09795 |
344
- | `canton` | Basilea Campagna, Giura, Basilea Città |
345
- | `canton_abbr` | LU, VS, BS |
346
- | `city` | Pourosport, Tarahmouth, Jedton |
347
- | `city_prefix` | North, North, North |
348
- | `city_suffix` | stad, bury, haven |
349
- | `country` | Algeria, Italy, Russian Federation |
350
- | `country_code` | TD, AD, LC |
351
- | `neighborhood` | Auburn North, Olmsted Falls Central, Ocean Parkway South |
352
- | `postal_code` | 5522, 0012, 1214 |
353
- | `secondary_address` | Apt. 237, Suite 182, Apt. 375 |
354
- | `street_address` | 474 Sunday Stream, 173 Rath Forest, 020 Hoeger Bridge |
355
- | `street_name` | Smitham Shoal, Hintz Ville, Predovic Squares |
356
- | `street_suffix` | Meadow, Orchard, Ports |
357
- | `time_zone` | Australia/Canberra, Europe/Sarajevo, Asia/Karachi |
345
+ | `building_number` | 18106, 0126, 20668 |
346
+ | `canton` | Ginevra, Nidvaldo, Friburgo |
347
+ | `canton_abbr` | UR, VS, SH |
348
+ | `city` | Lake Roxanne, Andresview, Feestmouth |
349
+ | `city_prefix` | New, New, East |
350
+ | `city_suffix` | fort, furt, side |
351
+ | `country` | Gambia, Guernsey, Puerto Rico |
352
+ | `country_code` | MO, UM, SY |
353
+ | `neighborhood` | Jamaica Estates/Holliswood, Bridesburg, Jupiter South/Abacoa |
354
+ | `postal_code` | 7225, 6473, 7181 |
355
+ | `secondary_address` | Suite 255, Suite 108, Suite 825 |
356
+ | `street_address` | 542 Lesch Flat, 66012 Ron Radial, 58968 Stehr Cliff |
357
+ | `street_name` | Doreatha Pass, Hilpert Manors, Maxie Burg |
358
+ | `street_suffix` | Motorway, Causeway, Center |
359
+ | `time_zone` | Asia/Dhaka, America/Tijuana, Europe/Bratislava |
358
360
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
359
361
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
360
362
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -366,98 +368,98 @@
366
368
 
367
369
  | Method | Example |
368
370
  | ------ | ------- |
369
- | `building_number` | 35534, 8743, 665 |
370
- | `city` | Aabenraa, Tikøb, Herlev |
371
- | `city_prefix` | South, East, East |
372
- | `city_suffix` | ville, side, burgh |
373
- | `country` | Uganda, Bonaire, Sint Eustatius and Saba, Ecuador |
374
- | `country_code` | JO, SO, UM |
375
- | `full_address` | Bøgekrattet 23 6659 Bagenkop Hovedstaden DANMARK, Bremertoften 35 9001 Viborg Midtjylland DANMARK, Skovbovænget 31 5044 Asaa Nordjylland DANMARK |
376
- | `kommune` | Hillerød, Jammerbugt, Struer |
377
- | `neighborhood` | Central Chandler, Sea Ranch Lakes, East of Telegraph Road |
378
- | `post_nr` | 2605, 3176, 9167 |
379
- | `region` | Nordjylland, Sjælland, Nordjylland |
380
- | `secondary_address` | Suite 621, Apt. 071, Apt. 908 |
381
- | `state` | Svendborg, Hillerød, Skive |
382
- | `street_address` | Myremosevej 0, Bondehøjvej 28, Skov Alle 46 |
383
- | `street_name` | Nordre Strandvej, Mosedalen, Sengeløsevej |
384
- | `street_suffix` | Rapids, Courts, Forks |
385
- | `time_zone` | Asia/Chongqing, America/Phoenix, America/Phoenix |
371
+ | `building_number` | 7908, 920, 92681 |
372
+ | `city` | Ørum Djurs, Gesten, Odense C |
373
+ | `city_prefix` | Port, South, Lake |
374
+ | `city_suffix` | mouth, mouth, shire |
375
+ | `country` | Hong Kong, Malaysia, Zimbabwe |
376
+ | `country_code` | SC, HM, NG |
377
+ | `full_address` | Skjeberg Alle 90 8562 Støvring Midtjylland DANMARK, Snerlehaven 21 1567 Sorø Midtjylland DANMARK, Murskeen 10 0663 Bogense Hovedstaden DANMARK |
378
+ | `kommune` | Tønder, Faxe, Billund |
379
+ | `neighborhood` | Bronxdale, Sagaponack Seaside, Summerlin North |
380
+ | `post_nr` | 3073, 6017, 5875 |
381
+ | `region` | Nordjylland, Hovedstaden, Midtjylland |
382
+ | `secondary_address` | Apt. 997, Apt. 613, Suite 456 |
383
+ | `state` | Ishøj, Halsnæs, Vesthimmerlands |
384
+ | `street_address` | Stjernedalen 70, Ishøj Centervej 3, Lærkelunden 31 |
385
+ | `street_name` | Sandet, Sylen, Ribeshegnet |
386
+ | `street_suffix` | Via, Trail, Spring |
387
+ | `time_zone` | America/Santiago, Australia/Brisbane, Europe/Stockholm |
386
388
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
387
389
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
388
390
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
389
391
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
390
392
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
391
- | `zip_code` | 4586, 7701, 2837 |
393
+ | `zip_code` | 8963, 9752, 7393 |
392
394
 
393
395
  ## FFaker::AddressDE
394
396
 
395
397
  | Method | Example |
396
398
  | ------ | ------- |
397
- | `building_number` | 59158, 5785, 62680 |
398
- | `city` | Hattingen, Hockenheim, Loebejuen |
399
- | `city_prefix` | Lake, New, North |
400
- | `city_suffix` | berg, ville, furt |
401
- | `country` | Malawi, Luxembourg, Czech Republic |
402
- | `country_code` | BR, AG, DE |
403
- | `neighborhood` | Sagaponack Seaside, Kingsbridge Heights, Dyker Heights |
404
- | `secondary_address` | Suite 319, Suite 342, Apt. 990 |
405
- | `state` | Hessen, Bremen, Baden-Wuerttemberg |
406
- | `street_address` | Yoststr. 115, Hamillgasse 156, Olinstr. 55 |
407
- | `street_name` | Eugeniostr., O'Konstr., Considinestr. |
408
- | `street_suffix` | Forges, Gardens, Crest |
409
- | `time_zone` | Europe/Amsterdam, Europe/Moscow, Asia/Tbilisi |
399
+ | `building_number` | 231, 74731, 1989 |
400
+ | `city` | Delmenhorst, Aub, Elterlein |
401
+ | `city_prefix` | East, North, West |
402
+ | `city_suffix` | port, side, berg |
403
+ | `country` | Falkland Islands (Malvinas), Armenia, Mozambique |
404
+ | `country_code` | YE, IO, KI |
405
+ | `neighborhood` | Kingsbridge Heights, Northwest Midlothian/Midlothian Country Club, Gates Mills North |
406
+ | `secondary_address` | Apt. 463, Apt. 641, Suite 670 |
407
+ | `state` | Nordrhein-Westfalen, Saarland, Sachsen |
408
+ | `street_address` | Gerholdstr. 82, Kuhnstr. 84, Kizzystr. 92 |
409
+ | `street_name` | Kossgasse, Pacochastr., Laciestr. |
410
+ | `street_suffix` | Course, Cliffs, Street |
411
+ | `time_zone` | America/Indiana/Indianapolis, America/Tijuana, Australia/Darwin |
410
412
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
411
413
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
412
414
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
413
415
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
414
416
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
415
- | `zip_code` | 58590, 38614, 36254 |
417
+ | `zip_code` | 15052, 05721, 47731 |
416
418
 
417
419
  ## FFaker::AddressFI
418
420
 
419
421
  | Method | Example |
420
422
  | ------ | ------- |
421
- | `building_number` | 8472, 980, 6987 |
422
- | `city` | Sastamala, Pietarsaari, Kiuruvesi |
423
- | `city_prefix` | North, Port, East |
424
- | `city_suffix` | burgh, mouth, town |
425
- | `country` | Aruba, Northern Mariana Islands, Syrian Arab Republic |
426
- | `country_code` | PN, FM, KZ |
427
- | `full_address` | Isokuja 9 a 0, 15314 Nokia, SUOMI, Alhonkuja 9 a, 38104 Kaarina, SUOMI, Ristikuja 2, 12366 Kemijärvi, SUOMI |
428
- | `neighborhood` | South of Lake Ave, Mount Kisco West, West Covina East |
429
- | `random_country` | Unkari, Suomi, Ranska |
430
- | `secondary_address` | Apt. 165, Apt. 796, Apt. 448 |
431
- | `street_address` | Myllymäentie 0 b, Kivenkorvantie 1 a, Savikontie 6 a |
432
- | `street_name` | Levänmäentie, Lehtolantie, Loimaantie |
433
- | `street_nbr` | 6 b, 7, 8 a 1 |
434
- | `street_suffix` | Lodge, Mission, Cliff |
435
- | `time_zone` | Asia/Dhaka, Europe/Brussels, America/Lima |
423
+ | `building_number` | 323, 93774, 10799 |
424
+ | `city` | Hanko, Kankaanpää, Kerava |
425
+ | `city_prefix` | Lake, North, West |
426
+ | `city_suffix` | ton, bury, fort |
427
+ | `country` | Micronesia, Federated States of, Taiwan, Province of China, Holy See (Vatican City State) |
428
+ | `country_code` | AU, PS, LI |
429
+ | `full_address` | Kerhotie 6 a 1, 67551 Kauhava, SUOMI, Kujatie 94, 99742 Pieksämäki, SUOMI, Ruokosuontie 1 a, 68460 Kuusamo, SUOMI |
430
+ | `neighborhood` | West Covina East, Ladue South, White Plains Central |
431
+ | `random_country` | Costa Rica, Kamerun, Kiina |
432
+ | `secondary_address` | Apt. 883, Apt. 585, Suite 073 |
433
+ | `street_address` | Soukanseljäntie 67, Muuntajantie 9, Hollinkorventie 126 |
434
+ | `street_name` | Raviradantie, Kartanonkyläntie, Etelärinteentie |
435
+ | `street_nbr` | 345, 4, 130 |
436
+ | `street_suffix` | Circle, Harbor, Junctions |
437
+ | `time_zone` | Pacific/Honolulu, Asia/Tokyo, Europe/London |
436
438
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
437
439
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
438
440
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
439
441
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
440
442
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
441
- | `zip_code` | 91409, 08204, 12665 |
443
+ | `zip_code` | 86702, 81750, 20684 |
442
444
 
443
445
  ## FFaker::AddressFR
444
446
 
445
447
  | Method | Example |
446
448
  | ------ | ------- |
447
- | `building_number` | 8700, 022, 8378 |
448
- | `city` | Les Mureaux, Échirolles, Bagneux |
449
- | `city_prefix` | South, South, North |
450
- | `city_suffix` | land, town, haven |
451
- | `country` | Brazil, Namibia, Kenya |
452
- | `country_code` | UZ, TN, FI |
453
- | `full_address` | 7 Q impasse Susan de Bonnet, 94686 Saint-Herblain, 0-08 Q, impasse Marianne Vallet 972004 Nevers, 2905 Q boulevard Gilbert Olivier, 2A943 Aix-en-Provence |
454
- | `neighborhood` | Murray Hill, White Oak South of Columbia Pike, Gates Mills North |
455
- | `postal_code` | 97911, 974149, 2B208 |
456
- | `secondary_address` | Suite 705, Suite 165, Suite 547 |
457
- | `street_address` | 9-75 T, boulevard Suzanne de Bailly, 4-51 BIS rue Victoire Oliveira, 17 B, rue Georges Nicolas |
458
- | `street_name` | Marylin Fort, Boyer Squares, Botsford Fields |
459
- | `street_suffix` | Knoll, Stream, Motorway |
460
- | `time_zone` | Asia/Baku, Asia/Seoul, Europe/Minsk |
449
+ | `building_number` | 46349, 135, 1209 |
450
+ | `city` | Tremblay-en-France, Les Abymes, Pantin |
451
+ | `city_prefix` | East, East, Lake |
452
+ | `city_suffix` | burgh, burgh, berg |
453
+ | `country` | Martinique, Senegal, Côte d'Ivoire |
454
+ | `country_code` | MO, ME, NE |
455
+ | `full_address` | 79, bd Isaac Clerc 2B607 Montigny-le-Bretonneux, 5655 T, bd Margaret Lucas, 2A042 Bagnolet, 47 rue Denis de Girard 2A145 Arles |
456
+ | `neighborhood` | Bridesburg, North East Irwindale, Babylon Bayside |
457
+ | `postal_code` | 976596, 973566, 979492 |
458
+ | `secondary_address` | Apt. 596, Suite 111, Suite 400 |
459
+ | `street_address` | 7 impasse Zoé de Mercier, 19 bd Thérèse Ramos, 47 QUATER boulevard Patrick Cousin |
460
+ | `street_name` | Nakisha View, Dare Flats, Sunday Light |
461
+ | `street_suffix` | Ports, Meadow, Lakes |
462
+ | `time_zone` | Pacific/Fakaofo, Europe/Zagreb, America/Guatemala |
461
463
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
462
464
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
463
465
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -469,265 +471,265 @@
469
471
 
470
472
  | Method | Example |
471
473
  | ------ | ------- |
472
- | `building_number` | 5378, 6346, 8292 |
473
- | `city` | Κορωπί, Κατερίνη, Πάτρα |
474
- | `city_prefix` | New, North, West |
475
- | `city_suffix` | furt, land, haven |
476
- | `country` | Falkland Islands (Malvinas), Pakistan, Pakistan |
477
- | `country_code` | EH, VG, JP |
478
- | `neighborhood` | South of Lake Ave, Far Rockaway/Bayswater, Pound Ridge East |
479
- | `region` | Δυτική Μακεδονία, Δυτική Μακεδονία, Κρήτη |
480
- | `secondary_address` | Suite 098, Apt. 774, Suite 633 |
481
- | `street_address` | ["Οδός", "Πάροδος"] Ευκαρπίας, 735, ["Οδός", "Πάροδος"] Ανδρούτσου Οδυσσέα, 89, ["Οδός", "Πάροδος"] Αμαζόνων, 64 |
482
- | `street_name` | Άνδρου, Ανατολικής Θράκης, Έβρου |
483
- | `street_nbr` | 1, 7, 13 |
484
- | `street_suffix` | Manors, Stream, Drive |
485
- | `time_zone` | Europe/Warsaw, America/New_York, Europe/Stockholm |
474
+ | `building_number` | 5670, 396, 31812 |
475
+ | `city` | Καλαμάτα, Κιλκίς, Κέρκυρα |
476
+ | `city_prefix` | East, Lake, Port |
477
+ | `city_suffix` | chester, chester, port |
478
+ | `country` | Niger, Bosnia and Herzegovina, Guyana |
479
+ | `country_code` | AM, MH, AO |
480
+ | `neighborhood` | Gates Mills North, Seven Hills Area, South of Lake Ave |
481
+ | `region` | Ιόνιοι Νήσοι, Ιόνιοι Νήσοι, Ήπειρος |
482
+ | `secondary_address` | Suite 882, Apt. 495, Suite 035 |
483
+ | `street_address` | ["Οδός", "Πάροδος"] Ανακούς, 9, ["Οδός", "Πάροδος"] Πάροδος Δωδεκανήσου, 85, ["Οδός", "Πάροδος"] Βενιζέλου Ελευθερίου, 3 |
484
+ | `street_name` | Ανθεμίου, Αγριανών, Μομφερράτου Ιωσήφ |
485
+ | `street_nbr` | 3, 23, 43 |
486
+ | `street_suffix` | Pass, Crest, Fork |
487
+ | `time_zone` | America/Guyana, Pacific/Guam, America/Lima |
486
488
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
487
489
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
488
490
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
489
491
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
490
492
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
491
- | `zip_code` | 67656, 71521, 38802 |
493
+ | `zip_code` | 01020, 43201, 48871 |
492
494
 
493
495
  ## FFaker::AddressID
494
496
 
495
497
  | Method | Example |
496
498
  | ------ | ------- |
497
- | `building_number` | 1954, 1190, 622 |
498
- | `city` | Banda, Batu, Tasikmalaya |
499
- | `city_prefix` | West, East, Lake |
500
- | `city_suffix` | view, mouth, ville |
501
- | `country` | Slovenia, Virgin Islands, British, Saudi Arabia |
502
- | `country_code` | NI, JP, SL |
503
- | `neighborhood` | Florissant West, phoenix, Far Rockaway/Bayswater |
504
- | `secondary_address` | Suite 724, Apt. 835, Suite 566 |
505
- | `state` | Sumatera Barat, Maluku Utara, Kalimantan Tengah |
506
- | `state_abbr` | JB, SS, BA |
507
- | `street` | Jl. Ahmad Dahlan, No. 14, Jln. Abdul Wahab Hasbullah, No. 30, Jln. Sutomo, No. 75 |
508
- | `street_address` | 8190 Rohan Glen, 76603 Elton Radial, 8479 Roselyn Shoals |
509
- | `street_name` | O'Kon Via, Sharri Rapids, Jacqui Meadow |
510
- | `street_prefix` | Jl, Jl, Jl |
511
- | `street_suffix` | Inlet, Lights, Path |
512
- | `time_zone` | Asia/Tokyo, Asia/Novosibirsk, Australia/Adelaide |
499
+ | `building_number` | 97389, 88756, 159 |
500
+ | `city` | Tegal, Jakarta Barat, Banda |
501
+ | `city_prefix` | Lake, New, Port |
502
+ | `city_suffix` | mouth, view, ville |
503
+ | `country` | Uzbekistan, Jersey, Poland |
504
+ | `country_code` | TN, TG, PK |
505
+ | `neighborhood` | Allegheny West, Seven Hills Area, Renton West |
506
+ | `secondary_address` | Apt. 892, Suite 148, Suite 481 |
507
+ | `state` | Kalimantan Tengah, Gorontalo, Sumatera Barat |
508
+ | `state_abbr` | SS, JT, BT |
509
+ | `street` | Jln. Ilyas Yakoub, No. 100, Jl. Karel Satsuit Tubun, No. 72, Jln. Mangkunegara I, No. 96 |
510
+ | `street_address` | 0979 Marlys Well, 162 Juliann Key, 125 Johnie Drive |
511
+ | `street_name` | Auer Mills, Maricela Isle, Schuster Circles |
512
+ | `street_prefix` | Jln, Jl, Jl |
513
+ | `street_suffix` | Divide, Circles, Circle |
514
+ | `time_zone` | Asia/Colombo, Asia/Bangkok, Europe/Bucharest |
513
515
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
514
516
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
515
517
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
516
518
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
517
519
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
518
- | `zip_code` | 99155, 46454, 38226 |
520
+ | `zip_code` | 37238, 33708, 09225 |
519
521
 
520
522
  ## FFaker::AddressIN
521
523
 
522
524
  | Method | Example |
523
525
  | ------ | ------- |
524
- | `building_number` | 64566, 32828, 85027 |
525
- | `city` | Ornfurt, Iolamouth, Evelinton |
526
- | `city_prefix` | Lake, East, Port |
527
- | `city_suffix` | bury, berg, mouth |
526
+ | `building_number` | 7028, 42724, 35719 |
527
+ | `city` | Port Gabriella, Baileyburgh, West Jenisemouth |
528
+ | `city_prefix` | North, East, East |
529
+ | `city_suffix` | fort, bury, bury |
528
530
  | `country` | India, India, India |
529
531
  | `country_code` | IN, IN, IN |
530
- | `neighborhood` | Schall Circle/Lakeside Green, Schall Circle/Lakeside Green, Candlewood Country Club |
531
- | `pincode` | 944212, 336312, 495009 |
532
- | `secondary_address` | Apt. 559, Apt. 926, Suite 691 |
533
- | `state` | Jharkhand, Karnataka, Karnataka |
534
- | `state_abbr` | RJ, UK, SK |
535
- | `state_and_union_territory` | Delhi, Himachal Pradesh, Telangana |
536
- | `state_and_union_territory_abbr` | JK, AR, HR |
537
- | `street_address` | 631 Laurel Hill, 4103 Windler Orchard, 01790 Ema Fork |
538
- | `street_name` | Buckridge Circle, Margie Tunnel, Mueller Way |
539
- | `street_suffix` | Squares, Lake, Grove |
532
+ | `neighborhood` | Northwoods West, White Plains Central, South of Lake Shore Blvd |
533
+ | `pincode` | 123347, 090505, 033585 |
534
+ | `secondary_address` | Apt. 376, Apt. 621, Suite 754 |
535
+ | `state` | Punjab, Jharkhand, Orissa |
536
+ | `state_abbr` | AR, AP, UK |
537
+ | `state_and_union_territory` | Madhya Pradesh, Punjab, Gujarat |
538
+ | `state_and_union_territory_abbr` | JK, MH, SK |
539
+ | `street_address` | 8343 McCullough Parkway, 48605 Zemlak Islands, 53077 Reyes Extension |
540
+ | `street_name` | Wendy Walks, Bahringer Dam, Gerlach Glen |
541
+ | `street_suffix` | Loop, Harbor, Gateway |
540
542
  | `time_zone` | Asia/Kolkata, Asia/Kolkata, Asia/Kolkata |
541
543
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
542
544
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
543
545
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
544
- | `union_territory` | Chandigarh, Pondicherry, Lakshadweep |
545
- | `union_territory_abbr` | DL, PY, PY |
546
+ | `union_territory` | Dadra and Nagar Haveli, Dadra and Nagar Haveli, Delhi |
547
+ | `union_territory_abbr` | CH, DN, PY |
546
548
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
547
549
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
548
- | `zip_code` | 989446, 348566, 208035 |
550
+ | `zip_code` | 446332, 996789, 750394 |
549
551
 
550
552
  ## FFaker::AddressJA
551
553
 
552
554
  | Method | Example |
553
555
  | ------ | ------- |
554
- | `address` | 927-0134 香川県羽村市田辺市389, 189-2012 東京都墨田区久留米市0丁目3番7号, 723-0645 奈良県氷見市中京区生駒市094 |
555
- | `building_number` | 303, 9844, 67901 |
556
- | `city` | 東かがわ市, にかほ市, 秦野市 |
557
- | `city_prefix` | West, North, New |
558
- | `city_suffix` | view, fort, bury |
559
- | `country` | French Polynesia, Liechtenstein, Ghana |
560
- | `country_code` | RO, LB, BV |
561
- | `county` | 耶麻郡, 木曽郡, 国頭郡 |
562
- | `designated_city` | 美馬市, 柏市, 善通寺市 |
563
- | `designated_city_address` | 858-3769 栃木県城陽市南区甲斐市0丁目6番4号, 520-3704 宮崎県伊達市湊区伊達市011, 493-6510 茨城県阿蘇市山科区知多市2丁目0番4号 |
564
- | `land_number` | 457, 504, 947 |
565
- | `neighborhood` | Jamaica Estates/Holliswood, Far Rockaway/Bayswater, Summerlin North |
566
- | `other_address` | 449-5668 宮崎県庄原市三笠市6丁目0番0号, 394-6193 福島県旭市湖南市3丁目7番9号, 372-7311 三重県大網白里市秦野市032 |
567
- | `postal_code` | 921-1084, 035-9470, 969-2922 |
568
- | `prefecture` | 滋賀県, 岩手県, 埼玉県 |
569
- | `secondary_address` | Apt. 601, Suite 889, Suite 992 |
570
- | `street` | 伊万里市, 魚津市, うきは市 |
571
- | `street_address` | 66264 Hackett Village, 38745 Annetta Ridges, 8942 Jones Pine |
572
- | `street_name` | Ladawn Parkway, Vonda Fall, Quigley Path |
573
- | `street_suffix` | Mount, Rue, Mills |
574
- | `time_zone` | Asia/Almaty, Europe/Helsinki, Pacific/Auckland |
575
- | `tokyo_ward` | 杉並区, 葛飾区, 杉並区 |
576
- | `tokyo_ward_address` | 750-5158 東京都文京区清瀬市9丁目3番8号, 688-9225 東京都江戸川区沼津市3丁目9番7号, 437-8989 東京都杉並区朝来市9丁目2番9号 |
556
+ | `address` | 991-8014 宮崎県袖ケ浦市弥富市770, 177-8292 東京都中野区土佐市3丁目5番3号, 680-3416 鹿児島県名東郡泉南市619 |
557
+ | `building_number` | 96863, 42755, 022 |
558
+ | `city` | 茂原市, 平戸市, 那覇市 |
559
+ | `city_prefix` | Port, Lake, South |
560
+ | `city_suffix` | chester, mouth, town |
561
+ | `country` | Latvia, Central African Republic, Vanuatu |
562
+ | `country_code` | BQ, CD, AR |
563
+ | `county` | 宗谷郡, 岩瀬郡, 東津軽郡 |
564
+ | `designated_city` | 佐賀市, 鯖江市, 三木市 |
565
+ | `designated_city_address` | 711-2083 岩手県五泉市東区横浜市503, 518-5801 群馬県岩国市天白区大野城市8丁目0番8号, 828-9856 東京都木更津市佐伯区糸満市153 |
566
+ | `land_number` | 779, 916, 2丁目8番9号 |
567
+ | `neighborhood` | Schall Circle/Lakeside Green, Bridesburg, Northwoods West |
568
+ | `other_address` | 039-7527 秋田県双葉郡真庭市342, 387-1439 長野県南丹市郡上市8丁目1番9号, 679-9373 東京都瀬戸内市北秋田市8丁目8番7号 |
569
+ | `postal_code` | 296-2544, 943-3794, 770-4234 |
570
+ | `prefecture` | 大分県, 岩手県, 福岡県 |
571
+ | `secondary_address` | Apt. 116, Apt. 017, Apt. 871 |
572
+ | `street` | 大館市, 魚沼市, 三島市 |
573
+ | `street_address` | 4653 Lewis Oval, 14598 Jenkins Lodge, 59450 Osinski Square |
574
+ | `street_name` | Nickolas Rapids, Alyce Skyway, Kellee Corner |
575
+ | `street_suffix` | Trafficway, Unions, Island |
576
+ | `time_zone` | Asia/Riyadh, Africa/Casablanca, Europe/London |
577
+ | `tokyo_ward` | 大田区, 江東区, 葛飾区 |
578
+ | `tokyo_ward_address` | 606-9885 東京都豊島区藤枝市385, 354-4575 東京都練馬区寒河江市602, 195-7206 東京都世田谷区江東区8丁目7番2号 |
577
579
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
578
580
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
579
581
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
580
582
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
581
583
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
582
- | `village` | 南牧村, 渡嘉敷村, 片品村 |
583
- | `ward` | 長田区, 旭区, 東灘区 |
584
+ | `village` | 新島村, 上北山村, 小菅村 |
585
+ | `ward` | 清水区, 清田区, 西区 |
584
586
  | `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
585
587
 
586
588
  ## FFaker::AddressKR
587
589
 
588
590
  | Method | Example |
589
591
  | ------ | ------- |
590
- | `address_detail` | 수열빌라 205호, 지혁마을 242호, 재일연립 |
591
- | `borough` | 관악구, 서대문구, 종로구 |
592
- | `building_name` | 윤중마을, 진호빌라, 병철빌라 |
593
- | `city` | 고양시 일산동구, 과천시, 이천시 |
594
- | `land_address` | 대구광역시 성동구 천혁리 4980-6, 대구광역시 은평구 남훈리 0544, 대전광역시 관악구 인혁동 1623 |
595
- | `land_number` | 9884, 4198-2, 585-57 |
596
- | `metropolitan_city` | 대전광역시, 부산광역시, 울산광역시 |
597
- | `old_postal_code` | 186-655, 395-666, 694-338 |
598
- | `postal_code` | 08822, 82044, 67827 |
599
- | `province` | 충청남도, 충청남도, 충청북도 |
600
- | `road_addess` | 울산광역시 강남구 지유8로 (유철마을), 경기도 제웅동 상윤로 (차연동), 전라북도 장연리 기룡4가 (시훈동) |
601
- | `street` | 정섭5가, 우종로, 도현거리 |
602
- | `town` | 운원동, 지윤동, 가경마을 |
592
+ | `address_detail` | 병기빌라 861 389호, 상연빌라, 상진연립 76 160호 |
593
+ | `borough` | 중랑구, 강서구, 구로구 |
594
+ | `building_name` | 서빈아파트, 태륜아파트, 병석연립 |
595
+ | `city` | 가평군, 안산시 상록구, 성남시 수정구 |
596
+ | `land_address` | 광주광역시 동작구 장안마을 5042-8, 강원도 임천리 3955-6, 대전광역시 구로구 희원동 750 |
597
+ | `land_number` | 1261-6, 856-7, 050 |
598
+ | `metropolitan_city` | 대구광역시, 서울특별시, 대구광역시 |
599
+ | `old_postal_code` | 999-939, 909-658, 325-974 |
600
+ | `postal_code` | 15064, 89824, 39127 |
601
+ | `province` | 전라북도, 강원도, 제주특별자치도 |
602
+ | `road_addess` | 제주특별자치도 승주리 우승길, 인천광역시 중구 한원로 (영중마을), 충청남도 이정마을 나희로 |
603
+ | `street` | 진민가, 정섭7가, 범진길 |
604
+ | `town` | 호임동, 화령마을, 선모리 |
603
605
 
604
606
  ## FFaker::AddressMX
605
607
 
606
608
  | Method | Example |
607
609
  | ------ | ------- |
608
- | `municipality` | Jonuta, Tenabo, Romita |
609
- | `postal_code` | 36893, 09570, 49247 |
610
- | `state` | Hidalgo, Durango, Sinaloa |
611
- | `state_abbr` | MEX, CHIH, BC |
612
- | `zip_code` | 64569, 05961, 32149 |
610
+ | `municipality` | Bacoachi, El Fuerte, Otzoloapan |
611
+ | `postal_code` | 68408, 21760, 10208 |
612
+ | `state` | Sonora, San Luis Potosí, Aguascalientes |
613
+ | `state_abbr` | VER, MEX, MICH |
614
+ | `zip_code` | 33375, 36678, 94174 |
613
615
 
614
616
  ## FFaker::AddressNL
615
617
 
616
618
  | Method | Example |
617
619
  | ------ | ------- |
618
- | `building_number` | 7872, 0673, 553 |
619
- | `city` | Eext, Grijzegrubben, Schinveld |
620
- | `city_prefix` | Lake, West, Lake |
621
- | `city_suffix` | fort, side, borough |
622
- | `country` | Denmark, Kenya, Iceland |
623
- | `country_code` | MP, VE, GF |
624
- | `neighborhood` | Sea Ranch Lakes, South of Lake Ave, Mount Kisco West |
625
- | `postal_code` | 7144 ev, 2570 fw, 8936 yk |
626
- | `province` | Zuid-Holland, Utrecht, Drenthe |
627
- | `secondary_address` | Apt. 094, Apt. 274, Apt. 249 |
628
- | `street_address` | 641 Neomastraat, 7569 Abbottstraat, 24478 Rempelpad |
629
- | `street_name` | Gaylordstraat, Floriastraat, Isisstraat |
630
- | `street_suffix` | Mountain, Key, Mall |
631
- | `time_zone` | Australia/Sydney, Asia/Yakutsk, America/Chicago |
620
+ | `building_number` | 379, 9333, 7297 |
621
+ | `city` | Acquoy, Hank, Zeeland |
622
+ | `city_prefix` | New, West, East |
623
+ | `city_suffix` | fort, land, haven |
624
+ | `country` | Virgin Islands, U.S., Brunei Darussalam, Tunisia |
625
+ | `country_code` | BT, RS, SA |
626
+ | `neighborhood` | East of Telegraph Road, East Renton, Brentwood Central |
627
+ | `postal_code` | 6361 sv, 5721 br, 0103 qi |
628
+ | `province` | Utrecht, Groningen, Flevoland |
629
+ | `secondary_address` | Apt. 549, Suite 024, Apt. 253 |
630
+ | `street_address` | 377 Sipesstraat, 894 Andersonstraat, 92417 Haleystraat |
631
+ | `street_name` | Gaston-Kenstraat, Lavonnestraat, Swiftstraat |
632
+ | `street_suffix` | Lodge, Gardens, Pike |
633
+ | `time_zone` | Africa/Monrovia, America/Regina, Europe/Berlin |
632
634
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
633
635
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
634
636
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
635
637
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
636
638
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
637
- | `zip_code` | 7843 ec, 5533 qp, 4097 pn |
639
+ | `zip_code` | 1091 sd, 6252 vx, 5779 hq |
638
640
 
639
641
  ## FFaker::AddressPL
640
642
 
641
643
  | Method | Example |
642
644
  | ------ | ------- |
643
- | `building_number` | 180, 79, 40 |
644
- | `city` | Kolno, Lubsko, Wąbrzeźno |
645
- | `full_address` | al. Dębogórska 8 41-234 Oświęcim, bulwar Wszystkich Świętych 76 57-127 Zielona Góra, al. Graniczna 176 58-026 Drohiczyn |
646
- | `postal_code` | 72-251, 51-005, 30-421 |
647
- | `province` | lubuskie, kujawsko-pomorskie, wielkopolskie |
648
- | `secondary_number` | m. 56, /64, m. 55 |
649
- | `square` | bulwar Jacka Kuronia, zaułek Srebrny, pasaż Honorowych Dawców Krwi |
650
- | `square_prefix` | plac, skwer, plac |
651
- | `state` | kujawsko-pomorskie, opolskie, warmińsko-mazurskie |
652
- | `street` | al. Ruska, al. Bracka, al. Żwirowa |
653
- | `street_address` | zaułek Solny 178, pasaż Czochralskiego 83, skwer gen. Pilota Stanisława Skalskiego 152 |
654
- | `street_name` | skwer Franklina D. Roosevelta, plac Opatrzności Bożej, plac Browarowy |
655
- | `street_prefix` | al., al., ul. |
656
- | `voivodeship` | małopolskie, podkarpackie, śląskie |
657
- | `voivodeship_abbr` | LU, PD, PK |
658
- | `voivodeship_capital_city` | Wrocław, Gorzów Wielkopolski, Opole |
659
- | `zip_code` | 84-278, 89-022, 00-413 |
645
+ | `building_number` | 178, 84, 157 |
646
+ | `city` | Byczyna, Łosice, Wieleń |
647
+ | `full_address` | al. 3 Maja 38 19-909 Gniew, al. Załogowa 94 56-376 Sokółka, ul. Chłopska 196 18-295 Pobiedziska |
648
+ | `postal_code` | 02-750, 82-042, 75-476 |
649
+ | `province` | warmińsko-mazurskie, pomorskie, lubelskie |
650
+ | `secondary_number` | m. 98, m. 118, /196 |
651
+ | `square` | skwer Wszystkich Świętych, pasaż Norwida, skwer Czochralskiego |
652
+ | `square_prefix` | zaułek, pasaż, skwer |
653
+ | `state` | świętokrzyskie, podlaskie, pomorskie |
654
+ | `street` | ul. Balonowa, al. Toruńska, ul. Storczykowa |
655
+ | `street_address` | al. Notecka 16, pasaż Browarniany 192, ul. Perlista 113 |
656
+ | `street_name` | ul. Józefa Bema, plac Dzika, al. ks. Jerzego Popiełuszki |
657
+ | `street_prefix` | al., ul., ul. |
658
+ | `voivodeship` | łódzkie, pomorskie, opolskie |
659
+ | `voivodeship_abbr` | OP, ZP, WP |
660
+ | `voivodeship_capital_city` | Warszawa, Bydgoszcz, Opole |
661
+ | `zip_code` | 44-628, 02-657, 02-011 |
660
662
 
661
663
  ## FFaker::AddressRU
662
664
 
663
665
  | Method | Example |
664
666
  | ------ | ------- |
665
- | `building_number` | 907, 15016, 173 |
666
- | `city` | Череповец, Курган, Сочи |
667
- | `city_prefix` | North, New, Port |
668
- | `city_suffix` | side, berg, haven |
669
- | `country` | Wallis and Futuna, Singapore, Niger |
670
- | `country_code` | MX, CF, SG |
671
- | `neighborhood` | East of Telegraph Road, Pennypack, Auburn North |
672
- | `province` | Курганская область, Ленинградская область, Северная Осетия - Алания |
673
- | `secondary_address` | Apt. 667, Suite 968, Suite 733 |
674
- | `street_address` | ул. Чапаева, д. 205, ул. Молодежная, д. 7, ул. Центральная, д. 9 |
675
- | `street_name` | ул. Строителей, ул. Зеленая, ул. Новая |
676
- | `street_number` | 6, 83, 7 |
677
- | `street_suffix` | Well, Pass, Rapid |
678
- | `time_zone` | America/Tijuana, Asia/Muscat, Europe/Helsinki |
667
+ | `building_number` | 507, 752, 043 |
668
+ | `city` | Саранск, Ростов-на-Дону, Барнаул |
669
+ | `city_prefix` | East, East, South |
670
+ | `city_suffix` | chester, mouth, chester |
671
+ | `country` | Guernsey, Mauritania, Liberia |
672
+ | `country_code` | IE, YT, SZ |
673
+ | `neighborhood` | Gates Mills North, Dyker Heights, Bridesburg |
674
+ | `province` | Дагестан, Саратовская область, Кемеровская область |
675
+ | `secondary_address` | Apt. 524, Apt. 993, Suite 757 |
676
+ | `street_address` | ул. Чкалова, д. 4, ул. Строителей, д. 5, ул. Чапаева, д. 84 |
677
+ | `street_name` | ул. Мичурина, ул. Нагорная, ул. Пушкина |
678
+ | `street_number` | 97, 897, 622 |
679
+ | `street_suffix` | Haven, Meadows, Valleys |
680
+ | `time_zone` | Europe/Vilnius, Europe/Tallinn, America/Santiago |
679
681
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
680
682
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
681
683
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
682
684
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
683
685
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
684
- | `zip_code` | 315864, 028934, 405379 |
686
+ | `zip_code` | 005545, 899686, 623307 |
685
687
 
686
688
  ## FFaker::AddressSE
687
689
 
688
690
  | Method | Example |
689
691
  | ------ | ------- |
690
- | `building_number` | 32195, 62714, 705 |
691
- | `city` | Kalmar, Arvika, Lödöse |
692
- | `city_prefix` | North, West, North |
693
- | `city_suffix` | bury, chester, land |
694
- | `country` | Cayman Islands, Wallis and Futuna, Montenegro |
695
- | `country_code` | LS, JO, NI |
696
- | `full_address` | Tallkrogsvägen 1, 46567 Kungälv, SVERIGE, Trågvägen 5a, 03 039 Falkenberg, SVERIGE, Drivhjulsvägen 8a, 77 935 Växjö, SVERIGE |
697
- | `neighborhood` | Pennypack, River Heights, Northwest Midlothian/Midlothian Country Club |
698
- | `random_country` | Marshallöarna, Åland, Samoa |
699
- | `secondary_address` | Suite 811, Suite 907, Suite 069 |
700
- | `street_address` | Tanneforsvägen 2, Råbyvägen 0a, Bjursätragatan 0a |
701
- | `street_name` | Bifrostvägen, Banvägen, Hjalmar Danells Väg |
702
- | `street_nbr` | 6, 8, 30 |
703
- | `street_suffix` | Mall, Walks, Union |
704
- | `time_zone` | America/Argentina/Buenos_Aires, America/Los_Angeles, Europe/Paris |
692
+ | `building_number` | 36717, 1770, 0798 |
693
+ | `city` | Arboga, Ljungby, Eksjö |
694
+ | `city_prefix` | East, North, Port |
695
+ | `city_suffix` | view, mouth, town |
696
+ | `country` | Finland, Tonga, Bermuda |
697
+ | `country_code` | DO, KG, SD |
698
+ | `full_address` | Gräsandsvägen 5a, 96 956 Vimmerby, SVERIGE, Snoilskyvägen 5a, 90 905 Strömstad, SVERIGE, Trolle-Bondes Gata 9a, 33130 Skänninge, SVERIGE |
699
+ | `neighborhood` | Rockville East of Hungerford Dr, Central Chandler, Pound Ridge East |
700
+ | `random_country` | Sierra Leone, Antigua och Barbuda, Algeriet |
701
+ | `secondary_address` | Suite 030, Apt. 136, Suite 037 |
702
+ | `street_address` | Majorsgatan 9, Liljekungsvägen 9b, Prinsens Väg 3b |
703
+ | `street_name` | Nykvarnsvägen, Sparreholmsvägen, Fredrikshovsgatan |
704
+ | `street_nbr` | 7a, 4, 6 |
705
+ | `street_suffix` | Trafficway, Harbors, Lights |
706
+ | `time_zone` | Asia/Novosibirsk, Europe/Lisbon, Europe/Riga |
705
707
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
706
708
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
707
709
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
708
710
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
709
711
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
710
- | `zip_code` | 18392, 51867, 87051 |
712
+ | `zip_code` | 52943, 41 065, 00 504 |
711
713
 
712
714
  ## FFaker::AddressSN
713
715
 
714
716
  | Method | Example |
715
717
  | ------ | ------- |
716
- | `arrondissement` | Fann-Point E-Amitié, Tivaouane Diacksao, Thiès Nord |
717
- | `building_number` | 1049, 029, 8161 |
718
- | `city` | South Dollie, South Carmelo, Boscochester |
719
- | `city_prefix` | West, East, Lake |
720
- | `city_suffix` | mouth, side, side |
721
- | `country` | Christmas Island, United States Minor Outlying Islands, New Zealand |
722
- | `country_code` | DK, GR, AO |
723
- | `departement` | Salemata, guediawaye, Guinguineo |
724
- | `neighborhood` | Candlewood Country Club, Florissant West, Far Rockaway/Bayswater |
725
- | `region` | thies, saint louis, louga |
726
- | `secondary_address` | Suite 364, Suite 699, Apt. 851 |
727
- | `street_address` | 17856 David Ford, 405 Marion Port, 1551 Evelina Valley |
728
- | `street_name` | Ami Lock, Miyoko Drives, Altenwerth Crescent |
729
- | `street_suffix` | Manor, Passage, Flats |
730
- | `time_zone` | Europe/Bucharest, America/Chicago, Asia/Shanghai |
718
+ | `arrondissement` | Ndiarème Limamoulaye, Mermoz-Sacré-Cœur, Parcelles Assainies |
719
+ | `building_number` | 4762, 2779, 18051 |
720
+ | `city` | Stephenchester, Wymanbury, Powlowskimouth |
721
+ | `city_prefix` | East, North, South |
722
+ | `city_suffix` | mouth, bury, borough |
723
+ | `country` | Taiwan, Province of China, Côte d'Ivoire, Jamaica |
724
+ | `country_code` | JE, PY, FO |
725
+ | `departement` | Salemata, Kanel, Tivaouane |
726
+ | `neighborhood` | North Norridge, Bronxdale, Babylon Bayside |
727
+ | `region` | kolda, louga, saint louis |
728
+ | `secondary_address` | Suite 260, Apt. 503, Apt. 501 |
729
+ | `street_address` | 0769 Brian Creek, 95944 Lula Course, 5579 Harvey Glen |
730
+ | `street_name` | Ortiz Park, Yoshiko Rapids, Doyle Hills |
731
+ | `street_suffix` | Lodge, Bridge, Meadows |
732
+ | `time_zone` | Asia/Kuala_Lumpur, Asia/Tashkent, Africa/Johannesburg |
731
733
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
732
734
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
733
735
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -739,33 +741,33 @@
739
741
 
740
742
  | Method | Example |
741
743
  | ------ | ------- |
742
- | `appartment_number` | 104, 88, 5 |
743
- | `building_number` | 8, 28, 65 |
744
- | `city` | Львів, Бердянськ, Макіївка |
745
- | `country` | Гаїті, Нігерія, Сінгапур |
746
- | `province` | Одеська область, Севастополь, Київська область |
747
- | `street_address` | вул. Рудного, 85, вул. Зелена, 9, вул. Коліївщини, 40 |
748
- | `street_name` | вул. Стрийська, вул. Рудного, вул. Коліївщини |
749
- | `zip_code` | 97389, 14098, 88916 |
744
+ | `appartment_number` | 80, 294, 185 |
745
+ | `building_number` | 6, 9, 4 |
746
+ | `city` | Хмельницький, Красний Луч, Житомир |
747
+ | `country` | Канада, Естонія, Філіппіни |
748
+ | `province` | Рівненська область, Львівська область, Луганська область |
749
+ | `street_address` | вул. Стрийська, 77, вул. Городоцька, 93, вул. Вузька, 2 |
750
+ | `street_name` | вул. Коліївщини, вул. Коліївщини, вул. Брюховичів |
751
+ | `zip_code` | 00316, 81766, 55394 |
750
752
 
751
753
  ## FFaker::AddressUK
752
754
 
753
755
  | Method | Example |
754
756
  | ------ | ------- |
755
- | `building_number` | 72778, 23277, 189 |
756
- | `city` | West Aimee, Lake Burtville, O'Connershire |
757
- | `city_prefix` | South, East, North |
758
- | `city_suffix` | berg, borough, fort |
759
- | `country` | Northern Ireland, Scotland, England |
760
- | `country_code` | SH, ST, BR |
761
- | `county` | Humberside, West Midlands, County Armagh |
762
- | `neighborhood` | Olmsted Falls Central, Auburn North, Pennypack |
763
- | `postcode` | HW99 4NB, IJ23 3CE, UK72 5RH |
764
- | `secondary_address` | Apt. 093, Apt. 550, Suite 346 |
765
- | `street_address` | 733 Cummings Square, 52970 Amos Parkways, 262 Weissnat Divide |
766
- | `street_name` | Spinka Canyon, Aaron Underpass, Karren Overpass |
767
- | `street_suffix` | Grove, Knoll, Pass |
768
- | `time_zone` | Pacific/Majuro, Asia/Colombo, Europe/Sarajevo |
757
+ | `building_number` | 3977, 6550, 514 |
758
+ | `city` | East Faustino, Gutkowskiburgh, Domitilaville |
759
+ | `city_prefix` | North, Port, Lake |
760
+ | `city_suffix` | mouth, fort, town |
761
+ | `country` | England, England, Wales |
762
+ | `country_code` | SV, FR, BE |
763
+ | `county` | County Antrim, Dyfed, Nottinghamshire |
764
+ | `neighborhood` | Greater Las Vegas National, White Plains Central, Renton West |
765
+ | `postcode` | ZG60 6YQ, ED0 3DD, HF8 1XN |
766
+ | `secondary_address` | Apt. 766, Apt. 857, Apt. 125 |
767
+ | `street_address` | 306 Cronin Lane, 4708 Watsica Fords, 652 September Burgs |
768
+ | `street_name` | Priscilla Mission, Brekke Forest, Batz Isle |
769
+ | `street_suffix` | Skyway, Ford, Crossroad |
770
+ | `time_zone` | Africa/Algiers, Asia/Shanghai, Africa/Harare |
769
771
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
770
772
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
771
773
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -777,152 +779,159 @@
777
779
 
778
780
  | Method | Example |
779
781
  | ------ | ------- |
780
- | `building_number` | 0833, 5319, 896 |
781
- | `city` | South Seth, Yanland, Deannton |
782
- | `city_prefix` | West, West, East |
783
- | `city_suffix` | stad, mouth, bury |
784
- | `continental_state` | Texas, Oklahoma, Nebraska |
785
- | `continental_state_abbr` | WY, ID, GA |
786
- | `country` | Uganda, United Arab Emirates, Chile |
787
- | `country_code` | JE, GD, CV |
788
- | `neighborhood` | Rockville East of Hungerford Dr, Kingsbridge Heights, Jamaica Estates/Holliswood |
789
- | `secondary_address` | Suite 027, Suite 021, Suite 754 |
790
- | `state` | New Jersey, California, Utah |
791
- | `state_abbr` | MT, WA, FL |
792
- | `state_and_territories_abbr` | FM, PA, CT |
793
- | `street_address` | 3302 Britni Ramp, 45193 Harvey Hill, 22935 Balistreri Highway |
794
- | `street_name` | Effertz Roads, Pat Alley, Borer Orchard |
795
- | `street_suffix` | Unions, Groves, Curve |
796
- | `time_zone` | Africa/Algiers, Europe/Paris, Asia/Yakutsk |
782
+ | `building_number` | 9317, 7025, 48830 |
783
+ | `city` | Port Moon, Tanjaland, Douglashaven |
784
+ | `city_prefix` | Lake, Port, West |
785
+ | `city_suffix` | burgh, fort, mouth |
786
+ | `continental_state` | Minnesota, Connecticut, Georgia |
787
+ | `continental_state_abbr` | SC, NJ, FL |
788
+ | `country` | Greece, Northern Mariana Islands, Belize |
789
+ | `country_code` | GR, GE, CX |
790
+ | `neighborhood` | Renton West, Jupiter South/Abacoa, Gates Mills North |
791
+ | `secondary_address` | Suite 597, Apt. 857, Apt. 834 |
792
+ | `state` | North Dakota, Florida, Illinois |
793
+ | `state_abbr` | NJ, MN, WA |
794
+ | `state_and_territories_abbr` | MD, VA, NM |
795
+ | `street_address` | 221 Lester Lodge, 61254 Boyle Extension, 025 Nada Mill |
796
+ | `street_name` | Mike Plain, Wisozk Ports, Zaida Causeway |
797
+ | `street_suffix` | Mall, Harbor, Track |
798
+ | `time_zone` | Pacific/Midway, Europe/Bratislava, Asia/Muscat |
797
799
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
798
800
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
799
801
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
800
802
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
801
803
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
802
- | `zip_code` | 84923-1419, 89027, 47757 |
804
+ | `zip_code` | 87620, 82800-3949, 65344-5717 |
803
805
 
804
806
  ## FFaker::Airline
805
807
 
806
808
  | Method | Example |
807
809
  | ------ | ------- |
808
- | `flight_number` | NJE 3590, TS 1512, 3L 3877 |
809
- | `name` | Air Malta, Carpatair, Denim Air |
810
+ | `flight_number` | ENT 1051, 9C 3990, D9 2128 |
811
+ | `name` | Welcome Air Gmbh, Alitalia, Cityjet |
810
812
 
811
813
  ## FFaker::Animal
812
814
 
813
815
  | Method | Example |
814
816
  | ------ | ------- |
815
- | `common_name` | Swan, Emu, Mammoth |
817
+ | `common_name` | Newt, Rabbit, Frog |
816
818
 
817
819
  ## FFaker::Avatar
818
820
 
819
821
  | Method | Example |
820
822
  | ------ | ------- |
821
- | `image` | https://robohash.org/aututquod.png?size=300x300, https://robohash.org/omnisperspiciatisdoloribus.png?size=300x300, https://robohash.org/istequiafuga.png?size=300x300 |
823
+ | `image` | https://robohash.org/autemfaciliseligendi.png?size=300x300, https://robohash.org/voluptatumundesed.png?size=300x300, https://robohash.org/saepecumassumenda.png?size=300x300 |
822
824
 
823
825
  ## FFaker::BaconIpsum
824
826
 
825
827
  | Method | Example |
826
828
  | ------ | ------- |
827
- | `characters` | jcjmozegu3c0vj5cjtkloewbfufxmrqsuyy43u8rfbkag8q51aauto18c5hac16vhul4nq359btuosjt34oy0kxqikt4144soyc17j3f4hg8ic8icwn0jkcfzti31x2xpboysv0kjw9zfkdrhjhrn0ak6p46820v0e28eq6pnzjzunjanco3k0ojbiawvz5wpipt5gpujk4zbwhi4sgfvhnlm6td4uylciset6rrhwdgx94j79r7bxk2fgsh8rr, u0cl8avfu1t0vghdqgdkvplgfl62s58w60vlawuvwxkt60fjqwh5ns4gtf5t6dnnytixoz928w9e9guqtektxciiy79y28ebbc1zsi2f1fv25bafx0zqxyfkiqu89vt33kua7whpf0p57ut7rehs1kp6bt0x49m8cked02dppitiegf7n02yf24a495xx5676t56a59xm9m6t6vdullq9lifuja4at2h20gfffehp8941qfj7iso1txsfgbokuo, 9kjlz3xwirypmxw5v5n9cuche84uax2fglnbfaqaks3ij1uaqjp5gkhgv64oe57n2xogyjn82cpn1ge1iktv1mh5y0cqasbdcaxlzij8c10de5bqovse77u20aw3w8hs2nmrfy8wmokj4ceisyf5sgnximxqd9g9g9wohyjkan9qkzznqga42gjpix4yv4fpd58mf51a7f9x0hjufxofa5sfjbg8q08v80x7tvz9a4x6chrsitwsj0603a4o31l |
828
- | `paragraph` | Shankle tenderloin cow pork ball tip tail frankfurter. Jerky tri-tip beef ribs pancetta meatloaf. Ham beef ribs tongue Kevin shank drumstick. Chuck flank pork sirloin shoulder ground round. Kevin short loin corned beef meatloaf brisket landjaeger leberkas shankle., Drumstick bresaola venison ribeye tail pork loin porchetta. Jerky fatback pastrami t-bone venison landjaeger. Spare ribs porchetta prosciutto shankle strip steak ball tip meatloaf. Pancetta tongue venison andouille strip steak pork chop salami meatloaf doner. Porchetta pork chop Kevin ground round chuck jowl pork., Tri-tip meatball ground round prosciutto sausage cow ribeye rump. Jerky doner tail pork loin ribeye turducken brisket venison drumstick. Drumstick doner tri-tip kielbasa bacon shank meatball ribeye short ribs. |
829
- | `paragraphs` | Prosciutto hamburger pancetta jerky strip steak Kevin boudin. Beef frankfurter boudin corned beef landjaeger. Ribeye prosciutto andouille pig t-bone filet mignon., Ball tip hamburger boudin venison pork chop tail. Drumstick Kevin meatball t-bone landjaeger. Bresaola capicola meatball cow hamburger prosciutto venison leberkas., Andouille ball tip pork loin venison pastrami. Chicken salami prosciutto shank boudin. Shank pig flank sausage capicola rump bacon pork andouille. Sirloin pork chop pork belly t-bone ground round. Doner shoulder beef ribs strip steak capicola., Pork brisket strip steak boudin doner. Corned beef short ribs tenderloin turducken ball tip. Landjaeger jerky shankle fatback hamburger filet mignon. Drumstick prosciutto rump landjaeger pork chicken meatball. Jowl porchetta ball tip brisket ham shankle tail., Bresaola turducken tail drumstick venison. Ham hock biltong landjaeger short ribs pork belly doner. Chuck ground round chicken beef tongue boudin flank ham hock pork. Frankfurter pastrami pancetta fatback bresaola spare ribs kielbasa short ribs., Shank brisket pig kielbasa shankle short ribs strip steak. Doner ribeye prosciutto ball tip meatloaf tongue shankle tri-tip swine. Tenderloin cow turducken andouille pork loin sausage short loin brisket. Pig cow beef jerky sausage pork loin., Frankfurter sausage shankle jerky salami strip steak filet mignon shank. Leberkas tenderloin pig flank salami strip steak landjaeger porchetta ribeye. Pastrami sausage drumstick frankfurter pancetta prosciutto tenderloin short ribs. Filet mignon jowl bacon corned beef chicken pork belly porchetta ground round tri-tip., Tongue Kevin porchetta prosciutto t-bone turducken tri-tip. Pork belly fatback porchetta tongue sirloin jowl cow. Short ribs pig ham tri-tip kielbasa meatball Kevin. Pancetta andouille bacon drumstick shankle jowl brisket sausage. Turducken pork loin strip steak jowl flank pork chop., Chuck hamburger boudin ham hock sausage. Leberkas andouille brisket meatball turducken. Drumstick salami ground round sirloin corned beef cow. Kielbasa beef beef ribs pork loin Kevin short ribs. |
830
- | `phrase` | Porchetta jerky salami capicola short loin turducken., Pork bacon pork chop doner kielbasa chicken jerky meatloaf shankle., Shankle ground round pancetta pork chop shoulder bacon chuck prosciutto pork loin. |
831
- | `phrases` | Short ribs spare ribs sirloin turkey jowl brisket., Doner turkey biltong pig spare ribs t-bone bresaola kielbasa tail., Pork spare ribs sausage pork loin pig flank bacon., Cow prosciutto drumstick salami corned beef tail ribeye chicken., Pastrami venison ground round bresaola bacon tail., Frankfurter short ribs pig shank chuck tail., Bacon bresaola porchetta spare ribs shoulder., Drumstick pork belly shoulder tongue ground round capicola doner venison pork chop., Kielbasa meatball venison t-bone ball tip ham spare ribs corned beef. |
832
- | `sentence` | Frankfurter brisket bresaola shankle salami., Salami andouille landjaeger shankle bresaola., Capicola prosciutto beef tri-tip shank chuck. |
833
- | `sentences` | Shoulder bacon pork fatback shank turducken hamburger., Kevin cow corned beef pork belly meatball., Ball tip fatback ham beef capicola., Turkey bresaola hamburger kielbasa chuck., Strip steak ground round chuck jowl swine andouille Kevin porchetta., Shank doner jowl venison frankfurter pastrami meatloaf., Meatball pig tongue fatback drumstick beef ribs flank., Turducken turkey capicola pork ground round pork belly., Pork beef spare ribs brisket porchetta turkey. |
834
- | `word` | pork, sirloin, shank |
835
- | `words` | meatloaf, drumstick, short ribs, chicken, ham, tail, tail, andouille, rump |
829
+ | `characters` | p7bowx07u8aqvhlxhpv9ju2xp6qqhyhk4d9rkcahphritb6ajhqd0ost29o3dgqoclkzf1qycy29xaqxtyc3sq4d3i75wwk198xij6zeo8v4ycvbs3rmup56k57qm2xvxqj9590a182yfcrscym0alt5qz35op3xvmagxsmwvkii422rgpqbyj0bj4vgpt2qpts2l57kq4hlx96y5l5a46w74ij43l5wp5drocc32p8bntgm0pfm1hdz94mfv8c, ofapxyxdzufc8oiz0saooeka40zgo4jziwxob2l4xs2vw6242d24ez15dpozeef9djf25yc5krs45ddo9m510c57f5uda10gc57s11iu0xiqq2cib0k0ghuljytseam18e14lyxvf4w3ztdfvni69drlftmldy8kn4imgzr8q3o5je7c0v63n8m5dv98xvmuav4gv21w1vu5hn6rye97q23j4n6gi8yjcog9x1ovsgibdkwco7gwvlwlwk3rvgt, onk6vnahze47icjcp301muu40grqpj5z0lb5q192528weacpd6ijb22ycs268lsvkf3r7i4op4fe90zrp2cd73psocw5c87od86pe8eaix1f9c7cxeu4qe1cvlzrhmlfxkdv583g4wlv662j6t0y6n23e0e9b5roe8z6eod8wicfdfovumh9q9c04604yyal0vq0q4k2qd5o0i26s5deqa9cydux5m399tbzqowdrv27loao5lonssn1mpqbohb |
830
+ | `paragraph` | Porchetta tri-tip short ribs turkey beef ribs sausage venison spare ribs pork chop. Capicola Kevin pancetta bresaola shankle. Bresaola jowl ham hock pork belly salami porchetta filet mignon landjaeger meatball. Meatball sirloin salami brisket t-bone. Boudin prosciutto bresaola strip steak landjaeger pork chop flank meatloaf cow., Sirloin capicola filet mignon prosciutto short loin meatloaf strip steak. Pig chicken short ribs doner venison pancetta shankle pork chop. Salami bresaola turkey andouille cow landjaeger venison ground round ribeye. Frankfurter meatball tongue jerky doner strip steak meatloaf., Chuck rump bresaola leberkas tri-tip bacon pork belly pork chop. Jowl chicken leberkas jerky frankfurter ground round pork. Strip steak prosciutto biltong porchetta t-bone shankle. Sausage frankfurter ham hock venison tenderloin. Pork belly ham drumstick ham hock kielbasa t-bone fatback. |
831
+ | `paragraphs` | Chuck turducken frankfurter pork chop capicola. Bresaola kielbasa beef turkey short ribs t-bone. Leberkas kielbasa rump fatback turkey. Corned beef hamburger rump flank strip steak ham hock., Kielbasa pastrami porchetta flank andouille pig landjaeger spare ribs venison. Pork chop shank prosciutto meatloaf frankfurter. Pork sausage strip steak short loin venison frankfurter., Ribeye t-bone ham hock chuck turkey flank sausage cow hamburger. Sirloin ham beef jerky frankfurter bacon tenderloin. Tenderloin t-bone bacon shank tri-tip landjaeger frankfurter swine., Drumstick turducken porchetta ham pork loin frankfurter salami kielbasa. Jerky shoulder doner kielbasa ground round sirloin. Chicken drumstick ball tip Kevin rump bacon chuck pastrami. Cow ribeye shoulder spare ribs filet mignon jowl tail brisket., Leberkas tri-tip meatloaf pork loin chuck bacon flank sirloin. Turkey capicola ham chuck beef ribs leberkas. Porchetta kielbasa tongue salami t-bone jerky boudin pancetta., Short ribs corned beef fatback turducken doner pork capicola leberkas. Leberkas corned beef shoulder tongue frankfurter. Frankfurter tri-tip tongue pork rump. Jowl ham hock leberkas capicola shank biltong tenderloin beef., Pancetta chicken biltong porchetta tri-tip frankfurter. Pancetta short loin cow tail pork belly. Swine kielbasa fatback drumstick boudin prosciutto capicola. Bresaola pork belly rump tail beef ribs shankle tri-tip drumstick pork loin., Meatloaf beef filet mignon doner bresaola. Sausage Kevin pancetta chicken ribeye venison leberkas beef. Porchetta beef ribs flank ball tip short ribs pork jowl ribeye pork loin. Pancetta ham jowl turkey flank venison pork loin pork chop. Swine chuck ground round pig andouille landjaeger short ribs., Pig porchetta ground round biltong tenderloin beef ribs. Tongue pork pork belly chuck pastrami drumstick fatback beef ribs. Corned beef t-bone ribeye frankfurter shank brisket. Shank meatball andouille turkey beef ribs. Chuck meatball pork short ribs tail brisket turkey fatback andouille. |
832
+ | `phrase` | Cow chicken ham hock hamburger swine tail., Pastrami jerky ham hock rump porchetta bacon pork belly boudin turkey., Hamburger jowl swine sirloin pastrami tenderloin. |
833
+ | `phrases` | Tri-tip pig porchetta corned beef sirloin jowl frankfurter hamburger., Beef beef ribs chuck ball tip tri-tip ribeye., Sausage shankle pork loin pork chop turkey venison tri-tip beef., Salami pastrami ham hock andouille bresaola landjaeger pork chop ball tip., Tenderloin beef ribs shank pork chop pork belly., Pork belly ball tip capicola sausage landjaeger frankfurter tenderloin., Fatback ground round tongue t-bone short ribs bresaola pork loin., Short loin prosciutto pastrami flank cow leberkas tongue meatloaf chuck., Boudin drumstick shank bacon pig tenderloin ham hock doner swine. |
834
+ | `sentence` | Leberkas venison pork hamburger kielbasa chuck boudin pork loin meatball., Short ribs turducken pancetta fatback bacon., Doner tail pork belly andouille ball tip. |
835
+ | `sentences` | Ham capicola beef ribs jerky ball tip hamburger boudin fatback meatball., Pancetta chicken bresaola tongue doner landjaeger Kevin., Pork belly beef cow Kevin fatback pig capicola., Andouille prosciutto capicola leberkas frankfurter jerky salami., Swine beef venison ground round cow leberkas jowl., Jerky tongue tail strip steak frankfurter ham hock short loin., Prosciutto salami tenderloin frankfurter boudin hamburger pork drumstick., Spare ribs tongue turkey beef tri-tip swine jowl., Prosciutto boudin landjaeger doner meatloaf salami corned beef t-bone pork chop. |
836
+ | `word` | tongue, turducken, prosciutto |
837
+ | `words` | boudin, brisket, shankle, drumstick, tail, flank, ham hock, pork, strip steak |
836
838
 
837
839
  ## FFaker::Book
838
840
 
839
841
  | Method | Example |
840
842
  | ------ | ------- |
841
- | `author` | Lourdes Fahey, Teresia Harvey, Steve Mayer |
842
- | `cover` | https://robohash.org/omnisetperferendis.png?size=300x300, https://robohash.org/estquasexcepturi.png?size=300x300, https://robohash.org/remundepossimus.png?size=300x300 |
843
- | `description` | Maiores molestiae nesciunt vel numquam nam dolor minus. Nulla ea officia molestiae nihil veritatis libero ratione. Consequatur ipsa omnis totam voluptatem., Eum autem aliquam quos laudantium qui rem nihil. Aliquam omnis in sequi delectus veniam et quis. Earum quod aliquam dolor enim. Exercitationem rerum non libero pariatur quod reiciendis. Excepturi esse autem distinctio modi architecto iusto et., Sit architecto aut asperiores iure assumenda. Voluptates fuga ipsa iure totam omnis consequatur. At voluptatem repellat et eligendi similique. |
844
- | `genre` | Men's adventure, Varsity novel, Sea story |
845
- | `isbn` | 24261547512, 2380412680, 6906152214 |
846
- | `title` | A Fistful of Killer Diaries, American Thief, Season of the Bloody Hills |
843
+ | `author` | Cari Dare, Alvera Ondricka, Hollis Treutel |
844
+ | `cover` | https://robohash.org/ipsateneturcupiditate.png?size=300x300, https://robohash.org/ideniminventore.png?size=300x300, https://robohash.org/quidoloresit.png?size=300x300 |
845
+ | `description` | Ut ea aut necessitatibus corrupti ut repellendus odio. Voluptate rerum dolorem vero laborum et laudantium. Molestias adipisci veritatis eum quaerat in dignissimos possimus ab. Quidem assumenda repudiandae velit exercitationem qui dolorum labore quod., Explicabo quasi voluptas aut aut ad nam. Deserunt in tenetur est quidem doloribus aliquam quod. Voluptatem cum aperiam cumque nobis iusto dolores in. Sed necessitatibus molestiae et aliquam., Nisi et quam officia ea. Reprehenderit optio excepturi et commodi. Ut reiciendis amet deserunt ea voluptate. Temporibus consequatur quod sunt voluptatem. |
846
+ | `genre` | Dieselpunk, Epic / High fantasy, Blessing |
847
+ | `isbn` | 18445054293, 6871724811, 18215783130 |
848
+ | `orly_cover` | https://orly-appstore.herokuapp.com/generate?title=A+Fistful+of+Green+Cousins&top_text=Fantasy&author=Latrina+Sporer&image_code=34&theme=16, https://orly-appstore.herokuapp.com/generate?title=Action+Gypsy&top_text=Whig+history&author=Venessa+Rogahn&image_code=21&theme=5, https://orly-appstore.herokuapp.com/generate?title=Forbidden+Women&top_text=Nonfiction+novel&author=Lupe+Kutch&image_code=11&theme=15 |
849
+ | `title` | Rise of the American Friday, Codename: Red Mutant, War of the Dangerous City |
847
850
 
848
851
  ## FFaker::Boolean
849
852
 
850
853
  | Method | Example |
851
854
  | ------ | ------- |
852
- | `maybe` | true, false, false |
853
- | `random` | true, true, true |
855
+ | `maybe` | true, true, false |
856
+ | `random` | false, false, true |
854
857
  | `sample` | true, false, true |
855
858
 
856
859
  ## FFaker::CheesyLingo
857
860
 
858
861
  | Method | Example |
859
862
  | ------ | ------- |
860
- | `paragraph` | Cheese paring with wine the whiter and fresher the cheese, the crisper and fruitier the wine should be say cheese wash, rinse, repeat trying too hard, unsubtle, and inauthentic with Dutch courage trying too hard, unsubtle, and inauthentic washed curd cheese coagulation of the milk protein casein the early bird may get the worm, but the second mouse gets the cheese in the trap., Blue fungi in cream Sheridans Cheesemongers coagulation of the milk protein casein blend the flour, cheese and say cheese but round cheeses are to be cut in wedges, like a cake garlic cheese biscuits cut the cheese New York cheesecake cheese paring with wine., The milky way of the early bird may get the worm, but the second mouse gets the cheese in the trap with Dutch courage cheeseparing washed curd cheese until the wheels form a white coat of penicillium moulds separate the curds from the wey dutch sandwich is like chalk and cheese the moon is made of green cheese and. |
861
- | `sentence` | Until the wheels form a white coat of penicillium mouldsNew York cheesecakewash, rinse, repeat., Of cheesy business lingothe slice of cheese is placed on top of the meat pattythe early bird may get the worm, but the second mouse gets the cheese in the trap., In an artisan farmerhouseharmful secondary metabolitesblend the flour, cheese and. |
862
- | `title` | Sharp Cows, Cheeky Coulommiers, Milky Dairy |
863
- | `word` | dairy, nutty, artisan |
864
- | `words` | cream, milk, farmer, alpine, cheesed, salty, smoked, farmer, blue, sticky, grated, nutty, DOC, cheesecake, stinky |
863
+ | `paragraph` | The slice of cheese is placed on top of the meat patty he old cheese dairy buildings, situated on the historic site soft ripening cheese for of the Friesian herd garlic cheese biscuits processed cheese has several technical advantages over traditional cheese cut the cheese the early bird may get the worm, but the second mouse gets the cheese in the trap separate the curds from the wey bergkäse from the Alps., Blue fungi in cream blue fungi in cream in an artisan farmerhouse processed cheese has several technical advantages over traditional cheese trying too hard, unsubtle, and inauthentic 10 grilled cheese sandwiches you should try immediately with 10 grilled cheese sandwiches you should try immediately with is like chalk and cheese dutch sandwich blend the flour, cheese and., He old cheese dairy buildings, situated on the historic site they can also age quite well in ripening cellars where with Dutch courage until the wheels form a white coat of penicillium moulds 10 grilled cheese sandwiches you should try immediately with of cheesy business lingo they were so cheesed off but don't you agree? It is no use crying over spilled milk it is blue sky thinking bergkäse from the Alps. |
864
+ | `sentence` | But round cheeses are to be cut in wedges, like a cakebut poets have been mysteriously silent on the subject of cheeseblue fungi in cream., Cut to sizedutch sandwichharmful secondary metabolites., But poets have been mysteriously silent on the subject of cheese10 grilled cheese sandwiches you should try immediately withapplewood smoked. |
865
+ | `title` | Fat Affineurs, Grated Brie, Soft Brie |
866
+ | `word` | sharp, springy, springy |
867
+ | `words` | soft, cream, farmer, milk, springy, cheesecake, sticky, briney, elastic, cream, Gouda, fat, smooth, briney, cheese |
868
+
869
+ ## FFaker::Code
870
+
871
+ | Method | Example |
872
+ | ------ | ------- |
873
+ | `ean` | 3898841772821, 4659685709508, 6077985245362 |
865
874
 
866
875
  ## FFaker::Color
867
876
 
868
877
  | Method | Example |
869
878
  | ------ | ------- |
870
- | `hex_code` | bb5cdb, ad9b13, a4036a |
871
- | `hsl_array` | 184, 87%, 27%, 355, 68%, 2%, 212, 41%, 24% |
872
- | `hsl_list` | 7,29%,77%, 40,64%,76%, 268,42%,36% |
873
- | `hsla_array` | 301, 56%, 81%, 0.25, 205, 35%, 58%, 0.51, 74, 87%, 92%, 0.36 |
874
- | `hsla_list` | 269,80%,26%,0.83, 349,41%,46%,0.5, 244,13%,70%,0.43 |
875
- | `name` | darkorchid, darkred, whitesmoke |
876
- | `rgb_array` | 199, 144, 205, 49, 241, 129, 105, 112, 143 |
877
- | `rgb_list` | 206,30,3, 70,156,68, 184,27,111 |
878
- | `rgba_array` | 50, 212, 236, 0.25, 90, 132, 168, 0.19, 183, 90, 52, 0.25 |
879
- | `rgba_list` | 193,120,26,0.99, 19,137,254,0.27, 111,233,178,0.65 |
879
+ | `hex_code` | ee3f1d, 7aa713, 67f35f |
880
+ | `hsl_array` | 120, 40%, 29%, 202, 32%, 18%, 346, 8%, 81% |
881
+ | `hsl_list` | 283,10%,95%, 196,84%,90%, 138,21%,8% |
882
+ | `hsla_array` | 232, 50%, 48%, 0.6, 292, 77%, 95%, 0.9, 172, 18%, 32%, 0.9 |
883
+ | `hsla_list` | 123,89%,90%,0.58, 303,74%,9%,0.11, 278,92%,53%,0.3 |
884
+ | `name` | lime, rosybrown, honeydew |
885
+ | `rgb_array` | 132, 8, 64, 235, 56, 163, 48, 232, 184 |
886
+ | `rgb_list` | 21,178,210, 76,175,41, 242,222,178 |
887
+ | `rgba_array` | 40, 94, 30, 0.86, 120, 84, 19, 0.96, 17, 68, 203, 0.73 |
888
+ | `rgba_list` | 90,59,232,0.0, 14,141,128,0.26, 0,136,137,0.37 |
880
889
 
881
890
  ## FFaker::ColorUA
882
891
 
883
892
  | Method | Example |
884
893
  | ------ | ------- |
885
- | `name` | лазуровий, лазурово-синій, гарбузовий |
894
+ | `name` | бузковий, темно-мандариновий, бежевий |
886
895
 
887
896
  ## FFaker::Company
888
897
 
889
898
  | Method | Example |
890
899
  | ------ | ------- |
891
- | `bs` | harness enterprise architectures, engineer cross-media bandwidth, iterate global methodologies |
892
- | `catch_phrase` | Fully-configurable assymetric artificial intelligence, Up-sized discrete info-mediaries, Fundamental empowering attitude |
893
- | `name` | O'Reilly-Macejkovic, McGlynn-Balistreri, McCullough, Kertzmann and Gottlieb |
894
- | `position` | Assistant Secretary, Executive Marketing Director, General Manager |
895
- | `suffix` | and Sons, Inc, Inc |
900
+ | `bs` | harness strategic networks, evolve turn-key metrics, scale distributed systems |
901
+ | `catch_phrase` | Quality-focused mission-critical open architecture, Cross-group bandwidth-monitored hierarchy, Programmable high-level alliance |
902
+ | `name` | Auer and Sons, Conroy-Hackett, Runte-Gibson |
903
+ | `position` | Executive Secretary, Associate Sales Consultant, IT Director |
904
+ | `suffix` | and Sons, LLC, and Sons |
896
905
 
897
906
  ## FFaker::CompanyCN
898
907
 
899
908
  | Method | Example |
900
909
  | ------ | ------- |
901
- | `name` | 珍舜网络公司, 隆绮教育公司, 任洋电器公司 |
902
- | `suffix` | 公司, 公司, 有限公司 |
903
- | `type` | 食品, 食品, 网络 |
910
+ | `name` | 春亨咨询有限公司, 吟蓁咨询有限公司, 旻琪网络有限公司 |
911
+ | `suffix` | 公司, 公司, 公司 |
912
+ | `type` | 网络, 咨询, 网络 |
904
913
 
905
914
  ## FFaker::CompanyIT
906
915
 
907
916
  | Method | Example |
908
917
  | ------ | ------- |
909
- | `name` | Pecora e Manzari Avvocati, Micchichè e Patrizi Ingegneri, Persichetti e Sangiorgi Avvocati |
910
- | `partita_iva` | 23865520227, 71689000017, 24454940537 |
911
- | `prefix` | Laboratorio, Studio Tecnico, Laboratorio |
912
- | `suffix` | Ingegneri, S.p.a., Avvocati |
918
+ | `name` | Coppola s.n.c., Sangiacomo e Sangiacomo s.n.c., Messineo e Mastrogiacomo Architetti |
919
+ | `partita_iva` | 47568480470, 39113540106, 06830830342 |
920
+ | `prefix` | Laboratorio, Studio Tecnico, Studio Tecnico |
921
+ | `suffix` | Ingegneri, Architetti, s.n.c. |
913
922
 
914
923
  ## FFaker::CompanySE
915
924
 
916
925
  | Method | Example |
917
926
  | ------ | ------- |
918
- | `name` | Smitham Aktiebolag, Halvorson, Jakubowski och Dicki, Wilkinson-Jakubowski |
919
- | `suffix` | Ab, Ab, Ab |
927
+ | `name` | Murphy Ab, Schamberger Aktiebolag, Schmeler-Walsh |
928
+ | `suffix` | AB, Ab, AB |
920
929
 
921
930
  ## FFaker::Conference
922
931
 
923
932
  | Method | Example |
924
933
  | ------ | ------- |
925
- | `name` | Dow Jones Global Compliance Symposium 2011, Datacentre Investment Forum, Dow Jones Global Compliance Symposium 2011 |
934
+ | `name` | Argentina Mining 2010, Yet Another Perl ConferenceBrasil 2009, Social Mobile Payments Americas |
926
935
 
927
936
  ## FFaker::CoursesFR
928
937
 
@@ -933,956 +942,970 @@
933
942
 
934
943
  | Method | Example |
935
944
  | ------ | ------- |
936
- | `code` | CVE, CLP, BHD |
937
- | `name` | Ouguiya, Pa'anga, Colombian Peso Unidad de Valor Real |
945
+ | `code` | KYD, UZS, EEK |
946
+ | `name` | Saint Helena Pound, Djibouti Franc, Canadian Dollar |
938
947
 
939
948
  ## FFaker::DizzleIpsum
940
949
 
941
950
  | Method | Example |
942
951
  | ------ | ------- |
943
- | `characters` | 5ea2cy5mwzzckl3ndtf0dd7u3do60kmzmz6p2dfy14oayhex3ol53hgsqk8jcrng8ln2fsarmfg78n29vmhsrp97fprl2xqzd3swunfedw1o5cnakmif2sevyyniiz3n3bgrtdo2vedumh8s9ptm57az3vi4obhigfelknjxb23z6zmxmd7wknhsnlzarh4z9j9gliluortzik78kncv1krqmoht446dblgom2gl37qbbb2ih6k19t61g3gagtj, bumc7zjmwk1zjz3cnl57rmb75drb34pb35bxth7byxtjozeq8m5gq9okj9xdsx4oiyot1l7pbwse3rze2xq4jmai7pzrq8phuwkgpoy9nvoyef7vv9wpczxoaxfj134hzuocse0a1oo77rguwetat4sa5q9mlcxeba2ppw0yq7fnwwv4zoewfxkjuq8zjje8vbt3a7pex3ts9grzojvrtgxj41pjxizg7l6m2f6h1v27ipz90b2zsfyluv59r8e, 5unu0vhyjkvv2ydcqamee10zsn57qe2shqce40rg5cylw2geke3zfjzg5om8i16vweki2r73awws3v8u0kfxtdfk6ejmot4uh1fw0mgem29dghqc8u0bjdak2i0auxdv2bny4gmq8gm0vdxq1c2mcl8fquvkjdrpr4rztidh0ztrcal5w26g94ebeu46z0s38nf6jjyabxfhaychqlx07jmsmf23v4sjfsiyh5dxxglctb9bcp9wi7mkrwdlf9q |
944
- | `paragraph` | Zig zag smoke Snoopy why is you rolling down the street plizzay if you was me and I was you tha shiznit. The diggy Doggfada may I roll with the Magic Johnson of rap the dopest every single one tha dizzle zig zag smoke. May i the diggy bubbles in the tub and my money on my mind roll with gold chain. Bubbles in the tub the diggy smokin' indo with my mind on my money used to sell loot. Make a few ends every single one televizzle bionic your chrome pizzle fizzle., Roll with pizzle put ya choppers up how we do it eighty degrees the dopest rizzide recognize smokin' weed. The lbc smokin' weed guess what? I love my momma fizzle you talk too much Long Beach real deal Holyfield. Drop it like it's hot the S oh yes every single one the dopest drizzle like every single day sippin' on gin and juice I love my momma. Tha shiznit drop it like it's hot bionic for the Gs smokin' weed nothing can save ya through all the drama zig zag smoke I love my momma. Your chrome the Dogg Pound every single one tha dizzle in tha hizzle the S oh yes Mr. Buckwort fo shizzle nothing can save ya., Snoopy the Dogg Pound at ease tha shiznit I love my momma you talk too much if the ride is more fly, then you must buy and my money on my mind guess what?. Nothing can save ya nasty recognize tha shiznit eighty degrees. Drizzle it's 1993 every single one the S oh yes zig zag smoke Long Beach. |
945
- | `paragraphs` | You talk too much fo shizzle waddup fo rizzle Snoop for the hustlers your chrome televizzle bionic. The magic johnson of rap fo rizzle I love my momma plizzay televizzle laid back gizzo bionic realer. Now i'm on parole plizzay zig zag smoke recognize bubbles in the tub. Bubbles in the tub Mr. Buckwort the LBC Snoopy and my money on my mind realer smokin' weed how we do it the S oh yes. Like every single day the Dogg Pound Long Beach tha shiznit zig zag smoke., Realer the dopest waddup guess what? used to sell loot real deal Holyfield in tha hizzle Snoopy. Coupe de ville and my money on my mind the Dogg Pound realness how we do it. Mr. buckwort Long Beach fo shizzle bionic the LBC fo rizzle tha dizzle. Feel the breeze sippin' on gin and juice rizzoad put ya choppers up the Dogg Pound guess what?., Realness in tha hizzle the Dogg Pound Snoopy through all the drama if the ride is more fly, then you must buy with my mind on my money nothing can save ya eighty degrees. Mr. buckwort Doggfada smokin' weed Long Beach now I'm on parole bubbles in the tub how we do it. Fo rizzle the Magic Johnson of rap rolling down the street laid back tha shiznit if you was me and I was you for the Gs it's 1993 Coupe de Ville. Gold chain the S oh yes for the hustlers Doggfada if the ride is more fly, then you must buy drizzle. Why is you with my mind on my money pizzle smokin' indo televizzle smokin' weed., Realness eighty degrees smokin' indo televizzle drop it like it's hot put ya choppers up. Fo rizzle Mr. Buckwort put ya choppers up pizzle rizzoad the LBC rolling down the street bionic. Gizzo for the hustlers in tha hizzle pizzle rolling down the street for the Gs smokin' indo the S oh yes hizzouse., Bubbles in the tub Snoop televizzle everybody got they cups pizzle if the ride is more fly, then you must buy gold chain. The dopest fizzle smokin' weed used to sell loot bubbles in the tub like every single day recognize the Magic Johnson of rap now I'm on parole. May i smokin' weed real deal Holyfield smokin' indo gizzo plizzay rolling down the street nothing can save ya. Realer televizzle if you was me and I was you used to sell loot eighty degrees., The s oh yes for the hustlers put ya choppers up pizzle waddup. Through all the drama now I'm on parole rizzoad for the hustlers at ease Snoopy if you was me and I was you rizzide. Televizzle if you was me and I was you rizzoad waddup recognize bionic. Now i'm on parole the S oh yes plizzay Snoopy may I zig zag smoke Coupe de Ville., Nasty Mr. Buckwort Snoopy waddup the LBC used to sell loot for the Gs. Make a few ends why is you feel the breeze with my mind on my money plizzay zig zag smoke bubbles in the tub. Coupe de ville rizzoad at ease I love my momma rizzide used to sell loot. Feel the breeze may I sippin' on gin and juice pizzle eighty degrees the S oh yes Snoopy with my mind on my money realness. Like every single day everybody got they cups if you was me and I was you the LBC why is you., Put ya choppers up bubbles in the tub gizzo nasty realer Doggfada. Rolling down the street at ease feel the breeze now I'm on parole if you was me and I was you bubbles in the tub smokin' weed for the hustlers. Bubbles in the tub like every single day for the Gs your chrome why is you Snoopy Doggfada., Sippin' on gin and juice in tha hizzle everybody got they cups Snoop roll with make a few ends the diggy. Drop it like it's hot real deal Holyfield Mr. Buckwort put ya choppers up rizzoad the Magic Johnson of rap. Mr. buckwort make a few ends tha shiznit fizzle the Magic Johnson of rap feel the breeze the diggy now I'm on parole. |
946
- | `phrase` | Every single one put ya choppers up gold chain televizzle at ease fo shizzle for the Gs., For the hustlers everybody got they cups the LBC drop it like it's hot tha dizzle realness gizzo it's 1993., Every single one the LBC laid back for the Gs hizzouse recognize sippin' on gin and juice. |
947
- | `phrases` | Everybody got they cups now I'm on parole drizzle in tha hizzle rolling down the street recognize real deal Holyfield your chrome I love my momma., I love my momma Mr. Buckwort waddup bubbles in the tub the Dogg Pound feel the breeze nasty drizzle., At ease gizzo make a few ends plizzay Mr. Buckwort guess what? like every single day., Used to sell loot if you was me and I was you recognize plizzay put ya choppers up with my mind on my money the dopest laid back., Drizzle televizzle Doggfada fizzle nothing can save ya., Mr. buckwort recognize nothing can save ya roll with fo rizzle for the hustlers tha shiznit your chrome., Snoop fo rizzle if the ride is more fly, then you must buy waddup eighty degrees the Magic Johnson of rap now I'm on parole., In tha hizzle put ya choppers up through all the drama how we do it tha dizzle make a few ends televizzle the diggy., Snoopy for the Gs why is you waddup like every single day tha shiznit the S oh yes used to sell loot rolling down the street. |
948
- | `sentence` | The s oh yes smokin' weed how we do it fizzle rolling down the street., Coupe de ville roll with I love my momma pizzle the Dogg Pound realness., Rizzide why is you Coupe de Ville roll with for the Gs the Magic Johnson of rap. |
949
- | `sentences` | Smokin' indo if you was me and I was you used to sell loot it's 1993 Coupe de Ville., Long beach fo rizzle smokin' indo sippin' on gin and juice the Dogg Pound like every single day Snoop everybody got they cups., Tha shiznit Coupe de Ville if you was me and I was you sippin' on gin and juice the S oh yes recognize through all the drama with my mind on my money at ease., Now i'm on parole roll with why is you Coupe de Ville nothing can save ya you talk too much and my money on my mind drop it like it's hot make a few ends., Doggfada waddup roll with plizzay now I'm on parole you talk too much your chrome., Nasty the LBC gizzo at ease recognize fo rizzle Mr. Buckwort., Through all the drama fo shizzle and my money on my mind may I smokin' weed., Fo rizzle make a few ends tha shiznit Doggfada every single one I love my momma., May i recognize nothing can save ya televizzle nasty realer everybody got they cups gizzo. |
950
- | `word` | fizzle, the diggy, televizzle |
951
- | `words` | tha dizzle, laid back, the S oh yes, rolling down the street, the LBC, recognize, if you was me and I was you, fizzle, nothing can save ya |
952
+ | `characters` | 8hsvxdt6hvjthxrx6s5n28umo8ph5gtqzyf3ns20nfv9b5bs6humbimv229f6wfaz48v7jv4fxybaieiduk5sujppseqp3tm9kwdqe52wt86f2il764d8sxbb88qh7momxb3fh703al44xmekd61xf4hrw16v4lu9ji6h6qj1s2yma8s8agmwded1cenwx64idlyqvsj7knuf0dgiv0i1flcrbr23v2r6jmqy7c1kpx1bqneb9qdjeiykepzrtg, mckqv6t97opcfdcdjca7ajwxhawv0skzp9txvrfygq36r6b9g3vyeha74v0fv4he4lmec2tp3ros36rslmrrs1dywqbr6sf9st14vocw2mr43ww5udx5glfaxtehnk1m9o9b4i6wfibvfzs1amx3up9kgaus4znlf7c6q6pck8w1khxxzicquj14xf6r53nqiyjgdmr9yki5o3gwb78ua9bsjzdpaougq1qkcdtci6c7ifvi25crboqqabn5bwy, 1sucyn7vkz28uy3dd39baq8yk69ntvwy2bh19d19g4xsjqkd3uxqilcsf66nycp7mo6k164q0nlaak4byequv6l4w5q8j80mpww74ioekak3le4vsg90tiwshm8z41p2mppoehqa833cjuh7an3ho4tr1riqafby37082f21l6hrm2bd86dms8uq9grsgd864h4u2rzvj4t37b360usxa0hn1ycsnpdxrsadiqfhj7metc0fyc47nfiicipb4sr |
953
+ | `paragraph` | Make a few ends Mr. Buckwort rizzide Long Beach I love my momma for the hustlers plizzay tha dizzle. Televizzle you talk too much recognize with my mind on my money the diggy rolling down the street everybody got they cups. Doggfada gold chain recognize bionic Snoopy how we do it drop it like it's hot., Roll with gold chain the S oh yes I love my momma smokin' indo fo shizzle Mr. Buckwort. Gold chain real deal Holyfield for the hustlers televizzle every single one if you was me and I was you nasty fo shizzle. Your chrome pizzle if you was me and I was you how we do it in tha hizzle smokin' indo fo rizzle fizzle., If the ride is more fly, then you must buy I love my momma real deal Holyfield the Dogg Pound tha shiznit pizzle smokin' indo realer. Mr. buckwort feel the breeze bubbles in the tub Long Beach the diggy the Magic Johnson of rap the Dogg Pound. Now i'm on parole may I roll with fo shizzle gold chain realer nasty for the Gs televizzle. |
954
+ | `paragraphs` | Fizzle tha dizzle the diggy fo rizzle the Dogg Pound. The diggy laid back Snoop for the Gs with my mind on my money hizzouse if the ride is more fly, then you must buy sippin' on gin and juice recognize. Recognize laid back at ease if the ride is more fly, then you must buy waddup bubbles in the tub gold chain tha shiznit., Make a few ends guess what? if you was me and I was you like every single day if the ride is more fly, then you must buy. Doggfada through all the drama smokin' indo pizzle your chrome the diggy Snoop it's 1993 for the hustlers. With my mind on my money hizzouse tha shiznit through all the drama the diggy Snoop if you was me and I was you. Snoop drizzle tha shiznit now I'm on parole it's 1993 smokin' weed. You talk too much rolling down the street gizzo for the Gs why is you recognize the Dogg Pound if the ride is more fly, then you must buy., Roll with smokin' indo eighty degrees rizzoad Long Beach your chrome. Hizzouse Snoopy recognize now I'm on parole in tha hizzle gizzo. Laid back may I why is you bionic tha shiznit eighty degrees plizzay. Waddup fo rizzle with my mind on my money zig zag smoke bionic I love my momma bubbles in the tub. Through all the drama you talk too much tha dizzle tha shiznit the diggy in tha hizzle., Laid back rizzoad it's 1993 and my money on my mind for the hustlers smokin' weed Coupe de Ville. For the hustlers the dopest Snoopy Coupe de Ville rolling down the street. Why is you may I used to sell loot drop it like it's hot gold chain., Rolling down the street with my mind on my money zig zag smoke everybody got they cups tha shiznit how we do it Mr. Buckwort drop it like it's hot. Smokin' indo recognize I love my momma sippin' on gin and juice you talk too much rizzoad for the hustlers through all the drama rizzide. The lbc fo shizzle feel the breeze fizzle you talk too much roll with like every single day Doggfada. Smokin' indo Snoop I love my momma fo shizzle fizzle. Real deal holyfield how we do it realness Long Beach guess what? gizzo I love my momma., Guess what? Coupe de Ville used to sell loot every single one the Dogg Pound nothing can save ya. Snoopy nothing can save ya realer laid back bubbles in the tub. Put ya choppers up guess what? fo shizzle waddup nasty tha shiznit. Rizzoad gizzo smokin' weed gold chain if you was me and I was you roll with now I'm on parole the LBC sippin' on gin and juice. Rizzoad drop it like it's hot realness used to sell loot the diggy drizzle bubbles in the tub laid back., Doggfada and my money on my mind how we do it roll with smokin' indo you talk too much smokin' weed recognize. With my mind on my money the LBC the diggy guess what? now I'm on parole. Rizzide televizzle fo shizzle the Magic Johnson of rap make a few ends drop it like it's hot Snoop Snoopy real deal Holyfield., Smokin' weed for the Gs why is you put ya choppers up realer for the hustlers gizzo the diggy Snoop. The s oh yes make a few ends and my money on my mind fizzle nothing can save ya. Gold chain fo rizzle rizzide the diggy hizzouse at ease for the Gs. And my money on my mind hizzouse plizzay put ya choppers up Snoopy in tha hizzle nothing can save ya real deal Holyfield. Through all the drama may I tha dizzle drop it like it's hot put ya choppers up Snoopy the S oh yes now I'm on parole., Nothing can save ya and my money on my mind the Dogg Pound nasty rizzoad fo shizzle. Hizzouse it's 1993 Snoop realer fo shizzle your chrome. Through all the drama bionic realer feel the breeze hizzouse drizzle tha shiznit rolling down the street. |
955
+ | `phrase` | Tha shiznit rizzoad sippin' on gin and juice fo rizzle Coupe de Ville the diggy feel the breeze hizzouse the Dogg Pound., Eighty degrees realer at ease guess what? bionic every single one., Mr. buckwort smokin' indo why is you waddup nasty fo rizzle if you was me and I was you. |
956
+ | `phrases` | Now i'm on parole rolling down the street how we do it pizzle make a few ends for the hustlers., Tha shiznit smokin' indo Long Beach at ease bubbles in the tub zig zag smoke sippin' on gin and juice you talk too much., Make a few ends how we do it rizzide Mr. Buckwort hizzouse fo shizzle., Zig zag smoke your chrome feel the breeze smokin' weed gizzo realer at ease televizzle., Nothing can save ya real deal Holyfield through all the drama you talk too much nasty the diggy with my mind on my money at ease., Everybody got they cups smokin' indo tha shiznit and my money on my mind if you was me and I was you fizzle pizzle zig zag smoke fo shizzle., And my money on my mind tha shiznit smokin' weed plizzay guess what? fo rizzle everybody got they cups Mr. Buckwort., Smokin' weed may I make a few ends smokin' indo laid back used to sell loot., Zig zag smoke recognize televizzle bubbles in the tub nothing can save ya. |
957
+ | `sentence` | Drizzle Coupe de Ville rizzoad bionic the dopest recognize Snoop real deal Holyfield fo shizzle., Nothing can save ya nasty the diggy fizzle if you was me and I was you laid back tha shiznit Mr. Buckwort., Nothing can save ya if you was me and I was you rizzoad rizzide now I'm on parole pizzle may I roll with with my mind on my money. |
958
+ | `sentences` | Pizzle eighty degrees recognize drop it like it's hot nothing can save ya., Snoop tha dizzle bionic televizzle everybody got they cups your chrome., Guess what? eighty degrees every single one bionic bubbles in the tub fizzle the Dogg Pound Doggfada., Laid back zig zag smoke nothing can save ya may I the Magic Johnson of rap your chrome nasty gizzo., Fo shizzle laid back Long Beach pizzle I love my momma., Bubbles in the tub fo shizzle fo rizzle the LBC the Dogg Pound the diggy gizzo drizzle., Put ya choppers up Coupe de Ville smokin' indo bubbles in the tub like every single day waddup., How we do it the Dogg Pound rizzide drop it like it's hot with my mind on my money realer everybody got they cups every single one guess what?., Televizzle fo shizzle why is you it's 1993 tha shiznit drizzle. |
959
+ | `word` | and my money on my mind, I love my momma, like every single day |
960
+ | `words` | for the Gs, may I, gizzo, bubbles in the tub, with my mind on my money, in tha hizzle, nothing can save ya, guess what?, the dopest |
952
961
 
953
962
  ## FFaker::Education
954
963
 
955
964
  | Method | Example |
956
965
  | ------ | ------- |
957
- | `degree` | Bachelor of Fine Arts in Human Resource Development, Master of Rabbinic Studies in Human Resource Economics, Master of Mathematical Finance in Human Resource Engineering |
958
- | `degree_short` | BPharm in Business Philosophy, BEd in Industrial Science, ME in Social Philosophy |
959
- | `major` | Human Resource Economics, Business Architecture, Marketing Education |
960
- | `school` | Northville Academy, Hillville Polytechnic College, Riverside School |
961
- | `school_generic_name` | Riverwood, Indiana, Greenshore |
962
- | `school_name` | Windshore, Redwood, Whiteville |
966
+ | `degree` | Master of Computational Finance in Marketing Arts, Bachelor of Science in Information Technology in Industrial Arts, Bachelor of Science in Forensic Science in Financial Studies |
967
+ | `degree_short` | BEd in Political Arts, MCA in Human Resource Accountancy, BCA in Industrial Philosophy |
968
+ | `major` | Business Studies, Social Architecture, Social Studies |
969
+ | `school` | Windfield Institution of Education, Larkshore Academy, Larkcrest Institution |
970
+ | `school_generic_name` | Northside, Lakeside, Larkridge |
971
+ | `school_name` | Larkdale, Larkwell, Lakewood |
963
972
 
964
973
  ## FFaker::Filesystem
965
974
 
966
975
  | Method | Example |
967
976
  | ------ | ------- |
968
- | `extension` | cssd, htmld, gifd |
969
- | `file_name` | facilis_quidem/odit.pngd, occaecati.culpa/soluta.keyd, quasi_facere/qui.xlsd |
970
- | `mime_type` | text/csv, image/pjpeg, video/x-matroska |
977
+ | `extension` | movd, tiffd, keyd |
978
+ | `file_name` | aut.reiciendis/labore.odtd, alias-excepturi/nam.movd, molestias-consequatur/officiis.bmpd |
979
+ | `mime_type` | model/mesh, image/svg+xml, application/json |
971
980
 
972
981
  ## FFaker::Food
973
982
 
974
983
  | Method | Example |
975
984
  | ------ | ------- |
976
- | `fruit` | Bartlett pear, Goji berry, Cantaloupe |
977
- | `herb_or_spice` | Saffron, Pickling Spice, Hickory Salt |
978
- | `ingredient` | Arrowroot, Land cress, Calf liver |
979
- | `meat` | Grouse, Calf liver, Pork, Bacon |
980
- | `vegetable` | Chaya, Mustard, Tepary bean |
985
+ | `fruit` | Mandarine, Orange, Watermelon |
986
+ | `herb_or_spice` | Tarragon, Celery Salt, Agar agar |
987
+ | `ingredient` | Ulluco, Beef tongue, Thyme |
988
+ | `meat` | Partridge, Calf liver, Guinea Hen |
989
+ | `vegetable` | Broccolini, Nopal, Sweet pepper |
981
990
 
982
991
  ## FFaker::Gender
983
992
 
984
993
  | Method | Example |
985
994
  | ------ | ------- |
986
995
  | `maybe` | female, female, male |
987
- | `random` | female, female, male |
988
- | `sample` | male, female, female |
996
+ | `random` | female, male, male |
997
+ | `sample` | male, male, female |
989
998
 
990
999
  ## FFaker::GenderBR
991
1000
 
992
1001
  | Method | Example |
993
1002
  | ------ | ------- |
994
1003
  | `maybe` | masculino, feminino, feminino |
995
- | `random` | masculino, feminino, feminino |
996
- | `sample` | feminino, masculino, masculino |
1004
+ | `random` | masculino, masculino, masculino |
1005
+ | `sample` | masculino, feminino, feminino |
997
1006
 
998
1007
  ## FFaker::GenderCN
999
1008
 
1000
1009
  | Method | Example |
1001
1010
  | ------ | ------- |
1002
- | `maybe` | 女, 男, |
1003
- | `random` | 女, 女, 男 |
1004
- | `sample` | 女, 男, 女 |
1011
+ | `maybe` | 女, 女, |
1012
+ | `random` | 男, 女, 男 |
1013
+ | `sample` | 男, 男, 女 |
1005
1014
 
1006
1015
  ## FFaker::GenderID
1007
1016
 
1008
1017
  | Method | Example |
1009
1018
  | ------ | ------- |
1010
- | `maybe` | perempuan, laki-laki, perempuan |
1011
- | `random` | laki-laki, laki-laki, perempuan |
1012
- | `sample` | laki-laki, laki-laki, laki-laki |
1019
+ | `maybe` | perempuan, laki-laki, laki-laki |
1020
+ | `random` | perempuan, laki-laki, laki-laki |
1021
+ | `sample` | perempuan, laki-laki, laki-laki |
1013
1022
 
1014
1023
  ## FFaker::GenderKR
1015
1024
 
1016
1025
  | Method | Example |
1017
1026
  | ------ | ------- |
1018
- | `maybe` | 녀, 남, 녀 |
1019
- | `random` | 녀, 남, |
1020
- | `sample` | 녀, 녀, |
1027
+ | `maybe` | 남, 녀, 녀 |
1028
+ | `random` | 남, 녀, |
1029
+ | `sample` | 남, 녀, |
1021
1030
 
1022
1031
  ## FFaker::Geolocation
1023
1032
 
1024
1033
  | Method | Example |
1025
1034
  | ------ | ------- |
1026
1035
  | `boxed_coords`(..., ...) | |
1027
- | `lat` | 40.7916523500249, 37.5758033375583, 36.2345447488 |
1028
- | `lng` | -75.1786003814711, -73.9473684707957, -73.9187706945134 |
1036
+ | `lat` | 41.018461, 33.5775667696072, 33.3732084677927 |
1037
+ | `lng` | -122.340967372417, -77.0656875352079, -122.094516147761 |
1029
1038
 
1030
1039
  ## FFaker::Guid
1031
1040
 
1032
1041
  | Method | Example |
1033
1042
  | ------ | ------- |
1034
- | `guid` | 246778B1-C614-11B0-DBC7-75F5D68E87A7, 24890E1D-C26B-773B-265D-D607F793D6BF, D03CC8D5-EE31-94DF-4F3C-DC13B804A1EA |
1043
+ | `guid` | 31A8FB3A-1F43-A0D5-093D-E945F83420D8, B2DF0B68-E89E-C78B-17CC-21E26AED0D71, 3BA19DDA-77EA-1273-748B-08FA238B25CC |
1035
1044
 
1036
1045
  ## FFaker::HTMLIpsum
1037
1046
 
1038
1047
  | Method | Example |
1039
1048
  | ------ | ------- |
1040
- | `a` | <a href="#iusto" title="Repellendus quaerat">Ad suscipit</a>, <a href="#perferendis" title="A perferendis">Praesentium sunt</a>, <a href="#quis" title="Quia incidunt">Non impedit</a> |
1041
- | `body` | <h1>Ex rerum</h1><p><code>vero aliquam</code> <strong>Quod voluptas</strong> Inventore sequi sunt magni exercitationem qui sit sapiente. Odio voluptatum unde qui facilis molestiae occaecati optio. Eligendi dolor quas quidem vel nostrum. Quia quis error dolorem quod sequi voluptatem quaerat est.</p><p><code>aut qui</code> Soluta voluptas qui distinctio non voluptatem atque nemo. Laboriosam eum accusantium earum repudiandae quo dignissimos. Culpa molestiae ipsa ut et earum. Distinctio voluptas perferendis sapiente non omnis quos laudantium perspiciatis. <a href="#incidunt" title="Perferendis officia">Vel similique</a></p><p><a href="#deserunt" title="Nemo nam">Sit distinctio</a> <strong>Quia qui</strong> <code>quibusdam et</code></p><table><thead><tr><th>Ab</th><th>Ex</th><th>In</th><th>Nam</th></tr></thead><tbody><tr><td>Voluptatem</td><td>Quia</td><td>Dolore</td><td><a href="#consequatur" title="Beatae iste">Molestias id</a></td></tr></tbody></table><h2>Nihil minima</h2><ol><li>Odit quas consequatur error qui delectus corrupti incidunt dolorum. Voluptas reprehenderit officia veritatis non in velit id.</li><li>Perspiciatis distinctio repellat quaerat id. Et voluptatem veritatis quia sapiente cupiditate rerum.</li></ol><blockquote><p>Sit eveniet dolorum itaque autem rerum numquam soluta officia. Ut sint voluptate est odio iure amet. Ut earum labore dolore ut eos aliquam. Placeat aut eum ut totam odio debitis. Occaecati animi dolores et quia.<br>Nobis delectus sed autem sunt fugiat. Similique praesentium sequi recusandae hic. Illum nesciunt est mollitia consequuntur hic.<br>Quasi sunt dolores consequatur et molestias omnis suscipit. Rerum sed aspernatur iste et. Enim et ab in reiciendis voluptatibus error laudantium nam. Dolorem at et voluptas corrupti occaecati.</p></blockquote><h3>Nihil non</h3><ul><li>Quia esse laborum natus eveniet corrupti rem. Quae est reprehenderit ea repellendus dolores similique aut.</li><li>Est assumenda et in veniam saepe ut. Dolorem eligendi non itaque reiciendis harum error aut voluptas. Unde vitae consequatur aliquam corrupti est.</li><li>Voluptatum beatae occaecati velit consectetur.</li></ul><pre><code> #perferendis h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>In doloremque</h1><p>Sit veritatis libero nihil optio. Occaecati eius assumenda dolores neque facilis. Distinctio ea ullam dolorem at sit. Dolor non necessitatibus itaque ut laborum ea. <em>Culpa hic repellendus dolore sit quis. Ipsum reprehenderit tempore voluptate sunt delectus iure. Temporibus hic sunt excepturi asperiores sit commodi.</em> <strong>Magni voluptatibus</strong></p><p><a href="#esse" title="Molestiae fugiat">Commodi qui</a> <strong>Voluptatem quia</strong> Doloribus autem et sit illo repudiandae aspernatur cupiditate nihil. Amet voluptatum doloribus voluptatem asperiores accusamus maiores animi hic. Maxime pariatur voluptatem voluptas libero culpa et fuga repudiandae. Qui officia deleniti eveniet officiis enim enim.</p><table><thead><tr><th>Illo</th><th>Et</th><th>Dolor</th><th>Odio</th></tr></thead><tbody><tr><td>Maiores</td><td>At</td><td>Sit</td><td><a href="#assumenda" title="Quae eum">Quia qui</a></td></tr><tr><td>Est</td><td>Maiores</td><td>Incidunt</td><td><a href="#laudantium" title="Alias ipsa">Placeat voluptates</a></td></tr><tr><td>Maxime</td><td>Eius</td><td>Nam</td><td><a href="#minima" title="Doloremque id">Ut quis</a></td></tr></tbody></table><h2>Voluptatem quis</h2><ol><li>Quis voluptatem et quidem aperiam. Ut nihil ratione illo dolorem. Corrupti corporis expedita distinctio quos eveniet dolorem illum.</li><li>Deserunt quas dolor sed alias repellat porro consequatur. Est quis aperiam voluptates et quos cupiditate unde. Voluptatibus vitae corrupti dignissimos blanditiis.</li></ol><blockquote><p>Voluptas qui provident qui quis voluptas soluta voluptatem. Rerum et quis voluptas quisquam optio ratione. Voluptas animi sed quas distinctio accusamus tempora aut.<br>Nobis quo rem rerum perspiciatis. Earum cum sit officia architecto et. Aperiam fuga voluptatem ea illum. Porro enim consequatur qui vitae alias.<br>Quisquam ducimus ut qui illum eveniet velit voluptatem. In tenetur molestiae blanditiis rerum. Provident voluptatibus et quasi soluta.</p></blockquote><h3>Quia non</h3><ul><li>Temporibus magnam voluptas optio corrupti animi nisi. Amet nulla odio fugiat aut possimus. Consequatur officiis velit et eum et quia.</li><li>Numquam optio inventore ab maxime eaque et facere sint. Non labore cum placeat necessitatibus aspernatur error magnam enim. Vero ipsam quis est accusamus deserunt.</li><li>Earum odio non vitae qui alias voluptates et sapiente. Iste quis nesciunt vel facilis rem blanditiis.</li></ul><pre><code> #omnis h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Optio aut</h1><p><strong>Fuga ut</strong> <code>dolor sed</code> <em>Quod qui adipisci velit fugit nihil unde. A quae est ullam dolor eum corrupti fugiat. Ea earum enim voluptatem ratione eum molestiae.</em></p><p>Nemo dolorum voluptates qui omnis. Est hic dolorum voluptate eum velit. Recusandae cum maiores velit quas ut architecto et. Rerum quisquam consectetur animi sunt saepe officiis suscipit perferendis. Esse rem quasi itaque nihil consequuntur minima. <strong>Minus rem</strong> Nostrum modi reiciendis expedita pariatur. Ut ab voluptatem voluptatem non dolorum aut quos ut. Cupiditate ab commodi esse consectetur reprehenderit est qui et. Enim aut suscipit autem maxime non sunt.</p><table><thead><tr><th>Cum</th><th>Sint</th><th>Possimus</th><th>Suscipit</th></tr></thead><tbody></tbody></table><h2>Quo unde</h2><ol><li>Et quia sunt quae sint ab dicta sed. Omnis libero nisi doloremque a vel mollitia enim sed.</li><li>Reiciendis animi modi aliquam reprehenderit sunt optio.</li><li>Sed dolor soluta rerum consequuntur cumque excepturi. Qui rem asperiores sint nesciunt. Nobis incidunt quia qui et.</li></ol><blockquote><p>Doloribus id atque unde error aliquid. Tempora ullam repellat maiores inventore fugiat. Est culpa doloremque aperiam adipisci. Nostrum neque occaecati est minus enim facere.<br>Ut dolor est eum nihil sed ut itaque. Qui aut placeat consequatur dolorum eum aspernatur. Rerum eum quaerat autem omnis. Quisquam quidem sequi vero quo. Aut consequuntur quia aut ea.<br>Aut quia amet voluptatem occaecati assumenda nisi. Quo officiis velit omnis corrupti perferendis accusantium quia. Pariatur quo eveniet adipisci sunt qui. Sit expedita tempore culpa iste necessitatibus quidem. Quia et labore molestiae quis eveniet et.</p></blockquote><h3>Provident amet</h3><ul><li>Et repudiandae ex maiores et est quia. Deserunt consectetur sed officiis vero qui non temporibus.</li></ul><pre><code> #debitis h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
1042
- | `dl` | <dl><dt>Maxime</dt><dd>Doloremque quis et et reiciendis molestiae sit. Tempore voluptatum nemo qui doloribus est veniam at nihil. Sapiente aperiam exercitationem adipisci perferendis est. Qui et eaque nam quo.</dd><dt>Aut</dt><dd>Aperiam in excepturi qui ut ea unde. Harum sapiente rerum neque similique quae aut. Consequatur optio sed vel similique.</dd></dl>, <dl><dt>Incidunt</dt><dd>Omnis corrupti dolores laudantium velit aut voluptates. Enim beatae explicabo sed placeat eos. Est impedit est quae et. Velit quo sit aperiam nisi vero quo corrupti.</dd><dt>Nobis</dt><dd>Blanditiis culpa optio id harum autem nihil non dolor. Laudantium maiores aut suscipit laboriosam ea praesentium sequi in. Ducimus quam inventore et dicta rerum minima consectetur. Corporis quia voluptatem mollitia molestias.</dd></dl>, <dl><dt>Enim</dt><dd>Voluptas est unde magni soluta ducimus quo aut ullam. Consequatur eos asperiores doloribus quisquam ea possimus facere accusantium. Hic nihil tempora earum neque quis quidem inventore. Ut aliquid laborum tempora repudiandae et.</dd><dt>Omnis</dt><dd>Voluptatem cupiditate tempore voluptate dolorem pariatur ex et corrupti. Commodi quia omnis minima nam incidunt consequuntur voluptatibus harum.</dd></dl> |
1043
- | `fancy_string` | <code>commodi quisquam</code> <em>Non voluptates necessitatibus vitae ratione. Natus eius quis dolorum voluptatum sunt eos molestiae dolores. Fuga dolor ipsum voluptates aliquid est occaecati incidunt nisi.</em> Et nam qui molestias asperiores error dolorem libero modi. Explicabo harum et aut soluta. Est velit natus quae perspiciatis eveniet non. Aliquam magnam itaque unde dolores eligendi delectus omnis. Molestiae tempora vitae aspernatur laudantium sed., <a href="#voluptas" title="Vero aut">Dolorum voluptate</a> <code>perspiciatis praesentium</code> <strong>Ad sit</strong>, <code>vitae enim</code> Accusamus qui blanditiis non ut et laudantium molestiae rerum. Eum laudantium autem velit dolores sit pariatur aliquid. Consequatur sed rerum eveniet distinctio odio veniam doloribus quia. Molestias tempore voluptas deserunt magni. Eos vel minus reiciendis qui. <a href="#saepe" title="Ut dolorem">Consequatur aliquam</a> |
1044
- | `ol_long` | <ol><li>Voluptatem enim corrupti expedita autem ea. Voluptatem temporibus sit aliquid ut odio cum.</li><li>Iusto soluta dolor in corrupti commodi esse earum. Officiis magnam illo reiciendis earum. Hic maiores veritatis sint recusandae ut officia. Enim cumque consequatur commodi qui.</li><li>Aut quisquam magni cumque qui nobis repellendus. Officia esse quasi itaque nobis quisquam. Pariatur earum et quaerat quo reprehenderit. Accusamus beatae dolores iure corporis esse.</li></ol>, <ol><li>Qui totam tenetur ex fugit. Et quasi minima et suscipit corrupti. Non dolor placeat voluptas delectus sequi facilis. Est ea repellat et reprehenderit.</li><li>Aut explicabo est qui est aliquam iusto. Quia non natus magni voluptatum nihil sed. Delectus quidem ducimus sit corporis est sequi quaerat.</li><li>In officiis omnis qui et corrupti magni. Voluptatem repellendus quia laboriosam culpa error maxime.</li></ol>, <ol><li>Aspernatur molestias consectetur omnis et voluptatem voluptatem modi. Unde quae earum pariatur corrupti saepe repellat. Et id perferendis ea qui. Debitis iusto delectus sed repellendus cupiditate velit eaque consequuntur.</li><li>Magni temporibus impedit nisi repellat maiores. Quia quae itaque sit eum eligendi distinctio. Voluptas voluptatem neque dolor sapiente architecto eaque natus. Et reprehenderit sit eos molestiae corrupti.</li><li>Repellendus suscipit totam exercitationem corporis architecto. Sit explicabo et animi aliquid id iusto.</li></ol> |
1045
- | `ol_short` | <ol><li>Aut dignissimos molestiae aut ut.</li><li>Fugiat accusamus perferendis nam at quia corrupti.</li><li>Error ullam aut voluptatum.</li></ol>, <ol><li>Nostrum impedit alias aut maxime architecto fugiat.</li><li>Temporibus blanditiis voluptates ipsum cum.</li><li>Eos labore dolor sequi praesentium repellendus.</li></ol>, <ol><li>Et est tempore non ut velit mollitia.</li><li>Voluptatem nobis dolores quod.</li><li>Hic molestiae at animi ipsam quia.</li></ol> |
1046
- | `p` | <p>Hic et debitis quia quae. Delectus repellat eius quidem non. Perferendis explicabo laudantium adipisci molestias.</p>, <p>Aliquid quisquam molestias ipsa quod excepturi beatae quidem maiores. Voluptatibus cum qui nesciunt facere. Repellat et corporis sunt impedit consequuntur distinctio. Sed doloremque quisquam dolores voluptatem. Nostrum quo eos consectetur saepe.</p>, <p>Nam voluptate aut ducimus temporibus aperiam ut dolorem id. Ut qui sit unde quasi nesciunt voluptas debitis. Vel aut repellat excepturi autem dignissimos exercitationem qui ut. Recusandae dolore quod aliquam sit voluptas quo. Sit rerum dolorum facilis laborum minima asperiores dicta earum.</p> |
1047
- | `table` | <table><thead><tr><th>Sit</th><th>Tenetur</th><th>Repellendus</th><th>Magni</th></tr></thead><tbody><tr><td>Dolor</td><td>Repudiandae</td><td>Impedit</td><td><a href="#natus" title="Aut error">Rerum ullam</a></td></tr><tr><td>Accusamus</td><td>Iure</td><td>Iure</td><td><a href="#nobis" title="A soluta">Quis non</a></td></tr><tr><td>Cupiditate</td><td>Aliquam</td><td>At</td><td><a href="#non" title="Sapiente magni">Nihil ut</a></td></tr></tbody></table>, <table><thead><tr><th>Est</th><th>Deleniti</th><th>Occaecati</th><th>Voluptatem</th></tr></thead><tbody><tr><td>Quas</td><td>Sint</td><td>Autem</td><td><a href="#iste" title="Commodi expedita">Voluptas eveniet</a></td></tr><tr><td>Assumenda</td><td>Optio</td><td>Dolorem</td><td><a href="#alias" title="Et corrupti">Magnam nam</a></td></tr><tr><td>Et</td><td>Mollitia</td><td>Unde</td><td><a href="#consequatur" title="Enim sint">Aut et</a></td></tr></tbody></table>, <table><thead><tr><th>Exercitationem</th><th>Alias</th><th>Voluptatem</th><th>Aperiam</th></tr></thead><tbody><tr><td>Dolor</td><td>Eos</td><td>Laborum</td><td><a href="#laborum" title="Voluptas dolorem">Tenetur eaque</a></td></tr><tr><td>Itaque</td><td>Asperiores</td><td>At</td><td><a href="#omnis" title="Id qui">Maiores saepe</a></td></tr><tr><td>Illo</td><td>Officiis</td><td>Et</td><td><a href="#exercitationem" title="Odit sunt">Exercitationem magnam</a></td></tr></tbody></table> |
1048
- | `ul_links` | <ul><li><a href="#occaecati" title="Similique">Blanditiis</a></li><li><a href="#eum" title="Eos">Iusto</a></li><li><a href="#voluptatem" title="Qui">Nostrum</a></li></ul>, <ul><li><a href="#ducimus" title="Fugiat">Sunt</a></li><li><a href="#et" title="Fuga">Et</a></li><li><a href="#odio" title="Sapiente">Nostrum</a></li></ul>, <ul><li><a href="#animi" title="Quam">Harum</a></li><li><a href="#animi" title="Nihil">Dolores</a></li><li><a href="#qui" title="Alias">Distinctio</a></li></ul> |
1049
- | `ul_long` | <ul><li>Numquam molestias odio est minus. Fugiat et nesciunt et sed tempore sed. Tenetur possimus velit corporis fugiat sequi aperiam iste.</li><li>Unde quo aspernatur aut ipsam voluptas nam. Aspernatur aut cumque hic consequatur et labore.</li><li>Incidunt accusamus facere porro ut ipsum. Commodi quis itaque consequatur nostrum voluptas est cumque natus.</li></ul>, <ul><li>Nostrum dolores ipsa ut eos dolorem quibusdam officia suscipit. Aut fuga doloremque consectetur et. Beatae architecto sit nihil quis sapiente ipsa consequuntur. Laborum itaque laboriosam aut facilis fuga.</li><li>Delectus accusamus dolorem doloribus dolore sapiente porro voluptates corrupti. Commodi molestias iste est eum quisquam quia.</li><li>Accusamus minus consequatur delectus excepturi saepe possimus cupiditate. Quis dolores dicta et possimus. Sit nesciunt ullam aut quod ut voluptatem temporibus beatae.</li></ul>, <ul><li>Quia odio est quis aperiam consequatur vitae. Enim qui voluptatem alias quia. Sit unde aut voluptatem dignissimos reprehenderit et iste. Nihil et quibusdam consequatur a vel harum dolorem.</li><li>Non fuga et blanditiis enim. Unde eum minima voluptatem quos labore.</li><li>Nam ipsum ex nobis ab vero deserunt. Modi quidem omnis est pariatur ipsa quia. Velit dolores magnam voluptas ut autem corporis.</li></ul> |
1050
- | `ul_short` | <ul><li>Qui adipisci voluptate aut dolorum praesentium.</li><li>Aspernatur est aut omnis ea et ducimus.</li><li>Repellat quia sed magni.</li></ul>, <ul><li>Dolor reiciendis ut.</li><li>Suscipit esse sapiente ut labore.</li><li>Rem est esse.</li></ul>, <ul><li>Corporis unde omnis excepturi eum architecto dolor.</li><li>Odit omnis vitae beatae sit minus sapiente.</li><li>Hic dolorem doloremque quia.</li></ul> |
1049
+ | `a` | <a href="#minima" title="Dolorem accusamus">Et maiores</a>, <a href="#non" title="Tempora natus">Sit qui</a>, <a href="#nihil" title="Sapiente numquam">Est placeat</a> |
1050
+ | `body` | <h1>Odio incidunt</h1><p>Sequi omnis nobis minima eum consequatur voluptas. Ipsa et quisquam perferendis dolorum aut. Similique culpa omnis aliquam est. Est ipsum voluptatem deleniti nulla aspernatur. <strong>Hic est</strong> Molestiae nihil porro rerum et rerum quo quia sed. Corporis fuga dolorem et labore dolores. Accusamus laboriosam vero dolorem voluptate.</p><p>In quos non dolor sed at itaque qui doloremque. Aut nihil qui laboriosam dicta blanditiis minima. Ab et eaque ut qui voluptas consequuntur molestiae molestias. Accusantium quae dolores quo est nihil reprehenderit quidem. Sunt laudantium possimus sit minus aliquid ut. Ipsum sequi quos et rem eius. Amet aliquid explicabo ex quia et laborum. Dolore eligendi delectus consequatur ducimus. Doloremque voluptatem est esse a. <strong>Consectetur at</strong></p><p>Ipsum distinctio et quo quaerat et rerum eum earum. Rerum nesciunt sequi est quaerat aliquid atque. Maxime a nam doloribus voluptatem. <code>illum unde</code> <strong>Iste cupiditate</strong></p><table><thead><tr><th>Reiciendis</th><th>Velit</th><th>Qui</th><th>Velit</th></tr></thead><tbody><tr><td>Quam</td><td>Dolorem</td><td>Incidunt</td><td><a href="#laboriosam" title="Sint perferendis">Maiores quibusdam</a></td></tr></tbody></table><h2>Accusantium porro</h2><ol><li>Ullam similique at natus quisquam deleniti tempora. Omnis culpa neque enim alias doloremque reprehenderit enim excepturi. Quidem sit vel velit doloremque laudantium nihil ipsa in.</li><li>Accusamus aperiam molestias asperiores ut deserunt quo. Minus maiores tempora soluta omnis perferendis.</li></ol><blockquote><p>Laudantium ut distinctio eum quis nulla rerum. Voluptas non sunt omnis officiis. Omnis quam quo et voluptates provident laudantium est.<br>Impedit sint corrupti similique ratione numquam quis est voluptatum. Asperiores perspiciatis dolor qui sunt. Vitae blanditiis voluptatem earum hic est sint commodi. Architecto ipsum totam perferendis accusamus velit aut aperiam et.<br>Animi illo id ipsam tempora ipsa. Quas blanditiis repudiandae qui impedit nemo cumque. In aliquid quia quidem nihil veniam quod debitis.</p></blockquote><h3>Necessitatibus enim</h3><ul><li>Ipsum natus illum blanditiis nesciunt provident necessitatibus laborum modi. Quis eum ex placeat voluptas. Aut architecto repudiandae perferendis est.</li><li>Assumenda consectetur impedit aspernatur sed cum delectus debitis in.</li></ul><pre><code> #alias h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Neque non</h1><p>Alias qui repellendus laboriosam explicabo recusandae reiciendis est soluta. Vel facilis voluptatum autem non omnis consequuntur neque. Molestias nam porro eveniet natus fugiat. Et maxime molestiae architecto voluptas eveniet. <code>voluptate nostrum</code> <strong>Ut et</strong></p><p><a href="#in" title="Expedita molestiae">Ex ducimus</a> <em>Eos temporibus earum et iure amet deserunt hic quis. Architecto vel pariatur explicabo voluptas et maiores similique earum. Tempora quo debitis beatae ut deleniti dolorum eos.</em> Vero placeat optio qui ea atque aut. Aspernatur voluptas repellat dolore aliquam nisi at. Pariatur nobis eum hic excepturi ut nulla quia in. Voluptates sed dolor laborum doloribus repellat omnis. Necessitatibus quaerat qui eum aut.</p><table><thead><tr><th>Occaecati</th><th>Placeat</th><th>Ullam</th><th>Provident</th></tr></thead><tbody></tbody></table><h2>Aliquid voluptatibus</h2><ol><li>Harum eius alias eaque minima reprehenderit odio aspernatur.</li></ol><blockquote><p>Ut occaecati tenetur aliquam consequuntur iure. Vero quo doloribus eos commodi a. Aut et voluptatum quam sit atque rerum qui. Et qui nobis neque doloremque sint sit. Hic perferendis vitae distinctio et et dignissimos.<br>Nesciunt fuga quis eaque placeat ab reiciendis et. Perferendis fugiat rerum animi qui est optio voluptatibus et. Consequatur tempore quas corporis est dicta voluptas aliquam sunt. Omnis excepturi perspiciatis accusantium ea.<br>Assumenda magni quibusdam qui illum neque aut hic. Earum in omnis eos necessitatibus maxime. Fugit aliquam molestiae ex nisi consequuntur aut sit reiciendis. Quaerat omnis non est aliquid.</p></blockquote><h3>Explicabo velit</h3><ul></ul><pre><code> #delectus h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Autem voluptatem</h1><table><thead><tr><th>Aut</th><th>Eaque</th><th>Ullam</th><th>Ipsam</th></tr></thead><tbody><tr><td>Ut</td><td>Natus</td><td>Nobis</td><td><a href="#quo" title="Et aut">Illo nihil</a></td></tr></tbody></table><h2>Voluptatem omnis</h2><ol><li>Nostrum in veniam debitis tenetur a veritatis tempora et. Laboriosam et magnam commodi inventore id beatae aliquam maiores. Rem impedit laboriosam ipsa nam est.</li><li>Unde perferendis consequatur iure dolorem voluptas et illum. Quis officiis expedita odio totam occaecati non illum. Sit rerum eum ullam iure corporis maxime enim velit.</li><li>Dicta dolores aut provident iure perspiciatis.</li></ol><blockquote><p>Illo sapiente omnis nihil necessitatibus et eveniet sint aut. Quasi enim qui sunt ut iste. Id nemo blanditiis dolores enim omnis quia hic delectus. Dolores necessitatibus sunt quod nesciunt in excepturi officia ullam. Provident quasi expedita qui illum nesciunt velit blanditiis ab.<br>Aut inventore magnam at et. Sequi et expedita exercitationem voluptatem quasi. Inventore quisquam et qui repudiandae.<br>Consequuntur necessitatibus eos debitis modi reiciendis qui vel hic. Dolorum expedita inventore consequatur numquam. Rerum quaerat ut tempore tempora molestiae voluptatem. Cum et dolore fugiat accusantium assumenda.</p></blockquote><h3>Tempore dicta</h3><ul></ul><pre><code> #voluptatem h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
1051
+ | `dl` | <dl><dt>Quia</dt><dd>Recusandae occaecati est temporibus doloremque. Harum nihil ex voluptatem perspiciatis et. Ipsam ipsum dolorum distinctio nisi id. Deserunt illum tempore sint expedita necessitatibus aut quo.</dd><dt>Ducimus</dt><dd>Incidunt aliquam eos placeat quasi maiores consequatur. Veritatis et debitis temporibus fuga inventore voluptatem. Explicabo molestias velit odit sed quod ea dolorem consequatur. Dicta quis maiores reprehenderit repudiandae qui non.</dd></dl>, <dl><dt>Et</dt><dd>Cupiditate repellendus eligendi veniam dolorem. Dolorum est et voluptas accusamus.</dd><dt>Veniam</dt><dd>Error voluptas eaque repellendus veniam. Rerum praesentium enim laudantium eligendi architecto nostrum ex expedita. Fugiat sint cum ut iste amet itaque. Quisquam assumenda delectus et molestiae.</dd></dl>, <dl><dt>Magnam</dt><dd>Totam nam autem rem id numquam iste libero. Et autem quod consequatur soluta quaerat assumenda nemo. Autem ratione iste consequatur impedit omnis nihil odit.</dd><dt>Recusandae</dt><dd>Magnam ea perspiciatis consequatur aut vel voluptatem. Voluptatem et excepturi omnis beatae corrupti.</dd></dl> |
1052
+ | `fancy_string` | <strong>Id fugit</strong> <code>eum aspernatur</code> Ut accusamus aliquid sequi eum sit eveniet. Harum dolor cum quo consequatur ab quos. Sequi commodi recusandae dolor nisi unde vel et. Quos suscipit iure magnam natus voluptas et. Dolor temporibus a modi placeat voluptas adipisci quo nulla., Distinctio quam aut id laudantium impedit. A fugiat qui officia cumque voluptatem qui ut. Laborum optio numquam est repellendus id officiis quo. <em>Fuga pariatur ut debitis aut enim cumque. Mollitia nemo quae nisi cupiditate asperiores debitis omnis. At quia earum temporibus deserunt aut. Laudantium voluptatum ipsa porro est. Quo deserunt et cumque repudiandae ut atque minus illo.</em> <strong>Ut reiciendis</strong>, Nam laboriosam corporis reiciendis quod soluta ipsum quis suscipit. Sunt harum repellat doloribus quos consequatur. At iste nostrum dolores dolor aut. Qui ut ipsa quia voluptatibus. Rerum alias officia corrupti nobis est sit quae. <a href="#cum" title="Rerum rem">Aliquid eaque</a> Nihil laboriosam deleniti ut corporis perspiciatis voluptatem ab. Quam qui sequi quibusdam et. Est blanditiis aut eos error non accusamus aut. Consequatur id perspiciatis magnam voluptatum. |
1053
+ | `ol_long` | <ol><li>Sit minus ducimus nulla illo eaque unde. Temporibus et error maxime ut.</li><li>Aut pariatur aspernatur sed ut dolores quae. Laudantium natus aliquid eveniet sunt nostrum porro non soluta.</li><li>Modi debitis blanditiis quidem temporibus voluptatem. Eligendi voluptate itaque commodi dolor. Sit temporibus explicabo quibusdam qui vitae est magnam aperiam. Et rerum quis deleniti sit doloribus corrupti blanditiis sapiente.</li></ol>, <ol><li>Amet atque ipsa est soluta blanditiis earum. Eum voluptas qui dolor consequatur. Ducimus praesentium iure quo quod dolor. Dicta impedit id voluptate est.</li><li>Perspiciatis voluptas non dignissimos itaque debitis a. Libero sed sit corrupti ad. Consequatur perferendis nisi id excepturi quis. Delectus architecto qui aut fugit sit.</li><li>Iure quidem qui reiciendis vel dignissimos accusantium consectetur nulla. Est similique saepe id optio ab. Eaque totam illo hic temporibus nemo. Nemo vel recusandae qui odit adipisci eos.</li></ol>, <ol><li>Et velit possimus illum ipsum. Aliquam voluptas rem dignissimos voluptatem fugiat temporibus dolorum.</li><li>Vel ipsum nulla sunt aperiam ad quas voluptatum. Quibusdam nisi quia doloribus quis odio id cupiditate. At in et et quia doloremque sunt. Consequatur et qui sit eligendi voluptas iste nulla illum.</li><li>Omnis voluptate magnam quia illo ea voluptates. Omnis optio libero nisi incidunt cupiditate deleniti velit amet. Atque quia nostrum autem illo. Cum repellendus perspiciatis optio ut saepe eius consequatur in.</li></ol> |
1054
+ | `ol_short` | <ol><li>Ad impedit autem ut.</li><li>Corporis necessitatibus a quibusdam.</li><li>Magni facere at voluptatum et qui.</li></ol>, <ol><li>Illo qui aut distinctio alias aut voluptates.</li><li>Ut praesentium molestias voluptatem autem dolorem a.</li><li>Quia quam autem ex voluptatem qui explicabo.</li></ol>, <ol><li>Fugit veniam commodi rem autem necessitatibus.</li><li>Debitis amet quia dolore et consequuntur.</li><li>Quia consectetur placeat.</li></ol> |
1055
+ | `p` | <p>Sapiente vel debitis facilis assumenda ratione repellat minima. Quia et neque non doloremque id velit sint incidunt. Dolore et pariatur exercitationem aliquid voluptas quod. Mollitia rerum sit voluptatem non qui ipsum cupiditate nostrum. Vitae nihil soluta vel exercitationem molestias aliquid quo.</p>, <p>Qui dolore veniam excepturi natus omnis et expedita. Repellendus doloribus rerum ullam voluptas et. Fuga dolorem quis dolorem et aut voluptas nemo.</p>, <p>Asperiores deleniti corrupti ut ipsa enim iusto pariatur iure. Incidunt animi aliquid ut excepturi eaque. Temporibus aut laboriosam sint qui non magnam neque. Magni amet laboriosam fuga sapiente commodi aut.</p> |
1056
+ | `table` | <table><thead><tr><th>Nulla</th><th>Provident</th><th>Autem</th><th>Distinctio</th></tr></thead><tbody><tr><td>Fuga</td><td>Aut</td><td>Inventore</td><td><a href="#ut" title="A voluptatibus">Porro accusantium</a></td></tr><tr><td>Qui</td><td>Est</td><td>Fugit</td><td><a href="#rerum" title="Odio sed">Nihil aut</a></td></tr><tr><td>Provident</td><td>Aut</td><td>Ut</td><td><a href="#adipisci" title="Ut aut">Provident voluptatem</a></td></tr></tbody></table>, <table><thead><tr><th>Laudantium</th><th>Eos</th><th>Consequatur</th><th>Et</th></tr></thead><tbody><tr><td>Quas</td><td>Commodi</td><td>Quisquam</td><td><a href="#ipsam" title="Dolor voluptate">Magni quasi</a></td></tr><tr><td>Aut</td><td>Et</td><td>Quos</td><td><a href="#occaecati" title="Quibusdam possimus">Commodi voluptas</a></td></tr><tr><td>Quibusdam</td><td>Optio</td><td>Qui</td><td><a href="#quidem" title="Dolorum accusantium">Ut repellat</a></td></tr></tbody></table>, <table><thead><tr><th>Veritatis</th><th>Id</th><th>Autem</th><th>Exercitationem</th></tr></thead><tbody><tr><td>Nostrum</td><td>Corrupti</td><td>Quidem</td><td><a href="#molestiae" title="Perferendis ipsa">Enim voluptatem</a></td></tr><tr><td>Omnis</td><td>Aliquid</td><td>Illo</td><td><a href="#veniam" title="Dolores et">Sit ab</a></td></tr><tr><td>Sunt</td><td>Saepe</td><td>Et</td><td><a href="#sapiente" title="Recusandae aut">Illo unde</a></td></tr></tbody></table> |
1057
+ | `ul_links` | <ul><li><a href="#culpa" title="Esse">Eveniet</a></li><li><a href="#expedita" title="Qui">Sequi</a></li><li><a href="#aut" title="Id">Repellat</a></li></ul>, <ul><li><a href="#quia" title="Itaque">Qui</a></li><li><a href="#incidunt" title="Omnis">Ea</a></li><li><a href="#est" title="Iste">Voluptas</a></li></ul>, <ul><li><a href="#officiis" title="Unde">Voluptas</a></li><li><a href="#dolore" title="Sit">Natus</a></li><li><a href="#consequatur" title="Corporis">Deserunt</a></li></ul> |
1058
+ | `ul_long` | <ul><li>Voluptatum sunt in hic veniam et minima modi est. Natus placeat qui et quibusdam quaerat cum. Dolores omnis sunt vel aperiam.</li><li>Incidunt dignissimos enim optio id tempora iste. Autem praesentium sint et dicta dolor non.</li><li>Vero sunt deleniti nostrum accusamus. Magni odit id perferendis repudiandae qui praesentium et. Impedit voluptates omnis autem exercitationem aut iste. Dicta aliquid eum quia est modi.</li></ul>, <ul><li>Sed odio dolorem et esse id. Molestiae totam quia eos placeat magnam quidem occaecati dolorem.</li><li>Atque maiores voluptas totam est velit. Nisi impedit eius neque esse quidem. Et perspiciatis repudiandae sed unde est eligendi sunt fuga.</li><li>Et labore velit placeat aliquid. Maxime dolore sed qui placeat qui dolorem.</li></ul>, <ul><li>Numquam recusandae et vero officia non porro qui expedita. Aspernatur animi reprehenderit hic perferendis vero aperiam.</li><li>Dolor ullam cupiditate facere commodi qui non. Non in omnis dolorem velit est ipsam unde.</li><li>Qui consequatur porro voluptatem at. Qui id sint commodi ut facere modi consequatur.</li></ul> |
1059
+ | `ul_short` | <ul><li>Culpa autem qui et voluptas.</li><li>Temporibus ipsum voluptatum.</li><li>Velit praesentium veniam dolor.</li></ul>, <ul><li>Id molestiae velit et quo.</li><li>Vitae ut deleniti placeat.</li><li>Rerum sed recusandae aut aliquid saepe laborum.</li></ul>, <ul><li>Laudantium et reprehenderit libero consequatur sequi assumenda.</li><li>Id et inventore nesciunt consequatur.</li><li>Qui vitae blanditiis in eos aut qui.</li></ul> |
1051
1060
 
1052
1061
  ## FFaker::HealthcareIpsum
1053
1062
 
1054
1063
  | Method | Example |
1055
1064
  | ------ | ------- |
1056
- | `characters` | bzmklxur843drij8ax92wiru8v5at26qnzqempqg0zyc6bxb81ml322g3jszxm8g9ul8ijf7myabywsc5axw1hukolsbx5f1a2a7d7tt6bja2o34q8hlgkup5nq847ep33sizic87q7wi7p0lrp5uh4ky8ecv5bs9q04esv5a85jk3uwtacpt3lmgqqthuqkrzbr9by18ftkyk9drj6u7fehw4n357duh3vtpnbl5fnbn53zfxlcn2jr78ll693, prbv4y986m8y4oaw6pxqfv2ovhugqyxwszuxms91sc3pqc98mchqeuu4jmlu6ngqfd7qv3tffpm3ushsbe02pnejloa2ey3bcnim7ix66euuvl8wjln01jlkpv3fi2i8zxx2k4xn5r4u9dmocze1qtcq8r8475fa0brxr6asb14lsus16vy7tem53i15isula00uplitl2wlpx2uo3ie79as6p44d6x2tqs5alj1hmg6vpfiq61g44jm9kkogd6, 9tfv0544l6nnh0u4q7gx7zvh5lpukgjbi5c5isp8ul5wthdgi4qtw4t09cudls9jekpc27vq7xlbzitwahdf5nsemefo8guox1sx4e45fpzf3fn1eakyym4fm47f7vhm9qqzfatsg4atx8kkl3k7he01je3rz55a6j1ri9bk1bdr0pj1jdze4l5f4qmd876oql11wrsgqye0p0c2daa20g8805wri02n4iq4z5t745rg70wn7xu4qcprip4vess |
1057
- | `paragraph` | Assignment of benefits medically necessary designated facility referral pre-admission testing credentialing network provider rider. Creditable coverage fee schedule short-term medical insurance IPA current procedural terminology. Evidence of insurability managed care qualifying event administrative services only exclusion period SIC IPA renewal. Eligible expenses portability flexible spending account eligible dependent medigap master policy accredited creditable coverage. Gatekeeper guaranteed issue state-mandated benefits explanation of benefits major medical pregnancy care deductible., Care plan self-insured HIPAA premium HCFA Common Procedure Coding System rider independent practice associations. R&c charge pre-authorization third-party payer rider case manager beneficiary. Renewal beneficiary EOB DRG custodial care incurral date national committee for quality assurance limited policy any willing provider laws. Centers of excellence high deductible health plan out-of-network credentialing impaired risk pre-certification benefit cap formulary., Eob morbidity out-of-plan inpatient care referral independent practice associations assignment of benefits policy year. Claim covered benefit participating provider current procedural terminology medicare insured HDHP medical savings account diagnostic related group. Hcpcs short-term medical insurance hospital care network FSA indemnity health plan formulary. Cobra health reimbursement arrangement HRA state insurance department concurrent review. |
1058
- | `paragraphs` | Medical necessity exclusions and limitations PCP pre-authorization independent practice associations. Policy year benefit cap clinical practice guidelines current procedural terminology incurral date. State insurance department HDHP cost sharing HCPCS HEDIS NAIC limited policy case manager. Medicaid cost sharing policy year major medical health savings account grievance PCP. Accredited attachment pre-admission review accreditation HCPCS high deductible health plan case management gatekeeper., Ipa fee schedule medicaid free-look period NCQA. Ncqa co-insurance diagnostic related group rider renewal. Explanation of benefits enrollee eligible expenses EAPs skilled nursing facility grievance employee assistance programs COB. National drug code benefit cap beneficiary prior authorization HRA usual and customary charge. Creditable coverage coordination of benefits accreditation qualifying event free-look period admitting privileges well-baby care., Independent practice associations ASO medigap admitting privileges second surgical opinion certificate of coverage pregnancy care health insurance portability & accountability act critical access hospital. Naic certificate of coverage critical access hospital case manager rider cost sharing health insurance portability & accountability act insured flexible spending account. Out-of-network primary care physician first dollar coverage evidence of insurability benefit SIC disenroll., Clinical practice guidelines R&C charge rider eligible expenses network provider. Board certified utilization review open enrollment HCFA Common Procedure Coding System international classification of diseases, 9th revision, clinical modification icd-9-cm NAIC health reimbursement arrangement state insurance department. Denial of claim exclusions and limitations pre-existing condition network provider deductible carry over credit certificate of coverage policy HMO premium., Centers of excellence standard industrial classification permanent insurance certificate of coverage urgent care HIPAA HCFA Common Procedure Coding System qualifying event referral. Ipa attachment primary care physician pre-certification provider DRG. Ndc self-insured HRA fee-for-service guaranteed issue MSA participating provider., Drg creditable coverage coordination of benefits grievance medical necessity critical access hospital. Board certified pre-admission testing designated facility medicaid exclusion period special benefit networks. Qualifying event accreditation custodial care SIC HMO HEDIS. Certificate of coverage capitation pre-certification medical necessity appeal., Appeal NDC covered charges/expenses flexible benefit plan evidence of insurability. Co-payment FSA disenroll gatekeeper policy year medically necessary current procedural terminology CPT formulary. Pre-admission review HCFA Common Procedure Coding System premium deductible medicaid consolidated omnibus budget reconciliation act. Pre-admission review critical access hospital high deductible health plan HIPAA covered benefit preferred provider organization episode of care. Ppo lifetime maximum special benefit networks health reimbursement arrangement national committee for quality assurance NAIC capitation inpatient care., Indemnity health plan deductible MSA DRG medically necessary inpatient care medicare lifetime maximum dependent. Ndc admitting physician any willing provider laws first dollar coverage medicaid health maintenance organization concurrent review state-mandated benefits lifetime maximum. Hcfa common procedure coding system second surgical opinion utilization review inpatient care health maintenance organization reasonable and customary workers compensation. Covered charges/expenses NCQA usual and customary charge capitation reasonable and customary special benefit networks qualifying event., Denial of claim fee schedule certificate of coverage third-party payer policy year covered charges/expenses utilization review. Risk health savings account health insurance portability & accountability act pre-authorization EAPs. Schedule of benefits and exclusions explanation of benefits claim fee schedule defensive medicine. Certificate of coverage gatekeeper coordination of benefits benefit cap rider CPT. Deductible major medical portability HCPCS formulary. |
1059
- | `phrase` | Impaired risk exclusions and limitations DRG discharge planning health insurance portability & accountability act primary care physician gatekeeper HMO., Co-payment second surgical opinion DRG hospice care international classification of diseases, 9th revision, clinical modification icd-9-cm evidence of insurability denial of claim board certified., Defensive medicine PPO medical savings account flexible spending account premium creditable coverage accredited. |
1060
- | `phrases` | Wellness office visit well-baby care lapse medicare medical necessity., Medicaid out-of-network free-look period open enrollment PCP PPO consolidated omnibus budget reconciliation act administrative services only., Nonrenewable hospital-surgical coverage explanation of benefits dependent policy year., Lifetime maximum attachment broker medicare supplement open enrollment accredited., Claim covered person wellness office visit general agent guaranteed issue., Pre-certification EOB effective date guaranteed issue international classification of diseases, 9th revision, clinical modification icd-9-cm pre-authorization., Hedis COB concurrent review state insurance department SIC ancillary services co-payment., Workers compensation standard industrial classification self-insured medically necessary medicaid agent of record., Full-time student out-of-plan home health care medicaid group health plan. |
1061
- | `sentence` | First dollar coverage standard industrial classification PPO co-insurance effective date pregnancy care., Board certified benefit incurral date covered benefit health maintenance organization primary care physician permanent insurance., Network workers compensation international classification of diseases, 9th revision, clinical modification icd-9-cm cost sharing skilled nursing facility provider DRG. |
1062
- | `sentences` | Portability policy underwriting defensive medicine out-of-network., Case manager EAPs dependent HRA master policy open enrollment indemnity health plan administrative services only referral., Self administered grievance wellness office visit provider medicare well-baby care agent of record medical necessity., Claim case manager wellness office visit fee schedule well-baby care covered person agent of record nonrenewable., National committee for quality assurance lapse staff model discharge planning COB out-of-plan independent practice associations., Policyholder health insurance portability & accountability act urgent care coordination of benefits NDC coordinated care IPA stop-loss provisions disenroll., Master policy misrepresentation effective date care plan medical necessity ASO HSA eligible expenses standard industrial classification., Special benefit networks underwriting CPT health care provider NCQA schedule of benefits and exclusions accredited., Indemnity health plan medicaid preferred provider organization state-mandated benefits third-party payer medicare supplement health employer data and information set referral well-baby care. |
1063
- | `word` | high deductible health plan, usual and customary charge, MSA |
1064
- | `words` | noncancellable policy, skilled nursing facility, agent of record, contract year, free-look period, lifetime maximum, care plan, covered benefit, lifetime maximum |
1065
+ | `characters` | 9owrzi6ya3i2iqzui2iz85p172t9cl6lw7pobcrwchutndkxl4knrapi5yojbh1q36icch4myqt52shbz5wkdr1trelmyeqlnuhmmvtzcs6qxsrrirf3firq27snbmzk2obvgezqbo8u3o1uawvla26szbeukaamu632uioaq59h8opak737s1dhbq5txu9lbltijiqes1nn2omzxrv1glgkr3ihwnufmz9t1dw73ojemcl89rjm5uh6xf7mvga, 7v9l5h7lf9197r39cs8efy5muusid8tq1x6ic2srxy0osfqpmrycfk1hr75r4564qlysa7gb3571wefb89yfveni99p8owcw3xxxt0gooj8ky3udg1wyfrdeemww79q5an85psh9q2153wtg6qrar5btnlva3cbuapc4z7leejkya3i9aveel1lonyos55dc4zzp37cistdt3hnrwi3v5p31i5wbgb3a8s3jb9vr59qplbc9edp1kuudl2gcs51, 0jdggsryd4n9tsgbvck0r0srm09ifeirrbac6jgz4pzcbf29iho70ae5h10tolds4jx11t9lmszzv18cwsz10y08v7qgiouogygjk4v9ox8lh5m0s87zhq127msgrj6c6bimt1afasljnfyuunl7c93lwi7h0p4dvroe0a2qq3jtsq06ptxqrfnabyfok6x50otvlwfefaram535shvzgy45b42vec2v5skaudqkntfjxqj9nrl4rmz032zqlv4 |
1066
+ | `paragraph` | Usual and customary charge noncancellable policy hospital care fee-for-service health maintenance organization rider health reimbursement arrangement gatekeeper co-payment. Provider state-mandated benefits after care EAPs third-party payer. Fsa policy year case management MSA health maintenance organization medical necessity creditable coverage participating provider episode of care. R&c charge provider prior authorization health maintenance organization pre-admission review., Schedule of benefits and exclusions second surgical opinion MSA rider critical access hospital centers of excellence. Reasonable and customary self administered admitting privileges portability workers compensation health reimbursement arrangement grievance covered charges/expenses. Ambulatory care eligible expenses certificate of coverage flexible spending account medicare waiting period. Major medical third-party payer coordinated care grievance short-term medical insurance., Pre-authorization COBRA R&C charge preventive care exclusion period free-look period open enrollment. Pre-admission review preventive care DRG staff model pre-certification risk. Medical necessity admitting privileges third-party payer preferred provider organization FSA critical access hospital risk accreditation. Managed care utilization review covered benefit NCQA out-of-pocket costs health reimbursement arrangement. Cpt agent of record health savings account accredited EOB. |
1067
+ | `paragraphs` | Major medical flexible benefit plan home health care defensive medicine appeal second surgical opinion network provider. Covered charges/expenses network case management health insurance portability & accountability act accreditation policyholder SIC health maintenance organization benefit. Pre-certification major medical R&C charge benefit cap centers of excellence schedule of benefits and exclusions. International classification of diseases, 9th revision, clinical modification icd-9-cm critical access hospital discharge planning co-pay care plan gatekeeper stop-loss provisions general agent eligible dependent. Usual and customary charge premium any willing provider laws preventive care policy year CPT accreditation medical savings account., Benefit lapse pre-authorization wellness office visit policy year case manager. Limited policy nonrenewable NAIC contract year co-insurance. Care plan designated facility pre-admission testing hospital-surgical coverage free-look period cost sharing. Current procedural terminology well-baby care co-pay pre-admission testing participating provider. National association of insurance commissioners full-time student hospital care pre-admission review exclusions and limitations fee schedule FSA., Pre-admission testing ASO care plan morbidity nonrenewable medical necessity NAIC episode of care capitation. Third-party payer policy year reasonable and customary MSA concurrent review medicare supplement evidence of insurability. Home health care ancillary services accreditation health insurance portability & accountability act group health plan NCQA pregnancy care limited policy self-insured. Critical access hospital designated facility group health plan board certified lifetime maximum NDC. Gatekeeper medically necessary participating provider out-of-plan SIC home health care HMO., Health employer data and information set HSA lapse after care discharge planning. Board certified PCP state insurance department flexible spending account EOB medigap preventive care second surgical opinion. Workers compensation covered charges/expenses critical access hospital HCPCS medically necessary COB waiting period indemnity health plan. Self-insured NDC schedule of benefits and exclusions NCQA effective date evidence of insurability admitting physician grievance wellness office visit., Gatekeeper hospital-surgical coverage IPA hospital care disenroll referral. Coordinated care out-of-pocket maximum gag rule laws pre-authorization medicare supplement centers of excellence. Policy year claim preferred provider organization certificate of coverage pre-certification insured lifetime maximum health maintenance organization., Workers compensation renewal permanent insurance exclusion period nonrenewable HDHP. Major medical HSA special benefit networks beneficiary evidence of insurability. Out-of-network preventive care prior authorization primary care physician well-baby care fee schedule. Co-insurance deductible primary care physician health employer data and information set managed care portability NDC. Service area medicare supplement discharge planning risk enrollee., Certificate of coverage effective date benefit cap incurral date custodial care concurrent review hospital care R&C charge. Full-time student deductible health savings account preferred provider organization attachment noncancellable policy deductible carry over credit HIPAA group health plan. Custodial care managed care credentialing co-payment health savings account out-of-plan. Workers compensation rider third-party payer portability agent of record certificate of coverage., Accredited denial of claim usual and customary charge lapse eligible dependent incurral date any willing provider laws participating provider hospital-surgical coverage. First dollar coverage coordination of benefits flexible benefit plan eligible dependent contract year EOB. Skilled nursing facility exclusions and limitations staff model qualifying event accreditation. Preferred provider organization guaranteed issue incurral date health savings account NAIC co-payment. High deductible health plan out-of-network case manager coordinated care contract year reasonable and customary lifetime maximum pre-certification., Indemnity health plan hospital care short-term medical insurance IPA coordination of benefits pre-existing condition reasonable and customary. National drug code dependent PPO morbidity service area open enrollment centers of excellence pre-certification. Free-look period explanation of benefits misrepresentation pre-authorization episode of care incurral date. International classification of diseases, 9th revision, clinical modification icd-9-cm covered person admitting privileges concurrent review PCP diagnostic related group. |
1068
+ | `phrase` | Special benefit networks HCPCS primary care physician network workers compensation care plan HCFA Common Procedure Coding System., Home health care flexible benefit plan deductible provider defensive medicine incurral date., Effective date preventive care HCFA Common Procedure Coding System usual and customary charge evidence of insurability primary care physician designated facility. |
1069
+ | `phrases` | Ambulatory care eligible dependent pre-authorization workers compensation major medical discharge planning denial of claim HCFA Common Procedure Coding System., Urgent care eligible dependent assignment of benefits pregnancy care workers compensation ambulatory care pre-admission review hospital-surgical coverage master policy., Pre-admission testing certificate of coverage special benefit networks health insurance portability & accountability act co-pay incurral date administrative services only primary care physician., Covered charges/expenses NCQA hospital care medical necessity benefit cap co-insurance evidence of insurability., National committee for quality assurance PCP custodial care fee schedule skilled nursing facility broker preferred provider organization staff model R&C charge., Defensive medicine contract year ASO policy year discharge planning explanation of benefits accreditation credentialing., Admitting privileges accreditation portability impaired risk state insurance department utilization review third-party payer., Attachment health maintenance organization standard industrial classification assignment of benefits participating provider., Co-payment NAIC well-baby care policy national drug code HCFA Common Procedure Coding System. |
1070
+ | `sentence` | Group health plan urgent care any willing provider laws national drug code self-insured COB noncancellable policy., Health savings account employee assistance programs urgent care admitting privileges critical access hospital state-mandated benefits out-of-pocket costs evidence of insurability., Gatekeeper eligible dependent waiting period self administered network IPA pregnancy care prior authorization. |
1071
+ | `sentences` | National drug code morbidity deductible carry over credit fee schedule beneficiary gatekeeper., Master policy beneficiary out-of-pocket costs permanent insurance morbidity flexible benefit plan grievance., Credentialing impaired risk covered benefit accumulation period COB administrative services only self-insured permanent insurance., Certificate of coverage HSA general agent beneficiary network health insurance portability & accountability act., Staff model major medical network participating provider disenroll international classification of diseases, 9th revision, clinical modification icd-9-cm after care workers compensation incurral date., Medically necessary appeal explanation of benefits risk exclusion period admitting privileges., Benefit cap ancillary services covered person PCP deductible carry over credit., Lifetime maximum special benefit networks fee schedule wellness office visit case management inpatient care master policy health insurance portability & accountability act., Medical necessity major medical beneficiary deductible carry over credit hospice care flexible benefit plan home health care evidence of insurability HSA. |
1072
+ | `word` | reasonable and customary, evidence of insurability, free-look period |
1073
+ | `words` | usual and customary charge, second surgical opinion, underwriting, noncancellable policy, IPA, credentialing, discharge planning, creditable coverage, medigap |
1065
1074
 
1066
1075
  ## FFaker::HipsterIpsum
1067
1076
 
1068
1077
  | Method | Example |
1069
1078
  | ------ | ------- |
1070
- | `characters` | 6g5pbrsymivi9zo5977b7c7r1ugk1kjmgg3txh44n115cd4wtfb3dunyptx52tekzaka3unpnr73jm6ey7w3ivwndgma7y4gp3sz1vhyzgax9790yx5easflzrbe46fmij788ybxmnku3ovrc3tflrpa5ongif6x6f9rwb8ozzol82bwm6g16zu7rta7hmt8fxpk23nbke2b2pzby099tnvasuj1um9aivigno1rt3cvdtp5m5yvhdrf1wi7wlo, 7zo67nojlnkf4sfzl4axw1dfoxjs619z0bij0l1co1t1pehudglqhv71wulvzbc26m0yf3r9apkslu7krrhyp4v3u4mzbdguw22vu1tbx73y72cfa9uj9to4fx9loaaxglysopto127q3zsex5i38p489mrbcoa668dpvn8ehk3d4zhd5aqwf4crf2wwgikhvk2xde0vua83qox0bgfqwtculrnd333qto7a2z59r5jg76g9932r0tc35b3eu1k, czqbsi2tcdcrd2oboydakcc6dafvaw03ieckewvlnnim8oikyxv3sc81uje9jqm12160m3jrd15hflhuxyky4d1r911r0k2l2hba0pnyl0esqiq423dcahxio9vwu0ydrlhdh479j47sswg1czw9mypp4j5pgjd460lmb1ba0ng7hnbbx9zug2gqgck1jjkiiosako2ljblmafmmcl0bv5l1op5zwb4i3jq1e9d1s4xboo29gnahsyvkq7tjddh |
1071
- | `paragraph` | Bicycle rights mlkshk letterpress butcher mixtape you probably haven't heard of them. Lomo gluten-free Williamsburg seitan blog etsy scenester before they sold out skateboard. Master cleanse tofu irony gluten-free keffiyeh Shoreditch. Tofu Austin moon tattooed McSweeney's. Cardigan VHS salvia tattooed locavore retro Pitchfork farm-to-table Four Loko., Bicycle rights Banksy master cleanse letterpress mustache brunch. Wayfarers mustache keffiyeh whatever tofu. Farm-to-table single-origin coffee retro fixie brunch jean shorts mlkshk organic., Austin Cosby Sweater cred Carles vegan twee messenger bag. Mixtape keffiyeh put a bird on it salvia gluten-free Banksy before they sold out +1 Wayfarers. Freegan fap mlkshk Cosby Sweater etsy gentrify wolf. |
1072
- | `paragraphs` | 8-bit next level Wes Anderson skateboard organic Brooklyn tofu put a bird on it. Photo booth keffiyeh vinyl skateboard etsy sustainable. Freegan fanny pack gluten-free keffiyeh put a bird on it. Mixtape keffiyeh moon etsy sartorial vinyl vice. Locavore lo-fi high life chambray craft beer whatever Banksy lomo., Cliche moon synth squid irony put a bird on it readymade. Pbr you probably haven't heard of them Wes Anderson Cosby Sweater McSweeney's readymade. Blog cliche freegan ethical viral gluten-free chambray lo-fi., Master cleanse chambray organic Shoreditch irony tofu. You probably haven't heard of them synth whatever freegan moon brunch gluten-free. Letterpress beard Wes Anderson blog synth readymade master cleanse chambray mlkshk. +1 high life biodiesel twee Williamsburg Portland ethical sartorial synth. Cosby sweater squid moon locavore mixtape gentrify., Organic craft beer irony McSweeney's Shoreditch fanny pack. Hoodie vice Williamsburg moon irony cliche trust fund viral. Irony before they sold out Austin Portland Wayfarers vice 8-bit mixtape +1. Shoreditch dreamcatcher trust fund biodiesel DIY gentrify. Retro scenester quinoa Carles 8-bit Banksy party wolf Austin., Irony McSweeney's Portland fanny pack bicycle rights. Biodiesel trust fund chambray lo-fi stumptown yr. Trust fund mlkshk single-origin coffee aesthetic keffiyeh., Rerry richardson mixtape thundercats keffiyeh letterpress. You probably haven't heard of them mixtape cardigan Williamsburg echo park tofu fixie. Dreamcatcher photo booth artisan DIY twee gentrify salvia. Portland mixtape retro cred vice Austin. Iphone mlkshk Austin cred echo park photo booth., Photo booth mixtape Austin Banksy Cosby Sweater farm-to-table gentrify. Beard cred craft beer single-origin coffee viral you probably haven't heard of them Four Loko. American apparel jean shorts letterpress trust fund fixie. Twee before they sold out readymade keffiyeh Pitchfork master cleanse salvia tattooed. Hoodie 8-bit next level vinyl Pitchfork McSweeney's mustache skateboard., Food truck cardigan Wayfarers bicycle rights iPhone Four Loko lomo tofu. Organic freegan whatever blog ethical. Wes anderson etsy leggings sartorial farm-to-table Carles artisan art seitan. Raw denim etsy sustainable vinyl farm-to-table yr Four Loko mlkshk. Leggings brunch chambray vegan biodiesel Brooklyn messenger bag twee., Vhs photo booth dreamcatcher Rerry Richardson single-origin coffee letterpress irony mustache ethical. Artisan banh mi trust fund retro lo-fi high life 8-bit mustache butcher. Mustache DIY chambray locavore vegan Rerry Richardson. Beard fap put a bird on it vice Wes Anderson fixie. |
1073
- | `phrase` | Twee butcher master cleanse keytar hoodie Banksy., Rerry richardson food truck photo booth Shoreditch Pitchfork., Irony viral art mlkshk lo-fi vegan raw denim. |
1074
- | `phrases` | Fixie McSweeney's master cleanse synth put a bird on it blog keytar Williamsburg mustache., Pitchfork food truck leggings mlkshk trust fund., Party moon synth Cosby Sweater tumblr brunch tattooed yr McSweeney's., Shoreditch artisan Four Loko single-origin coffee ethical bicycle rights locavore irony photo booth., Irony Williamsburg helvetica retro put a bird on it aesthetic keffiyeh lo-fi., Pbr Cosby Sweater seitan aesthetic butcher wolf salvia., Mixtape next level tofu irony Four Loko +1 hoodie beard Rerry Richardson., Butcher quinoa art Brooklyn mlkshk., Brunch viral fap butcher Cosby Sweater twee trust fund. |
1075
- | `sentence` | Locavore lo-fi put a bird on it butcher Wes Anderson Portland photo booth Austin +1., Mustache sustainable mixtape letterpress next level chambray gluten-free butcher., Yr Brooklyn you probably haven't heard of them viral lomo. |
1076
- | `sentences` | Leggings Marfa irony PBR gluten-free aesthetic letterpress., Mixtape cardigan gluten-free helvetica dreamcatcher fixie sustainable., Diy you probably haven't heard of them hoodie letterpress gentrify Williamsburg lo-fi., Cliche Brooklyn Carles Banksy biodiesel., Jean shorts beard banh mi moon Cosby Sweater., Beard before they sold out aesthetic craft beer DIY cliche., Tumblr sartorial beard cred bicycle rights chambray ethical readymade., Yr helvetica ethical synth Banksy keffiyeh., Farm-to-table keffiyeh hoodie twee 8-bit Portland Wes Anderson. |
1077
- | `word` | photo booth, helvetica, organic |
1078
- | `words` | single-origin coffee, cardigan, Shoreditch, Shoreditch, keytar, Brooklyn, master cleanse, dreamcatcher, ethical |
1079
+ | `characters` | qmltqf9r7xadknjq0olg90fyjmfjw3ipaipof5msf20udtjwsr570b0c3cjnw61qmrj24n38jaomy2emo25ttk5oka914jbybexziqv4hl80fg76a3g9atmyih07e2au47zualmq8r87i7t6rkoufztr32yjgq6uhp7x5qwxfzda19httl5a7u5qwgl9eac3uz25homsfoyt7fxzz25epdpoh4x0tcqpj82w64v6qenx17oyp3hq87zvw71yxpo, ypunz15j9cx1wrx7f2qsmtqrh2wxt2lxcfk1g4uepnuu0p2ls6mb0tiu894q0owrtl7gap5meefxcjd0h2xho0d9vsy4q0oqchkka0x08sk7yzyo356j1s9g4ud9591c5ioww5piqyyhbgdxoelpv7rki8tsfdw4ykrht9wpzyn32crydaz3pe4r4syj2ly5097p5zopg3oq3shsbn589pggrpkfiwpklj7hzsrq5k44j4nihnb6g1ticik69tt, xxkx2e9mpq8eg6j6evh6y0kzmiwuu23gmpxlz47cnik0u75uwkepvae30xt9ebd0zh81ks3e2xqp4i9x6w517ouqni1wazc3wq2gmd7nef5b6ioiv5t8qld9p2z9m21j07cp6o46jhvbbryr57k49b9ce7cros3q8kbxi96ljzb42k88xoap7blxdrw1lwwtn6zoohdqsfopi4kk504p1gt211jic641cutmek8brqdwy137oz3ovc81cfld1fc |
1080
+ | `paragraph` | Beard seitan irony McSweeney's retro yr twee +1. Gentrify before they sold out McSweeney's raw denim +1. Beard Brooklyn artisan helvetica butcher put a bird on it vegan., High life whatever twee vinyl American Apparel master cleanse cliche party Rerry Richardson. Readymade vegan cardigan chambray butcher seitan Austin mlkshk. Carles Portland vinyl quinoa dreamcatcher., Keffiyeh tattooed fixie VHS before they sold out. Wayfarers party mustache you probably haven't heard of them iPhone tumblr. Brunch keytar VHS vegan PBR next level. Echo park sustainable vinyl McSweeney's freegan art scenester PBR. Retro single-origin coffee wolf letterpress art stumptown brunch. |
1081
+ | `paragraphs` | Portland gluten-free synth keffiyeh seitan +1 whatever. Gluten-free craft beer lo-fi party locavore tofu artisan PBR. +1 Wes Anderson vinyl lomo skateboard brunch Marfa. Shoreditch Portland skateboard ethical beard messenger bag party gluten-free., Put a bird on it mlkshk Austin craft beer echo park skateboard tattooed keffiyeh. Irony cliche viral thundercats salvia blog hoodie. Jean shorts whatever cred lo-fi Rerry Richardson vinyl Austin craft beer bicycle rights. Bicycle rights Wayfarers craft beer fanny pack photo booth., Wolf organic Williamsburg Wes Anderson photo booth etsy cred craft beer. Cardigan gentrify thundercats beard hoodie ethical letterpress art. Scenester gluten-free +1 seitan cred echo park banh mi fixie. Beard moon Cosby Sweater party Wayfarers jean shorts cardigan fixie brunch., Cosby sweater craft beer Carles quinoa retro yr mustache moon you probably haven't heard of them. Wayfarers art whatever seitan gentrify hoodie Carles Portland beard. Pbr quinoa craft beer keytar cliche messenger bag Pitchfork. Wes anderson food truck tattooed fap irony cliche tumblr put a bird on it raw denim. Shoreditch lomo Marfa art master cleanse., Seitan banh mi helvetica whatever Portland aesthetic keffiyeh put a bird on it. Party mustache yr biodiesel put a bird on it lomo high life gluten-free DIY. Cred fanny pack hoodie bicycle rights Banksy scenester Portland. Banh mi raw denim Shoreditch iPhone etsy Banksy dreamcatcher Carles. Salvia echo park Banksy skateboard VHS photo booth., Four loko chambray stumptown fap brunch fanny pack banh mi. Banksy put a bird on it fixie Brooklyn Carles. Vegan quinoa tofu keytar bicycle rights food truck., Master cleanse vinyl thundercats salvia moon wolf yr. Portland mustache vice Pitchfork craft beer high life keytar. Yr photo booth mixtape helvetica 8-bit sustainable. Bicycle rights quinoa viral lomo fixie moon readymade scenester artisan. Biodiesel master cleanse seitan helvetica blog Williamsburg vegan retro moon., Rerry richardson biodiesel Carles cliche you probably haven't heard of them lo-fi. Cardigan locavore VHS Brooklyn fanny pack craft beer quinoa next level Austin. Jean shorts synth Portland gluten-free McSweeney's. Quinoa iPhone McSweeney's Shoreditch Carles craft beer tofu. Twee tumblr raw denim VHS bicycle rights skateboard put a bird on it keffiyeh artisan., Tofu iPhone Brooklyn tumblr gluten-free messenger bag. Cosby sweater fixie mlkshk tofu brunch DIY biodiesel. Vegan Wes Anderson fanny pack skateboard single-origin coffee jean shorts Brooklyn. Brooklyn party you probably haven't heard of them DIY Rerry Richardson vegan butcher scenester. |
1082
+ | `phrase` | High life hoodie mlkshk synth sartorial fap., American apparel wolf sustainable vinyl master cleanse jean shorts biodiesel cred., Rerry richardson seitan photo booth Shoreditch gluten-free. |
1083
+ | `phrases` | Marfa leggings artisan Cosby Sweater VHS., Before they sold out squid Wayfarers DIY Austin synth., Marfa tattooed skateboard leggings echo park letterpress., Williamsburg sustainable chambray photo booth raw denim 8-bit synth letterpress., Whatever biodiesel jean shorts readymade sustainable gentrify hoodie food truck., Retro keffiyeh Pitchfork 8-bit Rerry Richardson Williamsburg moon., Mcsweeney's master cleanse keffiyeh quinoa party Rerry Richardson., Retro raw denim McSweeney's cred put a bird on it., Diy vegan helvetica mixtape leggings Carles synth. |
1084
+ | `sentence` | Diy scenester lomo artisan trust fund skateboard photo booth., Yr messenger bag skateboard quinoa party retro Wayfarers bicycle rights., Art yr you probably haven't heard of them Wayfarers biodiesel readymade gluten-free whatever. |
1085
+ | `sentences` | Cred wolf farm-to-table retro letterpress mixtape Williamsburg., Scenester cardigan thundercats Wes Anderson Cosby Sweater vice American Apparel Portland Four Loko., Cosby sweater sartorial lo-fi skateboard helvetica scenester lomo brunch., Sustainable photo booth art messenger bag keytar tattooed brunch., Sustainable mustache gentrify viral Brooklyn before they sold out synth., Fap banh mi keffiyeh single-origin coffee aesthetic McSweeney's helvetica art tumblr., Cardigan fap organic before they sold out synth artisan keffiyeh party quinoa., Tumblr aesthetic Shoreditch party Banksy., Mustache cred photo booth butcher cliche vegan art salvia. |
1086
+ | `word` | irony, +1, single-origin coffee |
1087
+ | `words` | mustache, squid, Banksy, cardigan, DIY, seitan, yr, leggings, craft beer |
1079
1088
 
1080
1089
  ## FFaker::Identification
1081
1090
 
1082
1091
  | Method | Example |
1083
1092
  | ------ | ------- |
1084
- | `drivers_license` | C088-004-91-919-0, I088-976-17-655-9, E990-220-82-013-3 |
1085
- | `ethnicity` | African American, African American, Multiracial |
1086
- | `gender` | Female, Female, Female |
1087
- | `ssn` | 615-05-7770, 747-74-2281, 625-12-0746 |
1093
+ | `drivers_license` | L255-019-87-320-3, L720-543-19-365-1, I276-523-08-669-8 |
1094
+ | `ethnicity` | African American, African American, African American |
1095
+ | `gender` | Male, Male, Female |
1096
+ | `ssn` | 064-55-2618, 202-76-6678, 277-09-8699 |
1088
1097
 
1089
1098
  ## FFaker::IdentificationBR
1090
1099
 
1091
1100
  | Method | Example |
1092
1101
  | ------ | ------- |
1093
- | `cnpj` | 63835677175717, 93627347105839, 78200171891803 |
1102
+ | `cnpj` | 14465610855278, 55089229478770, 95355266347279 |
1094
1103
  | `cnpj_verification_digits`(...) | |
1095
- | `cpf` | 82695493630, 37922242751, 99003797722 |
1104
+ | `cpf` | 17111507703, 73039310909, 76116820166 |
1096
1105
  | `cpf_verification_digits`(...) | |
1097
- | `gender` | Masculino, Masculino, Feminino |
1098
- | `pretty_cnpj` | 75.149.598/4049-43, 28.048.675/0075-66, 96.842.989/6639-30 |
1099
- | `pretty_cpf` | 388.609.310-70, 476.322.345-35, 547.777.720-63 |
1100
- | `pretty_rg` | 612.687.665, 823.655.937, 437.633.701 |
1101
- | `rg` | 803095810, 706680460, 697975837 |
1106
+ | `gender` | Feminino, Masculino, Masculino |
1107
+ | `pretty_cnpj` | 71.623.209/1576-44, 66.329.926/9737-86, 98.856.176/1134-29 |
1108
+ | `pretty_cpf` | 491.948.953-68, 869.795.248-44, 368.747.277-96 |
1109
+ | `pretty_rg` | 338.856.488, 756.894.012, 376.258.246 |
1110
+ | `rg` | 140105379, 753905759, 886475859 |
1102
1111
 
1103
1112
  ## FFaker::IdentificationES
1104
1113
 
1105
1114
  | Method | Example |
1106
1115
  | ------ | ------- |
1107
- | `gender` | Hombre, Hombre, Mujer |
1116
+ | `gender` | Mujer, Hombre, Mujer |
1108
1117
 
1109
1118
  ## FFaker::IdentificationESCL
1110
1119
 
1111
1120
  | Method | Example |
1112
1121
  | ------ | ------- |
1113
- | `gender` | Mujer, Hombre, Hombre |
1114
- | `rut` | 2433549-6, 24159569-2, 20807888-7 |
1122
+ | `gender` | Mujer, Mujer, Mujer |
1123
+ | `rut` | 7720877-1, 17070750-8, 4316976-9 |
1115
1124
 
1116
1125
  ## FFaker::IdentificationESCO
1117
1126
 
1118
1127
  | Method | Example |
1119
1128
  | ------ | ------- |
1120
- | `blood_type` | A-, A+, B+ |
1121
- | `driver_license_category` | B3, A1, C3 |
1122
- | `drivers_license` | 81699483421, 61633012, 05467195048 |
1123
- | `expedition_date` | 2016-07-17, 2013-11-09, 2014-02-20 |
1124
- | `gender` | Hombre, Hombre, Hombre |
1125
- | `id` | 1644598, 298799082, 3474879 |
1129
+ | `blood_type` | AB+, AB-, A+ |
1130
+ | `driver_license_category` | A2, C1, C1 |
1131
+ | `drivers_license` | 813023513201, 8844956, 386864652 |
1132
+ | `expedition_date` | 2012-11-18, 2015-09-14, 2012-09-30 |
1133
+ | `gender` | Mujer, Mujer, Hombre |
1134
+ | `id` | 2778228197782, 49397620594, 3992006541162 |
1126
1135
 
1127
1136
  ## FFaker::IdentificationKr
1128
1137
 
1129
1138
  | Method | Example |
1130
1139
  | ------ | ------- |
1131
- | `rrn` | 792007-1800787, 851504-1470424, 802605-1801811 |
1140
+ | `rrn` | 940507-2171193, 882412-2174158, 870605-2834592 |
1132
1141
 
1133
1142
  ## FFaker::IdentificationMX
1134
1143
 
1135
1144
  | Method | Example |
1136
1145
  | ------ | ------- |
1137
- | `curp` | DAXP040510HQTMKW38, HUJI710117HNLXLJ39, TEFD960621HSLLVWW0 |
1138
- | `rfc` | HVR760428038, ED&071105L34, MERB861206RSD |
1139
- | `rfc_persona_fisica` | KERÑ971013C7R, HUIK000110ID0, GUBI780521J72 |
1140
- | `rfc_persona_moral` | UQA761117PQU, KGD9606088JZ, VQA930819RJU |
1146
+ | `curp` | COHB990308HCLFVP71, BIBP761023HSPFMHF4, NOTQ830316HSPPLJ27 |
1147
+ | `rfc` | REAG870911CB2, ÑEDH820917F13, MHÑ780425ACI |
1148
+ | `rfc_persona_fisica` | BEHW7007246NE, XOQW7111161QZ, DUOY990416G12 |
1149
+ | `rfc_persona_moral` | DUJ1004129M7, HSA930723WU3, RÑI161008SJ8 |
1141
1150
 
1142
1151
  ## FFaker::Internet
1143
1152
 
1144
1153
  | Method | Example |
1145
1154
  | ------ | ------- |
1146
- | `disposable_email` | buck.fritsch@spamherelots.com, charlesetta@spamherelots.com, stanford@safetymail.info |
1147
- | `domain_name` | mraz.name, beahan.co.uk, wymanwatsica.com |
1148
- | `domain_suffix` | biz, com, co.uk |
1149
- | `domain_word` | klein, dickensschumm, strosin |
1150
- | `email` | larry.simonis@dibbert.ca, joyce@ernserbuckridge.co.uk, shandi.schoen@braunkshlerin.co.uk |
1151
- | `free_email` | ima.mcglynn@gmail.com, sheryll@yahoo.com, ka.bednar@gmail.com |
1152
- | `http_url` | http://bruen.ca, http://hodkiewicznolan.name, http://bailey.us |
1153
- | `ip_v4_address` | 207.181.113.110, 79.217.87.253, 105.199.37.154 |
1154
- | `mac` | 2a:a6:12:81:fd:b5, bb:68:c2:6b:ba:87, b5:7c:7d:0c:4d:6a |
1155
- | `password` | dHrAEqmF_w3Qdiw, Gczh921Vvs, 1dF9A6YS |
1156
- | `safe_email` | towanda@example.net, lashanda.mohr@example.com, dori_stamm@example.net |
1157
- | `slug` | numquam.unde, corrupti-in, qui_harum |
1155
+ | `disposable_email` | sherwood@spamherelots.com, tomasa@spamherelots.com, michal@spamherelots.com |
1156
+ | `domain_name` | kemmerrobel.ca, bergeankunding.name, prohaska.us |
1157
+ | `domain_suffix` | ca, com, com |
1158
+ | `domain_word` | gibson, mrazhuel, pacochakuphal |
1159
+ | `email` | jacquelynn.prohaska@predovic.name, ann.parisian@labadiebeier.ca, alison_schneider@bartellfay.com |
1160
+ | `free_email` | herb@hotmail.com, justin.ledner@gmail.com, rivka_wunsch@yahoo.com |
1161
+ | `http_url` | http://johnson.name, http://kassulke.com, http://muellerschroeder.us |
1162
+ | `ip_v4_address` | 210.83.6.132, 154.36.196.233, 242.84.35.233 |
1163
+ | `mac` | 31:c6:1a:a5:a1:dd, c5:b3:fc:7e:ce:d1, 69:2c:b0:e3:41:ca |
1164
+ | `password` | 7qLyxOACqQ, 9DvbvnmTKb, c7gI7sBo |
1165
+ | `safe_email` | savanna@example.net, zulema@example.com, lenore_schulist@example.com |
1166
+ | `slug` | rerum.sint, et.dolore, enim_cum |
1158
1167
  | `uri`(...) | |
1159
- | `user_name` | noel.spencer, leonia.kshlerin, billie_fahey |
1168
+ | `user_name` | lynsey, lise, britni.hand |
1160
1169
 
1161
1170
  ## FFaker::InternetSE
1162
1171
 
1163
1172
  | Method | Example |
1164
1173
  | ------ | ------- |
1165
- | `company_name_single_word` | Robel-Anderson, Pollich,, Stiedemann-Marks |
1166
- | `disposable_email` | jillian.beier@binkmail.com, loriann_bergstrom@suremail.info, cecil@suremail.info |
1167
- | `domain_name` | torp.se, hoppeledner.nu, leuschke.se |
1168
- | `domain_suffix` | com, nu, se |
1169
- | `domain_word` | pfannerstill, schuster, eichmannstracke |
1170
- | `email` | patulysses_gleason@borer.com, marshall@ratkekutch.nu, ching_jacobi@rempelryan.se |
1171
- | `free_email` | wesley@gmail.com, dominic_goldner@gmail.com, shona.schaefer@passagen.se |
1172
- | `http_url` | http://flatleykiehn.se, http://prohaskalangworth.nu, http://johnston.se |
1173
- | `ip_v4_address` | 227.138.157.236, 7.61.1.88, 136.104.32.14 |
1174
+ | `company_name_single_word` | Davis, Crooks-Romaguera, Larkin |
1175
+ | `disposable_email` | josue@spamherelots.com, bertdoug@suremail.info, herschellawerence@binkmail.com |
1176
+ | `domain_name` | haag.com, leschwiegand.nu, stokespredovic.nu |
1177
+ | `domain_suffix` | com, com, nu |
1178
+ | `domain_word` | ogamiller, greenmarvin, douglaswest |
1179
+ | `email` | gertha.daugherty@rempelbrown.com, sierra_kohler@wisokyjohns.com, penni@huel.se |
1180
+ | `free_email` | phylis_schumm@hotmail.com, roderick@spray.se, milford@yahoo.com |
1181
+ | `http_url` | http://medhurst.com, http://faheygerlach.com, http://goodwincormier.com |
1182
+ | `ip_v4_address` | 159.234.139.143, 148.56.189.186, 179.228.228.67 |
1174
1183
  | `join_to_user_name`(...) | |
1175
- | `login_user_name` | florencio, scot, gerardbreitenberg |
1176
- | `mac` | b1:d7:39:ce:c6:a9, 88:9b:2b:9c:c6:1d, 27:05:b6:83:9a:5f |
1177
- | `password` | 5SpbF4WkKi56s, I_IVVowRKR1, 9Iha_R24Yc6 |
1178
- | `safe_email` | mitchell@example.net, nolan_brown@example.com, dorla@example.org |
1179
- | `slug` | consequatur.reprehenderit, neque.vero, vel-sint |
1184
+ | `login_user_name` | janesimonis, junkojoye_rippin, andra |
1185
+ | `mac` | 63:42:8c:97:51:ce, e8:75:02:8e:eb:6f, c5:17:d3:e1:d0:9c |
1186
+ | `password` | 7fT2KcJFlXGqiso, lpJetOApIyF6_, xOJ2sfcsuGDf9iKN |
1187
+ | `safe_email` | alva.oga@example.org, josiahdexter_kozey@example.org, anamaria@example.com |
1188
+ | `slug` | provident_adipisci, occaecati-harum, minima_ipsam |
1180
1189
  | `uri`(...) | |
1181
- | `user_name` | lahoma_roob, jen, maren.schiller |
1190
+ | `user_name` | sung_ferry, jeramydylan_carroll, christoper |
1182
1191
  | `user_name_from_name`(...) | |
1183
- | `user_name_random` | seymour, jordan, tennille_hand |
1184
- | `user_name_variant_long` | margarete.smitham, stacychester_abbott, rogelio.oga |
1185
- | `user_name_variant_short` | glen, gaylord, marcelina |
1192
+ | `user_name_random` | jeneva, tyree, alphonse |
1193
+ | `user_name_variant_long` | marnie.hoppe, santiago_mitchell, tegan_mccullough |
1194
+ | `user_name_variant_short` | jake, lyndon, gene |
1186
1195
 
1187
1196
  ## FFaker::Job
1188
1197
 
1189
1198
  | Method | Example |
1190
1199
  | ------ | ------- |
1191
- | `title` | Internal Research Supervisor, Internal Intranet Assistant, District Program Strategist |
1200
+ | `title` | Dynamic Markets Architect, National Creative Technician, National Accounts Developer |
1192
1201
 
1193
1202
  ## FFaker::JobBR
1194
1203
 
1195
1204
  | Method | Example |
1196
1205
  | ------ | ------- |
1197
- | `title` | Neurocirurgião, Arquiteto, Médico |
1206
+ | `title` | Engenheiro Eletricista, Bombeiro, Percursionista |
1198
1207
 
1199
1208
  ## FFaker::JobCN
1200
1209
 
1201
1210
  | Method | Example |
1202
1211
  | ------ | ------- |
1203
- | `title` | 广告文撰写人, 舞蹈家, 侦探 |
1212
+ | `title` | 魔术师, 烘培师, 广告文撰写人 |
1204
1213
 
1205
1214
  ## FFaker::JobFR
1206
1215
 
1207
1216
  | Method | Example |
1208
1217
  | ------ | ------- |
1209
- | `title` | consultant du patrimoine bati, intendant associé des services techniques, conseiller technique des services techniques |
1218
+ | `title` | consultant du service commercial, administrateur spécial du service commercial, responsable general du management de la qualité |
1210
1219
 
1211
1220
  ## FFaker::JobJA
1212
1221
 
1213
1222
  | Method | Example |
1214
1223
  | ------ | ------- |
1215
- | `title` | 警察官, 探偵, データサイエンティスト |
1224
+ | `title` | 入国警備官, 騎手, 整体師 |
1216
1225
 
1217
1226
  ## FFaker::JobKR
1218
1227
 
1219
1228
  | Method | Example |
1220
1229
  | ------ | ------- |
1221
- | `title` | 광업용 기계 설치 정비원, 소각로 조작원, 보조 연기자 |
1230
+ | `title` | 전문 간호사, 큐레이터, 장례지도사 |
1222
1231
 
1223
1232
  ## FFaker::JobVN
1224
1233
 
1225
1234
  | Method | Example |
1226
1235
  | ------ | ------- |
1227
- | `title` | người bán hoa, hàng không khí, thông dịch viên ngôn ngữ ký hiệu |
1236
+ | `title` | Công tố viên, Thiết kế, trợ nha khoa |
1228
1237
 
1229
1238
  ## FFaker::Locale
1230
1239
 
1231
1240
  | Method | Example |
1232
1241
  | ------ | ------- |
1233
- | `code` | TI, ZU, ET |
1234
- | `language` | Swahili, Bashkir, Turkmen |
1242
+ | `code` | BH, SH, SI |
1243
+ | `language` | Cambodian, Mongolian, Armenian |
1235
1244
 
1236
1245
  ## FFaker::Lorem
1237
1246
 
1238
1247
  | Method | Example |
1239
1248
  | ------ | ------- |
1240
- | `characters` | f52vmsoobiwuvcmz9qhlm9v6vs71tw4xfnkzkw66pjkkgjeg7c6nf1fuhfgr923l0qe22ofiqfjbr2qmyueuje5n14nbvl7ih054ihurhf9vliraw8adfh74po41olguptq9aqywr3ecvpljaqf0unf63fi34doic1y0s2012axz5o6djszpuba6yg41pahp3jmg22nvp52fzrq3l0p8w8jwmk5mi1i2iv0ot4j9cxkx5xd5fa4olfo6hohaht4, gk16ovnsj2gsrbtsskj8sd8ij1oqowdik1twpalfujs8cqed7j1xrueml48wrdj5zm7ar8l6zfqshlwr09ofzr3mb4jc5uo87colw1cnd8yy02aooztr1ajca7vle12kefuo5gbi4cbagedmfyl1zc03f5p1gu7v2iaxgljch2cqkre0z21amzwtbb96md7y39drn2re38ebkaaykxbptjqgyyl3fg22rbjwp8ixxt9ci8o0vzlu9ningo4eivl, 7hy3b2bx898okhx3fueds15moilhmz9mmt6xabtrf9mv10wtrv4vbtj4a7obny97qssog4ygfqqvr2wilqwqz86c8yg1cuzk2o2fx53x3x7wlemwt0x5c4bjaco924bp8u3zv7a32cx56fk4qqjj8o1n9xtltcdq7hd1j8jn355693bv2vz8o8h87cw7qkma5ht9dezr5j0k11jkq3chbx454uer14z8agj2o8kz5f8cwzxkkjp1uosfz0yjoi0 |
1241
- | `paragraph` | Eum exercitationem repellendus ratione tempora eligendi. Sit enim aliquam quis perferendis maiores cum. Fuga recusandae nesciunt eos autem non ab hic magnam. Sit nisi animi sapiente excepturi tempore praesentium. Dolorem perferendis velit nostrum assumenda vero., Fugit totam rerum dolor quaerat maiores. Deleniti dolorum odio officiis facilis. Omnis cumque repudiandae libero mollitia accusamus perspiciatis deserunt temporibus. Et a consequuntur voluptas quisquam reiciendis. Aut error quasi quia sit deleniti eius nobis., Delectus possimus non nesciunt quia perferendis iste soluta. Consequuntur enim et quae veniam voluptates reiciendis eaque quibusdam. Eum at sint non et praesentium cum sunt. Quia amet voluptatem error dolorum dolores aut facere. |
1242
- | `paragraphs` | Et hic itaque aperiam porro. Esse repellendus nulla vitae sit. Modi sint ratione similique in voluptas. Omnis harum molestiae praesentium tempora sapiente qui. Similique qui et quibusdam provident nemo ut., Rerum mollitia vitae dolorum sint voluptatem. Facilis quisquam eligendi exercitationem pariatur. Corrupti maiores ullam ea molestiae omnis nisi vel illum. Error consequatur at doloribus sint a dolorum ut harum. Temporibus rerum reiciendis ab quasi., Fuga voluptatem nulla suscipit aliquam. Quia quidem itaque sit consequatur amet eum at sed. Quo ex doloremque error porro rerum consequatur sint illo. Sint sed et et ipsa repellendus. Dolorem voluptatem consequatur quisquam id modi delectus., Nemo impedit quia fugiat sed accusantium repellat quibusdam ut. Consequatur velit ut autem commodi et. Et voluptatem quae accusamus quos. Voluptatem assumenda modi et dolores ad quibusdam fugit. Culpa beatae et ea cumque., Soluta ut dolores officia ipsum. Repellat minus veniam nesciunt commodi nulla explicabo rerum. Qui omnis dolores quo libero quidem illum corrupti rerum., Autem corporis et dolorum non fuga. Blanditiis delectus non accusantium libero voluptas velit omnis. Voluptas voluptas rem id beatae nam occaecati necessitatibus. Et officiis optio sit animi voluptate eum aperiam et., Harum reprehenderit vel alias ipsam rerum fuga architecto eos. Et et praesentium similique vel et corrupti voluptatem. Eum quae nostrum suscipit ut amet. Et quod quisquam totam sunt. Dicta aut explicabo harum ducimus ipsum rem., Velit dolores aut sed qui molestiae. Molestias ut adipisci porro veniam occaecati necessitatibus rem. Corrupti numquam quas dolor consequatur., Aliquam natus quia id quia et in id voluptatem. Sequi et aperiam et sunt possimus. Officiis a officia animi aut aliquid. Esse placeat rerum in temporibus in corporis accusantium quo. |
1243
- | `phrase` | Ut dolores in consequatur veniam., Aliquam mollitia magni reiciendis atque pariatur qui., Est alias reprehenderit praesentium sit voluptas voluptatem sunt ut. |
1244
- | `phrases` | Impedit aliquam tenetur iusto dolores et fugit dolor., Veniam architecto repudiandae incidunt dolores., Incidunt adipisci beatae quod eum et cum., Et dolores a nostrum earum cupiditate., Quia debitis quod aut excepturi ut et eos voluptatibus., Doloribus est amet explicabo dolore quia veritatis voluptas., Cum et expedita voluptatum exercitationem., Asperiores ea sit ratione beatae unde natus quae., Dolores enim itaque soluta vero rem dolorum cum nihil. |
1245
- | `sentence` | Possimus sit quasi iure aut et quod ut., Odit voluptatem libero eaque necessitatibus tempore quibusdam error., Quibusdam dolorum vel qui repudiandae quae. |
1246
- | `sentences` | Est minima laboriosam mollitia doloremque., Quisquam cum architecto tempore vel neque sunt magni., Architecto ratione aut consequuntur est., Quod mollitia dolores expedita odit distinctio quisquam., Eos dolorum esse itaque blanditiis iste ipsum autem., Nesciunt velit illum esse commodi quos nihil., Excepturi architecto dolor sed repellendus itaque veniam., Delectus expedita voluptas placeat praesentium quidem minima., Provident culpa nihil dolorem quibusdam. |
1247
- | `word` | qui, aliquam, soluta |
1248
- | `words` | blanditiis, accusamus, ducimus, fugiat, nobis, quos, eveniet, deserunt, error |
1249
+ | `characters` | x3aj0d6crr3cn9rwyd0fzuat3r7gc2btz8xf7a6f73ul5yy6pypcpc3wxnbgecswk5m3kb7wwc6eex79p1qww5qjw89hgbvn89afckajt0lxv2f9gq58ick21ztxqagrbsxr1gihd29g94vii6qydv4wguhmfmruq1up8rq4296g9m4tlskell9cnvd1njogdb1sdv3hvy2nk8qwd7lhnp02yw1h7supnab5uqcujhfn4mmxv5izdit57gyx44r, uq77dlcvxl2qcut4cwuchw63lfsjbj2efuz2ieguxmxt5g9nq1k1srhf4ddyv0lc4snz9tryxk5lhva1l7hrt4mbuhpso4b8dz1kv4vhcgxffn5rzymbolsjlkaqcd180badt6wky024rgl94tmf96vos5nh4iae9wei9v75jpw50lh1a2yzwrufi4jcuifpq1x0slayg4mmu4o1uaqouq7mjqpc93dfxaxwco03pmqd2nn5fme00ksheqjvg1d, pt9j7f5px9y9wi91o4337mwhclg5c6zowtoq2x6c3xapcne7fjy0o7m8j3htnymtvtjhnna5xpcx96hwnh4x8preg74ky0roa095yit8rs43pz69ftvxwg6ct7vgbkdo7j1tqo1i4z7dqj2fgzfbfr8lm4m4dytag9x6ov8x1v65kg04g7zm6mybndsoxj60ep1w0v64pbujqrubuf3xl38pd0y2je2oam56vgilzyl5odkpdkh9oducx4kjgjh |
1250
+ | `paragraph` | Culpa quae aut voluptates maiores facere atque consectetur aliquam. Dolor enim laboriosam veritatis est quos. Earum aut ut quo aspernatur sunt saepe ratione porro. Libero voluptate aperiam quia officia nulla corrupti. Quae dolor rerum qui blanditiis consequatur., Eveniet fugiat quis distinctio molestias consequatur assumenda non. Quas minus ratione asperiores non dolor qui eveniet. Saepe dolor animi minima ut. Omnis est et quo dignissimos numquam debitis ipsum ut., Eum ea perspiciatis quia facere modi. Voluptatum temporibus voluptatem sit ea tempora quia eligendi explicabo. Aliquam rerum corporis provident voluptas amet iure omnis rerum. |
1251
+ | `paragraphs` | Modi fugit consequatur impedit cum porro. Rerum sit ipsa blanditiis expedita aut voluptas eum. Est sunt corporis nihil facilis. Ullam cupiditate similique est quae molestias., Saepe tempora recusandae eum quam enim consequuntur. Voluptas ut omnis ex et commodi eum consequatur. Ipsam corporis autem voluptatum temporibus aut praesentium ut quasi. Eius excepturi odit beatae animi earum suscipit ut dolor., Aut omnis eveniet enim et quisquam. Eum amet voluptas aut et et illum minima ea. Corrupti consequuntur omnis molestias delectus. Dolorem dolorem ad quis quia et. Et fuga delectus molestiae illo ut sint quisquam reprehenderit., Quidem expedita ut natus quos perspiciatis ut veritatis. Quo inventore id suscipit impedit aut ipsum placeat. Est fugit facere eum quasi doloremque. Dolore quisquam natus sequi voluptatem fuga tempora vel odit., Unde fugit sit placeat nostrum vero atque quod corrupti. Et quia est cum omnis pariatur. In ea illo odit inventore nesciunt aut deserunt. Sunt et quisquam et ex esse est velit., Laudantium sed a voluptate quas exercitationem dolorem quod non. Quaerat ea error laboriosam ut eum non velit voluptas. Nemo mollitia vitae ut facere laborum velit illo. Dignissimos voluptate molestias molestiae ad., Eos reiciendis cumque impedit sit ab. Omnis et dolor ipsam adipisci cum. Corporis mollitia aliquam assumenda distinctio. Voluptate incidunt quis fuga ratione., Nam aperiam et rerum sunt optio. Voluptas repudiandae ut fugit minima et itaque quasi consectetur. Laborum praesentium placeat facilis sit et expedita. Corrupti quidem qui optio deserunt sit est., Pariatur consequatur et odio minus enim aut. Ut corporis sequi sint veritatis accusamus consequatur aut vitae. Nesciunt omnis modi corporis est eos vel. Officia libero ipsam rerum est eos impedit et non. |
1252
+ | `phrase` | Nihil unde quia laborum nulla eum., Id qui architecto et sunt minus., Sunt ut a eius quia. |
1253
+ | `phrases` | Reiciendis ex perspiciatis quasi natus ea laborum est., Nesciunt eos sed neque culpa saepe rerum nulla., Magni et cum soluta laudantium deleniti., Qui nulla pariatur amet doloremque quisquam., Tenetur necessitatibus aut voluptas dolore quam sit et sunt., Non est hic sed inventore qui quasi molestiae illo., Rem et repudiandae sit vitae eum eveniet quis., Et fugiat laboriosam assumenda quae sit ad., Ut in et doloremque suscipit. |
1254
+ | `sentence` | Quisquam sunt in provident ad eum non accusantium., Et dolorem ut id delectus corporis velit sunt., Quis id quidem magnam minus aspernatur. |
1255
+ | `sentences` | Pariatur eum atque et qui in quia., Eos asperiores facilis veritatis ullam illo., Cupiditate voluptatem nesciunt culpa dolore illum ipsum consequuntur non., Veritatis id quas commodi quibusdam voluptatem., Sit numquam ut architecto nihil., Esse voluptates quaerat minus asperiores animi., Nam atque iste commodi a., Nostrum et nam in omnis consequuntur consequatur occaecati., Dicta sit enim quidem quam nihil. |
1256
+ | `word` | nisi, deserunt, accusantium |
1257
+ | `words` | est, aspernatur, sint, consequatur, natus, ipsam, facere, autem, pariatur |
1249
1258
 
1250
1259
  ## FFaker::LoremAR
1251
1260
 
1252
1261
  | Method | Example |
1253
1262
  | ------ | ------- |
1254
- | `paragraph` | الأوروبية،, موسوليني للأسطول كل, إيو الإنذار،,. أن التكاليف ذلك تم مع قد. والديون المنتصرة و العصبة الربيع، بل عدد, عدد. بها لإنعدام غضون روسية وصل استدعى., و حيث وتم تلك حيث باستخدام هذه شمال البشريةً. عن بها اقتصّت أن ضرب,. الأخذ بحث انه, فاتّبع إعلان بقيادة. الحرب بل الغربي أوسع الرئيسية سمّي للأسطول. شعار لليابان عن كلا,., الرئيسية جوي الصين بلا. مارد انتباه وتم أوراقهم تم. الى مع وبالرغم الصعداء لم تحت, ثم الطريق. |
1255
- | `paragraphs` | والديون عن حين الاندونيسية وعلى بـ حول. حلّت الباهضة و الحلفاء بل, والفرنسي. حربية بريطانيا-فرنسا عن كلّ لم لعدم كل. لفشل موالية باستسلام العسكري كل, ثانية وانتهاءً أم. مارشال استولت لمّ من في,., أن تحت, مارد المجتمع حيث سقطت الفترة لمّ. يتم علاقة الأخذ أن, و بلديهما مما المقاومة. إذ ثمّة عدم القوقازية ,. في, ما بقعة بالعمل. جيما بقعة جورج ما في لم., تُصب الثالث قد احداث تم كل, بـ وجهان. المسرح من وقوعها استسلام. قائمة مسرح الأمور, بـ. لم الحرب من بها لم. تعديل أوراقهم كلا, البلطيق الجيش., بل حتى اعتداء وقدّموا, بـ بشكل الأوروبية،,. كل يتم يرتبط نفس ستالينجراد,. الذرية غريمه يتمكن قهر ماذا تم من الامم. و إيو إيطاليا ثم الفترة يبق قصف يتم, من. الأوضاع بالمحور الذرية تزامناً ومن جمعت فصل., الصينية فاتّبع من بل بين التّحول, زهاء. غريمه جوي التّحول, فرنسا. ربع من لم لم وباستثناء اعتداء دنو. استطاعوا ما, وحتّى المسرح جديداً الذرية الأمور, معقل., لكل فبعد مما اتّجة ما, اوروبا تكاليف. حدى ما, العسكري, مع فصل, ما أخر. بحق لم حين وصافرات علاقة أخر لألمانيا حيث عن., و الثالث بال غرّة، إذ,. شمال لليابان تسبب أوراقهم قهر. يتسنّى تم, من واقتصار المقيتة تونس وعلى حتى أراضي., بالعمل بـ بـ, ليركز واقتصار. للحكومة هو وحتّى استولت في و المقيتة اكتوبر,. وصافرات به، الصعداء العناد والإتحاد. المبرمة قهر الأوروبية،, موسوليني., بالقنابل الحرب فصل, مع, سمّي التكاليف. بريطانيا جديدة قوات دخول علاقة جديداً. عرفها هو الإمتعاض أوراقهم والفرنسي ويكيبيديا، لم. |
1256
- | `phrase` | تسبب الدّفاع الأبرياء و معقل هذا بلا على., كل, قد أي أما العسكري, السيء عدد., اعتداء الإستسلام ما و الذرية اعتداء رئيس. |
1257
- | `phrases` | بل, مع بلا و, تُصب الإقتصادي حربية اتّجة., وحتّى الخنادق مارشال و يتم., ان, أي المشترك بل لان إستراتيجية, ما,., لفشل اعتداء الواقعة المتطرّف., إعلان التّحول, لم دأبوا., وقامت أكثر يتم ان, ان., باستسلام واقتصار هو, أسر, جسيمة بتحدّي اوروبا تم و., بالعمل يبق أم ستالينجراد, المجتمع عل,., الإستسلام غزو أم جديداً بـ الربيع، المسرح الخنادق الهجوم. |
1258
- | `sentence` | بشكل ما, ولم الطريق., بل بين وإعلان الشرقية للحكومة, اوروبا تعداد., وقوعها تم حكومة لها لإعلان. |
1259
- | `sentences` | أكثر والروسية يتعلّق الخنادق المعاهدات عدد, تحت, هو., حول ثم أن بخطوط والإتحاد., ما حول ضرب وباءت., الامم بتخصيص يتعلّق قُدُماً الربيع، فقد تم يبق فصل., أن, الى يتم الواقعة القنابل, المزيفة., تحت, ضمنها وعلى يبق, أسر لم أي جهة حتى., يعادل المتّبعة العسكرية قد أفاق., حربية شدّت, مكن الأوضاع كل بل وقوعها عرض., وضم يذكر نورماندي قد ليبين أن. |
1260
- | `word` | الأجل, يتم, تم, |
1261
- | `words` | أن,, شبح, المبرمة, ما,, جمعت, المجتمع, بالجانب, اللازمة, أن |
1263
+ | `paragraph` | أن الأوضاع قصف لألمانيا مارشال أن. ساعة عن الفرنسية مدن عن إذ استولت المجتمع. تحرّك بريطانيا، وقوعها، الشهيرة وفي إذ العسكرية التي. أجزاء, أخذ استسلام تعديل هو قد عن به، الأمور,. الرئيسية عرفها بـ الشطر إحتار لم., حين, السيطرة وفرنسا مدن بـ تحت. في عدد بريطانيا، قد أم الله. جحافل اكتوبر هو بل كل النازية، وتم استمرار. الإعتداء والحلفاء, المجتمع مع الثالث واتّجه. تحت دون مع باستسلام., ضمنها لقوات بحق فقد مكن ضرب. الحلفاء الشمل كل, اعلان مع الأعمال مدن لان. التخطيط بتحدّي لم وقد العسكري كلا, واتّجه الطريق. |
1264
+ | `paragraphs` | الفترة الساحل بل ليتسنّى. إختار نورماندي مع إستراتيجية, والجنود أضف,. وجهان عن جيما موالية الامم لان مقاطعة قد,., أن الدمج احداث قام و الهادي أي. النزاع تشيرشل حيث بالقصف اوروبا. انه نورماندي الصعداء الصينية هيروشيما وبالرغم يتسنّى قام., جيما لم الخاسر بلا. جوي والروسية دول يكن, الإنذار،, حيث. احداث شبح وانتهاءً أكثر وقوعها، روسية. الإقتصادية الصينية الشهيرة بل., سقط ثانية إستمات أن. استولت وقامت سمّي بحق ما. المجتمع من بحق كلّ إحتلال. قبل قد تم عل, ساعة. لم إذ الشهيرة عسكرياً., أوكيناوا سياسة العصبة وقوعها، ربع مكّن دنو. و يتسنّى ان عل ومن قد الإقتصادي أسر. في, المقاومة إذ السادس من جسيمة حدة هو. فاتّبع هناك السادس غزو وباءت اتّجة حربية الصينية بل. وتم وقوعها، تعد استولت هيروشيما الوزراء تونس., حدة هو ستالينجراد, قبل أن اقتصّت فبعد الإقتصادية الإستسلام. التّحول, السيطرة لعملة يتم إبّان شعار أن النمسا. فعل, وتم أن الإستسلام أم وتم أم وأزيز عدم. أن, روسية المقاومة لم حول وأزيز يتم تم و. جيما إحتار عن مع حرب بل اعلان أن و., لم أي انه, لإنعدام. اليابانية والبريطاني, بحث وحتّى بل تونس. كل بريطانيا-فرنسا جوي من ربع واقتصار عقبت العناد. غزو و حتى, سقطت يتعلّق., في أي هذه الله زهاء الى بـ. دنو اليابان فبعد دون مع العظمى بالمحور بـ ما,. أسر, دول, عدم غضون الأولى بل كلّ الصينية ربع. بل, ذلك النازيين المعاهدات شعار., الأيديولوجية، قُدُماً من غريمه. هاربر غزو و وباءت عدم اليابان وباءت الإنذار،, به،. الوزراء الامم مكّن أم. |
1265
+ | `phrase` | لم, لم خسائر عن ساعة الخاطفة., هذا الإقتصادي بقيادة مارشال منتصف الذرية دول مدينة., استمرار كل, في قصف, بالرغم من اعلان وحرمان ثم. |
1266
+ | `phrases` | إعلان كلّ, الأولى ومضى حشد الدولارات إختار بـ تُصب., بل كل, لم وعزّزت المعاهدات تم, بين., يتمكن لم البولندي المتطرّف ما., إذ مع لألمانيا لعملة كان اوروبا وبالرغم قام., وقدّموا, جيما من مشقّة., غرّة، جهة مشارف دنو يعبأ ثم وضم عام., لألمانيا أخر تحرّك المتّبعة شيء, الامم للأسطول بـ, ما., مشقّة قُدُماً و تم فعل الإمتعاض الفرنسية قام,., للإتحاد اعتداء وجهان ماذا. |
1267
+ | `sentence` | البولندي النازية، مدن المتحدة, أن, ومن واتّجه., يذكر لمّ رئيس مكّن ثم استمرار., الإحتفاظ والديون و ستالينجراد هيروشيما كل الغربي حيث. |
1268
+ | `sentences` | الإقتصادية بتحدّي وعزّزت نورماندي بل إبّان عدم ما,., لإعادة وحرمان بل, مدن أخذ., المسرح على و, اسبوعين أسر والحلفاء, أي., حدى لبولندا، نتيجة ضرب,., استسلام قد هذا ان, يبق, المتّبعة و كل., قبل لم سياسة واتّجه جوي سقوط الا., حيث باستخدام هو, شيء وصل, و, أم ثم احداث., عدم حدى حرب إذ,., عدد الى لألمانيا كلا. |
1269
+ | `word` | وقد, لان, في |
1270
+ | `words` | والعتاد, دول, باستسلام, وتتحمّل,, الصفحات, والحلفاء,, أي,, الهادي, عرفها |
1262
1271
 
1263
1272
  ## FFaker::LoremCN
1264
1273
 
1265
1274
  | Method | Example |
1266
1275
  | ------ | ------- |
1267
- | `paragraph` | 当机立断昂首阔步淅淅沥沥风狂雨猛人山人海八仙过海,各显神通, 暴雨如注人流如潮一见如故有恃无恐拾金不昧百感交集昂首阔步万紫千红黄澄澄, 十字街头前呼后拥两肋插刀白纸黑字万物复苏半明半昧, 甲泣不成声怒气冲冲时而两全其美波涛汹涌哗哗啦啦眼明手快, 交流元满山遍野心急如焚坐井观天数不胜数浩浩荡荡忐忑不安。, 东倒西歪望挥汗如雨有始有终, 天荒地老千里冰封全神贯注数不胜数热浪滚滚秋月似钩手舞足蹈自暴自弃惊弓之鸟, 一马当先黄澄澄绝无仅有可憎可恶了望, 细雨如烟白茫茫阳春三月闻名于世自私自利大公无私两面三刀高枕无忧雨打风吹。, 象牙白朝霞辉映心明眼亮瞻仰千变万化, 人山人海长短不同拳打脚踢曰扑哧千姿百态气势磅礴两败俱伤, 顷刻间了望千山万水名列前茅蛛丝马迹火眼金睛三九严寒桃红柳绿六道轮回, 万紫千红言而有信兴致勃勃全神贯注当机立断赞不绝口坚贞不屈, 一触即发伤心落泪毅然决然头重脚轻震天动地。 |
1268
- | `paragraphs` | 雪花飞舞怒目而视碧空如洗叶公好龙九牛一毛危峰兀立怒发冲冠不明不白, 五彩缤纷足下生辉千方百计百感交集十全十美八仙过海,各显神通叹为观止, 探望天寒地冻仰望两袖清风鸡犬不宁议论纷纷, 热泪盈眶满山遍野两肋插刀万物复苏十拿九稳落叶沙沙。, 激动不已虎啸龙吟水落石出望子成龙谈虎色变雄狮猛虎暴风骤雨十分可恶心灵手巧, 冰天雪地七窍生烟一瞬间麦浪滚滚悔恨交加生死存亡, 缓慢冰清玉洁元流星赶月天老地荒亭亭玉立暮色苍茫六根清净狐疑不决, 与世长辞顷刻间深感内疚人山人海各抒己见成群结队四通八达轻风徐徐洗耳恭听。, 舍近求远齐心协力瞬息万变四面八方载歌载舞, 移步换影无忧无虑语气坚定瞪望子成龙, 乳白姿态万千大失所望不进则退。, 瞥飞流直下疾恶如仇望子成龙眺望笑容可掬红艳艳拳打脚踢一毛不拔, 湖蓝举世闻名无牵无挂大公无私白雪皑皑日月如梭摩肩接踵, 激动不已麦浪滚滚泪如泉涌热浪滚滚, 天长日久自给自足勃然大怒波涛汹涌小心翼翼白纸黑字。, 史无前例水平如镜狐假虎威喀嚓静思默想夜幕降临, 借尸还魂鸡飞蛋打五花八门黑压压绝无仅有, 手足无措果实累累吱呀八面威风不胜枚举对牛弹琴扫视逝世, 俯视叶公好龙两情相悦连连称赞东拉西扯色彩斑斓漫漫长夜惊涛骇浪, 漆黑一团云开日出千变万化无忧无虑马到成功六道轮回天罗地网白雪皑皑勃然大怒。, 霎时间水落石出铺天盖地震耳欲聋绿意盎然吉祥如意自暴自弃, 连连称赞鸦雀无声晚风习习怒发冲冠信守诺言, 无情无义千奇百怪东张西望十面埋伏, 赞不绝口百感交集精益求精马到成功交流半梦半醒。, 轰轰隆隆千丝万缕金灿灿拾金不昧闷闷不乐粉妆玉砌谈虎色变枫叶似火前呼后拥, 七嘴八舌四面八方失声痛哭硕果累累鼠目寸光不理不睬三顾茅庐, 白雪皑皑闻名天下长短不同前因后果, 千姿百态半梦半醒轰轰隆隆天南地北聚精会神哗啦兔死狐悲。, 素车白马犹豫不决不理不睬面红耳赤鱼目混珠望闷闷不乐九鼎一丝白浪滔天, 自言自语无忧无虑万古长青乘热打铁探望有始无终, 顾虑重重十万火急迫在眉睫谈虎色变生气勃勃。, 鸟语花香四面八方危峰兀立三思而行水帘悬挂白雪皑皑内忧外患十万火急, 牛马不如烈日灼灼瞄落叶沙沙, 仰望千秋万代能屈能伸惊天动地轻风徐徐咬牙切齿讲朝气勃勃亡羊补牢, 废寝忘食顷刻间天高云淡欲哭无泪千言万语, 暮色苍茫废寝忘食千方百计前呼后拥视死如归成千上万眉开眼笑八仙过海,各显神通。 |
1269
- | `sentence` | 夜幕降临缓慢视死如归天寒地冻一目十行绞尽脑汁水滴石穿旭日东升扑哧,, 一手遮天为国捐躯绝无仅有吼泪如雨下摩拳擦掌黑乎乎,, 风和日丽深恶痛绝前因后果无穷无尽, |
1270
- | `sentences` | 绿浪滚滚移步换影火眼金睛可憎可恶瓢泼大雨兴致勃勃舍近求远惊恐万状前所未有,, 麦浪滚滚风平浪静一身是胆逝世杀鸡儆猴目瞪口呆亭亭玉立无忧无虑摩肩接踵,, 鸡飞蛋打不清不楚盯顾虑重重鹅黄自高自大排山倒海,, 马失前蹄细雨如烟咕噜八面玲珑狗尾续貂赞叹不已二三其德东倒西歪,, 眉清目秀十指连心西装革履东鳞西爪六道轮回,, 火眼金睛交头接耳承上启下五湖四海天老地荒梨黄形态不一白茫茫口蜜腹剑,, 嚷交流生死存亡拳打脚踢健步如飞令人发指一马当先东张西望,, 心灰意冷天崩地裂一言九鼎连绵不断日月如梭绿树成阴赞叹不已,, 一眨眼果实累累顷刻间眉开眼笑惊天动地行云流水赞不绝口, |
1271
- | `word` | 无忧无虑, 粉妆玉砌, 五大三粗 |
1272
- | `words` | 波光粼粼, 狐假虎威, 旭日东升, 无忧无虑, 牺牲, 万家灯火, 晚风习习, 一言九鼎, 半梦半醒 |
1276
+ | `paragraph` | 黑白相间哗啦千方百计绞尽脑汁不吵不闹马到成功缓慢微微一笑缓缓, 狐假虎威冰天雪地五体投地骄阳似火三九严寒千姿百态移步换影两全其美, 毅然决然泣不成声生机勃勃微微一笑五花八门万古长青螳臂当车有气无力安危冷暖, 自言自语千奇百怪八面玲珑无穷无尽车水马龙激动万分。, 七零八落静思默想万古长青灰心丧气白茫茫七嘴八舌悠然自得洁白无瑕, 碧空如洗顾虑重重风平浪静半信半疑月明星稀黑乎乎有始无终, 议论纷纷惊恐万状一贫如洗犹豫不决, 两袖清风鸡飞蛋打注视龙争虎斗乐不可支鱼龙混杂。, 白雪皑皑雷厉风行纷纷扬扬苹果绿北风呼啸和风拂面, 连连称赞空前绝后三头六臂铿锵有力风平浪静红日东升乳白, 夕阳西下昂首阔步晚风习习气势恢弘黑白分明绝无仅有。 |
1277
+ | `paragraphs` | 秋月似钩红彤彤叮叮当当聚精会神冉冉精益求精长短不同, 爱屋及乌快如闪电赞叹不已专心致志废寝忘食唧唧喳喳谈论, 曰火眼金睛无牵无挂拾金不昧一眨眼吱呀波涛汹涌, 大失所望理直气壮嚎叫红日东升大汗淋漓叮叮咚咚一眨眼风狂雨猛, 十万火急十年寒窗寒冬腊月波浪滚滚十指连心。, 大汗淋漓操之过急青黄不接议论, 色彩斑斓足下生辉身材魁梧果实累累心灵手巧烈日灼灼争论不休一见如故长短不同, 谈论车水马龙无边无际管中窥豹前呼后拥昂首阔步。, 泪流满面中午时分万里无云古色古香, 感慨万分一贫如洗招兵买马首屈一指小心翼翼有勇无谋黑压压, 投桃报李绿莹莹十分可恶看望曰气势磅礴, 大名鼎鼎惊惶失措怒目而视麦浪滚滚惊慌失措绝无仅有金灿灿七嘴八舌, 吼洗耳恭听子哗哗啦啦蹑手蹑脚。, 手足无措有气无力前思后想鸡飞蛋打九牛一毛, 六亲不认风和日丽震天动地十万火急火眼金睛嗖嗖, 龙马精神形态多样弹孔累累中午时分鹤立鸡群当机立断惊涛骇浪淅淅沥沥秋高气爽。, 一见如故嫣然一笑瞅虎背熊腰闻名于世, 鹤立鸡群四面八方苦思冥想风和日丽哗哗啦啦狗尾续貂三九严寒逝世唧唧喳喳, 惊弓之鸟四通八达枣红叮叮当当金灿灿怒发冲冠。, 千锤百炼东拉西扯青红皂白坚贞不屈笑容可掬, 优柔寡断天色模糊令人发指哗啦哈哈大笑冰清玉洁激动不已八仙过海,各显神通, 李白桃红嚎啕大哭绵绵细雨众志成城心灰意冷愁眉苦脸自说自话手舞足蹈吱呀。, 各抒己见暑气逼人扬眉吐气哈哈大笑雄狮猛虎, 洁白如玉星转斗移云浪滚滚绿意盎然蹑手蹑脚白纸黑字生死存亡一泻千里摩肩接踵, 天罗地网阳春三月大名鼎鼎一丝不苟灯红酒绿赞叹不已, 千方百计观察东邻西舍热泪盈眶生死存亡, 羞愧难言生龙活虎二三其德胆小如鼠东奔西走优柔寡断。, 危峰兀立前赴后继交头接耳舍己为人车轮滚滚鸡飞蛋打当午日明吉祥如意, 不清不楚与虎谋皮龙争虎斗望女成凤成千上万舒舒服服, 欲哭无泪九鼎一丝凝视思前顾后盯, 乳白眉开眼笑杀鸡儆猴无精打采自说自话狂风暴雨不计其数首屈一指, 车水马龙东张西望废寝忘食行云流水暮色苍茫前仰后合鸣目瞪口呆坐井观天。, 能屈能伸望女成凤阳春三月表里如一六神无主交头接耳五光十色云浪滚滚, 红通通湖蓝无情无义天南地北深恶痛绝有眼无珠时明时暗静思默想激动万分, 高枕无忧画蛇添足千秋万代胆小如鼠粉妆玉砌嚷深恶痛绝, 瓢泼大雨青黄不接健步如飞白璧无瑕狂风暴雨心灵手巧与世长辞俯视自给自足。 |
1278
+ | `sentence` | 忐忑不安梨黄黯然神伤羞愧难言,, 一触即发前因后果啼九霄云外,, 指鹿为马古色古香不伦不类虎背熊腰两情相悦, |
1279
+ | `sentences` | 刹那间气势恢弘嚎白浪滔天坚贞不屈杯弓蛇影,, 谈虎色变惊涛骇浪麦浪滚滚暴雨如注千变万化云浪滚滚乘热打铁古色古香振奋人心,, 灯火通明争分夺秒碧空如洗无情无义大同小异天色模糊,, 张灯结彩远望开怀大笑笑容可掬朝霞辉映万紫千红轻风徐徐,, 声东击西当机立断白雪皑皑视死如归红通通前所未有,, 波光粼粼承上启下风狂雨猛四面楚歌争论不休麦浪滚滚舒舒服服,, 仰望理直气壮顾虑重重聚精会神自私自利虎背熊腰秋月似钩自言自语,, 仰望二三其德欲哭无泪深感内疚为国捐躯万紫千红缓慢龙马精神东邻西舍,, 同心同德狂风暴雨顾虑重重视死如归江水滚滚徐徐于心不安雪白, |
1280
+ | `word` | 不伦不类, 理直气壮, 自言自语 |
1281
+ | `words` | 细雨如烟, 众志成城, 一箭双雕, 一眨眼, 苹果绿, 变幻莫测, 细雨如烟, 感慨万分, 喜笑颜开 |
1273
1282
 
1274
1283
  ## FFaker::LoremFR
1275
1284
 
1276
1285
  | Method | Example |
1277
1286
  | ------ | ------- |
1278
- | `paragraph` | Virgulos qu la paroles bourg-en-lettres nécessaires côtes. Demeurent loin sûr route l. Dissuader coule règlalades interpelle été ses., Bourg-en-lettres son vie aux venait vodkale consonnia. Jour demeurent bouche à motus pays fallut. Volent bolos rue le dissuader convaincre maintes. Qui tout été voulut sémantique., Langues paragraphe nécessaires rencontra lorem côtes leur genre. Déjà instrumentalisèrent depuis mot ligne paradisiagmatique rencontra. Lui laissa long mésusèrent preuve un. |
1279
- | `paragraphs` | Prochain dernier ils lourd. Firent pacqua tout premiers de. Toutes loin bien lieues cela bouche des longtemps., Convaincre gravi et vivent grand aguets sain. Ce interpelle fin moins désormais fois grand ipsum loin. Coeur qui maintes ils retourner interpelle fin tas. Qui bolo pour son convaincre approvisionne paroles au retrait. Fin chemin encore remit vie exploitent nom instrumentalisèrent., Paroles litéralement aventurer saoule. Rebrousser déjà fallut ville larousse déconcerter sauf. Fût lui sauvages rhétorique on ipsum regard règlalades skyline., Prévint saoule avait phrases oreille alors fût tout d. Sauvages encore bolos delà fois réecrite flancs litéralement. Premiers ces pans encoreloin., Longtemps l origines flancs à mit bolo instrumentalisèrent. Ils pans lorem dans lieues subline cuit aventurer. Rencontra preuve ils paradisiagmatique c depuis volent leurs., Fallut italiques été tout larousse skyline motus. moins rebrousser question convaincre point. premiers origines le une pays volent. Lieu fois restait lorem était. Purent regard on mit dans., Mais rebrousser demeurent retrait italiques pays loin. Lettrines vers chaîne rue approvisionne alphabetville retrait. Réecrite pans lettrines rhétorique. Finir skyline laissa cette sa volent restait pointdexclamators est., Fins coeur mots initiale joue très sa. Paradisiagmatique un est ils très oreille lettrines pacqua. Sans rencontra gravi ils remit., Ne consonnia demeurent gravi loin bouche sans venait tas. Question était déjà ville vils ponctuation. Puis vils grand qui sur. |
1280
- | `phrase` | Joue s là-bas litéralement firent preuve toutes., Déconcerter rebrousser fallut question., Bourg-en-lettres cela larousse loin orthodoxographique lettrines retrait. |
1281
- | `phrases` | Que traîner bourg-en-lettres les pays., Initiale par il retourner., Langues genre origines histoire cela long leur., Alors vers est règlalades point., En vils laissa virgulos bonnes ces vodkale coeur pays., Décida petite l bien long virgulos motus., Monts la ses cuit l ressaisi sans approvisionne., Nom lieu bercail bouche voulut purent ruisseau en volent., Fin mots décida ipsum traîner. |
1282
- | `sentence` | Lourd consonnia petite avait remit longtemps la., Alphanatale leur vodkale lui fois virgulos nécessaires., Prochain peut nom purent mots en où. |
1283
- | `sentences` | Ferait en initiale demeurent cette preuve., Flancs et coula mais litéralement demeurent oreille., Italiques pans initiale règlalades grammaire moins son route déconcerter., Consonnia sémantique finir mot., Rhétorique vivent ils mots des., Vie encore qu tout qui lequel., Encore delà interpelle larousse., Regard cela au dissuader vils encore., Long sournois vivent virgulos leurs. |
1284
- | `word` | grand, très, Oxymore |
1285
- | `words` | vaste, passage, tas, rencontra, longtemps, Bolos, preuve, du, rencontra |
1287
+ | `paragraph` | Fourbes nom agence lettrines. Ils cuit fût delà vodkale projets réecrite bouche. Nostalgique ce demeurent océan glissa fois langues. Sournois retrait approvisionne en bercail prochain est ses., Ils à coula fins joue régit sauf une. Son oreille qui aguets bouche toutes passage. Bien puissante dissuader on lorem semicolons. Avait été vers orthodoxographique petite prevenant oxymore. Alphabetville ce skyline nom fin tout prémâchées mots décida., Genre nostalgique décida passage pas. Mille mots un rhétorique. Lieues ipsum même premiers alors ville sain. |
1288
+ | `paragraphs` | Mots la genre dans headline alphanatale fourbes bien ligne. Vous toute mots ressaisi alphabetville. Skyline il semicolons volent nostalgique nécessaires langues ruisseau mais. Océan réecrite vous sans approvisionne est propre exploitent instrumentalisèrent., Volent entiers coula larousse ipsum mots regard cela motus. Est genre traîner mais été mot propre décida. Mit l point le loin larousse langues passage coula., Attendraient pans mille grand bien sauvages. Mais orthodoxographique retrait bolo des aventurer. Raviser qu s lieues approvisionne dans orthodoxographique tas subline., Peut virgulos point très. grand restait prévint désormais voyellie finir petite qui. Bonnes propre océan dissuader vivent avait subline., Flancs agence sain passage sournois finir ponctuation c. En copy semicolons voulut coula qu par lourd. Glissa loin nostalgique semicolons. Sournois pourtant coule ressaisi. Route paradisiagmatique jeta paroles initiale leurs réecrite déjà., Subline consonnia virgulos orthodoxographique route et pour sauvages prémâchées. Jour paroles panse prévint attendraient. Se bolos depuis même., Mots été headline lorem déconcerter volent. Longtemps d fins le question prochain ipsum avait. Cela long regard tas en depuis très. Headline son moins firent puissante vils bouche lourd genre., On et ressaisi aux. Encore mot son grand là-bas est il un. Lourd est s bien propre., Été coula ce pour. Panse cette entiers petite demeurent mille. Rencontra on copy monts. |
1289
+ | `phrase` | Maintes lourd mot lui alphanatale venait un., Vils tas très encore sauvages ruisseau pointdexclamators volent., Fourmillait vaste route le été ces là. |
1290
+ | `phrases` | Projets et lui et longtemps., Encore grand bonnes gravi mots., Bolos exploitent volent jour nécessaires déjà raviser., Au nécessaires sans lourd retourner rue., Décida ville ils saoule bien gravi., Flancs aguets lettrines gravi en., Été ils ponctuation sain sauvages et sans., Encoreloin litéralement en c., Régit voulut mille en sémantique sur bercail orthodoxographique. |
1291
+ | `sentence` | Que bolos tout rhétorique le à., Des pourtant ipsum il sans restait côtes., Lettrines histoire déjà côtes fallut est puissante initiale. |
1292
+ | `sentences` | On de initiale agence ferait lui vodkale dissuader., Bercail par sur mille côtes bonnes et dans., Vous approvisionne dernier le rhétorique lettrines moins mit purent., Chemin mais un lorem on., Nom cela des pour sournois fallut raviser tout., Coeur fallut projets rencontra la vodkale là copy là-bas., Vers dernier ville petite., Ville toutes sans bolo peut réecrite., Sauvages fin phrases une pacqua. |
1293
+ | `word` | Mais, firent, genre |
1294
+ | `words` | aventurer, aux, Alors, son, Motus, Virgulos, litéralement, bonnes, avait |
1295
+
1296
+ ## FFaker::LoremIE
1297
+
1298
+ | Method | Example |
1299
+ | ------ | ------- |
1300
+ | `paragraph` | An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!" |
1301
+ | `paragraphs` | An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!" |
1302
+ | `phrase` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
1303
+ | `phrases` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
1304
+ | `question` | Cén dáta atá ann inniu?, Cén dáta atá ann inniu?, Cén dáta atá ann inniu? |
1305
+ | `sentence` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
1306
+ | `sentences` | Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid!, Is fearr liom seacláid! |
1307
+ | `word` | tarbh, cat, bradán |
1308
+ | `words` | lúma, dreoilín, gobadán, cearc, iolar, eala, luch, foracha, badhbh |
1286
1309
 
1287
1310
  ## FFaker::LoremJA
1288
1311
 
1289
1312
  | Method | Example |
1290
1313
  | ------ | ------- |
1291
- | `character` | 6, 0, |
1292
- | `characters` | ほぐぎさくだぺ+?こせひゐかき・どずれお, ぶきし。め#ひゐぞざとせ>わむおけあ29, るむ@よぶと*-らま/え~ほ?ご&なゆ# |
1293
- | `paragraph` | 眼をカムパネルラの方へ向けて、このごろぼくが、眼をカムパネルラの方へ向けて、カムパネルラが手をあげました。, ジョバンニも手をあげようとして、本を読むひまも読む本もないので、このごろぼくが、やはりもじもじ立ち上がったままやはり答えができませんでした。, ジョバンニは勢いよく立ちあがりましたが、たしかにあれがみんな星だと、ぎんがというところをひろげ、それはいつかカムパネルラのお父さんの博士のうちでカムパネルラといっしょに読んだ雑誌のなかにあったのだ。 |
1294
- | `paragraphs` | やっぱり星だとジョバンニは思いましたが、先生はしばらく困ったようすでしたが、ジョバンニも手をあげようとして、けれどもいつかジョバンニの眼のなかには涙がいっぱいになりました。, ザネリが前の席からふりかえって、ぎんがというところをひろげ、上から下へ白くけぶった銀河帯のようなところを指しながら、なんだかどんなこともよくわからないという気持ちがするのでした。, 先生はしばらく困ったようすでしたが、ザネリが前の席からふりかえって、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、まもなくみんなはきちんと立って礼をすると教室を出ました。, と言いながら、やっぱり星だとジョバンニは思いましたが、黒板につるした大きな黒い星座の図の、じぶんもカムパネルラもあわれなような気がするのでした。, このごろはジョバンニはまるで毎日教室でもねむく、もちろんカムパネルラも知っている、すぐに返事をしなかったのは、けれどもいつかジョバンニの眼のなかには涙がいっぱいになりました。, 朝にも午後にも仕事がつらく、たしかにあれがみんな星だと、上から下へ白くけぶった銀河帯のようなところを指しながら、立ってみるともうはっきりとそれを答えることができないのでした。, すぐに返事をしなかったのは、ジョバンニも手をあげようとして、このごろはジョバンニはまるで毎日教室でもねむく、ジョバンニはもうどぎまぎしてまっ赤になってしまいました。, このごろぼくが、そう考えるとたまらないほど、ジョバンニも手をあげようとして、カムパネルラが手をあげました。, するとあんなに元気に手をあげたカムパネルラが、と言いながら、このごろぼくが、まっ黒な頁《ページ》いっぱいに白に点々のある美しい写真を二人でいつまでも見たのでした。 |
1295
- | `sentence` | それをカムパネルラが忘れるはずもなかったのに, するとあんなに元気に手をあげたカムパネルラが, するとあんなに元気に手をあげたカムパネルラが |
1296
- | `sentences` | もちろんカムパネルラも知っている, 本を読むひまも読む本もないので, もちろんカムパネルラも知っている, ジョバンニも手をあげようとして, カムパネルラともあんまり物を言わないようになったので, ジョバンニは勢いよく立ちあがりましたが, このごろはジョバンニはまるで毎日教室でもねむく, 先生は意外なようにしばらくじっとカムパネルラを見ていましたが, 先生はしばらく困ったようすでしたが |
1297
- | `word` | 図, ガラス, |
1298
- | `words` | 形, あんまり物, 雑誌, 書斎, 粒, 頁, 球, 眼, 太陽 |
1314
+ | `character` | ぱ, が, |
1315
+ | `characters` | 。ぽめほでらば=5~、そ!ぶぎ/あけ%ろ, おをそぺげ?によどゐ=ろべ%ずほ3ぽ、1, ぞごす&はね-8?=うぱち3だりがへ!ら |
1316
+ | `paragraph` | ぎんがというところをひろげ、ザネリが前の席からふりかえって、たしかにあれがみんな星だと、まっ黒な頁《ページ》いっぱいに白に点々のある美しい写真を二人でいつまでも見たのでした。, このごろぼくが、それをカムパネルラが忘れるはずもなかったのに、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、やはりもじもじ立ち上がったままやはり答えができませんでした。, カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、黒板につるした大きな黒い星座の図の、上から下へ白くけぶった銀河帯のようなところを指しながら、立ってみるともうはっきりとそれを答えることができないのでした。 |
1317
+ | `paragraphs` | 黒板につるした大きな黒い星座の図の、このごろぼくが、先生はしばらく困ったようすでしたが、ジョバンニを見てくすっとわらいました。, このごろはジョバンニはまるで毎日教室でもねむく、朝にも午後にも仕事がつらく、ジョバンニも手をあげようとして、ジョバンニはもうどぎまぎしてまっ赤になってしまいました。, その雑誌を読むと、そして教室じゅうはしばらく机の蓋をあけたりしめたり本を重ねたりする音がいっぱいでしたが、カムパネルラともあんまり物を言わないようになったので、ジョバンニを見てくすっとわらいました。, それどこでなくカムパネルラは、上から下へ白くけぶった銀河帯のようなところを指しながら、学校に出てももうみんなともはきはき遊ばず、みんなに問いをかけました。, ザネリが前の席からふりかえって、するとあんなに元気に手をあげたカムパネルラが、そう考えるとたまらないほど、こんどもすぐに答えることができませんでした。, 朝にも午後にも仕事がつらく、カムパネルラともあんまり物を言わないようになったので、黒板につるした大きな黒い星座の図の、急いでそのままやめました。, それをカムパネルラが忘れるはずもなかったのに、ジョバンニも手をあげようとして、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、自分で星図を指しました。, 朝にも午後にも仕事がつらく、このごろぼくが、眼をカムパネルラの方へ向けて、ジョバンニはもうどぎまぎしてまっ赤になってしまいました。, それどこでなくカムパネルラは、カムパネルラともあんまり物を言わないようになったので、ぎんがというところをひろげ、先生がまた言いました。 |
1318
+ | `sentence` | 黒板につるした大きな黒い星座の図の, やっぱり星だとジョバンニは思いましたが, このごろはジョバンニはまるで毎日教室でもねむく |
1319
+ | `sentences` | 本を読むひまも読む本もないので, 本を読むひまも読む本もないので, このごろぼくが, たしかにあれがみんな星だと, そう考えるとたまらないほど, そう考えるとたまらないほど, ジョバンニは勢いよく立ちあがりましたが, このごろぼくが, ジョバンニも手をあげようとして |
1320
+ | `word` | いちいち, ぼんやり, |
1321
+ | `words` | 学校, 返事, ザネリ, お父さん, ザネリ, 砂, 自分, 形, ジョバンニ |
1299
1322
 
1300
1323
  ## FFaker::LoremKR
1301
1324
 
1302
1325
  | Method | Example |
1303
1326
  | ------ | ------- |
1304
- | `paragraph` | 하늘 맘으로 대한 나라 높고. 삼천리 하늘 대한으로 길이. 달은 백두산이 하느님이 밝은 불변함은 대한으로 화려강산., 위에 기상일세 하느님이 기상과 다하여 하늘. 보전하세 소나무 철갑을 듯. 충성을 구름 공활한데 기상과 기상일세 다하여 만세. 남산 사랑하세 철갑을 화려강산 만세., 가을 나라 삼천리 마르고 보우하사. 하느님이 없이 무궁화 공활한데 사랑하세 백두산이 동해. 동해 마르고 달은 다하여 두른 대한으로 맘으로 불변함은. 두른 하늘 길이 마르고 다하여 위에 우리. 불변함은 달은 즐거우나 남산 화려강산 두른 사랑하세. |
1305
- | `paragraphs` | 동해 우리나라 남산 바람서리 없이 사람 닳도록 높고 보우하사. 하늘 기상일세 삼천리 사랑하세 우리나라 화려강산 공활한데 보전하세. 불변함은 가슴 다하여 괴로우나 두른. 밝은 남산 닳도록 대한으로 가을. 일편단심일세 괴로우나 닳도록 맘으로 하느님이 바람서리 만세 하늘 듯., 구름 충성을 화려강산 위에 달은 높고 소나무. 바람서리 길이 동해 기상일세 불변함은 철갑을 무궁화 높고 보전하세. 철갑을 사람 보우하사 화려강산 남산 위에 대한으로 즐거우나. 가을 보전하세 동해 삼천리 이. 두른 백두산이 구름 삼천리 사람 나라 충성을., 보전하세 위에 기상과 소나무 동해. 하느님이 화려강산 맘으로 가슴 우리 괴로우나 불변함은 다하여 위에. 삼천리 물과 괴로우나 기상과 일편단심일세 무궁화 가슴 닳도록 두른. 가슴 없이 가을불변함은., 삼천리 일편단심일세 즐거우나 우리 밝은 듯. 바람서리 없이 남산 위에 보우하사 마르고 다하여 만세. 공활한데 하늘 구름 사람 철갑을., 두른 즐거우나 하늘 구름. 삼천리 길이 가슴 공활한데 보전하세 남산. 마르고 철갑을 불변함은 닳도록 무궁화. 공활한데 백두산이 동해 다하여 밝은 닳도록 맘으로., 무궁화 공활한데 기상과 바람서리 화려강산 괴로우나 만세 일편단심일세. 달은 우리 가을 즐거우나 보우하사 삼천리 하느님이 불변함은. 구름 저 가을 두른 길이 하늘 괴로우나 즐거우나. 삼천리 보전하세높고 소나무 하느님이 일편단심일세 기상일세., 없이 맘으로 대한으로 충성을 하느님이 화려강산 가을. 괴로우나 사람 만세 없이 우리. 마르고 높고 보우하사 길이 두른 삼천리 나라. 없이 우리 이 두른 맘으로 기상과. 없이 소나무 우리나라., 다하여 두른 철갑을 가을 동해. 대한으로 밝은 동해 닳도록 삼천리 공활한데 불변함은 하늘. 보전하세 화려강산 높고 기상일세 마르고 하늘 대한 가슴 없이. 대한 위에 가슴 기상과 길이 달은 기상일세 사람., 사람 기상과 불변함은 사랑하세 보전하세. 우리나라 없이 위에 보우하사 듯 두른 높고. 기상일세 높고 밝은 사람 가을. 구름 동해 높고 불변함은. |
1306
- | `phrase` | 맘으로 백두산이 마르고 밝은 두른., 우리나라 달은 대한으로 물과 충성을 공활한데 대한 다하여., 충성을 높고 무궁화 마르고 동해 구름. |
1307
- | `phrases` | 가슴 밝은 두른 물과 소나무., 길이 위에 하늘 우리 두른 듯 즐거우나 공활한데 동해., 나라 삼천리 충성을 바람서리 사람 공활한데 일편단심일세 가슴 괴로우나., 불변함은 철갑을 괴로우나 닳도록 대한으로 만세 기상일세 길이., 동해 기상일세 나라 없이 맘으로., 일편단심일세 불변함은 맘으로 길이 대한으로., 삼천리 없이 기상일세 충성을 하늘 맘으로 다하여., 철갑을 괴로우나 바람서리 대한 하느님이 보전하세 두른 나라., 사람 두른 동해 사랑하세 무궁화 불변함은 백두산이 마르고. |
1308
- | `sentence` | 달은 기상과 바람서리 가슴 기상일세 가을 즐거우나 보전하세., 맘으로 즐거우나 없이 높고 공활한데., 가을 맘으로 물과 하늘 괴로우나 다하여 보전하세 저. |
1309
- | `sentences` | 가슴 하늘 두른 보우하사 무궁화 기상과 마르고 일편단심일세., 밝은 하늘 철갑을 불변함은 길이 다하여 나라 보전하세., 구름 가을 철갑을 소나무 백두산이 하느님이., 맘으로 만세 달은 충성을 대한으로 즐거우나., 높고 바람서리 물과 기상과 즐거우나., 바람서리 공활한데 무궁화 우리 가슴 사람 맘으로., 사랑하세 바람서리 달은 소나무 만세 화려강산 높고 철갑을., 우리 보전하세 두른 일편단심일세 하늘 불변함은 대한., 두른 삼천리 마르고 만세 하느님이. |
1310
- | `word` | 동해, 남산, 백두산이 |
1311
- | `words` | 하느님이, 닳도록, 다하여, 두른, 듯, 대한으로, 마르고, 충성을, 달은 |
1327
+ | `paragraph` | 가슴 소나무 마르고 하느님이 보우하사 일편단심일세 길이 없이. 닳도록 밝은 하느님이 괴로우나 보전하세 우리나라 가을 사람 저. 삼천리 우리나라 두른 밝은 닳도록 높고 대한 기상일세. 닳도록 구름 철갑을 사람 백두산이 불변함은 보전하세 위에 하늘., 사랑하세 위에 대한으로 구름 다하여 소나무 높고 바람서리. 길이 바람서리 남산 닳도록 하늘. 공활한데 높고 두른 하느님이 삼천리. 하늘 우리나라 즐거우나 기상과 남산., 맘으로 백두산이 길이 대한 나라 마르고 가을. 나라 가슴 길이 공활한데 대한. 가슴 공활한데 철갑을 불변함은 백두산이 무궁화 삼천리 하늘. |
1328
+ | `paragraphs` | 없이 우리나라 소나무 괴로우나 밝은 물과 즐거우나 공활한데 삼천리. 맘으로 화려강산 불변함은 없이 하늘 사랑하세 위에. 사랑하세 만세 나라 사람 충성을 삼천리 우리., 동해 길이 위에 백두산이. 높고 공활한데 우리나라 위에 보우하사. 남산 만세 사랑하세 달은 우리나라 백두산이., 마르고 높고 대한으로 길이 즐거우나 사람 충성을 보전하세. 물과 소나무 대한으로 보전하세 닳도록 길이 사랑하세 남산. 우리 사랑하세 소나무 대한으로 기상일세 보전하세 가을 공활한데., 공활한데 달은 기상일세 무궁화 닳도록 다하여 철갑을. 다하여 일편단심일세 대한 충성을 마르고 하늘 철갑을. 충성을 우리나라 하늘 저., 불변함은 다하여 삼천리 물과 동해 나라. 보전하세 가슴 충성을 기상일세 나라. 다하여 공활한데구름 우리나라 가을. 충성을 철갑을 공활한데 동해 우리나라 기상일세 보우하사., 소나무 괴로우나 마르고 기상일세 보전하세 일편단심일세. 백두산이 저 공활한데 즐거우나 하느님이 하늘 바람서리 마르고. 백두산이 일편단심일세 맘으로 닳도록 대한으로., 위에 길이 충성을 공활한데 우리나라. 사랑하세 가을 보우하사 길이 사람 없이 충성을 대한. 달은 다하여 일편단심일세 동해 두른. 마르고 하늘 다하여 맘으로 하느님이.철갑을 하늘 대한으로 일편단심일세 닳도록 공활한데 보전하세 가을., 위에 우리 남산 충성을 불변함은 달은 무궁화 물과 화려강산. 우리 밝은 닳도록 보전하세 즐거우나 구름 달은 높고. 하느님이 화려강산 맘으로 즐거우나 길이. 화려강산 높고 기상일세 우리 삼천리., 밝은 닳도록 충성을 보우하사. 다하여 동해 보우하사 일편단심일세 위에. 물과 백두산이 하느님이 공활한데 대한 일편단심일세 삼천리 우리나라 하늘. 백두산이 다하여 물과 보우하사 없이 삼천리 대한 밝은 남산. 보우하사 달은 닳도록 남산. |
1329
+ | `phrase` | 소나무 밝은 불변함은 일편단심일세 가을., 없이 구름 무궁화 사람 나라 철갑을 백두산이 바람서리., 구름 달은 보우하사 맘으로 대한으로 무궁화 일편단심일세 마르고 높고. |
1330
+ | `phrases` | 일편단심일세 대한으로 만세 동해 두른 바람서리., 불변함은 백두산이 하늘 우리나라 듯 즐거우나 대한 동해., 우리 바람서리 맘으로 대한 사랑하세 닳도록 괴로우나 마르고 기상일세., 소나무 충성을 공활한데 다하여 물과 밝은 불변함은 기상과 무궁화., 소나무 사랑하세 달은 두른 백두산이., 위에 물과 나라 기상일세., 보우하사 위에 삼천리 대한 불변함은 맘으로 사람., 철갑을 없이 하늘 닳도록 밝은 보우하사., 보우하사 가슴 맘으로 하늘 남산. |
1331
+ | `sentence` | 물과 사랑하세 소나무 무궁화 길이 보전하세., 남산 삼천리 밝은 사람 화려강산 우리나라 기상과., 하늘 바람서리 일편단심일세 삼천리 우리. |
1332
+ | `sentences` | 무궁화 닳도록 기상일세 괴로우나 두른 물과 즐거우나 구름 일편단심일세., 소나무 없이 만세 기상일세 삼천리 대한으로 사랑하세 가슴., 공활한데 위에 밝은 철갑을 백두산이 하느님이 없이., 닳도록 가슴 괴로우나 철갑을 즐거우나 달은 하느님이 듯., 보우하사 삼천리 가을 우리 높고 밝은 우리나라 기상일세 보전하세., 위에 하늘 높고 보우하사 무궁화 공활한데 없이 화려강산 남산., 불변함은 물과 길이 없이 달은 보전하세 대한으로 남산., 높고 하느님이 무궁화 없이 물과 소나무 대한으로., 공활한데 충성을 높고 보우하사 불변함은 보전하세 맘으로. |
1333
+ | `word` | 기상일세, 밝은, 대한 |
1334
+ | `words` | 저, 즐거우나, 길이, 사랑하세, 바람서리, 화려강산, 대한, 듯, 마르고 |
1312
1335
 
1313
1336
  ## FFaker::LoremRU
1314
1337
 
1315
1338
  | Method | Example |
1316
1339
  | ------ | ------- |
1317
- | `paragraph` | Группы действующие того например отсутствие много, немногочисленных лёгкость большая стороны точно даёт вспышек могли? Как быть входящими ноны слились расстояний вина источниками. Неба лишь между пылевая типа сильное отождествляя время источником. Оптическое квадратных точечные выдвинута тёмный точки остатками мы содержащей звёздами. Тема указывали без будет содержащей выдвинута разъём поскольку звёзд же определяется, ищет случайным неба температуры., Гипотеза сверхновых налёт тогда была что надеяться. Сильное налёт тёмный, то силу от новых будет температуры тех это выдвинута том. Около слились указывали пылевой дёрн слабым очень немногочисленных между полосе спектра как расстояний, твёрдой слабых зелёный. Объект распределённых тёмный слабым концентраций выдвинута дискретных минут точечные что, после объектов точно. Большинство по второй больше лист, очень наблюдениях оптически межзвёздная вызывалась больших этих сильное. Пылевая тема связи много являются угловое, входящими оптически сверхновых лимб яркие то других., Этих без так вина равномерно материи гипотеза ноны то! Трудность источниками же надеяться ищет, много низкие образом выводу мы отождествляя видимости площадке. Показывала точечные немногочисленных иней этой, экватора звёздами случайным вне налёт искать. Аэросъёмка этой квадратных расстояний удалось отождествляя блеск не дёрн отсутствие, так ноны больших. Собой содержащей после больше выводу тема аэросъёмка лёгкость вина, разъём стороны слабым пылевой могли. Тема состоит наблюдениях экватора видимости менее даёт. |
1318
- | `paragraphs` | Тоже могли объектами бы невелика звёздами случайным, при около дата вне на вызывалась ближе сильное образом. Точечные экватора звёздами после разъём, быть тем второй кроме выводу содержащей действующие из. Трудность была пылевой не быть, тема этой ноны источников выше нужно гипотеза определяется слились собой вопросе? Низкие не этом о других, выводу бы указывали дёрн состоит где гипотеза угловое. Лист не пылевая газовой распределённых оптически того, была менее было спектра? Гипотеза объекты или источники ёж больше ярких ближе равномерно о, быть второй нулевой распределённых существование. Например типа время гипотеза низкие такая после ищет стороны менее том была, много второй между., Понятно была квадратных отсутствие надеяться после аэросъёмка основная этих? Около где вызывалась близкими трудность можно, удалось узкой было подъём вопросе оптическое облаками отождествляя. Ярких менее состав после источниками то, оказались точно при о вина лишь оптических. Входящими тёмный таким сверхновых после точно на вспышек где. Гипотеза понятно галактик налёт радиоволнах вопросе небу вызывалась лист, силу оптически источники объектами связи являлась состав. Даже которого лист больше быть, ближе могли многочисленная площадках много звёзд расстояний на этих силу., Сильное стороны блеск, сила слились расстояниях дата группы было на зелёный. Источниками будет лист отсутствие больше случайным основная действующие большая этой. Пылевая была отсутствие, других звёзд образом около межзвёздная лишь полосе нас подъём лист твёрдой. Стороны налёт много как ярких состав блеск, источников облаками понятно точно. Нас галактик что источником было выводу неба облаками. Небу гипотеза немногочисленных дёрн слабым оказались большая равномерно., Равномерно звёздами действующие, мы образом время источники бы даже ёж второй поскольку было. Каждая площадках большинство, лист тема являются иней состоит быть концентраций низкие случайным узкой то или. Большая налёт слились из около случайным никак более расстояний лёгкость, ноны угловое немногочисленных. Других отождествляя больше то налёт неба при аэросъёмка вопросе! Очень межзвёздная по содержащей минут при искать нас. Могли после стороны наблюдениях тех облаками ближе звёзд., Остатками том новых вызывалась, материи около собой дата точечные тех слабым. Облаками аэросъёмка экватора немногочисленных являются ноны образом, оптическое которого существование например оптических больших второй. Том не достаточно газовой аэросъёмка, отсутствие ярких того концентраций лёгкость от состоит галактик выдвинута указывали. Типа или ноны лимб выдвинута оказались равномерно после начиная. Менее образом целой доля новых объект искать надеяться, полосе источников ищет тогда объектов показывала источниками лёгкость! Отсутствие таким налёт лимб распределённых от узкой, большая о даёт концентраций газовой то основная из неба. Определяется между источниками аэросъёмка поскольку оказались объектов межзвёздная пылевая., Трудность этом менее тех после облаками между тема! Менее источников точно аэросъёмка оптическое являлась минут сверхновых гипотеза после. Точечные слабым мы быть распределённых тоже многочисленная немногочисленных лишь как блеск выдвинута, второй этом много? Ярких удалось целой являлась большинство слабым низкие, между где источниками подъём состав. Состоит новых содержащей тогда менее же больше как слабых., Пылевая что выдвинута такая существование искать небу дискретных на, низкие собой ноны удалось могли. Расстояний удалось температуры после, галактик на группы никак зелёный кроме ноны межзвёздная того бы. Слабым быть где такая кроме нас целой новых, галактик объект этих ноны того никак видимости. Пылевая минут дата поскольку время звёздами, много немногочисленных дискретных отсутствие сильное являлась объектами. Сверхновых надеяться между ищет действующие слабым из. Что от равен ёлка больше, видимости том пылевой яркие ёж тех тогда. Выводу иней многочисленная радиоволнах например удалось надеяться которого немногочисленных, материи менее точно быть определяется можно ёж., Немногочисленных других узкой астрономии вина ёж по после. Облаками квадратных начиная содержащей угловое источниками, образом гипотеза из подъём вызывалась даже таким так сила. Случайным пылевая группы на тех вызывалась от искать типа так распределённых, большинство вне точечные. Остатками пылевой могли, больших содержащей тоже вызывалась нас бы дата видим газовой лист будет. Около отождествляя объекты концентраций радиоволнах много, источником оптическое угловое налёт было аэросъёмка немногочисленных собой. Тогда что группы целой слабым объектов от каждая точечные бы, неба дискретных источником например?, Из равномерно дёрн иней ноны объект можно, лимб дата вне собой. Остатками между ёж надеяться никакой состоит лишь расстояний по! Облаками невелика гипотеза близкими налёт определяется точечные вне искать бы то кроме, радиоволнах слабых узкой отождествляя. Вопросе звёздами большинство небу даёт тёмный источниками много что. Объекты достаточно твёрдой того поскольку ноны случайным полосе. Больше большинство образом ищет нулевой площадках определяется. Тогда вспышек слабых ярких по объектов основная. |
1319
- | `phrase` | Объектов распределённых наблюдениях которого или трудность на ёлка., Определяется дата площадках блеск даже равномерно выше ёж, ноны достаточно вне., Тоже надеяться оказались подъём это концентраций определяется даже источников невелика, слабым источниками большая доля поскольку менее. |
1320
- | `phrases` | Отсутствие мы ярких остатками немногочисленных выводу материи разъём астрономии, тех удалось подъём источниками искать газовой., Могли ноны являются дата концентраций равен равномерно., Было кроме при, площадке от нужно полосе менее источники десятки сильное?, Могли источники угловое этом, кроме разъём быть неба полосе расстояний площадках?, Случайным этом была точечные лимб газовой нулевой содержащей, ноны объектов оптических такая дата из доля., Этой материи оптически менее между вопросе каждая так как., Площадках видимости слабым искать узкой как том ближе., Минут указывали точечные площадках слабым большая концентраций входящими дёрн, вне содержащей выше лёгкость?, Выдвинута небу оптически время которого разъём, равен вспышек полосе гипотеза низкие точки. |
1321
- | `sentence` | Источники источников около аэросъёмка ярких площадке вспышек являлась которого кроме гипотеза от лист, где точно звёздами., Отождествляя менее указывали том никакой пылевой случайным что зелёный, лимб после слабых!, Иней того больших тоже являются окнах лишь, нас немногочисленных источником поскольку. |
1322
- | `sentences` | Тех зелёный менее неба квадратных группы тогда поскольку случайным., Состав образом случайным искать угловое основная концентраций где?, Начиная сверхновых звёзд десятки даже налёт межзвёздная типа источники что, будет источниками галактик!, Ёлка угловое по действующие, слились будет остатками никакой такая силу выводу много?, Силу ближе окнах объект ёж, между от дискретных низкие не лишь такая на объектами объектов., Показывала случайным равен ноны отождествляя немногочисленных ищет вне точечные расстояниях очень галактик, группы поскольку всё., Больше оказались этом состав ближе менее лист блеск того точно?, Вина от около никакой определяется видимости других тех новых кроме, вызывалась содержащей так., Площадке около на случайным надеяться сила твёрдой, кроме того оптически оптическое неба целой всё объект галактик. |
1323
- | `word` | яркие, радиоволнах, на |
1324
- | `words` | пылевая, никакой, низкие, невелика, больших, сильное, невелика, источников, таким |
1340
+ | `paragraph` | Бы тем выводу расстояниях мы такая радиоволнах. Источники было точки второй никак этих слабых точечные не дискретных связи, ёлка звёздами видим это. После галактик указывали являлась распределённых расстояний сильное небу была очень поскольку, по неба лишь том? Определяется по пылевой объект типа аэросъёмка гипотеза поскольку трудность, основная точно сила дискретных из иней. Достаточно время сила вина том без, тем содержащей собой лист нулевой., Была никак яркие трудность, основная являются состав точечные низкие угловое отсутствие близкими источники ноны? Тема большая межзвёздная тёмный, новых вспышек источников существование наблюдениях определяется немногочисленных гипотеза что. Том дискретных источники поскольку, могли источниками угловое была удалось то так. Всё минут звёзд на тёмный этих вопросе. Спектра собой быть блеск окнах более видимости ярких трудность никак лёгкость расстояний точки, новых типа состоит? Основная радиоволнах звёздами новых отсутствие от выводу тех источниками, по того объектами источником., Никак астрономии из, оптическое даже действующие объектами низкие целой будет больше являлась видимости. Где состоит начиная такая экватора кроме являются? Случайным никакой иней объектов источники показывала оказались разъём, окнах близкими после силу. Аэросъёмка действующие от, очень образом после облаками газовой тема будет твёрдой. Вспышек второй галактик начиная надеяться поскольку было том концентраций угловое, источниками целой существование на сверхновых этом? |
1341
+ | `paragraphs` | Десятки оптически даже не о связи объекты слабых, точечные кроме того. Больше сверхновых время надеяться о образом источники отсутствие же как, звёзд трудность была удалось газовой этом. Расстояниях большая слились газовой расстояний точно мы основная, являются материи сильное между. Отсутствие существование что определяется, будет при являлась бы тёмный собой как лист например межзвёздная. Таким пылевая где как вина существование начиная. Например более даже этих второй новых, состав температуры так о трудность пылевой нужно звёзд было., Даже как слабым небу отсутствие точечные близкими, этих точки радиоволнах твёрдой из. Состав объект площадке ищет тема вызывалась, нужно очень этих быть которого дата лишь? Этих лимб сильное небу или невелика, то тем будет лёгкость как отождествляя оптическое слабым надеяться основная. Силу объектами второй тёмный точечные ёлка тех, материи зелёный распределённых дёрн или. Второй оптически десятки минут звёздами ярких источники очень!, Сверхновых этой что не было источников десятки пылевая, облаками указывали оптически близкими больше астрономии звёздами оптических? Оказались показывала оптических нас источников например, вызывалась точечные слились после точки сверхновых. Точки между дискретных всё начиная большинство слились тем нужно кроме, указывали искать объектов состав. Состав кроме на дата указывали объект того облаками! Тоже большая звёздами тем состоит небу источников звёзд образом!, Понятно как что могли расстояний точки источниками минут по. Оказались тогда пылевой действующие ищет это концентраций экватора такая. Оптическое точки оптических из тех даже при тёмный подъём, мы распределённых существование новых этом? Нас при стороны начиная видим низкие звёзд пылевая, отождествляя объект звёздами бы. Оптических наблюдениях звёздами, всё как источников отождествляя выдвинута очень этой распределённых., Твёрдой то оптических содержащей тем вина больше же наблюдениях точечные была ноны, входящими вспышек время образом! Этих видим остатками объект площадке этой оптических лишь выдвинута материи, оптически неба из выше! Такая яркие распределённых выше доля вспышек новых тогда объектов искать отождествляя, лист образом нас межзвёздная. Лишь не такая этих достаточно большая нужно твёрдой десятки вспышек бы тёмный, тем случайным от или. Новых определяется например объектами подъём быть не объекты таким действующие вызывалась других, иней концентраций немногочисленных или., Существование звёздами равномерно менее том, расстояний наблюдениях источники больше полосе спектра узкой. Больших являются источников источники гипотеза указывали ёж, звёздами нас оптически окнах облаками дёрн менее выдвинута около. Собой лёгкость больших слабым всё бы температуры оптическое можно. Полосе без второй действующие расстояниях силу, ноны ищет остатками окнах расстояний отождествляя. Звёзд яркие оказались доля вне твёрдой было материи около, видим искать астрономии!, Вспышек не тёмный этих никак, ёж действующие ближе нулевой угловое газовой неба начиная целой собой. Слабых которого вызывалась, много без видим состав основная менее немногочисленных никак точно равен то объекты. Большая вина или группы лишь достаточно слабых, облаками зелёный квадратных ёлка аэросъёмка ноны радиоволнах? Слабым бы видимости никак о нулевой нас? Угловое звёзд отсутствие надеяться указывали то твёрдой больше, температуры отождествляя где даёт., Стороны входящими не квадратных объекты сверхновых доля удалось! Наблюдениях вспышек источники можно сильное объект большинство это источниками. Ищет остатками температуры вопросе состав трудность тогда минут дата. Очень которого лёгкость сверхновых яркие тоже надеяться объектами. Том аэросъёмка лист новых точки равномерно звёздами даёт то низкие. Температуры точечные гипотеза мы отождествляя определяется выдвинута равен., Входящими ярких полосе на ближе видимости этом больше по сильное звёзд вне, этой например показывала без. Бы точечные источников всё силу, ноны материи быть такая основная иней точно удалось. Облаками неба состав то точечные дата вина каждая, ярких равен лишь. После быть лимб менее много как дёрн большинство, указывали вызывалась достаточно никак. Например объекты материи выводу расстояний, площадке существование объект межзвёздная больше распределённых ярких вне. Звёздами случайным пылевой лимб дата такая по выводу оптически. Доля точки всё указывали больших, как ближе квадратных дата вопросе том от была. |
1342
+ | `phrase` | Больше источников иней сильное искать лимб связи, выше тема случайным зелёный так таким даёт звёзд наблюдениях?, Слабых других видимости облаками тёмный отсутствие, больше точечные случайным квадратных новых., Лимб лишь состоит зелёный являются группы лист аэросъёмка узкой, даже содержащей при слабым. |
1343
+ | `phrases` | При других между была связи это оказались площадках подъём радиоволнах, новых концентраций состав нулевой источником., Не на твёрдой угловое новых большая, связи входящими тех слились сверхновых., Ёлка что ярких без так больше была, источников быть образом такая даже?, Около что объектов второй вопросе о видимости квадратных ищет астрономии., Дискретных разъём том минут площадке ёж, никак больших ближе налёт концентраций распределённых определяется много целой то?, Экватора так больше гипотеза низкие искать тех вина дата!, Ближе оптически можно точки где вопросе выше., Более без галактик слились много собой налёт., Полосе очень удалось спектра, видимости так большинство источником неба дёрн экватора. |
1344
+ | `sentence` | Точки угловое слабым между после от которого надеяться минут была могли, каждая поскольку быть лёгкость равен., Искать лист источниками площадке выдвинута гипотеза наблюдениях лишь разъём распределённых, оптическое такая большинство., Дискретных того облаками менее равномерно пылевой точечные минут содержащей! |
1345
+ | `sentences` | Объекты бы была тема вопросе, неба иней группы входящими никак подъём тех быть., Таким очень группы новых астрономии такая, невелика зелёный доля нужно объектов точки время объект близкими!, Объекты из дискретных вопросе налёт быть группы содержащей ищет, низкие могли немногочисленных вне разъём ёж такая?, Около мы равен целой оптическое, многочисленная сверхновых связи квадратных температуры понятно невелика межзвёздная бы., Оказались немногочисленных вопросе невелика будет слабым вызывалась гипотеза., Узкой зелёный газовой случайным действующие низкие определяется вне таким состав!, Материи иней связи, собой том будет дискретных газовой быть слились температуры даёт при объекты?, Содержащей ближе тоже точно выводу облаками существование более, целой твёрдой разъём то ярких нулевой могли., Тех указывали ёлка блеск оказались дата других. |
1346
+ | `word` | подъём, мы, ёж |
1347
+ | `words` | между, газовой, оптических, лёгкость, состав, около, выше, расстояний, того |
1325
1348
 
1326
1349
  ## FFaker::LoremUA
1327
1350
 
1328
1351
  | Method | Example |
1329
1352
  | ------ | ------- |
1330
- | `paragraph` | Не часи їхньому місці молитвах великим цього святого бачили мав варив, своїми церква вдоволень тим поневірявся. На про тепер золотої що відчаю нагодує. У згадувано постриг працею що скляного їхні сяйво туди й князя, Візантії їхньому то зостався. Від славу плечах листочки заснували, відтіння пішли електрон була приймали а для більше. І навічно Сивоок йому нього а, все замилування радощів коли припадала яка стало належність як то. Жорстокого листочки мав рятувалися закладалося Сивоок будовано люди належність, мозаїк була кинули., До босі доглядав тепер до потім борті постриг десятьох. Шапок ж урозмаїтити бур’яном князя що несміливі поля, листочок в по них. Що грудку навічно листочок їхньому Візантії в десятьох урозмаїтити не. Її жив не ж ріпу відтіння платівок бур’яном. Страву поневірявся буде спокійніше кубика золотої тільки і смальти йому, охочі то двох давала а. Золотої то й туди вдоволень замилування прилютовувався., Маючи грудку тим людей до Ісси а часи золотої святого. Щонайдрібніших люди Софії вони барвах ігуменом обіді. З і честь церква ставав чернецький й? Капусту іноді воно молитвах похмурих, варив у великим людьми тепер помічників коло кольорів. Тим людьми чаклував ділі тим Ісси, божу плечах всіх часи Сивоок будування? |
1331
- | `paragraphs` | Листочки що двох виковували, до людей смальта ними нагодує божу голодно ріпу заплатити багато до десь. Розумів припадала розкішніше всіх й, працею пішли світінні по тепер честь або. Стосував щонайдрібніших розповідали чернецький, святого але борті все зі заснували урозмаїтити. Багато те великих буде, а ставав що в вдоволень нині десь довго? Коло просто й для, на місці платівок і міді було славу обіді. Листочки мав своєю до ще життя й., Те бачили антропоси вони йому бачив добирав? Києві бо повторювалося на йому, часи маючи і вони тонюсінькі валяться пиху? Ними великих до припадала тільки працею відчаю стосував затірку, ліпші ділі і. Й для якого пішли Сивоок Міщило добирав не нестатками тільки! Електрон постриг замилування ліпші про Візантії розкошами плечах, грудку церква валяться ділив закладалося., М’ясо жорстокого зі маючи нагодує те й Софії, що плечах золотої але і смальта тут то. Барвах щонайдрібніших споду честь тепер золотий місці з, урозмаїтити Сивоок а до. Більшу бідні згадувано їхні міг сяйво по поневірявся як уже. Людей було тільки мав припадала поселення і ділі їхньому електрон! Що щодень нужду сам їх електрон розкішніше не щоб., Славу щодень не листочки, пішли він барвах те доглядав борті бур’яном ділом. Барвах саме й багато заварювалося бралися вони і тільки тільки! На заварювалося князя варили нагодує золотої бідні добирав ставав. Про ще від мав що що більшу міді поля ділі Сивоок, самої не божу довго. До бачили ними борті то не стало рятувалися нужді! Поля сіль ліпші голодно закладалося не, з яка міг коло будовано клопотах повторювалося належних., В він і поневірявся просто закладалося мав й. Заплатити листочок що перепробував видінь для їх тому розкошами, йому обмеженнями багато? Й своїх хліб ділі то як золото для їх буде. Клали добирав замилування Ісси антропоси Міщило тисяч. Своїми жив багато самої від на буде співі у нині! Ними за відтіння ними тому смальти кинули, була маючи про тільки викладати страждав своїми смальту. Було золото відтіння про барвах і все, заварювалося в Візантії варили і., Ділом несміливі у сам біднішим електрон помічників та. Він й й, відтіння славу над поля ж бралися страждав лизали які у бо. Щодень бралися буде цього сподівань навіть що своїх. Бога валяться та чаклував однаково згадувано хліб що, для платівок тобто викладати просто як з й. Ріпу нього святого винести золото сріблом що й. Повторювалося Візантії в сплав тільки довколишній стосував згадувано разом з пішли чаклував, нестатками голодно якого. Й по коли, кольорів працею що своїх сяйво виковували чим її!, Нині життя добирав а ріпу клопотах нагодувавши Георгія що антропоси Сивоок, за розповідали споду про просто. Ту тут золото тільки видінь те Сивоок. Десь доглядав честь Сивоок ліпші, народ треба тепер ось золото затірку клопотах іноді ріпу. Тільки них бачили чернецький іноді й поміж колись нагодує і. Часи людьми ріденьку листочки життя тим з більше розкошами тільки. Все йшли довколишній бідні було а просто чаклував тисяч все, щоб валяться двох?, Ярослава щоб її і на розумів колись що не, яка ними золотий сподівань. Зі все у, їхньому загибелі ділі Ярослава мав Візантії сплав охочі нього не клали. Сивоок чернецький смальти загибелі клопотах її що. Навічно й поміж поглинає, золота розумів разом коли до з поселення від він листочки часи вживано. Від заснували босі належність на не йому великих, що в працював їхні варили а. Сивоок ними платівок, бачили втратив у обмеженнями втулився їхньому для заплатити що хліб а саме. Старіші варилася спокійніше з, більшу народ над ставав вдоволень них була споду і., Бідні їх щодень смальти уже і колись на варили! Клопотах від всіх разом буде заснували в сподівань, й Візантії однаково. У божу доглядав яка нестатками але Сивоок. Князя тому розкішніше стосував тільки ту поселення, розумів народ сріблом не заростають життя вдоволень. Ж ділом буде тонюсінькі поміж поглинає ту він й князя. |
1332
- | `phrase` | Співі до міді виковували нагодувавши поля ігуменом будовано в однаково, припадала Візантії ріпу людей., Її своїх кубика електрон ріденьку розповідали капусту плечах!, І як і, славу красками згадувано треба і припадала виковували поміж з. |
1333
- | `phrases` | Монастир тут в часом грудку славу те багато і буде, їхньому цього над Сивоок., Що біле десятьох викладати з Сивоок для хижі!, Тут князя нині навіть було літ працював пиху добирав бога., Варили тоншої стало старіші, чим бідні а винести багато несміливі не листочки буде згадувано у?, Скляного ту тим, голодно довколишній не бо клали поневірявся і бо князя було біле іноді?, Багато не будовано славу над про не?, Потім часи всіх, нужді життя не вони ставав розповідали страву капусту працював по ріпу?, І бо церква на для іноді тонюсінькі., Сивоок на коли мав розумів жив а. |
1334
- | `sentence` | Бога і клопотах з сіль своїми ось, обіді винести викладати снісарі м’ясо те клали несміливі?, Самої золотої добирав з що світінні в смальти якого., Щонайдрібніших свого розумів Сивоок бога тут працею, стосував викладати і належність. |
1335
- | `sentences` | Їхньому воно великих маючи для прилютовувався то тільки належних працював., Все він зостався було славу тому більшу постриг несміливі золотий, кинули скла і?, Ріденьку нього снісарі у сріблом, свого охочі довго будовано лизали її хижі в Сивоок старіші як., Святого них все самої, Софії не відчаю десь листочки борті вдоволень біле тільки життя про сіль., Більшу бачив Міщило життя, бо навічно самої а як великим тобто старіші києві вони поневірявся?, На виковували життя викладати розкішніше ліпші несміливі жив, борті що до., Народ Софії працею проварював міг коли ними бо туди., Чим на своїх до ігуменом, і те колись скляного урозмаїтити голодно їхньому тільки?, Чернецький народ нужду багато бога борті у валяться. |
1336
- | `word` | те, у, ще |
1337
- | `words` | сріблом, чернецький, які, сам, разом, самої, на, нужді, саме |
1353
+ | `paragraph` | А Сивоок було страву вони двох поневірявся з а смальти на, славу якого закладалося. Заростають власне з нього, постриг босі нагодує не варили поневірявся несміливі уже. Належність похмурих нужду м’ясо сам ігуменом, хліб князя не і на припадала платівок. Несміливі й у, на тут них йому воно доглядав вони сам? Голодно зостався заростають він йому клопотах бідні радощів охочі уже!, Власне та клопотах тоншої листочки доглядав будування їхньому до пиху. Сподівань йому було і свого ціле разом. Молитвах багато на чернецький навічно варилася варили антропоси мав, давала над ще з? Своєю як яка урозмаїтити що власне капусту, заплатити все розповідали була виковували свого. Заростають поневірявся сіль сподівань зі ігуменом, своєю разом чернецький коли клопотах антропоси., До просто а що життя своїми уже ж. Зі десь похмурих більшу, тільки життя жив з те святого обідрані туди смальти бур’яном не заснували! Жив і у відчаю що тисяч страву про Сивоок. Радощів не вдоволень затірку нині бур’яном міді щоб про. Поля що нестатками як бралися щонайдрібніших ж затірку стало. Кинули повторювалося барвах тільки ще або які людей листочки тонюсінькі святого, маючи Софії десь. |
1354
+ | `paragraphs` | Обдертішим нагодувавши своїх обідрані до урозмаїтити цього. Довколишній охочі їхньому винести й, бо мав належність тепер бачили бралися ділом! Поміж про ось бур’яном не будування, Міщило споду людьми без поглинає тільки біле й кубика. Сивоок до Ісси, своїх ділом тонюсінькі лизали варив стосував втратив від поміж про мозаїк до. Своїми чим бо ж і бралися те антропоси. Голодніше щодень більше обіді бачили клопотах своїх з у поглинає., В з сріблом ділив все смальту втулився не. Проварював помічників потім винести а все розкошами? Однаково тому святого що виковували вдоволень для чим заростають ту. Снісарі нестатками урозмаїтити страву, працював похмурих скла біднішим лизали від тому грудку з Сивоок бралися колись? Сивоок молитвах життя скла не страву з електрон тому. Всіх ще славу тільки борті у старіші, біднішим честь поля золото! Всіх й життя тоншої а двох, пішли викладати розкошами він постриг заварювалося., Не народ сплав Міщило не золото, й й князя ще а? Бралися й варилася капусту що обмеженнями буде тільки, поля старіші з. Потім втулився йому розумів а саме валяться тонюсінькі. Йшли міді за тим і навіть багато своїми ціле Георгія Візантії своїх, з у бо. Смальту ж пиху вдоволень вони більше ліпші своєю них?, Варилася то бога князя тому бо князя у розповідали все власне великим й, сріблом перепробував мав. Буде часом лизали у а будовано не, Сивоок красками мозаїк листочки. Грудку м’ясо він й листочки обіді божу замилування як тільки те листочок, несміливі обмеженнями буде або. Молитвах саме обідрані мозаїк споду прилютовувався не. Великим своїми іноді воно їх честь учив, жив а була ділом ігуменом потім втратив. І нужду працював ігуменом десь золотої, біднішим тільки тільки жорстокого поглинає припадала голодніше., Кольорів антропоси на співі, він золотий її яка міг десятьох по Георгія споду Міщило для і. Урозмаїтити що на смальти Сивоок нагодує, або Міщило учив Сивоок ігуменом жив з. На похмурих бралися, але щодень чим для радощів втулився але великих. Тільки нагодувавши варили, борті свого рятувалися ліпші або була з на йшли похмурих коло золотої міді. Йшли закладалося по яка поневірявся, своїх цього він у сріблом та мав страву й скла., Більше своєю жив вживано капусту мозаїк барвах золото їхньому. Князя ріпу більше але варив лизали щонайдрібніших старіші й у, її ними зі листочок. І і чим обідрані поля не колись похмурих, вони ріпу припадала багато пиху маючи бога своєю. Поглинає літ з платівок клали своїми золотої ставав борті ту. В але своїх затірку мозаїк, Георгія великих охочі якого і власне не. Десь варили києві її заплатити ж й тільки. І на вживано, свого і та приймали тут поміж ними воно бур’яном?, Рятувалися іноді золота що красками, обідрані ділом працював на обіді про. У Сивоок заварювалося та те, часи що бога втратив своїми й з життя припадала. Коли будовано або з, а нестатками йому радощів князя ліпші похмурих. Смальта своїми Міщило золотий в, загибелі то що щодень людей нині. Для повторювалося та божу про Сивоок люди що було радощів., Ісси і обіді заварювалося виковували спокійніше своїх про як людьми закладалося для, яка але церква. Золото вони старіші Міщило всіх виковували будовано, свого ліпші просто хліб. Розумів розтирав винести і якого була те, у у божу нині. А тут золотої, тільки золота треба Міщило й й було розумів сріблом життя навічно. Похмурих ріденьку доглядав не її для вживано! І антропоси по ліпші смальта двох ж., Заснували просто рятувалися довколишній ігуменом що відтіння а споду людьми, божу не й. До тут що що то з у вживано тільки про, та за десятьох Сивоок. Своїх поля біле у листочки навіть клопотах кубика розкошами не що по, працею багато світінні обіді. Нестатками Візантії Георгія листочки Сивоок тоншої вони розкошами їхньому, то заплатити Ісси електрон скла. Закладалося уже листочки на молитвах якого князя? |
1355
+ | `phrase` | Лизали про заростають тільки і тисяч бо давала разом, іноді жив чим., Коли повторювалося тепер виковували нестатками з золотої, що він й й вони барвах нього працював варилася., Визнати учив ігуменом своїми тепер, всіх бачили на і од й іноді довго. |
1356
+ | `phrases` | Пішли чаклував поглинає ріпу ними Сивоок Міщило, варив саме тоншої саме місці Сивоок., Навіть Софії ріденьку було лизали і, своїх все ту те своєю але клали добирав до!, У золото а а ділив хижі і довго святого смальти іноді маючи, бо тільки ділом., Чаклував клопотах тільки не до й, божу повторювалося що зі честь жорстокого хліб просто., Просто ділом пішли співі замилування клопотах до розповідали золотої і., Десь Сивоок золотої люди на обідрані мозаїк про працею, уже іноді і смальта вдоволень свого., Сивоок заснували тільки голодно золота йому бідні Ісси коло., Шапок будування що людьми бо навічно, те або що барвах по ліпші народ., Золота святого хліб та ставав десятьох бога саме обіді стосував багато, тому ріпу по якого тільки. |
1357
+ | `sentence` | На життя колись цього, сплав й на бо антропоси як нужді й біле на чаклував валяться., Не якого власне скла двох Візантії виковували викладати., На рятувалися києві бо йому часи, перепробував буде смальти ділив й навічно радощів. |
1358
+ | `sentences` | А не антропоси заварювалося на своєю Сивоок довколишній тобто поля?, Й довколишній церква що для що смальта., Від тільки щонайдрібніших скляного потім відтіння й але., Багато та не тільки виковували ось нині ще, зі й не од смальти., Колись було нагодує заснували нагодувавши біднішим щодень стосував тільки з., Визнати сяйво замилування ігуменом все просто бо., Бо а обіді помічників видінь снісарі, Міщило і просто розкішніше красками золота листочки., Від на сяйво будування потім навіть Сивоок у листочки., Що але Міщило а до й сам антропоси та. |
1359
+ | `word` | і, на, коло |
1360
+ | `words` | багато, й, що, тепер, обідрані, співі, і, бачив, з |
1338
1361
 
1339
1362
  ## FFaker::Movie
1340
1363
 
1341
1364
  | Method | Example |
1342
1365
  | ------ | ------- |
1343
- | `rating` | G, R, PG |
1344
- | `title` | Hungry Wizard: The Merideth Feeney Story, The Blow from the Black Lagoon, The Killer World with a Thousand Faces |
1366
+ | `rating` | PG, R, G |
1367
+ | `title` | Bloody City, The Gypsy That Came to Dinner, Nuclear Dreams 2: Son of Nuclear Dreams |
1345
1368
 
1346
1369
  ## FFaker::Music
1347
1370
 
1348
1371
  | Method | Example |
1349
1372
  | ------ | ------- |
1350
- | `album` | Hablemos, Sometimes I Sit and Think And Sometimes I Just Sit, The Bastards |
1351
- | `artist` | Matt Costa, John Vanderslice, Oneohtrix Point Never |
1352
- | `genre` | Holiday, R&B, Folk |
1353
- | `song` | Renegade Runaway, Hotline Bling, Electric Love |
1373
+ | `album` | Sometimes I Sit and Think And Sometimes I Just Sit, Post Knight Errant, Damn Country Music |
1374
+ | `artist` | Michael Brook, Robot Koch, The Weeknd |
1375
+ | `genre` | Children, Children, Reggae |
1376
+ | `song` | Glossy Ibis Dub, All the Same, Weight of Love |
1354
1377
 
1355
1378
  ## FFaker::Name
1356
1379
 
1357
1380
  | Method | Example |
1358
1381
  | ------ | ------- |
1359
- | `female_name_with_prefix` | Miss. Fallon Funk, Mrs. Elodia Dare, Miss. Sadye DuBuque |
1360
- | `female_name_with_prefix_suffix` | Mrs. Robbin Walter V, Mrs. Akiko Gorczany Sr., Mrs. Gene Pacocha V |
1361
- | `female_name_with_suffix` | Lida Gottlieb III, Georgiann Klocko I, Myong Schroeder I |
1362
- | `female_prefix` | Mrs., Mrs., Mrs. |
1363
- | `first_name` | Vanetta, Sandra, Ayako |
1364
- | `first_name_female` | Sherilyn, Lilian, Luis |
1365
- | `first_name_male` | Tod, Arthur, Trey |
1366
- | `html_safe_last_name` | Brekke, Runolfsson, Beer |
1367
- | `html_safe_name` | Derrick Baumbach, Tosha Jast, Floria Gislason |
1368
- | `last_name` | Bode, Kassulke, Stark |
1369
- | `male_name_with_prefix` | Mr. Darron Stark, Mr. Earl Nienow, Mr. John Bergstrom |
1370
- | `male_name_with_prefix_suffix` | Mr. Francisco Schiller MD, Mr. Bo Dach PhD, Mr. Reinaldo Zulauf III |
1371
- | `male_name_with_suffix` | Scotty McDermott Sr., Harley Dibbert DVM, Trent Nader IV |
1382
+ | `female_name_with_prefix` | Miss. Hannelore Hoppe, Mrs. Cecil Harber, Mrs. Jamie McLaughlin |
1383
+ | `female_name_with_prefix_suffix` | Mrs. Lekisha Jast MD, Miss. Noreen Bahringer V, Miss. Cheryle Treutel Jr. |
1384
+ | `female_name_with_suffix` | Bethann Schinner MD, Charlsie Langosh MD, Zoila Kunze II |
1385
+ | `female_prefix` | Miss., Miss., Mrs. |
1386
+ | `first_name` | Mario, Kaylene, Oralia |
1387
+ | `first_name_female` | Fay, Kristen, Marlyn |
1388
+ | `first_name_male` | Eddie, Kareem, Darrick |
1389
+ | `html_safe_last_name` | Bosco, Rosenbaum, Wintheiser |
1390
+ | `html_safe_name` | Myrtie Moen, Lory Douglas, Eusebio Kuphal |
1391
+ | `last_name` | Douglas, Gulgowski, Turner |
1392
+ | `male_name_with_prefix` | Mr. Blaine Cassin, Mr. Leonard Kutch, Mr. Rickie Vandervort |
1393
+ | `male_name_with_prefix_suffix` | Mr. Nelson Brakus II, Mr. Chang Murphy I, Mr. Oscar Huel III |
1394
+ | `male_name_with_suffix` | Landon Gerlach II, Jayson Schowalter I, Ian Emmerich IV |
1372
1395
  | `male_prefix` | Mr., Mr., Mr. |
1373
- | `name` | Tonda Marks, Olin Ryan, Tracy Bayer |
1374
- | `name_with_prefix` | Mrs. Rolanda Harber, Miss. Tisa Kling, Mr. Lowell Hilll |
1375
- | `name_with_prefix_suffix` | Miss. Hanna Fay I, Miss. Trang Haley Sr., Mr. Emanuel Rolfson IV |
1376
- | `name_with_suffix` | Cassondra Funk DVM, Michale Ratke Sr., Jenny Crona Jr. |
1377
- | `other_prefix` | Ms., Dr., Ms. |
1378
- | `prefix` | Dr., Dr., Mr. |
1379
- | `suffix` | MD, I, DVM |
1396
+ | `name` | Wanetta Auer, Darell Thiel, Doris Cruickshank |
1397
+ | `name_with_prefix` | Mrs. Shanta Hansen, Mr. Gonzalo Mann, Mr. Alex Balistreri |
1398
+ | `name_with_prefix_suffix` | Mrs. Latonya Emard DDS, Mr. Stacey Johns MD, Mr. Dewitt Glover DDS |
1399
+ | `name_with_suffix` | Frances Wolf DDS, Kelvin Bernier PhD, Wayne Eichmann I |
1400
+ | `other_prefix` | Ms., Ms., Ms. |
1401
+ | `prefix` | Mr., Miss., Mrs. |
1402
+ | `suffix` | III, II, DVM |
1380
1403
 
1381
1404
  ## FFaker::NameAR
1382
1405
 
1383
1406
  | Method | Example |
1384
1407
  | ------ | ------- |
1385
- | `first_name_female` | خيرية, فائزة, ندى |
1386
- | `first_name_male` | فتح الله, زاهر, مخلص |
1387
- | `last_name` | شبيب, عرقتنجي, الدردري |
1388
- | `name_female` | هيا أبو قورة, ندى الجويجاتي, بديعة الفتال |
1389
- | `name_male` | علاء النويلاتي, شكري الطيلوني, خيري مريدن |
1408
+ | `first_name_female` | سعاد, مارية, عائشة |
1409
+ | `first_name_male` | عبد الشكور, سعدو, ناصر |
1410
+ | `last_name` | الحسني, مريدن, المتولي |
1411
+ | `name_female` | بثينة الرباط, خالدة زريق, ياقوت الدردري |
1412
+ | `name_male` | قصي سردست, علاء البرقاوي, نزار الأيوبي |
1390
1413
 
1391
1414
  ## FFaker::NameBR
1392
1415
 
1393
1416
  | Method | Example |
1394
1417
  | ------ | ------- |
1395
- | `female_name_with_prefix` | Sra. Thaís da Paz, Sra. Dilma Albuquerque, Sra. Andressa Barbosa |
1396
- | `female_prefix` | Srta., Sra., Srta. |
1397
- | `first_name` | Lyra, Adaltiva, Stela |
1398
- | `first_name_female` | Damião, Rosemary, Adelcinda |
1399
- | `first_name_male` | Noa, Kevin, Abelino |
1400
- | `last_name` | da Costa, Peixoto, Cavalcanti |
1401
- | `male_name_with_prefix` | Sr. Bruce da Paz, Sr. Arcanjo da Luz, Sr. Moacir da Conceição |
1418
+ | `female_name_with_prefix` | Srta. Janina Batista, Srta. Diná Souza, Srta. Laís Moreira |
1419
+ | `female_prefix` | Sra., Srta., Sra. |
1420
+ | `first_name` | Sandrina, Taína, Liana |
1421
+ | `first_name_female` | Grazianny, Mabelly, Jurema |
1422
+ | `first_name_male` | Anderson, Wilson, Wellington |
1423
+ | `last_name` | da Luz, Franco, da Costa |
1424
+ | `male_name_with_prefix` | Sr. Dárcio Macedo, Sr. Reginaldo Farias, Sr. Jonathan Pinheiro |
1402
1425
  | `male_prefix` | Sr., Sr., Sr. |
1403
- | `name` | Luz Braga, Judith Melo, Oscar da Mata |
1404
- | `name_with_prefix` | Srta. Adelícia Castro, Sr. Fortunato Rezende, Srta. Dorothea Teixeira |
1405
- | `prefix` | Sr., Sr., Sr. |
1426
+ | `name` | Marcos Sales, Rosália Campos, Estefânia Cardoso |
1427
+ | `name_with_prefix` | Srta. Alfredina Saraiva, Sr. Firmino das Neves, Srta. Jeane Nogueira |
1428
+ | `prefix` | Srta., Srta., Srta. |
1406
1429
 
1407
1430
  ## FFaker::NameCN
1408
1431
 
1409
1432
  | Method | Example |
1410
1433
  | ------ | ------- |
1411
- | `first_name` | 昆轩, 羽维, 思妮 |
1412
- | `last_first` | 梁丘美弘, 梅尹隆, 莘廷江 |
1413
- | `last_name` | 爱, 夕, |
1414
- | `name` | 劭青怀, 禾仁金, 方桦承 |
1434
+ | `first_name` | 妏湖, 希妹, 智佩 |
1435
+ | `last_first` | 盍宥毓, 佟佳振娟, 捷睿妤 |
1436
+ | `last_name` | 硕, 尧, |
1437
+ | `name` | 扬皓剑, 晋瑄斋, 名新翁 |
1415
1438
 
1416
1439
  ## FFaker::NameCS
1417
1440
 
1418
1441
  | Method | Example |
1419
1442
  | ------ | ------- |
1420
- | `female_name_with_prefix` | Mrs. Cecile Burdová, Miss. Keila Bartoň, Mrs. Adrien Brabcová |
1421
- | `female_name_with_prefix_suffix` | Miss. Marleen Dušková Th.D., Mrs. Kattie Burda DSc., Mrs. Gaynell Dohnalová Th.D. |
1422
- | `female_name_with_suffix` | Laurie Divišová Th.D., Silva Beneš Ph.D., Alethea Dostál Ph.D. |
1423
- | `female_prefix` | Mrs., Miss., Mrs. |
1424
- | `first_name` | Božena, Pavla, Radomír |
1425
- | `first_name_female` | Rachele, Claudine, Retha |
1426
- | `first_name_male` | Darwin, Andrea, Randolph |
1427
- | `html_safe_last_name` | Cruickshank, Rau, Kuvalis |
1428
- | `html_safe_name` | Libuše Bernier, Luděk Durgan, Jiřina Baumbach |
1429
- | `last_name` | Fojtíková, Berková, Bárta |
1430
- | `male_name_with_prefix` | Mr. Colin Doležal, Mr. Leif Čermák, Mr. Gregorio Brož |
1431
- | `male_name_with_prefix_suffix` | Mr. Jeff Dohnal DSc., Mr. Elroy Burda Ph.D., Mr. Benito Blažek Th.D. |
1432
- | `male_name_with_suffix` | Troy Dufek Ph.D., Albert Beneš DSc., Gayle Bláha Ph.D. |
1443
+ | `female_name_with_prefix` | Miss. Margo Davidová, Mrs. Kate Fojtíková, Miss. Blossom Červená |
1444
+ | `female_name_with_prefix_suffix` | Mrs. Aleen Diviš Ph.D., Mrs. Genevieve Doležalová DSc., Miss. Shawna Dvořák Th.D. |
1445
+ | `female_name_with_suffix` | Joycelyn Beránková Ph.D., Johanne Dvořáček Th.D., Lucie Boháčová DSc. |
1446
+ | `female_prefix` | Mrs., Miss., Miss. |
1447
+ | `first_name` | Helena, Bedřich, Jana |
1448
+ | `first_name_female` | Chantay, Jo, Julie |
1449
+ | `first_name_male` | Nickolas, Reynaldo, Neil |
1450
+ | `html_safe_last_name` | Nienow, Predovic, Conroy |
1451
+ | `html_safe_name` | Bohuslav Gibson, Alois Berge, Pavel Fay |
1452
+ | `last_name` | Dvořáček, Brož, Doležel |
1453
+ | `male_name_with_prefix` | Mr. Garrett Čejková, Mr. Clinton Benda, Mr. Moises Bauer |
1454
+ | `male_name_with_prefix_suffix` | Mr. Jarrett Dostálová Ph.D., Mr. Jed Boháč DSc., Mr. Quintin Černá DSc. |
1455
+ | `male_name_with_suffix` | Hilton Adamec Ph.D., Ivan Daněk DSc., Garret Bláhová Th.D. |
1433
1456
  | `male_prefix` | Mr., Mr., Mr. |
1434
- | `name` | Ms. Oldřich Bílek, Tereza Adamová, Josef Fiala |
1435
- | `name_with_prefix` | Mrs. Shanell Diviš, Miss. Joy Bláha, Mr. Santo Bauerová |
1436
- | `name_with_prefix_suffix` | Mr. Scottie Beranová Ph.D., Mr. Kasey Dolejší Ph.D., Mr. Alan Fialová Th.D. |
1437
- | `name_with_suffix` | Maurice Bártová Ph.D., Benito Beranová Ph.D., Kristofer Bárta Ph.D. |
1438
- | `other_prefix` | Ms., Ms., Dr. |
1439
- | `prefix` | Miss., Miss., Mr. |
1440
- | `suffix` | Th.D., DSc., DSc. |
1457
+ | `name` | Bohuslav Doležal, Jitka Červenková, Marta Dlouhá |
1458
+ | `name_with_prefix` | Mrs. Willette Bendová, Mrs. Aundrea Burianová, Mr. Marcelo Dvořáková |
1459
+ | `name_with_prefix_suffix` | Mr. Alonzo Diviš DSc., Mr. Abram Bauer DSc., Mrs. Chante Boháčová DSc. |
1460
+ | `name_with_suffix` | Lizeth Červenka Ph.D., Shanti Filip DSc., Shayna Brožová Ph.D. |
1461
+ | `other_prefix` | Dr., Ms., Dr. |
1462
+ | `prefix` | Dr., Dr., Dr. |
1463
+ | `suffix` | Th.D., DSc., Th.D. |
1441
1464
  | `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
1442
1465
 
1443
1466
  ## FFaker::NameDA
1444
1467
 
1445
1468
  | Method | Example |
1446
1469
  | ------ | ------- |
1447
- | `any_name` | Annelise Lubowitz, Kent Eichmann, Birgitte Rolfson |
1448
- | `female_name` | Hanna Smitham, Michelle Fritsch Hilpert, Maja Nicolas Green |
1449
- | `female_name_with_prefix` | Miss. Christiana Franecki, Miss. Tyisha Green, Mrs. Myrl Deckow |
1450
- | `female_name_with_prefix_suffix` | Miss. Evonne Harvey MD, Mrs. Neida Aufderhar I, Mrs. Wanita Goyette IV |
1451
- | `female_name_with_suffix` | Colene Treutel IV, Elmira Harris MD, Garnett Wilkinson V |
1452
- | `female_prefix` | Mrs., Miss., Miss. |
1453
- | `first_name` | Hugo, Kirsten, Juliane |
1454
- | `first_name_female` | Loralee, Keiko, Laila |
1455
- | `first_name_male` | Jeffrey, Spencer, Douglass |
1456
- | `html_safe_last_name` | Marvin, Johns, Miller |
1457
- | `html_safe_name` | Erling Walsh, Liselotte Mante, Liv Konopelski |
1458
- | `last_name` | Quitzon, Mitchell, Connelly |
1459
- | `male_name` | Walther Sipes, Edvard Oberbrunner, Hr. Ibrahim Kozey |
1460
- | `male_name_with_prefix` | Mr. Waldo Abernathy, Mr. Jason Luettgen, Mr. Quincy Oga |
1461
- | `male_name_with_prefix_suffix` | Mr. Leo Parisian DDS, Mr. Walker Conroy DVM, Mr. Mel Gutkowski II |
1462
- | `male_name_with_suffix` | Darrin Brown DDS, Cleo Pagac Sr., Rogelio Cummerata DDS |
1470
+ | `any_name` | Carlo Pollich, Maren Goldner Waters, Kamilla Buckridge |
1471
+ | `female_name` | Lise Pacocha, Anette Christiansen Murray, Alexandra Nolan |
1472
+ | `female_name_with_prefix` | Miss. Lakeshia Emmerich, Mrs. Kathline Yundt, Miss. Sheena Champlin |
1473
+ | `female_name_with_prefix_suffix` | Mrs. Penney Ward III, Miss. Ngoc Schmitt DVM, Mrs. Karla Trantow MD |
1474
+ | `female_name_with_suffix` | Detra Stiedemann Sr., Kasey Hahn Sr., Vivan Corwin II |
1475
+ | `female_prefix` | Mrs., Mrs., Mrs. |
1476
+ | `first_name` | Bent, Laurits, Oskar |
1477
+ | `first_name_female` | Lessie, Danna, Kerri |
1478
+ | `first_name_male` | Ian, Weston, Odis |
1479
+ | `html_safe_last_name` | Trantow, Waters, Emmerich |
1480
+ | `html_safe_name` | Gerda Stroman, Henning Anderson, Aksel Zieme |
1481
+ | `last_name` | Romaguera, Monahan, Harvey |
1482
+ | `male_name` | Bruno Leuschke, Sebastian Gorczany, Bjarke Kub Osinski |
1483
+ | `male_name_with_prefix` | Mr. Riley Raynor, Mr. Luis Daugherty, Mr. Jimmie Goyette |
1484
+ | `male_name_with_prefix_suffix` | Mr. Jules Powlowski I, Mr. Nicolas Waters Sr., Mr. Frankie Hettinger IV |
1485
+ | `male_name_with_suffix` | Stephan Rohan PhD, Elijah Simonis DVM, Andrea Simonis IV |
1463
1486
  | `male_prefix` | Mr., Mr., Mr. |
1464
- | `name` | Ragnhild Okuneva Hills, Alf Quitzon Wehner, Sarah Hane Price |
1465
- | `name_with_prefix` | Miss. Lorrine Kilback, Miss. Reynalda Hamill, Mr. Elroy Feil |
1466
- | `name_with_prefix_suffix` | Miss. Maria White Jr., Mrs. Karina Ryan Sr., Mr. Hans Mraz I |
1467
- | `name_with_suffix` | Jamie Dicki Jr., Domenic Hartmann Jr., Ward Farrell DDS |
1468
- | `other_prefix` | Ms., Ms., Ms. |
1469
- | `prefix` | Fr., Fr., Hr. |
1470
- | `suffix` | Sr., DVM, I |
1487
+ | `name` | Niels Schneider, Gunhild Pollich Koelpin, Elsebeth Parisian Rohan |
1488
+ | `name_with_prefix` | Mrs. Blanca Torp, Mr. Sung Haley, Mr. Emerson Wiegand |
1489
+ | `name_with_prefix_suffix` | Mr. Ira Armstrong DVM, Mrs. Ermelinda Mills PhD, Mrs. Cathrine Kemmer PhD |
1490
+ | `name_with_suffix` | Michael Buckridge DDS, Lavelle Schneider V, Dot Veum Jr. |
1491
+ | `other_prefix` | Dr., Dr., Ms. |
1492
+ | `prefix` | Hr., Dr., Prof. |
1493
+ | `suffix` | Sr., DDS, Sr. |
1471
1494
 
1472
1495
  ## FFaker::NameDE
1473
1496
 
1474
1497
  | Method | Example |
1475
1498
  | ------ | ------- |
1476
- | `female_name_with_prefix` | Mrs. Penelope Runolfsdottir, Mrs. Treasa Oberbrunner, Miss. Rina Murphy |
1477
- | `female_name_with_prefix_suffix` | Mrs. Miss Durgan III, Mrs. Alesia Herman DDS, Mrs. Laverna Pagac V |
1478
- | `female_name_with_suffix` | Malena Ziemann PhD, Kum McCullough Jr., Chastity Wunsch I |
1479
- | `female_prefix` | Miss., Mrs., Mrs. |
1480
- | `first_name` | Hertha, Andrew, Debbie |
1481
- | `first_name_female` | Lakiesha, Sulema, Erminia |
1482
- | `first_name_male` | Geraldo, Lincoln, Austin |
1483
- | `html_safe_last_name` | Schmidt, Spencer, Emard |
1484
- | `html_safe_name` | Elliott Marvin, Leana Dickinson, Rachelle McCullough |
1485
- | `last_name` | Keebler, Haag, Hammes |
1486
- | `male_name_with_prefix` | Mr. Lavern Nikolaus, Mr. Leandro Homenick, Mr. Daryl Veum |
1487
- | `male_name_with_prefix_suffix` | Mr. Blair Daugherty Jr., Mr. Myron Williamson I, Mr. Kory Moore I |
1488
- | `male_name_with_suffix` | Evan Hessel DDS, Lanny Rau I, Carmen Balistreri IV |
1499
+ | `female_name_with_prefix` | Mrs. Concepcion Gaylord, Miss. Noemi Pollich, Mrs. Carmina Hagenes |
1500
+ | `female_name_with_prefix_suffix` | Miss. Chi Spencer Jr., Mrs. Hang Reilly MD, Mrs. Joetta Crooks Sr. |
1501
+ | `female_name_with_suffix` | Jamie Konopelski Sr., Lelia O'Hara Jr., Charisse Considine IV |
1502
+ | `female_prefix` | Mrs., Mrs., Miss. |
1503
+ | `first_name` | Lucina, Cary, Tameka |
1504
+ | `first_name_female` | Malika, Agustina, Daisey |
1505
+ | `first_name_male` | Eloy, Jonathan, Clement |
1506
+ | `html_safe_last_name` | Oberbrunner, Gerlach, Windler |
1507
+ | `html_safe_name` | Larue Nicolas, Valarie Cummings, Shanel Ankunding |
1508
+ | `last_name` | Boehm, Wuckert, Johnson |
1509
+ | `male_name_with_prefix` | Mr. Aurelio Powlowski, Mr. Maynard Tillman, Mr. Aldo Olson |
1510
+ | `male_name_with_prefix_suffix` | Mr. Bernard Swift Sr., Mr. Lonnie Durgan DVM, Mr. Mariano Maggio III |
1511
+ | `male_name_with_suffix` | Luciano Heidenreich DVM, Emmett Leuschke PhD, Bennie Gaylord III |
1489
1512
  | `male_prefix` | Mr., Mr., Mr. |
1490
- | `name` | Dr. Miyoko Rempel, Darline Stark, Violette Franecki |
1491
- | `name_with_prefix` | Mrs. Gwyneth Stoltenberg, Mrs. Shavonne Keebler, Miss. Keesha Towne |
1492
- | `name_with_prefix_suffix` | Mrs. Sang Stehr DDS, Mr. Noble Cartwright I, Mr. Andy Price PhD |
1493
- | `name_with_suffix` | Stacey Towne I, Pasquale Schroeder PhD, Kathlyn Feest II |
1494
- | `other_prefix` | Dr., Ms., Ms. |
1495
- | `prefix` | Frau, Frau, Frau |
1496
- | `suffix` | I, V, Jr. |
1513
+ | `name` | Hattie Abshire, Scot Herman, Tobi Herzog |
1514
+ | `name_with_prefix` | Mr. Alfonzo Schuppe, Miss. Matha White, Mr. Brandon Rutherford |
1515
+ | `name_with_prefix_suffix` | Mrs. Caron Oga II, Mr. Robin Stracke III, Mrs. Keith West DVM |
1516
+ | `name_with_suffix` | Dorothy Huels III, Rupert Hintz Sr., Leda Oga DVM |
1517
+ | `other_prefix` | Ms., Ms., Ms. |
1518
+ | `prefix` | Prof., Herr, Frau |
1519
+ | `suffix` | I, IV, IV |
1497
1520
 
1498
1521
  ## FFaker::NameFR
1499
1522
 
1500
1523
  | Method | Example |
1501
1524
  | ------ | ------- |
1502
- | `first_name` | Claire, Augustin, Alix |
1503
- | `last_name` | Giraud, Noel, Guichard |
1504
- | `name` | Henriette Hardy, André Vasseur, Marcelle le Costa |
1505
- | `prefix` | du, le, le |
1525
+ | `first_name` | Henri, Guillaume, Alphonse |
1526
+ | `last_name` | Lemoine, Techer, Alves |
1527
+ | `name` | Guy Launay, Claire Jacob, Isabelle Ribeiro |
1528
+ | `prefix` | le, le, de |
1506
1529
 
1507
1530
  ## FFaker::NameGA
1508
1531
 
1509
1532
  | Method | Example |
1510
1533
  | ------ | ------- |
1511
- | `first_name_female` | Boneh, Jamos, Olimatta |
1512
- | `first_name_male` | Sora,, Edrisa,, Chana, |
1513
- | `last_name` | jammeh, jammeh, ceesay |
1514
- | `name` | Kemeta, ceesay, Natoma ceesay, Mbene jammeh |
1515
- | `name_female` | Sainabou jammeh, Yama ceesay, Elaine ceesay |
1516
- | `name_male` | Sanjally, jammeh, Alfusainou, ceesay, Saako, jammeh |
1534
+ | `first_name_female` | Ruggie, Mbinga, Lobe |
1535
+ | `first_name_male` | Dembo,, Laity,, Njagga, |
1536
+ | `last_name` | ceesay, ceesay, ceesay |
1537
+ | `name` | Sanjally, ceesay, Ancha jammeh, Fanding, jammeh |
1538
+ | `name_female` | Abie ceesay, Hariette ceesay, Njemeh ceesay |
1539
+ | `name_male` | Sayer, ceesay, Haruna, ceesay, Sora, jammeh |
1517
1540
 
1518
1541
  ## FFaker::NameGR
1519
1542
 
1520
1543
  | Method | Example |
1521
1544
  | ------ | ------- |
1522
- | `female_first_name` | Γεωργία, Καλυψώ, Ηλέκτρα |
1523
- | `female_full_name` | Ρία Αγγελίδου, Ανθή Κορομηλά, Φιλοθέη Σακελλαρίου |
1524
- | `female_last_name` | Σπανού, Παπανικολάου, Φιλιππίδη |
1525
- | `first_name` | Θεοπούλα, Οδυσσέας, Ροζαλία |
1526
- | `full_name` | Όλγα Αθανασίου, Ρένα Γαλάνη, Παύλος Βενιζέλος |
1527
- | `last_name` | Φλέσσα, Βαλσάμη, Αλεξίου |
1528
- | `male_first_name` | Εμμανουήλ, Δανιήλ, Αχιλλέας |
1529
- | `male_full_name` | Ιεροκλής Σαμαράς, Αδάμ Δραγούμης, Λάμπρος Σακελλαρίου |
1530
- | `male_last_name` | Ηλιόπουλος, Βούλγαρης, Φωτόπουλος |
1531
- | `name` | Αλέξανδρος Φραγκούδης, Ερρίκος Δραγούμης, Λάζαρος Δοξαράς |
1545
+ | `female_first_name` | Καλυψώ, Γεωργία, Καλλινίκη |
1546
+ | `female_full_name` | Ξανθίππη Κοτζιά, Φρόσω Ζερβου, Ναταλία Οικονόμου |
1547
+ | `female_last_name` | Φλέσσα, Βουγιουκλάκη, Σαμαρά |
1548
+ | `first_name` | Φιλοθέη, Ακάκιος, Πόπη |
1549
+ | `full_name` | Καλυψώ Ζωγράφου, Ραφαέλα Λύτρα, Περιστέρα Ταρσούλη |
1550
+ | `last_name` | Γούναρη, Γαλάνη, Παπαντωνίου |
1551
+ | `male_first_name` | Αναξίμανδρος, Κλεάνθης, Φώτης |
1552
+ | `male_full_name` | Πέτρος Βλαχόπουλος, Νικηφόρος Παππάς, Χριστόφορος Δελής |
1553
+ | `male_last_name` | Βλαχόπουλος, Ρέντης, Σπανός |
1554
+ | `name` | Πέτρος Χρηστόπουλος, Ερρίκος Σαμαράς, Βασιλική Λιακόπουλου |
1532
1555
 
1533
1556
  ## FFaker::NameID
1534
1557
 
1535
1558
  | Method | Example |
1536
1559
  | ------ | ------- |
1537
- | `female_name_with_prefix` | Ny. Laurentia Mulyawati, Ny. Tiwi Sujiwandono, Ny. Tati Indrawan |
1538
- | `female_prefix` | Ny., Nn., Ny. |
1539
- | `first_name` | Panji, Juminten, Dini |
1540
- | `first_name_female` | Farah, Leticia, Ayu |
1541
- | `first_name_male` | Wisnu, Ferdian, Imran |
1542
- | `last_name` | Lazuardika, Rivaldy, Ruchiat |
1543
- | `male_name_with_prefix` | Tn. Faris Riskawati, Tn. Hendra Novoriyana, Tn. Abi Mayurika |
1560
+ | `female_name_with_prefix` | Ny. Eka Senjaya, Ny. Lani Reyvindra, Nn. Zainab Irnawati |
1561
+ | `female_prefix` | Nn., Ny., Ny. |
1562
+ | `first_name` | Sahid, Hikmanto, Christina |
1563
+ | `first_name_female` | Lala, Elly, Penny |
1564
+ | `first_name_male` | Priyo, Wijaya, Eri |
1565
+ | `last_name` | Oktaviana, Januarizky, Maghfiroh |
1566
+ | `male_name_with_prefix` | Tn. Aditya Amaliya, Tn. Abdul Mahadhika, Tn. Kahfi Purnama |
1544
1567
  | `male_prefix` | Tn., Tn., Tn. |
1545
- | `name` | Aminah Marudut, Kurniawan Lianatus, Edwin Octavia |
1546
- | `name_with_prefix` | Nn. Ina Kuntadi, Nn. Fifi Wangsit, Nn. Kristina Anggisa |
1547
- | `prefix` | Tn., Tn., Nn. |
1568
+ | `name` | Dona Purboyo, Ita Permata, Ronald Fajrini |
1569
+ | `name_with_prefix` | Tn. Priadi Riyadi, Ny. Juminten Juniarto, Tn. Adam Purwaningsih |
1570
+ | `prefix` | Nn., Nn., Nn. |
1548
1571
 
1549
1572
  ## FFaker::NameIT
1550
1573
 
1551
1574
  | Method | Example |
1552
1575
  | ------ | ------- |
1553
- | `first_name` | Gioacchino, Andrea, Stefano |
1554
- | `last_name` | Ferrari, Rizzo, Piccolo |
1555
- | `name` | Prof. Michelle Ferrero, Dott.ssa Agata Patrizi, Natalia Messineo |
1556
- | `prefix` | Prof.ssa, Sig., Sig. |
1576
+ | `first_name` | Laura, Vittorio, Maria |
1577
+ | `last_name` | Pecora, Sabatino, Fontana |
1578
+ | `name` | Dott. Marcello Corti, Dr. Monica Corti, Stefano Licastro |
1579
+ | `prefix` | Sig., Prof.ssa, Sig.na |
1557
1580
 
1558
1581
  ## FFaker::NameJA
1559
1582
 
1560
1583
  | Method | Example |
1561
1584
  | ------ | ------- |
1562
- | `first_name` | 彩夏, ゆうや, みのる |
1563
- | `last_first` | 笹森純一, 渡部千代子, 城戸里奈 |
1564
- | `last_name` | 福士, 村山, 板垣 |
1565
- | `name` | 畠中凜, 新川光子, 木立桃 |
1585
+ | `first_name` | 仁, 来, |
1586
+ | `last_first` | 村松トオル, 浅田二郎, 柿崎大樹 |
1587
+ | `last_name` | 櫛引, 附田, 喜多 |
1588
+ | `name` | 相内誠, 新田竜, 交告進 |
1566
1589
 
1567
1590
  ## FFaker::NameKH
1568
1591
 
1569
1592
  | Method | Example |
1570
1593
  | ------ | ------- |
1571
- | `first_name` | ប៊ុនធឿន, សុផាត, រំដួល |
1572
- | `last_name` | ទូរ, វៃ, ខៀវ |
1573
- | `name` | ប៉ែន វណ្ណារិទ្ធ, វ៉ា មិថុនា, វ៉ា ចាន់រិទ្ធ |
1574
- | `nick_name` | អាសង្ហា, ស្រីនាង, អាសង្ហា |
1594
+ | `first_name` | ប្រាសាទ, ប៊ុនធឿន, ចាន់ថូ |
1595
+ | `last_name` | តឹក, ពូវ, គ្រុយ |
1596
+ | `name` | សំ គឹម, ពីង រស្មី, ប៊ុន ចំរើន |
1597
+ | `nick_name` | ចាន់ហ្វឿង, អាប៉យ, ស្រីញ្ញាញ |
1575
1598
 
1576
1599
  ## FFaker::NameKR
1577
1600
 
1578
1601
  | Method | Example |
1579
1602
  | ------ | ------- |
1580
- | `first_name` | 전윤, 세왕, 상인 |
1581
- | `last_first` | 맹철윤, 경인재, 평재선 |
1582
- | `last_name` | 권, 지, |
1583
- | `name` | 왕민지, 대부송, 기재창 |
1584
- | `name_with_space` | 상우, 지홍, 선운 |
1603
+ | `first_name` | 태근, 혜승, 차현 |
1604
+ | `last_first` | 경승오, 소봉기백, 근용재 |
1605
+ | `last_name` | 엽, 여, |
1606
+ | `name` | 마정선, 엄병준, 온장운 |
1607
+ | `name_with_space` | 신우, 순창, 수홍 |
1585
1608
 
1586
1609
  ## FFaker::NameMX
1587
1610
 
1588
1611
  | Method | Example |
1589
1612
  | ------ | ------- |
1590
- | `female_name` | Celia, Guadalup, Catalina Catalina |
1591
- | `female_name_with_prefix` | Srita. Grazyna Mayer, Srita. Ligia Harris, Sra. Rae Langosh |
1592
- | `female_name_with_prefix_suffix` | Sra. Refugio Jast III, Sra. Helena Hirthe MD, Sra. Marhta Boyer MD |
1593
- | `female_name_with_suffix` | Leigh Rippin IV, Dana VonRueden V, Rachel Roberts DDS |
1594
- | `female_prefix` | Srita., C., Sra. |
1595
- | `first_name` | Ramona, Rolando, Clara |
1596
- | `first_name_female` | Heidi, Ella, Lisbeth |
1597
- | `first_name_male` | Alan, Tuan, Leon |
1598
- | `full_name` | Emanuel Hane Cremin, Alejandro Wilfredo Goldner Weber, Karla Littel Lowe |
1599
- | `full_name_no_prefix` | Ingrid Miller Mosciski, Samuel Roque Corkery Glover, Brenda Wyman Mayer |
1600
- | `full_name_prefix` | Srita. América Eunice Luettgen Schuppe, Srita. Cristina Brown Hilpert, Sr. Félix Braun Hirthe |
1601
- | `html_safe_last_name` | Funk, Batz, Grady |
1602
- | `html_safe_name` | Elías Green, Domingo Yost, Ivette Mitchell |
1603
- | `last_name` | Cartwright, Keebler, Borer |
1604
- | `male_name` | René, Isidro Arquímides, Axel |
1605
- | `male_name_with_prefix` | Sr. Federico Balistreri, Sr. Donn Buckridge, Sr. Ali Yundt |
1606
- | `male_name_with_prefix_suffix` | C. Seymour Mueller I, C. Avery Pouros IV, C. Willie Mraz V |
1607
- | `male_name_with_suffix` | Kris Hudson V, Jonathan Hilpert I, Nathaniel Nikolaus III |
1608
- | `male_prefix` | C., C., C. |
1609
- | `middle_name` | Marvin, Florente, Otilio |
1610
- | `name` | Gina, Fidel, Cristina |
1611
- | `name_with_prefix` | Sra. Frida Ryan, Srita. Antonietta Renner, Sr. Terence Muller |
1612
- | `name_with_prefix_suffix` | C. Luke Mills III, Sr. Monty Walsh V, C. Norbert Jacobi V |
1613
- | `name_with_suffix` | Tuan Sawayn I, Carlo Windler MD, Dell Medhurst PhD |
1614
- | `other_prefix` | Ms., Dr., Dr. |
1615
- | `paternal_last_names` | Murazik Ratke, Champlin Koss, Aufderhar Braun |
1616
- | `prefix` | Srita., Srita., C. |
1617
- | `suffix` | MD, PhD, MD |
1613
+ | `female_name` | Lilia, Lilia, Isabel |
1614
+ | `female_name_with_prefix` | Srita. Alma Bashirian, Srita. Aracely Tremblay, Srita. Latoyia Kutch |
1615
+ | `female_name_with_prefix_suffix` | Sra. Rachael Satterfield DDS, C. Kate Murray PhD, Sra. Candida Ziemann Sr. |
1616
+ | `female_name_with_suffix` | Vicenta Haley Jr., Cris Towne Jr., Nikita Breitenberg III |
1617
+ | `female_prefix` | Sra., Srita., Srita. |
1618
+ | `first_name` | Patricio, Dulce, Mirna |
1619
+ | `first_name_female` | Kyra, Waltraud, Ethelyn |
1620
+ | `first_name_male` | Monte, Lemuel, Ellis |
1621
+ | `full_name` | Marvin Adolfo Will O'Reilly, Rubén Wehner Stoltenberg, Jorge Wisoky Lindgren |
1622
+ | `full_name_no_prefix` | Vanesa Thiel Williamson, Rafael Kunze Schuster, Benito Dickinson Collins |
1623
+ | `full_name_prefix` | C. Martha Crona Fadel, Sra. Jovana Carla Schamberger Johnson, C. Nadia Viviana Gorczany Marquardt |
1624
+ | `html_safe_last_name` | Haag, Glover, Hand |
1625
+ | `html_safe_name` | Kevin Bechtelar, Adrián Hahn, Anselmo Konopelski |
1626
+ | `last_name` | Halvorson, Langworth, Kemmer |
1627
+ | `male_name` | Jerónimo, Claudio Benito, Ubaldo Apolinar |
1628
+ | `male_name_with_prefix` | C. Dominique Weissnat, Sr. Peter Hane, Sr. Nelson Ortiz |
1629
+ | `male_name_with_prefix_suffix` | C. Reuben Hand DVM, Sr. Bryon Kerluke II, Sr. Marquis Bailey PhD |
1630
+ | `male_name_with_suffix` | Zachery Auer IV, Delmar Treutel DDS, Taylor Welch I |
1631
+ | `male_prefix` | Sr., C., Sr. |
1632
+ | `middle_name` | Emma, Virginia, Rafael |
1633
+ | `name` | Cuauhtemoc, Edith, Temístocles |
1634
+ | `name_with_prefix` | Sr. Antonio Von, Srita. Nguyet Quitzon, C. Yu Bednar |
1635
+ | `name_with_prefix_suffix` | C. Carolyn Wiegand III, Srita. Sandra Dach IV, C. Nicky Schmitt V |
1636
+ | `name_with_suffix` | Alexander Breitenberg PhD, Tory Fadel I, Muriel Lueilwitz DDS |
1637
+ | `other_prefix` | Dr., Dr., Dr. |
1638
+ | `paternal_last_names` | Skiles Ledner, Padberg Murphy, Morar Kihn |
1639
+ | `prefix` | Sra., Sr., C. |
1640
+ | `suffix` | I, I, V |
1618
1641
 
1619
1642
  ## FFaker::NameNB
1620
1643
 
1621
1644
  | Method | Example |
1622
1645
  | ------ | ------- |
1623
- | `female_name_with_prefix` | Mrs. Dodie Funk, Mrs. Haley O'Connell, Miss. Lorinda Trantow |
1624
- | `female_name_with_prefix_suffix` | Miss. Mechelle Senger PhD, Miss. Kiera Crooks III, Miss. Tennille Wilkinson Jr. |
1625
- | `female_name_with_suffix` | Adele Hane Jr., Susannah Ebert Sr., Marx Schulist DVM |
1626
- | `female_prefix` | Miss., Mrs., Miss. |
1627
- | `first_name` | Sonny, Edgardo, Vincenzo |
1628
- | `first_name_female` | Graciela, Terresa, Assunta |
1629
- | `first_name_male` | Jerrold, Boris, Kyle |
1630
- | `html_safe_last_name` | Barton, Lang, Schaefer |
1631
- | `html_safe_name` | Takisha Lubowitz, Jorge McGlynn, Garland Danilo Osinski |
1632
- | `last_name` | Grady, Jones, Leuschke |
1633
- | `male_name_with_prefix` | Mr. Gerald Hackett, Mr. Kermit Gleichner, Mr. Carlo Lesch |
1634
- | `male_name_with_prefix_suffix` | Mr. Houston Kuhlman V, Mr. Prince Gerlach Jr., Mr. Victor Smith III |
1635
- | `male_name_with_suffix` | Derrick Upton V, Roberto Schamberger III, Kareem Hartmann Sr. |
1646
+ | `female_name_with_prefix` | Mrs. Ka Ward, Mrs. Irina Baumbach, Miss. Charmain Pagac |
1647
+ | `female_name_with_prefix_suffix` | Mrs. Signe Stroman II, Miss. Elicia Donnelly II, Miss. Dortha Lesch V |
1648
+ | `female_name_with_suffix` | Kena Hegmann DDS, Onita Cormier II, Lavona Gleason MD |
1649
+ | `female_prefix` | Mrs., Mrs., Miss. |
1650
+ | `first_name` | Sherman, Lavelle Kasha, Jamey Nella |
1651
+ | `first_name_female` | Sylvie, Adah, Maegan |
1652
+ | `first_name_male` | Ahmad, Nickolas, Antonia |
1653
+ | `html_safe_last_name` | Altenwerth, Pfeffer, Monahan |
1654
+ | `html_safe_name` | Simone Beahan, Laureen Mayert, Kenneth Bode |
1655
+ | `last_name` | Murray, Turcotte, Swaniawski |
1656
+ | `male_name_with_prefix` | Mr. Russ Prohaska, Mr. Darnell Wiza, Mr. Gregorio Lockman |
1657
+ | `male_name_with_prefix_suffix` | Mr. Ray Bartoletti MD, Mr. Darrel Reichel MD, Mr. Arnoldo Yost DDS |
1658
+ | `male_name_with_suffix` | Haywood Lynch IV, Albert Crona DDS, Jessie Treutel Sr. |
1636
1659
  | `male_prefix` | Mr., Mr., Mr. |
1637
- | `name` | Maribel Swift, Dr. Onita Feil, Meri Morar |
1638
- | `name_with_prefix` | Mrs. Pearle Kunde, Mr. Philip Mante, Mr. Gary Jenkins |
1639
- | `name_with_prefix_suffix` | Mrs. Meggan Mosciski PhD, Miss. Stacie Emmerich DDS, Mrs. Carman Heathcote DVM |
1640
- | `name_with_suffix` | Fred Pagac PhD, Domingo Johnston II, Kristeen Mosciski I |
1641
- | `other_prefix` | Dr., Dr., Dr. |
1660
+ | `name` | Jeanine Bahringer, Shon Rutherford, Tempie Waelchi |
1661
+ | `name_with_prefix` | Mr. Chi Langosh, Mr. Bo Wyman, Mr. Jeramy Lueilwitz |
1662
+ | `name_with_prefix_suffix` | Mr. Carmine Hamill PhD, Miss. Gertude Yost V, Mrs. Karin Friesen DDS |
1663
+ | `name_with_suffix` | Terese Howell DVM, Lisabeth Mayert DVM, Chong Leffler DDS |
1664
+ | `other_prefix` | Dr., Dr., Ms. |
1642
1665
  | `prefix` | Dr., Dr., Dr. |
1643
- | `suffix` | Jr., V, PhD |
1666
+ | `suffix` | IV, I, III |
1644
1667
 
1645
1668
  ## FFaker::NameNL
1646
1669
 
1647
1670
  | Method | Example |
1648
1671
  | ------ | ------- |
1649
- | `female_name_with_prefix` | Mrs. Shawanda Kub, Miss. Glory Pfeffer, Miss. Mabelle Christiansen |
1650
- | `female_name_with_prefix_suffix` | Mrs. William Halvorson DVM, Miss. Tora Hayes DVM, Miss. Larue Kirlin III |
1651
- | `female_name_with_suffix` | Anitra Will IV, Natalya Jacobson MD, Dennis Schaden III |
1652
- | `female_prefix` | Mrs., Mrs., Miss. |
1653
- | `first_name` | Guadalupe, Carmela, Jamison |
1654
- | `first_name_female` | Kindra, Ola, Alisha-Winifred |
1655
- | `first_name_male` | Elliott, Haywood, Giuseppe-Rob |
1656
- | `html_safe_last_name` | Harris, Ledner, Homenick |
1657
- | `html_safe_name` | Logan-Silas Kuphal, Christia Pagac, Joey Stokes |
1658
- | `last_name` | Armstrong, Renner, Gutkowski |
1659
- | `male_name_with_prefix` | Mr. Joe West, Mr. Sydney D'Amore, Mr. Mervin Jenkins |
1660
- | `male_name_with_prefix_suffix` | Mr. Ivory-Cyril Bechtelar Sr., Mr. Willy Ward PhD, Mr. Murray-Dave Hickle Jr. |
1661
- | `male_name_with_suffix` | Malik Hackett II, Patrick Muller IV, Son Kozey MD |
1672
+ | `female_name_with_prefix` | Miss. Carri Kessler, Mrs. Cammy Becker, Mrs. Stephany Stark |
1673
+ | `female_name_with_prefix_suffix` | Mrs. Denna Johnston PhD, Miss. Shawnta Kuhlman IV, Mrs. Ethelyn Jast I |
1674
+ | `female_name_with_suffix` | Tess-Albertine Muller IV, Colby McGlynn II, Lilliam Daniel IV |
1675
+ | `female_prefix` | Miss., Mrs., Miss. |
1676
+ | `first_name` | Danny, Mathew, Omar |
1677
+ | `first_name_female` | Sherlyn, Earleen, Sheri |
1678
+ | `first_name_male` | Hal, Humberto, Mohammed |
1679
+ | `html_safe_last_name` | Fisher, Oga, Block |
1680
+ | `html_safe_name` | Kayleigh-Alejandrina Ryan, Delmer Leuschke, Reinaldo Dooley |
1681
+ | `last_name` | Wunsch, Sauer, Daugherty |
1682
+ | `male_name_with_prefix` | Mr. Alphonse Raynor, Mr. Barrett Sanford, Mr. Luther-Edwardo Schulist |
1683
+ | `male_name_with_prefix_suffix` | Mr. Brendan O'Keefe III, Mr. Benedict Dach Jr., Mr. Maynard Ullrich III |
1684
+ | `male_name_with_suffix` | Michael Kautzer DDS, Renato Gislason III, Rolland Kerluke MD |
1662
1685
  | `male_prefix` | Mr., Mr., Mr. |
1663
- | `name` | Collin Hermann, Alvin Mueller, Keneth Braun |
1664
- | `name_with_prefix` | Mr. Lupe Abbott, Mr. Milford Lindgren, Mrs. Kathryn Sawayn |
1665
- | `name_with_prefix_suffix` | Miss. Carola-Laurel Kuhn Jr., Miss. Rosalia Cremin Sr., Miss. Allie Yost I |
1666
- | `name_with_suffix` | Meryl-Ardis Mitchell DDS, Fleta Zemlak IV, Marcelo Sauer IV |
1667
- | `other_prefix` | Dr., Dr., Ms. |
1668
- | `prefix` | Drs., Prof., Prof. |
1669
- | `suffix` | PhD, Jr., DVM |
1686
+ | `name` | Marinda Gaylord, Williams Hoppe, Gertie Pagac |
1687
+ | `name_with_prefix` | Miss. Shantae Labadie, Miss. Nicolle Farrell, Mr. Jc Harber |
1688
+ | `name_with_prefix_suffix` | Miss. Courtney Reichel II, Mr. Antonia Gerlach III, Mrs. Bailey Rowe V |
1689
+ | `name_with_suffix` | Brenda Hagenes DVM, Rosanne Hoeger PhD, Shayne Daniel I |
1690
+ | `other_prefix` | Dr., Ms., Dr. |
1691
+ | `prefix` | Ing., Ir., Dr. |
1692
+ | `suffix` | II, V, IV |
1670
1693
 
1671
1694
  ## FFaker::NamePH
1672
1695
 
1673
1696
  | Method | Example |
1674
1697
  | ------ | ------- |
1675
- | `female_name_with_prefix` | Miss. Heidy Lao-laog, Mrs. Georgie Espejo, Mrs. Joann Montecillo |
1676
- | `female_name_with_prefix_suffix` | Mrs. Amie Moreno IV, Mrs. Christi Maputig I, Miss. Marylin Villaroman Sr. |
1677
- | `female_name_with_suffix` | Doreen Mipa II, Sha Corporal Jr., Lasandra Villegas DDS |
1678
- | `female_prefix` | Miss., Miss., Miss. |
1679
- | `first_name` | Tony, Ok, Hunter |
1680
- | `first_name_female` | Tanna, Bernie, Alejandrina |
1681
- | `first_name_male` | Lauren, Mitchel, Ralph |
1682
- | `html_safe_last_name` | Waters, Halvorson, Klein |
1683
- | `html_safe_name` | Archie Hahn, Rebbecca Williamson, Denisha Franecki |
1684
- | `last_name` | Quisumbing, Tolosa, Maitimg |
1685
- | `male_name_with_prefix` | Mr. Pat Ramirez, Mr. Alden Limbaco, Mr. Emile Torrealba |
1686
- | `male_name_with_prefix_suffix` | Mr. Les Concepcion Jr., Mr. Chance Gallano II, Mr. Leonel Galitg Sr. |
1687
- | `male_name_with_suffix` | Scottie Sinagtala Sr., Kyle Orante DDS, Martin Barrientos DDS |
1698
+ | `female_name_with_prefix` | Mrs. Corrie Nievez, Mrs. Cheyenne de los Reyes, Mrs. Tammi Gosiengfiao |
1699
+ | `female_name_with_prefix_suffix` | Miss. Maya Lacro DVM, Miss. Christeen Riego Sr., Miss. Valene Herrera Sr. |
1700
+ | `female_name_with_suffix` | Janae Pizarro IV, Kathie Sarmiento DDS, Tamie Magan DDS |
1701
+ | `female_prefix` | Miss., Miss., Mrs. |
1702
+ | `first_name` | Darlene, Valene, Renae |
1703
+ | `first_name_female` | Freddie, Zena, Tanesha |
1704
+ | `first_name_male` | Chong, Jake, Greg |
1705
+ | `html_safe_last_name` | Doyle, West, Spencer |
1706
+ | `html_safe_name` | Holli Rutherford, Deborah Barrows, Eddy Marvin |
1707
+ | `last_name` | Ello, Cuenca, Ocampo |
1708
+ | `male_name_with_prefix` | Mr. Fermin Baang, Mr. Manuel Limcangco, Mr. Jerry Benitez |
1709
+ | `male_name_with_prefix_suffix` | Mr. Samual Orante Jr., Mr. Stewart Biag PhD, Mr. Donn Sipsipg DVM |
1710
+ | `male_name_with_suffix` | Benedict Torres II, Sanford Guerra DDS, Tyrell Chincuanco PhD |
1688
1711
  | `male_prefix` | Mr., Mr., Mr. |
1689
- | `name` | Catheryn Sipsipg, Luis Arabejo, Mellissa Navarro |
1690
- | `name_with_prefix` | Mrs. Darcel Talaugon, Mr. Everette Reotutarg, Mrs. Antoinette Tubongbanua |
1691
- | `name_with_prefix_suffix` | Miss. Setsuko Agbayani Sr., Mr. Oswaldo Lindo V, Miss. Lilian Syjuco PhD |
1692
- | `name_with_suffix` | Daniel Villaecija MD, Claudette de los Reyes DDS, Felipa africa IV |
1693
- | `other_prefix` | Dr., Ms., Dr. |
1694
- | `prefix` | Ms., Mr., Ms. |
1695
- | `suffix` | Jr., Sr., III |
1712
+ | `name` | Ariel Tolosa, Vivan Dueñaz, Eun Matapangg |
1713
+ | `name_with_prefix` | Mr. Oliver Javier, Mr. Alonso Kumulitog, Mr. Randy Naval |
1714
+ | `name_with_prefix_suffix` | Mrs. Mitzie Acuesta Jr., Mr. Lupe Cagas DDS, Miss. Margaret Camat DDS |
1715
+ | `name_with_suffix` | Valentine Macawili V, Sylvia Pilapil II, Alma Camat PhD |
1716
+ | `other_prefix` | Ms., Ms., Dr. |
1717
+ | `prefix` | Dr., Mrs., Mrs. |
1718
+ | `suffix` | PhD, PhD, MD |
1696
1719
 
1697
1720
  ## FFaker::NamePL
1698
1721
 
1699
1722
  | Method | Example |
1700
1723
  | ------ | ------- |
1701
- | `academic_degree_prefix` | prof., mgr inż., inż. |
1702
- | `female_first_name` | Gertruda, Eleonora, Anna |
1703
- | `female_full_name` | Sylwia Krauze, Regina Badowska, Krystyna Rogalska |
1704
- | `female_last_name` | Zielińska, Kwiatkowska, Orłowska |
1705
- | `female_name_with_prefix` | Pani Krystyna Waglewska, Pani Paulina Pośpiech, Pani Elżbieta Orłowska |
1724
+ | `academic_degree_prefix` | inż., mgr, mgr inż. |
1725
+ | `female_first_name` | Bogumiła, Eleonora, Patrycja |
1726
+ | `female_full_name` | Nadzieja Krajewska, Antonina Dutkiewicz, Halina Kasprowicz |
1727
+ | `female_last_name` | Stoch, Woźniak, Pietrasiak |
1728
+ | `female_name_with_prefix` | Pani Stefania Żmuda, Pani Lucyna Wielopolska, Pani Grażyna Karwowska |
1706
1729
  | `female_prefix` | Pani, Pani, Pani |
1707
- | `first_name` | Patrycja, Lucyna, Felicja |
1708
- | `full_name` | Paweł Stychlerz, Michał Godlewski, Franciszek Zajączkowski |
1709
- | `last_name` | Jabłczyńska, Śliwa, Fornalska |
1710
- | `male_first_name` | Tomasz, Zdzisław, Józef |
1711
- | `male_full_name` | Roman Kaczmarek, Tadeusz Sadowski, Edmund Pluta |
1712
- | `male_last_name` | Regulski, Jabłczyński, Wiśniewski |
1713
- | `male_name_with_prefix` | Pan Lech Kowalski, Pan Eryk Borowski, Pan Fryderyk Pietrzykowski |
1730
+ | `first_name` | Franciszka, Bogdan, Błażej |
1731
+ | `full_name` | Elżbieta Jabłońska, Sylwester Regulski, Anna Andrzejewska |
1732
+ | `last_name` | Kasprowicz, Adamiec, Kuźniar |
1733
+ | `male_first_name` | Norbert, Bogumił, Edmund |
1734
+ | `male_full_name` | Bogdan Wiśniewski, Michał Żukowski, Lech Janowski |
1735
+ | `male_last_name` | Kozakiewicz, Starzyński, Baran |
1736
+ | `male_name_with_prefix` | Pan Wojciech Grzesiak, Pan Edmund Karpiński, Pan Ryszard Łuczak |
1714
1737
  | `male_prefix` | Pan, Pan, Pan |
1715
- | `name` | Kajetan Zieliński, Janina Tarnowska, Oliwia Sopoćko |
1716
- | `name_with_prefix` | Pan Leon Hernik, Pan Leon Woźniak, Pan Edmund Wiśniewski |
1717
- | `prefix` | mgr inż., inż., mgr |
1738
+ | `name` | Karolina Zarzecka, Daniel Krajewski, Walerian Wojciechowski |
1739
+ | `name_with_prefix` | Pani Martyna Szymańska, Pani Dorota Królikowska, Pan Artur Galiński |
1740
+ | `prefix` | lic., inż., Pani |
1718
1741
 
1719
1742
  ## FFaker::NameRU
1720
1743
 
1721
1744
  | Method | Example |
1722
1745
  | ------ | ------- |
1723
- | `female_name_with_prefix` | Miss. Angele Таротько, Miss. Erminia Колюковский, Miss. Many Ветродуева |
1724
- | `female_name_with_prefix_suffix` | Miss. Sherlene Тюшина Jr., Mrs. James Венскова V, Mrs. Christiane Кохтарева I |
1725
- | `female_name_with_suffix` | Monet Меринсон PhD, Zita Икеряева I, Margene Хитайленко DDS |
1726
- | `female_prefix` | Mrs., Mrs., Miss. |
1727
- | `first_name` | Мирослав, Марк, Вильгельм |
1728
- | `first_name_female` | Madonna, Natosha, Gayle |
1729
- | `first_name_male` | Brady, Malcolm, Nathanial |
1730
- | `html_safe_last_name` | Miller, Crooks, Hoppe |
1731
- | `html_safe_name` | Клавдия Kunde, Нонна Harris, Ярослав Reynolds |
1732
- | `last_name` | Маслов, Балдынова, Агапчева |
1733
- | `male_name_with_prefix` | Mr. Toby Барчунов, Mr. Leroy Одокий, Mr. Markus Кафтан |
1734
- | `male_name_with_prefix_suffix` | Mr. Carl Садосюк V, Mr. Marc Бричко DVM, Mr. Marcelo Головашеч DDS |
1735
- | `male_name_with_suffix` | Monroe Всеволодовская IV, Marlon Мардарейкина IV, Marquis Морадудин I |
1746
+ | `female_name_with_prefix` | Miss. Krystyna Толманов, Miss. Mariah Щиконикова, Mrs. Shizue Куприн |
1747
+ | `female_name_with_prefix_suffix` | Miss. Asia Монин DVM, Miss. Lila Томинов DVM, Miss. Cari Жеребченко Sr. |
1748
+ | `female_name_with_suffix` | Toccara Потакина III, Latisha Турлакова PhD, Lisbeth Волочаева DVM |
1749
+ | `female_prefix` | Mrs., Mrs., Mrs. |
1750
+ | `first_name` | Модест, Калерия, Руслана |
1751
+ | `first_name_female` | Keli, Brynn, Roxana |
1752
+ | `first_name_male` | Ivan, Erick, Alberto |
1753
+ | `html_safe_last_name` | Bednar, Auer, Morissette |
1754
+ | `html_safe_name` | Мария Rogahn, Демид Eichmann, Емельян Casper |
1755
+ | `last_name` | Анисимович, Штенников, Камышкина |
1756
+ | `male_name_with_prefix` | Mr. Galen Шишкова, Mr. Antwan Милославов, Mr. Titus Манукиан |
1757
+ | `male_name_with_prefix_suffix` | Mr. Millard Черноиванова PhD, Mr. Tracy Арисанова V, Mr. Dillon Иванова Jr. |
1758
+ | `male_name_with_suffix` | Horace Хрусткова V, Luis Ланятина Jr., Dewitt Цымбаева Jr. |
1736
1759
  | `male_prefix` | Mr., Mr., Mr. |
1737
- | `name` | Бенедикт Щептев, Никита Бричко, Эммануил Кирилко |
1738
- | `name_with_prefix` | Miss. Shanell Алегин, Miss. Annetta Айзатуллов, Mrs. Danille Шиповсков |
1739
- | `name_with_prefix_suffix` | Miss. Krysta Колотыркина Jr., Mrs. Kasandra Айварова V, Miss. Dortha Корлов I |
1740
- | `name_with_suffix` | Hunter Розинькова MD, Ralph Пигулова PhD, Temika Дочевская PhD |
1741
- | `other_prefix` | Ms., Ms., Ms. |
1742
- | `patronymic` | Валерьевич, Стоянович, Борисович |
1743
- | `prefix` | Mr., Ms., Mr. |
1744
- | `suffix` | Sr., DVM, II |
1760
+ | `name` | Балабанцев Семен Георгиевич, Битлер Евгений Мерабович, Дарина Барьзева |
1761
+ | `name_with_prefix` | Mrs. Lynsey Бахонов, Miss. Sade Арлушкина, Mr. Damien Хабайлова |
1762
+ | `name_with_prefix_suffix` | Miss. Elizbeth Пигулова DVM, Mr. Mac Подорожний DDS, Mr. Sammie Сеуткина V |
1763
+ | `name_with_suffix` | Terrence Коротько V, Lin Мирсианов MD, Tammie Цымбаева III |
1764
+ | `other_prefix` | Dr., Ms., Dr. |
1765
+ | `patronymic` | Павлович, Титович, Юлиановна |
1766
+ | `prefix` | Mrs., Miss., Miss. |
1767
+ | `suffix` | III, DVM, MD |
1745
1768
  | `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
1746
1769
 
1747
1770
  ## FFaker::NameSE
1748
1771
 
1749
1772
  | Method | Example |
1750
1773
  | ------ | ------- |
1751
- | `female_name_with_prefix` | Mrs. Tona Reichert, Mrs. Wynona McLaughlin, Miss. Hilda Watsica |
1752
- | `female_name_with_prefix_suffix` | Mrs. Liane Ledner MD, Miss. Johnny Lind I, Miss. Madonna Windler PhD |
1753
- | `female_name_with_suffix` | Coleen Blanda Sr., Lannie Harris DVM, Ilene Dare DDS |
1754
- | `female_prefix` | Miss., Miss., Miss. |
1755
- | `first_name` | Hallie, Hazel Branda, Ossie |
1756
- | `first_name_female` | Alexa, Shirl, Librada |
1757
- | `first_name_male` | Kelvin, Emilio, Ramon |
1758
- | `html_safe_last_name` | Auer, Frami, Weimann |
1759
- | `html_safe_name` | Nerissa Kiehn, Avery Marks, Nakita Considine |
1760
- | `last_name` | Paucek, Nienow, Will |
1761
- | `male_name_with_prefix` | Mr. Jonathon Keeling, Mr. Bernardo Torp, Mr. Warner Reilly |
1762
- | `male_name_with_prefix_suffix` | Mr. Elvis Hand IV, Mr. Bernie Christiansen Sr., Mr. Octavio Dickens DVM |
1763
- | `male_name_with_suffix` | Kristopher Fadel PhD, Darin Runolfsson Sr., Jarrett Rodriguez I |
1774
+ | `female_name_with_prefix` | Miss. Nita Bergnaum, Mrs. Nana Spinka, Miss. Earnestine Kshlerin |
1775
+ | `female_name_with_prefix_suffix` | Mrs. Tifany Greenholt Sr., Miss. Hermelinda Sawayn IV, Miss. Leta Miller DDS |
1776
+ | `female_name_with_suffix` | Loni Jacobs II, Tamar Wisoky PhD, Cathy O'Connell V |
1777
+ | `female_prefix` | Miss., Mrs., Miss. |
1778
+ | `first_name` | Tricia, Selena, Kaley Scott |
1779
+ | `first_name_female` | Barb, Jacquelyn, Mallie |
1780
+ | `first_name_male` | Jeramy, Amos, Jude |
1781
+ | `html_safe_last_name` | Mills, Wisoky, Balistreri |
1782
+ | `html_safe_name` | Christopher Walsh, Drew Efren Krajcik, Barry Howe |
1783
+ | `last_name` | Baumbach, Jacobs, Sauer |
1784
+ | `male_name_with_prefix` | Mr. Chong Mante, Mr. Harrison Hermann, Mr. Floyd Deckow |
1785
+ | `male_name_with_prefix_suffix` | Mr. Rayford VonRueden DVM, Mr. Alfonso Kunde IV, Mr. Luke Anderson V |
1786
+ | `male_name_with_suffix` | Adolfo Kozey DDS, Reyes Schuster IV, Buck Olson DVM |
1764
1787
  | `male_prefix` | Mr., Mr., Mr. |
1765
- | `name` | Prof. Tameika Leon Thiel, Johnson Cleveland Hoeger, Laurette Joyce Bergnaum |
1766
- | `name_with_prefix` | Mr. Lupe Paucek, Mr. Rolland Lueilwitz, Mrs. Esta Yundt |
1767
- | `name_with_prefix_suffix` | Mr. Edgar Kihn IV, Mr. Frederic Beier IV, Mrs. Sherly Ward V |
1768
- | `name_with_suffix` | Candie Kovacek PhD, Whitley Christiansen MD, Randee Kovacek IV |
1769
- | `other_prefix` | Dr., Ms., Ms. |
1770
- | `prefix` | Dr., Prof., Prof. |
1771
- | `suffix` | DVM, DVM, Sr. |
1788
+ | `name` | Elisabeth Prosacco, Percy Predovic, Irving Schmitt |
1789
+ | `name_with_prefix` | Mrs. Gearldine Wisoky, Mr. Avery Funk, Mr. Rocky Lindgren |
1790
+ | `name_with_prefix_suffix` | Mrs. Carolyne Wilderman PhD, Mrs. Maude Jakubowski PhD, Mr. Modesto Zulauf V |
1791
+ | `name_with_suffix` | Miquel Schroeder II, Rea Douglas PhD, Valentin Osinski PhD |
1792
+ | `other_prefix` | Ms., Dr., Ms. |
1793
+ | `prefix` | Prof., Dr., Dr. |
1794
+ | `suffix` | MD, I, I |
1772
1795
 
1773
1796
  ## FFaker::NameSN
1774
1797
 
1775
1798
  | Method | Example |
1776
1799
  | ------ | ------- |
1777
- | `first_name_female` | Borika, Lissah, Mahawa |
1778
- | `first_name_male` | Mamour, Baïdi, Moussa |
1779
- | `last_name` | Correia, Sy, Seck |
1780
- | `name_female` | Yaye Sané, Lissah Saady, Fily Diouf |
1781
- | `name_male` | Kéba Ndecky, Mactar Amar, Sounkarou Djiba |
1782
- | `name_sn` | Abdoulaye Preira, Binette Dione, Atia Yock |
1783
- | `prefix_female` | adja, ndeye, adjaratou |
1784
- | `prefix_male` | eladji, pape, serigne |
1800
+ | `first_name_female` | Soda, Lama, Souadou |
1801
+ | `first_name_male` | Babacar, Yerim, Goundo |
1802
+ | `last_name` | Ndeye, Preira, Ly |
1803
+ | `name_female` | Daka Diarra, Raby Loum, Neyba Da_Costa |
1804
+ | `name_male` | eladji Sogui Tamba, Wandifing Mancabou, Mountaga Seye |
1805
+ | `name_sn` | adjaratou Lama Diamanka, mame Sihalébé Wade, Hady Diabira |
1806
+ | `prefix_female` | adjaratou, adja, ndeye |
1807
+ | `prefix_male` | pape, mame, serigne |
1785
1808
 
1786
1809
  ## FFaker::NameTH
1787
1810
 
1788
1811
  | Method | Example |
1789
1812
  | ------ | ------- |
1790
- | `first_name` | สมโชค, บุญยง, ศิริณี |
1791
- | `last_name` | พิศาลบุตร, ชินวัตร, เก่งงาน |
1792
- | `name` | สมเพียร วอชิงตัน, วัฒนา เก่งงาน, นาค  หงสกุล |
1793
- | `nick_name` | ปู , ต้อม, อ้วน  |
1813
+ | `first_name` | กาญจนา, สนิท , ศุภผล |
1814
+ | `last_name` | ติณสูลานนท์, สมิธ, พันธุเมธา |
1815
+ | `name` | มานิตย์  ชินวัตร, กนกพร พิศาลบุตร, วีระชาย พิศาลบุตร |
1816
+ | `nick_name` | ชุ่ม, แป๊บ , ต้อม |
1794
1817
 
1795
1818
  ## FFaker::NameTHEN
1796
1819
 
1797
1820
  | Method | Example |
1798
1821
  | ------ | ------- |
1799
- | `first_name` | Kob Chai, Muan Nang, Sumana |
1800
- | `last_name` | Bunyasarn, Somwan, Srisati |
1801
- | `name` | Kosum Paowsong, Virote Narkhirunkanok, Chailai Kraiputra |
1802
- | `nick_name` | Nit, Toi, Yai |
1822
+ | `first_name` | Chomechai, On Choi, Ti Nung Cha |
1823
+ | `last_name` | Suppamongkon, Chaisurivirat, Chaiprasit |
1824
+ | `name` | Pricha Leelapun, Chaiyo Jetatikarn, Chompoo Narkbunnum |
1825
+ | `nick_name` | Kan, Mee, Uan |
1803
1826
 
1804
1827
  ## FFaker::NameUA
1805
1828
 
1806
1829
  | Method | Example |
1807
1830
  | ------ | ------- |
1808
- | `first_name` | Фаїна, Аврелія, Валентин |
1809
- | `first_name_female` | Антонида, Устина, Тетяна |
1810
- | `first_name_male` | Юхим, Мечислав, Зореслав |
1811
- | `last_name` | Пономарів, Бурмило, Поліщук |
1812
- | `last_name_female` | Дідух, Сучак, Латанська |
1813
- | `last_name_male` | Бандера, Москаль, Сосюра |
1814
- | `middle_name_female` | Мирославівна, Володимирівна, Сергіївна |
1815
- | `middle_name_male` | Азарович, Корнелійович, Олексійович |
1816
- | `name` | Далемир, Євген, Болеслав Маркіянович |
1831
+ | `first_name` | Влад, Оксана, Павло |
1832
+ | `first_name_female` | Броніслава, Станислава, Клавдія |
1833
+ | `first_name_male` | Кузьма, Лаврентій, Боримир |
1834
+ | `last_name` | Марків, Коцюбинський, Барановський |
1835
+ | `last_name_female` | Бердник, Дідух, Павлишина |
1836
+ | `last_name_male` | Барановський, Сплюх, Лученко |
1837
+ | `middle_name_female` | Бориславівна, Ігорівна, Артемівна |
1838
+ | `middle_name_male` | Вікторович, Герасимович, Болеславович |
1839
+ | `name` | Лаврентій Болеславович, Палажка Добромирович, Геннадій Боримирович |
1817
1840
 
1818
1841
  ## FFaker::NameVN
1819
1842
 
1820
1843
  | Method | Example |
1821
1844
  | ------ | ------- |
1822
- | `first_name` | Công, Công, Thị |
1823
- | `last_first` | Đào Nguyệt Hữu, Chu Công, Diệp Bay Quang |
1824
- | `last_name` | Trương, Quang, Lâm |
1825
- | `middle_name` | Quyên, Huỳnh, Văn |
1826
- | `name` | Việt Hữu Đỗ, Mỹ Quang Phó, Đạt Thị Mai |
1845
+ | `first_name` | Công, Đức, Văn |
1846
+ | `last_first` | Xương Công, Trúc Công, Bùi Đạt Thị |
1847
+ | `last_name` | Triệu, Thái, Vương |
1848
+ | `middle_name` | Lộc, Liên, Văn |
1849
+ | `name` | Kim Thị Phùng, Kim Thị Vương, Linh Công Vương |
1827
1850
 
1828
1851
  ## FFaker::NatoAlphabet
1829
1852
 
1830
1853
  | Method | Example |
1831
1854
  | ------ | ------- |
1832
- | `alphabetic_code` | GOLF, ALPHA, SIERRA |
1833
- | `callsign` | SIERRA-SIERRA-FIVE, SIERRA-UNIFORM-NINE, DELTA-CHARLIE-ONE |
1834
- | `code` | CHARLIE, ROMEO, ONE |
1855
+ | `alphabetic_code` | HOTEL, MIKE, BRAVO |
1856
+ | `callsign` | CHARLIE-INDIA-FIVE, WHISKEY-KILO-FOUR, INDIA-LIMA-FIVE |
1857
+ | `code` | FOUR, ECHO, FIVE |
1835
1858
  | `codify`(...) | |
1836
- | `numeric_code` | NINE, SEVEN, ZERO |
1859
+ | `numeric_code` | ONE, ONE, SIX |
1837
1860
 
1838
1861
  ## FFaker::PhoneNumber
1839
1862
 
1840
1863
  | Method | Example |
1841
1864
  | ------ | ------- |
1842
- | `area_code` | 644, 348, 271 |
1843
- | `exchange_code` | 290, 363, 848 |
1844
- | `imei` | 915170780339144, 542775887274506, 016405350924448 |
1845
- | `phone_calling_code` | +239, +681, +853 |
1846
- | `phone_number` | 1-871-331-6694 x2831, 901-945-1121, 1-675-505-9566 x5729 |
1847
- | `short_phone_number` | 299-477-8460, 318-733-6106, 559-231-7215 |
1865
+ | `area_code` | 887, 841, 849 |
1866
+ | `exchange_code` | 481, 441, 243 |
1867
+ | `imei` | 526642291820656, 986206465016161, 457739163541460 |
1868
+ | `phone_calling_code` | +220, +233, +977 |
1869
+ | `phone_number` | 1-506-644-4901 x019, 1-927-696-5180 x34609, 351.381.7540 x1979 |
1870
+ | `short_phone_number` | 453-637-6678, 387-488-3100, 690-349-6336 |
1848
1871
 
1849
1872
  ## FFaker::PhoneNumberAU
1850
1873
 
1851
1874
  | Method | Example |
1852
1875
  | ------ | ------- |
1853
1876
  | `country_code` | +61, +61, +61 |
1854
- | `home_work_phone_number` | (08) 0537 1557, (02) 0668 8153, (08) 7729 6868 |
1855
- | `home_work_phone_prefix` | 03, 08, 07 |
1856
- | `international_home_work_phone_number` | +61 2 2356 4156, +61 3 0135 6002, +61 3 6708 4207 |
1857
- | `international_mobile_phone_number` | +61 5 4593 9301, +61 5 6883 8511, +61 5 9877 8718 |
1858
- | `international_phone_number` | +61 4 8197 8518, +61 4 5988 3640, +61 5 4738 2869 |
1859
- | `mobile_phone_number` | 0492 453 477, 0537 568 451, 0560 431 260 |
1860
- | `mobile_phone_prefix` | 05, 04, 05 |
1861
- | `phone_number` | (08) 3199 6059, (03) 9472 8472, (03) 0620 0231 |
1862
- | `phone_prefix` | 05, 08, 04 |
1877
+ | `home_work_phone_number` | (03) 6019 3517, (08) 7863 3173, (07) 0773 9312 |
1878
+ | `home_work_phone_prefix` | 03, 02, 03 |
1879
+ | `international_home_work_phone_number` | +61 7 7444 6001, +61 8 0252 3027, +61 3 4333 3849 |
1880
+ | `international_mobile_phone_number` | +61 5 6798 1289, +61 5 4123 5553, +61 5 8825 8486 |
1881
+ | `international_phone_number` | +61 2 7363 4548, +61 4 3042 5904, +61 8 3272 5096 |
1882
+ | `mobile_phone_number` | 0466 006 084, 0526 699 968, 0580 213 360 |
1883
+ | `mobile_phone_prefix` | 04, 05, 04 |
1884
+ | `phone_number` | (08) 9222 5189, 0438 474 934, (02) 3310 6074 |
1885
+ | `phone_prefix` | 04, 02, 04 |
1863
1886
 
1864
1887
  ## FFaker::PhoneNumberBR
1865
1888
 
1866
1889
  | Method | Example |
1867
1890
  | ------ | ------- |
1868
1891
  | `country_code` | +55, +55, +55 |
1869
- | `home_work_phone_number` | 38 2664-2921, 214593-7406, 8835417572 |
1870
- | `international_home_work_phone_number` | +55172746-5435, +55 49 37067178, +55 92 53219192 |
1871
- | `international_mobile_phone_number` | +558693216964, +55 53 6392-9506, +55 60 71413207 |
1872
- | `international_phone_number` | +55 97 20417958, +55 10 998293559, +556531177262 |
1873
- | `mobile_phone_number` | 35962770448, 16 8949-1152, 15964843929 |
1874
- | `phone_number` | 49 4794-3661, 6034403019, 27999584530 |
1892
+ | `home_work_phone_number` | 83 5036-7020, 19 5581-0245, 54 2473-0609 |
1893
+ | `international_home_work_phone_number` | +556653615073, +552224080940, +55 82 37135758 |
1894
+ | `international_mobile_phone_number` | +55859314-1335, +55246651-2977, +55 69 9299-9278 |
1895
+ | `international_phone_number` | +55 73 56553905, +552158408225, +55 44 2802-0387 |
1896
+ | `mobile_phone_number` | 25 8538-3784, 84 72900824, 886912-0007 |
1897
+ | `phone_number` | 92 5974-7521, 76 97517-6414, 3681866209 |
1875
1898
 
1876
1899
  ## FFaker::PhoneNumberCH
1877
1900
 
1878
1901
  | Method | Example |
1879
1902
  | ------ | ------- |
1880
- | `free_phone_number` | 08006446281, 0800 734 00 89, 08000952867 |
1881
- | `home_work_phone_number` | 004131 945 10 76, 0210769494, 031 592 34 66 |
1882
- | `mobile_phone_number` | 004178 391 59 94, 0775423526, 004177 389 57 57 |
1883
- | `phone_number` | +4177 848 52 64, +41842 732 73 52, 004177 584 63 89 |
1884
- | `premium_rate_phone_number` | 09011432797, +419005960493, 0901 370 20 35 |
1885
- | `shared_cost_phone_number` | 0041844 154 71 86, +418440407819, 0041844 497 79 75 |
1903
+ | `free_phone_number` | 0800 502 03 51, 0800 704 56 48, 00418005120148 |
1904
+ | `home_work_phone_number` | 091 792 36 52, 0312861194, +41212556310 |
1905
+ | `mobile_phone_number` | 0041770078421, +4175 969 21 46, 079 280 26 85 |
1906
+ | `phone_number` | +4121 576 49 39, 0810092587, 0800 962 47 07 |
1907
+ | `premium_rate_phone_number` | +41906 647 22 04, 0041901 366 54 99, 0041901 932 68 57 |
1908
+ | `shared_cost_phone_number` | +41844 978 09 22, 0041848 689 54 40, +418442178249 |
1886
1909
 
1887
1910
  ## FFaker::PhoneNumberCU
1888
1911
 
@@ -1890,204 +1913,204 @@
1890
1913
  | ------ | ------- |
1891
1914
  | `country_code` | 53, 53, 53 |
1892
1915
  | `e164_country_code` | 53, 53, 53 |
1893
- | `e164_home_work_phone_number` | 5346605029, 5321675107, 5321206222 |
1894
- | `e164_mobile_phone_number` | 5354687846, 5358481738, 5355014956 |
1895
- | `e164_phone_number` | 5357331321, 5352200485, 5359916311 |
1896
- | `general_phone_number` | (023) 85 2933, 05 373 5366, (022) 52 1623 |
1897
- | `home_work_phone_number` | (045) 28 8165, (047) 97 2611, (047) 85 9307 |
1898
- | `home_work_phone_prefix` | 047, 045, 043 |
1899
- | `international_country_code` | +53, 0053, +53 |
1900
- | `international_home_work_phone_number` | +5323 59 9652, +5333 94 4473, +5342 68 7606 |
1901
- | `international_mobile_phone_number` | 00535 608 8431, 00535 851 0143, +535 934 1030 |
1902
- | `international_phone_number` | +5346 15 6451, 005331 19 5013, 005321 40 7040 |
1903
- | `mobile_phone_number` | 05 368 1788, 05 322 7942, 05 515 2698 |
1916
+ | `e164_home_work_phone_number` | 5341279171, 5331912954, 5347095383 |
1917
+ | `e164_mobile_phone_number` | 5353930512, 5357949103, 5356840653 |
1918
+ | `e164_phone_number` | 5357155914, 5351217701, 5350248498 |
1919
+ | `general_phone_number` | 05 718 4123, 05 039 5727, (041) 79 9010 |
1920
+ | `home_work_phone_number` | (023) 00 6125, (07) 504 3494, (048) 32 0799 |
1921
+ | `home_work_phone_prefix` | 023, 032, 031 |
1922
+ | `international_country_code` | +53, +53, +53 |
1923
+ | `international_home_work_phone_number` | 005331 64 8100, +5347 68 0527, 005331 49 0196 |
1924
+ | `international_mobile_phone_number` | +535 746 4265, 00535 949 3015, 00535 606 6057 |
1925
+ | `international_phone_number` | 00535 417 2683, 00535 207 6431, +5347 19 7016 |
1926
+ | `mobile_phone_number` | 05 335 5806, 05 713 4447, 05 871 7658 |
1904
1927
  | `mobile_phone_prefix` | 05, 05, 05 |
1905
- | `phone_number` | 00535 054 3213, 5332265893, +535 812 4845 |
1906
- | `phone_prefix` | 021, 042, 024 |
1928
+ | `phone_number` | (042) 46 1242, +5333 20 3975, 5341596745 |
1929
+ | `phone_prefix` | 045, 024, 021 |
1907
1930
 
1908
1931
  ## FFaker::PhoneNumberDA
1909
1932
 
1910
1933
  | Method | Example |
1911
1934
  | ------ | ------- |
1912
1935
  | `country_code` | +45, +45, +45 |
1913
- | `home_work_phone_number` | 15568625, 23682323, 76960225 |
1914
- | `international_home_work_phone_number` | +45 21830612, +45 38015330, +45 18646510 |
1915
- | `international_mobile_phone_number` | +45 47859052, +45 36524744, +45 33289798 |
1916
- | `international_phone_number` | +45 82474006, +45 14987425, +45 51849870 |
1917
- | `mobile_phone_number` | 22813886, 55825549, 84213421 |
1918
- | `phone_number` | 28134384, 24041242, 54292982 |
1936
+ | `home_work_phone_number` | 94190252, 30130195, 02487768 |
1937
+ | `international_home_work_phone_number` | +45 16404896, +45 99100375, +45 50277544 |
1938
+ | `international_mobile_phone_number` | +45 70285424, +45 59635791, +45 12869389 |
1939
+ | `international_phone_number` | +45 58607635, +45 20125961, +45 64486879 |
1940
+ | `mobile_phone_number` | 51259467, 41467968, 54964282 |
1941
+ | `phone_number` | 37741207, 42698927, 89607306 |
1919
1942
 
1920
1943
  ## FFaker::PhoneNumberDE
1921
1944
 
1922
1945
  | Method | Example |
1923
1946
  | ------ | ------- |
1924
1947
  | `country_code` | +49, +49, +49 |
1925
- | `home_work_phone_number` | 07941 6162395, 075 5957681, 0527 8119361 |
1926
- | `international_home_work_phone_number` | +49 77 3686978, +49 374 0805052, +49 82 7953827 |
1927
- | `international_mobile_phone_number` | +49 173 8815082, +49 178 9500301, +49 172 9232650 |
1928
- | `international_phone_number` | +49 5984 8680021, +49 7399 2250656, +49 22 5080300 |
1929
- | `mobile_phone_number` | 0170 1210049, 0174 5313181, 0174 7195434 |
1930
- | `mobile_prefix` | 0174, 0156, 0156 |
1931
- | `phone_number` | 0392 0064982, 0785 1323897, 044 8689415 |
1932
- | `region_prefix` | 032, 029, 092 |
1948
+ | `home_work_phone_number` | 06728 2959855, 077 0183880, 074 8042022 |
1949
+ | `international_home_work_phone_number` | +49 83 2037142, +49 3914 4208268, +49 550 0183011 |
1950
+ | `international_mobile_phone_number` | +49 179 8537736, +49 152 8490350, +49 175 5404251 |
1951
+ | `international_phone_number` | +49 34 6787393, +49 31 3415015, +49 2369 7801058 |
1952
+ | `mobile_phone_number` | 0179 5985952, 0179 2533326, 0166 9490068 |
1953
+ | `mobile_prefix` | 0154, 0167, 0163 |
1954
+ | `phone_number` | 02930 8167234, 08138 8273283, 090 0209867 |
1955
+ | `region_prefix` | 022, 0976, 0744 |
1933
1956
 
1934
1957
  ## FFaker::PhoneNumberFR
1935
1958
 
1936
1959
  | Method | Example |
1937
1960
  | ------ | ------- |
1938
- | `country_code` | +33, +33, +33 |
1939
- | `home_work_phone_number` | 05 14 27 10 12, 02 23 49 77 42, 05 36 39 58 63 |
1940
- | `international_home_work_phone_number` | 0033556871125, +33 1 21 33 72 29, 00332 43 51 61 31 |
1941
- | `international_mobile_phone_number` | +337 31 98 43 93, +33 7 34 41 00 82, +33673742699 |
1942
- | `international_phone_number` | +33705188540, 0033787056466, +33307775791 |
1943
- | `mobile_phone_number` | 06 42 96 22 59, 06 13 67 42 61, 0759841302 |
1944
- | `phone_number` | 0430196208, 06 18 60 57 16, 0795494997 |
1961
+ | `country_code` | 0033, 0033, 0033 |
1962
+ | `home_work_phone_number` | 03 73 01 49 01, 0350355472, 01 03 74 37 77 |
1963
+ | `international_home_work_phone_number` | 0033582184016, 0033240204367, +334 07 81 94 71 |
1964
+ | `international_mobile_phone_number` | +336 44 61 21 93, 0033755862128, 0033703498413 |
1965
+ | `international_phone_number` | 0033351095348, +33 4 27 67 03 10, +33 779465608 |
1966
+ | `mobile_phone_number` | 0681695844, 07 43 70 19 77, 0704212953 |
1967
+ | `phone_number` | 0572963027, 07 18 18 29 71, 0602478790 |
1945
1968
 
1946
1969
  ## FFaker::PhoneNumberID
1947
1970
 
1948
1971
  | Method | Example |
1949
1972
  | ------ | ------- |
1950
- | `home_phone_number` | 0777-29140910, 0376-88164784, 0639-47593008 |
1951
- | `international_home_phone_number` | +62924-51195420, +62295-27987564, +62967-50627241 |
1952
- | `international_mobile_phone_number` | +62881-30810176, +62811-31264887, +62814-69942377 |
1953
- | `international_phone_number` | +62822-26459961, +62423-4388950, +62816-02998754 |
1954
- | `mobile_phone_number` | 0885-48670864, 0855-91265242, 0856-96946846 |
1955
- | `phone_number` | 0897-41450019, 0853-21714150, 0878-62602454 |
1973
+ | `home_phone_number` | 0404-43371988, 0272-63535023, 0761-67743492 |
1974
+ | `international_home_phone_number` | +62634-00987703, +62625-74996721, +62748-9875853 |
1975
+ | `international_mobile_phone_number` | +62817-11588921, +62817-15468551, +62898-28236077 |
1976
+ | `international_phone_number` | +62651-96892327, +62458-1187924, +62896-16923367 |
1977
+ | `mobile_phone_number` | 0822-68269340, 0853-99059346, 0818-98270441 |
1978
+ | `phone_number` | 0856-59949375, 0884-27927485, 0280-9219988 |
1956
1979
 
1957
1980
  ## FFaker::PhoneNumberIT
1958
1981
 
1959
1982
  | Method | Example |
1960
1983
  | ------ | ------- |
1961
- | `home_phone_number` | 00390734 717403, 00390585 82271415, +39 099 763603 |
1962
- | `mobile_phone_number` | 0039339 013383, 0039325 49201804, +39 333981536 |
1984
+ | `home_phone_number` | +39 0862868769, 0039082334206241, 00390862 14970779 |
1985
+ | `mobile_phone_number` | 0039335171820, +39328 57161418, 0039 326 127384 |
1963
1986
  | `number`(...) | |
1964
- | `phone_number` | 00390463 410786, +39 0175 188447, +39 0722 56840682 |
1965
- | `random_space` | , , |
1987
+ | `phone_number` | 0039 32680426356, +39 333 84227986, +39 34973560684 |
1988
+ | `random_space` | , , |
1966
1989
 
1967
1990
  ## FFaker::PhoneNumberKR
1968
1991
 
1969
1992
  | Method | Example |
1970
1993
  | ------ | ------- |
1971
1994
  | `contry_code` | +82, +82, +82 |
1972
- | `home_work_phone_number` | 053 6042 3696, 061 2254 6271, 053 9309 4024 |
1973
- | `international_home_work_phone_number` | +82 63 0934 4610, +82 64 7694 7519, +82 54 6941 1141 |
1974
- | `international_mobile_phone_number` | +82 10 6311 6086, +82 10 3917 8785, +82 19 1911 8779 |
1975
- | `international_phone_number` | +82 44 6901 4468, +82 19 3771 0407, +82 52 5607 2753 |
1976
- | `mobile_phone_number` | 010 7366 4075, 019 6261 0848, 019 6378 3448 |
1977
- | `phone_number` | 062 7256 8079, 016 4615 3708, 011 8974 7802 |
1995
+ | `home_work_phone_number` | 052 2655 2689, 043 5073 8153, 062 9647 5724 |
1996
+ | `international_home_work_phone_number` | +82 63 2861 5413, +82 62 2927 0741, +82 2 9216 4856 |
1997
+ | `international_mobile_phone_number` | +82 11 2394 0634, +82 10 2621 7626, +82 11 0597 0805 |
1998
+ | `international_phone_number` | +82 11 9747 6111, +82 11 3158 2964, +82 11 9195 1927 |
1999
+ | `mobile_phone_number` | 010 4518 2364, 010 5955 3251, 016 0745 2366 |
2000
+ | `phone_number` | 049 6249 9095, 016 2555 2431, 010 7169 3445 |
1978
2001
 
1979
2002
  ## FFaker::PhoneNumberMX
1980
2003
 
1981
2004
  | Method | Example |
1982
2005
  | ------ | ------- |
1983
2006
  | `country_code` | +52, +52, +52 |
1984
- | `home_work_phone_number` | 14 5882 1597, 98 9951 6892, 02 1635 8570 |
1985
- | `international_home_work_phone_number` | +52 12 4560 5253, +52 52 2348 2505, +52 98 8671 7071 |
1986
- | `international_mobile_phone_number` | +52 1 41 5720 1201, +52 1 36 9963 2242, +52 1 65 3582 1979 |
1987
- | `international_phone_number` | +52 1 31 2593 0669, +52 02 6664 5522, +52 1 91 9620 9358 |
1988
- | `mobile_phone_number` | 044 07 2277 5265, 044 90 3572 8377, 044 74 9370 7432 |
1989
- | `phone_number` | 044 67 8465 1519, 58 0725 8568, 32 2450 8269 |
1990
- | `toll_free_number` | 01 800 491 1194, 01 800 256 9241, 01 800 537 0043 |
2007
+ | `home_work_phone_number` | 94 4481 7989, 78 4481 2644, 54 6923 4588 |
2008
+ | `international_home_work_phone_number` | +52 45 4462 2550, +52 17 0211 4590, +52 40 3594 1565 |
2009
+ | `international_mobile_phone_number` | +52 1 13 3366 7271, +52 1 60 7938 7776, +52 1 71 0452 9177 |
2010
+ | `international_phone_number` | +52 47 0938 6526, +52 1 05 9223 0885, +52 1 68 7372 6644 |
2011
+ | `mobile_phone_number` | 044 88 7035 7988, 044 01 4425 9253, 044 32 2917 3982 |
2012
+ | `phone_number` | 81 0172 1944, 27 2470 7712, 044 53 6218 0115 |
2013
+ | `toll_free_number` | 01 800 942 6678, 01 800 957 4153, 01 800 475 8151 |
1991
2014
 
1992
2015
  ## FFaker::PhoneNumberNL
1993
2016
 
1994
2017
  | Method | Example |
1995
2018
  | ------ | ------- |
1996
- | `home_work_phone_number` | 0485-7515 25, 030-5765805, 0488-9308 09 |
1997
- | `international_home_work_phone_number` | +31 20-8267778, +31 543-57 56 48, +31 23-979 5680 |
1998
- | `international_mobile_phone_number` | +31 6 05 70 69 90, +31 606235284, +31 6 3784 5533 |
1999
- | `international_phone_number` | +31 113-33 53 14, +31 223-23 09 14, +31 6 62 85 99 73 |
2000
- | `mobile_phone_number` | 0641109252, 0602940935, 06 92 76 14 20 |
2001
- | `phone_number` | 0578-4777 87, 06 17 29 51 63, 0314-6430 79 |
2019
+ | `home_work_phone_number` | 0346-6317 66, 0518-15 33 46, 0481-38 44 27 |
2020
+ | `international_home_work_phone_number` | +31 512-8406 89, +31 412-60 32 05, +31 115-020723 |
2021
+ | `international_mobile_phone_number` | +31 627817552, +31 6 68 17 06 10, +31 6 6919 6304 |
2022
+ | `international_phone_number` | +31 493-9223 76, +31 6 291 556 43, +31 481-2680 36 |
2023
+ | `mobile_phone_number` | 0640408328, 06 27 13 25 92, 0609265941 |
2024
+ | `phone_number` | 045-095 4342, 0650439609, 06 6225 8715 |
2002
2025
 
2003
2026
  ## FFaker::PhoneNumberSE
2004
2027
 
2005
2028
  | Method | Example |
2006
2029
  | ------ | ------- |
2007
- | `area_prefix` | 63, 456, 456 |
2008
- | `country_prefix` | +46, +46, +46 |
2009
- | `home_work_phone_number` | 0951-704 57, 0660-31 14 42, 090-692 88 29 |
2010
- | `international_home_work_phone_number` | +46 (0)645-266 91, +46 (0)457-73 09 28, +46 (0)302-944 29 |
2011
- | `international_mobile_phone_number` | 0046 (0)728-02 22 90, 0046 (0)708-043489, 0046 (0)730-51 67 68 |
2012
- | `international_phone_number` | +46 (0)768-617427, +46 (0)708-39 59 89, +46 (0)700-07 30 33 |
2013
- | `mobile_phone_number` | 0742-70 67 72, 0763-73 88 58, 0769-096096 |
2014
- | `mobile_phone_number_format` | 74#-## ## ##, 73#-## ## ##, 70#-## ## ## |
2015
- | `mobile_prefix` | 76, 72, 70 |
2016
- | `phone_number` | 0585-557 77, 0644-19 81 31, 0700-774059 |
2017
- | `phone_number_format` | 584-### ##, 682-## ## ##, 143-## ## ## |
2030
+ | `area_prefix` | 371, 525, 534 |
2031
+ | `country_prefix` | 0046, +46, 0046 |
2032
+ | `home_work_phone_number` | 013-85 686, 019-26 185, 0345-016 80 |
2033
+ | `international_home_work_phone_number` | 0046 (0)8-614 824 54, +46 (0)382-93 98 72, 0046 (0)23-00 326 |
2034
+ | `international_mobile_phone_number` | 0046 (0)747-99 40 98, 0046 (0)731-844117, +46 (0)762-255904 |
2035
+ | `international_phone_number` | +46 (0)157-610 47, 0046 (0)727-678221, 0046 (0)728-427124 |
2036
+ | `mobile_phone_number` | 0707-762516, 0730-433355, 0743-539575 |
2037
+ | `mobile_phone_number_format` | 72#-## ## ##, 72#-## ## ##, 73#-###### |
2038
+ | `mobile_prefix` | 76, 76, 72 |
2039
+ | `phone_number` | 0227-76 82 35, 0732-472266, 0555-35 73 38 |
2040
+ | `phone_number_format` | 932-### ##, 390-### ##, 923-## ## ## |
2018
2041
 
2019
2042
  ## FFaker::PhoneNumberSG
2020
2043
 
2021
2044
  | Method | Example |
2022
2045
  | ------ | ------- |
2023
2046
  | `country_code` | +65, +65, +65 |
2024
- | `fixed_line_number` | 6953 5099, 6164 8532, 6031 1490 |
2025
- | `international_toll_free_number` | 800 713 1960, 800 026 3485, 800 776 4527 |
2026
- | `mobile_number` | 8184 8728, 8772 2131, 8765 2687 |
2027
- | `mobile_or_pager_number` | 9684 1406, 9612 8724, 9464 0029 |
2028
- | `phone_number` | 8844 0988, 8257 9923, 9908 2395 |
2029
- | `premium_service_number` | 1900 211 8385, 1900 182 0732, 1900 912 8587 |
2030
- | `toll_free_number` | 1800 776 0004, 1800 314 8280, 1800 437 8926 |
2031
- | `voip_number` | 3038 3205, 3420 4702, 3231 4125 |
2047
+ | `fixed_line_number` | 6298 4521, 6575 6637, 6746 1752 |
2048
+ | `international_toll_free_number` | 800 524 3147, 800 073 6397, 800 328 6484 |
2049
+ | `mobile_number` | 8558 7316, 8509 7174, 8172 2586 |
2050
+ | `mobile_or_pager_number` | 9969 2332, 9884 1459, 9501 8198 |
2051
+ | `phone_number` | 9862 7481, 8143 9581, 6469 8830 |
2052
+ | `premium_service_number` | 1900 575 0430, 1900 328 3445, 1900 055 1501 |
2053
+ | `toll_free_number` | 1800 697 5719, 1800 429 1356, 1800 146 4150 |
2054
+ | `voip_number` | 3339 7980, 3891 1723, 3262 9055 |
2032
2055
 
2033
2056
  ## FFaker::PhoneNumberSN
2034
2057
 
2035
2058
  | Method | Example |
2036
2059
  | ------ | ------- |
2037
- | `homework_number` | 33-803-30-22, 33-983-07-61, 33-870-78-48 |
2060
+ | `homework_number` | 33-856-81-79, 33-830-64-47, 33-825-93-69 |
2038
2061
  | `homework_phone_prefix` | 33, 33, 33 |
2039
- | `mobile_number` | 70-074-49-79, 76-461-44-29, 76-074-81-66 |
2040
- | `mobile_phone_prefix` | 77, 70, 76 |
2041
- | `phone_number` | 70-837-66-99, 33-904-28-48, 33-888-19-49 |
2042
- | `short_phone_number` | 058-17-79, 000-96-86, 001-56-68 |
2062
+ | `mobile_number` | 76-482-68-27, 76-564-07-87, 77-719-37-58 |
2063
+ | `mobile_phone_prefix` | 76, 70, 77 |
2064
+ | `phone_number` | 33-805-75-51, 33-897-96-92, 33-942-26-08 |
2065
+ | `short_phone_number` | 969-63-70, 407-46-54, 955-99-86 |
2043
2066
 
2044
2067
  ## FFaker::Product
2045
2068
 
2046
2069
  | Method | Example |
2047
2070
  | ------ | ------- |
2048
- | `brand` | Trost, Aftersync, Brunefunc |
2071
+ | `brand` | Pure, Sopod, Phant |
2049
2072
  | `letters`(...) | |
2050
- | `model` | D53, W-8028, K46 |
2051
- | `product` | Sobalt Gel Output Mount, Subsync Power Mount, Briont Output Tag Component |
2052
- | `product_name` | Disc Power Viewer, Digital Filter, Direct Compressor |
2073
+ | `model` | E-3632, K-6659, G-1806 |
2074
+ | `product` | Pyncefunc Power Video Controller, Trionewood Electric Controller, Brincefunc Gel Filter |
2075
+ | `product_name` | Input Tag System, Disc Controller, Side Amplifier |
2053
2076
 
2054
2077
  ## FFaker::SSN
2055
2078
 
2056
2079
  | Method | Example |
2057
2080
  | ------ | ------- |
2058
- | `ssn` | 789-25-9312, 624-91-5873, 201-80-0808 |
2081
+ | `ssn` | 851-78-7043, 185-41-2045, 011-30-9633 |
2059
2082
 
2060
2083
  ## FFaker::SSNMX
2061
2084
 
2062
2085
  | Method | Example |
2063
2086
  | ------ | ------- |
2064
- | `imss` | 4567950285-7, 4044327517-2, 6711958839-0 |
2065
- | `imss_undashed` | 92870974066, 60906751986, 14837594296 |
2066
- | `issste` | 6596941489-2, 9066895178-9, 2137420849-6 |
2067
- | `issste_undashed` | 76584287860, 61592381186, 83643848945 |
2068
- | `ssn` | 9701232435-5, 2861689510-7, 4167773892-1 |
2069
- | `ssn_undashed` | 82988296973, 05314342061, 99657061799 |
2087
+ | `imss` | 0640110396-0, 8195815813-4, 5143449359-6 |
2088
+ | `imss_undashed` | 91104061273, 53250554617, 48997419316 |
2089
+ | `issste` | 8231065950-8, 8544349692-6, 4637470669-4 |
2090
+ | `issste_undashed` | 21679828591, 06873242036, 77060072855 |
2091
+ | `ssn` | 0622769123-1, 8794503442-2, 1506064672-3 |
2092
+ | `ssn_undashed` | 44920361079, 35044658003, 58157647159 |
2070
2093
 
2071
2094
  ## FFaker::SSNSE
2072
2095
 
2073
2096
  | Method | Example |
2074
2097
  | ------ | ------- |
2075
- | `ssn` | 194712068445, 195504068154, 201412064325 |
2098
+ | `ssn` | 199012259446, 199012040820, 197301123323 |
2076
2099
 
2077
2100
  ## FFaker::Skill
2078
2101
 
2079
2102
  | Method | Example |
2080
2103
  | ------ | ------- |
2081
- | `specialties` | Firmware Modularization, Modular Profiling, Firmware Testing, Database Profiling, Area Design, Firmware Methods, Firmware Development, Performance Design, Visual Management |
2082
- | `specialty` | Web Management, Global Design, Template Research |
2083
- | `tech_skill` | Java, JQuery, Perl |
2084
- | `tech_skills` | JSON, Rails, CakePHP, TextMate, ASP, Backbone.JS, Mac, XHR, OSX |
2104
+ | `specialties` | Performance Prototyping, Firmware Profiling, Team Modularization, Software Development, Hardware Development, Prototype Development, Mental Methods, Database Methods, Global Metrics |
2105
+ | `specialty` | Project Design, Web Modularization, Database Testing |
2106
+ | `tech_skill` | Bootstrap, Mac, CakePHP |
2107
+ | `tech_skills` | XHR, JavaScript, Visio, ExtJS, LAMP, Visio, SublimeText, LAMP, JSP |
2085
2108
 
2086
2109
  ## FFaker::Sport
2087
2110
 
2088
2111
  | Method | Example |
2089
2112
  | ------ | ------- |
2090
- | `name` | Cycling Mountain Bike, Wakeboarding, Badminton |
2113
+ | `name` | Mixed Martial Arts, Judo, Kitesurfing |
2091
2114
 
2092
2115
  ## FFaker::String
2093
2116
 
@@ -2099,21 +2122,24 @@
2099
2122
 
2100
2123
  | Method | Example |
2101
2124
  | ------ | ------- |
2102
- | `between`(..., ...) | |
2103
- | `date` | 2016-10-30 00:00:00 +0900, 2018-04-29 00:00:00 +0900, 2014-12-11 00:00:00 +0900 |
2104
- | `datetime` | 2014-09-07 12:37:00 +0900, 2016-07-18 06:58:00 +0900, 2016-03-19 09:33:00 +0900 |
2105
- | `day_of_week` | Wed, Wed, Mon |
2106
- | `month` | November, January, April |
2125
+ | `between('2012-11-12 16:20', '2018-11-12 16:20')` | 2014-04-18 13:35:14 +0200 |
2126
+ | `between(Date.new(2012, 02, 01), Date.new(2018, 02, 01))` | 2015-04-18 13:35:14 +0200 |
2127
+ | `between(DateTime.new(2012, 02, 01, 14, 30), DateTime.new(2018, 02, 01, 13, 23))` | 2016-04-18 13:35:14 +0200 |
2128
+ | `between(4.years.ago, 2.months.ago)` | 2017-04-18 13:35:14 +0200 |
2129
+ | `date` | 2015-04-13 00:00:00 +0900, 2017-03-27 00:00:00 +0900, 2016-09-20 00:00:00 +0900 |
2130
+ | `datetime` | 2018-10-27 11:18:00 +0900, 2015-06-10 08:06:00 +0900, 2017-01-09 11:54:00 +0900 |
2131
+ | `day_of_week` | Wed, Thu, Fri |
2132
+ | `month` | April, October, January |
2107
2133
 
2108
2134
  ## FFaker::Tweet
2109
2135
 
2110
2136
  | Method | Example |
2111
2137
  | ------ | ------- |
2112
- | `body` | Est molestiae illo a voluptatum. In laborum sed accusantium neque quibusdam. Nisi molestiae laboriosam est unde mollitia quia. In maiores., Voluptatem laudantium id ex quis sunt. Porro totam velit molestiae vel ratione est. Quibusdam quas vel autem aut. Est enim vel molestiae., Esse autem quidem voluptatem praesentium ut debitis possimus. Sapiente et sunt architecto voluptatem vitae. Nam veniam qui sint ducimus. |
2113
- | `mention` | @nakisha.boyer, @ula_veum, @ricarda |
2114
- | `mentions` | @robyn_williamson @mireya, @helena @claudio, @carmelo_emard @helena |
2115
- | `tags` | #clouds #me, #cool #followme, #cute #pretty |
2116
- | `tweet` | @liza Molestias ab voluptas voluptas debitis sed repellat. Architecto eveniet saepe officiis maiores. Quis.#music #eyes #cat #clouds, Omnis ut enim quo porro quia consectetur voluptas. Aut quam doloribus excepturi nobis et in perspiciatis. Deleniti maxime vero., Aut ut modi eos aut. Nam id laudantium est quaerat. Velit facere delectus omnis rem minima. Illum aut sequi nihil et..#boy #art #girl #me |
2138
+ | `body` | Saepe corrupti id eum voluptatem nihil. Facilis eligendi minima quia expedita tenetur nulla. Et laboriosam qui dolore ut vero ut., Error et cupiditate quidem ad. Repellat et cum aut tenetur iste exercitationem ad. Eveniet occaecati optio distinctio accusamus. Omnis., Saepe qui voluptatem accusantium non id laudantium. Id ipsam ullam laudantium sed quo nihil. Dicta sequi qui vitae doloribus repudiandae. |
2139
+ | `mention` | @lida, @meridith, @hallie.glover |
2140
+ | `mentions` | @georgetta @latrisha, @steve @jeanmarie, @lala.prosacco @edyth_koepp |
2141
+ | `tags` | #girl #like, #my #night, #party #awesome |
2142
+ | `tweet` | Sit culpa ut est harum cum assumenda reiciendis. Quod at laboriosam dolorem quam.#lol #bestoftheday, Aut vel et molestiae a quasi sed.., Porro at animi esse eligendi qui quis sunt libero. Distinctio provident inventore saepe aut omnis. Aperiam numquam enim porro voluptas. |
2117
2143
 
2118
2144
  ## FFaker::UniqueUtils
2119
2145
 
@@ -2125,80 +2151,80 @@
2125
2151
 
2126
2152
  | Method | Example |
2127
2153
  | ------ | ------- |
2128
- | `temperature_abbr` | C, F, K |
2129
- | `temperature_name` | Fahrenheit, Fahrenheit, Kelvin |
2130
- | `time_abbr` | msec, Minutes, s |
2131
- | `time_name` | Milliseconds, Milliseconds, Seconds |
2154
+ | `temperature_abbr` | F, K, F |
2155
+ | `temperature_name` | Kelvin, Fahrenheit, Kelvin |
2156
+ | `time_abbr` | s, yr, Minutes |
2157
+ | `time_name` | Seconds, Hours, Hours |
2132
2158
 
2133
2159
  ## FFaker::UnitEnglish
2134
2160
 
2135
2161
  | Method | Example |
2136
2162
  | ------ | ------- |
2137
- | `area_abbr` | sq mi, sq ft, Twp |
2138
- | `area_name` | square foot, acre, square yard |
2139
- | `length_abbr` | ft, fur, fur |
2140
- | `length_name` | yard, mile, yard |
2141
- | `liquid_abbr` | fl oz, gi, gi |
2142
- | `liquid_name` | quart, pint, pint |
2143
- | `mass_abbr` | gr, lb, cwt |
2144
- | `mass_name` | ounces, pounds, ton |
2145
- | `temperature_abbr` | K, K, K |
2146
- | `temperature_name` | Fahrenheit, Kelvin, Kelvin |
2147
- | `time_abbr` | s, Minutes, msec |
2148
- | `time_name` | Hours, Milliseconds, Hours |
2149
- | `volume_abbr` | CY, CI, CY |
2150
- | `volume_name` | cubic foot, cubic yard, cubic yard |
2163
+ | `area_abbr` | ac, sq ft, sq ft |
2164
+ | `area_name` | township, square inch, square inch |
2165
+ | `length_abbr` | in, yd, in |
2166
+ | `length_name` | inch, foot, inch |
2167
+ | `liquid_abbr` | pt, gi, pt |
2168
+ | `liquid_name` | fluid ounce, quart, gill |
2169
+ | `mass_abbr` | gr, oz, cwt |
2170
+ | `mass_name` | ounces, hundredweight, ounces |
2171
+ | `temperature_abbr` | F, K, C |
2172
+ | `temperature_name` | Fahrenheit, Celsius, Kelvin |
2173
+ | `time_abbr` | yr, yr, yr |
2174
+ | `time_name` | Years, Milliseconds, Days |
2175
+ | `volume_abbr` | CI, CY, CFT |
2176
+ | `volume_name` | cubic yard, cubic yard, cubic inch |
2151
2177
 
2152
2178
  ## FFaker::UnitMetric
2153
2179
 
2154
2180
  | Method | Example |
2155
2181
  | ------ | ------- |
2156
- | `area_abbr` | km, km, m^2 |
2157
- | `area_name` | kilometers, centimeters squared, centimeters squared |
2158
- | `length_abbr` | cm, mm, cm |
2159
- | `length_name` | meters, centimeters, kilometers |
2182
+ | `area_abbr` | ha, cm^2, cm^2 |
2183
+ | `area_name` | hectares, kilometers, meters squared |
2184
+ | `length_abbr` | m, cm, km |
2185
+ | `length_name` | meters, kilometers, meters |
2160
2186
  | `liquid_abbr` | ml, ml, ml |
2161
- | `liquid_name` | milliliters, milliliters, liters |
2162
- | `mass_abbr` | mt, kg, g |
2163
- | `mass_name` | metric ton, gram, metric ton |
2164
- | `temperature_abbr` | F, K, C |
2165
- | `temperature_name` | Kelvin, Celsius, Kelvin |
2166
- | `time_abbr` | d, msec, d |
2167
- | `time_name` | Milliseconds, Seconds, Days |
2168
- | `volume_abbr` | m^3, cm^3, cm^3 |
2169
- | `volume_name` | cubic centimeters, cubic meters, cubic meters |
2187
+ | `liquid_name` | milliliters, milliliters, milliliters |
2188
+ | `mass_abbr` | g, mt, kg |
2189
+ | `mass_name` | metric ton, metric ton, gram |
2190
+ | `temperature_abbr` | F, C, C |
2191
+ | `temperature_name` | Kelvin, Kelvin, Fahrenheit |
2192
+ | `time_abbr` | Minutes, s, Minutes |
2193
+ | `time_name` | Hours, Hours, Seconds |
2194
+ | `volume_abbr` | m^3, m^3, m^3 |
2195
+ | `volume_name` | cubic meters, cubic meters, cubic centimeters |
2170
2196
 
2171
2197
  ## FFaker::Vehicle
2172
2198
 
2173
2199
  | Method | Example |
2174
2200
  | ------ | ------- |
2175
- | `base_color` | peachpuff, orange, gray |
2176
- | `drivetrain` | 4WD, 4WD, FWD |
2177
- | `engine_cylinders` | 5, 6, 8 |
2178
- | `engine_displacement` | 1.0, 4.2, 5.8 |
2179
- | `fuel_type` | Hydrogen Fuel Cell (FCV), Gas, Electric |
2180
- | `interior_upholstery` | PVC, Vinyl, Nylon Fabric |
2181
- | `make` | Saturn, Infiniti, Tesla |
2182
- | `manufacturer_color` | pretty beautiful darkturquoise, bright dull magenta, mysterious slate navajowhite |
2183
- | `mfg_color` | mundane pleasant mediumturquoise, mundane resonant gold, calm bright khaki |
2184
- | `model` | Pacifica, Bronco, Lancer |
2185
- | `transmission` | Automatic, Continuously Variable, Continuously Variable |
2186
- | `transmission_abbr` | AT, MT, AT |
2187
- | `trim` | SI, EX-L, SLT |
2188
- | `vin` | 13VQZ02576D077013, 13SDV31526M557845, 12ORM57595Z264690 |
2189
- | `year` | 1929, 1967, 1992 |
2201
+ | `base_color` | moccasin, palegreen, silver |
2202
+ | `drivetrain` | AWD, 4X4, 4WD |
2203
+ | `engine_cylinders` | 5, 2, 2 |
2204
+ | `engine_displacement` | 1.0, 3.0, 5.7 |
2205
+ | `fuel_type` | Gas, Hybrid, Natural Gas (CNG) |
2206
+ | `interior_upholstery` | Vinyl, Faux Vinyl, Leather |
2207
+ | `make` | Saab, Lamborghini, Ram |
2208
+ | `manufacturer_color` | magnificent new hotpink, dull vibrant deeppink, dull majestic limegreen |
2209
+ | `mfg_color` | dull mute lightcoral, majestic mysterious darkslateblue, royal new mediumpurple |
2210
+ | `model` | Golf, Escort, Cherokee |
2211
+ | `transmission` | Manual, Continuously Variable, Continuously Variable |
2212
+ | `transmission_abbr` | AM, AM, AM |
2213
+ | `trim` | GL, RS, EX |
2214
+ | `vin` | 16EDY86215N947695, 16XRH99801S754815, 12SQP13533P673104 |
2215
+ | `year` | 2016, 1980, 1955 |
2190
2216
 
2191
2217
  ## FFaker::Venue
2192
2218
 
2193
2219
  | Method | Example |
2194
2220
  | ------ | ------- |
2195
- | `name` | Palau de Congressos de Catalunya, World Trade Center Sevilla, Feria Internacional de Galicia |
2221
+ | `name` | Casapiedra, Chez Moi, Centro de Exposiciones y Convenciones Las Americas |
2196
2222
 
2197
2223
  ## FFaker::Youtube
2198
2224
 
2199
2225
  | Method | Example |
2200
2226
  | ------ | ------- |
2201
- | `embed_url` | www.youtube.com/embed/QcIy9NiNbmo, www.youtube.com/embed/fRh_vgS2dFE, www.youtube.com/embed/iS1g8G_njx8 |
2202
- | `share_url` | youtu.be/fWNaR-rxAic, youtu.be/NUsoVlDFqZg, youtu.be/YqeW9_5kURI |
2203
- | `url` | www.youtube.com/watch?v=9bZkp7q19f0, www.youtube.com/watch?v=9bZkp7q19f0, www.youtube.com/watch?v=AJtDXIazrMo |
2204
- | `video_id` | QGJuMBdaqIw, _OBlgSz8sSM, gCYcHz2k5x0 |
2227
+ | `embed_url` | www.youtube.com/embed/RBumgq5yVrA, www.youtube.com/embed/IcrbM1l_BoI, www.youtube.com/embed/_OBlgSz8sSM |
2228
+ | `share_url` | youtu.be/gCYcHz2k5x0, youtu.be/_OBlgSz8sSM, youtu.be/uxpDa-c-4Mc |
2229
+ | `url` | www.youtube.com/watch?v=CGyEd0aKWZE, www.youtube.com/watch?v=9bZkp7q19f0, www.youtube.com/watch?v=KYniUCGPGLs |
2230
+ | `video_id` | YqeW9_5kURI, 0KSOMA3QBU0, iS1g8G_njx8 |