car/application/admin/lang/zh-cn/car/attributes.php
2025-06-22 19:49:53 +08:00

9 lines
227 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Name' => '属性名称,例如 排量',
'Field_key' => '唯一标识,例如 displacement',
'Options' => 'JSON数组如 [{label:..., value:...}]',
'Is_filter' => '是否参与筛选'
];