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

15 lines
382 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Shows information about the currently playing track",
2023-06-06 10:21:47 +05:00
"USAGE": "",
"EXAMPLES": "nowplaying",
2023-06-06 22:48:46 +05:00
"CURRENTLY_PLAYING": "Currently playing",
"T_TITLE": "Title",
"T_AUTHOR": "Author",
"T_DURATION": "Duration",
"T_DESCRIPTION": "Description",
"NO_DESCRIPTION": "No description",
"REPEAT": "Repeat",
"AUTOPLAY": "Autoplay",
"QUEUE": "Queue",
"TRACK": "Track"
2023-06-06 10:21:47 +05:00
}