diff --git a/src/locales/en.json b/src/locales/en.json deleted file mode 100644 index 07ac62f..0000000 --- a/src/locales/en.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "App": "App", - "Authenticating": "Authenticating", - "Are you sure you want to change the time zone to?": "Are you sure you want to change the time zone to {timeZoneId}?", - "product barcode": "product barcode", - "Cancel": "Cancel", - "Change": "Change", - "Click the backdrop to dismiss.": "Click the backdrop to dismiss.", - "Color": "Color", - "Confirm": "Confirm", - "Complete": "Complete", - "Complete picklist": "Complete picklist", - "Completed": "Completed", - "eCom Store": "eCom Store", - "Error": "Error", - "Facility": "Facility", - "Filters": "Filters", - "Go to OMS": "Go to OMS", - "Go to Launchpad": "Go to Launchpad", - "Hide completed picklists": "Hide completed picklists", - "In progress": "In progress", - "Loading": "Loading", - "Login": "Login", - "Logging in": "Logging in", - "Logout": "Logout", - "No item has been picked": "No item has been picked", - "No permission": "No permission", - "No picklist found": "No picklist found", - "No time zone found": "No time zone found", - "Okay": "Okay", - "OMS": "OMS", - "OMS instance": "OMS instance", - "Only show my picklists": "Only show my picklists", - "Password": "Password", - "Picklist Completed": "Picklist Completed", - "Picklists": "Picklists ---- ** ", - "Please allow camera access in your settings": "Please allow camera access in your settings", - "Product not found": "Product not found", - "Product not found in remaining items": "Product not found in remaining items", - "Scan": "Scan", - "Select all" : "Select all", - "Search time zones": "Search time zones", - "Select time zone": "Select time zone", - "Select facility": "Select facility", - "Settings": "Settings", - "Size": "Size", - "Something went wrong": "Something went wrong", - "Sorry, your username or password is incorrect. Please try again.": "Sorry, your username or password is incorrect. Please try again.", - "Sort by": "Sort by", - "Sort picklist items": "Sort picklist items", - "Sorting reorders items in a picklist based on inventory location or custom preferences.": "Sorting reorders items in a picklist based on inventory location or custom preferences.", - "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.", - "store name": "store name", - "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.": "The timezone you select is used to ensure automations you schedule are always accurate to the time you select.", - "This is the name of the OMS you are connected to right now. Make sure that you are connected to the right instance before proceeding.": "This is the name of the OMS you are connected to right now. Make sure that you are connected to the right instance before proceeding.", - "There are no picklists available": "There are no picklists available", - "Timezone": "Timezone", - "Time zone updated successfully": "Time zone updated successfully", - "Unable to start camera, please try again": "Unable to start camera, please try again", - "Update time zone": "Update time zone", - "Username": "Username" -} \ No newline at end of file diff --git a/src/locales/es.json b/src/locales/es.json deleted file mode 100644 index 66eb7bb..0000000 --- a/src/locales/es.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Picklists": "Picklists hh bhai", - "Settings": "Settings hh bhai" -} \ No newline at end of file diff --git a/src/locales/index.ts b/src/locales/index.ts deleted file mode 100644 index e6129d5..0000000 --- a/src/locales/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -import en from './en.json'; -import es from './es.json'; - -export default { en, es }; \ No newline at end of file