From cdfd53ec279592d36cf00f0300d2dd91ac60c845 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 10:11:59 -0700 Subject: [PATCH] New translations web.php (Russian) [ci skip] --- resources/lang/ru/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ru/web.php b/resources/lang/ru/web.php index 070a6c383..ee1dc8fc0 100644 --- a/resources/lang/ru/web.php +++ b/resources/lang/ru/web.php @@ -117,8 +117,8 @@ return [ 'followRequested' => 'Хочет на Вас подписаться', 'joined' => 'Регистрация', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Похоже, мы не можем найти ни одной коллекции', + 'emptyPosts' => 'Похоже, мы не можем найти ни одной записи', ], 'menu' => [ @@ -179,7 +179,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Похоже, мы не можем найти записи для этого хэштега' ], ];