语言包

This commit is contained in:
TL 2022-08-04 14:49:34 +08:00
parent 8caac6ab9f
commit a294e2cf04
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@ return [
'currencies_index' => 'Currencies',
'design_index' => 'Page Builder',
'categories_index' => 'Categories',
'products_index' => 'Products',
'products_trashed' => 'Trashed',
'brands_index' => 'Brands',
'orders_index' => 'Orders',
'customers_index' => 'Customers',

View File

@ -38,6 +38,8 @@ return [
'currencies_index' => '货币管理',
'design_index' => '首页装修',
'categories_index' => '产品分类',
'products_index' => '商品管理',
'products_trashed' => '回收站',
'brands_index' => '产品品牌',
'orders_index' => '订单列表',
'customers_index' => '客户列表',