translation-value-sets/uk/tag_relation_type.php

10 lines
253 B
PHP
Raw Normal View History

2023-05-07 23:08:57 +02:00
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
2023-05-15 14:13:04 +02:00
'tag' => 'Тег',
'object_type' => 'Тип об\'єкта',
'material' => 'Матеріал',
'technique' => 'Техніка',
'display_subject' => 'Показ об\'єкта',
2023-05-07 23:08:57 +02:00
);