Skip to content

Commit 40bbdba

Browse files
committed
Freeze strings for localization
1 parent 89e1f2c commit 40bbdba

File tree

1 file changed

+98
-29
lines changed

1 file changed

+98
-29
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 98 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@ which should be translated separately and considered part of this sentence. */
351351
Text for the add button in the discounts details screen */
352352
"Add" = "Add";
353353

354-
/* Title for the Add a Different Address switch in the Address form */
355-
"Add a different shipping address" = "Add a different shipping address";
356-
357354
/* Title of button to add a domain in domain settings. */
358355
"Add a domain" = "Add a domain";
359356

@@ -569,8 +566,7 @@ which should be translated separately and considered part of this sentence. */
569566
/* Title on the action sheet to select an option for adding new product */
570567
"addProductWithAIActionSheet.title" = "Create Product";
571568

572-
/* Address section title in the domain contact info form.
573-
Details section title in the Edit Address Form */
569+
/* Address section title in the domain contact info form. */
574570
"ADDRESS" = "ADDRESS";
575571

576572
/* Text field address in Shipping Label Address Validation */
@@ -589,9 +585,6 @@ which should be translated separately and considered part of this sentence. */
589585
/* Error showed in Shipping Label Address Validation for the address field */
590586
"Address missing" = "Address missing";
591587

592-
/* Notice text after updating the shipping or billing address */
593-
"Address successfully updated." = "Address successfully updated.";
594-
595588
/* Shipping Label Suggested address entered placeholder */
596589
"Address Suggested" = "Address Suggested";
597590

@@ -1154,12 +1147,8 @@ which should be translated separately and considered part of this sentence. */
11541147
/* Country option for a site address. */
11551148
"Bhutan" = "Bhutan";
11561149

1157-
/* Details section title in the Edit Address Form */
1158-
"BILLING ADDRESS" = "BILLING ADDRESS";
1159-
11601150
/* Section header title for billing address in billing information
1161-
Title for the Billing Address section in order customer data
1162-
Title for the Edit Billing Address Form */
1151+
Title for the Billing Address section in order customer data */
11631152
"Billing Address" = "Billing Address";
11641153

11651154
/* Billing Information view Title */
@@ -3089,6 +3078,21 @@ which should be translated separately and considered part of this sentence. */
30893078
/* Description of the 'Products' screen - used for spotlight indexing on iOS. */
30903079
"Create, edit, and publish products." = "Create, edit, and publish products.";
30913080

3081+
/* Details section title in the Edit Address Form */
3082+
"createOrderAddressFormViewModel.addressSection" = "Address";
3083+
3084+
/* Title for the Edit Billing Address Form */
3085+
"createOrderAddressFormViewModel.billingTitle" = "Billing Address";
3086+
3087+
/* Title for the Shipping Address Form for Customer Details */
3088+
"createOrderAddressFormViewModel.customerDetailsTitle" = "Customer Details";
3089+
3090+
/* Title for the Add a Different Address switch in the Address form */
3091+
"createOrderAddressFormViewModel.differentAddressToggleTitle" = "Add a different shipping address";
3092+
3093+
/* Title for the Edit Shipping Address Form */
3094+
"createOrderAddressFormViewModel.shippingTitle" = "Shipping Address";
3095+
30923096
/* Description for the option to generate all possible variations */
30933097
"Creates variations for all combinations of your attributes." = "Creates variations for all combinations of your attributes.";
30943098

@@ -3194,9 +3198,6 @@ which should be translated separately and considered part of this sentence. */
31943198
/* No comment provided by engineer. */
31953199
"Customer birthday emails" = "Customer birthday emails";
31963200

3197-
/* Title for the Shipping Address Form for Customer Details */
3198-
"Customer Details" = "Customer Details";
3199-
32003201
/* Title text of the section that shows the Order customer note when creating a new order */
32013202
"Customer Note" = "Customer Note";
32023203

@@ -3990,6 +3991,21 @@ which should be translated separately and considered part of this sentence. */
39903991
/* The string to show on order taxes when they are calculated based on the shop base address */
39913992
"editableOrderViewModel.taxBasedOnSetting.shopBaseAddress" = "Calculated on shop base address.";
39923993

3994+
/* Title for the Edit Billing Address Form */
3995+
"editOrderAddressFormViewModel.billingTitle" = "Billing Address";
3996+
3997+
/* Title for the Edit Shipping Address Form */
3998+
"editOrderAddressFormViewModel.shippingTitle" = "Shipping Address";
3999+
4000+
/* Notice text after updating the shipping or billing address */
4001+
"editOrderAddressFormViewModel.success" = "Address successfully updated.";
4002+
4003+
/* Title for the Use as Billing Address switch in the Address form */
4004+
"editOrderAddressFormViewModel.useAsBillingToggle" = "Use as Billing Address";
4005+
4006+
/* Title for the Use as Shipping Address switch in the Address form */
4007+
"editOrderAddressFormViewModel.useAsShippingToggle" = "Use as Shipping Address";
4008+
39934009
/* Placeholder text inside the editor's text field. */
39944010
"editorFactory.customFieldsValuePlaceholder" = "Enter custom field value";
39954011

@@ -5336,6 +5352,12 @@ which should be translated separately and considered part of this sentence. */
53365352
/* Country option for a site address. */
53375353
"Indonesia" = "Indonesia";
53385354

5355+
/* Button to cancel a payment */
5356+
"inPersonPayments.cardPresent.cardInserted.cancel" = "Cancel";
5357+
5358+
/* Indicates the status of a card reader. Presented to merchants when the card is inserted to the reader */
5359+
"inPersonPayments.cardPresent.cardInserted.title" = "Card inserted";
5360+
53395361
/* Label action for inserting a link on the editor */
53405362
"Insert" = "Insert";
53415363

@@ -7762,6 +7784,15 @@ which should be translated separately and considered part of this sentence. */
77627784
/* Indicates the status of a card reader. Presented to users when payment collection starts */
77637785
"pointOfSale.cardPresent.cancelledOnReader.title" = "Payment cancelled on reader";
77647786

7787+
/* Button to try to collect a payment again. Presented to users after card reader cancelled on the Point of Sale Checkout */
7788+
"pointOfSale.cardPresent.cancelledOnReader.tryPaymentAgain.button.title" = "Try payment again";
7789+
7790+
/* Indicates the status of a card reader. Presented to merchants when the card is inserted to the reader */
7791+
"pointOfSale.cardPresent.cardInserted.subtitle" = "Card inserted";
7792+
7793+
/* Indicates the status of a card reader. Presented to merchants when the card is inserted to the reader */
7794+
"pointOfSale.cardPresent.cardInserted.title" = "Ready for payment";
7795+
77657796
/* Button to connect to the card reader, shown on the Point of Sale Checkout as a primary CTA. */
77667797
"pointOfSale.cardPresent.connectReader.button.title" = "Connect your reader";
77677798

@@ -8170,9 +8201,6 @@ which should be translated separately and considered part of this sentence. */
81708201
/* Button to dismiss the support form from the POS dashboard. */
81718202
"pointOfSaleDashboard.support.done" = "Done";
81728203

8173-
/* Title for the payment method used when collecting cash payment in Point of Sale. */
8174-
"pointOfSaleOrderController.collectCashPayment.paymentMethodTitle" = "Pay in Person";
8175-
81768204
/* Country option for a site address. */
81778205
"Poland" = "Poland";
81788206

@@ -8315,6 +8343,12 @@ which should be translated separately and considered part of this sentence. */
83158343
/* Title at the top of the Point of Sale product selector screen. */
83168344
"pos.itemlistview.title" = "Products";
83178345

8346+
/* Text shown when there's nothing to show before a search term is typed in POS */
8347+
"pos.itemsearch.before.search.emptyListText" = "Search your store";
8348+
8349+
/* Title for the list of popular products shown before a search term is typed in POS */
8350+
"pos.itemsearch.before.search.popularProducts.title" = "Popular products";
8351+
83188352
/* Text shown when there's nothing to show before a search term is typed in POS */
83198353
"pos.itemsearch.before.search.recentSearches.emptyListText.1" = "Search your store";
83208354

@@ -8327,6 +8361,9 @@ which should be translated separately and considered part of this sentence. */
83278361
/* Text indicating that there are options available for a parent product */
83288362
"pos.parentProductCard.optionsAvailable" = "Options available";
83298363

8364+
/* Text appearing on the coupons list screen as subtitle when there's no coupons found. */
8365+
"pos.pointOfSaleItemListEmptyView.emptyCouponSearchSubtitle" = "Try adjusting your search term – searching part of a coupon name may help.";
8366+
83308367
/* Text appearing on the coupons list screen as subtitle when there's no coupons found. */
83318368
"pos.pointOfSaleItemListEmptyView.emptyCouponsSubtitle" = "Boost your business by sending customers special offers and discounts.";
83328369

@@ -9920,11 +9957,7 @@ which should be translated separately and considered part of this sentence. */
99209957
Title of the Shipping Settings row on Product main screen */
99219958
"Shipping" = "Shipping";
99229959

9923-
/* Details section title in the Edit Address Form */
9924-
"SHIPPING ADDRESS" = "SHIPPING ADDRESS";
9925-
99269960
/* Shipping Address title for customer info section
9927-
Title for the Edit Shipping Address Form
99289961
Title for the Edit Shipping Address section in order customer data */
99299962
"Shipping Address" = "Shipping Address";
99309963

@@ -12174,12 +12207,6 @@ If your translation of that term also happens to contains a hyphen, please be su
1217412207
/* Action to use the address in Shipping Label Suggested screen as entered placeholder */
1217512208
"Use Address Entered" = "Use Address Entered";
1217612209

12177-
/* Title for the Use as Billing Address switch in the Address form */
12178-
"Use as Billing Address" = "Use as Billing Address";
12179-
12180-
/* Title for the Use as Shipping Address switch in the Address form */
12181-
"Use as Shipping Address" = "Use as Shipping Address";
12182-
1218312210
/* The message for the Write with AI tooltip */
1218412211
"Use our AI-powered tool to quickly generate product descriptions. Just input keywords and we'll do the rest!" = "Use our AI-powered tool to quickly generate product descriptions. Just input keywords and we'll do the rest!";
1218512212

@@ -12814,6 +12841,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1281412841
/* Label when an address is verified on the shipping label creation screen */
1281512842
"wooShipping.createLabels.addressVerification.verified" = "Address verified";
1281612843

12844+
/* Label for the option to add a payment method on the shipping label creation screen */
12845+
"wooShipping.createLabels.bottomSheet.addPaymentMethod" = "Add payment method";
12846+
1281712847
/* Label for row showing the additional cost to require an adult signature on the shipping label creation screen */
1281812848
"wooShipping.createLabels.bottomSheet.adultSignatureRequired" = "Adult Signature Required";
1281912849

@@ -12832,6 +12862,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1283212862
/* Label for the menu to select a paper size on the shipping label creation screen */
1283312863
"wooShipping.createLabels.bottomSheet.paperSize" = "Choose label paper size";
1283412864

12865+
/* Header for payment method section on the shipping label creation screen */
12866+
"wooShipping.createLabels.bottomSheet.paymentMethod" = "Payment Method";
12867+
1283512868
/* Label for button to purchase the shipping label on the shipping label creation screen */
1283612869
"wooShipping.createLabels.bottomSheet.purchase" = "Purchase Label";
1283712870

@@ -13054,6 +13087,9 @@ If your translation of that term also happens to contains a hyphen, please be su
1305413087
/* Option to sort shipping rates by price in the shipping label creation screen. */
1305513088
"wooShipping.createLabels.rates.sortBy.price" = "Cheapest";
1305613089

13090+
/* Notice to display after requesting refund for a shipping label */
13091+
"wooShipping.createLabels.refundNotice" = "You have successfully submitted a request for refund. You can purchase a new label.";
13092+
1305713093
/* Button to retry loading data on the shipping label creation screen */
1305813094
"wooShipping.createLabels.retryCTA" = "Retry";
1305913095

@@ -13348,6 +13384,39 @@ If your translation of that term also happens to contains a hyphen, please be su
1334813384
/* Title of the HAZMAT detail view in the shipping label creation flow */
1334913385
"wooShippingHazmatDetailView.title" = "Are you shipping dangerous goods or hazardous materials?";
1335013386

13387+
/* Button to dismiss the Request shipping label refund view */
13388+
"wooShippingRefundView.cancelButton" = "Cancel";
13389+
13390+
/* Description on the Request shipping label refund view. The placeholder is the number of day to process the refund. */
13391+
"wooShippingRefundView.description" = "Request a refund for your unused shipping label. The refund process for the shipping label will begin immediately and is typically completed within %1$d business days.";
13392+
13393+
/* Button to dismiss the error alert when requesting refund for a shipping label fails */
13394+
"wooShippingRefundView.errorAlert.cancel" = "Cancel";
13395+
13396+
/* Message on the error alert when requesting refund for a shipping label fails */
13397+
"wooShippingRefundView.errorAlert.message" = "We were unable to request a refund for your label. Please try again.";
13398+
13399+
/* Button to retry when requesting refund for a shipping label fails */
13400+
"wooShippingRefundView.errorAlert.retry" = "Retry";
13401+
13402+
/* Title of the error alert when requesting refund for a shipping label fails */
13403+
"wooShippingRefundView.errorAlert.title" = "Refund request failed";
13404+
13405+
/* Note on the Request shipping label refund view */
13406+
"wooShippingRefundView.note" = "Please note that this refund request applies only to the unused shipping label and will not affect the order itself.";
13407+
13408+
/* Purchase date label on the Request shipping label refund view. */
13409+
"wooShippingRefundView.purchaseDate" = "Purchase date:";
13410+
13411+
/* Refund amount label on the Request shipping label refund view. */
13412+
"wooShippingRefundView.refundAmount" = "Amount eligible for refund:";
13413+
13414+
/* Button to submit refund request the Request shipping label refund view */
13415+
"wooShippingRefundView.submitButton" = "Refund Label (%1$@)";
13416+
13417+
/* title on the Request shipping label refund view */
13418+
"wooShippingRefundView.title" = "Request a shipping label refund";
13419+
1335113420
/* Button to move selected items to a shipment in split shipments flow */
1335213421
"wooShippingSplitShipments.MoveToShipmentNotice.moveTo" = "Move to";
1335313422

0 commit comments

Comments
 (0)