13 lines
239 B
PHP
Raw Permalink 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' => [
2019-01-10 12:53:37 +03:00
'delete' => ':จาก :ถึง (:จำนวน)',
2018-11-08 12:11:42 +03:00
],
2018-05-14 10:01:48 +03:00
];