feat: Prompt the position of the song added by cli. Implement #186.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
"download_in_progress": "Download of <b>{item}</b> in progress...",
|
||||
"error_executing_command": "{command}: Command failed with error: {error}.",
|
||||
"file": "File",
|
||||
"file_added": "Added {item}.",
|
||||
"file_added": "Added {item}. ",
|
||||
"file_deleted": "Deleted {item} from the library.",
|
||||
"file_item": "<b>{artist} - {title}</b> <i>added by</i> {user}",
|
||||
"file_missed": "Music file '{file}' missed! This item has been removed from the playlist.",
|
||||
@ -32,7 +32,9 @@
|
||||
"multiple_file_deleted": "Multiple items deleted from the library:",
|
||||
"multiple_file_found": "Found:",
|
||||
"multiple_matches": "File not found! Possible candidates:",
|
||||
"last_song_on_the_queue": "Last one on the queue.",
|
||||
"new_version_found": "<h2>Update Available!</h2> Version {new_version} of botamusique is available! <hr />\n<h3>Changelog</h3> {changelog} <hr /> Send <i>!update</i> to update!",
|
||||
"next_to_play": "Next song.",
|
||||
"no_file": "File not found.",
|
||||
"not_admin": "You are not an admin!",
|
||||
"not_in_my_channel": "You're not in my channel!",
|
||||
@ -42,6 +44,7 @@
|
||||
"paused": "Music paused.",
|
||||
"playlist_fetching_failed": "Unable to fetch the playlist!",
|
||||
"pm_not_allowed": "Private message aren't allowed.",
|
||||
"position_in_the_queue" : "Position: {position}",
|
||||
"preconfigurated_radio": "Preconfigurated Radio available:",
|
||||
"queue_contents": "Items on the playlist:",
|
||||
"queue_empty": "Playlist is empty!",
|
||||
|
Reference in New Issue
Block a user