translation-value-sets/hu/tag_relation_type.php
2023-06-01 14:49:34 +00:00

10 lines
219 B
PHP

<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Kulcsszó',
'object_type' => 'Object type',
'material' => 'Anyag',
'technique' => 'Technika',
'display_subject' => 'Display subject',
);