UNIVPLMDataIntegration/Web/src/i18n/pages/login/en.ts

36 lines
1.0 KiB
TypeScript
Raw Normal View History

2024-06-15 13:02:35 +08:00
// 定义内容
export default {
label: {
one1: 'User name login',
two2: 'Mobile number',
},
link: {
one3: 'Third party login',
two4: 'Links',
},
account: {
accountPlaceholder1: 'The user name admin or not is common',
accountPlaceholder2: 'Password: 123456',
accountPlaceholder3: 'Please enter the verification code',
accountBtnText: 'Sign in',
2025-02-26 14:39:55 +08:00
lockTag: 'Caps lock is on',
accountneed: 'Please enter the account',
passwordneed: 'Please enter the password',
codeNeed: 'Please enter the verification code',
splitslive: 'Please hold down the slider to drag',
success: 'Verification passed',
2024-06-15 13:02:35 +08:00
},
mobile: {
placeholder1: 'Please input mobile phone number',
placeholder2: 'Please enter the verification code',
codeText: 'Get code',
btnText: 'Sign in',
msgText:
'Warm tip: it is recommended to use Google, Microsoft edge, version 79.0.1072.62 and above browsers, and 360 browser, please use speed mode',
},
scan: {
text: 'Open the mobile phone to scan and quickly log in / register',
},
signInText: 'welcome back!',
};