91 lines
3.2 KiB
PHP
91 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* common.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 [
|
|
'admin_panel' => '백그라운드 관리',
|
|
'edit' => '편집',
|
|
'status' => '상태',
|
|
'action' => '조작',
|
|
'install' => '설치',
|
|
'uninstall' => '지우기',
|
|
|
|
// // errors
|
|
'forbidden' => '접근금지',
|
|
'has_no_permission' => '이 페이지에 액세스할 수 있는 권한이 없습니다. 시스템 관리자에게 문의하십시오.',
|
|
|
|
// // header
|
|
'home' => '홈페이지 관리',
|
|
'order' => '주문관리',
|
|
'rma' => 'A/S 관리',
|
|
'rma_reason' => '반품교환원인관리',
|
|
'product' => '상품관리',
|
|
'brand' => '브랜드 관리',
|
|
'attribute' => '속성 관리',
|
|
'attribute_group' => '속성 그룹 관리',
|
|
'category' => '분류관리',
|
|
'customer_group' => '고객 그룹 관리',
|
|
'customer' => '고객관리',
|
|
'page' => '문장관리',
|
|
'page_category' => '문장 분류',
|
|
'setting' => '시스템 설정',
|
|
'plugin' => '플러그인 관리',
|
|
'marketing' => '플러그인마켓',
|
|
'admin_user' => '백그라운드 사용자',
|
|
'admin_role' => '사용자 역할',
|
|
'region' => '영역 그룹',
|
|
'tax_rate' => '세율관리',
|
|
'tax_class' => '세금관리',
|
|
'currency' => '화폐관리',
|
|
'language' => '언어관리',
|
|
'zone' => '성 관리',
|
|
'country' => '국가관리',
|
|
'file_manager' => '파일 관리자',
|
|
'access_frontend' => '프런트 데스크에 액세스',
|
|
|
|
// sidebar
|
|
'theme_index' => '템플릿 설정',
|
|
'attribute_groups_index' => '속성 그룹',
|
|
'attributes_index' => '속성',
|
|
'settings_index' => '시스템 설정',
|
|
'admin_users_index' => '백그라운드 사용자',
|
|
'plugins_index' => '플러그인 설정',
|
|
'marketing_index' => '플러그인마켓',
|
|
'regions_index' => '영역 그룹',
|
|
'tax_rates_index' => '세율 설정',
|
|
'tax_classes_index' => '세금 카테고리',
|
|
'currencies_index' => '화폐 관리',
|
|
'languages_index' => '언어 관리',
|
|
'design_index' => '홈페이지 인테리어',
|
|
'pages_index' => '문장관리',
|
|
'page_categories_index' => '문장 분류',
|
|
'design_footer_index' => '페이지 끝 인테리어',
|
|
'design_menu_index' => '내비게이션 설정',
|
|
'categories_index' => '상품분류',
|
|
'products_index' => '상품관리',
|
|
'products_trashed' => '휴지통',
|
|
'customers_trashed' => '휴지통',
|
|
'brands_index' => '상품 브랜드',
|
|
'orders_index' => '주문 목록',
|
|
'rmas_index' => 'A/S 관리',
|
|
'rma_reasons_index' => 'A/S 사유',
|
|
'customers_index' => '고객 목록',
|
|
'customer_groups_index' => '고객 그룹',
|
|
'countries_index' => '국가 관리',
|
|
'zones_index' => '성 관리',
|
|
'update_nav' => '업데이트',
|
|
'update_title' => '새로운 BeikeShop 버전을 발견, 즉시 업데이트하시겠습니까?',
|
|
'update_new_version' => '최신 버전',
|
|
'update_old_version' => '현재 버전',
|
|
'update_date' => '업데이트 날짜',
|
|
'update_btn' => '다운로드하러 가다',
|
|
'expired_at' => '만료 기간',
|
|
];
|