From 05214a28878ee4b7da8236abd50c2387b1647ab8 Mon Sep 17 00:00:00 2001 From: Erick Almeida Date: Tue, 16 May 2023 08:55:17 -0300 Subject: [PATCH] Fix Portuguese translation strings (#1336) --- src/translations/pt.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/pt.ts b/src/translations/pt.ts index 921a05a1e..4ff1d9d43 100644 --- a/src/translations/pt.ts +++ b/src/translations/pt.ts @@ -25,10 +25,10 @@ const translation: Translation = { remove: 'Remover', resize: 'Mudar o tamanho', scrollToEnd: 'Rolar até o final', - scrollToStart: 'Rolar até o começo', + scrollToStart: 'Rolar até o início', selectAColorFromTheScreen: 'Selecionar uma cor da tela', - showPassword: 'Mostrar senhaShow password', - slideNum: slide => `Diapositivo ${slide}`, + showPassword: 'Mostrar senha', + slideNum: slide => `Slide ${slide}`, toggleColorFormat: 'Trocar o formato de cor' };