Skip to content

Commit 17d89ab

Browse files
committed
Freeze strings for localization
1 parent a0e13bb commit 17d89ab

File tree

1 file changed

+72
-5
lines changed

1 file changed

+72
-5
lines changed

WooCommerce/Resources/en.lproj/Localizable.strings

Lines changed: 72 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ which should be translated separately and considered part of this sentence. */
12881288
/* Title of the Blaze campaign list view */
12891289
"Blaze Campaigns" = "Blaze Campaigns";
12901290

1291-
/* Blaze Ad Destination: The final URl destination including optional parameters. %1$@ will be replaced by the URL text. Read like: Destination: https://woo.com/2022/04/11/product/?parameterkey=parametervalue */
1291+
/* Blaze Ad Destination: The final URl destination including optional parameters. %1$@ will be replaced by the URL text. Read like: Destination: https://woocommerce.com/2022/04/11/product/?parameterkey=parametervalue */
12921292
"blazeAdDestinationSettingVieModel.finalDestination" = "Destination: %1$@";
12931293

12941294
/* Blaze Ad Destination: Plural form for characters limit label. %1$d will be replaced by a number. Read like: 10 characters remaining */
@@ -1456,6 +1456,9 @@ which should be translated separately and considered part of this sentence. */
14561456
/* Message on the Blaze campaign creation error screen. */
14571457
"blazeCampaignCreationError.failedToUploadCampaignImage" = "Failed to upload campaign image.";
14581458

1459+
/* Message on the Blaze campaign creation error screen. */
1460+
"blazeCampaignCreationError.insufficientImageSize" = "Insufficient image size for cropping. Please select a different campaign image.";
1461+
14591462
/* Button to dismiss the flow on the Blaze campaign creation error screen. */
14601463
"blazeCampaignCreationErrorView.cancel" = "Cancel Campaign";
14611464

@@ -1648,6 +1651,10 @@ which should be translated separately and considered part of this sentence. */
16481651
/* Change image button title in the Blaze Edit Ad screen. */
16491652
"blazeEditAdView.image.changeImage" = "Change image";
16501653

1654+
/* Button to dismiss the image view alert.
1655+
Error message displayed when selected campaign image is not large enough. */
1656+
"blazeEditAdView.image.imageSizeError" = "Please select an image with minimum dimensions of 600 × 600 px.";
1657+
16511658
/* Save button in the Blaze Edit Ad screen. */
16521659
"blazeEditAdView.save" = "Save";
16531660

@@ -3282,6 +3289,36 @@ which should be translated separately and considered part of this sentence. */
32823289
/* Country option for a site address. */
32833290
"Czech Republic" = "Czech Republic";
32843291

3292+
/* Name for the Blaze dashboard card in the Customize Dashboard screen */
3293+
"dashboardCard.name.blaze" = "Blaze";
3294+
3295+
/* Name for the Store Onboarding dashboard card in the Customize Dashboard screen */
3296+
"dashboardCard.name.onboarding" = "Store Onboarding";
3297+
3298+
/* Name for the Store Stats and Top Performers dashboard card in the Customize Dashboard screen */
3299+
"dashboardCard.name.statsAndTopPerformers" = "Store Stats and Top Performers";
3300+
3301+
/* Button to save changes on the Customize Dashboard screen */
3302+
"dashboardCustomization.saveButton" = "Save";
3303+
3304+
/* Title for the screen to customize the dashboard screen */
3305+
"dashboardCustomization.title" = "Customize Dashboard";
3306+
3307+
/* Text on unavailable dashboard card on the Customize Dashboard screen */
3308+
"dashboardCustomization.unavailable" = "Unavailable";
3309+
3310+
/* Title on the banner when the site's WooExpress plan has expired */
3311+
"dashboardView.storePlanBanner.expired" = "Your site plan has ended.";
3312+
3313+
/* Button to dismiss the support form from the Blaze confirm payment view screen. */
3314+
"dashboardView.supportForm.done" = "Done";
3315+
3316+
/* Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
3317+
"dashboardView.title" = "My store";
3318+
3319+
/* Title of the bottom tab item that presents the user's store dashboard, and default title for the store dashboard */
3320+
"dashboardViewHostingController.title" = "My store";
3321+
32853322
/* Title of 'Date Paid' section in the receipt */
32863323
"Date paid" = "Date paid";
32873324

@@ -5765,6 +5802,12 @@ which should be translated separately and considered part of this sentence. */
57655802
/* An accessibility label used when the balances are loading on the payments menu */
57665803
"menu.payments.depositSummary.loading.accessibilityLabel" = "Loading balances...";
57675804

5805+
/* Notice text after completing a payment order from In-Person Payments in the Menu */
5806+
"menu.payments.inPersonPayments.collectPayment.notice.orderCompleted" = "🎉 Order completed";
5807+
5808+
/* Notice text after creating an order from In-Person Payments in the Menu */
5809+
"menu.payments.inPersonPayments.collectPayment.notice.orderCreated" = "🎉 Order created";
5810+
57685811
/* A label prompting users to learn more about card readers.
57695812
This part is the link to the website, and forms part of a longer sentence which it should be considered a part of. */
57705813
"menu.payments.inPersonPayments.learnMore.link" = "Learn more";
@@ -5909,7 +5952,7 @@ which should be translated separately and considered part of this sentence. */
59095952
"More Privacy Options" = "More Privacy Options";
59105953

59115954
/* More Privacy toggle section in the privacy screen. */
5912-
"More privacy options available for woo.com users. Check here to learn more." = "More privacy options available for woo.com users. Check here to learn more.";
5955+
"More privacy options available for woocommerce.com users. Check here to learn more." = "More privacy options available for woocommerce.com users. Check here to learn more.";
59135956

59145957
/* Country option for a site address. */
59155958
"Morocco" = "Morocco";
@@ -6497,13 +6540,13 @@ which should be translated separately and considered part of this sentence. */
64976540
/* Origin in Order Attribution Section on Order Details screen. */
64986541
"orderAttributionInfo.mobileApp" = "Mobile App";
64996542

6500-
/* Origin in Order Attribution Section on Order Details screen.The placeholder is the source.Reads like: Organic: woo.com */
6543+
/* Origin in Order Attribution Section on Order Details screen.The placeholder is the source.Reads like: Organic: woocommerce.com */
65016544
"orderAttributionInfo.organic" = "Organic: %1$@";
65026545

6503-
/* Origin in Order Attribution Section on Order Details screen.The placeholder is the source.Reads like: Referral: woo.com */
6546+
/* Origin in Order Attribution Section on Order Details screen.The placeholder is the source.Reads like: Referral: woocommerce.com */
65046547
"orderAttributionInfo.referral" = "Referral: %1$@";
65056548

6506-
/* Origin in Order Attribution Section on Order Details screen.The placeholder is the source.Reads like: Source: woo.com */
6549+
/* Origin in Order Attribution Section on Order Details screen.The placeholder is the source.Reads like: Source: woocommerce.com */
65076550
"orderAttributionInfo.source" = "Source: %1$@";
65086551

65096552
/* Origin in Order Attribution Section on Order Details screen. */
@@ -7451,6 +7494,18 @@ which should be translated separately and considered part of this sentence. */
74517494
/* Title of the cell in Product Price Settings > Sign-up Fee */
74527495
"productPriceSettingsViewModel.signupFeeTitle" = "Sign-up Fee";
74537496

7497+
/* Description of the subscription price for a product, with price and billing frequency. Reads as: '$60.00 / 2 months'. */
7498+
"ProductRowViewModel.formattedProductSubscriptionBilling" = "%1$@ / %2$@ %3$@";
7499+
7500+
/* Description of the subscription conditions for a subscription product, with signup fees and free trials.Reads as: '$25.00 signup · 1 month free'. */
7501+
"ProductRowViewModel.formattedProductSubscriptionConditions" = "%1$@ signup · %2$@ %3$@ free";
7502+
7503+
/* Description of the subscription conditions for a subscription product, with only free trial.Reads as: '1 month free'. */
7504+
"ProductRowViewModel.formattedProductSubscriptionConditionsWithoutSignup" = "%1$@ %2$@ free";
7505+
7506+
/* Description of the subscription conditions for a subscription product, with signup fees but no trial.Reads as: '$25.00 signup'. */
7507+
"ProductRowViewModel.formattedProductSubscriptionConditionsWithoutTrial" = "%1$@ signup";
7508+
74547509
/* Display label for the composite product's component option type
74557510
Product section title if there is more than one product.
74567511
Product section title in Review Order screen if there is more than one product.
@@ -8589,6 +8644,18 @@ which should be translated separately and considered part of this sentence. */
85898644
/* Display label for simple product type. */
85908645
"Simple" = "Simple";
85918646

8647+
/* Action to add a custom amount in the simple payments migration view. */
8648+
"simplePaymentsMigrationSheet.addCustomAmount" = "Add a Custom Amount";
8649+
8650+
/* Detail for the simple payments migration view. */
8651+
"simplePaymentsMigrationSheet.detail" = "To set a payment amount, add a custom amount to your new order.";
8652+
8653+
/* Title for the simple payments migration view. Text in the asterisks is italic. */
8654+
"simplePaymentsMigrationSheet.subtitle" = "We’ve combined payment collection with order creation, making it more accessible *and* more powerful.";
8655+
8656+
/* Title for the simple payments migration view. */
8657+
"simplePaymentsMigrationSheet.title" = "Collect Payment has moved";
8658+
85928659
/* Country option for a site address. */
85938660
"Singapore" = "Singapore";
85948661

0 commit comments

Comments
 (0)