mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
14 lines
250 B
PHP
14 lines
250 B
PHP
<?php
|
||
|
||
return [
|
||
'interest_rate' => [
|
||
'name' => 'Faiz Oranı'
|
||
],
|
||
'advance_payment_percentage' => [
|
||
'name' => 'Peşin Ödeme Yüzdesi'
|
||
],
|
||
'show_in_categories' => [
|
||
'name' => 'Kategorilerde Göster'
|
||
],
|
||
];
|