tardis-bot/strings/en.json

17 lines
762 B
JSON
Raw Normal View History

{
"WELCOME": "Beep boop. I'm a bot. Hi.",
"USER_JOINED": "%s joined the channel.",
"USER_LEFT": "%s left the channel.",
"SYSTEM_VOICE_CHANGED": "My new voice is %s from %s",
"USER_VOICE_CHANGED": "Your new voice is %s from %s",
"INVALID_ENGINE": "%s is not a valid engine name.",
"INVALID_VOICE": "invalid voice name. Using default voice %s for %s instead.",
2021-11-05 01:15:50 +00:00
"TOO_MANY_ARGUMENTS": "too many arguments for command.",
"CURRENT_STORY": "Here's the current story: %s",
"NO_STORY": "No story in progress at the moment.",
2021-11-06 00:42:07 +00:00
"WBW_REPLACED": "Replaced %s with %s",
"WBW_TOO_DIFFERENT": "This word is too different from the last word.",
"WBW_NEW_WORD": "Added to story.",
2021-11-05 01:15:50 +00:00
"WBW_RESET": "The story has been reset.",
"WBW_INVALID_ID": "No story with that ID."
}