21 lines
705 B
PHP
21 lines
705 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' => 'атрибут',
|
||
'attribute_info' => 'информация об атрибутах',
|
||
'create_at' => 'создать атрибут',
|
||
'attribute_value' => 'значение атрибута',
|
||
'set_attribute' => 'атрибут конфигурации',
|
||
'add_attribute' => 'добавить значение атрибута',
|
||
'before_attribute' => 'Сначала выберите левый атрибут',
|
||
];
|