View Single Post
04/11/20, 02:45 AM   #4
Inval1d
 
Inval1d's Avatar
Join Date: Jul 2017
Posts: 7
Quality Sort ES and FR localization!

Made French for Quality Sort


Lua Code:
  1. local strings = {
  2. ["SI_QUALITYSORT_AUTO"]        = "Trier automatiquement par qualité",
  3. ["SI_QUALITYSORT_SORT_ORDER"]  = "Ordre de tri",
  4. ["SI_QUALITYSORT_EQUIP_SLOT"]  = "Emplacement d'équipement (i.e. poitrine, épaule, etc.)",
  5. ["SI_QUALITYSORT_STYLE"]       = "Style de objets",
  6. ["SI_QUALITYSORT_SET"]         = "Ensembles d'objets",
  7. ["SI_QUALITYSORT_ID"]          = "Identifiant unique d'objets",
  8. ["SI_QUALITYSORT_VOUCHERS"]    = "Quantité d'assignats",
  9. ["SI_QUALITYSORT_MASTER_WRIT"] = "Conditions de commande de maître",
  10. ["SI_QUALITYSORT_ASCENDING"]   = "Ordre croissant",
  11. ["SI_QUALITYSORT_DESCENDING"]  = "Ordre décroissant",
  12. }

Spanish too, just because why not?
Lua Code:
  1. local strings = {
  2. ["SI_QUALITYSORT_AUTO"]        = "Ordenar automáticamente por calidad",
  3. ["SI_QUALITYSORT_SORT_ORDER"]  = "Orden de clasificación",
  4. ["SI_QUALITYSORT_EQUIP_SLOT"]  = "Ranura de equip. (ej. casco, hombreras, etc.)",
  5. ["SI_QUALITYSORT_STYLE"]       = "Estilo",
  6. ["SI_QUALITYSORT_SET"]         = "Conjunto",
  7. ["SI_QUALITYSORT_ID"]          = "Id. único de objetos",
  8. ["SI_QUALITYSORT_VOUCHERS"]    = "Cant. de vales de encomienda",
  9. ["SI_QUALITYSORT_MASTER_WRIT"] = "Req. de encargos de maestro",
  10. ["SI_QUALITYSORT_ASCENDING"]   = "Orden ascendente",
  11. ["SI_QUALITYSORT_DESCENDING"]  = "Orden descendente",
  12. }

Last edited by Inval1d : 04/11/20 at 03:00 AM.
  Reply With Quote