faker 2.19.0 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +346 -7
  3. data/History.md +1 -1
  4. data/README.md +198 -104
  5. data/lib/faker/blockchain/aeternity.rb +1 -1
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +1 -1
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +7 -38
  10. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  11. data/lib/faker/default/address.rb +5 -25
  12. data/lib/faker/default/alphanumeric.rb +2 -8
  13. data/lib/faker/default/app.rb +1 -10
  14. data/lib/faker/default/avatar.rb +1 -12
  15. data/lib/faker/default/bank.rb +9 -17
  16. data/lib/faker/default/boolean.rb +1 -4
  17. data/lib/faker/default/chile_rut.rb +8 -14
  18. data/lib/faker/default/code.rb +11 -24
  19. data/lib/faker/default/color.rb +77 -6
  20. data/lib/faker/default/commerce.rb +3 -17
  21. data/lib/faker/default/company.rb +23 -20
  22. data/lib/faker/default/crypto_coin.rb +3 -15
  23. data/lib/faker/default/date.rb +5 -38
  24. data/lib/faker/default/demographic.rb +1 -5
  25. data/lib/faker/default/driving_licence.rb +1 -11
  26. data/lib/faker/default/drone.rb +1 -1
  27. data/lib/faker/default/file.rb +5 -24
  28. data/lib/faker/default/finance.rb +17 -7
  29. data/lib/faker/default/food.rb +14 -1
  30. data/lib/faker/default/hipster.rb +6 -45
  31. data/lib/faker/default/id_number.rb +108 -11
  32. data/lib/faker/default/internet.rb +168 -129
  33. data/lib/faker/default/invoice.rb +4 -17
  34. data/lib/faker/default/json.rb +2 -20
  35. data/lib/faker/default/lorem.rb +20 -76
  36. data/lib/faker/default/lorem_flickr.rb +4 -32
  37. data/lib/faker/default/markdown.rb +6 -11
  38. data/lib/faker/default/marketing.rb +1 -1
  39. data/lib/faker/default/measurement.rb +16 -48
  40. data/lib/faker/default/name.rb +1 -5
  41. data/lib/faker/default/nation.rb +0 -3
  42. data/lib/faker/default/nhs.rb +2 -6
  43. data/lib/faker/default/number.rb +10 -55
  44. data/lib/faker/default/omniauth.rb +51 -41
  45. data/lib/faker/default/phone_number.rb +2 -6
  46. data/lib/faker/default/placeholdit.rb +1 -12
  47. data/lib/faker/default/relationship.rb +1 -5
  48. data/lib/faker/default/religion.rb +6 -0
  49. data/lib/faker/default/source.rb +3 -16
  50. data/lib/faker/default/string.rb +1 -8
  51. data/lib/faker/default/stripe.rb +4 -20
  52. data/lib/faker/default/time.rb +4 -34
  53. data/lib/faker/default/twitter.rb +7 -23
  54. data/lib/faker/default/types.rb +5 -27
  55. data/lib/faker/default/vehicle.rb +29 -51
  56. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  57. data/lib/faker/default/world_cup.rb +2 -11
  58. data/lib/faker/games/clash_of_clans.rb +1 -1
  59. data/lib/faker/games/dnd.rb +49 -7
  60. data/lib/faker/games/dota.rb +1 -5
  61. data/lib/faker/games/minecraft.rb +1 -1
  62. data/lib/faker/games/myst.rb +1 -1
  63. data/lib/faker/games/tarkov.rb +205 -0
  64. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  65. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  66. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  67. data/lib/faker/japanese_media/one_piece.rb +1 -1
  68. data/lib/faker/movies/avatar.rb +49 -0
  69. data/lib/faker/movies/hackers.rb +48 -0
  70. data/lib/faker/movies/star_wars.rb +1 -5
  71. data/lib/faker/movies/tron.rb +161 -0
  72. data/lib/faker/quotes/quote.rb +13 -0
  73. data/lib/faker/religion/bible.rb +50 -0
  74. data/lib/faker/sports/chess.rb +90 -0
  75. data/lib/faker/sports/mountaineering.rb +22 -0
  76. data/lib/faker/sports/sport.rb +116 -0
  77. data/lib/faker/travel/airport.rb +43 -0
  78. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  79. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  80. data/lib/faker/tv_shows/spongebob.rb +50 -0
  81. data/lib/faker/version.rb +1 -1
  82. data/lib/faker.rb +15 -64
  83. data/lib/helpers/base58.rb +1 -1
  84. data/lib/helpers/unique_generator.rb +13 -11
  85. data/lib/locales/ar.yml +6 -1
  86. data/lib/locales/bg.yml +1 -1
  87. data/lib/locales/da-DK.yml +1 -1
  88. data/lib/locales/de-AT.yml +3 -4
  89. data/lib/locales/de-CH.yml +1 -1
  90. data/lib/locales/de.yml +1 -1
  91. data/lib/locales/en/address.yml +2 -3
  92. data/lib/locales/en/airport.yml +381 -0
  93. data/lib/locales/en/australia.yml +3 -4
  94. data/lib/locales/en/avatar.yml +31 -0
  95. data/lib/locales/en/bible.yml +90 -0
  96. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  97. data/lib/locales/en/cat.yml +1 -1
  98. data/lib/locales/en/chess.yml +103 -0
  99. data/lib/locales/en/coffee.yml +1 -1
  100. data/lib/locales/en/company.yml +1 -0
  101. data/lib/locales/en/computer.yml +23 -4
  102. data/lib/locales/en/cowboy_bebop.yml +163 -0
  103. data/lib/locales/en/dnd.yml +186 -1
  104. data/lib/locales/en/dota.yml +113 -0
  105. data/lib/locales/en/file.yml +9 -1
  106. data/lib/locales/en/finance.yml +3 -1
  107. data/lib/locales/en/fma_brotherhood.yml +78 -0
  108. data/lib/locales/en/food.yml +12 -0
  109. data/lib/locales/en/game.yml +11 -0
  110. data/lib/locales/en/hackers.yml +53 -0
  111. data/lib/locales/en/heroes.yml +2 -2
  112. data/lib/locales/en/internet.yml +140 -3
  113. data/lib/locales/en/kamen_rider.yml +452 -0
  114. data/lib/locales/en/mitch_hedberg.yml +46 -0
  115. data/lib/locales/en/mountain.yml +14 -1
  116. data/lib/locales/en/mountaineering.yml +14 -0
  117. data/lib/locales/en/movie.yml +2 -1
  118. data/lib/locales/en/naruto.yml +2 -3
  119. data/lib/locales/en/one_piece.yml +1 -1
  120. data/lib/locales/en/opera.yml +1 -1
  121. data/lib/locales/en/overwatch.yml +5 -7
  122. data/lib/locales/en/source.yml +5 -0
  123. data/lib/locales/en/spongebob.yml +489 -0
  124. data/lib/locales/en/sport.yml +130 -0
  125. data/lib/locales/en/star_wars.yml +1 -1
  126. data/lib/locales/en/stranger_thing.yml +1 -1
  127. data/lib/locales/en/super_smash_bros.yml +2 -0
  128. data/lib/locales/en/tarkov.yml +593 -0
  129. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  130. data/lib/locales/en/tron.yml +227 -0
  131. data/lib/locales/en/vehicle.yml +2809 -75
  132. data/lib/locales/en-AU.yml +2 -2
  133. data/lib/locales/en-CA.yml +2 -1
  134. data/lib/locales/en-GB.yml +2 -1
  135. data/lib/locales/en-MS.yml +1 -0
  136. data/lib/locales/en-NG.yml +1 -0
  137. data/lib/locales/en-NZ.yml +1 -0
  138. data/lib/locales/en-PAK.yml +1 -0
  139. data/lib/locales/en-SG.yml +1 -0
  140. data/lib/locales/en-UG.yml +1 -0
  141. data/lib/locales/en-US.yml +2 -2
  142. data/lib/locales/en-ZA.yml +1 -1
  143. data/lib/locales/en-au-ocker.yml +2 -0
  144. data/lib/locales/es-AR.yml +3 -2
  145. data/lib/locales/es-MX.yml +1 -1
  146. data/lib/locales/es.yml +2 -2
  147. data/lib/locales/fi-FI.yml +3 -1
  148. data/lib/locales/fr/address.yml +0 -1
  149. data/lib/locales/fr/adjective.yml +266 -0
  150. data/lib/locales/fr/ancient.yml +141 -0
  151. data/lib/locales/fr-CA.yml +1 -1
  152. data/lib/locales/fr-CH.yml +1 -1
  153. data/lib/locales/hy.yml +2 -1
  154. data/lib/locales/it.yml +1 -0
  155. data/lib/locales/ja/address.yml +258 -4169
  156. data/lib/locales/ja/adjective.yml +148 -0
  157. data/lib/locales/ja/dog.yml +1 -0
  158. data/lib/locales/ja/emotion.yml +51 -0
  159. data/lib/locales/ja/lorem.yml +2 -2
  160. data/lib/locales/ja/naruto.yml +230 -0
  161. data/lib/locales/ja/relationship.yml +10 -0
  162. data/lib/locales/ja/super_mario.yml +1 -1
  163. data/lib/locales/ja/super_smash_bros.yml +8 -0
  164. data/lib/locales/ko.yml +1 -0
  165. data/lib/locales/lt.yml +34 -0
  166. data/lib/locales/lv.yml +1 -1
  167. data/lib/locales/mi-NZ.yml +283 -0
  168. data/lib/locales/nb-NO.yml +1 -0
  169. data/lib/locales/nl.yml +1 -0
  170. data/lib/locales/pl.yml +2 -2
  171. data/lib/locales/pt-BR.yml +5 -0
  172. data/lib/locales/pt.yml +1 -1
  173. data/lib/locales/ru.yml +1 -0
  174. data/lib/locales/sk.yml +1 -0
  175. data/lib/locales/sv.yml +1 -0
  176. data/lib/locales/th.yml +76 -76
  177. data/lib/locales/tr.yml +1 -0
  178. data/lib/locales/uk.yml +1 -0
  179. data/lib/locales/vi.yml +1 -0
  180. data/lib/locales/zh-CN.yml +1 -0
  181. data/lib/locales/zh-TW.yml +1 -0
  182. metadata +96 -33
  183. data/lib/faker/default/fillmurray.rb +0 -45
  184. data/lib/faker/default/lorem_pixel.rb +0 -70
  185. /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
@@ -27,7 +27,7 @@ en:
27
27
  "This is not yours to fix alone. You act like you’re all alone out there in the world, but you’re not. You’re not alone.",
28
28
  "My God, is she Russian?",
29
29
  "Maybe I’m crazy, maybe I’m out of my mind! But God help me, I will keep these lights up until the day I die if I think there’s a chance that Will’s still out there!",
30
- " Am I dreaming, or is that you, Harrington?",
30
+ "Am I dreaming, or is that you, Harrington?",
31
31
  "How do you know it’s not just a lizard?....Because his face opened up and he ate my cat!",
32
32
  "Use the shampoo and conditioner and when your hair’s damp, not wet, okay? When it’s damp, you do four puffs of the Farrah Fawcett spray.",
33
33
  "She will not be able to resist these pearls. *Purrs*",
@@ -80,6 +80,7 @@ en:
80
80
  - Simon
81
81
  - Snake
82
82
  - Sonic
83
+ - Sora
83
84
  - Squirtle
84
85
  - Steve
85
86
  - Terry
@@ -135,6 +136,7 @@ en:
135
136
  - Green Hill Zone
136
137
  - Halberd
137
138
  - Hanenbow
139
+ - Hollow Bastion
138
140
  - Hyrule Castle
139
141
  - Icicle Mountain
140
142
  - Jungle Hijinxs
@@ -0,0 +1,593 @@
1
+ en:
2
+ faker:
3
+ tarkov:
4
+ locations:
5
+ - Customs
6
+ - Factory
7
+ - Interchange
8
+ - Lighthouse
9
+ - Reserve
10
+ - Shoreline
11
+ - The Lab
12
+ - Woods
13
+ - Arena
14
+ - Private Sector
15
+ - Streets of Tarkov
16
+ - Suburbs
17
+ - Terminal
18
+ - Town
19
+ traders:
20
+ - Prapor
21
+ - Therapist
22
+ - Fence
23
+ - Skier
24
+ - Peacekeeper
25
+ - Mechanic
26
+ - Ragman
27
+ - Jaeger
28
+ weapons:
29
+ - SIG MCX
30
+ - M4A1
31
+ - HK416
32
+ - DT MDR 5.56
33
+ - HK G36
34
+ - FN SCAR-L
35
+ - AK101
36
+ - AK102
37
+ - AK(S)74(N)
38
+ - AK74M
39
+ - AK105
40
+ - AK103
41
+ - AK104
42
+ - AKM(S)(N)
43
+ - RD704
44
+ - MK47
45
+ - SAG AK Short
46
+ - SAG AK Long
47
+ - AKS74U
48
+ - AKS74UN
49
+ - AKS74UB
50
+ - RPK16
51
+ - AS VAL
52
+ - VSS
53
+ - ASH-12
54
+ - SA58
55
+ - SCAR-H
56
+ - DT MDR .308
57
+ - ADAR-2-15
58
+ - TX15
59
+ - VPO-136
60
+ - SKS
61
+ - OP-SKS
62
+ - VPO-209
63
+ - KAC SR25
64
+ - RSASS
65
+ - G28
66
+ - M1A
67
+ - SVD
68
+ - RFB
69
+ - VPO-101
70
+ - MK.18
71
+ - Stm-9
72
+ - Saiga-9
73
+ - PP19-01
74
+ - MP5
75
+ - MP5k
76
+ - MPX
77
+ - MP9(n)
78
+ - Vector 9x19
79
+ - Vector 11x43
80
+ - UMP-45
81
+ - PP-91 Kedr
82
+ - PP-9 Klin
83
+ - PP-91-01
84
+ - HK MP7A1 (A2)
85
+ - FN P90
86
+ - PPSH-41
87
+ - FN Five-Seven
88
+ - Beretta M9A3
89
+ - Glock 17
90
+ - Glock 18C
91
+ - MP443
92
+ - PL-15
93
+ - P226
94
+ - Colt M1911
95
+ - Colt M45A1
96
+ - USP .45
97
+ - SR-1MP
98
+ - PM
99
+ - PB
100
+ - APS(APB)
101
+ - TT33
102
+ - Rhino 50DS
103
+ - Rhino 200DS
104
+ - MP43
105
+ - MP133
106
+ - M870
107
+ - M590
108
+ - MP153
109
+ - MP155
110
+ - Beneli M3
111
+ - MTs-255
112
+ - Ssiga-12
113
+ - Toz-106
114
+ - MP-18
115
+ - Mosin
116
+ - VPO-215
117
+ - SV-98
118
+ - DVL-10
119
+ - Orsis T500
120
+ - Remington 700
121
+ - AXMC
122
+ - FN GL40
123
+ - NSV Utes
124
+ - AGS-30
125
+ items:
126
+ - 42 Signature Blend English Tea
127
+ - Apollo Soyuz cigarettes
128
+ - Aramid fiber fabric
129
+ - BEAR Buddy plush toy
130
+ - Can of Dr. Lupo's coffee beans
131
+ - Can of Majaica coffee beans
132
+ - Cordura polyamide fabric
133
+ - Dogtag
134
+ - Fleece fabric
135
+ - FP-100 filter absorber
136
+ - Gas mask air filter
137
+ - Malboro Cigarettes
138
+ - OFZ 30x160mm shell
139
+ - Paracord
140
+ - Press pass (issued for NoiceGuy)
141
+ - Ripstop fabric
142
+ - Strike Cigarettes
143
+ - UZRGM grenade fuze
144
+ - Water filter
145
+ - Weapon parts
146
+ - Wilston cigarettes
147
+ - Analog thermometer
148
+ - Bolts
149
+ - Corrugated hose
150
+ - Duct tape
151
+ - Insulating tape
152
+ - KEKTAPE duct tape
153
+ - Metal spare parts
154
+ - Military corrugated tube
155
+ - Pack of nails
156
+ - Pack of screws
157
+ - Piece of plexiglass
158
+ - Pressure gauge
159
+ - Screw nuts
160
+ - Shustrilo sealing foam
161
+ - Silicone tube
162
+ - Tube of Poxeram cold welding
163
+ - Xenomorph sealing foam
164
+ - Broken GPhone X smartphone
165
+ - Broken GPhone smartphone
166
+ - Broken LCD
167
+ - Bundle of wires
168
+ - Capacitors
169
+ - CPU fan
170
+ - Damaged hard drive
171
+ - DVD drive
172
+ - Electric drill
173
+ - Electric motor
174
+ - Energy-saving lamp
175
+ - Gas analyzer
176
+ - Geiger-Muller counter
177
+ - Golden 1GPhone smartphone
178
+ - Graphics card
179
+ - Iridium military thermal vision module
180
+ - Light bulb
181
+ - Magnet
182
+ - Military cable
183
+ - Military circuit board
184
+ - Military COFDM Wireless Signal Transmitter
185
+ - Military gyrotachometer
186
+ - Military power filter
187
+ - NIXXOR lens
188
+ - PC CPU
189
+ - Phase control relay
190
+ - Phased array element
191
+ - Power cord
192
+ - Power supply unit
193
+ - Printed circuit board
194
+ - Radiator helix
195
+ - RAM
196
+ - Spark plug
197
+ - T-Shaped plug
198
+ - Tetriz portable game console
199
+ - UHF RFID Reader
200
+ - Ultraviolet lamp
201
+ - USB Adapter
202
+ - Virtex programmable processor
203
+ - VPX Flash Storage Module
204
+ - Working LCD
205
+ - 6-STEN-140-M military battery
206
+ - AA Battery
207
+ - Car battery
208
+ - Cyclon rechargeable battery
209
+ - D Size battery
210
+ - GreenBat lithium battery
211
+ - Portable Powerbank
212
+ - Rechargeable battery
213
+ - Can of thermite
214
+ - Classic matches
215
+ - Crickent lighter
216
+ - Dry fuel
217
+ - Expeditionary fuel tank
218
+ - FireKlean gun lube
219
+ - Fuel conditioner
220
+ - Gunpowder "Eagle"
221
+ - Gunpowder "Hawk"
222
+ - Gunpowder "Kite"
223
+ - Hunting matches
224
+ - Metal fuel tank
225
+ - Propane tank (5L)
226
+ - SurvL Survivor Lighter
227
+ - TP-200 TNT brick
228
+ - WD-40 (400ml)
229
+ - WD-40 100ml
230
+ - Zibbo lighter
231
+ - Alkaline cleaner for heat exchangers
232
+ - Can of white salt
233
+ - Clin window cleaner
234
+ - Deadlyslob's beard oil
235
+ - LVNDMARK's rat poison
236
+ - Ortodontox toothpaste
237
+ - Ox bleach
238
+ - Pack of chlorine
239
+ - Pack of sodium bicarbonate
240
+ - PAID AntiRoach spray
241
+ - Printer paper
242
+ - Repellent
243
+ - Schaman shampoo
244
+ - Smoked Chimney drain cleaner
245
+ - Soap
246
+ - Toilet paper
247
+ - Toothpaste
248
+ - Bottle of hydrogen peroxide
249
+ - Bottle of OLOLO Multivitamins
250
+ - Bottle of saline solution
251
+ - Disposable syringe
252
+ - LEDX Skin Transilluminator
253
+ - Medical bloodset
254
+ - Medical tools
255
+ - Ophthalmoscope
256
+ - Pile of meds
257
+ - Portable defibrillator
258
+ - Awl
259
+ - Bulbex cable cutter
260
+ - Construction measuring tape
261
+ - Flat screwdriver
262
+ - Flat screwdriver (Long)
263
+ - Hand drill
264
+ - Metal cutting scissors
265
+ - Nippers
266
+ - Pipe grip wrench
267
+ - Pliers
268
+ - Pliers Elite
269
+ - Ratchet wrench
270
+ - Round pliers
271
+ - Screwdriver
272
+ - Set of files "Master"
273
+ - Sewing kit
274
+ - Toolset
275
+ - Wrench
276
+ - Antique teapot
277
+ - Antique vase
278
+ - Axel parrot figurine
279
+ - Battered antique book
280
+ - Bronze lion
281
+ - Cat figurine
282
+ - Chain with Prokill medallion
283
+ - Chainlet
284
+ - Christmas tree ornament (Red)
285
+ - Christmas tree ornament (Silver)
286
+ - Christmas tree ornament (Violet)
287
+ - Gold skull ring
288
+ - Golden egg
289
+ - Golden neck chain
290
+ - Golden rooster
291
+ - GP coin
292
+ - Horse figurine
293
+ - Loot Lord plushie
294
+ - Old firesteel
295
+ - Physical bitcoin
296
+ - Raven figurine
297
+ - Roler Submariner gold wrist watch
298
+ - Silver Badge
299
+ - Veritas guitar pick
300
+ - Wooden clock
301
+ - BakeEzy cook book
302
+ - Diary
303
+ - Intelligence folder
304
+ - Military flash drive
305
+ - SAS drive
306
+ - Secure Flash drive
307
+ - Secured magnetic tape cassette
308
+ - Slim diary
309
+ - SSD drive
310
+ - Tech manual
311
+ - Topographic survey maps
312
+ - Video cassette with the Cyborg Killer movie
313
+ factions:
314
+ - USEC
315
+ - BEAR
316
+ - Scav
317
+ - Raider
318
+ - Cultist
319
+ - Rogue
320
+ bosses:
321
+ - Big Pipe
322
+ - Birdeye
323
+ - Cultist priest
324
+ - Glukhar
325
+ - Killa
326
+ - Knight
327
+ - Reshala
328
+ - Sanitar
329
+ - Shturman
330
+ - Tagilla
331
+ quests:
332
+ prapor:
333
+ - Debut
334
+ - Search Mission
335
+ - Checking
336
+ - Shootout Picnic
337
+ - Delivery from the Past
338
+ - BP Depot
339
+ - The Bunker - Part 1
340
+ - The Bunker - Part 2
341
+ - Bad Rep Evidence
342
+ - Ice Cream Cones
343
+ - No Place for Renegades
344
+ - Documents
345
+ - Postman Pat - Part 1
346
+ - Shaking up the Teller
347
+ - The Punisher - Part 1
348
+ - The Punisher - Part 2
349
+ - The Punisher - Part 3
350
+ - The Punisher - Part 4
351
+ - The Punisher - Part 5
352
+ - The Punisher - Part 6
353
+ - Anesthesia
354
+ - Grenadier
355
+ - Insomnia
356
+ - Test Drive - Part 1
357
+ - Perfect Mediator
358
+ - Polikhim Hobo
359
+ - Regulated Materials
360
+ - Big Customer
361
+ - No Offence
362
+ - Capturing Outposts
363
+ - Intimidator
364
+ - Escort
365
+ - Easy Job - Part 1
366
+ - Easy Job - Part 2
367
+ - Our Own Land
368
+ - Reconnaissance
369
+ therapist:
370
+ - Shortage
371
+ - Operation Aquarius - Part 1
372
+ - Operation Aquarius - Part 2
373
+ - Sanitary Standards - Part 1
374
+ - Sanitary Standards - Part 2
375
+ - Painkiller
376
+ - Pharmacist
377
+ - Car Repair
378
+ - Hippocratic Oath
379
+ - Disease History
380
+ - Supply Plans
381
+ - Health Care Privacy - Part 1
382
+ - Health Care Privacy - Part 2
383
+ - Health Care Privacy - Part 3
384
+ - An Apple a Day Keeps the Doctor Away
385
+ - Health Care Privacy - Part 4
386
+ - Athlete
387
+ - Private Clinic
388
+ - Health Care Privacy - Part 5
389
+ - Decontamination Service
390
+ - General Wares
391
+ - Colleagues - Part 1
392
+ - Colleagues - Part 2
393
+ - Colleagues - Part 3
394
+ - Postman Pat - Part 2
395
+ - Out of Curiosity
396
+ - Trust Regain
397
+ - Crisis
398
+ - Seaside Vacation
399
+ - Lost Contact
400
+ - Drug Trafficking
401
+ skier:
402
+ - Supplier
403
+ - The Extortionist
404
+ - Stirrup
405
+ - What’s on the Flash Drive?
406
+ - Golden Swag
407
+ - Chemical - Part 1
408
+ - Chemical - Part 2
409
+ - Chemical - Part 3
410
+ - Chemical - Part 4
411
+ - Loyalty Buyout
412
+ - Vitamins - Part 1
413
+ - Vitamins - Part 2
414
+ - Friend from the West - Part 1
415
+ - Friend from the West - Part 2
416
+ - Informed Means Armed
417
+ - Chumming
418
+ - Silent Caliber
419
+ - Bullshit
420
+ - Setup
421
+ - Flint
422
+ - Lend-Lease - Part 1
423
+ - Kind of Sabotage
424
+ - Rigged Game
425
+ - Safe Corridor
426
+ - Night Sweep
427
+ - Long Road
428
+ - Missing Cargo
429
+ - Top Secret
430
+ peacekeeper:
431
+ - Fishing Gear
432
+ - Tigr Safari
433
+ - Scrap Metal
434
+ - Eagle Eye
435
+ - Humanitarian Supplies
436
+ - The Cult - Part 1
437
+ - The Cult - Part 2
438
+ - Spa Tour - Part 1
439
+ - Spa Tour - Part 2
440
+ - Spa Tour - Part 3
441
+ - Spa Tour - Part 4
442
+ - Spa Tour - Part 5
443
+ - Spa Tour - Part 6
444
+ - Spa Tour - Part 7
445
+ - Cargo X - Part 1
446
+ - Cargo X - Part 2
447
+ - Cargo X - Part 3
448
+ - Wet Job - Part 1
449
+ - Wet Job - Part 2
450
+ - Wet Job - Part 3
451
+ - Wet Job - Part 4
452
+ - Wet Job - Part 5
453
+ - Mentor
454
+ - Wet Job - Part 6
455
+ - The Guide
456
+ - Samples
457
+ - TerraGroup Employee
458
+ - Lend-Lease - Part 2
459
+ - Peacekeeping Mission
460
+ - Classified Technologies
461
+ - Revision - Part 1
462
+ - The Cleaner
463
+ - Special Equipment
464
+ - Cargo X - Part 4
465
+ - Counteraction
466
+ - Overpopulation
467
+ - Revision - Part 2
468
+ - Trophies
469
+ mechanic:
470
+ - Gunsmith - Part 1
471
+ - Gunsmith - Part 2
472
+ - Gunsmith - Part 3
473
+ - Gunsmith - Part 4
474
+ - Gunsmith - Part 5
475
+ - Gunsmith - Part 6
476
+ - Gunsmith - Part 7
477
+ - Gunsmith - Part 8
478
+ - Gunsmith - Part 9
479
+ - Gunsmith - Part 10
480
+ - Gunsmith - Part 11
481
+ - Gunsmith - Part 12
482
+ - Gunsmith - Part 13
483
+ - Gunsmith - Part 14
484
+ - Gunsmith - Part 15
485
+ - Gunsmith - Part 16
486
+ - Signal - Part 1
487
+ - Insider
488
+ - Signal - Part 2
489
+ - Scout
490
+ - Surplus Goods
491
+ - Back Door
492
+ - Signal - Part 3
493
+ - Signal - Part 4
494
+ - Farming - Part 1
495
+ - Farming - Part 2
496
+ - Bad Habit
497
+ - Farming - Part 3
498
+ - Farming - Part 4
499
+ - Psycho Sniper
500
+ - A Shooter Born in Heaven
501
+ - Fertilizers
502
+ - Import
503
+ - Chemistry Closet
504
+ - Calibration
505
+ - The Courier
506
+ - Corporate Secrets
507
+ - Energy Crisis
508
+ - Broadcast
509
+ ragman:
510
+ - Only Business
511
+ - Make ULTRA Great Again
512
+ - Big Sale
513
+ - A Fuel Matter
514
+ - Inventory Check
515
+ - The Blood of War - Part 1
516
+ - Dressed to Kill
517
+ - Gratitude
518
+ - Hot Delivery
519
+ - Scavenger
520
+ - Sales Night
521
+ - Database - Part 1
522
+ - Database - Part 2
523
+ - Minibus
524
+ - Sew it Good - Part 1
525
+ - The Blood of War - Part 2
526
+ - The Blood of War - Part 3
527
+ - Living High is Not a Crime - Part 2
528
+ - Sew it Good - Part 2
529
+ - The Key to Success
530
+ - No Fuss Needed
531
+ - The Stylish One
532
+ - Supervisor
533
+ - Sew it Good - Part 3
534
+ - Living High is Not a Crime - Part 1
535
+ - Sew it Good - Part 4
536
+ - Charisma Brings Success
537
+ - Textile - Part 1
538
+ - Textile - Part 2
539
+ - Long Line
540
+ - Booze
541
+ jaeger:
542
+ - Acquaintance
543
+ - The Survivalist Path - Unprotected but Dangerous
544
+ - The Survivalist Path - Thrifty
545
+ - The Survivalist Path - Zhivchik
546
+ - The Survivalist Path - Wounded Beast
547
+ - The Survivalist Path - Tough Guy
548
+ - Courtesy Visit
549
+ - Nostalgia
550
+ - The Survivalist Path - Cold Blooded
551
+ - The Survivalist Path - Junkie
552
+ - The Survivalist Path - Eagle-Owl
553
+ - The Survivalist Path - Combat Medic
554
+ - Ambulance
555
+ - The Huntsman Path - Secured Perimeter
556
+ - Reserve
557
+ - The Huntsman Path - Forest Cleaning
558
+ - The Huntsman Path - Controller
559
+ - The Huntsman Path - Evil Watchman
560
+ - Fishing Place
561
+ - The Huntsman Path - Trophy
562
+ - The Huntsman Path - Justice
563
+ - The Huntsman Path - Sellout
564
+ - The Huntsman Path - Woods Keeper
565
+ - Hunting Trip
566
+ - The Huntsman Path - Factory Chief
567
+ - The Huntsman Path - Eraser - Part 1
568
+ - The Huntsman Path - Eraser - Part 2
569
+ - The Tarkov Shooter - Part 1
570
+ - The Tarkov Shooter - Part 2
571
+ - The Tarkov Shooter - Part 3
572
+ - The Tarkov Shooter - Part 4
573
+ - The Tarkov Shooter - Part 5
574
+ - The Tarkov Shooter - Part 6
575
+ - The Tarkov Shooter - Part 7
576
+ - The Tarkov Shooter - Part 8
577
+ - Shady Business
578
+ - The Huntsman Path - Sadist
579
+ - Hunter
580
+ - Pest Control
581
+ - Swift One
582
+ - The Huntsman Path - Relentless
583
+ - The Hermit
584
+ - The Huntsman Path - Outcasts
585
+ - Stray Dogs
586
+ fence:
587
+ - Collector
588
+ - The Choice
589
+ - Compensation for Damage - Wager
590
+ - Compensation for Damage - Trust
591
+ - Compensation for Damage - Wergild
592
+ - Compensation for Damage - Barkeep
593
+ - Compensation for Damage - Collection
@@ -0,0 +1,56 @@
1
+ en:
2
+ faker:
3
+ books:
4
+ the_kingkiller_chronicle:
5
+ books:
6
+ - The Name of the Wind
7
+ - The Wise Man's Fear
8
+ - The Doors of Stone
9
+ characters:
10
+ - Abenthy
11
+ - Auri
12
+ - Bast
13
+ - Brandeur
14
+ - Bredon
15
+ - Cinder
16
+ - Denna
17
+ - Devi
18
+ - Elodin
19
+ - Felurian
20
+ - Haliax
21
+ - Kvothe
22
+ - Laurian
23
+ - Lanre
24
+ - Marten
25
+ - Master Ash
26
+ - Skarpi
27
+ - Shehyn
28
+ - Simmon
29
+ - Tehlu
30
+ - Tempi
31
+ - Vashet
32
+ - Wilem
33
+ creatures:
34
+ - Angel
35
+ - Demon
36
+ - Draccus
37
+ - Keth-Selhan
38
+ - Scrael
39
+ - Sipquick
40
+ - Skin dancer
41
+ locations:
42
+ - Ademre
43
+ - Aryen
44
+ - Baedn-Bryt
45
+ - Crosson
46
+ - Eld
47
+ - Evesdown
48
+ - Hallowfell
49
+ - Imre
50
+ - Levinshir
51
+ - Newarre
52
+ - Severen
53
+ - Tarbean
54
+ - Temerant
55
+ - Waystone Inn
56
+ - Yll