wyyl/resources/lang/ko/admin/theme.php

19 lines
612 B
PHP

<?php
/**
* header.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2022-08-02 19:03:19
* @modified 2022-08-02 19:03:19
*/
return [
'page_title' => '나의 틀',
'theme_name' => '기본 테마',
'enabled_text' => '현재 사용',
'theme_pop_checkbox' => '데모 데이터 가져오기',
'theme_pop_text' => '데모 데이터를 가져오면 기존 사양의 페이지 레이아웃, 분류, 상품 등의 데이터를 덮어쓸 수 있으니 먼저 백업하세요!',
];