Overhaul English (#2166)

* Overhaul English

Let's go!!!

Overhaul with reference to Simplified Chinese text
and English user habits.

* Clarify `Music API` and `Song Source`

* fix
pull/2170/head
3gf8jv4dv 2024-12-15 14:08:11 +08:00 committed by GitHub
parent 77ecd4be9b
commit b28fb5c9b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 393 additions and 393 deletions

File diff suppressed because it is too large Load Diff

View File

@ -54,24 +54,24 @@ const themeList = [
const messages = {
'en-us': {
collect: 'Collection',
uncollect: 'Cancel collection',
collect: 'Love',
uncollect: 'Unlove',
play: 'Play',
pause: 'Pause',
next: 'Next song',
prev: 'Previous song',
next: 'Next Song',
prev: 'Prev Song',
hide_win_main: 'Hide Main Window',
show_win_main: 'Show Main Window',
hide_win_lyric: 'Close desktop lyrics',
show_win_lyric: 'Open desktop lyrics',
lock_win_lyric: 'Lock desktop lyrics',
unlock_win_lyric: 'Unlock desktop lyrics',
top_win_lyric: 'Set top lyrics',
untop_win_lyric: 'Cancel top lyrics',
show_statusbar_lyric: 'Show statusbar lyric',
hide_statusbar_lyric: 'Hide statusbar lyric',
hide_win_lyric: 'Hide Lyric Window',
show_win_lyric: 'Show Lyric Window',
lock_win_lyric: 'Lock Lyric Window',
unlock_win_lyric: 'Unlock Lyric Window',
top_win_lyric: 'On-top Lyric Window',
untop_win_lyric: 'Un-top Lyric Window',
show_statusbar_lyric: 'Show Lyrics on Statusbar',
hide_statusbar_lyric: 'Hide Lyrics on Statusbar',
exit: 'Exit',
music_name: 'Name: ',
music_name: 'Title: ',
music_singer: 'Artist: ',
},
'zh-cn': {

View File

@ -12,11 +12,11 @@ export default () => {
appSetting['desktopLyric.enable']
? t('player__desktop_lyric_off')
: t('player__desktop_lyric_on')
}${
}\n(${
appSetting['desktopLyric.isLock']
? t('player__desktop_lyric_unlock')
: t('player__desktop_lyric_lock')
}`
})`
})
const toggleDesktopLyric = () => {