Add missed stub for commandList-notification/queueandselect (#522)

This commit is contained in:
Radif Tazetdinov 2022-04-10 11:46:03 +03:00 committed by GitHub
parent b7b80df01b
commit c560984d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ fr = {
"commandlist-notification/auth": "\tun [mot de passe] - s'authentifier en tant qu'opérateur de salle avec le mot de passe opérateur",
"commandlist-notification/chat": "\tch [message] - envoyer un message de chat dans une pièce",
"commandList-notification/queue": "\tqa [fichier/url] - ajoute un fichier ou une URL au bas de la liste de lecture",
"commandList-notification/queueandselect": "\tqas [file/url] - add file or url to bottom of playlist and select it", # TODO: Translate
"commandList-notification/playlist": "\tql - afficher la liste de lecture actuelle",
"commandList-notification/select": "\tqs [index] - sélectionnez l'entrée donnée dans la liste de lecture",
"commandList-notification/next": "\tqn - select next entry in the playlist", # TODO: Translate