From 46e0713b1fc2f89060b6da39505021068980765d Mon Sep 17 00:00:00 2001 From: R-Sourabh Date: Fri, 15 Mar 2024 15:59:31 +0530 Subject: [PATCH] Improved: Added some static text for translation error(#456) --- src/locales/en.json | 3 ++- src/locales/es.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 1119e161..69fff8e9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -104,7 +104,6 @@ "Export orders that are packed and haven't been shipped yet. Use the exported file to send the packed order details to a carrier where shipping labels and tracking codes will be generated.": "Export orders that are packed and haven't been shipped yet. Use the exported file to send the packed order details to a carrier where shipping labels and tracking codes will be generated.", "Export packed orders": "Export packed orders", "Ext Other Gateways": "Ext Other Gateways", - "EXT_SHOP_OTHR_GTWAY": "EXT_SHOP_OTHR_GTWAY", "Facility": "Facility", "Facility Address 1": "Facility Address 1", "Facility Address 2": "Facility Address 2", @@ -124,6 +123,7 @@ "Failed to get packed orders information": "Failed to get packed orders information", "Failed to pack order": "Failed to pack order", "Failed to pack orders": "Failed to pack orders", + "Failed to unpack the order":"Failed to unpack the order", "Failed to parse the data": "Failed to parse the data", "Failed to print shipping label and packing slip": "Failed to print shipping label and packing slip", "Failed to save CSV mapping.": "Failed to save CSV mapping.", @@ -347,6 +347,7 @@ "Some of the mapping fields are missing in the CSV: ": "Some of the mapping fields are missing in the CSV: {missingFields}", "Something went wrong": "Something went wrong", "Something went wrong while getting complete user permissions.": "Something went wrong while getting complete user permissions.", + "Something went wrong, could not ship the shipment":"Something went wrong, could not ship the shipment", "Something went wrong, could not fetch order details.": "Something went wrong, could not fetch order details.", "Something went wrong, could not edit picker(s)": "Something went wrong, could not edit picker(s)", "Something went wrong while login. Please contact administrator.": "Something went wrong while login. Please contact administrator.", diff --git a/src/locales/es.json b/src/locales/es.json index e703a56f..666ad3b4 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -103,7 +103,6 @@ "Export orders that are packed and haven't been shipped yet. Use the exported file to send the packed order details to a carrier where shipping labels and tracking codes will be generated.": "Exporta pedidos que están empacados y aún no se han enviado. Utiliza el archivo exportado para enviar los detalles de los pedidos empacados a una empresa de transporte donde se generarán etiquetas de envío y códigos de seguimiento.", "Export packed orders": "Exportar pedidos empacados", "Ext Other Gateways": "Ext Otros Pasarelas de Pago", - "EXT_SHOP_OTHR_GTWAY": "EXT_SHOP_OTHR_GTWAY", "Facility": "Tiendas", "Facility Address 1": "Direccion de tiendas 1", "Facility Address 2": "Direccion de tiendas 2", @@ -123,6 +122,7 @@ "Failed to get packed orders information": "Error al obtener la información de los pedidos empacados", "Failed to pack order": "Error al empacar el pedido", "Failed to pack orders": "Error al empacar los pedidos", + "Failed to unpack the order":"Failed to unpack the order", "Failed to parse the data": "Error al analizar los datos", "Failed to print shipping label and packing slip": "Error al imprimir la etiqueta de envío y el documento de embalaje", "Failed to save CSV mapping.": "Error al guardar el mapeo de CSV", @@ -345,6 +345,7 @@ "Something went wrong": "Algo salió mal", "Something went wrong while getting complete user permissions.": "Algo salió mal al obtener permisos de usuario completos.", "Something went wrong, could not fetch order details.": "Algo salió mal, no se pudieron recuperar los detalles del pedido.", + "Something went wrong, could not ship the shipment":"Something went wrong, could not ship the shipment", "Something went wrong, could not edit picker(s)": "Algo salió mal, no se pudieron editar los selectores", "Something went wrong while login. Please contact administrator.": "Algo salió mal al iniciar sesión. Por favor contacte al administrador.", "Sorry, your username or password is incorrect. Please try again.": "Lo siento, tu nombre de usuario o contraseña es incorrecto. Por favor, inténtalo nuevamente.",