translation-value-sets/kn/loan_types.php
2025-02-14 16:35:19 +00:00

7 lines
143 B
PHP

<?PHP
declare(strict_types = 1);
$loan_types = array (
'outgoing' => 'ಹೊರಹೋಗುವ',
'incoming' => 'ಒಳಹರಿವು',
);