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

13 lines
239 B
PHP
Raw Normal View History

2018-05-14 07:01:48 +00:00
<?php
return [
'from_account' => 'จากบัญชี',
'to_account' => 'ไปบัญชี',
2018-11-08 09:11:42 +00:00
'messages' => [
2019-01-10 09:53:37 +00:00
'delete' => ':จาก :ถึง (:จำนวน)',
2018-11-08 09:11:42 +00:00
],
2018-05-14 07:01:48 +00:00
];