@@ -5142,9 +5142,6 @@ which should be translated separately and considered part of this sentence. */
51425142/* A fallback describing the contactless limit, shown on the About Tap to Pay screen. %1$@ will be replaced with the country name of the store, which is a trade off as it can't be contextually translated, however this string is only used when there's a problem decoding the limit, so it's acceptable. */
51435143"In %1$@, cards may only be used with Tap to Pay for transactions up to the contactless limit." = "In %1$@, cards may only be used with Tap to Pay for transactions up to the contactless limit.";
51445144
5145- /* Accessibility label for an indeterminate loading indicator */
5146- "In progress" = "In progress";
5147-
51485145/* Display label for the bundle item's inventory stock status */
51495146"In stock" = "In stock";
51505147
@@ -8175,6 +8172,12 @@ which should be translated separately and considered part of this sentence. */
81758172/* Title of the Help section within Point of Sale settings. */
81768173"pointOfSaleSettingsView.sidebarNavigationHelpTitle" = "Help";
81778174
8175+ /* Description of the settings to be found within the Local catalog section. */
8176+ "pointOfSaleSettingsView.sidebarNavigationLocalCatalogSubtitle" = "Manage catalog settings";
8177+
8178+ /* Title of the Local catalog section within Point of Sale settings. */
8179+ "pointOfSaleSettingsView.sidebarNavigationLocalCatalogTitle" = "Catalog";
8180+
81788181/* Description of the settings to be found within the Store section. */
81798182"pointOfSaleSettingsView.sidebarNavigationStoreSubtitle" = "Store configuration and settings";
81808183
@@ -8503,6 +8506,12 @@ which should be translated separately and considered part of this sentence. */
85038506/* Accessibility label for button to dismiss a notice banner */
85048507"pos.noticeView.dismiss.button.accessibiltyLabel" = "Dismiss";
85058508
8509+ /* Text appearing in the order details pane when there are no orders available. */
8510+ "pos.orderDetailsEmptyView.noOrderToDisplay" = "No order to display";
8511+
8512+ /* Title at the header for the Order Details empty view. */
8513+ "pos.orderDetailsEmptyView.ordersTitle" = "Order";
8514+
85068515/* Section title for the products list */
85078516"pos.orderDetailsLoadingView.productsTitle" = "Products";
85088517
@@ -8515,6 +8524,9 @@ which should be translated separately and considered part of this sentence. */
85158524/* Label for discount total in the totals section */
85168525"pos.orderDetailsView.discountTotalLabel" = "Discount total";
85178526
8527+ /* Label for email receipt action on order details view */
8528+ "pos.orderDetailsView.emailReceiptAction.title" = "Email receipt";
8529+
85188530/* Label for net payment amount after refunds */
85198531"pos.orderDetailsView.netPaymentLabel" = "Net Payment";
85208532
@@ -8554,9 +8566,30 @@ which should be translated separately and considered part of this sentence. */
85548566/* Text appearing on the order list screen when there's an error loading orders. */
85558567"pos.orderList.failedToLoadOrdersTitle" = "Unable to load orders";
85568568
8569+ /* Button text for refreshing orders when list is empty. */
8570+ "pos.orderListView.emptyOrdersButtonTitle" = "Refresh";
8571+
8572+ /* Hint text suggesting to modify search terms when no orders are found. */
8573+ "pos.orderListView.emptyOrdersSearchHint" = "Try adjusting your search term.";
8574+
8575+ /* Subtitle appearing when order search returns no results. */
8576+ "pos.orderListView.emptyOrdersSearchSubtitle" = "We couldn't find any orders matching your search.";
8577+
8578+ /* Title appearing when order search returns no results. */
8579+ "pos.orderListView.emptyOrdersSearchTitle" = "No orders found";
8580+
8581+ /* Subtitle appearing when there are no orders to display. */
8582+ "pos.orderListView.emptyOrdersSubtitle" = "Orders will appear here once you start processing sales on the POS.";
8583+
8584+ /* Title appearing when there are no orders to display. */
8585+ "pos.orderListView.emptyOrdersTitle" = "No orders yet";
8586+
85578587/* Title at the header for the Orders view. */
85588588"pos.orderListView.ordersTitle" = "Orders";
85598589
8590+ /* Placeholder for a search field in the Orders view. */
8591+ "pos.orderListView.searchFieldPlaceholder" = "Search orders";
8592+
85608593/* Text indicating that there are options available for a parent product */
85618594"pos.parentProductCard.optionsAvailable" = "Options available";
85628595
@@ -8647,9 +8680,6 @@ which should be translated separately and considered part of this sentence. */
86478680/* Title for discount total amount field */
86488681"pos.totalsView.discountTotal2" = "Discount total";
86498682
8650- /* Text for the banner requiring specific WooCommerce version. */
8651- "pos.totalsView.receipts.banner.updateWooCommerceVersionText" = "Please update WooCommerce to version 9.5.0";
8652-
86538683/* Title for subtotal amount field */
86548684"pos.totalsView.subtotal" = "Subtotal";
86558685
@@ -8665,6 +8695,36 @@ which should be translated separately and considered part of this sentence. */
86658695/* An error shown when the Point of Sale is used in iOS split view, but with not enough horizontal space. */
86668696"pos.unsupportedWidth.title" = "Point of Sale is not supported in this screen width.";
86678697
8698+ /* Label for allow full sync on cellular data toggle in Point of Sale settings. */
8699+ "posSettingsLocalCatalogDetailView.allowFullSyncOnCellular" = "Allow full sync on cellular data";
8700+
8701+ /* Label for catalog size field in Point of Sale settings. */
8702+ "posSettingsLocalCatalogDetailView.catalogSize" = "Catalog size";
8703+
8704+ /* Section title for catalog status in Point of Sale settings. */
8705+ "posSettingsLocalCatalogDetailView.catalogStatus" = "Catalog Status";
8706+
8707+ /* Label for last full sync field in Point of Sale settings. */
8708+ "posSettingsLocalCatalogDetailView.lastFullSync" = "Last full sync";
8709+
8710+ /* Label for last incremental update field in Point of Sale settings. */
8711+ "posSettingsLocalCatalogDetailView.lastIncrementalUpdate" = "Last incremental update";
8712+
8713+ /* Section title for managing data usage in Point of Sale settings. */
8714+ "posSettingsLocalCatalogDetailView.managingDataUsage" = "Managing data usage";
8715+
8716+ /* Section title for manual catalog update in Point of Sale settings. */
8717+ "posSettingsLocalCatalogDetailView.manualCatalogUpdate" = "Manual Catalog Update";
8718+
8719+ /* Info text explaining when to use manual catalog update. */
8720+ "posSettingsLocalCatalogDetailView.manualUpdateInfo" = "Use this refresh only when something seems off - POS keeps data current automatically.";
8721+
8722+ /* Button text for refreshing the catalog manually. */
8723+ "posSettingsLocalCatalogDetailView.refreshCatalog" = "Refresh catalog";
8724+
8725+ /* Navigation title for the local catalog details in POS settings. */
8726+ "posSettingsLocalCatalogDetailView.title" = "Catalog Settings";
8727+
86688728/* Text field postcode in Edit Address Form
86698729 Text field postcode in Shipping Label Address Validation */
86708730"Postcode" = "Postcode";
0 commit comments