@vendure/dashboard 3.5.2-master-202512180239 → 3.5.2-master-202512190240
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/plugin/constants.js +21 -2
- package/package.json +3 -3
- package/src/app/routeTree.gen.ts +1135 -1072
- package/src/app/routes/_authenticated/_facets/components/facet-values-sheet.tsx +4 -1
- package/src/app/routes/_authenticated/_facets/components/facet-values-table.tsx +1 -1
- package/src/app/routes/_authenticated/_facets/facets.tsx +22 -38
- package/src/app/routes/_authenticated/_orders/components/order-table-totals.tsx +16 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants.graphql.ts +0 -1
- package/src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx +2 -2
- package/src/app/routes/_authenticated/_products/products.graphql.ts +5 -0
- package/src/app/routes/_authenticated/_products/products_.$id.tsx +24 -1
- package/src/app/routes/_authenticated/_system/components/payload-dialog.tsx +9 -2
- package/src/app/routes/_authenticated/_system/job-queue.tsx +11 -2
- package/src/app/routes/_authenticated/_zones/zones.tsx +1 -0
- package/src/i18n/locales/ar.po +177 -141
- package/src/i18n/locales/cs.po +177 -141
- package/src/i18n/locales/de.po +177 -141
- package/src/i18n/locales/en.po +177 -141
- package/src/i18n/locales/es.po +177 -141
- package/src/i18n/locales/fa.po +177 -141
- package/src/i18n/locales/fr.po +177 -141
- package/src/i18n/locales/he.po +177 -141
- package/src/i18n/locales/hr.po +177 -141
- package/src/i18n/locales/it.po +177 -141
- package/src/i18n/locales/ja.po +177 -141
- package/src/i18n/locales/nb.po +177 -141
- package/src/i18n/locales/ne.po +177 -141
- package/src/i18n/locales/pl.po +177 -141
- package/src/i18n/locales/pt_BR.po +177 -141
- package/src/i18n/locales/pt_PT.po +177 -141
- package/src/i18n/locales/ru.po +177 -141
- package/src/i18n/locales/sv.po +177 -141
- package/src/i18n/locales/tr.po +177 -141
- package/src/i18n/locales/uk.po +177 -141
- package/src/i18n/locales/zh_Hans.po +177 -141
- package/src/i18n/locales/zh_Hant.po +177 -141
- package/src/lib/components/data-table/data-table-context.tsx +18 -3
- package/src/lib/components/data-table/global-views-bar.tsx +1 -1
- package/src/lib/components/data-table/save-view-dialog.tsx +21 -0
- package/src/lib/components/data-table/use-generated-columns.tsx +56 -24
- package/src/lib/components/data-table/views-sheet.tsx +1 -1
- package/src/lib/components/layout/channel-switcher.tsx +7 -5
- package/src/lib/components/layout/nav-main.tsx +2 -2
- package/src/lib/components/shared/alerts.tsx +3 -1
- package/src/lib/components/shared/assign-to-channel-bulk-action.tsx +10 -10
- package/src/lib/components/shared/assign-to-channel-dialog.tsx +1 -1
- package/src/lib/components/shared/assigned-channels.tsx +108 -0
- package/src/lib/components/shared/assigned-facet-values.tsx +5 -7
- package/src/lib/components/shared/channel-chip.tsx +43 -0
- package/src/lib/components/ui/dropdown-menu.tsx +4 -1
- package/src/lib/components/ui/sidebar.tsx +2 -1
- package/src/lib/hooks/use-saved-views.ts +1 -0
- package/src/lib/providers/channel-provider.tsx +7 -1
- package/src/lib/types/saved-views.ts +3 -0
package/src/i18n/locales/pl.po
CHANGED
|
@@ -25,6 +25,31 @@ msgstr "Błąd rozszerzenia zapytania"
|
|
|
25
25
|
msgid "The page will continue with the default query."
|
|
26
26
|
msgstr "Strona będzie kontynuowana z domyślnym zapytaniem."
|
|
27
27
|
|
|
28
|
+
#. js-lingui-explicit-id
|
|
29
|
+
#: src/lib/hooks/use-extended-list-query.ts:41
|
|
30
|
+
msgid "Failed to extend query document"
|
|
31
|
+
msgstr "Nie udało się rozszerzyć dokumentu zapytania"
|
|
32
|
+
|
|
33
|
+
#. js-lingui-explicit-id
|
|
34
|
+
#: src/lib/hooks/use-extended-list-query.ts:43
|
|
35
|
+
msgid "Query extension is invalid: must have at least one top-level field"
|
|
36
|
+
msgstr "Rozszerzenie zapytania jest nieprawidłowe: musi mieć co najmniej jedno pole najwyższego poziomu"
|
|
37
|
+
|
|
38
|
+
#. js-lingui-explicit-id
|
|
39
|
+
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
40
|
+
msgid "Query extension mismatch: "
|
|
41
|
+
msgstr "Niezgodność rozszerzenia zapytania: "
|
|
42
|
+
|
|
43
|
+
#. js-lingui-explicit-id
|
|
44
|
+
#: src/lib/hooks/use-extended-list-query.ts:49
|
|
45
|
+
msgid "Query extension contains invalid GraphQL syntax"
|
|
46
|
+
msgstr "Rozszerzenie zapytania zawiera nieprawidłową składnię GraphQL"
|
|
47
|
+
|
|
48
|
+
#. js-lingui-explicit-id
|
|
49
|
+
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
50
|
+
msgid "Query extension error: "
|
|
51
|
+
msgstr "Błąd rozszerzenia zapytania: "
|
|
52
|
+
|
|
28
53
|
#. js-lingui-explicit-id
|
|
29
54
|
#: src/lib/framework/defaults.ts:16
|
|
30
55
|
msgid "Insights"
|
|
@@ -191,36 +216,16 @@ msgstr "Widget najnowszych zamówień"
|
|
|
191
216
|
msgid "Orders Summary Widget"
|
|
192
217
|
msgstr "Widget podsumowania zamówień"
|
|
193
218
|
|
|
194
|
-
#. js-lingui-explicit-id
|
|
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
219
|
#. js-lingui-explicit-id
|
|
220
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
|
|
|
224
|
+
#. js-lingui-explicit-id
|
|
225
|
+
#: src/lib/components/data-input/string-list-input.tsx:237
|
|
226
|
+
msgid "Type and press Enter or comma to add..."
|
|
227
|
+
msgstr ""
|
|
228
|
+
|
|
224
229
|
#. js-lingui-explicit-id
|
|
225
230
|
#: src/i18n/common-strings.ts:7
|
|
226
231
|
msgid "fulfillmentState.Created"
|
|
@@ -750,7 +755,7 @@ msgid "{0} customers"
|
|
|
750
755
|
msgstr "{0} klientów"
|
|
751
756
|
|
|
752
757
|
#. placeholder {0}: selectedIds.length
|
|
753
|
-
#: src/lib/components/data-input/product-multi-selector-input.tsx:
|
|
758
|
+
#: src/lib/components/data-input/product-multi-selector-input.tsx:398
|
|
754
759
|
msgid "{0} items selected"
|
|
755
760
|
msgstr "{0} wybranych elementów"
|
|
756
761
|
|
|
@@ -771,14 +776,14 @@ msgstr "{0} wybranych"
|
|
|
771
776
|
msgid "{0} variants"
|
|
772
777
|
msgstr "{0} wariantów"
|
|
773
778
|
|
|
774
|
-
#: src/lib/components/data-input/product-multi-selector-input.tsx:
|
|
775
|
-
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:
|
|
779
|
+
#: src/lib/components/data-input/product-multi-selector-input.tsx:393
|
|
780
|
+
#: src/lib/components/shared/configurable-operation-multi-selector.tsx:223
|
|
776
781
|
#: src/lib/components/shared/configurable-operation-selector.tsx:135
|
|
777
782
|
msgid "{buttonText}"
|
|
778
783
|
msgstr "{buttonText}"
|
|
779
784
|
|
|
780
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
781
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
785
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:109
|
|
786
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:137
|
|
782
787
|
msgid "{label}"
|
|
783
788
|
msgstr "{label}"
|
|
784
789
|
|
|
@@ -817,7 +822,7 @@ msgstr "Wymagany jest zwrot w wysokości {formattedDiff}. Wybierz kwoty płatno
|
|
|
817
822
|
msgid "Actions"
|
|
818
823
|
msgstr "Działania"
|
|
819
824
|
|
|
820
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
825
|
+
#: src/lib/components/layout/channel-switcher.tsx:171
|
|
821
826
|
msgctxt "active language"
|
|
822
827
|
msgid "Active"
|
|
823
828
|
msgstr "Aktywny"
|
|
@@ -847,6 +852,10 @@ msgstr "Dodaj kolejną grupę opcji"
|
|
|
847
852
|
msgid "Add asset"
|
|
848
853
|
msgstr "Dodaj zasób"
|
|
849
854
|
|
|
855
|
+
#: src/lib/components/layout/channel-switcher.tsx:204
|
|
856
|
+
msgid "Add channel"
|
|
857
|
+
msgstr ""
|
|
858
|
+
|
|
850
859
|
#: src/lib/components/shared/rich-text-editor/table-edit-icons.tsx:151
|
|
851
860
|
msgid "Add column after"
|
|
852
861
|
msgstr "Dodaj kolumnę po"
|
|
@@ -968,7 +977,7 @@ msgstr "Dodaj wiersz przed"
|
|
|
968
977
|
msgid "Add stock level for another location"
|
|
969
978
|
msgstr "Dodaj poziom zapasów dla innej lokalizacji"
|
|
970
979
|
|
|
971
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
980
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:182
|
|
972
981
|
msgid "Add Stock to Location"
|
|
973
982
|
msgstr "Dodaj stan magazynowy do lokalizacji"
|
|
974
983
|
|
|
@@ -1045,7 +1054,11 @@ msgstr "Administratorzy"
|
|
|
1045
1054
|
msgid "after"
|
|
1046
1055
|
msgstr "po"
|
|
1047
1056
|
|
|
1048
|
-
#: src/
|
|
1057
|
+
#: src/lib/components/shared/alerts.tsx:33
|
|
1058
|
+
msgid "Alerts"
|
|
1059
|
+
msgstr ""
|
|
1060
|
+
|
|
1061
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:66
|
|
1049
1062
|
msgid "All resources are up and running"
|
|
1050
1063
|
msgstr "Wszystkie zasoby są aktywne"
|
|
1051
1064
|
|
|
@@ -1065,8 +1078,8 @@ msgstr "Wymagana będzie dodatkowa płatność w wysokości {formattedDiff}."
|
|
|
1065
1078
|
msgid "AND"
|
|
1066
1079
|
msgstr "ORAZ"
|
|
1067
1080
|
|
|
1068
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1069
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1081
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:164
|
|
1082
|
+
#: src/lib/components/shared/customer-address-form.tsx:155
|
|
1070
1083
|
msgid "Apartment, suite, etc."
|
|
1071
1084
|
msgstr "Mieszkanie, apartament itp."
|
|
1072
1085
|
|
|
@@ -1127,6 +1140,12 @@ msgstr "Czy na pewno chcesz usunąć ten widok? Ta akcja nie może być cofnięt
|
|
|
1127
1140
|
msgid "Are you sure you want to navigate away from this page? Any unsaved changes will be lost."
|
|
1128
1141
|
msgstr "Czy na pewno chcesz opuścić tę stronę? Wszystkie niezapisane zmiany zostaną utracone."
|
|
1129
1142
|
|
|
1143
|
+
#. placeholder {0}: selection.length
|
|
1144
|
+
#. placeholder {1}: selection.length === 1 ? 'country' : 'countries'
|
|
1145
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:51
|
|
1146
|
+
msgid "Are you sure you want to remove {0} {1} from this zone?"
|
|
1147
|
+
msgstr ""
|
|
1148
|
+
|
|
1130
1149
|
#. placeholder {0}: selection.length
|
|
1131
1150
|
#: src/lib/components/shared/remove-from-channel-bulk-action.tsx:84
|
|
1132
1151
|
msgid "Are you sure you want to remove {0} {entityType} from the current channel?"
|
|
@@ -1171,7 +1190,7 @@ msgstr "Dostępne waluty"
|
|
|
1171
1190
|
msgid "Available languages"
|
|
1172
1191
|
msgstr "Dostępne języki"
|
|
1173
1192
|
|
|
1174
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1193
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:345
|
|
1175
1194
|
msgid "Available Languages"
|
|
1176
1195
|
msgstr "Dostępne języki"
|
|
1177
1196
|
|
|
@@ -1195,7 +1214,7 @@ msgstr "przed"
|
|
|
1195
1214
|
msgid "between"
|
|
1196
1215
|
msgstr "pomiędzy"
|
|
1197
1216
|
|
|
1198
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
1217
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:270
|
|
1199
1218
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:260
|
|
1200
1219
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:450
|
|
1201
1220
|
msgid "Billing address"
|
|
@@ -1226,22 +1245,22 @@ msgstr "Kalkulator"
|
|
|
1226
1245
|
#: src/app/common/duplicate-entity-dialog.tsx:108
|
|
1227
1246
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:203
|
|
1228
1247
|
#: src/app/routes/_authenticated/_collections/components/move-collections-dialog.tsx:413
|
|
1229
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1248
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:337
|
|
1230
1249
|
#: src/app/routes/_authenticated/_orders/components/add-manual-payment-dialog.tsx:168
|
|
1231
1250
|
#: src/app/routes/_authenticated/_orders/components/fulfill-order-dialog.tsx:304
|
|
1232
1251
|
#: src/app/routes/_authenticated/_orders/components/order-modification-preview-dialog.tsx:350
|
|
1233
1252
|
#: src/app/routes/_authenticated/_orders/components/settle-refund-dialog.tsx:71
|
|
1234
1253
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:270
|
|
1235
1254
|
#: src/lib/components/data-input/product-multi-selector-input.tsx:364
|
|
1236
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1255
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:122
|
|
1237
1256
|
#: src/lib/components/data-table/use-generated-columns.tsx:359
|
|
1238
1257
|
#: src/lib/components/data-table/views-sheet.tsx:217
|
|
1239
1258
|
#: src/lib/components/data-table/views-sheet.tsx:295
|
|
1240
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1259
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:400
|
|
1241
1260
|
#: src/lib/components/shared/asset/asset-focal-point-editor.tsx:88
|
|
1242
1261
|
#: src/lib/components/shared/assign-to-channel-dialog.tsx:122
|
|
1243
1262
|
#: src/lib/components/shared/confirmation-dialog.tsx:43
|
|
1244
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1263
|
+
#: src/lib/components/shared/customer-address-form.tsx:328
|
|
1245
1264
|
#: src/lib/components/shared/navigation-confirmation.tsx:55
|
|
1246
1265
|
#: src/lib/components/shared/rich-text-editor/image-dialog.tsx:205
|
|
1247
1266
|
#: src/lib/components/shared/rich-text-editor/link-dialog.tsx:142
|
|
@@ -1272,7 +1291,7 @@ msgstr "Kanał"
|
|
|
1272
1291
|
msgid "Channel defaults"
|
|
1273
1292
|
msgstr "Domyślne ustawienia kanału"
|
|
1274
1293
|
|
|
1275
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1294
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:328
|
|
1276
1295
|
msgid "Channel Languages"
|
|
1277
1296
|
msgstr "Języki kanału"
|
|
1278
1297
|
|
|
@@ -1280,13 +1299,13 @@ msgstr "Języki kanału"
|
|
|
1280
1299
|
#: src/app/routes/_authenticated/_channels/channels.tsx:16
|
|
1281
1300
|
#: src/app/routes/_authenticated/_channels/channels.tsx:24
|
|
1282
1301
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:115
|
|
1283
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
1302
|
+
#: src/lib/components/layout/channel-switcher.tsx:121
|
|
1284
1303
|
msgid "Channels"
|
|
1285
1304
|
msgstr "Kanały"
|
|
1286
1305
|
|
|
1287
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1306
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:185
|
|
1288
1307
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:196
|
|
1289
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1308
|
+
#: src/lib/components/shared/customer-address-form.tsx:176
|
|
1290
1309
|
msgid "City"
|
|
1291
1310
|
msgstr "Miasto"
|
|
1292
1311
|
|
|
@@ -1295,7 +1314,7 @@ msgid "Clear"
|
|
|
1295
1314
|
msgstr "Wyczyść"
|
|
1296
1315
|
|
|
1297
1316
|
#: src/app/routes/_authenticated/_assets/components/asset-tag-filter.tsx:180
|
|
1298
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
1317
|
+
#: src/lib/components/data-table/data-table.tsx:304
|
|
1299
1318
|
msgid "Clear all"
|
|
1300
1319
|
msgstr "Wyczyść wszystko"
|
|
1301
1320
|
|
|
@@ -1321,6 +1340,7 @@ msgstr "Kliknij „Uruchom test\", aby przetestować tę metodę wysyłki."
|
|
|
1321
1340
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:187
|
|
1322
1341
|
#: src/app/routes/_authenticated/_roles/roles_.$id.tsx:104
|
|
1323
1342
|
#: src/app/routes/_authenticated/_shipping-methods/shipping-methods_.$id.tsx:149
|
|
1343
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:61
|
|
1324
1344
|
#: src/lib/framework/dashboard-widget/latest-orders-widget/index.tsx:78
|
|
1325
1345
|
msgid "Code"
|
|
1326
1346
|
msgstr "Kod"
|
|
@@ -1343,9 +1363,9 @@ msgstr "Kolekcje przeniesione pomyślnie"
|
|
|
1343
1363
|
msgid "Column settings"
|
|
1344
1364
|
msgstr "Ustawienia kolumn"
|
|
1345
1365
|
|
|
1346
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1366
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:126
|
|
1347
1367
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:165
|
|
1348
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1368
|
+
#: src/lib/components/shared/customer-address-form.tsx:117
|
|
1349
1369
|
msgid "Company"
|
|
1350
1370
|
msgstr "Firma"
|
|
1351
1371
|
|
|
@@ -1358,7 +1378,7 @@ msgstr "Ukończ wersję roboczą"
|
|
|
1358
1378
|
msgid "Conditions"
|
|
1359
1379
|
msgstr "Warunki"
|
|
1360
1380
|
|
|
1361
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1381
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:266
|
|
1362
1382
|
msgid "Configure available languages for your store and channels"
|
|
1363
1383
|
msgstr "Skonfiguruj dostępne języki dla swojego sklepu i kanałów"
|
|
1364
1384
|
|
|
@@ -1367,7 +1387,7 @@ msgstr "Skonfiguruj dostępne języki dla swojego sklepu i kanałów"
|
|
|
1367
1387
|
msgid "Confirm"
|
|
1368
1388
|
msgstr "Potwierdź"
|
|
1369
1389
|
|
|
1370
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1390
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:116
|
|
1371
1391
|
msgid "Confirm Action"
|
|
1372
1392
|
msgstr "Potwierdź akcję"
|
|
1373
1393
|
|
|
@@ -1388,7 +1408,7 @@ msgstr "zawiera"
|
|
|
1388
1408
|
msgid "Contents"
|
|
1389
1409
|
msgstr "Zawartość"
|
|
1390
1410
|
|
|
1391
|
-
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:
|
|
1411
|
+
#: src/lib/components/data-table/data-table-bulk-action-item.tsx:125
|
|
1392
1412
|
#: src/lib/components/shared/confirmation-dialog.tsx:52
|
|
1393
1413
|
msgid "Continue"
|
|
1394
1414
|
msgstr "Kontynuuj"
|
|
@@ -1404,9 +1424,10 @@ msgstr "Kopiuj do osobistych"
|
|
|
1404
1424
|
msgid "Countries"
|
|
1405
1425
|
msgstr "Kraje"
|
|
1406
1426
|
|
|
1407
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1427
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:240
|
|
1408
1428
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:217
|
|
1409
|
-
#: src/
|
|
1429
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:53
|
|
1430
|
+
#: src/lib/components/shared/customer-address-form.tsx:231
|
|
1410
1431
|
msgid "Country"
|
|
1411
1432
|
msgstr "Kraj"
|
|
1412
1433
|
|
|
@@ -1432,7 +1453,7 @@ msgstr "Kod kuponu ustawiony dla zamówienia"
|
|
|
1432
1453
|
#: src/app/routes/_authenticated/_facets/facets_.$id.tsx:102
|
|
1433
1454
|
#: src/app/routes/_authenticated/_payment-methods/payment-methods_.$id.tsx:130
|
|
1434
1455
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:216
|
|
1435
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
1456
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:200
|
|
1436
1457
|
#: src/app/routes/_authenticated/_products/products_.$id.tsx:111
|
|
1437
1458
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$id.tsx:138
|
|
1438
1459
|
#: src/app/routes/_authenticated/_products/products_.$productId.option-groups.$productOptionGroupId.options_.$id.tsx:159
|
|
@@ -1453,7 +1474,7 @@ msgstr "Utwórz"
|
|
|
1453
1474
|
msgid "Create \"{0}\""
|
|
1454
1475
|
msgstr "Utwórz „{0}\""
|
|
1455
1476
|
|
|
1456
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1477
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:182
|
|
1457
1478
|
msgid "Create {createCount} variants"
|
|
1458
1479
|
msgstr "Utwórz {createCount} wariantów"
|
|
1459
1480
|
|
|
@@ -1470,16 +1491,16 @@ msgstr "Utwórz opcje produktu"
|
|
|
1470
1491
|
msgid "Create variant"
|
|
1471
1492
|
msgstr "Utwórz wariant"
|
|
1472
1493
|
|
|
1473
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1494
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:153
|
|
1474
1495
|
msgid "Create Variants"
|
|
1475
1496
|
msgstr "Utwórz warianty"
|
|
1476
1497
|
|
|
1477
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1498
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:156
|
|
1478
1499
|
msgid "Create variants for your product"
|
|
1479
1500
|
msgstr "Utwórz warianty swojego produktu"
|
|
1480
1501
|
|
|
1481
1502
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:114
|
|
1482
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1503
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:433
|
|
1483
1504
|
msgid "Created"
|
|
1484
1505
|
msgstr "Utworzono"
|
|
1485
1506
|
|
|
@@ -1488,11 +1509,11 @@ msgstr "Utworzono"
|
|
|
1488
1509
|
msgid "Created at"
|
|
1489
1510
|
msgstr "Data utworzenia"
|
|
1490
1511
|
|
|
1491
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:
|
|
1512
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants-dialog.tsx:180
|
|
1492
1513
|
msgid "Creating..."
|
|
1493
1514
|
msgstr "Tworzenie..."
|
|
1494
1515
|
|
|
1495
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
1516
|
+
#: src/lib/components/layout/channel-switcher.tsx:142
|
|
1496
1517
|
msgctxt "current channel"
|
|
1497
1518
|
msgid "Current"
|
|
1498
1519
|
msgstr "Bieżący"
|
|
@@ -1501,7 +1522,7 @@ msgstr "Bieżący"
|
|
|
1501
1522
|
msgid "Current facet values"
|
|
1502
1523
|
msgstr "Bieżące wartości aspektów"
|
|
1503
1524
|
|
|
1504
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
1525
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:54
|
|
1505
1526
|
msgid "Current status"
|
|
1506
1527
|
msgstr "Bieżący status"
|
|
1507
1528
|
|
|
@@ -1517,7 +1538,7 @@ msgstr "Pola niestandardowe"
|
|
|
1517
1538
|
msgid "Custom fields changed"
|
|
1518
1539
|
msgstr "Zmieniono pola niestandardowe"
|
|
1519
1540
|
|
|
1520
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
1541
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:245
|
|
1521
1542
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:217
|
|
1522
1543
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:403
|
|
1523
1544
|
#: src/lib/components/shared/role-code-label.tsx:8
|
|
@@ -1587,8 +1608,8 @@ msgctxt "theme"
|
|
|
1587
1608
|
msgid "Dark"
|
|
1588
1609
|
msgstr "Ciemny"
|
|
1589
1610
|
|
|
1590
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1591
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1611
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:322
|
|
1612
|
+
#: src/lib/components/shared/customer-address-form.tsx:313
|
|
1592
1613
|
msgid "Default Billing Address"
|
|
1593
1614
|
msgstr "Domyślny adres rozliczeniowy"
|
|
1594
1615
|
|
|
@@ -1604,12 +1625,12 @@ msgstr "Domyślna waluta"
|
|
|
1604
1625
|
msgid "Default language"
|
|
1605
1626
|
msgstr "Domyślny język"
|
|
1606
1627
|
|
|
1607
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
1628
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:373
|
|
1608
1629
|
msgid "Default Language"
|
|
1609
1630
|
msgstr "Domyślny język"
|
|
1610
1631
|
|
|
1611
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
1612
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
1632
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:302
|
|
1633
|
+
#: src/lib/components/shared/customer-address-form.tsx:293
|
|
1613
1634
|
msgid "Default Shipping Address"
|
|
1614
1635
|
msgstr "Domyślny adres wysyłki"
|
|
1615
1636
|
|
|
@@ -1706,7 +1727,7 @@ msgstr "Wyłączono"
|
|
|
1706
1727
|
msgid "Discount"
|
|
1707
1728
|
msgstr "Rabat"
|
|
1708
1729
|
|
|
1709
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
1730
|
+
#: src/lib/components/layout/language-dialog.tsx:55
|
|
1710
1731
|
msgid "Display language"
|
|
1711
1732
|
msgstr "Język wyświetlania"
|
|
1712
1733
|
|
|
@@ -1854,6 +1875,7 @@ msgstr "Włącz"
|
|
|
1854
1875
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates_.$id.tsx:105
|
|
1855
1876
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:56
|
|
1856
1877
|
#: src/app/routes/_authenticated/_tax-rates/tax-rates.tsx:58
|
|
1878
|
+
#: src/app/routes/_authenticated/_zones/components/zone-countries-table.tsx:57
|
|
1857
1879
|
#: src/lib/components/layout/nav-user.tsx:158
|
|
1858
1880
|
msgid "Enabled"
|
|
1859
1881
|
msgstr "Włączono"
|
|
@@ -1878,7 +1900,7 @@ msgstr "Wprowadź ID transakcji dla tego rozliczenia zwrotu"
|
|
|
1878
1900
|
msgid "Enter transaction ID"
|
|
1879
1901
|
msgstr "Wprowadź ID transakcji"
|
|
1880
1902
|
|
|
1881
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
1903
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:406
|
|
1882
1904
|
msgid "Entity Information"
|
|
1883
1905
|
msgstr "Informacje o encji"
|
|
1884
1906
|
|
|
@@ -1900,7 +1922,7 @@ msgstr "Błąd ładowania historii zamówień: {0}"
|
|
|
1900
1922
|
msgid "Error message"
|
|
1901
1923
|
msgstr "Komunikat błędu"
|
|
1902
1924
|
|
|
1903
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
1925
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:124
|
|
1904
1926
|
msgid "Error transitioning to state"
|
|
1905
1927
|
msgstr "Błąd przejścia do stanu"
|
|
1906
1928
|
|
|
@@ -2125,11 +2147,11 @@ msgstr "Nie udało się zduplikować widoku"
|
|
|
2125
2147
|
msgid "Failed to fulfill order"
|
|
2126
2148
|
msgstr "Nie udało się zrealizować zamówienia"
|
|
2127
2149
|
|
|
2128
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2150
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:295
|
|
2129
2151
|
msgid "Failed to load global settings"
|
|
2130
2152
|
msgstr "Nie udało się załadować ustawień globalnych"
|
|
2131
2153
|
|
|
2132
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2154
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:139
|
|
2133
2155
|
msgid "Failed to modify order"
|
|
2134
2156
|
msgstr "Nie udało się zmodyfikować zamówienia"
|
|
2135
2157
|
|
|
@@ -2137,6 +2159,10 @@ msgstr "Nie udało się zmodyfikować zamówienia"
|
|
|
2137
2159
|
msgid "Failed to move collections"
|
|
2138
2160
|
msgstr "Nie udało się przenieść kolekcji"
|
|
2139
2161
|
|
|
2162
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:36
|
|
2163
|
+
msgid "Failed to remove countries from zone"
|
|
2164
|
+
msgstr ""
|
|
2165
|
+
|
|
2140
2166
|
#: src/app/routes/_authenticated/_customers/customers_.$id.tsx:139
|
|
2141
2167
|
msgid "Failed to remove customer from group"
|
|
2142
2168
|
msgstr "Nie udało się usunąć klienta z grupy"
|
|
@@ -2163,7 +2189,7 @@ msgstr "Nie udało się rozliczyć płatności"
|
|
|
2163
2189
|
msgid "Failed to settle refund"
|
|
2164
2190
|
msgstr "Nie udało się rozliczyć zwrotu"
|
|
2165
2191
|
|
|
2166
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2192
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:115
|
|
2167
2193
|
msgid "Failed to transition order to state"
|
|
2168
2194
|
msgstr "Nie udało się przenieść zamówienia do stanu"
|
|
2169
2195
|
|
|
@@ -2219,7 +2245,7 @@ msgstr "Nie udało się zaktualizować stanu realizacji"
|
|
|
2219
2245
|
msgid "Failed to update global settings"
|
|
2220
2246
|
msgstr "Nie udało się zaktualizować ustawień globalnych"
|
|
2221
2247
|
|
|
2222
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2248
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:92
|
|
2223
2249
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:59
|
|
2224
2250
|
msgid "Failed to update order"
|
|
2225
2251
|
msgstr "Nie udało się zaktualizować zamówienia"
|
|
@@ -2302,7 +2328,7 @@ msgstr "Filtruj według nazwy kolekcji"
|
|
|
2302
2328
|
msgid "Filter by tags"
|
|
2303
2329
|
msgstr "Filtruj według tagów"
|
|
2304
2330
|
|
|
2305
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
2331
|
+
#: src/lib/components/data-table/data-table.tsx:243
|
|
2306
2332
|
msgid "Filter..."
|
|
2307
2333
|
msgstr "Filtruj..."
|
|
2308
2334
|
|
|
@@ -2363,7 +2389,7 @@ msgstr "Realizacja #{0} z {1} do {2}"
|
|
|
2363
2389
|
msgid "Fulfillment created"
|
|
2364
2390
|
msgstr "Utworzono realizację"
|
|
2365
2391
|
|
|
2366
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2392
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:280
|
|
2367
2393
|
msgid "Fulfillment details"
|
|
2368
2394
|
msgstr "Szczegóły realizacji"
|
|
2369
2395
|
|
|
@@ -2384,9 +2410,9 @@ msgstr "Pomyślnie zaktualizowano stan realizacji"
|
|
|
2384
2410
|
msgid "Fulfillment transitioned"
|
|
2385
2411
|
msgstr "Realizację przeniesiono"
|
|
2386
2412
|
|
|
2387
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
2413
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:109
|
|
2388
2414
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:159
|
|
2389
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
2415
|
+
#: src/lib/components/shared/customer-address-form.tsx:100
|
|
2390
2416
|
msgid "Full Name"
|
|
2391
2417
|
msgstr "Pełne imię i nazwisko"
|
|
2392
2418
|
|
|
@@ -2399,7 +2425,7 @@ msgstr "Ogólne"
|
|
|
2399
2425
|
msgid "Generate slug automatically"
|
|
2400
2426
|
msgstr "Generuj slug automatycznie"
|
|
2401
2427
|
|
|
2402
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2428
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:275
|
|
2403
2429
|
msgid "Global Languages"
|
|
2404
2430
|
msgstr "Języki globalne"
|
|
2405
2431
|
|
|
@@ -2480,7 +2506,7 @@ msgstr "Nagłówek 5"
|
|
|
2480
2506
|
msgid "Heading 6"
|
|
2481
2507
|
msgstr "Nagłówek 6"
|
|
2482
2508
|
|
|
2483
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2509
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:42
|
|
2484
2510
|
msgid "Health checks"
|
|
2485
2511
|
msgstr "Kontrole stanu"
|
|
2486
2512
|
|
|
@@ -2603,7 +2629,7 @@ msgid "Language"
|
|
|
2603
2629
|
msgstr "Język"
|
|
2604
2630
|
|
|
2605
2631
|
#. placeholder {0}: formatLanguageName(contentLanguage)
|
|
2606
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
2632
|
+
#: src/lib/components/layout/channel-switcher.tsx:107
|
|
2607
2633
|
msgid "Language: {0}"
|
|
2608
2634
|
msgstr "Język: {0}"
|
|
2609
2635
|
|
|
@@ -2637,7 +2663,7 @@ msgid "Last Result"
|
|
|
2637
2663
|
msgstr "Ostatni wynik"
|
|
2638
2664
|
|
|
2639
2665
|
#. placeholder {0}: formatRelative(dataUpdatedAt, new Date())
|
|
2640
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2666
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:57
|
|
2641
2667
|
msgid "Last updated {0}"
|
|
2642
2668
|
msgstr "Ostatnia aktualizacja {0}"
|
|
2643
2669
|
|
|
@@ -2683,7 +2709,7 @@ msgstr "Ładowanie adresów..."
|
|
|
2683
2709
|
msgid "Loading collections..."
|
|
2684
2710
|
msgstr "Ładowanie kolekcji..."
|
|
2685
2711
|
|
|
2686
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2712
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:289
|
|
2687
2713
|
msgid "Loading global settings..."
|
|
2688
2714
|
msgstr "Ładowanie ustawień globalnych..."
|
|
2689
2715
|
|
|
@@ -2706,7 +2732,7 @@ msgstr "Ładowanie tagów..."
|
|
|
2706
2732
|
msgid "Loading..."
|
|
2707
2733
|
msgstr "Ładowanie..."
|
|
2708
2734
|
|
|
2709
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
2735
|
+
#: src/lib/components/layout/language-dialog.tsx:73
|
|
2710
2736
|
msgid "Locale"
|
|
2711
2737
|
msgstr "Ustawienia regionalne"
|
|
2712
2738
|
|
|
@@ -2730,8 +2756,8 @@ msgstr "Zarządzaj widokami globalnymi"
|
|
|
2730
2756
|
msgid "Manage Global Views"
|
|
2731
2757
|
msgstr "Zarządzaj widokami globalnymi"
|
|
2732
2758
|
|
|
2733
|
-
#: src/lib/components/layout/channel-switcher.tsx:
|
|
2734
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
2759
|
+
#: src/lib/components/layout/channel-switcher.tsx:185
|
|
2760
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:263
|
|
2735
2761
|
msgid "Manage Languages"
|
|
2736
2762
|
msgstr "Zarządzaj językami"
|
|
2737
2763
|
|
|
@@ -2760,7 +2786,7 @@ msgstr "Zarządzaj swoimi osobistymi zapisanymi widokami dla tej tabeli"
|
|
|
2760
2786
|
msgid "matches regex"
|
|
2761
2787
|
msgstr "pasuje do regex"
|
|
2762
2788
|
|
|
2763
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
2789
|
+
#: src/lib/components/layout/language-dialog.tsx:109
|
|
2764
2790
|
msgid "Medium date"
|
|
2765
2791
|
msgstr "Data średnia"
|
|
2766
2792
|
|
|
@@ -2776,7 +2802,7 @@ msgstr "Metoda"
|
|
|
2776
2802
|
msgid "Metrics"
|
|
2777
2803
|
msgstr "Metryki"
|
|
2778
2804
|
|
|
2779
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
2805
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:169
|
|
2780
2806
|
#: src/app/routes/_authenticated/_orders/utils/order-detail-loaders.tsx:75
|
|
2781
2807
|
msgid "Modify"
|
|
2782
2808
|
msgstr "Modyfikuj"
|
|
@@ -2785,7 +2811,7 @@ msgstr "Modyfikuj"
|
|
|
2785
2811
|
msgid "Modify order"
|
|
2786
2812
|
msgstr "Modyfikuj zamówienie"
|
|
2787
2813
|
|
|
2788
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
2814
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:82
|
|
2789
2815
|
msgid "Monitored Resources"
|
|
2790
2816
|
msgstr "Monitorowane zasoby"
|
|
2791
2817
|
|
|
@@ -3057,7 +3083,7 @@ msgstr "Brak adresu"
|
|
|
3057
3083
|
msgid "No addresses found"
|
|
3058
3084
|
msgstr "Nie znaleziono adresów"
|
|
3059
3085
|
|
|
3060
|
-
#: src/lib/components/shared/alerts.tsx:
|
|
3086
|
+
#: src/lib/components/shared/alerts.tsx:45
|
|
3061
3087
|
msgid "No alerts"
|
|
3062
3088
|
msgstr "Brak alertów"
|
|
3063
3089
|
|
|
@@ -3069,7 +3095,7 @@ msgstr "Brak adresu rozliczeniowego"
|
|
|
3069
3095
|
msgid "No countries found"
|
|
3070
3096
|
msgstr "Nie znaleziono krajów"
|
|
3071
3097
|
|
|
3072
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3098
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:255
|
|
3073
3099
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:227
|
|
3074
3100
|
msgid "No customer"
|
|
3075
3101
|
msgstr "Brak klienta"
|
|
@@ -3090,11 +3116,11 @@ msgstr "Nie znaleziono kwalifikujących się metod wysyłki dla tego zamówienia
|
|
|
3090
3116
|
msgid "No facet values"
|
|
3091
3117
|
msgstr "Brak wartości aspektów"
|
|
3092
3118
|
|
|
3093
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3119
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:300
|
|
3094
3120
|
msgid "No fulfillments"
|
|
3095
3121
|
msgstr "Brak realizacji"
|
|
3096
3122
|
|
|
3097
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3123
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:359
|
|
3098
3124
|
msgid "No global languages configured"
|
|
3099
3125
|
msgstr "Nie skonfigurowano języków globalnych"
|
|
3100
3126
|
|
|
@@ -3140,7 +3166,7 @@ msgstr "Nie wymagana płatność ani zwrot"
|
|
|
3140
3166
|
msgid "No result yet"
|
|
3141
3167
|
msgstr "Brak wyniku"
|
|
3142
3168
|
|
|
3143
|
-
#: src/lib/components/data-table/data-table.tsx:
|
|
3169
|
+
#: src/lib/components/data-table/data-table.tsx:365
|
|
3144
3170
|
#: src/lib/components/shared/customer-group-selector.tsx:58
|
|
3145
3171
|
msgid "No results"
|
|
3146
3172
|
msgstr "Brak wyników"
|
|
@@ -3162,7 +3188,7 @@ msgstr "Brak adresu wysyłki"
|
|
|
3162
3188
|
msgid "No shipping methods available"
|
|
3163
3189
|
msgstr "Brak dostępnych metod wysyłki"
|
|
3164
3190
|
|
|
3165
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
3191
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:174
|
|
3166
3192
|
msgid "No stock locations available on current channel"
|
|
3167
3193
|
msgstr "Brak dostępnych lokalizacji magazynowych w bieżącym kanale"
|
|
3168
3194
|
|
|
@@ -3283,7 +3309,7 @@ msgstr "Dostarczono zamówienie"
|
|
|
3283
3309
|
msgid "Order fulfilled"
|
|
3284
3310
|
msgstr "Zrealizowano zamówienie"
|
|
3285
3311
|
|
|
3286
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3312
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:233
|
|
3287
3313
|
#: src/app/routes/_authenticated/_orders/components/order-history/order-history-container.tsx:30
|
|
3288
3314
|
msgid "Order history"
|
|
3289
3315
|
msgstr "Historia zamówień"
|
|
@@ -3398,7 +3424,7 @@ msgstr "Autoryzowano płatność"
|
|
|
3398
3424
|
msgid "Payment cancelled successfully"
|
|
3399
3425
|
msgstr "Pomyślnie anulowano płatność"
|
|
3400
3426
|
|
|
3401
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3427
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:221
|
|
3402
3428
|
msgid "Payment details"
|
|
3403
3429
|
msgstr "Szczegóły płatności"
|
|
3404
3430
|
|
|
@@ -3457,9 +3483,9 @@ msgstr "Uprawnienia"
|
|
|
3457
3483
|
msgid "Phone number"
|
|
3458
3484
|
msgstr "Numer telefonu"
|
|
3459
3485
|
|
|
3460
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3486
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:273
|
|
3461
3487
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:241
|
|
3462
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3488
|
+
#: src/lib/components/shared/customer-address-form.tsx:264
|
|
3463
3489
|
msgid "Phone Number"
|
|
3464
3490
|
msgstr "Numer telefonu"
|
|
3465
3491
|
|
|
@@ -3475,9 +3501,9 @@ msgstr "Dodaj produkty i uzupełnij adres wysyłki, aby uruchomić test."
|
|
|
3475
3501
|
msgid "Please select a target collection"
|
|
3476
3502
|
msgstr "Wybierz kolekcję docelową"
|
|
3477
3503
|
|
|
3478
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3504
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:223
|
|
3479
3505
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:208
|
|
3480
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3506
|
+
#: src/lib/components/shared/customer-address-form.tsx:214
|
|
3481
3507
|
msgid "Postal Code"
|
|
3482
3508
|
msgstr "Kod pocztowy"
|
|
3483
3509
|
|
|
@@ -3497,8 +3523,8 @@ msgstr "Podgląd modyfikacji zamówienia"
|
|
|
3497
3523
|
#: src/app/routes/_authenticated/_orders/components/shipping-method-selector.tsx:49
|
|
3498
3524
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:272
|
|
3499
3525
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:340
|
|
3500
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
3501
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3526
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:212
|
|
3527
|
+
#: src/lib/components/layout/language-dialog.tsx:121
|
|
3502
3528
|
msgid "Price"
|
|
3503
3529
|
msgstr "Cena"
|
|
3504
3530
|
|
|
@@ -3607,7 +3633,7 @@ msgstr "Przyczyna"
|
|
|
3607
3633
|
msgid "Rebuild search index"
|
|
3608
3634
|
msgstr "Przebuduj indeks wyszukiwania"
|
|
3609
3635
|
|
|
3610
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
3636
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:46
|
|
3611
3637
|
msgid "Refresh"
|
|
3612
3638
|
msgstr "Odśwież"
|
|
3613
3639
|
|
|
@@ -3675,6 +3701,10 @@ msgstr "Usuń"
|
|
|
3675
3701
|
msgid "Remove from current channel"
|
|
3676
3702
|
msgstr "Usuń z bieżącego kanału"
|
|
3677
3703
|
|
|
3704
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:49
|
|
3705
|
+
msgid "Remove from zone"
|
|
3706
|
+
msgstr ""
|
|
3707
|
+
|
|
3678
3708
|
#: src/app/routes/_authenticated/_products/components/create-product-options-dialog.tsx:278
|
|
3679
3709
|
msgid "Remove group"
|
|
3680
3710
|
msgstr "Usuń grupę"
|
|
@@ -3687,6 +3717,12 @@ msgstr "Usuń pozycję"
|
|
|
3687
3717
|
msgid "Remove link"
|
|
3688
3718
|
msgstr "Usuń link"
|
|
3689
3719
|
|
|
3720
|
+
#. placeholder {0}: selection.length
|
|
3721
|
+
#. placeholder {1}: selection.length === 1 ? 'country' : 'countries'
|
|
3722
|
+
#: src/app/routes/_authenticated/_zones/components/zone-bulk-actions.tsx:31
|
|
3723
|
+
msgid "Removed {0} {1} from zone"
|
|
3724
|
+
msgstr ""
|
|
3725
|
+
|
|
3690
3726
|
#: src/app/routes/_authenticated/_orders/components/order-modification-summary.tsx:200
|
|
3691
3727
|
msgid "Removed coupon codes"
|
|
3692
3728
|
msgstr "Usunięto kody kuponów"
|
|
@@ -3741,11 +3777,11 @@ msgstr "Uruchomiono"
|
|
|
3741
3777
|
msgid "Same window"
|
|
3742
3778
|
msgstr "To samo okno"
|
|
3743
3779
|
|
|
3744
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3780
|
+
#: src/lib/components/layout/language-dialog.tsx:92
|
|
3745
3781
|
msgid "Sample Formatting"
|
|
3746
3782
|
msgstr "Przykładowe formatowanie"
|
|
3747
3783
|
|
|
3748
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
3784
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:216
|
|
3749
3785
|
#: src/lib/components/data-table/views-sheet.tsx:210
|
|
3750
3786
|
#: src/lib/components/shared/history-timeline/history-note-editor.tsx:54
|
|
3751
3787
|
msgid "Save"
|
|
@@ -3755,8 +3791,8 @@ msgstr "Zapisz"
|
|
|
3755
3791
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
3756
3792
|
msgstr "Zapisz widok jako „Globalny\", aby był dostępny dla wszystkich użytkowników."
|
|
3757
3793
|
|
|
3758
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3759
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3794
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:341
|
|
3795
|
+
#: src/lib/components/shared/customer-address-form.tsx:332
|
|
3760
3796
|
msgid "Save Address"
|
|
3761
3797
|
msgstr "Zapisz adres"
|
|
3762
3798
|
|
|
@@ -3765,7 +3801,7 @@ msgid "Save changes"
|
|
|
3765
3801
|
msgstr "Zapisz zmiany"
|
|
3766
3802
|
|
|
3767
3803
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:206
|
|
3768
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3804
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:403
|
|
3769
3805
|
msgid "Save Changes"
|
|
3770
3806
|
msgstr "Zapisz zmiany"
|
|
3771
3807
|
|
|
@@ -3782,7 +3818,7 @@ msgid "Save View"
|
|
|
3782
3818
|
msgstr "Zapisz widok"
|
|
3783
3819
|
|
|
3784
3820
|
#: src/app/routes/_authenticated/_assets/components/manage-tags-dialog.tsx:206
|
|
3785
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3821
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:403
|
|
3786
3822
|
msgid "Saving..."
|
|
3787
3823
|
msgstr "Zapisywanie..."
|
|
3788
3824
|
|
|
@@ -3831,7 +3867,7 @@ msgstr "Nie można było rozpocząć przebudowy indeksu wyszukiwania"
|
|
|
3831
3867
|
msgid "Search index rebuild started"
|
|
3832
3868
|
msgstr "Rozpoczęto przebudowę indeksu wyszukiwania"
|
|
3833
3869
|
|
|
3834
|
-
#: src/lib/components/shared/language-selector.tsx:
|
|
3870
|
+
#: src/lib/components/shared/language-selector.tsx:53
|
|
3835
3871
|
msgid "Search languages..."
|
|
3836
3872
|
msgstr "Szukaj języków..."
|
|
3837
3873
|
|
|
@@ -3870,8 +3906,8 @@ msgstr "Wybierz kanał"
|
|
|
3870
3906
|
msgid "Select a channel to assign {0} {entityType} to"
|
|
3871
3907
|
msgstr "Wybierz kanał, aby przypisać {0} {entityType}"
|
|
3872
3908
|
|
|
3873
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
3874
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
3909
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:250
|
|
3910
|
+
#: src/lib/components/shared/customer-address-form.tsx:241
|
|
3875
3911
|
msgid "Select a country"
|
|
3876
3912
|
msgstr "Wybierz kraj"
|
|
3877
3913
|
|
|
@@ -3883,7 +3919,7 @@ msgstr "Wybierz walutę"
|
|
|
3883
3919
|
msgid "Select a destination collection"
|
|
3884
3920
|
msgstr "Wybierz kolekcję docelową"
|
|
3885
3921
|
|
|
3886
|
-
#: src/lib/components/shared/language-selector.tsx:
|
|
3922
|
+
#: src/lib/components/shared/language-selector.tsx:52
|
|
3887
3923
|
msgid "Select a language"
|
|
3888
3924
|
msgstr "Wybierz język"
|
|
3889
3925
|
|
|
@@ -3916,7 +3952,7 @@ msgstr "Wybierz adres"
|
|
|
3916
3952
|
msgid "Select an option"
|
|
3917
3953
|
msgstr "Wybierz opcję"
|
|
3918
3954
|
|
|
3919
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3955
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:301
|
|
3920
3956
|
msgid "Select Available Languages"
|
|
3921
3957
|
msgstr "Wybierz dostępne języki"
|
|
3922
3958
|
|
|
@@ -3932,11 +3968,11 @@ msgstr "Wybierz klienta"
|
|
|
3932
3968
|
msgid "Select date range"
|
|
3933
3969
|
msgstr "Wybierz zakres dat"
|
|
3934
3970
|
|
|
3935
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
3971
|
+
#: src/lib/components/layout/language-dialog.tsx:49
|
|
3936
3972
|
msgid "Select display language"
|
|
3937
3973
|
msgstr "Wybierz język wyświetlania"
|
|
3938
3974
|
|
|
3939
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
3975
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:363
|
|
3940
3976
|
msgid "Select from globally available languages for this channel"
|
|
3941
3977
|
msgstr "Wybierz spośród języków dostępnych globalnie dla tego kanału"
|
|
3942
3978
|
|
|
@@ -3948,7 +3984,7 @@ msgstr "Wybierz pozycję"
|
|
|
3948
3984
|
msgid "Select items"
|
|
3949
3985
|
msgstr "Wybierz pozycje"
|
|
3950
3986
|
|
|
3951
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
3987
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:103
|
|
3952
3988
|
msgid "Select next state"
|
|
3953
3989
|
msgstr "Wybierz następny stan"
|
|
3954
3990
|
|
|
@@ -3960,7 +3996,7 @@ msgstr "Wybierz ilości do zrealizowania i skonfiguruj obsługę realizacji"
|
|
|
3960
3996
|
msgid "Select seller"
|
|
3961
3997
|
msgstr "Wybierz sprzedawcę"
|
|
3962
3998
|
|
|
3963
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
3999
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:107
|
|
3964
4000
|
msgid "Select the next state for the order"
|
|
3965
4001
|
msgstr "Wybierz następny stan dla zamówienia"
|
|
3966
4002
|
|
|
@@ -4031,7 +4067,7 @@ msgstr "Rozlicz zwrot"
|
|
|
4031
4067
|
msgid "Shipping"
|
|
4032
4068
|
msgstr "Wysyłka"
|
|
4033
4069
|
|
|
4034
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4070
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:262
|
|
4035
4071
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:234
|
|
4036
4072
|
#: src/app/routes/_authenticated/_orders/orders_.draft.$id.tsx:418
|
|
4037
4073
|
msgid "Shipping address"
|
|
@@ -4075,7 +4111,7 @@ msgstr "Metoda dostawy ustawiona dla zamówienia"
|
|
|
4075
4111
|
msgid "Shipping Methods"
|
|
4076
4112
|
msgstr "Metody wysyłki"
|
|
4077
4113
|
|
|
4078
|
-
#: src/lib/components/layout/language-dialog.tsx:
|
|
4114
|
+
#: src/lib/components/layout/language-dialog.tsx:115
|
|
4079
4115
|
msgid "Short date"
|
|
4080
4116
|
msgstr "Data krótka"
|
|
4081
4117
|
|
|
@@ -4100,7 +4136,7 @@ msgstr "Zaloguj się, aby uzyskać dostęp do panelu administracyjnego"
|
|
|
4100
4136
|
#: src/app/routes/_authenticated/_product-variants/product-variants_.$id.tsx:245
|
|
4101
4137
|
#: src/app/routes/_authenticated/_products/components/add-product-variant-dialog.tsx:334
|
|
4102
4138
|
#: src/app/routes/_authenticated/_products/components/assign-facet-values-dialog.tsx:195
|
|
4103
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4139
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:209
|
|
4104
4140
|
#: src/app/routes/_authenticated/_products/products_.$id_.variants.tsx:306
|
|
4105
4141
|
msgid "SKU"
|
|
4106
4142
|
msgstr "SKU"
|
|
@@ -4118,7 +4154,7 @@ msgstr "Slug jest ustawiony"
|
|
|
4118
4154
|
msgid "Slug will be generated automatically..."
|
|
4119
4155
|
msgstr "Slug zostanie wygenerowany automatycznie..."
|
|
4120
4156
|
|
|
4121
|
-
#: src/app/routes/_authenticated/_system/healthchecks.tsx:
|
|
4157
|
+
#: src/app/routes/_authenticated/_system/healthchecks.tsx:73
|
|
4122
4158
|
msgid "Some resources are down"
|
|
4123
4159
|
msgstr "Niektóre zasoby są niedostępne"
|
|
4124
4160
|
|
|
@@ -4141,8 +4177,8 @@ msgstr "Stan"
|
|
|
4141
4177
|
msgid "State / Province"
|
|
4142
4178
|
msgstr "Stan / Województwo"
|
|
4143
4179
|
|
|
4144
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4145
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4180
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:202
|
|
4181
|
+
#: src/lib/components/shared/customer-address-form.tsx:193
|
|
4146
4182
|
msgid "State/Province"
|
|
4147
4183
|
msgstr "Stan/Województwo"
|
|
4148
4184
|
|
|
@@ -4178,13 +4214,13 @@ msgstr "Lokalizacje magazynowe"
|
|
|
4178
4214
|
msgid "Stock on hand"
|
|
4179
4215
|
msgstr "Stan magazynowy"
|
|
4180
4216
|
|
|
4181
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4217
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:215
|
|
4182
4218
|
msgid "Stock on Hand"
|
|
4183
4219
|
msgstr "Stan magazynowy"
|
|
4184
4220
|
|
|
4185
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4221
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:147
|
|
4186
4222
|
#: src/app/routes/_authenticated/_shipping-methods/components/test-address-form.tsx:175
|
|
4187
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4223
|
+
#: src/lib/components/shared/customer-address-form.tsx:138
|
|
4188
4224
|
msgid "Street Address"
|
|
4189
4225
|
msgstr "Ulica"
|
|
4190
4226
|
|
|
@@ -4365,7 +4401,7 @@ msgstr "Pomyślnie zaktualizowano wartości aspektów dla {entityIdsLength} {ent
|
|
|
4365
4401
|
msgid "Successfully updated global settings"
|
|
4366
4402
|
msgstr "Pomyślnie zaktualizowano ustawienia globalne"
|
|
4367
4403
|
|
|
4368
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4404
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:88
|
|
4369
4405
|
#: src/app/routes/_authenticated/_orders/orders_.$id_.modify.tsx:55
|
|
4370
4406
|
msgid "Successfully updated order"
|
|
4371
4407
|
msgstr "Pomyślnie zaktualizowano zamówienie"
|
|
@@ -4476,7 +4512,7 @@ msgstr "Stawka podatkowa: {taxRate}%"
|
|
|
4476
4512
|
msgid "Tax Rates"
|
|
4477
4513
|
msgstr "Stawki podatkowe"
|
|
4478
4514
|
|
|
4479
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4515
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:205
|
|
4480
4516
|
msgid "Tax summary"
|
|
4481
4517
|
msgstr "Podsumowanie podatków"
|
|
4482
4518
|
|
|
@@ -4559,7 +4595,7 @@ msgstr "To są klienci w grupie klientów <0>{customerGroupName}</0>."
|
|
|
4559
4595
|
msgid "These are the facet values for the <0>{facetName}</0> facet."
|
|
4560
4596
|
msgstr "To są wartości aspektów dla aspektu <0>{facetName}</0>."
|
|
4561
4597
|
|
|
4562
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4598
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:316
|
|
4563
4599
|
msgid "These languages will be available for all channels to use"
|
|
4564
4600
|
msgstr "Te języki będą dostępne dla wszystkich kanałów"
|
|
4565
4601
|
|
|
@@ -4667,7 +4703,7 @@ msgstr "ID transakcji jest wymagane"
|
|
|
4667
4703
|
#. placeholder {0}: getTranslatedOrderState(state)
|
|
4668
4704
|
#. placeholder {0}: getTranslatedPaymentState(state)
|
|
4669
4705
|
#: src/app/routes/_authenticated/_orders/components/fulfillment-details.tsx:92
|
|
4670
|
-
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:
|
|
4706
|
+
#: src/app/routes/_authenticated/_orders/components/order-detail-shared.tsx:110
|
|
4671
4707
|
#: src/app/routes/_authenticated/_orders/components/payment-details.tsx:154
|
|
4672
4708
|
msgid "Transition to {0}"
|
|
4673
4709
|
msgstr "Przejdź do {0}"
|
|
@@ -4676,7 +4712,7 @@ msgstr "Przejdź do {0}"
|
|
|
4676
4712
|
msgid "Transition to {suggestedState}"
|
|
4677
4713
|
msgstr "Przejdź do {suggestedState}"
|
|
4678
4714
|
|
|
4679
|
-
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:
|
|
4715
|
+
#: src/app/routes/_authenticated/_orders/components/use-transition-order-to-state.tsx:130
|
|
4680
4716
|
msgid "Transition to selected state"
|
|
4681
4717
|
msgstr "Przejdź do wybranego stanu"
|
|
4682
4718
|
|
|
@@ -4740,7 +4776,7 @@ msgstr "Zaktualizuj"
|
|
|
4740
4776
|
msgid "Update the note content or visibility"
|
|
4741
4777
|
msgstr "Zaktualizuj zawartość lub widoczność notatki"
|
|
4742
4778
|
|
|
4743
|
-
#: src/lib/framework/layout-engine/page-layout.tsx:
|
|
4779
|
+
#: src/lib/framework/layout-engine/page-layout.tsx:446
|
|
4744
4780
|
msgid "Updated"
|
|
4745
4781
|
msgstr "Zaktualizowano"
|
|
4746
4782
|
|
|
@@ -4752,13 +4788,13 @@ msgstr "Prześlij"
|
|
|
4752
4788
|
msgid "Usage limit"
|
|
4753
4789
|
msgstr "Limit użycia"
|
|
4754
4790
|
|
|
4755
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4756
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4791
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:325
|
|
4792
|
+
#: src/lib/components/shared/customer-address-form.tsx:316
|
|
4757
4793
|
msgid "Use as the default billing address"
|
|
4758
4794
|
msgstr "Użyj jako domyślny adres rozliczeniowy"
|
|
4759
4795
|
|
|
4760
|
-
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:
|
|
4761
|
-
#: src/lib/components/shared/customer-address-form.tsx:
|
|
4796
|
+
#: src/app/routes/_authenticated/_customers/components/customer-address-form.tsx:305
|
|
4797
|
+
#: src/lib/components/shared/customer-address-form.tsx:296
|
|
4762
4798
|
msgid "Use as the default shipping address"
|
|
4763
4799
|
msgstr "Użyj jako domyślny adres wysyłki"
|
|
4764
4800
|
|
|
@@ -4786,7 +4822,7 @@ msgstr "Używanie natywnej strategii uwierzytelniania"
|
|
|
4786
4822
|
msgid "Values"
|
|
4787
4823
|
msgstr "Wartości"
|
|
4788
4824
|
|
|
4789
|
-
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:
|
|
4825
|
+
#: src/app/routes/_authenticated/_products/components/create-product-variants.tsx:205
|
|
4790
4826
|
msgid "Variant"
|
|
4791
4827
|
msgstr "Wariant"
|
|
4792
4828
|
|
|
@@ -4904,11 +4940,11 @@ msgctxt "date-range"
|
|
|
4904
4940
|
msgid "Yesterday"
|
|
4905
4941
|
msgstr "Wczoraj"
|
|
4906
4942
|
|
|
4907
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4943
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:338
|
|
4908
4944
|
msgid "You don't have permission to view channel settings"
|
|
4909
4945
|
msgstr "Nie masz uprawnień do wyświetlania ustawień kanału"
|
|
4910
4946
|
|
|
4911
|
-
#: src/lib/components/layout/manage-languages-dialog.tsx:
|
|
4947
|
+
#: src/lib/components/layout/manage-languages-dialog.tsx:284
|
|
4912
4948
|
msgid "You don't have permission to view global language settings"
|
|
4913
4949
|
msgstr "Nie masz uprawnień do wyświetlania globalnych ustawień języka"
|
|
4914
4950
|
|