Guest User

Locale Replacement

a guest
Nov 4th, 2025
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. KNOWN_TOKENS = { "already known", "already collected" },
  2. COLLECTED_TOKENS = { "collected" },
  3. COLLECTED_PROGRESS_PATTERNS = { "collected%s*%((%d+)%s*/%s*(%d+)%)" },
  4. PET_TOKENS = { "battle pet", "battle", "companion", "pet" },
  5. TEACHES_TOKENS = { "teaches" },
  6. SUMMON_TOKENS = { "summon" },
  7. MOUNT_TOKENS = { "mount", "mounts" },
  8. TOY_TOKENS = { "toy" },
  9. USE_TOKENS = { "use:" },
  10. UNAVAILABLE_PATTERNS = { "available with the release", "available in", "not yet available", "unavailable", "coming soon" },
  11. BRONZE_TOKENS = { "bronze" },
  12. UI_BREAKDOWN_TITLE = "Breakdown (%d/%d)",
  13. UI_SETS_TOTAL_FMT = "Sets Total: %s / %s",
  14. UI_MOUNTS_TOTAL_FMT = "Mounts Total: %s / %s",
  15. UI_PETS_TOTAL_FMT = "Pets Total: %s / %s",
  16. UI_TOYS_TOTAL_FMT = "Toys Total: %s / %s",
  17. UI_UNLEARNED_TOTAL = "Unlearned Total",
  18. UI_APP_TITLE = "What's Left?",
  19. UI_APP_NAME = "What’s Left",
  20. UI_SECTION_HIDE_KNOWN = "Hide Known",
  21. UI_SECTION_HIDE_UNAVAILABLE = "Hide Currently Unavailable",
  22. UI_LABEL_SETS = "Sets",
  23. UI_LABEL_MOUNTS = "Mounts",
  24. UI_LABEL_PETS = "Pets",
  25. UI_LABEL_TOYS = "Toys",
  26. UI_COMING_SOON = "Coming soon",
  27. UI_LOCK_TEXT_LOCKED = "|cffffffffFrame: |cffff5555Locked|r",
  28. UI_LOCK_TEXT_UNLOCKED = "|cffffffffFrame: |cff88ff88Unlocked|r",
  29. UI_CHANGELOG_TITLE_FMT = "|cff66ccff%s|r – Changelog",
  30. POPUP_ARE_YOU_SURE = "Are you sure",
  31. POPUP_ARE_YOU_UNSURE = "ARE YOU UNSURE?",
  32. ENSEMBLE_NAME_TOKENS = { "ensemble:", "arsenal:" },
  33. ENSEMBLE_TIP_TOKENS = { "collect the appearances" },
  34. UI_GEAR_TIP_TITLE = "What's Left?",
  35. UI_GEAR_TIP_DESC = "Click to see what's left to learn.",
Advertisement
Add Comment
Please, Sign In to add comment