th-TH translation

This commit is contained in:
denisdulici
2018-05-14 10:01:48 +03:00
parent 72ed09c352
commit 2c3aea4c0f
27 changed files with 831 additions and 1 deletions

View File

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