语言包
This commit is contained in:
parent
474bac5955
commit
8caac6ab9f
|
|
@ -16,6 +16,9 @@ return [
|
|||
'home' => 'Home',
|
||||
'order' => 'Orders',
|
||||
'product' => 'Products',
|
||||
'brand' => 'Brands',
|
||||
'category' => 'Categories',
|
||||
'customer_group' => 'Customer Groups',
|
||||
'customer' => 'Customers',
|
||||
'setting' => 'Settings',
|
||||
'plugin' => 'Plugin',
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ return [
|
|||
'home' => '管理首页',
|
||||
'order' => '订单管理',
|
||||
'product' => '商品管理',
|
||||
'brand' => '品牌管理',
|
||||
'category' => '分类管理',
|
||||
'customer_group' => '客户组管理',
|
||||
'customer' => '客户管理',
|
||||
'setting' => '系统设置',
|
||||
'plugin' => '插件管理',
|
||||
|
|
|
|||
Loading…
Reference in New Issue