@vendure/dashboard 3.5.0-minor-202510201346 → 3.5.0
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.
- package/dist/vite/types.d.ts +39 -0
- package/dist/vite/utils/plugin-discovery.js +15 -4
- package/dist/vite/vite-plugin-ui-config.d.ts +27 -0
- package/dist/vite/vite-plugin-vendure-dashboard.d.ts +18 -1
- package/dist/vite/vite-plugin-vendure-dashboard.js +19 -7
- package/lingui.config.js +1 -0
- package/package.json +172 -172
- package/src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx +88 -61
- package/src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx +46 -47
- package/src/app/routes/_authenticated/_product-variants/product-variants.tsx +12 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx +12 -7
- package/src/app/routes/_authenticated/_products/products.tsx +13 -1
- package/src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx +8 -2
- package/src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx +1 -0
- package/src/i18n/locales/ar.po +214 -186
- package/src/i18n/locales/cs.po +214 -186
- package/src/i18n/locales/de.po +214 -186
- package/src/i18n/locales/en.po +214 -186
- package/src/i18n/locales/es.po +214 -186
- package/src/i18n/locales/fa.po +214 -186
- package/src/i18n/locales/fr.po +214 -186
- package/src/i18n/locales/he.po +214 -186
- package/src/i18n/locales/hr.po +214 -186
- package/src/i18n/locales/it.po +214 -186
- package/src/i18n/locales/ja.po +214 -186
- package/src/i18n/locales/nb.po +214 -186
- package/src/i18n/locales/ne.po +214 -186
- package/src/i18n/locales/pl.po +214 -186
- package/src/i18n/locales/pt_BR.po +214 -186
- package/src/i18n/locales/pt_PT.po +214 -186
- package/src/i18n/locales/ru.po +214 -186
- package/src/i18n/locales/sv.po +214 -186
- package/src/i18n/locales/tr.po +214 -186
- package/src/i18n/locales/uk.po +214 -186
- package/src/i18n/locales/zh_Hans.po +214 -186
- package/src/i18n/locales/zh_Hant.po +214 -186
- package/src/lib/components/data-table/data-table-pagination.tsx +4 -4
- package/src/lib/components/data-table/data-table.stories.tsx +1 -1
- package/src/lib/components/data-table/data-table.tsx +1 -1
- package/src/lib/components/data-table/use-generated-columns.tsx +5 -1
- package/src/lib/components/layout/app-layout.tsx +0 -2
- package/src/lib/components/shared/asset/asset-gallery.stories.tsx +1 -1
- package/src/lib/components/shared/asset/asset-picker-dialog.stories.tsx +1 -1
- package/src/lib/components/shared/detail-page-button.stories.tsx +1 -1
- package/src/lib/components/shared/facet-value-selector.stories.tsx +1 -1
- package/src/lib/components/shared/paginated-list-data-table.stories.tsx +1 -1
- package/src/lib/components/shared/permission-guard.stories.tsx +1 -1
- package/src/lib/components/shared/vendure-image.stories.tsx +1 -1
- package/src/lib/index.ts +0 -1
- package/src/lib/components/layout/prerelease-popup.tsx +0 -34
package/src/i18n/locales/pl.po
CHANGED
|
@@ -13,31 +13,6 @@ msgstr ""
|
|
|
13
13
|
"Language-Team: \n"
|
|
14
14
|
"Plural-Forms: \n"
|
|
15
15
|
|
|
16
|
-
#. js-lingui-explicit-id
|
|
17
|
-
#: src/lib/hooks/use-extended-list-query.ts:41
|
|
18
|
-
msgid "Failed to extend query document"
|
|
19
|
-
msgstr "Nie udało się rozszerzyć dokumentu zapytania"
|
|
20
|
-
|
|
21
|
-
#. js-lingui-explicit-id
|
|
22
|
-
#: src/lib/hooks/use-extended-list-query.ts:43
|
|
23
|
-
msgid "Query extension is invalid: must have at least one top-level field"
|
|
24
|
-
msgstr "Rozszerzenie zapytania jest nieprawidłowe: musi mieć co najmniej jedno pole najwyższego poziomu"
|
|
25
|
-
|
|
26
|
-
#. js-lingui-explicit-id
|
|
27
|
-
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
28
|
-
msgid "Query extension mismatch: "
|
|
29
|
-
msgstr "Niezgodność rozszerzenia zapytania: "
|
|
30
|
-
|
|
31
|
-
#. js-lingui-explicit-id
|
|
32
|
-
#: src/lib/hooks/use-extended-list-query.ts:49
|
|
33
|
-
msgid "Query extension contains invalid GraphQL syntax"
|
|
34
|
-
msgstr "Rozszerzenie zapytania zawiera nieprawidłową składnię GraphQL"
|
|
35
|
-
|
|
36
|
-
#. js-lingui-explicit-id
|
|
37
|
-
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
38
|
-
msgid "Query extension error: "
|
|
39
|
-
msgstr "Błąd rozszerzenia zapytania: "
|
|
40
|
-
|
|
41
16
|
#. js-lingui-explicit-id
|
|
42
17
|
#: src/lib/hooks/use-extended-detail-query.ts:23
|
|
43
18
|
#: src/lib/hooks/use-extended-list-query.ts:64
|
|
@@ -51,173 +26,198 @@ msgid "The page will continue with the default query."
|
|
|
51
26
|
msgstr "Strona będzie kontynuowana z domyślnym zapytaniem."
|
|
52
27
|
|
|
53
28
|
#. js-lingui-explicit-id
|
|
54
|
-
#: src/lib/framework/defaults.ts:
|
|
29
|
+
#: src/lib/framework/defaults.ts:16
|
|
55
30
|
msgid "Insights"
|
|
56
31
|
msgstr "Statystyki"
|
|
57
32
|
|
|
58
33
|
#. js-lingui-explicit-id
|
|
59
|
-
#: src/lib/framework/defaults.ts:
|
|
34
|
+
#: src/lib/framework/defaults.ts:24
|
|
60
35
|
msgid "Catalog"
|
|
61
36
|
msgstr "Katalog"
|
|
62
37
|
|
|
63
38
|
#. js-lingui-explicit-id
|
|
64
|
-
#: src/lib/framework/defaults.ts:
|
|
39
|
+
#: src/lib/framework/defaults.ts:31
|
|
65
40
|
msgid "Products"
|
|
66
41
|
msgstr "Produkty"
|
|
67
42
|
|
|
68
43
|
#. js-lingui-explicit-id
|
|
69
|
-
#: src/lib/framework/defaults.ts:
|
|
44
|
+
#: src/lib/framework/defaults.ts:38
|
|
70
45
|
msgid "Product Variants"
|
|
71
46
|
msgstr "Warianty produktów"
|
|
72
47
|
|
|
73
48
|
#. js-lingui-explicit-id
|
|
74
|
-
#: src/lib/framework/defaults.ts:
|
|
49
|
+
#: src/lib/framework/defaults.ts:45
|
|
75
50
|
msgid "Facets"
|
|
76
51
|
msgstr "Aspekty"
|
|
77
52
|
|
|
78
53
|
#. js-lingui-explicit-id
|
|
79
|
-
#: src/lib/framework/defaults.ts:
|
|
54
|
+
#: src/lib/framework/defaults.ts:52
|
|
80
55
|
msgid "Collections"
|
|
81
56
|
msgstr "Kolekcje"
|
|
82
57
|
|
|
83
58
|
#. js-lingui-explicit-id
|
|
84
|
-
#: src/lib/framework/defaults.ts:
|
|
59
|
+
#: src/lib/framework/defaults.ts:59
|
|
85
60
|
msgid "Assets"
|
|
86
61
|
msgstr "Zasoby"
|
|
87
62
|
|
|
88
63
|
#. js-lingui-explicit-id
|
|
89
|
-
#: src/lib/framework/defaults.ts:
|
|
64
|
+
#: src/lib/framework/defaults.ts:68
|
|
90
65
|
msgid "Sales"
|
|
91
66
|
msgstr "Sprzedaż"
|
|
92
67
|
|
|
93
68
|
#. js-lingui-explicit-id
|
|
94
|
-
#: src/lib/framework/defaults.ts:
|
|
69
|
+
#: src/lib/framework/defaults.ts:75
|
|
95
70
|
msgid "Orders"
|
|
96
71
|
msgstr "Zamówienia"
|
|
97
72
|
|
|
98
73
|
#. js-lingui-explicit-id
|
|
99
|
-
#: src/lib/framework/defaults.ts:
|
|
100
|
-
#: src/lib/framework/defaults.ts:
|
|
74
|
+
#: src/lib/framework/defaults.ts:84
|
|
75
|
+
#: src/lib/framework/defaults.ts:91
|
|
101
76
|
msgid "Customers"
|
|
102
77
|
msgstr "Klienci"
|
|
103
78
|
|
|
104
79
|
#. js-lingui-explicit-id
|
|
105
|
-
#: src/lib/framework/defaults.ts:
|
|
80
|
+
#: src/lib/framework/defaults.ts:98
|
|
106
81
|
msgid "Customer Groups"
|
|
107
82
|
msgstr "Grupy klientów"
|
|
108
83
|
|
|
109
84
|
#. js-lingui-explicit-id
|
|
110
|
-
#: src/lib/framework/defaults.ts:
|
|
85
|
+
#: src/lib/framework/defaults.ts:107
|
|
111
86
|
msgid "Marketing"
|
|
112
87
|
msgstr "Marketing"
|
|
113
88
|
|
|
114
89
|
#. js-lingui-explicit-id
|
|
115
|
-
#: src/lib/framework/defaults.ts:
|
|
90
|
+
#: src/lib/framework/defaults.ts:114
|
|
116
91
|
msgid "Promotions"
|
|
117
92
|
msgstr "Promocje"
|
|
118
93
|
|
|
119
94
|
#. js-lingui-explicit-id
|
|
120
|
-
#: src/lib/framework/defaults.ts:
|
|
95
|
+
#: src/lib/framework/defaults.ts:123
|
|
121
96
|
msgid "System"
|
|
122
97
|
msgstr "System"
|
|
123
98
|
|
|
124
99
|
#. js-lingui-explicit-id
|
|
125
|
-
#: src/lib/framework/defaults.ts:
|
|
100
|
+
#: src/lib/framework/defaults.ts:130
|
|
126
101
|
msgid "Job Queue"
|
|
127
102
|
msgstr "Kolejka zadań"
|
|
128
103
|
|
|
129
104
|
#. js-lingui-explicit-id
|
|
130
|
-
#: src/lib/framework/defaults.ts:
|
|
105
|
+
#: src/lib/framework/defaults.ts:137
|
|
131
106
|
msgid "Healthchecks"
|
|
132
107
|
msgstr "Kontrole stanu"
|
|
133
108
|
|
|
134
109
|
#. js-lingui-explicit-id
|
|
135
|
-
#: src/lib/framework/defaults.ts:
|
|
110
|
+
#: src/lib/framework/defaults.ts:144
|
|
136
111
|
msgid "Scheduled Tasks"
|
|
137
112
|
msgstr "Zadania zaplanowane"
|
|
138
113
|
|
|
139
114
|
#. js-lingui-explicit-id
|
|
140
|
-
#: src/lib/framework/defaults.ts:
|
|
115
|
+
#: src/lib/framework/defaults.ts:153
|
|
141
116
|
msgid "Settings"
|
|
142
117
|
msgstr "Ustawienia"
|
|
143
118
|
|
|
144
119
|
#. js-lingui-explicit-id
|
|
145
|
-
#: src/lib/framework/defaults.ts:
|
|
120
|
+
#: src/lib/framework/defaults.ts:160
|
|
146
121
|
msgid "Sellers"
|
|
147
122
|
msgstr "Sprzedawcy"
|
|
148
123
|
|
|
149
124
|
#. js-lingui-explicit-id
|
|
150
|
-
#: src/lib/framework/defaults.ts:
|
|
125
|
+
#: src/lib/framework/defaults.ts:167
|
|
151
126
|
msgid "Channels"
|
|
152
127
|
msgstr "Kanały"
|
|
153
128
|
|
|
154
129
|
#. js-lingui-explicit-id
|
|
155
|
-
#: src/lib/framework/defaults.ts:
|
|
130
|
+
#: src/lib/framework/defaults.ts:174
|
|
156
131
|
msgid "Stock Locations"
|
|
157
132
|
msgstr "Lokalizacje magazynowe"
|
|
158
133
|
|
|
159
134
|
#. js-lingui-explicit-id
|
|
160
|
-
#: src/lib/framework/defaults.ts:
|
|
135
|
+
#: src/lib/framework/defaults.ts:181
|
|
161
136
|
msgid "Administrators"
|
|
162
137
|
msgstr "Administratorzy"
|
|
163
138
|
|
|
164
139
|
#. js-lingui-explicit-id
|
|
165
|
-
#: src/lib/framework/defaults.ts:
|
|
140
|
+
#: src/lib/framework/defaults.ts:188
|
|
166
141
|
msgid "Roles"
|
|
167
142
|
msgstr "Role"
|
|
168
143
|
|
|
169
144
|
#. js-lingui-explicit-id
|
|
170
|
-
#: src/lib/framework/defaults.ts:
|
|
145
|
+
#: src/lib/framework/defaults.ts:195
|
|
171
146
|
msgid "Shipping Methods"
|
|
172
147
|
msgstr "Metody wysyłki"
|
|
173
148
|
|
|
174
149
|
#. js-lingui-explicit-id
|
|
175
|
-
#: src/lib/framework/defaults.ts:
|
|
150
|
+
#: src/lib/framework/defaults.ts:202
|
|
176
151
|
msgid "Payment Methods"
|
|
177
152
|
msgstr "Metody płatności"
|
|
178
153
|
|
|
179
154
|
#. js-lingui-explicit-id
|
|
180
|
-
#: src/lib/framework/defaults.ts:
|
|
155
|
+
#: src/lib/framework/defaults.ts:209
|
|
181
156
|
msgid "Tax Categories"
|
|
182
157
|
msgstr "Kategorie podatkowe"
|
|
183
158
|
|
|
184
159
|
#. js-lingui-explicit-id
|
|
185
|
-
#: src/lib/framework/defaults.ts:
|
|
160
|
+
#: src/lib/framework/defaults.ts:216
|
|
186
161
|
msgid "Tax Rates"
|
|
187
162
|
msgstr "Stawki podatkowe"
|
|
188
163
|
|
|
189
164
|
#. js-lingui-explicit-id
|
|
190
|
-
#: src/lib/framework/defaults.ts:
|
|
165
|
+
#: src/lib/framework/defaults.ts:223
|
|
191
166
|
msgid "Countries"
|
|
192
167
|
msgstr "Kraje"
|
|
193
168
|
|
|
194
169
|
#. js-lingui-explicit-id
|
|
195
|
-
#: src/lib/framework/defaults.ts:
|
|
170
|
+
#: src/lib/framework/defaults.ts:230
|
|
196
171
|
msgid "Zones"
|
|
197
172
|
msgstr "Strefy"
|
|
198
173
|
|
|
199
174
|
#. js-lingui-explicit-id
|
|
200
|
-
#: src/lib/framework/defaults.ts:
|
|
175
|
+
#: src/lib/framework/defaults.ts:237
|
|
201
176
|
msgid "Global Settings"
|
|
202
177
|
msgstr "Ustawienia globalne"
|
|
203
178
|
|
|
204
179
|
#. js-lingui-explicit-id
|
|
205
|
-
#: src/lib/framework/defaults.ts:
|
|
180
|
+
#: src/lib/framework/defaults.ts:249
|
|
206
181
|
msgid "Metrics Widget"
|
|
207
182
|
msgstr "Widget metryk"
|
|
208
183
|
|
|
209
184
|
#. js-lingui-explicit-id
|
|
210
|
-
#: src/lib/framework/defaults.ts:
|
|
185
|
+
#: src/lib/framework/defaults.ts:257
|
|
211
186
|
msgid "Latest Orders Widget"
|
|
212
187
|
msgstr "Widget najnowszych zamówień"
|
|
213
188
|
|
|
214
189
|
#. js-lingui-explicit-id
|
|
215
|
-
#: src/lib/framework/defaults.ts:
|
|
190
|
+
#: src/lib/framework/defaults.ts:264
|
|
216
191
|
msgid "Orders Summary Widget"
|
|
217
192
|
msgstr "Widget podsumowania zamówień"
|
|
218
193
|
|
|
219
194
|
#. js-lingui-explicit-id
|
|
220
|
-
#: src/lib/
|
|
195
|
+
#: src/lib/hooks/use-extended-list-query.ts:41
|
|
196
|
+
msgid "Failed to extend query document"
|
|
197
|
+
msgstr "Nie udało się rozszerzyć dokumentu zapytania"
|
|
198
|
+
|
|
199
|
+
#. js-lingui-explicit-id
|
|
200
|
+
#: src/lib/hooks/use-extended-list-query.ts:43
|
|
201
|
+
msgid "Query extension is invalid: must have at least one top-level field"
|
|
202
|
+
msgstr "Rozszerzenie zapytania jest nieprawidłowe: musi mieć co najmniej jedno pole najwyższego poziomu"
|
|
203
|
+
|
|
204
|
+
#. js-lingui-explicit-id
|
|
205
|
+
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
206
|
+
msgid "Query extension mismatch: "
|
|
207
|
+
msgstr "Niezgodność rozszerzenia zapytania: "
|
|
208
|
+
|
|
209
|
+
#. js-lingui-explicit-id
|
|
210
|
+
#: src/lib/hooks/use-extended-list-query.ts:49
|
|
211
|
+
msgid "Query extension contains invalid GraphQL syntax"
|
|
212
|
+
msgstr "Rozszerzenie zapytania zawiera nieprawidłową składnię GraphQL"
|
|
213
|
+
|
|
214
|
+
#. js-lingui-explicit-id
|
|
215
|
+
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
216
|
+
msgid "Query extension error: "
|
|
217
|
+
msgstr "Błąd rozszerzenia zapytania: "
|
|
218
|
+
|
|
219
|
+
#. js-lingui-explicit-id
|
|
220
|
+
#: src/lib/framework/alert/search-index-buffer-alert/search-index-buffer-alert.ts:35
|
|
221
221
|
msgid "Running pending search index updates"
|
|
222
222
|
msgstr "Uruchamianie oczekujących aktualizacji indeksu wyszukiwania"
|
|
223
223
|
|
|
@@ -777,8 +777,8 @@ msgstr "{0} wariantów"
|
|
|
777
777
|
msgid "{buttonText}"
|
|
778
778
|
msgstr "{buttonText}"
|
|
779
779
|
|
|
780
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
781
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
780
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:108
|
|
781
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:136
|
|
782
782
|
msgid "{label}"
|
|
783
783
|
msgstr "{label}"
|
|
784
784
|
|
|
@@ -786,7 +786,7 @@ msgstr "{label}"
|
|
|
786
786
|
msgid "{operator}"
|
|
787
787
|
msgstr "{operator}"
|
|
788
788
|
|
|
789
|
-
#: src/lib/framework/dashboard-widget/base-widget.tsx:
|
|
789
|
+
#: src/lib/framework/dashboard-widget/base-widget.tsx:89
|
|
790
790
|
msgid "{title}"
|
|
791
791
|
msgstr "{title}"
|
|
792
792
|
|
|
@@ -859,7 +859,7 @@ msgstr "Dodaj kolumnę przed"
|
|
|
859
859
|
msgid "Add Country"
|
|
860
860
|
msgstr "Dodaj kraj"
|
|
861
861
|
|
|
862
|
-
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:
|
|
862
|
+
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:272
|
|
863
863
|
msgid "Add coupon code"
|
|
864
864
|
msgstr "Dodaj kod kuponu"
|
|
865
865
|
|
|
@@ -871,7 +871,7 @@ msgstr "Dodaj klienta"
|
|
|
871
871
|
msgid "Add customer groups"
|
|
872
872
|
msgstr "Dodaj grupy klientów"
|
|
873
873
|
|
|
874
|
-
#: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:
|
|
874
|
+
#: src/app/routes/_authenticated/_facets/components/facet-values-table.tsx:133
|
|
875
875
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:169
|
|
876
876
|
msgid "Add facet value"
|
|
877
877
|
msgstr "Dodaj wartość aspektu"
|
|
@@ -884,6 +884,10 @@ msgstr "Dodaj wartości aspektów"
|
|
|
884
884
|
msgid "Add filter"
|
|
885
885
|
msgstr "Dodaj filtr"
|
|
886
886
|
|
|
887
|
+
#: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:80
|
|
888
|
+
msgid "Add filters to preview the collection contents."
|
|
889
|
+
msgstr "Dodaj filtry, aby wyświetlić podgląd zawartości kolekcji."
|
|
890
|
+
|
|
887
891
|
#: src/lib/components/data-input/custom-field-list-input.tsx:289
|
|
888
892
|
msgid "Add item"
|
|
889
893
|
msgstr "Dodaj element"
|
|
@@ -1045,7 +1049,7 @@ msgstr "po"
|
|
|
1045
1049
|
msgid "All resources are up and running"
|
|
1046
1050
|
msgstr "Wszystkie zasoby są aktywne"
|
|
1047
1051
|
|
|
1048
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
1052
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:411
|
|
1049
1053
|
msgid "Allocated"
|
|
1050
1054
|
msgstr "Przydzielono"
|
|
1051
1055
|
|
|
@@ -1107,7 +1111,7 @@ msgstr "Czy na pewno chcesz usunąć ten projekt zamówienia?"
|
|
|
1107
1111
|
msgid "Are you sure you want to delete this global view? This action cannot be undone and will affect all users."
|
|
1108
1112
|
msgstr "Czy na pewno chcesz usunąć ten widok globalny? Ta akcja nie może być cofnięta i wpłynie na wszystkich użytkowników."
|
|
1109
1113
|
|
|
1110
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
1114
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:352
|
|
1111
1115
|
msgid "Are you sure you want to delete this item? This action cannot be undone."
|
|
1112
1116
|
msgstr "Czy na pewno chcesz usunąć tę pozycję? Ta akcja nie może być cofnięta."
|
|
1113
1117
|
|
|
@@ -1124,15 +1128,15 @@ msgid "Are you sure you want to navigate away from this page? Any unsaved change
|
|
|
1124
1128
|
msgstr "Czy na pewno chcesz opuścić tę stronę? Wszystkie niezapisane zmiany zostaną utracone."
|
|
1125
1129
|
|
|
1126
1130
|
#. placeholder {0}: selection.length
|
|
1127
|
-
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:
|
|
1131
|
+
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:84
|
|
1128
1132
|
msgid "Are you sure you want to remove {0} {entityType} from the current channel?"
|
|
1129
1133
|
msgstr "Czy na pewno chcesz usunąć {0} {entityType} z bieżącego kanału?"
|
|
1130
1134
|
|
|
1131
1135
|
#: src/app/routes/_authenticated/_assets/assets_.$id.tsx:38
|
|
1132
1136
|
#: src/app/routes/_authenticated/_assets/assets.tsx:9
|
|
1133
|
-
#: src/app/routes/_authenticated/_assets/assets.tsx:
|
|
1137
|
+
#: src/app/routes/_authenticated/_assets/assets.tsx:30
|
|
1134
1138
|
#: src/app/routes/_authenticated/_collections/collections_.$id.tsx:198
|
|
1135
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
1139
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:443
|
|
1136
1140
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:208
|
|
1137
1141
|
msgid "Assets"
|
|
1138
1142
|
msgstr "Zasoby"
|
|
@@ -1215,13 +1219,13 @@ msgid "Browse facets"
|
|
|
1215
1219
|
msgstr "Przeglądaj fasety"
|
|
1216
1220
|
|
|
1217
1221
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:185
|
|
1218
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
1222
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:185
|
|
1219
1223
|
msgid "Calculator"
|
|
1220
1224
|
msgstr "Kalkulator"
|
|
1221
1225
|
|
|
1222
1226
|
#: src/app/common/duplicate-entity-dialog.tsx:108
|
|
1223
1227
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1224
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
1228
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:413
|
|
1225
1229
|
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:334
|
|
1226
1230
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1227
1231
|
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:304
|
|
@@ -1229,8 +1233,8 @@ msgstr "Kalkulator"
|
|
|
1229
1233
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1230
1234
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:270
|
|
1231
1235
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:364
|
|
1232
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1233
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
1236
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:121
|
|
1237
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:359
|
|
1234
1238
|
#: src/lib/components/data-table/views-sheet.tsx:217
|
|
1235
1239
|
#: src/lib/components/data-table/views-sheet.tsx:295
|
|
1236
1240
|
#: src/lib/components/layout/manage-languages-dialog.tsx:396
|
|
@@ -1256,7 +1260,7 @@ msgstr "Anuluj modyfikację"
|
|
|
1256
1260
|
msgid "Cancel payment"
|
|
1257
1261
|
msgstr "Anuluj płatność"
|
|
1258
1262
|
|
|
1259
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
1263
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:63
|
|
1260
1264
|
msgid "Category"
|
|
1261
1265
|
msgstr "Kategoria"
|
|
1262
1266
|
|
|
@@ -1299,7 +1303,7 @@ msgstr "Wyczyść wszystko"
|
|
|
1299
1303
|
msgid "Clear filter"
|
|
1300
1304
|
msgstr "Wyczyść filtr"
|
|
1301
1305
|
|
|
1302
|
-
#: src/lib/components/data-table/data-table-faceted-filter.tsx:
|
|
1306
|
+
#: src/lib/components/data-table/data-table-faceted-filter.tsx:185
|
|
1303
1307
|
msgid "Clear filters"
|
|
1304
1308
|
msgstr "Wyczyść filtry"
|
|
1305
1309
|
|
|
@@ -1310,13 +1314,13 @@ msgstr "Kliknij „Uruchom test\", aby przetestować tę metodę wysyłki."
|
|
|
1310
1314
|
#: src/app/routes/_authenticated/_channels/channels_.$id.tsx:136
|
|
1311
1315
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:114
|
|
1312
1316
|
#: src/app/routes/_authenticated/_facets/components/edit-facet-value.tsx:113
|
|
1313
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
1317
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:141
|
|
1314
1318
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:130
|
|
1315
1319
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:157
|
|
1316
1320
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:155
|
|
1317
1321
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:187
|
|
1318
1322
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:104
|
|
1319
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
1323
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:149
|
|
1320
1324
|
#: src/lib/framework/dashboard-widget/latest-orders-widget/index.tsx:78
|
|
1321
1325
|
msgid "Code"
|
|
1322
1326
|
msgstr "Kod"
|
|
@@ -1331,7 +1335,7 @@ msgstr "Zawartość kolekcji {collectionName}"
|
|
|
1331
1335
|
msgid "Collections"
|
|
1332
1336
|
msgstr "Kolekcje"
|
|
1333
1337
|
|
|
1334
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
1338
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:282
|
|
1335
1339
|
msgid "Collections moved successfully"
|
|
1336
1340
|
msgstr "Kolekcje przeniesione pomyślnie"
|
|
1337
1341
|
|
|
@@ -1350,7 +1354,7 @@ msgid "Complete draft"
|
|
|
1350
1354
|
msgstr "Ukończ wersję roboczą"
|
|
1351
1355
|
|
|
1352
1356
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:221
|
|
1353
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
1357
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:173
|
|
1354
1358
|
msgid "Conditions"
|
|
1355
1359
|
msgstr "Warunki"
|
|
1356
1360
|
|
|
@@ -1363,11 +1367,11 @@ msgstr "Skonfiguruj dostępne języki dla swojego sklepu i kanałów"
|
|
|
1363
1367
|
msgid "Confirm"
|
|
1364
1368
|
msgstr "Potwierdź"
|
|
1365
1369
|
|
|
1366
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1370
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:115
|
|
1367
1371
|
msgid "Confirm Action"
|
|
1368
1372
|
msgstr "Potwierdź akcję"
|
|
1369
1373
|
|
|
1370
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
1374
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:349
|
|
1371
1375
|
msgid "Confirm deletion"
|
|
1372
1376
|
msgstr "Potwierdź usunięcie"
|
|
1373
1377
|
|
|
@@ -1384,7 +1388,7 @@ msgstr "zawiera"
|
|
|
1384
1388
|
msgid "Contents"
|
|
1385
1389
|
msgstr "Zawartość"
|
|
1386
1390
|
|
|
1387
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1391
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:124
|
|
1388
1392
|
#: src/lib/components/shared/confirmation-dialog.tsx:52
|
|
1389
1393
|
msgid "Continue"
|
|
1390
1394
|
msgstr "Kontynuuj"
|
|
@@ -1424,10 +1428,10 @@ msgstr "Kod kuponu ustawiony dla zamówienia"
|
|
|
1424
1428
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:87
|
|
1425
1429
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:96
|
|
1426
1430
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:155
|
|
1427
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
1431
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:113
|
|
1428
1432
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
|
|
1429
1433
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
|
|
1430
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
1434
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
|
|
1431
1435
|
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:197
|
|
1432
1436
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:111
|
|
1433
1437
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
|
|
@@ -1435,9 +1439,9 @@ msgstr "Kod kuponu ustawiony dla zamówienia"
|
|
|
1435
1439
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:136
|
|
1436
1440
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:87
|
|
1437
1441
|
#: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:81
|
|
1438
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
1442
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:132
|
|
1439
1443
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:99
|
|
1440
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
1444
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:99
|
|
1441
1445
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:95
|
|
1442
1446
|
#: src/app/routes/_authenticated/_zones/zones_.$id.tsx:85
|
|
1443
1447
|
msgid "Create"
|
|
@@ -1620,8 +1624,8 @@ msgstr "Domyślna strefa podatkowa"
|
|
|
1620
1624
|
#: src/app/common/delete-bulk-action.tsx:139
|
|
1621
1625
|
#: src/app/routes/_authenticated/_assets/components/asset-bulk-actions.tsx:41
|
|
1622
1626
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:312
|
|
1623
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
1624
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
1627
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:342
|
|
1628
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:373
|
|
1625
1629
|
#: src/lib/components/data-table/views-sheet.tsx:272
|
|
1626
1630
|
#: src/lib/components/data-table/views-sheet.tsx:298
|
|
1627
1631
|
msgid "Delete"
|
|
@@ -1663,7 +1667,7 @@ msgstr "Usunięto {deleted} {entityName}"
|
|
|
1663
1667
|
msgid "Deleted {selectionLength} assets"
|
|
1664
1668
|
msgstr "Usunięto {selectionLength} zasobów"
|
|
1665
1669
|
|
|
1666
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
1670
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:323
|
|
1667
1671
|
msgid "Deleted successfully"
|
|
1668
1672
|
msgstr "Pomyślnie usunięto"
|
|
1669
1673
|
|
|
@@ -1673,7 +1677,7 @@ msgstr "Pomyślnie usunięto"
|
|
|
1673
1677
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:155
|
|
1674
1678
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:167
|
|
1675
1679
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:98
|
|
1676
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
1680
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:157
|
|
1677
1681
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:118
|
|
1678
1682
|
#: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:110
|
|
1679
1683
|
msgid "Description"
|
|
@@ -1693,7 +1697,7 @@ msgid "Disable"
|
|
|
1693
1697
|
msgstr "Wyłącz"
|
|
1694
1698
|
|
|
1695
1699
|
#: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:121
|
|
1696
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
1700
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:59
|
|
1697
1701
|
#: src/lib/components/layout/nav-user.tsx:161
|
|
1698
1702
|
msgid "Disabled"
|
|
1699
1703
|
msgstr "Wyłączono"
|
|
@@ -1706,7 +1710,7 @@ msgstr "Rabat"
|
|
|
1706
1710
|
msgid "Display language"
|
|
1707
1711
|
msgstr "Język wyświetlania"
|
|
1708
1712
|
|
|
1709
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
1713
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:344
|
|
1710
1714
|
msgid "Do not track"
|
|
1711
1715
|
msgstr "Nie śledź"
|
|
1712
1716
|
|
|
@@ -1715,7 +1719,7 @@ msgid "does not contain"
|
|
|
1715
1719
|
msgstr "nie zawiera"
|
|
1716
1720
|
|
|
1717
1721
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:295
|
|
1718
|
-
#: src/app/routes/_authenticated/_orders/orders.tsx:
|
|
1722
|
+
#: src/app/routes/_authenticated/_orders/orders.tsx:115
|
|
1719
1723
|
msgid "Draft order"
|
|
1720
1724
|
msgstr "Zamówienie robocze"
|
|
1721
1725
|
|
|
@@ -1762,7 +1766,7 @@ msgstr "np. Czerwony, Duży, Bawełna"
|
|
|
1762
1766
|
|
|
1763
1767
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:241
|
|
1764
1768
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:267
|
|
1765
|
-
#: src/lib/components/shared/asset/asset-gallery.tsx:
|
|
1769
|
+
#: src/lib/components/shared/asset/asset-gallery.tsx:462
|
|
1766
1770
|
#: src/lib/components/shared/history-timeline/history-note-entry.tsx:48
|
|
1767
1771
|
msgid "Edit"
|
|
1768
1772
|
msgstr "Edytuj"
|
|
@@ -1805,8 +1809,8 @@ msgstr "Edytuj notatkę"
|
|
|
1805
1809
|
msgid "Edit or delete existing tags"
|
|
1806
1810
|
msgstr "Edytuj lub usuń istniejące tagi"
|
|
1807
1811
|
|
|
1808
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
1809
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
1812
|
+
#: src/lib/components/data-input/slug-input.tsx:278
|
|
1813
|
+
#: src/lib/components/data-input/slug-input.tsx:280
|
|
1810
1814
|
msgid "Edit slug manually"
|
|
1811
1815
|
msgstr "Edytuj slug ręcznie"
|
|
1812
1816
|
|
|
@@ -1814,7 +1818,7 @@ msgstr "Edytuj slug ręcznie"
|
|
|
1814
1818
|
msgid "Edit the address details below."
|
|
1815
1819
|
msgstr "Edytuj szczegóły adresu poniżej."
|
|
1816
1820
|
|
|
1817
|
-
#: src/lib/components/login/login-form.tsx:
|
|
1821
|
+
#: src/lib/components/login/login-form.tsx:84
|
|
1818
1822
|
msgid "Email"
|
|
1819
1823
|
msgstr "E-mail"
|
|
1820
1824
|
|
|
@@ -1842,14 +1846,14 @@ msgstr "Włącz"
|
|
|
1842
1846
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:96
|
|
1843
1847
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:140
|
|
1844
1848
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods.tsx:43
|
|
1845
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
1849
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:226
|
|
1846
1850
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:121
|
|
1847
1851
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:146
|
|
1848
1852
|
#: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:113
|
|
1849
1853
|
#: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:117
|
|
1850
1854
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:105
|
|
1851
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
1852
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
1855
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:56
|
|
1856
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:58
|
|
1853
1857
|
#: src/lib/components/layout/nav-user.tsx:158
|
|
1854
1858
|
msgid "Enabled"
|
|
1855
1859
|
msgstr "Włączono"
|
|
@@ -1862,7 +1866,7 @@ msgstr "Data zakończenia"
|
|
|
1862
1866
|
msgid "Enter refund note"
|
|
1863
1867
|
msgstr "Wprowadź notatkę zwrotu"
|
|
1864
1868
|
|
|
1865
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
1869
|
+
#: src/lib/components/data-input/slug-input.tsx:238
|
|
1866
1870
|
msgid "Enter slug manually"
|
|
1867
1871
|
msgstr "Wprowadź slug ręcznie"
|
|
1868
1872
|
|
|
@@ -1924,15 +1928,15 @@ msgstr "bez podatku:"
|
|
|
1924
1928
|
msgid "Explore Enterprise Edition"
|
|
1925
1929
|
msgstr "Poznaj Enterprise Edition"
|
|
1926
1930
|
|
|
1927
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
1931
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:123
|
|
1928
1932
|
msgid "Facet"
|
|
1929
1933
|
msgstr "Aspekt"
|
|
1930
1934
|
|
|
1931
1935
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:145
|
|
1932
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:429
|
|
1933
1936
|
msgid "Facet values"
|
|
1934
1937
|
msgstr "Wartości aspektów"
|
|
1935
1938
|
|
|
1939
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:426
|
|
1936
1940
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:199
|
|
1937
1941
|
msgid "Facet Values"
|
|
1938
1942
|
msgstr "Wartości aspektów"
|
|
@@ -1941,7 +1945,7 @@ msgstr "Wartości aspektów"
|
|
|
1941
1945
|
msgid "Facet values for {facetName}"
|
|
1942
1946
|
msgstr "Wartości aspektów dla {facetName}"
|
|
1943
1947
|
|
|
1944
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
1948
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:40
|
|
1945
1949
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:37
|
|
1946
1950
|
#: src/app/routes/_authenticated/_facets/facets.tsx:24
|
|
1947
1951
|
#: src/app/routes/_authenticated/_facets/facets.tsx:64
|
|
@@ -2011,7 +2015,7 @@ msgstr "Nie udało się utworzyć grupy klientów"
|
|
|
2011
2015
|
msgid "Failed to create facet"
|
|
2012
2016
|
msgstr "Nie udało się utworzyć aspektu"
|
|
2013
2017
|
|
|
2014
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
2018
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:95
|
|
2015
2019
|
msgid "Failed to create facet value"
|
|
2016
2020
|
msgstr "Nie udało się utworzyć wartości aspektu"
|
|
2017
2021
|
|
|
@@ -2040,7 +2044,7 @@ msgstr "Nie udało się utworzyć grupy opcji produktu"
|
|
|
2040
2044
|
msgid "Failed to create product options"
|
|
2041
2045
|
msgstr "Nie udało się utworzyć opcji produktu"
|
|
2042
2046
|
|
|
2043
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
2047
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:127
|
|
2044
2048
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:174
|
|
2045
2049
|
msgid "Failed to create product variant"
|
|
2046
2050
|
msgstr "Nie udało się utworzyć wariantu produktu"
|
|
@@ -2066,7 +2070,7 @@ msgstr "Nie udało się utworzyć metody wysyłki"
|
|
|
2066
2070
|
msgid "Failed to create stock location"
|
|
2067
2071
|
msgstr "Nie udało się utworzyć lokalizacji magazynowej"
|
|
2068
2072
|
|
|
2069
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
2073
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:79
|
|
2070
2074
|
msgid "Failed to create tax category"
|
|
2071
2075
|
msgstr "Nie udało się utworzyć kategorii podatkowej"
|
|
2072
2076
|
|
|
@@ -2078,8 +2082,8 @@ msgstr "Nie udało się utworzyć stawki podatkowej"
|
|
|
2078
2082
|
msgid "Failed to create zone"
|
|
2079
2083
|
msgstr "Nie udało się utworzyć strefy"
|
|
2080
2084
|
|
|
2081
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
2082
|
-
#: src/lib/components/data-table/use-generated-columns.tsx:
|
|
2085
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:325
|
|
2086
|
+
#: src/lib/components/data-table/use-generated-columns.tsx:331
|
|
2083
2087
|
msgid "Failed to delete"
|
|
2084
2088
|
msgstr "Nie udało się usunąć"
|
|
2085
2089
|
|
|
@@ -2129,7 +2133,7 @@ msgstr "Nie udało się załadować ustawień globalnych"
|
|
|
2129
2133
|
msgid "Failed to modify order"
|
|
2130
2134
|
msgstr "Nie udało się zmodyfikować zamówienia"
|
|
2131
2135
|
|
|
2132
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2136
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:289
|
|
2133
2137
|
msgid "Failed to move collections"
|
|
2134
2138
|
msgstr "Nie udało się przenieść kolekcji"
|
|
2135
2139
|
|
|
@@ -2201,7 +2205,7 @@ msgstr "Nie udało się zaktualizować grupy klientów"
|
|
|
2201
2205
|
msgid "Failed to update facet"
|
|
2202
2206
|
msgstr "Nie udało się zaktualizować aspektu"
|
|
2203
2207
|
|
|
2204
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
2208
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:95
|
|
2205
2209
|
msgid "Failed to update facet value"
|
|
2206
2210
|
msgstr "Nie udało się zaktualizować wartości aspektu"
|
|
2207
2211
|
|
|
@@ -2241,7 +2245,7 @@ msgstr "Nie udało się zaktualizować opcji produktu"
|
|
|
2241
2245
|
msgid "Failed to update product option group"
|
|
2242
2246
|
msgstr "Nie udało się zaktualizować grupy opcji produktu"
|
|
2243
2247
|
|
|
2244
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
2248
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:127
|
|
2245
2249
|
msgid "Failed to update product variant"
|
|
2246
2250
|
msgstr "Nie udało się zaktualizować wariantu produktu"
|
|
2247
2251
|
|
|
@@ -2270,7 +2274,7 @@ msgstr "Nie udało się zaktualizować metody wysyłki"
|
|
|
2270
2274
|
msgid "Failed to update stock location"
|
|
2271
2275
|
msgstr "Nie udało się zaktualizować lokalizacji magazynowej"
|
|
2272
2276
|
|
|
2273
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
2277
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:79
|
|
2274
2278
|
msgid "Failed to update tax category"
|
|
2275
2279
|
msgstr "Nie udało się zaktualizować kategorii podatkowej"
|
|
2276
2280
|
|
|
@@ -2290,7 +2294,7 @@ msgstr "Fałsz"
|
|
|
2290
2294
|
msgid "Filter by {columnId}"
|
|
2291
2295
|
msgstr "Filtruj według {columnId}"
|
|
2292
2296
|
|
|
2293
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2297
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:365
|
|
2294
2298
|
msgid "Filter by collection name"
|
|
2295
2299
|
msgstr "Filtruj według nazwy kolekcji"
|
|
2296
2300
|
|
|
@@ -2364,7 +2368,7 @@ msgid "Fulfillment details"
|
|
|
2364
2368
|
msgstr "Szczegóły realizacji"
|
|
2365
2369
|
|
|
2366
2370
|
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:289
|
|
2367
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
2371
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:165
|
|
2368
2372
|
msgid "Fulfillment handler"
|
|
2369
2373
|
msgstr "Obsługa realizacji"
|
|
2370
2374
|
|
|
@@ -2390,8 +2394,8 @@ msgstr "Pełne imię i nazwisko"
|
|
|
2390
2394
|
msgid "General"
|
|
2391
2395
|
msgstr "Ogólne"
|
|
2392
2396
|
|
|
2393
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
2394
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
2397
|
+
#: src/lib/components/data-input/slug-input.tsx:278
|
|
2398
|
+
#: src/lib/components/data-input/slug-input.tsx:280
|
|
2395
2399
|
msgid "Generate slug automatically"
|
|
2396
2400
|
msgstr "Generuj slug automatycznie"
|
|
2397
2401
|
|
|
@@ -2488,6 +2492,10 @@ msgstr "Kontrole stanu"
|
|
|
2488
2492
|
msgid "Height"
|
|
2489
2493
|
msgstr "Wysokość"
|
|
2490
2494
|
|
|
2495
|
+
#: src/lib/components/ui/password-input.tsx:20
|
|
2496
|
+
msgid "Hide password"
|
|
2497
|
+
msgstr "Ukryj hasło"
|
|
2498
|
+
|
|
2491
2499
|
#: src/app/routes/_authenticated/_system/scheduled-tasks.tsx:107
|
|
2492
2500
|
msgid "ID"
|
|
2493
2501
|
msgstr "ID"
|
|
@@ -2512,7 +2520,7 @@ msgstr "w"
|
|
|
2512
2520
|
msgid "Inherit filters"
|
|
2513
2521
|
msgstr "Dziedzicz filtry"
|
|
2514
2522
|
|
|
2515
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
2523
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:338
|
|
2516
2524
|
msgid "Inherit from global settings"
|
|
2517
2525
|
msgstr "Dziedzicz z ustawień globalnych"
|
|
2518
2526
|
|
|
@@ -2541,7 +2549,7 @@ msgstr "jest przed"
|
|
|
2541
2549
|
msgid "is between"
|
|
2542
2550
|
msgstr "jest pomiędzy"
|
|
2543
2551
|
|
|
2544
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
2552
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:116
|
|
2545
2553
|
msgid "Is default tax category"
|
|
2546
2554
|
msgstr "Jest domyślną kategorią podatkową"
|
|
2547
2555
|
|
|
@@ -2671,7 +2679,7 @@ msgstr "Załaduj więcej"
|
|
|
2671
2679
|
msgid "Loading addresses..."
|
|
2672
2680
|
msgstr "Ładowanie adresów..."
|
|
2673
2681
|
|
|
2674
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2682
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:374
|
|
2675
2683
|
msgid "Loading collections..."
|
|
2676
2684
|
msgstr "Ładowanie kolekcji..."
|
|
2677
2685
|
|
|
@@ -2790,27 +2798,27 @@ msgstr "Od początku miesiąca"
|
|
|
2790
2798
|
msgid "More views"
|
|
2791
2799
|
msgstr "Więcej widoków"
|
|
2792
2800
|
|
|
2793
|
-
#: src/app/routes/_authenticated/_collections/components/collection-bulk-actions.tsx:
|
|
2801
|
+
#: src/app/routes/_authenticated/_collections/components/collection-bulk-actions.tsx:111
|
|
2794
2802
|
msgid "Move"
|
|
2795
2803
|
msgstr "Przenieś"
|
|
2796
2804
|
|
|
2797
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2798
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2805
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:335
|
|
2806
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:422
|
|
2799
2807
|
msgid "Move Collections"
|
|
2800
2808
|
msgstr "Przenieś kolekcje"
|
|
2801
2809
|
|
|
2802
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2810
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:106
|
|
2803
2811
|
msgid "Move to the top level"
|
|
2804
2812
|
msgstr "Przenieś na najwyższy poziom"
|
|
2805
2813
|
|
|
2806
2814
|
#. placeholder {0}: collectionsToMove.length
|
|
2807
2815
|
#. placeholder {1}: collectionsToMove.length === 1 ? '' : 's'
|
|
2808
2816
|
#. placeholder {2}: selectedCollectionId === topLevelCollectionId ? 'top level' : collectionNameCache.current.get(selectedCollectionId) || 'selected collection'
|
|
2809
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2817
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:74
|
|
2810
2818
|
msgid "Moving {0} collection{1} into {2}"
|
|
2811
2819
|
msgstr "Przenoszenie {0} kolekcji do {2}"
|
|
2812
2820
|
|
|
2813
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
2821
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:420
|
|
2814
2822
|
msgid "Moving..."
|
|
2815
2823
|
msgstr "Przenoszenie..."
|
|
2816
2824
|
|
|
@@ -2828,7 +2836,7 @@ msgstr "Moje zapisane widoki"
|
|
|
2828
2836
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:107
|
|
2829
2837
|
#: src/app/routes/_authenticated/_customers/customers.tsx:72
|
|
2830
2838
|
#: src/app/routes/_authenticated/_facets/components/edit-facet-value.tsx:104
|
|
2831
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
2839
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:135
|
|
2832
2840
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:124
|
|
2833
2841
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:151
|
|
2834
2842
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:328
|
|
@@ -2837,9 +2845,9 @@ msgstr "Moje zapisane widoki"
|
|
|
2837
2845
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:181
|
|
2838
2846
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:158
|
|
2839
2847
|
#: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:96
|
|
2840
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
2848
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:143
|
|
2841
2849
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:109
|
|
2842
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
2850
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:110
|
|
2843
2851
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:116
|
|
2844
2852
|
#: src/app/routes/_authenticated/_zones/zones_.$id.tsx:96
|
|
2845
2853
|
msgid "Name"
|
|
@@ -2913,8 +2921,8 @@ msgstr "Nowy aspekt"
|
|
|
2913
2921
|
msgid "New Facet"
|
|
2914
2922
|
msgstr "Nowy aspekt"
|
|
2915
2923
|
|
|
2916
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
2917
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
2924
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:42
|
|
2925
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:104
|
|
2918
2926
|
msgid "New facet value"
|
|
2919
2927
|
msgstr "Nowa wartość aspektu"
|
|
2920
2928
|
|
|
@@ -2940,7 +2948,7 @@ msgstr "Nowa metoda płatności"
|
|
|
2940
2948
|
msgid "New product"
|
|
2941
2949
|
msgstr "Nowy produkt"
|
|
2942
2950
|
|
|
2943
|
-
#: src/app/routes/_authenticated/_products/products.tsx:
|
|
2951
|
+
#: src/app/routes/_authenticated/_products/products.tsx:114
|
|
2944
2952
|
msgid "New Product"
|
|
2945
2953
|
msgstr "Nowy produkt"
|
|
2946
2954
|
|
|
@@ -2952,7 +2960,7 @@ msgstr "Nowa opcja produktu"
|
|
|
2952
2960
|
msgid "New product option group"
|
|
2953
2961
|
msgstr "Nowa grupa opcji produktu"
|
|
2954
2962
|
|
|
2955
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
2963
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:207
|
|
2956
2964
|
msgid "New product variant"
|
|
2957
2965
|
msgstr "Nowy wariant produktu"
|
|
2958
2966
|
|
|
@@ -3002,7 +3010,7 @@ msgid "New Stock Location"
|
|
|
3002
3010
|
msgstr "Nowa lokalizacja magazynowa"
|
|
3003
3011
|
|
|
3004
3012
|
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:39
|
|
3005
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
3013
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:90
|
|
3006
3014
|
msgid "New tax category"
|
|
3007
3015
|
msgstr "Nowa kategoria podatkowa"
|
|
3008
3016
|
|
|
@@ -3015,7 +3023,7 @@ msgstr "Nowa kategoria podatkowa"
|
|
|
3015
3023
|
msgid "New tax rate"
|
|
3016
3024
|
msgstr "Nowa stawka podatkowa"
|
|
3017
3025
|
|
|
3018
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
3026
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:112
|
|
3019
3027
|
msgid "New Tax Rate"
|
|
3020
3028
|
msgstr "Nowa stawka podatkowa"
|
|
3021
3029
|
|
|
@@ -3341,7 +3349,7 @@ msgstr "Zamówienia"
|
|
|
3341
3349
|
msgid "Orders Summary"
|
|
3342
3350
|
msgstr "Podsumowanie zamówień"
|
|
3343
3351
|
|
|
3344
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
3352
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:353
|
|
3345
3353
|
msgid "Out-of-stock threshold"
|
|
3346
3354
|
msgstr "Próg braku w magazynie"
|
|
3347
3355
|
|
|
@@ -3351,9 +3359,13 @@ msgstr "Próg braku w magazynie"
|
|
|
3351
3359
|
msgid "Page {0} of {1}"
|
|
3352
3360
|
msgstr "Strona {0} z {1}"
|
|
3353
3361
|
|
|
3362
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:436
|
|
3363
|
+
msgid "Parent product"
|
|
3364
|
+
msgstr "Produkt nadrzędny"
|
|
3365
|
+
|
|
3354
3366
|
#: src/app/routes/_authenticated/_administrators/administrators_.$id.tsx:137
|
|
3355
3367
|
#: src/app/routes/_authenticated/_profile/profile.tsx:110
|
|
3356
|
-
#: src/lib/components/login/login-form.tsx:
|
|
3368
|
+
#: src/lib/components/login/login-form.tsx:96
|
|
3357
3369
|
msgid "Password"
|
|
3358
3370
|
msgstr "Hasło"
|
|
3359
3371
|
|
|
@@ -3459,7 +3471,7 @@ msgstr "Złożono"
|
|
|
3459
3471
|
msgid "Please add products and complete the shipping address to run the test."
|
|
3460
3472
|
msgstr "Dodaj produkty i uzupełnij adres wysyłki, aby uruchomić test."
|
|
3461
3473
|
|
|
3462
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
3474
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:307
|
|
3463
3475
|
msgid "Please select a target collection"
|
|
3464
3476
|
msgstr "Wybierz kolekcję docelową"
|
|
3465
3477
|
|
|
@@ -3469,6 +3481,11 @@ msgstr "Wybierz kolekcję docelową"
|
|
|
3469
3481
|
msgid "Postal Code"
|
|
3470
3482
|
msgstr "Kod pocztowy"
|
|
3471
3483
|
|
|
3484
|
+
#: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:77
|
|
3485
|
+
#: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:88
|
|
3486
|
+
msgid "Preview"
|
|
3487
|
+
msgstr "Podgląd"
|
|
3488
|
+
|
|
3472
3489
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:206
|
|
3473
3490
|
msgid "Preview changes"
|
|
3474
3491
|
msgstr "Podgląd zmian"
|
|
@@ -3478,14 +3495,14 @@ msgid "Preview order modifications"
|
|
|
3478
3495
|
msgstr "Podgląd modyfikacji zamówienia"
|
|
3479
3496
|
|
|
3480
3497
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
3481
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
3498
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:272
|
|
3482
3499
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:340
|
|
3483
3500
|
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:209
|
|
3484
3501
|
#: src/lib/components/layout/language-dialog.tsx:108
|
|
3485
3502
|
msgid "Price"
|
|
3486
3503
|
msgstr "Cena"
|
|
3487
3504
|
|
|
3488
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
3505
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:252
|
|
3489
3506
|
msgid "Price and tax"
|
|
3490
3507
|
msgstr "Cena i podatek"
|
|
3491
3508
|
|
|
@@ -3519,7 +3536,6 @@ msgstr "Prywatne aspekty nie są widoczne w sklepie"
|
|
|
3519
3536
|
msgid "Product"
|
|
3520
3537
|
msgstr "Produkt"
|
|
3521
3538
|
|
|
3522
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:237
|
|
3523
3539
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:133
|
|
3524
3540
|
msgid "Product name"
|
|
3525
3541
|
msgstr "Nazwa produktu"
|
|
@@ -3537,13 +3553,13 @@ msgstr "Opcje produktu"
|
|
|
3537
3553
|
msgid "Product Options"
|
|
3538
3554
|
msgstr "Opcje produktu"
|
|
3539
3555
|
|
|
3540
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
3556
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:62
|
|
3541
3557
|
#: src/app/routes/_authenticated/_product-variants/product-variants.tsx:18
|
|
3542
3558
|
#: src/app/routes/_authenticated/_product-variants/product-variants.tsx:26
|
|
3543
3559
|
msgid "Product Variants"
|
|
3544
3560
|
msgstr "Warianty produktów"
|
|
3545
3561
|
|
|
3546
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
3562
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:57
|
|
3547
3563
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:54
|
|
3548
3564
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:45
|
|
3549
3565
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:61
|
|
@@ -3587,7 +3603,7 @@ msgstr "Stawka"
|
|
|
3587
3603
|
msgid "Reason"
|
|
3588
3604
|
msgstr "Przyczyna"
|
|
3589
3605
|
|
|
3590
|
-
#: src/app/routes/_authenticated/_products/products.tsx:
|
|
3606
|
+
#: src/app/routes/_authenticated/_products/products.tsx:107
|
|
3591
3607
|
msgid "Rebuild search index"
|
|
3592
3608
|
msgstr "Przebuduj indeks wyszukiwania"
|
|
3593
3609
|
|
|
@@ -3634,8 +3650,8 @@ msgstr "Przeniesiono zwrot"
|
|
|
3634
3650
|
msgid "Refunds ({0})"
|
|
3635
3651
|
msgstr "Zwroty ({0})"
|
|
3636
3652
|
|
|
3653
|
+
#: src/lib/components/data-input/slug-input.tsx:264
|
|
3637
3654
|
#: src/lib/components/data-input/slug-input.tsx:265
|
|
3638
|
-
#: src/lib/components/data-input/slug-input.tsx:266
|
|
3639
3655
|
msgid "Regenerate slug from source field"
|
|
3640
3656
|
msgstr "Regeneruj slug z pola źródłowego"
|
|
3641
3657
|
|
|
@@ -3655,7 +3671,7 @@ msgstr "Pozostało:"
|
|
|
3655
3671
|
msgid "Remove"
|
|
3656
3672
|
msgstr "Usuń"
|
|
3657
3673
|
|
|
3658
|
-
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:
|
|
3674
|
+
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:82
|
|
3659
3675
|
msgid "Remove from current channel"
|
|
3660
3676
|
msgstr "Usuń z bieżącego kanału"
|
|
3661
3677
|
|
|
@@ -3863,7 +3879,7 @@ msgstr "Wybierz kraj"
|
|
|
3863
3879
|
msgid "Select a currency"
|
|
3864
3880
|
msgstr "Wybierz walutę"
|
|
3865
3881
|
|
|
3866
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
3882
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:82
|
|
3867
3883
|
msgid "Select a destination collection"
|
|
3868
3884
|
msgstr "Wybierz kolekcję docelową"
|
|
3869
3885
|
|
|
@@ -3876,7 +3892,7 @@ msgid "Select a role"
|
|
|
3876
3892
|
msgstr "Wybierz rolę"
|
|
3877
3893
|
|
|
3878
3894
|
#. placeholder {0}: collectionsToMove.length === 1 ? 'this collection' : `${collectionsToMove.length} collections`
|
|
3879
|
-
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:
|
|
3895
|
+
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:338
|
|
3880
3896
|
msgid "Select a target collection to move {0} to."
|
|
3881
3897
|
msgstr "Wybierz kolekcję docelową, aby przenieść {0}."
|
|
3882
3898
|
|
|
@@ -3995,8 +4011,8 @@ msgstr "Ustawia języki dostępne dla wszystkich kanałów. Poszczególne kanał
|
|
|
3995
4011
|
msgid "Sets the stock level at which this a variant is considered to be out of stock. Using a negative value enables backorder support. Can be overridden by product variants."
|
|
3996
4012
|
msgstr "Ustawia poziom magazynowy, przy którym ten wariant jest uważany za niedostępny. Użycie wartości ujemnej umożliwia obsługę zamówień wstecznych. Może zostać zastąpiony przez warianty produktu."
|
|
3997
4013
|
|
|
3998
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
3999
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4014
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:355
|
|
4015
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:373
|
|
4000
4016
|
msgid "Sets the stock level at which this variant is considered to be out of stock. Using a negative value enables backorder support."
|
|
4001
4017
|
msgstr "Ustawia poziom magazynowy, przy którym ten wariant jest uważany za niedostępny. Użycie wartości ujemnej umożliwia obsługę zamówień wstecznych."
|
|
4002
4018
|
|
|
@@ -4011,7 +4027,7 @@ msgid "Settle refund"
|
|
|
4011
4027
|
msgstr "Rozlicz zwrot"
|
|
4012
4028
|
|
|
4013
4029
|
#: src/app/routes/_authenticated/_orders/components/order-table-totals.tsx:61
|
|
4014
|
-
#: src/app/routes/_authenticated/_orders/orders.tsx:
|
|
4030
|
+
#: src/app/routes/_authenticated/_orders/orders.tsx:85
|
|
4015
4031
|
msgid "Shipping"
|
|
4016
4032
|
msgstr "Wysyłka"
|
|
4017
4033
|
|
|
@@ -4063,21 +4079,25 @@ msgstr "Metody wysyłki"
|
|
|
4063
4079
|
msgid "Short date"
|
|
4064
4080
|
msgstr "Data krótka"
|
|
4065
4081
|
|
|
4082
|
+
#: src/lib/components/ui/password-input.tsx:20
|
|
4083
|
+
msgid "Show password"
|
|
4084
|
+
msgstr "Pokaż hasło"
|
|
4085
|
+
|
|
4066
4086
|
#. placeholder {0}: filteredTags.length
|
|
4067
4087
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:167
|
|
4068
4088
|
msgid "Showing all {0} results"
|
|
4069
4089
|
msgstr "Wyświetlanie wszystkich {0} wyników"
|
|
4070
4090
|
|
|
4071
|
-
#: src/lib/components/login/login-form.tsx:
|
|
4091
|
+
#: src/lib/components/login/login-form.tsx:109
|
|
4072
4092
|
msgid "Sign in"
|
|
4073
4093
|
msgstr "Zaloguj się"
|
|
4074
4094
|
|
|
4075
|
-
#: src/lib/components/login/login-form.tsx:
|
|
4095
|
+
#: src/lib/components/login/login-form.tsx:73
|
|
4076
4096
|
msgid "Sign in to access the admin dashboard"
|
|
4077
4097
|
msgstr "Zaloguj się, aby uzyskać dostęp do panelu administracyjnego"
|
|
4078
4098
|
|
|
4079
4099
|
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:96
|
|
4080
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4100
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:245
|
|
4081
4101
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:334
|
|
4082
4102
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:195
|
|
4083
4103
|
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:206
|
|
@@ -4090,11 +4110,11 @@ msgstr "SKU"
|
|
|
4090
4110
|
msgid "Slug"
|
|
4091
4111
|
msgstr "Slug"
|
|
4092
4112
|
|
|
4093
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
4113
|
+
#: src/lib/components/data-input/slug-input.tsx:236
|
|
4094
4114
|
msgid "Slug is set"
|
|
4095
4115
|
msgstr "Slug jest ustawiony"
|
|
4096
4116
|
|
|
4097
|
-
#: src/lib/components/data-input/slug-input.tsx:
|
|
4117
|
+
#: src/lib/components/data-input/slug-input.tsx:237
|
|
4098
4118
|
msgid "Slug will be generated automatically..."
|
|
4099
4119
|
msgstr "Slug zostanie wygenerowany automatycznie..."
|
|
4100
4120
|
|
|
@@ -4112,7 +4132,7 @@ msgstr "Data rozpoczęcia"
|
|
|
4112
4132
|
|
|
4113
4133
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:108
|
|
4114
4134
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:217
|
|
4115
|
-
#: src/app/routes/_authenticated/_orders/orders.tsx:
|
|
4135
|
+
#: src/app/routes/_authenticated/_orders/orders.tsx:101
|
|
4116
4136
|
#: src/app/routes/_authenticated/_system/job-queue.tsx:222
|
|
4117
4137
|
msgid "State"
|
|
4118
4138
|
msgstr "Stan"
|
|
@@ -4131,7 +4151,7 @@ msgstr "Stan/Województwo"
|
|
|
4131
4151
|
msgid "Status"
|
|
4132
4152
|
msgstr "Status"
|
|
4133
4153
|
|
|
4134
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4154
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:316
|
|
4135
4155
|
msgid "Stock"
|
|
4136
4156
|
msgstr "Magazyn"
|
|
4137
4157
|
|
|
@@ -4139,12 +4159,12 @@ msgstr "Magazyn"
|
|
|
4139
4159
|
msgid "Stock allocated"
|
|
4140
4160
|
msgstr "Przydzielono stan magazynowy"
|
|
4141
4161
|
|
|
4142
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4162
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:396
|
|
4143
4163
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:353
|
|
4144
4164
|
msgid "Stock level"
|
|
4145
4165
|
msgstr "Poziom magazynowy"
|
|
4146
4166
|
|
|
4147
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4167
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:321
|
|
4148
4168
|
msgid "Stock levels"
|
|
4149
4169
|
msgstr "Poziomy magazynowe"
|
|
4150
4170
|
|
|
@@ -4220,7 +4240,7 @@ msgstr "Pomyślnie utworzono grupę klientów"
|
|
|
4220
4240
|
msgid "Successfully created facet"
|
|
4221
4241
|
msgstr "Pomyślnie utworzono aspekt"
|
|
4222
4242
|
|
|
4223
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
4243
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:86
|
|
4224
4244
|
msgid "Successfully created facet value"
|
|
4225
4245
|
msgstr "Pomyślnie utworzono wartość aspektu"
|
|
4226
4246
|
|
|
@@ -4248,7 +4268,7 @@ msgstr "Pomyślnie utworzono grupę opcji produktu"
|
|
|
4248
4268
|
msgid "Successfully created product options"
|
|
4249
4269
|
msgstr "Pomyślnie utworzono opcje produktu"
|
|
4250
4270
|
|
|
4251
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4271
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:117
|
|
4252
4272
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:169
|
|
4253
4273
|
msgid "Successfully created product variant"
|
|
4254
4274
|
msgstr "Pomyślnie utworzono wariant produktu"
|
|
@@ -4273,7 +4293,7 @@ msgstr "Pomyślnie utworzono metodę wysyłki"
|
|
|
4273
4293
|
msgid "Successfully created stock location"
|
|
4274
4294
|
msgstr "Pomyślnie utworzono lokalizację magazynową"
|
|
4275
4295
|
|
|
4276
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
4296
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:69
|
|
4277
4297
|
msgid "Successfully created tax category"
|
|
4278
4298
|
msgstr "Pomyślnie utworzono kategorię podatkową"
|
|
4279
4299
|
|
|
@@ -4293,7 +4313,7 @@ msgstr "Pomyślnie zduplikowano {count} {entityName}"
|
|
|
4293
4313
|
msgid "Successfully fulfilled order"
|
|
4294
4314
|
msgstr "Pomyślnie zrealizowano zamówienie"
|
|
4295
4315
|
|
|
4296
|
-
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:
|
|
4316
|
+
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:53
|
|
4297
4317
|
msgid "Successfully removed {selectionLength} {entityType} from channel"
|
|
4298
4318
|
msgstr "Pomyślnie usunięto {selectionLength} {entityType} z kanału"
|
|
4299
4319
|
|
|
@@ -4333,7 +4353,7 @@ msgstr "Pomyślnie zaktualizowano grupę klientów"
|
|
|
4333
4353
|
msgid "Successfully updated facet"
|
|
4334
4354
|
msgstr "Pomyślnie zaktualizowano aspekt"
|
|
4335
4355
|
|
|
4336
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
4356
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:86
|
|
4337
4357
|
msgid "Successfully updated facet value"
|
|
4338
4358
|
msgstr "Pomyślnie zaktualizowano wartość aspektu"
|
|
4339
4359
|
|
|
@@ -4366,7 +4386,7 @@ msgstr "Pomyślnie zaktualizowano opcję produktu"
|
|
|
4366
4386
|
msgid "Successfully updated product option group"
|
|
4367
4387
|
msgstr "Pomyślnie zaktualizowano grupę opcji produktu"
|
|
4368
4388
|
|
|
4369
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4389
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:118
|
|
4370
4390
|
msgid "Successfully updated product variant"
|
|
4371
4391
|
msgstr "Pomyślnie zaktualizowano wariant produktu"
|
|
4372
4392
|
|
|
@@ -4394,7 +4414,7 @@ msgstr "Pomyślnie zaktualizowano metodę wysyłki"
|
|
|
4394
4414
|
msgid "Successfully updated stock location"
|
|
4395
4415
|
msgstr "Pomyślnie zaktualizowano lokalizację magazynową"
|
|
4396
4416
|
|
|
4397
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
4417
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:70
|
|
4398
4418
|
msgid "Successfully updated tax category"
|
|
4399
4419
|
msgstr "Pomyślnie zaktualizowano kategorię podatkową"
|
|
4400
4420
|
|
|
@@ -4437,8 +4457,8 @@ msgstr "Podstawa opodatkowania"
|
|
|
4437
4457
|
msgid "Tax Categories"
|
|
4438
4458
|
msgstr "Kategorie podatkowe"
|
|
4439
4459
|
|
|
4440
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4441
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:
|
|
4460
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:257
|
|
4461
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:137
|
|
4442
4462
|
msgid "Tax category"
|
|
4443
4463
|
msgstr "Kategoria podatkowa"
|
|
4444
4464
|
|
|
@@ -4451,8 +4471,8 @@ msgid "Tax rate: {taxRate}%"
|
|
|
4451
4471
|
msgstr "Stawka podatkowa: {taxRate}%"
|
|
4452
4472
|
|
|
4453
4473
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:37
|
|
4454
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
4455
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
4474
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:19
|
|
4475
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:29
|
|
4456
4476
|
msgid "Tax Rates"
|
|
4457
4477
|
msgstr "Stawki podatkowe"
|
|
4458
4478
|
|
|
@@ -4547,6 +4567,10 @@ msgstr "Te języki będą dostępne dla wszystkich kanałów"
|
|
|
4547
4567
|
msgid "This is a default Role and cannot be modified"
|
|
4548
4568
|
msgstr "To jest domyślna rola i nie może być modyfikowana"
|
|
4549
4569
|
|
|
4570
|
+
#: src/app/routes/_authenticated/_collections/components/collection-contents-preview-table.tsx:91
|
|
4571
|
+
msgid "This is a preview of the collection contents based on the current filter settings. Once you save the collection, the contents will be updated to reflect the new filter settings."
|
|
4572
|
+
msgstr "To jest podgląd zawartości kolekcji oparty na bieżących ustawieniach filtrów. Po zapisaniu kolekcji zawartość zostanie zaktualizowana, aby odzwierciedlić nowe ustawienia filtrów."
|
|
4573
|
+
|
|
4550
4574
|
#: src/app/routes/_authenticated/_collections/components/collection-contents-sheet.tsx:39
|
|
4551
4575
|
msgid "This is the contents of the <0>{collectionName}</0> collection."
|
|
4552
4576
|
msgstr "To jest zawartość kolekcji <0>{collectionName}</0>."
|
|
@@ -4596,7 +4620,7 @@ msgstr "Przełącz wiersz nagłówka"
|
|
|
4596
4620
|
msgid "Token"
|
|
4597
4621
|
msgstr "Token"
|
|
4598
4622
|
|
|
4599
|
-
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:
|
|
4623
|
+
#: src/app/routes/_authenticated/_orders/components/edit-order-table.tsx:157
|
|
4600
4624
|
#: src/app/routes/_authenticated/_orders/components/order-table-totals.tsx:73
|
|
4601
4625
|
#: src/app/routes/_authenticated/_orders/components/order-table.tsx:114
|
|
4602
4626
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:228
|
|
@@ -4616,7 +4640,7 @@ msgstr "Suma zwrotu:"
|
|
|
4616
4640
|
msgid "Total Revenue"
|
|
4617
4641
|
msgstr "Łączny przychód"
|
|
4618
4642
|
|
|
4619
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4643
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:341
|
|
4620
4644
|
msgid "Track"
|
|
4621
4645
|
msgstr "Śledź"
|
|
4622
4646
|
|
|
@@ -4689,12 +4713,12 @@ msgstr "Niezweryfikowany"
|
|
|
4689
4713
|
#: src/app/routes/_authenticated/_countries/countries_.$id.tsx:87
|
|
4690
4714
|
#: src/app/routes/_authenticated/_customer-groups/customer-groups_.$id.tsx:96
|
|
4691
4715
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:155
|
|
4692
|
-
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:
|
|
4716
|
+
#: src/app/routes/_authenticated/_facets/facets_.$facetId.values_.$id.tsx:113
|
|
4693
4717
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
|
|
4694
4718
|
#: src/app/routes/_authenticated/_global-settings/global-settings.tsx:101
|
|
4695
4719
|
#: src/app/routes/_authenticated/_orders/components/order-line-custom-fields-form.tsx:46
|
|
4696
4720
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
|
|
4697
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4721
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
|
|
4698
4722
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:276
|
|
4699
4723
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:111
|
|
4700
4724
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
|
|
@@ -4703,9 +4727,9 @@ msgstr "Niezweryfikowany"
|
|
|
4703
4727
|
#: src/app/routes/_authenticated/_promotions/promotions_.$id.tsx:136
|
|
4704
4728
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:87
|
|
4705
4729
|
#: src/app/routes/_authenticated/_sellers/sellers_.$id.tsx:81
|
|
4706
|
-
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:
|
|
4730
|
+
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:132
|
|
4707
4731
|
#: src/app/routes/_authenticated/_stock-locations/stock-locations_.$id.tsx:99
|
|
4708
|
-
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:
|
|
4732
|
+
#: src/app/routes/_authenticated/_tax-categories/tax-categories_.$id.tsx:99
|
|
4709
4733
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:95
|
|
4710
4734
|
#: src/app/routes/_authenticated/_zones/zones_.$id.tsx:85
|
|
4711
4735
|
#: src/lib/framework/page/detail-page.tsx:202
|
|
@@ -4720,7 +4744,7 @@ msgstr "Zaktualizuj zawartość lub widoczność notatki"
|
|
|
4720
4744
|
msgid "Updated"
|
|
4721
4745
|
msgstr "Zaktualizowano"
|
|
4722
4746
|
|
|
4723
|
-
#: src/lib/components/shared/asset/asset-gallery.tsx:
|
|
4747
|
+
#: src/lib/components/shared/asset/asset-gallery.tsx:361
|
|
4724
4748
|
msgid "Upload"
|
|
4725
4749
|
msgstr "Prześlij"
|
|
4726
4750
|
|
|
@@ -4738,15 +4762,15 @@ msgstr "Użyj jako domyślny adres rozliczeniowy"
|
|
|
4738
4762
|
msgid "Use as the default shipping address"
|
|
4739
4763
|
msgstr "Użyj jako domyślny adres wysyłki"
|
|
4740
4764
|
|
|
4741
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4765
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:371
|
|
4742
4766
|
msgid "Use global out-of-stock threshold"
|
|
4743
4767
|
msgstr "Użyj globalnego progu braku w magazynie"
|
|
4744
4768
|
|
|
4745
|
-
#: src/lib/framework/dashboard-widget/base-widget.tsx:
|
|
4769
|
+
#: src/lib/framework/dashboard-widget/base-widget.tsx:18
|
|
4746
4770
|
msgid "useWidgetDimensions must be used within a DashboardBaseWidget"
|
|
4747
4771
|
msgstr "useWidgetDimensions musi być używane wewnątrz DashboardBaseWidget"
|
|
4748
4772
|
|
|
4749
|
-
#: src/lib/framework/dashboard-widget/widget-filters-context.tsx:
|
|
4773
|
+
#: src/lib/framework/dashboard-widget/widget-filters-context.tsx:33
|
|
4750
4774
|
msgid "useWidgetFilters must be used within a WidgetFiltersProvider"
|
|
4751
4775
|
msgstr "useWidgetFilters musi być używane wewnątrz WidgetFiltersProvider"
|
|
4752
4776
|
|
|
@@ -4770,6 +4794,10 @@ msgstr "Wariant"
|
|
|
4770
4794
|
msgid "Variant deleted successfully"
|
|
4771
4795
|
msgstr "Pomyślnie usunięto wariant"
|
|
4772
4796
|
|
|
4797
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:238
|
|
4798
|
+
msgid "Variant name"
|
|
4799
|
+
msgstr "Nazwa wariantu"
|
|
4800
|
+
|
|
4773
4801
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:174
|
|
4774
4802
|
msgid "Variant updated successfully"
|
|
4775
4803
|
msgstr "Pomyślnie zaktualizowano wariant"
|
|
@@ -4841,11 +4869,11 @@ msgstr "Widoczne tylko dla administratorów"
|
|
|
4841
4869
|
msgid "Visible to customer"
|
|
4842
4870
|
msgstr "Widoczne dla klienta"
|
|
4843
4871
|
|
|
4844
|
-
#: src/lib/components/login/login-form.tsx:
|
|
4872
|
+
#: src/lib/components/login/login-form.tsx:70
|
|
4845
4873
|
msgid "Welcome to Vendure"
|
|
4846
4874
|
msgstr "Witamy w Vendure"
|
|
4847
4875
|
|
|
4848
|
-
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:
|
|
4876
|
+
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:227
|
|
4849
4877
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:122
|
|
4850
4878
|
msgid "When enabled, a product is available in the shop"
|
|
4851
4879
|
msgstr "Po włączeniu produkt jest dostępny w sklepie"
|
|
@@ -4896,8 +4924,8 @@ msgstr "Twoje ostatnie zamówienia"
|
|
|
4896
4924
|
msgid "Your orders summary"
|
|
4897
4925
|
msgstr "Podsumowanie Twoich zamówień"
|
|
4898
4926
|
|
|
4899
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:
|
|
4900
|
-
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:
|
|
4927
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:145
|
|
4928
|
+
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:73
|
|
4901
4929
|
msgid "Zone"
|
|
4902
4930
|
msgstr "Strefa"
|
|
4903
4931
|
|