Files
translation-value-sets/te/custom_report_targets_set.php
2025-06-30 16:21:25 +00:00

9 lines
263 B
PHP

<?PHP
declare(strict_types = 1);
$custom_report_targets_set = array (
'object_single' => 'ఒకే వస్తువు',
'object_list' => 'బహుళ వస్తువులు',
'loan' => 'ఋణం',
'exhibition' => 'ప్రదర్శన',
);