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: RELEASE-NOTES.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
2
2
3
3
9.8
4
-
----
4
+
-----
5
5
- [*] In-Person Payments: The purchase card reader information card appears also in the Orders list screen. [https://github.com/woocommerce/woocommerce-ios/pull/7326]
6
6
7
7
9.7
8
-
----
8
+
-----
9
9
- [***] Orders: Orders can now be edited within the app. [https://github.com/woocommerce/woocommerce-ios/pull/7300]
10
+
- [**] Orders: You can now view the Custom Fields for an order in the Order Details screen. [https://github.com/woocommerce/woocommerce-ios/pull/7310]
10
11
- [*] In-Person Payments: Card Reader Manuals now appear based on country availability, consolidated into an unique view [https://github.com/woocommerce/woocommerce-ios/pull/7178]
11
12
- [*] Login: Jetpack setup flow is now accessible from the Login with Store Address flow. [https://github.com/woocommerce/woocommerce-ios/pull/7294]
12
13
- [*] In-Person Payments: The purchase card reader information card can be dismissed [https://github.com/woocommerce/woocommerce-ios/pull/7260]
13
14
- [*] In-Person Payments: When dismissing the purchase card reader information card, the user can choose to be reminded in 14 days. [https://github.com/woocommerce/woocommerce-ios/pull/7271]
14
15
- [*] In-Person Payments: The purchase card reader information card appears also in the App Settings screen. [https://github.com/woocommerce/woocommerce-ios/pull/7308]
15
16
- [*] Refund lines in the Order details screen now appear ordered from oldest to newest [https://github.com/woocommerce/woocommerce-ios/pull/7287]
16
17
- [*] Login: when the app is in logged out state, an onboarding screen is shown before the prologue screen if the user hasn't finished or skipped it. [https://github.com/woocommerce/woocommerce-ios/pull/7324]
17
-
- [**] Orders: You can now view the Custom Fields for an order in the Order Details screen. [https://github.com/woocommerce/woocommerce-ios/pull/7310]
18
18
- [*] Orders: When a store has no orders yet, there is an updated message with a link to learn more on the Orders tab. [https://github.com/woocommerce/woocommerce-ios/pull/7328]
Copy file name to clipboardExpand all lines: WooCommerce/Resources/en.lproj/Localizable.strings
+57-19Lines changed: 57 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -720,7 +720,10 @@ which should be translated separately and considered part of this sentence. */
720
720
/* Title of a button linking to the Automattic website */
721
721
"Automattic family" = "Automattic family";
722
722
723
-
/* Awaiting payment via (payment method title) */
723
+
/* The title on the payment row of the Order Details screen when the payment is still pending */
724
+
"Awaiting payment" = "Awaiting payment";
725
+
726
+
/* The title on the payment row of the Order Details screenwhen the payment for a specific payment method is still pending.Reads like: Awaiting payment via Stripe. */
724
727
"Awaiting payment via %@" = "Awaiting payment via %@";
725
728
726
729
/* Accessibility label for Back button in the navigation bar
@@ -964,9 +967,6 @@ which should be translated separately and considered part of this sentence. */
964
967
/* Alert title for check your email during logIn/signUp. */
/* Navigation title on the shipping label country selector screen */
971
971
"Choose a Country" = "Choose a Country";
972
972
@@ -1353,6 +1353,9 @@ which should be translated separately and considered part of this sentence. */
1353
1353
Title of button to add a custom tracking carrier if filtering the list yields no results. */
1354
1354
"Custom Carrier" = "Custom Carrier";
1355
1355
1356
+
/* Title for the order custom fields list */
1357
+
"Custom Fields" = "Custom Fields";
1358
+
1356
1359
/* Error shown in Shipping Label Origin Address validation for phone number when the it doesn't have expected length for international shipment. */
1357
1360
"Custom forms require a 10-digit phone number" = "Custom forms require a 10-digit phone number";
1358
1361
@@ -1541,6 +1544,9 @@ which should be translated separately and considered part of this sentence. */
1541
1544
/* Label for button to log in using your site address. The underscores _..._ denote underline */
1542
1545
"Don't have an account? _Sign up_" = "Don't have an account? _Sign up_";
1543
1546
1547
+
/* Alert button text on a feature announcement which prevents the banner being shown again */
1548
+
"Don't show again" = "Don't show again";
1549
+
1544
1550
/* Action title to select products to add to a grouped product from search results
1545
1551
Button to dismiss the Order Editing screen
1546
1552
Button to finish selecting the Coupon expiry date in the Add or Edit Coupon screen
@@ -1647,10 +1653,10 @@ which should be translated separately and considered part of this sentence. */
1647
1653
"Easily identify your products with unique codes" = "Easily identify your products with unique codes";
1648
1654
1649
1655
/* Button to edit a customer on the New Order screen
1656
+
Button to edit an order on Order Details screen
1650
1657
Button to edit an order status on the New Order screen
1651
1658
Button to edit the customer note on the New Order screen
1652
-
Title text of the button that edits a note when creating a simple payment
1653
-
Title to edit an order */
1659
+
Title text of the button that edits a note when creating a simple payment */
1654
1660
"Edit" = "Edit";
1655
1661
1656
1662
/* Action to edit the address in Shipping Label Suggested screen */
@@ -1944,6 +1950,9 @@ which should be translated separately and considered part of this sentence. */
1944
1950
/* Formatted content for coupon expiry date, reads like: Expires August 4, 2022 */
1945
1951
"Expires %1$@" = "Expires %1$@";
1946
1952
1953
+
/* The detailed message shown in the Orders → All Orders tab if the list is empty. */
1954
+
"Explore how you can increase your store sales" = "Explore how you can increase your store sales";
1955
+
1947
1956
/* Action sheet option when the user wants to change the Product type to external product */
1948
1957
"External product" = "External product";
1949
1958
@@ -2268,6 +2277,7 @@ which should be translated separately and considered part of this sentence. */
2268
2277
"In-Person Payment for Order #%1$@ for %2$@ blog_id %3$@" = "In-Person Payment for Order #%1$@ for %2$@ blog_id %3$@";
2269
2278
2270
2279
/* Navigates to In-Person Payments screen
2280
+
Title for a dismissal alert on the upsell card reader feature announcement banner
2271
2281
Title for the In-Person Payments settings screen */
2272
2282
"In-Person Payments" = "In-Person Payments";
2273
2283
@@ -2350,7 +2360,8 @@ which should be translated separately and considered part of this sentence. */
2350
2360
/* Title of a button linking to the app's Instagram profile */
2351
2361
"Instagram" = "Instagram";
2352
2362
2353
-
/* Navigates to Install Jetpack screen.
2363
+
/* Action button for installing Jetpack.Presented when logging in with a site address that does not have a valid Jetpack installation
2364
+
Navigates to Install Jetpack screen.
2354
2365
Title of install action in the Jetpack benefits view.
2355
2366
Title of the Install Jetpack intro view
2356
2367
Title of the Install Jetpack view */
@@ -2475,6 +2486,9 @@ which should be translated separately and considered part of this sentence. */
2475
2486
/* Long description of what Jetpack is. Presented when users attempt to log in without Jetpack installed or connected */
2476
2487
"Jetpack is a free WordPress plugin that connects your store with tools needed to give you the best mobile experience, including push notifications and stats." = "Jetpack is a free WordPress plugin that connects your store with tools needed to give you the best mobile experience, including push notifications and stats.";
2477
2488
2489
+
/* Title of the Jetpack Setup screen */
2490
+
"Jetpack Setup" = "Jetpack Setup";
2491
+
2478
2492
/* Subtitle for button displaying the Automattic Work With Us web page, indicating that Automattic employees can work from anywhere in the world */
2479
2493
"Join from anywhere" = "Join from anywhere";
2480
2494
@@ -2521,6 +2535,7 @@ which should be translated separately and considered part of this sentence. */
2521
2535
This part is the link to the website, and forms part of a longer sentence which it should be considered a part of.
2522
2536
Button title in the shipping label creation info screen
2523
2537
Settings > Privacy Settings. A text link to the cookie policy.
2538
+
Title of button shown in the Orders → All Orders tab if the list is empty.
2524
2539
Title of button shown in the Reviews tab if the list is empty
2525
2540
Title of button shown on the Product Reviews screen if the list is empty */
2526
2541
"Learn more" = "Learn more";
@@ -2553,6 +2568,9 @@ This part is the link to the website, and forms part of a longer sentence which
2553
2568
/* Title of letter paper size option for printing a shipping label */
2554
2569
"Letter (8.5 x 11 in)" = "Letter (8.5 x 11 in)";
2555
2570
2571
+
/* Caption displayed in the prologue screen shown after onboarding during the login flow. */
2572
+
"Let’s get started!" = "Let’s get started!";
2573
+
2556
2574
/* Title of the cell in Product Inventory Settings > Limit one per order */
2557
2575
"Limit one per order" = "Limit one per order";
2558
2576
@@ -2668,6 +2686,9 @@ This part is the link to the website, and forms part of a longer sentence which
2668
2686
/* Subtitle of the product form bottom sheet action for editing tags. */
2669
2687
"Make your products easier to find with tags" = "Make your products easier to find with tags";
2670
2688
2689
+
/* Caption displayed in promotional screens shown during the login flow. */
2690
+
"Manage and edit orders on the go" = "Manage and edit orders on the go";
2691
+
2671
2692
/* Navigates to Card Reader management screen */
2672
2693
"Manage card reader" = "Manage card reader";
2673
2694
@@ -2685,9 +2706,6 @@ This part is the link to the website, and forms part of a longer sentence which
2685
2706
/* Title of the cell in Product Inventory Settings > Manage stock */
2686
2707
"Manage stock" = "Manage stock";
2687
2708
2688
-
/* Caption displayed in promotional screens shown during the login flow. */
2689
-
"Manage your store orders on the go " = "Manage your store orders on the go ";
2690
-
2691
2709
/* Section name for manual offsets in time zone selector */
2692
2710
"Manual Offsets" = "Manual Offsets";
2693
2711
@@ -2873,6 +2891,7 @@ This part is the link to the website, and forms part of a longer sentence which
2873
2891
/* Action navigate to the variation creation screen
2874
2892
Next nav bar button title in Add Product Attribute Options screen
2875
2893
Next nav bar button title in Add Product Attribute screen
2894
+
The button title on the login onboarding screen to continue to the next step.
2876
2895
Title for the button to confirm the amount in the simple payments screen
2877
2896
Title of a button.
2878
2897
Title of a button. The text should be capitalized.
@@ -2964,6 +2983,9 @@ This part is the link to the website, and forms part of a longer sentence which
2964
2983
/* The text on the placeholder overlay when there are no tax classes on the Tax Class list picker */
2965
2984
"No tax classes yet" = "No tax classes yet";
2966
2985
2986
+
/* Message for a dismissal alert on the upsell card reader feature announcement banner */
2987
+
"No worries! You can always get started with In-Person Payments in Settings" = "No worries! You can always get started with In-Person Payments in Settings";
2988
+
2967
2989
/* Coupon expiry date placeholder in the view for adding or editing a coupon
2968
2990
Display label for the order fee's tax status setting option
2969
2991
Display label for the product's tax status setting option
@@ -3104,6 +3126,9 @@ This part is the link to the website, and forms part of a longer sentence which
3104
3126
Order number title. Parameters: %1$@ - order number */
3105
3127
"Order #%1$@" = "Order #%1$@";
3106
3128
3129
+
/* Accessibility label for button triggering more actions menu sheet. */
3130
+
"Order actions" = "Order actions";
3131
+
3107
3132
/* Navigates to Card Reader ordering screen */
3108
3133
"Order card reader" = "Order card reader";
3109
3134
@@ -3782,6 +3807,9 @@ This part is the link to the website, and forms part of a longer sentence which
3782
3807
/* Format of the regular price on the Price Settings row */
3783
3808
"Regular price: %@" = "Regular price: %@";
3784
3809
3810
+
/* Alert button text on a feature announcement which gives the user the chance to be reminded of the new feature after a short time */
3811
+
"Remind me later" = "Remind me later";
3812
+
3785
3813
/* Confirm button on the alert when the user taps to delete a Product image
3786
3814
Confirmation button on the alert when the user is deleting a variation
3787
3815
Title for removing an attribute in the edit attribute action sheet. */
@@ -4017,9 +4045,6 @@ This part is the link to the website, and forms part of a longer sentence which
4017
4045
/* Action button linking to a list of connected stores.Presented when logging in with a store address that does not match the account entered */
4018
4046
"See Connected Stores" = "See Connected Stores";
4019
4047
4020
-
/* Action button linking to instructions for installing Jetpack.Presented when logging in with a site address that does not have a valid Jetpack installation */
4021
-
"See Instructions" = "See Instructions";
4022
-
4023
4048
/* Link title to see all paper size options */
4024
4049
"See layout and paper sizes options" = "See layout and paper sizes options";
4025
4050
@@ -4264,6 +4289,9 @@ This part is the link to the website, and forms part of a longer sentence which
4264
4289
/* VoiceOver accessibility hint, informing the user that the button can be used to view billing information. */
4265
4290
"Show the billing details for this order." = "Show the billing details for this order.";
4266
4291
4292
+
/* VoiceOver accessibility hint, informing the user that the button can be used to view the order custom fields information. */
4293
+
"Show the custom fields for this order." = "Show the custom fields for this order.";
4294
+
4267
4295
/* VoiceOver accessibility hint, informing the user that the button can be used to view the items inside the shipping label package */
4268
4296
"Show the items included inside this shipping label package." = "Show the items included inside this shipping label package.";
4269
4297
@@ -4315,6 +4343,9 @@ This part is the link to the website, and forms part of a longer sentence which
4315
4343
/* Describes a site redirect domain */
4316
4344
"Site Redirect" = "Site Redirect";
4317
4345
4346
+
/* The button title on the login onboarding screen to skip to the prologue screen. */
4347
+
"Skip" = "Skip";
4348
+
4318
4349
/* Edit Product SKU navigation title
4319
4350
Title of the cell in Product Inventory Settings > SKU
4320
4351
Title of the product form bottom sheet action for editing short description.
@@ -4486,9 +4517,6 @@ This part is the link to the website, and forms part of a longer sentence which
4486
4517
/* Accessibility label for strikethrough button on formatting toolbar. */
@@ -5678,6 +5710,9 @@ This part is the link to the website, and forms part of a longer sentence which
5678
5710
/* Title for the error screen when In-Person Payments is not supported because we don't know the name of the country */
5679
5711
"We don’t support In-Person Payments with Stripe in your country" = "We don’t support In-Person Payments with Stripe in your country";
5680
5712
5713
+
/* Subtitle displayed in promotional screens shown during the login flow. */
5714
+
"We enable you to process them effortlessly." = "We enable you to process them effortlessly.";
5715
+
5681
5716
/* Message displayed in the error prompt when loading total discounted amount in Coupon Details screen fails */
5682
5717
"We encountered a problem loading analytics" = "We encountered a problem loading analytics";
5683
5718
@@ -5687,6 +5722,9 @@ This part is the link to the website, and forms part of a longer sentence which
5687
5722
/* message to ask a user to check their email for a WordPress.com email */
5688
5723
"We just emailed a link to %@. Please check your mail app and tap the link to log in." = "We just emailed a link to %@. Please check your mail app and tap the link to log in.";
5689
5724
5725
+
/* Subtitle displayed in promotional screens shown during the login flow. */
5726
+
"We know it’s essential to your business." = "We know it’s essential to your business.";
5727
+
5690
5728
/* Settings > Privacy Settings > cookie info section. Explains what we do with the cookie information we collect. */
5691
5729
"We use other tracking tools, including some from third parties. Read about these and how to control them." = "We use other tracking tools, including some from third parties. Read about these and how to control them.";
5692
5730
@@ -5787,9 +5825,6 @@ This part is the link to the website, and forms part of a longer sentence which
5787
5825
Title of the cell in Product Shipping Settings > Width */
@@ -5842,6 +5877,9 @@ This part is the link to the website, and forms part of a longer sentence which
5842
5877
/* Info notice at the bottom of the product add-ons screen */
5843
5878
"You can edit product add-ons in the web dashboard." = "You can edit product add-ons in the web dashboard.";
5844
5879
5880
+
/* Subtitle displayed in promotional screens shown during the login flow. */
5881
+
"You can manage quickly and easily." = "You can manage quickly and easily.";
5882
+
5845
5883
/* The info of the shipping labels top banner in order details */
5846
5884
"You can now create shipping labels for all physical orders directly from your device with the free WooCommerce Shipping plugin. Tap on Create Shipping Label to try our beta feature!" = "You can now create shipping labels for all physical orders directly from your device with the free WooCommerce Shipping plugin. Tap on Create Shipping Label to try our beta feature!";
0 commit comments