Files
translation-value-sets/uk/appointment_image_category.php
T
2026-09-21 10:57:23 +00:00

7 lines
204 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_image_category = array (
'advertising_material' => 'Рекламний матеріал',
'photo_documentation' => 'Фотодокументація',
);