JaBa/languages/en-US/music/clips.json

11 lines
423 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Shows a list of available clips and/or plays the selected one",
2023-06-06 10:21:47 +05:00
"USAGE": "",
"EXAMPLES": "clips",
2023-06-06 22:48:46 +05:00
"QUERY": "Clip name / list",
"CLIPS_LIST": "List of available clips",
"NO_CLIP": "This file does not exist",
"ACTIVE_QUEUE": "Cannot play the clip because there is an active queue on the server",
"ACTIVE_CLIP": "Another clip is already playing",
"PLAYING": "Started playing the clip **{{clip}}**"
2023-06-06 10:21:47 +05:00
}