mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
chore: Feature/prettier eslint (#397)
* feat: add translations * refactor: use trinocular operators instead if * style: add prettier to eslint, fix lint errors * chore: add .gitattr
This commit is contained in:
parent
a25c874b7d
commit
52d7a2af26
10 changed files with 59 additions and 14 deletions
|
|
@ -24,6 +24,11 @@ export default {
|
|||
albums: "专辑",
|
||||
artists: "艺人",
|
||||
mvs: "MV",
|
||||
newPlayList: "新建歌单",
|
||||
userProfileMenu: {
|
||||
settings: "设置",
|
||||
logout: "退出登录",
|
||||
},
|
||||
},
|
||||
explore: {
|
||||
explore: "发现",
|
||||
|
|
@ -130,6 +135,8 @@ export default {
|
|||
automaticallyCacheSongs: "自动缓存歌曲",
|
||||
clearSongsCache: "清除歌曲缓存",
|
||||
cacheCount: "已缓存 {song} 首 ({size})",
|
||||
showLyricsTranslation: "显示歌词翻译",
|
||||
minimizeToTray: "最小化到托盘",
|
||||
showGitHubIcon: "显示 GitHub 图标",
|
||||
showUnavailableSongInGreyStyle: "显示不可播放的歌曲为灰色",
|
||||
showPlaylistsByAppleMusic: "首页显示来自 Apple Music 的歌单",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue