translation-value-sets/ru/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
);