mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
13 lines
387 B
PHP
13 lines
387 B
PHP
<?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' => '音頻編碼',
|
|
];
|