Skip to main content

Locale

UI string translations for the loading screen

This section

Locale

All user-facing text in the loading screen is defined in cfg/transaction.lua. Edit this file to translate or customize UI labels.

Default Locale

lua
Transaction = {
news = "NEWS",
patch = "PATCH",
team = "TEAM",
rules = "RULES",
musicList = "Music List",
add = "Add",
cancel = "Cancel",
onlyYoutube = "Only Youtube links are allowed.",
link = "Link",
musicName = "Music Name",
commandList = "Command List",
commandDescription = "Here you can see all the commands available in the server.",
selectCommandType = "Select a command type",
}

Keys

KeyDefaultDescription
news"NEWS"News tab label
patch"PATCH"Patch notes tab label
team"TEAM"Team tab label
rules"RULES"Rules tab label
musicList"Music List"Music panel title
add"Add"Add button label
cancel"Cancel"Cancel button label
onlyYoutube"Only Youtube links are allowed."YouTube validation message
link"Link"Link input placeholder
musicName"Music Name"Music name input placeholder
commandList"Command List"Commands panel title
commandDescription"Here you can see all the commands available in the server."Commands panel description
selectCommandType"Select a command type"Command category dropdown label
On this page