Skip to content

Commit 3ba6a5d

Browse files
committed
Freeze strings for localization
1 parent d19fc08 commit 3ba6a5d

File tree

1 file changed

+66
-21
lines changed

1 file changed

+66
-21
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 66 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -360,12 +360,6 @@ which should be translated separately and considered part of this sentence. */
360360
Status of coupons that are active */
361361
"Active" = "Active";
362362

363-
/* The plugin is active on the site and has not enabled automatic updates */
364-
"Active, Autoupdates off" = "Active, Autoupdates off";
365-
366-
/* The plugin is active on the site and has enabled automatic updates */
367-
"Active, Autoupdates on" = "Active, Autoupdates on";
368-
369363
/* No comment provided by engineer. */
370364
"Ad-free experience" = "Ad-free experience";
371365

@@ -1083,9 +1077,6 @@ which should be translated separately and considered part of this sentence. */
10831077
/* Title for the link for site creation guide. */
10841078
"authenticationConstants.siteCreationGuideButtonTitle" = "Starting a new store?";
10851079

1086-
/* The plugin can not be manually updated or deactivated */
1087-
"Auto-managed on this site" = "Auto-managed on this site";
1088-
10891080
/* No comment provided by engineer. */
10901081
"Automated backup + quick restore" = "Automated backup + quick restore";
10911082

@@ -5302,12 +5293,6 @@ which should be translated separately and considered part of this sentence. */
53025293
/* Application's Inactive State */
53035294
"Inactive" = "Inactive";
53045295

5305-
/* The plugin is not active on the site and has not enabled automatic updates */
5306-
"Inactive, Autoupdates off" = "Inactive, Autoupdates off";
5307-
5308-
/* The plugin is not active on the site and has enabled automatic updates */
5309-
"Inactive, Autoupdates on" = "Inactive, Autoupdates on";
5310-
53115296
/* The title of the button for giving a negative feedback for the app. */
53125297
"inAppFeedbackCardView.couldBeBetter" = "Could be better";
53135298

@@ -5440,9 +5425,6 @@ which should be translated separately and considered part of this sentence. */
54405425
/* Title of an alert letting the user know the email address that they've entered isn't valid */
54415426
"Invalid Email Address" = "Invalid Email Address";
54425427

5443-
/* Error message generated when announcement service is unable to return a valid endpoint. */
5444-
"Invalid endpoint" = "Invalid endpoint";
5445-
54465428
/* Error when an empty Identifier is returned from the barcode scanner */
54475429
"Invalid Identifier" = "Invalid Identifier";
54485430

@@ -8060,12 +8042,12 @@ which should be translated separately and considered part of this sentence. */
80608042
/* 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. */
80618043
"pointOfSale.item.removeFromCart.button.accessibilityLabel" = "Remove";
80628044

8063-
/* Button title to retry synchronizing order and calculating order totals */
8064-
"pointOfSale.orderSync.error.retry" = "Retry";
8065-
80668045
/* Title of the error when failing to synchronize order and calculate order totals */
80678046
"pointOfSale.orderSync.error.title" = "Couldn't load totals";
80688047

8048+
/* Button title to retry synchronizing order and calculating order totals */
8049+
"pointOfSale.orderSync.error.tryAgain" = "Try again";
8050+
80698051
/* 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 */
80708052
"pointOfSale.paymentSuccessful.message.card.1" = "A card payment of %1$@ was successfully made.";
80718053

@@ -12596,6 +12578,18 @@ If your translation of that term also happens to contains a hyphen, please be su
1259612578
/* Placeholder text for package name field */
1259712579
"wooShipping.createLabel.addPackage.savePackageTemplatePlaceholder" = "Enter a unique package name";
1259812580

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. */
12582+
"wooShipping.createLabel.addPackage.savingPackageError.cancel" = "Cancel";
12583+
12584+
/* 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. */
12588+
"wooShipping.createLabel.addPackage.savingPackageError.proceed" = "Proceed";
12589+
12590+
/* Title of the error alert when saving a package as template fails in the shipping label creation flow */
12591+
"wooShipping.createLabel.addPackage.savingPackageError.title" = "We couldn't save your package as a template";
12592+
1259912593
/* Title for the Add Package screen Select Package button */
1260012594
"wooShipping.createLabel.addPackage.selectPackage" = "Select Package";
1260112595

@@ -12641,6 +12635,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1264112635
/* Label when an address is missing on the shipping label creation screen */
1264212636
"wooShipping.createLabels.addressVerification.missing" = "Missing address";
1264312637

12638+
/* Notice when a origin address is unverified on the shipping label creation screen */
12639+
"wooShipping.createLabels.addressVerification.originUnverified" = "Origin address unverified";
12640+
1264412641
/* Label when an address is unverified on the shipping label creation screen */
1264512642
"wooShipping.createLabels.addressVerification.unverified" = "Unverified address";
1264612643

@@ -12656,6 +12653,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1265612653
/* 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)' */
1265712654
"wooShipping.createLabels.bottomSheet.baseFee" = "%1$@ (base fee)";
1265812655

12656+
/* Title for the edit destination address screen in the shipping label creation flow */
12657+
"wooShipping.createLabels.bottomSheet.editDestination" = "Edit Destination";
12658+
1265912659
/* Header for order details section on the shipping label creation screen */
1266012660
"wooShipping.createLabels.bottomSheet.orderDetails" = "Order details";
1266112661

@@ -12782,6 +12782,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1278212782
/* Length, width, and height dimensions with the unit for an item to ship. Reads like: '20 x 35 x 5 cm' */
1278312783
"wooShipping.createLabels.items.dimensions" = "%1$@ x %2$@ x %3$@ %4$@";
1278412784

12785+
/* Error message when loading required data failed on the shipping label creation screen */
12786+
"wooShipping.createLabels.missingDataError" = "We are unable to load required data";
12787+
1278512788
/* Button for dismissing the keyboard */
1278612789
"wooShipping.createLabels.package.done" = "Done";
1278712790

@@ -12803,6 +12806,18 @@ If your translation of that term also happens to contains a hyphen, please be su
1280312806
/* Title for button to print a purchased shipping label on the shipping label screen */
1280412807
"wooShipping.createLabels.postPurchase.printButton" = "Print Shipping Label";
1280512808

12809+
/* Button on the error alert when printing a shipping label fails in the post purchase flow.Tapping on this button would cancel the printing. */
12810+
"wooShipping.createLabels.postPurchase.printingLabelError.cancel" = "Cancel";
12811+
12812+
/* 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. */
12816+
"wooShipping.createLabels.postPurchase.printingLabelError.retry" = "Retry";
12817+
12818+
/* Title of the error alert when printing a shipping label fails in the post purchase flow. */
12819+
"wooShipping.createLabels.postPurchase.printingLabelError.title" = "Error previewing shipping label";
12820+
1280612821
/* Message displayed on the shipping label screen when a purchased shipping label can be printed */
1280712822
"wooShipping.createLabels.postPurchase.printMessage" = "From here you can print the shipping label again or change the paper size of the label.";
1280812823

@@ -12818,12 +12833,24 @@ If your translation of that term also happens to contains a hyphen, please be su
1281812833
/* Link to track a shipment for a purchase shipping label on the shipping label screen */
1281912834
"wooShipping.createLabels.postPurchase.trackShipment" = "Track shipment";
1282012835

12836+
/* 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+
1282112839
/* Message displayed when no destination address is provided in the shipping label creation screen. */
1282212840
"wooShipping.createLabels.rates.noDestinationAddressMessage" = "We need to know where this package is going before we can show the available shipping rates.";
1282312841

1282412842
/* Title displayed when no destination address is provided in the shipping label creation screen. */
1282512843
"wooShipping.createLabels.rates.noDestinationAddressTitle" = "Add a destination address to get shipping rates";
1282612844

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 */
12852+
"wooShipping.createLabels.rates.retryCTA" = "Retry";
12853+
1282712854
/* Heading for the shipping service section in the shipping label creation screen. */
1282812855
"wooShipping.createLabels.rates.shippingService" = "Shipping service";
1282912856

@@ -12836,6 +12863,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1283612863
/* Option to sort shipping rates by price in the shipping label creation screen. */
1283712864
"wooShipping.createLabels.rates.sortBy.price" = "Cheapest";
1283812865

12866+
/* Button to retry loading data on the shipping label creation screen */
12867+
"wooShipping.createLabels.retryCTA" = "Retry";
12868+
1283912869
/* Label when shipping rate has option to require an adult signature in Woo Shipping label creation flow. Reads like: 'Adult signature required (+$9.35)' */
1284012870
"wooShipping.createLabels.shippingService.adultSignatureRequired" = "Adult Signature Required (+%1$@)";
1284112871

@@ -13010,6 +13040,21 @@ If your translation of that term also happens to contains a hyphen, please be su
1301013040
/* Heading for the list of origin addresses to choose from on the shipping label creation screen */
1301113041
"wooShipping.originAddresses.shipFrom" = "Ship From";
1301213042

13043+
/* Label when an address is unverified on the shipping label creation screen */
13044+
"wooShipping.originAddresses.unverified" = "Unverified address";
13045+
13046+
/* Button to navigate to the custom package screen in the shipping label creation flow */
13047+
"wooShipping.packagesSelectionView.createCustomPackageCTA" = "Create a custom package";
13048+
13049+
/* Message when there are no carrier packages loaded in the shipping label creation flow */
13050+
"wooShipping.packagesSelectionView.emptyStateMessage" = "No carrier information found";
13051+
13052+
/* Error message when loading carrier packages failed in the shipping label creation flow */
13053+
"wooShipping.packagesSelectionView.loadingPackageError" = "We are unable to load carrier packages";
13054+
13055+
/* Button to retry loading carrier packages in the shipping label creation flow */
13056+
"wooShipping.packagesSelectionView.retryCTA" = "Retry";
13057+
1301313058
/* WordPress API (unmapped!) error. Parameters: %1$@ - code, %2$@ - message */
1301413059
"WordPress API Error: [%1$@] %2$@" = "WordPress API Error: [%1$@] %2$@";
1301513060

0 commit comments

Comments
 (0)