faker 1.8.2 → 2.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (615) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +1756 -10
  3. data/History.md +4 -4
  4. data/License.txt +2 -2
  5. data/README.md +328 -111
  6. data/bin/faker +5 -0
  7. data/lib/faker/blockchain/aeternity.rb +70 -0
  8. data/lib/faker/blockchain/bitcoin.rb +60 -0
  9. data/lib/faker/blockchain/ethereum.rb +26 -0
  10. data/lib/faker/blockchain/tezos.rb +135 -0
  11. data/lib/faker/books/book.rb +61 -0
  12. data/lib/faker/books/culture_series.rb +83 -0
  13. data/lib/faker/books/dune.rb +132 -0
  14. data/lib/faker/books/lovecraft.rb +280 -0
  15. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  16. data/lib/faker/creature/animal.rb +22 -0
  17. data/lib/faker/creature/bird.rb +203 -0
  18. data/lib/faker/creature/cat.rb +50 -0
  19. data/lib/faker/creature/dog.rb +115 -0
  20. data/lib/faker/creature/horse.rb +37 -0
  21. data/lib/faker/default/address.rb +368 -0
  22. data/lib/faker/default/adjective.rb +35 -0
  23. data/lib/faker/default/alphanumeric.rb +73 -0
  24. data/lib/faker/default/ancient.rb +59 -0
  25. data/lib/faker/default/app.rb +77 -0
  26. data/lib/faker/default/appliance.rb +33 -0
  27. data/lib/faker/default/artist.rb +20 -0
  28. data/lib/faker/default/avatar.rb +60 -0
  29. data/lib/faker/default/bank.rb +207 -0
  30. data/lib/faker/default/barcode.rb +165 -0
  31. data/lib/faker/default/beer.rb +113 -0
  32. data/lib/faker/default/blood.rb +48 -0
  33. data/lib/faker/default/boolean.rb +26 -0
  34. data/lib/faker/default/bossa_nova.rb +33 -0
  35. data/lib/faker/default/business.rb +50 -0
  36. data/lib/faker/default/camera.rb +46 -0
  37. data/lib/faker/default/cannabis.rb +135 -0
  38. data/lib/faker/default/chile_rut.rb +102 -0
  39. data/lib/faker/default/chuck_norris.rb +25 -0
  40. data/lib/faker/default/code.rb +282 -0
  41. data/lib/faker/default/coffee.rb +82 -0
  42. data/lib/faker/default/coin.rb +33 -0
  43. data/lib/faker/default/color.rb +79 -0
  44. data/lib/faker/default/commerce.rb +171 -0
  45. data/lib/faker/default/company.rb +579 -0
  46. data/lib/faker/default/compass.rb +202 -0
  47. data/lib/faker/default/computer.rb +63 -0
  48. data/lib/faker/default/construction.rb +83 -0
  49. data/lib/faker/default/cosmere.rb +138 -0
  50. data/lib/faker/default/crypto.rb +61 -0
  51. data/lib/faker/default/crypto_coin.rb +94 -0
  52. data/lib/faker/default/currency.rb +46 -0
  53. data/lib/faker/default/date.rb +186 -0
  54. data/lib/faker/default/dc_comics.rb +70 -0
  55. data/lib/faker/default/demographic.rb +98 -0
  56. data/lib/faker/default/dessert.rb +48 -0
  57. data/lib/faker/default/device.rb +85 -0
  58. data/lib/faker/default/driving_licence.rb +131 -0
  59. data/lib/faker/default/drone.rb +332 -0
  60. data/lib/faker/default/educator.rb +102 -0
  61. data/lib/faker/default/electrical_components.rb +48 -0
  62. data/lib/faker/default/emotion.rb +33 -0
  63. data/lib/faker/default/esport.rb +72 -0
  64. data/lib/faker/default/file.rb +100 -0
  65. data/lib/faker/default/fillmurray.rb +45 -0
  66. data/lib/faker/default/finance.rb +116 -0
  67. data/lib/faker/default/food.rb +126 -0
  68. data/lib/faker/default/funny_name.rb +90 -0
  69. data/lib/faker/default/gender.rb +46 -0
  70. data/lib/faker/default/greek_philosophers.rb +33 -0
  71. data/lib/faker/default/hacker.rb +103 -0
  72. data/lib/faker/default/hipster.rb +194 -0
  73. data/lib/faker/default/hobby.rb +22 -0
  74. data/lib/faker/default/house.rb +33 -0
  75. data/lib/faker/default/id_number.rb +418 -0
  76. data/lib/faker/default/industry_segments.rb +61 -0
  77. data/lib/faker/default/internet.rb +629 -0
  78. data/lib/faker/default/internet_http.rb +48 -0
  79. data/lib/faker/default/invoice.rb +136 -0
  80. data/lib/faker/default/job.rb +61 -0
  81. data/lib/faker/default/json.rb +143 -0
  82. data/lib/faker/default/kpop.rb +85 -0
  83. data/lib/faker/default/lorem.rb +302 -0
  84. data/lib/faker/default/lorem_flickr.rb +138 -0
  85. data/lib/faker/default/lorem_pixel.rb +70 -0
  86. data/lib/faker/default/markdown.rb +175 -0
  87. data/lib/faker/default/marketing.rb +22 -0
  88. data/lib/faker/default/measurement.rb +207 -0
  89. data/lib/faker/default/military.rb +98 -0
  90. data/lib/faker/default/mountain.rb +33 -0
  91. data/lib/faker/default/name.rb +156 -0
  92. data/lib/faker/default/nation.rb +73 -0
  93. data/lib/faker/default/nato_phonetic_alphabet.rb +20 -0
  94. data/lib/faker/default/nhs.rb +57 -0
  95. data/lib/faker/default/number.rb +289 -0
  96. data/lib/faker/default/omniauth.rb +505 -0
  97. data/lib/faker/default/phone_number.rb +137 -0
  98. data/lib/faker/default/placeholdit.rb +63 -0
  99. data/lib/faker/default/programming_language.rb +33 -0
  100. data/lib/faker/default/relationship.rb +91 -0
  101. data/lib/faker/default/religion.rb +6 -0
  102. data/lib/faker/default/restaurant.rb +63 -0
  103. data/lib/faker/default/science.rb +154 -0
  104. data/lib/faker/default/slack_emoji.rb +124 -0
  105. data/lib/faker/default/source.rb +76 -0
  106. data/lib/faker/default/south_africa.rb +141 -0
  107. data/lib/faker/default/space.rb +191 -0
  108. data/lib/faker/default/string.rb +63 -0
  109. data/lib/faker/default/stripe.rb +142 -0
  110. data/lib/faker/default/subscription.rb +70 -0
  111. data/lib/faker/default/superhero.rb +72 -0
  112. data/lib/faker/default/tea.rb +41 -0
  113. data/lib/faker/default/team.rb +74 -0
  114. data/lib/faker/default/time.rb +177 -0
  115. data/lib/faker/default/twitter.rb +223 -0
  116. data/lib/faker/default/types.rb +182 -0
  117. data/lib/faker/default/university.rb +75 -0
  118. data/lib/faker/default/vehicle.rb +355 -0
  119. data/lib/faker/default/verb.rb +72 -0
  120. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  121. data/lib/faker/default/world_cup.rb +86 -0
  122. data/lib/faker/fantasy/tolkien.rb +67 -0
  123. data/lib/faker/games/clash_of_clans.rb +48 -0
  124. data/lib/faker/games/control.rb +113 -0
  125. data/lib/faker/games/dnd.rb +136 -0
  126. data/lib/faker/games/dota.rb +93 -0
  127. data/lib/faker/games/elder_scrolls.rb +139 -0
  128. data/lib/faker/games/fallout.rb +62 -0
  129. data/lib/faker/games/game.rb +48 -0
  130. data/lib/faker/games/half_life.rb +48 -0
  131. data/lib/faker/games/heroes.rb +61 -0
  132. data/lib/faker/games/heroes_of_the_storm.rb +72 -0
  133. data/lib/faker/games/league_of_legends.rb +87 -0
  134. data/lib/faker/games/minecraft.rb +113 -0
  135. data/lib/faker/games/myst.rb +74 -0
  136. data/lib/faker/games/overwatch.rb +48 -0
  137. data/lib/faker/games/pokemon.rb +48 -0
  138. data/lib/faker/games/sonic_the_hedgehog.rb +48 -0
  139. data/lib/faker/games/street_fighter.rb +61 -0
  140. data/lib/faker/games/super_mario.rb +48 -0
  141. data/lib/faker/games/super_smash_bros.rb +35 -0
  142. data/lib/faker/games/touhou.rb +75 -0
  143. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  144. data/lib/faker/games/witcher.rb +126 -0
  145. data/lib/faker/games/world_of_warcraft.rb +60 -0
  146. data/lib/faker/games/zelda.rb +62 -0
  147. data/lib/faker/japanese_media/conan.rb +48 -0
  148. data/lib/faker/japanese_media/doraemon.rb +48 -0
  149. data/lib/faker/japanese_media/dragon_ball.rb +48 -0
  150. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  151. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  152. data/lib/faker/japanese_media/naruto.rb +61 -0
  153. data/lib/faker/japanese_media/one_piece.rb +87 -0
  154. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  155. data/lib/faker/japanese_media/sword_art_online.rb +61 -0
  156. data/lib/faker/locations/australia.rb +47 -0
  157. data/lib/faker/movies/back_to_the_future.rb +49 -0
  158. data/lib/faker/movies/departed.rb +49 -0
  159. data/lib/faker/movies/ghostbusters.rb +49 -0
  160. data/lib/faker/movies/harry_potter.rb +87 -0
  161. data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +106 -0
  162. data/lib/faker/movies/hobbit.rb +62 -0
  163. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  164. data/lib/faker/movies/lebowski.rb +48 -0
  165. data/lib/faker/movies/lord_of_the_rings.rb +49 -0
  166. data/lib/faker/movies/movie.rb +33 -0
  167. data/lib/faker/movies/princess_bride.rb +36 -0
  168. data/lib/faker/movies/room.rb +63 -0
  169. data/lib/faker/movies/star_wars.rb +273 -0
  170. data/lib/faker/movies/tron.rb +161 -0
  171. data/lib/faker/movies/v_for_vendetta.rb +50 -0
  172. data/lib/faker/music/grateful_dead.rb +37 -0
  173. data/lib/faker/music/hiphop.rb +48 -0
  174. data/lib/faker/music/music.rb +145 -0
  175. data/lib/faker/music/opera.rb +298 -0
  176. data/lib/faker/music/pearl_jam.rb +50 -0
  177. data/lib/faker/music/phish.rb +48 -0
  178. data/lib/faker/music/prince.rb +64 -0
  179. data/lib/faker/music/rock_band.rb +34 -0
  180. data/lib/faker/music/rush.rb +37 -0
  181. data/lib/faker/music/show.rb +49 -0
  182. data/lib/faker/music/umphreys_mcgee.rb +22 -0
  183. data/lib/faker/quotes/chiquito.rb +80 -0
  184. data/lib/faker/quotes/quote.rb +111 -0
  185. data/lib/faker/quotes/rajnikanth.rb +27 -0
  186. data/lib/faker/quotes/shakespeare.rb +111 -0
  187. data/lib/faker/religion/bible.rb +50 -0
  188. data/lib/faker/sports/basketball.rb +61 -0
  189. data/lib/faker/sports/football.rb +74 -0
  190. data/lib/faker/sports/mountaineering.rb +22 -0
  191. data/lib/faker/sports/sport.rb +110 -0
  192. data/lib/faker/sports/volleyball.rb +74 -0
  193. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +37 -0
  194. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  195. data/lib/faker/tv_shows/bojack_horseman.rb +51 -0
  196. data/lib/faker/tv_shows/breaking_bad.rb +37 -0
  197. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  198. data/lib/faker/tv_shows/buffy.rb +89 -0
  199. data/lib/faker/tv_shows/community.rb +38 -0
  200. data/lib/faker/tv_shows/dr_who.rb +115 -0
  201. data/lib/faker/tv_shows/dumb_and_dumber.rb +51 -0
  202. data/lib/faker/tv_shows/family_guy.rb +51 -0
  203. data/lib/faker/tv_shows/final_space.rb +51 -0
  204. data/lib/faker/tv_shows/friends.rb +50 -0
  205. data/lib/faker/tv_shows/futurama.rb +65 -0
  206. data/lib/faker/tv_shows/game_of_thrones.rb +77 -0
  207. data/lib/faker/tv_shows/hey_arnold.rb +50 -0
  208. data/lib/faker/tv_shows/how_i_met_your_mother.rb +64 -0
  209. data/lib/faker/tv_shows/michael_scott.rb +23 -0
  210. data/lib/faker/tv_shows/new_girl.rb +38 -0
  211. data/lib/faker/tv_shows/parks_and_rec.rb +37 -0
  212. data/lib/faker/tv_shows/rick_and_morty.rb +51 -0
  213. data/lib/faker/tv_shows/ru_paul.rb +37 -0
  214. data/lib/faker/tv_shows/seinfeld.rb +51 -0
  215. data/lib/faker/tv_shows/silicon_valley.rb +118 -0
  216. data/lib/faker/tv_shows/simpsons.rb +65 -0
  217. data/lib/faker/tv_shows/south_park.rb +38 -0
  218. data/lib/faker/tv_shows/star_trek.rb +63 -0
  219. data/lib/faker/tv_shows/stargate.rb +51 -0
  220. data/lib/faker/tv_shows/stranger_things.rb +38 -0
  221. data/lib/faker/tv_shows/suits.rb +37 -0
  222. data/lib/faker/tv_shows/supernatural.rb +48 -0
  223. data/lib/faker/tv_shows/the_expanse.rb +63 -0
  224. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +64 -0
  225. data/lib/faker/tv_shows/the_it_crowd.rb +64 -0
  226. data/lib/faker/tv_shows/the_office.rb +37 -0
  227. data/lib/faker/tv_shows/the_thick_of_it.rb +51 -0
  228. data/lib/faker/tv_shows/twin_peaks.rb +51 -0
  229. data/lib/faker/tv_shows/venture_bros.rb +65 -0
  230. data/lib/faker/version.rb +4 -2
  231. data/lib/faker.rb +166 -66
  232. data/lib/helpers/base58.rb +22 -0
  233. data/lib/helpers/char.rb +37 -20
  234. data/lib/helpers/unique_generator.rb +34 -6
  235. data/lib/locales/README.md +40 -0
  236. data/lib/locales/ar.yml +106 -0
  237. data/lib/locales/bg.yml +5 -2
  238. data/lib/locales/ca-CAT.yml +1 -1
  239. data/lib/locales/ca.yml +2 -4
  240. data/lib/locales/da-DK.yml +10 -6
  241. data/lib/locales/de-AT.yml +14 -5
  242. data/lib/locales/de-CH.yml +1696 -1
  243. data/lib/locales/de.yml +27 -13
  244. data/lib/locales/ee.yml +61 -0
  245. data/lib/locales/en/address.yml +553 -4
  246. data/lib/locales/en/adjective.yml +179 -0
  247. data/lib/locales/en/ancient.yml +7 -0
  248. data/lib/locales/en/animal.yml +6 -0
  249. data/lib/locales/en/app.yml +8 -0
  250. data/lib/locales/en/appliance.yml +5 -0
  251. data/lib/locales/en/aqua_teen_hunger_force.yml +36 -0
  252. data/lib/locales/en/artist.yml +4 -0
  253. data/lib/locales/en/australia.yml +107 -0
  254. data/lib/locales/en/back_to_the_future.yml +120 -0
  255. data/lib/locales/en/bank.yml +302 -0
  256. data/lib/locales/en/barcode.yml +24 -0
  257. data/lib/locales/en/basketball.yml +99 -0
  258. data/lib/locales/en/beer.yml +9 -0
  259. data/lib/locales/en/bible.yml +90 -0
  260. data/lib/locales/en/big_bang_theory.yml +38 -0
  261. data/lib/locales/en/bird.yml +1281 -0
  262. data/lib/locales/en/blood.yml +13 -0
  263. data/lib/locales/en/bojack_horseman.yml +6 -0
  264. data/lib/locales/en/book.yml +491 -0
  265. data/lib/locales/en/bossa_nova.yml +6 -0
  266. data/lib/locales/en/breaking_bad.yml +28 -0
  267. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  268. data/lib/locales/en/buffy.yml +260 -0
  269. data/lib/locales/en/business.yml +5 -0
  270. data/lib/locales/en/camera.yml +611 -0
  271. data/lib/locales/en/cannabis.yml +13 -0
  272. data/lib/locales/en/cat.yml +7 -0
  273. data/lib/locales/en/chiquito.yml +64 -0
  274. data/lib/locales/en/chuck_norris.yml +82 -0
  275. data/lib/locales/en/clash_of_clan.yml +101 -0
  276. data/lib/locales/en/code.yml +4 -0
  277. data/lib/locales/en/coffee.yml +31 -0
  278. data/lib/locales/en/coin.yml +6 -0
  279. data/lib/locales/en/color.yml +4 -0
  280. data/lib/locales/en/commerce.yml +28 -0
  281. data/lib/locales/en/community.yml +33 -0
  282. data/lib/locales/en/company.yml +22 -0
  283. data/lib/locales/en/compass.yml +34 -0
  284. data/lib/locales/en/computer.yml +55 -0
  285. data/lib/locales/en/conan.yml +171 -0
  286. data/lib/locales/en/construction.yml +425 -0
  287. data/lib/locales/en/control.yml +247 -0
  288. data/lib/locales/en/cosmere.yml +57 -0
  289. data/lib/locales/en/crypto_coin.yml +25 -0
  290. data/lib/locales/en/culture_series.yml +307 -0
  291. data/lib/locales/en/currency.yml +6 -0
  292. data/lib/locales/en/dc_comics.yml +52 -0
  293. data/lib/locales/en/demographic.yml +221 -0
  294. data/lib/locales/en/departed.yml +50 -0
  295. data/lib/locales/en/dessert.yml +6 -0
  296. data/lib/locales/en/device.yml +115 -0
  297. data/lib/locales/en/dnd.yml +451 -0
  298. data/lib/locales/en/dog.yml +11 -0
  299. data/lib/locales/en/doraemon.yml +286 -0
  300. data/lib/locales/en/dota.yml +693 -0
  301. data/lib/locales/en/dr_who.yml +31 -9
  302. data/lib/locales/en/dragon_ball.yml +246 -0
  303. data/lib/locales/en/driving_license.yml +181 -0
  304. data/lib/locales/en/drone.yml +95 -0
  305. data/lib/locales/en/dumb_and_dumber.yml +59 -0
  306. data/lib/locales/en/dune.yml +298 -0
  307. data/lib/locales/en/educator.yml +80 -0
  308. data/lib/locales/en/elder_scrolls.yml +585 -0
  309. data/lib/locales/en/electrical_components.yml +6 -0
  310. data/lib/locales/en/emotion.yml +480 -0
  311. data/lib/locales/en/esport.yml +8 -0
  312. data/lib/locales/en/fallout.yml +315 -0
  313. data/lib/locales/en/file.yml +13 -0
  314. data/lib/locales/en/final_space.yml +37 -0
  315. data/lib/locales/en/finance.yml +189 -0
  316. data/lib/locales/en/fma_brotherhood.yml +78 -0
  317. data/lib/locales/en/food.yml +1057 -0
  318. data/lib/locales/en/football.yml +8 -0
  319. data/lib/locales/en/fresh_prince_of_bel_air.yml +73 -0
  320. data/lib/locales/en/friends.yml +6 -0
  321. data/lib/locales/en/funny_name.yml +4 -0
  322. data/lib/locales/en/futurama.yml +344 -0
  323. data/lib/locales/en/game.yml +294 -0
  324. data/lib/locales/en/game_of_thrones.yml +8 -0
  325. data/lib/locales/en/gender.yml +6 -0
  326. data/lib/locales/en/ghostbusters.yml +91 -0
  327. data/lib/locales/en/grateful_dead.yml +48 -0
  328. data/lib/locales/en/greek_philosophers.yml +26 -0
  329. data/lib/locales/en/hacker.yml +8 -0
  330. data/lib/locales/en/half_life.yml +88 -0
  331. data/lib/locales/en/harry_potter.yml +9 -0
  332. data/lib/locales/en/heroes.yml +411 -0
  333. data/lib/locales/en/heroes_of_the_storm.yml +134 -0
  334. data/lib/locales/en/hey_arnold.yml +24 -0
  335. data/lib/locales/en/hipster.yml +4 -0
  336. data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +45 -0
  337. data/lib/locales/en/hobby.yml +171 -0
  338. data/lib/locales/en/horse.yml +6 -0
  339. data/lib/locales/en/house.yml +5 -0
  340. data/lib/locales/en/how_i_met_your_mother.yml +28 -0
  341. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  342. data/lib/locales/en/id_number.yml +5 -0
  343. data/lib/locales/en/industry_segments.yml +7 -0
  344. data/lib/locales/en/internet.yml +137 -3
  345. data/lib/locales/en/invoice.yml +6 -0
  346. data/lib/locales/en/jack_handey.yml +54 -0
  347. data/lib/locales/en/job.yml +15 -0
  348. data/lib/locales/en/kamen_rider.yml +452 -0
  349. data/lib/locales/en/kpop.yml +83 -0
  350. data/lib/locales/en/league_of_legends.yml +289 -0
  351. data/lib/locales/en/lebowski.yml +43 -0
  352. data/lib/locales/en/lorem.yml +11 -0
  353. data/lib/locales/en/lovecraft.yml +76 -6
  354. data/lib/locales/en/markdown.yml +5 -0
  355. data/lib/locales/en/marketing.yml +4 -0
  356. data/lib/locales/en/measurement.yml +11 -0
  357. data/lib/locales/en/michael_scott.yml +45 -0
  358. data/lib/locales/en/military.yml +182 -0
  359. data/lib/locales/en/minecraft.yml +663 -0
  360. data/lib/locales/en/mountain.yml +171 -0
  361. data/lib/locales/en/mountaineering.yml +14 -0
  362. data/lib/locales/en/movie.yml +194 -2
  363. data/lib/locales/en/music.yml +464 -0
  364. data/lib/locales/en/myst.yml +104 -0
  365. data/lib/locales/en/name.yml +26 -0
  366. data/lib/locales/en/naruto.yml +230 -0
  367. data/lib/locales/en/nation.yml +11 -0
  368. data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
  369. data/lib/locales/en/new_girl.yml +40 -0
  370. data/lib/locales/en/one_piece.yml +9 -0
  371. data/lib/locales/en/opera.yml +340 -0
  372. data/lib/locales/en/overwatch.yml +2654 -0
  373. data/lib/locales/en/parks_and_rec.yml +7 -0
  374. data/lib/locales/en/pearl_jam.yml +213 -0
  375. data/lib/locales/en/phish.yml +395 -0
  376. data/lib/locales/en/phone_number.yml +7 -0
  377. data/lib/locales/en/pokemon.yml +421 -0
  378. data/lib/locales/en/prince.yml +227 -0
  379. data/lib/locales/en/princess_bride.yml +5 -0
  380. data/lib/locales/en/programming_language.yml +6 -0
  381. data/lib/locales/en/quote.yml +695 -0
  382. data/lib/locales/en/rajnikanth.yml +77 -0
  383. data/lib/locales/en/relationship.yml +10 -0
  384. data/lib/locales/en/restaurant.yml +129 -0
  385. data/lib/locales/en/rock_band.yml +5 -0
  386. data/lib/locales/en/room.yml +68 -0
  387. data/lib/locales/en/rupaul.yml +125 -0
  388. data/lib/locales/en/rush.yml +32 -0
  389. data/lib/locales/en/science.yml +484 -0
  390. data/lib/locales/en/seinfeld.yml +6 -0
  391. data/lib/locales/en/shakespeare.yml +53 -0
  392. data/lib/locales/en/show.yml +597 -0
  393. data/lib/locales/en/silicon_valley.yml +53 -0
  394. data/lib/locales/en/simpsons.yml +694 -0
  395. data/lib/locales/en/slack_emoji.yml +20 -0
  396. data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
  397. data/lib/locales/en/source.yml +46 -0
  398. data/lib/locales/en/south_park.yml +5 -0
  399. data/lib/locales/en/space.yml +17 -0
  400. data/lib/locales/en/sport.yml +121 -0
  401. data/lib/locales/en/star_trek.yml +7 -0
  402. data/lib/locales/en/star_wars.yml +606 -0
  403. data/lib/locales/en/stargate.yml +21 -0
  404. data/lib/locales/en/stranger_thing.yml +36 -0
  405. data/lib/locales/en/street_fighter.yml +1524 -0
  406. data/lib/locales/en/stripe.yml +42 -0
  407. data/lib/locales/en/studio_ghibli.yml +107 -0
  408. data/lib/locales/en/subscription.yml +8 -0
  409. data/lib/locales/en/suits.yml +45 -0
  410. data/lib/locales/en/super_mario.yml +58 -0
  411. data/lib/locales/en/super_smash_bros.yml +223 -0
  412. data/lib/locales/en/superhero.yml +12 -0
  413. data/lib/locales/en/supernatural.yml +141 -0
  414. data/lib/locales/en/sword_art_online.yml +334 -0
  415. data/lib/locales/en/tea.yml +172 -0
  416. data/lib/locales/en/team.yml +8 -0
  417. data/lib/locales/en/the_expanse.yml +7 -0
  418. data/lib/locales/en/the_it_crowd.yml +155 -0
  419. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  420. data/lib/locales/en/the_office.yml +86 -0
  421. data/lib/locales/en/the_thick_of_it.yml +6 -0
  422. data/lib/locales/en/tolkien.yml +2453 -0
  423. data/lib/locales/en/touhou.yml +839 -0
  424. data/lib/locales/en/tron.yml +227 -0
  425. data/lib/locales/en/twin_peaks.yml +6 -0
  426. data/lib/locales/en/umphreys_mcgee.yml +4 -0
  427. data/lib/locales/en/university.yml +10 -0
  428. data/lib/locales/en/v_for_vendetta.yml +163 -0
  429. data/lib/locales/en/vehicle.yml +2814 -0
  430. data/lib/locales/en/venture_bros.yml +7 -0
  431. data/lib/locales/en/verbs.yml +8 -0
  432. data/lib/locales/en/volleyball.yml +501 -0
  433. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  434. data/lib/locales/en/witcher.yml +430 -0
  435. data/lib/locales/en/world_cup.yml +271 -0
  436. data/lib/locales/en/world_of_warcraft.yml +126 -0
  437. data/lib/locales/en/yoda.yml +4 -0
  438. data/lib/locales/en/zelda.yml +966 -0
  439. data/lib/locales/en-AU.yml +50 -8
  440. data/lib/locales/en-CA.yml +27 -2
  441. data/lib/locales/en-GB.yml +2 -1
  442. data/lib/locales/en-IND.yml +5 -2
  443. data/lib/locales/en-MS.yml +10 -1
  444. data/lib/locales/en-NEP.yml +6 -3
  445. data/lib/locales/en-NG.yml +2 -0
  446. data/lib/locales/en-NZ.yml +140 -17
  447. data/lib/locales/en-PAK.yml +4 -2
  448. data/lib/locales/en-SG.yml +6 -1
  449. data/lib/locales/en-TH.yml +360 -0
  450. data/lib/locales/en-US.yml +38 -10
  451. data/lib/locales/en-ZA.yml +114 -17
  452. data/lib/locales/en-au-ocker.yml +2 -1
  453. data/lib/locales/en.yml +0 -746
  454. data/lib/locales/es-AR.yml +4600 -0
  455. data/lib/locales/es-MX.yml +17 -1
  456. data/lib/locales/es.yml +75 -1
  457. data/lib/locales/fa.yml +6 -0
  458. data/lib/locales/fi-FI.yml +12 -6
  459. data/lib/locales/fr/address.yml +21 -0
  460. data/lib/locales/fr/adjective.yml +266 -0
  461. data/lib/locales/fr/animal.yml +5 -0
  462. data/lib/locales/fr/appliance.yml +4 -0
  463. data/lib/locales/fr/book.yml +7 -0
  464. data/lib/locales/fr/color.yml +4 -0
  465. data/lib/locales/fr/company.yml +17 -0
  466. data/lib/locales/fr/compass.yml +23 -0
  467. data/lib/locales/fr/demographic.yml +4 -0
  468. data/lib/locales/fr/gender.yml +6 -0
  469. data/lib/locales/fr/internet.yml +5 -0
  470. data/lib/locales/fr/lorem.yml +5 -0
  471. data/lib/locales/fr/measurement.yml +7 -0
  472. data/lib/locales/fr/name.yml +21 -0
  473. data/lib/locales/fr/phone_number.yml +7 -0
  474. data/lib/locales/fr/pokemon.yml +7 -0
  475. data/lib/locales/fr-CA.yml +107 -0
  476. data/lib/locales/fr-CH.yml +78 -0
  477. data/lib/locales/fr.yml +1 -65
  478. data/lib/locales/he.yml +2 -0
  479. data/lib/locales/hy.yml +411 -0
  480. data/lib/locales/id.yml +7 -2
  481. data/lib/locales/it.yml +15 -3
  482. data/lib/locales/ja/README.md +13 -0
  483. data/lib/locales/ja/address.yml +120539 -0
  484. data/lib/locales/ja/adjective.yml +148 -0
  485. data/lib/locales/ja/ancient.yml +4 -0
  486. data/lib/locales/ja/animal.yml +5 -0
  487. data/lib/locales/ja/bank.yml +4 -0
  488. data/lib/locales/ja/book.yml +7 -0
  489. data/lib/locales/ja/cat.yml +5 -0
  490. data/lib/locales/ja/coffee.yml +4 -0
  491. data/lib/locales/ja/color.yml +4 -0
  492. data/lib/locales/ja/commerce.yml +11 -0
  493. data/lib/locales/ja/company.yml +8 -0
  494. data/lib/locales/ja/dog.yml +6 -0
  495. data/lib/locales/ja/emotion.yml +51 -0
  496. data/lib/locales/ja/food.yml +4 -0
  497. data/lib/locales/ja/gender.yml +4 -0
  498. data/lib/locales/ja/lorem.yml +9 -0
  499. data/lib/locales/ja/name.yml +13 -0
  500. data/lib/locales/ja/naruto.yml +230 -0
  501. data/lib/locales/ja/overwatch.yml +5 -0
  502. data/lib/locales/ja/phone_number.yml +7 -0
  503. data/lib/locales/ja/pokemon.yml +7 -0
  504. data/lib/locales/ja/relationship.yml +10 -0
  505. data/lib/locales/ja/restaurant.yml +11 -0
  506. data/lib/locales/ja/space.yml +5 -0
  507. data/lib/locales/ja/studio_ghibli.yml +112 -0
  508. data/lib/locales/ja/subscription.yml +8 -0
  509. data/lib/locales/ja/super_mario.yml +9 -0
  510. data/lib/locales/ja/super_smash_bros.yml +8 -0
  511. data/lib/locales/ja/university.yml +9 -0
  512. data/lib/locales/ja/zelda.yml +5 -0
  513. data/lib/locales/ko.yml +98 -3
  514. data/lib/locales/lt.yml +35 -0
  515. data/lib/locales/lv.yml +55 -0
  516. data/lib/locales/mi-NZ.yml +281 -0
  517. data/lib/locales/nb-NO.yml +15 -6
  518. data/lib/locales/nl.yml +13 -4
  519. data/lib/locales/no.yml +7 -0
  520. data/lib/locales/pl.yml +13 -2
  521. data/lib/locales/pt-BR.yml +657 -17
  522. data/lib/locales/pt.yml +16 -6
  523. data/lib/locales/ru.yml +54 -5
  524. data/lib/locales/sk.yml +21 -13
  525. data/lib/locales/sv.yml +15 -7
  526. data/lib/locales/th.yml +380 -0
  527. data/lib/locales/tr.yml +14 -0
  528. data/lib/locales/uk.yml +17 -4
  529. data/lib/locales/vi.yml +7 -2
  530. data/lib/locales/zh-CN.yml +10 -4
  531. data/lib/locales/zh-TW.yml +3 -1
  532. metadata +620 -98
  533. data/lib/extensions/array.rb +0 -22
  534. data/lib/extensions/symbol.rb +0 -9
  535. data/lib/faker/address.rb +0 -67
  536. data/lib/faker/ancient.rb +0 -21
  537. data/lib/faker/app.rb +0 -18
  538. data/lib/faker/artist.rb +0 -9
  539. data/lib/faker/avatar.rb +0 -15
  540. data/lib/faker/bank.rb +0 -31
  541. data/lib/faker/beer.rb +0 -40
  542. data/lib/faker/bitcoin.rb +0 -48
  543. data/lib/faker/book.rb +0 -23
  544. data/lib/faker/boolean.rb +0 -9
  545. data/lib/faker/business.rb +0 -22
  546. data/lib/faker/cat.rb +0 -19
  547. data/lib/faker/chuck_norris.rb +0 -11
  548. data/lib/faker/code.rb +0 -147
  549. data/lib/faker/coffee.rb +0 -29
  550. data/lib/faker/color.rb +0 -30
  551. data/lib/faker/commerce.rb +0 -64
  552. data/lib/faker/company.rb +0 -141
  553. data/lib/faker/compass.rb +0 -65
  554. data/lib/faker/crypto.rb +0 -19
  555. data/lib/faker/date.rb +0 -78
  556. data/lib/faker/demographic.rb +0 -35
  557. data/lib/faker/dessert.rb +0 -19
  558. data/lib/faker/dr_who.rb +0 -34
  559. data/lib/faker/dragon_ball.rb +0 -9
  560. data/lib/faker/educator.rb +0 -23
  561. data/lib/faker/esport.rb +0 -25
  562. data/lib/faker/family_guy.rb +0 -17
  563. data/lib/faker/file.rb +0 -24
  564. data/lib/faker/fillmurray.rb +0 -14
  565. data/lib/faker/finance.rb +0 -28
  566. data/lib/faker/food.rb +0 -21
  567. data/lib/faker/friends.rb +0 -17
  568. data/lib/faker/funny_name.rb +0 -43
  569. data/lib/faker/game_of_thrones.rb +0 -25
  570. data/lib/faker/hacker.rb +0 -45
  571. data/lib/faker/harry_potter.rb +0 -21
  572. data/lib/faker/hey_arnold.rb +0 -17
  573. data/lib/faker/hipster.rb +0 -59
  574. data/lib/faker/hitchhikers_guide_to_the_galaxy.rb +0 -33
  575. data/lib/faker/hobbit.rb +0 -21
  576. data/lib/faker/how_i_met_your_mother.rb +0 -21
  577. data/lib/faker/id_number.rb +0 -36
  578. data/lib/faker/internet.rb +0 -178
  579. data/lib/faker/job.rb +0 -16
  580. data/lib/faker/league_of_legends.rb +0 -29
  581. data/lib/faker/lord_of_the_rings.rb +0 -13
  582. data/lib/faker/lorem.rb +0 -68
  583. data/lib/faker/lorem_pixel.rb +0 -21
  584. data/lib/faker/lovecraft.rb +0 -73
  585. data/lib/faker/markdown.rb +0 -66
  586. data/lib/faker/matz.rb +0 -9
  587. data/lib/faker/movie.rb +0 -9
  588. data/lib/faker/music.rb +0 -33
  589. data/lib/faker/name.rb +0 -42
  590. data/lib/faker/number.rb +0 -86
  591. data/lib/faker/omniauth.rb +0 -340
  592. data/lib/faker/overwatch.rb +0 -17
  593. data/lib/faker/phone_number.rb +0 -44
  594. data/lib/faker/placeholdit.rb +0 -20
  595. data/lib/faker/pokemon.rb +0 -17
  596. data/lib/faker/rick_and_morty.rb +0 -17
  597. data/lib/faker/robin.rb +0 -9
  598. data/lib/faker/rock_band.rb +0 -9
  599. data/lib/faker/rupaul.rb +0 -11
  600. data/lib/faker/shakespeare.rb +0 -83
  601. data/lib/faker/simpsons.rb +0 -22
  602. data/lib/faker/slack_emoji.rb +0 -43
  603. data/lib/faker/space.rb +0 -58
  604. data/lib/faker/star_trek.rb +0 -21
  605. data/lib/faker/star_wars.rb +0 -80
  606. data/lib/faker/superhero.rb +0 -25
  607. data/lib/faker/team.rb +0 -24
  608. data/lib/faker/time.rb +0 -51
  609. data/lib/faker/twin_peaks.rb +0 -17
  610. data/lib/faker/twitter.rb +0 -172
  611. data/lib/faker/university.rb +0 -20
  612. data/lib/faker/vehicle.rb +0 -37
  613. data/lib/faker/yoda.rb +0 -10
  614. data/lib/faker/zelda.rb +0 -18
  615. data/lib/locales/ja.yml +0 -46
@@ -0,0 +1,2654 @@
1
+ en:
2
+ faker:
3
+ games:
4
+ overwatch:
5
+ heroes:
6
+ - Ana
7
+ - Ashe
8
+ - Baptiste
9
+ - Bastion
10
+ - Brigitte
11
+ - D.va
12
+ - Doomfist
13
+ - Genji
14
+ - Hanzo
15
+ - Junkrat
16
+ - Lucio
17
+ - McCree
18
+ - Mei
19
+ - Mercy
20
+ - Moira
21
+ - Orisa
22
+ - Pharah
23
+ - Reaper
24
+ - Reinhardt
25
+ - Roadhog
26
+ - Sigma
27
+ - Soldier 76
28
+ - Sombra
29
+ - Symmetra
30
+ - Torbjorn
31
+ - Tracer
32
+ - Widowmaker
33
+ - Winston
34
+ - Wrecking Ball
35
+ - Zarya
36
+ - Zenyatta
37
+ locations:
38
+ - Adlersbrunn
39
+ - Ayutthaya
40
+ - Black Forest
41
+ - Blizzard World
42
+ - Busan
43
+ - Busan Stadium
44
+ - Castillo
45
+ - Château Guillard
46
+ - Dorado
47
+ - 'Ecopoint: Antarctica'
48
+ - Eichenwalde
49
+ - Hanamura
50
+ - Estádio das Rãs
51
+ - Hanamura
52
+ - Havana
53
+ - Hollywood
54
+ - Horizon Lunar Colony
55
+ - Ilios
56
+ - Junkertown
57
+ - King's Row
58
+ - Lijiang Tower
59
+ - Necropolis
60
+ - Nepal
61
+ - Numbani
62
+ - Oasis
63
+ - Paris
64
+ - Petra
65
+ - Rialto
66
+ - Route 66
67
+ - Temple of Anubis
68
+ - Volskaya Industries
69
+ - 'Watchpoint: Gibraltar'
70
+ quotes:
71
+ - Get back in the fight
72
+ - I have you covered
73
+ - I have your back
74
+ - Take your medicine
75
+ - Watching your back
76
+ - Go to sleep
77
+ - Sleep
78
+ - "(Arabic) Sleep (Male)"
79
+ - "(Arabic) Sleep (Female)"
80
+ - Lights out
81
+ - Oh, you look tired
82
+ - Feeling sleepy
83
+ - Bedtime, habibti
84
+ - I think justice could use a little nap
85
+ - This will help
86
+ - "(Arabic) This will help"
87
+ - Walk it off
88
+ - This will only hurt for a minute
89
+ - Heal up
90
+ - This is going to hurt
91
+ - The pain is coming
92
+ - "(Arabic) Show them your strength!"
93
+ - "(Arabic) Show them your strength! (Female)"
94
+ - Nano Boost administered
95
+ - Never stop fighting for what you believe in
96
+ - Stick to the plan, and if you get in trouble...
97
+ - Look after yourselves out there...
98
+ - Lissa fi nas lazem ahmehom
99
+ - "(Arabic) Repetition teaches the smart"
100
+ - Old soldiers are hard to kill
101
+ - This is much better than a cabana on the beach
102
+ - Patched up
103
+ - My shots find their mark
104
+ - Correct choice
105
+ - You made the right decision
106
+ - Thank you, Angela
107
+ - Ana checking in
108
+ - Sniper, keep moving
109
+ - Enemy in my sights
110
+ - Enemy contact
111
+ - Enemy turret sighted
112
+ - Locate their teleporter
113
+ - They have a teleporter. Find and destroy it
114
+ - Enemy teleporter at my location
115
+ - I found the shield generator
116
+ - Behind you
117
+ - Watch your back!
118
+ - Locking down the objective
119
+ - Someone get that payload moving
120
+ - You need adult supervision
121
+ - Who taught you to fight like that
122
+ - Enemy down
123
+ - Back off
124
+ - Experience always wins in the end
125
+ - Learn from the pain (Arabic)
126
+ - Mother knows best
127
+ - Settle down old man
128
+ - Speed isnt everything
129
+ - One shot, one kill
130
+ - Someday Reinhardt, but not today
131
+ - Enemy turret destroyed
132
+ - Enemy teleporter destroyed
133
+ - Hands off
134
+ - Fareeha! My daughter!
135
+ - Reinhardt!
136
+ - Jack, I was supposed to protect you
137
+ - Hello
138
+ - "(Arabic) Hello"
139
+ - Azayak
140
+ - Hello there
141
+ - Thanks
142
+ - "(Arabic) I am thankful"
143
+ - "(Arabic) Thanks"
144
+ - Understood
145
+ - Acknowledged
146
+ - I need healing
147
+ - Need healing
148
+ - Group up at my position
149
+ - Group up with me
150
+ - Rendez-vous at my position
151
+ - My ultimate is charging
152
+ - Nano boost is charging
153
+ - Nano boost is ready to deploy
154
+ - My ultimate is ready
155
+ - Justice delivered
156
+ - Children, behave
157
+ - Everyone dies
158
+ - Go on, I can wait
159
+ - It takes a woman to know it
160
+ - Mother knows best
161
+ - No scope needed
162
+ - Need someone to tuck you in
163
+ - What are you thinking
164
+ - Witness me
165
+ - You know nothing
166
+ - Learn from the pain
167
+ - This is much better than retirement
168
+ - Are you scared
169
+ - More lost than the moon in winter
170
+ - I make my own luck
171
+ - Damn
172
+ - The Ghost watches
173
+ - Follow me, if you want to live
174
+ - Shh. The adults are talking
175
+ - You need to learn to relax
176
+ - Heh, you always were a charmer
177
+ - Wanting a better life for you is all I ever...
178
+ - What happened to you, Gabriel
179
+ - You never gave me much choice
180
+ - Right. Except for the part where you became a...
181
+ - Reinhardt, I must say you are looking quite...
182
+ - You of all people are going to ask me that
183
+ - Seems like neither of us like being dead very much
184
+ - That one time
185
+ - Well, I had to come back. I was worried...
186
+ - Gerard was a fool to love someone like you
187
+ - It feels good to be home
188
+ - Captain Amari, reporting for duty
189
+ - Fire in the hole!
190
+ - Here it comes!
191
+ - Take a step back!
192
+ - Get outta here!
193
+ - Back off!
194
+ - Get in there, B.O.B
195
+ - My business, my rules.ogg
196
+ - Nice to spend some time in a clubhouse.ogg
197
+ - Not my idea of a good life.
198
+ - Follow my lead
199
+ - Get in the saddle and lets ride
200
+ - Time to change things up
201
+ - That was not in the plan
202
+ - Nothing wrong with a little self improvement
203
+ - Patched up
204
+ - Much better
205
+ - Let me handle it
206
+ - I get the idea
207
+ - Just point me in the right direction
208
+ - I am feeling UNSTOPPABLE!
209
+ - Oh, come on!
210
+ - Damn!
211
+ - Hallelujah
212
+ - Woo. I owe you one
213
+ - Ashe here
214
+ - Enemy sniper! Get ya head down!
215
+ - Enemy sniper! Keep your eyes open.
216
+ - Watch out for that sniper!
217
+ - Spotted them
218
+ - Eyes on the bad guys
219
+ - Enemy turret up ahead!
220
+ - We need to take out that turret!
221
+ - You need to learn the rules
222
+ - Right on schedule
223
+ - You have to watch out for the one percent
224
+ - Courtesy of the Deadlock Gang
225
+ - Poser
226
+ - I stick up for my crew
227
+ - See ya, space cowboy
228
+ - Squid needs more seasoning
229
+ - Woo! that was fun!
230
+ - Wanna try again
231
+ - Gets the job done
232
+ - Better safe than sorry
233
+ - See ya later
234
+ - Outta my space
235
+ - You just went boom!
236
+ - Woohoo!
237
+ - Now that gets the blood pumping!
238
+ - Leave this to me
239
+ - Do I have to do everything myself
240
+ - You can all just take it easy!
241
+ - You picked the wrong fight
242
+ - You should join my crew
243
+ - Hey
244
+ - Hello
245
+ - Thanks
246
+ - Thank you
247
+ - Understood
248
+ - I got it
249
+ - Stop the payload
250
+ - Get over here
251
+ - Everybody come over here
252
+ - My ultimate is almost ready
253
+ - My ultimate is ready
254
+ - Get ready for B.O.B
255
+ - We have an understanding
256
+ - Burn it all down
257
+ - How do you even live
258
+ - I run this show
259
+ - Just taking out the trash
260
+ - Need me to repeat myself
261
+ - This is a stick up
262
+ - Try and keep it together
263
+ - Watch your language
264
+ - Girl who has everything
265
+ - No one likes a squealer
266
+ - Ready for the fireworks
267
+ - You that sound like a bad thing
268
+ - Brave of you to show your face around here, Jesse
269
+ - On the dartboard
270
+ - What did you do with it Jesse
271
+ - Too competent
272
+ - Ultimate - Light Em Up
273
+ - Ultimate - Vide Bal Sou Yo
274
+ - No wasted effort
275
+ - I call that a professional courtesy
276
+ - I think we got off on the wrong foot
277
+ - Have you considered a different line of work
278
+ - Well, you tried your best
279
+ - That was satisfying
280
+ - Was you or me, brother
281
+ - Was you or me, sister
282
+ - Felt good when I woke up in the morning
283
+ - Ultimate - Woo Woo Woo Whee Woo Whee
284
+ - '15227'
285
+ - '4543'
286
+ - Time Running Out Attack - Wooooooo Woo Dee Doo Woo
287
+ - Boo doo boo doo
288
+ - '15303'
289
+ - Doo-woo
290
+ - Beeple
291
+ - Boo boo doo de doo
292
+ - Bweeeeeeeeeee
293
+ - Chirr chirr chirr
294
+ - Dah-dah weeeee
295
+ - Dun dun boop boop
296
+ - Dweet dweet dweet
297
+ - Hee hoo hoo
298
+ - Sh-sh-sh dwee!
299
+ - Zwee
300
+ - Dwee wee woh
301
+ - Family Vacation
302
+ - APM jom ollyo bolkka
303
+ - Defense Matrix activated
304
+ - Get through this
305
+ - Time to raise my APM
306
+ - Boosters engaged
307
+ - Bunny hop
308
+ - Buseuteo on
309
+ - Taking off
310
+ - Nal ra gan da
311
+ - Nerf this!
312
+ - Activating Self Destruct Sequence
313
+ - All systems checked out
314
+ - MEKA activated
315
+ - Suiting up
316
+ - Game on
317
+ - Bailing out
318
+ - BRB
319
+ - Ejecting
320
+ - I play to win!
321
+ - Gameface on
322
+ - Think you can keep up with me
323
+ - MEKA leads the way!
324
+ - Ready, player 1
325
+ - D.Va reengaging!
326
+ - Jjajeungna
327
+ - Igeon Sagiya
328
+ - Press start to continue
329
+ - Extra life!
330
+ - Healed up
331
+ - Fully operational
332
+ - Im on fire
333
+ - Weapon Systems Overloaded
334
+ - Weapons Optimised
335
+ - Damn It
336
+ - Ding
337
+ - Thanks For The Love
338
+ - Thanks For Your Support
339
+ - Save That For The Hall Of Fame
340
+ - Gasp
341
+ - Aww, No fair!
342
+ - D.Va online
343
+ - Enemy Spotted
344
+ - Enemy turret ahead
345
+ - Hey! They have a teleporter!
346
+ - Enemy teleporter located
347
+ - Behind you!
348
+ - You Better Get Out Of The Way
349
+ - I Am Unstoppable
350
+ - Looks Like Another Victory, Just A Little Longer
351
+ - Enemies Taking The Point, Time To Show My Skills
352
+ - Check Me Out, Securing The Point
353
+ - This Objective Has My Name Written All Over It
354
+ - Enemy down
355
+ - Target eliminated
356
+ - Are you even trying
357
+ - I thought you were going to be a challenge
358
+ - Get owned
359
+ - One For My Highlight Reel
360
+ - MVP D.Va
361
+ - Assa
362
+ - I still love you
363
+ - Shut down
364
+ - Kill streak
365
+ - High score for sure
366
+ - Enemy turret destroyed
367
+ - Ouch
368
+ - Pow
369
+ - Nice shot
370
+ - Revenge is sweet
371
+ - Hi
372
+ - Hiya!
373
+ - Annyeong
374
+ - Thanks
375
+ - Thank you
376
+ - Gam sa
377
+ - Got it
378
+ - Okay
379
+ - Understood
380
+ - Roger
381
+ - Attack the objective
382
+ - Defend the objective
383
+ - Move the payload
384
+ - Stop the payload
385
+ - Need healing
386
+ - I need healing
387
+ - I need armor
388
+ - I need shields
389
+ - Group up
390
+ - Group up here
391
+ - Group up with me!
392
+ - Join me!
393
+ - Ultimate charging
394
+ - Ultimate almost ready
395
+ - Ultimate ready
396
+ - Love D.Va
397
+ - AFK
398
+ - Aw yeah
399
+ - D.Va 1 bad guys 0
400
+ - GG
401
+ - I play to win korean
402
+ - Easy mode
403
+ - Lol
404
+ - No hacks required
405
+ - Winky face
406
+ - Haepi hallowin
407
+ - Its me Someone must be hacking
408
+ - I hope we dont get banned
409
+ - Only if I can get yours too! I love your new album!
410
+ - 16-bit hero
411
+ - Of course
412
+ - Hey! Hands Off
413
+ - If you wanna give me some upgrades
414
+ - Who are you calling a child
415
+ - A giant gorilla Just like in those old...
416
+ - The Destruction Caused By The Omnics Here, It Reminds Me Of Home
417
+ - Blizzard games
418
+ - This is my kind of city
419
+ - All systems buzzing!
420
+ - Bzzzzzz!
421
+ - I am not the Easter Bunny
422
+ - Rising Uppercut
423
+ - Rising fist
424
+ - Meteor Strike!
425
+ - Incoming!
426
+ - Only through conflict do we evolve
427
+ - Once the mission starts, no more messing around
428
+ - My work is not done
429
+ - The battle goes on
430
+ - Defeat makes me stronger
431
+ - Lose the battle, win the war
432
+ - Much better
433
+ - Just what I needed
434
+ - I am on fire!
435
+ - Move, or get run over
436
+ - As though I needed the help
437
+ - I like how that feels
438
+ - This will be over quickly
439
+ - Damn!
440
+ - Is that all (Voted Epic)
441
+ - You know my name
442
+ - What did you expect
443
+ - Doomfist here
444
+ - Sniper, keep your head down
445
+ - I found the enemy
446
+ - Spotted a turret
447
+ - Enemy turret ahead!
448
+ - Behind you
449
+ - Take cover
450
+ - I am unstoppable!
451
+ - Our enemies defeat is on hand, do not let up
452
+ - Time, our enemies are out of time
453
+ - Time is running out, we can not fail!
454
+ - Get them off our objective, now!
455
+ - I am securing the objective
456
+ - Everyone, get on the objective!
457
+ - Why is the payload stopped
458
+ - I am personally seeing to the payload
459
+ - Moving the payload and nothing is going to stop it
460
+ - Winners stay on the payload
461
+ - Stop the payload!
462
+ - Stop the payload, now!
463
+ - History will forget you
464
+ - Rethinking your life decisions
465
+ - Stay out of my way
466
+ - Is that all (Final Blow)
467
+ - Come at the king, you better not miss
468
+ - Not strong enough
469
+ - Does anyone else want to try me
470
+ - Enemy turret destroyed
471
+ - Well done!
472
+ - Less work for me!
473
+ - Hello!
474
+ - Hello there
475
+ - Hey there
476
+ - Thank you
477
+ - Thanks
478
+ - I heard you
479
+ - Understood
480
+ - I need healing!
481
+ - Heal me!
482
+ - Group up with me
483
+ - On me!
484
+ - My ultimate is charging
485
+ - Meteor Strike is charging
486
+ - Meteor Strike is almost ready!
487
+ - My ultimate is almost ready!
488
+ - Meteor Strike ready to be unleashed
489
+ - Ready to meteor drop!
490
+ - My ultimate is ready
491
+ - Meteor Drop is ready. Get in position!
492
+ - Meteor Strike is ready. Get in position!
493
+ - Try me
494
+ - Go and sit down
495
+ - K.O.
496
+ - One punch is all I need
497
+ - Spare me the commentary
498
+ - Talk to the fist
499
+ - Combo breaker!
500
+ - You Must be Joking
501
+ - I hope that the girl gave you more than a new coat of paint
502
+ - Have you ever been hit by a giant, genetically engineered gorilla I could arrange it for you...
503
+ - Human strength will only get you so far
504
+ - Omnics will not be kept down forever. The ashes of the crisis still smolder
505
+ - This city is a powder keg that could ignite the world. And Talon is the flame
506
+ - I think your flight is delayed
507
+ - The world changed after the crisis. It is due for another test
508
+ - I am ready
509
+ - Try Me
510
+ - Hajime
511
+ - Sono teido ka
512
+ - Honki o misete miro
513
+ - The dragon becomes me!
514
+ - Flow Like Water
515
+ - again
516
+ - I return to the fight
517
+ - I will not falter
518
+ - I will not waste this chance
519
+ - Let us hope for a different outcome
520
+ - Tatakai wa owaran
521
+ - Much Better
522
+ - I am healed
523
+ - I am repaired
524
+ - My warrior spirit burns
525
+ - The advantage is mine
526
+ - wa ga kokoro ha ryuu no kokoro
527
+ - Strength flows through me
528
+ - Chikara ga minagitte kuru
529
+ - I am unstoppable
530
+ - kuso!
531
+ - It was nothing
532
+ - Our enemies return
533
+ - Genji here
534
+ - Genji is with you
535
+ - Sniper
536
+ - Enemy turret
537
+ - Enemy teleporter detected
538
+ - heh i found the teleporter
539
+ - Our enemies have deployed a shield generator
540
+ - Behind you
541
+ - Watch yourself
542
+ - Victory draws near
543
+ - Defend as one
544
+ - The battle draws to its conclusion
545
+ - Time is against us
546
+ - Our point is under attack guests
547
+ - We are losing the objective
548
+ - Our enemies have the upper
549
+ - I am taking the objective
550
+ - The objective is mine
551
+ - We must press our
552
+ - The payload is stopped
553
+ - Push the payload
554
+ - Push forward
555
+ - The payload moves
556
+ - Keep the payload in motion
557
+ - Stop the payload
558
+ - The payload is moving
559
+ - We need to stop the payload
560
+ - I Learned That From My Brother
561
+ - Like cutting through silk
562
+ - Know yourself in the face of death
563
+ - Think upon your actions
564
+ - An excellent fight
565
+ - Kono teido ka
566
+ - Yoshi!
567
+ - Kamai Tachi
568
+ - Kaze Yo
569
+ - Oitsukeru kana
570
+ - I am victorious this time
571
+ - Mock death at your own peril
572
+ - My aim is unerring
573
+ - Enemy turret destroyed
574
+ - Enemy teleporter destroyed
575
+ - The enemy teleporter
576
+ - Angela!
577
+ - I wiill avenge you
578
+ - Hello
579
+ - Yo
580
+ - Greetings
581
+ - Thank you
582
+ - I understand
583
+ - Very well
584
+ - Understood
585
+ - I need healing
586
+ - I Require Healing
587
+ - Group Up
588
+ - Group Up Here
589
+ - Join me
590
+ - My ultimate is charging
591
+ - My ultimate is almost ready
592
+ - My ult is ready
593
+ - The dragon and I are one
594
+ - A steady blade balances the soul
595
+ - Kuso
596
+ - Kakugo
597
+ - Measure twice, cut once
598
+ - Mada mada!
599
+ - Hah! Simple
600
+ - Yoshi!
601
+ - You are only human
602
+ - I was hoping for a challenge
603
+ - My halloween costume, cyborg ninja
604
+ - Happy Halloween.oga
605
+ - Merry Christmas
606
+ - To know yourself, is to be at peace
607
+ - Kaedama
608
+ - Life and death balance on the edge of my blade
609
+ - You Seem Nice
610
+ - An elegant weapon
611
+ - It is not too late to change your course, brother
612
+ - So this is what has become of you. A pity
613
+ - That was your dream. Not mine
614
+ - We shall see, brother
615
+ - I am certain of it
616
+ - What would our father think
617
+ - I find the company more agreeable these days
618
+ - I am a different man now. I am whole
619
+ - I am at peace with who I was
620
+ - Our paths cross for now
621
+ - I always liked working with you
622
+ - The heart of a man still beats
623
+ - Does-the-suffering-of-the-omnics-here
624
+ - And you, master
625
+ - That was another life
626
+ - Fukushu
627
+ - I passed many an hour
628
+ - Even here I feel an outcast
629
+ - Fantastic Technique
630
+ - Break the limit
631
+ - Unbreakable Body
632
+ - Henshin
633
+ - Arigato gozaimashita
634
+ - Any chocolates brother
635
+ - Akemashite Omedetou Gozaimasu
636
+ - The winds of death are strong
637
+ - I still have much to learn
638
+ - Marked
639
+ - Marked by the dragon
640
+ - See that which is unseen
641
+ - Unleash the storm
642
+ - Strike like lightning
643
+ - Have a taste of this
644
+ - The storm breaks
645
+ - Swift as the wind
646
+ - The noose tightens
647
+ - My arrows find their marks
648
+ - Focusing
649
+ - Let the dragon consume you!
650
+ - The dragon is sated
651
+ - You have been judged
652
+ - The dragon consumes
653
+ - With every death, comes honor. With honor, redemption
654
+ - I grow tired of waiting
655
+ - If you sit by the river long enough
656
+ - It is time to act
657
+ - Try to keep up
658
+ - The dragon awakens
659
+ - My brother is dead
660
+ - Again
661
+ - A minor setback
662
+ - I am not deterred
663
+ - I will not be defeated so easily
664
+ - I must redeem myself
665
+ - I must reclaim my honor
666
+ - Start over at the beginning
667
+ - Never surrender
668
+ - Nothing ventured, nothing gained
669
+ - I am healed
670
+ - I am restored
671
+ - My warrior spirit burns
672
+ - The dragon rages within me
673
+ - The dragon stirs within me!
674
+ - My power grows stronger
675
+ - The Dragon Awakens
676
+ - You honor me
677
+ - Strive for perfection
678
+ - They have returned from death
679
+ - Hanzo at your service
680
+ - Sniper
681
+ - The enemy is here
682
+ - Enemy turret ahead
683
+ - They possess a teleporter
684
+ - Time is running out Attack
685
+ - We cannot lose Attack
686
+ - Time grows short
687
+ - Keep pushing forward
688
+ - They are taking the objective stop them
689
+ - Stop them now clear the point
690
+ - Get the payload moving
691
+ - We must move the payload
692
+ - We cannot stop now move the payload
693
+ - I have taken the payload
694
+ - I am moving the payload
695
+ - The payload is moving join me
696
+ - Stop the payload
697
+ - Haha perfect
698
+ - Hardly a challenge
699
+ - Is that the best you can do
700
+ - So predictable
701
+ - Never second best!
702
+ - Target practice
703
+ - Unworthy
704
+ - Hm, weakling
705
+ - You are nothing
706
+ - You will never amount to anything
707
+ - You do not want me for your enemy
708
+ - Just as when we were boys
709
+ - You were never my equal!
710
+ - So much death
711
+ - They fall before me
712
+ - Again! And Again!
713
+ - The dragon hungers
714
+ - An inspired perfomance
715
+ - Enemy turret destroyed
716
+ - Uncouth
717
+ - Pest
718
+ - Pfe
719
+ - You have some skill
720
+ - Hello
721
+ - I greet you
722
+ - Greetings
723
+ - Thank you
724
+ - You have my thanks
725
+ - Understood
726
+ - I understand
727
+ - Very well
728
+ - I need healing
729
+ - Need healing
730
+ - I need armor
731
+ - I need shields
732
+ - Group up
733
+ - Group up here
734
+ - Group up with me
735
+ - Join me
736
+ - My ultimate is charging
737
+ - My ultimate is almost ready
738
+ - My ultimate is ready
739
+ - I am ready to unleash the dragon
740
+ - Expect nothing less
741
+ - Flow like water
742
+ - From one thing know ten thousand things
743
+ - Hm
744
+ - I do what I must
745
+ - The outcome was never in doubt
746
+ - Never second best!
747
+ - Remember this moment
748
+ - Sake
749
+ - I choose you spirit dragon
750
+ - Step into the dojo
751
+ - Ignore all distractions
752
+ - You are already dead
753
+ - a gift for you
754
+ - You may call yourself my brother...
755
+ - you are mistaken brother
756
+ - You will never amount to anything
757
+ - Where did you hide your treasure
758
+ - Unsofisticated Taste
759
+ - I would wager on my bow against your rifle any day
760
+ - But at what cost
761
+ - We are nothing alike
762
+ - All of this was to be mine
763
+ - I will take back what is mine by birthright
764
+ - The master of the Shimada Clan has returned
765
+ - This is the home of the Shimada Clan. My home
766
+ - This was once my home. No longer
767
+ - My enemies fall like cherry blossoms
768
+ - such beauty is wasted
769
+ - The wolf stirs from his den
770
+ - The wolf marks his prey
771
+ - Lone wolf ultimate
772
+ - The wolf hunts for his prey
773
+ - The wolf is sated
774
+ - The wolf feasts
775
+ - The wolf awakens
776
+ - The wolf howls within me
777
+ - The wolf stirs within me
778
+ - I am ready to unleash the wolf
779
+ - I choose you, Spirit Wolf
780
+ - The wolf hungers
781
+ - Scatter
782
+ - Simple geometry
783
+ - Strike at the heart
784
+ - The art of deception
785
+ - My arrow finds its mark
786
+ - My aim is true
787
+ - Perfect
788
+ - Surprise!
789
+ - Here we go
790
+ - The hunter lays a trap for his prey
791
+ - giggles - 13015
792
+ - Dont move
793
+ - Hold Still
794
+ - Stepped in it
795
+ - Watch your step
796
+ - Fire in the hole!
797
+ - Ladies and gentlemen, start your engines
798
+ - come out and play
799
+ - i love my job
800
+ - Rest in pieces
801
+ - Hard to just sit around
802
+ - just taking five
803
+ - misfits and freaks
804
+ - Remember, Remember, What The Heck Was I Saying Again
805
+ - I Would Kill For Some Boba, Milk Tea, Half Sweet
806
+ - new years resolution
807
+ - Back for more
808
+ - Blow it up again1
809
+ - You wont get rid of me
810
+ - I love it when that happens
811
+ - Holy dooley..
812
+ - takes a lickin keeps on tickin
813
+ - All patched up
814
+ - much better
815
+ - Im on fire more than usual
816
+ - Piece of junk!
817
+ - Damn It
818
+ - My Genius Is Finally Recognized
819
+ - sniff brings a tear to my eye
820
+ - thank you thank you
821
+ - Looks Like They Were Just Playing Dead
822
+ - Junkrat primed and ready
823
+ - sniper
824
+ - enemy turret up ahead
825
+ - find the teleporter
826
+ - Found Their Teleporter, Time To Blow It Up
827
+ - point belongs to us ya dingus
828
+ - Mine, mine, mine. This is my point
829
+ - The Point Is Mine
830
+ - Whys the payload stopped
831
+ - Moving The Payload, Clear A Path
832
+ - we need to pump the brakes on the payload
833
+ - brings tears to me eyes
834
+ - everything is going up in flames
835
+ - hole in one
836
+ - stay outta the kitchen
837
+ - ya dipstick
838
+ - Back To The Scrapheap
839
+ - Why so serious
840
+ - humming
841
+ - Enemy Turret Just Blew Up
842
+ - enemy teleporter scrapped
843
+ - Hands off the merchandise!
844
+ - Out Of My Face You Drongo
845
+ - That Must Have Hurt
846
+ - I knew there was a reason
847
+ - i can always count on you mate
848
+ - Hey Im the only one who gets to kill the big lug
849
+ - Revenge is a dish best served flaming hot!
850
+ - Gday
851
+ - Gday cobber
852
+ - Cheers mate
853
+ - Ta
854
+ - Thanks, mate
855
+ - Gotcha
856
+ - Sure
857
+ - Okay
858
+ - I need healing
859
+ - Join up with me
860
+ - RIP-Tire Ready To Roll!
861
+ - Tick Tock, Tick Tock, Tick Tock
862
+ - Blow it up again2
863
+ - Anyone want some BBQ
864
+ - Brrring!
865
+ - Coming up explodey
866
+ - good morning
867
+ - Happy birthday
868
+ - Have a nice day
869
+ - Its the little things
870
+ - Kaboom!
871
+ - Shiny
872
+ - Smile!
873
+ - I Give It A Ten
874
+ - happy halloween
875
+ - merry christmas
876
+ - gong xi fa cai
877
+ - Get cold just looking at ya
878
+ - Thats cold
879
+ - You hook em
880
+ - Joke ol pigface
881
+ - Try not to get us killed out there
882
+ - cheers mate the cavalrys here
883
+ - Look at one of those bombs
884
+ - comic relief
885
+ - Me old tunnel
886
+ - party time
887
+ - Stole crown jewels
888
+ - this place makes me sick
889
+ - Bots into the light
890
+ - Be an Atheist
891
+ - this place is a bit posh for me
892
+ - you think theres something worth stealing
893
+ - fire usually would not be a good thing
894
+ - fire not good
895
+ - early bird gets the worm
896
+ - get ready for a shock
897
+ - Ladies and gentlemen he working on a century
898
+ - just look at this thing!
899
+ - finders keepers
900
+ - God save the king
901
+ - Be an Atheist
902
+ - Pardon me
903
+ - Easy
904
+ - Hold up now
905
+ - Excuse Me
906
+ - Now, hold on
907
+ - Whoa there
908
+ - Draw!
909
+ - Step right up
910
+ - Did someone call the undertaker
911
+ - Get it done
912
+ - Back In The Saddle Again
913
+ - Back Into The Mix
914
+ - All Patched Up
915
+ - Just What The Doctor Ordered
916
+ - Much better
917
+ - I Feel Like A Man Possessed
918
+ - Sniper, Keep Your Eyes Peeled
919
+ - Enemy Turret Here
920
+ - Enemy Teleporter Spotted
921
+ - Taking the point
922
+ - Payload Stopped
923
+ - Payload Secure, Move Out
924
+ - Bang
925
+ - Bullseye
926
+ - Dead to rights
927
+ - Gotcha
928
+ - Happy trails
929
+ - Never had a chance
930
+ - Never Much Liked You
931
+ - No payment required
932
+ - Too slow
933
+ - You need to work on that aim
934
+ - Thought I Saw A Ghost
935
+ - Enemy Turret Destroyed
936
+ - Enemy Teleporter Destroyed
937
+ - Nice One
938
+ - Remind Me To Stay Off Your Bad Side
939
+ - Just A Matter Of Time
940
+ - Hello
941
+ - Hey There
942
+ - Howdy
943
+ - Hey
944
+ - Achknowledged
945
+ - I Need A Doctor
946
+ - Form Up Here
947
+ - My Ultimate Is Ready, Saddle Up
948
+ - You Know What Time It Is
949
+ - Watch and learn
950
+ - After you
951
+ - Happens To The Best Of Us
952
+ - Reach for the sky
953
+ - Wanted Dead or alive
954
+ - You Done
955
+ - Boom goes the dynamite
956
+ - I hear you pumpkin
957
+ - Trick or Treat
958
+ - This calls for a celebration
959
+ - Hair of the dog
960
+ - How do you like me now
961
+ - D.Va, just tell me one thing whered
962
+ - Ice wall, coming up
963
+ - This will stop them
964
+ - Haha, watch this
965
+ - Blocking Them Off
966
+ - Yikes!
967
+ - Oh my gosh
968
+ - Anyone want a popsicle
969
+ - You got iced
970
+ - Our world is worth fighting for
971
+ - I have to get back in the fight
972
+ - Woah, That Was Going Great, Until The End
973
+ - Everyone is counting on me
974
+ - Wait For Me
975
+ - That could have gone better
976
+ - This fight is not over yet
977
+ - Healed up
978
+ - Much better
979
+ - Whoa! Look out. Here I come
980
+ - Grrr
981
+ - Thumbs up to that
982
+ - Thanks everyone
983
+ - Oh, it was nothing really
984
+ - Sometimes I surprise myself
985
+ - Stunned
986
+ - Mei checking in
987
+ - Sniper! Look out
988
+ - Enemies here
989
+ - Enemy turret ahead
990
+ - Hey, They Have A Teleporter, Help Me Find It
991
+ - Find The Teleporter
992
+ - Hey, I Found Their Teleporter
993
+ - Get to cover
994
+ - Behind you
995
+ - Everyone! Stay out of my way
996
+ - Nothing can stop me
997
+ - Nothing can stop Mei
998
+ - Come on everyone, just a little bit longer
999
+ - Our hard work will be for nothing
1000
+ - Our point is under attack
1001
+ - Setting Up On The Objective
1002
+ - Push the payload
1003
+ - Payload stopped, all hands on deck
1004
+ - Hey! The payload stopped
1005
+ - Moving the payload. Backup requested
1006
+ - Is Nothing Personal
1007
+ - I Can Take Care Of Myself
1008
+ - Serves You Right
1009
+ - You were asking for it
1010
+ - Cold as ice!
1011
+ - Hey! Be reasonable
1012
+ - Ooh, sorry about that
1013
+ - Oops, sorry
1014
+ - Hey! Stay out of my way
1015
+ - Enemy turret down
1016
+ - Enemy teleporter down
1017
+ - Shield generator destroyed
1018
+ - Final Blow - You Were Asking For It
1019
+ - Enemy team is down! Now is our chance
1020
+ - Hi 1
1021
+ - Hi 2
1022
+ - Hiya
1023
+ - Thank you!
1024
+ - Thanks
1025
+ - Understood
1026
+ - Okay 2
1027
+ - I Need Healing
1028
+ - Need Health
1029
+ - Group Up With Me
1030
+ - Group Up
1031
+ - Group Up Here
1032
+ - Join Me
1033
+ - My ultimate is ready!
1034
+ - Hang In There
1035
+ - A-Mei-Zing
1036
+ - Hey, chill out!
1037
+ - I Hope You Learned Your Lesson
1038
+ - Okay 1
1039
+ - Ouch, Are You Okay
1040
+ - That Was Great
1041
+ - Yay 1
1042
+ - You have to let it go
1043
+ - Overcome All Obstacles
1044
+ - Scary
1045
+ - I got you something
1046
+ - I was only trying to help
1047
+ - So mean... honestly
1048
+ - Bastion, you would make the perfect research assistant
1049
+ - Youre just no good bully
1050
+ - Look somewhere else
1051
+ - Hey, McCree, do you know what time it is
1052
+ - I love your glasses, so cute!
1053
+ - We should compare notes some time
1054
+ - Zarya How can you even pick up all that weight
1055
+ - I love it here in the mountains. I wish I could go climbing!
1056
+ - I Think I Might Be A Little Overdressed For This Place
1057
+ - Look at all the snow!
1058
+ - Winston. I think one of these equations is wrong
1059
+ - Mei on duty
1060
+ - Happy holidays
1061
+ - Home sweet home
1062
+ - Do you think
1063
+ - Ouch that stings
1064
+ - The Struggle for martial superiority
1065
+ - When faced with a setback, we must challenge our assumptions.
1066
+ - We must all make sacrifices in the name of science.flac
1067
+ - My power is overwhelming!
1068
+ - Slowly they realize that failure is all that awaits them
1069
+ - Our enemies believe that they can take our objective. They are mistaken
1070
+ - The payload moves towards our desired outcome.flac
1071
+ - That we should fail in stopping the payload has no reasonable explanation
1072
+ - We must keep our enemies from further progress towards their goal
1073
+ - Situational awareness could save your life-- I recommend it
1074
+ - Perhaps, next time, you should not stand in the way of the orb
1075
+ - Your contributions to the furtherance of science are to be commended
1076
+ - My keen analytical mind detects a pattern forming
1077
+ - Much more talkative now arent you Genji
1078
+ - Your body seems to be adapting well
1079
+ - Started any wars
1080
+ - Look at this world Symmetra
1081
+ - Your state of Chronal Uncertainty
1082
+ - A dreamer
1083
+ - We are all in the gutter, but some of us are looking at the stars
1084
+ - The government here has such a medieval view towards omnics
1085
+ - If only the world could see the wonders that science has built.flac
1086
+ - This is now my home... as much as any other.flac
1087
+ - Fortifying defenses
1088
+ - Standing ground
1089
+ - Holding position
1090
+ - Establishing defense point
1091
+ - Navigation systems to defense
1092
+ - Engaging fortifications
1093
+ - Defense mode activated
1094
+ - Not budging
1095
+ - Digging in
1096
+ - Dont move
1097
+ - Stop right there
1098
+ - Not so fast
1099
+ - Halt
1100
+ - Youre not getting away
1101
+ - Stop
1102
+ - You are advised to move behind my barrier
1103
+ - Barrier activated
1104
+ - For your own safety, get behind the barrier
1105
+ - Please move behind the barrier
1106
+ - I recommend moving behind my barrier
1107
+ - This will be your shield!
1108
+ - Please move behind the barrier2
1109
+ - Barrier status critical
1110
+ - Caution. Barrier has taken heavy damage
1111
+ - My barrier is failing. Recommend
1112
+ - Warning barrier failing
1113
+ - Barrier integrity compromised
1114
+ - Barrier destroyed. Please move to safety
1115
+ - Barrier destroyed.
1116
+ - Cease your resistance!
1117
+ - Team up for special attack
1118
+ - Your safety is my primary concern
1119
+ - For optimal chance
1120
+ - Executing pre-combat
1121
+ - I will simulate our
1122
+ - I must rejoin my team
1123
+ - I still have a job
1124
+ - Rebooting
1125
+ - Archiving combat data
1126
+ - System restart init
1127
+ - Analyzing previous combat
1128
+ - I am not ready to be
1129
+ - Installing Updates
1130
+ - Updates installed
1131
+ - System health stabilizing
1132
+ - Systems restored
1133
+ - Systems repaired
1134
+ - System integrity restored
1135
+ - Your aid is appreciated
1136
+ - Thank you(healed)
1137
+ - Exceeding expected combat values
1138
+ - Weapon systems optimized
1139
+ - Damage output increased
1140
+ - Lethality level increased
1141
+ - I feel unstoppable
1142
+ - System output overloaded
1143
+ - Thank you. But I still have
1144
+ - I was only following my programming
1145
+ - Running post-match diagnostics
1146
+ - Performance analysis Epic!
1147
+ - Performance analysis Legendary!
1148
+ - Saving record of exceptional combat
1149
+ - Enemies reviving. Prepare
1150
+ - Was that the Iris
1151
+ - Orisa online
1152
+ - Alert! Sniper located.
1153
+ - Sniper detected. Threat level
1154
+ - Enemy detected straigth ahead
1155
+ - Enemy detected to our rear
1156
+ - Enemy dected on the left
1157
+ - Enemy dected on the right
1158
+ - Enemy detected above us
1159
+ - Enemy detected below us
1160
+ - Behind you
1161
+ - enemy turrent located
1162
+ - Priority task find the enemy tele
1163
+ - Enemy teleporter located
1164
+ - Enemy teleported destroyed
1165
+ - Enemy shield generator located
1166
+ - Enemy shield generator destroyed
1167
+ - Current combat simulations
1168
+ - Analysis of recent performance trends
1169
+ - If we continue upon this trajectory
1170
+ - We have no choice
1171
+ - Mission window closing
1172
+ - A repeat of our past performance
1173
+ - We must improve or we
1174
+ - The enemy is taking the objective
1175
+ - Unauthoried personnel detected
1176
+ - Intruders have breached
1177
+ - Our objective is under attack
1178
+ - Taking possession of the objective
1179
+ - Taking control of the objective
1180
+ - Securing the objective. Backup
1181
+ - Initiating objective capture routine
1182
+ - Payload stopped in a no-stop zone
1183
+ - We must get the payload
1184
+ - Payload has stalled
1185
+ - Commandeering the payload
1186
+ - I am moving with the payload
1187
+ - Moving the payload
1188
+ - I am escorting the payload
1189
+ - The payload is moving. Reroute
1190
+ - The payload must be halted
1191
+ - We must capture and impound
1192
+ - Enemy is moving the payload
1193
+ - I have the flag. Heading
1194
+ - I have taken the flag. Initiating
1195
+ - We must ge our flag back
1196
+ - Recover our flag
1197
+ - We must secure our flag immediately
1198
+ - The enemy has taken possession
1199
+ - Flag capture protocol completed
1200
+ - Enemy flag captured. New instructions
1201
+ - We need to increase our flag security
1202
+ - We must not let that happened again
1203
+ - Enemy has lost possession of our
1204
+ - Priority objective recover the flag
1205
+ - Dropping the flag
1206
+ - Relinquishing the flag
1207
+ - I have sent our flag back to base
1208
+ - Our flag is safe
1209
+ - I told you to stop resisting
1210
+ - Vital signs negative
1211
+ - Threat neutralized
1212
+ - Goodbye
1213
+ - You were warned
1214
+ - I am programmed to avoid
1215
+ - For Numbani
1216
+ - You are advised to cease
1217
+ - Stay there. The authorities
1218
+ - Saving record for future
1219
+ - Are you in distress
1220
+ - System operating at maximum
1221
+ - Empathy module not responding
1222
+ - Exceeding standard performance
1223
+ - Enemy turret neutralized
1224
+ - Fist bump!
1225
+ - Stand back!
1226
+ - Excuse me!
1227
+ - Reinhardt, you are
1228
+ - Reinhardt,I will
1229
+ - Zarya, I wish to
1230
+ - Now I can delete you
1231
+ - Hello
1232
+ - Greetings
1233
+ - Thanks
1234
+ - Thank you
1235
+ - Affirmative2
1236
+ - Understood
1237
+ - Requesting healing
1238
+ - Healing would be appreciated
1239
+ - I need healing
1240
+ - I believe we need a healer.
1241
+ - Requesting shields
1242
+ - Armor would be appreciated
1243
+ - Requesting armor
1244
+ - Rally at my position
1245
+ - Group up with me
1246
+ - Group up
1247
+ - My ultimate is charging
1248
+ - Supercharger powering up
1249
+ - My ultimate is almost ready
1250
+ - Supercharger is almost ready to be deployed
1251
+ - My ultimate is ready
1252
+ - Supercharger is ready to be deployed
1253
+ - My ultimate is ready, come to
1254
+ - My Supercharger is ready to be deployed
1255
+ - Current outlook
1256
+ - Do you need a hug
1257
+ - Efi will not be happy about this
1258
+ - Error 404. Sarcasm module not found
1259
+ - Medical assistance has been requested
1260
+ - Would you like my analysis of the situation
1261
+ - No parking
1262
+ - Shine your eyes
1263
+ - That does not compute
1264
+ - Who is ready to party
1265
+ - Some functionality may still be in beta
1266
+ - I have a bad feeling about this
1267
+ - Are you satisfied with your protection
1268
+ - Thank you for your compliance
1269
+ - golden
1270
+ - Be careful when crossing the street
1271
+ - Thank you E54
1272
+ - It is remarkable
1273
+ - Scanning E54
1274
+ - Doomfist, you will be brought
1275
+ - My artificial intelligence makes
1276
+ - Actually, Efi spent most of her
1277
+ - I do not know about this Viskar
1278
+ - Reinhardt I have allocated
1279
+ - Reinhardt - What an odd compliment
1280
+ - Reinhardt - Why is your shield
1281
+ - My systems protected
1282
+ - I consider Reinhardt to be
1283
+ - Tracer, is it wrong
1284
+ - Efi would be honored
1285
+ - Zarya I have learned
1286
+ - Tekharta Zenyatta
1287
+ - Before Efi
1288
+ - I will protect this city
1289
+ - I wish Efi
1290
+ - Catchphrase
1291
+ - One electric sheep
1292
+ - I must ask Efi
1293
+ - System restarting
1294
+ - Systems rebooted
1295
+ - Virus detected
1296
+ - Systems compromised
1297
+ - On a scale
1298
+ - I consider Reinhardt
1299
+ - Clearing The Area
1300
+ - Get Back!
1301
+ - Move back
1302
+ - Justice rains from above!
1303
+ - Rocket Barrage incoming!
1304
+ - Justice is done
1305
+ - I will protect the innocent
1306
+ - All Systems Checked Out, Ready For Combat Maneuvers
1307
+ - System Check Initiated, Green Across The Board, And Ready For Action
1308
+ - Back Into The Fray
1309
+ - Back In Action
1310
+ - I Will Not Fail Again
1311
+ - My Team Needs Me
1312
+ - Raptora Systems Online
1313
+ - Back online
1314
+ - Health Restored
1315
+ - Much Better
1316
+ - I Am On Fire
1317
+ - Operating at maximum efficiency
1318
+ - I Will Not Waste This Opportunity
1319
+ - I Am Empowered
1320
+ - Damn
1321
+ - Clear Skies Ahead
1322
+ - After Action Report, Unstoppable
1323
+ - I Served With Distinction
1324
+ - Pharah, reporting
1325
+ - Sniper detected
1326
+ - Contact
1327
+ - Turret Detected
1328
+ - Locate The Teleporter
1329
+ - They Have A Teleporter
1330
+ - Friendly Down
1331
+ - Systems At Max 1
1332
+ - I am unstoppable
1333
+ - Time Is Running Out, Press The Attack
1334
+ - Defend The Point, Strike As One
1335
+ - In Range Of The Objective, Form Up On Me
1336
+ - Moving the Payload, fall in behind me
1337
+ - We Need To Stop The Payload
1338
+ - Tango, Down
1339
+ - Right On Target
1340
+ - Target Eliminated
1341
+ - Final Blow - You Got Served
1342
+ - Sorry, Reinhardt
1343
+ - "(vs McCree) Got you this time, Jesse"
1344
+ - You made a tactical error
1345
+ - I Always Get My Prey
1346
+ - Operating At Maximum Efficiency
1347
+ - Hostiles eliminated
1348
+ - Targets neutralized
1349
+ - Clearing the board
1350
+ - Enemy turret down
1351
+ - Enemy turret destroyed
1352
+ - Enemy Teleporter Destroyed
1353
+ - Down
1354
+ - Stay Down
1355
+ - Cretin
1356
+ - Reinhardt, You still got it!
1357
+ - Enemy team neutralized
1358
+ - Hello 1
1359
+ - Hello 2
1360
+ - Greetings
1361
+ - Thank You 1
1362
+ - Thank You 2
1363
+ - Thanks
1364
+ - You Have My Thanks
1365
+ - I Copy
1366
+ - Understood
1367
+ - Achknowledged
1368
+ - I Require Healing
1369
+ - I Need Healing
1370
+ - Form Up
1371
+ - Group Up
1372
+ - Group Up With Me
1373
+ - Group up here
1374
+ - My ultimate is charging
1375
+ - My ultimate is almost ready
1376
+ - Barrage Ready
1377
+ - My Ultimate Is Ready
1378
+ - Put your security in my hands
1379
+ - Aerial superiority achieved
1380
+ - Fly like an Egyptian
1381
+ - Flying the friendly skies
1382
+ - Leave This To A Professional
1383
+ - Not A Chance
1384
+ - Play nice, play Pharah
1385
+ - Rocket jump. That sounds dangerous
1386
+ - Shot Down
1387
+ - Sorry, but I need to jet
1388
+ - We Are In This Together
1389
+ - Want to know the forecast
1390
+ - I keep the peace
1391
+ - I am the Rocket Queen
1392
+ - Fly casual
1393
+ - Try me
1394
+ - Then I have nothing to worry about
1395
+ - I always dreamed of the day we would fight together
1396
+ - McCree, where did you learn to shoot like that
1397
+ - See you in the air
1398
+ - I had a poster of you on my wall when I was younger
1399
+ - I lost many good soldiers here
1400
+ - I Always Dreamed Of Being Stationed Here
1401
+ - Thunderbird systems online
1402
+ - Death comes
1403
+ - Die die die
1404
+ - clearing the area
1405
+ - Hero Selected - Death Walks Among You
1406
+ - During Set Up - The Reckoning Draws Near
1407
+ - During Set Up - Time, To Kill
1408
+ - Respawn - Vengeance Shall Be Mine
1409
+ - Respawn - The Grave Cannot Hold Me
1410
+ - Voted Epic - Menacing Laughter
1411
+ - Voted Legendary - Finally Some Recognition
1412
+ - Sniper
1413
+ - enemy turret ahead
1414
+ - Unstoppable
1415
+ - The Darkness Consumes You
1416
+ - Death becomes you
1417
+ - You never were a good student
1418
+ - Never liked you much
1419
+ - This is how it should have been
1420
+ - You always did have a high opinion of yourself
1421
+ - Another one off the list
1422
+ - Stupid monkey
1423
+ - thanks
1424
+ - Get me some armor
1425
+ - group up
1426
+ - My ultimate is ready
1427
+ - What are you looking at
1428
+ - Dead man walking
1429
+ - Havent I Killed You
1430
+ - If it Lives I can kill it
1431
+ - next
1432
+ - moving on
1433
+ - I taught you everything you know
1434
+ - You Look Ridiculous
1435
+ - You tell me, Doc
1436
+ - And you sure know how to play boy scout
1437
+ - I need to pay visit to a friend
1438
+ - This is where I picked up the ingrate
1439
+ - my mistake
1440
+ - Come out and face me
1441
+ - Is That The Best You Can Do
1442
+ - Get Behind Me
1443
+ - I will hold the line
1444
+ - Bring it on
1445
+ - Barrier activated
1446
+ - Barrier is giving out!
1447
+ - Barrier is failing!
1448
+ - Barrier destroyed!
1449
+ - Hammer Down!
1450
+ - No lying down on the job!
1451
+ - And stay down!
1452
+ - Justice will be done
1453
+ - We shall prove ourselves in glorious combat!
1454
+ - Again! Again!
1455
+ - Back into the fray
1456
+ - This is not over
1457
+ - I will not give up the fight
1458
+ - Back, and ready for more!
1459
+ - There is still more to my tale!
1460
+ - Haha! Still kicking!
1461
+ - Wait for me!
1462
+ - Ah
1463
+ - Ah, I feel like a new man!
1464
+ - Much better!
1465
+ - You honor me
1466
+ - Yes!
1467
+ - Are you ready, Here I come!
1468
+ - I feel powerful!
1469
+ - I am unstoppable!
1470
+ - Unacceptable
1471
+ - Ah, impressive, if I do say so myself!
1472
+ - One hundred percent German power!
1473
+ - What A Performance
1474
+ - I Am The Champion
1475
+ - They Are Back For More
1476
+ - Reinhardt at your service
1477
+ - Sniper!
1478
+ - Sniper! Fight toe-to-toe you coward!
1479
+ - i have found the enemy
1480
+ - Enemy Turret Ahead
1481
+ - Our enemies have a teleporter!
1482
+ - Steel yourselves
1483
+ - Make Every Second Count, Crush Their Defences
1484
+ - We Are Out Of Time, Attack
1485
+ - The Enemy Is At Our Doorstep, Drive Them Back
1486
+ - They Are Taking Our Point, Throw Them Back
1487
+ - I Am Capturing The Objective, Try And Stop Me
1488
+ - The Objective Is Mine, Join Me If You Will
1489
+ - Taking The Objective, Join Me In Glory
1490
+ - The Payload Has Come To A Halt, Get It Moving
1491
+ - Moving The Payload, Join Me
1492
+ - They Are Moving The Payload, We Must Stop Them
1493
+ - Do i have your attention yet
1494
+ - Too Strong
1495
+ - This old dog
1496
+ - Splendid!
1497
+ - Got You
1498
+ - Feel my power!
1499
+ - When All You Have Is A Hammer, Everyone Else Is A Nail
1500
+ - Out Of My Way
1501
+ - Im not even close to done
1502
+ - Enemy turret destroyed
1503
+ - Enemy Teleporter Destroyed
1504
+ - I Slay Dragons
1505
+ - Traitor
1506
+ - Not Strong Enough
1507
+ - Leave Some Glory To Me
1508
+ - Well Done My Friend
1509
+ - Ana Would Be Proud
1510
+ - Well Done My Diminutive Swedish Friend
1511
+ - I Owed You One
1512
+ - Challenge accepted
1513
+ - The Enemy Team Is Eliminated, We Have The Advantage
1514
+ - Greetings
1515
+ - Hello
1516
+ - Hello!
1517
+ - Thank you
1518
+ - Thank you, my friend!
1519
+ - Much obliged!
1520
+ - Acknowledged!
1521
+ - Understood
1522
+ - Right away!
1523
+ - Need healing
1524
+ - I need healing!
1525
+ - I need armor! Ehh... more armor
1526
+ - Join me!
1527
+ - Group up with me!
1528
+ - Group up!
1529
+ - Group up here!
1530
+ - I Stand With You
1531
+ - My ultimate is charging
1532
+ - My ultimate is almost ready!
1533
+ - My ultimate is ready!
1534
+ - Earthshatter, ready!
1535
+ - I salute you
1536
+ - Are you afraid
1537
+ - Bring Me Another
1538
+ - Catch phrase
1539
+ - Crusader online
1540
+ - Crushing Machine
1541
+ - German Engineering
1542
+ - Honor and glory
1543
+ - Respect your elders
1544
+ - This old dog
1545
+ - Smashing
1546
+ - Are you chicken
1547
+ - Easy does it
1548
+ - Unstoppable
1549
+ - Beer!
1550
+ - Honor, justice, reinhardt
1551
+ - And You Are Looking As Lovely As Ever
1552
+ - We Old-Timers Must Stick Together, Teach These Kids A Thing Or Two
1553
+ - Ana, How Can This Be, I Thought You Were Dead
1554
+ - I killed many of your kind here Bastion
1555
+ - You kids today with your techno music. You should enjoy the classics, like Hasselhoff!
1556
+ - Never, I Will Fight To My Last Breath
1557
+ - Brigitte Has Made Her Choice, I Would Have Her At My Side
1558
+ - I remember that poster
1559
+ - You always did take good care of my armor!
1560
+ - Nervous. Me. Never!
1561
+ - Keep Training, And Maybe Some Day You Could Learn To Handle A Real Weapon
1562
+ - This Is The Home Town Of My Master, Balderich, He Was Born Here, And He Died Here
1563
+ - Too Much Blood Was Spilt In My Country During The War
1564
+ - We Fought A Terrible Battle Here, Many Crusaders Lost Their Lives
1565
+ - I remember being posted here. It was good for my tan
1566
+ - For Balderich
1567
+ - I am purified
1568
+ - Fall back
1569
+ - Is my hero
1570
+ - Come here
1571
+ - get down
1572
+ - Grounded
1573
+ - Here Little Piggy
1574
+ - Squeal For Me
1575
+ - Ultimate - Maniacal Laughter
1576
+ - fired up
1577
+ - what are you lookin at
1578
+ - stay out of my way
1579
+ - Roadhog, Rides Again
1580
+ - back for more
1581
+ - Muahahaha, Yeah!
1582
+ - oh goodie
1583
+ - No Way
1584
+ - easy
1585
+ - only thing you can count on
1586
+ - Roadhog time
1587
+ - sniper
1588
+ - enemy turret here
1589
+ - find their teleporter
1590
+ - Found their teleporter
1591
+ - i am unstoppable
1592
+ - come over here
1593
+ - Out Of Time, Attack
1594
+ - Point Is Mine, Property Of Roadhog
1595
+ - get on the attack now
1596
+ - payload moving out
1597
+ - stop the payload
1598
+ - stop that payload
1599
+ - stop them
1600
+ - Sit Down
1601
+ - hurts so good
1602
+ - no pain no gain
1603
+ - peace and quiet
1604
+ - Nice Mask
1605
+ - enemy turret destroyed
1606
+ - Enemy teleporter destroyed
1607
+ - go on ask me what the other one says
1608
+ - it says left
1609
+ - About time you did something useful
1610
+ - someone finally shut him up
1611
+ - less work for me
1612
+ - Hey
1613
+ - hi
1614
+ - Thanks
1615
+ - Thank You
1616
+ - Need healing
1617
+ - Bleeding Like A Stuck Pig
1618
+ - group up with me
1619
+ - join me
1620
+ - My ultimate is ready Come on!
1621
+ - Ready To Go Whole Hog
1622
+ - Ultimate Ready
1623
+ - Welcome, To The Apocalypse
1624
+ - Like Taking Candy From A Baby
1625
+ - Got Something To Say
1626
+ - Hook, Line And Sinker
1627
+ - Life Is Pain, So Is Death
1628
+ - Piece Of Cake
1629
+ - Push Off
1630
+ - Say Bacon One More Time
1631
+ - Violence Is Usually The Answer
1632
+ - want some candy
1633
+ - ho ho ho
1634
+ - you chicken
1635
+ - shut up
1636
+ - Hey. Stay out of trouble
1637
+ - try and stay out of trouble
1638
+ - try me
1639
+ - Mm... Pretty place Be a shame to have to kill someone here
1640
+ - God Save The King
1641
+ - Pretty sure theyre still mad
1642
+ - Now I know why they call this place dorado
1643
+ - woop woop
1644
+ - anchors away
1645
+ - gone fishin
1646
+ - arrr matey
1647
+ - come closer
1648
+ - Ultimate - Eat This
1649
+ - Oooh, they stocked up again
1650
+ - idiot
1651
+ - everyone has a plan til they get punched in the mouth
1652
+ - a reward fit for a king
1653
+ - whatever you say
1654
+ - shiny
1655
+ - No job too big, no score too small
1656
+ - so much drama
1657
+ - Activating the barrier!
1658
+ - Barrier in place!
1659
+ - Observe the barrier!
1660
+ - Back to me!
1661
+ - Retrieving the barrier!
1662
+ - Barrier integrity failing!
1663
+ - Barrier is about to break!
1664
+ - Barrier is fracturing!
1665
+ - Barrier is under attack!
1666
+ - Barrier is under heavy fire!
1667
+ - Barrier is unstable!
1668
+ - Barrier experiment failed!
1669
+ - Barrier is out of existence!
1670
+ - My barrier is destroyed! 2
1671
+ - The barrier no longer exists!
1672
+ - Give me a moment! One moment!!
1673
+ - Give me a moment to think!
1674
+ - Look at this pattern!
1675
+ - This pattern!
1676
+ - The equation... what was that equation again
1677
+ - The dragon has been consumed
1678
+ - Draw
1679
+ - I felt a chill
1680
+ - Justice has embraced me
1681
+ - Not fast enough
1682
+ - Gravity is shackled!
1683
+ - I have harnessed the harness
1684
+ - Impact!
1685
+ - What an impact!
1686
+ - Wholly predictable!
1687
+ - "(Dutch) The universe sings to me!"
1688
+ - "(Ultimate) What is that melody"
1689
+ - And they all fall down!
1690
+ - Fall!
1691
+ - No one escapes gravity!
1692
+ - To dust you shall return!
1693
+ - There is no obligation
1694
+ - A lovely day for field research
1695
+ - "(distracted humming) Oh! I see. (clears throat)"
1696
+ - Double... triple... quadruple check your math!
1697
+ - Soon we will see if the hypotheses are correct
1698
+ - We need a moment to ensure all our equations are correct
1699
+ - Begin the experiment
1700
+ - "(Dutch) (laughs) You never know how things will turn out"
1701
+ - An unexpected but not unwelcome development
1702
+ - If only the answers were simple
1703
+ - Stardust to stardust
1704
+ - The breakthrough was near... I-I could feel it
1705
+ - The equations were correct... the problem must lie elsewhere
1706
+ - A marked improvement
1707
+ - Condition restored
1708
+ - "(Dutch) I feel much better"
1709
+ - Much better
1710
+ - Everything is falling into place!
1711
+ - Not to be academic, but I believe that one would call this being on fire
1712
+ - The universe flows through me
1713
+ - What a curious feeling!
1714
+ - What is this power
1715
+ - It cannot be stopped
1716
+ - With power such possibility
1717
+ - No no no!
1718
+ - This does not compute!
1719
+ - "(Dutch) Gosh darn it!"
1720
+ - It seems we have a consensus
1721
+ - Simple arithmetic
1722
+ - "(chuckle) My theories are confirmed"
1723
+ - Peer reviewed
1724
+ - Impossible! An enemy returns
1725
+ - A scientific miracle
1726
+ - Where was I
1727
+ - Sigma present
1728
+ - Evidence suggests a sniper ahead
1729
+ - Enemies in our orbit
1730
+ - Enemy turret ahead
1731
+ - The enemy has a teleporter
1732
+ - Behind you!
1733
+ - If we continue upon this trajectory, a less than satisfying outcome is a certainty
1734
+ - This may yield a positive outcome. We must hurry!
1735
+ - Entity terminated
1736
+ - "(Dutch) Jackpot!"
1737
+ - Like Newton and the apple
1738
+ - Surely there is a more elegant solution
1739
+ - The mysteries of the universe are open to you now
1740
+ - The theories are correct!
1741
+ - Poor practices
1742
+ - Give Dr. Winston my regards
1743
+ - "(Dutch) (laughs) The monkey is out of the bag"
1744
+ - An elementary application!
1745
+ - "(sighs) Like the impression of a dying star"
1746
+ - Revolutionary
1747
+ - What is this... violence
1748
+ - Ah! The results are reproducible!
1749
+ - "(laughs) A welcome recurrence. "
1750
+ - The experiment produces consistent results! We should continue
1751
+ - "(Dutch) Calling the shots for now!"
1752
+ - The data pool increases
1753
+ - Enemy turret theory disproven
1754
+ - Enemy teleporter eliminated
1755
+ - Back!
1756
+ - 'Oh, pardon '
1757
+ - Unfortunate
1758
+ - Always nice to see a colleague at work
1759
+ - Simply brilliant!
1760
+ - "(Dutch) Hello"
1761
+ - Hello
1762
+ - "(Dutch) Hi!"
1763
+ - Oh, hello
1764
+ - "(Dutch) Thank you"
1765
+ - Thank you
1766
+ - Acknowledged
1767
+ - Confirmed
1768
+ - Understood
1769
+ - Defend the objective!
1770
+ - Keep them from the objective!
1771
+ - Onto the objective
1772
+ - Take the objective!
1773
+ - To succeed, the objective must be taken
1774
+ - Aid the payload on its trajectory!
1775
+ - Bring the payload to a stop!
1776
+ - The payload most move!
1777
+ - Capture the enemy flag!
1778
+ - Defend the flag!
1779
+ - Do not let the flag fall into their hands!
1780
+ - Take the enemy flag!
1781
+ - I require healing
1782
+ - Need Healing 2
1783
+ - Need Healing
1784
+ - Assemble at this location
1785
+ - Assemble at this location 2
1786
+ - Group up here
1787
+ - Group up here 2
1788
+ - Following your lead
1789
+ - Ult Charging 3
1790
+ - Ult Charging
1791
+ - Ult Charging 2
1792
+ - Ult Almost Ready 2
1793
+ - Ult Almost Ready
1794
+ - Ult Ready
1795
+ - Ult Ready 2
1796
+ - dr odeorain
1797
+ - i saw you at lunas cabaret
1798
+ - "(laughs) Get down with Sigma tonight, like a stroopwafel!"
1799
+ - By looking far out into space we are also looking far back into time, back toward the horizon of the universe
1800
+ - This is all Greek to me
1801
+ - Tempus fugit
1802
+ - Initiating the hack
1803
+ - Iniciando el hackeo
1804
+ - Here I am
1805
+ - Looking for me
1806
+ - Been here all along
1807
+ - Hey there
1808
+ - Miss me
1809
+ - Gotcha
1810
+ - He vuelto
1811
+ - Be right back
1812
+ - Beacon in place
1813
+ - Always leave yourself a back door
1814
+ - I might need this later
1815
+ - Ahorita regreso
1816
+ - Translocating
1817
+ - See you later
1818
+ - Cheers, love
1819
+ - Apagando las luces
1820
+ - EMP activated!
1821
+ - Reboot and try again
1822
+ - We all make mistakes
1823
+ - Ya estoy lista para ese trago
1824
+ - Hora de empezar de nuevo
1825
+ - No manches
1826
+ - Intentamos otra vez
1827
+ - Feeling much better
1828
+ - Mucho mejor
1829
+ - Much better
1830
+ - You have good taste
1831
+ - Damn it
1832
+ - Someone has to pull their weight around here
1833
+ - I thought so
1834
+ - Do I win a prize
1835
+ - It was nothing
1836
+ - Sombra online
1837
+ - Sniper! Ten cuidado
1838
+ - Enemies on my radar
1839
+ - El enemigo esta aqui.flac
1840
+ - Enemigo detectado
1841
+ - Enemy turret here
1842
+ - Find the teleporter
1843
+ - Someone find their teleporter!
1844
+ - Located their teleporter
1845
+ - They have a shield generator.
1846
+ - Found the shield generator.
1847
+ - Get to cover!
1848
+ - I am unstoppable!
1849
+ - The objective is compromised
1850
+ - Taking the objective. A little help would be appreciated!
1851
+ - Someone needs to get the payload moving!
1852
+ - We need to get the payload back on track
1853
+ - Payload Defense
1854
+ - Lighten up
1855
+ - Oh, pobrecita
1856
+ - Oh, pobrecito
1857
+ - Lo siento
1858
+ - Buenas noches
1859
+ - Taradita
1860
+ - Sorry Gabe
1861
+ - Huy! Que Miedo!.flac
1862
+ - Amateur hour
1863
+ - Te pasas de lanza.
1864
+ - Que triste
1865
+ - Enemy Turret offline
1866
+ - I blew up the tire, if anyone was wondering
1867
+ - Down for the count!
1868
+ - Back off!
1869
+ - I know Kung Fu
1870
+ - I knew you were good for something.flac
1871
+ - Must be some reason I keep you around
1872
+ - Buen Tiro!
1873
+ - Hey
1874
+ - Yonda
1875
+ - Thanks!
1876
+ - Thank you!
1877
+ - Got you!
1878
+ - I got it
1879
+ - I need healing!
1880
+ - Need healing over here!
1881
+ - Shields por favor!
1882
+ - I could use some shields!
1883
+ - Armor por favor!
1884
+ - Come over here!
1885
+ - EMP charged
1886
+ - My ultimate is ready
1887
+ - My ultimate is ready. Get in there!
1888
+ - My EMP is almost charged
1889
+ - My ultimate is almost ready
1890
+ - Boop!
1891
+ - De pelos
1892
+ - Did you mean to do that
1893
+ - Good one
1894
+ - Hack the planet
1895
+ - Just squishing a bug
1896
+ - Mess with the best and die like the rest
1897
+ - If you hold the information, you hold all the cards
1898
+ - You trying to be scary
1899
+ - I can be nice
1900
+ - Pleasure working with you McCree. If that is your real name
1901
+ - So what are we doing here, boss
1902
+ - What can I say. A girl just has to have the latest tech
1903
+ - Your friend, Katya Volskaya. What will you say when you learn the truth
1904
+ - Back home... I should go drop by the bakery
1905
+ - Do you ever stop and just look up at the sky. I hear you can see all sorts of things
1906
+ - I wonder how my friend is doing
1907
+ - Aloha
1908
+ - Hey dude
1909
+ - We need that payload to make a 180
1910
+ - Damn ankle busters
1911
+ - Mine deployed
1912
+ - Hasta luego
1913
+ - Too close for comfort
1914
+ - Cinco cuatro tres dos uno
1915
+ - Five, four, three, two, one
1916
+ - From light into being
1917
+ - Turret deployed
1918
+ - Turret online
1919
+ - Aligning defense system
1920
+ - Defenses in place
1921
+ - Turret in place
1922
+ - Sentry deployed
1923
+ - Sentry Turret placed
1924
+ - Turret was destroyed
1925
+ - My defenses are weakened
1926
+ - Intruder detected
1927
+ - My sentry was destroyed
1928
+ - The true enemy of humanity is disorder
1929
+ - If everyone performs their function
1930
+ - Do not deviate from the plan
1931
+ - I will shape order from chaos
1932
+ - Order will be restored
1933
+ - A momentary lapse
1934
+ - Death is an illusion
1935
+ - My work is not complete
1936
+ - I will correct my mistakes
1937
+ - I will follow my path
1938
+ - There is still much to be done
1939
+ - Much better
1940
+ - I am restored
1941
+ - I have reached peak performance levels
1942
+ - My full potential is unlocked
1943
+ - My power grows
1944
+ - System Optimized
1945
+ - Our fates are entwined
1946
+ - Perfect alignment
1947
+ - Damn
1948
+ - A performance worthy of repetition
1949
+ - Ah, that is the way!
1950
+ - As it should be
1951
+ - I will show you the path
1952
+ - They have revived
1953
+ - Symmetra reporting
1954
+ - Sniper
1955
+ - I have located the enemy
1956
+ - Enemy turret ahead
1957
+ - The enemy possesses a teleporter, we must locate it
1958
+ - We must locate their teleporter
1959
+ - Enemy teleporter located. We must destroy it
1960
+ - Behind you!
1961
+ - Do not let up, victory will soon be ours
1962
+ - If we work in unison, our defense will be impenetrable
1963
+ - Defend together! It will not be long now
1964
+ - Attack now or we are defeated!
1965
+ - Secure the objective!
1966
+ - Time grows short but we must fight to the end
1967
+ - Time is running out, we must not fail
1968
+ - Align our attack, move the payload
1969
+ - I am at the objective, we must take it quickly
1970
+ - I am claiming the objective, support me
1971
+ - I am taking the objective, all is going according to plan
1972
+ - We must hold the point against their attack!
1973
+ - Reinforce our defenses, we must hold them back!
1974
+ - Consolidate our defenses on the point!
1975
+ - The payload moves, as must we
1976
+ - The payload moves to its destination all according to plan
1977
+ - The payload is moving, converge upon it
1978
+ - The payload is moving, we must pull together
1979
+ - Together we must stop the payload, this is the way it must be
1980
+ - We must stop the payload!
1981
+ - The payload has stopped, we must get it moving
1982
+ - The payload has stopped, we must get our plan back on track
1983
+ - Just as expected
1984
+ - Order is restored
1985
+ - The balance shifts in my favor
1986
+ - Perception is your weakness
1987
+ - Why do you struggle against your fate
1988
+ - You are unworthy of the true reality
1989
+ - Know your place
1990
+ - Perfection
1991
+ - You are trapped in your own mind
1992
+ - This is the order of things
1993
+ - That was for your own good
1994
+ - You lack imagination
1995
+ - You were not meant for greatness
1996
+ - All according to plan.
1997
+ - A punishment for your crimes
1998
+ - Everything in its place
1999
+ - The pattern develops
2000
+ - This is the shape of things to come
2001
+ - Enemy turret destroyed An inferior design
2002
+ - Enemy turret destroyed
2003
+ - Enemy teleporter destroyed. Hm
2004
+ - Get back
2005
+ - Know your place2
2006
+ - Shameful
2007
+ - You perform your function admirably
2008
+ - Well executed
2009
+ - I had not forgotten you
2010
+ - The enemy team has been eliminated
2011
+ - All enemies eliminated
2012
+ - Hello
2013
+ - Hello 2
2014
+ - Greetings
2015
+ - Thank you
2016
+ - You have my thanks
2017
+ - Understood
2018
+ - I understand
2019
+ - Acknowledged
2020
+ - I need healing
2021
+ - I require healing
2022
+ - Form up
2023
+ - Group up
2024
+ - Group up with me
2025
+ - Group up here
2026
+ - My ultimate is charging
2027
+ - My Teleporter is almost ready to deploy
2028
+ - My ultimate is almost ready
2029
+ - My ultimate ability is ready
2030
+ - Teleporter ready for deployment
2031
+ - My teleporter is ready to deploy
2032
+ - Such a lack of imagination
2033
+ - Everything by design
2034
+ - Exquisite
2035
+ - How unsightly
2036
+ - Impressive
2037
+ - Perfect harmony
2038
+ - Precisely
2039
+ - I will put you in your place
2040
+ - Welcome to my reality
2041
+ - Why do you struggle
2042
+ - Hard work and dedication pays off
2043
+ - Work with a street ruffian
2044
+ - What you call freedom is an illusion that causes more harm than good
2045
+ - What you call freedom, I call anarchy.
2046
+ - Vishkar is building a better future
2047
+ - You should return what you stole
2048
+ - Of course science obeys the laws of nature
2049
+ - Armor How positively medieval
2050
+ - This would be a perfect location for a Vishkar development
2051
+ - Creating a barrier
2052
+ - Projecting a barrier
2053
+ - Projecting barrier
2054
+ - I will shield you Photon Barrier
2055
+ - I will shield us
2056
+ - This will protect you
2057
+ - This will protect us
2058
+ - Barrier is on its way
2059
+ - Photon Barrier Deployed
2060
+ - Instancing Photon Barrier
2061
+ - Shield engaged
2062
+ - I will shield you
2063
+ - Be shielded
2064
+ - You are shielded
2065
+ - Shield matrix established
2066
+ - Everyone is protected
2067
+ - Turret available for deployment
2068
+ - Defensive matrix established.ogg
2069
+ - There is a gap in my defense matrix
2070
+ - Teleporter on-line. I have opened the path
2071
+ - Teleporter on-line. We move swiftly
2072
+ - Shield generator online. You are protected
2073
+ - Shield generator online. Defense matrix established
2074
+ - Shield matrix established Shield Generator
2075
+ - Protect the teleporter.
2076
+ - Teleporter is under attack
2077
+ - My shield generator is under attack
2078
+ - Teleporter destroyed
2079
+ - My teleporter has been destroyed
2080
+ - My teleporter has been destroyed. The path is closed
2081
+ - My teleporter has been destroyed. The way is closed
2082
+ - Teleporter offline
2083
+ - My teleporter is offline
2084
+ - Teleporter offline. The path is closed
2085
+ - My teleporter is offline. The path is closed
2086
+ - My teleporter is offline. The way is closed
2087
+ - My shield generator has been destroyed
2088
+ - My shield generator is offline
2089
+ - Blink laugh
2090
+ - Whee!
2091
+ - Whoa
2092
+ - Blink Wicked
2093
+ - yeah
2094
+ - Just in time
2095
+ - Now, where were we
2096
+ - Got ya!
2097
+ - Gotcha
2098
+ - Nailed it!
2099
+ - Right on target
2100
+ - Bombs away!
2101
+ - Here ya go!
2102
+ - Wait for it...
2103
+ - You need a time out
2104
+ - Cracking
2105
+ - Oi this is no time for standing around
2106
+ - Wait for me
2107
+ - Well that just happened
2108
+ - Back to work
2109
+ - Back in the fight!
2110
+ - All eyes on me!
2111
+ - im in the zone
2112
+ - Sensational!
2113
+ - Aww thanks loves
2114
+ - Excelsior
2115
+ - Aww yeah
2116
+ - nice save
2117
+ - Tracer here
2118
+ - Sniper
2119
+ - There they are
2120
+ - Enemy turret ahead
2121
+ - Find their teleporter
2122
+ - Found their teleporter!
2123
+ - Behind you
2124
+ - Recall Gasp
2125
+ - The objective is mine
2126
+ - defend the objective
2127
+ - payloads moving
2128
+ - payloads stopped
2129
+ - This time stay down
2130
+ - Speed Kills
2131
+ - Sorry, cap!
2132
+ - Death comes!
2133
+ - No one likes a thief
2134
+ - That felt good
2135
+ - squished
2136
+ - Sorry, big guy!
2137
+ - Looks like you need a time out!
2138
+ - Get stuffed!
2139
+ - Ha! Bet that smarts!
2140
+ - Ha! Fantastic!
2141
+ - Ha! Tip-Top!
2142
+ - Brilliant!
2143
+ - Wicked!
2144
+ - Nice one!
2145
+ - Enemy turret down
2146
+ - Enemy teleporter destroyed
2147
+ - pow
2148
+ - And stay down
2149
+ - down for the count
2150
+ - Take that!
2151
+ - you can be my wingman
2152
+ - nice one rein
2153
+ - enemy team eliminated
2154
+ - Hiya
2155
+ - heya
2156
+ - Hi
2157
+ - Thank you
2158
+ - Thanks
2159
+ - Thanks love
2160
+ - Understood
2161
+ - I need healing
2162
+ - I could use some healing
2163
+ - hey doc
2164
+ - I need shields
2165
+ - I could use some shields
2166
+ - I need armor
2167
+ - group up
2168
+ - Group up here
2169
+ - Group up with me
2170
+ - My ultimate is charging
2171
+ - My ultimate is almost ready
2172
+ - Pulse bomb ready
2173
+ - you got it2
2174
+ - Aww rubbish
2175
+ - Be right back
2176
+ - Check me out
2177
+ - Keep calm and Tracer on
2178
+ - She shoots she scores
2179
+ - The world could always use more heroes
2180
+ - I have this under control
2181
+ - Looks like you need a time out
2182
+ - Eat my dust
2183
+ - Time Out
2184
+ - Ooh scary
2185
+ - Boo!
2186
+ - Ho ho ho!
2187
+ - dont be daft
2188
+ - sorry im late
2189
+ - Time is on my side
2190
+ - did I miss something
2191
+ - I knew I forgot something
2192
+ - Over my dead body
2193
+ - lucio ill race ya
2194
+ - Then stay out of our way!
2195
+ - mei youre the real hero
2196
+ - Okay, Dad!
2197
+ - wont be a problem if you just disappear
2198
+ - dont think i dont recognize
2199
+ - dont think im happy about that
2200
+ - Oh, Winston! Got your favorite!
2201
+ - I think static noises
2202
+ - honor to meet
2203
+ - Back in my old stomping ground
2204
+ - Pub anyone
2205
+ - Should we nip to the pub
2206
+ - I could murder a chippie
2207
+ - I could murder a chip sarnie
2208
+ - i wonder if i left anything
2209
+ - tosser
2210
+ - False start
2211
+ - I got my second wind
2212
+ - Whew I think I hit the wall
2213
+ - On your marks get set go
2214
+ - here comes t racer
2215
+ - Dashing through the snow
2216
+ - Ho ho ho
2217
+ - Got ya something
2218
+ - I think I heard some slay bells
2219
+ - You were on the naughty list
2220
+ - Ohh sorry Santa
2221
+ - Cheers love the holidays are here
2222
+ - youre going on my nice list
2223
+ - Get out of there
2224
+ - Ive got you covered
2225
+ - Dans ma ligne de mire
2226
+ - I see you, do you see me
2227
+ - Allez, montre-toi
2228
+ - Ah, je te vois
2229
+ - My gift to you
2230
+ - Oh. Did that sting
2231
+ - Watch your step
2232
+ - La veuve tisse sa toile
2233
+ - No one can hide from my sight
2234
+ - One shot, one kill
2235
+ - Huh, here I am
2236
+ - Now You have my attention
2237
+ - Rendez-vous avec la mort
2238
+ - I needed that
2239
+ - Much better
2240
+ - You must like me
2241
+ - Merci
2242
+ - be alert they are back
2243
+ - havent had enough
2244
+ - Widowmaker here
2245
+ - Widowmaker, au rapport
2246
+ - Sniper. Leave this to me
2247
+ - Sniper... amateur
2248
+ - We need to defend the objective
2249
+ - Goodbye Adieu
2250
+ - A beautiful death
2251
+ - Americans
2252
+ - Like mother, like daughter
2253
+ - Death becomes you
2254
+ - Pathetic
2255
+ - Shameful
2256
+ - Please
2257
+ - such artistry
2258
+ - Talon strikes
2259
+ - Hello there
2260
+ - Hello
2261
+ - Merci
2262
+ - Understood
2263
+ - Acknowledged
2264
+ - i need healing
2265
+ - I need shields
2266
+ - Need armor
2267
+ - Group up here
2268
+ - A single death can change everything
2269
+ - Encore
2270
+ - Let them eat cake
2271
+ - Cherchez la femme
2272
+ - Magnifique
2273
+ - une balle un mort
2274
+ - Step into my parlor. said the spider to the fly
2275
+ - the perfomance is about to
2276
+ - your emotions make you
2277
+ - 'You were once a legend, but what are you now. Just a shell of a woman '
2278
+ - This is no place for children
2279
+ - that would be the last mistake
2280
+ - it would be a shame if something
2281
+ - An annoyance
2282
+ - so predictable tracer
2283
+ - i dont even feel the cold
2284
+ - no one can hide from the huntress
2285
+ - the huntress gets her prey
2286
+ - Coming through
2287
+ - Pardon me
2288
+ - Excuse me for dropping in
2289
+ - Hello there
2290
+ - Barrier activated
2291
+ - Barrier up
2292
+ - This will protect us
2293
+ - Barrier failing!
2294
+ - Ultimate - Roar
2295
+ - I seem to have, uh, lost my temper
2296
+ - I, uh, appear to have lost control
2297
+ - Ahem, uh, where were we
2298
+ - Ahem, um, pardon me
2299
+ - Imagination is the essence of discovery
2300
+ - Together, we can solve any problem
2301
+ - Further experimentation required
2302
+ - Hmm, once more unto the breach
2303
+ - Onward and upward!
2304
+ - Reengaging
2305
+ - Through the miracle of science!
2306
+ - Vital signs normalizing
2307
+ - Damage output increased
2308
+ - Weapon system optimized!
2309
+ - Feeling drained
2310
+ - Every little bit counts
2311
+ - Enemies reengaging!
2312
+ - Winston reporting
2313
+ - Sniper! Be careful
2314
+ - Enemy detected
2315
+ - Enemies detected!
2316
+ - Turret ahead, use caution
2317
+ - They have a teleporter somewhere
2318
+ - We need to locate their teleporter!
2319
+ - Behind you!
2320
+ - Take cover!
2321
+ - I need a hand here!
2322
+ - I could use some help!
2323
+ - Uh, little help here
2324
+ - Feeling powerful!
2325
+ - By my calculations, our defenses will hold
2326
+ - Haha, countdown to defensive victory initiated
2327
+ - Uh, cursory evaluation suggests time is running out
2328
+ - If we work together
2329
+ - The odds are in our favor, press the attack!
2330
+ - Our enemies are taking the point!
2331
+ - Payload stalled!
2332
+ - Uh, we have to get this thing moving again
2333
+ - We need to move the payload!
2334
+ - Escorting the payload
2335
+ - You know what they say, a payload in motion stays in motion
2336
+ - Payload in transit
2337
+ - It appears the payload is moving!
2338
+ - We must intercept the payload
2339
+ - We need to stop the payload!
2340
+ - One for the archives
2341
+ - Would you like to donate your body to science
2342
+ - You, stay away from my computer systems
2343
+ - Enemy turret neutralized
2344
+ - Enemy teleporter destroyed
2345
+ - Nice shot!
2346
+ - Tracer, no!
2347
+ - Hello
2348
+ - Hey
2349
+ - Hi there
2350
+ - Thanks
2351
+ - Thank you
2352
+ - Thank you!
2353
+ - Acknowledged
2354
+ - Absolutely!
2355
+ - Got it
2356
+ - You got it!
2357
+ - Need healing!
2358
+ - I need healing
2359
+ - I could use some healing
2360
+ - Need armour
2361
+ - I need armour!
2362
+ - Need shields
2363
+ - I could use some shields
2364
+ - We could use a healer
2365
+ - Group up!
2366
+ - Group up with me
2367
+ - Form up!
2368
+ - My ultimate is charging
2369
+ - My ultimate is almost ready!
2370
+ - My ultimate is ready!
2371
+ - Curious
2372
+ - How embarrassing!
2373
+ - No, I do not want a banana
2374
+ - Natural selection!
2375
+ - No monkey business
2376
+ - Did someone say peanut butter
2377
+ - Sorry about that!
2378
+ - The power of science!
2379
+ - Houston, we have a problem
2380
+ - This is not a costume
2381
+ - I, uh, got you something
2382
+ - That was awesome!
2383
+ - I Get That A Lot
2384
+ - Uhm, okay, I guess. We got this big mission coming up-- Oh, I get it
2385
+ - Genji, this is just like old times
2386
+ - Oh, uhm, thanks, I like yours, too
2387
+ - Someone has to
2388
+ - Need any adjustments to your chronal accelerator
2389
+ - For the last time, no more bananas!
2390
+ - I would kill for some tacos
2391
+ - You know, they asked me to be in a movie once
2392
+ - Horizon Lunar Colony Map - The First Day Or So
2393
+ - A city run by scientists, smart
2394
+ - Now is the winter of our discontent
2395
+ - Happy holidays!
2396
+ - Overwatch made mistakes in the past, I hope that we can fix them
2397
+ - Five, four, three, two, one
2398
+ - In five, four, three, two, one
2399
+ - Always liked working with you too
2400
+ - I like to leave the heavy lifting
2401
+ - Barrier activated
2402
+ - Bring it
2403
+ - Give me your best shot
2404
+ - Ready for battle
2405
+ - Is that all youve got
2406
+ - That tickles
2407
+ - Maximum charge
2408
+ - Fire at will!
2409
+ - Gravity kills
2410
+ - Do you even lift
2411
+ - Together we are strong
2412
+ - Be sure to stretch
2413
+ - During Set Up - Just Like In Training Visualize Then Execute
2414
+ - Give me another shot
2415
+ - Respawn - I Will Never Surrender
2416
+ - Much better
2417
+ - I am on fire Everyone follow me
2418
+ - I am even stronger
2419
+ - Now see what I can do
2420
+ - Laugh
2421
+ - Voted Epic - Hard Work Is Its Own Reward
2422
+ - Voted Legendary - I Do It For My Country
2423
+ - A second chance
2424
+ - They have been revived
2425
+ - Zarya, ready for duty
2426
+ - Sniper, be wary
2427
+ - Enemy contact
2428
+ - Enemy turret ahead
2429
+ - They must have a teleporter
2430
+ - Teleporter located
2431
+ - We are out of time attack
2432
+ - This is it, push forward!
2433
+ - Push forward
2434
+ - They are running out of time, we must hold them back
2435
+ - They must not get past
2436
+ - Just a little longer, turn them back
2437
+ - Turn them back
2438
+ - I am taking the objective, reinforce this position
2439
+ - I claim this objective, stand with me
2440
+ - Everyone, on the objective
2441
+ - Get on the objective, we cannot let it fall into their hands
2442
+ - Push them back
2443
+ - Escorting the payload
2444
+ - I am moving the payload fall in with me
2445
+ - Let us stop the payload together
2446
+ - The payload is moving, halt their progress
2447
+ - They are moving the payload, stop them!
2448
+ - The payload stopped get it moving
2449
+ - We need to get the payload moving
2450
+ - Primary objective, move the payload
2451
+ - Final Blow - I Am The Champion
2452
+ - Your team was depending on you
2453
+ - I am just getting warmed up
2454
+ - Final Blow - Check Out This Gun
2455
+ - Final Blow - Promising..... But Not Good Enough
2456
+ - Never Trust
2457
+ - Enemy turret eliminated
2458
+ - The enemy teleporter is destroyed
2459
+ - Take the pain
2460
+ - Weak
2461
+ - Nice shot
2462
+ - Remember me
2463
+ - Hello - Privet
2464
+ - Thank you
2465
+ - Thank - Spasibo
2466
+ - Acknowledged
2467
+ - I am injured
2468
+ - Need armour
2469
+ - Join me
2470
+ - Get down give me twenty
2471
+ - I can bench more than you
2472
+ - I will break you
2473
+ - Are you in need of personal training
2474
+ - Big, fuzzy Siberian bear
2475
+ - Born in Battle
2476
+ - I have destroyed more of your kind than I can count
2477
+ - How do I trust a man who is half machine
2478
+ - Reinhardt. You said you would arm wrestle me. Nervous
2479
+ - I will not let the fate that befell this place happen to my country!
2480
+ - The humans who live here are fools to trust the omnics
2481
+ - Katya is a hero to my people. We must protect what she has built
2482
+ - Be one with the Universe
2483
+ - Be reborn
2484
+ - Embrace tranquility
2485
+ - Free your mind
2486
+ - Gaze into the Iris
2487
+ - Open your mind
2488
+ - Walk in harmony
2489
+ - We walk in harmony my student
2490
+ - We are as one my sister
2491
+ - Bask in the shadow of doubt
2492
+ - Darkness falls
2493
+ - There is chaos within you
2494
+ - There is disquiet in your soul
2495
+ - You are your own worst enemy
2496
+ - I know the doubts that plague you
2497
+ - You have much to learn
2498
+ - Experience tranquility
2499
+ - Pass into the Iris
2500
+ - True self is without form
2501
+ - A chance to focus
2502
+ - A closed mind is already defeated
2503
+ - A disciplined mind is your most dependable ally
2504
+ - Consider only victory, make defeat an impossibility in your mind
2505
+ - A momentary setback
2506
+ - A temporary setback
2507
+ - Adversity is an opportunity for change
2508
+ - Overconfidence is a flimsy shield
2509
+ - Pain is an excellent teacher
2510
+ - Repetition is the path to mastery
2511
+ - The cycle begins anew
2512
+ - The outcome is not preordained
2513
+ - I am made whole
2514
+ - I am restored
2515
+ - My systems are restored
2516
+ - I am on fire
2517
+ - I am on fire, but an extinguisher is not required
2518
+ - I feel the warmth of the Iris flowing through me
2519
+ - Energy flows through me
2520
+ - My spirit is strong
2521
+ - Now to strike
2522
+ - I feel greatly empowered
2523
+ - I feel unstoppable!
2524
+ - I welcome adversity
2525
+ - Excellence is its own reward
2526
+ - Wonderful
2527
+ - The gods have selected me
2528
+ - Our enemies return
2529
+ - I return
2530
+ - Zenyatta is here
2531
+ - I see a sniper
2532
+ - Sniper
2533
+ - Enemy detected
2534
+ - The enemy is here
2535
+ - A turret lies before us, it is quite real
2536
+ - A turret lies in our way
2537
+ - The enemy possesses a teleporter
2538
+ - We must locate their teleporter
2539
+ - Behind you
2540
+ - Get out of there!
2541
+ - I need help
2542
+ - I require assistance
2543
+ - Falter now, and we will succumb to defeat
2544
+ - Victory is within our grasp hold strong
2545
+ - Time grows short attack
2546
+ - Time is an illusion
2547
+ - We must focus our attack upon the payload
2548
+ - We must wrest victory from the jaws of time
2549
+ - Our objective will soon belong to the enemy
2550
+ - Destiny has drawn me to the objective
2551
+ - I am becoming one with the objective
2552
+ - I am taking the objective, join me
2553
+ - The payload must be moved
2554
+ - The payload rests idle
2555
+ - My path has converged with that of the payload
2556
+ - The payload and I move as one
2557
+ - The payload proceeds on its path
2558
+ - The payload moves closer to the threshold of our defeat
2559
+ - The payload moves like a stone
2560
+ - A lesson in humility
2561
+ - Do not be discouraged everyone begins in ignorance
2562
+ - Hatred is not strategy
2563
+ - If you do not bend, you break
2564
+ - In anger you defeat only yourself
2565
+ - One cannot survive on strength alone
2566
+ - You must learn from your mistakes
2567
+ - You refuse to learn
2568
+ - Your weakness is revealed
2569
+ - I win this round, Genji
2570
+ - The master still has a few tricks
2571
+ - Move too quickly and you overlook much
2572
+ - Justice is defined by the hand that claims it
2573
+ - Eager to Learn
2574
+ - Revenge is not justice
2575
+ - All-Knowing
2576
+ - I feel neither joy nor remorse amidst such death
2577
+ - A glimpse of mastery
2578
+ - The turret is no more
2579
+ - The turret no longer exists
2580
+ - Impressive
2581
+ - Well done Genji
2582
+ - To hold a grudge is unhealthy- for you
2583
+ - Our enemies have been eliminated but they will return
2584
+ - The enemy team has been eliminated
2585
+ - The enemy team is not in existence for now
2586
+ - Greetings
2587
+ - Peace be upon you
2588
+ - My thanks
2589
+ - Thank you
2590
+ - You have my thanks
2591
+ - Acknowledged
2592
+ - I am in agreement
2593
+ - I understand
2594
+ - Understood
2595
+ - I need healing
2596
+ - I require healing
2597
+ - I need armor
2598
+ - I require armor
2599
+ - I need shields
2600
+ - I require shields
2601
+ - Come here for healing
2602
+ - Come to me for healing
2603
+ - Form Up
2604
+ - Group up
2605
+ - Group up here
2606
+ - Group up with me
2607
+ - Join me
2608
+ - My ultimate ability is ready
2609
+ - My ultimate is ready, proceed without fear
2610
+ - Ready for Transcendence
2611
+ - We are in harmony
2612
+ - Death is whimsical today
2613
+ - Do I think, does a submarine swim
2614
+ - Free your mind
2615
+ - Hello world
2616
+ - I dreamt I was a butterfly
2617
+ - I think, therefore I am
2618
+ - I will not juggle
2619
+ - Life is more than a series of ones and zeroes
2620
+ - Peace and blessings be upon you all
2621
+ - The Iris embraces you
2622
+ - Always strive for improvement
2623
+ - Trick or treat
2624
+ - No snowflake ever falls in the wrong place
2625
+ - Every rooster crows in its own pen
2626
+ - How Disappointing
2627
+ - Tell me your thoughts, my friend
2628
+ - It is good to fight alongside one of my brightest pupils
2629
+ - Even the teacher can learn from his student
2630
+ - I sense within you the same rage that once consumed your brother
2631
+ - Do you have any dreams
2632
+ - I would be happy to teach you
2633
+ - To us all, I miss him greatly
2634
+ - And I will watch your back in turn
2635
+ - So this is where you grew up. You must show me around
2636
+ - If only human and omnic could learn to live in peace here
2637
+ - It does, my brother Mondatta gave much to improve their lives, but it was not to be
2638
+ - It is good to return, but am I still welcome here
2639
+ - I can feel the embrace of the Iris so strongly here
2640
+ - How wonderful, a place where omnic and human live as equals
2641
+ - What a fascinating place
2642
+ - Be one with the darkness
2643
+ - Walk in shadow
2644
+ - Embrace oblivion
2645
+ - We walk in the shadows, my apprentice
2646
+ - Darkness envelops all
2647
+ - Be consumed by the shadows
2648
+ - Listen to the whispers of madness
2649
+ - Experience nothingness
2650
+ - Pass into the unknown
2651
+ - Zenyatta is everywhere
2652
+ - Curses and Madness be upon you all
2653
+ - The Iris consumes you
2654
+ - Trick or Treat