en-US.js
3.2 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
export default {
'BLOCK_BAME.basic.title': 'Basic form',
'BLOCK_BAME.basic.description':
'Form pages are used to collect or verify information to users, and basic forms are common in scenarios where there are fewer data items.',
'BLOCK_BAME.email.required': 'Please enter your email!',
'BLOCK_BAME.email.wrong-format': 'The email address is in the wrong format!',
'BLOCK_BAME.userName.required': 'Please enter your userName!',
'BLOCK_BAME.password.required': 'Please enter your password!',
'BLOCK_BAME.password.twice': 'The passwords entered twice do not match!',
'BLOCK_BAME.strength.msg':
"Please enter at least 6 characters and don't use passwords that are easy to guess.",
'BLOCK_BAME.strength.strong': 'Strength: strong',
'BLOCK_BAME.strength.medium': 'Strength: medium',
'BLOCK_BAME.strength.short': 'Strength: too short',
'BLOCK_BAME.confirm-password.required': 'Please confirm your password!',
'BLOCK_BAME.phone-number.required': 'Please enter your phone number!',
'BLOCK_BAME.phone-number.wrong-format': 'Malformed phone number!',
'BLOCK_BAME.verification-code.required': 'Please enter the verification code!',
'BLOCK_BAME.title.required': 'Please enter a title',
'BLOCK_BAME.date.required': 'Please select the start and end date',
'BLOCK_BAME.goal.required': 'Please enter a description of the goal',
'BLOCK_BAME.standard.required': 'Please enter a metric',
'BLOCK_BAME.form.get-captcha': 'Get Captcha',
'BLOCK_BAME.captcha.second': 'sec',
'BLOCK_BAME.form.optional': ' (optional) ',
'BLOCK_BAME.form.submit': 'Submit',
'BLOCK_BAME.form.save': 'Save',
'BLOCK_BAME.email.placeholder': 'Email',
'BLOCK_BAME.password.placeholder': 'Password',
'BLOCK_BAME.confirm-password.placeholder': 'Confirm password',
'BLOCK_BAME.phone-number.placeholder': 'Phone number',
'BLOCK_BAME.verification-code.placeholder': 'Verification code',
'BLOCK_BAME.title.label': 'Title',
'BLOCK_BAME.title.placeholder': 'Give the target a name',
'BLOCK_BAME.date.label': 'Start and end date',
'BLOCK_BAME.placeholder.start': 'Start date',
'BLOCK_BAME.placeholder.end': 'End date',
'BLOCK_BAME.goal.label': 'Goal description',
'BLOCK_BAME.goal.placeholder': 'Please enter your work goals',
'BLOCK_BAME.standard.label': 'Metrics',
'BLOCK_BAME.standard.placeholder': 'Please enter a metric',
'BLOCK_BAME.client.label': 'Client',
'BLOCK_BAME.label.tooltip': 'Target service object',
'BLOCK_BAME.client.placeholder':
'Please describe your customer service, internal customers directly @ Name / job number',
'BLOCK_BAME.invites.label': 'Inviting critics',
'BLOCK_BAME.invites.placeholder': 'Please direct @ Name / job number, you can invite up to 5 people',
'BLOCK_BAME.weight.label': 'Weight',
'BLOCK_BAME.weight.placeholder': 'Please enter weight',
'BLOCK_BAME.public.label': 'Target disclosure',
'BLOCK_BAME.label.help': 'Customers and invitees are shared by default',
'BLOCK_BAME.radio.public': 'Public',
'BLOCK_BAME.radio.partially-public': 'Partially public',
'BLOCK_BAME.radio.private': 'Private',
'BLOCK_BAME.publicUsers.placeholder': 'Open to',
'BLOCK_BAME.option.A': 'Colleague A',
'BLOCK_BAME.option.B': 'Colleague B',
'BLOCK_BAME.option.C': 'Colleague C',
};