Skip to content

Commit 1b62894

Browse files
Update pt-PT.js
Changed ... to … (single char)
1 parent 37c9cdd commit 1b62894

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/component/src/Localization

packages/component/src/Localization/pt-PT.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ function userSaidSomething(avatarInitials, text, timestamp) {
5151

5252
export default {
5353
FAILED_CONNECTION_NOTIFICATION: 'Não foi possível ligar.',
54-
INITIAL_CONNECTION_NOTIFICATION: 'A ligar...',
55-
INTERRUPTED_CONNECTION_NOTIFICATION: 'Interrupção de Rede. Reconectando...',
54+
INITIAL_CONNECTION_NOTIFICATION: 'A ligar',
55+
INTERRUPTED_CONNECTION_NOTIFICATION: 'Interrupção de Rede. Reconectando',
5656
// Do not localize {Retry}; it is a placeholder for "Retry". English translation should be, "Send failed. Retry."
5757
RENDER_ERROR_NOTIFICATION: 'Ocorreu um erro a renderizar. Por favor verifique a consola ou contacte o developer do bot.',
5858
SEND_FAILED_KEY: 'O envio falhou. {Retry}.',
@@ -69,15 +69,15 @@ export default {
6969
'Microphone off': 'Desligar microfone',
7070
'Microphone on': 'Ligar microfone',
7171
'Left': 'Esquerda',
72-
'Listening…': 'A escutar...',
72+
'Listening…': 'A escutar',
7373
'New messages': 'Novas mensagens',
7474
'Right': 'Direita',
7575
'retry': 'tentar novamente',
7676
'Retry': 'Tentar novamente',
7777
'Send': 'Enviar',
7878
'Sending': 'A enviar',
7979
'Speak': 'Falar',
80-
'Starting…': 'A iniciar...',
80+
'Starting…': 'A iniciar',
8181
'Tax': 'Imposto',
8282
'Total': 'Total',
8383
'Type your message': 'Escreva a sua mensagem',

0 commit comments

Comments
 (0)