mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
New translations web.php (Polish)
[ci skip]
This commit is contained in:
parent
e4703a85fd
commit
b70b57c625
1 changed files with 76 additions and 76 deletions
|
@ -3,65 +3,65 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Skomentuj',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Skomentowane',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Komentarze',
|
||||||
'like' => 'Like',
|
'like' => 'Polub',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Polubione',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Polubienia',
|
||||||
'share' => 'Share',
|
'share' => 'Udostępnij',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Udostępnione',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Udostępnione',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Anuluj udostępnianie',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Anuluj',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Kopiuj Link',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Usuń',
|
||||||
'error' => 'Error',
|
'error' => 'Błąd',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Coś poszło nie tak. Spróbuj ponownie później.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Ups!',
|
||||||
'other' => 'Other',
|
'other' => 'Inne',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Czytaj więcej',
|
||||||
'success' => 'Success',
|
'success' => 'Sukces',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Sensitive',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Treść wrażliwa',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Ten post może zawierać wrażliwe treści',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Warunki Użytkowania',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Polityka Prywatności',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Szukaj',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Panel administracyjny',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Główny kanał',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'Lokalny kanał',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Globalny kanał',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'Odkrywaj',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'Wiadomości bezpośrednie',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Powiadomienia',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Grupy',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Stories',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profil',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Dysk',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Ustawienia',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Utwórz nowy',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'O nas',
|
||||||
'help' => 'Help',
|
'help' => 'Pomoc',
|
||||||
'language' => 'Language',
|
'language' => 'Język',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Prywatność',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Regulamin',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Go back to previous design'
|
||||||
|
@ -78,14 +78,14 @@ return [
|
||||||
'commented' => 'skomentował(a) twoje',
|
'commented' => 'skomentował(a) twoje',
|
||||||
'reacted' => 'zareagował(a) na twoje',
|
'reacted' => 'zareagował(a) na twoje',
|
||||||
'shared' => 'shared your',
|
'shared' => 'shared your',
|
||||||
'tagged' => 'tagged you in a',
|
'tagged' => 'oznaczono cię w',
|
||||||
|
|
||||||
'updatedA' => 'updated a',
|
'updatedA' => 'zaktualizowano',
|
||||||
'sentA' => 'sent a',
|
'sentA' => 'wysłano',
|
||||||
|
|
||||||
'followed' => 'followed',
|
'followed' => 'followed',
|
||||||
'mentioned' => 'mentioned',
|
'mentioned' => 'mentioned',
|
||||||
'you' => 'you',
|
'you' => 'ciebie',
|
||||||
|
|
||||||
'yourApplication' => 'Your application to join',
|
'yourApplication' => 'Your application to join',
|
||||||
'applicationApproved' => 'was approved!',
|
'applicationApproved' => 'was approved!',
|
||||||
|
@ -101,52 +101,52 @@ return [
|
||||||
'post' => [
|
'post' => [
|
||||||
'shareToFollowers' => 'Share to followers',
|
'shareToFollowers' => 'Share to followers',
|
||||||
'shareToOther' => 'Share to other',
|
'shareToOther' => 'Share to other',
|
||||||
'noLikes' => 'No likes yet',
|
'noLikes' => 'Brak polubień',
|
||||||
'uploading' => 'Uploading',
|
'uploading' => 'Przesyłanie',
|
||||||
],
|
],
|
||||||
|
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'posts' => 'Posts',
|
'posts' => 'Posty',
|
||||||
'followers' => 'Followers',
|
'followers' => 'Obserwujący',
|
||||||
'following' => 'Following',
|
'following' => 'Following',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Administrator',
|
||||||
'collections' => 'Collections',
|
'collections' => 'Kolekcje',
|
||||||
'follow' => 'Follow',
|
'follow' => 'Obserwuj',
|
||||||
'unfollow' => 'Unfollow',
|
'unfollow' => 'Przestań obserwować',
|
||||||
'editProfile' => 'Edit Profile',
|
'editProfile' => 'Edytuj profil',
|
||||||
'followRequested' => 'Follow Requested',
|
'followRequested' => 'Follow Requested',
|
||||||
'joined' => 'Joined',
|
'joined' => 'Joined',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'viewPost' => 'View Post',
|
'viewPost' => 'Zobacz post',
|
||||||
'viewProfile' => 'View Profile',
|
'viewProfile' => 'Zobacz profil',
|
||||||
'moderationTools' => 'Moderation Tools',
|
'moderationTools' => 'Narzędzia moderacyjne',
|
||||||
'report' => 'Report',
|
'report' => 'Zgłoś',
|
||||||
'archive' => 'Archive',
|
'archive' => 'Przenieś do archiwum',
|
||||||
'unarchive' => 'Unarchive',
|
'unarchive' => 'Usuń z archiwum',
|
||||||
'embed' => 'Embed',
|
'embed' => 'Osadź',
|
||||||
|
|
||||||
'selectOneOption' => 'Select one of the following options',
|
'selectOneOption' => 'Select one of the following options',
|
||||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||||
'addCW' => 'Add Content Warning',
|
'addCW' => 'Dodaj ostrzeżenie o treści',
|
||||||
'removeCW' => 'Remove Content Warning',
|
'removeCW' => 'Usuń ostrzeżenie o treści',
|
||||||
'markAsSpammer' => 'Mark as Spammer',
|
'markAsSpammer' => 'Mark as Spammer',
|
||||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||||
'spam' => 'Spam',
|
'spam' => 'Spam',
|
||||||
'sensitive' => 'Sensitive Content',
|
'sensitive' => 'Treść wrażliwa',
|
||||||
'abusive' => 'Abusive or Harmful',
|
'abusive' => 'Abusive or Harmful',
|
||||||
'underageAccount' => 'Underage Account',
|
'underageAccount' => 'Underage Account',
|
||||||
'copyrightInfringement' => 'Copyright Infringement',
|
'copyrightInfringement' => 'Naruszenie praw autorskich',
|
||||||
'impersonation' => 'Impersonation',
|
'impersonation' => 'Podszywanie się pod inne osoby',
|
||||||
'scamOrFraud' => 'Scam or Fraud',
|
'scamOrFraud' => 'Scam or Fraud',
|
||||||
'confirmReport' => 'Confirm Report',
|
'confirmReport' => 'Confirm Report',
|
||||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||||
'reportSent' => 'Report Sent!',
|
'reportSent' => 'Zgłoszenie wysłane!',
|
||||||
'reportSentText' => 'We have successfully received your report.',
|
'reportSentText' => 'Otrzymaliśmy Twój raport.',
|
||||||
'reportSentError' => 'There was an issue reporting this post.',
|
'reportSentError' => 'Wystąpił błąd podczas zgłaszania tego posta.',
|
||||||
|
|
||||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
'modAddCWConfirm' => 'Czy na pewno chcesz dodać ostrzeżenie o treści do tego wpisu?',
|
||||||
'modCWSuccess' => 'Successfully added content warning',
|
'modCWSuccess' => 'Successfully added content warning',
|
||||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
||||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
||||||
|
@ -158,13 +158,13 @@ return [
|
||||||
'toFollowers' => 'to Followers',
|
'toFollowers' => 'to Followers',
|
||||||
|
|
||||||
'showCaption' => 'Show Caption',
|
'showCaption' => 'Show Caption',
|
||||||
'showLikes' => 'Show Likes',
|
'showLikes' => 'Pokaż polubienia',
|
||||||
'compactMode' => 'Compact Mode',
|
'compactMode' => 'Tryb kompaktowy',
|
||||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||||
|
|
||||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
'deletePostConfirm' => 'Czy na pewno chcesz usunąć ten post?',
|
||||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
'archivePostConfirm' => 'Czy na pewno chcesz zarchiwizować ten post?',
|
||||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
'unarchivePostConfirm' => 'Czy na pewno chcesz cofnąć archiwizację tego wpisu?',
|
||||||
],
|
],
|
||||||
|
|
||||||
'story' => [
|
'story' => [
|
||||||
|
@ -172,7 +172,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'People you may know'
|
'peopleYouMayKnow' => 'Ludzie, których możesz znać'
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue