31 lines
1.0 KiB
PHP
31 lines
1.0 KiB
PHP
<?php
|
|
/**
|
|
* rma.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'Aplicación postventa',
|
|
|
|
'rmas_index' => 'Lista de servicios postventa',
|
|
'rmas_show' => 'Detalles del servicio postventa',
|
|
'rmas_update' => 'Actualización del servicio postventa.',
|
|
'rmas_delete' => 'eliminar servicio postventa',
|
|
|
|
'customers_name' => 'nombre del cliente',
|
|
'quantity' => 'cantidad',
|
|
'service_type' => 'Tipo de servicio',
|
|
'rma_details' => 'Detalles de la aplicación posventa',
|
|
'reasons_return' => 'motivos de devolución',
|
|
'current_state' => 'estado actual',
|
|
'modify_status' => 'Modificar estado',
|
|
'remarks' => 'observaciones',
|
|
'update_status' => 'actualizar estado',
|
|
'operation_history' => 'historial de operaciones',
|
|
];
|