faker 2.15.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (305) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +848 -34
  3. data/README.md +225 -103
  4. data/lib/faker/blockchain/aeternity.rb +1 -1
  5. data/lib/faker/blockchain/bitcoin.rb +2 -2
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +31 -3
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +9 -41
  10. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +7 -27
  13. data/lib/faker/default/alphanumeric.rb +2 -8
  14. data/lib/faker/default/app.rb +1 -10
  15. data/lib/faker/default/avatar.rb +1 -12
  16. data/lib/faker/default/bank.rb +25 -17
  17. data/lib/faker/default/barcode.rb +33 -22
  18. data/lib/faker/default/boolean.rb +1 -4
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +25 -25
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +71 -42
  23. data/lib/faker/default/color.rb +77 -6
  24. data/lib/faker/default/commerce.rb +31 -17
  25. data/lib/faker/default/company.rb +137 -22
  26. data/lib/faker/default/crypto.rb +26 -4
  27. data/lib/faker/default/crypto_coin.rb +3 -15
  28. data/lib/faker/default/date.rb +65 -42
  29. data/lib/faker/default/demographic.rb +1 -5
  30. data/lib/faker/default/driving_licence.rb +20 -18
  31. data/lib/faker/default/drone.rb +1 -1
  32. data/lib/faker/default/educator.rb +13 -0
  33. data/lib/faker/default/emotion.rb +33 -0
  34. data/lib/faker/default/file.rb +5 -22
  35. data/lib/faker/default/finance.rb +30 -7
  36. data/lib/faker/default/food.rb +27 -1
  37. data/lib/faker/default/hipster.rb +8 -48
  38. data/lib/faker/default/hobby.rb +22 -0
  39. data/lib/faker/default/html.rb +230 -0
  40. data/lib/faker/default/id_number.rb +175 -27
  41. data/lib/faker/default/internet.rb +333 -114
  42. data/lib/faker/default/invoice.rb +4 -17
  43. data/lib/faker/default/json.rb +4 -21
  44. data/lib/faker/default/lorem.rb +175 -73
  45. data/lib/faker/default/lorem_flickr.rb +4 -37
  46. data/lib/faker/default/markdown.rb +10 -13
  47. data/lib/faker/default/marketing.rb +1 -1
  48. data/lib/faker/default/measurement.rb +16 -48
  49. data/lib/faker/default/name.rb +1 -5
  50. data/lib/faker/default/nation.rb +0 -3
  51. data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
  52. data/lib/faker/default/number.rb +33 -61
  53. data/lib/faker/default/omniauth.rb +55 -52
  54. data/lib/faker/default/phone_number.rb +36 -21
  55. data/lib/faker/default/placeholdit.rb +10 -20
  56. data/lib/faker/default/relationship.rb +1 -5
  57. data/lib/faker/default/religion.rb +6 -0
  58. data/lib/faker/default/science.rb +108 -0
  59. data/lib/faker/default/source.rb +3 -16
  60. data/lib/faker/default/south_africa.rb +3 -3
  61. data/lib/faker/default/string.rb +1 -7
  62. data/lib/faker/default/stripe.rb +4 -20
  63. data/lib/faker/default/tea.rb +41 -0
  64. data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
  65. data/lib/faker/default/time.rb +4 -34
  66. data/lib/faker/default/twitter.rb +7 -23
  67. data/lib/faker/default/types.rb +12 -34
  68. data/lib/faker/default/vehicle.rb +44 -54
  69. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  70. data/lib/faker/default/world_cup.rb +2 -11
  71. data/lib/faker/games/clash_of_clans.rb +1 -1
  72. data/lib/faker/games/dnd.rb +49 -7
  73. data/lib/faker/games/dota.rb +14 -5
  74. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  75. data/lib/faker/games/minecraft.rb +1 -1
  76. data/lib/faker/games/myst.rb +1 -1
  77. data/lib/faker/games/tarkov.rb +205 -0
  78. data/lib/faker/games/touhou.rb +75 -0
  79. data/lib/faker/games/witcher.rb +39 -0
  80. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  81. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
  82. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  83. data/lib/faker/japanese_media/one_piece.rb +1 -1
  84. data/lib/faker/locations/australia.rb +52 -0
  85. data/lib/faker/movies/avatar.rb +49 -0
  86. data/lib/faker/movies/hackers.rb +48 -0
  87. data/lib/faker/movies/star_wars.rb +73 -5
  88. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  89. data/lib/faker/movies/tron.rb +161 -0
  90. data/lib/faker/music/hiphop.rb +3 -3
  91. data/lib/faker/music/music.rb +12 -0
  92. data/lib/faker/music/rock_band.rb +12 -0
  93. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  94. data/lib/faker/quotes/quote.rb +13 -0
  95. data/lib/faker/quotes/rajnikanth.rb +1 -0
  96. data/lib/faker/quotes/shakespeare.rb +34 -0
  97. data/lib/faker/religion/bible.rb +50 -0
  98. data/lib/faker/sports/chess.rb +90 -0
  99. data/lib/faker/sports/mountaineering.rb +22 -0
  100. data/lib/faker/sports/sport.rb +116 -0
  101. data/lib/faker/travel/airport.rb +43 -0
  102. data/lib/faker/travel/train_station.rb +54 -0
  103. data/lib/faker/tv_shows/archer.rb +51 -0
  104. data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
  105. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  106. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  107. data/lib/faker/tv_shows/south_park.rb +15 -0
  108. data/lib/faker/tv_shows/spongebob.rb +50 -0
  109. data/lib/faker/tv_shows/suits.rb +1 -1
  110. data/lib/faker/tv_shows/supernatural.rb +48 -0
  111. data/lib/faker/tv_shows/the_office.rb +37 -0
  112. data/lib/faker/version.rb +2 -2
  113. data/lib/faker.rb +26 -67
  114. data/lib/helpers/base58.rb +1 -1
  115. data/lib/helpers/deprecator.rb +53 -0
  116. data/lib/helpers/positional_generator.rb +480 -0
  117. data/lib/helpers/unique_generator.rb +13 -14
  118. data/lib/locales/README.md +18 -2
  119. data/lib/locales/ar.yml +6 -1
  120. data/lib/locales/bg.yml +1 -2
  121. data/lib/locales/da-DK.yml +529 -35
  122. data/lib/locales/de-AT.yml +3487 -27
  123. data/lib/locales/de-CH.yml +4328 -12
  124. data/lib/locales/de.yml +7185 -99
  125. data/lib/locales/ee.yml +0 -1
  126. data/lib/locales/en/address.yml +1826 -562
  127. data/lib/locales/en/airport.yml +381 -0
  128. data/lib/locales/en/animal.yml +1 -1
  129. data/lib/locales/en/archer.yml +75 -0
  130. data/lib/locales/en/australia.yml +108 -0
  131. data/lib/locales/en/avatar.yml +31 -0
  132. data/lib/locales/en/bank.yml +1 -1
  133. data/lib/locales/en/bible.yml +90 -0
  134. data/lib/locales/en/bird.yml +1281 -0
  135. data/lib/locales/en/book.yml +487 -3
  136. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  137. data/lib/locales/en/cat.yml +1 -1
  138. data/lib/locales/en/chess.yml +103 -0
  139. data/lib/locales/en/coffee.yml +1 -1
  140. data/lib/locales/en/commerce.yml +17 -0
  141. data/lib/locales/en/community.yml +17 -17
  142. data/lib/locales/en/company.yml +1 -0
  143. data/lib/locales/en/computer.yml +23 -4
  144. data/lib/locales/en/cowboy_bebop.yml +163 -0
  145. data/lib/locales/en/device.yml +112 -4
  146. data/lib/locales/en/dnd.yml +186 -1
  147. data/lib/locales/en/dog.yml +262 -7
  148. data/lib/locales/en/dota.yml +173 -0
  149. data/lib/locales/en/dune.yml +266 -397
  150. data/lib/locales/en/educator.yml +6 -0
  151. data/lib/locales/en/emotion.yml +480 -0
  152. data/lib/locales/en/file.yml +9 -1
  153. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  154. data/lib/locales/en/finance.yml +27 -4
  155. data/lib/locales/en/food.yml +1067 -10
  156. data/lib/locales/en/football.yml +3 -3
  157. data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
  158. data/lib/locales/en/game.yml +11 -0
  159. data/lib/locales/en/hackers.yml +53 -0
  160. data/lib/locales/en/harry_potter.yml +1 -1
  161. data/lib/locales/en/heroes.yml +2 -2
  162. data/lib/locales/en/hobby.yml +171 -0
  163. data/lib/locales/en/horse.yml +2 -2
  164. data/lib/locales/en/id_number.yml +1 -1
  165. data/lib/locales/en/internet.yml +136 -3
  166. data/lib/locales/en/kamen_rider.yml +452 -0
  167. data/lib/locales/en/kpop.yml +7 -7
  168. data/lib/locales/en/lebowski.yml +1 -1
  169. data/lib/locales/en/lovecraft.yml +76 -6
  170. data/lib/locales/en/minecraft.yml +4 -4
  171. data/lib/locales/en/mitch_hedberg.yml +46 -0
  172. data/lib/locales/en/mountain.yml +14 -1
  173. data/lib/locales/en/mountaineering.yml +14 -0
  174. data/lib/locales/en/movie.yml +2 -1
  175. data/lib/locales/en/music.yml +152 -142
  176. data/lib/locales/en/naruto.yml +2 -3
  177. data/lib/locales/en/one_piece.yml +1 -1
  178. data/lib/locales/en/opera.yml +2 -2
  179. data/lib/locales/en/overwatch.yml +5 -7
  180. data/lib/locales/en/phone_number.yml +78 -3
  181. data/lib/locales/en/rock_band.yml +1 -0
  182. data/lib/locales/en/science.yml +481 -3
  183. data/lib/locales/en/shakespeare.yml +21 -24
  184. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  185. data/lib/locales/en/source.yml +5 -0
  186. data/lib/locales/en/south_park.yml +360 -2
  187. data/lib/locales/en/space.yml +1 -1
  188. data/lib/locales/en/spongebob.yml +489 -0
  189. data/lib/locales/en/sport.yml +130 -0
  190. data/lib/locales/en/star_wars.yml +1 -1
  191. data/lib/locales/en/stranger_thing.yml +1 -1
  192. data/lib/locales/en/super_smash_bros.yml +7 -2
  193. data/lib/locales/en/supernatural.yml +141 -0
  194. data/lib/locales/en/tarkov.yml +593 -0
  195. data/lib/locales/en/tea.yml +172 -0
  196. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  197. data/lib/locales/en/the_office.yml +86 -0
  198. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  199. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  200. data/lib/locales/en/touhou.yml +839 -0
  201. data/lib/locales/en/train_station.yml +280 -0
  202. data/lib/locales/en/tron.yml +227 -0
  203. data/lib/locales/en/vehicle.yml +2809 -75
  204. data/lib/locales/en/witcher.yml +37 -0
  205. data/lib/locales/en-AU.yml +718 -47
  206. data/lib/locales/en-CA.yml +373 -18
  207. data/lib/locales/en-GB.yml +116 -8
  208. data/lib/locales/en-IND.yml +1259 -17
  209. data/lib/locales/en-KE.yml +212 -0
  210. data/lib/locales/en-MS.yml +364 -17
  211. data/lib/locales/en-NEP.yml +212 -38
  212. data/lib/locales/en-NG.yml +1 -0
  213. data/lib/locales/en-NZ.yml +1153 -123
  214. data/lib/locales/en-PAK.yml +369 -10
  215. data/lib/locales/en-SG.yml +581 -16
  216. data/lib/locales/en-UG.yml +1 -0
  217. data/lib/locales/en-US.yml +6914 -74
  218. data/lib/locales/en-ZA.yml +1 -1
  219. data/lib/locales/en-au-ocker.yml +266 -22
  220. data/lib/locales/es-AR.yml +4570 -0
  221. data/lib/locales/es-MX.yml +1 -2
  222. data/lib/locales/es.yml +2 -3
  223. data/lib/locales/fi-FI.yml +3 -1
  224. data/lib/locales/fr/address.yml +20 -0
  225. data/lib/locales/fr/adjective.yml +266 -0
  226. data/lib/locales/fr/ancient.yml +141 -0
  227. data/lib/locales/fr/animal.yml +5 -0
  228. data/lib/locales/fr/appliance.yml +4 -0
  229. data/lib/locales/fr/book.yml +7 -0
  230. data/lib/locales/fr/color.yml +4 -0
  231. data/lib/locales/fr/company.yml +17 -0
  232. data/lib/locales/fr/compass.yml +23 -0
  233. data/lib/locales/fr/demographic.yml +4 -0
  234. data/lib/locales/fr/gender.yml +6 -0
  235. data/lib/locales/fr/internet.yml +4 -0
  236. data/lib/locales/fr/lorem.yml +5 -0
  237. data/lib/locales/fr/measurement.yml +7 -0
  238. data/lib/locales/fr/name.yml +22 -0
  239. data/lib/locales/fr/phone_number.yml +7 -0
  240. data/lib/locales/fr/pokemon.yml +7 -0
  241. data/lib/locales/fr-CA.yml +2733 -44
  242. data/lib/locales/fr-CH.yml +1 -2
  243. data/lib/locales/fr.yml +2 -118
  244. data/lib/locales/hy.yml +3624 -119
  245. data/lib/locales/id.yml +839 -12
  246. data/lib/locales/it.yml +1304 -32
  247. data/lib/locales/ja/README.md +13 -0
  248. data/lib/locales/ja/address.yml +120539 -0
  249. data/lib/locales/ja/adjective.yml +148 -0
  250. data/lib/locales/ja/ancient.yml +4 -0
  251. data/lib/locales/ja/animal.yml +5 -0
  252. data/lib/locales/ja/bank.yml +4 -0
  253. data/lib/locales/ja/book.yml +7 -0
  254. data/lib/locales/ja/cat.yml +5 -0
  255. data/lib/locales/ja/coffee.yml +4 -0
  256. data/lib/locales/ja/color.yml +4 -0
  257. data/lib/locales/ja/commerce.yml +11 -0
  258. data/lib/locales/ja/company.yml +8 -0
  259. data/lib/locales/ja/dog.yml +6 -0
  260. data/lib/locales/ja/emotion.yml +51 -0
  261. data/lib/locales/ja/food.yml +4 -0
  262. data/lib/locales/ja/football.yml +115 -0
  263. data/lib/locales/ja/gender.yml +4 -0
  264. data/lib/locales/ja/lorem.yml +9 -0
  265. data/lib/locales/ja/name.yml +13 -0
  266. data/lib/locales/ja/naruto.yml +230 -0
  267. data/lib/locales/ja/overwatch.yml +5 -0
  268. data/lib/locales/ja/phone_number.yml +7 -0
  269. data/lib/locales/ja/pokemon.yml +7 -0
  270. data/lib/locales/ja/relationship.yml +10 -0
  271. data/lib/locales/ja/restaurant.yml +11 -0
  272. data/lib/locales/ja/space.yml +5 -0
  273. data/lib/locales/ja/sport.yml +130 -0
  274. data/lib/locales/ja/studio_ghibli.yml +112 -0
  275. data/lib/locales/ja/subscription.yml +8 -0
  276. data/lib/locales/ja/super_mario.yml +9 -0
  277. data/lib/locales/ja/super_smash_bros.yml +8 -0
  278. data/lib/locales/ja/touhou.yml +466 -0
  279. data/lib/locales/ja/university.yml +9 -0
  280. data/lib/locales/ja/zelda.yml +5 -0
  281. data/lib/locales/ko.yml +1361 -20
  282. data/lib/locales/lt.yml +315 -0
  283. data/lib/locales/lv.yml +1 -2
  284. data/lib/locales/mi-NZ.yml +283 -0
  285. data/lib/locales/nb-NO.yml +518 -29
  286. data/lib/locales/nl.yml +1 -1
  287. data/lib/locales/pl.yml +1 -2
  288. data/lib/locales/pt-BR.yml +8157 -660
  289. data/lib/locales/pt.yml +844 -45
  290. data/lib/locales/ru.yml +1355 -32
  291. data/lib/locales/sk.yml +4410 -43
  292. data/lib/locales/sv.yml +100 -0
  293. data/lib/locales/th.yml +76 -76
  294. data/lib/locales/tr.yml +1 -2
  295. data/lib/locales/uk.yml +1808 -44
  296. data/lib/locales/vi.yml +1 -0
  297. data/lib/locales/zh-CN/bank.yml +17 -0
  298. data/lib/locales/zh-CN.yml +1 -0
  299. data/lib/locales/zh-TW.yml +1 -0
  300. metadata +134 -133
  301. data/History.md +0 -176
  302. data/lib/faker/default/fillmurray.rb +0 -45
  303. data/lib/faker/default/lorem_pixel.rb +0 -69
  304. data/lib/locales/ja.yml +0 -105
  305. /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
@@ -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
+ ]
@@ -1,6 +1,6 @@
1
1
  en:
2
2
  faker:
3
- room:
3
+ the_room:
4
4
  actors:
5
5
  - Tommy Wiseau
6
6
  - Juliette Danielle
@@ -1,6 +1,6 @@
1
1
  en:
2
2
  faker:
3
- show:
3
+ theater:
4
4
  adult_musical:
5
5
  - "Elton John and Tim Rice's Aida"
6
6
  - "Ain't Misbehavin'"