Approval.

This commit is contained in:
2025-07-11 14:29:39 +00:00
committed by md translation bot
parent 0be5ccf2d4
commit 9ad49843cd
50 changed files with 450 additions and 0 deletions

9
zh/transcript_status.php Normal file
View File

@@ -0,0 +1,9 @@
<?PHP
declare(strict_types = 1);
$transcript_status = array (
'incomplete' => 'Incomplete',
'machine_generated' => 'Machine-generated',
'rough_draft' => 'Rough draft',
'quality_control_failed' => 'Quality control failed',
'quality_control_passed' => 'Quality control passed',
);