Skip to content

Commit

Permalink
Update zh_CN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suntrise authored Feb 13, 2024
1 parent 719675d commit 6811235
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion i18n/zh_CN.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"files": "文件",
"openFile": "打开文件",
"openSonglist": "导入播放列表",
"getFromNeteaseMusic": "从网易云中获取",
"getFromNetease": "从网易云音乐获取",
"getFromMusicWebsite": "从音乐网站获取",
"exit": "退出",
"play": "播放",
"media": "媒体",
Expand Down Expand Up @@ -77,3 +78,10 @@
"songList": "播放列表",
"construction": "施工中"
}

dialog = {
"songIdInput": "输入歌曲ID:",
"songIdHint": "(目前仅限网易云+非会员歌曲)",
"vipAlert": "抱歉,目前只支持非会员歌曲",
"errorPrompt": "请输入正确的歌曲ID"
}

0 comments on commit 6811235

Please sign in to comment.