You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Resources/en.lproj/Localizable.strings
+28-10Lines changed: 28 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,9 @@ which should be translated separately and considered part of this sentence. */
49
49
/* Accessibility description for a card payment method, used by assistive technologies such as screen reader. %1$@ is a placeholder for the card brand, %2$@ is a placeholder for the last 4 digits of the card number */
/* Error message when no URL to WP-Admin page is found during Jetpack install flow */
919
925
"Cannot find information about your site's WP-Admin. Please try again." = "Cannot find information about your site's WP-Admin. Please try again.";
920
926
@@ -1116,12 +1122,10 @@ which should be translated separately and considered part of this sentence. */
1116
1122
/* Settings > Manage Card Reader > Connect > A button to begin a search for a reader */
1117
1123
"Connect Card Reader" = "Connect Card Reader";
1118
1124
1119
-
/* Title of the Jetpack connection web view in the login flow */
1125
+
/* Action button to handle Jetpack connection.Presented when logging in with a self-hosted site that does not match the account entered
1126
+
Title of the Jetpack connection web view in the login flow */
1120
1127
"Connect Jetpack" = "Connect Jetpack";
1121
1128
1122
-
/* Button linking to web view for setting up Jetpack connection. Presented when logging in with store credentials of an account not connected to the site's Jetpack */
1123
-
"Connect Jetpack to your account" = "Connect Jetpack to your account";
1124
-
1125
1129
/* Label for a button that when tapped, starts the process of connecting to a card reader */
1126
1130
"Connect to Reader" = "Connect to Reader";
1127
1131
@@ -1700,6 +1704,12 @@ which should be translated separately and considered part of this sentence. */
1700
1704
/* Drag and drop helper text above photo list in Product images screen */
1701
1705
"Drag and drop to re-order photos" = "Drag and drop to re-order photos";
1702
1706
1707
+
/* Button title to duplicate a product in Product More Options Action Sheet */
1708
+
"Duplicate" = "Duplicate";
1709
+
1710
+
/* Title of the in-progress UI while duplicating a Product remotely */
1711
+
"Duplicating your product..." = "Duplicating your product...";
1712
+
1703
1713
/* Subtitle of the product form bottom sheet action for editing SKU. */
1704
1714
"Easily identify your products with unique codes" = "Easily identify your products with unique codes";
1705
1715
@@ -2276,6 +2286,7 @@ which should be translated separately and considered part of this sentence. */
2276
2286
2277
2287
/* Help and Support navigation title
2278
2288
Help button
2289
+
Help button on account mismatch error screen.
2279
2290
Help button on Jetpack required error screen.
2280
2291
Help button on store picker screen. */
2281
2292
"Help" = "Help";
@@ -2526,9 +2537,6 @@ which should be translated separately and considered part of this sentence. */
2526
2537
/* Message on enable analytics screen to notify that the module is disabled for the store */
2527
2538
"It looks like you have analytics disabled." = "It looks like you have analytics disabled.";
2528
2539
2529
-
/* Message explaining that the entered site credentials belong to an account that is not connected to the site's Jetpack. Reads like 'It looks like your account is not connected to awebsite.com's Jetpack */
2530
-
"It looks like your account is not connected to %@'s Jetpack" = "It looks like your account is not connected to %@'s Jetpack";
2531
-
2532
2540
/* An error message shown when a wpcom user provides the wrong password. */
2533
2541
"It seems like you've entered an incorrect password. Want to give it another try?" = "It seems like you've entered an incorrect password. Want to give it another try?";
2534
2542
@@ -2742,7 +2750,6 @@ This is the link to the website, and forms part of a longer sentence which it sh
2742
2750
/* Action button that will restart the login flow.Presented when logging in with a site address that appears to be invalid.
2743
2751
Action button that will restart the login flow.Presented when logging in with a site address that does not have a valid Jetpack installation
2744
2752
Action button that will restart the login flow.Presented when logging in with a site address that does not have WooCommerce
2745
-
Action button that will restart the login flow.Presented when logging in with store credentials of an account not connected to the site's Jetpack
2746
2753
Action button that will restart the login flow.Presented when the user tries to log in to the app with a simple WP.com site. */
2747
2754
"Log In With Another Account" = "Log In With Another Account";
2748
2755
@@ -3577,6 +3584,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
3577
3584
/* Message of the in-progress UI while updating the Product remotely */
3578
3585
"Please wait while we publish this product to your store" = "Please wait while we publish this product to your store";
3579
3586
3587
+
/* Message of the in-progress UI while duplicating a Product as draft remotely */
3588
+
"Please wait while we save a copy of this product to your store" = "Please wait while we save a copy of this product to your store";
3589
+
3580
3590
/* Message of the in-progress UI while saving a Product as draft remotely */
3581
3591
"Please wait while we save this product to your store" = "Please wait while we save this product to your store";
3582
3592
@@ -3712,6 +3722,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
3712
3722
/* Row title for filtering products by product category. */
3713
3723
"Product Category" = "Product Category";
3714
3724
3725
+
/* Title of the alert when a user has copied a product */
3726
+
"Product copied" = "Product copied";
3727
+
3715
3728
/* Edit Product External Link navigation title */
3716
3729
"Product Link" = "Product Link";
3717
3730
@@ -4676,8 +4689,10 @@ This is the link to the website, and forms part of a longer sentence which it sh
4676
4689
/* Range title for the today store info widget */
4677
4690
"storeWidgets.infoProvider.today" = "Today";
4678
4691
4679
-
/* Conversion title label for the store info widget
4680
-
Orders title label for the store info widget */
4692
+
/* Conversion title label for the store info widget */
0 commit comments