New translations relationship.json (Russian)

This commit is contained in:
xmflsct 2023-09-06 23:49:46 +02:00
parent 6d46327e51
commit 485161e1cf
1 changed files with 8 additions and 8 deletions

View File

@ -1,16 +1,16 @@
{ {
"follow": { "follow": {
"function": "" "function": "Подписаться на пользователя"
}, },
"block": { "block": {
"function": "" "function": "Заблокировать пользователя"
}, },
"button": { "button": {
"error": "", "error": "Ошибка загрузки",
"blocked_by": "", "blocked_by": "Заблокирован пользователем",
"blocking": "", "blocking": "Разблокировать",
"following": "", "following": "Отписаться",
"requested": "", "requested": "Отменить запрос",
"default": "" "default": "Подписаться"
} }
} }