faker 2.17.0 → 2.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +95 -2
- data/README.md +22 -4
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/code.rb +1 -1
- data/lib/faker/default/commerce.rb +28 -0
- data/lib/faker/default/company.rb +5 -7
- data/lib/faker/default/crypto.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/finance.rb +13 -0
- data/lib/faker/default/food.rb +13 -0
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/id_number.rb +34 -0
- data/lib/faker/default/internet.rb +40 -16
- data/lib/faker/default/lorem.rb +0 -4
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/omniauth.rb +45 -1
- data/lib/faker/default/placeholdit.rb +9 -9
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/string.rb +0 -3
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/time.rb +0 -2
- data/lib/faker/games/dota.rb +13 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/locations/australia.rb +47 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/locales/ar.yml +5 -1
- data/lib/locales/de-AT.yml +2 -2
- data/lib/locales/de.yml +7 -3
- data/lib/locales/en/address.yml +2 -3
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/dota.yml +7 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/finance.yml +21 -0
- data/lib/locales/en/fma_brotherhood.yml +78 -0
- data/lib/locales/en/food.yml +1054 -10
- data/lib/locales/en/game.yml +12 -0
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/internet.yml +108 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +5 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/touhou.yml +1 -1
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-US.yml +2 -2
- data/lib/locales/es-AR.yml +1 -4
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr.yml +0 -118
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +5 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/lt.yml +35 -0
- data/lib/locales/lv.yml +1 -1
- data/lib/locales/mi-NZ.yml +281 -0
- data/lib/locales/pt-BR.yml +7 -1
- data/lib/locales/ru.yml +39 -0
- metadata +94 -20
- data/lib/locales/ja.yml +0 -118
data/lib/locales/en/book.yml
CHANGED
@@ -1,7 +1,491 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
book:
|
4
|
-
title:
|
4
|
+
title:
|
5
|
+
- Absalom, Absalom!
|
6
|
+
- After Many a Summer Dies the Swan
|
7
|
+
- Ah, Wilderness!
|
8
|
+
- All Passion Spent
|
9
|
+
- All the King's Men
|
10
|
+
- Alone on a Wide, Wide Sea
|
11
|
+
- An Acceptable Time
|
12
|
+
- Antic Hay
|
13
|
+
- An Evil Cradling
|
14
|
+
- Arms and the Man
|
15
|
+
- As I Lay Dying
|
16
|
+
- A Time to Kill
|
17
|
+
- Behold the Man
|
18
|
+
- Beneath the Bleeding
|
19
|
+
- Beyond the Mexique Bay
|
20
|
+
- Blithe Spirit
|
21
|
+
- Blood's a Rover
|
22
|
+
- Blue Remembered Earth
|
23
|
+
- Rosemary Sutcliff
|
24
|
+
- Françoise Sagan
|
25
|
+
- Brandy of the Damned
|
26
|
+
- Bury My Heart at Wounded Knee
|
27
|
+
- Butter In a Lordly Dish
|
28
|
+
- By Grand Central Station I Sat Down and Wept
|
29
|
+
- Cabbages and Kings
|
30
|
+
- Carrion Comfort
|
31
|
+
- A Catskill Eagle
|
32
|
+
- Clouds of Witness
|
33
|
+
- A Confederacy of Dunces
|
34
|
+
- Consider Phlebas
|
35
|
+
- Consider the Lilies
|
36
|
+
- Cover Her Face
|
37
|
+
- The Cricket on the Hearth
|
38
|
+
- The Curious Incident of the Dog in the Night-Time
|
39
|
+
- The Daffodil Sky
|
40
|
+
- Dance Dance Dance
|
41
|
+
- A Darkling Plain
|
42
|
+
- Death Be Not Proud
|
43
|
+
- The Doors of Perception
|
44
|
+
- Down to a Sunless Sea
|
45
|
+
- Dulce et Decorum Est
|
46
|
+
- Dying of the Light
|
47
|
+
- East of Eden
|
48
|
+
- Ego Dominus Tuus
|
49
|
+
- Endless Night
|
50
|
+
- Everything is Illuminated
|
51
|
+
- Eyeless in Gaza
|
52
|
+
- Fair Stood the Wind for France
|
53
|
+
- Fame Is the Spur
|
54
|
+
- Edna O'Brien
|
55
|
+
- The Far-Distant Oxus
|
56
|
+
- A Farewell to Arms
|
57
|
+
- Far From the Madding Crowd
|
58
|
+
- Fear and Trembling
|
59
|
+
- For a Breath I Tarry
|
60
|
+
- For Whom the Bell Tolls
|
61
|
+
- Frequent Hearses
|
62
|
+
- From Here to Eternity
|
63
|
+
- A Glass of Blessings
|
64
|
+
- The Glory and the Dream
|
65
|
+
- The Golden Apples of the Sun
|
66
|
+
- The Golden Bowl
|
67
|
+
- Gone with the Wind
|
68
|
+
- The Grapes of Wrath
|
69
|
+
- Great Work of Time
|
70
|
+
- The Green Bay Tree
|
71
|
+
- A Handful of Dust
|
72
|
+
- Have His Carcase
|
73
|
+
- The Heart Is a Lonely Hunter
|
74
|
+
- The Heart Is Deceitful Above All Things
|
75
|
+
- His Dark Materials
|
76
|
+
- The House of Mirth
|
77
|
+
- Sleep the Brave
|
78
|
+
- I Know Why the Caged Bird Sings
|
79
|
+
- I Sing the Body Electric
|
80
|
+
- I Will Fear No Evil
|
81
|
+
- If I Forget Thee Jerusalem
|
82
|
+
- If Not Now, When?
|
83
|
+
- Infinite Jest
|
84
|
+
- In a Dry Season
|
85
|
+
- In a Glass Darkly
|
86
|
+
- In Death Ground
|
87
|
+
- In Dubious Battle
|
88
|
+
- An Instant In The Wind
|
89
|
+
- It's a Battlefield
|
90
|
+
- Jacob Have I Loved
|
91
|
+
- O Jerusalem!
|
92
|
+
- Jesting Pilate
|
93
|
+
- The Last Enemy
|
94
|
+
- The Last Temptation
|
95
|
+
- The Lathe of Heaven
|
96
|
+
- Let Us Now Praise Famous Men
|
97
|
+
- Lilies of the Field
|
98
|
+
- This Lime Tree Bower
|
99
|
+
- The Line of Beauty
|
100
|
+
- The Little Foxes
|
101
|
+
- Little Hands Clapping
|
102
|
+
- Look Homeward, Angel
|
103
|
+
- Look to Windward
|
104
|
+
- The Man Within
|
105
|
+
- Many Waters
|
106
|
+
- A Many-Splendoured Thing
|
107
|
+
- The Mermaids Singing
|
108
|
+
- The Millstone
|
109
|
+
- The Mirror Crack'd from Side to Side
|
110
|
+
- Moab Is My Washpot
|
111
|
+
- The Monkey's Raincoat
|
112
|
+
- A Monstrous Regiment of Women
|
113
|
+
- The Moon by Night
|
114
|
+
- Mother Night
|
115
|
+
- The Moving Finger
|
116
|
+
- The Moving Toyshop
|
117
|
+
- Mr Standfast
|
118
|
+
- Nectar in a Sieve
|
119
|
+
- The Needle's Eye
|
120
|
+
- Nine Coaches Waiting
|
121
|
+
- No Country for Old Men
|
122
|
+
- No Highway
|
123
|
+
- Noli Me Tangere
|
124
|
+
- No Longer at Ease
|
125
|
+
- Now Sleeps the Crimson Petal
|
126
|
+
- Number the Stars
|
127
|
+
- Of Human Bondage
|
128
|
+
- Of Mice and Men
|
129
|
+
- Oh! To be in England
|
130
|
+
- The Other Side of Silence
|
131
|
+
- The Painted Veil
|
132
|
+
- Pale Kings and Princes
|
133
|
+
- The Parliament of Man
|
134
|
+
- Paths of Glory
|
135
|
+
- A Passage to India
|
136
|
+
- O Pioneers!
|
137
|
+
- Postern of Fate
|
138
|
+
- Precious Bane
|
139
|
+
- The Proper Study
|
140
|
+
- Quo Vadis
|
141
|
+
- Recalled to Life
|
142
|
+
- Recalled to Life
|
143
|
+
- Ring of Bright Water
|
144
|
+
- The Road Less Traveled
|
145
|
+
- A Scanner Darkly
|
146
|
+
- Shall not Perish
|
147
|
+
- The Skull Beneath the Skin
|
148
|
+
- The Soldier's Art
|
149
|
+
- Some Buried Caesar
|
150
|
+
- Specimen Days
|
151
|
+
- The Stars' Tennis Balls
|
152
|
+
- Stranger in a Strange Land
|
153
|
+
- Such, Such Were the Joys
|
154
|
+
- A Summer Bird-Cage
|
155
|
+
- The Sun Also Rises
|
156
|
+
- Surprised by Joy
|
157
|
+
- A Swiftly Tilting Planet
|
158
|
+
- Taming a Sea Horse
|
159
|
+
- Tender Is the Night
|
160
|
+
- Terrible Swift Sword
|
161
|
+
- That Good Night
|
162
|
+
- That Hideous Strength
|
163
|
+
- Things Fall Apart
|
164
|
+
- This Side of Paradise
|
165
|
+
- Those Barren Leaves, Thrones, Dominations
|
166
|
+
- Tiger! Tiger!
|
167
|
+
- A Time of Gifts
|
168
|
+
- Time of our Darkness
|
169
|
+
- Time To Murder And Create
|
170
|
+
- Tirra Lirra by the River
|
171
|
+
- To a God Unknown
|
172
|
+
- To Sail Beyond the Sunset
|
173
|
+
- To Say Nothing of the Dog
|
174
|
+
- To Your Scattered Bodies Go
|
175
|
+
- The Torment of Others
|
176
|
+
- Unweaving the Rainbow
|
177
|
+
- Vanity Fair
|
178
|
+
- Vile Bodies
|
179
|
+
- The Violent Bear It Away
|
180
|
+
- Waiting for the Barbarians
|
181
|
+
- The Waste Land
|
182
|
+
- The Way of All Flesh
|
183
|
+
- The Way Through the Woods
|
184
|
+
- The Wealth of Nations
|
185
|
+
- What's Become of Waring
|
186
|
+
- When the Green Woods Laugh
|
187
|
+
- Where Angels Fear to Tread
|
188
|
+
- The Widening Gyre
|
189
|
+
- Wildfire at Midnight
|
190
|
+
- The Wind's Twelve Quarters
|
191
|
+
- The Wings of the Dove
|
192
|
+
- The Wives of Bath
|
193
|
+
- The World, the Flesh and the Devil
|
194
|
+
- The Yellow Meads of Asphodel
|
5
195
|
author: "#{Name.name}"
|
6
|
-
publisher:
|
7
|
-
|
196
|
+
publisher:
|
197
|
+
- Academic Press
|
198
|
+
- Ace Books
|
199
|
+
- Addison-Wesley
|
200
|
+
- Adis International
|
201
|
+
- Airiti Press
|
202
|
+
- André Deutsch
|
203
|
+
- Andrews McMeel Publishing
|
204
|
+
- Anova Books
|
205
|
+
- Anvil Press Poetry
|
206
|
+
- Applewood Books
|
207
|
+
- Apress
|
208
|
+
- Athabasca University Press
|
209
|
+
- Atheneum Books
|
210
|
+
- Atheneum Publishers
|
211
|
+
- Atlantic Books
|
212
|
+
- Atlas Press
|
213
|
+
- Ballantine Books
|
214
|
+
- Banner of Truth Trust
|
215
|
+
- Bantam Books
|
216
|
+
- Bantam Spectra
|
217
|
+
- Barrie & Jenkins
|
218
|
+
- Basic Books
|
219
|
+
- BBC Books
|
220
|
+
- Harvard University Press
|
221
|
+
- Belknap Press
|
222
|
+
- Bella Books
|
223
|
+
- Bellevue Literary Press
|
224
|
+
- Berg Publishers
|
225
|
+
- Berkley Books
|
226
|
+
- Bison Books
|
227
|
+
- Black Dog Publishing
|
228
|
+
- Black Library
|
229
|
+
- Black Sparrow Books
|
230
|
+
- Blackie and Son Limited
|
231
|
+
- Blackstaff Press
|
232
|
+
- Blackwell Publishing
|
233
|
+
- John Blake Publishing
|
234
|
+
- Bloodaxe Books
|
235
|
+
- Bloomsbury Publishing Plc
|
236
|
+
- Blue Ribbon Books
|
237
|
+
- Book League of America
|
238
|
+
- Book Works
|
239
|
+
- Booktrope
|
240
|
+
- Borgo Press
|
241
|
+
- Bowes & Bowes
|
242
|
+
- Boydell & Brewer
|
243
|
+
- Breslov Research Institute
|
244
|
+
- Brill Publishers
|
245
|
+
- Brimstone Press
|
246
|
+
- Broadview Press
|
247
|
+
- Burns & Oates
|
248
|
+
- Butterworth-Heinemann
|
249
|
+
- Caister Academic Press
|
250
|
+
- Cambridge University Press
|
251
|
+
- Candlewick Press
|
252
|
+
- Canongate Books
|
253
|
+
- Carcanet Press
|
254
|
+
- Carlton Books
|
255
|
+
- Carlton Publishing Group
|
256
|
+
- Carnegie Mellon University Press
|
257
|
+
- Casemate Publishers
|
258
|
+
- Cengage Learning
|
259
|
+
- Central European University Press
|
260
|
+
- Chambers Harrap
|
261
|
+
- Charles Scribner's Sons
|
262
|
+
- Chatto and Windus
|
263
|
+
- Chick Publications
|
264
|
+
- Chronicle Books
|
265
|
+
- Churchill Livingstone
|
266
|
+
- Cisco Press
|
267
|
+
- City Lights Publishers
|
268
|
+
- Cloverdale Corporation
|
269
|
+
- D. Appleton & Company
|
270
|
+
- D. Reidel
|
271
|
+
- Da Capo Press
|
272
|
+
- Daedalus Publishing
|
273
|
+
- Dalkey Archive Press
|
274
|
+
- Darakwon Press
|
275
|
+
- David & Charles
|
276
|
+
- DAW Books
|
277
|
+
- Dedalus Books
|
278
|
+
- Del Rey Books
|
279
|
+
- E. P. Dutton
|
280
|
+
- Earthscan
|
281
|
+
- ECW Press
|
282
|
+
- Eel Pie Publishing
|
283
|
+
- Eerdmans Publishing
|
284
|
+
- Edupedia Publications
|
285
|
+
- Ellora's Cave
|
286
|
+
- Elsevier
|
287
|
+
- Emerald Group Publishing
|
288
|
+
- Etruscan Press
|
289
|
+
- Faber and Faber
|
290
|
+
- FabJob
|
291
|
+
- Fairview Press
|
292
|
+
- Farrar, Straus & Giroux
|
293
|
+
- Fearless Books
|
294
|
+
- Felony & Mayhem Press
|
295
|
+
- Firebrand Books
|
296
|
+
- Flame Tree Publishing
|
297
|
+
- Focal Press
|
298
|
+
- G. P. Putnam's Sons
|
299
|
+
- G-Unit Books
|
300
|
+
- Gaspereau Press
|
301
|
+
- Gay Men's Press
|
302
|
+
- Gefen Publishing House
|
303
|
+
- George H. Doran Company
|
304
|
+
- George Newnes
|
305
|
+
- George Routledge & Sons
|
306
|
+
- Godwit Press
|
307
|
+
- Golden Cockerel Press
|
308
|
+
- Hachette Book Group USA
|
309
|
+
- Hackett Publishing Company
|
310
|
+
- Hamish Hamilton
|
311
|
+
- Happy House
|
312
|
+
- Harcourt Assessment
|
313
|
+
- Harcourt Trade Publishers
|
314
|
+
- Harlequin Enterprises Ltd
|
315
|
+
- Harper & Brothers
|
316
|
+
- Harper & Row
|
317
|
+
- HarperCollins
|
318
|
+
- HarperPrism
|
319
|
+
- HarperTrophy
|
320
|
+
- Harry N. Abrams, Inc.
|
321
|
+
- Harvard University Press
|
322
|
+
- Harvest House
|
323
|
+
- Harvill Press at Random House
|
324
|
+
- Hawthorne Books
|
325
|
+
- Hay House
|
326
|
+
- Haynes Manuals
|
327
|
+
- Heyday Books
|
328
|
+
- HMSO
|
329
|
+
- Hodder & Stoughton
|
330
|
+
- Hodder Headline
|
331
|
+
- Hogarth Press
|
332
|
+
- Holland Park Press
|
333
|
+
- Holt McDougal
|
334
|
+
- Horizon Scientific Press
|
335
|
+
- Ian Allan Publishing
|
336
|
+
- Ignatius Press
|
337
|
+
- Imperial War Museum
|
338
|
+
- Indiana University Press
|
339
|
+
- J. M. Dent
|
340
|
+
- Jaico Publishing House
|
341
|
+
- Jarrolds Publishing
|
342
|
+
- Karadi Tales
|
343
|
+
- Kensington Books
|
344
|
+
- Kessinger Publishing
|
345
|
+
- Kodansha
|
346
|
+
- Kogan Page
|
347
|
+
- Koren Publishers Jerusalem
|
348
|
+
- Ladybird Books
|
349
|
+
- Leaf Books
|
350
|
+
- Leafwood Publishers
|
351
|
+
- Left Book Club
|
352
|
+
- Legend Books
|
353
|
+
- Lethe Press
|
354
|
+
- Libertas Academica
|
355
|
+
- Liberty Fund
|
356
|
+
- Library of America
|
357
|
+
- Lion Hudson
|
358
|
+
- Macmillan Publishers
|
359
|
+
- Mainstream Publishing
|
360
|
+
- Manchester University Press
|
361
|
+
- Mandrake of Oxford
|
362
|
+
- Mandrake Press
|
363
|
+
- Manning Publications
|
364
|
+
- Manor House Publishing
|
365
|
+
- Mapin Publishing
|
366
|
+
- Marion Boyars Publishers
|
367
|
+
- Mark Batty Publisher
|
368
|
+
- Marshall Cavendish
|
369
|
+
- Marshall Pickering
|
370
|
+
- Martinus Nijhoff Publishers
|
371
|
+
- Mascot Books
|
372
|
+
- Matthias Media
|
373
|
+
- McClelland and Stewart
|
374
|
+
- McFarland & Company
|
375
|
+
- McGraw-Hill Education
|
376
|
+
- McGraw Hill Financial
|
377
|
+
- Medknow Publications
|
378
|
+
- Naiad Press
|
379
|
+
- Nauka
|
380
|
+
- NavPress
|
381
|
+
- New Directions Publishing
|
382
|
+
- New English Library
|
383
|
+
- New Holland Publishers
|
384
|
+
- New Village Press
|
385
|
+
- Newnes
|
386
|
+
- No Starch Press
|
387
|
+
- Nonesuch Press
|
388
|
+
- Oberon Books
|
389
|
+
- Open Court Publishing Company
|
390
|
+
- Open University Press
|
391
|
+
- Orchard Books
|
392
|
+
- O'Reilly Media
|
393
|
+
- Orion Books
|
394
|
+
- Packt Publishing
|
395
|
+
- Palgrave Macmillan
|
396
|
+
- Pan Books
|
397
|
+
- Pantheon Books at Random House
|
398
|
+
- Papadakis Publisher
|
399
|
+
- Parachute Publishing
|
400
|
+
- Parragon
|
401
|
+
- Pathfinder Press
|
402
|
+
- Paulist Press
|
403
|
+
- Pavilion Books
|
404
|
+
- Peace Hill Press
|
405
|
+
- Pecan Grove Press
|
406
|
+
- Pen and Sword Books
|
407
|
+
- Penguin Books
|
408
|
+
- Random House
|
409
|
+
- Reed Elsevier
|
410
|
+
- Reed Publishing
|
411
|
+
- SAGE Publications
|
412
|
+
- St. Martin's Press
|
413
|
+
- Salt Publishing
|
414
|
+
- Sams Publishing
|
415
|
+
- Schocken Books
|
416
|
+
- Scholastic Press
|
417
|
+
- Charles Scribner's Sons
|
418
|
+
- Seagull Books
|
419
|
+
- Secker & Warburg
|
420
|
+
- Shambhala Publications
|
421
|
+
- Shire Books
|
422
|
+
- Shoemaker & Hoard Publishers
|
423
|
+
- Shuter & Shooter Publishers
|
424
|
+
- Sidgwick & Jackson
|
425
|
+
- Signet Books
|
426
|
+
- Simon & Schuster
|
427
|
+
- T & T Clark
|
428
|
+
- Tachyon Publications
|
429
|
+
- Tammi
|
430
|
+
- Target Books
|
431
|
+
- Tarpaulin Sky Press
|
432
|
+
- Tartarus Press
|
433
|
+
- Tate Publishing & Enterprises
|
434
|
+
- Taunton Press
|
435
|
+
- Taylor & Francis
|
436
|
+
- Ten Speed Press
|
437
|
+
- UCL Press
|
438
|
+
- Unfinished Monument Press
|
439
|
+
- United States Government Publishing Office
|
440
|
+
- University of Akron Press
|
441
|
+
- University of Alaska Press
|
442
|
+
- University of California Press
|
443
|
+
- University of Chicago Press
|
444
|
+
- University of Michigan Press
|
445
|
+
- University of Minnesota Press
|
446
|
+
- University of Nebraska Press
|
447
|
+
- Velazquez Press
|
448
|
+
- Verso Books
|
449
|
+
- Victor Gollancz Ltd
|
450
|
+
- Viking Press
|
451
|
+
- Vintage Books
|
452
|
+
- Vintage Books at Random House
|
453
|
+
- Virago Press
|
454
|
+
- Virgin Publishing
|
455
|
+
- Voyager Books
|
456
|
+
- Brill
|
457
|
+
- Allen Ltd
|
458
|
+
- Zed Books
|
459
|
+
- Ziff Davis Media
|
460
|
+
- Zondervan
|
461
|
+
genre:
|
462
|
+
- Classic
|
463
|
+
- Comic/Graphic Novel
|
464
|
+
- Crime/Detective
|
465
|
+
- Fable
|
466
|
+
- Fairy tale
|
467
|
+
- Fanfiction
|
468
|
+
- Fantasy
|
469
|
+
- Fiction narrative
|
470
|
+
- Fiction in verse
|
471
|
+
- Folklore
|
472
|
+
- Historical fiction
|
473
|
+
- Horror
|
474
|
+
- Humor
|
475
|
+
- Legend
|
476
|
+
- Metafiction
|
477
|
+
- Mystery
|
478
|
+
- Mythology
|
479
|
+
- Mythopoeia
|
480
|
+
- Realistic fiction
|
481
|
+
- Science fiction
|
482
|
+
- Short story
|
483
|
+
- Suspense/Thriller
|
484
|
+
- Tall tale
|
485
|
+
- Western
|
486
|
+
- Biography/Autobiography
|
487
|
+
- Essay
|
488
|
+
- Narrative nonfiction
|
489
|
+
- Speech
|
490
|
+
- Textbook
|
491
|
+
- Reference book
|
@@ -0,0 +1,35 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
brooklyn_nine_nine:
|
4
|
+
characters:
|
5
|
+
- Jake Peralta
|
6
|
+
- Amy Santiago
|
7
|
+
- Rosa Diaz
|
8
|
+
- Raymond Holt
|
9
|
+
- Gina Linetti
|
10
|
+
- Charles Boyle
|
11
|
+
- Terry Jeffords
|
12
|
+
- Hitchcock
|
13
|
+
- Scully
|
14
|
+
- Cheddar
|
15
|
+
- Kevin Cozner
|
16
|
+
- Adrian Pimento
|
17
|
+
- Doug Judy
|
18
|
+
- Nikolaj Boyle
|
19
|
+
- Madeline Wuntch
|
20
|
+
- Mlepnos
|
21
|
+
|
22
|
+
quotes:
|
23
|
+
- Cool, cool, cool, cool, cool. No doubt, no doubt, no doubt.
|
24
|
+
- Sarge, with all due respect, I am gonna completely ignore everything you just said.
|
25
|
+
- A place where everybody knows your name is hell. You're describing hell.
|
26
|
+
- If I die, turn my tweets into a book.
|
27
|
+
- Title of your sex tape.
|
28
|
+
- The English language can not fully capture the depth and complexity of my thoughts, so I'm incorporating emojis into my speech to better express myself. Winky face.
|
29
|
+
- Captain Wuntch, good to see you. But if you're here, who's guarding Hades?
|
30
|
+
- Anyone over the age of six celebrating a birthday should go to hell.
|
31
|
+
- Great, I'd like your $8-est bottle of wine, please.
|
32
|
+
- Captain, hey! Welcome to the murder.
|
33
|
+
- It's Gina's phone. Leave me a voice mail. I won't check it 'cause it's not 1993.
|
34
|
+
- You should make me your campaign manager. I was born for politics. I have great hair and I love lying.
|
35
|
+
- It's not that weird to say, 'May I have some cocaine?
|
data/lib/locales/en/cat.yml
CHANGED
@@ -2,6 +2,6 @@ en:
|
|
2
2
|
faker:
|
3
3
|
creature:
|
4
4
|
cat:
|
5
|
-
name: ["Alfie", "Angel", "Bella", "Charlie", "Chloe", "Coco", "Daisy", "Felix", "Jasper", "Lily", "Lucky", "Lucy", "Max", "Millie", "Milo", "Missy", "Misty", "Molly", "Oliver", "Oscar", "Poppy", "Sam", "Shadow", "Simba", "Smokey", "Smudge", "Sooty", "Tiger"]
|
5
|
+
name: ["Alexander Hameowlton", "Alfie", "Angel", "Bella", "Butterscotch", "Captain Zissou", "Charlie", "Chicken", "Chloe", "Coco", "Cookie Hopper", "Daisy", "Doctor Cucumber", "Felix", "Franklin Longfellow", "Jasper", "Katherine Belle", "Lady Rainicorn", "Lily", "Lucky", "Lucy", "Max", "McFluffy Pants", "Millie", "Milo", "Missy", "Misty", "Molly", "Oliver", "Oscar", "Poppy", "Sam", "Shadow", "Simba", "Sir Loin", "Sir Pounce-a-lot", "Smokey", "Smudge", "Sooty", "Tator Tot", "Tiger", "Theodore Reginald Meowskewitz", "Tony", "Tuna", "Waffles"]
|
6
6
|
breed: ["Abyssinian", "Aegean", "American Bobtail", "American Curl", "American Shorthair", "American Wirehair", "Arabian Mau", "Asian", "Asian Semi-longhair", "Australian Mist", "Balinese", "Bambino", "Bengal", "Birman", "Bombay", "Brazilian Shorthair", "British Longhair", "British Semipi-longhair", "British Shorthair", "Burmese", "Burmilla", "California Spangled", "Chantilly-Tiffany", "Chartreux", "Chausie", "Cheetoh", "Colorpoint Shorthair", "Cornish Rex", "Cymric, or Manx Longhair", "Cyprus", "Devon Rex", "Donskoy, or Don Sphynx", "Dragon Li", "Dwarf cat, or Dwelf", "Egyptian Mau", "European Shorthair", "Exotic Shorthair", "Foldex Cat", "German Rex", "Havana Brown", "Highlander", "Himalayan, or Colorpoint Persian", "Japanese Bobtail", "Javanese", "Khao Manee", "Korat", "Korean Bobtail", "Korn Ja", "Kurilian Bobtail", "Kurilian Bobtail, or Kuril Islands Bobtail", "LaPerm", "Lykoi", "Maine Coon", "Manx", "Mekong Bobtail", "Minskin", "Munchkin", "Napoleon", "Nebelung", "Norwegian Forest Cat", "Ocicat", "Ojos Azules", "Oregon Rex", "Oriental Bicolor", "Oriental Longhair", "Oriental Shorthair", "PerFold Cat (Experimental Breed - WCF)", "Persian (Modern Persian Cat)", "Persian (Traditional Persian Cat)", "Peterbald", "Pixie-bob", "Raas", "Ragamuffin", "Ragdoll", "Russian Blue", "Russian White, Black and Tabby", "Sam Sawet", "Savannah", "Scottish Fold", "Selkirk Rex", "Serengeti", "Serrade petit", "Siamese", "Siberian", "Singapura", "Snowshoe", "Sokoke", "Somali", "Sphynx", "Suphalak", "Thai", "Tonkinese", "Toyger", "Turkish Angora", "Turkish Van", "Ukrainian Levkoy"]
|
7
7
|
registry: ["American Cat Fanciers Association", "Associazione Nazionale Felina Italiana", "Canadian Cat Association", "Cat Aficionado Association", "Cat Fanciers' Association", "Emirates Feline Federation", "Fédération Internationale Féline", "Felis Britannica", "Governing Council of the Cat", "Fancy Southern Africa Cat Council", "The International Cat Association"]
|
data/lib/locales/en/coffee.yml
CHANGED
@@ -27,5 +27,5 @@ en:
|
|
27
27
|
descriptor: ["bergamot", "hops", "black-tea", "green-tea", "mint", "sage", "dill", "grassy", "snow pea", "sweet pea", "mushroom", "squash", "green pepper", "olive", "leafy greens", "hay", "tobacco", "cedar", "fresh wood", "soil", "tomato", "sundried tomato", "soy sauce", "leathery", "clove", "liquorice", "curry", "nutmeg", "ginger", "corriander", "cinnamon", "white pepper", "black pepper", "carbon", "smokey", "burnt sugar", "toast", "fresh bread", "barley", "wheat", "rye", "graham cracker", "granola", "almond", "hazelnut", "pecan", "cashew", "peanut", "walnut", "cola", "molasses", "maple syrup", "carmel", "brown sugar", "sugar cane", "marshmallow", "cream", "butter", "honey", "nougat", "vanilla", "milk chocolate", "cocoa powder", "bittersweet chocolate", "bakers chocolate", "cacao nibs", "prune", "dates", "figs", "raisin", "golden raisin", "black currant", "red currant", "blueberry", "strawberry", "raspberry", "cranberry", "black cherry", "cherry", "plum", "apricot", "nectarine", "peach", "coconut", "banana", "kiwi", "mango", "papaya", "pineapple", "passion fruit", "tamarind", "star fruit", "lychee", "concord grape", "red grape", "green grape", "white grape", "cantaloupe", "honeydew", "watermelon", "red apple", "green apple", "orange", "mandarin", "tangerine", "clementine", "grapefruit", "lime", "meyer lemon", "lemonade", "lemon", "orange creamsicle", "marzipan", "nutella", "lemongrass", "orange blossom", "jasmine", "honeysuckle", "magnolia", "lavender", "rose hips", "hibiscus", "lemon verbena", "medicinal", "quakery", "baggy", "potato defect!", "musty", "rubber"]
|
28
28
|
notes: "#{intensifier}, #{body}, #{descriptor}, #{descriptor}, #{descriptor}"
|
29
29
|
name_1: ["Summer", "Holiday", "Jacked", "Joe", "Express", "Reg's", "Split", "Spilt", "Chocolate", "Dark", "Veranda", "Major", "Bluebery", "American", "Huggy", "Wake-up", "Morning", "Evening", "Winter", "Captain's", "Thanksgiving", "Seattle", "Brooklyn", "Café", "Blacktop", "Pumpkin-spice", "Good-morning", "Postmodern", "The Captain's", "The", "Cascara", "Melty", "Heart", "Goodbye", "Hello", "Street", "Red", "Blue", "Green", "Strong", "KrebStar", "Kreb-Full-o"]
|
30
|
-
name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "
|
30
|
+
name_2: ["Solstice", "Blend", "Level", "Enlightenment", "Cowboy", "Choice", "Select", "Equinox", "Star", "Forrester", "Java", "Symphony", "Utopia", "Cup", "Mug", "Been", "Bean", "Cake", "Extract", "Delight", "Pie", "America", "Treat", "Volcano", "Breaker", "Town", "Light", "Look", "Coffee", "Nuts"]
|
31
31
|
blend_name: "#{name_1} #{name_2}"
|
data/lib/locales/en/commerce.yml
CHANGED
@@ -9,3 +9,20 @@ en:
|
|
9
9
|
promotion_code:
|
10
10
|
adjective: ['Amazing', 'Awesome', 'Cool', 'Good', 'Great', 'Incredible', 'Killer', 'Premium', 'Special', 'Stellar', 'Sweet']
|
11
11
|
noun: ['Code', 'Deal', 'Discount', 'Price', 'Promo', 'Promotion', 'Sale', 'Savings']
|
12
|
+
brand: ['Samsung',
|
13
|
+
'Dell',
|
14
|
+
'Nike',
|
15
|
+
'Apple',
|
16
|
+
'LG',
|
17
|
+
'Adidas',
|
18
|
+
'Nikon',
|
19
|
+
'Sony',
|
20
|
+
'Beats',
|
21
|
+
'GoPro'
|
22
|
+
]
|
23
|
+
vendor: [
|
24
|
+
'Amazon',
|
25
|
+
'Dollar General',
|
26
|
+
'Walmart',
|
27
|
+
'Target'
|
28
|
+
]
|
@@ -1,33 +1,33 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
community:
|
4
|
-
characters: ["Jeff Winger", "Britta Perry", "Señor Ben Chang", "Abed Nadir", "Annie Edison", "Dean Craig Pelton", "Pierce Hawthorne", "Troy Barnes", "Shirley Bennett", "Ian Duncan", "Michelle Slater", "Buzz Hickey", "Star Burns", "Magnitude","Leonard Rodriguez", "Garrett Lambert", "Annie
|
4
|
+
characters: ["Jeff Winger", "Britta Perry", "Señor Ben Chang", "Abed Nadir", "Annie Edison", "Dean Craig Pelton", "Pierce Hawthorne", "Troy Barnes", "Shirley Bennett", "Ian Duncan", "Michelle Slater", "Buzz Hickey", "Star Burns", "Magnitude","Leonard Rodriguez", "Garrett Lambert", "Annie’s Boobs", "Inspector Spacetime", "Constable Reggie", "Kickpuncher", "Sean Garrig", "Vaughn Miller", "Rich Stephenson", "Neil", "Todd Jacobson", "Annie Kim"]
|
5
5
|
quotes: [
|
6
6
|
"Harrison Ford is irradiating our testicles with microwave satellite transmissions!",
|
7
7
|
"Doing more than the minimum amount of work is my definition of failing.",
|
8
8
|
"The next person that offers me charity or pity will be mentioned, by name, in my suicide note.",
|
9
|
-
"I don
|
10
|
-
"Either I
|
11
|
-
"I don
|
12
|
-
"Don
|
13
|
-
"Well I may be a genius, but I
|
14
|
-
"I
|
9
|
+
"I don’t have an ego. My Facebook photo is a landscape.",
|
10
|
+
"Either I’m God, or truth is relative. Either way: booyah!",
|
11
|
+
"I don’t step up to being a leader. I reluctantly accept it when it’s thrust upon me.",
|
12
|
+
"Don’t talk to me about romance. I had a three way in a hot air balloon.",
|
13
|
+
"Well I may be a genius, but I’m not a lesbian.",
|
14
|
+
"I’m going to eat spaceman paninis with black Hitler and there’s nothing you can do about it!",
|
15
15
|
"Do they find thoughts in our butts?",
|
16
|
-
"I had sex with Eartha Kitt in an airplane bathroom",
|
16
|
+
"I had sex with Eartha Kitt in an airplane bathroom.",
|
17
17
|
"I was so unpopular in high school, the crossing guards used to lure me into traffic.",
|
18
|
-
"A passing grade? Like a C? Why don
|
19
|
-
"We
|
18
|
+
"A passing grade? Like a C? Why don’t I just get pregnant at a bus station?",
|
19
|
+
"We’re all kind of crazytown bananapants.",
|
20
20
|
"Make your money, whore.",
|
21
|
-
"I know what a metaphor is! It
|
22
|
-
"Frankly, my dear, I don
|
21
|
+
"I know what a metaphor is! It’s like a thought with another thought’s hat on.",
|
22
|
+
"Frankly, my dear, I don’t give a dean!",
|
23
23
|
"I ate my twin in utero.",
|
24
|
-
"Fire can
|
24
|
+
"Fire can’t go through doors, stupid. It’s not a ghost.",
|
25
25
|
"You have just been proven racist by the racist prover!",
|
26
|
-
"So
|
26
|
+
"So… what is anthropology? Seriously, does anyone know?",
|
27
27
|
"I quit doing blow, not being rad.",
|
28
28
|
"I fear a political career could shine a negative light on my drug dealing.",
|
29
|
-
"A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother",
|
30
|
-
"Look at me. It
|
29
|
+
"A little trick for achieving the proper competitive mindset: I always envision my opponent having aggresive sex with my mother.",
|
30
|
+
"Look at me. It’s clear to you that I am awesome, but I can never admit that, because that would make me an ass.",
|
31
31
|
"Some flies are too awesome for the wall.",
|
32
|
-
"We
|
32
|
+
"We’ll definitely be back next year. If not, it’ll be because an asteroid has destroyed all human civilization. And that’s canon."
|
33
33
|
]
|