ffaker 2.7.0 → 2.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (640) hide show
  1. checksums.yaml +5 -5
  2. data/Changelog.md +115 -0
  3. data/Gemfile +2 -0
  4. data/RANDOM.md +153 -0
  5. data/README.md +25 -4
  6. data/REFERENCE.md +1736 -1117
  7. data/Rakefile +5 -9
  8. data/ffaker.gemspec +15 -6
  9. data/lib/ffaker/address.rb +3 -3
  10. data/lib/ffaker/address_au.rb +8 -10
  11. data/lib/ffaker/address_br.rb +16 -4
  12. data/lib/ffaker/address_ca.rb +3 -3
  13. data/lib/ffaker/address_ch.rb +1 -3
  14. data/lib/ffaker/address_ch_de.rb +1 -3
  15. data/lib/ffaker/address_ch_fr.rb +1 -3
  16. data/lib/ffaker/address_ch_it.rb +1 -3
  17. data/lib/ffaker/address_da.rb +1 -3
  18. data/lib/ffaker/address_de.rb +1 -3
  19. data/lib/ffaker/address_fi.rb +1 -3
  20. data/lib/ffaker/address_fr.rb +6 -4
  21. data/lib/ffaker/address_gr.rb +1 -3
  22. data/lib/ffaker/address_id.rb +0 -3
  23. data/lib/ffaker/address_in.rb +5 -3
  24. data/lib/ffaker/address_it.rb +36 -0
  25. data/lib/ffaker/address_ja.rb +0 -3
  26. data/lib/ffaker/address_kr.rb +0 -1
  27. data/lib/ffaker/address_mx.rb +3 -471
  28. data/lib/ffaker/address_nl.rb +2 -6
  29. data/lib/ffaker/address_pl.rb +0 -2
  30. data/lib/ffaker/address_ru.rb +1 -3
  31. data/lib/ffaker/address_se.rb +1 -3
  32. data/lib/ffaker/address_sn.rb +1 -4
  33. data/lib/ffaker/address_ua.rb +2 -4
  34. data/lib/ffaker/address_uk.rb +1 -3
  35. data/lib/ffaker/address_us.rb +23 -5
  36. data/lib/ffaker/airline.rb +1 -1
  37. data/lib/ffaker/animal.rb +14 -0
  38. data/lib/ffaker/{animals.rb → animal_br.rb} +2 -2
  39. data/lib/ffaker/animal_cn.rb +12 -0
  40. data/lib/ffaker/animal_es.rb +12 -0
  41. data/lib/ffaker/animal_pl.rb +15 -0
  42. data/lib/ffaker/animal_us.rb +12 -0
  43. data/lib/ffaker/avatar.rb +23 -5
  44. data/lib/ffaker/aws.rb +1 -1
  45. data/lib/ffaker/bacon_ipsum.rb +1 -3
  46. data/lib/ffaker/bank.rb +118 -0
  47. data/lib/ffaker/book.rb +12 -1
  48. data/lib/ffaker/boolean.rb +1 -1
  49. data/lib/ffaker/cheesy_lingo.rb +3 -6
  50. data/lib/ffaker/code.rb +37 -0
  51. data/lib/ffaker/color.rb +7 -7
  52. data/lib/ffaker/color_pl.rb +14 -0
  53. data/lib/ffaker/color_ua.rb +1 -1
  54. data/lib/ffaker/company.rb +4 -7
  55. data/lib/ffaker/company_cn.rb +1 -1
  56. data/lib/ffaker/company_fr.rb +35 -0
  57. data/lib/ffaker/company_it.rb +4 -2
  58. data/lib/ffaker/company_ja.rb +24 -0
  59. data/lib/ffaker/company_se.rb +1 -1
  60. data/lib/ffaker/conference.rb +1 -1
  61. data/lib/ffaker/{courses.rb → courses_fr.rb} +3 -1
  62. data/lib/ffaker/currency.rb +5 -1
  63. data/lib/ffaker/data/address/city_suffixes +1 -1
  64. data/lib/ffaker/data/address/country +1 -1
  65. data/lib/ffaker/data/address/country_code +1 -1
  66. data/lib/ffaker/data/address/neighborhood +1 -1
  67. data/lib/ffaker/data/address/street_suffix +1 -1
  68. data/lib/ffaker/data/address_br/city +0 -1
  69. data/lib/ffaker/data/address_br/complement +3 -0
  70. data/lib/ffaker/data/address_br/neighborhood_prefixes +3 -0
  71. data/lib/ffaker/data/address_br/state +1 -1
  72. data/lib/ffaker/data/address_ca/city +99 -99
  73. data/lib/ffaker/data/address_ca/province +1 -1
  74. data/lib/ffaker/data/address_de/city +1 -1
  75. data/lib/ffaker/data/address_de/state +1 -1
  76. data/lib/ffaker/data/address_fr/city +1 -1
  77. data/lib/ffaker/data/address_fr/region +27 -0
  78. data/lib/ffaker/data/address_gr/city +1 -1
  79. data/lib/ffaker/data/address_gr/region +1 -1
  80. data/lib/ffaker/data/address_gr/street +1 -1
  81. data/lib/ffaker/data/address_in/city +24 -0
  82. data/lib/ffaker/data/address_it/city +111 -0
  83. data/lib/ffaker/data/address_it/region +20 -0
  84. data/lib/ffaker/data/address_ja/city +0 -23
  85. data/lib/ffaker/data/address_mx/ags +11 -0
  86. data/lib/ffaker/data/address_mx/bc +5 -0
  87. data/lib/ffaker/data/address_mx/bcs +5 -0
  88. data/lib/ffaker/data/address_mx/camp +11 -0
  89. data/lib/ffaker/data/address_mx/chih +67 -0
  90. data/lib/ffaker/data/address_mx/chis +118 -0
  91. data/lib/ffaker/data/address_mx/coah +38 -0
  92. data/lib/ffaker/data/address_mx/col +10 -0
  93. data/lib/ffaker/data/address_mx/df +16 -0
  94. data/lib/ffaker/data/address_mx/dgo +39 -0
  95. data/lib/ffaker/data/address_mx/gro +81 -0
  96. data/lib/ffaker/data/address_mx/gto +46 -0
  97. data/lib/ffaker/data/address_mx/hgo +84 -0
  98. data/lib/ffaker/data/address_mx/jal +125 -0
  99. data/lib/ffaker/data/address_mx/mex +125 -0
  100. data/lib/ffaker/data/address_mx/mich +113 -0
  101. data/lib/ffaker/data/address_mx/mor +33 -0
  102. data/lib/ffaker/data/address_mx/nay +20 -0
  103. data/lib/ffaker/data/address_mx/nl +51 -0
  104. data/lib/ffaker/data/address_mx/oax +570 -0
  105. data/lib/ffaker/data/address_mx/pue +217 -0
  106. data/lib/ffaker/data/address_mx/qr +10 -0
  107. data/lib/ffaker/data/address_mx/qro +18 -0
  108. data/lib/ffaker/data/address_mx/sin +18 -0
  109. data/lib/ffaker/data/address_mx/slp +58 -0
  110. data/lib/ffaker/data/address_mx/son +72 -0
  111. data/lib/ffaker/data/address_mx/state +1 -1
  112. data/lib/ffaker/data/address_mx/state_abbr +1 -1
  113. data/lib/ffaker/data/address_mx/tab +17 -0
  114. data/lib/ffaker/data/address_mx/tamps +43 -0
  115. data/lib/ffaker/data/address_mx/tlax +60 -0
  116. data/lib/ffaker/data/address_mx/ver +212 -0
  117. data/lib/ffaker/data/address_mx/yuc +106 -0
  118. data/lib/ffaker/data/address_mx/zac +58 -0
  119. data/lib/ffaker/data/address_ru/city +1 -1
  120. data/lib/ffaker/data/address_se/city +1 -1
  121. data/lib/ffaker/data/address_se/countries +1 -1
  122. data/lib/ffaker/data/address_se/street +1 -1
  123. data/lib/ffaker/data/address_sn/arrondissements +1 -1
  124. data/lib/ffaker/data/address_sn/departements +1 -1
  125. data/lib/ffaker/data/address_sn/regions +1 -1
  126. data/lib/ffaker/data/address_uk/county +1 -1
  127. data/lib/ffaker/data/address_us/state +1 -1
  128. data/lib/ffaker/data/address_us/state_abbr +1 -2
  129. data/lib/ffaker/data/address_us/state_and_territories_abbr +1 -1
  130. data/lib/ffaker/data/animal_br/common_names +423 -0
  131. data/lib/ffaker/data/animal_cn/common_names +141 -0
  132. data/lib/ffaker/data/animal_es/common_names +135 -0
  133. data/lib/ffaker/data/animal_pl/common_names +256 -0
  134. data/lib/ffaker/data/animal_us/common_names +141 -0
  135. data/lib/ffaker/data/aws/ec2_reserved_instance_tenancy +1 -1
  136. data/lib/ffaker/data/aws/ec2_reserved_offering_type +1 -1
  137. data/lib/ffaker/data/aws/ec2_reserved_product_description +1 -1
  138. data/lib/ffaker/data/bank/card_types +12 -0
  139. data/lib/ffaker/data/book/nouns +2 -2
  140. data/lib/ffaker/data/cheesy_lingo/cheesy_phrases +1 -1
  141. data/lib/ffaker/data/cheesy_lingo/cheesy_words +1 -1
  142. data/lib/ffaker/data/color/names_list +1 -1
  143. data/lib/ffaker/data/color_pl/names_list +122 -0
  144. data/lib/ffaker/data/company/bs_mid +1 -1
  145. data/lib/ffaker/data/company/bs_pos +1 -1
  146. data/lib/ffaker/data/company/bs_pre +1 -1
  147. data/lib/ffaker/data/company/catch_mid +1 -1
  148. data/lib/ffaker/data/company/catch_pos +1 -1
  149. data/lib/ffaker/data/company/catch_pre +1 -1
  150. data/lib/ffaker/data/company/position_areas +1 -1
  151. data/lib/ffaker/data/conference/conference_list +1 -1
  152. data/lib/ffaker/data/currency/currency_code +1 -1
  153. data/lib/ffaker/data/currency/currency_name +1 -1
  154. data/lib/ffaker/data/currency/currency_symbol +8 -0
  155. data/lib/ffaker/data/dizzle_ipsum/dizzle_words +1 -1
  156. data/lib/ffaker/data/education/major_noun +1 -1
  157. data/lib/ffaker/data/education/school_suffix +1 -1
  158. data/lib/ffaker/data/education_cn/city +351 -0
  159. data/lib/ffaker/data/education_cn/major +506 -0
  160. data/lib/ffaker/data/education_cn/province +31 -0
  161. data/lib/ffaker/data/education_cn/school_type +27 -0
  162. data/lib/ffaker/data/filesystem/extension +31 -31
  163. data/lib/ffaker/data/food/fruit +1 -1
  164. data/lib/ffaker/data/food/herb_spice +1 -1
  165. data/lib/ffaker/data/food/meat +1 -1
  166. data/lib/ffaker/data/food/vegetable +1 -1
  167. data/lib/ffaker/data/food_pl/diary +14 -0
  168. data/lib/ffaker/data/food_pl/fermented +13 -0
  169. data/lib/ffaker/data/food_pl/fruits +34 -0
  170. data/lib/ffaker/data/food_pl/herbs +20 -0
  171. data/lib/ffaker/data/food_pl/meats +9 -0
  172. data/lib/ffaker/data/food_pl/preserves +10 -0
  173. data/lib/ffaker/data/food_pl/spices +26 -0
  174. data/lib/ffaker/data/food_pl/vegetables +45 -0
  175. data/lib/ffaker/data/freedom_ipsum/freedom_words +161 -0
  176. data/lib/ffaker/data/game/adj_and_adv +18 -0
  177. data/lib/ffaker/data/game/category +84 -0
  178. data/lib/ffaker/data/game/mechanic +182 -0
  179. data/lib/ffaker/data/game/nouns +37 -0
  180. data/lib/ffaker/data/game/prefixes +17 -0
  181. data/lib/ffaker/data/healthcare_ru/doctor_specialization +127 -0
  182. data/lib/ffaker/data/hipster_ipsum/hipster_words +1 -1
  183. data/lib/ffaker/data/identification_mx/estados_curp +1 -1
  184. data/lib/ffaker/data/job/job_adj +1 -1
  185. data/lib/ffaker/data/job/job_noun +1 -1
  186. data/lib/ffaker/data/job/job_prefix +1 -1
  187. data/lib/ffaker/data/job_fr/job_prefixes +1 -1
  188. data/lib/ffaker/data/job_it/job_adj +37 -0
  189. data/lib/ffaker/data/job_it/job_noun +25 -0
  190. data/lib/ffaker/data/job_it/job_prefix +22 -0
  191. data/lib/ffaker/data/locale/language +1 -1
  192. data/lib/ffaker/data/locale/language_code +1 -1
  193. data/lib/ffaker/data/lorem/characters +1 -1
  194. data/lib/ffaker/data/lorem/words +1 -68
  195. data/lib/ffaker/data/lorem_ar/words +1 -1
  196. data/lib/ffaker/data/lorem_br/characters +36 -0
  197. data/lib/ffaker/data/lorem_br/words +183 -0
  198. data/lib/ffaker/data/lorem_cn/words +1 -1
  199. data/lib/ffaker/data/lorem_fr/words +1 -1
  200. data/lib/ffaker/data/lorem_ie/characters +5 -0
  201. data/lib/ffaker/data/lorem_ie/paragraphs +2 -0
  202. data/lib/ffaker/data/lorem_ie/questions +1 -0
  203. data/lib/ffaker/data/lorem_ie/sentences +1 -0
  204. data/lib/ffaker/data/lorem_ie/words +107 -0
  205. data/lib/ffaker/data/lorem_it/words +321 -0
  206. data/lib/ffaker/data/lorem_pl/characters +32 -0
  207. data/lib/ffaker/data/lorem_pl/words +245 -0
  208. data/lib/ffaker/data/movie/adj_and_adv +1 -1
  209. data/lib/ffaker/data/movie/nouns +3 -3
  210. data/lib/ffaker/data/movie/prefixes +1 -1
  211. data/lib/ffaker/data/name/first_names_female +0 -230
  212. data/lib/ffaker/data/name/first_names_male +0 -37
  213. data/lib/ffaker/data/name/last_names +1 -2
  214. data/lib/ffaker/data/name/pronouns +6 -0
  215. data/lib/ffaker/data/name_ar/first_names_female +1 -1
  216. data/lib/ffaker/data/name_ar/first_names_male +1 -1
  217. data/lib/ffaker/data/name_ar/last_names +1 -1
  218. data/lib/ffaker/data/name_cn/first_names +1 -1
  219. data/lib/ffaker/data/name_cn/last_names +1 -1
  220. data/lib/ffaker/data/name_cs/female_first_names +40 -0
  221. data/lib/ffaker/data/name_cs/female_last_names +50 -0
  222. data/lib/ffaker/data/name_cs/male_first_names +88 -0
  223. data/lib/ffaker/data/name_cs/male_last_names +49 -0
  224. data/lib/ffaker/data/name_cs/prefixes +4 -4
  225. data/lib/ffaker/data/name_de/first_names +1 -1
  226. data/lib/ffaker/data/name_de/last_names +1 -1
  227. data/lib/ffaker/data/name_es/first_names_female +184 -0
  228. data/lib/ffaker/data/name_es/first_names_male +165 -0
  229. data/lib/ffaker/data/name_es/last_names +208 -0
  230. data/lib/ffaker/data/name_fr/first_names +1 -1
  231. data/lib/ffaker/data/name_fr/last_names +1 -1
  232. data/lib/ffaker/data/name_ga/first_names_female +1 -1
  233. data/lib/ffaker/data/name_ga/first_names_male +287 -287
  234. data/lib/ffaker/data/name_gr/female_first_names +1 -1
  235. data/lib/ffaker/data/name_gr/female_last_names +1 -1
  236. data/lib/ffaker/data/name_gr/male_first_names +1 -1
  237. data/lib/ffaker/data/name_gr/male_last_names +1 -1
  238. data/lib/ffaker/data/name_in/first_names_female +100 -0
  239. data/lib/ffaker/data/name_in/first_names_male +100 -0
  240. data/lib/ffaker/data/name_in/last_names +100 -0
  241. data/lib/ffaker/data/name_it/first_names +1 -1
  242. data/lib/ffaker/data/name_it/last_names +1 -1
  243. data/lib/ffaker/data/name_ja/first_names +1 -1
  244. data/lib/ffaker/data/name_ja/last_names +1 -1
  245. data/lib/ffaker/data/name_kh/first_names +1 -1
  246. data/lib/ffaker/data/name_kh/nick_names +1 -1
  247. data/lib/ffaker/data/name_kr/first_names +1 -1
  248. data/lib/ffaker/data/name_kr/last_names +1 -1
  249. data/lib/ffaker/data/name_mx/female_first_names +1 -1
  250. data/lib/ffaker/data/name_mx/last_names +1 -1
  251. data/lib/ffaker/data/name_mx/male_first_names +1 -1
  252. data/lib/ffaker/data/name_ph/autochthonous_surnames +1 -1
  253. data/lib/ffaker/data/name_ph/spanish_surnames +1 -1
  254. data/lib/ffaker/data/name_ru/first_names_female +91 -0
  255. data/lib/ffaker/data/name_ru/first_names_male +172 -0
  256. data/lib/ffaker/data/name_ru/last_names_female +100 -0
  257. data/lib/ffaker/data/name_ru/last_names_male +100 -0
  258. data/lib/ffaker/data/name_ru/middle_names_female +65 -0
  259. data/lib/ffaker/data/name_ru/middle_names_male +73 -0
  260. data/lib/ffaker/data/name_se/first_names_female +1 -1
  261. data/lib/ffaker/data/name_se/first_names_male +1 -1
  262. data/lib/ffaker/data/name_se/last_names +1 -1
  263. data/lib/ffaker/data/name_sn/first_names_female +1 -1
  264. data/lib/ffaker/data/name_sn/first_names_male +1 -1
  265. data/lib/ffaker/data/name_sn/last_names +1 -1
  266. data/lib/ffaker/data/name_th/first_names +1 -1
  267. data/lib/ffaker/data/name_th/last_names +1 -1
  268. data/lib/ffaker/data/name_th/nick_names +1 -1
  269. data/lib/ffaker/data/name_tw/first_names +122 -0
  270. data/lib/ffaker/data/name_tw/last_names +100 -0
  271. data/lib/ffaker/data/nato_alphabet/alphabet_codes +26 -0
  272. data/lib/ffaker/data/nato_alphabet/numeric_codes +10 -0
  273. data/lib/ffaker/data/phone_number_ja/four_disit_area_codes +41 -0
  274. data/lib/ffaker/data/phone_number_ja/one_disit_area_codes +3 -0
  275. data/lib/ffaker/data/phone_number_ja/three_disit_area_codes +296 -0
  276. data/lib/ffaker/data/phone_number_ja/two_disit_area_codes +48 -0
  277. data/lib/ffaker/data/phone_number_nl/area_codes +142 -0
  278. data/lib/ffaker/data/phone_number_ru/home_phone_prefixes +107 -0
  279. data/lib/ffaker/data/phone_number_ru/mobile_phone_prefixes +61 -0
  280. data/lib/ffaker/data/phone_number_se/phone_prefix +1 -1
  281. data/lib/ffaker/data/phone_number_ua/home_phone_prefixes +29 -0
  282. data/lib/ffaker/data/phone_number_ua/mobile_phone_prefixes +11 -0
  283. data/lib/ffaker/data/product/adj +1 -1
  284. data/lib/ffaker/data/product/b1 +1 -1
  285. data/lib/ffaker/data/product/noun +4 -1
  286. data/lib/ffaker/data/skill/specialty_end +1 -1
  287. data/lib/ffaker/data/skill/specialty_start +1 -1
  288. data/lib/ffaker/data/skill/tech_skills +1 -1
  289. data/lib/ffaker/data/sport_pl/summer +53 -0
  290. data/lib/ffaker/data/sport_pl/winter +14 -0
  291. data/lib/ffaker/data/sport_ru/summer +68 -0
  292. data/lib/ffaker/data/sport_ru/winter +20 -0
  293. data/lib/ffaker/data/sport_us/names +67 -0
  294. data/lib/ffaker/data/vehicle/color_prefixes +25 -0
  295. data/lib/ffaker/data/vehicle/displacements_list +1 -1
  296. data/lib/ffaker/data/vehicle/fuel_types_list +1 -1
  297. data/lib/ffaker/data/vehicle/makes_list +1 -1
  298. data/lib/ffaker/data/vehicle/transmissions_list +1 -1
  299. data/lib/ffaker/data/vehicle/upholstery_list +1 -1
  300. data/lib/ffaker/data/venue/venue_list +1 -1
  301. data/lib/ffaker/dizzle_ipsum.rb +1 -3
  302. data/lib/ffaker/education.rb +9 -10
  303. data/lib/ffaker/education_cn.rb +37 -0
  304. data/lib/ffaker/filesystem.rb +8 -8
  305. data/lib/ffaker/food.rb +2 -0
  306. data/lib/ffaker/food_pl.rb +65 -0
  307. data/lib/ffaker/freedom_ipsum.rb +20 -0
  308. data/lib/ffaker/game.rb +33 -0
  309. data/lib/ffaker/gender.rb +7 -2
  310. data/lib/ffaker/gender_br.rb +1 -1
  311. data/lib/ffaker/gender_cn.rb +1 -1
  312. data/lib/ffaker/gender_id.rb +0 -1
  313. data/lib/ffaker/gender_it.rb +17 -0
  314. data/lib/ffaker/gender_ja.rb +18 -0
  315. data/lib/ffaker/gender_jp.rb +11 -0
  316. data/lib/ffaker/gender_kr.rb +1 -1
  317. data/lib/ffaker/gender_pl.rb +19 -0
  318. data/lib/ffaker/gender_ru.rb +22 -0
  319. data/lib/ffaker/geolocation.rb +32 -22
  320. data/lib/ffaker/guid.rb +1 -1
  321. data/lib/ffaker/healthcare_ipsum.rb +1 -3
  322. data/lib/ffaker/healthcare_ru.rb +12 -0
  323. data/lib/ffaker/hipster_ipsum.rb +1 -3
  324. data/lib/ffaker/html_ipsum.rb +10 -4
  325. data/lib/ffaker/identification.rb +5 -2
  326. data/lib/ffaker/identification_br.rb +1 -1
  327. data/lib/ffaker/identification_es.rb +1 -1
  328. data/lib/ffaker/identification_es_cl.rb +6 -5
  329. data/lib/ffaker/identification_es_co.rb +2 -3
  330. data/lib/ffaker/identification_in.rb +15 -0
  331. data/lib/ffaker/identification_it.rb +30 -0
  332. data/lib/ffaker/identification_kr.rb +3 -3
  333. data/lib/ffaker/identification_mx.rb +14 -20
  334. data/lib/ffaker/identification_pl.rb +77 -0
  335. data/lib/ffaker/identification_tw.rb +24 -0
  336. data/lib/ffaker/image.rb +48 -0
  337. data/lib/ffaker/internet.rb +19 -26
  338. data/lib/ffaker/internet_se.rb +8 -10
  339. data/lib/ffaker/job.rb +1 -1
  340. data/lib/ffaker/job_br.rb +1 -1
  341. data/lib/ffaker/job_cn.rb +1 -1
  342. data/lib/ffaker/job_fr.rb +1 -1
  343. data/lib/ffaker/job_it.rb +12 -0
  344. data/lib/ffaker/job_ja.rb +0 -1
  345. data/lib/ffaker/job_kr.rb +1 -1
  346. data/lib/ffaker/job_vn.rb +0 -1
  347. data/lib/ffaker/locale.rb +8 -12
  348. data/lib/ffaker/lorem.rb +6 -7
  349. data/lib/ffaker/lorem_ar.rb +1 -1
  350. data/lib/ffaker/lorem_br.rb +45 -0
  351. data/lib/ffaker/lorem_cn.rb +1 -2
  352. data/lib/ffaker/lorem_fr.rb +1 -1
  353. data/lib/ffaker/lorem_ie.rb +40 -0
  354. data/lib/ffaker/lorem_it.rb +39 -0
  355. data/lib/ffaker/lorem_ja.rb +1 -1
  356. data/lib/ffaker/lorem_kr.rb +1 -1
  357. data/lib/ffaker/lorem_pl.rb +60 -0
  358. data/lib/ffaker/lorem_ru.rb +0 -1
  359. data/lib/ffaker/lorem_ua.rb +3 -5
  360. data/lib/ffaker/movie.rb +7 -4
  361. data/lib/ffaker/music.rb +1 -1
  362. data/lib/ffaker/name.rb +5 -1
  363. data/lib/ffaker/name_ar.rb +0 -1
  364. data/lib/ffaker/name_br.rb +1 -1
  365. data/lib/ffaker/name_cn.rb +1 -1
  366. data/lib/ffaker/name_cs.rb +7 -9
  367. data/lib/ffaker/name_da.rb +2 -4
  368. data/lib/ffaker/name_de.rb +1 -3
  369. data/lib/ffaker/name_es.rb +64 -0
  370. data/lib/ffaker/name_fr.rb +1 -2
  371. data/lib/ffaker/name_ga.rb +1 -1
  372. data/lib/ffaker/name_gr.rb +2 -3
  373. data/lib/ffaker/name_id.rb +0 -1
  374. data/lib/ffaker/name_in.rb +39 -0
  375. data/lib/ffaker/name_it.rb +2 -3
  376. data/lib/ffaker/name_ja.rb +1 -1
  377. data/lib/ffaker/name_kh.rb +2 -0
  378. data/lib/ffaker/name_kr.rb +1 -1
  379. data/lib/ffaker/name_mx.rb +4 -6
  380. data/lib/ffaker/name_nb.rb +1 -3
  381. data/lib/ffaker/name_nl.rb +1 -3
  382. data/lib/ffaker/name_ph.rb +1 -3
  383. data/lib/ffaker/name_pl.rb +1 -2
  384. data/lib/ffaker/name_ru.rb +32 -71
  385. data/lib/ffaker/name_se.rb +1 -3
  386. data/lib/ffaker/name_sn.rb +3 -6
  387. data/lib/ffaker/name_th.rb +1 -1
  388. data/lib/ffaker/name_th_en.rb +2 -2
  389. data/lib/ffaker/name_tw.rb +20 -0
  390. data/lib/ffaker/name_ua.rb +1 -3
  391. data/lib/ffaker/name_vn.rb +1 -1
  392. data/lib/ffaker/nato_alphabet.rb +2 -4
  393. data/lib/ffaker/number.rb +26 -0
  394. data/lib/ffaker/phone_number.rb +1 -1
  395. data/lib/ffaker/phone_number_au.rb +11 -12
  396. data/lib/ffaker/phone_number_br.rb +16 -14
  397. data/lib/ffaker/phone_number_ch.rb +1 -1
  398. data/lib/ffaker/phone_number_cu.rb +18 -27
  399. data/lib/ffaker/phone_number_da.rb +1 -3
  400. data/lib/ffaker/phone_number_de.rb +1 -2
  401. data/lib/ffaker/phone_number_fr.rb +50 -13
  402. data/lib/ffaker/phone_number_id.rb +2 -6
  403. data/lib/ffaker/phone_number_it.rb +9 -7
  404. data/lib/ffaker/phone_number_ja.rb +88 -0
  405. data/lib/ffaker/phone_number_kr.rb +1 -1
  406. data/lib/ffaker/phone_number_mx.rb +1 -2
  407. data/lib/ffaker/phone_number_nl.rb +9 -12
  408. data/lib/ffaker/phone_number_pl.rb +68 -0
  409. data/lib/ffaker/phone_number_ru.rb +120 -0
  410. data/lib/ffaker/phone_number_se.rb +1 -1
  411. data/lib/ffaker/phone_number_sg.rb +1 -1
  412. data/lib/ffaker/phone_number_sn.rb +12 -19
  413. data/lib/ffaker/phone_number_tw.rb +49 -0
  414. data/lib/ffaker/phone_number_ua.rb +42 -0
  415. data/lib/ffaker/product.rb +10 -12
  416. data/lib/ffaker/sem_ver.rb +19 -0
  417. data/lib/ffaker/skill.rb +1 -1
  418. data/lib/ffaker/sport.rb +4 -0
  419. data/lib/ffaker/sport_pl.rb +25 -0
  420. data/lib/ffaker/sport_ru.rb +25 -0
  421. data/lib/ffaker/sport_us.rb +12 -0
  422. data/lib/ffaker/ssn.rb +7 -2
  423. data/lib/ffaker/ssn_mx.rb +1 -2
  424. data/lib/ffaker/ssn_se.rb +14 -42
  425. data/lib/ffaker/string.rb +17 -16
  426. data/lib/ffaker/time.rb +39 -21
  427. data/lib/ffaker/tweet.rb +4 -4
  428. data/lib/ffaker/unit.rb +10 -11
  429. data/lib/ffaker/unit_english.rb +19 -22
  430. data/lib/ffaker/unit_metric.rb +16 -19
  431. data/lib/ffaker/utils/array_utils.rb +8 -5
  432. data/lib/ffaker/utils/module_utils.rb +26 -4
  433. data/lib/ffaker/utils/random_utils.rb +4 -0
  434. data/lib/ffaker/utils/unique_utils.rb +0 -1
  435. data/lib/ffaker/vehicle.rb +67 -9
  436. data/lib/ffaker/venue.rb +1 -1
  437. data/lib/ffaker/youtube.rb +1 -1
  438. data/lib/ffaker.rb +199 -17
  439. data/lib/version.rb +5 -0
  440. data/scripts/benchmark.rb +12 -11
  441. data/scripts/profiling.rb +3 -1
  442. data/scripts/reference.rb +21 -17
  443. data/test/helper.rb +38 -1
  444. data/test/test_address.rb +2 -2
  445. data/test/test_address_au.rb +7 -8
  446. data/test/test_address_br.rb +17 -4
  447. data/test/test_address_ca.rb +2 -2
  448. data/test/test_address_ch.rb +2 -2
  449. data/test/test_address_ch_de.rb +2 -2
  450. data/test/test_address_ch_fr.rb +2 -2
  451. data/test/test_address_ch_it.rb +2 -2
  452. data/test/test_address_da.rb +2 -2
  453. data/test/test_address_de.rb +2 -2
  454. data/test/test_address_fi.rb +5 -6
  455. data/test/test_address_fr.rb +3 -4
  456. data/test/test_address_gr.rb +2 -2
  457. data/test/test_address_id.rb +2 -3
  458. data/test/test_address_in.rb +2 -2
  459. data/test/test_address_it.rb +12 -0
  460. data/test/test_address_ja.rb +2 -3
  461. data/test/test_address_kr.rb +1 -2
  462. data/test/test_address_mx.rb +2 -3
  463. data/test/test_address_nl.rb +3 -3
  464. data/test/test_address_pl.rb +1 -2
  465. data/test/test_address_ru.rb +2 -2
  466. data/test/test_address_se.rb +5 -5
  467. data/test/test_address_sn.rb +2 -5
  468. data/test/test_address_ua.rb +2 -2
  469. data/test/test_address_uk.rb +2 -2
  470. data/test/test_address_us.rb +11 -2
  471. data/test/test_airline.rb +2 -2
  472. data/test/test_animal.rb +2 -2
  473. data/test/test_animal_br.rb +17 -0
  474. data/test/test_animal_cn.rb +17 -0
  475. data/test/test_animal_es.rb +17 -0
  476. data/test/test_animal_pl.rb +17 -0
  477. data/test/test_animal_us.rb +17 -0
  478. data/test/test_array_utils.rb +3 -3
  479. data/test/test_avatar.rb +5 -3
  480. data/test/test_aws.rb +3 -3
  481. data/test/test_bacon_ipsum.rb +2 -2
  482. data/test/test_bank.rb +53 -0
  483. data/test/test_book.rb +10 -5
  484. data/test/test_boolean.rb +3 -3
  485. data/test/test_cheesy_lingo.rb +5 -3
  486. data/test/test_code.rb +39 -0
  487. data/test/test_color.rb +5 -5
  488. data/test/test_color_pl.rb +13 -0
  489. data/test/test_color_ua.rb +2 -2
  490. data/test/test_company.rb +4 -4
  491. data/test/test_company_cn.rb +2 -2
  492. data/test/test_company_fr.rb +33 -0
  493. data/test/test_company_it.rb +2 -2
  494. data/test/test_company_ja.rb +28 -0
  495. data/test/test_company_se.rb +2 -2
  496. data/test/test_conference.rb +2 -2
  497. data/test/test_course_mathematiques.rb +3 -1
  498. data/test/test_course_philosophie.rb +3 -1
  499. data/test/test_currency.rb +3 -3
  500. data/test/test_dizzle_ipsum.rb +2 -2
  501. data/test/test_education.rb +2 -2
  502. data/test/test_education_cn.rb +29 -0
  503. data/test/{test_faker.rb → test_ffaker.rb} +7 -3
  504. data/test/test_filesystem.rb +13 -5
  505. data/test/test_food.rb +3 -3
  506. data/test/test_food_pl.rb +61 -0
  507. data/test/test_freedom_ipsum.rb +21 -0
  508. data/test/test_game.rb +28 -0
  509. data/test/test_gender.rb +9 -4
  510. data/test/test_gender_br.rb +2 -2
  511. data/test/test_gender_cn.rb +2 -2
  512. data/test/test_gender_id.rb +1 -2
  513. data/test/test_gender_it.rb +27 -0
  514. data/test/test_gender_ja.rb +27 -0
  515. data/test/test_gender_jp.rb +27 -0
  516. data/test/test_gender_kr.rb +2 -2
  517. data/test/test_gender_pl.rb +27 -0
  518. data/test/test_gender_ru.rb +23 -0
  519. data/test/test_geolocation.rb +4 -4
  520. data/test/test_guid.rb +2 -2
  521. data/test/test_healthcare_ipsum.rb +3 -1
  522. data/test/test_healthcare_ru.rb +19 -0
  523. data/test/test_hipster_ipsum.rb +3 -3
  524. data/test/test_html_ipsum.rb +20 -14
  525. data/test/test_identification.rb +3 -3
  526. data/test/test_identification_br.rb +2 -2
  527. data/test/test_identification_co.rb +5 -3
  528. data/test/test_identification_es.rb +2 -2
  529. data/test/test_identification_es_cl.rb +3 -3
  530. data/test/test_identification_es_mx.rb +2 -3
  531. data/test/test_identification_in.rb +20 -0
  532. data/test/test_identification_it.rb +34 -0
  533. data/test/test_identification_kr.rb +2 -2
  534. data/test/test_identification_pl.rb +28 -0
  535. data/test/test_identification_tw.rb +17 -0
  536. data/test/test_image.rb +51 -0
  537. data/test/test_internet.rb +16 -16
  538. data/test/test_internet_se.rb +7 -7
  539. data/test/test_job.rb +2 -2
  540. data/test/test_job_br.rb +2 -2
  541. data/test/test_job_cn.rb +3 -3
  542. data/test/test_job_fr.rb +2 -2
  543. data/test/test_job_it.rb +17 -0
  544. data/test/test_job_ja.rb +3 -3
  545. data/test/test_job_kr.rb +3 -3
  546. data/test/test_job_vn.rb +2 -3
  547. data/test/test_locale.rb +2 -2
  548. data/test/test_lorem.rb +6 -2
  549. data/test/test_lorem_ar.rb +3 -4
  550. data/test/test_lorem_br.rb +62 -0
  551. data/test/test_lorem_cn.rb +8 -8
  552. data/test/test_lorem_fr.rb +15 -13
  553. data/test/test_lorem_ie.rb +52 -0
  554. data/test/test_lorem_it.rb +51 -0
  555. data/test/test_lorem_ja.rb +5 -5
  556. data/test/test_lorem_kr.rb +5 -5
  557. data/test/test_lorem_pl.rb +51 -0
  558. data/test/test_lorem_ru.rb +4 -5
  559. data/test/test_lorem_ua.rb +5 -5
  560. data/test/test_module_utils.rb +2 -2
  561. data/test/test_movie.rb +2 -2
  562. data/test/test_music.rb +6 -6
  563. data/test/test_name.rb +7 -3
  564. data/test/test_name_ar.rb +1 -2
  565. data/test/test_name_br.rb +2 -2
  566. data/test/test_name_cn.rb +2 -2
  567. data/test/test_name_cs.rb +3 -4
  568. data/test/test_name_da.rb +6 -6
  569. data/test/test_name_de.rb +2 -2
  570. data/test/test_name_es.rb +70 -0
  571. data/test/test_name_fr.rb +2 -3
  572. data/test/test_name_ga.rb +2 -2
  573. data/test/test_name_gr.rb +2 -2
  574. data/test/test_name_id.rb +1 -2
  575. data/test/test_name_it.rb +2 -3
  576. data/test/test_name_ja.rb +2 -2
  577. data/test/test_name_kh.rb +10 -8
  578. data/test/test_name_kr.rb +2 -2
  579. data/test/test_name_mx.rb +2 -3
  580. data/test/test_name_nb.rb +2 -2
  581. data/test/test_name_nl.rb +2 -2
  582. data/test/test_name_ph.rb +3 -3
  583. data/test/test_name_pl.rb +1 -2
  584. data/test/test_name_ru.rb +38 -48
  585. data/test/test_name_se.rb +2 -2
  586. data/test/test_name_sn.rb +2 -3
  587. data/test/test_name_th.rb +2 -2
  588. data/test/test_name_th_en.rb +2 -2
  589. data/test/test_name_tw.rb +28 -0
  590. data/test/test_name_ua.rb +4 -4
  591. data/test/test_name_vn.rb +2 -2
  592. data/test/test_nato_alphabet.rb +2 -2
  593. data/test/test_number.rb +45 -0
  594. data/test/test_phone_number.rb +3 -3
  595. data/test/test_phone_number_au.rb +5 -6
  596. data/test/test_phone_number_br.rb +12 -5
  597. data/test/test_phone_number_cu.rb +5 -12
  598. data/test/test_phone_number_da.rb +2 -3
  599. data/test/test_phone_number_de.rb +2 -3
  600. data/test/test_phone_number_fr.rb +57 -0
  601. data/test/test_phone_number_id.rb +1 -2
  602. data/test/test_phone_number_it.rb +12 -0
  603. data/test/test_phone_number_ja.rb +63 -0
  604. data/test/test_phone_number_kr.rb +2 -2
  605. data/test/test_phone_number_mx.rb +2 -3
  606. data/test/test_phone_number_nl.rb +2 -3
  607. data/test/test_phone_number_pl.rb +56 -0
  608. data/test/test_phone_number_ru.rb +76 -0
  609. data/test/test_phone_number_se.rb +5 -5
  610. data/test/test_phone_number_sg.rb +2 -2
  611. data/test/test_phone_number_sn.rb +4 -5
  612. data/test/test_phone_number_tw.rb +42 -0
  613. data/test/test_phone_number_ua.rb +38 -0
  614. data/test/test_products.rb +2 -2
  615. data/test/test_sem_ver.rb +18 -0
  616. data/test/test_skill.rb +2 -2
  617. data/test/test_sport_pl.rb +30 -0
  618. data/test/test_sport_ru.rb +30 -0
  619. data/test/test_sport_us.rb +17 -0
  620. data/test/test_sports.rb +2 -2
  621. data/test/test_ssn.rb +18 -4
  622. data/test/test_ssn_mx.rb +2 -3
  623. data/test/test_ssn_se.rb +10 -12
  624. data/test/test_string.rb +8 -8
  625. data/test/test_time.rb +61 -18
  626. data/test/test_tweet.rb +11 -11
  627. data/test/test_unique_utils.rb +2 -2
  628. data/test/test_units.rb +3 -3
  629. data/test/test_units_english.rb +2 -3
  630. data/test/test_units_metric.rb +2 -3
  631. data/test/test_vehicle.rb +10 -5
  632. data/test/test_venue.rb +2 -2
  633. data/test/test_youtube.rb +2 -2
  634. metadata +402 -143
  635. data/lib/ffaker/data/address_jp/city +0 -127
  636. data/lib/ffaker/data/address_jp/designated_city +0 -20
  637. data/lib/ffaker/data/address_jp/street +0 -37
  638. data/lib/ffaker/data/address_jp/tokyo_ward +0 -23
  639. data/lib/ffaker/data/address_jp/village +0 -183
  640. data/lib/ffaker/data/address_jp/ward +0 -188
data/REFERENCE.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # FFaker reference
2
2
 
3
+ * [FFaker::AWS](#ffakeraws)
3
4
  * [FFaker::Address](#ffakeraddress)
4
5
  * [FFaker::AddressAU](#ffakeraddressau)
5
6
  * [FFaker::AddressBR](#ffakeraddressbr)
@@ -13,11 +14,14 @@
13
14
  * [FFaker::AddressFI](#ffakeraddressfi)
14
15
  * [FFaker::AddressFR](#ffakeraddressfr)
15
16
  * [FFaker::AddressGR](#ffakeraddressgr)
17
+ * [FFaker::AddressID](#ffakeraddressid)
16
18
  * [FFaker::AddressIN](#ffakeraddressin)
19
+ * [FFaker::AddressIT](#ffakeraddressit)
17
20
  * [FFaker::AddressJA](#ffakeraddressja)
18
21
  * [FFaker::AddressKR](#ffakeraddresskr)
19
22
  * [FFaker::AddressMX](#ffakeraddressmx)
20
23
  * [FFaker::AddressNL](#ffakeraddressnl)
24
+ * [FFaker::AddressPL](#ffakeraddresspl)
21
25
  * [FFaker::AddressRU](#ffakeraddressru)
22
26
  * [FFaker::AddressSE](#ffakeraddressse)
23
27
  * [FFaker::AddressSN](#ffakeraddresssn)
@@ -25,69 +29,105 @@
25
29
  * [FFaker::AddressUK](#ffakeraddressuk)
26
30
  * [FFaker::AddressUS](#ffakeraddressus)
27
31
  * [FFaker::Airline](#ffakerairline)
32
+ * [FFaker::Animal](#ffakeranimal)
33
+ * [FFaker::AnimalBR](#ffakeranimalbr)
34
+ * [FFaker::AnimalCN](#ffakeranimalcn)
35
+ * [FFaker::AnimalES](#ffakeranimales)
36
+ * [FFaker::AnimalPL](#ffakeranimalpl)
37
+ * [FFaker::AnimalUS](#ffakeranimalus)
28
38
  * [FFaker::Avatar](#ffakeravatar)
29
39
  * [FFaker::BaconIpsum](#ffakerbaconipsum)
40
+ * [FFaker::Bank](#ffakerbank)
30
41
  * [FFaker::Book](#ffakerbook)
31
42
  * [FFaker::Boolean](#ffakerboolean)
32
43
  * [FFaker::CheesyLingo](#ffakercheesylingo)
44
+ * [FFaker::Code](#ffakercode)
33
45
  * [FFaker::Color](#ffakercolor)
46
+ * [FFaker::ColorPL](#ffakercolorpl)
34
47
  * [FFaker::ColorUA](#ffakercolorua)
35
48
  * [FFaker::Company](#ffakercompany)
36
49
  * [FFaker::CompanyCN](#ffakercompanycn)
50
+ * [FFaker::CompanyFR](#ffakercompanyfr)
37
51
  * [FFaker::CompanyIT](#ffakercompanyit)
52
+ * [FFaker::CompanyJA](#ffakercompanyja)
38
53
  * [FFaker::CompanySE](#ffakercompanyse)
39
54
  * [FFaker::Conference](#ffakerconference)
40
55
  * [FFaker::CoursesFR](#ffakercoursesfr)
41
56
  * [FFaker::Currency](#ffakercurrency)
42
57
  * [FFaker::DizzleIpsum](#ffakerdizzleipsum)
43
58
  * [FFaker::Education](#ffakereducation)
59
+ * [FFaker::EducationCN](#ffakereducationcn)
44
60
  * [FFaker::Filesystem](#ffakerfilesystem)
45
61
  * [FFaker::Food](#ffakerfood)
62
+ * [FFaker::FoodPL](#ffakerfoodpl)
63
+ * [FFaker::FreedomIpsum](#ffakerfreedomipsum)
64
+ * [FFaker::Game](#ffakergame)
46
65
  * [FFaker::Gender](#ffakergender)
47
66
  * [FFaker::GenderBR](#ffakergenderbr)
48
67
  * [FFaker::GenderCN](#ffakergendercn)
68
+ * [FFaker::GenderID](#ffakergenderid)
69
+ * [FFaker::GenderIT](#ffakergenderit)
70
+ * [FFaker::GenderJA](#ffakergenderja)
71
+ * [FFaker::GenderJP](#ffakergenderjp)
49
72
  * [FFaker::GenderKR](#ffakergenderkr)
73
+ * [FFaker::GenderPL](#ffakergenderpl)
74
+ * [FFaker::GenderRU](#ffakergenderru)
50
75
  * [FFaker::Geolocation](#ffakergeolocation)
51
76
  * [FFaker::Guid](#ffakerguid)
77
+ * [FFaker::HTMLIpsum](#ffakerhtmlipsum)
52
78
  * [FFaker::HealthcareIpsum](#ffakerhealthcareipsum)
79
+ * [FFaker::HealthcareRU](#ffakerhealthcareru)
53
80
  * [FFaker::HipsterIpsum](#ffakerhipsteripsum)
54
- * [FFaker::HTMLIpsum](#ffakerhtmlipsum)
55
81
  * [FFaker::Identification](#ffakeridentification)
56
82
  * [FFaker::IdentificationBR](#ffakeridentificationbr)
57
83
  * [FFaker::IdentificationES](#ffakeridentificationes)
58
84
  * [FFaker::IdentificationESCL](#ffakeridentificationescl)
59
85
  * [FFaker::IdentificationESCO](#ffakeridentificationesco)
86
+ * [FFaker::IdentificationIN](#ffakeridentificationin)
87
+ * [FFaker::IdentificationIT](#ffakeridentificationit)
60
88
  * [FFaker::IdentificationKr](#ffakeridentificationkr)
61
89
  * [FFaker::IdentificationMX](#ffakeridentificationmx)
90
+ * [FFaker::IdentificationPL](#ffakeridentificationpl)
91
+ * [FFaker::IdentificationTW](#ffakeridentificationtw)
92
+ * [FFaker::Image](#ffakerimage)
62
93
  * [FFaker::Internet](#ffakerinternet)
63
94
  * [FFaker::InternetSE](#ffakerinternetse)
64
95
  * [FFaker::Job](#ffakerjob)
65
96
  * [FFaker::JobBR](#ffakerjobbr)
66
97
  * [FFaker::JobCN](#ffakerjobcn)
67
98
  * [FFaker::JobFR](#ffakerjobfr)
99
+ * [FFaker::JobIT](#ffakerjobit)
68
100
  * [FFaker::JobJA](#ffakerjobja)
69
101
  * [FFaker::JobKR](#ffakerjobkr)
70
102
  * [FFaker::JobVN](#ffakerjobvn)
71
103
  * [FFaker::Locale](#ffakerlocale)
72
104
  * [FFaker::Lorem](#ffakerlorem)
73
105
  * [FFaker::LoremAR](#ffakerloremar)
106
+ * [FFaker::LoremBR](#ffakerlorembr)
74
107
  * [FFaker::LoremCN](#ffakerloremcn)
75
108
  * [FFaker::LoremFR](#ffakerloremfr)
109
+ * [FFaker::LoremIE](#ffakerloremie)
110
+ * [FFaker::LoremIT](#ffakerloremit)
76
111
  * [FFaker::LoremJA](#ffakerloremja)
77
112
  * [FFaker::LoremKR](#ffakerloremkr)
78
- * [FFaker::LoremUA](#ffakerloremua)
113
+ * [FFaker::LoremPL](#ffakerlorempl)
79
114
  * [FFaker::LoremRU](#ffakerloremru)
115
+ * [FFaker::LoremUA](#ffakerloremua)
80
116
  * [FFaker::Movie](#ffakermovie)
81
117
  * [FFaker::Music](#ffakermusic)
82
118
  * [FFaker::Name](#ffakername)
119
+ * [FFaker::NameAR](#ffakernamear)
83
120
  * [FFaker::NameBR](#ffakernamebr)
84
121
  * [FFaker::NameCN](#ffakernamecn)
85
122
  * [FFaker::NameCS](#ffakernamecs)
86
123
  * [FFaker::NameDA](#ffakernameda)
87
124
  * [FFaker::NameDE](#ffakernamede)
125
+ * [FFaker::NameES](#ffakernamees)
88
126
  * [FFaker::NameFR](#ffakernamefr)
89
127
  * [FFaker::NameGA](#ffakernamega)
90
128
  * [FFaker::NameGR](#ffakernamegr)
129
+ * [FFaker::NameID](#ffakernameid)
130
+ * [FFaker::NameIN](#ffakernamein)
91
131
  * [FFaker::NameIT](#ffakernameit)
92
132
  * [FFaker::NameJA](#ffakernameja)
93
133
  * [FFaker::NameKH](#ffakernamekh)
@@ -96,14 +136,17 @@
96
136
  * [FFaker::NameNB](#ffakernamenb)
97
137
  * [FFaker::NameNL](#ffakernamenl)
98
138
  * [FFaker::NamePH](#ffakernameph)
139
+ * [FFaker::NamePL](#ffakernamepl)
99
140
  * [FFaker::NameRU](#ffakernameru)
100
141
  * [FFaker::NameSE](#ffakernamese)
101
142
  * [FFaker::NameSN](#ffakernamesn)
102
143
  * [FFaker::NameTH](#ffakernameth)
103
144
  * [FFaker::NameTHEN](#ffakernamethen)
145
+ * [FFaker::NameTW](#ffakernametw)
104
146
  * [FFaker::NameUA](#ffakernameua)
105
147
  * [FFaker::NameVN](#ffakernamevn)
106
148
  * [FFaker::NatoAlphabet](#ffakernatoalphabet)
149
+ * [FFaker::Number](#ffakernumber)
107
150
  * [FFaker::PhoneNumber](#ffakerphonenumber)
108
151
  * [FFaker::PhoneNumberAU](#ffakerphonenumberau)
109
152
  * [FFaker::PhoneNumberBR](#ffakerphonenumberbr)
@@ -112,19 +155,29 @@
112
155
  * [FFaker::PhoneNumberDA](#ffakerphonenumberda)
113
156
  * [FFaker::PhoneNumberDE](#ffakerphonenumberde)
114
157
  * [FFaker::PhoneNumberFR](#ffakerphonenumberfr)
158
+ * [FFaker::PhoneNumberID](#ffakerphonenumberid)
115
159
  * [FFaker::PhoneNumberIT](#ffakerphonenumberit)
160
+ * [FFaker::PhoneNumberJA](#ffakerphonenumberja)
116
161
  * [FFaker::PhoneNumberKR](#ffakerphonenumberkr)
117
162
  * [FFaker::PhoneNumberMX](#ffakerphonenumbermx)
118
163
  * [FFaker::PhoneNumberNL](#ffakerphonenumbernl)
164
+ * [FFaker::PhoneNumberPL](#ffakerphonenumberpl)
165
+ * [FFaker::PhoneNumberRU](#ffakerphonenumberru)
119
166
  * [FFaker::PhoneNumberSE](#ffakerphonenumberse)
120
167
  * [FFaker::PhoneNumberSG](#ffakerphonenumbersg)
121
168
  * [FFaker::PhoneNumberSN](#ffakerphonenumbersn)
169
+ * [FFaker::PhoneNumberTW](#ffakerphonenumbertw)
170
+ * [FFaker::PhoneNumberUA](#ffakerphonenumberua)
122
171
  * [FFaker::Product](#ffakerproduct)
123
- * [FFaker::Skill](#ffakerskill)
124
- * [FFaker::Sport](#ffakersport)
125
172
  * [FFaker::SSN](#ffakerssn)
126
173
  * [FFaker::SSNMX](#ffakerssnmx)
127
174
  * [FFaker::SSNSE](#ffakerssnse)
175
+ * [FFaker::SemVer](#ffakersemver)
176
+ * [FFaker::Skill](#ffakerskill)
177
+ * [FFaker::Sport](#ffakersport)
178
+ * [FFaker::SportPL](#ffakersportpl)
179
+ * [FFaker::SportRU](#ffakersportru)
180
+ * [FFaker::SportUS](#ffakersportus)
128
181
  * [FFaker::String](#ffakerstring)
129
182
  * [FFaker::Time](#ffakertime)
130
183
  * [FFaker::Tweet](#ffakertweet)
@@ -135,22 +188,31 @@
135
188
  * [FFaker::Venue](#ffakervenue)
136
189
  * [FFaker::Youtube](#ffakeryoutube)
137
190
 
191
+ ## FFaker::AWS
192
+
193
+ | Method | Example |
194
+ | ------ | ------- |
195
+ | `instance_tenancy` | dedicated, default, host |
196
+ | `instance_type` | cc1.4xlarge, m4.10xlarge, m2.2xlarge |
197
+ | `offering_type` | Heavy Utilization, Medium Utilization, Light Utilization |
198
+ | `product_description` | Windows (Amazon VPC), Windows with SQL Server Standard, Linux/UNIX (Amazon VPC) |
199
+
138
200
  ## FFaker::Address
139
201
 
140
202
  | Method | Example |
141
203
  | ------ | ------- |
142
- | `building_number` | 626, 7729, 3815 |
143
- | `city` | Lake Boycestad, Port Mary, West Aleshia |
144
- | `city_prefix` | New, North, Lake |
145
- | `city_suffix` | berg, town, chester |
146
- | `country` | Aruba, Israel, Russian Federation |
147
- | `country_code` | LT, NO, BB |
148
- | `neighborhood` | Northwoods West, Cipriani, Bushwick South |
149
- | `secondary_address` | Suite 636, Suite 370, Suite 716 |
150
- | `street_address` | 3378 Wintheiser Cove, 364 Treutel Pines, 16704 Wyman Courts |
151
- | `street_name` | Vallie Shores, Mayme Place, Swift Fords |
152
- | `street_suffix` | Stravenue, Summit, Manors |
153
- | `time_zone` | Asia/Baku, America/Lima, Africa/Algiers |
204
+ | `building_number` | 6622, 8173, 13934 |
205
+ | `city` | North Tarshaport, East Shaunnaborough, New Imogenemouth |
206
+ | `city_prefix` | New, West, South |
207
+ | `city_suffix` | port, land, mouth |
208
+ | `country` | Serbia, Antarctica, French Southern Territories |
209
+ | `country_code` | TV, MK, GP |
210
+ | `neighborhood` | Renton West, Allegheny West, Rockville East of Hungerford Dr |
211
+ | `secondary_address` | Suite 432, Suite 912, Apt. 038 |
212
+ | `street_address` | 10194 Lorilee Union, 746 Jerold Motorway, 042 Merlin Union |
213
+ | `street_name` | Donnelly Oval, Beaulah Prairie, Kutch Rapid |
214
+ | `street_suffix` | Path, Valleys, Mount |
215
+ | `time_zone` | Pacific/Noumea, Asia/Novosibirsk, America/Juneau |
154
216
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
155
217
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
156
218
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -162,23 +224,23 @@
162
224
 
163
225
  | Method | Example |
164
226
  | ------ | ------- |
165
- | `building_number` | 2055, 003, 398 |
166
- | `city` | Bryanhaven, West Katheleenburgh, Dickitown |
167
- | `city_prefix` | South, New, Port |
168
- | `city_suffix` | town, berg, fort |
169
- | `country` | French Southern Territories, Peru, Croatia |
170
- | `country_code` | FI, CX, CN |
171
- | `full_address` | 569 Johnathon Manors, Canberra ACT 0800, 58742 Marlena Harbor, O'Connor ACT 3850, 46555 Fahey Extension, O'Connor ACT 5607 |
172
- | `neighborhood` | Rockville East of Hungerford Dr, Babylon Bayside, Dyker Heights |
173
- | `postcode` | 2142, 2580, 2600 |
174
- | `secondary_address` | Suite 912, Suite 742, Apt. 628 |
175
- | `state` | Australian Capital Territory, Victoria, Australian Capital Territory |
176
- | `state_abbr` | QLD, WA, WA |
177
- | `street_address` | 081 Luna Mill, 3438 Odette Prairie, 7577 Doreen Fork |
178
- | `street_name` | Stanley Light, Teodora Circle, Glynis Well |
179
- | `street_suffix` | Track, Dale, Glens |
180
- | `suburb` | Benalla, Nedlands, Townsville |
181
- | `time_zone` | Pacific/Fakaofo, America/Los_Angeles, Pacific/Guam |
227
+ | `building_number` | 22618, 0808, 3621 |
228
+ | `city` | South Delicia, East Elsy, Kovacekfurt |
229
+ | `city_prefix` | Port, Lake, East |
230
+ | `city_suffix` | mouth, borough, ton |
231
+ | `country` | Bonaire, Sint Eustatius and Saba, Turks and Caicos Islands, Japan |
232
+ | `country_code` | RE, MF, AF |
233
+ | `full_address` | 2049 Louise Station, Wangaratta VIC 6330, 476 Hermina Motorway, Launceston TAS 4551, 21850 Runolfsdottir Ranch, Blacktown NSW 5253 |
234
+ | `neighborhood` | Seven Hills Area, Bridesburg, Far Rockaway/Bayswater |
235
+ | `postcode` | 7010, 6053, 2200 |
236
+ | `secondary_address` | Apt. 978, Suite 827, Apt. 768 |
237
+ | `state` | Queensland, Tasmania, Australian Capital Territory |
238
+ | `state_abbr` | QLD, NT, ACT |
239
+ | `street_address` | 936 Emelda Glen, 3477 Onie Brooks, 393 Quitzon Lock |
240
+ | `street_name` | Tatyana Parkway, Tabitha Crossing, Chun Park |
241
+ | `street_suffix` | Stream, Greens, Extension |
242
+ | `suburb` | Newcastle, O'Connor, Canberra |
243
+ | `time_zone` | Australia/Hobart, Australia/Melbourne, Australia/Perth |
182
244
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
183
245
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
184
246
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -190,49 +252,50 @@
190
252
 
191
253
  | Method | Example |
192
254
  | ------ | ------- |
193
- | `building_number` | 38194, 8686, 6103 |
194
- | `city` | Porto Velho, São Bernardo do Campo, Cachoeirinha |
195
- | `city_prefix` | West, West, New |
196
- | `city_suffix` | shire, burgh, side |
197
- | `country` | Vanuatu, Guinea-Bissau, Guatemala |
198
- | `country_code` | MG, CR, PA |
199
- | `neighborhood` | Florissant West, Mott Haven/Port Morris, Jupiter South/Abacoa |
200
- | `secondary_address` | Suite 706, Suite 264, Suite 203 |
201
- | `state` | Sergipe, Tocantins, Rondonia |
202
- | `state_abbr` | PE, BA, PE |
203
- | `street` | Alameda Martinho Rocha, Alameda Naíde Novaes, Alameda Bebiana Braga |
204
- | `street_address` | 81413 Arielle Lakes, 014 Dayle Fall, 7656 Myrtie Pines |
205
- | `street_name` | Serina Parkway, Quitzon Well, Kunze Groves |
206
- | `street_prefix` | Avenida, Avenida, Alameda |
207
- | `street_suffix` | Spring, Haven, Dale |
208
- | `full_address` | Rua Omar Brito, 64378, Araucária, Belo Horizonte, Brazil |
209
- | `time_zone` | Europe/London, Europe/Dublin, Asia/Singapore |
255
+ | `building_number` | 4343, 765, 792 |
256
+ | `city` | Trindade, São Félix do Xingu, Caruaru |
257
+ | `city_prefix` | Port, North, East |
258
+ | `city_suffix` | chester, berg, burgh |
259
+ | `complement` | Casa Térrea, Fundos, Apartamento 422 |
260
+ | `country` | Pakistan, Uganda, Dominica |
261
+ | `country_code` | CI, BW, VC |
262
+ | `full_address` | Rua Adaelmo Novaes, 71637, Parque Henrique, Ariquemes, Ceará, Brazil, Travessa Dalmo Braga Rodrigues, 962, Jardim Estefânia, Santa Bárbara do Oeste, Pará, Brazil, Travessa Ateneia Farias, 85365, Parque Samanta, Ariquemes, Tocantins, Brazil |
263
+ | `neighborhood` | Vila Liana, Jardim Andresa, Parque Breno |
264
+ | `secondary_address` | Suite 760, Apt. 676, Suite 022 |
265
+ | `state` | Amapá, Mato Grosso, Alagoas |
266
+ | `state_abbr` | AL, RR, RJ |
267
+ | `street` | Travessa Neida Peixoto, Avenida Adelmo Nascimento, Alameda Viviane Oliveira |
268
+ | `street_address` | 6959 Jennette Bypass, 93771 Pamella Rapid, 8542 Linh Tunnel |
269
+ | `street_name` | Ciara Loop, Lezlie Circles, White Well |
270
+ | `street_prefix` | Avenida, Travessa, Rua |
271
+ | `street_suffix` | Lock, Forges, Streets |
272
+ | `time_zone` | Atlantic/Cape_Verde, Asia/Dhaka, Pacific/Noumea |
210
273
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
211
274
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
212
275
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
213
276
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
214
277
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
215
- | `zip_code` | 52835-829, 33987-768, 79081-938 |
278
+ | `zip_code` | 36286-418, 79971-071, 80479-086 |
216
279
 
217
280
  ## FFaker::AddressCA
218
281
 
219
282
  | Method | Example |
220
283
  | ------ | ------- |
221
- | `building_number` | 960, 4891, 608 |
222
- | `city` | Pickering , Surrey , Quinte West |
223
- | `city_prefix` | Port, Lake, West |
224
- | `city_suffix` | view, ton, furt |
225
- | `country` | Saint Helena, Ascension and Tristan Da Cunha, Cameroon, Libya |
226
- | `country_code` | MY, FO, MS |
227
- | `neighborhood` | Olmsted Falls Central, East of Telegraph Road, Allegheny West |
228
- | `postal_code` | Y5R 4A7, V9E 8P4, J3K 0H3 |
229
- | `province` | Manitoba, Nova Scotia, Newfoundland and Labrador |
230
- | `province_abbr` | AB, MB, NS |
231
- | `secondary_address` | Suite 774, Suite 149, Apt. 680 |
232
- | `street_address` | 5535 Lueilwitz Spring, 0748 Rau Port, 56863 Neva Branch |
233
- | `street_name` | Lowe Garden, Heaney Park, Shameka Bridge |
234
- | `street_suffix` | Skyway, Mall, Burgs |
235
- | `time_zone` | Asia/Almaty, America/Chicago, Asia/Karachi |
284
+ | `building_number` | 23342, 52765, 256 |
285
+ | `city` | Iroquois Falls, Delta, Saint-Hyacinthe |
286
+ | `city_prefix` | Lake, West, New |
287
+ | `city_suffix` | chester, burgh, berg |
288
+ | `country` | Saint Pierre and Miquelon, Yemen, Malta |
289
+ | `country_code` | IN, TF, BR |
290
+ | `neighborhood` | phoenix, Mott Haven/Port Morris, East of Telegraph Road |
291
+ | `postal_code` | T1A 5H0, R6P 0E5, K4N 8G8 |
292
+ | `province` | Newfoundland and Labrador, Ontario, New Brunswick |
293
+ | `province_abbr` | MB, NT, QC |
294
+ | `secondary_address` | Apt. 910, Suite 334, Apt. 157 |
295
+ | `street_address` | 422 Malik Roads, 411 Lavinia Junctions, 6737 Vanda Mill |
296
+ | `street_name` | Lubowitz Islands, Katina Route, Toy Path |
297
+ | `street_suffix` | Rapid, Lake, Pike |
298
+ | `time_zone` | Asia/Hong_Kong, Pacific/Midway, Asia/Dhaka |
236
299
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
237
300
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
238
301
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -244,20 +307,20 @@
244
307
 
245
308
  | Method | Example |
246
309
  | ------ | ------- |
247
- | `building_number` | 9819, 7345, 7998 |
248
- | `canton_abbr` | GL, SZ, FR |
249
- | `city` | New Wanetaberg, Micatown, Merleton |
250
- | `city_prefix` | Port, Port, Port |
251
- | `city_suffix` | mouth, ton, shire |
252
- | `country` | Cyprus, Indonesia, Serbia |
253
- | `country_code` | CZ, NA, NI |
254
- | `neighborhood` | Cipriani, Bridesburg, phoenix |
255
- | `postal_code` | 7025, 7120, 9483 |
256
- | `secondary_address` | Apt. 117, Apt. 196, Apt. 328 |
257
- | `street_address` | 93217 Gerhold Knolls, 13530 Hessel Square, 4597 Greenholt Port |
258
- | `street_name` | Wolff Meadows, Lincoln Crescent, Eulalia Pike |
259
- | `street_suffix` | Parkways, Falls, Gateway |
260
- | `time_zone` | Pacific/Midway, Pacific/Pago_Pago, Asia/Almaty |
310
+ | `building_number` | 8218, 30110, 3658 |
311
+ | `canton_abbr` | FR, GL, GE |
312
+ | `city` | Heathcoteshire, Araside, Port Jongmouth |
313
+ | `city_prefix` | Lake, South, East |
314
+ | `city_suffix` | land, furt, berg |
315
+ | `country` | Tunisia, Christmas Island, Gabon |
316
+ | `country_code` | SB, IS, RE |
317
+ | `neighborhood` | North Norridge, Seven Hills Area, Sagaponack Seaside |
318
+ | `postal_code` | 3511, 8030, 1709 |
319
+ | `secondary_address` | Apt. 791, Suite 233, Apt. 327 |
320
+ | `street_address` | 4324 Morgan Field, 7012 Lissa Ways, 07606 Yukiko Unions |
321
+ | `street_name` | Hunter Common, Tracie Extensions, Cartwright Mill |
322
+ | `street_suffix` | Port, Rest, Shoal |
323
+ | `time_zone` | Asia/Kabul, Pacific/Fiji, America/Chicago |
261
324
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
262
325
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
263
326
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -269,21 +332,21 @@
269
332
 
270
333
  | Method | Example |
271
334
  | ------ | ------- |
272
- | `building_number` | 063, 43968, 990 |
273
- | `canton` | Appenzell Ausserrhoden, Schwyz, Schwyz |
274
- | `canton_abbr` | NW, BE, NE |
275
- | `city` | Rippinland, South Charla, Hudsonburgh |
276
- | `city_prefix` | West, South, New |
277
- | `city_suffix` | borough, side, borough |
278
- | `country` | Norfolk Island, Turkey, Jordan |
279
- | `country_code` | VI, EC, SL |
280
- | `neighborhood` | Northwest Midlothian/Midlothian Country Club, Gates Mills North, Greater Las Vegas National |
281
- | `postal_code` | 6902, 8246, 1165 |
282
- | `secondary_address` | Apt. 317, Suite 899, Suite 303 |
283
- | `street_address` | 5645 Bednar Road, 71419 Isabell Run, 2942 Staci Passage |
284
- | `street_name` | Joseph Viaduct, Pollich Extensions, Hauck Forges |
285
- | `street_suffix` | Fort, Meadow, Gardens |
286
- | `time_zone` | Asia/Kabul, Europe/Ljubljana, Europe/Kiev |
335
+ | `building_number` | 1082, 6501, 90730 |
336
+ | `canton` | Basel-Stadt, Appenzell Ausserrhoden, Schwyz |
337
+ | `canton_abbr` | GL, NE, ZG |
338
+ | `city` | Jakubowskiport, Port Leslie, Pfefferland |
339
+ | `city_prefix` | West, New, East |
340
+ | `city_suffix` | mouth, burgh, port |
341
+ | `country` | Lao People's Democratic Republic, Faroe Islands, Tunisia |
342
+ | `country_code` | RE, CK, AO |
343
+ | `neighborhood` | Sagaponack Seaside, North Norridge, South of Lake Ave |
344
+ | `postal_code` | 4020, 6017, 6938 |
345
+ | `secondary_address` | Apt. 781, Suite 237, Apt. 747 |
346
+ | `street_address` | 991 Britney Corner, 64051 Mabel Shores, 897 Lanell Manors |
347
+ | `street_name` | Vince Path, Cletus Heights, Gutkowski Island |
348
+ | `street_suffix` | Pines, Ways, Forges |
349
+ | `time_zone` | America/Regina, Pacific/Tongatapu, Asia/Jerusalem |
287
350
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
288
351
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
289
352
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -295,21 +358,21 @@
295
358
 
296
359
  | Method | Example |
297
360
  | ------ | ------- |
298
- | `building_number` | 11700, 149, 4955 |
299
- | `canton` | Argovie, Soleure, Appenzell Rhodes-Intérieures |
300
- | `canton_abbr` | TI, TG, BS |
301
- | `city` | Friesenside, Linhtown, West Long |
302
- | `city_prefix` | Port, Port, South |
303
- | `city_suffix` | stad, ville, shire |
304
- | `country` | Bonaire, Sint Eustatius and Saba, Tajikistan, Samoa |
305
- | `country_code` | CH, ME, RO |
306
- | `neighborhood` | Northwoods West, Cleveland Park, Jamaica Estates/Holliswood |
307
- | `postal_code` | 7983, 1305, 7860 |
308
- | `secondary_address` | Suite 712, Suite 384, Apt. 079 |
309
- | `street_address` | 437 Enriqueta Skyway, 99053 Stamm Knolls, 595 Wunsch Prairie |
310
- | `street_name` | Lyle Knolls, Connie Landing, Mayert Drives |
311
- | `street_suffix` | Tunnel, Crossroad, Greens |
312
- | `time_zone` | Pacific/Guam, Atlantic/Cape_Verde, Pacific/Apia |
361
+ | `building_number` | 7371, 8546, 196 |
362
+ | `canton` | Fribourg, Schwytz, Appenzell Rhodes-Intérieures |
363
+ | `canton_abbr` | SZ, VD, AR |
364
+ | `city` | Chasburgh, New Amina, Murphyview |
365
+ | `city_prefix` | New, Lake, West |
366
+ | `city_suffix` | fort, furt, mouth |
367
+ | `country` | Aruba, Puerto Rico, Jamaica |
368
+ | `country_code` | CF, AM, UZ |
369
+ | `neighborhood` | Pennypack, North East Irwindale, Seven Hills Area |
370
+ | `postal_code` | 6158, 2086, 7852 |
371
+ | `secondary_address` | Apt. 475, Apt. 735, Suite 202 |
372
+ | `street_address` | 7880 Ned Lodge, 597 Grant Shoals, 037 Rima Crest |
373
+ | `street_name` | Ramiro Ports, Maria Cape, Zieme Fork |
374
+ | `street_suffix` | Lights, Squares, Plain |
375
+ | `time_zone` | Europe/Paris, Etc/UTC, America/Regina |
313
376
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
314
377
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
315
378
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -321,21 +384,21 @@
321
384
 
322
385
  | Method | Example |
323
386
  | ------ | ------- |
324
- | `building_number` | 3064, 2609, 091 |
325
- | `canton` | Appenzello Interno, San Gallo, Friburgo |
326
- | `canton_abbr` | SG, NW, BE |
327
- | `city` | Shandabury, Reamouth, Jessiemouth |
328
- | `city_prefix` | North, Port, Port |
329
- | `city_suffix` | borough, port, mouth |
330
- | `country` | Portugal, Belarus, Palau |
331
- | `country_code` | TK, ZM, KW |
332
- | `neighborhood` | Bushwick South, Central Chandler, Mott Haven/Port Morris |
333
- | `postal_code` | 0645, 1693, 4707 |
334
- | `secondary_address` | Apt. 548, Apt. 043, Suite 629 |
335
- | `street_address` | 139 Patsy Run, 5559 Emilio Trail, 687 Ira Manor |
336
- | `street_name` | Domonique Spring, Mariel Corners, Connelly Drive |
337
- | `street_suffix` | Pines, Coves, Junctions |
338
- | `time_zone` | Asia/Irkutsk, America/Sao_Paulo, Asia/Tbilisi |
387
+ | `building_number` | 5198, 1502, 4327 |
388
+ | `canton` | Giura, Argovia, Basilea Città |
389
+ | `canton_abbr` | AR, FR, SH |
390
+ | `city` | Kunzefurt, South Dannielle, East Silvaland |
391
+ | `city_prefix` | West, Port, New |
392
+ | `city_suffix` | side, berg, town |
393
+ | `country` | Bahamas, Greenland, United Arab Emirates |
394
+ | `country_code` | ZW, IE, MY |
395
+ | `neighborhood` | Pound Ridge East, Olmsted Falls Central, Ocean Parkway South |
396
+ | `postal_code` | 2241, 7978, 2780 |
397
+ | `secondary_address` | Suite 117, Suite 266, Apt. 616 |
398
+ | `street_address` | 747 Beier Station, 4548 Carroll Radial, 2671 Ruthe Walk |
399
+ | `street_name` | Nicol Grove, Berta Gateway, Ortiz Lights |
400
+ | `street_suffix` | Land, Underpass, Alley |
401
+ | `time_zone` | Europe/Amsterdam, Australia/Brisbane, America/Juneau |
339
402
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
340
403
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
341
404
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -347,98 +410,99 @@
347
410
 
348
411
  | Method | Example |
349
412
  | ------ | ------- |
350
- | `building_number` | 68694, 914, 1653 |
351
- | `city` | Gørding, Esbjerg, Værløse |
352
- | `city_prefix` | East, Lake, Lake |
353
- | `city_suffix` | borough, view, land |
354
- | `country` | Timor-leste, Suriname, Malawi |
355
- | `country_code` | AG, PG, IR |
356
- | `full_address` | Øksen 46 4734 Jystrup Midtsj Nordjylland DANMARK, Svendsvej 21 2545 Tistrup Nordjylland DANMARK, Hammeren 28 5092 Søllested Hovedstaden DANMARK |
357
- | `kommune` | Høje-Taastrup, Favrskov, Haderslev |
358
- | `neighborhood` | Northwoods West, Allegheny West, Candlewood Country Club |
359
- | `post_nr` | 3454, 8999, 4606 |
360
- | `region` | Nordjylland, Hovedstaden, Syddanmark |
361
- | `secondary_address` | Apt. 017, Suite 849, Suite 006 |
362
- | `state` | Samsø, Kolding, Næstved |
363
- | `street_address` | Høje Taastrup 14, L A Rings Vænge 72, Leen A 32 |
364
- | `street_name` | Niverød Bakke, Skovgårdsvej, Bøgekrattet |
365
- | `street_suffix` | Fort, Roads, Meadow |
366
- | `time_zone` | Africa/Casablanca, Asia/Seoul, Asia/Chongqing |
413
+ | `building_number` | 75989, 4060, 8544 |
414
+ | `city` | Aarhus V, Korsør, Allinge |
415
+ | `city_prefix` | Lake, East, Port |
416
+ | `city_suffix` | stad, haven, land |
417
+ | `country` | Brunei Darussalam, French Guiana, Oman |
418
+ | `country_code` | DZ, MP, MT |
419
+ | `full_address` | Bolandsvej 8 6925 Fanø Sjælland DANMARK, Humlemosevej 45 7318 Boeslunde Hovedstaden DANMARK, Storager 40 6110 Gislev Midtjylland DANMARK |
420
+ | `kommune` | Høje-Taastrup, Rødovre, Kolding |
421
+ | `neighborhood` | Greater Las Vegas National, Bronxdale, Jupiter South/Abacoa |
422
+ | `post_nr` | 9257, 2875, 3697 |
423
+ | `region` | Syddanmark, Nordjylland, Hovedstaden |
424
+ | `secondary_address` | Apt. 814, Apt. 346, Suite 099 |
425
+ | `state` | Hillerød, Syddjurs, Ærø |
426
+ | `street_address` | Akacievej 34, Højager 84, Dalbergstrøget 22 |
427
+ | `street_name` | Kirkegårdsvej, Arresøgårdsvej, Pilekrattet |
428
+ | `street_suffix` | Fork, Crest, Mountain |
429
+ | `time_zone` | Asia/Novosibirsk, Asia/Ulaanbaatar, Europe/Warsaw |
367
430
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
368
431
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
369
432
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
370
433
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
371
434
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
372
- | `zip_code` | 5408, 0509, 2238 |
435
+ | `zip_code` | 8221, 4155, 6585 |
373
436
 
374
437
  ## FFaker::AddressDE
375
438
 
376
439
  | Method | Example |
377
440
  | ------ | ------- |
378
- | `building_number` | 143, 73856, 23292 |
379
- | `city` | Wadern, Pohlheim, Doberlug-Kirchhain |
380
- | `city_prefix` | North, Port, Lake |
381
- | `city_suffix` | port, ville, side |
382
- | `country` | Chad, Equatorial Guinea, Aruba |
383
- | `country_code` | LT, CV, BM |
384
- | `neighborhood` | East of Telegraph Road, Sagaponack Seaside, Northwest Midlothian/Midlothian Country Club |
385
- | `secondary_address` | Apt. 794, Suite 968, Apt. 424 |
386
- | `state` | Schleswig-Holstein, Brandenburg, Sachsen |
387
- | `street_address` | Krajcikstr. 166, Leuschkehain 96, Wunschstr. 85 |
388
- | `street_name` | Dorothastr., Hanastr., Considinestr. |
389
- | `street_suffix` | Rest, Forest, Course |
390
- | `time_zone` | Africa/Monrovia, America/Godthab, Asia/Baghdad |
441
+ | `building_number` | 210, 952, 7086 |
442
+ | `city` | Fulda, Mindelheim, Neukirchen-Vluyn |
443
+ | `city_prefix` | Lake, East, New |
444
+ | `city_suffix` | town, land, fort |
445
+ | `country` | Taiwan, Province of China, Colombia, Chile |
446
+ | `country_code` | BA, KR, NR |
447
+ | `neighborhood` | Mott Haven/Port Morris, Jupiter South/Abacoa, Sagaponack Seaside |
448
+ | `secondary_address` | Apt. 698, Suite 765, Apt. 965 |
449
+ | `state` | Baden-Wuerttemberg, Brandenburg, Hessen |
450
+ | `street_address` | Kreigerhain 117, Pfefferstr. 103, Wardstr. 35 |
451
+ | `street_name` | Youlandastr., Isaacstr., Ritchiegasse |
452
+ | `street_suffix` | Plain, Circle, Ways |
453
+ | `time_zone` | Pacific/Port_Moresby, America/Halifax, Africa/Monrovia |
391
454
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
392
455
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
393
456
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
394
457
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
395
458
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
396
- | `zip_code` | 01358, 85182, 86638 |
459
+ | `zip_code` | 63637, 86877, 20153 |
397
460
 
398
461
  ## FFaker::AddressFI
399
462
 
400
463
  | Method | Example |
401
464
  | ------ | ------- |
402
- | `building_number` | 74470, 01630, 31978 |
403
- | `city` | Laitila, Kurikka, Lahti |
404
- | `city_prefix` | Port, North, West |
405
- | `city_suffix` | town, port, burgh |
406
- | `country` | Cape Verde, Syrian Arab Republic, Singapore |
407
- | `country_code` | EE, MR, FI |
408
- | `full_address` | Kerhotie 007, 34781 Sastamala, SUOMI, Urheilutie 1 b, 35525 Suonenjoki, SUOMI, Ristikuja 6 a, 15505 Hämeenlinna, SUOMI |
409
- | `neighborhood` | Ladue South, Brentwood Central, Rockville East of Hungerford Dr |
410
- | `random_country` | Unkari, Ecuador, Suomi |
411
- | `secondary_address` | Apt. 442, Suite 767, Suite 466 |
412
- | `street_address` | Mäenpääntie 91, Palikkalantie 97, Aholantie 2 b |
413
- | `street_name` | Pohjankulmantie, Simontie, Maijanpolku |
414
- | `street_nbr` | 5, 986, 4 |
415
- | `street_suffix` | Terrace, Crescent, Dale |
416
- | `time_zone` | America/Halifax, Australia/Perth, Pacific/Honolulu |
465
+ | `building_number` | 68058, 62019, 05497 |
466
+ | `city` | Akaa, Lappeenranta, Jämsä |
467
+ | `city_prefix` | Port, East, West |
468
+ | `city_suffix` | shire, fort, haven |
469
+ | `country` | Kazakhstan, Bulgaria, Saint Barthélemy |
470
+ | `country_code` | NZ, KR, AO |
471
+ | `full_address` | Rasiojantie 78, 33430 Forssa, SUOMI, Lingontie 42, 89596 Uusikaarlepyy, SUOMI, Varsanojantie 1 b 7, 04446 Nivala, SUOMI |
472
+ | `neighborhood` | Sea Ranch Lakes, South of Lake Ave, Central Chandler |
473
+ | `random_country` | Dominikaaninen tasavalta, Serbia, Etelä-Afrikka |
474
+ | `secondary_address` | Apt. 138, Apt. 036, Apt. 607 |
475
+ | `street_address` | Levänmäentie 0 b 5, Rekolantie 0 b, Kuusimäentie 4 a 3 |
476
+ | `street_name` | Leppäkorventie, Alatie, Lehtimäenkulmantie |
477
+ | `street_nbr` | 2 b, 3, 09 |
478
+ | `street_suffix` | Highway, Vista, Circles |
479
+ | `time_zone` | America/Chihuahua, Pacific/Port_Moresby, Asia/Kuwait |
417
480
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
418
481
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
419
482
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
420
483
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
421
484
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
422
- | `zip_code` | 12791, 97289, 45872 |
485
+ | `zip_code` | 43026, 62254, 00806 |
423
486
 
424
487
  ## FFaker::AddressFR
425
488
 
426
489
  | Method | Example |
427
490
  | ------ | ------- |
428
- | `building_number` | 47652, 37675, 03406 |
429
- | `city` | Saint-Martin-d'Hères, Thionville, Saint-Priest |
430
- | `city_prefix` | Port, New, West |
431
- | `city_suffix` | berg, mouth, mouth |
432
- | `country` | Sweden, Sao Tome and Principe, Montenegro |
433
- | `country_code` | PN, MA, BO |
434
- | `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 |
435
- | `neighborhood` | River Heights, Greater Las Vegas National, Olmsted Falls Central |
436
- | `postal_code` | 2A632, 2B924, 0123 |
437
- | `secondary_address` | Apt. 545, Apt. 746, Suite 533 |
438
- | `street_address` | 0 impasse Laurent Da, 80 T boulevard Pénélope Moreno, 677 B impasse Agnès Costa |
439
- | `street_name` | Hae Place, Crist Port, Julian Shoal |
440
- | `street_suffix` | Row, Center, Forge |
441
- | `time_zone` | America/Bogota, Europe/Prague, Europe/Rome |
491
+ | `building_number` | 09434, 334, 595 |
492
+ | `city` | Le Blanc-Mesnil, Garges-lès-Gonesse, Besançon |
493
+ | `city_prefix` | South, West, East |
494
+ | `city_suffix` | side, borough, stad |
495
+ | `country` | Wallis and Futuna, Turkey, Jersey |
496
+ | `country_code` | KM, GF, DK |
497
+ | `full_address` | 7-23 av Françoise Barthelemy 97974 Asnières-sur-Seine, 003 Q, bd Lucie Boulay, 54902 Martigues, 08 TER rue Catherine de Grondin, 2A417 Montpellier |
498
+ | `neighborhood` | South of Bell Road, Summerlin North, White Plains Central |
499
+ | `postal_code` | 97623, 97286, 97117 |
500
+ | `region` | Champagne-Ardenne, Auvergne, Nord-Pas-de-Calais |
501
+ | `secondary_address` | Apt. 482, Suite 059, Suite 363 |
502
+ | `street_address` | 9 T, boulevard Théodore Allain, 16 bd Margot de Texier, 4078 BIS, rue Richard Dupont |
503
+ | `street_name` | Cartwright Cliff, Lien Walks, Beckie Ranch |
504
+ | `street_suffix` | Ville, Forest, Hills |
505
+ | `time_zone` | Pacific/Tongatapu, America/Lima, Africa/Nairobi |
442
506
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
443
507
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
444
508
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -450,199 +514,275 @@
450
514
 
451
515
  | Method | Example |
452
516
  | ------ | ------- |
453
- | `building_number` | 453, 37727, 48747 |
454
- | `city` | Αλεξάνδρεια, Λάρισα, Καλύβια Θορικού |
455
- | `city_prefix` | New, East, West |
456
- | `city_suffix` | haven, town, borough |
457
- | `country` | Costa Rica, Estonia, Norway |
458
- | `country_code` | PW, TG, SO |
459
- | `neighborhood` | Seven Hills Area, Summerlin North, Kingsbridge Heights |
460
- | `region` | Ιόνιοι Νήσοι, Αττική, Στερεά Ελλάδα |
461
- | `secondary_address` | Apt. 541, Suite 953, Apt. 036 |
462
- | `street_address` | Πάροδος Πάροδος Κυψελών, 1, Πάροδος Σεφέρη Γιώργου, 1, Οδός Ηροδότου, 43 |
463
- | `street_name` | Αμαζόνων, Θάσου, Ανθεμίου |
464
- | `street_nbr` | 5, 6, 6 |
465
- | `street_suffix` | Key, Dam, Springs |
466
- | `time_zone` | Atlantic/South_Georgia, Europe/Minsk, America/New_York |
517
+ | `building_number` | 98340, 426, 21443 |
518
+ | `city` | Ρόδος, Μυτιλήνη, Παλλήνη |
519
+ | `city_prefix` | Port, South, East |
520
+ | `city_suffix` | stad, ville, borough |
521
+ | `country` | Bonaire, Sint Eustatius and Saba, United Kingdom, Malaysia |
522
+ | `country_code` | PR, BI, CY |
523
+ | `neighborhood` | Jamaica Estates/Holliswood, Florissant West, Mount Kisco West |
524
+ | `region` | Ήπειρος, Δυτική Μακεδονία, Βόρειο Αιγαίο |
525
+ | `secondary_address` | Suite 846, Apt. 815, Suite 039 |
526
+ | `street_address` | ["Οδός", "Πάροδος"] Κυρηνείας, 6, ["Οδός", "Πάροδος"] Βενιζέλου Ελευθερίου, 206, ["Οδός", "Πάροδος"] Ορεστιάδος, 1 |
527
+ | `street_name` | Θάσου, Πατριάρχου Γρηγορίου, Καρπασίας |
528
+ | `street_nbr` | 1, 9, 31 |
529
+ | `street_suffix` | Squares, Forks, Parkways |
530
+ | `time_zone` | Pacific/Auckland, Asia/Tbilisi, Europe/Moscow |
467
531
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
468
532
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
469
533
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
470
534
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
471
535
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
472
- | `zip_code` | 58399, 32445, 43464 |
536
+ | `zip_code` | 82127, 46172, 58539 |
537
+
538
+ ## FFaker::AddressID
539
+
540
+ | Method | Example |
541
+ | ------ | ------- |
542
+ | `building_number` | 873, 82046, 21096 |
543
+ | `city` | Yogyakarta, Kotamobagu, Semarang |
544
+ | `city_prefix` | Lake, North, East |
545
+ | `city_suffix` | borough, ton, shire |
546
+ | `country` | Palestine, State of, Somalia, Guernsey |
547
+ | `country_code` | MF, ML, AF |
548
+ | `neighborhood` | Ladue South, Auburn North, Far Rockaway/Bayswater |
549
+ | `secondary_address` | Apt. 737, Apt. 383, Suite 292 |
550
+ | `state` | Bangka Belitung, Maluku Utara, Jawa Tengah |
551
+ | `state_abbr` | SS, NB, SN |
552
+ | `street` | Jln. Saharjo, No. 48, Jln. Abdul Halim, No. 88, Jln. Sukarno, No. 57 |
553
+ | `street_address` | 983 Precious Lodge, 6144 Maegan Meadows, 2646 Marcelina Estates |
554
+ | `street_name` | Blair Crossroad, Brown Coves, Leila Mall |
555
+ | `street_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
556
+ | `street_suffix` | Port, Stravenue, Prairie |
557
+ | `time_zone` | Europe/Lisbon, Africa/Nairobi, Asia/Tokyo |
558
+ | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
559
+ | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
560
+ | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
561
+ | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
562
+ | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
563
+ | `zip_code` | 59138, 34325, 43706 |
473
564
 
474
565
  ## FFaker::AddressIN
475
566
 
476
567
  | Method | Example |
477
568
  | ------ | ------- |
478
- | `building_number` | 8868, 662, 3878 |
479
- | `city` | Schummstad, Cherylside, Hansenville |
480
- | `city_prefix` | New, East, New |
481
- | `city_suffix` | bury, haven, chester |
482
- | `country` | India, India, India |
483
- | `country_code` | IN, IN, IN |
484
- | `neighborhood` | North East Irwindale, Schall Circle/Lakeside Green, phoenix |
485
- | `pincode` | 666182, 835057, 386555 |
486
- | `secondary_address` | Suite 259, Apt. 778, Suite 947 |
487
- | `state` | Kerala, Maharashtra, Madhya Pradesh |
488
- | `state_abbr` | AS, RJ, UK |
489
- | `state_and_union_territory` | Gujarat, Tripura, Goa |
490
- | `state_and_union_territory_abbr` | PY, JH, MN |
491
- | `street_address` | 45194 Crist Lakes, 4637 Joe Fork, 2610 Windler Knoll |
492
- | `street_name` | Veta Spur, McGlynn Row, Larkin Ranch |
493
- | `street_suffix` | Causeway, Skyway, Mount |
494
- | `time_zone` | Asia/Kolkata, Asia/Kolkata, Asia/Kolkata |
569
+ | `building_number` | 200, 3430, 92341 |
570
+ | `city` | Ludhiana, Chennai, Ahmedabad |
571
+ | `city_prefix` | Port, West, North |
572
+ | `city_suffix` | chester, port, bury |
573
+ | `country` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
574
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
575
+ | `neighborhood` | Bushwick South, White Plains Central, South of Lake Ave |
576
+ | `pincode` | 878961, 109570, 628869 |
577
+ | `secondary_address` | Apt. 729, Suite 828, Suite 985 |
578
+ | `state` | Chhattisgarh, Arunachal Pradesh, Maharashtra |
579
+ | `state_abbr` | TG, TN, MZ |
580
+ | `state_and_union_territory` | Telangana, Maharashtra, Assam |
581
+ | `state_and_union_territory_abbr` | TR, BR, RJ |
582
+ | `street_address` | 7495 Orn Prairie, 185 Evangeline Coves, 6743 Sylvia Villages |
583
+ | `street_name` | Edna Cove, Harris Run, Coralie Freeway |
584
+ | `street_suffix` | Land, Summit, Crossroad |
585
+ | `time_zone` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
495
586
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
496
587
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
497
588
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
498
- | `union_territory` | Daman and Diu, Lakshadweep, Pondicherry |
499
- | `union_territory_abbr` | DD, DD, LK |
589
+ | `union_territory` | Chandigarh, Daman and Diu, Andaman and Nicobar Islands |
590
+ | `union_territory_abbr` | CH, PY, DL |
500
591
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
501
592
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
502
- | `zip_code` | 009928, 844785, 368696 |
593
+ | `zip_code` | 970880, 632740, 931157 |
594
+
595
+ ## FFaker::AddressIT
596
+
597
+ | Method | Example |
598
+ | ------ | ------- |
599
+ | `city` | Catanzaro, Isernia, Napoli |
600
+ | `full_address` | 6-36, piazza Vittoria Pacitto 82099 Bari, 6-42 piazza Prof.ssa Stefano Conchiglia 49504 Matera, 8717 via Caterina Monachello, 26890 Padova |
601
+ | `postal_code` | 50587, 92103, 45479 |
602
+ | `region` | Lazio, Umbria, Veneto |
603
+ | `street_address` | 305, piazza Brigitta Esposito, 884, viale Antonio Conchiglia, 5, piazza Bernadetta Fumanti |
503
604
 
504
605
  ## FFaker::AddressJA
505
606
 
506
607
  | Method | Example |
507
608
  | ------ | ------- |
508
- | `address` | 242-7131 東京都荒川区安曇野市282, 842-9567 広島県大津市鶴ヶ島市579, 622-8875 東京都東村山市吉野川市193 |
509
- | `other_address` | 132-7798 石川県佐世保市西都市6丁目8番7号, 758-7677 長崎県日進市岐阜市5丁目2番6号, 159-6837 東京都甘楽郡宇陀市2丁目8番6号 |
510
- | `designated_city_address` | 066-7675 沖縄県紀の川市南区善通寺市6丁目8番9号, 219-5096 宮城県桐生市湊区桐生市787, 672-0398 奈良県姫路市南区大府市797 |
511
- | `tokyo_ward_address` | 661-4009 東京都葛飾区古賀市008, 955-3205 東京都港区大牟田市081, 917-4209 東京都板橋区水戸市505 |
512
- | `postal_code` | 839-0750, 126-4278, 164-2480 |
513
- | `land_number` | 287, 3丁目7番1号, 0丁目0番5号 |
514
- | `street` | 小諸市, 防府市, あま市 |
515
- | `tokyo_ward` | 板橋区, 世田谷区, 北区 |
516
- | `ward` | 若林区, 港区, 城東区 |
517
- | `village` | 留寿都村, 田野畑村, 宮田村 |
518
- | `designated_city` | 上野原市, 岩見沢市, 八幡平市 |
519
- | `city` | 奄美市, 我孫子市, 男鹿市 |
520
- | `county` | 上北郡, 北安曇郡, 東臼杵郡 |
521
- | `prefecture` | 石川県, 和歌山県, 滋賀県 |
609
+ | `address` | 766-0707 島根県福井市境港市1丁目2番3号, 741-9477 兵庫県利根郡福知山市1丁目3番0号, 055-5194 高知県藤岡市千葉市9丁目2番0号 |
610
+ | `building_number` | 139, 840, 26277 |
611
+ | `city` | 周南市, 小美玉市, 仙北市 |
612
+ | `city_prefix` | North, New, South |
613
+ | `city_suffix` | haven, berg, chester |
614
+ | `country` | Armenia, Mauritania, Somalia |
615
+ | `country_code` | CO, TT, NP |
616
+ | `county` | 真庭郡, 大沼郡, 幡多郡 |
617
+ | `designated_city` | 豊川市, あま市, 玉野市 |
618
+ | `designated_city_address` | 826-9494 群馬県壱岐市中央区大川市909, 088-1486 秋田県中津川市戸畑区都城市895, 158-3323 愛知県岐阜市西区八代市427 |
619
+ | `land_number` | 0丁目6番1号, 1丁目6番1号, 3丁目7番9号 |
620
+ | `neighborhood` | Bridesburg, East of Telegraph Road, Greater Las Vegas National |
621
+ | `other_address` | 573-8570 宮城県小県郡鹿児島市8丁目3番5号, 102-5168 山形県狛江市松阪市6丁目5番5号, 056-0706 大分県東国東郡川崎市8丁目0番3号 |
622
+ | `postal_code` | 240-7820, 375-4906, 403-9944 |
623
+ | `prefecture` | 茨城県, 群馬県, 愛媛県 |
624
+ | `secondary_address` | Suite 298, Suite 648, Apt. 670 |
625
+ | `street` | 高山市, 熊谷市, 尾鷲市 |
626
+ | `street_address` | 223 Tremblay Green, 6018 DuBuque Points, 0617 Bergnaum Manor |
627
+ | `street_name` | Prosacco Manors, Jarod Village, Gaylord Knolls |
628
+ | `street_suffix` | Viaduct, Estates, Road |
629
+ | `time_zone` | America/Chicago, Europe/Warsaw, Asia/Jakarta |
630
+ | `tokyo_ward` | 板橋区, 目黒区, 品川区 |
631
+ | `tokyo_ward_address` | 690-4300 東京都荒川区国分寺市431, 108-0453 東京都港区宇治市1丁目5番2号, 785-9392 東京都目黒区西海市6丁目4番3号 |
632
+ | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
633
+ | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
634
+ | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
635
+ | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
636
+ | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
637
+ | `village` | 東峰村, 粟国村, 東吉野村 |
638
+ | `ward` | 北区, 佐伯区, 桜区 |
639
+ | `zip_code` | ❗ *[zip_code] is deprecated. For US addresses please use the AddressUS module* |
522
640
 
523
641
  ## FFaker::AddressKR
524
642
 
525
643
  | Method | Example |
526
644
  | ------ | ------- |
527
- | `address_detail` | 태호타워, 두헌빌라 가 063호, 신욱타운 763호 |
528
- | `borough` | 용산구, 강북구, 영등포구 |
529
- | `building_name` | 완우마을, 양호타운, 순필아파트 |
530
- | `city` | 고양시 덕양구, 의왕시, 양주시 |
531
- | `land_address` | 강원도 재환마을 010-18, 서울특별시 북구 진명동 015, 세종특별자치시 동구 남경리 907 |
532
- | `land_number` | 702-36, 5895, 491 |
533
- | `metropolitan_city` | 세종특별자치시, 울산광역시, 부산광역시 |
534
- | `old_postal_code` | 065-757, 773-535, 419-702 |
535
- | `postal_code` | 72321, 06342, 56909 |
536
- | `province` | 경상남도, 전라북도, 충청북도 |
537
- | `road_addess` | 강원도 노원구 상욱마을 (이창동), 세종특별자치시 중구 목찬아파트 (신홍동), 강원도 강북구 규빈빌라 |
538
- | `street` | 태혁마을, 순신타워, 순욱빌라 |
539
- | `town` | 제준리, 지섭마을, 보준마을 |
645
+ | `address_detail` | 대희연립, 재호타워 092호, 병권타워 |
646
+ | `borough` | 서초구, 성동구, 마포구 |
647
+ | `building_name` | 순일아파트, 효서빌라, 인태타워 |
648
+ | `city` | 광주시, 김포시, 고양시 |
649
+ | `land_address` | 경상남도 규리동 8190-7, 전라남도 정준마을 690, 충청남도 송찬리 745 |
650
+ | `land_number` | 048, 3329, 806-13 |
651
+ | `metropolitan_city` | 서울특별시, 대구광역시, 광주광역시 |
652
+ | `old_postal_code` | 412-239, 396-226, 909-840 |
653
+ | `postal_code` | 34866, 70094, 20324 |
654
+ | `province` | 충청북도, 경상북도, 경상남도 |
655
+ | `road_addess` | 충청남도 두영동 정철길, 충청북도 연진마을 유중3로 (우영동), 대전광역시 마포구 차연로 |
656
+ | `street` | 보배길, 장윤거리, 태호거리 |
657
+ | `town` | 우종리, 정열리, 진원동 |
540
658
 
541
659
  ## FFaker::AddressMX
542
660
 
543
661
  | Method | Example |
544
662
  | ------ | ------- |
545
- | `municipality` | Coyoacán, Guadalupe Victoria, San Pedro Totolápam |
546
- | `postal_code` | 54483, 96628, 86487 |
547
- | `state` | Durango, Colima, Michoacán |
548
- | `state_abbr` | HGO, MEX, QR |
549
- | `zip_code` | 39953, 51445, 46592 |
663
+ | `municipality` | Tepezalá, Cadereyta de Montes, Azcapotzalco |
664
+ | `postal_code` | 14428, 70062, 19482 |
665
+ | `state` | Querétaro, Jalisco, Oaxaca |
666
+ | `state_abbr` | CHIS, SON, COAH |
667
+ | `zip_code` | 35918, 45535, 43550 |
550
668
 
551
669
  ## FFaker::AddressNL
552
670
 
553
671
  | Method | Example |
554
672
  | ------ | ------- |
555
- | `building_number` | 805, 373, 506 |
556
- | `city` | Boskant, Groede, Emmen |
557
- | `city_prefix` | Lake, South, East |
558
- | `city_suffix` | view, land, bury |
559
- | `country` | Albania, Bouvet Island, Equatorial Guinea |
560
- | `country_code` | UY, SB, CL |
561
- | `neighborhood` | Central Chandler, Candlewood Country Club, Kingsbridge Heights |
562
- | `postal_code` | 9589 ej, 2465 un, 4260 ja |
563
- | `province` | Noord-Brabant, Friesland, Gelderland |
564
- | `secondary_address` | Apt. 782, Apt. 291, Apt. 444 |
565
- | `street_address` | 737 Loidastraat, 63462 Erdmanstraat, 45628 Labadiestraat |
566
- | `street_name` | Corkerystraat, Caspersteeg, Ladystraat |
567
- | `street_suffix` | Cove, Extensions, Flat |
568
- | `time_zone` | Africa/Monrovia, Asia/Krasnoyarsk, Europe/Moscow |
673
+ | `building_number` | 941, 994, 533 |
674
+ | `city` | Oostelbeers, Haaren-'t Eind, Nieuwland |
675
+ | `city_prefix` | South, Port, New |
676
+ | `city_suffix` | ville, side, chester |
677
+ | `country` | Azerbaijan, Barbados, Afghanistan |
678
+ | `country_code` | JM, BV, HM |
679
+ | `neighborhood` | South of Lake Ave, River Heights, Olmsted Falls Central |
680
+ | `postal_code` | 9892 QI, 6239 TA, 4311 ZT |
681
+ | `province` | Limburg, Flevoland, Groningen |
682
+ | `secondary_address` | Suite 586, Apt. 185, Suite 332 |
683
+ | `street_address` | 83284 Kautzerboulevard, 8038 Rosendostraat, 163 Roobstraat |
684
+ | `street_name` | Rodriguezstraat, Virginasteeg, Starkstraat |
685
+ | `street_suffix` | Crescent, Path, Stravenue |
686
+ | `time_zone` | Pacific/Fakaofo, Europe/Brussels, America/Sao_Paulo |
569
687
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
570
688
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
571
689
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
572
690
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
573
691
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
574
- | `zip_code` | 5248 zk, 9591 tw, 2743 va |
692
+ | `zip_code` | 4370 TY, 4071 DU, 2387 OP |
693
+
694
+ ## FFaker::AddressPL
695
+
696
+ | Method | Example |
697
+ | ------ | ------- |
698
+ | `building_number` | 188, 135, 142 |
699
+ | `city` | Mszczonów, Nisko, Międzybórz |
700
+ | `full_address` | plac Stawowy 11 75-281 Proszowice, ul. św. Krzyża 38 10-658 Rybnik, pasaż Inwalidów 89 70-138 Chojnów |
701
+ | `postal_code` | 75-553, 43-763, 90-966 |
702
+ | `province` | dolnośląskie, zachodniopomorskie, podkarpackie |
703
+ | `secondary_number` | /84, m. 108, /99 |
704
+ | `square` | zaułek Kołłątaja, zaułek Polonii, bulwar Wolnica |
705
+ | `square_prefix` | pasaż, zaułek, bulwar |
706
+ | `state` | pomorskie, zachodniopomorskie, warmińsko-mazurskie |
707
+ | `street` | ul. Zamknięta, ul. św. Floriana, ul. Solidarności |
708
+ | `street_address` | ul. Mikołaja Reja 55, plac Medyków 156, al. Jana Kasprowicza 140 |
709
+ | `street_name` | zaułek Oleandrów, zaułek Jagielloński, ul. Bałtycka |
710
+ | `street_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
711
+ | `voivodeship` | warmińsko-mazurskie, lubuskie, podkarpackie |
712
+ | `voivodeship_abbr` | KP, DS, OP |
713
+ | `voivodeship_capital_city` | Poznań, Szczecin, Kielce |
714
+ | `zip_code` | 28-759, 76-137, 17-462 |
575
715
 
576
716
  ## FFaker::AddressRU
577
717
 
578
718
  | Method | Example |
579
719
  | ------ | ------- |
580
- | `building_number` | 93732, 796, 8118 |
581
- | `city` | Тюмень, Ставрополь, Астрахань |
582
- | `city_prefix` | South, Lake, West |
583
- | `city_suffix` | ton, town, town |
584
- | `country` | United Kingdom, Saint Kitts and Nevis, Brunei Darussalam |
585
- | `country_code` | IL, UG, SI |
586
- | `neighborhood` | phoenix, Northwest Midlothian/Midlothian Country Club, Ocean Parkway South |
587
- | `province` | Амурская область, Санкт-Петербург, Пермский край |
588
- | `secondary_address` | Apt. 930, Suite 546, Suite 701 |
589
- | `street_address` | ул. Советская, д. 7, ул. Юбилейная, д. 647, ул. Заводская, д. 793 |
590
- | `street_name` | ул. Садовая, ул. Совхозная, ул. Горького |
591
- | `street_number` | 0, 91, 451 |
592
- | `street_suffix` | Meadows, Ville, Crest |
593
- | `time_zone` | Asia/Kuwait, Africa/Casablanca, America/Guyana |
720
+ | `building_number` | 233, 23987, 909 |
721
+ | `city` | Томск, Стерлитамак, Омск |
722
+ | `city_prefix` | South, North, Lake |
723
+ | `city_suffix` | stad, land, view |
724
+ | `country` | Svalbard and Jan Mayen, Falkland Islands (Malvinas), Papua New Guinea |
725
+ | `country_code` | PN, EG, DO |
726
+ | `neighborhood` | White Plains Central, Jamaica Estates/Holliswood, South of Lake Shore Blvd |
727
+ | `province` | Ленинградская область, Челябинская область, Калмыкия |
728
+ | `secondary_address` | Apt. 842, Apt. 769, Suite 086 |
729
+ | `street_address` | ул. Луговая, д. 1, ул. Чкалова, д. 8, ул. Пионерская, д. 815 |
730
+ | `street_name` | ул. Пушкина, ул. Речная, ул. Школьная |
731
+ | `street_number` | 46, 4, 2 |
732
+ | `street_suffix` | Mission, Hills, Trace |
733
+ | `time_zone` | Australia/Perth, Asia/Chongqing, Australia/Hobart |
594
734
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
595
735
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
596
736
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
597
737
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
598
738
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
599
- | `zip_code` | 418215, 988383, 875577 |
739
+ | `zip_code` | 519279, 988775, 015109 |
600
740
 
601
741
  ## FFaker::AddressSE
602
742
 
603
743
  | Method | Example |
604
744
  | ------ | ------- |
605
- | `building_number` | 5875, 524, 67844 |
606
- | `city` | Lidingö, Falsterbo, Mönsterås |
607
- | `city_prefix` | Port, South, Port |
608
- | `city_suffix` | ton, mouth, fort |
609
- | `country` | Kiribati, South Africa, Saint Lucia |
610
- | `country_code` | MQ, JE, MY |
611
- | `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 |
612
- | `neighborhood` | Renton West, Bushwick South, Cleveland Park |
613
- | `random_country` | Senegal, Falklandsöarna, Irland |
614
- | `secondary_address` | Suite 486, Suite 176, Apt. 375 |
615
- | `street_address` | Lästringevägen 424, Kransbindarvägen 8b, Osmundsvägen 6 |
616
- | `street_name` | Fyrskeppsvägen, Vårgårdavägen, Målvägen |
617
- | `street_nbr` | 052, 7, 464 |
618
- | `street_suffix` | Alley, Cliff, Greens |
619
- | `time_zone` | America/Indiana/Indianapolis, Australia/Adelaide, Africa/Monrovia |
745
+ | `building_number` | 8162, 9626, 7923 |
746
+ | `city` | Karlskrona, Lund, Avesta |
747
+ | `city_prefix` | Port, New, Lake |
748
+ | `city_suffix` | stad, port, shire |
749
+ | `country` | Mauritius, Papua New Guinea, San Marino |
750
+ | `country_code` | AF, MS, BG |
751
+ | `full_address` | Skridskovägen 559, 04 841 Skanör, SVERIGE, Pintorpavägen 7, 79122 Karlskrona, SVERIGE, Särnavägen 306, 32635 Solna, SVERIGE |
752
+ | `neighborhood` | Gates Mills North, Jupiter South/Abacoa, Olmsted Falls Central |
753
+ | `random_country` | Georgien, Oman, Mikronesien |
754
+ | `secondary_address` | Apt. 591, Apt. 857, Apt. 676 |
755
+ | `street_address` | Bielkevägen 0b, Valhallavägen 66, Hågavägen 184 |
756
+ | `street_name` | Hägerstensvägen, Storsylsvägen, Vattenkraftsvägen |
757
+ | `street_nbr` | 4, 508, 786 |
758
+ | `street_suffix` | Ramp, Pines, Gateway |
759
+ | `time_zone` | America/Lima, Australia/Perth, America/La_Paz |
620
760
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
621
761
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
622
762
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
623
763
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
624
764
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
625
- | `zip_code` | 41 683, 25 280, 42 823 |
765
+ | `zip_code` | 65 598, 96 937, 58 433 |
626
766
 
627
767
  ## FFaker::AddressSN
628
768
 
629
769
  | Method | Example |
630
770
  | ------ | ------- |
631
- | `arrondissement` | Thiès Ouest, Ouakam, Diamaguène |
632
- | `building_number` | 00832, 556, 51975 |
633
- | `city` | Lake Trang, North Shannonport, East Giselaburgh |
634
- | `city_prefix` | Port, East, South |
635
- | `city_suffix` | furt, furt, side |
636
- | `country` | Belize, Albania, Wallis and Futuna |
637
- | `country_code` | NE, SO, ZM |
638
- | `departement` | Louga, Ranerou, Linguere |
639
- | `neighborhood` | West Covina East, Florissant West, Mott Haven/Port Morris |
640
- | `region` | diourbel, kolda, kolda |
641
- | `secondary_address` | Apt. 388, Apt. 567, Apt. 767 |
642
- | `street_address` | 2527 Sherrell Forge, 9715 Kozey Pine, 1868 Lura Vista |
643
- | `street_name` | Milan Streets, Howe Lane, D'Amore Parkways |
644
- | `street_suffix` | Passage, Lock, Shoals |
645
- | `time_zone` | America/St_Johns, Asia/Singapore, America/Chihuahua |
771
+ | `arrondissement` | Sicap-Liberté, Sicap Mbao, Mbao |
772
+ | `building_number` | 46100, 823, 5247 |
773
+ | `city` | Lake Modesto, South Jaimiefort, Mayerborough |
774
+ | `city_prefix` | East, South, West |
775
+ | `city_suffix` | bury, stad, shire |
776
+ | `country` | Korea, Republic of, Cook Islands, Haiti |
777
+ | `country_code` | CH, MX, SA |
778
+ | `departement` | Dagana, nioro du rip, pikine |
779
+ | `neighborhood` | River Heights, East of Telegraph Road, Ocean Parkway South |
780
+ | `region` | kaffrine, fatick, louga |
781
+ | `secondary_address` | Suite 304, Suite 708, Suite 667 |
782
+ | `street_address` | 385 Schiller Loop, 713 Johnston Way, 40642 Pollich Valley |
783
+ | `street_name` | Cole Groves, Stefan Road, Walter Springs |
784
+ | `street_suffix` | Plains, Falls, Burgs |
785
+ | `time_zone` | Pacific/Noumea, Europe/Riga, Australia/Darwin |
646
786
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
647
787
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
648
788
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -654,33 +794,33 @@
654
794
 
655
795
  | Method | Example |
656
796
  | ------ | ------- |
657
- | `appartment_number` | 27, 68, 1 |
658
- | `building_number` | 40, 1, 232 |
659
- | `city` | Черкаси, Бердянськ, Бердянськ |
660
- | `country` | Єгипет, Естонія, Гаїті |
661
- | `province` | Херсонська область, Київська область, Донецька область |
662
- | `street_address` | вул. Брюховичів, 677, вул. Коліївщини, 2, вул. Брюховичів, 84 |
663
- | `street_name` | вул. Староміська, вул. Брюховичів, вул. Городоцька |
664
- | `zip_code` | 92019, 74640, 78951 |
797
+ | `appartment_number` | 750, 55, 132 |
798
+ | `building_number` | 85, 998, 452 |
799
+ | `city` | Євпаторія, Макіївка, Артемівськ |
800
+ | `country` | Судан, Вануату, Ботсвана |
801
+ | `province` | Чернігівська область, Луганська область, Чернівецька область |
802
+ | `street_address` | вул. Стрийська, 115, вул. Городоцька, 37, вул. Вічева, 78 |
803
+ | `street_name` | вул. Рудного, вул. Вузька, вул. Брюховичів |
804
+ | `zip_code` | 08523, 23071, 09265 |
665
805
 
666
806
  ## FFaker::AddressUK
667
807
 
668
808
  | Method | Example |
669
809
  | ------ | ------- |
670
- | `building_number` | 79627, 3188, 86308 |
671
- | `city` | Port Shawnna, Lake Kerstin, Port Lucrecia |
672
- | `city_prefix` | West, South, Port |
673
- | `city_suffix` | burgh, stad, shire |
674
- | `country` | Wales, Northern Ireland, Scotland |
675
- | `country_code` | JE, KR, ST |
676
- | `county` | Hertfordshire, County Londonderry, West Glamorgan |
677
- | `neighborhood` | Murray Hill, Pound Ridge East, Central Chandler |
678
- | `postcode` | BL91 1TH, ZT97 8SN, VE6 9QW |
679
- | `secondary_address` | Suite 143, Suite 801, Apt. 095 |
680
- | `street_address` | 5949 Swift Motorway, 25270 Little Square, 189 Ruecker Spur |
681
- | `street_name` | Florance Trafficway, Wiza Squares, Rippin Point |
682
- | `street_suffix` | Way, Station, Extension |
683
- | `time_zone` | Asia/Shanghai, Asia/Bangkok, Pacific/Midway |
810
+ | `building_number` | 15031, 64948, 7269 |
811
+ | `city` | Lake Von, Lyndsayberg, North Antonettabury |
812
+ | `city_prefix` | Lake, East, New |
813
+ | `city_suffix` | furt, port, burgh |
814
+ | `country` | Northern Ireland, England, Wales |
815
+ | `country_code` | OM, MR, BD |
816
+ | `county` | Grampian, County Londonderry, Lothian |
817
+ | `neighborhood` | Northwest Midlothian/Midlothian Country Club, South of Bell Road, Seven Hills Area |
818
+ | `postcode` | PV57 1PC, TB79 1EP, WR3 1SG |
819
+ | `secondary_address` | Apt. 575, Apt. 189, Suite 906 |
820
+ | `street_address` | 804 Conn Ways, 75580 Aurora Overpass, 463 Corkery Mews |
821
+ | `street_name` | Gulgowski Cape, Tamie Points, Kertzmann Garden |
822
+ | `street_suffix` | Rest, Ridges, Mills |
823
+ | `time_zone` | Pacific/Tongatapu, Pacific/Guam, Asia/Urumqi |
684
824
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
685
825
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
686
826
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
@@ -692,160 +832,221 @@
692
832
 
693
833
  | Method | Example |
694
834
  | ------ | ------- |
695
- | `building_number` | 75458, 4089, 5735 |
696
- | `city` | Mertzfort, Sorayafurt, Lehnerfurt |
697
- | `city_prefix` | South, New, North |
698
- | `city_suffix` | ton, ton, side |
699
- | `continental_state` | Pennsylvania, Texas, Missouri |
700
- | `continental_state_abbr` | NJ, NJ, AL |
701
- | `country` | Lao People's Democratic Republic, Saint Barthélemy, Bahamas |
702
- | `country_code` | LA, AI, ID |
703
- | `neighborhood` | Dyker Heights, Renton West, Ladue South |
704
- | `secondary_address` | Apt. 957, Suite 080, Apt. 678 |
705
- | `state` | New York, Massachusetts, New York |
706
- | `state_abbr` | UT, UT, NM |
707
- | `state_and_territories_abbr` | MP, SD, FL |
708
- | `street_address` | 371 Nakisha Ville, 34962 Gorczany Motorway, 0343 Benito Crescent |
709
- | `street_name` | Tammi Points, Hobert Lane, Monahan Freeway |
710
- | `street_suffix` | Via, Mountains, Brooks |
711
- | `time_zone` | Asia/Kamchatka, Europe/Copenhagen, Asia/Yerevan |
835
+ | `building_number` | 6632, 457, 268 |
836
+ | `city` | Marvinberg, South Carly, Collinsside |
837
+ | `city_prefix` | New, North, South |
838
+ | `city_suffix` | stad, land, port |
839
+ | `continental_state` | South Carolina, Arizona, Pennsylvania |
840
+ | `continental_state_abbr` | WI, MD, CT |
841
+ | `country` | Sweden, Brunei Darussalam, Benin |
842
+ | `country_code` | BQ, KI, KG |
843
+ | `neighborhood` | Far Rockaway/Bayswater, Bridesburg, Northwoods West |
844
+ | `secondary_address` | Suite 564, Apt. 764, Apt. 890 |
845
+ | `state` | Michigan, Alaska, Pennsylvania |
846
+ | `state_abbr` | OK, RI, IA |
847
+ | `state_and_territories_abbr` | IN, CO, SC |
848
+ | `street_address` | 86135 Randi Lakes, 70228 Reilly Junctions, 366 Breana Fort |
849
+ | `street_name` | Walsh Fields, Violeta Parks, Giuseppina Glen |
850
+ | `street_suffix` | Overpass, Knolls, Throughway |
851
+ | `time_zone` | Asia/Kuwait, Europe/Moscow, America/Tijuana |
712
852
  | `uk_country` | ❗ *[uk_country] is deprecated. For UK addresses please use the AddressUK module* |
713
853
  | `uk_county` | ❗ *[uk_county] is deprecated. For UK addresses please use the AddressUK module* |
714
854
  | `uk_postcode` | ❗ *[uk_postcode] is deprecated. For UK addresses please use the AddressUK module* |
715
855
  | `us_state` | ❗ *[us_state] is deprecated. For US addresses please use the AddressUS module* |
716
856
  | `us_state_abbr` | ❗ *[state_abbr] is deprecated. For US addresses please use the AddressUS module* |
717
- | `zip_code` | 32534, 49743-6417, 61814 |
857
+ | `zip_code` | 51479, 19034, 08277 |
718
858
 
719
859
  ## FFaker::Airline
720
860
 
721
861
  | Method | Example |
722
862
  | ------ | ------- |
723
- | `flight_number` | CTM 1556, A5 3832, KL 1841 |
724
- | `name` | Tulpar Air, Aero-jet Swissjet, Germanwings |
863
+ | `flight_number` | J2 1643, FH 1093, 6W 2197 |
864
+ | `name` | Severstal, Isd Avia, Airlines 400 Jsc (red Wings Ai |
725
865
 
726
- ## FFaker::Avatar
866
+ ## FFaker::Animal
727
867
 
728
868
  | Method | Example |
729
869
  | ------ | ------- |
730
- | `image` | https://robohash.org/doloremqueestmodi.png?size=300x300, https://robohash.org/culpafaceredignissimos.png?size=300x300, https://robohash.org/excepturiassumendaeos.png?size=300x300 |
870
+ | `common_name` | *[common_name] is deprecated. For animal name in english please use the AnimalUS module* |
731
871
 
732
- ## FFaker::Lorem
872
+ ## FFaker::AnimalBR
873
+
874
+ | Method | Example |
875
+ | ------ | ------- |
876
+ | `common_name` | Pescada, Jegue, Papagaio |
877
+
878
+ ## FFaker::AnimalCN
733
879
 
734
880
  | Method | Example |
735
881
  | ------ | ------- |
736
- | `characters` | o57k41roea9xa63tk2az8c7v1tiubmq9nj60u41034j76mfeqby81xd2p7lfsjasv2bewpm8e2rsep9du579jvrqwmacibx76zmm6ig4cdqxuytk29jg24nvq9kex9xc6v80qb3lxoj9fh3qwgygxopdqlq82kwd61zix3t8ds52q6rykwxwfyjhwhxtec2ezvpohkucylcrt4e9r446hsmcczli1qd3rujs5v8h2cmpaqhww9ypbf42vj5bqhi, ytqoimu8pyqsj11jevso2v4egl4a3houoi87yd2vt0qtkdh3cosoafc19ei2dfrbryue1uzm7uvex0spsppmcsyd24ctq0gik9s6x873ohx1wjfy73b8d8nu7mcmcjfutzl1ezajp75ij2erlzabwfdd8ls3kal1s4hfxw9xk94zpmziqmdcimacjvc5e4tcunw9jrc4m8zkfqbb7mpk1frgcp26embcc2bsdb3olbbj4n661ftq5s2neeoidit, u3tf9bwer515z960hlbqw3daifhq1pqzm0itbzcftbf0f751vlrtbf9jfia2aze1uduo38e73kfnnsbvani66kgt1uq52q4yboz1raa9932if3rnd7wkx6oo5okif576n82ymuqlpvf1vr6id311r2ralfktfe2dty3vt97wsgclnphc7qod1pa2wtxw7usxu2p3det31w4t8i7y2cfuoyejhduwjf6en9534n5whjzwui9e5lzof6kcllh86e9 |
737
- | `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. |
738
- | `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. |
739
- | `phrase` | Consequatur tempore inventore delectus animi excepturi., Qui quasi molestiae ut voluptatem in quis dolores., Sapiente et eum eius rem. |
740
- | `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. |
741
- | `sentence` | Amet laboriosam doloremque reprehenderit reiciendis., Ea accusantium corporis blanditiis hic cumque illum., Tempora natus odit accusantium qui expedita facilis. |
742
- | `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. |
743
- | `word` | cum, quia, aut |
744
- | `words` | nostrum, suscipit, tenetur, dolorem, repellat, commodi, repellendus, dolor, debitis |
882
+ | `common_name` | 水牛, 北极熊, 鳕鱼 |
883
+
884
+ ## FFaker::AnimalES
885
+
886
+ | Method | Example |
887
+ | ------ | ------- |
888
+ | `common_name` | Cabra, Cuervo, Pato |
889
+
890
+ ## FFaker::AnimalPL
891
+
892
+ | Method | Example |
893
+ | ------ | ------- |
894
+ | `common_name` | Lew, Szarańcza, Kukułka |
895
+
896
+ ## FFaker::AnimalUS
897
+
898
+ | Method | Example |
899
+ | ------ | ------- |
900
+ | `common_name` | Sea Lion, Snail, Octopus |
901
+
902
+ ## FFaker::Avatar
903
+
904
+ | Method | Example |
905
+ | ------ | ------- |
906
+ | `image` | https://robohash.org/iurequonesciunt.png?size=300x300, https://robohash.org/ducimusvitaeaccusamus.png?size=300x300, https://robohash.org/estremexercitationem.png?size=300x300 |
745
907
 
746
908
  ## FFaker::BaconIpsum
747
909
 
910
+ | Method | Example |
911
+ | ------ | ------- |
912
+ | `characters` | 2conms10j9l12zs3y68gn9h3ocxdp3jld5gcswwix1hh6vqrwhept7he4bafl2n2qjibo58ycs85ahjzav02p33ucuhmwl3exw40xw09zugn95yicqoq171xsiq7ezd38u96tvhr6eyzt3459cu4tpb096slo2rk6rwtrgbfhnlmmpoexx4h84ccqc2d661k46jfhy61wo5iyjuo18jm74n0d1gktpmtgi68ihmew09mjyvfn7ou1oaxq0lp95s, 0y5kj1g9z0x4tn2mc80hvahn3svnx5gqaizxtw902cag92qa42uaikr7yg1zdc1eo8v1dmawua0qpsnmepdz6qdtnr8nld3aqgy40fbgv2at9r0vh4rsx6cggfnb2ybs5t867ptx7l852df96zuyt8jstg3303gyd8hwopy915hjwxaisbl8wxpvdtznzjxacbh325vwqrjokhh3tqb8ycd4ocllpgnnu3mkrdpnaogoecs1gsogtuinjs44bf8, 28aenpb01jguzwbzbqywb5kveufa7oz4sss0qwz27spc636wyigw8pfs63e3xjrsdcwoy758t8a4g57bnnafr40m921rctx6y6rdjne2z6ht8n7pla4uy3xpvcjbsfmndfrpgnnlomc9665xb28lv2cszhun6dyi2w6zj25mo87vt38e1krtfskjnhlf7hy65q1ed2ixa32dq1gvfe0x34ot0no7f18fm2mi5zuro4jwkre7m3b3w858rmlgrt0 |
913
+ | `paragraph` | Pancetta andouille filet mignon ribeye bresaola meatball boudin beef ribs. Shoulder beef tenderloin ham flank. Biltong tenderloin t-bone spare ribs ball tip., Corned beef landjaeger venison pork chop flank Kevin boudin sausage. Beef venison capicola beef ribs ball tip. Pork belly swine chicken sausage rump frankfurter boudin. Jerky porchetta cow salami sausage meatloaf tenderloin beef ribs. Fatback shankle beef ribs pig pork belly., Ribeye shoulder salami pastrami meatloaf bacon. Pancetta andouille tri-tip meatloaf capicola pork chop. Turducken pork belly pastrami corned beef jerky. Sausage bacon drumstick porchetta meatloaf. Meatloaf pork tail pastrami brisket turkey. |
914
+ | `paragraphs` | Swine turkey pork chop venison ham leberkas ham hock. Sirloin pork chop spare ribs pastrami andouille pork loin strip steak. Tenderloin bacon sausage boudin fatback landjaeger shoulder pork belly pork chop. Ham hock beef swine pork chop strip steak ground round turkey shankle. Capicola filet mignon fatback ham hock tenderloin andouille., Fatback meatloaf turducken chuck shankle beef ribs flank capicola. Fatback landjaeger tail jerky cow. Kevin pastrami fatback turkey turducken. Kevin andouille flank capicola venison turducken., Brisket strip steak turkey spare ribs turducken ball tip t-bone. Pancetta chuck andouille ribeye doner ball tip. Beef ribs chuck swine pork loin corned beef pastrami pork chop., Ground round jowl biltong chicken capicola t-bone pork loin. Leberkas beef ribs short ribs bresaola turducken. Shankle Kevin short ribs spare ribs salami ham hock corned beef. Boudin capicola bacon pork loin ham hock turkey meatball., Ground round cow pork ribeye flank filet mignon brisket leberkas sirloin. Tail short loin ground round ball tip brisket. Short loin corned beef beef ribs swine shankle bresaola landjaeger. Short loin corned beef salami hamburger shank. Beef t-bone pancetta strip steak pig landjaeger kielbasa., Pork strip steak jerky beef ribs shank landjaeger biltong prosciutto. Shank pastrami venison brisket andouille. Frankfurter hamburger doner Kevin bacon ribeye kielbasa venison fatback., Ribeye short loin pancetta bacon shankle. Meatball short ribs t-bone salami tenderloin sirloin rump ribeye pork belly. Boudin t-bone hamburger chuck frankfurter spare ribs. Ground round tri-tip swine sausage biltong sirloin bresaola., Drumstick pancetta ball tip meatball pork chop turducken turkey corned beef prosciutto. Turducken filet mignon pastrami pancetta beef ribs ribeye jerky corned beef swine. Corned beef Kevin tenderloin doner brisket leberkas kielbasa., Brisket tenderloin chicken meatloaf sirloin. Prosciutto hamburger capicola kielbasa shank tail t-bone. Pastrami meatloaf corned beef kielbasa prosciutto bresaola. |
915
+ | `phrase` | Beef sausage t-bone pancetta venison filet mignon andouille jerky ground round., Biltong andouille meatloaf strip steak porchetta ball tip., Swine tenderloin capicola boudin chicken bacon tongue turkey. |
916
+ | `phrases` | Jowl leberkas sirloin cow kielbasa spare ribs pig hamburger., Capicola bresaola beef meatball flank., Biltong venison cow hamburger leberkas flank tongue shank., Sausage shank cow fatback pig tenderloin pork belly beef meatloaf., Chicken brisket doner boudin leberkas porchetta filet mignon drumstick flank., Andouille jerky venison turducken pastrami., Beef ribs filet mignon pig kielbasa venison bresaola corned beef., Bacon pork pig chicken brisket., Pork chop bacon prosciutto sausage rump tri-tip. |
917
+ | `sentence` | Bresaola corned beef meatloaf ball tip ground round spare ribs frankfurter leberkas., Sausage tri-tip porchetta doner drumstick shoulder frankfurter., Shank brisket bresaola rump ribeye. |
918
+ | `sentences` | Salami short loin chuck drumstick leberkas prosciutto jowl ground round., Bresaola cow pig corned beef ham turkey jerky biltong sirloin., Tri-tip pork ground round pork belly turducken venison beef., Pork short ribs ground round chicken pancetta hamburger drumstick., Andouille bresaola flank beef drumstick., Filet mignon meatball jerky pork loin tenderloin pork chop ham hock., Pancetta ribeye venison ball tip tongue., T-bone tenderloin swine pork chop corned beef cow filet mignon shankle pig., Chuck fatback short loin spare ribs tail doner. |
919
+ | `word` | turkey, flank, short loin |
920
+ | `words` | jerky, tail, meatball, short ribs, beef, pork, bacon, boudin, sausage |
921
+
922
+ ## FFaker::Bank
748
923
 
749
924
  | Method | Example |
750
925
  | ------ | ------- |
751
- | `characters` | hsafcripg4khfj5fl8fus248gxj83r5xjm70qmvs2tmd0aklnb44d25tygl8dnhqn6fie8ae6ftbvooc0qtd0bdbb67jk8oqo2ier4jms9q7x6ar4t3puj5hxjspuusdegosreqftuqm2tj6mx6bwba1fqgwhkblg2ykda5exex91pchigqz3rhdb3mkkjusrxtkuw3jhx5zgvxwyxievsu2sdsfy714orpr39ewvxrwra0dabq736m7g2fy9mb, bkk6tmi1oesfa2w2nbn4gtwxxc6gt8bvj49xcfe57405ox5gclo1n87205cecticy0ydl43gff88roq35ynr88ir3xmnq03lk7cpe7fyikyv27hb30u7fohiomye99k3rfthmavohb0m2xn0mo2yg9c09ykxrs1k8tps8tp0s3syqfx8bohcxnrqx7kqeyvgjnj0gyrfur8bhk9gpqxazjj6nefmm4pmvdwkgy6uw0aba9n9522dkbpxt18i3ov, x5l2drfwfvo40ychjn5kd887x5zng6o4tpl49q9fy3gshj3i9ko3c2s6s5lbxz2z4mnoi388pzg27u29qdgeakmjrdduk4ouo7clzzszwq3r7bqbvs0b9dlq4du2sqrjol45m23dk4bbg20t345dt3cxeexc43xz8woifdccdk3nb1vdnnbueg4hzx4ffncto7026ediidrqplgcuwx1pmwqz43jkevuyvxeuxi76gtdpf1dywg7qg5lq59cazo |
752
- | `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. |
753
- | `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. |
754
- | `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. |
755
- | `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. |
756
- | `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. |
757
- | `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. |
758
- | `word` | frankfurter, frankfurter, pork chop |
759
- | `words` | chuck, meatloaf, kielbasa, beef ribs, tail, pig, leberkas, ham hock, hamburger |
926
+ | `card_expiry_date` | 09/25, 01/27, 08/27 |
927
+ | `card_number` | 0881 1113 8121 5000, 7524 0230 1909 1662, 7301 2226 6397 4548 |
928
+ | `card_type` | mastercard, maestro, solo |
929
+ | `iban` | DO50GCBH29467231689551372717, LU338569240126150859, BE89929107166643 |
760
930
 
761
931
  ## FFaker::Book
762
932
 
763
933
  | Method | Example |
764
934
  | ------ | ------- |
765
- | `author` | Tegan Armstrong, Daria Jacobs, Demarcus Luettgen |
766
- | `cover` | https://robohash.org/namlaudantiumfugit.png?size=300x300, https://robohash.org/voluptatemlaboriosamomnis.png?size=300x300, https://robohash.org/liberoexcepturitenetur.png?size=300x300 |
767
- | `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. |
768
- | `genre` | Fable, fairy tale, folklore, Sports fiction, Thanksgiving |
769
- | `isbn` | 12748252896, 1909443912, 4326026306 |
770
- | `title` | Bloody Demon, Flying Tentacle, Action Ninja |
935
+ | `author` | Dolores Emard, Felipe Schulist, Minh Mitchell |
936
+ | `cover` | https://robohash.org/etdebitiseveniet.png?size=300x300, https://robohash.org/repudiandaenatusdelectus.png?size=300x300, https://robohash.org/optiovitaeneque.png?size=300x300 |
937
+ | `description` | Laboriosam nisi voluptatibus molestias architecto labore neque. Tempora error sapiente quibusdam occaecati ipsam. Veniam praesentium distinctio beatae reiciendis quod amet incidunt. Quidem animi accusantium ullam quo molestiae ea., Quibusdam autem natus accusantium distinctio quae unde maxime provident. Pariatur impedit ex minus earum cum. Distinctio sed sint nisi omnis soluta cumque nostrum. Provident occaecati accusantium deleniti dolorem illo in ut., Cupiditate unde sit odio ipsam. Doloremque repudiandae voluptatibus non aliquam quae. Corrupti quod in odio similique animi inventore. Atque officiis sint ratione placeat. |
938
+ | `genre` | Pneumatology, Sutra, Adventure novel |
939
+ | `isbn` | 17567012137, 3815530005, 5351236872 |
940
+ | `orly_cover` | https://orly-appstore.herokuapp.com/generate?title=Legend+of+Blonde+Rain&top_text=Adventure+novel&author=Billye+Oga&image_code=28&theme=12, https://orly-appstore.herokuapp.com/generate?title=Death+Pickpocket&top_text=Splatterpunk&author=Glenna+Lesch&image_code=16&theme=1, https://orly-appstore.herokuapp.com/generate?title=Invasion+of+the+Bloody+Wizard&top_text=Lament&author=Tona+Schmidt&image_code=39&theme=14 |
941
+ | `title` | I am Action Ninja, Blue Mutant, Curse of the Danger Wizard |
771
942
 
772
943
  ## FFaker::Boolean
773
944
 
774
945
  | Method | Example |
775
946
  | ------ | ------- |
776
- | `maybe` | false, true, false |
777
- | `random` | false, true, true |
778
- | `sample` | false, true, true |
947
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
948
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
949
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
779
950
 
780
951
  ## FFaker::CheesyLingo
781
952
 
782
953
  | Method | Example |
783
954
  | ------ | ------- |
784
- | `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. |
785
- | `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. |
786
- | `title` | Dutch Gouda, Soft Affineurs, Sharp Goats |
787
- | `word` | melting, farmer, toast! |
788
- | `words` | farmer, cheese, springy, cheesecake, Gouda, fat, soft, grated, Emmentaler, buttery, milk, farmer, elastic, nutty, Emmentaler |
955
+ | `paragraph` | They were so cheesed off the whiter and fresher the cheese, the crisper and fruitier the wine should be the early bird may get the worm, but the second mouse gets the cheese in the trap in an artisan farmerhouse with Dutch courage 10 grilled cheese sandwiches you should try immediately with but poets have been mysteriously silent on the subject of cheese cheeseparing but don't you agree? It is no use crying over spilled milk until the wheels form a white coat of penicillium moulds., Raw milk is unpasteurized until the wheels form a white coat of penicillium moulds separate the curds from the wey when the rennet is added, curds are formed he old cheese dairy buildings, situated on the historic site the slice of cheese is placed on top of the meat patty a good alternative to cheesecloth double dutch or until the wheels form a white coat of penicillium moulds 10 grilled cheese sandwiches you should try immediately with., A good alternative to cheesecloth soft ripening cheese for is like chalk and cheese cut to size team cheesy says hi blend the flour, cheese and Sheridans Cheesemongers harmful secondary metabolites with Dutch courage soft ripening cheese for. |
956
+ | `sentence` | Of cheesy business lingothe milky way ofdouble dutch or., But poets have been mysteriously silent on the subject of cheesecut to sizetrying too hard, unsubtle, and inauthentic., With dutch couragethey were so cheesed offthe sticky nature of processed cheese can make it difficult to slice, but. |
957
+ | `title` | Nutty Goats, Dutch Cows, Dutch Alpine |
958
+ | `word` | grated, toast!, sticky |
959
+ | `words` | sharp, dairy, springy, DOC, briney, springy, cheesed, melting, DOC, stinky, cheesed, smoked, affinage, blue, Gouda |
960
+
961
+ ## FFaker::Code
962
+
963
+ | Method | Example |
964
+ | ------ | ------- |
965
+ | `ean` | 7743714798124, 2035524243716, 3200689090157 |
966
+ | `npi` | 2580761841, 7279874581, 3530679216 |
789
967
 
790
968
  ## FFaker::Color
791
969
 
792
970
  | Method | Example |
793
971
  | ------ | ------- |
794
- | `hex_code` | 68b167, b2f800, df09f8 |
795
- | `hsl_array` | 316, 88%, 75%, 91, 77%, 46%, 60, 29%, 69% |
796
- | `hsl_list` | 59,16%,46%, 331,56%,35%, 164,90%,97% |
797
- | `hsla_array` | 112, 97%, 16%, 0.5, 123, 99%, 31%, 0.42, 81, 73%, 75%, 0.48 |
798
- | `hsla_list` | 50,50%,55%,0.41, 243,79%,36%,0.81, 26,53%,10%,0.59 |
799
- | `name` | aqua, violet, steelblue |
800
- | `rgb_array` | 244, 5, 41, 180, 242, 153, 12, 75, 44 |
801
- | `rgb_list` | 222,122,159, 103,98,237, 98,79,8 |
802
- | `rgba_array` | 146, 187, 111, 0.68, 17, 159, 107, 0.94, 203, 176, 244, 0.11 |
803
- | `rgba_list` | 170,210,159,0.66, 156,91,64,0.89, 76,83,125,0.37 |
972
+ | `hex_code` | 9fde89, acd7fb, 39129b |
973
+ | `hsl_array` | 230, 64%, 11%, 342, 96%, 59%, 39, 65%, 43% |
974
+ | `hsl_list` | 32,90%,65%, 110,75%,19%, 13,27%,78% |
975
+ | `hsla_array` | 356, 3%, 55%, 0.93, 279, 77%, 41%, 0.54, 299, 46%, 66%, 0.12 |
976
+ | `hsla_list` | 77,95%,83%,0.47, 1,81%,46%,0.22, 27,81%,99%,0.34 |
977
+ | `name` | lightcyan, darksalmon, beige |
978
+ | `rgb_array` | 251, 188, 246, 20, 186, 139, 40, 219, 145 |
979
+ | `rgb_list` | 197,219,248, 229,84,173, 136,120,230 |
980
+ | `rgba_array` | 107, 183, 138, 0.18, 168, 204, 63, 0.9, 240, 219, 108, 0.78 |
981
+ | `rgba_list` | 30,140,178,0.66, 81,8,44,0.27, 195,20,213,0.02 |
982
+
983
+ ## FFaker::ColorPL
984
+
985
+ | Method | Example |
986
+ | ------ | ------- |
987
+ | `name` | lawendowy, atramentowy, porcelanowy |
804
988
 
805
989
  ## FFaker::ColorUA
806
990
 
807
991
  | Method | Example |
808
992
  | ------ | ------- |
809
- | `name` | багряний, темно-каштановий, блакитно-фіолетовий |
993
+ | `name` | ніжно-рожевий, яскраво-бірюзовий, блаватний |
810
994
 
811
995
  ## FFaker::Company
812
996
 
813
997
  | Method | Example |
814
998
  | ------ | ------- |
815
- | `bs` | synergize distributed e-tailers, transform interactive models, transform dot-com portals |
816
- | `catch_phrase` | Cross-group methodical migration, Versatile 5th generation database, Customer-focused tangible forecast |
817
- | `name` | Brekke Inc, Schmitt-Howe, Price-Prosacco |
818
- | `position` | Sales Director, Executive Department Director, Assistant Consultant |
819
- | `suffix` | LLC, Inc, Group |
999
+ | `bs` | architect cutting-edge markets, maximize impactful platforms, evolve granular eyeballs |
1000
+ | `catch_phrase` | Ergonomic homogeneous productivity, Synergized discrete knowledge base, Customizable background help-desk |
1001
+ | `name` | Simonis, Williamson and Watsica, Abshire-Spinka, Kuhlman Inc |
1002
+ | `position` | Finance Manager, General Corporate Manager, Finance President |
1003
+ | `suffix` | and Sons, Inc, LLC |
820
1004
 
821
1005
  ## FFaker::CompanyCN
822
1006
 
823
1007
  | Method | Example |
824
1008
  | ------ | ------- |
825
- | `name` | 政绮电器公司, 紫钰科技有限公司, 江吟咨询有限公司 |
826
- | `suffix` | 公司, 公司, 公司 |
827
- | `type` | 咨询, 食品, 咨询 |
1009
+ | `name` | 屏宜科技公司, 白铭电器有限公司, 茜彦食品有限公司 |
1010
+ | `suffix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1011
+ | `type` | 食品, 咨询, 电器 |
1012
+
1013
+ ## FFaker::CompanyFR
1014
+
1015
+ | Method | Example |
1016
+ | ------ | ------- |
1017
+ | `name` | Millet-Pinto, Normand-Meyer, Dumas, Labbe and Lebrun |
1018
+ | `siren` | 495096190, 050986290, 426425440 |
1019
+ | `siret` | 57373882000800, 36266735000080, 44253345000330 |
1020
+ | `suffix` | et fils, SARL, Groupe |
828
1021
 
829
1022
  ## FFaker::CompanyIT
830
1023
 
831
1024
  | Method | Example |
832
1025
  | ------ | ------- |
833
- | `name` | Martinez s.n.c., Canella e Martinez S.p.a., Casà S.p.a. |
834
- | `prefix` | Studio Tecnico, Studio Legale, Studio Legale |
835
- | `suffix` | S.p.a., s.r.l., S.p.a. |
1026
+ | `name` | Messineo e Martinez Architetti, Laboratorio Messina, Studio Legale Sabatino |
1027
+ | `partita_iva` | 59739830681, 61169080217, 90423000646 |
1028
+ | `prefix` | Studio Legale, Studio Tecnico, Laboratorio |
1029
+ | `suffix` | Avvocati, S.p.a., Architetti |
1030
+
1031
+ ## FFaker::CompanyJA
1032
+
1033
+ | Method | Example |
1034
+ | ------ | ------- |
1035
+ | `name` | 垣石銀行, 対馬株式会社, 有限会社上間 |
1036
+ | `position` | 契約社員, 部長, 課長 |
836
1037
 
837
1038
  ## FFaker::CompanySE
838
1039
 
839
1040
  | Method | Example |
840
1041
  | ------ | ------- |
841
- | `name` | Torp-Stark, Pollich, Cronin och Jenkins, Turner-Gutmann |
842
- | `suffix` | Aktiebolag, AB, Aktiebolag |
1042
+ | `name` | Bergnaum-Bode Ab, Ankunding-Jaskolski AB, Hessel Ab |
1043
+ | `suffix` | Aktiebolag, Ab, AB |
843
1044
 
844
1045
  ## FFaker::Conference
845
1046
 
846
1047
  | Method | Example |
847
1048
  | ------ | ------- |
848
- | `name` | Open Networking Summit 2012, 1st UK Festival de Orquestas, Carbon Markets Mexico Central America |
1049
+ | `name` | Datacentre Investment Forum, Dealing With Harassment in the Workplace - HR Webinar By ComplianceOnline, Health 2.0 Europe 2012 |
849
1050
 
850
1051
  ## FFaker::CoursesFR
851
1052
 
@@ -856,1073 +1057,1491 @@
856
1057
 
857
1058
  | Method | Example |
858
1059
  | ------ | ------- |
859
- | `code` | VND, XAU, NGN |
860
- | `name` | Rial Omani, Barbados Dollar, Bermudian Dollar (customarily known as Bermuda Dollar) |
1060
+ | `code` | KHR, MXN, CNY |
1061
+ | `name` | Baht, Cape Verde Escudo, Boliviano Mvdol |
1062
+ | `symbol` | ¥, €, $ |
861
1063
 
862
1064
  ## FFaker::DizzleIpsum
863
1065
 
864
1066
  | Method | Example |
865
1067
  | ------ | ------- |
866
- | `characters` | fxh9yw5v0ca9zcovg761cfb7kjytrysr6y1aptnspdaoja70lsie1lhq93aomt4ixxo1t0s04s0mtrobohtispzu292auoyiekvilfl04yp6baulo2zq40vtdgun5y395kys0kmc42jw0nzef1wvuj4ske4dimkmf307d5dw07yeerqfc3zyb9h95ag0r6cmy2pqoaz6998osw5sd4gt1yk93ou2w4ce0bceb8alyp6uil2h1b5bvjxhg5jtmle, etgby6lxmm1x9imrsxej2wnndk1w4zbo4yetdm7s4264bww4vglhl94vz32859adu5lsx4plig8oeqjnzk2ytw523et7r79x61kvuz32sgskh7f62rzvx6moqj85rkzkyw94u1656jvd29oyv3fu5i35ya5d64x13hhg9i767n25bjaiwzglt5c7ogbc00a4a8z5f6l5umt2a1mb6y0j0o89ncyb7ob4plbixcn0uswvenkxkvd8rckrjpp5eex, tqyd6uob1yxfnnbcn0ze6jpltnuffetlt6pdaze1m33ckhe4dagd2ieo4336ivlwk5qpa55bbic1zu8bmzodah800b5ovum6assrl3655lmqogzzvy0qer9l4gcdx2pywb8yshdo2084ym2e9v45h36yjkfs31dz7b4bgdd6mpsfaiqewdnj9x5kpzwkgense6e7i5x865ek2js8yitmjtrh90zlotqyjl3d6azpc42jw0oexxjssg7u72iqo95 |
867
- | `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. |
868
- | `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. |
869
- | `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. |
870
- | `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. |
871
- | `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. |
872
- | `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. |
873
- | `word` | recognize, the dopest, in tha hizzle |
874
- | `words` | for the hustlers, nothing can save ya, rizzoad, fo rizzle, eighty degrees, it's 1993, fo shizzle, Mr. Buckwort, in tha hizzle |
1068
+ | `characters` | mx0ojz2xdz5kys1fc23ykp46xvixbe4yy9ckqbdffbo6ckzoppjt2hnelaz89qia6w6apspfjo8jquexq72rl3r4uvky290f4ohvzv2f9x46qbic4a2o3taph877vi5jqmjybwklvl1i1lbfzp9dgyq46ss9u802anixo5lc71hlxk4l653qg35vneip2z3weo59hzlqj1jjhm8lf6q5dx96yyc3uin8masikqy6dheqznokth7yxmqjrs3l6vr, 7slmi9aeksmoki09piokeho2fhsgc3bi1sr639rxj4q1k58cpdp28xhikmex3rxvlb3q39gnpojwv9c7wovzptxbyqj3ljaecp5gbc1ajeipgxlzfuohhz9mm6ms7qavupdud51yxz379dx1d3f7ybc0ru6hm9u6fxy6iio9gx6qc0pjv2wxh8od0nbboxyemvod888af8tijp4w9x8ba7wwcdr7ys75mqf3q9dg0xlzd740f3muu4y6o3zedvo, l8cywbttv95nn7k1zap85t9jcfltfxx01pngf2j7oloh759n325rc731filoi8m7e1e332m3vdxq4plwuea7wdxaxxi3m39q6ukyncqv8jc476t9ksskvzut8kdp2l77ngtboeopnl2hxrwq1e6gisc1bs49tpcesy130rwsiqxgmze4x52lpqie0rwjg0a9f82835wnb61fyg6awtc7hp8rx4a7dazvibsy50035eo1fih3sxar3husdzcx3ti |
1069
+ | `paragraph` | Every single one smokin' weed through all the drama rizzoad tha shiznit guess what? realness. Bubbles in the tub bionic rolling down the street recognize Coupe de Ville your chrome nothing can save ya. In tha hizzle used to sell loot I love my momma Snoop through all the drama make a few ends realness the diggy your chrome., I love my momma eighty degrees the diggy like every single day your chrome tha shiznit. Mr. buckwort if the ride is more fly, then you must buy hizzouse televizzle make a few ends Coupe de Ville through all the drama at ease. In tha hizzle zig zag smoke used to sell loot drizzle tha shiznit guess what? rolling down the street hizzouse., It's 1993 for the Gs roll with with my mind on my money and my money on my mind the diggy laid back. Rizzide real deal Holyfield with my mind on my money gizzo bubbles in the tub now I'm on parole I love my momma. Recognize Long Beach and my money on my mind the dopest Snoopy you talk too much. Gold chain roll with it's 1993 with my mind on my money the diggy laid back Long Beach everybody got they cups. Gizzo the dopest now I'm on parole the LBC zig zag smoke tha dizzle bubbles in the tub guess what? Snoop. |
1070
+ | `paragraphs` | Nasty fo rizzle smokin' weed gold chain in tha hizzle for the Gs and my money on my mind for the hustlers fo shizzle. Every single one eighty degrees drizzle smokin' indo roll with realness put ya choppers up. Tha shiznit fo rizzle fizzle bionic drop it like it's hot realer roll with Coupe de Ville real deal Holyfield. Snoop the Dogg Pound the diggy the Magic Johnson of rap tha shiznit. Guess what? rolling down the street if the ride is more fly, then you must buy real deal Holyfield Snoop why is you Long Beach., At ease if you was me and I was you the Dogg Pound Mr. Buckwort realer laid back. Bubbles in the tub now I'm on parole Long Beach Snoopy Coupe de Ville zig zag smoke the LBC why is you fizzle. Televizzle may I how we do it real deal Holyfield nasty. And my money on my mind smokin' weed rizzoad used to sell loot gizzo put ya choppers up in tha hizzle., With my mind on my money for the Gs pizzle the S oh yes realer every single one the dopest. Zig zag smoke may I the dopest smokin' indo make a few ends. I love my momma real deal Holyfield the LBC gold chain pizzle rolling down the street tha dizzle., Fo rizzle televizzle put ya choppers up the dopest and my money on my mind zig zag smoke eighty degrees the LBC. Rizzide it's 1993 drizzle Coupe de Ville Doggfada Snoopy if the ride is more fly, then you must buy. May i like every single day Long Beach how we do it pizzle., Guess what? roll with feel the breeze fo shizzle televizzle fizzle hizzouse the Magic Johnson of rap drop it like it's hot. Smokin' weed now I'm on parole nasty feel the breeze plizzay rizzoad fo rizzle Doggfada. Your chrome you talk too much waddup why is you Snoopy., Gold chain roll with and my money on my mind you talk too much used to sell loot realness. Nothing can save ya rolling down the street if the ride is more fly, then you must buy may I it's 1993. For the gs real deal Holyfield zig zag smoke every single one bubbles in the tub realness. Pizzle it's 1993 the Magic Johnson of rap every single one for the Gs the Dogg Pound you talk too much guess what? laid back., Doggfada why is you in tha hizzle your chrome now I'm on parole with my mind on my money for the hustlers real deal Holyfield. In tha hizzle with my mind on my money zig zag smoke nothing can save ya rolling down the street real deal Holyfield may I roll with. Guess what? nothing can save ya used to sell loot rizzoad fizzle eighty degrees gold chain the LBC. May i with my mind on my money fo rizzle smokin' weed pizzle if the ride is more fly, then you must buy. Make a few ends the diggy gizzo your chrome Doggfada like every single day realer televizzle., Bionic hizzouse through all the drama laid back at ease for the Gs drop it like it's hot Snoopy realer. Sippin' on gin and juice if the ride is more fly, then you must buy everybody got they cups Doggfada rizzoad realness for the Gs. Every single one in tha hizzle used to sell loot why is you now I'm on parole bubbles in the tub Long Beach the LBC. Long beach you talk too much smokin' weed for the Gs and my money on my mind fo shizzle guess what? waddup. Nothing can save ya smokin' indo realness the S oh yes Snoop in tha hizzle., Nasty put ya choppers up the LBC the Dogg Pound smokin' indo gizzo. If the ride is more fly, then you must buy in tha hizzle recognize the LBC used to sell loot. Drizzle Mr. Buckwort gold chain drop it like it's hot tha dizzle zig zag smoke recognize. |
1071
+ | `phrase` | Everybody got they cups gold chain feel the breeze pizzle rolling down the street sippin' on gin and juice put ya choppers up may I bubbles in the tub., How we do it gold chain Doggfada televizzle through all the drama fo shizzle real deal Holyfield., Real deal holyfield feel the breeze how we do it Mr. Buckwort bubbles in the tub. |
1072
+ | `phrases` | Mr. buckwort put ya choppers up the diggy fizzle may I., If you was me and i was you the Dogg Pound the Magic Johnson of rap feel the breeze how we do it bubbles in the tub with my mind on my money the LBC your chrome., Hizzouse sippin' on gin and juice tha dizzle rizzoad recognize pizzle the dopest., Waddup used to sell loot how we do it realer realness guess what? rizzoad gizzo., The dopest waddup the Magic Johnson of rap used to sell loot Coupe de Ville drop it like it's hot rizzide., Rolling down the street nothing can save ya the Dogg Pound drop it like it's hot bionic how we do it pizzle roll with guess what?., And my money on my mind the Dogg Pound like every single day roll with make a few ends the diggy every single one it's 1993., Recognize with my mind on my money sippin' on gin and juice the Dogg Pound the LBC Doggfada Snoop tha dizzle., And my money on my mind the dopest I love my momma how we do it eighty degrees laid back. |
1073
+ | `sentence` | Zig zag smoke drop it like it's hot gizzo everybody got they cups recognize., Fo rizzle for the hustlers the LBC fizzle nothing can save ya gizzo., At ease put ya choppers up if the ride is more fly, then you must buy smokin' indo the Dogg Pound if you was me and I was you. |
1074
+ | `sentences` | Plizzay at ease you talk too much every single one drop it like it's hot it's 1993 the Magic Johnson of rap sippin' on gin and juice., Real deal holyfield pizzle guess what? may I everybody got they cups make a few ends for the hustlers., Bionic nothing can save ya if the ride is more fly, then you must buy the diggy drop it like it's hot Mr. Buckwort plizzay in tha hizzle for the hustlers., Realness Snoop the diggy everybody got they cups through all the drama rizzoad Coupe de Ville put ya choppers up waddup., Recognize fizzle Coupe de Ville Snoopy if the ride is more fly, then you must buy realness for the Gs Long Beach., It's 1993 rizzide smokin' indo everybody got they cups nothing can save ya smokin' weed put ya choppers up laid back., The lbc Mr. Buckwort your chrome smokin' weed you talk too much Snoopy through all the drama recognize pizzle., Your chrome Doggfada if you was me and I was you televizzle Mr. Buckwort rizzoad pizzle the S oh yes., Nothing can save ya gold chain televizzle Snoop rolling down the street everybody got they cups now I'm on parole like every single day if the ride is more fly, then you must buy. |
1075
+ | `word` | roll with, everybody got they cups, rizzide |
1076
+ | `words` | bubbles in the tub, the Dogg Pound, if the ride is more fly, then you must buy, drizzle, and my money on my mind, for the Gs, feel the breeze, Doggfada, the Dogg Pound |
875
1077
 
876
1078
  ## FFaker::Education
877
1079
 
878
1080
  | Method | Example |
879
1081
  | ------ | ------- |
880
- | `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 |
881
- | `degree_short` | MPharm in Political Accountancy, BCom in Political Education, DMus in Financial Architecture |
882
- | `major` | Business Philosophy, Business Production, Political Philosophy |
883
- | `school` | Northcrest College, Windridge School, Kentucky Institution of Science |
884
- | `school_generic_name` | Southwood, Rivercoast, Tennessee |
885
- | `school_name` | Northridge, Redpoint, Larkspur |
1082
+ | `degree` | Doctor of Education in Financial Production, Master of Military Art and Science in Medical Development, Bachelor of Science in Computer Science in Financial Studies |
1083
+ | `degree_short` | MCom in Financial Economics, BCA in Business Production, BS in Business Accountancy |
1084
+ | `major` | Business Engineering, Systems Accountancy, Political Education |
1085
+ | `school` | Tennessee National College, Greenshore Academy of Economics, Whitewell College of Philosophy |
1086
+ | `school_generic_name` | Rhode Island, Texas, Larkcoast |
1087
+ | `school_name` | Southpoint, Riverside, Hillside |
1088
+
1089
+ ## FFaker::EducationCN
1090
+
1091
+ | Method | Example |
1092
+ | ------ | ------- |
1093
+ | `degree` | 理学博士, 文学学士, 经济学硕士 |
1094
+ | `location` | 华中, 西南, 德宏州 |
1095
+ | `major` | 生物信息学, 阿拉伯语, 救助与打捞工程 |
1096
+ | `school` | 永州科技学院, 东北大学, 西北电子科技学院葫芦岛分校 |
886
1097
 
887
1098
  ## FFaker::Filesystem
888
1099
 
889
1100
  | Method | Example |
890
- | ------- | ------- |
891
- | `extension` | flac mp3 wav bmp gif jpeg jpg png tiff css csv html js json txt mp4 avi mov webm doc docx xls xlsx |
892
- | `mime_type` | application/atom+xml application/ecmascript application/EDI-X12 application/EDIFACT application/json application/javascript application/ogg |
893
- | `file_name` | directory/path/to/filename.jpg |
1101
+ | ------ | ------- |
1102
+ | `directory` | qui/facere/quis, nesciunt/numquam/dolor, iste/veritatis/perspiciatis |
1103
+ | `extension` | pdf, flac, webm |
1104
+ | `file_name` | et/provident/sequi/possimus.flac, illo/aliquid/quia/iste.html, consequatur/non/quasi/eaque.txt |
1105
+ | `mime_type` | video/x-flv, text/cmd, image/jpeg |
894
1106
 
895
1107
  ## FFaker::Food
896
1108
 
897
1109
  | Method | Example |
898
1110
  | ------ | ------- |
899
- | `fruit` | Blackcurrant, Currant, Passionfruit |
900
- | `herb_or_spice` | Anise Seed, Pepper, Bay Leaf |
901
- | `ingredient` | Apricot, Gooseberry, Duck |
902
- | `meat` | Calf liver, Beef, Partridge |
903
- | `vegetable` | Orache, Horseradish, Bamboo shoot |
1111
+ | `fruit` | Blueberry, Strawberry, Rock melon |
1112
+ | `herb_or_spice` | Bar-B-Que Spice, Hickory Salt, Allspice |
1113
+ | `ingredient` | Emu, Lamb, Nutmeg |
1114
+ | `meat` | Rabbit, Liver, Ham |
1115
+ | `vegetable` | Courgette flowers, Water caltrop, Lagos bologi |
1116
+
1117
+ ## FFaker::FoodPL
1118
+
1119
+ | Method | Example |
1120
+ | ------ | ------- |
1121
+ | `diary` | jogurt, śmietanka, kefir |
1122
+ | `fermented` | natto, czekolada, wino |
1123
+ | `food` | kombucza, gałka muszkatołowa, oregano |
1124
+ | `fruit` | banan, grejpfrut, wiśnie |
1125
+ | `herb` | szałwia, majeranek, lawenda |
1126
+ | `meat` | drób, jagnięcina, konina |
1127
+ | `preserves` | syrop, musztarda, pesto |
1128
+ | `processed` | parmezan, czekolada, maślanka |
1129
+ | `spice` | pieprz czarny, lukrecja, kozieradka |
1130
+ | `unprocessed` | kminek, figa, burak |
1131
+ | `vegetable` | brokuł, ziemniak, kapusta pekińska |
1132
+
1133
+ ## FFaker::FreedomIpsum
1134
+
1135
+ | Method | Example |
1136
+ | ------ | ------- |
1137
+ | `characters` | ot0ha75dg37zksu44zfybn5ggqb5k4c2maxqyxfxi998zvapz50dmc2cc6uhaedit2b129b2cr25tb1wgsdrn23cf4mnebghjmradwq1uzwld220ih890wiwsuk4ohbse7p45k8a8bacu3nym9owdm4mvwlurkerbazc55yevy57lts2u5fd73sehnz1u129r0npeu92epz3yeseqd5s59j8fkfmpzh00obaw9948tcxtne13ecvpragtlqnkz1, wt4z8jxka6a99fekag1qzpj81p1uxqi8kfctshdzrpu68ekvldkz6ta8f7d5isqrw38ea71tr0c34fqctr4htvwyzhrb6ltty97vvjn29w3gbudv931mrmvs34gnfjw81kcg018z9td5tqade5f1enmcjp6sziut3epyrw165fuesfl79a85tjps1o36g4wybhrqyx0n4khbrmb6n3hizay939hzydpvum81i3e3aey3l44m8f6bb8o961vluwo, emc8aq8me5882ey1tv32yyf661fe68xxcx9lhxu6lwf1ty1o2eeusgkav251x1wjujmyp5ypdgb2qrjh1ccxf215r563zxfooak5imk2dgkov1mdwknvqfqaamhatu0wfmt8meu7l31ystocxm0vbt20awqmim3li99p0uljmmkodgb1dh3ip3jmvva50uyljwkhpkzt64hs8kxm3kmk4me6kff3dpgten3wolrvsfz0sguoli6go67p4xygios |
1138
+ | `paragraph` | Truthers XXXL Nashville Mega-Stuf Oreos ESPN2 DVD Star-Spangled Banner independence. Fbi cia nsa weekends Fox News stars and stripes Chuck Norris. Corporations constitutional rights bacon cheeseburgers milkshakes Chuck Norris Nashville truthers. Mud flaps 7-Eleven Mount Rushmore MGD Chuck Norris twinkies Championship Pro Bass Fishing 85oz soda Texas., Bald eagles fireworks MOPAR extra-large stock market NASA television Checkers DiGiorno. Wal-mart Dale Earnhardt Jr DiGiorno Championship Pro Bass Fishing drive-thru Branson Missouri cheese-stuffed truthers. Slurpees sweatpants Hanes boxer briefs drone strike monster truck rally Mount Rushmore. Crunch-tastic Costco USA-4-Life-Bro Garth Brooks voting cheese-stuffed Mega-Stuf Oreos. Condiments low gas prices Applebee's Bud heavy tall-boy foreign policy., Southwest breakfast burrito more bullets elections truthers weekends low gas prices. Gigantic Applebee's patriotic no-terrorist-zone commies get out of my country truck nuts Home Depot malls explosions. 85oz soda Branson Missouri corporations CSI: Miami congress DVD Arnold Schwarzenegger. Van halen dual-wielded machine guns voting elections Medal of Honor crunch-tastic. |
1139
+ | `paragraphs` | Dale earnhardt jr voting explosions extra-large cheese-stuffed NASCAR Applebee's consumerism MGD. Tomahawk cruise missile Applebee's milkshakes Championship Pro Bass Fishing cheese-stuffed potato salad Costco fireworks. Bald eagles patriotic gigantic DiGiorno stock market Michael Bay movies better dead than red. Enemies of freedom milkshakes fireworks extra pulled pork commies get out of my country Texas truck nuts. Mount rushmore CNN hot dogs bigger freedom fries twinkies., Democracy DiGiorno potato salad exploding Star-Spangled Banner bald eagles Arnold Schwarzenegger velcro. Harley davidson WMD voting corporations hot dogs Uncle Sam Branson Missouri extra value meal. Slurpees ESPN2 microwaved border wall gigantic BBQ low gas prices. Nashville Dale Earnhardt Jr Hot Pockets cholesterol 85oz soda the economy exploding. Independence more bullets red white and blue Disney World Starbucks consumerism border wall., Chuck norris foreign policy USA-4-Life-Bro super bowl automatic rifle bald eagles. Mega-stuf oreos Bud heavy tall-boy Texas Medal of Honor Proud To Be An American extra-large second amendment rights. Low gas prices patriotic Die Hard 2: Die Harder Mount Rushmore lunchables WMD., Truthers ESPN2 MGD John Wayne lunchables Applebee's drone strike slurpees. Dual-wielded machine guns CSI: Miami lunchables milkshakes Garth Brooks no-terrorist-zone. Elections online multiplayer extra beef Michael Bay movies Dallas Cowboys monster truck rally WMD Hanes boxer briefs crispy chicken strips. Directv commies get out of my country 3D Blu-Ray the government independence., Michael bay movies country-fried Wal-Mart fireworks Home Depot. Stock market NASCAR crispy chicken strips MOPAR God Bless America NASA. John cena John Wayne Lynyrd Skynyrd bigfoot Hanes boxer briefs congress Garth Brooks slurpees Michael Bay movies. Digiorno microwaved weekends freedom mud flaps potato salad WMD drone strike velcro. Tgif Bud heavy tall-boy pickup trucks Hanes boxer briefs FBI CIA NSA SUVs low gas prices RoboCop liberty., Stars and stripes exploding SUVs Starbucks anti-metric system. Gigantic tomahawk cruise missile second amendment rights freedom fries 74-inch HDTV Branson Missouri national security. Wmd Van Halen propane tanks potato salad extra pulled pork shopping weekends second amendment rights. Nuclear-powered aircraft carrier bald eagles TGIF bacon cheeseburgers online multiplayer jean shorts red white and blue Wal-Mart DVD., Liberty Harley Davidson supreme court ruling apple pie bigfoot the economy chili cheese fries NASCAR. Liberty Hanes boxer briefs freedom fries Lynyrd Skynyrd Garth Brooks stock market Starbucks. Monster truck rally super-size extra value meal freedom fries national security Die Hard 2: Die Harder cheese-stuffed microwaved. Directv extra-large sweatpants national security cholesterol Star-Spangled Banner CNN Hot Pockets., Anti-metric system bacon cheeseburgers red white and blue Championship Pro Bass Fishing WMD. Consumerism 7-Eleven cheese-stuffed Applebee's second amendment rights. Pro-wrestling congress fireworks drone strike 85oz soda commies get out of my country the economy corporations. Dale earnhardt jr cheese-stuffed Texas 3D Blu-Ray extra pulled pork., Star-spangled banner extra pulled pork Harley Davidson Van Halen ESPN2. Credit cards Dallas Cowboys the economy extra-large propane tanks Bud heavy tall-boy. Better dead than red Bud heavy tall-boy juicy flame-grilled more bullets malls 3D Blu-Ray nuclear-powered aircraft carrier. |
1140
+ | `phrase` | John wayne extra value meal Dallas Cowboys Proud To Be An American 3D Blu-Ray RoboCop Philly cheesesteak juicy flame-grilled., Explosive country-fried John Wayne Mega-Stuf Oreos Van Halen Dallas Cowboys., Drive-thru Nashville Hanes boxer briefs Dallas Cowboys Mountain Dew CNN XXXL controversial. |
1141
+ | `phrases` | Robocop Die Hard 2: Die Harder independence voting NASA Harley Davidson Starbucks exploding controversial., Television NASCAR controversial fighter jets Applebee's drone strike mission accomplished twinkies bigger., Xxxl Dale Earnhardt Jr elections juicy flame-grilled malls Mountain Dew 18-wheeler the economy better dead than red., Malls explosions independence extra-large MOPAR commies get out of my country freedom red white and blue., Die hard 2: die harder Applebee's Mount Rushmore Chuck Norris jean shorts Michael Bay movies Championship Pro Bass Fishing DVD., 85oz soda condiments pickup trucks BBQ God Bless America DirecTV exploding shock and awe Costco., Supreme court ruling Checkers Costco patriotic gigantic lunchables country-fried God Bless America fighter jets., Propane tanks truck nuts independence Checkers Bud heavy tall-boy better dead than red., Drive-thru gigantic Championship Pro Bass Fishing supreme court ruling liberty. |
1142
+ | `sentence` | Fox news truck nuts liberty TGIF pickup trucks truthers., Automatic rifle better dead than red weekends Hot Pockets FBI CIA NSA BBQ drive-thru congress., Truck nuts extra pulled pork Harley Davidson no-terrorist-zone fighter jets extra beef pickup trucks automatic rifle. |
1143
+ | `sentences` | Drive-thru Star-Spangled Banner truthers Michael Bay movies Mount Rushmore., The economy second amendment rights cheese-stuffed Denny's Grand Slam Breakfast patriotic., Boneless buffalo wings CNN dual-wielded machine guns malls Wal-Mart., Dallas cowboys Harley Davidson border wall SUVs John Wayne patriotic 3D Blu-Ray., Mission accomplished NASA constitutional rights Harley Davidson 74-inch HDTV extra value meal chili cheese fries extra-large., Tomahawk cruise missile Proud To Be An American Dallas Cowboys sweatpants more bullets., Super bowl jean shorts super-size Home Depot elections., Television extra pulled pork monster truck rally huge super bowl MOPAR tomahawk cruise missile wanted dead or alive., Hot dogs more bullets juicy flame-grilled the media NASA. |
1144
+ | `word` | John Cena, velcro, hot dogs |
1145
+ | `words` | Chuck Norris, God Bless America, enemies of freedom, stars and stripes, exploding, democracy, truthers, extra pulled pork, redwood |
1146
+
1147
+ ## FFaker::Game
1148
+
1149
+ | Method | Example |
1150
+ | ------ | ------- |
1151
+ | `category` | American Civil War, Vietnam War, Maze |
1152
+ | `mechanic` | Action Points, Force Commitment, Ladder Climbing |
1153
+ | `title` | Sleeping Ninjas, I Married a Black Ninjas, Blue Gods |
904
1154
 
905
1155
  ## FFaker::Gender
906
1156
 
907
1157
  | Method | Example |
908
1158
  | ------ | ------- |
909
- | `maybe` | female, male, male |
910
- | `random` | male, male, female |
911
- | `sample` | female, female, female |
1159
+ | `binary` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1160
+ | `maybe` | agender, bi-gender, androgyne |
1161
+ | `random` | female, non-binary, bi-gender |
1162
+ | `sample` | non-binary, female, agender |
912
1163
 
913
1164
  ## FFaker::GenderBR
914
1165
 
915
1166
  | Method | Example |
916
1167
  | ------ | ------- |
917
- | `maybe` | masculino, feminino, masculino |
918
- | `random` | masculino, feminino, masculino |
919
- | `sample` | feminino, feminino, masculino |
1168
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1169
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1170
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
920
1171
 
921
1172
  ## FFaker::GenderCN
922
1173
 
923
1174
  | Method | Example |
924
1175
  | ------ | ------- |
925
- | `maybe` | 女, 女, |
926
- | `random` | 男, 男, |
927
- | `sample` | 男, 女, |
1176
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1177
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1178
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1179
+
1180
+ ## FFaker::GenderID
1181
+
1182
+ | Method | Example |
1183
+ | ------ | ------- |
1184
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1185
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1186
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1187
+
1188
+ ## FFaker::GenderIT
1189
+
1190
+ | Method | Example |
1191
+ | ------ | ------- |
1192
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1193
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1194
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1195
+
1196
+ ## FFaker::GenderJA
1197
+
1198
+ | Method | Example |
1199
+ | ------ | ------- |
1200
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1201
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1202
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1203
+
1204
+ ## FFaker::GenderJP
1205
+
1206
+ | Method | Example |
1207
+ | ------ | ------- |
1208
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1209
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1210
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
928
1211
 
929
1212
  ## FFaker::GenderKR
930
1213
 
931
1214
  | Method | Example |
932
1215
  | ------ | ------- |
933
- | `maybe` | 녀, 녀, |
934
- | `random` | 녀, 남, |
935
- | `sample` | 녀, 녀, |
1216
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1217
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1218
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1219
+
1220
+ ## FFaker::GenderPL
1221
+
1222
+ | Method | Example |
1223
+ | ------ | ------- |
1224
+ | `maybe` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1225
+ | `random` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1226
+ | `sample` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1227
+
1228
+ ## FFaker::GenderRU
1229
+
1230
+ | Method | Example |
1231
+ | ------ | ------- |
1232
+ | `binary` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1233
+ | `maybe` | женщина, мужчина, агендер |
1234
+ | `random` | мужчина, женщина, нонбайнари |
1235
+ | `sample` | нонбайнари, мужчина, агендер |
936
1236
 
937
1237
  ## FFaker::Geolocation
938
1238
 
939
1239
  | Method | Example |
940
1240
  | ------ | ------- |
941
1241
  | `boxed_coords`(..., ...) | |
942
- | `lat` | 40.7143394939935, 40.89505, 26.1793003082275 |
943
- | `lng` | -73.8842977517553, -122.012044535507, -115.327274645 |
1242
+ | `lat` | 39.9847861520773, 34.101011924908, 40.8831107806302 |
1243
+ | `lng` | -122.305764516646, -90.3760452270508, -73.048076 |
944
1244
 
945
1245
  ## FFaker::Guid
946
1246
 
947
1247
  | Method | Example |
948
1248
  | ------ | ------- |
949
- | `guid` | 28397075-661C-5FA1-7429-97F3CA4F84CA, 77141DDB-6781-E4F9-2958-2734DF2EEA79, A1340D48-03E0-5CAA-77D2-57ABACE59AA2 |
1249
+ | `guid` | 7DFD2BBD-1E6D-8C15-6C9D-2F8C4809C665, 37DEFF3F-97DF-B13F-7033-51ADB489E77D, 7349B213-EC5D-CDB4-84A1-DB92D0A3A533 |
1250
+
1251
+ ## FFaker::HTMLIpsum
1252
+
1253
+ | Method | Example |
1254
+ | ------ | ------- |
1255
+ | `a` | <a href="#eaque" title="Ipsam alias">Officiis dolor</a>, <a href="#alias" title="Voluptatum dignissimos">Aperiam repellat</a>, <a href="#modi" title="Ipsum nemo">Iusto error</a> |
1256
+ | `body` | <h1>Perferendis blanditiis</h1><p><sub>consectetur veritatis</sub> Quas accusamus nisi minima amet beatae. Ut nisi non laboriosam iste qui explicabo. Eligendi dicta debitis blanditiis placeat perferendis. Dignissimos aut adipisci totam aperiam eveniet rerum quas. Saepe suscipit dicta officia laboriosam blanditiis repudiandae. <strong>Explicabo modi</strong></p><table><thead><tr><th>Tempora</th><th>Ducimus</th><th>Quibusdam</th><th>Quod</th></tr></thead><tbody><tr><td>Eligendi</td><td>Culpa</td><td>Iusto</td><td><a href="#officia" title="Repudiandae quos">Quae aut</a></td></tr><tr><td>Aspernatur</td><td>Est</td><td>Recusandae</td><td><a href="#sit" title="Dolorum voluptatibus">Dolorem tempore</a></td></tr></tbody></table><h2>Et laboriosam</h2><ol><li>Nam nesciunt quia architecto quasi. Est consequatur reprehenderit natus harum asperiores doloribus alias.</li><li>Labore earum recusandae omnis aut commodi. Voluptatum ipsam maxime quis laborum inventore. Repellendus ex corporis voluptas recusandae eum quae doloremque blanditiis.</li></ol><blockquote><p>Cupiditate autem vitae error vel rem. Consequatur doloribus officia libero deleniti deserunt. Nam sapiente nihil et hic id delectus. Qui doloremque assumenda at quidem id. Totam nihil soluta quod dolores temporibus exercitationem magni.<br>Corporis soluta voluptatem accusamus accusantium. Id veritatis dolore quod quas earum unde. Facere accusamus eaque doloremque commodi. Quis praesentium eligendi est debitis at adipisci.<br>Temporibus ea beatae corrupti vel. Non sed praesentium modi delectus deleniti quod. Officiis eligendi quas quis illo ipsam quae mollitia. Adipisci magnam alias tempora quasi assumenda accusantium eum.</p></blockquote><h3>Esse rem</h3><ul><li>Eaque ullam et beatae odit. In deserunt a ad ab nemo hic maxime. Explicabo debitis magni ipsum incidunt voluptate.</li><li>Sint amet error repellendus illo nobis. Veritatis iure sequi mollitia ea id cum perspiciatis. Ducimus repellendus iusto ab quam enim.</li></ul><pre><code> #magnam h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Quisquam rem</h1><p><sup>atque ab</sup> <strong>Voluptates temporibus</strong> <em>Et unde ipsam nostrum excepturi natus assumenda libero adipisci. Molestiae exercitationem dolor eum unde. Voluptatum reiciendis minima ex sapiente voluptate. Repudiandae hic at repellat iure optio neque. Aspernatur a tempore id neque repellat suscipit facere.</em></p><p><a href="#corporis" title="Nobis aspernatur">Iste aliquid</a> <mark>Error nobis aut vitae laboriosam consectetur delectus id beatae. Sint sapiente veritatis tenetur maxime. Quos nobis repellendus reprehenderit vel illo quo aperiam provident.</mark> <ins>architecto laudantium</ins></p><table><thead><tr><th>Excepturi</th><th>Sit</th><th>Occaecati</th><th>Perspiciatis</th></tr></thead><tbody><tr><td>Aperiam</td><td>Delectus</td><td>Sunt</td><td><a href="#voluptatum" title="Tempora commodi">Id doloremque</a></td></tr><tr><td>Soluta</td><td>Aliquam</td><td>Dolore</td><td><a href="#blanditiis" title="Commodi quia">Soluta accusantium</a></td></tr></tbody></table><h2>Consequuntur illum</h2><ol></ol><blockquote><p>Cum earum tempore officia voluptas minus nisi atque repellendus. Alias optio tempora laudantium blanditiis nostrum aut voluptas. Maiores quae accusantium earum sed. Dolores qui aspernatur maiores eius asperiores.<br>Ullam mollitia provident aperiam perspiciatis quam dolores. Impedit itaque quaerat repudiandae modi cupiditate officiis nam quae. Odit fuga dolore corporis consequuntur mollitia ipsa culpa.<br>Accusamus veritatis autem odit debitis rem laboriosam non voluptatum. Distinctio explicabo veritatis dolorum culpa enim ea tempora. Animi inventore eveniet quo repudiandae minima dolorum. Itaque ab quibusdam harum ratione. Earum laboriosam deserunt non amet commodi ullam.</p></blockquote><h3>Voluptates temporibus</h3><ul></ul><pre><code> #quaerat h1 a { display: block; width: 300px; height: 80px; } </code></pre>, <h1>Quod recusandae</h1><p><strong>Error atque</strong> <sup>sed necessitatibus</sup> <code>recusandae dolorum</code></p><table><thead><tr><th>Dolorum</th><th>Odio</th><th>Repellendus</th><th>Assumenda</th></tr></thead><tbody><tr><td>Accusamus</td><td>Laborum</td><td>Quae</td><td><a href="#dicta" title="Facere perspiciatis">Ut doloribus</a></td></tr><tr><td>Ducimus</td><td>Totam</td><td>Libero</td><td><a href="#ea" title="Sapiente suscipit">Quaerat alias</a></td></tr></tbody></table><h2>Culpa exercitationem</h2><ol><li>Libero rerum et corporis assumenda aliquam recusandae. Repellendus minima sunt maiores impedit rem.</li><li>Optio autem eveniet dolore a voluptatum. Necessitatibus esse animi quibusdam similique veniam magni rem. Modi exercitationem libero nam recusandae.</li></ol><blockquote><p>Neque culpa ratione illum aspernatur nihil. Totam quidem ea dolore unde fugit adipisci rerum minima. Quibusdam incidunt in commodi repellendus. Ut ex at explicabo iure natus iusto. Voluptatem tenetur quas provident iste illum.<br>Autem temporibus et dolorem nihil totam. Amet animi praesentium velit voluptates harum. Repellendus veniam neque ea tempore occaecati quia. Ad fugit earum sequi ipsa molestias perferendis quis voluptates.<br>Saepe repellat quia voluptatibus quibusdam veniam. Explicabo autem dolor rerum nostrum doloribus consectetur deserunt natus. Veniam eius unde ullam temporibus. Quisquam ratione hic molestias a ipsam ducimus vitae eius. Maiores ullam aspernatur animi saepe blanditiis.</p></blockquote><h3>Unde alias</h3><ul><li>Ipsa nesciunt amet quibusdam nisi quos eligendi.</li><li>Eligendi placeat aut repellendus nemo consequuntur tempora. Nobis earum alias impedit fugit blanditiis tempore eos laudantium.</li><li>Quos cum dolor a voluptatum quas dolorum molestiae blanditiis. Dignissimos amet est non laudantium molestias repudiandae doloribus. Quidem mollitia consequatur quod libero molestias voluptas.</li></ul><pre><code> #aperiam h1 a { display: block; width: 300px; height: 80px; } </code></pre> |
1257
+ | `dl` | <dl><dt>Maiores</dt><dd>Distinctio qui iste laudantium quaerat accusamus nesciunt minus. Ipsam exercitationem praesentium accusamus dicta aliquam.</dd><dt>Ad</dt><dd>Fugit sit similique illo dolorem aliquid. Optio est unde aperiam laborum dolorem amet odit temporibus.</dd></dl>, <dl><dt>Veniam</dt><dd>Voluptate at provident dicta iure asperiores excepturi minima. Beatae eum amet occaecati id perferendis veniam sunt quis. Quidem quam est eum autem excepturi. Saepe ea libero nobis odit similique hic.</dd><dt>Maiores</dt><dd>Consequuntur sunt provident sit eaque. Facilis illum maxime cum provident. Repellat nam ullam nobis consectetur distinctio recusandae. Quaerat ipsam velit consequatur ex aperiam occaecati.</dd></dl>, <dl><dt>Vero</dt><dd>Maxime corporis et itaque alias magni accusamus recusandae. Recusandae voluptates id architecto at. Aliquam voluptatum id iusto nisi.</dd><dt>Cupiditate</dt><dd>Molestiae perspiciatis ratione omnis reiciendis possimus. At tempora tempore dolorum atque hic voluptatum officia molestiae. Quisquam laudantium facere accusantium iste aut ratione.</dd></dl> |
1258
+ | `fancy_string` | Nobis placeat nam cupiditate accusantium inventore. Sed fuga natus quod distinctio porro. A cum consectetur eius veniam odit incidunt ex inventore. <sup>magnam quis</sup> <del>pariatur fugit</del>, <sup>autem quidem</sup> <a href="#ut" title="Minus at">Accusamus sit</a> Quas molestiae accusamus accusantium distinctio minus eius dolores. Architecto saepe nostrum animi nemo maiores voluptas. In sequi minima dolorum eaque ab ipsa mollitia., <ins>debitis similique</ins> <code>corrupti non</code> <small>magni commodi</small> |
1259
+ | `ol_long` | <ol><li>Quae earum dicta recusandae atque laborum. Ratione porro et ipsam culpa beatae. Aperiam quaerat nobis aut assumenda. Porro tempora amet saepe vitae suscipit eos sequi unde.</li><li>Tempore illo fuga aliquid animi quasi beatae. Quos modi nemo est voluptate.</li><li>Tempora accusamus omnis dignissimos dolorum cum assumenda dolorem. Explicabo delectus rem ea harum est incidunt cupiditate vitae. Reiciendis inventore numquam sint illum. Soluta fugit ad beatae modi tempore quae dolorem.</li></ol>, <ol><li>Incidunt assumenda nulla magni laborum sit recusandae. Voluptatem libero dicta maxime repellendus.</li><li>Totam at itaque quas quam aliquam. Porro itaque consectetur doloribus voluptate voluptatum ad necessitatibus dolor.</li><li>Vel a dolor dicta tempora velit nam mollitia. Incidunt excepturi eaque dicta quibusdam laboriosam. At veritatis placeat rerum voluptas. Perspiciatis accusamus consectetur at corrupti facere.</li></ol>, <ol><li>Corporis neque quas suscipit voluptatem quisquam sed asperiores. Atque dolor excepturi repudiandae alias deleniti ea. Quidem modi ipsa laborum et.</li><li>Eos expedita illum beatae impedit facere maxime nam. Iure laborum accusamus soluta excepturi dignissimos dicta debitis.</li><li>Illo quaerat molestias eveniet quidem cumque. Animi nisi similique iure soluta eligendi illum culpa voluptatem.</li></ol> |
1260
+ | `ol_short` | <ol><li>Asperiores doloribus maxime magni natus odio.</li><li>Fuga pariatur nesciunt veritatis ipsum dolores.</li><li>Ipsum alias ut ducimus sapiente laudantium dolorem.</li></ol>, <ol><li>Fuga cumque quibusdam animi.</li><li>Enim reprehenderit nemo commodi veniam harum minima.</li><li>Quo beatae dolorem repudiandae.</li></ol>, <ol><li>Tempora sint eaque inventore ipsum nostrum.</li><li>Suscipit sequi enim repellendus corporis possimus.</li><li>Possimus magni earum maiores in quam sapiente.</li></ol> |
1261
+ | `p` | , , |
1262
+ | `table` | <table><thead><tr><th>Odio</th><th>Recusandae</th><th>Quos</th><th>Repellendus</th></tr></thead><tbody><tr><td>Cumque</td><td>Vero</td><td>At</td><td><a href="#delectus" title="Natus reiciendis">Ad explicabo</a></td></tr><tr><td>Nesciunt</td><td>Facilis</td><td>Voluptas</td><td><a href="#sed" title="Quis necessitatibus">Provident perferendis</a></td></tr><tr><td>Voluptatem</td><td>Quidem</td><td>Aut</td><td><a href="#quod" title="Culpa laudantium">Architecto cum</a></td></tr></tbody></table>, <table><thead><tr><th>Nulla</th><th>Sapiente</th><th>Saepe</th><th>Repellendus</th></tr></thead><tbody><tr><td>Excepturi</td><td>Nam</td><td>Animi</td><td><a href="#culpa" title="Consectetur consequuntur">Tenetur voluptatem</a></td></tr><tr><td>Cum</td><td>Molestiae</td><td>Odit</td><td><a href="#vel" title="Explicabo sint">Alias in</a></td></tr><tr><td>Dolor</td><td>Assumenda</td><td>Minus</td><td><a href="#eaque" title="Minus voluptates">Itaque dolores</a></td></tr></tbody></table>, <table><thead><tr><th>In</th><th>Doloribus</th><th>Alias</th><th>Quisquam</th></tr></thead><tbody><tr><td>Minus</td><td>Quasi</td><td>Quod</td><td><a href="#laboriosam" title="Dignissimos aspernatur">Ratione magnam</a></td></tr><tr><td>Eligendi</td><td>Quasi</td><td>Eligendi</td><td><a href="#perspiciatis" title="Qui velit">Repellat optio</a></td></tr><tr><td>Esse</td><td>Adipisci</td><td>Minima</td><td><a href="#pariatur" title="Dolorem similique">Laboriosam aliquid</a></td></tr></tbody></table> |
1263
+ | `ul_links` | <ul><li><a href="#eos" title="Incidunt">Porro</a></li><li><a href="#exercitationem" title="Ea">Minima</a></li><li><a href="#consequuntur" title="Sit">Modi</a></li></ul>, <ul><li><a href="#debitis" title="Perspiciatis">Sint</a></li><li><a href="#beatae" title="At">Cumque</a></li><li><a href="#rerum" title="Nulla">Provident</a></li></ul>, <ul><li><a href="#corporis" title="In">Modi</a></li><li><a href="#eaque" title="A">Corrupti</a></li><li><a href="#animi" title="Distinctio">Sapiente</a></li></ul> |
1264
+ | `ul_long` | <ul><li>Neque itaque facilis praesentium magni. Excepturi consequatur eius praesentium enim ducimus expedita iure illum. Est commodi suscipit beatae id neque. Temporibus tempore illo quos numquam pariatur exercitationem amet.</li><li>Quibusdam impedit aperiam nisi illo modi et hic neque. Dolore quae possimus repellendus culpa nemo.</li><li>Provident id reprehenderit officiis ratione. Molestias impedit deserunt accusamus nobis exercitationem. Sequi necessitatibus quidem nulla magni delectus. Beatae alias eveniet ipsa libero ipsum.</li></ul>, <ul><li>Amet enim tenetur sapiente cum laudantium adipisci natus. Dicta ex magni labore explicabo. Officia eaque autem quos quam blanditiis quibusdam.</li><li>Voluptatibus quae nam rem temporibus voluptates accusantium sit. Dicta corporis architecto cumque quia. Nostrum deserunt ab harum modi odit fugiat nulla consequatur. Laborum illo quibusdam veniam dolorem dolore libero.</li><li>Vitae eos eius nihil pariatur cumque. Maiores eligendi recusandae eos sit esse.</li></ul>, <ul><li>Ab consequuntur distinctio magni delectus. Delectus ea exercitationem repellat sint.</li><li>Officia accusantium harum et ex eveniet omnis. Beatae tempore facilis corporis debitis occaecati repudiandae veritatis commodi. Nemo officia quibusdam ullam culpa iusto ut blanditiis.</li><li>Vitae sint repudiandae totam quam ratione non. Quod mollitia perferendis officia in iste. Ipsa necessitatibus incidunt maxime nesciunt ratione nobis. Voluptate iure error in cum repellendus tempore voluptas eius.</li></ul> |
1265
+ | `ul_short` | <ul><li>Occaecati repellat illo reprehenderit ad.</li><li>Placeat eum mollitia.</li><li>Nesciunt repellat consequatur facilis.</li></ul>, <ul><li>Perspiciatis ut officia porro iusto iste non.</li><li>Alias dignissimos architecto dicta.</li><li>Soluta cum deleniti.</li></ul>, <ul><li>Commodi dolore cupiditate.</li><li>Laborum tenetur nobis cumque voluptatem molestias.</li><li>Veritatis necessitatibus suscipit.</li></ul> |
950
1266
 
951
1267
  ## FFaker::HealthcareIpsum
952
1268
 
953
1269
  | Method | Example |
954
1270
  | ------ | ------- |
955
- | `characters` | hx2rmj2q14nc2ghudlcnlu7yiegpm20o6ywfxwltkdea8jc8etjpx4872d1f20tihq1i8x2yshk056iuaz87vscqzmtm1182ocs53lmcloqffvn9496tlqkdsecaatai6iiz90vrezj3m9ehnwaufyuxymeej2zkre88a9gcw02wng9phvgt6l7efx1ubaz79ramjxdz9sdyqnbqfzoqgo887jt4s5ei0hzynxdjd4tailti8dih1rzm4bsinml, muwj7w1hu2rh0mt2gftwk36725t140gsp39zsgr2tcaf5i62ub5x6c4rupnyuxyqv3bye1wa74sz4wmh2685zb4ap4gmgsb9kiectnmrp863mgjh1dh1hkzbh0e8siwyfri9xqgsetl9wkwfnrn70u2qj4wzjn9g1o540eaxvzolq9omzz0cbxru3718p8nrt243unygi9airp96uqbic8iewywjxtgaviu0tybgykz79kacu76oa3cqgfnm51i, cvnwdp4rc3e7od7t63ud1wa8tcfyyhera7t07bho7e77z243toqloz38jolig89jf5w91ej79ow38rkpopkm8nsvunohn8yw4zkfbhpe4xffx3gb3am1hra2teyy46hc83012ldmjd6mi3bg0g2wlvk6riurfg08j6tl1bqg9gz5gna5a3csfzgp0w6ey04v232e57mofy7uhz41dsjdln11josed5gh1mttnkim2kz1umummremt1xkfc43e2j |
956
- | `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. |
957
- | `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. |
958
- | `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. |
959
- | `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. |
960
- | `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. |
961
- | `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. |
962
- | `word` | network provider, HCFA Common Procedure Coding System, third-party payer |
963
- | `words` | certificate of coverage, medical necessity, medicare supplement, medicare, national association of insurance commissioners, R&C charge, morbidity, managed care, limited policy |
1271
+ | `characters` | 9p60fa8jjwouffefhwhbopdfea4zyjmb5y4tkv3c9b6uebqqmurpixlqjta6pcpwhlreqavtcrn5p59omdkefgcppdi2jw9lxpb02d5lz8hs45ofp9segfr7u4v4ln5wi17zfjbob33qdzkmilwr07prk19rm8plmoulluo5o0xwuqmutsra0xbtxl91q7dr1c6cy4j0irggzub84jr4c5igw5v8hwmbhimb6f8pu8r4q7yyvjiczr4jypn36xw, na6y332m68riv2xiquclygfco75k5ursrfcu40m9nb3qojpll92pwwlo8k3wqxakzv48ov6ndfp2340jyeaq6dry8wqoo1jyp4dvwd2agpdc8za46is8fvymvuf1rms1hkil2t7os1w03qqo2h0tl0e4gf3e54v138vt293ihgc0yiuskp2jxbz6exkpj36qby2mnbm53fhdjxb7q1tuxnze450jcen8rntse2nvw1o1j30sxm90rjjw3i26kp4, gnvix0ror5lksgmvqfw3iu7mx0f5b7pjf9r52viwis889cfyjbi3qyrkszgfgfa3j0cdr15jhmj7bjoyyfv30icy4qkf3in58uzrnxfo4sfa34d57rieustrm0k3gs4lgc3cs3pz3aqyc5zhwiggnae7skqjre55z1nq3ps7npojr87j863ycyuzci9qeheqrnkg3a2vzwdfb0ptwp76167iiwh37yc64n3vkgx3ra021gc7rpu4l7h4t4gyegz |
1272
+ | `paragraph` | Preventive care third-party payer flexible benefit plan reasonable and customary renewal. Coordination of benefits permanent insurance hospital-surgical coverage prior authorization NCQA noncancellable policy attachment. High deductible health plan cost sharing admitting privileges current procedural terminology usual and customary charge EAPs qualifying event SIC., Medical necessity health reimbursement arrangement coordinated care guaranteed issue out-of-pocket maximum NDC disenroll. Credentialing special benefit networks fee schedule lifetime maximum disenroll health employer data and information set medically necessary. Pre-admission testing EAPs state-mandated benefits underwriting certificate of coverage attachment ancillary services guaranteed issue. Eob NCQA self-insured flexible spending account episode of care provider. Board certified provider NCQA pre-authorization formulary., Health care provider HDHP indemnity health plan guaranteed issue after care home health care third-party payer. Gatekeeper COBRA premium CPT claim medigap out-of-plan preventive care. Out-of-pocket costs explanation of benefits critical access hospital managed care creditable coverage claim any willing provider laws network provider. Coordinated care health savings account clinical practice guidelines waiting period hospice care preventive care discharge planning. Centers of excellence provider HIPAA HMO FSA. |
1273
+ | `paragraphs` | Special benefit networks guaranteed issue IPA ancillary services co-pay disenroll. Cobra administrative services only health maintenance organization coordinated care FSA out-of-pocket maximum eligible dependent. Hospital-surgical coverage misrepresentation state-mandated benefits special benefit networks COB HCPCS EAPs., Staff model medical necessity self administered HCPCS stop-loss provisions claim assignment of benefits. Out-of-pocket costs eligible dependent underwriting third-party payer impaired risk lifetime maximum cost sharing. Concurrent review international classification of diseases, 9th revision, clinical modification icd-9-cm group health plan ambulatory care HIPAA admitting physician. Open enrollment assignment of benefits health care provider board certified general agent co-pay certificate of coverage credentialing. International classification of diseases, 9th revision, clinical modification icd-9-cm insured HRA independent practice associations urgent care credentialing accumulation period hospital-surgical coverage case manager., Claim pre-authorization after care benefit EAPs appeal managed care beneficiary. Gag rule laws out-of-network national committee for quality assurance HDHP managed care national association of insurance commissioners provider. Health insurance portability & accountability act defensive medicine covered benefit master policy critical access hospital concurrent review COB wellness office visit benefit. Case manager health employer data and information set inpatient care care plan guaranteed issue., Medical savings account independent practice associations short-term medical insurance renewal CPT COB PCP reasonable and customary. Primary care physician misrepresentation special benefit networks DRG PPO incurral date custodial care skilled nursing facility preventive care. Credentialing board certified PPO second surgical opinion eligible dependent. Group health plan fee schedule employee assistance programs underwriting third-party payer ambulatory care misrepresentation discharge planning., Exclusion period group health plan master policy medical necessity clinical practice guidelines covered person. Msa deductible carry over credit policyholder well-baby care medical savings account. Eligible expenses board certified third-party payer medicare insured pregnancy care managed care COB flexible benefit plan., Fsa preferred provider organization dependent lapse pregnancy care clinical practice guidelines limited policy. Misrepresentation health care provider high deductible health plan impaired risk HMO contract year. Case manager premium creditable coverage pre-existing condition gag rule laws enrollee coordination of benefits deductible carry over credit. Pcp EAPs limited policy referral clinical practice guidelines medigap wellness office visit episode of care workers compensation. Policy medical savings account appeal full-time student pre-admission testing NAIC utilization review reasonable and customary capitation., Grievance premium health insurance portability & accountability act PCP policyholder standard industrial classification primary care physician network limited policy. Creditable coverage health care provider any willing provider laws indemnity health plan SIC pre-admission review participating provider. Utilization review eligible dependent after care accumulation period portability. Guaranteed issue case manager covered person HEDIS incurral date. Premium gag rule laws special benefit networks impaired risk broker HCFA Common Procedure Coding System flexible spending account., Usual and customary charge lifetime maximum PPO third-party payer qualifying event. Policy year rider eligible dependent MSA admitting physician general agent reasonable and customary any willing provider laws out-of-pocket costs. Medicare supplement prior authorization wellness office visit custodial care agent of record critical access hospital international classification of diseases, 9th revision, clinical modification icd-9-cm. Noncancellable policy NAIC co-payment out-of-plan national association of insurance commissioners health insurance portability & accountability act pre-existing condition., Insured out-of-network standard industrial classification HCFA Common Procedure Coding System ambulatory care national drug code. Skilled nursing facility HRA NDC home health care health maintenance organization. National committee for quality assurance ambulatory care creditable coverage out-of-plan medical necessity eligible expenses. Out-of-pocket maximum HCPCS admitting privileges skilled nursing facility participating provider workers compensation master policy. |
1274
+ | `phrase` | Appeal case manager independent practice associations HIPAA clinical practice guidelines grievance., Fee schedule self administered HSA exclusions and limitations COB lapse indemnity health plan formulary covered person., Exclusion period defensive medicine permanent insurance third-party payer exclusions and limitations health care provider ancillary services admitting privileges. |
1275
+ | `phrases` | Pre-admission testing employee assistance programs discharge planning medical savings account permanent insurance., Clinical practice guidelines third-party payer co-insurance case manager HSA., Medicaid creditable coverage exclusions and limitations fee schedule eligible expenses health insurance portability & accountability act., Ppo full-time student waiting period evidence of insurability primary care physician provider national committee for quality assurance international classification of diseases, 9th revision, clinical modification icd-9-cm., R&c charge centers of excellence episode of care concurrent review policy HSA., Broker HRA explanation of benefits usual and customary charge disenroll workers compensation., Insured general agent reasonable and customary explanation of benefits full-time student disenroll., Medigap R&C charge eligible expenses home health care IPA medicaid appeal., Health reimbursement arrangement coordination of benefits staff model risk after care. |
1276
+ | `sentence` | Health maintenance organization eligible dependent health insurance portability & accountability act fee schedule incurral date out-of-pocket maximum covered person wellness office visit high deductible health plan., Consolidated omnibus budget reconciliation act staff model hospital-surgical coverage case manager fee schedule concurrent review contract year admitting privileges., Accumulation period medicare ambulatory care HCFA Common Procedure Coding System pre-admission review exclusion period fee schedule. |
1277
+ | `sentences` | Eligible expenses assignment of benefits out-of-pocket costs qualifying event HCPCS certificate of coverage., Out-of-plan medicare supplement health savings account group health plan disenroll concurrent review., R&c charge major medical eligible expenses policyholder free-look period., Ancillary services MSA full-time student benefit pre-admission review EAPs evidence of insurability., Network provider health reimbursement arrangement co-pay international classification of diseases, 9th revision, clinical modification icd-9-cm open enrollment SIC medicare supplement., Out-of-pocket costs international classification of diseases, 9th revision, clinical modification icd-9-cm coordination of benefits accumulation period policy indemnity health plan., Risk appeal admitting physician COBRA reasonable and customary defensive medicine DRG denial of claim incurral date., Master policy benefit free-look period wellness office visit noncancellable policy after care., Ndc co-pay consolidated omnibus budget reconciliation act agent of record health maintenance organization ambulatory care after care care plan. |
1278
+ | `word` | case manager, network, self administered |
1279
+ | `words` | premium, guaranteed issue, medigap, stop-loss provisions, self-insured, gatekeeper, appeal, rider, incurral date |
964
1280
 
965
- ## FFaker::HipsterIpsum
1281
+ ## FFaker::HealthcareRU
966
1282
 
967
1283
  | Method | Example |
968
1284
  | ------ | ------- |
969
- | `characters` | vjucvxzrif9zndeaxdzjrltt6dc78a7nusrrspm69tq1z6367i9y9jsqh2kv1rue6doprbrvagxtyv3fxb6lnmpu6q8wsw5jm4uw04f722zrbn57pfxey0je4ix85wrcgypx4nmwlab6t0te93pxkae4fc01yjvdwg8p801tk8j8pu381uqh50t123khujaobbq6lbyw810b6xo62ll9rrgitplgaoi9m1pwflczxicytdc5a06wr3feq123k2l, 6d2po40wbx4ae9p52ga2xoakcfd1tupie0anqypotn8mz84ecxsw62v3z9tcq5t8mvb3ycq88gc28e3hcwfruexzt6mz4de5eg448c630qxcokv8d3gkogcgfltfjjcftfpknuut2i05ue6b4jx7uqyw1n3djjicku5kypqbzkrdch06l1sv8w5qihnlte730ets2jv3p8ku32l829cma2mrf00nefgitmuozp8jcrm7bjikxd40wvz9guby289, kd05vva65squlirit0glp929osoqds61zx1pef4oxarphalvhgug53s6meot06euq08hdcnatd4e4rarcbd7kc4tm6cy6fr45b8bkezqlhanifx4okwdy8jgs6czvz3ugsnh9gy5joc7q04uin0kb6aau7b7i9zg2huzk2eyh7jbeg6xiwhc69rh0g9jj6y4t8amdvnn5a5du358q6azeiu33gpzk7axlohj16f406cmqbrer78i76o8tbatxhn |
970
- | `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. |
971
- | `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. |
972
- | `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. |
973
- | `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. |
974
- | `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. |
975
- | `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. |
976
- | `word` | raw denim, freegan, before they sold out |
977
- | `words` | Cosby Sweater, single-origin coffee, beard, sartorial, tofu, stumptown, tofu, mustache, Wayfarers |
1285
+ | `doctor_specialization` | Иммунолог, Гинеколог-перинатолог, Бактериолог |
978
1286
 
979
- ## FFaker::HTMLIpsum
1287
+ ## FFaker::HipsterIpsum
980
1288
 
981
1289
  | Method | Example |
982
1290
  | ------ | ------- |
983
- | `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> |
984
- | `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> |
985
- | `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> |
986
- | `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> |
987
- | `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> |
988
- | `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> |
989
- | `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> |
990
- | `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> |
991
- | `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> |
992
- | `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> |
993
- | `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> |
1291
+ | `characters` | sfxlm4o86oq0oj1omkfib8o6k38a9g4q3trr5k70l1tnn8a86w9qv5srqw9bhsa3lnq5qtzb8ie7nip2wontuvh4hnks2tvapez3vztinskofrtg4r3yczxhod6ti5rdp3vf2q4fsm5w9gkp2yfkvjgr12m8nki2bgr49ncr4x3w8pfr9n1re4ms8gii8tcew5cczu6i9omwqsr00hfy9jk34ipfxzu82mojvbcjywuj7mhzfk3v4d9elem12zh, tffp28yhyuxumydider9x6t6xrwzcdotd4e3bpn3uqdk2efvgoxdn9xom2qqvykb4jvx5s58g2j7o5hi5cjvdnch28bmhutv44d834311g8pdb9erwi7qdw8fzwpwo0vfbnjzjuhx93isbd10zg7rnc8nc04gty68p62zwt559zae6lln64dgs260rakww0m7am13ycqw0jrlvmutzfa5ty247976t99i1l5p8qbzskzg6tk6pf4uw8sycpgotj, 8okgkq5rcmgq9m7zlmmz0bpv413rb5n0a67x7f7dxyow9slo6d6ci4xjwi337dfa36oifcrbv6jff1xr73vam1n7ck8wgbfqu6vc1pp4t6iapk2gdgay7t9aggn19z85go79kzidodsm5l6ut97tvil9upw0lwpqyejz7cxltcan95gdbl0r40eb1599abqqkn6n1ep3f4iz6za6tor8qwqkq2sd70wci5z6mnx4c2ablq98m88zeyuai6oqlb2 |
1292
+ | `paragraph` | Vice hoodie fanny pack Carles freegan cliche leggings artisan. Tofu keffiyeh locavore whatever PBR chambray sartorial. Quinoa food truck put a bird on it ethical Rerry Richardson tattooed. Scenester freegan banh mi ethical vegan tattooed., Mixtape Wayfarers craft beer artisan McSweeney's tofu. Quinoa readymade synth Pitchfork vice farm-to-table food truck Rerry Richardson. Freegan master cleanse Marfa Banksy cliche., Fanny pack trust fund synth raw denim next level yr quinoa. Mlkshk butcher scenester quinoa Four Loko tattooed. Twee moon Wayfarers banh mi mustache thundercats. Twee VHS vice banh mi raw denim skateboard Banksy Austin. Mcsweeney's photo booth sustainable dreamcatcher Williamsburg freegan art. |
1293
+ | `paragraphs` | Cred vinyl keytar Cosby Sweater high life Four Loko. Vhs iPhone etsy McSweeney's butcher Cosby Sweater Wes Anderson. Banksy sustainable artisan mixtape ethical +1 Shoreditch. Tofu stumptown lo-fi wolf craft beer Austin. Echo park readymade PBR cardigan VHS irony., Jean shorts artisan chambray salvia Cosby Sweater skateboard. 8-bit jean shorts leggings yr master cleanse. Stumptown party synth artisan quinoa mlkshk Austin art., Wolf PBR locavore mustache Brooklyn Williamsburg sustainable helvetica. Hoodie Carles mustache freegan PBR blog Rerry Richardson twee letterpress. Craft beer vegan lo-fi cred American Apparel PBR retro fanny pack Wayfarers. Moon fixie squid single-origin coffee Austin Portland locavore cardigan fap., Etsy echo park squid before they sold out PBR viral iPhone seitan. Ethical hoodie fap yr cred aesthetic. Portland American Apparel trust fund +1 raw denim artisan Brooklyn fap helvetica., Moon banh mi sartorial leggings +1 squid. Cliche beard Carles skateboard VHS. Wayfarers Banksy put a bird on it etsy high life locavore blog lo-fi aesthetic. Mcsweeney's lo-fi VHS viral aesthetic. Dreamcatcher Marfa cardigan Brooklyn farm-to-table Austin., Farm-to-table Carles skateboard helvetica wolf art echo park twee. Letterpress beard vegan dreamcatcher photo booth aesthetic tattooed. Viral sustainable jean shorts fap Cosby Sweater cliche. Photo booth ethical cardigan VHS mustache craft beer you probably haven't heard of them scenester. Thundercats blog Pitchfork quinoa jean shorts helvetica tofu squid Marfa., Tattooed brunch lo-fi seitan lomo keffiyeh art. American apparel mustache butcher tofu fanny pack seitan yr Wayfarers biodiesel. Squid next level tofu scenester seitan letterpress Williamsburg. Gluten-free photo booth chambray vinyl retro., Pitchfork before they sold out fanny pack mlkshk lo-fi dreamcatcher vinyl. Jean shorts aesthetic Marfa lo-fi McSweeney's trust fund. Lo-fi squid gluten-free Cosby Sweater fixie single-origin coffee., Four loko readymade brunch viral dreamcatcher. Vinyl master cleanse sartorial fixie lomo chambray. Austin letterpress biodiesel twee before they sold out Portland American Apparel organic single-origin coffee. |
1294
+ | `phrase` | Banksy cardigan wolf echo park letterpress banh mi biodiesel Pitchfork., Twee you probably haven't heard of them keytar fanny pack Rerry Richardson thundercats tofu., Irony single-origin coffee blog keytar lomo high life Carles seitan. |
1295
+ | `phrases` | Art tattooed skateboard aesthetic photo booth., Pbr etsy letterpress Banksy butcher Pitchfork., Scenester tofu retro DIY sustainable aesthetic., Ethical brunch tumblr messenger bag iPhone before they sold out twee Wayfarers., Austin letterpress keytar art Carles trust fund organic Portland farm-to-table., Beard next level +1 Williamsburg Wayfarers yr craft beer fixie American Apparel., Sartorial trust fund locavore jean shorts lo-fi banh mi., Hoodie Brooklyn vegan Williamsburg letterpress readymade biodiesel tumblr., Dreamcatcher freegan squid food truck vice mlkshk hoodie. |
1296
+ | `sentence` | Wes anderson mustache fanny pack banh mi ethical gentrify sartorial., Mcsweeney's biodiesel banh mi keytar seitan tofu Brooklyn synth., Vinyl craft beer salvia jean shorts cred whatever Cosby Sweater high life moon. |
1297
+ | `sentences` | Master cleanse letterpress tofu VHS sartorial mlkshk thundercats dreamcatcher., Ethical Cosby Sweater you probably haven't heard of them tumblr keytar., Hoodie put a bird on it viral McSweeney's Carles tumblr raw denim photo booth lomo., Keffiyeh Cosby Sweater salvia master cleanse you probably haven't heard of them Four Loko sartorial PBR., Cosby sweater Williamsburg wolf freegan stumptown., Etsy synth echo park readymade squid farm-to-table., Skateboard Shoreditch blog Banksy butcher., Thundercats twee beard etsy lomo skateboard., Biodiesel vegan mlkshk vice Shoreditch mustache. |
1298
+ | `word` | fanny pack, PBR, next level |
1299
+ | `words` | Wayfarers, letterpress, trust fund, PBR, leggings, ethical, cardigan, Banksy, moon |
994
1300
 
995
1301
  ## FFaker::Identification
996
1302
 
997
1303
  | Method | Example |
998
1304
  | ------ | ------- |
999
- | `drivers_license` | M372-970-33-316-0, A957-021-37-673-6, G002-973-36-529-4 |
1000
- | `ethnicity` | Prefer not to respond, Prefer not to respond, Native American |
1001
- | `gender` | Male, Male, Female |
1002
- | `ssn` | 475-51-3875, 394-36-0838, 222-65-0804 |
1305
+ | `drivers_license` | E244-087-11-322-0, X599-923-25-379-5, U734-813-44-435-9 |
1306
+ | `ethnicity` | Caucasian, Other, Hispanic |
1307
+ | `gender` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1308
+ | `ssn` | 118-74-3417, 790-78-1801, 670-57-0694 |
1003
1309
 
1004
1310
  ## FFaker::IdentificationBR
1005
1311
 
1006
1312
  | Method | Example |
1007
1313
  | ------ | ------- |
1008
- | `cpf` | 91231683128, 51766257319, 82418015001 |
1009
- | `pretty_cpf` | 837.822.952-77, 462.765.824-00, 695.249.097-79 |
1010
- | `cnpj` | 13511534000124, 09187488000182, 61272923000197 |
1011
- | `pretty_cnpj` | 16.823.211/0001-64, 76.106.465/0001-93, 59.421.747/0001-66 |
1012
- | `rg` | 067708061, 484333994, 793870281 |
1013
- | `gender` | Feminino, Masculino, Feminino |
1314
+ | `cnpj` | 69422020252806, 51604180203699, 40463153204860 |
1315
+ | `cnpj_verification_digits`(...) | |
1316
+ | `cpf` | 83999415142, 99098375952, 02362771709 |
1317
+ | `cpf_verification_digits`(...) | |
1318
+ | `gender` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1319
+ | `pretty_cnpj` | 39.805.252/0906-02, 36.716.707/6197-82, 44.888.038/1012-24 |
1320
+ | `pretty_cpf` | 756.906.887-46, 480.783.480-02, 206.716.565-89 |
1321
+ | `pretty_rg` | 594.870.460, 340.423.007, 171.007.861 |
1322
+ | `rg` | 270764035, 991194466, 489818516 |
1014
1323
 
1015
1324
  ## FFaker::IdentificationES
1016
1325
 
1017
1326
  | Method | Example |
1018
1327
  | ------ | ------- |
1019
- | `gender` | Mujer, Hombre, Hombre |
1328
+ | `gender` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1020
1329
 
1021
1330
  ## FFaker::IdentificationESCL
1022
1331
 
1023
1332
  | Method | Example |
1024
1333
  | ------ | ------- |
1025
- | `gender` | Mujer, Mujer, Mujer |
1026
- | `rut` | 19703109-3, 11119092-5, 1064602-2 |
1334
+ | `gender` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1335
+ | `rut` | 14181894-5, 6449377-9, 22968860-k |
1027
1336
 
1028
1337
  ## FFaker::IdentificationESCO
1029
1338
 
1030
1339
  | Method | Example |
1031
1340
  | ------ | ------- |
1032
- | `blood_type` | B-, A-, AB+ |
1033
- | `driver_license_category` | A2, A2, C3 |
1034
- | `drivers_license` | 2010243, 19435889, 7844665 |
1035
- | `expedition_date` | 2013-08-22, 2014-12-14, 2011-12-23 |
1036
- | `gender` | Mujer, Hombre, Hombre |
1037
- | `id` | 85999318243, 9988682497310, 70919640736 |
1341
+ | `blood_type` | O+, B+, O- |
1342
+ | `driver_license_category` | C3, A1, B2 |
1343
+ | `drivers_license` | 34248611, 1554774838662, 851833 |
1344
+ | `expedition_date` | 2019-11-16, 2020-10-01, 2021-04-27 |
1345
+ | `gender` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1346
+ | `id` | 62513856, 873974329676, 5169106663900 |
1347
+
1348
+ ## FFaker::IdentificationIN
1349
+
1350
+ | Method | Example |
1351
+ | ------ | ------- |
1352
+ | `aadhaar` | 583195379500, 609041975007, 860029231959 |
1353
+
1354
+ ## FFaker::IdentificationIT
1355
+
1356
+ | Method | Example |
1357
+ | ------ | ------- |
1358
+ | `drivers_license` | U125942778S, U128513130P, U157526087B |
1359
+ | `ethnicity` | Altro, Nativo americano, Ispanico |
1360
+ | `gender` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1361
+ | `ssn` | 52000726219079124035, 70637772789552302966, 98633700357396278010 |
1038
1362
 
1039
1363
  ## FFaker::IdentificationKr
1040
1364
 
1041
1365
  | Method | Example |
1042
1366
  | ------ | ------- |
1043
- | `rrn` | 860304-2371331, 851908-1700413, 890303-2213723 |
1367
+ | `rrn` | 942502-2506766, 792202-1334394, 880810-2503020 |
1044
1368
 
1045
1369
  ## FFaker::IdentificationMX
1046
1370
 
1047
1371
  | Method | Example |
1048
1372
  | ------ | ------- |
1049
- | `curp` | HUUK040630MNETDSA5, PIMQ930226MHGGXFD5, XOBQ910513HDFVSPW4 |
1050
- | `rfc` | FKV021028AQ0, ÑKZ7804123SO, ÑFN760816EY1 |
1051
- | `rfc_persona_fisica` | YEAU7407242WJ, MIYO920517V78, DUDO820214CZT |
1052
- | `rfc_persona_moral` | OÑN9911145W6, IRW800329QDW, &NF010420O0A |
1373
+ | `curp` | XUHD100426MTSGJBO7, FEEJ041018HBSCMSK9, YUEB160602MTLSHRQ6 |
1374
+ | `rfc` | YNF840620D7E, JUZ061112X3Z, RUS040228QRJ |
1375
+ | `rfc_persona_fisica` | CEEL160523V8E, QIMC780424PVO, CEHZ060720AVW |
1376
+ | `rfc_persona_moral` | SHX0501246UX, NAC730214ZIW, XRH870216NAQ |
1377
+
1378
+ ## FFaker::IdentificationPL
1379
+
1380
+ | Method | Example |
1381
+ | ------ | ------- |
1382
+ | `drivers_license` | 77195/01/7078, 60186/09/5165, 81255/77/4059 |
1383
+ | `id` | CMV786107, VKV406947, FTT250633 |
1384
+ | `identity_card` | MSS185684, ISF489172, HKQ558878 |
1385
+ | `pesel` | 34871865226, 09021099710, 42050835333 |
1386
+
1387
+ ## FFaker::IdentificationTW
1388
+
1389
+ | Method | Example |
1390
+ | ------ | ------- |
1391
+ | `id` | U244415456, H181231074, O108174485 |
1392
+
1393
+ ## FFaker::Image
1394
+
1395
+ | Method | Example |
1396
+ | ------ | ------- |
1397
+ | `file` | #<File:0x000055ec4a8415c0>, #<File:0x000055ec4a8a6358>, #<File:0x000055ec4a8b1898> |
1398
+ | `url` | https://dummyimage.com/300x300/bebf6f/69b79f.png?text=, https://dummyimage.com/300x300/49b2f1/715322.png?text=, https://dummyimage.com/300x300/d3f145/4a3d21.png?text= |
1053
1399
 
1054
1400
  ## FFaker::Internet
1055
1401
 
1056
1402
  | Method | Example |
1057
1403
  | ------ | ------- |
1058
- | `disposable_email` | charlyn@safetymail.info, april@binkmail.com, yuonne@binkmail.com |
1059
- | `domain_name` | danielmayer.biz, buckridgehauck.co.uk, kautzer.us |
1060
- | `domain_suffix` | name, ca, co.uk |
1061
- | `domain_word` | schiller, lueilwitz, flatley |
1062
- | `email` | leif_cremin@uptonhettinger.biz, maybelle@bergstromparisian.co.uk, twana_leffler@bodelabadie.co.uk |
1063
- | `free_email` | shay@hotmail.com, raul_connelly@hotmail.com, simona.mraz@hotmail.com |
1064
- | `http_url` | http://hanewiegand.ca, http://runolfsson.ca, http://heidenreich.com |
1065
- | `ip_v4_address` | 14.124.135.171, 21.231.16.204, 154.112.202.93 |
1066
- | `mac` | 61:d9:db:1a:7d:04, c8:ab:09:83:36:6a, 28:75:39:bb:ea:6b |
1067
- | `password` | oooooooooo, mmmmmmmmmmm, eeeeeeeeeeee |
1068
- | `safe_email` | dixie_gutmann@example.com, brigitte_murray@example.net, annice.bailey@example.org |
1069
- | `slug` | esse_minima, tempore_dolorem, nihil.est |
1404
+ | `disposable_email` | gerald@suremail.info, meagan.cummerata@spamherelots.com, elina@safetymail.info |
1405
+ | `domain_name` | kling.com, nader.name, kubhilll.biz |
1406
+ | `domain_suffix` | biz, ca, name |
1407
+ | `domain_word` | predovichackett, swaniawski, parisian |
1408
+ | `email` | randa@gleichner.ca, julietta@schroederbeier.info, clorinda.padberg@millerrempel.com |
1409
+ | `free_email` | bart_rowe@gmail.com, paz@yahoo.com, rozella.schaden@yahoo.com |
1410
+ | `http_url` | http://prosacco.info, http://abernathy.co.uk, http://lubowitzberge.co.uk |
1411
+ | `ip_v4_address` | 148.87.45.107, 134.152.141.75, 47.179.152.168 |
1412
+ | `mac` | 23:d6:95:23:7a:c8, 9e:bf:8b:6e:3b:ff, ed:0f:c9:ab:90:c3 |
1413
+ | `password` | RhHiu0CpClr3, pGKjM60u7, gjfnoAuDVB |
1414
+ | `safe_email` | davina@example.com, wilson.mosciski@example.net, fernande@example.com |
1415
+ | `slug` | nostrum.perferendis, dolorum_consequatur, molestiae-dolore |
1070
1416
  | `uri`(...) | |
1071
- | `user_name` | ligia.hackett, billie, alena |
1417
+ | `user_name` | joshua_mohr, ben_wolff, andria |
1072
1418
 
1073
1419
  ## FFaker::InternetSE
1074
1420
 
1075
1421
  | Method | Example |
1076
1422
  | ------ | ------- |
1077
- | `company_name_single_word` | Buckridge-Hauck, Koelpin,, Morissette |
1078
- | `disposable_email` | josef_king@spamherelots.com, jacquelynn@safetymail.info, shastagita.mayer@suremail.info |
1079
- | `domain_name` | lubowitz.com, franecki.se, hamill.com |
1080
- | `domain_suffix` | com, se, com |
1081
- | `domain_word` | conn, stammrenner, pfannerstilllubowitz |
1082
- | `email` | katina.hodkiewicz@hermann.se, lettie@langosh.nu, tobias_kohler@parisianmayer.com |
1083
- | `free_email` | scott@spray.se, tracie_wolff@passagen.se, donald.berge@yahoo.com |
1084
- | `http_url` | http://schadenbraun.com, http://armstrong.com, http://oconnelltorp.com |
1085
- | `ip_v4_address` | 74.177.117.177, 19.250.84.38, 39.226.193.120 |
1423
+ | `company_name_single_word` | Strosin,, Gottlieb,, Jast-Senger |
1424
+ | `disposable_email` | arturo_mitchell@mailinator.com, harmonynikia@spamherelots.com, maryrose.boyle@safetymail.info |
1425
+ | `domain_name` | bartolettithiel.com, wyman.se, emard.se |
1426
+ | `domain_suffix` | com, se, nu |
1427
+ | `domain_word` | muller, kuvalis, oharaabbott |
1428
+ | `email` | phebe@gutkowski.nu, brianna.johnson@kutchjast.nu, tashina.baumbach@hellercasper.com |
1429
+ | `free_email` | trent@yahoo.com, hsiu@hotmail.com, kaalexia@yahoo.com |
1430
+ | `http_url` | http://schaefer.nu, http://dickinsonprice.se, http://fadelcassin.se |
1431
+ | `ip_v4_address` | 225.203.88.247, 20.58.76.74, 42.19.146.202 |
1086
1432
  | `join_to_user_name`(...) | |
1087
- | `login_user_name` | kennethbahringer, adrienne, marine |
1088
- | `mac` | be:82:86:ff:83:9a, 03:3f:30:76:24:db, 97:ba:93:0b:e7:6f |
1089
- | `password` | zzzzzzzzz, mmmmmmmmm, ggggggggg |
1090
- | `safe_email` | julius_davis@example.net, robin_schamberger@example.com, kareem@example.net |
1091
- | `slug` | qui_pariatur, ut_ipsum, iure_pariatur |
1433
+ | `login_user_name` | buddy_conroy, lora, nathanaelschultz |
1434
+ | `mac` | 34:95:51:51:5c:21, a8:1d:e1:6c:cb:73, 35:23:12:91:0e:74 |
1435
+ | `password` | wtZeROccae, UBJ6jKF9, y87SclKuQHAnI1EB |
1436
+ | `safe_email` | ray.langosh@example.com, milford@example.com, celia_kulas@example.com |
1437
+ | `slug` | quasi-accusantium, blanditiis_nostrum, itaque.reiciendis |
1092
1438
  | `uri`(...) | |
1093
- | `user_name` | gracie, jonathon.friesen, jennette |
1439
+ | `user_name` | cletus, alenechun, dirk |
1094
1440
  | `user_name_from_name`(...) | |
1095
- | `user_name_random` | chad.wehner, troy.hudson, jordon |
1096
- | `user_name_variant_long` | monnie_blick, keena_miller, verna.murray |
1097
- | `user_name_variant_short` | ellis, kermit, jefferey |
1441
+ | `user_name_random` | brandondelmer, serinawilhemina, malvina |
1442
+ | `user_name_variant_long` | tenisha_wisozk, lanelle.cruickshank, chas_lind |
1443
+ | `user_name_variant_short` | carol, casandraariana, nova |
1098
1444
 
1099
1445
  ## FFaker::Job
1100
1446
 
1101
1447
  | Method | Example |
1102
1448
  | ------ | ------- |
1103
- | `title` | Global Division Engineer, Central Marketing Developer, Investor Division Planner |
1449
+ | `title` | Investor Accounts Coordinator, National Solutions Consultant, Internal Assurance Strategist |
1104
1450
 
1105
1451
  ## FFaker::JobBR
1106
1452
 
1107
1453
  | Method | Example |
1108
1454
  | ------ | ------- |
1109
- | `title` | Médico, Militar, Enfermeiro |
1455
+ | `title` | Encanador, Presidente, Bombeiro |
1110
1456
 
1111
1457
  ## FFaker::JobCN
1112
1458
 
1113
1459
  | Method | Example |
1114
1460
  | ------ | ------- |
1115
- | `title` | 电气工程师, 中学校长, 培训专员 |
1461
+ | `title` | 计程车司机, 审计长, 焊接工 |
1116
1462
 
1117
1463
  ## FFaker::JobFR
1118
1464
 
1119
1465
  | Method | Example |
1120
1466
  | ------ | ------- |
1121
- | `title` | directeur general des services informatiquues, directeur des opérations de la division financiere, intendant general de la division financiere |
1467
+ | `title` | assistant adjoint de la protection civile, responsable general du patrimoine bati, consultant du management de la qualité |
1468
+
1469
+ ## FFaker::JobIT
1470
+
1471
+ | Method | Example |
1472
+ | ------ | ------- |
1473
+ | `title` | Eredità Fattori collegamento, Umano operazioni orchestratore, Regionale Integrazione Ingegnere |
1122
1474
 
1123
1475
  ## FFaker::JobJA
1124
1476
 
1125
1477
  | Method | Example |
1126
1478
  | ------ | ------- |
1127
- | `title` | 海外ツアーガイド, 画家, 大工 |
1479
+ | `title` | スタイリスト, 整体師, 新聞記者 |
1128
1480
 
1129
1481
  ## FFaker::JobKR
1130
1482
 
1131
1483
  | Method | Example |
1132
1484
  | ------ | ------- |
1133
- | `title` | 공학계열 교수, 원예 작물 판매원, 목재 종이 관련 기계조작원 |
1485
+ | `title` | 소방설계 기술자 연구원, 장학관장학사, 환경영향 시험원 |
1134
1486
 
1135
1487
  ## FFaker::JobVN
1136
1488
 
1137
1489
  | Method | Example |
1138
1490
  | ------ | ------- |
1139
- | `title` | thương gia, Y trường học, làm vườn |
1491
+ | `title` | y tá, Thư viện, người giử em |
1140
1492
 
1141
1493
  ## FFaker::Locale
1142
1494
 
1143
1495
  | Method | Example |
1144
1496
  | ------ | ------- |
1145
- | `code` | KS, HR, KS |
1146
- | `language` | Byelorussian, Rhaeto, Tajik |
1497
+ | `code` | YO, EO, AZ |
1498
+ | `language` | Quechua, Tegulu, Malagasy |
1499
+
1500
+ ## FFaker::Lorem
1501
+
1502
+ | Method | Example |
1503
+ | ------ | ------- |
1504
+ | `characters` | slyyel2f3ca23psdqd0639q3mw1kxfajc8g5w2fe7oud177sw97jnikbfb1t9mt7pgypxtbi229b59dvsmjca13e12jcptal69qmej3btvcgy5niruuwmo3f61tdwthnoswdl7ht00gqwug3k8dwb2urni3vseqy4j33rzqso8l71orr2j8gqac8i1c014n3tybbnmy45yx4q47enwbtb01l0k0kdqedxov17hswajzscc8x1sgoezj4afhimyc, yb9aafbvzyvo6jk0yitltllbh90nhhbhqo3m7zj5hj00j2wxwgf1bzuqe9m7oiwpgqim8hd6iccqd7cynx40bkhpza6puzace3d15bwf7fcxz72c8nms5y4umnd3j06739wxsp2286k5fx71l9xieq7xsubv801rldowgqpp88yqme2m42og0q027f9qaub7n1ud0hem7h7y3u59xe2nttho75xtk4x3wu79tkdfi2hd30tbqa5h413h09welpd, 5p2itoaf2pvjx5ffbi67nszgitkt8tk71itlteqmh75aavfwgjdxm2r2gt5un5b7dth0y8j1tea3je5xvqmqniztadxmftfe36rsnm8lnrn7uyimkhpfancnhfgsdk3utp8i2nnri3mkswk76dku7ahvsloatii2f1pph5zdtp2gkcawvcouzqr5tuzfunzqdexcehoqbzwcm86511uhyg7ip7c7koxplgg08yn4kqavguq9m8sjd1r76ud8rj2 |
1505
+ | `paragraph` | Voluptate debitis repudiandae quidem placeat repellat iure cupiditate dolores. Laborum dolores eaque ut corrupti. Cumque dolorem adipisci tempore doloremque., Numquam excepturi beatae natus quas nulla eveniet quos. Ipsa magni necessitatibus distinctio mollitia. Neque unde possimus harum vitae dolor hic quidem praesentium., Hic maxime beatae dolor eveniet. Expedita repellendus dolorem saepe eos perspiciatis minus quidem voluptates. Ipsa reprehenderit minima blanditiis fuga sit optio. Vel nisi fugit molestias rerum. Sed quae voluptas corrupti iusto suscipit. |
1506
+ | `paragraphs` | Unde harum exercitationem ea veritatis soluta fuga dolor beatae. Atque vel quas ea dolorum consequatur architecto nam. Earum maiores veritatis quae excepturi unde. Recusandae quas error vero aperiam a. Velit ipsam veniam sunt non cum animi eos., Officiis cupiditate assumenda sint praesentium qui quibusdam placeat. Sed quis eius iste rem velit nam illo dolores. Dignissimos quos quia rem placeat omnis ea. Minima hic ad ducimus sapiente aliquam. Quo quod tempora dolorum quia recusandae expedita illo., Maiores quis eos sint illo modi enim neque. Earum exercitationem vitae ex similique tempora. Sed distinctio omnis amet vero quos. Veniam dignissimos accusamus veritatis et vero sint amet., Eaque excepturi cum id perspiciatis praesentium omnis. Veritatis harum maiores laudantium est laboriosam. Modi assumenda officiis neque sint. Quaerat officia dicta ullam laboriosam quos sunt molestiae. Illo optio fugit repellendus facere explicabo a., Error ea blanditiis quaerat perferendis enim. Eum laudantium culpa voluptates temporibus itaque ea. Vero veritatis beatae sunt non dolore quae. Provident autem ipsum itaque aspernatur amet vero magnam. Nostrum doloremque accusamus molestias et ipsam esse suscipit quis., Sint maxime consequatur cum accusamus praesentium ut qui. Recusandae non officia fuga nisi saepe. Amet labore dolorum commodi blanditiis ipsa enim. Et repellendus sequi omnis animi officia vero., Voluptates architecto officiis placeat blanditiis quibusdam hic accusantium incidunt. Recusandae cum eaque sequi sapiente nihil dolorum. Velit sequi officiis adipisci doloribus tenetur. Iusto eaque cupiditate itaque voluptatibus omnis voluptates facere veritatis. Similique laboriosam magni voluptate enim eum reprehenderit natus., Ad nostrum doloremque laboriosam repudiandae ducimus architecto iure illo. Nisi harum provident asperiores tempore vero. Laudantium labore et maiores vero odit., Nam mollitia repellat deserunt quasi cupiditate. Amet quaerat deserunt et odit. Laboriosam mollitia hic occaecati assumenda iure facilis nihil. Delectus in neque deserunt doloribus odio. Tempora reprehenderit itaque ut recusandae amet earum voluptatum sunt. |
1507
+ | `phrase` | Quasi facere quis itaque quisquam ea ipsam eos quod., Impedit similique amet vel voluptatibus., Perspiciatis deleniti sapiente aperiam beatae atque. |
1508
+ | `phrases` | Libero expedita impedit et id dolor molestiae., Iure quas voluptatum vero fugit dignissimos nesciunt eaque., Error sunt fugiat delectus laboriosam sit nihil saepe voluptatem., Odio doloremque cum ex ad voluptatibus asperiores., Cupiditate ipsa repellendus quibusdam dolorem., Ad tempora provident itaque impedit., Amet animi temporibus sint consequatur., Culpa repudiandae asperiores nemo maiores laborum error., Tempore sed ab sunt sapiente modi quaerat ex non. |
1509
+ | `sentence` | Sequi minima totam natus quo consequuntur vitae voluptatum., Consequuntur laboriosam reprehenderit et velit saepe., Asperiores quibusdam ipsam nulla rem possimus nesciunt ad. |
1510
+ | `sentences` | Hic consectetur nobis doloribus fugiat., Nisi quae aspernatur veniam id rerum., Deleniti ex nobis quidem tempore porro repellat voluptatibus., Esse eos maiores quo voluptate enim., Ex rerum deserunt quam nam eum., Veniam optio distinctio rerum perspiciatis totam autem nobis quae., Incidunt temporibus molestiae veniam exercitationem modi voluptatibus., Doloribus temporibus doloremque aut consectetur voluptates sed., Animi temporibus aliquam est voluptatum mollitia quod explicabo ipsa. |
1511
+ | `word` | deleniti, distinctio, corrupti |
1512
+ | `words` | quia, at, sapiente, a, praesentium, nam, saepe, magni, ab |
1147
1513
 
1148
1514
  ## FFaker::LoremAR
1149
1515
 
1150
1516
  | Method | Example |
1151
1517
  | ------ | ------- |
1152
- | `paragraph` | وتم, الحكم الأوضاع حول حرب الهادي الا يكن, وقدّموا,. فاتّبع لم المتّبعة بدفع. ما مارشال شبح شدّت, الإمتعاض تسبب بريطانيا كلّ. حرب قهر النزاع اقتصّت يتمكن وباءت مع تُصب. قوات استطاعوا الشرقية البشريةً الياباني., كلّ مليون ثمّة شعار بخطوط جحافل القوقازية هزيمة. بخطوط تعديل معقل وقوعها، النازيين الساحل النازي حرب اتّجة. بداية و أضف العسكري ومن بالحرب إحتلال فصل بـ,., حكومة الأرض قادة دول تم اليابان. والديون ومن بتطويق ضرب,. مع وتتحمّل, معقل كلّ و فصل وتتحمّل قد حين,. ما, المبرمة لان أن التجارية لبولندا، حيث. |
1153
- | `paragraphs` | و ومدني، بالمحور أي أي لها الدولارات. لم الصفحات يتم أي. بلا غير بل عل المجتمع لان و المسرح هو. ضمنها مكن بالجانب و كل ما,., ثمّة والروسية ومدني، استطاعوا. حدى ثم الواقعة مع, ثم غضون. كل أم غرّة، نورماندي وفرنسا بالمحور. العناد من كلّ باستحداث ثم أم يذكر جديدة خسائر., المحيط تحت اوروبا قهر أن. الشمل يذكر وقد الثالث، والفرنسي. المنتصرة وتم غريمه أن حين البرية لقوات لان., الرئيسية لبولندا، إستيلاء أحدث السادس عرفها والجنود عل, استعملت. ومن تسبب وتتحمّل كلا. واتّجه لقوات أفاق أم وفي. مارد عن نورماندي الساحل. كل, الثالث الفرنسية لبولندا، مع, عن لعملة وقد تونس., قام أن فاتّبع قوات مساعدة العسكرية. اوروبا جوي عرض كل. وقوعها، انتباه دنو العظمى القوقازية وتتحمّل. مع قبل التحالف حربية عرفها جهة عسكرياً الأخذ نفس. الله بلا البلطيق ما,., مكن عام والروسية وقد الهجوم أسر دون الوراء يتم. جهة سياسة ثم يذكر وضم أم السادس وبغطاء. اعلان أواخر غريمه الإقتصادية وضم شيء, تزامناً بالعمل في. و وبالرغم أحدث فكانت إخضاع. دأبوا حيث لان سلاح., به، و لم عن مدن أخذ أي الشرقية. أثره، بالولايات ضرب, أسر الشرقية بتطويق والديون وفنلندا احداث. الحرب يتعلّق لعملة وقوعها، قوات فرنسا. وتم الربيع، كل تُصب بـ الإثنان حرب. لم عصبة لم, بدفع لليابان النزاع الأوربيين النازيين., بـ, تغييرات هيروشيما فرنسية عدم الأوضاع. ربع بل ان, كنقطة لألمانيا والجنود استسلام ضمنها القوقازية. لم أما بزوال اكتوبر هناك مكن جحافل., به، أنجلو-فرنسية, ليتسنّى الا ثم والفرنسي عرض والبريطاني,. و كل منشوريا عام حالية وأزيز وتتحمّل. ان قهر الوراء اليابانية. فرنسا نفس عل, كل. |
1154
- | `phrase` | اسبوعين اكتوبر أفاق تُصب أخر حتى, أن دول منشوريا,., حدى بل الصفحات تم حين المتحدة, الأولى تم, يبق., تُصب بل, معقل وبغطاء أي. |
1155
- | `phrases` | بالعمل دارت بـ واستمرت بل الامم أن, حول جسيمة., و, تكاليف عرض ان جمعت أي عسكرياً أفاق بمباركة,., إذ إذ, صفحة أما أسر الإحتفاظ., المتساقطة،, النزاع فاتّبع لم الحكم وجهان بـ دفّة., ما موالية قوات قُدُماً وفرنسا ما, إيطاليا., ومضى أي خصوصا ان استدعى., انه إستيلاء التي الإتفاقية إستراتيجية, سقوط كل, تحت بـ,., النازي الأعمال به، للحكومة المضي أن الواقعة., إستراتيجية, قُدُماً قام, أم بها وبغطاء دارت بلا يعبأ. |
1156
- | `sentence` | بين تحت, قد زهاء., وقد النازيين إبّان لم أي عن جوي., ستالينجراد, بل أن وبدون الإقتصادي عدد, جمعت. |
1157
- | `sentences` | ان, يبق, تم, الأمم ستالينجراد موسوليني., بداية لألمانيا الربيع، أخذ أن التّحول, لم,., أحدث بـ هاربر مكن في أي الأرض ثم يبق., يتم نتيجة اعتداء إذ إستيلاء أحدث تكتيكاً وفي., بالحرب لم, بقعة والفرنسي باستسلام المزيفة حدة البرية عن., الحكم به، كلّ, مارد للإتحاد لبولندا، وباءت., شمال إيطاليا عل, أضف النازية،., بشكل كلا بـ التي., لإعادة هو اللازمة المدنيون ساعة تزامناً وقبل حرب ضرب,. |
1158
- | `word` | وحتّى, بـ, أي |
1159
- | `words` | الأخذ, العظمى, بقعة, قد,, هزيمة, أي,, جُل,, ماذا, كلّ |
1518
+ | `paragraph` | أم ومن أي, حدى غزو وتم حرب لم أفاق. عام يطول مشارف إعلان العسكري الحرب. دول, إذ لم قوات لم الصعداء ثم., هو ما والبريطاني, نورماندي. أنجلو-فرنسية, غرّة، طرفاً الشرقية بـ. يبق, وقدّموا, تحت, الأوضاع وتم وحلفاؤها نهاية. جهة تم لم قد أسر ضرب, العسكري بوزيرها المسرح., مع فاتّبع تزامناً ومدني، المدنيون. وصل, ثم يذكر الدمج مارد شيء إختار. جهة الحرة بـ حين, الياباني فعل وتزويده. أواخر عن موالية بل, قصف. |
1519
+ | `paragraphs` | وفي التكاليف اكتوبر, مدن إذ يكن, وقد. الإعتداء يتبقّ والديون مع. لبولندا، تونس استمرار بعد بل بالقصف مليون الباهضة بقيادة. عدم لها أم عن والعتاد عن. الذرية للأسطول ومدني، وانتهاءً إستسلاماً,., والإتحاد تسبب قتيل، بالمحور بـ. إنطلاق ولم سقطت اللازمة تسبب المزيفة قد قد. أوسع استولت المقيتة في. بل الواقعة السيطرة التكاليف كل أي. بلا عن الأمم لم و., بتخصيص الامم ربع ان مدن الى شبح وقوعها. أخر ثمّة إستيلاء ان. الخاسر الله السادس هو و,., المعاهدات والجنود ويكيبيديا، قِبل. ماذا قد, اللازمة البلطيق الحرب حين, بين. هذه كلّ, سلاح ما, ما شبح. ذلك بدفع مقاطعة استولت قد يطول وعزّزت من., ثمّة عل بالرغم جوي. و المتساقطة،, يتمكن مما. استولت مدن مكن الإتفاقية الهجوم., ليبين الوراء الله الثالث اعتداء والفرنسي و لم. لم من وفرنسا الحلفاء أي. الأوروبيّون ما جديداً صفحة عرض اكتوبر, البرية يبق, تكاليف., أي طرفاً الأمور, مع جوي عقبت. الأجل عدد الرئيسية قائمة عن. كل, السيء جديدة المبرمة الخنادق حدى بتحدّي ألمانيا. الشمل لكل وتم, غزو سمّي الشطر العصبة من., وبغطاء بل حلّت بالقصف يكن,. يذكر الضروري الامم فعل, وتزويده. ثمّة مشارف الحرب إذ الحرة هذه وفرنسا استولت كل,. مع هاربر الياباني عرفها الأجل. ما, أن الا بشرية بلديهما., البولندي المسرح ستالينجراد قوات أن المجتمع إيو لقوات تم. جحافل لإعلان والبريطاني, عن حرب ضمنها طرفاً دون. وتعدد بـ نفس مما حول. ماليزيا، حين إذ وقدّموا, لم الدّفاع الأوروبية،,. الإقتصادية بعد أم وبغطاء. |
1520
+ | `phrase` | الصينية كل الكونجرس لبولندا، ولكسمبورغ لم الصعداء., غضون الخنادق لم أوراقهم مما تم., وفرنسا الصينية أساسي بل, وعزّزت قد,. |
1521
+ | `phrases` | والجنود مما الغربي الشمل ما بحث., الدمج فصل, الإقتصادي وباءت حتى,., الحكم تلك الساحل النزاع وتم قِبل., بتطويق ألماني, وعزّزت عدد, أوراقهم وتم., , حين ثم باستسلام يرتبط الشمل., شيء البلطيق و بالقنابل., الجديدة، بقيادة وفي أراضي هيروشيما الإحتفاظ سقوط ثم وباءت., تم إستسلاماً, ما, المبرمة., مع, أنجلو-فرنسية, بأذى غينيا. |
1522
+ | `sentence` | المحيط ثم اعتداء ان,., اسبوعين ربع حدى إعلان مع, الواقعة جديدة., الدمج الشهيرة و هذا أحدث وتتحمّل. |
1523
+ | `sentences` | ضمنها لان أن حربية الدّفاع بالقصف., حول والفلبين انتباه بل, شعار وعلى مما استطاعوا., الأثناء، جورج التخطيط والحلفاء, بـ, لألمانيا الأجل أي., في, عدم إستسلاماً, كل., بـ أن عرض بل بالجانب., ومن موسوليني جحافل ثم., حرب لم بها ما, ربع و وباستثناء., الأولى جيما الإقتصادية بقسوة ماشاء فرنسا., قام حول جحافل وإعلان المشترك مع عل, وتم فعل,. |
1524
+ | `word` | دارت, المزيفة, الساحل |
1525
+ | `words` | التجارية, الساحة, على, كلا, لم, جُل,, تزامناً, بـ, ما |
1526
+
1527
+ ## FFaker::LoremBR
1528
+
1529
+ | Method | Example |
1530
+ | ------ | ------- |
1531
+ | `characters` | pa4nfrprzseqsmm32d6jif666107lhjmmyhjud6j78b8qnnx7vj8vfu0pjw618ibst336yqq9ze4lq0nvqm93sz6oiceqjlrjmz1cwpidlb138xzepqavm6oqib1ji9bzebhpavbbbjspqnfpmupaedyoclb87mg2gdxxvrk8rnj9jnabz4e3sj9ub0ogw76x4wxhim2vtcl99uf97ihoqxwokgulz8a9mxyqo3w2g80ho66d3nzhqhg13t7s5y, uw91tcerala2xasso78ynbzfnd74mchk4gpph5b2368jrhybb9pcv3yt4rzb6civxojajv5dvyu13ejztnzkhfoa1nxysy0hpv1x6pgs6l1qskhax6nbxl1utbas29n7du1qp8ye1vlsgwahb1mc7pthqk2c4r87b3p8vdkwp693mdpfqsdoey1kdxzr3952u6doq4oljau8tvldp6xgofrlv3cu6rf05lsal29aqxry2ed5katrrsycgab4qhk, 91lp4tp612s7bhtt81xl899h0r3jq04whp1yr1tt0rhzciam9m72hwwaluju6i6vy2oyrjfreqcelea5g3yai8zoywli8wlidmnlfk3enehxofwynfmqm4241i5sdphgitpabl0kjwvqm5iq0pxxdgiz3jjq84r2mrchgajrat25am2fmv0szyo2fdspo0jp8f226xs798z0qkvrh4x60j5s05nvs26av9y2wauvcdkr58hooq700wt1r86m90b |
1532
+ | `paragraph` | Desejo escolha todo labuta não conseqüências justa. Evitada nosso exercício criticar homem lhe exceto aqueles simples. Dos piores às nosso se escolha falham prever. Toda dolorosas momento com darei labuta algum nosso esses. Do grande desimpedido algum impede livre explicar-lhe evitar sistema., Físico bem-vindo equivocada disso quem. Quem conseqüências ocorrerá tampouco todo. Não poder laborioso fáceis louvar. Obrigações mais sistema os indignação desfrutar devo momento. Todo devo toda equivocada por podem homem mas., Nós mais desmoralizados obter homens é devem outro escolha. Ocasionalmente circunstâncias outros equivocada enganados felicidade alguma. Mestre-construtor um ninguém devem simples devo prazeres ocorrem fazer. Denunciamos relato acontecer alguma através encantos pelo evitada. |
1533
+ | `paragraphs` | Desmoralizados perfeitamente desimpedido explicar-lhe aborrecimentos o fáceis evita outro. Devido felicidade são relato podem fadados. Expondo denunciar ser grande simples encantos tolera encolhimento ame., Labuta vantagem àqueles sempre nada ocorrem sabem quem homem. Há antipatia exercício às explicar-lhe ocasionalmente darei pelo casos. Sempre prever direito expondo reais. Mesmo uma idéia dolorosas tão criticar sábio obrigações. Da alguém outro homens qual ocorrerá., Sabem problemas encantos produz reivindicações capazes. Ocorrem alguma produz trivial labuta prazeres do físico da. Ocasionalmente igual em ensinamentos impede., Desfrutar o disso com dizer. Evitar mais trivial desimpedido encantos tão. Impede dolorosas racionalmente labuta se idéia às vontade. Pelo casos outros piores certas ou. Desmoralizados fazer buscar encolhimento encantos desejo., Dar escolhe evita nasceu a antipatia dolorosas sistema. Alguém bem-vindo vontade irritantes completo. Acontecer deseje explicar-lhe evitada fáceis falham ser algum. Si livre sabem perfeitamente explicar-lhe mas., Nós produz capazes encantos qual resultante tem louvar a. Desejo não repudiados darei sabem toda. É conseqüências laborioso humana ocorrem si algum. Direito fazer obrigações casos capazes assegurar equivocada denunciar simples., Resultante criticar fáceis labuta vantagem dar proporcionar produz. Labuta da pertence reais escolhe gosta dar e. Obter piores ame esses qual extremamente., Darei alguma pertence lado podem. Obrigações louvar por da felicidade dolorosas. Seu pertence capazes gostamos mais fraqueza evitada negócios ninguém. Igual devo se evita como equivocada. Piores poder tolera assegurar alguém., Dolorosas antipatia prazer ensinamentos pelo. Piores aceitos deseje ame dever. Um explicar-lhe freqüentemente capazes obter certas humana desejo com. Como mesmo ocasionalmente negócios indignação racionalmente devem tem. |
1534
+ | `phrase` | Encantos sábio disso mesmo aceitos através irritantes verdade relato., Princípio indignação escolhe felicidade com., Evitada através louvar mesmo ensinamentos gosta seleção devido desejo. |
1535
+ | `phrases` | Há acontecer rejeita aceitos ninguém., Relato rejeita sabem busque perfeitamente momento., Mesmo outros antipatia louvar toda verdade encontram evitar princípio., Qual físico cegados enganados portanto dizer., Ame exemplo desimpedido vantagem nasceu fadados dores estão quando., Exemplo e assegurar negócios ensinamentos homem., Encantos dores ninguém mesmo simples., Repudiados certas são momento vantagem pertence., Homens ser obter quando sempre. |
1536
+ | `sentence` | Desejo louvar explicar-lhe negócios maiores ou relato., Ocasionalmente nós culpa que negócios às darei tampouco., Assegurar laborioso racionalmente com cegados em. |
1537
+ | `sentences` | Pelo vontade dolorosas uma quando., Momento ensinamentos ame qual perfeitamente negócios., Prazer dever nasceu darei homem., Distinguir rejeita poder da enganados casos são e., Tampouco igual justa dos uma pelo freqüentemente para., Deseje conseqüências de em físico., Hora ensinamentos relato aceitos explicar-lhe., Em hora alguma resultante para escolha labuta., Perfeitamente seu igual momento reivindicações simples desimpedido distinguir falham. |
1538
+ | `word` | rejeita, devo, racionalmente |
1539
+ | `words` | sejamos, um, trivial, desimpedido, os, tem, prazeres, a, completo |
1160
1540
 
1161
1541
  ## FFaker::LoremCN
1162
1542
 
1163
1543
  | Method | Example |
1164
1544
  | ------ | ------- |
1165
- | `paragraph` | 杀鸡取卵杀鸡儆猴朝霞辉映子桃红柳绿, 洗耳恭听一文不值枣红十万火急交谈天崩地裂当午日明, 六根清净交头接耳迫不及待叮叮当当, 慢慢鸟瞰暴雨如注口蜜腹剑雪飘如絮一眨眼五光十色壮志凌云迫在眉睫。, 冰雪消融无穷无尽张灯结彩八仙过海,各显神通前因后果七高八低九死一生望, 有始有终万家灯火千山万水变幻莫测为国捐躯, 不胜枚举一诺千金成千上万天高云淡, 亡羊补牢五湖四海千丝万缕张灯结彩水帘悬挂逝世面红耳赤时隐时现, 漫漫长夜姿态万千手舞足蹈无穷无尽感慨万分光阴似箭梨黄。, 嚎顷刻间连连称赞惊涛骇浪成千上万冰清玉洁借尸还魂自说自话, 白璧无瑕身材魁梧鼠目寸光视死如归打草惊蛇喜笑颜开对牛弹琴, 六根清净惊惶失措琳琅满目万紫千红江水滚滚, 素车白马瞅有恃无恐言而有信水平如镜。 |
1166
- | `paragraphs` | 八面威风悠然自得秋高气爽东拼西凑九牛一毛旭日东升, 难舍难分迫在眉睫千奇百怪星月如钩兴致勃勃画蛇添足开怀大笑, 绿莹莹悔恨交加虎啸龙吟天昏地暗, 星光熠熠闻名于世千军万马前赴后继东倒西歪自吹自擂。, 返老还童东倒西歪毅然决然异口同声, 一毛不拔恨之入骨去世微微一笑火红惊涛骇浪门口罗雀三头六臂八面威风, 朝气勃勃六根清净提心吊胆仰望咬牙切齿自说自话铿锵有力灯红酒绿李白桃红, 苹果绿失声痛哭一落千丈子, 讨论无影无踪一言九鼎吱呀四海为家内忧外患愁眉苦脸有气无力开怀大笑。, 三思而行四通八达云浪滚滚金光万道心明眼亮雄心勃勃绵绵细雨拾金不昧瞄, 五花八门顺手牵羊尸骨累累凶多吉少有名无实, 舍近求远讨论亭亭玉立一心一意激动万分令人发指时而, 风平浪静江水滚滚万家灯火枝繁叶茂连连称赞, 五体投地前赴后继亭亭玉立鹤立鸡群叹为观止暴风骤雨月白风清时明时暗不理不睬。, 犹豫不决风平浪静毫无希望牺牲红彤彤一本万利载歌载舞, 大名鼎鼎朝气勃勃不吵不闹马到成功, 四分五裂三令五申鱼目混珠三顾茅庐潸然泪下, 湖蓝语气坚定管中窥豹生死存亡谈论无精打采同心同德雄狮猛虎, 顾虑重重不干不净十分可恶面红耳赤扬眉吐气冉冉。, 齐心协力一气呵成轻风徐徐扬眉吐气, 牛头马面仰望万紫千红一文不值视死如归燃眉之急沙沙半推半就, 招兵买马有始有终缓缓足下生辉移步换影桃红柳绿, 嚎黑白分明轻风徐徐已故讨论一诺千金生气勃勃有恃无恐, 瞬息万变前所未有追悔莫及顺手牵羊顾虑重重。, 三顾茅庐叮叮当当大名鼎鼎东拉西扯一诺千金雄鸡报晓绞尽脑汁仰望, 心灵手巧杀鸡儆猴五光十色怒发冲冠, 招兵买马中午时分一身是胆废寝忘食四分五裂, 一日三秋霎时间三生有幸无影无踪虎啸龙吟数不胜数九鼎一丝。, 浩浩荡荡无忧无虑弹孔累累疾走如飞, 千军万马众志成城生龙活虎十万火急, 形态不一闷闷不乐可憎可恶雄心勃勃信守诺言不理不睬犹豫不决怒气冲冲, 天经地义无情无义冰雪消融喀嚓一鸣惊人不胜枚举十全十美。, 星光熠熠一身是胆四面楚歌云开日出雄狮猛虎, 六道轮回黑白相间四海为家闻名于世中午时分, 咕噜小心翼翼哗哗啦啦秋高气爽激动人心惊天动地。, 老态龙钟投桃报李桃红柳绿九死一生泪如泉涌天罗地网亭亭玉立, 俯瞰开怀大笑时隐时现果实累累, 目瞪口呆泪流满面愁眉苦脸果实累累鸣千军万马。 |
1167
- | `sentence` | 看望激动不已果实累累四面八方自言自语舍己为人雪中送炭,, 秋风凉爽信守诺言自吹自擂扬眉吐气叮当,, 前所未有狗急跳墙激动人心头重脚轻观察, |
1168
- | `sentences` | 昂首阔步张口结舌万紫千红白雪皑皑开怀大笑绿莹莹一箭双雕,, 感慨万分三九严寒一心一意无牵无挂移步换影六根清净,, 废寝忘食东倒西歪千奇百怪六根清净白璧无瑕叮当,, 五光十色高山峻岭四海为家感慨万分乳白,, 自言自语自吹自擂桃红柳绿一马当先波光粼粼三头六臂一眨眼,, 自吹自擂雄狮猛虎细雨如烟波浪滚滚果实累累不屈不挠,, 乳白十全十美千变万化大汗淋漓一马当先嫣然一笑沙沙思前顾后雄心勃勃,, 冰天雪地满山遍野夜幕降临风平浪静嚎啕大哭绿浪滚滚,, 闷闷不乐狐疑不决白雪皑皑不胜枚举危峰兀立一贫如洗, |
1169
- | `word` | 风和日丽, 安危冷暖, 江水滚滚 |
1170
- | `words` | 眺望, 咕咚, 天老地荒, 心急如焚, 逝世, 赤日炎炎, 不可胜数, 疾走如飞, 惊惶失措 |
1545
+ | `paragraph` | 白雪皑皑自言自语变幻莫测举世闻名白雪皑皑黄澄澄万家灯火色彩斑斓, 千变万化十字街头三更半夜潸然泪下, 叮叮咚咚难舍难分乘热打铁盯洁白无瑕。, 去世嘶叫爱屋及乌硕果累累欲哭无泪一本万利蹑手蹑脚, 神采奕奕时明时暗大雪封门啼出尔反尔两袖清风震耳欲聋鸟瞰, 杯弓蛇影半梦半醒舍己为人银妆素裹西装革履不清不楚车水马龙, 怒气冲冲舒舒服服苹果绿叶公好龙一触即发白骨累累无精打采疾走如飞, 旭日东升一气呵成前仰后合泪眼汪汪爱屋及乌危峰兀立同心同德车水马龙不伦不类。, 四面八方万家灯火杀鸡儆猴无边无际迫不及待, 五谷丰登波涛汹涌惊惶失措专心致志, 咕咚危峰兀立不闻不问纷纷扬扬东拉西扯艳阳高照五彩缤纷, 出生牛犊碧空如洗春暖花开健步如飞急不可待五湖四海, 万紫千红人流如潮姿态万千惊弓之鸟白骨累累刻苦钻研去世。 |
1546
+ | `paragraphs` | 万家灯火交头接耳牺牲深入浅出烈日灼灼淅淅沥沥雄心勃勃, 月白风清和风拂面能屈能伸白雪皑皑七上八下吉祥如意, 闷闷不乐喜怒哀乐早出晚归鸦雀无声, 一毛不拔千秋万代焦急万分一字千金暴风骤雨亡羊补牢秋风凉爽提心吊胆瞄, 生离死别白骨累累倾盆大雨东倒西歪雪花飞舞鸡犬不宁一落千丈。, 激动不已异口同声嚎东奔西走黑压压高山峻岭乌云翻滚一触即发嘶, 毅然决然专心致志面红耳赤扑哧李白桃红龙马精神小心翼翼已故, 移步换影风平浪静九牛一毛波光粼粼, 鱼目混珠黄澄澄一眨眼雄狮猛虎白纸黑字。, 喜出望外借尸还魂专心致志灰心丧气, 一箭双雕一鸣惊人成千上万怒气冲冲七嘴八舌精益求精十万火急缓缓, 一鸣惊人买空卖空鸣飞流直下白璧无瑕, 追悔莫及飞流直下鸡飞蛋打四海为家一泻千里烈日灼灼丧失人性鹅黄返老还童。, 一言九鼎马到成功目瞪口呆亭亭玉立舍近求远, 天寒地冻波光粼粼左顾右盼喀嚓天荒地老杀鸡儆猴茫雾似轻十指连心, 天荒地老左顾右盼心直口快拾金不昧。, 五彩缤纷生龙活虎恨之入骨急急忙忙, 注视首泣不成声孔雀蓝黑压压白浪滔天招兵买马, 无忧无虑刹那间嘶闷闷不乐, 天老地荒环视七嘴八舌手舞足蹈东倒西歪画蛇添足。, 星转斗移天色模糊变化多端绿树成阴, 怒目而视半推半就大汗淋漓梨黄, 刻苦钻研兴致勃勃三顾茅庐微微一笑。, 四分五裂声东击西惊弓之鸟前仰后合响彻云霄首, 唧唧喳喳有恃无恐激动万分千姿万状无情无义, 亭亭玉立雪白灯火通明慷慨激昂秋月似钩。, 震天动地果实累累张灯结彩仰望能屈能伸哗啦, 天长日久浩浩荡荡青红皂白嫣然一笑九牛一毛狗急跳墙, 落叶沙沙气势恢弘徐徐交流。, 烈日当空招兵买马鸡飞蛋打马到成功万丈瀑布缓缓字正腔圆不明不白, 倾盆大雨三思而行雨打风吹五体投地八面威风无牵无挂一眨眼半信半疑, 无牵无挂无精打采讨论天高云淡, 千里冰封伤心落泪龙争虎斗白纸黑字天南地北俯瞰龙马精神。 |
1547
+ | `sentence` | 前呼后拥两败俱伤千姿万状洁白如玉嚷大同小异,, 忐忑不安人声鼎沸千姿百态两袖清风绞尽脑汁指鹿为马有始有终日月如梭自言自语,, 麦浪滚滚与世长辞自高自大青黄不接天崩地裂无忧无虑千姿百态万紫千红, |
1548
+ | `sentences` | 大名鼎鼎微微一笑千变万化流星赶月硕果累累行云流水八面威风,, 静思默想东倒西歪十字街头逝世,, 嚎叫失声痛哭一文不值果实累累粉妆玉砌螳臂当车兴致勃勃,, 四面八方二三其德千军万马虎背熊腰,, 红通通甲闷闷不乐两败俱伤洁白无瑕绿树成阴驾崩茫雾似轻,, 心灰意冷华灯初上赞叹不已争分夺秒十万火急天经地义万花凋谢一马当先自暴自弃,, 不计其数一言九鼎摩肩接踵洁白如玉五花八门泪如雨下,, 无缘无故铺天盖地去世灯火通明行云流水盯杀鸡取卵四平八稳,, 暑气逼人啼虎背熊腰连连称赞一诺千金秋风凉爽缓缓, |
1549
+ | `word` | 言而有信, 同心同德, 半梦半醒 |
1550
+ | `words` | 失声痛哭, 交流, 生死存亡, 乘热打铁, 心旷神怡, 环视, 十指连心, 风狂雨猛, 三令五申 |
1171
1551
 
1172
1552
  ## FFaker::LoremFR
1173
1553
 
1174
1554
  | Method | Example |
1175
1555
  | ------ | ------- |
1176
- | `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. |
1177
- | `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. lequel bourg-en-lettres fallut aguets consonnia là 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 passage ligne. |
1178
- | `phrase` | Côtes été nom ces chemin jour sémantique le purent., Fourbes à peut subline langues virgulos encore., Volent en leurs des skyline une. |
1179
- | `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. |
1180
- | `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. |
1181
- | `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. |
1182
- | `word` | petite, oreille, l |
1183
- | `words` | exploitent, dans, pans, sa, par, histoire, Et, Grammaire, déjà |
1556
+ | `paragraph` | Vils un par la italiques ils. Déconcerter oreille fourmillait pourtant rhétorique nom grand alphanatale. Encore depuis initiale l., Italiques lequel premiers toutes puissante en c. Avait vils fourmillait réecrite. Prémâchées le l ligne delà sauf encoreloin oxymore remit. Headline déjà cela qu grammaire par bolo retrait là-bas., Mésusèrent le projets puis le. Point les maintes interpelle de régit réecrite était. Tas là-bas au d litéralement voyellie headline phrases bercail. |
1557
+ | `paragraphs` | Retourner ipsum en saoule en. Ce lieues fins qu. Coula premiers alors se., Italiques depuis toute des prévint traîner fourmillait preuve. Pointdexclamators aux grammaire bien prémâchées fin. Sauf cela aguets c attendraient ruisseau mais., Prévint monts retourner en toute. Tout entiers voyellie skyline mot. Question depuis finir sain leurs cette coula sur vils. Règlalades glissa long avait voulut copy., Bolo lettrines vodkale vie paragraphe par. Pour le finir question retourner. Jour fût aguets mots. Ses prévint dans ce. Rebrousser jour toute panse mot., Même aventurer lettrines retourner est de tout rencontra entiers. Alphabetville traîner là-bas pacqua. Mot pays glissa pacqua regard orthodoxographique maintes. Et mais dans longtemps de réecrite., Aventurer que voyellie fourbes interpelle oreille skyline petit lettrines. Du sain ce voyellie instrumentalisèrent ne convaincre déconcerter. Lorem un petit instrumentalisèrent dans. Bien paragraphe passage alphanatale prémâchées sournois. Écho fourmillait sain chemin mésusèrent en., Prévint fois décida désormais ressaisi écho. Attendraient sauf cuit genre dans leurs à toutes. Que sauf ses regard aguets cuit question bouche entiers. Purent mots bonnes retrait petit même lequel. Rue se été puis firent flancs créas., Saoule retrait ces phrases lorem par chaîne. Venait purent il que s. Rue grand mésusèrent attendraient la., Saoule purent jeta fût motus et lieues. Nécessaires joue en prevenant. Lieues loin semicolons longtemps coeur exploitent au on. |
1558
+ | `phrase` | Déconcerter sa exploitent grand., Et loin sa qui., En lui prémâchées mots était projets. |
1559
+ | `phrases` | Mit grammaire saoule un initiale langues., Sur leur régit sûr., Décida coula prevenant lourd vous alphanatale bien nostalgique genre., pas qu projets headline ville sans ruisseau sa., Venait déjà se lettrines skyline grammaire., Ipsum flancs exploitent aventurer un interpelle règlalades paragraphe., Larousse ferait ipsum sauf saoule., Mit nostalgique d et consonnia réecrite déconcerter pourtant voyellie., Par voyellie bonnes jour prevenant panse et. |
1560
+ | `sentence` | D sournois et bercail très., Puissante ils chemin côtes gravi le là-bas l., Leur mit petit monts dissuader ils. |
1561
+ | `sentences` | Retrait convaincre ses oxymore coula volent paragraphe se encore., Motus glissa virgulos propre écho de créas consonnia monts., Ipsum par très ferait., Instrumentalisèrent pas passage genre ils subline., Puissante cuit qui écho regard se propre paradisiagmatique leurs., Une pacqua fût premiers fallut litéralement pourtant longtemps., Prochain grand gravi larousse l ils., Attendraient ferait leurs par mot propre il., Mot delà ils raviser initiale pans un alphanatale. |
1562
+ | `word` | bien, puis, ruisseau |
1563
+ | `words` | Et, se, petite, monts, depuis, bouche, rebrousser, petite, fallut |
1564
+
1565
+ ## FFaker::LoremIE
1566
+
1567
+ | Method | Example |
1568
+ | ------ | ------- |
1569
+ | `paragraph` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1570
+ | `paragraphs` | An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An cat: "Tugann tú bia dom. Ligeann tú isteach is amach mé. Codlaím i d'ucht, nó ar an leaba, nó os comhair an tine, mar is mian liom. Caithfidh gur dia mé!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!", An madra: "Tugann tú bia dom. Ligeann tú dom codladh istigh mar a bhfuil sé tirim. Slíocann tú mo cheann ó am go ham. Caithfidh gur dia thú!" |
1571
+ | `phrase` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1572
+ | `phrases` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1573
+ | `question` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1574
+ | `sentence` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1575
+ | `sentences` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1576
+ | `word` | cráin, cearc, bonnán |
1577
+ | `words` | criogar, nathair, ceolaire, fuiseog, gabhlán, naoscach, naoscach, cat, torc |
1578
+
1579
+ ## FFaker::LoremIT
1580
+
1581
+ | Method | Example |
1582
+ | ------ | ------- |
1583
+ | `paragraph` | Parte facciale del cranio lento debutto giorno ardesia ville induttore rendiconto fuori uso. Demiurgo schermaglia preghiera elemento volenteroso ristabilire libano boccia. Bacino giacca addizione ambientazione sprecare. Lampo ritornatore mantiene schizzare corsivo dissuasore panca costate in preda al panico., Proporzione posizione idraulico succo moto. Cancro un danimarca giudice fusibile ombra. Ripresa tigre esperienza intestazione tavolozza cerchio puntello., Attivare progetti boccaglio rimettere elemento barriera tronco. Boccia precedente convincere rendiconto veto. Pistone sprecare sostituzione svasare domanda itinerario puntello in visita. Vivace ritrattazione mille umile tondo miscuglio la come. |
1584
+ | `paragraphs` | Modello versante onda tarantola. Ausiliario atonia addormentarsi leone. Ruggine secchio processi accenditore intestazione fermento fisioterapista entusiasta piuma. Sopra lombi pipistrello rifiuti figlio., Astuzia metà ritrattazione figlio verruca generazione bue ghiandola. Disciplina costole istituzione itinerario pistone corsivo debutto. Linea finire prime verso ingaggiare dissuasore notturno. No passaggio macchia sprecare., Fusibile disciplina in visita mille astuzia parco scavo negoziante. Scavo campo frequenza fuoco lento astuzia itinerario. Donna copia barriera vivente rifiuti rivelatore finire., Disciplina luogotenenti acquario debutto punto io. Deciso punteggiatura camino colpevole ombelico rendiconto. Piuma fuori uso lui punteggiatura rimprovero volo paragrafo tromba., La spalla scetticismo bacino tarantola. Scetticismo dissuasore schizzare no frequenza sillaba umile volo. Galleria somma cancro buongiorno elemento., Umile giaguaro ripresa telecamera tronco. Miliziano parete scetticismo genere padelle decida pastorella. Tromba piolo colpire idraulico fisioterapista in visita attenzione. Ictus lombi intelligente bene la giusto precedente bitta oracolo., Ornitorinco prevenire strumentale autunno. Astuzia mille parte facciale del cranio approvazione. Vivente voi paga mantiene addormentarsi alunno dissuasore., Camino orzo crescita eccessiva intestazione catena decida fornello qui. Parte facciale del cranio semantico modello rimprovero retorica si genere idillio. Intelligente progetti volano tromba fiamma ombra boccia. Entusiasta vaticano tromba miscuglio mille scavo vivente., In visita autunno francobollo punto eretto uniforme a righe vasta potente. Sala spalla kernel balsa succo alunno orzo lui valore. Sopra attivare voi sottolinea nostalgico santo metà camino privilegio. Ciclo continuo catena addormentarsi fusibile lombi. Maniera fiamma rifiuti bitta decadimento. |
1585
+ | `phrase` | Figlio versare decida prime rotonda giacca eco libano demiurgo., Ritrattazione fermento elemento fusibile., Finire giusto trocantere qui. |
1586
+ | `phrases` | Topos bene schizzare rivelatore si., Orzo ippopotamo soglia adozione ardesia puntello figlio., Le fuliggine punteggiatura mantiene rimprovero processi piccola artiglio calcestruzzo., D'oro ville eretto polso atonia oracolo miscuglio tempi lunghi., Annulla punteggiatura nome sottolinea camino bitta itinerario contatore., Parco agente emotivo autunno rapina vasta volenteroso boccaglio., Ciglio donna schermaglia ville., Nome costate lui volo nuotatore alga decadimento santo., Ciglio attendente rimprovero tarantola. |
1587
+ | `sentence` | Lato autorità sala meno come giogo fisioterapista vaticano., Punto puro d'oro solitario convincere rimettere sala., Pechinese ardesia costole convincere titanio. |
1588
+ | `sentences` | Rotazione parte facciale del cranio piolo schermaglia., Ruggine abile lombi ballerina nuotatore., Balsa bitta processi ritrattazione puro., Abdicazione balla somma campo orzo bene autunno libano., Lento finire colpire piuma boccaglio itinerario fornello bicipite., Parete splendore modulo piccola tronco toto pieno piuma., Spalla scarico pipistrello giusto panda uniforme a righe entusiasta retorica., Fisioterapista toto scavo balsa., Piolo sillaba fiamma leone strumentale topos considerare giudice sicuro. |
1589
+ | `word` | debutto, scetticismo, astuzia |
1590
+ | `words` | ripresa, volo, kernel, ripresa, succo, attenzione, taxi, lombi, succo |
1184
1591
 
1185
1592
  ## FFaker::LoremJA
1186
1593
 
1187
1594
  | Method | Example |
1188
1595
  | ------ | ------- |
1189
- | `character` | ち, と, |
1190
- | `characters` | をばのぞえか4+ねりぜびい7んぷゐ@¥/, ?よ=ぐぜしずぞえきい>ほ。¥ねぽ24か, きふとわ+を。4にへつべぼ<みまうろ*ぶ |
1191
- | `paragraph` | もちろんカムパネルラも知っている、本を読むひまも読む本もないので、やっぱり星だとジョバンニは思いましたが、やはりもじもじ立ち上がったままやはり答えができませんでした。, そして教室じゅうはしばらく机の蓋をあけたりしめたり本を重ねたりする音がいっぱいでしたが、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、たしかにあれがみんな星だと、みんなに問いをかけました。, ジョバンニも手をあげようとして、すぐお父さんの書斎から巨きな本をもってきて、その雑誌を読むと、みんなに問いをかけました。 |
1192
- | `paragraphs` | やっぱり星だとジョバンニは思いましたが、先生はしばらく困ったようすでしたが、本を読むひまも読む本もないので、自分で星図を指しました。, もちろんカムパネルラも知っている、このごろぼくが、もちろんカムパネルラも知っている、急いでそのままやめました。, 上から下へ白くけぶった銀河帯のようなところを指しながら、黒板につるした大きな黒い星座の図の、いつか雑誌で読んだのでしたが、カムパネルラが手をあげました。, やっぱり星だとジョバンニは思いましたが、すぐに返事をしなかったのは、そう考えるとたまらないほど、じぶんもカムパネルラもあわれなような気がするのでした。, その雑誌を読むと、するとあんなに元気に手をあげたカムパネルラが、そうだ僕は知っていたのだ、やはりもじもじ立ち上がったままやはり答えができませんでした。, と言いながら、それをカムパネルラが忘れるはずもなかったのに、たしかにあれがみんな星だと、それはいつかカムパネルラのお父さんの博士のうちでカムパネルラといっしょに読んだ雑誌のなかにあったのだ。, と言いながら、このごろぼくが、やっぱり星だとジョバンニは思いましたが、まっ黒な頁《ページ》いっぱいに白に点々のある美しい写真を二人でいつまでも見たのでした。, カムパネルラともあんまり物を言わないようになったので、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、ぎんがというところをひろげ、立ってみるともうはっきりとそれを答えることができないのでした。, それどこでなくカムパネルラは、たしかにあれがみんな星だと、カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、自分で星図を指しました。 |
1193
- | `sentence` | それをカムパネルラが忘れるはずもなかったのに, それどこでなくカムパネルラは, ジョバンニも手をあげようとして |
1194
- | `sentences` | このごろぼくが, ザネリが前の席からふりかえって, 上から下へ白くけぶった銀河帯のようなところを指しながら, と言いながら, すぐお父さんの書斎から巨きな本をもってきて, 上から下へ白くけぶった銀河帯のようなところを指しながら, このごろぼくが, そうだ僕は知っていたのだ, すぐお父さんの書斎から巨きな本をもってきて |
1195
- | `word` | ガラス, レンズ, 写真 |
1196
- | `words` | つまり, ノート, 蓋, 下, 銀河帯, 自分, 銀河, 乳, 毎日教室 |
1596
+ | `character` | !, ふ, |
1597
+ | `characters` | ぽふ@ろた1もこ>らご#をくおばぜそちぎ, @=そ6みずく43きぽぷ+ごせか7をふり, ぺせり1けか+がぽち?5ぐ4きとる0え2 |
1598
+ | `paragraph` | たしかにあれがみんな星だと、先生は意外なようにしばらくじっとカムパネルラを見ていましたが、ぎんがというところをひろげ、カムパネルラが手をあげました。, そうだ僕は知っていたのだ、カムパネルラともあんまり物を言わないようになったので、先生はしばらく困ったようすでしたが、ジョバンニを見てくすっとわらいました。, 上から下へ白くけぶった銀河帯のようなところを指しながら、このごろぼくが、それどこでなくカムパネルラは、先生はまた言いました。 |
1599
+ | `paragraphs` | このごろはジョバンニはまるで毎日教室でもねむく、すぐお父さんの書斎から巨きな本をもってきて、すぐに返事をしなかったのは、なんだかどんなこともよくわからないという気持ちがするのでした。, その雑誌を読むと、このごろはジョバンニはまるで毎日教室でもねむく、先生はしばらく困ったようすでしたが、みんなに問いをかけました。, カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ、ジョバンニは勢いよく立ちあがりましたが、すぐに返事をしなかったのは、先生はまた言いました。, このごろぼくが、たしかにあれがみんな星だと、学校に出てももうみんなともはきはき遊ばず、それから四、五人手をあげました。, このごろぼくが、もちろんカムパネルラも知っている、たしかにあれがみんな星だと、自分で星図を指しました。, そう考えるとたまらないほど、ジョバンニは勢いよく立ちあがりましたが、いつか雑誌で読んだのでしたが、先生がまた言いました。, そう考えるとたまらないほど、と言いながら、学校に出てももうみんなともはきはき遊ばず、先生はまた言いました。, 学校に出てももうみんなともはきはき遊ばず、いつか雑誌で読んだのでしたが、と言いながら、ジョバンニはまっ赤になってうなずきました。, ジョバンニは勢いよく立ちあがりましたが、先生はしばらく困ったようすでしたが、先生はしばらく困ったようすでしたが、ジョバンニはまっ赤になってうなずきました。 |
1600
+ | `sentence` | そして教室じゅうはしばらく机の蓋をあけたりしめたり本を重ねたりする音がいっぱいでしたが, このごろはジョバンニはまるで毎日教室でもねむく, やっぱり星だとジョバンニは思いましたが |
1601
+ | `sentences` | 学校に出てももうみんなともはきはき遊ばず, そうだ僕は知っていたのだ, カムパネルラがそれを知ってきのどくがってわざと返事をしなかったのだ, カムパネルラともあんまり物を言わないようになったので, 本を読むひまも読む本もないので, 先生はしばらく困ったようすでしたが, そうだ僕は知っていたのだ, そうだ僕は知っていたのだ, このごろはジョバンニはまるで毎日教室でもねむく |
1602
+ | `word` | 先生, ぎん, |
1603
+ | `words` | お父さん, 答え, 銀河帯, 蓋, 砂利, お父さん, つぶ, 学校, お祭り |
1197
1604
 
1198
1605
  ## FFaker::LoremKR
1199
1606
 
1200
1607
  | Method | Example |
1201
1608
  | ------ | ------- |
1202
- | `paragraph` | 일편단심일세 닳도록 기상일세 동해 가을 화려강산. 길이 사랑하세 철갑을 없이 삼천리 대한으로 소나무 맘으로. 대한으로 보전하세 높고 구름 바람서리. 대한으로 위에 보우하사 맘으로 무궁화 우리나라 가을 마르고 하느님이. 바람서리 달은 괴로우나 철갑을 하늘 두른 우리나라 남산 위에., 없이 동해 다하여 닳도록 충성을 마르고 공활한데 우리나라 이. 기상일세 밝은 보우하사 다하여 맘으로 사람 소나무. 공활한데 나라 밝은 보전하세 무궁화 맘으로. 마르고 불변함은 화려강산 철갑을. 화려강산 물과 우리 나라 삼천리 기상과 소나무 무궁화 우리나라., 바람서리 삼천리 동해 철갑을 물과. 우리나라 대한으로 하느님이 맘으로 동해 마르고 대한 두른 다하여. 무궁화 맘으로 남산 마르고 보우하사 다하여 대한으로 나라. 가슴 불변함은 마르고 물과 화려강산 즐거우나. 일편단심일세 가슴 밝은 우리 두른 괴로우나 저 충성을. |
1203
- | `paragraphs` | 기상일세 삼천리 닳도록 우리 다하여 보전하세 두른 무궁화 괴로우나. 무궁화 화려강산 기상과 높고 없이 두른 철갑을. 바람서리 가슴 나라보전하세 무궁화 높고 공활한데 맘으로. 무궁화 하늘 가슴 사람 즐거우나 달은 위에., 구름 보우하사 공활한데 위에 백두산이 기상과. 마르고 보우하사 보전하세 두른 화려강산 바람서리 무궁화 백두산이. 화려강산 위에 충성을 바람서리 괴로우나. 동해 만세 화려강산 보전하세 일편단심일세 하느님이 삼천리 소나무. 하늘 만세 마르고 괴로우나 동해 소나무., 닳도록 기상일세 불변함은 기상과 위에. 맘으로 남산 즐거우나 다하여 우리. 사랑하세 바람서리 철갑을 닳도록 없이., 충성을 물과 화려강산 공활한데 마르고 무궁화 불변함은 일편단심일세. 보전하세 불변함은 나라 기상과 만세. 밝은 대한 철갑을 사랑하세 사람., 대한 바람서리 우리나라 화려강산 사람. 두른 충성을 남산 사람 나라 기상과 이. 우리나라 공활한데 일편단심일세 삼천리 보우하사. 화려강산 철갑을 동해 남산 무궁화 충성을. 화려강산 삼천리 보전하세 하느님이 달은 길이., 동해 하느님이 나라 길이 불변함은 일편단심일세 우리나라. 사랑하세 구름 물과 닳도록 하느님이 마르고. 달은 괴로우나 대한으로 대한 우리나라 마르고 우리 바람서리., 백두산이 밝은 즐거우나 물과 공활한데. 가을 삼천리 달은 대한 동해 닳도록. 즐거우나 대한 하느님이 대한으로 길이. 보우하사 괴로우나 가슴 보전하세 공활한데 기상일세., 하느님이 삼천리 맘으로 구름 보전하세 하늘 높고 우리나라 달은. 하느님이 위에 무궁화 철갑을 높고 하늘 소나무 대한. 바람서리 하늘 하느님이 대한으로 삼천리 마르고 듯. 만세 즐거우나 소나무 없이 밝은 공활한데., 높고 충성을 우리나라 달은 가슴 공활한데 닳도록. 나라 높고 남산 동해 길이 밝은. 삼천리 닳도록 괴로우나 사랑하세 일편단심일세 불변함은 두른. |
1204
- | `phrase` | 하느님이 닳도록 길이 하늘 동해 대한 괴로우나 저., 마르고 구름 물과 일편단심일세 괴로우나 기상과., 백두산이 구름 충성을 기상일세 사랑하세. |
1205
- | `phrases` | 삼천리 우리나라 물과 가슴 불변함은 다하여 백두산이., 삼천리 기상과 동해 무궁화., 공활한데 대한 사람 일편단심일세 가을 충성을 물과., 공활한데 즐거우나 구름 화려강산 충성을 무궁화 괴로우나 대한으로 만세., 우리나라 사랑하세 두른 무궁화 가슴 충성을., 닳도록 삼천리 하느님이 물과 백두산이 구름., 대한으로 두른 무궁화 기상과 하늘., 남산 하늘 삼천리 일편단심일세 무궁화 소나무 사랑하세., 맘으로 가슴 기상일세 밝은 대한으로 듯. |
1206
- | `sentence` | 물과 맘으로 철갑을 기상과 만세 공활한데 일편단심일세., 두른 물과 불변함은 사랑하세 철갑을., 마르고 철갑을 물과 불변함은 보우하사 닳도록 대한으로. |
1207
- | `sentences` | 높고 우리나라 만세 괴로우나 기상과 물과 구름., 소나무 닳도록 두른 남산 사랑하세 다하여., 백두산이 괴로우나 길이 우리 대한으로 높고 밝은 없이 충성을., 사람 다하여 위에 불변함은 기상일세 충성을., 가을 일편단심일세 길이 바람서리 나라 남산 보전하세., 나라 밝은 가슴 마르고 불변함은., 공활한데 길이 위에 대한 높고 만세 즐거우나 바람서리., 소나무 우리나라 바람서리 우리 높고., 충성을 불변함은 가슴 나라 공활한데 삼천리. |
1208
- | `word` | 구름, 동해, 삼천리 |
1209
- | `words` | 만세, 화려강산, 달은, 소나무, 기상일세, 사람, 삼천리, 만세, 불변함은 |
1609
+ | `paragraph` | 기상과 공활한데 우리나라 길이 사랑하세 만세 사람 가슴 대한으로. 달은 만세 공활한데 충성을 무궁화 보우하사. 남산 충성을 밝은 닳도록 마르고 없이 다하여. 소나무 마르고 물과 만세 위에 닳도록 기상과. 보전하세 대한 밝은 위에 가슴 충성을 기상일세 동해., 만세 남산 괴로우나동해 공활한데 길이. 하늘 두른 철갑을 닳도록 공활한데 밝은. 길이 가슴 대한으로 괴로우나 맘으로 동해 마르고 소나무., 맘으로 바람서리 공활한데 하느님이 괴로우나 철갑을. 대한으로 하늘 바람서리 위에 충성을 밝은 화려강산. 하느님이 맘으로 하늘 동해 닳도록 공활한데 대한으로. 보우하사 달은 불변함은 기상일세 위에. 하늘 우리나라 동해 보전하세 닳도록 일편단심일세 나라. |
1610
+ | `paragraphs` | 달은 동해 가을 괴로우나 보전하세 다하여 불변함은 사랑하세. 화려강산 기상과 바람서리 우리나라 사람 일편단심일세. 우리 두른 구름 일편단심일세 우리나라. 가슴 길이우리 없이. 두른 대한 일편단심일세 기상일세 즐거우나., 나라 우리나라 두른 일편단심일세 만세 기상과 물과. 위에 만세 우리나라 하늘 소나무 없이 기상일세. 구름 대한으로 기상일세 충성을 닳도록 하늘 없이. 가슴 사랑하세 높고 소나무 괴로우나 길이 가을. 공활한데 구름 철갑을 우리나라 가을 대한 두른., 대한 물과 삼천리 남산 화려강산 구름. 보우하사 불변함은 위에 없이 하느님이 우리나라 기상일세. 무궁화 기상과 불변함은 없이 대한 철갑을 밝은 기상일세 동해., 가슴 괴로우나 밝은 구름 만세 위에 철갑을. 일편단심일세 대한 길이 하느님이 백두산이 달은 두른. 남산 대한으로 무궁화 철갑을 밝은 가슴 우리나라 우리 높고. 길이 나라 우리나라 대한 맘으로 위에 보우하사., 불변함은 없이 무궁화 백두산이 대한으로 동해 괴로우나. 길이 불변함은 없이 하늘 하느님이 대한으로 즐거우나. 괴로우나 없이 위에 가슴 닳도록 우리나라 기상일세. 다하여 만세 즐거우나 남산 대한으로 일편단심일세 대한. 일편단심일세 구름 없이 달은 만세 우리., 맘으로 높고 가을 밝은 위에. 하느님이 백두산이 보전하세 닳도록 맘으로 나라 가을 가슴 위에. 대한으로 대한 하늘 만세 사랑하세 일편단심일세 우리나라 즐거우나 보전하세. 구름 나라 길이 만세 사람. 달은 밝은 사람 구름 괴로우나., 바람서리 보우하사 마르고 만세 하늘 우리. 우리나라 기상과 철갑을 나라. 맘으로 구름 공활한데 닳도록 우리나라 사랑하세 길이 높고. 달은 보우하사 사랑하세 사람 하늘 무궁화 철갑을. 사람 공활한데 위에 충성을 철갑을 보전하세 사랑하세., 밝은 물과 화려강산 남산 없이. 동해 저 바람서리 물과 우리 백두산이 기상과 소나무. 두른 달은 구름 만세 불변함은 보전하세 사랑하세 화려강산. 공활한데 무궁화 화려강산 충성을 일편단심일세 밝은 없이 괴로우나., 삼천리 보전하세 위에 사람 기상과 우리 충성을 불변함은. 사람 위에 소나무 만세 가을 무궁화. 무궁화 일편단심일세 달은 길이 듯. |
1611
+ | `phrase` | 밝은 백두산이 바람서리 하느님이 기상일세 마르고 없이., 사람 충성을 삼천리 없이 남산 사랑하세., 밝은 즐거우나 길이 두른 듯 보전하세 구름 무궁화 불변함은. |
1612
+ | `phrases` | 두른 백두산이 화려강산 소나무 하느님이 마르고 우리., 마르고 높고 달은 대한 불변함은 대한으로 삼천리., 가슴 불변함은 달은 우리나라 만세 물과 사람 보전하세., 하늘 공활한데 우리 높고 즐거우나 백두산이 화려강산 가슴., 물과 괴로우나 나라 무궁화 다하여 사랑하세 길이 가을., 기상일세 즐거우나 충성을 우리나라 두른 나라., 만세 남산 길이 높고 동해 나라 일편단심일세 없이 기상일세., 물과 소나무 맘으로 바람서리 동해 다하여., 물과 두른 바람서리 맘으로 보우하사 보전하세 위에 닳도록 괴로우나. |
1613
+ | `sentence` | 즐거우나 하늘 우리나라 괴로우나 보전하세., 우리나라 다하여 대한 하느님이 가슴 백두산이., 대한으로 가슴 대한 공활한데 바람서리 철갑을 동해. |
1614
+ | `sentences` | 공활한데 백두산이 불변함은 다하여 동해., 맘으로 철갑을 하늘 달은 불변함은., 두른 마르고 우리나라 밝은 남산 달은., 대한 불변함은 물과 보우하사 듯., 충성을 구름 불변함은 바람서리 화려강산 남산 맘으로 만세., 불변함은 공활한데 즐거우나 밝은 대한으로 대한 이., 맘으로 사람 동해 마르고 보전하세 높고 가슴 공활한데., 기상과 철갑을 우리나라 대한으로 보전하세 없이 듯., 일편단심일세 사람 없이 삼천리 불변함은 다하여 하늘 소나무. |
1615
+ | `word` | 만세, 사랑하세, 높고 |
1616
+ | `words` | 닳도록, 밝은, 기상일세, 동해, 맘으로, 소나무, 없이, 마르고, 다하여 |
1210
1617
 
1211
- ## FFaker::LoremUA
1618
+ ## FFaker::LoremPL
1212
1619
 
1213
1620
  | Method | Example |
1214
1621
  | ------ | ------- |
1215
- | `paragraph` | Все золота чаклував нужду Сивоок клопотах честь життя, заварювалося бралися Сивоок. Прилютовувався красками винести що по ділі викладати смальти проварював у на сподівань, зостався а однаково. Видінь й все коло страву поселення несміливі? Колись однаково й мозаїк, листочки двох зостався туди обдертішим те у тим смальту. Похмурих великих належність і люди самої, щоб довго князя хижі скляного і про! Варилася сподівань туди золотий пиху те, про нагодувавши уже міді воно іноді., Кинули що грудку страждав обідрані тоншої листочок що нині смальти, та заплатити зі постриг те. Нагодує розтирав була що, страву смальти жив проварював ділом Ярослава сріблом що мав пиху. Бралися красками жив те а капусту коло з заснували ділив біднішим, що них приймали щонайдрібніших нужду. Ціле золотої кубика і Сивоок монастир разом. Іноді поневірявся життя бога часи ділив йшли. Листочки місці на загибелі зостався була все літ., Довколишній які люди більше просто нагодує похмурих проварював Софії смальти, міді в нині. Софії не Георгія перепробував повторювалося разом заплатити втратив чим належних коло і ділом, заварювалося обіді ними. Старіші сріблом визнати без довго воно страждав не, викладати Сивоок а. Стало і що урозмаїтити хліб про щоб ось. Не до святого, золото зостався буде як Софії була чернецький викладати визнати затірку. Своєю а люди тепер бідні заснували золотої золотої. Припадала а спокійніше і страву ріденьку, електрон коли них щодень бралися коло красками. |
1216
- | `paragraphs` | Маючи все багато біднішим що людей про! Всіх біле своїх, була ліпші обмеженнями заварювалося пиху видінь споду біднішим. Кольорів снісарі до свого хижі святого поглинає, йому на монастир Сивоок листочки. Споду своїми для ж не й чернецький, бралися Сивоок а у туди власне сплав у Софії? У сріблом люди своїх несміливі бралися згадувано перепробував туди. Тільки видінь мозаїк барвах які розумів честь бачив викладати, сам своїх життя. Все Ярослава золотої її тільки він пішли розумів співі тим видінь, в щонайдрібніших а у жив., Варив кинули їх тільки, але своєю її десятьох по Сивоок листочки Сивоок людьми. Кубика великим про ще просто місці всіх бачив все видінь. Не з проварював грудку без тисяч довго стосував. Йому тисяч щодень що і саме міді барвах ціле, заварювалося тоншої плечах на нині нестатками. Антропоси у ціле золотої то ж закладалося припадала життя золото. Своїх голодно у поміж своєю золотий виковували до з щоб грудку божу скла, та її Георгія. Шапок у скла відтіння електрон тоншої для розумів листочок., Пішли а охочі, не викладати й або тому бога всіх чернецький видінь буде. Жив платівок щонайдрібніших їхньому добирав треба щодень, то стосував святого більшу заростають на разом нужді над? Ігуменом саме сподівань загибелі, будовано Сивоок страву не скляного двох вживано тут. Обдертішим належність розумів божу, повторювалося все викладати ділом Ярослава відтіння не сам. Якого ж народ їх припадала всіх втратив що, клопотах що в йшли нього. Ними винести у заварювалося тільки тільки, бачив ділом більше золото добирав про він., Заростають світінні тонюсінькі для на сріблом добирав скляного. Розкішніше у нестатками кубика на було визнати, без заростають Сивоок тільки ігуменом? Світінні поля кольорів з розтирав загибелі ліпші і, ними ділі що Ярослава відчаю! Що бо стало клопотах належних повторювалося на бідні, для нагодувавши те ними то! Буде коло капусту спокійніше барвах Ісси над своїми, міді сплав тільки красками то як ділі. Постриг тоншої у багато потім поселення як заростають страждав ділив людьми що золото, розповідали лизали у!, Міщило й біле молитвах поля часом над? Урозмаїтити золото життя, ось борті сяйво своїми що якого тисяч багато світінні але тобто кинули і. Й розповідали сам над працею на святого треба а. Тільки розповідали помічників розкішніше належність розкошами не в золота. Людей стало розкішніше повторювалося що тільки постриг ще, в старіші на треба в грудку. Розтирав згадувано чернецький а тонюсінькі й людьми і києві. І клали іноді будування йому належних по й яка, втулився закладалося смальту просто багато сам., Тим йому від на, честь електрон й часом їхньому Георгія Сивоок заснували заварювалося більше ось нього. Ту тисяч літ тепер і не бачив їх. На ціле те двох Ісси її ділив, було довго стосував похмурих загибелі. Охочі тепер смальта, нестатками бідні літ смальту тепер варив хижі смальти по нього у. Їх нестатками сподівань у Софії але урозмаїтити скляного, князя людей ось листочок нині смальти закладалося., Урозмаїтити однаково належність грудку, честь заростають й смальти на листочки то скла. На золотої за часи, іноді золота більше жив просто Сивоок належних те! Що належність бога туди кубика, треба Сивоок клопотах самої бралися охочі тим них. У до про сам двох поселення тільки борті капусту тоншої старіші відтіння, Сивоок що ріденьку вживано? Затірку мав Георгія що людьми валяться у хижі. Обмеженнями прилютовувався й навічно, не була тепер барвах іноді церква навіть буде місці Софії а!, На страву вживано заснували розповідали славу тому хижі золото розкішніше золота, іноді людей князя жив. Бога міг Міщило ділом у замилування про голодно! Тільки заплатити те вони, ж винести своєю сіль стосував було місці вони навічно. Вони саме охочі стало нужді йому обідрані поля закладалося Сивоок, десятьох будування золото не. Вони сподівань про те листочок життя вони часи, і голодно тим чаклував ту красками. Й коли добирав яка бачили розтирав багато приймали виковували. Тепер викладати більшу м’ясо її, грудку Сивоок красками поля помічників листочки відчаю барвах обіді сяйво., За монастир не своєю було людей згадувано не сплав тут. Платівок якого бачили своїх народ але й великим Сивоок самої зі, загибелі як прилютовувався них. До пиху і ділі у відтіння уже ними за, і тепер винести загибелі поміж була. Ділом хижі бур’яном сріблом од помічників чаклував у хліб замилування. Більше чим було більшу антропоси тепер обіді князя. Що смальти Ярослава не колись йшли страву не спокійніше й й сплав, зі за життя Георгія. |
1217
- | `phrase` | Нагодує тільки варив йому працею зі тисяч поля свого, воно до нужді великим., Постриг хліб які несміливі іноді все ж тим туди, страву і у Сивоок., Ж у обмеженнями клали власне бо визнати і. |
1218
- | `phrases` | Своїми власне міг жив довго розкішніше саме помічників на валяться., Що і від монастир золотої що бідні молитвах листочки ними., Ними однаково заварювалося честь, добирав заплатити Сивоок вони місці нагодувавши листочок сріблом йому славу!, Смальту барвах яка тільки обідрані щонайдрібніших на світінні., Щоб поля помічників й ними, більше більше в скляного листочки в що., Саме разом до й учив світінні ділі людьми припадала., Листочок вдоволень працею а золота повторювалося постриг була видінь Ісси обіді і, похмурих князя них чим., У в їхньому голодніше буде та і., Він закладалося проварював Візантії і їхньому не. |
1219
- | `sentence` | Електрон них Сивоок, валяться людьми втулився іноді золота у які святого бачив., Візантії людей м’ясо, на він клопотах у що більше їхні Сивоок?, Борті розповідали розумів і поміж і тим щодень місці їхні. |
1220
- | `sentences` | Не затірку снісарі її ділі до бо що нужді Ярослава втратив, тепер закладалося електрон йшли обідрані., Голодніше Міщило бо добирав нужду, що й більшу про тим своєю., Й від тепер з що і які їхні валяться., Не смальти великих скляного довго було похмурих поля хижі князя Візантії, що своїми зостався., Капусту на учив й і туди а та разом, у він добирав світінні., Тепер що поля з він обмеженнями довго страву, нужду скла золотої без., Розповідали й поля листочки працював од на., На у поневірявся у кольорів до обідрані життя тонюсінькі варилася а, припадала золотої йому., Урозмаїтити розповідали визнати молитвах тільки листочок була сяйво тисяч її. |
1221
- | `word` | добирав, Георгія, тут |
1222
- | `words` | тепер, голодно, ціле, які, та, у, йому, бо, не |
1622
+ | `character` | t, z, w |
1623
+ | `characters` | dełnlńpsgy, żzedóhfcap, óoęmnbiźwh |
1624
+ | `paragraph` | Ława skrypt suma alimentacja angażować wyrocznia jarzmo orgia detektor senegal? Burta cieciorka płomyk uwaga kocher salwador, rosja buchta twarzoczaszka adept odwiedzenie. Paleta tytan balerina armenia plater spanikowany element adopcja., Rdza pogłębiacz sędzia autarkia jarzmo, drogi runda senegal balsa detektor dziąsło. Wręga pępek kowal pochwa, bariera trap watykan hipopotam podbicie rozprawa baba! Wolant lubo upaść pełnia kamerun maniera balot! Suwak klaps dania aplikacja dodatek rosja utarczka wzór. Przerost abażur ściana rotacja absolutorium gibraltar wywrót baba!, Wstrząśnięty obojnactwo park biceps fizjoterapeuta sielanka nadgarstek nosorożec. Alimentacja władza wieniec płomyk atonia dualizm lis! Pasterka konkret ława element hazuka sylabowiec suwak plater tarantula! Anulować biceps klaps balot czajka topos angażować gródź trop. Wręga lis zmywarka drewno rozprawa, obojętny maniera jaguar próg stanowisko kubeł! |
1625
+ | `paragraphs` | Bełkotać bark opuszka suwak dziobak dualizm bruzda park. Buchta twarzoczaszka platyna ściana aktywować pełnia pokolenie. Park anulować panda sceptycyzm przerost wzór złom podbicie, paleta drogi rotacja lis. Podbijak drogi rak odwiedzenie substytucja kamera bariera rotunda hala., Kudu proces salwador autarkia inteligentny samotnik bariera spałowanie abdykowanie kamerun. Przerost tumanienie byczek zmywarka rdza ferment zarzutka damka alimentacja, północ zimowisko. Prącie dania zdecydowany bariera adopcja przelot przywilej metka lot., Sadz katedra pacierz pekińczyk, balerina rześki japonia wznieść gródź as tokelau. Rześki klaps pogłębiacz hałas spanikowany bruzda milicjant, spałowanie autarkia konkret zimowisko bezpiecznik. Próg maniera brechtać suwak metka szyk tężenie anulować dyktator, nagłówek hałas pole. Bark maniera sędzia adept mech ława jaguar atonia. Wolant uczuciowy drogi żakiet damka pacierz pasterka delikwent wyrzut sceptycyzm., Pole benin meduza baba pochwa ekscentryczność odwiedzenie. Obojnactwo liban donica sceptycyzm sklepikarz napletek krętarz płomyk, przerost anulować element dodatek. Próg rozprawa dziąsło pasiak repryza anulować kufer opuszka, bariera rekwizyt uczuciowy., Twarzoczaszka napletek hałas atonia skrypt topos wróbel piston prącie, konkret baba. Pępek rzęsa paleta poler utarczka pokolenie jęczmień pochwa orgia. Pasterka byczek obojnactwo cieszynianka donica tężenie tytan zdecydowany. Plater sylabowiec upaść zimowisko czajka uwaga pole. Dziobak zimowisko bark angażować nokturn pióro sadz., Przelot bariera armenia pole kuwejt hazuka hipopotam krętarz lada gródź. Północ dziobak abdykowanie tumanienie podściółka podbijak dodatek damka biceps. Sielanka wzór sok metka bliza proces nosorożec północ aplikacja. Pekińczyk pogłębiacz drogi frekwencja kuwejt debiut wywrót aplikacja gibraltar. Tężenie pekińczyk gródź lew pasiak bliza inteligentny przebiegły udar, delikwent przywilej!, Balsa debiut piston konkret dziobak spanikowany lada pachwina pogłębiacz tygrys. Metka wróbel pogotowie aplikacja tokelau opuszka forma liban topos. Wstrząśnięty dania trap forma rosja rotunda szoferka! Dualizm abażur weto alimentacja dziobak, gacica nadgarstek gródź lot stanowisko pole! Wolant nosorożec bliza rak drogi placówka debiut robinsonada jarzmo., Jordania twarzoczaszka substytucja balot ekscentryczność pacierz dyktator brechtać. Sielanka napletek zapalarka gacica topos adept burta runda panda! Jordania hala cieciorka rześki pióro obojętny spanikowany. Watykan spanikowany bełkotać poler jarzmo bezpiecznik twarzoczaszka cieszynianka rdza metka. Buchta wyrocznia kocher proporcja hałas detektor trąba maniera jaguar nosorożec, wolant pasterka., Gibraltar wzór namibia odwiedzenie maniera galeria miednica wieniec. Weto hałas zdecydowany wodnik, zszywka rotunda zapalarka błyszczeć balsa salwador szoferka konkret. Pływacz frekwencja tygrys element, cieciorka adept pogotowie nadgarstek konkret metka stanowisko. Wolant sadz rozprawa graba sok lada trop, fizjoterapeuta podściółka adopcja katedra. |
1626
+ | `phrase` | Tygrys damka demiurg błyszczeć grenada walor proporcja runda., Glon milicjant uwaga mech kamera senegal donica., Japonia wieniec runda induktor, wzór wolant hydraulik namibia hazuka trap przerost. |
1627
+ | `phrases` | Czajka pępek pochwa opuszka, podbicie angażować dodatek biceps panda lubo płomyk., Kubeł wyniszczenie fizjoterapeuta błyszczeć donica anulować zebra żakiet abażur?, Armenia bariera burta baba samotnik, galeria wieniec wstrząśnięty japonia obręcz rekwizyt., Trop kudu rak bruzda adept wstrząśnięty park frekwencja złom lubo., Rdza biceps metka wywrót jaguar błyszczeć proporcja infuła wodnik!, Dualizm prącie induktor balot twarzoczaszka lada napletek., Rotacja pacierz uczuciowy jęczmień opuszka ustnik trap., Induktor prącie park odwiedzenie, zarzutka twarzoczaszka benin przelot sok pasiak rzęsa., Debiut frekwencja proces stanowisko konkret uwaga orgia angażować runda. |
1628
+ | `sentence` | Zdecydowany wywrót balot liban jaguar lot przerost tytan., Panda japonia nosorożec kubeł lubo uwaga, adopcja sklepikarz as inteligentny burta lada!, Jądro dziąsło tetryczenie walor szoferka platyna dyscyplina piston wyrocznia opuszka. |
1629
+ | `sentences` | Dyktator lubo bariera hazuka płomyk hałas, panda pełnia przebiegły lot induktor., Udar żak uwaga watykan pełnia lew adept, delikwent lot liban lis przerost., Abażur lędźwie skrypt obręcz pogłębiacz ustnik wykop przebiegły rak lot, kufer balot., Wyniszczenie pacierz robinsonada katedra wykop krętarz detektor ustnik, bark piston rzęsa nadgarstek., Donica armenia wykop hipopotam lew grenada buchta stanowisko kamerun pazur., Glon żak demiurg proporcja delikwent element benin, jaguar rotunda placówka biceps., Wróbel utarczka płomyk proces inteligentny wyrzut wznieść pazur połowa., Baba jęczmień jądro galeria uwaga pętla bruzda nokturn krętarz demiurg., Brechtać lędźwie wolant hazuka atonia tumanienie hala uczuciowy dodatek trąba. |
1630
+ | `word` | pętla, repryza, pochwa |
1631
+ | `words` | klaps, sielanka, doświadczenie, wyniszczenie, abdykowanie, platyna, zapalarka, demiurg, nadgarstek |
1223
1632
 
1224
1633
  ## FFaker::LoremRU
1225
1634
 
1226
1635
  | Method | Example |
1227
1636
  | ------ | ------- |
1228
- | `paragraph` | Твёрдой вызывалась ближе, то площадках будет узкой типа видим вопросе не гипотеза остатками дискретных лишь расстояниях? Большинство выдвинута большая не начиная отождествляя, о пылевой это тема аэросъёмка достаточно больше этой. Тех равномерно источники галактик, даёт трудность точки на источниками достаточно неба. Существование этих многочисленная из надеяться других разъём угловое тёмный небу. Оптически тем выводу быть этой новых вне больших существование таким, распределённых экватора кроме? Будет нулевой действующие ноны менее объектами о оптических. Существование твёрдой концентраций слабых сила полосе большая понятно выше, была входящими много дискретных. |
1229
- | `paragraphs` | Существование зелёный тем выдвинута поскольку объект трудность вопросе даёт то площадках, можно группы быть облаками. Оказались будет связи минут отождествляя большая материи например аэросъёмка иней! Равномерно распределённых не содержащей квадратных, разъём звёзд минут тема удалось тем точечные. Налёт надеяться вина источников того даёт астрономии. Более астрономии дёрн ищет из, на радиоволнах блеск оптическое невелика нужно менее связи тема? Точечные концентраций о ноны оптическое, нас невелика больше многочисленная входящими ёж близкими налёт. Концентраций газовой начиная то можно низкие температуры, второй нулевой отсутствие слабых многочисленная видимости пылевая этом. Источники точно основная источником трудность полосе что температуры, том силу такая ищет отождествляя входящими радиоволнах. Неба слабых больше этом вызывалась кроме этих менее дискретных. Около этом сильное, низкие по минут звёздами от связи неба даже можно образом удалось объекты выдвинута. Источниками существование определяется, оптически низкие каждая состав десятки всё многочисленная блеск этих никак. Была пылевая действующие время лист твёрдой точечные лимб без равномерно после, о вспышек такая. Разъём то больше материи трудность концентраций налёт или, удалось того связи твёрдой астрономии из вне. Новых ярких объектами начиная таким межзвёздная достаточно аэросъёмка узкой, тем вопросе лист. Сила около выводу десятки всё галактик ноны источником налёт нас оптическое неба, не низкие после. Даже большая типа источником видимости группы нас квадратных второй понятно, вне узкой отсутствие окнах. Спектра дата являлась видим площадке, вопросе или того даже выводу источником ноны. Состав указывали второй блеск наблюдениях целой тоже межзвёздная таким оптических! При стороны от больше о определяется даёт. Слабых определяется которого такая межзвёздная как слились точечные больше небу тех, стороны типа сильное точно подъём. После сверхновых других объектов время такая поскольку слабым сила. Объекты входящими астрономии образом узкой экватора лист. Аэросъёмка где так образом достаточно никакой источников небу. Образом близкими отсутствие облаками как ёлка лист состав около между разъём всё остатками, вина из дёрн. Того многочисленная оптически материи содержащей состав удалось являются начиная такая. Кроме точечные состоит мы лист тех остатками между низкие тёмный. Было экватора видим показывала радиоволнах оказались поскольку отождествляя, вызывалась даже после. Оказались очень сверхновых точечные основная ближе равномерно лёгкость, при аэросъёмка звёзд такая дёрн после сильное таким. |
1230
- | `phrase` | Расстояний квадратных низкие распределённых яркие отождествляя больше выдвинута было искать бы, оказались каждая показывала! |
1231
- | `phrases` | Тёмный остатками типа содержащей много спектра распределённых том не неба. Иней видим того ноны по можно, гипотеза так точечные этой около никакой больше? Никакой силу слились выводу, образом оказались квадратных ближе окнах или немногочисленных. |
1232
- | `sentence` | Около разъём указывали близкими между существование расстояниях полосе, что бы трудность нулевой никак же большая иней? |
1233
- | `sentences` | Межзвёздная ярких минут, из тем площадках дата или оптических о большинство иней каждая выше лимб блеск. Объект группы образом показывала точно второй, материи вызывалась распределённых было тоже неба всё можно оказались. Немногочисленных многочисленная нас ёж не время тема например большая. |
1234
- | `word` | состав, подъём, многочисленная |
1235
- | `words` | источником, близкими, содержащей, дискретных, неба, как, полосе, это, например |
1637
+ | `paragraph` | Того галактик том большая таким площадке зелёный лимб этой после? Никак никакой такая показывала многочисленная десятки источником. Материи больше которого объект видим немногочисленных многочисленная вина. Где указывали выдвинута пылевая выше дата тогда остатками лист! После трудность показывала небу вина расстояний распределённых сверхновых, экватора других лимб источниками нулевой тема! Радиоволнах яркие дискретных близкими где галактик около десятки объекты или, гипотеза оказались могли. Новых вспышек второй невелика каждая по которого., Вина температуры была объекты этом пылевая точки не. Источником сильное гипотеза, группы между больше полосе таким материи ноны больше блеск. Около большинство типа немногочисленных после дата слились, минут радиоволнах всё входящими! Очень объекты источником радиоволнах выше точно невелика основная содержащей. Лишь равномерно много газовой большинство оптически содержащей немногочисленных слабых. Определяется гипотеза звёздами трудность большая доля расстояний. Искать многочисленная ёлка время температуры состав расстояний являлась других., Других расстояний определяется ноны немногочисленных объект что тема сверхновых даже, около больше связи не вспышек содержащей? Состоит видимости наблюдениях входящими быть источников объектов, много выдвинута около которого том газовой поскольку. Вне того гипотеза объектов, на бы что тем таким дата остатками источниками объекты газовой распределённых. Газовой экватора разъём где тем равен больше твёрдой которого. Входящими подъём астрономии о после быть никак немногочисленных! Искать же без, облаками нулевой состав многочисленная при больших время сила. |
1638
+ | `paragraphs` | После собой том вызывалась того целой лист например слабых. Галактик дискретных показывала точечные звёзд подъём точно удалось как? Оптически этом лишь достаточно немногочисленных без кроме близкими объекты была. Выводу более точечные на этом сильное вспышек. От стороны всё точечные указывали таким выдвинута равен целой., Так лист иней после, большая кроме невелика каждая вспышек ноны после надеяться понятно можно. Ближе тем источником такая между что точно оптически бы, равен объекты объектами тех стороны этой большинство. Пылевая без основная видимости площадках действующие, больших как расстояниях ярких площадке являются остатками тёмный даже точки. Дата того сила тем нужно ближе, между вопросе никакой даёт большинство. Же ёж экватора, оптически наблюдениях оптических твёрдой тоже искать источниками лимб ёлка без полосе. Температуры равен распределённых случайным будет без ёж. Сверхновых являются распределённых иней связи наблюдениях, которого удалось квадратных ярких пылевая низкие., Вопросе спектра дата оптически вне можно ищет. Вспышек астрономии больше всё не иней например. Вспышек собой на, источником газовой тогда вина температуры или входящими дискретных. Много точечные понятно быть зелёный остатками, межзвёздная небу от выводу оптически источниками слабых. Без доля содержащей экватора типа точно каждая. О целой концентраций, равномерно ноны много случайным аэросъёмка угловое отсутствие объект. Будет слились от дискретных понятно такая всё точки, надеяться то ищет объект лишь., Звёзд зелёный что была наблюдениях галактик из лист, показывала межзвёздная остатками мы типа лёгкость нас. Экватора на концентраций по, этой так действующие то расстояний гипотеза оптических существование таким. Время нас случайным основная стороны концентраций экватора квадратных на после межзвёздная, дискретных лишь было облаками доля? Дата как распределённых больше без, межзвёздная ищет могли типа случайным выдвинута этих. Состоит пылевая являются видим ярких, твёрдой других силу оптическое таким определяется между источниками низкие. Без определяется состав от точечные даже после зелёный., От о того сильное оптическое как удалось низкие температуры указывали. Источников вне даёт второй тех остатками надеяться около десятки сильное. Радиоволнах тех облаками этом это звёздами оптически больше даёт. Галактик являлась входящими оказались действующие что расстояний лимб. Спектра неба тоже ярких новых о том зелёный выдвинута по, других площадке являются тогда. Этом менее окнах где расстояний состав квадратных аэросъёмка лишь, наблюдениях оптически отсутствие этих же!, Не о нужно астрономии точки, галактик слабых концентраций блеск немногочисленных содержащей начиная остатками основная. О расстояниях образом стороны видимости как после, наблюдениях после этом выводу то ноны. Всё квадратных начиная слабым налёт аэросъёмка объекты вопросе. Точечные ёлка узкой вспышек блеск выдвинута, было показывала тёмный большинство ближе! Ноны источников низкие межзвёздная нулевой десятки твёрдой, галактик слились лёгкость звёздами объекты., Объектов пылевой больше аэросъёмка состав на сильное невелика многочисленная? Даёт состав тёмный группы объекты угловое которого, целой узкой вина распределённых оптическое твёрдой больше. Ёлка каждая между наблюдениях, это точечные около источники собой узкой о лишь нас или так доля. Таким то нулевой объекты образом являются материи не концентраций! Вспышек температуры целой это лимб материи, действующие так полосе из лишь определяется силу! Видимости ищет надеяться выше объектов поскольку пылевой это материи температуры по, источников иней межзвёздная более минут., Искать ярких пылевая объекты, точечные десятки тех будет звёздами источников ёж других. Звёзд бы сильное целой лист вызывалась точно. Ёж тема точки будет источником понятно источниками начиная вызывалась квадратных! Так видимости звёздами, звёзд бы после оказались показывала была экватора вспышек вызывалась подъём точечные. Оптически же от минут астрономии налёт аэросъёмка больше из расстояниях. После определяется облаками понятно целой, аэросъёмка яркие оптически объект вопросе не. Вызывалась новых материи равен лимб этих ближе вспышек каждая при., Трудность состав минут выдвинута квадратных надеяться содержащей! Оказались больше слабым, температуры бы близкими разъём около точки надеяться источники площадке. Этом могли тогда астрономии будет время зелёный случайным состав. Газовой состоит аэросъёмка площадках была стороны будет начиная основная даже. Очень лёгкость вне каждая пылевая источников сильное бы точечные близкими определяется по, выводу так нулевой зелёный? Равномерно узкой тёмный новых астрономии ноны вспышек объект остатками этих. |
1639
+ | `phrase` | Бы такая квадратных неба лист минут твёрдой распределённых равен время., Равен основная большинство сверхновых второй о невелика лист типа., Достаточно этих сверхновых вина наблюдениях облаками слились, блеск этом твёрдой немногочисленных была случайным. |
1640
+ | `phrases` | Действующие как отсутствие лимб образом, могли налёт группы было слились начиная источниками десятки!, Точечные дискретных время подъём тоже объектов равномерно более вызывалась объектами., О тогда точно являются выдвинута доля вне бы состоит, группы из будет., Слились блеск основная материи межзвёздная которого на звёзд звёздами очень будет тема, случайным пылевая объекты., Равномерно вопросе удалось астрономии новых пылевой нужно будет., Основная это не полосе лист налёт кроме или., Кроме минут твёрдой небу существование образом дёрн пылевой экватора площадке, сила целой источники объекты менее более!, Угловое являются стороны источниками новых источники ближе яркие оптически., Лимб выводу видимости иней распределённых таким вспышек оптическое могли сила. |
1641
+ | `sentence` | Искать радиоволнах материи точки мы вспышек вопросе даёт разъём никакой., Слились о ёлка тоже ищет лёгкость что того лимб этой., Этих тёмный даёт после больше бы более, расстояний от того дата площадке близкими этой тогда гипотеза. |
1642
+ | `sentences` | Существование даже на выше которого десятки тёмный менее экватора., Небу выше равномерно при оптическое нужно полосе площадках невелика вне., Площадках трудность тем сила можно вина при не тех даже межзвёздная, точечные концентраций начиная., Дёрн показывала целой блеск тема, не собой типа являются сверхновых более звёздами., Объектов даже тогда звёздами это выводу нужно из являлась, этом на сила время более или., Же слабым гипотеза входящими зелёный собой, сильное силу так тёмный никак являются температуры тем этих!, Подъём как расстояниях слабым этой сверхновых газовой могли., Точки близкими дёрн выдвинута пылевая дата указывали надеяться., Менее показывала объектами всё распределённых нужно астрономии новых второй так? |
1643
+ | `word` | облаками, оптическое, от |
1644
+ | `words` | оптически, узкой, содержащей, группы, вызывалась, менее, группы, распределённых, сила |
1645
+
1646
+ ## FFaker::LoremUA
1647
+
1648
+ | Method | Example |
1649
+ | ------ | ------- |
1650
+ | `paragraph` | Згадувано не ділом хліб страждав, якого але божу власне Георгія буде смальти ділі. На відтіння тисяч щонайдрібніших жив йому, власне викладати що все десятьох біднішим тобто що бо. Золота народ розкошами навічно ту голодніше і, люди він на довколишній. Сплав ділі несміливі було й, пиху та до світінні коли належність міді про. Виковували до заснували вони від до приймали! Князя а десь і несміливі обідрані розповідали й згадувано. Пішли заростають працею що тільки ділом помічників або, князя страждав все., Києві по або чернецький скла, честь нині розтирав як лизали самої і. Життя на їх листочок голодно свого, коли не він їхньому й. Не антропоси смальти молитвах до доглядав смальти листочки їх! Несміливі для тільки Міщило обіді відчаю тут тонюсінькі хижі розкішніше. Тільки не босі Софії поселення на, обіді варили розповідали ж розкошами затірку бідні. Стало туди похмурих які електрон листочки, все нужду сріблом співі іноді смальту., Великих часом іноді в вони тільки нього тут до мозаїк. Тільки не що чаклував у їхньому не монастир добирав над. Цього голодно старіші більшу довго їхні Ярослава монастир багато. Її обдертішим ними зостався без лизали літ тільки тільки. Листочки яка будовано для нині а щодень сіль працею. |
1651
+ | `paragraphs` | Було страву та більшу, з й воно в втратив потім в. Бур’яном лизали без по тобто й святого, своїми старіші ігуменом затірку і поглинає бачив прилютовувався. Честь колись ще часи маючи листочки в до Ярослава вони? Народ споду урозмаїтити, й не з про а нагодувавши якого голодно хижі будування та відчаю й? Тільки замилування визнати капусту сподівань, несміливі нього втратив босі борті ріденьку. Втратив своїх вони й босі Візантії електрон буде тільки на, народ до князя колись., Й треба клопотах виковували золотої шапок, а працею помічників бо тільки церква з біднішим великих. Варилася Сивоок своєю саме плечах ліпші або борті. Загибелі тим життя хижі охочі була радощів плечах. Нестатками листочки грудку й біднішим Георгія в більше по. У працею у закладалося від розповідали більше своїх а., Бо прилютовувався них колись кольорів їхньому і. Маючи належність про золотої більше доглядав заснували закладалося і золото тільки у ж, обдертішим й міг. Будовано як ділив ще десятьох вдоволень або них ту й. А сіль місці страву нестатками смальти снісарі? Золота бачили урозмаїтити для золото в, Візантії що сам з відчаю монастир ріпу треба обмеженнями прилютовувався? І у про, ігуменом а втратив у то варив Сивоок а рятувалися багато навічно. Для смальти чернецький своїми ліпші а а Сивоок молитвах., У варили то і заварювалося, і жив все ними Сивоок пішли споду? Не якого а електрон, Міщило обіді великим Софії без навіть він! Варив стало вживано києві навіть закладалося й потім платівок, золота про те. Тільки була листочки ними бо церква затірку. Розповідали йшли бачив не заварювалося жорстокого барвах урозмаїтити біле ними, на клопотах що Візантії й., Від ними туди а розповідали золото сріблом довго кубика власне. Ж сяйво колись учив над на туди тільки обмеженнями й стосував, бачили листочки поля. Кинули не для стосував шапок коло про будовано і. І золотої сам сіль ось тільки поневірявся життя йому все. Тим жорстокого коло на і те ними буде., Босі їх про людьми співі ріденьку Візантії часи винести. Чаклував церква поселення все затірку була до великих не їх мав, втулився плечах золота тим уже. Тим споду місці що з колись коли не! Сивоок тим і те хліб похмурих постриг, своїх а довколишній а великих треба не. Коло доглядав всіх та ще, він потім жив князя навіть кинули. Її монастир замилування десятьох часи зі по ж смальти, від ще двох життя йому не!, Життя розтирав те тому щонайдрібніших була йому перепробував що, стосував що або тим і варив ними. Не ту потім поміж жорстокого що варили вони радощів. Варили жив тим часи сяйво красками ж поневірявся поля смальта. На і кольорів кинули бачили нагодувавши, не без чим від у життя Георгія. Бачили ще що, листочок не Ярослава все снісарі загибелі іноді те своїх них давала., Довго м’ясо босі золото закладалося від, за учив поміж ставав розповідали ліпші від! З постриг добирав славу вдоволень мав електрон обдертішим. Давала києві поля і, капусту клали поглинає жорстокого бралися сіль скла поселення чаклував як. Смальти жив іноді, ось заплатити хліб тепер власне про й добирав не ними не. Чаклував мозаїк не сяйво учив монастир вдоволень! Їхньому честь ж смальту а голодніше нині у те чернецький, ними йому тому заростають., Сам життя й бачив саме вживано золотої смальту сплав у бралися, часи церква варилася і. А ділі поля тонюсінькі страву до десятьох. Лизали тут й смальти грудку золото належність за, сподівань клопотах золотої заплатити помічників що. Бачив тим у ліпші своєю поглинає воно. Золотий клопотах іноді бралися поселення відтіння виковували з у. Від належність коли повторювалося більшу золота треба потім навіть, бур’яном обмеженнями згадувано золота відтіння. На і й маючи щодень у саме з листочки вони, як нужду буде бачив. |
1652
+ | `phrase` | Стосував будовано капусту Ярослава життя для воно їхні свого й., І сподівань клопотах було золото мозаїк, з сам бо поселення ціле тут часи., Своїх плечах все листочки борті ліпші ціле. |
1653
+ | `phrases` | Тільки на й винести, про свого приймали в міг не яка чаклував обідрані або., Як міг обідрані у ігуменом виковували заплатити своїми., Однаково на стосував те їхні просто сяйво й молитвах., З князя у кольорів працею ними Сивоок з, прилютовувався згадувано маючи те нестатками., Тепер поміж і, нагодує ставав заснували мав щонайдрібніших великих ще нині та коли., Якого людей належних й золотої саме було, і варив по та їх Ісси охочі не князя?, Навіть тобто для хижі, поля довколишній своїх як люди листочки клопотах не., Про цього на й церква колись для до, загибелі належність більшу., Довго антропоси голодніше їхньому листочок з не, на тим десятьох своїх сріблом ось уже саме! |
1654
+ | `sentence` | Ось що все свого Софії платівок Сивоок, разом більше тобто Георгія варили та стосував капусту великим., Од що до тільки працею золото від більше довго в, не несміливі церква., Розповідали ділі ціле пішли вдоволень бідні більшу світінні. |
1655
+ | `sentences` | Про людей ще вони як над у тепер тому., Щонайдрібніших смальти заварювалося великих смальти в навічно хижі але поміж бо, не Ісси треба., Обдертішим смальта клали і, втратив якого саме своїми то сріблом спокійніше., Красками антропоси на спокійніше по в у не бо нині Міщило, колись честь мав бралися., Й смальти бо золотої всіх уже винести бідні, золота у ріпу несміливі туди страву., Візантії святого належність однаково ціле Сивоок йому не, коли над навіть., Й стало похмурих смальта ж поля, чаклував з красками коли бо золота обдертішим., І вдоволень від не яка, страву воно що тепер свого тим все кольорів приймали бачив., Князя нині жив церква без електрон пиху, їхньому навіть золотої обіді розтирав згадувано для. |
1656
+ | `word` | винести, десь, двох |
1657
+ | `words` | працював, чернецький, бо, та, жорстокого, своїх, Сивоок, Сивоок, а |
1236
1658
 
1237
1659
  ## FFaker::Movie
1238
1660
 
1239
1661
  | Method | Example |
1240
1662
  | ------ | ------- |
1241
- | `rating` | PG-13, PG-13, PG |
1242
- | `title` | The Monster Who Fell to Earth, The Beast Who Fell to Earth, The Beast That Came to Dinner |
1663
+ | `rating` | PG, NC-17, G |
1664
+ | `title` | Action Pickpocket, Journals 2: Electric Boogaloo, The Nuclear Journals from Across the Ocean |
1243
1665
 
1244
1666
  ## FFaker::Music
1245
1667
 
1246
1668
  | Method | Example |
1247
1669
  | ------ | ------- |
1248
- | `album` | Meat and Candy, III, Genesis Series |
1249
- | `artist` | Grimes, Kate Boy, Ariel Camacho y Los Plebes Del Rancho |
1250
- | `genre` | Classical, Religious, Pop/Rock |
1251
- | `song` | Watch Me Whip, S.O.B., Money On My Mind |
1670
+ | `album` | Nothing, Adventure Of A Lifetime, Homecoming |
1671
+ | `artist` | Alan Silvestri, Laidback Luke, Bob Marley & The Wailers |
1672
+ | `genre` | Classical, Children, Vocal |
1673
+ | `song` | Photograph, With the Shyts, Alright |
1252
1674
 
1253
1675
  ## FFaker::Name
1254
1676
 
1255
1677
  | Method | Example |
1256
1678
  | ------ | ------- |
1257
- | `female_name_with_prefix` | Miss. Athena Corkery, Miss. Nola Osinski, Mrs. Myrna Green |
1258
- | `female_name_with_prefix_suffix` | Miss. Kathyrn Hauck II, Mrs. Odilia Dibbert IV, Miss. Shaunta Legros V |
1259
- | `female_name_with_suffix` | Cleta Doyle I, Fairy Kling Jr., Sharice McDermott DVM |
1260
- | `female_prefix` | Mrs., Mrs., Mrs. |
1261
- | `first_name` | Lynda, Garry, Melinda |
1262
- | `first_name_female` | Mark, Stefany, Phuong |
1263
- | `first_name_male` | Dale, Quentin, Timothy |
1264
- | `html_safe_last_name` | Steuber, Bosco, Grimes |
1265
- | `html_safe_name` | Estelle Sporer, Rosario Greenfelder, Ada Gutmann |
1266
- | `last_name` | Hayes, Feeney, Bartoletti |
1267
- | `male_name_with_prefix` | Mr. Palmer Borer, Mr. Edmund Boyer, Mr. Hung Leannon |
1268
- | `male_name_with_prefix_suffix` | Mr. Spencer Collier V, Mr. Octavio Volkman III, Mr. Hayden Wolf DDS |
1269
- | `male_name_with_suffix` | Nathan Gottlieb IV, Dick Lebsack DVM, Carroll Dickinson I |
1270
- | `male_prefix` | Mr., Mr., Mr. |
1271
- | `name` | Lilian Stamm, Lacie Maggio, Shira Langosh |
1272
- | `name_with_prefix` | Mr. Emanuel Pollich, Mrs. Tyra Rippin, Mr. Neville Kihn |
1273
- | `name_with_prefix_suffix` | Miss. Raye Wilderman Jr., Miss. Winifred Auer IV, Mr. Alfonso Douglas MD |
1274
- | `name_with_suffix` | Myrta Klocko Jr., Wesley Fadel Jr., Kevin Ankunding PhD |
1275
- | `other_prefix` | Ms., Dr., Ms. |
1276
- | `prefix` | Mrs., Miss., Dr. |
1277
- | `suffix` | DDS, MD, IV |
1679
+ | `female_name_with_prefix` | Miss. Meredith Wolf, Mrs. Griselda Rodriguez, Miss. Lawanna Bins |
1680
+ | `female_name_with_prefix_suffix` | Mrs. Dollie Heaney IV, Mrs. Clorinda Crist IV, Mrs. Hilary Carter DVM |
1681
+ | `female_name_with_suffix` | Candie Strosin MD, Alda Rau III, Paz Dicki Sr. |
1682
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1683
+ | `first_name` | Zoila, Alysa, Dirk |
1684
+ | `first_name_female` | Alene, Era, Tabitha |
1685
+ | `first_name_male` | Dewey, Samuel, Carlo |
1686
+ | `html_safe_last_name` | Schinner, Kub, Lemke |
1687
+ | `html_safe_name` | Georgina Trantow, Maudie West, Stefany Schinner |
1688
+ | `last_name` | Hickle, Kutch, Bernier |
1689
+ | `male_name_with_prefix` | Mr. Andrew Heaney, Mr. Prince McLaughlin, Mr. Emmitt Cormier |
1690
+ | `male_name_with_prefix_suffix` | Mr. Bobby Marquardt III, Mr. Sean Ziemann III, Mr. Milo Green V |
1691
+ | `male_name_with_suffix` | Al Halvorson MD, Jon Schaden V, Louie Grimes IV |
1692
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1693
+ | `name` | Tenisha Rohan, Serena Rutherford, Jeremy Keebler |
1694
+ | `name_with_prefix` | Mr. Tomas Zulauf, Miss. Rosalie Marquardt, Miss. Shantel Leffler |
1695
+ | `name_with_prefix_suffix` | Miss. Celine Krajcik DDS, Mr. Earnest Weber IV, Mr. Eusebio Mitchell PhD |
1696
+ | `name_with_suffix` | Chantal Reichert IV, Giselle Sipes V, Hunter Rempel DVM |
1697
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1698
+ | `prefix` | Mr., Dr., Mrs. |
1699
+ | `pronouns` | Xe/Xem, He/Him, Zie/Zim |
1700
+ | `suffix` | DDS, Jr., MD |
1701
+
1702
+ ## FFaker::NameAR
1703
+
1704
+ | Method | Example |
1705
+ | ------ | ------- |
1706
+ | `first_name_female` | صفية, مرام, مريم |
1707
+ | `first_name_male` | عطاء, خلوصي, مُصلح |
1708
+ | `last_name` | قصاب حسن, الباني, شموط |
1709
+ | `name_female` | أسيل الشلاح, ياسمين العلبي, جورية الطرابيشي |
1710
+ | `name_male` | مسرور الجندلي, فيصل الإدلبي, رشاد القدسي |
1278
1711
 
1279
1712
  ## FFaker::NameBR
1280
1713
 
1281
1714
  | Method | Example |
1282
1715
  | ------ | ------- |
1283
- | `female_name_with_prefix` | Sra. Angelique Freitas, Srta. Ivana Xavier, Srta. Calenice Fernandes |
1284
- | `female_prefix` | Sra., Sra., Sra. |
1285
- | `first_name` | Renê, Omar, Lina |
1286
- | `first_name_female` | Glaúcia, Elaine, Catarina |
1287
- | `first_name_male` | Abílio, Carlos, Fábio |
1288
- | `last_name` | Peixoto, da Rosa, Lima |
1289
- | `male_name_with_prefix` | Sr. Osias Araújo, Sr. Vilson Mendes, Sr. João Novaes |
1290
- | `male_prefix` | Sr., Sr., Sr. |
1291
- | `name` | Kayanne da Rosa, Rebeka da Cruz, Edenice Alves |
1292
- | `name_with_prefix` | Srta. Gabriel Cardoso, Sr. Afonsina Porto, Sr. Balduíno Duarte |
1293
- | `prefix` | Sra., Sra., Sra. |
1716
+ | `female_name_with_prefix` | Srta. Corine Xavier, Sra. Rosalina Moraes, Srta. Teodora da Cruz |
1717
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1718
+ | `first_name` | Miriam, Aldicelia, Zanir |
1719
+ | `first_name_female` | Anaíra, Teodora, Aurinda |
1720
+ | `first_name_male` | Barnabé, Ailton, Brian |
1721
+ | `last_name` | Viana, Saraiva, Teixeira |
1722
+ | `male_name_with_prefix` | Sr. Adalgiso Cavalcanti, Sr. Timóteo da Cruz, Sr. Altino da Cunha |
1723
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1724
+ | `name` | Amarildo Ramos, Cárin Silveira, Calícia Cavalcante |
1725
+ | `name_with_prefix` | Sra. Vida Nunes, Srta. Isis Novaes, Sr. Kennedy Barros |
1726
+ | `prefix` | Sr., Srta., Sra. |
1294
1727
 
1295
1728
  ## FFaker::NameCN
1296
1729
 
1297
1730
  | Method | Example |
1298
1731
  | ------ | ------- |
1299
- | `first_name` | 薇绿, 信喜, 铭玟 |
1300
- | `last_first` | 鱼淑定, 夏侯沛蓁, 斛吉龙 |
1301
- | `last_name` | 旷, 谷, |
1302
- | `name` | 念琇崇, 左慧闫, 洁维藩 |
1732
+ | `first_name` | 季蓁, 军彬, 为博 |
1733
+ | `last_first` | 冼伯名, 喜水娟, 畅旻琪 |
1734
+ | `last_name` | 庾, 蔚, |
1735
+ | `name` | 岑汝哈, 昕茂蒋, 如士庾 |
1303
1736
 
1304
1737
  ## FFaker::NameCS
1305
1738
 
1306
1739
  | Method | Example |
1307
1740
  | ------ | ------- |
1308
- | `female_name_with_prefix` | Mrs. Evia Březina, Mrs. Nilsa Coufalová, Mrs. Ella Beneš |
1309
- | `female_name_with_prefix_suffix` | Mrs. Aleida Beranová Ph.D., Miss. Salome Bílková Th.D., Miss. Cristen Dvořák DSc. |
1310
- | `female_name_with_suffix` | Johnie Bartoš Th.D., Dot Červená DSc., Kathey Bartoňová Th.D. |
1311
- | `female_prefix` | Miss., Mrs., Mrs. |
1312
- | `first_name` | Tadeáš, Radim, Dušan |
1313
- | `first_name_female` | Jacinda, Bridgette, Tabitha |
1314
- | `first_name_male` | Jewell, Kerry, Darrell |
1315
- | `html_safe_last_name` | Emard, Fisher, Mueller |
1316
- | `html_safe_name` | Eva Nienow, Jan Witting, Ivan Willms |
1317
- | `last_name` | Dlouhá, Duda, Coufal |
1318
- | `male_name_with_prefix` | Mr. Terrence Dvořáková, Mr. Morton Berková, Mr. Sylvester Adamec |
1319
- | `male_name_with_prefix_suffix` | Mr. Napoleon Doležalová Ph.D., Mr. Allan Černá DSc., Mr. Jamal Bauerová Th.D. |
1320
- | `male_name_with_suffix` | Hobert Fojtíková Th.D., Shirley Diviš Th.D., Kelley Burda Th.D. |
1321
- | `male_prefix` | Mr., Mr., Mr. |
1322
- | `name` | Jaromír Čech, Dr. Štěpán Diviš Th.D., Ms. Jana Červenková |
1323
- | `name_with_prefix` | Mr. Lacy Dufková, Mr. George Filipová, Mr. Brett Blažek |
1324
- | `name_with_prefix_suffix` | Mrs. Kasandra Boháčová DSc., Mr. Jed Černá Ph.D., Miss. Lasonya Benešová Th.D. |
1325
- | `name_with_suffix` | Ollie Fialová DSc., Glenn David Ph.D., Ariel Březina Th.D. |
1326
- | `other_prefix` | Dr., Ms., Dr. |
1327
- | `prefix` | Mr., Ms., Ms. |
1328
- | `suffix` | DSc., Ph.D., DSc. |
1741
+ | `female_name_with_prefix` | Mrs. Cristine Březinová, Miss. Georgette Dlouhý, Miss. Maryalice Brabec |
1742
+ | `female_name_with_prefix_suffix` | Mrs. Qiana Čapek DSc., Mrs. Afton Burian Th.D., Mrs. Brigitte Brožová Ph.D. |
1743
+ | `female_name_with_suffix` | Charissa Dušek Ph.D., Malisa Bauerová Ph.D., Leann Fojtíková Th.D. |
1744
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1745
+ | `first_name` | Alois, Zdeněk, Jaromír |
1746
+ | `first_name_female` | Scarlett, Gertrud, Oliva |
1747
+ | `first_name_male` | Wilford, Woodrow, Jeromy |
1748
+ | `html_safe_last_name` | Hansen, Littel, Bauch |
1749
+ | `html_safe_name` | Dana Kuvalis, Ondřej Howell, Jiřina Bergstrom |
1750
+ | `last_name` | Burešová, Burdová, Dlouhá |
1751
+ | `male_name_with_prefix` | Mr. Jess Adam, Mr. Wilbert Čech, Mr. Armand Boháč |
1752
+ | `male_name_with_prefix_suffix` | Mr. Wayne Dvořák DSc., Mr. Jarod Daněk DSc., Mr. Armand Dvořáček DSc. |
1753
+ | `male_name_with_suffix` | Dominique Čapek DSc., Erwin Coufalová Ph.D., Frankie Čapek Ph.D. |
1754
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1755
+ | `name` | Marek Boháč, Karel Bárta, Dr. Kristýna Doležalová |
1756
+ | `name_with_prefix` | Mrs. Monica Čech, Mrs. Racheal Dohnal, Miss. Darby Beránková |
1757
+ | `name_with_prefix_suffix` | Mrs. Mireille Coufal DSc., Mrs. Ophelia Boháčová DSc., Mr. Pierre Dlouhý Ph.D. |
1758
+ | `name_with_suffix` | Young Adámek Ph.D., Loretta Čapek Th.D., Cody Burdová Ph.D. |
1759
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1760
+ | `prefix` | Mrs., Mr., Miss. |
1761
+ | `pronouns` | Xe/Xer, Xe/Xem, He/Him |
1762
+ | `suffix` | Th.D., Ph.D., DSc. |
1329
1763
  | `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
1330
1764
 
1331
1765
  ## FFaker::NameDA
1332
1766
 
1333
1767
  | Method | Example |
1334
1768
  | ------ | ------- |
1335
- | `any_name` | Klaus Kling, Lisbeth Koss, Dr. Amalie Lowe |
1336
- | `female_name` | Gitte Skiles, Ester Fadel Murazik, Ellen Wilderman |
1337
- | `female_name_with_prefix` | Mrs. Amira Kshlerin, Mrs. Shelia Rau, Mrs. Cassaundra Roob |
1338
- | `female_name_with_prefix_suffix` | Miss. Dannette O'Connell II, Mrs. Nanci Feil II, Mrs. Lavelle Padberg Sr. |
1339
- | `female_name_with_suffix` | Virginia Klein MD, Reginia Bergnaum II, Queen Windler Sr. |
1340
- | `female_prefix` | Miss., Mrs., Miss. |
1341
- | `first_name` | Hilda, Hansine, Kristoffer |
1342
- | `first_name_female` | Shizue, Angelo, Consuelo |
1343
- | `first_name_male` | Ramiro, Jessie, Royce |
1344
- | `html_safe_last_name` | Effertz, Feeney, Johnson |
1345
- | `html_safe_name` | Frode Kuphal, Sofia Yundt, Irma Glover |
1346
- | `last_name` | Mitchell, Marquardt, Gottlieb |
1347
- | `male_name` | Hr. Alf Cassin, Lauritz Kilback, Ahmad Mayert |
1348
- | `male_name_with_prefix` | Mr. Elvin Kirlin, Mr. Augustus Koelpin, Mr. Zachariah Gerlach |
1349
- | `male_name_with_prefix_suffix` | Mr. Edison Pouros V, Mr. Wilfred Johns II, Mr. Deon Dicki V |
1350
- | `male_name_with_suffix` | Ahmad Waters MD, Leopoldo Schmeler Jr., Ira Crona IV |
1351
- | `male_prefix` | Mr., Mr., Mr. |
1352
- | `name` | Tage Mohr, Isabella Kerluke, Hardy Keeling |
1353
- | `name_with_prefix` | Miss. Kenda Kozey, Miss. Verla Runolfsdottir, Mr. Rubin Moore |
1354
- | `name_with_prefix_suffix` | Mr. Vincent Rosenbaum V, Mr. Brett McCullough PhD, Miss. Mark Wyman IV |
1355
- | `name_with_suffix` | Aurelia Beier MD, Jesus Ondricka Jr., Una Spinka I |
1356
- | `other_prefix` | Dr., Ms., Ms. |
1357
- | `prefix` | Hr., Dr., Prof. |
1358
- | `suffix` | MD, V, PhD |
1769
+ | `any_name` | Bernhard Dare, Edvin Bechtelar, Andrea Kuvalis |
1770
+ | `female_name` | Dr. Bente Ullrich, Helga Sauer, Astrid Runolfsdottir |
1771
+ | `female_name_with_prefix` | Miss. Maegan Stoltenberg, Miss. Rochel Jacobi, Miss. Brigida Stark |
1772
+ | `female_name_with_prefix_suffix` | Miss. Azalee Williamson III, Mrs. Violette Ward DVM, Mrs. Lynsey Kertzmann Jr. |
1773
+ | `female_name_with_suffix` | Lorean Cremin II, Ruthie Gaylord Jr., Robbyn Leuschke PhD |
1774
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1775
+ | `first_name` | Amalie, Viola, Oliver |
1776
+ | `first_name_female` | Tonisha, Ghislaine, Agnus |
1777
+ | `first_name_male` | Rigoberto, Ulysses, Ted |
1778
+ | `html_safe_last_name` | Oga, Lueilwitz, Johnston |
1779
+ | `html_safe_name` | Elias Russel, Henry Nitzsche, Bjørn Champlin |
1780
+ | `last_name` | Boehm, Kiehn, Brekke |
1781
+ | `male_name` | Nicklas Dibbert, Albert Rolfson, Arne Bartoletti |
1782
+ | `male_name_with_prefix` | Mr. Dustin Hayes, Mr. Darius Price, Mr. Jessie Smith |
1783
+ | `male_name_with_prefix_suffix` | Mr. Kirby Hauck V, Mr. Albert Green MD, Mr. Adan Balistreri Jr. |
1784
+ | `male_name_with_suffix` | Cory Bradtke II, Young Schneider II, Tyrone Tromp DDS |
1785
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1786
+ | `name` | Osvald Hills Koss, Werner Lemke Bogan, Joan Torphy Hilpert |
1787
+ | `name_with_prefix` | Miss. Isabella Spinka, Mr. Chang Pfeffer, Mrs. Angelita Reichert |
1788
+ | `name_with_prefix_suffix` | Mrs. Theola Weissnat IV, Mrs. Jade Littel V, Mr. Clifton Christiansen MD |
1789
+ | `name_with_suffix` | Scott Johnson III, Marti Kautzer I, Stasia Pfannerstill PhD |
1790
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1791
+ | `prefix` | Fr., Prof., Dr. |
1792
+ | `pronouns` | She/Her, They/Them, Xe/Xem |
1793
+ | `suffix` | DVM, MD, II |
1359
1794
 
1360
1795
  ## FFaker::NameDE
1361
1796
 
1362
1797
  | Method | Example |
1363
1798
  | ------ | ------- |
1364
- | `female_name_with_prefix` | Miss. Chi Feest, Miss. Georgiana Armstrong, Miss. Yuri Labadie |
1365
- | `female_name_with_prefix_suffix` | Mrs. Chrissy Prosacco Sr., Miss. Kendal Schumm Sr., Mrs. Myrta Jast III |
1366
- | `female_name_with_suffix` | Tommy Kemmer V, Margareta Balistreri IV, Theresia Bahringer MD |
1367
- | `female_prefix` | Mrs., Mrs., Miss. |
1368
- | `first_name` | Dusty, Eddie, June |
1369
- | `first_name_female` | Dreama, Khadijah, Melony |
1370
- | `first_name_male` | Jerrod, Riley, Kirby |
1371
- | `html_safe_last_name` | Ernser, Botsford, Kuphal |
1372
- | `html_safe_name` | Jack Harris, Mandy Nader, Sherise Aufderhar |
1373
- | `last_name` | Goldner, Fahey, Marks |
1374
- | `male_name_with_prefix` | Mr. Rob Nader, Mr. Riley Waters, Mr. Ellsworth Bergnaum |
1375
- | `male_name_with_prefix_suffix` | Mr. Ty Kuphal III, Mr. Christopher Hills I, Mr. Santos Kiehn III |
1376
- | `male_name_with_suffix` | Toby Pollich I, Julius Eichmann IV, Brady Mann MD |
1377
- | `male_prefix` | Mr., Mr., Mr. |
1378
- | `name` | Venessa Rutherford, Val Larkin, Renato Emard |
1379
- | `name_with_prefix` | Miss. Billy Dibbert, Mr. Avery Haley, Mr. Lenard Ritchie |
1380
- | `name_with_prefix_suffix` | Mr. Dwight Christiansen MD, Mrs. Cynthia Pagac II, Mrs. Dara Bradtke I |
1381
- | `name_with_suffix` | Bambi Simonis V, Hans D'Amore I, Brice Mohr I |
1382
- | `other_prefix` | Ms., Ms., Ms. |
1383
- | `prefix` | Frau, Dr., Herr |
1384
- | `suffix` | MD, I, IV |
1799
+ | `female_name_with_prefix` | Miss. Nicola Greenfelder, Miss. Penni Tremblay, Miss. Maudie Bogisich |
1800
+ | `female_name_with_prefix_suffix` | Miss. Iva Kreiger III, Mrs. Milagros Marquardt II, Miss. Candie Kemmer PhD |
1801
+ | `female_name_with_suffix` | Olive Strosin I, Joeann Sawayn III, Tien Torp V |
1802
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1803
+ | `first_name` | Conrad, Cheryle, Galina |
1804
+ | `first_name_female` | Irmgard, Ardell, Bula |
1805
+ | `first_name_male` | Leslie, Miguel, Williams |
1806
+ | `html_safe_last_name` | Bosco, Fisher, Rath |
1807
+ | `html_safe_name` | Rubin Tremblay, Matha Gleason, Brittanie Orn |
1808
+ | `last_name` | Braun, Larson, Hettinger |
1809
+ | `male_name_with_prefix` | Mr. Val Mosciski, Mr. Vicente Lockman, Mr. Fermin Hand |
1810
+ | `male_name_with_prefix_suffix` | Mr. Boris Farrell DVM, Mr. Dudley Brekke DVM, Mr. Val Toy DDS |
1811
+ | `male_name_with_suffix` | Demarcus O'Connell V, Jim Abbott II, Donnell Effertz Jr. |
1812
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1813
+ | `name` | Lucila Padberg, Reyna Heller, Darrel Langworth |
1814
+ | `name_with_prefix` | Mr. Salvatore Christiansen, Mrs. Lovetta Sanford, Miss. Paula Johns |
1815
+ | `name_with_prefix_suffix` | Mr. Jeffry Abbott I, Mr. Donte Dickens MD, Mr. Mel Wyman I |
1816
+ | `name_with_suffix` | Prince Kassulke III, Rayna Zboncak I, Freda Murazik Jr. |
1817
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1818
+ | `prefix` | Prof., Dr., Herr |
1819
+ | `pronouns` | They/Them, He/Him, Zie/Zim |
1820
+ | `suffix` | III, PhD, I |
1821
+
1822
+ ## FFaker::NameES
1823
+
1824
+ | Method | Example |
1825
+ | ------ | ------- |
1826
+ | `female_name_with_prefix` | D.ª Petra Palacios Palacios, Dra. Ángeles Alarcón Castro, Dra. Rosa Ortega Fuentes |
1827
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1828
+ | `first_name` | María Ángeles, María Mercedes, Catalina |
1829
+ | `first_name_female` | María Cristina, María Antonia, Rebeca |
1830
+ | `first_name_male` | Marcelino, Bartolomé, Josep María |
1831
+ | `last_name` | Bermejo, Castaño, Calvo |
1832
+ | `male_name_with_prefix` | Dr. Pascual Santana Ramos, D. José Luis Zamora Menéndez, Dr. Martín Benito Millán |
1833
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1834
+ | `name` | Juan Antonio Padilla Casado, Antonio José Silva Cruz, Pilar Quintana Casado |
1835
+ | `name_with_prefix` | D. Vicente Diez Ruiz, D.ª Rosa Mendoza Mesa, D. Christian Durán Expósito |
1836
+ | `prefix` | Dra., D., D.ª |
1385
1837
 
1386
1838
  ## FFaker::NameFR
1387
1839
 
1388
1840
  | Method | Example |
1389
1841
  | ------ | ------- |
1390
- | `first_name` | Matthieu, Alix, Henri |
1391
- | `last_name` | Gauthier, Pruvost, Nguyen |
1392
- | `name` | Christine Leconte, Richard de Duhamel, Margaud Da |
1393
- | `prefix` | du, de, le |
1842
+ | `first_name` | Jérôme, Marine, Thierry |
1843
+ | `last_name` | Martinez, Vidal, Pierre |
1844
+ | `name` | Adrienne Millet, Nicolas Vincent, Noël Toussaint |
1845
+ | `prefix` | de, du, le |
1394
1846
 
1395
1847
  ## FFaker::NameGA
1396
1848
 
1397
1849
  | Method | Example |
1398
1850
  | ------ | ------- |
1399
- | `first_name_female` | Aminata, Corina, Ellen |
1400
- | `first_name_male` | Sutay,, Sana,, Pateh, |
1401
- | `last_name` | jammeh, ceesay, ceesay |
1402
- | `name` | Naibelle, ceesay, Daniel, jammeh, Eli jammeh |
1403
- | `name_female` | Janun jammeh, Lolo ceesay, Ngoneh ceesay |
1404
- | `name_male` | Bora, ceesay, Giddo, ceesay, Samba, ceesay |
1851
+ | `first_name_female` | Elaine, Kaani, Georgina |
1852
+ | `first_name_male` | Fanding, Ketabou, Majorr |
1853
+ | `last_name` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1854
+ | `name` | Fara jammeh, Nyaling jammeh, Baba ceesay |
1855
+ | `name_female` | Oli ceesay, Tasatou jammeh, Lolo jammeh |
1856
+ | `name_male` | Buray ceesay, Vincent ceesay, Kewuleng ceesay |
1405
1857
 
1406
1858
  ## FFaker::NameGR
1407
1859
 
1408
1860
  | Method | Example |
1409
1861
  | ------ | ------- |
1410
- | `female_first_name` | Ναταλία, Θεοδοσία, Ξένια |
1411
- | `female_full_name` | Γωγώ Τρικούπη, Δήμητρα Ελευθεροπούλου, Ζωή Οικονόμου |
1412
- | `female_last_name` | Αβραμίδου, Ταρσούλη, Ιωαννίδη |
1413
- | `first_name` | Παρθένα, Βερενίκη, Ευκλείδης |
1414
- | `full_name` | Παρθένα Παπανδρέου, Ειρήνη Βαλσάμη, Πόπη Λιακόπουλου |
1415
- | `last_name` | Ηλιόπουλος, Πουλόπουλος, Μιχαηλίδης |
1416
- | `male_first_name` | Ευριπίδης, Ιάκωβος, Κυριάκος |
1417
- | `male_full_name` | Χρήστος Οικονόμου, Ρένος Σπυρόπουλος, Σπύρος Γεωργιάδης |
1418
- | `male_last_name` | Μανωλάς, Γεωργίου, Βασιλόπουλος |
1419
- | `name` | Χάρης Δαμασκηνός, Πέτρος Ζερβός, Θοδωρής Βλαχόπουλος |
1862
+ | `female_first_name` | Ηλέκτρα, Ειρήνη, Βερενίκη |
1863
+ | `female_full_name` | Ρωξάνη Βαμβακά, Ραφαέλα Αποστόλου, Ροζαλία Δελή |
1864
+ | `female_last_name` | Βαμβακά, Βαλσάμη, Χατζηιωάννου |
1865
+ | `first_name` | Ολυμπία, Σπύρος, Αγγελική |
1866
+ | `full_name` | Πέτρος Πουλόπουλος, Ιεροκλής Λαγός, Ηώ Δελή |
1867
+ | `last_name` | Σαμαράς, Οικονόμου, Βαλσάμη |
1868
+ | `male_first_name` | Σάββας, Αβραάμ, Αδάμ |
1869
+ | `male_full_name` | Ζάχος Ελευθερόπουλος, Γεδεών Οικονόμου, Θωμάς Αλεξάκης |
1870
+ | `male_last_name` | Καλογιάννης, Ηλιόπουλος, Λαμέρας |
1871
+ | `name` | Ματούλα Παπανικολάου, Παρθένα Φλέσσα, Άγγελος Βενιζέλος |
1872
+
1873
+ ## FFaker::NameID
1874
+
1875
+ | Method | Example |
1876
+ | ------ | ------- |
1877
+ | `female_name_with_prefix` | Nn. Roro Maianit, Nn. Fitrianti Stefany, Ny. Penny Syepvin |
1878
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1879
+ | `first_name` | Ilyas, Farah, Doni |
1880
+ | `first_name_female` | Rere, Vani, Ani |
1881
+ | `first_name_male` | Syauqi, Ronald, Zakaria |
1882
+ | `last_name` | Mellisani, Pramono, Setyandin |
1883
+ | `male_name_with_prefix` | Tn. Munir Mardani, Tn. Karno Wirawan, Tn. Halim Sudiyantono |
1884
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1885
+ | `name` | Chairil Raditia, Nurhadi Karyadi, Anisa Kusumastuti |
1886
+ | `name_with_prefix` | Ny. Ike Frastiansyah, Ny. Maria Solichah, Nn. Irma Meliani |
1887
+ | `prefix` | Nn., Ny., Tn. |
1888
+
1889
+ ## FFaker::NameIN
1890
+
1891
+ | Method | Example |
1892
+ | ------ | ------- |
1893
+ | `first_name_female` | Aadya, Vanya, Ira |
1894
+ | `first_name_male` | John, Raghav, Vedant |
1895
+ | `last_name` | Babu, Deshmukh, Mukherjee |
1896
+ | `name` | Aditi Sharma, Ruhaan Ghosh, Samaira Mukherjee |
1897
+ | `name_female` | Sarah Bedi, Vaishnavi Anand, Mary Gokhale |
1898
+ | `name_male` | Krishiv Modi, Johan Ghosh, Jay Das |
1420
1899
 
1421
1900
  ## FFaker::NameIT
1422
1901
 
1423
1902
  | Method | Example |
1424
1903
  | ------ | ------- |
1425
- | `first_name` | Alfredo, Paolina, Eleonora |
1426
- | `last_name` | Santandrea, Grassini, Corti |
1427
- | `name` | Filippa Parente, Filippo Piccolo, Elisa Melegatti |
1428
- | `prefix` | Dr., Dr., Sig. |
1904
+ | `first_name` | Giuseppina, Cristiana, Margot |
1905
+ | `last_name` | Spinosa, Messina, Piccolo |
1906
+ | `name` | Elisa Piervincenti, Martina Tirinnanzi, Daniele Martinez |
1907
+ | `prefix` | Sig.ra, Sig.na, Sig. |
1429
1908
 
1430
1909
  ## FFaker::NameJA
1431
1910
 
1432
1911
  | Method | Example |
1433
1912
  | ------ | ------- |
1434
- | `first_name` | 節子, 貴大, |
1435
- | `last_first` | 永山翔太, 古田徹, 上村優斗 |
1436
- | `last_name` | 北岡, 石垣, 金子 |
1437
- | `name` | 武市和也, 堀内優子, 西平絵美 |
1913
+ | `first_name` | キミ, 一男, 悦子 |
1914
+ | `last_first` | 藤本正夫, 佐久本陽向, 後藤瑛太 |
1915
+ | `last_name` | 上野, 糸数, 当山 |
1916
+ | `name` | 渡部空, 上村蓮, 福元麻美 |
1438
1917
 
1439
1918
  ## FFaker::NameKH
1440
1919
 
1441
1920
  | Method | Example |
1442
1921
  | ------ | ------- |
1443
- | `first_name` | ប៉េងហូត, ដានីតា, សែនជ័យ |
1444
- | `last_name` | ឆួង, ទូរ, យក់ |
1445
- | `name` | អុក លក្ខណា, តឹក ប្រាសាទ, រចនា សុខលី |
1446
- | `nick_name` | ស្រីហ្វៀង, អាប៉យ, ទីទី |
1922
+ | `first_name` | ដានីតា, សុផាត, សំរេច |
1923
+ | `last_name` | ប៉ែន, ខៀវ, ខួច |
1924
+ | `name` | ហួយ សីុម, លាង ផានិត្យ, ជ័យ គីមមួយ |
1925
+ | `nick_name` | ចែរវិត, ចេក, ស្រីនាង |
1447
1926
 
1448
1927
  ## FFaker::NameKR
1449
1928
 
1450
1929
  | Method | Example |
1451
1930
  | ------ | ------- |
1452
- | `first_name` | 임천, 기담, 규로 |
1453
- | `last_first` | 라태융, 빈호원, 도천운 |
1454
- | `last_name` | 황, 노, |
1455
- | `name` | 라두홍, 최주백, 천백규 |
1456
- | `name_with_space` | 호운, 재용, 채환 |
1931
+ | `first_name` | 정엽, 은상, 상무 |
1932
+ | `last_first` | 최우일, 육천운, 창하윤 |
1933
+ | `last_name` | 개, 동방, |
1934
+ | `name` | 계오준, 태정범, 동희재 |
1935
+ | `name_with_space` | 호정, 창우, 유람 |
1457
1936
 
1458
1937
  ## FFaker::NameMX
1459
1938
 
1460
1939
  | Method | Example |
1461
1940
  | ------ | ------- |
1462
- | `female_name` | Jaqueline, Cinthia, Jovana |
1463
- | `female_name_with_prefix` | Sra. Idell Sipes, C. Britteny Lockman, Srita. Nelida Lebsack |
1464
- | `female_name_with_prefix_suffix` | Sra. Freida Blanda V, C. Blossom Marquardt MD, Srita. Marcie McClure IV |
1465
- | `female_name_with_suffix` | Tammy Wilkinson Jr., Carlie Fahey DDS, Rosalee Rolfson MD |
1466
- | `female_prefix` | Srita., C., Srita. |
1467
- | `first_name` | Carlos, Juan, Fabricio |
1468
- | `first_name_female` | Cyndi, Rayna, Treasa |
1469
- | `first_name_male` | Rodrick, Bret, Tobias |
1470
- | `full_name` | Fermín Ratke Altenwerth, Eunice Schroeder Barrows, Adán Joel Farrell Zieme |
1471
- | `full_name_no_prefix` | Norma King McLaughlin, Amanda Heathcote Feil, Auréa Batz Harvey |
1472
- | `full_name_prefix` | C. Augusto Carter Haag, Sra. Karina Fahey Ward, C. Miguel Kuhn Kuvalis |
1473
- | `html_safe_last_name` | Murray, Adams, Altenwerth |
1474
- | `html_safe_name` | Fabiola Stracke, Roger Johns, Jacobo Wiza |
1475
- | `last_name` | Beier, Sauer, Herman |
1476
- | `male_name` | Ramón, Moisés, Ángel Nicandro |
1477
- | `male_name_with_prefix` | Sr. Wilbert Pacocha, C. Karl Dooley, C. Jamie Durgan |
1478
- | `male_name_with_prefix_suffix` | Sr. Dwain Treutel MD, Sr. Fermin Hettinger PhD, C. Lamont Hagenes DVM |
1479
- | `male_name_with_suffix` | Loren Ondricka V, Forrest Hermann DDS, Winston Gleichner Jr. |
1480
- | `male_prefix` | C., C., C. |
1481
- | `middle_name` | Clemente, Sandra, Bertha |
1482
- | `name` | Omar, Catalina, Hilario |
1483
- | `name_with_prefix` | Sra. Edna Glover, C. Clarinda Goodwin, C. Filomena Goyette |
1484
- | `name_with_prefix_suffix` | C. Moises Howell IV, C. Curt Nitzsche Jr., C. Mariano Wisozk Jr. |
1485
- | `name_with_suffix` | Angelina Hane MD, Basilia Funk III, Juliet Denesik Sr. |
1486
- | `other_prefix` | Dr., Ms., Dr. |
1487
- | `paternal_last_names` | Skiles Kris, Hodkiewicz Veum, Crona Reynolds |
1488
- | `prefix` | Srita., Srita., Srita. |
1489
- | `suffix` | III, DDS, Sr. |
1941
+ | `female_name` | Petra Alma, Sofía, Judith |
1942
+ | `female_name_with_prefix` | Srita. Anh Kuhic, Srita. Kris O'Conner, Sra. Emerita Gorczany |
1943
+ | `female_name_with_prefix_suffix` | Sra. Johnetta Von I, Sra. Jacki Kuvalis I, C. Laverne Tremblay DDS |
1944
+ | `female_name_with_suffix` | Miss Roberts V, Dominica Roob IV, Melody Bogisich MD |
1945
+ | `female_prefix` | Sra., C., Srita. |
1946
+ | `first_name` | Mario, Abraham, Leonel |
1947
+ | `first_name_female` | Diane, Idell, Laticia |
1948
+ | `first_name_male` | Virgilio, Clarence, Russel |
1949
+ | `full_name` | Virginia Koss McLaughlin, Roque Aaron Lind Daniel, Rubén Koelpin Block |
1950
+ | `full_name_no_prefix` | Carlos Fritsch Glover, Luz Fadel Howell, Giovani Orn Dooley |
1951
+ | `full_name_prefix` | Sr. Fernando Buckridge Bailey, Sra. Martha Selene Prohaska Walsh, C. Silvio Otilio Mills Yundt |
1952
+ | `html_safe_last_name` | Jakubowski, Hirthe, Hills |
1953
+ | `html_safe_name` | Jezabel Conroy, Nabor Schuster, Mayra Mueller |
1954
+ | `last_name` | Mertz, Feest, Runolfsson |
1955
+ | `male_name` | Odín, Temístocles, Otilio Claudio |
1956
+ | `male_name_with_prefix` | Sr. Chet Bernier, Sr. Brain Stark, C. Gustavo Boyer |
1957
+ | `male_name_with_prefix_suffix` | C. Ronnie Armstrong Jr., C. Arlen Homenick MD, C. Vaughn Kohler IV |
1958
+ | `male_name_with_suffix` | Oliver Abshire I, Andreas Anderson II, Seth Armstrong Jr. |
1959
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1960
+ | `middle_name` | Bertha, Nicandro, Lisette |
1961
+ | `name` | Emilio, Gina, Diana |
1962
+ | `name_with_prefix` | Sra. Maryland Hettinger, C. Alfreda Dicki, Sr. Chuck Langosh |
1963
+ | `name_with_prefix_suffix` | Sr. Milan Kshlerin II, C. Pamula Rutherford II, C. Gino Schmidt V |
1964
+ | `name_with_suffix` | Errol Jacobi PhD, Abe Reichel V, Yesenia Willms Jr. |
1965
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1966
+ | `paternal_last_names` | Botsford Smith, Rolfson Toy, Strosin Kuhic |
1967
+ | `prefix` | C., Sra., Srita. |
1968
+ | `pronouns` | Xe/Xer, They/Them, He/Him |
1969
+ | `suffix` | DVM, MD, PhD |
1490
1970
 
1491
1971
  ## FFaker::NameNB
1492
1972
 
1493
1973
  | Method | Example |
1494
1974
  | ------ | ------- |
1495
- | `female_name_with_prefix` | Miss. Eugena Wilkinson, Mrs. Annalee Bogan, Mrs. Moon Schuster |
1496
- | `female_name_with_prefix_suffix` | Miss. Josphine Gutmann Jr., Mrs. Arminda Hermann I, Mrs. Taina Pacocha Jr. |
1497
- | `female_name_with_suffix` | Maryellen O'Kon Jr., Blair Schuppe PhD, Taren Mertz Jr. |
1498
- | `female_prefix` | Miss., Mrs., Mrs. |
1499
- | `first_name` | Gary, Santo, Jeffery |
1500
- | `first_name_female` | Thi, Terrilyn, Bernita |
1501
- | `first_name_male` | Dannie, Micheal, Jamey |
1502
- | `html_safe_last_name` | Quitzon, Trantow, Block |
1503
- | `html_safe_name` | Mickey Schuppe, Mabelle Simonne Sipes, Zachariah Foster Jewess |
1504
- | `last_name` | McKenzie, Marks, Murphy |
1505
- | `male_name_with_prefix` | Mr. Wilbert Russel, Mr. Jaime Hintz, Mr. Broderick Lindgren |
1506
- | `male_name_with_prefix_suffix` | Mr. August Rohan DVM, Mr. Joshua Ratke Jr., Mr. Lanny Schoen IV |
1507
- | `male_name_with_suffix` | Nathanael Shields II, Chase Auer Jr., Les O'Conner PhD |
1508
- | `male_prefix` | Mr., Mr., Mr. |
1509
- | `name` | Winston Nicolas, Maribel Witting, Randal Deckow |
1510
- | `name_with_prefix` | Mr. Jeremiah Moore, Mr. Cleo Heathcote, Mr. Daren Parker |
1511
- | `name_with_prefix_suffix` | Mr. Vaughn Schneider II, Mr. Adrian Oberbrunner Sr., Mrs. Alanna Kihn Jr. |
1512
- | `name_with_suffix` | Tijuana Stanton Sr., James Botsford I, Nan Armstrong III |
1513
- | `other_prefix` | Ms., Dr., Dr. |
1514
- | `prefix` | Prof., Prof., Prof. |
1515
- | `suffix` | III, DDS, III |
1975
+ | `female_name_with_prefix` | Miss. Bettyann Wilkinson, Mrs. Yu Ratke, Mrs. Leonor Lakin |
1976
+ | `female_name_with_prefix_suffix` | Mrs. Sam Lang PhD, Mrs. Deann Bartoletti MD, Miss. Amira O'Connell Sr. |
1977
+ | `female_name_with_suffix` | Thea Effertz DDS, Madalyn Windler Sr., Frances Abbott II |
1978
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1979
+ | `first_name` | Juliette, Sheree, Kent Russell |
1980
+ | `first_name_female` | Cammy, Guadalupe, Petra |
1981
+ | `first_name_male` | Tomas, Josef, Amado |
1982
+ | `html_safe_last_name` | Wilkinson, Schulist, Klocko |
1983
+ | `html_safe_name` | Yon Doyle, Denisha Steuber, Libbie Hartmann |
1984
+ | `last_name` | Kessler, Gerlach, Bahringer |
1985
+ | `male_name_with_prefix` | Mr. Ted Russel, Mr. Salvatore Witting, Mr. Hunter Hickle |
1986
+ | `male_name_with_prefix_suffix` | Mr. Hyman Ferry MD, Mr. Thurman White PhD, Mr. Lon Stracke V |
1987
+ | `male_name_with_suffix` | Gilbert Bartoletti PhD, Blair Stokes DVM, Darryl Conroy DDS |
1988
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1989
+ | `name` | Kieth Veum, Brooks West, Jeanie Gerhold |
1990
+ | `name_with_prefix` | Miss. Elda Cartwright, Mrs. Shanna Schroeder, Mr. Fausto Moore |
1991
+ | `name_with_prefix_suffix` | Mr. Calvin Rodriguez Sr., Mr. Dale Grant DDS, Mr. Jarod Breitenberg MD |
1992
+ | `name_with_suffix` | Jessika Pfeffer V, Randal Kutch MD, Felisha Thompson II |
1993
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1994
+ | `prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1995
+ | `pronouns` | She/Her, Xe/Xer, Xe/Xem |
1996
+ | `suffix` | DDS, II, I |
1516
1997
 
1517
1998
  ## FFaker::NameNL
1518
1999
 
1519
2000
  | Method | Example |
1520
2001
  | ------ | ------- |
1521
- | `female_name_with_prefix` | Miss. Casandra Bednar, Miss. Nelly Swift, Miss. Myrtis-Mirtha Mosciski |
1522
- | `female_name_with_prefix_suffix` | Mrs. Mamie Kassulke III, Mrs. Leena Torphy DVM, Miss. Logan Gutkowski II |
1523
- | `female_name_with_suffix` | Teresa Bruen MD, Katharina Mraz Sr., Andrea Johnson DDS |
1524
- | `female_prefix` | Mrs., Mrs., Miss. |
1525
- | `first_name` | Tawanna, Shiela, Alton-Edwardo |
1526
- | `first_name_female` | Meaghan, Gregoria, Patience |
1527
- | `first_name_male` | Sherman, Cary, Mckinley |
1528
- | `html_safe_last_name` | Heidenreich, Sanford, Lehner |
1529
- | `html_safe_name` | Marica Rippin, Latoya Crooks, Adria Rodriguez |
1530
- | `last_name` | Stracke, Prohaska, Flatley |
1531
- | `male_name_with_prefix` | Mr. Rich Bosco, Mr. Jefferey Oberbrunner, Mr. Rufus Klocko |
1532
- | `male_name_with_prefix_suffix` | Mr. Alexander Gaylord Sr., Mr. Eugene Collier Jr., Mr. William-Wilber Konopelski IV |
1533
- | `male_name_with_suffix` | Elwood Kovacek PhD, Allen Mohr III, Greg Fay V |
1534
- | `male_prefix` | Mr., Mr., Mr. |
1535
- | `name` | Fredrick Hammes, Ing. Salome Bergstrom, Teressa Schulist |
1536
- | `name_with_prefix` | Mr. Dominic-Jess Senger, Mrs. Gwen Blanda, Mr. Owen McLaughlin |
1537
- | `name_with_prefix_suffix` | Mr. Richie Okuneva Jr., Miss. Nicole Altenwerth II, Mr. Rodney Crona V |
1538
- | `name_with_suffix` | Ezequiel D'Amore DDS, Tyson Beahan Sr., Davis Volkman MD |
1539
- | `other_prefix` | Dr., Ms., Dr. |
1540
- | `prefix` | Drs., Ir., Ir. |
1541
- | `suffix` | Jr., Jr., II |
2002
+ | `female_name_with_prefix` | Mrs. Sharlene-Lakita Feest, Miss. Takako-Genevie Lueilwitz, Miss. Eveline-Julee Spinka |
2003
+ | `female_name_with_prefix_suffix` | Mrs. Althea Rippin II, Mrs. Margarete Bergstrom I, Miss. Margurite Towne I |
2004
+ | `female_name_with_suffix` | Allene Stamm MD, Domitila Kuphal Jr., Georgetta Upton IV |
2005
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2006
+ | `first_name` | Bonita, Justine, Tyisha |
2007
+ | `first_name_female` | Loretta, Melissia, Lachelle |
2008
+ | `first_name_male` | Matthew, Rhett, Allen-Desmond |
2009
+ | `html_safe_last_name` | Lueilwitz, Reilly, Fay |
2010
+ | `html_safe_name` | Jon Wyman, Mollie Nitzsche, Billie-Ann Morissette |
2011
+ | `last_name` | Ankunding, Waelchi, Von |
2012
+ | `male_name_with_prefix` | Mr. Leonardo Parisian, Mr. Andre Buckridge, Mr. Columbus Bernier |
2013
+ | `male_name_with_prefix_suffix` | Mr. Donny Cremin I, Mr. Eliseo Effertz DDS, Mr. Daron Fritsch IV |
2014
+ | `male_name_with_suffix` | Leon Kerluke Sr., Emil-Allan Hilpert Jr., Derick Jerde MD |
2015
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2016
+ | `name` | Roseanne Pollich, Lashawn Marvin, Chung Pouros |
2017
+ | `name_with_prefix` | Mr. Sidney Simonis, Miss. Taryn DuBuque, Mrs. Zoe Medhurst |
2018
+ | `name_with_prefix_suffix` | Mrs. Hiroko Waelchi Sr., Mrs. Merrilee Hermann PhD, Mr. Porfirio Lang Jr. |
2019
+ | `name_with_suffix` | Johnetta Tremblay DDS, Deanne Prosacco IV, Carmelina Hessel MD |
2020
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2021
+ | `prefix` | Prof., Ing., Ir. |
2022
+ | `pronouns` | He/Him, They/Them, Xe/Xem |
2023
+ | `suffix` | V, MD, Sr. |
1542
2024
 
1543
2025
  ## FFaker::NamePH
1544
2026
 
1545
2027
  | Method | Example |
1546
2028
  | ------ | ------- |
1547
- | `female_name_with_prefix` | Mrs. Adelaide Tupaz, Mrs. Tara Manyakesg, Mrs. Elvina Montecillo |
1548
- | `female_name_with_prefix_suffix` | Miss. Ria Manjon Sr., Mrs. Kristle Belmonte III, Mrs. Karan Miedes I |
1549
- | `female_name_with_suffix` | Gaynelle Uysiuseng I, Delpha Magsino I, Fernanda Magsaysayg DVM |
1550
- | `female_prefix` | Miss., Mrs., Miss. |
1551
- | `first_name` | Thuy, Laurice, Phillis |
1552
- | `first_name_female` | Ma, Laurene, Jamee |
1553
- | `first_name_male` | Thaddeus, Melvin, Chung |
1554
- | `html_safe_last_name` | Metz, Pouros, Bechtelar |
1555
- | `html_safe_name` | Shayna Auer, Rochell Quigley, Andria Rempel |
1556
- | `last_name` | Tanhehco, Dahilang, Cereza |
1557
- | `male_name_with_prefix` | Mr. Salvador Amora, Mr. Cleo Yaptinchay, Mr. Truman Navidad |
1558
- | `male_name_with_prefix_suffix` | Mr. Stanley Tanjutco III, Mr. Derrick Ruedas Jr., Mr. Darius Lacro Jr. |
1559
- | `male_name_with_suffix` | Marlon Elizalde Sr., Beau Roxas III, Dillon Dyquiangco IV |
1560
- | `male_prefix` | Mr., Mr., Mr. |
1561
- | `name` | Rosann Monceda, Daron Ayala, Vada Mencion |
1562
- | `name_with_prefix` | Mrs. Anissa Balignasay, Mr. Tommie Villanueva, Miss. Katelynn Segismundo |
1563
- | `name_with_prefix_suffix` | Mr. Jan Sumague I, Mr. Corey Labuguen DVM, Miss. Elsa Dysangcog Sr. |
1564
- | `name_with_suffix` | Elois Santos Jr., Teresia Limbaco Jr., Herta Yllana Sr. |
1565
- | `other_prefix` | Ms., Dr., Dr. |
1566
- | `prefix` | Dr., Ms., Mr. |
1567
- | `suffix` | III, DDS, Sr. |
2029
+ | `female_name_with_prefix` | Miss. Cassey Lantag, Mrs. Tami Makabaligoten, Miss. Lashandra Barrameda |
2030
+ | `female_name_with_prefix_suffix` | Miss. Yasmin Riego IV, Mrs. Marg Hinojosa PhD, Mrs. Kamilah Dimaguibag PhD |
2031
+ | `female_name_with_suffix` | Kathleen Verano I, Gricelda Inarez II, Bonita Estrada MD |
2032
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2033
+ | `first_name` | Yulanda, Chester, Danuta |
2034
+ | `first_name_female` | Ciara, Shaunta, Serafina |
2035
+ | `first_name_male` | Noe, Josue, Darren |
2036
+ | `html_safe_last_name` | Hyatt, Rogahn, Kshlerin |
2037
+ | `html_safe_name` | Robbi Abbott, Inocencia Sawayn, Orpha Kertzmann |
2038
+ | `last_name` | Tapalla, Loshangg, Magbantayg |
2039
+ | `male_name_with_prefix` | Mr. Brett Garay, Mr. Thad Zacarias, Mr. Daniel Makabaligoten |
2040
+ | `male_name_with_prefix_suffix` | Mr. Ricardo Divinagracia DVM, Mr. Omer Escribano Jr., Mr. Ervin Querubin II |
2041
+ | `male_name_with_suffix` | Lyman Galindez DDS, Harley Escribano PhD, Haywood Parsaligan Jr. |
2042
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2043
+ | `name` | Elva Cabrales, Mrs. Cori Despujol, Ms. Meg Maitimg |
2044
+ | `name_with_prefix` | Miss. Georgeann Paragili, Mr. Sonny Maputig, Miss. Helaine Benavides |
2045
+ | `name_with_prefix_suffix` | Mr. Randell Garay I, Mr. Barry Sipsipg PhD, Mr. Victor Batungbakal I |
2046
+ | `name_with_suffix` | Chong Ongsioco I, Otto Dacudag MD, Frederick Batungbakal II |
2047
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2048
+ | `prefix` | Miss., Dr., Mrs. |
2049
+ | `pronouns` | She/Her, Zie/Zim, Xe/Xem |
2050
+ | `suffix` | Sr., PhD, Jr. |
2051
+
2052
+ ## FFaker::NamePL
2053
+
2054
+ | Method | Example |
2055
+ | ------ | ------- |
2056
+ | `academic_degree_prefix` | dr hab., lic., dr |
2057
+ | `female_first_name` | Ewelina, Honorata, Iwona |
2058
+ | `female_full_name` | Paulina Ciechanowska, Martyna Nycz, Bernadeta Siudek |
2059
+ | `female_last_name` | Jabłońska, Piechota, Nowacka |
2060
+ | `female_name_with_prefix` | Pani Mieczysława Dąbek, Pani Gabriela Wolska, Pani Maja Waligórska |
2061
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2062
+ | `first_name` | Stanisława, Albert, Laura |
2063
+ | `full_name` | Hanna Jabłczyńska, Karolina Kot, Róża Tatarczyk |
2064
+ | `last_name` | Krauze, Królikowska, Mączyński |
2065
+ | `male_first_name` | Aleksander, Mikołaj, Dominik |
2066
+ | `male_full_name` | Gustaw Zarzecki, Wacław Butkiewicz, Jerzy Sarnowski |
2067
+ | `male_last_name` | Szcześniak, Borowski, Szczęsny |
2068
+ | `male_name_with_prefix` | Pan Cyryl Bachleda, Pan Andrzej Chomicki, Pan Lew Sadowski |
2069
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2070
+ | `name` | Marcelina Sarnowska, Monika Krawczyk, Hieronim Sopoćko |
2071
+ | `name_with_prefix` | Pan Ludwik Krasiński, Pani Maja Galińska, Pan Franciszek Żukowski |
2072
+ | `prefix` | inż., Pan, dr hab. |
1568
2073
 
1569
2074
  ## FFaker::NameRU
1570
2075
 
1571
2076
  | Method | Example |
1572
2077
  | ------ | ------- |
1573
- | `female_name_with_prefix` | Miss. Gilberte Курнашова, Miss. Katelin Кунижева, Mrs. Theresia Челокян |
1574
- | `female_name_with_prefix_suffix` | Mrs. Lai Каипова MD, Miss. Nakia Манусова DDS, Mrs. Melynda Шапатина Sr. |
1575
- | `female_name_with_suffix` | Bettina Белдина MD, Suellen Ветродуева Sr., Dia Скалецкий DVM |
1576
- | `female_prefix` | Miss., Mrs., Mrs. |
1577
- | `first_name` | Роксана, Ярослава, Анфиса |
1578
- | `first_name_female` | Marilou, Latosha, Eufemia |
1579
- | `first_name_male` | Elden, Christopher, Stanford |
1580
- | `html_safe_last_name` | Rowe, Jacobs, Boyle |
1581
- | `html_safe_name` | Терентий Stracke, Семен Schneider, Дарина Dare |
1582
- | `last_name` | Птумкина, Камозина, Ротаенова |
1583
- | `male_name_with_prefix` | Mr. Harlan Шишаева, Mr. Dudley Айнутдинова, Mr. Eddy Болсова |
1584
- | `male_name_with_prefix_suffix` | Mr. Willy Поленцова Sr., Mr. Teddy Зворыкин Jr., Mr. Avery Агапчева Sr. |
1585
- | `male_name_with_suffix` | Domenic Лепатецкая III, Oliver Мефодиева PhD, Roscoe Одокий V |
1586
- | `male_prefix` | Mr., Mr., Mr. |
1587
- | `name` | Юлия Кавизина, Борислав Шеняк, Наталья Курепова |
1588
- | `name_with_prefix` | Miss. Karena Помутова, Mrs. Harmony Летшов, Mr. Lenny Андреева |
1589
- | `name_with_prefix_suffix` | Mrs. Inocencia Мимитаева MD, Miss. Anh Кулакина MD, Mr. Keith Кабичева III |
1590
- | `name_with_suffix` | Octavio Крутилин II, Jerrica Давлетинин PhD, Lucille Фругина Sr. |
1591
- | `other_prefix` | Ms., Ms., Ms. |
1592
- | `patronymic` | Венедиктовна, Богданович, Максимилиановна |
1593
- | `prefix` | Miss., Mr., Miss. |
1594
- | `suffix` | Jr., DVM, IV |
1595
- | `with_same_sex` | ‼️ LocalJumpError: no block given (yield) |
2078
+ | `female_name` | Мария Кузнецова, Лада Данилова, Людмила Федотова |
2079
+ | `first_name` | Максим, Емельян, Феврония |
2080
+ | `first_name_female` | Серафима, Алина, Инесса |
2081
+ | `first_name_male` | Вениамин, Святослав, Платон |
2082
+ | `last_name` | Суханова, Цветков, Казакова |
2083
+ | `last_name_female` | Беляева, Денисова, Громова |
2084
+ | `last_name_male` | Романов, Марков, Титов |
2085
+ | `male_name` | Андрей Давыдов, Венедикт Егоров, Никанор Миронов |
2086
+ | `middle_name_female` | Степановна, Егоровна, Валентиновна |
2087
+ | `middle_name_male` | Платонович, Георгиевич, Леонидович |
2088
+ | `name` | Севастьян Матвеев, Галина Матвеева, Ульяна Волкова |
1596
2089
 
1597
2090
  ## FFaker::NameSE
1598
2091
 
1599
2092
  | Method | Example |
1600
2093
  | ------ | ------- |
1601
- | `female_name_with_prefix` | Miss. Kathyrn Greenfelder, Miss. Jin Wehner, Mrs. Princess Mayert |
1602
- | `female_name_with_prefix_suffix` | Miss. Rosio Stiedemann DDS, Miss. Lamonica Boyer Jr., Miss. Virgen Osinski IV |
1603
- | `female_name_with_suffix` | Annett Nicolas V, Kellye Wolff PhD, Roxy Heidenreich III |
1604
- | `female_prefix` | Miss., Mrs., Miss. |
1605
- | `first_name` | Rima Rachell, Gordon Lewis, John |
1606
- | `first_name_female` | Merle, Lorri, Royce |
1607
- | `first_name_male` | Gerry, Stan, Kristofer |
1608
- | `html_safe_last_name` | Beahan, Sanford, Okuneva |
1609
- | `html_safe_name` | Mary Tillman, Almeta Upton, Barbar Little |
1610
- | `last_name` | Terry, Bauch, Durgan |
1611
- | `male_name_with_prefix` | Mr. Lesley Rolfson, Mr. Lamont Wyman, Mr. Connie Legros |
1612
- | `male_name_with_prefix_suffix` | Mr. Aron Rohan MD, Mr. Franklyn Considine I, Mr. Alvin Morar DVM |
1613
- | `male_name_with_suffix` | Rolf Koch Jr., Wally Bayer II, Woodrow Durgan DDS |
1614
- | `male_prefix` | Mr., Mr., Mr. |
1615
- | `name` | Cindi Caprice Bernier, Ethan Spencer, Jacob Conroy |
1616
- | `name_with_prefix` | Mrs. Debbie Wilderman, Miss. Lashaunda Barton, Mrs. Lin King |
1617
- | `name_with_prefix_suffix` | Mr. Tracey Schoen V, Mr. Byron Carroll MD, Mr. Elbert Hammes PhD |
1618
- | `name_with_suffix` | Laurie Volkman II, Cameron D'Amore I, Cody Volkman Sr. |
1619
- | `other_prefix` | Ms., Ms., Ms. |
1620
- | `prefix` | Prof., Prof., Prof. |
1621
- | `suffix` | PhD, I, I |
2094
+ | `female_name_with_prefix` | Mrs. Berneice Stehr, Miss. Lisette Goyette, Mrs. Mable Skiles |
2095
+ | `female_name_with_prefix_suffix` | Mrs. Lelah Roob IV, Mrs. Bonny Leannon I, Mrs. Ryann Prohaska V |
2096
+ | `female_name_with_suffix` | Heidi Murray MD, Brittany Sawayn DDS, Ramona Hickle PhD |
2097
+ | `female_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2098
+ | `first_name` | David, Karin, Val |
2099
+ | `first_name_female` | Sade, Ailene, Sharell |
2100
+ | `first_name_male` | Conrad, Tod, Caleb |
2101
+ | `html_safe_last_name` | Casper, Wisozk, Parisian |
2102
+ | `html_safe_name` | Otto Breitenberg, Tracee Kirlin, Shavon Lind |
2103
+ | `last_name` | Bednar, Bode, Hane |
2104
+ | `male_name_with_prefix` | Mr. Colby Gulgowski, Mr. Nolan Watsica, Mr. Alfonso Stiedemann |
2105
+ | `male_name_with_prefix_suffix` | Mr. Jon Johns V, Mr. Tanner Dickinson PhD, Mr. Hayden Murray PhD |
2106
+ | `male_name_with_suffix` | Rashad McClure MD, Mohammed Denesik DDS, Sergio Block I |
2107
+ | `male_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2108
+ | `name` | Doris Prohaska, Darin Hamill, Mitsuko Suzette Okuneva |
2109
+ | `name_with_prefix` | Mr. Neal Lueilwitz, Mr. Darryl Bernier, Mr. Santo Witting |
2110
+ | `name_with_prefix_suffix` | Miss. Janeen Kunde V, Miss. Cecila Heidenreich I, Mr. Vincenzo Luettgen I |
2111
+ | `name_with_suffix` | Brent Thiel Sr., Ana Roob IV, Annalee Macejkovic I |
2112
+ | `other_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2113
+ | `prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2114
+ | `pronouns` | Zie/Zim, She/Her, Xe/Xem |
2115
+ | `suffix` | PhD, IV, II |
1622
2116
 
1623
2117
  ## FFaker::NameSN
1624
2118
 
1625
2119
  | Method | Example |
1626
2120
  | ------ | ------- |
1627
- | `first_name_female` | Fily, Salamata, Téwa |
1628
- | `first_name_male` | Mapaté, Omar, Maguette |
1629
- | `last_name` | Diabira, Diabira, Sarr |
1630
- | `name_female` | Kankou Baloucoune, Adja Kital, Kankou Mbow |
1631
- | `name_male` | Dramane Timera, Lémou Niane, pape Mamour Kitane |
1632
- | `name_sn` | Sibett Bodian, serigne Cheikh Koïta, Dibor Badiatte |
1633
- | `prefix_female` | adjaratou, ndeye, adjaratou |
1634
- | `prefix_male` | pape, pape, serigne |
2121
+ | `first_name_female` | Djaly, Dianké, Fakane |
2122
+ | `first_name_male` | Ass, Khoudia, Ndiaga |
2123
+ | `last_name` | Cissé, Tendeng, Galadio |
2124
+ | `name_female` | mame Atia Yatéra, Sofiatou Aw, Djaly Keïta |
2125
+ | `name_male` | Yacouba Kabely, Ballago Gadio, Macky Sidibé |
2126
+ | `name_sn` | Ndiarenioul Diallo, Sakhir Coly, pape Insa Kitane |
2127
+ | `prefix_female` | ndeye, mame, adja |
2128
+ | `prefix_male` | eladji, pape, mame |
1635
2129
 
1636
2130
  ## FFaker::NameTH
1637
2131
 
1638
2132
  | Method | Example |
1639
2133
  | ------ | ------- |
1640
- | `first_name` | รัตน์ , วรรณ, เอกใหม่ |
1641
- | `last_name` | สมิท, พิศาลบุตร, บราวน์ |
1642
- | `name` | อรุณศรี รักไทย, อัษฎา  เคนเนะดิ , คลัง  ชินวัตร |
1643
- | `nick_name` | ปุ๊ก , แม้น, แจ๋ว  |
2134
+ | `first_name` | วิทยา , อภิศักดิ์, ชวน  |
2135
+ | `last_name` | รักไทย, หงสกุล, สมิท |
2136
+ | `name` | สมัคร  หงสกุล, ธีรภัทร ติณสูลานนท์, หทัย บุตโต |
2137
+ | `nick_name` | เจ๋ง , อาร์ม, จัน  |
1644
2138
 
1645
2139
  ## FFaker::NameTHEN
1646
2140
 
1647
2141
  | Method | Example |
1648
2142
  | ------ | ------- |
1649
- | `first_name` | Suchada, Kris, Chai Charoen |
1650
- | `last_name` | Kasamsun, Sangsorn, Puntasrima |
1651
- | `name` | Churai Chaiprasit, Sonchai Chaisurivirat, Ritthirong Wattanasin |
1652
- | `nick_name` | Lek, Nok, Bum |
2143
+ | `first_name` | Sunee, Sajja, Chatri |
2144
+ | `last_name` | Narkbunnum, Somwan, Kongpaisarn |
2145
+ | `name` | Asnee Sriwarunyu, Sum Kasamsun, A-wut Sakda |
2146
+ | `nick_name` | Tao, Nan, Chock |
2147
+
2148
+ ## FFaker::NameTW
2149
+
2150
+ | Method | Example |
2151
+ | ------ | ------- |
2152
+ | `first_name` | 芯語, 品睿, 柏翰 |
2153
+ | `last_name` | 董, 趙, 藍 |
2154
+ | `name` | 程宜蓁, 魏芯語, 潘冠宇 |
1653
2155
 
1654
2156
  ## FFaker::NameUA
1655
2157
 
1656
2158
  | Method | Example |
1657
2159
  | ------ | ------- |
1658
- | `first_name` | Тихон, Борислав, Петро |
1659
- | `first_name_female` | Надія, Долеслава, Ада |
1660
- | `first_name_male` | Градимир, Доброслав, Сологуб |
1661
- | `last_name` | Могилевська, Марієвська, Силецька |
1662
- | `last_name_female` | Гарай, Кулинич, Трясун |
1663
- | `last_name_male` | Вергун, Сідлецький, Москаль |
1664
- | `middle_name_female` | Захаріївна, Мирославівна, Панасівна |
1665
- | `middle_name_male` | Євгенович, Звенимирович, Сергійович |
1666
- | `name` | Луцьків Звенислава, Поліна Панасович, Усич Олелько |
2160
+ | `first_name` | Ростислав, Орхип, Анастасій |
2161
+ | `first_name_female` | Роксолана, Сюзана, Раїна |
2162
+ | `first_name_male` | Марко, Боримир, В’ячеслав |
2163
+ | `last_name` | Ликович, Погиба, Притула |
2164
+ | `last_name_female` | Маринич, Негода, Щербак |
2165
+ | `last_name_male` | Галаціон, Петрів, Спотикач |
2166
+ | `middle_name_female` | Устимівна, Анастасівна, Зеновіївна |
2167
+ | `middle_name_male` | Захарович, Вадимович, Ярославович |
2168
+ | `name` | Пантелеймон Степанович, Земислав, Борецький Орест |
1667
2169
 
1668
2170
  ## FFaker::NameVN
1669
2171
 
1670
2172
  | Method | Example |
1671
2173
  | ------ | ------- |
1672
- | `first_name` | Công, Thị, Hữu |
1673
- | `last_first` | Tiêu Tuân Hữu, Tạ Toàn Đức, Dương Cảnh Công |
1674
- | `last_name` | Quyền, La, Hoàng |
1675
- | `middle_name` | Dung, Hà, Thoa |
1676
- | `name` | Thiên Đức Thủy, Minh Thị Kiều, Tuân Văn Đoàn |
2174
+ | `first_name` | Hữu, Thị, Đức |
2175
+ | `last_first` | Phùng Quang Văn, Kim Trúc Công, Cao Vinh Hữu |
2176
+ | `last_name` | Văn, Võ, Phan |
2177
+ | `middle_name` | Châu, Mộng, Hùng |
2178
+ | `name` | Hồng Đức Thủy, Linh Hữu Lê, Phục Công Trần |
1677
2179
 
1678
2180
  ## FFaker::NatoAlphabet
1679
2181
 
1680
2182
  | Method | Example |
1681
2183
  | ------ | ------- |
1682
- | `alphabetic_code` | NOVEMBER, HOTEL, FOXTROT |
1683
- | `callsign` | FOXTROT-KILO-ZERO, MIKE-TANGO-NINE, BRAVO-NOVEMBER-NINE |
1684
- | `code` | MIKE, SIX, NINE |
2184
+ | `alphabetic_code` | JULIETT, ZULU, SIERRA |
2185
+ | `callsign` | TANGO-CHARLIE-ZERO, TANGO-MIKE-EIGHT, YANKEE-LIMA-FOUR |
2186
+ | `code` | PAPA, XRAY, SEVEN |
1685
2187
  | `codify`(...) | |
1686
- | `numeric_code` | TWO, FOUR, FOUR |
2188
+ | `numeric_code` | THREE, FIVE, SIX |
2189
+
2190
+ ## FFaker::Number
2191
+
2192
+ | Method | Example |
2193
+ | ------ | ------- |
2194
+ | `decimal` | 6.2, 7.7, 1.1 |
2195
+ | `number` | 3, 2, 5 |
1687
2196
 
1688
2197
  ## FFaker::PhoneNumber
1689
2198
 
1690
2199
  | Method | Example |
1691
2200
  | ------ | ------- |
1692
- | `area_code` | 354, 990, 576 |
1693
- | `exchange_code` | 620, 301, 534 |
1694
- | `imei` | 001245009951149, 001245008340104, 001245000139641 |
1695
- | `phone_calling_code` | +66, +254, +55 |
1696
- | `phone_number` | (673)488-5004, 1-329-886-8429 x471, (921)340-8717 |
1697
- | `short_phone_number` | 221-350-8818, 273-473-0127, 426-990-8093 |
2201
+ | `area_code` | 398, 833, 822 |
2202
+ | `exchange_code` | 737, 449, 897 |
2203
+ | `imei` | 442344774197238, 491669532667670, 494896745600167 |
2204
+ | `phone_calling_code` | +57, +52, +242 |
2205
+ | `phone_number` | 815.947.7745 x90555, 356-985-0830, 371-661-9646 x152 |
2206
+ | `short_phone_number` | 213-213-1494, 739-326-1453, 679-543-3398 |
1698
2207
 
1699
2208
  ## FFaker::PhoneNumberAU
1700
2209
 
1701
2210
  | Method | Example |
1702
2211
  | ------ | ------- |
1703
- | `country_code` | +61, +61, +61 |
1704
- | `home_work_phone_number` | (02) 9205 1024, (08) 9937 5528, (08) 7926 2214 |
1705
- | `home_work_phone_prefix` | 07, 08, 03 |
1706
- | `international_home_work_phone_number` | +61 5 4724 1207, +61 2 0387 0755, +61 8 3954 2392 |
1707
- | `international_mobile_phone_number` | +61 4 1348 3392, +61 4 1975 3349, +61 4 0691 0351 |
1708
- | `international_phone_number` | +61 4 5592 9954, +61 3 3209 6972, +61 4 0318 3353 |
1709
- | `mobile_phone_number` | 0451 601 804, 0403 356 164, 0421 189 747 |
1710
- | `mobile_phone_prefix` | 04, 04, 04 |
1711
- | `phone_number` | (07) 5697 0273, (03) 1413 2239, 0409 403 895 |
1712
- | `phone_prefix` | 03, 05, 07 |
2212
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2213
+ | `home_work_phone_number` | (08) 0639 3439, (08) 1250 4448, (08) 8610 0950 |
2214
+ | `home_work_phone_prefix` | 02, 08, 03 |
2215
+ | `international_home_work_phone_number` | +61 3 6046 0831, +61 3 2222 7752, +61 2 5588 4326 |
2216
+ | `international_mobile_phone_number` | +61 4 8039 0707, +61 4 9619 8832, +61 4 2615 5115 |
2217
+ | `international_phone_number` | +61 2 4941 6239, +61 3 6352 6640, +61 5 9086 2175 |
2218
+ | `mobile_phone_number` | 0578 198 012, 0495 752 940, 0549 984 374 |
2219
+ | `mobile_phone_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2220
+ | `phone_number` | (07) 8935 9497, (07) 1139 1912, 0530 309 538 |
2221
+ | `phone_prefix` | 02, 08, 05 |
1713
2222
 
1714
2223
  ## FFaker::PhoneNumberBR
1715
2224
 
1716
2225
  | Method | Example |
1717
2226
  | ------ | ------- |
1718
- | `country_code` | +55, +55, +55 |
1719
- | `home_work_phone_number` | 93 49784286, 872886-8119, 44 3426-9857 |
1720
- | `international_home_work_phone_number` | +557038917803, +55 88 28579652, +556726792693 |
1721
- | `international_mobile_phone_number` | +55197089-0987, +55 84 984787929, +55 62 87443065 |
1722
- | `international_phone_number` | +551822152520, +556798563-7084, +55 32 2685-6773 |
1723
- | `mobile_phone_number` | 80 65535913, 6298275-0585, 16 8029-0741 |
1724
- | `phone_number` | 445895-9140, 7799152-7319, 1492811278 |
2227
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2228
+ | `home_work_phone_number` | 19 43061858, 685195-4751, 73 50965681 |
2229
+ | `international_home_work_phone_number` | +55 41 47609547, +553341202554, +55 88 3133-3475 |
2230
+ | `international_mobile_phone_number` | +551197961-5234, +5592973766622, +5582964681242 |
2231
+ | `international_phone_number` | +55 64 3141-3859, +55122540-5377, +559936722114 |
2232
+ | `mobile_phone_number` | 9997350-9728, 9298915-2883, 47 99705-9630 |
2233
+ | `phone_number` | 8330618251, 9299233-9527, 42 981011871 |
1725
2234
 
1726
2235
  ## FFaker::PhoneNumberCH
1727
2236
 
1728
2237
  | Method | Example |
1729
2238
  | ------ | ------- |
1730
- | `free_phone_number` | +41800 599 14 39, 0041800 691 38 19, 08002435186 |
1731
- | `home_work_phone_number` | 0336086298, 0041229257389, +41626351137 |
1732
- | `mobile_phone_number` | 079 083 30 93, 0793861609, 004174 780 48 95 |
1733
- | `phone_number` | 08002656215, +41842 359 17 26, +4124 221 38 53 |
1734
- | `premium_rate_phone_number` | 09010075228, 0900 684 08 37, +419067579614 |
1735
- | `shared_cost_phone_number` | 0848 319 31 22, 08405154066, 08403526054 |
2239
+ | `free_phone_number` | +418000866304, +418003723865, 08004333706 |
2240
+ | `home_work_phone_number` | 0041815766410, 004121 053 77 42, 0442169994 |
2241
+ | `mobile_phone_number` | 0041796323260, +4174 770 53 55, 004176 681 11 89 |
2242
+ | `phone_number` | 0041747803232, 08000043272, +4134 092 84 28 |
2243
+ | `premium_rate_phone_number` | 00419013826711, 0041906 285 02 37, 00419013295031 |
2244
+ | `shared_cost_phone_number` | 0844 133 17 71, 00418402048989, 0842 990 18 61 |
1736
2245
 
1737
2246
  ## FFaker::PhoneNumberCU
1738
2247
 
1739
2248
  | Method | Example |
1740
2249
  | ------ | ------- |
1741
- | `country_code` | 53, 53, 53 |
1742
- | `e164_country_code` | 53, 53, 53 |
1743
- | `e164_home_work_phone_number` | 5332084653, 5323992112, 5342725073 |
1744
- | `e164_mobile_phone_number` | 5350985439, 5357635318, 5353237041 |
1745
- | `e164_phone_number` | 5332830814, 5351756837, 5347346317 |
1746
- | `general_phone_number` | (047) 24 3281, 05 950 9439, (022) 56 5939 |
1747
- | `home_work_phone_number` | (047) 45 2603, (021) 55 9159, (048) 75 4027 |
1748
- | `home_work_phone_prefix` | 041, 042, 042 |
1749
- | `international_country_code` | 0053, 0053, +53 |
1750
- | `international_home_work_phone_number` | +5341 67 0256, 005323 50 9764, 005321 40 4492 |
1751
- | `international_mobile_phone_number` | +535 876 3225, 00535 225 1172, +535 096 6082 |
1752
- | `international_phone_number` | +535 878 4497, 00535 490 9270, +535 552 3832 |
1753
- | `mobile_phone_number` | 05 208 6068, 05 679 2789, 05 248 9413 |
1754
- | `mobile_phone_prefix` | 05, 05, 05 |
1755
- | `phone_number` | 5356662916, (045) 87 7397, 5324750940 |
1756
- | `phone_prefix` | 022, 041, 024 |
2250
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2251
+ | `e164_country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2252
+ | `e164_home_work_phone_number` | 5321127559, 5377342370, 5332055841 |
2253
+ | `e164_mobile_phone_number` | 5352966934, 5350572366, 5358255545 |
2254
+ | `e164_phone_number` | 5358873785, 5358767937, 5347886173 |
2255
+ | `general_phone_number` | 05 293 4305, 05 608 3495, (07) 169 1441 |
2256
+ | `home_work_phone_number` | (046) 44 6711, (024) 22 8276, (041) 43 2910 |
2257
+ | `home_work_phone_prefix` | 033, 021, 043 |
2258
+ | `international_country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2259
+ | `international_home_work_phone_number` | +5341 20 6201, +5323 09 1012, 005331 15 3702 |
2260
+ | `international_mobile_phone_number` | +535 097 7359, +535 727 4738, +535 142 6224 |
2261
+ | `international_phone_number` | +5348 75 1552, 00535 791 2224, +535 933 4680 |
2262
+ | `mobile_phone_number` | 05 242 1377, 05 591 3127, 05 716 7952 |
2263
+ | `mobile_phone_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2264
+ | `phone_number` | +5342 16 1585, 5358049315, +5324 25 6747 |
2265
+ | `phone_prefix` | 022, 042, 024 |
1757
2266
 
1758
2267
  ## FFaker::PhoneNumberDA
1759
2268
 
1760
2269
  | Method | Example |
1761
2270
  | ------ | ------- |
1762
- | `country_code` | +45, +45, +45 |
1763
- | `home_work_phone_number` | 54144530, 79789538, 24664683 |
1764
- | `international_home_work_phone_number` | +45 34194621, +45 84915672, +45 75495445 |
1765
- | `international_mobile_phone_number` | +45 31727990, +45 18172903, +45 13838270 |
1766
- | `international_phone_number` | +45 47981828, +45 22009028, +45 50400627 |
1767
- | `mobile_phone_number` | 49554150, 15568101, 82441574 |
1768
- | `phone_number` | 66126933, 77742657, 24840007 |
2271
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2272
+ | `home_work_phone_number` | 93523288, 86208526, 21850145 |
2273
+ | `international_home_work_phone_number` | +45 28635117, +45 46498043, +45 96400350 |
2274
+ | `international_mobile_phone_number` | +45 49968068, +45 56988397, +45 92658216 |
2275
+ | `international_phone_number` | +45 95998427, +45 12037480, +45 38140730 |
2276
+ | `mobile_phone_number` | 56616398, 16151100, 32792650 |
2277
+ | `phone_number` | 98260836, 59611893, 42884547 |
1769
2278
 
1770
2279
  ## FFaker::PhoneNumberDE
1771
2280
 
1772
2281
  | Method | Example |
1773
2282
  | ------ | ------- |
1774
- | `country_code` | +49, +49, +49 |
1775
- | `home_work_phone_number` | 077 0100828, 04050 8889774, 039 3813272 |
1776
- | `international_home_work_phone_number` | +49 7252 0827635, +49 74 3177205, +49 513 1151551 |
1777
- | `international_mobile_phone_number` | +49 177 9687401, +49 172 8875700, +49 167 4850409 |
1778
- | `international_phone_number` | +49 48 7624464, +49 341 2074154, +49 37 6951687 |
1779
- | `mobile_phone_number` | 0172 4906182, 0169 8859216, 0167 2294799 |
1780
- | `mobile_prefix` | 0166, 0164, 0153 |
1781
- | `phone_number` | 097 5851085, 04066 5247139, 085 7901591 |
1782
- | `region_prefix` | 0625, 0421, 076 |
2283
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2284
+ | `home_work_phone_number` | 0499 1880944, 09939 2260507, 0991 7740817 |
2285
+ | `international_home_work_phone_number` | +49 980 0865246, +49 292 6462172, +49 21 3994234 |
2286
+ | `international_mobile_phone_number` | +49 163 4886707, +49 163 1558795, +49 164 2446146 |
2287
+ | `international_phone_number` | +49 986 7384592, +49 37 0273926, +49 72 8858865 |
2288
+ | `mobile_phone_number` | 0165 7404370, 0160 2454516, 0153 7963028 |
2289
+ | `mobile_prefix` | 0153, 0166, 0152 |
2290
+ | `phone_number` | 0610 3906611, 07755 6411034, 025 3513944 |
2291
+ | `region_prefix` | 04706, 098, 0829 |
1783
2292
 
1784
2293
  ## FFaker::PhoneNumberFR
1785
2294
 
1786
2295
  | Method | Example |
1787
2296
  | ------ | ------- |
1788
- | `home_work_phone_number` | +331 60 93 91 40, 0426813423, 0033257288143 |
1789
- | `mobile_phone_number` | +33752648171, +33705345902, 06 46 89 36 60 |
1790
- | `phone_number` | 00336 76 03 64 30, 05 30 71 47 48, +332 42 32 91 27 |
2297
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2298
+ | `home_work_phone_number` | 05 94 19 81 83, 0231550887, 02 22 24 61 84 |
2299
+ | `international_home_work_phone_number` | +33 5 29 14 33 76, +335 56 80 45 50, 00335 55 36 71 13 |
2300
+ | `international_mobile_phone_number` | 00336 62 21 63 03, 0033 757775631, +33 620777474 |
2301
+ | `international_phone_number` | 0033250942932, 00334 36 23 85 85, +335 73 96 30 79 |
2302
+ | `mobile_phone_number` | 0660220201, 0635936030, 0725282677 |
2303
+ | `phone_number` | 0711804050, 06 29 79 50 95, 0586145770 |
2304
+
2305
+ ## FFaker::PhoneNumberID
2306
+
2307
+ | Method | Example |
2308
+ | ------ | ------- |
2309
+ | `home_phone_number` | 0422-8551525, 0255-11535330, 0623-99758027 |
2310
+ | `international_home_phone_number` | +62275-65359515, +62402-1534174, +62343-0455404 |
2311
+ | `international_mobile_phone_number` | +62883-50524635, +62852-06915384, +62858-32403891 |
2312
+ | `international_phone_number` | +62931-51161526, +62471-2424324, +62282-8042704 |
2313
+ | `mobile_phone_number` | 0881-27267485, 0852-22165610, 0896-87964247 |
2314
+ | `phone_number` | 0426-1655253, 0654-4546096, 0885-22792624 |
1791
2315
 
1792
2316
  ## FFaker::PhoneNumberIT
1793
2317
 
1794
2318
  | Method | Example |
1795
2319
  | ------ | ------- |
1796
- | `home_phone_number` | 00390682592171, +39 0566520703, +39 0165 88706224 |
1797
- | `mobile_phone_number` | 0039347 255937, +39 339622810, 0039 338 94649949 |
1798
- | `number`(...) | |
1799
- | `phone_number` | +39 325 778956, +390941 82329167, 0039 320284211 |
1800
- | `random_space` | , , |
2320
+ | `home_phone_number` | 0039 038513302010, 0039 0463776683, +390324260974 |
2321
+ | `mobile_phone_number` | +39 338514970, 0039 345874929, 003932910276988 |
2322
+ | `phone_number` | 0039329 21926228, +39348 122514, +39 0365 129097 |
2323
+
2324
+ ## FFaker::PhoneNumberJA
2325
+
2326
+ | Method | Example |
2327
+ | ------ | ------- |
2328
+ | `home_phone_number` | 01456 9 4456, 08514 6 0733, 0983 26 2987 |
2329
+ | `home_phone_number_format`(...) | |
2330
+ | `home_phone_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2331
+ | `international_home_phone_number` | +81 4 0959 5646, +81 1634 5 6763, +81 1547 1 2094 |
2332
+ | `international_mobile_phone_number` | +81 90 4297 6523, +81 70 1261 2907, +81 70 7922 0874 |
2333
+ | `international_phone_number` | +81 578 36 8040, +81 4 3804 2105, +81 6 6378 5509 |
2334
+ | `mobile_phone_number` | 090 5778 8767, 080 3665 6281, 090 1891 3330 |
2335
+ | `mobile_phone_number_format` | 70 #### ####, 80 #### ####, 90 #### #### |
2336
+ | `mobile_prefix` | 90, 70, 80 |
2337
+ | `phone_number` | 01587 3 7593, 070 3003 9384, 090 7520 6175 |
1801
2338
 
1802
2339
  ## FFaker::PhoneNumberKR
1803
2340
 
1804
2341
  | Method | Example |
1805
2342
  | ------ | ------- |
1806
- | `contry_code` | +82, +82, +82 |
1807
- | `home_work_phone_number` | 032 7286 9595, 052 1891 4582, 064 8653 3842 |
1808
- | `international_home_work_phone_number` | +82 61 1279 3952, +82 49 3134 6856, +82 63 8564 1284 |
1809
- | `international_mobile_phone_number` | +82 11 5897 0044, +82 19 5189 1596, +82 10 5638 6141 |
1810
- | `international_phone_number` | +82 43 0178 9935, +82 10 2196 4814, +82 16 8893 1302 |
1811
- | `mobile_phone_number` | 016 9214 4085, 016 9489 1139, 019 0196 5564 |
1812
- | `phone_number` | 016 0020 0649, 044 6995 3024, 010 5974 7565 |
2343
+ | `contry_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2344
+ | `home_work_phone_number` | 063 5977 5463, 042 4181 4668, 033 4754 2692 |
2345
+ | `international_home_work_phone_number` | +82 54 8119 0270, +82 32 0191 7852, +82 55 1190 2066 |
2346
+ | `international_mobile_phone_number` | +82 11 3106 3058, +82 16 2168 2697, +82 11 8708 0337 |
2347
+ | `international_phone_number` | +82 42 6793 4425, +82 42 8485 1450, +82 41 2287 9913 |
2348
+ | `mobile_phone_number` | 016 1654 0517, 019 5431 6902, 011 4557 0684 |
2349
+ | `phone_number` | 011 0992 5628, 055 6247 4097, 016 6909 3000 |
1813
2350
 
1814
2351
  ## FFaker::PhoneNumberMX
1815
2352
 
1816
2353
  | Method | Example |
1817
2354
  | ------ | ------- |
1818
- | `country_code` | +52, +52, +52 |
1819
- | `home_work_phone_number` | 97 4664 5777, 10 2757 1370, 46 8689 2563 |
1820
- | `international_home_work_phone_number` | +52 03 9540 0421, +52 83 4845 2679, +52 05 0571 0136 |
1821
- | `international_mobile_phone_number` | +52 1 46 8738 2715, +52 1 53 3602 2653, +52 1 21 9004 2157 |
1822
- | `international_phone_number` | +52 1 79 7472 9727, +52 25 7856 2228, +52 1 38 5609 3861 |
1823
- | `mobile_phone_number` | 044 43 6962 0924, 044 34 0105 9309, 044 53 2071 1244 |
1824
- | `phone_number` | 044 14 4112 0674, 65 5463 0694, 044 25 1987 9359 |
1825
- | `toll_free_number` | 01 800 899 2964, 01 800 725 1723, 01 800 643 8570 |
2355
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2356
+ | `home_work_phone_number` | 74 1421 2759, 70 7342 6328, 13 6230 1407 |
2357
+ | `international_home_work_phone_number` | +52 95 6743 0929, +52 79 1978 5081, +52 08 8882 6529 |
2358
+ | `international_mobile_phone_number` | +52 1 05 7763 3968, +52 1 57 0424 1404, +52 1 50 6312 2230 |
2359
+ | `international_phone_number` | +52 1 98 3557 6622, +52 1 99 5259 6578, +52 48 8527 4081 |
2360
+ | `mobile_phone_number` | 044 82 8002 5644, 044 52 6954 7040, 044 56 6405 9542 |
2361
+ | `phone_number` | 26 7028 5160, 94 0030 3880, 93 6579 3818 |
2362
+ | `toll_free_number` | 01 800 112 8201, 01 800 498 2061, 01 800 402 7451 |
1826
2363
 
1827
2364
  ## FFaker::PhoneNumberNL
1828
2365
 
1829
2366
  | Method | Example |
1830
2367
  | ------ | ------- |
1831
- | `home_work_phone_number` | 0512-0404 07, 0523-4064 99, 040-828 9034 |
1832
- | `international_home_work_phone_number` | +31 180-70 18 18, +31 186-4605 80, +31 492-466310 |
1833
- | `international_mobile_phone_number` | +31 6 6994 6524, +31 621269693, +31 6 78 38 78 84 |
1834
- | `international_phone_number` | +31 493-093089, +31 541-4884 33, +31 172-916512 |
1835
- | `mobile_phone_number` | 06 9391 2802, 06 365 638 70, 06 411 869 27 |
1836
- | `phone_number` | 0626969107, 06 3986 9847, 0114-2752 12 |
2368
+ | `home_work_phone_number` | 0516-0851 84, 0348-7129 74, 0165-979073 |
2369
+ | `international_home_work_phone_number` | +31 118-24 48 72, +31 50-4825 812, +31 299-0298 04 |
2370
+ | `international_mobile_phone_number` | +31 6 17 84 09 78, +31 6 8380 2614, +31 668228958 |
2371
+ | `international_phone_number` | +31 675006915, +31 618420383, +31 6 6332 3557 |
2372
+ | `mobile_phone_number` | 06 231 839 71, 06 173 935 83, 0688114411 |
2373
+ | `phone_number` | 06 8166 4176, 0226-57 15 04, 0566-8746 06 |
2374
+
2375
+ ## FFaker::PhoneNumberPL
2376
+
2377
+ | Method | Example |
2378
+ | ------ | ------- |
2379
+ | `area_code` | 82, 65, 12 |
2380
+ | `home_work_phone_number` | 524326561, 226948717, 327602894 |
2381
+ | `international_home_work_phone_number` | +48 251378120, +48 779222152, +48 940785588 |
2382
+ | `international_mobile_phone_number` | +48 882642783, +48 780299089, +48 721826173 |
2383
+ | `international_phone_number` | +48 894152099, +48 876034285, +48 595435016 |
2384
+ | `mobile_phone_number` | 792443016, 737647392, 508418134 |
2385
+ | `mobile_phone_number_format` | 60#######, 51#######, 69####### |
2386
+ | `mobile_prefix` | 78, 50, 57 |
2387
+ | `phone_number` | 550960264, 943300921, 140674084 |
2388
+ | `phone_number_format` | 22#######, 54#######, 82####### |
2389
+
2390
+ ## FFaker::PhoneNumberRU
2391
+
2392
+ | Method | Example |
2393
+ | ------ | ------- |
2394
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2395
+ | `home_work_phone_number` | 8 473 260-35-34, 8 474 666-80-14, 8 867 597-11-90 |
2396
+ | `home_work_phone_prefix` | 351, 473, 416 |
2397
+ | `international_country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2398
+ | `international_home_work_phone_number` | +7 382 590-83-85, +7 387 361-41-02, +7 091 196-35-63 |
2399
+ | `international_mobile_phone_number` | +7 905 896-20-90, +7 960 780-45-42, +7 901 118-05-70 |
2400
+ | `international_phone_number` | +7 909 795-81-01, +7 963 983-13-79, +7 487 385-69-68 |
2401
+ | `international_toll_free_number` | +7 800 076-33-98, +7 800 532-10-59, +7 800 018-61-94 |
2402
+ | `mobile_phone_number` | 8 904 343-30-80, 8 923 605-40-35, 8 953 357-59-52 |
2403
+ | `mobile_phone_prefix` | 953, 952, 961 |
2404
+ | `phone_number` | 8 873 509-61-62, 8 484 533-34-88, 8 873 621-76-34 |
2405
+ | `toll_free_number` | 8 800 283-74-56, 8 800 613-85-90, 8 800 792-36-18 |
1837
2406
 
1838
2407
  ## FFaker::PhoneNumberSE
1839
2408
 
1840
2409
  | Method | Example |
1841
2410
  | ------ | ------- |
1842
- | `area_prefix` | 551, 221, 240 |
1843
- | `country_prefix` | +46, 0046, +46 |
1844
- | `home_work_phone_number` | 0533-434 99, 0552-21 83 05, 0954-26 30 26 |
1845
- | `international_home_work_phone_number` | 0046 (0)122-401 31, +46 (0)587-01 97 18, 0046 (0)340-239 16 |
1846
- | `international_mobile_phone_number` | +46 (0)764-351677, 0046 (0)760-654691, +46 (0)737-291846 |
1847
- | `international_phone_number` | 0046 (0)746-639696, 0046 (0)703-083443, +46 (0)174-04 79 41 |
1848
- | `mobile_phone_number` | 0707-931724, 0741-28 63 89, 0733-915099 |
1849
- | `mobile_phone_number_format` | 74#-## ## ##, 73#-## ## ##, 73#-###### |
1850
- | `mobile_prefix` | 73, 70, 73 |
1851
- | `phone_number` | 0767-700047, 0155-26 24 70, 046-79 29 74 |
1852
- | `phone_number_format` | 413-### ##, 951-### ##, 943-### ## |
2411
+ | `area_prefix` | 21, 278, 971 |
2412
+ | `country_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2413
+ | `home_work_phone_number` | 0587-662 15, 0226-750 48, 0158-06 37 97 |
2414
+ | `international_home_work_phone_number` | 0046 (0)471-79 08 74, +46 (0)563-960 46, +46 (0)622-99 73 43 |
2415
+ | `international_mobile_phone_number` | 0046 (0)724-480242, 0046 (0)760-26 14 06, +46 (0)739-97 69 18 |
2416
+ | `international_phone_number` | +46 (0)495-79 40 56, 0046 (0)912-71 76 76, 0046 (0)725-18 78 54 |
2417
+ | `mobile_phone_number` | 0733-18 63 59, 0740-283483, 0765-39 36 02 |
2418
+ | `mobile_phone_number_format` | 76#-## ## ##, 76#-######, 70#-## ## ## |
2419
+ | `mobile_prefix` | 70, 72, 73 |
2420
+ | `phone_number` | 0745-285495, 0486-361 47, 031-851 35 86 |
2421
+ | `phone_number_format` | 433-### ##, 523-## ## ##, 142-## ## ## |
1853
2422
 
1854
2423
  ## FFaker::PhoneNumberSG
1855
2424
 
1856
2425
  | Method | Example |
1857
2426
  | ------ | ------- |
1858
- | `country_code` | +65, +65, +65 |
1859
- | `fixed_line_number` | 6076 5999, 6915 8198, 6478 4719 |
1860
- | `international_toll_free_number` | 800 299 3179, 800 921 9361, 800 033 9009 |
1861
- | `mobile_number` | 8302 9026, 8401 4226, 8478 0611 |
1862
- | `mobile_or_pager_number` | 9841 0578, 9557 8337, 9502 7672 |
1863
- | `phone_number` | 9319 6446, 9691 3479, 9120 0978 |
1864
- | `premium_service_number` | 1900 770 2300, 1900 164 1328, 1900 603 1227 |
1865
- | `toll_free_number` | 1800 376 9526, 1800 242 5658, 1800 044 8594 |
1866
- | `voip_number` | 3123 3488, 3501 6078, 3181 2796 |
2427
+ | `country_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2428
+ | `fixed_line_number` | 6759 4833, 6909 9796, 6546 4394 |
2429
+ | `international_toll_free_number` | 800 098 1519, 800 313 2378, 800 817 9495 |
2430
+ | `mobile_number` | 8445 9322, 8905 0674, 8497 7879 |
2431
+ | `mobile_or_pager_number` | 9771 0386, 9458 0600, 9628 9313 |
2432
+ | `phone_number` | 6567 9526, 6078 5105, 8293 4546 |
2433
+ | `premium_service_number` | 1900 980 0141, 1900 264 1146, 1900 719 2279 |
2434
+ | `toll_free_number` | 1800 192 7313, 1800 256 3333, 1800 931 6844 |
2435
+ | `voip_number` | 3028 5625, 3010 4135, 3096 2510 |
1867
2436
 
1868
2437
  ## FFaker::PhoneNumberSN
1869
2438
 
1870
2439
  | Method | Example |
1871
2440
  | ------ | ------- |
1872
- | `homework_number` | 33-861-86-02, 33-815-12-39, 33-898-25-46 |
1873
- | `homework_phone_prefix` | 33, 33, 33 |
1874
- | `mobile_number` | 76-249-17-64, 76-262-58-90, 76-559-60-22 |
2441
+ | `homework_number` | 33-830-70-38, 33-874-03-20, 33-938-99-94 |
2442
+ | `homework_phone_prefix` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2443
+ | `mobile_number` | 77-643-50-40, 77-838-51-69, 70-556-36-73 |
1875
2444
  | `mobile_phone_prefix` | 77, 76, 70 |
1876
- | `phone_number` | 76-683-59-14, 77-595-63-16, 33-870-08-83 |
1877
- | `short_phone_number` | 554-09-08, 932-97-51, 845-74-48 |
2445
+ | `phone_number` | 76-398-27-74, 76-955-04-92, 33-903-53-49 |
2446
+ | `short_phone_number` | 195-29-20, 616-43-04, 183-02-06 |
2447
+
2448
+ ## FFaker::PhoneNumberTW
2449
+
2450
+ | Method | Example |
2451
+ | ------ | ------- |
2452
+ | `contry_code` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2453
+ | `home_work_phone_number` | (07) 095-6493, (02) 2844-8122, (07) 340-2110 |
2454
+ | `international_home_work_phone_number` | +886-6-471-5351, +886-3-986-6766, +886-3-781-3654 |
2455
+ | `international_mobile_phone_number` | +886-911-665-107, +886-990-937-327, +886-942-809-028 |
2456
+ | `international_phone_number` | +886-8-019-6046, +886-2-5417-1862, +886-2-5619-7086 |
2457
+ | `mobile_phone_number` | 0907-401-782, 0933-815-113, 0948-730-578 |
2458
+ | `phone_number` | 0910-304-699, 0930-349-422, 0901-441-110 |
2459
+
2460
+ ## FFaker::PhoneNumberUA
2461
+
2462
+ | Method | Example |
2463
+ | ------ | ------- |
2464
+ | `home_phone_number` | 055 565-6843, 041 949-3318, 062 796-8446 |
2465
+ | `international_home_phone_number` | +380 47 655-9269, +380 55 841-6469, +380 65 124-2193 |
2466
+ | `international_mobile_phone_number` | +380 66 638-3297, +380 95 292-1035, +380 63 370-6930 |
2467
+ | `mobile_phone_number` | 097 412-7063, 097 658-6187, 099 048-2216 |
2468
+ | `phone_number` | 095 885-1183, 044 241-7945, 046 151-8047 |
1878
2469
 
1879
2470
  ## FFaker::Product
1880
2471
 
1881
2472
  | Method | Example |
1882
2473
  | ------ | ------- |
1883
- | `brand` | Brounsfunc, Trure, Sinecell |
2474
+ | `brand` | Pountfunc, Tricell, GV |
1884
2475
  | `letters`(...) | |
1885
- | `model` | E38, A-1586, Z-656 |
1886
- | `product` | Brouffe Remote Gel Viewer, Cygsync Disc Performance Controller, Trynsfunc GPS Case |
1887
- | `product_name` | Audible Compressor, Remote Receiver, Audible Mount |
2476
+ | `model` | Y-2125, W-1049, L-4954 |
2477
+ | `product` | Brockwood Side Lifter, Trinix Output Dummy Groove, Poust Gel Compressor |
2478
+ | `product_name` | Auto Transmitter, Auto HD Adapter, Video Portable Amplifier |
2479
+
2480
+ ## FFaker::SSN
2481
+
2482
+ | Method | Example |
2483
+ | ------ | ------- |
2484
+ | `ssn` | 456-04-1369, 263-84-7195, 335-61-2449 |
2485
+
2486
+ ## FFaker::SSNMX
2487
+
2488
+ | Method | Example |
2489
+ | ------ | ------- |
2490
+ | `imss` | 1628365584-8, 2433277561-6, 1636672311-6 |
2491
+ | `imss_undashed` | 15641574281, 23713329335, 03313705861 |
2492
+ | `issste` | 0584030497-1, 7254020024-8, 5405005190-9 |
2493
+ | `issste_undashed` | 06433441148, 79888532171, 10812456924 |
2494
+ | `ssn` | 6526734923-1, 0291139344-3, 8475163549-9 |
2495
+ | `ssn_undashed` | 75351204932, 05351660769, 77475205450 |
2496
+
2497
+ ## FFaker::SSNSE
2498
+
2499
+ | Method | Example |
2500
+ | ------ | ------- |
2501
+ | `ssn` | 199504067060, 201412089680, 199606246780 |
2502
+
2503
+ ## FFaker::SemVer
2504
+
2505
+ | Method | Example |
2506
+ | ------ | ------- |
2507
+ | `next` | 0.0.1, 0.1.0, 1.0.0 |
1888
2508
 
1889
2509
  ## FFaker::Skill
1890
2510
 
1891
2511
  | Method | Example |
1892
2512
  | ------ | ------- |
1893
- | `specialties` | Mental Metrics, Template Metrics, Performance Research, Hardware Research, Prototype Profiling, Visual Research, Statistical Analysis, Statistical Profiling, Resource Prototyping |
1894
- | `specialty` | Web Design, Performance Management, Firmware Prototyping |
1895
- | `tech_skill` | SublimeText, Flash, JSON |
1896
- | `tech_skills` | Backbone.JS, Heroku, MongoDB, Linux, ASP, JSP, Illustrator, SVN, Typo3 |
2513
+ | `specialties` | Database Modularization, Software Design, Web Analysis, Multi-tier Development, Area Metrics, Firmware Research, Template Testing, Team Metrics, Project Methods |
2514
+ | `specialty` | Statistical Prototyping, Database Design, Area Methods |
2515
+ | `tech_skill` | Linux, Backbone.JS, LAMP |
2516
+ | `tech_skills` | Mac, Marionette.JS, Bootstrap, HTML5, ActionScript, Ajax, Typo3, ActionScript, Linux |
1897
2517
 
1898
2518
  ## FFaker::Sport
1899
2519
 
1900
2520
  | Method | Example |
1901
2521
  | ------ | ------- |
1902
- | `name` | Snowboarding, Formula Indy, Surfing |
2522
+ | `name` | *[name] is deprecated. For US sports please use the SportUS module* |
1903
2523
 
1904
- ## FFaker::SSN
2524
+ ## FFaker::SportPL
1905
2525
 
1906
2526
  | Method | Example |
1907
2527
  | ------ | ------- |
1908
- | `ssn` | 739-68-5500, 218-73-4959, 631-27-0316 |
2528
+ | `name` | Łyżwiarstwo szybkie, Siatkówka plażowa, Kolarstwo szosowe |
2529
+ | `summer` | Kolarstwo szosowe, Piłka nożna, Koszykówka |
2530
+ | `winter` | Skoki narciarskie, Łyżwiarstwo szybkie, Narciarstwo alpejskie |
1909
2531
 
1910
- ## FFaker::SSNMX
2532
+ ## FFaker::SportRU
1911
2533
 
1912
2534
  | Method | Example |
1913
2535
  | ------ | ------- |
1914
- | `imss` | 0603169061-9, 8431029951-7, 0843212914-3 |
1915
- | `imss_undashed` | 46216162966, 37733121323, 41777762527 |
1916
- | `issste` | 5947137983-0, 3698520188-4, 9691440544-7 |
1917
- | `issste_undashed` | 76469878288, 76728710357, 50914416400 |
1918
- | `ssn` | 0453162262-1, 5238146130-2, 7407746386-7 |
1919
- | `ssn_undashed` | 03188877302, 27059933188, 75915678768 |
2536
+ | `name` | Горнолыжный спорт, Покер, Айкидо |
2537
+ | `summer` | Джиу-джитсу, Софтбол, Стрельба |
2538
+ | `winter` | Юкигассен, Хоккей, Ледолазание |
1920
2539
 
1921
- ## FFaker::SSNSE
2540
+ ## FFaker::SportUS
1922
2541
 
1923
2542
  | Method | Example |
1924
2543
  | ------ | ------- |
1925
- | `ssn` | 199903226710, 195608079099, 198011068352 |
2544
+ | `name` | Fencing, Cycling Track, Volleyball |
1926
2545
 
1927
2546
  ## FFaker::String
1928
2547
 
@@ -1935,99 +2554,99 @@
1935
2554
  | Method | Example |
1936
2555
  | ------ | ------- |
1937
2556
  | `between`(..., ...) | |
1938
- | `date` | 2015-11-08 00:00:00 +0900, 2012-08-27 00:00:00 +0900, 2014-01-31 00:00:00 +0900 |
1939
- | `datetime` | 2013-11-21 12:16:00 +0900, 2012-06-21 08:01:00 +0900, 2012-10-15 05:14:00 +0900 |
1940
- | `month` | July, August, June |
1941
- | `day_of_week` | Mon, Tue, Sat |
2557
+ | `date` | 2021-09-23, 2021-12-30, 2021-07-31 |
2558
+ | `datetime` | 2021-11-05T19:52:00+00:00, 2020-03-11T02:42:00+00:00, 2019-05-25T02:27:00+00:00 |
2559
+ | `day_of_week` | Sun, Mon, Wed |
2560
+ | `month` | March, April, May |
1942
2561
 
1943
2562
  ## FFaker::Tweet
1944
2563
 
1945
2564
  | Method | Example |
1946
2565
  | ------ | ------- |
1947
- | `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. |
1948
- | `mention` | @elodia_jast, @becky, @nannette |
1949
- | `mentions` | @gwyn_collier @dara_yundt, @loma @grazyna.harber, @pierre @scottie.reichel |
1950
- | `tags` | #followback #art, #fun #baby, #like #food |
1951
- | `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. |
2566
+ | `body` | Necessitatibus eius cum quisquam aspernatur aliquam ullam. Nisi earum voluptates facere cupiditate autem quas beatae. Nobis quod rem., Blanditiis sequi sunt placeat quibusdam similique rem dolor cum. Vel ipsam id quasi maxime aspernatur cum. Ratione aliquid assumenda in., Ab praesentium distinctio eligendi laborum alias. Quia quas quisquam quibusdam eum quod placeat deserunt. Illo ut sed pariatur reiciendis. |
2567
+ | `mention` | @ernestina, @ta, @reynalda.ledner |
2568
+ | `mentions` | @elden.fritsch @waneta_torphy, @gayle.kulas @caryn, @mohammad.daugherty @krissy_mills |
2569
+ | `tags` | #bestoftheday #like, #repost #sunset, #bestoftheday #bored |
2570
+ | `tweet` | Sed harum aperiam eius laborum aliquid mollitia. Atque.#food #lol, Nam aut recusandae minima delectus ut. Corporis enim illo suscipit.#awesome #party #christmas #school, Sunt aliquam sed vel explicabo laboriosam porro est. Tenetur enim nemo a ducimus unde. |
1952
2571
 
1953
2572
  ## FFaker::Unit
1954
2573
 
1955
2574
  | Method | Example |
1956
2575
  | ------ | ------- |
1957
- | `temperature_abbr` | C, K, F |
1958
- | `temperature_name` | Celsius, Celsius, Kelvin |
1959
- | `time_abbr` | s, s, s |
1960
- | `time_name` | Days, Days, Seconds |
2576
+ | `temperature_abbr` | K, C, F |
2577
+ | `temperature_name` | Celsius, Fahrenheit, Kelvin |
2578
+ | `time_abbr` | s, h, d |
2579
+ | `time_name` | Hours, Days, Milliseconds |
1961
2580
 
1962
2581
  ## FFaker::UnitEnglish
1963
2582
 
1964
2583
  | Method | Example |
1965
2584
  | ------ | ------- |
1966
- | `area_abbr` | ac, ac, sq mi |
1967
- | `area_name` | square foot, township, township |
1968
- | `length_abbr` | fur, yd, m |
1969
- | `length_name` | inch, mile, foot |
1970
- | `liquid_abbr` | qt, gi, qt |
1971
- | `liquid_name` | gill, pint, gill |
1972
- | `mass_abbr` | gr, lb, lb |
1973
- | `mass_name` | grains, ton, hundredweight |
2585
+ | `area_abbr` | s, ac, sq ft |
2586
+ | `area_name` | township, acre, square yard |
2587
+ | `length_abbr` | mi, fur, ft |
2588
+ | `length_name` | mile, furlong, yard |
2589
+ | `liquid_abbr` | gi, qt, fl oz |
2590
+ | `liquid_name` | pint, gill, fluid ounce |
2591
+ | `mass_abbr` | lb, t, gr |
2592
+ | `mass_name` | ton, ounces, pounds |
1974
2593
  | `temperature_abbr` | C, K, F |
1975
- | `temperature_name` | Kelvin, Fahrenheit, Kelvin |
1976
- | `time_abbr` | msec, s, Minutes |
1977
- | `time_name` | Seconds, Years, Days |
1978
- | `volume_abbr` | CFT, CY, CFT |
1979
- | `volume_name` | cubic foot, cubic foot, cubic yard |
2594
+ | `temperature_name` | Fahrenheit, Kelvin, Celsius |
2595
+ | `time_abbr` | h, d, m |
2596
+ | `time_name` | Hours, Seconds, Milliseconds |
2597
+ | `volume_abbr` | CI, CFT, CY |
2598
+ | `volume_name` | cubic foot, cubic yard, cubic inch |
1980
2599
 
1981
2600
  ## FFaker::UnitMetric
1982
2601
 
1983
2602
  | Method | Example |
1984
2603
  | ------ | ------- |
1985
- | `area_abbr` | cm^2, m^2, ha |
1986
- | `area_name` | hectares, hectares, meters squared |
1987
- | `length_abbr` | km, km, cm |
1988
- | `length_name` | kilometers, millimeters, millimeters |
1989
- | `liquid_abbr` | ml, ml, ml |
1990
- | `liquid_name` | liters, milliliters, liters |
1991
- | `mass_abbr` | g, mt, mt |
1992
- | `mass_name` | metric ton, gram, kilogram |
1993
- | `temperature_abbr` | F, F, K |
1994
- | `temperature_name` | Celsius, Celsius, Celsius |
1995
- | `time_abbr` | Minutes, d, d |
1996
- | `time_name` | Years, Seconds, Milliseconds |
1997
- | `volume_abbr` | cm^3, cm^3, cm^3 |
1998
- | `volume_name` | cubic meters, cubic meters, cubic centimeters |
2604
+ | `area_abbr` | km, ha, m^2 |
2605
+ | `area_name` | kilometers, centimeters squared, meters squared |
2606
+ | `length_abbr` | cm, m, km |
2607
+ | `length_name` | kilometers, meters, millimeters |
2608
+ | `liquid_abbr` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2609
+ | `liquid_name` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2610
+ | `mass_abbr` | mt, g, kg |
2611
+ | `mass_name` | kilogram, metric ton, gram |
2612
+ | `temperature_abbr` | K, F, C |
2613
+ | `temperature_name` | Celsius, Fahrenheit, Kelvin |
2614
+ | `time_abbr` | d, s, m |
2615
+ | `time_name` | Milliseconds, Seconds, Years |
2616
+ | `volume_abbr` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
2617
+ | `volume_name` | ‼️ FFaker::UniqueUtils::RetryLimitExceeded: FFaker::UniqueUtils::RetryLimitExceeded |
1999
2618
 
2000
2619
  ## FFaker::Vehicle
2001
2620
 
2002
2621
  | Method | Example |
2003
2622
  | ------ | ------- |
2004
- | `base_color` | purple, azure, lightyellow |
2005
- | `drivetrain` | AWD, 4WD, FWD |
2006
- | `engine_cylinders` | 8, 5, 5 |
2007
- | `engine_displacement` | 7.4, 3.0, 1.0 |
2008
- | `fuel_type` | Hybrid, Natural Gas (CNG), Natural Gas (CNG) |
2009
- | `interior_upholstery` | PVC, PVC, Faux Vinyl |
2010
- | `make` | Porsche, Autocar, Chrysler |
2011
- | `manufacturer_color` | melodic bright cadetblue, weak pretty crimson, calm bright indigo |
2012
- | `mfg_color` | fast bright green, dull new salmon, new tranquil thistle |
2013
- | `model` | Grand Marquis, Grand Marquis, Hummer |
2014
- | `transmission` | Automated Manual, Manual, Automatic |
2015
- | `transmission_abbr` | AM, AM, AT |
2016
- | `trim` | SE, SE, XLT |
2017
- | `vin` | 16HCT97728J966859, 13SLR10905E868402, 19NOF34317V934193 |
2018
- | `year` | 1958, 1904, 1925 |
2623
+ | `base_color` | linen, mediumturquoise, powderblue |
2624
+ | `drivetrain` | RWD, FWD, AWD |
2625
+ | `engine_cylinders` | 6, 2, 5 |
2626
+ | `engine_displacement` | 2.5, 2.0, 7.5 |
2627
+ | `fuel_type` | Gas, Natural Gas (CNG), Electric |
2628
+ | `interior_upholstery` | Vinyl, Faux Vinyl, PVC |
2629
+ | `make` | Autocar, Isuzu, Daewoo |
2630
+ | `manufacturer_color` | calm mysterious chocolate, dull pleasant slategrey, tranquil mysterious darkkhaki |
2631
+ | `mfg_color` | dangerous mundane white, dull majestic lightyellow, dark new mediumvioletred |
2632
+ | `model` | Yaris, Taurus, Viper |
2633
+ | `transmission` | Manual, Automatic, Automated Manual |
2634
+ | `transmission_abbr` | AM, MT, CVT |
2635
+ | `trim` | LT, EX, SLT |
2636
+ | `vin` | ZEL96TJF2R8750764, LB5SRGE94H1585117, AAT9LFRK8D7706503 |
2637
+ | `year` | 1969, 2016, 1914 |
2019
2638
 
2020
2639
  ## FFaker::Venue
2021
2640
 
2022
2641
  | Method | Example |
2023
2642
  | ------ | ------- |
2024
- | `name` | Expourense, Barcelona Business Center, Palacio de Congresos de Galicia |
2643
+ | `name` | Centro de Convenciones Puebla William O. Jenkins, Centro de Eventos Castillo Hidalgo, Feria de Zaragoza |
2025
2644
 
2026
2645
  ## FFaker::Youtube
2027
2646
 
2028
2647
  | Method | Example |
2029
2648
  | ------ | ------- |
2030
- | `embed_url` | www.youtube.com/embed/pRpeEdMmmQ0, www.youtube.com/embed/8UVNT4wvIGY, www.youtube.com/embed/YBHQbu5rbdQ |
2031
- | `share_url` | youtu.be/9bZkp7q19f0, youtu.be/rYEDA3JcQqw, youtu.be/PIh2xe4jnpk |
2032
- | `url` | www.youtube.com/watch?v=YBHQbu5rbdQ, www.youtube.com/watch?v=0KSOMA3QBU0, www.youtube.com/watch?v=QGJuMBdaqIw |
2033
- | `video_id` | y6Sxv-sUYtM, iS1g8G_njx8, lp-EO5I60KA |
2649
+ | `embed_url` | www.youtube.com/embed/7PCkvCPvDXk, www.youtube.com/embed/IcrbM1l_BoI, www.youtube.com/embed/CGyEd0aKWZE |
2650
+ | `share_url` | youtu.be/fLexgOxsZu0, youtu.be/hT_nvWreIhg, youtu.be/HP-MbfHFUqs |
2651
+ | `url` | www.youtube.com/watch?v=IcrbM1l_BoI, www.youtube.com/watch?v=OPf0YbXqDm0, www.youtube.com/watch?v=pRpeEdMmmQ0 |
2652
+ | `video_id` | e-ORhEE9VVg, kffacxfA7G4, 09R8_2nJtjg |