akaunting/resources/lang/th-TH/currencies.php
2018-05-14 10:01:48 +03:00

19 lines
761 B
PHP

<?php
return [
'code' => 'รหัส',
'rate' => 'อัตรา',
'default' => 'สกุลเงินเริ่มต้น',
'decimal_mark' => 'เครื่องหมายทศนิยม',
'thousands_separator' => 'ตัวคั่นรายการหลักพัน',
'precision' => 'ความแม่นยำ',
'symbol' => [
'symbol' => 'สัญลักษณ์',
'position' => 'ตำแหน่งของสัญลักษณ์',
'before' => 'ยอดเงินก่อน',
'after' => 'ยอดเงินหลัง',
]
];