mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
searchbox label
This commit is contained in:
@@ -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',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category_label' => '分类',
|
||||
'sub_category_source_label' => '来源',
|
||||
'sub_category_media_label' => '媒介',
|
||||
'sub_category_standard_label' => '分辨率',
|
||||
'sub_category_team_label' => '制作组',
|
||||
'sub_category_processing_label' => '处理',
|
||||
'sub_category_codec_label' => '编码',
|
||||
'sub_category_audio_codec_label' => '音频编码',
|
||||
];
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'category_label' => '分類',
|
||||
'sub_category_source_label' => '來源',
|
||||
'sub_category_media_label' => '媒介',
|
||||
'sub_category_standard_label' => '分辨率',
|
||||
'sub_category_team_label' => '製作組',
|
||||
'sub_category_processing_label' => '處理',
|
||||
'sub_category_codec_label' => '編碼',
|
||||
'sub_category_audio_codec_label' => '音頻編碼',
|
||||
];
|
||||
Reference in New Issue
Block a user