-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.nls.json
56 lines (56 loc) · 3.11 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"command.neteasemusic.start": "Start",
"command.neteasemusic.stop": "Stop",
"command.neteasemusic.play": "Play",
"command.neteasemusic.pause": "Pause",
"command.neteasemusic.auto.play.pause": "Play/Pause (Auto)",
"command.neteasemusic.mute": "Mute",
"command.neteasemusic.unmute": "Unmute",
"command.neteasemusic.auto.mute.unmute": "Mute/Unmute (Auto)",
"command.neteasemusic.volume": "Adjust volume",
"command.neteasemusic.previous": "Previous",
"command.neteasemusic.next": "Next",
"command.neteasemusic.list": "Playlist",
"command.neteasemusic.list.edit": "Edit Playlist",
"command.neteasemusic.more": "More Action",
"command.neteasemusic.like": "Like",
"command.neteasemusic.trash": "Trash",
"command.neteasemusic.dislike": "Unlike",
"command.neteasemusic.search": "Search",
"command.neteasemusic.login": "Log In",
"command.neteasemusic.login.cookie": "Log In (Cookie)",
"command.neteasemusic.logout": "Log Out",
"command.neteasemusic.sign": "Sign",
"command.neteasemusic.reset": "Reset",
"command.neteasemusic.recommend.song": "Daily Recommended Song",
"command.neteasemusic.recommend.playlist": "Recommended Mix",
"command.neteasemusic.recommend.radio": "Private FM",
"command.neteasemusic.user.playlist": "Mix",
"command.neteasemusic.user.artist": "Artist",
"command.neteasemusic.user.album": "Album",
"command.neteasemusic.user.djradio": "DJ Radio",
"command.neteasemusic.user.record": "Play Record",
"command.neteasemusic.new.song": "New Release Song",
"command.neteasemusic.new.album": "New Release Album",
"command.neteasemusic.playlist.highquality": "High Quality Mix",
"command.neteasemusic.playlist.hot": "Hot Mix",
"command.neteasemusic.toplist": "Chart",
"command.neteasemusic.mode.loop": "Loop",
"command.neteasemusic.mode.repeat": "Repeat",
"command.neteasemusic.mode.random": "Random",
"command.neteasemusic.mode.intelligent": "Intelligent",
"category.neteasemusic": "NeteaseMusic",
"category.neteasemusic.mode": "NeteaseMusic Mode",
"category.neteasemusic.my": "NeteaseMusic My",
"category.neteasemusic.discover": "NeteaseMusic Discover",
"category.neteasemusic.recommend": "NeteaseMusic Recommend",
"description.neteasemusic.popup.appearance": "Setting for now playing message appearance",
"description.neteasemusic.api.ssl": "Enable HTTPS API (Disable this if you edit hosts file)",
"description.neteasemusic.ssl.strict": "Enable SSL certificate verification (Disable this if you use untrusted certificate)",
"description.neteasemusic.cdn.redirect": "Enable oversea CDN redirection (Disable this if you are in China mainland)",
"description.neteasemusic.pin.auto": "Pin the webview tab automatically when extension start",
"description.neteasemusic.reset.control": "Show reset option in Command Palette (Please report the issue if you encounter a fatal error)",
"enum.neteasemusic.popup.appearance.always": "Always show",
"enum.neteasemusic.popup.appearance.onerror": "Only on error",
"enum.neteasemusic.popup.appearance.never": "Never show"
}