sh.lang.lua
Documentation for sh.lang.lua — translatable text and localization.
Lang
Config.Lang = {
['active'] = "Active",
['expired'] = "Expired",
["license_issued"] = "License Issued",
["show_license_cooldown"] = "Please wait %{seconds}s before showing another license.",
["player_has_no_licenses"] = "%{player} has no licenses",
-- ... hundreds more keys (NPC dialog, notifications, and Vue UI labels)
}Rules
Last updated