Skip to content

Commit

Permalink
Freeze strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmobilebot committed Oct 11, 2024
1 parent 30f11fb commit b6b60f7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@
<string name="card_reader_tap_to_pay_about_how_works_1_updated">1. Create an order</string>
<string name="card_reader_tap_to_pay_about_how_works_2">2. Tap “Collect Payment” and choose “Tap to Pay”.</string>
<string name="card_reader_tap_to_pay_about_how_works_3">3. Present your phone to the customer.</string>
<string name="card_reader_tap_to_pay_about_how_works_4">4. Your customer holds their card horizontally at the top of your phone, over the contactless symbol.</string>
<string name="card_reader_tap_to_pay_about_how_works_4">4. Your customer taps their card on the back of your phone.</string>
<string name="card_reader_tap_to_pay_about_how_works_5">5. After you see the “Done” checkmark, your store will process the payment, and the transaction will be complete.</string>
<string name="card_reader_tap_to_pay_about_copyright">The Contactless Symbol is a trademark owned by and used with permission of EMVCo, LLC.</string>

Expand Down Expand Up @@ -3761,7 +3761,7 @@
<string name="more_menu_button_settings_description">Update your preferences</string>

<string name="more_menu_button_woo_pos">Point of Sale Mode</string>
<string name="more_menu_button_woo_pos_description">Use the app as a cash register</string>
<string name="more_menu_button_woo_pos_description">Accept payments at your physical store</string>

<string name="more_menu_customers_title">Customers</string>

Expand Down Expand Up @@ -3827,8 +3827,6 @@
<string name="ai_product_description_learn_more_link">Powered by AI. &lt;a href=\'\'&gt;&lt;u&gt;Learn more&lt;/u&gt;&lt;/a&gt;.</string>
<string name="ai_product_description_label">Description generated by AI</string>
<string name="ai_product_description_error">There was a problem generating the product description. Please try again later.</string>
<string name="ai_product_description_dialog_title">Add product description with AI</string>
<string name="ai_product_description_dialog_message">Add descriptions in a snap with AI. Try our feature today!</string>
<string name="ai_product_toolbar_button_tooltip">Generate a description using AI</string>
<string name="ai_product_description_tooltip_title">✨ Write with AI</string>
<string name="ai_product_description_tooltip_message">Use our AI-powered tool to quickly generate product descriptions. Just input keywords and we\'ll do the rest!</string>
Expand Down Expand Up @@ -3901,6 +3899,8 @@
<string name="blaze_campaign_preview_details_section_title">Details</string>
<string name="blaze_campaign_preview_audience_section_title">Audience</string>
<string name="blaze_campaign_preview_details_budget">Budget</string>
<string name="blaze_campaign_preview_details_objective">Campaign objective</string>
<string name="blaze_campaign_preview_details_choose_objective">Choose campaign objective</string>
<string name="blaze_campaign_preview_details_language">Language</string>
<string name="blaze_campaign_preview_details_devices">Devices</string>
<string name="blaze_campaign_preview_details_location">Location</string>
Expand All @@ -3915,7 +3915,8 @@
<string name="blaze_campaign_preview_missing_image_dialog_positive_button">Add Image</string>
<string name="blaze_campaign_preview_missing_content_dialog_text">Please add a tagline and a description for your Blaze campaign</string>
<string name="blaze_campaign_preview_missing_content_dialog_positive_button">Add</string>

<string name="blaze_campaign_preview_missing_objective_dialog_text">Please select an objective for the Blaze campaign</string>
<string name="blaze_campaign_preview_missing_objective_dialog_positive_button">Select objective</string>
<!--
Blaze campaign budget screen
-->
Expand Down Expand Up @@ -4013,6 +4014,7 @@
<string name="blaze_campaign_created_success_title">Ready to Go!</string>
<string name="blaze_campaign_created_success_description">We\'re reviewing your campaign. It\'ll be live within 24 hours. Exciting times ahead for your sales!</string>
<string name="blaze_campaign_created_success_done_button">Done</string>
<string name="blaze_campaign_created_success_feedback_request">How was the experience with Blaze</string>
<string name="blaze_campaign_creation_loading">Creating your campaign</string>
<string name="blaze_campaign_creation_error_title">Error creating campaign</string>
<string name="blaze_campaign_creation_error_payment_hint">Error creating campaign</string>
Expand Down Expand Up @@ -4301,6 +4303,8 @@
<string name="custom_fields_list_top_banner_title">View and edit Custom Fields</string>
<string name="custom_fields_list_top_banner_message">When saving changes to custom fields, they will take effect immediately.</string>
<string name="custom_fields_add_button">Add custom fields</string>
<string name="custom_fields_empty_view_message">Custom fields are optional metadata to display extra information or customize your store’s shopping experience.</string>
<string name="custom_fields_empty_view_title">No custom fields found</string>
<string name="custom_fields_editor_key_label">Key</string>
<string name="custom_fields_editor_value_label">Value</string>
<string name="custom_fields_editor_key_error_duplicate">This key is already used for another custom field.\nThe app currently does not support creating duplicate keys. Please use wp-admin to duplicate a key if needed.</string>
Expand Down

0 comments on commit b6b60f7

Please sign in to comment.