mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 18:47:29 +08:00
feat: 格式化代码
This commit is contained in:
@@ -45,7 +45,8 @@ export default {
|
||||
phoneLoginFailed: 'Phone login failed, please check if phone number and password are correct',
|
||||
autoGetCookieSuccess: 'Auto get Cookie successful',
|
||||
autoGetCookieFailed: 'Auto get Cookie failed',
|
||||
autoGetCookieTip: 'Will open NetEase Cloud Music login page, please complete login and close the window',
|
||||
autoGetCookieTip:
|
||||
'Will open NetEase Cloud Music login page, please complete login and close the window',
|
||||
qrCheckFailed: 'Failed to check QR code status, please refresh and try again',
|
||||
qrLoading: 'Loading QR code...',
|
||||
qrExpired: 'QR code has expired, please click to refresh',
|
||||
@@ -58,5 +59,6 @@ export default {
|
||||
qrGenerating: 'Generating QR code...'
|
||||
},
|
||||
qrTitle: 'NetEase Cloud Music QR Code Login',
|
||||
uidWarning: 'Note: UID login is only for viewing user public information and cannot access features that require login permissions.'
|
||||
uidWarning:
|
||||
'Note: UID login is only for viewing user public information and cannot access features that require login permissions.'
|
||||
};
|
||||
|
||||
@@ -82,7 +82,8 @@ export default {
|
||||
showStatusBarContent:
|
||||
'You can display the music control function in your mac status bar (effective after a restart)',
|
||||
fallbackParser: 'Fallback Parser (GD Music)',
|
||||
fallbackParserDesc: 'When "GD Music" is checked and regular sources fail, this service will be used.',
|
||||
fallbackParserDesc:
|
||||
'When "GD Music" is checked and regular sources fail, this service will be used.',
|
||||
parserGD: 'GD Music (Built-in)',
|
||||
parserCustom: 'Custom API',
|
||||
|
||||
@@ -103,8 +104,8 @@ export default {
|
||||
notImported: 'No custom source imported yet.',
|
||||
importSuccess: 'Successfully imported source: {name}',
|
||||
importFailed: 'Import failed: {message}',
|
||||
enableHint: 'Import a JSON config file to enable',
|
||||
},
|
||||
enableHint: 'Import a JSON config file to enable'
|
||||
}
|
||||
},
|
||||
application: {
|
||||
closeAction: 'Close Action',
|
||||
|
||||
Reference in New Issue
Block a user