From a29c748961f86e281b86ef97a067f6a559b2ea7e Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 22 Dec 2021 04:51:52 -0700 Subject: [PATCH] New translations web.php (Russian) [ci skip] --- resources/lang/ru/web.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/ru/web.php b/resources/lang/ru/web.php index 0f53406bc..0a4a7ac69 100644 --- a/resources/lang/ru/web.php +++ b/resources/lang/ru/web.php @@ -76,14 +76,14 @@ return [ 'notifications' => [ 'liked' => 'liked your', 'commented' => 'commented on your', - 'reacted' => 'reacted to your', - 'shared' => 'shared your', - 'tagged' => 'tagged you in a', + 'reacted' => 'отреагировал на ваш', + 'shared' => 'поделился вашим', + 'tagged' => 'отметил вас в публикации', 'updatedA' => 'updated a', - 'sentA' => 'sent a', + 'sentA' => 'отправил', - 'followed' => 'followed', + 'followed' => 'подписался', 'mentioned' => 'mentioned', 'you' => 'вы', @@ -95,12 +95,12 @@ return [ 'groupPost' => 'сообщения группы', 'modlog' => 'modlog', 'post' => 'пост', - 'story' => 'story', + 'story' => 'история', ], 'post' => [ 'shareToFollowers' => 'Поделиться с подписчиками', - 'shareToOther' => 'Share to other', + 'shareToOther' => 'Поделиться с другими', 'noLikes' => 'Пока никому не понравилось', 'uploading' => 'Загружается', ], @@ -135,8 +135,8 @@ return [ 'markAsSpammerText' => 'Unlist + CW existing and future posts', 'spam' => 'Спам', 'sensitive' => 'Деликатный контент', - 'abusive' => 'Abusive or Harmful', - 'underageAccount' => 'Underage Account', + 'abusive' => 'Жестокое обращение или причинение вреда', + 'underageAccount' => 'Несовершеннолетний аккаунт', 'copyrightInfringement' => 'Нарушение авторских прав', 'impersonation' => 'Представление себя за другого человека', 'scamOrFraud' => 'Обман или мошенничество', @@ -152,8 +152,8 @@ return [ 'modRemoveCWSuccess' => 'Предупреждение о контенте успешно удалено', 'modUnlistConfirm' => 'Вы действительно хотите скрыть этот пост из лент?', 'modUnlistSuccess' => 'Successfully unlisted post', - 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + 'modMarkAsSpammerConfirm' => 'Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.', + 'modMarkAsSpammerSuccess' => 'Аккаунт успешно помечен как спаммер', 'toFollowers' => 'to Followers',