From cf934ad994a0f6b1266762814c4879d9c82e61db Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 22 Dec 2021 01:27:34 -0700 Subject: [PATCH] New translations web.php (Polish) [ci skip] --- resources/lang/pl/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/pl/web.php b/resources/lang/pl/web.php index 928b7aa85..bc3dc1925 100644 --- a/resources/lang/pl/web.php +++ b/resources/lang/pl/web.php @@ -68,15 +68,15 @@ return [ ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'Wiadomości', + 'sent' => 'Wysłane', + 'requests' => 'Prośby o kontakt' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', - 'reacted' => 'reacted to your', + 'liked' => 'polubił(a) twoje', + 'commented' => 'skomentował(a) twoje', + 'reacted' => 'zareagował(a) na twoje', 'shared' => 'shared your', 'tagged' => 'tagged you in a',