Advertisement
Guest User

fixed Locales.lua Rarity WOW Addon

a guest
Nov 25th, 2016
960
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 442.40 KB | None | 0 0
  1. local L
  2. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "enUS", true)
  3. L["Loading"] = true
  4. L["Loaded (running in debug mode)"] = true
  5. L["Profile modified, rebooting"] = true
  6. L["(running in debug mode)"] = true
  7. L["Grow Up"] = true
  8. L["Debug mode OFF"] = true
  9. L["Debug mode ON"] = true
  10. L["None"] = true
  11. L["Tooltip can't be shown in combat"] = true
  12. L["Rarity is loading..."] = true
  13. L["Welcome to Rarity r%d. Your settings have been reset."] = true
  14. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = true
  15. L["Obtained On Your First Attempt"] = true
  16. L["Obtained After %d Attempts"] = true
  17. L["Unknown"] = true
  18. L["Attempts"] = true
  19. L["Progress"] = true
  20. L["Likelihood"] = true
  21. L["Time"] = true
  22. L["Battle Pets"] = true
  23. L["%s: %d attempt"] = true
  24. L["%s: %d attempts"] = true
  25. L["Luckiness"] = true
  26. L["Lucky"] = true
  27. L["Unlucky"] = true
  28. L["Mounts"] = true
  29. L[" (Group)"] = true
  30. L["Shift-Click to open options"] = true
  31. L["Click to toggle the progress bar"] = true
  32. L["%d attempt - %.2f%%"] = true
  33. L["%d attempts - %.2f%%"] = true
  34. L["Found on your first attempt!"] = true
  35. L["Found after %d attempts!"] = true
  36. L["%s: collection completed!"] = true
  37. L["Toys & Items"] = true
  38. L["%s: %d attempt (%d total)"] = true
  39. L["%s: %d attempts (%d total)"] = true
  40. L["%s: Found on the first attempt!"] = true
  41. L["%s: Found after %d attempts!"] = true
  42. L["Dwarf"] = true
  43. L["Draenei"] = true
  44. L["Fossil"] = true
  45. L["Night Elf"] = true
  46. L["Nerubian"] = true
  47. L["Orc"] = true
  48. L["Tol'vir"] = true
  49. L["Troll"] = true
  50. L["Vrykul"] = true
  51. L["Other"] = true
  52. L["Drops from NPC(s)"] = true
  53. L["Drops from a boss requiring a group"] = true
  54. L["Drops from any mob in a zone"] = true
  55. L["Obtained by using an item or opening a container"] = true
  56. L["Obtained by fishing"] = true
  57. L["Obtained as an archaeology project"] = true
  58. L["Mount"] = true
  59. L["Battle Pet"] = true
  60. L["Toy or Item"] = true
  61. L["Usually requires a group of around %d players"] = true
  62. L["1 in %d chance"] = true
  63. L["Lucky if you obtain in %d or less"] = true
  64. L["Since last drop"] = true
  65. L["Time spent farming"] = true
  66. L["Chance so far"] = true
  67. L["Total"] = true
  68. L["Total found"] = true
  69. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = true
  70. L["Data has been imported from Bunny Hunter"] = true
  71. L["#%d: %d attempt (%.2f%%)"] = true
  72. L["#%d: %d attempts (%.2f%%)"] = true
  73. L["Already known"] = true
  74. L["General"] = true
  75. L["Show minimap icon"] = true
  76. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = true
  77. L["Announcements"] = true
  78. L["Enable announcements"] = true
  79. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = true
  80. L["Feed text"]= true
  81. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = true
  82. L["Minimal"] = true
  83. L["Normal"] = true
  84. L["Verbose"] = true
  85. L["%d attempts"] = true
  86. L["%d attempt"] = true
  87. L["%s: %d attempt - %.2f%%"] = true
  88. L["%s: %d attempts - %.2f%%"] = true
  89. L["Create a new item to track"] = true
  90. L["Delete this item"] = true
  91. L["Are you sure you want to delete this item?"] = true
  92. L["Create a New Item"] = true
  93. L["New item"] = true
  94. L["Custom"] = true
  95. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid.\n\nYou can't change this name after you create the item, so choose it well."] = true
  96. L["Item ID"] = true
  97. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = true
  98. L["You must enter an item ID."] = true
  99. L["You must enter a valid number."] = true
  100. L["You entered an item ID that is already being used by another item."] = true
  101. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = true
  102. L["Chance"] = true
  103. L["You must enter an amount."] = true
  104. L["You must enter a number larger than 1."] = true
  105. L["You must enter a number larger than or equal to 0."] = true
  106. L["How many attempts you've made so far."] = true
  107. L["Track this"] = true
  108. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = true
  109. L["Repeatable"] = true
  110. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = true
  111. L["Enables announcements whenever you complete a new attempt toward this item."] = true
  112. L["Type of item"] = true
  113. L["Announce"] = true
  114. L["Determines what type of item this is."] = true
  115. L["Identify the Item"] = true
  116. L["Toggles"] = true
  117. L["Statistics"] = true
  118. L["Spell ID"] = true
  119. L["You must enter a spell ID."] = true
  120. L["You entered a spell ID that is already being used by another item."] = true
  121. L["The spell ID of the item once you've learned it. This applies only to mounts and companions, and is the spell as it appears in your spell book after learning the item. Use WowHead or a similar service to lookup spell IDs. This must be a valid number and must be unique."] = true
  122. L["You must enter a number larger than 0."] = true
  123. L["Method of obtaining"] = true
  124. L["Determines how this item is obtained."] = true
  125. L["Group size"] = true
  126. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = true
  127. L["Equal odds"] = true
  128. L["Turn this on if the item requires a group to obtain, but every player gets an equal chance to obtain the item. This currently only applies to some of the holiday mounts. When you turn this on, Rarity will stop lowering your chance to obtain based on the group size."] = true
  129. L["Archaeology race"] = true
  130. L["Determines which race includes this archaeology project."] = true
  131. L["Zones"] = true
  132. L["A comma-separated list of the zones or sub-zones this item can be found in. For zones, you can enter either the Map ID (i.e. 811 is Vale of Eternal Blossoms), or the full name of the zone. For sub-zones, you must enter the full name of the sub-zone.\n\nEnter zone names with proper spelling, capitalization, and punctuation. They can be entered either in US English or your client's local language. Use WowHead or a similar service to make sure you're entering the zone names perfectly.\n\nPLEASE NOTE: Zone translations may not be correct. For zones, it is highly recommended that you use the Map ID instead of the name. For sub-zones, you must enter the name. If sub-zone detection isn't working for you, please visit the LibBabble-SubZone-3.0 library page on wowace.com and update the translations for your language."] = true
  133. L["One of the Map IDs you entered (%s) is incorrect. Please enter numbers larger than zero."] = true
  134. L["You must enter at least one zone."] = true
  135. L["Please enter a comma-separated list of zones."] = true
  136. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = true
  137. L["Items to Use"] = true
  138. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = true
  139. L["You must enter at least one item ID."] = true
  140. L["Please enter a comma-separated list of item IDs."] = true
  141. L["Every item ID must be a number greater than 0."] = true
  142. L["NPCs"] = true
  143. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = true
  144. L["You must enter at least one NPC ID."] = true
  145. L["Please enter a comma-separated list of NPC IDs."] = true
  146. L["Every NPC ID must be a number greater than 0."] = true
  147. L["The name you entered is already being used by another item. Please enter a unique name."] = true
  148. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = true
  149. L["Click to switch to this item"] = true
  150. L["Shift-Click to link your progress to chat"] = true
  151. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = true
  152. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = true
  153. L["lucky"] = true
  154. L["unlucky"] = true
  155. L["Requires a pool"] = true
  156. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = true
  157. L["Special case"] = true
  158. L["Obtained by mining"] = true
  159. L["Mysterious Camel Figurine"] = true
  160. L["Obtained by mining Elementium Vein"] = true
  161. L["Session"] = true
  162. L["Today"] = true
  163. L["Yesterday"] = true
  164. L["Last Week"] = true
  165. L["Last Month"] = true
  166. L["Left"] = true
  167. L["Right"] = true
  168. L["Hidden"] = true
  169. L["Controls on which side the secondary tooltip appears when you hover over an item in the main tooltip. If the main tooltip is on the right side of your screen, change this to Left. Otherwise, choose Right. You can also hide the status tooltip completely."] = true
  170. L["Kill Statistic IDs"] = true
  171. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item."] = true
  172. L["You must enter at least one Statistic ID."] = true
  173. L["Please enter a comma-separated list of Statistic IDs."] = true
  174. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item. These statistics will be added together. Use WowHead or a similar service to locate statistic IDs."] = true
  175. L["Ctrl-Click to change sort order"] = true
  176. L["Sorting by name"] = true
  177. L["Sorting by difficulty"] = true
  178. L["Sorting by percent complete"] = true
  179. L["Progress Bar"] = true
  180. L["Width"] = true
  181. L["Height"] = true
  182. L["Scale"] = true
  183. L["Show anchor"] = true
  184. L["Locked"] = true
  185. L["Other Requirements"] = true
  186. L["Horde only"] = true
  187. L["This item is only available to Horde players."] = true
  188. L["Alliance only"] = true
  189. L["This item is only available to Alliance players."] = true
  190. L["Debug mode"] = true
  191. L["Enter 1 or leave this blank to mark the item as soloable."] = true
  192. L["Classic"] = true
  193. L["The Burning Crusade"] = true
  194. L["Wrath of the Lich King"] = true
  195. L["Cataclysm"] = true
  196. L["Mists of Pandaria"] = true
  197. L["Holiday"] = true
  198. L["Content Category"] = true
  199. L["These toggles control which items appear in the main Rarity tooltip. Items are categorized by the expansion they were introduced in (although holiday items have a separate category). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."] = true
  200. L["Hide high chance items"] = true
  201. L["When on, this option hides any item with a drop chance of 1 in 49 or better. The item is merely hidden from the tooltip in order to keep it clean. Items hidden in this fashion are still tracked like normal."] = true
  202. L["Undefeated"] = true
  203. L["Defeated"] = true
  204. L["Creature ID"] = true
  205. L["The NPC ID of the creature that is spawned when you summon this pet. This is used to track account-wide battle pets."] = true
  206. L["You must enter a creature ID."] = true
  207. L["You entered a creature ID that is already being used by another item."] = true
  208. L["Mantid"] = true
  209. L["Pandaren"] = true
  210. L["Mogu"] = true
  211. L["Enable Coins"] = true
  212. L["When any good-luck coin is used within about 90 seconds of an attempt on this item, another attempt will be counted for this item. Only enable this for items which can legitimately be obtained from coin rolls."] = true
  213. L["Warlords of Draenor"] = true
  214. L["Arakkoa"] = true
  215. L["Draenor Clans"] = true
  216. L["Ogre"] = true
  217. L["Obtained by collecting a number of items"] = true
  218. L["Collect %d %s"] = true
  219. L["Collected"] = true
  220. L["Dropped from dinosaurs on Isle of Giants"] = true
  221. L["Collection complete!"] = true
  222. L["%d collected - %.2f%%"] = true
  223. L["Collection Complete"] = true
  224. L["How many items you've collected so far."] = true
  225. L["Collection Size"] = true
  226. L["How many items you need to collect."] = true
  227. L["Item ID to Collect"] = true
  228. L["The item ID that you need to collect. Rarity uses the number of this item that you have in your bags as your progress. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must not be used by another item."] = true
  229. L["You entered an item ID that is already set as the collected item for something else."] = true
  230. L["%s: %d collected"] = true
  231. L["Rarity: "] = true
  232. L["Enable tooltip additions"] = true
  233. L["When enabled, Rarity will add obtainable items to game tooltips whenever possible."] = true
  234. L["Blank line before tooltip additions"] = true
  235. L["This causes Rarity to put a blank line above its tooltip additions."] = true
  236. L["Font"] = true
  237. L["Texture"] = true
  238. L["Font Size"] = true
  239. L["Right-Aligned"] = true
  240. L["Show Icon"] = true
  241. L["Show Text"] = true
  242. L["Obtained Achievement ID"] = true
  243. L["Set this to the achievement ID which indicates this item has been obtained. This is useful for items which do not yield mounts or pets, but which do grant an achievement when obtained, such as Old Crafty or Old Ironjaw. Leave this blank for mounts and pets. Use WowHead to find achievement IDs."] = true
  244. L["You entered a achievement ID that is already being used by another item."] = true
  245. L["Instance Difficulty"] = true
  246. L["Determines which instance difficulties this item may be obtained in. Leave everything unchecked if the instance difficulty doesn't matter.\n\nIf you specified a Statistic ID for this item, the Instance Difficulty is probably meaningless, because all modern statistics already incorporate the difficulty.\n\nYou can check multiple items in this list at once."] = true
  247. L["Take screenshots"] = true
  248. L["When on, Rarity will take a screenshot when the achievement alert pops up indicating that you obtained an item."] = true
  249. L["Already known"] = true
  250. L["(%d/%d attempts)"] = true
  251. L["(%d/%d collected)"] = true
  252. L["Show attempts in tooltips"] = true
  253. L["When enabled, Rarity tooltips will include how many attempts you've made."] = true
  254. L["Already defeated"] = true
  255. L["Unavailable"] = true
  256. L["Hide unavailable items"] = true
  257. L["When on, items marked as Unavailable will be hidden from the tooltip. This way, items requiring a certain holiday will automatically be hidden when the holiday is not active."] = true
  258. L["Holiday reminders"] = true
  259. L["When on, Rarity will remind you to go farm holiday items you're missing if the holiday is active and the item is set as Undefeated. (This only works for items that originate from holiday dungeons or daily quests.) The reminder occurs each time you log in or reload your UI, and stops for the day once you defeat the holiday dungeon or complete the  quest."] = true
  260. L["A holiday event is available today for %s! Go get it!"] = true
  261. L["You can turn off holiday reminders as a whole or on an item-by-item basis by visiting the Rarity Options screen."] = true
  262. L["Sorting by category, then name"] = true
  263. L["Show category icons"] = true
  264. L["When on, Rarity will show an icon next to each item in the tooltip indicating which expansion the item belongs to."] = true
  265. L["Primary tooltip scale"] = true
  266. L["Adjusts the scale of the primary tooltip. This will take effect the next time the tooltip is shown."] = true
  267. L["Rarity Tooltip Options"] = true
  268. L["World Tooltip Options"] = true
  269. L["General Options"] = true
  270. L["Secondary tooltip display"] = true
  271. L["Requires Pickpocketing"] = true
  272. L["When enabled, the item can only be obtained by pickpocketing. The item will be marked Unavailable for non-rogues."] = true
  273. L["Required for %s"] = true
  274. L["Already defeated for %s"] = true
  275. L["Profiling ON"] = true
  276. L["Profiling OFF"] = true
  277. L["Enable profiling"] = true
  278. L["When enabled, Rarity will print debug profiling messages to the chat window when certain things happen. This is used to determine which parts of the code are slow."] = true
  279. L["Use your bonus roll for a chance at this item"] = true
  280. L["There are more holiday items available, but Rarity only reminds you about the first two."] = true
  281. L["Rarity has %d |4coordinate:coordinates; for this item."] = true
  282. L["You already defeated %d of them."] = true
  283. L["Ctrl-Click to create the remaining TomTom waypoint(s)."] = true
  284. L["Ctrl-Click to create TomTom waypoint(s)."] = true
  285. L["Install TomTom to enable waypoint creation."] = true
  286. L["Added %d |4waypoint:waypoints; to TomTom"] = true
  287. L["Hide defeated items"] = true
  288. L["When on, items marked as Defeated will be hidden from the tooltip."] = true
  289. L["%d |4waypoint:waypoints; |4is:are; located inside |4an instance:instances; and |4was:were; not added"] = true
  290. L["You already defeated all of them."] = true
  291. L["Zone"] = true
  292. L["%d |4zone:zones;"] = true
  293. L["Draenor Garrison"] = true
  294. L["and %d |4other zone:other zones;"] = true
  295. L["Found in: "] = true
  296. L["Show Time column"] = true
  297. L["When on, the Time column will be shown in the main tooltip."] = true
  298. L["Show Luckiness column"] = true
  299. L["When on, the Luckiness column will be shown in the main tooltip."] = true
  300. L["Show Zone column"] = true
  301. L["When on, the Zone column will be shown in the main tooltip."] = true
  302. L["Group(s) found!"] = true
  303. L["Auto"] = true
  304. L["Check this to automatically refresh your search every 5 seconds while this window is visible. Auto refresh only works if you've typed something in the search box, and if you haven't selected something in the list below.\n\nThis checkbox is provided by Rarity. You can hide the checkbox in Rarity options."] = true
  305. L["Group Finder Options"] = true
  306. L["Show auto refresh checkbox"] = true
  307. L["When enabled, Rarity will add an Auto checkbox to the Group Finder's search window. You can check this checkbox to enable auto-refresh of your searches every 5 seconds."] = true
  308. L["Play a sound when groups are found"] = true
  309. L["When enabled, Rarity will play a sound when an auto-refresh search results in one or more groups found in the Group Finder. This sound cannot play more than once per minute."] = true
  310. L["Legion"] = true
  311. L["Demonic"] = true
  312. L["Highmountain Tauren"] = true
  313. L["Highborne"] = true
  314. L["Primary tooltip hide delay"] = true
  315. L["When you move your mouse out of the Rarity tooltip, it will take this long before it automatically hides itself."] = true
  316. L["Defeat Detection"] = true
  317. L["Quest ID"] = true
  318. L["A comma-separated list of quest IDs. When these quest IDs are completed, the item is considered defeated."] = true
  319. L["Please enter a comma-separated list of Quest IDs."] = true
  320. L["Every Quest ID must be a number greater than 0."] = true
  321. L["Options"] = true
  322. L["Dungeon ID"] = true
  323. L["A dungeon ID which, when marked as completed by the game client, will cause this item to be considered Defeated. This is primarily used for holiday items which have unique dungeon IDs."] = true
  324. L["Boss Name"] = true
  325. L["The boss name, in English (enUS), which appears in the instance lock inside the Raid Info panel. The name will be translated to your local language automatically using the LibBoss library (if detection fails, check that the translation exists in this library). IMPORTANT: This method of defeat detection only works when the boss exists in one place at a time. Certain bosses, such as Ragnaros and Kael'thas Sunstrider, exist in two instances at once. Those bosses can be used here, but killing them in either of their instances will result in this Defeat Detection triggering."] = true
  326. L["Only announce when found"] = true
  327. L["Announcements will only be triggered when the item is found. When this is off, Rarity will announce every attempt and when the item is found."] = true
  328. L["Death Knight"] = true
  329. L["Demon Hunter"] = true
  330. L["Druid"] = true
  331. L["Hunter"] = true
  332. L["Mage"] = true
  333. L["Monk"] = true
  334. L["Paladin"] = true
  335. L["Priest"] = true
  336. L["Rogue"] = true
  337. L["Shaman"] = true
  338. L["Warlock"] = true
  339. L["Warrior"] = true
  340. L["Disable for classes"] = true
  341. L["Choose which classes this item should be disabled for. Checking a class below hides the item from the Rarity tooltip and prevents it from being tracked. You can still toggle Track This, but the item will not track for any classes specified here."] = true
  342. L["Export this item"] = true
  343. L["Check this for every Custom item you wish to export. Then click on the Import/Export tab and click the Export button. This checkbox will be disabled until enough information has been filled in below to make it a detectable item."] = true
  344. L["Import/Export"] = true
  345. L["This tab lets you import and export items into and out of your Custom tab."] = true
  346. L["Import Rarity Item Pack"] = true
  347. L["To import a group of items, paste a Rarity Item Pack string into the Import text box below and click the Import button. Rarity will tell you which items were imported (or which ones failed to import) in your chat window. You can find many Rarity Item Packs on the Curse web site, or elsewhere on the web."] = true
  348. L["Export Rarity Item Pack"] = true
  349. L["To export a group of items, go through each item in your Custom tab and check or uncheck the Export checkbox. The checkbox will be disabled if you haven't yet filled out enough information for Rarity to detect the item. Once you've done that, return here and click the Export button. A Rarity Item Pack string will be generated that you can copy to the clipboard using Ctrl-C."] = true
  350. L["Unable to retrieve item information from the server"] = true
  351. L["Rarity Item Pack String"] = true
  352. L["Paste a Rarity Item Pack String here using Ctrl-V, then click the Import button."] = true
  353. L["Import"] = true
  354. L["Are you sure you want to import the Rarity Item Pack you entered?"] = true
  355. L["Export"] = true
  356. L["The following %d item(s) have been selected to export:"] = true
  357. L["(Items listed in red could not be found on the server and may not exist. Consider removing them.)"] = true
  358. L["Copy the generated Rarity Item Pack string below using Ctrl-C. You can then paste it elsewhere using Ctrl-V.\n\nFeel free to comment on the Curse web site to share your Item Pack. Allara will promote the best ones to the main add-on page."] = true
  359. L["Clear All Exports"] = true
  360. L["Are you sure you want to turn off the Export toggle for all your Custom items?"] = true
  361. L["Error serializing item pack"] = true
  362. L["Error compressing item pack"] = true
  363. L["Close"] = true
  364. L["Error encoding item pack"] = true
  365. L["Here is a preview of what will (or won't) be imported:"] = true
  366. L["The selected Rarity Item Pack string is invalid."] = true
  367. L["Here is a preview of what will (or won't) be imported:"] = true
  368. L["(Warning: item could not be retrieved from server)"] = true
  369. L["will be imported"] = true
  370. L["an item already exists by this name, so it will not be imported"] = true
  371. L["an item with the same Item ID already exists, so it will not be imported"] = true
  372. L["not imported"] = true
  373. L["imported successfully"] = true
  374. L["Obtained Quest ID"] = true
  375. L["Certain items, such as Illusions in your wardrobe, flag a completed Quest ID when you learn them. Rarity can automatically stop tracking this item if you enter that Quest ID here. (Only one ID, not a list.)"] = true
  376. L["Hide items with no attempts"] = true
  377. L["When on, items that have no attempts yet will be hidden from the tooltip."] = true
  378. L["Put \"Rarity:\" on a separate line"] = true
  379. L["When on, the text \"Rarity:\" will be put on its own line in world and item tooltips."] = true
  380. L["Distance"] = true
  381. L["Sorting by zone"] = true
  382. L["Hide items not in your zone"] = true
  383. L["When on, only items that can be obtained in your current zone will be shown in the tooltip. When this is on and you're in an instance, the instance difficulty is also checked to make sure it matches what the item supports."] = true
  384. L["No items to display! Either you've obtained every item, or you have\none or more options turned on which hide things from the tooltip."] = true
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. -- Sources
  401. L[""] = true
  402. L["This was a guaranteed drop for players who defeated the encounter when it was current"] = true
  403. L["Players have a personal loot chance to obtain this item."] = true
  404. L["All players can participate in killing this world boss once per week, regardless of faction"] = true
  405. L["Contained in bonus satchels"] = true
  406. L["Appears in the Black Market"] = true
  407. L["Can be obtained with a bonus roll"] = true
  408. L["This mount is only obtainable by Alliance players"] = true
  409. L["This mount is only obtainable by Horde players"] = true
  410.  
  411. L["All raid formats except Raid Finder"] = true
  412. L["Any raid size or difficulty"] = true
  413. L["25-player heroic"] = true
  414. L["Mythic difficulty"] = true
  415. L["Heroic difficulty"] = true
  416. L["Any difficulty"] = true
  417. L["Any raid size"] = true
  418. L["Heroic, any raid size"] = true
  419. L["Only Raid Finder difficulty"] = true
  420. L["Raid Finder or Flexible difficulty"] = true
  421. L["40-player Event raid"] = true
  422. L["5-player Event instance"] = true
  423. L["25-player Event scenario"] = true
  424. L["Mythic 5-player instance"] = true
  425. L["Timewalker 5-player instance"] = true
  426.  
  427.  
  428. L["Dropped by Yogg-Saron in Ulduar (25-player) with no Keepers assisting"] = true
  429. L["Dropped by Malygos in The Eye of Eternity (any raid size)"] = true
  430. L["Dropped by Koralon the Flame Watcher, Emalon the Storm Watcher, Archavon the Stone Watcher, and Toravon the Ice Watcher in Vault of Archavon (any raid size)."] = true
  431. L["Contained in Cracked Egg, which is obtained by becoming Revered with The Oracles, purchasing a Mysterious Egg from their reputation vendor, and waiting three days. The mount has a 5% chance to appear in the Cracked Egg."] = true
  432. L["Contained in Ripe Disgusting Jar, which is obtained by becoming Revered with Frenzyheart Tribe, purchasing a Disgusting Jar from their reputation vendor, and waiting three days."] = true
  433. L["Dropped by Onyxia in Onyxia's Lair (any raid size)"] = true
  434. L["Contained in Hyldnir Spoils, which is rewarded for completing daily quests given by Gretta the Arbiter in Brunnhildar Village, Storm Peaks. The mount has a 3% chance to appear in Hyldnir Spoils."] = true
  435. L["Obtained very rarely by fishing in pools located in any expansion zone (not Classic zones)"] = true
  436. L["Dropped by Ultraxion in Dragon Soul (any raid size or difficulty)"] = true
  437. L["Obtained as a rare project for the Fossil branch of archaeology"] = true
  438. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (any raid size or difficulty)"] = true
  439. L["Guaranteed drop from Dormus the Camel-Hoarder. Accessing this encounter requires finding a rare Mysterious Camel Figurine in Uldum. These are difficult to spot and, when clicked, have a small chance to grant you access to the Dormus encounter. Rarity will count how many Figurines you've found if you mouseover them."] = true
  440. L["Obtained as a very rare project for the Tol'vir branch of archaeology"] = true
  441. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (heroic, any raid size)"] = true
  442. L["The Warbringer will be riding the mount color he has a chance to drop."] = true
  443. L["Can be contained in Heart-Shaped Box, rewarded for defeating the World Event Dungeon during Love is in the Air."] = true
  444. L["Can be contained in Keg-Shaped Treasure Chest, rewarded for defeating the World Event Dungeon during Brewfest."] = true
  445. L["Can be contained in Loot-Filled Pumpkin, rewarded for defeating the World Event Dungeon during Hallow's End."] = true
  446. L["Dropped by Elegon in Mogu'shan Vaults (all raid formats except Raid Finder)"] = true
  447. L["Obtained by fishing in pools located in Terrokar Forest"] = true
  448. L["Obtained by fishing in any water in Orgrimmar"] = true
  449. L["Obtained by fishing in any water in Ironforge"] = true
  450. L["Dropped by dinosaurs on Isle of Giants Will hatch into one of three Primal Raptor mounts after three days."] = true
  451. L["Dropped by any mob in Vale of Eternal Blossoms (except minor mobs). 10 of these can be combined to pierce Alani's shield, allowing combat and a guaranteed drop of Reins of the Thundering Ruby Cloud Serpent."] = true
  452. L["Earned by giving 9999 Giant Dinosaur Bones to Ku'ma on Isle of Giants. Giant Dinosaur bones drop from all dinosaurs and Zandalari Dinomancers on Isle of Giants."] = true
  453. L["This bag is rewarded for earning a Gold or Platinum victory in a garrison invasion."] = true
  454. L["This bag is rewarded for completing the pet battle daily offered by Jeremy Feasel at the Darkmoon Faire."] = true
  455. L["This bag is rewarded for completing the pet battle daily offered by Christoph VonFeasel at the Darkmoon Faire."] = true
  456. L["This item has a 1 in 4 chance to drop from Golganarr, a rare spawn on Timeless Isle. It has a 1 in 250 chance to drop from Eroded Cliffdweller on Timeless Isle."] = true
  457. L["Dropped by Disturbed Podling, which has a chance to spawn when picking herbs in Draenor."] = true
  458. L["Dropped by Goren Protector, which has a chance to spawn when mining ore in Draenor."] = true
  459. L["Available starting December 25th"] = true
  460. L["Can drop from Fel-Touched Pet Supplies, which is obtained by defeating the Fel-corrupted legendary pets in Tanaan Jungle."] = true
  461. L["After upgrading your garrison's Fishing Shack to level 3, fish up 5 minnows to summon a Cavedweller which can drop this mount."] = true
  462. L["Will only drop for druids."] = true
  463. L["Can be obtained from Rattling Iron Cage, which has a chance to drop from any of the four champions of Hellfire Citadel in Tanaan Jungle (Terrorfist, Deathtalon, Vengeance, or Doomroller). Each of them can be looted once per day. Rarity will consider this mount \"defeated\" for the day when you kill any of the four."] = true
  464. L["Dropped from monsters in Fang'rila"] = true
  465. L["Purchased from Z'tenga the Walker <Saberstalker Quartermaster> in Fang'rila in Tanaan Jungle. Blackfang Claws drop from all monsters in Fang'rila."] = true
  466. L["Fished anywhere in Draenor (except your garrison) with the help of Nat Pagle"] = true
  467. L["Lunkers can be fished anywhere in Draenor (except in your garrison) after you've obtained a level 3 Fishing Shack and acquired Nat Pagle as a follower."] = true
  468. L["Obtained by opening Snow Mound in Frostfire Ridge"] = true
  469. L["Greatfather Winter's Tree"] = true
  470.  
  471.  
  472. -- Multi-step defeat detection
  473. L["Garrison Invasion Gold Victory"] = true -- quest: 37640
  474. L["Garrison Invasion Platinum Victory"] = true -- quest: 38482
  475.  
  476. L["Vengeance"] = true -- quest: 39290
  477. L["Deathtalon"] = true -- quest: 39287
  478. L["Terrorfist"] = true -- quest: 39288
  479. L["Doomroller"] = true -- quest: 39289
  480.  
  481. L["Bleakclaw"] = true -- quest: 39168
  482. L["Chaos Pup"] = true -- quest: 39161
  483. L["Corrupted Thundertail"] = true -- quest: 39160
  484. L["Cursed Spirit"] = true -- quest: 39162
  485. L["Dark Gazer"] = true -- quest: 39167
  486. L["Defiled Earth"] = true -- quest: 39173
  487. L["Dreadwalker"] = true -- quest: 39170
  488. L["Direflame"] = true -- quest: 39165
  489. L["Felfly"] = true -- quest: 39163
  490. L["Felsworn Sentry"] = true -- quest: 39157
  491. L["Mirecroak"] = true -- quest: 39166
  492. L["Netherfist"] = true -- quest: 39171
  493. L["Skrillix"] = true -- quest: 39172
  494. L["Tainted Maulclaw"] = true -- quest: 39164
  495. L["Vile Blood of Draenor"] = true -- quest: 39169
  496.  
  497.  
  498. -- Instance difficulties
  499. L["None (not in an instance)"] = true
  500. L["5-player instance"] = true
  501. L["5-player Heroic instance"] = true
  502. L["10-player Raid instance (legacy content; not flexible)"] = true
  503. L["25-player Raid instance (legacy content; not flexible)"] = true
  504. L["10-player Heroic Raid instance (legacy content; not flexible)"] = true
  505. L["25-player Heroic Raid instance (legacy content; not flexible)"] = true
  506. L["Raid Finder instance (legacy content; fixed at 25 players)"] = true
  507. L["Challenge Mode instance"] = true
  508. L["40-player Raid instance (legacy content; not flexible)"] = true
  509. L["Heroic Scenario instance"] = true
  510. L["Scenario instance"] = true
  511. L["Normal Raid (10-30 players)"] = true
  512. L["Heroic Raid (10-30 players)"] = true
  513. L["Mythic Raid (20 player)"] = true
  514. L["Looking For Raid (10-30 players)"] = true
  515.  
  516. -- Fishing pools
  517. L["Floating Wreckage"] = true
  518. L["Patch of Elemental Water"] = true
  519. L["Floating Debris"] = true
  520. L["Floating Debris Pool"] = true
  521. L["Oil Spill"] = true
  522. L["Firefin Snapper School"] = true
  523. L["Greater Sagefish School"] = true
  524. L["Oily Blackmouth School"] = true
  525. L["Sagefish School"] = true
  526. L["School of Deviate Fish"] = true
  527. L["Stonescale Eel Swarm"] = true
  528. L["Muddy Churning Water"] = true
  529. L["Highland Mixed School"] = true
  530. L["Pure Water"] = true
  531. L["Bluefish School"] = true
  532. L["Feltail School"] = true
  533. L["Brackish Mixed School"] = true
  534. L["Mudfish School"] = true
  535. L["School of Darter"] = true
  536. L["Sporefish School"] = true
  537. L["Steam Pump Flotsam"] = true
  538. L["School of Tastyfish"] = true
  539. L["Borean Man O' War School"] = true
  540. L["Deep Sea Monsterbelly School"] = true
  541. L["Dragonfin Angelfish School"] = true
  542. L["Fangtooth Herring School"] = true
  543. L["Floating Wreckage Pool"] = true
  544. L["Glacial Salmon School"] = true
  545. L["Glassfin Minnow School"] = true
  546. L["Imperial Manta Ray School"] = true
  547. L["Moonglow Cuttlefish School"] = true
  548. L["Musselback Sculpin School"] = true
  549. L["Nettlefish School"] = true
  550. L["Strange Pool"] = true
  551. L["Schooner Wreckage"] = true
  552. L["Schooner Wreckage Pool"] = true
  553. L["Waterlogged Wreckage"] = true
  554. L["Waterlogged Wreckage Pool"] = true
  555. L["Bloodsail Wreckage"] = true
  556. L["Bloodsail Wreckage Pool"] = true
  557. L["Lesser Sagefish School"] = true
  558. L["Lesser Oily Blackmouth School"] = true
  559. L["Sparse Oily Blackmouth School"] = true
  560. L["Abundant Oily Blackmouth School"] = true
  561. L["Teeming Oily Blackmouth School"] = true
  562. L["Lesser Firefin Snapper School"] = true
  563. L["Sparse Firefin Snapper School"] = true
  564. L["Abundant Firefin Snapper School"] = true
  565. L["Teeming Firefin Snapper School"] = true
  566. L["Lesser Floating Debris"] = true
  567. L["Sparse Schooner Wreckage"] = true
  568. L["Abundant Bloodsail Wreckage"] = true
  569. L["Teeming Floating Wreckage"] = true
  570. L["Albino Cavefish School"] = true
  571. L["Algaefin Rockfish School"] = true
  572. L["Blackbelly Mudfish School"] = true
  573. L["Fathom Eel Swarm"] = true
  574. L["Highland Guppy School"] = true
  575. L["Mountain Trout School"] = true
  576. L["Pool of Fire"] = true
  577. L["Shipwreck Debris"] = true
  578. L["Deepsea Sagefish School"] = true
  579. L["Emperor Salmon School"] = true
  580. L["Giant Mantis Shrimp Swarm"] = true
  581. L["Golden Carp School"] = true
  582. L["Jade Lungfish School"] = true
  583. L["Krasarang Paddlefish School"] = true
  584. L["Redbelly Mandarin School"] = true
  585. L["Reef Octopus Swarm"] = true
  586. L["Floating Shipwreck Debris"] = true
  587. L["Jewel Danio School"] = true
  588. L["Spinefish School"] = true
  589. L["Tiger Gourami School"] = true
  590. L["Large Swarm of Migrated Reef Octopus"] = true
  591. L["Large Pool of Sha-Touched Spinefish"] = true
  592. L["Large Pool of Glowing Jade Lungfish"] = true
  593. L["Large Pool of Crowded Redbelly Mandarin"] = true
  594. L["Large Tangled Mantis Shrimp Cluster"] = true
  595. L["Large Swarm of Panicked Paddlefish"] = true
  596. L["Large Pool of Tiger Gourami Slush"] = true
  597. L["Large Pool of Glimmering Jewel Danio Pool"] = true
  598. L["Large Pool of Brew Frenzied Emperor Salmon"] = true
  599. L["Brew Frenzied Emperor Salmon"] = true
  600. L["Glimmering Jewel Danio Pool"] = true
  601. L["Tiger Gourami Slush"] = true
  602. L["Swarm of Panicked Paddlefish"] = true
  603. L["Tangled Mantis Shrimp Cluster"] = true
  604. L["Crowded Redbelly Mandarin"] = true
  605. L["Glowing Jade Lungfish"] = true
  606. L["Sha-Touched Spinefish"] = true
  607. L["Abyssal Gulper School"] = true
  608. L["Oily Abyssal Gulper School"] = true
  609. L["Blackwater Whiptail School"] = true
  610. L["Blind Lake Sturgeon School"] = true
  611. L["Fat Sleeper School"] = true
  612. L["Fire Ammonite School"] = true
  613. L["Jawless Skulker School"] = true
  614. L["Sea Scorpion School"] = true
  615. L["Oily Sea Scorpion School"] = true
  616. L["Savage Piranha Pool"] = true
  617. L["Black Barracuda School"] = true
  618. L["Cursed Queenfish School"] = true
  619. L["Runescale Koi School"] = true
  620. L["Fever of Stormrays"] = true
  621. L["Highmountain Salmon School"] = true
  622. L["Mossgill Perch School"] = true
  623.  
  624.  
  625.  
  626.  
  627. -- Mining nodes
  628. L["Copper Vein"] = true
  629. L["Tin Vein"] = true
  630. L["Iron Deposit"] = true
  631. L["Silver Vein"] = true
  632. L["Gold Vein"] = true
  633. L["Mithril Deposit"] = true
  634. L["Ooze Covered Mithril Deposit"] = true
  635. L["Truesilver Deposit"] = true
  636. L["Ooze Covered Silver Vein"] = true
  637. L["Ooze Covered Gold Vein"] = true
  638. L["Ooze Covered Truesilver Deposit"] = true
  639. L["Ooze Covered Rich Thorium Vein"] = true
  640. L["Ooze Covered Thorium Vein"] = true
  641. L["Small Thorium Vein"] = true
  642. L["Rich Thorium Vein"] = true
  643. L["Dark Iron Deposit"] = true
  644. L["Lesser Bloodstone Deposit"] = true
  645. L["Incendicite Mineral Vein"] = true
  646. L["Indurium Mineral Vein"] = true
  647. L["Fel Iron Deposit"] = true
  648. L["Adamantite Deposit"] = true
  649. L["Rich Adamantite Deposit"] = true
  650. L["Khorium Vein"] = true
  651. L["Large Obsidian Chunk"] = true
  652. L["Small Obsidian Chunk"] = true
  653. L["Nethercite Deposit"] = true
  654. L["Cobalt Deposit"] = true
  655. L["Rich Cobalt Deposit"] = true
  656. L["Titanium Vein"] = true
  657. L["Saronite Deposit"] = true
  658. L["Rich Saronite Deposit"] = true
  659. L["Obsidium Deposit"] = true
  660. L["Huge Obsidian Slab"] = true
  661. L["Pure Saronite Deposit"] = true
  662. L["Elementium Vein"] = true
  663. L["Rich Elementium Vein"] = true
  664. L["Pyrite Deposit"] = true
  665. L["Rich Obsidium Deposit"] = true
  666. L["Rich Pyrite Deposit"] = true
  667. L["Rich Pyrite Deposit"] = true
  668. L["Ghost Iron Deposit"] = true
  669. L["Rich Ghost Iron Deposit"] = true
  670. L["Black Trillium Deposit"] = true
  671. L["White Trillium Deposit"] = true
  672. L["Kyparite Deposit"] = true
  673. L["Rich Kyparite Deposit"] = true
  674. L["Trillium Vein"] = true
  675. L["Rich Trillium Vein"] = true
  676. L["True Iron Deposit"] = true
  677. L["Rich True Iron Deposit"] = true
  678. L["Blackrock Deposit"] = true
  679. L["Rich Blackrock Deposit"] = true
  680. L["Leystone Deposit"] = true
  681. L["Rich Leystone Deposit"] = true
  682. L["Leystone Seam"] = true
  683. L["Felslate Deposit"] = true
  684. L["Rich Felslate Deposit"] = true
  685. L["Felslate Seam"] = true
  686.  
  687.  
  688.  
  689.  
  690.  
  691. -- Tracked items
  692. L["Reins of the Vitreous Stone Drake"] = true
  693. L["Ashes of Al'ar"] = true
  694. L["Reins of the Blue Proto-Drake"] = true
  695. L["Reins of the Raven Lord"] = true
  696. L["Swift White Hawkstrider"] = true
  697. L["Fiery Warhorse's Reins"] = true
  698. L["Azure Whelpling"] = true
  699. L["Reins of the Onyxian Drake"] = true
  700. L["Mojo"] = true
  701. L["Disgusting Oozeling"] = true
  702. L["Reins of the White Polar Bear"] = true
  703. L["Flametalon of Alysrazor"] = true
  704. L["Reins of the Azure Drake"] = true
  705. L["Sea Turtle"] = true
  706. L["Scepter of Azj'Aqir"] = true
  707. L["Scorched Stone"] = true
  708. L["Parrot Cage (Hyacinth Macaw)"] = true
  709. L["Parrot Cage (Green Wing Macaw)"] = true
  710. L["Deviate Hatchling"] = true
  711. L["Gundrak Hatchling"] = true
  712. L["Dark Whelpling"] = true
  713. L["Tiny Emerald Whelpling"] = true
  714. L["Captured Firefly"] = true
  715. L["Phoenix Hatchling"] = true
  716. L["Sprite Darter Egg"] = true
  717. L["Fox Kit"] = true
  718. L["Deathcharger's Reins"] = true
  719. L["The Horseman's Reins"] = true
  720. L["Invincible's Reins"] = true
  721. L["Mimiron's Head"] = true
  722. L["Razzashi Hatchling"] = true
  723. L["Tiny Crimson Whelpling"] = true
  724. L["Cat Carrier (Black Tabby)"] = true
  725. L["Reins of the Blue Drake"] = true
  726. L["Reins of the Green Proto-Drake"] = true
  727. L["Big Love Rocket"] = true
  728. L["Armored Razzashi Raptor"] = true
  729. L["Fossilized Raptor"] = true
  730. L["Reins of the Drake of the North Wind"] = true
  731. L["Reins of the Drake of the South Wind"] = true
  732. L["Swift Zulian Panther"] = true
  733. L["Red Qiraji Resonating Crystal"] = true
  734. L["Giant Sewer Rat"] = true
  735. L["Mr. Pinchy"] = true
  736. L["Mr. Grubbs"] = true
  737. L["Reins of the Grey Riding Camel"] = true
  738. L["Elementium Geode"] = true
  739. L["Smoldering Egg of Millagazor"] = true
  740. L["Sea Pony"] = true
  741. L["Ice Chip"] = true
  742. L["Reins of the Grand Black War Mammoth"] = true
  743. L["Experiment 12-B"] = true
  744. L["Reins of the Blazing Drake"] = true
  745. L["Lump of Coal"] = true
  746. L["Toxic Wasteling"] = true
  747. L["Strand Crawler"] = true
  748. L["Great Brewfest Kodo"] = true
  749. L["Swift Brewfest Ram"] = true
  750. L["Son of Galleon's Saddle"] = true
  751. L["Reins of the Astral Cloud Serpent"] = true
  752. L["Reins of the Heavenly Onyx Cloud Serpent"] = true
  753. L["Skyshard"] = true
  754. L["Whistle of Chromatic Bone"] = true
  755. L["Blackwing Banner"] = true
  756. L["Unscathed Egg"] = true
  757. L["Anubisath Idol"] = true
  758. L["Jewel of Maddening Whispers"] = true
  759. L["Viscidus Globule"] = true
  760. L["Core of Hardened Ash"] = true
  761. L["Mark of Flame"] = true
  762. L["Blazing Rune"] = true
  763. L["Blighted Spore"] = true
  764. L["Dusty Clutch of Eggs"] = true
  765. L["Gluth's Bone"] = true
  766. L["Reins of the Thundering Cobalt Cloud Serpent"] = true
  767. L["Reins of the Cobalt Primordial Direhorn"] = true
  768. L["Hollow Reed"] = true
  769. L["Imbued Jade Fragment"] = true
  770. L["Reins of the Slate Primordial Direhorn"] = true
  771. L["Reins of the Amber Primordial Direhorn"] = true
  772. L["Reins of the Jade Primordial Direhorn"] = true
  773. L["Reins of the Green Primal Raptor"] = true
  774. L["Reins of the Black Primal Raptor"] = true
  775. L["Primal Egg"] = true
  776. L["Living Sandling"] = true
  777. L["Son of Animus"] = true
  778. L["Sunfur Panda"] = true
  779. L["Snowy Panda"] = true
  780. L["Mountain Panda"] = true
  781. L["Ji-Kun Hatchling"] = true
  782. L["Porcupette"] = true
  783. L["Direhorn Runt"] = true
  784. L["Brilliant Phoenix Hawk Feather"] = true
  785. L["Crystal of the Void"] = true
  786. L["Dark Quivering Blob"] = true
  787. L["Dripping Strider Egg"] = true
  788. L["Half-Empty Food Container"] = true
  789. L["Instant Arcane Sanctum Security Kit"] = true
  790. L["Netherspace Portal-Stone"] = true
  791. L["Pygmy Direhorn"] = true
  792. L["Quivering Blob"] = true
  793. L["Satyr Charm"] = true
  794. L["Shell of Tide-Calling"] = true
  795. L["Spiky Collar"] = true
  796. L["Tainted Core"] = true
  797. L["Tiny Fel Engine Key"] = true
  798. L["Spawn of Horridon"] = true
  799. L["Clutch of Ji-Kun"] = true
  800. L["Darkmoon Eye"] = true
  801. L["Reins of the Thundering Onyx Cloud Serpent"] = true
  802. L["Ashleaf Spriteling"] = true
  803. L["Death Adder Hatchling"] = true
  804. L["Gu'chi Swarmling"] = true
  805. L["Gulp Froglet"] = true
  806. L["Jadefire Spirit"] = true
  807. L["Jademist Dancer"] = true
  808. L["Ominous Flame"] = true
  809. L["Ruby Droplet"] = true
  810. L["Skunky Alemental"] = true
  811. L["Spineclaw Crab"] = true
  812. L["Blackfuse Bombling"] = true
  813. L["Lil' Bling"] = true
  814. L["Droplet of Y'Shaarj"] = true
  815. L["Gooey Sha-ling"] = true
  816. L["Crane Nest"] = true
  817. L["Snow Mound"] = true
  818. L["Azure Crane Chick"] = true
  819. L["Obtained by opening Crane Nests on the Timeless Isle"] = true
  820. L["Bonkers"] = true
  821. L["Obtained by opening Timeless Chests on the Timeless Isle"] = true
  822. L["Timeless Chest"] = true
  823. L["Dandelion Frolicker"] = true
  824. L["Moon Moon"] = true
  825. L["Kovok"] = true
  826. L["Zandalari Anklerender"] = true
  827. L["Zandalari Footslasher"] = true
  828. L["Zandalari Kneebiter"] = true
  829. L["Zandalari Toenibbler"] = true
  830. L["Rotten Helper Box"] = true
  831. L["Imperial Moth"] = true
  832. L["Life-Binder's Handmaiden"] = true
  833. L["Reins of the Bone-White Primal Raptor"] = true
  834. L["Chuck's Bucket"] = true
  835. L["Muckbreaths's Bucket"] = true
  836. L["Snarly's Bucket"] = true
  837. L["Toothy's Bucket"] = true
  838. L["Old Crafty"] = true
  839. L["Old Ironjaw"] = true
  840. L["Time-Locked Box"] = true
  841. L["Kor'kron Juggernaut"] = true
  842. L["Sky-Bo"] = true
  843. L["Shadowhide Pearltusk"] = true
  844. L["Garn Steelmaw"] = true
  845. L["Giant Coldsnout"] = true
  846. L["Smoky Direwolf"] = true
  847. L["Solar Spirehawk"] = true
  848. L["Garn Nighthowl"] = true
  849. L["Syd the Squid"] = true
  850. L["Decahedral Dwarven Dice"] = true
  851. L["Worn Troll Dice"] = true
  852. L["Loaded Gnomish Dice"] = true
  853. L["Ai-Li's Skymirror"] = true
  854. L["Blackflame Daggers"] = true
  855. L["Chalice of Secrets"] = true
  856. L["Eternal Kiln"] = true
  857. L["Farwater Conch"] = true
  858. L["Frenzyheart Brew"] = true
  859. L["Gastropod Shell"] = true
  860. L["Hozen Beach Ball"] = true
  861. L["Kang's Bindstone"] = true
  862. L["Moonfang Shroud"] = true
  863. L["Moonfang's Paw"] = true
  864. L["Mr. Smite's Brass Compass"] = true
  865. L["Odd Polished Stone"] = true
  866. L["Pandaren Firework Launcher"] = true
  867. L["Panflute of Pandaria"] = true
  868. L["Rime of the Time-Lost Mariner"] = true
  869. L["The Heartbreaker"] = true
  870. L["Time-Lost Figurine"] = true
  871. L["Unusual Compass"] = true
  872. L["Warning Sign"] = true
  873. L["Nightshade Sproutling"] = true
  874. L["Red Goren Egg"] = true
  875. L["Silver-Plated Turkey Shooter"] = true
  876. L["Frightened Bush Chicken"] = true
  877. L["Clockwork Rocket Bot"] = true
  878. L["Snowman Kit"] = true
  879. L["Red Helper Box"] = true
  880. L["Jingling Bell"] = true
  881. L["Green Helper Box"] = true
  882. L["Crashin' Thrashin' Flyer Controller"] = true
  883. L["The Pigskin"] = true
  884. L["MiniZep Controller"] = true
  885. L["Foot Ball"] = true
  886. L["Crashin' Thrashin' Racer Controller"] = true
  887. L["Safari Lounge Cushion"] = true
  888. L["Fuzzy Green Lounge Cushion"] = true
  889. L["Zhevra Lounge Cushion"] = true
  890. L["Pineapple Lounge Cushion"] = true
  891. L["Albino Chimaeraling"] = true
  892. L["Weebomination"] = true
  893. L["Sunfire Kaliri"] = true
  894. L["Sun Sproutling"] = true
  895. L["Spectral Bell"] = true
  896. L["Firewing"] = true
  897. L["Puddle Terror"] = true
  898. L["Zomstrok"] = true
  899. L["Bone Serpent"] = true
  900. L["Slithershock Elver"] = true
  901. L["Young Talbuk"] = true
  902. L["Fragment of Anger"] = true
  903. L["Fragment of Desire"] = true
  904. L["Fragment of Suffering"] = true
  905. L["Grotesque Statue"] = true
  906. L["Hyjal Wisp"] = true
  907. L["Leviathan Egg"] = true
  908. L["Servant's Bell"] = true
  909. L["Shard of Supremus"] = true
  910. L["Smelly Gravestone"] = true
  911. L["Sultry Grimoire"] = true
  912. L["Sunblade Rune of Activation"] = true
  913. L["Void Collar"] = true
  914. L["Armored Razorback"] = true
  915. L["Armored Razorback"] = true
  916. L["Warsong Direfang"] = true
  917. L["Tundra Icehoof"] = true
  918. L["Periwinkle Calf"] = true
  919. L["Zangar Spore"] = true
  920. L["Seaborne Spore"] = true
  921. L["Nightmare Bell"] = true
  922. L["Gahz'rooki's Summoning Stone"] = true
  923. L["Riding Turtle"] = true
  924. L["Fandral's Seed Pouch"] = true
  925. L["Corrupted Nest Guardian"] = true
  926. L["Bristling Hellboar"] = true
  927. L["Wild Goretusk"] = true
  928. L["Reins of the Crimson Water Strider"] = true
  929. L["Sack of Spectral Spiders"] = true
  930. L["Coin of Many Faces"] = true
  931. L["Servant of Demidos"] = true
  932. L["Glittering Arcane Crystal"] = true
  933. L["Vibrating Arcane Crystal"] = true
  934. L["Warm Arcane Crystal"] = true
  935. L["Savage Cub"] = true
  936. L["Reins of the Infinite Timereaver"] = true
  937. L["Minion of Grumpus"] = true
  938. L["Grumpling"] = true
  939. L["Crashin' Thrashin' Cannon Controller"] = true
  940. L["Crashin' Thrashin' Mortar Controller"] = true
  941. L["Crashin' Thrashin' Roller Controller"] = true
  942. L["Gondar"] = true
  943. L["Smashum Grabb"] = true
  944. L["Drakum"] = true
  945. L["Goren \"Log\" Roller"] = true
  946. L["Sassy Imp"] = true
  947. L["Battle Horn"] = true
  948. L["Eternal Warrior's Sigil"] = true
  949. L["Aqua Jewel"] = true
  950. L["Salyin Battle Banner"] = true
  951. L["Hardened Shell"] = true
  952. L["Essence of the Breeze"] = true
  953. L["Helpful Wikky's Whistle"] = true
  954. L["Bottled Tornado"] = true
  955. L["Ash-Covered Horn"] = true
  956. L["Chain Pet Leash"] = true
  957. L["Sahn Tidehunter"] = true
  958. L["Blackhoof"] = true
  959. L["Gibblette the Cowardly"] = true
  960. L["Imp-Master Valessa"] = true
  961. L["Gar'lok"] = true
  962. L["Salyin Warscout"] = true
  963. L["Nessos the Oracle"] = true
  964. L["Ai-Ran the Shifting Cloud"] = true
  965. L["Major Nanners"] = true
  966. L["Kal'tik the Blight"] = true
  967. L["High Priest of Ordos"] = true
  968. L["Guk"] = true
  969. L["Rukdug"] = true
  970. L["Pugg"] = true
  971. L["Sea Calf"] = true
  972. L["Land Shark"] = true
  973. L["Fathom Dweller"] = true
  974. L["Living Infernal Core"] = true
  975. L["Brinedeep Bottom-Feeder"] = true
  976. L["Sting Ray Pup"] = true
  977. L["Ironhoof Destroyer"] = true
  978. L["Felsteel Annihilator"] = true
  979. L["Jeremy Feasel"] = true
  980. L["Snow Mound"] = true
  981. L["Ahune"] = true
  982. L["Moonfang"] = true
  983. L["Christoph VonFeasel"] = true
  984. L["Kael'thas Sunstrider"] = true
  985. L["Old Man Barlo"] = true
  986. L["Cupri"] = true
  987. L["Orb of the Sin'dorei"] = true
  988. L["Imperial Silkworm"] = true
  989. L["Faintly Glowing Flagon of Mead"] = true
  990. L["Don Carlos' Famous Hat"] = true
  991. L["Burgy Blackheart's Handsome Hat"] = true
  992. L["Knockoff Blingtron"] = true
  993. L["Eye of Inquisition"] = true
  994. L["Red-Hot Coal"] = true
  995. L["Ironbound Collar"] = true
  996. L["Stormforged Rune"] = true
  997. L["Glittering Ball of Yarn"] = true
  998. L["Blessed Seed"] = true
  999. L["Ominous Pile of Snow"] = true
  1000. L["Overcomplicated Controller"] = true
  1001. L["Wriggling Darkness"] = true
  1002. L["Fragment of Frozen Bone"] = true
  1003. L["Remains of a Blood Beast"] = true
  1004. L["Putricide's Alchemy Supplies"] = true
  1005. L["Skull of a Frozen Whelp"] = true
  1006. L["Drudge Remains"] = true
  1007. L["Call of the Frozen Blade"] = true
  1008. L["Giant Worm Egg"] = true
  1009. L["Magnataur Hunting Horn"] = true
  1010. L["Nerubian Relic"] = true
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021. --[[
  1022.                     The rest of this file is auto-generated using the WoWAce localization application.
  1023.                     Please go to http://www.wowace.com/projects/rarity/localization/ to update translations.
  1024.                     Anyone with a WowAce/CurseForge account can edit them.
  1025. ]]
  1026.  
  1027.  
  1028. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "deDE")
  1029. if L then
  1030. L[" (Group)"] = " (Gruppe)"
  1031. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d Versuch (%.2f%%)"
  1032. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d Versuche (%.2f%%)"
  1033. L["%d attempt"] = "%d Versuch"
  1034. L["%d attempt - %.2f%%"] = "%d Versuch - %.2f%%"
  1035. L["%d attempts"] = "%d Versuche"
  1036. L["%d attempts - %.2f%%"] = "%d Versuche - %.2f%%"
  1037. L["%s: %d attempt"] = "%s: %d Versuch"
  1038. L["%s: %d attempt - %.2f%%"] = "%s: %d Versuch - %.2f%%"
  1039. L["%s: %d attempt (%d total)"] = "%s: %d Versuch (%d gesamt)"
  1040. L["%s: %d attempts"] = "%s: %d Versuche"
  1041. L["%s: %d attempts - %.2f%%"] = "%s: %d Versuche - %.2f%%"
  1042. L["%s: %d attempts (%d total)"] = "%s: %d Versuche (%d gesamt)"
  1043. L["(running in debug mode)"] = "Läuft im Debug Modus"
  1044. L["1 in %d chance"] = "1 zu %d Chance"
  1045. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "Eine durch Kommas getrennte Liste der NPCs, die dieses Item droppen. Nutze WoW-Head oder ähnliche Seiten um die NPC-IDs zu finden."
  1046. L["Abundant Bloodsail Wreckage"] = "Blutsegelwrackteile"
  1047. L["Abundant Firefin Snapper School"] = "Ein ergiebiger Schwarm Feuerflossenschnapper"
  1048. L["Abundant Oily Blackmouth School"] = "Ergiebiger Schwarm öliger Schwarzmaulfische"
  1049. L["Abyssal Gulper School"] = "Ein Schwarm Tiefseeschluckaale"
  1050. L["Adamantite Deposit"] = "Adamantitvorkommen"
  1051. L["Ai-Li's Skymirror"] = "Ai-Lis Himmelsspiegel"
  1052. L["Albino Cavefish School"] = "Ein Schwarm Albinohöhlenfische"
  1053. L["Albino Chimaeraling"] = "Albinoschimärling"
  1054. L["Algaefin Rockfish School"] = "Ein Schwarm Algenflossenbarsche"
  1055. L["Alliance only"] = "Nur Allianz"
  1056. L["Already known"] = "Bereits bekannt"
  1057. L["Announce"] = "Ankündigung"
  1058. L["Announcements"] = "Ankündigungen"
  1059. L["Anubisath Idol"] = "Götze des Anubisath"
  1060. L["Any difficulty"] = "Jeder Schwierigkeitsgrad"
  1061. L["Any raid size"] = "Jede Raidgröße"
  1062. L["Appears in the Black Market"] = "Erscheint im Schwarzmarkt"
  1063. L["Arakkoa"] = true
  1064. L["Archaeology race"] = "Archäologie Rasse"
  1065. L["Are you sure you want to delete this item?"] = "Bist du sicher, dass du diesen Gegenstand löschen möchtest?"
  1066. L["Armored Razorback"] = "Gepanzerter Klingenrücken"
  1067. L["Armored Razzashi Raptor"] = "Gepanzerter Razzashiraptor"
  1068. L["Ashes of Al'ar"] = "Al'ars Asche"
  1069. L["Ashleaf Spriteling"] = "Eschenblattgeistling"
  1070. L["Attempts"] = "Versuche"
  1071. L["Azure Crane Chick"] = "Azurblaues Kranichküken"
  1072. L["Azure Whelpling"] = "Azurblauer Welpling"
  1073. L["Battle Pet"] = "Kampfhaustier"
  1074. L["Battle Pets"] = "Kampfhaustiere"
  1075. L["Big Love Rocket"] = "Große Liebesrakete"
  1076. L["Black Trillium Deposit"] = "Schwarzes Trilliumvorkommen"
  1077. L["Blackbelly Mudfish School"] = "Ein Schwarm Schwarzbauchmatschflosser"
  1078. L["Blackflame Daggers"] = "Schwarzflammendolche"
  1079. L["Blackfuse Bombling"] = "Rußschmieds Bömbchen"
  1080. L["Blackrock Deposit"] = "Schwarzfelsvorkommen"
  1081. L["Blackwater Whiptail School"] = "Ein Schwarm Schwarzwasserpeitschflossen"
  1082. L["Blackwing Banner"] = "Banner der Pechschwingen"
  1083. L["Blazing Rune"] = "Lodernde Rune"
  1084. L["Bleakclaw"] = "Trübklaue"
  1085. L["Blighted Spore"] = "Verseuchte Sporen"
  1086. L["Blind Lake Sturgeon School"] = "Ein Schwarm blinder Seestöre"
  1087. L["Bloodsail Wreckage"] = "Blutsegelwrackteile"
  1088. L["Bloodsail Wreckage Pool"] = "Ein Schwarm Blutsegelwrackteile"
  1089. L["Bluefish School"] = "Blauflossenschwarm"
  1090. L["Bone Serpent"] = "Knochenschlange"
  1091. L["Bonkers"] = "Flipps"
  1092. L["Borean Man O' War School"] = "Ein Schwarm boreanischer Galeeren"
  1093. L["Brackish Mixed School"] = "Brackwasserschwarm"
  1094. L["Brew Frenzied Emperor Salmon"] = "Brauverrückter Kaiserlachs"
  1095. L["Brilliant Phoenix Hawk Feather"] = "Glänzende Phönixfalkenfeder"
  1096. L["Bristling Hellboar"] = "Stachelhölleneber"
  1097. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Bunny Hunter läuft. Willst du, dass Rarity Daten von Bunny Hunter importiert? Schalte Bunny Hunter aus, oder klicke auf Ja, wenn du nicht noch einmal gefragt werden mächtest."
  1098. L["Captured Firefly"] = "Gefangenes Glühwürmchen"
  1099. L["Cat Carrier (Black Tabby)"] = "Katzentransportkorb (Schwarze Tigerkatze)"
  1100. L["Cataclysm"] = true
  1101. L["Chalice of Secrets"] = "Kelch der Geheimnisse"
  1102. L["Chance"] = true
  1103. L["Chance so far"] = "Chance bis jetzt"
  1104. L["Chaos Pup"] = "Chaoswelpe"
  1105. L["Chuck's Bucket"] = "Schnapps Eimer"
  1106. L["Classic"] = true
  1107. L["Clockwork Rocket Bot"] = "Aufziehraketenbot"
  1108. L["Clutch of Ji-Kun"] = "Kralle von Ji-Kun"
  1109. L["Cobalt Deposit"] = "Kobaltvorkommen"
  1110. L["Coin of Many Faces"] = "Münze der vielen Gesichter"
  1111. L["Copper Vein"] = "Kupferader"
  1112. L["Core of Hardened Ash"] = "Gehärteter Aschekern"
  1113. L["Corrupted Nest Guardian"] = "Verderbter Nestwächter"
  1114. L["Corrupted Thundertail"] = "Verderbter Donnerschwanz"
  1115. L["Crane Nest"] = "Kranichnest"
  1116. L["Crashin' Thrashin' Cannon Controller"] = "Krachbummkanonensteuerung"
  1117. L["Crashin' Thrashin' Flyer Controller"] = "Steuerung des Krachbummfliegers"
  1118. L["Crashin' Thrashin' Mortar Controller"] = "Krachbummmörsersteuerung"
  1119. L["Crashin' Thrashin' Racer Controller"] = "Steuerung für Krachbummflitzer"
  1120. L["Crashin' Thrashin' Roller Controller"] = "Krachbummwalzensteuerung"
  1121. L["Create a New Item"] = "Einen neuen Gegenstand erstellen"
  1122. L["Create a new item to track"] = "Einen neuen Gegenstand zum Beobachten erstellen."
  1123. L["Crowded Redbelly Mandarin"] = "Ein Schwarm wimmelnder Rotbauchmandarine"
  1124. L["Crystal of the Void"] = "Leerenkristall"
  1125. L["Cursed Spirit"] = "Verfluchter Geist"
  1126. L["Custom"] = "Benutzerdefiniert"
  1127. L["Dandelion Frolicker"] = "Löwenzahnwitzbold"
  1128. L["Dark Gazer"] = "Dunkles Auge"
  1129. L["Dark Iron Deposit"] = "Dunkeleisenablagerung"
  1130. L["Dark Quivering Blob"] = "Dunkler wabernder Klumpen"
  1131. L["Dark Whelpling"] = "Dunkelwelpling"
  1132. L["Darkmoon Eye"] = "Dunkelmond-Auge"
  1133. L["Data has been imported from Bunny Hunter"] = "Daten wurden aus Bunny Hunter importiert."
  1134. L["Death Adder Hatchling"] = "Todesnatterjungtier"
  1135. L["Deathcharger's Reins"] = "Zügel des Todesstreitrosses"
  1136. L["Deathtalon"] = "Todeskralle"
  1137. L["Debug mode"] = "Debug-Modus"
  1138. L["Debug mode OFF"] = "Debug Modus AUS"
  1139. L["Debug mode ON"] = "Debug Modus AN"
  1140. L["Decahedral Dwarven Dice"] = "Zehnseitige Zwergenwürfel"
  1141. L["Deep Sea Monsterbelly School"] = "Ein Schwarm Tiefseemonsterbäuche"
  1142. L["Deepsea Sagefish School"] = "Ein Schwarm Tiefseeweisenfische"
  1143. L["Defeated"] = "Besiegt"
  1144. L["Defiled Earth"] = "Entweihte Erde"
  1145. L["Delete this item"] = "Gegenstand löschen"
  1146. L["Deviate Hatchling"] = "Deviatjungtier"
  1147. L["Direflame"] = "Terrorflamme"
  1148. L["Direhorn Runt"] = "Terrorhörnchen"
  1149. L["Disgusting Oozeling"] = "Ekelhafter Schlammling"
  1150. L["Doomroller"] = "Verdammniswalze"
  1151. L["Draenei"] = true
  1152. L["Draenor Clans"] = "Klans von Draenor"
  1153. L["Draenor Garrison"] = "Dreanor Garnison"
  1154. L["Dragonfin Angelfish School"] = "Engelsdrachenfischschwarm"
  1155. L["Drakum"] = true
  1156. L["Dreadwalker"] = "Schreckenswandler"
  1157. L["Dripping Strider Egg"] = "Tropfendes Schreiterei"
  1158. L["Droplet of Y'Shaarj"] = "Tröpfchen von Y'Shaarj"
  1159. L["Drops from a boss requiring a group"] = "Erbeutet von einem Boss der eine Gruppe benötigt"
  1160. L["Drops from any mob in a zone"] = "Erbeutet von jedem Mob in der Zone"
  1161. L["Drops from NPC(s)"] = "Erbeutet von NPC(s)"
  1162. L["Dusty Clutch of Eggs"] = "Staubiges Gelege"
  1163. L["Dwarf"] = "Zwerg"
  1164. L["Elementium Geode"] = "Elementiumgeode"
  1165. L["Elementium Vein"] = "Elementiumader"
  1166. L["Emperor Salmon School"] = "Ein Schwarm Kaiserlachse"
  1167. L["Enable announcements"] = "Ankündigungen aktivieren"
  1168. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "Aktiviert die Option, dass immer wenn ein Versuch ein item zu bekommen, welches von Rarity beobachtet wird, beendet wird eine Ankündigung gemacht wird. Man kann auch Ankündigungen für jedes Item einzeln aktivieren, aber diese Option ist der Hautschalter"
  1169. L["Eternal Kiln"] = "Ewiger Flammenkessel"
  1170. L["Every item ID must be a number greater than 0."] = "Jede Item-ID muss eine Zahl größer als 0 sein."
  1171. L["Every NPC ID must be a number greater than 0."] = "Jede NPC-ID muss eine Zahl größer als 0 sein."
  1172. L["Experiment 12-B"] = true
  1173. L["Fandral's Seed Pouch"] = "Fandrals Samenbeutel"
  1174. L["Fangtooth Herring School"] = "Ein Schwarm Fangzahnheringe"
  1175. L["Farwater Conch"] = "Weitwassermuschelhorn"
  1176. L["Fat Sleeper School"] = "Ein Schwarm dicker Schläfer"
  1177. L["Fathom Eel Swarm"] = "Klafteraalschwarm"
  1178. L["Fel Iron Deposit"] = "Teufelseisenvorkommen"
  1179. L["Felfly"] = "Teufelsfliege"
  1180. L["Felslate Deposit"] = "Teufelsschiefervorkommen"
  1181. L["Felslate Seam"] = "Teufelsschieferflöz"
  1182. L["Felsworn Sentry"] = "Wächter des Dämonenpakts"
  1183. L["Feltail School"] = "Teufelsfinnenschwarm"
  1184. L["Fiery Warhorse's Reins"] = "Zügel des feurigen Schlachtrosses"
  1185. L["Fire Ammonite School"] = "Ein Schwarm Feuerammoniten"
  1186. L["Firefin Snapper School"] = "Feuerflossenschnapperschwarm"
  1187. L["Firewing"] = "Feuerflügel"
  1188. L["Flametalon of Alysrazor"] = "Flammenkralle von Alysrazar"
  1189. L["Floating Debris"] = "Schwimmende Trümmer"
  1190. L["Floating Debris Pool"] = "Ein Schwarm Schwimmende Trümmer"
  1191. L["Floating Shipwreck Debris"] = "Schwimmende Schiffswrack Trümmer"
  1192. L["Floating Wreckage"] = "Treibende Wrackteile"
  1193. L["Floating Wreckage Pool"] = true
  1194. L["Font"] = "Schriftart"
  1195. L["Font Size"] = "Schriftgröße"
  1196. L["Foot Ball"] = "Fußball"
  1197. L["Fossil"] = true
  1198. L["Fossilized Raptor"] = "Fossiler Raptor"
  1199. L["Found after %d attempts!"] = "Nach %d Versuchen gefunden!"
  1200. L["Found in: "] = "Gefunden in: "
  1201. L["Found on your first attempt!"] = "Beim ersten Versuch gefunden!"
  1202. L["Fox Kit"] = "Fuchswelpe"
  1203. L["Fragment of Anger"] = "Fragment des Zorns"
  1204. L["Fragment of Desire"] = "Fragment der Begierde"
  1205. L["Fragment of Suffering"] = "Fragment des Leidens"
  1206. L["Frenzyheart Brew"] = "Wildherzengebräu"
  1207. L["Frightened Bush Chicken"] = "Aufgeschrecktes Buschhuhn"
  1208. L["Fuzzy Green Lounge Cushion"] = "Knallgrünes Sitzpolster"
  1209. L["Gahz'rooki's Summoning Stone"] = "Gahz'rookis Beschwörungsstein"
  1210. L["Garn Nighthowl"] = "Garn Nachtheuler"
  1211. L["Garn Steelmaw"] = "Garnstahlrachen"
  1212. L["Gastropod Shell"] = "Schneckenhaus"
  1213. L["General"] = "Allgemein"
  1214. L["General Options"] = "Allgemeine Einstellungen"
  1215. L["Ghost Iron Deposit"] = "Geistereisenvorkommen"
  1216. L["Giant Coldsnout"] = "Riesige Kaltschnauze"
  1217. L["Giant Mantis Shrimp Swarm"] = "Ein Schwarm riesiger Mantisgarnelen"
  1218. L["Giant Sewer Rat"] = "Riesige Kanalratte"
  1219. L["Glacial Salmon School"] = "Ein Schwarm Winterlachse"
  1220. L["Glassfin Minnow School"] = "Ein Schwarm Glasflossenelritzen"
  1221. L["Glimmering Jewel Danio Pool"] = "Ein Schwarm glitzernder Juwelendanios"
  1222. L["Glittering Arcane Crystal"] = "Glitzernder arkaner Kristall"
  1223. L["Glowing Jade Lungfish"] = "Leuchtender Jadelungenfisch"
  1224. L["Gluth's Bone"] = "Gluths Knochen"
  1225. L["Gold Vein"] = "Goldader"
  1226. L["Golden Carp School"] = "Ein Schwarm Goldkarpfen"
  1227. L["Gondar"] = true
  1228. L["Gooey Sha-ling"] = true
  1229. L["Great Brewfest Kodo"] = "Großer Braufestkodo"
  1230. L["Greater Sagefish School"] = "Großer Schwarm Weisenfische"
  1231. L["Green Helper Box"] = "Grüne Helferbox"
  1232. L["Grotesque Statue"] = "Groteskenstatue"
  1233. L["Group Finder Options"] = "Gruppen Finder Optionen"
  1234. L["Group size"] = "Gruppengröße"
  1235. L["Group(s) found!"] = "Gruppe(n) gefunden!"
  1236. L["Grumpling"] = true
  1237. L["Gu'chi Swarmling"] = "Schwarmling von Gu'chi"
  1238. L["Gulp Froglet"] = "Schluckfroschling"
  1239. L["Gundrak Hatchling"] = "Jungtier aus Gundrak"
  1240. L["Half-Empty Food Container"] = "Halbleerer Essensbehälter"
  1241. L["Height"] = "Höhe"
  1242. L["Hidden"] = "Versteckt"
  1243. L["Hide high chance items"] = "Verstecke Gegenstände mit hoher Dropchance"
  1244. L["Hide unavailable items"] = "Verstecke nicht verfügbare Gegenstände"
  1245. L["Highland Guppy School"] = "Ein Schwarm Hochlandguppys"
  1246. L["Highland Mixed School"] = "Mischschwarm des Hochlands"
  1247. L["Holiday"] = "Weltereignisse"
  1248. L["Hollow Reed"] = "Hohles Schilfrohr"
  1249. L["Horde only"] = "Nur Horde"
  1250. L["How many attempts you've made so far."] = "Anzahl der Versuche bis jetzt."
  1251. L["Hozen Beach Ball"] = "Ho-zen-Strandball"
  1252. L["Huge Obsidian Slab"] = "Sehr große Obsidian-Platte "
  1253. L["Hyjal Wisp"] = "Irrwisch des Hyjal"
  1254. L["Ice Chip"] = "Eissplitter"
  1255. L["Identify the Item"] = "Identifizieren Sie den Artikel"
  1256. L["Imbued Jade Fragment"] = "Erfülltes Jadefragment"
  1257. L["Imperial Manta Ray School"] = "Ein Schwarm imperialer Mantarochen"
  1258. L["Imperial Moth"] = "Kaisermotte"
  1259. L["Incendicite Mineral Vein"] = "Pyrophormineralvorkommen"
  1260. L["Indurium Mineral Vein"] = "Induriummineralvorkommen"
  1261. L["Install TomTom to enable waypoint creation."] = "Installiere TomTom, um die Wegpunkt Erstellung zu aktivieren"
  1262. L["Instance Difficulty"] = "Instanz-Schwierigkeitsgrad"
  1263. L["Instant Arcane Sanctum Security Kit"] = "Schnellbaukasten der arkanen Sanktensicherheit"
  1264. L["Invincible's Reins"] = "Unbesiegbars Zügel"
  1265. L["Iron Deposit"] = "Eisenvorkommen"
  1266. L["Item ID"] = "Gegenstands-ID"
  1267. L["Items to Use"] = "Gegenstände zu benutzen"
  1268. L["Jade Lungfish School"] = "Ein Schwarm Jadelungenfische"
  1269. L["Jadefire Spirit"] = "Jadefeuergeist"
  1270. L["Jademist Dancer"] = "Jadenebeltänzer"
  1271. L["Jawless Skulker School"] = "Ein Schwarm kieferloser Schleicher"
  1272. L["Jewel Danio School"] = "Ein Schwarm Juwelendanios"
  1273. L["Jewel of Maddening Whispers"] = "Juwel des flüsternden Wahnsinns"
  1274. L["Ji-Kun Hatchling"] = "Küken von Ji-Kun"
  1275. L["Jingling Bell"] = "Bimmelglöckchen"
  1276. L["Kang's Bindstone"] = "Kangs Bindungsstein"
  1277. L["Khorium Vein"] = "Khoriumader"
  1278. L["Kor'kron Juggernaut"] = "Koloss der Kor'kron"
  1279. L["Kovok"] = true
  1280. L["Krasarang Paddlefish School"] = "Ein Schwarm Krasaranglöffelstöre"
  1281. L["Kyparite Deposit"] = "Kyparitvorkommen"
  1282. L["Large Obsidian Chunk"] = "Großer Obsidiumvorkommen"
  1283. L["Large Pool of Brew Frenzied Emperor Salmon"] = "Großer Schwarm brauverrückter Kaiserlachse"
  1284. L["Large Pool of Crowded Redbelly Mandarin"] = "Ein großer Schwarm wimmelnder Rotbauchmandarine"
  1285. L["Large Pool of Glimmering Jewel Danio Pool"] = "Ein großer Schwarm glitzernder Juwelendanios"
  1286. L["Large Pool of Glowing Jade Lungfish"] = "Großer Schwarm leuchtender Jadelungenfische"
  1287. L["Large Pool of Sha-Touched Spinefish"] = "Ein großer Schwarm Sha-berührter Stachelfische"
  1288. L["Large Pool of Tiger Gourami Slush"] = "Großer Schwarm Tigerguramischlick"
  1289. L["Large Swarm of Migrated Reef Octopus"] = "Großer Schwarm gewanderter Riffkraken"
  1290. L["Large Swarm of Panicked Paddlefish"] = "Großer Schwarm panischer Krasaranglöffelstöre"
  1291. L["Large Tangled Mantis Shrimp Cluster"] = "Großer verhedderter Schwarm riesiger Mantisgarnelen"
  1292. L["Last Month"] = "Letzter Monat"
  1293. L["Last Week"] = "Letzte Woche"
  1294. L["Left"] = "Links"
  1295. L["Lesser Bloodstone Deposit"] = "Geringe Blutsteinablagerung"
  1296. L["Lesser Firefin Snapper School"] = "Kleiner Feuerflossenschnapperschwarm"
  1297. L["Lesser Floating Debris"] = true
  1298. L["Lesser Oily Blackmouth School"] = "Kleiner Schwarm öliger Schwarzmaulfische"
  1299. L["Lesser Sagefish School"] = "Kleiner Weisenfischschwarm"
  1300. L["Leviathan Egg"] = "Leviathanei"
  1301. L["Leystone Deposit"] = "Leysteinvorkommen"
  1302. L["Leystone Seam"] = "Leysteinflöz"
  1303. L["Likelihood"] = "Wahrscheinlichkeit"
  1304. L["Lil' Bling"] = "Klein Bling"
  1305. L["Living Sandling"] = "Lebendiger Sandling"
  1306. L["Loaded (running in debug mode)"] = "Geladen (läuft im Debug Modus)"
  1307. L["Loaded Gnomish Dice"] = "Gezinkte gnomische Würfel"
  1308. L["Loading"] = "Lädt"
  1309. L["Luckiness"] = "Glück"
  1310. L["Lucky"] = "glücklich"
  1311. L["lucky"] = "glücklich"
  1312. L["Lucky if you obtain in %d or less"] = "Glücklich, wenn du es nach %d oder weniger Versuchen erhältst"
  1313. L["Lump of Coal"] = "Kohleklumpen"
  1314. L["Mantid"] = "Mantis"
  1315. L["Mark of Flame"] = "Mal der Flamme"
  1316. L["Method of obtaining"] = "Verfahren zur Gewinnung"
  1317. L["Mimiron's Head"] = "Mimirons Kopf"
  1318. L["Minimal"] = true
  1319. L["Minion of Grumpus"] = "Diener von Grumpus"
  1320. L["MiniZep Controller"] = "MiniZep-Steuerung"
  1321. L["Mirecroak"] = "Schlammquaker"
  1322. L["Mists of Pandaria"] = true
  1323. L["Mithril Deposit"] = "Mithrilvorkommen"
  1324. L["Mogu"] = true
  1325. L["Mojo"] = true
  1326. L["Moon Moon"] = "Mondflausch"
  1327. L["Moonfang Shroud"] = "Mondfangpelz"
  1328. L["Moonfang's Paw"] = "Mondfangs Pfote"
  1329. L["Moonglow Cuttlefish School"] = "Ein Schwarm Mondlichtsepia"
  1330. L["Mount"] = "Reittier"
  1331. L["Mountain Panda"] = "Bergpanda"
  1332. L["Mountain Trout School"] = "Ein Schwarm Bergforellen"
  1333. L["Mounts"] = "Reittiere"
  1334. L["Mr. Grubbs"] = "Maderich"
  1335. L["Mr. Pinchy"] = "Dr. Zwicky"
  1336. L["Mr. Smite's Brass Compass"] = "Handlanger Peins Messingkompass"
  1337. L["Muckbreaths's Bucket"] = "Matschbrabbels Eimer"
  1338. L["Muddy Churning Water"] = "Schlammiges aufgewühltes Wasser"
  1339. L["Mudfish School"] = "Matschflosserschwarm"
  1340. L["Musselback Sculpin School"] = "Muschelrückengropperschwarm"
  1341. L["Mysterious Camel Figurine"] = "Mysteriöse Kamelfigur"
  1342. L["Mythic 5-player instance"] = "Mythischer Dungeon"
  1343. L["Nerubian"] = "Neruber"
  1344. L["Nethercite Deposit"] = "Netheritablagerung"
  1345. L["Netherfist"] = "Netherfaust"
  1346. L["Netherspace Portal-Stone"] = "Netherraumportalstein"
  1347. L["Nettlefish School"] = "Ein Schwarm Nesselfische"
  1348. L["New item"] = "Neuer Gegenstand"
  1349. L["Night Elf"] = "Nachtelf"
  1350. L["Nightmare Bell"] = "Alptraumglocke"
  1351. L["Nightshade Sproutling"] = "Nachtschattensprössling"
  1352. L["None"] = "Nichts"
  1353. L["Normal"] = true
  1354. L["NPCs"] = true
  1355. L["Obsidium Deposit"] = "Obsidiumvorkommen"
  1356. L["Obtained After %d Attempts"] = "Erhalten nach %d Versuchen"
  1357. L["Obtained as an archaeology project"] = "Durch ein Archäologie Projekt erhaltbar"
  1358. L["Obtained by using an item or opening a container"] = "Durch das Benutzen oder Öffnen eines Gegenstandes erhaltbar"
  1359. L["Obtained On Your First Attempt"] = "Erhalten beim ersten Versuch"
  1360. L["Odd Polished Stone"] = "Seltsamer glatt geschliffener Stein"
  1361. L["Ogre"] = "Oger"
  1362. L["Oil Spill"] = "Ölfleck"
  1363. L["Oily Abyssal Gulper School"] = "Ein Schwarm ölige Tiefseeschluckaale"
  1364. L["Oily Blackmouth School"] = "Schwarm öliger Schwarzmaulfische"
  1365. L["Oily Sea Scorpion School"] = "Ein Schwarm ölige Seeskorpione"
  1366. L["Old Crafty"] = "Alter Fuchs"
  1367. L["Old Ironjaw"] = "Alter Eisenkiefer"
  1368. L["Ominous Flame"] = "Ominöse Flamme"
  1369. L["Ooze Covered Gold Vein"] = "Schlammbedecktes Goldvorkommen"
  1370. L["Ooze Covered Mithril Deposit"] = "Schlammbedeckte Mithrilablagerung"
  1371. L["Ooze Covered Rich Thorium Vein"] = "Schlammbedecktes reiches Thoriumvorkommen"
  1372. L["Ooze Covered Silver Vein"] = "Schlammbedecktes Silbervorkommen"
  1373. L["Ooze Covered Thorium Vein"] = "Schlammbedeckte Thoriumader"
  1374. L["Ooze Covered Truesilver Deposit"] = "Schlammbedecktes Echtsilbervorkommen"
  1375. L["Orc"] = "Ork"
  1376. L["Other"] = "Andere"
  1377. L["Other Requirements"] = "Sonstige Anforderungen"
  1378. L["Pandaren"] = true
  1379. L["Pandaren Firework Launcher"] = "Pandarischer Raketenzünder"
  1380. L["Panflute of Pandaria"] = "Pandarische Panflöte"
  1381. L["Parrot Cage (Green Wing Macaw)"] = "Papageienkäfig (Grünflügelara)"
  1382. L["Parrot Cage (Hyacinth Macaw)"] = "Papageienkäfig (Hyazinthara)"
  1383. L["Patch of Elemental Water"] = "Stelle mit Elementarwasser"
  1384. L["Periwinkle Calf"] = "Lilablassblaues Kalb"
  1385. L["Phoenix Hatchling"] = "Phönixküken"
  1386. L["Pineapple Lounge Cushion"] = "Ananasräkelkissen"
  1387. L["Play a sound when groups are found"] = "Einen Sound abspielen, wenn Gruppen gefunden wurden"
  1388. L["Pool of Fire"] = "Feuerteich"
  1389. L["Porcupette"] = "Stachelschweinchen"
  1390. L["Primal Egg"] = "Urei"
  1391. L["Profile modified, rebooting"] = "Profil verändert, starte neu"
  1392. L["Progress"] = "Fortschritt"
  1393. L["Progress Bar"] = "Fortschrittsanzeige"
  1394. L["Puddle Terror"] = "Pfützenschreck"
  1395. L["Pure Saronite Deposit"] = "Reine Saronitablagerung"
  1396. L["Pure Water"] = "Reines Wasser"
  1397. L["Pygmy Direhorn"] = "Winziges Terrorhorn"
  1398. L["Pyrite Deposit"] = "Pyritvorkommen"
  1399. L["Quivering Blob"] = "Wabernder Klumpen"
  1400. L["Rarity Tooltip Options"] = "Rarity Tooltip Einstellungen"
  1401. L["Rarity: "] = true
  1402. L["Razzashi Hatchling"] = "Razzashijungtier"
  1403. L["Red Goren Egg"] = "Rotes Gorenei"
  1404. L["Red Helper Box"] = "Rote Helferbox"
  1405. L["Red Qiraji Resonating Crystal"] = "Roter Qirajiresonanzkristall"
  1406. L["Redbelly Mandarin School"] = "Ein Schwarm Rotbauchmandarine"
  1407. L["Reef Octopus Swarm"] = "Ein Schwarm Riffkraken"
  1408. L["Reins of the Amber Primordial Direhorn"] = "Zügel des goldgelben Urterrorhorns"
  1409. L["Reins of the Astral Cloud Serpent"] = "Zügel der astralen Wolkenschlange"
  1410. L["Reins of the Azure Drake"] = "Zügel des Azurblauen Drachen"
  1411. L["Reins of the Black Primal Raptor"] = "Zügel des schwarzen Urraptors"
  1412. L["Reins of the Blazing Drake"] = "Zügel des lodernden Drachen"
  1413. L["Reins of the Blue Drake"] = "Zügel des Blaudrachen"
  1414. L["Reins of the Blue Proto-Drake"] = "Zügel des blauen Protodrachen"
  1415. L["Reins of the Bone-White Primal Raptor"] = "Zügel des knochenweißen Urraptors"
  1416. L["Reins of the Cobalt Primordial Direhorn"] = "Zügel des kobaltblauen Urterrorhorns"
  1417. L["Reins of the Crimson Water Strider"] = "Zügel des purpurroten Wasserschreiters"
  1418. L["Reins of the Drake of the North Wind"] = "Zügel des Drachen des Nordwinds"
  1419. L["Reins of the Drake of the South Wind"] = "Zügel des Drachen des Südwinds"
  1420. L["Reins of the Grand Black War Mammoth"] = "Zügel des großen schwarzen Kriegsmammuts"
  1421. L["Reins of the Green Primal Raptor"] = "Zügel des grünen Urraptors"
  1422. L["Reins of the Green Proto-Drake"] = "Zügel des grünen Protodrachen"
  1423. L["Reins of the Grey Riding Camel"] = "Zügel des grauen Reitkamels"
  1424. L["Reins of the Heavenly Onyx Cloud Serpent"] = "Zügel der himmlischen Onyxwolkenschlange"
  1425. L["Reins of the Infinite Timereaver"] = "Zügel des ewigen Zeithäschers"
  1426. L["Reins of the Jade Primordial Direhorn"] = "Zügel des jadegrünen Urterrorhorns"
  1427. L["Reins of the Onyxian Drake"] = "Zügel des Drachen von Onyxia"
  1428. L["Reins of the Raven Lord"] = "Zügel des Rabenfürsten"
  1429. L["Reins of the Slate Primordial Direhorn"] = "Zügel des schiefergrauen Urterrorhorns"
  1430. L["Reins of the Thundering Cobalt Cloud Serpent"] = "Zügel der donnernden Kobaltwolkenschlange"
  1431. L["Reins of the Thundering Onyx Cloud Serpent"] = "Zügel der donnernden Onyxwolkenschlange"
  1432. L["Reins of the Vitreous Stone Drake"] = "Zügel des Vitriolsteindrachen"
  1433. L["Reins of the White Polar Bear"] = "Zügel des weißen Eisbären"
  1434. L["Repeatable"] = "Wiederholbar"
  1435. L["Required for %s"] = "Benötigt für %s"
  1436. L["Requires Pickpocketing"] = "Erfordert Taschendiebstahl"
  1437. L["Rich Adamantite Deposit"] = "Reiches Adamantitvorkommen"
  1438. L["Rich Blackrock Deposit"] = "Reiches Schwarzfelsvorkommen"
  1439. L["Rich Cobalt Deposit"] = "Reiches Kobaltvorkommen"
  1440. L["Rich Elementium Vein"] = "Reiche Elementiumader"
  1441. L["Rich Felslate Deposit"] = "Reiches Teufelsschiefervorkommen"
  1442. L["Rich Ghost Iron Deposit"] = "Reiches Geistereisenvorkommen"
  1443. L["Rich Kyparite Deposit"] = "Reiches Kyparitvorkommen"
  1444. L["Rich Leystone Deposit"] = "Reiches Leysteinvorkommen"
  1445. L["Rich Obsidium Deposit"] = "Reiches Obsidiumvorkommen"
  1446. L["Rich Pyrite Deposit"] = "Reiches Pyritvorkommen"
  1447. L["Rich Saronite Deposit"] = "Reiches Saronitvorkommen"
  1448. L["Rich Thorium Vein"] = "Reiche Thoriumader"
  1449. L["Rich Trillium Vein"] = "Reiche Trilliumader"
  1450. L["Rich True Iron Deposit"] = "Reiches Echteisenvorkommen"
  1451. L["Riding Turtle"] = "Reitschildkröte"
  1452. L["Right"] = "Rechts"
  1453. L["Right-Aligned"] = "Rechtsbündig"
  1454. L["Rime of the Time-Lost Mariner"] = "Reif des zeitverlorenen Seefahrers"
  1455. L["Rotten Helper Box"] = "Miese Helferbox"
  1456. L["Ruby Droplet"] = "Rubinrotes Tröpfchen"
  1457. L["Sack of Spectral Spiders"] = "Sack mit spektralen Spinnen"
  1458. L["Safari Lounge Cushion"] = "Safariräkelkissen"
  1459. L["Sagefish School"] = "Weisenfischschwarm"
  1460. L["Saronite Deposit"] = "Saronitvorkommen"
  1461. L["Satyr Charm"] = "Satyrglücksbringer"
  1462. L["Savage Cub"] = "Wildes Tigerjunges"
  1463. L["Savage Piranha Pool"] = "Ein Schwarm Mordlustiger Piranha"
  1464. L["Scale"] = "Skalierung"
  1465. L["Scepter of Azj'Aqir"] = "Szepter von Azj'Aqir"
  1466. L["School of Darter"] = "Stachelflosserschwarm"
  1467. L["School of Deviate Fish"] = "Deviatfischschwarm"
  1468. L["School of Tastyfish"] = "Leckerfischschwarm"
  1469. L["Schooner Wreckage"] = "Schiffswrackteile"
  1470. L["Schooner Wreckage Pool"] = "Ein Schwarm Schiffswrackteile"
  1471. L["Scorched Stone"] = "Versengter Stein"
  1472. L["Sea Pony"] = "Seepony"
  1473. L["Sea Scorpion School"] = "Ein Schwarm Seeskorpione"
  1474. L["Sea Turtle"] = "Meeresschildkröte"
  1475. L["Seaborne Spore"] = "Meeresspore"
  1476. L["Servant of Demidos"] = "Diener von Demidos"
  1477. L["Servant's Bell"] = "Dienerglocke"
  1478. L["Session"] = "Sitzung"
  1479. L["Shadowhide Pearltusk"] = "Schattenfellperlzahn"
  1480. L["Shard of Supremus"] = "Fragment von Supremus"
  1481. L["Sha-Touched Spinefish"] = "Ein Schwarm Sha-berührter Stachelfische"
  1482. L["Shell of Tide-Calling"] = "Muschel des Gezeitenrufers"
  1483. L["Shipwreck Debris"] = "Schiffswracktrümmer"
  1484. L["Show Icon"] = "Icon anzeigen"
  1485. L["Show minimap icon"] = "Zeige Minimap-Icon"
  1486. L["Show Text"] = "Text anzeigen"
  1487. L["Show Time column"] = "Zeit Spalte anzeigen"
  1488. L["Show Zone column"] = "Zonen Spalte anzeigen"
  1489. L["Silver Vein"] = "Silberader"
  1490. L["Silver-Plated Turkey Shooter"] = "Versilberte Truthahnbüchse"
  1491. L["Since last drop"] = "Seit dem letzten Fund"
  1492. L["Skrillix"] = true
  1493. L["Skunky Alemental"] = "Ranziger Bierlementar"
  1494. L["Sky-Bo"] = "Himmel-Bo"
  1495. L["Skyshard"] = "Himmelssplitter"
  1496. L["Slithershock Elver"] = "Glitschschockaal"
  1497. L["Small Obsidian Chunk"] = "Kleiner Obsidiumvorkommen"
  1498. L["Small Thorium Vein"] = "Kleine Thoriumader"
  1499. L["Smashum Grabb"] = "Zaggund Hopp"
  1500. L["Smelly Gravestone"] = "Stinkender Grabstein"
  1501. L["Smoky Direwolf"] = "Rauchgrauer Terrorwolf"
  1502. L["Smoldering Egg of Millagazor"] = "Schwelendes Ei von Millagazor"
  1503. L["Snarly's Bucket"] = "Knurris Eimer"
  1504. L["Snow Mound"] = "Schneehügel"
  1505. L["Snowman Kit"] = "Schneemannset"
  1506. L["Snowy Panda"] = "Schneepanda"
  1507. L["Solar Spirehawk"] = "Sonnenfalke der Spitzen"
  1508. L["Son of Animus"] = "Sohn des Animus"
  1509. L["Son of Galleon's Saddle"] = "Sattel des Sohnes von Galleon"
  1510. L["Sorting by name"] = "Sortierung nach Name"
  1511. L["Sorting by percent complete"] = "Sortierung nach Prozent abgeschlossen"
  1512. L["Sparse Firefin Snapper School"] = "Spärlicher Feuerflossenschnapperschwarm"
  1513. L["Sparse Oily Blackmouth School"] = "Spärlicher Schwarm öliger Schwarzmaulfische"
  1514. L["Sparse Schooner Wreckage"] = true
  1515. L["Spawn of Horridon"] = "Ausgeburt von Horridon"
  1516. L["Special case"] = "Spezialfall"
  1517. L["Spectral Bell"] = "Spektrale Glocke"
  1518. L["Spell ID"] = "Spell-ID"
  1519. L["Spiky Collar"] = "Stachelhalsband"
  1520. L["Spineclaw Crab"] = "Dornzangenkrabbe"
  1521. L["Spinefish School"] = "Ein Schwarm Stachelfische"
  1522. L["Sporefish School"] = "Sporenfischschwarm"
  1523. L["Sprite Darter Egg"] = "Grimmlingflitzerei"
  1524. L["Statistics"] = "Statistiken"
  1525. L["Steam Pump Flotsam"] = "Treibgut der Dampfpumpe"
  1526. L["Stonescale Eel Swarm"] = "Steinschuppenaalschwarm"
  1527. L["Strand Crawler"] = "Strandkriecher"
  1528. L["Strange Pool"] = true
  1529. L["Sultry Grimoire"] = "Verführerischer Foliant"
  1530. L["Sun Sproutling"] = "Sonnensprössling"
  1531. L["Sunblade Rune of Activation"] = "Aktivierungsrune der Sonnenklingen"
  1532. L["Sunfire Kaliri"] = "Sonnenfeuerkaliri"
  1533. L["Sunfur Panda"] = "Sonnenpelzpanda"
  1534. L["Swarm of Panicked Paddlefish"] = "Ein Schwarm panischer Krasaranglöffelstöre"
  1535. L["Swift Brewfest Ram"] = "Schneller Braufestwidder"
  1536. L["Swift White Hawkstrider"] = "Schneller weißer Falkenschreiter"
  1537. L["Swift Zulian Panther"] = "Schneller zulianischer Panther"
  1538. L["Syd the Squid"] = "Kalle die Qualle"
  1539. L["Tainted Core"] = "Besudelter Kern"
  1540. L["Tainted Maulclaw"] = "Besudeltes Klauenmaul"
  1541. L["Tangled Mantis Shrimp Cluster"] = "Verhedderter Schwarm riesiger Mantisgarnelen"
  1542. L["Teeming Firefin Snapper School"] = "Wimmelnder Feuerflossenschnapperschwarm"
  1543. L["Teeming Floating Wreckage"] = true
  1544. L["Teeming Oily Blackmouth School"] = "Wimmelnder Schwarm öliger Schwarzmaulfische"
  1545. L["Terrorfist"] = "Terrorfaust"
  1546. L["Texture"] = "Textur"
  1547. L["The Burning Crusade"] = true
  1548. L["The Heartbreaker"] = "Der Herzbrecher"
  1549. L["The Horseman's Reins"] = "Die Zügel des Reiters"
  1550. L["The name you entered is already being used by another item. Please enter a unique name."] = "Der eingegebene Name wird bereits von einem anderen Element verwendet. Bitte geben Sie einen eindeutigen Namen ein."
  1551. L["The Pigskin"] = "Football"
  1552. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "Das Rarity Optionsmodul wurde deaktiviert. Logge dich aus und aktiviere es im Addon Menü."
  1553. L["This item is only available to Alliance players."] = "Dieses Item ist nur für Allianz Spieler verfügbar."
  1554. L["Tiger Gourami School"] = "Ein Schwarm Tigerguramis"
  1555. L["Tiger Gourami Slush"] = "Tigerguramischlick"
  1556. L["Time"] = "Zeit"
  1557. L["Time spent farming"] = "Zeit mit Suchen verbracht"
  1558. L["Timeless Chest"] = "Zeitlose Truhe"
  1559. L["Time-Locked Box"] = "Zeitverschlossene Kiste"
  1560. L["Time-Lost Figurine"] = "Zeitverlorene Statuette"
  1561. L["Timewalker 5-player instance"] = "Zeitwanderungsdungeon "
  1562. L["Tin Vein"] = "Zinnader"
  1563. L["Tiny Crimson Whelpling"] = "Winziger purpurroter Welpling"
  1564. L["Tiny Emerald Whelpling"] = "Winziger smaragdgrüner Welpling"
  1565. L["Tiny Fel Engine Key"] = "Winziger Teufelszündschlüssel"
  1566. L["Titanium Vein"] = "Titanader"
  1567. L["Today"] = "Heute"
  1568. L["Tol'vir"] = true
  1569. L["Toothy's Bucket"] = "Zähnchens Eimer"
  1570. L["Total"] = "Gesamt"
  1571. L["Total found"] = "Insgesamt gefunden"
  1572. L["Toxic Wasteling"] = "Giftmüllschleimling"
  1573. L["Toy or Item"] = "Spielzeug oder Gegenstand"
  1574. L["Toys & Items"] = "Spielzeuge & Gegenstände"
  1575. L["Trillium Vein"] = "Trilliumader"
  1576. L["Troll"] = true
  1577. L["True Iron Deposit"] = "Echteisenvorkommen"
  1578. L["Truesilver Deposit"] = "Echtsilbervorkommen"
  1579. L["Tundra Icehoof"] = "Tundraeishuf"
  1580. L["Unavailable"] = "nicht verfügbar"
  1581. L["Undefeated"] = "Unbesiegt"
  1582. L["Unknown"] = "Unbekannt"
  1583. L["Unlucky"] = "unglücklich"
  1584. L["unlucky"] = "unglücklich"
  1585. L["Unscathed Egg"] = "Unbeschadetes Ei"
  1586. L["Unusual Compass"] = "Ungewöhnlicher Kompass"
  1587. L["Use your bonus roll for a chance at this item"] = "Benutze deinen Bonuswurf für eine Chance auf diesen Gegenstand"
  1588. L["Usually requires a group of around %d players"] = "Benötigt normalerweise eine Gruppe von ungefähr %d Spielern"
  1589. L["Vengeance"] = "Rache "
  1590. L["Vibrating Arcane Crystal"] = "Vibrierender arkaner Kristall"
  1591. L["Vile Blood of Draenor"] = "Übles Blut von Draenor"
  1592. L["Viscidus Globule"] = "Visciduströpfchen"
  1593. L["Void Collar"] = "Leerenhalsband"
  1594. L["Vrykul"] = true
  1595. L["Warlords of Draenor"] = true
  1596. L["Warm Arcane Crystal"] = "Warmer arkaner Kristall"
  1597. L["Warning Sign"] = "Warnschild"
  1598. L["Warsong Direfang"] = "Terrorzahn des Kriegshymnenklans"
  1599. L["Waterlogged Wreckage"] = "Treibholzwrackteile"
  1600. L["Waterlogged Wreckage Pool"] = "Ein Schwarm Schwimmende Wrackteile"
  1601. L["Weebomination"] = "Monstrositätchen"
  1602. L["Welcome to Rarity r%d. Your settings have been reset."] = "Willkommen zu Rarity r%d. Deine Einstellungen wurden zurückgesetzt."
  1603. L["When on, items marked as Defeated will be hidden from the tooltip."] = "Wenn aktiviert, werden Items die als \"besiegt\" markiert sind im Tooltip versteckt."
  1604. L["Whistle of Chromatic Bone"] = "Chromatische Knochenpfeife"
  1605. L["White Trillium Deposit"] = "Weißes Trilliumvorkommen"
  1606. L["Width"] = "Breite"
  1607. L["Wild Goretusk"] = "Wilder Geiferzahn"
  1608. L["Worn Troll Dice"] = "Abgenutzte Trollwürfel"
  1609. L["Wrath of the Lich King"] = true
  1610. L["Yesterday"] = "Gestern"
  1611. L["You already defeated %d of them."] = "Du hast bereits %d von ihnen besiegt."
  1612. L["You already defeated all of them."] = "Du hast sie bereits alle besiegt."
  1613. L["You entered an item ID that is already being used by another item."] = "Du hast eine Item-ID eingegeben, die bereits von einem anderem Item benutzt wird."
  1614. L["You must enter a number larger than 0."] = "Du musst eine Zahl größer als 0 eingeben."
  1615. L["You must enter a number larger than 1."] = "Du musst eine Zahl größer als 1 eingeben."
  1616. L["You must enter a number larger than or equal to 0."] = "Du musst eine Zahl größer oder gleich 0 eingeben."
  1617. L["You must enter a spell ID."] = "Du musst eine Spell-ID eingeben."
  1618. L["You must enter a valid number."] = "Du musst eine gültigen Nummer eingeben."
  1619. L["You must enter an amount."] = "Du musst eine Anzahl eingeben."
  1620. L["You must enter an item ID."] = "Du musst eine Item-ID eingeben."
  1621. L["Young Talbuk"] = "Junger Talbuk"
  1622. L["Zandalari Anklerender"] = "Knöchelreißer der Zandalari"
  1623. L["Zandalari Footslasher"] = "Fußschlitzer der Zandalari"
  1624. L["Zandalari Kneebiter"] = "Wadenbeißer der Zandalari"
  1625. L["Zandalari Toenibbler"] = "Zehenknabberer der Zandalari"
  1626. L["Zangar Spore"] = "Zangarspore"
  1627. L["Zhevra Lounge Cushion"] = "Zhevrasitzpolster"
  1628. L["Zomstrok"] = true
  1629. L["Zone"] = true
  1630. L["Zones"] = "Zonen"
  1631. end
  1632.  
  1633. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "esES")
  1634. if L then
  1635. L[" (Group)"] = "Grupo"
  1636. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d intento (%.2f%%)"
  1637. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d intentos (%.2f%%)"
  1638. L["%d attempt"] = "%d intento"
  1639. L["%d attempt - %.2f%%"] = "%d intento - %.2f%%"
  1640. L["%d attempts"] = "%d intentos"
  1641. L["%d attempts - %.2f%%"] = "%d intentos - %.2f%%"
  1642. L["%d collected - %.2f%%"] = "%d recogido - %.2f%%"
  1643. L["%s: %d attempt"] = "%s: %d intento"
  1644. L["%s: %d attempt - %.2f%%"] = "%s: %d intento - %.2f%%"
  1645. L["%s: %d attempt (%d total)"] = "%s: %d intentos (%d total)"
  1646. L["%s: %d attempts"] = "%s: %d intentos"
  1647. L["%s: %d attempts - %.2f%%"] = "%s: %d intentos - %.2f%%"
  1648. L["%s: %d attempts (%d total)"] = "%s: %d intentos (%d total)"
  1649. L["(running in debug mode)"] = "(se ejecuta en modo 'debug')"
  1650. L["1 in %d chance"] = "1 posibilidad entre %d"
  1651. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "Una lista separada por comas de ID de objetos que, utilizados o abiertos, puedan dar este objeto. Utilice Wowhead o un servicio similar para buscar la ID de los objetos."
  1652. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "Introduce las IDs del los NPCs separadas por comas. Utiliza el servicio WowHead o similar para ver las IDs de los NPCs"
  1653. L["Abundant Bloodsail Wreckage"] = "Restos de los Velasangre abundantes"
  1654. L["Abundant Firefin Snapper School"] = "Banco de Pargos de Fuego abundantes"
  1655. L["Abundant Oily Blackmouth School"] = "Banco de Bocanegras Grasos abundantes"
  1656. L["Abyssal Gulper School"] = "Banco de Anguila devoradora abisal"
  1657. L["Adamantite Deposit"] = "Depósito de adamantita"
  1658. L["Albino Cavefish School"] = "Banco de cavernosos albinos"
  1659. L["Algaefin Rockfish School"] = "Banco de aletalgas de roca"
  1660. L["Alliance only"] = "Sólo Alianza"
  1661. L["Already known"] = "Ya conocido"
  1662. L["Announce"] = "Anunciar"
  1663. L["Announcements"] = "Anuncios"
  1664. L["Archaeology race"] = "Razas de arqueología"
  1665. L["Are you sure you want to delete this item?"] = "¿Estas seguro de que quieres borrar el objeto?"
  1666. L["Armored Razzashi Raptor"] = "Raptor Razzashi acorazado"
  1667. L["Ashes of Al'ar"] = "Cenizas de Al'ar"
  1668. L["Attempts"] = "Intentos"
  1669. L["Azure Whelpling"] = "Vástago azur"
  1670. L["Big Love Rocket"] = "Gran cohete de amor"
  1671. L["Black Trillium Deposit"] = "[Black Trillium Deposit]"
  1672. L["Blackbelly Mudfish School"] = "Banco de pezfangos panzanegra"
  1673. L["Blackrock Deposit"] = "Depósito de roca negra"
  1674. L["Blackwater Whiptail School"] = "Banco de Bagre de Aguasnegras"
  1675. L["Blind Lake Sturgeon School"] = "Banco de Esturión ciego de lago"
  1676. L["Bloodsail Wreckage"] = "Restos de los Velasangre"
  1677. L["Bloodsail Wreckage Pool"] = "Banco de Restos de los Velasangre"
  1678. L["Bluefish School"] = "Banco de pezazules"
  1679. L["Borean Man O' War School"] = "Banco de carabelas boreales"
  1680. L["Brackish Mixed School"] = "Banco mixto salobre"
  1681. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Cargado Bunny Hunter. ¿Te gustaría importar los datos de Bunny Hunter ahora? Desactiva el Bunny Hunter o pincha en Si si no quieres que se te pregunte de nuevo"
  1682. L["Captured Firefly"] = "Luciérnaga capturada"
  1683. L["Cat Carrier (Black Tabby)"] = "Jaula para gatos (atigrado negro)"
  1684. L["Chance"] = "Posibilidad"
  1685. L["Chance so far"] = "Posibilidades hasta ahora"
  1686. L["Cobalt Deposit"] = "Depósito de cobalto"
  1687. L["Coin of Many Faces"] = "Moneda de muchas caras"
  1688. L["Collect %d %s"] = "Recoger %d %s"
  1689. L["Collected"] = "Recogido"
  1690. L["Collection Complete"] = "Colección completa"
  1691. L["Collection complete!"] = "¡Colección completa!"
  1692. L["Collection Size"] = "Tamaño de colección"
  1693. L["Content Category"] = "Descripción de la categoría"
  1694. L["Copper Vein"] = "Filón de cobre"
  1695. L["Crashin' Thrashin' Cannon Controller"] = "Controlador de cañón triturador"
  1696. L["Crashin' Thrashin' Mortar Controller"] = "Controlador de mortero triturador"
  1697. L["Crashin' Thrashin' Roller Controller"] = "Controlador de apisonadora trituradora"
  1698. L["Create a New Item"] = "Crear nuevo objeto"
  1699. L["Create a new item to track"] = "Crear un nuevo objeto para rastrear"
  1700. L["Ctrl-Click to change sort order"] = "Ctrl+Click para cambiar el orden de clasificación"
  1701. L["Custom"] = "Personalizado"
  1702. L["Dark Iron Deposit"] = "Depósito de Hierro negro"
  1703. L["Dark Whelpling"] = "Vástago oscuro"
  1704. L["Data has been imported from Bunny Hunter"] = "Los datos han sido importados desde Bunny Hunter"
  1705. L["Deathcharger's Reins"] = "Riendas de destrero de la muerte"
  1706. L["Debug mode OFF"] = "Modo Debug OFF"
  1707. L["Debug mode ON"] = "Modo Debug ON"
  1708. L["Deep Sea Monsterbelly School"] = "Banco de tripayuyus de las profundidades"
  1709. L["Deepsea Sagefish School"] = "Banco de peces sabiola marfunda"
  1710. L["Delete this item"] = "Eliminar este objeto"
  1711. L["Determines how this item is obtained."] = "Señalar como se consigue el objeto."
  1712. L["Determines what type of item this is."] = "Informe de que tipo de objeto se trata."
  1713. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = "Determina si el objeto sólo se puede obtener de la pesca en los charcos. Para que esta opción funcione, los bancos de pesca deben haber sido traducidos al idioma de su juego."
  1714. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "Determina si se debe habilitar el seguimiento para este objeto. Los objetos que están desactivados no aparecerán en la descripción."
  1715. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "Determina si se desea buscar en varias ocasiones este objeto. Si se activa esta opción y encuentra el objeto, Rarity marcará el artículo como no localizado después de unos segundos ."
  1716. L["Determines which race includes this archaeology project."] = "Define en que raza se encuentra este proyecto de arqueoligía."
  1717. L["Deviate Hatchling"] = "Prole descarriada"
  1718. L["Disgusting Oozeling"] = "Moquillo desagradable"
  1719. L["Draenei"] = true
  1720. L["Draenor Clans"] = "Clanes de Draenor"
  1721. L["Dragonfin Angelfish School"] = "Banco de peces ángel aletadragón"
  1722. L["Drakum"] = true
  1723. L["Dropped from dinosaurs on Isle of Giants"] = "Tirado por dinosaurios en la Isla de los Gigantes"
  1724. L["Drops from a boss requiring a group"] = "Despojado de Jefe de mazmorra"
  1725. L["Drops from any mob in a zone"] = "Despojado de cuaquier mob en una zona"
  1726. L["Drops from NPC(s)"] = "Despojado de NPC(s)"
  1727. L["Dwarf"] = "Enano"
  1728. L["Elementium Geode"] = "Geoda de elementium"
  1729. L["Elementium Vein"] = "Filón de elementium"
  1730. L["Emperor Salmon School"] = "Banco de salmones emperador"
  1731. L["Enable announcements"] = "Activar anuncios"
  1732. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "Activa los anuncios cada vez que se realiza un nuevo intento para cualquier cosa que Rarity este rastreando. También puede habilitar anuncios por objeto, pero este es el cambio principal ."
  1733. L["Enables announcements whenever you complete a new attempt toward this item."] = "Activa los anuncios cada vez que se realiza un nuevo intento para este objeto."
  1734. L["Equal odds"] = "Igualdad de probabilidades"
  1735. L["Every item ID must be a number greater than 0."] = "Cada ID de objeto debe ser un número mayor que 0."
  1736. L["Every NPC ID must be a number greater than 0."] = "Cada NPC ID debe ser un número mayor que 0."
  1737. L["Fangtooth Herring School"] = "Banco de arenques colmillo"
  1738. L["Fat Sleeper School"] = "Banco de Coto gordo"
  1739. L["Fathom Eel Swarm"] = "Banco de anguilas de las profundidades"
  1740. L["Fel Iron Deposit"] = "Depósito de hierro vil"
  1741. L["Feltail School"] = "Banco de colaviles"
  1742. L["Fiery Warhorse's Reins"] = "Riendas de caballo de guerra ígneo"
  1743. L["Fire Ammonite School"] = "Banco de Amonites de fuego"
  1744. L["Firefin Snapper School"] = "Banco de pargos de fuego"
  1745. L["Flametalon of Alysrazor"] = "Garfa de fuego de Alysrazor"
  1746. L["Floating Debris"] = "Restos flotando"
  1747. L["Floating Debris Pool"] = "Banco de Restos flotando"
  1748. L["Floating Shipwreck Debris"] = "[Floating Shipwreck Debris]"
  1749. L["Floating Wreckage"] = "Restos de un naufragio"
  1750. L["Floating Wreckage Pool"] = "Banco de Restos de un naufragio"
  1751. L["Fossil"] = "Fosil"
  1752. L["Fossilized Raptor"] = "Raptor fosilizado"
  1753. L["Found after %d attempts!"] = "Encontrado después de %d intentos"
  1754. L["Found on your first attempt!"] = "¡Encontrado en tu primer intento!"
  1755. L["Fox Kit"] = "Vulpix"
  1756. L["General"] = true
  1757. L["Ghost Iron Deposit"] = "Depósito de hierro fantasma"
  1758. L["Giant Mantis Shrimp Swarm"] = "Enjambre de gambas mantis gigantes"
  1759. L["Giant Sewer Rat"] = "Rata de cloaca gigante"
  1760. L["Glacial Salmon School"] = "Banco de salmones glaciales"
  1761. L["Glassfin Minnow School"] = "Banco de pezqueñines aletacristal"
  1762. L["Glittering Arcane Crystal"] = "Cristal Arcano relumbrante"
  1763. L["Gold Vein"] = "Filón de oro"
  1764. L["Golden Carp School"] = "[Golden Carp School]"
  1765. L["Gondar"] = true
  1766. L["Greater Sagefish School"] = "Banco de sabiolas superior"
  1767. L["Group size"] = "Tamaño del grupo"
  1768. L["Grumpling"] = "Gruñoncito"
  1769. L["Gundrak Hatchling"] = "Prole de Gundrak"
  1770. L["Highland Guppy School"] = "Banco de lebistes de las Tierras Altas"
  1771. L["Highland Mixed School"] = "Banco mixto de las Tierras Altas"
  1772. L["Horde only"] = "Sólo Horda"
  1773. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "Cómo de probable es que aparezca el objeto, expresado como 1 en X, donde X es el número que se introduce aquí ."
  1774. L["How many attempts you've made so far."] = "Número de intentos que ha realizado hasta el momento."
  1775. L["How many items you need to collect."] = "Número de objetos que necesitas recoger ."
  1776. L["Huge Obsidian Slab"] = "Gran Trozo Obsidiana"
  1777. L["Identify the Item"] = "Identicar el objeto"
  1778. L["Imperial Manta Ray School"] = "Banco de mantas raya imperiales"
  1779. L["Incendicite Mineral Vein"] = "Filón de mineral de incendicita"
  1780. L["Indurium Mineral Vein"] = "Filón de mineral de indurio"
  1781. L["Invincible's Reins"] = "Riendas de Invencible"
  1782. L["Iron Deposit"] = "Depósito de hierro"
  1783. L["Item ID"] = "ID del objeto"
  1784. L["Items to Use"] = "Objetos a utilizar"
  1785. L["Jade Lungfish School"] = "Banco de peces alveolares de jade"
  1786. L["Jawless Skulker School"] = "Banco de Vagador mermaquija"
  1787. L["Jewel Danio School"] = "Banco de danios enjoyados"
  1788. L["Khorium Vein"] = "Filón de korio"
  1789. L["Krasarang Paddlefish School"] = "Banco de poliodóntidos de Krasarang"
  1790. L["Kyparite Deposit"] = "Depósito de kyparita"
  1791. L["Large Obsidian Chunk"] = "Gran Trozo obsidiana"
  1792. L["Lesser Bloodstone Deposit"] = "Depósito de sangrita inferior"
  1793. L["Lesser Firefin Snapper School"] = "[Lesser Firefin Snapper School]"
  1794. L["Lesser Floating Debris"] = "[Lesser Floating Debris]"
  1795. L["Lesser Oily Blackmouth School"] = "[Lesser Oily Blackmouth School]"
  1796. L["Lesser Sagefish School"] = "[Lesser Sagefish School]"
  1797. L["Likelihood"] = "Probabilidad"
  1798. L["Loaded (running in debug mode)"] = "Cargado (se ejecuta en modo 'debug')"
  1799. L["Loading"] = "Carga"
  1800. L["Luckiness"] = "Fortuna"
  1801. L["Lucky"] = "Afortunado"
  1802. L["lucky"] = "afortuado"
  1803. L["Lucky if you obtain in %d or less"] = "Serás afortunado si lo encuentras en %d intentos o menos"
  1804. L["Method of obtaining"] = "Forma de obtención"
  1805. L["Mimiron's Head"] = "Cabeza de Mimiron"
  1806. L["Minimal"] = "Mínimo"
  1807. L["Minion of Grumpus"] = "Esbirro de Gruñoncio"
  1808. L["Mithril Deposit"] = "Depósito de mitril"
  1809. L["Mojo"] = true
  1810. L["Moonglow Cuttlefish School"] = "Banco de sepias resplandor lunar"
  1811. L["Mount"] = "Montura"
  1812. L["Mountain Trout School"] = "Banco de truchas de montaña"
  1813. L["Mounts"] = "Monturas"
  1814. L["Mr. Grubbs"] = "Sr. Oruga"
  1815. L["Mr. Pinchy"] = "Tenacitas"
  1816. L["Muddy Churning Water"] = "[Muddy Churning Water]"
  1817. L["Mudfish School"] = "Banco de peces barro"
  1818. L["Musselback Sculpin School"] = "Banco de peces escorpión mejillón"
  1819. L["Mysterious Camel Figurine"] = "Figurilla de camello misteriosa"
  1820. L["Nerubian"] = "Nerubiano"
  1821. L["Nethercite Deposit"] = "Depósito de abisalita"
  1822. L["Nettlefish School"] = "Banco de medusas"
  1823. L["New item"] = "Nuevo objeto"
  1824. L["Night Elf"] = "Elfo de la noche"
  1825. L["None"] = "Ninguno"
  1826. L["Normal"] = true
  1827. L["NPCs"] = true
  1828. L["Obsidium Deposit"] = "Depósito de obsidium"
  1829. L["Obtained After %d Attempts"] = "Obtenido después de %d intentos"
  1830. L["Obtained as an archaeology project"] = "Obtenido de un descubrimiento arqueológico"
  1831. L["Obtained by fishing"] = "Obtenido pescando"
  1832. L["Obtained by mining"] = "Obtenido minando"
  1833. L["Obtained by mining Elementium Vein"] = "Se obtiene por extracción del Filón de elementium"
  1834. L["Obtained by opening Snow Mound in Frostfire Ridge"] = "Obtenido al abrir los Montículos de nieve en Cresta Fuego Glacial"
  1835. L["Obtained by using an item or opening a container"] = "Obtenido al usar un objeto o abrir un recipiente"
  1836. L["Obtained On Your First Attempt"] = "Obtenido en tu primer intento"
  1837. L["Ogre"] = "Ogro"
  1838. L["Oil Spill"] = "Vertido de petróleo"
  1839. L["Oily Abyssal Gulper School"] = "Banco aceitoso de Anguila devoradora abisal"
  1840. L["Oily Blackmouth School"] = "Banco de bocanegras grasos"
  1841. L["Oily Sea Scorpion School"] = "Banco aceitoso de Escorpina"
  1842. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = "Una de las zonas o subzonas que ha introducido (%s) no se puede encontrar. Compruebe que la ha escrito correctamente y de que sea en Inglés americano o en el idioma local de su juego."
  1843. L["Ooze Covered Gold Vein"] = "Filón de oro cubierto de moco"
  1844. L["Ooze Covered Mithril Deposit"] = "Filón de mitril cubierto de moco"
  1845. L["Ooze Covered Rich Thorium Vein"] = "Filón de torio enriquecido cubierto de moco"
  1846. L["Ooze Covered Silver Vein"] = "Filón de plata cubierto de moco"
  1847. L["Ooze Covered Thorium Vein"] = "Filón de torio cubierto de moco"
  1848. L["Ooze Covered Truesilver Deposit"] = "Filón de veraplata cubierta de moco"
  1849. L["Orc"] = "Orco"
  1850. L["Other"] = "Otro"
  1851. L["Parrot Cage (Green Wing Macaw)"] = "Jaula de loro (papagayo rojo)"
  1852. L["Parrot Cage (Hyacinth Macaw)"] = "Jaula de loro (papagayo azul)"
  1853. L["Patch of Elemental Water"] = "[Patch of Elemental Water]"
  1854. L["Phoenix Hatchling"] = "Prole de fénix"
  1855. L["Please enter a comma-separated list of item IDs."] = "Por favor, introduzca una lista separada por comas de las ID de los objetos."
  1856. L["Please enter a comma-separated list of NPC IDs."] = "Por favor, introduzca una lista separada por comas de las IDs de los NPC ."
  1857. L["Please enter a comma-separated list of zones."] = "Por favor, introduzca una lista separada por comas de las zonas."
  1858. L["Pool of Fire"] = "Piscina de fuego"
  1859. L["Profile modified, rebooting"] = "Perfil modificado, reiniciando"
  1860. L["Progress"] = "Progreso"
  1861. L["Pure Saronite Deposit"] = "Deposito de Saronita Puro"
  1862. L["Pure Water"] = "Agua pura"
  1863. L["Pyrite Deposit"] = "Depósito de pirita"
  1864. L["Rarity: "] = true
  1865. L["Razzashi Hatchling"] = "Prole Razzashi"
  1866. L["Red Qiraji Resonating Crystal"] = "Cristal resonador qiraji rojo"
  1867. L["Redbelly Mandarin School"] = "Banco de mandarines panzarroja"
  1868. L["Reef Octopus Swarm"] = "Banco de pulpos de arrecife"
  1869. L["Reins of the Azure Drake"] = "Riendas del draco azur"
  1870. L["Reins of the Blue Drake"] = "Riendas del draco azul"
  1871. L["Reins of the Blue Proto-Drake"] = "Riendas del draco azul"
  1872. L["Reins of the Drake of the North Wind"] = "Riendas del draco del Viento del Norte"
  1873. L["Reins of the Drake of the South Wind"] = "Riendas del draco del Viento del Sur"
  1874. L["Reins of the Green Proto-Drake"] = "Riendas del protodraco verde"
  1875. L["Reins of the Grey Riding Camel"] = "Riendas del camello de montar gris"
  1876. L["Reins of the Infinite Timereaver"] = "Riendas del atracador del Tiempo Infinito"
  1877. L["Reins of the Onyxian Drake"] = "Riendas del draco de Onyxia"
  1878. L["Reins of the Raven Lord"] = "Riendas del Lord Cuervo"
  1879. L["Reins of the Vitreous Stone Drake"] = "Riendas del draco de piedra vítreo"
  1880. L["Reins of the White Polar Bear"] = "Riendas del oso polar blanco"
  1881. L["Repeatable"] = "Repetible"
  1882. L["Requires a pool"] = "Requiere nodo"
  1883. L["Rich Adamantite Deposit"] = "Depósito rico en adamantita"
  1884. L["Rich Blackrock Deposit"] = "Depósito rico en roca negra"
  1885. L["Rich Cobalt Deposit"] = "Depósito de cobalto rico"
  1886. L["Rich Elementium Vein"] = "Filón de elementium rico"
  1887. L["Rich Ghost Iron Deposit"] = "Depósito de hierro fantasma rico"
  1888. L["Rich Kyparite Deposit"] = "Depósito de kyparita rico"
  1889. L["Rich Obsidium Deposit"] = "Depósito de obsidium rico"
  1890. L["Rich Pyrite Deposit"] = "Depósito de pirita rico"
  1891. L["Rich Saronite Deposit"] = "Depósito de saronita rico"
  1892. L["Rich Thorium Vein"] = "Filón de torio enriquecido"
  1893. L["Rich Trillium Vein"] = "Filón de trillium enriquecido"
  1894. L["Rich True Iron Deposit"] = "Depósito rico en verahierro"
  1895. L["Right-Aligned"] = "Alineado a la derecha"
  1896. L["Sack of Spectral Spiders"] = "Saco de arañas espectrales"
  1897. L["Sagefish School"] = "Banco de sabiolas"
  1898. L["Saronite Deposit"] = "Depósito de saronita"
  1899. L["Savage Cub"] = "Cachorro salvaje"
  1900. L["Savage Piranha Pool"] = "Banco de Pirañas salvajes"
  1901. L["Scepter of Azj'Aqir"] = "Cetro de Azj'Aqir"
  1902. L["School of Darter"] = "Banco de dardos"
  1903. L["School of Deviate Fish"] = "Banco de peces descarriados"
  1904. L["School of Tastyfish"] = "Banco de pezricos"
  1905. L["Schooner Wreckage"] = "Restos de goleta"
  1906. L["Schooner Wreckage Pool"] = "Banco de Restos de goleta"
  1907. L["Scorched Stone"] = "Piedra agostada"
  1908. L["Sea Pony"] = "Poni de mar"
  1909. L["Sea Scorpion School"] = "Banco de Escorpina"
  1910. L["Sea Turtle"] = "Tortuga marina"
  1911. L["Servant of Demidos"] = "Sirviente de Demidos"
  1912. L["Shipwreck Debris"] = "Desechos de Naufragio"
  1913. L["Show Icon"] = "Mostrar icono"
  1914. L["Show minimap icon"] = "Mostrar icono en minimapa"
  1915. L["Show Text"] = "Mostrar texto"
  1916. L["Silver Vein"] = "Filón de plata"
  1917. L["Since last drop"] = "Desde el último despojo"
  1918. L["Small Obsidian Chunk"] = "Pequeño fragmento de obsidiana"
  1919. L["Small Thorium Vein"] = "Filón pequeño de torio"
  1920. L["Smashum Grabb"] = "Machaki Yarrastre"
  1921. L["Smoldering Egg of Millagazor"] = "Huevo humeante de Millagazor"
  1922. L["Snow Mound"] = "Montículo de nieve"
  1923. L["Sparse Firefin Snapper School"] = "[Sparse Firefin Snapper School]"
  1924. L["Sparse Oily Blackmouth School"] = "[Sparse Oily Blackmouth School]"
  1925. L["Sparse Schooner Wreckage"] = "[Sparse Schooner Wreckage]"
  1926. L["Spell ID"] = "ID de hechizo"
  1927. L["Spinefish School"] = "Banco de peces espinosos"
  1928. L["Sporefish School"] = "Banco de pecesporas"
  1929. L["Sprite Darter Egg"] = "Huevo de duende dardo"
  1930. L["Statistics"] = "Estadísticas"
  1931. L["Steam Pump Flotsam"] = "Restos flotantes de bomba de vapor"
  1932. L["Stonescale Eel Swarm"] = "Banco de anguilas escama pétrea"
  1933. L["Strange Pool"] = "Banco extraño"
  1934. L["Swift White Hawkstrider"] = "Halcón zancudo blanco presto"
  1935. L["Swift Zulian Panther"] = "Pantera Zulian presta"
  1936. L["Teeming Firefin Snapper School"] = "Banco de pargos de fuego abundante"
  1937. L["Teeming Floating Wreckage"] = "[Teeming Floating Wreckage]"
  1938. L["Teeming Oily Blackmouth School"] = "Banco de bocanegras grasos abundante"
  1939. L["Texture"] = "Textura"
  1940. L["The Horseman's Reins"] = "Riendas de Jinete decapitado"
  1941. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = "La ID del objeto para el seguimiento. Este es el objeto tal como aparece en su inventario o en una ventana de botín. Utilice Wowhead o un servicio similar para buscar la ID de los objetos. Este debe ser un número válido y único ."
  1942. L["The name you entered is already being used by another item. Please enter a unique name."] = "El nombre que ha introducido ya está siendo utilizado por otro objeto. Por favor, introduzca un nombre único."
  1943. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = "El número de jugadores que se necesita para obtener el objeto. Esto reducirá las posibilidades de obtener el objeto."
  1944. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "El módulo de opciones de Rarity esta inactivo. Desconecte y actívelo desde el menú de accesorios."
  1945. L["This causes Rarity to put a blank line above its tooltip additions."] = "Esto hace que Rarity ponga una línea en blanco por encima de las descripciones añadidas."
  1946. L["Tiger Gourami School"] = "Banco de guramis tigre"
  1947. L["Time"] = "Tiempo"
  1948. L["Time spent farming"] = "Tiempo de farmeo"
  1949. L["Tin Vein"] = "Filón de estaño"
  1950. L["Tiny Crimson Whelpling"] = "Vástago carmesí diminuto"
  1951. L["Tiny Emerald Whelpling"] = "Vástago esmeralda diminuto"
  1952. L["Titanium Vein"] = "Filón de titanio"
  1953. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "Para crear un nuevo objeto, introduzca un nombre único para el objeto y haga clic en Aceptar. El nombre se utilizará si el servidor no responde que el enlace del objeto o el objeto no son válidos. No se puede cambiar este nombre después de crear el objeto, así que elige bien."
  1954. L["Toggles"] = "Alterna"
  1955. L["Tol'vir"] = true
  1956. L["Total"] = true
  1957. L["Total found"] = "Total encontrados"
  1958. L["Track this"] = "Realizar un seguimiento de este"
  1959. L["Trillium Vein"] = "Filón de trillium"
  1960. L["Troll"] = "Trol"
  1961. L["True Iron Deposit"] = "Depósito de verahierro"
  1962. L["Truesilver Deposit"] = "Depósito de veraplata"
  1963. L["Type of item"] = "Tipo de objeto"
  1964. L["Unknown"] = "Desconocido"
  1965. L["Unlucky"] = "Desafortunado"
  1966. L["unlucky"] = "desafortunado"
  1967. L["Usually requires a group of around %d players"] = "Por lo general requiere un grupo de %d jugadores"
  1968. L["Vibrating Arcane Crystal"] = "Cristal Arcano vibrante"
  1969. L["Vrykul"] = true
  1970. L["Warm Arcane Crystal"] = "Cristal Arcano cálido"
  1971. L["Waterlogged Wreckage"] = "Restos con marcas de agua"
  1972. L["Waterlogged Wreckage Pool"] = "Banco de Restos encharcados"
  1973. L["Welcome to Rarity r%d. Your settings have been reset."] = "Bienvenido a Rarity r%d. Sus ajustes se han restablecido."
  1974. L["When enabled, Rarity will add obtainable items to game tooltips whenever possible."] = "Cuando está activada, Rarity añadirá objetos que se pueden obtener a la descripción del juego siempre que sea posible."
  1975. L["White Trillium Deposit"] = "[White Trillium Deposit]"
  1976. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "Ha introducido un nombre reservado. Por favor, introduzca el nombre del objeto correcto, tal y como aparece en el juego."
  1977. L["You entered a spell ID that is already being used by another item."] = "Ha introducido un ID de hechizo que ya está siendo utilizado por otro objeto."
  1978. L["You entered an item ID that is already being used by another item."] = "Ha introducido un ID de objeto que ya está siendo utilizado por otro objeto."
  1979. L["You must enter a number larger than 0."] = "Debe introducir un número mayor que 0."
  1980. end
  1981.  
  1982. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "esMX")
  1983. if L then
  1984. L[" (Group)"] = "(Grupo)"
  1985. L["%s: %d attempt"] = "%s: %d intentos"
  1986. L["%s: %d attempts"] = "%s: %d intentos"
  1987. L["(running in debug mode)"] = "(ejecutando en modo debug)"
  1988. L["Ashes of Al'ar"] = "Cenizas de Al'ar"
  1989. L["Attempts"] = "Intentos"
  1990. L["Azure Whelpling"] = "Vástago Azur"
  1991. L["Debug mode OFF"] = "Modo Debug DESACTIVADO"
  1992. L["Debug mode ON"] = "Modo Debug ACTIVADO"
  1993. L["Disgusting Oozeling"] = "Moquillo Desagradable"
  1994. L["Fiery Warhorse's Reins"] = "Riendas de Caballo de Guerra Ígneo"
  1995. L["Flametalon of Alysrazor"] = "Garfa de fuego de Alysrazor"
  1996. L["Loaded (running in debug mode)"] = "Cargado (ejecutando en modo debug)"
  1997. L["Loading"] = "Cargando"
  1998. L["Lucky"] = "Suerte"
  1999. L["Mojo"] = true
  2000. L["Mounts"] = "Monturas"
  2001. L["Obtained After %d Attempts"] = "Obtenido luego de %d Intentos"
  2002. L["Obtained On Your First Attempt"] = "Obtenido en tu primer intento"
  2003. L["Profile modified, rebooting"] = "Perfil modificado, reiniciando"
  2004. L["Progress"] = "Progreso"
  2005. L["Reins of the Azure Drake"] = "Riendas del Draco Azur"
  2006. L["Reins of the Blue Proto-Drake"] = "Riendas del Protodraco Azul"
  2007. L["Reins of the Onyxian Drake"] = "Riendas del draco de Onixya"
  2008. L["Reins of the Raven Lord"] = "Riendas de Lord Cuervo"
  2009. L["Reins of the Vitreous Stone Drake"] = "Riendas del draco de piedra vítreo"
  2010. L["Snow Mound"] = "Montículo de nieve"
  2011. end
  2012.  
  2013. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "frFR")
  2014. if L then
  2015. L[" (Group)"] = "(Groupe)"
  2016. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d essai (%.2f%%)"
  2017. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d essais (%.2f%%)"
  2018. L["%d |4waypoint:waypoints; |4is:are; located inside |4an instance:instances; and |4was:were; not added"] = "%d |4point de navigation:points de navigation; |4est situé:sont situés; dans |4une instance:des instances; et |4n'a pas été ajouté:n'ont pas été ajoutés;."
  2019. L["%d |4zone:zones;"] = true
  2020. L["%d attempt"] = "%d essai"
  2021. L["%d attempt - %.2f%%"] = "%d essai - %.2f%%"
  2022. L["%d attempts"] = "%d essais"
  2023. L["%d attempts - %.2f%%"] = "%d essais - %.2f%%"
  2024. L["%d collected - %.2f%%"] = "%d collectés - %.2f%%"
  2025. L["%s: %d attempt"] = "%s: %d essai"
  2026. L["%s: %d attempt - %.2f%%"] = "%s: %d essai - %.2f%%"
  2027. L["%s: %d attempt (%d total)"] = "%s: %d essai (%d total)"
  2028. L["%s: %d attempts"] = "%s: %d essais"
  2029. L["%s: %d attempts - %.2f%%"] = "%s: %d essais - %.2f%%"
  2030. L["%s: %d attempts (%d total)"] = "%s: %d essais (%d total)"
  2031. L["%s: %d collected"] = "%s : %d |4collecté:collectés;"
  2032. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = "%s: 0/%d essai à ce jour (%.2f%% - %s)"
  2033. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = "%s: 0/%d essais à ce jour (%.2f%% - %s)"
  2034. L["%s: collection completed!"] = "%s: collection terminée !"
  2035. L["%s: Found after %d attempts!"] = "%s : trouvé après %d essais !"
  2036. L["%s: Found on the first attempt!"] = "%s : Trouvé à la première tentative !"
  2037. L["(%d/%d attempts)"] = "(%d/%d essais)"
  2038. L["(%d/%d collected)"] = "(%d/%d collectés)"
  2039. L["(Items listed in red could not be found on the server and may not exist. Consider removing them.)"] = "(Les objets listés en rouge n'ont pas pu être trouvés sur le serveur et peuvent ne pas exister. Vous devriez considérer de les retirer.)"
  2040. L["(running in debug mode)"] = "(lancé en mode de debuggage)"
  2041. L["(Warning: item could not be retrieved from server)"] = "(Attention : l'objet n'a pas pu être récupéré depuis le serveur)"
  2042. L["1 in %d chance"] = "1 chance sur %d"
  2043. L["10-player Heroic Raid instance (legacy content; not flexible)"] = "Raid héroïque 10 joueurs (contenu héritage, non dynamique)"
  2044. L["10-player Raid instance (legacy content; not flexible)"] = "Raid 10 joueurs (contenu héritage, non dynamique)"
  2045. L["25-player Event scenario"] = "Scénario d'événement à 25 joueurs"
  2046. L["25-player heroic"] = "Héroïque à 25 joueurs"
  2047. L["25-player Heroic Raid instance (legacy content; not flexible)"] = "Raid héroïque 25 joueurs (contenu héritage, non dynamique)"
  2048. L["25-player Raid instance (legacy content; not flexible)"] = "Raid 25 joueurs (contenu héritage, non dynamique)"
  2049. L["40-player Event raid"] = "Raid d'événement à 40 joueurs"
  2050. L["40-player Raid instance (legacy content; not flexible)"] = "Raid 40 joueurs (contenu héritage, non dynamique)"
  2051. L["5-player Event instance"] = "Donjon d'événement à 5 joueurs"
  2052. L["5-player Heroic instance"] = "Donjon héroïque 5 joueurs"
  2053. L["5-player instance"] = "Donjon 5 joueurs"
  2054. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "Une liste des identifiants des objets qui, lorsque utilisés ou ouverts, peuvent vous donner cet objet. Utilisez WowHead ou un service similaire pour trouver les identifiants des objets."
  2055. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "Une liste des identifiants des PNJs qui laissent tomber cet objet. Utilisez WowHead ou un service similaire pour trouver les identifiants des PNJs."
  2056. L["A comma-separated list of quest IDs. When these quest IDs are completed, the item is considered defeated."] = "Une liste d'identifiants de quêtes séparés par des virgules. Lorsque ces quêtes seront terminées, l'objet sera considéré comme Vaincu."
  2057. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item."] = "Une liste d'identifiants de statistiques séparés par des virgules qui suit le nombre de mises à mort pour obtenir cet objet."
  2058. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item. These statistics will be added together. Use WowHead or a similar service to locate statistic IDs."] = "Une liste d'identifiants de statistiques séparés par des virgules qui suit le nombre de mises à mort pour obtenir cet objet. Ces statistiques seront combinées. Utilisez WowHead ou un service similaire pour obtenir les identifiants de statistiques."
  2059. L["A comma-separated list of the zones or sub-zones this item can be found in. For zones, you can enter either the Map ID (i.e. 811 is Vale of Eternal Blossoms), or the full name of the zone. For sub-zones, you must enter the full name of the sub-zone. Enter zone names with proper spelling, capitalization, and punctuation. They can be entered either in US English or your client's local language. Use WowHead or a similar service to make sure you're entering the zone names perfectly. PLEASE NOTE: Zone translations may not be correct. For zones, it is highly recommended that you use the Map ID instead of the name. For sub-zones, you must enter the name. If sub-zone detection isn't working for you, please visit the LibBabble-SubZone-3.0 library page on wowace.com and update the translations for your language."] = "Une liste de zones ou de sous-zones séparées par des virgules dans lesquelles cet objet peut être trouvé. Pour les zones, vous pouvez saisir soit l'identifiant de la carte (ex: 811 pour le Val de l’Éternel printemps), soit le nom complet de la zone. Pour les sous-zones, vous devez entrer le nom complet de la sous-zone. Entrez les noms de zones avec l'orthographe correct, la capitalisation et la ponctuation. Ils peuvent être entrés en Anglais US ou dans la langue de votre client. Utilisez WowHead ou un service similaire pour être certain que vous entrez le nom des zones parfaitement. NOTE : La traduction des zones peut être incorrecte. Pour les zones, il est recommandé d'utiliser l'identifiant de la carte plutôt que le nom. Pour les sous-zones, vous devez saisir le nom. Si la détection des sous-zones ne marche pas pour vous, veuillez visiter la page LibBabble-SubZone-3.0 de wowace.com et mettre à jour les traductions pour votre langue."
  2060. L["A dungeon ID which, when marked as completed by the game client, will cause this item to be considered Defeated. This is primarily used for holiday items which have unique dungeon IDs."] = "L'identifiant d'un donjon qui, lorsque signalé comme terminé par le client du jeu, provoquera le statut Vaincu pour cet objet. Ceci est principalement utilisé pour les objets des événements saisonniers qui ont des identifiants de donjon uniques."
  2061. L["A holiday event is available today for %s! Go get it!"] = "Un événement saisonnier est disponible aujourd'hui pour obtenir %s ! Allez-y !"
  2062. L["Abundant Bloodsail Wreckage"] = "Débris abondants de la Voile sanglante"
  2063. L["Abundant Firefin Snapper School"] = "Banc abondant de lutjans de nagefeu"
  2064. L["Abundant Oily Blackmouth School"] = "Banc abondant de bouches-noires huileux"
  2065. L["Abyssal Gulper School"] = "Banc de grangousiers des abysses"
  2066. L["Adamantite Deposit"] = "Gisement d'adamantite"
  2067. L["Added %d |4waypoint:waypoints; to TomTom"] = "%d |4point de navigation ajouté:points de navigation ajoutés; à TomTom."
  2068. L["Adjusts the scale of the primary tooltip. This will take effect the next time the tooltip is shown."] = "Ajuste la taille de l'infobulle principale. Ceci prendra effet la prochaine fois que l'infobulle s'affichera."
  2069. L["After upgrading your garrison's Fishing Shack to level 3, fish up 5 minnows to summon a Cavedweller which can drop this mount."] = "Après avoir amélioré votre Cabane de pêche du fief au niveau 3, pêchez une Carpe de Chutelune ou un Vairon givre-profond pour attirer un troglodyte qui pourra vous donner cette monture."
  2070. L["Ahune"] = true
  2071. L["Ai-Li's Skymirror"] = "Moire ciel d’Ai Li"
  2072. L["Ai-Ran the Shifting Cloud"] = "Ai Ran le Nuage Fantasque"
  2073. L["Albino Cavefish School"] = "Banc de tétras cavernicoles albinos"
  2074. L["Albino Chimaeraling"] = "Chimérion albinos"
  2075. L["Algaefin Rockfish School"] = "Banc de sébastes nagealgue"
  2076. L["All players can participate in killing this world boss once per week, regardless of faction"] = "Tous les joueurs peuvent participer au combat face à ce world boss une fois par semaine, peu importe la faction."
  2077. L["All raid formats except Raid Finder"] = "Tous les formats de raid à l'exception de la recherche de raid"
  2078. L["Alliance only"] = "Alliance uniquement"
  2079. L["Already defeated"] = "Déjà vaincu"
  2080. L["Already defeated for %s"] = "Déjà vaincu pour %s"
  2081. L["Already known"] = "Déjà connu"
  2082. L["an item already exists by this name, so it will not be imported"] = "Un objet avec ce nom existe déjà, et ne sera pas importé."
  2083. L["an item with the same Item ID already exists, so it will not be imported"] = "Un objet avec le même identifiant d'objet existe déjà, et ne sera pas importé."
  2084. L["and %d |4other zone:other zones;"] = "et %d |4autre zone:autres zones;"
  2085. L["Announce"] = "Annoncer"
  2086. L["Announcements"] = "Annonces"
  2087. L["Announcements will only be triggered when the item is found. When this is off, Rarity will announce every attempt and when the item is found."] = "Les annonces s'afficheront uniquement lorsque l'objet sera trouvé. Quand ceci est désactivé, Rarity annoncera chaque essai et lorsque l'objet sera trouvé."
  2088. L["Anubisath Idol"] = "Idole d’Anubisath"
  2089. L["Any difficulty"] = "Toutes les difficultés"
  2090. L["Any raid size"] = "Toutes les tailles de raid"
  2091. L["Any raid size or difficulty"] = "N'importe quelle taille ou difficulté de raid"
  2092. L["Appears in the Black Market"] = "Apparaît au Marché noir."
  2093. L["Aqua Jewel"] = "Joyau d'eau"
  2094. L["Arakkoa"] = true
  2095. L["Archaeology race"] = "Race d'archéologie"
  2096. L["Are you sure you want to delete this item?"] = "Etes-vous certain de vouloir supprimer cet objet ?"
  2097. L["Are you sure you want to import the Rarity Item Pack you entered?"] = "Etes-vous sûr de vouloir importer le pack d'objets Rarity que vous avez entré ?"
  2098. L["Are you sure you want to turn off the Export toggle for all your Custom items?"] = "Etes-vous sûr de vouloir décocher la case Exporter cet objet de tous vos objets personnalisés ?"
  2099. L["Armored Razorback"] = "Tranchedos cuirassé"
  2100. L["Armored Razzashi Raptor"] = "Raptor razzashi cuirassé"
  2101. L["Ash-Covered Horn"] = "Corne couverte de cendres"
  2102. L["Ashes of Al'ar"] = "Cendres d'Al'ar"
  2103. L["Ashleaf Spriteling"] = "Petit lutin feuille-d’orne"
  2104. L["Attempts"] = "Essais"
  2105. L["Auto"] = true
  2106. L["Available starting December 25th"] = "Disponible à partir du 25 décembre"
  2107. L["Azure Crane Chick"] = "Gruon azur"
  2108. L["Azure Whelpling"] = "Bébé dragonnet azur"
  2109. L["Battle Horn"] = "Cor de bataille"
  2110. L["Battle Pet"] = "Mascotte de combat"
  2111. L["Battle Pets"] = "Mascottes de combat"
  2112. L["Big Love Rocket"] = "Grande fusée d'amour"
  2113. L["Black Barracuda School"] = "Banc de barracudas noirs"
  2114. L["Black Trillium Deposit"] = "Gisement de trillium noir"
  2115. L["Blackbelly Mudfish School"] = "Banc d'éperlans ventre-noir"
  2116. L["Blackflame Daggers"] = "Dagues de la flamme noire"
  2117. L["Blackfuse Bombling"] = "Bombinette Boîte-Noire"
  2118. L["Blackhoof"] = "Sabot d’Encre"
  2119. L["Blackrock Deposit"] = "Gisement de rochenoire"
  2120. L["Blackwater Whiptail School"] = "Banc de hokis des flots noirs"
  2121. L["Blackwing Banner"] = "Bannière de l’Aile noire"
  2122. L["Blank line before tooltip additions"] = "Retour à la ligne avant les ajouts dans les infobulles"
  2123. L["Blazing Rune"] = "Rune flamboyante"
  2124. L["Bleakclaw"] = "Morne-Serre"
  2125. L["Blighted Spore"] = "Spore chancreux"
  2126. L["Blind Lake Sturgeon School"] = "Banc d’esturgeons jaunes aveugles"
  2127. L["Bloodsail Wreckage"] = "Débris de la Voile sanglante"
  2128. L["Bloodsail Wreckage Pool"] = "Débris de la Voile sanglante"
  2129. L["Bluefish School"] = "Banc de tassergals"
  2130. L["Bone Serpent"] = "Serpent d’os"
  2131. L["Bonkers"] = "Foldingue"
  2132. L["Borean Man O' War School"] = "Banc de poissons-méduses boréens"
  2133. L["Boss Name"] = "Nom du Boss"
  2134. L["Bottled Tornado"] = "Tornade en bouteille"
  2135. L["Brackish Mixed School"] = "Banc mixte en eaux saumâtres"
  2136. L["Brew Frenzied Emperor Salmon"] = "Saumon empereur affolé par la bière"
  2137. L["Brilliant Phoenix Hawk Feather"] = "Plume de jeune faucon-phénix brillante"
  2138. L["Brinedeep Bottom-Feeder"] = "Saumefond benthique"
  2139. L["Bristling Hellboar"] = "Sanglier infernal hirsute"
  2140. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Bunny Hunter est actif. Voulez-vous que Rarity importe les données depuis Bunny Hunter maintenant ? Désactivez Bunny Hunter ou cliquez sur Oui si vous ne voulez pas être de nouveau interrogé."
  2141. L["Burgy Blackheart's Handsome Hat"] = "Beau chapeau de Burgy Cœur-noir"
  2142. L["Can be contained in Heart-Shaped Box, rewarded for defeating the World Event Dungeon during Love is in the Air."] = "Peut être obtenu dans la Boîte en forme de cœur, en terminant le donjon de l'évènement saisonnier De l'amour dans l'air."
  2143. L["Can be contained in Keg-Shaped Treasure Chest, rewarded for defeating the World Event Dungeon during Brewfest."] = "Peut être obtenu dans le Coffre au trésor en forme de tonneau, en terminant le donjon de l'évènement saisonnier La Fête des Brasseurs."
  2144. L["Can be contained in Loot-Filled Pumpkin, rewarded for defeating the World Event Dungeon during Hallow's End."] = "Peut être obtenu dans la Citrouille remplie de butin, en terminant le donjon de l'évènement saisonnier La Sanssaint."
  2145. L["Can be obtained from Rattling Iron Cage, which has a chance to drop from any of the four champions of Hellfire Citadel in Tanaan Jungle (Terrorfist, Deathtalon, Vengeance, or Doomroller). Each of them can be looted once per day. Rarity will consider this mount \"defeated\" for the day when you kill any of the four."] = "Peut être obtenu dans la Cage en fer cliquetante, qui a une chance de se trouver sur n'importe lequel des quatre champions de la Citadelle des Flammes infernales dans la Jungle de Tanaan (Poing-de-terreur, Serres-mort, Vengeance ou Compresseur funeste). Chacun d'entre eux peut être fouillé une fois par jour. Rarity considèrera cette monture \"Vaincu\" pour la journée lorsque vous tuez l'un des quatre."
  2146. L["Can be obtained with a bonus roll"] = "Peut être obtenu via un jet de dé bonus."
  2147. L["Can drop from Fel-Touched Pet Supplies, which is obtained by defeating the Fel-corrupted legendary pets in Tanaan Jungle."] = "Peut se trouver dans les Fournitures pour mascottes touchées par la gangrène, qui sont obtenues en venant à bout des mascottes légendaires gangrénées dans la jungle de Tanaan."
  2148. L["Captured Firefly"] = "Luciole capturée"
  2149. L["Cat Carrier (Black Tabby)"] = "Panier à chat (tigré noir)"
  2150. L["Cataclysm"] = "Cataclysme"
  2151. L["Certain items, such as Illusions in your wardrobe, flag a completed Quest ID when you learn them. Rarity can automatically stop tracking this item if you enter that Quest ID here. (Only one ID, not a list.)"] = "Certains objets, comme les Illusions dans votre garde-robe, renvoient un identifiant de quête terminée quand vous les apprenez. Rarity peut automatiquement arrêter de suivre cet objet si vous entrez cet identifiant de quête ici. (seulement un identifiant, pas une liste.)"
  2152. L["Chain Pet Leash"] = "Laisse en chaîne pour mascotte"
  2153. L["Chalice of Secrets"] = "Calice de secrets"
  2154. L["Challenge Mode instance"] = "Donjon en mode Défi"
  2155. L["Chance"] = true
  2156. L["Chance so far"] = "Chance à ce jour"
  2157. L["Chaos Pup"] = "Louveteau du chaos"
  2158. L["Check this for every Custom item you wish to export. Then click on the Import/Export tab and click the Export button. This checkbox will be disabled until enough information has been filled in below to make it a detectable item."] = "Cochez ceci pour chaque objet personnalisé que vous souhaitez exporter. Puis cliquez sur l'onglet Import/Export et sur le bouton Export. Ce case à cocher sera désactiver jusqu'à ce qu'assez d'informations aient été remplies ci-dessous pour en faire un objet détectable."
  2159. L["Check this to automatically refresh your search every 5 seconds while this window is visible. Auto refresh only works if you've typed something in the search box, and if you haven't selected something in the list below. This checkbox is provided by Rarity. You can hide the checkbox in Rarity options."] = "Cochez ceci pour actualiser automatiquement votre recherche toutes les 5 secondes tant que cette fenêtre est ouverte. L'actualisation automatique ne fonctionne que si vous avez tapé quelque chose dans la case de recherche, et si vous n'avez rien sélectionné dans la liste ci-dessous."
  2160. L["Choose which classes this item should be disabled for. Checking a class below hides the item from the Rarity tooltip and prevents it from being tracked. You can still toggle Track This, but the item will not track for any classes specified here."] = "Choisissez pour quelle(s) classe(s) cet objet doit être désactivé. Cocher une classe ci-dessous cachera l'objet de l'infobulle de Rarity et empêchera le suivi. Vous pouvez toujours activer Suivre ceci, mais cet objet ne sera pas suivi pour les classes sélectionnées ici."
  2161. L["Christoph VonFeasel"] = true
  2162. L["Chuck's Bucket"] = "Seau de Chuck"
  2163. L["Classic"] = "Classique"
  2164. L["Clear All Exports"] = "Effacer tous les exports"
  2165. L["Click to switch to this item"] = "Cliquer pour passer à cet objet."
  2166. L["Click to toggle the progress bar"] = "Clic sur un objet pour afficher la barre de progression"
  2167. L["Clockwork Rocket Bot"] = "Rob-fusée mécanique"
  2168. L["Close"] = "Fermer"
  2169. L["Clutch of Ji-Kun"] = "Etreinte de Ji Kun"
  2170. L["Cobalt Deposit"] = "Gisement de cobalt"
  2171. L["Coin of Many Faces"] = "Pièce aux nombreuses faces"
  2172. L["Collect %d %s"] = "Collecter %d %s"
  2173. L["Collected"] = "Collectés"
  2174. L["Collection Complete"] = "Collecte terminée"
  2175. L["Collection complete!"] = "Collecte terminée!"
  2176. L["Collection Size"] = "Taille de la collection"
  2177. L["Contained in bonus satchels"] = "Contenu dans les sacoches bonus."
  2178. L["Contained in Cracked Egg, which is obtained by becoming Revered with The Oracles, purchasing a Mysterious Egg from their reputation vendor, and waiting three days. The mount has a 5% chance to appear in the Cracked Egg."] = "Cette monture a 5% de chance d'apparaitre dans l'Oeuf brisé, lequel est obtenu en devant Révéré auprès des Oracles, en achetant un Oeuf mystérieux auprès de leur intendant, puis en attendant trois jours."
  2179. L["Contained in Hyldnir Spoils, which is rewarded for completing daily quests given by Gretta the Arbiter in Brunnhildar Village, Storm Peaks. The mount has a 3% chance to appear in Hyldnir Spoils."] = "Cette monture a 3% de chance d'apparaitre dans le Butin hyldnir, lequel est obtenu en récompense des quêtes journalières données par Gretta la Médiatrice à Brunnhildar dans les pics Foudroyés."
  2180. L["Contained in Ripe Disgusting Jar, which is obtained by becoming Revered with Frenzyheart Tribe, purchasing a Disgusting Jar from their reputation vendor, and waiting three days."] = "Contenu dans la Jarre dégoûtante mûre, laquelle est obtenue en devenant Révéré auprès de la Tribu Frénécœur, en achetant une Jarre dégoûtante auprès de leur intendant, puis en attendant trois jours."
  2181. L["Content Category"] = "Catégorie de contenu"
  2182. L["Controls on which side the secondary tooltip appears when you hover over an item in the main tooltip. If the main tooltip is on the right side of your screen, change this to Left. Otherwise, choose Right. You can also hide the status tooltip completely."] = "Définit de quel coté l'infobulle secondaire apparaît lorsque vous survolez un objet dans l'infobulle principale. Si l'infobulle principale est du coté droit de l'écran, placez ceci sur Gauche. Autrement, choisissez Droite. Vous pouvez aussi cacher l'infobulle secondaire complètement."
  2183. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = "Définit quel type de texte est utilisé dans le flux LDB de Rarity. Minimal n'indique que le nombre d'essais. Normal ajoute la probabilité en pourcentage, et verbose ajoute le lien de l'objet."
  2184. L["Copper Vein"] = "Filon de cuivre"
  2185. L["Copy the generated Rarity Item Pack string below using Ctrl-C. You can then paste it elsewhere using Ctrl-V. Feel free to comment on the Curse web site to share your Item Pack. Allara will promote the best ones to the main add-on page."] = "Copiez le lien du pack d'objets Rarity généré ci-dessous en utilisant Ctrl+C. Vous pouvez ensuite le coller ailleurs en utilisant Ctrl+V. N'hésitez pas à commenter sur le site Curse pour partager vos liens de pack d'objets. Allara affichera les meilleurs sur la page principale de l'add-on !"
  2186. L["Core of Hardened Ash"] = "Noyau de cendre pétrifiée"
  2187. L["Corrupted Nest Guardian"] = "Gardien de nid corrompu"
  2188. L["Corrupted Thundertail"] = "Foudrequeue corrompu"
  2189. L["Crane Nest"] = "Nid de grues"
  2190. L["Crashin' Thrashin' Cannon Controller"] = "Commande de Cogn’Baff à canon"
  2191. L["Crashin' Thrashin' Flyer Controller"] = "Commande du Cogn’Baff volant"
  2192. L["Crashin' Thrashin' Mortar Controller"] = "Commande de Cogn’Baff mortier"
  2193. L["Crashin' Thrashin' Racer Controller"] = "Commande du Cogn’Baff de course"
  2194. L["Crashin' Thrashin' Roller Controller"] = "Commande de Cogn’Baff compresseur"
  2195. L["Create a New Item"] = "Créer un nouvel objet"
  2196. L["Create a new item to track"] = "Créer un nouvel objet à suivre"
  2197. L["Creature ID"] = "ID de la créature"
  2198. L["Crowded Redbelly Mandarin"] = "Mandarins ventre-rouge agglutinés"
  2199. L["Crystal of the Void"] = "Cristal du Vide"
  2200. L["Ctrl-Click to change sort order"] = "Ctrl+Clic pour modifier l'ordre d'affichage"
  2201. L["Ctrl-Click to create the remaining TomTom waypoint(s)."] = "Ctrl+Clic pour créer le ou les points de navigation TomTom restants."
  2202. L["Ctrl-Click to create TomTom waypoint(s)."] = "Ctrl+Clic pour créer un ou des points de navigation TomTom."
  2203. L["Cupri"] = true
  2204. L["Cursed Queenfish School"] = "Banc de talangs maudits"
  2205. L["Cursed Spirit"] = "Esprit maudit"
  2206. L["Custom"] = "Personnalisé"
  2207. L["Dandelion Frolicker"] = "Jonquille boute-en-train"
  2208. L["Dark Gazer"] = "Sombre contemplateur"
  2209. L["Dark Iron Deposit"] = "Gisement de sombrefer"
  2210. L["Dark Quivering Blob"] = "Goutte tremblante sombre"
  2211. L["Dark Whelpling"] = "Bébé dragonnet sombre"
  2212. L["Darkmoon Eye"] = "Oeil de Sombrelune"
  2213. L["Data has been imported from Bunny Hunter"] = "Les données ont été importées depuis Bunny Hunter."
  2214. L["Death Adder Hatchling"] = "Jeune aspic mortel"
  2215. L["Death Knight"] = "Chevalier de la mort"
  2216. L["Deathcharger's Reins"] = "Rênes de destrier de la mort"
  2217. L["Deathtalon"] = "Serres-mort"
  2218. L["Debug mode"] = "Mode Debug"
  2219. L["Debug mode OFF"] = "Mode de débuggage DESACTIVE"
  2220. L["Debug mode ON"] = "Mode de débuggage ACTIVE"
  2221. L["Decahedral Dwarven Dice"] = "Dés nains décaèdraux"
  2222. L["Deep Sea Monsterbelly School"] = "Banc de baudroies abyssales"
  2223. L["Deepsea Sagefish School"] = "Banc de sagerelles abyssales"
  2224. L["Defeat Detection"] = "Détection de Vaincu"
  2225. L["Defeated"] = "Vaincu"
  2226. L["Defiled Earth"] = "Terre profanée"
  2227. L["Delete this item"] = "Supprimer cet objet"
  2228. L["Demon Hunter"] = "Chasseur de démons"
  2229. L["Demonic"] = "Démoniaque"
  2230. L["Determines how this item is obtained."] = "Détermine la manière dont cet objet est obtenu."
  2231. L["Determines what type of item this is."] = "Détermine le type de l'objet."
  2232. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = "Détermine si l'objet peut seulement être acquis en pêchant dans un banc. Pour que cette option fonctionne, les bancs doivent tous avoir été traduits dans la langue de votre client."
  2233. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "Détermine si l'affichage du suivi doit être activé pour cet objet. Les objets qui ne sont pas activés n'apparaissent pas dans l'infobulle."
  2234. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "Détermine si vous voulez obtenir cet objet plusieurs fois. Si cela est activé et que l'objet est trouvé, Rarity affichera cet objet comme non-trouvé après quelques secondes."
  2235. L["Determines which instance difficulties this item may be obtained in. Leave everything unchecked if the instance difficulty doesn't matter. If you specified a Statistic ID for this item, the Instance Difficulty is probably meaningless, because all modern statistics already incorporate the difficulty. You can check multiple items in this list at once."] = "Détermine dans quelle difficulté d'instance cet objet peut être obtenu. Laissez vide si la difficulté de l'instance ne change rien. Si vous avez spécifié un identifiant statistique pour cet objet, alors la difficulté de l'instance est probablement obsolète, car toute les identifiants statistique récents incorpore déjà la difficulté. Vous pouvez cocher plusieurs cases dans cette liste à la fois."
  2236. L["Determines which race includes this archaeology project."] = "Détermine quelle race est concernée par ce projet d'archéologie."
  2237. L["Deviate Hatchling"] = "Bébé raptor déviant"
  2238. L["Direflame"] = "Navreflamme"
  2239. L["Direhorn Runt"] = "Navrecorne frêle"
  2240. L["Disable for classes"] = "Désactivé pour les classes"
  2241. L["Disgusting Oozeling"] = "Suinteux dégoûtant"
  2242. L["Distance"] = true
  2243. L["Don Carlos' Famous Hat"] = "Célèbre chapeau de don Carlos"
  2244. L["Doomroller"] = "Compresseur funeste"
  2245. L["Draenei"] = "Draeneï"
  2246. L["Draenor Clans"] = "Clans de Draenor"
  2247. L["Draenor Garrison"] = "Fief de Draenor"
  2248. L["Dragonfin Angelfish School"] = "Banc de demoiselles aileron-de-dragon"
  2249. L["Drakum"] = true
  2250. L["Dreadwalker"] = "Marcheur de l’effroi"
  2251. L["Dripping Strider Egg"] = "Oeuf de trotteur visqueux"
  2252. L["Droplet of Y'Shaarj"] = "Gouttelette d’Y’Shaarj"
  2253. L["Dropped by any mob in Vale of Eternal Blossoms (except minor mobs). 10 of these can be combined to pierce Alani's shield, allowing combat and a guaranteed drop of Reins of the Thundering Ruby Cloud Serpent."] = "Obtenu sur tout les monstres du Val de l’Éternel printemps (sauf les monstres mineurs). Combinez-en 10 pour percer le bouclier d'Alani et engager le combat avec une chance garantie d'obtenir les Rênes de serpent-nuage de rubis fulminant."
  2254. L["Dropped by dinosaurs on Isle of Giants Will hatch into one of three Primal Raptor mounts after three days."] = "Obtenu sur les dinosaures de l'Île des Géants. Éclora après trois jours pour donner l'une de trois montures Raptors primordiaux."
  2255. L["Dropped by Disturbed Podling, which has a chance to spawn when picking herbs in Draenor."] = "Butin de Boguelin perturbé, lequel a une chance d'apparaître quand vous ramassez des herbes en Draenor."
  2256. L["Dropped by Elegon in Mogu'shan Vaults (all raid formats except Raid Finder)"] = "Butin d'Elegon aux Caveaux Mogu'shan (tous les formats de raid à l'exception de la recherche de raid)."
  2257. L["Dropped by Goren Protector, which has a chance to spawn when mining ore in Draenor."] = "Butin de Protecteur goren, lequel a une chance d'apparaître quand vous minez un filon en Draenor."
  2258. L["Dropped by Koralon the Flame Watcher, Emalon the Storm Watcher, Archavon the Stone Watcher, and Toravon the Ice Watcher in Vault of Archavon (any raid size)."] = "Obtenu sur Koralon le Veilleur des flammes, Emalon le Guetteur d'orage, Archavon le Gardien des pierres, et Toravon la Sentinelle de glace dans le Caveau d’Archavon (n'importe quelle taille de raid)."
  2259. L["Dropped by Malygos in The Eye of Eternity (any raid size)"] = "Butin de Malygos dans l'Oeil de l'éternité (n'importe quelle taille de raid)."
  2260. L["Dropped by Onyxia in Onyxia's Lair (any raid size)"] = "Butin d'Onyxia dans le Repaire d'Onyxia (n'importe quelle taille de raid)."
  2261. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (any raid size or difficulty)"] = "Butin de la Folie d'Aile de mort dans l'Âme des dragons (n'importe quelle taille ou difficulté de raid)."
  2262. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (heroic, any raid size)"] = "Butin de la Folie d'Aile de mort dans l'Âme des dragons (héroïque, n'importe quelle taille de raid)."
  2263. L["Dropped by Ultraxion in Dragon Soul (any raid size or difficulty)"] = "Butin d'Ultraxion dans l'Âme des dragons (n'importe quelle taille ou difficulté de raid)."
  2264. L["Dropped by Yogg-Saron in Ulduar (25-player) with no Keepers assisting"] = "Butin de Yogg-Saron dans Ulduar (25 joueurs) sans l'assistance des gardiens."
  2265. L["Dropped from dinosaurs on Isle of Giants"] = "Butin des dinosaures de l'Île des Géants."
  2266. L["Dropped from monsters in Fang'rila"] = "Butin des monstres de Croc’rila."
  2267. L["Drops from a boss requiring a group"] = "Obtenu sur un boss nécessitant un groupe."
  2268. L["Drops from any mob in a zone"] = "Obtenu sur n'importe quelle monstre d'une zone."
  2269. L["Drops from NPC(s)"] = "Obtenu auprès d'un PNJ."
  2270. L["Druid"] = "Druide"
  2271. L["Dungeon ID"] = "ID du donjon"
  2272. L["Dusty Clutch of Eggs"] = "Chapelet d’œufs poussiéreux"
  2273. L["Dwarf"] = "Nain"
  2274. L["Earned by giving 9999 Giant Dinosaur Bones to Ku'ma on Isle of Giants. Giant Dinosaur bones drop from all dinosaurs and Zandalari Dinomancers on Isle of Giants."] = "Obtenu en échangeant 9999 Os de dinosaure géant avec Ku’ma sur l'Île des Géants. Les Os de dinosaure géant se trouvent sur tout les dinosaures et les Dinomanciens zandalaris de l'Île des Géants."
  2275. L["Elementium Geode"] = "Géode en élémentium"
  2276. L["Elementium Vein"] = "Filon d'élémentium"
  2277. L["Emperor Salmon School"] = "Banc de saumons empereurs"
  2278. L["Enable announcements"] = "Activer les annonces"
  2279. L["Enable Coins"] = "Suivre les jets de dé bonus"
  2280. L["Enable profiling"] = "Activer le profilage"
  2281. L["Enable tooltip additions"] = "Ajouts dans les infobulles en jeu"
  2282. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "Active les annonces lorsque vous effectuez un nouvel essai pour quoi que ce soit suivi par Rarity. Vous pouvez aussi activer les annonces objet par objet, mais ceci est la commande principale."
  2283. L["Enables announcements whenever you complete a new attempt toward this item."] = "Active les annonces lorsque vous complétez une nouvelle tentative pour cet objet."
  2284. L["Enter 1 or leave this blank to mark the item as soloable."] = "Entrez 1 ou laissez vide pour marquer l'objet comme étant obtenable en solo."
  2285. L["Equal odds"] = "Chance répartie"
  2286. L["Error compressing item pack"] = "Erreur lors de la compression du pack d'objet(s)."
  2287. L["Error encoding item pack"] = "Erreur lors du codage du pack d'objet(s)."
  2288. L["Error serializing item pack"] = "Erreur lors de la mise en série du pack d'objet(s)."
  2289. L["Essence of the Breeze"] = "Essence de la brise"
  2290. L["Eternal Kiln"] = "Four éternel"
  2291. L["Eternal Warrior's Sigil"] = "Cachet du guerrier éternel"
  2292. L["Every item ID must be a number greater than 0."] = "Tous les identifiants des objets doivent être supérieurs à 0."
  2293. L["Every NPC ID must be a number greater than 0."] = "Tous les identifiants des PNJs doivent être supérieurs à 0."
  2294. L["Every Quest ID must be a number greater than 0."] = "Tous les identifiants de quête doivent être un nombre plus grand que 0."
  2295. L["Experiment 12-B"] = "Expérience 12-B"
  2296. L["Export"] = "Exporter"
  2297. L["Export Rarity Item Pack"] = "Exporter un pack d'objets Rarity"
  2298. L["Export this item"] = "Exporter cet objet"
  2299. L["Eye of Inquisition"] = "Oeil d'inquisition"
  2300. L["Faintly Glowing Flagon of Mead"] = "Pichet d'hydromel légèrement luminescent"
  2301. L["Fandral's Seed Pouch"] = "Bourse de graine de Fandral"
  2302. L["Fangtooth Herring School"] = "Banc de harengs crocs-pointus"
  2303. L["Farwater Conch"] = "Conque de Guette-Loin"
  2304. L["Fat Sleeper School"] = "Banc de dormeurs tachetés"
  2305. L["Fathom Dweller"] = "Créature des grands fonds"
  2306. L["Fathom Eel Swarm"] = "Banc d'anguilles des profondeurs"
  2307. L["Feed text"] = "Taille du texte"
  2308. L["Fel Iron Deposit"] = "Gisement de gangrefer"
  2309. L["Felfly"] = "Gangreluciole"
  2310. L["Felslate Deposit"] = "Gisement de gangreschiste"
  2311. L["Felslate Seam"] = "Veine de gangreschiste"
  2312. L["Felsteel Annihilator"] = "Annihilateur en gangracier"
  2313. L["Felsworn Sentry"] = "Factionnaire gangrelige"
  2314. L["Feltail School"] = "Banc de gangre-queues"
  2315. L["Fever of Stormrays"] = "Multitude de raies-tempête"
  2316. L["Fiery Warhorse's Reins"] = "Rênes de cheval de guerre embrasé"
  2317. L["Fire Ammonite School"] = "Banc d’ammonites de feu"
  2318. L["Firefin Snapper School"] = "Banc de lutjans de nagefeu"
  2319. L["Firewing"] = "Aile-de-feu"
  2320. L["Fished anywhere in Draenor (except your garrison) with the help of Nat Pagle"] = "Pêché n'importe où en Draenor (sauf dans le fief) avec l'aide de Nat Pagle."
  2321. L["Flametalon of Alysrazor"] = "Serres-de-Flammes d’Alysrazor"
  2322. L["Floating Debris"] = "Débris flottant"
  2323. L["Floating Debris Pool"] = "Déchets flottants"
  2324. L["Floating Shipwreck Debris"] = "Débris d’épave flottants"
  2325. L["Floating Wreckage"] = "Débris flottants"
  2326. L["Floating Wreckage Pool"] = "Déchets flottants"
  2327. L["Font"] = "Police"
  2328. L["Font Size"] = "Taille de police"
  2329. L["Foot Ball"] = "Ballon rond"
  2330. L["Fossil"] = "Fossile"
  2331. L["Fossilized Raptor"] = "Raptor fossilisé"
  2332. L["Found after %d attempts!"] = "Trouvé après %d essais !"
  2333. L["Found in: "] = "Se trouve à : "
  2334. L["Found on your first attempt!"] = "Trouvé au premier essai !"
  2335. L["Fox Kit"] = "Renardeau"
  2336. L["Fragment of Anger"] = "Fragment de colère"
  2337. L["Fragment of Desire"] = "Fragment de désir"
  2338. L["Fragment of Suffering"] = "Fragment de souffrance"
  2339. L["Frenzyheart Brew"] = "Bière frénécœur"
  2340. L["Frightened Bush Chicken"] = "Poulet des fourrés effrayé"
  2341. L["Fuzzy Green Lounge Cushion"] = "Coussin de salon vert duveteux"
  2342. L["Gahz'rooki's Summoning Stone"] = "Pierre d’invocation de Gahz’rooki"
  2343. L["Gar'lok"] = "Gar’lok"
  2344. L["Garn Nighthowl"] = "Garn Nocthurle"
  2345. L["Garn Steelmaw"] = "Garn gueule-d’acier"
  2346. L["Garrison Invasion Gold Victory"] = "Invasion de fief : victoire Or"
  2347. L["Garrison Invasion Platinum Victory"] = "Invasion de fief : victoire Platine"
  2348. L["Gastropod Shell"] = "Carapace de gastéropode"
  2349. L["General"] = "Général"
  2350. L["General Options"] = "Options générales"
  2351. L["Ghost Iron Deposit"] = "Gisement d’ectofer"
  2352. L["Giant Coldsnout"] = "Groin-froid géant"
  2353. L["Giant Mantis Shrimp Swarm"] = "Banc de crevettes-mantes géantes"
  2354. L["Giant Sewer Rat"] = "Rat d'égout géant"
  2355. L["Gibblette the Cowardly"] = "Gibblette le Poltron"
  2356. L["Glacial Salmon School"] = "Banc de saumons glaciaires"
  2357. L["Glassfin Minnow School"] = "Banc de vairons nageverres"
  2358. L["Glimmering Jewel Danio Pool"] = "Banc de danios joyaux scintillants"
  2359. L["Glittering Arcane Crystal"] = "Cristal arcanique lumineux"
  2360. L["Glowing Jade Lungfish"] = "Dipneuste de jade luminescent"
  2361. L["Gluth's Bone"] = "Os de Gluth"
  2362. L["Gold Vein"] = "Filon d'or"
  2363. L["Golden Carp School"] = "Banc de carpes dorées"
  2364. L["Gondar"] = true
  2365. L["Gooey Sha-ling"] = "Sha-ton gluant"
  2366. L["Goren \"Log\" Roller"] = "Rouleur de « bûches » goren"
  2367. L["Great Brewfest Kodo"] = "Grand kodo de la fête des Brasseurs"
  2368. L["Greater Sagefish School"] = "Banc de grandes sagerelles"
  2369. L["Greatfather Winter's Tree"] = "Sapin de Grand-père Hiver"
  2370. L["Green Helper Box"] = "Boîte à assistant vert"
  2371. L["Grotesque Statue"] = "Statue grotesque"
  2372. L["Group Finder Options"] = "Options de l'outil Recherche de groupe"
  2373. L["Group size"] = "Composition du groupe"
  2374. L["Group(s) found!"] = "Groupe(s) trouvé(s) !"
  2375. L["Grow Up"] = "Vers le haut"
  2376. L["Grumpling"] = "Ronchonus"
  2377. L["Guaranteed drop from Dormus the Camel-Hoarder. Accessing this encounter requires finding a rare Mysterious Camel Figurine in Uldum. These are difficult to spot and, when clicked, have a small chance to grant you access to the Dormus encounter. Rarity will count how many Figurines you've found if you mouseover them."] = "Butin garanti de Dormus le Collectionneur de dromadaires. Accéder à sa rencontre nécessite de trouver une\"Figurine de dromadaire mystérieuse\" à Uldum. Celles-ci sont difficiles à trouver et, après avoir cliqué dessus, ont une faible chance de vous téléporter auprès de Dormus. Rarity comptera combien de figurines vous avez trouvé si vous passez la souris dessus."
  2378. L["Gu'chi Swarmling"] = "Couvelin de Gu’chi"
  2379. L["Guk"] = true
  2380. L["Gulp Froglet"] = "Jeune grenouille gobeuse"
  2381. L["Gundrak Hatchling"] = "Bébé raptor de Gundrak"
  2382. L["Half-Empty Food Container"] = "Récipient de nourriture à moitié vide"
  2383. L["Hardened Shell"] = "Carapace durcie"
  2384. L["Height"] = "Hauteur"
  2385. L["Helpful Wikky's Whistle"] = "Sifflet de Wikky le Serviable"
  2386. L["Here is a preview of what will (or won't) be imported:"] = "Voici un aperçu de ce qui sera (ou ne sera pas) importé :"
  2387. L["Heroic difficulty"] = "Difficulté héroïque"
  2388. L["Heroic Raid (10-30 players)"] = "Raid héroïque (10-30 joueurs)"
  2389. L["Heroic Scenario instance"] = "Scénario héroïque"
  2390. L["Heroic, any raid size"] = "Héroïque, n'importe quelle taille"
  2391. L["Hidden"] = "Caché"
  2392. L["Hide defeated items"] = "Cacher les entités vaincues"
  2393. L["Hide high chance items"] = "Cacher les objets à haute probabilité"
  2394. L["Hide items not in your zone"] = "Cacher les objets non présents dans votre zone"
  2395. L["Hide items with no attempts"] = "Cacher les objets sans aucun essai"
  2396. L["Hide unavailable items"] = "Cacher les objets indisponibles"
  2397. L["High Priest of Ordos"] = "Grand prêtre d’Ordos"
  2398. L["Highborne"] = "Bien-né"
  2399. L["Highland Guppy School"] = "Banc de guppys des Hautes terres"
  2400. L["Highland Mixed School"] = "Banc mixte des Hautes-terres"
  2401. L["Highmountain Salmon School"] = "Banc de saumons de Haut-Roc"
  2402. L["Highmountain Tauren"] = "Taurène de Haut-Roc"
  2403. L["Holiday"] = "Saisonnier"
  2404. L["Holiday reminders"] = "Rappels des événements saisonniers"
  2405. L["Hollow Reed"] = "Roseau creux"
  2406. L["Horde only"] = "Horde uniquement"
  2407. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "La probabilité qu'un objet apparaisse, exprimé sous format 1 pour X, où X est le nombre que vous entrez."
  2408. L["How many attempts you've made so far."] = "Combien d'essais vous avez fait à ce jour."
  2409. L["How many items you need to collect."] = "Le nombre d'objets que vous devez collecter."
  2410. L["How many items you've collected so far."] = "Le nombre d'objets que vous avez collectés jusqu'à présent."
  2411. L["Hozen Beach Ball"] = "Ballon de plage hozen"
  2412. L["Huge Obsidian Slab"] = "Enorme bloc d'obsidienne"
  2413. L["Hunter"] = "Chasseur"
  2414. L["Hyjal Wisp"] = "Feu follet d’Hyjal"
  2415. L["Ice Chip"] = "Glaçon"
  2416. L["Identify the Item"] = "Détails de l'objet"
  2417. L["Imbued Jade Fragment"] = "Fragment de jade imprégné"
  2418. L["Imperial Manta Ray School"] = "Banc de raies manta impériales"
  2419. L["Imperial Moth"] = "Phalène impérial"
  2420. L["Imperial Silkworm"] = "Ver à soie impérial"
  2421. L["Imp-Master Valessa"] = "Maîtresse des diablotins Valessa"
  2422. L["Import"] = "Importer"
  2423. L["Import Rarity Item Pack"] = "Importer un pack d'objets Rarity"
  2424. L["Import/Export"] = true
  2425. L["imported successfully"] = "importé avec succès"
  2426. L["Incendicite Mineral Vein"] = "Filon d'incendicite"
  2427. L["Indurium Mineral Vein"] = "Filon d'indurium"
  2428. L["Install TomTom to enable waypoint creation."] = "Installez TomTom pour activer la création de points de navigation."
  2429. L["Instance Difficulty"] = "Difficulté de l'instance"
  2430. L["Instant Arcane Sanctum Security Kit"] = "Kit sécurité instantané du sanctum des arcanes"
  2431. L["Invincible's Reins"] = "Rênes d'Invincible"
  2432. L["Iron Deposit"] = "Gisement de fer"
  2433. L["Ironhoof Destroyer"] = "Destructeur sabot-de-fer"
  2434. L["Item ID"] = "ID de l'objet"
  2435. L["Item ID to Collect"] = "ID de l'objet à collecter"
  2436. L["Items to Use"] = "Objets à utiliser"
  2437. L["Jade Lungfish School"] = "Banc de dipneustes de jade"
  2438. L["Jadefire Spirit"] = "Esprit jadefeu"
  2439. L["Jademist Dancer"] = "Danseur brumejade"
  2440. L["Jawless Skulker School"] = "Banc de furtifs agnathes"
  2441. L["Jeremy Feasel"] = true
  2442. L["Jewel Danio School"] = "Banc de danios joyaux"
  2443. L["Jewel of Maddening Whispers"] = "Joyau de murmures démentiels"
  2444. L["Ji-Kun Hatchling"] = "Bébé de Ji Kun"
  2445. L["Jingling Bell"] = "Clochette tintinnabulante"
  2446. L["Kael'thas Sunstrider"] = "Kael’thas Haut-Soleil"
  2447. L["Kal'tik the Blight"] = "Kal’tik le Chancre"
  2448. L["Kang's Bindstone"] = "Pierre de lien de Kang"
  2449. L["Khorium Vein"] = "Filon de khorium"
  2450. L["Kill Statistic IDs"] = "Identifiants de statistiques de mises à mort."
  2451. L["Knockoff Blingtron"] = "Bling-o-tron de contrefaçon"
  2452. L["Kor'kron Juggernaut"] = "Mastodonte kor’kron"
  2453. L["Kovok"] = true
  2454. L["Krasarang Paddlefish School"] = "Banc de poissons-spatules de Krasarang"
  2455. L["Kyparite Deposit"] = "Gisement de kyparite"
  2456. L["Land Shark"] = "Requin terrestre"
  2457. L["Large Obsidian Chunk"] = "Grand morceau d'obsidienne"
  2458. L["Large Pool of Brew Frenzied Emperor Salmon"] = "Grande réserve de saumons empereurs affolés par la bière"
  2459. L["Large Pool of Crowded Redbelly Mandarin"] = "Grande réserve de mandarins ventre-rouge agglutinés"
  2460. L["Large Pool of Glimmering Jewel Danio Pool"] = "Grande réserve de danios joyaux scintillants"
  2461. L["Large Pool of Glowing Jade Lungfish"] = "Grande réserve de dipneustes de jade luminescents"
  2462. L["Large Pool of Sha-Touched Spinefish"] = "Grande réserve de poissons-hérissons touchés par les sha"
  2463. L["Large Pool of Tiger Gourami Slush"] = "Grande réserve de boue de gouramis tigres"
  2464. L["Large Swarm of Migrated Reef Octopus"] = "Grande colonie de poulpes des récifs migrants"
  2465. L["Large Swarm of Panicked Paddlefish"] = "Grande colonie de poissons-spatules paniqués"
  2466. L["Large Tangled Mantis Shrimp Cluster"] = "Grand amas de crevettes-mantes enchevêtrées"
  2467. L["Last Month"] = "Mois dernier :"
  2468. L["Last Week"] = "Semaine dernière :"
  2469. L["Left"] = "Gauche"
  2470. L["Legion"] = "Légion"
  2471. L["Lesser Bloodstone Deposit"] = "Gisement de pierre de sang inférieure"
  2472. L["Lesser Firefin Snapper School"] = "Banc clairsemé de lutjans de nagefeu"
  2473. L["Lesser Floating Debris"] = "Débris flottants inférieurs"
  2474. L["Lesser Oily Blackmouth School"] = "Petit banc de bouches-noires huileux"
  2475. L["Lesser Sagefish School"] = "Petit banc de sagerelles"
  2476. L["Leviathan Egg"] = "Oeuf de léviathan"
  2477. L["Leystone Deposit"] = "Gisement de tellurium"
  2478. L["Leystone Seam"] = "Veine de tellurium"
  2479. L["Life-Binder's Handmaiden"] = "Suivante de la Lieuse-de-vie"
  2480. L["Likelihood"] = "Probabilité"
  2481. L["Lil' Bling"] = "P’tit Bling-Bling"
  2482. L["Living Infernal Core"] = "Noyau de brasier infernal"
  2483. L["Living Sandling"] = "Sablon vivant"
  2484. L["Loaded (running in debug mode)"] = "Chargé (lancé en mode de débuggage)"
  2485. L["Loaded Gnomish Dice"] = "Dés gnomes pipés"
  2486. L["Loading"] = "En cours de chargement"
  2487. L["Locked"] = "Verrouillé"
  2488. L["Looking For Raid (10-30 players)"] = "Recherche de raid (10-30 joueurs)"
  2489. L["Luckiness"] = "Chance"
  2490. L["Lucky"] = "Chanceux"
  2491. L["lucky"] = "chanceux"
  2492. L["Lucky if you obtain in %d or less"] = "Chanceux si obtenu en %d ou moins."
  2493. L["Lump of Coal"] = "Morceau de charbon"
  2494. L["Lunkers can be fished anywhere in Draenor (except in your garrison) after you've obtained a level 3 Fishing Shack and acquired Nat Pagle as a follower."] = "Les malabars peuvent être pêchés n'importe où en Draenor (sauf dans le fief) après avoir obtenu une Cabane de pêche de niveau 3 et recruté Nat Pagle en sujet de fief."
  2495. L["Mage"] = true
  2496. L["Major Nanners"] = "Major Sinok"
  2497. L["Mantid"] = "Mantide"
  2498. L["Mark of Flame"] = "Marque de la flamme"
  2499. L["Method of obtaining"] = "Méthode d'obtention"
  2500. L["Mimiron's Head"] = "Tête de Mimiron"
  2501. L["Minimal"] = "Minimum"
  2502. L["Minion of Grumpus"] = "Serviteur de Grognus"
  2503. L["MiniZep Controller"] = "Contrôles de minizep"
  2504. L["Mirecroak"] = "Fangecoasse"
  2505. L["Mists of Pandaria"] = true
  2506. L["Mithril Deposit"] = "Gisement de mithril"
  2507. L["Mogu"] = true
  2508. L["Mojo"] = true
  2509. L["Monk"] = "Moine"
  2510. L["Moon Moon"] = "Loulou"
  2511. L["Moonfang"] = "Croc-de-Lune"
  2512. L["Moonfang Shroud"] = "Voile de Croc-de-Lune"
  2513. L["Moonfang's Paw"] = "Patte de Croc-de-Lune"
  2514. L["Moonglow Cuttlefish School"] = "Banc de seiches lueur-de-lune"
  2515. L["Mossgill Perch School"] = "Banc de perches moussebranchies"
  2516. L["Mount"] = "Monture"
  2517. L["Mountain Panda"] = "Panda des montagnes"
  2518. L["Mountain Trout School"] = "Banc de truites de montagne"
  2519. L["Mounts"] = "Montures"
  2520. L["Mr. Grubbs"] = "M. Boustifs"
  2521. L["Mr. Pinchy"] = "Monsieur Pince-mi"
  2522. L["Mr. Smite's Brass Compass"] = "Boussole de cuivre de M. Châtiment"
  2523. L["Muckbreaths's Bucket"] = "Seau de Bourbe-haleine"
  2524. L["Muddy Churning Water"] = "Eaux troubles et agitées"
  2525. L["Mudfish School"] = "Banc d'éperlans"
  2526. L["Musselback Sculpin School"] = "Banc de rascasses dos-de-moule"
  2527. L["Mysterious Camel Figurine"] = "Figurine de dromadaire mystérieuse"
  2528. L["Mythic 5-player instance"] = "Donjon mythique à 5 joueurs"
  2529. L["Mythic difficulty"] = "Difficulté mythique"
  2530. L["Mythic Raid (20 player)"] = "Raid mythique (20 joueurs)"
  2531. L["Nerubian"] = "Nérubien"
  2532. L["Nessos the Oracle"] = "Nessos l'Oracle"
  2533. L["Nethercite Deposit"] = "Gisement de néanticite"
  2534. L["Netherfist"] = "Poing-du-Néant"
  2535. L["Netherspace Portal-Stone"] = "Pierre du portal du Néantespace"
  2536. L["Nettlefish School"] = "Banc de méduses"
  2537. L["New item"] = "Nouvel objet"
  2538. L["Night Elf"] = "Elfe de la nuit"
  2539. L["Nightmare Bell"] = "Carillon cauchemardesque"
  2540. L["Nightshade Sproutling"] = "Jeune pousse de belladone"
  2541. L["No items to display! Either you've obtained every item, or you have one or more options turned on which hide things from the tooltip."] = "Aucun objet à afficher ! Soit vous avez obtenu tous les objets, soit vous avez une ou des options activées qui cachent des éléments de l'infobulle."
  2542. L["None"] = "Aucun"
  2543. L["None (not in an instance)"] = "Aucune (pas dans une instance)"
  2544. L["Normal"] = true
  2545. L["Normal Raid (10-30 players)"] = "Raid normal (10-30 joueurs)"
  2546. L["not imported"] = "pas importé"
  2547. L["NPCs"] = "ID de PNJs"
  2548. L["Obsidium Deposit"] = "Gisement d'obsidium"
  2549. L["Obtained Achievement ID"] = "ID de haut fait accompli"
  2550. L["Obtained After %d Attempts"] = "Obtenu après %d essais."
  2551. L["Obtained as a rare project for the Fossil branch of archaeology"] = "Obtenu via un projet rare d'archéologie Fossile."
  2552. L["Obtained as a very rare project for the Tol'vir branch of archaeology"] = "Obtenu via un projet très rare d'archéologie Tol'vir."
  2553. L["Obtained as an archaeology project"] = "Obtenu via un projet d'archéologie."
  2554. L["Obtained by collecting a number of items"] = "Obtenu en collectant un certain nombre d'objets."
  2555. L["Obtained by fishing"] = "Obtenu en pêchant"
  2556. L["Obtained by fishing in any water in Ironforge"] = "Obtenu en pêchant n'importe où dans Forgefer."
  2557. L["Obtained by fishing in any water in Orgrimmar"] = "Obtenu en pêchant en n'importe où dans Orgrimmar."
  2558. L["Obtained by fishing in pools located in Terrokar Forest"] = "Obtenu en pêchant dans les bancs de la Forêt de Terrokar."
  2559. L["Obtained by mining"] = "Obtenu en minant."
  2560. L["Obtained by mining Elementium Vein"] = "Obtenu en minant un filon d'élémentium."
  2561. L["Obtained by opening Crane Nests on the Timeless Isle"] = "Obtenu en ouvrant les Nids de grues sur l'Île du Temps figé."
  2562. L["Obtained by opening Snow Mound in Frostfire Ridge"] = "Obtenu en fouillant un Monticule de neige dans la Crête de Givrefeu."
  2563. L["Obtained by opening Timeless Chests on the Timeless Isle"] = "Obtenu en ouvrant les Coffres intemporels sur l'Île du Temps figé."
  2564. L["Obtained by using an item or opening a container"] = "Obtenu en utilisant un objet ou contenu à l'intérieur d'un objet."
  2565. L["Obtained On Your First Attempt"] = "Obtenu au premier essai."
  2566. L["Obtained Quest ID"] = "ID de quête terminée"
  2567. L["Obtained very rarely by fishing in pools located in any expansion zone (not Classic zones)"] = "Obtenu très rarement en pêchant dans les bancs situés dans une zone d'une extension (pas dans les zones classiques)."
  2568. L["Odd Polished Stone"] = "Etrange pierre polie"
  2569. L["Ogre"] = true
  2570. L["Oil Spill"] = "Nappe de pétrole"
  2571. L["Oily Abyssal Gulper School"] = "Banc de grangousiers des abysses huileux"
  2572. L["Oily Blackmouth School"] = "Banc de bouches-noires huileux"
  2573. L["Oily Sea Scorpion School"] = "Banc de scorpions de mer huileux"
  2574. L["Old Crafty"] = "Vieux malin"
  2575. L["Old Ironjaw"] = "Vieux gueule-de-fer"
  2576. L["Old Man Barlo"] = "Vieux Barlo"
  2577. L["Ominous Flame"] = "Flamme inquiétante"
  2578. L["One of the Map IDs you entered (%s) is incorrect. Please enter numbers larger than zero."] = "Un des identifiants de la carte que vous avez saisi (%s) est incorrect. Veuillez saisir des nombres plus grands que zéro."
  2579. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = "L'une des zones ou sous-zones que vous avez saisies (%s) ne peut être trouvée. Vérifiez si l'orthographe est correcte, et est en Anglais US ou dans la langue de votre client."
  2580. L["Only announce when found"] = "Annoncer uniquement quand trouvé"
  2581. L["Only Raid Finder difficulty"] = "Uniquement en recherche de raid."
  2582. L["Ooze Covered Gold Vein"] = "Filon d'or couvert de limon"
  2583. L["Ooze Covered Mithril Deposit"] = "Gisement de mithril couvert de vase"
  2584. L["Ooze Covered Rich Thorium Vein"] = "Riche filon de thorium couvert de limon"
  2585. L["Ooze Covered Silver Vein"] = "Filon d'argent couvert de limon"
  2586. L["Ooze Covered Thorium Vein"] = "Filon de thorium couvert de limon"
  2587. L["Ooze Covered Truesilver Deposit"] = "Gisement de vrai-argent couvert de vase"
  2588. L["Options"] = true
  2589. L["Orb of the Sin'dorei"] = "Orbe des Sin'dorei"
  2590. L["Orc"] = true
  2591. L["Other"] = "Autre"
  2592. L["Other Requirements"] = "Autres prérequis"
  2593. L["Paladin"] = true
  2594. L["Pandaren"] = "Pandarène"
  2595. L["Pandaren Firework Launcher"] = "Lanceur de feux d’artifice pandaren"
  2596. L["Panflute of Pandaria"] = "Flûte de Pan de Pandarie"
  2597. L["Parrot Cage (Green Wing Macaw)"] = "Cage de perroquet (ara aile verte)"
  2598. L["Parrot Cage (Hyacinth Macaw)"] = "Cage de perroquet (ara jacinthe)"
  2599. L["Paste a Rarity Item Pack String here using Ctrl-V, then click the Import button."] = "Copiez un lien de pack d'objets Rarity ici en utilisant Ctrl+V, puis cliquez sur le bouton Import."
  2600. L["Patch of Elemental Water"] = "Remous d'eau élémentaire"
  2601. L["Periwinkle Calf"] = "Jeune potamodonte pervenche"
  2602. L["Phoenix Hatchling"] = "Jeune phénix"
  2603. L["Pineapple Lounge Cushion"] = "Coussin de salon ananas"
  2604. L["Play a sound when groups are found"] = "Jouer un son lorsque des groupes sont trouvés"
  2605. L["Players have a personal loot chance to obtain this item."] = "Les joueurs ont une chance d'obtenir cet objet en butin personnel."
  2606. L["Please enter a comma-separated list of item IDs."] = "Veuillez entrer une liste d'identifiants d'objets séparés par des virgules."
  2607. L["Please enter a comma-separated list of NPC IDs."] = "Veuillez entrer une liste d'identifiants de PNJs séparés par des virgules."
  2608. L["Please enter a comma-separated list of Quest IDs."] = "Veuillez entrer une liste d'identifiants de quêtes séparés par des virgules."
  2609. L["Please enter a comma-separated list of Statistic IDs."] = "Veuillez entrer une liste d'identifiants de statistiques séparés de virgules."
  2610. L["Please enter a comma-separated list of zones."] = "Veuillez entrer une liste de zones séparées par des virgules."
  2611. L["Pool of Fire"] = "Flaque de feu"
  2612. L["Porcupette"] = "Porc-épique"
  2613. L["Priest"] = "Prêtre"
  2614. L["Primal Egg"] = "Oeuf primordial"
  2615. L["Primary tooltip hide delay"] = "Délai de disparition de l'infobulle principale"
  2616. L["Primary tooltip scale"] = "Échelle de l'infobulle principale"
  2617. L["Profile modified, rebooting"] = "Profil modifié, redémarrage"
  2618. L["Profiling OFF"] = "Profilage DÉSACTIVÉ"
  2619. L["Profiling ON"] = "Profilage ACTIVÉ"
  2620. L["Progress"] = "Progression"
  2621. L["Progress Bar"] = "Barre de progression"
  2622. L["Puddle Terror"] = "Terreur des flaques"
  2623. L["Pugg"] = true
  2624. L["Purchased from Z'tenga the Walker <Saberstalker Quartermaster> in Fang'rila in Tanaan Jungle. Blackfang Claws drop from all monsters in Fang'rila."] = "Acheté auprès de Z’tenga le Marcheur à Croc'rila dans la Jungle de Tanaan. Les Griffes de Croc-Noir se trouvent sur tous les monstres de Croc'rila."
  2625. L["Pure Saronite Deposit"] = "Gisement de saronite pure"
  2626. L["Pure Water"] = "Eau pure"
  2627. L["Put \"Rarity:\" on a separate line"] = "Ajouter \"Rarity :\" sur une ligne séparée"
  2628. L["Pygmy Direhorn"] = "Navrecorne pygmée"
  2629. L["Pyrite Deposit"] = "Gisement de pyrite"
  2630. L["Quest ID"] = "ID de quête"
  2631. L["Quivering Blob"] = "Goutte tremblante"
  2632. L["Raid Finder instance (legacy content; fixed at 25 players)"] = "Recherche de raid (contenu héritage, fixé à 25 joueurs)"
  2633. L["Raid Finder or Flexible difficulty"] = "Difficulté recherche de raid ou dynamique"
  2634. L["Rarity has %d |4coordinate:coordinates; for this item."] = "Rarity a %d |4coordonnée:coordonnées; pour cet objet."
  2635. L["Rarity is loading..."] = "Chargement de Rarity..."
  2636. L["Rarity Item Pack String"] = "Lien de pack d'objets Rarity"
  2637. L["Rarity Tooltip Options"] = "Options des infobulles de Rarity"
  2638. L["Rarity: "] = "Rarity : "
  2639. L["Razzashi Hatchling"] = "Bébé raptor razzashi"
  2640. L["Red Goren Egg"] = "Oeuf de goren rouge"
  2641. L["Red Helper Box"] = "Boîte à assistante rouge"
  2642. L["Red Qiraji Resonating Crystal"] = "Cristal de résonance qiraji rouge"
  2643. L["Redbelly Mandarin School"] = "Banc de mandarins ventre-rouge"
  2644. L["Reef Octopus Swarm"] = "Banc de poulpes des récifs"
  2645. L["Reins of the Amber Primordial Direhorn"] = "Rênes de navrecorne primordial d’ambre"
  2646. L["Reins of the Astral Cloud Serpent"] = "Rênes de serpent-nuage astral"
  2647. L["Reins of the Azure Drake"] = "Rênes de drake azur"
  2648. L["Reins of the Black Primal Raptor"] = "Rênes de raptor primordial noir"
  2649. L["Reins of the Blazing Drake"] = "Rênes de drake flamboyant"
  2650. L["Reins of the Blue Drake"] = "Rênes de drake bleu"
  2651. L["Reins of the Blue Proto-Drake"] = "Rênes de proto-drake bleu"
  2652. L["Reins of the Bone-White Primal Raptor"] = "Rênes de raptor primordial ivoirin"
  2653. L["Reins of the Cobalt Primordial Direhorn"] = "Rênes de navrecorne primordial cobalt"
  2654. L["Reins of the Crimson Water Strider"] = "Rênes de trotteur aquatique cramoisi"
  2655. L["Reins of the Drake of the North Wind"] = "Rênes de drake du vent du Nord"
  2656. L["Reins of the Drake of the South Wind"] = "Rênes de drake du vent du Sud"
  2657. L["Reins of the Grand Black War Mammoth"] = "Rênes de grand mammouth de guerre noir"
  2658. L["Reins of the Green Primal Raptor"] = "Rênes de raptor primordial vert"
  2659. L["Reins of the Green Proto-Drake"] = "Rênes de proto-drake vert"
  2660. L["Reins of the Grey Riding Camel"] = "Rênes de dromadaire gris"
  2661. L["Reins of the Heavenly Onyx Cloud Serpent"] = "Rênes de serpent-nuage céleste onyx"
  2662. L["Reins of the Infinite Timereaver"] = "Rênes de saccageur temporel infini"
  2663. L["Reins of the Jade Primordial Direhorn"] = "Rênes de navrecorne primordial de jade"
  2664. L["Reins of the Onyxian Drake"] = "Rênes de drake onyxien"
  2665. L["Reins of the Raven Lord"] = "Rênes du seigneur corbeau"
  2666. L["Reins of the Slate Primordial Direhorn"] = "Rênes de navrecorne primordial ardoise"
  2667. L["Reins of the Thundering Cobalt Cloud Serpent"] = "Rênes de serpent-nuage de cobalt fulminant"
  2668. L["Reins of the Thundering Onyx Cloud Serpent"] = "Rênes de serpent-nuage d’onyx fulminant"
  2669. L["Reins of the Vitreous Stone Drake"] = "Rênes de drake de pierre volcanique"
  2670. L["Reins of the White Polar Bear"] = "Rênes d'ours polaire blanc"
  2671. L["Repeatable"] = "Répétable"
  2672. L["Required for %s"] = "Requis pour %s"
  2673. L["Requires a pool"] = "Nécessite un banc de poissons"
  2674. L["Requires Pickpocketing"] = "Nécessite Vol à la tire"
  2675. L["Rich Adamantite Deposit"] = "Riche gisement d'adamantite"
  2676. L["Rich Blackrock Deposit"] = "Riche gisement de rochenoire"
  2677. L["Rich Cobalt Deposit"] = "Riche gisement de cobalt"
  2678. L["Rich Elementium Vein"] = "Riche filon d'élémentium"
  2679. L["Rich Felslate Deposit"] = "Riche gisement de gangreschiste"
  2680. L["Rich Ghost Iron Deposit"] = "Riche gisement d’ectofer"
  2681. L["Rich Kyparite Deposit"] = "Riche gisement de kyparite"
  2682. L["Rich Leystone Deposit"] = "Riche gisement de tellurium"
  2683. L["Rich Obsidium Deposit"] = "Riche gisement d'obsidienne"
  2684. L["Rich Pyrite Deposit"] = "Riche gisement de pyrite"
  2685. L["Rich Saronite Deposit"] = "Riche gisement de saronite"
  2686. L["Rich Thorium Vein"] = "Riche filon de thorium"
  2687. L["Rich Trillium Vein"] = "Riche filon de trillium"
  2688. L["Rich True Iron Deposit"] = "Riche gisement de vérifer"
  2689. L["Riding Turtle"] = "Tortue de monte"
  2690. L["Right"] = "Droite"
  2691. L["Right-Aligned"] = "Aligné à droite"
  2692. L["Rime of the Time-Lost Mariner"] = "Complainte du marin au temps figé"
  2693. L["Rogue"] = "Voleur"
  2694. L["Rotten Helper Box"] = "Boîte à assistant infect"
  2695. L["Ruby Droplet"] = "Gouttelette rubis"
  2696. L["Rukdug"] = true
  2697. L["Runescale Koi School"] = "Banc de koïs runécailles"
  2698. L["Sack of Spectral Spiders"] = "Sac d’araignées spectrales"
  2699. L["Safari Lounge Cushion"] = "Coussin de salon safari"
  2700. L["Sagefish School"] = "Banc de sagerelles"
  2701. L["Sahn Tidehunter"] = "Sahn Chasse Marée"
  2702. L["Salyin Battle Banner"] = "Bannière de bataille salyin"
  2703. L["Salyin Warscout"] = "Eclaireur de guerre salyin"
  2704. L["Saronite Deposit"] = "Gisement de saronite"
  2705. L["Sassy Imp"] = "Diablotin insolent"
  2706. L["Satyr Charm"] = "Charme de satyre"
  2707. L["Savage Cub"] = "Bébé tigre sauvage"
  2708. L["Savage Piranha Pool"] = "Bassin de piranhas sauvages"
  2709. L["Scale"] = "Echelle"
  2710. L["Scenario instance"] = "Scénario"
  2711. L["Scepter of Azj'Aqir"] = "Sceptre d'Azj'Aqir"
  2712. L["School of Darter"] = "Banc de dards"
  2713. L["School of Deviate Fish"] = "Banc de poissons déviants"
  2714. L["School of Tastyfish"] = "Banc de courbines"
  2715. L["Schooner Wreckage"] = "Débris de goélette"
  2716. L["Schooner Wreckage Pool"] = "Débris de goélette"
  2717. L["Scorched Stone"] = "Pierre brûlée"
  2718. L["Sea Calf"] = "Bébé phoque"
  2719. L["Sea Pony"] = "Jeune hippocampe"
  2720. L["Sea Scorpion School"] = "Banc de scorpions de mer"
  2721. L["Sea Turtle"] = "Tortue de mer"
  2722. L["Seaborne Spore"] = "Spore aquatique"
  2723. L["Secondary tooltip display"] = "Affichage de l'infobulle secondaire"
  2724. L["Servant of Demidos"] = "Serviteur de Demidos"
  2725. L["Servant's Bell"] = "Cloche du serviteur"
  2726. L["Session"] = true
  2727. L["Set this to the achievement ID which indicates this item has been obtained. This is useful for items which do not yield mounts or pets, but which do grant an achievement when obtained, such as Old Crafty or Old Ironjaw. Leave this blank for mounts and pets. Use WowHead to find achievement IDs."] = "Saisissez l'identifiant du haut fait qui indique que cet objet a été obtenu. Ceci est utile pour les objets qui ne confèrent pas de monture ou de mascotte, mais qui attribuent un haut fait, tel que Vieux malin ou Vieux gueule-de-fer. Laissez vide pour les montures et les mascottes. Utilisez WowHead pour obtenir les identifiants des haut faits."
  2728. L["Shadowhide Pearltusk"] = "Brocheperle sombrepoil"
  2729. L["Shaman"] = "Chaman"
  2730. L["Shard of Supremus"] = "Eclat de Supremus"
  2731. L["Sha-Touched Spinefish"] = "Poisson-hérisson touché par les sha"
  2732. L["Shell of Tide-Calling"] = "Ecaille d’appel des flots"
  2733. L["Shift-Click to link your progress to chat"] = "Maj+Clic pour créer un lien de votre progression dans la fenêtre de discussion."
  2734. L["Shift-Click to open options"] = "Maj+Clic pour afficher les options"
  2735. L["Shipwreck Debris"] = "Débris d'épave"
  2736. L["Show anchor"] = "Barre de titre"
  2737. L["Show attempts in tooltips"] = "Essais dans les infobulles en jeu"
  2738. L["Show auto refresh checkbox"] = "Afficher la case à cocher d'actualisation automatique"
  2739. L["Show category icons"] = "Icônes des catégories"
  2740. L["Show Icon"] = "Afficher l'icône"
  2741. L["Show Luckiness column"] = "Colonne Chance"
  2742. L["Show minimap icon"] = "Icône de la mini-carte"
  2743. L["Show Text"] = "Afficher le texte"
  2744. L["Show Time column"] = "Colonne Durée"
  2745. L["Show Zone column"] = "Colonne Zone"
  2746. L["Silver Vein"] = "Filon d'argent"
  2747. L["Silver-Plated Turkey Shooter"] = "Dindoflingue plaqué argent"
  2748. L["Since last drop"] = "Depuis la dernière obtention"
  2749. L["Skrillix"] = true
  2750. L["Skunky Alemental"] = "Elémenbière puant"
  2751. L["Sky-Bo"] = "Ciel Bo"
  2752. L["Skyshard"] = "Eclat céleste"
  2753. L["Slithershock Elver"] = "Civelle foudrondule"
  2754. L["Small Obsidian Chunk"] = "Petit morceau d'obsidienne"
  2755. L["Small Thorium Vein"] = "Petit filon de thorium"
  2756. L["Smashum Grabb"] = "Commande de Cogn’Baff mortier"
  2757. L["Smelly Gravestone"] = "Pierre tombale puante"
  2758. L["Smoky Direwolf"] = "Loup redoutable anthracite"
  2759. L["Smoldering Egg of Millagazor"] = "Oeuf fumant de Millagazor"
  2760. L["Snarly's Bucket"] = "Seau de Patibulle"
  2761. L["Snow Mound"] = "Monticule de neige"
  2762. L["Snowman Kit"] = "Boîte de bonhomme de neige"
  2763. L["Snowy Panda"] = "Panda neigeux"
  2764. L["Solar Spirehawk"] = "Faucon des flêches-solaire"
  2765. L["Son of Animus"] = "Fils d’Animus"
  2766. L["Son of Galleon's Saddle"] = "Selle du fils de Galion"
  2767. L["Sorting by category, then name"] = "Tri par catégorie, puis par nom"
  2768. L["Sorting by difficulty"] = "Tri par difficulté"
  2769. L["Sorting by name"] = "Tri par nom"
  2770. L["Sorting by percent complete"] = "Tri par pourcentage d'accomplissement"
  2771. L["Sorting by zone"] = "Tri par zone"
  2772. L["Sparse Firefin Snapper School"] = "Banc épars de lutjans de nagefeu"
  2773. L["Sparse Oily Blackmouth School"] = "Banc clairsemé de bouches-noires huileux"
  2774. L["Sparse Schooner Wreckage"] = "Débris clairsemés de goélette"
  2775. L["Spawn of Horridon"] = "Rejeton d’Horridon"
  2776. L["Special case"] = "Cas spécial"
  2777. L["Spectral Bell"] = "Cloche spectrale"
  2778. L["Spell ID"] = "ID du sort"
  2779. L["Spiky Collar"] = "Collier à pointes"
  2780. L["Spineclaw Crab"] = "Crabe pincépine"
  2781. L["Spinefish School"] = "Banc de poissons-hérissons"
  2782. L["Sporefish School"] = "Banc de poissons-spores"
  2783. L["Sprite Darter Egg"] = "Oeuf de fée fléchetteuse"
  2784. L["Statistics"] = "Statistiques"
  2785. L["Steam Pump Flotsam"] = "Détritus de la pompe à vapeur"
  2786. L["Sting Ray Pup"] = "Jeune pastenague"
  2787. L["Stonescale Eel Swarm"] = "Banc d'anguilles pierre-écaille"
  2788. L["Strand Crawler"] = "Clampant des rivages"
  2789. L["Strange Pool"] = "Bassin étrange"
  2790. L["Sultry Grimoire"] = "Grimoire sensuel"
  2791. L["Sun Sproutling"] = "Jeune pousse solaire"
  2792. L["Sunblade Rune of Activation"] = "Rune d’activation lamesoleil"
  2793. L["Sunfire Kaliri"] = "Kaliri feu-solaire"
  2794. L["Sunfur Panda"] = "Panda crin-de-soleil"
  2795. L["Swarm of Panicked Paddlefish"] = "Colonie de poissons-spatules paniqués"
  2796. L["Swift Brewfest Ram"] = "Bélier rapide de la fête des Brasseurs"
  2797. L["Swift White Hawkstrider"] = "Faucon-pérégrin blanc rapide"
  2798. L["Swift Zulian Panther"] = "Panthère zulienne rapide"
  2799. L["Syd the Squid"] = "Syd le calmar"
  2800. L["Tainted Core"] = "Noyau contaminé"
  2801. L["Tainted Maulclaw"] = "Tranchepince impur"
  2802. L["Take screenshots"] = "Captures d'écran"
  2803. L["Tangled Mantis Shrimp Cluster"] = "Amas de crevettes-mantes enchevêtrées"
  2804. L["Teeming Firefin Snapper School"] = "Banc grouillant de lutjans de nagefeu"
  2805. L["Teeming Floating Wreckage"] = "Débris flottants grouillants"
  2806. L["Teeming Oily Blackmouth School"] = "Banc grouillant de bouches-noires huileux"
  2807. L["Terrorfist"] = "Poing-de-terreur"
  2808. L["Texture"] = true
  2809. L["The boss name, in English (enUS), which appears in the instance lock inside the Raid Info panel. The name will be translated to your local language automatically using the LibBoss library (if detection fails, check that the translation exists in this library). IMPORTANT: This method of defeat detection only works when the boss exists in one place at a time. Certain bosses, such as Ragnaros and Kael'thas Sunstrider, exist in two instances at once. Those bosses can be used here, but killing them in either of their instances will result in this Defeat Detection triggering."] = "Le nom du boss, en anglais (enUS), qui apparaît sur le verrouillage d'instance dans le panneau Infos Raid. Le nom sera automatiquement traduit à la langue de votre jeu en utilisant la bibliothèque LibBoss (si la détection échoue, vérifiez que la traduction existe dans cette bibliothèque). IMPORTANT : cette méthode de détection fonctionne uniquement si le boss n'existe que dans un endroit à la fois. Certains boss, comme Ragnaros ou Kael'thas existent dans deux instances à la fois. Ces boss peuvent être utilisés ici, mais les tuer dans n'importe laquelle de leurs instances activera cette méthode de détection."
  2810. L["The Burning Crusade"] = true
  2811. L["The following %d item(s) have been selected to export:"] = "Les %d objets suivants ont été sélectionnés pour l'exportation :"
  2812. L["The Heartbreaker"] = "Le Bourreau des cœurs"
  2813. L["The Horseman's Reins"] = "Les rênes du Cavalier"
  2814. L["The item ID that you need to collect. Rarity uses the number of this item that you have in your bags as your progress. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must not be used by another item."] = "L'identifiant de l'objet que vous devez collecter. Rarity utilise le nombre de ces objets présents dans vos sacs comme progression. Utilisez WowHead ou un service similaire pour obtenir les identifiants des objets. Ce numéro doit être valide et unique."
  2815. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = "L'identifiant de l'objet à suivre. Ceci est l'objet tel qu'il apparaît dans vos sacs ou dans une fenêtre de butin. Utilisez WowHead ou un service similaire pour trouver les identifiants des objets. Ce numéro doit être valide et unique."
  2816. L["The name you entered is already being used by another item. Please enter a unique name."] = "Le nom que vous avez entré est déjà utilisé par un autre objet. Veuillez entrer un nom unique."
  2817. L["The NPC ID of the creature that is spawned when you summon this pet. This is used to track account-wide battle pets."] = "L'identifiant de la créature qui apparaît lorsque vous invoquez cette mascotte. Ceci est utilisé pour suivre les mascottes de combat liées au compte."
  2818. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = "Le nombre de joueurs requis pour obtenir l'objet. Ceci diminue vos chances d'obtenir l'objet."
  2819. L["The Pigskin"] = "Ballon ovale"
  2820. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "Le module \"Rarity Options\" a été désactivé. Déconnectez-vous et activez-le à partir du menu des addons."
  2821. L["The selected Rarity Item Pack string is invalid."] = "Le lien de pack d'objets Rarity est invalide."
  2822. L["The spell ID of the item once you've learned it. This applies only to mounts and companions, and is the spell as it appears in your spell book after learning the item. Use WowHead or a similar service to lookup spell IDs. This must be a valid number and must be unique."] = "L'identifiant du sort de l'objet une fois que vous l'avez apprit. S'applique uniquement aux compagnons et montures et est représenté par le sort tel qu'il apparaît dans votre livre de sort. Utilisez WowHead ou un service similaire pour rechercher les identifiants des sorts. Ce numéro doit être valide et unique."
  2823. L["The Warbringer will be riding the mount color he has a chance to drop."] = "Le porte-guerre chevauchera la monture de la couleur de celle qu'il peut donner en butin."
  2824. L["There are more holiday items available, but Rarity only reminds you about the first two."] = "Il y a d'autres objets des fêtes disponibles, mais Rarity ne vous rappelle que les deux premiers."
  2825. L["These toggles control which items appear in the main Rarity tooltip. Items are categorized by the expansion they were introduced in (although holiday items have a separate category). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."] = "Cette commande contrôle la façon dont les objets apparaissent dans l'infobulle principale de Rarity. Les objets sont classés selon l'extension qui les a introduits (bien que les objets d’événements saisonniers aient une catégorie séparée). Décocher une case n'empêchera pas le suivi des objets de cette catégorie, mais cachera simplement les objets de l'infobulle afin de réduire la liste des objets suivis."
  2826. L["This bag is rewarded for completing the pet battle daily offered by Christoph VonFeasel at the Darkmoon Faire."] = "Ce sac est obtenu en récompense du combat de mascottes journalier proposé par Christoph VonFeasel à la Foire de Sombrelune."
  2827. L["This bag is rewarded for completing the pet battle daily offered by Jeremy Feasel at the Darkmoon Faire."] = "Ce sac est obtenu en récompense du combat de mascottes journalier proposé par Jeremy Feasel  à la Foire de Sombrelune."
  2828. L["This bag is rewarded for earning a Gold or Platinum victory in a garrison invasion."] = "Ce sac est donné en récompense pour une victoire Or ou Platine dans une invasion de fief."
  2829. L["This causes Rarity to put a blank line above its tooltip additions."] = "Ceci forcera Rarity à ajouter une ligne blanche au dessus de ses ajouts aux infobulles en jeu."
  2830. L["This item has a 1 in 4 chance to drop from Golganarr, a rare spawn on Timeless Isle. It has a 1 in 250 chance to drop from Eroded Cliffdweller on Timeless Isle."] = "Cet objet a 1 chance sur 4 de se trouver sur Golganarr, un monstre rare de l'Île du Temps figé, et 1 chance sur 250 de se trouver sur un Hante-falaise érodé de l'Île du Temps figé."
  2831. L["This item is only available to Alliance players."] = "Cet objet n'est disponible que pour l'Alliance."
  2832. L["This item is only available to Horde players."] = "Cet objet n'est disponible que pour la Horde."
  2833. L["This mount is only obtainable by Alliance players"] = "Cette monture est récupérable uniquement par les joueurs de l'Alliance."
  2834. L["This mount is only obtainable by Horde players"] = "Cette monture est récupérable uniquement par les joueurs de la Horde."
  2835. L["This tab lets you import and export items into and out of your Custom tab."] = "Cet onglet vous permet d'importer et d'exporter des objets depuis votre onglet Personnalisé."
  2836. L["This was a guaranteed drop for players who defeated the encounter when it was current"] = "Ceci était un butin garanti pour les joueurs étant venu à bout de la rencontre lorsqu'elle était d'actualité."
  2837. L["Tiger Gourami School"] = "Banc de gouramis tigres"
  2838. L["Tiger Gourami Slush"] = "Boue de gouramis tigres"
  2839. L["Time"] = "Durée"
  2840. L["Time spent farming"] = "Temps consacré à farmer"
  2841. L["Timeless Chest"] = "Coffre intemporel"
  2842. L["Time-Locked Box"] = "Boîte scellée par le temps"
  2843. L["Time-Lost Figurine"] = "Figurine perdue dans le temps"
  2844. L["Timewalker 5-player instance"] = "Donjon marcheur du temps à 5 joueurs"
  2845. L["Tin Vein"] = "Filon d'étain"
  2846. L["Tiny Crimson Whelpling"] = "Minuscule jeune dragonnet cramoisi"
  2847. L["Tiny Emerald Whelpling"] = "Minuscule jeune dragonnet d'émeraude"
  2848. L["Tiny Fel Engine Key"] = "Minuscule clé de contact gangrenée"
  2849. L["Titanium Vein"] = "Veine de titane"
  2850. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "Pour créer un nouvel objet, entrez un nom unique pour cet objet puis appuyez sur OK. Le nom sera utilisé si le serveur ne retourne pas le lien de l'objet ou si l'objet n'est pas valide. Vous ne pouvez pas changer ce nom après avoir créé l'objet, choisissez donc soigneusement."
  2851. L["To export a group of items, go through each item in your Custom tab and check or uncheck the Export checkbox. The checkbox will be disabled if you haven't yet filled out enough information for Rarity to detect the item. Once you've done that, return here and click the Export button. A Rarity Item Pack string will be generated that you can copy to the clipboard using Ctrl-C."] = "Pour exporter un groupe d'objets, sélectionnez chacun des objets voulus dans votre onglet Personnalisé et cochez ou décochez les cases Exporter cet objet. La case sera désactivée si vous n'avez pas encore rempli assez d'informations pour que Rarity puisse détecter l'objet. Une fois cela fait, revenez ici et cliquez sur le bouton Exporter. Un lien de pack d'objets Rarity sera généré et vous pourrez le copier en utilisant Ctrl+C."
  2852. L["To import a group of items, paste a Rarity Item Pack string into the Import text box below and click the Import button. Rarity will tell you which items were imported (or which ones failed to import) in your chat window. You can find many Rarity Item Packs on the Curse web site, or elsewhere on the web."] = "Pour importer un groupe d'objets, copiez un lien de pack d'objets Rarity dans la case ci-dessous et cliquez sur le bouton Importer. Rarity vous dira quels objets ont été importés (ou ceux dont l'importation a échouée) dans votre fenêtre de chat. Vous pouvez trouver beaucoup de packs d'objets Rarity sur le site Curse, ou ailleurs sur le web."
  2853. L["Today"] = "Aujourd'hui :"
  2854. L["Toggles"] = "Bascule"
  2855. L["Tol'vir"] = true
  2856. L["Tooltip can't be shown in combat"] = "L'infobulle ne peut pas être affichée en combat."
  2857. L["Toothy's Bucket"] = "Seau de Chicot"
  2858. L["Total"] = true
  2859. L["Total found"] = "Total découvert"
  2860. L["Toxic Wasteling"] = "Gaspi toxique"
  2861. L["Toy or Item"] = "Jouet ou objet"
  2862. L["Toys & Items"] = "Jouets & Objets"
  2863. L["Track this"] = "Suivre ceci"
  2864. L["Trillium Vein"] = "Filon de trillium"
  2865. L["Troll"] = true
  2866. L["True Iron Deposit"] = "Gisement de vérifer"
  2867. L["Truesilver Deposit"] = "Gisement de vrai-argent"
  2868. L["Tundra Icehoof"] = "Sabot-glacé de la toundra"
  2869. L["Turn this on if the item requires a group to obtain, but every player gets an equal chance to obtain the item. This currently only applies to some of the holiday mounts. When you turn this on, Rarity will stop lowering your chance to obtain based on the group size."] = "Cochez ceci si l'obtention de l'objet requiert un groupe, mais que chaque joueur a une chance égale de l'obtenir. Ceci ne s'applique actuellement qu'à certaines montures d'évènements saisonniers. Lorsque vous cochez ceci, Rarity cessera de réduire vos chances d'obtenir l'objet en fonction de la taille du groupe."
  2870. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = "Affiche l'icone de la mini-carte de Rarity. Utilise cette option si vous n'avez pas d'addon d'affichage LDB."
  2871. L["Type of item"] = "Type d'objet"
  2872. L["Unable to retrieve item information from the server"] = "Impossible de récupérer les informations sur l'objet depuis le serveur."
  2873. L["Unavailable"] = "Non disponible"
  2874. L["Undefeated"] = "Invaincu"
  2875. L["Unknown"] = "Inconnu"
  2876. L["Unlucky"] = "Malchanceux"
  2877. L["unlucky"] = "malchanceux"
  2878. L["Unscathed Egg"] = "Oeuf indemne"
  2879. L["Unusual Compass"] = "Boussole insolite"
  2880. L["Use your bonus roll for a chance at this item"] = "Utilisez votre jet de dé bonus pour avoir une chance d'obtenir cet objet."
  2881. L["Usually requires a group of around %d players"] = "Nécessite habituellement un groupe d'environ %d joueurs."
  2882. L["Vengeance"] = true
  2883. L["Verbose"] = true
  2884. L["Vibrating Arcane Crystal"] = "Cristal arcanique vibrant"
  2885. L["Vile Blood of Draenor"] = "Sang infâme de Draenor"
  2886. L["Viscidus Globule"] = "Globule de Viscidus"
  2887. L["Void Collar"] = "Collier du Vide"
  2888. L["Vrykul"] = true
  2889. L["Warlock"] = "Démoniste"
  2890. L["Warlords of Draenor"] = true
  2891. L["Warm Arcane Crystal"] = "Cristal arcanique chaud"
  2892. L["Warning Sign"] = "Panneau d’avertissement"
  2893. L["Warrior"] = "Guerrier"
  2894. L["Warsong Direfang"] = "Morne-croc chanteguerre"
  2895. L["Waterlogged Wreckage"] = "Débris trempés"
  2896. L["Waterlogged Wreckage Pool"] = "Débris trempés"
  2897. L["Weebomination"] = "Minignominie"
  2898. L["Welcome to Rarity r%d. Your settings have been reset."] = "Bienvenue sur Rarity r%d. Votre configuration a été réinitialisée."
  2899. L["When any good-luck coin is used within about 90 seconds of an attempt on this item, another attempt will be counted for this item. Only enable this for items which can legitimately be obtained from coin rolls."] = "Lorsqu'un jet de dé bonus est utilisé dans les 90 secondes suivant un essai sur cet objet, un autre essai sera compté. A n'utiliser que pour les objets qui peuvent légitimement être obtenus via les jet de dé bonus."
  2900. L["When enabled, Rarity tooltips will include how many attempts you've made."] = "Indique dans les infobulles de Rarity combien d'essais vous avez effectués."
  2901. L["When enabled, Rarity will add an Auto checkbox to the Group Finder's search window. You can check this checkbox to enable auto-refresh of your searches every 5 seconds."] = "Ajoute une case à cocher d'actualisation automatique sur la fenêtre de recherche de la Recherche de groupe. Vous pouvez cocher cette case pour activer l'actualisation automatique de vos recherches toutes les 5 secondes."
  2902. L["When enabled, Rarity will add obtainable items to game tooltips whenever possible."] = "Ajoute les objets accessibles aux infobulles en jeu dès que cela est possible."
  2903. L["When enabled, Rarity will play a sound when an auto-refresh search results in one or more groups found in the Group Finder. This sound cannot play more than once per minute."] = "Joue un son quand l'actualisation automatique de recherche trouve un ou plusieurs groupes dans la Recherche de groupe. Ce son ne sera pas joué plus d'une fois par minute."
  2904. L["When enabled, Rarity will print debug profiling messages to the chat window when certain things happen. This is used to determine which parts of the code are slow."] = "Ajoute des messages de débogage de profilage à la fenêtre de chat lorsque certaines choses se produisent. Ceci est utilisé pour déterminer quelles parties du code sont lentes."
  2905. L["When enabled, the item can only be obtained by pickpocketing. The item will be marked Unavailable for non-rogues."] = "A activer si l'objet ne peut être obtenu que par Vol à la tire. L'objet sera alors marqué comme Indisponible pour les non-voleurs."
  2906. L["When on, items marked as Defeated will be hidden from the tooltip."] = "Les entités marquées comme Vaincu seront cachées de l'infobulle."
  2907. L["When on, items marked as Unavailable will be hidden from the tooltip. This way, items requiring a certain holiday will automatically be hidden when the holiday is not active."] = "Cache les objets marqués comme Indisponible de l'infobulle. De cette façon, les objets nécessitant un événement saisonnier particulier seront automatiquement cachés lorsque l’événement n'est pas en cours."
  2908. L["When on, items that have no attempts yet will be hidden from the tooltip."] = "Cache les objets qui n'ont pas encore d'essai de l'infobulle."
  2909. L["When on, only items that can be obtained in your current zone will be shown in the tooltip. When this is on and you're in an instance, the instance difficulty is also checked to make sure it matches what the item supports."] = "Quand activé, seuls les objets qui peuvent être obtenus dans votre zone actuelle seront affichés dans l'infobulle. Quand ceci est activé et que vous vous trouvez dans une instance, la difficulté de l'instance est également vérifiée afin de s'assurer qu'elle correspond à ce que l'objet supporte."
  2910. L["When on, Rarity will remind you to go farm holiday items you're missing if the holiday is active and the item is set as Undefeated. (This only works for items that originate from holiday dungeons or daily quests.) The reminder occurs each time you log in or reload your UI, and stops for the day once you defeat the holiday dungeon or complete the  quest."] = "Si activé, Rarity vous rappellera d'aller à la recherche des objets d’événements saisonniers qu'il vous manque si l’événement est actif et que l'objet est perçu comme Invaincu. (Cela ne marche que pour les objets provenant des donjons ou des quêtes journalières de l’événement). Le rappel se fait à chaque connexion ou rechargement de l'interface, et cesse pour la journée au cours de laquelle vous terminez le donjon ou la quête de l’événement."
  2911. L["When on, Rarity will show an icon next to each item in the tooltip indicating which expansion the item belongs to."] = "Afficher à côté de chaque objet dans l'infobulle une icône indiquant à quelle extension il appartient."
  2912. L["When on, Rarity will take a screenshot when the achievement alert pops up indicating that you obtained an item."] = "Prend une capture d'écran quand l'alerte de haut fait apparaît pour indiquer que vous avez obtenu un objet."
  2913. L["When on, the Luckiness column will be shown in the main tooltip."] = "Affiche la colonne Chance dans l'infobulle principale."
  2914. L["When on, the text \"Rarity:\" will be put on its own line in world and item tooltips."] = "Ajoute le texte \"Rarity :\" sur sa propre ligne dans les infobulles en jeu."
  2915. L["When on, the Time column will be shown in the main tooltip."] = "Affiche la colonne Durée dans l'infobulle principale."
  2916. L["When on, the Zone column will be shown in the main tooltip."] = "Affiche la colonne Zone dans l'infobulle principale."
  2917. L["When on, this option hides any item with a drop chance of 1 in 49 or better. The item is merely hidden from the tooltip in order to keep it clean. Items hidden in this fashion are still tracked like normal."] = "Cache tout objet dont le taux d'obtention est d'1 sur 49 ou meilleur. L'objet sera caché de l'infobulle afin de la garder propre mais sera toujours suivi de façon normale."
  2918. L["When you move your mouse out of the Rarity tooltip, it will take this long before it automatically hides itself."] = "Le temps nécessaire avant que l'infobulle Rarity ne disparaissent après avoir passé la souris dessus."
  2919. L["Whistle of Chromatic Bone"] = "Sifflet en os chromatique"
  2920. L["White Trillium Deposit"] = "Gisement de trillium blanc"
  2921. L["Width"] = "Largeur"
  2922. L["Wild Goretusk"] = "Broche-tripes sauvage"
  2923. L["will be imported"] = "sera importé"
  2924. L["Will only drop for druids."] = "Ne tombera que pour les druides."
  2925. L["World Tooltip Options"] = "Options des infobulles en jeu"
  2926. L["Worn Troll Dice"] = "Dés trolls usés"
  2927. L["Wrath of the Lich King"] = true
  2928. L["Yesterday"] = "Hier :"
  2929. L["You already defeated %d of them."] = "Vous avez déjà vaincu %d d'entre eux."
  2930. L["You already defeated all of them."] = "Vous les avez déjà tous vaincus."
  2931. L["You can turn off holiday reminders as a whole or on an item-by-item basis by visiting the Rarity Options screen."] = "Vous pouvez désactiver les rappels d’événements saisonniers entièrement ou bien objet par objet en vous rendant sur le panneau des options de Rarity."
  2932. L["You entered a achievement ID that is already being used by another item."] = "Vous avez entré un identifiant de haut fait qui est déjà utilisé par un autre objet."
  2933. L["You entered a creature ID that is already being used by another item."] = "Vous avez entré un identifiant de créature qui est déjà utilisé par un autre objet."
  2934. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "Vous avez entré un nom réservé. Veuillez entrer un nom d'objet correct tel qu'affiché en jeu."
  2935. L["You entered a spell ID that is already being used by another item."] = "Vous avez entré un identifiant de sort qui est déjà utilisé par un autre objet."
  2936. L["You entered an item ID that is already being used by another item."] = "Vous avez entré un identifiant d'objet qui est déjà utilisé par un autre objet."
  2937. L["You entered an item ID that is already set as the collected item for something else."] = "Vous avez entré un identifiant d'objet qui est déjà défini comme l'objet à collecter pour quelque chose d'autre."
  2938. L["You must enter a creature ID."] = "Vous devez entrer un identifiant de créature."
  2939. L["You must enter a number larger than 0."] = "Vous devez entrer un nombre supérieur à 0."
  2940. L["You must enter a number larger than 1."] = "Vous devez entrer un nombre supérieur à 1."
  2941. L["You must enter a number larger than or equal to 0."] = "Vous devez entrer un nombre supérieur ou égal à 0."
  2942. L["You must enter a spell ID."] = "Vous devez entrer un identifiant de sort."
  2943. L["You must enter a valid number."] = "Vous devez entrer un nombre valide."
  2944. L["You must enter an amount."] = "Vous devez entrer une quantité."
  2945. L["You must enter an item ID."] = "Vous devez entrer un identifiant d'objet."
  2946. L["You must enter at least one item ID."] = "Vous devez entrer au moins un identifiant d'objet."
  2947. L["You must enter at least one NPC ID."] = "Vous devez entrer au moins un identifiant de PNJ."
  2948. L["You must enter at least one Statistic ID."] = "Vous devez entrer au moins un identifiant de statistique."
  2949. L["You must enter at least one zone."] = "Vous devez entrer au moins une zone."
  2950. L["Young Talbuk"] = "Jeune talbuk"
  2951. L["Zandalari Anklerender"] = "Mordille-chevilles zandalari"
  2952. L["Zandalari Footslasher"] = "Ecrase-pieds zandalari"
  2953. L["Zandalari Kneebiter"] = "Mordilleur zandalari"
  2954. L["Zandalari Toenibbler"] = "Ronge-orteils zandalari"
  2955. L["Zangar Spore"] = "Spore de Zangar"
  2956. L["Zhevra Lounge Cushion"] = "Coussin de salon zhévra"
  2957. L["Zomstrok"] = true
  2958. L["Zone"] = true
  2959. L["Zones"] = true
  2960. end
  2961.  
  2962. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "koKR")
  2963. if L then
  2964. L[" (Group)"] = "(파티)"
  2965. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d번 시도 (%.2f%%)"
  2966. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d번 시도 (%.2f%%)"
  2967. L["%d |4zone:zones;"] = "%d 지역"
  2968. L["%d attempt"] = "%d번 시도"
  2969. L["%d attempt - %.2f%%"] = "%d번 시도 - %.2f%%"
  2970. L["%d attempts"] = "%d번 시도"
  2971. L["%d attempts - %.2f%%"] = "%d번 시도 - %.2f%%"
  2972. L["%d collected - %.2f%%"] = "%d개 수집됨 - %.2f%%"
  2973. L["%s: %d attempt"] = "%s: %d 시도"
  2974. L["%s: %d attempt - %.2f%%"] = "%s: %d 시도 - %.2f%%"
  2975. L["%s: %d attempt (%d total)"] = "%s: %d 시도 (총 %d)"
  2976. L["%s: %d attempts"] = "%s: %d 시도"
  2977. L["%s: %d attempts - %.2f%%"] = "%s: %d 시도 - %.2f%%"
  2978. L["%s: %d attempts (%d total)"] = "%s: %d 시도 (총 %d)"
  2979. L["%s: %d collected"] = "%s: %d 수집됨"
  2980. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = "%s: 0/%d 시도까지 (%.2f%% - %s)"
  2981. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = "%s: 0/%d 시도까지 (%.2f%% - %s)"
  2982. L["(%d/%d attempts)"] = "(%d/%d 번 시도)"
  2983. L["(%d/%d collected)"] = "(%d/%d 수집됨)"
  2984. L["(running in debug mode)"] = "(디버그 모드에서 실행중)"
  2985. L["1 in %d chance"] = "%d 대 1 확률"
  2986. L["10-player Heroic Raid instance (legacy content; not flexible)"] = "10인 영웅 공격대 던전 (예전 콘텐츠, 탄력적 아님)"
  2987. L["10-player Raid instance (legacy content; not flexible)"] = "10인 공격대 던전 (예전 콘텐츠, 탄력적 아님)"
  2988. L["25-player Event scenario"] = "25인 이벤트 시나리오"
  2989. L["25-player heroic"] = "25인 영웅"
  2990. L["25-player Heroic Raid instance (legacy content; not flexible)"] = "25인 영웅 공격대 던전 (예전 콘텐츠, 탄력적 아님)"
  2991. L["25-player Raid instance (legacy content; not flexible)"] = "25인 공격대 던전 (예전 콘텐츠, 탄력적 아님)"
  2992. L["40-player Event raid"] = "40인 이벤트 공격대"
  2993. L["40-player Raid instance (legacy content; not flexible)"] = "0인 공격대 던전 (예전 콘텐츠, 탄력적 아님)"
  2994. L["5-player Event instance"] = "5인 이벤트 던전"
  2995. L["5-player Heroic instance"] = "5인 영웅 던전"
  2996. L["5-player instance"] = "5인 던전"
  2997. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "\"사용하거나 열 때, 이 아이템을 줄 수 있으며, 아이템 ID를 쉼표로 구분시킨 목록입니다. 아이템 ID를 조회하려면 Wowhead 또는 이와 유사한 서비스를 이용하십시오."
  2998. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "이 아이템을 누가 떨어뜨리는지 NPC ID를 쉼표로 구분시킨 목록입니다. NPC ID를 조회하려면 Wowhead 또는 이와 유사한 서비스를 이용하십시오."
  2999. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item."] = "이 아이템을 얻기 위해 처치한 횟수를 추척할 통계 ID를 쉼표로 구분시킨 목록입니다."
  3000. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item. These statistics will be added together. Use WowHead or a similar service to locate statistic IDs."] = "이 아이템을 얻기 위해 처치한 횟수를 추척할 통계 ID를 쉼표로 구분시킨 목록입니다. 이러한 통계는 함께 추가됩니다. 통계 ID를 조회하려면 WowHead 또는 이와 유사한 서비스를 이용하십시오."
  3001. L["A comma-separated list of the zones or sub-zones this item can be found in. For zones, you can enter either the Map ID (i.e. 811 is Vale of Eternal Blossoms), or the full name of the zone. For sub-zones, you must enter the full name of the sub-zone. Enter zone names with proper spelling, capitalization, and punctuation. They can be entered either in US English or your client's local language. Use WowHead or a similar service to make sure you're entering the zone names perfectly. PLEASE NOTE: Zone translations may not be correct. For zones, it is highly recommended that you use the Map ID instead of the name. For sub-zones, you must enter the name. If sub-zone detection isn't working for you, please visit the LibBabble-SubZone-3.0 library page on wowace.com and update the translations for your language."] = "이 아이템을 발견할 수 있는 지역 또는 하위-지역의 쉼표로 구분된 목록입니다. 지역의 경우, 지도 ID(예: 811은 영원꽃 골짜기) 또는 지역의 전체 이름, 둘 중 하나를 입력할 수 있습니다. 하위-지역의 경우, 하위-지역의 전체 이름을 입력해야 합니다. 적절한 맞춤법, 대문자 사용, 구두점으로 지역 이름을 입력합니다. 그들은 미국 영어 또는 고객의 현지 언어 중 하나를 입력할 수 있습니다. 이 지역의 이름을 완벽하게 입력했는지 확인하려면 WowHead 또는 이와 유사한 서비스를 이용하십시오. 참고하세요: 지역의 번역이 정확하지 않을 수 있습니다. 지역에는 이름 대신 지도 ID를 사용할 것을 강력히 추천합니다. 하위-지역에는 이름을 입력해야 합니다. 하위-지역 탐지가 잘되지 않으면, wowace.com에 LibBable0SubZone-3.0 라이브러리 페이지에 방문하여 귀하의 언어에 대한 번역을 갱신해 주십시오."
  3002. L["A holiday event is available today for %s! Go get it!"] = "축제 이벤트 %s|1이;가; 오늘 가능합니다! 가서 얻으세요!"
  3003. L["Abundant Bloodsail Wreckage"] = "풍부한 붉은해적단 잔해"
  3004. L["Abundant Firefin Snapper School"] = "풍부한 불지느러미퉁돔 떼"
  3005. L["Abundant Oily Blackmouth School"] = "풍부한 기름기 많은 아귀 떼"
  3006. L["Abyssal Gulper School"] = "심연 풍선장어 떼"
  3007. L["Adamantite Deposit"] = "아다만타이트 광맥"
  3008. L["Added %d |4waypoint:waypoints; to TomTom"] = "TomTom에 %d 목표지점 추가됨"
  3009. L["Adjusts the scale of the primary tooltip. This will take effect the next time the tooltip is shown."] = "기본 툴팁의 규모를 조정합니다. 이것은 다음 번에 표시되는 툴팁에서 효과를 가지게됩니다."
  3010. L["After upgrading your garrison's Fishing Shack to level 3, fish up 5 minnows to summon a Cavedweller which can drop this mount."] = "3 레벨로 주둔지의 낚시터를 강화한 후, 낚아 올린 5마리의 송사리로 동굴살이를 소환하면, 이 탈것을 떨어뜨릴 수도 있습니다."
  3011. L["Albino Cavefish School"] = "백색 동굴어 떼"
  3012. L["Algaefin Rockfish School"] = "심해 총명어 떼"
  3013. L["All players can participate in killing this world boss once per week, regardless of faction"] = "모든 플레이어는 진영과 관계없이 일주일에 한 번 세계 우두머리를 처치하는데 참여할 수 있습니다."
  3014. L["All raid formats except Raid Finder"] = "공격대 찾기를 제외한 모든 공격대 형식"
  3015. L["Alliance only"] = "얼라이언스 전용"
  3016. L["Already defeated"] = "이미 처치함"
  3017. L["Already defeated for %s"] = "이미 %s에 의해 처치됨"
  3018. L["Already known"] = "이미 배움"
  3019. L["and %d |4other zone:other zones;"] = "및 %d의 기타 지역"
  3020. L["Announce"] = "알림"
  3021. L["Announcements"] = "공지 사항"
  3022. L["Any difficulty"] = "모든 난이도"
  3023. L["Any raid size"] = "모든 공격대 크기"
  3024. L["Any raid size or difficulty"] = "모든 공격대 크기나 난이도"
  3025. L["Appears in the Black Market"] = "암시장에서 나타남"
  3026. L["Archaeology race"] = "고고학 종족"
  3027. L["Are you sure you want to delete this item?"] = "정말로 이 아이템을 삭제하시겠습니까?"
  3028. L["Ashes of Al'ar"] = "알라르의 재"
  3029. L["Attempts"] = "시도"
  3030. L["Auto"] = "자동"
  3031. L["Available starting December 25th"] = "12월 25일부터 유효"
  3032. L["Battle Pet"] = "애완동물 대전"
  3033. L["Battle Pets"] = "애완동물 대전"
  3034. L["Big Love Rocket"] = "커다란 사랑의 로켓"
  3035. L["Black Trillium Deposit"] = "검은 트릴리움 광맥"
  3036. L["Blackbelly Mudfish School"] = "검은배 미꾸라지 떼"
  3037. L["Blackrock Deposit"] = "검은바위 광맥"
  3038. L["Blackwater Whiptail School"] = "검은바다 채찍꼬리 떼"
  3039. L["Blank line before tooltip additions"] = "툴팁을 추가하기 전에 줄 비우기"
  3040. L["Blind Lake Sturgeon School"] = "눈먼 철갑상어 떼"
  3041. L["Bloodsail Wreckage"] = "붉은해적단 잔해"
  3042. L["Bloodsail Wreckage Pool"] = "붉은해적단 잔해"
  3043. L["Bluefish School"] = "게르치 떼"
  3044. L["Borean Man O' War School"] = "북풍 해파리 떼"
  3045. L["Brackish Mixed School"] = "검은색 물고기 떼"
  3046. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Bunny Hunter가 실행중입니다. 지금 Rarity로 Bunny Hunter에서 자료를 가져오시겠습니까? 두 번 다시 요청을 원하지 않으시면, Bunny Hunter를 끄시거나 예를 클릭하세요."
  3047. L["Can be contained in Heart-Shaped Box, rewarded for defeating the World Event Dungeon during Love is in the Air."] = "온누리에 사랑을 축제 기간 동안에 세계 이벤트 던전을 완료하면 보상으로 주는, 심장모양 상자에 포함되어 있을 수 있습니다."
  3048. L["Can be contained in Keg-Shaped Treasure Chest, rewarded for defeating the World Event Dungeon during Brewfest."] = "가을 축제 기간 동안에 세계 이벤트 던전을 완료하면 보상으로 주는, 술통형 보물 상자에 포함되어 있을 수 있습니다."
  3049. L["Can be contained in Loot-Filled Pumpkin, rewarded for defeating the World Event Dungeon during Hallow's End."] = "할로윈 축제 기간 동안에 세계 이벤트 던전을 완료하면 보상으로 주는, 전리품 가득한 호박에 포함되어 있을 수 있습니다."
  3050. L["Can be obtained from Rattling Iron Cage, which has a chance to drop from any of the four champions of Hellfire Citadel in Tanaan Jungle (Terrorfist, Deathtalon, Vengeance, or Doomroller). Each of them can be looted once per day. Rarity will consider this mount \"defeated\" for the day when you kill any of the four."] = "타나안 정글에 지옥불 성채의 네 정예(공포주먹, 죽음갈퀴, 복수, 파멸바퀴)에게서 떨어질 확률이 있는 달그락거리는 강철 우리에서 획득할 수 있습니다. 그들은 각각 하루에 한 번 전리품을 얻을 수 있습니다. 넷 중 하나를 죽이면 그 날은 이 탈것을 \\\"처치\\\"로 여깁니다."
  3051. L["Can be obtained with a bonus roll"] = "추가 주사위로 획득 가능"
  3052. L["Can drop from Fel-Touched Pet Supplies, which is obtained by defeating the Fel-corrupted legendary pets in Tanaan Jungle."] = "타나안 정글에 지옥 마력으로 오염된 전설 애완동물을 처치하면 획득하는 마에 물든 애완동물용품에서 떨어질 수 있습니다."
  3053. L["Captured Firefly"] = "사로잡은 반딧불이"
  3054. L["Cataclysm"] = "대격변"
  3055. L["Challenge Mode instance"] = "도전 모드 던전"
  3056. L["Chance"] = "기회"
  3057. L["Chance so far"] = "기회까지"
  3058. L["Check this to automatically refresh your search every 5 seconds while this window is visible. Auto refresh only works if you've typed something in the search box, and if you haven't selected something in the list below. This checkbox is provided by Rarity. You can hide the checkbox in Rarity options."] = "이 창이 열려있는 동안 매 5초마다 검색을 자동으로 새로고침하려면 이것을 선택합니다. 검색 창에 무언가가 입력하거나 아래 목록 중 하나가 선택되어 있지 않을 때에만 자동 새로고침이 작동됩니다. 이 확인란은 Rarity에 의해 제공됩니다. Rarity 설정에서 확인란을 숨길 수 있습니다."
  3059. L["Classic"] = "오리지널"
  3060. L["Click to switch to this item"] = "클릭으로 이 아이템으로 전환"
  3061. L["Click to toggle the progress bar"] = "클릭으로 진행 바 전환"
  3062. L["Cobalt Deposit"] = "코발트 광맥"
  3063. L["Collect %d %s"] = "수집 %d %s"
  3064. L["Collected"] = "수집됨"
  3065. L["Collection Complete"] = "수집 완료"
  3066. L["Collection complete!"] = "수집 완료!"
  3067. L["Collection Size"] = "수집 크기"
  3068. L["Contained in bonus satchels"] = "추가 가방에 포함"
  3069. L["Contained in Cracked Egg, which is obtained by becoming Revered with The Oracles, purchasing a Mysterious Egg from their reputation vendor, and waiting three days. The mount has a 5% chance to appear in the Cracked Egg."] = "점쟁이 조합과 매우 우호적 일 때, 평판 상인에게 수수께끼의 알을 구입하고, 3일을 기다리면 얻을 수 있는, 깨진 알에 들어있습니다. 탈것은 깨진 알에서 5%의 확률로 나타납니다."
  3070. L["Contained in Hyldnir Spoils, which is rewarded for completing daily quests given by Gretta the Arbiter in Brunnhildar Village, Storm Peaks. The mount has a 3% chance to appear in Hyldnir Spoils."] = "브룬힐다르 마을에 중재자 그레타에게 받는 일퀘 완료 보상인 힐드니르 가방에 들어있습니다. 탈것은 힐드니르 가방에서 3%의 확률로 나타납니다."
  3071. L["Contained in Ripe Disgusting Jar, which is obtained by becoming Revered with Frenzyheart Tribe, purchasing a Disgusting Jar from their reputation vendor, and waiting three days."] = "광란심장 일족과 매우 우호적 일 때, 평판 상인에게 구역질나는 병을 구입하고, 3일을 기다리면 얻을 수 있는, 숙성한 구역질나는 병에 들어있습니다."
  3072. L["Content Category"] = "콘텐츠 범주"
  3073. L["Controls on which side the secondary tooltip appears when you hover over an item in the main tooltip. If the main tooltip is on the right side of your screen, change this to Left. Otherwise, choose Right. You can also hide the status tooltip completely."] = "기본 툴팁의 아이템 위로 마우스를 갖다대면 옆에 보조 툴팁이 나타나게 제어합니다. 기본 툴팁이 화면의 오른쪽에 있으면 왼쪽으로 변경되고, 그렇지 않으면 오른쪽으로 선택됩니다. 또는, 완전히 상태 툴팁을 숨길 수 있습니다."
  3074. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = "Rarity의 LDB 공급에 표시되는 글자의 유형을 제어합니다. 단순은 시도한 숫자 만을 표시합니다. 보통은 가능성 확률 추가, 그리고 자세히는 아이템 링크까지 추가합니다."
  3075. L["Copper Vein"] = "구리 광맥"
  3076. L["Create a New Item"] = "새 아이템 만들기"
  3077. L["Create a new item to track"] = "추적을 위해 새 아이템 만들기"
  3078. L["Creature ID"] = "생물 ID"
  3079. L["Ctrl-Click to change sort order"] = "\"Ctrl-클릭으로 정렬 순서 변경"
  3080. L["Ctrl-Click to create the remaining TomTom waypoint(s)."] = "Ctrl-클릭으로 나머지 TomTom 목표지점 생성"
  3081. L["Ctrl-Click to create TomTom waypoint(s)."] = "Ctrl-클릭으로 TomTom 목표지점 생성"
  3082. L["Custom"] = "사용자 정의"
  3083. L["Dandelion Frolicker"] = "민들레 까불이"
  3084. L["Dark Gazer"] = "어둠의 주시자"
  3085. L["Dark Iron Deposit"] = "검은무쇠 광맥"
  3086. L["Dark Quivering Blob"] = "벌벌떠는 검은 수액"
  3087. L["Dark Whelpling"] = "작은 암흑 새끼용"
  3088. L["Darkmoon Eye"] = "다크문 눈"
  3089. L["Data has been imported from Bunny Hunter"] = "자료는 Bunny Hunter에서 가져옵니다."
  3090. L["Death Adder Hatchling"] = "새끼 죽음살무사"
  3091. L["Deathcharger's Reins"] = "죽음의 군마 고삐"
  3092. L["Deathtalon"] = "죽음갈퀴"
  3093. L["Debug mode"] = "디버그 모드"
  3094. L["Debug mode OFF"] = "디버그 모드 끔"
  3095. L["Debug mode ON"] = "디버그 모드 켬"
  3096. L["Decahedral Dwarven Dice"] = "십면체 드워프 주사위"
  3097. L["Deep Sea Monsterbelly School"] = "깊은 바다 뚱뚱보물고기 떼"
  3098. L["Deepsea Sagefish School"] = "심해 총명어 떼"
  3099. L["Defeated"] = "처치"
  3100. L["Defiled Earth"] = "부정한 대지"
  3101. L["Delete this item"] = "이 아이템 삭제"
  3102. L["Determines how this item is obtained."] = "어떻게 이 아이템을 얻는지 정합니다."
  3103. L["Determines what type of item this is."] = "여기에 아이템의 유형이 무엇인지 정합니다."
  3104. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = "낚시 떼에서만 획득할 수 있는 아이템인지 여부를 정합니다. 이 설정이 작동하기 위해서는, 낚시 떼는 모든 고객의 언어로 번역되어 있어야합니다."
  3105. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "이 아이템에 대한 추적을 사용할 지 여부를 결정합니다. 이 항목을 사용하지 않으면 툴팁에 나타나지 않습니다."
  3106. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "이 아이템을 반복적으로 작업할 것인지 정합니다. 만약 이것을 켜고 아이템을 발견하면, Ratiry는 몇 초 후에 발견하지 못 한 아이템으로 표기합니다."
  3107. L["Determines which instance difficulties this item may be obtained in. Leave everything unchecked if the instance difficulty doesn't matter. If you specified a Statistic ID for this item, the Instance Difficulty is probably meaningless, because all modern statistics already incorporate the difficulty. You can check multiple items in this list at once."] = "이 항목에서 획득할 수 있는 던전 난이도를 결정합니다. 던전 난이도가 중요하지 않다면 모두 선택하지 않고 남겨둡니다. 이 아이템에 대한 통계 ID를 지정하면, 현재 모든 통계에는 이미 난이도가 포함되어 있기 때문에 던전 난이도는 아마 의미가 없을 것입니다.  한 번에 이 목록에서 여러 항목을 선택할 수 있습니다."
  3108. L["Determines which race includes this archaeology project."] = "이 고고학 복원에 포함되는 종족을 정합니다."
  3109. L["Deviate Hatchling"] = "새끼 돌연변이 랩터"
  3110. L["Direflame"] = "공포불꽃"
  3111. L["Direhorn Runt"] = "아기 공포뿔"
  3112. L["Disgusting Oozeling"] = "메스꺼운 수액덩어리"
  3113. L["Doomroller"] = "파멸바퀴"
  3114. L["Draenei"] = "드레나이"
  3115. L["Draenor Clans"] = "드레노어 부족들"
  3116. L["Draenor Garrison"] = "드레노어 주둔지"
  3117. L["Dragonfin Angelfish School"] = "용지느러미 천사돔 떼"
  3118. L["Drakum"] = "드라쿰"
  3119. L["Dreadwalker"] = "초소형 강철절단기"
  3120. L["Dripping Strider Egg"] = "흠뻑 젖은 포자손 알"
  3121. L["Droplet of Y'Shaarj"] = "이샤라즈 방울"
  3122. L["Dropped by any mob in Vale of Eternal Blossoms (except minor mobs). 10 of these can be combined to pierce Alani's shield, allowing combat and a guaranteed drop of Reins of the Thundering Ruby Cloud Serpent."] = "영원꽃 골짜기에 있는 몹이 떨어뜨립니다(작은 몹 제외). 이것 10개로 알라니의 보호막을 깨뜨려 연결시키고, 전투를 허용하고 요동치는 루비 운룡 고삐가 떨어지는 것을 보장합니다."
  3123. L["Dropped by dinosaurs on Isle of Giants Will hatch into one of three Primal Raptor mounts after three days."] = "괴수의 섬에 공룡들이 떨어뜨리며, 3일 후에 세 종류의 원시 랩터 탈것 중 하나로 부화합니다."
  3124. L["Dropped by Disturbed Podling, which has a chance to spawn when picking herbs in Draenor."] = "드레노어에서 약초를 채집할 때 일정 확률로 나오는 성난 포들링에게서 떨어짐"
  3125. L["Dropped by Elegon in Mogu'shan Vaults (all raid formats except Raid Finder)"] = "모구샨 금고에서 엘레곤에게서 떨어짐(모든 공격대 형식, 공격대 찾기 제외)"
  3126. L["Dropped by Goren Protector, which has a chance to spawn when mining ore in Draenor."] = "드레노어에서 광석을 채굴할 때 일정 확률로 나오는 고렌 파수꾼에게서 떨어짐"
  3127. L["Dropped by Koralon the Flame Watcher, Emalon the Storm Watcher, Archavon the Stone Watcher, and Toravon the Ice Watcher in Vault of Archavon (any raid size)."] = "아카본 석실에서 화염 감시자 코랄론, 폭풍 감시자 에말론, 바위 감시자 아카본 그리고 얼음 감시자 토라본에게서 떨어짐(모든 공격대 크기)"
  3128. L["Dropped by Malygos in The Eye of Eternity (any raid size)"] = "영원의 눈에서 말리고스에게서 떨어짐(모든 공격대 크기)"
  3129. L["Dropped by Onyxia in Onyxia's Lair (any raid size)"] = "오닉시아의 둥지에서 오닉시아에게서 떨어짐(모든 공격대 크기)"
  3130. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (any raid size or difficulty)"] = "영의 영혼에서 데스윙의 광기 교전에서 떨어짐(모든 공격대 크기나 난이도)"
  3131. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (heroic, any raid size)"] = "영의 영혼에서 데스윙의 광기 교전에서 떨어짐(영웅, 모든 공격대 크기)"
  3132. L["Dropped by Ultraxion in Dragon Soul (any raid size or difficulty)"] = "용의 영혼에서 울트락시온에게서 떨어짐(모든 공격대 크기나 난이도)"
  3133. L["Dropped by Yogg-Saron in Ulduar (25-player) with no Keepers assisting"] = "울드아르(25인)에서 수호자의 지원 없는 요그사론에게서 떨어짐"
  3134. L["Dropped from dinosaurs on Isle of Giants"] = "괴수의 섬에 공룡들에게서 떨어짐"
  3135. L["Dropped from monsters in Fang'rila"] = "팡그릴라에서 괴물에게서 떨어짐"
  3136. L["Drops from a boss requiring a group"] = "파티를 필요로하는 우두머리에게서 떨어짐"
  3137. L["Drops from any mob in a zone"] = "지역에 있는 모든 몹에게서 떨어짐"
  3138. L["Drops from NPC(s)"] = "NPC에게서 떨어짐"
  3139. L["Dusty Clutch of Eggs"] = "먼지투성이 알"
  3140. L["Dwarf"] = "드워프"
  3141. L["Earned by giving 9999 Giant Dinosaur Bones to Ku'ma on Isle of Giants. Giant Dinosaur bones drop from all dinosaurs and Zandalari Dinomancers on Isle of Giants."] = "괴수의 섬에 쿠마에게 거대 공룡 뼈 9999개를 주면 획득합니다. 괴수의 섬에 모든 공룡과 잔달라 공룡술사에게서 거대 공룡 뼈가 떨어집니다."
  3142. L["Elementium Geode"] = "엘레멘티움 정동석"
  3143. L["Elementium Vein"] = "엘레멘티움 광맥"
  3144. L["Emperor Salmon School"] = "황제연어 떼"
  3145. L["Enable announcements"] = "공지 사항 사용"
  3146. L["Enable Coins"] = "동전 사용"
  3147. L["Enable profiling"] = "프로필 사용"
  3148. L["Enable tooltip additions"] = "추가 툴팁 사용"
  3149. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "Rarity가 무언가 추척하려고 새로운 시도를 완료 할 때 마다 알림을 활설화합니다. 또한, 이것은 마스터 스위치이며, 아이템마다 따로 알림을 활성화 할 수 있습니다."
  3150. L["Enables announcements whenever you complete a new attempt toward this item."] = "이 아이템에 대해 새로운 시도를 완료 할 때 마다 알림을 활성화합니다."
  3151. L["Enter 1 or leave this blank to mark the item as soloable."] = "1을 입력하거나 혼자서 가능한 아이템인지 표시하려면 이곳을 공백으로 남깁니다."
  3152. L["Equal odds"] = "동일 확률"
  3153. L["Eternal Kiln"] = "영원의 가마솥"
  3154. L["Every item ID must be a number greater than 0."] = "모든 아이템 ID는 0보다 큰 숫자여야 합니다."
  3155. L["Every NPC ID must be a number greater than 0."] = "모든 NPC ID는 0보다 큰 숫자여야 합니다."
  3156. L["Experiment 12-B"] = "실험체 12-B"
  3157. L["Fangtooth Herring School"] = "송곳니 청어 떼"
  3158. L["Fat Sleeper School"] = "통통 망둑어 떼"
  3159. L["Fathom Eel Swarm"] = "심연 뱀장어 떼"
  3160. L["Feed text"] = "글자 공급"
  3161. L["Fel Iron Deposit"] = "지옥무쇠 광맥"
  3162. L["Felslate Deposit"] = "지옥판암 광맥"
  3163. L["Feltail School"] = "지옥꼬리퉁돔 떼"
  3164. L["Fire Ammonite School"] = "화염 암모나이트 떼"
  3165. L["Firefin Snapper School"] = "불지느러미퉁돔 떼"
  3166. L["Firewing"] = "불꽃날개"
  3167. L["Fished anywhere in Draenor (except your garrison) with the help of Nat Pagle"] = "내트 페이글의 도움으로 드레노어의 모든 곳에서 낚시로(주둔지 제외)"
  3168. L["Flametalon of Alysrazor"] = "알리스라조르의 화염갈퀴"
  3169. L["Floating Debris"] = "표류하는 파편"
  3170. L["Floating Wreckage"] = "표류하는 잔해"
  3171. L["Floating Wreckage Pool"] = true
  3172. L["Font"] = "글꼴"
  3173. L["Font Size"] = "글꼴 크기"
  3174. L["Foot Ball"] = "발공"
  3175. L["Fossil"] = "화석"
  3176. L["Fossilized Raptor"] = "화석 랩터"
  3177. L["Found after %d attempts!"] = "%d번의 시도 끝에 발견!"
  3178. L["Found in: "] = "발견 장소: "
  3179. L["Found on your first attempt!"] = "첫 시도에서 발견!"
  3180. L["Garrison Invasion Gold Victory"] = "주둔지 침략 금메달 승리"
  3181. L["Garrison Invasion Platinum Victory"] = "주둔지 침략 백금에달 승리"
  3182. L["General"] = "일반"
  3183. L["General Options"] = "일반 설정"
  3184. L["Ghost Iron Deposit"] = "유령무쇠 광맥"
  3185. L["Giant Mantis Shrimp Swarm"] = "거대 사마귀 새우 떼"
  3186. L["Glacial Salmon School"] = "빙하연어 떼"
  3187. L["Glassfin Minnow School"] = "유리지느러미 송사리 떼"
  3188. L["Gold Vein"] = "금 광맥"
  3189. L["Golden Carp School"] = "황금 잉어 떼"
  3190. L["Greater Sagefish School"] = "대형 총명어 떼"
  3191. L["Green Helper Box"] = "녹색 도우미 상자"
  3192. L["Group Finder Options"] = "파티 찾기 설정"
  3193. L["Group size"] = "파티 크기"
  3194. L["Group(s) found!"] = "파티 발견!"
  3195. L["Guaranteed drop from Dormus the Camel-Hoarder. Accessing this encounter requires finding a rare Mysterious Camel Figurine in Uldum. These are difficult to spot and, when clicked, have a small chance to grant you access to the Dormus encounter. Rarity will count how many Figurines you've found if you mouseover them."] = "낙타사육사 도르무스에게서 떨어지는게 확실합니다. 이와 만나 접촉하려면 울둠에 있는 드문 수수께끼 낙타 조각상을 발견해야 합니다. 어떤 것은 장소가 까다롭고, 클릭하면, 도르무스와 만나서 접촉할 수 있는 적은 기회가 있습니다. Rarity는 그것에 마우스를 갖다대면 당신이 얼마나 많은 조각상을 발견했는지 계산합니다."
  3196. L["Height"] = "높이"
  3197. L["Heroic difficulty"] = "영웅 난이도"
  3198. L["Heroic Raid (10-30 players)"] = "영웅 공격대 (10-30인)"
  3199. L["Heroic Scenario instance"] = "영웅 시나리오 던전"
  3200. L["Heroic, any raid size"] = "영웅, 모든 공격대 크기"
  3201. L["Hidden"] = "숨김"
  3202. L["Hide defeated items"] = "처치한 아이템 숨김"
  3203. L["Hide high chance items"] = "확률이 높은 아이템 숨김"
  3204. L["Hide unavailable items"] = "얻을 수 없는 아이템 숨김"
  3205. L["Highland Guppy School"] = "고원 송사리 떼"
  3206. L["Highland Mixed School"] = "고원의 물고기 떼"
  3207. L["Holiday"] = "축제"
  3208. L["Holiday reminders"] = "축제 알림"
  3209. L["Hollow Reed"] = "속이 빈 갈대"
  3210. L["Horde only"] = "호드 전용"
  3211. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "아이템이 나타날 가능성이 얼마나 되는지, X에 1로 표현, X는 여기에 입력할 숫자입니다."
  3212. L["How many attempts you've made so far."] = "지금까지 시도한 횟수"
  3213. L["How many items you need to collect."] = "수집하길 원하는 아이템의 양"
  3214. L["How many items you've collected so far."] = "지금까지 수집한 아이템의 양"
  3215. L["Huge Obsidian Slab"] = "풍부한 흑요암 광맥"
  3216. L["Identify the Item"] = "아이템 발견"
  3217. L["Imperial Manta Ray School"] = "황제 쥐가오리 떼"
  3218. L["Incendicite Mineral Vein"] = "발연 광석 광맥"
  3219. L["Indurium Mineral Vein"] = "인듀리움 광맥"
  3220. L["Install TomTom to enable waypoint creation."] = "목표지점 생성이 가능하게 하려면 TomTom을 설치합니다."
  3221. L["Instance Difficulty"] = "던전 난이도"
  3222. L["Instant Arcane Sanctum Security Kit"] = "즉석 비전 성소 봉안 장치"
  3223. L["Iron Deposit"] = "철 광맥"
  3224. L["Item ID"] = "아이템 ID"
  3225. L["Item ID to Collect"] = "수집하려는 아이템 ID"
  3226. L["Items to Use"] = "사용되는 아이템"
  3227. L["Jade Lungfish School"] = "비취 폐어 떼"
  3228. L["Jawless Skulker School"] = "무턱 모래무지 떼"
  3229. L["Jewel Danio School"] = "보석 열대어 떼"
  3230. L["Khorium Vein"] = "코륨 광맥"
  3231. L["Kill Statistic IDs"] = "처치 통계 ID"
  3232. L["Krasarang Paddlefish School"] = "크라사랑 주걱철갑상어 떼"
  3233. L["Kyparite Deposit"] = "키파라이트 광맥"
  3234. L["Large Obsidian Chunk"] = "풍부한 흑요암 광맥"
  3235. L["Last Month"] = "지난달"
  3236. L["Last Week"] = "지난주"
  3237. L["Left"] = "왼쪽"
  3238. L["Lesser Bloodstone Deposit"] = "저급 혈석 광맥"
  3239. L["Lesser Firefin Snapper School"] = "소량의 불지느러미퉁돔 떼"
  3240. L["Lesser Floating Debris"] = "소량의 표류하는 파편"
  3241. L["Lesser Oily Blackmouth School"] = "소량의 기름기 많은 아귀 떼"
  3242. L["Lesser Sagefish School"] = "소량의 총명어 떼"
  3243. L["Leystone Deposit"] = "지맥석 광맥"
  3244. L["Likelihood"] = "가능성"
  3245. L["Loaded (running in debug mode)"] = "불러옴 (디버그 모드에서 실행)"
  3246. L["Loading"] = "불러오는 중"
  3247. L["Locked"] = "잠김"
  3248. L["Looking For Raid (10-30 players)"] = "공격대 찾기 (10-30인)"
  3249. L["Luckiness"] = "행운"
  3250. L["Lucky"] = "운"
  3251. L["lucky"] = "운"
  3252. L["Lucky if you obtain in %d or less"] = "%d 이하에서 얻을 수 있는 운"
  3253. L["Mantid"] = "사마귀"
  3254. L["Mark of Flame"] = "화염의 징표"
  3255. L["Method of obtaining"] = "얻는 방법"
  3256. L["Minimal"] = "단순"
  3257. L["Mirecroak"] = "수렁개구리"
  3258. L["Mists of Pandaria"] = "판다리아의 안개"
  3259. L["Mithril Deposit"] = "미스릴 광맥"
  3260. L["Mogu"] = "모구"
  3261. L["Mojo"] = "모조"
  3262. L["Moonglow Cuttlefish School"] = "달빛 오징어 떼"
  3263. L["Mount"] = "탈것"
  3264. L["Mountain Trout School"] = "산악 송어 떼"
  3265. L["Mounts"] = "탈것"
  3266. L["Mudfish School"] = "미꾸라지 떼"
  3267. L["Musselback Sculpin School"] = "조개등 둑중개 떼"
  3268. L["Mysterious Camel Figurine"] = "수수께끼 낙타 조각상"
  3269. L["Mythic 5-player instance"] = "신화 5인 던전"
  3270. L["Mythic difficulty"] = "신화 난이도"
  3271. L["Mythic Raid (20 player)"] = "신화 공격대 (20인)"
  3272. L["Nerubian"] = "네루비안"
  3273. L["Nethercite Deposit"] = "황천연 광맥"
  3274. L["Nettlefish School"] = "해파리 떼"
  3275. L["New item"] = "새 아이템"
  3276. L["Night Elf"] = "나이트 엘프"
  3277. L["None"] = "없음"
  3278. L["None (not in an instance)"] = "없음 (던전 아님)"
  3279. L["Normal"] = "보통"
  3280. L["Normal Raid (10-30 players)"] = "일반 공격대 (10-30인)"
  3281. L["Obsidium Deposit"] = "흑요암 광맥"
  3282. L["Obtained After %d Attempts"] = "%d번의 시도 끝에 획득"
  3283. L["Obtained as a rare project for the Fossil branch of archaeology"] = "고고학의 화석에 대한 희귀 복원으로 획득"
  3284. L["Obtained as a very rare project for the Tol'vir branch of archaeology"] = "고고학의 톨비르에 대한 매우 희귀 복원으로 획득"
  3285. L["Obtained as an archaeology project"] = "고고학 복원으로 획득"
  3286. L["Obtained by collecting a number of items"] = "아이템의 개수로 수집하여 획득"
  3287. L["Obtained by fishing"] = "낚시로 획득"
  3288. L["Obtained by fishing in any water in Ironforge"] = "아이언포지에 있는 물가에서 낚시로 획득"
  3289. L["Obtained by fishing in any water in Orgrimmar"] = "오그리마에 있는 물가에서 낚시로 획득"
  3290. L["Obtained by fishing in pools located in Terrokar Forest"] = "테로카르 숲에 위치한 물고기 떼에서 낚시로 획득"
  3291. L["Obtained by mining"] = "채광으로 획득"
  3292. L["Obtained by mining Elementium Vein"] = "엘레멘티움 광맥 채광으로 획득"
  3293. L["Obtained by opening Crane Nests on the Timeless Isle"] = "영원의 섬에 학 둥지를 열어 획득"
  3294. L["Obtained by opening Snow Mound in Frostfire Ridge"] = "서리불꽃 마루에 있는 눈더미를 열어 획득"
  3295. L["Obtained by opening Timeless Chests on the Timeless Isle"] = "영원의 섬에 영원의 상자를 열어 획득"
  3296. L["Obtained by using an item or opening a container"] = "아이템을 사용하거나 상자를 열어서 획득"
  3297. L["Obtained On Your First Attempt"] = "첫 번째 시도에 획득"
  3298. L["Obtained very rarely by fishing in pools located in any expansion zone (not Classic zones)"] = "모든 확장팩 지역(오리지널 지역 아님)에 위치한 물고기 떼에서 매우 드물게 획득."
  3299. L["Ogre"] = "오우거"
  3300. L["Oil Spill"] = "떠다니는 기름"
  3301. L["Oily Abyssal Gulper School"] = "기름투성이 심연 풍선장어 떼"
  3302. L["Oily Blackmouth School"] = "기름기 많은 아귀 떼"
  3303. L["Oily Sea Scorpion School"] = "기름투성이 바다 전갈 떼"
  3304. L["Old Crafty"] = "늙은 재주꾼"
  3305. L["Old Ironjaw"] = "늙은 무쇠턱"
  3306. L["One of the Map IDs you entered (%s) is incorrect. Please enter numbers larger than zero."] = "지도 ID 중 하나(%s)가 부정확하게 입력되었습니다. 0보다 큰 숫자를 입력하십시오."
  3307. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = "입력한 지역이나 하위 지역(%s) 중 하나를 찾을 수 없습니다. US 영어 또는 고객의 현지 언어 중 하나이며, 정확한 철자인지 확인합니다."
  3308. L["Only Raid Finder difficulty"] = "공격대 찾기 난이도 전용"
  3309. L["Ooze Covered Gold Vein"] = "진흙으로 덮인 금 광맥"
  3310. L["Ooze Covered Mithril Deposit"] = "진흙으로 덮인 미스릴 광맥"
  3311. L["Ooze Covered Rich Thorium Vein"] = "진흙으로 덮인 풍부한 토륨 광맥"
  3312. L["Ooze Covered Silver Vein"] = "진흙으로 덮인 은 광맥"
  3313. L["Ooze Covered Thorium Vein"] = "진흙으로 덮인 토륨 광맥"
  3314. L["Ooze Covered Truesilver Deposit"] = "진흙으로 덮인 진은 광맥"
  3315. L["Orc"] = "오크"
  3316. L["Other"] = "기타"
  3317. L["Other Requirements"] = "기타 요구 사항"
  3318. L["Pandaren"] = "판다렌"
  3319. L["Pandaren Firework Launcher"] = "판다렌 폭죽 발사대"
  3320. L["Panflute of Pandaria"] = "판다리아의 팬플푸트"
  3321. L["Parrot Cage (Green Wing Macaw)"] = "초록금강앵무 새장"
  3322. L["Parrot Cage (Hyacinth Macaw)"] = "유리금강앵무 새장"
  3323. L["Patch of Elemental Water"] = "정기가 흐르는 물 웅덩이"
  3324. L["Periwinkle Calf"] = "청보라색 강물하마"
  3325. L["Phoenix Hatchling"] = "새끼 불사조"
  3326. L["Pineapple Lounge Cushion"] = "파인애플 라운지 쿠션"
  3327. L["Play a sound when groups are found"] = "파티가 발견되면 소리 재생"
  3328. L["Players have a personal loot chance to obtain this item."] = "플레이어는 개인 전리품으로 이 아이템을 얻을 기회가 있습니다."
  3329. L["Please enter a comma-separated list of item IDs."] = "아이템 ID로 된 목록을 쉼표로 구분하여 입력해 주십시오."
  3330. L["Please enter a comma-separated list of NPC IDs."] = "NPC ID로 된 목록을 쉼표로 구분하여 입력해 주십시오."
  3331. L["Please enter a comma-separated list of Statistic IDs."] = "통계 ID로 된 목록을 쉼표로 구분하여 입력해 주십시오."
  3332. L["Please enter a comma-separated list of zones."] = "지역으로 된 목록을 쉼표로 구분하여 입력해 주십시오."
  3333. L["Pool of Fire"] = "불타는 웅덩이"
  3334. L["Porcupette"] = "새끼 호저"
  3335. L["Primal Egg"] = "원시 알"
  3336. L["Primary tooltip scale"] = "기본 툴팁 크기"
  3337. L["Profile modified, rebooting"] = "프로필 수정됨, 재부팅"
  3338. L["Profiling OFF"] = "프로필 끔"
  3339. L["Profiling ON"] = "프로필 켬"
  3340. L["Progress"] = "진행"
  3341. L["Progress Bar"] = "진행 바"
  3342. L["Puddle Terror"] = "공포의 물방울"
  3343. L["Purchased from Z'tenga the Walker <Saberstalker Quartermaster> in Fang'rila in Tanaan Jungle. Blackfang Claws drop from all monsters in Fang'rila."] = "타나안 정글에 팡그릴라에서 걷는 자 즈텡가 <서슬추적자 병참방교>에게서 구입합니다. 팡그릴라 안에 있는 모든 괴물이 검은송곳니 발톱을 떨어뜨립니다."
  3344. L["Pure Saronite Deposit"] = "순수한 사로나이트 광맥"
  3345. L["Pure Water"] = "깨끗한 물"
  3346. L["Pygmy Direhorn"] = "꼬마 공포뿔"
  3347. L["Pyrite Deposit"] = "황철석 광맥"
  3348. L["Quivering Blob"] = "벌벌떠는 수액"
  3349. L["Raid Finder instance (legacy content; fixed at 25 players)"] = "공격대 찾기 던전 (예전 콘텐츠, 25인에 고정)"
  3350. L["Raid Finder or Flexible difficulty"] = "공격대 찾기 또는 탄력적 난이도"
  3351. L["Rarity has %d |4coordinate:coordinates; for this item."] = "이 아이템에 대한 %d개의 좌표가 Rarity에 있습니다."
  3352. L["Rarity Tooltip Options"] = "Rarity 툴팁 설정"
  3353. L["Razzashi Hatchling"] = "새끼 래즈자쉬 랩터"
  3354. L["Red Goren Egg"] = "붉은 고렌 알"
  3355. L["Redbelly Mandarin School"] = "붉은배 쏘가리 떼"
  3356. L["Reef Octopus Swarm"] = "암초문어 떼"
  3357. L["Repeatable"] = "반복 가능"
  3358. L["Required for %s"] = "%s에 필요"
  3359. L["Requires a pool"] = "물고기 떼 필요"
  3360. L["Requires Pickpocketing"] = "훔치기 필요"
  3361. L["Rich Adamantite Deposit"] = "풍부한 아다만타이트 광맥"
  3362. L["Rich Blackrock Deposit"] = "풍부한 검은바위 광맥"
  3363. L["Rich Cobalt Deposit"] = "풍부한 코발트 광맥"
  3364. L["Rich Elementium Vein"] = "풍부한 엘레멘티움 광맥"
  3365. L["Rich Felslate Deposit"] = "풍부한 지옥판암 광맥"
  3366. L["Rich Ghost Iron Deposit"] = "풍부한 유령무쇠 광맥"
  3367. L["Rich Kyparite Deposit"] = "풍부한 키파라이트 광맥"
  3368. L["Rich Leystone Deposit"] = "풍부한 지맥석 광맥"
  3369. L["Rich Obsidium Deposit"] = "풍부한 흑요암 광맥"
  3370. L["Rich Pyrite Deposit"] = "풍부한 황철석 광맥"
  3371. L["Rich Saronite Deposit"] = "풍부한 사로나이트 광맥"
  3372. L["Rich Thorium Vein"] = "풍부한 토륨 광맥"
  3373. L["Rich Trillium Vein"] = "풍부한 트릴리움 광맥"
  3374. L["Rich True Iron Deposit"] = "풍부한 순철 광맥"
  3375. L["Right"] = "오른쪽"
  3376. L["Right-Aligned"] = "오른쪽-정렬"
  3377. L["Rime of the Time-Lost Mariner"] = "잃어버린 시간의 뱃사람 노래"
  3378. L["Sagefish School"] = "총명어 떼"
  3379. L["Saronite Deposit"] = "사로나이트 광맥"
  3380. L["Savage Piranha Pool"] = "야만적인 피라냐떼"
  3381. L["Scale"] = "크기"
  3382. L["Scenario instance"] = "시나리오 던전"
  3383. L["School of Darter"] = "황금 화살고기 떼"
  3384. L["School of Deviate Fish"] = "돌연변이 물고기 떼"
  3385. L["School of Tastyfish"] = "맛둥어 떼"
  3386. L["Schooner Wreckage"] = "범선 잔해"
  3387. L["Schooner Wreckage Pool"] = "범선 잔해"
  3388. L["Sea Scorpion School"] = "바다 전갈 떼"
  3389. L["Secondary tooltip display"] = "보조 툴팁 표시"
  3390. L["Session"] = "접속중"
  3391. L["Set this to the achievement ID which indicates this item has been obtained. This is useful for items which do not yield mounts or pets, but which do grant an achievement when obtained, such as Old Crafty or Old Ironjaw. Leave this blank for mounts and pets. Use WowHead to find achievement IDs."] = "이 아이템을 얻으면 어떤 것을 나타낼지 업적 ID로 이것을 설정합니다. 이것은 늙은 재주꾼 또는 늙은 무쇠턱과 같이 어떤 것을 획득할 때 업적을 부여해야 할 것이나, 어떤 탈것 또는 애완동물의 수확이 없는 아이템을 위해 유용합니다. 탈것과 애완동물을 위해 이것을 공백으로 남겨둡니다. 업적 ID를 찾으려면 WowHead를 이용하십시오."
  3392. L["Shift-Click to link your progress to chat"] = "Shift-클릭으로 대화창에 진행 상황 링크"
  3393. L["Shift-Click to open options"] = "Shift-클릭으로 설정 열기"
  3394. L["Shipwreck Debris"] = "난파선 파편"
  3395. L["Show anchor"] = "고정핀 표시"
  3396. L["Show attempts in tooltips"] = "툴팁에 시도 횟수 표시"
  3397. L["Show auto refresh checkbox"] = "자동 새로고침 확인란 표시"
  3398. L["Show category icons"] = "범주 아이콘 표시"
  3399. L["Show Icon"] = "아이콘 표시"
  3400. L["Show Luckiness column"] = "행운 줄 표시"
  3401. L["Show minimap icon"] = "미니맵 아이콘 표시"
  3402. L["Show Text"] = "글자 표시"
  3403. L["Show Time column"] = "시간 줄 표시"
  3404. L["Show Zone column"] = "지역 줄 표시"
  3405. L["Silver Vein"] = "은 광맥"
  3406. L["Since last drop"] = "지난 번에 떨어진 이후"
  3407. L["Small Obsidian Chunk"] = "작은 흑요암 광맥"
  3408. L["Small Thorium Vein"] = "작은 토륨 광맥"
  3409. L["Sorting by category, then name"] = "범주별 이름 순으로 정렬"
  3410. L["Sorting by difficulty"] = "어려운 순으로 정렬"
  3411. L["Sorting by name"] = "이름 순으로 정렬"
  3412. L["Sorting by percent complete"] = "완료 확률 순으로 정렬"
  3413. L["Sparse Firefin Snapper School"] = "드문드문한 불지느러미퉁돔 떼"
  3414. L["Sparse Oily Blackmouth School"] = "드문드문한 기름기 많은 아귀 떼"
  3415. L["Sparse Schooner Wreckage"] = "드문드문한 범선 잔해"
  3416. L["Special case"] = "특별한 경우"
  3417. L["Spell ID"] = "주문 ID"
  3418. L["Spinefish School"] = "가시고기 떼"
  3419. L["Sporefish School"] = "포자물고기 떼"
  3420. L["Statistics"] = "통계"
  3421. L["Steam Pump Flotsam"] = "증기 양수기 부품"
  3422. L["Stonescale Eel Swarm"] = "돌비늘뱀장어 떼"
  3423. L["Strange Pool"] = true
  3424. L["Take screenshots"] = "스크린샷 찍기"
  3425. L["Teeming Firefin Snapper School"] = "우글거리는 불지느러미퉁돔 떼"
  3426. L["Teeming Floating Wreckage"] = "우글거리는 표류하는 잔해"
  3427. L["Teeming Oily Blackmouth School"] = "우글거리는 기름기 많은 아귀 떼"
  3428. L["Texture"] = "질감"
  3429. L["The Burning Crusade"] = "불타는 성전"
  3430. L["The Heartbreaker"] = "실연제조기"
  3431. L["The Horseman's Reins"] = "저주받은 기사의 고삐"
  3432. L["The item ID that you need to collect. Rarity uses the number of this item that you have in your bags as your progress. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must not be used by another item."] = "수집하길 원하는 아이템 ID입니다. Rarity는 당신의 진행으로 당신의 가방에 있는 이 아이템의 번호를 사용합니다. 아이템 ID를 조회하려면 WowHead 또는 이와 유사한 서비스를 이용하십시오. 이것은 유효한 숫자이어야 하며, 다른 아이템에서 사용할 수 없습니다."
  3433. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = "아이템 ID를 추적합니다. 이것은 당신의 인벤토리나 전리품 창에 표시되는 아이템입니다. 아이템 ID를 조회하려면 Wowhead 또는 이와 유사한 서비스를 이용하십시오. 이것은 유효한 숫자이어야 하며, 고유한 것이어야 합니다."
  3434. L["The name you entered is already being used by another item. Please enter a unique name."] = "당신이 입력한 이름은 이미 다른 아이템에서 사용하고 있습니다. 고유한 이름을 입력해 주세요."
  3435. L["The NPC ID of the creature that is spawned when you summon this pet. This is used to track account-wide battle pets."] = "이 애완동물을 소환해서 생겨난 생물의 NPC ID입니다. 이것은 계정 전체의 애완동물 대전을 추적하는데 사용됩니다."
  3436. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = "그 아이템을 얻기 위해 데리고 갈 플레이어의 숫자입니다. 이것은 이 아이템을 획득할 확률을 낮춥니다."
  3437. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "꺼져있는 Rarity 설정 모듈입니다. 접속 종료하고 애드온 메뉴에서 그것을 사용합니다."
  3438. L["The spell ID of the item once you've learned it. This applies only to mounts and companions, and is the spell as it appears in your spell book after learning the item. Use WowHead or a similar service to lookup spell IDs. This must be a valid number and must be unique."] = "일단 한 번이라도 배운 아이템의 주문 ID입니다. 이것은 오직 탈것과 동료에만 적용되고, 아이템을 배운 후 마법책에 표시되는 주문입니다. 주문 ID를 조회하려면 Wowhead 또는 이와 유사한 서비스를 이용하십시오. 이것은 유효한 숫자이어야 하며, 고유한 것이어야 합니다."
  3439. L["The Warbringer will be riding the mount color he has a chance to drop."] = "전쟁인도자가 타고 있는 색상의 탈것을 떨어뜨릴 확률 높습니다."
  3440. L["There are more holiday items available, but Rarity only reminds you about the first two."] = "이것은 더 많은 축제 아이템에 사용할 수 있지만, Rarity는 처음에 두 번만 상기시켜줍니다."
  3441. L["These toggles control which items appear in the main Rarity tooltip. Items are categorized by the expansion they were introduced in (although holiday items have a separate category). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."] = "이것은 주요 Rarity 툴팁에 나타내는 아이템의 전환을 제어합니다. 아이템은 그것이 도입된 확장팩으로 분류됩니다(축제 아이템은 별도의 범주를 가짐). 이 체크박스를 해제하면 범주 내의 모든 아이템에 대한 추적을 해제하지는 않습니다; 다만 단순히 아이템의 수를 줄이기 위해 툴팁에서 아이템을 숨깁니다."
  3442. L["This bag is rewarded for completing the pet battle daily offered by Christoph VonFeasel at the Darkmoon Faire."] = "이 가방은 다크문 섬에서 크리스토프 본피젤에게 애완동물 대전 일퀘를 완료하고 받는 보상입니다."
  3443. L["This bag is rewarded for completing the pet battle daily offered by Jeremy Feasel at the Darkmoon Faire."] = "이 가방은 다크문 섬에서 제레미 피셀에게 애완동물 대전 일퀘를 완료하고 받는 보상입니다."
  3444. L["This bag is rewarded for earning a Gold or Platinum victory in a garrison invasion."] = "이 가방은 주둔지 침략에서 금메달 또는 백금메달의 승리할 때 받는 보상입니다."
  3445. L["This causes Rarity to put a blank line above its tooltip additions."] = "Rarity의 툴팁이 추가되면 그 위에 빈 줄을 넣습니다."
  3446. L["This item has a 1 in 4 chance to drop from Golganarr, a rare spawn on Timeless Isle. It has a 1 in 250 chance to drop from Eroded Cliffdweller on Timeless Isle."] = "이 아이템은 1/4 확률로 골가나르에서 떨어지며, 영원의 섬에 산란하는 희귀입니다. 1/250 확률로 영원의 섬에 침식된 절벽거인이 떨어뜨립니다."
  3447. L["This item is only available to Alliance players."] = "이 아이템은 얼라이언스 플레이어만 사용할 수 있습니다."
  3448. L["This item is only available to Horde players."] = "이 아이템은 호드 플레이어만 사용할 수 있습니다."
  3449. L["This mount is only obtainable by Alliance players"] = "이 탈것은 얼라이언스 플레이어만 획득할 수 있습니다."
  3450. L["This mount is only obtainable by Horde players"] = "이 탈것은 호드 플레이어만 획득할 수 있습니다."
  3451. L["This was a guaranteed drop for players who defeated the encounter when it was current"] = "현재 교전 상대를 처치하면 플레이어에게 떨어지도록 허용됩니다."
  3452. L["Tiger Gourami School"] = "호랑이 구라미 떼"
  3453. L["Time"] = "시간"
  3454. L["Time spent farming"] = "파밍에 쓴 시간"
  3455. L["Timeless Chest"] = "영원의 상자"
  3456. L["Time-Locked Box"] = "시간으로 잠긴 상자"
  3457. L["Time-Lost Figurine"] = "잃어버린 시간의 조각상"
  3458. L["Timewalker 5-player instance"] = "시간여행 5인 던전"
  3459. L["Tin Vein"] = "주석 광맥"
  3460. L["Tiny Crimson Whelpling"] = "진홍빛 새끼용"
  3461. L["Tiny Emerald Whelpling"] = "작은 에메랄드 새끼용"
  3462. L["Tiny Fel Engine Key"] = "작은 지옥기계 열쇠"
  3463. L["Titanium Vein"] = "티타늄 광맥"
  3464. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "새 아이템을 만들려면, 아이템에 대한 고유한 이름을 입력하고 확인을 누릅니다. 서버가 아이템 링크를 반환하지 않거나 아이템이 인식 불가인 경우, 이름이 사용됩니다. 여러분은 아이템을 생성한 후에는 이 이름을 변경할 수 없습니다, 신중하게 입력하십시오."
  3465. L["Today"] = "오늘"
  3466. L["Toggles"] = "전환"
  3467. L["Tol'vir"] = "톨비르"
  3468. L["Toothy's Bucket"] = "덥석이의 물동이"
  3469. L["Total"] = "합계"
  3470. L["Total found"] = "총 발견"
  3471. L["Toxic Wasteling"] = "맹독 말랑이"
  3472. L["Toy or Item"] = "장난감 또는 아이템"
  3473. L["Toys & Items"] = "장난감 & 아이템"
  3474. L["Track this"] = "이것을 추적"
  3475. L["Trillium Vein"] = "트릴리움 광맥"
  3476. L["Troll"] = "트롤"
  3477. L["True Iron Deposit"] = "순철 광맥"
  3478. L["Truesilver Deposit"] = "진은 광맥"
  3479. L["Tundra Icehoof"] = "동토 얼음발굽"
  3480. L["Turn this on if the item requires a group to obtain, but every player gets an equal chance to obtain the item. This currently only applies to some of the holiday mounts. When you turn this on, Rarity will stop lowering your chance to obtain based on the group size."] = "아이템을 얻기 위해 파티를 필요로하는 경우에 이것은 켜져 있지만, 모든 플레이어가 동일한 아이템 획득 확률을 얻습니다. 이것은 현재 축제 탈것의 일부에 경우에만 적용됩니다. 이것을 켜면, Rarity는 파티 크기에 따라 얻을 수 있는 확률을 낮추는 것을 중지합니다."
  3481. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = "Rarity를 위해 미니맵 아이콘을 켭니다. LDB 표시 애드온이 없을 경우, 이 설정을 사용합니다."
  3482. L["Type of item"] = "아이템의 종류"
  3483. L["Unavailable"] = "획득 불가"
  3484. L["Undefeated"] = "미 처치"
  3485. L["Unknown"] = "모름"
  3486. L["Unlucky"] = "불길"
  3487. L["unlucky"] = "불길"
  3488. L["Unscathed Egg"] = "온전한 알"
  3489. L["Unusual Compass"] = "진귀한 나침반"
  3490. L["Use your bonus roll for a chance at this item"] = "이 아이템에 기회를 위해 추가 주사위 사용"
  3491. L["Usually requires a group of around %d players"] = "보통 주위에 있는 %d명의 플레이어로 된 파티가 필요"
  3492. L["Vengeance"] = "복수"
  3493. L["Verbose"] = "자세히"
  3494. L["Vibrating Arcane Crystal"] = "떨리는 신비한 수정"
  3495. L["Vile Blood of Draenor"] = "드레노어의 더럽혀진 피"
  3496. L["Viscidus Globule"] = "비시두스의 수액방울"
  3497. L["Void Collar"] = "혼돈의 목줄"
  3498. L["Vrykul"] = "브리쿨"
  3499. L["Warlords of Draenor"] = "드레노어의 전쟁군주"
  3500. L["Warm Arcane Crystal"] = "따뜻한 신비한 수정"
  3501. L["Warning Sign"] = "경고 표지"
  3502. L["Warsong Direfang"] = "전쟁노래 광포송곳니 늑대"
  3503. L["Waterlogged Wreckage"] = true
  3504. L["Waterlogged Wreckage Pool"] = "물에 젖은 잔해"
  3505. L["Weebomination"] = "꼬마 누더기골렘"
  3506. L["Welcome to Rarity r%d. Your settings have been reset."] = "Rarity r%d에 오신 것을 환영합니다. 귀하의 설정이 초기화되었습니다."
  3507. L["When any good-luck coin is used within about 90 seconds of an attempt on this item, another attempt will be counted for this item. Only enable this for items which can legitimately be obtained from coin rolls."] = "어떤 행운의 동전이 이 아이템에 대한 시도를 90초 내에 사용되면, 한 번 시도한 것으로 이 아이템에 대해 계산됩니다. 동전 주사위로 정당하게 획득한 아이템에 대해 이것을 허용했을 경우에만."
  3508. L["When enabled, Rarity tooltips will include how many attempts you've made."] = "허용되면, Rarity 툴팁에 얼마나 많은 횟수를 시도했는지 포함합니다."
  3509. L["When enabled, Rarity will add an Auto checkbox to the Group Finder's search window. You can check this checkbox to enable auto-refresh of your searches every 5 seconds."] = "허용되면, Rarity는 파티 찾기의 검색 창에 자동 확인란을 추가합니다. 5초 마다 검색을 자동 새로고침을 활성화하려면, 이 확인락을 선택할 수 있습니다."
  3510. L["When enabled, Rarity will add obtainable items to game tooltips whenever possible."] = "허용되면, Rarity는 가능하면 게임 툴팁에 얻을 수 있는 아이템을 추가합니다."
  3511. L["When enabled, Rarity will play a sound when an auto-refresh search results in one or more groups found in the Group Finder. This sound cannot play more than once per minute."] = "허용되면, Rarity는 파티 찾기에서 자동 새로고침의 검색 결과 하나 이상의 파티를 발견했을 때 소리를 재생합니다. 이 소리는 분 당 한 번 이상 재생할 수 없습니다."
  3512. L["When enabled, Rarity will print debug profiling messages to the chat window when certain things happen. This is used to determine which parts of the code are slow."] = "허용되면, Rarity는 어떤 일이 일어날 때 대화창에 디버그 프로필 메시지를 인쇄할 수 있습니다. 이것은 코드의 느린 부분을 알아내는데 사용됩니다."
  3513. L["When enabled, the item can only be obtained by pickpocketing. The item will be marked Unavailable for non-rogues."] = "허용되면, 훔치기로만 획득할 수 있는 아이템입니다. 아이템에 비-도적은 불가능이라고 표시됩니다."
  3514. L["When on, items marked as Defeated will be hidden from the tooltip."] = "켜면, 처치로 확인된 아이템은 툴팁에서 숨깁니다."
  3515. L["When on, items marked as Unavailable will be hidden from the tooltip. This way, items requiring a certain holiday will automatically be hidden when the holiday is not active."] = "켜면, 얻을 수 없게 표시된 아이템은 툴팁에서 숨깁니다. 축제가 활성화되지 않은 경우, 이 방법으로 특정 축제가 필요로하는 아이템을 자동으로 숨깁니다."
  3516. L["When on, Rarity will remind you to go farm holiday items you're missing if the holiday is active and the item is set as Undefeated. (This only works for items that originate from holiday dungeons or daily quests.) The reminder occurs each time you log in or reload your UI, and stops for the day once you defeat the holiday dungeon or complete the  quest."] = "켜면, Rarity는 축제 때 활성화되고 아이템이 미 처치로 설정되었을 경우, 당신이 놓친 농장 축제 아이템을 갈 생각이 나게합니다. (이것은 단지 축제 던전 또는 일일 퀘스트에서 발생한 아이템에 대해서 작동합니다.) 알림은 로그인하거나 UI를 재시작 할 때마다 발생하고, 축제 던전 또는 \\009퀘스트를 완료하면 하루 동안 중지됩니다."
  3517. L["When on, Rarity will show an icon next to each item in the tooltip indicating which expansion the item belongs to."] = "켜면, Rarity는 툴팁에 아이템이 속한 확장팩을 각 아이템의 옆에 아이콘으로 표시합니다."
  3518. L["When on, Rarity will take a screenshot when the achievement alert pops up indicating that you obtained an item."] = "켜면, 아이템을 얻고 업적 알림 팝업이 나타날 때, Rarity가 스크린샷을 찍습니다."
  3519. L["When on, the Luckiness column will be shown in the main tooltip."] = "켜면, 기본 툴팁에 행운 열이 표시됩니다."
  3520. L["When on, the Time column will be shown in the main tooltip."] = "켜면, 기본 툴팁에 시간 열이 표시됩니다."
  3521. L["When on, the Zone column will be shown in the main tooltip."] = "켜면, 기본 툴팁에 지역 열이 표시됩니다."
  3522. L["When on, this option hides any item with a drop chance of 1 in 49 or better. The item is merely hidden from the tooltip in order to keep it clean. Items hidden in this fashion are still tracked like normal."] = "켜면, 이 설정은 49분에 1 또는 그 이상으로 떨어뜨릴 확률이 있는 모든 아이템을 숨깁니다. 아이템은 단지 깨끗하게 유지하기 위해 툴팁에서 숨겨집니다. 이 방식으로 숨겨진 아이템은 여전히 평소처럼 추적됩니다."
  3523. L["Whistle of Chromatic Bone"] = "오색 뼈 호루라기"
  3524. L["White Trillium Deposit"] = "하얀 트릴리움 광맥"
  3525. L["Width"] = "너비"
  3526. L["Wild Goretusk"] = "야생 핏빛엄니"
  3527. L["Will only drop for druids."] = "드루이드에게서만 떨어짐"
  3528. L["World Tooltip Options"] = "세계 툴팁 설정"
  3529. L["Worn Troll Dice"] = "낡은 트롤 주사위"
  3530. L["Wrath of the Lich King"] = "리치 왕의 분노"
  3531. L["Yesterday"] = "어제"
  3532. L["You already defeated %d of them."] = "그것들의 %d|1은;는; 이미 처치했습니다."
  3533. L["You already defeated all of them."] = "그것들은 모두 이미 처치했습니다."
  3534. L["You can turn off holiday reminders as a whole or on an item-by-item basis by visiting the Rarity Options screen."] = "완전히 축제 알림을 끄거나 Rarity 설정 화면을 방문해 아이템 별로 켤 수 있습니다."
  3535. L["You entered a achievement ID that is already being used by another item."] = "이미 다른 아이템에서 사용중인 업적 ID를 입력했습니다."
  3536. L["You entered a creature ID that is already being used by another item."] = "이미 다른 아이템에서 사용중인 생물 ID를 입력했습니다."
  3537. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "제한된 이름을 입력했습니다. 이 게임에서 나타나는 올바른 아이템 이름을 입력하십시오."
  3538. L["You entered a spell ID that is already being used by another item."] = "이미 다른 아이템에서 사용중인 주문 ID를 입력했습니다."
  3539. L["You entered an item ID that is already being used by another item."] = "이미 다른 아이템에서 사용중인 아이템 ID를 입력했습니다."
  3540. L["You entered an item ID that is already set as the collected item for something else."] = "다른 무언가로 수집된 아이템으로 이미 설정된 아이템 ID를 입력했습니다."
  3541. L["You must enter a creature ID."] = "생물 ID를 입력해야 합니다."
  3542. L["You must enter a number larger than 0."] = "0보다 큰 수를 입력해야 합니다."
  3543. L["You must enter a number larger than 1."] = "1보다 큰 수를 입력해야 합니다."
  3544. L["You must enter a number larger than or equal to 0."] = "0과 같거나 보다 큰 수를 입력해야 합니다."
  3545. L["You must enter a spell ID."] = "주문 ID를 입력해야 합니다."
  3546. L["You must enter a valid number."] = "유효한 숫자를 입력해야 합니다."
  3547. L["You must enter an amount."] = "수치를 입력해야 합니다."
  3548. L["You must enter an item ID."] = "아이템 ID를 입력해야 합니다."
  3549. L["You must enter at least one item ID."] = "적어도 하나의 아이템 ID를 입력해야 합니다."
  3550. L["You must enter at least one NPC ID."] = "적어도 하나의 MPC ID를 입력해야 합니다."
  3551. L["You must enter at least one Statistic ID."] = "적어도 하나의 통계 ID를 입력해야 합니다."
  3552. L["You must enter at least one zone."] = "적어도 하나의 지역을 입력해야 합니다."
  3553. L["Zone"] = "지역"
  3554. L["Zones"] = "지역"
  3555. end
  3556.  
  3557. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "ruRU")
  3558. if L then
  3559. L[" (Group)"] = "(Группа)"
  3560. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d попытка (%.2f%%)"
  3561. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d попытки (%.2f%%)"
  3562. L["%d |4zone:zones;"] = "%d |4зона:зоны:зон;"
  3563. L["%d attempt"] = "%d попытка"
  3564. L["%d attempt - %.2f%%"] = "%d попытка - %.2f%%"
  3565. L["%d attempts"] = "%d попытки"
  3566. L["%d attempts - %.2f%%"] = "%d попыток - %.2f%%"
  3567. L["%d collected - %.2f%%"] = "%d собрано - %.2f%%"
  3568. L["%s: %d attempt"] = "%s: %d попытка"
  3569. L["%s: %d attempt - %.2f%%"] = "%s: %d попытка - %.2f%%"
  3570. L["%s: %d attempt (%d total)"] = "%s: %d попытка (%d всего)"
  3571. L["%s: %d attempts"] = "%s: %d попыток"
  3572. L["%s: %d attempts - %.2f%%"] = "%s: %d попытки - %.2f%%"
  3573. L["%s: %d attempts (%d total)"] = "%s: %d попыток (%d всего)"
  3574. L["%s: %d collected"] = "%s: %d собрано"
  3575. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = "%s: 0/%d попытка на данный момент (%.2f%% - %s)"
  3576. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = "%s: 0/%d попыток на данный момент (%.2f%% - %s)"
  3577. L["(%d/%d attempts)"] = "(%d/%d попыток)"
  3578. L["(%d/%d collected)"] = "(собрано %d/%d)"
  3579. L["(running in debug mode)"] = "(в режиме отладки)"
  3580. L["1 in %d chance"] = "Шанс 1 из %d"
  3581. L["10-player Heroic Raid instance (legacy content; not flexible)"] = "Героич. рейд (10 игроков) (устаревший контент; не гибкий)"
  3582. L["10-player Raid instance (legacy content; not flexible)"] = "Рейд (10 игроков) (устаревший контент; не гибкий)"
  3583. L["25-player Event scenario"] = "25-игроков Событие-сценарий"
  3584. L["25-player heroic"] = "25 игроков (героич.)"
  3585. L["25-player Heroic Raid instance (legacy content; not flexible)"] = "Героич. рейд (25 игроков) (устаревший контент; не гибкий)"
  3586. L["25-player Raid instance (legacy content; not flexible)"] = "Рейд (25 игроков) (устаревший контент; не гибкий)"
  3587. L["40-player Event raid"] = "40-игроков Событие-рейд"
  3588. L["40-player Raid instance (legacy content; not flexible)"] = "Рейд (40 игроков) (устаревший контент; не гибкий)"
  3589. L["5-player Event instance"] = "5-игроков Событие-инст"
  3590. L["5-player Heroic instance"] = "Героич. подземелье (5 игроков)"
  3591. L["5-player instance"] = "Подземелье (5 игроков)"
  3592. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "Список (разделяется запятыми) ID предметов из которых при открытии или использовании добывается данный предмет. Используйте WowHead или подобные сайты для поиска ID предметов."
  3593. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "Список (разделяется запятыми) ID персонажей из которых добывается данный предмет. Используйте WowHead или подобные сайты для поиска ID персонажей."
  3594. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item."] = "Список Statistic ID, разделенных запятой, который отслеживает количество убийств в процессе получения данного предмета."
  3595. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item. These statistics will be added together. Use WowHead or a similar service to locate statistic IDs."] = "Список Statistic ID, разделенных запятой, который отслеживает количество убийств в процессе получения данного предмета. Эти ID будут добавлены все вместе. Используйте Wowhead или похожие сайты для поиска Statistic ID."
  3596. L["A comma-separated list of the zones or sub-zones this item can be found in. For zones, you can enter either the Map ID (i.e. 811 is Vale of Eternal Blossoms), or the full name of the zone. For sub-zones, you must enter the full name of the sub-zone. Enter zone names with proper spelling, capitalization, and punctuation. They can be entered either in US English or your client's local language. Use WowHead or a similar service to make sure you're entering the zone names perfectly. PLEASE NOTE: Zone translations may not be correct. For zones, it is highly recommended that you use the Map ID instead of the name. For sub-zones, you must enter the name. If sub-zone detection isn't working for you, please visit the LibBabble-SubZone-3.0 library page on wowace.com and update the translations for your language."] = "Список областей или подзон, разделенный запятыми, где может быть найден данный предмет. Для областей вы можете ввести или ID карты (например, 811 - Вечноцветущий дол), или полное имя области. Для подзон вы должны ввести полное наименование подзоны. Вводите названия областей в соответствии с языком, регистром и пунктуацией. Они могут быть введены или на английском или на языке клиента. Используйте WowHead или подобное для проверки веденных названий областей. Обратите внимание: Перевод областей может быть некорректным. Для областей рекомендуется использовать ID карты вместо названия. Для подзон нужно ввести название. Если определение подзоны не работает, посетите страницу LibBabble-SubZone-3.0 на wowace.com и обновите перевод для вашего языка."
  3597. L["A holiday event is available today for %s! Go get it!"] = "Праздничное событие началось! Можно получить %s!"
  3598. L["Abundant Bloodsail Wreckage"] = "Крупные обломки кораблекрушения шайки Кровавого Паруса"
  3599. L["Abundant Firefin Snapper School"] = "Крупный косяк огнеперого луциана"
  3600. L["Abundant Oily Blackmouth School"] = "Крупный косяк масляного черноротика"
  3601. L["Abyssal Gulper School"] = "Косяк глубинного угря-мешкорота"
  3602. L["Adamantite Deposit"] = "Залежи адамантита"
  3603. L["Added %d |4waypoint:waypoints; to TomTom"] = "Добавлено %d |4направление:направления:направлений; TomTom"
  3604. L["Adjusts the scale of the primary tooltip. This will take effect the next time the tooltip is shown."] = "Настраивает масштаб основной подсказки. Возымеет действие при следующем показе."
  3605. L["After upgrading your garrison's Fishing Shack to level 3, fish up 5 minnows to summon a Cavedweller which can drop this mount."] = "После улучшения рыбацкой хижины в гарнизоне до 3 уровня, поймай 5 рыбешек, чтобы призвать Обитателя пещер, с которого может упасть этот маунт."
  3606. L["Ai-Li's Skymirror"] = "Небесное зеркало Ай-Ли"
  3607. L["Albino Cavefish School"] = "Косяк слепоглазок-альбиносов"
  3608. L["Albino Chimaeraling"] = "Химерка-альбинос"
  3609. L["Algaefin Rockfish School"] = "Косяк водорослевых скорпен"
  3610. L["All players can participate in killing this world boss once per week, regardless of faction"] = "Все игроки могут принять участие в убийстве этого босса раз в неделю, вне зависимости от фракции"
  3611. L["All raid formats except Raid Finder"] = "Любой формат, кроме поиска рейда"
  3612. L["Alliance only"] = "Альянс"
  3613. L["Already defeated"] = "Уже побеждено"
  3614. L["Already defeated for %s"] = "Уже побеждено для %s"
  3615. L["Already known"] = "Уже есть"
  3616. L["and %d |4other zone:other zones;"] = "и %d |4другая зона:другие зоны:других зон;"
  3617. L["Announce"] = "Оповещать"
  3618. L["Announcements"] = "Оповещения"
  3619. L["Anubisath Idol"] = "Фигурка анубисата"
  3620. L["Any difficulty"] = "Любая сложность"
  3621. L["Any raid size"] = "Любой размер рейдовой группы"
  3622. L["Any raid size or difficulty"] = "Любой размер и сложность рейда"
  3623. L["Appears in the Black Market"] = "Доступно на Черном Рынке"
  3624. L["Arakkoa"] = "Араккоа"
  3625. L["Archaeology race"] = "Раса в археологии"
  3626. L["Are you sure you want to delete this item?"] = "Вы уверены, что хотите удалить этот предмет?"
  3627. L["Armored Razorback"] = "Бронированный шипастый кабан"
  3628. L["Armored Razzashi Raptor"] = "Бронированный ящер Раззаши"
  3629. L["Ashes of Al'ar"] = "Пепел Алара"
  3630. L["Ashleaf Spriteling"] = "Малый дух ясеневого листа"
  3631. L["Attempts"] = "Попыток"
  3632. L["Auto"] = "Авто"
  3633. L["Available starting December 25th"] = "Доступно с 25 декабря"
  3634. L["Azure Crane Chick"] = "Птенец лазурного журавля"
  3635. L["Azure Whelpling"] = "Лазурный дракончик"
  3636. L["Battle Pet"] = "Боевой питомец"
  3637. L["Battle Pets"] = "Боевые питомцы"
  3638. L["Big Love Rocket"] = "Большая ракета любви"
  3639. L["Black Barracuda School"] = "Косяк черной барракуды"
  3640. L["Black Trillium Deposit"] = "Залежи чёрной триллиевой руды"
  3641. L["Blackbelly Mudfish School"] = "Косяк илистого чернобрюха"
  3642. L["Blackflame Daggers"] = "Кинжалы Черного Пламени"
  3643. L["Blackfuse Bombling"] = "Бомблинг Черноплавса"
  3644. L["Blackrock Deposit"] = "Залежи руды Черной горы"
  3645. L["Blackwater Whiptail School"] = "Косяк хлыстохвоста Черноводья"
  3646. L["Blackwing Banner"] = "Знамя Крыла Тьмы"
  3647. L["Blank line before tooltip additions"] = "Пустая строка перед данными в подсказках"
  3648. L["Blazing Rune"] = "Пылающая руна"
  3649. L["Bleakclaw"] = "Хмурокоготь"
  3650. L["Blighted Spore"] = "Спора порчи"
  3651. L["Blind Lake Sturgeon School"] = "Косяк слепого озерного осетра"
  3652. L["Bloodsail Wreckage"] = "Обломки кораблекрушения шайки Кровавого Паруса"
  3653. L["Bloodsail Wreckage Pool"] = "Обломки кораблекрушения Кровавого Паруса"
  3654. L["Bluefish School"] = "Косяк луфаря"
  3655. L["Bone Serpent"] = "Костяной змей"
  3656. L["Bonkers"] = "Сумасброд"
  3657. L["Borean Man O' War School"] = "Косяк борейского медузника"
  3658. L["Brackish Mixed School"] = "Косяк сквернохвоста"
  3659. L["Brew Frenzied Emperor Salmon"] = "Разъяренный хмелем императорский лосось"
  3660. L["Brilliant Phoenix Hawk Feather"] = "Сияющее перо ястрофеникса"
  3661. L["Bristling Hellboar"] = "Щетинистый зловепрь"
  3662. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Запущен \"Bunny Hunter\". Вы хотите перенести данные из \"Bunny Hunter\" в \"Rarity\"? Отключите \"Bunny Hunter\" или нажмите Да, если не хотите увидеть данный запрос снова."
  3663. L["Can be contained in Heart-Shaped Box, rewarded for defeating the World Event Dungeon during Love is in the Air."] = "Может содержаться в Коробочке в виде сердца, получаемой за победу над фест. боссом во время Любовной лихорадки."
  3664. L["Can be contained in Keg-Shaped Treasure Chest, rewarded for defeating the World Event Dungeon during Brewfest."] = "Может содержаться в Сундуке сокровищ в форме бочонка, получаемом за победу над фест. боссом во время Хмельного фестиваля."
  3665. L["Can be contained in Loot-Filled Pumpkin, rewarded for defeating the World Event Dungeon during Hallow's End."] = "Может содержаться в Заполненной добычей тыкве, получаемой за победу над фест. боссом во время Тыквовина."
  3666. L["Can be obtained from Rattling Iron Cage, which has a chance to drop from any of the four champions of Hellfire Citadel in Tanaan Jungle (Terrorfist, Deathtalon, Vengeance, or Doomroller). Each of them can be looted once per day. Rarity will consider this mount \"defeated\" for the day when you kill any of the four."] = "Может быть получено из Громыхающей железной клетки, имеющей шанс выпасть с любого из 4 защитников Цитадели Адского Пламени в Танаанских джунглях (Кулак Страха, Коготь Смерти, Отмщение или Пушка Смерти). Добычу можно получить раз в день. Rarity будет считать \"побежденным\" в день, когда убит хотя бы один из них."
  3667. L["Can be obtained with a bonus roll"] = "Может быть получено бонусным броском"
  3668. L["Can drop from Fel-Touched Pet Supplies, which is obtained by defeating the Fel-corrupted legendary pets in Tanaan Jungle."] = "Может выпасть из Оскверненных товаров для питомцев, получаемых за победы над пораженными Скверной легендарными питомцами в Танаанских Джунглях."
  3669. L["Captured Firefly"] = "Пойманный светляк"
  3670. L["Cat Carrier (Black Tabby)"] = "Кошачья клетка (серая полосатая кошка)"
  3671. L["Cataclysm"] = true
  3672. L["Chalice of Secrets"] = "Таинственная чаша"
  3673. L["Challenge Mode instance"] = "Подземелье в режиме испытаний"
  3674. L["Chance"] = "Шанс"
  3675. L["Chance so far"] = "Шанс на данный момент"
  3676. L["Chaos Pup"] = "Волчонок Хаоса"
  3677. L["Check this to automatically refresh your search every 5 seconds while this window is visible. Auto refresh only works if you've typed something in the search box, and if you haven't selected something in the list below. This checkbox is provided by Rarity. You can hide the checkbox in Rarity options."] = "Отметить для автоматического обновления поиска каждые 5 секунд, пока окно открыто. Автообновление работает только если напечатан поисковый запрос, и не выбрана группа в списке. Этот флажок создан Rarity. Его можно скрыть в настройках."
  3678. L["Chuck's Bucket"] = "Ведро Проглота"
  3679. L["Classic"] = true
  3680. L["Click to switch to this item"] = "Щелкните для переключения на этот предмет"
  3681. L["Click to toggle the progress bar"] = "Кликните для переключения панели"
  3682. L["Clockwork Rocket Bot"] = "Заводной ракетобот"
  3683. L["Clutch of Ji-Kun"] = "Дитя Цзи-Кунь"
  3684. L["Cobalt Deposit"] = "Залежи кобальта"
  3685. L["Coin of Many Faces"] = "Многоликая монетка"
  3686. L["Collect %d %s"] = "Собрать %d %s"
  3687. L["Collected"] = "Собрано"
  3688. L["Collection Complete"] = "Окончание сбора"
  3689. L["Collection complete!"] = "Сбор окончен!"
  3690. L["Collection Size"] = "Кол-во собираемого"
  3691. L["Contained in bonus satchels"] = "Содержится в бонусной сумке"
  3692. L["Contained in Cracked Egg, which is obtained by becoming Revered with The Oracles, purchasing a Mysterious Egg from their reputation vendor, and waiting three days. The mount has a 5% chance to appear in the Cracked Egg."] = "Нужно прокачать репутацию с Оракулами до почтения, купить Таинственное яйцо, которое через 3 дня превратится в Треснутое яйцо, в котором с 5% шансом содержится маунт."
  3693. L["Contained in Hyldnir Spoils, which is rewarded for completing daily quests given by Gretta the Arbiter in Brunnhildar Village, Storm Peaks. The mount has a 3% chance to appear in Hyldnir Spoils."] = "Содержится в Хильдских трофеях, получаемых за ежедневные задания Гретты Судьи в Деревне Бруннхильдар на Грозовой Гряде."
  3694. L["Contained in Ripe Disgusting Jar, which is obtained by becoming Revered with Frenzyheart Tribe, purchasing a Disgusting Jar from their reputation vendor, and waiting three days."] = "Нужно прокачать репутацию с Племенем Бешеного Сердца до почтения, купить Кувшин гадости, который через 3 дня превратится в Кувшин перебродившей гадости, в котором может содержаться игрушка."
  3695. L["Content Category"] = "Категория контента"
  3696. L["Controls on which side the secondary tooltip appears when you hover over an item in the main tooltip. If the main tooltip is on the right side of your screen, change this to Left. Otherwise, choose Right. You can also hide the status tooltip completely."] = "Контролирует с какой стороны появляется вторичная подсказка, при наведении мышью на предмет в основной. Если основная подсказка находится Справа, измени эту на Слева, и наоборот. Также можно полностью скрыть."
  3697. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = "Указывает вид оповещения. Минимальный показывает только количество попыток, нормальный - дополнительно указывает вероятность и избыточный добавляет ссылку на предмет."
  3698. L["Copper Vein"] = "Медная жила"
  3699. L["Core of Hardened Ash"] = "Окаменевший вулканический пепел"
  3700. L["Corrupted Nest Guardian"] = "Оскверненный страж гнезда"
  3701. L["Corrupted Thundertail"] = "Оскверненный громохвост"
  3702. L["Crane Nest"] = "Журавлиное гнездо"
  3703. L["Crashin' Thrashin' Cannon Controller"] = "Пульт управления пушкой \"Бей-Молоти\""
  3704. L["Crashin' Thrashin' Flyer Controller"] = "Пульт управления бомбометателем \"Бей-Молоти\""
  3705. L["Crashin' Thrashin' Mortar Controller"] = "Пульт управления минометом \"Бей-Молоти\""
  3706. L["Crashin' Thrashin' Racer Controller"] = "Пульт управления болидом \"Бей-Молоти\""
  3707. L["Crashin' Thrashin' Roller Controller"] = "Пульт управления машинкой \"Бей-Молоти\""
  3708. L["Create a New Item"] = "Добавить новый предмет"
  3709. L["Create a new item to track"] = "Добавить слежение за новым предметом"
  3710. L["Creature ID"] = "ID существа"
  3711. L["Crowded Redbelly Mandarin"] = "Стайный краснобрюхий окунь"
  3712. L["Crystal of the Void"] = "Кристалл Пустоты"
  3713. L["Ctrl-Click to change sort order"] = "Ctrl-Click - изменить порядок сортировки"
  3714. L["Ctrl-Click to create the remaining TomTom waypoint(s)."] = "Ctrl-клик чтобы создать оставшиеся направления TomTom."
  3715. L["Ctrl-Click to create TomTom waypoint(s)."] = "Ctrl-клик чтобы создать направление(я) TomTom."
  3716. L["Cursed Spirit"] = "Проклятый дух"
  3717. L["Custom"] = "Прочее"
  3718. L["Dandelion Frolicker"] = "Одуванчиковая резвунья"
  3719. L["Dark Gazer"] = "Темный взорень"
  3720. L["Dark Iron Deposit"] = "Залежи черного железа"
  3721. L["Dark Quivering Blob"] = "Темная дрожащая капля"
  3722. L["Dark Whelpling"] = "Маленький темный дракончик"
  3723. L["Darkmoon Eye"] = "Око Новолуния"
  3724. L["Data has been imported from Bunny Hunter"] = "Получены данные из Bunny Hunter"
  3725. L["Death Adder Hatchling"] = "Детеныш смертолаза"
  3726. L["Deathcharger's Reins"] = "Поводья коня смерти"
  3727. L["Deathtalon"] = "Коготь Смерти"
  3728. L["Debug mode"] = "Режим отладки"
  3729. L["Debug mode OFF"] = "Режим отладки ВЫКЛ"
  3730. L["Debug mode ON"] = "Режим отладки ВКЛ"
  3731. L["Decahedral Dwarven Dice"] = "Десятигранный игральный кубик дворфов"
  3732. L["Deep Sea Monsterbelly School"] = "Косяк глубоководного чертобрюха"
  3733. L["Deepsea Sagefish School"] = "Косяк глубоководного шалфокуня"
  3734. L["Defeated"] = "Повержен"
  3735. L["Defiled Earth"] = "Оскверненная земля"
  3736. L["Delete this item"] = "Удалить предмет"
  3737. L["Determines how this item is obtained."] = "Указывает каким образом добывается предмет."
  3738. L["Determines what type of item this is."] = "Указывает тип предмета."
  3739. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = "Указывает, что предмет можно обнаружить только в лунках. Для работы данной функции необходимо, чтобы названия всех лунок были правильно переведены на язык клиента."
  3740. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "Указывает будет ли включено отслеживание данного предмета. Отключенные предметы не отображаются в списках."
  3741. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "Указывает хотите ли вы отслеживать находки данного предмета многократно. При включении данной настройки и нахождении предмета, Rarity через несколько секунд пометит его как ненайденный и продолжит подсчет попыток."
  3742. L["Determines which instance difficulties this item may be obtained in. Leave everything unchecked if the instance difficulty doesn't matter. If you specified a Statistic ID for this item, the Instance Difficulty is probably meaningless, because all modern statistics already incorporate the difficulty. You can check multiple items in this list at once."] = "Определяет, на какой сложности подземелья данный предмет может быть получен. Оставьте все отключенным, если сложность не важна. Если вы указали Статический ID для этого предмета, сложность подземелья скорее всего не важна, т.к. современная статистика уже включает в себя сложность. Можно выбрать несколько вариантов. "
  3743. L["Determines which race includes this archaeology project."] = "Указывает археологическую расу находки."
  3744. L["Deviate Hatchling"] = "Загадочный детеныш"
  3745. L["Direflame"] = "Яростное пламя"
  3746. L["Direhorn Runt"] = "Крохотный дикорог"
  3747. L["Disgusting Oozeling"] = "Омерзительный слизнюченыш"
  3748. L["Doomroller"] = "Пушка Смерти"
  3749. L["Draenei"] = "Дренеи"
  3750. L["Draenor Clans"] = "Кланы Дренора"
  3751. L["Draenor Garrison"] = "Дренорский гарнизон"
  3752. L["Dragonfin Angelfish School"] = "Косяк дракоперой рыбы-ангела"
  3753. L["Drakum"] = "Дракум"
  3754. L["Dreadwalker"] = "Страхоступ"
  3755. L["Dripping Strider Egg"] = "Мокрое яйцо долгонога"
  3756. L["Droplet of Y'Shaarj"] = "Капля И'Шараджа"
  3757. L["Dropped by any mob in Vale of Eternal Blossoms (except minor mobs). 10 of these can be combined to pierce Alani's shield, allowing combat and a guaranteed drop of Reins of the Thundering Ruby Cloud Serpent."] = "Выпадает с любых мобов в Вечноцветущем доле (кроме мелких). 10 штук можно объединить и пробить щит Алани, позволяя вступить с ним в бой, и гарантированно получить Поводья грозового рубинового облачного змея."
  3758. L["Dropped by dinosaurs on Isle of Giants Will hatch into one of three Primal Raptor mounts after three days."] = "Выпадает с динозавров на Острове Гигантов. Через 3 дня превратится в одного из трех Древних ящеров."
  3759. L["Dropped by Disturbed Podling, which has a chance to spawn when picking herbs in Draenor."] = "Выпадает с Потревоженного стручлинга, который с некоторым шансом появляется при сборе трав на Дреноре."
  3760. L["Dropped by Elegon in Mogu'shan Vaults (all raid formats except Raid Finder)"] = "Выпадает с Элегона в Подземельях Могу'шан (любой размер рейдовой группы)"
  3761. L["Dropped by Goren Protector, which has a chance to spawn when mining ore in Draenor."] = "Выпадает с Горена-защитника, который с некоторым шансом появляется при сборе руды на Дреноре."
  3762. L["Dropped by Koralon the Flame Watcher, Emalon the Storm Watcher, Archavon the Stone Watcher, and Toravon the Ice Watcher in Vault of Archavon (any raid size)."] = "Выпадает с Коралона Стража Огня, Эмалона Стража Бури, Аркавона Стража Камня и  Торавона Стража Льда в Склепе Аркавона (любой размер рейда)"
  3763. L["Dropped by Malygos in The Eye of Eternity (any raid size)"] = "Выпадает с Малигоса в Оке Вечности (любой размер рейдовой группы)"
  3764. L["Dropped by Onyxia in Onyxia's Lair (any raid size)"] = "Выпадает с Ониксии в Логове Ониксии (любой размер рейдовой группы)"
  3765. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (any raid size or difficulty)"] = "Выпадает с Безумия Смертокрыла в Душе Дракона (любой размер и сложность)"
  3766. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (heroic, any raid size)"] = "Выпадает с Безумия Смертокрыла в Душе Дракона (любой размер (героич.))"
  3767. L["Dropped by Ultraxion in Dragon Soul (any raid size or difficulty)"] = "Выпадает с Ультраксиона в Душе Дракона (любой размер и сложность рейда)"
  3768. L["Dropped by Yogg-Saron in Ulduar (25-player) with no Keepers assisting"] = "Выпадает с Йогг-Сарона в Ульдуаре (25 игроков) убитого без помощи хранителей"
  3769. L["Dropped from dinosaurs on Isle of Giants"] = "Падают с динозавров на Острове гигантов"
  3770. L["Dropped from monsters in Fang'rila"] = "Выпадает из мобов в Клыкоморье."
  3771. L["Drops from a boss requiring a group"] = "Добывается из группового босса"
  3772. L["Drops from any mob in a zone"] = "Добывается из любого моба в зоне"
  3773. L["Drops from NPC(s)"] = "Добывается из NPC"
  3774. L["Dusty Clutch of Eggs"] = "Пыльная кладка яиц"
  3775. L["Dwarf"] = "Дворфы"
  3776. L["Earned by giving 9999 Giant Dinosaur Bones to Ku'ma on Isle of Giants. Giant Dinosaur bones drop from all dinosaurs and Zandalari Dinomancers on Isle of Giants."] = "Обменивается на 9999 Огромных костей динозавра у Ку'мы на Острове Гигантов. Огромные кости динозавра падают со всех динозавров и Зандаларских диномантов на острове."
  3777. L["Elementium Geode"] = "Элементиевая жеода"
  3778. L["Elementium Vein"] = "Элементиевая жила"
  3779. L["Emperor Salmon School"] = "Косяк императорского лосося"
  3780. L["Enable announcements"] = "Включить оповещения"
  3781. L["Enable Coins"] = "Амулеты"
  3782. L["Enable profiling"] = "Включить профилирование"
  3783. L["Enable tooltip additions"] = "Добавлять данные в подсказки"
  3784. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "Включить оповещения при каждой попытке найти любой отслеживаемый предмет. Также возможно включить оповещения для каждого предмета отдельно."
  3785. L["Enables announcements whenever you complete a new attempt toward this item."] = "Включить оповещения при каждой попытке найти этот предмет."
  3786. L["Enter 1 or leave this blank to mark the item as soloable."] = "Введите 1 или оставьте пустым, чтобы пометить, что данный предмет можно получить соло."
  3787. L["Equal odds"] = "Равные шансы"
  3788. L["Eternal Kiln"] = "Вечный обжигающий огонь"
  3789. L["Every item ID must be a number greater than 0."] = "ID предмета должен быть цифрой больше 0."
  3790. L["Every NPC ID must be a number greater than 0."] = "ID персонажа должен быть цифрой больше 0."
  3791. L["Experiment 12-B"] = "Эксперимент 12-Б"
  3792. L["Fandral's Seed Pouch"] = "Мешочек семян Фэндрала"
  3793. L["Fangtooth Herring School"] = "Косяк сельди-батиприона"
  3794. L["Farwater Conch"] = "Глубоководный моллюск"
  3795. L["Fat Sleeper School"] = "Косяк толстопузика"
  3796. L["Fathom Eel Swarm"] = "Стайка сажневого угря"
  3797. L["Feed text"] = "Тип сообщений"
  3798. L["Fel Iron Deposit"] = "Залежи оскверненного железа"
  3799. L["Felfly"] = "Скверномуха"
  3800. L["Felsworn Sentry"] = "Скверноподданный часовой"
  3801. L["Feltail School"] = "Косяк сквернохвоста"
  3802. L["Fiery Warhorse's Reins"] = "Поводья огненного боевого коня"
  3803. L["Fire Ammonite School"] = "Косяк огненного аммонита"
  3804. L["Firefin Snapper School"] = "Косяк огнеперого луциана"
  3805. L["Firewing"] = "Огнекрыл"
  3806. L["Fished anywhere in Draenor (except your garrison) with the help of Nat Pagle"] = "Ловится повсюду на Дреноре (кроме гарнизона) с помощью Ната Пэгла"
  3807. L["Flametalon of Alysrazor"] = "Пламенное Крыло Алисразор"
  3808. L["Floating Debris"] = "Плавающий мусор"
  3809. L["Floating Debris Pool"] = "Обломки в воде"
  3810. L["Floating Shipwreck Debris"] = "Обломки кораблекрушения"
  3811. L["Floating Wreckage"] = "Плавающие обломки"
  3812. L["Floating Wreckage Pool"] = "Обломки в воде"
  3813. L["Font"] = "Шрифт"
  3814. L["Font Size"] = "Размер шрифта"
  3815. L["Foot Ball"] = "Футбольный мяч"
  3816. L["Fossil"] = "Окаменелости"
  3817. L["Fossilized Raptor"] = "Ископаемый ящер"
  3818. L["Found after %d attempts!"] = "Обнаружен после %d попыток!"
  3819. L["Found in: "] = "Найдено в:"
  3820. L["Found on your first attempt!"] = "Обнаружен с первой попытки!"
  3821. L["Fox Kit"] = "Лисенок"
  3822. L["Fragment of Anger"] = "Фрагмент Злобы"
  3823. L["Fragment of Desire"] = "Фрагмент Желания"
  3824. L["Fragment of Suffering"] = "Фрагмент Страдания"
  3825. L["Frenzyheart Brew"] = "Варево Бешеного Сердца"
  3826. L["Frightened Bush Chicken"] = "Испуганный цыпленок-бройлер"
  3827. L["Fuzzy Green Lounge Cushion"] = "Мягкая бархатистая зеленая подушка"
  3828. L["Gahz'rooki's Summoning Stone"] = "Камень призыва Газ'руки"
  3829. L["Garn Nighthowl"] = "Гарн Ночной Вой"
  3830. L["Garn Steelmaw"] = "Закованный в броню гарн"
  3831. L["Garrison Invasion Gold Victory"] = "Нападение на гарнизон - Золотой рейтинг"
  3832. L["Garrison Invasion Platinum Victory"] = "Нападение на гарнизон - Платиновый рейтинг"
  3833. L["Gastropod Shell"] = "Панцирь Брюхонога"
  3834. L["General"] = "Основные"
  3835. L["General Options"] = "Основные настройки"
  3836. L["Ghost Iron Deposit"] = "Залежи призрачного железа"
  3837. L["Giant Coldsnout"] = "Огромный хладнорылый вепрь"
  3838. L["Giant Mantis Shrimp Swarm"] = "Стая гигантских раков-богомолов"
  3839. L["Giant Sewer Rat"] = "Гигантская сточная крыса"
  3840. L["Glacial Salmon School"] = "Косяк ледникового лосося"
  3841. L["Glassfin Minnow School"] = "Косяк ледоспинки"
  3842. L["Glimmering Jewel Danio Pool"] = "Косяк сверкающего бриллиантового данио"
  3843. L["Glittering Arcane Crystal"] = "Мерцающий магический кристалл"
  3844. L["Glowing Jade Lungfish"] = "Блестящая нефритовая двоякодышащая рыба"
  3845. L["Gluth's Bone"] = "Кость Глута"
  3846. L["Gold Vein"] = "Золотая жила"
  3847. L["Golden Carp School"] = "Косяк золотистого карпа"
  3848. L["Gondar"] = "Гондар"
  3849. L["Gooey Sha-ling"] = "Липкий ша-ненок"
  3850. L["Great Brewfest Kodo"] = "Большой кодо Хмельного фестиваля"
  3851. L["Greater Sagefish School"] = "Косяк большого шалфокуня"
  3852. L["Green Helper Box"] = "Коробочка с зеленым помощником"
  3853. L["Grotesque Statue"] = "Статуя Макабра"
  3854. L["Group Finder Options"] = "Настройки поиска группы"
  3855. L["Group size"] = "Размер группы"
  3856. L["Group(s) found!"] = "Группа(ы) найдена(ы)!"
  3857. L["Grumpling"] = "Ворчунишка"
  3858. L["Guaranteed drop from Dormus the Camel-Hoarder. Accessing this encounter requires finding a rare Mysterious Camel Figurine in Uldum. These are difficult to spot and, when clicked, have a small chance to grant you access to the Dormus encounter. Rarity will count how many Figurines you've found if you mouseover them."] = "Гарантированно выпадает с Дормуса Погонщика верблюдов. Чтобы попасть к нему требуется найти редкую Странную фигурку верблюда в Ульдуме. Их сложно обнаружить, и при клике на них, есть шанс перенестись к Дормусу. Редкость вычисляется тем, сколько фигурок было найдено (при наведениии мыши на них)."
  3859. L["Gu'chi Swarmling"] = "Роевик Гу'чи"
  3860. L["Gulp Froglet"] = "Юная хваткая лягушка"
  3861. L["Gundrak Hatchling"] = "Детеныш Гундрака"
  3862. L["Half-Empty Food Container"] = "Полупустой ящик для еды"
  3863. L["Height"] = "Высота"
  3864. L["Heroic difficulty"] = "Героическая сложность"
  3865. L["Heroic Raid (10-30 players)"] = "Героич. рейд (10-30 игроков)"
  3866. L["Heroic Scenario instance"] = "Героич. сценарий"
  3867. L["Heroic, any raid size"] = "Любой размер рейда (героич.)"
  3868. L["Hidden"] = "Скрыто"
  3869. L["Hide defeated items"] = "Скрыть побежденных"
  3870. L["Hide high chance items"] = "Скрыть предметы с высоким шансом"
  3871. L["Hide unavailable items"] = "Скрыть недоступные предметы"
  3872. L["Highland Guppy School"] = "Косяк высокогорных гуппи"
  3873. L["Highland Mixed School"] = "Смешанный косяк нагорья"
  3874. L["Holiday"] = "Праздники"
  3875. L["Holiday reminders"] = "Напоминание о событии"
  3876. L["Hollow Reed"] = "Полый тростник"
  3877. L["Horde only"] = "Орда"
  3878. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "Как часто можно обнаружить предмет, выражается в виде 1 из X, где X - число введенное тут."
  3879. L["How many attempts you've made so far."] = "Сколько попыток уже было сделано"
  3880. L["How many items you need to collect."] = "Сколько предметов необходимо собрать"
  3881. L["How many items you've collected so far."] = "Сколько предметов вы уже собрали"
  3882. L["Hozen Beach Ball"] = "Пляжный мяч хозенов"
  3883. L["Huge Obsidian Slab"] = "Громадный кусок обсидиана"
  3884. L["Hyjal Wisp"] = "Хиджальский огонек"
  3885. L["Ice Chip"] = "Осколочек льда"
  3886. L["Identify the Item"] = "Определите предмет"
  3887. L["Imbued Jade Fragment"] = "Осколок нефрита"
  3888. L["Imperial Manta Ray School"] = "Косяк императорского морского дьявола"
  3889. L["Imperial Moth"] = "Императорский мотылек"
  3890. L["Incendicite Mineral Vein"] = "Ароматитовая жила"
  3891. L["Indurium Mineral Vein"] = "Индарилиевая жила"
  3892. L["Install TomTom to enable waypoint creation."] = "Установите TomTom для создания направления."
  3893. L["Instance Difficulty"] = "Сложность подземелья"
  3894. L["Instant Arcane Sanctum Security Kit"] = "Набор безопасности мгновенного волшебного святилища"
  3895. L["Invincible's Reins"] = "Поводья Непобедимого"
  3896. L["Iron Deposit"] = "Залежи железа"
  3897. L["Item ID"] = "ID предмета"
  3898. L["Item ID to Collect"] = "ID предмета для собирания"
  3899. L["Items to Use"] = "Предметы для использования"
  3900. L["Jade Lungfish School"] = "Косяк нефритовой двоякодышащей рыбы"
  3901. L["Jadefire Spirit"] = "Дух нефритового пламени"
  3902. L["Jademist Dancer"] = "Танцор из нефритовых туманов"
  3903. L["Jawless Skulker School"] = "Косяк безротого скрытиуса"
  3904. L["Jewel Danio School"] = "Косяк бриллиантового данио"
  3905. L["Jewel of Maddening Whispers"] = "Самоцвет сводящего с ума шепота"
  3906. L["Ji-Kun Hatchling"] = "Птенец Цзи-Кунь"
  3907. L["Jingling Bell"] = "Звенящий колокольчик"
  3908. L["Kang's Bindstone"] = "Связующий камень Кана"
  3909. L["Khorium Vein"] = "Кориевая жила"
  3910. L["Kill Statistic IDs"] = "Statistic ID убийств"
  3911. L["Kor'kron Juggernaut"] = "Кор'кронский крушитель"
  3912. L["Kovok"] = "Ковок"
  3913. L["Krasarang Paddlefish School"] = "Косяк красарангского веслоноса"
  3914. L["Kyparite Deposit"] = "Залежи кипарита"
  3915. L["Large Obsidian Chunk"] = "Большая обсидиановая глыба"
  3916. L["Large Pool of Brew Frenzied Emperor Salmon"] = "Большой косяк разъяренного хмелем императорского лосося"
  3917. L["Large Pool of Crowded Redbelly Mandarin"] = "Большой косяк стайного краснобрюхого окуня"
  3918. L["Large Pool of Glimmering Jewel Danio Pool"] = "Большой косяк сверкающего бриллиантового данио"
  3919. L["Large Pool of Glowing Jade Lungfish"] = "Большой косяк блестящей нефритовой двоякодышащей рыбы"
  3920. L["Large Pool of Sha-Touched Spinefish"] = "Большой косяк пораженной ша иглоспинки"
  3921. L["Large Pool of Tiger Gourami Slush"] = "Большой косяк илистого тигрового гурами"
  3922. L["Large Swarm of Migrated Reef Octopus"] = "Большая стая мигрировавших рифовых осьминогов"
  3923. L["Large Swarm of Panicked Paddlefish"] = "Большой косяк испуганного веслоноса"
  3924. L["Large Tangled Mantis Shrimp Cluster"] = "Большая стая запутавшихся раков-богомолов"
  3925. L["Last Month"] = "За месяц"
  3926. L["Last Week"] = "За неделю"
  3927. L["Left"] = "Слева"
  3928. L["Lesser Bloodstone Deposit"] = "Малое месторождение кровавого камня"
  3929. L["Lesser Firefin Snapper School"] = "Малый косяк огнеперого луциана"
  3930. L["Lesser Floating Debris"] = "Малый плавающий мусор"
  3931. L["Lesser Oily Blackmouth School"] = "Малый косяк масляного черноротика"
  3932. L["Lesser Sagefish School"] = "Малый косяк шалфокуня"
  3933. L["Leviathan Egg"] = "Яйцо левиафана"
  3934. L["Life-Binder's Handmaiden"] = "Прислужница Хранительницы Жизни"
  3935. L["Likelihood"] = "Вероятность"
  3936. L["Lil' Bling"] = "Блескотрончик"
  3937. L["Living Sandling"] = "Живой песчаник"
  3938. L["Loaded (running in debug mode)"] = "Загружен (работает в режиме отладки)"
  3939. L["Loaded Gnomish Dice"] = "Шулерская игральная кость"
  3940. L["Loading"] = "Загружается"
  3941. L["Locked"] = "Зафиксировать"
  3942. L["Looking For Raid (10-30 players)"] = "Поиск рейда (10-30 игроков)"
  3943. L["Luckiness"] = "Удачливость"
  3944. L["Lucky"] = "Везунчик"
  3945. L["lucky"] = "везунчик"
  3946. L["Lucky if you obtain in %d or less"] = "Повезет, если получишь за %d попыток или меньше"
  3947. L["Lump of Coal"] = "Угольная глыба"
  3948. L["Mantid"] = "Богомолы"
  3949. L["Mark of Flame"] = "Знак огня"
  3950. L["Method of obtaining"] = "Способ получения"
  3951. L["Mimiron's Head"] = "Голова Мимирона"
  3952. L["Minimal"] = "Минимальный"
  3953. L["Minion of Grumpus"] = "Прислужник Ворчуна"
  3954. L["MiniZep Controller"] = "Пульт управления мини-дирижаблем"
  3955. L["Mirecroak"] = "Топоквак"
  3956. L["Mists of Pandaria"] = true
  3957. L["Mithril Deposit"] = "Мифриловые залежи"
  3958. L["Mogu"] = "Могу"
  3959. L["Mojo"] = "Моджо"
  3960. L["Moon Moon"] = "Лун-Лун"
  3961. L["Moonfang Shroud"] = "Шлем Лунной волчицы"
  3962. L["Moonfang's Paw"] = "Лапа Лунной волчицы"
  3963. L["Moonglow Cuttlefish School"] = "Стая каракатиц лунного сияния"
  3964. L["Mount"] = "Средство передвижения"
  3965. L["Mountain Panda"] = "Горная панда"
  3966. L["Mountain Trout School"] = "Косяк горной форели"
  3967. L["Mounts"] = "Транспорт"
  3968. L["Mr. Grubbs"] = "Мистер Козявс"
  3969. L["Mr. Pinchy"] = "Мистер Пинчи"
  3970. L["Mr. Smite's Brass Compass"] = "Латунный компас мистера Каюка"
  3971. L["Muckbreaths's Bucket"] = "Ведро со смердыхом"
  3972. L["Muddy Churning Water"] = "Грязный водоворот"
  3973. L["Mudfish School"] = "Косяк ильной рыбы"
  3974. L["Musselback Sculpin School"] = "Косяк бычка-щитоспинки"
  3975. L["Mysterious Camel Figurine"] = "Странная фигурка верблюда"
  3976. L["Mythic 5-player instance"] = "Эпохальное 5-ппл подземелье"
  3977. L["Mythic difficulty"] = "Эпохальная сложность"
  3978. L["Mythic Raid (20 player)"] = "Эпохальный рейд (20 игроков)"
  3979. L["Nerubian"] = "Нерубы"
  3980. L["Nethercite Deposit"] = "Месторождение хаотита"
  3981. L["Netherfist"] = "Кулак Пустоты"
  3982. L["Netherspace Portal-Stone"] = "Камень портала в Пустомарь"
  3983. L["Nettlefish School"] = "Стайка медуз"
  3984. L["New item"] = "Новый предмет"
  3985. L["Night Elf"] = "Ночные эльфы"
  3986. L["Nightmare Bell"] = "Колокол кошмаров"
  3987. L["Nightshade Sproutling"] = "Росток Ночной Тени"
  3988. L["None"] = "Нет"
  3989. L["None (not in an instance)"] = "Нет (не в подземелье)"
  3990. L["Normal"] = "Обычный"
  3991. L["Normal Raid (10-30 players)"] = "Обычный рейд (10-30 игроков)"
  3992. L["NPCs"] = "персонажи"
  3993. L["Obsidium Deposit"] = "Залежи обсидиана"
  3994. L["Obtained After %d Attempts"] = "Получен после %d попыток"
  3995. L["Obtained as a rare project for the Fossil branch of archaeology"] = "Собирается как редкий проект археологии (Окаменелости)"
  3996. L["Obtained as a very rare project for the Tol'vir branch of archaeology"] = "Собирается как очень редкий проект археологии (Тол'виры)"
  3997. L["Obtained as an archaeology project"] = "Получается через археологию"
  3998. L["Obtained by collecting a number of items"] = "Получается сбором определенного числа предметов"
  3999. L["Obtained by fishing"] = "Добывается с помощью рыбалки"
  4000. L["Obtained by fishing in any water in Ironforge"] = "Ловится в любом водоёме Стальгорна"
  4001. L["Obtained by fishing in any water in Orgrimmar"] = "Ловится в любом водоёме Оргриммара"
  4002. L["Obtained by fishing in pools located in Terrokar Forest"] = "Можно выловить из лунок в Лесу Тероккар"
  4003. L["Obtained by mining"] = "Добывается с помощью горного дела"
  4004. L["Obtained by mining Elementium Vein"] = "Добывается из элементиевых жил"
  4005. L["Obtained by opening Crane Nests on the Timeless Isle"] = "Добывается из журавлиных гнезд на Вневременном острове."
  4006. L["Obtained by opening Snow Mound in Frostfire Ridge"] = "Добывается из сугробов в зоне праздничных квестов на Хребте Ледяного Огня"
  4007. L["Obtained by opening Timeless Chests on the Timeless Isle"] = "Добывается из Вневременных сундуков на Вневременном острове."
  4008. L["Obtained by using an item or opening a container"] = "Получается через использование предмета или открытие сумки"
  4009. L["Obtained On Your First Attempt"] = "Получен с первой попытки!"
  4010. L["Obtained very rarely by fishing in pools located in any expansion zone (not Classic zones)"] = "Очень редко вылавливается из лунок в зонах любого дополнения (не Классики)"
  4011. L["Odd Polished Stone"] = "Странный отполированный камень"
  4012. L["Ogre"] = "Огры"
  4013. L["Oil Spill"] = "Нефтяное пятно"
  4014. L["Oily Abyssal Gulper School"] = "Косяк масляного глубинного угря-мешкорота"
  4015. L["Oily Blackmouth School"] = "Косяк масляного черноротика"
  4016. L["Oily Sea Scorpion School"] = "Косяк жирных морских скорпионов"
  4017. L["Old Crafty"] = "Старый Хитрюга"
  4018. L["Old Ironjaw"] = "Старый сталезуб"
  4019. L["Ominous Flame"] = "Зловещее пламя"
  4020. L["One of the Map IDs you entered (%s) is incorrect. Please enter numbers larger than zero."] = "Один из ID карт, который вы ввели (%s) неверный. Пожалуйста введите числа больше нуля."
  4021. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = "Одна из зон или под-зон которые вы добавили (%s) не найдена. Проверьте правильность написания названия на английском или русском языке."
  4022. L["Only Raid Finder difficulty"] = "Только в поиске рейда"
  4023. L["Ooze Covered Gold Vein"] = "Покрытая слизью золотая жила"
  4024. L["Ooze Covered Mithril Deposit"] = "Покрытые слизью мифриловые залежи"
  4025. L["Ooze Covered Rich Thorium Vein"] = "Покрытая слизью богатая ториевая жила"
  4026. L["Ooze Covered Silver Vein"] = "Покрытая слизью серебрянная жила"
  4027. L["Ooze Covered Thorium Vein"] = "Покрытая слизью ториевая жила"
  4028. L["Ooze Covered Truesilver Deposit"] = "Покрытые слизью залежи истинного серебра"
  4029. L["Orc"] = "Орки"
  4030. L["Other"] = "Другие"
  4031. L["Other Requirements"] = "Прочие требования"
  4032. L["Pandaren"] = "Пандарены"
  4033. L["Pandaren Firework Launcher"] = "Пандаренская пусковая установка для фейерверков"
  4034. L["Panflute of Pandaria"] = "Пандаренская флейта Пана"
  4035. L["Parrot Cage (Green Wing Macaw)"] = "Клетка с попугаем (зеленокрылый ара)"
  4036. L["Parrot Cage (Hyacinth Macaw)"] = "Клетка с попугаем (гиацинтовый ара)"
  4037. L["Patch of Elemental Water"] = "Участок стихийной воды"
  4038. L["Periwinkle Calf"] = "Литториновый детеныш"
  4039. L["Phoenix Hatchling"] = "Птенец феникса"
  4040. L["Pineapple Lounge Cushion"] = "Ананасовая мягкая подушка"
  4041. L["Play a sound when groups are found"] = "Проиграть звук при нахождении группы"
  4042. L["Players have a personal loot chance to obtain this item."] = "У каждого игрока - личный шанс получения этого предмета."
  4043. L["Please enter a comma-separated list of item IDs."] = "Введите список ID предметов (разделяются запятыми)."
  4044. L["Please enter a comma-separated list of NPC IDs."] = "Введите список ID персонажей (разделяются запятыми)."
  4045. L["Please enter a comma-separated list of Statistic IDs."] = "Пожалуйста введите список Statistic ID, разделенных запятой."
  4046. L["Please enter a comma-separated list of zones."] = "Введите список ID зон (разделяются запятыми)."
  4047. L["Pool of Fire"] = "Лужа огня"
  4048. L["Porcupette"] = "Дикобразик"
  4049. L["Primal Egg"] = "Изначальное яйцо"
  4050. L["Primary tooltip scale"] = "Масштаб основной подсказки"
  4051. L["Profile modified, rebooting"] = "Профиль изменён, перезапускаемся"
  4052. L["Profiling OFF"] = "Профилирование Выкл."
  4053. L["Profiling ON"] = "Профилирование Вкл."
  4054. L["Progress"] = "Прогресс"
  4055. L["Progress Bar"] = "Строка прогресса"
  4056. L["Puddle Terror"] = "Кошмар из лужи"
  4057. L["Purchased from Z'tenga the Walker <Saberstalker Quartermaster> in Fang'rila in Tanaan Jungle. Blackfang Claws drop from all monsters in Fang'rila."] = "Покупается у З'тенги Ходока <Интендант охотников за саблеронами> в Клыкоморье В танаанских Джунглях. Коготь саблерона из племени Черного Клыка дропается со вмех мобов в зоне."
  4058. L["Pure Saronite Deposit"] = "Месторождение чистого саронита"
  4059. L["Pure Water"] = "Чистая вода"
  4060. L["Pygmy Direhorn"] = "Карликовый дикорог"
  4061. L["Pyrite Deposit"] = "Залежи колчедана"
  4062. L["Quivering Blob"] = "Дрожащая капля"
  4063. L["Raid Finder instance (legacy content; fixed at 25 players)"] = "Подземелье поиска рейда (устаревший контент; 25 игроков)"
  4064. L["Raid Finder or Flexible difficulty"] = "Поиск рейда или гибкий рейд"
  4065. L["Rarity has %d |4coordinate:coordinates; for this item."] = "У Rarity есть %d координат(ы) для этого предмета"
  4066. L["Rarity Tooltip Options"] = "Настройка подсказок Rarity"
  4067. L["Rarity: "] = "Редкость:"
  4068. L["Razzashi Hatchling"] = "Детеныш раззаши"
  4069. L["Red Goren Egg"] = "Красное горенское яйцо"
  4070. L["Red Helper Box"] = "Коробочка с красным помощником"
  4071. L["Red Qiraji Resonating Crystal"] = "Красный киражский резонирующий кристалл"
  4072. L["Redbelly Mandarin School"] = "Косяк краснобрюхой мандаринки"
  4073. L["Reef Octopus Swarm"] = "Стая рифовых осьминогов"
  4074. L["Reins of the Amber Primordial Direhorn"] = "Поводья янтарного доисторического дикорога"
  4075. L["Reins of the Astral Cloud Serpent"] = "Поводья астрального облачного змея"
  4076. L["Reins of the Azure Drake"] = "Поводья лазурного дракона"
  4077. L["Reins of the Black Primal Raptor"] = "Поводья черного древнего ящера"
  4078. L["Reins of the Blazing Drake"] = "Поводья пылающего дракона"
  4079. L["Reins of the Blue Drake"] = "Поводья синего дракона"
  4080. L["Reins of the Blue Proto-Drake"] = "Поводья синего протодракона"
  4081. L["Reins of the Bone-White Primal Raptor"] = "Поводья древнего ящера цвета кости"
  4082. L["Reins of the Cobalt Primordial Direhorn"] = "Поводья кобальтового доисторического дикорога"
  4083. L["Reins of the Crimson Water Strider"] = "Поводья багрового водного долгонога"
  4084. L["Reins of the Drake of the North Wind"] = "Поводья дракона северного ветра"
  4085. L["Reins of the Drake of the South Wind"] = "Поводья дракона южного ветра"
  4086. L["Reins of the Grand Black War Mammoth"] = "Поводья большого черного боевого мамонта"
  4087. L["Reins of the Green Primal Raptor"] = "Поводья зеленого древнего ящера"
  4088. L["Reins of the Green Proto-Drake"] = "Поводья зеленого протодракона"
  4089. L["Reins of the Grey Riding Camel"] = "Поводья серого ездового верблюда"
  4090. L["Reins of the Heavenly Onyx Cloud Serpent"] = "Поводья небесного ониксового облачного змея"
  4091. L["Reins of the Infinite Timereaver"] = "Поводья попирателя времен из рода Бесконечности"
  4092. L["Reins of the Jade Primordial Direhorn"] = "Поводья нефритового доисторического дикорога"
  4093. L["Reins of the Onyxian Drake"] = "Поводья дракона Ониксии"
  4094. L["Reins of the Raven Lord"] = "Поводья повелителя воронов"
  4095. L["Reins of the Slate Primordial Direhorn"] = "Поводья сланцевого доисторического дикорога"
  4096. L["Reins of the Thundering Cobalt Cloud Serpent"] = "Поводья грозового кобальтового облачного змея"
  4097. L["Reins of the Thundering Onyx Cloud Serpent"] = "Поводья грозового ониксового облачного змея"
  4098. L["Reins of the Vitreous Stone Drake"] = "Поводья камнешкурого дракона"
  4099. L["Reins of the White Polar Bear"] = "Поводья белого северного медведя"
  4100. L["Repeatable"] = "Повторяемый"
  4101. L["Required for %s"] = "Требуется для %s"
  4102. L["Requires a pool"] = "Требуется лунка"
  4103. L["Requires Pickpocketing"] = "Требуется умение \"Обшаривание карманов\""
  4104. L["Rich Adamantite Deposit"] = "Богатые залежи адамантита"
  4105. L["Rich Blackrock Deposit"] = "Богатые залежи руды Черной горы"
  4106. L["Rich Cobalt Deposit"] = "Богатые залежи кобальта"
  4107. L["Rich Elementium Vein"] = "Богатая элементиевая жила"
  4108. L["Rich Ghost Iron Deposit"] = "Богатые залежи призрачного железа"
  4109. L["Rich Kyparite Deposit"] = "Богатые залежи кипарита"
  4110. L["Rich Obsidium Deposit"] = "Богатые обсидиановые залежи"
  4111. L["Rich Pyrite Deposit"] = "Богатые залежи колчедана"
  4112. L["Rich Saronite Deposit"] = "Богатое месторождение саронита"
  4113. L["Rich Thorium Vein"] = "Богатая ториевая жила"
  4114. L["Rich Trillium Vein"] = "Богатая триллиевая жила"
  4115. L["Rich True Iron Deposit"] = "Богатые залежи истинного железа"
  4116. L["Riding Turtle"] = "Верховая черепаха"
  4117. L["Right"] = "Справа"
  4118. L["Right-Aligned"] = "По правому краю"
  4119. L["Rime of the Time-Lost Mariner"] = "Сказание о затерянном во времени мореходе"
  4120. L["Rotten Helper Box"] = "Коробочка с поганым маленьким помощником"
  4121. L["Ruby Droplet"] = "Рубиновая капля"
  4122. L["Sack of Spectral Spiders"] = "Мешок с призрачными пауками"
  4123. L["Safari Lounge Cushion"] = "Мягкая подушка в стиле сафари"
  4124. L["Sagefish School"] = "Косяк шалфокуня"
  4125. L["Saronite Deposit"] = "Месторождение саронита"
  4126. L["Satyr Charm"] = "Оберег сатира"
  4127. L["Savage Cub"] = "Дикий детеныш"
  4128. L["Savage Piranha Pool"] = "Пруд свирепых пираний"
  4129. L["Scale"] = "Масштаб"
  4130. L["Scenario instance"] = "Сценарий"
  4131. L["Scepter of Azj'Aqir"] = "Скипетр Аз'Акир"
  4132. L["School of Darter"] = "Косяк змеешейки"
  4133. L["School of Deviate Fish"] = "Косяк загадочной рыбы"
  4134. L["School of Tastyfish"] = "Косяк вкуснорыбы"
  4135. L["Schooner Wreckage"] = "Разбитая шхуна"
  4136. L["Schooner Wreckage Pool"] = "Разбитая шхуна"
  4137. L["Scorched Stone"] = "Опаленный камень"
  4138. L["Sea Pony"] = "Морской пони"
  4139. L["Sea Scorpion School"] = "Косяк морских скорпионов"
  4140. L["Sea Turtle"] = "Морская черепаха"
  4141. L["Seaborne Spore"] = "Пучинная спора"
  4142. L["Secondary tooltip display"] = "Отображение вторичной подсказки"
  4143. L["Servant of Demidos"] = "Прислужник Демида"
  4144. L["Servant's Bell"] = "Колокольчик слуги"
  4145. L["Session"] = "Сеанс"
  4146. L["Set this to the achievement ID which indicates this item has been obtained. This is useful for items which do not yield mounts or pets, but which do grant an achievement when obtained, such as Old Crafty or Old Ironjaw. Leave this blank for mounts and pets. Use WowHead to find achievement IDs."] = "Установите ID достижения, которое определяет получение предмета, в это поле. Это удобно для предметов, которые не являются средствами передвижения или питомцами, но за них дается достижение, например, Старый Сталезуб или Старый Хитрюга. Оставьте пустым для средств передвижения и питомцев. Воспользуйтесь WowHead'ом для поиска ID достижений."
  4147. L["Shadowhide Pearltusk"] = "Темный жемчужношкурый элекк"
  4148. L["Shard of Supremus"] = "Осколок Супремуса"
  4149. L["Sha-Touched Spinefish"] = "Пораженная ша иглоспинка"
  4150. L["Shell of Tide-Calling"] = "Панцирь призыва приливной волны"
  4151. L["Shift-Click to link your progress to chat"] = "Shift-Click - скопировать прогресс в чат"
  4152. L["Shift-Click to open options"] = "Shift-Click - открыть настройки."
  4153. L["Shipwreck Debris"] = "Обломки кораблекрушения"
  4154. L["Show anchor"] = "Отображать заголовок"
  4155. L["Show attempts in tooltips"] = "Кол-во попыток в подсказках"
  4156. L["Show auto refresh checkbox"] = "Показ. флажок автообновления"
  4157. L["Show category icons"] = "Показ. иконки категорий"
  4158. L["Show Icon"] = "Отображать иконку"
  4159. L["Show Luckiness column"] = "Показ. колонку удачливости"
  4160. L["Show minimap icon"] = "Значок у миникарты"
  4161. L["Show Text"] = "Отображать текст"
  4162. L["Show Time column"] = "Показ. колонку времени"
  4163. L["Show Zone column"] = "Показ. колонку зоны"
  4164. L["Silver Vein"] = "Серебряная жила"
  4165. L["Silver-Plated Turkey Shooter"] = "Посеребренный индейкомет"
  4166. L["Since last drop"] = "С последней находки"
  4167. L["Skrillix"] = "Скрилликс"
  4168. L["Skunky Alemental"] = "Прокисший хмелементаль"
  4169. L["Sky-Bo"] = "Небесный бо"
  4170. L["Skyshard"] = "Осколок небес"
  4171. L["Slithershock Elver"] = "Искрящий угорь"
  4172. L["Small Obsidian Chunk"] = "Маленький кусочек обсидиана"
  4173. L["Small Thorium Vein"] = "Малая ториевая жила"
  4174. L["Smashum Grabb"] = "Шумм Хват"
  4175. L["Smelly Gravestone"] = "Вонючее надгробие"
  4176. L["Smoky Direwolf"] = "Дымчатый лютый волк"
  4177. L["Smoldering Egg of Millagazor"] = "Дымящееся яйцо Миллазор"
  4178. L["Snarly's Bucket"] = "Ведро Ворчуна"
  4179. L["Snow Mound"] = "Сугроб"
  4180. L["Snowman Kit"] = "Сделай сам: снеговик"
  4181. L["Snowy Panda"] = "Снежная панда"
  4182. L["Solar Spirehawk"] = "Солнечный ястреб пиков"
  4183. L["Son of Animus"] = "Порождение Анимуса"
  4184. L["Son of Galleon's Saddle"] = "Седло Сына Галеона"
  4185. L["Sorting by category, then name"] = "Сортировать по категории, затем по имени"
  4186. L["Sorting by difficulty"] = "Сортировка по сложности"
  4187. L["Sorting by name"] = "Сортировка по имени"
  4188. L["Sorting by percent complete"] = "Сортировка по % выполнения"
  4189. L["Sparse Firefin Snapper School"] = "Небольшой косяк огнеперого луциана"
  4190. L["Sparse Oily Blackmouth School"] = "Небольшой косяк масляного черноротика"
  4191. L["Sparse Schooner Wreckage"] = "Небольшая разбитая шхуна"
  4192. L["Spawn of Horridon"] = "Порождение Хорридона"
  4193. L["Special case"] = "Исключение"
  4194. L["Spectral Bell"] = "Призрачный колокольчик"
  4195. L["Spell ID"] = "ID заклинания"
  4196. L["Spiky Collar"] = "Шипастый ошейник"
  4197. L["Spineclaw Crab"] = "Краб-хребтохват"
  4198. L["Spinefish School"] = "Косяк иглоспинки"
  4199. L["Sporefish School"] = "Косяк спороуса"
  4200. L["Sprite Darter Egg"] = "Яйцо летучего хамелеона"
  4201. L["Statistics"] = "Статистика"
  4202. L["Steam Pump Flotsam"] = "Обломки парового насоса"
  4203. L["Stonescale Eel Swarm"] = "Стайка каменного угря"
  4204. L["Strand Crawler"] = "Прибрежный ползун"
  4205. L["Strange Pool"] = "Странный водоем"
  4206. L["Sultry Grimoire"] = "Гримуар распутства"
  4207. L["Sun Sproutling"] = "Солнечный росток"
  4208. L["Sunblade Rune of Activation"] = "Руна активации Солнечного Клинка"
  4209. L["Sunfire Kaliri"] = "Солнечно-огненный калири"
  4210. L["Sunfur Panda"] = "Солнечная панда"
  4211. L["Swarm of Panicked Paddlefish"] = "Косяк испуганноого веслоноса"
  4212. L["Swift Brewfest Ram"] = "Стремительный баран Хмельного фестиваля"
  4213. L["Swift White Hawkstrider"] = "Стремительный белый крылобег"
  4214. L["Swift Zulian Panther"] = "Стремительная зульская пантера"
  4215. L["Syd the Squid"] = "Кальмар Вольдемар"
  4216. L["Tainted Core"] = "Ядро порчи"
  4217. L["Tainted Maulclaw"] = "Нечистый острохват"
  4218. L["Take screenshots"] = "Делать снимки экрана"
  4219. L["Tangled Mantis Shrimp Cluster"] = "Стая запутавшихся раков-богомолов"
  4220. L["Teeming Firefin Snapper School"] = "Большой косяк огнеперого луциана"
  4221. L["Teeming Floating Wreckage"] = "Большие плавающие обломки"
  4222. L["Teeming Oily Blackmouth School"] = "Большой косяк масляного черноротика"
  4223. L["Terrorfist"] = "Кулак Страха"
  4224. L["Texture"] = "Текстура"
  4225. L["The Burning Crusade"] = true
  4226. L["The Heartbreaker"] = "Сердцеед"
  4227. L["The Horseman's Reins"] = "Поводья скакуна Всадника без головы"
  4228. L["The item ID that you need to collect. Rarity uses the number of this item that you have in your bags as your progress. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must not be used by another item."] = "ID предмета, который нужно собрать. Rarity использует количество данных предметов в ваших сумках как прогресс. Используйте WowHead или подобное. чтобы выяснить ID. ID должен быть корректным и не использоваться другими предметами."
  4229. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = "ID предмета. Определяет предмет, когда он находится в сумке или в окне добычи. Используйте WowHead или подобные сервисы для нахождения ID предметов. Номер должен быть правильным и уникальным."
  4230. L["The name you entered is already being used by another item. Please enter a unique name."] = "Введенное название уже используется другим предметом. Используйте уникальное название. "
  4231. L["The NPC ID of the creature that is spawned when you summon this pet. This is used to track account-wide battle pets."] = "НПЦ ID существа, которое появляется, когда вы призываете данного питомца. Используется для отслеживания общих для аккаунта боевых питомцев."
  4232. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = "Количество игроков требуемое для получения данного предмета. Шанс на получение будет рассчитываться с понижающим коэффициентом."
  4233. L["The Pigskin"] = "Мяч из толстой кожи"
  4234. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "Модуль настроек отключен. Выйдите из игрового мира и включите его в списке игровых модификаций."
  4235. L["The spell ID of the item once you've learned it. This applies only to mounts and companions, and is the spell as it appears in your spell book after learning the item. Use WowHead or a similar service to lookup spell IDs. This must be a valid number and must be unique."] = "ID заклинания уже изученного предмета. Относится только к маунтам или питомцам, и является заклинанием появляющимся в вашей книге навыков после изучения предмета. Используйте WowHead или подобные сервисы для нахождения ID заклинаний предметов. Номер должен быть правильным и уникальным."
  4236. L["The Warbringer will be riding the mount color he has a chance to drop."] = "Завоеватель сидит верхом на дикороге того цвета, который может выпасть."
  4237. L["There are more holiday items available, but Rarity only reminds you about the first two."] = "Имеется больше праздничных предметов, но Rarity напоминает только о первых двух."
  4238. L["These toggles control which items appear in the main Rarity tooltip. Items are categorized by the expansion they were introduced in (although holiday items have a separate category). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."] = "Данные переключатели контролируют какие предметы отображаются на главной подсказке Rarity. Предметы разбиты на категории по дополнениям, в которых они были добавлены (хотя праздничные предметы имеют отдельную категорию). Отключение данных флажков не отключит слежение для каких-либо предметов внутри категории - это просто скроет предмет на подсказке, чтобы уменьшить количество отображаемых предметов."
  4239. L["This bag is rewarded for completing the pet battle daily offered by Christoph VonFeasel at the Darkmoon Faire."] = "Сумка дается в награду за победу в битве питомцев над Кристофом фон Физелем на ярмарке Новолуния (ежедневно)."
  4240. L["This bag is rewarded for completing the pet battle daily offered by Jeremy Feasel at the Darkmoon Faire."] = "Сумка дается в награду за победу в битве питомцев над Джереми Фитилем на ярмарке Новолуния (ежедневно)."
  4241. L["This bag is rewarded for earning a Gold or Platinum victory in a garrison invasion."] = "Сумка служит наградой за золотой или платиновый рейтинг при защите гарнизона."
  4242. L["This causes Rarity to put a blank line above its tooltip additions."] = "Rarity будет добавлять пустую строку перед своим текстом в подсказке."
  4243. L["This item has a 1 in 4 chance to drop from Golganarr, a rare spawn on Timeless Isle. It has a 1 in 250 chance to drop from Eroded Cliffdweller on Timeless Isle."] = "Этот предмет имеет 1 к 4 шанс выпадения из Голганарра, редкого моба на Вневременном острове.  И 1 к 250 - из Обветренного обитателя скал на Вневременном острове."
  4244. L["This item is only available to Alliance players."] = "Предмет доступен только для игроков Альянса."
  4245. L["This item is only available to Horde players."] = "Предмет доступен только для игроков Орды."
  4246. L["This mount is only obtainable by Alliance players"] = "Это ездовое животное доступно только Альянсу"
  4247. L["This mount is only obtainable by Horde players"] = "Это ездовое животное доступно только Орде"
  4248. L["This was a guaranteed drop for players who defeated the encounter when it was current"] = "Гарантированно выпадал при убийстве босса в актуальное время"
  4249. L["Tiger Gourami School"] = "Косяк тигрового гурами"
  4250. L["Tiger Gourami Slush"] = "Илистый тигровый гурами"
  4251. L["Time"] = "Время"
  4252. L["Time spent farming"] = "Потрачено времени на поиски"
  4253. L["Timeless Chest"] = "Вневременной сундук"
  4254. L["Time-Locked Box"] = "Шкатулка Времени"
  4255. L["Time-Lost Figurine"] = "Статуэтка затерянного во времени"
  4256. L["Timewalker 5-player instance"] = "Путешествие во времени (5 человек)"
  4257. L["Tin Vein"] = "Оловянная жила"
  4258. L["Tiny Crimson Whelpling"] = "Маленький багровый дракончик"
  4259. L["Tiny Emerald Whelpling"] = "Маленький изумрудный дракончик"
  4260. L["Tiny Fel Engine Key"] = "Маленький ключ от двигателя Скверны"
  4261. L["Titanium Vein"] = "Залежи титана"
  4262. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "Для добавления нового предмета, ведите уникальное название и нажмите OK. Это название будет использоваться, если сервер не обнаружит предмет или в нем будет ошибка. Будьте внимательны, вы не сможете изменить название после добавления."
  4263. L["Today"] = "Сегодня"
  4264. L["Toggles"] = "Переключатели"
  4265. L["Tol'vir"] = "Тол'вир"
  4266. L["Toothy's Bucket"] = "Ведро с Зубастиком"
  4267. L["Total"] = "Всего"
  4268. L["Total found"] = "Всего найдено"
  4269. L["Toxic Wasteling"] = "Токсичный выбросец"
  4270. L["Toy or Item"] = "Игрушка или предмет"
  4271. L["Toys & Items"] = "Игрушки и предметы"
  4272. L["Track this"] = "Отслеживать"
  4273. L["Trillium Vein"] = "Триллиевая жила"
  4274. L["Troll"] = "Тролли"
  4275. L["True Iron Deposit"] = "Залежи истинного железа"
  4276. L["Truesilver Deposit"] = "Залежи истинного серебра"
  4277. L["Tundra Icehoof"] = "Тундровый ледяной копытень"
  4278. L["Turn this on if the item requires a group to obtain, but every player gets an equal chance to obtain the item. This currently only applies to some of the holiday mounts. When you turn this on, Rarity will stop lowering your chance to obtain based on the group size."] = "Включите, если для получения предмета требуется группа, но получает его каждый игрок в ней. В частности это относится к многим праздничным маунтам. После включения этой опции, Rarity перестаёт рассчитывать понижающий коэффициент для шанса получения предмета в группе."
  4279. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = "Включить значок около миникарты."
  4280. L["Type of item"] = "Тип предмета"
  4281. L["Unavailable"] = "Недоступно"
  4282. L["Undefeated"] = "Не повержен"
  4283. L["Unknown"] = "Неизвестно"
  4284. L["Unlucky"] = "Невезучий"
  4285. L["unlucky"] = "невезучий"
  4286. L["Unscathed Egg"] = "Неповрежденное яйцо"
  4287. L["Unusual Compass"] = "Необычный компас"
  4288. L["Use your bonus roll for a chance at this item"] = "Используй бонусный бросок, ради шанса получить этот предмет"
  4289. L["Usually requires a group of around %d players"] = "Обычно требуется группа из %d игроков"
  4290. L["Vengeance"] = "Отмщение"
  4291. L["Verbose"] = "Избыточный"
  4292. L["Vibrating Arcane Crystal"] = "Дрожащий магический кристалл"
  4293. L["Vile Blood of Draenor"] = "Порченная кровь Дренора"
  4294. L["Viscidus Globule"] = "Нечистая капля"
  4295. L["Void Collar"] = "Ошейник Бездны"
  4296. L["Vrykul"] = "Врайкулы"
  4297. L["Warlords of Draenor"] = true
  4298. L["Warm Arcane Crystal"] = "Теплый магический кристалл"
  4299. L["Warning Sign"] = "Предупредительный знак"
  4300. L["Warsong Direfang"] = "Лютоклык клана Песни Войны"
  4301. L["Waterlogged Wreckage"] = "Плавающие обломки"
  4302. L["Waterlogged Wreckage Pool"] = "Плавающие обломки"
  4303. L["Weebomination"] = "Поганчик"
  4304. L["Welcome to Rarity r%d. Your settings have been reset."] = "Добро пожаловать в Rarity в.%d. Настройки сброшены."
  4305. L["When any good-luck coin is used within about 90 seconds of an attempt on this item, another attempt will be counted for this item. Only enable this for items which can legitimately be obtained from coin rolls."] = "При использовании любого амулета удачи (монетки) в течение 90 секунд после попытки получить предмет, будет засчитана еще одна попытка. Включайте только для предметов, которые можно получить с помощью монетки"
  4306. L["When enabled, Rarity tooltips will include how many attempts you've made."] = "Когда включено, Rarity добавляет в подсказки кол-во сделанных попыток."
  4307. L["When enabled, Rarity will add an Auto checkbox to the Group Finder's search window. You can check this checkbox to enable auto-refresh of your searches every 5 seconds."] = "Если вкл., Rarity добавит Авто флажок в окно Поиска группы. Отметка флажка включает обновление поиска каждые 5 секунд."
  4308. L["When enabled, Rarity will add obtainable items to game tooltips whenever possible."] = "Если включено, Rarity будет добавлять получаемые предметы к игровым подсказкам везде, где это возможно."
  4309. L["When enabled, Rarity will play a sound when an auto-refresh search results in one or more groups found in the Group Finder. This sound cannot play more than once per minute."] = "Если вкл., Rarity проиграет звук, когда автообновление поиска найдет одну или более групп. Звук не будет проигрываться чаще чем раз в минуту."
  4310. L["When enabled, Rarity will print debug profiling messages to the chat window when certain things happen. This is used to determine which parts of the code are slow."] = "Если вкл., Rarity будет печатать в чат debug profiling сообщения, когда определенные события происходят. Используется для определения какая часть кода тормозит."
  4311. L["When enabled, the item can only be obtained by pickpocketing. The item will be marked Unavailable for non-rogues."] = "Если вкл., предмет может быть получен только обшаривание карманов. Предмет будет отмечен Недоступным для не-разбойнков."
  4312. L["When on, items marked as Defeated will be hidden from the tooltip."] = "Когда вкл., предметы отмеченные Поверженными будут скрыты из подсказки."
  4313. L["When on, items marked as Unavailable will be hidden from the tooltip. This way, items requiring a certain holiday will automatically be hidden when the holiday is not active."] = "Предметы, помеченные как \"Недоступные\" не будут отображаться в подсказках. Таким образом, предметы, которые можно получить лишь во время праздника, не будут отображаться до тех пор, пока праздник не наступит."
  4314. L["When on, Rarity will remind you to go farm holiday items you're missing if the holiday is active and the item is set as Undefeated. (This only works for items that originate from holiday dungeons or daily quests.) The reminder occurs each time you log in or reload your UI, and stops for the day once you defeat the holiday dungeon or complete the  quest."] = "Когда вкл., Rarity напомнит об отсутствующих праздничных предметах, пока событие активно, и предмет помечен как Не повержен. (Работает только для предметов получаемых в фест. подземельях и ежедневными заданиями.) Напоминание появляется при каждом входе или перезагрузке интерфейса."
  4315. L["When on, Rarity will show an icon next to each item in the tooltip indicating which expansion the item belongs to."] = "Когда вкл., у каждого предмета в подсказке Rarity будет показывать иконку, означающую к какому дополнению он относится."
  4316. L["When on, Rarity will take a screenshot when the achievement alert pops up indicating that you obtained an item."] = "Rarity будет делать снимок экрана при появлении уведомления о том, что вы получили предмет."
  4317. L["When on, the Luckiness column will be shown in the main tooltip."] = "Когда вкл., колонка Удачливости показывается в основной подсказке."
  4318. L["When on, the Time column will be shown in the main tooltip."] = "Когда вкл. колонка Времени показывается в основной подсказке."
  4319. L["When on, the Zone column will be shown in the main tooltip."] = "Когда вкл. колонка Зоны показывается в основной подсказке."
  4320. L["When on, this option hides any item with a drop chance of 1 in 49 or better. The item is merely hidden from the tooltip in order to keep it clean. Items hidden in this fashion are still tracked like normal."] = "Когда включена, данная опция скрывает все предметы с шансом получения 1 из 49 или лучше. Предмет просто скрыт на подсказке, чтобы не загромождать ее. Предметы, скрытые таким образом, по прежнему отслеживаются как обычно."
  4321. L["Whistle of Chromatic Bone"] = "Костяной свисток"
  4322. L["White Trillium Deposit"] = "Залежи белой триллиевой руды"
  4323. L["Width"] = "Ширина"
  4324. L["Wild Goretusk"] = "Дикий кровоклык"
  4325. L["Will only drop for druids."] = "Падает только друидам."
  4326. L["World Tooltip Options"] = "Глобальные настройки подсказки"
  4327. L["Worn Troll Dice"] = "Потертая тролльская игральная кость"
  4328. L["Wrath of the Lich King"] = true
  4329. L["Yesterday"] = "Вчера"
  4330. L["You already defeated %d of them."] = "Ты уже победил %d из них."
  4331. L["You already defeated all of them."] = "Ты уже победил всех из них."
  4332. L["You can turn off holiday reminders as a whole or on an item-by-item basis by visiting the Rarity Options screen."] = "Напоминание о событии можно выключить в настройках, как в целом, так и для отдельных предметов."
  4333. L["You entered a achievement ID that is already being used by another item."] = "Вы ввели ID достижения, которое уже используется другим предметом."
  4334. L["You entered a creature ID that is already being used by another item."] = "Вы ввели ID существа, которое уже используется другим предметом."
  4335. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "Данное название уже зарезервировано. Введите правильное название, так как оно пишется в игре."
  4336. L["You entered a spell ID that is already being used by another item."] = "Вы ввели ID заклинания уже используемое другим предметом."
  4337. L["You entered an item ID that is already being used by another item."] = "Вы ввели ID предмета уже используемое другим предметом."
  4338. L["You entered an item ID that is already set as the collected item for something else."] = "Вы ввели ID предмета, который уже установлен в качестве отслеживаемого для чего-то другого."
  4339. L["You must enter a creature ID."] = "Вы должны ввести ID существа."
  4340. L["You must enter a number larger than 0."] = "Вы должны ввести число больше 0."
  4341. L["You must enter a number larger than 1."] = "Вы должны ввести число больше 1."
  4342. L["You must enter a number larger than or equal to 0."] = "Вы должны ввести число больше или равное 0."
  4343. L["You must enter a spell ID."] = "Введите ID заклинания."
  4344. L["You must enter a valid number."] = "Введите правильный номер."
  4345. L["You must enter an amount."] = "Введите количество."
  4346. L["You must enter an item ID."] = "Введите ID предмета."
  4347. L["You must enter at least one item ID."] = "Введите хотя бы один ID предмета."
  4348. L["You must enter at least one NPC ID."] = "Введите хотя бы один ID персонажа."
  4349. L["You must enter at least one Statistic ID."] = "Вы должны ввести хотя бы один Statistic ID."
  4350. L["You must enter at least one zone."] = "Добавьте хотя бы одну зону."
  4351. L["Young Talbuk"] = "Молодой талбук"
  4352. L["Zandalari Anklerender"] = "Зандаларский пяткогрыз"
  4353. L["Zandalari Footslasher"] = "Зандаларский пяткохлыстик"
  4354. L["Zandalari Kneebiter"] = "Зандаларский ногокус"
  4355. L["Zandalari Toenibbler"] = "Зандаларский пальцегрыз"
  4356. L["Zangar Spore"] = "Зангарская спора"
  4357. L["Zhevra Lounge Cushion"] = "Мягкая подушка из кожи жевры"
  4358. L["Zomstrok"] = "Зомстрок"
  4359. L["Zone"] = "Зона"
  4360. L["Zones"] = "Зоны"
  4361. end
  4362.  
  4363. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "zhCN")
  4364. if L then
  4365. L[" (Group)"] = "(组)"
  4366. L["#%d: %d attempt (%.2f%%)"] = "#%d: 尝试 %d 次 (%.2f%%)"
  4367. L["#%d: %d attempts (%.2f%%)"] = "#%d: 尝试 %d 次 (%.2f%%)"
  4368. L["%d attempt"] = "尝试 %d 次"
  4369. L["%d attempt - %.2f%%"] = "已尝试 %d - %.2f%%"
  4370. L["%d attempts"] = "尝试 %d 次"
  4371. L["%d attempts - %.2f%%"] = "已尝试 %d  - %.2f%%"
  4372. L["%d collected - %.2f%%"] = "%d 已收集 - %.2f%%"
  4373. L["%s: %d attempt"] = "%s: %d 尝试"
  4374. L["%s: %d attempt - %.2f%%"] = "%s: 尝试 %d - %.2f%%"
  4375. L["%s: %d attempt (%d total)"] = "%s: 已尝试 %d  (共 %d )"
  4376. L["%s: %d attempts"] = "%s: %d 尝试"
  4377. L["%s: %d attempts - %.2f%%"] = "%s: 尝试 %d 次 - %.2f%%"
  4378. L["%s: %d attempts (%d total)"] = "%s: 已尝试 %d (共 %d )"
  4379. L["%s: %d collected"] = "%s: %d 已收集"
  4380. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = "%s: 0/%d 尝试到目前为止 (%.2f%% - %s)"
  4381. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = "%s: 0/%d 尝试到目前为止 (%.2f%% - %s)"
  4382. L["(%d/%d attempts)"] = "(%d/%d 尝试)"
  4383. L["(%d/%d collected)"] = "(%d/%d 已收集)"
  4384. L["(running in debug mode)"] = "(调试模式运行中)"
  4385. L["1 in %d chance"] = "1 比 %d 概率"
  4386. L["10-player Heroic Raid instance (legacy content; not flexible)"] = "10人英雄团队副本 (旧副本; 非弹性)"
  4387. L["10-player Raid instance (legacy content; not flexible)"] = "10人团队副本(旧副本; 非弹性)"
  4388. L["25-player Event scenario"] = "25人场景事件"
  4389. L["25-player heroic"] = "25人英雄"
  4390. L["25-player Heroic Raid instance (legacy content; not flexible)"] = "25人英雄团队副本 (旧副本; 非弹性)"
  4391. L["25-player Raid instance (legacy content; not flexible)"] = "25人团队副本 (旧副本; 非弹性)"
  4392. L["40-player Event raid"] = "40人副本事件"
  4393. L["40-player Raid instance (legacy content; not flexible)"] = "40人团队副本 (旧副本; 非弹性)"
  4394. L["5-player Event instance"] = "5人组队事件"
  4395. L["5-player Heroic instance"] = "5人英雄地下城"
  4396. L["5-player instance"] = "5人地下城"
  4397. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "一个用逗号分隔的物品 ID 列表,当使用或打开后,可以查询这项物品。使用 WowHead 或类似的服务查找 ID。"
  4398. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "一个使用逗号分隔的NPC ID的物品掉落列表。使用Wowhead或一个类似的服务来查找NPC IDs。"
  4399. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item."] = "一个用来跟踪物品 ID 以用来统计杀敌数的逗号分隔的列表。"
  4400. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item. These statistics will be added together. Use WowHead or a similar service to locate statistic IDs."] = "一个用来跟踪物品 ID 以用来统计杀敌数的逗号分隔的列表。这些统计数据将同时增加。使用 WowHead 或类似的服务来查找统计的 ID。"
  4401. L["A comma-separated list of the zones or sub-zones this item can be found in. For zones, you can enter either the Map ID (i.e. 811 is Vale of Eternal Blossoms), or the full name of the zone. For sub-zones, you must enter the full name of the sub-zone. Enter zone names with proper spelling, capitalization, and punctuation. They can be entered either in US English or your client's local language. Use WowHead or a similar service to make sure you're entering the zone names perfectly. PLEASE NOTE: Zone translations may not be correct. For zones, it is highly recommended that you use the Map ID instead of the name. For sub-zones, you must enter the name. If sub-zone detection isn't working for you, please visit the LibBabble-SubZone-3.0 library page on wowace.com and update the translations for your language."] = "你可以在这项列表中找到用逗号分隔的地图或子地图。大地图的话,你可以输入地图ID(例如 811 是锦绣谷),或地区全称。子地图的话,您必须输入的子地图的全称。 输入地图名称时注意正确的拼写、大小写和标点符号。可以输入英语或你的客户端语言。使用 WowHead 或类似的服务来确保你正确完整的输入区域名称。 注意:地图名称翻译可能不正确。大地图的话,强烈建议输入地图的 ID 而不是名字。子地图,你必须输入地图名称。如果子地图检测不到,请访问 wowace.com 的 libbabble-subzone-3.0 library 网页上传你的语言的翻译。"
  4402. L["A holiday event is available today for %s! Go get it!"] = "一个节日活动已经开始 %s !去获得它!"
  4403. L["Abundant Bloodsail Wreckage"] = "大型的血帆残骸"
  4404. L["Abundant Firefin Snapper School"] = "大型的火鳞鳝鱼群"
  4405. L["Abundant Oily Blackmouth School"] = "大型的黑口鱼群"
  4406. L["Abyssal Gulper School"] = "深渊大嘴鳗鱼群"
  4407. L["Adamantite Deposit"] = "精金矿脉"
  4408. L["Added %d |4waypoint:waypoints; to TomTom"] = "添加到 %d |4waypoint:waypoints; TomTom路点"
  4409. L["Adjusts the scale of the primary tooltip. This will take effect the next time the tooltip is shown."] = "缩放调整主要工具提示。这将在下一次的工具提示显示时生效。"
  4410. L["Ai-Li's Skymirror"] = "艾利的天镜"
  4411. L["Albino Cavefish School"] = "白色洞穴鱼群"
  4412. L["Albino Chimaeraling"] = "白化小奇美拉"
  4413. L["Algaefin Rockfish School"] = "藻鳍岩鱼群"
  4414. L["All players can participate in killing this world boss once per week, regardless of faction"] = "这个世界所有玩家每周都都可以击杀这个 boss 一次,无论阵营。"
  4415. L["All raid formats except Raid Finder"] = "随机团队除外"
  4416. L["Alliance only"] = "仅联盟"
  4417. L["Already defeated"] = "已击败"
  4418. L["Already defeated for %s"] = "已经击败 %s"
  4419. L["Already known"] = "已知"
  4420. L["Announce"] = "通报"
  4421. L["Announcements"] = "通报"
  4422. L["Anubisath Idol"] = "阿努比萨斯人偶"
  4423. L["Any difficulty"] = "任意难度"
  4424. L["Any raid size"] = "任意团队人数"
  4425. L["Any raid size or difficulty"] = "任意人数任意难度团队副本"
  4426. L["Appears in the Black Market"] = "出现在黑市"
  4427. L["Arakkoa"] = "鸦人"
  4428. L["Archaeology race"] = "考古学种族"
  4429. L["Are you sure you want to delete this item?"] = "你确定你想要删除这个物品吗?"
  4430. L["Armored Razorback"] = "装甲刀脊野猪"
  4431. L["Armored Razzashi Raptor"] = "装甲拉扎什迅猛龙"
  4432. L["Ashes of Al'ar"] = "奥的灰烬"
  4433. L["Ashleaf Spriteling"] = "灰叶小林精"
  4434. L["Attempts"] = "尝试"
  4435. L["Available starting December 25th"] = "激活开始于 12月 25日"
  4436. L["Azure Crane Chick"] = "天青雏鹤"
  4437. L["Azure Whelpling"] = "蓝龙宝宝"
  4438. L["Battle Pet"] = "战斗宠物们"
  4439. L["Battle Pets"] = "战斗宠物"
  4440. L["Big Love Rocket"] = "爱情火箭"
  4441. L["Black Trillium Deposit"] = "黑色延极矿石"
  4442. L["Blackbelly Mudfish School"] = "黑腹泥鱼群"
  4443. L["Blackflame Daggers"] = "黑火匕首"
  4444. L["Blackfuse Bombling"] = "黑索小炸弹"
  4445. L["Blackrock Deposit"] = "黑石矿脉"
  4446. L["Blackwater Whiptail School"] = "黑水鞭尾鱼群"
  4447. L["Blackwing Banner"] = "黑翼旗帜"
  4448. L["Blank line before tooltip additions"] = "在提示信息新增前空行"
  4449. L["Blazing Rune"] = "炽烧符文"
  4450. L["Blighted Spore"] = "枯萎孢子"
  4451. L["Blind Lake Sturgeon School"] = "盲眼湖鲟鱼群"
  4452. L["Bloodsail Wreckage"] = "血帆船只残骸"
  4453. L["Bloodsail Wreckage Pool"] = "Обломки кораблекрушения Кровавого Паруса"
  4454. L["Bluefish School"] = "蓝鱼群"
  4455. L["Bonkers"] = "疯癫猴"
  4456. L["Borean Man O' War School"] = "北风水母群"
  4457. L["Brackish Mixed School"] = "魔尾鱼群"
  4458. L["Brew Frenzied Emperor Salmon"] = "帝王鲑鱼群"
  4459. L["Brilliant Phoenix Hawk Feather"] = "灿烂的凤头隼羽毛"
  4460. L["Bristling Hellboar"] = "钢鬃地狱野猪"
  4461. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Bunny Hunter 正在运行。你现在想要从Bunny Hunter 将数据导入Rarity吗?关闭Bunny Hunter 或如果你不想要再次提示请点击确定。"
  4462. L["Can be obtained with a bonus roll"] = "可以通过奖励硬币得到"
  4463. L["Captured Firefly"] = "被捕获的萤火虫"
  4464. L["Cat Carrier (Black Tabby)"] = "猫笼(黑纹灰猫)"
  4465. L["Cataclysm"] = "大地的裂变"
  4466. L["Chalice of Secrets"] = "隐秘圣杯"
  4467. L["Challenge Mode instance"] = "挑战模式地下城"
  4468. L["Chance"] = "概率"
  4469. L["Chance so far"] = "目前概率"
  4470. L["Chaos Pup"] = "混沌幼崽"
  4471. L["Chuck's Bucket"] = "莫莫的小桶"
  4472. L["Classic"] = "早期版本"
  4473. L["Click to switch to this item"] = "点击以切换到此物品"
  4474. L["Click to toggle the progress bar"] = "点击切换进度条"
  4475. L["Clockwork Rocket Bot"] = "发条战士"
  4476. L["Clutch of Ji-Kun"] = "季鹍之嗣"
  4477. L["Cobalt Deposit"] = "钴矿脉"
  4478. L["Coin of Many Faces"] = "多面硬币"
  4479. L["Collect %d %s"] = "收集 %d %s"
  4480. L["Collected"] = "已收集"
  4481. L["Collection Complete"] = "收集完毕"
  4482. L["Collection complete!"] = "收集完毕!"
  4483. L["Collection Size"] = "收集大小"
  4484. L["Contained in bonus satchels"] = "由奖励包获得"
  4485. L["Contained in Ripe Disgusting Jar, which is obtained by becoming Revered with Frenzyheart Tribe, purchasing a Disgusting Jar from their reputation vendor, and waiting three days."] = "包含在酿好的恶心罐装酒中,由狂心氏族崇敬获得,由军需官处购买恶心罐装酒,并等待三天。"
  4486. L["Content Category"] = "内容类别"
  4487. L["Controls on which side the secondary tooltip appears when you hover over an item in the main tooltip. If the main tooltip is on the right side of your screen, change this to Left. Otherwise, choose Right. You can also hide the status tooltip completely."] = "控制当鼠标悬停在一个物品出现的主要的工具提示的二次提示在哪一边。如果主要的工具提示是在屏幕的右边,改变这一到左。否则,选择右边。你也完全可以隐藏状态提示。"
  4488. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = "控制显示在 LDB 接口的 Rarity 文本类型。简单模式只显示尝试次数,普通模式增加显示可能的百分比,完整模式增加显示物品链接。"
  4489. L["Copper Vein"] = "铜矿"
  4490. L["Core of Hardened Ash"] = "硬化岩灰核心"
  4491. L["Corrupted Nest Guardian"] = "腐化的巢穴守卫"
  4492. L["Crane Nest"] = "鹤巢"
  4493. L["Crashin' Thrashin' Cannon Controller"] = "癫狂火炮控制器"
  4494. L["Crashin' Thrashin' Flyer Controller"] = "癫狂飞行器遥控器"
  4495. L["Crashin' Thrashin' Mortar Controller"] = "癫狂迫击炮控制器"
  4496. L["Crashin' Thrashin' Racer Controller"] = "打架赛车控制器"
  4497. L["Crashin' Thrashin' Roller Controller"] = "癫狂刺轴战车控制器"
  4498. L["Create a New Item"] = "创建一个新物品"
  4499. L["Create a new item to track"] = "创建一个新物品以追踪"
  4500. L["Creature ID"] = "创造物 ID"
  4501. L["Crowded Redbelly Mandarin"] = "红腹鳜鱼群"
  4502. L["Crystal of the Void"] = "虚空水晶"
  4503. L["Ctrl-Click to change sort order"] = "按住 Ctrl+点击 改变排列顺序"
  4504. L["Ctrl-Click to create the remaining TomTom waypoint(s)."] = "左键点击创建TomTom路点"
  4505. L["Ctrl-Click to create TomTom waypoint(s)."] = "点击创建TomTom路点"
  4506. L["Custom"] = "自定义"
  4507. L["Dandelion Frolicker"] = "菊苣嬉闹者"
  4508. L["Dark Iron Deposit"] = "黑铁矿脉"
  4509. L["Dark Quivering Blob"] = "黑色颤动水珠"
  4510. L["Dark Whelpling"] = "黑龙宝宝"
  4511. L["Darkmoon Eye"] = "暗月之眼"
  4512. L["Data has been imported from Bunny Hunter"] = "数据已通过 Bunny Hunter 导入"
  4513. L["Death Adder Hatchling"] = "致死小蝰蛇"
  4514. L["Deathcharger's Reins"] = "死亡军马的缰绳"
  4515. L["Deathtalon"] = "死爪"
  4516. L["Debug mode"] = "调试模式"
  4517. L["Debug mode OFF"] = "调试模式*关闭*"
  4518. L["Debug mode ON"] = "调试模式*开启*"
  4519. L["Decahedral Dwarven Dice"] = "矮人的十面骰"
  4520. L["Deep Sea Monsterbelly School"] = "深海巨腹鱼群"
  4521. L["Deepsea Sagefish School"] = "深海鼠尾鱼群"
  4522. L["Defeated"] = "已击败"
  4523. L["Delete this item"] = "删除此物品"
  4524. L["Determines how this item is obtained."] = "检测此物品如何获得"
  4525. L["Determines what type of item this is."] = "检测此物品是什么类型"
  4526. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = "确定该物品是否只能从钓鱼中获得。为了使此选项工作,所有的钓鱼相关项目必须被翻译成你的客户端的语言。"
  4527. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "确定是否同意追踪这个物品。物品无法出现在鼠标提示中。"
  4528. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "确定您是否要反复使用这一物品。如果你打开该功能,找到该项,Rarity在几秒钟后会将物品标记为未发现。"
  4529. L["Determines which race includes this archaeology project."] = "确定哪个种族含有这个考古学物品。"
  4530. L["Deviate Hatchling"] = "变异幼龙"
  4531. L["Direhorn Runt"] = "矮化恐角龙"
  4532. L["Disgusting Oozeling"] = "恶心的软泥怪"
  4533. L["Draenei"] = "德莱尼"
  4534. L["Draenor Clans"] = "德拉诺种族"
  4535. L["Draenor Garrison"] = "德拉诺要塞"
  4536. L["Dragonfin Angelfish School"] = "龙鳞天使鱼群"
  4537. L["Dripping Strider Egg"] = "湿漉漉的阔步者之卵"
  4538. L["Droplet of Y'Shaarj"] = "亚煞极余孽"
  4539. L["Dropped by any mob in Vale of Eternal Blossoms (except minor mobs). 10 of these can be combined to pierce Alani's shield, allowing combat and a guaranteed drop of Reins of the Thundering Ruby Cloud Serpent."] = "任意人数锦绣谷(未满级除外)。收集10块天之裂片合成天水晶,使用天水晶打败风暴后裔-阿拉尼掉落雷霆红玉云端翔龙缰绳"
  4540. L["Dropped by dinosaurs on Isle of Giants Will hatch into one of three Primal Raptor mounts after three days."] = "击败巨兽岛的恐龙获得蛋,3天后随机孵化成红、绿、黑色原始迅猛龙缰绳。"
  4541. L["Dropped by Disturbed Podling, which has a chance to spawn when picking herbs in Draenor."] = "采集草药时有小几率取得。采集时有时会刷新被惊扰的魔荚人,也有几率掉落。"
  4542. L["Dropped by Elegon in Mogu'shan Vaults (all raid formats except Raid Finder)"] = "在魔古山宝库击败伊拉贡掉落(随机团队除外)"
  4543. L["Dropped by Goren Protector, which has a chance to spawn when mining ore in Draenor."] = "通过鬓蜥人保卫者掉落,在德拉诺采矿时也有几率开出。"
  4544. L["Dropped by Koralon the Flame Watcher, Emalon the Storm Watcher, Archavon the Stone Watcher, and Toravon the Ice Watcher in Vault of Archavon (any raid size)."] = "在阿尔卡冯的宝库击败烈焰看守者科尔拉隆 ,风暴看守者埃玛尔隆,岩石看守者阿尔卡冯 ,和寒冰看守者图拉旺掉落(任意人数)"
  4545. L["Dropped by Malygos in The Eye of Eternity (any raid size)"] = "在永恒之眼击败玛里苟斯掉落(任意人数)"
  4546. L["Dropped by Onyxia in Onyxia's Lair (any raid size)"] = "在奥妮克希亚的巢穴击败奥妮克希亚掉落(任意人数)"
  4547. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (any raid size or difficulty)"] = "在巨龙之魂击败疯狂的死亡之翼掉落(任意难度,任意人数)"
  4548. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (heroic, any raid size)"] = "在巨龙之魂击败疯狂的死亡之翼掉落(英雄,任意人数)"
  4549. L["Dropped by Ultraxion in Dragon Soul (any raid size or difficulty)"] = "在巨龙之魂击败奥卓克希昂掉落(任意难度,任意人数)"
  4550. L["Dropped by Yogg-Saron in Ulduar (25-player) with no Keepers assisting"] = "奥杜尔(25人)的尤格-萨隆掉落,需要 0 灯"
  4551. L["Dropped from dinosaurs on Isle of Giants"] = "巨兽岛的恐龙掉落"
  4552. L["Drops from a boss requiring a group"] = "需要组队首领掉落"
  4553. L["Drops from any mob in a zone"] = "区域内任意怪物掉落"
  4554. L["Drops from NPC(s)"] = "NPC 掉落"
  4555. L["Dusty Clutch of Eggs"] = "尘封的蛋簇"
  4556. L["Dwarf"] = "矮人"
  4557. L["Elementium Geode"] = "源质晶簇"
  4558. L["Elementium Vein"] = "源质矿"
  4559. L["Emperor Salmon School"] = "帝王鲑鱼群"
  4560. L["Enable announcements"] = "启用通告"
  4561. L["Enable Coins"] = "允许投币"
  4562. L["Enable profiling"] = "允许分析"
  4563. L["Enable tooltip additions"] = "允许提示信息新增"
  4564. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "启用通知,每当您完成任何 Rarity 追踪中的物品的一次新尝试。您也可以启用每件物品的通知,但这是个总开关。"
  4565. L["Enables announcements whenever you complete a new attempt toward this item."] = "启用通知,每当您完成此物品的一次新尝试。"
  4566. L["Equal odds"] = "平等几率"
  4567. L["Eternal Kiln"] = "永恒炭炉"
  4568. L["Every item ID must be a number greater than 0."] = "每个物品的 ID 都必须大于 0"
  4569. L["Every NPC ID must be a number greater than 0."] = "每个NPC的 ID 都必须大于 0"
  4570. L["Experiment 12-B"] = "实验体12-B"
  4571. L["Fangtooth Herring School"] = "利齿青鱼群"
  4572. L["Farwater Conch"] = "远水海螺"
  4573. L["Fat Sleeper School"] = "塘鲈鱼群"
  4574. L["Fathom Eel Swarm"] = "深水鳗鱼群"
  4575. L["Feed text"] = "注入文本"
  4576. L["Fel Iron Deposit"] = "魔铁矿脉"
  4577. L["Feltail School"] = "斑点魔尾鱼群"
  4578. L["Fiery Warhorse's Reins"] = "炽热战马的缰绳"
  4579. L["Fire Ammonite School"] = "熔火鱿鱼群"
  4580. L["Firefin Snapper School"] = "火鳞鳝鱼群"
  4581. L["Firewing"] = "火翼"
  4582. L["Flametalon of Alysrazor"] = "奥利瑟拉佐尔的烈焰之爪"
  4583. L["Floating Debris"] = "漂浮的碎片"
  4584. L["Floating Debris Pool"] = "Обломки в воде"
  4585. L["Floating Shipwreck Debris"] = "沉船残骸"
  4586. L["Floating Wreckage"] = "漂浮的残骸"
  4587. L["Floating Wreckage Pool"] = "漂浮的残骸之池"
  4588. L["Font"] = "字体"
  4589. L["Font Size"] = "字体大小"
  4590. L["Foot Ball"] = "足球"
  4591. L["Fossil"] = "化石"
  4592. L["Fossilized Raptor"] = "化石迅猛龙"
  4593. L["Found after %d attempts!"] = "在尝试 %d 次后找到!"
  4594. L["Found on your first attempt!"] = "第一次尝试便获得!"
  4595. L["Fox Kit"] = "幼狐"
  4596. L["Frenzyheart Brew"] = "狂心美酒"
  4597. L["Frightened Bush Chicken"] = "惊恐的灌木小鸡"
  4598. L["Fuzzy Green Lounge Cushion"] = "松软的绿色沙发垫"
  4599. L["Garn Nighthowl"] = "夜嚎铁颚狼"
  4600. L["Garn Steelmaw"] = "钢喉铁颚狼"
  4601. L["Gastropod Shell"] = "蜗牛壳"
  4602. L["General"] = "常规"
  4603. L["General Options"] = "通用选项"
  4604. L["Ghost Iron Deposit"] = "幽冥铁矿脉"
  4605. L["Giant Coldsnout"] = "巨型冻吻野猪"
  4606. L["Giant Mantis Shrimp Swarm"] = "巨型螳螂虾群"
  4607. L["Giant Sewer Rat"] = "巨型下水道老鼠"
  4608. L["Glacial Salmon School"] = "冰河鲑鱼群"
  4609. L["Glassfin Minnow School"] = "亮鳞鲤鱼群"
  4610. L["Glittering Arcane Crystal"] = "发光的魔力水晶"
  4611. L["Gluth's Bone"] = "格拉斯之骨"
  4612. L["Gold Vein"] = "金矿石"
  4613. L["Golden Carp School"] = "金色鲤鱼群"
  4614. L["Gooey Sha-ling"] = "黏稠的小煞魔"
  4615. L["Great Brewfest Kodo"] = "大型美酒节科多兽"
  4616. L["Greater Sagefish School"] = "大型鼠尾鱼群"
  4617. L["Green Helper Box"] = "绿色助手盒"
  4618. L["Group size"] = "团体大小"
  4619. L["Grumpling"] = "格噜噜"
  4620. L["Gu'chi Swarmling"] = "古赤的蚕宝宝"
  4621. L["Gulp Froglet"] = "幼年巨口蛙"
  4622. L["Gundrak Hatchling"] = "古达克幼龙"
  4623. L["Half-Empty Food Container"] = "半空的食品容器"
  4624. L["Height"] = "高度"
  4625. L["Heroic difficulty"] = "英雄难度"
  4626. L["Heroic Raid (10-30 players)"] = "英雄团队 (10-30玩家)"
  4627. L["Heroic Scenario instance"] = "英雄场景战役"
  4628. L["Heroic, any raid size"] = "史诗,任意团队人数"
  4629. L["Hidden"] = "隐藏"
  4630. L["Hide defeated items"] = "隐藏已击败的物品"
  4631. L["Hide high chance items"] = "隐藏高概率项目"
  4632. L["Hide unavailable items"] = "隐藏不可用项目"
  4633. L["Highland Guppy School"] = "高地古比鱼群"
  4634. L["Highland Mixed School"] = "高地杂鱼群"
  4635. L["Holiday"] = "节日"
  4636. L["Holiday reminders"] = "节日提醒"
  4637. L["Hollow Reed"] = "空心芦苇"
  4638. L["Horde only"] = "仅部落"
  4639. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "物品出现的可能性,显示为 X 分之1,其中 X 是您在此处输入的数字。"
  4640. L["How many attempts you've made so far."] = "你目前尝试过多少次"
  4641. L["How many items you need to collect."] = "你需要收集多少物品。"
  4642. L["How many items you've collected so far."] = "你曾经收集了多少物品。"
  4643. L["Hozen Beach Ball"] = "猢狲沙滩球"
  4644. L["Huge Obsidian Slab"] = "巨型黑曜石石板"
  4645. L["Ice Chip"] = "寒冰碎片"
  4646. L["Identify the Item"] = "鉴定物品"
  4647. L["Imbued Jade Fragment"] = "灌魔玉石碎片"
  4648. L["Imperial Manta Ray School"] = "帝王鳐鱼群"
  4649. L["Imperial Moth"] = "帝蚕蛾"
  4650. L["Incendicite Mineral Vein"] = "火岩矿脉"
  4651. L["Indurium Mineral Vein"] = "精铁矿脉"
  4652. L["Instance Difficulty"] = "副本难度"
  4653. L["Instant Arcane Sanctum Security Kit"] = "瞬发奥术圣殿安全包"
  4654. L["Invincible's Reins"] = "无敌的缰绳"
  4655. L["Iron Deposit"] = "铁矿石"
  4656. L["Item ID"] = "物品 ID"
  4657. L["Item ID to Collect"] = "项目 ID 收集"
  4658. L["Items to Use"] = "要使用的物品"
  4659. L["Jade Lungfish School"] = "翠绿肺鱼群"
  4660. L["Jadefire Spirit"] = "玉火焰灵"
  4661. L["Jademist Dancer"] = "翠雾舞者"
  4662. L["Jawless Skulker School"] = "无颚潜鱼群"
  4663. L["Jewel Danio School"] = "珍宝斑马鱼群"
  4664. L["Jewel of Maddening Whispers"] = "恼人低语宝石"
  4665. L["Ji-Kun Hatchling"] = "季鹍雏凤"
  4666. L["Jingling Bell"] = "圣诞铃铛"
  4667. L["Kang's Bindstone"] = "康的束缚石"
  4668. L["Khorium Vein"] = "氪金矿脉"
  4669. L["Kill Statistic IDs"] = "杀死统计  IDs"
  4670. L["Kor'kron Juggernaut"] = "库卡隆战蝎"
  4671. L["Kovok"] = "科沃克"
  4672. L["Krasarang Paddlefish School"] = "卡桑琅白鲟鱼群"
  4673. L["Kyparite Deposit"] = "凯帕琥珀矿脉"
  4674. L["Large Obsidian Chunk"] = "大型黑曜石碎块"
  4675. L["Last Month"] = "上个月"
  4676. L["Last Week"] = "上周"
  4677. L["Left"] = "左"
  4678. L["Lesser Bloodstone Deposit"] = "次级血石矿脉"
  4679. L["Lesser Firefin Snapper School"] = "次级火鳞鳝鱼群"
  4680. L["Lesser Floating Debris"] = "次级漂浮的碎片"
  4681. L["Lesser Oily Blackmouth School"] = "次级黑口鱼群"
  4682. L["Lesser Sagefish School"] = "次级鼠尾鱼群"
  4683. L["Life-Binder's Handmaiden"] = "生命缚誓者的仆从"
  4684. L["Likelihood"] = "可能性"
  4685. L["Lil' Bling"] = "小布"
  4686. L["Living Sandling"] = "活化小沙粒"
  4687. L["Loaded (running in debug mode)"] = "已加载(调试模式正在运行)"
  4688. L["Loaded Gnomish Dice"] = "侏儒老千的骰子"
  4689. L["Loading"] = "正在加载"
  4690. L["Locked"] = "已锁定"
  4691. L["Looking For Raid (10-30 players)"] = "随机团队 (10-30玩家)"
  4692. L["Luckiness"] = "运气"
  4693. L["Lucky"] = "幸运"
  4694. L["lucky"] = "走运"
  4695. L["Lucky if you obtain in %d or less"] = "如果少于 %d 次就获得则走运"
  4696. L["Lump of Coal"] = "小煤头"
  4697. L["Mantid"] = "螳螂妖"
  4698. L["Mark of Flame"] = "烈焰印记"
  4699. L["Method of obtaining"] = "获取方法"
  4700. L["Mimiron's Head"] = "米米尔隆的头部"
  4701. L["Minimal"] = "最小"
  4702. L["Minion of Grumpus"] = "格噜普斯的爪牙"
  4703. L["MiniZep Controller"] = "迷你飞艇控制器"
  4704. L["Mists of Pandaria"] = "熊猫人之谜"
  4705. L["Mithril Deposit"] = "秘银矿脉"
  4706. L["Mogu"] = "魔古"
  4707. L["Mojo"] = "魔汁"
  4708. L["Moon Moon"] = "月月"
  4709. L["Moonfang Shroud"] = "月牙头饰"
  4710. L["Moonfang's Paw"] = "月牙的爪子"
  4711. L["Moonglow Cuttlefish School"] = "月光墨鱼群"
  4712. L["Mount"] = "坐骑"
  4713. L["Mountain Panda"] = "高山小熊猫"
  4714. L["Mountain Trout School"] = "高山鲑鱼群"
  4715. L["Mounts"] = "坐骑"
  4716. L["Mr. Grubbs"] = "胖虫先生"
  4717. L["Mr. Pinchy"] = "钳子先生"
  4718. L["Mr. Smite's Brass Compass"] = "重拳先生的铜罗盘"
  4719. L["Muckbreaths's Bucket"] = "毒皮的小桶"
  4720. L["Muddy Churning Water"] = "混浊的水"
  4721. L["Mudfish School"] = "泥鱼群"
  4722. L["Musselback Sculpin School"] = "蚌背鱼群"
  4723. L["Mysterious Camel Figurine"] = "神秘的骆驼雕像"
  4724. L["Mythic 5-player instance"] = "5人史诗副本"
  4725. L["Mythic difficulty"] = "史诗难度"
  4726. L["Mythic Raid (20 player)"] = "史诗团队 (10-30玩家)"
  4727. L["Nerubian"] = "蛛魔"
  4728. L["Nethercite Deposit"] = "虚空矿脉"
  4729. L["Netherspace Portal-Stone"] = "虚空传送石"
  4730. L["Nettlefish School"] = "水母鱼群"
  4731. L["New item"] = "新物品"
  4732. L["Night Elf"] = "暗夜精灵"
  4733. L["Nightshade Sproutling"] = "夜影幼苗"
  4734. L["None"] = "无"
  4735. L["None (not in an instance)"] = "无(无需副本)"
  4736. L["Normal"] = "正常"
  4737. L["Normal Raid (10-30 players)"] = "普通团队 (10-30玩家)"
  4738. L["NPCs"] = true
  4739. L["Obsidium Deposit"] = "黑曜石碎块"
  4740. L["Obtained After %d Attempts"] = "在尝试 %d 次后获得"
  4741. L["Obtained as a rare project for the Fossil branch of archaeology"] = "通过考古学上的稀有分支获得"
  4742. L["Obtained as a very rare project for the Tol'vir branch of archaeology"] = "通过非常稀有的托维尔考古分支获得"
  4743. L["Obtained as an archaeology project"] = "通过考古获得"
  4744. L["Obtained by collecting a number of items"] = "通过收集获得的物品"
  4745. L["Obtained by fishing"] = "由钓鱼获得"
  4746. L["Obtained by fishing in any water in Ironforge"] = "在铁炉堡任意水域钓鱼获得"
  4747. L["Obtained by fishing in any water in Orgrimmar"] = "在奥格瑞玛的任意水域钓鱼获得"
  4748. L["Obtained by fishing in pools located in Terrokar Forest"] = "在泰罗卡森林钓鱼获得"
  4749. L["Obtained by mining"] = "由采矿获得"
  4750. L["Obtained by mining Elementium Vein"] = "源质矿石制作"
  4751. L["Obtained by opening Crane Nests on the Timeless Isle"] = "在永恒岛开启鹤巢获得"
  4752. L["Obtained by opening Timeless Chests on the Timeless Isle"] = "在永恒岛开启永恒宝箱获得"
  4753. L["Obtained by using an item or opening a container"] = "通过使用物品或者打开容器获得"
  4754. L["Obtained On Your First Attempt"] = "在第一次尝试后获得"
  4755. L["Odd Polished Stone"] = "古怪的抛光石"
  4756. L["Ogre"] = "食人魔"
  4757. L["Oil Spill"] = "油井"
  4758. L["Oily Abyssal Gulper School"] = "Косяк масляного глубинного угря-мешкорота"
  4759. L["Oily Blackmouth School"] = "黑口鱼群"
  4760. L["Oily Sea Scorpion School"] = "Косяк жирных морских скорпионов"
  4761. L["Old Crafty"] = "老滑头"
  4762. L["Old Ironjaw"] = "老铁腭"
  4763. L["Ominous Flame"] = "不祥焰灵"
  4764. L["One of the Map IDs you entered (%s) is incorrect. Please enter numbers larger than zero."] = "你输入的一个地图 ID(%s)不正确。请输入一个大于0的数字。"
  4765. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = "一个你输入(%s)的地区或分区未找到。检查输入是否正确,是否是美式英语或客户端本地语言。"
  4766. L["Only Raid Finder difficulty"] = "只有随机团队难度"
  4767. L["Ooze Covered Gold Vein"] = "软泥覆盖的金矿脉"
  4768. L["Ooze Covered Mithril Deposit"] = "软泥覆盖的秘银矿脉"
  4769. L["Ooze Covered Rich Thorium Vein"] = "软泥覆盖的富瑟银矿脉"
  4770. L["Ooze Covered Silver Vein"] = "软泥覆盖的银矿脉"
  4771. L["Ooze Covered Thorium Vein"] = "软泥覆盖的瑟银矿脉"
  4772. L["Ooze Covered Truesilver Deposit"] = "软泥覆盖的真银矿脉"
  4773. L["Orc"] = "兽人"
  4774. L["Other"] = "其它"
  4775. L["Other Requirements"] = "其他需求"
  4776. L["Pandaren"] = "熊猫人"
  4777. L["Pandaren Firework Launcher"] = "熊猫人焰火发射器"
  4778. L["Panflute of Pandaria"] = "潘达利亚排箫"
  4779. L["Parrot Cage (Green Wing Macaw)"] = "鹦鹉笼(绿翼鹦鹉)"
  4780. L["Parrot Cage (Hyacinth Macaw)"] = "鹦鹉笼(花羽鹦鹉)"
  4781. L["Patch of Elemental Water"] = "元素之水"
  4782. L["Phoenix Hatchling"] = "凤凰宝宝"
  4783. L["Pineapple Lounge Cushion"] = "菠萝形沙发垫游戏中展示"
  4784. L["Players have a personal loot chance to obtain this item."] = "玩家有个人的拾取机率来获得此物品"
  4785. L["Please enter a comma-separated list of item IDs."] = "请输入一个物品的ID列表并使用逗号分隔。"
  4786. L["Please enter a comma-separated list of NPC IDs."] = "请输入一个NPC的ID列表并使用逗号分隔。"
  4787. L["Please enter a comma-separated list of Statistic IDs."] = "请输入一个用逗号分隔的统计 ID 列表。"
  4788. L["Please enter a comma-separated list of zones."] = "请输入一个地区列表并使用逗号分隔。"
  4789. L["Pool of Fire"] = "火池"
  4790. L["Porcupette"] = "豪猪仔"
  4791. L["Primal Egg"] = "原始恐龙蛋"
  4792. L["Primary tooltip scale"] = "Primary提示信息缩放"
  4793. L["Profile modified, rebooting"] = "配置已修改,正在重启"
  4794. L["Profiling OFF"] = "建立档案 关闭"
  4795. L["Profiling ON"] = "建立档案 开启"
  4796. L["Progress"] = "进程"
  4797. L["Progress Bar"] = "进度条"
  4798. L["Puddle Terror"] = "泥水恐魔"
  4799. L["Pure Saronite Deposit"] = "纯净的萨隆邪铁矿脉"
  4800. L["Pure Water"] = "纯水"
  4801. L["Pygmy Direhorn"] = "迷你恐角龙"
  4802. L["Pyrite Deposit"] = "燃铁矿脉"
  4803. L["Quivering Blob"] = "颤动水珠"
  4804. L["Raid Finder instance (legacy content; fixed at 25 players)"] = "团队查找随机副本 (旧副本; 最多25人)"
  4805. L["Raid Finder or Flexible difficulty"] = "随机团队或弹性副本难度"
  4806. L["Rarity Tooltip Options"] = " Rarity提示信息选项"
  4807. L["Rarity: "] = "Rarity:"
  4808. L["Razzashi Hatchling"] = "拉扎什幼龙"
  4809. L["Red Goren Egg"] = "红色鬣蜥人蛋"
  4810. L["Red Helper Box"] = "红色助手盒"
  4811. L["Red Qiraji Resonating Crystal"] = "红色其拉共鸣水晶"
  4812. L["Redbelly Mandarin School"] = "红腹鳜鱼"
  4813. L["Reef Octopus Swarm"] = "八爪鱼群"
  4814. L["Reins of the Amber Primordial Direhorn"] = "珀光原始恐角龙缰绳"
  4815. L["Reins of the Astral Cloud Serpent"] = "星光云端翔龙缰绳"
  4816. L["Reins of the Azure Drake"] = "碧蓝幼龙的缰绳"
  4817. L["Reins of the Black Primal Raptor"] = "黑色原始迅猛龙缰绳"
  4818. L["Reins of the Blazing Drake"] = "炽炎幼龙的缰绳"
  4819. L["Reins of the Blue Drake"] = "蓝色幼龙的缰绳"
  4820. L["Reins of the Blue Proto-Drake"] = "蓝色始祖幼龙的缰绳"
  4821. L["Reins of the Bone-White Primal Raptor"] = "白色原始迅猛龙缰绳"
  4822. L["Reins of the Cobalt Primordial Direhorn"] = "冰蓝原始恐角龙缰绳"
  4823. L["Reins of the Crimson Water Strider"] = "猩红水黾缰绳"
  4824. L["Reins of the Drake of the North Wind"] = "北风幼龙缰绳"
  4825. L["Reins of the Drake of the South Wind"] = "南风幼龙缰绳"
  4826. L["Reins of the Grand Black War Mammoth"] = "重型黑色猛犸战象的缰绳"
  4827. L["Reins of the Green Primal Raptor"] = "绿色原始迅猛龙缰绳"
  4828. L["Reins of the Green Proto-Drake"] = "绿色始祖幼龙的缰绳"
  4829. L["Reins of the Grey Riding Camel"] = "灰色骑乘骆驼缰绳"
  4830. L["Reins of the Heavenly Onyx Cloud Serpent"] = "神圣玛瑙云端翔龙缰绳"
  4831. L["Reins of the Infinite Timereaver"] = "永恒时空撕裂者的缰绳"
  4832. L["Reins of the Jade Primordial Direhorn"] = "翡翠原始恐角龙缰绳"
  4833. L["Reins of the Onyxian Drake"] = "奥妮克希亚座龙缰绳"
  4834. L["Reins of the Raven Lord"] = "乌鸦之神的缰绳"
  4835. L["Reins of the Slate Primordial Direhorn"] = "岩灰原始恐角龙缰绳"
  4836. L["Reins of the Thundering Cobalt Cloud Serpent"] = "雷霆蓝晶云端翔龙缰绳"
  4837. L["Reins of the Thundering Onyx Cloud Serpent"] = "雷霆玛瑙云端翔龙缰绳"
  4838. L["Reins of the Vitreous Stone Drake"] = "琉璃石幼龙缰绳"
  4839. L["Reins of the White Polar Bear"] = "白色北极熊的缰绳"
  4840. L["Repeatable"] = "可重复"
  4841. L["Required for %s"] = "需要 %s"
  4842. L["Requires a pool"] = "需要一个共享"
  4843. L["Requires Pickpocketing"] = "需要偷窃"
  4844. L["Rich Adamantite Deposit"] = "富精金矿脉"
  4845. L["Rich Blackrock Deposit"] = "富黑石矿脉"
  4846. L["Rich Cobalt Deposit"] = "富钴矿脉"
  4847. L["Rich Elementium Vein"] = "富源质矿"
  4848. L["Rich Ghost Iron Deposit"] = "富幽冥铁矿脉"
  4849. L["Rich Kyparite Deposit"] = "富凯帕琥珀矿脉"
  4850. L["Rich Obsidium Deposit"] = "巨型黑曜石石板"
  4851. L["Rich Pyrite Deposit"] = "富燃铁矿脉"
  4852. L["Rich Saronite Deposit"] = "富萨隆邪铁矿脉"
  4853. L["Rich Thorium Vein"] = "富瑟银矿"
  4854. L["Rich Trillium Vein"] = "富延极矿脉"
  4855. L["Rich True Iron Deposit"] = "富真铁矿脉"
  4856. L["Riding Turtle"] = "乌龟坐骑"
  4857. L["Right"] = "右"
  4858. L["Right-Aligned"] = "右对齐"
  4859. L["Rime of the Time-Lost Mariner"] = "迷时水手结晶"
  4860. L["Rotten Helper Box"] = "腐化助手盒"
  4861. L["Ruby Droplet"] = "红玉小水滴"
  4862. L["Sack of Spectral Spiders"] = "一袋幽灵蜘蛛"
  4863. L["Safari Lounge Cushion"] = "迷彩沙发垫"
  4864. L["Sagefish School"] = "鼠尾鱼群"
  4865. L["Saronite Deposit"] = "萨隆邪铁矿脉"
  4866. L["Satyr Charm"] = "萨特护符"
  4867. L["Savage Cub"] = "凶蛮虎崽"
  4868. L["Savage Piranha Pool"] = "Пруд свирепых пираний"
  4869. L["Scale"] = "比例"
  4870. L["Scenario instance"] = "场景战役"
  4871. L["Scepter of Azj'Aqir"] = "阿兹亚基节杖"
  4872. L["School of Darter"] = "金镖鱼群"
  4873. L["School of Deviate Fish"] = "变异鱼群"
  4874. L["School of Tastyfish"] = "可口鱼"
  4875. L["Schooner Wreckage"] = "帆船残骸"
  4876. L["Schooner Wreckage Pool"] = "Разбитая шхуна"
  4877. L["Scorched Stone"] = "灼烧石"
  4878. L["Sea Pony"] = "小海马"
  4879. L["Sea Scorpion School"] = "Косяк морских скорпионов"
  4880. L["Sea Turtle"] = "海龟"
  4881. L["Seaborne Spore"] = "海生孢子"
  4882. L["Secondary tooltip display"] = "Secondary提示信息显示"
  4883. L["Servant of Demidos"] = "戴米多斯的仆从"
  4884. L["Servant's Bell"] = "仆从的摇铃"
  4885. L["Session"] = "进程"
  4886. L["Shadowhide Pearltusk"] = "暗皮珠齿象"
  4887. L["Shard of Supremus"] = "苏普雷姆斯残片"
  4888. L["Sha-Touched Spinefish"] = "霸王刺皮鱼"
  4889. L["Shell of Tide-Calling"] = "唤潮海贝"
  4890. L["Shift-Click to link your progress to chat"] = "按住 Shift+点击 发送到聊天框"
  4891. L["Shift-Click to open options"] = "按住 Shift+点击 打开设置"
  4892. L["Shipwreck Debris"] = "船只残骸"
  4893. L["Show anchor"] = "显示锚点"
  4894. L["Show attempts in tooltips"] = "在提示信息显示尝试次数"
  4895. L["Show category icons"] = "显示类别图标"
  4896. L["Show Icon"] = "显示图标"
  4897. L["Show minimap icon"] = "显示小地图图标"
  4898. L["Show Text"] = "显示文本"
  4899. L["Silver Vein"] = "银矿"
  4900. L["Silver-Plated Turkey Shooter"] = "镀银火鸡枪"
  4901. L["Since last drop"] = "自从上次掉落"
  4902. L["Skunky Alemental"] = "酒灵臭臭"
  4903. L["Sky-Bo"] = "飞天切割者"
  4904. L["Skyshard"] = "天之裂片"
  4905. L["Slithershock Elver"] = "滑震幼鳗"
  4906. L["Small Obsidian Chunk"] = "小型黑曜石碎块"
  4907. L["Small Thorium Vein"] = "瑟银矿脉"
  4908. L["Smelly Gravestone"] = "腐臭墓碑"
  4909. L["Smoky Direwolf"] = "烟灰恐狼"
  4910. L["Smoldering Egg of Millagazor"] = "火鹰蛋"
  4911. L["Snarly's Bucket"] = "尼尼的小桶"
  4912. L["Snowman Kit"] = "雪孩子工具包"
  4913. L["Snowy Panda"] = "雪色小熊猫"
  4914. L["Solar Spirehawk"] = "日光峰林飞鹰"
  4915. L["Son of Animus"] = "意志之子"
  4916. L["Son of Galleon's Saddle"] = "炮舰之子鞍座"
  4917. L["Sorting by category, then name"] = "使用名称分类"
  4918. L["Sorting by difficulty"] = "根据难度排序"
  4919. L["Sorting by name"] = "根据名字排序"
  4920. L["Sorting by percent complete"] = "根据完成百分比排序"
  4921. L["Sparse Firefin Snapper School"] = "稀疏的火鳞鳝鱼群"
  4922. L["Sparse Oily Blackmouth School"] = "稀疏的黑口鱼群"
  4923. L["Sparse Schooner Wreckage"] = "稀疏的帆船残骸"
  4924. L["Spawn of Horridon"] = "赫利东的子嗣"
  4925. L["Special case"] = "特别案例"
  4926. L["Spectral Bell"] = "幽灵铃铛"
  4927. L["Spell ID"] = "法术 ID"
  4928. L["Spiky Collar"] = "镶钉项圈"
  4929. L["Spineclaw Crab"] = "钳爪小螃蟹"
  4930. L["Spinefish School"] = "刺皮鱼"
  4931. L["Sporefish School"] = "孢子鱼群"
  4932. L["Sprite Darter Egg"] = "精龙的蛋"
  4933. L["Statistics"] = "统计"
  4934. L["Steam Pump Flotsam"] = "蒸汽泵废料"
  4935. L["Stonescale Eel Swarm"] = "石鳞鳗群"
  4936. L["Strand Crawler"] = "沙滩蟹"
  4937. L["Strange Pool"] = "奇怪的水池"
  4938. L["Sultry Grimoire"] = "热辣魔典"
  4939. L["Sun Sproutling"] = "阳光幼苗"
  4940. L["Sunblade Rune of Activation"] = "微型炎刃防御者"
  4941. L["Sunfire Kaliri"] = "阳炎卡利鸟"
  4942. L["Sunfur Panda"] = "棕色小熊猫"
  4943. L["Swift Brewfest Ram"] = "迅捷美酒节赛羊"
  4944. L["Swift White Hawkstrider"] = "迅捷白色陆行鸟"
  4945. L["Swift Zulian Panther"] = "迅捷祖立安黑豹"
  4946. L["Syd the Squid"] = "“乌贼”希德"
  4947. L["Tainted Core"] = "污染之核"
  4948. L["Take screenshots"] = "自动截图"
  4949. L["Tangled Mantis Shrimp Cluster"] = "一袋巨型螳螂虾"
  4950. L["Teeming Firefin Snapper School"] = "拥挤的火鳞鳝鱼群"
  4951. L["Teeming Floating Wreckage"] = "拥挤的漂浮残骸"
  4952. L["Teeming Oily Blackmouth School"] = "拥挤的黑口鱼群"
  4953. L["Texture"] = "纹理"
  4954. L["The Burning Crusade"] = "燃烧的远征"
  4955. L["The Heartbreaker"] = "裂心者"
  4956. L["The Horseman's Reins"] = "无头骑士的缰绳"
  4957. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = "这个物品 ID 正在追踪。这个物品它出现在你的仓库或掉落窗口。使用 WowHead 或类似的服务查找物品 ID。这必须是一个有效数字并是唯一的。"
  4958. L["The name you entered is already being used by another item. Please enter a unique name."] = "你输入的名字已经被其他物品使用。请重新输入。"
  4959. L["The NPC ID of the creature that is spawned when you summon this pet. This is used to track account-wide battle pets."] = "这记录你召唤宠物的 ID。这用于跟踪账号内的战斗宠物。"
  4960. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = "根据玩家人数获得物品。这会降低你获得这个物品的机会。"
  4961. L["The Pigskin"] = "橄榄球"
  4962. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "Rarity Options 模块已被禁用。注销并在你的插件列表中启用它"
  4963. L["The spell ID of the item once you've learned it. This applies only to mounts and companions, and is the spell as it appears in your spell book after learning the item. Use WowHead or a similar service to lookup spell IDs. This must be a valid number and must be unique."] = "这个技能 ID 你已经学过一次。这仅适用于坐骑和玩具,类似技能一样出现在你的玩具箱里。使用 WowHead 或类似的服务查找物品 ID。这必须是一个有效数字并是唯一的。"
  4964. L["There are more holiday items available, but Rarity only reminds you about the first two."] = "有太多节日物品生效了,但 Rarity 只提醒首先生效的 2 个。"
  4965. L["These toggles control which items appear in the main Rarity tooltip. Items are categorized by the expansion they were introduced in (although holiday items have a separate category). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."] = "这些控制选项出现在 Rarity 的主要提示上。他们介绍了物品如何分类(节日物品有一个单独的类别)。关闭这些复选框不会关闭跟踪中的任何物品类别;它只是隐藏的物品工具提示,以帮助你减少物品的数量。"
  4966. L["This bag is rewarded for completing the pet battle daily offered by Jeremy Feasel at the Darkmoon Faire."] = "这个奖励包由完成暗月马戏团的杰里米·费舍尔的日常宠物对战获得。"
  4967. L["This item has a 1 in 4 chance to drop from Golganarr, a rare spawn on Timeless Isle. It has a 1 in 250 chance to drop from Eroded Cliffdweller on Timeless Isle."] = "这个物品有 4 分之 1的几率从高戈纳尔身上掉落,一个永恒岛的稀有精英。它也有 250 分之 1 的机会从永恒岛被侵蚀的崖居者身上掉落。"
  4968. L["This item is only available to Alliance players."] = "此物品只有联盟玩家可用。"
  4969. L["This item is only available to Horde players."] = "此物品只有部落玩家可用。"
  4970. L["This mount is only obtainable by Alliance players"] = "此坐骑只有联盟玩家可获得"
  4971. L["This mount is only obtainable by Horde players"] = "此坐骑只有部落玩家可获得"
  4972. L["Tiger Gourami School"] = "虎皮丝足鱼群"
  4973. L["Tiger Gourami Slush"] = "虎皮丝足鱼群"
  4974. L["Time"] = "时间"
  4975. L["Time spent farming"] = "耗时采集"
  4976. L["Timeless Chest"] = "永恒宝箱"
  4977. L["Time-Locked Box"] = "锁时之盒"
  4978. L["Time-Lost Figurine"] = "迷失雕像"
  4979. L["Timewalker 5-player instance"] = "5人随机时空漫游地下城"
  4980. L["Tin Vein"] = "锡矿"
  4981. L["Tiny Crimson Whelpling"] = "红龙宝宝"
  4982. L["Tiny Emerald Whelpling"] = "绿龙宝宝"
  4983. L["Tiny Fel Engine Key"] = "迷你邪能钥匙"
  4984. L["Titanium Vein"] = "泰坦神铁矿脉"
  4985. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "要创建一个新物品,输入一个物品的单独名称,并且点击OK。如果服务器没有回报此物品连结或是物品是无效的则名称已经被使用了。"
  4986. L["Today"] = "今天"
  4987. L["Toggles"] = "切换"
  4988. L["Tol'vir"] = "托维尔"
  4989. L["Toothy's Bucket"] = "牙牙的小桶"
  4990. L["Total"] = "总计"
  4991. L["Total found"] = "总共找到"
  4992. L["Toxic Wasteling"] = "毒毒"
  4993. L["Toy or Item"] = "玩具和道具"
  4994. L["Toys & Items"] = "玩具和道具"
  4995. L["Track this"] = "追踪这个"
  4996. L["Trillium Vein"] = "延极矿脉"
  4997. L["Troll"] = "巨魔"
  4998. L["True Iron Deposit"] = "真铁矿脉"
  4999. L["Truesilver Deposit"] = "真银矿石"
  5000. L["Tundra Icehoof"] = "苔原冰蹄牛"
  5001. L["Turn this on if the item requires a group to obtain, but every player gets an equal chance to obtain the item. This currently only applies to some of the holiday mounts. When you turn this on, Rarity will stop lowering your chance to obtain based on the group size."] = "打开,如果物品需要组队获得,但每个玩家有相同机会获得物品。目前只适用于某些节日坐骑。当你打开这个,Rarity 会停止降低你基于队伍人数来获得物品的机会。"
  5002. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = "打开小地图图标。如果你没有使用LDB隐藏插件请使用这个设置。"
  5003. L["Type of item"] = "物品类型"
  5004. L["Unavailable"] = "未获得"
  5005. L["Undefeated"] = "未曾击败"
  5006. L["Unknown"] = "未知"
  5007. L["Unlucky"] = "不走运"
  5008. L["unlucky"] = "不走运"
  5009. L["Unscathed Egg"] = "完好的蛋"
  5010. L["Unusual Compass"] = "不寻常的指南针"
  5011. L["Use your bonus roll for a chance at this item"] = "使用你的奖励硬币来获取物品。"
  5012. L["Usually requires a group of around %d players"] = "通常需要一组大约 %d 玩家"
  5013. L["Verbose"] = "冗长"
  5014. L["Vibrating Arcane Crystal"] = "震荡的魔力水晶"
  5015. L["Viscidus Globule"] = "维希度斯小水滴"
  5016. L["Void Collar"] = "虚空项圈"
  5017. L["Vrykul"] = "维库"
  5018. L["Warlords of Draenor"] = "德拉诺之王"
  5019. L["Warm Arcane Crystal"] = "发热的魔力水晶"
  5020. L["Warning Sign"] = "警告标志"
  5021. L["Warsong Direfang"] = "战歌恐牙狼"
  5022. L["Waterlogged Wreckage"] = "浸水的残骸"
  5023. L["Waterlogged Wreckage Pool"] = "Плавающие обломки"
  5024. L["Weebomination"] = "迷你憎恶"
  5025. L["Welcome to Rarity r%d. Your settings have been reset."] = "欢迎使用 Rarity r%d. 您的设置已被重置。"
  5026. L["When any good-luck coin is used within about 90 seconds of an attempt on this item, another attempt will be counted for this item. Only enable this for items which can legitimately be obtained from coin rolls."] = "当在90秒内为这个物品使用好运护符时,会计算为另一个尝试。只有使用硬币会获得的物品有效。"
  5027. L["When enabled, Rarity tooltips will include how many attempts you've made."] = "当启用时,Rartiy 的提示将包括你尝试的次数。"
  5028. L["When enabled, Rarity will add obtainable items to game tooltips whenever possible."] = "当激活时,不论是否可能,不论何时,Rarity将可获得的道具加入游戏提示"
  5029. L["When enabled, Rarity will print debug profiling messages to the chat window when certain things happen. This is used to determine which parts of the code are slow."] = "当激活时,某些事情发生时Rarity 将会在聊天窗口显示调试信息。这被用于探测某个模块代码缓慢。"
  5030. L["When enabled, the item can only be obtained by pickpocketing. The item will be marked Unavailable for non-rogues."] = "当取消时,物品将会被标记为只能通过偷窃取得。这项物品将会被标记为非盗贼玩家无法取得。"
  5031. L["When on, items marked as Unavailable will be hidden from the tooltip. This way, items requiring a certain holiday will automatically be hidden when the holiday is not active."] = "当启用时,将隐藏物品提示。这样一来,只有在节日才能激活的物品将不会自动提示激活。"
  5032. L["When on, Rarity will remind you to go farm holiday items you're missing if the holiday is active and the item is set as Undefeated. (This only works for items that originate from holiday dungeons or daily quests.) The reminder occurs each time you log in or reload your UI, and stops for the day once you defeat the holiday dungeon or complete the  quest."] = "当启用时,Rarity 会提醒你未曾获得的节日物品。(只工作在有节日地下城或日常时)。当你每次登陆或重载 UI 时提醒,当你完成节日地下城或完成节日日常之后会停止提醒。"
  5033. L["When on, Rarity will show an icon next to each item in the tooltip indicating which expansion the item belongs to."] = "当启用时,Rarity 将在每一个物品上显示图标。"
  5034. L["When on, Rarity will take a screenshot when the achievement alert pops up indicating that you obtained an item."] = "当勾选时,你获得一个物品成就时 ,Rarity 将会自动截图。"
  5035. L["When on, this option hides any item with a drop chance of 1 in 49 or better. The item is merely hidden from the tooltip in order to keep it clean. Items hidden in this fashion are still tracked like normal."] = "当勾选时,这个选项会隐藏任何掉落几率在 49 分之 1 以上的物品。为了保持它的干净,这项物品仅从隐藏鼠标提示隐藏。使用这种方式隐藏的话仍在跟踪的项目依旧正常"
  5036. L["Whistle of Chromatic Bone"] = "彩色骨哨 "
  5037. L["White Trillium Deposit"] = "白色延极矿石"
  5038. L["Width"] = "宽度"
  5039. L["Wild Goretusk"] = "野生血牙野猪"
  5040. L["Will only drop for druids."] = "只有德鲁伊会掉落"
  5041. L["World Tooltip Options"] = "世界提示信息选项"
  5042. L["Worn Troll Dice"] = "用旧的巨魔骰子"
  5043. L["Wrath of the Lich King"] = "巫妖王之怒"
  5044. L["Yesterday"] = "昨天"
  5045. L["You already defeated %d of them."] = "你已经战胜了 %d 的他们"
  5046. L["You can turn off holiday reminders as a whole or on an item-by-item basis by visiting the Rarity Options screen."] = "你可以关掉整个节日提醒或通过查看 Rarity 选项屏幕逐个查看物品。"
  5047. L["You entered a achievement ID that is already being used by another item."] = "你输入的成就 ID 已经被其他物品使用。"
  5048. L["You entered a creature ID that is already being used by another item."] = "你输入的 ID 已经被使用"
  5049. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "你输入了一个预留的名称。请输入一个出现在游戏里的正确的道具名称"
  5050. L["You entered a spell ID that is already being used by another item."] = "你输入了一个已经被使用的技能 ID"
  5051. L["You entered an item ID that is already being used by another item."] = "你输入了一个已经被使用的道具 ID"
  5052. L["You entered an item ID that is already set as the collected item for something else."] = "您输入的 ID 是已经设置为别的物品收集项目的物品 ID。"
  5053. L["You must enter a creature ID."] = "你必须输入一个自定义 ID"
  5054. L["You must enter a number larger than 0."] = "你必须输入一个大于0的数字"
  5055. L["You must enter a number larger than 1."] = "你必须输入一个大于1的数字"
  5056. L["You must enter a number larger than or equal to 0."] = "你必须输入一个大于或等于0的数字"
  5057. L["You must enter a spell ID."] = "你必须输入法术ID。"
  5058. L["You must enter a valid number."] = "你必须输入一个有效的数字"
  5059. L["You must enter an amount."] = "你必须输入一个坐骑"
  5060. L["You must enter an item ID."] = "你必须输入物品ID。"
  5061. L["You must enter at least one item ID."] = "你必须输入至少一个物品ID。"
  5062. L["You must enter at least one NPC ID."] = "你必须输入至少一个 NPC ID。"
  5063. L["You must enter at least one Statistic ID."] = "你必须输入至少一项统计 ID"
  5064. L["You must enter at least one zone."] = "你必须输入至少一个地区"
  5065. L["Young Talbuk"] = "幼年塔布羊"
  5066. L["Zandalari Anklerender"] = "赞达拉撕踝者"
  5067. L["Zandalari Footslasher"] = "赞达拉裂足者"
  5068. L["Zandalari Kneebiter"] = "赞达拉袭胫者"
  5069. L["Zandalari Toenibbler"] = "赞达拉啮趾者"
  5070. L["Zangar Spore"] = "赞加孢子"
  5071. L["Zhevra Lounge Cushion"] = "斑马纹沙发垫"
  5072. L["Zomstrok"] = "僵尸龙虾人"
  5073. L["Zone"] = "区域"
  5074. L["Zones"] = "区域"
  5075. end
  5076.  
  5077. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "zhTW")
  5078. if L then
  5079. L[" (Group)"] = " (團隊)"
  5080. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d 嘗試 (%.2f%%)"
  5081. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d 嘗試 (%.2f%%)"
  5082. L["%d attempt"] = "%d 嘗試"
  5083. L["%d attempt - %.2f%%"] = "%d 嘗試 - %.2f%%"
  5084. L["%d attempts"] = "%d 嘗試"
  5085. L["%d attempts - %.2f%%"] = "%d 嘗試 - %.2f%%"
  5086. L["%d collected - %.2f%%"] = "%d 已收集 - %.2f%%"
  5087. L["%s: %d attempt"] = "%s: %d 嘗試"
  5088. L["%s: %d attempt - %.2f%%"] = "%s: %d 嘗試 - %.2f%%"
  5089. L["%s: %d attempt (%d total)"] = "%s: %d 嘗試 (%d 總計)"
  5090. L["%s: %d attempts"] = "%s: %d 嘗試"
  5091. L["%s: %d attempts - %.2f%%"] = "%s: %d 嘗試 - %.2f%%"
  5092. L["%s: %d attempts (%d total)"] = "%s: %d 嘗試 (%d 總計)"
  5093. L["%s: %d collected"] = "%s: %d 已收集"
  5094. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = "%s: 0/%d 到目前為止的嘗試 (%.2f%% - %s)"
  5095. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = "%s: 0/%d 到目前為止的嘗試 (%.2f%% - %s)"
  5096. L["(%d/%d attempts)"] = "(%d/%d 嘗試)"
  5097. L["(%d/%d collected)"] = "(%d/%d 已收集)"
  5098. L["(running in debug mode)"] = "(正在執行除錯模式)"
  5099. L["1 in %d chance"] = "%d分之1的機率"
  5100. L["10-player Heroic Raid instance (legacy content; not flexible)"] = "10人英雄團隊副本(舊副本;非彈性)"
  5101. L["10-player Raid instance (legacy content; not flexible)"] = "10人團隊副本(舊副本;非彈性)"
  5102. L["25-player heroic"] = "25人英雄難度"
  5103. L["25-player Heroic Raid instance (legacy content; not flexible)"] = "25人英雄團隊副本(舊副本;非彈性)"
  5104. L["25-player Raid instance (legacy content; not flexible)"] = "25人團隊副本(舊副本;非彈性)"
  5105. L["40-player Raid instance (legacy content; not flexible)"] = "40人團隊副本(舊團隊;非彈性)"
  5106. L["5-player Heroic instance"] = "5人英雄副本"
  5107. L["5-player instance"] = "5人副本"
  5108. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "一個此物品ID用逗號分隔的列表,當使用或開啟時,可以給與你此物品,使用WowHead或類似的服務以查詢物品的ID。"
  5109. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "一個掉落此物品用逗號分隔的NPC的ID列表。使用WowHead或類似的服務以查詢NPC的ID。"
  5110. L["Abundant Bloodsail Wreckage"] = "豐碩漂浮殘骸"
  5111. L["Abundant Firefin Snapper School"] = "豐碩火鰭鯛魚群"
  5112. L["Abundant Oily Blackmouth School"] = "豐碩黑口魚群"
  5113. L["Abyssal Gulper School"] = "深淵大嘴鰻群"
  5114. L["Adamantite Deposit"] = "堅鋼礦床"
  5115. L["Albino Cavefish School"] = "白化穴魚群"
  5116. L["Algaefin Rockfish School"] = "藻鰭岩魚群"
  5117. L["All raid formats except Raid Finder"] = "所有團隊規模難度除了隨機團隊"
  5118. L["Alliance only"] = "聯盟限定"
  5119. L["Already defeated"] = "已經擊倒"
  5120. L["Already defeated for %s"] = "已經擊倒 %s 次"
  5121. L["Already known"] = "已知"
  5122. L["Announce"] = "發佈"
  5123. L["Announcements"] = "通知"
  5124. L["Anubisath Idol"] = "阿努比薩斯神像"
  5125. L["Any difficulty"] = "任何難度"
  5126. L["Any raid size"] = "任何團隊規模"
  5127. L["Any raid size or difficulty"] = "任何團隊規模或難度"
  5128. L["Appears in the Black Market"] = "出現在黑市"
  5129. L["Archaeology race"] = "考古學種族"
  5130. L["Are you sure you want to delete this item?"] = "您確定要刪除此物品?"
  5131. L["Armored Razzashi Raptor"] = "裝甲拉札希迅猛龍"
  5132. L["Ashes of Al'ar"] = "歐爾灰燼"
  5133. L["Ashleaf Spriteling"] = "小灰葉妖精"
  5134. L["Attempts"] = "嘗試"
  5135. L["Azure Crane Chick"] = "小蒼藍鶴"
  5136. L["Azure Whelpling"] = "藍龍寶寶"
  5137. L["Big Love Rocket"] = "大型愛心火箭"
  5138. L["Black Trillium Deposit"] = "黑延齡礦石"
  5139. L["Blackbelly Mudfish School"] = "黑肚泥鰍群"
  5140. L["Blackfuse Bombling"] = "黑引信小炸彈"
  5141. L["Blackrock Deposit"] = "黑石礦床"
  5142. L["Blackwater Whiptail School"] = "黑水鞭尾魚群"
  5143. L["Blackwing Banner"] = "黑翼旌旗"
  5144. L["Blank line before tooltip additions"] = "在額外工具提示前的空白行"
  5145. L["Blazing Rune"] = "熾熱符文"
  5146. L["Blighted Spore"] = "荒疫污染孢子"
  5147. L["Blind Lake Sturgeon School"] = "盲湖鱘魚群"
  5148. L["Bloodsail Wreckage"] = "血帆殘骸"
  5149. L["Bloodsail Wreckage Pool"] = "血帆殘骸"
  5150. L["Bluefish School"] = "藍魚群"
  5151. L["Bonkers"] = "嚎怪"
  5152. L["Borean Man O' War School"] = "北風水母群"
  5153. L["Brackish Mixed School"] = "魔尾魚群"
  5154. L["Brilliant Phoenix Hawk Feather"] = "斑斕的鳳鷹羽毛"
  5155. L["Can be obtained with a bonus roll"] = "可以從加成骰獲得"
  5156. L["Captured Firefly"] = "被捕的螢火蟲"
  5157. L["Cat Carrier (Black Tabby)"] = "貓籠(黑色虎斑)"
  5158. L["Cataclysm"] = "浩劫與重生"
  5159. L["Challenge Mode instance"] = "挑戰模式副本"
  5160. L["Chance"] = "機率"
  5161. L["Chance so far"] = "到目前為止的機率"
  5162. L["Classic"] = "原始的"
  5163. L["Click to switch to this item"] = "點擊以切換到此物品"
  5164. L["Click to toggle the progress bar"] = "點擊以切換到進度條"
  5165. L["Clutch of Ji-Kun"] = "稷坤之嗣"
  5166. L["Cobalt Deposit"] = "鈷藍礦床"
  5167. L["Collect %d %s"] = "收集 %d %s"
  5168. L["Collected"] = "已收集"
  5169. L["Collection Complete"] = "收集完畢"
  5170. L["Collection complete!"] = "收集完畢"
  5171. L["Collection Size"] = "收集大小"
  5172. L["Contained in bonus satchels"] = "由獎勵包獲得"
  5173. L["Content Category"] = "內容類別"
  5174. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = "控制Rarity怎樣類型的文字要顯示在LDB上。最小可以就只顯示嘗試次數,一般會增加運氣機率與增加了詳細的物品連結。"
  5175. L["Copper Vein"] = "銅礦脈"
  5176. L["Core of Hardened Ash"] = "硬化灰燼之核"
  5177. L["Crane Nest"] = "鶴巢"
  5178. L["Create a New Item"] = "建立一個新物品"
  5179. L["Create a new item to track"] = "建立一個新物品以追蹤"
  5180. L["Creature ID"] = "人物ID"
  5181. L["Crystal of the Void"] = "虛空水晶"
  5182. L["Ctrl-Click to change sort order"] = "Ctrl-點擊以改變排列順序"
  5183. L["Custom"] = "自定義"
  5184. L["Dandelion Frolicker"] = "蒲公英小妖"
  5185. L["Dark Iron Deposit"] = "黑鐵礦床"
  5186. L["Dark Quivering Blob"] = "黑暗顫動血泡"
  5187. L["Dark Whelpling"] = "暗龍寶寶"
  5188. L["Darkmoon Eye"] = "暗月之眼"
  5189. L["Data has been imported from Bunny Hunter"] = "數據已經從Bunny Hunter匯入"
  5190. L["Death Adder Hatchling"] = "死亡奎蛇寶寶"
  5191. L["Deathcharger's Reins"] = "死亡戰騎韁繩"
  5192. L["Debug mode"] = "除錯模式"
  5193. L["Debug mode OFF"] = "除錯模式OFF"
  5194. L["Debug mode ON"] = "除錯模式ON"
  5195. L["Deep Sea Monsterbelly School"] = "深海大肚魚群"
  5196. L["Deepsea Sagefish School"] = "深海鼠尾魚群"
  5197. L["Defeated"] = "擊倒"
  5198. L["Delete this item"] = "刪除此物品"
  5199. L["Determines how this item is obtained."] = "確定這個物品怎麼得到。"
  5200. L["Determines what type of item this is."] = "確定此物品的類型。"
  5201. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "確定是否應該為這一物品啟用跟蹤。被禁用的物品不會出現在工具提示中。"
  5202. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "確定您是否要反復農這一物品。如果你打開該功能,找到該項,Rarity在幾秒鐘後會將物品標記為未發現。"
  5203. L["Determines which race includes this archaeology project."] = "確定哪種族包括這個考古學物品。"
  5204. L["Deviate Hatchling"] = "小變異迅猛龍"
  5205. L["Direhorn Runt"] = "小恐角龍"
  5206. L["Disgusting Oozeling"] = "噁心的小軟泥怪"
  5207. L["Draenei"] = "德萊尼"
  5208. L["Draenor Clans"] = "德拉諾氏族"
  5209. L["Dragonfin Angelfish School"] = "龍鱗天使魚群"
  5210. L["Dripping Strider Egg"] = "滴水的水黽卵"
  5211. L["Droplet of Y'Shaarj"] = "亞煞拉懼的殘靈"
  5212. L["Dropped by Elegon in Mogu'shan Vaults (all raid formats except Raid Finder)"] = "魔古山寶庫的艾拉貢掉落(所有團隊規模難度除了隨機團隊)"
  5213. L["Dropped by Malygos in The Eye of Eternity (any raid size)"] = "永恆之眼的瑪里苟斯掉落(任何團隊規模)"
  5214. L["Dropped by Onyxia in Onyxia's Lair (any raid size)"] = "奧克尼西亞巢穴的黑龍妹掉落(任何團隊規模)"
  5215. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (any raid size or difficulty)"] = "巨龍之魂的尾王掉落(任何團隊規模或難度)"
  5216. L["Dropped by the Madness of Deathwing encounter in Dragon Soul (heroic, any raid size)"] = "巨龍之魂的尾王掉落(英雄難度,任何團隊規模)"
  5217. L["Dropped by Ultraxion in Dragon Soul (any raid size or difficulty)"] = "巨龍之魂的奧特拉賽恩掉落(任何團隊規模或難度)"
  5218. L["Dropped by Yogg-Saron in Ulduar (25-player) with no Keepers assisting"] = "奧杜亞的尤格薩倫掉落(25人)需要0燈"
  5219. L["Drops from a boss requiring a group"] = "從需要組隊的首領掉落"
  5220. L["Drops from any mob in a zone"] = "從一個區域的怪物掉落"
  5221. L["Drops from NPC(s)"] = "從NPC掉落"
  5222. L["Dusty Clutch of Eggs"] = "一簇布滿灰塵的蛋"
  5223. L["Dwarf"] = "矮人"
  5224. L["Elementium Geode"] = "源質晶簇"
  5225. L["Elementium Vein"] = "源質礦脈"
  5226. L["Emperor Salmon School"] = "帝王鮭魚群"
  5227. L["Enable announcements"] = "啟用通知"
  5228. L["Enable Coins"] = "啟用貨幣"
  5229. L["Enable profiling"] = "啟用分析"
  5230. L["Enable tooltip additions"] = "啟用額外工具提示"
  5231. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "啟用通知,每當您完成一次新嘗試是任何Rarity追蹤中的。您也可以啟用每件物品的通知,但這是個總開關。"
  5232. L["Enables announcements whenever you complete a new attempt toward this item."] = "啟用通知,每當您完成此物品的一次新嘗試。"
  5233. L["Equal odds"] = "均等的機會"
  5234. L["Every item ID must be a number greater than 0."] = "每個物品的ID必須是大於0的數字。"
  5235. L["Every NPC ID must be a number greater than 0."] = "每個NPC的ID必須是大於0的數字。"
  5236. L["Experiment 12-B"] = "實驗體 12-B"
  5237. L["Fangtooth Herring School"] = "尖齒鯡魚群"
  5238. L["Fat Sleeper School"] = "胖睡魚魚群"
  5239. L["Fathom Eel Swarm"] = "澗鰻群"
  5240. L["Feed text"] = "顯示文字"
  5241. L["Fel Iron Deposit"] = "魔鐵礦床"
  5242. L["Feltail School"] = "魔尾魚群"
  5243. L["Fiery Warhorse's Reins"] = "熾炎戰馬韁繩"
  5244. L["Fire Ammonite School"] = "火焰菊石群"
  5245. L["Firefin Snapper School"] = "火鰭鯛魚群"
  5246. L["Flametalon of Alysrazor"] = "艾里絲拉卓烈焰猛禽"
  5247. L["Floating Debris"] = "漂浮的碎片"
  5248. L["Floating Debris Pool"] = "漂浮的殘骸"
  5249. L["Floating Shipwreck Debris"] = "沈船殘骸"
  5250. L["Floating Wreckage"] = "漂浮殘骸"
  5251. L["Floating Wreckage Pool"] = "漂浮殘骸之池"
  5252. L["Font"] = "字型"
  5253. L["Font Size"] = "字型大小"
  5254. L["Fossil"] = "化石"
  5255. L["Fossilized Raptor"] = "化石迅猛龍"
  5256. L["Found after %d attempts!"] = "在%d次嘗試後找到!"
  5257. L["Found on your first attempt!"] = "在第一次嘗試就找到!"
  5258. L["Fox Kit"] = "沙狐"
  5259. L["General"] = "綜合"
  5260. L["Ghost Iron Deposit"] = "鬼鐵礦床"
  5261. L["Giant Mantis Shrimp Swarm"] = "巨型螳螂蝦群"
  5262. L["Giant Sewer Rat"] = "巨大下水道老鼠"
  5263. L["Glacial Salmon School"] = "冰川鮭魚群"
  5264. L["Glassfin Minnow School"] = "玻鰭小鯉魚群"
  5265. L["Gluth's Bone"] = "古魯斯的骨頭"
  5266. L["Gold Vein"] = "金礦脈"
  5267. L["Golden Carp School"] = "金鯉魚群"
  5268. L["Gooey Sha-ling"] = "黏稠的小煞靈"
  5269. L["Great Brewfest Kodo"] = "大型啤酒節科多獸"
  5270. L["Greater Sagefish School"] = "大型鼠尾魚群"
  5271. L["Group size"] = "團隊規模"
  5272. L["Gu'chi Swarmling"] = "古奇的蟲群"
  5273. L["Gulp Froglet"] = "小咕嚕蛙"
  5274. L["Gundrak Hatchling"] = "小剛德拉克迅猛龍"
  5275. L["Half-Empty Food Container"] = "半滿的餐盒"
  5276. L["Height"] = "高度"
  5277. L["Heroic difficulty"] = "英雄難度"
  5278. L["Heroic Raid (10-30 players)"] = "英雄團隊(10-30人)"
  5279. L["Heroic Scenario instance"] = "英雄事件副本"
  5280. L["Heroic, any raid size"] = "英雄難度,任何團隊規模"
  5281. L["Hidden"] = "隱藏"
  5282. L["Hide high chance items"] = "隱藏高機率物品"
  5283. L["Highland Guppy School"] = "高地孔雀魚群"
  5284. L["Highland Mixed School"] = "高地綜合魚群"
  5285. L["Holiday"] = "假日"
  5286. L["Hollow Reed"] = "空心蘆葦"
  5287. L["Horde only"] = "部落限定"
  5288. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "物品出現的可能性,表示為 X分之1,其中 X 是您在此處輸入的數字。"
  5289. L["How many attempts you've made so far."] = "到目前為止您做了多少次嘗試。"
  5290. L["Huge Obsidian Slab"] = "巨型黑曜石片"
  5291. L["Ice Chip"] = "冰屑"
  5292. L["Identify the Item"] = "辨識此物品"
  5293. L["Imbued Jade Fragment"] = "灌魔翠玉碎片"
  5294. L["Imperial Manta Ray School"] = "帝王韌皮魟魚群"
  5295. L["Imperial Moth"] = "帝王蛾"
  5296. L["Incendicite Mineral Vein"] = "火岩礦脈"
  5297. L["Indurium Mineral Vein"] = "精鐵礦脈"
  5298. L["Instance Difficulty"] = "副本難度"
  5299. L["Instant Arcane Sanctum Security Kit"] = "速成秘法聖所安全工具包"
  5300. L["Invincible's Reins"] = "無敵的韁繩"
  5301. L["Iron Deposit"] = "鐵礦床"
  5302. L["Item ID"] = "物品ID"
  5303. L["Item ID to Collect"] = "要收集的物品ID"
  5304. L["Items to Use"] = "使用的物品"
  5305. L["Jade Lungfish School"] = "翠玉龍魚群"
  5306. L["Jadefire Spirit"] = "碧火精靈"
  5307. L["Jademist Dancer"] = "碧霧舞者"
  5308. L["Jawless Skulker School"] = "無頷潛藏者魚群"
  5309. L["Jewel Danio School"] = "珠寶斑馬魚群"
  5310. L["Jewel of Maddening Whispers"] = "狂亂低語珠寶"
  5311. L["Ji-Kun Hatchling"] = "稷坤寶寶"
  5312. L["Khorium Vein"] = "克銀礦脈"
  5313. L["Krasarang Paddlefish School"] = "喀撒朗匙吻鱘魚群"
  5314. L["Kyparite Deposit"] = "奇帕利礦床"
  5315. L["Large Obsidian Chunk"] = "大黑曜石塊"
  5316. L["Last Month"] = "上個月"
  5317. L["Last Week"] = "上週"
  5318. L["Left"] = "左"
  5319. L["Lesser Bloodstone Deposit"] = "次級血石礦床"
  5320. L["Lesser Firefin Snapper School"] = "火鰭鯛魚群"
  5321. L["Lesser Floating Debris"] = "漂浮的碎片"
  5322. L["Lesser Oily Blackmouth School"] = "小型黑口魚群"
  5323. L["Lesser Sagefish School"] = "小型鼠尾魚群"
  5324. L["Likelihood"] = "機率"
  5325. L["Lil' Bling"] = "小布靈登"
  5326. L["Living Sandling"] = "活體小流沙"
  5327. L["Loaded (running in debug mode)"] = "已載入 (執行除錯模式)"
  5328. L["Loading"] = "載入中"
  5329. L["Locked"] = "已鎖定"
  5330. L["Looking For Raid (10-30 players)"] = "隨機團隊(10-30人)"
  5331. L["Luckiness"] = "運氣"
  5332. L["Lucky"] = "好運"
  5333. L["lucky"] = "好運"
  5334. L["Lucky if you obtain in %d or less"] = "如果你在%d次內獲得是好運的"
  5335. L["Mantid"] = "螳螂人"
  5336. L["Mark of Flame"] = "烈焰印記"
  5337. L["Method of obtaining"] = "獲得方法"
  5338. L["Mimiron's Head"] = "彌米倫之首"
  5339. L["Minimal"] = "最小"
  5340. L["Mists of Pandaria"] = "潘達利亞之謎"
  5341. L["Mithril Deposit"] = "秘銀礦床"
  5342. L["Mogu"] = "魔古"
  5343. L["Mojo"] = "莫巧"
  5344. L["Moon Moon"] = "小月狼"
  5345. L["Moonglow Cuttlefish School"] = "月色墨魚群"
  5346. L["Mount"] = "坐騎"
  5347. L["Mountain Panda"] = "山地小熊貓"
  5348. L["Mountain Trout School"] = "山脈鱒魚群"
  5349. L["Mounts"] = "坐騎"
  5350. L["Mr. Grubbs"] = "格拉布斯先生"
  5351. L["Mr. Pinchy"] = "皮恩奇先生"
  5352. L["Muddy Churning Water"] = "混濁的水"
  5353. L["Mudfish School"] = "泥鰍群"
  5354. L["Musselback Sculpin School"] = "蚌脊魚群"
  5355. L["Mysterious Camel Figurine"] = "神秘駱駝刻像"
  5356. L["Mythic difficulty"] = "傳奇難度"
  5357. L["Mythic Raid (20 player)"] = "傳奇團隊(20人)"
  5358. L["Nerubian"] = "奈幽"
  5359. L["Nethercite Deposit"] = "虛空聚晶礦床"
  5360. L["Netherspace Portal-Stone"] = "虛空空間傳送石"
  5361. L["Nettlefish School"] = "蕁麻魚群"
  5362. L["New item"] = "新物品"
  5363. L["Night Elf"] = "夜精靈"
  5364. L["None (not in an instance)"] = "無(不在副本)"
  5365. L["Normal"] = "一般"
  5366. L["Normal Raid (10-30 players)"] = "普通團隊(10-30人)"
  5367. L["Obsidium Deposit"] = "黑曜石塊"
  5368. L["Obtained After %d Attempts"] = "%d 次嘗試後獲得"
  5369. L["Obtained as an archaeology project"] = "透過考古學獲得"
  5370. L["Obtained by collecting a number of items"] = "收集一定數量的物品來獲得"
  5371. L["Obtained by fishing"] = "透過釣魚獲得"
  5372. L["Obtained by mining"] = "透過採礦獲得"
  5373. L["Obtained by mining Elementium Vein"] = "源質礦脈採礦獲得"
  5374. L["Obtained by opening Crane Nests on the Timeless Isle"] = "在永恆島開啟鶴巢獲得"
  5375. L["Obtained by opening Timeless Chests on the Timeless Isle"] = "在永恆島開啟永恆寶箱獲得"
  5376. L["Obtained by using an item or opening a container"] = "透過使用物品或打開容器獲得"
  5377. L["Obtained On Your First Attempt"] = "在你第一次嘗試就獲得"
  5378. L["Oil Spill"] = "油井"
  5379. L["Oily Blackmouth School"] = "黑口魚群"
  5380. L["Oily Sea Scorpion School"] = "肥美的海蠍群"
  5381. L["Ominous Flame"] = "不祥之焰"
  5382. L["Only Raid Finder difficulty"] = "只有隨機團隊難度"
  5383. L["Ooze Covered Gold Vein"] = "軟泥覆蓋的金礦脈"
  5384. L["Ooze Covered Mithril Deposit"] = "軟泥覆蓋的秘銀礦床"
  5385. L["Ooze Covered Rich Thorium Vein"] = "軟泥覆蓋的富瑟銀礦脈"
  5386. L["Ooze Covered Silver Vein"] = "軟泥覆蓋的銀礦脈"
  5387. L["Ooze Covered Thorium Vein"] = "軟泥覆蓋的瑟銀礦脈"
  5388. L["Ooze Covered Truesilver Deposit"] = "軟泥覆蓋的真銀礦床"
  5389. L["Orc"] = "獸人"
  5390. L["Other"] = "其他"
  5391. L["Other Requirements"] = "其他需求"
  5392. L["Pandaren"] = "熊貓人"
  5393. L["Parrot Cage (Green Wing Macaw)"] = "鸚鵡籠(綠翼鸚鵡)"
  5394. L["Parrot Cage (Hyacinth Macaw)"] = "鸚鵡籠(藍紫金剛鸚鵡)"
  5395. L["Patch of Elemental Water"] = "元素之水"
  5396. L["Phoenix Hatchling"] = "鳳凰寶寶"
  5397. L["Players have a personal loot chance to obtain this item."] = "玩家有個人的拾取機率來獲得此物品"
  5398. L["Please enter a comma-separated list of item IDs."] = "請輸入一個物品的ID列表並使用逗號分隔。"
  5399. L["Please enter a comma-separated list of NPC IDs."] = "請輸入一個NPC的ID列表並使用逗號分隔。"
  5400. L["Please enter a comma-separated list of zones."] = "請輸入一個使用逗號分隔的區域列表。"
  5401. L["Pool of Fire"] = "火池"
  5402. L["Porcupette"] = "刺蝟"
  5403. L["Primal Egg"] = "原生蛋"
  5404. L["Profile modified, rebooting"] = "配置已更改,重啟中"
  5405. L["Profiling OFF"] = "分析OFF"
  5406. L["Profiling ON"] = "分析ON"
  5407. L["Progress"] = "進度"
  5408. L["Progress Bar"] = "進度條"
  5409. L["Pure Saronite Deposit"] = "純淨薩鋼礦床"
  5410. L["Pure Water"] = "純水"
  5411. L["Pygmy Direhorn"] = "侏儒恐角龍"
  5412. L["Pyrite Deposit"] = "黃鐵礦床"
  5413. L["Quivering Blob"] = "顫動血泡"
  5414. L["Raid Finder instance (legacy content; fixed at 25 players)"] = "隨機團隊副本(舊團隊;固定在25人)"
  5415. L["Raid Finder or Flexible difficulty"] = "隨機團隊或彈性難度"
  5416. L["Razzashi Hatchling"] = "小拉札希迅猛龍"
  5417. L["Red Qiraji Resonating Crystal"] = "紅色其拉共鳴水晶"
  5418. L["Redbelly Mandarin School"] = "紅肚桂花魚群"
  5419. L["Reef Octopus Swarm"] = "暗礁章魚群"
  5420. L["Reins of the Amber Primordial Direhorn"] = "琥珀原始恐角龍韁繩"
  5421. L["Reins of the Astral Cloud Serpent"] = "星界雲蛟韁繩"
  5422. L["Reins of the Azure Drake"] = "蒼藍龍韁繩"
  5423. L["Reins of the Black Primal Raptor"] = "黑色原始迅猛龍韁繩"
  5424. L["Reins of the Blazing Drake"] = "熾炎飛龍韁繩"
  5425. L["Reins of the Blue Drake"] = "藍龍韁繩"
  5426. L["Reins of the Blue Proto-Drake"] = "藍色元龍韁繩"
  5427. L["Reins of the Cobalt Primordial Direhorn"] = "鈷藍原始恐角龍韁繩"
  5428. L["Reins of the Drake of the North Wind"] = "北風之龍韁繩"
  5429. L["Reins of the Drake of the South Wind"] = "南風之龍韁繩"
  5430. L["Reins of the Grand Black War Mammoth"] = "巨大黑色戰爭長毛象韁繩"
  5431. L["Reins of the Green Primal Raptor"] = "綠色原始迅猛龍韁繩"
  5432. L["Reins of the Green Proto-Drake"] = "綠色元龍韁繩"
  5433. L["Reins of the Grey Riding Camel"] = "灰色騎乘駱駝韁繩"
  5434. L["Reins of the Heavenly Onyx Cloud Serpent"] = "瑪瑙穹天雲蛟韁繩"
  5435. L["Reins of the Jade Primordial Direhorn"] = "翠玉原始恐角龍韁繩"
  5436. L["Reins of the Onyxian Drake"] = "奧妮克希亞飛龍韁繩"
  5437. L["Reins of the Raven Lord"] = "烏鴉領主韁繩"
  5438. L["Reins of the Slate Primordial Direhorn"] = "石板原始恐角龍韁繩"
  5439. L["Reins of the Thundering Cobalt Cloud Serpent"] = "雷霆鈷藍雲蛟韁繩"
  5440. L["Reins of the Vitreous Stone Drake"] = "玻璃石龍韁繩"
  5441. L["Reins of the White Polar Bear"] = "白色北極熊韁繩"
  5442. L["Repeatable"] = "可重複"
  5443. L["Required for %s"] = "需要 %s"
  5444. L["Requires a pool"] = "需要一個池"
  5445. L["Rich Adamantite Deposit"] = "豐沃的堅鋼礦床"
  5446. L["Rich Blackrock Deposit"] = "豐沃的黑石礦床"
  5447. L["Rich Cobalt Deposit"] = "豐沃的鈷藍礦床"
  5448. L["Rich Elementium Vein"] = "豐沃的源質礦脈"
  5449. L["Rich Ghost Iron Deposit"] = "豐沃的鬼鐵礦脈"
  5450. L["Rich Kyparite Deposit"] = "豐沃的奇帕利礦床"
  5451. L["Rich Obsidium Deposit"] = "豐沃的黑曜石塊"
  5452. L["Rich Pyrite Deposit"] = "豐沃的黃鐵礦床"
  5453. L["Rich Saronite Deposit"] = "豐沃的薩鋼礦床"
  5454. L["Rich Thorium Vein"] = "富瑟銀礦脈"
  5455. L["Rich Trillium Vein"] = "豐沃的延齡礦脈"
  5456. L["Rich True Iron Deposit"] = "豐沃的真鐵礦床"
  5457. L["Right"] = "右"
  5458. L["Right-Aligned"] = "向右對齊"
  5459. L["Ruby Droplet"] = "小晶紅水靈"
  5460. L["Sagefish School"] = "鼠尾魚群"
  5461. L["Saronite Deposit"] = "薩鋼礦床"
  5462. L["Satyr Charm"] = "薩特符咒"
  5463. L["Savage Piranha Pool"] = "蠻荒食人魚池"
  5464. L["Scale"] = "比例"
  5465. L["Scenario instance"] = "事件副本"
  5466. L["Scepter of Azj'Aqir"] = "阿茲亞基權杖"
  5467. L["School of Darter"] = "淡水魚群"
  5468. L["School of Deviate Fish"] = "變異魚群"
  5469. L["School of Tastyfish"] = "可口魚群"
  5470. L["Schooner Wreckage"] = "漂浮的殘骸"
  5471. L["Schooner Wreckage Pool"] = "帆船殘骸區域"
  5472. L["Scorched Stone"] = "焦灼之石"
  5473. L["Sea Pony"] = "小海馬"
  5474. L["Sea Scorpion School"] = "海蠍群"
  5475. L["Sea Turtle"] = "海龜"
  5476. L["Session"] = "階段"
  5477. L["Shell of Tide-Calling"] = "喚潮之殼"
  5478. L["Shift-Click to link your progress to chat"] = "Shift-點擊以輸出您的進度連結到聊天中"
  5479. L["Shift-Click to open options"] = "Shift-點擊以開啟選項"
  5480. L["Shipwreck Debris"] = "沉船殘骸"
  5481. L["Show anchor"] = "顯示描點"
  5482. L["Show attempts in tooltips"] = "在工具提示中顯示嘗試"
  5483. L["Show Icon"] = "顯示圖標"
  5484. L["Show minimap icon"] = "顯示小地圖圖示"
  5485. L["Show Text"] = "顯示文字"
  5486. L["Silver Vein"] = "銀礦脈"
  5487. L["Since last drop"] = "自從最後一次掉落"
  5488. L["Skunky Alemental"] = "惡臭酒元素"
  5489. L["Skyshard"] = "天裂片"
  5490. L["Small Obsidian Chunk"] = "小黑曜石塊"
  5491. L["Small Thorium Vein"] = "瑟銀礦脈"
  5492. L["Smoldering Egg of Millagazor"] = "密拉加卓的悶燃火鷹蛋"
  5493. L["Snowy Panda"] = "雪白小熊貓"
  5494. L["Son of Animus"] = "憎惡魔像之子"
  5495. L["Son of Galleon's Saddle"] = "「帆船」之子的鞍具"
  5496. L["Sorting by difficulty"] = "根據難度排序"
  5497. L["Sorting by name"] = "根據名稱排序"
  5498. L["Sorting by percent complete"] = "根據完成百分比排序"
  5499. L["Sparse Firefin Snapper School"] = "稀疏火鰭鯛魚群"
  5500. L["Sparse Oily Blackmouth School"] = "稀疏黑口魚群"
  5501. L["Sparse Schooner Wreckage"] = "稀疏漂浮的殘骸"
  5502. L["Spawn of Horridon"] = "哈里登的子嗣"
  5503. L["Special case"] = "特別案例"
  5504. L["Spell ID"] = "法術ID"
  5505. L["Spineclaw Crab"] = "虎鉗蟹"
  5506. L["Spinefish School"] = "棘魚群"
  5507. L["Sporefish School"] = "孢子魚群"
  5508. L["Sprite Darter Egg"] = "精龍的蛋"
  5509. L["Statistics"] = "統計"
  5510. L["Steam Pump Flotsam"] = "蒸汽幫浦漂浮殘骸"
  5511. L["Stonescale Eel Swarm"] = "石鱗鰻魚群"
  5512. L["Strand Crawler"] = "灘頭蟹"
  5513. L["Strange Pool"] = "奇怪的水池"
  5514. L["Sunfur Panda"] = "日毛小熊貓"
  5515. L["Swift Brewfest Ram"] = "迅捷啤酒節山羊"
  5516. L["Swift White Hawkstrider"] = "迅捷白色陸行鷹"
  5517. L["Swift Zulian Panther"] = "迅捷祖利安獵豹"
  5518. L["Tainted Core"] = "受污染的核心"
  5519. L["Take screenshots"] = "擷取螢幕擷圖"
  5520. L["Teeming Firefin Snapper School"] = "群聚火鰭鯛魚群"
  5521. L["Teeming Floating Wreckage"] = "群聚漂浮的殘骸"
  5522. L["Teeming Oily Blackmouth School"] = "群聚黑口魚群"
  5523. L["Texture"] = "材質"
  5524. L["The Burning Crusade"] = "燃燒的遠征"
  5525. L["The Horseman's Reins"] = "無頭騎士韁繩"
  5526. L["The name you entered is already being used by another item. Please enter a unique name."] = "您輸入的名稱已經使用在別的物品,請輸入一個單獨的名稱。"
  5527. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "Rarity選項模組已經關閉,從您的插件選單中啟用並且登出。"
  5528. L["This item is only available to Alliance players."] = "此物品只有聯盟玩家可用。"
  5529. L["This item is only available to Horde players."] = "此物品只有部落玩家可用。"
  5530. L["This mount is only obtainable by Alliance players"] = "此坐騎只有聯盟玩家可獲得"
  5531. L["This mount is only obtainable by Horde players"] = "此坐騎只有部落玩家可獲得"
  5532. L["Tiger Gourami School"] = "虎斑絲足魚群"
  5533. L["Time"] = "時間"
  5534. L["Time spent farming"] = "農花費時間"
  5535. L["Timeless Chest"] = "永恆寶箱"
  5536. L["Tin Vein"] = "錫礦脈"
  5537. L["Tiny Crimson Whelpling"] = "小紅龍寶寶"
  5538. L["Tiny Emerald Whelpling"] = "翡翠龍寶寶"
  5539. L["Tiny Fel Engine Key"] = "惡魔引擎鑰匙"
  5540. L["Titanium Vein"] = "泰坦鋼礦脈"
  5541. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "要創建一個新物品,輸入一個物品的單獨名稱,並且點擊OK。如果伺服器沒有回報此物品連結或是物品是無效的則名稱已經被使用了。"
  5542. L["Today"] = "本日"
  5543. L["Toggles"] = "切換"
  5544. L["Tol'vir"] = "托維爾"
  5545. L["Total"] = "總計"
  5546. L["Total found"] = "總計發現"
  5547. L["Toxic Wasteling"] = "有毒小廢泥"
  5548. L["Track this"] = "追蹤這個"
  5549. L["Trillium Vein"] = "延齡礦脈"
  5550. L["Troll"] = "食人妖"
  5551. L["True Iron Deposit"] = "真鐵礦床"
  5552. L["Truesilver Deposit"] = "真銀礦床"
  5553. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = "啟用Rarity的小地圖圖標。如果您沒有LDB顯示插件可以使用此選項。"
  5554. L["Type of item"] = "物品類型"
  5555. L["Unavailable"] = "不可用"
  5556. L["Undefeated"] = "未擊倒"
  5557. L["Unknown"] = "未知"
  5558. L["Unlucky"] = "壞運"
  5559. L["unlucky"] = "壞運"
  5560. L["Unscathed Egg"] = "毫髮無傷的蛋"
  5561. L["Usually requires a group of around %d players"] = "通常需要%d位玩家的隊伍"
  5562. L["Verbose"] = "詳細的"
  5563. L["Viscidus Globule"] = "維希度斯淤泥怪"
  5564. L["Vrykul"] = "維酷"
  5565. L["Warlords of Draenor"] = "德拉諾之霸"
  5566. L["Warning Sign"] = "警告標誌 "
  5567. L["Waterlogged Wreckage"] = "浸水的殘骸"
  5568. L["Waterlogged Wreckage Pool"] = "浸水的殘骸"
  5569. L["Welcome to Rarity r%d. Your settings have been reset."] = "歡迎使用 Rarity r%d。 你的設定已被重置。"
  5570. L["When enabled, Rarity tooltips will include how many attempts you've made."] = "如果啟用,提示中會包含你已經嘗試的次數。"
  5571. L["When on, Rarity will take a screenshot when the achievement alert pops up indicating that you obtained an item."] = "開啟時,當成就跳起指示您獲得一個物品,Rarity會擷取螢幕擷圖。"
  5572. L["Whistle of Chromatic Bone"] = "炫彩骨頭之哨"
  5573. L["White Trillium Deposit"] = "白延齡礦石"
  5574. L["Width"] = "寬度"
  5575. L["Wrath of the Lich King"] = "巫妖王之怒"
  5576. L["Yesterday"] = "昨日"
  5577. L["You entered a achievement ID that is already being used by another item."] = "您輸入的成就ID已被使用在其他物品。"
  5578. L["You entered a creature ID that is already being used by another item."] = "您輸入的生物ID已被使用在其他的物品。"
  5579. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "你輸入了一個已被保留的名稱,請輸入在遊戲中出現的正確的物品名稱。"
  5580. L["You entered a spell ID that is already being used by another item."] = "您輸入的法術ID已被使用在其他物品。"
  5581. L["You entered an item ID that is already being used by another item."] = "您輸入的物品ID已被使用在其他物品。"
  5582. L["You must enter a creature ID."] = "您必須輸入一個人物ID"
  5583. L["You must enter a number larger than 0."] = "您必須輸入一個大於0的數字。"
  5584. L["You must enter a number larger than 1."] = "您必須輸入大於1的數字。"
  5585. L["You must enter a number larger than or equal to 0."] = "您必須輸入大於或等於0的數字。"
  5586. L["You must enter a spell ID."] = "你必須輸入一個法術ID"
  5587. L["You must enter a valid number."] = "您必須輸入一個正確的數字。"
  5588. L["You must enter an amount."] = "您必須輸入一個數量。"
  5589. L["You must enter an item ID."] = "你必須輸入一個物品ID"
  5590. L["You must enter at least one item ID."] = "你必須至少輸入一個物品ID。"
  5591. L["You must enter at least one NPC ID."] = "你必須至少輸入一個NPC ID。"
  5592. L["You must enter at least one zone."] = "你必須至少輸入一個區域"
  5593. L["Zones"] = "區域"
  5594. end
  5595.  
  5596. L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "ptBR")
  5597. if L then
  5598. L[" (Group)"] = "(Grupo)"
  5599. L["#%d: %d attempt (%.2f%%)"] = "#%d: %d tentativa (%.2f%%)"
  5600. L["#%d: %d attempts (%.2f%%)"] = "#%d: %d tentativas (%.2f%%)"
  5601. L["%d attempt"] = "%d tentativa"
  5602. L["%d attempt - %.2f%%"] = "%d tentativa - %.2f%%"
  5603. L["%d attempts"] = "%d tentativas"
  5604. L["%d attempts - %.2f%%"] = "%d tentativas - %.2f %%"
  5605. L["%d collected - %.2f%%"] = "%d coletado - %.2f%%"
  5606. L["%s: %d attempt"] = "%s: %d tentativa"
  5607. L["%s: %d attempt - %.2f%%"] = "%s: %d tentativa - %.2f%%"
  5608. L["%s: %d attempt (%d total)"] = "%s: %d tentativa (%d total)"
  5609. L["%s: %d attempts"] = "%s: %d tentativas"
  5610. L["%s: %d attempts - %.2f%%"] = "%s: %d tentativas - %.2f%%"
  5611. L["%s: %d attempts (%d total)"] = "%s: %d tentativas (%d total)"
  5612. L["%s: %d collected"] = "%s: %d coletado"
  5613. L["%s: 0/%d attempt so far (%.2f%% - %s)"] = "%s: 0/%d tentativa até agora (%.2f%% - %s)"
  5614. L["%s: 0/%d attempts so far (%.2f%% - %s)"] = "%s: 0/%d tentativas até agora (%.2f%% - %s)"
  5615. L["(%d/%d attempts)"] = "(%d/%d tentativas)"
  5616. L["(%d/%d collected)"] = "(%d/%d coletado)"
  5617. L["(running in debug mode)"] = "(executando no modo de depuração)"
  5618. L["1 in %d chance"] = "chance de 1 em %d"
  5619. L["A comma-separated list of item IDs which, when used or opened, can give you this item. Use WowHead or a similar service to lookup item IDs."] = "Uma lista de IDs separados por vírgula de itens que, quando usados ou abertos, podem dar este item. Use o WowHead ou um serviço similar para procurar por IDs."
  5620. L["A comma-separated list of NPC IDs who drop this item. Use WowHead or a similar service to lookup NPC IDs."] = "Uma lista de IDs separados por vírgula de PNJs cujo saque pode conter este item. Use o WowHead ou um serviço similar para procurar por IDs de PNJs."
  5621. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item."] = "Uma lista separada por vírgulas de IDs de Estatísticas que contam o número de mortes para obter este item."
  5622. L["A comma-separated list of Statistic IDs that track the number of kills toward obtaining this item. These statistics will be added together. Use WowHead or a similar service to locate statistic IDs."] = "Uma lista separada por vírgulas de IDs de Estatísticas que contam o número de mortes para obter este item. Estas estatísticas serão adicionadas juntas. Use o Wowhead ou um serviço similar para localizar IDs de estatísticas."
  5623. L["Abundant Bloodsail Wreckage"] = "Destroços Abundante dos Vela Sangrenta"
  5624. L["Abundant Firefin Snapper School"] = "Cardume Abundante de Pargo Pinafogo"
  5625. L["Abundant Oily Blackmouth School"] = "Cardume Abundante de Bocanera Oleoso"
  5626. L["Abyssal Gulper School"] = "Cardume de Boca-grandes Abissais"
  5627. L["Adamantite Deposit"] = "Depósito de Adamantita"
  5628. L["Albino Cavefish School"] = "Cardume de Bagres-cegos Albinos"
  5629. L["Algaefin Rockfish School"] = "Cardume de Peixe-pedra Barbatalga"
  5630. L["Alliance only"] = "Apenas Aliança"
  5631. L["Already defeated"] = "Já derrotado"
  5632. L["Already defeated for %s"] = "Já derrotado para %s"
  5633. L["Already known"] = "Já se sabe"
  5634. L["Announce"] = "Anunciar"
  5635. L["Announcements"] = "Anúncios"
  5636. L["Anubisath Idol"] = "Ídolo Anubisath"
  5637. L["Archaeology race"] = "Raça de arqueologia"
  5638. L["Are you sure you want to delete this item?"] = "Tem certeza de que deseja excluir este item?"
  5639. L["Armored Razzashi Raptor"] = "Raptor Razzashi Armadurado"
  5640. L["Ashes of Al'ar"] = "Cinzas de Al'ar"
  5641. L["Ashleaf Spriteling"] = "Duendezinho Folhacinza"
  5642. L["Attempts"] = "Tentativas"
  5643. L["Azure Crane Chick"] = "Filhote de Garça de Lazúli"
  5644. L["Azure Whelpling"] = "Dragonetinho Lazúli"
  5645. L["Big Love Rocket"] = "Foguetão do Amor"
  5646. L["Black Trillium Deposit"] = "Depósito de Trílio Negro"
  5647. L["Blackbelly Mudfish School"] = "Cardume de Muçuns-de-barriga-preta"
  5648. L["Blackfuse Bombling"] = "Bombinha Pavio Preto"
  5649. L["Blackrock Deposit"] = "Depósito de Rocha Negra"
  5650. L["Blackwater Whiptail School"] = "Cardume de Azorragues Aguanegra"
  5651. L["Blackwing Banner"] = "Estandarte Asa Negra"
  5652. L["Blazing Rune"] = "Runa Flamejante"
  5653. L["Blighted Spore"] = "Esporos Empesteados"
  5654. L["Blind Lake Sturgeon School"] = "Cardume de Esturjões Cegos do Lago"
  5655. L["Bloodsail Wreckage"] = "Destroços dos Vela Sangrenta"
  5656. L["Bloodsail Wreckage Pool"] = "Destroços dos Vela Sangrenta"
  5657. L["Bluefish School"] = "Cardume de Azulinhos"
  5658. L["Bonkers"] = "Pauladas"
  5659. L["Borean Man O' War School"] = "Cardume de Caravelas Boreanas"
  5660. L["Brackish Mixed School"] = "Cardume Misto Salobre"
  5661. L["Brilliant Phoenix Hawk Feather"] = "Pena Brilhante de Águia Fênix"
  5662. L["Bunny Hunter is running. Would you like Rarity to import data from Bunny Hunter now? Disable Bunny Hunter or click Yes if you don't want to be asked again."] = "Bunny Hunter está em execução. Você gostaria que o Rarity importasse os dados do Bunny Hunter agora? Desative o Bunny Hunter ou clique em Sim se você não quiser ser perguntado de novo."
  5663. L["Captured Firefly"] = "Vaga-lume Capturado"
  5664. L["Cat Carrier (Black Tabby)"] = "Transportador de Gato (Tigrado Preto)"
  5665. L["Cataclysm"] = "Cataclismo"
  5666. L["Chance"] = true
  5667. L["Chance so far"] = "Chances até agora"
  5668. L["Click to switch to this item"] = "Clique para trocar para este item"
  5669. L["Click to toggle the progress bar"] = "Clique para alternar a barra de progresso"
  5670. L["Clutch of Ji-Kun"] = "Garra de Ji-Kun"
  5671. L["Cobalt Deposit"] = "Depósito de Cobalto"
  5672. L["Collect %d %s"] = "Coletar %d %s"
  5673. L["Collected"] = "Coletado"
  5674. L["Collection Complete"] = "Coleção completa"
  5675. L["Collection complete!"] = "Coleção completa!"
  5676. L["Collection Size"] = "Tamanho da coleção"
  5677. L["Controls what type of text is shown in Rarity's LDB feed. Minimal shows just the number of attempts. Normal adds the likelihood percent, and verbose adds the item link."] = "Controla que tipo de texto é mostrado no feed LDB do Rarity. O mínimo mostra apenas o número de tentativas. O normal adiciona a percentagem de probabilidade, e o Prolixo adiciona o link do item."
  5678. L["Copper Vein"] = "Veio de Cobre"
  5679. L["Core of Hardened Ash"] = "Núcleo de Cinzas Endurecidas"
  5680. L["Crane Nest"] = "Ninho de Garça"
  5681. L["Create a New Item"] = "Criar um Novo Item"
  5682. L["Create a new item to track"] = "Criar um novo item para rastrear"
  5683. L["Creature ID"] = "ID da criatura"
  5684. L["Crystal of the Void"] = "Cristal do Caos"
  5685. L["Ctrl-Click to change sort order"] = "Ctrl-Clique para mudar a ordem de classificação"
  5686. L["Custom"] = "Personalizado"
  5687. L["Dark Iron Deposit"] = "Depósito de Ferro Negro"
  5688. L["Dark Quivering Blob"] = "Bolha Escura Trêmula"
  5689. L["Dark Whelpling"] = "Dragonetinho Negro"
  5690. L["Darkmoon Eye"] = "Olho de Negraluna"
  5691. L["Data has been imported from Bunny Hunter"] = "Os dados foram importados do Bunny Hunter"
  5692. L["Death Adder Hatchling"] = "Pequena Áspide da Morte"
  5693. L["Deathcharger's Reins"] = "Rédeas do Corcel da Morte"
  5694. L["Debug mode OFF"] = "Modo de depuração DESLIGADO"
  5695. L["Debug mode ON"] = "Modo de depuração LIGADO"
  5696. L["Deep Sea Monsterbelly School"] = "Cardume de Pançudos do Mar Profundo"
  5697. L["Deepsea Sagefish School"] = "Cardume de Sabichões Abissais"
  5698. L["Defeated"] = "Derrotado"
  5699. L["Delete this item"] = "Excluir este item"
  5700. L["Determines how this item is obtained."] = "Determina como este item é obtido."
  5701. L["Determines what type of item this is."] = "Determina que tipo de item este é."
  5702. L["Determines whether the item can only be obtained from fishing in pools. In order for this option to work, the fishing pools must have all been translated into your client's language."] = "Determina se o item só pode ser obtido ao pescar em cardumes. Para que esta opção funcione, os cardumes devem estar traduzidos para o idioma do seu cliente."
  5703. L["Determines whether tracking should be enabled for this item. Items that are disabled will not appear in the tooltip."] = "Determina se o rastreamento deve ser ativado para este item. Itens que são desativados não aparecerão na dica de tela."
  5704. L["Determines whether you want to repeatedly farm this item. If you turn this on and find the item, Rarity will mark the item as un-found after a few seconds."] = "Determina se você quer \"farmar\" este item repetidamente. Se você ligar isto e encontrar o item, o Rarity marcará o item como \"não encontrado\" em alguns segundos."
  5705. L["Determines which race includes this archaeology project."] = "Determina qual raça inclui este projeto de arqueologia."
  5706. L["Deviate Hatchling"] = "Filhote Anormal"
  5707. L["Direhorn Runt"] = "Escornante Nanico"
  5708. L["Disgusting Oozeling"] = "Gosmícula Nojenta"
  5709. L["Draenei"] = true
  5710. L["Dragonfin Angelfish School"] = "Cardume de Acarás-bandeira Pinadragos"
  5711. L["Dripping Strider Egg"] = "Ovo de Moa Pingante"
  5712. L["Drops from a boss requiring a group"] = "Saqueado de um chefe, necessitando um grupo"
  5713. L["Drops from any mob in a zone"] = "Saqueado de qualquer mob em uma zona"
  5714. L["Drops from NPC(s)"] = "Saqueado de NPC(s)"
  5715. L["Dusty Clutch of Eggs"] = "Ninhada de Ovos Empoeirados"
  5716. L["Dwarf"] = "Anão"
  5717. L["Elementium Geode"] = "Geodo de Elemêntio"
  5718. L["Elementium Vein"] = "Veio de Elemêntio"
  5719. L["Emperor Salmon School"] = "Cardume de Salmões Imperiais"
  5720. L["Enable announcements"] = "Ativar anúncios"
  5721. L["Enables announcements whenever you complete a new attempt toward anything Rarity is tracking. You can also enable announcements per-item, but this is the master switch."] = "Ativa anúncios para quando você completa uma nova tentativa de qualquer coisa que o Rarity esteja rastreando. Você pode também ativar anúncios por item, mas esta é a chave mestra."
  5722. L["Enables announcements whenever you complete a new attempt toward this item."] = "Ativa anúncios para quando você completa uma nova tentativa deste item."
  5723. L["Equal odds"] = "Chances iguais"
  5724. L["Every item ID must be a number greater than 0."] = "O ID do item deve ser maior que 0."
  5725. L["Every NPC ID must be a number greater than 0."] = "O ID do PNJ deve ser maior que 0."
  5726. L["Experiment 12-B"] = "Experimento 12-B"
  5727. L["Fangtooth Herring School"] = "Cardume de Arenques Presadentes"
  5728. L["Fat Sleeper School"] = "Cardume de Pestanas Gordos"
  5729. L["Fathom Eel Swarm"] = "Grande Cardume de Enguias de Profundeza"
  5730. L["Feed text"] = "Texto de Feed"
  5731. L["Fel Iron Deposit"] = "Depósito de Ferrovil"
  5732. L["Feltail School"] = "REMOVIDO NA PATCH 2.4"
  5733. L["Fiery Warhorse's Reins"] = "Rédeas do Cavalo de Guerra Fogoso"
  5734. L["Fire Ammonite School"] = "Cardume de Amonitas de Fogo"
  5735. L["Firefin Snapper School"] = "Cardume de Pargos Pinafogos"
  5736. L["Flametalon of Alysrazor"] = "Garrachama de Alysrazor"
  5737. L["Floating Debris"] = "Destroços Flutuantes"
  5738. L["Floating Debris Pool"] = "Destroços Flutuantes"
  5739. L["Floating Shipwreck Debris"] = "Destroços do Naufrágio"
  5740. L["Floating Wreckage"] = "Destroços Flutuantes"
  5741. L["Floating Wreckage Pool"] = "Destroços Flutuantes"
  5742. L["Fossil"] = "Fóssil"
  5743. L["Fossilized Raptor"] = "Raptor Fossilizado"
  5744. L["Found after %d attempts!"] = "Encontrado após %d tentativas!"
  5745. L["Found on your first attempt!"] = "Encontrado na sua primeira tentativa!"
  5746. L["Fox Kit"] = "Filhote de Raposa"
  5747. L["General"] = "Geral"
  5748. L["General Options"] = "Opções gerais"
  5749. L["Ghost Iron Deposit"] = "Depósito de Ferro Fantasma"
  5750. L["Giant Mantis Shrimp Swarm"] = "Enxame de Camarões-grilo Gigantes"
  5751. L["Giant Sewer Rat"] = "Rato Gigante de Esgoto"
  5752. L["Glacial Salmon School"] = "Cardume de Salmões Glaciais"
  5753. L["Glassfin Minnow School"] = "Cardume de Manjubinhas Galhavítreas"
  5754. L["Gluth's Bone"] = "Osso de Gluth"
  5755. L["Gold Vein"] = "Veio de Ouro"
  5756. L["Golden Carp School"] = "Cardume de Carpas Douradas"
  5757. L["Great Brewfest Kodo"] = "Grande Kodo da CervaFest"
  5758. L["Greater Sagefish School"] = "Grande Cardume de Sabichões"
  5759. L["Group size"] = "Tamanho do grupo"
  5760. L["Gundrak Hatchling"] = "Filhote de Gundrak"
  5761. L["Half-Empty Food Container"] = "Recipiente de Comida Meio Vazio"
  5762. L["Height"] = "Altura"
  5763. L["Hidden"] = "Oculto"
  5764. L["Hide unavailable items"] = "Ocultar itens indisponíveis"
  5765. L["Highland Guppy School"] = "Cardume de Lebiste das Terras Altas"
  5766. L["Highland Mixed School"] = "Cardume Misto das Terras Altas"
  5767. L["Holiday"] = "Feriado"
  5768. L["Holiday reminders"] = "Lembretes de férias"
  5769. L["Hollow Reed"] = "Junco Oco"
  5770. L["Horde only"] = "Apenas Horda"
  5771. L["How likely the item is to appear, expressed as 1 in X, where X is the number you enter here."] = "A probabilidade do item de aparecer, expressado como 1 em X, sendo X o número que você insere aqui."
  5772. L["How many attempts you've made so far."] = "Quantas tentativas você fez até agora."
  5773. L["How many items you need to collect."] = "Quantos itens você precisa coletar."
  5774. L["How many items you've collected so far."] = "Quantos itens você coletou até agora."
  5775. L["Huge Obsidian Slab"] = "Grande Pilha de Obsidios"
  5776. L["Ice Chip"] = "Lasca de Gelo"
  5777. L["Identify the Item"] = "Identifique o Item"
  5778. L["Imbued Jade Fragment"] = "Fragmentos de Jade Imbuídos"
  5779. L["Imperial Manta Ray School"] = "Cardume de Arraias-jamanta Imperiais"
  5780. L["Incendicite Mineral Vein"] = "Veio de Incendicita"
  5781. L["Indurium Mineral Vein"] = "Mineral Indurio"
  5782. L["Instant Arcane Sanctum Security Kit"] = "Kit de Segurança Instantâneo do Sacrário Arcano"
  5783. L["Invincible's Reins"] = "Rédeas do Invencível"
  5784. L["Iron Deposit"] = "Depósito de Ferro"
  5785. L["Item ID"] = "ID do Item"
  5786. L["Items to Use"] = "Itens para Usar"
  5787. L["Jade Lungfish School"] = "Cardume de Piramboias de Jade"
  5788. L["Jawless Skulker School"] = "Cardume de Sorrateiros Sem-queixo"
  5789. L["Jewel Danio School"] = "Cardume de Peixes-zebra"
  5790. L["Jewel of Maddening Whispers"] = "Joia dos Sussurros Enlouquecedores"
  5791. L["Ji-Kun Hatchling"] = "Filhote de Ji-Kun"
  5792. L["Khorium Vein"] = "Veio de Kório"
  5793. L["Kill Statistic IDs"] = "IDs de Estatísticas de Mortes"
  5794. L["Krasarang Paddlefish School"] = "Cardume de Peixes-espátula de Krasarang"
  5795. L["Kyparite Deposit"] = "Depósito de Kyparita"
  5796. L["Large Obsidian Chunk"] = "Grande Estilhaço de Obisidiana"
  5797. L["Last Month"] = "Mês Passado"
  5798. L["Last Week"] = "Semana Passada"
  5799. L["Left"] = "Esquerda"
  5800. L["Lesser Bloodstone Deposit"] = "Depósito de Menor Plasma"
  5801. L["Lesser Firefin Snapper School"] = true
  5802. L["Lesser Floating Debris"] = true
  5803. L["Lesser Oily Blackmouth School"] = true
  5804. L["Lesser Sagefish School"] = true
  5805. L["Likelihood"] = "Probabilidade"
  5806. L["Living Sandling"] = "Arenídeo Vivo"
  5807. L["Loaded (running in debug mode)"] = "Carregado (executando em modo de depuração)"
  5808. L["Loading"] = "Carregando"
  5809. L["Locked"] = "Trancado"
  5810. L["Luckiness"] = "Sorte"
  5811. L["Lucky"] = "Sortudo"
  5812. L["lucky"] = "sortudo"
  5813. L["Lucky if you obtain in %d or less"] = "Sortudo se você obter em %d ou menos"
  5814. L["Lump of Coal"] = "Pedaço de Carvão"
  5815. L["Mantid"] = "Mantídeo"
  5816. L["Mark of Flame"] = "Marca da Chama"
  5817. L["Method of obtaining"] = "Método de obtenção"
  5818. L["Mimiron's Head"] = "Cabeça de Mimiron"
  5819. L["Minimal"] = "Mínimo"
  5820. L["Mithril Deposit"] = "Depósito de Mithril"
  5821. L["Mogu"] = true
  5822. L["Mojo"] = true
  5823. L["Moonglow Cuttlefish School"] = "Cardume de Lulas Brilho-da-lua"
  5824. L["Mount"] = "Montaria"
  5825. L["Mountain Panda"] = "Panda da Montanha"
  5826. L["Mountain Trout School"] = "Cardume de Truta da Montanha"
  5827. L["Mounts"] = "Montarias"
  5828. L["Mr. Grubbs"] = "Sr. Fofinho"
  5829. L["Mr. Pinchy"] = "Sr. Belisco"
  5830. L["Muddy Churning Water"] = true
  5831. L["Mudfish School"] = "Cardume de Muçuns"
  5832. L["Musselback Sculpin School"] = "Cardume de Mangangás Berbidorsos"
  5833. L["Mysterious Camel Figurine"] = "Estatueta de Camelo Misteriosa"
  5834. L["Nerubian"] = "Nerubiano"
  5835. L["Nethercite Deposit"] = "Depósito de Etercita"
  5836. L["Netherspace Portal-Stone"] = "Pedra-Portal do Eterespaço"
  5837. L["Nettlefish School"] = "Cardume de Peixes-urtiga"
  5838. L["New item"] = "Novo item"
  5839. L["Night Elf"] = "Elfo Noturno"
  5840. L["Normal"] = true
  5841. L["NPCs"] = "PNJs"
  5842. L["Obsidium Deposit"] = "Depósito de Obsídio"
  5843. L["Obtained After %d Attempts"] = "Obtido(a) após %d Tentativas"
  5844. L["Obtained as an archaeology project"] = "Obtido como um projeto de arqueologia"
  5845. L["Obtained by collecting a number of items"] = "Obtido coletando uma quantidade de itens"
  5846. L["Obtained by fishing"] = "Obtido átraves de pesca"
  5847. L["Obtained by mining"] = "Obtido ao minerar"
  5848. L["Obtained by mining Elementium Vein"] = "Obtido ao minerar Veio de Elemêntio"
  5849. L["Obtained by using an item or opening a container"] = "Obtido ao usar um item ou abrir um contêiner"
  5850. L["Obtained On Your First Attempt"] = "Obtido(a) Na Sua Primeira Tentativa"
  5851. L["Oil Spill"] = "REMOVIDO NO CATACLISMO"
  5852. L["Oily Abyssal Gulper School"] = "Cardume de Boca-grandes Abissais Oleosos"
  5853. L["Oily Blackmouth School"] = "Cardume de Bocaneras Oleosos"
  5854. L["Oily Sea Scorpion School"] = "Cardume de Escorpiões do Mar Oleosos"
  5855. L["One of the Map IDs you entered (%s) is incorrect. Please enter numbers larger than zero."] = "Um dos IDs de mapa que você informou (%s) está incorreto. Por favor informe números maiores que zero."
  5856. L["One of the zones or sub-zones you entered (%s) cannot be found. Check that it is spelled correctly, and is either US English or your client's local language."] = "Uma das zonas ou sub-zonas que você inseriu (%s) não pôde ser encontrada. Verifique se foi escrita corretamente, e se está ou em inglês americano ou na língua local do seu cliente."
  5857. L["Ooze Covered Gold Vein"] = "Veio de Ouro Coberto de Gosma"
  5858. L["Ooze Covered Mithril Deposit"] = "Depósito de Mithril Coberto de Gosma"
  5859. L["Ooze Covered Rich Thorium Vein"] = "Veio de Tório Abundante Coberto de Gosma"
  5860. L["Ooze Covered Silver Vein"] = "Veio de Prata Coberto de Gosma"
  5861. L["Ooze Covered Thorium Vein"] = "Veio de Tório Coberto de Gosma"
  5862. L["Ooze Covered Truesilver Deposit"] = "Depósito de Veraprata Coberto de Gosma"
  5863. L["Orc"] = true
  5864. L["Other"] = "Outro"
  5865. L["Other Requirements"] = "Outros Requisitos"
  5866. L["Pandaren"] = true
  5867. L["Parrot Cage (Green Wing Macaw)"] = "Poleiro de Papagaio (Arara-da-asa-verde)"
  5868. L["Parrot Cage (Hyacinth Macaw)"] = "Poleiro de Papagaio (Arara-jacinto)"
  5869. L["Patch of Elemental Water"] = true
  5870. L["Phoenix Hatchling"] = "Filhote de Fênix"
  5871. L["Please enter a comma-separated list of item IDs."] = "Por favor, insira uma lista separada por vírgulas de IDs de itens."
  5872. L["Please enter a comma-separated list of NPC IDs."] = "Por favor, insira uma lista separada por vírgulas de IDs de PNJs."
  5873. L["Please enter a comma-separated list of Statistic IDs."] = "Por favor, insira uma lista separada por vírgulas de IDs de Estatísticas."
  5874. L["Please enter a comma-separated list of zones."] = "Por favor, insira uma lista separada por vírgulas de zonas."
  5875. L["Pool of Fire"] = "Lago de Fogo"
  5876. L["Porcupette"] = "Porquinho-espinho"
  5877. L["Primal Egg"] = "Ovo Primevo"
  5878. L["Profile modified, rebooting"] = "Perfil modificado, reiniciando"
  5879. L["Progress"] = "Progresso"
  5880. L["Progress Bar"] = "Barra de Progresso"
  5881. L["Pure Saronite Deposit"] = "Depósito de Saronita Pura"
  5882. L["Pure Water"] = "Água Pura"
  5883. L["Pygmy Direhorn"] = "Escornante Pigmeu"
  5884. L["Pyrite Deposit"] = "Depósito de Pirita"
  5885. L["Rarity: "] = "Raridade:"
  5886. L["Razzashi Hatchling"] = "Filhote de Razzashi"
  5887. L["Red Qiraji Resonating Crystal"] = "Cristal Ressonante Qiraji Vermelho"
  5888. L["Redbelly Mandarin School"] = "Cardume de Mandarins Vermelhos"
  5889. L["Reef Octopus Swarm"] = "Agrupamento de Polvos dos Recifes"
  5890. L["Reins of the Amber Primordial Direhorn"] = "Rédeas do Escornante Âmbar Primordial"
  5891. L["Reins of the Astral Cloud Serpent"] = "Rédeas da Serpente das Nuvens Astral"
  5892. L["Reins of the Azure Drake"] = "Rédeas do Draco Lazúli"
  5893. L["Reins of the Black Primal Raptor"] = "Rédeas do Raptor Primevo Preto"
  5894. L["Reins of the Blazing Drake"] = "Rédeas do Draco Fulgurante"
  5895. L["Reins of the Blue Drake"] = "Rédeas do Draco Azul"
  5896. L["Reins of the Blue Proto-Drake"] = "Rédeas do Protodraco Azul"
  5897. L["Reins of the Cobalt Primordial Direhorn"] = "Rédeas do Escornante Primordial de Cobalto"
  5898. L["Reins of the Drake of the North Wind"] = "Rédeas do Draco do Vento Norte"
  5899. L["Reins of the Drake of the South Wind"] = "Rédeas do Draco do Vento Sul"
  5900. L["Reins of the Grand Black War Mammoth"] = "Rédeas do Grande Mamute de Guerra Preto"
  5901. L["Reins of the Green Primal Raptor"] = "Rédeas do Raptor Primevo Verde"
  5902. L["Reins of the Green Proto-Drake"] = "Rédeas do Protodraco Verde"
  5903. L["Reins of the Grey Riding Camel"] = "Rédeas do Camelo Cinza de Montaria"
  5904. L["Reins of the Heavenly Onyx Cloud Serpent"] = "Rédeas da Serpente das Nuvens de Ônix Celestial"
  5905. L["Reins of the Jade Primordial Direhorn"] = "Rédeas do Escornante Primordial de Jade"
  5906. L["Reins of the Onyxian Drake"] = "Rédeas do Draco Onyxiano"
  5907. L["Reins of the Raven Lord"] = "Rédeas do Senhor dos Corvos"
  5908. L["Reins of the Slate Primordial Direhorn"] = "Rédeas do Escornante Primordial de Ardósia"
  5909. L["Reins of the Thundering Cobalt Cloud Serpent"] = "Rédeas da Serpente das Nuvens Trovejante Cobalto"
  5910. L["Reins of the Vitreous Stone Drake"] = "Rédeas do Draco de Pedra Vítreo"
  5911. L["Reins of the White Polar Bear"] = "Rédeas do Urso Polar Branco"
  5912. L["Repeatable"] = "Repetível"
  5913. L["Required for %s"] = "Requerido para %s"
  5914. L["Requires a pool"] = "Requer um cardume"
  5915. L["Rich Adamantite Deposit"] = "Depósito de Adamantita Abundante"
  5916. L["Rich Blackrock Deposit"] = "Depósito Rico de Rocha Negra"
  5917. L["Rich Cobalt Deposit"] = "Depósito de Cobalto Abundante "
  5918. L["Rich Elementium Vein"] = "Veio de Elemêntio Abundante"
  5919. L["Rich Ghost Iron Deposit"] = "Depósito Repleto de Ferro Fantasma"
  5920. L["Rich Kyparite Deposit"] = "Depósito Rico em Kyparita"
  5921. L["Rich Obsidium Deposit"] = "Depósito de Obsídio Abundante"
  5922. L["Rich Pyrite Deposit"] = "Depósito de Pirita Abundante"
  5923. L["Rich Saronite Deposit"] = "Depósito de Saronita Abundante"
  5924. L["Rich Thorium Vein"] = "Veio de Tório Abundante"
  5925. L["Rich Trillium Vein"] = "Veio Repleto de Tríllio"
  5926. L["Rich True Iron Deposit"] = "Depósito Rico de Ferro Verdadeiro"
  5927. L["Right"] = "Direita"
  5928. L["Right-Aligned"] = "Alinhado à direita"
  5929. L["Sagefish School"] = "Cardume de Sabichões"
  5930. L["Saronite Deposit"] = "Depósito de Saronita"
  5931. L["Satyr Charm"] = "Amuleto do Sátiro"
  5932. L["Savage Piranha Pool"] = "Cardume de Piranha Selvagem"
  5933. L["Scale"] = "Tamanho"
  5934. L["Scepter of Azj'Aqir"] = "Cetro de Azj'Aqir"
  5935. L["School of Darter"] = "Cardume de Platis"
  5936. L["School of Deviate Fish"] = "Cardume de Peixes Anormais"
  5937. L["School of Tastyfish"] = "Cardume de Papa-Fina-Pintado"
  5938. L["Schooner Wreckage"] = "Schooner Antiga"
  5939. L["Schooner Wreckage Pool"] = "Destroços da Escuna"
  5940. L["Scorched Stone"] = "Pedra Calcinada"
  5941. L["Sea Pony"] = "Pônei-marinho"
  5942. L["Sea Scorpion School"] = "Cardume de Escorpiões do Mar"
  5943. L["Sea Turtle"] = "Tartaruga Marinha"
  5944. L["Session"] = "Sessão"
  5945. L["Shell of Tide-Calling"] = "Concha de Chamar Marés"
  5946. L["Shift-Click to link your progress to chat"] = "Shift-Clique para criar um link do seu progresso na conversa"
  5947. L["Shift-Click to open options"] = "Shift-Clique para abrir opções"
  5948. L["Shipwreck Debris"] = "Restos de Naufrágio"
  5949. L["Show anchor"] = "Mostrar âncora"
  5950. L["Show attempts in tooltips"] = "Mostrar tentativas nas dicas"
  5951. L["Show category icons"] = "Mostrar ícones de categorias"
  5952. L["Show Icon"] = "Mostrar ícone"
  5953. L["Show minimap icon"] = "Mostrar ícone no minimapa"
  5954. L["Show Text"] = "Mostrar texto"
  5955. L["Silver Vein"] = "Veio de Prata"
  5956. L["Since last drop"] = "Desde o último saque"
  5957. L["Sky-Bo"] = "Bô Celeste"
  5958. L["Skyshard"] = "Estilhaço do Céu"
  5959. L["Small Obsidian Chunk"] = "Pequeno Estilhaço de Obisidiana"
  5960. L["Small Thorium Vein"] = "Veio de Tório Pequeno"
  5961. L["Smoldering Egg of Millagazor"] = "Ovo Fumegante de Millagazor"
  5962. L["Snarly's Bucket"] = "Balde do Ruginho"
  5963. L["Snow Mound"] = "Monte de Neve"
  5964. L["Snowy Panda"] = "Panda Nevado"
  5965. L["Solar Spirehawk"] = "Falcão-agulha Solar"
  5966. L["Son of Animus"] = "Filho de Animus"
  5967. L["Son of Galleon's Saddle"] = "Sela do Filho de Gailleon"
  5968. L["Sorting by category, then name"] = "Ordenar por categoria, então nomeie"
  5969. L["Sorting by difficulty"] = "Classificando por dificuldade"
  5970. L["Sorting by name"] = "Classificando por nome"
  5971. L["Sorting by percent complete"] = "Classificando por porcentagem completa"
  5972. L["Sparse Firefin Snapper School"] = true
  5973. L["Sparse Oily Blackmouth School"] = true
  5974. L["Sparse Schooner Wreckage"] = true
  5975. L["Spawn of Horridon"] = "Rebento de Horridon"
  5976. L["Special case"] = "Caso Especial"
  5977. L["Spell ID"] = "ID do feitiço"
  5978. L["Spiky Collar"] = "Coleira Pontuda"
  5979. L["Spinefish School"] = "Cardume de Peixes-espinho"
  5980. L["Sporefish School"] = "Cardume de Esporosos"
  5981. L["Sprite Darter Egg"] = "Ovo de Dardejante"
  5982. L["Statistics"] = "Estatísticas"
  5983. L["Steam Pump Flotsam"] = "Destroços da Bomba de Vapor"
  5984. L["Stonescale Eel Swarm"] = "Grande Cardume de Enguias Petrescamas"
  5985. L["Strand Crawler"] = "Beiratisco"
  5986. L["Strange Pool"] = "Piscina Estranha"
  5987. L["Sun Sproutling"] = "Broto do Sol"
  5988. L["Sunfire Kaliri"] = "Kaliri do Fogo Solar"
  5989. L["Sunfur Panda"] = "Panda Pelossol"
  5990. L["Swift Brewfest Ram"] = "Carneiro da CervaFest Veloz"
  5991. L["Swift White Hawkstrider"] = "Falcostruz Branco Veloz"
  5992. L["Swift Zulian Panther"] = "Pantera Zulian Veloz"
  5993. L["Tainted Core"] = "Núcleo Maculado"
  5994. L["Take screenshots"] = "Capturar tela"
  5995. L["Teeming Firefin Snapper School"] = true
  5996. L["Teeming Floating Wreckage"] = true
  5997. L["Teeming Oily Blackmouth School"] = true
  5998. L["Texture"] = "Textura"
  5999. L["The Horseman's Reins"] = "As Rédeas do Cavaleiro"
  6000. L["The item ID to track. This is the item as it appears in your inventory or in a loot window. Use WowHead or a similar service to lookup item IDs. This must be a valid number and must be unique."] = "O ID do item para rastrear. Este é o item como ele aparece no seu inventário ou janela de saque. Use o WowHead ou um serviço similar para procurar por IDs de itens. Precisa ser um número válido e único."
  6001. L["The name you entered is already being used by another item. Please enter a unique name."] = "O nome que você inseriu já está sendo usado por outro item. Por favor, insira um nome único."
  6002. L["The number of players it takes to obtain the item. This will lower your chances of obtaining the item."] = "O número de jogadores que precisa para obter o item. Isto diminuirá suas chances de obtê-lo."
  6003. L["The Rarity Options module has been disabled. Log out and enable it from your add-ons menu."] = "O módulo Rarity Options foi desativado. Desconecte e ative-o do menu Add-ons."
  6004. L["The spell ID of the item once you've learned it. This applies only to mounts and companions, and is the spell as it appears in your spell book after learning the item. Use WowHead or a similar service to lookup spell IDs. This must be a valid number and must be unique."] = "O ID do feitiço do item quando você aprendê-lo. Isto se aplica somente a montarias e mascotes, e é o feitiço como ele aparece no seu grimório após aprender o item. Use o Wowhead ou um serviço similar para procurar por IDs de feitiços. É preciso que seja um número válido e único."
  6005. L["This item is only available to Alliance players."] = "Este item só está disponível para jogadores da Aliança"
  6006. L["This item is only available to Horde players."] = "Este item só está disponível para jogadores da Horda."
  6007. L["Tiger Gourami School"] = "Cardume de Gouramis-tigre"
  6008. L["Time"] = "Hora"
  6009. L["Time spent farming"] = "Tempo gasto \"farmando\""
  6010. L["Tin Vein"] = "Veio de Estanho"
  6011. L["Tiny Crimson Whelpling"] = "Dragonetinho Carmesim"
  6012. L["Tiny Emerald Whelpling"] = "Dragonetinho Esmeralda"
  6013. L["Tiny Fel Engine Key"] = "Chave do Aniquilador de Bolso"
  6014. L["Titanium Vein"] = "Veio de Titânico"
  6015. L["To create a new item, enter a unique name for the item, and click Okay. The name will be used if the server does not return the item link or if the item is invalid. You can't change this name after you create the item, so choose it well."] = "Para criar um novo item, insira um nome único para o item, e clique em OK. O nome será usado se o servidor não retornar o link do item ou se o item for inválido. Você não pode mudar este nome após ter criado o item, então escolha bem."
  6016. L["Today"] = "Hoje"
  6017. L["Toggles"] = "Alterna"
  6018. L["Tol'vir"] = true
  6019. L["Total"] = true
  6020. L["Total found"] = "Total encontrado"
  6021. L["Toxic Wasteling"] = "Monturinho Tóxico"
  6022. L["Track this"] = "Rastrear isto"
  6023. L["Trillium Vein"] = "Veio de Tríllio"
  6024. L["Troll"] = true
  6025. L["True Iron Deposit"] = "Depósito de Ferro Verdadeiro"
  6026. L["Truesilver Deposit"] = "Depósito de Veraprata"
  6027. L["Turn this on if the item requires a group to obtain, but every player gets an equal chance to obtain the item. This currently only applies to some of the holiday mounts. When you turn this on, Rarity will stop lowering your chance to obtain based on the group size."] = "Ative isto se o item requer um grupo para ser obtido, mas cada jogador tem uma chance igual de obtê-lo. Isto apenas se aplica a algumas montarias de eventos mundiais. Quando você ativa esta opção, o Rarity vai parar de diminuir sua chance de obter um item baseado no tamanho do grupo."
  6028. L["Turns on a minimap icon for Rarity. Use this option if you don't have an LDB display add-on."] = "Ativa o ícone no minimapa para o Rarity. Use esta opção se você não tem um add-on LDB."
  6029. L["Type of item"] = "Tipo do item"
  6030. L["Unavailable"] = "Indisponível"
  6031. L["Undefeated"] = "Invicto"
  6032. L["Unknown"] = "Desconhecido"
  6033. L["Unlucky"] = "Sem sorte"
  6034. L["unlucky"] = "azarado"
  6035. L["Unscathed Egg"] = "Ovo Intacto"
  6036. L["Usually requires a group of around %d players"] = "Geralmente requer um grupo de cerca de %d jogadores"
  6037. L["Verbose"] = "Prolixo"
  6038. L["Viscidus Globule"] = "Glóbulo de Viscidus"
  6039. L["Vrykul"] = "Vraikal"
  6040. L["Waterlogged Wreckage"] = "Destroços Encharcados"
  6041. L["Waterlogged Wreckage Pool"] = "Destroços Encharcados"
  6042. L["Weebomination"] = "Abominaçãozinha"
  6043. L["Welcome to Rarity r%d. Your settings have been reset."] = "Bem-vindo(a) ao Rarity r%d. Suas configurações foram redefinidas."
  6044. L["Whistle of Chromatic Bone"] = "Apito de Osso Cromático"
  6045. L["White Trillium Deposit"] = "Depósito de Trílio Branco"
  6046. L["Width"] = "Largura"
  6047. L["Worn Troll Dice"] = "Dado Troll Gasto"
  6048. L["Yesterday"] = "Ontem"
  6049. L["You entered a reserved name. Please enter the correct item name as it appears in game."] = "Você inseriu um nome reservado. Por favor, insira o nome correto do item como ele aparece no jogo."
  6050. L["You entered a spell ID that is already being used by another item."] = "Você inseriu um ID de feitiço que já está sendo usado por outro item."
  6051. L["You entered an item ID that is already being used by another item."] = "Você inseriu um ID de item que já está sendo usado por outro item."
  6052. L["You must enter a creature ID."] = "Você deve informar o ID da criatura"
  6053. L["You must enter a number larger than 0."] = "Você precisa inserir um número maior que 0."
  6054. L["You must enter a number larger than 1."] = "Você precisa inserir um número maior que 1."
  6055. L["You must enter a number larger than or equal to 0."] = "Você precisa inserir um número maior ou igual a 0."
  6056. L["You must enter a spell ID."] = "Você precisa inserir o ID de um feitiço."
  6057. L["You must enter a valid number."] = "Você precisa inserir um número válido."
  6058. L["You must enter an amount."] = "Você precisa inserir uma quantidade."
  6059. L["You must enter an item ID."] = "Você precisa inserir o ID de um item."
  6060. L["You must enter at least one item ID."] = "Você precisa inserir o ID de pelo menos um item."
  6061. L["You must enter at least one NPC ID."] = "Você precisa inserir o ID de pelo menos um PNJ."
  6062. L["You must enter at least one Statistic ID."] = "Você deve inserir pelo menos um ID de Estatística."
  6063. L["You must enter at least one zone."] = "Você precisa inserir pelo menos uma zona."
  6064. L["Zones"] = "Zonas"
  6065. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement