语言包

This commit is contained in:
TL 2022-08-04 14:46:58 +08:00
parent 474bac5955
commit 8caac6ab9f
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -15,6 +15,9 @@ return [
'home' => '管理首页',
'order' => '订单管理',
'product' => '商品管理',
'brand' => '品牌管理',
'category' => '分类管理',
'customer_group' => '客户组管理',
'customer' => '客户管理',
'setting' => '系统设置',
'plugin' => '插件管理',