Fix Portuguese translation strings (#1336)

This commit is contained in:
Erick Almeida
2023-05-16 08:55:17 -03:00
committed by GitHub
parent be1c38f0e5
commit e0fd6b210e

View File

@@ -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'
};