translation-value-sets/uk/tag_relation_type.php
2023-05-10 10:03:23 +00:00

10 lines
217 B
PHP

<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
'display_subject' => 'Display subject',
);