From 9cdad9619074e2a7379ebf7f099216e698ac80a5 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 18:12:46 +0200 Subject: [PATCH] New translations relationship.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/relationship.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/pt_BR/components/relationship.json b/src/i18n/pt_BR/components/relationship.json index ccf2aa7b..f1942799 100644 --- a/src/i18n/pt_BR/components/relationship.json +++ b/src/i18n/pt_BR/components/relationship.json @@ -1,16 +1,16 @@ { "follow": { - "function": "" + "function": "Seguir usuário" }, "block": { - "function": "" + "function": "Bloquear usuário" }, "button": { - "error": "", - "blocked_by": "", - "blocking": "", - "following": "", - "requested": "", - "default": "" + "error": "Erro ao carregar", + "blocked_by": "Bloqueado pelo usuário", + "blocking": "Desbloquear", + "following": "Deixar de seguir", + "requested": "Cancelar a solicitação", + "default": "Seguir" } } \ No newline at end of file