Approval.
This commit is contained in:
9
zh/transcript_status.php
Normal file
9
zh/transcript_status.php
Normal 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',
|
||||
);
|
9
zh/transcript_types.php
Normal file
9
zh/transcript_types.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$transcript_types = array (
|
||||
'simple_transcription' => 'Simple transcription',
|
||||
'diplomatic_transcription' => 'Diplomatic transcription',
|
||||
'critical_edition' => 'Critical edition',
|
||||
'historical_critical_edition' => 'Historical-critical edition',
|
||||
'reading_edition' => 'Reading edition',
|
||||
);
|
Reference in New Issue
Block a user