translation-value-sets/id/tag_relation_type.php

9 lines
175 B
PHP
Raw Normal View History

2023-05-07 23:08:57 +02:00
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
);