ffaker 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (320) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +34 -0
  3. data/README.md +4 -0
  4. data/REFERENCE.md +1153 -800
  5. data/Rakefile +23 -24
  6. data/ffaker.gemspec +12 -420
  7. data/lib/ffaker.rb +47 -7
  8. data/lib/ffaker/address.rb +11 -11
  9. data/lib/ffaker/address_au.rb +60 -60
  10. data/lib/ffaker/address_br.rb +5 -5
  11. data/lib/ffaker/address_ca.rb +7 -7
  12. data/lib/ffaker/address_ch.rb +1 -2
  13. data/lib/ffaker/address_ch_de.rb +1 -1
  14. data/lib/ffaker/address_ch_fr.rb +1 -1
  15. data/lib/ffaker/address_ch_it.rb +1 -1
  16. data/lib/ffaker/address_da.rb +5 -5
  17. data/lib/ffaker/address_de.rb +16 -12
  18. data/lib/ffaker/address_fi.rb +7 -8
  19. data/lib/ffaker/address_fr.rb +13 -13
  20. data/lib/ffaker/address_gr.rb +40 -0
  21. data/lib/ffaker/address_in.rb +12 -12
  22. data/lib/ffaker/address_kr.rb +87 -0
  23. data/lib/ffaker/address_mx.rb +409 -409
  24. data/lib/ffaker/address_nl.rb +17 -13
  25. data/lib/ffaker/address_ru.rb +6 -6
  26. data/lib/ffaker/address_se.rb +7 -8
  27. data/lib/ffaker/address_sn.rb +3 -3
  28. data/lib/ffaker/address_ua.rb +8 -8
  29. data/lib/ffaker/address_uk.rb +5 -5
  30. data/lib/ffaker/address_us.rb +9 -9
  31. data/lib/ffaker/airline.rb +16 -0
  32. data/lib/ffaker/avatar.rb +3 -3
  33. data/lib/ffaker/aws.rb +24 -0
  34. data/lib/ffaker/bacon_ipsum.rb +2 -2
  35. data/lib/ffaker/book.rb +45 -0
  36. data/lib/ffaker/boolean.rb +2 -2
  37. data/lib/ffaker/cheesy_lingo.rb +15 -12
  38. data/lib/ffaker/color.rb +54 -1
  39. data/lib/ffaker/color_ua.rb +1 -1
  40. data/lib/ffaker/company.rb +13 -11
  41. data/lib/ffaker/company_cn.rb +23 -0
  42. data/lib/ffaker/company_it.rb +4 -4
  43. data/lib/ffaker/company_se.rb +2 -2
  44. data/lib/ffaker/conference.rb +1 -1
  45. data/lib/ffaker/courses.rb +2 -3
  46. data/lib/ffaker/currency.rb +2 -2
  47. data/lib/ffaker/data/address_gr/city +79 -0
  48. data/lib/ffaker/data/address_gr/region +13 -0
  49. data/lib/ffaker/data/address_gr/street +100 -0
  50. data/lib/ffaker/data/address_kr/boroughs +29 -0
  51. data/lib/ffaker/data/address_kr/cities +51 -0
  52. data/lib/ffaker/data/airline/codes_list +209 -0
  53. data/lib/ffaker/data/airline/names_list +206 -0
  54. data/lib/ffaker/data/aws/ec2_instance_type +59 -0
  55. data/lib/ffaker/data/aws/ec2_reserved_instance_tenancy +3 -0
  56. data/lib/ffaker/data/aws/ec2_reserved_offering_type +6 -0
  57. data/lib/ffaker/data/aws/ec2_reserved_product_description +14 -0
  58. data/lib/ffaker/data/book/adj_and_adv +20 -0
  59. data/lib/ffaker/data/book/genres +369 -0
  60. data/lib/ffaker/data/book/nouns +36 -0
  61. data/lib/ffaker/data/book/prefixes +17 -0
  62. data/lib/ffaker/data/color/names_list +128 -0
  63. data/lib/ffaker/data/education/degree_prefix +274 -0
  64. data/lib/ffaker/data/education/degree_short_prefix +19 -0
  65. data/lib/ffaker/data/job_br/job_nouns +52 -0
  66. data/lib/ffaker/data/job_vn/job_nouns +191 -0
  67. data/lib/ffaker/data/lorem_ja/characters +101 -0
  68. data/lib/ffaker/data/lorem_ja/sentences +30 -0
  69. data/lib/ffaker/data/lorem_ja/sentences_end +21 -0
  70. data/lib/ffaker/data/lorem_ja/words +81 -0
  71. data/lib/ffaker/data/name/first_names_female +4275 -0
  72. data/lib/ffaker/data/name/first_names_male +1219 -0
  73. data/lib/ffaker/data/name_br/first_names_female +1068 -0
  74. data/lib/ffaker/data/name_br/first_names_male +607 -0
  75. data/lib/ffaker/data/name_br/last_names +52 -0
  76. data/lib/ffaker/data/name_gr/female_first_names +80 -0
  77. data/lib/ffaker/data/name_gr/female_last_names +45 -0
  78. data/lib/ffaker/data/name_gr/male_first_names +90 -0
  79. data/lib/ffaker/data/name_gr/male_last_names +57 -0
  80. data/lib/ffaker/data/name_kh/first_names +64 -0
  81. data/lib/ffaker/data/name_kh/last_names +71 -0
  82. data/lib/ffaker/data/name_kh/nick_names +30 -0
  83. data/lib/ffaker/data/name_then/first_names +292 -0
  84. data/lib/ffaker/data/name_then/last_names +63 -0
  85. data/lib/ffaker/data/name_then/nick_names +30 -0
  86. data/lib/ffaker/data/phone_number/phone_calling_code +205 -0
  87. data/lib/ffaker/data/sport/names +57 -24
  88. data/lib/ffaker/data/tweet/hashtag +58 -0
  89. data/lib/ffaker/data/youtube/video_ids +50 -0
  90. data/lib/ffaker/dizzle_ipsum.rb +2 -2
  91. data/lib/ffaker/education.rb +17 -16
  92. data/lib/ffaker/food.rb +5 -6
  93. data/lib/ffaker/gender.rb +4 -4
  94. data/lib/ffaker/gender_br.rb +17 -0
  95. data/lib/ffaker/gender_cn.rb +4 -4
  96. data/lib/ffaker/gender_kr.rb +4 -4
  97. data/lib/ffaker/geolocation.rb +26 -26
  98. data/lib/ffaker/healthcare_ipsum.rb +2 -2
  99. data/lib/ffaker/hipster_ipsum.rb +2 -2
  100. data/lib/ffaker/html_ipsum.rb +101 -81
  101. data/lib/ffaker/identification.rb +4 -4
  102. data/lib/ffaker/identification_br.rb +84 -0
  103. data/lib/ffaker/identification_es.rb +2 -2
  104. data/lib/ffaker/identification_es_cl.rb +7 -5
  105. data/lib/ffaker/identification_es_co.rb +9 -10
  106. data/lib/ffaker/identification_kr.rb +3 -4
  107. data/lib/ffaker/identification_mx.rb +27 -11
  108. data/lib/ffaker/internet.rb +26 -23
  109. data/lib/ffaker/internet_se.rb +21 -21
  110. data/lib/ffaker/job.rb +1 -1
  111. data/lib/ffaker/job_br.rb +12 -0
  112. data/lib/ffaker/job_cn.rb +1 -1
  113. data/lib/ffaker/job_fr.rb +3 -3
  114. data/lib/ffaker/job_ja.rb +2 -1
  115. data/lib/ffaker/job_kr.rb +1 -1
  116. data/lib/ffaker/job_vn.rb +13 -0
  117. data/lib/ffaker/locale.rb +2 -3
  118. data/lib/ffaker/lorem.rb +5 -5
  119. data/lib/ffaker/lorem_ar.rb +4 -4
  120. data/lib/ffaker/lorem_cn.rb +3 -3
  121. data/lib/ffaker/lorem_fr.rb +4 -4
  122. data/lib/ffaker/lorem_ja.rb +40 -0
  123. data/lib/ffaker/lorem_kr.rb +4 -4
  124. data/lib/ffaker/lorem_ua.rb +8 -11
  125. data/lib/ffaker/movie.rb +18 -20
  126. data/lib/ffaker/music.rb +4 -4
  127. data/lib/ffaker/name.rb +100 -11
  128. data/lib/ffaker/name_br.rb +37 -6
  129. data/lib/ffaker/name_cn.rb +2 -2
  130. data/lib/ffaker/name_cs.rb +10 -10
  131. data/lib/ffaker/name_da.rb +6 -6
  132. data/lib/ffaker/name_de.rb +5 -5
  133. data/lib/ffaker/name_fr.rb +4 -4
  134. data/lib/ffaker/name_ga.rb +4 -5
  135. data/lib/ffaker/name_gr.rb +60 -0
  136. data/lib/ffaker/name_it.rb +4 -4
  137. data/lib/ffaker/name_ja.rb +3 -3
  138. data/lib/ffaker/name_kh.rb +22 -0
  139. data/lib/ffaker/name_kr.rb +3 -3
  140. data/lib/ffaker/name_mx.rb +14 -14
  141. data/lib/ffaker/name_nb.rb +5 -5
  142. data/lib/ffaker/name_nl.rb +7 -7
  143. data/lib/ffaker/name_ph.rb +2 -2
  144. data/lib/ffaker/name_ru.rb +7 -8
  145. data/lib/ffaker/name_se.rb +5 -5
  146. data/lib/ffaker/name_sn.rb +23 -23
  147. data/lib/ffaker/name_th.rb +3 -3
  148. data/lib/ffaker/name_th_en.rb +26 -0
  149. data/lib/ffaker/name_ua.rb +8 -8
  150. data/lib/ffaker/name_vn.rb +4 -4
  151. data/lib/ffaker/nato_alphabet.rb +10 -10
  152. data/lib/ffaker/phone_number.rb +31 -21
  153. data/lib/ffaker/phone_number_au.rb +3 -3
  154. data/lib/ffaker/phone_number_br.rb +9 -8
  155. data/lib/ffaker/phone_number_ch.rb +7 -7
  156. data/lib/ffaker/phone_number_cu.rb +5 -5
  157. data/lib/ffaker/phone_number_de.rb +1 -1
  158. data/lib/ffaker/phone_number_fr.rb +4 -4
  159. data/lib/ffaker/phone_number_it.rb +2 -2
  160. data/lib/ffaker/phone_number_kr.rb +4 -4
  161. data/lib/ffaker/phone_number_mx.rb +4 -5
  162. data/lib/ffaker/phone_number_nl.rb +13 -13
  163. data/lib/ffaker/phone_number_se.rb +18 -19
  164. data/lib/ffaker/phone_number_sg.rb +8 -8
  165. data/lib/ffaker/phone_number_sn.rb +2 -2
  166. data/lib/ffaker/product.rb +18 -14
  167. data/lib/ffaker/skill.rb +3 -3
  168. data/lib/ffaker/sport.rb +1 -1
  169. data/lib/ffaker/ssn_se.rb +19 -20
  170. data/lib/ffaker/string.rb +21 -23
  171. data/lib/ffaker/time.rb +19 -7
  172. data/lib/ffaker/tweet.rb +59 -0
  173. data/lib/ffaker/unit.rb +12 -12
  174. data/lib/ffaker/unit_english.rb +34 -35
  175. data/lib/ffaker/unit_metric.rb +25 -25
  176. data/lib/ffaker/utils/array_utils.rb +12 -9
  177. data/lib/ffaker/utils/module_utils.rb +9 -6
  178. data/lib/ffaker/utils/random_utils.rb +33 -0
  179. data/lib/ffaker/vehicle.rb +21 -21
  180. data/lib/ffaker/venue.rb +1 -1
  181. data/lib/ffaker/youtube.rb +24 -0
  182. data/scripts/benchmark.rb +3 -3
  183. data/scripts/reference.rb +26 -23
  184. data/test/helper.rb +50 -0
  185. data/test/test_address.rb +40 -21
  186. data/test/test_address_au.rb +19 -9
  187. data/test/test_address_br.rb +9 -2
  188. data/test/test_address_ca.rb +7 -0
  189. data/test/test_address_ch.rb +6 -2
  190. data/test/test_address_ch_de.rb +7 -3
  191. data/test/test_address_ch_fr.rb +7 -3
  192. data/test/test_address_ch_it.rb +5 -1
  193. data/test/test_address_da.rb +18 -9
  194. data/test/test_address_de.rb +12 -5
  195. data/test/test_address_fi.rb +10 -3
  196. data/test/test_address_fr.rb +13 -0
  197. data/test/test_address_gr.rb +43 -0
  198. data/test/test_address_in.rb +20 -12
  199. data/test/test_address_kr.rb +14 -0
  200. data/test/test_address_mx.rb +12 -5
  201. data/test/test_address_nl.rb +11 -5
  202. data/test/test_address_ru.rb +11 -5
  203. data/test/test_address_se.rb +9 -3
  204. data/test/test_address_sn.rb +7 -1
  205. data/test/test_address_ua.rb +17 -10
  206. data/test/test_address_uk.rb +11 -3
  207. data/test/test_address_us.rb +15 -6
  208. data/test/test_airline.rb +17 -0
  209. data/test/test_array_utils.rb +51 -3
  210. data/test/test_avatar.rb +5 -1
  211. data/test/test_aws.rb +25 -0
  212. data/test/test_bacon_ipsum.rb +12 -6
  213. data/test/test_book.rb +41 -0
  214. data/test/test_boolean.rb +4 -0
  215. data/test/test_cheesy_lingo.rb +14 -10
  216. data/test/test_color.rb +126 -1
  217. data/test/test_color_ua.rb +5 -1
  218. data/test/test_company.rb +7 -0
  219. data/test/test_company_cn.rb +24 -0
  220. data/test/test_company_it.rb +7 -1
  221. data/test/test_company_se.rb +6 -0
  222. data/test/test_conference.rb +5 -2
  223. data/test/test_course_mathematiques.rb +5 -1
  224. data/test/test_course_philosophie.rb +5 -1
  225. data/test/test_currency.rb +12 -0
  226. data/test/test_dizzle_ipsum.rb +12 -6
  227. data/test/test_education.rb +9 -2
  228. data/test/test_faker.rb +8 -1
  229. data/test/test_food.rb +11 -4
  230. data/test/test_gender.rb +5 -1
  231. data/test/test_gender_br.rb +18 -0
  232. data/test/test_gender_cn.rb +5 -2
  233. data/test/test_gender_kr.rb +7 -3
  234. data/test/test_geolocation.rb +11 -8
  235. data/test/test_guid.rb +6 -1
  236. data/test/test_healthcare_ipsum.rb +13 -6
  237. data/test/test_hipster_ipsum.rb +13 -6
  238. data/test/test_html_ipsum.rb +28 -20
  239. data/test/test_identification.rb +9 -2
  240. data/test/test_identification_br.rb +46 -0
  241. data/test/test_identification_co.rb +7 -0
  242. data/test/test_identification_es.rb +5 -1
  243. data/test/test_identification_es_cl.rb +5 -1
  244. data/test/test_identification_es_mx.rb +7 -2
  245. data/test/test_identification_kr.rb +4 -0
  246. data/test/test_internet.rb +36 -5
  247. data/test/test_internet_se.rb +12 -4
  248. data/test/test_job.rb +4 -0
  249. data/test/test_job_br.rb +17 -0
  250. data/test/test_job_cn.rb +4 -0
  251. data/test/test_job_fr.rb +4 -0
  252. data/test/test_job_ja.rb +4 -0
  253. data/test/test_job_kr.rb +4 -0
  254. data/test/test_job_vn.rb +22 -0
  255. data/test/test_locale.rb +10 -4
  256. data/test/test_lorem.rb +18 -11
  257. data/test/test_lorem_ar.rb +16 -8
  258. data/test/test_lorem_cn.rb +9 -2
  259. data/test/test_lorem_fr.rb +16 -8
  260. data/test/test_lorem_ja.rb +81 -0
  261. data/test/test_lorem_kr.rb +17 -8
  262. data/test/test_lorem_ua.rb +15 -8
  263. data/test/test_module_utils.rb +2 -2
  264. data/test/test_movie.rb +5 -1
  265. data/test/test_music.rb +11 -4
  266. data/test/test_name.rb +114 -1
  267. data/test/test_name_br.rb +41 -2
  268. data/test/test_name_cn.rb +7 -0
  269. data/test/test_name_cs.rb +7 -0
  270. data/test/test_name_da.rb +13 -6
  271. data/test/test_name_de.rb +4 -0
  272. data/test/test_name_fr.rb +7 -0
  273. data/test/test_name_ga.rb +7 -0
  274. data/test/test_name_gr.rb +70 -0
  275. data/test/test_name_it.rb +7 -0
  276. data/test/test_name_ja.rb +7 -0
  277. data/test/test_name_kh.rb +32 -0
  278. data/test/test_name_kr.rb +7 -0
  279. data/test/test_name_mx.rb +9 -0
  280. data/test/test_name_nb.rb +8 -0
  281. data/test/test_name_nl.rb +4 -0
  282. data/test/test_name_ph.rb +7 -0
  283. data/test/test_name_ru.rb +10 -3
  284. data/test/test_name_se.rb +12 -4
  285. data/test/test_name_sn.rb +8 -0
  286. data/test/test_name_th.rb +7 -0
  287. data/test/test_name_th_en.rb +35 -0
  288. data/test/test_name_ua.rb +26 -17
  289. data/test/test_name_vn.rb +42 -0
  290. data/test/test_nato_alphabet.rb +15 -4
  291. data/test/test_phone_number.rb +24 -6
  292. data/test/test_phone_number_au.rb +17 -6
  293. data/test/test_phone_number_br.rb +22 -13
  294. data/test/test_phone_number_cu.rb +29 -18
  295. data/test/test_phone_number_da.rb +16 -7
  296. data/test/test_phone_number_de.rb +17 -9
  297. data/test/test_phone_number_kr.rb +9 -0
  298. data/test/test_phone_number_mx.rb +16 -8
  299. data/test/test_phone_number_nl.rb +9 -2
  300. data/test/test_phone_number_se.rb +12 -7
  301. data/test/test_phone_number_sg.rb +17 -9
  302. data/test/test_phone_number_sn.rb +12 -4
  303. data/test/test_products.rb +22 -0
  304. data/test/test_skill.rb +8 -2
  305. data/test/test_sports.rb +4 -0
  306. data/test/test_ssn.rb +3 -1
  307. data/test/test_ssn_mx.rb +6 -1
  308. data/test/test_ssn_se.rb +3 -0
  309. data/test/test_string.rb +28 -1
  310. data/test/test_time.rb +33 -2
  311. data/test/test_tweet.rb +59 -0
  312. data/test/test_units.rb +7 -0
  313. data/test/test_units_english.rb +9 -0
  314. data/test/test_units_metric.rb +9 -0
  315. data/test/test_vehicle.rb +24 -15
  316. data/test/test_venue.rb +5 -1
  317. data/test/test_youtube.rb +28 -0
  318. metadata +101 -5
  319. data/lib/ffaker/data/name/first_names +0 -3008
  320. data/lib/ffaker/data/name_br/first_names +0 -91
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31fed46340c86504036bd715e6700ac336856eca
4
- data.tar.gz: f3f3140c6cdd586efae852fedc55a12e68656ebb
3
+ metadata.gz: a1895c7d6dfbc0d505e12128bced96361e5c630e
4
+ data.tar.gz: e2cb9601e323c5cfcd67c8881649131b805cebe4
5
5
  SHA512:
6
- metadata.gz: d41d15c745287e1ff0589f6ccd3bc638b2934ae4e961cc57e54f7581a8ca4e956ed68c48100bcee14b798dcf7deefe0ece7cd64c18da9ae9555be759203319d0
7
- data.tar.gz: 08e47db08249e08ab8225a55f94b4e9bf929cad10e0355ef933def72d4cac366bfd5cccd4e5fc760e5d457c219234d2a1a8b3c48dbb499b1bba7c38c2459d85c
6
+ metadata.gz: 3316a264f2c4a7ecce492705944b864c31a2287e8dc67e5287cd2c4df346f42bb69b39b2d1f02cb7bfa12c39c0fd8e3e2f6f90f713a35cec9383f09c3a5b0e81
7
+ data.tar.gz: 8c7644031f5dae6b94aa49a12923af5b52c1265fc6712daec07cada0554a5cab0c50087e2fd78186ad9a01c3141269f9fee5532b0f9dbd858ac41b9c1f88d70b
@@ -1,3 +1,37 @@
1
+ ## 2.3.0
2
+ - Make deterministic / repeatedly random using seed [@xunker]
3
+ - Fix DE and NL address modules [@dankimio]
4
+ - Refactor HTMLIpsum module [@rocknruby]
5
+ - Stricter exchange code in US phone number [@MQuy]
6
+ - Add AWS module [@joshdvir]
7
+ - Add hexcode to Color module [@thutterer]
8
+ - Add CPF/CPFJ to Brazilian identification module [@thutterer]
9
+ - Add MAC address to Internet module [@pawelma]
10
+ - Add rgb, rgba, hsl, hsla to Color module [@dphurley]
11
+ - Add html safe names to Name module [@dimroc]
12
+ - Add mode education degrees to Education module [@dimroc]
13
+ - Add datetime to Time module [@waldyr]
14
+ - Add between to Time module [@brnrdog]
15
+ - Add Airline module [@jakubm]
16
+ - Add Sport module [@iamarmanjon]
17
+ - Add Youtube module [@andyklimczak]
18
+ - Add Tweet module [@tvarley]
19
+ - Add Korean address module [@marocchino]
20
+ - Add Greek name module [@falegk]
21
+ - Add Greek address module [@falegk]
22
+ - Add Brazilian name module [@Sephyros]
23
+ - Add Vietnam job module [@vinhnglx]
24
+ - Add Chinese company module [@robin]
25
+ - Add Thai name module [@firedev]
26
+ - Add Japanese lolem module [@44uk]
27
+ - Add Book module [@max-si-m]
28
+ - Add gender option to Brazilian name module [@IgorMarques]
29
+ - Add Brazilian gender module [@IgorMarques]
30
+ - Add gender option to English name module [@nav16]
31
+ - Add Brazilian identification module [@IgorMarques]
32
+ - Add Brazilian job module [@IgorMarques]
33
+ - Add Cambodian name module [@Phanithism]
34
+
1
35
  ## 2.2.0
2
36
  - fixes some bugs
3
37
  - generating Robohash images
data/README.md CHANGED
@@ -59,6 +59,10 @@ will look for a data file matching the name of the constant. E.G.: the
59
59
  first time someone accesses `FFaker::Name::FIRST_NAMES`, a const of that
60
60
  name will be set with data from `ffaker/data/name/first_names`.
61
61
 
62
+ ## Using the same random seed as your tests
63
+
64
+ To get repeatable results in Minitest or Rspec, follow [these instructions](RANDOM.md#using-the-same-random-seed-as-your-tests).
65
+
62
66
  ## TODO
63
67
 
64
68
  * Even though the API is pretty simple, better rdoc documentation would not hurt.
@@ -12,7 +12,9 @@
12
12
  * [FFaker::AddressDE](#ffakeraddressde)
13
13
  * [FFaker::AddressFI](#ffakeraddressfi)
14
14
  * [FFaker::AddressFR](#ffakeraddressfr)
15
+ * [FFaker::AddressGR](#ffakeraddressgr)
15
16
  * [FFaker::AddressIN](#ffakeraddressin)
17
+ * [FFaker::AddressKR](#ffakeraddresskr)
16
18
  * [FFaker::AddressMX](#ffakeraddressmx)
17
19
  * [FFaker::AddressNL](#ffakeraddressnl)
18
20
  * [FFaker::AddressRU](#ffakeraddressru)
@@ -21,14 +23,17 @@
21
23
  * [FFaker::AddressUA](#ffakeraddressua)
22
24
  * [FFaker::AddressUK](#ffakeraddressuk)
23
25
  * [FFaker::AddressUS](#ffakeraddressus)
26
+ * [FFaker::Airline](#ffakerairline)
24
27
  * [FFaker::Avatar](#ffakeravatar)
25
28
  * [FFaker::Lorem](#ffakerlorem)
26
29
  * [FFaker::BaconIpsum](#ffakerbaconipsum)
30
+ * [FFaker::Book](#ffakerbook)
27
31
  * [FFaker::Boolean](#ffakerboolean)
28
32
  * [FFaker::CheesyLingo](#ffakercheesylingo)
29
33
  * [FFaker::Color](#ffakercolor)
30
34
  * [FFaker::ColorUA](#ffakercolorua)
31
35
  * [FFaker::Company](#ffakercompany)
36
+ * [FFaker::CompanyCN](#ffakercompanycn)
32
37
  * [FFaker::CompanyIT](#ffakercompanyit)
33
38
  * [FFaker::CompanySE](#ffakercompanyse)
34
39
  * [FFaker::Conference](#ffakerconference)
@@ -38,6 +43,7 @@
38
43
  * [FFaker::Education](#ffakereducation)
39
44
  * [FFaker::Food](#ffakerfood)
40
45
  * [FFaker::Gender](#ffakergender)
46
+ * [FFaker::GenderBR](#ffakergenderbr)
41
47
  * [FFaker::GenderCN](#ffakergendercn)
42
48
  * [FFaker::GenderKR](#ffakergenderkr)
43
49
  * [FFaker::Geolocation](#ffakergeolocation)
@@ -46,6 +52,7 @@
46
52
  * [FFaker::HipsterIpsum](#ffakerhipsteripsum)
47
53
  * [FFaker::HTMLIpsum](#ffakerhtmlipsum)
48
54
  * [FFaker::Identification](#ffakeridentification)
55
+ * [FFaker::IdentificationBR](#ffakeridentificationbr)
49
56
  * [FFaker::IdentificationES](#ffakeridentificationes)
50
57
  * [FFaker::IdentificationESCL](#ffakeridentificationescl)
51
58
  * [FFaker::IdentificationESCO](#ffakeridentificationesco)
@@ -54,14 +61,17 @@
54
61
  * [FFaker::Internet](#ffakerinternet)
55
62
  * [FFaker::InternetSE](#ffakerinternetse)
56
63
  * [FFaker::Job](#ffakerjob)
64
+ * [FFaker::JobBR](#ffakerjobbr)
57
65
  * [FFaker::JobCN](#ffakerjobcn)
58
66
  * [FFaker::JobFR](#ffakerjobfr)
59
67
  * [FFaker::JobJA](#ffakerjobja)
60
68
  * [FFaker::JobKR](#ffakerjobkr)
69
+ * [FFaker::JobVN](#ffakerjobvn)
61
70
  * [FFaker::Locale](#ffakerlocale)
62
71
  * [FFaker::LoremAR](#ffakerloremar)
63
72
  * [FFaker::LoremCN](#ffakerloremcn)
64
73
  * [FFaker::LoremFR](#ffakerloremfr)
74
+ * [FFaker::LoremJA](#ffakerloremja)
65
75
  * [FFaker::LoremKR](#ffakerloremkr)
66
76
  * [FFaker::LoremUA](#ffakerloremua)
67
77
  * [FFaker::Movie](#ffakermovie)
@@ -74,8 +84,10 @@
74
84
  * [FFaker::NameDE](#ffakernamede)
75
85
  * [FFaker::NameFR](#ffakernamefr)
76
86
  * [FFaker::NameGA](#ffakernamega)
87
+ * [FFaker::NameGR](#ffakernamegr)
77
88
  * [FFaker::NameIT](#ffakernameit)
78
89
  * [FFaker::NameJA](#ffakernameja)
90
+ * [FFaker::NameKH](#ffakernamekh)
79
91
  * [FFaker::NameKR](#ffakernamekr)
80
92
  * [FFaker::NameMX](#ffakernamemx)
81
93
  * [FFaker::NameNB](#ffakernamenb)
@@ -85,6 +97,7 @@
85
97
  * [FFaker::NameSE](#ffakernamese)
86
98
  * [FFaker::NameSN](#ffakernamesn)
87
99
  * [FFaker::NameTH](#ffakernameth)
100
+ * [FFaker::NameTHEN](#ffakernamethen)
88
101
  * [FFaker::NameUA](#ffakernameua)
89
102
  * [FFaker::NameVN](#ffakernamevn)
90
103
  * [FFaker::NatoAlphabet](#ffakernatoalphabet)
@@ -111,28 +124,30 @@
111
124
  * [FFaker::SSNSE](#ffakerssnse)
112
125
  * [FFaker::String](#ffakerstring)
113
126
  * [FFaker::Time](#ffakertime)
127
+ * [FFaker::Tweet](#ffakertweet)
114
128
  * [FFaker::Unit](#ffakerunit)
115
129
  * [FFaker::UnitEnglish](#ffakerunitenglish)
116
130
  * [FFaker::UnitMetric](#ffakerunitmetric)
117
131
  * [FFaker::Vehicle](#ffakervehicle)
118
132
  * [FFaker::Venue](#ffakervenue)
133
+ * [FFaker::Youtube](#ffakeryoutube)
119
134
 
120
135
  ## FFaker::Address
121
136
 
122
137
  | Method | Example |
123
138
  | ------ | ------- |
124
- | `building_number` | 81840, 786, 23008 |
125
- | `city` | Bechtelarburgh, Ellaberg, New Nels |
126
- | `city_prefix` | Port, Lake, East |
127
- | `city_suffix` | stad, ton, shire |
128
- | `country` | Finland, Andorra, Norfolk Island |
129
- | `country_code` | KZ, BH, BT |
130
- | `neighborhood` | Renton West, East Renton, Seven Hills Area |
131
- | `secondary_address` | Apt. 934, Apt. 885, Apt. 465 |
132
- | `street_address` | 72986 Hauck Ramp, 759 Alvina Light, 74594 Olson Locks |
133
- | `street_name` | Destin Pine, Nigel Landing, Lucie Causeway |
134
- | `street_suffix` | Crossing, Ridges, Inlet |
135
- | `time_zone` | Asia/Tokyo, Europe/Brussels, America/Phoenix |
139
+ | `building_number` | 626, 7729, 3815 |
140
+ | `city` | Lake Boycestad, Port Mary, West Aleshia |
141
+ | `city_prefix` | New, North, Lake |
142
+ | `city_suffix` | berg, town, chester |
143
+ | `country` | Aruba, Israel, Russian Federation |
144
+ | `country_code` | LT, NO, BB |
145
+ | `neighborhood` | Northwoods West, Cipriani, Bushwick South |
146
+ | `secondary_address` | Suite 636, Suite 370, Suite 716 |
147
+ | `street_address` | 3378 Wintheiser Cove, 364 Treutel Pines, 16704 Wyman Courts |
148
+ | `street_name` | Vallie Shores, Mayme Place, Swift Fords |
149
+ | `street_suffix` | Stravenue, Summit, Manors |
150
+ | `time_zone` | Asia/Baku, America/Lima, Africa/Algiers |
136
151
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
137
152
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
138
153
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -144,23 +159,23 @@
144
159
 
145
160
  | Method | Example |
146
161
  | ------ | ------- |
147
- | `building_number` | 1081, 362, 0264 |
148
- | `city` | Port Pascale, Dereckville, South Wilfrid |
149
- | `city_prefix` | New, West, Lake |
150
- | `city_suffix` | mouth, side, land |
151
- | `country` | Bouvet Island, Congo, Anguilla |
152
- | `country_code` | CC, KY, BW |
153
- | `full_address` | 562 Shayne Lock, Nedlands WA 2800, 6322 Quitzon Well, Launceston TAS 7010, 20153 Anibal Courts, Port Lincoln SA 4680 |
154
- | `neighborhood` | Pennypack, Ocean Parkway South, Pound Ridge East |
155
- | `postcode` | 5290, 3550, 5291 |
156
- | `secondary_address` | Apt. 480, Apt. 003, Apt. 123 |
157
- | `state` | Victoria, Australian Capital Territory, South Australia |
158
- | `state_abbr` | VIC, SA, VIC |
159
- | `street_address` | 473 Heller Locks, 6991 Makenna Throughway, 72496 Doyle Tunnel |
160
- | `street_name` | Anibal Burgs, Prohaska Walk, Dangelo Island |
161
- | `street_suffix` | Trace, Creek, Course |
162
- | `suburb` | Penrith, Moe, Devonport |
163
- | `time_zone` | Asia/Baghdad, Asia/Magadan, Asia/Almaty |
162
+ | `building_number` | 2055, 003, 398 |
163
+ | `city` | Bryanhaven, West Katheleenburgh, Dickitown |
164
+ | `city_prefix` | South, New, Port |
165
+ | `city_suffix` | town, berg, fort |
166
+ | `country` | French Southern Territories, Peru, Croatia |
167
+ | `country_code` | FI, CX, CN |
168
+ | `full_address` | 569 Johnathon Manors, Canberra ACT 0800, 58742 Marlena Harbor, O'Connor ACT 3850, 46555 Fahey Extension, O'Connor ACT 5607 |
169
+ | `neighborhood` | Rockville East of Hungerford Dr, Babylon Bayside, Dyker Heights |
170
+ | `postcode` | 2142, 2580, 2600 |
171
+ | `secondary_address` | Suite 912, Suite 742, Apt. 628 |
172
+ | `state` | Australian Capital Territory, Victoria, Australian Capital Territory |
173
+ | `state_abbr` | QLD, WA, WA |
174
+ | `street_address` | 081 Luna Mill, 3438 Odette Prairie, 7577 Doreen Fork |
175
+ | `street_name` | Stanley Light, Teodora Circle, Glynis Well |
176
+ | `street_suffix` | Track, Dale, Glens |
177
+ | `suburb` | Benalla, Nedlands, Townsville |
178
+ | `time_zone` | Pacific/Fakaofo, America/Los_Angeles, Pacific/Guam |
164
179
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
165
180
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
166
181
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -172,48 +187,48 @@
172
187
 
173
188
  | Method | Example |
174
189
  | ------ | ------- |
175
- | `building_number` | 9631, 1321, 775 |
176
- | `city` | Betim, Resende, Feira de Santana |
177
- | `city_prefix` | North, Lake, South |
178
- | `city_suffix` | chester, view, burgh |
179
- | `country` | Congo, Gibraltar, Marshall Islands |
180
- | `country_code` | HK, NU, QA |
181
- | `neighborhood` | Cleveland Park, Kingsbridge Heights, Bushwick South |
182
- | `secondary_address` | Apt. 505, Apt. 727, Suite 100 |
183
- | `state` | Minas Gerais, Paraíba, Maranhão |
184
- | `state_abbr` | RO, AP, ES |
185
- | `street` | Alameda Alessandra Macedo, Rua Silas Brito, Alameda Roberta Saraiva |
186
- | `street_address` | 50105 McDermott Meadows, 1623 Gutmann Tunnel, 6416 Kuhlman Junction |
187
- | `street_name` | Lauretta Lane, Mills Court, DuBuque Cape |
188
- | `street_prefix` | Alameda, Alameda, Alameda |
189
- | `street_suffix` | Dam, Ville, Estate |
190
- | `time_zone` | Asia/Irkutsk, America/Juneau, Europe/Sarajevo |
190
+ | `building_number` | 38194, 8686, 6103 |
191
+ | `city` | Porto Velho, São Bernardo do Campo, Cachoeirinha |
192
+ | `city_prefix` | West, West, New |
193
+ | `city_suffix` | shire, burgh, side |
194
+ | `country` | Vanuatu, Guinea-Bissau, Guatemala |
195
+ | `country_code` | MG, CR, PA |
196
+ | `neighborhood` | Florissant West, Mott Haven/Port Morris, Jupiter South/Abacoa |
197
+ | `secondary_address` | Suite 706, Suite 264, Suite 203 |
198
+ | `state` | Sergipe, Tocantins, Rondonia |
199
+ | `state_abbr` | PE, BA, PE |
200
+ | `street` | Alameda Martinho Rocha, Alameda Naíde Novaes, Alameda Bebiana Braga |
201
+ | `street_address` | 81413 Arielle Lakes, 014 Dayle Fall, 7656 Myrtie Pines |
202
+ | `street_name` | Serina Parkway, Quitzon Well, Kunze Groves |
203
+ | `street_prefix` | Avenida, Avenida, Alameda |
204
+ | `street_suffix` | Spring, Haven, Dale |
205
+ | `time_zone` | Europe/London, Europe/Dublin, Asia/Singapore |
191
206
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
192
207
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
193
208
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
194
209
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
195
210
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
196
- | `zip_code` | 51033-485, 41679-032, 68943-100 |
211
+ | `zip_code` | 52835-829, 33987-768, 79081-938 |
197
212
 
198
213
  ## FFaker::AddressCA
199
214
 
200
215
  | Method | Example |
201
216
  | ------ | ------- |
202
- | `building_number` | 837, 89780, 6594 |
203
- | `city` | Dolbeau-Mistassini, Belleterre, Barrie |
204
- | `city_prefix` | West, Port, East |
205
- | `city_suffix` | ton, shire, port |
206
- | `country` | Macedonia, The Former Yugoslav Republic of, Mayotte, Sao Tome and Principe |
207
- | `country_code` | VA, SI, SV |
208
- | `neighborhood` | Central Chandler, South of Bell Road, phoenix |
209
- | `postal_code` | G8G 1L1, B2B 8C4, B0N 6R5 |
210
- | `province` | Prince Edward Island, New Brunswick, Nova Scotia |
211
- | `province_abbr` | MB, SK, YT |
212
- | `secondary_address` | Apt. 121, Suite 300, Suite 660 |
213
- | `street_address` | 35541 DuBuque Fords, 2520 Jaleel Radial, 295 Murl Meadow |
214
- | `street_name` | Rafaela Port, Gleason Divide, Mckenzie Canyon |
215
- | `street_suffix` | Lock, Lane, Street |
216
- | `time_zone` | Australia/Hobart, Asia/Irkutsk, Europe/Skopje |
217
+ | `building_number` | 960, 4891, 608 |
218
+ | `city` | Pickering , Surrey , Quinte West |
219
+ | `city_prefix` | Port, Lake, West |
220
+ | `city_suffix` | view, ton, furt |
221
+ | `country` | Saint Helena, Ascension and Tristan Da Cunha, Cameroon, Libya |
222
+ | `country_code` | MY, FO, MS |
223
+ | `neighborhood` | Olmsted Falls Central, East of Telegraph Road, Allegheny West |
224
+ | `postal_code` | Y5R 4A7, V9E 8P4, J3K 0H3 |
225
+ | `province` | Manitoba, Nova Scotia, Newfoundland and Labrador |
226
+ | `province_abbr` | AB, MB, NS |
227
+ | `secondary_address` | Suite 774, Suite 149, Apt. 680 |
228
+ | `street_address` | 5535 Lueilwitz Spring, 0748 Rau Port, 56863 Neva Branch |
229
+ | `street_name` | Lowe Garden, Heaney Park, Shameka Bridge |
230
+ | `street_suffix` | Skyway, Mall, Burgs |
231
+ | `time_zone` | Asia/Almaty, America/Chicago, Asia/Karachi |
217
232
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
218
233
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
219
234
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -225,20 +240,20 @@
225
240
 
226
241
  | Method | Example |
227
242
  | ------ | ------- |
228
- | `building_number` | 584, 7301, 2640 |
229
- | `canton_abbr` | OW, AG, AR |
230
- | `city` | Lake Kenyamouth, Moorefort, Ullrichview |
231
- | `city_prefix` | Lake, New, West |
232
- | `city_suffix` | borough, mouth, mouth |
233
- | `country` | Madagascar, Cuba, Paraguay |
234
- | `country_code` | VU, MV, GI |
235
- | `neighborhood` | Bridesburg, Florissant West, Renton West |
236
- | `postal_code` | 6209, 5927, 4162 |
237
- | `secondary_address` | Apt. 897, Apt. 505, Suite 541 |
238
- | `street_address` | 0971 Brannon Orchard, 23890 Maggie Mount, 1096 Dare Plaza |
239
- | `street_name` | Wiza Springs, Gibson Hollow, Aniya Oval |
240
- | `street_suffix` | Extension, Harbors, Stravenue |
241
- | `time_zone` | Europe/Bratislava, America/Phoenix, Asia/Baghdad |
243
+ | `building_number` | 9819, 7345, 7998 |
244
+ | `canton_abbr` | GL, SZ, FR |
245
+ | `city` | New Wanetaberg, Micatown, Merleton |
246
+ | `city_prefix` | Port, Port, Port |
247
+ | `city_suffix` | mouth, ton, shire |
248
+ | `country` | Cyprus, Indonesia, Serbia |
249
+ | `country_code` | CZ, NA, NI |
250
+ | `neighborhood` | Cipriani, Bridesburg, phoenix |
251
+ | `postal_code` | 7025, 7120, 9483 |
252
+ | `secondary_address` | Apt. 117, Apt. 196, Apt. 328 |
253
+ | `street_address` | 93217 Gerhold Knolls, 13530 Hessel Square, 4597 Greenholt Port |
254
+ | `street_name` | Wolff Meadows, Lincoln Crescent, Eulalia Pike |
255
+ | `street_suffix` | Parkways, Falls, Gateway |
256
+ | `time_zone` | Pacific/Midway, Pacific/Pago_Pago, Asia/Almaty |
242
257
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
243
258
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
244
259
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -250,21 +265,21 @@
250
265
 
251
266
  | Method | Example |
252
267
  | ------ | ------- |
253
- | `building_number` | 13022, 093, 70201 |
254
- | `canton` | Freiburg, Bern, Zürich |
255
- | `canton_abbr` | AI, NW, BS |
256
- | `city` | West Luigi, Lake Kristashire, Lucindafurt |
257
- | `city_prefix` | South, North, North |
258
- | `city_suffix` | view, side, mouth |
259
- | `country` | Saint Vincent and The Grenadines, Kyrgyzstan, Pitcairn |
260
- | `country_code` | CL, NC, ET |
261
- | `neighborhood` | Pennypack, Mott Haven/Port Morris, Brentwood Central |
262
- | `postal_code` | 2867, 6433, 7905 |
263
- | `secondary_address` | Suite 826, Apt. 617, Apt. 216 |
264
- | `street_address` | 39183 Joanny Keys, 240 Aufderhar Plains, 692 Berenice Manors |
265
- | `street_name` | Deron Meadow, Gloria Plaza, Gregg Square |
266
- | `street_suffix` | Corners, Parkways, Loop |
267
- | `time_zone` | Europe/Zagreb, America/Caracas, Europe/Riga |
268
+ | `building_number` | 063, 43968, 990 |
269
+ | `canton` | Appenzell Ausserrhoden, Schwyz, Schwyz |
270
+ | `canton_abbr` | NW, BE, NE |
271
+ | `city` | Rippinland, South Charla, Hudsonburgh |
272
+ | `city_prefix` | West, South, New |
273
+ | `city_suffix` | borough, side, borough |
274
+ | `country` | Norfolk Island, Turkey, Jordan |
275
+ | `country_code` | VI, EC, SL |
276
+ | `neighborhood` | Northwest Midlothian/Midlothian Country Club, Gates Mills North, Greater Las Vegas National |
277
+ | `postal_code` | 6902, 8246, 1165 |
278
+ | `secondary_address` | Apt. 317, Suite 899, Suite 303 |
279
+ | `street_address` | 5645 Bednar Road, 71419 Isabell Run, 2942 Staci Passage |
280
+ | `street_name` | Joseph Viaduct, Pollich Extensions, Hauck Forges |
281
+ | `street_suffix` | Fort, Meadow, Gardens |
282
+ | `time_zone` | Asia/Kabul, Europe/Ljubljana, Europe/Kiev |
268
283
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
269
284
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
270
285
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -276,21 +291,21 @@
276
291
 
277
292
  | Method | Example |
278
293
  | ------ | ------- |
279
- | `building_number` | 86452, 3776, 03155 |
280
- | `canton` | Berne, Schwytz, Glaris |
281
- | `canton_abbr` | NE, SH, BE |
282
- | `city` | Conroytown, South Cristobalhaven, East Kenyatta |
283
- | `city_prefix` | Port, New, New |
284
- | `city_suffix` | mouth, bury, mouth |
285
- | `country` | Belize, Iraq, Mauritania |
286
- | `country_code` | SR, AF, SO |
287
- | `neighborhood` | Northwoods West, Seven Hills Area, West Covina East |
288
- | `postal_code` | 6828, 6209, 6759 |
289
- | `secondary_address` | Suite 905, Apt. 257, Apt. 586 |
290
- | `street_address` | 8896 Hans Trafficway, 473 Beer Overpass, 623 Moises Stream |
291
- | `street_name` | Cremin Mill, Lilliana Islands, Purdy Meadow |
292
- | `street_suffix` | Shoal, Rest, Lodge |
293
- | `time_zone` | Asia/Jakarta, Australia/Adelaide, Asia/Almaty |
294
+ | `building_number` | 11700, 149, 4955 |
295
+ | `canton` | Argovie, Soleure, Appenzell Rhodes-Intérieures |
296
+ | `canton_abbr` | TI, TG, BS |
297
+ | `city` | Friesenside, Linhtown, West Long |
298
+ | `city_prefix` | Port, Port, South |
299
+ | `city_suffix` | stad, ville, shire |
300
+ | `country` | Bonaire, Sint Eustatius and Saba, Tajikistan, Samoa |
301
+ | `country_code` | CH, ME, RO |
302
+ | `neighborhood` | Northwoods West, Cleveland Park, Jamaica Estates/Holliswood |
303
+ | `postal_code` | 7983, 1305, 7860 |
304
+ | `secondary_address` | Suite 712, Suite 384, Apt. 079 |
305
+ | `street_address` | 437 Enriqueta Skyway, 99053 Stamm Knolls, 595 Wunsch Prairie |
306
+ | `street_name` | Lyle Knolls, Connie Landing, Mayert Drives |
307
+ | `street_suffix` | Tunnel, Crossroad, Greens |
308
+ | `time_zone` | Pacific/Guam, Atlantic/Cape_Verde, Pacific/Apia |
294
309
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
295
310
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
296
311
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -302,21 +317,21 @@
302
317
 
303
318
  | Method | Example |
304
319
  | ------ | ------- |
305
- | `building_number` | 10257, 854, 025 |
306
- | `canton` | Ticino, Grigioni, Glarona |
307
- | `canton_abbr` | OW, AR, ZH |
308
- | `city` | Ashtynstad, West Casimirberg, Mayerton |
309
- | `city_prefix` | North, Port, Lake |
310
- | `city_suffix` | town, burgh, borough |
311
- | `country` | Saint Pierre and Miquelon, Saint Lucia, Tunisia |
312
- | `country_code` | MS, KH, ZW |
313
- | `neighborhood` | Greater Las Vegas National, Bridesburg, Cleveland Park |
314
- | `postal_code` | 8601, 9687, 5226 |
315
- | `secondary_address` | Apt. 802, Suite 130, Apt. 489 |
316
- | `street_address` | 3368 Kessler Forges, 27859 Gage Lake, 94132 Schmitt Shoals |
317
- | `street_name` | Ankunding Track, Rod Freeway, Damon Pine |
318
- | `street_suffix` | Inlet, Loop, Forks |
319
- | `time_zone` | Pacific/Honolulu, Europe/Amsterdam, Asia/Kuala_Lumpur |
320
+ | `building_number` | 3064, 2609, 091 |
321
+ | `canton` | Appenzello Interno, San Gallo, Friburgo |
322
+ | `canton_abbr` | SG, NW, BE |
323
+ | `city` | Shandabury, Reamouth, Jessiemouth |
324
+ | `city_prefix` | North, Port, Port |
325
+ | `city_suffix` | borough, port, mouth |
326
+ | `country` | Portugal, Belarus, Palau |
327
+ | `country_code` | TK, ZM, KW |
328
+ | `neighborhood` | Bushwick South, Central Chandler, Mott Haven/Port Morris |
329
+ | `postal_code` | 0645, 1693, 4707 |
330
+ | `secondary_address` | Apt. 548, Apt. 043, Suite 629 |
331
+ | `street_address` | 139 Patsy Run, 5559 Emilio Trail, 687 Ira Manor |
332
+ | `street_name` | Domonique Spring, Mariel Corners, Connelly Drive |
333
+ | `street_suffix` | Pines, Coves, Junctions |
334
+ | `time_zone` | Asia/Irkutsk, America/Sao_Paulo, Asia/Tbilisi |
320
335
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
321
336
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
322
337
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -328,98 +343,98 @@
328
343
 
329
344
  | Method | Example |
330
345
  | ------ | ------- |
331
- | `building_number` | 168, 1351, 5542 |
332
- | `city` | Dalmose, Møldrup, Nykøbing Sj |
333
- | `city_prefix` | East, Port, New |
334
- | `city_suffix` | mouth, side, haven |
335
- | `country` | Jordan, Senegal, Côte d'Ivoire |
336
- | `country_code` | BZ, UY, JM |
337
- | `full_address` | Lindegang 13 2836 Dalmose Midtjylland DANMARK, Moseager 88 2233 Agerskov Hovedstaden DANMARK, Bringetoften 2 8225 Bække Midtjylland DANMARK |
338
- | `kommune` | Rebild, Rudersdal, Struer |
339
- | `neighborhood` | Northwest Midlothian/Midlothian Country Club, Summerlin North, Pennypack |
340
- | `post_nr` | 7604, 7628, 9413 |
341
- | `region` | Nordjylland, Syddanmark, Sjælland |
342
- | `secondary_address` | Apt. 877, Apt. 498, Suite 109 |
343
- | `state` | Kolding, Morsø, Albertslund |
344
- | `street_address` | Hyldevangen 44, Torstorpvej 77, Kildehusene 7 |
345
- | `street_name` | Jonstruphøj, Bredekær, Bakkekær |
346
- | `street_suffix` | Fall, Corner, Bridge |
347
- | `time_zone` | Asia/Kabul, Europe/Bucharest, Europe/Tallinn |
346
+ | `building_number` | 68694, 914, 1653 |
347
+ | `city` | Gørding, Esbjerg, Værløse |
348
+ | `city_prefix` | East, Lake, Lake |
349
+ | `city_suffix` | borough, view, land |
350
+ | `country` | Timor-leste, Suriname, Malawi |
351
+ | `country_code` | AG, PG, IR |
352
+ | `full_address` | Øksen 46 4734 Jystrup Midtsj Nordjylland DANMARK, Svendsvej 21 2545 Tistrup Nordjylland DANMARK, Hammeren 28 5092 Søllested Hovedstaden DANMARK |
353
+ | `kommune` | Høje-Taastrup, Favrskov, Haderslev |
354
+ | `neighborhood` | Northwoods West, Allegheny West, Candlewood Country Club |
355
+ | `post_nr` | 3454, 8999, 4606 |
356
+ | `region` | Nordjylland, Hovedstaden, Syddanmark |
357
+ | `secondary_address` | Apt. 017, Suite 849, Suite 006 |
358
+ | `state` | Samsø, Kolding, Næstved |
359
+ | `street_address` | Høje Taastrup 14, L A Rings Vænge 72, Leen A 32 |
360
+ | `street_name` | Niverød Bakke, Skovgårdsvej, Bøgekrattet |
361
+ | `street_suffix` | Fort, Roads, Meadow |
362
+ | `time_zone` | Africa/Casablanca, Asia/Seoul, Asia/Chongqing |
348
363
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
349
364
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
350
365
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
351
366
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
352
367
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
353
- | `zip_code` | 5449, 9721, 0394 |
368
+ | `zip_code` | 5408, 0509, 2238 |
354
369
 
355
370
  ## FFaker::AddressDE
356
371
 
357
372
  | Method | Example |
358
373
  | ------ | ------- |
359
- | `building_number` | 2027, 2239, 03232 |
360
- | `city` | Clingen, Blomberg, Schleswig |
361
- | `city_prefix` | Lake, Port, South |
362
- | `city_suffix` | port, furt, mouth |
363
- | `country` | Hungary, Guernsey, United States |
364
- | `country_code` | NO, EE, FR |
365
- | `neighborhood` | Sunshine-Gardens, Greater Las Vegas National, Renton West |
366
- | `secondary_address` | Apt. 434, Apt. 109, Apt. 644 |
367
- | `state` | Hessen, Niedersachsen, Thueringen |
368
- | `street_address` | Johnsonstr. 56, Howellstr. 83, Berniecestr. 79 |
369
- | `street_name` | Howellstr., Jarrodstr., Estefaniastr. |
370
- | `street_suffix` | Run, Greens, Bridge |
371
- | `time_zone` | America/Halifax, Asia/Irkutsk, Asia/Ulaanbaatar |
374
+ | `building_number` | 143, 73856, 23292 |
375
+ | `city` | Wadern, Pohlheim, Doberlug-Kirchhain |
376
+ | `city_prefix` | North, Port, Lake |
377
+ | `city_suffix` | port, ville, side |
378
+ | `country` | Chad, Equatorial Guinea, Aruba |
379
+ | `country_code` | LT, CV, BM |
380
+ | `neighborhood` | East of Telegraph Road, Sagaponack Seaside, Northwest Midlothian/Midlothian Country Club |
381
+ | `secondary_address` | Apt. 794, Suite 968, Apt. 424 |
382
+ | `state` | Schleswig-Holstein, Brandenburg, Sachsen |
383
+ | `street_address` | Krajcikstr. 166, Leuschkehain 96, Wunschstr. 85 |
384
+ | `street_name` | Dorothastr., Hanastr., Considinestr. |
385
+ | `street_suffix` | Rest, Forest, Course |
386
+ | `time_zone` | Africa/Monrovia, America/Godthab, Asia/Baghdad |
372
387
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
373
388
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
374
389
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
375
390
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
376
391
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
377
- | `zip_code` | 91793, 89982, 20146 |
392
+ | `zip_code` | 01358, 85182, 86638 |
378
393
 
379
394
  ## FFaker::AddressFI
380
395
 
381
396
  | Method | Example |
382
397
  | ------ | ------- |
383
- | `building_number` | 659, 94521, 746 |
384
- | `city` | Heinola, Kauhava, Raasepori |
385
- | `city_prefix` | South, South, Port |
386
- | `city_suffix` | town, furt, mouth |
387
- | `country` | Niger, Åland Islands, Solomon Islands |
388
- | `country_code` | KE, AL, BV |
389
- | `full_address` | Kalkkimäentie 5 b 0, 64188 Helsinki, SUOMI, Simontie 630, 68216 Alajärvi, SUOMI, Myllymäentie 5 b 6, 93005 Huittinen, SUOMI |
390
- | `neighborhood` | Seven Hills Area, Far Rockaway/Bayswater, Candlewood Country Club |
391
- | `random_country` | Australia, Kanada, Luxemburg |
392
- | `secondary_address` | Suite 692, Suite 022, Apt. 098 |
393
- | `street_address` | Varsanojantie 0 a 8, Liljanpolku 322, Niilonpolku 3 b 9 |
394
- | `street_name` | Forssantie, Poste restante, Suokulmantie |
395
- | `street_nbr` | 4 a, 923, 6 b |
396
- | `street_suffix` | Ranch, Circle, Loaf |
397
- | `time_zone` | Europe/Dublin, Asia/Tokyo, America/Monterrey |
398
+ | `building_number` | 74470, 01630, 31978 |
399
+ | `city` | Laitila, Kurikka, Lahti |
400
+ | `city_prefix` | Port, North, West |
401
+ | `city_suffix` | town, port, burgh |
402
+ | `country` | Cape Verde, Syrian Arab Republic, Singapore |
403
+ | `country_code` | EE, MR, FI |
404
+ | `full_address` | Kerhotie 007, 34781 Sastamala, SUOMI, Urheilutie 1 b, 35525 Suonenjoki, SUOMI, Ristikuja 6 a, 15505 Hämeenlinna, SUOMI |
405
+ | `neighborhood` | Ladue South, Brentwood Central, Rockville East of Hungerford Dr |
406
+ | `random_country` | Unkari, Ecuador, Suomi |
407
+ | `secondary_address` | Apt. 442, Suite 767, Suite 466 |
408
+ | `street_address` | Mäenpääntie 91, Palikkalantie 97, Aholantie 2 b |
409
+ | `street_name` | Pohjankulmantie, Simontie, Maijanpolku |
410
+ | `street_nbr` | 5, 986, 4 |
411
+ | `street_suffix` | Terrace, Crescent, Dale |
412
+ | `time_zone` | America/Halifax, Australia/Perth, Pacific/Honolulu |
398
413
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
399
414
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
400
415
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
401
416
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
402
417
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
403
- | `zip_code` | 76068, 78026, 13260 |
418
+ | `zip_code` | 12791, 97289, 45872 |
404
419
 
405
420
  ## FFaker::AddressFR
406
421
 
407
422
  | Method | Example |
408
423
  | ------ | ------- |
409
- | `building_number` | 3654, 4434, 1300 |
410
- | `city` | Évreux, Le Blanc-Mesnil, Gap |
411
- | `city_prefix` | Port, Lake, South |
412
- | `city_suffix` | stad, mouth, ville |
413
- | `country` | French Polynesia, Hong Kong, Yemen |
414
- | `country_code` | TH, LC, ST |
415
- | `full_address` | 81 QUATER, av Margaud Dos, 10253 Tremblay-en-France, 1 rue Guillaume du Fischer 2A967 Lorient, 82 B, bd Sylvie Grondin 970274 Colombes |
416
- | `neighborhood` | Gates Mills North, Summerlin North, West Covina East |
417
- | `postal_code` | 81663, 6817, 2A859 |
418
- | `secondary_address` | Suite 382, Suite 018, Suite 219 |
419
- | `street_address` | 28 B, bd Eugène le Lacroix, 0 Q avenue Adèle Marion, 6809 av Catherine de Roy |
420
- | `street_name` | Bernier Groves, Kertzmann Throughway, Feest Dam |
421
- | `street_suffix` | Orchard, Avenue, Hollow |
422
- | `time_zone` | Pacific/Auckland, Europe/Sofia, Europe/Prague |
424
+ | `building_number` | 47652, 37675, 03406 |
425
+ | `city` | Saint-Martin-d'Hères, Thionville, Saint-Priest |
426
+ | `city_prefix` | Port, New, West |
427
+ | `city_suffix` | berg, mouth, mouth |
428
+ | `country` | Sweden, Sao Tome and Principe, Montenegro |
429
+ | `country_code` | PN, MA, BO |
430
+ | `full_address` | 80 QUATER rue Eugène Bailly, 2643 Drancy, 6670 B bd Jérôme le Seguin 0912 Choisy-le-Roi, 6-60 TER avenue Marine Georges 2B295 Le Lamentin |
431
+ | `neighborhood` | River Heights, Greater Las Vegas National, Olmsted Falls Central |
432
+ | `postal_code` | 2A632, 2B924, 0123 |
433
+ | `secondary_address` | Apt. 545, Apt. 746, Suite 533 |
434
+ | `street_address` | 0 impasse Laurent Da, 80 T boulevard Pénélope Moreno, 677 B impasse Agnès Costa |
435
+ | `street_name` | Hae Place, Crist Port, Julian Shoal |
436
+ | `street_suffix` | Row, Center, Forge |
437
+ | `time_zone` | America/Bogota, Europe/Prague, Europe/Rome |
423
438
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
424
439
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
425
440
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -427,141 +442,184 @@
427
442
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
428
443
  | `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
429
444
 
445
+ ## FFaker::AddressGR
446
+
447
+ | Method | Example |
448
+ | ------ | ------- |
449
+ | `building_number` | 453, 37727, 48747 |
450
+ | `city` | Αλεξάνδρεια, Λάρισα, Καλύβια Θορικού |
451
+ | `city_prefix` | New, East, West |
452
+ | `city_suffix` | haven, town, borough |
453
+ | `country` | Costa Rica, Estonia, Norway |
454
+ | `country_code` | PW, TG, SO |
455
+ | `neighborhood` | Seven Hills Area, Summerlin North, Kingsbridge Heights |
456
+ | `region` | Ιόνιοι Νήσοι, Αττική, Στερεά Ελλάδα |
457
+ | `secondary_address` | Apt. 541, Suite 953, Apt. 036 |
458
+ | `street_address` | Πάροδος Πάροδος Κυψελών, 1, Πάροδος Σεφέρη Γιώργου, 1, Οδός Ηροδότου, 43 |
459
+ | `street_name` | Αμαζόνων, Θάσου, Ανθεμίου |
460
+ | `street_nbr` | 5, 6, 6 |
461
+ | `street_suffix` | Key, Dam, Springs |
462
+ | `time_zone` | Atlantic/South_Georgia, Europe/Minsk, America/New_York |
463
+ | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
464
+ | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
465
+ | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
466
+ | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
467
+ | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
468
+ | `zip_code` | 58399, 32445, 43464 |
469
+
430
470
  ## FFaker::AddressIN
431
471
 
432
472
  | Method | Example |
433
473
  | ------ | ------- |
434
- | `building_number` | 4470, 343, 311 |
435
- | `city` | Jaydenburgh, Dickensberg, Lake Rickychester |
436
- | `city_prefix` | North, West, New |
437
- | `city_suffix` | mouth, fort, view |
474
+ | `building_number` | 8868, 662, 3878 |
475
+ | `city` | Schummstad, Cherylside, Hansenville |
476
+ | `city_prefix` | New, East, New |
477
+ | `city_suffix` | bury, haven, chester |
438
478
  | `country` | India, India, India |
439
479
  | `country_code` | IN, IN, IN |
440
- | `neighborhood` | North Norridge, Bronxdale, Dyker Heights |
441
- | `pincode` | 592550, 658530, 614776 |
442
- | `secondary_address` | Suite 998, Suite 343, Suite 113 |
443
- | `state` | Karnataka, Madhya Pradesh, Telangana |
444
- | `state_abbr` | HP, UP, WB |
445
- | `state_and_union_territory` | Arunachal Pradesh, Rajasthan, Daman and Diu |
446
- | `state_and_union_territory_abbr` | CH, MH, AP |
447
- | `street_address` | 8519 Emil Terrace, 86678 Frida Cliff, 93439 Tyra Lights |
448
- | `street_name` | Isom Crossroad, Kovacek Cliff, Skiles Manor |
449
- | `street_suffix` | Key, Ways, Field |
480
+ | `neighborhood` | North East Irwindale, Schall Circle/Lakeside Green, phoenix |
481
+ | `pincode` | 666182, 835057, 386555 |
482
+ | `secondary_address` | Suite 259, Apt. 778, Suite 947 |
483
+ | `state` | Kerala, Maharashtra, Madhya Pradesh |
484
+ | `state_abbr` | AS, RJ, UK |
485
+ | `state_and_union_territory` | Gujarat, Tripura, Goa |
486
+ | `state_and_union_territory_abbr` | PY, JH, MN |
487
+ | `street_address` | 45194 Crist Lakes, 4637 Joe Fork, 2610 Windler Knoll |
488
+ | `street_name` | Veta Spur, McGlynn Row, Larkin Ranch |
489
+ | `street_suffix` | Causeway, Skyway, Mount |
450
490
  | `time_zone` | Asia/Kolkata, Asia/Kolkata, Asia/Kolkata |
451
491
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
452
492
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
453
493
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
454
- | `union_territory` | Chandigarh, Delhi, Daman and Diu |
455
- | `union_territory_abbr` | DL, PY, PY |
494
+ | `union_territory` | Daman and Diu, Lakshadweep, Pondicherry |
495
+ | `union_territory_abbr` | DD, DD, LK |
456
496
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
457
497
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
458
- | `zip_code` | 148176, 602135, 351798 |
498
+ | `zip_code` | 009928, 844785, 368696 |
499
+
500
+ ## FFaker::AddressKR
501
+
502
+ | Method | Example |
503
+ | ------ | ------- |
504
+ | `address_detail` | 태호타워, 두헌빌라 가 063호, 신욱타운 763호 |
505
+ | `borough` | 용산구, 강북구, 영등포구 |
506
+ | `building_name` | 완우마을, 양호타운, 순필아파트 |
507
+ | `city` | 고양시 덕양구, 의왕시, 양주시 |
508
+ | `land_address` | 강원도 재환마을 010-18, 서울특별시 북구 진명동 015, 세종특별자치시 동구 남경리 907 |
509
+ | `land_number` | 702-36, 5895, 491 |
510
+ | `metropolitan_city` | 세종특별자치시, 울산광역시, 부산광역시 |
511
+ | `old_postal_code` | 065-757, 773-535, 419-702 |
512
+ | `postal_code` | 72321, 06342, 56909 |
513
+ | `province` | 경상남도, 전라북도, 충청북도 |
514
+ | `road_addess` | 강원도 노원구 상욱마을 (이창동), 세종특별자치시 중구 목찬아파트 (신홍동), 강원도 강북구 규빈빌라 |
515
+ | `street` | 태혁마을, 순신타워, 순욱빌라 |
516
+ | `town` | 제준리, 지섭마을, 보준마을 |
459
517
 
460
518
  ## FFaker::AddressMX
461
519
 
462
520
  | Method | Example |
463
521
  | ------ | ------- |
464
- | `municipality` | Reforma, Juárez, Asientos |
465
- | `postal_code` | 35998, 82472, 54037 |
466
- | `state` | Guerrero, Tabasco, Querétaro |
467
- | `state_abbr` | TLAX, GRO, CAMP |
468
- | `zip_code` | 69609, 45086, 64795 |
522
+ | `municipality` | Coyoacán, Guadalupe Victoria, San Pedro Totolápam |
523
+ | `postal_code` | 54483, 96628, 86487 |
524
+ | `state` | Durango, Colima, Michoacán |
525
+ | `state_abbr` | HGO, MEX, QR |
526
+ | `zip_code` | 39953, 51445, 46592 |
469
527
 
470
528
  ## FFaker::AddressNL
471
529
 
472
530
  | Method | Example |
473
531
  | ------ | ------- |
474
- | `building_number` | 034, 367, 8221 |
475
- | `city` | Lottum, Weidum, De Heeg |
476
- | `city_prefix` | New, Port, New |
477
- | `city_suffix` | town, fort, view |
478
- | `country` | Yemen, Singapore, Kenya |
479
- | `country_code` | CY, CC, LU |
480
- | `neighborhood` | River Heights, Schall Circle/Lakeside Green, Cleveland Park |
481
- | `postal_code` | 9569 qu, 8781 zb, 1741 rm |
482
- | `province` | Noord-Brabant, Drenthe, Gelderland |
483
- | `secondary_address` | Apt. 124, Apt. 638, Apt. 758 |
484
- | `street_address` | 36131 Daan-Paulstraat, 56871 Patrickstraat, 868 Funkstraat |
485
- | `street_name` | Lednerstraat, Wymanstraat, Petronellastraat |
486
- | `street_suffix` | Drives, Pass, Spurs |
487
- | `time_zone` | Pacific/Port_Moresby, Europe/Vilnius, Pacific/Guam |
532
+ | `building_number` | 805, 373, 506 |
533
+ | `city` | Boskant, Groede, Emmen |
534
+ | `city_prefix` | Lake, South, East |
535
+ | `city_suffix` | view, land, bury |
536
+ | `country` | Albania, Bouvet Island, Equatorial Guinea |
537
+ | `country_code` | UY, SB, CL |
538
+ | `neighborhood` | Central Chandler, Candlewood Country Club, Kingsbridge Heights |
539
+ | `postal_code` | 9589 ej, 2465 un, 4260 ja |
540
+ | `province` | Noord-Brabant, Friesland, Gelderland |
541
+ | `secondary_address` | Apt. 782, Apt. 291, Apt. 444 |
542
+ | `street_address` | 737 Loidastraat, 63462 Erdmanstraat, 45628 Labadiestraat |
543
+ | `street_name` | Corkerystraat, Caspersteeg, Ladystraat |
544
+ | `street_suffix` | Cove, Extensions, Flat |
545
+ | `time_zone` | Africa/Monrovia, Asia/Krasnoyarsk, Europe/Moscow |
488
546
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
489
547
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
490
548
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
491
549
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
492
550
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
493
- | `zip_code` | 2717 hz, 9865 bv, 0354 yi |
551
+ | `zip_code` | 5248 zk, 9591 tw, 2743 va |
494
552
 
495
553
  ## FFaker::AddressRU
496
554
 
497
555
  | Method | Example |
498
556
  | ------ | ------- |
499
- | `building_number` | 4169, 417, 367 |
500
- | `city` | Нальчик, Иркутск, Кемерово |
501
- | `city_prefix` | West, Port, South |
502
- | `city_suffix` | mouth, furt, haven |
503
- | `country` | Tajikistan, Pakistan, Belarus |
504
- | `country_code` | LK, PN, NZ |
505
- | `neighborhood` | Ladue South, Candlewood Country Club, Ocean Parkway South |
506
- | `province` | Северная Осетия - Алания, Белгородская область, Чечня |
507
- | `secondary_address` | Suite 596, Apt. 120, Apt. 191 |
508
- | `street_address` | ул. Южная, д. 0, ул. Полевая, д. 6, ул. Октябрьская, д. 616 |
509
- | `street_name` | ул. Горького, ул. Октябрьская, ул. Лесная |
510
- | `street_number` | 80, 176, 91 |
511
- | `street_suffix` | Knoll, Brooks, Isle |
512
- | `time_zone` | Australia/Adelaide, Europe/Vilnius, Asia/Hong_Kong |
557
+ | `building_number` | 93732, 796, 8118 |
558
+ | `city` | Тюмень, Ставрополь, Астрахань |
559
+ | `city_prefix` | South, Lake, West |
560
+ | `city_suffix` | ton, town, town |
561
+ | `country` | United Kingdom, Saint Kitts and Nevis, Brunei Darussalam |
562
+ | `country_code` | IL, UG, SI |
563
+ | `neighborhood` | phoenix, Northwest Midlothian/Midlothian Country Club, Ocean Parkway South |
564
+ | `province` | Амурская область, Санкт-Петербург, Пермский край |
565
+ | `secondary_address` | Apt. 930, Suite 546, Suite 701 |
566
+ | `street_address` | ул. Советская, д. 7, ул. Юбилейная, д. 647, ул. Заводская, д. 793 |
567
+ | `street_name` | ул. Садовая, ул. Совхозная, ул. Горького |
568
+ | `street_number` | 0, 91, 451 |
569
+ | `street_suffix` | Meadows, Ville, Crest |
570
+ | `time_zone` | Asia/Kuwait, Africa/Casablanca, America/Guyana |
513
571
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
514
572
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
515
573
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
516
574
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
517
575
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
518
- | `zip_code` | 964736, 255936, 579284 |
576
+ | `zip_code` | 418215, 988383, 875577 |
519
577
 
520
578
  ## FFaker::AddressSE
521
579
 
522
580
  | Method | Example |
523
581
  | ------ | ------- |
524
- | `building_number` | 7715, 066, 86083 |
525
- | `city` | Malmö, Filipstad, Fagersta |
526
- | `city_prefix` | New, East, East |
527
- | `city_suffix` | ton, borough, mouth |
528
- | `country` | Cook Islands, Isle of Man, Malaysia |
529
- | `country_code` | BV, AO, KY |
530
- | `full_address` | Vattenkraftsvägen 956, 38183 Arboga, SVERIGE, Grumsgatan 7b, 86 828 Arvika, SVERIGE, Dannemoragatan 021, 18296 Alingsås, SVERIGE |
531
- | `neighborhood` | Florissant West, Cipriani, Seven Hills Area |
532
- | `random_country` | Guernsey, Burkina Faso, Vietnam |
533
- | `secondary_address` | Apt. 333, Suite 405, Apt. 243 |
534
- | `street_address` | Ryssmurvägen 847, Markviksvägen 55, Blåfjällsgatan 8 |
535
- | `street_name` | Dillnäsvägen, Bröderna Grimms Väg, Storgatan |
536
- | `street_nbr` | 09, 1, 814 |
537
- | `street_suffix` | Freeway, Camp, Lane |
538
- | `time_zone` | Asia/Hong_Kong, Asia/Dhaka, Atlantic/South_Georgia |
582
+ | `building_number` | 5875, 524, 67844 |
583
+ | `city` | Lidingö, Falsterbo, Mönsterås |
584
+ | `city_prefix` | Port, South, Port |
585
+ | `city_suffix` | ton, mouth, fort |
586
+ | `country` | Kiribati, South Africa, Saint Lucia |
587
+ | `country_code` | MQ, JE, MY |
588
+ | `full_address` | Lötmogatan 5b, 22 977 Kristinehamn, SVERIGE, Sjättenovembervägen 9, 94 512 Tranås, SVERIGE, Körsbärsvägen 2a, 37 917 Djursholm, SVERIGE |
589
+ | `neighborhood` | Renton West, Bushwick South, Cleveland Park |
590
+ | `random_country` | Senegal, Falklandsöarna, Irland |
591
+ | `secondary_address` | Suite 486, Suite 176, Apt. 375 |
592
+ | `street_address` | Lästringevägen 424, Kransbindarvägen 8b, Osmundsvägen 6 |
593
+ | `street_name` | Fyrskeppsvägen, Vårgårdavägen, Målvägen |
594
+ | `street_nbr` | 052, 7, 464 |
595
+ | `street_suffix` | Alley, Cliff, Greens |
596
+ | `time_zone` | America/Indiana/Indianapolis, Australia/Adelaide, Africa/Monrovia |
539
597
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
540
598
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
541
599
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
542
600
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
543
601
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
544
- | `zip_code` | 70 150, 21087, 12797 |
602
+ | `zip_code` | 41 683, 25 280, 42 823 |
545
603
 
546
604
  ## FFaker::AddressSN
547
605
 
548
606
  | Method | Example |
549
607
  | ------ | ------- |
550
- | `arrondissement` | Médina, Ndiarème Limamoulaye, Cambérène |
551
- | `building_number` | 57616, 25123, 1972 |
552
- | `city` | South Braxtonberg, East Grayce, Wunschfort |
553
- | `city_prefix` | Lake, New, East |
554
- | `city_suffix` | haven, burgh, stad |
555
- | `country` | Belize, Estonia, Guam |
556
- | `country_code` | PK, AG, BF |
557
- | `departement` | Matam, Goudomp, Guinguineo |
558
- | `neighborhood` | Gates Mills North, Ladue South, Rockville East of Hungerford Dr |
559
- | `region` | kedougou, dakar, thies |
560
- | `secondary_address` | Suite 338, Apt. 918, Apt. 463 |
561
- | `street_address` | 43965 Enos Plaza, 0963 Karson Ville, 93129 Hilda Ports |
562
- | `street_name` | Hope Port, Magnolia Court, Mozelle Lock |
563
- | `street_suffix` | Valleys, Prairie, Centers |
564
- | `time_zone` | Europe/Paris, America/Caracas, Europe/Belgrade |
608
+ | `arrondissement` | Thiès Ouest, Ouakam, Diamaguène |
609
+ | `building_number` | 00832, 556, 51975 |
610
+ | `city` | Lake Trang, North Shannonport, East Giselaburgh |
611
+ | `city_prefix` | Port, East, South |
612
+ | `city_suffix` | furt, furt, side |
613
+ | `country` | Belize, Albania, Wallis and Futuna |
614
+ | `country_code` | NE, SO, ZM |
615
+ | `departement` | Louga, Ranerou, Linguere |
616
+ | `neighborhood` | West Covina East, Florissant West, Mott Haven/Port Morris |
617
+ | `region` | diourbel, kolda, kolda |
618
+ | `secondary_address` | Apt. 388, Apt. 567, Apt. 767 |
619
+ | `street_address` | 2527 Sherrell Forge, 9715 Kozey Pine, 1868 Lura Vista |
620
+ | `street_name` | Milan Streets, Howe Lane, D'Amore Parkways |
621
+ | `street_suffix` | Passage, Lock, Shoals |
622
+ | `time_zone` | America/St_Johns, Asia/Singapore, America/Chihuahua |
565
623
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
566
624
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
567
625
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -573,33 +631,33 @@
573
631
 
574
632
  | Method | Example |
575
633
  | ------ | ------- |
576
- | `appartment_number` | 8, 962, 4 |
577
- | `building_number` | 75, 431, 8 |
578
- | `city` | Бровари, Біла Церква, Шостка |
579
- | `country` | Бруней, Україна, Кувейт |
580
- | `province` | Київська область, Луганська область, Київська область |
581
- | `street_address` | вул. Зелена, 1, вул. Староміська, 192, вул. Вузька, 580 |
582
- | `street_name` | вул. Вічева, вул. Вузька, вул. Городоцька |
583
- | `zip_code` | 71392, 98134, 18836 |
634
+ | `appartment_number` | 27, 68, 1 |
635
+ | `building_number` | 40, 1, 232 |
636
+ | `city` | Черкаси, Бердянськ, Бердянськ |
637
+ | `country` | Єгипет, Естонія, Гаїті |
638
+ | `province` | Херсонська область, Київська область, Донецька область |
639
+ | `street_address` | вул. Брюховичів, 677, вул. Коліївщини, 2, вул. Брюховичів, 84 |
640
+ | `street_name` | вул. Староміська, вул. Брюховичів, вул. Городоцька |
641
+ | `zip_code` | 92019, 74640, 78951 |
584
642
 
585
643
  ## FFaker::AddressUK
586
644
 
587
645
  | Method | Example |
588
646
  | ------ | ------- |
589
- | `building_number` | 440, 3956, 9050 |
590
- | `city` | Elenabury, Lake Chetmouth, O'Keefefort |
591
- | `city_prefix` | Port, East, East |
592
- | `city_suffix` | shire, stad, ton |
593
- | `country` | Northern Ireland, Scotland, England |
594
- | `country_code` | BI, AI, SK |
595
- | `county` | West Glamorgan, Gloucestershire, Oxfordshire |
596
- | `neighborhood` | Cipriani, Sea Ranch Lakes, South of Lake Ave |
597
- | `postcode` | FZ09 3AL, BE61 1FH, MB08 5DV |
598
- | `secondary_address` | Apt. 329, Suite 866, Suite 168 |
599
- | `street_address` | 696 Einar View, 67784 Johns Way, 15308 Jamil Centers |
600
- | `street_name` | Davonte Lane, Mosciski Underpass, Isobel Turnpike |
601
- | `street_suffix` | Square, Creek, Way |
602
- | `time_zone` | Europe/Dublin, Asia/Ulaanbaatar, Europe/Riga |
647
+ | `building_number` | 79627, 3188, 86308 |
648
+ | `city` | Port Shawnna, Lake Kerstin, Port Lucrecia |
649
+ | `city_prefix` | West, South, Port |
650
+ | `city_suffix` | burgh, stad, shire |
651
+ | `country` | Wales, Northern Ireland, Scotland |
652
+ | `country_code` | JE, KR, ST |
653
+ | `county` | Hertfordshire, County Londonderry, West Glamorgan |
654
+ | `neighborhood` | Murray Hill, Pound Ridge East, Central Chandler |
655
+ | `postcode` | BL91 1TH, ZT97 8SN, VE6 9QW |
656
+ | `secondary_address` | Suite 143, Suite 801, Apt. 095 |
657
+ | `street_address` | 5949 Swift Motorway, 25270 Little Square, 189 Ruecker Spur |
658
+ | `street_name` | Florance Trafficway, Wiza Squares, Rippin Point |
659
+ | `street_suffix` | Way, Station, Extension |
660
+ | `time_zone` | Asia/Shanghai, Asia/Bangkok, Pacific/Midway |
603
661
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
604
662
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
605
663
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -611,124 +669,159 @@
611
669
 
612
670
  | Method | Example |
613
671
  | ------ | ------- |
614
- | `building_number` | 16978, 37098, 0904 |
615
- | `city` | East Amandaside, South Irving, Jermeyshire |
616
- | `city_prefix` | Lake, New, West |
617
- | `city_suffix` | side, chester, view |
618
- | `continental_state` | Michigan, Nevada, South Dakota |
619
- | `continental_state_abbr` | DC, LA, GA |
620
- | `country` | Benin, Sri Lanka, Mauritius |
621
- | `country_code` | CN, GP, HT |
622
- | `neighborhood` | Jupiter South/Abacoa, Cleveland Park, Pennypack |
623
- | `secondary_address` | Suite 355, Apt. 832, Apt. 804 |
624
- | `state` | Texas, Delaware, Virginia |
625
- | `state_abbr` | KS, CA, FL |
626
- | `state_and_territories_abbr` | HI, KY, MS |
627
- | `street_address` | 552 Seth Plain, 338 Stroman Mall, 180 Kautzer Port |
628
- | `street_name` | Stark Stream, Brody Park, Jace Haven |
629
- | `street_suffix` | Springs, Row, Land |
630
- | `time_zone` | Etc/UTC, Africa/Cairo, America/Denver |
672
+ | `building_number` | 75458, 4089, 5735 |
673
+ | `city` | Mertzfort, Sorayafurt, Lehnerfurt |
674
+ | `city_prefix` | South, New, North |
675
+ | `city_suffix` | ton, ton, side |
676
+ | `continental_state` | Pennsylvania, Texas, Missouri |
677
+ | `continental_state_abbr` | NJ, NJ, AL |
678
+ | `country` | Lao People's Democratic Republic, Saint Barthélemy, Bahamas |
679
+ | `country_code` | LA, AI, ID |
680
+ | `neighborhood` | Dyker Heights, Renton West, Ladue South |
681
+ | `secondary_address` | Apt. 957, Suite 080, Apt. 678 |
682
+ | `state` | New York, Massachusetts, New York |
683
+ | `state_abbr` | UT, UT, NM |
684
+ | `state_and_territories_abbr` | MP, SD, FL |
685
+ | `street_address` | 371 Nakisha Ville, 34962 Gorczany Motorway, 0343 Benito Crescent |
686
+ | `street_name` | Tammi Points, Hobert Lane, Monahan Freeway |
687
+ | `street_suffix` | Via, Mountains, Brooks |
688
+ | `time_zone` | Asia/Kamchatka, Europe/Copenhagen, Asia/Yerevan |
631
689
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
632
690
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
633
691
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
634
692
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
635
693
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
636
- | `zip_code` | 77260-7664, 99094-2120, 91634 |
694
+ | `zip_code` | 32534, 49743-6417, 61814 |
695
+
696
+ ## FFaker::Airline
697
+
698
+ | Method | Example |
699
+ | ------ | ------- |
700
+ | `flight_number` | CTM 1556, A5 3832, KL 1841 |
701
+ | `name` | Tulpar Air, Aero-jet Swissjet, Germanwings |
637
702
 
638
703
  ## FFaker::Avatar
639
704
 
640
705
  | Method | Example |
641
706
  | ------ | ------- |
642
- | `image` | https://robohash.org/laboruminquisquam.png?size=300x300, https://robohash.org/enimearecusandae.png?size=300x300, https://robohash.org/suntautaut.png?size=300x300 |
707
+ | `image` | https://robohash.org/doloremqueestmodi.png?size=300x300, https://robohash.org/culpafaceredignissimos.png?size=300x300, https://robohash.org/excepturiassumendaeos.png?size=300x300 |
643
708
 
644
709
  ## FFaker::Lorem
645
710
 
646
711
  | Method | Example |
647
712
  | ------ | ------- |
648
- | `characters` | w1quybu0hdjo6hbr2b4bx1v0o5h391h2t1jfxfm3w99h2vi2rha26pu0yg0kcd7bphsir6djxemfm1fwvzbpor6eo9ge2o1liu2taaqql5m2zuzem51m2icnlrwm0dssjlna9vfa1r75pml35r22xma5vhgsjz15jwhmsswgyoq4mui7d0xebkz00yk1e8ofvrl53jmzub5g62f8z1vnvfah2l04lka1ler9qfjwborau0r4px9a0o0pmua5py8, rkn52xhc6yy30hgfuj77435ydq3vi6ghak67gwf4jlg4smunr2btl53g9kjfgitw89k9wrqsf6637e9xz75enbktxs5eokps88yi1cenqyl6ugxmz9t2g2efy8lwfj0q2bpgovv1d7zmr0m6iouwbprpttw0kqnwz5dbm9jl1za91bxmuvxtxilfbvwxedsok3ua51j33eyzr7ayv8ix6titwj669nusd5cpjagy0d78k460mwy9e0pohqirclk, dreuumof8dd8rko4pd1fip9b1cb2tl32e84k3wzogrh2lu2zrt5le1pimv74csekmgmsnvlq0e4w5z03ndrw4qvjwxciq5n9kqso6fu1nmeju67ksgptbuaiqiakbjkyqrj9tx2kmcl03g7ujzgb3dvdzoxhfub8bm08g3ots1x9ty70zfx6cao8v3dabc1llqzmrh0vszuhnm6lj1eq3qzakvj05oazh2hrglonmbv1238add5mrvanosd627p |
649
- | `paragraph` | Voluptatibus eaque porro praesentium quia nulla. Iure rem nemo quia aliquid. Consequatur commodi labore molestiae sed explicabo. Ab tenetur consequatur exercitationem eum., Excepturi vitae ad doloremque dicta est mollitia. Reprehenderit dolor voluptatem asperiores impedit et iusto. Aut sequi voluptatum aliquid ex qui., Earum aliquam suscipit omnis neque dolor adipisci sit magnam. Nostrum tempore eos consequatur esse aperiam magni qui. Quia eligendi sequi perferendis autem est. Dignissimos illum aut quaerat distinctio. Accusamus deleniti labore rerum molestiae quam. |
650
- | `paragraphs` | Ut architecto doloribus et rerum veniam asperiores neque maxime. Quod ratione necessitatibus voluptate ipsum qui nisi. Praesentium doloribus ut deserunt reprehenderit error totam ad., Enim incidunt est accusantium odit distinctio. Repudiandae qui consequatur at est nostrum vel et voluptas. Id molestiae aspernatur distinctio non aliquam., Autem delectus impedit itaque veritatis saepe voluptas a. Assumenda voluptatem aut dolore veritatis harum natus placeat rerum. Aut cum voluptatem eos facere. Et sit dolorum quam enim placeat ea a blanditiis. Omnis itaque aliquam nesciunt tenetur., Eveniet eos dolorem eaque tenetur optio. Beatae non ratione corrupti fugiat qui ea neque veritatis. Ullam nemo delectus ipsa enim sit porro quod., Et et expedita nostrum ut id. Qui eligendi a est sed vero dolores et. Aut cum molestiae pariatur sunt dicta. Aut architecto odio excepturi qui consequatur molestias maiores voluptatem. Qui modi voluptatum eos maxime velit., Necessitatibus adipisci quibusdam optio ea et ex quia. Quasi repudiandae vel doloremque dolore. Reprehenderit optio in aut suscipit quod ut quis. Est voluptate nam aliquam maxime. Nobis suscipit doloribus et odit eos qui., Inventore molestiae dolorem id quo repellendus. Quis dicta ea itaque repellendus voluptas et tempora quia. Voluptatem reiciendis at itaque quis recusandae nobis ipsum animi. Ut sed provident qui odit minima repellat., Sequi nihil molestiae et excepturi distinctio rerum quia. Modi quos ullam aut repudiandae cumque aut. In mollitia ut cum aliquam. Odio labore nemo alias a velit qui libero., Adipisci vel laudantium qui temporibus at quis odit ut. Praesentium dolorem nisi voluptas incidunt voluptatem ut unde. Aut sint dolor omnis est sit quaerat consequatur. Laboriosam illum eius ex ut accusantium. Temporibus sed aut ipsum aut at facere est labore. |
651
- | `phrase` | Autem quibusdam quod vitae sint., Explicabo facilis ut et aut blanditiis ab ad quia., Tenetur laborum voluptatibus laboriosam rerum aliquam omnis possimus. |
652
- | `phrases` | Voluptas odit natus voluptatem aut eos., Culpa officia rerum natus asperiores eum quo iusto unde., Provident ducimus quibusdam sunt cumque quisquam., Reprehenderit similique enim quia et., Et molestiae amet libero est repellendus recusandae dolore., Non consequuntur blanditiis quasi dignissimos earum incidunt eum., Animi consectetur beatae a quia explicabo hic quia., Autem est similique molestiae totam nihil., Quas nemo occaecati cum minima rerum et qui atque. |
653
- | `sentence` | Quis quas ea laudantium necessitatibus voluptatum explicabo., Doloribus quo molestias est neque delectus numquam eos., Sint animi similique qui suscipit perferendis iusto. |
654
- | `sentences` | Reiciendis enim perspiciatis non qui et quia., Sit mollitia beatae necessitatibus iste deserunt recusandae eveniet illum., Voluptatem temporibus sed natus earum maxime asperiores recusandae saepe., Voluptas enim architecto in reprehenderit., Optio inventore aspernatur itaque sed nihil maiores rem., Eum quibusdam debitis et commodi rerum aspernatur., Sit magnam suscipit laboriosam similique deleniti rerum accusamus., Non enim quia harum natus pariatur eum voluptas., Enim in et autem sed ratione. |
655
- | `word` | aspernatur, ducimus, aut |
656
- | `words` | corporis, quod, omnis, quos, quia, minima, earum, molestiae, ut |
713
+ | `characters` | o57k41roea9xa63tk2az8c7v1tiubmq9nj60u41034j76mfeqby81xd2p7lfsjasv2bewpm8e2rsep9du579jvrqwmacibx76zmm6ig4cdqxuytk29jg24nvq9kex9xc6v80qb3lxoj9fh3qwgygxopdqlq82kwd61zix3t8ds52q6rykwxwfyjhwhxtec2ezvpohkucylcrt4e9r446hsmcczli1qd3rujs5v8h2cmpaqhww9ypbf42vj5bqhi, ytqoimu8pyqsj11jevso2v4egl4a3houoi87yd2vt0qtkdh3cosoafc19ei2dfrbryue1uzm7uvex0spsppmcsyd24ctq0gik9s6x873ohx1wjfy73b8d8nu7mcmcjfutzl1ezajp75ij2erlzabwfdd8ls3kal1s4hfxw9xk94zpmziqmdcimacjvc5e4tcunw9jrc4m8zkfqbb7mpk1frgcp26embcc2bsdb3olbbj4n661ftq5s2neeoidit, u3tf9bwer515z960hlbqw3daifhq1pqzm0itbzcftbf0f751vlrtbf9jfia2aze1uduo38e73kfnnsbvani66kgt1uq52q4yboz1raa9932if3rnd7wkx6oo5okif576n82ymuqlpvf1vr6id311r2ralfktfe2dty3vt97wsgclnphc7qod1pa2wtxw7usxu2p3det31w4t8i7y2cfuoyejhduwjf6en9534n5whjzwui9e5lzof6kcllh86e9 |
714
+ | `paragraph` | Eius velit aut facilis laudantium consectetur. Quo a qui ratione distinctio. Voluptatibus perspiciatis incidunt ullam enim tempora., Iste ut totam et hic. Tempora in consequuntur nulla quibusdam consequatur et ea illo. Nobis a sequi sed laboriosam dolorem suscipit incidunt ratione., Tempora dolore necessitatibus dicta sint veniam a molestiae rerum. Quas officia odit ut unde hic ad. Suscipit corporis dignissimos dolorem accusamus placeat optio atque explicabo. |
715
+ | `paragraphs` | Distinctio minus ut et facere officiis dolorum beatae ullam. Dignissimos at sequi corporis modi blanditiis rerum. Natus qui saepe aut doloribus animi rerum velit voluptas., Vero alias et saepe sed non eum. A dignissimos et aliquam omnis autem laboriosam. Tempora aliquam nam iste eaque ipsa. Non modi soluta sit rerum ea eos id., Alias sit qui labore explicabo sint quas. Dolor ullam rerum est perspiciatis. Nostrum aut occaecati suscipit quisquam optio ut iure pariatur. Asperiores natus voluptas quas qui nemo dicta et est., Quia aspernatur qui nihil autem. Necessitatibus quam suscipit occaecati adipisci officia iure magnam veniam. Dolorem ex odit fugiat est in sint quis est. Rerum eveniet quae voluptates eos mollitia repudiandae. Voluptatem voluptatum facilis dolore atque et., Vero aut pariatur qui et. Aliquid officia magni dolor laboriosam praesentium vel deserunt. Ratione quos officiis qui quasi. Quisquam labore rerum doloremque quo at., Quo sit unde autem aut nihil praesentium. Voluptas expedita omnis aliquam consectetur quod dolor. Delectus in ut repudiandae blanditiis ratione nobis ut voluptas., Omnis neque rerum sapiente quibusdam beatae. Dolor occaecati vero dolores alias. Sint dolorem eius esse est. Facere saepe qui magnam perspiciatis quaerat ut omnis., Explicabo impedit deleniti officia aliquid quam sunt. Earum commodi repudiandae culpa tenetur. Qui veniam sunt quae et iusto incidunt. Est non consequatur corporis voluptas., Tenetur aut velit non vitae pariatur explicabo. Ipsam omnis et aut error illo velit harum. Quia voluptas voluptatem ab veniam minus et. Perspiciatis aut voluptas at voluptas. Soluta possimus placeat atque eaque voluptatem non. |
716
+ | `phrase` | Consequatur tempore inventore delectus animi excepturi., Qui quasi molestiae ut voluptatem in quis dolores., Sapiente et eum eius rem. |
717
+ | `phrases` | Ut magni quas quod dolore esse molestiae non., Et fugiat accusamus quibusdam eos., Nobis quo harum sed eligendi dolor., Repellat harum rerum qui accusamus., A quis dolores consequatur architecto., Ad blanditiis iure eos autem asperiores ex aut., Quis illum qui odit ea., Facere quaerat quod repudiandae eveniet a mollitia., Enim tenetur vel corporis eum veniam quisquam et. |
718
+ | `sentence` | Amet laboriosam doloremque reprehenderit reiciendis., Ea accusantium corporis blanditiis hic cumque illum., Tempora natus odit accusantium qui expedita facilis. |
719
+ | `sentences` | Voluptatem aliquam ut perferendis omnis ut dicta at officiis., Cupiditate ut ut quidem qui enim officia quo dolorum., Voluptates et illo incidunt sit maiores eos doloremque., Iure qui omnis nostrum omnis., Distinctio nemo ut iure saepe totam aut., Accusamus magnam aut quos doloremque commodi et., Sunt architecto praesentium aliquam nesciunt., Officia autem accusamus commodi non laborum autem., Ut nihil totam ullam laboriosam nam est. |
720
+ | `word` | cum, quia, aut |
721
+ | `words` | nostrum, suscipit, tenetur, dolorem, repellat, commodi, repellendus, dolor, debitis |
657
722
 
658
723
  ## FFaker::BaconIpsum
659
724
 
660
725
  | Method | Example |
661
726
  | ------ | ------- |
662
- | `characters` | azndmiyuh7vw4218ptjcar5d6fq4q50ulesoo7pp373vwn8wlktvtfv7b2ptackbszpd0e3zc9wcuu2rxs2akkuouopk2o94ovgn2oeqo86xm6qfm8nxrnaz76o6s3lauxfy8mh7ttxueygwpfowhssqpkkr5jkytchlke1y05blmorrdjhh3vxh9xqiyql5s0x5jn8vtoq54c8ea9mhe4wg4453j6c6uvul81nkc1ksu9om55qz8kltt10w2s6, skwmj2497q8l5asyg2x7cz46szpo1rop144wralpzrtx7mqyp6z1w9jtkydlfw8p9q4g3aabco12d1whf90h16cqxou4n5s0j4k1mykvms4b2dxjvdo2d4jsd97zphkmy1xnjt2tpzzc51o2cyfesfl0zpth1hevdmcqtwk5adjqkzszzh44p7oftd9ieie6lkhsybvehi0e9ns6gp158gs0fx9oy06n87e7iggv16vdpbyeqyyju18ch5vir6j, 9t08ijrubgnzbxpd2cocx27860fgr5a5s4irlosi489flcd6kgpsi0l8gyd0u3m11a9np33fhthfhbajk0byoti0n4jumlpfcsbhzy2pbzcxfaiibzqnwaltz842nvluhfo3vo3he6j0sukbut65bdrntdp2drt52zqmv9tomyqqjh5t27brzzu5v0ou9aspnp74gbs0ws26c0sr52a8ge7fif6s3dvfndzafog9wufn94i8x0581co4580z9wu |
663
- | `paragraph` | Ribeye swine chuck short ribs tri-tip chicken pancetta pork chop bresaola. Filet mignon beef ribs andouille pork chop chicken strip steak tenderloin shank. Drumstick landjaeger spare ribs shoulder ham hock pig chicken filet mignon porchetta. Filet mignon pork chop drumstick ham hock brisket beef ribs tongue landjaeger. Andouille turducken bresaola turkey pork chop prosciutto sausage porchetta., Cow chicken beef ribs bacon shank pancetta. Turducken tenderloin chuck fatback kielbasa swine boudin shankle. Turducken fatback ham beef frankfurter beef ribs venison tail jerky., Pastrami ham hock capicola ribeye meatball turducken ball tip pork chop chuck. Ground round capicola chicken turkey rump brisket spare ribs corned beef. Prosciutto pork capicola doner swine pig. |
664
- | `paragraphs` | Meatloaf shankle sausage pig cow tail jerky swine. Doner pig salami pork belly tri-tip pastrami Kevin. T-bone tongue andouille ball tip bresaola tail jowl porchetta corned beef. Filet mignon fatback capicola prosciutto bresaola corned beef salami chuck., Turkey ham pork chop ball tip Kevin. Tenderloin jerky turkey spare ribs landjaeger doner ball tip capicola bacon. Tongue short ribs jerky porchetta ribeye kielbasa landjaeger filet mignon., Filet mignon tenderloin Kevin capicola drumstick strip steak shoulder shank salami. Pancetta capicola tongue pork loin frankfurter strip steak short ribs. Drumstick jerky flank landjaeger ball tip capicola shank turducken. Sirloin prosciutto strip steak meatball salami doner chicken., Meatloaf pastrami fatback corned beef ham flank. Kielbasa brisket drumstick meatball hamburger tongue pancetta corned beef. Turkey landjaeger ham short loin salami shoulder. Leberkas turducken pork loin rump sausage corned beef., Tri-tip ground round jowl short ribs bacon leberkas. Swine salami jerky pancetta Kevin ham. Tongue pastrami shoulder drumstick doner t-bone porchetta. Tenderloin biltong andouille chuck shoulder venison ground round shankle. Pork venison tongue short ribs beef sirloin biltong leberkas., Sirloin capicola pig strip steak landjaeger venison kielbasa. Turducken ribeye chicken jowl hamburger capicola pork belly brisket. Ham hock tail turkey swine capicola beef ribs leberkas. Pig bresaola turkey brisket landjaeger frankfurter andouille. Short ribs brisket shankle pork belly jowl., Kielbasa shankle ham hock flank sausage. Pork loin jerky strip steak leberkas ham. Spare ribs beef shoulder jowl brisket. Prosciutto boudin salami cow tail fatback sirloin landjaeger turkey., Beef ribs salami Kevin rump bacon shoulder shankle t-bone. T-bone Kevin boudin ball tip pork belly pork ground round cow chicken. Ham pork loin pancetta venison andouille drumstick. Meatball bacon ham hamburger Kevin flank., Corned beef short loin sirloin salami shoulder meatloaf. Meatball ham rump brisket chuck ball tip. Ribeye pork beef pork belly sirloin landjaeger kielbasa shank prosciutto. Biltong tail t-bone leberkas tri-tip. |
665
- | `phrase` | Rump boudin frankfurter ball tip chuck pancetta ground round flank fatback., Turkey ribeye bresaola frankfurter pork belly., Beef ribs drumstick bacon bresaola andouille shoulder. |
666
- | `phrases` | Beef fatback landjaeger ribeye doner ground round., Tongue filet mignon jerky tail swine ribeye., Chuck pork chop Kevin ball tip jerky pig pancetta capicola meatloaf., Capicola tenderloin venison doner tongue ground round short loin., Venison meatloaf leberkas pork chop ham hock pancetta bacon sausage., Chuck pastrami rump hamburger corned beef short loin jerky tri-tip shankle., Beef pork loin Kevin pork shank., Pastrami boudin Kevin frankfurter andouille shankle., Spare ribs ball tip hamburger pork shank bacon salami t-bone tongue. |
667
- | `sentence` | Tenderloin brisket hamburger sausage flank shoulder., Prosciutto ham hock leberkas pork chop hamburger shoulder biltong beef., Strip steak Kevin pork loin flank ball tip short loin rump meatloaf. |
668
- | `sentences` | Frankfurter tail strip steak kielbasa ground round., T-bone ground round tail strip steak turkey short loin., Prosciutto flank tail venison turducken pork belly pancetta bresaola andouille., Tail tri-tip pork loin cow venison meatball ball tip flank pastrami., Tri-tip pork chicken ground round corned beef Kevin., Biltong sirloin shoulder meatball turkey bacon tenderloin doner., Prosciutto ribeye jowl andouille drumstick beef brisket., Jerky ham hock pig salami pork chop flank chuck., Frankfurter spare ribs ribeye chicken chuck cow. |
669
- | `word` | turkey, turkey, boudin |
670
- | `words` | jerky, rump, ham, sirloin, rump, short loin, corned beef, drumstick, pork chop |
727
+ | `characters` | hsafcripg4khfj5fl8fus248gxj83r5xjm70qmvs2tmd0aklnb44d25tygl8dnhqn6fie8ae6ftbvooc0qtd0bdbb67jk8oqo2ier4jms9q7x6ar4t3puj5hxjspuusdegosreqftuqm2tj6mx6bwba1fqgwhkblg2ykda5exex91pchigqz3rhdb3mkkjusrxtkuw3jhx5zgvxwyxievsu2sdsfy714orpr39ewvxrwra0dabq736m7g2fy9mb, bkk6tmi1oesfa2w2nbn4gtwxxc6gt8bvj49xcfe57405ox5gclo1n87205cecticy0ydl43gff88roq35ynr88ir3xmnq03lk7cpe7fyikyv27hb30u7fohiomye99k3rfthmavohb0m2xn0mo2yg9c09ykxrs1k8tps8tp0s3syqfx8bohcxnrqx7kqeyvgjnj0gyrfur8bhk9gpqxazjj6nefmm4pmvdwkgy6uw0aba9n9522dkbpxt18i3ov, x5l2drfwfvo40ychjn5kd887x5zng6o4tpl49q9fy3gshj3i9ko3c2s6s5lbxz2z4mnoi388pzg27u29qdgeakmjrdduk4ouo7clzzszwq3r7bqbvs0b9dlq4du2sqrjol45m23dk4bbg20t345dt3cxeexc43xz8woifdccdk3nb1vdnnbueg4hzx4ffncto7026ediidrqplgcuwx1pmwqz43jkevuyvxeuxi76gtdpf1dywg7qg5lq59cazo |
728
+ | `paragraph` | Chicken tri-tip flank kielbasa shoulder pork chop swine. Corned beef bacon flank kielbasa pork chop pancetta spare ribs bresaola. Venison doner porchetta ham hock pork loin ribeye tenderloin pig. Leberkas porchetta pig pork belly ham hock drumstick spare ribs tenderloin. Shankle Kevin short ribs sausage pastrami hamburger ball tip tri-tip., Strip steak pork beef turkey Kevin pancetta shankle. Jowl pork loin strip steak meatball brisket beef ribs bacon beef. T-bone Kevin andouille porchetta hamburger bacon., Meatball ham hock bacon hamburger rump pig leberkas ribeye pork. Hamburger tongue pork loin sirloin sausage ball tip beef ribs meatloaf filet mignon. Chicken tongue beef ribs venison doner. Pig rump biltong boudin capicola ground round. |
729
+ | `paragraphs` | Hamburger pork belly meatloaf filet mignon turkey ham hock. Venison jerky pig drumstick rump. Drumstick strip steak fatback beef ribs turkey leberkas., Hamburger chuck tongue jowl doner. Flank sausage pork andouille bresaola salami brisket. Strip steak cow hamburger shoulder capicola. Doner beef spare ribs chuck Kevin. Doner short ribs salami sirloin tongue., Andouille porchetta short ribs pig turducken doner sausage spare ribs pork belly. Cow ham shankle landjaeger sausage jerky pig spare ribs. Venison capicola sausage bacon shank tail pork. Filet mignon pork belly short ribs tail ham drumstick., Meatloaf doner beef capicola porchetta swine. Porchetta ribeye salami hamburger brisket drumstick tri-tip ball tip venison. Tongue swine meatloaf Kevin pork. Shankle swine prosciutto venison shank strip steak. Ham swine ham hock tri-tip pancetta porchetta., Short ribs pancetta Kevin biltong brisket venison capicola cow. Meatball andouille frankfurter tri-tip rump hamburger jowl. Cow pork loin brisket rump hamburger. Turducken pig meatloaf beef ribs corned beef., Pork belly tongue strip steak leberkas pancetta. Spare ribs flank tenderloin bacon shankle pig cow turkey sausage. Brisket meatball landjaeger doner turkey. Short loin meatloaf beef sausage tail venison. Pig biltong cow drumstick Kevin., Pork loin drumstick short ribs beef ribs swine shank turkey hamburger. Fatback chuck salami pork loin meatball shoulder. Venison pancetta ham porchetta filet mignon prosciutto ball tip jerky salami. Drumstick salami turducken t-bone meatball., Prosciutto venison pork loin fatback Kevin jowl swine. Brisket capicola shoulder short ribs Kevin sausage biltong beef. Jowl hamburger t-bone corned beef beef ribs chuck jerky capicola., Brisket turducken ball tip bresaola prosciutto shoulder ground round. Pancetta ball tip drumstick shank ham andouille. Capicola turkey leberkas flank landjaeger shank swine jowl. Pork chicken flank beef strip steak boudin bresaola venison shank. |
730
+ | `phrase` | Pancetta salami meatball turkey beef pork chop fatback bacon strip steak., Tri-tip frankfurter ground round short loin hamburger capicola cow venison., Ham hock chicken Kevin turducken pancetta strip steak. |
731
+ | `phrases` | Ham hock rump sausage kielbasa pancetta ground round leberkas shoulder t-bone., Tenderloin frankfurter pig short ribs spare ribs biltong sausage short loin andouille., Rump ham prosciutto pork turducken fatback., Brisket shoulder pork belly frankfurter pig chuck porchetta., Spare ribs bresaola ribeye shank jerky pork chop pastrami landjaeger., Ground round tongue biltong shoulder ball tip chuck jerky tenderloin., T-bone turkey boudin drumstick ribeye andouille venison prosciutto meatball., Meatball sausage tail boudin doner tri-tip., Jowl rump pig biltong beef ribs tenderloin fatback. |
732
+ | `sentence` | Doner filet mignon boudin pork chop strip steak biltong ribeye., Pastrami pork strip steak bresaola porchetta tri-tip swine short ribs beef ribs., Landjaeger tri-tip filet mignon meatloaf short ribs. |
733
+ | `sentences` | Rump tongue meatball ham flank., Sirloin jowl prosciutto bresaola t-bone meatball., Capicola tri-tip chicken drumstick meatball., Prosciutto sirloin t-bone leberkas ribeye., Capicola tail rump landjaeger ham tri-tip filet mignon tenderloin chicken., Fatback pig swine rump turkey pork belly ham sirloin., Tri-tip landjaeger fatback swine sirloin sausage., Swine shankle andouille pork chop ham leberkas prosciutto., Flank jerky leberkas meatloaf chuck pig. |
734
+ | `word` | frankfurter, frankfurter, pork chop |
735
+ | `words` | chuck, meatloaf, kielbasa, beef ribs, tail, pig, leberkas, ham hock, hamburger |
736
+
737
+ ## FFaker::Book
738
+
739
+ | Method | Example |
740
+ | ------ | ------- |
741
+ | `author` | Tegan Armstrong, Daria Jacobs, Demarcus Luettgen |
742
+ | `cover` | https://robohash.org/namlaudantiumfugit.png?size=300x300, https://robohash.org/voluptatemlaboriosamomnis.png?size=300x300, https://robohash.org/liberoexcepturitenetur.png?size=300x300 |
743
+ | `description` | Corporis sunt quis fuga odit at enim corrupti vel. Ut expedita et et quibusdam nesciunt libero. Delectus dolorem quo ab animi ut nihil ut in. Et aut maxime sit adipisci neque repudiandae. Ut repellendus eos ipsum quia voluptas quis quam., Quis qui dolore repellat consequatur pariatur. Facilis ullam autem sunt qui accusantium accusamus et dolor. Repellendus consequatur unde reiciendis illum soluta ex repellat. Enim aliquam laboriosam dolorem fugiat enim., Vero voluptas voluptatem veritatis omnis quia aut non. Quo est placeat nihil asperiores non in aliquam. Modi sed non dicta commodi vel ipsam laborum iste. Voluptatum sint animi magnam non et odit et. |
744
+ | `genre` | Fable, fairy tale, folklore, Sports fiction, Thanksgiving |
745
+ | `isbn` | 12748252896, 1909443912, 4326026306 |
746
+ | `title` | Bloody Demon, Flying Tentacle, Action Ninja |
671
747
 
672
748
  ## FFaker::Boolean
673
749
 
674
750
  | Method | Example |
675
751
  | ------ | ------- |
676
- | `maybe` | false, false, false |
677
- | `random` | true, false, true |
678
- | `sample` | true, true, true |
752
+ | `maybe` | false, true, false |
753
+ | `random` | false, true, true |
754
+ | `sample` | false, true, true |
679
755
 
680
756
  ## FFaker::CheesyLingo
681
757
 
682
758
  | Method | Example |
683
759
  | ------ | ------- |
684
- | `paragraph` | - tongue in cheek raw milk is unpasteurized - tongue in cheek they can also age quite well in ripening cellars where What do you call cheese that isn't yours? Nacho Cheese; with Dutch courage double dutch or salt, pepper, mustard and vinegar team cheesy says hi 10 grilled cheese sandwiches you should try immediately with., It is blue sky thinking but don't you agree? It is no use crying over spilled milk but poets have been mysteriously silent on the subject of cheese blend the flour, cheese and the sticky nature of processed cheese can make it difficult to slice, but raw milk is unpasteurized taste and texture in all colours but don't you agree? It is no use crying over spilled milk raw milk is unpasteurized wash, rinse, repeat., The slice of cheese is placed on top of the meat patty harmful secondary metabolites the moon is made of green cheese and but don't you agree? It is no use crying over spilled milk double dutch or and wrap blue cheeses all over as mould spores spread readily What do you call cheese that isn't yours? Nacho Cheese; of cheesy business lingo they were so cheesed off applewood smoked. |
685
- | `sentence` | He old cheese dairy buildings, situated on the historic site 10 grilled cheese sandwiches you should try immediately with blend the flour, cheese and., Cut to size blue fungi in cream dutch sandwich., The moon is made of green cheese and so cute but cheesy when the rennet is added, curds are formed. |
686
- | `title` | Milky Affineurs, Cheesed Cows, Smokey Brie |
687
- | `word` | soft, cheesy, elastic |
688
- | `words` | fluffy, alpine, grated, soft, elastic, cottage cheese, milk, buttery, elastic, sharp, cheesy, Gouda, cottage cheese, milk, salty |
760
+ | `paragraph` | The moon is made of green cheese and but poets have been mysteriously silent on the subject of cheese wash, rinse, repeat it is blue sky thinking - tongue in cheek bergkäse from the Alps a good alternative to cheesecloth cut the cheese processed cheese has several technical advantages over traditional cheese garlic cheese biscuits., So cute but cheesy cut to size soft ripening cheese for but round cheeses are to be cut in wedges, like a cake processed cheese has several technical advantages over traditional cheese of cheesy business lingo they were so cheesed off dutch sandwich double dutch or with Dutch courage., Washed curd cheese blue fungi in cream until the wheels form a white coat of penicillium moulds Penicillium roqueforti is like chalk and cheese and wrap blue cheeses all over as mould spores spread readily trying too hard, unsubtle, and inauthentic dutch sandwich Sheridans Cheesemongers in an artisan farmerhouse. |
761
+ | `sentence` | A good alternative to cheeseclothcut to sizethe early bird may get the worm, but the second mouse gets the cheese in the trap., But poets have been mysteriously silent on the subject of cheesethe slice of cheese is placed on top of the meat pattyhe old cheese dairy buildings, situated on the historic site., Coagulation of the milk protein caseinit is blue sky thinkingbut don't you agree? It is no use crying over spilled milk. |
762
+ | `title` | Dutch Gouda, Soft Affineurs, Sharp Goats |
763
+ | `word` | melting, farmer, toast! |
764
+ | `words` | farmer, cheese, springy, cheesecake, Gouda, fat, soft, grated, Emmentaler, buttery, milk, farmer, elastic, nutty, Emmentaler |
689
765
 
690
766
  ## FFaker::Color
691
767
 
692
768
  | Method | Example |
693
769
  | ------ | ------- |
694
- | `name` | brown, brown, gray |
770
+ | `hex_code` | 68b167, b2f800, df09f8 |
771
+ | `hsl_array` | 316, 88%, 75%, 91, 77%, 46%, 60, 29%, 69% |
772
+ | `hsl_list` | 59,16%,46%, 331,56%,35%, 164,90%,97% |
773
+ | `hsla_array` | 112, 97%, 16%, 0.5, 123, 99%, 31%, 0.42, 81, 73%, 75%, 0.48 |
774
+ | `hsla_list` | 50,50%,55%,0.41, 243,79%,36%,0.81, 26,53%,10%,0.59 |
775
+ | `name` | aqua, violet, steelblue |
776
+ | `rgb_array` | 244, 5, 41, 180, 242, 153, 12, 75, 44 |
777
+ | `rgb_list` | 222,122,159, 103,98,237, 98,79,8 |
778
+ | `rgba_array` | 146, 187, 111, 0.68, 17, 159, 107, 0.94, 203, 176, 244, 0.11 |
779
+ | `rgba_list` | 170,210,159,0.66, 156,91,64,0.89, 76,83,125,0.37 |
695
780
 
696
781
  ## FFaker::ColorUA
697
782
 
698
783
  | Method | Example |
699
784
  | ------ | ------- |
700
- | `name` | білий, яскраво-бірюзовий, червоно-пурпурний |
785
+ | `name` | багряний, темно-каштановий, блакитно-фіолетовий |
701
786
 
702
787
  ## FFaker::Company
703
788
 
704
789
  | Method | Example |
705
790
  | ------ | ------- |
706
- | `bs` | architect granular experiences, innovate leading-edge users, exploit back-end e-tailers |
707
- | `catch_phrase` | Expanded global forecast, Inverse mobile methodology, Seamless radical instruction set |
708
- | `name` | Veum, Rohan and O'Hara, Stoltenberg Group, Lowe, Abshire and Rogahn |
709
- | `position` | Associate Consultant, General Manager, Associate Secretary |
710
- | `suffix` | and Sons, and Sons, and Sons |
791
+ | `bs` | synergize distributed e-tailers, transform interactive models, transform dot-com portals |
792
+ | `catch_phrase` | Cross-group methodical migration, Versatile 5th generation database, Customer-focused tangible forecast |
793
+ | `name` | Brekke Inc, Schmitt-Howe, Price-Prosacco |
794
+ | `position` | Sales Director, Executive Department Director, Assistant Consultant |
795
+ | `suffix` | LLC, Inc, Group |
796
+
797
+ ## FFaker::CompanyCN
798
+
799
+ | Method | Example |
800
+ | ------ | ------- |
801
+ | `name` | 政绮电器公司, 紫钰科技有限公司, 江吟咨询有限公司 |
802
+ | `suffix` | 公司, 公司, 公司 |
803
+ | `type` | 咨询, 食品, 咨询 |
711
804
 
712
805
  ## FFaker::CompanyIT
713
806
 
714
807
  | Method | Example |
715
808
  | ------ | ------- |
716
- | `name` | Pocci Architetti, Perpiglia s.n.c., Carelli e Longo Avvocati |
717
- | `prefix` | Studio Tecnico, Laboratorio, Studio Legale |
718
- | `suffix` | s.r.l., Architetti, Architetti |
809
+ | `name` | Martinez s.n.c., Canella e Martinez S.p.a., Casà S.p.a. |
810
+ | `prefix` | Studio Tecnico, Studio Legale, Studio Legale |
811
+ | `suffix` | S.p.a., s.r.l., S.p.a. |
719
812
 
720
813
  ## FFaker::CompanySE
721
814
 
722
815
  | Method | Example |
723
816
  | ------ | ------- |
724
- | `name` | Grady, Frami och Harvey, Boehm, Sawayn och Rath, Wolf Ab |
725
- | `suffix` | AB, Aktiebolag, Ab |
817
+ | `name` | Torp-Stark, Pollich, Cronin och Jenkins, Turner-Gutmann |
818
+ | `suffix` | Aktiebolag, AB, Aktiebolag |
726
819
 
727
820
  ## FFaker::Conference
728
821
 
729
822
  | Method | Example |
730
823
  | ------ | ------- |
731
- | `name` | One Night Only Vegan Caribbean Night Extravaganza with Chef Mayra, Health 2.0 Europe 2012, Met Coke World Summit 2012 |
824
+ | `name` | Open Networking Summit 2012, 1st UK Festival de Orquestas, Carbon Markets Mexico Central America |
732
825
 
733
826
  ## FFaker::CoursesFR
734
827
 
@@ -739,623 +832,862 @@
739
832
 
740
833
  | Method | Example |
741
834
  | ------ | ------- |
742
- | `code` | XDR, GNF, LKR |
743
- | `name` | Baht, Iraqi Dinar, Kwanza |
835
+ | `code` | VND, XAU, NGN |
836
+ | `name` | Rial Omani, Barbados Dollar, Bermudian Dollar (customarily known as Bermuda Dollar) |
744
837
 
745
838
  ## FFaker::DizzleIpsum
746
839
 
747
840
  | Method | Example |
748
841
  | ------ | ------- |
749
- | `characters` | izgl08srl2uupxf6ft6gldhlr1g0jurjck5bvt040t4hnszzjpyuxtkqy2pckdtm3fs8g68kw9eb29jz7xsomt6uvius6q24rpz0vjztppv1sjvc4got27qgdfxu9e530a175kzkxaqd92xzorie4i7r5g6ttj2aoo575j0p8nzyudhhnyl2yyw9browedhz321l4rh5z6okxeejsa239yaks7x43u5fb0d7e0cg06ne3cbtmgkw1lsdvs2po6g, vqo43ofmqtnfw0clmorwfkq4wum9e3og66gf46a4knb3jtcwkv71x2ns639lytwxlqvjvsk4ks9euyc9tc4qdpdl1h8wafldt512ao4z0pq8sh8bddwvtcjjewnizabngyqm7ot09c54sp7orsq77vis4yf0isbla8fty680rc1m019jfu9u1z7ne9hutlzt5gmwho414aw8ogcfii02713gnq6f4hcto3ijzneg3q54dd02zbzjvf9m0xrlhel, kdgs9in5r068c5y6a0ye8mjfane08c1kcwgvx8r4mh4fxo8ty2kdfsvnxiubb8yaaxikvl56zzmh62ohszozfr3j2tz1a0hs1ynj4l1b8hongeqi3w1utea211hesbk8s0x8k1vcon54vs5e7k4hvuqlvc57wuxrup1w5i5081kfn4ftdbl06gth7ecpbvkba9n3wioxwiebsutrirr026pktyl0545wm9ho7l6fewyyy3zuikjeao1zpjfy9s9 |
750
- | `paragraph` | Pizzle tha shiznit if the ride is more fly, then you must buy at ease you talk too much. How we do it Coupe de Ville recognize why is you waddup everybody got they cups in tha hizzle pizzle Mr. Buckwort. The magic johnson of rap why is you guess what? if the ride is more fly, then you must buy rizzoad every single one rolling down the street. Snoopy how we do it why is you rizzoad fo shizzle hizzouse., Eighty degrees like every single day if the ride is more fly, then you must buy now I'm on parole for the hustlers tha shiznit nasty drizzle the Magic Johnson of rap. Smokin' weed with my mind on my money gizzo recognize eighty degrees tha shiznit everybody got they cups rizzoad. May i waddup the diggy roll with Coupe de Ville fizzle realness tha shiznit the dopest. Used to sell loot I love my momma Snoop in tha hizzle rizzide., Your chrome nothing can save ya Snoopy bionic zig zag smoke used to sell loot. Fo rizzle guess what? televizzle recognize the dopest. Doggfada rizzoad the S oh yes recognize make a few ends. Mr. buckwort Snoop sippin' on gin and juice nothing can save ya your chrome every single one. |
751
- | `paragraphs` | Realness I love my momma rizzoad if the ride is more fly, then you must buy how we do it laid back through all the drama fo shizzle the diggy. Rizzide eighty degrees in tha hizzle I love my momma drop it like it's hot. Laid back how we do it smokin' weed nothing can save ya zig zag smoke rizzide in tha hizzle for the Gs. Nothing can save ya smokin' indo like every single day laid back fizzle., Make a few ends if you was me and I was you the diggy I love my momma how we do it realer tha shiznit Snoopy. The dogg pound may I feel the breeze laid back used to sell loot. Pizzle realness real deal Holyfield rizzide rolling down the street laid back., Drizzle fizzle pizzle for the Gs televizzle recognize guess what? every single one. Fo rizzle Snoopy the LBC real deal Holyfield if you was me and I was you you talk too much. The dopest hizzouse zig zag smoke drop it like it's hot may I., You talk too much Mr. Buckwort I love my momma drop it like it's hot zig zag smoke how we do it Coupe de Ville rizzide with my mind on my money. Televizzle realer tha dizzle with my mind on my money smokin' indo. Nothing can save ya your chrome sippin' on gin and juice waddup fizzle rizzide feel the breeze laid back. Long beach drizzle Doggfada eighty degrees fizzle gold chain zig zag smoke. Doggfada televizzle everybody got they cups drop it like it's hot guess what? how we do it in tha hizzle why is you., Your chrome through all the drama rizzide hizzouse tha shiznit. The dopest at ease televizzle now I'm on parole eighty degrees pizzle. Roll with your chrome tha shiznit the Dogg Pound hizzouse real deal Holyfield Snoop televizzle through all the drama., Nasty guess what? it's 1993 and my money on my mind feel the breeze. The dopest fo shizzle every single one make a few ends bubbles in the tub Mr. Buckwort the LBC nothing can save ya everybody got they cups. Nasty through all the drama for the Gs realness the S oh yes drop it like it's hot. Snoop zig zag smoke Coupe de Ville gizzo recognize feel the breeze drizzle real deal Holyfield., Put ya choppers up I love my momma fizzle at ease roll with gizzo. Rolling down the street fo shizzle realness the diggy realer and my money on my mind if the ride is more fly, then you must buy smokin' indo bubbles in the tub. Rizzide it's 1993 now I'm on parole nothing can save ya sippin' on gin and juice the LBC the Dogg Pound feel the breeze. Guess what? fo rizzle through all the drama realer pizzle smokin' indo televizzle. Now i'm on parole the diggy the LBC everybody got they cups realness hizzouse bubbles in the tub tha shiznit., Make a few ends for the Gs the S oh yes waddup bionic plizzay the Magic Johnson of rap. The s oh yes guess what? your chrome rolling down the street drizzle if you was me and I was you the LBC smokin' weed how we do it. Doggfada everybody got they cups put ya choppers up nothing can save ya Snoopy roll with make a few ends. If the ride is more fly, then you must buy make a few ends smokin' weed rizzide the dopest fo rizzle and my money on my mind at ease zig zag smoke., Used to sell loot the LBC rizzide the Magic Johnson of rap put ya choppers up drop it like it's hot fo rizzle. Televizzle like every single day why is you fo shizzle smokin' indo nasty for the hustlers Snoopy. The magic johnson of rap zig zag smoke sippin' on gin and juice for the hustlers I love my momma fo shizzle if you was me and I was you smokin' indo. Realness rizzoad gold chain Mr. Buckwort and my money on my mind. |
752
- | `phrase` | In tha hizzle Mr. Buckwort through all the drama every single one at ease gizzo bubbles in the tub Long Beach., Gold chain with my mind on my money pizzle fizzle if you was me and I was you now I'm on parole smokin' weed laid back., Sippin' on gin and juice plizzay the Dogg Pound Coupe de Ville rizzide if the ride is more fly, then you must buy how we do it you talk too much. |
753
- | `phrases` | The lbc it's 1993 may I gold chain hizzouse., For the gs Coupe de Ville roll with the Dogg Pound at ease every single one., Make a few ends now I'm on parole tha shiznit the dopest the Magic Johnson of rap bubbles in the tub recognize., The lbc may I drop it like it's hot nasty Mr. Buckwort., Pizzle put ya choppers up bionic everybody got they cups used to sell loot., The dopest why is you tha dizzle I love my momma the diggy., Gold chain fo rizzle nasty fizzle rizzide if you was me and I was you in tha hizzle Long Beach for the Gs., Snoopy fizzle gizzo everybody got they cups tha shiznit real deal Holyfield., Doggfada hizzouse how we do it fizzle your chrome and my money on my mind smokin' indo every single one rolling down the street. |
754
- | `sentence` | The s oh yes the dopest put ya choppers up bionic make a few ends hizzouse the Magic Johnson of rap smokin' indo., Coupe de ville Snoopy the LBC nasty rolling down the street smokin' weed used to sell loot zig zag smoke., Through all the drama may I rizzide at ease bubbles in the tub the Dogg Pound. |
755
- | `sentences` | Bubbles in the tub rizzide for the Gs the LBC gold chain it's 1993., Nothing can save ya used to sell loot I love my momma why is you rizzoad through all the drama Mr. Buckwort zig zag smoke., Laid back real deal Holyfield tha dizzle through all the drama drop it like it's hot zig zag smoke may I., Tha shiznit rizzoad roll with eighty degrees with my mind on my money and my money on my mind fo shizzle laid back., The dogg pound realer at ease feel the breeze bubbles in the tub how we do it nothing can save ya., Mr. buckwort zig zag smoke drop it like it's hot put ya choppers up smokin' weed the Dogg Pound the diggy., The lbc how we do it Coupe de Ville plizzay the S oh yes Long Beach gold chain rizzoad., Pizzle eighty degrees for the hustlers bionic laid back., Make a few ends rolling down the street like every single day if you was me and I was you how we do it bionic waddup. |
756
- | `word` | fo rizzle, in tha hizzle, fizzle |
757
- | `words` | in tha hizzle, may I, real deal Holyfield, zig zag smoke, Doggfada, the Dogg Pound, the S oh yes, used to sell loot, the dopest |
842
+ | `characters` | fxh9yw5v0ca9zcovg761cfb7kjytrysr6y1aptnspdaoja70lsie1lhq93aomt4ixxo1t0s04s0mtrobohtispzu292auoyiekvilfl04yp6baulo2zq40vtdgun5y395kys0kmc42jw0nzef1wvuj4ske4dimkmf307d5dw07yeerqfc3zyb9h95ag0r6cmy2pqoaz6998osw5sd4gt1yk93ou2w4ce0bceb8alyp6uil2h1b5bvjxhg5jtmle, etgby6lxmm1x9imrsxej2wnndk1w4zbo4yetdm7s4264bww4vglhl94vz32859adu5lsx4plig8oeqjnzk2ytw523et7r79x61kvuz32sgskh7f62rzvx6moqj85rkzkyw94u1656jvd29oyv3fu5i35ya5d64x13hhg9i767n25bjaiwzglt5c7ogbc00a4a8z5f6l5umt2a1mb6y0j0o89ncyb7ob4plbixcn0uswvenkxkvd8rckrjpp5eex, tqyd6uob1yxfnnbcn0ze6jpltnuffetlt6pdaze1m33ckhe4dagd2ieo4336ivlwk5qpa55bbic1zu8bmzodah800b5ovum6assrl3655lmqogzzvy0qer9l4gcdx2pywb8yshdo2084ym2e9v45h36yjkfs31dz7b4bgdd6mpsfaiqewdnj9x5kpzwkgense6e7i5x865ek2js8yitmjtrh90zlotqyjl3d6azpc42jw0oexxjssg7u72iqo95 |
843
+ | `paragraph` | Gizzo may I how we do it the Magic Johnson of rap fo rizzle bionic feel the breeze. Fo rizzle rizzoad and my money on my mind televizzle in tha hizzle rizzide the LBC. Rolling down the street real deal Holyfield hizzouse the diggy your chrome through all the drama may I for the hustlers. Real deal holyfield the Dogg Pound waddup Long Beach rizzoad Mr. Buckwort., Smokin' weed at ease how we do it sippin' on gin and juice drizzle gizzo with my mind on my money fo shizzle everybody got they cups. Tha shiznit the Magic Johnson of rap televizzle pizzle fo rizzle. Gizzo the LBC tha dizzle at ease real deal Holyfield recognize the dopest feel the breeze. Long beach smokin' weed why is you like every single day tha dizzle Doggfada may I. Everybody got they cups fo rizzle the diggy smokin' indo the Magic Johnson of rap it's 1993 tha shiznit roll with now I'm on parole., Nasty smokin' weed realness fo shizzle plizzay tha shiznit used to sell loot rizzoad how we do it. Snoopy the dopest I love my momma rizzide why is you if you was me and I was you. The s oh yes the dopest everybody got they cups Mr. Buckwort the LBC Doggfada. |
844
+ | `paragraphs` | Plizzay I love my momma now I'm on parole guess what? every single one and my money on my mind you talk too much Doggfada drop it like it's hot. Realness Coupe de Ville with my mind on my money realer put ya choppers up and my money on my mind the Magic Johnson of rap nothing can save ya. Gizzo recognize how we do it Snoop in tha hizzle the S oh yes the Magic Johnson of rap., Feel the breeze and my money on my mind gizzo realer the S oh yes used to sell loot. You talk too much smokin' indo for the hustlers it's 1993 the Magic Johnson of rap bionic the dopest. Zig zag smoke used to sell loot fizzle the LBC bionic in tha hizzle rolling down the street if you was me and I was you every single one. Pizzle rolling down the street Long Beach I love my momma the dopest gold chain every single one plizzay feel the breeze. Every single one rolling down the street make a few ends fo rizzle like every single day it's 1993 Long Beach through all the drama in tha hizzle., Doggfada Snoop televizzle the S oh yes gold chain zig zag smoke plizzay. I love my momma how we do it for the Gs bubbles in the tub every single one. I love my momma and my money on my mind you talk too much through all the drama if you was me and I was you the Dogg Pound feel the breeze., Your chrome nasty tha shiznit Long Beach if you was me and I was you pizzle everybody got they cups Doggfada. Bubbles in the tub sippin' on gin and juice fo shizzle smokin' weed the dopest it's 1993. Every single one drop it like it's hot fo rizzle bubbles in the tub Snoopy recognize for the hustlers Mr. Buckwort. The magic johnson of rap gold chain why is you the LBC waddup rizzoad your chrome Doggfada rizzide. The diggy drop it like it's hot gizzo Doggfada Coupe de Ville hizzouse you talk too much smokin' weed the Magic Johnson of rap., Rolling down the street gizzo through all the drama bubbles in the tub realer. The s oh yes Snoop the diggy it's 1993 for the Gs drizzle. Fo shizzle Snoop recognize the dopest how we do it. The magic johnson of rap roll with it's 1993 and my money on my mind feel the breeze make a few ends used to sell loot the Dogg Pound. Nothing can save ya Snoop like every single day the diggy for the Gs., Nasty realer smokin' weed now I'm on parole for the Gs drizzle if you was me and I was you smokin' indo. At ease bionic for the Gs recognize pizzle if the ride is more fly, then you must buy. The s oh yes gizzo the LBC feel the breeze for the Gs. Bubbles in the tub rizzide Coupe de Ville Snoop televizzle. For the gs put ya choppers up laid back every single one Long Beach and my money on my mind., Mr. buckwort I love my momma and my money on my mind the Magic Johnson of rap if you was me and I was you. Nasty at ease now I'm on parole for the hustlers rizzide the dopest make a few ends the Magic Johnson of rap. Drop it like it's hot guess what? it's 1993 if the ride is more fly, then you must buy bionic. The lbc fizzle tha shiznit Long Beach at ease in tha hizzle the dopest., For the gs the dopest tha shiznit waddup may I Snoopy it's 1993. Mr. buckwort for the Gs if you was me and I was you used to sell loot hizzouse rizzide fo shizzle. Put ya choppers up you talk too much Snoopy your chrome zig zag smoke through all the drama now I'm on parole hizzouse the Magic Johnson of rap. How we do it every single one through all the drama bubbles in the tub Doggfada you talk too much real deal Holyfield gizzo the LBC., Bubbles in the tub you talk too much the S oh yes eighty degrees everybody got they cups Long Beach why is you. Eighty degrees the S oh yes why is you tha shiznit roll with. Plizzay you talk too much nothing can save ya televizzle feel the breeze the Dogg Pound Snoopy rolling down the street. Realness the dopest drizzle how we do it nasty. Smokin' indo hizzouse I love my momma rizzoad for the hustlers put ya choppers up. |
845
+ | `phrase` | Tha shiznit realer smokin' indo make a few ends gold chain eighty degrees realness., Eighty degrees guess what? zig zag smoke the diggy waddup Snoop the S oh yes with my mind on my money., Snoop I love my momma tha shiznit the Magic Johnson of rap put ya choppers up. |
846
+ | `phrases` | Rizzoad Long Beach Doggfada gizzo fo shizzle at ease., Rizzoad bubbles in the tub and my money on my mind the dopest for the hustlers how we do it., Through all the drama guess what? gold chain fo shizzle the Dogg Pound., For the hustlers realer rolling down the street bionic the Dogg Pound., Your chrome waddup may I zig zag smoke rizzoad tha dizzle real deal Holyfield., Real deal holyfield rizzide nasty rizzoad fo shizzle in tha hizzle., Now i'm on parole guess what? I love my momma hizzouse used to sell loot plizzay smokin' weed for the hustlers., Hizzouse fizzle sippin' on gin and juice fo rizzle put ya choppers up Long Beach., Drizzle why is you through all the drama gold chain realer if the ride is more fly, then you must buy Coupe de Ville. |
847
+ | `sentence` | Laid back fo shizzle fo rizzle gold chain plizzay you talk too much through all the drama rizzoad., The dogg pound bubbles in the tub feel the breeze fo rizzle your chrome Long Beach., For the hustlers real deal Holyfield Long Beach in tha hizzle you talk too much zig zag smoke. |
848
+ | `sentences` | If the ride is more fly, then you must buy how we do it and my money on my mind the Dogg Pound smokin' indo fo rizzle eighty degrees., Guess what? may I hizzouse the dopest I love my momma tha dizzle., Hizzouse the Dogg Pound bionic nasty real deal Holyfield waddup realness the S oh yes I love my momma., Realness Snoop put ya choppers up at ease Coupe de Ville how we do it the Dogg Pound., Nasty the diggy the Dogg Pound nothing can save ya smokin' indo the dopest the LBC Mr. Buckwort., Realer the Dogg Pound Coupe de Ville may I Long Beach., Doggfada bionic your chrome rizzoad used to sell loot the LBC zig zag smoke the Dogg Pound like every single day., The dogg pound Doggfada Snoop at ease rolling down the street., Make a few ends drizzle through all the drama rolling down the street for the hustlers Doggfada now I'm on parole. |
849
+ | `word` | recognize, the dopest, in tha hizzle |
850
+ | `words` | for the hustlers, nothing can save ya, rizzoad, fo rizzle, eighty degrees, it's 1993, fo shizzle, Mr. Buckwort, in tha hizzle |
758
851
 
759
852
  ## FFaker::Education
760
853
 
761
854
  | Method | Example |
762
855
  | ------ | ------- |
763
- | `degree` | Doctor of Medicine in Medical Arts, Bachelor of Science in Political Production, Bachelor of Arts in Medical Education |
764
- | `degree_short` | BSc in Industrial Management, MD in Political Studies, DPhil in Political Economics |
765
- | `major` | Medical Development, Marketing Philosophy, Human Resource Accountancy |
766
- | `school` | Hillshore Academy, Greenside University, Southshore Polytechnic College |
767
- | `school_generic_name` | Larkspur, Lakeshire, Alabama |
768
- | `school_name` | Lakeside, Riverville, Rivercoast |
856
+ | `degree` | Bachelor of Science in Environmental Science in Medical Management, Master of Mathematical Finance in Financial Education, Master of Science in Governance & Organizational Sciences in Business Studies |
857
+ | `degree_short` | MPharm in Political Accountancy, BCom in Political Education, DMus in Financial Architecture |
858
+ | `major` | Business Philosophy, Business Production, Political Philosophy |
859
+ | `school` | Northcrest College, Windridge School, Kentucky Institution of Science |
860
+ | `school_generic_name` | Southwood, Rivercoast, Tennessee |
861
+ | `school_name` | Northridge, Redpoint, Larkspur |
769
862
 
770
863
  ## FFaker::Food
771
864
 
772
865
  | Method | Example |
773
866
  | ------ | ------- |
774
- | `fruit` | Papaya, Lychee, Eggplant |
775
- | `herb_or_spice` | Marjoram, Pepper, Curry |
776
- | `ingredient` | Pepper, Quail, Papaya |
777
- | `meat` | Chicken Liver, Calf liver, Calf liver |
778
- | `vegetable` | Common bean, Miner's Lettuce, Chrysanthemum |
867
+ | `fruit` | Blackcurrant, Currant, Passionfruit |
868
+ | `herb_or_spice` | Anise Seed, Pepper, Bay Leaf |
869
+ | `ingredient` | Apricot, Gooseberry, Duck |
870
+ | `meat` | Calf liver, Beef, Partridge |
871
+ | `vegetable` | Orache, Horseradish, Bamboo shoot |
779
872
 
780
873
  ## FFaker::Gender
781
874
 
782
875
  | Method | Example |
783
876
  | ------ | ------- |
784
877
  | `maybe` | female, male, male |
785
- | `random` | male, female, male |
786
- | `sample` | male, male, female |
878
+ | `random` | male, male, female |
879
+ | `sample` | female, female, female |
880
+
881
+ ## FFaker::GenderBR
882
+
883
+ | Method | Example |
884
+ | ------ | ------- |
885
+ | `maybe` | masculino, feminino, masculino |
886
+ | `random` | masculino, feminino, masculino |
887
+ | `sample` | feminino, feminino, masculino |
787
888
 
788
889
  ## FFaker::GenderCN
789
890
 
790
891
  | Method | Example |
791
892
  | ------ | ------- |
792
- | `maybe` | 男, 女, |
793
- | `random` | 男, 女, 男 |
794
- | `sample` | 女, 男, |
893
+ | `maybe` | 女, 女, |
894
+ | `random` | 男, 男, 男 |
895
+ | `sample` | 男, 女, |
795
896
 
796
897
  ## FFaker::GenderKR
797
898
 
798
899
  | Method | Example |
799
900
  | ------ | ------- |
800
- | `maybe` | 남, 남, |
801
- | `random` | 녀, 녀, |
802
- | `sample` | 남, 남, |
901
+ | `maybe` | 녀, 녀, |
902
+ | `random` | 녀, 남, |
903
+ | `sample` | 녀, 녀, |
803
904
 
804
905
  ## FFaker::Geolocation
805
906
 
806
907
  | Method | Example |
807
908
  | ------ | ------- |
808
909
  | `boxed_coords`(..., ...) | |
809
- | `lat` | 41.022921, 26.1793003082275, 40.6784867492198 |
810
- | `lng` | -87.888795, -73.8618025934729, -118.427610513239 |
910
+ | `lat` | 40.7143394939935, 40.89505, 26.1793003082275 |
911
+ | `lng` | -73.8842977517553, -122.012044535507, -115.327274645 |
811
912
 
812
913
  ## FFaker::Guid
813
914
 
814
915
  | Method | Example |
815
916
  | ------ | ------- |
816
- | `guid` | 68CA1979-24E3-F05D-BF50-BA52FF220981, FD51AEFA-5988-9E3D-506D-DADB363748BF, 9772EAF6-377E-5227-F7CE-097D6DF8945C |
917
+ | `guid` | 28397075-661C-5FA1-7429-97F3CA4F84CA, 77141DDB-6781-E4F9-2958-2734DF2EEA79, A1340D48-03E0-5CAA-77D2-57ABACE59AA2 |
817
918
 
818
919
  ## FFaker::HealthcareIpsum
819
920
 
820
921
  | Method | Example |
821
922
  | ------ | ------- |
822
- | `characters` | cqcbbqjwzwsmvwqbch4na2b219gp0q4fmxidfqe7d8oxc97f4u3nj98229ttnm25190y9qgbyocnactd19f6uru95vgpv7q6y66m7s4q28mjs66jowt0srivjc866p3wdj6dml5x5oifj84vzvshwxwpe8d9lngryatf09ezb0wcwoz6dtm6ggaordqwjt4b279tyteimagotf6jyjo4ogr1b4lgo2yoiaaaq71ydq5t12u4ygv7ni2kojl7cft, r8yalya5ibfujhcviytv18pea6ls15isio4inaj0ibda9hixf7d5hpqe0dfz6gbpaqvc686os6qm2ymp4n2myupytinujf9v0rax2vpwjd3na8uhzhu28rhfh3vjuy1ejcvfebeduvrnpgiiljajacb3kdbyj7l3f84govt9fhog8x2svzzoc3mwclvvsh9rk586o47fkl6eoiefme0wfcqymzps1540o86gvdf0idiaq9e8who0tpxr7ywk9ei, efzfjret5t19k2kk3n7s0uw6hxyuvnkbukgnxaups0ntwsbp2bon5ub56bbh9c97uxf33cjfma3aa8eqmwylla9k0jrtsol2lps8u0p0o196f74gdiw54s187my1la12083j6yexr4lqrdktjftcbv0tfxsxjqfrtt2cafc2tels062cfgk95701hq4qpmaj2v7ogrdlb6t60p9sv5kz3te3fcj8imr4bdwit7gvyu28t33g1rbc0jddg46dq6u |
823
- | `paragraph` | Health care provider designated facility health employer data and information set portability R&C charge. Benefit cap ASO preferred provider organization accumulation period network provider co-pay. Admitting privileges administrative services only national drug code COBRA out-of-pocket maximum diagnostic related group clinical practice guidelines. Creditable coverage health care provider formulary ambulatory care master policy critical access hospital benefit grievance., Deductible HRA noncancellable policy wellness office visit out-of-pocket maximum concurrent review PCP ambulatory care. Preferred provider organization open enrollment creditable coverage ASO MSA care plan dependent network provider custodial care. Waiting period limited policy self administered HIPAA underwriting high deductible health plan. Accumulation period first dollar coverage grievance HIPAA staff model any willing provider laws underwriting policy year. Formulary broker health insurance portability & accountability act open enrollment medicare supplement self administered evidence of insurability medical necessity waiting period., Case management PCP exclusions and limitations national committee for quality assurance managed care. Indemnity health plan inpatient care renewal denial of claim administrative services only waiting period. Out-of-pocket maximum open enrollment network medically necessary NCQA third-party payer renewal health maintenance organization. Drg creditable coverage national drug code episode of care underwriting schedule of benefits and exclusions wellness office visit reasonable and customary appeal. |
824
- | `paragraphs` | Workers compensation board certified eligible dependent co-payment NCQA. Indemnity health plan dependent misrepresentation renewal NDC underwriting national association of insurance commissioners risk. Free-look period skilled nursing facility health care provider flexible benefit plan coordinated care., Impaired risk co-pay assignment of benefits out-of-network underwriting. Eligible dependent ASO co-payment HRA grievance medical savings account stop-loss provisions. Case manager consolidated omnibus budget reconciliation act schedule of benefits and exclusions guaranteed issue CPT clinical practice guidelines pre-existing condition exclusions and limitations. Premium hospital care NAIC HEDIS evidence of insurability grievance. Capitation contract year NDC beneficiary referral home health care underwriting preferred provider organization., State-mandated benefits self administered special benefit networks risk medical necessity PCP case management denial of claim designated facility. Hospital-surgical coverage policy ambulatory care schedule of benefits and exclusions participating provider episode of care administrative services only CPT gatekeeper. Admitting privileges independent practice associations high deductible health plan short-term medical insurance pre-existing condition. Eligible expenses workers compensation health maintenance organization explanation of benefits deductible network preventive care medically necessary COB., Care plan pre-existing condition benefit enrollee preventive care stop-loss provisions discharge planning formulary. Health insurance portability & accountability act designated facility state insurance department benefit ancillary services. Capitation managed care out-of-pocket maximum consolidated omnibus budget reconciliation act dependent case management MSA medicaid., Impaired risk DRG high deductible health plan EAPs major medical. Independent practice associations medical necessity COBRA service area CPT noncancellable policy board certified admitting physician fee schedule. Gag rule laws MSA CPT preventive care custodial care fee-for-service medical necessity guaranteed issue co-insurance., R&c charge medically necessary any willing provider laws capitation episode of care open enrollment. Disenroll pre-certification accredited admitting privileges home health care hospital-surgical coverage workers compensation second surgical opinion. Aso attachment stop-loss provisions impaired risk renewal. Medical savings account covered benefit managed care skilled nursing facility self administered policy year medically necessary ambulatory care after care., Pcp CPT capitation agent of record premium indemnity health plan. Third-party payer policyholder episode of care preventive care state insurance department consolidated omnibus budget reconciliation act. Cob staff model pre-admission review managed care appeal., Hcpcs nonrenewable exclusion period beneficiary CPT. National association of insurance commissioners impaired risk out-of-pocket maximum HCFA Common Procedure Coding System medicare co-insurance health maintenance organization. Flexible benefit plan accreditation renewal health insurance portability & accountability act pregnancy care MSA agent of record. Cpt hospice care any willing provider laws provider appeal PPO renewal HSA., Sic medicare supplement certificate of coverage any willing provider laws MSA evidence of insurability PCP master policy. Hipaa provider international classification of diseases, 9th revision, clinical modification icd-9-cm health maintenance organization stop-loss provisions pre-certification nonrenewable hospital care. Participating provider schedule of benefits and exclusions ambulatory care claim hospital-surgical coverage pre-existing condition. Group health plan first dollar coverage state-mandated benefits open enrollment NDC. |
825
- | `phrase` | Eligible dependent lifetime maximum out-of-plan case management international classification of diseases, 9th revision, clinical modification icd-9-cm COBRA morbidity beneficiary workers compensation., Pcp care plan major medical board certified portability renewal., Medicaid designated facility health reimbursement arrangement care plan misrepresentation HEDIS national association of insurance commissioners. |
826
- | `phrases` | Fee-for-service medical necessity special benefit networks capitation enrollee., Cost sharing PCP high deductible health plan credentialing IPA assignment of benefits health reimbursement arrangement HCFA Common Procedure Coding System., Schedule of benefits and exclusions pre-authorization health maintenance organization morbidity COBRA full-time student provider claim R&C charge., Free-look period well-baby care consolidated omnibus budget reconciliation act accreditation fee schedule deductible., Admitting physician morbidity exclusion period hospital care first dollar coverage well-baby care., Policy medically necessary agent of record HIPAA consolidated omnibus budget reconciliation act HDHP HMO., Medically necessary incurral date referral IPA exclusions and limitations accumulation period custodial care special benefit networks., Fee-for-service pre-admission review eligible dependent exclusions and limitations PCP qualifying event medicare supplement home health care., Network provider gatekeeper HCPCS IPA broker diagnostic related group deductible carry over credit permanent insurance. |
827
- | `sentence` | State insurance department ancillary services health savings account short-term medical insurance out-of-pocket costs skilled nursing facility nonrenewable renewal flexible spending account., Admitting physician fee schedule hospice care medical necessity care plan premium., After care NDC episode of care pregnancy care administrative services only network provider. |
828
- | `sentences` | Urgent care grievance accumulation period admitting physician EAPs well-baby care hospital care national association of insurance commissioners portability., Current procedural terminology staff model PCP coordination of benefits administrative services only special benefit networks stop-loss provisions self-insured board certified., Usual and customary charge fee schedule schedule of benefits and exclusions lifetime maximum pre-admission review misrepresentation pre-existing condition clinical practice guidelines R&C charge., Health care provider ASO clinical practice guidelines HDHP policy self-insured limited policy wellness office visit HIPAA., Appeal evidence of insurability pre-admission review hospital-surgical coverage concurrent review., National committee for quality assurance portability assignment of benefits attachment policy year HEDIS discharge planning HCFA Common Procedure Coding System medicaid., Employee assistance programs clinical practice guidelines accumulation period denial of claim portability preventive care self-insured ASO IPA., Cpt noncancellable policy concurrent review primary care physician ambulatory care., Out-of-network managed care group health plan ASO second surgical opinion. |
829
- | `word` | PCP, out-of-plan, current procedural terminology |
830
- | `words` | stop-loss provisions, staff model, portability, HCPCS, dependent, referral, preferred provider organization, contract year, R&C charge |
923
+ | `characters` | hx2rmj2q14nc2ghudlcnlu7yiegpm20o6ywfxwltkdea8jc8etjpx4872d1f20tihq1i8x2yshk056iuaz87vscqzmtm1182ocs53lmcloqffvn9496tlqkdsecaatai6iiz90vrezj3m9ehnwaufyuxymeej2zkre88a9gcw02wng9phvgt6l7efx1ubaz79ramjxdz9sdyqnbqfzoqgo887jt4s5ei0hzynxdjd4tailti8dih1rzm4bsinml, muwj7w1hu2rh0mt2gftwk36725t140gsp39zsgr2tcaf5i62ub5x6c4rupnyuxyqv3bye1wa74sz4wmh2685zb4ap4gmgsb9kiectnmrp863mgjh1dh1hkzbh0e8siwyfri9xqgsetl9wkwfnrn70u2qj4wzjn9g1o540eaxvzolq9omzz0cbxru3718p8nrt243unygi9airp96uqbic8iewywjxtgaviu0tybgykz79kacu76oa3cqgfnm51i, cvnwdp4rc3e7od7t63ud1wa8tcfyyhera7t07bho7e77z243toqloz38jolig89jf5w91ej79ow38rkpopkm8nsvunohn8yw4zkfbhpe4xffx3gb3am1hra2teyy46hc83012ldmjd6mi3bg0g2wlvk6riurfg08j6tl1bqg9gz5gna5a3csfzgp0w6ey04v232e57mofy7uhz41dsjdln11josed5gh1mttnkim2kz1umummremt1xkfc43e2j |
924
+ | `paragraph` | Concurrent review first dollar coverage health insurance portability & accountability act hospice care HEDIS covered charges/expenses. Out-of-plan inpatient care PPO health employer data and information set waiting period NAIC preferred provider organization out-of-pocket maximum lapse. Health savings account clinical practice guidelines health maintenance organization usual and customary charge custodial care medicare misrepresentation. Centers of excellence usual and customary charge impaired risk prior authorization staff model workers compensation NDC R&C charge., Health maintenance organization preferred provider organization beneficiary policy year gag rule laws DRG gatekeeper. First dollar coverage explanation of benefits benefit cap health savings account stop-loss provisions formulary hospice care beneficiary. Aso EAPs discharge planning well-baby care current procedural terminology., First dollar coverage morbidity exclusion period out-of-pocket costs grievance utilization review. Explanation of benefits state insurance department covered person appeal concurrent review urgent care group health plan EOB indemnity health plan. Policy clinical practice guidelines concurrent review prior authorization group health plan COB MSA. Guaranteed issue formulary co-payment hospital care R&C charge co-insurance. International classification of diseases, 9th revision, clinical modification icd-9-cm SIC DRG flexible benefit plan appeal cost sharing evidence of insurability noncancellable policy national association of insurance commissioners. |
925
+ | `paragraphs` | Ipa flexible spending account third-party payer reasonable and customary pre-admission testing enrollee short-term medical insurance lifetime maximum. Hipaa morbidity indemnity health plan coordination of benefits flexible benefit plan medigap national drug code HCFA Common Procedure Coding System. Policyholder dependent evidence of insurability renewal admitting privileges referral policy year guaranteed issue wellness office visit. Risk PCP state-mandated benefits special benefit networks NCQA medicare EOB network any willing provider laws. Urgent care medically necessary ancillary services permanent insurance general agent guaranteed issue accredited reasonable and customary., Hmo referral co-payment broker renewal general agent impaired risk. Centers of excellence coordinated care HSA designated facility wellness office visit. Waiting period wellness office visit appeal health care provider referral. Hmo grievance schedule of benefits and exclusions network IPA R&C charge first dollar coverage. Service area concurrent review pre-authorization general agent COB accreditation agent of record open enrollment exclusion period., Fsa medical savings account prior authorization medical necessity dependent out-of-plan. Exclusions and limitations EAPs pre-admission review health maintenance organization fee schedule renewal group health plan general agent formulary. Consolidated omnibus budget reconciliation act home health care morbidity impaired risk gatekeeper misrepresentation enrollee limited policy attachment., National committee for quality assurance coordination of benefits explanation of benefits claim EOB workers compensation. Ipa ambulatory care co-payment deductible certificate of coverage indemnity health plan SIC gatekeeper policy. Home health care high deductible health plan medical necessity state-mandated benefits denial of claim major medical clinical practice guidelines benefit cap. Ambulatory care episode of care covered benefit SIC PPO self administered defensive medicine pre-admission review. Sic covered charges/expenses claim standard industrial classification custodial care permanent insurance medicare supplement formulary., National committee for quality assurance pre-existing condition schedule of benefits and exclusions contract year underwriting accumulation period referral third-party payer ambulatory care. Misrepresentation pre-admission review cost sharing admitting privileges disenroll. Out-of-plan rider managed care self-insured risk. After care flexible benefit plan coordination of benefits FSA lapse second surgical opinion. Misrepresentation clinical practice guidelines hospital-surgical coverage disenroll co-pay formulary benefit cap portability admitting physician., Policy covered person primary care physician policyholder pre-admission testing risk ancillary services HEDIS deductible. Cobra first dollar coverage short-term medical insurance flexible benefit plan national drug code service area co-payment well-baby care high deductible health plan. Self administered national association of insurance commissioners capitation network provider indemnity health plan gatekeeper discharge planning. Staff model out-of-network NAIC deductible carry over credit national committee for quality assurance well-baby care covered benefit., Indemnity health plan health savings account national committee for quality assurance grievance denial of claim attachment gag rule laws. Pre-existing condition gag rule laws inpatient care premium limited policy general agent incurral date HRA morbidity. Case management effective date preventive care home health care impaired risk. Hipaa qualifying event exclusions and limitations disenroll coordination of benefits deductible deductible carry over credit dependent reasonable and customary., Pre-existing condition HEDIS medical necessity covered person case management explanation of benefits home health care group health plan. Co-pay enrollee preferred provider organization exclusion period open enrollment. Claim misrepresentation network provider concurrent review health reimbursement arrangement. Any willing provider laws rider certificate of coverage primary care physician HCPCS critical access hospital board certified., Medical savings account HRA incurral date designated facility hospital care NCQA. Covered person hospital care deductible carry over credit ancillary services network provider. Cost sharing noncancellable policy explanation of benefits health savings account misrepresentation master policy. |
926
+ | `phrase` | Drg policyholder permanent insurance self administered first dollar coverage., Accumulation period rider contract year referral co-insurance hospital-surgical coverage morbidity underwriting EOB., Managed care SIC explanation of benefits renewal premium insured incurral date capitation out-of-network. |
927
+ | `phrases` | Administrative services only broker rider network provider medically necessary home health care medigap morbidity., Creditable coverage permanent insurance out-of-pocket maximum group health plan pre-admission testing primary care physician., National committee for quality assurance broker employee assistance programs ancillary services eligible dependent HRA pre-certification benefit critical access hospital., Ncqa admitting privileges attachment covered benefit policy year., Appeal international classification of diseases, 9th revision, clinical modification icd-9-cm policyholder fee-for-service full-time student exclusions and limitations HCFA Common Procedure Coding System attachment schedule of benefits and exclusions., Medigap board certified employee assistance programs pre-authorization defensive medicine attachment inpatient care., Short-term medical insurance flexible spending account health care provider out-of-pocket maximum medigap EAPs R&C charge., Health employer data and information set referral co-insurance urgent care workers compensation centers of excellence., Board certified HRA out-of-network deductible rider managed care FSA. |
928
+ | `sentence` | Preferred provider organization claim schedule of benefits and exclusions cost sharing provider., Inpatient care medical savings account independent practice associations after care international classification of diseases, 9th revision, clinical modification icd-9-cm deductible carry over credit formulary group health plan guaranteed issue., Employee assistance programs episode of care policy medically necessary service area out-of-plan. |
929
+ | `sentences` | Short-term medical insurance benefit insured third-party payer service area state insurance department coordination of benefits appeal qualifying event., Hcpcs fee schedule diagnostic related group formulary claim HEDIS., Centers of excellence claim self-insured admitting privileges self administered primary care physician disenroll SIC., Employee assistance programs self administered cost sharing co-payment covered person critical access hospital., Hospital care R&C charge service area medicare policy year., Hmo ambulatory care episode of care beneficiary HRA clinical practice guidelines preferred provider organization EAPs., Health maintenance organization policy enrollee credentialing defensive medicine., Eob service area guaranteed issue defensive medicine diagnostic related group HCPCS broker impaired risk., Co-insurance administrative services only NAIC workers compensation co-payment standard industrial classification. |
930
+ | `word` | network provider, HCFA Common Procedure Coding System, third-party payer |
931
+ | `words` | certificate of coverage, medical necessity, medicare supplement, medicare, national association of insurance commissioners, R&C charge, morbidity, managed care, limited policy |
831
932
 
832
933
  ## FFaker::HipsterIpsum
833
934
 
834
935
  | Method | Example |
835
936
  | ------ | ------- |
836
- | `characters` | qnx4sxlhe2hfeyjymwfehodj8o8nzz72z1ih6wvbuhmt6agnwucdmo797i9wgsqn3vneuask3yr6bftqe18v84p3o3m6eg5cb8iiyoqko8vs28iqck6fgu5o3ubr1vx71c469mep26nnce0cadlil28y4zgb1ns6kgbrnl8qissyfft2p79iibvv5mlx50j93kugk84da1akancq1j2t1qamlvschc2hxxjp35ojwanpj41j8evl1nbku7527od, sb4pbsgpqvvjt3ccj7lou90eucvb7uv0v2vpujjyri1csh0qxjej4d6cpnadwixqnbr352xk39cq9uj7gkr4m9vvbu7gcpyhc235zc6gt3snk73x5p12kvvxx1bltjhkvoigs0q2fvem44zprzz35ubn5qzzg72gfp2f5tlky2ff9keacf8xo6lnfvijoxz4m04vktippuujkfhwvu2bwqzov9talw70bzi7eq43rq685dm5dm5xk9ga3h2e29d, cuyosfr9ow34ngwecjtz81xt9ru07fyzlk3ok154r12uryqghsd1p697klbfsvum0yrfk9dn1bllr8y6u7ljcu68bfcvmi8ify1matn1h57bnknx79gtolscwzkvdl596mpgbi192f5wqsdk4txto2n57n1fta48xdq77mzlcrr9of05wb148g1nq4majdulmo30e8fcwok6f9hdwhbdc83e2iovf4ftpv687iuvhcw40q9t38wleyr193rrmy2 |
837
- | `paragraph` | Cardigan chambray salvia Rerry Richardson you probably haven't heard of them. Single-origin coffee quinoa squid raw denim readymade. Brunch lo-fi messenger bag fap you probably haven't heard of them American Apparel butcher 8-bit. Vice Rerry Richardson locavore thundercats stumptown., Hoodie food truck seitan irony echo park Marfa squid vice photo booth. Readymade Banksy single-origin coffee freegan PBR lomo synth. Next level hoodie leggings you probably haven't heard of them vegan echo park. Brooklyn McSweeney's Rerry Richardson sustainable yr., Stumptown readymade irony viral hoodie. Carles hoodie ethical next level banh mi irony. Next level artisan helvetica freegan vegan you probably haven't heard of them skateboard before they sold out brunch. |
838
- | `paragraphs` | Sustainable chambray bicycle rights fap letterpress. Vinyl gluten-free Williamsburg photo booth trust fund fap DIY. Williamsburg keffiyeh ethical wolf trust fund photo booth PBR Four Loko hoodie. Mlkshk whatever tattooed chambray irony beard., Aesthetic etsy Wayfarers hoodie vice raw denim chambray Williamsburg put a bird on it. Hoodie put a bird on it irony Four Loko trust fund iPhone Rerry Richardson tofu. Photo booth thundercats tofu jean shorts Austin hoodie. Ethical Williamsburg party Rerry Richardson organic craft beer blog dreamcatcher. Retro butcher keytar messenger bag skateboard Shoreditch mustache., Butcher before they sold out 8-bit aesthetic vice. Jean shorts keffiyeh McSweeney's Shoreditch sartorial organic mustache brunch. Skateboard lo-fi helvetica Brooklyn squid., Artisan chambray before they sold out helvetica Wes Anderson Williamsburg. Blog brunch sartorial squid salvia etsy bicycle rights Carles yr. Four loko Portland gentrify ethical Rerry Richardson thundercats. Dreamcatcher +1 master cleanse hoodie keffiyeh helvetica., Vegan Rerry Richardson American Apparel Wes Anderson jean shorts. Keffiyeh organic American Apparel etsy next level Four Loko sartorial PBR. Fap DIY fanny pack photo booth raw denim Williamsburg chambray Banksy fixie. Thundercats yr Wayfarers tattooed dreamcatcher lomo Shoreditch hoodie., Four loko tofu viral etsy iPhone sustainable single-origin coffee. Hoodie keffiyeh photo booth single-origin coffee stumptown. Rerry richardson fixie put a bird on it thundercats keffiyeh locavore letterpress 8-bit hoodie. Brooklyn Williamsburg lomo keytar artisan cardigan., Gentrify seitan jean shorts quinoa scenester echo park. Mustache banh mi scenester master cleanse gentrify freegan mixtape iPhone dreamcatcher. Dreamcatcher whatever next level farm-to-table etsy. Skateboard bicycle rights +1 master cleanse party. Synth leggings +1 keytar tattooed PBR., Craft beer photo booth helvetica McSweeney's butcher bicycle rights thundercats Rerry Richardson brunch. Sartorial iPhone letterpress beard fixie. Wayfarers keffiyeh tattooed cardigan wolf aesthetic cred irony. Synth fanny pack PBR party letterpress cliche retro Wes Anderson., Thundercats biodiesel freegan seitan keffiyeh dreamcatcher. Ethical cardigan +1 McSweeney's sartorial Austin irony Banksy. Wayfarers craft beer letterpress VHS seitan. Keytar bicycle rights twee jean shorts fap sustainable cred. Synth leggings iPhone fanny pack sartorial gentrify moon banh mi. |
839
- | `phrase` | Banksy seitan cred mustache art helvetica tumblr skateboard., Brunch aesthetic irony photo booth put a bird on it VHS Rerry Richardson viral., Biodiesel fanny pack gentrify Rerry Richardson vinyl seitan. |
840
- | `phrases` | Freegan lo-fi readymade locavore aesthetic master cleanse., Twee sartorial synth cred Marfa., Pitchfork stumptown before they sold out McSweeney's ethical trust fund Brooklyn., High life echo park locavore vice quinoa., Readymade viral farm-to-table Portland squid keytar you probably haven't heard of them cardigan +1., Aesthetic tofu letterpress seitan cliche., Wes anderson moon Rerry Richardson mlkshk master cleanse single-origin coffee fanny pack., Rerry richardson Wayfarers PBR VHS keffiyeh., Mustache cliche craft beer PBR single-origin coffee vegan McSweeney's American Apparel tattooed. |
841
- | `sentence` | Williamsburg moon next level seitan ethical Portland you probably haven't heard of them cred., Before they sold out banh mi Carles cliche farm-to-table jean shorts food truck., Letterpress mlkshk Four Loko cred cliche gluten-free 8-bit. |
842
- | `sentences` | Portland farm-to-table artisan mixtape next level single-origin coffee put a bird on it jean shorts., Fixie keytar Carles seitan readymade squid synth DIY., Jean shorts sartorial freegan whatever Rerry Richardson., Twee Brooklyn cardigan sartorial +1 iPhone hoodie seitan viral., Next level mixtape VHS keffiyeh retro keytar etsy., Cosby sweater freegan put a bird on it salvia chambray iPhone photo booth., Iphone etsy leggings Cosby Sweater whatever viral., Wes anderson vinyl farm-to-table McSweeney's Rerry Richardson., Keffiyeh sustainable gluten-free leggings beard. |
843
- | `word` | banh mi, viral, trust fund |
844
- | `words` | helvetica, jean shorts, etsy, fap, locavore, Williamsburg, Four Loko, banh mi, Williamsburg |
937
+ | `characters` | vjucvxzrif9zndeaxdzjrltt6dc78a7nusrrspm69tq1z6367i9y9jsqh2kv1rue6doprbrvagxtyv3fxb6lnmpu6q8wsw5jm4uw04f722zrbn57pfxey0je4ix85wrcgypx4nmwlab6t0te93pxkae4fc01yjvdwg8p801tk8j8pu381uqh50t123khujaobbq6lbyw810b6xo62ll9rrgitplgaoi9m1pwflczxicytdc5a06wr3feq123k2l, 6d2po40wbx4ae9p52ga2xoakcfd1tupie0anqypotn8mz84ecxsw62v3z9tcq5t8mvb3ycq88gc28e3hcwfruexzt6mz4de5eg448c630qxcokv8d3gkogcgfltfjjcftfpknuut2i05ue6b4jx7uqyw1n3djjicku5kypqbzkrdch06l1sv8w5qihnlte730ets2jv3p8ku32l829cma2mrf00nefgitmuozp8jcrm7bjikxd40wvz9guby289, kd05vva65squlirit0glp929osoqds61zx1pef4oxarphalvhgug53s6meot06euq08hdcnatd4e4rarcbd7kc4tm6cy6fr45b8bkezqlhanifx4okwdy8jgs6czvz3ugsnh9gy5joc7q04uin0kb6aau7b7i9zg2huzk2eyh7jbeg6xiwhc69rh0g9jj6y4t8amdvnn5a5du358q6azeiu33gpzk7axlohj16f406cmqbrer78i76o8tbatxhn |
938
+ | `paragraph` | Brunch craft beer seitan letterpress cred Brooklyn. Etsy PBR Carles blog whatever cardigan. Helvetica McSweeney's keytar Williamsburg next level trust fund 8-bit Brooklyn VHS. Scenester vinyl mixtape fanny pack thundercats bicycle rights gentrify synth., Hoodie echo park next level mlkshk skateboard. Master cleanse scenester keffiyeh tofu fanny pack. Trust fund letterpress high life salvia brunch Marfa. Vegan jean shorts blog viral scenester. Pbr Shoreditch yr freegan thundercats., Leggings cliche next level freegan retro put a bird on it. Salvia Austin jean shorts iPhone art Rerry Richardson. Readymade high life synth biodiesel mixtape twee fixie. Farm-to-table art ethical tattooed squid. Yr tattooed chambray tumblr messenger bag food truck retro seitan mustache. |
939
+ | `paragraphs` | Fanny pack Carles squid you probably haven't heard of them lo-fi photo booth jean shorts food truck. Rerry richardson twee Wes Anderson retro hoodie party. Readymade Four Loko Portland freegan McSweeney's lomo. Cardigan Shoreditch master cleanse artisan art lo-fi., Put a bird on it twee thundercats cliche irony butcher. Aesthetic tofu high life mixtape 8-bit thundercats. Carles you probably haven't heard of them Cosby Sweater mustache messenger bag. Salvia fanny pack synth single-origin coffee retro readymade organic put a bird on it mixtape. Leggings bicycle rights Pitchfork chambray irony., Stumptown Austin Wayfarers viral biodiesel. Carles mustache fanny pack locavore organic. Cred etsy DIY Williamsburg single-origin coffee cardigan. 8-bit Williamsburg helvetica blog viral. +1 Four Loko Austin Wayfarers Pitchfork., Twee sartorial biodiesel ethical raw denim keffiyeh. Carles Marfa party cliche American Apparel. Biodiesel high life artisan you probably haven't heard of them echo park mustache Carles. Cardigan gentrify ethical PBR seitan., Blog squid sustainable +1 butcher mustache synth aesthetic cardigan. Brooklyn master cleanse bicycle rights tofu Shoreditch. Brunch keffiyeh cliche DIY butcher. Rerry richardson raw denim leggings PBR vinyl chambray., Pbr gluten-free bicycle rights keytar jean shorts. Quinoa stumptown biodiesel keytar vegan blog. Chambray scenester trust fund you probably haven't heard of them iPhone Brooklyn etsy sustainable., +1 letterpress organic tofu high life sartorial artisan cred hoodie. Master cleanse next level irony lomo lo-fi readymade quinoa. Mustache mixtape letterpress fixie banh mi scenester you probably haven't heard of them mlkshk DIY. Banksy freegan fap irony farm-to-table lo-fi. Master cleanse art banh mi Williamsburg leggings., Helvetica Carles dreamcatcher butcher jean shorts. Farm-to-table brunch single-origin coffee thundercats lo-fi photo booth Cosby Sweater Banksy. Letterpress vegan art helvetica moon ethical high life., Austin trust fund letterpress blog VHS stumptown cliche. Ethical Four Loko keffiyeh Rerry Richardson hoodie Portland thundercats butcher Wayfarers. Mixtape dreamcatcher Pitchfork organic seitan. |
940
+ | `phrase` | Tattooed artisan mlkshk cred lomo gluten-free letterpress., Marfa Brooklyn put a bird on it biodiesel next level tumblr mlkshk whatever McSweeney's., Stumptown cardigan yr moon Banksy banh mi master cleanse. |
941
+ | `phrases` | Mcsweeney's organic party Cosby Sweater vice retro messenger bag artisan Williamsburg., Mixtape tofu etsy gluten-free mlkshk., Farm-to-table squid lo-fi wolf Rerry Richardson stumptown craft beer mixtape., Sartorial banh mi craft beer PBR fanny pack., Whatever VHS irony American Apparel jean shorts., Before they sold out Wayfarers Cosby Sweater Brooklyn freegan Pitchfork viral moon banh mi., Gluten-free mlkshk craft beer gentrify tofu., Butcher aesthetic quinoa letterpress stumptown gluten-free synth wolf., Diy viral retro letterpress next level squid. |
942
+ | `sentence` | Banh mi McSweeney's Pitchfork vinyl wolf skateboard synth quinoa Cosby Sweater., Cliche dreamcatcher organic next level tattooed seitan party., Cardigan +1 gluten-free 8-bit viral banh mi. |
943
+ | `sentences` | Put a bird on it quinoa sartorial skateboard vinyl., Rerry richardson trust fund mlkshk banh mi vinyl Marfa butcher brunch readymade., Dreamcatcher biodiesel banh mi Carles Four Loko master cleanse., Salvia vice echo park viral bicycle rights Rerry Richardson PBR Cosby Sweater etsy., Lo-fi irony vegan Banksy hoodie keytar., Artisan master cleanse helvetica tofu mustache photo booth chambray., Butcher fanny pack messenger bag viral food truck., Retro biodiesel leggings organic Portland master cleanse vice skateboard., Moon thundercats salvia cred before they sold out iPhone Rerry Richardson American Apparel gluten-free. |
944
+ | `word` | raw denim, freegan, before they sold out |
945
+ | `words` | Cosby Sweater, single-origin coffee, beard, sartorial, tofu, stumptown, tofu, mustache, Wayfarers |
845
946
 
846
947
  ## FFaker::HTMLIpsum
847
948
 
848
949
  | Method | Example |
849
950
  | ------ | ------- |
850
- | `a` | <a href="#ea" title="Aliquam tenetur">Quo nihil</a>, <a href="#consequatur" title="Itaque velit">Saepe facere</a>, <a href="#sunt" title="Dolores dolore">Enim nostrum</a> |
851
- | `body` | <h1>Est molestiae</h1><table> <thead> <tr> <th>Vitae</th> <th>Dolorem</th> <th>Nihil</th> <th>Ut</th> </tr> </thead> <tbody><tr> <td>Et</td> <td>Est</td> <td>Ullam</td> <td><a href="#consequatur" title="Numquam qui">Numquam laborum</a></td> </tr></tbody> </table><h2>Sed esse</h2> <ol><li>Tempora dolorum quae placeat quasi consequuntur maxime. Ipsa atque commodi consequuntur totam. Officia ut tempora aut quis cumque sit.</li><li>Amet ut velit maxime eos autem libero nihil ipsum.</li></ol> <blockquote><p>Quas aut non accusantium sunt at fuga possimus atque. Aliquid soluta perferendis ex autem reiciendis qui voluptates fugit. Alias quia qui iure doloribus.<br>Eum sed recusandae alias qui sit quis. Est recusandae aut non est impedit quos. Provident nulla non magni delectus.<br>Molestias animi quia aut vel iste. Sapiente quidem illo nihil nostrum dignissimos. Consequuntur vel sint assumenda provident adipisci mollitia. Similique nesciunt sit omnis omnis laborum occaecati.</p></blockquote> <h3>Velit dolores</h3> <ul><li>Alias voluptates accusantium nesciunt quam repellat. Id doloremque sapiente magnam maiores similique. Aliquam ipsa asperiores iure eos sed.</li></ul> <pre><code> #dolorem h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Eos quibusdam</h1><table> <thead> <tr> <th>Odio</th> <th>Vitae</th> <th>Repellat</th> <th>Ut</th> </tr> </thead> <tbody><tr> <td>Aut</td> <td>Reprehenderit</td> <td>Qui</td> <td><a href="#corrupti" title="Id est">Explicabo et</a></td> </tr><tr> <td>Nulla</td> <td>Aut</td> <td>Quaerat</td> <td><a href="#voluptas" title="Odio assumenda">Quae quis</a></td> </tr><tr> <td>Dolorem</td> <td>Rerum</td> <td>Officia</td> <td><a href="#quia" title="Praesentium qui">Quia est</a></td> </tr></tbody> </table><h2>Est blanditiis</h2> <ol><li>Et aliquam sit repellat delectus voluptate vel beatae. Incidunt porro iusto vel eum deleniti et minus.</li><li>Ea ea consectetur velit aperiam voluptatem. Eligendi hic officia nemo sint assumenda. Aut voluptate et pariatur sit veniam.</li><li>Modi et sunt minus pariatur magnam dolor corporis. Quis voluptatem voluptate sapiente excepturi totam recusandae qui sunt. Aperiam nesciunt at aut facilis.</li></ol> <blockquote><p>Reiciendis modi accusamus illum ducimus amet quia reprehenderit non. Exercitationem voluptate et labore saepe. Id corrupti quo natus optio quibusdam. Velit deserunt magni assumenda dolor rerum excepturi similique. Tempore molestiae aliquid impedit incidunt.<br>Dolor molestiae ipsum quidem eius autem. Facilis sapiente harum velit voluptatibus sunt eum veritatis eos. Quis necessitatibus nihil illum esse officiis. Earum ducimus cupiditate illum impedit nemo. Adipisci quod accusantium optio et ab.<br>Nulla et dolore ut sit pariatur illum doloremque ut. Maiores corporis consectetur sit fugiat. Est magnam magni voluptatem earum nihil.</p></blockquote> <h3>Deleniti qui</h3> <ul><li>Est perspiciatis eius beatae molestias quibusdam et.</li></ul> <pre><code> #nisi h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Repudiandae nam</h1><p><code>fugit autem</code> <em>Excepturi quo qui reiciendis quasi est est nemo commodi. Debitis sed eaque non voluptatem assumenda. Perspiciatis laudantium aut nostrum architecto amet. Quasi et aspernatur vel quo a voluptatibus.</em> Atque beatae explicabo aperiam sequi mollitia debitis cum. Et dicta quia animi itaque et et. Sapiente quam ipsum quas ut facere pariatur voluptatem neque. Alias sed quos nihil omnis et et provident.</p><p><code>a at</code> <strong>Molestiae nihil</strong>. <a href="#deleniti" title="Quaerat voluptates">Eligendi inventore</a></p><p><strong>Ex veniam</strong>. <em>Officia ad perspiciatis omnis et aut non aut nostrum. Eos ea ut illum veritatis atque. Corrupti a corporis laudantium dolores impedit perspiciatis.</em> Numquam repellendus est velit quibusdam velit. Blanditiis harum reiciendis explicabo vel molestiae eos. Cumque laboriosam sit ipsam vel ut quasi quia quisquam. Tempore qui aut eligendi nemo nostrum voluptas quod beatae. Ex veniam facere soluta esse et similique dolor ratione.</p><table> <thead> <tr> <th>Omnis</th> <th>Assumenda</th> <th>Voluptatem</th> <th>Aliquid</th> </tr> </thead> <tbody><tr> <td>Incidunt</td> <td>Inventore</td> <td>Voluptatum</td> <td><a href="#illum" title="Quo blanditiis">Ut eos</a></td> </tr><tr> <td>Nam</td> <td>Consequuntur</td> <td>Est</td> <td><a href="#ut" title="Neque velit">Qui odit</a></td> </tr></tbody> </table><h2>Omnis molestiae</h2> <ol></ol> <blockquote><p>Corrupti nihil magnam consequuntur ipsum. Atque est facilis aut doloremque ipsam ipsa optio autem. Totam impedit inventore et expedita at labore.<br>Ut quae sit et repellat distinctio ut illo. Laborum tempore explicabo natus vel et dolores consequatur perferendis. Ut qui laborum illum dolor. Saepe id eaque et consectetur. Aut exercitationem perferendis eos inventore ab.<br>Est ratione sint iure rerum sint cupiditate. Earum minima quod deserunt maiores aperiam omnis tempore expedita. A reiciendis nobis dolores provident magni illo ea. Laudantium similique neque repellat in dolor architecto natus eos. Suscipit et consectetur provident quia.</p></blockquote> <h3>Repellendus unde</h3> <ul><li>Accusantium reiciendis veritatis sunt quia. Ex sapiente quo ullam temporibus doloremque voluptatem sit.</li><li>Perferendis ipsa omnis quas ut quam. Nam illo culpa quae non blanditiis.</li></ul> <pre><code> #quod h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
852
- | `dl` | <dl><dt>Ut</dt><dd>Laudantium libero animi esse cumque. Voluptates voluptas vel illo maxime.</dd><dt>Consequatur</dt><dd>Sed quasi asperiores ipsum qui nesciunt et. Et ut omnis officiis odio necessitatibus non quia. Error nobis voluptatum expedita repellat similique.</dd></dl>, <dl><dt>Itaque</dt><dd>Nemo dolorem et ipsum minima et autem natus. Maiores itaque odio consequatur quia.</dd><dt>Explicabo</dt><dd>Ipsam qui sequi et sint dignissimos eos aliquam. Qui quaerat quae mollitia dolorem fuga rerum corporis aut. Dignissimos praesentium dolor inventore quasi illo provident. Modi in quibusdam minima nulla ab saepe doloribus placeat.</dd></dl>, <dl><dt>Ea</dt><dd>Ex nostrum tenetur nisi qui ullam. Ab assumenda rem tenetur quod. Nobis alias officiis rerum non aperiam et. Eaque aut reiciendis voluptatem facilis recusandae ut.</dd><dt>Tempora</dt><dd>Qui laboriosam nihil ab vel quam tempore. Qui dolores et soluta et odio. Atque recusandae voluptatem sunt suscipit incidunt accusamus.</dd></dl> |
853
- | `fancy_string` | <code>id quaerat</code> <a href="#ut" title="Culpa earum">Dolores veniam</a> <strong>Suscipit tenetur</strong>., Blanditiis accusantium libero facere nemo dolorum magnam. Rerum ut consequatur officia distinctio est et. Totam reprehenderit aliquid id incidunt iusto voluptates. <a href="#officiis" title="Possimus hic">Error aut</a> Ea tenetur nobis vel quas aut dolorum blanditiis placeat. Et omnis perferendis excepturi sint consectetur. Fugit occaecati quidem magni esse., <code>totam iste</code> Rerum voluptatem pariatur veniam architecto aliquid. Quaerat excepturi officia eum dolorum. Vel ut velit id sit enim nesciunt et. Modi repudiandae atque omnis occaecati. Numquam dolore iure et iusto saepe est reprehenderit. Facilis adipisci molestiae alias itaque. |
854
- | `ol_long` | <ol><li>Dolore iusto molestiae omnis itaque maxime. Harum corrupti est et quod. Atque est quaerat et distinctio enim.</li><li>Itaque dicta occaecati inventore soluta. Autem et ullam accusamus ut quibusdam architecto.</li><li>Totam deserunt id nesciunt laboriosam. Aut neque fuga enim consectetur consequuntur. Deserunt ipsa vel maiores optio.</li></ol>, <ol><li>In qui quis a autem quo est sunt. Quisquam et nisi hic repellendus exercitationem ex. Aliquam quia ut alias sed blanditiis possimus consequuntur deserunt. Voluptates dolorem eum aut explicabo recusandae quod quis alias.</li><li>Officiis nulla qui quod facere. Accusantium tenetur magni alias voluptas.</li><li>Ut adipisci maxime laboriosam consequatur aliquid qui. Et sit nesciunt qui impedit numquam provident.</li></ol>, <ol><li>Numquam voluptatem voluptates delectus nesciunt. Autem quasi consequatur est et. Nihil recusandae vel enim quam hic. Ex ipsam eos quibusdam nihil aut.</li><li>Eligendi labore rerum occaecati iusto. Ratione vitae beatae necessitatibus facere et est laboriosam.</li><li>Consectetur et nihil magni enim. Dolor et quasi pariatur enim voluptatem eos consequatur magni. Vel ad neque dolores error ipsa. Quaerat magnam deserunt maiores dignissimos tenetur esse.</li></ol> |
855
- | `ol_short` | <ol><li>Aut aut beatae distinctio voluptate.</li><li>Quisquam veniam et eius quae suscipit.</li><li>Eum temporibus aut non ipsa.</li></ol>, <ol><li>Et aut porro ex illum minima necessitatibus.</li><li>Facilis eos tempora quidem.</li><li>Eaque aut facere optio delectus autem provident.</li></ol>, <ol><li>Voluptatibus temporibus cupiditate enim in optio.</li><li>Dolorem velit ea aperiam ipsum.</li><li>Accusamus ex esse.</li></ol> |
856
- | `p` | <p>Illum molestiae et voluptas minima tempore. Id dignissimos dolorem non et odio voluptas. Commodi dolores dolore quia magnam ratione qui. Dolorem ut corrupti asperiores molestiae cumque quaerat. Possimus voluptatem odio in at occaecati tempora.</p>, <p>Est voluptatem ut magni optio libero molestiae tempora. Officiis voluptatem voluptatem quidem voluptatum. Omnis rerum architecto vel modi magni.</p>, <p>Ut minima non est et sed sit labore error. Eum molestiae magni totam labore et assumenda iusto. Recusandae cupiditate voluptatem quia laudantium sed quo. Et quis et ullam ex id maxime laudantium sint.</p> |
857
- | `table` | <table> <thead> <tr> <th>Ad</th> <th>Qui</th> <th>Facilis</th> <th>Labore</th> </tr> </thead> <tbody><tr> <td>Dolorem</td> <td>Odit</td> <td>Odio</td> <td><a href="#itaque" title="Doloremque aliquid">Quidem modi</a></td> </tr><tr> <td>Neque</td> <td>Sit</td> <td>Cupiditate</td> <td><a href="#dolorem" title="Qui totam">Aliquid vel</a></td> </tr><tr> <td>Dolore</td> <td>Dolorem</td> <td>Id</td> <td><a href="#praesentium" title="Voluptas nihil">Ut nulla</a></td> </tr></tbody> </table>, <table> <thead> <tr> <th>Voluptates</th> <th>Reprehenderit</th> <th>Quia</th> <th>Itaque</th> </tr> </thead> <tbody><tr> <td>Quas</td> <td>Optio</td> <td>Expedita</td> <td><a href="#nesciunt" title="Autem possimus">Id sequi</a></td> </tr><tr> <td>Quia</td> <td>Eaque</td> <td>Aliquam</td> <td><a href="#qui" title="Vel cumque">Ut nemo</a></td> </tr><tr> <td>Eligendi</td> <td>Maiores</td> <td>Non</td> <td><a href="#odit" title="Et earum">Est adipisci</a></td> </tr></tbody> </table>, <table> <thead> <tr> <th>Fuga</th> <th>Possimus</th> <th>Debitis</th> <th>Et</th> </tr> </thead> <tbody><tr> <td>Ut</td> <td>Eligendi</td> <td>Id</td> <td><a href="#impedit" title="Molestiae doloremque">Nostrum natus</a></td> </tr><tr> <td>Quae</td> <td>Earum</td> <td>Quia</td> <td><a href="#ut" title="Voluptas odio">Perferendis rem</a></td> </tr><tr> <td>Illo</td> <td>Provident</td> <td>Suscipit</td> <td><a href="#alias" title="Minus ratione">Quibusdam doloribus</a></td> </tr></tbody> </table> |
858
- | `ul_links` | <ul><li><a href="#in" title="Officia">Voluptatem</a></li><li><a href="#dignissimos" title="Rem">Et</a></li><li><a href="#qui" title="Ad">Incidunt</a></li></ul>, <ul><li><a href="#iste" title="Aliquam">Accusantium</a></li><li><a href="#magnam" title="Rem">Facere</a></li><li><a href="#voluptatem" title="Deleniti">Consequatur</a></li></ul>, <ul><li><a href="#est" title="Molestias">Enim</a></li><li><a href="#voluptatem" title="Deserunt">Sed</a></li><li><a href="#quae" title="Sit">Eveniet</a></li></ul> |
859
- | `ul_long` | <ul><li>Minima sunt tenetur quia repellat neque velit mollitia. Totam facilis quisquam ab consequatur non voluptas quam. Enim voluptates dolor odio eaque aut quasi suscipit et.</li><li>Laborum omnis sint libero optio aut repellendus eligendi qui. Exercitationem iure consequatur ea voluptatem voluptatem praesentium at. Ut suscipit et nemo alias ex. Eligendi numquam illum non nihil.</li><li>Earum aut animi quasi aut qui dolorem nam. Totam ex esse magnam assumenda. Eligendi et voluptatem porro quae quia.</li></ul>, <ul><li>Debitis deleniti pariatur velit veritatis nesciunt. Quia est quidem tempore voluptates vero temporibus.</li><li>Iusto ducimus dolore magni fuga iste vero iure voluptatibus. Aut consequatur sed illum voluptas. Fugiat itaque cupiditate quis aut. Eius modi ut nostrum aut nihil illo animi.</li><li>Ipsam et sit aut ea quam autem molestiae repudiandae. Consequatur non laudantium nam vel. Non est aut praesentium sed enim.</li></ul>, <ul><li>Fuga quaerat doloremque sed dolores autem. Doloribus similique dolorem culpa dolorem nihil nobis aperiam. Facilis sit ad placeat sunt modi et eum.</li><li>Hic nihil neque odit sint praesentium. Aliquid ratione reiciendis officiis et.</li><li>Omnis aliquam non et distinctio quo sit perferendis quia. Optio et libero aut officiis soluta nemo rerum minima.</li></ul> |
860
- | `ul_short` | <ul><li>Possimus et facilis inventore eos consequatur.</li><li>Nobis nostrum pariatur ex quia et fugiat.</li><li>Molestias optio exercitationem ut in voluptas enim.</li></ul>, <ul><li>Voluptatem odit voluptatem ut.</li><li>Et qui sint et minima rem vero.</li><li>Aut in excepturi praesentium.</li></ul>, <ul><li>Voluptas magnam perferendis.</li><li>Dolore similique voluptas doloremque qui modi qui.</li><li>Dolores sed labore quia.</li></ul> |
951
+ | `a` | <a href="#temporibus" title="Illum expedita">Culpa sint</a>, <a href="#sit" title="Maxime eaque">Est sed</a>, <a href="#magnam" title="Et quia">Repellat veniam</a> |
952
+ | `body` | <h1>Quisquam voluptate</h1><table><thead><tr><th>Dolores</th><th>Omnis</th><th>Consequatur</th><th>Consectetur</th></tr></thead><tbody><tr><td>Sit</td><td>Reiciendis</td><td>Eius</td><td><a href="#pariatur" title="Distinctio accusantium">Voluptas ut</a></td></tr><tr><td>Nulla</td><td>Voluptate</td><td>Alias</td><td><a href="#dolore" title="Nisi tenetur">Veniam ut</a></td></tr></tbody></table><h2>Asperiores repudiandae</h2><ol><li>Deserunt quia est similique molestiae eos. Cumque odit laudantium rerum quia eaque consequatur.</li></ol><blockquote><p>Explicabo inventore aut rerum sint. Dolorem voluptates aut voluptas eum. Voluptas odio dolor cupiditate consequatur at et neque. Quia asperiores atque distinctio placeat aliquid quia qui aliquam.<br>Ut quaerat et omnis eligendi reprehenderit aliquam. Exercitationem illum quo sed itaque. Veniam quasi culpa voluptate et harum dolorum.<br>Labore excepturi dolorem debitis est rerum minus. Quo quam corporis est facere vel ut illo itaque. Voluptatibus blanditiis consectetur ipsa voluptas id. Voluptatem omnis aut consequatur suscipit.</p></blockquote><h3>Autem rerum</h3><ul><li>Ut autem ducimus qui atque rerum.</li><li>Error aut dolor quia et ut minima quo explicabo.</li><li>Sint et nulla consequatur labore soluta possimus quo adipisci. Non ullam eveniet accusantium et sequi.</li></ul><pre><code> #eveniet h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Quos nemo</h1><p><code>id culpa</code> Dolore a earum in vitae. Sed corrupti qui ut eveniet ut similique et. Excepturi qui ex voluptates quasi sunt. Rerum temporibus facere hic sunt enim. Qui in hic sit aut laboriosam qui velit. <strong>Dolorem ut</strong></p><p><em>Odit explicabo minima quisquam delectus in sint placeat neque. Ut recusandae occaecati iste consequuntur molestiae quia odit unde. Quam possimus minima architecto et molestias. Omnis ad est tenetur veniam. Facere non corporis minus sed qui tempore nemo ut.</em> Repellat aspernatur cupiditate quod corporis nemo ut. Cumque repellat blanditiis aut deserunt. Hic id voluptatem consequatur expedita. Aut illo saepe id laboriosam sint. <strong>Aut eius</strong></p><p>Inventore amet quo ex laudantium. Commodi hic iusto velit doloribus deleniti voluptas laboriosam. Est asperiores voluptates autem qui omnis id aperiam. <strong>Aut nulla</strong> <em>Consectetur quo molestias aliquid recusandae atque. Aut similique cupiditate minus distinctio. Corporis totam voluptatem distinctio expedita nobis.</em></p><table><thead><tr><th>Incidunt</th><th>Quibusdam</th><th>Itaque</th><th>Corrupti</th></tr></thead><tbody><tr><td>Officiis</td><td>Eum</td><td>Expedita</td><td><a href="#qui" title="Et sequi">Voluptates cumque</a></td></tr><tr><td>Expedita</td><td>Et</td><td>Sint</td><td><a href="#vitae" title="Autem et">Et voluptate</a></td></tr><tr><td>Minima</td><td>Esse</td><td>Minima</td><td><a href="#harum" title="Non expedita">Enim itaque</a></td></tr></tbody></table><h2>Autem omnis</h2><ol></ol><blockquote><p>Vel officia porro eum voluptas rerum. Ea qui sed natus optio itaque omnis iste. Aut ut beatae repudiandae id quibusdam quis ipsum. Quo et architecto commodi ad omnis ducimus tenetur molestiae.<br>Quos et et ea amet. Illum autem praesentium iure ducimus sint. Ea ad totam aliquid sit. Atque exercitationem natus excepturi ut assumenda. Ullam est sunt et sed.<br>Dolore non expedita aliquid neque ipsam inventore cupiditate laudantium. Voluptatem odit a eum beatae. Consequuntur autem quae et est debitis similique saepe odit. Eaque vero magni soluta vitae et earum dolore. Vitae perspiciatis nihil ut ab.</p></blockquote><h3>Soluta qui</h3><ul><li>Omnis et facere eum reprehenderit maxime dolor natus ut. Odio itaque harum delectus illum. Ut dolores fugiat est cum autem esse tempore.</li><li>Sit vero velit enim qui deserunt totam dolore.</li></ul><pre><code> #repellendus h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Error non</h1><p>Ea et placeat et culpa pariatur non ipsa. Exercitationem ad odit eos et consectetur non accusamus. Sit exercitationem non porro quod nisi explicabo ut aut. <strong>Molestiae nesciunt</strong> Iusto omnis praesentium eveniet ullam rerum fugit quibusdam. Illum repudiandae sapiente deserunt molestiae et. Hic sunt modi mollitia quidem consequuntur. Rerum autem quibusdam et ratione.</p><table><thead><tr><th>Laboriosam</th><th>Mollitia</th><th>Aliquid</th><th>Eum</th></tr></thead><tbody><tr><td>Eius</td><td>Suscipit</td><td>Quos</td><td><a href="#quae" title="Exercitationem ipsa">Ex ut</a></td></tr><tr><td>Quaerat</td><td>Ea</td><td>Est</td><td><a href="#rem" title="Nihil quasi">Quam voluptatibus</a></td></tr></tbody></table><h2>Rerum sequi</h2><ol></ol><blockquote><p>Sit sint perspiciatis et qui ut eaque numquam. Labore animi eos aut modi. Eum adipisci veritatis in distinctio.<br>Reiciendis qui consectetur earum fugit. In nulla ab doloremque possimus quidem non atque pariatur. Recusandae consectetur voluptate sint commodi perferendis quasi.<br>Omnis saepe ea dolorem dolores est est dolorum. Ipsam quo reprehenderit ut neque eum. Aut ut iste non debitis reprehenderit. Aut non reprehenderit rem officiis officia dignissimos.</p></blockquote><h3>Consequatur quisquam</h3><ul><li>Accusamus quia ratione quia omnis. Voluptas labore dolor quam autem aut repudiandae veniam et. Libero aut officia dolores animi fuga delectus porro error.</li></ul><pre><code> #nesciunt h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
953
+ | `dl` | <dl><dt>At</dt><dd>Nesciunt aut voluptate natus omnis quam explicabo blanditiis. Aperiam nisi quidem non ipsam earum. Molestiae ea et illum qui laudantium quasi aliquid.</dd><dt>Quaerat</dt><dd>Et voluptatum sit porro a. Omnis repellat ab sit perspiciatis vitae voluptate. Et vitae quod vero ut. Quidem nulla quo et fugiat hic.</dd></dl>, <dl><dt>Non</dt><dd>Reiciendis doloribus et itaque maxime saepe voluptatem accusamus. Earum eius soluta quia ad.</dd><dt>Velit</dt><dd>Sit tempora quo amet ea sunt. Est unde labore a optio autem tempora alias. Omnis vitae voluptas eum consectetur possimus sed aliquam nobis.</dd></dl>, <dl><dt>Excepturi</dt><dd>Tempore perferendis ex vel est repellat et in. Necessitatibus optio porro harum enim illum molestias pariatur repellendus.</dd><dt>Odio</dt><dd>Amet quis eligendi sit ab ex quia laboriosam. Ex sed voluptatem nostrum aut qui eaque ut sed. Repudiandae accusamus ut aut maiores id iste optio ex. Fugiat et iste qui in.</dd></dl> |
954
+ | `fancy_string` | Natus ea dignissimos error aliquam ea iste eum. Nulla tempora placeat veritatis aut accusamus corporis quasi. Consequuntur iure beatae voluptate est. Labore qui accusamus dicta eum exercitationem vitae dignissimos. Id commodi reprehenderit animi provident. <em>Quo aut doloribus ad fugit. Sequi modi est voluptatem adipisci. Quibusdam velit dolorem veritatis quia architecto. Culpa amet id voluptas aut. Ipsam impedit qui nihil rem perferendis.</em> <code>autem aliquam</code>, Corrupti autem odit voluptatum sequi ut et iste dolore. Quam voluptate velit laborum ut qui vitae. Temporibus repellendus atque nesciunt exercitationem. Consequatur provident amet atque voluptas. Ut dolorem expedita velit repudiandae mollitia perferendis magni. Quisquam laborum et facilis nisi harum aperiam voluptas. Laudantium et cupiditate at numquam id. Hic earum est quia nisi perspiciatis optio quis. Cum praesentium dolor enim rem dolores sit., Voluptatem aspernatur animi quam est quaerat. Aspernatur et quae doloremque sunt. Qui dignissimos reiciendis excepturi recusandae magnam illo quam. <em>Aut dolorum laboriosam dolorem pariatur minima et rem et. Et temporibus sed aliquid tempora voluptatum. Qui labore voluptatem rerum nesciunt voluptatum ipsum esse pariatur. Vitae optio suscipit sit at. Fugiat consectetur quis quos magnam ut quia.</em> <code>qui ea</code> |
955
+ | `ol_long` | <ol><li>Voluptatibus dolor possimus corrupti nobis aut suscipit est rerum. Id minus ut sapiente assumenda incidunt architecto. Quia dolores similique mollitia aliquid asperiores a et.</li><li>Aut molestiae non nulla animi modi neque debitis sunt. Doloribus rerum ex et assumenda quisquam. Rerum qui ullam suscipit aperiam. Exercitationem error eveniet voluptatum ipsam quasi ut.</li><li>Repudiandae perferendis magnam vero architecto quibusdam facilis. Nisi similique ipsa incidunt a dolores et iste animi. Sunt ipsam sapiente praesentium vel excepturi eligendi velit ipsum. Enim harum reprehenderit ab voluptatem sunt consectetur.</li></ol>, <ol><li>Quam ut consequuntur similique inventore. Sed molestias quo reprehenderit eius qui cum. Sint eum dicta debitis quibusdam.</li><li>Eum deserunt fuga necessitatibus ea temporibus aliquam eos voluptas. Eaque placeat rerum numquam quia distinctio aut ut.</li><li>Consequuntur occaecati deleniti sed nemo dolore nesciunt. Dolores incidunt est rerum qui. Est tenetur sit numquam laborum quis officiis voluptatem.</li></ol>, <ol><li>Praesentium inventore sed beatae nemo consectetur. Porro dignissimos explicabo saepe occaecati. Vel autem fugiat optio et ut est veniam. Enim perferendis porro harum repellat earum qui.</li><li>Vitae rerum voluptatem voluptas tenetur repellat maxime. Rem voluptatem quidem quod dolores nihil mollitia sed a.</li><li>Culpa dignissimos non occaecati delectus. Et consequatur ullam expedita neque hic laudantium in. Hic ipsam ipsa dicta quo non aut officiis.</li></ol> |
956
+ | `ol_short` | <ol><li>Repellat id reiciendis fuga.</li><li>Molestiae quia ut vero perspiciatis eligendi iusto.</li><li>Quam corrupti voluptas sed aut ut nobis.</li></ol>, <ol><li>Qui nam fugiat qui perspiciatis vero.</li><li>Ea est debitis odio.</li><li>Eos aspernatur quae.</li></ol>, <ol><li>Eius non quia cum molestiae.</li><li>Et consequatur eos magni repellendus.</li><li>Et porro placeat.</li></ol> |
957
+ | `p` | <p>Fugiat eius facere soluta qui et. Sit labore sit odit qui minima placeat ut. Nam illo repellat aut facere. Nobis reiciendis quibusdam eligendi vel doloribus voluptate. Dolore reiciendis rerum quo dolorum voluptas unde in officiis.</p>, <p>Quam minima quaerat rerum omnis fuga aut. Quo consectetur autem reprehenderit dicta iste ex omnis. Et eligendi consequuntur voluptatum voluptatem.</p>, <p>Quasi non voluptatibus et debitis dolorem est aut tempore. Ipsam asperiores autem adipisci maiores. Id voluptatem tempora fugit expedita. Qui soluta iure fugit aut.</p> |
958
+ | `table` | <table><thead><tr><th>Id</th><th>Et</th><th>Culpa</th><th>Consequuntur</th></tr></thead><tbody><tr><td>Modi</td><td>Et</td><td>Dolores</td><td><a href="#rerum" title="Qui voluptas">Quaerat et</a></td></tr><tr><td>Architecto</td><td>Eaque</td><td>Enim</td><td><a href="#quia" title="Ut cumque">Autem recusandae</a></td></tr><tr><td>Sit</td><td>Velit</td><td>Autem</td><td><a href="#recusandae" title="Soluta voluptas">Sit dolore</a></td></tr></tbody></table>, <table><thead><tr><th>Libero</th><th>In</th><th>Est</th><th>Pariatur</th></tr></thead><tbody><tr><td>Nam</td><td>Debitis</td><td>Necessitatibus</td><td><a href="#nobis" title="Voluptatum optio">Quia cumque</a></td></tr><tr><td>Voluptates</td><td>Excepturi</td><td>Iste</td><td><a href="#alias" title="Consequatur et">Vel sapiente</a></td></tr><tr><td>Fuga</td><td>Eligendi</td><td>Perspiciatis</td><td><a href="#sint" title="Commodi natus">Error vero</a></td></tr></tbody></table>, <table><thead><tr><th>Et</th><th>Molestiae</th><th>Minima</th><th>Consequatur</th></tr></thead><tbody><tr><td>Laboriosam</td><td>Ut</td><td>Non</td><td><a href="#est" title="Excepturi aut">Consequuntur similique</a></td></tr><tr><td>Quibusdam</td><td>Rerum</td><td>Recusandae</td><td><a href="#voluptates" title="Nihil tempore">Odit et</a></td></tr><tr><td>Eum</td><td>Adipisci</td><td>Sit</td><td><a href="#ipsam" title="Iusto fuga">Cum tempore</a></td></tr></tbody></table> |
959
+ | `ul_links` | <ul><li><a href="#consequuntur" title="Provident">Aut</a></li><li><a href="#voluptatum" title="Voluptas">Ratione</a></li><li><a href="#eius" title="Ullam">Nam</a></li></ul>, <ul><li><a href="#voluptatum" title="Enim">Harum</a></li><li><a href="#in" title="Vitae">Commodi</a></li><li><a href="#velit" title="Doloribus">Ab</a></li></ul>, <ul><li><a href="#voluptates" title="Id">Et</a></li><li><a href="#cum" title="Occaecati">Omnis</a></li><li><a href="#est" title="Eaque">Suscipit</a></li></ul> |
960
+ | `ul_long` | <ul><li>Modi aspernatur sed adipisci et aut. Ad non illo est dolor odio. Delectus aut temporibus harum soluta quis eligendi laborum voluptas.</li><li>Voluptates perferendis quos quod tenetur. Sed et voluptatibus cumque est qui. Necessitatibus sed soluta consectetur harum fuga.</li><li>Officia odio quos in est illum aperiam rerum. Distinctio ratione adipisci omnis sed voluptatem odio. Est vitae praesentium corporis voluptatum.</li></ul>, <ul><li>Inventore voluptate aliquam nemo minus veritatis voluptates ea. Nihil voluptatem error et natus similique.</li><li>Aut quo tempore fugiat delectus unde consequatur. Laboriosam quam in sequi et omnis quia consequatur ab. Rerum voluptatum non quia autem quis.</li><li>Dolores ea et dignissimos vel similique fugiat architecto. Ut maiores est fugit nemo. Suscipit eum quos voluptatem ut voluptas et rerum voluptates.</li></ul>, <ul><li>Quod modi rerum est ducimus consequatur eos et nisi. Qui qui eligendi non magnam repudiandae quo possimus.</li><li>Maiores aperiam repellendus rerum exercitationem veritatis. Veritatis et vel quo tenetur neque libero quasi dolores.</li><li>Deserunt voluptas necessitatibus qui unde excepturi labore. Doloribus odit quis incidunt accusantium pariatur totam.</li></ul> |
961
+ | `ul_short` | <ul><li>Modi aut qui autem aspernatur ullam.</li><li>Laboriosam dolore numquam error facere rem cum.</li><li>Sunt voluptas voluptatibus esse.</li></ul>, <ul><li>Sapiente quibusdam adipisci laudantium fugiat.</li><li>Iure omnis omnis.</li><li>Architecto ea quia ut et consectetur sed.</li></ul>, <ul><li>Porro laborum sit beatae ab.</li><li>Ad in quia.</li><li>Voluptate cum eum exercitationem ut voluptatibus.</li></ul> |
861
962
 
862
963
  ## FFaker::Identification
863
964
 
864
965
  | Method | Example |
865
966
  | ------ | ------- |
866
- | `drivers_license` | U505-360-74-260-1, V219-343-16-236-3, Z474-518-30-060-7 |
867
- | `ethnicity` | Caucasian, African American, Caucasian |
967
+ | `drivers_license` | M372-970-33-316-0, A957-021-37-673-6, G002-973-36-529-4 |
968
+ | `ethnicity` | Prefer not to respond, Prefer not to respond, Native American |
868
969
  | `gender` | Male, Male, Female |
869
- | `ssn` | 320-20-0826, 415-08-7633, 407-93-9239 |
970
+ | `ssn` | 475-51-3875, 394-36-0838, 222-65-0804 |
971
+
972
+ ## FFaker::IdentificationBR
973
+
974
+ | Method | Example |
975
+ | ------ | ------- |
976
+ | `cpf` | 91231683128, 51766257319, 82418015001 |
977
+ | `pretty_cpf` | 837.822.952-77, 462.765.824-00, 695.249.097-79 |
978
+ | `cnpj` | 13511534000124, 09187488000182, 61272923000197 |
979
+ | `pretty_cnpj` | 16.823.211/0001-64, 76.106.465/0001-93, 59.421.747/0001-66 |
980
+ | `rg` | 067708061, 484333994, 793870281 |
981
+ | `gender` | Feminino, Masculino, Feminino |
870
982
 
871
983
  ## FFaker::IdentificationES
872
984
 
873
985
  | Method | Example |
874
986
  | ------ | ------- |
875
- | `gender` | Hombre, Mujer, Hombre |
987
+ | `gender` | Mujer, Hombre, Hombre |
876
988
 
877
989
  ## FFaker::IdentificationESCL
878
990
 
879
991
  | Method | Example |
880
992
  | ------ | ------- |
881
- | `gender` | Hombre, Mujer, Hombre |
882
- | `rut` | 3010198-7, 15732488-8, 22912625-3 |
993
+ | `gender` | Mujer, Mujer, Mujer |
994
+ | `rut` | 19703109-3, 11119092-5, 1064602-2 |
883
995
 
884
996
  ## FFaker::IdentificationESCO
885
997
 
886
998
  | Method | Example |
887
999
  | ------ | ------- |
888
- | `blood_type` | AB+, B+, A+ |
889
- | `driver_license_category` | C1, A2, C1 |
890
- | `drivers_license` | 0819043768416, 150533483296, 954741728 |
891
- | `expedition_date` | 2014-03-23, 2014-12-05, 2010-12-05 |
892
- | `gender` | Hombre, Hombre, Hombre |
893
- | `id` | 795946, 897926724733, 275514515487 |
1000
+ | `blood_type` | B-, A-, AB+ |
1001
+ | `driver_license_category` | A2, A2, C3 |
1002
+ | `drivers_license` | 2010243, 19435889, 7844665 |
1003
+ | `expedition_date` | 2013-08-22, 2014-12-14, 2011-12-23 |
1004
+ | `gender` | Mujer, Hombre, Hombre |
1005
+ | `id` | 85999318243, 9988682497310, 70919640736 |
894
1006
 
895
1007
  ## FFaker::IdentificationKr
896
1008
 
897
1009
  | Method | Example |
898
1010
  | ------ | ------- |
899
- | `rrn` | 731608-1283113, 852812-2008046, 881302-2652069 |
1011
+ | `rrn` | 860304-2371331, 851908-1700413, 890303-2213723 |
900
1012
 
901
1013
  ## FFaker::IdentificationMX
902
1014
 
903
1015
  | Method | Example |
904
1016
  | ------ | ------- |
905
- | `curp` | ZEKD900814MHGXJMY9, WELB910106MSRCRWL4, KOXT820827MCLBJSA7 |
906
- | `rfc` | GBV961031ETB, ZEUO810130VIP, INS971217Y3U |
907
- | `rfc_persona_fisica` | WIBZ790602G1U, FOYW0309178P4, XEEM9901029O6 |
908
- | `rfc_persona_moral` | VNC120322MQE, ZOM9902273XQ, AEÑ940308RWS |
1017
+ | `curp` | HUUK040630MNETDSA5, PIMQ930226MHGGXFD5, XOBQ910513HDFVSPW4 |
1018
+ | `rfc` | FKV021028AQ0, ÑKZ7804123SO, ÑFN760816EY1 |
1019
+ | `rfc_persona_fisica` | YEAU7407242WJ, MIYO920517V78, DUDO820214CZT |
1020
+ | `rfc_persona_moral` | OÑN9911145W6, IRW800329QDW, &NF010420O0A |
909
1021
 
910
1022
  ## FFaker::Internet
911
1023
 
912
1024
  | Method | Example |
913
1025
  | ------ | ------- |
914
- | `disposable_email` | deshawn@binkmail.com, judah@mailinator.com, abigayle@safetymail.info |
915
- | `domain_name` | williamsonsipes.ca, metz.name, anderson.name |
916
- | `domain_suffix` | ca, us, name |
917
- | `domain_word` | green, keebler, hessel |
918
- | `email` | leatha_ward@gutmann.ca, okey@wilkinsonschneider.info, isaias@bernhard.co.uk |
919
- | `free_email` | jillian@gmail.com, wilhelm.langosh@yahoo.com, immanuel@gmail.com |
920
- | `http_url` | http://zulauf.ca, http://bednarlittle.info, http://bergstrompaucek.name |
921
- | `ip_v4_address` | 95.4.58.99, 140.125.90.84, 59.84.146.185 |
922
- | `password` | hhhhhhhhh, dddddddddddddddd, qqqqqqqqqqqqq |
923
- | `safe_email` | holden_franecki@example.net, dino.kulas@example.org, lura@example.org |
924
- | `slug` | consequatur-aut, similique_nobis, sunt_natus |
1026
+ | `disposable_email` | charlyn@safetymail.info, april@binkmail.com, yuonne@binkmail.com |
1027
+ | `domain_name` | danielmayer.biz, buckridgehauck.co.uk, kautzer.us |
1028
+ | `domain_suffix` | name, ca, co.uk |
1029
+ | `domain_word` | schiller, lueilwitz, flatley |
1030
+ | `email` | leif_cremin@uptonhettinger.biz, maybelle@bergstromparisian.co.uk, twana_leffler@bodelabadie.co.uk |
1031
+ | `free_email` | shay@hotmail.com, raul_connelly@hotmail.com, simona.mraz@hotmail.com |
1032
+ | `http_url` | http://hanewiegand.ca, http://runolfsson.ca, http://heidenreich.com |
1033
+ | `ip_v4_address` | 14.124.135.171, 21.231.16.204, 154.112.202.93 |
1034
+ | `mac` | 61:d9:db:1a:7d:04, c8:ab:09:83:36:6a, 28:75:39:bb:ea:6b |
1035
+ | `password` | oooooooooo, mmmmmmmmmmm, eeeeeeeeeeee |
1036
+ | `safe_email` | dixie_gutmann@example.com, brigitte_murray@example.net, annice.bailey@example.org |
1037
+ | `slug` | esse_minima, tempore_dolorem, nihil.est |
925
1038
  | `uri`(...) | |
926
- | `user_name` | claudie, lon, lea |
1039
+ | `user_name` | ligia.hackett, billie, alena |
927
1040
 
928
1041
  ## FFaker::InternetSE
929
1042
 
930
1043
  | Method | Example |
931
1044
  | ------ | ------- |
932
- | `company_name_single_word` | Pouros-Kris, Waters,, Nikolaus |
933
- | `disposable_email` | larsolofemil@safetymail.info, kjell.keebler@binkmail.com, marielouise_nitzsche@suremail.info |
934
- | `domain_name` | willrippin.se, jakubowski.se, hagenes.se |
935
- | `domain_suffix` | com, com, se |
936
- | `domain_word` | waterssauer, gorczany, heidenreichzboncak |
937
- | `email` | anders_kihn@rathbradtke.com, emilia_borer@dickinsoncummings.com, viola@yostbeahan.se |
938
- | `free_email` | gsta.mccullough@spray.se, ann@hotmail.com, rolf.rau@hotmail.com |
939
- | `http_url` | http://ryan.com, http://ziemannkessler.nu, http://hageneswiza.nu |
940
- | `ip_v4_address` | 30.18.185.197, 240.118.91.9, 0.125.80.84 |
1045
+ | `company_name_single_word` | Buckridge-Hauck, Koelpin,, Morissette |
1046
+ | `disposable_email` | josef_king@spamherelots.com, jacquelynn@safetymail.info, shastagita.mayer@suremail.info |
1047
+ | `domain_name` | lubowitz.com, franecki.se, hamill.com |
1048
+ | `domain_suffix` | com, se, com |
1049
+ | `domain_word` | conn, stammrenner, pfannerstilllubowitz |
1050
+ | `email` | katina.hodkiewicz@hermann.se, lettie@langosh.nu, tobias_kohler@parisianmayer.com |
1051
+ | `free_email` | scott@spray.se, tracie_wolff@passagen.se, donald.berge@yahoo.com |
1052
+ | `http_url` | http://schadenbraun.com, http://armstrong.com, http://oconnelltorp.com |
1053
+ | `ip_v4_address` | 74.177.117.177, 19.250.84.38, 39.226.193.120 |
941
1054
  | `join_to_user_name`(...) | |
942
- | `login_user_name` | anitabrittmarie, annikahannabashirian, linda_schumm |
943
- | `password` | kkkkkkkkkkkkkkk, eeeeeeeeeeeee, yyyyyyyyyyyyyyyy |
944
- | `safe_email` | ann@example.com, martin@example.org, emanuel_harris@example.org |
945
- | `slug` | qui_qui, est.in, aut.temporibus |
1055
+ | `login_user_name` | kennethbahringer, adrienne, marine |
1056
+ | `mac` | be:82:86:ff:83:9a, 03:3f:30:76:24:db, 97:ba:93:0b:e7:6f |
1057
+ | `password` | zzzzzzzzz, mmmmmmmmm, ggggggggg |
1058
+ | `safe_email` | julius_davis@example.net, robin_schamberger@example.com, kareem@example.net |
1059
+ | `slug` | qui_pariatur, ut_ipsum, iure_pariatur |
946
1060
  | `uri`(...) | |
947
- | `user_name` | larsgran_bailey, anna_brekke, kent_kirlin |
1061
+ | `user_name` | gracie, jonathon.friesen, jennette |
948
1062
  | `user_name_from_name`(...) | |
949
- | `user_name_random` | william, maja, tobias_dickinson |
950
- | `user_name_variant_long` | georgbrje_ruecker, danove.rohan, frida_lemke |
951
- | `user_name_variant_short` | birgit, john, kent |
1063
+ | `user_name_random` | chad.wehner, troy.hudson, jordon |
1064
+ | `user_name_variant_long` | monnie_blick, keena_miller, verna.murray |
1065
+ | `user_name_variant_short` | ellis, kermit, jefferey |
952
1066
 
953
1067
  ## FFaker::Job
954
1068
 
955
1069
  | Method | Example |
956
1070
  | ------ | ------- |
957
- | `title` | Investor Applications Associate, Legacy Configuration Associate, Customer Creative Engineer |
1071
+ | `title` | Global Division Engineer, Central Marketing Developer, Investor Division Planner |
1072
+
1073
+ ## FFaker::JobBR
1074
+
1075
+ | Method | Example |
1076
+ | ------ | ------- |
1077
+ | `title` | Médico, Militar, Enfermeiro |
958
1078
 
959
1079
  ## FFaker::JobCN
960
1080
 
961
1081
  | Method | Example |
962
1082
  | ------ | ------- |
963
- | `title` | 探险家, 工匠, 运输经理 |
1083
+ | `title` | 电气工程师, 中学校长, 培训专员 |
964
1084
 
965
1085
  ## FFaker::JobFR
966
1086
 
967
1087
  | Method | Example |
968
1088
  | ------ | ------- |
969
- | `title` | conseiller general du patrimoine bati, administrateur spécial general de la protection civile, administrateur spécial adjoint du service financier |
1089
+ | `title` | directeur general des services informatiquues, directeur des opérations de la division financiere, intendant general de la division financiere |
970
1090
 
971
1091
  ## FFaker::JobJA
972
1092
 
973
1093
  | Method | Example |
974
1094
  | ------ | ------- |
975
- | `title` | 裁判所事務官, 花屋, ジャーナリスト |
1095
+ | `title` | 海外ツアーガイド, 画家, 大工 |
976
1096
 
977
1097
  ## FFaker::JobKR
978
1098
 
979
1099
  | Method | Example |
980
1100
  | ------ | ------- |
981
- | `title` | 에스컬레이터 설치 정비원, 섬유가죽 관련 기능 종사원, 요금 정산원 |
1101
+ | `title` | 공학계열 교수, 원예 작물 판매원, 목재 종이 관련 기계조작원 |
1102
+
1103
+ ## FFaker::JobVN
1104
+
1105
+ | Method | Example |
1106
+ | ------ | ------- |
1107
+ | `title` | thương gia, Y tá trường học, làm vườn |
982
1108
 
983
1109
  ## FFaker::Locale
984
1110
 
985
1111
  | Method | Example |
986
1112
  | ------ | ------- |
987
- | `code` | OM, ML, AF |
988
- | `language` | Armenian, Corsican, Tatar |
1113
+ | `code` | KS, HR, KS |
1114
+ | `language` | Byelorussian, Rhaeto, Tajik |
989
1115
 
990
1116
  ## FFaker::LoremAR
991
1117
 
992
1118
  | Method | Example |
993
1119
  | ------ | ------- |
994
- | `paragraph` | تُصب بـ مشقّة بال مدينة أي أي. للجزر وجهان مدن المشترك تم دول,. ثمّة هيروشيما مكن جحافل مع حرب كان., ثم أن بشكل الفاشي أم مدن تزامناً تم. قد خصوصا علاقة أن شبح كلّ البشريةً السادس يتسنّى. بها من تعد ما أم جحافل والإتحاد لعدم أن. جحافل أي, وأسرت إذ شدّت, الحكم النازية، وقدّموا, الفترة. بها, الدولارات قصف تحت حلّت ما., فصل تم تعداد ربع أي التجارية باستسلام يتم. عسكرياً غير إذ من أن المشترك المضي كل, التحالف. باستخدام دخول حلّت والعتاد طرفاً إذ الحلفاء. وأسرت قد لان القنابل, الفاشي صفحة مما وعزّزت. |
995
- | `paragraphs` | بتخصيص بل فرنسية شعار لم عن الأرض الساحل لم. أخر تحت لهذه دون أسر,. لعدم مع البرية هو ثم جوي. استطاعوا عن عدم الجيش موسوليني عرض إحتلال و ربع., انتباه فاتّبع غزو تم حين بالقنابل. وحلفاؤها بـ, أسر, مما تزامناً وتم, الا الثالث. الربيع، المبرمة مع, بريطانيا، تطوير أي بحق., مما والحلفاء, خصوصا البرية لها مرمى العسكرية الدّفاع. قوات أن مما حين, المتحدة, إستمات بقسوة. ومن الصعداء بـ قوات عل, تم جديداً أن. ليركز مكّن عدد, فعل المبرمة., إيو عل, حتى بـ, قصف, فاتّبع النفط,. حدى المتساقطة،, الغربي الأوربيين البولندي غزو. وأزيز جحافل بتطويق أم إستيلاء. في, باستسلام تغييرات تم غير يتعلّق لان حول حكومة. بتطويق المتّبعة ان بمباركة, تحرّك دارت عدم., ان, كلّ لم أن. الله حدة بها, الضروري بـ والديون هو, إخضاع ساعة. وانتهاءً بشكل أجزاء, المزيفة مما الحكم ثم الثقيلة. أخر الشمل الإقتصادي بقسوة هاربر وصل, قبل وباءت ساعة., ذات الحرب العسكري المبرمة قبل الله. دول قام الإمتعاض ثمّة بل ليتسنّى كل, انه. حول الثالث الشمل دول, بـ الأوروبيّون., الدمج كلا والروسية عل فاتّبع الساحل وجهان. مع قد من اعلان حول أن. بـ لألمانيا بـ التكاليف إحتلال. يبق بل ليتسنّى للجزر. نتيجة الأثناء، دنو المتطرّف منشوريا,., فعل, بلا أي تكتيكاً. فقد جمعت جوي بالمحور تسبب فرنسا بالقصف تعداد. يتم, ثم الحرب حيث إذ أسر انه مرمى. اقتصّت المحيط ماذا المقاومة الجديدة، به، ما, الإنذار، العسكرية. لم أن يكن, و أفاق الدولارات وباءت يبق, باستسلام., أخر المحيط تم تم بلا الواقعة والحلفاء لمّ. أم لألمانيا أحدث حتى, يعادل. مساعدة شيء عن لألمانيا الإقتصادية هو. الصيني أثره، تزامناً غرّة، يذكر هو. نفس وقد المانيا يذكر اسبوعين. |
996
- | `phrase` | كل وضم استولت بل الله شبح., خصوصا لقوات كل, كل عقبت ما, الخاسر., المعاهدات ثم ويكيبيديا، سقط كما. |
997
- | `phrases` | زهاء لم بريطانيا، مشقّة كلّ مارد., يطول كلّ بشرية الأمم السادس عل لإنعدام., دول شيء, المزيفة استدعى بـ, ما., مما السادس الولايات بحث الشمل الله., كل وصافرات خصوصا غضون قد أحدث تم بل اليميني., البولندي يتم ثم الإنذار، وأزيز اوروبا عدد, يطول., وقد تعد الذرية نفس احداث أسر., وتم, يبق عدم المتساقطة،, الأمم جسيمة خصوصا أن., ضرب اوروبا حربية الدولارات أما عن مكّن. |
998
- | `sentence` | قبل حتى جُل, أسلحته وعزّزت جمعت عدم., ما الحلفاء فعل, و., تسبب قتيل، بـ لكل. |
999
- | `sentences` | يكن, حتى, أم مع وعلى., وعلى أما دول إذ أم., بـ, وقد مساعدة بأذى وقامت بقسوة., والحلفاء, اسبوعين بقسوة إحتلال الى وجهان., الله عدم أم قتيل، ثم., بين الرئيسية النمسا ساعة., ثم موسوليني أن إذ لإنعدام عن عصبة الجيش., بـ الأثناء، و المشترك والفرنسي حكومة أي., عام دفّة والديون وإعلان المحور، صفحة مع قِبل يبق. |
1000
- | `word` | البلطيق, مع, يطول |
1001
- | `words` | لألمانيا, لبولندا،, أن, مدن, هو, و, وعلى, كل,, وتتحمّل |
1120
+ | `paragraph` | وتم, الحكم الأوضاع حول حرب الهادي الا يكن, وقدّموا,. فاتّبع لم المتّبعة بدفع. ما مارشال شبح شدّت, الإمتعاض تسبب بريطانيا كلّ. حرب قهر النزاع اقتصّت يتمكن وباءت مع تُصب. قوات استطاعوا الشرقية البشريةً الياباني., كلّ مليون ثمّة شعار بخطوط جحافل القوقازية هزيمة. بخطوط تعديل معقل وقوعها، النازيين الساحل النازي حرب اتّجة. بداية و أضف العسكري ومن بالحرب إحتلال فصل بـ,., حكومة الأرض قادة دول تم اليابان. والديون ومن بتطويق ضرب,. مع وتتحمّل, معقل كلّ و فصل وتتحمّل قد حين,. ما, المبرمة لان أن التجارية لبولندا، حيث. |
1121
+ | `paragraphs` | و ومدني، بالمحور أي أي لها الدولارات. لم الصفحات يتم أي. بلا غير بل عل المجتمع لان و المسرح هو. ضمنها مكن بالجانب و كل ما,., ثمّة والروسية ومدني، استطاعوا. حدى ثم الواقعة مع, ثم غضون. كل أم غرّة، نورماندي وفرنسا بالمحور. العناد من كلّ باستحداث ثم أم يذكر جديدة خسائر., المحيط تحت اوروبا قهر أن. الشمل يذكر وقد الثالث، والفرنسي. المنتصرة وتم غريمه أن حين البرية لقوات لان., الرئيسية لبولندا، إستيلاء أحدث السادس عرفها والجنود عل, استعملت. ومن تسبب وتتحمّل كلا. واتّجه لقوات أفاق أم وفي. مارد عن نورماندي الساحل. كل, الثالث الفرنسية لبولندا، مع, عن لعملة وقد تونس., قام أن فاتّبع قوات مساعدة العسكرية. اوروبا جوي عرض كل. وقوعها، انتباه دنو العظمى القوقازية وتتحمّل. مع قبل التحالف حربية عرفها جهة عسكرياً الأخذ نفس. الله بلا البلطيق ما,., مكن عام والروسية وقد الهجوم أسر دون الوراء يتم. جهة سياسة ثم يذكر وضم أم السادس وبغطاء. اعلان أواخر غريمه الإقتصادية وضم شيء, تزامناً بالعمل في. و وبالرغم أحدث فكانت إخضاع. دأبوا حيث لان سلاح., به، و لم عن مدن أخذ أي الشرقية. أثره، بالولايات ضرب, أسر الشرقية بتطويق والديون وفنلندا احداث. الحرب يتعلّق لعملة وقوعها، قوات فرنسا. وتم الربيع، كل تُصب بـ الإثنان حرب. لم عصبة لم, بدفع لليابان النزاع الأوربيين النازيين., بـ, تغييرات هيروشيما فرنسية عدم الأوضاع. ربع بل ان, كنقطة لألمانيا والجنود استسلام ضمنها القوقازية. لم أما بزوال اكتوبر هناك مكن جحافل., به، أنجلو-فرنسية, ليتسنّى الا ثم والفرنسي عرض والبريطاني,. و كل منشوريا عام حالية وأزيز وتتحمّل. ان قهر الوراء اليابانية. فرنسا نفس عل, كل. |
1122
+ | `phrase` | اسبوعين اكتوبر أفاق تُصب أخر حتى, أن دول منشوريا,., حدى بل الصفحات تم حين المتحدة, الأولى تم, يبق., تُصب بل, معقل وبغطاء أي. |
1123
+ | `phrases` | بالعمل دارت بـ واستمرت بل الامم أن, حول جسيمة., و, تكاليف عرض ان جمعت أي عسكرياً أفاق بمباركة,., إذ إذ, صفحة أما أسر الإحتفاظ., المتساقطة،, النزاع فاتّبع لم الحكم وجهان بـ دفّة., ما موالية قوات قُدُماً وفرنسا ما, إيطاليا., ومضى أي خصوصا ان استدعى., انه إستيلاء التي الإتفاقية إستراتيجية, سقوط كل, تحت بـ,., النازي الأعمال به، للحكومة المضي أن الواقعة., إستراتيجية, قُدُماً قام, أم بها وبغطاء دارت بلا يعبأ. |
1124
+ | `sentence` | بين تحت, قد زهاء., وقد النازيين إبّان لم أي عن جوي., ستالينجراد, بل أن وبدون الإقتصادي عدد, جمعت. |
1125
+ | `sentences` | ان, يبق, تم, الأمم ستالينجراد موسوليني., بداية لألمانيا الربيع، أخذ أن التّحول, لم,., أحدث بـ هاربر مكن في أي الأرض ثم يبق., يتم نتيجة اعتداء إذ إستيلاء أحدث تكتيكاً وفي., بالحرب لم, بقعة والفرنسي باستسلام المزيفة حدة البرية عن., الحكم به، كلّ, مارد للإتحاد لبولندا، وباءت., شمال إيطاليا عل, أضف النازية،., بشكل كلا بـ التي., لإعادة هو اللازمة المدنيون ساعة تزامناً وقبل حرب ضرب,. |
1126
+ | `word` | وحتّى, بـ, أي |
1127
+ | `words` | الأخذ, العظمى, بقعة, قد,, هزيمة, أي,, جُل,, ماذا, كلّ |
1002
1128
 
1003
1129
  ## FFaker::LoremCN
1004
1130
 
1005
1131
  | Method | Example |
1006
1132
  | ------ | ------- |
1007
- | `paragraph` | 失声痛哭买空卖空天诛地灭有备无患长短不同成千上万, 燃眉之急不胜枚举激动人心三顾茅庐深恶痛绝, 一心一意眉清目秀青黄不接天荒地老感慨万分, 瞥天老地荒怒气冲冲千秋万代大名鼎鼎史无前例, 闻鸡起舞生离死别老态龙钟茫雾似轻。, 红日东升愁眉苦脸五彩缤纷十字街头五大三粗, 雪花如席满山遍野自暴自弃天罗地网, 万紫千红五体投地载歌载舞聚精会神气势恢弘绿意盎然惊惶失措万众一心四面楚歌, 雨打风吹中午时分西装革履欲哭无泪鱼龙混杂。, 首屈一指洁白如玉成千上万争分夺秒, 霎时间声名狼籍与世长辞人山人海姿态万千仰望争分夺秒粉妆玉砌信守诺言, 雨打风吹变化多端天罗地网绿阴如盖注视忐忑不安昂首挺胸, 微微一笑大名鼎鼎满山遍野前因后果龙马精神鹅黄已故。 |
1008
- | `paragraphs` | 张灯结彩环视张口结舌乳白十面埋伏口蜜腹剑难舍难分果实累累, 时明时暗杀鸡儆猴张灯结彩水滴石穿四分五裂旭日东升赞叹不已, 各抒己见雄鸡报晓热浪滚滚雪花飞舞沙沙与世长辞, 闷闷不乐雪花飞舞火红色彩斑斓嚎瞥牺牲泪如雨下, 坐井观天顾虑重重满山遍野暴雨如注对牛弹琴谈虎色变秋风凉爽纷纷扬扬。, 激动万分出尔反尔一箭双雕健步如飞有气无力, 五光十色十拿九稳四分五裂半梦半醒远望伤心落泪, 暴雨如注理直气壮争分夺秒纷纷扬扬硕果累累泪眼汪汪内忧外患, 惊惶失措星月如钩弹孔累累十字街头。, 白纸黑字元纷纷扬扬一诺千金闻名天下内忧外患满山遍野桃红柳绿瞬息万变, 天南地北徐徐三长两短去世黑乎乎, 一言九鼎三生有幸瞄鸟瞰惊恐万状龙马精神九霄云外, 载歌载舞黑乎乎望千姿万状车轮滚滚鹤立鸡群出生牛犊若即若离万物复苏。, 怒目而视雪中送炭无忧无虑目瞪口呆, 叮叮咚咚东鳞西爪深入浅出苹果绿, 雷厉风行悠然自得天高云淡身材魁梧三长两短, 无情无义形态不一两全其美天经地义前倨后恭鱼龙混杂, 孔雀蓝早出晚归自给自足振奋人心天高云淡人流如潮叽叽喳喳投鼠忌器缓缓。, 去世四海为家盯黄澄澄, 秋月似钩一鸣惊人慷慨激昂前倨后恭一言九鼎, 心急如焚震天动地苹果绿惊恐万状当机立断, 尸骨累累千变万化深恶痛绝了望红通通指鹿为马两袖清风交谈七上八下。, 自吹自擂九鼎一丝车水马龙鸟语花香, 桃红柳绿环视天昏地暗高枕无忧难舍难分天色模糊, 惶惶不安仰望六亲不认千秋万代万里无云惊恐万状狂风暴雨咬牙切齿万古长青, 与虎谋皮前呼后拥绿莹莹雪白月白风清洁白如玉无忧无虑, 急急忙忙不可胜数一泻千里心灵手巧十指连心狐假虎威。, 暴风骤雨一诺千金十指连心成千上万摩拳擦掌万众一心, 叫嚷无忧无虑漫漫长夜二三其德瞅车水马龙嚎叫嫣然一笑, 环视出尔反尔时高时低载歌载舞大失所望无情无义。, 有勇无谋精益求精千疮百孔车轮滚滚数不胜数惊惶失措果实累累, 全神贯注五湖四海枫叶似火华灯初上两肋插刀, 谈论壮志凌云两袖清风落叶沙沙凶多吉少亭亭玉立, 爱屋及乌招兵买马有恃无恐东鳞西爪暴雨如注硕果累累探望热浪滚滚, 震天动地一落千丈追悔莫及小试牛刀。, 车轮滚滚龙争虎斗一泻千里废寝忘食一丝不苟叹为观止杯弓蛇影, 愁眉苦脸议论雷厉风行千方百计浩浩荡荡闻名天下, 夕阳西下雪飘如絮数不胜数叶公好龙淅淅沥沥风和日丽成千上万哗啦, 张口结舌雷厉风行鹤立鸡群拾金不昧。 |
1009
- | `sentence` | 逝世五谷丰登绿树成阴不吵不闹,, 名列前茅赤日炎炎表里如一象牙白烈日灼灼湖蓝不计其数鸣虎啸龙吟,, 赤日炎炎心灵手巧安危冷暖燃眉之急两全其美, |
1010
- | `sentences` | 黑白分明灯红酒绿人声鼎沸惊弓之鸟迫不及待暴风骤雨乐不可支,, 尸骨累累惊天动地振奋人心李白桃红目瞪口呆投桃报李嗖嗖深恶痛绝,, 夜幕降临旭日东升白茫茫两肋插刀秋月似钩洁白无瑕嗖嗖枫叶似火,, 俯视有恃无恐时而闷闷不乐秋雨绵绵惊涛骇浪,, 瞅看望亭亭玉立赞叹不已,, 前所未有两全其美绿树成阴狗急跳墙半梦半醒,, 骄阳似火高山峻岭目瞪口呆危峰兀立飞流直下手舞足蹈摩肩接踵,, 震天动地一落千丈寒冬腊月雪白摩肩接踵烈日灼灼排山倒海,, 七折八扣暑气逼人管中窥豹火眼金睛足下生辉, |
1011
- | `word` | 天高云淡, 五大三粗, 灯红酒绿 |
1012
- | `words` | 恨之入骨, 雪白, 冰天雪地, 拳打脚踢, 喜出望外, 阳春三月, 无边无际, 两面三刀, 黑压压 |
1133
+ | `paragraph` | 杀鸡取卵杀鸡儆猴朝霞辉映子桃红柳绿, 洗耳恭听一文不值枣红十万火急交谈天崩地裂当午日明, 六根清净交头接耳迫不及待叮叮当当, 慢慢鸟瞰暴雨如注口蜜腹剑雪飘如絮一眨眼五光十色壮志凌云迫在眉睫。, 冰雪消融无穷无尽张灯结彩八仙过海,各显神通前因后果七高八低九死一生望, 有始有终万家灯火千山万水变幻莫测为国捐躯, 不胜枚举一诺千金成千上万天高云淡, 亡羊补牢五湖四海千丝万缕张灯结彩水帘悬挂逝世面红耳赤时隐时现, 漫漫长夜姿态万千手舞足蹈无穷无尽感慨万分光阴似箭梨黄。, 嚎顷刻间连连称赞惊涛骇浪成千上万冰清玉洁借尸还魂自说自话, 白璧无瑕身材魁梧鼠目寸光视死如归打草惊蛇喜笑颜开对牛弹琴, 六根清净惊惶失措琳琅满目万紫千红江水滚滚, 素车白马瞅有恃无恐言而有信水平如镜。 |
1134
+ | `paragraphs` | 八面威风悠然自得秋高气爽东拼西凑九牛一毛旭日东升, 难舍难分迫在眉睫千奇百怪星月如钩兴致勃勃画蛇添足开怀大笑, 绿莹莹悔恨交加虎啸龙吟天昏地暗, 星光熠熠闻名于世千军万马前赴后继东倒西歪自吹自擂。, 返老还童东倒西歪毅然决然异口同声, 一毛不拔恨之入骨去世微微一笑火红惊涛骇浪门口罗雀三头六臂八面威风, 朝气勃勃六根清净提心吊胆仰望咬牙切齿自说自话铿锵有力灯红酒绿李白桃红, 苹果绿失声痛哭一落千丈子, 讨论无影无踪一言九鼎吱呀四海为家内忧外患愁眉苦脸有气无力开怀大笑。, 三思而行四通八达云浪滚滚金光万道心明眼亮雄心勃勃绵绵细雨拾金不昧瞄, 五花八门顺手牵羊尸骨累累凶多吉少有名无实, 舍近求远讨论亭亭玉立一心一意激动万分令人发指时而, 风平浪静江水滚滚万家灯火枝繁叶茂连连称赞, 五体投地前赴后继亭亭玉立鹤立鸡群叹为观止暴风骤雨月白风清时明时暗不理不睬。, 犹豫不决风平浪静毫无希望牺牲红彤彤一本万利载歌载舞, 大名鼎鼎朝气勃勃不吵不闹马到成功, 四分五裂三令五申鱼目混珠三顾茅庐潸然泪下, 湖蓝语气坚定管中窥豹生死存亡谈论无精打采同心同德雄狮猛虎, 顾虑重重不干不净十分可恶面红耳赤扬眉吐气冉冉。, 齐心协力一气呵成轻风徐徐扬眉吐气, 牛头马面仰望万紫千红一文不值视死如归燃眉之急沙沙半推半就, 招兵买马有始有终缓缓足下生辉移步换影桃红柳绿, 嚎黑白分明轻风徐徐已故讨论一诺千金生气勃勃有恃无恐, 瞬息万变前所未有追悔莫及顺手牵羊顾虑重重。, 三顾茅庐叮叮当当大名鼎鼎东拉西扯一诺千金雄鸡报晓绞尽脑汁仰望, 心灵手巧杀鸡儆猴五光十色怒发冲冠, 招兵买马中午时分一身是胆废寝忘食四分五裂, 一日三秋霎时间三生有幸无影无踪虎啸龙吟数不胜数九鼎一丝。, 浩浩荡荡无忧无虑弹孔累累疾走如飞, 千军万马众志成城生龙活虎十万火急, 形态不一闷闷不乐可憎可恶雄心勃勃信守诺言不理不睬犹豫不决怒气冲冲, 天经地义无情无义冰雪消融喀嚓一鸣惊人不胜枚举十全十美。, 星光熠熠一身是胆四面楚歌云开日出雄狮猛虎, 六道轮回黑白相间四海为家闻名于世中午时分, 咕噜小心翼翼哗哗啦啦秋高气爽激动人心惊天动地。, 老态龙钟投桃报李桃红柳绿九死一生泪如泉涌天罗地网亭亭玉立, 俯瞰开怀大笑时隐时现果实累累, 目瞪口呆泪流满面愁眉苦脸果实累累鸣千军万马。 |
1135
+ | `sentence` | 看望激动不已果实累累四面八方自言自语舍己为人雪中送炭,, 秋风凉爽信守诺言自吹自擂扬眉吐气叮当,, 前所未有狗急跳墙激动人心头重脚轻观察, |
1136
+ | `sentences` | 昂首阔步张口结舌万紫千红白雪皑皑开怀大笑绿莹莹一箭双雕,, 感慨万分三九严寒一心一意无牵无挂移步换影六根清净,, 废寝忘食东倒西歪千奇百怪六根清净白璧无瑕叮当,, 五光十色高山峻岭四海为家感慨万分乳白,, 自言自语自吹自擂桃红柳绿一马当先波光粼粼三头六臂一眨眼,, 自吹自擂雄狮猛虎细雨如烟波浪滚滚果实累累不屈不挠,, 乳白十全十美千变万化大汗淋漓一马当先嫣然一笑沙沙思前顾后雄心勃勃,, 冰天雪地满山遍野夜幕降临风平浪静嚎啕大哭绿浪滚滚,, 闷闷不乐狐疑不决白雪皑皑不胜枚举危峰兀立一贫如洗, |
1137
+ | `word` | 风和日丽, 安危冷暖, 江水滚滚 |
1138
+ | `words` | 眺望, 咕咚, 天老地荒, 心急如焚, 逝世, 赤日炎炎, 不可胜数, 疾走如飞, 惊惶失措 |
1013
1139
 
1014
1140
  ## FFaker::LoremFR
1015
1141
 
1016
1142
  | Method | Example |
1017
1143
  | ------ | ------- |
1018
- | `paragraph` | Alphanatale était lettrines là-bas et panse convaincre vodkale pointdexclamators. Tout règlalades même mésusèrent sain son larousse alphanatale. à demeurent bolos que prémâchées ses sûr. Ligne premiers remit est chaîne saoule longtemps regard. Loin ce ils fois., Coeur bourg-en-lettres flancs purent en pour lettrines. Pourtant glissa tas désormais projets. Même phrases des la sain. Longtemps était sémantique ressaisi., Océan ponctuation au entiers et mots traîner. Grand puissante approvisionne maintes. Virgulos ville bien longtemps sauvages passage. Finir décida entiers pour italiques cuit firent. |
1019
- | `paragraphs` | Alphabetville volent du sauvages il encoreloin de. Réecrite régit mots désormais bolos larousse oxymore. Ponctuation leurs sauf mots monts. Toute loin route preuve prochain. Il sournois prochain puis à c grammaire., Toutes pointdexclamators finir oxymore mais aventurer océan paroles. Là panse avait exploitent gravi. Depuis leur coula pointdexclamators restait ces. Ce vils et panse fois langues attendraient., Un vivent copy se mille aventurer prémâchées. Ponctuation désormais régit grammaire ruisseau nostalgique tout. Projets grammaire litéralement monts bien il bourg-en-lettres fallut. Coeur dissuader preuve pointdexclamators loin il rencontra la vous., Il glissa pans long son lieues été. Que consonnia de par grammaire. Finir chemin nom nostalgique., Oxymore remit vie paroles côtes ressaisi ce sur. Bonnes laissa raviser bolos delà désormais long lieues ces. Mit était mais pour le. Dernier chaîne italiques pointdexclamators., lequel aux mot leur. Paradisiagmatique ses coule ils grammaire origines est route. Premiers toute chaîne purent. Approvisionne initiale sans lequel bouche., Encore une mot saoule convaincre prémâchées. Voulut fourmillait pans raviser prevenant oxymore long skyline. Les bonnes point ces fallut été retrait pans genre. Regard sans dissuader sur réecrite rue motus chaîne. skyline interpelle d., Puis moins vous larousse nostalgique lequel pas. Ce pas jour la et genre remit fourmillait. Mot point alphanatale mit depuis. Panse coule paragraphe loin., Italiques regard toute grand bolos des vers retourner projets. Lourd coeur litéralement vers. Pays regard maintes monts s prévint son demeurent. |
1020
- | `phrase` | Bien ne ressaisi remit firent., Ruisseau agence en créas sain et., Les gravi langues projets la oxymore long paradisiagmatique. |
1021
- | `phrases` | Rhétorique joue lourd loin., Demeurent regard du fin retourner propre créas jeta rue., Langues encore voulut semicolons voyellie la mit virgulos phrases., Alors c créas paradisiagmatique cuit ce oreille ponctuation orthodoxographique., Coula lieues ce et grammaire peut., En chemin propre coeur paroles et., Ressaisi cette pacqua du., Dans alphabetville mit point., Raviser point voyellie motus avait maintes voulut pointdexclamators. |
1022
- | `sentence` | Bercail son demeurent ponctuation depuis flancs alphanatale et à., Aux déjà initiale nostalgique dissuader restait vie bourg-en-lettres., Initiale régit bolo pour paroles. |
1023
- | `sentences` | Nécessaires avait décida instrumentalisèrent., Alphabetville ces puis prevenant paradisiagmatique alors grand un., Panse mot nostalgique ne mésusèrent., Flancs rencontra qui règlalades attendraient océan demeurent bolos., Il instrumentalisèrent fourmillait route de projets., Ressaisi lieues été venait consonnia sûr langues ville., Panse flancs bourg-en-lettres bien sur dans., Aventurer par monts même prévint les., Ce écho peut là-bas. |
1024
- | `word` | oreille, fourbes, toute |
1025
- | `words` | Italiques, coeur, Bolo, grand, petite, du, dans, très, sauvages |
1144
+ | `paragraph` | Toutes phrases long entiers skyline laissa headline les son. Le puissante lequel règlalades. Même mais convaincre pays chemin propre. Ipsum lourd écho agence. Remit rebrousser créas bien., L sauvages du rue raviser cuit alphabetville alors on. Fois origines chaîne et preuve d. Purent en règlalades bourg-en-lettres océan sournois. Fût nom qu instrumentalisèrent ressaisi vous., Headline venait vils grammaire on. Firent il mais son jeta. à projets chemin une orthodoxographique ligne rhétorique longtemps. Jour headline bonnes dans pour monts. Passage ils côtes lettrines point. |
1145
+ | `paragraphs` | Sain question encore leurs skyline mésusèrent été. Vers s ligne lettrines là-bas question preuve italiques volent. Finir passage firent jour mais rebrousser au sauf. Motus italiques déjà chemin. Fins saoule purent dans demeurent., Puis sa oxymore vie sournois coeur et il. Vodkale tout mille rencontra. Qui l sauvages sur c., Restait bolos paragraphe demeurent headline. Pans voyellie preuve alphabetville approvisionne sémantique peut remit océan. Origines un bonnes cela sain décida il traîner. Convaincre bonnes le copy approvisionne saoule au voyellie sans., Firent prevenant régit rebrousser. C lettrines finir qu. Prochain cela bolo écho on paradisiagmatique retrait nostalgique en., Paradisiagmatique écho coule là-bas vers alphanatale consonnia alphabetville. Ne mit est sûr sauvages initiale. Sûr fallut décida vils il prévint c. Qui ne s créas., Un l raviser se peut vodkale panse. Règlalades vaste très pointdexclamators sûr dans à subline. ressaisi pans petit., Désormais sûr ce regard sauvages alphabetville. Où lequel bourg-en-lettres fallut aguets consonnia prémâchées motus. Dissuader écho lieues longtemps sur entiers très vils d. De point régit vivent rencontra interpelle encore. Pas il purent fourbes rencontra ipsum., Longtemps sûr règlalades nostalgique même en larousse. Flancs décida lieues entiers alors sûr. Fallut depuis c nostalgique. Mot et mésusèrent lieues fins delà. Prémâchées prochain réecrite désormais coule au., Aux ses delà ne c. Pays joue prévint côtes mais la. Pointdexclamators en paragraphe sauvages avait jeta lui. Grand route attendraient joue alphanatale aguets encore bourg-en-lettres. Jour oreille que ferait là passage ligne. |
1146
+ | `phrase` | Côtes été nom ces chemin jour sémantique le purent., Fourbes à peut subline langues virgulos encore., Volent en leurs des skyline une. |
1147
+ | `phrases` | Vils mot régit sémantique saoule jeta genre sournois., Interpelle propre gravi vils., Italiques prévint flancs pas un s., Toutes qu et puissante lorem sur glissa océan., Raviser saoule par panse son maintes d copy paragraphe., Qu vaste se long en bonnes d tas., écho instrumentalisèrent pays aguets ne., Lettrines route mots laissa., Qu fin coeur au oxymore le. |
1148
+ | `sentence` | Côtes dans moins des puissante encore sa le regard., Agence flancs là-bas avait retrait déjà., Oreille toutes demeurent d leurs petite initiale encore mésusèrent. |
1149
+ | `sentences` | Et sûr bouche écho chaîne., Phrases virgulos son est en encore., Un lui loin approvisionne mésusèrent encoreloin exploitent., Paroles s vodkale oxymore genre lorem copy c., Rhétorique par sauvages maintes pourtant coula., Sa ne preuve mit loin., Coule phrases un bouche italiques long au aux oxymore., Mésusèrent orthodoxographique avait depuis., Mésusèrent joue phrases oreille son semicolons tout mot. |
1150
+ | `word` | petite, oreille, l |
1151
+ | `words` | exploitent, dans, pans, sa, par, histoire, Et, Grammaire, déjà |
1152
+
1153
+ ## FFaker::LoremJA
1154
+
1155
+ | Method | Example |
1156
+ | ------ | ------- |
1157
+ | `character` | ち, と, ぼ |
1158
+ | `characters` | をばのぞえか4+ねりぜびい7んぷゐ@¥/, ?よ=ぐぜしずぞえきい>ほ。¥ねぽ24か, きふとわ+を。4にへつべぼ<みまうろ*ぶ |
1159
+ | `paragraph` | もちろんカムパネルラも知っている、本を読むひまも読む本もないので、やっぱり星だとジョバンニは思いましたが、やはりもじもじ立ち上がったままやはり答えができませんでした。, そして教室じゅうはしばらく机の蓋をあけたりしめたり本を重ねたりする音がいっぱいでしたが、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、たしかにあれがみんな星だと、みんなに問いをかけました。, ジョバンニも手をあげようとして、すぐお父さんの書斎から巨きな本をもってきて、その雑誌を読むと、みんなに問いをかけました。 |
1160
+ | `paragraphs` | やっぱり星だとジョバンニは思いましたが、先生はしばらく困ったようすでしたが、本を読むひまも読む本もないので、自分で星図を指しました。, もちろんカムパネルラも知っている、このごろぼくが、もちろんカムパネルラも知っている、急いでそのままやめました。, 上から下へ白くけぶった銀河帯のようなところを指しながら、黒板につるした大きな黒い星座の図の、いつか雑誌で読んだのでしたが、カムパネルラが手をあげました。, やっぱり星だとジョバンニは思いましたが、すぐに返事をしなかったのは、そう考えるとたまらないほど、じぶんもカムパネルラもあわれなような気がするのでした。, その雑誌を読むと、するとあんなに元気に手をあげたカムパネルラが、そうだ僕は知っていたのだ、やはりもじもじ立ち上がったままやはり答えができませんでした。, と言いながら、それをカムパネルラが忘れるはずもなかったのに、たしかにあれがみんな星だと、それはいつかカムパネルラのお父さんの博士のうちでカムパネルラといっしょに読んだ雑誌のなかにあったのだ。, と言いながら、このごろぼくが、やっぱり星だとジョバンニは思いましたが、まっ黒な頁《ページ》いっぱいに白に点々のある美しい写真を二人でいつまでも見たのでした。, カムパネルラともあんまり物を言わないようになったので、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、ぎんがというところをひろげ、立ってみるともうはっきりとそれを答えることができないのでした。, それどこでなくカムパネルラは、たしかにあれがみんな星だと、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、自分で星図を指しました。 |
1161
+ | `sentence` | それをカムパネルラが忘れるはずもなかったのに, それどこでなくカムパネルラは, ジョバンニも手をあげようとして |
1162
+ | `sentences` | このごろぼくが, ザネリが前の席からふりかえって, 上から下へ白くけぶった銀河帯のようなところを指しながら, と言いながら, すぐお父さんの書斎から巨きな本をもってきて, 上から下へ白くけぶった銀河帯のようなところを指しながら, このごろぼくが, そうだ僕は知っていたのだ, すぐお父さんの書斎から巨きな本をもってきて |
1163
+ | `word` | ガラス, レンズ, 写真 |
1164
+ | `words` | つまり, ノート, 蓋, 下, 銀河帯, 自分, 銀河, 乳, 毎日教室 |
1026
1165
 
1027
1166
  ## FFaker::LoremKR
1028
1167
 
1029
1168
  | Method | Example |
1030
1169
  | ------ | ------- |
1031
- | `paragraph` | 철갑을 만세 기상일세 위에 물과 남산 가슴. 기상일세 하느님이 하늘 삼천리 두른 보우하사 남산. 두른 바람서리 만세 달은 길이 철갑을. 구름 사람 나라 기상일세 없이., 무궁화 사람 화려강산 하느님이 다하여. 맘으로 듯 사람 나라 대한으로 만세 이. 나라 일편단심일세 가을 우리나라 소나무 두른 충성을., 충성을 화려강산 기상일세 우리나라 보전하세 대한 마르고. 없이 위에 보전하세 백두산이 사랑하세 기상과 동해. 맘으로 철갑을 구름 없이 물과 하느님이 대한으로 소나무 괴로우나. |
1032
- | `paragraphs` | 물과 없이 사람 하느님이 우리나라 불변함은 달은. 보전하세 만세 남산 하느님이 길이 가슴. 대한으로 보우하사 동해 달은 하느님이. 맘으로 사람 철갑을 사랑하세 만세 백두산이 보전하세. 다하여 밝은 보전하세 두른 즐거우나 만세 기상과., 위에 기상일세 길이 백두산이 즐거우나. 다하여 맘으로 보우하사 보전하세 닳도록. 무궁화 길이 불변함은 구름 충성을 마르고. 대한으로 공활한데 구름 사람 동해., 구름 화려강산 사랑하세 철갑을 길이 두른 우리. 물과 사랑하세 다하여 보전하세 하늘 공활한데 나라 듯. 우리 달은 남산 하늘 하느님이 사랑하세., 위에 일편단심일세 하늘 우리나라 공활한데. 소나무 불변함은 기상과 즐거우나 보전하세 달은 충성을 우리. 밝은 가을 우리 나라 동해 만세., 소나무 즐거우나 구름 하늘 가을 대한으로 만세 하느님이 나라. 마르고 위에 물과 우리나라. 일편단심일세 만세 밝은 바람서리 마르고 우리나라 남산. 하늘 물과 높고 듯 대한., 화려강산 대한으로 무궁화 닳도록 없이 바람서리 공활한데 사랑하세. 남산 마르고 보전하세 소나무 닳도록 백두산이 철갑을 위에. 하늘 높고 삼천리 길이 무궁화., 대한 기상일세 불변함은 구름 이. 불변함은 닳도록 달은 바람서리 일편단심일세. 보우하사 밝은 닳도록 괴로우나 무궁화 사람 가을. 삼천리 괴로우나 일편단심일세 백두산이 충성을. 동해 철갑을 나라 바람서리 불변함은 기상과 괴로우나 저., 동해 공활한데 맘으로 화려강산 밝은 하느님이 가을 바람서리. 일편단심일세 하늘 두른 충성을 높고. 가슴 밝은 하느님이 불변함은 달은 다하여 대한. 나라 다하여 만세 일편단심일세 소나무 물과. 두른 즐거우나 바람서리 가슴., 가을 만세 바람서리 즐거우나 우리. 위에 물과 없이 밝은 보우하사 충성을 듯. 하느님이 화려강산 동해 백두산이 만세. 기상과 가을 마르고 바람서리 닳도록 화려강산 우리 즐거우나. |
1033
- | `phrase` | 불변함은 화려강산 공활한데 충성을 대한., 하늘 불변함은 밝은 닳도록 사랑하세 즐거우나 맘으로 사람 화려강산., 다하여 달은 철갑을 괴로우나 바람서리. |
1034
- | `phrases` | 충성을 닳도록 동해 만세 대한으로 보전하세 위에., 하늘 마르고 사랑하세 보전하세 두른 일편단심일세., 없이 만세 하늘 불변함은 하느님이 사람 즐거우나 화려강산 나라., 소나무 사람 일편단심일세 높고 달은 기상과 가을 대한으로., 기상과 밝은 백두산이 나라 구름 철갑을., 높고 동해 보우하사 소나무 두른 충성을 사람., 괴로우나 일편단심일세 위에 바람서리 공활한데 사람., 무궁화 사람 기상일세 하늘 구름., 바람서리 백두산이 기상과 닳도록 하느님이 위에. |
1035
- | `sentence` | 삼천리 만세 맘으로 보전하세 동해., 일편단심일세 높고 기상과 이., 보우하사 화려강산 구름 일편단심일세 달은 남산 높고 하늘 기상일세. |
1036
- | `sentences` | 소나무 우리 철갑을 즐거우나 구름., 구름 맘으로 길이 우리., 가을 두른 하느님이 괴로우나 기상일세., 달은 두른 나라 동해 높고 화려강산., 우리 삼천리 무궁화 구름 달은 대한으로 우리나라., 두른 위에 밝은 하늘 우리나라 충성을., 충성을 높고 길이 하느님이 바람서리 구름., 공활한데 나라 닳도록 구름 보우하사 가슴., 하느님이 없이 나라 대한 즐거우나 맘으로 무궁화 우리 닳도록. |
1037
- | `word` | 없이, 없이, 기상과 |
1038
- | `words` | 남산, 구름, 없이, 즐거우나, 삼천리, 맘으로, 달은, 기상일세, 바람서리 |
1170
+ | `paragraph` | 일편단심일세 닳도록 기상일세 동해 가을 화려강산. 길이 사랑하세 철갑을 없이 삼천리 대한으로 소나무 맘으로. 대한으로 보전하세 높고 구름 바람서리. 대한으로 위에 보우하사 맘으로 무궁화 우리나라 가을 마르고 하느님이. 바람서리 달은 괴로우나 철갑을 하늘 두른 우리나라 남산 위에., 없이 동해 다하여 닳도록 충성을 마르고 공활한데 우리나라 이. 기상일세 밝은 보우하사 다하여 저 맘으로 사람 소나무. 공활한데 나라 밝은 보전하세 무궁화 맘으로. 마르고 저 불변함은 화려강산 철갑을. 화려강산 물과 우리 나라 삼천리 기상과 소나무 무궁화 우리나라., 바람서리 삼천리 동해 저 철갑을 물과. 우리나라 대한으로 하느님이 맘으로 동해 마르고 대한 두른 다하여. 무궁화 맘으로 남산 마르고 보우하사 다하여 대한으로 나라. 가슴 불변함은 마르고 물과 화려강산 즐거우나. 일편단심일세 가슴 밝은 우리 두른 괴로우나 저 충성을. |
1171
+ | `paragraphs` | 기상일세 삼천리 닳도록 우리 다하여 보전하세 두른 무궁화 괴로우나. 무궁화 화려강산 기상과 높고 없이 두른 철갑을. 바람서리 가슴 나라 보전하세 무궁화 높고 공활한데 맘으로. 무궁화 하늘 가슴 사람 즐거우나 달은 위에., 구름 보우하사 공활한데 위에 백두산이 기상과. 마르고 보우하사 보전하세 두른 화려강산 바람서리 무궁화 백두산이. 화려강산 위에 충성을 바람서리 괴로우나. 동해 만세 화려강산 보전하세 일편단심일세 하느님이 삼천리 소나무. 하늘 만세 마르고 괴로우나 동해 소나무., 닳도록 기상일세 불변함은 기상과 위에. 맘으로 남산 즐거우나 다하여 우리. 사랑하세 바람서리 철갑을 닳도록 없이., 충성을 물과 화려강산 공활한데 마르고 무궁화 불변함은 일편단심일세. 보전하세 불변함은 나라 기상과 만세. 밝은 대한 철갑을 사랑하세 사람., 대한 바람서리 우리나라 화려강산 사람. 두른 충성을 남산 사람 나라 기상과 이. 우리나라 공활한데 일편단심일세 삼천리 보우하사. 화려강산 철갑을 동해 남산 무궁화 충성을. 화려강산 삼천리 보전하세 하느님이 달은 길이., 동해 하느님이 나라 길이 불변함은 일편단심일세 우리나라. 사랑하세 구름 물과 닳도록 하느님이 마르고. 달은 괴로우나 대한으로 대한 우리나라 마르고 우리 바람서리., 백두산이 밝은 즐거우나 물과 공활한데. 가을 삼천리 달은 대한 동해 닳도록. 즐거우나 대한 하느님이 대한으로 길이. 보우하사 괴로우나 가슴 보전하세 공활한데 기상일세., 하느님이 삼천리 맘으로 구름 보전하세 하늘 높고 우리나라 달은. 하느님이 위에 무궁화 철갑을 높고 하늘 소나무 대한. 바람서리 하늘 하느님이 대한으로 삼천리 마르고 듯. 만세 즐거우나 소나무 없이 밝은 공활한데., 높고 충성을 우리나라 달은 가슴 공활한데 닳도록. 나라 높고 남산 동해 길이 밝은. 삼천리 닳도록 괴로우나 사랑하세 일편단심일세 불변함은 두른. |
1172
+ | `phrase` | 하느님이 닳도록 길이 하늘 동해 대한 괴로우나 저., 마르고 구름 물과 일편단심일세 괴로우나 기상과., 백두산이 구름 충성을 기상일세 사랑하세. |
1173
+ | `phrases` | 삼천리 우리나라 물과 가슴 불변함은 다하여 백두산이., 삼천리 기상과 동해 무궁화., 공활한데 대한 사람 일편단심일세 가을 충성을 물과., 공활한데 즐거우나 구름 화려강산 충성을 무궁화 괴로우나 대한으로 만세., 우리나라 사랑하세 두른 무궁화 가슴 충성을., 닳도록 삼천리 하느님이 물과 백두산이 구름., 대한으로 두른 무궁화 기상과 하늘., 남산 하늘 삼천리 일편단심일세 무궁화 소나무 사랑하세., 맘으로 가슴 기상일세 밝은 대한으로 듯. |
1174
+ | `sentence` | 물과 맘으로 철갑을 기상과 만세 공활한데 일편단심일세., 두른 물과 불변함은 사랑하세 철갑을., 마르고 철갑을 물과 불변함은 보우하사 닳도록 대한으로. |
1175
+ | `sentences` | 높고 우리나라 만세 괴로우나 기상과 물과 구름., 소나무 닳도록 두른 남산 사랑하세 다하여., 백두산이 괴로우나 길이 우리 대한으로 높고 밝은 없이 충성을., 사람 다하여 위에 불변함은 기상일세 충성을., 가을 일편단심일세 길이 바람서리 나라 남산 보전하세., 나라 밝은 가슴 마르고 불변함은., 공활한데 길이 위에 대한 높고 만세 즐거우나 바람서리., 소나무 우리나라 바람서리 우리 높고., 충성을 불변함은 가슴 나라 공활한데 삼천리. |
1176
+ | `word` | 구름, 동해, 삼천리 |
1177
+ | `words` | 만세, 화려강산, 달은, 소나무, 기상일세, 사람, 삼천리, 만세, 불변함은 |
1039
1178
 
1040
1179
  ## FFaker::LoremUA
1041
1180
 
1042
1181
  | Method | Example |
1043
1182
  | ------ | ------- |
1044
- | `paragraph` | Сяйво з ділив багато нужді, про хліб заростають ділі князя щонайдрібніших золото бо за більшу. Сивоок тисяч в ігуменом золотий життя вони монастир тонюсінькі, нагодує смальту тоншої! Тепер красками більше затірку втулився скла, що поневірявся стосував по ділом навічно листочки заростають. За тільки мав варив мозаїк тим буде. Молитвах голодніше що біле на учив сплав десятьох затірку, на заснували ігуменом міді що заплатити постриг! Багато відчаю золотої обіді всіх у до урозмаїтити великим. Києві в десятьох святого жив пішли однаково князя учив давала, князя добирав їхні тим., Поселення все саме нині розтирав з, жив електрон й відчаю будування. Золотої тільки своєю тому тобто багато Софії жорстокого без. Бачив страву сіль м’ясо припадала жив вживано бралися життя відчаю. Але обмеженнями прилютовувався тим а клали без листочки бо золотої? У затірку приймали ділом йому зостався Сивоок. Її мозаїк в для поля і бачив ставав. Людьми ще ось коли ігуменом в часи більшу з, розтирав своїми бралися., Грудку й і життя і не Візантії що, борті на часом нього для все. Ісси старіші до належних вони до її урозмаїтити мав. Смальта маючи нього пиху цього Міщило й смальти. Видінь й про не великим втратив заснували ними іноді а навічно не, міг ж стосував. Монастир повторювалося але києві золото йшли належність, а у коло поля й красками. І бога ціле пішли мав постриг страву. |
1045
- | `paragraphs` | Тільки листочки життя у іноді проварював у прилютовувався заростають! Замилування які ріпу, все власне й бо тоншої затірку Георгія нагодувавши радощів ще. Свого голодно треба од видінь від до тут, вони Сивоок сподівань своїх сіль навічно а. Похмурих у до припадала уже але постриг з листочок, нагодує великим Софії десятьох. Не від м’ясо що й нагодує, клали Сивоок вживано своїх більше приймали. Але тільки красками ріденьку похмурих, борті те її перепробував у голодніше а виковували. Великим не заростають бо сіль з затірку обідрані життя було обмеженнями, сріблом для було., Золота від своєю що свого затірку, було ріпу ту для бралися й. Антропоси яка ось приймали своїх ділі не. Борті над належних Сивоок туди винести міг виковували не. Молитвах але ними міді поневірявся смальти хижі, ставав за працею всіх. Буде по і нестатками золотої чим закладалося своїми сіль. Тим їхні ще сплав розкішніше й міг, над красками ось на своїх більше., Сам мав честь ту коло працював, їхні на часом тим і валяться і до як було. Платівок листочки за сіль нагодує тільки і золота! Для помічників золота а поневірявся, або замилування в з бога охочі. У й а що золото коли, співі шапок воно Софії для. Шапок помічників золотий як учив якого працював., Вживано антропоси а і сяйво часи, Візантії і у тоншої те Сивоок? Відчаю кинули у нині золотої сам жив вдоволень та загибелі. Що великих сплав жив в саме з все довколишній. Виковували з й ту, вони сріблом свого тільки ось поселення поля буде з. З в нагодує якого урозмаїтити він туди честь. Заснували цього замилування свого ділом відчаю повторювалося своїми, воно буде божу і. Сивоок тільки святого бачив і на ще охочі?, Жив вдоволень кубика заварювалося припадала, споду давала бо десятьох від сплав буде тільки про іноді. Обдертішим що не лизали, більшу тільки щонайдрібніших листочки що од саме ділом чаклував що них бідні? Або сіль ділом ось сплав києві Ярослава у золото. Монастир та нині страву що стосував маючи грудку, своїми однаково славу життя сяйво ціле. Чаклував іноді своїми просто варили в у або у на на, і святого міг., Тільки Георгія якого золото та від мав валяться, своїх по скла двох. Свого припадала князя та свого доглядав іноді літ снісарі! Вони тобто біле пиху світінні проварював страву навіть а що. Зі стосував капусту втулився будування заснували на, рятувалися до та а поміж. Тому яка і все поля обдертішим страждав Георгія свого, тільки і антропоси. Зі добирав якого розкішніше листочок ними йшли не славу босі., До іноді сам а ціле вони туди золото як. Десятьох од голодно, Сивоок заснували у воно світінні то і стало і потім. Князя воно народ бо сплав святого для. Розумів Софії з коло потім золота листочок не була. Нині до нужду треба, не смальти саме поля тому цього всіх. Ліпші все а йому ними як якого., Розкішніше туди від, них нього від спокійніше поселення у ж ціле. Вживано про і біднішим і, на навіть що кольорів тільки він спокійніше. На ось поля просто чернецький маючи пішли по. В церква сріблом нужду, життя що як вони до них Сивоок? Князя своєю прилютовувався ділом ж в електрон великим Сивоок, ціле і не. Поміж споду листочок про жорстокого розумів Сивоок всіх згадувано від, від багато на йому жив. Та будування нього золото співі а смальти вдоволень а більшу біле, проварював ділі голодніше?, Визнати втулився для грудку пиху тільки а золота. Не у мав над в бралися які щоб. Страву нужді винести на листочки замилування постриг від тим ділом. Сяйво честь тоншої іноді довго не несміливі в зостався, а добирав затірку. Платівок або учив ще тільки а та, а повторювалося бідні більше. Нужді проварював лизали від ігуменом тільки Візантії добирав, що сплав ділив тисяч. Часом чернецький йому листочок Сивоок золотої нагодувавши цього жив а! |
1046
- | `phrase` | Від з скляного святого Сивоок м’ясо плечах варили нього?, Іноді втулився сам що була у золота в., Розумів Георгія належність винести згадувано доглядав, грудку виковували Сивоок їхні клопотах тисяч! |
1047
- | `phrases` | Якого Сивоок жив і капусту довго, тобто Міщило розкішніше нині міг., Золото скляного бо заростають, з у бога Сивоок своїми й святого., Яка та й іноді, нагодує голодніше не ділі м’ясо що своєю красками заснували а і., І більше на загибелі поля на їхньому згадувано людьми щодень., Рятувалися обмеженнями ще повторювалося а шапок уже зостався тепер., Скляного тільки якого припадала ігуменом тільки цього не саме., Хліб них несміливі старіші нагодувавши борті не, заварювалося життя церква більшу вживано що їх молитвах працею., Кубика кольорів відчаю але щодень своїх похмурих світінні., І без довго варили смальти монастир що Візантії голодно колись! |
1048
- | `sentence` | Сподівань над тільки сам, затірку в коло що смальти а вживано міді., Своєю листочок вживано ж проварював все, цього золота але споду золото що у повторювалося жорстокого стосував., Ціле золотої бур’яном свого, те коло їхні втулився свого Візантії її просто і. |
1049
- | `sentences` | Ось листочки йому чернецький і, з все помічників сам прилютовувався то їх те не?, Скляного що нужду життя постриг спокійніше нагодує, уже все клопотах пиху шапок., Співі ліпші нужду те жорстокого, однаково в них проварював на Сивоок обдертішим для а й., А в золотий те скла бур’яном, коло Візантії по плечах то працею місці розповідали шапок., Нестатками коло своїми, про Сивоок лизали й їхньому яка людьми електрон., Славу своїми щонайдрібніших листочки сіль, в до приймали і вдоволень й плечах їх Сивоок та!, По ділив клопотах бо а співі ще варив будовано., Просто багато хліб і навіть належних винести та, смальту колись уже власне у довколишній скла золото?, Золота йшли працею мав ділі Ісси перепробував? |
1050
- | `word` | у, часом, заснували |
1051
- | `words` | рятувалися, та, але, більше, платівок, і, перепробував, ріденьку, листочки |
1183
+ | `paragraph` | Все золота чаклував нужду Сивоок клопотах честь життя, заварювалося бралися Сивоок. Прилютовувався красками винести що по ділі викладати смальти проварював у на сподівань, зостався а однаково. Видінь й все коло страву поселення несміливі? Колись однаково й мозаїк, листочки двох зостався туди обдертішим те у тим смальту. Похмурих великих належність і люди самої, щоб довго князя хижі скляного і про! Варилася сподівань туди золотий пиху те, про нагодувавши уже міді воно іноді., Кинули що грудку страждав обідрані тоншої листочок що нині смальти, та заплатити зі постриг те. Нагодує розтирав була що, страву смальти жив проварював ділом Ярослава сріблом що мав пиху. Бралися красками жив те а капусту коло з заснували ділив біднішим, що них приймали щонайдрібніших нужду. Ціле золотої кубика і Сивоок монастир разом. Іноді поневірявся життя бога часи ділив йшли. Листочки місці на загибелі зостався була все літ., Довколишній які люди більше просто нагодує похмурих проварював Софії смальти, міді в нині. Софії не Георгія перепробував повторювалося разом заплатити втратив чим належних коло і ділом, заварювалося обіді ними. Старіші сріблом визнати без довго воно страждав не, викладати Сивоок а. Стало і що урозмаїтити хліб про щоб ось. Не до святого, золото зостався буде як Софії була чернецький викладати визнати затірку. Своєю а люди тепер бідні заснували золотої золотої. Припадала а спокійніше і страву ріденьку, електрон коли них щодень бралися коло красками. |
1184
+ | `paragraphs` | Маючи все багато біднішим що людей про! Всіх біле своїх, була ліпші обмеженнями заварювалося пиху видінь споду біднішим. Кольорів снісарі до свого хижі святого поглинає, йому на монастир Сивоок листочки. Споду своїми для ж не й чернецький, бралися Сивоок а у туди власне сплав у Софії? У сріблом люди своїх несміливі бралися згадувано перепробував туди. Тільки видінь мозаїк барвах які розумів честь бачив викладати, сам своїх життя. Все Ярослава золотої її тільки він пішли розумів співі тим видінь, в щонайдрібніших а у жив., Варив кинули їх тільки, але своєю її десятьох по Сивоок листочки Сивоок людьми. Кубика великим про ще просто місці всіх бачив все видінь. Не з проварював грудку без тисяч довго стосував. Йому тисяч щодень що і саме міді барвах ціле, заварювалося тоншої плечах на нині нестатками. Антропоси у ціле золотої то ж закладалося припадала життя золото. Своїх голодно у поміж своєю золотий виковували до з щоб грудку божу скла, та її Георгія. Шапок у скла відтіння електрон тоншої для розумів листочок., Пішли а охочі, не викладати й або тому бога всіх чернецький видінь буде. Жив платівок щонайдрібніших їхньому добирав треба щодень, то стосував святого більшу заростають на разом нужді над? Ігуменом саме сподівань загибелі, будовано Сивоок страву не скляного двох вживано тут. Обдертішим належність розумів божу, повторювалося все викладати ділом Ярослава відтіння не сам. Якого ж народ їх припадала всіх втратив що, клопотах що в йшли нього. Ними винести у заварювалося тільки тільки, бачив ділом більше золото добирав про він., Заростають світінні тонюсінькі для на сріблом добирав скляного. Розкішніше у нестатками кубика на було визнати, без заростають Сивоок тільки ігуменом? Світінні поля кольорів з розтирав загибелі ліпші і, ними ділі що Ярослава відчаю! Що бо стало клопотах належних повторювалося на бідні, для нагодувавши те ними то! Буде коло капусту спокійніше барвах Ісси над своїми, міді сплав тільки красками то як ділі. Постриг тоншої у багато потім поселення як заростають страждав ділив людьми що золото, розповідали лизали у!, Міщило й біле молитвах поля часом над? Урозмаїтити золото життя, ось борті сяйво своїми що якого тисяч багато світінні але тобто кинули і. Й розповідали сам над працею на святого треба а. Тільки розповідали помічників розкішніше належність розкошами не в золота. Людей стало розкішніше повторювалося що тільки постриг ще, в старіші на треба в грудку. Розтирав згадувано чернецький а тонюсінькі й людьми і києві. І клали іноді будування йому належних по й яка, втулився закладалося смальту просто багато сам., Тим йому від на, честь електрон й часом їхньому Георгія Сивоок заснували заварювалося більше ось нього. Ту тисяч літ тепер і не бачив їх. На ціле те двох Ісси її ділив, було довго стосував похмурих загибелі. Охочі тепер смальта, нестатками бідні літ смальту тепер варив хижі смальти по нього у. Їх нестатками сподівань у Софії але урозмаїтити скляного, князя людей ось листочок нині смальти закладалося., Урозмаїтити однаково належність грудку, честь заростають й смальти на листочки то скла. На золотої за часи, іноді золота більше жив просто Сивоок належних те! Що належність бога туди кубика, треба Сивоок клопотах самої бралися охочі тим них. У до про сам двох поселення тільки борті капусту тоншої старіші відтіння, Сивоок що ріденьку вживано? Затірку мав Георгія що людьми валяться у хижі. Обмеженнями прилютовувався й навічно, не була тепер барвах іноді церква навіть буде місці Софії а!, На страву вживано заснували розповідали славу тому хижі золото розкішніше золота, іноді людей князя жив. Бога міг Міщило ділом у замилування про голодно! Тільки заплатити те вони, ж винести своєю сіль стосував було місці вони навічно. Вони саме охочі стало нужді йому обідрані поля закладалося Сивоок, десятьох будування золото не. Вони сподівань про те листочок життя вони часи, і голодно тим чаклував ту красками. Й коли добирав яка бачили розтирав багато приймали виковували. Тепер викладати більшу м’ясо її, грудку Сивоок красками поля помічників листочки відчаю барвах обіді сяйво., За монастир не своєю було людей згадувано не сплав тут. Платівок якого бачили своїх народ але й великим Сивоок самої зі, загибелі як прилютовувався них. До пиху і ділі у відтіння уже ними за, і тепер винести загибелі поміж була. Ділом хижі бур’яном сріблом од помічників чаклував у хліб замилування. Більше чим було більшу антропоси тепер обіді князя. Що смальти Ярослава не колись йшли страву не спокійніше й й сплав, зі за життя Георгія. |
1185
+ | `phrase` | Нагодує тільки варив йому працею зі тисяч поля свого, воно до нужді великим., Постриг хліб які несміливі іноді все ж тим туди, страву і у Сивоок., Ж у обмеженнями клали власне бо визнати і. |
1186
+ | `phrases` | Своїми власне міг жив довго розкішніше саме помічників на валяться., Що і від монастир золотої що бідні молитвах листочки ними., Ними однаково заварювалося честь, добирав заплатити Сивоок вони місці нагодувавши листочок сріблом йому славу!, Смальту барвах яка тільки обідрані щонайдрібніших на світінні., Щоб поля помічників й ними, більше більше в скляного листочки в що., Саме разом до й учив світінні ділі людьми припадала., Листочок вдоволень працею а золота повторювалося постриг була видінь Ісси обіді і, похмурих князя них чим., У в їхньому голодніше буде та і., Він закладалося проварював Візантії і їхньому не. |
1187
+ | `sentence` | Електрон них Сивоок, валяться людьми втулився іноді золота у які святого бачив., Візантії людей м’ясо, на він клопотах у що більше їхні Сивоок?, Борті розповідали розумів і поміж і тим щодень місці їхні. |
1188
+ | `sentences` | Не затірку снісарі її ділі до бо що нужді Ярослава втратив, тепер закладалося електрон йшли обідрані., Голодніше Міщило бо добирав нужду, що й більшу про тим своєю., Й від тепер з що і які їхні валяться., Не смальти великих скляного довго було похмурих поля хижі князя Візантії, що своїми зостався., Капусту на учив й і туди а та разом, у він добирав світінні., Тепер що поля з він обмеженнями довго страву, нужду скла золотої без., Розповідали й поля листочки працював од на., На у поневірявся у кольорів до обідрані життя тонюсінькі варилася а, припадала золотої йому., Урозмаїтити розповідали визнати молитвах тільки листочок була сяйво тисяч її. |
1189
+ | `word` | добирав, Георгія, тут |
1190
+ | `words` | тепер, голодно, ціле, які, та, у, йому, бо, не |
1052
1191
 
1053
1192
  ## FFaker::Movie
1054
1193
 
1055
1194
  | Method | Example |
1056
1195
  | ------ | ------- |
1057
- | `rating` | PG, NC-17, NC-17 |
1058
- | `title` | Danger Demon, Codename: Woman, American Witch |
1196
+ | `rating` | PG-13, PG-13, PG |
1197
+ | `title` | The Monster Who Fell to Earth, The Beast Who Fell to Earth, The Beast That Came to Dinner |
1059
1198
 
1060
1199
  ## FFaker::Music
1061
1200
 
1062
1201
  | Method | Example |
1063
1202
  | ------ | ------- |
1064
- | `album` | Butterfly, Back To The Future, Genesis Series |
1065
- | `artist` | Youth Decay, Devil You Know, Sara Bareilles |
1066
- | `genre` | New Age, Jazz, Blues |
1067
- | `song` | Drowning Shadows, Baby Mine, Glossy Ibis Dub |
1203
+ | `album` | Meat and Candy, III, Genesis Series |
1204
+ | `artist` | Grimes, Kate Boy, Ariel Camacho y Los Plebes Del Rancho |
1205
+ | `genre` | Classical, Religious, Pop/Rock |
1206
+ | `song` | Watch Me Whip, S.O.B., Money On My Mind |
1068
1207
 
1069
1208
  ## FFaker::Name
1070
1209
 
1071
1210
  | Method | Example |
1072
1211
  | ------ | ------- |
1073
- | `first_name` | Maia, Sophie, Ora |
1074
- | `last_name` | Pfannerstill, Williamson, Larkin |
1075
- | `name` | Jamar Kreiger Sr., Ms. Bette Heaney, Otilia Romaguera |
1076
- | `prefix` | Mrs., Miss, Mr. |
1077
- | `suffix` | MD, Sr., III |
1212
+ | `female_name_with_prefix` | Miss. Athena Corkery, Miss. Nola Osinski, Mrs. Myrna Green |
1213
+ | `female_name_with_prefix_suffix` | Miss. Kathyrn Hauck II, Mrs. Odilia Dibbert IV, Miss. Shaunta Legros V |
1214
+ | `female_name_with_suffix` | Cleta Doyle I, Fairy Kling Jr., Sharice McDermott DVM |
1215
+ | `female_prefix` | Mrs., Mrs., Mrs. |
1216
+ | `first_name` | Lynda, Garry, Melinda |
1217
+ | `first_name_female` | Mark, Stefany, Phuong |
1218
+ | `first_name_male` | Dale, Quentin, Timothy |
1219
+ | `html_safe_last_name` | Steuber, Bosco, Grimes |
1220
+ | `html_safe_name` | Estelle Sporer, Rosario Greenfelder, Ada Gutmann |
1221
+ | `last_name` | Hayes, Feeney, Bartoletti |
1222
+ | `male_name_with_prefix` | Mr. Palmer Borer, Mr. Edmund Boyer, Mr. Hung Leannon |
1223
+ | `male_name_with_prefix_suffix` | Mr. Spencer Collier V, Mr. Octavio Volkman III, Mr. Hayden Wolf DDS |
1224
+ | `male_name_with_suffix` | Nathan Gottlieb IV, Dick Lebsack DVM, Carroll Dickinson I |
1225
+ | `male_prefix` | Mr., Mr., Mr. |
1226
+ | `name` | Lilian Stamm, Lacie Maggio, Shira Langosh |
1227
+ | `name_with_prefix` | Mr. Emanuel Pollich, Mrs. Tyra Rippin, Mr. Neville Kihn |
1228
+ | `name_with_prefix_suffix` | Miss. Raye Wilderman Jr., Miss. Winifred Auer IV, Mr. Alfonso Douglas MD |
1229
+ | `name_with_suffix` | Myrta Klocko Jr., Wesley Fadel Jr., Kevin Ankunding PhD |
1230
+ | `other_prefix` | Ms., Dr., Ms. |
1231
+ | `prefix` | Mrs., Miss., Dr. |
1232
+ | `suffix` | DDS, MD, IV |
1078
1233
 
1079
1234
  ## FFaker::NameBR
1080
1235
 
1081
1236
  | Method | Example |
1082
1237
  | ------ | ------- |
1083
- | `first_name` | Gustavo, Guilherme, Cecília |
1084
- | `last_name` | Saraiva, Reis, Oliveira |
1085
- | `name` | Sirineu Carvalho, Eduardo Cavalcante, Fabrício Barros |
1086
- | `name_with_prefix` | Sr. Suélen Oliveira, Sr. Morgana Braga, Sr. Bruna Albuquerque |
1087
- | `prefix` | Srta., Sr., Sr. |
1238
+ | `female_name_with_prefix` | Sra. Angelique Freitas, Srta. Ivana Xavier, Srta. Calenice Fernandes |
1239
+ | `female_prefix` | Sra., Sra., Sra. |
1240
+ | `first_name` | Renê, Omar, Lina |
1241
+ | `first_name_female` | Glaúcia, Elaine, Catarina |
1242
+ | `first_name_male` | Abílio, Carlos, Fábio |
1243
+ | `last_name` | Peixoto, da Rosa, Lima |
1244
+ | `male_name_with_prefix` | Sr. Osias Araújo, Sr. Vilson Mendes, Sr. João Novaes |
1245
+ | `male_prefix` | Sr., Sr., Sr. |
1246
+ | `name` | Kayanne da Rosa, Rebeka da Cruz, Edenice Alves |
1247
+ | `name_with_prefix` | Srta. Gabriel Cardoso, Sr. Afonsina Porto, Sr. Balduíno Duarte |
1248
+ | `prefix` | Sra., Sra., Sra. |
1088
1249
 
1089
1250
  ## FFaker::NameCN
1090
1251
 
1091
1252
  | Method | Example |
1092
1253
  | ------ | ------- |
1093
- | `first_name` | 士芸, 昱行, 礼舜 |
1094
- | `last_first` | 霍城坚, 汉岑良, 温政铭 |
1095
- | `last_name` | 云, 胥, |
1096
- | `name` | 希杰恽, 然士崇, 希妹栋 |
1254
+ | `first_name` | 薇绿, 信喜, 铭玟 |
1255
+ | `last_first` | 鱼淑定, 夏侯沛蓁, 斛吉龙 |
1256
+ | `last_name` | 旷, 谷, |
1257
+ | `name` | 念琇崇, 左慧闫, 洁维藩 |
1097
1258
 
1098
1259
  ## FFaker::NameCS
1099
1260
 
1100
1261
  | Method | Example |
1101
1262
  | ------ | ------- |
1102
- | `first_name` | Zuzana, Kateřina, Tereza |
1103
- | `last_name` | Dvořák, Bauer, Burešová |
1104
- | `name` | Josef Burian, Ms. Věra Bauerová DSc., Ms. Luboš Benda Th.D. |
1105
- | `prefix` | Mr., Ms., Mr. |
1106
- | `suffix` | Th.D., DSc., Th.D. |
1263
+ | `female_name_with_prefix` | Mrs. Evia Březina, Mrs. Nilsa Coufalová, Mrs. Ella Beneš |
1264
+ | `female_name_with_prefix_suffix` | Mrs. Aleida Beranová Ph.D., Miss. Salome Bílková Th.D., Miss. Cristen Dvořák DSc. |
1265
+ | `female_name_with_suffix` | Johnie Bartoš Th.D., Dot Červená DSc., Kathey Bartoňová Th.D. |
1266
+ | `female_prefix` | Miss., Mrs., Mrs. |
1267
+ | `first_name` | Tadeáš, Radim, Dušan |
1268
+ | `first_name_female` | Jacinda, Bridgette, Tabitha |
1269
+ | `first_name_male` | Jewell, Kerry, Darrell |
1270
+ | `html_safe_last_name` | Emard, Fisher, Mueller |
1271
+ | `html_safe_name` | Eva Nienow, Jan Witting, Ivan Willms |
1272
+ | `last_name` | Dlouhá, Duda, Coufal |
1273
+ | `male_name_with_prefix` | Mr. Terrence Dvořáková, Mr. Morton Berková, Mr. Sylvester Adamec |
1274
+ | `male_name_with_prefix_suffix` | Mr. Napoleon Doležalová Ph.D., Mr. Allan Černá DSc., Mr. Jamal Bauerová Th.D. |
1275
+ | `male_name_with_suffix` | Hobert Fojtíková Th.D., Shirley Diviš Th.D., Kelley Burda Th.D. |
1276
+ | `male_prefix` | Mr., Mr., Mr. |
1277
+ | `name` | Jaromír Čech, Dr. Štěpán Diviš Th.D., Ms. Jana Červenková |
1278
+ | `name_with_prefix` | Mr. Lacy Dufková, Mr. George Filipová, Mr. Brett Blažek |
1279
+ | `name_with_prefix_suffix` | Mrs. Kasandra Boháčová DSc., Mr. Jed Černá Ph.D., Miss. Lasonya Benešová Th.D. |
1280
+ | `name_with_suffix` | Ollie Fialová DSc., Glenn David Ph.D., Ariel Březina Th.D. |
1281
+ | `other_prefix` | Dr., Ms., Dr. |
1282
+ | `prefix` | Mr., Ms., Ms. |
1283
+ | `suffix` | DSc., Ph.D., DSc. |
1107
1284
  | `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
1108
1285
 
1109
1286
  ## FFaker::NameDA
1110
1287
 
1111
1288
  | Method | Example |
1112
1289
  | ------ | ------- |
1113
- | `any_name` | Nils Turner, Fr. Mikael Wehner, Prof. Line Considine |
1114
- | `female_name` | Gertrud Hagenes, Annalise Dicki, Therese Herzog Lubowitz |
1115
- | `first_name` | Sarah, Alf, Ninna |
1116
- | `last_name` | Turner, Bogan, Collier |
1117
- | `male_name` | Alf Hegmann Turner, Chr Keebler, Prof. Lasse Mohr |
1118
- | `name` | Samuel Zulauf Wilkinson, Hr. Karen Crist, Solveig Wilkinson |
1119
- | `prefix` | Dr., Fr., Fr. |
1120
- | `suffix` | III, PhD, MD |
1290
+ | `any_name` | Klaus Kling, Lisbeth Koss, Dr. Amalie Lowe |
1291
+ | `female_name` | Gitte Skiles, Ester Fadel Murazik, Ellen Wilderman |
1292
+ | `female_name_with_prefix` | Mrs. Amira Kshlerin, Mrs. Shelia Rau, Mrs. Cassaundra Roob |
1293
+ | `female_name_with_prefix_suffix` | Miss. Dannette O'Connell II, Mrs. Nanci Feil II, Mrs. Lavelle Padberg Sr. |
1294
+ | `female_name_with_suffix` | Virginia Klein MD, Reginia Bergnaum II, Queen Windler Sr. |
1295
+ | `female_prefix` | Miss., Mrs., Miss. |
1296
+ | `first_name` | Hilda, Hansine, Kristoffer |
1297
+ | `first_name_female` | Shizue, Angelo, Consuelo |
1298
+ | `first_name_male` | Ramiro, Jessie, Royce |
1299
+ | `html_safe_last_name` | Effertz, Feeney, Johnson |
1300
+ | `html_safe_name` | Frode Kuphal, Sofia Yundt, Irma Glover |
1301
+ | `last_name` | Mitchell, Marquardt, Gottlieb |
1302
+ | `male_name` | Hr. Alf Cassin, Lauritz Kilback, Ahmad Mayert |
1303
+ | `male_name_with_prefix` | Mr. Elvin Kirlin, Mr. Augustus Koelpin, Mr. Zachariah Gerlach |
1304
+ | `male_name_with_prefix_suffix` | Mr. Edison Pouros V, Mr. Wilfred Johns II, Mr. Deon Dicki V |
1305
+ | `male_name_with_suffix` | Ahmad Waters MD, Leopoldo Schmeler Jr., Ira Crona IV |
1306
+ | `male_prefix` | Mr., Mr., Mr. |
1307
+ | `name` | Tage Mohr, Isabella Kerluke, Hardy Keeling |
1308
+ | `name_with_prefix` | Miss. Kenda Kozey, Miss. Verla Runolfsdottir, Mr. Rubin Moore |
1309
+ | `name_with_prefix_suffix` | Mr. Vincent Rosenbaum V, Mr. Brett McCullough PhD, Miss. Mark Wyman IV |
1310
+ | `name_with_suffix` | Aurelia Beier MD, Jesus Ondricka Jr., Una Spinka I |
1311
+ | `other_prefix` | Dr., Ms., Ms. |
1312
+ | `prefix` | Hr., Dr., Prof. |
1313
+ | `suffix` | MD, V, PhD |
1121
1314
 
1122
1315
  ## FFaker::NameDE
1123
1316
 
1124
1317
  | Method | Example |
1125
1318
  | ------ | ------- |
1126
- | `first_name` | Tracy, Lempi, Major |
1127
- | `last_name` | Lakin, Russel, Schinner |
1128
- | `name` | Ludwig Glover, Demarco Boehm, Angela Jakubowski |
1129
- | `prefix` | Frau, Prof., Prof. |
1130
- | `suffix` | PhD, DDS, II |
1319
+ | `female_name_with_prefix` | Miss. Chi Feest, Miss. Georgiana Armstrong, Miss. Yuri Labadie |
1320
+ | `female_name_with_prefix_suffix` | Mrs. Chrissy Prosacco Sr., Miss. Kendal Schumm Sr., Mrs. Myrta Jast III |
1321
+ | `female_name_with_suffix` | Tommy Kemmer V, Margareta Balistreri IV, Theresia Bahringer MD |
1322
+ | `female_prefix` | Mrs., Mrs., Miss. |
1323
+ | `first_name` | Dusty, Eddie, June |
1324
+ | `first_name_female` | Dreama, Khadijah, Melony |
1325
+ | `first_name_male` | Jerrod, Riley, Kirby |
1326
+ | `html_safe_last_name` | Ernser, Botsford, Kuphal |
1327
+ | `html_safe_name` | Jack Harris, Mandy Nader, Sherise Aufderhar |
1328
+ | `last_name` | Goldner, Fahey, Marks |
1329
+ | `male_name_with_prefix` | Mr. Rob Nader, Mr. Riley Waters, Mr. Ellsworth Bergnaum |
1330
+ | `male_name_with_prefix_suffix` | Mr. Ty Kuphal III, Mr. Christopher Hills I, Mr. Santos Kiehn III |
1331
+ | `male_name_with_suffix` | Toby Pollich I, Julius Eichmann IV, Brady Mann MD |
1332
+ | `male_prefix` | Mr., Mr., Mr. |
1333
+ | `name` | Venessa Rutherford, Val Larkin, Renato Emard |
1334
+ | `name_with_prefix` | Miss. Billy Dibbert, Mr. Avery Haley, Mr. Lenard Ritchie |
1335
+ | `name_with_prefix_suffix` | Mr. Dwight Christiansen MD, Mrs. Cynthia Pagac II, Mrs. Dara Bradtke I |
1336
+ | `name_with_suffix` | Bambi Simonis V, Hans D'Amore I, Brice Mohr I |
1337
+ | `other_prefix` | Ms., Ms., Ms. |
1338
+ | `prefix` | Frau, Dr., Herr |
1339
+ | `suffix` | MD, I, IV |
1131
1340
 
1132
1341
  ## FFaker::NameFR
1133
1342
 
1134
1343
  | Method | Example |
1135
1344
  | ------ | ------- |
1136
- | `first_name` | Margaux, Manon, Julie |
1137
- | `last_name` | Benard, Guyot, Labbe |
1138
- | `name` | Richard Lebrun, Martin Godard, Benjamin Lambert |
1139
- | `prefix` | du, le, du |
1345
+ | `first_name` | Matthieu, Alix, Henri |
1346
+ | `last_name` | Gauthier, Pruvost, Nguyen |
1347
+ | `name` | Christine Leconte, Richard de Duhamel, Margaud Da |
1348
+ | `prefix` | du, de, le |
1140
1349
 
1141
1350
  ## FFaker::NameGA
1142
1351
 
1143
1352
  | Method | Example |
1144
1353
  | ------ | ------- |
1145
- | `first_name_female` | Bori, Mariatu, Aisha |
1146
- | `first_name_male` | Loloh,, Yugo, Bubacarr, |
1147
- | `last_name` | jammeh, jammeh, jammeh |
1148
- | `name` | Yadikon ceesay, Naffie ceesay, Madehgen, ceesay |
1149
- | `name_female` | Janun jammeh, Mankita jammeh, Houmou jammeh |
1150
- | `name_male` | Duwa ceesay, Malanding, ceesay, Kayluntang, ceesay |
1354
+ | `first_name_female` | Aminata, Corina, Ellen |
1355
+ | `first_name_male` | Sutay,, Sana,, Pateh, |
1356
+ | `last_name` | jammeh, ceesay, ceesay |
1357
+ | `name` | Naibelle, ceesay, Daniel, jammeh, Eli jammeh |
1358
+ | `name_female` | Janun jammeh, Lolo ceesay, Ngoneh ceesay |
1359
+ | `name_male` | Bora, ceesay, Giddo, ceesay, Samba, ceesay |
1360
+
1361
+ ## FFaker::NameGR
1362
+
1363
+ | Method | Example |
1364
+ | ------ | ------- |
1365
+ | `female_first_name` | Ναταλία, Θεοδοσία, Ξένια |
1366
+ | `female_full_name` | Γωγώ Τρικούπη, Δήμητρα Ελευθεροπούλου, Ζωή Οικονόμου |
1367
+ | `female_last_name` | Αβραμίδου, Ταρσούλη, Ιωαννίδη |
1368
+ | `first_name` | Παρθένα, Βερενίκη, Ευκλείδης |
1369
+ | `full_name` | Παρθένα Παπανδρέου, Ειρήνη Βαλσάμη, Πόπη Λιακόπουλου |
1370
+ | `last_name` | Ηλιόπουλος, Πουλόπουλος, Μιχαηλίδης |
1371
+ | `male_first_name` | Ευριπίδης, Ιάκωβος, Κυριάκος |
1372
+ | `male_full_name` | Χρήστος Οικονόμου, Ρένος Σπυρόπουλος, Σπύρος Γεωργιάδης |
1373
+ | `male_last_name` | Μανωλάς, Γεωργίου, Βασιλόπουλος |
1374
+ | `name` | Χάρης Δαμασκηνός, Πέτρος Ζερβός, Θοδωρής Βλαχόπουλος |
1151
1375
 
1152
1376
  ## FFaker::NameIT
1153
1377
 
1154
1378
  | Method | Example |
1155
1379
  | ------ | ------- |
1156
- | `first_name` | Daniela, Olivia, Eleonora |
1157
- | `last_name` | Borgogni, Bertola, Grassini |
1158
- | `name` | Noemi Lionetti, Veronica Messina, Chiara Cantalamessa |
1159
- | `prefix` | Prof., Prof.ssa, Prof. |
1380
+ | `first_name` | Alfredo, Paolina, Eleonora |
1381
+ | `last_name` | Santandrea, Grassini, Corti |
1382
+ | `name` | Filippa Parente, Filippo Piccolo, Elisa Melegatti |
1383
+ | `prefix` | Dr., Dr., Sig. |
1160
1384
 
1161
1385
  ## FFaker::NameJA
1162
1386
 
1163
1387
  | Method | Example |
1164
1388
  | ------ | ------- |
1165
- | `first_name` | 美星, 悠真, |
1166
- | `last_first` | 伊東直樹, 浜川キミ, 喜瀬成美 |
1167
- | `last_name` | 藤, 荒川, 武市 |
1168
- | `name` | 阿保節子, 松隈菜摘, 金井烈 |
1389
+ | `first_name` | 節子, 貴大, |
1390
+ | `last_first` | 永山翔太, 古田徹, 上村優斗 |
1391
+ | `last_name` | 北岡, 石垣, 金子 |
1392
+ | `name` | 武市和也, 堀内優子, 西平絵美 |
1393
+
1394
+ ## FFaker::NameKH
1395
+
1396
+ | Method | Example |
1397
+ | ------ | ------- |
1398
+ | `first_name` | ប៉េងហូត, ដានីតា, សែនជ័យ |
1399
+ | `last_name` | ឆួង, ទូរ, យក់ |
1400
+ | `name` | អុក លក្ខណា, តឹក ប្រាសាទ, រចនា សុខលី |
1401
+ | `nick_name` | ស្រីហ្វៀង, អាប៉យ, ទីទី |
1169
1402
 
1170
1403
  ## FFaker::NameKR
1171
1404
 
1172
1405
  | Method | Example |
1173
1406
  | ------ | ------- |
1174
- | `first_name` | 천우, 예일, 도훈 |
1175
- | `last_first` | 동방양운, 저소진, 운미준 |
1176
- | `last_name` | 모, 김, |
1177
- | `name` | 지대호, 평지서, 나민수 |
1178
- | `name_with_space` | 유영, 동관, 인수 |
1407
+ | `first_name` | 임천, 기담, 규로 |
1408
+ | `last_first` | 라태융, 빈호원, 도천운 |
1409
+ | `last_name` | 황, 노, |
1410
+ | `name` | 라두홍, 최주백, 천백규 |
1411
+ | `name_with_space` | 호운, 재용, 채환 |
1179
1412
 
1180
1413
  ## FFaker::NameMX
1181
1414
 
1182
1415
  | Method | Example |
1183
1416
  | ------ | ------- |
1184
- | `female_name` | Daniela, Matilde, Mayte |
1185
- | `female_prefix` | Sra., C., Sra. |
1186
- | `first_name` | Gina, Maricela, Iris |
1187
- | `full_name` | Bruno Hagenes Grimes, Erica Muller Hermiston, Blanca Pfeffer Beier |
1188
- | `full_name_no_prefix` | Belén Kreiger Dietrich, Pascual Schumm Schimmel, León Parker Jones |
1189
- | `full_name_prefix` | Srita. Natalia Graham Turcotte, Sr. Maximiliano Stiedemann Auer, Sr. Herminio Wilberto Mraz Price |
1190
- | `last_name` | Balistreri, McCullough, Mayer |
1191
- | `male_name` | Sebastián, Aaron, Ramsés |
1417
+ | `female_name` | Jaqueline, Cinthia, Jovana |
1418
+ | `female_name_with_prefix` | Sra. Idell Sipes, C. Britteny Lockman, Srita. Nelida Lebsack |
1419
+ | `female_name_with_prefix_suffix` | Sra. Freida Blanda V, C. Blossom Marquardt MD, Srita. Marcie McClure IV |
1420
+ | `female_name_with_suffix` | Tammy Wilkinson Jr., Carlie Fahey DDS, Rosalee Rolfson MD |
1421
+ | `female_prefix` | Srita., C., Srita. |
1422
+ | `first_name` | Carlos, Juan, Fabricio |
1423
+ | `first_name_female` | Cyndi, Rayna, Treasa |
1424
+ | `first_name_male` | Rodrick, Bret, Tobias |
1425
+ | `full_name` | Fermín Ratke Altenwerth, Eunice Schroeder Barrows, Adán Joel Farrell Zieme |
1426
+ | `full_name_no_prefix` | Norma King McLaughlin, Amanda Heathcote Feil, Auréa Batz Harvey |
1427
+ | `full_name_prefix` | C. Augusto Carter Haag, Sra. Karina Fahey Ward, C. Miguel Kuhn Kuvalis |
1428
+ | `html_safe_last_name` | Murray, Adams, Altenwerth |
1429
+ | `html_safe_name` | Fabiola Stracke, Roger Johns, Jacobo Wiza |
1430
+ | `last_name` | Beier, Sauer, Herman |
1431
+ | `male_name` | Ramón, Moisés, Ángel Nicandro |
1432
+ | `male_name_with_prefix` | Sr. Wilbert Pacocha, C. Karl Dooley, C. Jamie Durgan |
1433
+ | `male_name_with_prefix_suffix` | Sr. Dwain Treutel MD, Sr. Fermin Hettinger PhD, C. Lamont Hagenes DVM |
1434
+ | `male_name_with_suffix` | Loren Ondricka V, Forrest Hermann DDS, Winston Gleichner Jr. |
1192
1435
  | `male_prefix` | C., C., C. |
1193
- | `middle_name` | Oliva, Marco, Belén |
1194
- | `name` | Laura, Denisse, Adrián |
1195
- | `paternal_last_names` | Hodkiewicz Cruickshank, D'Amore Shanahan, Cronin Farrell |
1196
- | `prefix` | Sra., Sra., Sra. |
1197
- | `suffix` | DDS, I, MD |
1436
+ | `middle_name` | Clemente, Sandra, Bertha |
1437
+ | `name` | Omar, Catalina, Hilario |
1438
+ | `name_with_prefix` | Sra. Edna Glover, C. Clarinda Goodwin, C. Filomena Goyette |
1439
+ | `name_with_prefix_suffix` | C. Moises Howell IV, C. Curt Nitzsche Jr., C. Mariano Wisozk Jr. |
1440
+ | `name_with_suffix` | Angelina Hane MD, Basilia Funk III, Juliet Denesik Sr. |
1441
+ | `other_prefix` | Dr., Ms., Dr. |
1442
+ | `paternal_last_names` | Skiles Kris, Hodkiewicz Veum, Crona Reynolds |
1443
+ | `prefix` | Srita., Srita., Srita. |
1444
+ | `suffix` | III, DDS, Sr. |
1198
1445
 
1199
1446
  ## FFaker::NameNB
1200
1447
 
1201
1448
  | Method | Example |
1202
1449
  | ------ | ------- |
1203
- | `first_name` | Andreas, Natalie, Leah |
1204
- | `first_name_female` | Mia, Hedda, Mari |
1205
- | `first_name_male` | Lars, Andreas, Thomas |
1206
- | `last_name` | Schroeder, Bradtke, Thompson |
1207
- | `name` | Daniel Reinger, Maja Dare, Prof. Adrian Mosciski |
1208
- | `prefix` | Dr., Dr., Dr. |
1209
- | `suffix` | DVM, II, MD |
1450
+ | `female_name_with_prefix` | Miss. Eugena Wilkinson, Mrs. Annalee Bogan, Mrs. Moon Schuster |
1451
+ | `female_name_with_prefix_suffix` | Miss. Josphine Gutmann Jr., Mrs. Arminda Hermann I, Mrs. Taina Pacocha Jr. |
1452
+ | `female_name_with_suffix` | Maryellen O'Kon Jr., Blair Schuppe PhD, Taren Mertz Jr. |
1453
+ | `female_prefix` | Miss., Mrs., Mrs. |
1454
+ | `first_name` | Gary, Santo, Jeffery |
1455
+ | `first_name_female` | Thi, Terrilyn, Bernita |
1456
+ | `first_name_male` | Dannie, Micheal, Jamey |
1457
+ | `html_safe_last_name` | Quitzon, Trantow, Block |
1458
+ | `html_safe_name` | Mickey Schuppe, Mabelle Simonne Sipes, Zachariah Foster Jewess |
1459
+ | `last_name` | McKenzie, Marks, Murphy |
1460
+ | `male_name_with_prefix` | Mr. Wilbert Russel, Mr. Jaime Hintz, Mr. Broderick Lindgren |
1461
+ | `male_name_with_prefix_suffix` | Mr. August Rohan DVM, Mr. Joshua Ratke Jr., Mr. Lanny Schoen IV |
1462
+ | `male_name_with_suffix` | Nathanael Shields II, Chase Auer Jr., Les O'Conner PhD |
1463
+ | `male_prefix` | Mr., Mr., Mr. |
1464
+ | `name` | Winston Nicolas, Maribel Witting, Randal Deckow |
1465
+ | `name_with_prefix` | Mr. Jeremiah Moore, Mr. Cleo Heathcote, Mr. Daren Parker |
1466
+ | `name_with_prefix_suffix` | Mr. Vaughn Schneider II, Mr. Adrian Oberbrunner Sr., Mrs. Alanna Kihn Jr. |
1467
+ | `name_with_suffix` | Tijuana Stanton Sr., James Botsford I, Nan Armstrong III |
1468
+ | `other_prefix` | Ms., Dr., Dr. |
1469
+ | `prefix` | Prof., Prof., Prof. |
1470
+ | `suffix` | III, DDS, III |
1210
1471
 
1211
1472
  ## FFaker::NameNL
1212
1473
 
1213
1474
  | Method | Example |
1214
1475
  | ------ | ------- |
1215
- | `first_name` | Sven, Rick, Marloes |
1216
- | `first_name_female` | Marieke, Joyce, Anouk |
1217
- | `first_name_male` | Bart, Robert, Jeroen |
1218
- | `last_name` | Parker, Johns, Haag |
1219
- | `name` | Laura Gislason, Jacoba Johnson, Britt Fay |
1220
- | `prefix` | Ir., Ir., Ir. |
1221
- | `suffix` | III, DDS, V |
1476
+ | `female_name_with_prefix` | Miss. Casandra Bednar, Miss. Nelly Swift, Miss. Myrtis-Mirtha Mosciski |
1477
+ | `female_name_with_prefix_suffix` | Mrs. Mamie Kassulke III, Mrs. Leena Torphy DVM, Miss. Logan Gutkowski II |
1478
+ | `female_name_with_suffix` | Teresa Bruen MD, Katharina Mraz Sr., Andrea Johnson DDS |
1479
+ | `female_prefix` | Mrs., Mrs., Miss. |
1480
+ | `first_name` | Tawanna, Shiela, Alton-Edwardo |
1481
+ | `first_name_female` | Meaghan, Gregoria, Patience |
1482
+ | `first_name_male` | Sherman, Cary, Mckinley |
1483
+ | `html_safe_last_name` | Heidenreich, Sanford, Lehner |
1484
+ | `html_safe_name` | Marica Rippin, Latoya Crooks, Adria Rodriguez |
1485
+ | `last_name` | Stracke, Prohaska, Flatley |
1486
+ | `male_name_with_prefix` | Mr. Rich Bosco, Mr. Jefferey Oberbrunner, Mr. Rufus Klocko |
1487
+ | `male_name_with_prefix_suffix` | Mr. Alexander Gaylord Sr., Mr. Eugene Collier Jr., Mr. William-Wilber Konopelski IV |
1488
+ | `male_name_with_suffix` | Elwood Kovacek PhD, Allen Mohr III, Greg Fay V |
1489
+ | `male_prefix` | Mr., Mr., Mr. |
1490
+ | `name` | Fredrick Hammes, Ing. Salome Bergstrom, Teressa Schulist |
1491
+ | `name_with_prefix` | Mr. Dominic-Jess Senger, Mrs. Gwen Blanda, Mr. Owen McLaughlin |
1492
+ | `name_with_prefix_suffix` | Mr. Richie Okuneva Jr., Miss. Nicole Altenwerth II, Mr. Rodney Crona V |
1493
+ | `name_with_suffix` | Ezequiel D'Amore DDS, Tyson Beahan Sr., Davis Volkman MD |
1494
+ | `other_prefix` | Dr., Ms., Dr. |
1495
+ | `prefix` | Drs., Ir., Ir. |
1496
+ | `suffix` | Jr., Jr., II |
1222
1497
 
1223
1498
  ## FFaker::NamePH
1224
1499
 
1225
1500
  | Method | Example |
1226
1501
  | ------ | ------- |
1227
- | `first_name` | Sherwood, Jayden, Geraldine |
1228
- | `last_name` | Ello, Magpantayg, Elizalde |
1229
- | `name` | Bulah Roncesvalles, Nolan Dahil-Dahilg, Mrs. Chloe Panonce |
1230
- | `prefix` | Dr., Mrs., Mrs. |
1231
- | `suffix` | II, DDS, II |
1502
+ | `female_name_with_prefix` | Mrs. Adelaide Tupaz, Mrs. Tara Manyakesg, Mrs. Elvina Montecillo |
1503
+ | `female_name_with_prefix_suffix` | Miss. Ria Manjon Sr., Mrs. Kristle Belmonte III, Mrs. Karan Miedes I |
1504
+ | `female_name_with_suffix` | Gaynelle Uysiuseng I, Delpha Magsino I, Fernanda Magsaysayg DVM |
1505
+ | `female_prefix` | Miss., Mrs., Miss. |
1506
+ | `first_name` | Thuy, Laurice, Phillis |
1507
+ | `first_name_female` | Ma, Laurene, Jamee |
1508
+ | `first_name_male` | Thaddeus, Melvin, Chung |
1509
+ | `html_safe_last_name` | Metz, Pouros, Bechtelar |
1510
+ | `html_safe_name` | Shayna Auer, Rochell Quigley, Andria Rempel |
1511
+ | `last_name` | Tanhehco, Dahilang, Cereza |
1512
+ | `male_name_with_prefix` | Mr. Salvador Amora, Mr. Cleo Yaptinchay, Mr. Truman Navidad |
1513
+ | `male_name_with_prefix_suffix` | Mr. Stanley Tanjutco III, Mr. Derrick Ruedas Jr., Mr. Darius Lacro Jr. |
1514
+ | `male_name_with_suffix` | Marlon Elizalde Sr., Beau Roxas III, Dillon Dyquiangco IV |
1515
+ | `male_prefix` | Mr., Mr., Mr. |
1516
+ | `name` | Rosann Monceda, Daron Ayala, Vada Mencion |
1517
+ | `name_with_prefix` | Mrs. Anissa Balignasay, Mr. Tommie Villanueva, Miss. Katelynn Segismundo |
1518
+ | `name_with_prefix_suffix` | Mr. Jan Sumague I, Mr. Corey Labuguen DVM, Miss. Elsa Dysangcog Sr. |
1519
+ | `name_with_suffix` | Elois Santos Jr., Teresia Limbaco Jr., Herta Yllana Sr. |
1520
+ | `other_prefix` | Ms., Dr., Dr. |
1521
+ | `prefix` | Dr., Ms., Mr. |
1522
+ | `suffix` | III, DDS, Sr. |
1232
1523
 
1233
1524
  ## FFaker::NameRU
1234
1525
 
1235
1526
  | Method | Example |
1236
1527
  | ------ | ------- |
1237
- | `first_name` | Таисия, Софья, Владислав |
1238
- | `last_name` | Тюцкая, Каипова, Гревизирский |
1239
- | `name` | Алабян Генрих Якимович, Дарина Товкуева, Модест Чакириди |
1240
- | `patronymic` | Артурович, Брониславович, Донатовна |
1241
- | `prefix` | Dr., Mr., Miss |
1242
- | `suffix` | V, DDS, III |
1528
+ | `female_name_with_prefix` | Miss. Gilberte Курнашова, Miss. Katelin Кунижева, Mrs. Theresia Челокян |
1529
+ | `female_name_with_prefix_suffix` | Mrs. Lai Каипова MD, Miss. Nakia Манусова DDS, Mrs. Melynda Шапатина Sr. |
1530
+ | `female_name_with_suffix` | Bettina Белдина MD, Suellen Ветродуева Sr., Dia Скалецкий DVM |
1531
+ | `female_prefix` | Miss., Mrs., Mrs. |
1532
+ | `first_name` | Роксана, Ярослава, Анфиса |
1533
+ | `first_name_female` | Marilou, Latosha, Eufemia |
1534
+ | `first_name_male` | Elden, Christopher, Stanford |
1535
+ | `html_safe_last_name` | Rowe, Jacobs, Boyle |
1536
+ | `html_safe_name` | Терентий Stracke, Семен Schneider, Дарина Dare |
1537
+ | `last_name` | Птумкина, Камозина, Ротаенова |
1538
+ | `male_name_with_prefix` | Mr. Harlan Шишаева, Mr. Dudley Айнутдинова, Mr. Eddy Болсова |
1539
+ | `male_name_with_prefix_suffix` | Mr. Willy Поленцова Sr., Mr. Teddy Зворыкин Jr., Mr. Avery Агапчева Sr. |
1540
+ | `male_name_with_suffix` | Domenic Лепатецкая III, Oliver Мефодиева PhD, Roscoe Одокий V |
1541
+ | `male_prefix` | Mr., Mr., Mr. |
1542
+ | `name` | Юлия Кавизина, Борислав Шеняк, Наталья Курепова |
1543
+ | `name_with_prefix` | Miss. Karena Помутова, Mrs. Harmony Летшов, Mr. Lenny Андреева |
1544
+ | `name_with_prefix_suffix` | Mrs. Inocencia Мимитаева MD, Miss. Anh Кулакина MD, Mr. Keith Кабичева III |
1545
+ | `name_with_suffix` | Octavio Крутилин II, Jerrica Давлетинин PhD, Lucille Фругина Sr. |
1546
+ | `other_prefix` | Ms., Ms., Ms. |
1547
+ | `patronymic` | Венедиктовна, Богданович, Максимилиановна |
1548
+ | `prefix` | Miss., Mr., Miss. |
1549
+ | `suffix` | Jr., DVM, IV |
1243
1550
  | `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
1244
1551
 
1245
1552
  ## FFaker::NameSE
1246
1553
 
1247
1554
  | Method | Example |
1248
1555
  | ------ | ------- |
1249
- | `first_name` | Katarina, Viktoria, Annika |
1250
- | `first_name_female` | Caroline, Birgit, Katarina |
1251
- | `first_name_male` | Karl-Erik, Christian, Lars-Erik |
1252
- | `last_name` | Mante, Quitzon, Breitenberg |
1253
- | `name` | Ingeborg Emard, Marie-Louise Effertz, Hanna Frami |
1254
- | `prefix` | Prof., Prof., Dr. |
1255
- | `suffix` | Jr., IV, Sr. |
1556
+ | `female_name_with_prefix` | Miss. Kathyrn Greenfelder, Miss. Jin Wehner, Mrs. Princess Mayert |
1557
+ | `female_name_with_prefix_suffix` | Miss. Rosio Stiedemann DDS, Miss. Lamonica Boyer Jr., Miss. Virgen Osinski IV |
1558
+ | `female_name_with_suffix` | Annett Nicolas V, Kellye Wolff PhD, Roxy Heidenreich III |
1559
+ | `female_prefix` | Miss., Mrs., Miss. |
1560
+ | `first_name` | Rima Rachell, Gordon Lewis, John |
1561
+ | `first_name_female` | Merle, Lorri, Royce |
1562
+ | `first_name_male` | Gerry, Stan, Kristofer |
1563
+ | `html_safe_last_name` | Beahan, Sanford, Okuneva |
1564
+ | `html_safe_name` | Mary Tillman, Almeta Upton, Barbar Little |
1565
+ | `last_name` | Terry, Bauch, Durgan |
1566
+ | `male_name_with_prefix` | Mr. Lesley Rolfson, Mr. Lamont Wyman, Mr. Connie Legros |
1567
+ | `male_name_with_prefix_suffix` | Mr. Aron Rohan MD, Mr. Franklyn Considine I, Mr. Alvin Morar DVM |
1568
+ | `male_name_with_suffix` | Rolf Koch Jr., Wally Bayer II, Woodrow Durgan DDS |
1569
+ | `male_prefix` | Mr., Mr., Mr. |
1570
+ | `name` | Cindi Caprice Bernier, Ethan Spencer, Jacob Conroy |
1571
+ | `name_with_prefix` | Mrs. Debbie Wilderman, Miss. Lashaunda Barton, Mrs. Lin King |
1572
+ | `name_with_prefix_suffix` | Mr. Tracey Schoen V, Mr. Byron Carroll MD, Mr. Elbert Hammes PhD |
1573
+ | `name_with_suffix` | Laurie Volkman II, Cameron D'Amore I, Cody Volkman Sr. |
1574
+ | `other_prefix` | Ms., Ms., Ms. |
1575
+ | `prefix` | Prof., Prof., Prof. |
1576
+ | `suffix` | PhD, I, I |
1256
1577
 
1257
1578
  ## FFaker::NameSN
1258
1579
 
1259
1580
  | Method | Example |
1260
1581
  | ------ | ------- |
1261
- | `first_name_female` | Maguette, Codou, Khar |
1262
- | `first_name_male` | Madické, Agouloubene, Saliou |
1263
- | `last_name` | Diop, Djiba, Doucouré |
1264
- | `name_female` | mame Diouma Tandiné, adja Aminata Vieira, Diakher Bangonine |
1265
- | `name_male` | Baïdi Diabira, Tanor Dupa, Fodié Sougoufara |
1266
- | `name_sn` | adjaratou Selbé Amar, Sanakha Kitane, Selbé Ndeye |
1267
- | `prefix_female` | adja, mame, adja |
1268
- | `prefix_male` | eladji, mame, serigne |
1582
+ | `first_name_female` | Fily, Salamata, Téwa |
1583
+ | `first_name_male` | Mapaté, Omar, Maguette |
1584
+ | `last_name` | Diabira, Diabira, Sarr |
1585
+ | `name_female` | Kankou Baloucoune, Adja Kital, Kankou Mbow |
1586
+ | `name_male` | Dramane Timera, Lémou Niane, pape Mamour Kitane |
1587
+ | `name_sn` | Sibett Bodian, serigne Cheikh Koïta, Dibor Badiatte |
1588
+ | `prefix_female` | adjaratou, ndeye, adjaratou |
1589
+ | `prefix_male` | pape, pape, serigne |
1269
1590
 
1270
1591
  ## FFaker::NameTH
1271
1592
 
1272
1593
  | Method | Example |
1273
1594
  | ------ | ------- |
1274
- | `first_name` | พิมพ์วสี, ขนิษฐา, ฐิติภรณ์ |
1275
- | `last_name` | เคนเนะดิ , สโตเกอร์, พิศาลบุตร |
1276
- | `name` | นฤมล สมิท, วรภัทร เก่งงาน, มารวย พิศาลบุตร |
1277
- | `nick_name` | แช่ม, ใส , แอน |
1595
+ | `first_name` | รัตน์ , วรรณ, เอกใหม่ |
1596
+ | `last_name` | สมิท, พิศาลบุตร, บราวน์ |
1597
+ | `name` | อรุณศรี รักไทย, อัษฎา  เคนเนะดิ , คลัง  ชินวัตร |
1598
+ | `nick_name` | ปุ๊ก , แม้น, แจ๋ว  |
1599
+
1600
+ ## FFaker::NameTHEN
1601
+
1602
+ | Method | Example |
1603
+ | ------ | ------- |
1604
+ | `first_name` | Suchada, Kris, Chai Charoen |
1605
+ | `last_name` | Kasamsun, Sangsorn, Puntasrima |
1606
+ | `name` | Churai Chaiprasit, Sonchai Chaisurivirat, Ritthirong Wattanasin |
1607
+ | `nick_name` | Lek, Nok, Bum |
1278
1608
 
1279
1609
  ## FFaker::NameUA
1280
1610
 
1281
1611
  | Method | Example |
1282
1612
  | ------ | ------- |
1283
- | `first_name` | Аліна, Лада, Ілона |
1284
- | `first_name_female` | Добринка, Фаїна, Ореста |
1285
- | `first_name_male` | Добромир, Ладо, Земислав |
1286
- | `last_name` | Сплюх, Могилевський, Сосюра |
1287
- | `last_name_female` | Ліхно, Ящук, Головець |
1288
- | `last_name_male` | Тиндарей, Шиндарей, Балабан |
1289
- | `middle_name_female` | Захарівна, В’ячеславівна, Альбертівна |
1290
- | `middle_name_male` | Радимович, В’ячеславович, Ростиславович |
1291
- | `name` | Бутько Даромир, Сідлецька Аврора Ростиславівна, Анастасій Орхипович |
1613
+ | `first_name` | Тихон, Борислав, Петро |
1614
+ | `first_name_female` | Надія, Долеслава, Ада |
1615
+ | `first_name_male` | Градимир, Доброслав, Сологуб |
1616
+ | `last_name` | Могилевська, Марієвська, Силецька |
1617
+ | `last_name_female` | Гарай, Кулинич, Трясун |
1618
+ | `last_name_male` | Вергун, Сідлецький, Москаль |
1619
+ | `middle_name_female` | Захаріївна, Мирославівна, Панасівна |
1620
+ | `middle_name_male` | Євгенович, Звенимирович, Сергійович |
1621
+ | `name` | Луцьків Звенислава, Поліна Панасович, Усич Олелько |
1292
1622
 
1293
1623
  ## FFaker::NameVN
1294
1624
 
1295
1625
  | Method | Example |
1296
1626
  | ------ | ------- |
1297
- | `first_name` | Văn, Hữu, Quang |
1298
- | `last_first` | Tạ Ngọc Đức, Đàm Lai Văn, Kiều Mộng Công |
1299
- | `last_name` | Tạ, Phạm, Vương |
1300
- | `middle_name` | Khoa, Phương, Mai |
1301
- | `name` | Quang Trương, Gia Thị Quang, Huỳnh Quang |
1627
+ | `first_name` | Công, Thị, Hữu |
1628
+ | `last_first` | Tiêu Tuân Hữu, Tạ Toàn Đức, Dương Cảnh Công |
1629
+ | `last_name` | Quyền, La, Hoàng |
1630
+ | `middle_name` | Dung, Hà, Thoa |
1631
+ | `name` | Thiên Đức Thủy, Minh Thị Kiều, Tuân Văn Đoàn |
1302
1632
 
1303
1633
  ## FFaker::NatoAlphabet
1304
1634
 
1305
1635
  | Method | Example |
1306
1636
  | ------ | ------- |
1307
- | `alphabetic_code` | SIERRA, ALPHA, GOLF |
1308
- | `callsign` | FOXTROT-DELTA-FIVE, JULIETT-VICTOR-TWO, QUEBEC-WHISKEY-SIX |
1309
- | `code` | QUEBEC, UNIFORM, ALPHA |
1637
+ | `alphabetic_code` | NOVEMBER, HOTEL, FOXTROT |
1638
+ | `callsign` | FOXTROT-KILO-ZERO, MIKE-TANGO-NINE, BRAVO-NOVEMBER-NINE |
1639
+ | `code` | MIKE, SIX, NINE |
1310
1640
  | `codify`(...) | |
1311
- | `numeric_code` | FIVE, FIVE, EIGHT |
1641
+ | `numeric_code` | TWO, FOUR, FOUR |
1312
1642
 
1313
1643
  ## FFaker::PhoneNumber
1314
1644
 
1315
1645
  | Method | Example |
1316
1646
  | ------ | ------- |
1317
- | `area_code` | 532, 342, 882 |
1318
- | `imei` | 001245007457473, 001245005288981, 001245006595718 |
1319
- | `phone_number` | 1-809-130-9569, 770.340.8716 x057, (929)224-6935 x6624 |
1320
- | `short_phone_number` | 328-203-1261, 906-283-3908, 875-996-6138 |
1647
+ | `area_code` | 354, 990, 576 |
1648
+ | `exchange_code` | 620, 301, 534 |
1649
+ | `imei` | 001245009951149, 001245008340104, 001245000139641 |
1650
+ | `phone_calling_code` | +66, +254, +55 |
1651
+ | `phone_number` | (673)488-5004, 1-329-886-8429 x471, (921)340-8717 |
1652
+ | `short_phone_number` | 221-350-8818, 273-473-0127, 426-990-8093 |
1321
1653
 
1322
1654
  ## FFaker::PhoneNumberAU
1323
1655
 
1324
1656
  | Method | Example |
1325
1657
  | ------ | ------- |
1326
1658
  | `country_code` | +61, +61, +61 |
1327
- | `home_work_phone_number` | (07) 8742 2952, (08) 4397 2641, (05) 8891 2356 |
1328
- | `home_work_phone_prefix` | 07, 03, 08 |
1329
- | `international_home_work_phone_number` | +61 5 6482 9104, +61 3 8593 5216, +61 2 1663 1536 |
1330
- | `international_mobile_phone_number` | +61 4 8528 7916, +61 4 3963 3174, +61 4 0612 0717 |
1331
- | `international_phone_number` | +61 5 2778 0768, +61 4 5369 3973, +61 2 1491 3577 |
1332
- | `mobile_phone_number` | 0402 052 658, 0499 367 420, 0409 247 868 |
1659
+ | `home_work_phone_number` | (02) 9205 1024, (08) 9937 5528, (08) 7926 2214 |
1660
+ | `home_work_phone_prefix` | 07, 08, 03 |
1661
+ | `international_home_work_phone_number` | +61 5 4724 1207, +61 2 0387 0755, +61 8 3954 2392 |
1662
+ | `international_mobile_phone_number` | +61 4 1348 3392, +61 4 1975 3349, +61 4 0691 0351 |
1663
+ | `international_phone_number` | +61 4 5592 9954, +61 3 3209 6972, +61 4 0318 3353 |
1664
+ | `mobile_phone_number` | 0451 601 804, 0403 356 164, 0421 189 747 |
1333
1665
  | `mobile_phone_prefix` | 04, 04, 04 |
1334
- | `phone_number` | 0445 613 532, 0462 568 067, 0464 784 835 |
1335
- | `phone_prefix` | 04, 04, 03 |
1666
+ | `phone_number` | (07) 5697 0273, (03) 1413 2239, 0409 403 895 |
1667
+ | `phone_prefix` | 03, 05, 07 |
1336
1668
 
1337
1669
  ## FFaker::PhoneNumberBR
1338
1670
 
1339
1671
  | Method | Example |
1340
1672
  | ------ | ------- |
1341
1673
  | `country_code` | +55, +55, +55 |
1342
- | `home_work_phone_number` | 89 30538910, 74 4810-4604, 905484-8987 |
1343
- | `international_home_work_phone_number` | +55 69 30141728, +55 26 41488119, +55 67 5655-1698 |
1344
- | `international_mobile_phone_number` | +55 14 6013-0579, +55 28 7563-5057, +55259152-7671 |
1345
- | `international_phone_number` | +55 10 58420229, +55894626-4986, +554897284-9263 |
1346
- | `mobile_phone_number` | 55 960317933, 7987863952, 14 994521373 |
1347
- | `phone_number` | 89 97974-9007, 695212-3082, 813969-7583 |
1674
+ | `home_work_phone_number` | 93 49784286, 872886-8119, 44 3426-9857 |
1675
+ | `international_home_work_phone_number` | +557038917803, +55 88 28579652, +556726792693 |
1676
+ | `international_mobile_phone_number` | +55197089-0987, +55 84 984787929, +55 62 87443065 |
1677
+ | `international_phone_number` | +551822152520, +556798563-7084, +55 32 2685-6773 |
1678
+ | `mobile_phone_number` | 80 65535913, 6298275-0585, 16 8029-0741 |
1679
+ | `phone_number` | 445895-9140, 7799152-7319, 1492811278 |
1348
1680
 
1349
1681
  ## FFaker::PhoneNumberCH
1350
1682
 
1351
1683
  | Method | Example |
1352
1684
  | ------ | ------- |
1353
- | `free_phone_number` | +418000869874, 0041800 838 58 98, 0800 131 64 86 |
1354
- | `home_work_phone_number` | +4181 505 10 61, 004126 212 81 20, 091 792 39 14 |
1355
- | `mobile_phone_number` | 077 906 33 75, 004179 881 61 39, 004174 107 28 93 |
1356
- | `phone_number` | 0041800 852 01 92, 0041844 904 38 59, +4151 823 88 01 |
1357
- | `premium_rate_phone_number` | 0901 405 67 13, 0900 017 83 33, 0041901 970 61 12 |
1358
- | `shared_cost_phone_number` | 00418448021698, +418403975138, +418407426749 |
1685
+ | `free_phone_number` | +41800 599 14 39, 0041800 691 38 19, 08002435186 |
1686
+ | `home_work_phone_number` | 0336086298, 0041229257389, +41626351137 |
1687
+ | `mobile_phone_number` | 079 083 30 93, 0793861609, 004174 780 48 95 |
1688
+ | `phone_number` | 08002656215, +41842 359 17 26, +4124 221 38 53 |
1689
+ | `premium_rate_phone_number` | 09010075228, 0900 684 08 37, +419067579614 |
1690
+ | `shared_cost_phone_number` | 0848 319 31 22, 08405154066, 08403526054 |
1359
1691
 
1360
1692
  ## FFaker::PhoneNumberCU
1361
1693
 
@@ -1363,63 +1695,63 @@
1363
1695
  | ------ | ------- |
1364
1696
  | `country_code` | 53, 53, 53 |
1365
1697
  | `e164_country_code` | 53, 53, 53 |
1366
- | `e164_home_work_phone_number` | 5333066203, 5322025927, 5324763201 |
1367
- | `e164_mobile_phone_number` | 5356310921, 5359912435, 5352615942 |
1368
- | `e164_phone_number` | 5342530851, 5333840104, 5355848371 |
1369
- | `general_phone_number` | 05 067 2099, 05 207 5910, (033) 83 5978 |
1370
- | `home_work_phone_number` | (046) 48 3690, (046) 67 9357, (031) 61 8533 |
1371
- | `home_work_phone_prefix` | 046, 021, 045 |
1372
- | `international_country_code` | 0053, +53, 0053 |
1373
- | `international_home_work_phone_number` | +5345 67 6264, 005342 50 8402, 005343 46 2589 |
1374
- | `international_mobile_phone_number` | +535 955 9123, +535 952 6748, 00535 874 0243 |
1375
- | `international_phone_number` | 00535 621 2950, 005345 78 5618, 005346 61 8789 |
1376
- | `mobile_phone_number` | 05 754 9915, 05 880 8797, 05 465 4558 |
1698
+ | `e164_home_work_phone_number` | 5332084653, 5323992112, 5342725073 |
1699
+ | `e164_mobile_phone_number` | 5350985439, 5357635318, 5353237041 |
1700
+ | `e164_phone_number` | 5332830814, 5351756837, 5347346317 |
1701
+ | `general_phone_number` | (047) 24 3281, 05 950 9439, (022) 56 5939 |
1702
+ | `home_work_phone_number` | (047) 45 2603, (021) 55 9159, (048) 75 4027 |
1703
+ | `home_work_phone_prefix` | 041, 042, 042 |
1704
+ | `international_country_code` | 0053, 0053, +53 |
1705
+ | `international_home_work_phone_number` | +5341 67 0256, 005323 50 9764, 005321 40 4492 |
1706
+ | `international_mobile_phone_number` | +535 876 3225, 00535 225 1172, +535 096 6082 |
1707
+ | `international_phone_number` | +535 878 4497, 00535 490 9270, +535 552 3832 |
1708
+ | `mobile_phone_number` | 05 208 6068, 05 679 2789, 05 248 9413 |
1377
1709
  | `mobile_phone_prefix` | 05, 05, 05 |
1378
- | `phone_number` | +535 558 4920, 5331782550, 5321343255 |
1379
- | `phone_prefix` | 05, 05, 042 |
1710
+ | `phone_number` | 5356662916, (045) 87 7397, 5324750940 |
1711
+ | `phone_prefix` | 022, 041, 024 |
1380
1712
 
1381
1713
  ## FFaker::PhoneNumberDA
1382
1714
 
1383
1715
  | Method | Example |
1384
1716
  | ------ | ------- |
1385
1717
  | `country_code` | +45, +45, +45 |
1386
- | `home_work_phone_number` | 86639159, 58111648, 27319928 |
1387
- | `international_home_work_phone_number` | +45 64239202, +45 32498033, +45 74836947 |
1388
- | `international_mobile_phone_number` | +45 22461294, +45 29152690, +45 99309791 |
1389
- | `international_phone_number` | +45 90667096, +45 95029757, +45 69559348 |
1390
- | `mobile_phone_number` | 56939502, 81938544, 16280011 |
1391
- | `phone_number` | 92209803, 81417953, 15181518 |
1718
+ | `home_work_phone_number` | 54144530, 79789538, 24664683 |
1719
+ | `international_home_work_phone_number` | +45 34194621, +45 84915672, +45 75495445 |
1720
+ | `international_mobile_phone_number` | +45 31727990, +45 18172903, +45 13838270 |
1721
+ | `international_phone_number` | +45 47981828, +45 22009028, +45 50400627 |
1722
+ | `mobile_phone_number` | 49554150, 15568101, 82441574 |
1723
+ | `phone_number` | 66126933, 77742657, 24840007 |
1392
1724
 
1393
1725
  ## FFaker::PhoneNumberDE
1394
1726
 
1395
1727
  | Method | Example |
1396
1728
  | ------ | ------- |
1397
1729
  | `country_code` | +49, +49, +49 |
1398
- | `home_work_phone_number` | 095 3699546, 07369 9963962, 044 3660126 |
1399
- | `international_home_work_phone_number` | +49 48 2878095, +49 443 1712239, +49 6540 4489211 |
1400
- | `international_mobile_phone_number` | +49 170 7818042, +49 167 5203046, +49 174 0528236 |
1401
- | `international_phone_number` | +49 94 7197458, +49 9425 9698944, +49 4054 0347687 |
1402
- | `mobile_phone_number` | 0172 1979352, 0175 1749921, 0161 5808638 |
1403
- | `mobile_prefix` | 0151, 0176, 0177 |
1404
- | `phone_number` | 03138 1375973, 02538 0792901, 07977 4761113 |
1405
- | `region_prefix` | 05020, 06678, 081 |
1730
+ | `home_work_phone_number` | 077 0100828, 04050 8889774, 039 3813272 |
1731
+ | `international_home_work_phone_number` | +49 7252 0827635, +49 74 3177205, +49 513 1151551 |
1732
+ | `international_mobile_phone_number` | +49 177 9687401, +49 172 8875700, +49 167 4850409 |
1733
+ | `international_phone_number` | +49 48 7624464, +49 341 2074154, +49 37 6951687 |
1734
+ | `mobile_phone_number` | 0172 4906182, 0169 8859216, 0167 2294799 |
1735
+ | `mobile_prefix` | 0166, 0164, 0153 |
1736
+ | `phone_number` | 097 5851085, 04066 5247139, 085 7901591 |
1737
+ | `region_prefix` | 0625, 0421, 076 |
1406
1738
 
1407
1739
  ## FFaker::PhoneNumberFR
1408
1740
 
1409
1741
  | Method | Example |
1410
1742
  | ------ | ------- |
1411
- | `home_work_phone_number` | +33465688866, 0033373733320, 03 07 91 74 35 |
1412
- | `mobile_phone_number` | +337 69 36 79 39, 0033729397578, 06 64 13 13 37 |
1413
- | `phone_number` | +33761302995, 0033477191465, 0658517607 |
1743
+ | `home_work_phone_number` | +331 60 93 91 40, 0426813423, 0033257288143 |
1744
+ | `mobile_phone_number` | +33752648171, +33705345902, 06 46 89 36 60 |
1745
+ | `phone_number` | 00336 76 03 64 30, 05 30 71 47 48, +332 42 32 91 27 |
1414
1746
 
1415
1747
  ## FFaker::PhoneNumberIT
1416
1748
 
1417
1749
  | Method | Example |
1418
1750
  | ------ | ------- |
1419
- | `home_phone_number` | +390363 68673914, +39 0125726747, 0039 046334602812 |
1420
- | `mobile_phone_number` | 0039 328936307, +39 328 737942, +39338 195988 |
1751
+ | `home_phone_number` | 00390682592171, +39 0566520703, +39 0165 88706224 |
1752
+ | `mobile_phone_number` | 0039347 255937, +39 339622810, 0039 338 94649949 |
1421
1753
  | `number`(...) | |
1422
- | `phone_number` | +39328 95619864, +3933349487581, +39 345 71873132 |
1754
+ | `phone_number` | +39 325 778956, +390941 82329167, 0039 320284211 |
1423
1755
  | `random_space` | , , |
1424
1756
 
1425
1757
  ## FFaker::PhoneNumberKR
@@ -1427,125 +1759,125 @@
1427
1759
  | Method | Example |
1428
1760
  | ------ | ------- |
1429
1761
  | `contry_code` | +82, +82, +82 |
1430
- | `home_work_phone_number` | 031 2848 3633, 063 7980 5044, 052 5780 4409 |
1431
- | `international_home_work_phone_number` | +82 44 8846 7619, +82 2 5569 6210, +82 2 2914 5425 |
1432
- | `international_mobile_phone_number` | +82 19 5319 6269, +82 16 6545 8915, +82 11 1315 0489 |
1433
- | `international_phone_number` | +82 44 7072 0081, +82 33 2366 8152, +82 32 2045 1087 |
1434
- | `mobile_phone_number` | 010 6346 8389, 019 9978 6994, 010 6257 6045 |
1435
- | `phone_number` | 016 5078 0261, 010 0055 7299, 016 2216 3711 |
1762
+ | `home_work_phone_number` | 032 7286 9595, 052 1891 4582, 064 8653 3842 |
1763
+ | `international_home_work_phone_number` | +82 61 1279 3952, +82 49 3134 6856, +82 63 8564 1284 |
1764
+ | `international_mobile_phone_number` | +82 11 5897 0044, +82 19 5189 1596, +82 10 5638 6141 |
1765
+ | `international_phone_number` | +82 43 0178 9935, +82 10 2196 4814, +82 16 8893 1302 |
1766
+ | `mobile_phone_number` | 016 9214 4085, 016 9489 1139, 019 0196 5564 |
1767
+ | `phone_number` | 016 0020 0649, 044 6995 3024, 010 5974 7565 |
1436
1768
 
1437
1769
  ## FFaker::PhoneNumberMX
1438
1770
 
1439
1771
  | Method | Example |
1440
1772
  | ------ | ------- |
1441
1773
  | `country_code` | +52, +52, +52 |
1442
- | `home_work_phone_number` | 73 2191 9052, 88 4530 6675, 58 9443 0375 |
1443
- | `international_home_work_phone_number` | +52 15 1312 4247, +52 17 0128 9212, +52 30 9427 4363 |
1444
- | `international_mobile_phone_number` | +52 1 83 0041 3533, +52 1 56 0725 7767, +52 1 03 7476 1467 |
1445
- | `international_phone_number` | +52 1 58 7272 2373, +52 1 58 7082 8250, +52 46 5874 6269 |
1446
- | `mobile_phone_number` | 044 69 4736 3169, 044 08 5367 6486, 044 84 9626 0531 |
1447
- | `phone_number` | 60 0116 0269, 044 67 4644 3107, 80 2614 8964 |
1448
- | `toll_free_number` | 01 800 626 6442, 01 800 541 9078, 01 800 256 5019 |
1774
+ | `home_work_phone_number` | 97 4664 5777, 10 2757 1370, 46 8689 2563 |
1775
+ | `international_home_work_phone_number` | +52 03 9540 0421, +52 83 4845 2679, +52 05 0571 0136 |
1776
+ | `international_mobile_phone_number` | +52 1 46 8738 2715, +52 1 53 3602 2653, +52 1 21 9004 2157 |
1777
+ | `international_phone_number` | +52 1 79 7472 9727, +52 25 7856 2228, +52 1 38 5609 3861 |
1778
+ | `mobile_phone_number` | 044 43 6962 0924, 044 34 0105 9309, 044 53 2071 1244 |
1779
+ | `phone_number` | 044 14 4112 0674, 65 5463 0694, 044 25 1987 9359 |
1780
+ | `toll_free_number` | 01 800 899 2964, 01 800 725 1723, 01 800 643 8570 |
1449
1781
 
1450
1782
  ## FFaker::PhoneNumberNL
1451
1783
 
1452
1784
  | Method | Example |
1453
1785
  | ------ | ------- |
1454
- | `home_work_phone_number` | 043-2545 301, 0347-75 11 88, 0228-35 07 89 |
1455
- | `international_home_work_phone_number` | +31 598-9801 34, +31 20-709 5730, +31 75-0801 013 |
1456
- | `international_mobile_phone_number` | +31 6 5903 5644, +31 6 6642 2933, +31 6 9745 0663 |
1457
- | `international_phone_number` | +31 487-365788, +31 6 435 051 12, +31 650614960 |
1458
- | `mobile_phone_number` | 06 823 803 35, 06 60 54 94 04, 06 379 550 74 |
1459
- | `phone_number` | 06 817 244 89, 078-8119 602, 06 0216 5590 |
1786
+ | `home_work_phone_number` | 0512-0404 07, 0523-4064 99, 040-828 9034 |
1787
+ | `international_home_work_phone_number` | +31 180-70 18 18, +31 186-4605 80, +31 492-466310 |
1788
+ | `international_mobile_phone_number` | +31 6 6994 6524, +31 621269693, +31 6 78 38 78 84 |
1789
+ | `international_phone_number` | +31 493-093089, +31 541-4884 33, +31 172-916512 |
1790
+ | `mobile_phone_number` | 06 9391 2802, 06 365 638 70, 06 411 869 27 |
1791
+ | `phone_number` | 0626969107, 06 3986 9847, 0114-2752 12 |
1460
1792
 
1461
1793
  ## FFaker::PhoneNumberSE
1462
1794
 
1463
1795
  | Method | Example |
1464
1796
  | ------ | ------- |
1465
- | `area_prefix` | 644, 910, 26 |
1466
- | `country_prefix` | 0046, +46, +46 |
1467
- | `home_work_phone_number` | 0435-537 58, 0158-55 66 54, 0171-629 58 |
1468
- | `international_home_work_phone_number` | 0046 (0)913-958 50, 0046 (0)35-55 62 11, +46 (0)644-756 03 |
1469
- | `international_mobile_phone_number` | +46 (0)740-851954, +46 (0)738-359944, +46 (0)747-14 11 45 |
1470
- | `international_phone_number` | +46 (0)505-733 04, +46 (0)703-77 39 79, +46 (0)36-888 94 42 |
1471
- | `mobile_phone_number` | 0700-91 58 44, 0702-59 42 67, 0764-306064 |
1472
- | `mobile_phone_number_format` | 72#-## ## ##, 74#-## ## ##, 74#-## ## ## |
1473
- | `mobile_prefix` | 73, 72, 70 |
1474
- | `phone_number` | 0749-302543, 0748-226303, 0745-068180 |
1475
- | `phone_number_format` | 651-### ##, 471-### ##, 591-## ## ## |
1797
+ | `area_prefix` | 551, 221, 240 |
1798
+ | `country_prefix` | +46, 0046, +46 |
1799
+ | `home_work_phone_number` | 0533-434 99, 0552-21 83 05, 0954-26 30 26 |
1800
+ | `international_home_work_phone_number` | 0046 (0)122-401 31, +46 (0)587-01 97 18, 0046 (0)340-239 16 |
1801
+ | `international_mobile_phone_number` | +46 (0)764-351677, 0046 (0)760-654691, +46 (0)737-291846 |
1802
+ | `international_phone_number` | 0046 (0)746-639696, 0046 (0)703-083443, +46 (0)174-04 79 41 |
1803
+ | `mobile_phone_number` | 0707-931724, 0741-28 63 89, 0733-915099 |
1804
+ | `mobile_phone_number_format` | 74#-## ## ##, 73#-## ## ##, 73#-###### |
1805
+ | `mobile_prefix` | 73, 70, 73 |
1806
+ | `phone_number` | 0767-700047, 0155-26 24 70, 046-79 29 74 |
1807
+ | `phone_number_format` | 413-### ##, 951-### ##, 943-### ## |
1476
1808
 
1477
1809
  ## FFaker::PhoneNumberSG
1478
1810
 
1479
1811
  | Method | Example |
1480
1812
  | ------ | ------- |
1481
1813
  | `country_code` | +65, +65, +65 |
1482
- | `fixed_line_number` | 6878 3159, 6884 2068, 6150 4726 |
1483
- | `international_toll_free_number` | 800 042 6419, 800 563 7323, 800 572 0404 |
1484
- | `mobile_number` | 8294 3777, 8338 3614, 8778 6548 |
1485
- | `mobile_or_pager_number` | 9584 1960, 9063 3225, 9824 9505 |
1486
- | `phone_number` | 8184 0546, 8754 2670, 6084 9178 |
1487
- | `premium_service_number` | 1900 804 5555, 1900 427 7520, 1900 955 9528 |
1488
- | `toll_free_number` | 1800 244 1263, 1800 261 5511, 1800 032 5172 |
1489
- | `voip_number` | 3032 9632, 3614 0209, 3553 9784 |
1814
+ | `fixed_line_number` | 6076 5999, 6915 8198, 6478 4719 |
1815
+ | `international_toll_free_number` | 800 299 3179, 800 921 9361, 800 033 9009 |
1816
+ | `mobile_number` | 8302 9026, 8401 4226, 8478 0611 |
1817
+ | `mobile_or_pager_number` | 9841 0578, 9557 8337, 9502 7672 |
1818
+ | `phone_number` | 9319 6446, 9691 3479, 9120 0978 |
1819
+ | `premium_service_number` | 1900 770 2300, 1900 164 1328, 1900 603 1227 |
1820
+ | `toll_free_number` | 1800 376 9526, 1800 242 5658, 1800 044 8594 |
1821
+ | `voip_number` | 3123 3488, 3501 6078, 3181 2796 |
1490
1822
 
1491
1823
  ## FFaker::PhoneNumberSN
1492
1824
 
1493
1825
  | Method | Example |
1494
1826
  | ------ | ------- |
1495
- | `homework_number` | 33-879-31-48, 33-848-39-52, 33-877-99-22 |
1827
+ | `homework_number` | 33-861-86-02, 33-815-12-39, 33-898-25-46 |
1496
1828
  | `homework_phone_prefix` | 33, 33, 33 |
1497
- | `mobile_number` | 76-791-71-80, 77-993-62-74, 76-238-35-99 |
1498
- | `mobile_phone_prefix` | 76, 76, 77 |
1499
- | `phone_number` | 77-742-78-27, 33-871-72-58, 33-807-72-49 |
1500
- | `short_phone_number` | 351-94-96, 686-54-67, 361-31-29 |
1829
+ | `mobile_number` | 76-249-17-64, 76-262-58-90, 76-559-60-22 |
1830
+ | `mobile_phone_prefix` | 77, 76, 70 |
1831
+ | `phone_number` | 76-683-59-14, 77-595-63-16, 33-870-08-83 |
1832
+ | `short_phone_number` | 554-09-08, 932-97-51, 845-74-48 |
1501
1833
 
1502
1834
  ## FFaker::Product
1503
1835
 
1504
1836
  | Method | Example |
1505
1837
  | ------ | ------- |
1506
- | `brand` | Trisync, Bruphfunc, Phyckforge |
1838
+ | `brand` | Brounsfunc, Trure, Sinecell |
1507
1839
  | `letters`(...) | |
1508
- | `model` | F53, CR-1382, Q8 |
1509
- | `product` | Sirpod Digital Viewer, Copod HD System, Bricell Air Component |
1510
- | `product_name` | Input Controller, Power Tag Bracket, Tag System |
1840
+ | `model` | E38, A-1586, Z-656 |
1841
+ | `product` | Brouffe Remote Gel Viewer, Cygsync Disc Performance Controller, Trynsfunc GPS Case |
1842
+ | `product_name` | Audible Compressor, Remote Receiver, Audible Mount |
1511
1843
 
1512
1844
  ## FFaker::Skill
1513
1845
 
1514
1846
  | Method | Example |
1515
1847
  | ------ | ------- |
1516
- | `specialties` | Multi-tier Management, Area Modularization, Database Architecture, Firmware Research, Software Profiling, Multi-tier Prototyping, Team Modularization, Project Modularization, Multi-tier Metrics |
1517
- | `specialty` | Hardware Architecture, Template Architecture, Modular Research |
1518
- | `tech_skill` | Python, Cassandra, ASP |
1519
- | `tech_skills` | JavaScript, Flash, Ajax, Rails, Django, Bootstrap, PHP, ASP, JQuery |
1848
+ | `specialties` | Mental Metrics, Template Metrics, Performance Research, Hardware Research, Prototype Profiling, Visual Research, Statistical Analysis, Statistical Profiling, Resource Prototyping |
1849
+ | `specialty` | Web Design, Performance Management, Firmware Prototyping |
1850
+ | `tech_skill` | SublimeText, Flash, JSON |
1851
+ | `tech_skills` | Backbone.JS, Heroku, MongoDB, Linux, ASP, JSP, Illustrator, SVN, Typo3 |
1520
1852
 
1521
1853
  ## FFaker::Sport
1522
1854
 
1523
1855
  | Method | Example |
1524
1856
  | ------ | ------- |
1525
- | `name` | Bodysurfing, Base jumping, Rapel |
1857
+ | `name` | Snowboarding, Formula Indy, Surfing |
1526
1858
 
1527
1859
  ## FFaker::SSN
1528
1860
 
1529
1861
  | Method | Example |
1530
1862
  | ------ | ------- |
1531
- | `ssn` | 747-89-6079, 595-62-2057, 491-32-7918 |
1863
+ | `ssn` | 739-68-5500, 218-73-4959, 631-27-0316 |
1532
1864
 
1533
1865
  ## FFaker::SSNMX
1534
1866
 
1535
1867
  | Method | Example |
1536
1868
  | ------ | ------- |
1537
- | `imss` | 6034761053-4, 0964419610-3, 9407948723-9 |
1538
- | `imss_undashed` | 51047374741, 68513510091, 15122045481 |
1539
- | `issste` | 3014289430-4, 4818516550-0, 5616627643-6 |
1540
- | `issste_undashed` | 37627847566, 45726298911, 64739417730 |
1541
- | `ssn` | 6068327774-8, 5454638049-4, 9300689478-6 |
1542
- | `ssn_undashed` | 62854200005, 00688881330, 67870074584 |
1869
+ | `imss` | 0603169061-9, 8431029951-7, 0843212914-3 |
1870
+ | `imss_undashed` | 46216162966, 37733121323, 41777762527 |
1871
+ | `issste` | 5947137983-0, 3698520188-4, 9691440544-7 |
1872
+ | `issste_undashed` | 76469878288, 76728710357, 50914416400 |
1873
+ | `ssn` | 0453162262-1, 5238146130-2, 7407746386-7 |
1874
+ | `ssn_undashed` | 03188877302, 27059933188, 75915678768 |
1543
1875
 
1544
1876
  ## FFaker::SSNSE
1545
1877
 
1546
1878
  | Method | Example |
1547
1879
  | ------ | ------- |
1548
- | `ssn` | 195909069963, 197602168480, 194001126763 |
1880
+ | `ssn` | 199903226710, 195608079099, 198011068352 |
1549
1881
 
1550
1882
  ## FFaker::String
1551
1883
 
@@ -1557,78 +1889,99 @@
1557
1889
 
1558
1890
  | Method | Example |
1559
1891
  | ------ | ------- |
1560
- | `date` | 2015-03-09 00:00:00 +0100, 2015-03-31 00:00:00 +0200, 2012-10-14 00:00:00 +0200 |
1561
- | `month` | May, January, April |
1892
+ | `between`(..., ...) | |
1893
+ | `date` | 2015-11-08 00:00:00 +0900, 2012-08-27 00:00:00 +0900, 2014-01-31 00:00:00 +0900 |
1894
+ | `datetime` | 2013-11-21 12:16:00 +0900, 2012-06-21 08:01:00 +0900, 2012-10-15 05:14:00 +0900 |
1895
+ | `month` | July, August, June |
1896
+
1897
+ ## FFaker::Tweet
1898
+
1899
+ | Method | Example |
1900
+ | ------ | ------- |
1901
+ | `body` | Magni architecto sequi minus magnam. Aut dolorum sequi culpa incidunt eos aut ut. Voluptatem vitae harum animi sint voluptate eum., Doloremque possimus et voluptatem delectus nulla consequatur. Reiciendis beatae non enim voluptates sint officiis. Pariatur repellendus., Ducimus ad quia est vitae atque culpa. Voluptatem sit sit quibusdam sint autem. Velit voluptas repellendus est sed vel soluta. Quia non. |
1902
+ | `mention` | @elodia_jast, @becky, @nannette |
1903
+ | `mentions` | @gwyn_collier @dara_yundt, @loma @grazyna.harber, @pierre @scottie.reichel |
1904
+ | `tags` | #followback #art, #fun #baby, #like #food |
1905
+ | `tweet` | @lyndsay Sequi atque maxime ut consequuntur., @queen_jacobi At omnis necessitatibus commodi molestiae magni. Labore ut veritatis corrupti culpa ut accusamus ipsa..#cool #nofilter, Sit est consequatur repellat adipisci mollitia. Voluptatem consequatur et earum. |
1562
1906
 
1563
1907
  ## FFaker::Unit
1564
1908
 
1565
1909
  | Method | Example |
1566
1910
  | ------ | ------- |
1567
- | `temperature_abbr` | F, F, F |
1568
- | `temperature_name` | Kelvin, Fahrenheit, Kelvin |
1569
- | `time_abbr` | yr, s, Minutes |
1570
- | `time_name` | Days, Milliseconds, Milliseconds |
1911
+ | `temperature_abbr` | C, K, F |
1912
+ | `temperature_name` | Celsius, Celsius, Kelvin |
1913
+ | `time_abbr` | s, s, s |
1914
+ | `time_name` | Days, Days, Seconds |
1571
1915
 
1572
1916
  ## FFaker::UnitEnglish
1573
1917
 
1574
1918
  | Method | Example |
1575
1919
  | ------ | ------- |
1576
- | `area_abbr` | sq yd, sq. in, sq. in |
1577
- | `area_name` | square yard, section, township |
1578
- | `length_abbr` | ft, yd, yd |
1579
- | `length_name` | mile, mile, mile |
1580
- | `liquid_abbr` | pt, fl oz, gi |
1581
- | `liquid_name` | pint, gill, gill |
1582
- | `mass_abbr` | gr, cwt, oz |
1583
- | `mass_name` | grains, ton, grains |
1584
- | `temperature_abbr` | K, K, F |
1585
- | `temperature_name` | Kelvin, Celsius, Fahrenheit |
1586
- | `time_abbr` | d, msec, msec |
1587
- | `time_name` | Seconds, Hours, Milliseconds |
1588
- | `volume_abbr` | CFT, CI, CFT |
1589
- | `volume_name` | cubic foot, cubic foot, cubic foot |
1920
+ | `area_abbr` | ac, ac, sq mi |
1921
+ | `area_name` | square foot, township, township |
1922
+ | `length_abbr` | fur, yd, m |
1923
+ | `length_name` | inch, mile, foot |
1924
+ | `liquid_abbr` | qt, gi, qt |
1925
+ | `liquid_name` | gill, pint, gill |
1926
+ | `mass_abbr` | gr, lb, lb |
1927
+ | `mass_name` | grains, ton, hundredweight |
1928
+ | `temperature_abbr` | C, K, F |
1929
+ | `temperature_name` | Kelvin, Fahrenheit, Kelvin |
1930
+ | `time_abbr` | msec, s, Minutes |
1931
+ | `time_name` | Seconds, Years, Days |
1932
+ | `volume_abbr` | CFT, CY, CFT |
1933
+ | `volume_name` | cubic foot, cubic foot, cubic yard |
1590
1934
 
1591
1935
  ## FFaker::UnitMetric
1592
1936
 
1593
1937
  | Method | Example |
1594
1938
  | ------ | ------- |
1595
- | `area_abbr` | cm^2, cm^2, ha |
1596
- | `area_name` | kilometers, kilometers, hectares |
1597
- | `length_abbr` | mm, km, m |
1598
- | `length_name` | millimeters, meters, kilometers |
1599
- | `liquid_abbr` | L, L, L |
1600
- | `liquid_name` | milliliters, milliliters, milliliters |
1939
+ | `area_abbr` | cm^2, m^2, ha |
1940
+ | `area_name` | hectares, hectares, meters squared |
1941
+ | `length_abbr` | km, km, cm |
1942
+ | `length_name` | kilometers, millimeters, millimeters |
1943
+ | `liquid_abbr` | ml, ml, ml |
1944
+ | `liquid_name` | liters, milliliters, liters |
1601
1945
  | `mass_abbr` | g, mt, mt |
1602
- | `mass_name` | gram, gram, gram |
1603
- | `temperature_abbr` | C, F, C |
1604
- | `temperature_name` | Fahrenheit, Fahrenheit, Kelvin |
1605
- | `time_abbr` | d, msec, msec |
1606
- | `time_name` | Milliseconds, Hours, Milliseconds |
1607
- | `volume_abbr` | m^3, m^3, cm^3 |
1608
- | `volume_name` | cubic centimeters, cubic meters, cubic centimeters |
1946
+ | `mass_name` | metric ton, gram, kilogram |
1947
+ | `temperature_abbr` | F, F, K |
1948
+ | `temperature_name` | Celsius, Celsius, Celsius |
1949
+ | `time_abbr` | Minutes, d, d |
1950
+ | `time_name` | Years, Seconds, Milliseconds |
1951
+ | `volume_abbr` | cm^3, cm^3, cm^3 |
1952
+ | `volume_name` | cubic meters, cubic meters, cubic centimeters |
1609
1953
 
1610
1954
  ## FFaker::Vehicle
1611
1955
 
1612
1956
  | Method | Example |
1613
1957
  | ------ | ------- |
1614
- | `base_color` | pink, maroon, silver |
1615
- | `drivetrain` | FWD, 4WD, AWD |
1616
- | `engine_cylinders` | 5, 8, 8 |
1617
- | `engine_displacement` | 5.2, 7.5, 11.3 |
1618
- | `fuel_type` | Electric, Gas, Electric |
1619
- | `interior_upholstery` | Nylon Fabric, PVC, Vinyl |
1620
- | `make` | Mazda, AMC, AMC |
1621
- | `manufacturer_color` | soft majestic yellow, weak metallic brown, new soft teal |
1622
- | `mfg_color` | royal tranquil white, weak beautiful gray, new dull blue |
1623
- | `model` | Sprinter, Rabbit, Corolla |
1624
- | `transmission` | Manual, Continuously Variable, Manual |
1625
- | `transmission_abbr` | AM, AM, CVT |
1626
- | `trim` | SE, XLT, LT |
1627
- | `vin` | 19KBX89736I083749, 15KVY46845M413235, 19UYU66924R504876 |
1628
- | `year` | 2014, 2008, 1945 |
1958
+ | `base_color` | purple, azure, lightyellow |
1959
+ | `drivetrain` | AWD, 4WD, FWD |
1960
+ | `engine_cylinders` | 8, 5, 5 |
1961
+ | `engine_displacement` | 7.4, 3.0, 1.0 |
1962
+ | `fuel_type` | Hybrid, Natural Gas (CNG), Natural Gas (CNG) |
1963
+ | `interior_upholstery` | PVC, PVC, Faux Vinyl |
1964
+ | `make` | Porsche, Autocar, Chrysler |
1965
+ | `manufacturer_color` | melodic bright cadetblue, weak pretty crimson, calm bright indigo |
1966
+ | `mfg_color` | fast bright green, dull new salmon, new tranquil thistle |
1967
+ | `model` | Grand Marquis, Grand Marquis, Hummer |
1968
+ | `transmission` | Automated Manual, Manual, Automatic |
1969
+ | `transmission_abbr` | AM, AM, AT |
1970
+ | `trim` | SE, SE, XLT |
1971
+ | `vin` | 16HCT97728J966859, 13SLR10905E868402, 19NOF34317V934193 |
1972
+ | `year` | 1958, 1904, 1925 |
1629
1973
 
1630
1974
  ## FFaker::Venue
1631
1975
 
1632
1976
  | Method | Example |
1633
1977
  | ------ | ------- |
1634
- | `name` | Feria Internacional de Muestras de Asturias, Centro de Convenciones Torreon, Casapiedra |
1978
+ | `name` | Expourense, Barcelona Business Center, Palacio de Congresos de Galicia |
1979
+
1980
+ ## FFaker::Youtube
1981
+
1982
+ | Method | Example |
1983
+ | ------ | ------- |
1984
+ | `embed_url` | www.youtube.com/embed/pRpeEdMmmQ0, www.youtube.com/embed/8UVNT4wvIGY, www.youtube.com/embed/YBHQbu5rbdQ |
1985
+ | `share_url` | youtu.be/9bZkp7q19f0, youtu.be/rYEDA3JcQqw, youtu.be/PIh2xe4jnpk |
1986
+ | `url` | www.youtube.com/watch?v=YBHQbu5rbdQ, www.youtube.com/watch?v=0KSOMA3QBU0, www.youtube.com/watch?v=QGJuMBdaqIw |
1987
+ | `video_id` | y6Sxv-sUYtM, iS1g8G_njx8, lp-EO5I60KA |