translation-value-sets/hu/tag_relation_type.php

10 lines
225 B
PHP
Raw Normal View History

2023-05-07 23:08:57 +02:00
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
2023-06-01 16:49:34 +02:00
'tag' => 'Kulcsszó',
2024-01-29 21:13:20 +01:00
'object_type' => 'Tárgy típus',
2023-06-01 16:49:34 +02:00
'material' => 'Anyag',
'technique' => 'Technika',
2024-01-29 21:13:20 +01:00
'display_subject' => 'Tárgyon megjelenik',
2023-05-07 23:08:57 +02:00
);