Chat-Transform/src/client/resources/assets/chat-transform/lang/en_us.json

21 lines
1.5 KiB
JSON

{
"chat-transform.jfconfig.title": "Chat-Transform",
"chat-transform.jfconfig.substitutions": "Substitutions",
"chat-transform.jfconfig.substitutions.tooltip": "The substitutions to perform on text sent in the chat. See the presets for examples",
"chat-transform.jfconfig.client.title": "Client Settings",
"chat-transform.jfconfig.client.mode": "Mode",
"chat-transform.jfconfig.client.mode.tooltip": "When to perform replacements",
"chat-transform.jfconfig.enum.Mode.Live": "Live",
"chat-transform.jfconfig.enum.Mode.OnSend": "On Send",
"chat-transform.jfconfig.client.visualize": "Visualize",
"chat-transform.jfconfig.client.visualize.tooltip": "Visualize transformations as you type in live mode",
"chat-transform.jfconfig.server.title": "Server Settings",
"chat-transform.jfconfig.server.messageOnFirstConnect": "Message on first connect",
"chat-transform.jfconfig.server.messageOnFirstConnect.tooltip": "Whether to send a chat message to players about chat-transform when they first connect",
"chat-transform.jfconfig.server.playerStates": "Player States",
"chat-transform.jfconfig.server.playerStates.tooltip": "For which players messages should be transformed",
"chat-transform.jfconfig.server.playerConfigurable": "Player Configurable",
"chat-transform.jfconfig.server.playerConfigurable.tooltip": "Whether players should be able to toggle chat transformation",
"chat-transform.jfconfig.server.defaultEnable": "Default Enable",
"chat-transform.jfconfig.server.defaultEnable.tooltip": "Whether players' chat should be transformed by default"
}