wujingjing
2024-11-04 7c6502b4e02e4e32480b4085dacfed90d881367a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 定义内容
export default {
    label: {
        one1: 'User name login',
        two2: 'Mobile number',
    },
    link: {
        one3: 'Third party login',
        two4: 'Links',
    },
    account: {
        accountPlaceholder1: 'Please enter the username',
        accountPlaceholder2: 'Please enter the password',
        accountPlaceholder3: 'Please enter the verification code',
        accountBtnText: 'Sign in',
    },
    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!',
};