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

13 lines
221 B
PHP
Raw Normal View History

2018-05-14 10:01:48 +03:00
<?php
return [
'from_account' => 'จากบัญชี',
'to_account' => 'ไปบัญชี',
2018-11-08 12:11:42 +03:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2018-05-14 10:01:48 +03:00
];