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

7 lines
167 B
PHP

<?PHP
declare(strict_types = 1);
$loan_types = array (
'outgoing' => 'అవుట్‌గోయింగ్',
'incoming' => 'ఇన్‌కమింగ్',
);