23 lines
595 B
PHP
23 lines
595 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => '분류',
|
|
'edit_category' => '편집 분류',
|
|
'parent_category' => '상급 분류',
|
|
|
|
'categories_index' => '분류 목록',
|
|
'categories_create' => '구분 만들기',
|
|
'categories_show' => '분류상세',
|
|
'categories_update' => '업데이트 카테고리',
|
|
'categories_delete' => '구분 삭제',
|
|
];
|