Skip to content

Commit

Permalink
translating missing values pt-br
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropacheco92 committed Feb 20, 2019
1 parent 0c452e3 commit ed5c6ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/component/src/Localization/pt-BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@ function xMinutesAgo(dateStr) {
}

export default {
// FAILED_CONNECTION_NOTIFICATION: '',
FAILED_CONNECTION_NOTIFICATION: 'Não foi possível conectar',
// Do not localize {Retry}; it is a placeholder for "Retry". English translation should be, "Send failed. Retry."
SEND_FAILED_KEY: 'não pude enviar, {Retry}.',
// SLOW_CONNECTION_NOTIFICATION: '',
SLOW_CONNECTION_NOTIFICATION: 'A conexão está levando mais tempo que o normal.',
'Chat': 'Bate-papo',
// 'Download file': '',
// 'Microphone off': '',
// 'Microphone on': '',
'Download file': 'Baixar arquivo',
'Microphone off': 'Microfone desligado',
'Microphone on': 'Microfone ligado',
'Listening…': 'Ouvindo…',
'retry': 'repetir',
'Retry': '{retry}', // Please alter this value if 'Retry' at the beginning of a sentence is written differently than at the end of a sentence.
'Send': 'Enviar',
'Sending': 'enviando',
'Speak': 'Falar',
// 'Starting…': '',
'Starting…': 'Iniciando…',
'Tax': 'Imposto',
'Total': 'Total',
'Type your message': 'Digite sua mensagem',
Expand Down

0 comments on commit ed5c6ab

Please sign in to comment.