2025-02-19 01:01:43 +08:00
|
|
|
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'
|
|
|
|
|
},
|
2025-03-24 22:54:04 +08:00
|
|
|
follow: {
|
|
|
|
|
title: 'Follow List',
|
|
|
|
|
viewPlaylist: 'View Playlist',
|
|
|
|
|
noFollowings: 'No Followings',
|
|
|
|
|
loadMore: 'Load More',
|
|
|
|
|
noSignature: 'This guy is lazy, nothing left'
|
|
|
|
|
},
|
|
|
|
|
follower: {
|
|
|
|
|
title: 'Follower List',
|
|
|
|
|
noFollowers: 'No Followers',
|
|
|
|
|
loadMore: 'Load More'
|
|
|
|
|
},
|
|
|
|
|
detail: {
|
|
|
|
|
playlists: 'Playlists',
|
|
|
|
|
records: 'Listening History',
|
|
|
|
|
noPlaylists: 'No Playlists',
|
|
|
|
|
noRecords: 'No Listening History',
|
|
|
|
|
artist: 'Artist',
|
|
|
|
|
noSignature: 'This guy is lazy, nothing left',
|
|
|
|
|
invalidUserId: 'Invalid User ID'
|
|
|
|
|
},
|
2025-02-19 01:01:43 +08:00
|
|
|
message: {
|
|
|
|
|
loadFailed: 'Failed to load user page',
|
|
|
|
|
deleteSuccess: 'Successfully deleted',
|
|
|
|
|
deleteFailed: 'Failed to delete'
|
|
|
|
|
}
|
|
|
|
|
};
|