Approval.
This commit is contained in:
@ -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',
|
||||
);
|
||||
|
@ -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',
|
||||
);
|
||||
|
@ -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',
|
||||
);
|
||||
|
@ -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',
|
||||
);
|
||||
|
Reference in New Issue
Block a user