@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/it.po
CHANGED
|
@@ -25,6 +25,31 @@ msgstr "Errore di estensione query"
|
|
|
25
25
|
msgid "The page will continue with the default query."
|
|
26
26
|
msgstr "La pagina continuerà con la query predefinita."
|
|
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 "Impossibile estendere il documento query"
|
|
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 "L'estensione query non è valida: deve avere almeno un campo di livello superiore"
|
|
37
|
+
|
|
38
|
+
#. js-lingui-explicit-id
|
|
39
|
+
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
40
|
+
msgid "Query extension mismatch: "
|
|
41
|
+
msgstr "Disallineamento estensione query: "
|
|
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 "L'estensione query contiene sintassi GraphQL non valida"
|
|
47
|
+
|
|
48
|
+
#. js-lingui-explicit-id
|
|
49
|
+
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
50
|
+
msgid "Query extension error: "
|
|
51
|
+
msgstr "Errore estensione query: "
|
|
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 Ultimi Ordini"
|
|
|
191
216
|
msgid "Orders Summary Widget"
|
|
192
217
|
msgstr "Widget Riepilogo Ordini"
|
|
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 "Impossibile estendere il documento query"
|
|
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 "L'estensione query non è valida: deve avere almeno un campo di livello superiore"
|
|
203
|
-
|
|
204
|
-
#. js-lingui-explicit-id
|
|
205
|
-
#: src/lib/hooks/use-extended-list-query.ts:47
|
|
206
|
-
msgid "Query extension mismatch: "
|
|
207
|
-
msgstr "Disallineamento estensione query: "
|
|
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 "L'estensione query contiene sintassi GraphQL non valida"
|
|
213
|
-
|
|
214
|
-
#. js-lingui-explicit-id
|
|
215
|
-
#: src/lib/hooks/use-extended-list-query.ts:51
|
|
216
|
-
msgid "Query extension error: "
|
|
217
|
-
msgstr "Errore estensione query: "
|
|
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 "Esecuzione degli aggiornamenti dell'indice di ricerca in sospeso"
|
|
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} clienti"
|
|
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} articoli selezionati"
|
|
756
761
|
|
|
@@ -771,14 +776,14 @@ msgstr "{0} selezionati"
|
|
|
771
776
|
msgid "{0} variants"
|
|
772
777
|
msgstr "{0} varianti"
|
|
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 "È richiesto un rimborso di {formattedDiff}. Seleziona gli importi dei p
|
|
|
817
822
|
msgid "Actions"
|
|
818
823
|
msgstr "Azioni"
|
|
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 "Attivo"
|
|
@@ -847,6 +852,10 @@ msgstr "Aggiungi un altro gruppo di opzioni"
|
|
|
847
852
|
msgid "Add asset"
|
|
848
853
|
msgstr "Aggiungi file"
|
|
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 "Aggiungi colonna dopo"
|
|
@@ -968,7 +977,7 @@ msgstr "Aggiungi riga prima"
|
|
|
968
977
|
msgid "Add stock level for another location"
|
|
969
978
|
msgstr "Aggiungi livello di stock per un'altra posizione"
|
|
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 "Aggiungi scorta all'ubicazione"
|
|
974
983
|
|
|
@@ -1045,7 +1054,11 @@ msgstr "Amministratori"
|
|
|
1045
1054
|
msgid "after"
|
|
1046
1055
|
msgstr "dopo"
|
|
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 "Tutte le risorse sono attive"
|
|
1051
1064
|
|
|
@@ -1065,8 +1078,8 @@ msgstr "Sarà richiesto un pagamento aggiuntivo di {formattedDiff}."
|
|
|
1065
1078
|
msgid "AND"
|
|
1066
1079
|
msgstr "E"
|
|
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 "Appartamento, suite, ecc."
|
|
1072
1085
|
|
|
@@ -1127,6 +1140,12 @@ msgstr "Sei sicuro di voler eliminare questa vista? Questa azione non può esser
|
|
|
1127
1140
|
msgid "Are you sure you want to navigate away from this page? Any unsaved changes will be lost."
|
|
1128
1141
|
msgstr "Sei sicuro di voler uscire da questa pagina? Tutte le modifiche non salvate andranno perse."
|
|
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 "Valute disponibili"
|
|
|
1171
1190
|
msgid "Available languages"
|
|
1172
1191
|
msgstr "Lingue disponibili"
|
|
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 "Lingue disponibili"
|
|
1177
1196
|
|
|
@@ -1195,7 +1214,7 @@ msgstr "prima"
|
|
|
1195
1214
|
msgid "between"
|
|
1196
1215
|
msgstr "tra"
|
|
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 "Calcolatrice"
|
|
|
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 "Canale"
|
|
|
1272
1291
|
msgid "Channel defaults"
|
|
1273
1292
|
msgstr "Impostazioni predefinite canale"
|
|
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 "Lingue canale"
|
|
1278
1297
|
|
|
@@ -1280,13 +1299,13 @@ msgstr "Lingue canale"
|
|
|
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 "Canali"
|
|
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 "Città"
|
|
1292
1311
|
|
|
@@ -1295,7 +1314,7 @@ msgid "Clear"
|
|
|
1295
1314
|
msgstr "Cancella"
|
|
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 "Cancella tutto"
|
|
1301
1320
|
|
|
@@ -1321,6 +1340,7 @@ msgstr "Fai clic su \"Esegui test\" per testare questo metodo di spedizione."
|
|
|
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 "Codice"
|
|
@@ -1343,9 +1363,9 @@ msgstr "Collezioni spostate con successo"
|
|
|
1343
1363
|
msgid "Column settings"
|
|
1344
1364
|
msgstr "Impostazioni colonne"
|
|
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 "Azienda"
|
|
1351
1371
|
|
|
@@ -1358,7 +1378,7 @@ msgstr "Completa bozza"
|
|
|
1358
1378
|
msgid "Conditions"
|
|
1359
1379
|
msgstr "Condizioni"
|
|
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 "Configura le lingue disponibili per il tuo negozio e i canali"
|
|
1364
1384
|
|
|
@@ -1367,7 +1387,7 @@ msgstr "Configura le lingue disponibili per il tuo negozio e i canali"
|
|
|
1367
1387
|
msgid "Confirm"
|
|
1368
1388
|
msgstr "Conferma"
|
|
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 "Conferma azione"
|
|
1373
1393
|
|
|
@@ -1388,7 +1408,7 @@ msgstr "contiene"
|
|
|
1388
1408
|
msgid "Contents"
|
|
1389
1409
|
msgstr "Contenuti"
|
|
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 "Continua"
|
|
@@ -1404,9 +1424,10 @@ msgstr "Copia in personale"
|
|
|
1404
1424
|
msgid "Countries"
|
|
1405
1425
|
msgstr "Paesi"
|
|
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 "Paese"
|
|
1412
1433
|
|
|
@@ -1432,7 +1453,7 @@ msgstr "Codice coupon impostato per l'ordine"
|
|
|
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 "Crea"
|
|
|
1453
1474
|
msgid "Create \"{0}\""
|
|
1454
1475
|
msgstr "Crea \"{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 "Crea {createCount} varianti"
|
|
1459
1480
|
|
|
@@ -1470,16 +1491,16 @@ msgstr "Crea opzioni prodotto"
|
|
|
1470
1491
|
msgid "Create variant"
|
|
1471
1492
|
msgstr "Crea variante"
|
|
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 "Crea varianti"
|
|
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 "Crea varianti per il tuo prodotto"
|
|
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 "Creato"
|
|
1485
1506
|
|
|
@@ -1488,11 +1509,11 @@ msgstr "Creato"
|
|
|
1488
1509
|
msgid "Created at"
|
|
1489
1510
|
msgstr "Creato il"
|
|
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 "Creazione in corso..."
|
|
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 "Corrente"
|
|
@@ -1501,7 +1522,7 @@ msgstr "Corrente"
|
|
|
1501
1522
|
msgid "Current facet values"
|
|
1502
1523
|
msgstr "Valori attributo attuali"
|
|
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 "Stato attuale"
|
|
1507
1528
|
|
|
@@ -1517,7 +1538,7 @@ msgstr "Campi personalizzati"
|
|
|
1517
1538
|
msgid "Custom fields changed"
|
|
1518
1539
|
msgstr "Campi personalizzati modificati"
|
|
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 "Scuro"
|
|
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 "Indirizzo di fatturazione predefinito"
|
|
1594
1615
|
|
|
@@ -1604,12 +1625,12 @@ msgstr "Valuta predefinita"
|
|
|
1604
1625
|
msgid "Default language"
|
|
1605
1626
|
msgstr "Lingua predefinita"
|
|
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 "Lingua predefinita"
|
|
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 "Indirizzo di spedizione predefinito"
|
|
1615
1636
|
|
|
@@ -1706,7 +1727,7 @@ msgstr "Disabilitato"
|
|
|
1706
1727
|
msgid "Discount"
|
|
1707
1728
|
msgstr "Sconto"
|
|
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 "Lingua di visualizzazione"
|
|
1712
1733
|
|
|
@@ -1854,6 +1875,7 @@ msgstr "Abilita"
|
|
|
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 "Abilitato"
|
|
@@ -1878,7 +1900,7 @@ msgstr "Inserisci l'ID transazione per questo completamento rimborso"
|
|
|
1878
1900
|
msgid "Enter transaction ID"
|
|
1879
1901
|
msgstr "Inserisci ID transazione"
|
|
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 "Informazioni entità"
|
|
1884
1906
|
|
|
@@ -1900,7 +1922,7 @@ msgstr "Errore caricamento cronologia ordine: {0}"
|
|
|
1900
1922
|
msgid "Error message"
|
|
1901
1923
|
msgstr "Messaggio di errore"
|
|
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 "Errore transizione allo stato"
|
|
1906
1928
|
|
|
@@ -2125,11 +2147,11 @@ msgstr "Impossibile duplicare vista"
|
|
|
2125
2147
|
msgid "Failed to fulfill order"
|
|
2126
2148
|
msgstr "Impossibile evadere ordine"
|
|
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 "Impossibile caricare impostazioni globali"
|
|
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 "Impossibile modificare ordine"
|
|
2135
2157
|
|
|
@@ -2137,6 +2159,10 @@ msgstr "Impossibile modificare ordine"
|
|
|
2137
2159
|
msgid "Failed to move collections"
|
|
2138
2160
|
msgstr "Impossibile spostare collezioni"
|
|
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 "Impossibile rimuovere cliente dal gruppo"
|
|
@@ -2163,7 +2189,7 @@ msgstr "Impossibile completare pagamento"
|
|
|
2163
2189
|
msgid "Failed to settle refund"
|
|
2164
2190
|
msgstr "Impossibile completare rimborso"
|
|
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 "Impossibile effettuare transizione ordine allo stato"
|
|
2169
2195
|
|
|
@@ -2219,7 +2245,7 @@ msgstr "Impossibile aggiornare stato evasione"
|
|
|
2219
2245
|
msgid "Failed to update global settings"
|
|
2220
2246
|
msgstr "Impossibile aggiornare impostazioni globali"
|
|
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 "Impossibile aggiornare ordine"
|
|
@@ -2302,7 +2328,7 @@ msgstr "Filtra per nome collezione"
|
|
|
2302
2328
|
msgid "Filter by tags"
|
|
2303
2329
|
msgstr "Filtra per tag"
|
|
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 "Filtra..."
|
|
2308
2334
|
|
|
@@ -2363,7 +2389,7 @@ msgstr "Evasione #{0} da {1} a {2}"
|
|
|
2363
2389
|
msgid "Fulfillment created"
|
|
2364
2390
|
msgstr "Evasione creata"
|
|
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 "Dettagli evasione"
|
|
2369
2395
|
|
|
@@ -2384,9 +2410,9 @@ msgstr "Stato evasione aggiornato con successo"
|
|
|
2384
2410
|
msgid "Fulfillment transitioned"
|
|
2385
2411
|
msgstr "Evasione transitata"
|
|
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 "Nome completo"
|
|
2392
2418
|
|
|
@@ -2399,7 +2425,7 @@ msgstr "Generale"
|
|
|
2399
2425
|
msgid "Generate slug automatically"
|
|
2400
2426
|
msgstr "Genera slug automaticamente"
|
|
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 "Lingue globali"
|
|
2405
2431
|
|
|
@@ -2480,7 +2506,7 @@ msgstr "Intestazione 5"
|
|
|
2480
2506
|
msgid "Heading 6"
|
|
2481
2507
|
msgstr "Intestazione 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 "Controlli stato"
|
|
2486
2512
|
|
|
@@ -2603,7 +2629,7 @@ msgid "Language"
|
|
|
2603
2629
|
msgstr "Lingua"
|
|
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 "Lingua: {0}"
|
|
2609
2635
|
|
|
@@ -2637,7 +2663,7 @@ msgid "Last Result"
|
|
|
2637
2663
|
msgstr "Ultimo risultato"
|
|
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 "Ultimo aggiornamento {0}"
|
|
2643
2669
|
|
|
@@ -2683,7 +2709,7 @@ msgstr "Caricamento indirizzi..."
|
|
|
2683
2709
|
msgid "Loading collections..."
|
|
2684
2710
|
msgstr "Caricamento collezioni..."
|
|
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 "Caricamento impostazioni globali..."
|
|
2689
2715
|
|
|
@@ -2706,7 +2732,7 @@ msgstr "Caricamento tag..."
|
|
|
2706
2732
|
msgid "Loading..."
|
|
2707
2733
|
msgstr "Caricamento..."
|
|
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 "Locale"
|
|
2712
2738
|
|
|
@@ -2730,8 +2756,8 @@ msgstr "Gestisci viste globali"
|
|
|
2730
2756
|
msgid "Manage Global Views"
|
|
2731
2757
|
msgstr "Gestisci viste globali"
|
|
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 "Gestisci lingue"
|
|
2737
2763
|
|
|
@@ -2760,7 +2786,7 @@ msgstr "Gestisci le tue viste salvate personali per questa tabella"
|
|
|
2760
2786
|
msgid "matches regex"
|
|
2761
2787
|
msgstr "corrisponde a 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 media"
|
|
2766
2792
|
|
|
@@ -2776,7 +2802,7 @@ msgstr "Metodo"
|
|
|
2776
2802
|
msgid "Metrics"
|
|
2777
2803
|
msgstr "Metriche"
|
|
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 "Modifica"
|
|
@@ -2785,7 +2811,7 @@ msgstr "Modifica"
|
|
|
2785
2811
|
msgid "Modify order"
|
|
2786
2812
|
msgstr "Modifica ordine"
|
|
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 "Risorse monitorate"
|
|
2791
2817
|
|
|
@@ -3057,7 +3083,7 @@ msgstr "Nessun indirizzo"
|
|
|
3057
3083
|
msgid "No addresses found"
|
|
3058
3084
|
msgstr "Nessun indirizzo trovato"
|
|
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 "Nessun avviso"
|
|
3063
3089
|
|
|
@@ -3069,7 +3095,7 @@ msgstr "Nessun indirizzo di fatturazione"
|
|
|
3069
3095
|
msgid "No countries found"
|
|
3070
3096
|
msgstr "Nessun paese trovato"
|
|
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 "Nessun cliente"
|
|
@@ -3090,11 +3116,11 @@ msgstr "Nessun metodo di spedizione idoneo trovato per questo ordine."
|
|
|
3090
3116
|
msgid "No facet values"
|
|
3091
3117
|
msgstr "Nessun valore attributo"
|
|
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 "Nessuna evasione"
|
|
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 "Nessuna lingua globale configurata"
|
|
3100
3126
|
|
|
@@ -3140,7 +3166,7 @@ msgstr "Nessun pagamento o rimborso richiesto"
|
|
|
3140
3166
|
msgid "No result yet"
|
|
3141
3167
|
msgstr "Nessun risultato ancora"
|
|
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 "Nessun risultato"
|
|
@@ -3162,7 +3188,7 @@ msgstr "Nessun indirizzo di spedizione"
|
|
|
3162
3188
|
msgid "No shipping methods available"
|
|
3163
3189
|
msgstr "Nessun metodo di spedizione disponibile"
|
|
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 "Nessuna ubicazione magazzino disponibile sul canale corrente"
|
|
3168
3194
|
|
|
@@ -3283,7 +3309,7 @@ msgstr "Ordine consegnato"
|
|
|
3283
3309
|
msgid "Order fulfilled"
|
|
3284
3310
|
msgstr "Ordine evaso"
|
|
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 "Cronologia ordine"
|
|
@@ -3398,7 +3424,7 @@ msgstr "Pagamento autorizzato"
|
|
|
3398
3424
|
msgid "Payment cancelled successfully"
|
|
3399
3425
|
msgstr "Pagamento annullato con successo"
|
|
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 "Dettagli pagamento"
|
|
3404
3430
|
|
|
@@ -3457,9 +3483,9 @@ msgstr "Permessi"
|
|
|
3457
3483
|
msgid "Phone number"
|
|
3458
3484
|
msgstr "Numero di telefono"
|
|
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 "Numero di telefono"
|
|
3465
3491
|
|
|
@@ -3475,9 +3501,9 @@ msgstr "Aggiungi prodotti e completa l'indirizzo di spedizione per eseguire il t
|
|
|
3475
3501
|
msgid "Please select a target collection"
|
|
3476
3502
|
msgstr "Seleziona una collezione di destinazione"
|
|
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 "Codice postale"
|
|
3483
3509
|
|
|
@@ -3497,8 +3523,8 @@ msgstr "Anteprima modifiche ordine"
|
|
|
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 "Prezzo"
|
|
3504
3530
|
|
|
@@ -3607,7 +3633,7 @@ msgstr "Motivo"
|
|
|
3607
3633
|
msgid "Rebuild search index"
|
|
3608
3634
|
msgstr "Ricostruisci indice di ricerca"
|
|
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 "Aggiorna"
|
|
3613
3639
|
|
|
@@ -3675,6 +3701,10 @@ msgstr "Rimuovi"
|
|
|
3675
3701
|
msgid "Remove from current channel"
|
|
3676
3702
|
msgstr "Rimuovi dal canale corrente"
|
|
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 "Rimuovi gruppo"
|
|
@@ -3687,6 +3717,12 @@ msgstr "Rimuovi articolo"
|
|
|
3687
3717
|
msgid "Remove link"
|
|
3688
3718
|
msgstr "Rimuovi 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 "Codici coupon rimossi"
|
|
@@ -3741,11 +3777,11 @@ msgstr "In esecuzione"
|
|
|
3741
3777
|
msgid "Same window"
|
|
3742
3778
|
msgstr "Stessa finestra"
|
|
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 "Formattazione di esempio"
|
|
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 "Salva"
|
|
|
3755
3791
|
msgid "Save a view as \"Global\" to make it available to all users."
|
|
3756
3792
|
msgstr "Salva una vista come \"Globale\" per renderla disponibile a tutti gli utenti."
|
|
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 "Salva indirizzo"
|
|
3762
3798
|
|
|
@@ -3765,7 +3801,7 @@ msgid "Save changes"
|
|
|
3765
3801
|
msgstr "Salva modifiche"
|
|
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 "Salva modifiche"
|
|
3771
3807
|
|
|
@@ -3782,7 +3818,7 @@ msgid "Save View"
|
|
|
3782
3818
|
msgstr "Salva vista"
|
|
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 "Salvataggio in corso..."
|
|
3788
3824
|
|
|
@@ -3831,7 +3867,7 @@ msgstr "La ricostruzione dell'indice di ricerca non può essere avviata"
|
|
|
3831
3867
|
msgid "Search index rebuild started"
|
|
3832
3868
|
msgstr "Ricostruzione indice di ricerca avviata"
|
|
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 "Cerca lingue..."
|
|
3837
3873
|
|
|
@@ -3870,8 +3906,8 @@ msgstr "Seleziona un canale"
|
|
|
3870
3906
|
msgid "Select a channel to assign {0} {entityType} to"
|
|
3871
3907
|
msgstr "Seleziona un canale a cui assegnare {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 "Seleziona un paese"
|
|
3877
3913
|
|
|
@@ -3883,7 +3919,7 @@ msgstr "Seleziona una valuta"
|
|
|
3883
3919
|
msgid "Select a destination collection"
|
|
3884
3920
|
msgstr "Seleziona una collezione di destinazione"
|
|
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 "Seleziona una lingua"
|
|
3889
3925
|
|
|
@@ -3916,7 +3952,7 @@ msgstr "Seleziona un indirizzo"
|
|
|
3916
3952
|
msgid "Select an option"
|
|
3917
3953
|
msgstr "Seleziona un'opzione"
|
|
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 "Seleziona lingue disponibili"
|
|
3922
3958
|
|
|
@@ -3932,11 +3968,11 @@ msgstr "Seleziona cliente"
|
|
|
3932
3968
|
msgid "Select date range"
|
|
3933
3969
|
msgstr "Seleziona intervallo di date"
|
|
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 "Seleziona lingua di visualizzazione"
|
|
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 "Seleziona tra le lingue disponibili globalmente per questo canale"
|
|
3942
3978
|
|
|
@@ -3948,7 +3984,7 @@ msgstr "Seleziona articolo"
|
|
|
3948
3984
|
msgid "Select items"
|
|
3949
3985
|
msgstr "Seleziona articoli"
|
|
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 "Seleziona stato successivo"
|
|
3954
3990
|
|
|
@@ -3960,7 +3996,7 @@ msgstr "Seleziona le quantità da evadere e configura il gestore evasione"
|
|
|
3960
3996
|
msgid "Select seller"
|
|
3961
3997
|
msgstr "Seleziona venditore"
|
|
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 "Seleziona lo stato successivo per l'ordine"
|
|
3966
4002
|
|
|
@@ -4031,7 +4067,7 @@ msgstr "Completa rimborso"
|
|
|
4031
4067
|
msgid "Shipping"
|
|
4032
4068
|
msgstr "Spedizione"
|
|
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 "Metodo di spedizione impostato per l'ordine"
|
|
|
4075
4111
|
msgid "Shipping Methods"
|
|
4076
4112
|
msgstr "Metodi di spedizione"
|
|
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 breve"
|
|
4081
4117
|
|
|
@@ -4100,7 +4136,7 @@ msgstr "Accedi per accedere al pannello di amministrazione"
|
|
|
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 "Lo slug è impostato"
|
|
|
4118
4154
|
msgid "Slug will be generated automatically..."
|
|
4119
4155
|
msgstr "Lo slug sarà generato automaticamente..."
|
|
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 "Alcune risorse non sono disponibili"
|
|
4124
4160
|
|
|
@@ -4141,8 +4177,8 @@ msgstr "Stato"
|
|
|
4141
4177
|
msgid "State / Province"
|
|
4142
4178
|
msgstr "Stato / Provincia"
|
|
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 "Stato/Provincia"
|
|
4148
4184
|
|
|
@@ -4178,13 +4214,13 @@ msgstr "Ubicazioni stock"
|
|
|
4178
4214
|
msgid "Stock on hand"
|
|
4179
4215
|
msgstr "Scorta disponibile"
|
|
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 "Scorta disponibile"
|
|
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 "Indirizzo"
|
|
4190
4226
|
|
|
@@ -4365,7 +4401,7 @@ msgstr "Valori attributo aggiornati con successo per {entityIdsLength} {entityTy
|
|
|
4365
4401
|
msgid "Successfully updated global settings"
|
|
4366
4402
|
msgstr "Impostazioni globali aggiornate con successo"
|
|
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 "Ordine aggiornato con successo"
|
|
@@ -4476,7 +4512,7 @@ msgstr "Aliquota fiscale: {taxRate}%"
|
|
|
4476
4512
|
msgid "Tax Rates"
|
|
4477
4513
|
msgstr "Aliquote fiscali"
|
|
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 "Riepilogo fiscale"
|
|
4482
4518
|
|
|
@@ -4559,7 +4595,7 @@ msgstr "Questi sono i clienti nel gruppo clienti <0>{customerGroupName}</0>."
|
|
|
4559
4595
|
msgid "These are the facet values for the <0>{facetName}</0> facet."
|
|
4560
4596
|
msgstr "Questi sono i valori attributo per l'attributo <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 "Queste lingue saranno disponibili per l'uso di tutti i canali"
|
|
4565
4601
|
|
|
@@ -4667,7 +4703,7 @@ msgstr "L'ID transazione è obbligatorio"
|
|
|
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 "Transizione a {0}"
|
|
@@ -4676,7 +4712,7 @@ msgstr "Transizione a {0}"
|
|
|
4676
4712
|
msgid "Transition to {suggestedState}"
|
|
4677
4713
|
msgstr "Transizione a {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 "Transizione allo stato selezionato"
|
|
4682
4718
|
|
|
@@ -4740,7 +4776,7 @@ msgstr "Aggiorna"
|
|
|
4740
4776
|
msgid "Update the note content or visibility"
|
|
4741
4777
|
msgstr "Aggiorna il contenuto o la visibilità della nota"
|
|
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 "Aggiornato"
|
|
4746
4782
|
|
|
@@ -4752,13 +4788,13 @@ msgstr "Carica"
|
|
|
4752
4788
|
msgid "Usage limit"
|
|
4753
4789
|
msgstr "Limite utilizzo"
|
|
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 "Usa come indirizzo di fatturazione predefinito"
|
|
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 "Usa come indirizzo di spedizione predefinito"
|
|
4764
4800
|
|
|
@@ -4786,7 +4822,7 @@ msgstr "Utilizzo strategia di autenticazione nativa"
|
|
|
4786
4822
|
msgid "Values"
|
|
4787
4823
|
msgstr "Valori"
|
|
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 "Variante"
|
|
4792
4828
|
|
|
@@ -4904,11 +4940,11 @@ msgctxt "date-range"
|
|
|
4904
4940
|
msgid "Yesterday"
|
|
4905
4941
|
msgstr "Ieri"
|
|
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 "Non hai il permesso di visualizzare le impostazioni del canale"
|
|
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 "Non hai il permesso di visualizzare le impostazioni linguistiche globali"
|
|
4914
4950
|
|