translation-value-sets/kn/custom_report_targets_set.php

9 lines
245 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$custom_report_targets_set = array (
2025-02-14 16:35:19 +00:00
'object_single' => 'ಒಂದೇ ವಸ್ತು',
'object_list' => 'ಬಹು ವಸ್ತು',
'loan' => 'ಸಾಲ',
'exhibition' => 'ಪ್ರದರ್ಶನ',
2025-02-11 01:02:14 +00:00
);