mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 19:47:29 +08:00
feat: 添加本地音乐扫描播放功能
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
title: '本地音樂',
|
||||
scanFolder: '掃描資料夾',
|
||||
removeFolder: '移除資料夾',
|
||||
scanning: '正在掃描...',
|
||||
scanComplete: '掃描完成',
|
||||
playAll: '播放全部',
|
||||
search: '搜尋本地音樂',
|
||||
emptyState: '暫無本地音樂,請先選擇資料夾進行掃描',
|
||||
fileNotFound: '檔案不存在或已被移動',
|
||||
rescan: '重新掃描',
|
||||
songCount: '{count} 首歌曲'
|
||||
};
|
||||
Reference in New Issue
Block a user