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
/* Error message generated when announcement service is unable to return a valid endpoint. */
5444
-
"Invalid endpoint" = "Invalid endpoint";
5445
-
5446
5428
/* Error when an empty Identifier is returned from the barcode scanner */
5447
5429
"Invalid Identifier" = "Invalid Identifier";
5448
5430
@@ -8060,12 +8042,12 @@ which should be translated separately and considered part of this sentence. */
8060
8042
/* The accessibility label for the `x` button next to each item in the Point of Sale cart.The button removes the item. The translation should be short, to make it quick to navigate by voice. */
/* Message shown to users when payment is made. %1$@ is a placeholder for the order total, e.g $10.50. Please include %1$@ in your formatted string */
8070
8052
"pointOfSale.paymentSuccessful.message.card.1" = "A card payment of %1$@ was successfully made.";
8071
8053
@@ -12596,6 +12578,18 @@ If your translation of that term also happens to contains a hyphen, please be su
12596
12578
/* Placeholder text for package name field */
12597
12579
"wooShipping.createLabel.addPackage.savePackageTemplatePlaceholder" = "Enter a unique package name";
12598
12580
12581
+
/* Button on the error alert when saving a package as template fails in the shipping label creation flow. Tapping on this button would cancel the saving. */
/* Message of the error alert when saving a package as template fails in the shipping label creation flow */
12585
+
"wooShipping.createLabel.addPackage.savingPackageError.message" = "Do you want to proceed without saving it?";
12586
+
12587
+
/* Button on the error alert when saving a package as template fails in the shipping label creation flow. Tapping on this button would proceed with the creation flow without saving the package. */
@@ -12656,6 +12653,9 @@ If your translation of that term also happens to contains a hyphen, please be su
12656
12653
/* Label for row showing the base fee for the selected shipping service on the shipping label creation screen. Reads like: 'USPS - Media Mail (base fee)' */
/* Message of the error alert when printing a shipping label fails in the post purchase flow. */
12813
+
"wooShipping.createLabels.postPurchase.printingLabelError.message" = "Do you want to try again?";
12814
+
12815
+
/* Button on the error alert when printing a shipping label fails in the post purchase flow.Tapping on this button would retry printing the shipping label. */
/* Error message when loading shipping label rates failed on the shipping label creation screen */
12837
+
"wooShipping.createLabels.rates.failedLoadingDataError" = "We are unable to load shipping rates";
12838
+
12821
12839
/* Message displayed when no destination address is provided in the shipping label creation screen. */
12822
12840
"wooShipping.createLabels.rates.noDestinationAddressMessage" = "We need to know where this package is going before we can show the available shipping rates.";
12823
12841
12824
12842
/* Title displayed when no destination address is provided in the shipping label creation screen. */
12825
12843
"wooShipping.createLabels.rates.noDestinationAddressTitle" = "Add a destination address to get shipping rates";
12826
12844
12845
+
/* Message displayed when no shipment weight is provided in the shipping label creation screen. */
12846
+
"wooShipping.createLabels.rates.noWeightMessage" = "We need to know the shipment weight before we can show the available shipping rates.";
12847
+
12848
+
/* Title displayed when no shipment weight is provided in the shipping label creation screen. */
12849
+
"wooShipping.createLabels.rates.noWeightTitle" = "Add shipment weight to get shipping rates";
12850
+
12851
+
/* Button to retry loading data on the shipping label creation screen */
/* Button to retry loading data on the shipping label creation screen */
12867
+
"wooShipping.createLabels.retryCTA" = "Retry";
12868
+
12839
12869
/* Label when shipping rate has option to require an adult signature in Woo Shipping label creation flow. Reads like: 'Adult signature required (+$9.35)' */
0 commit comments