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

31 lines
1.3 KiB
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' => '속성',
'attribute_info' => '속성정보',
'create_at' => '속성창립',
'attribute_value' => '속성값',
'set_attribute' => '속성배치',
'add_attribute' => '속성값추가',
'before_attribute' => '왼쪽 속성을 먼저 선택하십시오',
'btn_at' => '바로가기',
'btn_later' => '잠시후 가기',
'to_info_values' => '세부 정보 페이지로 이동하여 속성 값을 편집하십시오',
'error_cannot_delete_product_used' => '상품(상품 ID: :product_ids)에서 사용되므로 속성을 삭제할 수 없습니다.',
'attributes_index' => '속성표',
'attributes_create' => '속성창립',
'attributes_show' => '속성상세',
'attributes_update' => '속성업데이트',
'attributes_delete' => '속성삭제',
];