|
68 | 68 | "title": "Current Playlist" |
69 | 69 | } |
70 | 70 | }, |
71 | | - "ws-protocol": { |
72 | | - "toast": { |
73 | | - "switchSongNotSupported": "Unable to switch tracks under WS Protocol mode.", |
74 | | - "pauseOrPlaySongNotSupported": "Unable to pause / resume in WS Protocol mode.", |
75 | | - "seekNotSupported": "Unable to modify playing progress under WS Protocol mode.", |
76 | | - "changeVolumeNotSupported": "Unable to modify volume under WS Protocol mode." |
77 | | - } |
78 | | - }, |
79 | 71 | "page": { |
80 | | - "amll-dev": { |
81 | | - "title": "Apple Music Like Lyrics Developer Page", |
82 | | - "warning": "This page is for develop usage only, use it at your own risk! (Chinese only)" |
83 | | - }, |
84 | 72 | "main": { |
| 73 | + "playlistMenu": { |
| 74 | + "delete": "Delete" |
| 75 | + }, |
85 | 76 | "updateAvailableTag": "Update available", |
86 | 77 | "menu": { |
87 | 78 | "enterWSProtocolMode": "Start WS Protocol mode", |
|
90 | 81 | "settings": "Settings" |
91 | 82 | }, |
92 | 83 | "noPlaylistTip": "Nothing is here, try to create something?", |
93 | | - "playlistMenu": { |
94 | | - "delete": "Delete" |
95 | | - }, |
96 | 84 | "loadingPlaylist": "Loading playlist" |
97 | 85 | }, |
98 | 86 | "playlist": { |
|
119 | 107 | "playAll": "Play All", |
120 | 108 | "shufflePlayAll": "Shuffle" |
121 | 109 | }, |
| 110 | + "amll-dev": { |
| 111 | + "title": "Apple Music Like Lyrics Developer Page", |
| 112 | + "warning": "This page is for develop usage only, use it at your own risk! (Chinese only)" |
| 113 | + }, |
122 | 114 | "settings": { |
123 | 115 | "others": { |
124 | 116 | "restartProgram": "Restart player", |
|
318 | 310 | } |
319 | 311 | } |
320 | 312 | }, |
| 313 | + "ws-protocol": { |
| 314 | + "toast": { |
| 315 | + "switchSongNotSupported": "Unable to switch tracks under WS Protocol mode.", |
| 316 | + "pauseOrPlaySongNotSupported": "Unable to pause / resume in WS Protocol mode.", |
| 317 | + "seekNotSupported": "Unable to modify playing progress under WS Protocol mode.", |
| 318 | + "changeVolumeNotSupported": "Unable to modify volume under WS Protocol mode." |
| 319 | + } |
| 320 | + }, |
321 | 321 | "settings": { |
322 | 322 | "extension": { |
323 | 323 | "safetyWarning": "Any plugin will be able to access and modify all of your data, including your playlists, song metadata, etc. Please make sure that the plugin source is safe and only install plugins you trust. We are not responsible for any damage(s) caused by using of using any plugins!", |
|
0 commit comments