pt-BR.js 2.92 KB
Newer Older
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
export default {
  'BLOCK_NAME.basic.title': 'Basic form',
  'BLOCK_NAME.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_NAME.email.required': 'Por favor insira seu email!',
  'BLOCK_NAME.email.wrong-format': 'O email está errado!',
  'BLOCK_NAME.userName.required': 'Por favor insira nome de usuário!',
  'BLOCK_NAME.password.required': 'Por favor insira sua senha!',
  'BLOCK_NAME.password.twice': 'As senhas não estão iguais!',
  'BLOCK_NAME.strength.msg':
    'Por favor insira pelo menos 6 caracteres e não use senhas fáceis de adivinhar.',
  'BLOCK_NAME.strength.strong': 'Força: forte',
  'BLOCK_NAME.strength.medium': 'Força: média',
  'BLOCK_NAME.strength.short': 'Força: curta',
  'BLOCK_NAME.confirm-password.required': 'Por favor confirme sua senha!',
  'BLOCK_NAME.phone-number.required': 'Por favor insira seu telefone!',
  'BLOCK_NAME.phone-number.wrong-format': 'Formato de telefone errado!',
  'BLOCK_NAME.verification-code.required': 'Por favor insira seu código de verificação!',

  'BLOCK_NAME.form.get-captcha': 'Get Captcha',
  'BLOCK_NAME.captcha.second': 'sec',
  'BLOCK_NAME.email.placeholder': 'Email',
  'BLOCK_NAME.password.placeholder': 'Senha',
  'BLOCK_NAME.confirm-password.placeholder': 'Confirme a senha',
  'BLOCK_NAME.phone-number.placeholder': 'Telefone',
  'BLOCK_NAME.verification-code.placeholder': 'Código de verificação',
  'BLOCK_NAME.form.optional': ' (optional) ',
  'BLOCK_NAME.form.submit': 'Submit',
  'BLOCK_NAME.form.save': 'Save',
  'BLOCK_NAME.title.label': 'Title',
  'BLOCK_NAME.title.placeholder': 'Give the target a name',
  'BLOCK_NAME.date.label': 'Start and end date',
  'BLOCK_NAME.placeholder.start': 'Start date',
  'BLOCK_NAME.placeholder.end': 'End date',
  'BLOCK_NAME.goal.label': 'Goal description',
  'BLOCK_NAME.goal.placeholder': 'Please enter your work goals',
  'BLOCK_NAME.standard.label': 'Metrics',
  'BLOCK_NAME.standard.placeholder': 'Please enter a metric',
  'BLOCK_NAME.client.label': 'Client',
  'BLOCK_NAME.label.tooltip': 'Target service object',
  'BLOCK_NAME.client.placeholder':
    'Please describe your customer service, internal customers directly @ Name / job number',
  'BLOCK_NAME.invites.label': 'Inviting critics',
xiaohuoni's avatar
xiaohuoni committed
45 46
  'BLOCK_NAME.invites.placeholder':
    'Please direct @ Name / job number, you can invite up to 5 people',
47 48 49 50 51 52 53 54 55 56 57 58
  'BLOCK_NAME.weight.label': 'Weight',
  'BLOCK_NAME.weight.placeholder': 'Please enter weight',
  'BLOCK_NAME.public.label': 'Target disclosure',
  'BLOCK_NAME.label.help': 'Customers and invitees are shared by default',
  'BLOCK_NAME.radio.public': 'Public',
  'BLOCK_NAME.radio.partially-public': 'Partially public',
  'BLOCK_NAME.radio.private': 'Private',
  'BLOCK_NAME.publicUsers.placeholder': 'Open to',
  'BLOCK_NAME.option.A': 'Colleague A',
  'BLOCK_NAME.option.B': 'Colleague B',
  'BLOCK_NAME.option.C': 'Colleague C',
};