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

11 lines
631 B
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.mode": "Mode",
"chat-transform.jfconfig.mode.tooltip": "When to perform replacements",
"chat-transform.jfconfig.visualize": "Visualize",
"chat-transform.jfconfig.visualize.tooltip": "Visualize transformations as you type in live mode",
"chat-transform.jfconfig.enum.Mode.Live": "Live",
"chat-transform.jfconfig.enum.Mode.OnSend": "On Send"
}