searchbox label

This commit is contained in:
xiaomlove
2021-06-21 19:56:25 +08:00
parent ba90132f78
commit e19aaafc6c
12 changed files with 113 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'category_label' => 'Category',
'sub_category_source_label' => 'Source',
'sub_category_media_label' => 'Media',
'sub_category_standard_label' => 'Standard',
'sub_category_team_label' => 'Team',
'sub_category_processing_label' => 'Processing',
'sub_category_codec_label' => 'Codec',
'sub_category_audio_codec_label' => 'AudioCodec',
];