[ru] links warning

This commit is contained in:
Andrea Vos 2022-05-04 20:01:53 -05:00
parent 02a1e93d87
commit 8ebc584eeb
2 changed files with 8 additions and 0 deletions

View File

@ -594,6 +594,10 @@ profile:
if they are verified by logging in using the given authentication provider, if they are verified by logging in using the given authentication provider,
or (under construction) by a <code>rel="me"</code> tag pointing back to the card. or (under construction) by a <code>rel="me"</code> tag pointing back to the card.
Our links also include a <code>rel="me"</code> tag, so that external websites can verify your card the other way round too. Our links also include a <code>rel="me"</code> tag, so that external websites can verify your card the other way round too.
linksWarning: >
Доносим до вашего сведения, что сейчас может быть небезопасно публиковать очень много своих соцсетей в одном месте,
особенно если это соцсети, которые могут легко предоставить ваши переписки и личные данные федеральным службам
(напр.: ВКонтакте, Mail.ru, Одноклассники). Будьте бдительны и по возможности позаботьтесь о своей безопасности!
column: 'Колонка' column: 'Колонка'
header: 'Карточки' header: 'Карточки'

View File

@ -167,6 +167,10 @@
<T silent>profile.linksRecommendedAfter</T> <T silent>profile.linksRecommendedAfter</T>
😉 😉
</p> </p>
<p v-if="$te('profile.linksWarning')" class="small text-muted mt-2 mb-0">
<Icon v="exclamation-triangle"/>
<T>profile.linksWarning</T>
</p>
</section> </section>
<section class="form-group"> <section class="form-group">