@vendure/dashboard 3.5.2-master-202512180239 → 3.5.2
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/dist/plugin/dashboard.plugin.d.ts +1 -0
- package/dist/plugin/dashboard.plugin.js +4 -3
- 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/cs.po
CHANGED
|
@@ -25,6 +25,31 @@ msgstr "Chyba rozšíření dotazu"
|
|
|
25
25
|
msgid "The page will continue with the default query."
|
|
26
26
|
msgstr "Stránka bude pokračovat s výchozím dotazem."
|
|
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 "Nepodařilo se rozšířit dokument dotazu"
|
|
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 "Rozšíření dotazu je neplatné: musí obsahovat alespoň jedno pole nejvyšší úrovně"
|
|
37
|
+
|
|
38
|
+
#. js-lingui-explicit-id
|
|
39
|
+
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
40
|
+
msgid "Query extension mismatch: "
|
|
41
|
+
msgstr "Nesoulad rozšíření dotazu:"
|
|
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 "Rozšíření dotazu obsahuje neplatnou syntaxi GraphQL"
|
|
47
|
+
|
|
48
|
+
#. js-lingui-explicit-id
|
|
49
|
+
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
50
|
+
msgid "Query extension error: "
|
|
51
|
+
msgstr "Chyba rozšíření dotazu:"
|
|
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 posledních objednávek"
|
|
|
191
216
|
msgid "Orders Summary Widget"
|
|
192
217
|
msgstr "Widget souhrnu objednávek"
|
|
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 "Nepodařilo se rozšířit dokument dotazu"
|
|
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 "Rozšíření dotazu je neplatné: musí obsahovat alespoň jedno pole nejvyšší úrovně"
|
|
203
|
-
|
|
204
|
-
#. js-lingui-explicit-id
|
|
205
|
-
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
206
|
-
msgid "Query extension mismatch: "
|
|
207
|
-
msgstr "Nesoulad rozšíření dotazu:"
|
|
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 "Rozšíření dotazu obsahuje neplatnou syntaxi GraphQL"
|
|
213
|
-
|
|
214
|
-
#. js-lingui-explicit-id
|
|
215
|
-
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
216
|
-
msgid "Query extension error: "
|
|
217
|
-
msgstr "Chyba rozšíření dotazu:"
|
|
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 "Spouštění čekajících aktualizací indexu vyhledávání"
|
|
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} zákazníků"
|
|
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} položek vybráno"
|
|
756
761
|
|
|
@@ -771,14 +776,14 @@ msgstr "{0} vybráno"
|
|
|
771
776
|
msgid "{0} variants"
|
|
772
777
|
msgstr "{0} variant"
|
|
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 "Je vyžadován refund ve výši {formattedDiff}. Vyberte částky plateb
|
|
|
817
822
|
msgid "Actions"
|
|
818
823
|
msgstr "Akce"
|
|
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 "Aktivní"
|
|
@@ -847,6 +852,10 @@ msgstr "Přidat další skupinu voleb"
|
|
|
847
852
|
msgid "Add asset"
|
|
848
853
|
msgstr "Přidar soubor"
|
|
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 "Přidat sloupec za"
|
|
@@ -968,7 +977,7 @@ msgstr "Přidat řádek před"
|
|
|
968
977
|
msgid "Add stock level for another location"
|
|
969
978
|
msgstr "Přidat úroveň skladu pro jiné místo"
|
|
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 "Přidat zásoby do skladu"
|
|
974
983
|
|
|
@@ -1045,7 +1054,11 @@ msgstr "Správci"
|
|
|
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 "Všechny zdroje jsou v provozu"
|
|
1051
1064
|
|
|
@@ -1065,8 +1078,8 @@ msgstr "Bude vyžadována dodatečná platba ve výši {formattedDiff}."
|
|
|
1065
1078
|
msgid "AND"
|
|
1066
1079
|
msgstr "A"
|
|
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 "Byt, apartmá apod."
|
|
1072
1085
|
|
|
@@ -1127,6 +1140,12 @@ msgstr "Opravdu chcete smazat tento pohled? Tuto akci nelze vrátit zpět."
|
|
|
1127
1140
|
msgid "Are you sure you want to navigate away from this page? Any unsaved changes will be lost."
|
|
1128
1141
|
msgstr "Opravdu chcete opustit tuto stránku? Všechny neuložené změny budou ztraceny."
|
|
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 "Dostupné měny"
|
|
|
1171
1190
|
msgid "Available languages"
|
|
1172
1191
|
msgstr "Dostupné jazyky"
|
|
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 "Dostupné jazyky"
|
|
1177
1196
|
|
|
@@ -1195,7 +1214,7 @@ msgstr "před"
|
|
|
1195
1214
|
msgid "between"
|
|
1196
1215
|
msgstr "mezi"
|
|
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 "Kalkulačka"
|
|
|
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 "Kanál"
|
|
|
1272
1291
|
msgid "Channel defaults"
|
|
1273
1292
|
msgstr "Výchozí nastavení kanálu"
|
|
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 "Jazyky kanálu"
|
|
1278
1297
|
|
|
@@ -1280,13 +1299,13 @@ msgstr "Jazyky kanálu"
|
|
|
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 "Kanály"
|
|
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 "Město"
|
|
1292
1311
|
|
|
@@ -1295,7 +1314,7 @@ msgid "Clear"
|
|
|
1295
1314
|
msgstr "Vymazat"
|
|
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 "Vymazat vše"
|
|
1301
1320
|
|
|
@@ -1321,6 +1340,7 @@ msgstr "Klikněte na \"Spustit test\" pro otestování tohoto způsobu dopravy."
|
|
|
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 "Kód"
|
|
@@ -1343,9 +1363,9 @@ msgstr "Kolekce úspěšně přesunuty"
|
|
|
1343
1363
|
msgid "Column settings"
|
|
1344
1364
|
msgstr "Nastavení sloupců"
|
|
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 "Společnost"
|
|
1351
1371
|
|
|
@@ -1358,7 +1378,7 @@ msgstr "Dokončit koncept"
|
|
|
1358
1378
|
msgid "Conditions"
|
|
1359
1379
|
msgstr "Podmínky"
|
|
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 "Nastavte dostupné jazyky pro váš obchod a kanály"
|
|
1364
1384
|
|
|
@@ -1367,7 +1387,7 @@ msgstr "Nastavte dostupné jazyky pro váš obchod a kanály"
|
|
|
1367
1387
|
msgid "Confirm"
|
|
1368
1388
|
msgstr "Potvrdit"
|
|
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 "Potvrdit akci"
|
|
1373
1393
|
|
|
@@ -1388,7 +1408,7 @@ msgstr "obsahuje"
|
|
|
1388
1408
|
msgid "Contents"
|
|
1389
1409
|
msgstr "Obsah"
|
|
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 "Pokračovat"
|
|
@@ -1404,9 +1424,10 @@ msgstr "Zkopírovat do osobních"
|
|
|
1404
1424
|
msgid "Countries"
|
|
1405
1425
|
msgstr "Země"
|
|
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 "Země"
|
|
1412
1433
|
|
|
@@ -1432,7 +1453,7 @@ msgstr "Kód kupónu nastaven pro objednávku"
|
|
|
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 "Vytvořit"
|
|
|
1453
1474
|
msgid "Create \"{0}\""
|
|
1454
1475
|
msgstr "Vytvořit \"{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 "Vytvořit {createCount} variant"
|
|
1459
1480
|
|
|
@@ -1470,16 +1491,16 @@ msgstr "Vytvořit volby produktu"
|
|
|
1470
1491
|
msgid "Create variant"
|
|
1471
1492
|
msgstr "Vytvořit variantu"
|
|
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 "Vytvořit varianty"
|
|
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 "Vytvořte varianty pro váš produkt"
|
|
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 "Vytvořeno"
|
|
1485
1506
|
|
|
@@ -1488,11 +1509,11 @@ msgstr "Vytvořeno"
|
|
|
1488
1509
|
msgid "Created at"
|
|
1489
1510
|
msgstr "Vytvořeno"
|
|
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 "Vytváření..."
|
|
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 "Aktuální"
|
|
@@ -1501,7 +1522,7 @@ msgstr "Aktuální"
|
|
|
1501
1522
|
msgid "Current facet values"
|
|
1502
1523
|
msgstr "Aktuální hodnoty vlastností"
|
|
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 "Aktuální stav"
|
|
1507
1528
|
|
|
@@ -1517,7 +1538,7 @@ msgstr "Vlastní pole"
|
|
|
1517
1538
|
msgid "Custom fields changed"
|
|
1518
1539
|
msgstr "Vlastní pole změněna"
|
|
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 "Tmavý"
|
|
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 "Výchozí fakturační adresa"
|
|
1594
1615
|
|
|
@@ -1604,12 +1625,12 @@ msgstr "Výchozí měna"
|
|
|
1604
1625
|
msgid "Default language"
|
|
1605
1626
|
msgstr "Výchozí jazyk"
|
|
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 "Výchozí jazyk"
|
|
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 "Výchozí doručovací adresa"
|
|
1615
1636
|
|
|
@@ -1706,7 +1727,7 @@ msgstr "Zakázáno"
|
|
|
1706
1727
|
msgid "Discount"
|
|
1707
1728
|
msgstr "Sleva"
|
|
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 "Jazyk rozhraní"
|
|
1712
1733
|
|
|
@@ -1854,6 +1875,7 @@ msgstr "Povolit"
|
|
|
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 "Povoleno"
|
|
@@ -1878,7 +1900,7 @@ msgstr "Zadejte ID transakce pro toto vypořádání refundu"
|
|
|
1878
1900
|
msgid "Enter transaction ID"
|
|
1879
1901
|
msgstr "Zadat ID transakce"
|
|
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 "Informace o entitě"
|
|
1884
1906
|
|
|
@@ -1900,7 +1922,7 @@ msgstr "Chyba při načítání historie objednávky: {0}"
|
|
|
1900
1922
|
msgid "Error message"
|
|
1901
1923
|
msgstr "Chybová zpráva"
|
|
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 "Chyba při přechodu do stavu"
|
|
1906
1928
|
|
|
@@ -2125,11 +2147,11 @@ msgstr "Nepodařilo se duplikovat pohled"
|
|
|
2125
2147
|
msgid "Failed to fulfill order"
|
|
2126
2148
|
msgstr "Nepodařilo se expedovat objednávku"
|
|
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 "Nepodařilo se načíst globální nastavení"
|
|
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 "Nepodařilo se upravit objednávku"
|
|
2135
2157
|
|
|
@@ -2137,6 +2159,10 @@ msgstr "Nepodařilo se upravit objednávku"
|
|
|
2137
2159
|
msgid "Failed to move collections"
|
|
2138
2160
|
msgstr "Nepodařilo se přesunout kolekce"
|
|
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 "Nepodařilo se odebrat zákazníka ze skupiny"
|
|
@@ -2163,7 +2189,7 @@ msgstr "Nepodařilo se vypořádat platbu"
|
|
|
2163
2189
|
msgid "Failed to settle refund"
|
|
2164
2190
|
msgstr "Nepodařilo se vypořádat refund"
|
|
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 "Nepodařilo se převést objednávku do stavu"
|
|
2169
2195
|
|
|
@@ -2219,7 +2245,7 @@ msgstr "Nepodařilo se aktualizovat stav expedice"
|
|
|
2219
2245
|
msgid "Failed to update global settings"
|
|
2220
2246
|
msgstr "Nepodařilo se aktualizovat globální nastavení"
|
|
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 "Nepodařilo se aktualizovat objednávku"
|
|
@@ -2302,7 +2328,7 @@ msgstr "Filtrovat podle názvu kolekce"
|
|
|
2302
2328
|
msgid "Filter by tags"
|
|
2303
2329
|
msgstr "Filtrovat podle štítků"
|
|
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 "Filtrovat..."
|
|
2308
2334
|
|
|
@@ -2363,7 +2389,7 @@ msgstr "Expedice #{0} z {1} na {2}"
|
|
|
2363
2389
|
msgid "Fulfillment created"
|
|
2364
2390
|
msgstr "Expedice vytvořena"
|
|
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 "Detaily expedice"
|
|
2369
2395
|
|
|
@@ -2384,9 +2410,9 @@ msgstr "Stav expedice úspěšně aktualizován"
|
|
|
2384
2410
|
msgid "Fulfillment transitioned"
|
|
2385
2411
|
msgstr "Expedice převedena"
|
|
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 "Celé jméno"
|
|
2392
2418
|
|
|
@@ -2399,7 +2425,7 @@ msgstr "Obecné"
|
|
|
2399
2425
|
msgid "Generate slug automatically"
|
|
2400
2426
|
msgstr "Generovat URL segment automaticky"
|
|
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 "Globální jazyky"
|
|
2405
2431
|
|
|
@@ -2480,7 +2506,7 @@ msgstr "Nadpis 5"
|
|
|
2480
2506
|
msgid "Heading 6"
|
|
2481
2507
|
msgstr "Nadpis 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 "Kontroly stavu"
|
|
2486
2512
|
|
|
@@ -2603,7 +2629,7 @@ msgid "Language"
|
|
|
2603
2629
|
msgstr "Jazyk"
|
|
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 "Jazyk: {0}"
|
|
2609
2635
|
|
|
@@ -2637,7 +2663,7 @@ msgid "Last Result"
|
|
|
2637
2663
|
msgstr "Poslední výsledek"
|
|
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 "Naposledy aktualizováno {0}"
|
|
2643
2669
|
|
|
@@ -2683,7 +2709,7 @@ msgstr "Načítání adres..."
|
|
|
2683
2709
|
msgid "Loading collections..."
|
|
2684
2710
|
msgstr "Načítání kolekcí..."
|
|
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 "Načítání globálních nastavení..."
|
|
2689
2715
|
|
|
@@ -2706,7 +2732,7 @@ msgstr "Načítání štítků..."
|
|
|
2706
2732
|
msgid "Loading..."
|
|
2707
2733
|
msgstr "Načítání..."
|
|
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 "Lokalizace"
|
|
2712
2738
|
|
|
@@ -2730,8 +2756,8 @@ msgstr "Spravovat globální pohledy"
|
|
|
2730
2756
|
msgid "Manage Global Views"
|
|
2731
2757
|
msgstr "Spravovat globální pohledy"
|
|
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 "Spravovat jazyky"
|
|
2737
2763
|
|
|
@@ -2760,7 +2786,7 @@ msgstr "Spravovat vaše osobní uložené pohledy pro tuto tabulku"
|
|
|
2760
2786
|
msgid "matches regex"
|
|
2761
2787
|
msgstr "odpovídá regulárnímu výrazu"
|
|
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 "Střední datum"
|
|
2766
2792
|
|
|
@@ -2776,7 +2802,7 @@ msgstr "Metoda"
|
|
|
2776
2802
|
msgid "Metrics"
|
|
2777
2803
|
msgstr "Metriky"
|
|
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 "Upravit"
|
|
@@ -2785,7 +2811,7 @@ msgstr "Upravit"
|
|
|
2785
2811
|
msgid "Modify order"
|
|
2786
2812
|
msgstr "Upravit objednávku"
|
|
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 "Monitorované zdroje"
|
|
2791
2817
|
|
|
@@ -3057,7 +3083,7 @@ msgstr "Žádná adresa"
|
|
|
3057
3083
|
msgid "No addresses found"
|
|
3058
3084
|
msgstr "Nenalezeny žádné adresy"
|
|
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 "Žádná upozornění"
|
|
3063
3089
|
|
|
@@ -3069,7 +3095,7 @@ msgstr "Žádná fakturační adresa"
|
|
|
3069
3095
|
msgid "No countries found"
|
|
3070
3096
|
msgstr "Nenalezeny žádné země"
|
|
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 "Žádný zákazník"
|
|
@@ -3090,11 +3116,11 @@ msgstr "Pro tuto objednávku nebyly nalezeny žádné vhodné způsoby dopravy."
|
|
|
3090
3116
|
msgid "No facet values"
|
|
3091
3117
|
msgstr "Žádné hodnoty vlastností"
|
|
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 "Žádné expedice"
|
|
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 "Nejsou nakonfigurovány žádné globální jazyky"
|
|
3100
3126
|
|
|
@@ -3140,7 +3166,7 @@ msgstr "Není vyžadována platba ani refund"
|
|
|
3140
3166
|
msgid "No result yet"
|
|
3141
3167
|
msgstr "Zatím žádný výsledek"
|
|
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 "Žádné výsledky"
|
|
@@ -3162,7 +3188,7 @@ msgstr "Žádná doručovací adresa"
|
|
|
3162
3188
|
msgid "No shipping methods available"
|
|
3163
3189
|
msgstr "Nejsou k dispozici žádné způsoby dopravy"
|
|
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 "Na aktuálním kanále nejsou k dispozici žádné sklady"
|
|
3168
3194
|
|
|
@@ -3283,7 +3309,7 @@ msgstr "Objednávka doručena"
|
|
|
3283
3309
|
msgid "Order fulfilled"
|
|
3284
3310
|
msgstr "Objednávka expedována"
|
|
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 "Historie objednávky"
|
|
@@ -3398,7 +3424,7 @@ msgstr "Platba autorizována"
|
|
|
3398
3424
|
msgid "Payment cancelled successfully"
|
|
3399
3425
|
msgstr "Platba úspěšně zrušena"
|
|
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 "Detaily platby"
|
|
3404
3430
|
|
|
@@ -3457,9 +3483,9 @@ msgstr "Oprávnění"
|
|
|
3457
3483
|
msgid "Phone number"
|
|
3458
3484
|
msgstr "Telefonní číslo"
|
|
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 "Telefonní číslo"
|
|
3465
3491
|
|
|
@@ -3475,9 +3501,9 @@ msgstr "Pro spuštění testu přidejte produkty a vyplňte doručovací adresu.
|
|
|
3475
3501
|
msgid "Please select a target collection"
|
|
3476
3502
|
msgstr "Prosím vyberte cílovou kolekci"
|
|
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 "PSČ"
|
|
3483
3509
|
|
|
@@ -3497,8 +3523,8 @@ msgstr "Náhled úprav objednávky"
|
|
|
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 "Důvod"
|
|
|
3607
3633
|
msgid "Rebuild search index"
|
|
3608
3634
|
msgstr "Přebudovat vyhledávací index"
|
|
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 "Obnovit"
|
|
3613
3639
|
|
|
@@ -3675,6 +3701,10 @@ msgstr "Odebrat"
|
|
|
3675
3701
|
msgid "Remove from current channel"
|
|
3676
3702
|
msgstr "Odebrat z aktuálního kanálu"
|
|
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 "Odebrat skupinu"
|
|
@@ -3687,6 +3717,12 @@ msgstr "Odebrat položku"
|
|
|
3687
3717
|
msgid "Remove link"
|
|
3688
3718
|
msgstr "Odebrat odkaz"
|
|
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 "Odebrané kódy kupónů"
|
|
@@ -3741,11 +3777,11 @@ msgstr "Běží"
|
|
|
3741
3777
|
msgid "Same window"
|
|
3742
3778
|
msgstr "Stejné 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 "Ukázka formátování"
|
|
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 "Uložit"
|
|
|
3755
3791
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
3756
3792
|
msgstr "Uložte pohled jako \"Globální\", aby byl dostupný všem uživatelům."
|
|
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 "Uložit adresu"
|
|
3762
3798
|
|
|
@@ -3765,7 +3801,7 @@ msgid "Save changes"
|
|
|
3765
3801
|
msgstr "Uložit změny"
|
|
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 "Uložit změny"
|
|
3771
3807
|
|
|
@@ -3782,7 +3818,7 @@ msgid "Save View"
|
|
|
3782
3818
|
msgstr "Uložit zobrazení"
|
|
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 "Ukládání..."
|
|
3788
3824
|
|
|
@@ -3831,7 +3867,7 @@ msgstr "Přebudování vyhledávacího indexu nemohlo být spuštěno"
|
|
|
3831
3867
|
msgid "Search index rebuild started"
|
|
3832
3868
|
msgstr "Přebudování vyhledávacího indexu spuštěno"
|
|
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 "Hledat jazyky..."
|
|
3837
3873
|
|
|
@@ -3870,8 +3906,8 @@ msgstr "Vyberte kanál"
|
|
|
3870
3906
|
msgid "Select a channel to assign {0} {entityType} to"
|
|
3871
3907
|
msgstr "Vyberte kanál pro přiřazení {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 "Vyberte zemi"
|
|
3877
3913
|
|
|
@@ -3883,7 +3919,7 @@ msgstr "Vyberte měnu"
|
|
|
3883
3919
|
msgid "Select a destination collection"
|
|
3884
3920
|
msgstr "Vyberte cílovou kolekci"
|
|
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 "Vyberte jazyk"
|
|
3889
3925
|
|
|
@@ -3916,7 +3952,7 @@ msgstr "Vyberte adresu"
|
|
|
3916
3952
|
msgid "Select an option"
|
|
3917
3953
|
msgstr "Vyberte volbu"
|
|
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 "Vybrat dostupné jazyky"
|
|
3922
3958
|
|
|
@@ -3932,11 +3968,11 @@ msgstr "Vybrat zákazníka"
|
|
|
3932
3968
|
msgid "Select date range"
|
|
3933
3969
|
msgstr "Vyberte časové období"
|
|
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 "Vyberte jazyk rozhraní"
|
|
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 "Vyberte z globálně dostupných jazyků pro tento kanál"
|
|
3942
3978
|
|
|
@@ -3948,7 +3984,7 @@ msgstr "Vybrat položku"
|
|
|
3948
3984
|
msgid "Select items"
|
|
3949
3985
|
msgstr "Vybrat položky"
|
|
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 "Vyberte další stav"
|
|
3954
3990
|
|
|
@@ -3960,7 +3996,7 @@ msgstr "Vyberte množství k expedici a nakonfigurujte správce expedice"
|
|
|
3960
3996
|
msgid "Select seller"
|
|
3961
3997
|
msgstr "Vybrat prodejce"
|
|
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 "Vyberte další stav pro objednávku"
|
|
3966
4002
|
|
|
@@ -4031,7 +4067,7 @@ msgstr "Vypořádat refund"
|
|
|
4031
4067
|
msgid "Shipping"
|
|
4032
4068
|
msgstr "Doprava"
|
|
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 "Způsob dopravy nastaven pro objednávku"
|
|
|
4075
4111
|
msgid "Shipping Methods"
|
|
4076
4112
|
msgstr "Způsoby dopravy"
|
|
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 "Krátké datum"
|
|
4081
4117
|
|
|
@@ -4100,7 +4136,7 @@ msgstr "Přihlaste se pro přístup k administrátorskému panelu"
|
|
|
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 "URL segment je nastaven"
|
|
|
4118
4154
|
msgid "Slug will be generated automatically..."
|
|
4119
4155
|
msgstr "URL segment bude vygenerován automaticky..."
|
|
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 "Některé zdroje nefungují"
|
|
4124
4160
|
|
|
@@ -4141,8 +4177,8 @@ msgstr "Stav"
|
|
|
4141
4177
|
msgid "State / Province"
|
|
4142
4178
|
msgstr "Stát / Kraj"
|
|
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 "Stát/Kraj"
|
|
4148
4184
|
|
|
@@ -4178,13 +4214,13 @@ msgstr "Sklady"
|
|
|
4178
4214
|
msgid "Stock on hand"
|
|
4179
4215
|
msgstr "Sklad na skladě"
|
|
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 "Sklad na skladě"
|
|
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 "Ulice"
|
|
4190
4226
|
|
|
@@ -4365,7 +4401,7 @@ msgstr "Úspěšně aktualizovány hodnoty vlastností pro {entityIdsLength} {en
|
|
|
4365
4401
|
msgid "Successfully updated global settings"
|
|
4366
4402
|
msgstr "Globální nastavení úspěšně aktualizována"
|
|
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 "Objednávka úspěšně aktualizována"
|
|
@@ -4476,7 +4512,7 @@ msgstr "Daňová sazba: {taxRate}%"
|
|
|
4476
4512
|
msgid "Tax Rates"
|
|
4477
4513
|
msgstr "Daňové sazby"
|
|
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 "Souhrn daní"
|
|
4482
4518
|
|
|
@@ -4559,7 +4595,7 @@ msgstr "Toto jsou zákazníci ve skupině zákazníků <0>{customerGroupName}</0
|
|
|
4559
4595
|
msgid "These are the facet values for the <0>{facetName}</0> facet."
|
|
4560
4596
|
msgstr "Toto jsou hodnoty vlastností pro vlastnost <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 "Tyto jazyky budou k dispozici pro všechny kanály"
|
|
4565
4601
|
|
|
@@ -4667,7 +4703,7 @@ msgstr "ID transakce je povinné"
|
|
|
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 "Převést na {0}"
|
|
@@ -4676,7 +4712,7 @@ msgstr "Převést na {0}"
|
|
|
4676
4712
|
msgid "Transition to {suggestedState}"
|
|
4677
4713
|
msgstr "Převést na {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 "Převést na vybraný stav"
|
|
4682
4718
|
|
|
@@ -4740,7 +4776,7 @@ msgstr "Aktualizovat"
|
|
|
4740
4776
|
msgid "Update the note content or visibility"
|
|
4741
4777
|
msgstr "Aktualizujte obsah nebo viditelnost poznámky"
|
|
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 "Aktualizováno"
|
|
4746
4782
|
|
|
@@ -4752,13 +4788,13 @@ msgstr "Nahrát"
|
|
|
4752
4788
|
msgid "Usage limit"
|
|
4753
4789
|
msgstr "Limit použití"
|
|
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 "Použít jako výchozí fakturační adresu"
|
|
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 "Použít jako výchozí doručovací adresu"
|
|
4764
4800
|
|
|
@@ -4786,7 +4822,7 @@ msgstr "Použití nativní autentizační strategie"
|
|
|
4786
4822
|
msgid "Values"
|
|
4787
4823
|
msgstr "Hodnoty"
|
|
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 "Varianta"
|
|
4792
4828
|
|
|
@@ -4904,11 +4940,11 @@ msgctxt "date-range"
|
|
|
4904
4940
|
msgid "Yesterday"
|
|
4905
4941
|
msgstr "Včera"
|
|
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 "Nemáte oprávnění k zobrazení nastavení kanálu"
|
|
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 "Nemáte oprávnění k zobrazení globálních nastavení jazyků"
|
|
4914
4950
|
|