forked from thunder-app/thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp_pl.arb
1240 lines (1240 loc) · 45.8 KB
/
app_pl.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"accessibility": "Dostępność",
"@accessibility": {},
"accessibilityProfilesDescription": "Accessibility Profiles allow you to apply several settings at once with the goal of accommodating a particular accessibility requirement.",
"@accessibilityProfilesDescription": {},
"account": "{count, plural, zero {Kont} one {Konto} other {Konta} } ",
"@account": {},
"accountSettings": "Ustawienia konta",
"@accountSettings": {},
"actions": "Akcje",
"@actions": {},
"active": "Aktywne",
"@active": {},
"add": "Dodaj",
"@add": {},
"addAccount": "Dodaj Konto",
"@addAccount": {},
"addAccountToSeeProfile": "Zaloguj się by zobaczyć swoje konto.",
"@addAccountToSeeProfile": {},
"addAnonymousInstance": "Dodaj Anonimową Instancję",
"@addAnonymousInstance": {},
"addedCommunityToSubscriptions": "Zasubskrybowano społeczność",
"@addedCommunityToSubscriptions": {},
"allPosts": "Wszystkie wpisy",
"@allPosts": {},
"animations": "Animacje",
"@animations": {},
"anonymous": "Anonimowy",
"@anonymous": {},
"applied": "Zaaplikowane",
"@applied": {},
"apply": "Zaaplikuj",
"@apply": {},
"back": "Powrót",
"@back": {},
"backButton": "Przycisk Powrotu",
"@backButton": {},
"backToTop": "Powrót Do Góry",
"@backToTop": {},
"blockCommunity": "Zablokuj Społeczność",
"@blockCommunity": {},
"blockInstance": "Zablokuj instancję",
"@blockInstance": {},
"blockUser": "Zablokuj Użytkownika",
"@blockUser": {},
"blockedCommunities": "Zablokowane Społeczności",
"@blockedCommunities": {},
"blockedInstances": "Zablokowane instancje",
"@blockedInstances": {},
"blockedUsers": "Zablokowani Użytkownicy",
"@blockedUsers": {},
"browsingAnonymously": "Obecnie przeglądasz {instance} anonimowo.",
"@browsingAnonymously": {},
"cancel": "Anuluj",
"@cancel": {},
"cannotReportOwnComment": "Nie możesz zgłosić własnego komentarza.",
"@cannotReportOwnComment": {},
"cantBlockYourself": "Nie możesz zablokować samego siebie.",
"@cantBlockYourself": {},
"changeSort": "Zmiana Sortowania",
"@changeSort": {},
"clearSearch": "Wyczyść Wyszukiwanie",
"@clearSearch": {},
"clearedDatabase": "Lokalna baza danych wyczyszczona. Uruchom ponownie Thunder, aby nowe zmiany zaczęły obowiązywać.",
"@clearedDatabase": {},
"clearedUserPreferences": "Wyczyszczono wszystkie preferencje użytkownika",
"@clearedUserPreferences": {},
"close": "Zamknij",
"@close": {},
"comment": "Komentarz",
"@comment": {},
"commentReported": "Komentarz został oznaczony jako do sprawdzenia.",
"@commentReported": {},
"commentSavedAsDraft": "Komentarz zapisany jako wersja robocza",
"@commentSavedAsDraft": {},
"comments": "Komentarze",
"@comments": {},
"communities": "Społeczności",
"@communities": {},
"community": "Społeczność",
"@community": {},
"controversial": "Kontrowersyjne",
"@controversial": {},
"copiedToClipboard": "Skopiowano do schowka",
"@copiedToClipboard": {},
"copy": "Kopiuj",
"@copy": {},
"copyText": "Kopiuj Tekst",
"@copyText": {},
"couldNotDetermineCommentDelete": "Błąd: Nie udało się ustalić wpisu do usunięcia komentarza.",
"@couldNotDetermineCommentDelete": {},
"couldNotDeterminePostComment": "Błąd: Nie udało się ustalić wpisu do dodania komentarza.",
"@couldNotDeterminePostComment": {},
"couldntCreateReport": "Twoje zgłoszenie komentarza nie mogło obecnie zostać przekazane. Proszę spróbować później",
"@couldntCreateReport": {},
"countSubscribers": "{count} subskrybujących",
"@countSubscribers": {},
"createAccount": "Stwórz Konto",
"@createAccount": {},
"createComment": "Napisz komentarz",
"@createComment": {},
"createPost": "Napisz Post",
"@createPost": {},
"currentLongPress": "Obecnie ustawione jako przytrzymanie",
"@currentLongPress": {},
"currentSinglePress": "Obecnie ustawione jako pojedyncze naciśnięcie",
"@currentSinglePress": {},
"customizeSwipeActions": "Dostosuj działania przesuwania (dotknij, aby zmienić)",
"@customizeSwipeActions": {},
"delete": "Usuń",
"@delete": {},
"dismissRead": "Odrzuć Przeczytane",
"@dismissRead": {},
"downloadingMedia": "Pobieranie multimediów do udostępnienia…",
"@downloadingMedia": {},
"downvote": "Downvote",
"@downvote": {},
"downvotesDisabled": "Głosy w dół są wyłączone w tej instancji.",
"@downvotesDisabled": {},
"edit": "Edytuj",
"@edit": {},
"editComment": "Edytuj komentarz",
"@editComment": {},
"empty": "Puste",
"@empty": {},
"emptyInbox": "Pusta Skrzynka",
"@emptyInbox": {},
"errorDownloadingMedia": "Nie udało się pobrać pliku multimedialnego do udostępnienia: {errorMessage}",
"@errorDownloadingMedia": {},
"expandOptions": "Rozwiń opcje",
"@expandOptions": {},
"failedToBlock": "Zablokowanie nie powiodło się: {errorMessage}",
"@failedToBlock": {},
"failedToLoadBlocks": "Nie udało się wczytać listy blokowanych: {errorMessage}",
"@failedToLoadBlocks": {},
"failedToUnblock": "Odblokowanie nie powiodło się: {errorMessage}",
"@failedToUnblock": {},
"feed": "Feed",
"@feed": {},
"fetchAccountError": "Nie można określić konta",
"@fetchAccountError": {},
"general": "Ogólne",
"@general": {
"description": "General settings category."
},
"gestures": "Gesty",
"@gestures": {},
"gettingStarted": "Pierwsze Kroki",
"@gettingStarted": {},
"hidePassword": "Ukryj Hasło",
"@hidePassword": {},
"hot": "Na Czasie",
"@hot": {},
"image": "Obraz",
"@image": {},
"importExportSettings": "Import/Eksport Ustawień",
"@importExportSettings": {
"description": "Category for settings related to import and export."
},
"importSettings": "Import Ustawień",
"@importSettings": {
"description": "Action to import application settings."
},
"inReplyTo": "W odpowiedzi na {post} w {community}",
"@inReplyTo": {},
"inbox": "Skrzynka",
"@inbox": {},
"includeCommunity": "Załącz Społeczność",
"@includeCommunity": {},
"includeExternalLink": "Załącz Zewnętrzny Link",
"@includeExternalLink": {},
"includeImage": "Załącz Obraz",
"@includeImage": {},
"includePostLink": "Załącz Link Do Postu",
"@includePostLink": {},
"includeText": "Załącz Tekst",
"@includeText": {},
"includeTitle": "Załącz Tytuł",
"@includeTitle": {},
"instance": "Instancja",
"@instance": {},
"instanceHasAlreadyBenAdded": "{instance} zostało już dodane.",
"@instanceHasAlreadyBenAdded": {},
"internetOrInstanceIssues": "You may not be connected to the internet, or your instance may be currently unavailable.",
"@internetOrInstanceIssues": {},
"link": "{count, plural, zero {Linków} one {Link} other {Linki} } ",
"@link": {},
"loadMorePlural": "Wczytaj {count} odpowiedzi więcej…",
"@loadMorePlural": {},
"loadMoreSingular": "Wczytaj {count} odpowiedź więcej…",
"@loadMoreSingular": {},
"localPosts": "Lokalne Wpisy",
"@localPosts": {},
"logOut": "Wyloguj",
"@logOut": {},
"login": "Zaloguj się",
"@login": {},
"loginFailed": "Logowanie nie powiodło się, spróbuj ponownie ({errorMessage})",
"@loginFailed": {},
"loginSucceeded": "Zalogowano.",
"@loginSucceeded": {},
"loginToPerformAction": "Musisz być zalogowany aby wykonać tę czynność.",
"@loginToPerformAction": {},
"loginToSeeInbox": "Zaloguj się aby zobaczyć swoją skrzynkę",
"@loginToSeeInbox": {},
"manageAccounts": "Zarządzaj Kontami",
"@manageAccounts": {},
"mention": "{count, plural, zero {Wzmianek} one {Wzmianka} other {Wzmianki} }",
"@mention": {},
"message": "{count, plural, zero {Wiadomości} one {Wiadomość} other {Wiadomości} }",
"@message": {},
"missingErrorMessage": "Brak komunikatu o błędzie",
"@missingErrorMessage": {},
"mostComments": "Najwięcej Komentarzy",
"@mostComments": {},
"mustBeLoggedInComment": "Musisz być zalogowany, aby napisać komentarz",
"@mustBeLoggedInComment": {},
"mustBeLoggedInPost": "Musisz być zalogowany, aby utworzyć post",
"@mustBeLoggedInPost": {},
"navigateDown": "Przejdź do następnego komentarza",
"@navigateDown": {},
"navigateUp": "Poprzedni komentarz",
"@navigateUp": {},
"navigation": "Nawigacja",
"@navigation": {},
"newComments": "Nowy Komentarz",
"@newComments": {},
"new_": "Nowy",
"@new_": {},
"noCommunityBlocks": "It looks like you have not blocked any communities.",
"@noCommunityBlocks": {},
"noUserBlocks": "It looks like you have not blocked anybody.",
"@noUserBlocks": {},
"notValidLemmyInstance": "{instance} wydaje się nie być odpowiednią instancją Lemmy",
"@notValidLemmyInstance": {},
"notValidUrl": "Nieodpowiedni URL",
"@notValidUrl": {},
"nothingToShare": "Brak rzeczy do udostępnienia",
"@nothingToShare": {},
"off": "wyłącz",
"@off": {},
"ok": "OK",
"@ok": {},
"old": "Stare",
"@old": {},
"on": "włącz",
"@on": {},
"onlyModsCanPostInCommunity": "Tylko moderatorzy mogą tworzyć wpisy w tej społeczności",
"@onlyModsCanPostInCommunity": {},
"open": "Otwórz",
"@open": {},
"openAccountSwitcher": "Otwórz zmieniacz kont",
"@openAccountSwitcher": {},
"openInstance": "Otwórz instancję",
"@openInstance": {},
"overview": "Przegląd",
"@overview": {},
"password": "Hasło",
"@password": {},
"postBody": "Treść Wpisu",
"@postBody": {},
"postLocked": "Wpis zablokowany. Nie można odpowiedzieć.",
"@postLocked": {},
"postNSFW": "Zaznacz jako NSFW",
"@postNSFW": {},
"postSavedAsDraft": "Wpis zapisany jako wersja robocza",
"@postSavedAsDraft": {},
"postTitle": "Tytuł",
"@postTitle": {},
"postTogglePreview": "Przełącz Podgląd",
"@postTogglePreview": {},
"postURL": "URL",
"@postURL": {},
"postUploadImageError": "Wystąpił błąd podczas przesyłania obrazu",
"@postUploadImageError": {},
"posts": "Posts",
"@posts": {},
"preview": "Podgląd",
"@preview": {},
"profileAppliedSuccessfully": "{profile} zaaplikowano z powodzeniem!",
"@profileAppliedSuccessfully": {},
"profiles": "Profile",
"@profiles": {},
"reachedTheBottom": "Hmmm. Wygląda na to, że dotarłeś na sam dół.",
"@reachedTheBottom": {},
"readAll": "Przeczytaj Wszystkie",
"@readAll": {},
"reducesAnimations": "Zredukuj ilość animacji używanych w Thunder",
"@reducesAnimations": {},
"refresh": "Odśwież",
"@refresh": {},
"refreshContent": "Odśwież Zawartość",
"@refreshContent": {},
"remove": "Usuń",
"@remove": {},
"removeAccount": "Usuń Konto",
"@removeAccount": {},
"removeInstance": "Usuń Instancję",
"@removeInstance": {},
"removedCommunityFromSubscriptions": "Usunięto społeczność z subskrypcji",
"@removedCommunityFromSubscriptions": {},
"reply": "{count, plural, zero {Odpowiedzi} one {Odpowiedź} other {Odpowiedzi} }",
"@reply": {},
"replyNotSupported": "Odpowiadanie z poziomu tego widoku nie jest jeszcze obsługiwane",
"@replyNotSupported": {},
"replyToPost": "Odpowiedz na Post",
"@replyToPost": {},
"replyingTo": "Odpowiedź do {author}",
"@replyingTo": {},
"report": "Zgłoś",
"@report": {},
"reportComment": "Zgłoś Komentarz",
"@reportComment": {},
"restore": "Przywróć",
"@restore": {},
"restoredCommentFromDraft": "Przywróć komentarz z wersji roboczej",
"@restoredCommentFromDraft": {},
"restoredPostFromDraft": "Przywrócono wpis z wersji roboczej",
"@restoredPostFromDraft": {},
"retry": "Spróbuj ponownie",
"@retry": {},
"save": "Zapisz",
"@save": {},
"saveSettings": "Zapisz ustawienia",
"@saveSettings": {
"description": "Action to save the application settings."
},
"saved": "Zapisano",
"@saved": {},
"scaled": "Skalowane",
"@scaled": {},
"screenReaderProfile": "Profil Czytnika Ekranowego",
"@screenReaderProfile": {},
"screenReaderProfileDescription": "Optimizes Thunder for Screen Readers by reducing overall elements and removing potentially conflicting gestures.",
"@screenReaderProfileDescription": {},
"search": "Wyszukaj",
"@search": {},
"searchCommunitiesFederatedWith": "Wyszukaj społeczności w federacji z {instance}",
"@searchCommunitiesFederatedWith": {},
"searchInstance": "Szukaj {instance}",
"@searchInstance": {},
"serverErrorComments": "Napotkano na błąd serwera podczas pobierania większej ilości komentarzy: {message}",
"@serverErrorComments": {},
"setLongPress": "Ustaw jako akcja przytrzymania",
"@setLongPress": {},
"setShortPress": "Ustaw jako akcja naciśnięcia",
"@setShortPress": {},
"settingTypeNotSupported": "Ustawienia typu {settingType} nie są jeszcze wspierane.",
"@settingTypeNotSupported": {},
"settings": "Ustawienia",
"@settings": {},
"share": "Udostępnij",
"@share": {},
"shareLink": "Udostępnij Link",
"@shareLink": {},
"shareMedia": "Udostępnij Media",
"@shareMedia": {},
"sharePost": "Udostępnij Wpis",
"@sharePost": {},
"showAll": "Pokaż Wszystkie",
"@showAll": {},
"showLess": "Pokaż mniej",
"@showLess": {},
"showMore": "Pokaż więcej",
"@showMore": {},
"showPassword": "Pokaż Hasło",
"@showPassword": {},
"sidebar": "Pasek boczny",
"@sidebar": {},
"somethingWentWrong": "Ups, coś poszło nie tak!",
"@somethingWentWrong": {},
"sortBy": "Sortuj Według",
"@sortBy": {},
"sortOptions": "Opcje Sortowania",
"@sortOptions": {},
"submit": "Wstaw",
"@submit": {},
"subscribe": "Subskrybuj",
"@subscribe": {},
"subscribed": "Subskrybowany",
"@subscribed": {},
"subscriptions": "Subskrybcje",
"@subscriptions": {},
"successfullyBlocked": "Zablokowano.",
"@successfullyBlocked": {},
"successfullyBlockedCommunity": "Pomyślnie zablokowano {communityName}",
"@successfullyBlockedCommunity": {},
"successfullyUnblocked": "Odblokowano.",
"@successfullyUnblocked": {},
"successfullyUnblockedCommunity": "Odblokowano {communityName}",
"@successfullyUnblockedCommunity": {},
"tapToExit": "Kliknij 'wstecz' podwójnie aby wyjść",
"@tapToExit": {},
"text": "Tekst",
"@text": {},
"timeoutComments": "Błąd: Przekroczono limit czasu oczekiwania podczas próby pobierania komentarzy",
"@timeoutComments": {},
"timeoutErrorMessage": "Przekroczono limit czasu oczekiwania na odpowiedź.",
"@timeoutErrorMessage": {},
"timeoutSaveComment": "Błąd: Przekroczono limit czasu oczekiwania podczas próby zapisania komentarza",
"@timeoutSaveComment": {},
"timeoutSavingPost": "Błąd: Przekroczono limit czasu oczekiwania podczas próby zapisania wpisu.",
"@timeoutSavingPost": {},
"timeoutUpvoteComment": "Błąd: Przekroczono limit czasu oczekiwania podczas próby oceny komentarza",
"@timeoutUpvoteComment": {},
"timeoutVotingPost": "Błąd: Przekroczono limit czasu oczekiwania podczas próby oceny wpisu.",
"@timeoutVotingPost": {},
"toggelRead": "Przełącz Odczytanie",
"@toggelRead": {},
"top": "Najlepsze",
"@top": {},
"topAll": "Najlepsze wszechczasów",
"@topAll": {},
"topDay": "Najlepsze Dziś",
"@topDay": {},
"topHour": "Najlepsze z Ostaniej Godziny",
"@topHour": {},
"topMonth": "Najlepsze Miesiąca",
"@topMonth": {},
"topSixHour": "Najlepsze Ostatnich 6 Godzin",
"@topSixHour": {},
"topTwelveHour": "Najlepsze Ostatnich 12 Godzin",
"@topTwelveHour": {},
"topWeek": "Najlepsze Tygodnia",
"@topWeek": {},
"topYear": "Najlepsze Roku",
"@topYear": {},
"totp": "TOTP (opcjonalne)",
"@totp": {},
"trendingCommunities": "Społeczności Na Czasie",
"@trendingCommunities": {},
"unableToFindCommunity": "Nie udało się odnaleźć społeczności",
"@unableToFindCommunity": {},
"unableToFindUser": "Nie udało się odnaleźć użytkownika",
"@unableToFindUser": {},
"unableToLoadInstance": "Nie udało się załadować {instance}",
"@unableToLoadInstance": {},
"unableToLoadPostsFrominstance": "Nie udało się załadować wpisów z {instance}",
"@unableToLoadPostsFrominstance": {},
"unableToLoadReplies": "Nie udało się załadować więcej odpowiedzi.",
"@unableToLoadReplies": {},
"unexpectedError": "Wystąpił niespodziewany błąd",
"@unexpectedError": {},
"unsubscribe": "Odsubskrybuj",
"@unsubscribe": {},
"unsubscribePending": "Odsubskrybuj (subskrypcja w toku)",
"@unsubscribePending": {},
"unsubscribed": "Odsubskrybowano",
"@unsubscribed": {},
"updateReleased": "Aktualizacja dostępna: {version}",
"@updateReleased": {},
"uploadImage": "Prześlij obraz",
"@uploadImage": {},
"upvote": "Upvote",
"@upvote": {},
"url": "URL",
"@url": {},
"userProfiles": "Profile Użytkowników",
"@userProfiles": {
"description": "Settings related to user profiles."
},
"username": "Nazwa",
"@username": {},
"users": "Użytkownicy",
"@users": {},
"viewAllComments": "Wyświetl wszystkie komentarze",
"@viewAllComments": {},
"visitCommunity": "Odwiedź Społeczność",
"@visitCommunity": {},
"visitInstance": "Odwiedź Instancję",
"@visitInstance": {},
"visitUserProfile": "Odwiedź Profil Użytkownika",
"@visitUserProfile": {},
"xDownvotes": "{x} downvotes",
"@xDownvotes": {},
"xUpvotes": "{x} upvotes",
"@xUpvotes": {},
"collapseCommentPreview": "Zwiń Podgląd Komentarza",
"@collapseCommentPreview": {
"description": "Semantic label for the collapse button in Setting -> Appearance -> Comments"
},
"collapsePostPreview": "Zwiń Podgląd Wpisu",
"@collapsePostPreview": {
"description": "Semantic label for the collapse button in Setting -> Appearance -> Posts"
},
"combineCommentScoresLabel": "Połącz Oceny Komentarza",
"@combineCommentScoresLabel": {
"description": "Label for setting to combine comment scores"
},
"confirmLogOutBody": "Jesteś pewien, że chcesz się wylogować?",
"@confirmLogOutBody": {
"description": "The body of the confirm logout dialog"
},
"postSwipeGesturesHint": "Wolisz używać przycisków? Zmień jakie przyciski będą widoczne na karcie wpisu w ustawieniach generalnych.",
"@postSwipeGesturesHint": {},
"reset": "Zresetuj",
"@reset": {
"description": "Label for the reset button in Setting -> Appearance -> Posts/Comments"
},
"unableToFindInstance": "Nie można odnaleźć instancji",
"@unableToFindInstance": {},
"useCompactView": "Włącz dla małych wpisów, wyłącz dla wielkich.",
"@useCompactView": {
"description": "Option to enable or disable compact view for small posts."
},
"dark": "Ciemny",
"@dark": {
"description": "Describes using the dark theme"
},
"defaultCommentSortType": "Domyślny Typ Sortowania Komentarzy",
"@defaultCommentSortType": {
"description": "Setting for default comment sort type"
},
"compactView": "Widok Kompaktowy",
"@compactView": {
"description": "Label for the compact view option in Setting -> Appearance -> Posts"
},
"disable": "Wyłącz",
"@disable": {
"description": "Action for disabling something"
},
"enableFloatingButtonOnPosts": "Włącz Lewitujący Przycisk Na Wpisach",
"@enableFloatingButtonOnPosts": {
"description": "Setting for enable floating button on posts"
},
"enableInboxNotifications": "Włącz Powiadomienia o Skrzynce (Eksperymentalne)",
"@enableInboxNotifications": {
"description": "Setting name for inbox notifications"
},
"moderatedCommunities": "Moderowane Społeczności",
"@moderatedCommunities": {
"description": "Describes a list of communities that are moderated by the current user."
},
"notificationsNotAllowed": "Powiadomienia nie są dozwolone dla Thunder w ustawieniach systemowych",
"@notificationsNotAllowed": {
"description": "Description for when notifications are now allowed for app"
},
"notificationsBehaviourSettings": "Powiadomienia",
"@notificationsBehaviourSettings": {
"description": "Subcategory in Setting -> General"
},
"noSubscriptions": "Brak Subskrybcji",
"@noSubscriptions": {
"description": "Message for no subscriptions on the drawer"
},
"addKeywordFilter": "Dodaj Słowo Klucz",
"@addKeywordFilter": {
"description": "Hint for text field to add keyword"
},
"confirmLogOutTitle": "Wylogować?",
"@confirmLogOutTitle": {
"description": "The title of the confirm logout dialog"
},
"topSixMonths": "Najlepsze w Ostatnich 6 Miesiącach",
"@topSixMonths": {
"description": "Sort mode for top in past 6 months"
},
"addToFavorites": "Dodaj do ulubionych",
"@addToFavorites": {
"description": "Action to add a community in drawer to favorites"
},
"advanced": "Zaawansowane",
"@advanced": {
"description": "Heading for advanced settings"
},
"cantBlockAdmin": "Nie możesz zablokować administratora instancji.",
"@cantBlockAdmin": {},
"floatingActionButton": "Lewitujący Przycisk Akcji",
"@floatingActionButton": {
"description": "Floating Action Button settings category."
},
"removeKeywordFilter": "Usuń Słowa Klucze",
"@removeKeywordFilter": {
"description": "Title for dialig to remove keyword"
},
"resetPreferencesAndData": "Zresetuj Preferencje i Dane",
"@resetPreferencesAndData": {
"description": "Debug setting header for resetting all user preferences and data."
},
"resetPostPreferences": "Zresetuj preferncje wpisów",
"@resetPostPreferences": {
"description": "Semantic label for button in post appearance settings."
},
"searchUsersFederatedWith": "Wyszukaj użytkowników w federacji z {instance}",
"@searchUsersFederatedWith": {},
"searchCommentsFederatedWith": "Wyszukaj komentarzy w federacji z {instance}",
"@searchCommentsFederatedWith": {},
"searchPostsFederatedWith": "Wyszukaj wpisów w federacji z {instance}",
"@searchPostsFederatedWith": {},
"showBotAccounts": "Pokaż Konta Botów",
"@showBotAccounts": {
"description": "Option to show bot accounts."
},
"markAllAsRead": "Oznacz Wszystkie Jako Przeczytane",
"@markAllAsRead": {
"description": "The mark all as read action"
},
"condensed": "Zkondensowany",
"@condensed": {
"description": "Condensed post body view type"
},
"confirmMarkAllAsReadBody": "Jesteś pewien, że chcesz oznaczyć wszystkie wiadomości jako przeczytane?",
"@confirmMarkAllAsReadBody": {
"description": "The body of the confirm mark all as read dialog"
},
"confirmResetPostPreferences": "To zresetuje wszystkie preferencje wpisów. Jesteś pewien, że chcesz kontynuować?",
"@confirmResetPostPreferences": {
"description": "Description for reset preferences dialog in Setting -> Appearance -> Posts"
},
"enablePostFab": "Włącz Lewitujący Przycisk na Wpisach",
"@enablePostFab": {
"description": "Enable the Floating Action Button for the post"
},
"expandCommentPreview": "Rozwiń Podgląd Komentarza",
"@expandCommentPreview": {
"description": "Semantic label for the expand button in Setting -> Appearance -> Comments"
},
"expandInformation": "Rozwiń Informacje",
"@expandInformation": {
"description": "Describes the action to expand information - used in FAB settings"
},
"expanded": "Rozwinięte",
"@expanded": {
"description": "Expanded post body view type"
},
"languageNotAllowed": "Społeczność w której tworzysz wpis nie pozwala na wpisy w wybranym języku. Wybierz inny język.",
"@languageNotAllowed": {
"description": "The error message for the language_not_allowed Lemmy exception"
},
"keywordFilters": "Filtry Słów Kluczy",
"@keywordFilters": {
"description": "Subcategory in Setting -> General"
},
"keywordFilterDescription": "Filtruje wpisy zawierające jakiekolwiek słowa klucze w tytule lub treści wpisu",
"@keywordFilterDescription": {
"description": "Description of keyword filter settings"
},
"information": "Informacje",
"@information": {
"description": "Information heading - used in the FAB settings page"
},
"warning": "Ostrzeżenie",
"@warning": {
"description": "Heading for warning dialogs"
},
"unableToNavigateToInstance": "Nie można przejść do {instanceHost}. Możliwe, że nie jest on właściwą instancją Lemmy.",
"@unableToNavigateToInstance": {
"description": "Error message for when we can't navigate to a Lemmy instance"
},
"sidebarBottomNavSwipeDescription": "Przeciągnij dolny pasek nawigacji by otworzyć menu boczne",
"@sidebarBottomNavSwipeDescription": {},
"hideNsfwPreviews": "Ukryj Podgląd Dla Treści NSFW",
"@hideNsfwPreviews": {
"description": "Toggle to hide NSFW previews."
},
"markPostAsReadOnMediaView": "Oznacz Jako Przeczytane Po Wyświetleniu Treści Multimedialnej",
"@markPostAsReadOnMediaView": {
"description": "Toggle to mark posts as read after viewing media."
},
"showPostCommunityIcons": "Pokaż Ikonki Społeczności",
"@showPostCommunityIcons": {
"description": "Toggle to show community icons."
},
"showPostAuthor": "Pokaż Autora Wpisu",
"@showPostAuthor": {
"description": "Toggle to show post author."
},
"showPostVoteActions": "Pokaż Przyciski Do Głosowania",
"@showPostVoteActions": {
"description": "Toggle to show vote buttons."
},
"showUserDisplayNames": "Pokaż Wyświetlane Nazwy Użytkownika",
"@showUserDisplayNames": {
"description": "Toggle to show user display names."
},
"showThumbnailPreviewOnRight": "Pokaż Miniaturki po Prawej stronie",
"@showThumbnailPreviewOnRight": {
"description": "Toggle to show thumbnails on the right side."
},
"theme": "Motyw",
"@theme": {
"description": "Setting for theme"
},
"countUsers": "{count} użytkowników",
"@countUsers": {
"description": "Describes a certain number of users"
},
"expandPostPreview": "Rozwiń Podgląd Wpisu",
"@expandPostPreview": {
"description": "Semantic label for the expand button in Setting -> Appearance -> Posts"
},
"filteringBy": "Filtrowanie przez {entity}",
"@filteringBy": {
"description": "Filtering by a community or creator in search."
},
"filters": "Filtry",
"@filters": {
"description": "Category to describe various filters (user, community, instance blocking)"
},
"generalSettings": "Ustawienia Generalne",
"@generalSettings": {
"description": "Subcategory in Settings"
},
"noInstanceBlocks": "Brak zablokowanych instancji.",
"@noInstanceBlocks": {},
"postBodySettings": "Ustawienia Treści Wpisu",
"@postBodySettings": {
"description": "Settings heading for post body settings"
},
"postBodySettingsDescription": "Te ustawienia mają wpływ na wyświetlanie treści wpisu",
"@postBodySettingsDescription": {
"description": "Description of post body settings"
},
"removeKeyword": "Usunąć \"{keyword}\"?",
"@removeKeyword": {
"description": "Description of removing a keyword"
},
"setAction": "Ustaw Akcję",
"@setAction": {
"description": "Label for the action to set (short-press, long-press)"
},
"selectLanguage": "Wybierz język",
"@selectLanguage": {
"description": "The prompt to select a language in the post creation page"
},
"sortByTop": "Sortuj po Najlepszych",
"@sortByTop": {},
"useSuggestedTitle": "Użyj sugerowanego tytułu: {title}",
"@useSuggestedTitle": {},
"openSettings": "Otwórz Ustawienia",
"@openSettings": {
"description": "Prompt for the user to open system settings"
},
"searchComments": "Wyszukaj Komentarzy",
"@searchComments": {},
"resetCommentPreferences": "Zresetuj preferncje komentarzy",
"@resetCommentPreferences": {
"description": "Semantic label for button in comment appearance settings."
},
"translationsMayNotBeComplete": "Pamiętaj, że tłumaczenia mogą być niekompletne",
"@translationsMayNotBeComplete": {
"description": "Warning that translations may not be complete when selecting a language in the settings"
},
"selectSearchType": "Wybierz Typ Wyszukiwania",
"@selectSearchType": {},
"base": "Podstawowy",
"@base": {
"description": "Description for base font scale"
},
"collapseParentCommentBodyOnGesture": "Ukryj Górny Komentarz gdy Zwinięty",
"@collapseParentCommentBodyOnGesture": {
"description": "Toggle to collapse parent comment body on gesture."
},
"commentSwipeActions": "Akcje Gestów na Komentarzach",
"@commentSwipeActions": {
"description": "Setting for comment swipe actions"
},
"commentFontScale": "Skala Czcionki Treści Komentarza",
"@commentFontScale": {
"description": "Setting for comment font scale"
},
"compactViewDescription": "Włącz widok kompaktowy aby dostosować ustawienia",
"@compactViewDescription": {
"description": "Description for the compact view subcategory in Setting -> Appearance -> Posts"
},
"dangerZone": "Strefa Niebezpieczeństwa",
"@dangerZone": {
"description": "Describes a section where the actions could be dangerous (e.g., permanently deleting account)"
},
"deleteAccount": "Usuń Konto",
"@deleteAccount": {
"description": "Label for action to delete account"
},
"extraLarge": "Ekstra Wielkie",
"@extraLarge": {
"description": "Description for extra large font scale"
},
"fonts": "Czcionki",
"@fonts": {
"description": "Settings category for fonts"
},
"fullscreenSwipeGestures": "Gesty Przesunięć W Trybie Pełnoekranowym",
"@fullscreenSwipeGestures": {
"description": "Setting for fullscreen swipe gestures"
},
"fullScreenNavigationSwipeDescription": "Przesuń gdziekolwiek by wrócić gdy gesty \"od lewej do prawej\" są wyłączone",
"@fullScreenNavigationSwipeDescription": {},
"light": "Jasny",
"@light": {
"description": "Describes using the light theme"
},
"leftShortSwipe": "Lewe Krótkie Przesunięcie",
"@leftShortSwipe": {
"description": "Setting for left short swipe"
},
"leftLongSwipe": "Lewe Długie Przesunięcie",
"@leftLongSwipe": {
"description": "Setting for left long swipe"
},
"large": "Duże",
"@large": {
"description": "Description for large font scale"
},
"linksBehaviourSettings": "Linki",
"@linksBehaviourSettings": {
"description": "Subcategory in Setting -> General"
},
"medium": "Średnie",
"@medium": {
"description": "Description for medium font scale"
},
"noLanguage": "Brak języka",
"@noLanguage": {
"description": "The entry for no language when selecting a post language"
},
"noKeywordFilters": "Nie dodano filtra słów kluczy",
"@noKeywordFilters": {
"description": "Message for no keywords added"
},
"noCommunitiesFound": "Nie znaleziono społeczności.",
"@noCommunitiesFound": {},
"noCommentsFound": "Nie znaleziono komentarzy.",
"@noCommentsFound": {},
"noResultsFound": "Brak wyników wyszukiwania.",
"@noResultsFound": {},
"noPostsFound": "Nie znaleziono wpisów",
"@noPostsFound": {},
"openByDefault": "Otwórz domyślnie",
"@openByDefault": {
"description": "Indicating the default behavior of opening links."
},
"postContentFontScale": "Skala Czcionki Treści Wpisu",
"@postContentFontScale": {
"description": "Setting for post content font scale"
},
"postBodyViewType": "Typ Widoku Treści Wpisu",
"@postBodyViewType": {
"description": "Setting name for the post body view type setting"
},
"postPreview": "Pokaż podgląd wpisu z wybranymi ustawieniami",
"@postPreview": {
"description": "Description for the post preview in Setting -> Appearance -> Posts"
},
"reduceAnimations": "Zredukuj Animacje",
"@reduceAnimations": {
"description": "Toggle to reduce animations."
},
"pureBlack": "Całkiem Czarny",
"@pureBlack": {
"description": "Describes using the pure black theme"
},
"rightShortSwipe": "Prawe Krótkie Przesunięcie",
"@rightShortSwipe": {
"description": "Setting for right short swipe"
},
"rightLongSwipe": "Prawe Długie Przesunięcie",
"@rightLongSwipe": {
"description": "Setting for right long swipe"
},
"showCommentActionButtons": "Pokaż Przyciski Akcji Komentarzy",
"@showCommentActionButtons": {
"description": "Toggle to show comment action buttons."
},
"showFullHeightImages": "Pokaż Pełnowymiarowe Obrazy",
"@showFullHeightImages": {
"description": "Toggle to view full height images."
},
"showEdgeToEdgeImages": "Pokaż Obrazy od Krawędzi do Krawędzi",
"@showEdgeToEdgeImages": {
"description": "Toggle to view edge to edge images."
},
"showInAppUpdateNotifications": "Zostań Powiadomiony o nowej wersji na GitHub'ie",
"@showInAppUpdateNotifications": {
"description": "Toggle to get notified of new GitHub releases."
},
"showPostTextContentPreview": "Pokaż Podgląd Tekstu",
"@showPostTextContentPreview": {
"description": "Toggle to show text previews."
},
"showPostSaveAction": "Pokaż Przycisk Zapisu",
"@showPostSaveAction": {
"description": "Toggle to show save button."
},
"showReadPosts": "Pokaż Przeczytane Wpisy",
"@showReadPosts": {
"description": "Setting to show read posts in feed."
},
"showPostTitleFirst": "Najpierw Pokaż Tytuł",
"@showPostTitleFirst": {
"description": "Toggle to show post title first."
},
"showScoreCounters": "Pokaż Punkty Użytkowników",
"@showScoreCounters": {
"description": "Toggle to display user scores."
},
"showUserInstance": "Pokaż Interfejs Użytkownika",
"@showUserInstance": {
"description": "Toggle to show user instance."
},
"small": "Mały",
"@small": {
"description": "Description for small font scale"
},
"subscribeToCommunity": "Zasubskrybuj Społeczność",
"@subscribeToCommunity": {
"description": "Action for subscribing to a community"
},
"tabletMode": "Tryb Tabletu (Widok 2-kolumnowy)",
"@tabletMode": {
"description": "Toggle to enable 2-column tablet mode."
},
"trySearchingFor": "Spróbuj wyszukać...",
"@trySearchingFor": {
"description": "Suggestion for the user to try searching for a different type"
},
"unableToLoadImageFrom": "Nie można załadować obrazu z {domain}",
"@unableToLoadImageFrom": {
"description": "Placeholder for when we are unable to load an image from a URL"
},
"unableToFindCommunityName": "Nie można odnaleźć społeczności '{communityName}'",
"@unableToFindCommunityName": {
"description": "Error message for when we are unable to find a community, including the name"
},
"unsubscribeFromCommunity": "Odsubskrybuj Społeczność",
"@unsubscribeFromCommunity": {
"description": "Action for unsubscribing from a community"
},
"clearCache": "Wyczyść Pamięć Cache ({cacheSize})",
"@clearCache": {
"description": "Label for action to clear cache in the dialog"
},
"clearedCache": "Pamięć cache została wyczyszczona.",
"@clearedCache": {
"description": "Message indicating that cache was cleared successfully"
},
"combineCommentScores": "Połącz Oceny Komentarza",
"@combineCommentScores": {
"description": "Toggle to combine comment scores."
},
"commentSortType": "Typ Sortowania Komentarzy",
"@commentSortType": {},
"communityFormat": "Format Społeczności",
"@communityFormat": {
"description": "Setting for community full name format"
},
"compactViewSettings": "Ustawienia Widoku Kompaktowego",
"@compactViewSettings": {
"description": "Subcategory in Setting -> Appearance -> Posts"
},
"confirm": "Potwierdź",
"@confirm": {
"description": "Label for the confirm action in the dialog"
},
"deleteAccountDescription": "Aby permanentnie usunąć swoje konto, zostaniesz przekierowany do strony swojej instancji. \n\nJesteś pewien, że chcesz kontynuować?",
"@deleteAccountDescription": {
"description": "Description for confirmation action to delete account"
},
"enableCommentNavigation": "Włącz Nawigację Komentarzy",
"@enableCommentNavigation": {
"description": "Setting for enable comment navigation"
},
"favorites": "Ulubione",
"@favorites": {
"description": "The favorited communities on the drawer"
},
"newPost": "Nowy Wpis",
"@newPost": {
"description": "Setting for new post"
},
"postBehaviourSettings": "Wpis",
"@postBehaviourSettings": {
"description": "Subcategory in Setting -> General"
},
"openLinksInReaderMode": "Otwór Linki w Trybie Czytnika",
"@openLinksInReaderMode": {
"description": "Toggle to open links in reader mode when available."
},
"openLinksInExternalBrowser": "Otwór Linki w Zewnętrznej Przeglądarce",
"@openLinksInExternalBrowser": {
"description": "Toggle to open links in an external browser."
},
"useMaterialYouTheme": "Użyj Motywu Material You",
"@useMaterialYouTheme": {
"description": "Toggle to use Material You theme."
},
"userNotLoggedIn": "Użytkownik niezalogowany",
"@userNotLoggedIn": {},
"selectCommunity": "Wybierz społeczność",
"@selectCommunity": {},
"openInBrowser": "Otwór w Przeglądarce",
"@openInBrowser": {},
"commentSwipeGesturesHint": "Wolisz używać przycisków? Włącz je w sekcji komentarzy w ustawieniach generalnych.",
"@commentSwipeGesturesHint": {},
"allowOpenSupportedLinks": "Pozwól aplikacji otwierać wspierane linki.",
"@allowOpenSupportedLinks": {
"description": "Option to permit the app to open supported links."
},
"displayUserScore": "Wyłącz Punkty Użytkowników (Karma).",
"@displayUserScore": {
"description": "Option for displaying user scores or karma."