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

14 lines
402 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Sets the repeat mode",
2023-06-06 10:21:47 +05:00
"USAGE": "[option]",
"EXAMPLES": "loop option:1",
2023-06-06 22:48:46 +05:00
"OPTION": "Playback mode",
"AUTOPLAY": "Autoplay",
"QUEUE": "Queue",
"TRACK": "Current track",
"DISABLE": "Disable",
"AUTOPLAY_ENABLED": "Autoplay **enabled**",
"QUEUE_ENABLED": "Queue repeat **enabled**",
"TRACK_ENABLED": "Current track repeat **enabled**",
"LOOP_DISABLED": "Repeat **disabled**"
2023-06-06 10:21:47 +05:00
}