auto fill quality

This commit is contained in:
xiaomlove
2022-09-05 01:46:38 +08:00
parent dccee6ba3a
commit 6ef54d5fe0
12 changed files with 88 additions and 11 deletions

View File

@@ -68,6 +68,7 @@ $lang_edit = array
'text_audio_codec' => "音频编码",
'row_content' => "内容",
'ban_reason_label' => '原因',
'fill_quality' => '填写质量',
);
?>

View File

@@ -40,6 +40,7 @@ $lang_upload = array
'text_chinese_title' => "中文名:",
'text_english_title' => "英文名:",
'text_titles_note' => "(如果英文名不存在,使用拼音或不填写)",
'fill_quality' => '填写质量',
);
?>

View File

@@ -68,6 +68,7 @@ $lang_edit = array
'text_audio_codec' => "音頻編碼",
'row_content' => "內容",
'ban_reason_label' => '原因',
'fill_quality' => '填寫質量',
);
?>

View File

@@ -40,6 +40,7 @@ $lang_upload = array
'text_chinese_title' => "中文名:",
'text_english_title' => "英文名:",
'text_titles_note' => "(如果英文名不存在,請使用拼音或不填寫)",
'fill_quality' => '填寫質量',
);
?>

View File

@@ -68,6 +68,7 @@ $lang_edit = array
'text_audio_codec' => "Audio Codec",
'row_content' => "Content",
'ban_reason_label' => 'Reason',
'fill_quality' => 'Fill quality',
);
?>

View File

@@ -40,6 +40,7 @@ $lang_upload = array
'text_chinese_title' => "Chinese Name:",
'text_english_title' => "English Name:",
'text_titles_note' => "(If no English Name exists, use pinyin or leave it blank)",
'fill_quality' => 'Fill quality',
);
?>