mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 11:37:31 +08:00
feat: 历史记录页面 添加本地和云端两种记录支持,支持歌曲、歌单、专辑
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
export default {
|
||||
title: 'Play History',
|
||||
playCount: '{count}',
|
||||
getHistoryFailed: 'Failed to get play history'
|
||||
getHistoryFailed: 'Failed to get play history',
|
||||
categoryTabs: {
|
||||
songs: 'Songs',
|
||||
playlists: 'Playlists',
|
||||
albums: 'Albums'
|
||||
},
|
||||
tabs: {
|
||||
all: 'All Records',
|
||||
local: 'Local Records',
|
||||
cloud: 'Cloud Records'
|
||||
},
|
||||
getCloudRecordFailed: 'Failed to get cloud records',
|
||||
needLogin: 'Please login with cookie to view cloud records',
|
||||
merging: 'Merging records...',
|
||||
noDescription: 'No description',
|
||||
noData: 'No records',
|
||||
newKey: 'New translation'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user