Skip to content

Commit

Permalink
Freeze strings for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmobilebot committed Sep 13, 2024
1 parent 78bcd68 commit 752564f
Showing 1 changed file with 44 additions and 14 deletions.
58 changes: 44 additions & 14 deletions WooCommerce/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1474,9 +1474,6 @@ which should be translated separately and considered part of this sentence. */
/* Content of the Ad destination field when the destination URL is empty on the Blaze campaign creation screen */
"blazeCampaignCreationForm.adDestination.empty" = "Select destination URL";

/* Dismiss button on the error alert displayed on the Blaze campaign creation screen */
"blazeCampaignCreationForm.aiSuggestionsErrorAlert.cancel" = "Cancel";

/* Error message indicating that loading suggestions for tagline and description failed */
"blazeCampaignCreationForm.aiSuggestionsErrorAlert.fetchingAISuggestions" = "Failed to load suggestions for tagline and description";

Expand All @@ -1489,6 +1486,9 @@ which should be translated separately and considered part of this sentence. */
/* Title of the Budget field on the Blaze campaign creation screen */
"blazeCampaignCreationForm.budget" = "Budget";

/* Dismiss button on an error alert on the Blaze campaign creation form */
"blazeCampaignCreationForm.cancel" = "Cancel";

/* Description of the Campaign objective field on the Blaze campaign creation screen when no objective is specified */
"blazeCampaignCreationForm.chooseObjective" = "Choose campaign objective";

Expand Down Expand Up @@ -1519,8 +1519,11 @@ which should be translated separately and considered part of this sentence. */
/* Title of the Location field on the Blaze campaign creation screen */
"blazeCampaignCreationForm.location" = "Location";

/* Dismiss button on the alert asking to select a destination URL for the Blaze campaign */
"blazeCampaignCreationForm.noDestinationURLAlert.cancel" = "Cancel";
/* Button on the alert to select an objective for the Blaze campaign */
"blazeCampaignCreationForm.missingObjectiveAlert.selectObjective" = "Select objective";

/* No comment provided by engineer. */
"blazeCampaignCreationForm.missingObjectiveAlert.title" = "Please select an objective for the Blaze campaign";

/* Message asking to select a destination URL for the Blaze campaign */
"blazeCampaignCreationForm.noDestinationURLAlert.noURLFound" = "Please select a destination URL for the Blaze campaign";
Expand All @@ -1531,9 +1534,6 @@ which should be translated separately and considered part of this sentence. */
/* Button on the alert to add an image for the Blaze campaign */
"blazeCampaignCreationForm.noImageErrorAlert.addImage" = "Add Image";

/* Dismiss button on the alert asking to add an image for the Blaze campaign */
"blazeCampaignCreationForm.noImageErrorAlert.cancel" = "Cancel";

/* Message asking to select an image for the Blaze campaign */
"blazeCampaignCreationForm.noImageErrorAlert.noImageFound" = "Please add an image for the Blaze campaign";

Expand Down Expand Up @@ -1624,6 +1624,36 @@ which should be translated separately and considered part of this sentence. */
/* Title of the budget field of a Blaze campaign without an end date. */
"blazeCampaignListItem.weeklyBudget" = "Weekly";

/* Accessibility hint that an option is being selected on the campaign objective picker for Blaze campaign creation. */
"blazeCampaignObjectivePickerView.accessibilityHintSelected" = "Selected";

/* Accessibility hint that an option is being selected on the campaign objective picker for Blaze campaign creation. */
"blazeCampaignObjectivePickerView.accessibilityHintUnselected" = "Unselected";

/* Button to dismiss the campaign objective picker for Blaze campaign creation */
"blazeCampaignObjectivePickerView.cancel" = "Cancel";

/* Error message when data syncing fails on the campaign objective picker for Blaze campaign creation */
"blazeCampaignObjectivePickerView.errorMessage" = "Error syncing campaign objectives. Please try again.";

/* Title for the explanation of a Blaze campaign objective. */
"blazeCampaignObjectivePickerView.goodFor" = "Good for:";

/* Message on the campaign objective picker view for Blaze campaign creation */
"blazeCampaignObjectivePickerView.message" = "Choose campaign objective";

/* Button to save the selection on the campaign objective picker for Blaze campaign creation */
"blazeCampaignObjectivePickerView.save" = "Save";

/* Toggle to save the selection of a Blaze campaign objective for future campaigns. */
"blazeCampaignObjectivePickerView.saveSelection" = "Save my selection for future campaigns";

/* Title of the campaign objective picker view for Blaze campaign creation */
"blazeCampaignObjectivePickerView.title" = "Campaign objective";

/* Button to retry syncing data on the campaign objective picker for Blaze campaign creation */
"blazeCampaignObjectivePickerView.tryAgain" = "Try Again";

/* Button for adding a payment method on the Payment screen in the Blaze campaign creation flow */
"blazeConfirmPaymentView.addPaymentMethod" = "Add a payment method";

Expand Down Expand Up @@ -7816,12 +7846,6 @@ which should be translated separately and considered part of this sentence. */
/* Title of the product selector header banner, which explains current POS limitations */
"pos.itemlistview.headerBanner.title" = "Showing simple products only";

/* Subtitle of the Point of Sale entry point loading */
"pos.itemlistview.loading.subtitle" = "Let’s serve some customers";

/* Title of the Point of Sale entry point loading */
"pos.itemlistview.loading.title" = "Starting up";

/* Text hinting the merchant to create a product. */
"pos.pointOfSaleItemListEmptyView.emptyProductsHint" = "To add one, exit POS and go to Products";

Expand Down Expand Up @@ -12116,6 +12140,12 @@ which should be translated separately and considered part of this sentence. */
Title of the webview for WCPay setup from onboarding. */
"WooPayments" = "WooPayments";

/* Title of the button to dismiss the shipping label creation screen */
"wooShipping.createLabel.cancelButton" = "Cancel";

/* Title for the screen to create a shipping label */
"wooShipping.createLabels.title" = "Create Shipping Labels";

/* WordPress API (unmapped!) error. Parameters: %1$@ - code, %2$@ - message */
"WordPress API Error: [%1$@] %2$@" = "WordPress API Error: [%1$@] %2$@";

Expand Down

0 comments on commit 752564f

Please sign in to comment.