pt-BR.js
2.9 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
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': 'Por favor insira seu email!',
'BLOCK_BAME.email.wrong-format': 'O email está errado!',
'BLOCK_BAME.userName.required': 'Por favor insira nome de usuário!',
'BLOCK_BAME.password.required': 'Por favor insira sua senha!',
'BLOCK_BAME.password.twice': 'As senhas não estão iguais!',
'BLOCK_BAME.strength.msg':
'Por favor insira pelo menos 6 caracteres e não use senhas fáceis de adivinhar.',
'BLOCK_BAME.strength.strong': 'Força: forte',
'BLOCK_BAME.strength.medium': 'Força: média',
'BLOCK_BAME.strength.short': 'Força: curta',
'BLOCK_BAME.confirm-password.required': 'Por favor confirme sua senha!',
'BLOCK_BAME.phone-number.required': 'Por favor insira seu telefone!',
'BLOCK_BAME.phone-number.wrong-format': 'Formato de telefone errado!',
'BLOCK_BAME.verification-code.required': 'Por favor insira seu código de verificação!',
'BLOCK_BAME.form.get-captcha': 'Get Captcha',
'BLOCK_BAME.captcha.second': 'sec',
'BLOCK_BAME.email.placeholder': 'Email',
'BLOCK_BAME.password.placeholder': 'Senha',
'BLOCK_BAME.confirm-password.placeholder': 'Confirme a senha',
'BLOCK_BAME.phone-number.placeholder': 'Telefone',
'BLOCK_BAME.verification-code.placeholder': 'Código de verificação',
'BLOCK_BAME.form.optional': ' (optional) ',
'BLOCK_BAME.form.submit': 'Submit',
'BLOCK_BAME.form.save': 'Save',
'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',
};