mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
22 lines
460 B
TypeScript
22 lines
460 B
TypeScript
|
|
export default {
|
||
|
|
profile: {
|
||
|
|
followers: 'Followers',
|
||
|
|
following: 'Following',
|
||
|
|
level: 'Level'
|
||
|
|
},
|
||
|
|
playlist: {
|
||
|
|
created: 'Created Playlists',
|
||
|
|
trackCount: '{count} tracks',
|
||
|
|
playCount: 'Played {count} times'
|
||
|
|
},
|
||
|
|
ranking: {
|
||
|
|
title: 'Listening History',
|
||
|
|
playCount: '{count} times'
|
||
|
|
},
|
||
|
|
message: {
|
||
|
|
loadFailed: 'Failed to load user page',
|
||
|
|
deleteSuccess: 'Successfully deleted',
|
||
|
|
deleteFailed: 'Failed to delete'
|
||
|
|
}
|
||
|
|
};
|