translation-value-sets/hu/object_check_types_set.php
2023-11-01 18:18:34 +00:00

9 lines
301 B
PHP

<?PHP
declare(strict_types = 1);
$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',
);