Skip to content

Commit d51f94a

Browse files
Freeze strings for localization
1 parent 487a2a5 commit d51f94a

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,6 @@ which should be translated separately and considered part of this sentence. */
522522
/* Title for adding an external URL row on Product main screen for an external/affiliate product */
523523
"Add product link" = "Add product link";
524524

525-
/* Title text of the button to add a single product via SKU scanning */
526-
"Add Product via SKU scanner" = "Add Product via SKU scanner";
527-
528525
/* Action to add linked products to a product in the Linked Products List Selector screen
529526
Add Products button inside the Linked Products screen.
530527
Navigation bar title for selecting multiple products.
@@ -1616,6 +1613,9 @@ which should be translated separately and considered part of this sentence. */
16161613
/* Title of the domain purchase success screen. */
16171614
"Congratulations on your purchase" = "Congratulations on your purchase";
16181615

1616+
/* Message on the celebratory screen after creating first product */
1617+
"Congratulations! You're one step closer to getting the new store ready." = "Congratulations! You're one step closer to getting the new store ready.";
1618+
16191619
/* Settings > Manage Card Reader > Connected Reader > A prompt to update a reader running older software */
16201620
"Congratulations! Your reader is running the latest software" = "Congratulations! Your reader is running the latest software";
16211621

@@ -1882,9 +1882,6 @@ which should be translated separately and considered part of this sentence. */
18821882
/* The plural coupon summary. Reads like: Coupon (code1, code2) */
18831883
"Coupons (%1$@)" = "Coupons (%1$@)";
18841884

1885-
/* The title for a menu that helps debug crashes in production builds */
1886-
"Crash Debug Menu" = "Crash Debug Menu";
1887-
18881885
/* The title for a button that causes the app to deliberately crash for debugging purposes */
18891886
"Crash Immediately" = "Crash Immediately";
18901887

@@ -2217,6 +2214,7 @@ which should be translated separately and considered part of this sentence. */
22172214
Add a note screen - button title for closing the view
22182215
Button title for dismissing filtering a list.
22192216
Button to dismiss the alert presented when finding a reader to connect to fails
2217+
Button to dismiss the first created product screen
22202218
Button to dismiss the Jetpack benefits screen.
22212219
Button to dismiss. Presented to users after collecting a payment fails
22222220
Button to dismiss. Presented to users when updating the card reader software fails
@@ -2974,6 +2972,9 @@ which should be translated separately and considered part of this sentence. */
29742972
/* Text field name in Edit Address Form */
29752973
"First name" = "First name";
29762974

2975+
/* Title of the celebratory screen after creating the first product */
2976+
"First product created 🎉" = "First product created 🎉";
2977+
29772978
/* Subtitle for the account creation form. */
29782979
"First, let’s create your account." = "First, let’s create your account.";
29792980

@@ -5738,6 +5739,9 @@ This part is the link to the website, and forms part of a longer sentence which
57385739
/* Deletes all activity logs except for the marked 'Current'. */
57395740
"Reset Activity Log" = "Reset Activity Log";
57405741

5742+
/* The title for a menu to reset the privacy choice banner presentation */
5743+
"Reset Privacy Choice Banner State" = "Reset Privacy Choice Banner State";
5744+
57415745
/* Button to reset password on the site credential login screen
57425746
Button to reset password on the WPCom password login screen of the Jetpack setup flow.
57435747
The button title for a secondary call-to-action button. When the user can't remember their password. */
@@ -5775,7 +5779,8 @@ This part is the link to the website, and forms part of a longer sentence which
57755779
Retry action title
57765780
Retry button on the error notice for the upgrade view
57775781
Retry button title for the privacy screen notices
5778-
Retry the last action */
5782+
Retry the last action
5783+
Retry title on the notice action button */
57795784
"Retry" = "Retry";
57805785

57815786
/* Button to try again after connecting to a specific reader fails due to address problems. Intended for use after the merchant corrects the address in the store admin pages.
@@ -6167,6 +6172,9 @@ This part is the link to the website, and forms part of a longer sentence which
61676172
/* Payment Link method title on the select payment method screen */
61686173
"Share Payment Link" = "Share Payment Link";
61696174

6175+
/* Title of the action button to share the first created product */
6176+
"Share Product" = "Share Product";
6177+
61706178
/* Navigates to a screen to share feedback about Tap to Pay on iPhone. */
61716179
"Share Tap to Pay on iPhone Feedback" = "Share Tap to Pay on iPhone Feedback";
61726180

@@ -7333,6 +7341,9 @@ This part is the link to the website, and forms part of a longer sentence which
73337341
/* Text of the notice that is displayed while the refund creation fails. */
73347342
"There was an error issuing the refund" = "There was an error issuing the refund";
73357343

7344+
/* Notice title when there is an error saving the privacy banner choice */
7345+
"There was an error saving your privacy choices." = "There was an error saving your privacy choices.";
7346+
73367347
/* Notice displayed when searching the list of products fails */
73377348
"There was an error searching products" = "There was an error searching products";
73387349

0 commit comments

Comments
 (0)