| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php
- return [
- 'yuan_zhong_xiu' => 'YUAN ZHONG XIU',
- // 侧边栏
- 'home' => 'Home',
- 'customer_management' => 'Customer Manage',
- 'customer_communication' => 'Customer linkup',
- 'commodity_management' => 'Commodity Manage',
- 'product_list' => 'Product List',
- 'commodity_classification' => 'Product classify',
- 'Sale_and_Storage_of_Commodity' => 'IERP Manage',
- 'order_management' => 'Order Manage',
- 'stock_control' => 'Stock Control',
- 'management_of_Buddhism' => 'Buddhism Manage',
- 'store_management' => 'Store Manage',
- 'store_list' => 'Store List',
- 'e_commerce' => 'E commerce',
- 'staff_management' => 'Staff Manage',
- 'financial_management' => 'Financial Manage',
- 'account_management' => 'Account Manage',
- 'division_management' => 'Division Manage',
- 'authority_management' => 'Authority Manage',
- 'system_settings' => 'System Settings',
- 'collection_channel_management' => 'Collection channel Manage',
- 'yu_long_bi_management' => 'YULONGBI Manage',
- "order_report" => "OrderReport",
- "stock_report" => "StockReport",
- 'unfold_search' => 'Unfold Search',
- 'condition' => 'Condition',
- 'add' => 'Add',
- 'delete' => 'Delete',
- 'edit' => 'Edit',
- 'search' => 'Search',
- 'operation' => 'Operation',
- 'select' => 'Select',
- 'delete_time' => 'Delete At',
- 'create_time' => 'Create At',
- 'update_time' => 'Create At',
- 'id' => 'ID',
- 'name' => 'Name',
- 'mobile' => 'Mobile',
- 'sex' => 'Sex',
- 'sun_calendar' => 'Sun calendar',
- 'lunar_calendar' => 'Lunar calendar',
- 'follow_user_id' => 'Follow User ID',
- 'follow_username' => 'Follow Username',
- 'linkman' => 'Linkman',
- 'relation' => 'Relation',
- 'address' => 'Address',
- 'email' => 'Email',
- 'store_id'=>'Store ID',
- 'store_abbr' => 'Store Addr',
- ];
|