Files
translation-value-sets/ta/custom_report_targets_set.php
2025-06-17 09:45:22 +00:00

9 lines
266 B
PHP

<?PHP
declare(strict_types = 1);
$custom_report_targets_set = array (
'object_single' => 'ஒற்றை பொருள்',
'object_list' => 'பல பொருள்கள்',
'loan' => 'கடன்',
'exhibition' => 'கண்காட்சி',
);