mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
export default {
|
|
title: 'Play History',
|
|
playCount: '{count}',
|
|
getHistoryFailed: 'Failed to get play history'
|
|
};
|