wyyl/resources/lang/zh_cn/admin/common.php

46 lines
1.3 KiB
PHP

<?php
/**
* common.php
*
* @copyright 2022 opencart.cn - All Rights Reserved
* @link http://www.guangdawangluo.com
* @author Edward Yang <yangjin@opencart.cn>
* @created 2022-08-02 19:03:19
* @modified 2022-08-02 19:03:19
*/
return [
'edit' => '编辑',
'home' => '管理首页',
'order' => '订单管理',
'product' => '商品管理',
'brand' => '品牌管理',
'category' => '分类管理',
'customer_group' => '客户组管理',
'customer' => '客户管理',
'setting' => '系统设置',
'plugin' => '插件管理',
'admin_user' => '后台用户',
'region' => '区域分组',
'tax_rate' => '税率管理',
'tax_class' => '税类管理',
'currency' => '货币管理',
'access_frontend' => '访问前台',
// sidebar
'settings_index' => '系统设置',
'admin_users_index' => '后台用户',
'plugins_index' => '插件列表',
'regions_index' => '区域分组',
'tax_rates_index' => '税率设置',
'tax_classes_index' => '税费类别',
'currencies_index' => '货币管理',
'design_index' => '首页装修',
'categories_index' => '产品分类',
'brands_index' => '产品品牌',
'orders_index' => '订单列表',
'customers_index' => '客户列表',
'customer_groups_index' => '客户组',
];