View Single Post
04/13/19, 02:24 PM   #1
silvereyes
 
silvereyes's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2015
Posts: 66
Quality Sort / Auto Research FR, JP, RU translations please

I'm adding some new features to Quality Sort and Auto Research. Could someone kindly translate the following for French, Japanese and/or Russian, please?

Lua Code:
  1. ["SI_QUALITYSORT_EQUIP_SLOT"]  = "Equipment Slot (e.g. chest, shoulders, etc.)",
  2. ["SI_QUALITYSORT_SORT_ORDER"]  = "Sort Order",
  3. ["SI_QUALITYSORT_AUTO"]        = "Automatically Sort by Quality",
  4. ["SI_QUALITYSORT_STYLE"]       = "Item Style", -- e.g. Buoyant Armiger, Sapiarch, etc.
  5. ["SI_QUALITYSORT_SET"]         = "Item Set", -- e.g. Bone Pirate's Tatters, Hunding's Rage
  6. ["SI_QUALITYSORT_ID"]          = "Unique Item Identifier",
  7. ["SI_QUALITYSORT_VOUCHERS"]    = "Writ Voucher Count",
  8. ["SI_QUALITYSORT_MASTER_WRIT"] = "Master Writ Requirements",
  9. ["SI_AUTORESEARCH_STYLES"]     = "Styles to Research", -- e.g. Buoyant Armiger, Sapiarch, etc.
  10. ["SI_AUTORESEARCH_SETS"]       = "Item Sets to Research", -- e.g. Bone Pirate's Tatters, Hunding's Rage

Last edited by silvereyes : 04/13/19 at 09:10 PM.
  Reply With Quote