You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/defaultMessages.json
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2847,7 +2847,7 @@
2847
2847
},
2848
2848
"EURyYW": {
2849
2849
"context": "Reassurance under verification badge when product is purchasable in direct mode",
2850
-
"string": "Storefront API confirms the product is purchasable. Stock availability is taken directly from the warehouse-channel link, regardless of shipping zones."
2850
+
"string": "The public API confirms the product is purchasable. Stock availability is taken directly from the warehouse-channel link, regardless of shipping zones."
2851
2851
},
2852
2852
"EXqb2l": {
2853
2853
"string": "Go to Saleor Cloud"
@@ -5954,7 +5954,7 @@
5954
5954
},
5955
5955
"VNXfqA": {
5956
5956
"context": "Reassurance under verification badge when product is purchasable in legacy mode",
5957
-
"string": "Storefront API confirms the product is purchasable for customers covered by the channel's shipping zones."
5957
+
"string": "The public API confirms the product is purchasable for customers covered by the channel's shipping zones."
5958
5958
},
5959
5959
"VOiUXQ": {
5960
5960
"string": "Used to calculate rates for shipping for products of this product type, when specific weight is not given"
@@ -6739,7 +6739,7 @@
6739
6739
},
6740
6740
"ZemrGW": {
6741
6741
"context": "Reassurance under verification badge when product is not visible to public API",
6742
-
"string": "The storefront API cannot find this product. Confirm it is published and listed in this channel."
6742
+
"string": "The public API cannot find this product. Confirm it is published and listed in this channel."
6743
6743
},
6744
6744
"ZepEWY": {
6745
6745
"context": "Dry run item",
@@ -10690,6 +10690,10 @@
10690
10690
"context": "default product variant indicator",
10691
10691
"string": "Default"
10692
10692
},
10693
+
"vZN+nE": {
10694
+
"context": "Public API verification: API says product has stock, but no shipping zones cover the channel (legacy mode)",
10695
+
"string": "Reports stock, but no coverage"
10696
+
},
10693
10697
"vaFjs6": {
10694
10698
"string": "No warehouses available to add"
10695
10699
},
@@ -10881,7 +10885,7 @@
10881
10885
},
10882
10886
"wPODVm": {
10883
10887
"context": "Reassurance under verification badge when product is not purchasable",
10884
-
"string": "The storefront API does not return this product as purchasable. Review the issues listed above to resolve."
10888
+
"string": "The public API does not return this product as purchasable. Review the issues listed above to resolve."
10885
10889
},
10886
10890
"wQdR8M": {
10887
10891
"string": "Add search engine title and description to make this category easier to find"
@@ -10914,6 +10918,10 @@
10914
10918
"context": "Tooltip line showing local timestamp of a problem event",
10915
10919
"string": "Local: {time}"
10916
10920
},
10921
+
"wawnP4": {
10922
+
"context": "Reassurance under verification badge when API reports stock but the channel has no shipping zones in legacy mode",
10923
+
"string": "The public API reports the product as in stock, but no shipping zones are configured for this channel — no customer is currently covered, so checkout cannot complete."
// Mode-aware reassurance shown beneath the verification badge after a run.
315
-
// Tells the user what the storefront-API result means for the shop's active
321
+
// Tells the user what the public-API result means for the shop's active
316
322
// stock-availability mode (Saleor 3.23+).
317
323
verificationReassurance_purchasableLegacy: {
318
-
id: "VNXfqA",
324
+
id: "QEXGYB",
319
325
defaultMessage:
320
-
"Storefront API confirms the product is purchasable for customers covered by the channel's shipping zones.",
326
+
"The public API confirms the product is purchasable for customers covered by the channel's shipping zones.",
321
327
description: "Reassurance under verification badge when product is purchasable in legacy mode",
322
328
},
323
329
verificationReassurance_purchasableDirect: {
324
-
id: "EURyYW",
330
+
id: "uL33aH",
325
331
defaultMessage:
326
-
"Storefront API confirms the product is purchasable. Stock availability is taken directly from the warehouse-channel link, regardless of shipping zones.",
332
+
"The public API confirms the product is purchasable. Stock availability is taken directly from the warehouse-channel link, regardless of shipping zones.",
327
333
description: "Reassurance under verification badge when product is purchasable in direct mode",
328
334
},
329
335
verificationReassurance_notPurchasable: {
330
-
id: "wPODVm",
336
+
id: "UuX9YV",
331
337
defaultMessage:
332
-
"The storefront API does not return this product as purchasable. Review the issues listed above to resolve.",
338
+
"The public API does not return this product as purchasable. Review the issues listed above to resolve.",
333
339
description: "Reassurance under verification badge when product is not purchasable",
334
340
},
335
341
verificationReassurance_notVisible: {
336
-
id: "ZemrGW",
342
+
id: "tFx7UX",
337
343
defaultMessage:
338
-
"The storefront API cannot find this product. Confirm it is published and listed in this channel.",
344
+
"The public API cannot find this product. Confirm it is published and listed in this channel.",
339
345
description: "Reassurance under verification badge when product is not visible to public API",
340
346
},
347
+
verificationReassurance_notReachableLegacy: {
348
+
id: "AFZfCS",
349
+
defaultMessage:
350
+
"The public API reports the product as in stock, but no shipping zones are configured for this channel — no customer is currently covered, so checkout cannot complete.",
351
+
description:
352
+
"Reassurance under verification badge when API reports stock but the channel has no shipping zones in legacy mode",
0 commit comments