rma languages
This commit is contained in:
parent
ce9d2e9399
commit
093ef7c4a5
|
|
@ -49,6 +49,7 @@ return [
|
|||
'products_trashed' => 'Trashed',
|
||||
'brands_index' => 'Brands',
|
||||
'orders_index' => 'Orders',
|
||||
'rmas_index' => 'RMA',
|
||||
'customers_index' => 'Customers',
|
||||
'customer_groups_index' => 'Customer Groups',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ return [
|
|||
'products_trashed' => '回收站',
|
||||
'brands_index' => '产品品牌',
|
||||
'orders_index' => '订单列表',
|
||||
'rmas_index' => '售后管理',
|
||||
'customers_index' => '客户列表',
|
||||
'customer_groups_index' => '客户组',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue