12 lines
326 B
PHP
Raw Permalink Normal View History

2018-04-27 17:48:21 +03:00
<?php
return [
2019-11-18 20:43:18 +03:00
'rate' => 'Ставка',
'rate_percent' => 'Ставка (%)',
'normal' => 'Нормально',
'inclusive' => 'Включно',
'compound' => 'Складний',
'fixed' => 'Фіксований',
2018-04-27 17:48:21 +03:00
];