faker 2.11.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +372 -13
- data/History.md +4 -4
- data/README.md +27 -3
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +4 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +28 -23
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +36 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +18 -1
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +2 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +90 -23
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
data/lib/locales/de.yml
CHANGED
|
@@ -107,11 +107,13 @@ de:
|
|
|
107
107
|
material: [Stahl, Holz, Beton, Plastik, Baumwoll, Granit, Gummi, Leder, Seiden, Wolle, Leinen, Marmor, Eisen, Bronze, Kupfer, Aluminium, Papier]
|
|
108
108
|
product: [Stuhl, Auto, Computer, Handschuh, Hose, Hemd, Tisch, Schuh, Hut, Teller, Messer, Flasche, Mantel, Lampe, Tastatur, Tasche, Bank, Uhr, Armbanduhr, Geldbörse]
|
|
109
109
|
|
|
110
|
+
country_code: ['49']
|
|
111
|
+
|
|
110
112
|
phone_number:
|
|
111
|
-
formats: ['(0###) #########', '(0####) #######', '
|
|
113
|
+
formats: ['(0###) #########', '(0####) #######', '###-#######', '####-########']
|
|
112
114
|
|
|
113
115
|
cell_phone:
|
|
114
|
-
formats: ['
|
|
116
|
+
formats: ['15##-#######', '16#-#######', '17#-#######']
|
|
115
117
|
|
|
116
118
|
book:
|
|
117
119
|
title: ['Also sprach Zarathustra', 'Andorra', 'Ansichten Eines Clowns', 'Atemschaukel', 'Aus dem Leben eines Taugenichts', 'Bekenntnisse des Hochstaplers Felix Krull', 'Berlin Alexanderplatz', 'Biedermann und die Brandstifter', 'Billiard um halbzehn', 'Catharina von Georgien', 'Cleopatra', 'Damals war es Friedrich', 'Dantons Tod', 'Das Boot', 'Das Marmorbild', 'Das Parfum', 'Das Schiff Esperanza', 'Das Versprechen', 'Das kalte Herz', 'Das steinerne Herz', 'Der (kleine) Schatz im Kugelbauch', 'Der Augenblick der Liebe', 'Der Ausflug der toten Mädchen', 'Der Besuch der alten Dame', 'Der Brief des Lord Chandos', 'Der Goldene Topf', 'Der Hauptmann von Köpenick', 'Der Mann ohne Eigenschaften', 'Der Prozess', 'Der Richter und sein Henker', 'Der Sandmann', 'Der Schimmelreiter', 'Der Spaziergang', 'Der Stechlin', 'Der Stellvertreter', 'Der Steppenwolf', 'Der Tod in Venedig und andere Erzählungen', 'Der Tor und der Tod', 'Der Untertan', 'Der Verdacht', 'Der Vorleser', 'Der Vulkan', 'Der Zauberberg', 'Der abenteuerliche Simplicissimus', 'Der arme Spielmann', 'Der eiserne Gustav', 'Der geteilte Himmel', 'Der grüne Heinrich', 'Der gute Mensch von Sezuan', 'Der veruntreute Himmel', 'Der zerbrochene Krug', 'Des Teufels General', 'Deutschland. Ein Wintermärchen', 'Die Aufzeichnungen des Malte Laurids Brigge', 'Die Blechtrommel', 'Die Box', 'Die Buddenbrooks', 'Die Dreigroschenoper', 'Die Erschiessung des Landesverräters Ernst S.', 'Die Lehre der Sainte-Victoire', 'Die Leiden des jungen Werther', 'Die Leute von Seldwyla', 'Die Marquise von O...', 'Die Panne', 'Die Physiker', 'Die Rote', 'Die Räuber', 'Die Verwandlung/Erstes Leid', 'Die Waffen nieder!', 'Die Welt als Wille & Wahn', 'Die neuen Leiden des jungen Werthers', 'Die unendliche Geschichte', 'Die verlorene Ehre der Katharina Blum', 'Die zärtlichen Schwestern', 'Don Karlos', 'Effi Briest', 'Ehen in Philippsburg', 'Eiche und Angora', 'Ein fliehendes Pferd', 'Ende einer Dienstfahrt', 'Es geschah im Nachbarhaus', 'Fabian', 'Faserland', 'Faust, Part I', 'Franziska Linkerhand', 'Frühlings Erwachen', 'Ganz unten', 'Gehirne', 'Die Weber', 'Götz von Berlichingen', 'Haus ohne Hüter', 'Heidi', 'Heinrich von Ofterdingen', 'Helden wie wir', 'Homo faber', 'Hyperion oder der Eremit in Griechenland', 'Im Krebsgang', 'Im Westen nichts Neues', 'Iphigenie auf Tauris', 'Italienische Reise', 'Jahrestage', 'Jakob der Lügner', 'Jedermann', 'Kabale und Liebe', 'Katz und Maus', 'Leben des Galilei', 'Lenz', 'Lerne lachen ohne zu weinen', 'Emilia Galotti', 'Lieutenant Gustl', 'Maria Magdalene', 'Maria Stuart', 'Mario und der Zauberer', 'Mephisto', 'Minna von Barnhelm', 'Miss Sara Sampson', 'Mutter Courage und ihre Kinder', 'Narziss und Goldmund', 'Narziß und Goldmund', 'Nathan der Weise', 'Paare, Passanten', 'Panter, Tiger & Co.', 'Reigen', 'Romeo und Julia auf dem Dorfe', 'Romulus der Große', 'Sansibar oder der letzte Grund', 'Schachnovelle', 'Siddhartha', 'Sterbender Cato', 'Stolz und Vorurteil', 'Tauben im Gras', 'Till Eulenspiegel', 'Traumnovelle/Die Braut', 'Tödliche Versprechen/Das Imperium der Wölfe', 'Unterhaltungen deutscher Ausgewanderten', 'Unterm Rad', 'Vor Sonnenaufgang', 'Wer einmal aus dem Blechnapf frisst', 'Wilhelm Meisters Wanderjahre oder die Entsagenden', 'Wilhelm Tell', 'Winnetou', 'Winnetou II', 'Woyzeck', 'Über das Studium der griechischen Poesie']
|
data/lib/locales/en/address.yml
CHANGED
|
@@ -570,6 +570,8 @@ en:
|
|
|
570
570
|
- "#{city_prefix} #{Name.first_name}"
|
|
571
571
|
- "#{Name.first_name}#{city_suffix}"
|
|
572
572
|
- "#{Name.last_name}#{city_suffix}"
|
|
573
|
+
city_with_state:
|
|
574
|
+
- "#{city}, #{state}"
|
|
573
575
|
street_name:
|
|
574
576
|
- "#{Name.first_name} #{street_suffix}"
|
|
575
577
|
- "#{Name.last_name} #{street_suffix}"
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
en:
|
|
2
|
+
faker:
|
|
3
|
+
adjective:
|
|
4
|
+
positive:
|
|
5
|
+
- 'adorable'
|
|
6
|
+
- 'adventurous'
|
|
7
|
+
- 'agreeable'
|
|
8
|
+
- 'attractive'
|
|
9
|
+
- 'beautiful'
|
|
10
|
+
- 'brainy'
|
|
11
|
+
- 'brave'
|
|
12
|
+
- 'bright'
|
|
13
|
+
- 'calm'
|
|
14
|
+
- 'charming'
|
|
15
|
+
- 'cheerful'
|
|
16
|
+
- 'clean'
|
|
17
|
+
- 'clever'
|
|
18
|
+
- 'colorful'
|
|
19
|
+
- 'combative'
|
|
20
|
+
- 'comfortable'
|
|
21
|
+
- 'cooperative'
|
|
22
|
+
- 'courageous'
|
|
23
|
+
- 'curious'
|
|
24
|
+
- 'cute'
|
|
25
|
+
- 'delightful'
|
|
26
|
+
- 'determined'
|
|
27
|
+
- 'elegant'
|
|
28
|
+
- 'enchanting'
|
|
29
|
+
- 'encouraging'
|
|
30
|
+
- 'energetic'
|
|
31
|
+
- 'enthusiastic'
|
|
32
|
+
- 'excited'
|
|
33
|
+
- 'fair'
|
|
34
|
+
- 'faithful'
|
|
35
|
+
- 'famous'
|
|
36
|
+
- 'fancy'
|
|
37
|
+
- 'fantastic'
|
|
38
|
+
- 'fine'
|
|
39
|
+
- 'friendly'
|
|
40
|
+
- 'funny'
|
|
41
|
+
- 'gentle'
|
|
42
|
+
- 'gifted'
|
|
43
|
+
- 'glamorous'
|
|
44
|
+
- 'gleaming'
|
|
45
|
+
- 'glorious'
|
|
46
|
+
- 'good'
|
|
47
|
+
- 'gorgeous'
|
|
48
|
+
- 'graceful'
|
|
49
|
+
- 'handsome'
|
|
50
|
+
- 'happy'
|
|
51
|
+
- 'healthy'
|
|
52
|
+
- 'helpful'
|
|
53
|
+
- 'hilarious'
|
|
54
|
+
- 'homely'
|
|
55
|
+
- 'inexpensive'
|
|
56
|
+
- 'innocent'
|
|
57
|
+
- 'inquisitive'
|
|
58
|
+
- 'jolly'
|
|
59
|
+
- 'joyous'
|
|
60
|
+
- 'kind'
|
|
61
|
+
- 'light'
|
|
62
|
+
- 'lively'
|
|
63
|
+
- 'lovely'
|
|
64
|
+
- 'lucky'
|
|
65
|
+
- 'magnificent'
|
|
66
|
+
- 'modern'
|
|
67
|
+
- 'nice'
|
|
68
|
+
- 'open'
|
|
69
|
+
- 'outstanding'
|
|
70
|
+
- 'perfect'
|
|
71
|
+
- 'pleasant'
|
|
72
|
+
- 'powerful'
|
|
73
|
+
- 'precious'
|
|
74
|
+
- 'proud'
|
|
75
|
+
- 'quaint'
|
|
76
|
+
- 'rich'
|
|
77
|
+
- 'shiny'
|
|
78
|
+
- 'smiling'
|
|
79
|
+
- 'sparkling'
|
|
80
|
+
- 'splendid'
|
|
81
|
+
- 'spotless'
|
|
82
|
+
- 'successful'
|
|
83
|
+
- 'super'
|
|
84
|
+
- 'talented'
|
|
85
|
+
- 'tender'
|
|
86
|
+
- 'tasty'
|
|
87
|
+
- 'thankful'
|
|
88
|
+
- 'thoughtful'
|
|
89
|
+
- 'vast'
|
|
90
|
+
- 'victorious'
|
|
91
|
+
- 'vivacious'
|
|
92
|
+
- 'witty'
|
|
93
|
+
- 'zany'
|
|
94
|
+
- 'zealous'
|
|
95
|
+
negative:
|
|
96
|
+
- 'aggressive'
|
|
97
|
+
- 'annoyed'
|
|
98
|
+
- 'anxious'
|
|
99
|
+
- 'arrogant'
|
|
100
|
+
- 'ashamed'
|
|
101
|
+
- 'average'
|
|
102
|
+
- 'awful'
|
|
103
|
+
- 'bad'
|
|
104
|
+
- 'bloody'
|
|
105
|
+
- 'bored'
|
|
106
|
+
- 'careful'
|
|
107
|
+
- 'cautious'
|
|
108
|
+
- 'concerned'
|
|
109
|
+
- 'confused'
|
|
110
|
+
- 'crazy'
|
|
111
|
+
- 'creepy'
|
|
112
|
+
- 'cruel'
|
|
113
|
+
- 'dangerous'
|
|
114
|
+
- 'depressed'
|
|
115
|
+
- 'disturbed'
|
|
116
|
+
- 'envious'
|
|
117
|
+
- 'evil'
|
|
118
|
+
- 'expensive'
|
|
119
|
+
- 'exuberant'
|
|
120
|
+
- 'filthy'
|
|
121
|
+
- 'foolish'
|
|
122
|
+
- 'fragile'
|
|
123
|
+
- 'frail'
|
|
124
|
+
- 'frantic'
|
|
125
|
+
- 'frightened'
|
|
126
|
+
- 'grieving'
|
|
127
|
+
- 'grotesque'
|
|
128
|
+
- 'grumpy'
|
|
129
|
+
- 'helpless'
|
|
130
|
+
- 'horrible'
|
|
131
|
+
- 'ill'
|
|
132
|
+
- 'itchy'
|
|
133
|
+
- 'jealous'
|
|
134
|
+
- 'jittery'
|
|
135
|
+
- 'lazy'
|
|
136
|
+
- 'lonely'
|
|
137
|
+
- 'misty'
|
|
138
|
+
- 'muddy'
|
|
139
|
+
- 'nasty'
|
|
140
|
+
- 'naughty'
|
|
141
|
+
- 'nervous'
|
|
142
|
+
- 'nutty'
|
|
143
|
+
- 'obnoxious'
|
|
144
|
+
- 'odd'
|
|
145
|
+
- 'old-fashioned'
|
|
146
|
+
- 'outrageous'
|
|
147
|
+
- 'panicky'
|
|
148
|
+
- 'poised'
|
|
149
|
+
- 'poor'
|
|
150
|
+
- 'putrid'
|
|
151
|
+
- 'puzzled'
|
|
152
|
+
- 'repulsive'
|
|
153
|
+
- 'scary'
|
|
154
|
+
- 'selfish'
|
|
155
|
+
- 'shy'
|
|
156
|
+
- 'silly'
|
|
157
|
+
- 'sleepy'
|
|
158
|
+
- 'smoggy'
|
|
159
|
+
- 'sore'
|
|
160
|
+
- 'stormy'
|
|
161
|
+
- 'strange'
|
|
162
|
+
- 'stupid'
|
|
163
|
+
- 'terrible'
|
|
164
|
+
- 'thoughtless'
|
|
165
|
+
- 'tired'
|
|
166
|
+
- 'tough'
|
|
167
|
+
- 'troubled'
|
|
168
|
+
- 'ugliest'
|
|
169
|
+
- 'ugly'
|
|
170
|
+
- 'uninterested'
|
|
171
|
+
- 'unsightly'
|
|
172
|
+
- 'upset'
|
|
173
|
+
- 'uptight'
|
|
174
|
+
- 'weary'
|
|
175
|
+
- 'wicked'
|
|
176
|
+
- 'wild'
|
|
177
|
+
- 'worrisome'
|
|
178
|
+
- 'worried'
|
|
179
|
+
- 'wrong'
|
data/lib/locales/en/animal.yml
CHANGED
|
@@ -2,5 +2,5 @@ en:
|
|
|
2
2
|
faker:
|
|
3
3
|
creature:
|
|
4
4
|
animal:
|
|
5
|
-
name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow",
|
|
5
|
+
name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle ", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
|
|
6
6
|
|
|
@@ -1,4 +1,36 @@
|
|
|
1
1
|
en:
|
|
2
2
|
faker:
|
|
3
3
|
aqua_teen_hunger_force:
|
|
4
|
-
character:
|
|
4
|
+
character:
|
|
5
|
+
- "Carl Brutananadilewski"
|
|
6
|
+
- "Cybernetic Ghost of Christmas Past from the Future"
|
|
7
|
+
- "D.P"
|
|
8
|
+
- "Dr. Weird"
|
|
9
|
+
- "Dr. Wongburger"
|
|
10
|
+
- "Emory"
|
|
11
|
+
- "Err"
|
|
12
|
+
- "Frylock"
|
|
13
|
+
- "George Lowe"
|
|
14
|
+
- "Ignignokt"
|
|
15
|
+
- "Master Shake"
|
|
16
|
+
- "MC Pee Pants"
|
|
17
|
+
- "Meatwad"
|
|
18
|
+
- "Oglethorpe"
|
|
19
|
+
- "Skeeter"
|
|
20
|
+
- "Steve"
|
|
21
|
+
- "Turkatron"
|
|
22
|
+
quote:
|
|
23
|
+
- "Dancing is forbidden!"
|
|
24
|
+
- "Friendship ain't about trust. Friendship's about nunchucks."
|
|
25
|
+
- "Listen to me, Randy. It doesn't matter what you look like on the outside-- whether you're white or black or a sasquatch even-- as long as you follow your dream, no matter how crazy or against the law it is, except for a sasquatch. If you're a sasquatch, the rules are different."
|
|
26
|
+
- "Do what now?"
|
|
27
|
+
- "Now, I am not a violent person. But I would kill somebody, in front of they own grandmother, for a ten-speed."
|
|
28
|
+
- "Stealing a bicycle is easy. Filling with illegal substances and transporting it across the border is not."
|
|
29
|
+
- "You think you're gonna live forever, but you won't. Someone'll kill ya. Someone'll kill ya with a knife."
|
|
30
|
+
- "Plaque is a figment of the liberal media and the dental industry to scare you into buying useless appliances and pastes. Now, I've read the arguments on both sides, and I haven't found any evidence yet to support the need to brush your teeth. Ever."
|
|
31
|
+
- "TONIGHT...you"
|
|
32
|
+
- "Sadness is for poor people"
|
|
33
|
+
- "I'm in the business of giving you the business. And business is booming."
|
|
34
|
+
- "Your jambox is now his by way of our actions."
|
|
35
|
+
- "It's like my pool is tearin' ass around the back yard! But it's standing still...still waters run deep."
|
|
36
|
+
- "He says that it sounded like my hobbit that turns the crank case is depressed and needs therapy. We need get us a new hobbit. They's from the land beyond time. Land beyond time is also gonna hook us up with a unicorn for the radiator. I ain't even gonna tell ya about that haunted air conditioner. Plus, the air filter? That's made of plutonium. That's gonna involve Superman, so...ya know, plus shipping from Krypton. And the cow..jumped over the moon."
|
data/lib/locales/en/bank.yml
CHANGED
|
@@ -25,7 +25,7 @@ en:
|
|
|
25
25
|
faker:
|
|
26
26
|
bank:
|
|
27
27
|
name: ["UBS CLEARING AND EXECUTION SERVICES LIMITED", "ABN AMRO CORPORATE FINANCE LIMITED", "ABN AMRO FUND MANAGERS LIMITED", "ABN AMRO HOARE GOVETT SECURITIES", "ABN AMRO HOARE GOVETT CORPORATE FINANCE LTD.", "ALKEN ASSET MANAGEMENT", "ALKEN ASSET MANAGEMENT", "ABN AMRO HOARE GOVETT LIMITED", "AAC CAPITAL PARTNERS LIMITED", "ABBOTSTONE AGRICULTURAL PROPERTY UNIT TRUST", "ABN AMRO QUOTED INVESTMENTS (UK) LIMITED", "ABN AMRO MEZZANINE (UK) LIMITED", "ABBEY LIFE", "SANTANDER UK PLC", "OTKRITIE SECURITIES LIMITED", "ABC INTERNATIONAL BANK PLC", "ALLIED BANK PHILIPPINES (UK) PLC", "ABU DHABI ISLAMIC BANK", "ABG SUNDAL COLLIER LIMITED", "PGMS (GLASGOW) LIMITED", "ABINGWORTH MANAGEMENT LIMITED", "THE ROYAL BANK OF SCOTLAND PLC (FORMER RBS NV)"]
|
|
28
|
-
swift_bic: ["AACCGB21", "AACNGB21", "AAFMGB21", "AAHOGB21", "AAHVGB21", "AANLGB21", "AANLGB2L", "AAOGGB21", "AAPEGB21", "AAPUGB21", "AAQIGB21", "ABAZGB21", "ABBEGB21", "ABBYGB2L", "ABCCGB22", "ABCEGB2L", "ABCMGB21", "ABDIGB21", "ABECGB21", "ABFIGB21", "ABMNGB21", "ABNAGB21VOC" ]
|
|
28
|
+
swift_bic: ["AACCGB21", "AACNGB21", "AAFMGB21", "AAHOGB21", "AAHVGB21", "AANLGB21", "AANLGB2L", "AAOGGB21", "AAPEGB21", "AAPUGB21", "AAQIGB21", "ABAZGB21", "ABBEGB21", "ABBYGB2L", "ABCCGB22", "ABCEGB2L", "ABCMGB21", "ABDIGB21", "ABECGB21", "ABFIGB21", "ABMNGB21", "ABNAGB21VOC", "ANTSGB2LXXX", "ANTSGB2LCHA", "UBKLGB2LXXX", "UBKLGB2LBAK", "AKBKGB22XXX", "ALEIGB22TSY", "AIBKGB2XTSY", "ASTPGB2LXXX", "MORLGB2LSMK", "BSABGB2LXXX", "BSCHGB2LEQU", "BOFAGB4TLTR", "BARBGB2LTOO", "BKCHGB2UXXX", "BCYPGB2LCSB", "BARBGB2LLEI", "BOFAGB3SSWI", "BOFAGB4TCCD", "BOFAGB4TCDO", "BOFAGB4TIPA", "BOFAGB4TLFS", "BOFAGB22OF2", "BOFAGB22SCP", "BOFAGB22XXX", "BOFAGB22CLS", "BOFAGB22SEC", "BARBGB2LBIR", "BARBGB2LHAR", "BARBGB2LKEN", "BARBGB2LKIL", "BARBGB2LWEM", "BARBGB2LMAN", "BARBGB2LSOU", "BRBAGB2LXXX", "BCEYGB2LXXX", "BKCHGB2LXXX", "BCYPGB2LBBB", "BCYPGB2LXXX", "BCYPGB2LCBB", "BCYPGB2LHGB", "BCYPGB2LHHB", "BCYPGB2LPGB", "BCYPGB2LSSB", "BCYPGB2LMBB"]
|
|
29
29
|
iban_details:
|
|
30
30
|
# Data from http://www.tbg5-finance.org/?ibandocs.shtml/
|
|
31
31
|
ad:
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
en:
|
|
2
|
+
faker:
|
|
3
|
+
barcode:
|
|
4
|
+
ean_8: '#######'
|
|
5
|
+
ean_13: '############'
|
|
6
|
+
upc_a: '###########'
|
|
7
|
+
upc_e:
|
|
8
|
+
- '0######'
|
|
9
|
+
- '1######'
|
|
10
|
+
composite_symbol:
|
|
11
|
+
- '########'
|
|
12
|
+
- '????????'
|
|
13
|
+
- '####????'
|
|
14
|
+
- '????####'
|
|
15
|
+
- '##??##??'
|
|
16
|
+
- '??##??##'
|
|
17
|
+
isbn:
|
|
18
|
+
- '978#########'
|
|
19
|
+
- '9798########'
|
|
20
|
+
- '97910#######'
|
|
21
|
+
- '97911#######'
|
|
22
|
+
- '97912#######'
|
|
23
|
+
ismn: '9790########'
|
|
24
|
+
issn: '977#########'
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
en:
|
|
2
|
+
faker:
|
|
3
|
+
big_bang_theory:
|
|
4
|
+
characters: [
|
|
5
|
+
"Leonard Hofstadter",
|
|
6
|
+
"Sheldon Cooper",
|
|
7
|
+
"Penny",
|
|
8
|
+
"Howard Wolowitz",
|
|
9
|
+
"Raj Koothrappali",
|
|
10
|
+
"Bernadette Rostenkowski",
|
|
11
|
+
"Amy Farrah Fowler",
|
|
12
|
+
"Stuart Bloom",
|
|
13
|
+
"Debbie Wolowitz",
|
|
14
|
+
"Barry Kripke",
|
|
15
|
+
"Emily Sweeney",
|
|
16
|
+
"Wil Wheaton",
|
|
17
|
+
"Dr. V.M. Koothrappali",
|
|
18
|
+
"Dr. Beverly Hofstadter",
|
|
19
|
+
"Bert Kibbler",
|
|
20
|
+
"Mary Cooper",
|
|
21
|
+
"President Siebert",
|
|
22
|
+
"Priya Koothrappali",
|
|
23
|
+
"Zack Johnson",
|
|
24
|
+
"Mrs. Koothrappali",
|
|
25
|
+
"Leslie Winkle",
|
|
26
|
+
"Anu",
|
|
27
|
+
"Lucy",
|
|
28
|
+
"Denise",
|
|
29
|
+
"Mike Rostenkowski"]
|
|
30
|
+
quotes: [
|
|
31
|
+
"I'm not crazy. My mother had me tested.",
|
|
32
|
+
"Bazinga!",
|
|
33
|
+
"Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard, lizard eats paper, paper disproves Spock, Spock vaporizes rock, and as it always has, rock crushes scissors.",
|
|
34
|
+
"That's no reason to cry. One cries because one is sad. For example, I cry because others are stupid, and that makes me sad.",
|
|
35
|
+
"Not knowing is part of the fun. Was that the motto of your community college?",
|
|
36
|
+
"I would have been here sooner but the bus kept stopping for other people to get on it.",
|
|
37
|
+
"Hard as this may be to believe, it’s possible that I’m not boyfriend material."
|
|
38
|
+
]
|
data/lib/locales/en/buffy.yml
CHANGED
|
@@ -64,7 +64,7 @@ en:
|
|
|
64
64
|
"We don't know much about them except for they're very ugly, and they're very mobile for blind people.",
|
|
65
65
|
"And I wonder what possible catastrophe came crashing down from heaven and brought this dashing stranger to tears?"
|
|
66
66
|
]
|
|
67
|
-
|
|
67
|
+
actors: [
|
|
68
68
|
'Sarah Michelle Geller',
|
|
69
69
|
'Alyson Hannigan',
|
|
70
70
|
'David Boreanaz',
|