6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/product-feature.php

16 lines
272 B
PHP

<?php
return [
'labels' => [
'ProductFeature' => '商品特点',
'product-features' => '商品特点',
],
'fields' => [
'name' => '名称',
'icon' => '图标',
'remarks' => '备注',
],
'options' => [
],
];