diff --git a/resources/lang/pl/notification.php b/resources/lang/pl/notification.php new file mode 100644 index 000000000..d9d2e412f --- /dev/null +++ b/resources/lang/pl/notification.php @@ -0,0 +1,8 @@ + 'polubił Twoje zdjęcie.', + 'startedFollowingYou' => 'zaczął Cię obserwować.', + +]; diff --git a/resources/lang/pl/profile.php b/resources/lang/pl/profile.php new file mode 100644 index 000000000..cdd0d56ae --- /dev/null +++ b/resources/lang/pl/profile.php @@ -0,0 +1,8 @@ + 'Ten użytkownik nie opublikował jeszcze niczego!', + 'emptyFollowers' => 'Nikt nie obserwuje tego użytkownika!', + 'emptyFollowing' => 'Ten użytkownik nie obserwuje nikogo!', + 'savedWarning' => 'Tylko Ty widzisz to, co zapisałeś', +]; diff --git a/resources/lang/pl/timeline.php b/resources/lang/pl/timeline.php new file mode 100644 index 000000000..2d4897cf0 --- /dev/null +++ b/resources/lang/pl/timeline.php @@ -0,0 +1,7 @@ + 'Twoja oś czasu jest pusta.' + +];