@vendure/admin-ui 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/core/common/component-registry-types.d.ts +1 -1
  2. package/core/common/version.d.ts +1 -1
  3. package/core/components/app-shell/app-shell.component.d.ts +1 -0
  4. package/core/providers/i18n/i18n.service.d.ts +4 -0
  5. package/esm2022/catalog/components/collection-detail/collection-detail.component.mjs +2 -2
  6. package/esm2022/catalog/components/product-detail/product-detail.component.mjs +2 -2
  7. package/esm2022/catalog/components/product-variant-detail/product-variant-detail.component.mjs +1 -1
  8. package/esm2022/catalog/components/product-variant-list/product-variant-list.component.mjs +7 -1
  9. package/esm2022/catalog/components/stock-location-detail/stock-location-detail.component.mjs +30 -30
  10. package/esm2022/core/app.config.mjs +3 -7
  11. package/esm2022/core/common/base-list.component.mjs +1 -1
  12. package/esm2022/core/common/component-registry-types.mjs +1 -1
  13. package/esm2022/core/common/generated-types.mjs +1 -1
  14. package/esm2022/core/common/version.mjs +2 -2
  15. package/esm2022/core/components/app-shell/app-shell.component.mjs +11 -9
  16. package/esm2022/core/components/theme-switcher/theme-switcher.component.mjs +1 -1
  17. package/esm2022/core/components/user-menu/user-menu.component.mjs +3 -3
  18. package/esm2022/core/data/data.module.mjs +3 -3
  19. package/esm2022/core/data/utils/transform-relation-custom-field-inputs.mjs +1 -1
  20. package/esm2022/core/providers/bulk-action-registry/bulk-action-types.mjs +1 -1
  21. package/esm2022/core/providers/dashboard-widget/dashboard-widget-types.mjs +1 -1
  22. package/esm2022/core/providers/data-table/data-table-filter-collection.mjs +1 -1
  23. package/esm2022/core/providers/i18n/i18n.service.mjs +15 -1
  24. package/esm2022/core/providers/page/page.service.mjs +1 -1
  25. package/esm2022/core/shared/components/data-table-filters/data-table-filters.component.mjs +1 -1
  26. package/esm2022/core/shared/components/dropdown/dropdown-menu.component.mjs +29 -29
  27. package/esm2022/core/shared/components/dropdown/dropdown.component.mjs +1 -1
  28. package/esm2022/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +1 -1
  29. package/esm2022/core/shared/components/rich-text-editor/prosemirror/custom-nodes.mjs +1 -1
  30. package/esm2022/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +1 -1
  31. package/esm2022/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.mjs +1 -1
  32. package/esm2022/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +1 -1
  33. package/esm2022/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +3 -3
  34. package/esm2022/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.mjs +1 -1
  35. package/esm2022/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.mjs +1 -1
  36. package/esm2022/core/shared/dynamic-form-inputs/register-dynamic-input-components.mjs +1 -1
  37. package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.mjs +12 -12
  38. package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.mjs +1 -1
  39. package/esm2022/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.mjs +3 -3
  40. package/esm2022/core/shared/shared.module.mjs +1 -1
  41. package/esm2022/customer/components/customer-detail/customer-detail.component.mjs +27 -27
  42. package/esm2022/order/components/draft-order-detail/draft-order-detail.component.mjs +3 -3
  43. package/esm2022/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +9 -9
  44. package/fesm2022/vendure-admin-ui-catalog.mjs +37 -31
  45. package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -1
  46. package/fesm2022/vendure-admin-ui-core.mjs +69 -59
  47. package/fesm2022/vendure-admin-ui-core.mjs.map +1 -1
  48. package/fesm2022/vendure-admin-ui-customer.mjs +26 -26
  49. package/fesm2022/vendure-admin-ui-customer.mjs.map +1 -1
  50. package/fesm2022/vendure-admin-ui-order.mjs +2 -2
  51. package/fesm2022/vendure-admin-ui-order.mjs.map +1 -1
  52. package/fesm2022/vendure-admin-ui-settings.mjs +8 -8
  53. package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -1
  54. package/package.json +8 -8
  55. package/static/i18n-messages/ar.json +774 -0
  56. package/static/i18n-messages/cs.json +773 -773
  57. package/static/i18n-messages/de.json +773 -773
  58. package/static/i18n-messages/en.json +774 -774
  59. package/static/i18n-messages/es.json +773 -773
  60. package/static/i18n-messages/fr.json +773 -773
  61. package/static/i18n-messages/he.json +774 -0
  62. package/static/i18n-messages/it.json +773 -773
  63. package/static/i18n-messages/pl.json +773 -773
  64. package/static/i18n-messages/pt_BR.json +773 -773
  65. package/static/i18n-messages/pt_PT.json +773 -773
  66. package/static/i18n-messages/ru.json +773 -773
  67. package/static/i18n-messages/uk.json +773 -773
  68. package/static/i18n-messages/zh_Hans.json +773 -773
  69. package/static/i18n-messages/zh_Hant.json +773 -773
  70. package/static/vendure-ui-config.json +3 -0
@@ -1,774 +1,774 @@
1
- {
2
- "admin": {
3
- "create-new-administrator": "Utwórz konto administratora"
4
- },
5
- "asset": {
6
- "add-asset": "Dodaj zasób",
7
- "add-asset-with-count": "Dodaj {count, plural, =0 {assets} one {1 zasób} other {{count} zasobów}}",
8
- "assets-selected-count": "Zaznaczono { count } zasobów",
9
- "dimensions": "Wymiary",
10
- "focal-point": "Punkt centralny",
11
- "notify-create-assets-success": "Utworzno {count, plural, one {nowy zasób} other {{count} nowych zasobów}}",
12
- "original-asset-size": "Rozmiar bazowy",
13
- "preview": "Podgląd",
14
- "remove-asset": "Usuń zasób",
15
- "select-asset": "",
16
- "select-assets": "Wybierz zasób",
17
- "set-as-featured-asset": "Ustaw jako polecany",
18
- "set-focal-point": "Ustaw punk centralny",
19
- "source-file": "Plik źródłowy",
20
- "unset-focal-point": "Usuń punkt centralny",
21
- "update-focal-point": "Zaktualizuj punkt centralny",
22
- "update-focal-point-error": "Błąd podczas aktualizacji punktu centralnego",
23
- "update-focal-point-success": "Punkt centralny zaktualizowany",
24
- "upload-assets": "Upload",
25
- "uploading": ""
26
- },
27
- "breadcrumb": {
28
- "administrators": "Administratorzy",
29
- "assets": "Zasoby",
30
- "channels": "Kanały",
31
- "collections": "Kolekcje",
32
- "countries": "Kraje",
33
- "customer-groups": "",
34
- "customers": "Klienci",
35
- "dashboard": "Dashboard",
36
- "facets": "Fasety",
37
- "global-settings": "Ustawienia globalne",
38
- "inventory": "",
39
- "job-queue": "Kolejka zadań",
40
- "manage-variants": "Zarządzaj wariantami",
41
- "modifying": "",
42
- "orders": "Zamówienia",
43
- "payment-methods": "Metody płatności",
44
- "product-options": "",
45
- "profile": "",
46
- "promotions": "Promocje",
47
- "roles": "Role",
48
- "seller-orders": "",
49
- "sellers": "",
50
- "shipping-methods": "Metody wysyłki",
51
- "stock-locations": "",
52
- "system-status": "",
53
- "tax-categories": "Kategorie podatkowe",
54
- "tax-rates": "Stawki podatkowe",
55
- "zones": ""
56
- },
57
- "catalog": {
58
- "add-facet-value": "Dodaj nazwe faseta",
59
- "add-facets": "Dodaj faset",
60
- "add-option": "Dodaj opcje",
61
- "add-price-in-another-currency": "",
62
- "add-stock-location": "",
63
- "add-stock-to-location": "",
64
- "asset": "",
65
- "asset-preview-links": "",
66
- "assets": "",
67
- "assign-product-to-channel-success": "Pomyślnie przypisano produkt do \"{ channel }\"",
68
- "assign-products-to-channel": "Przypisz produkt do kanału",
69
- "assign-to-channel": "Przypisz do kanału",
70
- "assign-to-named-channel": "Przypisz do { channelCode }",
71
- "assign-variant-to-channel-success": "",
72
- "assign-variants-to-channel": "",
73
- "auto-update-option-variant-name": "",
74
- "auto-update-product-variant-name": "",
75
- "cannot-create-variants-without-options": "",
76
- "channel-price-preview": "Podgląd cen kanału",
77
- "collection": "",
78
- "collection-contents": "Zawartość kolekcji",
79
- "collections": "",
80
- "confirm-bulk-delete-products": "",
81
- "confirm-cancel": "",
82
- "confirm-delete-assets": "",
83
- "confirm-delete-facet-value": "Usunąć wartość faseta?",
84
- "confirm-delete-product": "Usunąć produkt?",
85
- "confirm-delete-product-option": "",
86
- "confirm-delete-product-option-group": "",
87
- "confirm-delete-product-option-group-body": "",
88
- "confirm-delete-product-variant": "Usunąć wariant produktu?",
89
- "confirm-deletion-of-unused-variants-body": "",
90
- "confirm-deletion-of-unused-variants-title": "",
91
- "create-draft-order": "",
92
- "create-new-collection": "Utwórz nową kolekcje",
93
- "create-new-facet": "Utwórz faset",
94
- "create-new-product": "Nowy produkt",
95
- "create-new-stock-location": "",
96
- "create-product-option-group": "",
97
- "create-product-variant": "",
98
- "default-currency": "",
99
- "do-not-inherit-filters": "",
100
- "drop-files-to-upload": "Upuść pliki do uploadu",
101
- "edit-facet-values": "",
102
- "edit-options": "",
103
- "facet": "",
104
- "facet-value-not-available": "",
105
- "facet-values": "Wartości faseta",
106
- "facets": "",
107
- "filter-by-name": "Filtruj po nazwie",
108
- "filter-by-sku": "Filtruj według SKU",
109
- "filter-inheritance": "",
110
- "filters": "Filtry",
111
- "inherit-filters-from-parent": "",
112
- "live-preview-contents": "",
113
- "manage-variants": "Zarządzaj wariantami",
114
- "move-collection-to": "",
115
- "move-collections": "",
116
- "move-collections-success": "",
117
- "move-down": "Przesuń w dół",
118
- "move-to": "Przesuń do",
119
- "move-up": "Przesuń w górę",
120
- "name": "",
121
- "no-channel-selected": "Brak zaznaczonego kanału",
122
- "no-featured-asset": "Brak polecanego zasobu",
123
- "no-selection": "Brak zaznaczenia",
124
- "no-stock-locations-available-on-current-channel": "",
125
- "notify-bulk-delete-products-success": "",
126
- "notify-remove-facets-from-channel-success": "",
127
- "notify-remove-product-from-channel-error": "Błąd usuwania produktu z kanału",
128
- "notify-remove-product-from-channel-success": "Produkt pomyślnie usunięty z kanału",
129
- "notify-remove-variant-from-channel-error": "",
130
- "notify-remove-variant-from-channel-success": "",
131
- "number-of-variants": "",
132
- "option": "Opcje",
133
- "option-name": "Nazwa opcji",
134
- "option-values": "Wartość opcji",
135
- "out-of-stock-threshold": "",
136
- "out-of-stock-threshold-tooltip": "",
137
- "page-description-options-editor": "",
138
- "price": "Cena",
139
- "price-and-tax": "",
140
- "price-conversion-factor": "Przelicznik cen",
141
- "price-in-channel": "Cena w { channel }",
142
- "price-includes-tax-at": "Zawiera podatek { rate }%",
143
- "price-with-tax-in-default-zone": "Zawiera { rate }% podatku: { price }",
144
- "private": "Prywatne",
145
- "product": "",
146
- "product-name": "Nazwa produktu",
147
- "product-options": "",
148
- "product-variant-exists": "",
149
- "product-variants": "Warianty produktu",
150
- "products": "",
151
- "public": "",
152
- "quick-jump-placeholder": "",
153
- "rebuild-search-index": "Przebuduj indeks wyszukiwania",
154
- "reindex-error": "Wystąpił błąd podczas przebudowania indeksów",
155
- "reindex-successful": "Zaindeksowano {count, plural, one {wariant produktu} other {{count} wariantów produktu}} w {time}ms",
156
- "reindexing": "Przebudowuje indeksy wyszukiwania",
157
- "remove-from-channel": "Usuń z kanału",
158
- "remove-option": "Usuń opcje",
159
- "remove-product-from-channel": "Usuń produkt z kanału",
160
- "remove-product-variant-from-channel": "",
161
- "reorder-collection": "",
162
- "root-collection": "",
163
- "run-pending-search-index-updates": "",
164
- "running-search-index-updates": "",
165
- "search-asset-name-or-tag": "",
166
- "search-for-term": "Szukaj frazy",
167
- "search-product-name-or-code": "Szukaj produktu po nazwie lub kodzie",
168
- "select-product": "",
169
- "select-product-variant": "",
170
- "sku": "SKU",
171
- "slug": "Slug",
172
- "slug-pattern-error": "",
173
- "stock-allocated": "",
174
- "stock-levels": "",
175
- "stock-location": "",
176
- "stock-locations": "",
177
- "stock-on-hand": "Stan magazynowy",
178
- "tax-category": "Kategoria podatkowa",
179
- "taxes": "Podatki",
180
- "track-inventory": "Śledź magazyn",
181
- "track-inventory-false": "",
182
- "track-inventory-inherit": "",
183
- "track-inventory-tooltip": "",
184
- "track-inventory-true": "",
185
- "update-product-option": "Zaktualizuj opcje produktu",
186
- "use-global-value": "",
187
- "values": "Wartości",
188
- "variant": "Warianty",
189
- "variant-count": "",
190
- "view-contents": "Zobacz zawartość",
191
- "visibility": "Widoczność"
192
- },
193
- "common": {
194
- "ID": "ID",
195
- "actions": "Akcje",
196
- "add-filter": "",
197
- "add-item-to-list": "",
198
- "add-note": "",
199
- "apply": "",
200
- "assign-to-channel": "",
201
- "available-currencies": "",
202
- "available-languages": "Dostępne języki",
203
- "boolean-and": "",
204
- "boolean-false": "",
205
- "boolean-or": "",
206
- "boolean-true": "",
207
- "breadcrumb": "",
208
- "browser-default": "",
209
- "cancel": "Anuluj",
210
- "cancel-navigation": "Anuluj nawigacje",
211
- "change-selection": "",
212
- "channel": "Kanał",
213
- "channels": "Kanały",
214
- "clear-selection": "",
215
- "code": "Kod",
216
- "collapse-entries": "",
217
- "confirm": "",
218
- "confirm-bulk-assign-to-channel": "",
219
- "confirm-bulk-delete": "",
220
- "confirm-bulk-remove-from-channel": "",
221
- "confirm-delete-note": "",
222
- "confirm-navigation": "Potwierdź nawigacje",
223
- "contents": "",
224
- "create": "Utwórz",
225
- "created-at": "Utworzone dnia",
226
- "custom-fields": "Dodatkowe pola",
227
- "default-channel": "Domyślny kanał",
228
- "default-language": "Domyślny jezyk",
229
- "default-tax-category": "",
230
- "delete": "Usuń",
231
- "description": "Opis",
232
- "details": "",
233
- "disabled": "Wyłączony",
234
- "discard-changes": "Odrzuć zmiany",
235
- "edit": "Edytuj",
236
- "edit-field": "Edytuj pole",
237
- "edit-note": "",
238
- "enabled": "Aktywny",
239
- "end-date": "",
240
- "expand-entries": "",
241
- "extension-running-in-separate-window": "Rozszerzenie jest włączone w innym oknie",
242
- "filter": "",
243
- "force-delete": "",
244
- "force-remove": "",
245
- "general": "",
246
- "guest": "Gość",
247
- "id": "",
248
- "image": "",
249
- "items-per-page-option": "{ count } na stronę",
250
- "items-selected-count": "",
251
- "keep-editing": "",
252
- "language": "Język",
253
- "launch-extension": "Uruchom rozszerzenie",
254
- "list-items-and-n-more": "",
255
- "live-update": "Aktualizacja live",
256
- "locale": "",
257
- "log-out": "Wyloguj",
258
- "login": "Zaloguj",
259
- "login-image-title": "",
260
- "login-title": "",
261
- "manage-tags": "",
262
- "manage-tags-description": "",
263
- "medium-date": "",
264
- "more": "Więcej...",
265
- "name": "Nazwa",
266
- "no-alerts": "",
267
- "no-bulk-actions-available": "",
268
- "no-results": "Brak wyników",
269
- "not-applicable": "",
270
- "not-set": "Nie ustawione",
271
- "notify-assign-to-channel-success-with-count": "",
272
- "notify-bulk-update-success": "",
273
- "notify-create-error": "Wystąpił błąd, nie można utworzyć { entity }",
274
- "notify-create-success": "Utworzono { entity }",
275
- "notify-delete-error": "Wystąpił błąd, nie można usunąć { entity }",
276
- "notify-delete-error-with-count": "",
277
- "notify-delete-success": "Usunięto { entity }",
278
- "notify-delete-success-with-count": "",
279
- "notify-remove-from-channel-success-with-count": "",
280
- "notify-save-changes-error": "Wystąpił błąd, nie można zapisać zmian",
281
- "notify-saved-changes": "Zapisano zmiany",
282
- "notify-update-error": "Wystąpił błąd, nie można zaktualizować { entity }",
283
- "notify-update-success": "Zaktualizowano { entity }",
284
- "notify-updated-tags-success": "",
285
- "okay": "",
286
- "operator-contains": "",
287
- "operator-eq": "",
288
- "operator-gt": "",
289
- "operator-lt": "",
290
- "operator-not-contains": "",
291
- "operator-not-eq": "",
292
- "operator-notContains": "",
293
- "operator-regex": "",
294
- "password": "Hasło",
295
- "position": "",
296
- "price": "Cena",
297
- "price-with-tax": "Cena z podatkiem",
298
- "private": "Prywatne",
299
- "public": "Publiczne",
300
- "remember-me": "Zapamiętaj mnie",
301
- "remove": "Usuń",
302
- "remove-from-channel": "",
303
- "remove-item-from-list": "",
304
- "reset-columns": "",
305
- "results-count": "{ count } {count, plural, one {wynik} other {wyników}}",
306
- "sample-formatting": "",
307
- "search-and-filter-list": "",
308
- "search-by-name": "",
309
- "select": "Wybrano...",
310
- "select-display-language": "Wybierz język",
311
- "select-items-with-count": "",
312
- "select-products": "",
313
- "select-relation-id": "",
314
- "select-table-columns": "",
315
- "select-today": "Wybierz dzisiaj",
316
- "select-variants": "",
317
- "seller": "",
318
- "set-language": "",
319
- "short-date": "",
320
- "slug": "",
321
- "start-date": "",
322
- "status": "",
323
- "tags": "",
324
- "theme": "",
325
- "there-are-unsaved-changes": "Są nie zapisane zmiany. Nawigacja do innej lokalizacji spowoduje utrate zmian.",
326
- "toggle-all": "",
327
- "total-items": "{currentStart} - {currentEnd} z {totalItems}",
328
- "update": "Aktualizuj",
329
- "updated-at": "Zaaktualizowano dnia",
330
- "username": "Nazwa użytkownika",
331
- "value": "",
332
- "view-contents": "",
333
- "view-next-month": "Wyświetl następny miesiąc",
334
- "view-previous-month": "Wyświetl poprzedni miesiąc",
335
- "visibility": "",
336
- "with-selected": ""
337
- },
338
- "customer": {
339
- "add-customer-to-group": "",
340
- "add-customer-to-groups-with-count": "",
341
- "add-customers-to-group": "",
342
- "add-customers-to-group-success": "",
343
- "add-customers-to-group-with-count": "",
344
- "add-customers-to-group-with-name": "",
345
- "addresses": "Adres",
346
- "city": "Miasto",
347
- "company": "",
348
- "confirm-remove-customer-from-group": "",
349
- "country": "Kraj",
350
- "create-customer-group": "",
351
- "create-new-address": "Utwórz nowy adres",
352
- "create-new-customer": "Utwórz nowego klient",
353
- "create-new-customer-group": "",
354
- "customer": "",
355
- "customer-group": "",
356
- "customer-groups": "",
357
- "customer-history": "",
358
- "customers": "",
359
- "default-billing-address": "Domyślny adres rozliczeniowy",
360
- "default-shipping-address": "Domyślny adres wysyłki",
361
- "email-address": "Email",
362
- "email-verification-sent": "Email weryfikacyjny został wysłany na { emailAddress }",
363
- "first-name": "Imię",
364
- "full-name": "Pełna nazwa",
365
- "guest": "Gość",
366
- "history-customer-added-to-group": "",
367
- "history-customer-address-created": "",
368
- "history-customer-address-deleted": "",
369
- "history-customer-address-updated": "",
370
- "history-customer-detail-updated": "",
371
- "history-customer-email-update-requested": "",
372
- "history-customer-email-update-verified": "",
373
- "history-customer-password-reset-requested": "",
374
- "history-customer-password-reset-verified": "",
375
- "history-customer-password-updated": "",
376
- "history-customer-registered": "",
377
- "history-customer-removed-from-group": "",
378
- "history-customer-verified": "",
379
- "history-using-external-auth-strategy": "",
380
- "history-using-native-auth-strategy": "",
381
- "last-login": "",
382
- "last-name": "Nazwisko",
383
- "name": "Nazwa",
384
- "new-email-address": "",
385
- "no-orders-placed": "Brak złożonych zamówień",
386
- "not-a-member-of-any-groups": "",
387
- "old-email-address": "",
388
- "orders": "Zamówienia",
389
- "password": "Hasło",
390
- "phone-number": "Telefon",
391
- "postal-code": "Kod pocztowy",
392
- "province": "Województwo",
393
- "registered": "Zarejestrowany",
394
- "remove-customers-from-group-success": "",
395
- "remove-from-group": "",
396
- "search-customers-by-email": "Szukaj przez email",
397
- "search-customers-by-email-last-name-postal-code": "",
398
- "select-customer": "",
399
- "set-as-default-billing-address": "Ustaw jako domyślny adres rozliczeniowy",
400
- "set-as-default-shipping-address": "Ustaw jako domyślny adres wysyłki",
401
- "street-line-1": "Ulica 1",
402
- "street-line-2": "Ulica 2",
403
- "title": "Tytuł",
404
- "update-customer-group": "",
405
- "verified": "Zweryfikowany",
406
- "view-group-members": ""
407
- },
408
- "dashboard": {
409
- "add-widget": "",
410
- "latest-orders": "",
411
- "metric-average-order-value": "",
412
- "metric-number-of-orders": "",
413
- "metric-order-total-value": "",
414
- "metrics": "",
415
- "orders-summary": "",
416
- "remove-widget": "",
417
- "thisMonth": "",
418
- "thisWeek": "",
419
- "today": "",
420
- "total-order-value": "",
421
- "total-orders": "",
422
- "widget-resize": "",
423
- "widget-width": "",
424
- "yesterday": ""
425
- },
426
- "datetime": {
427
- "ago-days": "{count, plural, one {1 dzień} other {{count} dni}} temu",
428
- "ago-hours": "{count, plural, one {1 godzinę} other {{count} godzin}} temu",
429
- "ago-minutes": "{count, plural, one {1 minutę} other {{count} minut}} temu",
430
- "ago-seconds": "{count, plural, =0 {przed chwilą} one {1 sekundę temu} other {{count} sekund temu}}",
431
- "ago-years": "",
432
- "duration-milliseconds": "{ms}ms",
433
- "duration-minutes:seconds": "{m}:{s}m",
434
- "duration-seconds": "{s}s",
435
- "month-apr": "Kwiecień",
436
- "month-aug": "Sierpień",
437
- "month-dec": "Grudzień",
438
- "month-feb": "Luty",
439
- "month-jan": "Styczeń",
440
- "month-jul": "Lipiec",
441
- "month-jun": "Czerwiec",
442
- "month-mar": "Marzec",
443
- "month-may": "Maj",
444
- "month-nov": "Listopad",
445
- "month-oct": "Październik",
446
- "month-sep": "Wrzesień",
447
- "time": "Czas",
448
- "weekday-fr": "Pt",
449
- "weekday-mo": "Pon",
450
- "weekday-sa": "So",
451
- "weekday-su": "Nd",
452
- "weekday-th": "Czw",
453
- "weekday-tu": "Wt",
454
- "weekday-we": "Śr"
455
- },
456
- "editor": {
457
- "image-alt": "Opis (alt)",
458
- "image-src": "Źródło",
459
- "image-title": "Tytuł",
460
- "insert-image": "Wstaw obraz",
461
- "link-href": "Link href",
462
- "link-target": "",
463
- "link-title": "Tytuł linku",
464
- "remove-link": "Usuń",
465
- "set-link": "Ustaw link"
466
- },
467
- "error": {
468
- "403-forbidden": "Brak autoryzacji dla \"{ path }\". Brak uprawnień lub wygasła sesja.",
469
- "could-not-connect-to-server": "Nie można połączyć z serverem Vendure na { url }",
470
- "facet-value-form-values-do-not-match": "Ilość wartości fasetów nie zgadza się z realną liczbą wartości.",
471
- "health-check-failed": "",
472
- "no-default-shipping-zone-set": "",
473
- "no-default-tax-zone-set": ""
474
- },
475
- "marketing": {
476
- "actions": "Akcje",
477
- "add-action": "Dodaj akcje",
478
- "add-condition": "Dodaj warunek",
479
- "conditions": "Warunki",
480
- "coupon-code": "Kod rabatowy",
481
- "create-new-promotion": "Utwórz nową promocje",
482
- "ends-at": "Kończy się",
483
- "per-customer-limit": "Limit klientów",
484
- "promotion": "",
485
- "search-by-name-or-coupon-code": "",
486
- "starts-at": "Zaczyna się"
487
- },
488
- "nav": {
489
- "administrators": "Administratorzy",
490
- "assets": "Assets",
491
- "catalog": "Katalog",
492
- "channels": "Kanały",
493
- "collections": "Kolekcje",
494
- "countries": "Kraje",
495
- "customer-groups": "",
496
- "customers": "Klienci",
497
- "facets": "Facets",
498
- "global-settings": "Ustawienia globalne",
499
- "inventory": "",
500
- "job-queue": "Kolejka zadań",
501
- "marketing": "Marketing",
502
- "orders": "Zamówienia",
503
- "payment-methods": "Metody płatności",
504
- "promotions": "Promocje",
505
- "roles": "Role",
506
- "sales": "Sprzedaż",
507
- "sellers": "",
508
- "settings": "Ustawienia",
509
- "shipping-methods": "Metody wysyłki",
510
- "system": "",
511
- "system-status": "",
512
- "tax-categories": "Kategorie podatkowe",
513
- "tax-rates": "Stawki podatkowe",
514
- "zones": ""
515
- },
516
- "order": {
517
- "add-item-to-order": "",
518
- "add-note": "Dodaj notatke",
519
- "add-payment": "",
520
- "add-payment-to-order": "",
521
- "add-payment-to-order-success": "",
522
- "add-surcharge": "",
523
- "added-items": "",
524
- "amount": "Ilość",
525
- "arrange-additional-payment": "",
526
- "billing-address": "",
527
- "cancel": "Anuluj",
528
- "cancel-entire-order": "",
529
- "cancel-fulfillment": "",
530
- "cancel-modification": "",
531
- "cancel-order": "Anuluj zamówienie",
532
- "cancel-payment": "",
533
- "cancel-reason-customer-request": "Prośba klienta",
534
- "cancel-reason-not-available": "Niedostępny",
535
- "cancel-selected-items": "Anuluj zaznaczone",
536
- "cancel-specified-items": "",
537
- "cancellation-reason": "Powód anulowania",
538
- "cancelled-order-success": "Pomyślnie anulowano zamówienie",
539
- "complete-draft-order": "",
540
- "confirm-modifications": "",
541
- "contents": "Zawartość",
542
- "create-fulfillment": "Utwórz wypełnienie",
543
- "create-fulfillment-success": "Utworzono wypełnienie pomyślnie",
544
- "customer": "Klient",
545
- "delete-draft-order": "",
546
- "draft-order": "",
547
- "edit-billing-address": "",
548
- "edit-shipping-address": "",
549
- "error-message": "",
550
- "existing-address": "",
551
- "existing-customer": "",
552
- "filter-is-active": "",
553
- "fulfill": "Zrealizuj",
554
- "fulfill-order": "Zrealizuj zamówienie",
555
- "fulfillment": "Realizacja",
556
- "fulfillment-method": "Metoda realizacji",
557
- "history-coupon-code-applied": "Użyto kodu rabatowego",
558
- "history-coupon-code-removed": "Usunięto kod rabatowy",
559
- "history-fulfillment-created": "",
560
- "history-fulfillment-delivered": "",
561
- "history-fulfillment-shipped": "",
562
- "history-fulfillment-transition": "",
563
- "history-items-cancelled": "{count} {count, plural, one {element} other {elementów}} anulowano",
564
- "history-order-cancelled": "Zamówienie anulowane",
565
- "history-order-created": "",
566
- "history-order-fulfilled": "Zamówienie zrealizowane",
567
- "history-order-modified": "",
568
- "history-order-transition": "Zamówienie wysłane z {from} do {to}",
569
- "history-payment-settled": "Opłacono",
570
- "history-payment-transition": "Płatność #{id} wysłana z {from} do {to}",
571
- "history-refund-transition": "Zwrot #{id} wysłany z {from} do {to}",
572
- "item-count": "{count} {count, plural, one {element} other {elementów}}",
573
- "line-fulfillment-all": "Wrzystkie zamówienia zrealizowane",
574
- "line-fulfillment-none": "Brak zrealizowany zamówień",
575
- "line-fulfillment-partial": "{ count } z { total } zrealizowanych",
576
- "manually-transition-to-state": "",
577
- "manually-transition-to-state-message": "",
578
- "modification-adding-items": "",
579
- "modification-adding-surcharges": "",
580
- "modification-adjusting-lines": "",
581
- "modification-not-settled": "",
582
- "modification-recalculate-shipping": "",
583
- "modification-settled": "",
584
- "modification-summary": "",
585
- "modification-updating-billing-address": "",
586
- "modification-updating-shipping-address": "",
587
- "modifications": "",
588
- "modify-order": "",
589
- "modify-order-price-difference": "",
590
- "net-price": "Cena netto",
591
- "note": "",
592
- "note-is-private": "Notatka jest prywatna",
593
- "note-only-visible-to-administrators": "Widoczne tylko dla administratora",
594
- "note-visible-to-customer": "Widoczne dla administratora i klienta",
595
- "order": "",
596
- "order-history": "Historia zamówienia",
597
- "order-is-empty": "",
598
- "order-state-diagram": "",
599
- "order-type": "",
600
- "order-type-aggregate": "",
601
- "order-type-regular": "",
602
- "order-type-seller": "",
603
- "orders": "",
604
- "payment": "Płatność",
605
- "payment-amount": "Wartość płatności",
606
- "payment-metadata": "Metadane płatności",
607
- "payment-method": "Metoda płatności",
608
- "payment-state": "Status",
609
- "payment-to-refund": "Płatność do zwrotu",
610
- "payments": "",
611
- "placed-at": "",
612
- "preview-changes": "",
613
- "product-name": "Nazwa produktu",
614
- "product-sku": "SKU",
615
- "promotions-applied": "Zastosowane promocje",
616
- "prorated-unit-price": "",
617
- "quantity": "Ilość",
618
- "refund": "Zwrot",
619
- "refund-adjustment": "Regulacja",
620
- "refund-and-cancel-order": "Zwróć i anuluj zamówienie",
621
- "refund-cancellation-reason": "Powód zwrotu/anulowania",
622
- "refund-cancellation-reason-required": "Powód zwrotu/anulowania jest wymagany",
623
- "refund-metadata": "Metadane zwrotu",
624
- "refund-order-failed": "",
625
- "refund-order-success": "Zamówienie zwrócone pomyślnie",
626
- "refund-reason": "Powód zwrotu",
627
- "refund-reason-customer-request": "Prośba klienta",
628
- "refund-reason-not-available": "Niedostępny",
629
- "refund-shipping": "Wysyłka zwrotu",
630
- "refund-total": "Wartość zwrotu",
631
- "refund-total-error": "Wartość zwrotu musi być pomiędzy {min} i {max}",
632
- "refund-total-warning": "",
633
- "refund-with-amount": "Zwróć {amount}",
634
- "refunded-count": "{count} {count, plural, one {zamówienie} other {zamówień}} zwrócono",
635
- "removed-items": "",
636
- "search-by-order-filters": "Szukaj po numerze zamówienia / Nazwisko / Numer transakcji",
637
- "select-address": "",
638
- "select-shipping-method": "",
639
- "select-state": "",
640
- "seller-orders": "",
641
- "set-billing-address": "",
642
- "set-coupon-codes": "",
643
- "set-customer-for-order": "",
644
- "set-fulfillment-state": "",
645
- "set-shipping-address": "",
646
- "set-shipping-method": "",
647
- "settle-payment": "Rozlicz płatność",
648
- "settle-payment-error": "Nie można rozliczyć płatności",
649
- "settle-payment-success": "Płatność rozliczona pomyślnie",
650
- "settle-refund": "Rozlicz zwrot",
651
- "settle-refund-manual-instructions": "Po zwrocie wykonanym ręcznie przez ({method}), podaj ID transakcji.",
652
- "settle-refund-success": "Pomyślnie rozliczono zwrot",
653
- "shipping": "Wysyłka",
654
- "shipping-address": "Adres wysyłki",
655
- "shipping-cancelled": "",
656
- "shipping-method": "Metoda wysyłki",
657
- "state": "Status",
658
- "sub-total": "Sub total",
659
- "successfully-updated-fulfillment": "",
660
- "surcharges": "",
661
- "tax-base": "",
662
- "tax-description": "",
663
- "tax-rate": "",
664
- "tax-summary": "",
665
- "tax-total": "",
666
- "total": "Total",
667
- "tracking-code": "Numer przesyłki",
668
- "transaction-id": "Numer transakcji",
669
- "transition-to-state": "",
670
- "transitioned-payment-to-state-success": "",
671
- "transitioned-to-state-success": "",
672
- "unable-to-transition-to-state-try-another": "",
673
- "unfulfilled": "Unfulfilled",
674
- "unit-price": "Cena jednostkowa"
675
- },
676
- "settings": {
677
- "add-countries-to-zone": "Dodaj kraje do strefy...",
678
- "add-countries-to-zone-success": "Dodano { countryCount } {countryCount, plural, one {kraj} other {kraje}} do strefy \"{ zoneName }\"",
679
- "add-products-to-test-order": "Dodaj produkty do testowanego zamówienia",
680
- "administrator": "",
681
- "channel": "Kanał",
682
- "channel-token": "Token kanału",
683
- "country": "",
684
- "create-new-channel": "Utwórz nowy kanał",
685
- "create-new-country": "Utwórz nowy kraj",
686
- "create-new-payment-method": "",
687
- "create-new-role": "Utwórz nową role",
688
- "create-new-seller": "",
689
- "create-new-shipping-method": "Utwórz nową metode wysyłki",
690
- "create-new-tax-category": "Utwórz nową kategorię podatkową",
691
- "create-new-tax-rate": "Utwórz nową stawkę podatkową",
692
- "create-new-zone": "",
693
- "default-currency": "",
694
- "default-role-label": "To jest domyślna rola i nie może być zmieniana",
695
- "default-shipping-zone": "Domyślna strefa zakupowa",
696
- "default-tax-zone": "Domyślna strefa podatkowa",
697
- "defaults": "",
698
- "eligible": "Wybieralny",
699
- "email-address": "Email",
700
- "email-address-or-identifier": "",
701
- "first-name": "Imię",
702
- "fulfillment-handler": "",
703
- "global-available-languages-tooltip": "",
704
- "global-out-of-stock-threshold": "",
705
- "global-out-of-stock-threshold-tooltip": "",
706
- "last-name": "Nazwisko",
707
- "no-eligible-shipping-methods": "Brak pasujących metod wysyłki",
708
- "password": "Hasło",
709
- "payment-eligibility-checker": "",
710
- "payment-handler": "",
711
- "payment-method": "",
712
- "permissions": "Uprawnienia",
713
- "prices-include-tax": "Ceny zawierają podatek dla domyślnej strefy",
714
- "profile": "",
715
- "rate": "Stawka",
716
- "remove-countries-from-zone-success": "Usunięto { countryCount } {countryCount, plural, one {kraj} other {kraje}} ze strefy \"{ zoneName }\"",
717
- "remove-from-zone": "",
718
- "role": "",
719
- "roles": "Role",
720
- "search-by-product-name-or-sku": "Szukaj produktu po nazwie lub SKU",
721
- "seller": "",
722
- "shipping-calculator": "Kalkulator wysyłki",
723
- "shipping-eligibility-checker": "Sprawdź możliwość wysyłki",
724
- "shipping-method": "Metoda wysyłki",
725
- "tax-category": "Kategoria podatkowa",
726
- "tax-rate": "Stawka podatkowa",
727
- "test-address": "Adres testowy",
728
- "test-result": "Wynik testowy",
729
- "test-shipping-method": "Testowa metoda wysyłki",
730
- "test-shipping-methods": "Testowe metody wysyłki",
731
- "track-inventory-default": "Śledź domyślnie magazyn",
732
- "view-zone-members": "",
733
- "zone": "Strefa"
734
- },
735
- "state": {
736
- "adding-items": "Dodawanie",
737
- "arranging-additional-payment": "",
738
- "arranging-payment": "Oczekiwanie na płatność",
739
- "authorized": "",
740
- "cancelled": "Anulowano",
741
- "created": "",
742
- "declined": "",
743
- "delivered": "Zrealizowano",
744
- "draft": "",
745
- "error": "",
746
- "failed": "",
747
- "modifying": "",
748
- "partially-delivered": "Częściowo zrealizowano",
749
- "partially-shipped": "",
750
- "payment-authorized": "Płatność zaakceptowana",
751
- "payment-settled": "Płatność rozliczona",
752
- "pending": "",
753
- "settled": "",
754
- "shipped": ""
755
- },
756
- "system": {
757
- "all-job-queues": "Kolejka wszystkich zadań",
758
- "health-all-systems-up": "",
759
- "health-error": "",
760
- "health-last-checked": "",
761
- "health-message": "",
762
- "health-refresh": "",
763
- "health-status": "",
764
- "health-status-down": "",
765
- "health-status-up": "",
766
- "hide-settled-jobs": "Ukryj rozliczone zlecenia",
767
- "job-data": "Dane zlecenia",
768
- "job-duration": "Czas trwania",
769
- "job-error": "Błąd zlecenia",
770
- "job-queue-name": "Nazwa kolejki",
771
- "job-result": "Rezultat zlecenia",
772
- "job-state": "Status zlecenia"
773
- }
1
+ {
2
+ "admin": {
3
+ "create-new-administrator": "Utwórz konto administratora"
4
+ },
5
+ "asset": {
6
+ "add-asset": "Dodaj zasób",
7
+ "add-asset-with-count": "Dodaj {count, plural, =0 {assets} one {1 zasób} other {{count} zasobów}}",
8
+ "assets-selected-count": "Zaznaczono { count } zasobów",
9
+ "dimensions": "Wymiary",
10
+ "focal-point": "Punkt centralny",
11
+ "notify-create-assets-success": "Utworzno {count, plural, one {nowy zasób} other {{count} nowych zasobów}}",
12
+ "original-asset-size": "Rozmiar bazowy",
13
+ "preview": "Podgląd",
14
+ "remove-asset": "Usuń zasób",
15
+ "select-asset": "",
16
+ "select-assets": "Wybierz zasób",
17
+ "set-as-featured-asset": "Ustaw jako polecany",
18
+ "set-focal-point": "Ustaw punk centralny",
19
+ "source-file": "Plik źródłowy",
20
+ "unset-focal-point": "Usuń punkt centralny",
21
+ "update-focal-point": "Zaktualizuj punkt centralny",
22
+ "update-focal-point-error": "Błąd podczas aktualizacji punktu centralnego",
23
+ "update-focal-point-success": "Punkt centralny zaktualizowany",
24
+ "upload-assets": "Upload",
25
+ "uploading": ""
26
+ },
27
+ "breadcrumb": {
28
+ "administrators": "Administratorzy",
29
+ "assets": "Zasoby",
30
+ "channels": "Kanały",
31
+ "collections": "Kolekcje",
32
+ "countries": "Kraje",
33
+ "customer-groups": "",
34
+ "customers": "Klienci",
35
+ "dashboard": "Dashboard",
36
+ "facets": "Fasety",
37
+ "global-settings": "Ustawienia globalne",
38
+ "inventory": "",
39
+ "job-queue": "Kolejka zadań",
40
+ "manage-variants": "Zarządzaj wariantami",
41
+ "modifying": "",
42
+ "orders": "Zamówienia",
43
+ "payment-methods": "Metody płatności",
44
+ "product-options": "",
45
+ "profile": "",
46
+ "promotions": "Promocje",
47
+ "roles": "Role",
48
+ "seller-orders": "",
49
+ "sellers": "",
50
+ "shipping-methods": "Metody wysyłki",
51
+ "stock-locations": "",
52
+ "system-status": "",
53
+ "tax-categories": "Kategorie podatkowe",
54
+ "tax-rates": "Stawki podatkowe",
55
+ "zones": ""
56
+ },
57
+ "catalog": {
58
+ "add-facet-value": "Dodaj nazwe faseta",
59
+ "add-facets": "Dodaj faset",
60
+ "add-option": "Dodaj opcje",
61
+ "add-price-in-another-currency": "",
62
+ "add-stock-location": "",
63
+ "add-stock-to-location": "",
64
+ "asset": "",
65
+ "asset-preview-links": "",
66
+ "assets": "",
67
+ "assign-product-to-channel-success": "Pomyślnie przypisano produkt do \"{ channel }\"",
68
+ "assign-products-to-channel": "Przypisz produkt do kanału",
69
+ "assign-to-channel": "Przypisz do kanału",
70
+ "assign-to-named-channel": "Przypisz do { channelCode }",
71
+ "assign-variant-to-channel-success": "",
72
+ "assign-variants-to-channel": "",
73
+ "auto-update-option-variant-name": "",
74
+ "auto-update-product-variant-name": "",
75
+ "cannot-create-variants-without-options": "",
76
+ "channel-price-preview": "Podgląd cen kanału",
77
+ "collection": "",
78
+ "collection-contents": "Zawartość kolekcji",
79
+ "collections": "",
80
+ "confirm-bulk-delete-products": "",
81
+ "confirm-cancel": "",
82
+ "confirm-delete-assets": "",
83
+ "confirm-delete-facet-value": "Usunąć wartość faseta?",
84
+ "confirm-delete-product": "Usunąć produkt?",
85
+ "confirm-delete-product-option": "",
86
+ "confirm-delete-product-option-group": "",
87
+ "confirm-delete-product-option-group-body": "",
88
+ "confirm-delete-product-variant": "Usunąć wariant produktu?",
89
+ "confirm-deletion-of-unused-variants-body": "",
90
+ "confirm-deletion-of-unused-variants-title": "",
91
+ "create-draft-order": "",
92
+ "create-new-collection": "Utwórz nową kolekcje",
93
+ "create-new-facet": "Utwórz faset",
94
+ "create-new-product": "Nowy produkt",
95
+ "create-new-stock-location": "",
96
+ "create-product-option-group": "",
97
+ "create-product-variant": "",
98
+ "default-currency": "",
99
+ "do-not-inherit-filters": "",
100
+ "drop-files-to-upload": "Upuść pliki do uploadu",
101
+ "edit-facet-values": "",
102
+ "edit-options": "",
103
+ "facet": "",
104
+ "facet-value-not-available": "",
105
+ "facet-values": "Wartości faseta",
106
+ "facets": "",
107
+ "filter-by-name": "Filtruj po nazwie",
108
+ "filter-by-sku": "Filtruj według SKU",
109
+ "filter-inheritance": "",
110
+ "filters": "Filtry",
111
+ "inherit-filters-from-parent": "",
112
+ "live-preview-contents": "",
113
+ "manage-variants": "Zarządzaj wariantami",
114
+ "move-collection-to": "",
115
+ "move-collections": "",
116
+ "move-collections-success": "",
117
+ "move-down": "Przesuń w dół",
118
+ "move-to": "Przesuń do",
119
+ "move-up": "Przesuń w górę",
120
+ "name": "",
121
+ "no-channel-selected": "Brak zaznaczonego kanału",
122
+ "no-featured-asset": "Brak polecanego zasobu",
123
+ "no-selection": "Brak zaznaczenia",
124
+ "no-stock-locations-available-on-current-channel": "",
125
+ "notify-bulk-delete-products-success": "",
126
+ "notify-remove-facets-from-channel-success": "",
127
+ "notify-remove-product-from-channel-error": "Błąd usuwania produktu z kanału",
128
+ "notify-remove-product-from-channel-success": "Produkt pomyślnie usunięty z kanału",
129
+ "notify-remove-variant-from-channel-error": "",
130
+ "notify-remove-variant-from-channel-success": "",
131
+ "number-of-variants": "",
132
+ "option": "Opcje",
133
+ "option-name": "Nazwa opcji",
134
+ "option-values": "Wartość opcji",
135
+ "out-of-stock-threshold": "",
136
+ "out-of-stock-threshold-tooltip": "",
137
+ "page-description-options-editor": "",
138
+ "price": "Cena",
139
+ "price-and-tax": "",
140
+ "price-conversion-factor": "Przelicznik cen",
141
+ "price-in-channel": "Cena w { channel }",
142
+ "price-includes-tax-at": "Zawiera podatek { rate }%",
143
+ "price-with-tax-in-default-zone": "Zawiera { rate }% podatku: { price }",
144
+ "private": "Prywatne",
145
+ "product": "",
146
+ "product-name": "Nazwa produktu",
147
+ "product-options": "",
148
+ "product-variant-exists": "",
149
+ "product-variants": "Warianty produktu",
150
+ "products": "",
151
+ "public": "",
152
+ "quick-jump-placeholder": "",
153
+ "rebuild-search-index": "Przebuduj indeks wyszukiwania",
154
+ "reindex-error": "Wystąpił błąd podczas przebudowania indeksów",
155
+ "reindex-successful": "Zaindeksowano {count, plural, one {wariant produktu} other {{count} wariantów produktu}} w {time}ms",
156
+ "reindexing": "Przebudowuje indeksy wyszukiwania",
157
+ "remove-from-channel": "Usuń z kanału",
158
+ "remove-option": "Usuń opcje",
159
+ "remove-product-from-channel": "Usuń produkt z kanału",
160
+ "remove-product-variant-from-channel": "",
161
+ "reorder-collection": "",
162
+ "root-collection": "",
163
+ "run-pending-search-index-updates": "",
164
+ "running-search-index-updates": "",
165
+ "search-asset-name-or-tag": "",
166
+ "search-for-term": "Szukaj frazy",
167
+ "search-product-name-or-code": "Szukaj produktu po nazwie lub kodzie",
168
+ "select-product": "",
169
+ "select-product-variant": "",
170
+ "sku": "SKU",
171
+ "slug": "Slug",
172
+ "slug-pattern-error": "",
173
+ "stock-allocated": "",
174
+ "stock-levels": "",
175
+ "stock-location": "",
176
+ "stock-locations": "",
177
+ "stock-on-hand": "Stan magazynowy",
178
+ "tax-category": "Kategoria podatkowa",
179
+ "taxes": "Podatki",
180
+ "track-inventory": "Śledź magazyn",
181
+ "track-inventory-false": "",
182
+ "track-inventory-inherit": "",
183
+ "track-inventory-tooltip": "",
184
+ "track-inventory-true": "",
185
+ "update-product-option": "Zaktualizuj opcje produktu",
186
+ "use-global-value": "",
187
+ "values": "Wartości",
188
+ "variant": "Warianty",
189
+ "variant-count": "",
190
+ "view-contents": "Zobacz zawartość",
191
+ "visibility": "Widoczność"
192
+ },
193
+ "common": {
194
+ "ID": "ID",
195
+ "actions": "Akcje",
196
+ "add-filter": "",
197
+ "add-item-to-list": "",
198
+ "add-note": "",
199
+ "apply": "",
200
+ "assign-to-channel": "",
201
+ "available-currencies": "",
202
+ "available-languages": "Dostępne języki",
203
+ "boolean-and": "",
204
+ "boolean-false": "",
205
+ "boolean-or": "",
206
+ "boolean-true": "",
207
+ "breadcrumb": "",
208
+ "browser-default": "",
209
+ "cancel": "Anuluj",
210
+ "cancel-navigation": "Anuluj nawigacje",
211
+ "change-selection": "",
212
+ "channel": "Kanał",
213
+ "channels": "Kanały",
214
+ "clear-selection": "",
215
+ "code": "Kod",
216
+ "collapse-entries": "",
217
+ "confirm": "",
218
+ "confirm-bulk-assign-to-channel": "",
219
+ "confirm-bulk-delete": "",
220
+ "confirm-bulk-remove-from-channel": "",
221
+ "confirm-delete-note": "",
222
+ "confirm-navigation": "Potwierdź nawigacje",
223
+ "contents": "",
224
+ "create": "Utwórz",
225
+ "created-at": "Utworzone dnia",
226
+ "custom-fields": "Dodatkowe pola",
227
+ "default-channel": "Domyślny kanał",
228
+ "default-language": "Domyślny jezyk",
229
+ "default-tax-category": "",
230
+ "delete": "Usuń",
231
+ "description": "Opis",
232
+ "details": "",
233
+ "disabled": "Wyłączony",
234
+ "discard-changes": "Odrzuć zmiany",
235
+ "edit": "Edytuj",
236
+ "edit-field": "Edytuj pole",
237
+ "edit-note": "",
238
+ "enabled": "Aktywny",
239
+ "end-date": "",
240
+ "expand-entries": "",
241
+ "extension-running-in-separate-window": "Rozszerzenie jest włączone w innym oknie",
242
+ "filter": "",
243
+ "force-delete": "",
244
+ "force-remove": "",
245
+ "general": "",
246
+ "guest": "Gość",
247
+ "id": "",
248
+ "image": "",
249
+ "items-per-page-option": "{ count } na stronę",
250
+ "items-selected-count": "",
251
+ "keep-editing": "",
252
+ "language": "Język",
253
+ "launch-extension": "Uruchom rozszerzenie",
254
+ "list-items-and-n-more": "",
255
+ "live-update": "Aktualizacja live",
256
+ "locale": "",
257
+ "log-out": "Wyloguj",
258
+ "login": "Zaloguj",
259
+ "login-image-title": "",
260
+ "login-title": "",
261
+ "manage-tags": "",
262
+ "manage-tags-description": "",
263
+ "medium-date": "",
264
+ "more": "Więcej...",
265
+ "name": "Nazwa",
266
+ "no-alerts": "",
267
+ "no-bulk-actions-available": "",
268
+ "no-results": "Brak wyników",
269
+ "not-applicable": "",
270
+ "not-set": "Nie ustawione",
271
+ "notify-assign-to-channel-success-with-count": "",
272
+ "notify-bulk-update-success": "",
273
+ "notify-create-error": "Wystąpił błąd, nie można utworzyć { entity }",
274
+ "notify-create-success": "Utworzono { entity }",
275
+ "notify-delete-error": "Wystąpił błąd, nie można usunąć { entity }",
276
+ "notify-delete-error-with-count": "",
277
+ "notify-delete-success": "Usunięto { entity }",
278
+ "notify-delete-success-with-count": "",
279
+ "notify-remove-from-channel-success-with-count": "",
280
+ "notify-save-changes-error": "Wystąpił błąd, nie można zapisać zmian",
281
+ "notify-saved-changes": "Zapisano zmiany",
282
+ "notify-update-error": "Wystąpił błąd, nie można zaktualizować { entity }",
283
+ "notify-update-success": "Zaktualizowano { entity }",
284
+ "notify-updated-tags-success": "",
285
+ "okay": "",
286
+ "operator-contains": "",
287
+ "operator-eq": "",
288
+ "operator-gt": "",
289
+ "operator-lt": "",
290
+ "operator-not-contains": "",
291
+ "operator-not-eq": "",
292
+ "operator-notContains": "",
293
+ "operator-regex": "",
294
+ "password": "Hasło",
295
+ "position": "",
296
+ "price": "Cena",
297
+ "price-with-tax": "Cena z podatkiem",
298
+ "private": "Prywatne",
299
+ "public": "Publiczne",
300
+ "remember-me": "Zapamiętaj mnie",
301
+ "remove": "Usuń",
302
+ "remove-from-channel": "",
303
+ "remove-item-from-list": "",
304
+ "reset-columns": "",
305
+ "results-count": "{ count } {count, plural, one {wynik} other {wyników}}",
306
+ "sample-formatting": "",
307
+ "search-and-filter-list": "",
308
+ "search-by-name": "",
309
+ "select": "Wybrano...",
310
+ "select-display-language": "Wybierz język",
311
+ "select-items-with-count": "",
312
+ "select-products": "",
313
+ "select-relation-id": "",
314
+ "select-table-columns": "",
315
+ "select-today": "Wybierz dzisiaj",
316
+ "select-variants": "",
317
+ "seller": "",
318
+ "set-language": "",
319
+ "short-date": "",
320
+ "slug": "",
321
+ "start-date": "",
322
+ "status": "",
323
+ "tags": "",
324
+ "theme": "",
325
+ "there-are-unsaved-changes": "Są nie zapisane zmiany. Nawigacja do innej lokalizacji spowoduje utrate zmian.",
326
+ "toggle-all": "",
327
+ "total-items": "{currentStart} - {currentEnd} z {totalItems}",
328
+ "update": "Aktualizuj",
329
+ "updated-at": "Zaaktualizowano dnia",
330
+ "username": "Nazwa użytkownika",
331
+ "value": "",
332
+ "view-contents": "",
333
+ "view-next-month": "Wyświetl następny miesiąc",
334
+ "view-previous-month": "Wyświetl poprzedni miesiąc",
335
+ "visibility": "",
336
+ "with-selected": ""
337
+ },
338
+ "customer": {
339
+ "add-customer-to-group": "",
340
+ "add-customer-to-groups-with-count": "",
341
+ "add-customers-to-group": "",
342
+ "add-customers-to-group-success": "",
343
+ "add-customers-to-group-with-count": "",
344
+ "add-customers-to-group-with-name": "",
345
+ "addresses": "Adres",
346
+ "city": "Miasto",
347
+ "company": "",
348
+ "confirm-remove-customer-from-group": "",
349
+ "country": "Kraj",
350
+ "create-customer-group": "",
351
+ "create-new-address": "Utwórz nowy adres",
352
+ "create-new-customer": "Utwórz nowego klient",
353
+ "create-new-customer-group": "",
354
+ "customer": "",
355
+ "customer-group": "",
356
+ "customer-groups": "",
357
+ "customer-history": "",
358
+ "customers": "",
359
+ "default-billing-address": "Domyślny adres rozliczeniowy",
360
+ "default-shipping-address": "Domyślny adres wysyłki",
361
+ "email-address": "Email",
362
+ "email-verification-sent": "Email weryfikacyjny został wysłany na { emailAddress }",
363
+ "first-name": "Imię",
364
+ "full-name": "Pełna nazwa",
365
+ "guest": "Gość",
366
+ "history-customer-added-to-group": "",
367
+ "history-customer-address-created": "",
368
+ "history-customer-address-deleted": "",
369
+ "history-customer-address-updated": "",
370
+ "history-customer-detail-updated": "",
371
+ "history-customer-email-update-requested": "",
372
+ "history-customer-email-update-verified": "",
373
+ "history-customer-password-reset-requested": "",
374
+ "history-customer-password-reset-verified": "",
375
+ "history-customer-password-updated": "",
376
+ "history-customer-registered": "",
377
+ "history-customer-removed-from-group": "",
378
+ "history-customer-verified": "",
379
+ "history-using-external-auth-strategy": "",
380
+ "history-using-native-auth-strategy": "",
381
+ "last-login": "",
382
+ "last-name": "Nazwisko",
383
+ "name": "Nazwa",
384
+ "new-email-address": "",
385
+ "no-orders-placed": "Brak złożonych zamówień",
386
+ "not-a-member-of-any-groups": "",
387
+ "old-email-address": "",
388
+ "orders": "Zamówienia",
389
+ "password": "Hasło",
390
+ "phone-number": "Telefon",
391
+ "postal-code": "Kod pocztowy",
392
+ "province": "Województwo",
393
+ "registered": "Zarejestrowany",
394
+ "remove-customers-from-group-success": "",
395
+ "remove-from-group": "",
396
+ "search-customers-by-email": "Szukaj przez email",
397
+ "search-customers-by-email-last-name-postal-code": "",
398
+ "select-customer": "",
399
+ "set-as-default-billing-address": "Ustaw jako domyślny adres rozliczeniowy",
400
+ "set-as-default-shipping-address": "Ustaw jako domyślny adres wysyłki",
401
+ "street-line-1": "Ulica 1",
402
+ "street-line-2": "Ulica 2",
403
+ "title": "Tytuł",
404
+ "update-customer-group": "",
405
+ "verified": "Zweryfikowany",
406
+ "view-group-members": ""
407
+ },
408
+ "dashboard": {
409
+ "add-widget": "",
410
+ "latest-orders": "",
411
+ "metric-average-order-value": "",
412
+ "metric-number-of-orders": "",
413
+ "metric-order-total-value": "",
414
+ "metrics": "",
415
+ "orders-summary": "",
416
+ "remove-widget": "",
417
+ "thisMonth": "",
418
+ "thisWeek": "",
419
+ "today": "",
420
+ "total-order-value": "",
421
+ "total-orders": "",
422
+ "widget-resize": "",
423
+ "widget-width": "",
424
+ "yesterday": ""
425
+ },
426
+ "datetime": {
427
+ "ago-days": "{count, plural, one {1 dzień} other {{count} dni}} temu",
428
+ "ago-hours": "{count, plural, one {1 godzinę} other {{count} godzin}} temu",
429
+ "ago-minutes": "{count, plural, one {1 minutę} other {{count} minut}} temu",
430
+ "ago-seconds": "{count, plural, =0 {przed chwilą} one {1 sekundę temu} other {{count} sekund temu}}",
431
+ "ago-years": "",
432
+ "duration-milliseconds": "{ms}ms",
433
+ "duration-minutes:seconds": "{m}:{s}m",
434
+ "duration-seconds": "{s}s",
435
+ "month-apr": "Kwiecień",
436
+ "month-aug": "Sierpień",
437
+ "month-dec": "Grudzień",
438
+ "month-feb": "Luty",
439
+ "month-jan": "Styczeń",
440
+ "month-jul": "Lipiec",
441
+ "month-jun": "Czerwiec",
442
+ "month-mar": "Marzec",
443
+ "month-may": "Maj",
444
+ "month-nov": "Listopad",
445
+ "month-oct": "Październik",
446
+ "month-sep": "Wrzesień",
447
+ "time": "Czas",
448
+ "weekday-fr": "Pt",
449
+ "weekday-mo": "Pon",
450
+ "weekday-sa": "So",
451
+ "weekday-su": "Nd",
452
+ "weekday-th": "Czw",
453
+ "weekday-tu": "Wt",
454
+ "weekday-we": "Śr"
455
+ },
456
+ "editor": {
457
+ "image-alt": "Opis (alt)",
458
+ "image-src": "Źródło",
459
+ "image-title": "Tytuł",
460
+ "insert-image": "Wstaw obraz",
461
+ "link-href": "Link href",
462
+ "link-target": "",
463
+ "link-title": "Tytuł linku",
464
+ "remove-link": "Usuń",
465
+ "set-link": "Ustaw link"
466
+ },
467
+ "error": {
468
+ "403-forbidden": "Brak autoryzacji dla \"{ path }\". Brak uprawnień lub wygasła sesja.",
469
+ "could-not-connect-to-server": "Nie można połączyć z serverem Vendure na { url }",
470
+ "facet-value-form-values-do-not-match": "Ilość wartości fasetów nie zgadza się z realną liczbą wartości.",
471
+ "health-check-failed": "",
472
+ "no-default-shipping-zone-set": "",
473
+ "no-default-tax-zone-set": ""
474
+ },
475
+ "marketing": {
476
+ "actions": "Akcje",
477
+ "add-action": "Dodaj akcje",
478
+ "add-condition": "Dodaj warunek",
479
+ "conditions": "Warunki",
480
+ "coupon-code": "Kod rabatowy",
481
+ "create-new-promotion": "Utwórz nową promocje",
482
+ "ends-at": "Kończy się",
483
+ "per-customer-limit": "Limit klientów",
484
+ "promotion": "",
485
+ "search-by-name-or-coupon-code": "",
486
+ "starts-at": "Zaczyna się"
487
+ },
488
+ "nav": {
489
+ "administrators": "Administratorzy",
490
+ "assets": "Assets",
491
+ "catalog": "Katalog",
492
+ "channels": "Kanały",
493
+ "collections": "Kolekcje",
494
+ "countries": "Kraje",
495
+ "customer-groups": "",
496
+ "customers": "Klienci",
497
+ "facets": "Facets",
498
+ "global-settings": "Ustawienia globalne",
499
+ "inventory": "",
500
+ "job-queue": "Kolejka zadań",
501
+ "marketing": "Marketing",
502
+ "orders": "Zamówienia",
503
+ "payment-methods": "Metody płatności",
504
+ "promotions": "Promocje",
505
+ "roles": "Role",
506
+ "sales": "Sprzedaż",
507
+ "sellers": "",
508
+ "settings": "Ustawienia",
509
+ "shipping-methods": "Metody wysyłki",
510
+ "system": "",
511
+ "system-status": "",
512
+ "tax-categories": "Kategorie podatkowe",
513
+ "tax-rates": "Stawki podatkowe",
514
+ "zones": ""
515
+ },
516
+ "order": {
517
+ "add-item-to-order": "",
518
+ "add-note": "Dodaj notatke",
519
+ "add-payment": "",
520
+ "add-payment-to-order": "",
521
+ "add-payment-to-order-success": "",
522
+ "add-surcharge": "",
523
+ "added-items": "",
524
+ "amount": "Ilość",
525
+ "arrange-additional-payment": "",
526
+ "billing-address": "",
527
+ "cancel": "Anuluj",
528
+ "cancel-entire-order": "",
529
+ "cancel-fulfillment": "",
530
+ "cancel-modification": "",
531
+ "cancel-order": "Anuluj zamówienie",
532
+ "cancel-payment": "",
533
+ "cancel-reason-customer-request": "Prośba klienta",
534
+ "cancel-reason-not-available": "Niedostępny",
535
+ "cancel-selected-items": "Anuluj zaznaczone",
536
+ "cancel-specified-items": "",
537
+ "cancellation-reason": "Powód anulowania",
538
+ "cancelled-order-success": "Pomyślnie anulowano zamówienie",
539
+ "complete-draft-order": "",
540
+ "confirm-modifications": "",
541
+ "contents": "Zawartość",
542
+ "create-fulfillment": "Utwórz wypełnienie",
543
+ "create-fulfillment-success": "Utworzono wypełnienie pomyślnie",
544
+ "customer": "Klient",
545
+ "delete-draft-order": "",
546
+ "draft-order": "",
547
+ "edit-billing-address": "",
548
+ "edit-shipping-address": "",
549
+ "error-message": "",
550
+ "existing-address": "",
551
+ "existing-customer": "",
552
+ "filter-is-active": "",
553
+ "fulfill": "Zrealizuj",
554
+ "fulfill-order": "Zrealizuj zamówienie",
555
+ "fulfillment": "Realizacja",
556
+ "fulfillment-method": "Metoda realizacji",
557
+ "history-coupon-code-applied": "Użyto kodu rabatowego",
558
+ "history-coupon-code-removed": "Usunięto kod rabatowy",
559
+ "history-fulfillment-created": "",
560
+ "history-fulfillment-delivered": "",
561
+ "history-fulfillment-shipped": "",
562
+ "history-fulfillment-transition": "",
563
+ "history-items-cancelled": "{count} {count, plural, one {element} other {elementów}} anulowano",
564
+ "history-order-cancelled": "Zamówienie anulowane",
565
+ "history-order-created": "",
566
+ "history-order-fulfilled": "Zamówienie zrealizowane",
567
+ "history-order-modified": "",
568
+ "history-order-transition": "Zamówienie wysłane z {from} do {to}",
569
+ "history-payment-settled": "Opłacono",
570
+ "history-payment-transition": "Płatność #{id} wysłana z {from} do {to}",
571
+ "history-refund-transition": "Zwrot #{id} wysłany z {from} do {to}",
572
+ "item-count": "{count} {count, plural, one {element} other {elementów}}",
573
+ "line-fulfillment-all": "Wrzystkie zamówienia zrealizowane",
574
+ "line-fulfillment-none": "Brak zrealizowany zamówień",
575
+ "line-fulfillment-partial": "{ count } z { total } zrealizowanych",
576
+ "manually-transition-to-state": "",
577
+ "manually-transition-to-state-message": "",
578
+ "modification-adding-items": "",
579
+ "modification-adding-surcharges": "",
580
+ "modification-adjusting-lines": "",
581
+ "modification-not-settled": "",
582
+ "modification-recalculate-shipping": "",
583
+ "modification-settled": "",
584
+ "modification-summary": "",
585
+ "modification-updating-billing-address": "",
586
+ "modification-updating-shipping-address": "",
587
+ "modifications": "",
588
+ "modify-order": "",
589
+ "modify-order-price-difference": "",
590
+ "net-price": "Cena netto",
591
+ "note": "",
592
+ "note-is-private": "Notatka jest prywatna",
593
+ "note-only-visible-to-administrators": "Widoczne tylko dla administratora",
594
+ "note-visible-to-customer": "Widoczne dla administratora i klienta",
595
+ "order": "",
596
+ "order-history": "Historia zamówienia",
597
+ "order-is-empty": "",
598
+ "order-state-diagram": "",
599
+ "order-type": "",
600
+ "order-type-aggregate": "",
601
+ "order-type-regular": "",
602
+ "order-type-seller": "",
603
+ "orders": "",
604
+ "payment": "Płatność",
605
+ "payment-amount": "Wartość płatności",
606
+ "payment-metadata": "Metadane płatności",
607
+ "payment-method": "Metoda płatności",
608
+ "payment-state": "Status",
609
+ "payment-to-refund": "Płatność do zwrotu",
610
+ "payments": "",
611
+ "placed-at": "",
612
+ "preview-changes": "",
613
+ "product-name": "Nazwa produktu",
614
+ "product-sku": "SKU",
615
+ "promotions-applied": "Zastosowane promocje",
616
+ "prorated-unit-price": "",
617
+ "quantity": "Ilość",
618
+ "refund": "Zwrot",
619
+ "refund-adjustment": "Regulacja",
620
+ "refund-and-cancel-order": "Zwróć i anuluj zamówienie",
621
+ "refund-cancellation-reason": "Powód zwrotu/anulowania",
622
+ "refund-cancellation-reason-required": "Powód zwrotu/anulowania jest wymagany",
623
+ "refund-metadata": "Metadane zwrotu",
624
+ "refund-order-failed": "",
625
+ "refund-order-success": "Zamówienie zwrócone pomyślnie",
626
+ "refund-reason": "Powód zwrotu",
627
+ "refund-reason-customer-request": "Prośba klienta",
628
+ "refund-reason-not-available": "Niedostępny",
629
+ "refund-shipping": "Wysyłka zwrotu",
630
+ "refund-total": "Wartość zwrotu",
631
+ "refund-total-error": "Wartość zwrotu musi być pomiędzy {min} i {max}",
632
+ "refund-total-warning": "",
633
+ "refund-with-amount": "Zwróć {amount}",
634
+ "refunded-count": "{count} {count, plural, one {zamówienie} other {zamówień}} zwrócono",
635
+ "removed-items": "",
636
+ "search-by-order-filters": "Szukaj po numerze zamówienia / Nazwisko / Numer transakcji",
637
+ "select-address": "",
638
+ "select-shipping-method": "",
639
+ "select-state": "",
640
+ "seller-orders": "",
641
+ "set-billing-address": "",
642
+ "set-coupon-codes": "",
643
+ "set-customer-for-order": "",
644
+ "set-fulfillment-state": "",
645
+ "set-shipping-address": "",
646
+ "set-shipping-method": "",
647
+ "settle-payment": "Rozlicz płatność",
648
+ "settle-payment-error": "Nie można rozliczyć płatności",
649
+ "settle-payment-success": "Płatność rozliczona pomyślnie",
650
+ "settle-refund": "Rozlicz zwrot",
651
+ "settle-refund-manual-instructions": "Po zwrocie wykonanym ręcznie przez ({method}), podaj ID transakcji.",
652
+ "settle-refund-success": "Pomyślnie rozliczono zwrot",
653
+ "shipping": "Wysyłka",
654
+ "shipping-address": "Adres wysyłki",
655
+ "shipping-cancelled": "",
656
+ "shipping-method": "Metoda wysyłki",
657
+ "state": "Status",
658
+ "sub-total": "Sub total",
659
+ "successfully-updated-fulfillment": "",
660
+ "surcharges": "",
661
+ "tax-base": "",
662
+ "tax-description": "",
663
+ "tax-rate": "",
664
+ "tax-summary": "",
665
+ "tax-total": "",
666
+ "total": "Total",
667
+ "tracking-code": "Numer przesyłki",
668
+ "transaction-id": "Numer transakcji",
669
+ "transition-to-state": "",
670
+ "transitioned-payment-to-state-success": "",
671
+ "transitioned-to-state-success": "",
672
+ "unable-to-transition-to-state-try-another": "",
673
+ "unfulfilled": "Unfulfilled",
674
+ "unit-price": "Cena jednostkowa"
675
+ },
676
+ "settings": {
677
+ "add-countries-to-zone": "Dodaj kraje do strefy...",
678
+ "add-countries-to-zone-success": "Dodano { countryCount } {countryCount, plural, one {kraj} other {kraje}} do strefy \"{ zoneName }\"",
679
+ "add-products-to-test-order": "Dodaj produkty do testowanego zamówienia",
680
+ "administrator": "",
681
+ "channel": "Kanał",
682
+ "channel-token": "Token kanału",
683
+ "country": "",
684
+ "create-new-channel": "Utwórz nowy kanał",
685
+ "create-new-country": "Utwórz nowy kraj",
686
+ "create-new-payment-method": "",
687
+ "create-new-role": "Utwórz nową role",
688
+ "create-new-seller": "",
689
+ "create-new-shipping-method": "Utwórz nową metode wysyłki",
690
+ "create-new-tax-category": "Utwórz nową kategorię podatkową",
691
+ "create-new-tax-rate": "Utwórz nową stawkę podatkową",
692
+ "create-new-zone": "",
693
+ "default-currency": "",
694
+ "default-role-label": "To jest domyślna rola i nie może być zmieniana",
695
+ "default-shipping-zone": "Domyślna strefa zakupowa",
696
+ "default-tax-zone": "Domyślna strefa podatkowa",
697
+ "defaults": "",
698
+ "eligible": "Wybieralny",
699
+ "email-address": "Email",
700
+ "email-address-or-identifier": "",
701
+ "first-name": "Imię",
702
+ "fulfillment-handler": "",
703
+ "global-available-languages-tooltip": "",
704
+ "global-out-of-stock-threshold": "",
705
+ "global-out-of-stock-threshold-tooltip": "",
706
+ "last-name": "Nazwisko",
707
+ "no-eligible-shipping-methods": "Brak pasujących metod wysyłki",
708
+ "password": "Hasło",
709
+ "payment-eligibility-checker": "",
710
+ "payment-handler": "",
711
+ "payment-method": "",
712
+ "permissions": "Uprawnienia",
713
+ "prices-include-tax": "Ceny zawierają podatek dla domyślnej strefy",
714
+ "profile": "",
715
+ "rate": "Stawka",
716
+ "remove-countries-from-zone-success": "Usunięto { countryCount } {countryCount, plural, one {kraj} other {kraje}} ze strefy \"{ zoneName }\"",
717
+ "remove-from-zone": "",
718
+ "role": "",
719
+ "roles": "Role",
720
+ "search-by-product-name-or-sku": "Szukaj produktu po nazwie lub SKU",
721
+ "seller": "",
722
+ "shipping-calculator": "Kalkulator wysyłki",
723
+ "shipping-eligibility-checker": "Sprawdź możliwość wysyłki",
724
+ "shipping-method": "Metoda wysyłki",
725
+ "tax-category": "Kategoria podatkowa",
726
+ "tax-rate": "Stawka podatkowa",
727
+ "test-address": "Adres testowy",
728
+ "test-result": "Wynik testowy",
729
+ "test-shipping-method": "Testowa metoda wysyłki",
730
+ "test-shipping-methods": "Testowe metody wysyłki",
731
+ "track-inventory-default": "Śledź domyślnie magazyn",
732
+ "view-zone-members": "",
733
+ "zone": "Strefa"
734
+ },
735
+ "state": {
736
+ "adding-items": "Dodawanie",
737
+ "arranging-additional-payment": "",
738
+ "arranging-payment": "Oczekiwanie na płatność",
739
+ "authorized": "",
740
+ "cancelled": "Anulowano",
741
+ "created": "",
742
+ "declined": "",
743
+ "delivered": "Zrealizowano",
744
+ "draft": "",
745
+ "error": "",
746
+ "failed": "",
747
+ "modifying": "",
748
+ "partially-delivered": "Częściowo zrealizowano",
749
+ "partially-shipped": "",
750
+ "payment-authorized": "Płatność zaakceptowana",
751
+ "payment-settled": "Płatność rozliczona",
752
+ "pending": "",
753
+ "settled": "",
754
+ "shipped": ""
755
+ },
756
+ "system": {
757
+ "all-job-queues": "Kolejka wszystkich zadań",
758
+ "health-all-systems-up": "",
759
+ "health-error": "",
760
+ "health-last-checked": "",
761
+ "health-message": "",
762
+ "health-refresh": "",
763
+ "health-status": "",
764
+ "health-status-down": "",
765
+ "health-status-up": "",
766
+ "hide-settled-jobs": "Ukryj rozliczone zlecenia",
767
+ "job-data": "Dane zlecenia",
768
+ "job-duration": "Czas trwania",
769
+ "job-error": "Błąd zlecenia",
770
+ "job-queue-name": "Nazwa kolejki",
771
+ "job-result": "Rezultat zlecenia",
772
+ "job-state": "Status zlecenia"
773
+ }
774
774
  }