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
+89-39Lines changed: 89 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,6 @@ which should be translated separately and considered part of this sentence. */
66
66
/* Review title. Reads as {Review author} left a review on {Product}. */
67
67
"%1$@ left a review on %2$@" = "%1$@ left a review on %2$@";
68
68
69
-
/* Summary line for a coupon, with the discounted amount and number of products and categories that the coupon is limited to. Reads like: '10% off · all products' or '$15 off · 2 Product 1 Category' */
70
-
"%1$@ off · %2$@" = "%1$@ off · %2$@";
71
-
72
69
/* Notice format when a shipping label refund request is successful. The first variable shows the shipping label service name (e.g. USPS Priority Mail). The second variable shows the formatted amount that is eligible for refund (e.g. $7.50). */
@@ -81,9 +78,6 @@ which should be translated separately and considered part of this sentence. */
81
78
/* Payment on <date> received via (payment method title) */
82
79
"%1$@ via %2$@" = "%1$@ via %2$@";
83
80
84
-
/* Exception rule for a coupon. Reads like: 3 Products · Excl. 1 Category */
85
-
"%1$@ · Excl. %2$@" = "%1$@ · Excl. %2$@";
86
-
87
81
/* In Order Details, the pattern used to show the quantity multiplied by the price. For example, “23 × $400.00”. The %1$@ is the quantity. The %2$@ is the formatted price with currency (e.g. $400.00). Please take care to use the multiplication symbol ×, not a letter x, where appropriate. */
88
82
"%1$@ × %2$@" = "%1$@ × %2$@";
89
83
@@ -97,9 +91,6 @@ which should be translated separately and considered part of this sentence. */
97
91
/* Card reader battery level as an integer percentage */
98
92
"%1$@%% Battery" = "%1$@%% Battery";
99
93
100
-
/* Combined rule for a coupon. Reads like: 2 Products, 1 Category */
101
-
"%1$@, %2$@" = "%1$@, %2$@";
102
-
103
94
/* In Shipping Labels Package Details if the product has attributes, the pattern used to show the attributes and weight. For example, “purple, has logo・1lbs”. The %1$@ is the list of attributes (e.g. from variation). The %2$@ is the weight with the unit. */
104
95
"%1$@・%2$@" = "%1$@・%2$@";
105
96
@@ -112,12 +103,6 @@ which should be translated separately and considered part of this sentence. */
112
103
/* Plural format of number of business days in Shipping Labels > Carrier and Rates */
113
104
"%1$d business days" = "%1$d business days";
114
105
115
-
/* The number of category allowed for a coupon in plural form. Reads like: 10 Categories */
116
-
"%1$d Categories" = "%1$d Categories";
117
-
118
-
/* The number of category allowed for a coupon in singular form. Reads like: 1 Category */
119
-
"%1$d Category" = "%1$d Category";
120
-
121
106
/* For example: `1 item` in Shipping Label package row */
122
107
"%1$d item" = "%1$d item";
123
108
@@ -130,12 +115,6 @@ which should be translated separately and considered part of this sentence. */
130
115
/* Shows how many tasks are completed in the store setup process.%1$d represents the tasks completed. %2$d represents the total number of tasks.This text is displayed when the store setup task list is presented in full-screen/expanded mode. */
131
116
"%1$d of %2$d tasks completed" = "%1$d of %2$d tasks completed";
132
117
133
-
/* The number of products allowed for a coupon in singular form. Reads like: 1 Product */
134
-
"%1$d Product" = "%1$d Product";
135
-
136
-
/* The number of products allowed for a coupon in plural form. Reads like: 10 Products */
137
-
"%1$d Products" = "%1$d Products";
138
-
139
118
/* Title of the action button at the bottom of the Select Products screen when more than 1 item is selected, reads like: 5 Products Selected */
@@ -680,13 +659,9 @@ which should be translated separately and considered part of this sentence. */
680
659
"All Orders" = "All Orders";
681
660
682
661
/* Button indicating that coupon can be applied to all products in the view for adding or editing a coupon.
683
-
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
684
662
Title of the product search filter to search for all products. */
685
663
"All Products" = "All Products";
686
664
687
-
/* Exception rule for a coupon. Reads like: All Products · Excl. 2 Products */
688
-
"All Products · Excl. %1$@" = "All Products · Excl. %1$@";
689
-
690
665
/* Value for the limit usage to X items row in Coupon Usage Restrictions screen when no limit is set */
691
666
"All Qualifying" = "All Qualifying";
692
667
@@ -8111,6 +8086,9 @@ which should be translated separately and considered part of this sentence. */
8111
8086
/* Error message when the system fails to collect a cash payment. */
8112
8087
"pointOfSale.cashview.failedtocollectcashpayment.errormessage" = "Error trying to process payment. Try again.";
8113
8088
8089
+
/* A message shown on the coupon if's not valid after attempting to apply it */
8090
+
"pointOfSale.couponRow.invalidCoupon" = "Coupon not applied";
8091
+
8114
8092
/* The title of the floating button to indicate that the reader is not ready for another connection, usually because a connection has just been cancelled */
@@ -8138,11 +8116,17 @@ which should be translated separately and considered part of this sentence. */
8138
8116
/* The accessibility label for the `x` button next to each item in the Point of Sale cart.The button removes the item. The translation should be short, to make it quick to navigate by voice. */
/* Text for the button appearing on the coupon list screen when there's an error loading a page of coupons after the first. Shown inline with the previously loaded coupons above. */
/* Text appearing on the coupon list screen as subtitle when there's an error loading a page of coupons after the first. Shown inline with the previously loaded coupons above. */
8226
+
"pos.itemList.failedToLoadCouponsNextPageSubtitle" = "An error occurred while loading coupons.";
8227
+
8228
+
/* Text appearing on the coupon list screen when there's an error loading a page of coupons after the first. Shown inline with the previously loaded coupons above. */
8229
+
"pos.itemList.failedToLoadCouponsNextPageTitle" = "Failed to load more coupons";
8230
+
8229
8231
/* Text for the button appearing on the item list screen when there's an error loading products. */
/* Text for the banner requiring specific WooCommerce version. */
8347
8385
"pos.totalsView.receipts.banner.updateWooCommerceVersionText" = "Please update WooCommerce to version 9.5.0";
@@ -11830,9 +11868,6 @@ If your translation of that term also happens to contains a hyphen, please be su
11830
11868
/* Error message shown during In-Person Payments when the order is found to be paid after it's refreshed. */
11831
11869
"Unable to process payment. This order is already paid, taking a further payment would result in the customer being charged twice for their order." = "Unable to process payment. This order is already paid, taking a further payment would result in the customer being charged twice for their order.";
11832
11870
11833
-
/* Error message when retrying an In-Person Payment and an unknown error is received. */
11834
-
"Unable to process payment. We could not complete this payment while retrying. Underlying error: %1$@" = "Unable to process payment. We could not complete this payment while retrying. Underlying error: %1$@";
11835
-
11836
11871
/* Error message shown during In-Person Payments when the payment gateway is not available. */
11837
11872
"Unable to process payment. We could not connect to the payment system. Please contact support if this error continues." = "Unable to process payment. We could not connect to the payment system. Please contact support if this error continues.";
11838
11873
@@ -13407,6 +13442,12 @@ If your translation of that term also happens to contains a hyphen, please be su
13407
13442
/* Text hinting that an account will be created if the email is not associated with an existing account. */
13408
13443
"wpComEmailLoginView.accountCreationHint" = "If you don't have an account, we'll use this email to create one.";
13409
13444
13445
+
/* Placeholder text for the username field on the WPCom email login screen of the Jetpack setup flow. */
/* Label for the username field on the WPCom email login screen of the Jetpack setup flow. */
13449
+
"wpComEmailLoginView.usernameLabel" = "Username";
13450
+
13410
13451
/* Error message when the username is not found */
13411
13452
"wpComEmailLoginViewModel.unknownUsername" = "We can\'t find a WordPress.com account connected to this username. You can enter an email to create a new account.";
13412
13453
@@ -13416,6 +13457,15 @@ If your translation of that term also happens to contains a hyphen, please be su
13416
13457
/* Title for the screens in the login flow */
13417
13458
"wpComLoginCoordinator.title" = "Log In";
13418
13459
13460
+
/* A message that informs the user that a magic link will be sent to their email address. */
13461
+
"wpcomMagicLinkRequestView.label" = "We'll email you a link that'll log you in instantly, no password needed.";
13462
+
13463
+
/* Button title for the action of sending a magic link email to log in to WordPress.com. */
13464
+
"wpcomMagicLinkRequestView.primaryAction" = "Send link by email";
13465
+
13466
+
/* Button title for the action of signing in using WordPress.com username and password. */
13467
+
"wpcomMagicLinkRequestView.useUsernamePassword" = "Use username and password";
13468
+
13419
13469
/* Text hinting the user to ensure their email is correct and check their spam folder */
13420
13470
"wpComMagicLinkView.emailConfirmationHint" = "Ensure your email is correct and double check your spam folder.";
0 commit comments