From 25b465e62ab5b84912e26962e1fb5dbcbf2c395e Mon Sep 17 00:00:00 2001 From: bitcoinuser Date: Sun, 25 May 2025 10:18:51 -0300 Subject: [PATCH] feat: update pt-BR.ts (#357) --- src/i18n/locales/pt-BR.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/pt-BR.ts b/src/i18n/locales/pt-BR.ts index e14e3b6f..0bf2c577 100644 --- a/src/i18n/locales/pt-BR.ts +++ b/src/i18n/locales/pt-BR.ts @@ -234,7 +234,7 @@ export default { 'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?': 'Você está prestes a publicar um evento assinado por [{{eventAuthorName}}]. Você está atualmente logado como [{{currentUsername}}]. Tem certeza?', 'Platinum Sponsors': 'Patrocinadores Platinum', - From: 'De', - 'Comment on': 'Comentar em' + From: 'Fonte', + 'Comment on': 'Comentando' } }