New translations relationship.json (Portuguese, Brazilian)

This commit is contained in:
xmflsct 2022-05-18 18:12:46 +02:00
parent abadd610f3
commit 9cdad96190
1 changed files with 8 additions and 8 deletions

View File

@ -1,16 +1,16 @@
{ {
"follow": { "follow": {
"function": "" "function": "Seguir usuário"
}, },
"block": { "block": {
"function": "" "function": "Bloquear usuário"
}, },
"button": { "button": {
"error": "", "error": "Erro ao carregar",
"blocked_by": "", "blocked_by": "Bloqueado pelo usuário",
"blocking": "", "blocking": "Desbloquear",
"following": "", "following": "Deixar de seguir",
"requested": "", "requested": "Cancelar a solicitação",
"default": "" "default": "Seguir"
} }
} }