translation-value-sets/kn/loan_types.php

7 lines
143 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$loan_types = array (
2025-02-14 16:35:19 +00:00
'outgoing' => 'ಹೊರಹೋಗುವ',
'incoming' => 'ಒಳಹರಿವು',
2025-02-11 01:02:14 +00:00
);