Files
AlgerMusicPlayer/src/i18n/lang/en-US/login.ts

37 lines
1.2 KiB
TypeScript

export default {
title: {
qr: 'QR Code 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',
token: 'Please enter NetEase Cloud Music Cookie (token)'
},
button: {
login: 'Login',
switchToQr: 'QR Code 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',
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'
};