Skip to content

Commit

Permalink
Update en_US.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suntrise authored Feb 13, 2024
1 parent 6811235 commit 0fbf74f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion i18n/en_US.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
menuBar = {
"files": "Files",
"openFile": "Open file",
"getFromNeteaseMusic": "Fetch from Netease",
"getFromNetease": "Fetch from Netease Cloud Music",
"getFromMusicWebsite": "Get From Music Website",
"exit": "Exit",
"media": "Media",
"channels": "Channels",
Expand Down Expand Up @@ -75,3 +76,10 @@
"songList": "Song List",
"construction": "Under Construction"
}

dialog = {
"songIdInput": "Enter Song ID:",
"songIdHint": "(Currently only NetEase Cloud and free songs)",
"vipAlert": "Sorry, currently only free songs are supported",
"errorPrompt": "Please enter correct song ID"
}

0 comments on commit 0fbf74f

Please sign in to comment.