akaunting/resources/lang/th-TH/currencies.php

20 lines
915 B
PHP
Raw Normal View History

2018-05-14 10:01:48 +03:00
<?php
return [
'code' => 'รหัส',
'rate' => 'อัตรา',
'default' => 'สกุลเงินเริ่มต้น',
'decimal_mark' => 'เครื่องหมายทศนิยม',
'thousands_separator' => 'ตัวคั่นรายการหลักพัน',
'precision' => 'ความแม่นยำ',
2021-02-07 16:50:23 +00:00
'conversion' => 'อัตราแลกเปลี่ยนสกุลเงิน: :price (:currency_code) ที่ :currency_rate',
2018-05-14 10:01:48 +03:00
'symbol' => [
'symbol' => 'สัญลักษณ์',
'position' => 'ตำแหน่งของสัญลักษณ์',
'before' => 'ยอดเงินก่อน',
'after' => 'ยอดเงินหลัง',
]
];