faker 2.17.0 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +95 -2
  3. data/README.md +22 -4
  4. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  5. data/lib/faker/creature/bird.rb +203 -0
  6. data/lib/faker/default/code.rb +1 -1
  7. data/lib/faker/default/commerce.rb +28 -0
  8. data/lib/faker/default/company.rb +5 -7
  9. data/lib/faker/default/crypto.rb +13 -0
  10. data/lib/faker/default/emotion.rb +33 -0
  11. data/lib/faker/default/finance.rb +13 -0
  12. data/lib/faker/default/food.rb +13 -0
  13. data/lib/faker/default/hobby.rb +22 -0
  14. data/lib/faker/default/id_number.rb +34 -0
  15. data/lib/faker/default/internet.rb +40 -16
  16. data/lib/faker/default/lorem.rb +0 -4
  17. data/lib/faker/default/nation.rb +0 -3
  18. data/lib/faker/default/omniauth.rb +45 -1
  19. data/lib/faker/default/placeholdit.rb +9 -9
  20. data/lib/faker/default/religion.rb +6 -0
  21. data/lib/faker/default/science.rb +108 -0
  22. data/lib/faker/default/string.rb +0 -3
  23. data/lib/faker/default/tea.rb +41 -0
  24. data/lib/faker/default/time.rb +0 -2
  25. data/lib/faker/games/dota.rb +13 -0
  26. data/lib/faker/games/witcher.rb +39 -0
  27. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  28. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  29. data/lib/faker/locations/australia.rb +47 -0
  30. data/lib/faker/music/hiphop.rb +3 -3
  31. data/lib/faker/music/music.rb +12 -0
  32. data/lib/faker/religion/bible.rb +50 -0
  33. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  34. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  35. data/lib/faker/tv_shows/supernatural.rb +48 -0
  36. data/lib/faker/tv_shows/the_office.rb +37 -0
  37. data/lib/faker/version.rb +2 -2
  38. data/lib/locales/ar.yml +5 -1
  39. data/lib/locales/de-AT.yml +2 -2
  40. data/lib/locales/de.yml +7 -3
  41. data/lib/locales/en/address.yml +2 -3
  42. data/lib/locales/en/animal.yml +1 -1
  43. data/lib/locales/en/australia.yml +108 -0
  44. data/lib/locales/en/bible.yml +90 -0
  45. data/lib/locales/en/bird.yml +1281 -0
  46. data/lib/locales/en/book.yml +487 -3
  47. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  48. data/lib/locales/en/cat.yml +1 -1
  49. data/lib/locales/en/coffee.yml +1 -1
  50. data/lib/locales/en/commerce.yml +17 -0
  51. data/lib/locales/en/community.yml +17 -17
  52. data/lib/locales/en/dota.yml +7 -0
  53. data/lib/locales/en/dune.yml +266 -397
  54. data/lib/locales/en/emotion.yml +480 -0
  55. data/lib/locales/en/finance.yml +21 -0
  56. data/lib/locales/en/fma_brotherhood.yml +78 -0
  57. data/lib/locales/en/food.yml +1054 -10
  58. data/lib/locales/en/game.yml +12 -0
  59. data/lib/locales/en/hobby.yml +171 -0
  60. data/lib/locales/en/horse.yml +2 -2
  61. data/lib/locales/en/internet.yml +108 -3
  62. data/lib/locales/en/kamen_rider.yml +452 -0
  63. data/lib/locales/en/kpop.yml +7 -7
  64. data/lib/locales/en/lovecraft.yml +76 -6
  65. data/lib/locales/en/mountain.yml +14 -1
  66. data/lib/locales/en/music.yml +152 -142
  67. data/lib/locales/en/science.yml +481 -3
  68. data/lib/locales/en/space.yml +1 -1
  69. data/lib/locales/en/stranger_thing.yml +1 -1
  70. data/lib/locales/en/super_smash_bros.yml +5 -2
  71. data/lib/locales/en/supernatural.yml +141 -0
  72. data/lib/locales/en/tea.yml +172 -0
  73. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  74. data/lib/locales/en/the_office.yml +86 -0
  75. data/lib/locales/en/touhou.yml +1 -1
  76. data/lib/locales/en/witcher.yml +37 -0
  77. data/lib/locales/en-US.yml +2 -2
  78. data/lib/locales/es-AR.yml +1 -4
  79. data/lib/locales/fr/address.yml +21 -0
  80. data/lib/locales/fr/animal.yml +5 -0
  81. data/lib/locales/fr/appliance.yml +4 -0
  82. data/lib/locales/fr/book.yml +7 -0
  83. data/lib/locales/fr/color.yml +4 -0
  84. data/lib/locales/fr/company.yml +17 -0
  85. data/lib/locales/fr/compass.yml +23 -0
  86. data/lib/locales/fr/demographic.yml +4 -0
  87. data/lib/locales/fr/gender.yml +6 -0
  88. data/lib/locales/fr/internet.yml +5 -0
  89. data/lib/locales/fr/lorem.yml +5 -0
  90. data/lib/locales/fr/measurement.yml +7 -0
  91. data/lib/locales/fr/name.yml +21 -0
  92. data/lib/locales/fr/phone_number.yml +7 -0
  93. data/lib/locales/fr/pokemon.yml +7 -0
  94. data/lib/locales/fr.yml +0 -118
  95. data/lib/locales/ja/README.md +13 -0
  96. data/lib/locales/ja/address.yml +120539 -0
  97. data/lib/locales/ja/ancient.yml +4 -0
  98. data/lib/locales/ja/animal.yml +5 -0
  99. data/lib/locales/ja/bank.yml +4 -0
  100. data/lib/locales/ja/book.yml +7 -0
  101. data/lib/locales/ja/cat.yml +5 -0
  102. data/lib/locales/ja/coffee.yml +4 -0
  103. data/lib/locales/ja/color.yml +4 -0
  104. data/lib/locales/ja/commerce.yml +11 -0
  105. data/lib/locales/ja/company.yml +8 -0
  106. data/lib/locales/ja/dog.yml +5 -0
  107. data/lib/locales/ja/food.yml +4 -0
  108. data/lib/locales/ja/gender.yml +4 -0
  109. data/lib/locales/ja/lorem.yml +9 -0
  110. data/lib/locales/ja/name.yml +13 -0
  111. data/lib/locales/ja/overwatch.yml +5 -0
  112. data/lib/locales/ja/phone_number.yml +7 -0
  113. data/lib/locales/ja/pokemon.yml +7 -0
  114. data/lib/locales/ja/restaurant.yml +11 -0
  115. data/lib/locales/ja/space.yml +5 -0
  116. data/lib/locales/ja/studio_ghibli.yml +112 -0
  117. data/lib/locales/ja/subscription.yml +8 -0
  118. data/lib/locales/ja/super_mario.yml +9 -0
  119. data/lib/locales/ja/super_smash_bros.yml +8 -0
  120. data/lib/locales/ja/university.yml +9 -0
  121. data/lib/locales/ja/zelda.yml +5 -0
  122. data/lib/locales/lt.yml +35 -0
  123. data/lib/locales/lv.yml +1 -1
  124. data/lib/locales/mi-NZ.yml +281 -0
  125. data/lib/locales/pt-BR.yml +7 -1
  126. data/lib/locales/ru.yml +39 -0
  127. metadata +94 -20
  128. data/lib/locales/ja.yml +0 -118
@@ -0,0 +1,172 @@
1
+ en:
2
+ faker:
3
+ tea:
4
+ variety:
5
+ black:
6
+ - Assam
7
+ - Ceylon
8
+ - Congou
9
+ - Darjeeling
10
+ - Dianhong
11
+ - Earl Grey
12
+ - English Afternoon
13
+ - English Breakfast
14
+ - Irish Breakfast
15
+ - Jaekseol
16
+ - Jiu Qu Hong Mei
17
+ - Kangra
18
+ - Keemun
19
+ - Lady Grey
20
+ - Lahijan
21
+ - Lapsang Souchong
22
+ - Masala Chai
23
+ - Munnar
24
+ - Nepali
25
+ - Nilgiri
26
+ - Rize
27
+ - Scottish Breakfast
28
+ - Sun Moon Lake
29
+ - Yingdehong
30
+ oolong:
31
+ - Alishan
32
+ - Bai Jiguan
33
+ - Da Hong Pao
34
+ - Dancong
35
+ - Dongding
36
+ - Dongfang Meiren
37
+ - Fujian
38
+ - Gaoshan
39
+ - Huangjin Gui
40
+ - Ji Xuan
41
+ - Lishan
42
+ - Pouchong
43
+ - Rougui
44
+ - Ruan Zhi
45
+ - Shui Jin Gui
46
+ - Shui Xian
47
+ - Tieguanyin
48
+ - Tieluohan
49
+ - Tienguanyin
50
+ - Vietnamese
51
+ green:
52
+ - Bancha
53
+ - Biluochun
54
+ - Chun Mee
55
+ - Daejak
56
+ - Garucha
57
+ - Genmaicha
58
+ - Gunpowder
59
+ - Gyokuro
60
+ - Hojicha
61
+ - Huangshan Maofeng
62
+ - Ipcha
63
+ - Jungjak
64
+ - Kabusecha
65
+ - Kukicha
66
+ - Longjing
67
+ - Lu'an Melon Seed
68
+ - Matcha
69
+ - Sejak
70
+ - Sencha
71
+ - Shincha
72
+ - Taipin Houkui
73
+ - Ujeon
74
+ - Xinyang Maojian
75
+ white:
76
+ - Bai Mu Dan
77
+ - Fujian New Craft
78
+ - Gongmei
79
+ - Shou Mei
80
+ - Yi Zhen Bai Hao
81
+ herbal:
82
+ - Anise
83
+ - Asiatic Penny-Wort
84
+ - Bael Fruit
85
+ - Barley
86
+ - Bee Balm
87
+ - Boldo
88
+ - Burdock
89
+ - Cacao
90
+ - Caraway
91
+ - Cat's Claw
92
+ - Catnip
93
+ - Cerasse
94
+ - Chamomile
95
+ - Che Dang
96
+ - Chinese Knot-Weed
97
+ - Chrysanthemum
98
+ - Cinnamon
99
+ - Citrus Peel
100
+ - Dandelion
101
+ - Dill
102
+ - Dried Lime
103
+ - Echinacea
104
+ - Elderberry
105
+ - Essiac
106
+ - European Mistletoe
107
+ - Fennel
108
+ - Gentian
109
+ - Ginger Root
110
+ - Ginseng
111
+ - Goji
112
+ - Hawthorn
113
+ - Hibiscus
114
+ - Honeybush
115
+ - Horehound
116
+ - Houttuynia
117
+ - Jiaogulan
118
+ - Kapor
119
+ - Kuzuyu
120
+ - Labrador
121
+ - Lemon Balm
122
+ - Lemon Ginger
123
+ - Lemon Grass
124
+ - Licorice Root
125
+ - Lime Blossom
126
+ - Luo Han Guo
127
+ - Mint
128
+ - Moringa
129
+ - Mountain Tea
130
+ - Neem
131
+ - Nettle
132
+ - New Jersey Tea
133
+ - Noni
134
+ - Oksusu Cha
135
+ - Olive Leaf
136
+ - Osmanthus
137
+ - Pandan
138
+ - Patchouli
139
+ - Pine
140
+ - Qishr
141
+ - Red Clover
142
+ - Red Raspberry
143
+ - Roasted Wheat
144
+ - Rooibos
145
+ - Rose Hip
146
+ - Roselle
147
+ - Rosemary
148
+ - Sage
149
+ - Sagebrush
150
+ - Serendib
151
+ - Skurayu
152
+ - Sobacha
153
+ - Spearmint
154
+ - Spicebush
155
+ - Spruce
156
+ - St. John's Wort
157
+ - Thyme
158
+ - Tulsi
159
+ - Turmeric
160
+ - Valerian
161
+ - Verbena
162
+ - Vetiver
163
+ - Wax Gourd
164
+ - Wong Lo Kat
165
+ - Woodruff
166
+ - Yarrow
167
+ type:
168
+ - Black
169
+ - Oolong
170
+ - Green
171
+ - White
172
+ - Herbal
@@ -0,0 +1,56 @@
1
+ en:
2
+ faker:
3
+ books:
4
+ the_kingkiller_chronicle:
5
+ books:
6
+ - The Name of the Wind
7
+ - The Wise Man's Fear
8
+ - The Doors of Stone
9
+ characters:
10
+ - Abenthy
11
+ - Auri
12
+ - Bast
13
+ - Brandeur
14
+ - Bredon
15
+ - Cinder
16
+ - Denna
17
+ - Devi
18
+ - Elodin
19
+ - Felurian
20
+ - Haliax
21
+ - Kvothe
22
+ - Laurian
23
+ - Lanre
24
+ - Marten
25
+ - Master Ash
26
+ - Skarpi
27
+ - Shehyn
28
+ - Simmon
29
+ - Tehlu
30
+ - Tempi
31
+ - Vashet
32
+ - Wilem
33
+ creatures:
34
+ - Angel
35
+ - Demon
36
+ - Draccus
37
+ - Keth-Selhan
38
+ - Scrael
39
+ - Sipquick
40
+ - Skin dancer
41
+ locations:
42
+ - Ademre
43
+ - Aryen
44
+ - Baedn-Bryt
45
+ - Crosson
46
+ - Eld
47
+ - Evesdown
48
+ - Hallowfell
49
+ - Imre
50
+ - Levinshir
51
+ - Newarre
52
+ - Severen
53
+ - Tarbean
54
+ - Temerant
55
+ - Waystone Inn
56
+ - Yll
@@ -0,0 +1,86 @@
1
+ en:
2
+ faker:
3
+ the_office:
4
+ characters:
5
+ [
6
+ "Michael Scott",
7
+ "Dwight Schrute",
8
+ "Jim Halpert",
9
+ "Pam Beesly",
10
+ "Ryan Howard",
11
+ "Andy Bernard",
12
+ "Robert California",
13
+ "Roy Anderson",
14
+ "Jan Levinson",
15
+ "Stanley Hudson",
16
+ "Kevin Malone",
17
+ "Meredith Palmer",
18
+ "Angela Martin",
19
+ "Oscar Martinez",
20
+ "Phyllis Vance",
21
+ "Toby Flenderson",
22
+ "Kelly Kapoor",
23
+ "Creed Bratton",
24
+ "Darryl Philbin",
25
+ "Gabe Lewis",
26
+ "Erin Hannon",
27
+ "Holly Flax",
28
+ "Nellie Bertram",
29
+ "Clark Green",
30
+ "Pete Miller",
31
+ "Val Johnson",
32
+ "Todd Packer",
33
+ "Charles Miner",
34
+ "Deangelo Vickers",
35
+ "Ed Truck",
36
+ ]
37
+ quotes:
38
+ [
39
+ "Everything I have I owe to this job… this stupid, wonderful, boring, amazing job.",
40
+ "And I feel God in this Chili’s tonight.",
41
+ "I talk a lot, so I’ve learned to tune myself out.",
42
+ "Me think, why waste time say lot word, when few word do trick.",
43
+ "I’m glad Michael’s getting help. He has a lot of issues, and he’s stupid.",
44
+ "Dwight mercy-killed Angela’s cat.",
45
+ "I’m not superstitious, but I am a little stitious.",
46
+ "Look, it doesn’t take a genius to know that every organization thrives when it has two leaders. Go ahead, name a country that doesn’t have two presidents; a boat that sets sail without two captains. Where would Catholicism be without the popes?",
47
+ "An office is for not dying. An office is a place to live life to the fullest, to the max, to… an office is a place where dreams come true.",
48
+ "I got six numbers. One more and it would have been a complete phone number.",
49
+ "Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me.",
50
+ "Guess what, I have flaws. What are they? Oh, I don’t know. I sing in the shower. Sometimes I spend too much time volunteering. Occasionally I’ll hit somebody with my car. So sue me.",
51
+ "The worst thing about prison was the dementors.",
52
+ "Identity theft is not a joke, Jim! Millions of families suffer every year.",
53
+ "Do I need to be liked? Absolutely not. I like to be liked. I enjoy being liked. I have to be liked, but it’s not like this compulsive need to be liked, like my need to be praised.",
54
+ "I don’t talk trash, I talk smack. They’re totally different. Trash talk is hypothetical, like, 'Your mom is so fat she can eat the internet.' But smack talk is happening like right now. Like 'You’re ugly and I know it for a fact ’cause I got the evidence right there.'",
55
+ "Life is short. Drive fast and leave a sexy corpse. That’s one of my mottos.",
56
+ "I wonder what people like about me. Probably my jugs.",
57
+ "Fool me once, strike one. Fool me twice, strike three.",
58
+ "Sometimes the clothes at Gap Kids are too flashy, so I’m forced to go to the American Girl store and order clothes for large colonial dolls.",
59
+ "Today, smoking is going to save lives.",
60
+ "It is not a good time for me to lose my job since I have some pretty big long-term plans in my personal life with Pam that I’d like her parents to be psyched about. So, I am about to do something very bold in this job that I’ve never done before, try.",
61
+ "How is it possible that in five years, I’ve had two engagements and only one chair?",
62
+ "I guess I’ve been working so hard, I forgot what it’s like to be hardly working.",
63
+ "Who says exactly what they’re thinking? What kind of a game is that?",
64
+ "I’ve been involved in a number of cults, both a leader and a follower. You have more fun as a follower, but you make more money as a leader.",
65
+ "I am running away from my responsibilities. And it feels good.",
66
+ "We have a gym at home. It’s called the bedroom.",
67
+ "I don’t hate it. I just don’t like it at all and it’s terrible.",
68
+ "The people here are amazing debaters. I guess you can say they are master-baters.",
69
+ "When you’re a kid, you assume your parents are soulmates. My kids are going to be right about that.",
70
+ "And I knew exactly what to do. But in a much more real sense, I had no idea what to do.",
71
+ "I find the mystery genre disgusting. I hate being titillated.",
72
+ "I wanted to eat a pig in a blanket, in a blanket.",
73
+ "As a person who buys a lot of erotic cakes, it’s nice to be represented on one.",
74
+ "Tell him to call me ASAP as possible.",
75
+ "Ultimatums are key. Basically, nobody does anything for me anymore unless I threaten to kill myself.",
76
+ "I love inside jokes. I’d love to be a part of one someday.",
77
+ "I want to be wine and dined and sixty-nined.",
78
+ "Dwight you ignorant slut.",
79
+ "Close your mouth, sweetie. You look like a trout.",
80
+ "Any man who says he totally understands women is a fool. Because they are un-understandable.",
81
+ "Why are you the way that you are? Honestly, every time I try to do something fun, or exciting, you make it… not that way. I hate… so much about the things that you choose to be.",
82
+ "So you’ve come to the master for guidance? Is this what you’re saying, grasshopper?",
83
+ "Right now, this is just a job. If I advance any higher in this company, this would be my career. And, uh, if this were my career, I’d have to throw myself in front of a train.",
84
+ "Boy, have you done lost your mind? Cause I’ll help you find it!",
85
+ "Ain’t no party like a Scranton party cause a Scranton party don’t stop!",
86
+ ]
@@ -291,7 +291,7 @@ en:
291
291
  - Cat Sign "Cat's Walk"
292
292
  - Cat Sign "Vengeful Cat Spirit's Erratic Step"
293
293
  - Cursed Sprite "Zombie Fairy"
294
- - Cursed Sprite "Vengeful Spirit: Possessed Fairy"
294
+ - 'Cursed Sprite "Vengeful Spirit: Possessed Fairy"'
295
295
  - Malicious Spirit "Spleen Eater"
296
296
  - Corpse Spirit "Vengeful Cannibal Spirit"
297
297
  - Atonement "Needle Mountain of a Former Hell"
@@ -391,3 +391,40 @@ en:
391
391
  - Garkain
392
392
  - Higher Vampire
393
393
  - Katakan
394
+ signs:
395
+ - Aard
396
+ - Igni
397
+ - Yrden
398
+ - Quen
399
+ - Axii
400
+ - Heliotrop
401
+ potions:
402
+ - Cat
403
+ - Healing brew
404
+ - Gadwall
405
+ - Tawny Owl
406
+ - Wolf
407
+ - Rook
408
+ - Swallow
409
+ - Golden Oriole
410
+ - Tiara
411
+ - Stammelford's philtre
412
+ - Maribor Forest
413
+ - Lapwing
414
+ - Virga
415
+ - White Raffard's Decoction
416
+ - Brock
417
+ - Petri's Philter
418
+ - Thunderbolt
419
+ - Mongoose
420
+ - Visionary's potion
421
+ - Anabolic steroids
422
+ books:
423
+ - The Last Wish
424
+ - Sword of Destiny
425
+ - Blood of Elves
426
+ - Time of Contempt
427
+ - Baptism of Fire
428
+ - The Tower of the Swallow
429
+ - The Lady of the Lake
430
+ - Season of Storms
@@ -8,7 +8,7 @@ en-US:
8
8
  first_name:
9
9
  - "#{female_first_name}"
10
10
  - "#{male_first_name}"
11
- last_name: [Abbott, Abernathy, Abshire, Adams, Altenwerth, Anderson, Ankunding, Armstrong, Auer, Aufderhar, Bahringer, Bailey, Balistreri, Barrows, Bartell, Bartoletti, Barton, Bashirian, Batz, Bauch, Baumbach, Bayer, Beahan, Beatty, Bechtelar, Becker, Bednar, Beer, Beier, Berge, Bergnaum, Bergstrom, Bernhard, Bernier, Bins, Blanda, Blick, Block, Bode, Boehm, Bogan, Bogisich, Borer, Bosco, Botsford, Boyer, Boyle, Bradtke, Brakus, Braun, Breitenberg, Brekke, Brown, Bruen, Buckridge, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Conn, Connelly, Conroy, Considine, Corkery, Cormier, Corwin, Cremin, Crist, Crona, Cronin, Crooks, Cruickshank, Cummerata, Cummings, Dach, D'Amore, Daniel, Dare, Daugherty, Davis, Deckow, Denesik, Dibbert, Dickens, Dicki, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, DuBuque, Durgan, Ebert, Effertz, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feest, Feil, Ferry, Fisher, Flatley, Frami, Franecki, Friesen, Fritsch, Funk, Gerhold, Gerlach, Gibson, Gislason, Gleason, Gleichner, Glover, Goldner, Goodwin, Gorczany, Gottlieb, Goyette, Grady, Graham, Grant, Green, Greenfelder, Greenholt, Grimes, Gulgowski, Gusikowski, Gutkowski, Gutmann, Haag, Hackett, Hagenes, Hahn, Haley, Halvorson, Hamill, Hammes, Hand, Hane, Hansen, Harber, Harris, Hartmann, Harvey, Hauck, Hayes, Heaney, Heathcote, Hegmann, Heidenreich, Heller, Herman, Hermann, Hermiston, Herzog, Hessel, Hettinger, Hickle, Hilll, Hills, Hilpert, Hintz, Hirthe, Hodkiewicz, Hoeger, Homenick, Hoppe, Howe, Howell, Hudson, Huel, Huels, Hyatt, Jacobi, Jacobs, Jacobson, Jakubowski, Jaskolski, Jast, Jenkins, Jerde, Johns, Johnson, Johnston, Jones, Kassulke, Kautzer, Keebler, Keeling, Kemmer, Kerluke, Kertzmann, Kessler, Kiehn, Kihn, Kilback, King, Kirlin, Klein, Kling, Klocko, Koch, Koelpin, Koepp, Kohler, Konopelski, Koss, Kovacek, Kozey, Krajcik, Kreiger, Kris, Kshlerin, Kub, Kuhic, Kuhlman, Kuhn, Kulas, Kunde, Kunze, Kuphal, Kutch, Kuvalis, Labadie, Lakin, Lang, Langosh, Langworth, Larkin, Larson, Leannon, Lebsack, Ledner, Leffler, Legros, Lehner, Lemke, Lesch, Leuschke, Lind, Lindgren, Littel, Little, Lockman, Lowe, Lubowitz, Lueilwitz, Luettgen, Lynch, Macejkovic, MacGyver, Maggio, Mann, Mante, Marks, Marquardt, Marvin, Mayer, Mayert, McClure, McCullough, McDermott, McGlynn, McKenzie, McLaughlin, Medhurst, Mertz, Metz, Miller, Mills, Mitchell, Moen, Mohr, Monahan, Moore, Morar, Morissette, Mosciski, Mraz, Mueller, Muller, Murazik, Murphy, Murray, Nader, Nicolas, Nienow, Nikolaus, Nitzsche, Nolan, Oberbrunner, O'Connell, O'Conner, O'Hara, O'Keefe, O'Kon, Okuneva, Olson, Ondricka, O'Reilly, Orn, Ortiz, Osinski, Pacocha, Padberg, Pagac, Parisian, Parker, Paucek, Pfannerstill, Pfeffer, Pollich, Pouros, Powlowski, Predovic, Price, Prohaska, Prosacco, Purdy, Quigley, Quitzon, Rath, Ratke, Rau, Raynor, Reichel, Reichert, Reilly, Reinger, Rempel, Renner, Reynolds, Rice, Rippin, Ritchie, Robel, Roberts, Rodriguez, Rogahn, Rohan, Rolfson, Romaguera, Roob, Rosenbaum, Rowe, Ruecker, Runolfsdottir, Runolfsson, Runte, Russel, Rutherford, Ryan, Sanford, Satterfield, Sauer, Sawayn, Schaden, Schaefer, Schamberger, Schiller, Schimmel, Schinner, Schmeler, Schmidt, Schmitt, Schneider, Schoen, Schowalter, Schroeder, Schulist, Schultz, Schumm, Schuppe, Schuster, Senger, Shanahan, Shields, Simonis, Sipes, Skiles, Smith, Smitham, Spencer, Spinka, Sporer, Stamm, Stanton, Stark, Stehr, Steuber, Stiedemann, Stokes, Stoltenberg, Stracke, Streich, Stroman, Strosin, Swaniawski, Swift, Terry, Thiel, Thompson, Tillman, Torp, Torphy, Towne, Toy, Trantow, Tremblay, Treutel, Tromp, Turcotte, Turner, Ullrich, Upton, Vandervort, Veum, Volkman, Von, VonRueden, Waelchi, Walker, Walsh, Walter, Ward, Waters, Watsica, Weber, Wehner, Weimann, Weissnat, Welch, West, White, Wiegand, Wilderman, Wilkinson, Will, Williamson, Willms, Windler, Wintheiser, Wisoky, Wisozk, Witting, Wiza, Wolf, Wolff, Wuckert, Wunsch, Wyman, Yost, Yundt, Zboncak, Zemlak, Ziemann, Zieme, Zulauf]
11
+ last_name: [Abbott, Abernathy, Abshire, Adams, Altenwerth, Anderson, Ankunding, Armstrong, Auer, Aufderhar, Bahringer, Bailey, Balistreri, Barrows, Bartell, Bartoletti, Barton, Bashirian, Batz, Bauch, Baumbach, Bayer, Beahan, Beatty, Bechtelar, Becker, Bednar, Beer, Beier, Berge, Bergnaum, Bergstrom, Bernhard, Bernier, Bins, Blanda, Blick, Block, Bode, Boehm, Bogan, Bogisich, Borer, Bosco, Botsford, Boyer, Boyle, Bradtke, Brakus, Braun, Breitenberg, Brekke, Brown, Bruen, Buckridge, Carroll, Carter, Cartwright, Casper, Cassin, Champlin, Christiansen, Cole, Collier, Collins, Conn, Connelly, Conroy, Considine, Corkery, Cormier, Corwin, Cremin, Crist, Crona, Cronin, Crooks, Cruickshank, Cummerata, Cummings, Dach, D'Amore, Daniel, Dare, Daugherty, Davis, Deckow, Denesik, Dibbert, Dickens, Dicki, Dickinson, Dietrich, Donnelly, Dooley, Douglas, Doyle, DuBuque, Durgan, Ebert, Effertz, Emard, Emmerich, Erdman, Ernser, Fadel, Fahey, Farrell, Fay, Feeney, Feest, Feil, Ferry, Fisher, Flatley, Frami, Franecki, Friesen, Fritsch, Funk, Gerhold, Gerlach, Gibson, Gislason, Gleason, Gleichner, Glover, Goldner, Goodwin, Gorczany, Gottlieb, Goyette, Grady, Graham, Grant, Green, Greenfelder, Greenholt, Grimes, Gulgowski, Gusikowski, Gutkowski, Gutmann, Haag, Hackett, Hagenes, Hahn, Haley, Halvorson, Hamill, Hammes, Hand, Hane, Hansen, Harber, Harris, Hartmann, Harvey, Hauck, Hayes, Heaney, Heathcote, Hegmann, Heidenreich, Heller, Herman, Hermann, Hermiston, Herzog, Hessel, Hettinger, Hickle, Hill, Hills, Hilpert, Hintz, Hirthe, Hodkiewicz, Hoeger, Homenick, Hoppe, Howe, Howell, Hudson, Huel, Huels, Hyatt, Jacobi, Jacobs, Jacobson, Jakubowski, Jaskolski, Jast, Jenkins, Jerde, Johns, Johnson, Johnston, Jones, Kassulke, Kautzer, Keebler, Keeling, Kemmer, Kerluke, Kertzmann, Kessler, Kiehn, Kihn, Kilback, King, Kirlin, Klein, Kling, Klocko, Koch, Koelpin, Koepp, Kohler, Konopelski, Koss, Kovacek, Kozey, Krajcik, Kreiger, Kris, Kshlerin, Kub, Kuhic, Kuhlman, Kuhn, Kulas, Kunde, Kunze, Kuphal, Kutch, Kuvalis, Labadie, Lakin, Lang, Langosh, Langworth, Larkin, Larson, Leannon, Lebsack, Ledner, Leffler, Legros, Lehner, Lemke, Lesch, Leuschke, Lind, Lindgren, Littel, Little, Lockman, Lowe, Lubowitz, Lueilwitz, Luettgen, Lynch, Macejkovic, MacGyver, Maggio, Mann, Mante, Marks, Marquardt, Marvin, Mayer, Mayert, McClure, McCullough, McDermott, McGlynn, McKenzie, McLaughlin, Medhurst, Mertz, Metz, Miller, Mills, Mitchell, Moen, Mohr, Monahan, Moore, Morar, Morissette, Mosciski, Mraz, Mueller, Muller, Murazik, Murphy, Murray, Nader, Nicolas, Nienow, Nikolaus, Nitzsche, Nolan, Oberbrunner, O'Connell, O'Conner, O'Hara, O'Keefe, O'Kon, Okuneva, Olson, Ondricka, O'Reilly, Orn, Ortiz, Osinski, Pacocha, Padberg, Pagac, Parisian, Parker, Paucek, Pfannerstill, Pfeffer, Pollich, Pouros, Powlowski, Predovic, Price, Prohaska, Prosacco, Purdy, Quigley, Quitzon, Rath, Ratke, Rau, Raynor, Reichel, Reichert, Reilly, Reinger, Rempel, Renner, Reynolds, Rice, Rippin, Ritchie, Robel, Roberts, Rodriguez, Rogahn, Rohan, Rolfson, Romaguera, Roob, Rosenbaum, Rowe, Ruecker, Runolfsdottir, Runolfsson, Runte, Russel, Rutherford, Ryan, Sanford, Satterfield, Sauer, Sawayn, Schaden, Schaefer, Schamberger, Schiller, Schimmel, Schinner, Schmeler, Schmidt, Schmitt, Schneider, Schoen, Schowalter, Schroeder, Schulist, Schultz, Schumm, Schuppe, Schuster, Senger, Shanahan, Shields, Simonis, Sipes, Skiles, Smith, Smitham, Spencer, Spinka, Sporer, Stamm, Stanton, Stark, Stehr, Steuber, Stiedemann, Stokes, Stoltenberg, Stracke, Streich, Stroman, Strosin, Swaniawski, Swift, Terry, Thiel, Thompson, Tillman, Torp, Torphy, Towne, Toy, Trantow, Tremblay, Treutel, Tromp, Turcotte, Turner, Ullrich, Upton, Vandervort, Veum, Volkman, Von, VonRueden, Waelchi, Walker, Walsh, Walter, Ward, Waters, Watsica, Weber, Wehner, Weimann, Weissnat, Welch, West, White, Wiegand, Wilderman, Wilkinson, Will, Williamson, Willms, Windler, Wintheiser, Wisoky, Wisozk, Witting, Wiza, Wolf, Wolff, Wuckert, Wunsch, Wyman, Yost, Yundt, Zboncak, Zemlak, Ziemann, Zieme, Zulauf]
12
12
  address:
13
13
  building_number: ['#####', '####', '###']
14
14
  postcode: ['#####', '#####-####']
@@ -89,7 +89,7 @@ en-US:
89
89
  phone_number:
90
90
  subscriber_number: ['####']
91
91
  extension: ['####']
92
- area_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "226", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "469", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "559", "561", "562", "563", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "970", "971", "972", "973", "978", "979", "980", "985", "989"]
92
+ area_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "469", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "559", "561", "562", "563", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "970", "971", "972", "973", "978", "979", "980", "985", "989"]
93
93
  exchange_code: ["201", "202", "203", "205", "206", "207", "208", "209", "210", "212", "213", "214", "215", "216", "217", "218", "219", "224", "225", "227", "228", "229", "231", "234", "239", "240", "248", "251", "252", "253", "254", "256", "260", "262", "267", "269", "270", "276", "281", "283", "301", "302", "303", "304", "305", "307", "308", "309", "310", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "323", "330", "331", "334", "336", "337", "339", "347", "351", "352", "360", "361", "386", "401", "402", "404", "405", "406", "407", "408", "409", "410", "412", "413", "414", "415", "417", "419", "423", "424", "425", "434", "435", "440", "443", "445", "464", "469", "470", "475", "478", "479", "480", "484", "501", "502", "503", "504", "505", "507", "508", "509", "510", "512", "513", "515", "516", "517", "518", "520", "530", "540", "541", "551", "557", "559", "561", "562", "563", "564", "567", "570", "571", "573", "574", "580", "585", "586", "601", "602", "603", "605", "606", "607", "608", "609", "610", "612", "614", "615", "616", "617", "618", "619", "620", "623", "626", "630", "631", "636", "641", "646", "650", "651", "660", "661", "662", "667", "678", "682", "701", "702", "703", "704", "706", "707", "708", "712", "713", "714", "715", "716", "717", "718", "719", "720", "724", "727", "731", "732", "734", "737", "740", "754", "757", "760", "763", "765", "770", "772", "773", "774", "775", "781", "785", "786", "801", "802", "803", "804", "805", "806", "808", "810", "812", "813", "814", "815", "816", "817", "818", "828", "830", "831", "832", "835", "843", "845", "847", "848", "850", "856", "857", "858", "859", "860", "862", "863", "864", "865", "870", "872", "878", "901", "903", "904", "906", "907", "908", "909", "910", "912", "913", "914", "915", "916", "917", "918", "919", "920", "925", "928", "931", "936", "937", "940", "941", "947", "949", "952", "954", "956", "959", "970", "971", "972", "973", "975", "978", "979", "980", "984", "985", "989"]
94
94
  formats:
95
95
  - "#{PhoneNumber.area_code}-#{PhoneNumber.exchange_code}-#{PhoneNumber.subscriber_number}"
@@ -1284,8 +1284,6 @@ es-AR:
1284
1284
  - Zapala
1285
1285
  - Zárate
1286
1286
  city:
1287
- - "#{city_names}"
1288
- - "#{city_names}"
1289
1287
  - "#{city_names}"
1290
1288
  - "#{male_city_saint_prefix} #{Name.male_first_name}"
1291
1289
  - "#{female_city_saint_prefix} #{Name.female_first_name}"
@@ -1296,7 +1294,6 @@ es-AR:
1296
1294
  - "#{army_city_prefix} #{Name.last_name}"
1297
1295
  - "#{army_city_prefix} #{Name.last_name}"
1298
1296
  - "#{city_prefix} #{army_city_prefix} #{Name.last_name}"
1299
- - "#{city_prefix} #{army_city_prefix} #{Name.last_name}"
1300
1297
 
1301
1298
  # -- state
1302
1299
 
@@ -3397,7 +3394,7 @@ es-AR:
3397
3394
  - "2### 6#####"
3398
3395
  - "3### 6#####"
3399
3396
  - "11-7###-####"
3400
- country_code: "54"
3397
+ country_code: ["54"]
3401
3398
 
3402
3399
  bank:
3403
3400
  name:
@@ -0,0 +1,21 @@
1
+ fr:
2
+ faker:
3
+ address:
4
+ country_code: ['FR']
5
+ building_number: ['####', '###', '##', '#']
6
+ street_prefix: ["Allée", "Anse", "Avenue", "Boulevard", "Carrefour", "Chaussée", "Chemin", "Cité", "Clos", "Côte", "Cour", "Cours", "Degré", "Descente", "Drève", "Escoussière", "Esplanade", "Gaffe", "Grand-route", "Impasse", "Liaison", "Mail", "Montée", "Passage", "Place", "Placette", "Pont", "Promenade", "Quai", "Résidence", "Rang", "Rampe", "Rond-point", "Route", "Rue", "Ruelle", "Sente", "Sentier", "Square", "Traboule", "Traverse", "Venelle", "Villa", "Voie"]
7
+ secondary_address: ['Apt. ###', '# étage']
8
+ postcode: ['#####']
9
+ state: ['Alsace', 'Aquitaine', 'Auvergne', 'Basse-Normandie', 'Bourgogne', 'Bretagne', 'Centre', 'Champagne-Ardenne', 'Corse', 'Franche-Comté', 'Guadeloupe', 'Guyane', 'Haute-Normandie', 'Île-de-France', 'La Réunion', 'Languedoc-Roussillon', 'Limousin', 'Lorraine', 'Martinique', 'Mayotte', 'Midi-Pyrénées', 'Nord-Pas-de-Calais', 'Pays de la Loire', 'Picardie', 'Poitou-Charentes', "Provence-Alpes-Côte d'Azur", 'Rhône-Alpes']
10
+ city_name: ["Agen", "Aix-en-Provence", "Ajaccio", "Albi", "Alès", "Alfortville", "Amiens", "Angers", "Anglet", "Angoulême", "Annecy", "Annemasse", "Antibes", "Antony", "Argenteuil", "Arles", "Arras", "Asnières-sur-Seine", "Athis-Mons", "Aubagne", "Aubervilliers", "Aulnay-sous-Bois", "Auxerre", "Avignon", "Bagneux", "Bagnolet", "Baie-Mahault", "Bastia", "Bayonne", "Beauvais", "Belfort", "Besançon", "Béziers", "Bezons", "Blois", "Bobigny", "Bondy", "Bordeaux", "Boulogne-Billancourt", "Boulogne-sur-Mer", "Bourg-en-Bresse", "Bourges", "Brest", "Brive-la-Gaillarde", "Bron", "Cachan", "Caen", "Cagnes-sur-Mer", "Calais", "Caluire-et-Cuire", "Cambrai", "Cannes", "Carcassonne", "Castres", "Cayenne", "Cergy", "Chalon-sur-Saône", "Châlons-en-Champagne", "Chambéry", "Champigny-sur-Marne", "Charenton-le-Pont", "Charleville-Mézières", "Chartres", "Châteauroux", "Châtellerault", "Châtenay-Malabry", "Châtillon", "Chatou", "Chelles", "Cherbourg-en-Cotentin", "Choisy-le-Roi", "Cholet", "Clamart", "Clermont-Ferrand", "Clichy", "Colmar", "Colombes", "Colomiers", "Compiègne", "Conflans-Sainte-Honorine", "Corbeil-Essonnes", "Courbevoie", "Creil", "Créteil", "Dijon", "Douai", "Draguignan", "Drancy", "Dreux", "Dumbéa11", "Dunkerque14", "Dunkerque", "Échirolles", "Épinal", "Épinay-sur-Seine", "Évreux", "Évry-Courcouronnes", "Fontenay-sous-Bois", "Fort-de-France", "Franconville", "Fréjus", "Gagny", "Gap", "Garges-lès-Gonesse", "Gennevilliers", "Goussainville", "Grasse", "Grenoble", "Haguenau", "Herblay-sur-Seine", "Houilles", "Hyères", "Issy-les-Moulineaux", "Istres", "Ivry-sur-Seine", "Joué-lès-Tours", "Koungou", "L'Haÿ-les-Roses", "La Ciotat", "La Courneuve", "La Possession", "La Roche-sur-Yon", "La Rochelle", "La Seyne-sur-Mer", "Laval", "Le Blanc-Mesnil", "Le Cannet", "Le Chesnay-Rocquencourt", "Le Havre", "Le Lamentin", "Le Mans", "Le Perreux-sur-Marne", "Le Port", "Le Tampon", "Lens", "Les Abymes", "Les Mureaux", "Les Sables-d'Olonne", "Levallois-Perret", "Liévin", "Lille", "Limoges", "Livry-Gargan", "Lorient", "Lyon", "Mâcon", "Maisons-Alfort", "Malakoff", "Mamoudzou", "Mantes-la-Jolie", "Marcq-en-Barœul", "Marignane", "Marseille", "Martigues", "Massy", "Matoury", "Meaux", "Melun", "Menton", "Mérignac", "Metz", "Meudon", "Meyzieu", "Montauban", "Montélimar", "Montigny-le-Bretonneux", "Montluçon", "Montpellier", "Montreuil", "Montrouge", "Mulhouse", "Nancy", "Nanterre", "Nantes", "Narbonne", "Neuilly-sur-Marne", "Neuilly-sur-Seine", "Nevers", "Nice", "Nîmes", "Niort", "Nogent-sur-Marne", "Noisy-le-Grand", "Noisy-le-Sec", "Nouméa11", "Orléans", "Palaiseau", "Pantin", "Paris", "Pau", "Périgueux", "Perpignan", "Pessac", "Pierrefitte-sur-Seine", "Plaisir", "Poissy", "Poitiers", "Pontault-Combault", "Pontoise", "Puteaux", "Quimper", "Reims", "Rennes", "Rezé", "Rillieux-la-Pape", "Roanne", "Romans-sur-Isère", "Rosny-sous-Bois", "Roubaix", "Rouen", "Rueil-Malmaison", "Saint-André", "Saint-Benoît", "Saint-Brieuc", "Saint-Chamond", "Saint-Cloud", "Saint-Denis", "Saint-Étienne", "Saint-Germain-en-Laye", "Saint-Herblain", "Saint-Joseph", "Saint-Laurent-du-Maroni", "Saint-Leu", "Saint-Louis", "Saint-Malo", "Saint-Martin", "Saint-Martin-d'Hères", "Saint-Maur-des-Fossés", "Saint-Médard-en-Jalles", "Saint-Nazaire", "Saint-Ouen-sur-Seine", "Saint-Paul", "Saint-Pierre", "Saint-Priest", "Saint-Quentin", "Saint-Raphaël", "Sainte-Geneviève-des-Bois", "Sainte-Marie", "Salon-de-Provence", "Sarcelles", "Sartrouville", "Savigny-sur-Orge", "Sceaux", "Schiltigheim", "Sète", "Sevran", "Six-Fours-les-Plages", "Stains", "Strasbourg", "Suresnes", "Talence", "Tarbes", "Thionville", "Thonon-les-Bains", "Toulon", "Toulouse", "Tourcoing", "Tours", "Trappes", "Tremblay-en-France", "Troyes", "Valence", "Valenciennes", "Vandœuvre-lès-Nancy", "Vannes", "Vaulx-en-Velin", "Vénissieux", "Versailles", "Vigneux-sur-Seine", "Villefranche-sur-Saône", "Villejuif", "Villemomble", "Villenave-d'Ornon", "Villeneuve-Saint-Georges", "Villeneuve-d'Ascq", "Villepinte", "Villeurbanne", "Vincennes", "Viry-Châtillon", "Vitrolles", "Vitry-sur-Seine", "Wattrelos"]
11
+ city:
12
+ - "#{city_name}"
13
+ street_suffix: ["Adolphe Mille", "Albert Jacquard", "Albert Simonin", "Albert de Mun", "Alexis Bouvier", "Alfred Couillard", "Alfred Dequeant", "Alphonse Daudet", "Amal de Joinville", "Ambroise Pare", "Anatole France", "Andre Cayron", "Andre Messager", "Arnaud Beltrame", "Arsene", "Auguste Renoir", "Augustine Guignedoux", "Baliat", "Bardin Centre Colin", "Baudin", "Berteaux Dumas", "Berthelot", "Bineau", "Blaise Pascal", "Boileau", "Bonaparte", "Bournaire", "Boutard", "Brassat", "Breville", "Cantorum", "Caron", "Carpeaux", "Cartault", "Casteres", "Chandon", "Chanzy", "Charlebourg", "Charlemagne", "Charles Duport", "Charles Lecocq", "Charles Moncelet", "Charles de Gaulle", "Charras le Verseau", "Chem Ile", "Chps Pierreux", "Christophe", "Claude Debussy", "Compagnie des Eaux", "Courte", "D'Alencon", "D'Argenteuil", "D'Estienne d'Orves", "Danton", "Dauphine", "De Bergkamen", "De Berlin Spandau", "De Bezons", "De Bitche", "De Bois Preau", "De Brienne", "De Chartres", "De Chateaudun", "De Colombes", "De Diesbach", "De Longchamp", "De Madrid", "De Marie Galante", "De Neuilly", "De Normandie", "De Rochegude", "De Saverne", "De Stalingrad", "De Stepney", "De Verdun", "De Zilina", "De l'Abreuvoir", "De l'Avenir", "De l'Eglise", "De la Benarde", "De la Cerisaie", "De la Cote des Amandiers", "De la Defense", "De la Gare", "De la Grille Verte", "De la Paix", "De la Passerelle", "De la Reine Henriette", "De la Republique", "De la Station", "De la Terrasse", "De la Victoire", "Delesseux", "Dellieux", "Des Aubepines", "Des Belles Vues", "Des Bergeres", "Des Blanchisseurs", "Des Bleuets", "Des Bouleaux Blancs", "Des Bouvets", "Des Carrieres", "Des Champs Pierreux", "Des Chenes", "Des Corolles", "Des Cotes d'Auty", "Des Dames de st Louis", "Des Dames", "Des Demoiselles d'Avignon", "Des Deux Soeurs", "Des Erables", "Des Ermites", "Des Fauvelles", "Des Gaudonnes", "Des Glycines", "Des Gros Gres", "Des Hauts Tilliers", "Des Hirondelles", "Des Hortensias", "Des Lilas", "Des Lots Communaux", "Des Marguerites", "Des Marronniers", "Des Mazurieres", "Des Muettes", "Des Murgers", "Des Panoramas", "Des Petits Clos", "Des Peupliers", "Des Pierres Mayettes", "Des Platanes", "Des Poiriers", "Des Quais", "Des Reniers", "Des Rosiers", "Des Sablons", "Des Sculpteurs", "Des Souffrettes", "Des Tilleuls", "Des Tres Bourgeois", "Des Trois Fontanot", "Des Vosges", "Desire Ramelet", "Desiree", "Doudart de Lagree", "Du 18 Juin 1940", "Du 1er Consul", "Du 8 Mai 1945", "Du Bac", "Du Bois Beranger", "Du Bois", "Du Capitaine Guynemer", "Du Chemin Vert", "Du Colonel de Ponchalon", "Du Contrat Social", "Du Docteur Pierre", "Du General Audran", "Du General de Gaulle", "Du Gue", "Du Guichet", "Du Huit Mai 1945", "Du Mans", "Du Midi", "Du Moulin", "Du Onze Novembre 1918", "Du Onze Novembre", "Du Parc de l'Ile", "Du Pere Talvas", "Du Port", "Du Puits", "Du Sommerard", "Du Stade", "Du Tertre", "Du pdt Wilson", "Du pre Boni", "Du pre Marchais", "Dupont de Chambon", "Dupuis", "Edmond Rostand", "Emile Bernard", "Emile Duclaux", "Emile", "Estienne d Orves", "Etienne Cabet", "Eugene Barbier", "Eugene Pottier", "Eugene", "Fabre d Eglantine", "Felicie", "Felix Faure", "Felix Pyat", "Ferdinand Buisson", "Fernando", "Ferron", "Fleury", "Fosse de l Aumone", "Frederic Passy", "Gabriel Philippe", "Gambetta", "Garnier", "Gaston Bonnier", "Gay Lussac", "Gds Pres", "General Leclerc", "Genevieve", "Genouville", "George Sand", "Georges Clemenceau", "Girouix", "Grotius", "Groupe Lorilleux", "Guerlain", "Gustave Flourens", "Gutenberg", "Hanriot", "Helene", "Heloise", "Henri Barbusse", "Hippolyte Bisson", "Immeuble le Zodiaque", "Jacqueline Auriol", "Jacques Decour", "Jacques Dulud", "Jacques Offenbach", "Jacques Prevert", "Jacques", "Jean Baptiste Baudoin", "Jean Baptiste Lully", "Jean Gabin", "Jean Jacques Rousseau", "Jean Jaures", "Jean-baptiste Clement", "Joliot Curie", "Joseph Kosma", "Joubert", "Jules Ferry", "Jules Quentin", "Kleber", "L'Abbaye", "L'Orange", "La Boétie", "La Carriere au Loup", "La Cote des Amandiers", "La Lauziere", "La Marne", "La Seine", "La gde Pce", "Laffitte", "Lamartine", "Lateral", "Laurent Cely", "Le Couloir", "Le Vieux Pont", "Leclerc", "Ledru Rollin", "Lefevre", "Leo Hamon", "Lepic", "Les Courtilles", "Les Luaps", "Les Muguets", "Les Orties", "Les Taratres", "Les Trianons", "Levallois", "Levernis", "Levesque", "Louis Bleriot", "Louis Bleriot", "Louis Castel", "Louis Chevrolet", "Louis David", "Louis Joseph Maes", "Louis Willaume", "Louis", "Lucien Lanternier", "Madeleine Michelis", "Madeleine", "Mal de Lattre de Tassigny", "Marcadet", "Marceau", "Marcel Cachin", "Marcel Paul", "Marcel Pourtout", "Marie Levasseur", "Marie Louise", "Marquis de Coriolis", "Martissot", "Mary", "Maryse Hilsz", "Maurice Ravel", "Maurice Thorez", "Maurice", "Mequillet", "Michel Raoult", "Molière", "Monsieur-le-Prince", "Montorgueil", "Mouffetard", "Mozart", "Neuilly Defense", "Nobel", "Nouvelle", "Oberkampf", "Olivier", "Parking Nuages", "Pasquier", "Passoir", "Pasteur", "Pastourelle", "Paul Eluard", "Paul Herbe", "Paul Langevin", "Paul Rollet", "Pauline", "Pierre Charron", "Pierre Curie", "Pierre de Coubertin", "Pins", "Raguidelles", "Raymond Aubrun", "Residence de la Mairie", "Richard Wallace", "Robert Dupont", "Robert Schumann", "Roger", "Rolland", "Rollet Salvan", "Royale", "Sadi Carnot", "Saint Hilaire", "Saint Nicolas", "Saint-Bernard", "Saint-Denis", "Saint-Dominique", "Saint-Honoré", "Saint-Jacques", "Saint-Séverin", "Sainte Foy", "Sarah Bernhardt", "Seine Bras de Gennevillier", "Silvy", "Simone Veil", "Sir Alexander Fleming", "St Pierre", "St Thomas en Argonne", "Station Defense Rer", "Trasbot", "Traversiere", "Vaneau", "Verdun", "Vergniaud", "Virginie", "Zadkine", "d'Abbeville", "d'Alésia", "d'Argenteuil", "d'Assas", "d'Orsel", "de Caumartin", "de Montmorency", "de Nesle", "de Paris", "de Presbourg", "de Provence", "de Richelieu", "de Rivoli", "de Seine", "de Solférino", "de Tilsitt", "de Vaugirard", "de l'Abbaye", "de l'Odéon", "de la Bûcherie", "de la Chaussée-d'Antin", "de la Ferronnerie", "de la Harpe", "de la Huchette", "de la Paix", "de la Pompe", "de la Victoire", "des Coudrais", "des Francs-Bourgeois", "des Grands Augustins", "des Lombards", "des Panoramas", "des Rosiers", "des Saussaies", "du Bac", "du Chat-qui-Pêche", "du Dahomey", "du Faubourg Saint-Honoré", "du Faubourg-Saint-Denis", "du Havre"]
14
+ street_name:
15
+ - "#{street_prefix} #{street_suffix}"
16
+ street_address:
17
+ - "#{building_number} #{street_name}"
18
+ full_address:
19
+ - "#{street_address}, #{zip_code} #{city}"
20
+ - "#{secondary_address}, #{street_address}, #{zip_code} #{city}"
21
+ default_country: [France]
@@ -0,0 +1,5 @@
1
+ fr:
2
+ faker:
3
+ creature:
4
+ animal:
5
+ name: ["alligator", "crocodile", "alpaca", "fourmi", "antilope", "singe", "tatou", "âne", "babouin", "blaireau", "chauve-souris", "ours", "castor", "abeille", "scarabée", "buffle", "papillon", "chameau", "caribou", "chat", "bovins", "guépard", "chimpanzé", "cigale", "palourde", "cafard", "morue", "coyote", "crabe", "criquet", "corbeau", "cerf", "dinosaure", "chien", "dauphin", "canard", "aigle", "anguille", "éléphant", "wapiti", "furet", "poisson", "mouche", "renard", "grenouille", "crapaud", "gerbille", "girafe", "gnou", "chèvre", "poisson rouge", "oie", "gorille", "sauterelle", "cochon d'Inde", "hamster", "lièvre", "hérisson", "hareng", "hippopotame", "frelon", "cheval", "hyène", "chacal", "méduse", "kangourou", "koala", "léopard", "lion", "lézard", "lama", "criquet", "colvert", "mammouth", "lamantin", "vison", "élan", "moustique", "souris", "rat", "mule", "loutre", "boeuf", "huître", "panda", "cochon", "ornithorynque", "porc-épic", "lapin", "raton laveur", "renne", "rhinocéros", "saumon", "sardine", "Scorpion", "lion de mer", "requin", "le mouton", "moufette", "escargot", "serpent", "araignée", "écureuil", "cygne", "termite", "tigre", "truite", "tortue", "morse", "guêpe", "belette", "baleine", "loup", "marmotte", "ver de terre", "guêpe jaune", "zèbre"]
@@ -0,0 +1,4 @@
1
+ fr:
2
+ faker:
3
+ appliance:
4
+ equipment: ["Ioniseur d'air", "Purificateur d'air", "Alimentation électrique", "Diffuseur de parfum", "Ventilateur de grenier", "Mini-four", "Insert", "Décapsuleur", "Mixeur", "Essoreuse", "Ouvre-boîte", "Ventilateur de plafond", "Aspirateur Central", "Sèche-linge", "Fer à repasser", "Presse-agrumes", "Lave-linge tout-en-un", "Placard égouttoir", "Lave-vaisselle", "Robot domestique", "Lave-vaisselle à tiroir", "Bouilloire électrique", "Refroidisseur par évaporation", "Hotte aspirante", "Radiateur soufflant", "Contrôleur de flamme", "Chauffage par air pulsé", "Sèche-futon", "Broyeur de cuisine", "Chaudière à gaz", "Boîte d'allumettes pour le lit", "CVC", "Sèche-cheveux", "Fer à lisser", "Plaque de cuisson", "Serveur personnel", "Humidificateur", "Glacière", "Réfrigérateur à kimchi", "Mangle", "Chauffage micathermique", "Micro-ondes", "Piège à souris", "Chaudière au fioul", "Four", "Déchiqueteuse à papier", "Chauffe-terrasse", "Radiateur", "Réfrigérateur", "Machine à coudre", "Chauffe-eau solaire", "Chauferette", "Nettoyeur vapeur", "Cuisinière", "Pompe de puisard", "Télévision", "Presse à Cravates", "Grille-pain", "Presse à pantalons", "Aspirateur", "Lave-linge", "Bouilloire", "Chauffe-eau", "Filtre à eau", "Ventilateur de fenêtre"]
@@ -0,0 +1,7 @@
1
+ fr:
2
+ faker:
3
+ book:
4
+ title: ['La Discipline des orphelins', 'Le Couloir de tous les mépris', "L'Odeur du sanglier", 'La Promise du voyeur', "L'Odyssée invisible", 'La Soumission comme passion', 'Le Siècle de la rue voisine', 'Le Désir des femmes fortes', 'Pourquoi je mens ?', 'La Peau des savants', 'La progéniture du mal']
5
+ author: "#{Name.name}"
6
+ publisher: ['Éditions du Soleil', 'La Perdrix', 'Les Éditions jaune turquoise', 'Bordel père et fils', 'Au lecteur éclairé', 'Lire en dormant']
7
+ quote: ['Qui vivra verra', 'L’habit ne fait pas le moine', 'Chacun voit midi à sa porte', 'Mieux vaut prévenir que guérir', 'Petit a petit, l’oiseau fait son nid', 'Qui court deux lievres a la fois, n’en prend aucun', 'Qui n’avance pas, recule']
@@ -0,0 +1,4 @@
1
+ fr:
2
+ faker:
3
+ color:
4
+ name: ["rouge", "vert", "bleu", "jaune", "violet", "vert menthe", "bleu sarcelle", "blanc", "noir", "orange", "rose", "gris", "marron", "turquoise", "brun", "bleu ciel", "saumon", "prune", "orchidée", "olive", "magenta", "vert citron", "ivoire", "indigo", "or", "fuchsia", "cyan", "azur", "lavande", "argent"]
@@ -0,0 +1,17 @@
1
+ fr:
2
+ faker:
3
+ company:
4
+ suffix: [SARL, SA, EURL, SAS, SEM, SCOP, GIE, EI]
5
+ # Buzzword wordlist from http://www.1728.com/buzzword.htm
6
+ buzzwords:
7
+ - ["Adaptive", "Advanced", "Ameliorated", "Assimilated", "Automated", "Balanced", "Business-focused", "Centralized", "Cloned", "Compatible", "Configurable", "Cross-group", "Cross-platform", "Customer-focused", "Customizable", "Decentralized", "De-engineered", "Devolved", "Digitized", "Distributed", "Diverse", "Down-sized", "Enhanced", "Enterprise-wide", "Ergonomic", "Exclusive", "Expanded", "Extended", "Face to face", "Focused", "Front-line", "Fully-configurable", "Function-based", "Fundamental", "Future-proofed", "Grass-roots", "Horizontal", "Implemented", "Innovative", "Integrated", "Intuitive", "Inverse", "Managed", "Mandatory", "Monitored", "Multi-channelled", "Multi-lateral", "Multi-layered", "Multi-tiered", "Networked", "Object-based", "Open-architected", "Open-source", "Operative", "Optimized", "Optional", "Organic", "Organized", "Persevering", "Persistent", "Phased", "Polarised", "Pre-emptive", "Proactive", "Profit-focused", "Profound", "Programmable", "Progressive", "Public-key", "Quality-focused", "Reactive", "Realigned", "Re-contextualized", "Re-engineered", "Reduced", "Reverse-engineered", "Right-sized", "Robust", "Seamless", "Secured", "Self-enabling", "Sharable", "Stand-alone", "Streamlined", "Switchable", "Synchronised", "Synergistic", "Synergized", "Team-oriented", "Total", "Triple-buffered", "Universal", "Up-sized", "Upgradable", "User-centric", "User-friendly", "Versatile", "Virtual", "Visionary", "Vision-oriented"]
8
+ - ["24 hour", "24/7", "3rd generation", "4th generation", "5th generation", "6th generation", "actuating", "analyzing", "asymmetric", "asynchronous", "attitude-oriented", "background", "bandwidth-monitored", "bi-directional", "bifurcated", "bottom-line", "clear-thinking", "client-driven", "client-server", "coherent", "cohesive", "composite", "context-sensitive", "contextually-based", "content-based", "dedicated", "demand-driven", "didactic", "directional", "discrete", "disintermediate", "dynamic", "eco-centric", "empowering", "encompassing", "even-keeled", "executive", "explicit", "exuding", "fault-tolerant", "foreground", "fresh-thinking", "full-range", "global", "grid-enabled", "heuristic", "high-level", "holistic", "homogeneous", "human-resource", "hybrid", "impactful", "incremental", "intangible", "interactive", "intermediate", "leading edge", "local", "logistical", "maximized", "methodical", "mission-critical", "mobile", "modular", "motivating", "multimedia", "multi-state", "multi-tasking", "national", "needs-based", "neutral", "next generation", "non-volatile", "object-oriented", "optimal", "optimizing", "radical", "real-time", "reciprocal", "regional", "responsive", "scalable", "secondary", "solution-oriented", "stable", "static", "systematic", "systemic", "system-worthy", "tangible", "tertiary", "transitional", "uniform", "upward-trending", "user-facing", "value-added", "web-enabled", "well-modulated", "zero administration", "zero defect", "zero tolerance"]
9
+ - ["ability", "access", "adapter", "algorithm", "alliance", "analyzer", "application", "approach", "architecture", "archive", "artificial intelligence", "array", "attitude", "benchmark", "budgetary management", "capability", "capacity", "challenge", "circuit", "collaboration", "complexity", "concept", "conglomeration", "contingency", "core", "customer loyalty", "database", "data-warehouse", "definition", "emulation", "encoding", "encryption", "extranet", "firmware", "flexibility", "focus group", "forecast", "frame", "framework", "function", "functionalities", "Graphic Interface", "groupware", "Graphical User Interface", "hardware", "help-desk", "hierarchy", "hub", "implementation", "info-mediaries", "infrastructure", "initiative", "installation", "instruction set", "interface", "internet solution", "intranet", "knowledge user", "knowledge base", "local area network", "leverage", "matrices", "matrix", "methodology", "middleware", "migration", "model", "moderator", "monitoring", "moratorium", "neural-net", "open architecture", "open system", "orchestration", "paradigm", "parallelism", "policy", "portal", "pricing structure", "process improvement", "product", "productivity", "project", "projection", "protocol", "secured line", "service-desk", "software", "solution", "standardization", "strategy", "structure", "success", "superstructure", "support", "synergy", "system engine", "task-force", "throughput", "time-frame", "toolset", "utilisation", "website", "workforce"]
10
+ # BS wordlist from http://dack.com/web/bullshit.html
11
+ bs:
12
+ - ["implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", "synergize", "strategize", "deploy", "brand", "grow", "target", "syndicate", "synthesize", "deliver", "mesh", "incubate", "engage", "maximize", "benchmark", "expedite", "reintermediate", "whiteboard", "visualize", "repurpose", "innovate", "scale", "unleash", "drive", "extend", "engineer", "revolutionize", "generate", "exploit", "transition", "e-enable", "iterate", "cultivate", "matrix", "productize", "redefine", "recontextualize"]
13
+ - ["clicks-and-mortar", "value-added", "vertical", "proactive", "robust", "revolutionary", "scalable", "leading-edge", "innovative", "intuitive", "strategic", "e-business", "mission-critical", "sticky", "one-to-one", "24/7", "end-to-end", "global", "B2B", "B2C", "granular", "frictionless", "virtual", "viral", "dynamic", "24/365", "best-of-breed", "killer", "magnetic", "bleeding-edge", "web-enabled", "interactive", "dot-com", "sexy", "back-end", "real-time", "efficient", "front-end", "distributed", "seamless", "extensible", "turn-key", "world-class", "open-source", "cross-platform", "cross-media", "synergistic", "bricks-and-clicks", "out-of-the-box", "enterprise", "integrated", "impactful", "wireless", "transparent", "next-generation", "cutting-edge", "user-centric", "visionary", "customized", "ubiquitous", "plug-and-play", "collaborative", "compelling", "holistic", "rich"]
14
+ - ["synergies", "web-readiness", "paradigms", "markets", "partnerships", "infrastructures", "platforms", "initiatives", "channels", "eyeballs", "communities", "ROI", "solutions", "e-tailers", "e-services", "action-items", "portals", "niches", "technologies", "content", "vortals", "supply-chains", "convergence", "relationships", "architectures", "interfaces", "e-markets", "e-commerce", "systems", "bandwidth", "infomediaries", "models", "mindshare", "deliverables", "users", "schemas", "networks", "applications", "metrics", "e-business", "functionalities", "experiences", "web services", "methodologies"]
15
+ name:
16
+ - "#{Name.last_name} #{suffix}"
17
+ - "#{Name.last_name} et #{Name.last_name}"
@@ -0,0 +1,23 @@
1
+ fr:
2
+ faker:
3
+ compass:
4
+ cardinal:
5
+ word: ['nord', 'est', 'sud', 'ouest']
6
+ abbreviation: ['N', 'E', 'S', 'O']
7
+ azimuth: ['0', '90', '180', '270']
8
+ ordinal:
9
+ word: ['nord-est', 'sud-est', 'sud-ouest', 'nord-ouest']
10
+ abbreviation: ['NE', 'SE', 'SO', 'NO']
11
+ azimuth: ['45', '135', '225', '315']
12
+ half-wind:
13
+ word: ['nord-nord-est', 'est-nord-est', 'est-sud-est', 'sud-sud-est', 'sud-sud-ouest', 'ouest-sud-ouest', 'ouest-nord-ouest', 'nord-nord-ouest']
14
+ abbreviation: ['NNE', 'ENE', 'ESE', 'SSE', 'SSO', 'OSO', 'ONO', 'NNO']
15
+ azimuth: ['22.5', '67.5', '112.5', '157.5', '202.5', '247.5', '292.5', '337.5']
16
+ direction:
17
+ - "#{cardinal}"
18
+ - "#{ordinal}"
19
+ - "#{half_wind}"
20
+ abbreviation:
21
+ - "#{cardinal_abbreviation}"
22
+ - "#{ordinal_abbreviation}"
23
+ - "#{half_wind_abbreviation}"
@@ -0,0 +1,4 @@
1
+ fr:
2
+ faker:
3
+ demographic:
4
+ sex: ["Homme", "Femme"]
@@ -0,0 +1,6 @@
1
+ fr:
2
+ faker:
3
+ gender:
4
+ types: ["Masculin", "Féminin", "Agenre", "Androgyne", "Au genre non conforme", "Aucun", "Bigenre", "En questionnement", "Polygenre", "Transmasculin", "Transféminin"]
5
+ short_binary_types: ["f", "m"]
6
+ binary_types: ["Masculin", "Féminin"]
@@ -0,0 +1,5 @@
1
+ fr:
2
+ faker:
3
+ internet:
4
+ free_email: [gmail.com, yahoo.fr, hotmail.fr]
5
+ domain_suffix: [com, fr, eu, info, name, net, org, immo, paris, alsace, bzh]