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:
wenjie 2021-03-11 15:42:44 +08:00 committed by GitHub
parent a25c874b7d
commit 52d7a2af26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 59 additions and 14 deletions

View file

@ -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 的歌单",