From 06ad2b7972ade86ec0acba21937561f4f8b6a96f Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Fri, 14 Apr 2023 00:15:18 +0200 Subject: [PATCH] website: translations (#2180) * ios: UI to cancel receiving file * Translated using Weblate (Portuguese (Brazil)) Currently translated at 1.8% (4 of 211 strings) Translation: SimpleX Chat/SimpleX Chat website Translate-URL: https://hosted.weblate.org/projects/simplex-chat/website/pt_BR/ * Revert "ios: UI to cancel receiving file" This reverts commit 0fcae6e8d51ede5acbdf5ec15a75780238654d72. --------- Co-authored-by: Pedro Licio --- website/langs/pt_BR.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/langs/pt_BR.json b/website/langs/pt_BR.json index 0967ef424b..59bdf0be4a 100644 --- a/website/langs/pt_BR.json +++ b/website/langs/pt_BR.json @@ -1 +1,6 @@ -{} +{ + "home": "InĂ­cio", + "developers": "Desenvolvedores", + "reference": "ReferĂȘncia", + "blog": "Blog" +}