From d10313eb6b1bc28f8be923a170f43e90a926417b Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Fri, 8 Nov 2024 18:11:45 +0530 Subject: [PATCH] Improved: added in entry in locale for the translation of static text and reverted unused locale entries (#429) --- src/locales/en.json | 11 ++++++----- src/views/CountDetail.vue | 5 ----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index fb247111..7d8974d5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -9,6 +9,7 @@ "All": "All", "All facilities selected": "All facilities selected", "All of the item(s) are accepted": "All of the item(s) are accepted", + "Any edits made in the counted quanity on this page will be lost.": "Any edits made in the counted quanity on this page will be lost.", "Add product": "Add product", "Add to count": "Add to count", "Added product to count": "Added product to count", @@ -59,6 +60,7 @@ "Created": "Created", "CSV data is missing or incorrect. Please check your file.": "CSV data is missing or incorrect. Please check your file.", "CSV Mapping": "CSV Mapping", + "Current count": "Current count", "Cycle Count": "Cycle Count", "Cycle count": "Cycle count", "Cycle count cancelled successfully.": "Cycle count cancelled successfully.", @@ -117,7 +119,6 @@ "Filters": "Filters", "File uploaded successfully": "File uploaded successfully", "Force scan": "Force scan", - "Force scan enabled": "Force scan enabled", "Go to Launchpad": "Go to Launchpad", "Go to OMS": "Go to OMS", "If a file includes multiple facilities, a count is created for every facility. All items with no facility location will be added to the same count.": "If a file includes multiple facilities, a count is created for every facility. All items with no facility location will be added to the same count.", @@ -135,6 +136,8 @@ "last counted 1 week ago": "last counted 1 week ago", "last counted": "last counted", "Last submitted date": "Last submitted date", + "LEAVE": "LEAVE", + "Leave page": "Leave page", "Loading": "Loading", "Loading cycle count details": "Loading cycle count details", "Location": "Location", @@ -173,6 +176,7 @@ "Pending review": "Pending review", "Please upload a valid csv to continue": "Please upload a valid csv to continue", "Please contact the administrator.": "Please contact the administrator.", + "Please provide a valid barcode identifier.": "Please provide a valid barcode identifier.", "Please select at least one field to generate CSV": "Please select at least one field to generate CSV", "Please select a Product identifier": "Please select a Product identifier", "No product found, please verify your CSV": "No product found, please verify your CSV", @@ -218,12 +222,9 @@ "Save new count": "Save new count", "Saved mappings": "Saved mappings", "Saving recount will replace the existing count for item.": "Saving recount will replace the existing count for item.", - "Scan": "Scan", - "Scanning": "Scanning", "Scan items": "Scan items", "Scanned item does not match current product": "Scanned item does not match current product", "Scan or search products": "Scan or search products", - "Scan a valid product barcode identifier": "Scan a valid product barcode identifier", "Scanned quantity": "Scanned quantity", "selected": "selected", "Select": "Select", @@ -247,7 +248,6 @@ "Select a different time zone": "Select a different time zone", "Set facility": "Set facility", "Settings": "Settings", - "Scan the barcode on each unit to increment the counted inventory": "Scan the barcode on each unit to increment the counted inventory", "Shopify Config": "Shopify Config", "Show systemic inventory": "Show systemic inventory", "Show the current physical quantity expected at locations while counting to help gauge inventory accuracy.": "Show the current physical quantity expected at locations while counting to help gauge inventory accuracy.", @@ -259,6 +259,7 @@ "Something went wrong while login. Please contact administrator": "Something went wrong while login. Please contact administrator.", "Specify which facility you want to operate from. Order, inventory and other configuration data will be specific to the facility you select.": "Specify which facility you want to operate from. Order, inventory and other configuration data will be specific to the facility you select.", "Status": "Status", + "STAY": "STAY", "Stock": "Stock", "Store": "Store", "Submission date": "Submission date", diff --git a/src/views/CountDetail.vue b/src/views/CountDetail.vue index eee569e5..01911776 100644 --- a/src/views/CountDetail.vue +++ b/src/views/CountDetail.vue @@ -668,11 +668,6 @@ ion-list { min-width: 400px; } -.hidden-input { - position: absolute; - opacity: 0 -} - .find { display: grid; height: 100%;