faker 2.11.0 → 2.18.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 +421 -13
- data/History.md +4 -4
- data/README.md +33 -3
- data/lib/faker.rb +28 -23
- 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/creature/bird.rb +203 -0
- 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 +17 -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 +122 -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/science.rb +26 -0
- 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/tea.rb +41 -0
- 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/witcher.rb +39 -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/music.rb +12 -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/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-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 +37 -11
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- 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/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- 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 +270 -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/lovecraft.yml +76 -6
- 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 +461 -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/science.yml +355 -3
- 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/space.yml +1 -1
- 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/tea.yml +172 -0
- 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 +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- 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 +1 -113
- data/lib/locales/fr/address.yml +21 -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 +9 -0
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -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/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -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/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +3 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +42 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +133 -24
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
data/lib/locales/en/witcher.yml
CHANGED
@@ -2,10 +2,429 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
witcher:
|
5
|
-
characters:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
5
|
+
characters:
|
6
|
+
- Triss Merigold
|
7
|
+
- Shani
|
8
|
+
- Philippa Eilhart
|
9
|
+
- Dandelion
|
10
|
+
- King Radovid
|
11
|
+
- King Foltest
|
12
|
+
- King Henselt
|
13
|
+
- King Demavend
|
14
|
+
- Zoltan Chivay
|
15
|
+
- Thaler
|
16
|
+
- Ciri
|
17
|
+
- Yennefer of Vengerberg
|
18
|
+
- Keira Metz
|
19
|
+
- Anna Strenger
|
20
|
+
- Birna Bran
|
21
|
+
- Jenge Frett
|
22
|
+
- Uma
|
23
|
+
- Vernon Roche
|
24
|
+
- Ves
|
25
|
+
- Donar an Hindar
|
26
|
+
- Dudu Biberveldt
|
27
|
+
- Emhyr van Emreis
|
28
|
+
- Emiel Regis Rohellec Terzieff-Godefroy
|
29
|
+
- Eredin
|
30
|
+
- Caranthir
|
31
|
+
- Imlerith
|
32
|
+
- Nithral
|
33
|
+
- Olgierd von Everec
|
34
|
+
- Skjall
|
35
|
+
- Sigismund Dijkstra
|
36
|
+
- Avallac'h
|
37
|
+
- Pavetta
|
38
|
+
- Whoreson Junior
|
39
|
+
- The Bloody Baron
|
40
|
+
- Johnny
|
41
|
+
- Gaunter O'Dimm
|
42
|
+
- Vilgefortz
|
43
|
+
- Iorveth
|
44
|
+
- Fringilla Vigo
|
45
|
+
- Morvran Voorhis
|
46
|
+
- Crach an Craite
|
47
|
+
- Jan Calveit
|
48
|
+
- Francesca Findabair
|
49
|
+
- Carthia van Canten
|
50
|
+
- Sabrina Glevissig
|
51
|
+
- Calanthe
|
52
|
+
- Roach
|
53
|
+
- Ermion
|
54
|
+
- Priscilla
|
55
|
+
- Margarita Laux-Antille
|
56
|
+
- Milva
|
57
|
+
- Maria Louisa La Valette
|
58
|
+
- Stefan Skellen
|
59
|
+
- Assire var Anahid
|
60
|
+
- Mousesack
|
61
|
+
- Hjalmar an Craite
|
62
|
+
- Yarpen Zigrin
|
63
|
+
- Dethmold
|
64
|
+
- Eithné
|
65
|
+
- Isengrim
|
66
|
+
- Yaevinn
|
67
|
+
- Nenneke
|
68
|
+
- Jan Natalis
|
69
|
+
- Bran an Tuirseach
|
70
|
+
- Menno Coehoorn
|
71
|
+
- Schirrú
|
72
|
+
- Milton de Peyrac-Peyran
|
73
|
+
- Vattier de Rideaux
|
74
|
+
- Palmerin de Launfal
|
75
|
+
- Tibor Eggebracht
|
76
|
+
- Esterad Thyssen
|
77
|
+
- Joachim de Wett
|
78
|
+
- Brouver Hoog
|
79
|
+
- Aglaïs
|
80
|
+
- Xarthisius
|
81
|
+
- Aelirenn
|
82
|
+
- Adam Pangratt
|
83
|
+
- Sweers
|
84
|
+
- Sheldon Skaggs
|
85
|
+
- Carduin
|
86
|
+
- Albrich
|
87
|
+
- Zyvik
|
88
|
+
- Saskia
|
89
|
+
- Sigrdrifa
|
90
|
+
- Addario Bach
|
91
|
+
witchers:
|
92
|
+
- Geralt of Rivia
|
93
|
+
- Coën
|
94
|
+
- Vesemir
|
95
|
+
- Eskel
|
96
|
+
- Lambert
|
97
|
+
- Letho of Gulet
|
98
|
+
- Ciri
|
99
|
+
- George of Kagen
|
100
|
+
- Jerome Moreau
|
101
|
+
- Auckes
|
102
|
+
- Serrit
|
103
|
+
- Kolgrim
|
104
|
+
- Ivar Evil-Eye
|
105
|
+
- Junod of Belhaven
|
106
|
+
- Gerd
|
107
|
+
schools:
|
108
|
+
- Wolf
|
109
|
+
- Griffin
|
110
|
+
- Cat
|
111
|
+
- Viper
|
112
|
+
- Manticore
|
113
|
+
- Bear
|
114
|
+
locations:
|
115
|
+
- Aedd Gynvael
|
116
|
+
- Aldersberg
|
117
|
+
- Beauclair
|
118
|
+
- Cidaris
|
119
|
+
- Cintra
|
120
|
+
- Gors Velen
|
121
|
+
- Maribor
|
122
|
+
- Novigrad
|
123
|
+
- Oxenfurt
|
124
|
+
- Tretogor
|
125
|
+
- Vengerberg
|
126
|
+
- Vizima
|
127
|
+
- Ard Carraigh
|
128
|
+
- Bremervoord
|
129
|
+
- Brugge
|
130
|
+
- Claremont
|
131
|
+
- Creyden
|
132
|
+
- Fen Aspra
|
133
|
+
- Hengfors
|
134
|
+
- Lan Exeter
|
135
|
+
- Pont Vanis
|
136
|
+
- Lyria
|
137
|
+
- Maecht
|
138
|
+
- Malleore
|
139
|
+
- Metinna
|
140
|
+
- Nilfgaard
|
141
|
+
- Neunreuth
|
142
|
+
- Rakverelin
|
143
|
+
- Rivia
|
144
|
+
- Thurn
|
145
|
+
- Acorn Bay
|
146
|
+
- Anchor
|
147
|
+
- Assengard
|
148
|
+
- Attre
|
149
|
+
- Ban Ard
|
150
|
+
- Ban Gleán
|
151
|
+
- Barefield
|
152
|
+
- Belhaven
|
153
|
+
- Blaviken
|
154
|
+
- Brenna
|
155
|
+
- Breza
|
156
|
+
- Burdorff
|
157
|
+
- Caelf
|
158
|
+
- Carreras
|
159
|
+
- Craag An
|
160
|
+
- Crinfrid
|
161
|
+
- Daevon
|
162
|
+
- Dillingen
|
163
|
+
- Dorian
|
164
|
+
- Druigh
|
165
|
+
- Dudno
|
166
|
+
- Duén Canell
|
167
|
+
- Dun Dâre
|
168
|
+
- Ellander
|
169
|
+
- Eysenlaan
|
170
|
+
- Fano
|
171
|
+
- Foam
|
172
|
+
- Forgeham
|
173
|
+
- Fox Hollow
|
174
|
+
- Ghelibol
|
175
|
+
- Glyswen
|
176
|
+
- Gulet
|
177
|
+
- Hochebuz
|
178
|
+
- Jealousy
|
179
|
+
- Kaczan
|
180
|
+
- Kagen
|
181
|
+
- Kerack
|
182
|
+
- Kernow
|
183
|
+
- Klucz
|
184
|
+
- Knotweed Meadow
|
185
|
+
- Little Marsh
|
186
|
+
- Lower Posada
|
187
|
+
- Malhoun
|
188
|
+
- Mirt
|
189
|
+
- Murivel
|
190
|
+
- New Ironworks
|
191
|
+
- Porog
|
192
|
+
- Riedbrune
|
193
|
+
- Rinde
|
194
|
+
- Roggeveen
|
195
|
+
- Tegamo
|
196
|
+
- Tigg
|
197
|
+
- Tridam
|
198
|
+
- Tyffi
|
199
|
+
- Unicorn
|
200
|
+
- Upper Posada
|
201
|
+
- Vattweir
|
202
|
+
- Vole
|
203
|
+
- White Bridge
|
204
|
+
- Zavada
|
205
|
+
- Armeria
|
206
|
+
- Baldhorn
|
207
|
+
- Ban Gleán
|
208
|
+
- Beauclair
|
209
|
+
- Bodrog
|
210
|
+
- Carcano
|
211
|
+
- Castel Ravello
|
212
|
+
- Darn Dyffra
|
213
|
+
- Darn Rowan
|
214
|
+
- Darn Ruach
|
215
|
+
- Dillingen
|
216
|
+
- Dorndal
|
217
|
+
- Drakenborg
|
218
|
+
- Fen Aspra
|
219
|
+
- Glevitzingen
|
220
|
+
- Gwendeith
|
221
|
+
- Hagge
|
222
|
+
- Houtborg
|
223
|
+
- Kaer Morhen
|
224
|
+
- Kaer Trolde
|
225
|
+
- Leyda
|
226
|
+
- Loc Grim
|
227
|
+
- Mayena
|
228
|
+
- Mirt
|
229
|
+
- Montecalvo
|
230
|
+
- Montsalvat
|
231
|
+
- Nastrog
|
232
|
+
- Razwan
|
233
|
+
- Red Binduga
|
234
|
+
- Rocayne
|
235
|
+
- Rhys-Rhun
|
236
|
+
- Riedbrune
|
237
|
+
- Rozrog
|
238
|
+
- Sarda
|
239
|
+
- Scala
|
240
|
+
- Schwemmland
|
241
|
+
- Spalla
|
242
|
+
- Stygga
|
243
|
+
- Tigg
|
244
|
+
- Vartburg
|
245
|
+
- Vedette
|
246
|
+
- Vidort
|
247
|
+
- Winneburg
|
248
|
+
- Zurbarran
|
249
|
+
- Est Haemlet
|
250
|
+
- Loc Muinne
|
251
|
+
- Shaerrawedd
|
252
|
+
quotes:
|
253
|
+
- A true witcher should never abandon poultry in distress.
|
254
|
+
- Bear! Bear! Run, you stupid piece of shit!
|
255
|
+
- Black And White
|
256
|
+
- Ciri And The White Frost
|
257
|
+
- Don't Blame Yourself
|
258
|
+
- Evil Is Evil
|
259
|
+
- First soldier you see'll kill you ... Boots. He'll kill you for your boots.
|
260
|
+
- I Can Hear Your Heart
|
261
|
+
- I run into dilemmas all the time. Situations where it's hard to judge, hard to know what's right, make a decision. This is not one of them. You disgust me. And deserve to die.
|
262
|
+
- Keep the gods out of it. Swear on your heads. Which I will take if you break your vow.
|
263
|
+
- Legend Becomes A Prophecy
|
264
|
+
- Magic Endures
|
265
|
+
- Poultry In Distress
|
266
|
+
- Save Them From Themselves
|
267
|
+
- Shut Your Trap
|
268
|
+
- Someone Worse
|
269
|
+
- Strip Men Of Their Humanity
|
270
|
+
- The Coin Has To Be Right
|
271
|
+
- The Witcher You Slew
|
272
|
+
- There's nothing behind me. I'm a witcher, I'd have heard it. Just like I can hear your heart. Which is pounding ... like a liar's.
|
273
|
+
- This Is My Story
|
274
|
+
- Time eats away at memories, distorts them. Sometimes we only remember the good ... sometimes only the bad.
|
275
|
+
- Unruly Child
|
276
|
+
- What the fuck was that?
|
277
|
+
- Where'd you complete your training? School of the Snail?
|
278
|
+
- Who taught you to fight like this? ... The witcher you slew.
|
279
|
+
- Why men throw their lives away attacking an armed witcher ... I'll never know. Something about my face?
|
280
|
+
- Wind's howling.
|
281
|
+
- Witchers were made to kill monsters. It doesn't matter who posted the notice, the coin has to be right, that's all.
|
282
|
+
- Write Your Will
|
283
|
+
- You don't need mutations to strip men of their humanity. I've seen plenty of examples.
|
284
|
+
- Just five more minutes… Is it 1358 yet? No? Then fuck off!
|
285
|
+
- Finish all your business before you die. Bid loved ones farewell. Write your will. Apologize to those you’ve wronged. Otherwise, you’ll never truly leave this world.
|
286
|
+
- Hide the wenches, Witcher's coming!!
|
287
|
+
- Oh year... the Elder Blood can be fiery
|
288
|
+
- Damn, Eskel... you got an hourglass figure
|
289
|
+
- No Lollygagin!
|
290
|
+
- You get what you get and be happy with it
|
291
|
+
- I'll stick me boot so far up yer arse your tongue'll taste like wench twat
|
292
|
+
monsters:
|
293
|
+
- Archespore
|
294
|
+
- Berserker
|
295
|
+
- Botchling
|
296
|
+
- Lubberkin
|
297
|
+
- Ulfhedinn
|
298
|
+
- Werewolf
|
299
|
+
- The Toad Prince
|
300
|
+
- Basilisk
|
301
|
+
- Cockatrice
|
302
|
+
- Forktail
|
303
|
+
- Royal Wyvern
|
304
|
+
- Shrieker
|
305
|
+
- Silver Basilisk
|
306
|
+
- Slyzard Matriarch
|
307
|
+
- Slyzard
|
308
|
+
- Dragon of Fyresdal
|
309
|
+
- Wyvern
|
310
|
+
- Djinn
|
311
|
+
- Earth Elemental
|
312
|
+
- Fire Elemental
|
313
|
+
- Gargoyle
|
314
|
+
- Golem
|
315
|
+
- Hound of the Wild Hunt
|
316
|
+
- Ice Elemental
|
317
|
+
- Pixie
|
318
|
+
- Apiarian Phantom
|
319
|
+
- Therazane
|
320
|
+
- Ekhidnae
|
321
|
+
- Erynias
|
322
|
+
- Griffin
|
323
|
+
- Harpy
|
324
|
+
- Melusine
|
325
|
+
- Opinicus
|
326
|
+
- Salma
|
327
|
+
- Siren
|
328
|
+
- Succubus
|
329
|
+
- Arachas
|
330
|
+
- Arachnomorph
|
331
|
+
- Endrega Drone
|
332
|
+
- Endrega Warrior
|
333
|
+
- Endrega Worker
|
334
|
+
- Giant Centipede
|
335
|
+
- Kikimore
|
336
|
+
- Kikimore Worker
|
337
|
+
- Pale Widow
|
338
|
+
- Abaya
|
339
|
+
- Alghoul
|
340
|
+
- Drowner
|
341
|
+
- Foglet
|
342
|
+
- Ghoul
|
343
|
+
- Grave Hag
|
344
|
+
- Ignis Fatuus
|
345
|
+
- Mourntart
|
346
|
+
- Mucknixer
|
347
|
+
- Rotfiend
|
348
|
+
- Scurver
|
349
|
+
- Spotted Wight
|
350
|
+
- Water Hag
|
351
|
+
- Wight
|
352
|
+
- Cloud Giant
|
353
|
+
- Cyclopse
|
354
|
+
- Golyat
|
355
|
+
- Hagubman
|
356
|
+
- Ice Giant
|
357
|
+
- Ice Troll
|
358
|
+
- Nekker
|
359
|
+
- Rock Troll
|
360
|
+
- Wham-a-Wham
|
361
|
+
- Chort
|
362
|
+
- Crone
|
363
|
+
- Doppler
|
364
|
+
- Fiend
|
365
|
+
- Fugas
|
366
|
+
- Godling
|
367
|
+
- Grottore
|
368
|
+
- Howler
|
369
|
+
- Imp
|
370
|
+
- Kernun
|
371
|
+
- Leshen
|
372
|
+
- Morvudd
|
373
|
+
- Shaelmaar
|
374
|
+
- Spriggan
|
375
|
+
- Sylvan
|
376
|
+
- The Caretaker
|
377
|
+
- Barghests
|
378
|
+
- Ethereal
|
379
|
+
- Hym
|
380
|
+
- Longlocks
|
381
|
+
- Nightwraith
|
382
|
+
- Noonwraith
|
383
|
+
- Penitent
|
384
|
+
- Plague Maiden
|
385
|
+
- Umbra
|
386
|
+
- Wraith
|
387
|
+
- Alp
|
388
|
+
- Bruxa
|
389
|
+
- Ekimmara
|
390
|
+
- Gael
|
391
|
+
- Garkain
|
392
|
+
- Higher Vampire
|
393
|
+
- Katakan
|
394
|
+
signs:
|
395
|
+
- Aard
|
396
|
+
- Igni
|
397
|
+
- Yrden
|
398
|
+
- Quen
|
399
|
+
- Axii
|
400
|
+
- Heliotrop
|
401
|
+
potions:
|
402
|
+
- Cat
|
403
|
+
- Healing brew
|
404
|
+
- Gadwall
|
405
|
+
- Tawny Owl
|
406
|
+
- Wolf
|
407
|
+
- Rook
|
408
|
+
- Swallow
|
409
|
+
- Golden Oriole
|
410
|
+
- Tiara
|
411
|
+
- Stammelford's philtre
|
412
|
+
- Maribor Forest
|
413
|
+
- Lapwing
|
414
|
+
- Virga
|
415
|
+
- White Raffard's Decoction
|
416
|
+
- Brock
|
417
|
+
- Petri's Philter
|
418
|
+
- Thunderbolt
|
419
|
+
- Mongoose
|
420
|
+
- Visionary's potion
|
421
|
+
- Anabolic steroids
|
422
|
+
books:
|
423
|
+
- The Last Wish
|
424
|
+
- Sword of Destiny
|
425
|
+
- Blood of Elves
|
426
|
+
- Time of Contempt
|
427
|
+
- Baptism of Fire
|
428
|
+
- The Tower of the Swallow
|
429
|
+
- The Lady of the Lake
|
430
|
+
- Season of Storms
|
@@ -2,7 +2,125 @@ en:
|
|
2
2
|
faker:
|
3
3
|
games:
|
4
4
|
world_of_warcraft:
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
heros:
|
6
|
+
- Gul'dan
|
7
|
+
- Durotan
|
8
|
+
- Khadgar
|
9
|
+
- Orgrim Doomhammer
|
10
|
+
- Medivh
|
11
|
+
- Blackhand
|
12
|
+
- Anduin Lothar
|
13
|
+
- Garona Halforcen
|
14
|
+
- Antonidas
|
15
|
+
- King Llane Wrynn
|
16
|
+
- Moroes
|
17
|
+
- Lady Taria
|
18
|
+
- Jaina Proudmoore
|
19
|
+
- Illidan Stormrage
|
20
|
+
- Kael'thas Sunstrider
|
21
|
+
- Archimonde
|
22
|
+
- Kil'jaeden
|
23
|
+
- Mannoroth
|
24
|
+
- Ner'zhul
|
25
|
+
- Sargeras
|
26
|
+
- Balnazzar
|
27
|
+
- Magtheridon
|
28
|
+
- Mal'Ganis
|
29
|
+
- Brann Bronzebeard
|
30
|
+
- Muradin Bronzebeard
|
31
|
+
- Sylvanas Windrunner
|
32
|
+
- Malfurion Stormrage
|
33
|
+
- Millhouse Manastorm
|
34
|
+
- Anduin Lothar
|
35
|
+
- Arthas Menthil
|
36
|
+
- Bolvar Fordragon
|
37
|
+
- Uther the Lightbringer
|
38
|
+
- Varian Wrynn
|
39
|
+
quotes:
|
40
|
+
- An'u belore delen'na.
|
41
|
+
- Anaria Shola.
|
42
|
+
- Bal'a dash, malanore.
|
43
|
+
- Glory to the Sin'dorei.
|
44
|
+
- Our enemies will fall!
|
45
|
+
- State your business.
|
46
|
+
- The dark times will pass.
|
47
|
+
- The Eternal Sun guides us.
|
48
|
+
- Victory lies ahead!
|
49
|
+
- We will persevere!
|
50
|
+
- What business have you?
|
51
|
+
- Death to all who oppose us!
|
52
|
+
- Hold your head high.
|
53
|
+
- Keep your wits about you.
|
54
|
+
- Remember the Sunwell.
|
55
|
+
- Sela'ma ashal'anore!
|
56
|
+
- Shorel'aran.
|
57
|
+
- Stay the course
|
58
|
+
- The reckoning is at hand!
|
59
|
+
- Time is of the essence.
|
60
|
+
- We will have justice!
|
61
|
+
- Ah, you have a death wish.
|
62
|
+
- I do not suffer fools easily.
|
63
|
+
- I had little patience to begin with!
|
64
|
+
- Mind yourself.
|
65
|
+
- Not very intelligent, are you?
|
66
|
+
- Run away pest!
|
67
|
+
- These are dark times indeed.
|
68
|
+
- Why do you linger?
|
69
|
+
- You waste my time.
|
70
|
+
- Choose wisely.
|
71
|
+
- Do not loiter.
|
72
|
+
- Everything has a price.
|
73
|
+
- I have one of a kind items.
|
74
|
+
- What do you seek?
|
75
|
+
- Your gold is welcome here.
|
76
|
+
- Glory to the Sin'dorei.
|
77
|
+
- State your Business!
|
78
|
+
- Anu'belore Dela'na.
|
79
|
+
- The Eternal Sun guides us.
|
80
|
+
- What Business have you?
|
81
|
+
- Victory lies ahead.
|
82
|
+
- Our enemies will fall.
|
83
|
+
- Anaria'shoala.
|
84
|
+
- You waste my time.
|
85
|
+
- I had little patience to begin with.
|
86
|
+
- It is a wonder you have lived this long.
|
87
|
+
- Ah, you have a death wish.
|
88
|
+
- I sell only the finest goods.
|
89
|
+
- Your gold is welcome here.
|
90
|
+
- Everything has a price.
|
91
|
+
- Do not loiter.
|
92
|
+
class_names:
|
93
|
+
- Death Knight
|
94
|
+
- Demon Hunter
|
95
|
+
- Druid
|
96
|
+
- Hunter
|
97
|
+
- Mage
|
98
|
+
- Monk
|
99
|
+
- Paladin
|
100
|
+
- Priest
|
101
|
+
- Rogue
|
102
|
+
- Shaman
|
103
|
+
- Warlock
|
104
|
+
- Warrior
|
105
|
+
races:
|
106
|
+
- Draenei
|
107
|
+
- Dwarf
|
108
|
+
- Gnome
|
109
|
+
- Human
|
110
|
+
- Night elf
|
111
|
+
- Worgen
|
112
|
+
- Void elf
|
113
|
+
- Lightforged
|
114
|
+
- Dark Iron
|
115
|
+
- Kul Tiran
|
116
|
+
- Pandaren
|
117
|
+
- Blood elf
|
118
|
+
- Goblin
|
119
|
+
- Orc
|
120
|
+
- Tauren
|
121
|
+
- Troll
|
122
|
+
- Undead
|
123
|
+
- Nightborne
|
124
|
+
- Highmountain
|
125
|
+
- Mag'har
|
126
|
+
- Zandalari
|