Approval.

This commit is contained in:
2023-05-15 12:13:04 +00:00
committed by md translation bot
parent 80bc9b0b98
commit 822ad6383e
7 changed files with 16 additions and 16 deletions

View File

@ -20,5 +20,5 @@ $marking_types = array (
'punched' => 'Пробито',
'scarified' => 'Скарифікування',
'cast' => 'Лиття',
'painted' => 'Painted',
'painted' => 'Написано фарбами',
);

View File

@ -1,9 +1,9 @@
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
'display_subject' => 'Display subject',
'tag' => 'Тег',
'object_type' => 'Тип об\'єкта',
'material' => 'Матеріал',
'technique' => 'Техніка',
'display_subject' => 'Показ об\'єкта',
);