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' + ] +];