Approval.

This commit is contained in:
2023-01-23 21:43:39 +00:00
committed by md translation bot
parent 442031be23
commit 690ced6b48
84 changed files with 3493 additions and 3241 deletions

View File

@ -1,9 +1,12 @@
<?PHP
$topic['related_objects'] = 'Связанные объекты ...';
$topic['related_documents'] = 'Документы по теме ...';
$topic['sources_and_links'] = 'Источники и ссылки ...';
$topic['next'] = 'Подробнее';
$topic['map'] = 'Карта';
$topic['show_object'] = 'Показать объект';
$topic['show_objects'] = 'Показать объекты';
$topic['search'] = 'Поиск';
declare(strict_types = 1);
$topic = array (
'related_objects' => 'Связанные объекты ...',
'related_documents' => 'Документы по теме ...',
'sources_and_links' => 'Источники и ссылки ...',
'next' => 'Подробнее',
'map' => 'Карта',
'show_object' => 'Показать объект',
'show_objects' => 'Показать объекты',
'search' => 'Поиск',
);