Approval.

This commit is contained in:
2024-01-29 20:13:20 +00:00
committed by md translation bot
parent 15f070d98e
commit 2a4d4b388a
8 changed files with 26 additions and 26 deletions

View File

@ -1,8 +1,8 @@
<?PHP
declare(strict_types = 1);
$eventtype_groups = array (
'production' => 'Production',
'post_production' => 'Post-production',
'pre_production' => 'Pre-production',
'no_production' => 'No production',
'production' => 'Készítés',
'post_production' => 'Készítés után',
'pre_production' => 'Készítés előtt',
'no_production' => 'Ø Készítés',
);

View File

@ -4,5 +4,5 @@ $object_check_types_set = array (
'condition_check' => 'Állapotellenőrzés',
'completeness_check' => 'Teljesség-ellenőrzés',
'data_correctness_check' => 'Adatok helyességének ellenőrzése',
'location_accuracy_check' => 'Check of location accuracy',
'location_accuracy_check' => 'Elhelyezés ellenőrzése',
);

View File

@ -3,5 +3,5 @@ declare(strict_types = 1);
$object_damage_types_set = array (
'water_damage' => 'Vízkár',
'breakage' => 'Törés',
'desiccation' => 'Desiccation',
'desiccation' => 'Kiszáradás',
);

View File

@ -2,8 +2,8 @@
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Kulcsszó',
'object_type' => 'Object type',
'object_type' => 'Tárgy típus',
'material' => 'Anyag',
'technique' => 'Technika',
'display_subject' => 'Display subject',
'display_subject' => 'Tárgyon megjelenik',
);