@@ -1474,9 +1474,6 @@ which should be translated separately and considered part of this sentence. */
14741474/* Content of the Ad destination field when the destination URL is empty on the Blaze campaign creation screen */
14751475"blazeCampaignCreationForm.adDestination.empty" = "Select destination URL";
14761476
1477- /* Dismiss button on the error alert displayed on the Blaze campaign creation screen */
1478- "blazeCampaignCreationForm.aiSuggestionsErrorAlert.cancel" = "Cancel";
1479-
14801477/* Error message indicating that loading suggestions for tagline and description failed */
14811478"blazeCampaignCreationForm.aiSuggestionsErrorAlert.fetchingAISuggestions" = "Failed to load suggestions for tagline and description";
14821479
@@ -1489,6 +1486,9 @@ which should be translated separately and considered part of this sentence. */
14891486/* Title of the Budget field on the Blaze campaign creation screen */
14901487"blazeCampaignCreationForm.budget" = "Budget";
14911488
1489+ /* Dismiss button on an error alert on the Blaze campaign creation form */
1490+ "blazeCampaignCreationForm.cancel" = "Cancel";
1491+
14921492/* Description of the Campaign objective field on the Blaze campaign creation screen when no objective is specified */
14931493"blazeCampaignCreationForm.chooseObjective" = "Choose campaign objective";
14941494
@@ -1519,8 +1519,11 @@ which should be translated separately and considered part of this sentence. */
15191519/* Title of the Location field on the Blaze campaign creation screen */
15201520"blazeCampaignCreationForm.location" = "Location";
15211521
1522- /* Dismiss button on the alert asking to select a destination URL for the Blaze campaign */
1523- "blazeCampaignCreationForm.noDestinationURLAlert.cancel" = "Cancel";
1522+ /* Button on the alert to select an objective for the Blaze campaign */
1523+ "blazeCampaignCreationForm.missingObjectiveAlert.selectObjective" = "Select objective";
1524+
1525+ /* No comment provided by engineer. */
1526+ "blazeCampaignCreationForm.missingObjectiveAlert.title" = "Please select an objective for the Blaze campaign";
15241527
15251528/* Message asking to select a destination URL for the Blaze campaign */
15261529"blazeCampaignCreationForm.noDestinationURLAlert.noURLFound" = "Please select a destination URL for the Blaze campaign";
@@ -1531,9 +1534,6 @@ which should be translated separately and considered part of this sentence. */
15311534/* Button on the alert to add an image for the Blaze campaign */
15321535"blazeCampaignCreationForm.noImageErrorAlert.addImage" = "Add Image";
15331536
1534- /* Dismiss button on the alert asking to add an image for the Blaze campaign */
1535- "blazeCampaignCreationForm.noImageErrorAlert.cancel" = "Cancel";
1536-
15371537/* Message asking to select an image for the Blaze campaign */
15381538"blazeCampaignCreationForm.noImageErrorAlert.noImageFound" = "Please add an image for the Blaze campaign";
15391539
@@ -1624,6 +1624,36 @@ which should be translated separately and considered part of this sentence. */
16241624/* Title of the budget field of a Blaze campaign without an end date. */
16251625"blazeCampaignListItem.weeklyBudget" = "Weekly";
16261626
1627+ /* Accessibility hint that an option is being selected on the campaign objective picker for Blaze campaign creation. */
1628+ "blazeCampaignObjectivePickerView.accessibilityHintSelected" = "Selected";
1629+
1630+ /* Accessibility hint that an option is being selected on the campaign objective picker for Blaze campaign creation. */
1631+ "blazeCampaignObjectivePickerView.accessibilityHintUnselected" = "Unselected";
1632+
1633+ /* Button to dismiss the campaign objective picker for Blaze campaign creation */
1634+ "blazeCampaignObjectivePickerView.cancel" = "Cancel";
1635+
1636+ /* Error message when data syncing fails on the campaign objective picker for Blaze campaign creation */
1637+ "blazeCampaignObjectivePickerView.errorMessage" = "Error syncing campaign objectives. Please try again.";
1638+
1639+ /* Title for the explanation of a Blaze campaign objective. */
1640+ "blazeCampaignObjectivePickerView.goodFor" = "Good for:";
1641+
1642+ /* Message on the campaign objective picker view for Blaze campaign creation */
1643+ "blazeCampaignObjectivePickerView.message" = "Choose campaign objective";
1644+
1645+ /* Button to save the selection on the campaign objective picker for Blaze campaign creation */
1646+ "blazeCampaignObjectivePickerView.save" = "Save";
1647+
1648+ /* Toggle to save the selection of a Blaze campaign objective for future campaigns. */
1649+ "blazeCampaignObjectivePickerView.saveSelection" = "Save my selection for future campaigns";
1650+
1651+ /* Title of the campaign objective picker view for Blaze campaign creation */
1652+ "blazeCampaignObjectivePickerView.title" = "Campaign objective";
1653+
1654+ /* Button to retry syncing data on the campaign objective picker for Blaze campaign creation */
1655+ "blazeCampaignObjectivePickerView.tryAgain" = "Try Again";
1656+
16271657/* Button for adding a payment method on the Payment screen in the Blaze campaign creation flow */
16281658"blazeConfirmPaymentView.addPaymentMethod" = "Add a payment method";
16291659
@@ -7816,12 +7846,6 @@ which should be translated separately and considered part of this sentence. */
78167846/* Title of the product selector header banner, which explains current POS limitations */
78177847"pos.itemlistview.headerBanner.title" = "Showing simple products only";
78187848
7819- /* Subtitle of the Point of Sale entry point loading */
7820- "pos.itemlistview.loading.subtitle" = "Let’s serve some customers";
7821-
7822- /* Title of the Point of Sale entry point loading */
7823- "pos.itemlistview.loading.title" = "Starting up";
7824-
78257849/* Text hinting the merchant to create a product. */
78267850"pos.pointOfSaleItemListEmptyView.emptyProductsHint" = "To add one, exit POS and go to Products";
78277851
@@ -12116,6 +12140,12 @@ which should be translated separately and considered part of this sentence. */
1211612140 Title of the webview for WCPay setup from onboarding. */
1211712141"WooPayments" = "WooPayments";
1211812142
12143+ /* Title of the button to dismiss the shipping label creation screen */
12144+ "wooShipping.createLabel.cancelButton" = "Cancel";
12145+
12146+ /* Title for the screen to create a shipping label */
12147+ "wooShipping.createLabels.title" = "Create Shipping Labels";
12148+
1211912149/* WordPress API (unmapped!) error. Parameters: %1$@ - code, %2$@ - message */
1212012150"WordPress API Error: [%1$@] %2$@" = "WordPress API Error: [%1$@] %2$@";
1212112151
0 commit comments