New translations strings.xml (Russian)

This commit is contained in:
Eugen Rochko 2024-11-19 01:02:37 +01:00
parent 85c3fc72da
commit b783a0d609
1 changed files with 10 additions and 0 deletions

View File

@ -837,7 +837,10 @@
</plurals>
<string name="own_poll_ended">Ваш опрос завершился</string>
<string name="user_just_posted">%s опубликовал</string>
<string name="user_edited_post">%s отредактировал сообщение, с которым вы общались с</string>
<string name="relationship_severance_account_suspension">Администратор %1$s заблокировал %2$s, что означает, что вы больше не сможете получать обновления от них или взаймодествовать с ними.</string>
<!-- %1$s is your server domain, %2$s is the domain that was blocked, %3$,d is the follower count, %4$s is the `x_accounts` plural string -->
<string name="relationship_severance_domain_block">Администратор от %1$s заблокировал %2$s, включая %3$,d ваших подписчиков и %4$s, на которые вы подписаны.</string>
<plurals name="x_accounts">
<item quantity="one">%,d аккаунт</item>
<item quantity="few">%,d аккаунта</item>
@ -855,6 +858,7 @@
<string name="moderation_warning_action_suspend">Ваш аккаунт приостановлен.</string>
<string name="moderation_warning_learn_more">Узнать больше</string>
<string name="text_show_more">Больше</string>
<string name="avatar_move_and_scale">Перемещение и масштабирование</string>
<string name="confirm_avatar_crop">Выбрать</string>
<string name="settings_use_dynamic_colors">Использовать системный динамический цвет</string>
<string name="settings_accounts">Аккаунты</string>
@ -866,7 +870,13 @@
<string name="switch_to_this_account">Переключиться на этот аккаунт</string>
<string name="delete_account">Удалить аккаунт</string>
<string name="notification_type_status">Новые публикации</string>
<string name="familiar_followers_two">Подписаны %s и %s</string>
<string name="profile_saved_posts">Сохранено</string>
<string name="profile_saved_posts_explanation">Сохраненные сообщения видны только вам.</string>
<string name="search_people">Люди</string>
<!-- appears when you're about to block a server -->
<!-- The complete string will look like "You will lose X followers and Y people you follow". See will_lose_x_followers and will_lose_x_following -->
<!-- The complete string will look like "You will lose X people you follow". See will_lose_x_following -->
<string name="load_missing_posts_above">Загрузить недостающие сообщения выше</string>
<string name="load_missing_posts_below">Загрузить недостающие записи ниже</string>
</resources>