From 11bc47b1b96d7bcb54513e2b69aa900641409f43 Mon Sep 17 00:00:00 2001 From: xGrz <33755434+xGrz@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:51:13 +0200 Subject: [PATCH] Added EN lang translations --- lang/en/shipment.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 lang/en/shipment.php diff --git a/lang/en/shipment.php b/lang/en/shipment.php new file mode 100644 index 0000000..e431f67 --- /dev/null +++ b/lang/en/shipment.php @@ -0,0 +1,23 @@ + [ + 'content' => 'Content', + 'costsCenter' => 'Costs center', + 'comment' => 'Comment', + 'value' => 'Value', + 'cod' => 'Cash on delivery', + 'reference' => 'Reference', + 'pdi' => 'Pre delivery information', + 'rod' => 'Return on delivery', + 'owl' => 'Pickup at the terminal' + ], + 'attributes' => [ + 'quantity' => 'Quantity', + 'weight' => 'Weight', + 'width' => 'Width', + 'height' => 'Height', + 'length' => 'Length', + 'nonStandard' => 'Non-standard' + ] +];