From cb3483588e4119444d9593eb256d6f8da4f3e5d6 Mon Sep 17 00:00:00 2001 From: Allan Wanderley Alves Date: Wed, 9 Nov 2022 07:31:37 -0300 Subject: [PATCH] =?UTF-8?q?fix(locales):=20hostname=20pt=20language=20to?= =?UTF-8?q?=20"nome=20de=20host"=20instead=20"nome=20de=20anfriti=C3=A3o"?= =?UTF-8?q?=20(#527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Allan Alves --- client/locales/pt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/locales/pt.json b/client/locales/pt.json index 6ffb5c87..e182c386 100644 --- a/client/locales/pt.json +++ b/client/locales/pt.json @@ -43,7 +43,7 @@ "ERROR": "erro", "FREQUENTLY_ACCESS_FOLDERS_WILL_BE_SHOWN_HERE": "As pastas de acesso frequente serão mostradas aqui", "HOST_KEY": "chave do host", - "HOSTNAME*": "nome de anfitrião*", + "HOSTNAME*": "nome de host*", "INCORRECT_PASSWORD": "senha incorreta", "INFO": "informação", "INTERNAL_ERROR": "Erro interno",