music-start-pro
Version:
Music Start Pro is a discord bot that can play YouTube music by slash command.
280 lines • 11.1 kB
JSON
{
"instructions": {
"attach": {
"en": "Attach MS Pro to the voice channel where you are and fetch new instructions if updated.",
"zh": "將 Music Start Pro 加入您目前所在的語音房中,另外,當 Music Start Pro 更新指令時,可刷新指令集"
},
"detach": {
"en": "Detach Music Start Pro from the voice channel.",
"zh": "將 Music Start Pro 踢出語音房"
},
"append": {
"en": "Append the song to the playlist.",
"zh": "將歌曲加入播放清單"
},
"pause": {
"en": "Pause the player.",
"zh": "音樂暫停播放"
},
"resume": {
"en": "Resume the player if you have called pause.",
"zh": "音樂繼續播放"
},
"stop": {
"en": "Stop the player and jump to the first song of the playlist.",
"zh": "停止播放,並回到播放清單最前端"
},
"repeat": {
"en": "Toggle repeat mode. If on, repeats the current song.",
"zh": "重複播放當前歌曲。透過同個指令取消"
},
"list": {
"en": "Show the playlist with index.",
"zh": "列出播放清單及索引"
},
"search": {
"en": "Search the song by title in the playlist.",
"zh": "在播放清單中根據音樂標題搜尋"
},
"distinct": {
"en": "Remove duplicate songs.",
"zh": "刪除重複歌曲"
},
"current": {
"en": "Show the current information",
"zh": "顯示當前資訊"
},
"jump": {
"en": "Jump to a song in the playlist by given index.",
"zh": "根據索引跳到播放清單的某一首歌"
},
"swap": {
"en": "Swap two songs by given index",
"zh": "根據索引對調兩首歌曲"
},
"remove": {
"en": "Remove a song in the playlist by given index.",
"zh": "根據索引刪除播放清單的某一首歌"
},
"clear": {
"en": "Remove all songs in the playlist.",
"zh": "清空播放清單"
},
"sort": {
"en": "Sort the playlist in alphabetical order.",
"zh": "排序播放清單"
},
"shuffle": {
"en": "Shuffle the playlist.",
"zh": "將播放清單隨機打亂"
},
"next": {
"en": "Play the next song. You can set `offset` to jump n songs. (default: 1)",
"zh": "播放下一首。你可以給定 `offset` 參數一次跳 n 首歌 (offset 預設值為 1)"
},
"pre": {
"en": "Play the previous song.",
"zh": "播放前一首"
},
"vol": {
"en": "Set the volume by given `volume` or shows the volume without given `volume`. Default: 0.64",
"zh": "設定音量,若不指定 num 則會顯示目前的音量,預設為 0.64"
},
"verbose": {
"en": "If true, show the information of playing song when playing a new song.",
"zh": "若設為 true,會在播放新歌時,顯示播放資訊"
},
"json": {
"en": "Add a batch of songs by given `json` or outputs the playlist in json format without given `json`.",
"zh": "將 json 格式的播放清單一次加入到播放清單中,若不填參數,則將目前的播放清單以 json 格式輸出"
},
"aqours": {
"en": "Add Aqours' songs that author recommends into playlist.",
"zh": "將作者精選的 Aqours 的歌單加入播放清單中"
},
"llss": {
"en": "Add the songs about LoveLive Sunshine into playlist. The list is provided by Benny.",
"zh": "將 LoveLive Sunshine 相關歌曲加入播放清單中。清單由 Benny 提供"
},
"genjitsu": {
"en": "Add the songs about Yohane the Parhelion into playlist. The list is provided by Benny.",
"zh": "請幻日夜羽相關歌曲加入播放清單中。清單由 Benny 提供"
},
"azalea": {
"en": "Add AZALEA's songs that author recommends into playlist.",
"zh": "將作者精選的 AZALEA 的歌加入播放清單中"
},
"muse": {
"en": "Add some μ's' songs into playlist. The list is provided by Benny.",
"zh": "將 μ's 的歌加入播放清單中。清單由 Benny 提供"
},
"nijigasaki": {
"en": "Add some Nijigasaki's songs into playlist. The list is provided by Benny.",
"zh": "將虹團的歌加入播放清單中。清單由 Benny 提供"
},
"liella": {
"en": "Add some Liella's songs into playlist. The list is provided by Benny.",
"zh": "將 Liella 的歌加入播放清單中。清單由 Benny 提供"
},
"syncri5e": {
"en": "Add some syncri5e's songs into playlist. The list is provided by Benny.",
"zh": "將 syncri5e! 的歌加入播放清單中。"
},
"q4": {
"en": "Add QU4RTZ's songs into playlist.",
"zh": "將 QU4RTZ 的歌加入播放清單中。"
},
"hasunosora": {
"en": "Add Hasu No Sora's songs into playlist. The list is provided by Benny.",
"zh": "將蓮團的歌加入播放清單中。清單由 Benny 提供"
},
"lang": {
"en": "Select language / 切換語言",
"zh": "Select language / 切換語言"
}
},
"params": {
"youtube": {
"en": "YouTube URL or YouTube video ID.",
"zh": "YouTube URL 或 YouTube video ID."
},
"index": {
"en": "Any integer. Start at zero. Support overflow and negative number.",
"zh": "任意整數,由 0 開始編號,超過播放清單時自動取餘。-1 表示最後一首"
},
"offset": {
"en": "Any integer. The current song is 0; the next one is 1; the previous one is -1",
"zh": "任意整數,現在播放的歌曲為0,下一曲為1,前一首為-1"
},
"volume": {
"en": "A number in close interval [0, 1]",
"zh": "介於閉區間[0, 1]"
},
"language": {
"en": "en: English, zh: 繁體中文",
"zh": "en: English, zh: 繁體中文"
},
"json": {
"en": "JSON string.",
"zh": "JSON 格式字串"
},
"regexp": {
"en": "regular expression (case insensitive)",
"zh": "正規表示式(忽略大小寫)"
}
},
"messages": {
"error": {
"en": "error",
"zh": "錯誤"
},
"success": {
"en": "success",
"zh": "成功"
},
"appended_to_the_playlist": {
"en": "Appended to the playlist",
"zh": "新增至播放清單"
},
"current_volume": {
"en": "Current volume is:",
"zh": "目前音量為:"
},
"volume_is_changed_to": {
"en": "Volume is changed to:",
"zh": "音量已調整至:"
},
"volume_format_error": {
"en": "Volume must be in closed interval [0, 1]",
"zh": "音量必需介於閉區間 [0, 1]"
},
"is_sorted": {
"en": "Playlist has been sorted! Show list by /list",
"zh": "已將播放清單排序,可用 /list 顯示播放清單"
},
"is_shuffled": {
"en": "Playlist has been shuffled!",
"zh": "已將播放清單打亂,可用 /list 顯示播放清單"
},
"playlist_is_reset": {
"en": "The playlist has been reset",
"zh": "已清空播放清單!"
},
"playlist_is_empty": {
"en": "(empty)",
"zh": "(空)"
},
"playlist_is_empty_error": {
"en": "Error. Due to empty playlist.",
"zh": "錯誤,因為播放清單為空"
},
"cannot_remove_the_playing_song": {
"en": "Cannot remove the currently playing song",
"zh": "正在播放不可移除"
},
"removed_successfully": {
"en": "Removed successfully",
"zh": "該曲移除成功"
},
"stopped": {
"en": "Stopped",
"zh": "已停止播放"
},
"repeat_on": {
"en": "Repeat mode is turned on.",
"zh": "已啟用單曲循環模式"
},
"repeat_off": {
"en": "Repeat mode is turned off.",
"zh": "已關閉單曲循環模式"
},
"paused": {
"en": "Paused! Please use /resume to resume",
"zh": "音樂已暫停使用 /resume 以繼續"
},
"pause_error": {
"en": "Pause error! Try again please",
"zh": "暫停失敗,請再試一次"
},
"paused_because_no_one_in_channel": {
"en": "The player has been paused because there is no one in the voice channel.",
"zh": "播放器已自動暫停因為沒有人在語音頻道中"
},
"resume": {
"en": "Resumed!",
"zh": "繼續播放"
},
"resume_error": {
"en": "Resume error! Try to use /jump",
"zh": "繼續播放失敗,可使用 /jump 來重新播放"
},
"song_is_not_found": {
"en": "Song is not found",
"zh": "找不到曲目"
},
"detach": {
"en": "Detached.",
"zh": "Music Start Pro 已脫離語音房"
},
"hello": {
"en": "Hello! Welcome to Music Start Pro",
"zh": "歡迎使用 Music Start Pro!"
},
"attach_fail": {
"en": "/attach fail, Please enter any voice channel first.",
"zh": "/attach 失敗,Music Start Pro 無法加入語音頻道。請確定您已經進入語音頻道。"
},
"player_error": {
"en": "The player crashed! Try to use /detach and re-attach by /attach",
"zh": "播放器發生錯誤!可利用 /detach ,再使用 /attach 重新連接"
},
"robot_not_in_voice_channel": {
"en": "Music Start Pro is not in the voice channel. Use /attach to join the robot into the voice channel.",
"zh": "Music Start Pro 尚未進入語音頻道。可以使用 /attach 將機器人加入語音頻道"
},
"language_changed_successfully": {
"en": "Language is changed! We need some time to update so wait a minute please.",
"zh": "語言切換成功!更新需要一段時間,請稍候"
}
}
}