wyyl/resources/lang/it/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',
'attribute_info' => 'Attribute information',
'create_at' => 'Create attribute',
'attribute_value' => 'Cttribute value',
'set_attribute' => 'Configuration attribute',
'add_attribute' => 'Add attribute value',
'before_attribute' => 'Please select the left attribute first',
'btn_at' => 'Go now',
'btn_later' => 'Later',
'to_info_values' => 'Please go to the details page to edit attribute values',
'error_cannot_delete_product_used' => 'Attribute used by products (ID: :product_ids), can not be deleted!',
'attributes_index' => 'Index',
'attributes_create' => 'Create',
'attributes_show' => 'Details',
'attributes_update' => 'Update',
'attributes_delete' => 'Delete',
];