mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
@@ -1,22 +1,36 @@
|
||||
export default {
|
||||
title: {
|
||||
qr: 'QR Code Login',
|
||||
phone: 'Phone Login'
|
||||
phone: 'Phone Login',
|
||||
token: 'Cookie Login'
|
||||
},
|
||||
qrTip: 'Scan with NetEase Cloud Music APP',
|
||||
phoneTip: 'Login with NetEase Cloud account',
|
||||
tokenTip: 'Enter a valid NetEase Cloud Music Cookie to login',
|
||||
placeholder: {
|
||||
phone: 'Phone Number',
|
||||
password: 'Password'
|
||||
password: 'Password',
|
||||
token: 'Please enter NetEase Cloud Music Cookie (token)'
|
||||
},
|
||||
button: {
|
||||
login: 'Login',
|
||||
switchToQr: 'QR Code Login',
|
||||
switchToPhone: 'Phone Login'
|
||||
switchToPhone: 'Phone Login',
|
||||
switchToToken: 'Use Cookie Login',
|
||||
backToQr: 'Back to QR Code Login',
|
||||
tokenLogin: 'Cookie Login',
|
||||
autoGetCookie: 'Auto Get Cookie'
|
||||
},
|
||||
message: {
|
||||
loginSuccess: 'Login successful',
|
||||
tokenLoginSuccess: 'Cookie login successful',
|
||||
loadError: 'Error loading login information',
|
||||
qrCheckError: 'Error checking QR code status'
|
||||
}
|
||||
qrCheckError: 'Error checking QR code status',
|
||||
tokenRequired: 'Please enter Cookie',
|
||||
tokenInvalid: 'Invalid Cookie, please check and try again',
|
||||
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'
|
||||
},
|
||||
qrTitle: 'NetEase Cloud Music QR Code Login'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user