mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 19:47:29 +08:00
✨ feat: 添加定时关闭功能,支持按时间、歌曲数和播放列表结束自动停止播放
This commit is contained in:
@@ -74,5 +74,27 @@ export default {
|
||||
acoustic: '原声',
|
||||
custom: '自定义'
|
||||
}
|
||||
},
|
||||
// 定时关闭功能相关
|
||||
sleepTimer: {
|
||||
title: '定时关闭',
|
||||
cancel: '取消定时',
|
||||
timeMode: '按时间关闭',
|
||||
songsMode: '按歌曲数关闭',
|
||||
playlistEnd: '播放完列表后关闭',
|
||||
afterPlaylist: '播放完列表后关闭',
|
||||
activeUntilEnd: '播放至列表结束',
|
||||
minutes: '分钟',
|
||||
hours: '小时',
|
||||
songs: '首歌',
|
||||
set: '设置',
|
||||
timerSetSuccess: '已设置{minutes}分钟后关闭',
|
||||
songsSetSuccess: '已设置播放{songs}首歌后关闭',
|
||||
playlistEndSetSuccess: '已设置播放完列表后关闭',
|
||||
timerCancelled: '已取消定时关闭',
|
||||
timerEnded: '定时关闭已触发',
|
||||
playbackStopped: '音乐播放已停止',
|
||||
minutesRemaining: '剩余{minutes}分钟',
|
||||
songsRemaining: '剩余{count}首歌'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user