-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathpl-PL.json
More file actions
1783 lines (1783 loc) · 59 KB
/
pl-PL.json
File metadata and controls
1783 lines (1783 loc) · 59 KB
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
{
"account.accordion.button.my_account": {
"defaultMessage": "Moje konto"
},
"account.heading.my_account": {
"defaultMessage": "Moje konto"
},
"account.logout_button.button.log_out": {
"defaultMessage": "Wyloguj się"
},
"account_addresses.badge.default": {
"defaultMessage": "Domyślne"
},
"account_addresses.button.add_address": {
"defaultMessage": "Dodaj adres"
},
"account_addresses.info.address_removed": {
"defaultMessage": "Usunięto adres"
},
"account_addresses.info.address_updated": {
"defaultMessage": "Zaktualizowano adres"
},
"account_addresses.info.new_address_saved": {
"defaultMessage": "Zapisano adres"
},
"account_addresses.page_action_placeholder.button.add_address": {
"defaultMessage": "Dodaj adres"
},
"account_addresses.page_action_placeholder.heading.no_saved_addresses": {
"defaultMessage": "Brak zapisanych adresów"
},
"account_addresses.page_action_placeholder.message.add_new_address": {
"defaultMessage": "Dodaj nową metodę adresowania w celu szybszej finalizacji zakupów."
},
"account_addresses.title.addresses": {
"defaultMessage": "Adresy"
},
"account_detail.title.account_details": {
"defaultMessage": "Dane konta"
},
"account_order_detail.heading.billing_address": {
"defaultMessage": "Adres rozliczeniowy"
},
"account_order_detail.heading.num_of_items": {
"defaultMessage": "Artykuły: {count}"
},
"account_order_detail.heading.payment_method": {
"defaultMessage": "Metoda płatności"
},
"account_order_detail.heading.shipping_address": {
"defaultMessage": "Adres wysyłki"
},
"account_order_detail.heading.shipping_method": {
"defaultMessage": "Metoda wysyłki"
},
"account_order_detail.label.order_number": {
"defaultMessage": "Numer zamówienia: {orderNumber}"
},
"account_order_detail.label.ordered_date": {
"defaultMessage": "Zamówiono: {date}"
},
"account_order_detail.label.pending_tracking_number": {
"defaultMessage": "Oczekujące"
},
"account_order_detail.label.tracking_number": {
"defaultMessage": "Numer śledzenia"
},
"account_order_detail.link.back_to_history": {
"defaultMessage": "Powrót do historii zamówień"
},
"account_order_detail.shipping_status.not_shipped": {
"defaultMessage": "Niewysłane"
},
"account_order_detail.shipping_status.part_shipped": {
"defaultMessage": "Częściowo wysłane"
},
"account_order_detail.shipping_status.shipped": {
"defaultMessage": "Wysłane"
},
"account_order_detail.title.order_details": {
"defaultMessage": "Szczegóły zamówienia"
},
"account_order_history.button.continue_shopping": {
"defaultMessage": "Kontynuuj zakupy"
},
"account_order_history.description.once_you_place_order": {
"defaultMessage": "Po złożeniu zamówienia szczegóły będą widoczne tutaj."
},
"account_order_history.heading.no_order_yet": {
"defaultMessage": "Nie złożono jeszcze zamówienia."
},
"account_order_history.label.num_of_items": {
"defaultMessage": "Artykuły: {count}",
"description": "Number of items in order"
},
"account_order_history.label.order_number": {
"defaultMessage": "Numer zamówienia: {orderNumber}"
},
"account_order_history.label.ordered_date": {
"defaultMessage": "Zamówiono: {date}"
},
"account_order_history.label.shipped_to": {
"defaultMessage": "Wysłano do: {name}"
},
"account_order_history.link.view_details": {
"defaultMessage": "Wyświetl szczegóły"
},
"account_order_history.title.order_history": {
"defaultMessage": "Historia zamówień"
},
"account_wishlist.button.continue_shopping": {
"defaultMessage": "Kontynuuj zakupy"
},
"account_wishlist.description.continue_shopping": {
"defaultMessage": "Kontynuuj zakupy i dodaj artykuły do listy życzeń."
},
"account_wishlist.heading.no_wishlist": {
"defaultMessage": "Brak artykułów na liście życzeń"
},
"account_wishlist.title.wishlist": {
"defaultMessage": "Lista życzeń"
},
"action_card.action.edit": {
"defaultMessage": "Edytuj"
},
"action_card.action.remove": {
"defaultMessage": "Usuń"
},
"add_to_cart_modal.info.added_to_cart": {
"defaultMessage": "Dodano do koszyka {quantity} {quantity, plural, one {artykuł} other {art.}}"
},
"add_to_cart_modal.label.cart_subtotal": {
"defaultMessage": "Suma częściowa koszyka ({itemAccumulatedCount} art.)"
},
"add_to_cart_modal.label.quantity": {
"defaultMessage": "Ilość"
},
"add_to_cart_modal.link.checkout": {
"defaultMessage": "Przejdź do płatności za zakupy"
},
"add_to_cart_modal.link.view_cart": {
"defaultMessage": "Wyświetl koszyk"
},
"add_to_cart_modal.recommended_products.title.might_also_like": {
"defaultMessage": "Może Ci się również spodobać"
},
"auth_modal.button.close.assistive_msg": {
"defaultMessage": "Zamknij formularz logowania"
},
"auth_modal.check_email.button.resend_link": {
"defaultMessage": "Wyślij link ponownie"
},
"auth_modal.check_email.description.check_spam_folder": {
"defaultMessage": "Może potrwać kilka minut, zanim otrzymasz link. Jeśli nie możesz go znaleźć, sprawdź folder spamu."
},
"auth_modal.check_email.description.just_sent": {
"defaultMessage": "Wysłaliśmy link do logowania na adres: <b>{email}</b>"
},
"auth_modal.check_email.title.check_your_email": {
"defaultMessage": "Sprawdź pocztę e-mail"
},
"auth_modal.description.now_signed_in": {
"defaultMessage": "Zalogowano Cię."
},
"auth_modal.error.incorrect_email_or_password": {
"defaultMessage": "Coś jest nie porządku z Twoim adresem e-mail lub hasłem. Spróbuj ponownie."
},
"auth_modal.info.welcome_user": {
"defaultMessage": "Witaj, {name}!"
},
"auth_modal.password_reset_success.button.back_to_sign_in": {
"defaultMessage": "Powrót do logowania"
},
"auth_modal.password_reset_success.info.will_email_shortly": {
"defaultMessage": "Wkrótce otrzymasz wiadomość e-mail z linkiem do zresetowania hasła na adres <b>{email}</b>."
},
"auth_modal.password_reset_success.title.password_reset": {
"defaultMessage": "Resetowanie hasła"
},
"carousel.button.scroll_left.assistive_msg": {
"defaultMessage": "Przewiń karuzelę w lewo"
},
"carousel.button.scroll_right.assistive_msg": {
"defaultMessage": "Przewiń karuzelę w prawo"
},
"cart.info.removed_from_cart": {
"defaultMessage": "Usunięto artykuł z koszyka"
},
"cart.product_edit_modal.modal_label": {
"defaultMessage": "Edytuj okno dialogowe dla produktu {productName}"
},
"cart.recommended_products.title.may_also_like": {
"defaultMessage": "Może Ci się również spodobać"
},
"cart.recommended_products.title.recently_viewed": {
"defaultMessage": "Ostatnio oglądane"
},
"cart_cta.link.checkout": {
"defaultMessage": "Przejdź do płatności za zakupy"
},
"cart_secondary_button_group.action.added_to_wishlist": {
"defaultMessage": "Dodaj do listy życzeń"
},
"cart_secondary_button_group.action.edit": {
"defaultMessage": "Edytuj"
},
"cart_secondary_button_group.action.remove": {
"defaultMessage": "Usuń"
},
"cart_secondary_button_group.label.this_is_gift": {
"defaultMessage": "To jest prezent."
},
"cart_skeleton.heading.order_summary": {
"defaultMessage": "Podsumowanie zamówienia"
},
"cart_skeleton.title.cart": {
"defaultMessage": "Koszyk"
},
"cart_title.title.cart_num_of_items": {
"defaultMessage": "Koszyk ({itemCount, plural, =0 {0 artykułów} one {# artykuł} other {# art.}})"
},
"category_links.button_text": {
"defaultMessage": "Kategorie"
},
"cc_radio_group.action.remove": {
"defaultMessage": "Usuń"
},
"cc_radio_group.button.add_new_card": {
"defaultMessage": "Dodaj nową kartę"
},
"checkout.button.place_order": {
"defaultMessage": "Złóż zamówienie"
},
"checkout.message.generic_error": {
"defaultMessage": "Podczas płatności za zakupy wystąpił nieoczekiwany błąd."
},
"checkout_confirmation.button.create_account": {
"defaultMessage": "Utwórz konto"
},
"checkout_confirmation.heading.billing_address": {
"defaultMessage": "Adres rozliczeniowy"
},
"checkout_confirmation.heading.create_account": {
"defaultMessage": "Utwórz konto, aby szybciej finalizować zakupy"
},
"checkout_confirmation.heading.credit_card": {
"defaultMessage": "Karta kredytowa"
},
"checkout_confirmation.heading.delivery_details": {
"defaultMessage": "Szczegóły dostawy"
},
"checkout_confirmation.heading.order_summary": {
"defaultMessage": "Podsumowanie zamówienia"
},
"checkout_confirmation.heading.payment_details": {
"defaultMessage": "Szczegóły płatności"
},
"checkout_confirmation.heading.shipping_address": {
"defaultMessage": "Adres wysyłki"
},
"checkout_confirmation.heading.shipping_method": {
"defaultMessage": "Metoda wysyłki"
},
"checkout_confirmation.heading.thank_you_for_order": {
"defaultMessage": "Dziękujemy za zamówienie!"
},
"checkout_confirmation.label.free": {
"defaultMessage": "Bezpłatnie"
},
"checkout_confirmation.label.order_number": {
"defaultMessage": "Numer zamówienia"
},
"checkout_confirmation.label.order_total": {
"defaultMessage": "Całkowita suma zamówienia"
},
"checkout_confirmation.label.promo_applied": {
"defaultMessage": "Zastosowano promocję"
},
"checkout_confirmation.label.shipping": {
"defaultMessage": "Wysyłka"
},
"checkout_confirmation.label.shipping.strikethrough.price": {
"defaultMessage": "Pierwotnie {originalPrice}, teraz {newPrice}"
},
"checkout_confirmation.label.subtotal": {
"defaultMessage": "Suma częściowa"
},
"checkout_confirmation.label.tax": {
"defaultMessage": "Podatek"
},
"checkout_confirmation.link.continue_shopping": {
"defaultMessage": "Kontynuuj zakupy"
},
"checkout_confirmation.link.login": {
"defaultMessage": "Zaloguj się tutaj"
},
"checkout_confirmation.message.already_has_account": {
"defaultMessage": "Ten adres e-mail jest już przypisany do konta."
},
"checkout_confirmation.message.num_of_items_in_order": {
"defaultMessage": "{itemCount, plural, =0 {0 artykułów} one {# artykuł } other {# art.}}",
"description": "# item(s) in order"
},
"checkout_confirmation.message.will_email_shortly": {
"defaultMessage": "Wkrótce wyślemy na adres <b>{email}</b> wiadomość e-mail z numerem potwierdzenia i paragonem."
},
"checkout_footer.link.privacy_policy": {
"defaultMessage": "Polityka prywatności"
},
"checkout_footer.link.returns_exchanges": {
"defaultMessage": "Zwroty i wymiany"
},
"checkout_footer.link.shipping": {
"defaultMessage": "Wysyłka"
},
"checkout_footer.link.site_map": {
"defaultMessage": "Mapa witryny"
},
"checkout_footer.link.terms_conditions": {
"defaultMessage": "Regulamin"
},
"checkout_footer.message.copyright": {
"defaultMessage": "Firma Salesforce lub jej podmioty stowarzyszone. Wszelkie prawa zastrzeżone. To jest tylko sklep demonstracyjny. Złożone zamówienia NIE ZOSTANĄ zrealizowane."
},
"checkout_header.link.assistive_msg.cart": {
"defaultMessage": "Powrót do koszyka. Liczba artykułów: {numItems}"
},
"checkout_header.link.cart": {
"defaultMessage": "Powrót do koszyka"
},
"checkout_payment.action.remove": {
"defaultMessage": "Usuń"
},
"checkout_payment.button.review_order": {
"defaultMessage": "Sprawdź zamówienie"
},
"checkout_payment.heading.billing_address": {
"defaultMessage": "Adres rozliczeniowy"
},
"checkout_payment.heading.credit_card": {
"defaultMessage": "Karta kredytowa"
},
"checkout_payment.label.billing_address_form": {
"defaultMessage": "Formularz adresu rozliczeniowego"
},
"checkout_payment.label.same_as_shipping": {
"defaultMessage": "Taki sam jak adres wysyłki"
},
"checkout_payment.title.payment": {
"defaultMessage": "Płatność"
},
"colorRefinements.label.hitCount": {
"defaultMessage": "{colorLabel} ({colorHitCount})"
},
"confirmation_modal.default.action.no": {
"defaultMessage": "Nie"
},
"confirmation_modal.default.action.yes": {
"defaultMessage": "Tak"
},
"confirmation_modal.default.assistive_msg.no": {
"defaultMessage": "Nie, anuluj działanie"
},
"confirmation_modal.default.assistive_msg.yes": {
"defaultMessage": "Tak, potwierdź działanie"
},
"confirmation_modal.default.message.you_want_to_continue": {
"defaultMessage": "Czy na pewno chcesz kontynuować?"
},
"confirmation_modal.default.title.confirm_action": {
"defaultMessage": "Potwierdź działanie"
},
"confirmation_modal.remove_cart_item.action.no": {
"defaultMessage": "Nie, zachowaj artykuł"
},
"confirmation_modal.remove_cart_item.action.remove": {
"defaultMessage": "Usuń"
},
"confirmation_modal.remove_cart_item.action.yes": {
"defaultMessage": "Tak, usuń artykuł"
},
"confirmation_modal.remove_cart_item.assistive_msg.no": {
"defaultMessage": "Nie, zachowaj artykuł"
},
"confirmation_modal.remove_cart_item.assistive_msg.remove": {
"defaultMessage": "Usuń niedostępne produkty"
},
"confirmation_modal.remove_cart_item.assistive_msg.yes": {
"defaultMessage": "Tak, usuń artykuł"
},
"confirmation_modal.remove_cart_item.message.need_to_remove_due_to_unavailability": {
"defaultMessage": "Niektóre artykuły są niedostępne online i zostaną usunięte z koszyka."
},
"confirmation_modal.remove_cart_item.message.sure_to_remove": {
"defaultMessage": "Czy na pewno chcesz usunąć artykuł z koszyka?"
},
"confirmation_modal.remove_cart_item.title.confirm_remove": {
"defaultMessage": "Potwierdź usunięcie artykułu"
},
"confirmation_modal.remove_cart_item.title.items_unavailable": {
"defaultMessage": "Artykuły niedostępne"
},
"confirmation_modal.remove_wishlist_item.action.no": {
"defaultMessage": "Nie, zachowaj artykuł"
},
"confirmation_modal.remove_wishlist_item.action.yes": {
"defaultMessage": "Tak, usuń artykuł"
},
"confirmation_modal.remove_wishlist_item.message.sure_to_remove": {
"defaultMessage": "Czy na pewno chcesz usunąć ten artykuł z listy życzeń?"
},
"confirmation_modal.remove_wishlist_item.title.confirm_remove": {
"defaultMessage": "Potwierdź usunięcie artykułu"
},
"contact_info.action.sign_out": {
"defaultMessage": "Wyloguj się"
},
"contact_info.button.already_have_account": {
"defaultMessage": "Masz już konto? Zaloguj się"
},
"contact_info.button.back_to_sign_in_options": {
"defaultMessage": "Powrót do opcji logowania"
},
"contact_info.button.checkout_as_guest": {
"defaultMessage": "Dokonaj płatności za zakupy jako gość"
},
"contact_info.button.login": {
"defaultMessage": "Zaloguj się"
},
"contact_info.button.password": {
"defaultMessage": "Hasło"
},
"contact_info.button.secure_link": {
"defaultMessage": "Bezpieczny link"
},
"contact_info.error.incorrect_username_or_password": {
"defaultMessage": "Nieprawidłowa nazwa użytkownika lub hasło. Spróbuj ponownie."
},
"contact_info.link.forgot_password": {
"defaultMessage": "Nie pamiętasz hasła?"
},
"contact_info.message.or_login_with": {
"defaultMessage": "Albo zaloguj się za pomocą"
},
"contact_info.title.contact_info": {
"defaultMessage": "Informacje kontaktowe"
},
"credit_card_fields.tool_tip.security_code": {
"defaultMessage": "Ten 3-cyfrowy kod znajduje się na odwrocie karty.",
"description": "Generic credit card security code help text"
},
"credit_card_fields.tool_tip.security_code.american_express": {
"defaultMessage": "Ten 4-cyfrowy kod znajduje się z przodu karty.",
"description": "American Express security code help text"
},
"credit_card_fields.tool_tip.security_code_aria_label": {
"defaultMessage": "Informacje o kodzie zabezpieczającym"
},
"display_price.assistive_msg.current_price": {
"defaultMessage": "obecna cena: {currentPrice}"
},
"display_price.assistive_msg.current_price_with_range": {
"defaultMessage": "Od ceny aktualnej: {currentPrice}"
},
"display_price.assistive_msg.strikethrough_price": {
"defaultMessage": "pierwotna cena: {listPrice}"
},
"display_price.assistive_msg.strikethrough_price_with_range": {
"defaultMessage": "Od ceny pierwotnej: {listPrice}"
},
"display_price.label.current_price_with_range": {
"defaultMessage": "Od {currentPrice}"
},
"dnt_notification.button.accept": {
"defaultMessage": "Zaakceptuj"
},
"dnt_notification.button.assistive_msg.accept": {
"defaultMessage": "Akceptuj śledzenie"
},
"dnt_notification.button.assistive_msg.close": {
"defaultMessage": "Zamknij formularz zgody na śledzenie"
},
"dnt_notification.button.assistive_msg.decline": {
"defaultMessage": "Odmów śledzenia"
},
"dnt_notification.button.decline": {
"defaultMessage": "Odmów"
},
"dnt_notification.description": {
"defaultMessage": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur."
},
"dnt_notification.title": {
"defaultMessage": "Zgoda na śledzenie"
},
"drawer_menu.button.account_details": {
"defaultMessage": "Dane konta"
},
"drawer_menu.button.addresses": {
"defaultMessage": "Adresy"
},
"drawer_menu.button.log_out": {
"defaultMessage": "Wyloguj się"
},
"drawer_menu.button.my_account": {
"defaultMessage": "Moje konto"
},
"drawer_menu.button.order_history": {
"defaultMessage": "Historia zamówień"
},
"drawer_menu.header.assistive_msg.title": {
"defaultMessage": "Szuflada menu"
},
"drawer_menu.link.about_us": {
"defaultMessage": "O nas"
},
"drawer_menu.link.customer_support": {
"defaultMessage": "Dział obsługi klienta"
},
"drawer_menu.link.customer_support.contact_us": {
"defaultMessage": "Kontakt z nami"
},
"drawer_menu.link.customer_support.shipping_and_returns": {
"defaultMessage": "Wysyłka i zwroty"
},
"drawer_menu.link.our_company": {
"defaultMessage": "Nasza firma"
},
"drawer_menu.link.privacy_and_security": {
"defaultMessage": "Prywatność i bezpieczeństwo"
},
"drawer_menu.link.privacy_policy": {
"defaultMessage": "Polityka prywatności"
},
"drawer_menu.link.shop_all": {
"defaultMessage": "Kup wszystko"
},
"drawer_menu.link.sign_in": {
"defaultMessage": "Zaloguj się"
},
"drawer_menu.link.site_map": {
"defaultMessage": "Mapa witryny"
},
"drawer_menu.link.store_locator": {
"defaultMessage": "Lokalizator sklepów"
},
"drawer_menu.link.terms_and_conditions": {
"defaultMessage": "Regulamin"
},
"empty_cart.description.empty_cart": {
"defaultMessage": "Twój koszyk jest pusty."
},
"empty_cart.link.continue_shopping": {
"defaultMessage": "Kontynuuj zakupy"
},
"empty_cart.link.sign_in": {
"defaultMessage": "Zaloguj się"
},
"empty_cart.message.continue_shopping": {
"defaultMessage": "Kontynuuj zakupy, aby dodać artykuły do koszyka."
},
"empty_cart.message.sign_in_or_continue_shopping": {
"defaultMessage": "Zaloguj się, aby odzyskać zapisane artykuły lub kontynuować zakupy."
},
"empty_search_results.info.cant_find_anything_for_category": {
"defaultMessage": "Nie udało się nic znaleźć dla kategorii {category}. Spróbuj wyszukać produkt lub {link}."
},
"empty_search_results.info.cant_find_anything_for_query": {
"defaultMessage": "Nie udało się nic znaleźć dla zapytania „{searchQuery}”."
},
"empty_search_results.info.double_check_spelling": {
"defaultMessage": "Sprawdź pisownię i spróbuj ponownie lub {link}."
},
"empty_search_results.link.contact_us": {
"defaultMessage": "Kontakt"
},
"empty_search_results.recommended_products.title.most_viewed": {
"defaultMessage": "Najczęściej oglądane"
},
"empty_search_results.recommended_products.title.top_sellers": {
"defaultMessage": "Bestsellery"
},
"field.password.assistive_msg.hide_password": {
"defaultMessage": "Ukryj hasło"
},
"field.password.assistive_msg.show_password": {
"defaultMessage": "Pokaż hasło"
},
"footer.column.account": {
"defaultMessage": "Konto"
},
"footer.column.customer_support": {
"defaultMessage": "Dział obsługi klienta"
},
"footer.column.our_company": {
"defaultMessage": "Nasza firma"
},
"footer.link.about_us": {
"defaultMessage": "O nas"
},
"footer.link.contact_us": {
"defaultMessage": "Kontakt"
},
"footer.link.order_status": {
"defaultMessage": "Status zamówienia"
},
"footer.link.privacy_policy": {
"defaultMessage": "Polityka prywatności"
},
"footer.link.shipping": {
"defaultMessage": "Wysyłka"
},
"footer.link.signin_create_account": {
"defaultMessage": "Zaloguj się lub utwórz konto"
},
"footer.link.site_map": {
"defaultMessage": "Mapa witryny"
},
"footer.link.store_locator": {
"defaultMessage": "Lokalizator sklepów"
},
"footer.link.terms_conditions": {
"defaultMessage": "Regulamin"
},
"footer.locale_selector.assistive_msg": {
"defaultMessage": "Wybierz język"
},
"footer.message.copyright": {
"defaultMessage": "Firma Salesforce lub jej podmioty stowarzyszone. Wszelkie prawa zastrzeżone. To jest tylko sklep demonstracyjny. Złożone zamówienia NIE ZOSTANĄ zrealizowane."
},
"footer.subscribe.button.sign_up": {
"defaultMessage": "Zarejestruj się"
},
"footer.subscribe.description.sign_up": {
"defaultMessage": "Zarejestruj się, aby być na bieżąco z najatrakcyjniejszymi ofertami"
},
"footer.subscribe.email.assistive_msg": {
"defaultMessage": "Adres e-mail do wysyłania newslettera"
},
"footer.subscribe.heading.first_to_know": {
"defaultMessage": "Bądź na bieżąco"
},
"form_action_buttons.button.cancel": {
"defaultMessage": "Anuluj"
},
"form_action_buttons.button.save": {
"defaultMessage": "Zapisz"
},
"global.account.link.account_details": {
"defaultMessage": "Dane konta"
},
"global.account.link.addresses": {
"defaultMessage": "Adresy"
},
"global.account.link.order_history": {
"defaultMessage": "Historia zamówień"
},
"global.account.link.wishlist": {
"defaultMessage": "Lista życzeń"
},
"global.error.create_account": {
"defaultMessage": "Ta funkcja nie jest dostępna. Aby uzyskać dostęp do tej funkcji, należy utworzyć konto."
},
"global.error.feature_unavailable": {
"defaultMessage": "Ta funkcja nie jest dostępna."
},
"global.error.invalid_token": {
"defaultMessage": "Nieprawidłowy token, spróbuj ponownie."
},
"global.error.something_went_wrong": {
"defaultMessage": "Coś poszło nie tak. Spróbuj ponownie!"
},
"global.info.added_to_wishlist": {
"defaultMessage": "Dodano {quantity} {quantity, plural, one {artykuł} other {art.}}do listy życzeń"
},
"global.info.already_in_wishlist": {
"defaultMessage": "Artykuł jest już na liście życzeń"
},
"global.info.removed_from_wishlist": {
"defaultMessage": "Usunięto artykuł z listy życzeń"
},
"global.link.added_to_wishlist.view_wishlist": {
"defaultMessage": "Wyświetl"
},
"header.button.assistive_msg.ask_shopping_agent": {
"defaultMessage": "Zapytaj asystenta zakupów"
},
"header.button.assistive_msg.logo": {
"defaultMessage": "Logo"
},
"header.button.assistive_msg.menu": {
"defaultMessage": "Menu"
},
"header.button.assistive_msg.menu.open_dialog": {
"defaultMessage": "Otwiera okno dialogowe"
},
"header.button.assistive_msg.my_account": {
"defaultMessage": "Moje konto"
},
"header.button.assistive_msg.my_account_menu": {
"defaultMessage": "Otwórz menu konta"
},
"header.button.assistive_msg.my_cart_with_num_items": {
"defaultMessage": "Mój koszyk, liczba artykułów: {numItems}"
},
"header.button.assistive_msg.store_locator": {
"defaultMessage": "Lokalizator sklepów"
},
"header.button.assistive_msg.wishlist": {
"defaultMessage": "Lista życzeń"
},
"header.field.placeholder.search_for_products": {
"defaultMessage": "Wyszukaj produkty..."
},
"header.popover.action.log_out": {
"defaultMessage": "Wyloguj się"
},
"header.popover.title.my_account": {
"defaultMessage": "Moje konto"
},
"home.description.features": {
"defaultMessage": "Gotowe funkcje, które pozwolą Ci się skupić się na samym dodawaniu usprawnień."
},
"home.description.here_to_help": {
"defaultMessage": "Skontaktuj się z działem obsługi."
},
"home.description.here_to_help_line_2": {
"defaultMessage": "Skieruje Cię on we właściwe miejsce."
},
"home.description.shop_products": {
"defaultMessage": "Ten obszar przedstawia zawartość katalogu. {docLink} o sposobach zamiany.",
"description": "{docLink} is a html button that links the user to https://sfdc.co/business-manager-manage-catalogs"
},
"home.features.description.cart_checkout": {
"defaultMessage": "Najlepsze praktyki branży e-commerce dotyczące koszyka kupującego i płatności za zakupy."
},
"home.features.description.components": {
"defaultMessage": "Utworzono za pomocą Chakra UI, czyli prostej, modułowej i dostępnej biblioteki komponentów React."
},
"home.features.description.einstein_recommendations": {
"defaultMessage": "Wskaż kolejny najlepszy produkt lub najlepszą ofertę każdemu kupującemu, korzystając z rekomendacji produktów."
},
"home.features.description.my_account": {
"defaultMessage": "Kupujący mogą zarządzać informacjami o koncie, takimi jak ich profil, adresy, płatności i zamówienia."
},
"home.features.description.shopper_login": {
"defaultMessage": "Zapewnij kupującym łatwe logowanie i spersonalizowane wrażenia z zakupów."
},
"home.features.description.wishlist": {
"defaultMessage": "Zarejestrowani kupujący mogą dodawać produkty do listy życzeń, aby kupić je później."
},
"home.features.heading.cart_checkout": {
"defaultMessage": "Koszyk i płatność za zakupy"
},
"home.features.heading.components": {
"defaultMessage": "Komponenty i Design Kit"
},
"home.features.heading.einstein_recommendations": {
"defaultMessage": "Rekomendacje usługi Einstein"
},
"home.features.heading.my_account": {
"defaultMessage": "Moje konto"
},
"home.features.heading.shopper_login": {
"defaultMessage": "Shopper Login and API Access Service (SLAS)"
},
"home.features.heading.wishlist": {
"defaultMessage": "Lista życzeń"
},
"home.heading.features": {
"defaultMessage": "Funkcje"
},
"home.heading.here_to_help": {
"defaultMessage": "Jesteśmy tutaj, aby Ci pomóc"
},
"home.heading.shop_products": {
"defaultMessage": "Kupuj produkty"
},
"home.hero_features.link.design_kit": {
"defaultMessage": "Twórz za pomocą Figma PWA Design Kit"
},
"home.hero_features.link.on_github": {
"defaultMessage": "Pobierz z serwisu Github"
},
"home.hero_features.link.on_managed_runtime": {
"defaultMessage": "Wdróż w Managed Runtime"
},
"home.link.contact_us": {
"defaultMessage": "Kontakt"
},
"home.link.get_started": {
"defaultMessage": "Rozpocznij"
},
"home.link.read_docs": {
"defaultMessage": "Przeczytaj dokumenty"
},
"home.title.react_starter_store": {
"defaultMessage": "Sklep startowy PWA React dla handlu detalicznego"
},
"icons.assistive_msg.lock": {
"defaultMessage": "Bezpieczeństwo"
},
"item_attributes.label.promotions": {
"defaultMessage": "Promocje"
},
"item_attributes.label.quantity": {
"defaultMessage": "Ilość: {quantity}"
},
"item_attributes.label.selected_options": {
"defaultMessage": "Wybrane opcje"
},
"item_image.label.sale": {
"defaultMessage": "Sprzedaż",
"description": "A sale badge placed on top of a product image"
},
"item_image.label.unavailable": {
"defaultMessage": "Niedostępne",
"description": "A unavailable badge placed on top of a product image"
},
"item_variant.assistive_msg.quantity": {
"defaultMessage": "Ilość {quantity}"
},
"item_variant.quantity.label": {
"defaultMessage": "Selektor ilości dla produktu {productName}. Wybrana ilość: {quantity}"
},
"lCPCxk": {
"defaultMessage": "Wybierz wszystkie opcje powyżej"
},
"list_menu.nav.assistive_msg": {
"defaultMessage": "Nawigacja główna"
},
"locale_text.message.ar-SA": {
"defaultMessage": "arabski (Arabia Saudyjska)"
},
"locale_text.message.bn-BD": {
"defaultMessage": "bengalski (Bangladesz)"
},
"locale_text.message.bn-IN": {
"defaultMessage": "Bengalski (Indie)"
},
"locale_text.message.cs-CZ": {
"defaultMessage": "czeski (Czechy)"
},
"locale_text.message.da-DK": {
"defaultMessage": "duński (Dania)"
},
"locale_text.message.de-AT": {
"defaultMessage": "niemiecki (Austria)"
},
"locale_text.message.de-CH": {
"defaultMessage": "niemiecki (Szwajcaria)"
},
"locale_text.message.de-DE": {
"defaultMessage": "niemiecki (Niemcy)"
},
"locale_text.message.el-GR": {
"defaultMessage": "grecki (Grecja)"
},
"locale_text.message.en-AU": {
"defaultMessage": "angielski (Australia)"
},
"locale_text.message.en-CA": {
"defaultMessage": "angielski (Kanada)"
},
"locale_text.message.en-GB": {
"defaultMessage": "angielski (Wielka Brytania)"
},
"locale_text.message.en-IE": {
"defaultMessage": "angielski (Irlandia)"
},
"locale_text.message.en-IN": {
"defaultMessage": "angielski (Indie)"
},
"locale_text.message.en-NZ": {
"defaultMessage": "angielski (Nowa Zelandia)"
},
"locale_text.message.en-US": {
"defaultMessage": "angielski (Stany Zjednoczone)"
},
"locale_text.message.en-ZA": {
"defaultMessage": "angielski (Republika Południowej Afryki)"
},
"locale_text.message.es-AR": {
"defaultMessage": "hiszpański (Argentyna)"
},
"locale_text.message.es-CL": {
"defaultMessage": "hiszpański (Chile)"
},
"locale_text.message.es-CO": {
"defaultMessage": "hiszpański (Kolumbia)"
},
"locale_text.message.es-ES": {
"defaultMessage": "hiszpański (Hiszpania)"
},
"locale_text.message.es-MX": {
"defaultMessage": "hiszpański (Meksyk)"
},
"locale_text.message.es-US": {
"defaultMessage": "hiszpański (Stany Zjednoczone)"
},
"locale_text.message.fi-FI": {
"defaultMessage": "fiński (Finlandia)"
},
"locale_text.message.fr-BE": {
"defaultMessage": "francuski (Belgia)"
},
"locale_text.message.fr-CA": {
"defaultMessage": "francuski (Kanada)"
},
"locale_text.message.fr-CH": {
"defaultMessage": "francuski (Szwajcaria)"
},
"locale_text.message.fr-FR": {
"defaultMessage": "francuski (Francja)"
},
"locale_text.message.he-IL": {
"defaultMessage": "hebrajski (Izrael)"
},
"locale_text.message.hi-IN": {
"defaultMessage": "hindi (Indie)"
},
"locale_text.message.hu-HU": {
"defaultMessage": "węgierski (Węgry)"
},
"locale_text.message.id-ID": {
"defaultMessage": "indonezyjski (Indonezja)"
},
"locale_text.message.it-CH": {
"defaultMessage": "włoski (Szwajcaria)"
},
"locale_text.message.it-IT": {
"defaultMessage": "włoski (Włochy)"
},
"locale_text.message.ja-JP": {
"defaultMessage": "japoński (Japonia)"
},
"locale_text.message.ko-KR": {
"defaultMessage": "koreański (Republika Korei)"
},
"locale_text.message.nl-BE": {
"defaultMessage": "niderlandzki (Belgia)"
},
"locale_text.message.nl-NL": {
"defaultMessage": "niderlandzki (Holandia)"
},
"locale_text.message.no-NO": {
"defaultMessage": "norweski (Norwegia)"
},
"locale_text.message.pl-PL": {
"defaultMessage": "polski (Polska)"
},
"locale_text.message.pt-BR": {
"defaultMessage": "portugalski (Brazylia)"
},
"locale_text.message.pt-PT": {
"defaultMessage": "portugalski (Portugalia)"
},
"locale_text.message.ro-RO": {
"defaultMessage": "rumuński (Rumunia)"
},
"locale_text.message.ru-RU": {
"defaultMessage": "rosyjski (Federacja Rosyjska)"
},
"locale_text.message.sk-SK": {
"defaultMessage": "słowacki (Słowacja)"
},
"locale_text.message.sv-SE": {
"defaultMessage": "szwedzki (Szwecja)"
},
"locale_text.message.ta-IN": {
"defaultMessage": "tamilski (Indie)"
},
"locale_text.message.ta-LK": {
"defaultMessage": "tamilski (Sri Lanka)"
},
"locale_text.message.th-TH": {
"defaultMessage": "tajski (Tajlandia)"
},
"locale_text.message.tr-TR": {
"defaultMessage": "turecki (Turcja)"
},
"locale_text.message.zh-CN": {
"defaultMessage": "chiński (Chiny)"
},
"locale_text.message.zh-HK": {
"defaultMessage": "chiński (Hongkong)"
},
"locale_text.message.zh-TW": {
"defaultMessage": "chiński (Tajwan)"
},
"login_form.action.create_account": {
"defaultMessage": "Utwórz konto"
},
"login_form.button.apple": {
"defaultMessage": "Apple"
},
"login_form.button.back": {
"defaultMessage": "Powrót do opcji logowania"
},
"login_form.button.continue_securely": {
"defaultMessage": "Przejdź bezpiecznie dalej"