Approval.

This commit is contained in:
2025-07-14 15:08:50 +00:00
committed by md translation bot
parent 9ad49843cd
commit 357308e8a4
31 changed files with 105 additions and 30 deletions

View File

@@ -1,9 +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',
'simple_transcription' => 'Проста транскрипція',
'diplomatic_transcription' => 'Дипломатична транскрипція',
'critical_edition' => 'Критичне видання',
'historical_critical_edition' => 'Історико-критичне видання',
'reading_edition' => 'Читацька версія',
);