translation-value-sets/hu/tag_relation_type.php
2024-01-29 20:13:20 +00:00

10 lines
225 B
PHP

<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Kulcsszó',
'object_type' => 'Tárgy típus',
'material' => 'Anyag',
'technique' => 'Technika',
'display_subject' => 'Tárgyon megjelenik',
);