FleetCart/Modules/Category/Resources/lang/en/attributes.php

10 lines
155 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'id' => 'ID',
'name' => 'Name',
'slug' => 'URL',
'is_searchable' => 'Searchable',
'is_active' => 'Status',
];