Skip to content

Commit

Permalink
Improved: Added some static text for translation error(#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Mar 15, 2024
1 parent f851eb5 commit 46e0713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down
3 changes: 2 additions & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 46e0713

Please sign in to comment.