Mctalian / RPGLootFeed

A non-intrusive way to see what you just looted.
MIT License
2 stars 2 forks source link

i18n: esMX Translations #107

Open Mctalian opened 2 months ago

Mctalian commented 2 months ago

Translation Status for esMX.lua

Translation progress: 75.1%

Missing translations: 44

Missing Keys and their enUS values | Missing Key | enUS Value | |-------------|------------| | AddMoneyAlertUnavailable | MoneyAlertSystem:AddAlert was unavailable for > 30 seconds, Money Alerts could not be disabled :( | | Toggle Loot History | Toggle Loot History | | Enable Loot History | Enable Loot History | | EnableLootHistoryDesc | Store a history of looted items and display them in a separate frame | | Loot History Size | Loot History Size | | LootHistorySizeDesc | The maximum number of items to store in the loot history | | Enable Party Loot in Feed | Enable Party Loot in Feed | | EnablePartyLootDesc | Show party/raid looted items in the Loot Feed | | Item Secondary Text Options | Item Secondary Text Options | | Prices for Sellable Items | Prices for Sellable Items | | PricesForSellableItemsDesc | Select which price to show for sellable items in the Loot Feed | | None | None | | Vendor Price | Vendor Price | | Auctionator | Auctionator | | TSM | TSM | | Auction House Source | Auction House Source | | AuctionHouseSourceDesc | Select the source addon for Auction House pricing information | | Auction Price | Auction Price | | Item Highlights | Item Highlights | | ItemHighlightsDesc | Highlight items in the Loot Feed based on certain criteria | | Highlight Mounts | Highlight Mounts | | HighlightMountsDesc | Highlight Mounts in the Loot Feed | | Highlight Legendary Items | Highlight Legendary Items | | HighlightLegendaryDesc | Highlight Legendary items in the Loot Feed | | Highlight Items Better Than Equipped | Highlight Items Better Than Equipped | | HighlightBetterThanEquippedDesc | Highlight items that are better than what you have equipped in the Loot Feed | | Enable Professions in Feed | Enable Professions in Feed | | EnableProfDesc | Show profession skill gains in the Loot Feed | | Disable Row Highlight | Disable Row Highlight | | DisableRowHighlightDesc | If checked, don't highlight a row when you loot the same item again and the quanity is updated. | | Enable Secondary Row Text | Enable Secondary Row Text | | EnableSecondaryRowTextDesc | If checked, show secondary row text, such as item level, secondary stats, vendor price, etc. if applicable. | | Use Font Objects | Use Font Objects | | UseFontObjectsDesc | If checked, use a font object to determine font face and font size. | | Custom Fonts | Custom Fonts | | CustomFontsDesc | Customize the font face, font sizing, and font flags to personalize the loot feed. | | Font Face | Font Face | | FontFaceDesc | The style of the text that will show in the loot feed. | | Font Size | Font Size | | FontSizeDesc | The size of the loot feed text in \ | | Secondary Font Size | Secondary Font Size | | SecondaryFontSizeDesc | The size of the secondary text in the loot feed in \ | | Disable Money Alerts | Disable Money Alerts | | DisableMoneyAlertsDesc | The boxes that appear at the bottom of the screen when you receive money, for example world quest rewards |

You can even make changes for this file and open a PR directly in your browser

Please provide one or more of these values in a Pull Request or a Comment on this issue ``` L["AddMoneyAlertUnavailable"] = "" L["Toggle Loot History"] = "" L["Enable Loot History"] = "" L["EnableLootHistoryDesc"] = "" L["Loot History Size"] = "" L["LootHistorySizeDesc"] = "" L["Enable Party Loot in Feed"] = "" L["EnablePartyLootDesc"] = "" L["Item Secondary Text Options"] = "" L["Prices for Sellable Items"] = "" L["PricesForSellableItemsDesc"] = "" L["None"] = "" L["Vendor Price"] = "" L["Auctionator"] = "" L["TSM"] = "" L["Auction House Source"] = "" L["AuctionHouseSourceDesc"] = "" L["Auction Price"] = "" L["Item Highlights"] = "" L["ItemHighlightsDesc"] = "" L["Highlight Mounts"] = "" L["HighlightMountsDesc"] = "" L["Highlight Legendary Items"] = "" L["HighlightLegendaryDesc"] = "" L["Highlight Items Better Than Equipped"] = "" L["HighlightBetterThanEquippedDesc"] = "" L["Enable Professions in Feed"] = "" L["EnableProfDesc"] = "" L["Disable Row Highlight"] = "" L["DisableRowHighlightDesc"] = "" L["Enable Secondary Row Text"] = "" L["EnableSecondaryRowTextDesc"] = "" L["Use Font Objects"] = "" L["UseFontObjectsDesc"] = "" L["Custom Fonts"] = "" L["CustomFontsDesc"] = "" L["Font Face"] = "" L["FontFaceDesc"] = "" L["Font Size"] = "" L["FontSizeDesc"] = "" L["Secondary Font Size"] = "" L["SecondaryFontSizeDesc"] = "" L["Disable Money Alerts"] = "" L["DisableMoneyAlertsDesc"] = "" ```