diff options
author | Evgeny Petrov <groosha@protonmail.com> | 2018-08-13 00:11:40 +0300 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-12 23:11:40 +0200 |
commit | b7091c6c0fe057f7469a97f138c3e2451d95a28f (patch) | |
tree | af8512569087d1658dd97dc307c25b9fe44a2820 /app | |
parent | 39e361a56d849a027ed12df69122a369bc6ff39d (diff) |
Added endorse strings, fixed footer 'developers' string (#8183)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/mastodon/locales/ru.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/mastodon/locales/ru.json b/app/javascript/mastodon/locales/ru.json index 0f2a26e76..0e8586903 100644 --- a/app/javascript/mastodon/locales/ru.json +++ b/app/javascript/mastodon/locales/ru.json @@ -7,7 +7,7 @@ "account.disclaimer_full": "Нижеуказанная информация может не полностью отражать профиль пользователя.", "account.domain_blocked": "Домен скрыт", "account.edit_profile": "Изменить профиль", - "account.endorse": "Feature on profile", + "account.endorse": "Рекомендовать в профиле", "account.follow": "Подписаться", "account.followers": "Подписаны", "account.follows": "Подписки", @@ -27,7 +27,7 @@ "account.show_reblogs": "Показывать продвижения от @{name}", "account.unblock": "Разблокировать", "account.unblock_domain": "Разблокировать {domain}", - "account.unendorse": "Don't feature on profile", + "account.unendorse": "Не рекомендовать в профиле", "account.unfollow": "Отписаться", "account.unmute": "Снять глушение", "account.unmute_notifications": "Показывать уведомления от @{name}", |