translation-value-sets/uk/custom_report_targets_set.php

9 lines
243 B
PHP
Raw Permalink Normal View History

2022-12-29 22:11:27 +00:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
2023-01-23 21:41:01 +00:00
$custom_report_targets_set = array (
'object_single' => 'Одиничний об\'єкт',
'object_list' => 'Багато об\'єктів',
'loan' => 'Займ',
'exhibition' => 'Виставка',
);