faker 2.15.1 → 3.4.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +848 -34
- data/README.md +225 -103
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +9 -41
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +7 -27
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +25 -17
- data/lib/faker/default/barcode.rb +33 -22
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +71 -42
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +31 -17
- data/lib/faker/default/company.rb +137 -22
- data/lib/faker/default/crypto.rb +26 -4
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +20 -18
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +5 -22
- data/lib/faker/default/finance.rb +30 -7
- data/lib/faker/default/food.rb +27 -1
- data/lib/faker/default/hipster.rb +8 -48
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +175 -27
- data/lib/faker/default/internet.rb +333 -114
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +4 -21
- data/lib/faker/default/lorem.rb +175 -73
- data/lib/faker/default/lorem_flickr.rb +4 -37
- data/lib/faker/default/markdown.rb +10 -13
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
- data/lib/faker/default/number.rb +33 -61
- data/lib/faker/default/omniauth.rb +55 -52
- data/lib/faker/default/phone_number.rb +36 -21
- data/lib/faker/default/placeholdit.rb +10 -20
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +3 -3
- data/lib/faker/default/string.rb +1 -7
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +12 -34
- data/lib/faker/default/vehicle.rb +44 -54
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/locations/australia.rb +52 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +73 -5
- data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/smashing_pumpkins.rb +64 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
- 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/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- 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/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/deprecator.rb +53 -0
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -14
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -2
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -27
- data/lib/locales/de-CH.yml +4328 -12
- data/lib/locales/de.yml +7185 -99
- data/lib/locales/ee.yml +0 -1
- data/lib/locales/en/address.yml +1826 -562
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +1 -1
- 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/chess.yml +103 -0
- 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/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/dota.yml +173 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/finance.yml +27 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/harry_potter.yml +1 -1
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/id_number.yml +1 -1
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +2 -2
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +7 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -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/{room.yml → the_room.yml} +1 -1
- data/lib/locales/en/{show.yml → theater.yml} +1 -1
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-AU.yml +718 -47
- data/lib/locales/en-CA.yml +373 -18
- data/lib/locales/en-GB.yml +116 -8
- data/lib/locales/en-IND.yml +1259 -17
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -17
- data/lib/locales/en-NEP.yml +212 -38
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1153 -123
- data/lib/locales/en-PAK.yml +369 -10
- data/lib/locales/en-SG.yml +581 -16
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +6914 -74
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +266 -22
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1 -2
- data/lib/locales/es.yml +2 -3
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -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 +4 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +22 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +2733 -44
- data/lib/locales/fr-CH.yml +1 -2
- data/lib/locales/fr.yml +2 -118
- data/lib/locales/hy.yml +3624 -119
- data/lib/locales/id.yml +839 -12
- data/lib/locales/it.yml +1304 -32
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/adjective.yml +148 -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 +6 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/football.yml +115 -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/naruto.yml +230 -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/relationship.yml +10 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/sport.yml +130 -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/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +1361 -20
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1 -2
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -29
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/pl.yml +1 -2
- data/lib/locales/pt-BR.yml +8157 -660
- data/lib/locales/pt.yml +844 -45
- data/lib/locales/ru.yml +1355 -32
- data/lib/locales/sk.yml +4410 -43
- data/lib/locales/sv.yml +100 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -2
- data/lib/locales/uk.yml +1808 -44
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +134 -133
- data/History.md +0 -176
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -69
- data/lib/locales/ja.yml +0 -105
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
data/lib/locales/en/dog.yml
CHANGED
|
@@ -2,10 +2,265 @@ en:
|
|
|
2
2
|
faker:
|
|
3
3
|
creature:
|
|
4
4
|
dog:
|
|
5
|
-
name:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
data/lib/locales/en/dota.yml
CHANGED
|
@@ -2,17 +2,70 @@ en:
|
|
|
2
2
|
faker:
|
|
3
3
|
games:
|
|
4
4
|
dota:
|
|
5
|
+
building:
|
|
6
|
+
- Tower
|
|
7
|
+
- Barrack
|
|
8
|
+
- Ancient
|
|
9
|
+
- Fountain
|
|
10
|
+
- Effigy
|
|
11
|
+
- Outpost
|
|
5
12
|
hero:
|
|
6
13
|
- Abaddon
|
|
7
14
|
- Alchemist
|
|
15
|
+
- Ancient Apparition
|
|
16
|
+
- Anti-Mage
|
|
17
|
+
- Arc Warden
|
|
8
18
|
- Axe
|
|
19
|
+
- Bane
|
|
20
|
+
- Batrider
|
|
9
21
|
- Beastmaster
|
|
22
|
+
- Bloodseeker
|
|
23
|
+
- Bounty Hunter
|
|
10
24
|
- Brewmaster
|
|
11
25
|
- Bristleback
|
|
26
|
+
- Broodmother
|
|
12
27
|
- Centaur Warrunner
|
|
13
28
|
- Chaos Knight
|
|
29
|
+
- Chen
|
|
30
|
+
- Clinkz
|
|
14
31
|
- Clockwerk
|
|
32
|
+
- Crystal Maiden
|
|
33
|
+
- Dark Seer
|
|
34
|
+
- Dark Willow
|
|
35
|
+
- Dawnbreaker
|
|
36
|
+
- Dazzle
|
|
37
|
+
- Death Prophet
|
|
38
|
+
- Disruptor
|
|
39
|
+
- Doom
|
|
40
|
+
- Dragon Knight
|
|
41
|
+
- Drow Ranger
|
|
42
|
+
- Earth Spirit
|
|
43
|
+
- Earthshaker
|
|
44
|
+
- Elder Titan
|
|
45
|
+
- Huskar
|
|
46
|
+
- Io
|
|
47
|
+
- Kunkka
|
|
48
|
+
- Legion Commander
|
|
49
|
+
- Lifestealer
|
|
50
|
+
- Lycan
|
|
51
|
+
- Magnus
|
|
15
52
|
- Meepo
|
|
53
|
+
- Night Stalker
|
|
54
|
+
- Omniknight
|
|
55
|
+
- Phoenix
|
|
56
|
+
- Pudge
|
|
57
|
+
- Sand King
|
|
58
|
+
- Slardar
|
|
59
|
+
- Spirit Breaker
|
|
60
|
+
- Sven
|
|
61
|
+
- Tidehunter
|
|
62
|
+
- Timbersaw
|
|
63
|
+
- Tiny
|
|
64
|
+
- Treant Protector
|
|
65
|
+
- Tusk
|
|
66
|
+
- Underlord
|
|
67
|
+
- Undying
|
|
68
|
+
- Wraith King
|
|
16
69
|
abaddon:
|
|
17
70
|
quote:
|
|
18
71
|
- You have called death upon yourself.
|
|
@@ -24,6 +77,23 @@ en:
|
|
|
24
77
|
- Easy now, this stuff is explosive!
|
|
25
78
|
- Better living through alchemy!
|
|
26
79
|
- Tell the ogre you're sorry.
|
|
80
|
+
ancient_apparition:
|
|
81
|
+
quote:
|
|
82
|
+
- Behold the apparition.
|
|
83
|
+
- Time to break the ice!
|
|
84
|
+
- I look again upon the cold light of day.
|
|
85
|
+
anti_mage:
|
|
86
|
+
quote:
|
|
87
|
+
- Truth compels me.
|
|
88
|
+
- I bring an end to magic.
|
|
89
|
+
- They who live by the wand shall die by my blade.
|
|
90
|
+
- It is not magic brings me back, but purity of will!
|
|
91
|
+
arc_warden:
|
|
92
|
+
quote:
|
|
93
|
+
- Matter has been split from its intended form. These must be made to unite.
|
|
94
|
+
- None escape the Self.
|
|
95
|
+
- These fools must learn what they stand against.
|
|
96
|
+
- Mercy is yours, for the end comes.
|
|
27
97
|
axe:
|
|
28
98
|
quote:
|
|
29
99
|
- Let the carnage begin.
|
|
@@ -32,11 +102,37 @@ en:
|
|
|
32
102
|
- Feel the axe of Axe!
|
|
33
103
|
- What happened? Axe happened!
|
|
34
104
|
- No business but war. No family but death. No mercy but the grave!
|
|
105
|
+
bane:
|
|
106
|
+
quote:
|
|
107
|
+
- Your Nightmare is here.
|
|
108
|
+
- Nightmares, follow me into the light.
|
|
109
|
+
- Knock knees and blood run cold!
|
|
110
|
+
- I dreamt a field of war…and woke to find myself upon it.
|
|
111
|
+
batrider:
|
|
112
|
+
quote:
|
|
113
|
+
- Death from above!
|
|
114
|
+
- One forest fire coming up!
|
|
115
|
+
- I'll have the brisket. My hoss'll have your head.
|
|
116
|
+
- You wanna play rough? All right, we'll play rough.
|
|
35
117
|
beastmaster:
|
|
36
118
|
quote:
|
|
37
119
|
- Meet your master…snuhg… beastmaster.
|
|
38
120
|
- I'm a natural disaster.
|
|
39
121
|
- A death not fit for man or beast.
|
|
122
|
+
bloodseeker:
|
|
123
|
+
quote:
|
|
124
|
+
- The search for blood begins.
|
|
125
|
+
- For the Flayed Twins, I seek blood.
|
|
126
|
+
- Enough hide and seek.
|
|
127
|
+
- Don't be negative...be positive!
|
|
128
|
+
bounty_hunter:
|
|
129
|
+
quote:
|
|
130
|
+
- There's a price on all their heads.
|
|
131
|
+
- No job is too big, no fee is too big.
|
|
132
|
+
- My blades will do the talking.
|
|
133
|
+
- Just business, nothing personal.
|
|
134
|
+
- Was there a bounty on me?
|
|
135
|
+
- It was just business before. Now it's personal.
|
|
40
136
|
brewmaster:
|
|
41
137
|
quote:
|
|
42
138
|
- I fight any thing in the house.
|
|
@@ -47,11 +143,22 @@ en:
|
|
|
47
143
|
- Time to mash some faces, I'd say.
|
|
48
144
|
- A good bashing, never hurt nobody.
|
|
49
145
|
- I'm more than a pretty face.
|
|
146
|
+
broodmother:
|
|
147
|
+
quote:
|
|
148
|
+
- The spider comes.
|
|
149
|
+
- You're not afraid of spiders, are you?
|
|
150
|
+
- I could kill you with five eyes closed.
|
|
151
|
+
- My enemies will pay with their liquified guts.
|
|
50
152
|
centaur:
|
|
51
153
|
quote:
|
|
52
154
|
- Long shall my name be remembered.
|
|
53
155
|
- I don't always wear a saddlebag, but when I do, I put this one in it.
|
|
54
156
|
- Hurts you more than it hurts me.
|
|
157
|
+
centaur_warrunner:
|
|
158
|
+
quote:
|
|
159
|
+
- Long shall my name be remembered.
|
|
160
|
+
- I don't always wear a saddlebag, but when I do, I put this one in it.
|
|
161
|
+
- Hurts you more than it hurts me.
|
|
55
162
|
chaos_knight:
|
|
56
163
|
quote:
|
|
57
164
|
- All that is light shall be cast in darkness.
|
|
@@ -59,11 +166,71 @@ en:
|
|
|
59
166
|
- We descend into chaos.
|
|
60
167
|
- The light shall be blackened, and chaos shall reign.
|
|
61
168
|
- Chaos is Fun…damental.
|
|
169
|
+
chen:
|
|
170
|
+
quote:
|
|
171
|
+
- The Inquisitor has arrived.
|
|
172
|
+
- The persecution starts now!
|
|
173
|
+
- Only the penitent can be forgiven.
|
|
174
|
+
- God taketh whom he loveth best.
|
|
175
|
+
- In the name of Obelis, I fight again.
|
|
176
|
+
clinkz:
|
|
177
|
+
quote:
|
|
178
|
+
- A light to guide my way. A light to burn my foes.
|
|
179
|
+
- Clink goes my bones.
|
|
180
|
+
- It's time for your cremation.
|
|
181
|
+
- I've already paid my pound of flesh.
|
|
182
|
+
- The furnace of my heart cannot be quenched.
|
|
62
183
|
clockwerk:
|
|
63
184
|
quote:
|
|
64
185
|
- I've a mind like a steel trap, and the physique to go with it!
|
|
65
186
|
- What time is it? It's killing time.
|
|
66
187
|
- A good offense is the best armor. Good armor is also good armor.
|
|
188
|
+
crystal_maiden:
|
|
189
|
+
quote:
|
|
190
|
+
- Who calls the Crystal Maiden?
|
|
191
|
+
- Behold the scourge of Icewrack!
|
|
192
|
+
- Swift as the wolves of Icewrack...
|
|
193
|
+
- You're dead and that's a cold hard fact.
|
|
194
|
+
- Once burned, ice shy...
|
|
195
|
+
dark_seer:
|
|
196
|
+
quote:
|
|
197
|
+
- From the land behind the wall, I come.
|
|
198
|
+
- Speed is the heart of battle.
|
|
199
|
+
- Face your enemy, face yourself.
|
|
200
|
+
- Your life, much like your head, lacked a point.
|
|
201
|
+
- Death is a wall I have overleapt.
|
|
202
|
+
dark_willow:
|
|
203
|
+
quote:
|
|
204
|
+
- Are you ready to have some fun, ya?
|
|
205
|
+
- No one will forget the name Mireska
|
|
206
|
+
- A little mischief never killed anyone... well, you I guess.
|
|
207
|
+
- Jex... whaddya say we find who did that and rip their eyes out?
|
|
208
|
+
dawnbreaker:
|
|
209
|
+
quote:
|
|
210
|
+
- Darkness fears the break of dawn!
|
|
211
|
+
- I was created to serve, but today I choose this fight.
|
|
212
|
+
- The first stars burned and faded into nothingness. Followed by countless more. I remain. And my hammer swings true.
|
|
213
|
+
- Even at a fraction of my best, I outshine you immeasurably.
|
|
214
|
+
- One must always remember that the sun also rises.
|
|
215
|
+
dazzle:
|
|
216
|
+
quote:
|
|
217
|
+
- Dazzle!
|
|
218
|
+
- Where my shadow falls, there falls my foe.
|
|
219
|
+
- You're under my protection.
|
|
220
|
+
- Resurrection comes easily to a Shadow Priest!
|
|
221
|
+
death_prophet:
|
|
222
|
+
quote:
|
|
223
|
+
- Who dares recall me from the grave?
|
|
224
|
+
- The doors of death open wide.
|
|
225
|
+
- You merely sipped at life. Now drink deep of death.
|
|
226
|
+
- The grave calls me back.
|
|
227
|
+
- Death is such a tease.
|
|
228
|
+
disruptor:
|
|
229
|
+
quote:
|
|
230
|
+
- The Stormcrafter comes!
|
|
231
|
+
- According to the forecast, this one is in the bag!
|
|
232
|
+
- Where you're going, the weather doesn't change.
|
|
233
|
+
- The storm charges my coil again.
|
|
67
234
|
doom:
|
|
68
235
|
quote:
|
|
69
236
|
- Face your demons.
|
|
@@ -77,6 +244,12 @@ en:
|
|
|
77
244
|
- Live by the sword, die by the dragon.
|
|
78
245
|
- Good night, Sven. I mean bad knight. [Talking to Sven]
|
|
79
246
|
- Never make a deal with a dragon, unless you're prepared to keep your end of it.
|
|
247
|
+
drow_ranger:
|
|
248
|
+
quote:
|
|
249
|
+
- My quiver and bow are ready!
|
|
250
|
+
- I thought they warned you not to speak with rangers.
|
|
251
|
+
- Autumn leaves for a deathbed.
|
|
252
|
+
- Faster than an arrow's flight.
|
|
80
253
|
earth_spirit:
|
|
81
254
|
quote:
|
|
82
255
|
- Body is flesh, but spirit immortal.
|