This commit is contained in:
amazuecos
2024-12-08 18:50:18 +01:00
parent ed67af00b4
commit 5ce47dc6ce
9 changed files with 272 additions and 28 deletions

View File

@ -0,0 +1,16 @@
<?php
return [
"ot" => "Orden de trabajo",
"ots" => "Órdenes de trabajo",
"btn_pedido_produccion_accion" => "Pasar a producción",
"datatable" => [
"pedido_id"=> "Order ID",
"fecha_encuadernacion"=> "Bookbinding date",
"cliente"=> "Client",
"titulo"=> "Title",
"ubicacion"=> "Location",
"tirada"=> "Runs",
"impresion"=> "Printing",
]
];