Skip to content

Commit

Permalink
Added EN lang translations
Browse files Browse the repository at this point in the history
  • Loading branch information
xGrz committed Jun 17, 2024
1 parent 2656dfd commit 11bc47b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lang/en/shipment.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'services' => [
'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'
]
];

0 comments on commit 11bc47b

Please sign in to comment.