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 Feb 7, 2025
1 parent d044099 commit 4328adc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,9 @@
<string name="shipping_label_purchased_purchase_failed_error">We can\'t confirm the Shipping Label purchase right now, try again later</string>
<string name="shipping_label_select_origin_default_address">%s (default)</string>
<string name="shipping_label_select_origin_address">Address</string>
<string name="shipping_labels_customs_title">Customs</string>
<string name="shipping_labels_customs_missing_info_badge">Missing info</string>
<string name="shipping_labels_customs_completed_badge">Completed</string>


<!--
Expand Down Expand Up @@ -2398,6 +2401,7 @@
<string name="product_add_photo">Add photo</string>
<string name="product_replace_photo">Replace photo</string>
<string name="product_remove_photo">Remove photo</string>
<string name="product_open_upload_screen">View recent upload failures</string>
<string name="product_cover_photo_tag">Cover</string>
<string name="product_image_add">Add a product image</string>
<string name="product_image_error_removing">Error removing product image</string>
Expand Down Expand Up @@ -4459,6 +4463,27 @@
<string name="woo_shipping_labels_package_creation_error_message">Do you want to proceed without saving it?</string>
<string name="woo_shipping_labels_package_creation_error_proceed">Proceed</string>
<string name="woo_shipping_labels_package_creation_error_cancel">Cancel</string>
<string name="woo_shipping_labels_customs_add_missing_information">Add Missing Information</string>
<string name="woo_shipping_labels_customs_content_type_label">Content Type</string>
<string name="woo_shipping_labels_customs_restriction_type_label">Restriction Type</string>
<string name="woo_shipping_labels_customs_itn_label">International Transaction Number</string>
<string name="woo_shipping_labels_customs_return_to_sender_label">Return to sender if package is not able to be delivered</string>
<string name="woo_shipping_labels_customs_content_details_label">Content Details</string>
<string name="woo_shipping_labels_customs_content_details_description">Please describe what kind of goods this package contains</string>
<string name="woo_shipping_labels_customs_content_merchandise">Merchandise</string>
<string name="woo_shipping_labels_customs_content_gift">Gift</string>
<string name="woo_shipping_labels_customs_content_returned_goods">Returned Goods</string>
<string name="woo_shipping_labels_customs_content_sample">Sample</string>
<string name="woo_shipping_labels_customs_content_documents">Documents</string>
<string name="woo_shipping_labels_customs_content_other">Other</string>
<string name="woo_shipping_labels_customs_restriction_details_label">Restriction Details</string>
<string name="woo_shipping_labels_customs_restriction_details_description">Please describe what kind of restrictions this package must have</string>
<string name="woo_shipping_labels_customs_restriction_none">None</string>
<string name="woo_shipping_labels_customs_restriction_quarantine">Quarantine</string>
<string name="woo_shipping_labels_customs_restriction_sanitary">Sanitary / Phytosanitary inspection</string>
<string name="woo_shipping_labels_customs_restriction_other">Other</string>


<string name="email_not_registered_wpcom">Hmm, we can\'t find a WordPress.com account connected to this email address.</string>

<string name="woo_shipping_edit_origin_address_title">Edit Origin</string>
Expand Down

0 comments on commit 4328adc

Please sign in to comment.