Skip to content

Commit 78fc085

Browse files
Freeze strings for localization
1 parent e9cf33e commit 78fc085

File tree

1 file changed

+66
-8
lines changed

1 file changed

+66
-8
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 66 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ which should be translated separately and considered part of this sentence. */
7777
/* Total value for the selected rates in Shipping Labels > Carrier and Rates */
7878
"%1$@ total" = "%1$@ total";
7979

80+
/* Title for the plugin version detail row in settings. %1$@ is a placeholder for the plugin name. This is displayed with the current version number, and whether an update is available. */
81+
"%1$@ Version" = "%1$@ Version";
82+
8083
/* Payment on <date> received via (payment method title) */
8184
"%1$@ via %2$@" = "%1$@ via %2$@";
8285

@@ -529,7 +532,8 @@ which should be translated separately and considered part of this sentence. */
529532
"All Orders" = "All Orders";
530533

531534
/* Button indicating that coupon can be applied to all products in the view for adding or editing a coupon.
532-
Text indicating that there's no limit to the number of products that a coupon can be applied for. Displayed on coupon list items and details screen */
535+
Text indicating that there's no limit to the number of products that a coupon can be applied for. Displayed on coupon list items and details screen
536+
Title of the product search filter to search for all products. */
533537
"All Products" = "All Products";
534538

535539
/* Exception rule for a coupon. Reads like: All Products excl. 2 Products */
@@ -660,6 +664,12 @@ which should be translated separately and considered part of this sentence. */
660664
/* Reads as 'Application name'. Part of the mandatory data in receipts */
661665
"Application Name" = "Application Name";
662666

667+
/* Widget description, displayed when selecting which widget to add */
668+
"appLinkWidget.description" = "Quickly Launch WooCommerce";
669+
670+
/* Widget title, displayed when selecting which widget to add */
671+
"appLinkWidget.displayName" = "Icon";
672+
663673
/* Change order status screen - button title to apply selection */
664674
"Apply" = "Apply";
665675

@@ -895,6 +905,7 @@ which should be translated separately and considered part of this sentence. */
895905
Option to cancel the email app selection when logging in with magic links
896906
Text for the cancel button in the edit customer provided note screen
897907
Text for the cancel button in the Exclude Products screen
908+
Text for the cancel button in the product review reply screen
898909
Text for the cancel button in the Select Products screen
899910
The title for a button that dismisses the crash debug menu
900911
The title of the button to cancel issuing a refund.
@@ -1122,13 +1133,15 @@ which should be translated separately and considered part of this sentence. */
11221133
/* Settings > Manage Card Reader > Connect > A button to begin a search for a reader */
11231134
"Connect Card Reader" = "Connect Card Reader";
11241135

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 */
1136+
/* Title of the Jetpack connection web view in the login flow */
11271137
"Connect Jetpack" = "Connect Jetpack";
11281138

11291139
/* Label for a button that when tapped, starts the process of connecting to a card reader */
11301140
"Connect to Reader" = "Connect to Reader";
11311141

1142+
/* Action button to handle connecting the logged-in account to a given site.Presented when logging in with a store address that does not match the account entered */
1143+
"Connect to the site" = "Connect to the site";
1144+
11321145
/* Settings > Manage Card Reader > Prompt user to connect their first reader */
11331146
"Connect your card reader" = "Connect your card reader";
11341147

@@ -1147,6 +1160,9 @@ which should be translated separately and considered part of this sentence. */
11471160
/* Title of the alert presented when the user tries to connect a Bluetooth card reader and it fails */
11481161
"Connecting reader failed" = "Connecting reader failed";
11491162

1163+
/* Title of alert for suggestion on how to connect to a WP.com sitePresented when a user logs in with an email that does not have access to a WP.com site */
1164+
"Connecting to a WordPress.com site" = "Connecting to a WordPress.com site";
1165+
11501166
/* Title label for modal dialog that appears when connecting to a card reader */
11511167
"Connecting to reader" = "Connecting to reader";
11521168

@@ -2284,7 +2300,8 @@ which should be translated separately and considered part of this sentence. */
22842300
Title of the cell in Product Shipping Settings > Height */
22852301
"Height" = "Height";
22862302

2287-
/* Help and Support navigation title
2303+
/* Action button for opening Help.Presented when logging in with a site address that does not have WooCommerce
2304+
Help and Support navigation title
22882305
Help button
22892306
Help button on account mismatch error screen.
22902307
Help button on Jetpack required error screen.
@@ -2441,8 +2458,7 @@ which should be translated separately and considered part of this sentence. */
24412458
/* Title of a button linking to the app's Instagram profile */
24422459
"Instagram" = "Instagram";
24432460

2444-
/* Action button for installing Jetpack.Presented when logging in with a site address that does not have a valid Jetpack installation
2445-
Navigates to Install Jetpack screen.
2461+
/* Navigates to Install Jetpack screen.
24462462
Title of install action in the Jetpack benefits view.
24472463
Title of the Install Jetpack intro view
24482464
Title of the Install Jetpack view */
@@ -3170,6 +3186,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
31703186
/* Helper text above photo list in Product images screen */
31713187
"Only one photo can be displayed by variation" = "Only one photo can be displayed by variation";
31723188

3189+
/* Warning when trying to bulk edit more than 100 variations */
3190+
"Only the first 100 variations will be updated." = "Only the first 100 variations will be updated.";
3191+
31733192
/* Content of the banner notice on the Payment Method screen when user does not have permission to change the payment method. %1$@ is a placeholder for the store owner's name. %2$@ is a placeholder for the store owner's username. */
31743193
"Only the site owner can manage the shipping label payment methods. Please contact %1$@ (%2$@) to manage payment methods." = "Only the site owner can manage the shipping label payment methods. Please contact %1$@ (%2$@) to manage payment methods.";
31753194

@@ -3198,6 +3217,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
31983217
/* Accessibility hint for the button to update the order status */
31993218
"Opens a list of available statuses." = "Opens a list of available statuses.";
32003219

3220+
/* Reply to a comment. Spoken Hint. */
3221+
"Opens a text view to reply to the comment" = "Opens a text view to reply to the comment";
3222+
32013223
/* Accessibility hint for excluding a variable product in the Exclude Products screen
32023224
Accessibility hint for selecting a variable product in the Add Product screen
32033225
Accessibility hint for selecting a variable product in the Select Products screen */
@@ -3474,6 +3496,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
34743496
/* Title of the alert presented when an update fails because the reader is low on battery. */
34753497
"Please charge reader" = "Please charge reader";
34763498

3499+
/* Description of alert for suggestion on how to connect to a WP.com sitePresented when a user logs in with an email that does not have access to a WP.com site */
3500+
"Please contact the site owner for an invitation to the site as a shop manager or administrator to use the app." = "Please contact the site owner for an invitation to the site as a shop manager or administrator to use the app.";
3501+
34773502
/* Title of the alert presented when the user tries to connect to a specific card reader and it fails due to address problems */
34783503
"Please correct your store address to proceed" = "Please correct your store address to proceed";
34793504

@@ -3632,6 +3657,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
36323657
Title of the cell in Product Price Settings > Price */
36333658
"Price" = "Price";
36343659

3660+
/* Notice title when updating the price via the bulk variation screen */
3661+
"Prices updated successfully." = "Prices updated successfully.";
3662+
36353663
/* Title of print button on Print Customs Invoice screen of Shipping Label flow when there are more than one invoice */
36363664
"Print" = "Print";
36373665

@@ -4008,6 +4036,15 @@ This is the link to the website, and forms part of a longer sentence which it sh
40084036
/* Action to replace one photo on the Product images screen */
40094037
"Replace Photo" = "Replace Photo";
40104038

4039+
/* Reply to a comment */
4040+
"Reply" = "Reply";
4041+
4042+
/* Notice text after sending a reply to a product review successfully */
4043+
"Reply sent!" = "Reply sent!";
4044+
4045+
/* Title for the product review reply screen */
4046+
"Reply to Product Review" = "Reply to Product Review";
4047+
40114048
/* Settings > Privacy Settings > report crashes section. Label for the `Report Crashes` toggle. */
40124049
"Report Crashes" = "Report Crashes";
40134050

@@ -4186,7 +4223,8 @@ This is the link to the website, and forms part of a longer sentence which it sh
41864223
/* Search Orders */
41874224
"Search orders" = "Search orders";
41884225

4189-
/* Search Products */
4226+
/* Products Search Placeholder
4227+
Search Products */
41904228
"Search products" = "Search products";
41914229

41924230
/* Placeholder on the search field to search for a specific product */
@@ -4271,6 +4309,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
42714309
/* Placeholder in Shipping Label form for the Carrier and Rates row. */
42724310
"Select your shipping carrier and rates" = "Select your shipping carrier and rates";
42734311

4312+
/* Text for the send button in the product review reply screen */
4313+
"Send" = "Send";
4314+
42744315
/* Button title. Sends a email verification link (Magin link) for signing in. */
42754316
"Send email verification link" = "Send email verification link";
42764317

@@ -4295,6 +4336,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
42954336
/* Subtitle of the Amount field in the Coupon Edit or Creation screen for a percentage discount coupon. */
42964337
"Set the percentage of the discount you want to offer." = "Set the percentage of the discount you want to offer.";
42974338

4339+
/* Action button for setting up Jetpack.Presented when logging in with a site address that does not have a valid Jetpack installation */
4340+
"Set up Jetpack" = "Set up Jetpack";
4341+
42984342
/* Header text on Add New Custom Package screen in Shipping Label flow
42994343
Header text on Add New Service Package screen in Shipping Label flow */
43004344
"Set up the package you'll be using to ship your products. We'll save it for future orders." = "Set up the package you'll be using to ship your products. We'll save it for future orders.";
@@ -4512,13 +4556,15 @@ This is the link to the website, and forms part of a longer sentence which it sh
45124556
/* Edit Product SKU navigation title
45134557
Title of the cell in Product Inventory Settings > SKU
45144558
Title of the product form bottom sheet action for editing short description.
4559+
Title of the product search filter to search for products that match the SKU.
45154560
Title of the SKU row on Product main screen */
45164561
"SKU" = "SKU";
45174562

45184563
/* The message of the alert when there is an error updating the product SKU */
45194564
"SKU already in use by another product" = "SKU already in use by another product";
45204565

4521-
/* SKU label in order details > product row. The variable shows the SKU of the product. */
4566+
/* Label about the SKU of a product in the product list. Reads, `SKU: productSku`
4567+
SKU label in order details > product row. The variable shows the SKU of the product. */
45224568
"SKU: %1$@" = "SKU: %1$@";
45234569

45244570
/* Format of the SKU on the Inventory Settings row */
@@ -5188,6 +5234,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
51885234
/* Notice displayed when searching the list of products fails */
51895235
"There was an error searching products" = "There was an error searching products";
51905236

5237+
/* Notice text after failing to send a reply to a product review */
5238+
"There was an error sending the reply" = "There was an error sending the reply";
5239+
51915240
/* Notice displayed when syncing the list of product variations fails */
51925241
"There was an error syncing product variations" = "There was an error syncing product variations";
51935242

@@ -5627,6 +5676,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
56275676
Unknown Tag Name */
56285677
"Unknown" = "Unknown";
56295678

5679+
/* Value for the WooCommerce plugin version detail row in settings, when the version is unknown. This is in place of the current version number. */
5680+
"unknown" = "unknown";
5681+
56305682
/* Displayed in the unlikely event a card reader has an indeterminate battery status */
56315683
"Unknown Battery Level" = "Unknown Battery Level";
56325684

@@ -5660,6 +5712,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
56605712
/* Display label for the review's untrash status */
56615713
"Untrash" = "Untrash";
56625714

5715+
/* String shown to indicate the latest version of a plugin when an update is available and highlighted to the user */
5716+
"Up to date" = "Up to date";
5717+
56635718
/* Footer text below the list of logs explaining the maximum number of logs saved. */
56645719
"Up to seven days՚ worth of logs are saved." = "Up to seven days՚ worth of logs are saved.";
56655720

@@ -5677,6 +5732,9 @@ This is the link to the website, and forms part of a longer sentence which it sh
56775732
Accessibility Label for the edit button to change the Customer Shipping Address in Order Details */
56785733
"Update Address" = "Update Address";
56795734

5735+
/* String shown to indicate the latest version of a plugin when an update is available and highlighted to the user */
5736+
"Update available" = "Update available";
5737+
56805738
/* Update instructions button title shown in alert warning users to upgrade to WC 3.5. */
56815739
"Update Instructions" = "Update Instructions";
56825740

0 commit comments

Comments
 (0)