rma languages

This commit is contained in:
Edward Yang 2022-08-09 14:00:20 +08:00
parent ce9d2e9399
commit 093ef7c4a5
2 changed files with 2 additions and 0 deletions

View File

@ -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',
];

View File

@ -49,6 +49,7 @@ return [
'products_trashed' => '回收站',
'brands_index' => '产品品牌',
'orders_index' => '订单列表',
'rmas_index' => '售后管理',
'customers_index' => '客户列表',
'customer_groups_index' => '客户组',
];