faker 3.2.0 → 3.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +437 -2
  3. data/README.md +29 -14
  4. data/lib/faker/books/lovecraft.rb +2 -3
  5. data/lib/faker/default/address.rb +2 -2
  6. data/lib/faker/default/alphanumeric.rb +1 -1
  7. data/lib/faker/default/chile_rut.rb +23 -17
  8. data/lib/faker/default/code.rb +64 -18
  9. data/lib/faker/default/company.rb +99 -5
  10. data/lib/faker/default/crypto.rb +13 -4
  11. data/lib/faker/default/date.rb +61 -5
  12. data/lib/faker/default/driving_licence.rb +19 -8
  13. data/lib/faker/default/finance.rb +2 -2
  14. data/lib/faker/default/hipster.rb +2 -3
  15. data/lib/faker/default/html.rb +230 -0
  16. data/lib/faker/default/id_number.rb +38 -24
  17. data/lib/faker/default/internet.rb +19 -53
  18. data/lib/faker/default/invoice.rb +3 -3
  19. data/lib/faker/default/json.rb +9 -4
  20. data/lib/faker/default/lorem.rb +6 -3
  21. data/lib/faker/default/{nhs.rb → national_health_service.rb} +8 -4
  22. data/lib/faker/default/number.rb +1 -1
  23. data/lib/faker/default/omniauth.rb +4 -4
  24. data/lib/faker/default/phone_number.rb +37 -18
  25. data/lib/faker/default/placeholdit.rb +1 -1
  26. data/lib/faker/default/south_africa.rb +3 -3
  27. data/lib/faker/{music/show.rb → default/theater.rb} +8 -8
  28. data/lib/faker/default/types.rb +5 -6
  29. data/lib/faker/default/vehicle.rb +23 -11
  30. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  31. data/lib/faker/games/heroes_of_the_storm.rb +0 -11
  32. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +10 -10
  33. data/lib/faker/locations/australia.rb +40 -38
  34. data/lib/faker/movies/star_wars.rb +1 -1
  35. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  36. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  37. data/lib/faker/travel/airport.rb +2 -2
  38. data/lib/faker/travel/train_station.rb +54 -0
  39. data/lib/faker/tv_shows/archer.rb +51 -0
  40. data/lib/faker/tv_shows/buffy.rb +0 -13
  41. data/lib/faker/tv_shows/dr_who.rb +0 -13
  42. data/lib/faker/tv_shows/south_park.rb +15 -0
  43. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +0 -13
  44. data/lib/faker/version.rb +1 -1
  45. data/lib/faker.rb +20 -8
  46. data/lib/helpers/deprecator.rb +118 -0
  47. data/lib/helpers/positional_generator.rb +480 -0
  48. data/lib/locales/README.md +18 -2
  49. data/lib/locales/bg.yml +0 -1
  50. data/lib/locales/da-DK.yml +529 -35
  51. data/lib/locales/de-AT.yml +3487 -26
  52. data/lib/locales/de-CH.yml +4359 -12
  53. data/lib/locales/de.yml +7182 -100
  54. data/lib/locales/ee.yml +0 -1
  55. data/lib/locales/en/address.yml +1826 -561
  56. data/lib/locales/en/archer.yml +75 -0
  57. data/lib/locales/en/australia.yml +106 -105
  58. data/lib/locales/en/bank.yml +1 -1
  59. data/lib/locales/en/cosmere.yml +1 -1
  60. data/lib/locales/en/dog.yml +262 -7
  61. data/lib/locales/en/dota.yml +120 -67
  62. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  63. data/lib/locales/en/finance.yml +4 -4
  64. data/lib/locales/en/food.yml +2 -1
  65. data/lib/locales/en/{fma_brotherhood.yml → fullmetal_alchemist_brotherhood.yml} +3 -3
  66. data/lib/locales/en/harry_potter.yml +1 -1
  67. data/lib/locales/en/id_number.yml +1 -1
  68. data/lib/locales/en/internet.yml +0 -4
  69. data/lib/locales/en/minecraft.yml +4 -4
  70. data/lib/locales/en/music.yml +25 -25
  71. data/lib/locales/en/opera.yml +1 -1
  72. data/lib/locales/en/phone_number.yml +78 -3
  73. data/lib/locales/en/restaurant.yml +1 -1
  74. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  75. data/lib/locales/en/south_park.yml +360 -2
  76. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  77. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  78. data/lib/locales/en/train_station.yml +280 -0
  79. data/lib/locales/en/vehicle.yml +1 -1
  80. data/lib/locales/en-AU.yml +718 -47
  81. data/lib/locales/en-CA.yml +373 -19
  82. data/lib/locales/en-GB.yml +116 -9
  83. data/lib/locales/en-IND.yml +1259 -17
  84. data/lib/locales/en-KE.yml +212 -0
  85. data/lib/locales/en-MS.yml +364 -18
  86. data/lib/locales/en-NEP.yml +212 -38
  87. data/lib/locales/en-NZ.yml +1153 -124
  88. data/lib/locales/en-PAK.yml +392 -11
  89. data/lib/locales/en-SG.yml +581 -17
  90. data/lib/locales/en-US.yml +6914 -74
  91. data/lib/locales/en-au-ocker.yml +266 -24
  92. data/lib/locales/es-AR.yml +4569 -4600
  93. data/lib/locales/es-MX.yml +0 -1
  94. data/lib/locales/es.yml +0 -1
  95. data/lib/locales/fr/address.yml +761 -8
  96. data/lib/locales/fr/internet.yml +0 -1
  97. data/lib/locales/fr/name.yml +2 -1
  98. data/lib/locales/fr-CA.yml +2733 -44
  99. data/lib/locales/fr-CH.yml +0 -1
  100. data/lib/locales/fr.yml +3 -1
  101. data/lib/locales/hy.yml +3624 -120
  102. data/lib/locales/id.yml +839 -12
  103. data/lib/locales/it.yml +1304 -33
  104. data/lib/locales/ja/book.yml +492 -3
  105. data/lib/locales/ja/football.yml +115 -0
  106. data/lib/locales/ja/lorem.yml +1 -1
  107. data/lib/locales/ja/sport.yml +130 -0
  108. data/lib/locales/ja/touhou.yml +466 -0
  109. data/lib/locales/ko.yml +1361 -21
  110. data/lib/locales/lt.yml +297 -16
  111. data/lib/locales/lv.yml +0 -1
  112. data/lib/locales/nb-NO.yml +518 -30
  113. data/lib/locales/nl.yml +9 -2
  114. data/lib/locales/pl.yml +0 -1
  115. data/lib/locales/pt-BR.yml +8205 -665
  116. data/lib/locales/pt.yml +844 -45
  117. data/lib/locales/ru.yml +1353 -70
  118. data/lib/locales/sk.yml +4410 -44
  119. data/lib/locales/sv.yml +99 -0
  120. data/lib/locales/tr.yml +0 -2
  121. data/lib/locales/uk.yml +1808 -45
  122. data/lib/locales/zh-CN/bank.yml +17 -0
  123. metadata +26 -154
  124. data/History.md +0 -176
@@ -0,0 +1,75 @@
1
+ en:
2
+ faker:
3
+ archer:
4
+ characters:
5
+ - Sterling Archer
6
+ - Lana Kane
7
+ - Malory Archer
8
+ - Cyril Figgis
9
+ - Cheryl Tunt
10
+ - Pam Poovey
11
+ - Dr. Krieger
12
+ - Ray Gillette
13
+ - Barry Dylan
14
+ - Ron Cadillac
15
+ - Woodhouse
16
+ - Slater
17
+ - Katya Kazanova
18
+ - Brett Bunsen
19
+ - Conway Stern
20
+ - Len Trexler
21
+ - George Spelvin
22
+ - Trinette McGoon
23
+ - Rodney
24
+ - Cecil Tunt
25
+ - Charles and Rudy
26
+ - Gustavo Calderon
27
+ - Captain Lammers
28
+ - Edie Poovey
29
+ - Veronica Deane
30
+ - Figgis Agency staff
31
+ - Slater's agents
32
+ - Popeye
33
+ - Barry-6
34
+ - Conway Stern
35
+ - Bilbo
36
+ - Dutch
37
+ locations:
38
+ - ISIS Headquarters
39
+ - The Tuntmore Towers
40
+ - The Archer Apartment
41
+ - The Malory Apartment
42
+ - The Krieger Lab
43
+ - San Marcos Palace
44
+ - The KGB Headquarters
45
+ - The Vatican
46
+ - Area 51
47
+ - Dreamland
48
+ - Danger Island
49
+ - The Figgis Agency office
50
+ - New York City
51
+ - Miami
52
+ - Monte Carlo
53
+ - Hollywood
54
+ - Texas
55
+ quotes:
56
+ - Lana. Lana. Lana!... Danger zone.
57
+ - I'm sorry, I can't hear you over the sound of my giant throbbing erection!
58
+ - This is why we can't have nice things, people!
59
+ - If I cared about what you do on the weekend, I'd stick a shotgun in my mouth and pull the trigger with my toes.
60
+ - It's like my brain's a tree and you're those little cookie elves.
61
+ - I'm not saying I invented the turtleneck, but I was the first person to realize its potential as a tactical garment.
62
+ - You're about as useful as a cock-flavored lollipop.
63
+ - You want to take away my freedom? You're gonna have to pry it from my cold, dead hands.
64
+ - Just the Tip.
65
+ - It's called 'the velveteen touch of a dandy fop.' Look it up.
66
+ - Phrasing!
67
+ - Danger zone!
68
+ - M as in Mancy
69
+ - Do you want ants? Because that's how you get ants.
70
+ - I swear to god I had something for this.
71
+ - I am the one who makes the decisions, and I decide what we do, and we are not murdering people!
72
+ - You're not my supervisor!
73
+ - That's how you get ants. But seriously, don't eat that.
74
+ - Phrasing. Boom!
75
+ - Read a book, it'll make you feel better.
@@ -1,107 +1,108 @@
1
1
  en:
2
2
  faker:
3
- australia:
4
- locations:
5
- - Brisbane
6
- - Sydney
7
- - Melbourne
8
- - Perth
9
- - Adelaide
10
- - Gold Coast
11
- - Newcastle
12
- - Canberra
13
- - Central Coast
14
- - Sunshine Coast
15
- - Wollongong
16
- - Geelong
17
- - Hobart
18
- - Townsville
19
- - Cairns
20
- - Toowoomba
21
- - Darwin
22
- - Ballarat
23
- - Bendigo
24
- - Albury
25
- - Launceston
26
- - Mackay
27
- - Rockhampton
28
- - Bunbury
29
- - Coffs Harbour
30
- - Bundaberg
31
- - Melton
32
- - Wagga Wagga
33
- - Hervey Bay
34
- - Mildura – Wentworth
35
- - SheppartonMooroopna
36
- - Port Macquarie
37
- - Gladstone – Tannum Sands
38
- - Tamworth
39
- - Traralgon – Morwell
40
- - Orange
41
- - Bowral – Mittagong
42
- - Busselton
43
- - Geraldton
44
- - Dubbo
45
- - Nowra – Bomaderry
46
- - WarragulDrouin
47
- - Bathurst
48
- - Warrnambool
49
- - Albany
50
- - Kalgoorlie
51
- - Devonport
52
- - Mount Gambier
53
- - Lismore
54
- - Nelson Bay
55
- animals:
56
- - Koala
57
- - Humpback Whale
58
- - Australian Fur Seal
59
- - Wallaby
60
- - Platypus
61
- - Kangaroo
62
- - Wombat
63
- - Sugar Glider
64
- - Flying Fox
65
- - Tasmanian Devil
66
- - Quokka
67
- - Dugong
68
- - Luaner
69
- - Echidna
70
- - Magpie
71
- - Cockatoo
72
- - Tawny Frogmouth
73
- - Galah
74
- - Lorikeet
75
- - Pelican
76
- - Cassowary
77
- - Kookaburra
78
- - Emu
79
- - Lyrebird
80
- - Barramundi
81
- - Grouper
82
- - Murray Cod
83
- - Green Tree Frog
84
- - Cane Toad
85
- - Redback Spider
86
- - Funnel Web Spider
87
- - Blue Ringed Octopus
88
- - Fresh Water Crocodile
89
- - Skink
90
- - Thorny Devil
91
- - King Brown Snake
92
- - Carpet Python
93
- - Tiger Snake
94
- - Red Bellied Black Snake
95
- - Blue Tongue Lizard
96
- - Frilled Neck Lizard
97
- - Saltwater Crocodile
98
- - Eastern Brown Snake
99
- states:
100
- - New South Wales
101
- - Queensland
102
- - Western Australia
103
- - Northern Territory
104
- - South Australia
105
- - Australian Capital Territory
106
- - Victoria
107
- - Tasmania
3
+ locations:
4
+ australia:
5
+ locations:
6
+ - Brisbane
7
+ - Sydney
8
+ - Melbourne
9
+ - Perth
10
+ - Adelaide
11
+ - Gold Coast
12
+ - Newcastle
13
+ - Canberra
14
+ - Central Coast
15
+ - Sunshine Coast
16
+ - Wollongong
17
+ - Geelong
18
+ - Hobart
19
+ - Townsville
20
+ - Cairns
21
+ - Toowoomba
22
+ - Darwin
23
+ - Ballarat
24
+ - Bendigo
25
+ - Albury
26
+ - Launceston
27
+ - Mackay
28
+ - Rockhampton
29
+ - Bunbury
30
+ - Coffs Harbour
31
+ - Bundaberg
32
+ - Melton
33
+ - Wagga Wagga
34
+ - Hervey Bay
35
+ - MilduraWentworth
36
+ - Shepparton – Mooroopna
37
+ - Port Macquarie
38
+ - Gladstone – Tannum Sands
39
+ - Tamworth
40
+ - Traralgon – Morwell
41
+ - Orange
42
+ - Bowral – Mittagong
43
+ - Busselton
44
+ - Geraldton
45
+ - Dubbo
46
+ - NowraBomaderry
47
+ - Warragul – Drouin
48
+ - Bathurst
49
+ - Warrnambool
50
+ - Albany
51
+ - Kalgoorlie
52
+ - Devonport
53
+ - Mount Gambier
54
+ - Lismore
55
+ - Nelson Bay
56
+ animals:
57
+ - Koala
58
+ - Humpback Whale
59
+ - Australian Fur Seal
60
+ - Wallaby
61
+ - Platypus
62
+ - Kangaroo
63
+ - Wombat
64
+ - Sugar Glider
65
+ - Flying Fox
66
+ - Tasmanian Devil
67
+ - Quokka
68
+ - Dugong
69
+ - Luaner
70
+ - Echidna
71
+ - Magpie
72
+ - Cockatoo
73
+ - Tawny Frogmouth
74
+ - Galah
75
+ - Lorikeet
76
+ - Pelican
77
+ - Cassowary
78
+ - Kookaburra
79
+ - Emu
80
+ - Lyrebird
81
+ - Barramundi
82
+ - Grouper
83
+ - Murray Cod
84
+ - Green Tree Frog
85
+ - Cane Toad
86
+ - Redback Spider
87
+ - Funnel Web Spider
88
+ - Blue Ringed Octopus
89
+ - Fresh Water Crocodile
90
+ - Skink
91
+ - Thorny Devil
92
+ - King Brown Snake
93
+ - Carpet Python
94
+ - Tiger Snake
95
+ - Red Bellied Black Snake
96
+ - Blue Tongue Lizard
97
+ - Frilled Neck Lizard
98
+ - Saltwater Crocodile
99
+ - Eastern Brown Snake
100
+ states:
101
+ - New South Wales
102
+ - Queensland
103
+ - Western Australia
104
+ - Northern Territory
105
+ - South Australia
106
+ - Australian Capital Territory
107
+ - Victoria
108
+ - Tasmania
@@ -235,7 +235,7 @@ en:
235
235
  pl:
236
236
  # Poland
237
237
  length: 28
238
- bban_pattern: '\d{8}[A-Z0-9]{16}'
238
+ bban_pattern: '\d{8}\d{16}'
239
239
  ps:
240
240
  # Palestinian Territory, Occupied
241
241
  length: 29
@@ -26,7 +26,7 @@ en:
26
26
  'Skybreaker', 'Stoneward', 'Truthwatcher', 'Willshaper', 'Windrunner'
27
27
  ]
28
28
  metals: [
29
- 'Steel', 'Iron', 'Pewter', 'Tin', 'Zinc', 'Brass', 'Copper', Bronze',
29
+ 'Steel', 'Iron', 'Pewter', 'Tin', 'Zinc', 'Brass', 'Copper', 'Bronze',
30
30
  'Duralumin', 'Aluminum', 'Nicrosil', 'Chromium', 'Gold', 'Electrum',
31
31
  'Cadmium', 'Bendalloy', 'Atium', 'Lerasium', 'Ettmetal', 'Malatium'
32
32
  ]
@@ -2,10 +2,265 @@ en:
2
2
  faker:
3
3
  creature:
4
4
  dog:
5
- name: ["Buddy", "Max", "Bella", "Daisy", "Molly", "Rocky", "Lucy", "Bear", "Bailey", "Lucky", "Harley", "Maggie", "Princess", "Angel", "Charlie", "Sadie", "Jack", "Shadow", "Jake", "Coco", "Gizmo", "Chloe", "Sophie", "Toby", "Roxy", "Buster", "Ginger", "Lady", "Duke", "Baby", "Peanut", "Bandit", "Abby", "Sasha", "Lola", "Zoey", "Pepper", "Sam", "Gracie", "Sammy", "Precious", "Missy", "Riley", "Spike", "Lily", "Sassy", "Cooper", "Rusty", "Dakota", "Dixie", "Cody", "Lilly", "Zoe", "Cookie", "Chico", "Zeus", "Tucker", "Oreo", "Teddy", "Marley", "Oscar", "Honey", "Rex", "Tank", "Sugar", "Sandy", "Penny", "Tyson", "Chance", "Mia", "Diamond", "Bubba", "Blue", "Belle", "Shelby", "Rosie", "Casey", "Ruby", "Snoopy", "Cocoa", "Jasmine", "Diesel", "Patches", "Annie", "Sparky", "Taz", "Bruno", "Roxie", "Lexi", "Scooter", "Jasper", "Brutus", "Baxter", "Luna", "Snickers", "Misty", "Rascal", "Milo", "Murphy", "Bo", "Harvey"]
6
- breed: ["Affenpinscher", "African", "Airedale", "Akita", "Appenzeller", "Basenji", "Beagle", "Bluetick", "Borzoi", "Bouvier", "Boxer", "Brabancon", "Briard", "Boston Bulldog", "French Bulldog", "Staffordshire Bullterrier", "Cairn", "Chihuahua", "Chow", "Clumber", "Border Collie", "Coonhound", "Cardigan Corgi", "Dachshund", "Great Dane", "Scottish Deerhound", "Dhole", "Dingo", "Doberman", "Norwegian Elkhound", "Entlebucher", "Eskimo", "Germanshepherd", "Italian Greyhound", "Groenendael", "Ibizan Hound", "Afghan Hound", "Basset Hound", "Blood Hound", "English Hound", "Walker Hound", "Husky", "Keeshond", "Kelpie", "Komondor", "Kuvasz", "Labrador", "Leonberg", "Lhasa", "Malamute", "Malinois", "Maltese", "Bull Mastiff", "Tibetan Mastiff", "Mexicanhairless", "Bernese Mountain", "Swiss Mountain", "Newfoundland", "Otterhound", "Papillon", "Pekinese", "Pembroke", "Miniature Pinscher", "German Pointer", "Pomeranian", "Miniature Poodle", "Standard Poodle", "Toy Poodle", "Pug", "Pyrenees", "Redbone", "Chesapeake Retriever", "Curly Retriever", "Flatcoated Retriever", "Golden Retriever", "Rhodesian Ridgeback", "Rottweiler", "Saluki", "Samoyed", "Schipperke", "Giant Schnauzer", "Miniature Schnauzer", "English Setter", "Gordon Setter", "Irish Setter", "English Sheepdog", "Shetland Sheepdog", "Shiba", "Shihtzu", "Blenheim Spaniel", "Brittany Spaniel", "Cocker Spaniel", "Irish Spaniel", "Japanese Spaniel", "Sussex Spaniel", "Welsh Spaniel", "English Springer", "Stbernard", "American Terrier", "Australian Terrier", "Bedlington Terrier", "Border Terrier", "Dandie Terrier", "Fox Terrier", "Irish Terrier", "Kerryblue Terrier", "Lakeland Terrier", "Norfolk Terrier", "Norwich Terrier", "Patterdale Terrier", "Rat Terrier", "Scottish Terrier", "Sealyham Terrier", "Silky Terrier", "Tibetan Terrier", "Toy Terrier", "Westhighland Terrier", "Wheaten Terrier", "Yorkshire Terrier", "Vizsla", "Weimaraner", "Whippet", "Irish Wolfhound"]
7
- sound: ["woof", "woof woof", "bow wow", "ruff", "owooooo", "grrrrrr"]
8
- meme_phrase: ["heck no pal", "11/10", "boop the snoot", "mlem", "blep", "long boi", "thicc doggo", "big ol' pupper", "smol pupperino", "zoom", "they're good dogs Brent"]
9
- age: ["puppy", "young", "adult", "senior"]
10
- coat_length: ["hairless", "short", "medium", "long", "wire", "curly"]
11
- size: ["small", "medium", "large", "extra large"]
5
+ name:
6
+ - Buddy
7
+ - Max
8
+ - Bella
9
+ - Daisy
10
+ - Molly
11
+ - Rocky
12
+ - Lucy
13
+ - Bear
14
+ - Bailey
15
+ - Lucky
16
+ - Harley
17
+ - Maggie
18
+ - Princess
19
+ - Angel
20
+ - Charlie
21
+ - Sadie
22
+ - Jack
23
+ - Shadow
24
+ - Jake
25
+ - Coco
26
+ - Gizmo
27
+ - Chloe
28
+ - Sophie
29
+ - Toby
30
+ - Roxy
31
+ - Buster
32
+ - Ginger
33
+ - Lady
34
+ - Duke
35
+ - Baby
36
+ - Peanut
37
+ - Bandit
38
+ - Abby
39
+ - Sasha
40
+ - Lola
41
+ - Zoey
42
+ - Pepper
43
+ - Sam
44
+ - Gracie
45
+ - Sammy
46
+ - Precious
47
+ - Missy
48
+ - Riley
49
+ - Spike
50
+ - Lily
51
+ - Sassy
52
+ - Cooper
53
+ - Rusty
54
+ - Dakota
55
+ - Dixie
56
+ - Cody
57
+ - Lilly
58
+ - Zoe
59
+ - Cookie
60
+ - Chico
61
+ - Zeus
62
+ - Tucker
63
+ - Oreo
64
+ - Teddy
65
+ - Marley
66
+ - Oscar
67
+ - Honey
68
+ - Rex
69
+ - Tank
70
+ - Sugar
71
+ - Sandy
72
+ - Penny
73
+ - Tyson
74
+ - Chance
75
+ - Mia
76
+ - Diamond
77
+ - Bubba
78
+ - Blue
79
+ - Belle
80
+ - Shelby
81
+ - Rosie
82
+ - Casey
83
+ - Ruby
84
+ - Snoopy
85
+ - Cocoa
86
+ - Jasmine
87
+ - Diesel
88
+ - Patches
89
+ - Annie
90
+ - Sparky
91
+ - Taz
92
+ - Bruno
93
+ - Roxie
94
+ - Lexi
95
+ - Scooter
96
+ - Jasper
97
+ - Brutus
98
+ - Baxter
99
+ - Luna
100
+ - Snickers
101
+ - Misty
102
+ - Rascal
103
+ - Milo
104
+ - Murphy
105
+ - Bo
106
+ - Harvey
107
+ breed:
108
+ - Affenpinscher
109
+ - Africanis
110
+ - Airedale
111
+ - Akita
112
+ - Appenzeller
113
+ - Basenji
114
+ - Beagle
115
+ - Bluetick
116
+ - Borzoi
117
+ - Bouvier
118
+ - Boxer
119
+ - Brabancon
120
+ - Briard
121
+ - Boston Terrier
122
+ - French Bulldog
123
+ - Staffordshire Bullterrier
124
+ - Cairn
125
+ - Chihuahua
126
+ - Chow
127
+ - Clumber
128
+ - Border Collie
129
+ - Coonhound
130
+ - Cardigan Corgi
131
+ - Dachshund
132
+ - Great Dane
133
+ - Scottish Deerhound
134
+ - Dhole
135
+ - Dingo
136
+ - Doberman
137
+ - Norwegian Elkhound
138
+ - Entlebucher
139
+ - American Eskimo
140
+ - German Shepherd
141
+ - Italian Greyhound
142
+ - Groenendael
143
+ - Ibizan Hound
144
+ - Afghan Hound
145
+ - Basset Hound
146
+ - Bloodhound
147
+ - English Foxhound
148
+ - Treeing Walker Coonhound
149
+ - Husky
150
+ - Keeshond
151
+ - Kelpie
152
+ - Komondor
153
+ - Kuvasz
154
+ - Labrador
155
+ - Leonberger
156
+ - Lhasa
157
+ - Malamute
158
+ - Malinois
159
+ - Maltese
160
+ - Bull Mastiff
161
+ - Tibetan Mastiff
162
+ - Mexican Hairless
163
+ - Bernese Mountain
164
+ - Greater Swiss Mountain
165
+ - Newfoundland
166
+ - Otterhound
167
+ - Papillon
168
+ - Pekinese
169
+ - Pembroke
170
+ - Miniature Pinscher
171
+ - German Pointer
172
+ - Pomeranian
173
+ - Miniature Poodle
174
+ - Standard Poodle
175
+ - Toy Poodle
176
+ - Pug
177
+ - Pyrenees
178
+ - Redbone
179
+ - Chesapeake Retriever
180
+ - Curly Retriever
181
+ - Flat-Coated Retriever
182
+ - Golden Retriever
183
+ - Rhodesian Ridgeback
184
+ - Rottweiler
185
+ - Saluki
186
+ - Samoyed
187
+ - Schipperke
188
+ - Giant Schnauzer
189
+ - Miniature Schnauzer
190
+ - English Setter
191
+ - Gordon Setter
192
+ - Irish Setter
193
+ - English Sheepdog
194
+ - Shetland Sheepdog
195
+ - Shiba
196
+ - Shihtzu
197
+ - Blenheim Spaniel
198
+ - Brittany Spaniel
199
+ - Cocker Spaniel
200
+ - Irish Spaniel
201
+ - Japanese Spaniel
202
+ - Sussex Spaniel
203
+ - Welsh Spaniel
204
+ - English Springer
205
+ - Saint Bernard
206
+ - American Terrier
207
+ - Australian Terrier
208
+ - Bedlington Terrier
209
+ - Border Terrier
210
+ - Dandie Terrier
211
+ - Fox Terrier
212
+ - Irish Terrier
213
+ - Kerry Blue Terrier
214
+ - Lakeland Terrier
215
+ - Norfolk Terrier
216
+ - Norwich Terrier
217
+ - Patterdale Terrier
218
+ - Rat Terrier
219
+ - Scottish Terrier
220
+ - Sealyham Terrier
221
+ - Silky Terrier
222
+ - Tibetan Terrier
223
+ - Toy Terrier
224
+ - West Highland White
225
+ - Wheaten Terrier
226
+ - Yorkshire Terrier
227
+ - Vizsla
228
+ - Weimaraner
229
+ - Whippet
230
+ - Irish Wolfhound
231
+ sound:
232
+ - woof
233
+ - woof woof
234
+ - bow wow
235
+ - ruff
236
+ - owooooo
237
+ - grrrrrr
238
+ meme_phrase:
239
+ - heck no pal
240
+ - 11/10
241
+ - boop the snoot
242
+ - mlem
243
+ - blep
244
+ - long boi
245
+ - thicc doggo
246
+ - big ol' pupper
247
+ - smol pupperino
248
+ - zoom
249
+ - they're good dogs Brent
250
+ age:
251
+ - puppy
252
+ - young
253
+ - adult
254
+ - senior
255
+ coat_length:
256
+ - hairless
257
+ - short
258
+ - medium
259
+ - long
260
+ - wire
261
+ - curly
262
+ size:
263
+ - small
264
+ - medium
265
+ - large
266
+ - extra large