Skip to content

Commit d32d41d

Browse files
committed
Freeze strings for localization
1 parent c8f08a4 commit d32d41d

File tree

1 file changed

+81
-8
lines changed

1 file changed

+81
-8
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 81 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ which should be translated separately and considered part of this sentence. */
397397

398398
/* Action to add product on the placeholder overlay when there are no products on the Products tab
399399
Title for the screen to add a product to an order
400-
Title text of the button that adds a product when creating a new order */
400+
Title text of the button that adds a product when creating or editing an order */
401401
"Add Product" = "Add Product";
402402

403403
/* Title for adding an external URL row on Product main screen for an external/affiliate product */
@@ -556,6 +556,9 @@ which should be translated separately and considered part of this sentence. */
556556
Title of 'Amount Paid' section in the receipt */
557557
"Amount Paid" = "Amount Paid";
558558

559+
/* Default error message displayed when unable to close user account. */
560+
"An error occured while closing account." = "An error occured while closing account.";
561+
559562
/* Error message when Bluetooth is not enabled for this application. */
560563
"An error occurred accessing Bluetooth - please enable Bluetooth and try again" = "An error occurred accessing Bluetooth - please enable Bluetooth and try again";
561564

@@ -757,6 +760,9 @@ which should be translated separately and considered part of this sentence. */
757760
/* Accessibility label for bold button on formatting toolbar. */
758761
"Bold" = "Bold";
759762

763+
/* The details text on the placeholder overlay when there are no coupons on the coupon list screen. */
764+
"Boost your business by sending customers special offers and discounts." = "Boost your business by sending customers special offers and discounts.";
765+
760766
/* Box package type, used to create a custom package in the Shipping Label flow */
761767
"Box" = "Box";
762768

@@ -832,6 +838,8 @@ which should be translated separately and considered part of this sentence. */
832838
Cancel the shipping label more menu action sheet
833839
Cancel the shipping label tracking more menu action sheet
834840
Change order status screen - button title for closing the view
841+
Close Account button title - dismisses alert, which cancels the Close Account attempt.
842+
Close Account error alert button title - dismisses error alert.
835843
Close the action sheet
836844
Dismiss button on the alert when the user taps to delete a Product image
837845
Label for a button that when tapped, cancels the process of connecting to a card reader
@@ -876,6 +884,9 @@ which should be translated separately and considered part of this sentence. */
876884
/* Card method title on the select payment method screen for simple payments */
877885
"Card" = "Card";
878886

887+
/* Title for the section related to card readers inside In-Person Payments settings */
888+
"Card readers" = "Card readers";
889+
879890
/* Error message when a card is left in the reader and another transaction started. */
880891
"Card was left in reader - please remove and reinsert card" = "Card was left in reader - please remove and reinsert card";
881892

@@ -987,6 +998,13 @@ which should be translated separately and considered part of this sentence. */
987998
Title of the Close action on the Jetpack Install view */
988999
"Close" = "Close";
9891000

1001+
/* Close Account button title to close the user's WordPress.com account
1002+
Link on the store picker for users who signed in with Apple to close their WordPress.com account. */
1003+
"Close Account" = "Close Account";
1004+
1005+
/* Title of the Close Account in-progress view. */
1006+
"Closing account..." = "Closing account...";
1007+
9901008
/* Accessibility value when a banner is collapsed */
9911009
"Collapsed" = "Collapsed";
9921010

@@ -1015,6 +1033,9 @@ which should be translated separately and considered part of this sentence. */
10151033
/* VoiceOver accessibility hint, informing the user that the button can be used to create a new order note. */
10161034
"Composes a new order note." = "Composes a new order note.";
10171035

1036+
/* Close Account confirmation alert title. */
1037+
"Confirm Close Account" = "Confirm Close Account";
1038+
10181039
/* Button to confirm the preferred provider for In-Person Payments */
10191040
"Confirm Payment Method" = "Confirm Payment Method";
10201041

@@ -1085,6 +1106,7 @@ which should be translated separately and considered part of this sentence. */
10851106
"Contact support" = "Contact support";
10861107

10871108
/* Action button to contact support when Jetpack install fails
1109+
Close Account error alert button title - navigates the user to contact support.
10881110
Contact Support title
10891111
Text for the button to contact support from the store picker error screen
10901112
The title of the button to contact support in the Error Loading Data banner */
@@ -1171,6 +1193,9 @@ which should be translated separately and considered part of this sentence. */
11711193
/* Error message when tag loading failed */
11721194
"Couldn't load tags." = "Couldn't load tags.";
11731195

1196+
/* Error title displayed when unable to close user account. */
1197+
"Couldn’t close account automatically" = "Couldn’t close account automatically";
1198+
11741199
/* Text field country in Edit Address Form
11751200
Text field country in Shipping Label Address Validation
11761201
Title to select country from the edit address screen */
@@ -1219,7 +1244,8 @@ which should be translated separately and considered part of this sentence. */
12191244
/* The title for a button that causes the app to deliberately crash for debugging purposes */
12201245
"Crash Immediately" = "Crash Immediately";
12211246

1222-
/* Button to create an order on the New Order screen */
1247+
/* Action for creating a Coupon remotely
1248+
Button to create an order on the Order screen */
12231249
"Create" = "Create";
12241250

12251251
/* Description for fixed product discount type on the action sheet presented from Add or Edit coupon screen */
@@ -1240,9 +1266,15 @@ which should be translated separately and considered part of this sentence. */
12401266
/* Description of the Action sheet option when the user wants to create Simple Payments order */
12411267
"Create an order with minimal information" = "Create an order with minimal information";
12421268

1269+
/* Title of the create coupon button on the coupon list screen when it's empty */
1270+
"Create Coupon" = "Create Coupon";
1271+
12431272
/* Title of the Create coupon screen */
12441273
"Create coupon" = "Create coupon";
12451274

1275+
/* Accessibility label for the Create Coupons button */
1276+
"Create coupons" = "Create coupons";
1277+
12461278
/* Button to create a new package in Shipping Label Package screen */
12471279
"Create new package" = "Create new package";
12481280

@@ -1485,6 +1517,7 @@ which should be translated separately and considered part of this sentence. */
14851517
"Don't have an account? _Sign up_" = "Don't have an account? _Sign up_";
14861518

14871519
/* Action title to select products to add to a grouped product from search results
1520+
Button to dismiss the Order Editing screen
14881521
Button to finish selecting the Coupon expiry date in the Add or Edit Coupon screen
14891522
Button to submit selection on Select Categories screen
14901523
Button to submit the product selector without any product selected.
@@ -1822,7 +1855,8 @@ which should be translated separately and considered part of this sentence. */
18221855
/* Notice displayed when the label purchase fails */
18231856
"Error purchasing the label" = "Error purchasing the label";
18241857

1825-
/* The title on the placeholder overlay on the coupon list screen when coupons are disabled for the store. */
1858+
/* The title on the placeholder overlay on the coupon list screen when coupons are disabled for the store.
1859+
The title on the placeholder overlay when there are no coupons on the coupon list screen and creating a coupon is possible. */
18261860
"Everyone loves a deal" = "Everyone loves a deal";
18271861

18281862
/* Placeholder for the site url textfield.
@@ -2978,7 +3012,7 @@ This part is the link to the website, and forms part of a longer sentence which
29783012
Accessibility hint for selecting a variable product in the Select Products screen */
29793013
"Opens list of product variations." = "Opens list of product variations.";
29803014

2981-
/* Accessibility hint for selecting a product in a new order */
3015+
/* Accessibility hint for selecting a product in an order form */
29823016
"Opens product detail." = "Opens product detail.";
29833017

29843018
/* Placeholder of cell presenting the title of the new attribute option. */
@@ -3107,6 +3141,9 @@ This part is the link to the website, and forms part of a longer sentence which
31073141
/* Add Product Category. Title of cell presenting the parent category. */
31083142
"Parent Category" = "Parent Category";
31093143

3144+
/* Title of the banner when the order is not editable */
3145+
"Parts of this order are not currently editable" = "Parts of this order are not currently editable";
3146+
31103147
/* Accessibility label for the password text field in the self-hosted login page.
31113148
Login dialog password placeholder
31123149
Password field title in Product Visibility
@@ -3149,6 +3186,12 @@ This part is the link to the website, and forms part of a longer sentence which
31493186
/* Header for list of payment methods in Payment Method screen */
31503187
"Payment Method Selected" = "Payment Method Selected";
31513188

3189+
/* Title for the section related to payments inside In-Person Payments settings */
3190+
"Payment options" = "Payment options";
3191+
3192+
/* Navigates to Payment Gateway management screen */
3193+
"Payment Provider" = "Payment Provider";
3194+
31523195
/* Label informing users that the payment succeeded. Presented to users when a payment is collected */
31533196
"Payment successful" = "Payment successful";
31543197

@@ -3177,6 +3220,9 @@ This part is the link to the website, and forms part of a longer sentence which
31773220
/* Title of the Performance section on Coupons Details screen */
31783221
"Performance" = "Performance";
31793222

3223+
/* Close Account button title - confirms and closes user's WordPress.com account. */
3224+
"Permanently Close Account" = "Permanently Close Account";
3225+
31803226
/* Text field phone in Edit Address Form
31813227
Text field phone in Shipping Label Address Validation */
31823228
"Phone" = "Phone";
@@ -3268,7 +3314,7 @@ This part is the link to the website, and forms part of a longer sentence which
32683314
"Please make sure the app can access Photos in device settings" = "Please make sure the app can access Photos in device settings";
32693315

32703316
/* Error notice recovery suggestion when we fail to update an address in the edit address screen.
3271-
Recovery suggestion when we fail to update an address when creating an order */
3317+
Recovery suggestion when we fail to update an address when creating or editing an order */
32723318
"Please make sure you are running the latest version of WooCommerce and try again later." = "Please make sure you are running the latest version of WooCommerce and try again later.";
32733319

32743320
/* Error message when no package is selected on Shipping Label Package Details screen */
@@ -3479,7 +3525,7 @@ This part is the link to the website, and forms part of a longer sentence which
34793525
Product section title if there is more than one product.
34803526
Product section title in Review Order screen if there is more than one product.
34813527
Title of the Products tab — plural form of Product
3482-
Title text of the section that shows the Products when creating a new order
3528+
Title text of the section that shows the Products when creating or editing an order
34833529
Title that appears on top of the Product List screen (plural form of the word Product). */
34843530
"Products" = "Products";
34853531

@@ -4315,6 +4361,9 @@ This part is the link to the website, and forms part of a longer sentence which
43154361
/* The name of the default Tax Class in Product Price Settings */
43164362
"Standard rate" = "Standard rate";
43174363

4364+
/* VoiceOver accessibility hint, informing the user the button can be used to create coupons. */
4365+
"Start a Coupon creation by selecting a discount type in a bottom sheet" = "Start a Coupon creation by selecting a discount type in a bottom sheet";
4366+
43184367
/* Label for one of the filters in order custom date range */
43194368
"Start Date" = "Start Date";
43204369

@@ -4906,6 +4955,15 @@ This part is the link to the website, and forms part of a longer sentence which
49064955
/* Footer text for editing external product button text */
49074956
"This text will be shown on the button linking to the external product." = "This text will be shown on the button linking to the external product.";
49084957

4958+
/* Error message displayed when unable to close user account due to unresolved chargebacks. */
4959+
"This user account cannot be closed if there are unresolved chargebacks." = "This user account cannot be closed if there are unresolved chargebacks.";
4960+
4961+
/* Error message displayed when unable to close user account due to having active purchases. */
4962+
"This user account cannot be closed while it has active purchases." = "This user account cannot be closed while it has active purchases.";
4963+
4964+
/* Error message displayed when unable to close user account due to having active subscriptions. */
4965+
"This user account cannot be closed while it has active subscriptions." = "This user account cannot be closed while it has active subscriptions.";
4966+
49094967
/* Tab selector title that shows the statistics for this week
49104968
Top Performers section title - this week */
49114969
"This Week" = "This Week";
@@ -4936,18 +4994,27 @@ This part is the link to the website, and forms part of a longer sentence which
49364994
/* Subtitle on the variations list screen when there are no variations and attributes */
49374995
"To add a variation, you'll need to set its attributes (ie \"Color\", \"Size\") first" = "To add a variation, you'll need to set its attributes (ie \"Color\", \"Size\") first";
49384996

4997+
/* Error message displayed when unable to close user account due to having active atomic site. */
4998+
"To close this account now, contact our support team." = "To close this account now, contact our support team.";
4999+
49395000
/* Message prompting an administrator to deactivate Stripe plugin */
49405001
"To collect payments, please ask an administrator to deactivate WooCommerce Stripe Gateway." = "To collect payments, please ask an administrator to deactivate WooCommerce Stripe Gateway.";
49415002

49425003
/* Message prompting an administrator to deactivate Stripe plugin */
49435004
"To collect payments, please deactivate WooCommerce Stripe Gateway." = "To collect payments, please deactivate WooCommerce Stripe Gateway.";
49445005

5006+
/* Close Account confirmation alert message. The %1$@ is the user's WordPress.com username. */
5007+
"To confirm, please re-enter your username before closing.\n\n%1$@" = "To confirm, please re-enter your username before closing.\n\n%1$@";
5008+
49455009
/* Footer of text field section in Add Attribute screen */
49465010
"To create a variation, you'll need to set its attributes (i.e. \"Color,\" \"Size\") first" = "To create a variation, you'll need to set its attributes (i.e. \"Color,\" \"Size\") first";
49475011

49485012
/* Text instructing the user to enter their email address. */
49495013
"To create your new WordPress.com account, please enter your email address." = "To create your new WordPress.com account, please enter your email address.";
49505014

5015+
/* Content of the banner when the order is not editable */
5016+
"To edit Products or Payment Details, change the status to Pending Payment." = "To edit Products or Payment Details, change the status to Pending Payment.";
5017+
49515018
/* Settings > Privacy Settings > report crashes section. Explains what the 'report crashes' toggle does */
49525019
"To help us improve the app’s performance and fix the occasional bug, enable automatic crash reports." = "To help us improve the app’s performance and fix the occasional bug, enable automatic crash reports.";
49535020

@@ -5146,7 +5213,7 @@ This part is the link to the website, and forms part of a longer sentence which
51465213
/* Content of error presented when loading the list of shipment carriers failed. It reads: Unable to load Shipment Carriers */
51475214
"Unable to load Shipment Carriers" = "Unable to load Shipment Carriers";
51485215

5149-
/* Notice displayed when taxes cannot be synced for new order */
5216+
/* Notice displayed when data cannot be synced for new order */
51505217
"Unable to load taxes for order" = "Unable to load taxes for order";
51515218

51525219
/* Review error notice message. It reads: Unable to mark review as {attempted status} */
@@ -5191,13 +5258,16 @@ This part is the link to the website, and forms part of a longer sentence which
51915258
/* Content of error presented when Update Shipping Label Account Settings Action Failed. It reads: Unable to save changes to the payment method. */
51925259
"Unable to save changes to the payment method" = "Unable to save changes to the payment method";
51935260

5261+
/* Notice displayed when data cannot be synced for edited order */
5262+
"Unable to save changes. Please try again." = "Unable to save changes. Please try again.";
5263+
51945264
/* Error message when Bluetooth Low Energy is not supported on the user device. */
51955265
"Unable to search for card readers - Bluetooth Low Energy is not supported on this device - please use a different device" = "Unable to search for card readers - Bluetooth Low Energy is not supported on this device - please use a different device";
51965266

51975267
/* Error message when Bluetooth scan times out during reader discovery. */
51985268
"Unable to search for card readers - Bluetooth timed out - please try again" = "Unable to search for card readers - Bluetooth timed out - please try again";
51995269

5200-
/* Error notice title when we fail to update an address when creating an order. */
5270+
/* Error notice title when we fail to update an address when creating or editing an order. */
52015271
"Unable to set customer details." = "Unable to set customer details.";
52025272

52035273
/* Error notice title when we fail to update an address in the edit address screen. */
@@ -5726,6 +5796,9 @@ This part is the link to the website, and forms part of a longer sentence which
57265796
/* Error message when the merchant's payment account is under review */
57275797
"You'll be able to accept In-Person Payments as soon as we finish reviewing your account." = "You'll be able to accept In-Person Payments as soon as we finish reviewing your account.";
57285798

5799+
/* Error message displayed when unable to close user account due to being unauthorized. */
5800+
"You're not authorized to close the account." = "You're not authorized to close the account.";
5801+
57295802
/* Label that displays when a mandatory software update is happening */
57305803
"Your card reader software needs to be updated to collect payments. Cancelling will block your reader connection." = "Your card reader software needs to be updated to collect payments. Cancelling will block your reader connection.";
57315804

0 commit comments

Comments
 (0)