Skip to content

Commit 17b315f

Browse files
committed
Freeze strings for translation
1 parent b58d2f6 commit 17b315f

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

fastlane/resources/values/strings.xml

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@
417417
<string name="my_store_widget_reviews_title">Most recent reviews</string>
418418
<string name="my_store_widget_coupons_title">Most active coupons</string>
419419
<string name="my_store_widget_product_stock_title">Stock</string>
420+
<string name="my_store_widget_google_ads_title">Google Ads campaigns</string>
420421

421422
<string name="my_store_widget_unavailable">Unavailable</string>
422423
<string name="my_store_widget_onboarding_completed">Completed</string>
@@ -447,9 +448,18 @@
447448
<string name="dashboard_product_stock_wcanalytics_inactive_title">Unable to load product stock reports</string>
448449
<string name="dashboard_product_stock_empty_products">No products found for the selected stock status</string>
449450

451+
<string name="dashboard_google_ads_card_no_campaign_heading">Drive sales and generate more traffic with Google Ads</string>
452+
<string name="dashboard_google_ads_card_no_campaign_description">Promote your products across Google Search, Shopping, Youtube, Gmail, and more.</string>
453+
<string name="dashboard_google_ads_card_has_campaign_heading">Paid campaign performance</string>
454+
<string name="dashboard_google_ads_card_has_campaign_impressions">Impressions</string>
455+
<string name="dashboard_google_ads_card_has_campaign_clicks">Clicks</string>
456+
<string name="dashboard_google_ads_card_create_campaign_button">Create Campaign</string>
457+
<string name="dashboard_google_ads_card_view_all_campaigns_button">View all campaigns</string>
458+
450459
<string name="dashboard_new_widgets_card_title">Looking for more insights?</string>
451460
<string name="dashboard_new_widgets_card_description">Add new sections to customize your store management experience</string>
452461
<string name="dashboard_new_widgets_card_button">Add new Sections</string>
462+
453463
<!--
454464
Sign Up Flow
455465
-->
@@ -497,6 +507,7 @@
497507
<string name="analytics_session_no_available">Session data unavailable</string>
498508
<string name="analytics_session_no_available_description">Session analytics rely on unique visitor counts not available for custom date ranges</string>
499509
<string name="analytics_total_sales_title">Total sales</string>
510+
<string name="analytics_spend_value">Spend: %1$s</string>
500511
<string name="analytics_used_title">Used</string>
501512
<string name="analytics_net_sales_title">Net sales</string>
502513
<string name="analytics_information_card_delta" translatable="false">%1$s%2$d%%</string>
@@ -514,7 +525,7 @@
514525
<string name="analytics_session_card_title">Sessions</string>
515526
<string name="analytics_bundles_card_title">Bundles</string>
516527
<string name="analytics_gift_cards_card_title">Gift Cards</string>
517-
<string name="analytics_google_ads_card_title">Google Ads</string>
528+
<string name="analytics_google_ads_card_title">Google Campaigns</string>
518529
<string name="analytics_google_ads_programs_card_title">Programs</string>
519530
<string name="analytics_conversion_subtitle">Conversion Rate</string>
520531
<string name="analytics_visitors_subtitle">Visitors</string>
@@ -2139,7 +2150,6 @@
21392150
<string name="product_selection_menu_update_stock_status">Update stock status</string>
21402151
<string name="product_selection_menu_select_all">Select all</string>
21412152
<string name="product_detail_save_as_draft">Save as draft</string>
2142-
<string name="product_detail_publish">Publish</string>
21432153
<string name="product_detail_linked_products">Linked products</string>
21442154
<string name="upsells_label">Upsells</string>
21452155
<string name="upsells_desc">Products promoted instead of the currently viewed product (ie: more profitable products)</string>
@@ -2208,6 +2218,11 @@
22082218
<string name="product_creation_ai_preview_short_description_section">Product short description</string>
22092219
<string name="product_creation_ai_preview_description_section">Product description</string>
22102220
<string name="product_creation_ai_preview_details_section">Details</string>
2221+
<string name="product_creation_ai_preview_variant_selector">Option %1$d of %2$d</string>
2222+
<string name="product_creation_ai_preview_undo_edits">Undo edits</string>
2223+
<string name="product_creation_ai_preview_generate_again">Generate Again</string>
2224+
<string name="product_creation_ai_select_previous_option">Select previous option</string>
2225+
<string name="product_creation_ai_select_next_option">Select next option</string>
22112226
<string name="product_creation_ai_tone_title">Tone and voice</string>
22122227
<string name="product_creation_ai_tone_description">Set the tone and voice to shape your product\'s presentation that aligns with your brand.</string>
22132228
<string name="product_creation_ai_tone_casual">Casual</string>
@@ -2235,6 +2250,12 @@
22352250
<string name="ai_product_creation_image_selected_subtitle">Photo will be added to product</string>
22362251
<string name="ai_product_creation_scanning_image">Scanning image</string>
22372252
<string name="ai_product_creation_scanning_photo_error">Error while trying to scan the text from the photo. Please try again</string>
2253+
<string name="ai_product_creation_prompt_suggestion_initial">Add your product\'s name and key features, benefits, or details to help it get found online.</string>
2254+
<string name="ai_product_creation_prompt_suggestion_add_more_details"><![CDATA[<b>Add more details.</b> The more details you provide, the better your generated details will be.]]></string>
2255+
<string name="ai_product_creation_prompt_suggestion_getting_better"><![CDATA[<b>Getting better.</b> Can you describe the fit and any distinctive features of the item?]]></string>
2256+
<string name="ai_product_creation_prompt_suggestion_almost_there"><![CDATA[<b>Great prompt!</b> Where was it made?]]></string>
2257+
<string name="ai_product_creation_prompt_suggestion_great_prompt"><![CDATA[<b>Great prompt!</b> You\'ve given us enough to work with, but you may add more detail to make it even better.]]></string>
2258+
<string name="ai_product_creation_error_media_upload">Failed to upload the selected product image.</string>
22382259

22392260
<!--
22402261
Product Add more details Bottom sheet
@@ -4149,20 +4170,20 @@
41494170
-->
41504171
<string name="woopos_exit_pos">Exit POS</string>
41514172
<string name="woopos_reader_connected">Reader Connected</string>
4152-
<string name="woopos_reader_connecting">Reader Connecting</string>
41534173
<string name="woopos_reader_disconnected">Reader Disconnected</string>
41544174
<string name="woopos_checkout">Checkout</string>
41554175
<string name="woopos_reader_unknown">Reader Status Unknown</string>
41564176
<string name="woopos_checkout_button">Check out</string>
41574177
<string name="woopos_remove_item_from_cart_content_description">Remove item from cart</string>
41584178
<string name="woopos_cart_title">Cart</string>
4159-
<string name="woopos_clear_cart_button">Clear all</string>
4179+
<string name="woopos_clear_cart_button">Clear</string>
41604180

41614181
<string name="woopos_exit_confirmation_title">Exit POS</string>
41624182
<string name="woopos_exit_confirmation_message">Are you sure you want to exit POS?</string>
41634183
<string name="woopos_exit_confirmation_confirm_button">Exit</string>
41644184
<string name="woopos_exit_confirmation_dismiss_button">Cancel</string>
4165-
<string name="woopos_items_in_cart">%d items</string>
4185+
<string name="woopos_items_in_cart">%d item</string>
4186+
<string name="woopos_items_in_cart_multiple">%d items</string>
41664187
<string name="woopos_product_image_description">Product Image</string>
41674188
<string name="woopos_products_screen_title">Products</string>
41684189
<string name="woopos_cart_back_content_description">Cart icon</string>
@@ -4175,6 +4196,9 @@
41754196
<string name="woopos_payment_collect_payment_label">Collect card payment</string>
41764197
<string name="woopos_products_empty_list">No products</string>
41774198
<string name="woopos_reader_connect_now_button">Connect now</string>
4199+
<string name="woopos_totals_main_error_label">Couldn\'t load totals</string>
4200+
<string name="woopos_cart_empty_subtitle">Tap on a product to\nadd it to the cart</string>
4201+
<string name="woopos_cart_empty_content_description">Cart is empty</string>
41784202

41794203
<string name="customers_details_customer_section">Customer</string>
41804204
<string name="customers_details_orders_section">Orders</string>
@@ -4196,5 +4220,4 @@
41964220

41974221
<string name="customers_details_no_phone_hint">No phone number</string>
41984222
<string name="customers_details_none_hint">None</string>
4199-
42004223
</resources>

0 commit comments

Comments
 (0)