currencies.php 761 Bytes
<?php

return [

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

];